@import url(bootstrap.min.css);
@import url(rrssb.css);
@import url(font-awesome/css/fontawesome.min.css);
@import url(font-awesome/css/brands.min.css);
.loading_splash {
  position: absolute;
  top: 0px;
  left: 0px;
  width: 100%;
  height: 100%;
  z-index: 100;
  background: white; }
  .loading_splash .graphic {
    position: absolute;
    top: calc( 50% - 100px);
    left: calc( 50% - 100px);
    width: 200px;
    height: 200px;
    background: url("../images/loading_spinner.gif") center center no-repeat;
    background-size: contain; }

@media screen and (min-width: 992px) {
  #site_wrapper {
    padding-top: 147px; } }
@media screen and (max-width: 991px) {
  #site_wrapper {
    padding-top: 73px;
    overflow: hidden; } }

header {
  position: fixed;
  width: 100%;
  top: 0;
  left: 0;
  z-index: 1000; }
  header #header_upper {
    z-index: 5; }
    @media screen and (min-width: 992px) {
      header #header_upper {
        background-color: #000000;
        min-height: 48px;
        position: relative; } }
    @media screen and (max-width: 991px) {
      header #header_upper {
        background-color: #000000;
        height: 110px;
        position: fixed;
        width: 100%;
        top: 0;
        right: 0px;
        display: none; } }
    header #header_upper #header_upper_inner {
      position: relative; }
      @media screen and (max-width: 991px) {
        header #header_upper #header_upper_inner {
          height: 100%; } }
    header #header_upper #header_logo {
      position: absolute;
      top: 6px;
      width: 13.5%;
      left: 0px; }
      header #header_upper #header_logo img {
        width: 100%;
        height: auto; }
    @media screen and (max-width: 991px) {
      header #header_upper #header_upper_nav {
        position: relative;
        height: 100%; } }
    header #header_upper #header_upper_address {
      font-family: proxima-nova, sans-serif;
      font-weight: 400;
      font-style: normal;
      font-size: 16px;
      color: #ffffff;
      line-height: 37px; }
    header #header_upper #header_social_wrapper {
      position: relative; }
      @media screen and (min-width: 992px) {
        header #header_upper #header_social_wrapper {
          margin: 0px 7px 0px 4px;
          top: 7px;
          float: left; } }
      @media screen and (max-width: 991px) {
        header #header_upper #header_social_wrapper {
          right: 0px;
          bottom: 3px; } }
      header #header_upper #header_social_wrapper .social_icon_item {
        display: inline-block;
        background-color: transparent;
        margin-left: 3px; }
        header #header_upper #header_social_wrapper .social_icon_item a {
          display: inline-block;
          position: relative; }
          @media screen and (min-width: 992px) {
            header #header_upper #header_social_wrapper .social_icon_item a {
              height: 32px;
              width: 32px; } }
          @media screen and (max-width: 991px) and (min-width: 768px) {
            header #header_upper #header_social_wrapper .social_icon_item a {
              height: 32px;
              width: 32px; } }
          @media screen and (max-width: 767px) {
            header #header_upper #header_social_wrapper .social_icon_item a {
              height: 32px;
              width: 32px; } }
          header #header_upper #header_social_wrapper .social_icon_item a .fa, header #header_upper #header_social_wrapper .social_icon_item a .fa-brands {
            color: #ffffff;
            position: relative; }
            @media screen and (min-width: 992px) {
              header #header_upper #header_social_wrapper .social_icon_item a .fa, header #header_upper #header_social_wrapper .social_icon_item a .fa-brands {
                font-size: 21px !important;
                bottom: 0px;
                left: 2px;
                line-height: 32px; } }
            @media screen and (max-width: 991px) and (min-width: 768px) {
              header #header_upper #header_social_wrapper .social_icon_item a .fa, header #header_upper #header_social_wrapper .social_icon_item a .fa-brands {
                font-size: 21px !important;
                bottom: 0px;
                left: 2px;
                line-height: 32px; } }
            @media screen and (max-width: 767px) {
              header #header_upper #header_social_wrapper .social_icon_item a .fa, header #header_upper #header_social_wrapper .social_icon_item a .fa-brands {
                font-size: 21px !important;
                bottom: 0px;
                left: 2px;
                line-height: 32px; } }
          header #header_upper #header_social_wrapper .social_icon_item a .network_name {
            position: absolute;
            text-indent: -9999px; }
        header #header_upper #header_social_wrapper .social_icon_item a:hover .fa, header #header_upper #header_social_wrapper .social_icon_item a:hover .fa-brands {
          color: #ffffff; }
  header #header_lower {
    background-color: #ffffff; }
    @media screen and (min-width: 992px) {
      header #header_lower {
        height: 99px; } }
    @media screen and (max-width: 991px) {
      header #header_lower {
        height: 73px;
        position: fixed;
        top: 0px;
        left: 0px;
        width: 100%;
        z-index: 10; } }
    header #header_lower #header_logo {
      float: left; }
      @media screen and (min-width: 1201px) {
        header #header_lower #header_logo {
          margin-right: 75px;
          margin-top: 5px; } }
      @media screen and (max-width: 1200px) and (min-width: 992px) {
        header #header_lower #header_logo {
          margin-right: 35px;
          margin-top: 5px; } }
      @media screen and (max-width: 991px) and (min-width: 768px) {
        header #header_lower #header_logo {
          margin-right: 35px;
          margin-top: 18px; } }
      @media screen and (max-width: 767px) {
        header #header_lower #header_logo {
          margin-right: 35px;
          margin-top: 18px; } }
      @media screen and (min-width: 992px) {
        header #header_lower #header_logo .logo_svg img {
          height: 89px;
          width: auto; } }
      @media screen and (max-width: 991px) {
        header #header_lower #header_logo .logo_svg img {
          height: 40px;
          width: auto; } }
    @media screen and (max-width: 991px) and (min-width: 768px) {
      header #header_lower #mobile_menu {
        position: absolute;
        width: 108px;
        height: 19px;
        background: url("../images/mobile_menu.png") center center no-repeat;
        right: 15px;
        top: 28px; } }
    @media screen and (max-width: 767px) {
      header #header_lower #mobile_menu {
        position: absolute;
        width: 108px;
        height: 19px;
        background: url("../images/mobile_menu.png") center center no-repeat;
        right: 15px;
        top: 28px; } }
    header #header_lower #header_nav {
      float: left; }
      @media screen and (min-width: 1201px) {
        header #header_lower #header_nav {
          width: calc(100% - 253px); } }
      @media screen and (max-width: 1200px) and (min-width: 992px) {
        header #header_lower #header_nav {
          width: calc(100% - 253px); } }
      @media screen and (max-width: 991px) and (min-width: 768px) {
        header #header_lower #header_nav {
          width: 50%;
          position: absolute;
          top: 110px;
          right: 15px;
          z-index: 100;
          background-color: #ffffff;
          display: none; } }
      @media screen and (max-width: 767px) {
        header #header_lower #header_nav {
          width: 100%;
          position: absolute;
          top: 110px;
          right: 0px;
          z-index: 100;
          background-color: #ffffff;
          display: none; } }
      @media (min-width: 992px) {
        header #header_lower #header_nav #header_nav_inner {
          float: right; } }
      header #header_lower #header_nav .navbar_item, header #header_lower #header_nav .navbar_item2 {
        position: relative; }
        @media (min-width: 1640px) {
          header #header_lower #header_nav .navbar_item, header #header_lower #header_nav .navbar_item2 {
            float: left;
            margin-left: 50px; } }
        @media (max-width: 1639px) and (min-width: 1440px) {
          header #header_lower #header_nav .navbar_item, header #header_lower #header_nav .navbar_item2 {
            float: left;
            margin-left: 50px; } }
        @media (max-width: 1439px) and (min-width: 1201px) {
          header #header_lower #header_nav .navbar_item, header #header_lower #header_nav .navbar_item2 {
            float: left;
            margin-left: 40px; } }
        @media screen and (max-width: 1200px) and (min-width: 992px) {
          header #header_lower #header_nav .navbar_item, header #header_lower #header_nav .navbar_item2 {
            float: left;
            margin-left: 25px; } }
        @media screen and (max-width: 991px) {
          header #header_lower #header_nav .navbar_item, header #header_lower #header_nav .navbar_item2 {
            width: 100%;
            border-bottom: 1px solid #193867;
            padding-left: 15px; } }
        @media (min-width: 1640px) {
          header #header_lower #header_nav .navbar_item a, header #header_lower #header_nav .navbar_item2 a {
            font-family: proxima-nova, sans-serif;
            font-weight: 700;
            font-style: normal;
            font-size: 25px;
            color: #193867;
            line-height: 99px; } }
        @media (max-width: 1639px) and (min-width: 1440px) {
          header #header_lower #header_nav .navbar_item a, header #header_lower #header_nav .navbar_item2 a {
            font-family: proxima-nova, sans-serif;
            font-weight: 700;
            font-style: normal;
            font-size: 25px;
            color: #193867;
            line-height: 99px; } }
        @media (max-width: 1439px) and (min-width: 1201px) {
          header #header_lower #header_nav .navbar_item a, header #header_lower #header_nav .navbar_item2 a {
            font-family: proxima-nova, sans-serif;
            font-weight: 700;
            font-style: normal;
            font-size: 23px;
            color: #193867;
            line-height: 99px; } }
        @media screen and (max-width: 1200px) and (min-width: 992px) {
          header #header_lower #header_nav .navbar_item a, header #header_lower #header_nav .navbar_item2 a {
            font-family: proxima-nova, sans-serif;
            font-weight: 700;
            font-style: normal;
            font-size: 18px;
            color: #193867;
            line-height: 99px; } }
        @media screen and (max-width: 991px) and (min-width: 768px) {
          header #header_lower #header_nav .navbar_item a, header #header_lower #header_nav .navbar_item2 a {
            font-family: proxima-nova, sans-serif;
            font-weight: 700;
            font-style: normal;
            font-size: 20px;
            color: #193867;
            line-height: 35px; } }
        @media screen and (max-width: 767px) {
          header #header_lower #header_nav .navbar_item a, header #header_lower #header_nav .navbar_item2 a {
            font-family: proxima-nova, sans-serif;
            font-weight: 700;
            font-style: normal;
            font-size: 20px;
            color: #193867;
            line-height: 35px; } }
        header #header_lower #header_nav .navbar_item a:hover, header #header_lower #header_nav .navbar_item .drop_show, header #header_lower #header_nav .navbar_item2 a:hover, header #header_lower #header_nav .navbar_item2 .drop_show {
          color: #ffffff;
          text-decoration: none; }
          header #header_lower #header_nav .navbar_item a:hover .navbar_item_inner, header #header_lower #header_nav .navbar_item .drop_show .navbar_item_inner, header #header_lower #header_nav .navbar_item2 a:hover .navbar_item_inner, header #header_lower #header_nav .navbar_item2 .drop_show .navbar_item_inner {
            position: relative;
            z-index: 1; }
          @media screen and (min-width: 991px) {
            header #header_lower #header_nav .navbar_item a:hover, header #header_lower #header_nav .navbar_item .drop_show, header #header_lower #header_nav .navbar_item2 a:hover, header #header_lower #header_nav .navbar_item2 .drop_show {
              position: relative; } }
          @media screen and (max-width: 991px) {
            header #header_lower #header_nav .navbar_item a:hover, header #header_lower #header_nav .navbar_item .drop_show, header #header_lower #header_nav .navbar_item2 a:hover, header #header_lower #header_nav .navbar_item2 .drop_show {
              color: #193867; } }
        @media screen and (min-width: 992px) {
          header #header_lower #header_nav .navbar_item a:hover:after, header #header_lower #header_nav .navbar_item .drop_show:after, header #header_lower #header_nav .navbar_item2 a:hover:after, header #header_lower #header_nav .navbar_item2 .drop_show:after {
            width: calc(100% + 30px);
            position: absolute;
            left: -15px;
            background-color: #193867;
            content: '';
            height: 75px;
            bottom: -35px;
            z-index: 0; } }
        header #header_lower #header_nav .navbar_item .nav_dropdown, header #header_lower #header_nav .navbar_item2 .nav_dropdown {
          position: absolute;
          z-index: 1000;
          background-color: #193867;
          padding: 28px 25px 0px 25px;
          width: 215px;
          left: 3px;
          display: none; }
          @media screen and (max-width: 991px) {
            header #header_lower #header_nav .navbar_item .nav_dropdown, header #header_lower #header_nav .navbar_item2 .nav_dropdown {
              width: 100%;
              padding-top: 5px; } }
          header #header_lower #header_nav .navbar_item .nav_dropdown ul, header #header_lower #header_nav .navbar_item2 .nav_dropdown ul {
            list-style: none;
            margin: 0px;
            padding: 0px; }
          header #header_lower #header_nav .navbar_item .nav_dropdown a, header #header_lower #header_nav .navbar_item2 .nav_dropdown a {
            font-family: proxima-nova, sans-serif;
            font-weight: 700;
            font-style: normal;
            font-size: 18px;
            color: #ffffff;
            margin-bottom: 14px;
            display: inline-block;
            line-height: 20px; }
          header #header_lower #header_nav .navbar_item .nav_dropdown a:hover, header #header_lower #header_nav .navbar_item2 .nav_dropdown a:hover {
            text-decoration: none; }
          header #header_lower #header_nav .navbar_item .nav_dropdown a:hover:after, header #header_lower #header_nav .navbar_item2 .nav_dropdown a:hover:after {
            display: none; }
          @media screen and (max-width: 991px) {
            header #header_lower #header_nav .navbar_item .nav_dropdown, header #header_lower #header_nav .navbar_item2 .nav_dropdown {
              position: relative;
              background: none; }
              header #header_lower #header_nav .navbar_item .nav_dropdown li, header #header_lower #header_nav .navbar_item2 .nav_dropdown li {
                padding-left: 10px; }
              header #header_lower #header_nav .navbar_item .nav_dropdown a, header #header_lower #header_nav .navbar_item2 .nav_dropdown a {
                color: #193867; } }
      @media screen and (max-width: 991px) {
        header #header_lower #header_nav .with_children:after {
          content: '+';
          font-family: proxima-nova, sans-serif;
          font-weight: 700;
          font-style: normal;
          font-size: 14px;
          color: #ffffff;
          height: 30px;
          width: 30px;
          border-radius: 30px;
          background: #193867;
          position: absolute;
          right: 10px;
          top: 2px;
          padding-top: 5px;
          text-align: center; } }
      @media screen and (max-width: 991px) {
        header #header_lower #header_nav .with_children.show_children:after {
          content: '-'; } }
      header #header_lower #header_nav .navbar_item .nav_dropdown {
        left: -15px; }
      @media screen and (min-width: 992px) {
        header #header_lower #header_nav #navbar_search {
          padding-top: 29px; } }
      @media screen and (max-width: 991px) {
        header #header_lower #header_nav #navbar_search {
          position: fixed;
          top: 52px;
          z-index: 100; } }
      @media screen and (min-width: 1201px) {
        header #header_lower #header_nav #navbar_search label {
          font-family: proxima-nova, sans-serif;
          font-weight: 400;
          font-style: normal;
          font-size: 20px;
          color: #193867;
          float: left;
          line-height: 33px;
          padding-top: 5px; } }
      @media screen and (max-width: 1200px) and (min-width: 992px) {
        header #header_lower #header_nav #navbar_search label {
          font-family: proxima-nova, sans-serif;
          font-weight: 400;
          font-style: normal;
          font-size: 16px;
          color: #193867;
          float: left;
          line-height: 33px;
          padding-top: 5px; } }
      @media screen and (max-width: 991px) and (min-width: 768px) {
        header #header_lower #header_nav #navbar_search label {
          font-family: proxima-nova, sans-serif;
          font-weight: 400;
          font-style: normal;
          font-size: 16px;
          color: #ffffff;
          line-height: 19px;
          width: 100%;
          text-align: center; } }
      @media screen and (max-width: 767px) {
        header #header_lower #header_nav #navbar_search label {
          font-family: proxima-nova, sans-serif;
          font-weight: 400;
          font-style: normal;
          font-size: 16px;
          color: #ffffff;
          line-height: 19px;
          width: 100%;
          text-align: center; } }
      @media screen and (min-width: 992px) {
        header #header_lower #header_nav #navbar_search #input_wrap {
          border: 4px solid #193867;
          float: left;
          margin-left: 10px; } }
      @media screen and (max-width: 991px) {
        header #header_lower #header_nav #navbar_search #input_wrap {
          border: 2px solid #ffffff;
          height: 25px; } }
      header #header_lower #header_nav #navbar_search input {
        border: 0px; }
        @media screen and (min-width: 1201px) {
          header #header_lower #header_nav #navbar_search input {
            width: 97px;
            height: 28px;
            line-height: 28px;
            float: left;
            font-family: proxima-nova, sans-serif;
            font-weight: 400;
            font-style: normal;
            font-size: 20px;
            color: #193867; } }
        @media screen and (max-width: 1200px) and (min-width: 992px) {
          header #header_lower #header_nav #navbar_search input {
            width: 97px;
            height: 28px;
            line-height: 28px;
            float: left;
            font-family: proxima-nova, sans-serif;
            font-weight: 400;
            font-style: normal;
            font-size: 20px;
            color: #193867; } }
        @media screen and (max-width: 991px) and (min-width: 768px) {
          header #header_lower #header_nav #navbar_search input {
            width: 70px;
            height: 21px;
            line-height: 21px;
            background-color: #000000;
            float: left;
            font-family: proxima-nova, sans-serif;
            font-weight: 400;
            font-style: normal;
            font-size: 20px;
            color: #ffffff; } }
        @media screen and (max-width: 767px) {
          header #header_lower #header_nav #navbar_search input {
            width: 70px;
            height: 21px;
            line-height: 21px;
            background-color: #000000;
            float: left;
            font-family: proxima-nova, sans-serif;
            font-weight: 400;
            font-style: normal;
            font-size: 20px;
            color: #ffffff; } }
      header #header_lower #header_nav #navbar_search button {
        position: relative;
        border: 0px;
        float: left; }
        @media screen and (min-width: 992px) {
          header #header_lower #header_nav #navbar_search button {
            height: 28px;
            width: 29px;
            background-color: #ffffff; } }
        @media screen and (max-width: 991px) {
          header #header_lower #header_nav #navbar_search button {
            height: 21px;
            width: 29px;
            background-color: #000000; } }
      header #header_lower #header_nav #navbar_search button:after {
        content: '';
        position: absolute;
        left: 0px; }
        @media screen and (min-width: 992px) {
          header #header_lower #header_nav #navbar_search button:after {
            top: 3px;
            width: 22px;
            height: 22px;
            background: url("../images/site_graphics.png") 0px 0px no-repeat; } }
        @media screen and (max-width: 991px) {
          header #header_lower #header_nav #navbar_search button:after {
            top: 0px;
            width: 21px;
            height: 21px;
            background: url("../images/site_graphics.png") -23px -29px no-repeat; } }
    @media screen and (max-width: 991px) {
      header #header_lower #mobile_close {
        position: absolute;
        width: 23px;
        height: 24px;
        background: url("../images/close_btn.png") center center no-repeat;
        right: 15px;
        top: 25px;
        display: none; } }

#hp_hero #hp_hero_upper {
  background-color: #D31820; }
  #hp_hero #hp_hero_upper img {
    width: 100%;
    height: auto; }
