/*$darkBlue: #254E70;*/
.homepage .container {
  max-width: calc(1048px + (28px * 2)); }

.top-section .banner-asside {
  display: flex;
  align-items: flex-start;
  justify-content: space-between;
  width: 100%;
  margin: 23px 0; }
  @media (max-width: 767px) {
    .top-section .banner-asside {
      margin-left: 0;
      margin-right: 0;
      flex-wrap: wrap; } }
  @media (max-width: 767px) {
    .top-section .banner-asside > div {
      width: 100% !important; } }
  .top-section .banner-asside .banner-slideshow {
    width: 70.1%;
    margin: 23px 0;
    padding-right: 50px; }
    @media (max-width: 767px) {
      .top-section .banner-asside .banner-slideshow {
        padding-right: 0; } }
    .top-section .banner-asside .banner-slideshow .side-item {
      width: 100% !important; }
      .top-section .banner-asside .banner-slideshow .side-item figure {
        width: 100%;
        padding-bottom: 66.6%;
        margin-bottom: 0;
        position: relative;
        background: #f1f1f1; }
        .top-section .banner-asside .banner-slideshow .side-item figure img {
          max-width: 100%;
          display: block;
          position: absolute;
          width: auto;
          height: 100%;
          object-fit: cover;
          left: 50%;
          -moz-transform: translateX(-50%);
          -webkit-transform: translateX(-50%);
          transform: translateX(-50%); }
      .top-section .banner-asside .banner-slideshow .side-item .slide-caption {
        margin-top: 10px; }
        .top-section .banner-asside .banner-slideshow .side-item .slide-caption .slide-label {
          color: #d33e32;
          /*text-transform: uppercase;*/
          margin-bottom: 3px;
          font-size: 12px; }
        .top-section .banner-asside .banner-slideshow .side-item .slide-caption .slide-title {
          font-size: 2em;
          color: #18191a;
          margin-bottom: 10px;
          font-family: "Signifier";
          font-weight: 300; }
          .top-section .banner-asside .banner-slideshow .side-item .slide-caption .slide-title a {
            color: inherit; }
            .top-section .banner-asside .banner-slideshow .side-item .slide-caption .slide-title a:hover, .top-section .banner-asside .banner-slideshow .side-item .slide-caption .slide-title a:active, .top-section .banner-asside .banner-slideshow .side-item .slide-caption .slide-title a:focus {
              color: #254e70; }
        .top-section .banner-asside .banner-slideshow .side-item .slide-caption .slide-para {
          color: #7c7e80; }
    .top-section .banner-asside .banner-slideshow .pills-link {
      display: flex;
      align-items: center;
      justify-content: space-between;
      margin-top: 10px;
      flex-wrap: wrap; }
      .top-section .banner-asside .banner-slideshow .pills-link ul {
        list-style: none;
        margin: 0;
        padding: 0;
        display: flex;
        flex-wrap: wrap;
        margin: 10px 0 0; }
        .top-section .banner-asside .banner-slideshow .pills-link ul li {
          margin-right: 10px;
          margin-bottom: 10px;
          display: inline-flex; }
          .top-section .banner-asside .banner-slideshow .pills-link ul li > a {
            background: #e3e5e5;
            width: 52px;
            height: 35px;
            display: inline-flex; }
            .top-section .banner-asside .banner-slideshow .pills-link ul li > a.active, .top-section .banner-asside .banner-slideshow .pills-link ul li > a:hover {
              background: #3c6688; }
      .top-section .banner-asside .banner-slideshow .pills-link > a {
        margin: 10px 0;
        display: inline-flex;
        align-items: center;
        background: #faf9f9;
        padding: 7px 12px;
        color: #3c6688; }
        .top-section .banner-asside .banner-slideshow .pills-link > a:hover, .top-section .banner-asside .banner-slideshow .pills-link > a:active, .top-section .banner-asside .banner-slideshow .pills-link > a:focus {
          background: #3c6688;
          color: #fff; }
        .top-section .banner-asside .banner-slideshow .pills-link > a i {
          margin-left: 8px;
          margin-top: 1px; }
  .top-section .banner-asside .artcle-aside {
    width: 30.2%;
    margin: 23px 0; }
    .top-section .banner-asside .artcle-aside .heading h2 {
      line-height: 27px;
      margin-bottom: 10px;
      font-size: 20px;
      color: #18191a; }
      @media (max-width: 1024px) {
        .top-section .banner-asside .artcle-aside .heading h2 {
          font-size: 18px; } }
      @media (max-width: 991px) {
        .top-section .banner-asside .artcle-aside .heading h2 {
          font-size: 17px; } }
      .top-section .banner-asside .artcle-aside .heading h2 a {
        color: inherit; }
        .top-section .banner-asside .artcle-aside .heading h2 a:hover, .top-section .banner-asside .artcle-aside .heading h2 a:active, .top-section .banner-asside .artcle-aside .heading h2 a:focus {
          color: #254e70; }
    .top-section .banner-asside .artcle-aside .heading > a {
      margin: 10px 0;
      display: inline-flex;
      align-items: center;
      background: #faf9f9;
      padding: 7px 12px;
      color: #3c6688; }
      .top-section .banner-asside .artcle-aside .heading > a:hover, .top-section .banner-asside .artcle-aside .heading > a:active, .top-section .banner-asside .artcle-aside .heading > a:focus {
        background: #3c6688;
        color: #fff; }
      .top-section .banner-asside .artcle-aside .heading > a i {
        margin-left: 8px;
        margin-top: 1px; }
    .top-section .banner-asside .artcle-aside .news {
      margin-top: 38px;
      padding-top: 48px;
      border-top: 1px solid #e7e8e9; }
      .top-section .banner-asside .artcle-aside .news .news-label {
        color: #d33e32;
        /*text-transform: uppercase;*/
        margin-bottom: 8px;
        font-size: 12px; }
      .top-section .banner-asside .artcle-aside .news .news-block {
        margin-bottom: 26px; }
        .top-section .banner-asside .artcle-aside .news .news-block h4 {
          color: #18191a;
          font-size: 13px;
          line-height: 17px;
          margin-bottom: 2px; }
          .top-section .banner-asside .artcle-aside .news .news-block h4 a {
            color: inherit; }
            .top-section .banner-asside .artcle-aside .news .news-block h4 a:hover, .top-section .banner-asside .artcle-aside .news .news-block h4 a:active, .top-section .banner-asside .artcle-aside .news .news-block h4 a:focus {
              color: #254e70; }
        .top-section .banner-asside .artcle-aside .news .news-block p {
          color: #7c7e80;
          font-size: 11px; }
.top-section.third-section {
  background: #f5f9f9;
  padding-top: 50px; }
  .top-section.third-section .title-para {
    margin-bottom: 0; }
    .top-section.third-section .title-para h2 {
      margin-bottom: 10px;
      font-family: "Avenir Next LT Pro Demi"; }
  .top-section.third-section .banner-asside {
    margin-top: 11px;
    margin-bottom: 0; }
    .top-section.third-section .banner-asside .banner-slideshow {
      margin-bottom: 0; }
      .top-section.third-section .banner-asside .banner-slideshow .side-item .slide-caption {
        margin-top: 13px;
        margin-bottom: 11px; }
        .top-section.third-section .banner-asside .banner-slideshow .side-item .slide-caption .slide-label {
          color: #7c7e80;
          margin-top: 14px !important;
          margin-bottom: 8px; }
        .top-section.third-section .banner-asside .banner-slideshow .side-item .slide-caption .slide-sub-title {
          font-size: 14px;
          font-family: "Avenir Next LT Pro Demi";
          color: #18191a;
          margin-top: 15px;
          margin-bottom: 5px; }
          .top-section.third-section .banner-asside .banner-slideshow .side-item .slide-caption .slide-sub-title a {
            color: inherit; }
            .top-section.third-section .banner-asside .banner-slideshow .side-item .slide-caption .slide-sub-title a:hover, .top-section.third-section .banner-asside .banner-slideshow .side-item .slide-caption .slide-sub-title a:active, .top-section.third-section .banner-asside .banner-slideshow .side-item .slide-caption .slide-sub-title a:focus {
              color: #254e70; }
        .top-section.third-section .banner-asside .banner-slideshow .side-item .slide-caption p {
          margin-bottom: 0; }
    .top-section.third-section .banner-asside .artcle-aside {
      margin-bottom: 0; }
      .top-section.third-section .banner-asside .artcle-aside > .postcard-signle:last-child {
        margin-bottom: 0; }

.second-section {
  background: #18191a;
  color: #fff;
  padding: 70px 0 50px;
  overflow: hidden; }
  .second-section .title-para .para-button > a {
    background: #323232;
    color: #fff; }
    .second-section .title-para .para-button > a:hover, .second-section .title-para .para-button > a:active, .second-section .title-para .para-button > a:focus {
      background: #fff;
      color: #323232; }
  .second-section .video-grid {
    display: flex;
    align-items: flex-start;
    flex-wrap: wrap;
    margin: 0 -25px; }
    @media (max-width: 767px) {
      .second-section .video-grid {
        margin-left: -15px;
        margin-right: -15px; } }
    .second-section .video-grid .video-item {
      width: 33.3%;
      padding: 0 25px;
      margin: 20px 0; }
      @media (max-width: 767px) {
        .second-section .video-grid .video-item {
          padding-left: 15px;
          padding-right: 15px;
          width: 50%; } }
      @media (max-width: 420px) {
        .second-section .video-grid .video-item {
          width: 100%; } }
      .second-section .video-grid .video-item figure {
        padding: 0;
        background-color: black;
        border: 0;
        border-radius: 0;
        display: flex;
        flex-direction: column;
        position: relative;
        height: 100%;
        padding-bottom: 56.25%;
        height: 0; }
        .second-section .video-grid .video-item figure video {
          width: 100%;
          background: black;
          position: absolute;
          top: 0;
          height: 100%; }
      .second-section .video-grid .video-item .video-caption p {
        color: #dcdcdc;
        margin-bottom: 7px;
        font-size: 12px;
        margin-top: 16px; }
      .second-section .video-grid .video-item .video-caption h4 {
        font-size: 14px;
        line-height: 21px;
        color: #fff; }
        .second-section .video-grid .video-item .video-caption h4 a {
          color: inherit; }
          .second-section .video-grid .video-item .video-caption h4 a:hover, .second-section .video-grid .video-item .video-caption h4 a:active, .second-section .video-grid .video-item .video-caption h4 a:focus {
            color: #3c6688; }

.title-para {
  margin-bottom: 25px; }
  .title-para .video-label {
    color: #d33e32;
    /*text-transform: uppercase;*/
    margin-bottom: 2px;
    font-size: 12px; }
  .title-para h2 {
    font-size: 41px;
    margin-bottom: 18px; }
    @media (max-width: 991px) {
      .title-para h2 {
        font-size: 36px;
        margin-bottom: 14px; } }
    @media (max-width: 767px) {
      .title-para h2 {
        font-size: 27px;
        margin-bottom: 7px; } }
    @media (max-width: 420px) {
      .title-para h2 {
        font-size: 20px;
        margin-bottom: 6px; } }
    .title-para h2 a {
      color: inherit; }
      .title-para h2 a:hover, .title-para h2 a:active, .title-para h2 a:focus {
        color: #3c6688; }
  .title-para .video-para {
    font-size: 19px;
    color: #dcdcdc;
    font-weight: normal; }
    @media (max-width: 767px) {
      .title-para .video-para {
        font-size: 18px; } }
    @media (max-width: 420px) {
      .title-para .video-para {
        font-size: 16px; } }

.para-button {
  display: flex;
  justify-content: space-between;
  align-items: flex-start; }
  @media (max-width: 767px) {
    .para-button {
      flex-wrap: wrap; } }
  .para-button .video-para {
    color: #7c7e80;
    padding-right: 20px;
    max-width: calc(100% - 360px); }
    @media (max-width: 767px) {
      .para-button .video-para {
        max-width: 100%;
        padding-right: 0; } }
  .para-button > a {
    margin: 10px 0;
    display: inline-flex;
    align-items: center;
    background: #fff;
    padding: 7px 12px;
    color: #3c6688; }
    .para-button > a:hover, .para-button > a:active, .para-button > a:focus {
      background: #3c6688;
      color: #fff; }
    .para-button > a i {
      margin-left: 8px;
      margin-top: 1px; }

.postcard-signle {
  margin-bottom: 20px; }
  .postcard-signle figure {
    margin: 0;
    width: 100%;
    padding-bottom: 66.66%;
    background: #f1f1f1;
    position: relative;
    display: flex;
    justify-content: center; }
    .postcard-signle figure img {
      position: absolute;
      max-height: 100%; }
  .postcard-signle .postcard-caption .postcard-label {
    color: #7c7e80;
    /*text-transform: uppercase;*/
    font-size: 12px;
    margin-top: 7px;
    margin-bottom: 2px; }
  .postcard-signle .postcard-caption h4 {
    font-size: 14px;
    color: #18191a;
    margin-bottom: 15px;
    margin-top: 12px;
    line-height: normal;
    font-family: "Avenir Next LT Pro Demi"; }
    .postcard-signle .postcard-caption h4 a {
      color: inherit; }
      .postcard-signle .postcard-caption h4 a:hover, .postcard-signle .postcard-caption h4 a:active, .postcard-signle .postcard-caption h4 a:focus {
        color: #254e70; }

.postcard-row {
  margin: 0 -25px;
  display: flex;
  margin-top: 9px;
  align-items: flex-start; }
  .postcard-row .postcard-signle {
    width: 33.33%;
    padding: 0 25px; }

/*# sourceMappingURL=home.css.map */
