@import url(bootstrap_new.min.css);
@import url(rrssb.css);
@import url(font-awesome/css/font-awesome.min.css);
.minHeader {
  height: 75px; }
  .minHeader #header_content {
    height: 75px; }
  .minHeader #header_logo {
    transform: scale(0.4) translateY(14px) !important; }

.minHeader:after {
  transform: translateY(75px) !important; }

header:after {
  content: '';
  width: 100%;
  height: 75px;
  background-color: #0C1D38;
  position: absolute;
  top: -75px;
  left: 0px;
  z-index: -1;
  transition: .5s; }

header {
  position: fixed;
  top: 0px;
  left: 0px;
  width: 100%;
  z-index: 1000; }
  header #header_content {
    position: relative; }
  header #header_logo {
    height: 135px;
    padding-top: 20px;
    transition: .5s;
    transform-origin: 0% 0%; }
    @media screen and (max-width: 877px) {
      header #header_logo {
        transform: scale(0.4) translateY(14px) !important; } }
    header #header_logo img {
      height: 100%;
      width: auto; }
  header #header_content_links {
    position: absolute;
    right: 0px;
    top: 20px; }
    header #header_content_links .header_item {
      float: left; }
      @media screen and (min-width: 878px) {
        header #header_content_links .header_item {
          margin-left: 40px; } }
    @media screen and (max-width: 877px) {
      header #header_content_links #header_phone {
        margin-right: 5px; } }
    header #header_content_links #header_phone a {
      font-family: hero-new, sans-serif;
      font-weight: 500;
      font-style: normal;
      font-size: 16px;
      color: #ffffff;
      position: relative;
      transition: .5s;
      display: inline-block; }
    header #header_content_links #header_phone a:before {
      content: '';
      width: 24px;
      height: 24px;
      background: url("../images/phone_icon.svg") center center no-repeat;
      background-size: contain;
      display: inline-block;
      position: relative;
      bottom: -7px;
      margin-right: 5px;
      transition: .5s; }
    @media screen and (max-width: 877px) {
      header #header_content_links #header_phone span {
        display: none; } }
    header #header_content_links #header_phone:hover a {
      text-decoration: none;
      transform: scale(1.1); }
    header #header_content_links #header_phone:hover a:before {
      transform: rotate(20deg); }
    header #header_content_links #header_menu {
      cursor: pointer; }
      @media screen and (max-width: 877px) {
        header #header_content_links #header_menu {
          margin-left: 10px; } }
      header #header_content_links #header_menu #header_menu_inner {
        text-indent: -9999px;
        width: 44px;
        height: 34px;
        background: url("../images/menu_icon.svg") center center no-repeat;
        background-size: contain; }

.menu_open {
  transform: translateY(0) !important; }

#header_menu_open {
  position: fixed;
  width: 100%;
  height: 100vh;
  top: 0px;
  left: 0px;
  z-index: 1001;
  background-color: #0C1D38;
  transition: .75s;
  transform-origin: 0% 0%;
  transform: translateY(-100vh); }
  #header_menu_open #header_menu_inner {
    position: relative;
    height: 100vh;
    pointer-events: none;
    transform-origin: 0% 0%; }
  #header_menu_open #menu_logo {
    padding-top: 20px;
    height: 135px;
    position: relative;
    z-index: 100; }
    @media screen and (max-width: 877px) {
      #header_menu_open #menu_logo {
        display: none; } }
    #header_menu_open #menu_logo a {
      pointer-events: auto; }
    #header_menu_open #menu_logo img {
      height: 100%;
      width: auto; }
  #header_menu_open #menu_close_btn {
    position: absolute;
    right: 0px;
    top: 20px;
    pointer-events: auto;
    z-index: 100;
    cursor: pointer; }
    #header_menu_open #menu_close_btn #menu_close_btn_inner {
      text-indent: -9999px;
      width: 44px;
      height: 34px;
      background: url("../images/close_btn.svg") center center no-repeat;
      background-size: contain; }
  #header_menu_open #menu_links {
    position: absolute;
    top: 90px;
    pointer-events: auto;
    z-index: 100;
    height: calc(100vh - 90px); }
    @media screen and (min-width: 878px) {
      #header_menu_open #menu_links {
        right: 100px; } }
    @media screen and (max-width: 877px) {
      #header_menu_open #menu_links {
        text-align: right;
        width: calc(100% - 30px); } }
    #header_menu_open #menu_links #menu_login {
      margin-bottom: 28px; }
    #header_menu_open #menu_links .menu_link_item {
      margin-bottom: 24px; }
      #header_menu_open #menu_links .menu_link_item a {
        font-family: hero-new, sans-serif;
        font-weight: 300;
        font-style: normal;
        font-size: 22px;
        color: #ffffff; }
    #header_menu_open #menu_links #menu_social_icons {
      position: absolute;
      bottom: 50px; }
    #header_menu_open #menu_links .menu_social_item {
      float: left; }
      @media screen and (min-width: 1125px) {
        #header_menu_open #menu_links .menu_social_item {
          margin: 0px 12px 0px 0px; } }
      @media screen and (max-width: 1124px) and (min-width: 878px) {
        #header_menu_open #menu_links .menu_social_item {
          margin: 2px 5px 0px; } }
      @media screen and (max-width: 877px) {
        #header_menu_open #menu_links .menu_social_item {
          margin: 0px 5px; } }
      #header_menu_open #menu_links .menu_social_item a {
        display: inline-block;
        position: relative;
        background-color: #ffffff;
        border-radius: 12px;
        text-align: center; }
        @media screen and (min-width: 1125px) {
          #header_menu_open #menu_links .menu_social_item a {
            height: 28px;
            width: 28px; } }
        @media screen and (max-width: 1124px) and (min-width: 878px) {
          #header_menu_open #menu_links .menu_social_item a {
            height: 28px;
            width: 28px; } }
        @media screen and (max-width: 877px) {
          #header_menu_open #menu_links .menu_social_item a {
            height: 28px;
            width: 28px; } }
        #header_menu_open #menu_links .menu_social_item a .fa {
          color: #0C1D38;
          position: relative; }
          @media screen and (min-width: 1125px) {
            #header_menu_open #menu_links .menu_social_item a .fa {
              font-size: 18px !important;
              bottom: 0px;
              line-height: 30px; } }
          @media screen and (max-width: 1124px) and (min-width: 878px) {
            #header_menu_open #menu_links .menu_social_item a .fa {
              font-size: 18px !important;
              bottom: 0px;
              line-height: 19px; } }
          @media screen and (max-width: 877px) {
            #header_menu_open #menu_links .menu_social_item a .fa {
              font-size: 18px !important;
              bottom: 0px;
              line-height: 30px; } }
        #header_menu_open #menu_links .menu_social_item a .network_name {
          position: absolute;
          text-indent: -9999px; }
      #header_menu_open #menu_links .menu_social_item a:hover .fa {
        color: #6d7276; }

#header_menu_open:after {
  position: absolute;
  width: 100%;
  height: 100%;
  background: url("../images/vid_slider_overlay.svg") right bottom no-repeat;
  background-size: auto 100%;
  top: 0px;
  left: 0px;
  z-index: 1;
  content: '';
  opacity: .2; }

#hp_slider {
  overflow: hidden;
  position: relative; }
  @media screen and (min-width: 878px) {
    #hp_slider {
      height: 100vh; } }
  @media screen and (max-width: 877px) {
    #hp_slider {
      height: 400px; } }
  #hp_slider:after {
    content: '';
    content: '';
    background: #182133;
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    opacity: 0.6;
    pointer-events: none; }
  #hp_slider #frame_video {
    width: 100%;
    height: 100%;
    overflow: hidden;
    position: absolute; }
    #hp_slider #frame_video video {
      width: 100%;
      height: auto;
      position: absolute; }
  #hp_slider #frame_video:after {
    position: absolute;
    width: 100%;
    height: 100%;
    bottom: 0px;
    z-index: 9;
    background: url("../images/vid_slider_overlay.svg") right bottom no-repeat;
    background-size: auto 100%;
    content: '';
    opacity: .6; }
  #hp_slider #hp_slider_bottom {
    position: absolute;
    width: 100%;
    bottom: 1%;
    left: 0px;
    z-index: 50;
    height: 16px; }
    #hp_slider #hp_slider_bottom #hp_slider_bottom_wrapper {
      height: 100%; }
    #hp_slider #hp_slider_bottom #hp_slider_bottom_wrapper {
      position: relative; }
    #hp_slider #hp_slider_bottom #hp_slider_pag {
      display: inline-block; }
    #hp_slider #hp_slider_bottom #hp_slider_pag_wrapper {
      position: relative;
      width: 100%;
      height: 100%; }
      #hp_slider #hp_slider_bottom #hp_slider_pag_wrapper .hp_slider_pag_item {
        width: 16px;
        height: 16px;
        border-radius: 8px;
        background-color: #ffffff;
        text-indent: -9999px;
        float: left;
        margin: 0px 5px;
        position: relative; }
      #hp_slider #hp_slider_bottom #hp_slider_pag_wrapper .hp_slider_pag_item:after {
        content: '';
        position: absolute;
        height: 100%;
        width: 100%;
        top: 0px;
        left: 0px;
        background-color: #CBB778;
        z-index: 2;
        transform-origin: 50% 50%;
        transition: .3s;
        transform: scale(0);
        border-radius: 50%; }
      #hp_slider #hp_slider_bottom #hp_slider_pag_wrapper #hp_slider_pag_inner .selected:after {
        transform: scale(1); }
  #hp_slider #hp_slider_inner {
    position: absolute;
    bottom: calc(1% + 40px);
    width: 100%;
    left: 0px;
    z-index: 45; }
    @media screen and (min-width: 878px) {
      #hp_slider #hp_slider_inner {
        height: calc(99% - 200px); } }
    @media screen and (max-width: 877px) {
      #hp_slider #hp_slider_inner {
        height: calc(99% - 115px); } }
    #hp_slider #hp_slider_inner .container {
      height: 100%; }
    #hp_slider #hp_slider_inner #hp_slider_wrapper {
      position: relative;
      height: 100%; }
      @media screen and (min-width: 878px) {
        #hp_slider #hp_slider_inner #hp_slider_wrapper {
          padding: 0px 100px; } }
      @media screen and (max-width: 877px) {
        #hp_slider #hp_slider_inner #hp_slider_wrapper {
          padding: 0px 20px; } }
      #hp_slider #hp_slider_inner #hp_slider_wrapper .row, #hp_slider #hp_slider_inner #hp_slider_wrapper .col-12, #hp_slider #hp_slider_inner #hp_slider_wrapper .caroufredsel_wrapper, #hp_slider #hp_slider_inner #hp_slider_wrapper .hp_slider_item, #hp_slider #hp_slider_inner #hp_slider_wrapper #hp_the_slider {
        height: 100% !important; }
      #hp_slider #hp_slider_inner #hp_slider_wrapper .hp_slider_item_inner {
        position: relative;
        top: 50%; }
      #hp_slider #hp_slider_inner #hp_slider_wrapper .hp_slider_ctrl {
        position: absolute;
        width: 25px;
        height: 50px;
        top: calc(50% - 12.5px);
        cursor: pointer;
        transition: .5s;
        transform-origin: 50% 50%;
        text-indent: -9999px; }
      #hp_slider #hp_slider_inner #hp_slider_wrapper .hp_slider_ctrl:hover {
        transform: scale(1.4); }
      #hp_slider #hp_slider_inner #hp_slider_wrapper #hp_slider_prev {
        background: url("../images/prev_btn.svg") center center no-repeat;
        background-size: contain; }
        @media screen and (min-width: 878px) {
          #hp_slider #hp_slider_inner #hp_slider_wrapper #hp_slider_prev {
            left: 5px; } }
        @media screen and (max-width: 877px) {
          #hp_slider #hp_slider_inner #hp_slider_wrapper #hp_slider_prev {
            left: -8px; } }
      #hp_slider #hp_slider_inner #hp_slider_wrapper #hp_slider_next {
        background: url("../images/next_btn.svg") center center no-repeat;
        background-size: contain; }
        @media screen and (min-width: 878px) {
          #hp_slider #hp_slider_inner #hp_slider_wrapper #hp_slider_next {
            right: 5px; } }
        @media screen and (max-width: 877px) {
          #hp_slider #hp_slider_inner #hp_slider_wrapper #hp_slider_next {
            right: -8px; } }
    @media screen and (min-width: 1125px) {
      #hp_slider #hp_slider_inner .hp_slider_item_headline {
        font-family: hero-new, sans-serif;
        font-weight: 700;
        font-style: normal;
        font-size: 40px;
        color: #ffffff;
        line-height: 54px;
        margin-bottom: 15px; } }
    @media screen and (max-width: 1124px) and (min-width: 878px) {
      #hp_slider #hp_slider_inner .hp_slider_item_headline {
        font-family: hero-new, sans-serif;
        font-weight: 700;
        font-style: normal;
        font-size: 28px;
        color: #ffffff;
        line-height: 30px;
        margin-bottom: 15px; } }
    @media screen and (max-width: 877px) {
      #hp_slider #hp_slider_inner .hp_slider_item_headline {
        font-family: hero-new, sans-serif;
        font-weight: 700;
        font-style: normal;
        font-size: 20px;
        color: #ffffff;
        line-height: 24px;
        margin-bottom: 7px; } }
    @media screen and (min-width: 1125px) {
      #hp_slider #hp_slider_inner .hp_slider_item_subheadline {
        font-family: hero-new, sans-serif;
        font-weight: 500;
        font-style: normal;
        font-size: 22px;
        color: #ffffff;
        line-height: 32px; } }
    @media screen and (max-width: 1124px) and (min-width: 878px) {
      #hp_slider #hp_slider_inner .hp_slider_item_subheadline {
        font-family: hero-new, sans-serif;
        font-weight: 500;
        font-style: normal;
        font-size: 20px;
        color: #ffffff;
        line-height: 26px; } }
    @media screen and (max-width: 877px) {
      #hp_slider #hp_slider_inner .hp_slider_item_subheadline {
        font-family: hero-new, sans-serif;
        font-weight: 500;
        font-style: normal;
        font-size: 14px;
        color: #ffffff;
        line-height: 20px; } }
    #hp_slider #hp_slider_inner .hp_slider_item_btn {
      text-align: center; }
      @media screen and (min-width: 878px) {
        #hp_slider #hp_slider_inner .hp_slider_item_btn {
          margin-top: 40px; } }
      @media screen and (max-width: 877px) {
        #hp_slider #hp_slider_inner .hp_slider_item_btn {
          margin-top: 15px; } }

