﻿.HeaderPartial {
  color: white;
  position: fixed;
  width: 100%;
  z-index: 3000;
  font: 400 18px/170% "proxima-nova", sans-serif; }
  .HeaderPartial.explore .header {
    background-color: #f5f5f5; }
  .HeaderPartial.program .center .explore_logo {
    border: none; }
  .HeaderPartial .explore_bar {
    background-color: black;
    height: 30px;
    line-height: 0; }
    .HeaderPartial .explore_bar .container, .HeaderPartial .explore_bar .row {
      height: 100%; }
    .HeaderPartial .explore_bar .left {
      font-size: 12px;
      font-weight: 600; }
      .HeaderPartial .explore_bar .left .explore_link {
        color: white;
        line-height: 30px; }
    .HeaderPartial .explore_bar .right {
      font-size: 12px;
      font-weight: 600;
      text-align: right; }
      .HeaderPartial .explore_bar .right .social_link {
        color: white;
        display: inline-block;
        line-height: 30px; }
      .HeaderPartial .explore_bar .right .social_or:last-of-type {
        display: none; }
      .HeaderPartial .explore_bar .right .join_renew {
        background-color: #BD1300;
        height: 100%;
        display: block;
        float: right;
        padding: 0 15px;
        margin-left: 30px; }
        @media screen and (min-width: 768px) and (max-width: 992px) {
          .HeaderPartial .explore_bar .right .join_renew {
            margin-left: 10px; } }
      .HeaderPartial .explore_bar .right .social_icon {
        height: 16px;
        margin: 0 5px;
        position: relative;
        top: 4px;
        width: 16px; }
        .HeaderPartial .explore_bar .right .social_icon svg {
          fill: white;
          height: 100%;
          width: 100%; }
      .HeaderPartial .explore_bar .right .social_connect {
        color: #67696A;
        font-weight: 600; }
  .HeaderPartial .header {
    background-color: #f5f5f5;
    height: 90px; }
    .HeaderPartial .header .container, .HeaderPartial .header .row {
      height: 100%;
      position: relative; }
  .HeaderPartial .left {
    height: 100%;
    top: 50%;
    -ms-transform: translate(0, -50%);
    -webkit-transform: translate3d(0, -50%, 0);
    transform: translate3d(0, -50%, 0); }
    .HeaderPartial .left .push_menu_btn {
      background-color: transparent;
      border-style: none;
      color: #222;
      outline: none;
      padding: 0;
      position: relative;
      top: 25%;
      width: 35px; }
      @media screen and (min-width: 767px) {
        .HeaderPartial .left .push_menu_btn {
          height: 40px;
          max-width: 100px;
          width: 100%; } }
      .HeaderPartial .left .push_menu_btn.open .icon_menu {
        background-color: transparent; }
      .HeaderPartial .left .push_menu_btn.open .icon_menu:before {
        -ms-transform: rotate(225deg) translate(0, 0);
        -webkit-transform: rotate(225deg) translate3d(0, 0, 0);
        transform: rotate(225deg) translate3d(0, 0, 0); }
      .HeaderPartial .left .push_menu_btn.open .icon_menu:after {
        -ms-transform: rotate(-225deg) translate(0, 0);
        -webkit-transform: rotate(-225deg) translate3d(0, 0, 0);
        transform: rotate(-225deg) translate3d(0, 0, 0); }
      .HeaderPartial .left .push_menu_btn .icon_menu, .HeaderPartial .left .push_menu_btn .icon_menu:before, .HeaderPartial .left .push_menu_btn .icon_menu:after {
        background-color: black;
        content: '';
        display: block;
        height: 4px;
        max-width: 35px;
        -webkit-transition: all 0.5s;
        transition: all 0.5s;
        width: 100%; }
      .HeaderPartial .left .push_menu_btn .icon_menu, .HeaderPartial .left .push_menu_btn .text {
        display: inline-block;
        vertical-align: middle; }
      .HeaderPartial .left .push_menu_btn .icon_menu:before {
        -ms-transform: translate(0, -10px);
        -webkit-transform: translate3d(0, -10px, 0);
        transform: translate3d(0, -10px, 0); }
      .HeaderPartial .left .push_menu_btn .icon_menu:after {
        position: relative;
        top: -4px;
        -ms-transform: translate(0, 10px);
        -webkit-transform: translate3d(0, 10px, 0);
        transform: translate3d(0, 10px, 0); }
      .HeaderPartial .left .push_menu_btn .text {
        font-size: 18px;
        font-weight: 600;
        margin-left: 5px;
        font-family: 'proxima-nova', sans-serif;
        text-transform: uppercase; }
        @media screen and (max-width: 767px) {
          .HeaderPartial .left .push_menu_btn .text {
            display: block;
            font-size: 12px;
            margin: 0; } }
  .HeaderPartial .center {
    height: 100%;
    padding: 5px;
    position: relative;
    text-align: center; }
    .HeaderPartial .center a.explore_logo {
      border-right: 1px solid #282828;
      display: inline-block;
      height: 50px;
      margin-right: 20px;
      padding: 4px 20px 0 0;
      position: relative;
      top: 15px;
      vertical-align: middle; }
      .HeaderPartial .center a.explore_logo:hover {
        text-decoration: none; }
      @media screen and (min-width: 707px) and (max-width: 991px) {
        .HeaderPartial .center a.explore_logo {
          padding-top: 10px;
          width: 30%; } }
      @media screen and (max-width: 706px) {
        .HeaderPartial .center a.explore_logo {
          display: none; } }
    .HeaderPartial .center .wrapper {
      height: 100%;
      width: 100%; }
    .HeaderPartial .center h3 {
      color: #222;
      font-size: 17px;
      margin: 0;
      padding: 0;
      text-transform: uppercase;
      max-width: 290px;
      display: inline-block;
      position: relative;
      text-align: left;
      vertical-align: middle;
      top: 15px; }
      @media screen and (max-width: 767px) {
        .HeaderPartial .center h3 {
          text-align: center; } }
      .HeaderPartial .center h3 a.program_title {
        color: #222;
        font-size: 17px; }
        @media screen and (max-width: 767px) {
          .HeaderPartial .center h3 a.program_title {
            font-size: 13px; } }
      @media screen and (max-width: 767px) {
        .HeaderPartial .center h3 {
          top: 50%;
          font-size: 13px;
          -webkit-transform: translateY(-50%);
          -ms-transform: translateY(-50%);
          transform: translateY(-50%);
          vertical-align: top; } }
  .HeaderPartial .right {
    height: 100%;
    text-align: right;
    top: 50%;
    -ms-transform: translateY(-50%);
    -webkit-transform: translateY(-50%);
    transform: translateY(-50%); }
    @media screen and (max-width: 767px) {
      .HeaderPartial .right {
        text-align: center; } }
    .HeaderPartial .right .push_menu_search_btn {
      background-color: transparent;
      border-style: none;
      float: right;
      height: 40px;
      outline: none;
      padding: 5px;
      position: relative;
      top: 25%;
      width: 40px;
      z-index: 10; }
      .HeaderPartial .right .push_menu_search_btn .icon_search {
        fill: #222;
        height: 40px;
        left: 5px;
        position: absolute;
        top: 0;
        width: 30px; }
      .HeaderPartial .right .push_menu_search_btn .icon_search_open {
        fill-opacity: 1;
        -webkit-transition: all 0.5s;
        transition: all 0.5s; }
  .HeaderPartial .push_menu_search_container {
    background-color: #f5f5f5;
    height: 100%;
    max-width: 480px;
    opacity: 0;
    overflow: hidden;
    position: absolute;
    right: 10px;
    top: 0;
    -webkit-transition: opacity 0.25s;
    transition: opacity 0.25s;
    width: calc(100% - 60px);
    z-index: -1; }
    .HeaderPartial .push_menu_search_container.open {
      opacity: 1;
      z-index: 15; }
    .HeaderPartial .push_menu_search_container .icon_search_close {
      color: white;
      font-size: 45px;
      height: 40px;
      line-height: 44px;
      width: 40px; }
  .HeaderPartial .search_field_container {
    background-color: black;
    border: 1px solid black;
    float: right;
    height: 42px;
    position: relative;
    top: 25%;
    white-space: nowrap;
    width: 95%; }
  .HeaderPartial .search_field {
    color: #282828;
    float: left;
    height: 100%;
    padding-left: 10px;
    width: calc(100% - 40px); }
  .HeaderPartial .search_field_close_btn {
    background-color: #222;
    border-style: none;
    height: 40px;
    padding: 0;
    position: relative;
    width: 40px; }

.header_buffer {
  height: 120px; }
  .header_buffer.explore {
    height: 120px; }

/*# sourceMappingURL=HeaderPartial.css.map */