#hp_hero #hp_hero_lower {
  background-color: #193867; }
  #hp_hero #hp_hero_lower img {
    width: 100%;
    height: auto; }
#hp_hero #hp_hero_one {
  position: relative; }
  @media screen and (min-width: 768px) {
    #hp_hero #hp_hero_one {
      float: left;
      width: 66.7%; } }
  @media screen and (max-width: 767px) {
    #hp_hero #hp_hero_one {
      width: 100%; } }
  @media screen and (max-width: 767px) {
    #hp_hero #hp_hero_one .hp_desktop_image {
      display: none; } }
  @media screen and (min-width: 768px) {
    #hp_hero #hp_hero_one .hp_mobile_image {
      display: none; } }
  #hp_hero #hp_hero_one #hp_hero_one_overlay {
    position: absolute;
    bottom: 20px;
    z-index: 1; }
    @media screen and (min-width: 768px) {
      #hp_hero #hp_hero_one #hp_hero_one_overlay {
        left: calc(10% + 15px);
        padding-right: 30px; } }
    @media screen and (max-width: 767px) {
      #hp_hero #hp_hero_one #hp_hero_one_overlay {
        left: 15px;
        padding-right: 15px; } }
    #hp_hero #hp_hero_one #hp_hero_one_overlay .hp_hero_headline {
      text-transform: uppercase; }
      @media (min-width: 1640px) {
        #hp_hero #hp_hero_one #hp_hero_one_overlay .hp_hero_headline {
          font-family: proxima-nova, sans-serif;
          font-weight: 700;
          font-style: normal;
          font-size: 51px;
          color: #ffffff;
          line-height: 56px; } }
      @media (max-width: 1639px) and (min-width: 1440px) {
        #hp_hero #hp_hero_one #hp_hero_one_overlay .hp_hero_headline {
          font-family: proxima-nova, sans-serif;
          font-weight: 700;
          font-style: normal;
          font-size: 48px;
          color: #ffffff;
          line-height: 52px; } }
      @media (max-width: 1439px) and (min-width: 1201px) {
        #hp_hero #hp_hero_one #hp_hero_one_overlay .hp_hero_headline {
          font-family: proxima-nova, sans-serif;
          font-weight: 700;
          font-style: normal;
          font-size: 44px;
          color: #ffffff;
          line-height: 48px; } }
      @media screen and (max-width: 1200px) and (min-width: 992px) {
        #hp_hero #hp_hero_one #hp_hero_one_overlay .hp_hero_headline {
          font-family: proxima-nova, sans-serif;
          font-weight: 700;
          font-style: normal;
          font-size: 30px;
          color: #ffffff;
          line-height: 34px; } }
      @media screen and (max-width: 991px) and (min-width: 768px) {
        #hp_hero #hp_hero_one #hp_hero_one_overlay .hp_hero_headline {
          font-family: proxima-nova, sans-serif;
          font-weight: 700;
          font-style: normal;
          font-size: 14px;
          color: #ffffff;
          line-height: 19px; } }
      @media screen and (max-width: 767px) {
        #hp_hero #hp_hero_one #hp_hero_one_overlay .hp_hero_headline {
          font-family: proxima-nova, sans-serif;
          font-weight: 700;
          font-style: normal;
          font-size: 14px;
          color: #ffffff;
          line-height: 19px; } }
    @media (min-width: 1640px) {
      #hp_hero #hp_hero_one #hp_hero_one_overlay .hp_hero_subheadline {
        font-family: proxima-nova, sans-serif;
        font-weight: 400;
        font-style: normal;
        font-size: 30px;
        color: #ffffff;
        line-height: 37px; } }
    @media (max-width: 1639px) and (min-width: 1440px) {
      #hp_hero #hp_hero_one #hp_hero_one_overlay .hp_hero_subheadline {
        font-family: proxima-nova, sans-serif;
        font-weight: 400;
        font-style: normal;
        font-size: 28px;
        color: #ffffff;
        line-height: 31px; } }
    @media (max-width: 1439px) and (min-width: 1201px) {
      #hp_hero #hp_hero_one #hp_hero_one_overlay .hp_hero_subheadline {
        font-family: proxima-nova, sans-serif;
        font-weight: 400;
        font-style: normal;
        font-size: 25px;
        color: #ffffff;
        line-height: 30px; } }
    @media screen and (max-width: 1200px) and (min-width: 992px) {
      #hp_hero #hp_hero_one #hp_hero_one_overlay .hp_hero_subheadline {
        font-family: proxima-nova, sans-serif;
        font-weight: 400;
        font-style: normal;
        font-size: 15px;
        color: #ffffff;
        line-height: 21px; } }
    @media screen and (max-width: 991px) and (min-width: 768px) {
      #hp_hero #hp_hero_one #hp_hero_one_overlay .hp_hero_subheadline {
        font-family: proxima-nova, sans-serif;
        font-weight: 400;
        font-style: normal;
        font-size: 11px;
        color: #ffffff;
        line-height: 14px; } }
    @media screen and (max-width: 767px) {
      #hp_hero #hp_hero_one #hp_hero_one_overlay .hp_hero_subheadline {
        font-family: proxima-nova, sans-serif;
        font-weight: 400;
        font-style: normal;
        font-size: 11px;
        color: #ffffff;
        line-height: 14px; } }
#hp_hero #hp_hero_one:after {
  position: absolute;
  content: '';
  display: inline-block;
  width: 100%;
  height: 248px;
  bottom: 0px;
  left: 0px;
  background: url("../images/hp_hero_one_over.png") bottom left repeat-x; }
@media screen and (min-width: 768px) {
  #hp_hero #hp_hero_two {
    float: left;
    width: 33.3%; } }
@media screen and (max-width: 767px) {
  #hp_hero #hp_hero_two {
    width: 100%; } }
#hp_hero #hp_hero_two #hp_hero_two_lower {
  background: url("../images/bg_pattern.png") center center no-repeat;
  background-size: 98% auto;
  position: relative;
  background-position-x: 316px; }
  @media screen and (min-width: 768px) {
    #hp_hero #hp_hero_two #hp_hero_two_lower {
      height: 50%; } }
  @media screen and (max-width: 767px) {
    #hp_hero #hp_hero_two #hp_hero_two_lower {
      height: 150px !important;
      width: 100%; } }
  #hp_hero #hp_hero_two #hp_hero_two_lower #hp_hero_two_overlay {
    position: absolute;
    z-index: 1; }
    @media (min-width: 1640px) {
      #hp_hero #hp_hero_two #hp_hero_two_lower #hp_hero_two_overlay {
        left: 30px;
        width: calc(100% - 45px); } }
    @media (max-width: 1639px) and (min-width: 1440px) {
      #hp_hero #hp_hero_two #hp_hero_two_lower #hp_hero_two_overlay {
        left: 30px;
        width: calc(100% - 45px); } }
    @media (max-width: 1439px) and (min-width: 1201px) {
      #hp_hero #hp_hero_two #hp_hero_two_lower #hp_hero_two_overlay {
        left: 30px;
        width: calc(100% - 45px); } }
    @media screen and (max-width: 1200px) and (min-width: 992px) {
      #hp_hero #hp_hero_two #hp_hero_two_lower #hp_hero_two_overlay {
        left: 30px;
        width: calc(100% - 45px); } }
    @media screen and (max-width: 991px) and (min-width: 768px) {
      #hp_hero #hp_hero_two #hp_hero_two_lower #hp_hero_two_overlay {
        left: 15px;
        width: calc(100% - 15px); } }
    @media screen and (max-width: 767px) {
      #hp_hero #hp_hero_two #hp_hero_two_lower #hp_hero_two_overlay {
        left: 15px;
        padding-right: 15px;
        width: calc(100% - 45px); } }
    #hp_hero #hp_hero_two #hp_hero_two_lower #hp_hero_two_overlay .hp_hero_headline {
      text-transform: uppercase; }
      @media (min-width: 1640px) {
        #hp_hero #hp_hero_two #hp_hero_two_lower #hp_hero_two_overlay .hp_hero_headline {
          font-family: proxima-nova, sans-serif;
          font-weight: 700;
          font-style: normal;
          font-size: 32px;
          color: #ffffff;
          line-height: 38px; } }
      @media (max-width: 1639px) and (min-width: 1440px) {
        #hp_hero #hp_hero_two #hp_hero_two_lower #hp_hero_two_overlay .hp_hero_headline {
          font-family: proxima-nova, sans-serif;
          font-weight: 700;
          font-style: normal;
          font-size: 25px;
          color: #ffffff;
          line-height: 28px; } }
      @media (max-width: 1439px) and (min-width: 1201px) {
        #hp_hero #hp_hero_two #hp_hero_two_lower #hp_hero_two_overlay .hp_hero_headline {
          font-family: proxima-nova, sans-serif;
          font-weight: 700;
          font-style: normal;
          font-size: 25px;
          color: #ffffff;
          line-height: 28px; } }
      @media screen and (max-width: 1200px) and (min-width: 992px) {
        #hp_hero #hp_hero_two #hp_hero_two_lower #hp_hero_two_overlay .hp_hero_headline {
          font-family: proxima-nova, sans-serif;
          font-weight: 700;
          font-style: normal;
          font-size: 18px;
          color: #ffffff;
          line-height: 20px; } }
      @media screen and (max-width: 991px) and (min-width: 768px) {
        #hp_hero #hp_hero_two #hp_hero_two_lower #hp_hero_two_overlay .hp_hero_headline {
          font-family: proxima-nova, sans-serif;
          font-weight: 700;
          font-style: normal;
          font-size: 14px;
          color: #ffffff;
          line-height: 15px; } }
      @media screen and (max-width: 767px) {
        #hp_hero #hp_hero_two #hp_hero_two_lower #hp_hero_two_overlay .hp_hero_headline {
          font-family: proxima-nova, sans-serif;
          font-weight: 700;
          font-style: normal;
          font-size: 14px;
          color: #ffffff;
          line-height: 15px; } }
    @media (min-width: 1640px) {
      #hp_hero #hp_hero_two #hp_hero_two_lower #hp_hero_two_overlay .hp_hero_subheadline {
        font-family: proxima-nova, sans-serif;
        font-weight: 400;
        font-style: normal;
        font-size: 20px;
        color: #ffffff;
        line-height: 28px; } }
    @media (max-width: 1639px) and (min-width: 1440px) {
      #hp_hero #hp_hero_two #hp_hero_two_lower #hp_hero_two_overlay .hp_hero_subheadline {
        font-family: proxima-nova, sans-serif;
        font-weight: 400;
        font-style: normal;
        font-size: 15px;
        color: #ffffff;
        line-height: 18px; } }
    @media (max-width: 1439px) and (min-width: 1201px) {
      #hp_hero #hp_hero_two #hp_hero_two_lower #hp_hero_two_overlay .hp_hero_subheadline {
        font-family: proxima-nova, sans-serif;
        font-weight: 400;
        font-style: normal;
        font-size: 15px;
        color: #ffffff;
        line-height: 18px; } }
    @media screen and (max-width: 1200px) and (min-width: 992px) {
      #hp_hero #hp_hero_two #hp_hero_two_lower #hp_hero_two_overlay .hp_hero_subheadline {
        font-family: proxima-nova, sans-serif;
        font-weight: 400;
        font-style: normal;
        font-size: 12px;
        color: #ffffff;
        line-height: 16px; } }
    @media screen and (max-width: 991px) and (min-width: 768px) {
      #hp_hero #hp_hero_two #hp_hero_two_lower #hp_hero_two_overlay .hp_hero_subheadline {
        font-family: proxima-nova, sans-serif;
        font-weight: 400;
        font-style: normal;
        font-size: 11px;
        color: #ffffff;
        line-height: 14px; } }
    @media screen and (max-width: 767px) {
      #hp_hero #hp_hero_two #hp_hero_two_lower #hp_hero_two_overlay .hp_hero_subheadline {
        font-family: proxima-nova, sans-serif;
        font-weight: 400;
        font-style: normal;
        font-size: 11px;
        color: #ffffff;
        line-height: 14px; } }
#hp_hero #hp_hero_three #hp_hero_three_left {
  background: url("../images/bg_pattern.png") 212% -2% no-repeat;
  background-size: 80% auto;
  position: relative; }
  @media screen and (min-width: 768px) {
    #hp_hero #hp_hero_three #hp_hero_three_left {
      float: left;
      width: 50%; } }
  @media screen and (max-width: 767px) {
    #hp_hero #hp_hero_three #hp_hero_three_left {
      width: 100%;
      height: 150px; } }
  #hp_hero #hp_hero_three #hp_hero_three_left #hp_hero_three_overlay {
    position: absolute;
    padding-right: 30px;
    z-index: 1; }
    @media screen and (min-width: 768px) {
      #hp_hero #hp_hero_three #hp_hero_three_left #hp_hero_three_overlay {
        left: calc(13.4% + 15px); } }
    @media screen and (max-width: 767px) {
      #hp_hero #hp_hero_three #hp_hero_three_left #hp_hero_three_overlay {
        left: 15px;
        padding-right: 15px; } }
    #hp_hero #hp_hero_three #hp_hero_three_left #hp_hero_three_overlay .hp_hero_headline {
      text-transform: uppercase; }
      @media (min-width: 1640px) {
        #hp_hero #hp_hero_three #hp_hero_three_left #hp_hero_three_overlay .hp_hero_headline {
          font-family: proxima-nova, sans-serif;
          font-weight: 700;
          font-style: normal;
          font-size: 32px;
          color: #ffffff;
          line-height: 38px; } }
      @media (max-width: 1639px) and (min-width: 1440px) {
        #hp_hero #hp_hero_three #hp_hero_three_left #hp_hero_three_overlay .hp_hero_headline {
          font-family: proxima-nova, sans-serif;
          font-weight: 700;
          font-style: normal;
          font-size: 32px;
          color: #ffffff;
          line-height: 38px; } }
      @media (max-width: 1439px) and (min-width: 1201px) {
        #hp_hero #hp_hero_three #hp_hero_three_left #hp_hero_three_overlay .hp_hero_headline {
          font-family: proxima-nova, sans-serif;
          font-weight: 700;
          font-style: normal;
          font-size: 28px;
          color: #ffffff;
          line-height: 32px; } }
      @media screen and (max-width: 1200px) and (min-width: 992px) {
        #hp_hero #hp_hero_three #hp_hero_three_left #hp_hero_three_overlay .hp_hero_headline {
          font-family: proxima-nova, sans-serif;
          font-weight: 700;
          font-style: normal;
          font-size: 18px;
          color: #ffffff;
          line-height: 20px; } }
      @media screen and (max-width: 991px) and (min-width: 768px) {
        #hp_hero #hp_hero_three #hp_hero_three_left #hp_hero_three_overlay .hp_hero_headline {
          font-family: proxima-nova, sans-serif;
          font-weight: 700;
          font-style: normal;
          font-size: 14px;
          color: #ffffff;
          line-height: 16px; } }
      @media screen and (max-width: 767px) {
        #hp_hero #hp_hero_three #hp_hero_three_left #hp_hero_three_overlay .hp_hero_headline {
          font-family: proxima-nova, sans-serif;
          font-weight: 700;
          font-style: normal;
          font-size: 16px;
          color: #ffffff;
          line-height: 17px; } }
    @media (min-width: 1640px) {
      #hp_hero #hp_hero_three #hp_hero_three_left #hp_hero_three_overlay .hp_hero_subheadline {
        font-family: proxima-nova, sans-serif;
        font-weight: 400;
        font-style: normal;
        font-size: 20px;
        color: #ffffff;
        line-height: 28px; } }
    @media (max-width: 1639px) and (min-width: 1440px) {
      #hp_hero #hp_hero_three #hp_hero_three_left #hp_hero_three_overlay .hp_hero_subheadline {
        font-family: proxima-nova, sans-serif;
        font-weight: 400;
        font-style: normal;
        font-size: 20px;
        color: #ffffff;
        line-height: 28px; } }
    @media (max-width: 1439px) and (min-width: 1201px) {
      #hp_hero #hp_hero_three #hp_hero_three_left #hp_hero_three_overlay .hp_hero_subheadline {
        font-family: proxima-nova, sans-serif;
        font-weight: 400;
        font-style: normal;
        font-size: 18px;
        color: #ffffff;
        line-height: 25px; } }
    @media screen and (max-width: 1200px) and (min-width: 992px) {
      #hp_hero #hp_hero_three #hp_hero_three_left #hp_hero_three_overlay .hp_hero_subheadline {
        font-family: proxima-nova, sans-serif;
        font-weight: 400;
        font-style: normal;
        font-size: 12px;
        color: #ffffff;
        line-height: 16px; } }
    @media screen and (max-width: 991px) and (min-width: 768px) {
      #hp_hero #hp_hero_three #hp_hero_three_left #hp_hero_three_overlay .hp_hero_subheadline {
        font-family: proxima-nova, sans-serif;
        font-weight: 400;
        font-style: normal;
        font-size: 11px;
        color: #ffffff;
        line-height: 14px; } }
    @media screen and (max-width: 767px) {
      #hp_hero #hp_hero_three #hp_hero_three_left #hp_hero_three_overlay .hp_hero_subheadline {
        font-family: proxima-nova, sans-serif;
        font-weight: 400;
        font-style: normal;
        font-size: 12px;
        color: #ffffff;
        line-height: 16px; } }