@media screen and (min-width: 878px) {
  #hp_about #hp_about_copy_inner {
    padding: 60px 0px 50px 0px; } }
@media screen and (max-width: 877px) {
  #hp_about #hp_about_copy_inner {
    padding: 30px 0px 25px 0px; } }
#hp_about #hp_about_copy_inner h2 {
  display: inline-block;
  width: 100%;
  position: relative;
  margin-bottom: 18px;
  text-transform: uppercase; }
  @media screen and (min-width: 878px) {
    #hp_about #hp_about_copy_inner h2 {
      font-family: hero-new, sans-serif;
      font-weight: 800;
      font-style: italic;
      font-size: 32px;
      color: #0C1D38;
      letter-spacing: 2px;
      padding-bottom: 12px; } }
  @media screen and (max-width: 877px) {
    #hp_about #hp_about_copy_inner h2 {
      font-family: hero-new, sans-serif;
      font-weight: 800;
      font-style: italic;
      font-size: 24px;
      color: #0C1D38;
      letter-spacing: 1px;
      padding-bottom: 6px; } }
#hp_about #hp_about_copy_inner h2:after {
  content: '';
  background-color: #CBB778;
  left: 0px;
  bottom: 0px;
  position: absolute; }
  @media screen and (min-width: 878px) {
    #hp_about #hp_about_copy_inner h2:after {
      width: 50%;
      height: 5px; } }
  @media screen and (max-width: 877px) {
    #hp_about #hp_about_copy_inner h2:after {
      width: 100%;
      height: 3px; } }
@media screen and (min-width: 1125px) {
  #hp_about #hp_about_copy_inner h1 {
    font-family: hero-new, sans-serif;
    font-weight: 700;
    font-style: normal;
    font-size: 32px;
    color: #0C1D38;
    margin-bottom: 15px;
    line-height: 41px; } }
@media screen and (max-width: 1124px) and (min-width: 878px) {
  #hp_about #hp_about_copy_inner h1 {
    font-family: hero-new, sans-serif;
    font-weight: 700;
    font-style: normal;
    font-size: 24px;
    color: #0C1D38;
    margin-bottom: 15px;
    line-height: 24px; } }
@media screen and (max-width: 877px) {
  #hp_about #hp_about_copy_inner h1 {
    font-family: hero-new, sans-serif;
    font-weight: 700;
    font-style: normal;
    font-size: 22px;
    color: #0C1D38;
    margin-bottom: 10px;
    line-height: 22px; } }
@media screen and (min-width: 1125px) {
  #hp_about #hp_about_copy_inner #hp_about_content {
    font-family: hero-new, sans-serif;
    font-weight: 400;
    font-style: normal;
    font-size: 20px;
    color: #0C1D38;
    line-height: 28px; } }
@media screen and (max-width: 1124px) and (min-width: 878px) {
  #hp_about #hp_about_copy_inner #hp_about_content {
    font-family: hero-new, sans-serif;
    font-weight: 400;
    font-style: normal;
    font-size: 18px;
    color: #0C1D38;
    line-height: 24px; } }
@media screen and (max-width: 877px) {
  #hp_about #hp_about_copy_inner #hp_about_content {
    font-family: hero-new, sans-serif;
    font-weight: 400;
    font-style: normal;
    font-size: 14px;
    color: #0C1D38;
    line-height: 20px; } }
@media screen and (max-width: 1124px) and (min-width: 878px) {
  #hp_about #hp_about_vid {
    margin-bottom: 50px; } }
@media screen and (max-width: 877px) {
  #hp_about #hp_about_vid {
    margin-bottom: 30px; } }
#hp_about #hp_about_vid #hp_about_vid_inner {
  position: relative; }
#hp_about #hp_about_vid #hp_about_vid_wrapper {
  width: 100%; }
  @media screen and (min-width: 878px) {
    #hp_about #hp_about_vid #hp_about_vid_wrapper {
      height: 350px; } }
  @media screen and (max-width: 877px) {
    #hp_about #hp_about_vid #hp_about_vid_wrapper {
      height: 250px; } }
  #hp_about #hp_about_vid #hp_about_vid_wrapper #video_container {
    width: 100%;
    height: 100%; }
    @media screen and (min-width: 1125px) {
      #hp_about #hp_about_vid #hp_about_vid_wrapper #video_container {
        padding-right: 40px; } }
  #hp_about #hp_about_vid #hp_about_vid_wrapper #video_wrapper {
    width: 100%;
    height: 100%;
    position: relative; }
    #hp_about #hp_about_vid #hp_about_vid_wrapper #video_wrapper iframe {
      width: 100%;
      height: 100%; }
  #hp_about #hp_about_vid #hp_about_vid_wrapper #video_wrapper:hover #video_inner {
    transform: scale(1.25); }
  #hp_about #hp_about_vid #hp_about_vid_wrapper #video_inner {
    position: relative;
    width: 100%;
    height: 100%;
    transition: .5s;
    cursor: pointer; }
  #hp_about #hp_about_vid #hp_about_vid_wrapper #video_inner:after {
    position: absolute;
    width: 186px;
    height: 161px;
    left: calc(50% - 93px);
    top: calc(50% - 80.5px);
    background: url("../images/play_btn.svg") center center no-repeat;
    background-size: contain;
    content: ''; }

#hp_div, #hp_div_lower {
  width: 100%;
  position: relative; }
  @media screen and (min-width: 878px) {
    #hp_div, #hp_div_lower {
      height: 325px; } }
  @media screen and (max-width: 877px) {
    #hp_div, #hp_div_lower {
      height: 180px; } }
  #hp_div #hp_div_inner, #hp_div #hp_div_lower_inner, #hp_div_lower #hp_div_inner, #hp_div_lower #hp_div_lower_inner {
    position: absolute;
    top: 0px;
    left: 0px;
    width: 100%;
    height: 100%;
    background-size: cover !important; }

@media screen and (min-width: 878px) {
  #hp_serv #hp_serv_copy_inner {
    padding: 60px 0px 50px 0px; } }
@media screen and (max-width: 877px) {
  #hp_serv #hp_serv_copy_inner {
    padding: 60px 0px 20px 0px; } }
#hp_serv #hp_serv_copy_inner h2 {
  display: inline-block;
  width: 100%;
  position: relative;
  margin-bottom: 18px;
  text-transform: uppercase; }
  @media screen and (min-width: 878px) {
    #hp_serv #hp_serv_copy_inner h2 {
      font-family: hero-new, sans-serif;
      font-weight: 800;
      font-style: italic;
      font-size: 32px;
      color: #0C1D38;
      letter-spacing: 2px;
      padding-bottom: 12px; } }
  @media screen and (max-width: 877px) {
    #hp_serv #hp_serv_copy_inner h2 {
      font-family: hero-new, sans-serif;
      font-weight: 800;
      font-style: italic;
      font-size: 24px;
      color: #0C1D38;
      letter-spacing: 1px;
      padding-bottom: 6px; } }
#hp_serv #hp_serv_copy_inner h2:after {
  content: '';
  background-color: #CBB778;
  left: 0px;
  bottom: 0px;
  position: absolute; }
  @media screen and (min-width: 878px) {
    #hp_serv #hp_serv_copy_inner h2:after {
      width: 50%;
      height: 5px; } }
  @media screen and (max-width: 877px) {
    #hp_serv #hp_serv_copy_inner h2:after {
      width: 100%;
      height: 3px; } }
