@media screen and (max-width: 768px) {
  #header .logo {
    margin-left: 20px;
    margin-right: -20px;   }
}
  #header .logo a img {
    transition: all 500ms ease-in-out; }
    @media screen and (max-width: 520px) {
      #header .logo a img {
        width: 150px !important;   }
}

.slick-slider {
  position: relative;
  display: block;
  box-sizing: border-box;
  -webkit-touch-callout: none;
  -webkit-user-select: none;
  -khtml-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  -ms-touch-action: pan-y;
  touch-action: pan-y;
  -webkit-tap-highlight-color: transparent; }

  .slick-list {
    position: relative;
    overflow: hidden;
    display: block;
    margin: 0;
    padding: 0; }
    .slick-list:focus {
      outline: none; }
      .slick-list.dragging {
        cursor: pointer;
        cursor: hand; }

.slick-slider .slick-track, .slick-slider .slick-list {
  -webkit-transform: translate3d(0, 0, 0);
  -moz-transform: translate3d(0, 0, 0);
  -ms-transform: translate3d(0, 0, 0);
  -o-transform: translate3d(0, 0, 0);
  transform: translate3d(0, 0, 0); }

  .slick-track {
    position: relative;
    left: 0;
    top: 0;
    display: block;
    margin-left: auto;
    margin-right: auto; }
    .slick-track:before, .slick-track:after {
      content: "";
      display: table; }
      .slick-track:after {
        clear: both; }
        .slick-loading .slick-track {
          visibility: hidden; }

.slick-slide {
  float: left;
  height: 100%;
  min-height: 1px;
  display: none; }
  [dir="rtl"] .slick-slide {
    float: right; }
    .slick-slide img {
      display: block; }
      .slick-slide.slick-loading img {
        display: none; }
        .slick-slide.dragging img {
          pointer-events: none; }
          .slick-initialized .slick-slide {
            display: block; }
            .slick-loading .slick-slide {
              visibility: hidden; }
              .slick-vertical .slick-slide {
                display: block;
                height: auto;
                border: 1px solid transparent; }