@media screen and (min-width: 768px) {
  #hp_hero #hp_hero_three #hp_hero_three_right {
    float: left;
    width: 50%; } }
@media screen and (max-width: 767px) {
  #hp_hero #hp_hero_three #hp_hero_three_right {
    width: 100%;
    overflow: hidden; } }
@media screen and (max-width: 767px) {
  #hp_hero #hp_hero_three #hp_hero_three_right #hp_hero_three_right_img {
    width: auto; } }
#hp_hero .black_hero_btn {
  border-color: #000000 !important;
  background-color: #ffffff; }
  #hp_hero .black_hero_btn a {
    color: #000000 !important; }
#hp_hero .hp_hero2_btn {
  border-color: #000000 !important;
  background-color: #ffffff; }
  #hp_hero .hp_hero2_btn a {
    color: #000000 !important; }
#hp_hero .hp_hero_btn, #hp_hero .hp_hero2_btn {
  display: inline-block;
  margin-top: 12px; }
  @media screen and (min-width: 1201px) {
    #hp_hero .hp_hero_btn, #hp_hero .hp_hero2_btn {
      border: 4px solid #ffffff; } }
  @media screen and (max-width: 1200px) and (min-width: 992px) {
    #hp_hero .hp_hero_btn, #hp_hero .hp_hero2_btn {
      border: 4px solid #ffffff; } }
  @media screen and (max-width: 991px) and (min-width: 768px) {
    #hp_hero .hp_hero_btn, #hp_hero .hp_hero2_btn {
      border: 2px solid #ffffff; } }
  @media screen and (max-width: 767px) {
    #hp_hero .hp_hero_btn, #hp_hero .hp_hero2_btn {
      border: 2px solid #ffffff; } }
  #hp_hero .hp_hero_btn a, #hp_hero .hp_hero2_btn a {
    padding: 0px 10px;
    display: inline-block; }
    @media screen and (min-width: 1201px) {
      #hp_hero .hp_hero_btn a, #hp_hero .hp_hero2_btn a {
        font-family: proxima-nova, sans-serif;
        font-weight: 700;
        font-style: normal;
        font-size: 23px;
        color: #ffffff;
        line-height: 30px; } }
    @media screen and (max-width: 1200px) and (min-width: 992px) {
      #hp_hero .hp_hero_btn a, #hp_hero .hp_hero2_btn a {
        font-family: proxima-nova, sans-serif;
        font-weight: 700;
        font-style: normal;
        font-size: 23px;
        color: #ffffff;
        line-height: 30px; } }
    @media screen and (max-width: 991px) and (min-width: 768px) {
      #hp_hero .hp_hero_btn a, #hp_hero .hp_hero2_btn a {
        font-family: proxima-nova, sans-serif;
        font-weight: 700;
        font-style: normal;
        font-size: 18px;
        color: #ffffff;
        line-height: 22px; } }
    @media screen and (max-width: 767px) {
      #hp_hero .hp_hero_btn a, #hp_hero .hp_hero2_btn a {
        font-family: proxima-nova, sans-serif;
        font-weight: 700;
        font-style: normal;
        font-size: 18px;
        color: #ffffff;
        line-height: 22px; } }

#hero_image {
  position: relative; }
  #hero_image #hero_image_inner {
    position: relative; }
    @media (min-width: 1640px) {
      #hero_image #hero_image_inner {
        height: 564px; } }
    @media (max-width: 1639px) and (min-width: 1440px) {
      #hero_image #hero_image_inner {
        height: 494px; } }
    @media (max-width: 1439px) and (min-width: 1201px) {
      #hero_image #hero_image_inner {
        height: 410px; } }
    @media screen and (max-width: 1200px) and (min-width: 992px) {
      #hero_image #hero_image_inner {
        height: 340px; } }
    @media screen and (max-width: 991px) and (min-width: 768px) {
      #hero_image #hero_image_inner {
        height: 263px; } }
    #hero_image #hero_image_inner .hero_image_bg {
      overflow: hidden; }
      @media (min-width: 1640px) {
        #hero_image #hero_image_inner .hero_image_bg {
          height: 564px;
          position: relative;
          width: 100%; } }
      @media (max-width: 1639px) and (min-width: 1440px) {
        #hero_image #hero_image_inner .hero_image_bg {
          height: 494px;
          position: relative;
          width: 100%; } }
      @media (max-width: 1439px) and (min-width: 1201px) {
        #hero_image #hero_image_inner .hero_image_bg {
          height: 410px;
          position: relative;
          width: 100%; } }
      @media screen and (max-width: 1200px) and (min-width: 992px) {
        #hero_image #hero_image_inner .hero_image_bg {
          height: 340px;
          position: relative;
          width: 100%; } }
      @media screen and (max-width: 991px) and (min-width: 768px) {
        #hero_image #hero_image_inner .hero_image_bg {
          height: 300px;
          position: relative;
          width: 100%; } }
      @media screen and (max-width: 767px) {
        #hero_image #hero_image_inner .hero_image_bg {
          position: relative;
          width: 100vw;
          left: 50%;
          transform: translateX(-50%); } }
    #hero_image #hero_image_inner picture {
      z-index: 2;
      position: relative;
      display: inline-block;
      width: 100%;
      height: 100%; }
      @media (min-width: 1640px) {
        #hero_image #hero_image_inner picture img {
          height: 564px;
          width: 1610px;
          max-width: 1610px;
          position: absolute;
          left: 50%;
          margin-left: -805px; } }
      @media (max-width: 1639px) and (min-width: 1440px) {
        #hero_image #hero_image_inner picture img {
          height: 494px;
          width: 1410px;
          max-width: 1410px;
          position: absolute;
          left: 50%;
          margin-left: -705px; } }
      @media (max-width: 1439px) and (min-width: 1201px) {
        #hero_image #hero_image_inner picture img {
          height: 410px;
          width: 1170px;
          max-width: 1170px;
          position: absolute;
          left: 50%;
          margin-left: -585px; } }
      @media screen and (max-width: 1200px) and (min-width: 992px) {
        #hero_image #hero_image_inner picture img {
          height: 340px;
          width: 970px;
          max-width: 970px;
          position: absolute;
          left: 50%;
          margin-left: -485px; } }
      @media screen and (max-width: 991px) and (min-width: 768px) {
        #hero_image #hero_image_inner picture img {
          height: 263px;
          width: 750px;
          max-width: 750px;
          position: absolute;
          left: 50%;
          margin-left: -375px; } }
      @media screen and (max-width: 767px) {
        #hero_image #hero_image_inner picture img {
          /*height: 175px;
          width: 796px;
          max-width: 796px;
          position: absolute;
          left: 50%;
          margin-left: -398px;*/
          width: 100%;
          height: auto; } }

#social_breadcrumbs {
  position: relative;
  z-index: 100; }
  @media screen and (min-width: 768px) {
    #social_breadcrumbs {
      padding-top: 35px;
      padding-bottom: 15px; } }
  @media screen and (max-width: 767px) {
    #social_breadcrumbs {
      padding-top: 25px;
      padding-bottom: 15px; } }
  #social_breadcrumbs .breadcrumb_div {
    padding: 0px 4px; }
  #social_breadcrumbs #page_breadcrumbs {
    padding-bottom: 30px; }
    @media screen and (min-width: 768px) {
      #social_breadcrumbs #page_breadcrumbs {
        font-family: proxima-nova, sans-serif;
        font-weight: 400;
        font-style: normal;
        font-size: 14px;
        color: #000000; } }
    @media screen and (max-width: 767px) {
      #social_breadcrumbs #page_breadcrumbs {
        font-family: proxima-nova, sans-serif;
        font-weight: 400;
        font-style: normal;
        font-size: 14px;
        color: #000000;
        padding-right: 75px; } }
    @media screen and (min-width: 768px) {
      #social_breadcrumbs #page_breadcrumbs a {
        font-family: proxima-nova, sans-serif;
        font-weight: 400;
        font-style: normal;
        font-size: 14px;
        color: #000000; } }
    @media screen and (max-width: 767px) {
      #social_breadcrumbs #page_breadcrumbs a {
        font-family: proxima-nova, sans-serif;
        font-weight: 400;
        font-style: normal;
        font-size: 14px;
        color: #000000; } }
    @media screen and (min-width: 768px) {
      #social_breadcrumbs #page_breadcrumbs .last {
        font-family: proxima-nova, sans-serif;
        font-weight: 400;
        font-style: normal;
        font-size: 14px;
        color: #000000; } }
    @media screen and (max-width: 767px) {
      #social_breadcrumbs #page_breadcrumbs .last {
        font-family: proxima-nova, sans-serif;
        font-weight: 400;
        font-style: normal;
        font-size: 14px;
        color: #000000; } }
  #social_breadcrumbs #print_share {
    position: absolute;
    right: 15px;
    top: 0px; }
    #social_breadcrumbs #print_share #print_btn {
      float: left;
      text-indent: -9999px;
      cursor: pointer; }
      @media screen and (min-width: 768px) {
        #social_breadcrumbs #print_share #print_btn {
          background: url("../images/site_graphics.png") 0px -78px no-repeat;
          width: 39px;
          height: 29px; } }
      @media screen and (max-width: 767px) {
        #social_breadcrumbs #print_share #print_btn {
          background: url("../images/site_graphics.png") 0px -78px no-repeat;
          width: 39px;
          height: 29px; } }
    #social_breadcrumbs #print_share #share_btn {
      float: left;
      text-indent: -9999px;
      margin-left: 10px;
      cursor: pointer; }
      @media screen and (min-width: 768px) {
        #social_breadcrumbs #print_share #share_btn {
          background: url("../images/site_graphics.png") -49px -78px no-repeat;
          width: 21px;
          height: 29px; } }
      @media screen and (max-width: 767px) {
        #social_breadcrumbs #print_share #share_btn {
          background: url("../images/site_graphics.png") -49px -78px no-repeat;
          width: 21px;
          height: 29px; } }
    #social_breadcrumbs #print_share #rss_btn {
      float: left;
      text-indent: -9999px;
      margin-left: 10px;
      cursor: pointer; }
      @media screen and (min-width: 768px) {
        #social_breadcrumbs #print_share #rss_btn {
          background: url("../images/site_graphics.png") -80px -78px no-repeat;
          width: 30px;
          height: 29px; } }
      @media screen and (max-width: 767px) {
        #social_breadcrumbs #print_share #rss_btn {
          background: url("../images/site_graphics.png") -80px -78px no-repeat;
          width: 30px;
          height: 29px; } }
  #social_breadcrumbs #share_area {
    display: none;
    padding-top: 30px;
    padding-bottom: 30px; }
  #social_breadcrumbs #page_title h2 {
    margin: 0px;
    font-family: proxima-nova, sans-serif;
    font-weight: 700;
    font-style: normal;
    font-size: 50px;
    color: #193867; }

#page_content_wrapper {
  margin-bottom: 50px; }
  #page_content_wrapper h1 {
    font-family: proxima-nova, sans-serif;
    font-weight: 700;
    font-style: normal;
    font-size: 20px;
    color: #000000;
    margin: 0px 0px 10px 0px;
    line-height: 27px; }
  #page_content_wrapper #page_content {
    font-family: proxima-nova, sans-serif;
    font-weight: 400;
    font-style: normal;
    font-size: 20px;
    color: #000000;
    line-height: 27px; }
    #page_content_wrapper #page_content img {
      max-width: 100%; }

#page_additional_content_wrapper {
  padding-bottom: 60px; }
  #page_additional_content_wrapper h2 {
    font-family: proxima-nova, sans-serif;
    font-weight: 700;
    font-style: normal;
    font-size: 25px;
    color: #193867;
    text-transform: uppercase;
    margin-bottom: 15px;
    line-height: 24px;
    padding: 0px; }
  #page_additional_content_wrapper #page_additional_content {
    font-family: proxima-nova, sans-serif;
    font-weight: 400;
    font-style: normal;
    font-size: 20px;
    color: #000000;
    line-height: 27px; }

@media (min-width: 1640px) {
  .exp_slider_inner {
    padding: 0px 235px; } }
@media (max-width: 1639px) and (min-width: 1440px) {
  .exp_slider_inner {
    padding: 0px 135px; } }
@media (max-width: 1439px) and (min-width: 1201px) {
  .exp_slider_inner {
    padding: 0px 15px; } }
@media (max-width: 1200px) and (min-width: 992px) {
  .exp_slider_inner {
    padding: 0px 12px; } }

#hp_explore {
  background: url("../images/explore_bg.jpg") center center no-repeat;
  background-size: cover; }
  @media screen and (min-width: 768px) {
    #hp_explore {
      padding-top: 80px;
      padding-bottom: 100px; } }
  @media screen and (max-width: 767px) {
    #hp_explore {
      padding-top: 30px;
      padding-bottom: 20px; } }
  #hp_explore #hp_explore_slider {
    position: relative; }
  #hp_explore .hp_explore_item {
    float: left;
    overflow: hidden;
    position: relative;
    margin: 0px 6px; }
    @media screen and (min-width: 1201px) {
      #hp_explore .hp_explore_item {
        width: 325px;
        height: 325px; } }
    @media screen and (max-width: 1200px) and (min-width: 992px) {
      #hp_explore .hp_explore_item {
        width: 258px;
        height: 258px; } }
    @media screen and (max-width: 991px) and (min-width: 768px) {
      #hp_explore .hp_explore_item {
        width: 186px;
        height: 186px; } }
    @media screen and (max-width: 767px) {
      #hp_explore .hp_explore_item {
        width: calc(50% - 12px);
        height: 160px;
        margin-bottom: 12px; } }
    #hp_explore .hp_explore_item .hp_explore_item_border {
      position: absolute;
      width: 100%;
      height: 100%;
      transition: 0.3s;
      border: 0px solid #000000;
      top: 0px;
      left: 0px;
      z-index: 10;
      pointer-events: none; }
    #hp_explore .hp_explore_item .hp_explore_item_bg {
      position: absolute;
      width: 100%;
      height: 100%;
      top: 0px;
      left: 0px;
      background-size: cover !important;
      transition: 0.3s; }
    #hp_explore .hp_explore_item .hp_explore_top {
      position: absolute;
      width: 100%;
      top: 0px;
      left: 0px;
      text-transform: uppercase;
      transition: 0.3s;
      background-color: #ffffff;
      z-index: 9; }
      @media screen and (min-width: 1201px) {
        #hp_explore .hp_explore_item .hp_explore_top {
          font-family: proxima-nova, sans-serif;
          font-weight: 700;
          font-style: normal;
          font-size: 30px;
          color: #193867;
          line-height: 30px;
          padding: 15px 20px; } }
      @media screen and (max-width: 1200px) and (min-width: 992px) {
        #hp_explore .hp_explore_item .hp_explore_top {
          font-family: proxima-nova, sans-serif;
          font-weight: 700;
          font-style: normal;
          font-size: 23px;
          color: #193867;
          line-height: 23px;
          padding: 15px 20px; } }
      @media screen and (max-width: 991px) and (min-width: 768px) {
        #hp_explore .hp_explore_item .hp_explore_top {
          font-family: proxima-nova, sans-serif;
          font-weight: 700;
          font-style: normal;
          font-size: 17px;
          color: #193867;
          line-height: 18px;
          padding: 15px 20px; } }
      @media screen and (max-width: 767px) {
        #hp_explore .hp_explore_item .hp_explore_top {
          font-family: proxima-nova, sans-serif;
          font-weight: 700;
          font-style: normal;
          font-size: 13px;
          color: #193867;
          line-height: 14px;
          padding: 5px 10px; } }
    #hp_explore .hp_explore_item .hp_explore_btn {
      display: inline-block;
      margin-top: 12px;
      display: inline-block;
      position: absolute;
      left: 50%;
      bottom: 15px;
      background-color: #ffffff; }
      @media screen and (min-width: 768px) {
        #hp_explore .hp_explore_item .hp_explore_btn {
          border: 4px solid #000000;
          font-family: proxima-nova, sans-serif;
          font-weight: 700;
          font-style: normal;
          font-size: 23px;
          color: #000000;
          line-height: 30px;
          padding: 0px 10px;
          margin-left: -63px; } }
      @media screen and (max-width: 767px) {
        #hp_explore .hp_explore_item .hp_explore_btn {
          border: 3px solid #000000;
          font-family: proxima-nova, sans-serif;
          font-weight: 700;
          font-style: normal;
          font-size: 17px;
          color: #000000;
          line-height: 20px;
          padding: 0px 6px;
          margin-left: -45px; } }
  #hp_explore .hp_explore_item:hover .hp_explore_item_border {
    border: 8px solid #000000; }
  #hp_explore .hp_explore_item:hover .hp_explore_item_bg {
    width: 110%;
    height: 110%;
    top: -5%;
    left: -5%; }
  #hp_explore .hp_explore_item:hover .hp_explore_top {
    background-color: #193867;
    color: #ffffff; }
  #hp_explore #hp_explore_slider_inner {
    display: inline-block; }
    @media screen and (min-width: 768px) {
      #hp_explore #hp_explore_slider_inner {
        padding-left: 64.5px; } }
    @media screen and (max-width: 767px) {
      #hp_explore #hp_explore_slider_inner {
        width: 100%; } }
  #hp_explore .explore_ctrl_btn {
    position: absolute;
    width: 52px;
    height: 52px;
    text-indent: -9999px;
    background-color: #000000;
    top: 50%;
    margin-top: -26px;
    cursor: pointer; }
    @media screen and (max-width: 767px) {
      #hp_explore .explore_ctrl_btn {
        display: none; } }
  #hp_explore #explore_prev {
    left: 0px; }
  #hp_explore #explore_prev:after {
    position: absolute;
    content: '';
    top: 50%;
    left: 50%;
    width: 11px;
    height: 17px;
    margin-top: -8px;
    margin-left: -6px;
    background: url("../images/site_graphics.png") -25px 0px no-repeat; }
  #hp_explore #explore_next {
    right: 0px; }
  #hp_explore #explore_next:after {
    position: absolute;
    content: '';
    top: 50%;
    left: 50%;
    width: 11px;
    height: 17px;
    margin-top: -8px;
    margin-left: -6px;
    background: url("../images/site_graphics.png") -39px 0px no-repeat; }
  #hp_explore #hp_explore_header {
    text-align: center;
    margin-bottom: 35px; }
  @media screen and (min-width: 768px) {
    #hp_explore #hp_explore_header_inner {
      font-family: proxima-nova, sans-serif;
      font-weight: 700;
      font-style: normal;
      font-size: 114px;
      color: #193867; } }
  @media screen and (max-width: 767px) {
    #hp_explore #hp_explore_header_inner {
      font-family: proxima-nova, sans-serif;
      font-weight: 700;
      font-style: normal;
      font-size: 50px;
      color: #193867; } }
  #hp_explore #hp_explore_header_inner:before {
    content: '';
    position: relative;
    display: inline-block;
    margin-right: 10px; }
    @media screen and (min-width: 768px) {
      #hp_explore #hp_explore_header_inner:before {
        width: 113px;
        height: 113px;
        background: url("../images/hp_explore_icon.png") center center no-repeat;
        margin-bottom: -9px; } }
    @media screen and (max-width: 767px) {
      #hp_explore #hp_explore_header_inner:before {
        width: 50px;
        height: 50px;
        background: url("../images/hp_explore_icon.png") center center no-repeat;
        background-size: 100% auto; } }