@media screen and (min-width: 1125px) {
  #hp_serv #hp_serv_copy_inner #hp_serv_headline {
    font-family: hero-new, sans-serif;
    font-weight: 700;
    font-style: normal;
    font-size: 32px;
    color: #0C1D38;
    margin-bottom: 15px;
    line-height: 41px; } }
@media screen and (max-width: 1124px) and (min-width: 878px) {
  #hp_serv #hp_serv_copy_inner #hp_serv_headline {
    font-family: hero-new, sans-serif;
    font-weight: 700;
    font-style: normal;
    font-size: 24px;
    color: #0C1D38;
    margin-bottom: 15px;
    line-height: 24px; } }
@media screen and (max-width: 877px) {
  #hp_serv #hp_serv_copy_inner #hp_serv_headline {
    font-family: hero-new, sans-serif;
    font-weight: 700;
    font-style: normal;
    font-size: 22px;
    color: #0C1D38;
    margin-bottom: 10px;
    line-height: 22px; } }
@media screen and (min-width: 1125px) {
  #hp_serv #hp_serv_copy_inner #hp_serv_content {
    font-family: hero-new, sans-serif;
    font-weight: 400;
    font-style: normal;
    font-size: 20px;
    color: #0C1D38;
    line-height: 28px; } }
@media screen and (max-width: 1124px) and (min-width: 878px) {
  #hp_serv #hp_serv_copy_inner #hp_serv_content {
    font-family: hero-new, sans-serif;
    font-weight: 400;
    font-style: normal;
    font-size: 18px;
    color: #0C1D38;
    line-height: 24px; } }
@media screen and (max-width: 877px) {
  #hp_serv #hp_serv_copy_inner #hp_serv_content {
    font-family: hero-new, sans-serif;
    font-weight: 400;
    font-style: normal;
    font-size: 14px;
    color: #0C1D38;
    line-height: 20px; } }
@media screen and (min-width: 1125px) {
  #hp_serv #hp_serv_icons_inner {
    padding: 60px 0px 50px 40px; } }
@media screen and (max-width: 1124px) and (min-width: 878px) {
  #hp_serv #hp_serv_icons_inner {
    padding: 0px 0px 50px 0px; } }
@media screen and (max-width: 877px) {
  #hp_serv #hp_serv_icons_inner {
    padding: 0px 0px 20px 0px; } }
#hp_serv #hp_serv_icons_inner .hp_serv_icon_item {
  margin-bottom: 30px; }
  #hp_serv #hp_serv_icons_inner .hp_serv_icon_item .hp_serv_icon_item_inner {
    padding-left: 15px;
    position: relative; }
    #hp_serv #hp_serv_icons_inner .hp_serv_icon_item .hp_serv_icon_item_inner .hp_serv_icon_img {
      overflow: hidden;
      position: relative; }
  #hp_serv #hp_serv_icons_inner .hp_serv_icon_item .icon_bw {
    position: absolute;
    top: 0px;
    right: 0px;
    opacity: 1;
    transition: .5s;
    width: 100%;
    height: auto;
    z-index: 10; }
  #hp_serv #hp_serv_icons_inner .hp_serv_icon_item .icon_color {
    transition: .5s; }
  #hp_serv #hp_serv_icons_inner .hp_serv_icon_item .hp_serv_icon_item_inner_title {
    position: absolute;
    background-color: #0C1D38;
    left: 0px;
    bottom: 10px;
    height: 30px;
    z-index: 11; }
    @media screen and (min-width: 1125px) {
      #hp_serv #hp_serv_icons_inner .hp_serv_icon_item .hp_serv_icon_item_inner_title {
        font-family: hero-new, sans-serif;
        font-weight: 700;
        font-style: normal;
        font-size: 13px;
        color: #ffffff;
        padding: 5px 7px; } }
    @media screen and (max-width: 1124px) and (min-width: 878px) {
      #hp_serv #hp_serv_icons_inner .hp_serv_icon_item .hp_serv_icon_item_inner_title {
        font-family: hero-new, sans-serif;
        font-weight: 700;
        font-style: normal;
        font-size: 11px;
        color: #ffffff;
        padding: 7px 7px; } }
    @media screen and (max-width: 877px) {
      #hp_serv #hp_serv_icons_inner .hp_serv_icon_item .hp_serv_icon_item_inner_title {
        font-family: hero-new, sans-serif;
        font-weight: 700;
        font-style: normal;
        font-size: 10px;
        color: #ffffff;
        padding: 7px 7px; } }
  #hp_serv #hp_serv_icons_inner .hp_serv_icon_item .hp_serv_icon_item_inner_title:after {
    width: 0;
    height: 0;
    border-top: 30px solid #0C1D38;
    border-right: 30px solid transparent;
    content: '';
    position: absolute;
    right: -29px;
    top: 0px; }
#hp_serv #hp_serv_icons_inner .hp_serv_icon_item:hover .icon_bw {
  opacity: 0;
  transform: scale(1.2); }
#hp_serv #hp_serv_icons_inner .hp_serv_icon_item:hover .icon_color {
  transform: scale(1.2); }

#hp_info_banner {
  background-color: #0C1D38;
  padding: 15px 0px; }
  #hp_info_banner .hp_info_item {
    float: left;
    position: relative; }
    @media screen and (min-width: 878px) {
      #hp_info_banner .hp_info_item {
        width: calc(100% / 5);
        height: 100%; } }
    @media screen and (max-width: 877px) {
      #hp_info_banner .hp_info_item {
        width: 50%;
        height: 100px; } }
    #hp_info_banner .hp_info_item img {
      width: 80%;
      margin: 0px 5%;
      position: relative;
      top: 50%;
      display: inline-block; }

@media screen and (min-width: 878px) {
  #hp_about_us {
    padding-top: 45px;
    padding-bottom: 60px; } }
@media screen and (max-width: 877px) {
  #hp_about_us {
    padding-top: 15px;
    padding-bottom: 30px; } }
#hp_about_us #hp_about_title {
  display: inline-block;
  position: relative;
  margin-bottom: 45px;
  text-transform: uppercase; }
  @media screen and (min-width: 878px) {
    #hp_about_us #hp_about_title {
      font-family: hero-new, sans-serif;
      font-weight: 800;
      font-style: italic;
      font-size: 32px;
      color: #0C1D38;
      letter-spacing: 2px;
      padding-bottom: 12px; } }
  @media screen and (max-width: 877px) {
    #hp_about_us #hp_about_title {
      font-family: hero-new, sans-serif;
      font-weight: 800;
      font-style: italic;
      font-size: 24px;
      color: #0C1D38;
      letter-spacing: 1px;
      padding-bottom: 6px; } }
#hp_about_us #hp_about_title:after {
  content: '';
  background-color: #CBB778;
  left: 0px;
  bottom: 0px;
  position: absolute; }
  @media screen and (min-width: 878px) {
    #hp_about_us #hp_about_title:after {
      width: 160%;
      height: 5px; } }
  @media screen and (max-width: 877px) {
    #hp_about_us #hp_about_title:after {
      width: 100%;
      height: 3px; } }
#hp_about_us .hp_about_item_img {
  overflow: hidden;
  position: relative; }
#hp_about_us .staff_bw {
  position: absolute;
  top: 0px;
  right: 0px;
  opacity: 1;
  transition: .5s;
  width: 100%;
  height: auto;
  z-index: 10; }
#hp_about_us .staff_color {
  transition: .5s; }
#hp_about_us .hp_about_item_img:hover .staff_bw {
  opacity: 0; }
#hp_about_us .hp_about_item_info {
  padding-top: 5px; }
  @media screen and (max-width: 877px) {
    #hp_about_us .hp_about_item_info {
      padding-bottom: 30px; } }
  @media screen and (min-width: 1125px) {
    #hp_about_us .hp_about_item_info .hp_about_item_info_title {
      font-family: hero-new, sans-serif;
      font-weight: 500;
      font-style: normal;
      font-size: 18px;
      color: #0C1D38; } }
  @media screen and (max-width: 1124px) and (min-width: 878px) {
    #hp_about_us .hp_about_item_info .hp_about_item_info_title {
      font-family: hero-new, sans-serif;
      font-weight: 500;
      font-style: normal;
      font-size: 16px;
      color: #0C1D38; } }
  @media screen and (max-width: 877px) {
    #hp_about_us .hp_about_item_info .hp_about_item_info_title {
      font-family: hero-new, sans-serif;
      font-weight: 500;
      font-style: normal;
      font-size: 16px;
      color: #0C1D38; } }
  @media screen and (min-width: 1125px) {
    #hp_about_us .hp_about_item_info .hp_about_item_info_name {
      font-family: hero-new, sans-serif;
      font-weight: 700;
      font-style: normal;
      font-size: 30px;
      color: #0C1D38;
      line-height: 34px;
      margin-bottom: 6px; } }
  @media screen and (max-width: 1124px) and (min-width: 878px) {
    #hp_about_us .hp_about_item_info .hp_about_item_info_name {
      font-family: hero-new, sans-serif;
      font-weight: 700;
      font-style: normal;
      font-size: 27px;
      color: #0C1D38;
      line-height: 30px;
      margin-bottom: 6px; } }
  @media screen and (max-width: 877px) {
    #hp_about_us .hp_about_item_info .hp_about_item_info_name {
      font-family: hero-new, sans-serif;
      font-weight: 700;
      font-style: normal;
      font-size: 27px;
      color: #0C1D38;
      line-height: 30px;
      margin-bottom: 6px; } }
  @media screen and (min-width: 1125px) {
    #hp_about_us .hp_about_item_info .hp_about_item_info_cred {
      font-family: hero-new, sans-serif;
      font-weight: 300;
      font-style: normal;
      font-size: 16px;
      color: #0C1D38; } }
  @media screen and (max-width: 1124px) and (min-width: 878px) {
    #hp_about_us .hp_about_item_info .hp_about_item_info_cred {
      font-family: hero-new, sans-serif;
      font-weight: 300;
      font-style: normal;
      font-size: 14px;
      color: #0C1D38; } }
  @media screen and (max-width: 877px) {
    #hp_about_us .hp_about_item_info .hp_about_item_info_cred {
      font-family: hero-new, sans-serif;
      font-weight: 300;
      font-style: normal;
      font-size: 14px;
      color: #0C1D38; } }

#hp_princ {
  background-color: #0C1D38;
  padding-top: 55px;
  padding-bottom: 10px; }
  #hp_princ h2 {
    display: inline-block;
    position: relative;
    margin-bottom: 45px;
    text-transform: uppercase; }
    @media screen and (min-width: 878px) {
      #hp_princ h2 {
        font-family: hero-new, sans-serif;
        font-weight: 800;
        font-style: italic;
        font-size: 32px;
        color: #ffffff;
        letter-spacing: 2px;
        padding-bottom: 12px; } }
    @media screen and (max-width: 877px) {
      #hp_princ h2 {
        font-family: hero-new, sans-serif;
        font-weight: 800;
        font-style: italic;
        font-size: 24px;
        color: #ffffff;
        letter-spacing: 1px;
        padding-bottom: 6px; } }
  #hp_princ h2:after {
    content: '';
    background-color: #CBB778;
    left: 0px;
    bottom: 0px;
    position: absolute; }
    @media screen and (min-width: 878px) {
      #hp_princ h2:after {
        width: 160%;
        height: 5px; } }
    @media screen and (max-width: 877px) {
      #hp_princ h2:after {
        width: 100%;
        height: 3px; } }
  #hp_princ .hp_princ_item {
    margin-bottom: 35px; }
    @media screen and (min-width: 1125px) {
      #hp_princ .hp_princ_item h3 {
        font-family: hero-new, sans-serif;
        font-weight: 700;
        font-style: normal;
        font-size: 30px;
        color: #CBB778;
        line-height: 34px;
        margin-bottom: 13px; } }
    @media screen and (max-width: 1124px) and (min-width: 878px) {
      #hp_princ .hp_princ_item h3 {
        font-family: hero-new, sans-serif;
        font-weight: 700;
        font-style: normal;
        font-size: 24px;
        color: #CBB778;
        line-height: 28px;
        margin-bottom: 13px; } }
    @media screen and (max-width: 877px) {
      #hp_princ .hp_princ_item h3 {
        font-family: hero-new, sans-serif;
        font-weight: 700;
        font-style: normal;
        font-size: 22px;
        color: #CBB778;
        line-height: 28px;
        margin-bottom: 13px; } }
    @media screen and (min-width: 1125px) {
      #hp_princ .hp_princ_item .hp_princ_item_copy {
        font-family: hero-new, sans-serif;
        font-weight: 500;
        font-style: normal;
        font-size: 20px;
        color: #ffffff; } }
    @media screen and (max-width: 1124px) and (min-width: 878px) {
      #hp_princ .hp_princ_item .hp_princ_item_copy {
        font-family: hero-new, sans-serif;
        font-weight: 500;
        font-style: normal;
        font-size: 16px;
        color: #ffffff; } }
    @media screen and (max-width: 877px) {
      #hp_princ .hp_princ_item .hp_princ_item_copy {
        font-family: hero-new, sans-serif;
        font-weight: 500;
        font-style: normal;
        font-size: 14px;
        color: #ffffff; } }

#hp_news #hp_news_list {
  padding-top: 50px;
  padding-bottom: 20px; }
#hp_news h2 {
  display: inline-block;
  position: relative;
  margin-bottom: 30px;
  text-transform: uppercase; }
  @media screen and (min-width: 878px) {
    #hp_news h2 {
      font-family: hero-new, sans-serif;
      font-weight: 800;
      font-style: italic;
      font-size: 32px;
      color: #0C1D38;
      letter-spacing: 2px;
      padding-bottom: 12px; } }
  @media screen and (max-width: 877px) {
    #hp_news h2 {
      font-family: hero-new, sans-serif;
      font-weight: 800;
      font-style: italic;
      font-size: 24px;
      color: #0C1D38;
      letter-spacing: 1px;
      padding-bottom: 6px; } }