.slick-arrow.slick-hidden {
  display: none; }

  .dc-responsive-slider-widget {
    width: 100%;
    padding: 0;
    margin: 0; }
    .dc-responsive-slider-widget .slick-prev, .dc-responsive-slider-widget .slick-next {
      color: #9b9b9b;
      border: none;
      text-indent: -999999px;
      position: absolute;
      transition: all 500ms ease-in-out; }
      @media screen and (max-width: 768px) {
        .dc-responsive-slider-widget .slick-prev, .dc-responsive-slider-widget .slick-next {
          width: 44px;
          height: 44px;
          top: calc(100% + 10px);
          background-color: transparent;   }
          .dc-responsive-slider-widget .slick-prev:hover,
          .dc-responsive-slider-widget .slick-prev:focus,
          .dc-responsive-slider-widget .slick-next:hover,
          .dc-responsive-slider-widget .slick-next:focus {
            color: #009fe3;
            background-color: transparent;
            cursor: pointer;   }
}
      @media screen and (min-width: 768px) {
        .dc-responsive-slider-widget .slick-prev, .dc-responsive-slider-widget .slick-next {
          width: 60px;
          height: 60px;
          top: 50%;
          background-color: #e8e8e6;   }
          .dc-responsive-slider-widget .slick-prev:hover,
          .dc-responsive-slider-widget .slick-prev:focus,
          .dc-responsive-slider-widget .slick-next:hover,
          .dc-responsive-slider-widget .slick-next:focus {
            background-color: #009fe3;
            color: #ffffff;
            cursor: pointer;   }
}
      .dc-responsive-slider-widget .slick-prev:before,
      .dc-responsive-slider-widget .slick-next:before {
        text-indent: 0;
        display: inline-block;
        font-family: "paretobank" !important;
        font-style: normal !important;
        font-weight: normal !important;
        font-variant: normal !important;
        text-transform: none !important;
        speak: none;
        line-height: 1;
        -webkit-font-smoothing: antialiased;
        -moz-osx-font-smoothing: grayscale;
        font-size: 23px;
        position: absolute;
        top: 50%;
        left: 50%;
        transform: translateX(-50%) translateY(-50%); }
    .dc-responsive-slider-widget .slick-prev:before {
      content: "h"; }
    .dc-responsive-slider-widget .slick-next:before {
      content: "i"; }
    .dc-responsive-slider-widget .slick-slide {
      overflow: hidden;
      position: relative; }
      .dc-responsive-slider-widget .slick-slide .columns {
        height: 100%; }
    .dc-responsive-slider-widget .slick-dots {
      text-align: center;
      list-style: none;
      margin: 0; }
      @media screen and (max-width: 1025px) {
        .dc-responsive-slider-widget .slick-dots {
          padding: 10px;   }
}
        @media screen and (min-width: 1025px) {
          .dc-responsive-slider-widget .slick-dots {
            padding: 20px;   }
}
          .dc-responsive-slider-widget .slick-dots li {
            text-align: center;
            display: inline-block; }
            .dc-responsive-slider-widget .slick-dots li button {
              width: 44px;
              height: 44px;
              text-indent: -99999px;
              position: relative;
              background-color: transparent;
              border: none; }
              .dc-responsive-slider-widget .slick-dots li button:after {
                content: '';
                display: block;
                width: 10px;
                height: 10px;
                position: absolute;
                top: 50%;
                left: 50%;
                transform: translateX(-50%) translateY(-50%);
                overflow: hidden;
                border-radius: 20px;
                background-color: #9b9b9b;
                display: block;
                transition: all 500ms ease-in-out; }
                .dc-responsive-slider-widget .slick-dots li button:hover,
                .dc-responsive-slider-widget .slick-dots li button:focus {
                  cursor: pointer; }
            .dc-responsive-slider-widget .slick-dots li.slick-active,
            .dc-responsive-slider-widget .slick-dots li:hover,
            .dc-responsive-slider-widget .slick-dots li:focus {
              cursor: pointer; }
              .dc-responsive-slider-widget .slick-dots li.slick-active button:after,
              .dc-responsive-slider-widget .slick-dots li:hover button:after,
              .dc-responsive-slider-widget .slick-dots li:focus button:after {
                background-color: #009fe3; }
    .dc-responsive-slider-widget .slide-link {
      z-index: 5;
      color: #f7f7f7;
      font-size: 16px;
      text-transform: uppercase;
      font-weight: bold; }
      .dc-responsive-slider-widget .slide-link:before {
        font-family: "paretobank" !important;
        font-style: normal !important;
        font-weight: normal !important;
        font-variant: normal !important;
        text-transform: none !important;
        speak: none;
        line-height: 1;
        -webkit-font-smoothing: antialiased;
        -moz-osx-font-smoothing: grayscale;
        display: inline-block;
        content: 'a';
        font-size: 34px;
        line-height: 16px;
        color: #009fe3;
        position: relative;
        top: 10px;
        margin-right: 15px; }
        .dc-responsive-slider-widget .slide-link.scroll-to-filtered-articles:before {
          transform: rotate(90deg); }
    .dc-responsive-slider-widget:not(.full-width) .number-slides-1 {
      margin-bottom: 50px; }
      .dc-responsive-slider-widget:not(.full-width) .number-slides-1 .slide {
        height: 100%; }
        @media screen and (min-width: 1024px) {
          .dc-responsive-slider-widget:not(.full-width) .number-slides-1 .image-wrapper {
            position: absolute;
            bottom: 0;
            right: 0;
            height: 100%;   }
            .dc-responsive-slider-widget:not(.full-width) .number-slides-1 .image-wrapper img {
              float: right;
              height: calc(100% - 20px);
              width: auto;
              max-width: unset;
              margin-top: 20px;   }
          .dc-responsive-slider-widget:not(.full-width) .number-slides-1 .slide-content-wrapper .columns {
            min-height: 270px;
            position: relative;   }
            .dc-responsive-slider-widget:not(.full-width) .number-slides-1 .slide-content-wrapper {
              position: relative;
              min-height: 270px;   }
              .dc-responsive-slider-widget:not(.full-width) .number-slides-1 .content-wrapper {
                margin-left: -20px;   }
}
      @media only screen and (min-width: 1210px) {
        .dc-responsive-slider-widget:not(.full-width) .number-slides-1 .slide-content-wrapper {
          width: 100%;
          max-width: 1170px;   }
}
      @media screen and (max-width: 1024px) {
        .dc-responsive-slider-widget:not(.full-width) .number-slides-1 .content-wrapper {
          padding: 50px 20px 0 20px;   }
          .dc-responsive-slider-widget:not(.full-width) .number-slides-1 .image-wrapper {
            margin-bottom: -5px;
            margin-right: 3%;   }
            .dc-responsive-slider-widget:not(.full-width) .number-slides-1 .image-wrapper img {
              min-height: 150px;
              max-height: 250px;
              max-width: unset;
              float: right;   }
        .dc-responsive-slider-widget:not(.full-width) .number-slides-1 .flexible_image_width .image-wrapper img {
          margin-right: -95%;   }
}
      @media screen and (max-width: 768px) {
        .dc-responsive-slider-widget:not(.full-width) .number-slides-1 .image-wrapper img {
          min-height: 150px;
          max-height: 250px;
          max-width: unset;
          margin-right: 0;
          float: right;   }
        .dc-responsive-slider-widget:not(.full-width) .number-slides-1 .flexible_image_width .image-wrapper img {
          margin-right: 0;   }
}
      @media screen and (max-width: 520px) {
        .dc-responsive-slider-widget:not(.full-width) .number-slides-1 .image-wrapper img {
          min-height: unset;
          max-height: unset;
          max-width: 97%;   }
}
      @media screen and (max-width: 768px) {
        .dc-responsive-slider-widget:not(.full-width) .number-slides-1 .image-wrapper {
          max-width: 100%;   }
}
      @media screen and (max-width: 1025px) {
        .dc-responsive-slider-widget:not(.full-width) .number-slides-1 .push_one:first-child {
          margin-left: 0 !important;   }
}
      @media screen and (max-width: 1024px) {
        .dc-responsive-slider-widget:not(.full-width) .number-slides-1 .push_one:first-child {
          margin-left: -20px !important;   }
}
      @media screen and (max-width: 768px) {
        .dc-responsive-slider-widget:not(.full-width) .number-slides-1 .push_one:first-child {
          margin-left: 0 !important;   }
}
      @media screen and (max-width: 768px) {
        .dc-responsive-slider-widget:not(.full-width) .number-slides-1 {
          margin-bottom: 20px;   }
}
        .dc-responsive-slider-widget:not(.full-width) .number-slides-1 .push_one .content-wrapper {
          top: 50px;
          transform: translateY(0); }
          @media screen and (max-width: 1024px) {
            .dc-responsive-slider-widget:not(.full-width) .number-slides-1 .content-wrapper {
              width: 400px;   }
}
      @media screen and (max-width: 520px) {
        .dc-responsive-slider-widget:not(.full-width) .number-slides-1 .content-wrapper {
          max-width: 100%;   }
}
    .dc-responsive-slider-widget:not(.full-width) .slick-slide h2,
    .dc-responsive-slider-widget:not(.full-width) .slick-slide .slide-link {
      opacity: 0;
      filter: alpha(opacity=0);
      position: relative;
      transition: all 650ms ease-in-out; }
      .dc-responsive-slider-widget:not(.full-width) .slick-slide h2 {
        display: block;
        max-width: 100%;
        font-size: 28px;
        top: 100px;
        z-index: 10; }
        @media screen and (min-width: 768px) {
          .dc-responsive-slider-widget:not(.full-width) .slick-slide h2 {
            font-size: 48px;   }
}
          .dc-responsive-slider-widget:not(.full-width) .slick-slide h2 strong,
          .dc-responsive-slider-widget:not(.full-width) .slick-slide h2 span {
            color: #009fe3; }
    .dc-responsive-slider-widget:not(.full-width) .slick-slide .slide-link {
      left: -100px; }
      .dc-responsive-slider-widget:not(.full-width) h2 strong {
        color: #009fe3;
        font-weight: 900; }
        @media screen and (max-width: 768px) {
          .dc-responsive-slider-widget:not(.full-width) h2 {
            max-width: calc(100% - 50px);
            min-width: unset;
            font-size: 30px;
            line-height: 40px;   }
}
    @media screen and (max-width: 768px) {
      .dc-responsive-slider-widget:not(.full-width) .content-wrapper {
        min-width: 450px;   }
}
      @media screen and (max-width: 768px) {
        .dc-responsive-slider-widget:not(.full-width) .content-wrapper {
          min-width: 300px;   }
}
        @media screen and (max-width: 1025px) {
          .dc-responsive-slider-widget:not(.full-width) .content-wrapper {
            padding: 87px 20px 158px 20px;   }
}
          @media screen and (min-width: 1025px) {
            .dc-responsive-slider-widget:not(.full-width) .content-wrapper {
              position: absolute;
              top: 50%;
              left: 0;
              z-index: 10;
              transform: translateY(-50%);   }
}
    .dc-responsive-slider-widget:not(.full-width) .background {
      background-color: #f7f7f7; }
      .dc-responsive-slider-widget:not(.full-width) > .background > .row > .columns {
        margin-left: 0;
        margin-right: 0;
        padding-left: 0;
        padding-right: 0;
        max-width: 100%;
        width: 100%; }
        @media screen and (min-width: 768px) {
          .dc-responsive-slider-widget:not(.full-width) > .background > .row > .columns {
            padding-left: 100px;
            padding-right: 100px;   }
}
          @media screen and (min-width: 1660px) {
            .dc-responsive-slider-widget:not(.full-width) > .background > .row > .columns {
              padding-left: 150px;
              padding-right: 150px;   }
}
    .dc-responsive-slider-widget:not(.full-width) .slick-slide .image-wrapper {
      transition: all 800ms cubic-bezier(0.98, 0.41, 0.51, 0.93);
      position: absolute;
      width: 100%;
      z-index: 0; }
      @media screen and (max-width: 768px) {
        .dc-responsive-slider-widget:not(.full-width) .slick-slide .image-wrapper {
          bottom: 0;
          right: -20%;
          width: 100%;   }
          .dc-responsive-slider-widget:not(.full-width) .slick-slide .image-wrapper img {
            display: block;
            height: auto;
            width: 90%;
            max-width: 90%;
            margin: 0 auto;   }
            .dc-responsive-slider-widget:not(.full-width) .slick-slide .image-wrapper.square-image img {
              width: 80%;
              max-width: 400px;
              margin: 0 auto;   }
              .dc-responsive-slider-widget:not(.full-width) .slick-slide .image-wrapper.wide-image img {
                width: 95%;
                max-width: 600px;
                margin: 0 auto;   }
}
      @media screen and (max-width: 520px) {
        .dc-responsive-slider-widget:not(.full-width) .slick-slide .image-wrapper {
          right: 0;
          width: 100%;   }
}
        @media screen and (min-width: 768px) {
          .dc-responsive-slider-widget:not(.full-width) .slick-slide .image-wrapper {
            height: 80%;
            bottom: -100px;
            right: 0;   }
            .dc-responsive-slider-widget:not(.full-width) .slick-slide .image-wrapper img {
              display: block;
              height: 100%;
              width: auto;
              float: right;   }
}
    .dc-responsive-slider-widget:not(.full-width) .slick-slide.slick-active h2,
    .dc-responsive-slider-widget:not(.full-width) .slick-slide.slick-active .slide-link {
      top: 0;
      left: 0;
      opacity: 1;
      filter: alpha(opacity=100); }
      .dc-responsive-slider-widget:not(.full-width) .slick-slide.slick-active .slide-link {
        color: #0c143b; }
        .dc-responsive-slider-widget:not(.full-width) .slick-slide.slick-active .slide-link:active,
        .dc-responsive-slider-widget:not(.full-width) .slick-slide.slick-active .slide-link:hover {
          color: #009fe3; }
    .dc-responsive-slider-widget:not(.full-width) .slick-slide.slick-active .image-wrapper {
      bottom: 0; }
    .dc-responsive-slider-widget:not(.full-width) .slick-prev {
      left: 0;
      z-index: 100; }
      .dc-responsive-slider-widget:not(.full-width) .slick-next {
        right: 0;
        z-index: 100; }
    .dc-responsive-slider-widget.default .slick-slide {
      height: 386px; }
    .dc-responsive-slider-widget.short .slick-slide {
      height: 300px; }
    .dc-responsive-slider-widget:not(.full-width) .slide-content-wrapper {
      position: relative;
      max-width: 1140px;
      margin: 0 auto;
      width: 100%;
      height: 100%; }
      @media screen and (max-width: 1660px) {
        .dc-responsive-slider-widget:not(.full-width) .slide-content-wrapper {
          width: 80%;   }
}
        @media screen and (max-width: 768px) {
          .dc-responsive-slider-widget:not(.full-width) .slide-content-wrapper {
            width: 100%;   }
}
    @media screen and (max-width: 768px) {
      .dc-responsive-slider-widget:not(.full-width) .image-wrapper {
        max-height: 100%;   }
}
    @media screen and (max-width: 1025px) {
      .dc-responsive-slider-widget:not(.full-width) .columns.six {
        width: 100%;   }
}
    @media screen and (min-width: 1025px) {
      .dc-responsive-slider-widget:not(.full-width) .image-wrapper {
        height: 90%;   }
        .dc-responsive-slider-widget:not(.full-width) .image-wrapper.wide-image {
          height: 100%;   }
}
    .dc-responsive-slider-widget.full-width {
      background-color: #0c143b; }
      .dc-responsive-slider-widget.full-width > .row,
      .dc-responsive-slider-widget.full-width > .row > .columns {
        padding-left: 0;
        padding-right: 0; }
        @media screen and (min-width: 1024px) {
          .dc-responsive-slider-widget.full-width .slick-slide {
            height: 525px;   }
}
          .dc-responsive-slider-widget.full-width .slick-slide:after {
            content: '';
            display: block;
            clear: both; }
      .dc-responsive-slider-widget.full-width .slide-link {
        text-align: center;
        text-decoration: none;
        width: auto;
        display: block;
        margin: 20px auto 0 auto; }
        .dc-responsive-slider-widget.full-width .content-wrapper {
          max-width: 80%;
          width: 700px;
          position: absolute;
          top: 50%;
          left: 50%;
          transform: translateX(-50%) translateY(-50%);
          z-index: 10; }
          .dc-responsive-slider-widget.full-width .image-wrapper img {
            display: block;
            position: relative;
            top: 0;
            left: 50%;
            transform: translateX(-50%); }
      .dc-responsive-slider-widget.full-width h1 {
        font-size: 24px;
        text-transform: uppercase; }
        @media screen and (max-width: 768px) {
          .dc-responsive-slider-widget.full-width h1 {
            font-size: 16px;
            line-height: 26px;   }
}
          @media screen and (min-width: 1025px) {
            .dc-responsive-slider-widget.full-width h1 {
              padding-bottom: 0;   }
}
      .dc-responsive-slider-widget.full-width h2 {
        text-transform: uppercase;
        text-align: center;
        color: #ffffff;
        margin-top: 100px;
        margin-bottom: -100px;
        opacity: 0;
        filter: alpha(opacity=0);
        transition: all 500ms ease-in-out; }
        @media screen and (max-width: 768px) {
          .dc-responsive-slider-widget.full-width h2 {
            font-size: 36px;
            line-height: 45px !important;   }
}
          @media screen and (min-width: 1025px) {
            .dc-responsive-slider-widget.full-width h2 {
              font-size: 72px;
              line-height: 85px;   }
}
            .dc-responsive-slider-widget.full-width h2 strong,
            .dc-responsive-slider-widget.full-width h2 span {
              color: #009fe3;
              display: block; }
      .dc-responsive-slider-widget.full-width .slick-active h2 {
        margin-top: 20px;
        margin-bottom: 0;
        opacity: 1;
        filter: alpha(opacity=100); }
        .dc-responsive-slider-widget.full-width .slick-arrow {
          background-color: #009fe3;
          color: #0c143b; }
          .dc-responsive-slider-widget.full-width .slick-arrow:before {
            font-size: 30px; }
            .dc-responsive-slider-widget.full-width .slick-arrow:hover,
            .dc-responsive-slider-widget.full-width .slick-arrow:focus {
              color: #ffffff; }
      .dc-responsive-slider-widget.full-width .slick-prev {
        left: 0; }
        .dc-responsive-slider-widget.full-width .slick-next {
          right: 0; }
          @media screen and (max-width: 768px) {
            .dc-responsive-slider-widget.full-width .image-wrapper {
              height: 370px;   }
              .dc-responsive-slider-widget.full-width .image-wrapper img {
                height: 370px;
                width: auto;   }
            .dc-responsive-slider-widget.full-width .slick-arrow {
              background-color: transparent;
              color: #009fe3;   }
              .dc-responsive-slider-widget.full-width .slick-arrow:hover,
              .dc-responsive-slider-widget.full-width .slick-arrow:focus {
                background-color: transparent;
                color: #ffffff;   }
            .dc-responsive-slider-widget.full-width .slick-prev {
              left: 20px;   }
              .dc-responsive-slider-widget.full-width .slick-next {
                right: 20px;   }
}
      .dc-responsive-slider-widget.full-width .slick-dots li button:after {
        background-color: #009fe3; }
        .dc-responsive-slider-widget.full-width .slick-dots li.slick-active button:after,
        .dc-responsive-slider-widget.full-width .slick-dots li:hover button:after,
        .dc-responsive-slider-widget.full-width .slick-dots li:focus button:after {
          background-color: #ffffff; }

.widget.textbox.three {
  padding: 17px 15px; }
  .widget.textbox.three header h3, .widget.textbox.three .textbox-link {
    font-size: 17px; }
    .widget.textbox.three .big-text p {
      font-size: 30px; }
      @media screen and (max-width: 1025px) {
        .widget.textbox.three {
          width: calc(50% - 20px);
          margin: 0 10px 20px 10px;   }
}
        @media screen and (max-width: 520px) {
          .widget.textbox.three {
            width: 100%;
            margin: 0 0 20px 0;   }
}

.dc-responsive-hero-banner h2 {
  display: block;
  width: 100%; }
  .dc-responsive-hero-banner h2.has-text-below {
    padding-bottom: 35px; }
.dc-responsive-hero-banner .page-title {
  padding: 50px 0;
  height: auto; }
  @media screen and (max-width: 520px) {
    .dc-responsive-hero-banner .page-title {
      padding: 0;
      margin: 0;   }
}
    .dc-responsive-hero-banner .page-title .columns {
      position: relative;
      vertical-align: middle; }
      @media screen and (max-width: 520px) {
        .dc-responsive-hero-banner .page-title .columns:nth-child(1) {
          margin-bottom: 30px;   }
}
.dc-responsive-hero-banner:after {
  content: '';
  display: block;
  clear: both; }

@media screen and (max-width: 1024px) {
  .new-article-section .widget {
    margin-bottom: 20px;   }
}

.dc-responsive-slider-widget .slide-link {
  color: #0c143b; }

  a.whole-slide-link {
    display: block;
    overflow: hidden; }
    a.whole-slide-link:hover span.slide-link {
      color: #009fe3 !important; }

body .dc-responsive-slider-widget {
  position: relative;
  margin-bottom: 80px; }
  body .dc-responsive-slider-widget .button {
    display: inline-block;
    width: auto;
    min-width: 200px;
    text-align: center; }
    body .dc-responsive-slider-widget .button:hover {
      background-color: #fff;
      color: #14215a; }
      body .dc-responsive-slider-widget h2 {
        color: #fff;
        margin-bottom: 15px; }
        body .dc-responsive-slider-widget:not(.full-width) .background {
          background-color: #14215a;
          height: 85%;
          position: absolute;
          top: 0;
          left: 0;
          width: 100%; }
          body .dc-responsive-slider-widget:not(.full-width) .number-slides-1 .image-wrapper {
            position: relative;
            display: block;
            margin: 0 !important;
            float: left;
            width: 100%;
            overflow: visible; }
            body .dc-responsive-slider-widget:not(.full-width) .number-slides-1 .image-wrapper img {
              width: 100%;
              margin-top: 0;
              z-index: 2;
              position: relative;
              max-height: unset !important;
              max-width: unset !important; }
              body .dc-responsive-slider-widget:not(.full-width) .number-slides-1 .image-wrapper:before {
                width: 100%;
                position: absolute;
                display: block;
                content: "";
                background-color: #009fe3;
                height: 100%;
                left: -17px;
                bottom: -17px;
                z-index: 0; }
@media screen and (min-width: 1024px) {
  body .dc-responsive-slider-widget .six {
    width: 48.71795% !important;   }
}
@media screen and (max-width: 1024px) {
  body .dc-responsive-slider-widget:not(.full-width) .background {
    height: 88%;   }
    body .image-column {
      margin-top: 50px;   }
}