#hp_business {
  background-color: #FDB815;
  overflow: hidden; }
  @media screen and (max-width: 767px) {
    #hp_business .caroufredsel_wrapper {
      height: auto !important; } }
  @media screen and (max-width: 767px) {
    #hp_business #hp_bus_slider {
      height: auto !important;
      position: relative !important; } }
  @media screen and (min-width: 768px) {
    #hp_business {
      height: 415px; } }
  #hp_business #hp_business_inner_inner {
    background: url("../images/bg_pattern.png") 100% 43% no-repeat;
    background-size: 100% auto; }
    @media screen and (min-width: 768px) {
      #hp_business #hp_business_inner_inner {
        height: 415px; } }
  #hp_business #hp_bus_slider_wrapper {
    bottom: 0px;
    width: 100%; }
    @media screen and (min-width: 768px) {
      #hp_business #hp_bus_slider_wrapper {
        position: absolute; } }
    #hp_business #hp_bus_slider_wrapper .caroufredsel_wrapper, #hp_business #hp_bus_slider_wrapper #hp_bus_slider, #hp_business #hp_bus_slider_wrapper .hp_business_item {
      width: 100% !important; }
  #hp_business .hp_business_item {
    width: 1140px; }
    @media screen and (min-width: 768px) {
      #hp_business .hp_business_item {
        height: 415px; } }
    @media screen and (min-width: 1201px) {
      #hp_business .hp_business_item .hp_bus_item_copy {
        margin-top: 180px; } }
    @media screen and (max-width: 1200px) and (min-width: 992px) {
      #hp_business .hp_business_item .hp_bus_item_copy {
        margin-top: 180px; } }
    @media screen and (max-width: 991px) and (min-width: 768px) {
      #hp_business .hp_business_item .hp_bus_item_copy {
        margin-top: 140px; } }
    @media screen and (max-width: 767px) {
      #hp_business .hp_business_item .hp_bus_item_copy {
        margin-top: 30px; } }
    @media screen and (min-width: 1201px) {
      #hp_business .hp_business_item .hp_bus_item_copy .hp_bus_item_title {
        font-family: proxima-nova, sans-serif;
        font-weight: 700;
        font-style: normal;
        font-size: 30px;
        color: #000000;
        line-height: 32px; } }
    @media screen and (max-width: 1200px) and (min-width: 992px) {
      #hp_business .hp_business_item .hp_bus_item_copy .hp_bus_item_title {
        font-family: proxima-nova, sans-serif;
        font-weight: 700;
        font-style: normal;
        font-size: 30px;
        color: #000000;
        line-height: 32px; } }
    @media screen and (max-width: 991px) and (min-width: 768px) {
      #hp_business .hp_business_item .hp_bus_item_copy .hp_bus_item_title {
        font-family: proxima-nova, sans-serif;
        font-weight: 700;
        font-style: normal;
        font-size: 30px;
        color: #000000;
        line-height: 32px; } }
    @media screen and (max-width: 767px) {
      #hp_business .hp_business_item .hp_bus_item_copy .hp_bus_item_title {
        font-family: proxima-nova, sans-serif;
        font-weight: 700;
        font-style: normal;
        font-size: 21px;
        color: #000000; } }
    @media screen and (min-width: 1201px) {
      #hp_business .hp_business_item .hp_bus_item_copy .hp_bus_item_headline {
        font-family: proxima-nova, sans-serif;
        font-weight: 400;
        font-style: normal;
        font-size: 20px;
        color: #000000; } }
    @media screen and (max-width: 1200px) and (min-width: 992px) {
      #hp_business .hp_business_item .hp_bus_item_copy .hp_bus_item_headline {
        font-family: proxima-nova, sans-serif;
        font-weight: 400;
        font-style: normal;
        font-size: 18px;
        color: #000000; } }
    @media screen and (max-width: 991px) and (min-width: 768px) {
      #hp_business .hp_business_item .hp_bus_item_copy .hp_bus_item_headline {
        font-family: proxima-nova, sans-serif;
        font-weight: 400;
        font-style: normal;
        font-size: 18px;
        color: #000000; } }
    @media screen and (max-width: 767px) {
      #hp_business .hp_business_item .hp_bus_item_copy .hp_bus_item_headline {
        font-family: proxima-nova, sans-serif;
        font-weight: 400;
        font-style: normal;
        font-size: 14px;
        color: #000000; } }
  @media screen and (min-width: 768px) {
    #hp_business .hp_bus_item_img {
      height: 415px;
      position: relative; }
      #hp_business .hp_bus_item_img img {
        position: absolute;
        right: 0px;
        bottom: 0px;
        height: auto;
        width: 100%;
        max-height: 415px; } }
  @media screen and (max-width: 767px) {
    #hp_business .hp_bus_item_img {
      margin-top: 30px; } }
  #hp_business #hp_bus_header {
    margin-top: 55px; }
    @media screen and (min-width: 1201px) {
      #hp_business #hp_bus_header #hp_bus_header_inner {
        font-family: proxima-nova, sans-serif;
        font-weight: 700;
        font-style: normal;
        font-size: 114px;
        color: #000000;
        line-height: 66px; } }
    @media screen and (max-width: 1200px) and (min-width: 992px) {
      #hp_business #hp_bus_header #hp_bus_header_inner {
        font-family: proxima-nova, sans-serif;
        font-weight: 700;
        font-style: normal;
        font-size: 85px;
        color: #000000;
        line-height: 66px; } }
    @media screen and (max-width: 991px) and (min-width: 768px) {
      #hp_business #hp_bus_header #hp_bus_header_inner {
        font-family: proxima-nova, sans-serif;
        font-weight: 700;
        font-style: normal;
        font-size: 52px;
        color: #000000;
        line-height: 52px; } }
    @media screen and (max-width: 767px) {
      #hp_business #hp_bus_header #hp_bus_header_inner {
        font-family: proxima-nova, sans-serif;
        font-weight: 700;
        font-style: normal;
        font-size: 52px;
        color: #000000;
        line-height: 52px; } }
    #hp_business #hp_bus_header #hp_bus_header_inner:before {
      content: '';
      position: relative;
      display: inline-block;
      margin-right: 10px; }
      @media screen and (min-width: 1201px) {
        #hp_business #hp_bus_header #hp_bus_header_inner:before {
          width: 88px;
          height: 88px;
          background: url("../images/hp_bus_icon.png") center center no-repeat; } }
      @media screen and (max-width: 1200px) and (min-width: 992px) {
        #hp_business #hp_bus_header #hp_bus_header_inner:before {
          width: 88px;
          height: 88px;
          background: url("../images/hp_bus_icon.png") center center no-repeat; } }
      @media screen and (max-width: 991px) and (min-width: 768px) {
        #hp_business #hp_bus_header #hp_bus_header_inner:before {
          width: 36px;
          height: 36px;
          background: url("../images/hp_bus_icon.png") center center no-repeat;
          background-size: 100% auto; } }
      @media screen and (max-width: 767px) {
        #hp_business #hp_bus_header #hp_bus_header_inner:before {
          width: 36px;
          height: 36px;
          background: url("../images/hp_bus_icon.png") center center no-repeat;
          background-size: 100% auto; } }
  #hp_business #hp_bus_ctrl {
    position: absolute;
    width: 80px; }
    @media screen and (min-width: 768px) {
      #hp_business #hp_bus_ctrl {
        bottom: 20px; } }
    @media screen and (max-width: 767px) {
      #hp_business #hp_bus_ctrl {
        bottom: 60px; } }
    #hp_business #hp_bus_ctrl .hp_bus_ctrl_btn {
      width: 40px;
      height: 40px;
      background-color: #000000;
      text-indent: -9999px;
      position: relative;
      float: left; }
    #hp_business #hp_bus_ctrl #hp_bus_prev:after {
      position: absolute;
      content: '';
      top: 50%;
      left: 50%;
      width: 11px;
      height: 17px;
      margin-top: -8px;
      margin-left: -6px;
      background: url("../images/site_graphics.png") -25px 0px no-repeat; }
    #hp_business #hp_bus_ctrl #hp_bus_next:after {
      position: absolute;
      content: '';
      top: 50%;
      left: 50%;
      width: 11px;
      height: 17px;
      margin-top: -8px;
      margin-left: -6px;
      background: url("../images/site_graphics.png") -39px 0px no-repeat; }
  @media screen and (max-width: 767px) {
    #hp_business .hp_bus_item_btn_frame {
      text-align: center;
      padding-top: 30px; } }
  #hp_business .hp_bus_item_btn {
    border: 4px solid #000000;
    display: inline-block;
    margin-top: 12px;
    position: absolute;
    bottom: 20px;
    background-color: #ffffff;
    height: 40px; }
    @media screen and (min-width: 768px) {
      #hp_business .hp_bus_item_btn {
        left: 0px; } }
    @media screen and (max-width: 767px) {
      #hp_business .hp_bus_item_btn {
        left: 0px; } }
    #hp_business .hp_bus_item_btn a {
      font-family: proxima-nova, sans-serif;
      font-weight: 700;
      font-style: normal;
      font-size: 23px;
      color: #000000;
      line-height: 35px;
      padding: 0px 10px;
      display: inline-block; }
    @media screen and (max-width: 767px) {
      #hp_business .hp_bus_item_btn {
        position: relative; } }

#hp_live {
  padding-top: 55px;
  padding-bottom: 85px;
  background: url("../images/live_bg.jpg") center center no-repeat;
  background-size: cover; }
  #hp_live .hp_live_item:first-of-type {
    margin-left: 0px !important; }
  #hp_live .hp_live_item:last-of-type {
    margin-right: 0px !important; }
  #hp_live .hp_live_item {
    float: left;
    overflow: hidden;
    position: relative; }
    @media screen and (min-width: 1201px) {
      #hp_live .hp_live_item {
        width: 262px;
        height: 262px;
        margin: 0px 15px; } }
    @media screen and (max-width: 1200px) and (min-width: 992px) {
      #hp_live .hp_live_item {
        width: 212px;
        height: 212px;
        margin: 0px 15px; } }
    @media screen and (max-width: 991px) and (min-width: 768px) {
      #hp_live .hp_live_item {
        width: 157px;
        height: 157px;
        margin: 0px 15px; } }
    @media screen and (max-width: 767px) {
      #hp_live .hp_live_item {
        width: calc(50% - 12px);
        height: 160px;
        margin: 0px 6px 12px 6px; } }
    #hp_live .hp_live_item .hp_live_item_border {
      position: absolute;
      width: 100%;
      height: 100%;
      transition: 0.3s;
      border: 0px solid #000000;
      top: 0px;
      left: 0px;
      z-index: 10;
      pointer-events: none; }
    #hp_live .hp_live_item .hp_live_item_bg {
      position: absolute;
      width: 100%;
      height: 100%;
      top: 0px;
      left: 0px;
      background-size: cover !important;
      transition: 0.3s; }
    #hp_live .hp_live_item .hp_live_top {
      position: absolute;
      width: 100%;
      top: 0px;
      left: 0px;
      text-transform: uppercase;
      transition: 0.3s;
      background-color: #ffffff;
      z-index: 9; }
      @media screen and (min-width: 1201px) {
        #hp_live .hp_live_item .hp_live_top {
          font-family: proxima-nova, sans-serif;
          font-weight: 700;
          font-style: normal;
          font-size: 25px;
          color: #193867;
          line-height: 25px;
          padding: 15px 20px; } }
      @media screen and (max-width: 1200px) and (min-width: 992px) {
        #hp_live .hp_live_item .hp_live_top {
          font-family: proxima-nova, sans-serif;
          font-weight: 700;
          font-style: normal;
          font-size: 19px;
          color: #193867;
          line-height: 20px;
          padding: 15px 20px; } }
      @media screen and (max-width: 991px) and (min-width: 768px) {
        #hp_live .hp_live_item .hp_live_top {
          font-family: proxima-nova, sans-serif;
          font-weight: 700;
          font-style: normal;
          font-size: 12px;
          color: #193867;
          line-height: 13px;
          padding: 7px 10px; } }
      @media screen and (max-width: 767px) {
        #hp_live .hp_live_item .hp_live_top {
          font-family: proxima-nova, sans-serif;
          font-weight: 700;
          font-style: normal;
          font-size: 12px;
          color: #193867;
          line-height: 13px;
          padding: 7px 10px; } }
    #hp_live .hp_live_item .hp_live_btn {
      display: inline-block;
      margin-top: 12px;
      display: inline-block;
      position: absolute;
      left: 50%;
      bottom: 15px;
      background-color: #ffffff; }
      @media screen and (min-width: 768px) {
        #hp_live .hp_live_item .hp_live_btn {
          border: 4px solid #000000;
          font-family: proxima-nova, sans-serif;
          font-weight: 700;
          font-style: normal;
          font-size: 23px;
          color: #000000;
          line-height: 30px;
          padding: 0px 10px;
          margin-left: -63px; } }
      @media screen and (max-width: 767px) {
        #hp_live .hp_live_item .hp_live_btn {
          border: 3px solid #000000;
          font-family: proxima-nova, sans-serif;
          font-weight: 700;
          font-style: normal;
          font-size: 17px;
          color: #000000;
          line-height: 20px;
          padding: 0px 6px;
          margin-left: -45px; } }
  #hp_live .hp_live_item:hover .hp_live_item_border {
    border: 8px solid #000000; }
  #hp_live .hp_live_item:hover .hp_live_item_bg {
    width: 110%;
    height: 110%;
    top: -5%;
    left: -5%; }
  #hp_live .hp_live_item:hover .hp_live_top {
    background-color: #193867;
    color: #ffffff; }
  #hp_live #hp_live_header {
    text-align: center;
    margin-bottom: 50px; }
    @media screen and (min-width: 768px) {
      #hp_live #hp_live_header #hp_live_header_inner {
        font-family: proxima-nova, sans-serif;
        font-weight: 700;
        font-style: normal;
        font-size: 114px;
        color: #ffffff;
        line-height: 66px; } }
    @media screen and (max-width: 767px) {
      #hp_live #hp_live_header #hp_live_header_inner {
        font-family: proxima-nova, sans-serif;
        font-weight: 700;
        font-style: normal;
        font-size: 86px;
        color: #ffffff;
        line-height: 66px; } }
    #hp_live #hp_live_header #hp_live_header_inner:before {
      content: '';
      position: relative;
      width: 87px;
      height: 87px;
      background: url("../images/hp_live_icon.png") center center no-repeat;
      display: inline-block;
      margin-right: 10px; }