#hp_news h2:after {
  content: '';
  background-color: #CBB778;
  left: 0px;
  bottom: 0px;
  position: absolute; }
  @media screen and (min-width: 878px) {
    #hp_news h2:after {
      width: 160%;
      height: 5px; } }
  @media screen and (max-width: 877px) {
    #hp_news h2:after {
      width: 100%;
      height: 3px; } }
#hp_news #hp_news_stories {
  margin-bottom: 15px; }
  #hp_news #hp_news_stories .hp_news_stories_item {
    padding: 10px 0px;
    position: relative; }
    #hp_news #hp_news_stories .hp_news_stories_item a {
      display: inline-block;
      width: 100%;
      padding-right: 20%;
      position: relative;
      z-index: 2; }
      @media screen and (min-width: 1125px) {
        #hp_news #hp_news_stories .hp_news_stories_item a {
          font-family: hero-new, sans-serif;
          font-weight: 700;
          font-style: normal;
          font-size: 20px;
          color: #0C1D38;
          min-height: 40px; } }
      @media screen and (max-width: 1124px) and (min-width: 878px) {
        #hp_news #hp_news_stories .hp_news_stories_item a {
          font-family: hero-new, sans-serif;
          font-weight: 700;
          font-style: normal;
          font-size: 16px;
          color: #0C1D38;
          min-height: 40px; } }
      @media screen and (max-width: 877px) {
        #hp_news #hp_news_stories .hp_news_stories_item a {
          font-family: hero-new, sans-serif;
          font-weight: 700;
          font-style: normal;
          font-size: 16px;
          color: #0C1D38;
          min-height: 40px; } }
    #hp_news #hp_news_stories .hp_news_stories_item a:after {
      width: 20px;
      height: 39px;
      position: absolute;
      right: calc(20% - 30px);
      top: calc(50% - 18.5px);
      content: '';
      background: url("../images/gold_arrow.svg") center center no-repeat;
      background-size: contain;
      transition: .5s; }
    #hp_news #hp_news_stories .hp_news_stories_item .hp_news_gutter {
      position: absolute;
      right: -15px;
      top: 0px;
      height: 100%;
      z-index: 1; }
  #hp_news #hp_news_stories .hp_news_stories_item:hover {
    background-color: #0C1D38; }
    #hp_news #hp_news_stories .hp_news_stories_item:hover .hp_news_gutter {
      background-color: #0C1D38; }
    #hp_news #hp_news_stories .hp_news_stories_item:hover a {
      color: #ffffff;
      text-decoration: none; }
    #hp_news #hp_news_stories .hp_news_stories_item:hover a:after {
      transform: translateX(10px); }
#hp_news #hp_news_img {
  position: relative; }
  @media screen and (max-width: 877px) {
    #hp_news #hp_news_img {
      display: none; } }
  #hp_news #hp_news_img .hp_news_story_img {
    position: absolute;
    left: -15px;
    top: 0px;
    height: 100%;
    background-size: cover !important;
    opacity: 0; }
  #hp_news #hp_news_img #hp_news_img_title {
    position: absolute;
    z-index: 10;
    background-color: #0C1D38;
    display: inline-block;
    width: calc(100% - 12px);
    left: -63px;
    bottom: 20px;
    height: 96px; }
    @media screen and (min-width: 1125px) {
      #hp_news #hp_news_img #hp_news_img_title {
        font-family: hero-new, sans-serif;
        font-weight: 700;
        font-style: normal;
        font-size: 20px;
        color: #ffffff;
        padding: 18px 0px 18px 10%; } }
    @media screen and (max-width: 1124px) and (min-width: 878px) {
      #hp_news #hp_news_img #hp_news_img_title {
        font-family: hero-new, sans-serif;
        font-weight: 700;
        font-style: normal;
        font-size: 16px;
        color: #ffffff;
        padding: 18px 0px 18px 10%; } }
    @media screen and (max-width: 877px) {
      #hp_news #hp_news_img #hp_news_img_title {
        font-family: hero-new, sans-serif;
        font-weight: 700;
        font-style: normal;
        font-size: 16px;
        color: #ffffff;
        padding: 18px 0px 18px 10%; } }
  #hp_news #hp_news_img #hp_news_img_title:after {
    width: 0;
    height: 0;
    border-top: 96px solid #0C1D38;
    border-right: 60px solid transparent;
    position: absolute;
    right: -60px;
    top: 0px;
    content: ''; }
  #hp_news #hp_news_img #hp_news_img_title:before {
    width: 0;
    height: 0;
    border-bottom: 20px solid #CBB778;
    border-left: 48px solid transparent;
    position: absolute;
    left: 0px;
    top: -20px;
    content: ''; }
  #hp_news #hp_news_img .news_show {
    opacity: 1 !important; }

#hp_contact_us iframe {
  height: 100%;
  width: 100%; }
@media screen and (min-width: 878px) {
  #hp_contact_us #hp_contact_map {
    height: 100%;
    position: absolute;
    top: 0px;
    right: 0px; } }
@media screen and (max-width: 877px) {
  #hp_contact_us #hp_contact_map {
    height: 300px; } }
#hp_contact_us #hp_contact_info {
  position: relative; }
  @media screen and (min-width: 878px) {
    #hp_contact_us #hp_contact_info {
      padding-top: 60px;
      padding-bottom: 100px;
      padding-left: 40px; } }
  @media screen and (max-width: 877px) {
    #hp_contact_us #hp_contact_info {
      padding-top: 20px;
      padding-bottom: 35px;
      padding-left: 0px; } }
  #hp_contact_us #hp_contact_info a {
    color: #0C1D38; }
  #hp_contact_us #hp_contact_info a:hover {
    text-decoration: none; }
  #hp_contact_us #hp_contact_info h2 {
    display: inline-block;
    position: relative;
    margin-bottom: 30px;
    text-transform: uppercase; }
    @media screen and (min-width: 878px) {
      #hp_contact_us #hp_contact_info h2 {
        font-family: hero-new, sans-serif;
        font-weight: 800;
        font-style: italic;
        font-size: 32px;
        color: #0C1D38;
        letter-spacing: 2px;
        padding-bottom: 12px; } }
    @media screen and (max-width: 877px) {
      #hp_contact_us #hp_contact_info h2 {
        font-family: hero-new, sans-serif;
        font-weight: 800;
        font-style: italic;
        font-size: 24px;
        color: #0C1D38;
        letter-spacing: 1px;
        padding-bottom: 6px; } }
  #hp_contact_us #hp_contact_info h2:after {
    content: '';
    background-color: #CBB778;
    left: 0px;
    bottom: 0px;
    position: absolute; }
    @media screen and (min-width: 878px) {
      #hp_contact_us #hp_contact_info h2:after {
        width: 130%;
        height: 5px; } }
    @media screen and (max-width: 877px) {
      #hp_contact_us #hp_contact_info h2:after {
        width: 100%;
        height: 3px; } }
  #hp_contact_us #hp_contact_info .hp_contact_info_item {
    margin-bottom: 20px; }
    #hp_contact_us #hp_contact_info .hp_contact_info_item h3 {
      font-family: hero-new, sans-serif;
      font-weight: 700;
      font-style: normal;
      font-size: 18px;
      color: #CBB778;
      text-transform: uppercase;
      letter-spacing: 1px; }
    #hp_contact_us #hp_contact_info .hp_contact_info_item p {
      font-family: hero-new, sans-serif;
      font-weight: 300;
      font-style: normal;
      font-size: 24px;
      color: #0C1D38;
      line-height: 30px; }

#internal_wrapper {
  padding-top: 75px; }

#hero_image {
  position: relative;
  width: 100%;
  overflow: hidden;
  height: auto; }
  #hero_image .hero_img_bg {
    width: 100%;
    height: auto; }
    #hero_image .hero_img_bg img {
      width: 100%;
      height: auto; }