#hp_blog {
  background-size: 100% auto !important;
  background: url("../images/bg_pattern.png") center center no-repeat #193867; }
  #hp_blog #hp_blog_items {
    background-color: #88B2DB; }
    #hp_blog #hp_blog_items #hp_blog_items_inner {
      position: relative; }
      #hp_blog #hp_blog_items #hp_blog_items_inner #hp_blog_items_gutter {
        position: absolute;
        right: 0px;
        top: 0px;
        height: 100%;
        background-color: #88B2DB; }
  @media screen and (max-width: 767px) {
    #hp_blog #hp_blog_title {
      display: table; } }
  @media screen and (min-width: 768px) {
    #hp_blog #hp_blog_title_wrapper {
      position: relative;
      top: 50%;
      transform: translateY(-50%); } }
  @media screen and (max-width: 767px) {
    #hp_blog #hp_blog_title_wrapper {
      display: table-row; } }
  #hp_blog #hp_blog_title_inner {
    text-transform: uppercase;
    text-align: center; }
    @media (min-width: 1640px) {
      #hp_blog #hp_blog_title_inner {
        font-family: proxima-nova, sans-serif;
        font-weight: 700;
        font-style: normal;
        font-size: 112px;
        color: #ffffff;
        line-height: 138px;
        display: table-cell;
        vertical-align: middle;
        margin-top: 63px;
        margin-bottom: 55px; } }
    @media (max-width: 1639px) and (min-width: 1440px) {
      #hp_blog #hp_blog_title_inner {
        font-family: proxima-nova, sans-serif;
        font-weight: 700;
        font-style: normal;
        font-size: 112px;
        color: #ffffff;
        line-height: 138px;
        display: table-cell;
        vertical-align: middle;
        margin-top: 63px;
        margin-bottom: 55px; } }
    @media (max-width: 1439px) and (min-width: 1201px) {
      #hp_blog #hp_blog_title_inner {
        font-family: proxima-nova, sans-serif;
        font-weight: 700;
        font-style: normal;
        font-size: 90px;
        color: #ffffff;
        line-height: 118px;
        display: table-cell;
        vertical-align: middle;
        margin-top: 63px;
        margin-bottom: 55px; } }
    @media screen and (max-width: 1200px) and (min-width: 992px) {
      #hp_blog #hp_blog_title_inner {
        font-family: proxima-nova, sans-serif;
        font-weight: 700;
        font-style: normal;
        font-size: 70px;
        color: #ffffff;
        line-height: 95px;
        display: table-cell;
        vertical-align: middle;
        margin-top: 63px;
        margin-bottom: 55px; } }
    @media screen and (max-width: 991px) and (min-width: 768px) {
      #hp_blog #hp_blog_title_inner {
        font-family: proxima-nova, sans-serif;
        font-weight: 700;
        font-style: normal;
        font-size: 97px;
        color: #ffffff;
        line-height: 120px;
        display: table-cell;
        vertical-align: middle;
        width: 100%;
        display: inline-block;
        margin-top: 63px;
        margin-bottom: 55px; } }
    @media screen and (max-width: 767px) {
      #hp_blog #hp_blog_title_inner {
        font-family: proxima-nova, sans-serif;
        font-weight: 700;
        font-style: normal;
        font-size: 41px;
        color: #ffffff;
        line-height: 56px;
        margin-top: 30px;
        margin-bottom: 30px; } }
    @media (min-width: 1640px) {
      #hp_blog #hp_blog_title_inner .hp_blog_title_lg {
        font-size: 246px !important; } }
    @media (max-width: 1639px) and (min-width: 1440px) {
      #hp_blog #hp_blog_title_inner .hp_blog_title_lg {
        font-size: 246px !important; } }
    @media (max-width: 1439px) and (min-width: 1201px) {
      #hp_blog #hp_blog_title_inner .hp_blog_title_lg {
        font-size: 197px !important; } }
    @media screen and (max-width: 1200px) and (min-width: 992px) {
      #hp_blog #hp_blog_title_inner .hp_blog_title_lg {
        font-size: 155px !important; } }
    @media screen and (max-width: 991px) and (min-width: 768px) {
      #hp_blog #hp_blog_title_inner .hp_blog_title_lg {
        font-size: 213px !important; } }
    @media screen and (max-width: 767px) {
      #hp_blog #hp_blog_title_inner .hp_blog_title_lg {
        font-size: 90px !important; } }
  #hp_blog #hp_blog_title {
    /*background: url('../images/blog_bg.gif') center center no-repeat $rida-yellow;
    background-size: contain;*/ }
  #hp_blog #hp_blog_all {
    text-align: center;
    line-height: 0px;
    margin-top: 20px; }
    #hp_blog #hp_blog_all a {
      border: 4px solid #000000;
      display: inline-block;
      padding: 0px 10px;
      display: inline-block;
      background-color: #ffffff;
      text-transform: none !important; }
      @media screen and (min-width: 768px) {
        #hp_blog #hp_blog_all a {
          font-family: proxima-nova, sans-serif;
          font-weight: 700;
          font-style: normal;
          font-size: 23px;
          color: #000000;
          line-height: 30px !important;
          margin-top: 12px; } }
      @media screen and (max-width: 767px) {
        #hp_blog #hp_blog_all a {
          font-family: proxima-nova, sans-serif;
          font-weight: 700;
          font-style: normal;
          font-size: 18px;
          color: #000000;
          line-height: 30px !important;
          margin-top: 5px; } }
  #hp_blog #hp_blog_items_inner {
    padding-top: 30px;
    padding-bottom: 30px; }
  #hp_blog .hp_blog_list_item {
    background-color: #ffffff;
    height: calc(50% - 10px);
    display: inline-block;
    width: 100%;
    min-height: 200px; }
    #hp_blog .hp_blog_list_item .row, #hp_blog .hp_blog_list_item .hp_blog_list_col, #hp_blog .hp_blog_list_item .hp_blog_list_bg {
      height: 100%; }
  #hp_blog .hp_blog_list_item:first-of-type {
    margin-bottom: 10px; }
  #hp_blog .hp_blog_list_item:last-of-type {
    margin-top: 10px;
    margin-bottom: -7px; }
  #hp_blog .hp_blog_list_item_btn_img {
    position: absolute;
    bottom: 15px;
    left: 50%;
    margin-left: -63px; }
    #hp_blog .hp_blog_list_item_btn_img .black_btn {
      background-color: #ffffff; }
  @media screen and (min-width: 1201px) {
    #hp_blog .hp_blog_list_item_title {
      padding: 20px 20px 0px 20px;
      font-family: proxima-nova, sans-serif;
      font-weight: 700;
      font-style: normal;
      font-size: 22px;
      color: #000000;
      line-height: 120%; } }
  @media screen and (max-width: 1200px) and (min-width: 992px) {
    #hp_blog .hp_blog_list_item_title {
      padding: 30px 20px 0px 20px;
      font-family: proxima-nova, sans-serif;
      font-weight: 700;
      font-style: normal;
      font-size: 22px;
      color: #000000;
      line-height: 120%; } }
  @media screen and (max-width: 991px) and (min-width: 768px) {
    #hp_blog .hp_blog_list_item_title {
      padding: 15px 10px 0px 20px;
      font-family: proxima-nova, sans-serif;
      font-weight: 700;
      font-style: normal;
      font-size: 18px;
      color: #000000;
      line-height: 120%; } }
  @media screen and (max-width: 767px) {
    #hp_blog .hp_blog_list_item_title {
      padding: 15px 10px 0px 20px;
      font-family: proxima-nova, sans-serif;
      font-weight: 700;
      font-style: normal;
      font-size: 18px;
      color: #000000;
      line-height: 120%; } }
  #hp_blog .hp_blog_list_item_title a {
    color: #000000; }
  #hp_blog .hp_blog_list_item_tease {
    padding-left: 20px; }
    @media screen and (min-width: 1201px) {
      #hp_blog .hp_blog_list_item_tease {
        font-family: proxima-nova, sans-serif;
        font-weight: 400;
        font-style: normal;
        font-size: 18px;
        color: #000000; } }
    @media screen and (max-width: 1200px) and (min-width: 992px) {
      #hp_blog .hp_blog_list_item_tease {
        font-family: proxima-nova, sans-serif;
        font-weight: 400;
        font-style: normal;
        font-size: 18px;
        color: #000000; } }
    @media screen and (max-width: 991px) and (min-width: 768px) {
      #hp_blog .hp_blog_list_item_tease {
        font-family: proxima-nova, sans-serif;
        font-weight: 400;
        font-style: normal;
        font-size: 15px;
        color: #000000; } }
    @media screen and (max-width: 767px) {
      #hp_blog .hp_blog_list_item_tease {
        font-family: proxima-nova, sans-serif;
        font-weight: 400;
        font-style: normal;
        font-size: 15px;
        color: #000000; } }
  #hp_blog .hp_blog_list_item_btn {
    padding-left: 20px;
    margin-top: 20px;
    margin-bottom: 20px; }
  #hp_blog .hp_blog_list_details.no_image {
    padding-left: 20px;
    padding-right: 30px; }

#news_pag {
  margin-top: 25px; }
  @media screen and (min-width: 1201px) {
    #news_pag {
      font-family: proxima-nova, sans-serif;
      font-weight: 700;
      font-style: normal;
      font-size: 18px;
      color: #000000; } }
  @media screen and (max-width: 1200px) and (min-width: 992px) {
    #news_pag {
      font-family: proxima-nova, sans-serif;
      font-weight: 700;
      font-style: normal;
      font-size: 18px;
      color: #000000; } }
  @media screen and (max-width: 991px) and (min-width: 768px) {
    #news_pag {
      font-family: proxima-nova, sans-serif;
      font-weight: 700;
      font-style: normal;
      font-size: 15px;
      color: #000000; } }
  @media screen and (max-width: 767px) {
    #news_pag {
      font-family: proxima-nova, sans-serif;
      font-weight: 700;
      font-style: normal;
      font-size: 15px;
      color: #000000; } }
  #news_pag a {
    color: #193867; }

#hp_map_icons {
  padding-bottom: 30px; }
  @media screen and (min-width: 1201px) {
    #hp_map_icons {
      font-family: proxima-nova, sans-serif;
      font-weight: 400;
      font-style: normal;
      font-size: 14px;
      color: #000000; } }
  @media screen and (max-width: 1200px) and (min-width: 992px) {
    #hp_map_icons {
      font-family: proxima-nova, sans-serif;
      font-weight: 400;
      font-style: normal;
      font-size: 14px;
      color: #000000; } }
  @media screen and (max-width: 991px) and (min-width: 768px) {
    #hp_map_icons {
      font-family: proxima-nova, sans-serif;
      font-weight: 400;
      font-style: normal;
      font-size: 14px;
      color: #000000; } }
  @media screen and (max-width: 767px) {
    #hp_map_icons {
      font-family: proxima-nova, sans-serif;
      font-weight: 400;
      font-style: normal;
      font-size: 14px;
      color: #000000; } }
  @media screen and (min-width: 1201px) {
    #hp_map_icons h3 {
      font-family: proxima-nova, sans-serif;
      font-weight: 400;
      font-style: normal;
      font-size: 24px;
      color: #FDB815;
      line-height: 120%; } }
  @media screen and (max-width: 1200px) and (min-width: 992px) {
    #hp_map_icons h3 {
      font-family: proxima-nova, sans-serif;
      font-weight: 400;
      font-style: normal;
      font-size: 24px;
      color: #FDB815;
      line-height: 120%; } }
  @media screen and (max-width: 991px) and (min-width: 768px) {
    #hp_map_icons h3 {
      font-family: proxima-nova, sans-serif;
      font-weight: 400;
      font-style: normal;
      font-size: 20px;
      color: #FDB815;
      line-height: 120%; } }
  @media screen and (max-width: 767px) {
    #hp_map_icons h3 {
      font-family: proxima-nova, sans-serif;
      font-weight: 400;
      font-style: normal;
      font-size: 20px;
      color: #FDB815;
      line-height: 120%; } }

#hp_map {
  position: relative; }
  @media screen and (min-width: 1201px) {
    #hp_map #hp_map_wrapper {
      height: 700px; } }
  @media screen and (max-width: 1200px) and (min-width: 992px) {
    #hp_map #hp_map_wrapper {
      height: 700px; } }
  @media screen and (max-width: 991px) and (min-width: 768px) {
    #hp_map #hp_map_wrapper {
      height: 700px; } }
  @media screen and (max-width: 767px) {
    #hp_map #hp_map_wrapper {
      height: 250px; } }
  #hp_map #hp_map_overlay {
    pointer-events: none; }
    @media screen and (min-width: 768px) {
      #hp_map #hp_map_overlay {
        position: absolute;
        top: 0px;
        left: 0px;
        width: 100%;
        height: 100%;
        z-index: 100; } }
    @media screen and (max-width: 767px) {
      #hp_map #hp_map_overlay {
        background-color: #000000; } }
    #hp_map #hp_map_overlay #hp_map_overlay_inner {
      height: 100%; }
  #hp_map .all_height {
    height: 100%; }
  #hp_map #hp_map_overlay_block {
    background-color: #000000;
    pointer-events: auto; }
    @media screen and (min-width: 768px) {
      #hp_map #hp_map_overlay_block {
        position: absolute;
        width: 40%;
        padding: 40px 45px; } }
    @media screen and (max-width: 767px) {
      #hp_map #hp_map_overlay_block {
        position: relative;
        width: 100%;
        padding: 20px 0px; } }
    #hp_map #hp_map_overlay_block #hp_map_overlay_header #hp_map_overlay_header_inner {
      text-transform: uppercase; }
      @media screen and (min-width: 1201px) {
        #hp_map #hp_map_overlay_block #hp_map_overlay_header #hp_map_overlay_header_inner {
          font-family: proxima-nova, sans-serif;
          font-weight: 700;
          font-style: normal;
          font-size: 67px;
          color: #ffffff;
          line-height: 48px; } }
      @media screen and (max-width: 1200px) and (min-width: 992px) {
        #hp_map #hp_map_overlay_block #hp_map_overlay_header #hp_map_overlay_header_inner {
          font-family: proxima-nova, sans-serif;
          font-weight: 700;
          font-style: normal;
          font-size: 50px;
          color: #ffffff;
          line-height: 48px; } }
      @media screen and (max-width: 991px) and (min-width: 768px) {
        #hp_map #hp_map_overlay_block #hp_map_overlay_header #hp_map_overlay_header_inner {
          font-family: proxima-nova, sans-serif;
          font-weight: 700;
          font-style: normal;
          font-size: 33px;
          color: #ffffff;
          line-height: 48px; } }
      @media screen and (max-width: 767px) {
        #hp_map #hp_map_overlay_block #hp_map_overlay_header #hp_map_overlay_header_inner {
          font-family: proxima-nova, sans-serif;
          font-weight: 700;
          font-style: normal;
          font-size: 33px;
          color: #ffffff;
          line-height: 48px; } }
    #hp_map #hp_map_overlay_block #hp_map_overlay_header #hp_map_overlay_header_inner:before {
      content: '';
      position: relative;
      display: inline-block;
      margin-right: 10px; }
      @media screen and (min-width: 1201px) {
        #hp_map #hp_map_overlay_block #hp_map_overlay_header #hp_map_overlay_header_inner:before {
          width: 39px;
          height: 63px;
          background: url("../images/site_graphics.png") -266px 0px no-repeat; } }
      @media screen and (max-width: 1200px) and (min-width: 992px) {
        #hp_map #hp_map_overlay_block #hp_map_overlay_header #hp_map_overlay_header_inner:before {
          width: 39px;
          height: 63px;
          background: url("../images/site_graphics.png") -266px 0px no-repeat; } }
      @media screen and (max-width: 991px) and (min-width: 768px) {
        #hp_map #hp_map_overlay_block #hp_map_overlay_header #hp_map_overlay_header_inner:before {
          width: 20px;
          height: 31.5px;
          background: url("../images/site_graphics.png") -133px 0px no-repeat;
          background-size: 152.5px; } }
      @media screen and (max-width: 767px) {
        #hp_map #hp_map_overlay_block #hp_map_overlay_header #hp_map_overlay_header_inner:before {
          width: 20px;
          height: 31.5px;
          background: url("../images/site_graphics.png") -133px 0px no-repeat;
          background-size: 152.5px; } }
    #hp_map #hp_map_overlay_block #hp_map_overlay_header #hp_map_overlay_copy {
      margin: 16px 0px; }
      @media screen and (min-width: 1201px) {
        #hp_map #hp_map_overlay_block #hp_map_overlay_header #hp_map_overlay_copy {
          font-family: proxima-nova, sans-serif;
          font-weight: 400;
          font-style: normal;
          font-size: 20px;
          color: #ffffff;
          line-height: 25px; } }
      @media screen and (max-width: 1200px) and (min-width: 992px) {
        #hp_map #hp_map_overlay_block #hp_map_overlay_header #hp_map_overlay_copy {
          font-family: proxima-nova, sans-serif;
          font-weight: 400;
          font-style: normal;
          font-size: 20px;
          color: #ffffff;
          line-height: 25px; } }
      @media screen and (max-width: 991px) and (min-width: 768px) {
        #hp_map #hp_map_overlay_block #hp_map_overlay_header #hp_map_overlay_copy {
          font-family: proxima-nova, sans-serif;
          font-weight: 400;
          font-style: normal;
          font-size: 15px;
          color: #ffffff;
          line-height: 22px; } }
      @media screen and (max-width: 767px) {
        #hp_map #hp_map_overlay_block #hp_map_overlay_header #hp_map_overlay_copy {
          font-family: proxima-nova, sans-serif;
          font-weight: 400;
          font-style: normal;
          font-size: 15px;
          color: #ffffff;
          line-height: 22px; } }
    #hp_map #hp_map_overlay_block #hp_map_overlay_header a {
      display: inline-block;
      margin-top: 12px;
      font-family: proxima-nova, sans-serif;
      font-weight: 700;
      font-style: normal;
      font-size: 23px;
      color: #000000;
      line-height: 30px !important;
      padding: 0px 10px;
      display: inline-block;
      background-color: #ffffff; }

#hp_about {
  background-color: #FDB815;
  position: relative;
  z-index: 1; }
  @media screen and (min-width: 768px) {
    #hp_about #hp_about_content {
      padding-top: 40px;
      padding-bottom: 25px; } }
  @media screen and (max-width: 767px) {
    #hp_about #hp_about_content {
      padding-top: 15px;
      padding-bottom: 10px; } }
  #hp_about #hp_about_content h1 {
    margin: 0px;
    font-family: proxima-nova, sans-serif;
    font-weight: 400;
    font-style: normal;
    font-size: 20px;
    color: #000000;
    line-height: 25px;
    margin-bottom: 10px; }
  @media screen and (min-width: 1201px) {
    #hp_about #hp_about_content_title {
      font-family: proxima-nova, sans-serif;
      font-weight: 700;
      font-style: normal;
      font-size: 85px;
      color: #000000;
      line-height: 68px;
      margin-bottom: 23px; } }
  @media screen and (max-width: 1200px) and (min-width: 992px) {
    #hp_about #hp_about_content_title {
      font-family: proxima-nova, sans-serif;
      font-weight: 700;
      font-style: normal;
      font-size: 85px;
      color: #000000;
      line-height: 68px;
      margin-bottom: 23px; } }
  @media screen and (max-width: 991px) and (min-width: 768px) {
    #hp_about #hp_about_content_title {
      font-family: proxima-nova, sans-serif;
      font-weight: 700;
      font-style: normal;
      font-size: 85px;
      color: #000000;
      line-height: 68px;
      margin-bottom: 23px; } }
  @media screen and (max-width: 767px) {
    #hp_about #hp_about_content_title {
      font-family: proxima-nova, sans-serif;
      font-weight: 700;
      font-style: normal;
      font-size: 34px;
      color: #000000;
      line-height: 26px;
      margin-bottom: 10px; } }
  @media screen and (min-width: 1201px) {
    #hp_about #hp_about_content_copy {
      font-family: proxima-nova, sans-serif;
      font-weight: 400;
      font-style: normal;
      font-size: 20px;
      color: #000000;
      line-height: 25px; } }
  @media screen and (max-width: 1200px) and (min-width: 992px) {
    #hp_about #hp_about_content_copy {
      font-family: proxima-nova, sans-serif;
      font-weight: 400;
      font-style: normal;
      font-size: 20px;
      color: #000000;
      line-height: 25px; } }
  @media screen and (max-width: 991px) and (min-width: 768px) {
    #hp_about #hp_about_content_copy {
      font-family: proxima-nova, sans-serif;
      font-weight: 400;
      font-style: normal;
      font-size: 20px;
      color: #000000;
      line-height: 25px; } }
  @media screen and (max-width: 767px) {
    #hp_about #hp_about_content_copy {
      font-family: proxima-nova, sans-serif;
      font-weight: 400;
      font-style: normal;
      font-size: 12px;
      color: #000000;
      line-height: 15px; } }
  #hp_about .black_btn {
    background-color: #ffffff;
    margin-top: 17px; }
  #hp_about #hp_about_badge_logo {
    position: absolute;
    left: 50%;
    top: 50%;
    transform: translate(-50%, -50%); }
    @media screen and (min-width: 992px) {
      #hp_about #hp_about_badge_logo {
        height: 86%; } }
    @media screen and (max-width: 991px) {
      #hp_about #hp_about_badge_logo {
        width: calc(100% - 40px); } }
    @media screen and (min-width: 992px) {
      #hp_about #hp_about_badge_logo img {
        height: 100%;
        width: auto; } }
    @media screen and (max-width: 991px) {
      #hp_about #hp_about_badge_logo img {
        height: auto;
        width: 100%; } }
  #hp_about #hp_about_badge {
    height: 100%;
    background-size: 100% auto !important; }
    @media screen and (min-width: 768px) {
      #hp_about #hp_about_badge {
        background: url("../images/bg_pattern.png") 0% 48% no-repeat; } }