@media screen and (min-width: 878px) {
  #page_content_wrapper {
    padding-top: 50px;
    padding-bottom: 60px; } }
@media screen and (max-width: 877px) {
  #page_content_wrapper {
    padding-top: 25px;
    padding-bottom: 30px; } }
#page_content_wrapper #breadcrumbs_wrapper #breadcrumbs_area {
  position: relative; }
#page_content_wrapper #breadcrumbs_wrapper #page_breadcrumbs {
  text-transform: uppercase;
  letter-spacing: 1px; }
  @media screen and (min-width: 1125px) {
    #page_content_wrapper #breadcrumbs_wrapper #page_breadcrumbs {
      font-family: hero-new, sans-serif;
      font-weight: 800;
      font-style: italic;
      font-size: 18px;
      color: #CBB778;
      padding-right: 200px; } }
  @media screen and (max-width: 1124px) and (min-width: 878px) {
    #page_content_wrapper #breadcrumbs_wrapper #page_breadcrumbs {
      font-family: hero-new, sans-serif;
      font-weight: 800;
      font-style: italic;
      font-size: 16px;
      color: #CBB778;
      padding-right: 130px; } }
  @media screen and (max-width: 877px) {
    #page_content_wrapper #breadcrumbs_wrapper #page_breadcrumbs {
      font-family: hero-new, sans-serif;
      font-weight: 800;
      font-style: italic;
      font-size: 12px;
      color: #CBB778;
      padding-right: 80px; } }
  #page_content_wrapper #breadcrumbs_wrapper #page_breadcrumbs a, #page_content_wrapper #breadcrumbs_wrapper #page_breadcrumbs .sep {
    text-transform: uppercase;
    letter-spacing: 1px; }
    @media screen and (min-width: 1125px) {
      #page_content_wrapper #breadcrumbs_wrapper #page_breadcrumbs a, #page_content_wrapper #breadcrumbs_wrapper #page_breadcrumbs .sep {
        font-family: hero-new, sans-serif;
        font-weight: 800;
        font-style: italic;
        font-size: 18px;
        color: #CBB778; } }
    @media screen and (max-width: 1124px) and (min-width: 878px) {
      #page_content_wrapper #breadcrumbs_wrapper #page_breadcrumbs a, #page_content_wrapper #breadcrumbs_wrapper #page_breadcrumbs .sep {
        font-family: hero-new, sans-serif;
        font-weight: 800;
        font-style: italic;
        font-size: 16px;
        color: #CBB778; } }
    @media screen and (max-width: 877px) {
      #page_content_wrapper #breadcrumbs_wrapper #page_breadcrumbs a, #page_content_wrapper #breadcrumbs_wrapper #page_breadcrumbs .sep {
        font-family: hero-new, sans-serif;
        font-weight: 800;
        font-style: italic;
        font-size: 12px;
        color: #CBB778; } }
#page_content_wrapper #breadcrumbs_wrapper #page_share {
  position: absolute;
  right: 0px; }
  @media screen and (min-width: 1125px) {
    #page_content_wrapper #breadcrumbs_wrapper #page_share {
      top: -6px; } }
  @media screen and (max-width: 1124px) and (min-width: 878px) {
    #page_content_wrapper #breadcrumbs_wrapper #page_share {
      top: 0px; } }
  @media screen and (max-width: 877px) {
    #page_content_wrapper #breadcrumbs_wrapper #page_share {
      top: -4px; } }
  #page_content_wrapper #breadcrumbs_wrapper #page_share .page_share_item {
    float: left;
    text-indent: -9999px;
    cursor: pointer; }
    @media screen and (min-width: 1125px) {
      #page_content_wrapper #breadcrumbs_wrapper #page_share .page_share_item {
        width: 35px;
        height: 26px;
        margin-left: 10px; } }
    @media screen and (max-width: 1124px) and (min-width: 878px) {
      #page_content_wrapper #breadcrumbs_wrapper #page_share .page_share_item {
        width: 35px;
        height: 26px;
        margin-left: 10px; } }
    @media screen and (max-width: 877px) {
      #page_content_wrapper #breadcrumbs_wrapper #page_share .page_share_item {
        width: 35px;
        height: 26px;
        margin-left: 10px; } }
    #page_content_wrapper #breadcrumbs_wrapper #page_share .page_share_item div {
      width: 100%;
      height: 100%;
      background-size: contain !important; }
    #page_content_wrapper #breadcrumbs_wrapper #page_share .page_share_item #page_share_item_share {
      background: url("../images/share_icon.svg") center center no-repeat; }
    #page_content_wrapper #breadcrumbs_wrapper #page_share .page_share_item #page_share_item_decrease {
      background: url("../images/size_smaller.svg") center center no-repeat; }
      @media screen and (max-width: 877px) {
        #page_content_wrapper #breadcrumbs_wrapper #page_share .page_share_item #page_share_item_decrease {
          display: none; } }
    #page_content_wrapper #breadcrumbs_wrapper #page_share .page_share_item #page_share_item_increase {
      background: url("../images/size_larger.svg") center center no-repeat; }
      @media screen and (max-width: 877px) {
        #page_content_wrapper #breadcrumbs_wrapper #page_share .page_share_item #page_share_item_increase {
          display: none; } }
    #page_content_wrapper #breadcrumbs_wrapper #page_share .page_share_item #page_share_item_print {
      background: url("../images/print_icon.svg") center center no-repeat; }
@media screen and (min-width: 878px) {
  #page_content_wrapper #content_area {
    padding-top: 65px; } }
@media screen and (max-width: 877px) {
  #page_content_wrapper #content_area {
    padding-top: 20px; } }
@media screen and (min-width: 878px) {
  #page_content_wrapper #content_area #content_area_img {
    padding-top: 25px; } }
@media screen and (max-width: 877px) {
  #page_content_wrapper #content_area #content_area_img {
    margin-bottom: 20px; } }
#page_content_wrapper #content_area .no_img #content_area_inner {
  padding-left: 0px !important; }
@media screen and (min-width: 878px) {
  #page_content_wrapper #content_area #content_area_inner {
    padding-left: 50px; } }
#page_content_wrapper #content_area #content_area_inner h1 {
  display: inline-block;
  position: relative;
  width: 100%; }
  @media screen and (min-width: 1125px) {
    #page_content_wrapper #content_area #content_area_inner h1 {
      font-family: hero-new, sans-serif;
      font-weight: 800;
      font-style: italic;
      font-size: 32px;
      color: #0C1D38;
      padding-bottom: 12px;
      margin-bottom: 30px;
      letter-spacing: 2px; } }
  @media screen and (max-width: 1124px) and (min-width: 878px) {
    #page_content_wrapper #content_area #content_area_inner h1 {
      font-family: hero-new, sans-serif;
      font-weight: 800;
      font-style: italic;
      font-size: 26px;
      color: #0C1D38;
      padding-bottom: 12px;
      margin-bottom: 30px;
      letter-spacing: 2px; } }
  @media screen and (max-width: 877px) {
    #page_content_wrapper #content_area #content_area_inner h1 {
      font-family: hero-new, sans-serif;
      font-weight: 800;
      font-style: italic;
      font-size: 20px;
      color: #0C1D38;
      padding-bottom: 12px;
      margin-bottom: 20px;
      letter-spacing: 1px; } }
#page_content_wrapper #content_area #content_area_inner h1:after {
  content: '';
  width: 100%;
  background-color: #CBB778;
  height: 5px;
  left: 0px;
  bottom: 0px;
  position: absolute; }
@media screen and (min-width: 1125px) {
  #page_content_wrapper #content_area #content_area_inner #main_page_copy {
    font-family: hero-new, sans-serif;
    font-weight: 400;
    font-style: normal;
    font-size: 20px;
    color: #0C1D38;
    line-height: 29px; } }
@media screen and (max-width: 1124px) and (min-width: 878px) {
  #page_content_wrapper #content_area #content_area_inner #main_page_copy {
    font-family: hero-new, sans-serif;
    font-weight: 400;
    font-style: normal;
    font-size: 18px;
    color: #0C1D38;
    line-height: 26px; } }
@media screen and (max-width: 877px) {
  #page_content_wrapper #content_area #content_area_inner #main_page_copy {
    font-family: hero-new, sans-serif;
    font-weight: 400;
    font-style: normal;
    font-size: 16px;
    color: #0C1D38;
    line-height: 24px; } }
#page_content_wrapper #content_area #content_area_inner #main_page_copy .btn_box {
  margin-top: 30px; }
@media screen and (max-width: 877px) {
  #page_content_wrapper #content_area #content_area_inner #main_page_copy p img {
    float: none !important;
    width: 100% !important;
    height: auto !important;
    margin: 10px 0px !important; } }
@media screen and (min-width: 878px) {
  #page_content_wrapper #content_area #staff_area_inner {
    padding-right: 40px; } }
#page_content_wrapper #content_area #staff_area_inner h1 {
  display: inline-block;
  position: relative;
  width: 100%;
  text-transform: uppercase; }
  @media screen and (min-width: 1125px) {
    #page_content_wrapper #content_area #staff_area_inner h1 {
      font-family: hero-new, sans-serif;
      font-weight: 800;
      font-style: italic;
      font-size: 58px;
      color: #0C1D38;
      padding-bottom: 12px;
      margin-bottom: 25px;
      letter-spacing: 3px; } }
  @media screen and (max-width: 1124px) and (min-width: 878px) {
    #page_content_wrapper #content_area #staff_area_inner h1 {
      font-family: hero-new, sans-serif;
      font-weight: 800;
      font-style: italic;
      font-size: 32px;
      color: #0C1D38;
      padding-bottom: 12px;
      margin-bottom: 25px;
      letter-spacing: 2px; } }
  @media screen and (max-width: 877px) {
    #page_content_wrapper #content_area #staff_area_inner h1 {
      font-family: hero-new, sans-serif;
      font-weight: 800;
      font-style: italic;
      font-size: 24px;
      color: #0C1D38;
      padding-bottom: 12px;
      margin-bottom: 12px;
      letter-spacing: 1px;
      text-align: center; } }
#page_content_wrapper #content_area #staff_area_inner h1:after {
  content: '';
  width: 100%;
  background-color: #CBB778;
  height: 5px;
  left: 0px;
  bottom: 0px;
  position: absolute; }
@media screen and (min-width: 1125px) {
  #page_content_wrapper #content_area #staff_area_inner #staff_title {
    font-family: hero-new, sans-serif;
    font-weight: 500;
    font-style: normal;
    font-size: 28px;
    color: #0C1D38;
    line-height: 37px; } }
@media screen and (max-width: 1124px) and (min-width: 878px) {
  #page_content_wrapper #content_area #staff_area_inner #staff_title {
    font-family: hero-new, sans-serif;
    font-weight: 500;
    font-style: normal;
    font-size: 23px;
    color: #0C1D38;
    line-height: 29px; } }
@media screen and (max-width: 877px) {
  #page_content_wrapper #content_area #staff_area_inner #staff_title {
    font-family: hero-new, sans-serif;
    font-weight: 500;
    font-style: normal;
    font-size: 16px;
    color: #0C1D38;
    line-height: 21px;
    text-align: center; } }
#page_content_wrapper #content_area #staff_area_inner #staff_contact {
  position: relative; }
  @media screen and (min-width: 878px) {
    #page_content_wrapper #content_area #staff_area_inner #staff_contact {
      margin-top: 50px; } }
  @media screen and (max-width: 877px) {
    #page_content_wrapper #content_area #staff_area_inner #staff_contact {
      margin-top: 25px;
      text-align: center; } }
@media screen and (min-width: 878px) {
  #page_content_wrapper #content_area #staff_area_inner #staff_social_icons {
    position: absolute;
    right: 0px;
    top: 0px; } }
@media screen and (max-width: 877px) {
  #page_content_wrapper #content_area #staff_area_inner #staff_social_icons {
    position: relative;
    display: inline-block; } }
#page_content_wrapper #content_area #staff_area_inner .staff_social_item {
  float: left; }
  @media screen and (min-width: 1125px) {
    #page_content_wrapper #content_area #staff_area_inner .staff_social_item {
      margin: 0px 10px 0px 0px; } }
  @media screen and (max-width: 1124px) and (min-width: 878px) {
    #page_content_wrapper #content_area #staff_area_inner .staff_social_item {
      margin: 0px 8px 0px 0px; } }
  @media screen and (max-width: 877px) {
    #page_content_wrapper #content_area #staff_area_inner .staff_social_item {
      margin: 0px 8px 0px 0px; } }
  #page_content_wrapper #content_area #staff_area_inner .staff_social_item a {
    display: inline-block;
    position: relative;
    text-align: center; }
    @media screen and (min-width: 1125px) {
      #page_content_wrapper #content_area #staff_area_inner .staff_social_item a {
        height: 37px;
        width: 40px; } }
    @media screen and (max-width: 1124px) and (min-width: 878px) {
      #page_content_wrapper #content_area #staff_area_inner .staff_social_item a {
        height: 30px;
        width: 30px; } }
    @media screen and (max-width: 877px) {
      #page_content_wrapper #content_area #staff_area_inner .staff_social_item a {
        height: 30px;
        width: 30px; } }
    #page_content_wrapper #content_area #staff_area_inner .staff_social_item a .fa {
      color: #0C1D38;
      position: relative; }
      @media screen and (min-width: 1125px) {
        #page_content_wrapper #content_area #staff_area_inner .staff_social_item a .fa {
          font-size: 36px !important;
          bottom: 0px;
          line-height: 37px; } }
      @media screen and (max-width: 1124px) and (min-width: 878px) {
        #page_content_wrapper #content_area #staff_area_inner .staff_social_item a .fa {
          font-size: 28px !important;
          bottom: 0px;
          line-height: 28px; } }
      @media screen and (max-width: 877px) {
        #page_content_wrapper #content_area #staff_area_inner .staff_social_item a .fa {
          font-size: 28px !important;
          bottom: 0px;
          line-height: 28px; } }
    #page_content_wrapper #content_area #staff_area_inner .staff_social_item a .network_name {
      position: absolute;
      text-indent: -9999px; }
  #page_content_wrapper #content_area #staff_area_inner .staff_social_item a:hover .fa {
    color: #6d7276; }
#page_content_wrapper #content_area #staff_area_inner #staff_phone a {
  display: inline-block;
  position: relative;
  transition: .5s; }
  @media screen and (min-width: 1125px) {
    #page_content_wrapper #content_area #staff_area_inner #staff_phone a {
      font-family: hero-new, sans-serif;
      font-weight: 500;
      font-style: normal;
      font-size: 24px;
      color: #0C1D38;
      top: -6px; } }
  @media screen and (max-width: 1124px) and (min-width: 878px) {
    #page_content_wrapper #content_area #staff_area_inner #staff_phone a {
      font-family: hero-new, sans-serif;
      font-weight: 500;
      font-style: normal;
      font-size: 29px;
      color: #0C1D38;
      top: -6px; } }
  @media screen and (max-width: 877px) {
    #page_content_wrapper #content_area #staff_area_inner #staff_phone a {
      font-family: hero-new, sans-serif;
      font-weight: 500;
      font-style: normal;
      font-size: 24px;
      color: #0C1D38;
      top: -6px; } }
#page_content_wrapper #content_area #staff_area_inner #staff_phone a:before {
  content: '';
  position: relative;
  background: url("../images/phone_icon_blue.svg") center center no-repeat;
  background-size: contain;
  display: inline-block;
  transition: .5s; }
  @media screen and (min-width: 1125px) {
    #page_content_wrapper #content_area #staff_area_inner #staff_phone a:before {
      height: 36px;
      width: 36px;
      bottom: -7px;
      margin-right: 5px; } }
  @media screen and (max-width: 1124px) and (min-width: 878px) {
    #page_content_wrapper #content_area #staff_area_inner #staff_phone a:before {
      height: 27px;
      width: 27px;
      bottom: -7px;
      margin-right: 2px; } }
  @media screen and (max-width: 877px) {
    #page_content_wrapper #content_area #staff_area_inner #staff_phone a:before {
      height: 27px;
      width: 27px;
      bottom: -7px;
      margin-right: 2px; } }
#page_content_wrapper #content_area #staff_area_inner #staff_phone:hover a {
  text-decoration: none;
  transform: scale(1.1); }
#page_content_wrapper #content_area #staff_area_inner #staff_phone:hover a:before {
  transform: rotate(20deg); }
#page_content_wrapper #content_area #staff_photo {
  padding: 19px 15px 21px 11px;
  background: url("../images/photo_border.svg") center center no-repeat;
  background-size: 100% 100%; }

@media screen and (min-width: 878px) {
  .staff_about {
    padding-top: 70px;
    padding-bottom: 50px; } }
@media screen and (max-width: 877px) {
  .staff_about {
    padding-top: 35px;
    padding-bottom: 30px; } }
.staff_about .staff_about_bullets ul {
  margin: 0px;
  padding: 0px 0px 0px 17px; }
.staff_about .staff_about_bullets li {
  margin-bottom: 8px;
  list-style-position: inside; }
.staff_about .staff_about_inner {
  position: relative; }
  @media screen and (max-width: 877px) {
    .staff_about .staff_about_inner {
      padding-top: 120px; } }
.staff_about .staff_about_icon {
  position: absolute;
  top: 0px;
  background-size: contain !important; }
  @media screen and (min-width: 878px) {
    .staff_about .staff_about_icon {
      height: 100%;
      width: 38%; } }
  @media screen and (max-width: 877px) {
    .staff_about .staff_about_icon {
      height: 100px;
      width: 100%; } }

#staff_edu, #staff_act {
  background-color: #0C1D38; }
  #staff_edu h2, #staff_act h2 {
    display: inline-block;
    position: relative;
    width: 100%;
    text-transform: uppercase; }
    @media screen and (min-width: 1125px) {
      #staff_edu h2, #staff_act h2 {
        font-family: hero-new, sans-serif;
        font-weight: 800;
        font-style: italic;
        font-size: 23px;
        color: #ffffff;
        padding-bottom: 12px;
        margin-bottom: 25px;
        letter-spacing: 2px; } }
    @media screen and (max-width: 1124px) and (min-width: 878px) {
      #staff_edu h2, #staff_act h2 {
        font-family: hero-new, sans-serif;
        font-weight: 800;
        font-style: italic;
        font-size: 20px;
        color: #ffffff;
        padding-bottom: 12px;
        margin-bottom: 25px;
        letter-spacing: 2px; } }
    @media screen and (max-width: 877px) {
      #staff_edu h2, #staff_act h2 {
        font-family: hero-new, sans-serif;
        font-weight: 800;
        font-style: italic;
        font-size: 20px;
        color: #ffffff;
        padding-bottom: 12px;
        margin-bottom: 25px;
        letter-spacing: 2px; } }
  #staff_edu h2:after, #staff_act h2:after {
    content: '';
    width: 100%;
    background-color: #CBB778;
    height: 5px;
    left: 0px;
    bottom: 0px;
    position: absolute; }
  @media screen and (min-width: 878px) {
    #staff_edu .staff_about_inner, #staff_act .staff_about_inner {
      padding-right: 40%; } }
  @media screen and (min-width: 1125px) {
    #staff_edu li, #staff_act li {
      font-family: hero-new, sans-serif;
      font-weight: 500;
      font-style: normal;
      font-size: 18px;
      color: #ffffff; } }
  @media screen and (max-width: 1124px) and (min-width: 878px) {
    #staff_edu li, #staff_act li {
      font-family: hero-new, sans-serif;
      font-weight: 500;
      font-style: normal;
      font-size: 16px;
      color: #ffffff; } }
  @media screen and (max-width: 877px) {
    #staff_edu li, #staff_act li {
      font-family: hero-new, sans-serif;
      font-weight: 500;
      font-style: normal;
      font-size: 16px;
      color: #ffffff; } }

@media screen and (min-width: 878px) {
  #staff_mem {
    text-align: right; } }
@media screen and (min-width: 878px) {
  #staff_mem .staff_about_inner {
    padding-left: 40%; } }
#staff_mem h2 {
  display: inline-block;
  position: relative;
  width: 100%;
  text-transform: uppercase; }
  @media screen and (min-width: 1125px) {
    #staff_mem h2 {
      font-family: hero-new, sans-serif;
      font-weight: 800;
      font-style: italic;
      font-size: 23px;
      color: #0C1D38;
      padding-bottom: 12px;
      margin-bottom: 25px;
      letter-spacing: 2px; } }
  @media screen and (max-width: 1124px) and (min-width: 878px) {
    #staff_mem h2 {
      font-family: hero-new, sans-serif;
      font-weight: 800;
      font-style: italic;
      font-size: 20px;
      color: #0C1D38;
      padding-bottom: 12px;
      margin-bottom: 25px;
      letter-spacing: 2px; } }
  @media screen and (max-width: 877px) {
    #staff_mem h2 {
      font-family: hero-new, sans-serif;
      font-weight: 800;
      font-style: italic;
      font-size: 20px;
      color: #0C1D38;
      padding-bottom: 12px;
      margin-bottom: 25px;
      letter-spacing: 2px; } }
#staff_mem h2:after {
  content: '';
  width: 100%;
  background-color: #CBB778;
  height: 5px;
  left: 0px;
  bottom: 0px;
  position: absolute; }