#internal_video {
  position: relative;
  z-index: 1; }
  @media screen and (min-width: 1201px) {
    #internal_video {
      height: 435px;
      padding: 0px 17%;
      margin-top: 60px; } }
  @media screen and (max-width: 1200px) and (min-width: 992px) {
    #internal_video {
      height: 385px;
      padding: 0px 17%;
      margin-top: 60px; } }
  @media screen and (max-width: 991px) and (min-width: 768px) {
    #internal_video {
      height: 240px;
      padding: 0px 17%;
      margin-top: 60px; } }
  @media screen and (max-width: 767px) {
    #internal_video {
      height: 240px; } }
  #internal_video #video_inner:after {
    position: absolute;
    content: '';
    display: inline-block;
    width: 79px;
    height: 149px;
    background: url("../images/play_btn.png") center center no-repeat;
    top: 50%;
    left: 50%;
    margin-top: -75px;
    margin-left: -40px; }

#internal_video #video_inner {
  width: 100%;
  height: 100%;
  background-size: cover !important;
  position: relative;
  overflow: hidden;
  cursor: pointer; }
#internal_video #video_player {
  position: absolute;
  top: 0;
  left: 15px;
  width: calc(100% - 30px);
  height: 100%;
  display: none; }
#internal_video #video_player:before {
  position: absolute;
  content: '';
  display: inline-block;
  width: 100%;
  height: 100%;
  background-color: #000000;
  opacity: .8;
  left: 0;
  top: 0; }
#internal_video #internal_video_container {
  height: 100%;
  position: relative; }
  #internal_video #internal_video_container .container, #internal_video #internal_video_container .row {
    height: 100%;
    position: relative; }
  #internal_video #internal_video_container #video_close {
    position: absolute;
    top: 15px;
    right: 0;
    font-family: proxima-nova, sans-serif;
    font-weight: 700;
    font-style: normal;
    font-size: 18px;
    color: #ffffff;
    cursor: pointer; }
#internal_video .ozplayer-container {
  padding-top: 5%;
  height: 95%; }
#internal_video .ozplayer, #internal_video iframe {
  width: 100%;
  height: 100%; }
  #internal_video .ozplayer iframe, #internal_video iframe iframe {
    width: 100%;
    height: 100%; }

#callouts {
  background-color: #dcddde;
  padding-top: 50px;
  padding-bottom: 45px; }
  #callouts .callout_item {
    margin-bottom: 30px; }
    #callouts .callout_item .callout_item_wrapper {
      background: white;
      overflow: hidden; }
    #callouts .callout_item .callout_item_copy {
      background-color: #ffffff;
      padding: 25px 30px 63px 30px; }
    #callouts .callout_item .callout_item_img img {
      width: 100%;
      height: auto; }
    #callouts .callout_item .callout_item_inner {
      background: white; }
    #callouts .callout_item .callout_item_copy_title {
      font-family: proxima-nova, sans-serif;
      font-weight: 700;
      font-style: normal;
      font-size: 23px;
      color: #193867;
      text-transform: uppercase;
      margin-bottom: 5px;
      line-height: 24px; }
    #callouts .callout_item .callout_item_copy_desc {
      font-family: proxima-nova, sans-serif;
      font-weight: 400;
      font-style: normal;
      font-size: 17px;
      color: #000000;
      line-height: 22px;
      margin-top: 5px;
      padding-bottom: 20px; }
      #callouts .callout_item .callout_item_copy_desc .callout_item_copy_desc_info .apt_info_wrap {
        margin-bottom: 10px; }
      #callouts .callout_item .callout_item_copy_desc .callout_item_copy_desc_info .apt_info_item {
        font-family: proxima-nova, sans-serif;
        font-weight: 400;
        font-style: normal;
        font-size: 16px;
        color: #000000;
        line-height: 20px; }
        #callouts .callout_item .callout_item_copy_desc .callout_item_copy_desc_info .apt_info_item .info_title {
          font-family: proxima-nova, sans-serif;
          font-weight: 700;
          font-style: normal;
          font-size: 16px;
          color: #000000;
          line-height: 20px; }
    #callouts .callout_item .callout_item_copy_date, #callouts .callout_item .callout_item_copy_times {
      font-family: proxima-nova, sans-serif;
      font-weight: 700;
      font-style: normal;
      font-size: 20px;
      color: #193867;
      line-height: 23px; }
    #callouts .callout_item .callout_item_copy_location {
      font-family: proxima-nova, sans-serif;
      font-weight: 400;
      font-style: normal;
      font-size: 20px;
      color: #193867;
      line-height: 23px; }
      #callouts .callout_item .callout_item_copy_location a {
        color: #193867; }
    #callouts .callout_item .callout_item_copy_btn {
      position: absolute;
      bottom: 25px; }
    #callouts .callout_item .three_btns {
      padding-bottom: 106px; }
      #callouts .callout_item .three_btns .callout_item_copy_btn .black_btn {
        margin-bottom: 6px; }
      #callouts .callout_item .three_btns .callout_item_copy_btn .black_btn:last-child {
        margin-bottom: 0px; }

.new_pm .caroufredsel_wrapper {
  width: 100% !important; }
.new_pm .photo_montage_item {
  float: left; }
  @media screen and (min-width: 768px) {
    .new_pm .photo_montage_item {
      width: calc(100vw / 3); } }
  @media screen and (max-width: 767px) {
    .new_pm .photo_montage_item {
      width: calc(100vw / 2); } }

#photo_montage {
  position: relative; }
  #photo_montage #photo_montage_inner {
    width: 100%;
    position: relative; }
    #photo_montage #photo_montage_inner .loading_splash {
      display: none; }
  #photo_montage #photo_montage_wrapper {
    overflow: hidden; }
  #photo_montage #photo_montage_inner.loading {
    height: 500px;
    overflow: hidden; }
    @media screen and (max-width: 991px) and (min-width: 768px) {
      #photo_montage #photo_montage_inner.loading {
        height: 400px; } }
    @media screen and (max-width: 767px) {
      #photo_montage #photo_montage_inner.loading {
        height: 300px; } }
    #photo_montage #photo_montage_inner.loading .loading_splash {
      z-index: 50;
      display: block; }
  #photo_montage .photo_montage_item {
    display: inline-block;
    vertical-align: middle; }
    #photo_montage .photo_montage_item .photo_montage_item_img {
      width: 100%;
      position: relative; }
  #photo_montage .photo_montage_item.homepage .photo_montage_item_img {
    height: 500px; }
    @media screen and (max-width: 991px) and (min-width: 768px) {
      #photo_montage .photo_montage_item.homepage .photo_montage_item_img {
        height: 400px; } }
    @media screen and (max-width: 767px) {
      #photo_montage .photo_montage_item.homepage .photo_montage_item_img {
        height: 300px; } }
  #photo_montage #photo_montage_ctrl {
    position: absolute;
    bottom: 0px;
    width: 104px;
    left: 50%;
    margin-left: -52px;
    z-index: 100;
    cursor: pointer; }
    @media screen and (max-width: 767px) {
      #photo_montage #photo_montage_ctrl {
        bottom: 10px; } }
    #photo_montage #photo_montage_ctrl .photo_montage_ctrl_btn {
      width: 52px;
      height: 52px;
      background-color: #000000;
      text-indent: -9999px;
      position: relative;
      float: left; }
    #photo_montage #photo_montage_ctrl #photo_montage_prev:after {
      position: absolute;
      content: '';
      top: 50%;
      left: 50%;
      width: 11px;
      height: 17px;
      margin-top: -8px;
      margin-left: -6px;
      background: url("../images/site_graphics.png") -25px 0px no-repeat; }
    #photo_montage #photo_montage_ctrl #photo_montage_next:after {
      position: absolute;
      content: '';
      top: 50%;
      left: 50%;
      width: 11px;
      height: 17px;
      margin-top: -8px;
      margin-left: -6px;
      background: url("../images/site_graphics.png") -39px 0px no-repeat; }
  #photo_montage #photo_montage_ctrl.homepage {
    bottom: 50px; }
  #photo_montage #instagram_callout .callout-wrapper {
    background: url(../images/footer_social_bg.jpg) top center no-repeat #ffffff;
    background-size: 100% auto;
    color: #333333;
    width: 390px;
    margin: auto;
    padding: 10px 40px 10px 102px;
    position: absolute;
    bottom: -40px;
    left: calc(50% - 195px);
    border: 5px solid black; }
    @media screen and (max-width: 767px) {
      #photo_montage #instagram_callout .callout-wrapper {
        width: 100%;
        bottom: -80px;
        left: 0px; } }
  #photo_montage #instagram_callout .icon {
    font-size: 60px;
    position: absolute;
    top: calc(50% - 44px);
    left: 23px; }
  #photo_montage #instagram_callout .copy {
    font-family: proxima-nova, sans-serif;
    font-weight: 700;
    font-style: normal;
    font-size: 25px;
    color: #333; }
  #photo_montage #instagram_callout .hashtag {
    font-family: proxima-nova, sans-serif;
    font-weight: 400;
    font-style: normal;
    font-size: 20px;
    color: #333; }

#photo_montage_new {
  position: relative; }
  #photo_montage_new .caroufredsel_wrapper {
    width: 100% !important; }
  #photo_montage_new #photo_montage_inner_new {
    width: 100%;
    position: relative; }
    #photo_montage_new #photo_montage_inner_new .loading_splash_new {
      display: none; }
  #photo_montage_new #photo_montage_wrapper_new {
    overflow: hidden; }
  #photo_montage_new #photo_montage_inner_new.loading {
    height: calc((100vw / 5) * 1.25);
    overflow: hidden; }
    @media screen and (max-width: 991px) and (min-width: 768px) {
      #photo_montage_new #photo_montage_inner_new.loading {
        height: 400px; } }
    @media screen and (max-width: 767px) {
      #photo_montage_new #photo_montage_inner_new.loading {
        height: 300px; } }
    #photo_montage_new #photo_montage_inner_new.loading .loading_splash_new {
      z-index: 50;
      display: block; }
  #photo_montage_new .photo_montage_item_new {
    display: inline-block;
    vertical-align: middle; }
    #photo_montage_new .photo_montage_item_new .photo_montage_item_img_new {
      width: 100%;
      position: relative; }
  #photo_montage_new .photo_montage_item_new.homepage .photo_montage_item_img_new {
    height: calc((100vw / 5) * 1.25); }
    @media screen and (max-width: 991px) and (min-width: 768px) {
      #photo_montage_new .photo_montage_item_new.homepage .photo_montage_item_img_new {
        height: calc((100vw / 5) * 1.25); } }
    @media screen and (max-width: 767px) {
      #photo_montage_new .photo_montage_item_new.homepage .photo_montage_item_img_new {
        height: calc((100vw / 2) * 1.25); } }
  #photo_montage_new #photo_montage_ctrl_new {
    position: absolute;
    bottom: 0px;
    width: 104px;
    left: 50%;
    margin-left: -52px;
    z-index: 100;
    cursor: pointer; }
    @media screen and (max-width: 767px) {
      #photo_montage_new #photo_montage_ctrl_new {
        bottom: 10px; } }
    #photo_montage_new #photo_montage_ctrl_new .photo_montage_ctrl_btn_new {
      width: 52px;
      height: 52px;
      background-color: #000000;
      text-indent: -9999px;
      position: relative;
      float: left; }
    #photo_montage_new #photo_montage_ctrl_new #photo_montage_prev_new:after {
      position: absolute;
      content: '';
      top: 50%;
      left: 50%;
      width: 11px;
      height: 17px;
      margin-top: -8px;
      margin-left: -6px;
      background: url("../images/site_graphics.png") -25px 0px no-repeat; }
    #photo_montage_new #photo_montage_ctrl_new #photo_montage_next_new:after {
      position: absolute;
      content: '';
      top: 50%;
      left: 50%;
      width: 11px;
      height: 17px;
      margin-top: -8px;
      margin-left: -6px;
      background: url("../images/site_graphics.png") -39px 0px no-repeat; }
  #photo_montage_new #photo_montage_ctrl_new.homepage {
    bottom: 50px; }
  #photo_montage_new #instagram_callout_new .callout-wrapper_new {
    background: url(../images/footer_social_bg.jpg) top center no-repeat #ffffff;
    background-size: 100% auto;
    color: #333333;
    width: 390px;
    margin: auto;
    padding: 10px 40px 10px 102px;
    position: absolute;
    bottom: -40px;
    left: calc(50% - 195px);
    border: 5px solid black; }
    @media screen and (max-width: 767px) {
      #photo_montage_new #instagram_callout_new .callout-wrapper_new {
        width: 100%;
        bottom: -80px;
        left: 0px; } }
  #photo_montage_new #instagram_callout_new .icon {
    font-size: 60px;
    position: absolute;
    top: calc(50% - 44px);
    left: 23px; }
  #photo_montage_new #instagram_callout_new .copy_new {
    font-family: proxima-nova, sans-serif;
    font-weight: 700;
    font-style: normal;
    font-size: 25px;
    color: #333; }
  #photo_montage_new #instagram_callout_new .hashtag_new {
    font-family: proxima-nova, sans-serif;
    font-weight: 400;
    font-style: normal;
    font-size: 20px;
    color: #333; }

#content_sections {
  background-color: #dcddde;
  padding-top: 50px;
  padding-bottom: 45px; }
  #content_sections .content_section_item {
    margin-bottom: 40px; }
    #content_sections .content_section_item h2 {
      font-family: proxima-nova, sans-serif;
      font-weight: 700;
      font-style: normal;
      font-size: 25px;
      color: #193867;
      text-transform: uppercase;
      margin-bottom: 15px;
      line-height: 24px;
      padding: 0px; }
    #content_sections .content_section_item .content_section_item_copy {
      font-family: proxima-nova, sans-serif;
      font-weight: 400;
      font-style: normal;
      font-size: 20px;
      color: #000000;
      line-height: 27px; }

#services_wrapper {
  background-color: #dcddde;
  padding-top: 50px; }
  #services_wrapper h2 {
    font-family: proxima-nova, sans-serif;
    font-weight: 700;
    font-style: normal;
    font-size: 42px;
    color: #193867;
    text-transform: uppercase;
    margin-bottom: 15px;
    line-height: 34px;
    padding: 0px;
    margin-top: 0px; }
  #services_wrapper .services_copy {
    font-family: proxima-nova, sans-serif;
    font-weight: 400;
    font-style: normal;
    font-size: 20px;
    color: #000000;
    line-height: 27px; }
  #services_wrapper .services_list {
    margin-bottom: 45px;
    margin-top: 25px; }
  #services_wrapper .services_list_item_title {
    background-color: #193867;
    padding: 10px;
    border-bottom: 2px solid #ffffff;
    cursor: pointer; }
    #services_wrapper .services_list_item_title h3 {
      font-family: proxima-nova, sans-serif;
      font-weight: 700;
      font-style: normal;
      font-size: 24px;
      color: #ffffff;
      text-transform: uppercase;
      margin: 0px;
      display: inline-block;
      position: relative;
      padding-right: 25px; }
    #services_wrapper .services_list_item_title h3:after {
      content: '';
      width: 17px;
      height: 11px;
      background: url("../images/site_graphics.png") 0px -40px no-repeat;
      display: inline-block;
      position: absolute;
      top: calc(50% - 5px);
      right: 0px; }
  #services_wrapper .serv_open h3:after {
    background: url("../images/site_graphics.png") 0px -26px no-repeat !important; }
  #services_wrapper .services_list_item_copy {
    display: none;
    font-family: proxima-nova, sans-serif;
    font-weight: 400;
    font-style: normal;
    font-size: 20px;
    color: #000000;
    line-height: 27px;
    background-color: #ffffff;
    padding: 20px 30px; }
  #services_wrapper #info_downloads {
    margin-bottom: 20px; }
    #services_wrapper #info_downloads .infographic_btn {
      margin-bottom: 25px;
      margin-top: 10px; }
    #services_wrapper #info_downloads .infographic_title {
      font-family: proxima-nova, sans-serif;
      font-weight: 700;
      font-style: normal;
      font-size: 20px;
      color: #193867;
      text-transform: uppercase;
      margin-bottom: 5px; }
    #services_wrapper #info_downloads .infographic_copy {
      font-family: proxima-nova, sans-serif;
      font-weight: 400;
      font-style: normal;
      font-size: 20px;
      color: #000000;
      line-height: 27px; }

#interactive_area {
  padding-top: 50px;
  padding-bottom: 45px; }
  #interactive_area .ani_num_box_inner {
    border: 4px solid #193867;
    text-align: center;
    line-height: 125px; }
    @media screen and (min-width: 768px) {
      #interactive_area .ani_num_box_inner {
        font-family: proxima-nova, sans-serif;
        font-weight: 700;
        font-style: normal;
        font-size: 53px;
        color: #193867; } }
    @media screen and (max-width: 767px) {
      #interactive_area .ani_num_box_inner {
        font-family: proxima-nova, sans-serif;
        font-weight: 700;
        font-style: normal;
        font-size: 37px;
        color: #193867; } }
  #interactive_area .ani_num_box_subhead {
    text-align: center;
    font-family: proxima-nova, sans-serif;
    font-weight: 700;
    font-style: normal;
    font-size: 30px;
    color: #193867;
    margin-top: 10px;
    line-height: 35px; }
    @media screen and (max-width: 767px) {
      #interactive_area .ani_num_box_subhead {
        margin-bottom: 40px; } }