@media screen and (min-width: 1125px) {
  #staff_mem li {
    font-family: hero-new, sans-serif;
    font-weight: 500;
    font-style: normal;
    font-size: 18px;
    color: #0C1D38; } }
@media screen and (max-width: 1124px) and (min-width: 878px) {
  #staff_mem li {
    font-family: hero-new, sans-serif;
    font-weight: 500;
    font-style: normal;
    font-size: 16px;
    color: #0C1D38; } }
@media screen and (max-width: 877px) {
  #staff_mem li {
    font-family: hero-new, sans-serif;
    font-weight: 500;
    font-style: normal;
    font-size: 16px;
    color: #0C1D38; } }

#staff_edu .staff_about_icon {
  background: url("../images/icon_edu.svg") center center no-repeat; }
  @media screen and (min-width: 878px) {
    #staff_edu .staff_about_icon {
      right: 0px; } }

#staff_act .staff_about_icon {
  background: url("../images/icon_act.svg") center center no-repeat; }
  @media screen and (min-width: 878px) {
    #staff_act .staff_about_icon {
      right: 0px; } }

#staff_mem .staff_about_icon {
  background: url("../images/icon_mem.svg") center center no-repeat; }
  @media screen and (min-width: 878px) {
    #staff_mem .staff_about_icon {
      left: 0px; } }

#form_area {
  background-color: #0C1D38;
  padding-top: 80px;
  padding-bottom: 80px; }
  #form_area #form_area_title {
    text-align: center; }
  #form_area #form_area_title_inner {
    font-family: hero-new, sans-serif;
    font-weight: 800;
    font-style: italic;
    font-size: 23px;
    color: #ffffff;
    position: relative;
    padding-bottom: 12px;
    margin-bottom: 25px;
    letter-spacing: 2px;
    text-transform: uppercase;
    display: inline-block; }
  #form_area #form_area_title_inner:after {
    content: '';
    width: 100%;
    background-color: #CBB778;
    height: 5px;
    left: 0px;
    bottom: 0px;
    position: absolute; }
  #form_area #form_area_state {
    text-align: center; }
  #form_area #form_area_state_inner {
    font-family: hero-new, sans-serif;
    font-weight: 500;
    font-style: normal;
    font-size: 20px;
    color: #ffffff;
    margin-bottom: 15px;
    display: inline-block; }
  #form_area #the_form .form-group {
    margin-bottom: 35px !important; }
  #form_area #the_form label {
    font-family: hero-new, sans-serif;
    font-weight: 700;
    font-style: normal;
    font-size: 20px;
    color: #ffffff; }
  #form_area #the_form input[type="text"], #form_area #the_form textarea, #form_area #the_form select {
    width: 100%;
    border: 0px;
    border-radius: 0px;
    padding: 0px 25px;
    background-color: #ffffff; }
  #form_area #the_form input[type="text"] {
    line-height: 60px; }
  #form_area #the_form button[type="submit"] {
    margin-top: 30px;
    background-color: #CBB778;
    border: 0px;
    font-family: hero-new, sans-serif;
    font-weight: 700;
    font-style: normal;
    font-size: 20px;
    color: #0C1D38;
    height: 60px;
    width: 60%;
    display: inline-block;
    text-transform: uppercase; }

#video_area {
  background-size: cover !important;
  position: relative;
  overflow: hidden; }
  @media screen and (min-width: 1125px) {
    #video_area {
      height: 800px;
      padding: 2% 0px; } }
  @media screen and (max-width: 1124px) and (min-width: 878px) {
    #video_area {
      height: 500px;
      padding: 2% 0px; } }
  @media screen and (max-width: 877px) {
    #video_area {
      height: 360px;
      padding: 2% 0px; } }
  #video_area #video_wrapper {
    height: 100%; }
    #video_area #video_wrapper .row, #video_area #video_wrapper .col-12, #video_area #video_wrapper #video_container {
      height: 100%; }
    #video_area #video_wrapper iframe {
      width: 100%;
      height: 100%; }
  #video_area #video_click {
    position: absolute;
    top: 0px;
    left: 0px;
    width: 100%;
    height: 100%;
    z-index: 10;
    background: url("../images/play_btn.svg") center center no-repeat;
    transition: .5s;
    cursor: pointer; }
  #video_area #video_click:hover {
    transform: scale(1.2); }

#callouts_area .callouts_area_item:nth-child(odd) {
  background-color: #0C1D38; }
  @media screen and (min-width: 878px) {
    #callouts_area .callouts_area_item:nth-child(odd) .callout_inner {
      padding-right: 40%; } }
  @media screen and (max-width: 877px) {
    #callouts_area .callouts_area_item:nth-child(odd) .callout_inner {
      padding-top: 63vw; } }
  #callouts_area .callouts_area_item:nth-child(odd) .callout_img {
    right: 15px; }
  #callouts_area .callouts_area_item:nth-child(odd) h2 {
    font-family: hero-new, sans-serif;
    font-weight: 800;
    font-style: italic;
    font-size: 23px;
    color: #ffffff;
    display: inline-block;
    position: relative;
    padding-bottom: 12px;
    margin-bottom: 25px;
    letter-spacing: 2px;
    text-transform: uppercase; }
  #callouts_area .callouts_area_item:nth-child(odd) .callout_tease {
    font-family: hero-new, sans-serif;
    font-weight: 500;
    font-style: normal;
    font-size: 18px;
    color: #ffffff; }
@media screen and (min-width: 878px) {
  #callouts_area .callouts_area_item:nth-child(even) .callout_inner {
    padding-left: 40%; } }
@media screen and (max-width: 877px) {
  #callouts_area .callouts_area_item:nth-child(even) .callout_inner {
    padding-top: 63vw; } }
@media screen and (min-width: 878px) {
  #callouts_area .callouts_area_item:nth-child(even) .callout_img {
    left: 15px; } }
#callouts_area .callouts_area_item:nth-child(even) h2 {
  font-family: hero-new, sans-serif;
  font-weight: 800;
  font-style: italic;
  font-size: 23px;
  color: #0C1D38;
  display: inline-block;
  position: relative;
  padding-bottom: 12px;
  margin-bottom: 25px;
  letter-spacing: 2px;
  text-transform: uppercase; }
#callouts_area .callouts_area_item:nth-child(even) .callout_tease {
  font-family: hero-new, sans-serif;
  font-weight: 500;
  font-style: normal;
  font-size: 18px;
  color: #0C1D38; }
@media screen and (min-width: 878px) {
  #callouts_area .callouts_area_item {
    padding-top: 60px;
    padding-bottom: 60px; } }
@media screen and (max-width: 877px) {
  #callouts_area .callouts_area_item {
    padding-top: 30px;
    padding-bottom: 30px; } }
#callouts_area .callouts_area_item .callout_img {
  position: absolute;
  top: 0px; }
  @media screen and (min-width: 878px) {
    #callouts_area .callouts_area_item .callout_img {
      width: calc(40% - 60px);
      height: 100%; } }
  @media screen and (max-width: 877px) {
    #callouts_area .callouts_area_item .callout_img {
      width: calc(100% - 30px); } }
  @media screen and (max-width: 877px) {
    #callouts_area .callouts_area_item .callout_img img {
      width: 100%;
      height: auto; } }
#callouts_area .callouts_area_item h2:after {
  content: '';
  width: 100%;
  background-color: #CBB778;
  height: 5px;
  left: 0px;
  bottom: 0px;
  position: absolute; }
#callouts_area .callouts_area_item .callout_btn a {
  background-color: #CBB778;
  border: 0px;
  height: 60px;
  display: inline-block;
  text-transform: uppercase;
  transition: .5s;
  transform-origin: 50% 50%; }
  @media screen and (min-width: 1125px) {
    #callouts_area .callouts_area_item .callout_btn a {
      margin-top: 45px;
      font-family: hero-new, sans-serif;
      font-weight: 700;
      font-style: normal;
      font-size: 20px;
      color: #0C1D38;
      padding: 0px 20px;
      line-height: 60px; } }
  @media screen and (max-width: 1124px) and (min-width: 878px) {
    #callouts_area .callouts_area_item .callout_btn a {
      margin-top: 45px;
      font-family: hero-new, sans-serif;
      font-weight: 700;
      font-style: normal;
      font-size: 16px;
      color: #0C1D38;
      padding: 0px 20px;
      line-height: 60px; } }
  @media screen and (max-width: 877px) {
    #callouts_area .callouts_area_item .callout_btn a {
      margin-top: 45px;
      font-family: hero-new, sans-serif;
      font-weight: 700;
      font-style: normal;
      font-size: 10px;
      color: #0C1D38;
      padding: 0px 10px;
      line-height: 60px; } }
#callouts_area .callouts_area_item .callout_btn:hover a {
  text-decoration: none;
  transform: scale(1.15); }

@media screen and (min-width: 878px) {
  #serv_icons {
    padding-top: 80px; } }
@media screen and (max-width: 877px) {
  #serv_icons {
    padding-top: 30px; } }
#serv_icons #serv_icon_title {
  text-align: center; }
  @media screen and (min-width: 878px) {
    #serv_icons #serv_icon_title {
      margin-bottom: 60px; } }
  @media screen and (max-width: 877px) {
    #serv_icons #serv_icon_title {
      margin-bottom: 20px; } }
  #serv_icons #serv_icon_title #serv_icon_title_inner {
    display: inline-block;
    position: relative;
    padding-bottom: 12px;
    margin-bottom: 18px;
    text-transform: uppercase;
    letter-spacing: 2px; }
    @media screen and (min-width: 878px) {
      #serv_icons #serv_icon_title #serv_icon_title_inner {
        font-family: hero-new, sans-serif;
        font-weight: 800;
        font-style: italic;
        font-size: 32px;
        color: #0C1D38;
        line-height: 38px; } }
    @media screen and (max-width: 877px) {
      #serv_icons #serv_icon_title #serv_icon_title_inner {
        font-family: hero-new, sans-serif;
        font-weight: 800;
        font-style: italic;
        font-size: 20px;
        color: #0C1D38;
        line-height: 25px; } }
  #serv_icons #serv_icon_title #serv_icon_title_inner:after {
    content: '';
    width: 100%;
    background-color: #CBB778;
    height: 5px;
    left: 0px;
    bottom: 0px;
    position: absolute; }
@media screen and (min-width: 878px) {
  #serv_icons .serv_icon_item {
    margin-bottom: 75px; } }
@media screen and (max-width: 877px) {
  #serv_icons .serv_icon_item {
    margin-bottom: 35px; } }
#serv_icons .serv_icon_item .serv_icon_icon {
  background-size: contain !important;
  height: 150px;
  width: 100%;
  display: inline-block; }
#serv_icons .serv_icon_item .serv_icon_title {
  font-family: hero-new, sans-serif;
  font-weight: 500;
  font-style: normal;
  font-size: 20px;
  color: #0C1D38;
  text-transform: uppercase;
  text-align: center;
  padding: 0px 25px;
  margin-top: 10px; }

#blog_date {
  margin-top: 30px;
  font-family: hero-new, sans-serif;
  font-weight: 500;
  font-style: normal;
  font-size: 20px;
  color: #0C1D38; }

#faq_area .faq_item {
  margin-bottom: 60px; }
  @media screen and (min-width: 1125px) {
    #faq_area .faq_item .faq_question {
      font-family: hero-new, sans-serif;
      font-weight: 700;
      font-style: normal;
      font-size: 24px;
      color: #0C1D38;
      margin-bottom: 15px;
      line-height: 24px; } }
  @media screen and (max-width: 1124px) and (min-width: 878px) {
    #faq_area .faq_item .faq_question {
      font-family: hero-new, sans-serif;
      font-weight: 700;
      font-style: normal;
      font-size: 24px;
      color: #0C1D38;
      margin-bottom: 15px;
      line-height: 24px; } }
  @media screen and (max-width: 877px) {
    #faq_area .faq_item .faq_question {
      font-family: hero-new, sans-serif;
      font-weight: 700;
      font-style: normal;
      font-size: 22px;
      color: #0C1D38;
      margin-bottom: 10px;
      line-height: 22px; } }
  @media screen and (min-width: 1125px) {
    #faq_area .faq_item .faq_answer {
      font-family: hero-new, sans-serif;
      font-weight: 400;
      font-style: normal;
      font-size: 20px;
      color: #0C1D38;
      line-height: 28px; } }
  @media screen and (max-width: 1124px) and (min-width: 878px) {
    #faq_area .faq_item .faq_answer {
      font-family: hero-new, sans-serif;
      font-weight: 400;
      font-style: normal;
      font-size: 18px;
      color: #0C1D38;
      line-height: 24px; } }
  @media screen and (max-width: 877px) {
    #faq_area .faq_item .faq_answer {
      font-family: hero-new, sans-serif;
      font-weight: 400;
      font-style: normal;
      font-size: 14px;
      color: #0C1D38;
      line-height: 20px; } }

footer #footer_inner {
  background-color: #0C1D38; }
@media screen and (min-width: 878px) {
  footer #footer_nav {
    padding-top: 55px;
    padding-bottom: 55px; } }
@media screen and (max-width: 877px) {
  footer #footer_nav {
    padding-top: 30px;
    padding-bottom: 10px; } }
@media screen and (min-width: 878px) {
  footer #footer_nav .footer_nav_item {
    float: left; } }
@media screen and (max-width: 877px) {
  footer #footer_nav .footer_nav_item {
    margin-bottom: 22px;
    text-align: center; } }
footer #footer_nav .footer_nav_item a {
  font-family: hero-new, sans-serif;
  font-weight: 300;
  font-style: normal;
  font-size: 24px;
  color: #ffffff; }
footer #footer_lower_nav_inner {
  padding-bottom: 30px; }
  @media screen and (min-width: 878px) {
    footer #footer_lower_nav_inner #footer_reader {
      padding-top: 20px; } }
  @media screen and (max-width: 877px) {
    footer #footer_lower_nav_inner #footer_reader {
      text-align: center; } }
footer #footer_social_icons {
  left: 50%; }
  @media screen and (min-width: 1125px) {
    footer #footer_social_icons {
      bottom: 30px;
      position: absolute; } }
  @media screen and (max-width: 1124px) and (min-width: 878px) {
    footer #footer_social_icons {
      bottom: 90px;
      position: absolute; } }
  @media screen and (max-width: 877px) {
    footer #footer_social_icons {
      position: relative;
      display: inline-block;
      padding: 20px 0px; } }
footer .footer_social_item {
  float: left; }
  @media screen and (min-width: 1125px) {
    footer .footer_social_item {
      margin: 0px 10px 0px 0px; } }
  @media screen and (max-width: 1124px) and (min-width: 878px) {
    footer .footer_social_item {
      margin: 0px 10px 0px 0px; } }
  @media screen and (max-width: 877px) {
    footer .footer_social_item {
      margin: 0px 10px 0px 0px; } }
  footer .footer_social_item a {
    display: inline-block;
    position: relative;
    background-color: #ffffff;
    border-radius: 30px;
    text-align: center; }
    @media screen and (min-width: 1125px) {
      footer .footer_social_item a {
        height: 32px;
        width: 32px; } }
    @media screen and (max-width: 1124px) and (min-width: 878px) {
      footer .footer_social_item a {
        height: 32px;
        width: 32px; } }
    @media screen and (max-width: 877px) {
      footer .footer_social_item a {
        height: 32px;
        width: 32px; } }
    footer .footer_social_item a .fa {
      color: #0C1D38;
      position: relative; }
      @media screen and (min-width: 1125px) {
        footer .footer_social_item a .fa {
          font-size: 23px !important;
          bottom: 0px;
          line-height: 32px; } }
      @media screen and (max-width: 1124px) and (min-width: 878px) {
        footer .footer_social_item a .fa {
          font-size: 23px !important;
          bottom: 0px;
          line-height: 32px; } }
      @media screen and (max-width: 877px) {
        footer .footer_social_item a .fa {
          font-size: 23px !important;
          bottom: 0px;
          line-height: 32px; } }
    footer .footer_social_item a .network_name {
      position: absolute;
      text-indent: -9999px; }
  footer .footer_social_item a:hover .fa {
    color: #6d7276; }
@media screen and (min-width: 878px) {
  footer #footer_lower_links {
    position: absolute;
    right: 0px;
    bottom: 48px; } }
@media screen and (max-width: 877px) {
  footer #footer_lower_links {
    text-align: center; } }
footer #footer_lower_links a {
  text-transform: uppercase; }
  @media screen and (min-width: 878px) {
    footer #footer_lower_links a {
      font-family: hero-new, sans-serif;
      font-weight: 600;
      font-style: normal;
      font-size: 14px;
      color: #ffffff; } }
  @media screen and (max-width: 877px) {
    footer #footer_lower_links a {
      font-family: hero-new, sans-serif;
      font-weight: 600;
      font-style: normal;
      font-size: 10px;
      color: #ffffff; } }
@media screen and (min-width: 878px) {
  footer #footer_lower_links .footer_lower_div {
    font-family: hero-new, sans-serif;
    font-weight: 600;
    font-style: normal;
    font-size: 14px;
    color: #ffffff;
    margin: 0px 20px; } }
@media screen and (max-width: 877px) {
  footer #footer_lower_links .footer_lower_div {
    font-family: hero-new, sans-serif;
    font-weight: 600;
    font-style: normal;
    font-size: 10px;
    color: #ffffff;
    margin: 0px 10px; } }
footer #footer_disc {
  padding: 15px 0px; }
  footer #footer_disc #footer_disc_text {
    text-align: center; }
    @media screen and (min-width: 878px) {
      footer #footer_disc #footer_disc_text {
        font-family: hero-new, sans-serif;
        font-weight: 600;
        font-style: normal;
        font-size: 14px;
        color: #ffffff;
        margin: 0px 20px; } }
    @media screen and (max-width: 877px) {
      footer #footer_disc #footer_disc_text {
        font-family: hero-new, sans-serif;
        font-weight: 600;
        font-style: normal;
        font-size: 10px;
        color: #ffffff;
        margin: 0px 10px; } }

.btn_box {
  -webkit-box-shadow: 3px 3px 6px 0px rgba(0, 0, 0, 0.3);
  -moz-box-shadow: 3px 3px 6px 0px rgba(0, 0, 0, 0.3);
  box-shadow: 3px 3px 6px 0px rgba(0, 0, 0, 0.3);
  border-radius: 3px;
  transition: .5s;
  display: inline-block; }
  .btn_box .btn_box_inner {
    position: relative;
    padding: 3px;
    background-color: #CBB778;
    border-radius: 3px;
    overflow: hidden; }
  .btn_box a {
    background-color: #0C1D38;
    display: inline-block;
    padding: 8px 18px;
    font-family: hero-new, sans-serif;
    font-weight: 500;
    font-style: normal;
    font-size: 16px;
    color: #ffffff;
    border-radius: 3px;
    line-height: 15px;
    position: relative;
    z-index: 10; }
  .btn_box .btn_box_inner:before {
    content: '';
    position: absolute;
    background-color: #ffffff;
    top: 0;
    left: 34%;
    width: 100%;
    height: 150%;
    opacity: .45;
    transform: rotate(-45deg); }

.btn_box:hover {
  transform: scale(1.07); }
  .btn_box:hover a {
    text-decoration: none; }

#share_area {
  padding: 30px 0px 30px 0px;
  width: 100%;
  display: none; }

.open_share {
  display: block !important; }

.size_hidden {
  display: none; }

@media screen and (min-width: 1125px) {
  .enlarge_font h1 {
    font-size: 36px !important; } }
@media screen and (max-width: 1124px) and (min-width: 878px) {
  .enlarge_font h1 {
    font-size: 32px !important; } }
@media screen and (max-width: 877px) {
  .enlarge_font h1 {
    font-size: 24px !important; } }
@media screen and (min-width: 1125px) {
  .enlarge_font #main_page_copy {
    font-size: 24px !important;
    line-height: 36px !important; } }
@media screen and (max-width: 1124px) and (min-width: 878px) {
  .enlarge_font #main_page_copy {
    font-size: 22px !important;
    line-height: 30px !important; } }
@media screen and (max-width: 877px) {
  .enlarge_font #main_page_copy {
    font-size: 19px !important;
    line-height: 28px !important; } }
.enlarge_font #staff_area_inner #staff_name {
  font-size: 62px !important; }
.enlarge_font #staff_area_inner #staff_title {
  font-size: 32px !important; }
.enlarge_font .staff_about li {
  font-size: 21px !important; }
.enlarge_font .callout_inner h2 {
  font-size: 25px !important; }
.enlarge_font .callout_inner .callout_tease {
  font-size: 21px !important; }

#footer_info {
  text-align: center;
  margin-bottom: 30px; }
  #footer_info #footer_info_title {
    text-transform: uppercase; }
    @media screen and (min-width: 878px) {
      #footer_info #footer_info_title {
        font-family: hero-new, sans-serif;
        font-weight: 700;
        font-style: normal;
        font-size: 18px;
        color: #ffffff;
        margin-bottom: 10px; } }
    @media screen and (max-width: 877px) {
      #footer_info #footer_info_title {
        font-family: hero-new, sans-serif;
        font-weight: 700;
        font-style: normal;
        font-size: 18px;
        color: #ffffff;
        margin-bottom: 10px; } }
  #footer_info a {
    position: relative; }
    @media screen and (min-width: 878px) {
      #footer_info a {
        font-family: hero-new, sans-serif;
        font-weight: 600;
        font-style: normal;
        font-size: 18px;
        color: #ffffff;
        margin: 0px 10px; } }
    @media screen and (max-width: 877px) {
      #footer_info a {
        font-family: hero-new, sans-serif;
        font-weight: 600;
        font-style: normal;
        font-size: 18px;
        color: #ffffff;
        display: inline-block;
        width: 100%;
        margin-bottom: 5px; } }
  @media screen and (min-width: 878px) {
    #footer_info a:after {
      content: '';
      position: absolute;
      right: -13px;
      width: 2px;
      height: 25px;
      top: 50%;
      transform: translateY(-50%);
      background-color: #ffffff; } }
  #footer_info a:last-of-type:after {
    display: none; }

/*# sourceMappingURL=style.css.map */