#blog_list {
  padding-top: 50px;
  padding-bottom: 45px;
  background-color: #dcddde; }
  #blog_list .blog_list_item {
    padding: 10px; }
    #blog_list .blog_list_item .blog_list_item_btn {
      margin-bottom: 25px;
      margin-top: 10px; }
    #blog_list .blog_list_item .blog_list_item_title {
      font-family: proxima-nova, sans-serif;
      font-weight: 700;
      font-style: normal;
      font-size: 20px;
      color: #193867;
      text-transform: uppercase;
      margin-bottom: 5px; }
    #blog_list .blog_list_item .blog_list_item_tease {
      font-family: proxima-nova, sans-serif;
      font-weight: 400;
      font-style: normal;
      font-size: 20px;
      color: #000000;
      line-height: 27px; }
    #blog_list .blog_list_item .blog_list_item_date {
      font-family: proxima-nova, sans-serif;
      font-weight: 700;
      font-style: normal;
      font-size: 20px;
      color: #000000;
      text-transform: uppercase; }
  #blog_list h2 {
    font-family: proxima-nova, sans-serif;
    font-weight: 700;
    font-style: normal;
    font-size: 43px;
    color: #193867;
    text-transform: uppercase;
    margin: 0px 0px 30px 0px;
    display: inline-block;
    position: relative; }
  #blog_list .blog_list_all {
    display: inline-block;
    position: relative;
    top: -8px;
    margin-left: 15px; }

#blog_date {
  font-family: proxima-nova, sans-serif;
  font-weight: 400;
  font-style: normal;
  font-size: 20px;
  color: #000000;
  text-transform: uppercase; }

#footer_social_callouts {
  background-color: #193867; }
  @media screen and (min-width: 768px) {
    #footer_social_callouts {
      height: 87px; } }
  @media screen and (max-width: 767px) {
    #footer_social_callouts {
      height: 87px; } }

#footer_blog {
  background-color: #193867; }
  @media screen and (min-width: 768px) {
    #footer_blog {
      padding-top: 50px;
      padding-bottom: 60px; } }
  #footer_blog #footer_blog_wrapper {
    /*
    @media screen and (min-width: 768px) {
    	padding: 0px 8%;
    }
    */ }
  @media screen and (max-width: 767px) {
    #footer_blog #footer_blog_newsletter {
      background-color: #FDB815; } }
  #footer_blog #footer_blog_newsletter_inner {
    background: #FDB815;
    height: 100%;
    position: relative; }
    @media screen and (max-width: 991px) and (min-width: 768px) {
      #footer_blog #footer_blog_newsletter_inner {
        background-size: 100px auto; } }
    @media screen and (max-width: 767px) {
      #footer_blog #footer_blog_newsletter_inner {
        background-size: 100px auto; } }
  #footer_blog #footer_blog_form {
    padding: 25px 15px; }
  #footer_blog #footer_form_container .cerkl_subscribe_box.cerkl_float {
    position: relative !important;
    transform: translate(0, 0) !important; }
  #footer_blog #footer_form_container .cerkl_subscribe_box.cerkl_float .cerkl_close {
    display: none; }
  #footer_blog #footer_form_container .cerkl_btn {
    width: auto;
    background: white;
    border: 4px solid black;
    padding: 3px 5px;
    height: auto;
    font-family: proxima-nova, sans-serif;
    font-weight: 700;
    font-style: normal;
    font-size: 21px;
    color: #000000; }
  #footer_blog #footer_blog_newsletter_logo {
    padding: 25px;
    background: white;
    text-align: center; }
    @media screen and (min-width: 768px) {
      #footer_blog #footer_blog_newsletter_logo {
        position: absolute;
        bottom: 0px;
        left: 0px;
        width: 100%; } }
    #footer_blog #footer_blog_newsletter_logo svg {
      max-width: 250px; }
    #footer_blog #footer_blog_newsletter_logo img {
      width: 100%;
      height: auto; }
  #footer_blog label {
    font-family: proxima-nova, sans-serif;
    font-weight: 400;
    font-style: normal;
    font-size: 18px;
    color: #ffffff;
    width: 100%;
    line-height: 16px; }
  #footer_blog input[type="text"], #footer_blog input[type="email"] {
    width: 100%;
    border: 4px solid #000000;
    background-color: #ffffff;
    line-height: 40px;
    padding: 0px 10px;
    margin-bottom: 24px; }
  #footer_blog input[type="submit"] {
    margin-top: 0px;
    font-family: proxima-nova, sans-serif;
    font-weight: 700;
    font-style: normal;
    font-size: 21px;
    color: #000000;
    border: 4px solid #000000;
    display: inline-block;
    line-height: 30px;
    padding: 0px 7px; }
  #footer_blog #footer_blog_feed {
    background-color: #dcddde;
    padding-top: 25px;
    padding-bottom: 25px; }
    #footer_blog #footer_blog_feed #footer_blog_feed_inner {
      height: 100%; }
    #footer_blog #footer_blog_feed .footer_blog_list_item {
      background-color: #ffffff;
      display: inline-block;
      width: 100%;
      min-height: 236px;
      position: relative;
      padding-bottom: 25px; }
      @media screen and (min-width: 768px) {
        #footer_blog #footer_blog_feed .footer_blog_list_item .row, #footer_blog #footer_blog_feed .footer_blog_list_item .footer_blog_list_col {
          height: 100%; } }
      #footer_blog #footer_blog_feed .footer_blog_list_item .footer_blog_list_bg {
        height: 100%; }
    #footer_blog #footer_blog_feed .footer_blog_list_item:first-of-type {
      margin-bottom: 10px; }
    #footer_blog #footer_blog_feed .footer_blog_list_item:last-of-type {
      margin-top: 10px; }
    #footer_blog #footer_blog_feed .footer_blog_list_item_btn_img {
      position: absolute;
      bottom: 15px;
      left: 50%;
      margin-left: -63px; }
      #footer_blog #footer_blog_feed .footer_blog_list_item_btn_img .black_btn {
        background-color: #ffffff; }
    #footer_blog #footer_blog_feed .footer_blog_list_photo {
      position: absolute;
      left: 0px;
      top: 0px; }
      @media screen and (min-width: 768px) {
        #footer_blog #footer_blog_feed .footer_blog_list_photo {
          padding: 0; } }
      @media screen and (max-width: 767px) {
        #footer_blog #footer_blog_feed .footer_blog_list_photo {
          position: relative;
          height: 144px;
          margin-top: -1px; } }
    #footer_blog #footer_blog_feed .footer_blog_list_item_title {
      line-height: 120%;
      padding-bottom: 10px; }
      @media screen and (min-width: 1201px) {
        #footer_blog #footer_blog_feed .footer_blog_list_item_title {
          padding: 20px 20px 0px 20px;
          font-family: proxima-nova, sans-serif;
          font-weight: 400;
          font-style: normal;
          font-size: 22px;
          color: #FDB815;
          line-height: 120%; } }
      @media screen and (max-width: 1200px) and (min-width: 992px) {
        #footer_blog #footer_blog_feed .footer_blog_list_item_title {
          padding: 30px 20px 0px 20px;
          font-family: proxima-nova, sans-serif;
          font-weight: 400;
          font-style: normal;
          font-size: 22px;
          color: #FDB815;
          line-height: 120%; } }
      @media screen and (max-width: 991px) and (min-width: 768px) {
        #footer_blog #footer_blog_feed .footer_blog_list_item_title {
          padding: 15px 10px 0px 20px;
          font-family: proxima-nova, sans-serif;
          font-weight: 400;
          font-style: normal;
          font-size: 18px;
          color: #FDB815;
          line-height: 120%; } }
      @media screen and (max-width: 767px) {
        #footer_blog #footer_blog_feed .footer_blog_list_item_title {
          padding: 15px 10px 0px 20px;
          font-family: proxima-nova, sans-serif;
          font-weight: 400;
          font-style: normal;
          font-size: 18px;
          color: #FDB815;
          line-height: 120%; } }
      #footer_blog #footer_blog_feed .footer_blog_list_item_title a {
        color: #FDB815; }
    #footer_blog #footer_blog_feed .footer_blog_list_item_tease {
      padding-left: 20px;
      padding-right: 20px; }
      @media screen and (min-width: 1201px) {
        #footer_blog #footer_blog_feed .footer_blog_list_item_tease {
          font-family: proxima-nova, sans-serif;
          font-weight: 400;
          font-style: normal;
          font-size: 18px;
          color: #000000; } }
      @media screen and (max-width: 1200px) and (min-width: 992px) {
        #footer_blog #footer_blog_feed .footer_blog_list_item_tease {
          font-family: proxima-nova, sans-serif;
          font-weight: 400;
          font-style: normal;
          font-size: 18px;
          color: #000000; } }
      @media screen and (max-width: 991px) and (min-width: 768px) {
        #footer_blog #footer_blog_feed .footer_blog_list_item_tease {
          font-family: proxima-nova, sans-serif;
          font-weight: 400;
          font-style: normal;
          font-size: 15px;
          color: #000000; } }
      @media screen and (max-width: 767px) {
        #footer_blog #footer_blog_feed .footer_blog_list_item_tease {
          font-family: proxima-nova, sans-serif;
          font-weight: 400;
          font-style: normal;
          font-size: 15px;
          color: #000000; } }
    #footer_blog #footer_blog_feed .footer_blog_list_item_btn {
      padding-left: 20px;
      margin-top: 30px; }

footer {
  background-color: #F8F8F8; }
  footer #footer_upper {
    padding-top: 20px;
    padding-bottom: 25px; }
    @media screen and (max-width: 991px) {
      footer #footer_upper {
        display: none; } }
    footer #footer_upper #footer_logo img {
      width: 155px; }
    footer #footer_upper #footer_nav {
      position: relative; }
      footer #footer_upper #footer_nav .footer_link_item {
        float: left;
        position: relative;
        margin-left: -2px; }
      @media screen and (min-width: 1201px) {
        footer #footer_upper #footer_nav .footer_main_nav {
          font-family: proxima-nova, sans-serif;
          font-weight: 700;
          font-style: normal;
          font-size: 24px;
          color: #193867; } }
      @media screen and (max-width: 1200px) and (min-width: 992px) {
        footer #footer_upper #footer_nav .footer_main_nav {
          font-family: proxima-nova, sans-serif;
          font-weight: 700;
          font-style: normal;
          font-size: 21px;
          color: #193867; } }
      @media screen and (max-width: 991px) and (min-width: 768px) {
        footer #footer_upper #footer_nav .footer_main_nav {
          font-family: proxima-nova, sans-serif;
          font-weight: 700;
          font-style: normal;
          font-size: 24px;
          color: #193867; } }
      @media screen and (max-width: 767px) {
        footer #footer_upper #footer_nav .footer_main_nav {
          font-family: proxima-nova, sans-serif;
          font-weight: 700;
          font-style: normal;
          font-size: 24px;
          color: #193867; } }
      footer #footer_upper #footer_nav .footer_second_nav {
        position: relative;
        width: 100%; }
        footer #footer_upper #footer_nav .footer_second_nav ul {
          list-style: none;
          padding: 0px;
          margin: 0px; }
        footer #footer_upper #footer_nav .footer_second_nav li {
          line-height: 14px;
          margin-bottom: 6px; }
        footer #footer_upper #footer_nav .footer_second_nav a {
          font-family: proxima-nova, sans-serif;
          font-weight: 400;
          font-style: normal;
          font-size: 11px;
          color: #193867;
          display: inline-block; }
  footer #footer_lower {
    background-color: #000000;
    padding-top: 20px;
    padding-bottom: 25px; }
  @media screen and (min-width: 1201px) {
    footer #footer_address {
      font-family: proxima-nova, sans-serif;
      font-weight: 400;
      font-style: normal;
      font-size: 16px;
      color: #ffffff; } }
  @media screen and (max-width: 1200px) and (min-width: 992px) {
    footer #footer_address {
      font-family: proxima-nova, sans-serif;
      font-weight: 400;
      font-style: normal;
      font-size: 16px;
      color: #ffffff; } }
  @media screen and (max-width: 991px) and (min-width: 768px) {
    footer #footer_address {
      font-family: proxima-nova, sans-serif;
      font-weight: 400;
      font-style: normal;
      font-size: 12px;
      color: #ffffff; } }
  @media screen and (max-width: 767px) {
    footer #footer_address {
      font-family: proxima-nova, sans-serif;
      font-weight: 400;
      font-style: normal;
      font-size: 12px;
      color: #ffffff; } }
  @media screen and (min-width: 768px) {
    footer #footer_links {
      position: absolute;
      right: 0px;
      top: -7px; } }
  @media screen and (max-width: 767px) {
    footer #footer_links {
      text-align: center; } }
  @media screen and (min-width: 1201px) {
    footer #footer_links a {
      font-family: proxima-nova, sans-serif;
      font-weight: 400;
      font-style: normal;
      font-size: 16px;
      color: #ffffff; } }
  @media screen and (max-width: 1200px) and (min-width: 992px) {
    footer #footer_links a {
      font-family: proxima-nova, sans-serif;
      font-weight: 400;
      font-style: normal;
      font-size: 16px;
      color: #ffffff; } }
  @media screen and (max-width: 991px) and (min-width: 768px) {
    footer #footer_links a {
      font-family: proxima-nova, sans-serif;
      font-weight: 400;
      font-style: normal;
      font-size: 12px;
      color: #ffffff; } }
  @media screen and (max-width: 767px) {
    footer #footer_links a {
      font-family: proxima-nova, sans-serif;
      font-weight: 400;
      font-style: normal;
      font-size: 12px;
      color: #ffffff; } }
  footer #footer_links .footer_div {
    color: #193867;
    margin: 0px 6px; }
  footer #footer_lower_wrapper {
    position: relative; }
  footer #footer_social_icons {
    display: inline-block; }
  footer .footer_social_icon_item {
    display: inline-block;
    background-color: transparent;
    margin-left: 3px; }
    footer .footer_social_icon_item a {
      display: inline-block;
      position: relative; }
      @media screen and (min-width: 992px) {
        footer .footer_social_icon_item a {
          height: 32px;
          width: 32px; } }
      @media screen and (max-width: 991px) and (min-width: 768px) {
        footer .footer_social_icon_item a {
          height: 32px;
          width: 32px; } }
      @media screen and (max-width: 767px) {
        footer .footer_social_icon_item a {
          height: 32px;
          width: 32px; } }
      footer .footer_social_icon_item a .fa, footer .footer_social_icon_item a .fa-brands {
        color: #ffffff;
        position: relative; }
        @media screen and (min-width: 992px) {
          footer .footer_social_icon_item a .fa, footer .footer_social_icon_item a .fa-brands {
            font-size: 21px !important;
            bottom: 0px;
            left: 2px;
            line-height: 32px; } }
        @media screen and (max-width: 991px) and (min-width: 768px) {
          footer .footer_social_icon_item a .fa, footer .footer_social_icon_item a .fa-brands {
            font-size: 21px !important;
            bottom: 0px;
            left: 2px;
            line-height: 32px; } }
        @media screen and (max-width: 767px) {
          footer .footer_social_icon_item a .fa, footer .footer_social_icon_item a .fa-brands {
            font-size: 21px !important;
            bottom: 0px;
            left: 2px;
            line-height: 32px; } }
      footer .footer_social_icon_item a .network_name {
        position: absolute;
        text-indent: -9999px; }
    footer .footer_social_icon_item a:hover .fa, footer .footer_social_icon_item a:hover .fa-brands {
      color: #ffffff; }

.featured_event_img {
  margin-bottom: 30px; }

#featured_event_info .featured_event_date, #featured_event_info .featured_event_times {
  font-family: proxima-nova, sans-serif;
  font-weight: 700;
  font-style: normal;
  font-size: 20px;
  color: #193867;
  line-height: 23px; }
#featured_event_info .featured_event_location {
  font-family: proxima-nova, sans-serif;
  font-weight: 400;
  font-style: normal;
  font-size: 20px;
  color: #193867;
  line-height: 23px; }
#featured_event_info .featured_event_btn {
  margin-top: 20px; }

#form_area {
  background-color: #193867; }
  @media screen and (min-width: 768px) {
    #form_area {
      padding-top: 50px;
      padding-bottom: 60px; } }
  @media screen and (max-width: 767px) {
    #form_area {
      padding-top: 20px;
      padding-bottom: 20px; } }
  #form_area #form_title {
    margin: 0px;
    font-family: proxima-nova, sans-serif;
    font-weight: 700;
    font-style: normal;
    font-size: 50px;
    color: #ffffff; }
  #form_area #form_copy {
    font-family: proxima-nova, sans-serif;
    font-weight: 400;
    font-style: normal;
    font-size: 20px;
    color: #ffffff;
    line-height: 23px;
    margin-bottom: 40px; }
  #form_area label {
    font-family: proxima-nova, sans-serif;
    font-weight: 400;
    font-style: normal;
    font-size: 18px;
    color: #ffffff;
    width: 100%;
    line-height: 16px; }
  #form_area input[type="text"], #form_area select, #form_area textarea {
    width: 100%;
    border: 4px solid #000000;
    background-color: #ffffff;
    line-height: 40px;
    padding: 0px 10px;
    margin-bottom: 24px; }
  #form_area input[type="checkbox"] {
    border: 4px solid #000000;
    background-color: #ffffff; }
  #form_area button[type="submit"] {
    font-family: proxima-nova, sans-serif;
    font-weight: 700;
    font-style: normal;
    font-size: 21px;
    color: #000000;
    border: 4px solid #000000;
    display: inline-block;
    line-height: 30px;
    padding: 0px 7px; }

.black_btn {
  display: inline-block; }
  @media screen and (min-width: 768px) {
    .black_btn {
      font-family: proxima-nova, sans-serif;
      font-weight: 700;
      font-style: normal;
      font-size: 21px;
      color: #000000;
      border: 4px solid #000000;
      line-height: 30px;
      padding: 0px 7px; } }
  @media screen and (max-width: 767px) {
    .black_btn {
      font-family: proxima-nova, sans-serif;
      font-weight: 700;
      font-style: normal;
      font-size: 16px;
      color: #000000;
      border: 3px solid #000000;
      line-height: 20px;
      padding: 0px 5px; } }

#featured_events {
  position: relative;
  margin-bottom: 50px; }
  @media screen and (max-width: 767px) {
    #featured_events #featured_events_inner {
      width: 100% !important; } }
  #featured_events .featured_event_item {
    float: left;
    position: relative; }
    @media screen and (min-width: 1201px) {
      #featured_events .featured_event_item {
        width: 1140px; } }
    @media screen and (max-width: 1200px) and (min-width: 992px) {
      #featured_events .featured_event_item {
        width: 940px; } }
    @media screen and (max-width: 991px) and (min-width: 768px) {
      #featured_events .featured_event_item {
        width: 720px; } }
    @media screen and (max-width: 767px) {
      #featured_events .featured_event_item {
        width: 100%; } }
    #featured_events .featured_event_item .featured_event_item_overlay {
      position: absolute;
      bottom: 0px;
      left: 5%;
      width: 90%;
      font-family: proxima-nova, sans-serif;
      font-weight: 400;
      font-style: normal;
      font-size: 27px;
      color: #ffffff;
      padding: 15px 5%; }
      #featured_events .featured_event_item .featured_event_item_overlay .featured_event_item_overlay_inner {
        position: relative;
        z-index: 1; }
    #featured_events .featured_event_item .featured_event_item_overlay:before {
      position: absolute;
      width: 100%;
      height: 100%;
      background-color: #000000;
      opacity: .4;
      content: '';
      left: 0px;
      bottom: 0px;
      z-index: 0; }
  #featured_events .fe_ctrl_btn {
    position: absolute;
    height: 100%;
    width: 40px;
    top: 0px;
    z-index: 10;
    background-color: #193867;
    text-indent: -9999px; }
  #featured_events #fe_prev_btn {
    left: 0px;
    background-image: url("../images/fe_ctrl_prev.png");
    background-position: center center;
    background-repeat: no-repeat; }
  #featured_events #fe_next_btn {
    right: 0px;
    background-image: url("../images/fe_ctrl_next.png");
    background-position: center center;
    background-repeat: no-repeat; }

#staff_area {
  margin-top: 40px; }
  #staff_area .staff_area_item {
    margin-bottom: 40px; }
    #staff_area .staff_area_item .staff_area_name {
      font-family: proxima-nova, sans-serif;
      font-weight: 700;
      font-style: normal;
      font-size: 27px;
      color: #193867; }
    #staff_area .staff_area_item .staff_area_title {
      font-family: proxima-nova, sans-serif;
      font-weight: 400;
      font-style: normal;
      font-size: 23px;
      color: #193867;
      line-height: 23px;
      margin-bottom: 10px; }
    #staff_area .staff_area_item .staff_area_bio {
      font-family: proxima-nova, sans-serif;
      font-weight: 400;
      font-style: normal;
      font-size: 20px;
      color: #000000;
      line-height: 27px; }

#staff_boardmembers h2 {
  font-family: proxima-nova, sans-serif;
  font-weight: 700;
  font-style: normal;
  font-size: 50px;
  color: #193867;
  text-transform: uppercase;
  margin-bottom: 15px;
  line-height: 24px;
  padding: 0px; }
#staff_boardmembers .boardmember-list {
  margin-top: 40px; }
#staff_boardmembers .boardmember-name {
  font-family: proxima-nova, sans-serif;
  font-weight: 400;
  font-style: normal;
  font-size: 20px;
  color: #000000;
  line-height: 27px; }

.news_item {
  margin-bottom: 30px; }
  .news_item .news_item_title {
    font-family: proxima-nova, sans-serif;
    font-weight: 700;
    font-style: normal;
    font-size: 27px;
    color: #193867; }
  .news_item .news_item_headline {
    font-family: proxima-nova, sans-serif;
    font-weight: 400;
    font-style: normal;
    font-size: 23px;
    color: #193867;
    line-height: 23px;
    margin-bottom: 10px; }
  .news_item .search_result_item_url {
    font-family: proxima-nova, sans-serif;
    font-weight: 400;
    font-style: normal;
    font-size: 20px;
    color: #000000;
    line-height: 27px; }

.search_callout_item {
  margin-bottom: 30px; }
  .search_callout_item .callout_item_wrapper {
    background: white;
    overflow: hidden; }
  .search_callout_item .callout_item_copy {
    background-color: #ffffff;
    padding: 25px 30px 63px 30px; }
  .search_callout_item .callout_item_img img {
    width: 100%;
    height: auto; }
  .search_callout_item .callout_item_inner {
    background: white;
    border: 1px solid #193867; }
  .search_callout_item .callout_item_copy_title {
    font-family: proxima-nova, sans-serif;
    font-weight: 700;
    font-style: normal;
    font-size: 25px;
    color: #193867;
    text-transform: uppercase;
    margin-bottom: 15px;
    line-height: 24px; }
  .search_callout_item .callout_item_copy_desc {
    font-family: proxima-nova, sans-serif;
    font-weight: 400;
    font-style: normal;
    font-size: 20px;
    color: #000000;
    line-height: 25px;
    margin-top: 20px;
    padding-bottom: 40px; }
  .search_callout_item .callout_item_copy_date, .search_callout_item .callout_item_copy_times {
    font-family: proxima-nova, sans-serif;
    font-weight: 700;
    font-style: normal;
    font-size: 20px;
    color: #193867;
    line-height: 23px; }
  .search_callout_item .callout_item_copy_location {
    font-family: proxima-nova, sans-serif;
    font-weight: 400;
    font-style: normal;
    font-size: 20px;
    color: #193867;
    line-height: 23px; }
  .search_callout_item .callout_item_copy_btn {
    position: absolute;
    bottom: 25px; }
  .search_callout_item .three_btns {
    padding-bottom: 106px; }
    .search_callout_item .three_btns .callout_item_copy_btn .black_btn {
      margin-bottom: 6px; }
    .search_callout_item .three_btns .callout_item_copy_btn .black_btn:last-child {
      margin-bottom: 0px; }

@media screen and (max-width: 767px) {
  #hp_hero_two {
    display: table; } }

@media screen and (max-width: 767px) {
  #hp_hero_two_upper {
    display: table-footer-group; } }
#hp_hero_two_upper #hp_hero_two_upper_img {
  position: relative;
  opacity: .4; }

@media screen and (max-width: 767px) {
  #hp_hero_two_lower {
    /*display: table-header-group;*/ } }

.hide_apt {
  display: none; }

#apt_filter input[type="checkbox"] {
  margin-right: 5px; }
#apt_filter form {
  font-family: proxima-nova, sans-serif;
  font-weight: 400;
  font-style: normal;
  font-size: 15px;
  color: #000000;
  line-height: 23px;
  margin-bottom: 10px; }
#apt_filter legend, #apt_filter label {
  font-family: proxima-nova, sans-serif;
  font-weight: 400;
  font-style: normal;
  font-size: 22px;
  color: #000000;
  margin-bottom: 10px; }
#apt_filter #rent_high, #apt_filter #rent_low {
  border: 1px solid #000000;
  font-family: proxima-nova, sans-serif;
  font-weight: 400;
  font-style: normal;
  font-size: 15px;
  color: #000000;
  line-height: 23px;
  width: 100%; }
#apt_filter button[type="submit"] {
  display: inline-block;
  margin-top: 20px;
  background-color: #ffffff; }
  @media screen and (min-width: 768px) {
    #apt_filter button[type="submit"] {
      font-family: proxima-nova, sans-serif;
      font-weight: 700;
      font-style: normal;
      font-size: 21px;
      color: #000000;
      border: 4px solid #000000;
      line-height: 30px;
      padding: 0px 7px; } }
  @media screen and (max-width: 767px) {
    #apt_filter button[type="submit"] {
      font-family: proxima-nova, sans-serif;
      font-weight: 700;
      font-style: normal;
      font-size: 16px;
      color: #000000;
      border: 3px solid #000000;
      line-height: 20px;
      padding: 0px 5px; } }

#apt_info {
  margin-top: 50px; }
  #apt_info .apt_info_wrap {
    margin-bottom: 40px; }
    #apt_info .apt_info_wrap .apt_info_header {
      font-family: proxima-nova, sans-serif;
      font-weight: 700;
      font-style: normal;
      font-size: 25px;
      color: #193867;
      text-transform: uppercase;
      margin-bottom: 5px;
      line-height: 24px;
      padding: 0px; }
    #apt_info .apt_info_wrap .apt_info_item {
      font-family: proxima-nova, sans-serif;
      font-weight: 400;
      font-style: normal;
      font-size: 20px;
      color: #000000;
      line-height: 27px; }

.fliters_closed {
  display: none; }

.filter_option_box {
  padding-bottom: 10px !important; }
  .filter_option_box .callout_item_copy_title {
    position: relative;
    display: inline-block; }

#filter_drop {
  position: absolute;
  height: 30px;
  width: 16px;
  background: url("../images/play_btn2.png") center center no-repeat;
  background-size: contain !important;
  transition: .7s;
  transform: rotate(90deg);
  right: -40px;
  top: calc(50% - 14px);
  cursor: pointer; }

.filter_drop_open {
  transform: rotate(-90deg) !important; }

#page_contact {
  padding: 18px 18px 20px 18px; }
  #page_contact #page_contact_header {
    font-family: proxima-nova, sans-serif;
    font-weight: 700;
    font-style: normal;
    font-size: 2.9rem;
    color: #000000;
    text-align: center;
    line-height: 1.8rem;
    margin-bottom: 18px; }
  #page_contact #page_contact_img {
    margin-bottom: 12px; }
  #page_contact #page_contact_about {
    margin-bottom: 6px; }
    #page_contact #page_contact_about #page_contact_name {
      font-family: proxima-nova, sans-serif;
      font-weight: 700;
      font-style: normal;
      font-size: 2.3rem;
      color: #000000;
      line-height: 2.2rem; }
    #page_contact #page_contact_about #page_contact_title {
      font-family: proxima-nova, sans-serif;
      font-weight: 400;
      font-style: normal;
      font-size: 2.1rem;
      color: #000000;
      line-height: 2.5rem; }
  #page_contact #page_contact_phone a {
    font-family: proxima-nova, sans-serif;
    font-weight: 400;
    font-style: normal;
    font-size: 2.1rem;
    color: #000000;
    line-height: 2.7rem;
    padding-left: 18px;
    position: relative; }
  #page_contact #page_contact_email {
    position: relative;
    font-family: proxima-nova, sans-serif;
    font-weight: 400;
    font-style: normal;
    font-size: 1.6rem;
    color: #000000;
    line-height: 2.7rem;
    padding-left: 18px;
    cursor: pointer; }
    #page_contact #page_contact_email a {
      color: #000000; }
  #page_contact #page_contact_phone a:before {
    position: absolute;
    left: 0px;
    top: calc(50% - 7px);
    width: 15px;
    height: 15px;
    content: '';
    background: url("../images/site_graphics.png") 0px -24px no-repeat; }
  #page_contact #page_contact_email:before {
    position: absolute;
    left: 0px;
    top: calc(50% - 4px);
    width: 15px;
    height: 9px;
    content: '';
    background: url("../images/site_graphics.png") 0px -41px no-repeat; }

#page_contact.floating {
  padding: 18px 18px 20px 18px;
  width: 600px;
  height: 250px;
  padding-left: 60px;
  background: #193867;
  border: none;
  position: fixed;
  z-index: 10000;
  top: calc(40% - 125px);
  right: calc(-600px + 60px);
  -o-transition: 0.25s;
  -ms-transition: 0.25s;
  -moz-transition: 0.25s;
  -webkit-transition: 0.25s; }
  #page_contact.floating:hover {
    right: calc(-600px + 70px); }
  #page_contact.floating.show, #page_contact.floating.show:hover {
    right: 0px; }
  @media screen and (max-width: 767px) {
    #page_contact.floating {
      right: auto !important;
      left: 100% !important; }
      #page_contact.floating #page_contact_inner {
        position: fixed;
        width: 100%;
        height: calc(100% - 70px);
        top: 70px;
        left: 0px;
        padding: 20px;
        background: #193867;
        pointer-events: none;
        opacity: 0;
        z-index: 100000;
        -o-transition: 0.25s;
        -ms-transition: 0.25s;
        -moz-transition: 0.25s;
        -webkit-transition: 0.25s; }
        #page_contact.floating #page_contact_inner.alert-active {
          top: 120px; }
      #page_contact.floating.show #page_contact_inner {
        pointer-events: auto;
        opacity: 1; }
      #page_contact.floating #page_contact_close {
        height: 40px;
        width: 40px;
        position: absolute;
        top: 20px;
        right: 20px;
        cursor: pointer;
        background: url(../images/close_icon.svg) center center no-repeat;
        background-size: 100% 100%; } }
  #page_contact.floating #page_contact_tab {
    content: '';
    cursor: pointer;
    background: url(../images/talk_to_us_tab.png) 10px center no-repeat;
    width: 60px;
    height: 100%;
    position: absolute;
    left: 0px;
    top: 0px;
    opacity: 1;
    outline: none;
    -o-transition: 0.25s;
    -ms-transition: 0.25s;
    -moz-transition: 0.25s;
    -webkit-transition: 0.25s; }
    #page_contact.floating #page_contact_tab:hover {
      opacity: 0.75; }
    @media screen and (max-width: 767px) {
      #page_contact.floating #page_contact_tab {
        height: 64px;
        position: fixed;
        top: 130px;
        left: auto;
        right: 0px;
        opacity: 1 !important;
        background-position: 10px 15px;
        background-color: #193867; } }
  #page_contact.floating #page_contact_header {
    font-family: proxima-nova, sans-serif;
    font-weight: 700;
    font-style: normal;
    font-size: 2.9rem;
    color: white;
    text-align: left;
    line-height: 1.8rem;
    margin-bottom: 18px; }
  #page_contact.floating #page_contact_img {
    margin-bottom: 12px;
    width: calc(29% - 10px);
    display: inline-block;
    vertical-align: top; }
  #page_contact.floating #page_contact_info {
    width: calc(71% - 10px);
    display: inline-block;
    padding: 10px;
    vertical-align: top; }
  #page_contact.floating #page_contact_about {
    margin-bottom: 6px; }
    #page_contact.floating #page_contact_about #page_contact_name {
      font-family: proxima-nova, sans-serif;
      font-weight: 700;
      font-style: normal;
      font-size: 2.3rem;
      color: white;
      line-height: 2.2rem; }
    #page_contact.floating #page_contact_about #page_contact_title {
      font-family: proxima-nova, sans-serif;
      font-weight: 400;
      font-style: normal;
      font-size: 2.1rem;
      color: white;
      line-height: 2.5rem; }
  #page_contact.floating #page_contact_phone a {
    font-family: proxima-nova, sans-serif;
    font-weight: 400;
    font-style: normal;
    font-size: 2.1rem;
    color: white;
    line-height: 2.7rem;
    padding-left: 18px;
    position: relative; }
  #page_contact.floating #page_contact_email {
    position: relative;
    font-family: proxima-nova, sans-serif;
    font-weight: 400;
    font-style: normal;
    font-size: 1.6rem;
    color: white;
    line-height: 2.7rem;
    padding-left: 18px;
    cursor: pointer; }
    #page_contact.floating #page_contact_email a {
      color: white; }
  #page_contact.floating #page_contact_phone a:before {
    position: absolute;
    left: 0px;
    top: calc(50% - 7px);
    width: 15px;
    height: 15px;
    content: '';
    background: url("../images/site_graphics2.png") 0px -24px no-repeat; }
  #page_contact.floating #page_contact_email:before {
    position: absolute;
    left: 0px;
    top: calc(50% - 4px);
    width: 15px;
    height: 9px;
    content: '';
    background: url("../images/site_graphics2.png") 0px -41px no-repeat; }

@media screen and (min-width: 1201px) {
  #header_upper_links {
    display: inline-block;
    left: 50%;
    transform: translateX(-50%);
    position: relative; } }
@media screen and (max-width: 1200px) and (min-width: 992px) {
  #header_upper_links {
    display: inline-block;
    left: 50%;
    transform: translateX(-50%);
    position: relative; } }
@media screen and (max-width: 991px) and (min-width: 768px) {
  #header_upper_links {
    padding-left: 275px; } }
@media screen and (max-width: 767px) {
  #header_upper_links {
    display: none; } }
#header_upper_links .header_upper_links_item {
  float: left;
  margin: 0px 22px; }
  #header_upper_links .header_upper_links_item a {
    font-family: proxima-nova, sans-serif;
    font-weight: 400;
    font-style: normal;
    font-size: 21px;
    color: #ffffff;
    line-height: 42px; }

@media screen and (min-width: 992px) {
  .seconday_mobile {
    display: none; } }
@media screen and (max-width: 991px) {
  .seconday_mobile {
    display: block; } }

.blog_rail_sort {
  font-family: proxima-nova, sans-serif;
  font-weight: 700;
  font-style: normal;
  font-size: 2.3rem;
  color: #000000;
  line-height: 2.2rem;
  margin-bottom: 10px; }

.blog_rail_sort_wrapper {
  font-family: proxima-nova, sans-serif;
  font-weight: 400;
  font-style: normal;
  font-size: 1.8rem;
  color: #000000;
  line-height: 2.3rem; }
  .blog_rail_sort_wrapper a {
    color: #193867; }
  .blog_rail_sort_wrapper .blog_rail_month_link {
    white-space: nowrap; }

@media screen and (max-width: 991px) and (min-width: 768px) {
  .wysiwyg_responsive {
    max-width: 100%;
    height: auto;
    margin-bottom: 20px; } }
@media screen and (max-width: 767px) {
  .wysiwyg_responsive {
    max-width: 100%;
    height: auto;
    margin-bottom: 20px; } }

@media print {
  header, footer, #page_breadcrumbs, #share_area, #hero_image, #internal_links_area, #page_form, #callouts {
    display: none; } }

/*# sourceMappingURL=styles.css.map */
