@charset "UTF-8";
* {
  margin: 0;
  padding: 0;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  outline: none;
  -webkit-tap-highlight-color: transparent !important;
  -moz-osx-font-smoothing: grayscale; }

body {
  font-family: BrownLLWeb, Helvetica, Arial, sans-serif;
  position: relative;
  right: 0;
  -webkit-transition: 0.3s;
  transition: 0.3s;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  overflow-x: hidden; }

html {
  overflow-x: hidden; }

img {
  max-width: 100%; }

.no-scroll {
  overflow: hidden; }

@media screen and (min-width: 1200px) {
  .ss-container {
    max-width: 1200px; } }

@media (max-width: 1499px) and (min-width: 1200px) {
  .ss-container-home {
    max-width: 900px; } }

h2 {
  font-size: 42px;
  color: #144867;
  font-weight: bold; }
  @media screen and (max-width: 575px) {
    h2 {
      font-size: 32px; } }
  @media screen and (max-width: 374px) {
    h2 {
      font-size: 28px; } }

h3 {
  font-size: 16px;
  color: #fff;
  font-weight: bold;
  text-transform: uppercase; }

a {
  color: #144867;
  font-weight: normal; }
  a:hover, a:focus {
    color: #144867; }

p {
  color: #414442;
  font-weight: 300;
  font-size: 16px; }
  @media screen and (max-width: 767px) {
    p {
      font-size: 18px; } }
  p strong {
    color: #144867; }

.ss-yellow-img-tag {
  position: relative; }
  .ss-yellow-img-tag:before {
    content: "";
    position: absolute;
    background-color: #ecff7e;
    height: 60px;
    top: 0;
    left: 50%;
    width: 80%;
    -webkit-transform: translate(-50%, -50%);
            transform: translate(-50%, -50%);
    z-index: 1; }
    @media screen and (max-width: 575px) {
      .ss-yellow-img-tag:before {
        height: 10vw; } }
  .ss-yellow-img-tag.animate-draw-right:before {
    content: "";
    position: absolute;
    background-color: #ecff7e;
    height: 40px;
    top: -20px;
    width: 0;
    -webkit-transform: none;
            transform: none; }
    @media screen and (max-width: 575px) {
      .ss-yellow-img-tag.animate-draw-right:before {
        height: 10vw; } }
  .ss-yellow-img-tag-special {
    position: relative; }
    .ss-yellow-img-tag-special:before {
      content: "";
      position: absolute;
      background-image: url("../images/global/yellow-ribbon-small.png");
      height: 60px;
      top: 0;
      left: 0;
      width: 100%;
      -webkit-transform: translateY(-50%);
              transform: translateY(-50%);
      max-width: 416px; }
      @media screen and (max-width: 575px) {
        .ss-yellow-img-tag-special:before {
          height: 10vw;
          max-width: 100%; } }
  .ss-yellow-img-tag-right {
    position: relative; }
    .ss-yellow-img-tag-right:before {
      content: "";
      position: absolute;
      background-color: #ecff7e;
      height: 0;
      top: 50%;
      right: 0;
      width: 40px; }
  .ss-yellow-img-tag-rightTop {
    position: relative; }
    .ss-yellow-img-tag-rightTop:before {
      content: "";
      position: absolute;
      background-color: #ecff7e;
      height: 0;
      top: 50%;
      right: 0;
      width: 40px; }
      @media screen and (max-width: 991px) {
        .ss-yellow-img-tag-rightTop:before {
          background-color: #ecff7e;
          height: 60px !important;
          top: -30px !important;
          left: 25%;
          right: unset;
          width: 0; } }
  @media screen and (max-width: 991px) and (max-width: 575px) {
    .ss-yellow-img-tag-rightTop:before {
      height: 40px !important;
      top: -20px !important; } }

.ss-btn {
  background-color: #144867;
  color: #fff;
  text-decoration: none;
  text-transform: uppercase;
  border: 1px solid #144867;
  font-weight: bold;
  font-size: 16px;
  width: 100%;
  max-width: 170px;
  padding: 10px 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-transition: all .3s ease-in-out;
  transition: all .3s ease-in-out;
  border-radius: 0; }
  .ss-btn:hover, .ss-btn:focus {
    background-color: #fff;
    color: #144867;
    text-decoration: none;
    outline: 0; }
  .ss-btn-white {
    color: #144867;
    background-color: #fff;
    border: 1px solid #fff; }
    .ss-btn-white:hover, .ss-btn-white:focus {
      color: #fff;
      background-color: #144867; }
  .ss-btn:disabled {
    background-color: #cccccc;
    border-color: #cccccc; }
    .ss-btn:disabled:hover, .ss-btn:disabled:focus {
      background-color: #cccccc;
      border-color: #cccccc;
      color: #fff; }

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

.slick-prev {
  background-image: url("../images/global/icon-arrow.svg");
  -webkit-transform: rotate(90deg);
          transform: rotate(90deg);
  left: 0;
  width: 21px; }
  @media screen and (max-width: 767px) {
    .slick-prev {
      left: 0 !important; } }
  .slick-prev:hover, .slick-prev:focus {
    background-image: url("../images/global/icon-arrow.svg"); }

.slick-next {
  background-image: url("../images/global/icon-arrow.svg");
  left: 50px;
  right: unset;
  -webkit-transform: rotate(-90deg);
          transform: rotate(-90deg);
  width: 21px; }
  @media screen and (max-width: 767px) {
    .slick-next {
      left: unset !important;
      right: 0 !important; } }
  .slick-next:hover, .slick-next:focus {
    background-image: url("../images/global/icon-arrow.svg"); }

.slick-prev, .slick-next {
  background-size: contain;
  background-repeat: no-repeat;
  background-position: center;
  top: 110%; }
  .slick-prev:hover, .slick-prev:focus, .slick-next:hover, .slick-next:focus {
    background-size: contain;
    background-repeat: no-repeat;
    background-position: center; }

form input[type="text"],
form input[type="email"],
form select {
  padding: 0 10px;
  border-radius: 0;
  height: 40px;
  background-color: #f0f4f6;
  border: 1px solid #f0f4f6;
  color: #414442; }
  form input[type="text"]:focus,
  form input[type="email"]:focus,
  form select:focus {
    border-color: #144867; }
    form input[type="text"]:focus::-webkit-input-placeholder,
    form input[type="email"]:focus::-webkit-input-placeholder,
    form select:focus::-webkit-input-placeholder {
      color: transparent; }
    form input[type="text"]:focus:-ms-input-placeholder,
    form input[type="email"]:focus:-ms-input-placeholder,
    form select:focus:-ms-input-placeholder {
      color: transparent; }
    form input[type="text"]:focus::-ms-input-placeholder,
    form input[type="email"]:focus::-ms-input-placeholder,
    form select:focus::-ms-input-placeholder {
      color: transparent; }
    form input[type="text"]:focus::placeholder,
    form input[type="email"]:focus::placeholder,
    form select:focus::placeholder {
      color: transparent; }

form select {
  -moz-appearance: none;
  /* Firefox */
  -webkit-appearance: none;
  /* Safari and Chrome */
  appearance: none;
  background-image: url("../images/global/icon-caret.svg");
  background-repeat: no-repeat;
  background-position: calc(100% - 10px) 50%;
  background-size: 15px; }

form textarea {
  padding: 10px;
  border-radius: 0;
  background-color: #f0f4f6;
  border: 1px solid #f0f4f6;
  color: #414442;
  -webkit-appearance: none;
     -moz-appearance: none;
          appearance: none; }
  form textarea.ss-error-message {
    border-color: #cf1818 !important;
    margin-top: 0 !important;
    background-image: url("../images/global/error.svg");
    background-repeat: no-repeat;
    background-position: calc(100% - 10px) calc(0% + 10px);
    background-size: 20px; }
  form textarea:focus {
    border-color: #144867; }
    form textarea:focus::-webkit-input-placeholder {
      color: transparent; }
    form textarea:focus:-ms-input-placeholder {
      color: transparent; }
    form textarea:focus::-ms-input-placeholder {
      color: transparent; }
    form textarea:focus::placeholder {
      color: transparent; }

form input[type="checkbox"] {
  display: none; }

form label {
  font-weight: 300;
  margin: 20px 0 5px 0; }
  form label.ss-error-message {
    margin-top: 0;
    font-size: 14px;
    color: #cf1818; }

form input {
  -webkit-appearance: none;
     -moz-appearance: none;
          appearance: none; }
  form input.ss-error-message {
    border-color: #cf1818 !important;
    color: #414442 !important;
    margin-top: 0 !important;
    background-image: url("../images/global/error.svg");
    background-repeat: no-repeat;
    background-position: calc(100% - 10px) 50%;
    background-size: 20px; }

::-webkit-input-placeholder {
  /* Chrome, Firefox, Opera, Safari 10.1+ */
  color: #737875;
  opacity: 1;
  /* Firefox */
  font-weight: 300; }

:-ms-input-placeholder {
  /* Chrome, Firefox, Opera, Safari 10.1+ */
  color: #737875;
  opacity: 1;
  /* Firefox */
  font-weight: 300; }

::-ms-input-placeholder {
  /* Chrome, Firefox, Opera, Safari 10.1+ */
  color: #737875;
  opacity: 1;
  /* Firefox */
  font-weight: 300; }

::placeholder {
  /* Chrome, Firefox, Opera, Safari 10.1+ */
  color: #737875;
  opacity: 1;
  /* Firefox */
  font-weight: 300; }

:-ms-input-placeholder {
  /* Internet Explorer 10-11 */
  color: #737875;
  font-weight: 300; }

::-ms-input-placeholder {
  /* Microsoft Edge */
  color: #737875;
  font-weight: 300; }

.ss-pattern-bot {
  position: relative; }
  .ss-pattern-bot:before {
    content: "";
    background-image: url("../images/global/yellow-ribbon.png");
    width: 100%;
    height: 50px;
    position: absolute;
    bottom: 0;
    -webkit-transform: translateY(50%);
            transform: translateY(50%);
    background-repeat: no-repeat;
    background-position: center; }

.ss-pattern-top {
  position: relative; }
  .ss-pattern-top:before {
    content: "";
    background-image: url("../images/global/yellow-ribbon.png");
    width: 100%;
    height: 50px;
    position: absolute;
    top: -25px;
    background-repeat: no-repeat;
    background-position: center; }

.ss-video-container {
  width: 100%;
  padding-top: 56.25%;
  height: 0px;
  position: relative; }
  .ss-video-container iframe {
    width: 100%;
    height: 100%;
    position: absolute;
    top: 0;
    left: 0; }

.ss-close {
  background-image: url("../images/global/icon-close.svg");
  background-size: cover;
  position: absolute;
  top: -53px;
  right: 15px;
  width: 38px;
  height: 38px; }
  @media screen and (max-width: 767px) {
    .ss-close {
      width: 19px;
      height: 19px;
      top: unset;
      bottom: -58px;
      -webkit-transform: translateX(50%);
              transform: translateX(50%);
      right: 50%; } }

.ajax-loader {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  background-color: rgba(255, 255, 255, 0.5);
  display: none; }

.icon-check-mark {
  height: 25px;
  width: 25px;
  border: 1px solid #144867;
  position: relative;
  margin-right: 5px; }

input:checked + span:before {
  content: "";
  background-color: #144867;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-image: url("../images/global/checkmark.png");
  background-repeat: no-repeat;
  background-position: center; }

@media screen and (max-width: 767px) {
  .col-no-padd-mobile {
    padding: 0; } }

.fade-up {
  opacity: 0;
  -webkit-transform: translateY(6.25rem);
          transform: translateY(6.25rem);
  -webkit-transition: all 1.5s cubic-bezier(0.23, 1, 0.32, 1);
  transition: all 1.5s cubic-bezier(0.23, 1, 0.32, 1); }
  .fade-up.in-view {
    opacity: 1;
    -webkit-transform: translateY(0);
            transform: translateY(0); }
  .fade-up-siblings.in-view .fade-sibling {
    opacity: 1;
    -webkit-transform: translateY(0);
            transform: translateY(0); }
  .fade-up-siblings .fade-sibling {
    opacity: 0;
    -webkit-transform: translateY(6.25rem);
            transform: translateY(6.25rem);
    -webkit-transition: all 1.5s cubic-bezier(0.23, 1, 0.32, 1);
    transition: all 1.5s cubic-bezier(0.23, 1, 0.32, 1); }
    .fade-up-siblings .fade-sibling:nth-of-type(1) {
      -webkit-transition-delay: .1s;
              transition-delay: .1s; }
    .fade-up-siblings .fade-sibling:nth-of-type(2) {
      -webkit-transition-delay: .2s;
              transition-delay: .2s; }
    .fade-up-siblings .fade-sibling:nth-of-type(3) {
      -webkit-transition-delay: .3s;
              transition-delay: .3s; }
    .fade-up-siblings .fade-sibling:nth-of-type(4) {
      -webkit-transition-delay: .4s;
              transition-delay: .4s; }
    .fade-up-siblings .fade-sibling:nth-of-type(5) {
      -webkit-transition-delay: .5s;
              transition-delay: .5s; }

.fade-left {
  opacity: 0;
  -webkit-transform: translateX(-6.25rem);
          transform: translateX(-6.25rem);
  -webkit-transition: all 1.5s cubic-bezier(0.23, 1, 0.32, 1);
  transition: all 1.5s cubic-bezier(0.23, 1, 0.32, 1); }
  .fade-left.in-view {
    opacity: 1;
    -webkit-transform: translateX(0);
            transform: translateX(0); }
  .fade-left-siblings.in-view .fade-sibling {
    opacity: 1;
    -webkit-transform: translateX(0);
            transform: translateX(0); }
  .fade-left-siblings .fade-sibling {
    opacity: 0;
    -webkit-transform: translateX(-6.25rem);
            transform: translateX(-6.25rem);
    -webkit-transition: all 1.5s cubic-bezier(0.23, 1, 0.32, 1);
    transition: all 1.5s cubic-bezier(0.23, 1, 0.32, 1); }
    .fade-left-siblings .fade-sibling:nth-of-type(1) {
      -webkit-transition-delay: .1s;
              transition-delay: .1s; }
    .fade-left-siblings .fade-sibling:nth-of-type(2) {
      -webkit-transition-delay: .2s;
              transition-delay: .2s; }
    .fade-left-siblings .fade-sibling:nth-of-type(3) {
      -webkit-transition-delay: .3s;
              transition-delay: .3s; }
    .fade-left-siblings .fade-sibling:nth-of-type(4) {
      -webkit-transition-delay: .4s;
              transition-delay: .4s; }

.fade-right {
  opacity: 0;
  -webkit-transform: translateX(6.25rem);
          transform: translateX(6.25rem);
  -webkit-transition: all 1.5s cubic-bezier(0.23, 1, 0.32, 1);
  transition: all 1.5s cubic-bezier(0.23, 1, 0.32, 1); }
  .fade-right.in-view {
    opacity: 1;
    -webkit-transform: translateX(0);
            transform: translateX(0); }
  .fade-right-siblings.in-view .fade-sibling {
    opacity: 1;
    -webkit-transform: translateX(0);
            transform: translateX(0); }
  .fade-right-siblings .fade-sibling {
    opacity: 0;
    -webkit-transform: translateX(6.25rem);
            transform: translateX(6.25rem);
    -webkit-transition: all 1.5s cubic-bezier(0.23, 1, 0.32, 1);
    transition: all 1.5s cubic-bezier(0.23, 1, 0.32, 1); }
    .fade-right-siblings .fade-sibling:nth-of-type(1) {
      -webkit-transition-delay: .1s;
              transition-delay: .1s; }
    .fade-right-siblings .fade-sibling:nth-of-type(2) {
      -webkit-transition-delay: .2s;
              transition-delay: .2s; }
    .fade-right-siblings .fade-sibling:nth-of-type(3) {
      -webkit-transition-delay: .3s;
              transition-delay: .3s; }
    .fade-right-siblings .fade-sibling:nth-of-type(4) {
      -webkit-transition-delay: .4s;
              transition-delay: .4s; }
  .fade-right-long {
    -webkit-transform: translateX(8.25rem);
            transform: translateX(8.25rem); }

.in-view .animate-draw-down:before {
  height: 50%;
  top: calc(50% - 25%);
  right: -20px;
  -webkit-transition: height 1.5s ease;
  transition: height 1.5s ease; }

.in-view .animate-draw-right:before {
  left: 10%;
  -webkit-transition: width 1.5s ease;
  transition: width 1.5s ease;
  width: 80%; }
  @media screen and (max-width: 575px) {
    .in-view .animate-draw-right:before {
      height: 40px; } }

.in-view .animate-draw-downRight:before {
  height: 50%;
  top: calc(50% - 25%);
  right: -20px;
  -webkit-transition: height 1.5s ease;
  transition: height 1.5s ease; }
  @media screen and (max-width: 991px) {
    .in-view .animate-draw-downRight:before {
      right: unset;
      left: 10%;
      -webkit-transition: width 1.5s ease;
      transition: width 1.5s ease;
      width: 80%; } }
  @media screen and (max-width: 575px) {
    .in-view .animate-draw-downRight:before {
      height: 40px; } }

@-webkit-keyframes scroll {
  0% {
    -webkit-transform: translateY(0);
            transform: translateY(0); }
  100% {
    -webkit-transform: translateY(10px);
            transform: translateY(10px); } }

@keyframes scroll {
  0% {
    -webkit-transform: translateY(0);
            transform: translateY(0); }
  100% {
    -webkit-transform: translateY(10px);
            transform: translateY(10px); } }

.ss-header {
  padding: 0 30px;
  position: fixed;
  width: 100%;
  z-index: 99;
  height: 150px; }
  @media screen and (max-width: 991px) {
    .ss-header {
      padding: 0 15px; } }
  .ss-header-animate {
    -webkit-transition: all .3s ease-in-out;
    transition: all .3s ease-in-out; }
    .ss-header-animate .ss-header__container-logo {
      -webkit-transition: all .3s ease-in-out;
      transition: all .3s ease-in-out;
      width: 230px; }
      .ss-header-animate .ss-header__container-logo-active {
        -webkit-transition: all .3s ease-in-out;
        transition: all .3s ease-in-out; }
  .ss-header__container {
    height: 100%;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    position: relative;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between; }
    .ss-header__container a {
      display: -webkit-box;
      display: -ms-flexbox;
      display: flex;
      -webkit-box-align: center;
          -ms-flex-align: center;
              align-items: center;
      letter-spacing: 1px; }
      .ss-header__container a.nav-active {
        text-shadow: 0 0 0.65px #144867, 0 0 0.65px #144867; }
    .ss-header__container-logo-active {
      opacity: 0;
      position: absolute;
      left: 0; }
    .ss-header__container-menu-icon {
      position: relative;
      height: 26px;
      width: 35px;
      display: -webkit-box;
      display: -ms-flexbox;
      display: flex;
      -webkit-box-align: center;
          -ms-flex-align: center;
              align-items: center;
      cursor: pointer; }
      @media screen and (min-width: 992px) {
        .ss-header__container-menu-icon {
          display: none; } }
      .ss-header__container-menu-icon i {
        width: 35px;
        height: 3px;
        background-color: #144867;
        position: absolute;
        -webkit-transition: all .3s ease-in-out;
        transition: all .3s ease-in-out; }
        .ss-header__container-menu-icon i:before {
          content: "";
          background-color: #144867;
          width: 35px;
          height: 3px;
          top: -9px;
          position: absolute;
          -webkit-transition: all .3s ease-in-out;
          transition: all .3s ease-in-out; }
        .ss-header__container-menu-icon i:after {
          content: "";
          background-color: #144867;
          width: 35px;
          height: 3px;
          top: 9px;
          position: absolute;
          -webkit-transition: all .3s ease-in-out;
          transition: all .3s ease-in-out; }
      .ss-header__container-menu-icon-active i {
        background-color: transparent; }
        .ss-header__container-menu-icon-active i:before {
          -webkit-transform: rotate(45deg);
                  transform: rotate(45deg);
          top: 0; }
        .ss-header__container-menu-icon-active i:after {
          -webkit-transform: rotate(-45deg);
                  transform: rotate(-45deg);
          top: 0; }
    .ss-header__container-menu-items {
      z-index: 9999; }
      @media screen and (max-width: 991px) {
        .ss-header__container-menu-items {
          position: absolute;
          top: 70px;
          margin-left: -30px;
          width: calc(100% + 60px);
          visibility: hidden;
          opacity: 0;
          -webkit-transition: all .3s ease-in-out;
          transition: all .3s ease-in-out;
          height: 100vh;
          background-color: rgba(0, 0, 0, 0.5); } }
      .ss-header__container-menu-items ul {
        list-style: none;
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        margin: 0; }
        @media screen and (max-width: 991px) {
          .ss-header__container-menu-items ul {
            -webkit-box-orient: vertical;
            -webkit-box-direction: normal;
                -ms-flex-direction: column;
                    flex-direction: column;
            height: calc(50vh - 70px);
            background-color: #fff; } }
        .ss-header__container-menu-items ul li {
          display: -webkit-box;
          display: -ms-flexbox;
          display: flex; }
          @media screen and (min-width: 992px) {
            .ss-header__container-menu-items ul li:not(:last-of-type) {
              margin-right: 30px; } }
          @media screen and (max-width: 991px) {
            .ss-header__container-menu-items ul li {
              padding: 0 30px;
              border-bottom: 1px solid #d9d9d9;
              height: 100%; } }
          .ss-header__container-menu-items ul li a {
            color: #144867;
            text-decoration: none;
            text-transform: uppercase;
            -webkit-transition: all .3s ease-in-out;
            transition: all .3s ease-in-out; }
            @media screen and (max-width: 991px) {
              .ss-header__container-menu-items ul li a {
                font-size: 20px;
                height: 100%;
                width: 100%;
                margin-top: 0; } }
            @media screen and (max-width: 374px) {
              .ss-header__container-menu-items ul li a {
                font-size: 18px; } }
            .ss-header__container-menu-items ul li a:hover {
              text-shadow: 0 0 0.65px #144867, 0 0 0.65px #144867; }
      .ss-header__container-menu-items-active {
        visibility: visible;
        opacity: 1; }
  @media screen and (max-width: 991px) {
    .ss-header {
      background-color: #fff;
      height: 70px;
      border-bottom: 1px solid #d9d9d9; }
      .ss-header .ss-header__container-logo {
        width: 100px !important; } }
  .ss-header-active {
    background-color: #fff;
    height: 70px;
    border-bottom: 1px solid #d9d9d9; }
    .ss-header-active .ss-header__container-logo {
      width: 115px; }
    .ss-header-active ul li a {
      color: #144867; }
      @media screen and (min-width: 992px) {
        .ss-header-active ul li a {
          font-size: 14px; } }
      .ss-header-active ul li a:hover {
        text-shadow: 0 0 0.65px #144867, 0 0 0.65px #144867; }

.ss-space-for-nav {
  height: 70px; }

.ss-newsletter {
  padding: 100px 0 150px; }
  @media screen and (max-width: 991px) {
    .ss-newsletter {
      padding: 100px 0 100px; } }
  .ss-newsletter .mc-field-group {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    width: 100%; }
    .ss-newsletter .mc-field-group:first-of-type {
      margin-right: 15px; }
      @media screen and (max-width: 991px) {
        .ss-newsletter .mc-field-group:first-of-type {
          margin: 0; } }
    .ss-newsletter .mc-field-group:last-of-type {
      margin-left: 0; }
      @media screen and (max-width: 991px) {
        .ss-newsletter .mc-field-group:last-of-type {
          margin: 0; } }
  .ss-newsletter-home__col-top h2 {
    font-size: 26px;
    margin-bottom: 25px; }
    @media screen and (max-width: 1499px) {
      .ss-newsletter-home__col-top h2 {
        font-size: 22px; } }
    @media screen and (max-width: 1199px) {
      .ss-newsletter-home__col-top h2 {
        font-size: 24px; } }
    @media screen and (max-width: 991px) {
      .ss-newsletter-home__col-top h2 {
        margin-bottom: 25px;
        font-size: 28px; } }
  .ss-newsletter-home__col-bot {
    -webkit-transition-delay: .2s;
            transition-delay: .2s; }
    .ss-newsletter-home__col-bot-form {
      display: -webkit-box;
      display: -ms-flexbox;
      display: flex; }
      @media screen and (max-width: 991px) {
        .ss-newsletter-home__col-bot-form {
          -webkit-box-orient: vertical;
          -webkit-box-direction: normal;
              -ms-flex-direction: column;
                  flex-direction: column; } }
      .ss-newsletter-home__col-bot-form .ss-btn {
        padding: 7px 0;
        margin: 29px 0 0 15px; }
        @media screen and (max-width: 991px) {
          .ss-newsletter-home__col-bot-form .ss-btn {
            margin-left: 0; } }
    .ss-newsletter-home__col-bot-left {
      width: 50%;
      display: -webkit-box;
      display: -ms-flexbox;
      display: flex;
      padding-right: 15px; }
      @media screen and (max-width: 991px) {
        .ss-newsletter-home__col-bot-left {
          -webkit-box-orient: vertical;
          -webkit-box-direction: normal;
              -ms-flex-direction: column;
                  flex-direction: column;
          width: 100%;
          padding: 0; } }
      .ss-newsletter-home__col-bot-left .mc-field-group {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
            -ms-flex-direction: column;
                flex-direction: column;
        width: 100%; }
        @media screen and (max-width: 991px) {
          .ss-newsletter-home__col-bot-left .mc-field-group {
            margin-bottom: 15px; } }
        .ss-newsletter-home__col-bot-left .mc-field-group:first-of-type {
          margin-right: 15px; }
          @media screen and (max-width: 991px) {
            .ss-newsletter-home__col-bot-left .mc-field-group:first-of-type {
              margin-right: 0; } }
        .ss-newsletter-home__col-bot-left .mc-field-group:last-of-type {
          margin-left: 15px; }
          @media screen and (max-width: 991px) {
            .ss-newsletter-home__col-bot-left .mc-field-group:last-of-type {
              margin-left: 0; } }
    .ss-newsletter-home__col-bot-right {
      width: 50%;
      padding-left: 15px;
      display: -webkit-box;
      display: -ms-flexbox;
      display: flex;
      -webkit-box-align: start;
          -ms-flex-align: start;
              align-items: flex-start; }
      @media screen and (max-width: 991px) {
        .ss-newsletter-home__col-bot-right {
          padding: 0;
          width: 100%;
          -webkit-box-align: end;
              -ms-flex-align: end;
                  align-items: flex-end; } }
      @media screen and (max-width: 991px) {
        .ss-newsletter-home__col-bot-right {
          -webkit-box-orient: vertical;
          -webkit-box-direction: normal;
              -ms-flex-direction: column;
                  flex-direction: column; } }
  .ss-newsletter-small {
    background-color: #ecff7e;
    padding: 30px; }
    @media screen and (max-width: 991px) {
      .ss-newsletter-small {
        margin-top: 50px; } }
    .ss-newsletter-small .container {
      max-width: 100%;
      padding: 0; }
      .ss-newsletter-small .container .row {
        margin: 0; }
    .ss-newsletter-small input[type="text"],
    .ss-newsletter-small input[type="email"] {
      background-color: #fff; }
    .ss-newsletter-small__col-top {
      padding: 0; }
      .ss-newsletter-small__col-top h2 {
        padding-bottom: 0 !important; }
        .ss-newsletter-small__col-top h2:before {
          display: none; }
    .ss-newsletter-small__col-bot {
      padding: 0; }
      .ss-newsletter-small__col-bot-form {
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
            -ms-flex-direction: column;
                flex-direction: column; }
      .ss-newsletter-small__col-bot-left {
        width: 100%;
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
            -ms-flex-direction: column;
                flex-direction: column;
        padding: 0; }
        .ss-newsletter-small__col-bot-left .mc-field-group {
          margin: 15px 0 0 0; }
      .ss-newsletter-small__col-bot-right {
        width: 100%;
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
            -ms-flex-direction: column;
                flex-direction: column;
        padding: 0;
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-align: end;
            -ms-flex-align: end;
                align-items: flex-end; }
        .ss-newsletter-small__col-bot-right .mc-field-group {
          margin: 15px 0 0 0 !important; }
        .ss-newsletter-small__col-bot-right .ss-btn {
          padding: 7px 0;
          margin: 25px 0 0 0; }
  .ss-newsletter-wide {
    margin: 10px auto 130px;
    padding: 0; }
    .ss-newsletter-wide input[type="text"],
    .ss-newsletter-wide input[type="email"] {
      background-color: #fff; }
    .ss-newsletter-wide .row {
      -webkit-box-orient: vertical;
      -webkit-box-direction: normal;
          -ms-flex-direction: column;
              flex-direction: column;
      -webkit-box-align: center;
          -ms-flex-align: center;
              align-items: center;
      max-width: calc(50% - 15px);
      position: relative;
      margin: 0 auto; }
      @media screen and (max-width: 991px) {
        .ss-newsletter-wide .row {
          max-width: 100%; } }
      .ss-newsletter-wide .row:before {
        content: "";
        background-color: #ecff7e;
        position: absolute;
        width: 100%;
        height: calc(100% + 60px);
        top: -30px; }
    .ss-newsletter-wide__col-top {
      padding: 0 30px; }
      .ss-newsletter-wide__col-top h2 {
        padding-bottom: 0 !important;
        font-size: 22px; }
        .ss-newsletter-wide__col-top h2:before {
          display: none; }
    .ss-newsletter-wide__col-bot {
      padding: 0 30px; }
      .ss-newsletter-wide__col-bot-form {
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
            -ms-flex-direction: column;
                flex-direction: column; }
      .ss-newsletter-wide__col-bot-left {
        width: 100%;
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-orient: horizontal;
        -webkit-box-direction: normal;
            -ms-flex-direction: row;
                flex-direction: row;
        padding: 0; }
        @media screen and (max-width: 575px) {
          .ss-newsletter-wide__col-bot-left {
            -webkit-box-orient: vertical;
            -webkit-box-direction: normal;
                -ms-flex-direction: column;
                    flex-direction: column; } }
        .ss-newsletter-wide__col-bot-left .mc-field-group {
          margin: 15px 0 0 0 !important;
          width: 50%; }
          @media screen and (max-width: 575px) {
            .ss-newsletter-wide__col-bot-left .mc-field-group {
              width: 100%; } }
          @media screen and (min-width: 576px) {
            .ss-newsletter-wide__col-bot-left .mc-field-group:first-of-type {
              padding-right: 15px; } }
          @media screen and (min-width: 576px) {
            .ss-newsletter-wide__col-bot-left .mc-field-group:last-of-type {
              padding-left: 15px !important; } }
      .ss-newsletter-wide__col-bot-right {
        width: 100%;
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
            -ms-flex-direction: column;
                flex-direction: column;
        padding: 0;
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-align: end;
            -ms-flex-align: end;
                align-items: flex-end; }
        .ss-newsletter-wide__col-bot-right .mc-field-group {
          margin: 15px 0 0 0 !important; }
        .ss-newsletter-wide__col-bot-right .ss-btn {
          padding: 7px 0;
          margin: 25px 0 0 0; }
  .ss-newsletter label {
    margin-top: 0; }

.ss-footer {
  background-color: #144867;
  padding: 100px 0;
  position: relative;
  -webkit-transition: all .5s ease-in-out;
  transition: all .5s ease-in-out; }
  .ss-footer:before {
    content: "";
    background-image: url("../images/global/yellow-ribbon.png");
    width: 100%;
    height: 50px;
    position: absolute;
    top: 0;
    -webkit-transform: translateY(-50%);
            transform: translateY(-50%);
    background-repeat: no-repeat;
    background-position: center; }
    @media screen and (max-width: 991px) {
      .ss-footer:before {
        height: 66px;
        background-size: cover; } }
  .ss-footer-active {
    padding: 100px 0 600px; }
  .ss-footer-copyright {
    color: #fff;
    margin: 0;
    padding-top: 50px; }
    @media screen and (max-width: 1199px) {
      .ss-footer-copyright {
        font-size: 13px; } }
    @media screen and (max-width: 991px) {
      .ss-footer-copyright {
        font-size: 16px; } }
    @media screen and (max-width: 575px) {
      .ss-footer-copyright {
        font-size: 14px; } }
    @media screen and (max-width: 374px) {
      .ss-footer-copyright {
        font-size: 12px; } }
  @media screen and (max-width: 991px) {
    .ss-footer__col-left {
      padding-bottom: 25px; } }
  .ss-footer__col-left img {
    max-width: 200px; }
  .ss-footer__col-right {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between; }
    @media screen and (max-width: 991px) {
      .ss-footer__col-right {
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
            -ms-flex-direction: column;
                flex-direction: column; } }
    .ss-footer__col-right-links {
      width: 100%;
      display: -webkit-box;
      display: -ms-flexbox;
      display: flex;
      -webkit-box-align: center;
          -ms-flex-align: center;
              align-items: center;
      padding-right: 75px; }
      @media screen and (max-width: 1199px) {
        .ss-footer__col-right-links {
          padding-right: 25px; } }
      @media screen and (max-width: 991px) {
        .ss-footer__col-right-links {
          padding: 0; } }
      .ss-footer__col-right-links ul {
        position: relative;
        -webkit-box-pack: end;
            -ms-flex-pack: end;
                justify-content: flex-end; }
        @media screen and (max-width: 991px) {
          .ss-footer__col-right-links ul {
            -webkit-box-orient: vertical;
            -webkit-box-direction: normal;
                -ms-flex-direction: column;
                    flex-direction: column;
            padding-bottom: 25px; } }
        @media screen and (min-width: 992px) {
          .ss-footer__col-right-links ul li:not(:last-of-type) {
            margin-right: 30px; } }
        @media screen and (max-width: 991px) {
          .ss-footer__col-right-links ul li {
            padding-bottom: 25px; } }
    .ss-footer__col-right-social {
      width: 100%;
      max-width: 100px;
      display: -webkit-box;
      display: -ms-flexbox;
      display: flex;
      -webkit-box-align: center;
          -ms-flex-align: center;
              align-items: center; }
      @media screen and (max-width: 991px) {
        .ss-footer__col-right-social {
          max-width: 150px; } }
      .ss-footer__col-right-social ul {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-pack: justify;
            -ms-flex-pack: justify;
                justify-content: space-between; }
        @media screen and (min-width: 992px) {
          .ss-footer__col-right-social ul li:not(:last-of-type) {
            margin-right: 10px; } }
        .ss-footer__col-right-social ul li svg {
          width: 22px;
          height: 22px; }
    .ss-footer__col-right ul {
      list-style: none;
      display: -webkit-box;
      display: -ms-flexbox;
      display: flex;
      margin: 0;
      width: 100%; }
      .ss-footer__col-right ul li a {
        color: #fff;
        text-transform: uppercase;
        -webkit-transition: all .3s ease-in-out;
        transition: all .3s ease-in-out;
        letter-spacing: 1px;
        font-size: 14px; }
        @media screen and (max-width: 1199px) {
          .ss-footer__col-right ul li a {
            font-size: 13px; } }
        @media screen and (max-width: 991px) {
          .ss-footer__col-right ul li a {
            font-size: 16px; } }
        @media screen and (max-width: 575px) {
          .ss-footer__col-right ul li a {
            font-size: 14px; } }
        @media screen and (max-width: 374px) {
          .ss-footer__col-right ul li a {
            font-size: 12px; } }
        .ss-footer__col-right ul li a:hover {
          text-decoration: none;
          text-shadow: 0 0 0.65px #fff, 0 0 0.65px #fff; }
        .ss-footer__col-right ul li a.js-footer-contact-active {
          text-shadow: 0 0 0.65px #fff, 0 0 0.65px #fff; }
  .ss-footer__form {
    width: 100%;
    z-index: 1;
    display: none;
    max-width: 600px; }
    @media screen and (max-width: 1199px) {
      .ss-footer__form {
        max-width: 565px; } }
    @media screen and (max-width: 991px) {
      .ss-footer__form {
        max-width: 100%; } }
    @media screen and (min-width: 992px) {
      .ss-footer__form {
        position: absolute; } }
    .ss-footer__form .ss-error-message {
      color: #ff6666; }
    .ss-footer__form-content {
      display: -webkit-box;
      display: -ms-flexbox;
      display: flex; }
      @media screen and (max-width: 991px) {
        .ss-footer__form-content {
          -webkit-box-orient: vertical;
          -webkit-box-direction: normal;
              -ms-flex-direction: column;
                  flex-direction: column; } }
      .ss-footer__form-content-inner {
        width: 50%; }
        @media screen and (max-width: 991px) {
          .ss-footer__form-content-inner {
            width: 100%; } }
        .ss-footer__form-content-inner:first-of-type {
          margin-right: 15px; }
          @media screen and (max-width: 991px) {
            .ss-footer__form-content-inner:first-of-type {
              margin: 0; } }
        .ss-footer__form-content-inner:last-of-type {
          margin-left: 15px; }
          @media screen and (max-width: 991px) {
            .ss-footer__form-content-inner:last-of-type {
              margin: 0; } }
        .ss-footer__form-content-inner label {
          color: #fff;
          display: -webkit-box;
          display: -ms-flexbox;
          display: flex; }
          .ss-footer__form-content-inner label.ss-error-message {
            color: #fff; }
        .ss-footer__form-content-inner input {
          height: 42px;
          width: 100%; }
        .ss-footer__form-content-inner-textarea {
          margin: 0 !important;
          width: 100%; }
          .ss-footer__form-content-inner-textarea textarea {
            width: 100%; }
    .ss-footer__form .ss-btn {
      margin-top: 25px; }

.ss-home-hero {
  position: relative;
  padding: 100px 0 50px;
  height: 100vh;
  width: 100% !important;
  min-height: 725px; }
  @media screen and (max-width: 991px) {
    .ss-home-hero {
      padding: 125px 0 50px;
      height: auto; } }
  .ss-home-hero-image {
    position: absolute;
    max-width: 667px;
    right: 10vw;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    height: 100%;
    width: 100%;
    top: 0; }
    @media screen and (max-width: 1499px) {
      .ss-home-hero-image {
        max-width: 45vw; } }
    @media screen and (max-width: 991px) {
      .ss-home-hero-image {
        display: none; } }
    .ss-home-hero-image-img:first-of-type {
      margin-right: 15px;
      position: relative;
      top: -6%; }
    .ss-home-hero-image-img:last-of-type {
      margin-left: 15px;
      position: relative;
      top: 6%; }
  .ss-home-hero-bg {
    width: 100%;
    position: absolute;
    top: 0;
    background-image: url("../images/home/hero/hero-bg-desktop.png");
    background-size: 1350px;
    background-position: bottom right;
    background-repeat: no-repeat;
    padding: 100px 0 50px;
    height: 100vh;
    min-height: 725px; }
    @media screen and (max-width: 991px) {
      .ss-home-hero-bg {
        background-image: url("../images/home/hero/pattern.jpg");
        background-size: cover;
        background-position: bottom right;
        height: 100%;
        min-height: 100vh; } }
  .ss-home-hero__column-top {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    margin-bottom: 15px;
    z-index: 9; }
    @media screen and (min-width: 992px) {
      .ss-home-hero__column-top {
        display: none; } }
    .ss-home-hero__column-top img {
      max-width: 560px;
      width: 100%; }
      @media screen and (max-width: 767px) {
        .ss-home-hero__column-top img {
          max-height: 275px;
          -o-object-fit: cover;
             object-fit: cover;
          -o-object-position: top;
             object-position: top; } }
  @media screen and (max-width: 991px) {
    .ss-home-hero__column-bot {
      height: 100%; } }
  .ss-home-hero__img-mobile {
    width: 100%;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    margin: 0 auto;
    max-width: 422px; }
    @media screen and (max-width: 575px) {
      .ss-home-hero__img-mobile {
        width: 85vw;
        max-width: 350px; } }
    @media screen and (min-width: 992px) {
      .ss-home-hero__img-mobile {
        display: none; } }
  @media screen and (max-width: 991px) {
    .ss-home-hero__col-right {
      display: none; } }
  .ss-home-hero__col-right.in-view .animate-draw-down:before {
    height: 50%;
    top: calc(50% - 25%);
    right: -20px;
    -webkit-transition: height 1.5s ease;
    transition: height 1.5s ease; }
  .ss-home-hero__col-right.in-view .animate-draw-right:before {
    width: 25%; }
  .ss-home-hero__col-right img {
    position: relative; }
  .ss-home-hero .container {
    height: 100%;
    position: relative; }
    .ss-home-hero .container .row {
      height: 100%;
      -webkit-box-align: center;
          -ms-flex-align: center;
              align-items: center; }
      .ss-home-hero .container .row-arrow {
        position: absolute;
        top: calc(100vh - 175px);
        -webkit-box-align: end;
            -ms-flex-align: end;
                align-items: flex-end;
        height: auto; }
        @media screen and (max-width: 991px) {
          .ss-home-hero .container .row-arrow {
            top: unset;
            bottom: 0; } }
        @media screen and (max-width: 767px) {
          .ss-home-hero .container .row-arrow {
            bottom: unset;
            top: calc(100vh - 175px); } }
    .ss-home-hero .container h1 {
      font-size: 80px;
      font-weight: bold;
      color: #144867;
      margin-right: 15px; }
      @media screen and (max-width: 1499px) {
        .ss-home-hero .container h1 {
          font-size: 55px; } }
      @media screen and (max-width: 991px) {
        .ss-home-hero .container h1 {
          max-width: 300px;
          font-size: 36px; } }
      @media screen and (max-width: 575px) {
        .ss-home-hero .container h1 {
          font-size: 4.5vh;
          max-width: 250px; } }
    .ss-home-hero .container h2 {
      font-weight: bold;
      color: #144867;
      margin-right: 15px; }
    .ss-home-hero .container #ss-home-hero-arrow {
      position: relative; }
      .ss-home-hero .container #ss-home-hero-arrow img {
        -webkit-animation: scroll .35s ease-in alternate infinite;
                animation: scroll .35s ease-in alternate infinite;
        width: 21px; }
  .ss-home-hero-title-initial {
    position: absolute;
    top: 0;
    z-index: 1; }
    .ss-home-hero-title-initial h2 {
      font-size: 32px; }
      @media screen and (max-width: 1499px) {
        .ss-home-hero-title-initial h2 {
          font-size: 26px; } }
      @media screen and (max-width: 991px) {
        .ss-home-hero-title-initial h2 {
          max-width: 500px; } }
      @media screen and (max-width: 575px) {
        .ss-home-hero-title-initial h2 {
          font-size: 3.5vh;
          max-width: 325px; } }
  .ss-home-hero-title-secondary {
    position: relative; }
    .ss-home-hero-title-secondary-content {
      opacity: 0;
      -webkit-transform: translateX(6.25rem);
              transform: translateX(6.25rem);
      -webkit-transition: all 1.5s cubic-bezier(0.23, 1, 0.32, 1);
      transition: all 1.5s cubic-bezier(0.23, 1, 0.32, 1);
      z-index: 1; }
      .ss-home-hero-title-secondary-content h2 {
        font-size: 26px;
        position: relative; }
        @media screen and (max-width: 575px) {
          .ss-home-hero-title-secondary-content h2 {
            font-size: 3.5vh; } }
        .ss-home-hero-title-secondary-content h2:before {
          content: "“";
          position: absolute;
          left: -15px; }
      .ss-home-hero-title-secondary-content h3 {
        color: #414442;
        text-transform: unset;
        margin-bottom: 15px; }
      .ss-home-hero-title-secondary-content a {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-align: start;
            -ms-flex-align: start;
                align-items: flex-start; }
        .ss-home-hero-title-secondary-content a span {
          font-size: 10px;
          margin-top: -4px;
          margin-right: 5px; }
        .ss-home-hero-title-secondary-content a img {
          width: 73px; }

.ss-home-about-bot {
  padding-top: 100px;
  padding-bottom: 50px;
  position: relative; }
  @media screen and (max-width: 991px) {
    .ss-home-about-bot {
      padding-top: 75px; } }
  .ss-home-about-bot__col-left {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center; }
    @media screen and (max-width: 991px) {
      .ss-home-about-bot__col-left {
        -webkit-box-ordinal-group: 3;
            -ms-flex-order: 2;
                order: 2; } }
    @media screen and (max-width: 991px) {
      .ss-home-about-bot__col-left h2 {
        margin-top: 25px;
        max-width: 375px; } }
    .ss-home-about-bot__col-left p.fade-sibling {
      -webkit-transition-delay: 0s !important;
              transition-delay: 0s !important; }
    .ss-home-about-bot__col-left-btn {
      -webkit-transition-delay: .5s !important;
              transition-delay: .5s !important; }
  @media screen and (max-width: 991px) {
    .ss-home-about-bot__col-right {
      -webkit-box-ordinal-group: 2;
          -ms-flex-order: 1;
              order: 1; } }
  .ss-home-about-bot__img {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center; }
    @media screen and (max-width: 991px) {
      .ss-home-about-bot__img img {
        height: 400px;
        -o-object-fit: cover;
           object-fit: cover;
        width: 100%;
        -o-object-position: top;
           object-position: top; } }
  .ss-home-about-bot #js-about-video {
    display: none;
    position: relative; }

.ss-home-nav {
  position: fixed;
  top: 50%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  left: 30px;
  display: none; }
  @media screen and (max-width: 1199px) {
    .ss-home-nav {
      display: none !important; } }
  .ss-home-nav ul {
    list-style: none;
    margin-bottom: 0; }
    .ss-home-nav ul li {
      margin: 10px 0;
      overflow: hidden; }
      .ss-home-nav ul li a {
        color: #144867;
        position: relative;
        padding-left: 23px;
        -webkit-transform: translateX(-23px);
                transform: translateX(-23px);
        display: block;
        -webkit-transition: 0.3s;
        transition: 0.3s; }
        .ss-home-nav ul li a:hover {
          text-decoration: none;
          -webkit-transform: translateX(0);
                  transform: translateX(0);
          font-weight: bold; }
          .ss-home-nav ul li a:hover:before {
            content: "";
            height: 2px;
            width: 12px;
            display: block;
            background-color: #144867;
            position: absolute;
            left: 0;
            top: 50%;
            -webkit-transform: translateY(-50%);
                    transform: translateY(-50%); }
        .ss-home-nav ul li a.nav-active {
          font-weight: bold;
          -webkit-transform: translateX(0);
                  transform: translateX(0); }
          .ss-home-nav ul li a.nav-active:before {
            content: "";
            height: 2px;
            width: 12px;
            display: block;
            background-color: #144867;
            position: absolute;
            left: 0;
            top: 50%;
            -webkit-transform: translateY(-50%);
                    transform: translateY(-50%); }

.ss-home-services {
  padding: 150px 0;
  position: relative; }
  .ss-home-services-bg {
    width: 100%;
    height: 100%;
    position: absolute;
    top: 0; }
    .ss-home-services-bg:before {
      content: "";
      background: #144867;
      max-width: 1310px;
      width: 80vw;
      height: calc(100% - 150px);
      position: absolute;
      left: 50%;
      top: 50%;
      -webkit-transform: translateX(-50%);
      transform: translate(-50%, -50%); }
      @media screen and (max-width: 1499px) {
        .ss-home-services-bg:before {
          width: 76vw; } }
      @media screen and (max-width: 1199px) {
        .ss-home-services-bg:before {
          max-width: 991px;
          width: calc(100% + 30px); } }
      @media screen and (max-width: 991px) {
        .ss-home-services-bg:before {
          width: calc(767px - 30px); } }
      @media screen and (max-width: 767px) {
        .ss-home-services-bg:before {
          max-width: calc(100% - 30px); } }
    .ss-home-services-bg:after {
      content: "";
      background: #ecff7e;
      max-width: 1295px;
      width: 80vw;
      height: calc(100% - 150px);
      position: absolute;
      left: calc(50% + 60px);
      bottom: calc(50% - 60px);
      -webkit-transform: translate(-50%, 50%);
              transform: translate(-50%, 50%);
      z-index: -1; }
      @media screen and (max-width: 1499px) {
        .ss-home-services-bg:after {
          width: 76vw; } }
      @media (max-width: 1115px) {
        .ss-home-services-bg:after {
          left: 50%; } }
      @media screen and (max-width: 1199px) {
        .ss-home-services-bg:after {
          max-width: 991px;
          width: calc(100% + 30px); } }
      @media screen and (max-width: 991px) {
        .ss-home-services-bg:after {
          width: calc(767px - 30px);
          left: calc(50% + 15px);
          bottom: calc(50% - 15px); } }
      @media screen and (max-width: 767px) {
        .ss-home-services-bg:after {
          max-width: calc(100% - 30px); } }
  @media screen and (max-width: 575px) {
    .ss-home-services__column-top {
      padding-left: 30px;
      padding-right: 30px; } }
  .ss-home-services__column-top h2 {
    color: #fff; }
  .ss-home-services__column-top p {
    max-width: 50%;
    color: #fff;
    margin: 25px 0; }
    @media screen and (max-width: 991px) {
      .ss-home-services__column-top p {
        max-width: 100%; } }
  @media screen and (max-width: 991px) {
    .ss-home-services__column-bot:nth-child(-n+2) {
      margin-bottom: 10px; } }
  @media screen and (max-width: 767px) {
    .ss-home-services__column-bot {
      display: -webkit-box;
      display: -ms-flexbox;
      display: flex;
      -webkit-box-align: start;
          -ms-flex-align: start;
              align-items: flex-start; } }
  @media screen and (max-width: 575px) {
    .ss-home-services__column-bot {
      padding-left: 30px;
      padding-right: 30px; }
      .ss-home-services__column-bot:not(:last-of-type) {
        margin-bottom: 10px; } }
  .ss-home-services__column-bot:nth-child(1) {
    -webkit-transition-delay: .2s;
            transition-delay: .2s; }
  .ss-home-services__column-bot:nth-child(2) {
    -webkit-transition-delay: .3s;
            transition-delay: .3s; }
  .ss-home-services__column-bot:nth-child(3) {
    -webkit-transition-delay: .4s;
            transition-delay: .4s; }
  .ss-home-services__column-bot:nth-child(4) {
    -webkit-transition-delay: .5s;
            transition-delay: .5s; }
  .ss-home-services__column-bot p {
    color: #fff; }
  .ss-home-services__column-bot-image {
    margin-bottom: 15px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: start;
        -ms-flex-align: start;
            align-items: flex-start;
    -webkit-box-pack: start;
        -ms-flex-pack: start;
            justify-content: flex-start; }
    .ss-home-services__column-bot-image img {
      height: 31px; }
      @media screen and (max-width: 767px) {
        .ss-home-services__column-bot-image img {
          height: auto;
          width: 40px;
          min-width: 40px; } }
    @media screen and (max-width: 767px) {
      .ss-home-services__column-bot-image {
        margin-right: 15px;
        margin-bottom: 0; } }

.ss-home-scale {
  padding: 115px 0 50px; }
  @media screen and (max-width: 991px) {
    .ss-home-scale {
      padding: 35px 0 50px; } }
  .ss-home-scale__col-left {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center; }
    .ss-home-scale__col-left h2 {
      max-width: 350px; }
      @media screen and (max-width: 991px) {
        .ss-home-scale__col-left h2 {
          font-size: 32px;
          margin-bottom: 50px; } }
  .ss-home-scale__col-right-image {
    width: 100%;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-box-pack: end;
        -ms-flex-pack: end;
            justify-content: flex-end; }
    @media screen and (max-width: 767px) {
      .ss-home-scale__col-right-image {
        -webkit-box-pack: start;
            -ms-flex-pack: start;
                justify-content: flex-start; } }
    @media screen and (max-width: 767px) {
      .ss-home-scale__col-right-image-desktop {
        display: none; } }
    .ss-home-scale__col-right-image-mobile {
      max-width: 531px;
      width: 100%; }
      @media screen and (min-width: 768px) {
        .ss-home-scale__col-right-image-mobile {
          display: none; } }

.ss-home-testimonials {
  padding: 100px 0;
  display: none; }
  .ss-home-testimonials__col-left {
    position: relative; }
    .ss-home-testimonials__col-left-bg {
      background-image: url("../images/home/testimonials/quote.png");
      position: absolute;
      width: 189px;
      background-repeat: no-repeat;
      height: 149px;
      top: -40px;
      left: 160px;
      z-index: -1;
      background-size: contain; }
      @media screen and (max-width: 1499px) {
        .ss-home-testimonials__col-left-bg {
          left: 105px; } }
      @media screen and (max-width: 991px) {
        .ss-home-testimonials__col-left-bg {
          height: 124px;
          width: 158px;
          background-size: cover;
          left: 15px; } }
      @media screen and (max-width: 575px) {
        .ss-home-testimonials__col-left-bg {
          height: 99px;
          width: 126px; } }
    .ss-home-testimonials__col-left h2 {
      max-width: 300px; }
      @media screen and (max-width: 991px) {
        .ss-home-testimonials__col-left h2 {
          max-width: 100%;
          margin-bottom: 50px; } }
  .ss-home-testimonials__col-right {
    -webkit-transition-delay: .2s;
            transition-delay: .2s; }
    .ss-home-testimonials__col-right-slider h3 {
      color: #144867;
      font-size: 26px;
      font-weight: bold;
      text-transform: unset;
      position: relative;
      margin-left: 15px;
      line-height: 1.3; }
      @media screen and (max-width: 767px) {
        .ss-home-testimonials__col-right-slider h3 {
          margin-left: 30px;
          margin-right: 30px; } }
      .ss-home-testimonials__col-right-slider h3:before {
        content: "“";
        position: absolute;
        left: -15px; }
        @media screen and (max-width: 767px) {
          .ss-home-testimonials__col-right-slider h3:before {
            left: -15px; } }
    .ss-home-testimonials__col-right-slider p {
      margin-left: 15px; }
      @media screen and (max-width: 767px) {
        .ss-home-testimonials__col-right-slider p {
          margin-left: 30px; } }
    .ss-home-testimonials__col-right-slider .slick-prev {
      left: 15px; }
    .ss-home-testimonials__col-right-slider .slick-next {
      left: 65px; }

.ss-home-ready-to-scale {
  margin: 50px 0;
  position: relative;
  height: 500px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center; }
  @media screen and (max-width: 991px) {
    .ss-home-ready-to-scale {
      height: auto;
      display: -webkit-box;
      display: -ms-flexbox;
      display: flex;
      -webkit-box-orient: vertical;
      -webkit-box-direction: normal;
          -ms-flex-direction: column;
              flex-direction: column;
      margin: 0;
      padding: 50px 0; } }
  .ss-home-ready-to-scale-bg-left {
    background-image: url("../images/home/ready-to-scale/ready-to-scale.jpg");
    height: 100%;
    width: calc(50% + 30px);
    position: absolute;
    top: -25px;
    left: 0;
    background-size: cover;
    background-position: center; }
    @media screen and (max-width: 991px) {
      .ss-home-ready-to-scale-bg-left {
        display: none; } }
  .ss-home-ready-to-scale-bg-right {
    background-color: #144867;
    height: 100%;
    width: calc(50% + 30px);
    position: absolute;
    bottom: -25px;
    right: 0;
    z-index: -1; }
    @media screen and (max-width: 991px) {
      .ss-home-ready-to-scale-bg-right {
        width: 100%;
        bottom: 0;
        height: calc(100% - 50px); } }
  @media screen and (max-width: 991px) {
    .ss-home-ready-to-scale__col-right {
      padding-top: 25px; } }
  .ss-home-ready-to-scale__col-right h2 {
    color: #fff;
    font-size: 62px; }
    @media screen and (max-width: 1499px) {
      .ss-home-ready-to-scale__col-right h2 {
        font-size: 46px;
        max-width: 400px; } }
    @media screen and (max-width: 767px) {
      .ss-home-ready-to-scale__col-right h2 {
        font-size: 36px;
        max-width: 325px; } }
  .ss-home-ready-to-scale__col-right p {
    color: #fff; }
  .ss-home-ready-to-scale-img {
    width: 100%; }
    @media screen and (min-width: 992px) {
      .ss-home-ready-to-scale-img {
        display: none; } }

.ss-home-team {
  padding-top: 50px;
  position: relative;
  background-image: -webkit-gradient(linear, left bottom, left top, from(#d4dfe6), to(#f1f5fa));
  background-image: linear-gradient(0deg, #d4dfe6 0%, #f1f5fa 100%); }
  .ss-home-team:before {
    content: "";
    background-color: #f5f5f5;
    position: absolute;
    width: 100%;
    height: calc(100% + 100px);
    top: -100px;
    z-index: -2; }
  .ss-home-team__col-title h3 {
    color: #414442;
    font-size: 16px;
    text-transform: unset;
    font-weight: bold; }
  .ss-home-team__col-title-default {
    -webkit-transition: .3s ease;
    transition: .3s ease; }
    .ss-home-team__col-title-default-tap {
      font-weight: normal;
      font-size: 16px; }
      @media screen and (min-width: 992px) {
        .ss-home-team__col-title-default-tap {
          display: none; } }
  .ss-home-team__col-title-sue, .ss-home-team__col-title-michelle, .ss-home-team__col-title-bianca, .ss-home-team__col-title-jane {
    opacity: 0;
    position: absolute;
    top: 0;
    -webkit-transition: .3s ease;
    transition: .3s ease; }
  .ss-home-team__col-members {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    width: 100%;
    margin: 0 auto;
    position: relative;
    max-width: 1557px;
    height: 850px; }
    @media (max-width: 1557px) {
      .ss-home-team__col-members {
        max-width: 1500px;
        height: 825px; } }
    @media (max-width: 1500px) {
      .ss-home-team__col-members {
        max-width: 1200px;
        height: 650px; } }
    @media screen and (max-width: 1199px) {
      .ss-home-team__col-members {
        max-width: 960px;
        height: 525px; } }
    @media screen and (max-width: 991px) {
      .ss-home-team__col-members {
        max-width: 720px;
        height: 400px; } }
    @media screen and (max-width: 767px) {
      .ss-home-team__col-members {
        max-width: 540px;
        height: 265px; } }
    @media screen and (max-width: 575px) {
      .ss-home-team__col-members {
        max-width: 100%;
        height: 50vw; } }
    .ss-home-team__col-members .image-team-sue, .ss-home-team__col-members .image-team-michelle, .ss-home-team__col-members .image-team-bianca, .ss-home-team__col-members .image-team-jane {
      -webkit-transition: .3s ease;
      transition: .3s ease; }
      .ss-home-team__col-members .image-team-sue.inactive, .ss-home-team__col-members .image-team-michelle.inactive, .ss-home-team__col-members .image-team-bianca.inactive, .ss-home-team__col-members .image-team-jane.inactive {
        -webkit-filter: contrast(50%);
                filter: contrast(50%); }
    .ss-home-team__col-members a {
      position: absolute;
      z-index: 1;
      bottom: 0; }
      .ss-home-team__col-members a#team-sue {
        width: 28%;
        left: 2%;
        height: 750px; }
        @media (max-width: 1557px) {
          .ss-home-team__col-members a#team-sue {
            height: 715px; } }
        @media (max-width: 1500px) {
          .ss-home-team__col-members a#team-sue {
            height: 575px; } }
        @media screen and (max-width: 1199px) {
          .ss-home-team__col-members a#team-sue {
            height: 460px; } }
        @media screen and (max-width: 991px) {
          .ss-home-team__col-members a#team-sue {
            height: 350px; } }
        @media screen and (max-width: 767px) {
          .ss-home-team__col-members a#team-sue {
            height: 260px; } }
        @media screen and (max-width: 575px) {
          .ss-home-team__col-members a#team-sue {
            height: 47vw; } }
      .ss-home-team__col-members a#team-michelle {
        width: 25%;
        left: 30%;
        height: 850px; }
        @media (max-width: 1557px) {
          .ss-home-team__col-members a#team-michelle {
            height: 800px; } }
        @media (max-width: 1500px) {
          .ss-home-team__col-members a#team-michelle {
            height: 650px; } }
        @media screen and (max-width: 1199px) {
          .ss-home-team__col-members a#team-michelle {
            height: 525px; } }
        @media screen and (max-width: 991px) {
          .ss-home-team__col-members a#team-michelle {
            height: 390px; } }
        @media screen and (max-width: 767px) {
          .ss-home-team__col-members a#team-michelle {
            height: 290px; } }
        @media screen and (max-width: 575px) {
          .ss-home-team__col-members a#team-michelle {
            height: 54vw; } }
      .ss-home-team__col-members a#team-bianca {
        width: 24%;
        left: 55%;
        height: 805px; }
        @media (max-width: 1557px) {
          .ss-home-team__col-members a#team-bianca {
            height: 775px; } }
        @media (max-width: 1500px) {
          .ss-home-team__col-members a#team-bianca {
            height: 615px; } }
        @media screen and (max-width: 1199px) {
          .ss-home-team__col-members a#team-bianca {
            height: 500px; } }
        @media screen and (max-width: 991px) {
          .ss-home-team__col-members a#team-bianca {
            height: 375px; } }
        @media screen and (max-width: 767px) {
          .ss-home-team__col-members a#team-bianca {
            height: 275px; } }
        @media screen and (max-width: 575px) {
          .ss-home-team__col-members a#team-bianca {
            height: 51vw; } }
      .ss-home-team__col-members a#team-jane {
        width: 21%;
        left: 79%;
        height: 885px; }
        @media (max-width: 1557px) {
          .ss-home-team__col-members a#team-jane {
            height: 850px; } }
        @media (max-width: 1500px) {
          .ss-home-team__col-members a#team-jane {
            height: 675px; } }
        @media screen and (max-width: 1199px) {
          .ss-home-team__col-members a#team-jane {
            height: 550px; } }
        @media screen and (max-width: 991px) {
          .ss-home-team__col-members a#team-jane {
            height: 410px; } }
        @media screen and (max-width: 767px) {
          .ss-home-team__col-members a#team-jane {
            height: 310px; } }
        @media screen and (max-width: 575px) {
          .ss-home-team__col-members a#team-jane {
            height: 57vw; } }
    .ss-home-team__col-members img {
      position: absolute;
      -o-object-fit: cover;
         object-fit: cover;
      bottom: 0; }

.ss-home-board {
  padding: 50px 0 100px;
  position: relative;
  display: none; }
  .ss-home-board-bg {
    height: 100%;
    background-color: #f5f5f5;
    width: 100%;
    position: absolute;
    top: 0; }
    @media screen and (max-width: 767px) {
      .ss-home-board-bg {
        height: calc(100% + 50px); } }
  .ss-home-board h2 {
    margin-bottom: 25px; }
  @media screen and (max-width: 767px) {
    .ss-home-board__col:not(:first-of-type) {
      margin-top: 25px; } }
  .ss-home-board__col:nth-child(1) {
    -webkit-transition-delay: .1s;
            transition-delay: .1s; }
  .ss-home-board__col:nth-child(2) {
    -webkit-transition-delay: .15s;
            transition-delay: .15s; }
  .ss-home-board__col:nth-child(3) {
    -webkit-transition-delay: .2s;
            transition-delay: .2s; }
  .ss-home-board__col:nth-child(4) {
    -webkit-transition-delay: .25s;
            transition-delay: .25s; }
  .ss-home-board__col:nth-child(5) {
    -webkit-transition-delay: .3s;
            transition-delay: .3s; }
  .ss-home-board__col:nth-child(6) {
    -webkit-transition-delay: .35s;
            transition-delay: .35s; }
  .ss-home-board__col:nth-child(7) {
    -webkit-transition-delay: .4s;
            transition-delay: .4s; }
  .ss-home-board__col:nth-child(8) {
    -webkit-transition-delay: .45s;
            transition-delay: .45s; }
  .ss-home-board__col:nth-child(9) {
    -webkit-transition-delay: .5s;
            transition-delay: .5s; }
  .ss-home-board__col:nth-child(10) {
    -webkit-transition-delay: .55s;
            transition-delay: .55s; }
  .ss-home-board__col:nth-child(11) {
    -webkit-transition-delay: .6s;
            transition-delay: .6s; }
  .ss-home-board__col:nth-child(12) {
    -webkit-transition-delay: .65s;
            transition-delay: .65s; }
  .ss-home-board__col:nth-child(13) {
    -webkit-transition-delay: .7s;
            transition-delay: .7s; }
  .ss-home-board__col:nth-child(14) {
    -webkit-transition-delay: .75s;
            transition-delay: .75s; }
  .ss-home-board__col:nth-child(15) {
    -webkit-transition-delay: .8s;
            transition-delay: .8s; }
  .ss-home-board__col:nth-child(16) {
    -webkit-transition-delay: .85s;
            transition-delay: .85s; }
  @media screen and (max-width: 767px) {
    .ss-home-board__col-content {
      display: -webkit-box;
      display: -ms-flexbox;
      display: flex;
      -webkit-box-align: start;
          -ms-flex-align: start;
              align-items: flex-start; } }
  .ss-home-board__col-content h3 {
    color: #144867;
    text-transform: unset;
    margin: 15px auto 5px; }
    @media screen and (max-width: 767px) {
      .ss-home-board__col-content h3 {
        margin-top: 0; } }
  .ss-home-board__col-content a {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    position: relative; }
    .ss-home-board__col-content a:before {
      content: "";
      background-color: #ecff7e;
      position: absolute;
      top: 0;
      left: 0;
      height: 100%;
      width: 100%;
      -webkit-transition: all .3s ease;
      transition: all .3s ease;
      opacity: 0; }
    .ss-home-board__col-content a:hover:before {
      opacity: 1; }
    .ss-home-board__col-content a:hover img {
      -webkit-filter: grayscale(0);
              filter: grayscale(0);
      -webkit-transform: translate(-15px, -15px);
              transform: translate(-15px, -15px); }
    .ss-home-board__col-content a img {
      -webkit-filter: grayscale(100%);
              filter: grayscale(100%);
      -webkit-transition: all .3s ease;
      transition: all .3s ease;
      max-width: 270px;
      width: 100%; }
      @media screen and (max-width: 767px) {
        .ss-home-board__col-content a img {
          max-width: 110px;
          padding-right: 15px; } }

.ss-home-social {
  padding: 220px 0 150px;
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center; }
  @media screen and (max-width: 991px) {
    .ss-home-social {
      -webkit-box-orient: vertical;
      -webkit-box-direction: normal;
          -ms-flex-direction: column;
              flex-direction: column;
      padding: 100px 0 50px; } }
  .ss-home-social__background {
    width: calc(50% - 15px);
    background-color: #ecff7e;
    height: calc(100% - 150px);
    position: absolute;
    top: 120px;
    left: 0; }
    @media screen and (max-width: 991px) {
      .ss-home-social__background {
        width: 100%;
        height: calc(50% + 50px);
        top: 50px; } }
  @media screen and (min-width: 992px) {
    .ss-home-social .row {
      -ms-flex-wrap: nowrap;
          flex-wrap: nowrap; } }
  .ss-home-social__col-left {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    z-index: 1; }
    .ss-home-social__col-left h2 {
      font-size: 62px;
      max-width: 275px;
      line-height: 1; }
      @media screen and (max-width: 1499px) {
        .ss-home-social__col-left h2 {
          font-size: 51px; } }
      @media screen and (max-width: 1199px) {
        .ss-home-social__col-left h2 {
          font-size: 52px; } }
      @media screen and (max-width: 991px) {
        .ss-home-social__col-left h2 {
          max-width: 400px;
          font-size: 42px; } }
      @media screen and (max-width: 374px) {
        .ss-home-social__col-left h2 {
          font-size: 36px; } }
    .ss-home-social__col-left h3 {
      font-size: 26px;
      text-transform: unset;
      color: #144867; }
      @media screen and (max-width: 1199px) {
        .ss-home-social__col-left h3 {
          font-size: 22px; } }
      @media screen and (max-width: 991px) {
        .ss-home-social__col-left h3 {
          margin-bottom: 25px; } }
      @media screen and (max-width: 575px) {
        .ss-home-social__col-left h3 {
          font-size: 20px; } }
      @media screen and (max-width: 374px) {
        .ss-home-social__col-left h3 {
          font-size: 18px; } }
  .ss-home-social__col-right {
    -webkit-transition-delay: .2s;
            transition-delay: .2s; }
    .ss-home-social__col-right-container {
      width: 100%;
      padding-left: 40%;
      position: absolute;
      padding-right: 10px; }
      @media screen and (max-width: 1499px) {
        .ss-home-social__col-right-container {
          padding-left: 42%; } }
      @media screen and (max-width: 991px) {
        .ss-home-social__col-right-container {
          position: static;
          padding-left: 15px; } }
      @media screen and (max-width: 575px) {
        .ss-home-social__col-right-container {
          padding-right: 15px; } }
    .ss-home-social__col-right .slick-slide {
      margin: 0 10px;
      -o-object-fit: cover;
         object-fit: cover; }
      @media screen and (max-width: 575px) {
        .ss-home-social__col-right .slick-slide {
          margin: 0; } }
    .ss-home-social__col-right .slick-list {
      padding: 0 15% 0 0;
      margin: 0 -10px; }
      @media screen and (max-width: 575px) {
        .ss-home-social__col-right .slick-list {
          padding: 0 !important;
          margin: 0; } }
  .ss-home-social-ig-image {
    position: relative; }
    .ss-home-social-ig-image svg {
      position: absolute;
      width: 22px;
      right: 15px;
      top: 15px; }

.ss-our-team {
  background-color: #f5f5f5;
  padding: 100px 0; }
  @media screen and (max-width: 991px) {
    .ss-our-team {
      padding: 0 0 100px; } }
  .ss-our-team__col-left {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column; }
    .ss-our-team__col-left img {
      width: 100%;
      max-width: 370px;
      margin: 0 auto 25px; }
    .ss-our-team__col-left h1 {
      color: #144867;
      text-transform: unset;
      font-size: 16px; }
  @media screen and (max-width: 991px) {
    .ss-our-team-close-desktop {
      display: none; } }
  .ss-our-team-close-mobile {
    position: fixed;
    bottom: 0;
    width: 100%;
    height: 80px;
    background-color: #144867;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    -webkit-box-align: start;
        -ms-flex-align: start;
            align-items: flex-start;
    padding-top: 15px;
    z-index: 99; }
    @media screen and (min-width: 992px) {
      .ss-our-team-close-mobile {
        display: none; } }
    .ss-our-team-close-mobile .ss-close {
      background-image: url("../images/global/icon-close-white.svg");
      position: static;
      height: 100%;
      width: 100%;
      -webkit-transform: unset;
              transform: unset;
      background-position: top center;
      background-size: 22px;
      background-repeat: no-repeat; }
  @media screen and (max-width: 991px) {
    .ss-our-team-img-desktop {
      display: none; } }
  .ss-our-team-img-mobile {
    max-width: 450px;
    width: 100%;
    margin-bottom: 25px; }
    @media screen and (min-width: 992px) {
      .ss-our-team-img-mobile {
        display: none; } }
    .ss-our-team-img-mobile-container {
      display: -webkit-box;
      display: -ms-flexbox;
      display: flex;
      -webkit-box-align: center;
          -ms-flex-align: center;
              align-items: center;
      -webkit-box-pack: center;
          -ms-flex-pack: center;
              justify-content: center; }

.ss-board-of-advisors {
  background-color: #f5f5f5;
  padding: 100px 0;
  position: relative; }
  @media screen and (max-width: 991px) {
    .ss-board-of-advisors {
      padding-top: 0; } }
  .ss-board-of-advisors__col-left {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column; }
    .ss-board-of-advisors__col-left img {
      width: 100%;
      max-width: 370px;
      margin: 0 auto 25px; }
    .ss-board-of-advisors__col-left h1 {
      color: #144867;
      text-transform: unset;
      font-size: 16px; }
  @media screen and (max-width: 991px) {
    .ss-board-of-advisors-close-desktop {
      display: none; } }
  .ss-board-of-advisors-close-mobile {
    position: fixed;
    bottom: 0;
    width: 100%;
    height: 80px;
    background-color: #144867;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    -webkit-box-align: start;
        -ms-flex-align: start;
            align-items: flex-start;
    padding-top: 15px;
    z-index: 99; }
    @media screen and (min-width: 992px) {
      .ss-board-of-advisors-close-mobile {
        display: none; } }
    .ss-board-of-advisors-close-mobile .ss-close {
      background-image: url("../images/global/icon-close-white.svg");
      position: static;
      height: 100%;
      width: 100%;
      -webkit-transform: unset;
              transform: unset;
      background-position: top center;
      background-size: 22px;
      background-repeat: no-repeat; }
  @media screen and (max-width: 991px) {
    .ss-board-of-advisors-img-desktop {
      display: none; } }
  .ss-board-of-advisors-img-mobile {
    max-width: 450px;
    width: 100%;
    margin-bottom: 25px; }
    @media screen and (min-width: 992px) {
      .ss-board-of-advisors-img-mobile {
        display: none; } }
    .ss-board-of-advisors-img-mobile-container {
      display: -webkit-box;
      display: -ms-flexbox;
      display: flex;
      -webkit-box-align: center;
          -ms-flex-align: center;
              align-items: center;
      -webkit-box-pack: center;
          -ms-flex-pack: center;
              justify-content: center; }

.ss-apply {
  padding: 50px 0 75px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-transition: height 0.4s linear;
  transition: height 0.4s linear;
  position: relative;
  height: 700px; }
  @media screen and (max-width: 991px) {
    .ss-apply {
      height: auto;
      padding: 25px 0 100px; } }
  .ss-apply-bg-color {
    position: absolute;
    width: 350px;
    height: 450px;
    background-color: #ecff7e;
    right: 0;
    z-index: -1; }
    @media screen and (max-width: 1499px) {
      .ss-apply-bg-color {
        width: 250px;
        height: 375px; } }
    @media screen and (max-width: 1199px) {
      .ss-apply-bg-color {
        width: 150px;
        height: 275px; } }
    @media screen and (max-width: 991px) {
      .ss-apply-bg-color {
        top: unset;
        bottom: 150px; } }
    @media screen and (max-width: 575px) {
      .ss-apply-bg-color {
        bottom: 45vw;
        width: 25vw;
        height: 35vw; } }
  @media screen and (max-width: 991px) {
    .ss-apply__start {
      padding-bottom: 75px; } }
  .ss-apply__step {
    -webkit-transition: all .3s ease-in-out;
    transition: all .3s ease-in-out; }
    .ss-apply__step-0 {
      display: -webkit-box;
      display: -ms-flexbox;
      display: flex;
      -webkit-box-orient: vertical;
      -webkit-box-direction: normal;
          -ms-flex-direction: column;
              flex-direction: column;
      -webkit-box-align: center;
          -ms-flex-align: center;
              align-items: center;
      -webkit-box-pack: center;
          -ms-flex-pack: center;
              justify-content: center;
      width: 100%;
      position: relative;
      height: 100%;
      padding-top: 25px; }
      .ss-apply__step-0 h1 {
        font-weight: bold;
        font-size: 52px;
        color: #144867; }
        @media screen and (max-width: 1199px) {
          .ss-apply__step-0 h1 {
            font-size: 48px; } }
        @media screen and (max-width: 991px) {
          .ss-apply__step-0 h1 {
            max-width: 400px; } }
        @media screen and (max-width: 767px) {
          .ss-apply__step-0 h1 {
            font-size: 40px; } }
      .ss-apply__step-0-image {
        position: absolute;
        max-width: 667px;
        right: 250px;
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        height: 100%;
        width: 100%;
        top: 0; }
        @media screen and (max-width: 1499px) {
          .ss-apply__step-0-image {
            right: 100px; } }
        @media screen and (max-width: 1199px) {
          .ss-apply__step-0-image {
            right: 15px;
            max-width: 600px; } }
        @media screen and (max-width: 991px) {
          .ss-apply__step-0-image {
            position: relative;
            -ms-flex-item-align: end;
                align-self: flex-end;
            right: 0;
            padding-left: 15px;
            -webkit-box-ordinal-group: 3;
                -ms-flex-order: 2;
                    order: 2; } }
        .ss-apply__step-0-image-img {
          position: relative; }
          .ss-apply__step-0-image-img:first-of-type {
            margin-right: 20px; }
            @media screen and (max-width: 991px) {
              .ss-apply__step-0-image-img:first-of-type {
                margin-bottom: 25px; } }
          .ss-apply__step-0-image-img:last-of-type {
            margin-left: 20px;
            display: -webkit-box;
            display: -ms-flexbox;
            display: flex;
            -webkit-box-align: end;
                -ms-flex-align: end;
                    align-items: flex-end; }
        .ss-apply__step-0-image-hide {
          display: none; }
      .ss-apply__step-0-none {
        -webkit-box-pack: start;
            -ms-flex-pack: start;
                justify-content: flex-start; }
        .ss-apply__step-0-none:before {
          opacity: 1; }
    @media screen and (max-width: 991px) {
      .ss-apply__step-1 .ss-apply__step-col {
        -webkit-box-align: end;
            -ms-flex-align: end;
                align-items: flex-end; } }
    .ss-apply__step-1, .ss-apply__step-2, .ss-apply__step-3, .ss-apply__step-4, .ss-apply__step-5, .ss-apply__step-6, .ss-apply__step-success {
      width: 100%;
      display: none; }
      .ss-apply__step-1 h2, .ss-apply__step-2 h2, .ss-apply__step-3 h2, .ss-apply__step-4 h2, .ss-apply__step-5 h2, .ss-apply__step-6 h2, .ss-apply__step-success h2 {
        font-size: 52px;
        color: #144867;
        font-weight: bold;
        margin-bottom: 35px; }
        @media screen and (max-width: 767px) {
          .ss-apply__step-1 h2, .ss-apply__step-2 h2, .ss-apply__step-3 h2, .ss-apply__step-4 h2, .ss-apply__step-5 h2, .ss-apply__step-6 h2, .ss-apply__step-success h2 {
            font-size: 32px; } }
    .ss-apply__step-1, .ss-apply__step-2, .ss-apply__step-3, .ss-apply__step-4, .ss-apply__step-5, .ss-apply__step-6 {
      height: 100%; }
      .ss-apply__step-1 .container,
      .ss-apply__step-1 .row, .ss-apply__step-2 .container,
      .ss-apply__step-2 .row, .ss-apply__step-3 .container,
      .ss-apply__step-3 .row, .ss-apply__step-4 .container,
      .ss-apply__step-4 .row, .ss-apply__step-5 .container,
      .ss-apply__step-5 .row, .ss-apply__step-6 .container,
      .ss-apply__step-6 .row {
        height: 100%; }
    .ss-apply__step-col {
      display: -webkit-box;
      display: -ms-flexbox;
      display: flex;
      -webkit-box-orient: vertical;
      -webkit-box-direction: normal;
          -ms-flex-direction: column;
              flex-direction: column;
      -webkit-box-pack: justify;
          -ms-flex-pack: justify;
              justify-content: space-between; }
    .ss-apply__step-content-container {
      margin-top: 40px; }
  .ss-apply__progress {
    width: 100%;
    display: none; }
    .ss-apply__progress-step {
      display: block;
      font-size: 32px;
      font-weight: 300;
      margin-bottom: 5px; }
    .ss-apply__progress .progress {
      height: 7px;
      border-radius: 0; }
      .ss-apply__progress .progress-bar {
        background-color: #ecff7e;
        width: 0; }
        .ss-apply__progress .progress-bar-17 {
          width: 17%; }
        .ss-apply__progress .progress-bar-33 {
          width: 33%; }
        .ss-apply__progress .progress-bar-50 {
          width: 50%; }
        .ss-apply__progress .progress-bar-66 {
          width: 66%; }
        .ss-apply__progress .progress-bar-83 {
          width: 83%; }
        .ss-apply__progress .progress-bar-100 {
          width: 100%; }
  .ss-apply__btn-container {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    padding-bottom: 75px; }
    @media screen and (max-width: 991px) {
      .ss-apply__btn-container {
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
            -ms-flex-direction: column;
                flex-direction: column; } }
    .ss-apply__btn-container .ss-btn {
      max-width: 270px;
      height: 80px;
      display: -webkit-box;
      display: -ms-flexbox;
      display: flex;
      -webkit-box-align: center;
          -ms-flex-align: center;
              align-items: center;
      background-color: #fff;
      color: #144867;
      -webkit-transition: none;
      transition: none; }
      @media screen and (max-width: 991px) {
        .ss-apply__btn-container .ss-btn {
          max-width: 100%; } }
      .ss-apply__btn-container .ss-btn:hover, .ss-apply__btn-container .ss-btn:focus {
        border-width: 3px;
        outline: none; }
      .ss-apply__btn-container .ss-btn:not(:last-of-type) {
        margin-right: 30px; }
        @media screen and (max-width: 991px) {
          .ss-apply__btn-container .ss-btn:not(:last-of-type) {
            margin-bottom: 25px;
            margin-right: 0; } }
  .ss-apply__btn-prev {
    color: #144867;
    background-color: transparent;
    border-color: transparent; }
    @media screen and (min-width: 992px) {
      .ss-apply__btn-prev {
        -webkit-box-pack: start;
            -ms-flex-pack: start;
                justify-content: flex-start;
        max-width: 50px;
        margin-right: 0; } }
  .ss-apply__btn-active {
    border-width: 3px; }
  .ss-apply__btn-grey {
    border-color: #cccccc;
    color: #cccccc !important; }
  .ss-apply__submit-container {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex; }
    @media screen and (max-width: 991px) {
      .ss-apply__submit-container {
        -webkit-box-pack: justify;
            -ms-flex-pack: justify;
                justify-content: space-between; } }
    .ss-apply__submit-container .ss-btn:not(:last-of-type) {
      margin-right: 30px; }

.ss-apply__form {
  padding: 100px 0 150px; }
  @media screen and (max-width: 991px) {
    .ss-apply__form {
      padding: 50px 0 75px; } }
  .ss-apply__form-success, .ss-apply__form-denied {
    display: none; }
  .ss-apply__form-success-thankyou {
    display: none; }
    .ss-apply__form-success-thankyou-container {
      height: 100%;
      display: -webkit-box;
      display: -ms-flexbox;
      display: flex;
      -webkit-box-orient: vertical;
      -webkit-box-direction: normal;
          -ms-flex-direction: column;
              flex-direction: column;
      -webkit-box-pack: center;
          -ms-flex-pack: center;
              justify-content: center; }
  .ss-apply__form-denied-thankyou {
    display: none; }
    .ss-apply__form-denied-thankyou-container {
      height: 100%;
      display: -webkit-box;
      display: -ms-flexbox;
      display: flex;
      -webkit-box-align: center;
          -ms-flex-align: center;
              align-items: center; }
  .ss-apply__form-col-right {
    position: relative; }
    @media screen and (max-width: 991px) {
      .ss-apply__form-col-right {
        display: none;
        padding: 50px 15px; } }
    .ss-apply__form-col-right-bg {
      position: absolute;
      height: 450px;
      width: 350px;
      background-color: #ecff7e;
      right: -75px;
      top: 200px; }
      @media screen and (max-width: 1499px) {
        .ss-apply__form-col-right-bg {
          right: 0; } }
      @media screen and (max-width: 1199px) {
        .ss-apply__form-col-right-bg {
          right: -15px; } }
      @media screen and (max-width: 991px) {
        .ss-apply__form-col-right-bg {
          right: 0; } }
      @media screen and (max-width: 767px) {
        .ss-apply__form-col-right-bg {
          height: 400px; } }
      @media screen and (max-width: 575px) {
        .ss-apply__form-col-right-bg {
          height: 90vw;
          top: 45vw;
          width: 90%; } }
    @media screen and (max-width: 575px) {
      .ss-apply__form-col-right img {
        width: 100%; } }
  .ss-apply__form-field {
    width: 100%;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column; }
    .ss-apply__form-field-checkbox {
      -webkit-box-orient: horizontal;
      -webkit-box-direction: normal;
          -ms-flex-direction: row;
              flex-direction: row;
      -webkit-box-align: center;
          -ms-flex-align: center;
              align-items: center;
      margin-top: 10px; }
      .ss-apply__form-field-checkbox label {
        cursor: pointer;
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-align: center;
            -ms-flex-align: center;
                align-items: center; }
    .ss-apply__form-field .form-upload-multiple {
      display: none; }
    .ss-apply__form-field-attachedItem {
      background-color: #f0f4f6;
      color: #144867;
      height: 50px;
      display: -webkit-box;
      display: -ms-flexbox;
      display: flex;
      -webkit-box-align: center;
          -ms-flex-align: center;
              align-items: center;
      padding: 0 15px;
      position: relative;
      margin-top: 15px; }
      .ss-apply__form-field-attachedItem img {
        margin-right: 15px;
        width: 15px; }
      .ss-apply__form-field-attachedItem a {
        width: 19px;
        height: 19px;
        top: 50%;
        -webkit-transform: translateY(-50%);
                transform: translateY(-50%); }
  .ss-apply__form-row {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex; }
    @media screen and (max-width: 767px) {
      .ss-apply__form-row {
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
            -ms-flex-direction: column;
                flex-direction: column; } }
    .ss-apply__form-row-field {
      display: -webkit-box;
      display: -ms-flexbox;
      display: flex;
      -webkit-box-orient: vertical;
      -webkit-box-direction: normal;
          -ms-flex-direction: column;
              flex-direction: column;
      width: 50%; }
      @media screen and (max-width: 767px) {
        .ss-apply__form-row-field {
          width: 100%; } }
      @media screen and (min-width: 768px) {
        .ss-apply__form-row-field:first-of-type {
          margin-right: 15px; }
        .ss-apply__form-row-field:last-of-type {
          margin-left: 15px; } }
  .ss-apply__form input[type="text"],
  .ss-apply__form input[type="email"],
  .ss-apply__form select {
    height: 40px;
    width: 100%;
    background-color: #f0f4f6;
    border-color: #f0f4f6; }
    .ss-apply__form input[type="text"]:focus,
    .ss-apply__form input[type="email"]:focus,
    .ss-apply__form select:focus {
      border-color: #144867; }
  .ss-apply__form textarea {
    background-color: #f0f4f6;
    border-color: #f0f4f6; }
    .ss-apply__form textarea:focus {
      border-color: #144867; }
  .ss-apply__form-submit-container {
    margin-top: 25px; }

.ss-apply-animate {
  opacity: 0;
  -webkit-transform: translateY(6.25rem);
          transform: translateY(6.25rem);
  -webkit-transition: all 1.5s cubic-bezier(0.23, 1, 0.32, 1);
  transition: all 1.5s cubic-bezier(0.23, 1, 0.32, 1); }
  .ss-apply-animate-in-view {
    opacity: 1;
    -webkit-transform: translateY(0);
            transform: translateY(0); }

.ss-ir-hero {
  height: 350px;
  background-image: url("../images/insights-resources/ir-bg-desktop.png");
  background-size: cover;
  background-position: top center;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center; }
  @media screen and (max-width: 767px) {
    .ss-ir-hero {
      height: 175px; } }
  .ss-ir-hero h1 {
    color: #144867;
    font-weight: bold;
    font-size: 42px; }
    @media screen and (max-width: 575px) {
      .ss-ir-hero h1 {
        font-size: 30px; } }
    @media screen and (max-width: 374px) {
      .ss-ir-hero h1 {
        font-size: 26px; } }

.ss-ir-content {
  padding: 0 0 100px; }
  .ss-ir-content__col-left h2 {
    font-size: 22px;
    margin-bottom: 0;
    padding-bottom: 25px;
    padding-top: 25px; }
    @media screen and (min-width: 992px) {
      .ss-ir-content__col-left h2 {
        display: none; } }
  .ss-ir-content__col-left-menu {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    margin: 0;
    width: 100%;
    padding-bottom: 42px; }
    @media screen and (max-width: 991px) {
      .ss-ir-content__col-left-menu {
        display: none; } }
    .ss-ir-content__col-left-menu-container {
      display: -webkit-box;
      display: -ms-flexbox;
      display: flex;
      width: 100%;
      position: relative;
      padding-top: 50px; }
      .ss-ir-content__col-left-menu-container:before {
        content: "";
        position: absolute;
        bottom: 0;
        left: 0;
        background-color: #ecff7e;
        width: 100%;
        height: 7px; }
      @media screen and (max-width: 991px) {
        .ss-ir-content__col-left-menu-container {
          padding-top: 0; } }
      .ss-ir-content__col-left-menu-container-outer {
        height: 76px; }
        .ss-ir-content__col-left-menu-container-outer-sticky {
          background-color: #fff;
          z-index: 1; }
          .ss-ir-content__col-left-menu-container-outer-sticky.ss-ir-content-fixed {
            position: fixed; }
          .ss-ir-content__col-left-menu-container-outer-sticky.ss-ir-content-relative {
            position: relative; }
      .ss-ir-content__col-left-menu-container #articles-dropdown {
        position: absolute;
        left: 450px; }
        @media screen and (min-width: 992px) {
          .ss-ir-content__col-left-menu-container #articles-dropdown span {
            display: none; } }
        @media screen and (max-width: 991px) {
          .ss-ir-content__col-left-menu-container #articles-dropdown {
            left: unset;
            top: -48px;
            display: -webkit-box;
            display: -ms-flexbox;
            display: flex;
            -webkit-box-align: center;
                -ms-flex-align: center;
                    align-items: center;
            right: 0; }
            .ss-ir-content__col-left-menu-container #articles-dropdown:hover {
              text-decoration: none; }
            .ss-ir-content__col-left-menu-container #articles-dropdown span {
              margin-right: 15px;
              text-transform: uppercase;
              color: #144867; } }
        .ss-ir-content__col-left-menu-container #articles-dropdown img {
          -webkit-transition: all .3s ease-in-out;
          transition: all .3s ease-in-out;
          width: 15px; }
        .ss-ir-content__col-left-menu-container #articles-dropdown.articles-dropdown-active img {
          -webkit-transform: rotate(180deg);
                  transform: rotate(180deg); }
  .ss-ir-content__col-left-submenu {
    position: absolute;
    left: 0;
    border: 1px solid #d9d9d9;
    top: 50px;
    display: none;
    z-index: 9; }
    .ss-ir-content__col-left-submenu li {
      background-color: #f5f5f5;
      margin: 0 !important;
      width: 200px;
      display: -webkit-box;
      display: -ms-flexbox;
      display: flex; }
      .ss-ir-content__col-left-submenu li:not(:last-of-type) {
        border-bottom: 1px solid #d9d9d9; }
      .ss-ir-content__col-left-submenu li a {
        width: 100%;
        height: 50px;
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-pack: start;
            -ms-flex-pack: start;
                justify-content: flex-start;
        -webkit-box-align: center;
            -ms-flex-align: center;
                align-items: center;
        color: #fff !important;
        background-color: #144867;
        padding: 0 15px; }
        .ss-ir-content__col-left-submenu li a:hover {
          background-color: #f5f5f5;
          color: #144867 !important; }
  .ss-ir-content__col-left ul {
    list-style: none; }
    @media screen and (max-width: 767px) {
      .ss-ir-content__col-left ul {
        padding-bottom: 25px; } }
    .ss-ir-content__col-left ul li {
      position: relative; }
      .ss-ir-content__col-left ul li:not(:last-of-type) {
        margin-right: 25px; }
      .ss-ir-content__col-left ul li a {
        font-size: 14px;
        color: #144867;
        text-transform: uppercase;
        -webkit-transition: all .3s ease-in-out;
        transition: all .3s ease-in-out; }
        .ss-ir-content__col-left ul li a:focus, .ss-ir-content__col-left ul li a:hover {
          text-decoration: none;
          text-shadow: 0 0 0.65px #144867, 0 0 0.65px #144867; }
  .ss-ir-content__col-left .element-item {
    border-bottom: 1px solid #d9d9d9;
    width: 100%; }
    .ss-ir-content__col-left .element-item-hidden {
      display: none !important; }
  .ss-ir-content__col-left-list {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: start;
        -ms-flex-align: start;
            align-items: flex-start;
    padding: 50px 0; }
    @media screen and (max-width: 767px) {
      .ss-ir-content__col-left-list {
        padding: 25px 0; } }
    .ss-ir-content__col-left-list-image {
      margin-top: 5px;
      margin-right: 30px;
      width: 100px; }
      @media screen and (max-width: 575px) {
        .ss-ir-content__col-left-list-image {
          margin-right: 15px;
          width: 75px; } }
      .ss-ir-content__col-left-list-image img {
        width: 100px;
        min-width: 100px; }
        @media screen and (max-width: 575px) {
          .ss-ir-content__col-left-list-image img {
            width: 75px;
            min-width: 75px; } }
    .ss-ir-content__col-left-list a h3 {
      font-size: 26px;
      -webkit-transition: all .3s ease-in-out;
      transition: all .3s ease-in-out;
      color: #144867;
      text-transform: unset; }
      @media screen and (max-width: 767px) {
        .ss-ir-content__col-left-list a h3 {
          font-size: 22px; } }
      @media screen and (max-width: 575px) {
        .ss-ir-content__col-left-list a h3 {
          font-size: 16px; } }
    .ss-ir-content__col-left-list p {
      font-size: 14px; }
      .ss-ir-content__col-left-list p:last-of-type {
        margin-bottom: 0; }
    .ss-ir-content__col-left-list-content {
      margin-top: 40px; }
    .ss-ir-content__col-left-list-signature {
      font-weight: bold;
      margin-bottom: 0; }
  .ss-ir-content__col-right {
    padding-top: 50px; }
    .ss-ir-content__col-right h2 {
      font-size: 22px;
      margin-bottom: 0;
      padding-bottom: 40px;
      position: relative;
      display: none; }
      @media screen and (max-width: 767px) {
        .ss-ir-content__col-right h2 {
          padding-bottom: 25px; } }
      .ss-ir-content__col-right h2:before {
        content: "";
        position: absolute;
        bottom: 0;
        left: 0;
        background-color: #ecff7e;
        width: 100%;
        height: 7px; }
    .ss-ir-content__col-right-list {
      padding: 25px 0;
      border-bottom: 1px solid #d9d9d9; }
      .ss-ir-content__col-right-list-content {
        display: none; }
      .ss-ir-content__col-right-list h3 {
        font-size: 26px;
        color: #144867;
        text-transform: unset; }
        @media screen and (max-width: 767px) {
          .ss-ir-content__col-right-list h3 {
            font-size: 22px; } }
        @media screen and (max-width: 575px) {
          .ss-ir-content__col-right-list h3 {
            font-size: 16px; } }
      .ss-ir-content__col-right-list p {
        font-size: 14px;
        margin-bottom: 0; }
      .ss-ir-content__col-right-list-signature {
        font-weight: bold;
        margin-bottom: 5px; }
  .ss-ir-content__mobileMenu {
    position: fixed;
    bottom: 0;
    background-color: rgba(0, 0, 0, 0.5);
    width: 100%;
    border-top: 1px solid #d9d9d9;
    display: none;
    height: 100%;
    z-index: 2; }
    .ss-ir-content__mobileMenu-wrapper {
      height: 100%;
      display: -webkit-box;
      display: -ms-flexbox;
      display: flex;
      -webkit-box-align: end;
          -ms-flex-align: end;
              align-items: flex-end; }
      .ss-ir-content__mobileMenu-wrapper-inner {
        width: 100%;
        background: #fff; }
    .ss-ir-content__mobileMenu-submenu-container {
      -webkit-box-orient: vertical;
      -webkit-box-direction: normal;
          -ms-flex-direction: column;
              flex-direction: column; }
    .ss-ir-content__mobileMenu h2 {
      font-size: 22px;
      text-align: center;
      margin: 15px 0; }
    .ss-ir-content__mobileMenu ul {
      margin: 0;
      height: 100%;
      max-height: 50vh;
      overflow-y: auto; }
      .ss-ir-content__mobileMenu ul#js-insights-mobile-submenu {
        display: none; }
      .ss-ir-content__mobileMenu ul li {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex; }
        .ss-ir-content__mobileMenu ul li a {
          color: #144867;
          width: 100%;
          text-align: center;
          font-size: 22px;
          padding: 15px 0;
          border-top: 1px solid #d9d9d9; }
          @media screen and (max-width: 767px) {
            .ss-ir-content__mobileMenu ul li a {
              font-size: 16px; } }
    .ss-ir-content__mobileMenu-close {
      bottom: 0;
      width: 100%;
      height: 80px;
      background-color: #144867;
      display: -webkit-box;
      display: -ms-flexbox;
      display: flex;
      -webkit-box-pack: center;
          -ms-flex-pack: center;
              justify-content: center;
      -webkit-box-align: start;
          -ms-flex-align: start;
              align-items: flex-start;
      padding-top: 15px;
      background-image: url("../images/global/icon-close-white.svg");
      -webkit-transform: unset;
              transform: unset;
      background-position: center 15px;
      background-size: 22px;
      background-repeat: no-repeat;
      position: static; }
    .ss-ir-content__mobileMenu-submenu {
      display: none; }

.ss-ir-detail {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  padding: 50px 0;
  position: relative; }
  @media screen and (max-width: 991px) {
    .ss-ir-detail {
      padding: 50px 0 25px; } }
  .ss-ir-detail__col {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center; }
  .ss-ir-detail img {
    margin-bottom: 15px; }
  .ss-ir-detail p, .ss-ir-detail__author, .ss-ir-detail__published,
  .ss-ir-detail blockquote,
  .ss-ir-detail .wp-caption.wp-caption-text {
    width: 100%;
    max-width: 570px; }
    @media screen and (max-width: 1199px) {
      .ss-ir-detail p, .ss-ir-detail__author, .ss-ir-detail__published,
      .ss-ir-detail blockquote,
      .ss-ir-detail .wp-caption.wp-caption-text {
        max-width: 450px; } }
    @media screen and (max-width: 991px) {
      .ss-ir-detail p, .ss-ir-detail__author, .ss-ir-detail__published,
      .ss-ir-detail blockquote,
      .ss-ir-detail .wp-caption.wp-caption-text {
        max-width: 100%; } }
  .ss-ir-detail p {
    margin: 0 auto 15px; }
    .ss-ir-detail p.ss-ir-detail__author-signature {
      font-weight: normal;
      margin-bottom: -4px; }
    .ss-ir-detail p.ss-ir-detail__author-date {
      margin-bottom: 0; }
  .ss-ir-detail__author {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-box-pack: start;
        -ms-flex-pack: start;
            justify-content: flex-start;
    margin: 0 auto; }
    .ss-ir-detail__author img {
      width: 60px;
      padding-right: 15px;
      -webkit-filter: grayscale(100%);
              filter: grayscale(100%); }
    .ss-ir-detail__author p {
      font-size: 14px; }
    .ss-ir-detail__author-border {
      border-top: 1px solid #d9d9d9;
      border-bottom: 1px solid #d9d9d9;
      padding: 25px 0;
      margin-top: 25px; }
  .ss-ir-detail__published {
    border-top: 1px solid #d9d9d9;
    border-bottom: 1px solid #d9d9d9;
    margin: 25px auto 25px; }
    .ss-ir-detail__published p {
      margin: 15px 0; }
  .ss-ir-detail blockquote {
    font-size: 32px;
    color: #144867;
    font-weight: bold;
    position: relative;
    line-height: 1.3;
    margin: 0 auto 15px; }
    @media screen and (max-width: 767px) {
      .ss-ir-detail blockquote {
        font-size: 20px;
        padding: 0 30px; } }
    .ss-ir-detail blockquote:before {
      content: "“";
      position: absolute;
      left: -15px; }
      @media screen and (max-width: 767px) {
        .ss-ir-detail blockquote:before {
          left: 15px; } }
  .ss-ir-detail .wp-caption {
    position: relative;
    margin-top: 50px; }
    .ss-ir-detail .wp-caption:before {
      content: "";
      position: absolute;
      background-color: #ecff7e;
      height: 60px;
      top: 0;
      left: 50%;
      width: 80%;
      -webkit-transform: translate(-50%, -50%);
              transform: translate(-50%, -50%);
      z-index: 1; }
      @media screen and (max-width: 575px) {
        .ss-ir-detail .wp-caption:before {
          height: 10vw; } }
    @media screen and (max-width: 575px) {
      .ss-ir-detail .wp-caption img {
        max-width: calc(100% + 30px);
        position: relative;
        left: -15px;
        width: calc(100% + 30px); } }
    .ss-ir-detail .wp-caption .wp-caption-text {
      text-align: center;
      font-size: 14px; }
  .ss-ir-detail-bg-top {
    background-image: url("../images/insights-resources/ir-detail-bg-desktop.png");
    background-size: cover;
    background-repeat: no-repeat;
    position: absolute;
    background-position: bottom;
    top: 0;
    width: 100%;
    height: 350px; }
    @media screen and (max-width: 991px) {
      .ss-ir-detail-bg-top {
        height: 175px; } }
  .ss-ir-detail-bg-left {
    position: absolute;
    background-color: #ecff7e;
    height: 70vh;
    width: 30vh;
    left: 0;
    bottom: 5%;
    max-height: 600px;
    max-width: 255px;
    z-index: -1; }
    @media screen and (max-width: 991px) {
      .ss-ir-detail-bg-left {
        display: none; } }
  .ss-ir-detail-bg-right {
    position: absolute;
    background-color: #ecff7e;
    height: 70vh;
    width: 20vh;
    right: 0;
    top: 25%;
    max-height: 600px;
    max-width: 150px;
    z-index: -1; }
    @media screen and (max-width: 991px) {
      .ss-ir-detail-bg-right {
        display: none; } }
  .ss-ir-detail h1 {
    color: #144867;
    font-weight: bold;
    font-size: 42px;
    margin: 25px 0; }
    @media screen and (max-width: 1199px) {
      .ss-ir-detail h1 {
        font-size: 34px; } }
    @media screen and (max-width: 767px) {
      .ss-ir-detail h1 {
        font-size: 28px; } }
  .ss-ir-detail .ss-newsletter {
    background-color: #ecff7e;
    margin-top: 50px;
    padding: 25px 15px; }
    .ss-ir-detail .ss-newsletter .container {
      max-width: 100%;
      padding: 0; }
      .ss-ir-detail .ss-newsletter .container .row {
        margin: 0; }
    .ss-ir-detail .ss-newsletter__col-top {
      padding: 0; }
      .ss-ir-detail .ss-newsletter__col-top h2 {
        padding-bottom: 0; }
        .ss-ir-detail .ss-newsletter__col-top h2:before {
          display: none; }
    .ss-ir-detail .ss-newsletter__col-bot {
      padding: 0; }
      .ss-ir-detail .ss-newsletter__col-bot-form {
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
            -ms-flex-direction: column;
                flex-direction: column; }
      .ss-ir-detail .ss-newsletter__col-bot-left {
        width: 100%;
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
            -ms-flex-direction: column;
                flex-direction: column;
        padding: 0; }
        .ss-ir-detail .ss-newsletter__col-bot-left .mc-field-group {
          margin: 15px 0 0 0; }
      .ss-ir-detail .ss-newsletter__col-bot-right {
        width: 100%;
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
            -ms-flex-direction: column;
                flex-direction: column;
        padding: 0;
        -webkit-box-align: end;
            -ms-flex-align: end;
                align-items: flex-end; }
        .ss-ir-detail .ss-newsletter__col-bot-right .mc-field-group {
          margin: 15px 0 0 0; }
        .ss-ir-detail .ss-newsletter__col-bot-right .ss-btn {
          margin-left: 0; }

.ss-ir-related {
  background-color: #f5f5f5;
  padding: 75px 0 100px; }
  @media screen and (max-width: 991px) {
    .ss-ir-related {
      padding: 50px 0 150px; } }
  .ss-ir-related h2 {
    font-size: 22px;
    margin-bottom: 50px; }
    @media screen and (max-width: 767px) {
      .ss-ir-related h2 {
        margin-bottom: 25px; } }
  .ss-ir-related__slider .slick-slide {
    margin: 0 15px; }
  .ss-ir-related__slider .slick-list {
    margin: 0 -15px; }
    @media screen and (max-width: 575px) {
      .ss-ir-related__slider .slick-list {
        padding: 0 !important;
        margin: 0; } }
    .ss-ir-related__slider .slick-list img {
      width: 100%; }
    .ss-ir-related__slider .slick-list h3 {
      color: #144867;
      font-size: 26px;
      text-transform: unset;
      margin: 15px 0; }
      @media screen and (max-width: 767px) {
        .ss-ir-related__slider .slick-list h3 {
          font-size: 18px; } }
    .ss-ir-related__slider .slick-list p {
      font-size: 14px;
      margin: 0; }

.ss-ir-social {
  position: fixed;
  top: 50%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  padding-left: 30px;
  display: none; }
  @media screen and (max-width: 991px) {
    .ss-ir-social {
      display: block;
      position: static; } }
  .ss-ir-social h4 {
    color: #144867;
    font-size: 16px;
    text-transform: uppercase;
    margin: 7px 0;
    font-weight: bold; }
  .ss-ir-social__link-container {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column; }
    .ss-ir-social__link-container a {
      margin: 3px 0;
      -webkit-transition: all .3s ease-in-out;
      transition: all .3s ease-in-out;
      padding-left: 22px;
      -webkit-transform: translateX(-32px);
              transform: translateX(-32px);
      display: -webkit-box;
      display: -ms-flexbox;
      display: flex;
      -webkit-box-align: center;
          -ms-flex-align: center;
              align-items: center; }
      .ss-ir-social__link-container a:hover {
        text-decoration: none;
        text-shadow: 0 0 0.65px #144867, 0 0 0.65px #144867;
        -webkit-transform: translateX(0);
                transform: translateX(0); }
        .ss-ir-social__link-container a:hover svg {
          opacity: 1; }
      .ss-ir-social__link-container a svg {
        width: 22px;
        height: 22px;
        margin-left: -22px;
        opacity: 0;
        -webkit-transition: all .3s ease-in-out;
        transition: all .3s ease-in-out; }
        .ss-ir-social__link-container a svg path {
          fill: #144867; }
      .ss-ir-social__link-container a span {
        margin-left: 10px; }
  .ss-ir-social-static {
    position: static; }
  .ss-ir-social-mobile {
    -webkit-transform: unset;
            transform: unset;
    padding: 0 0 50px;
    top: unset; }
    .ss-ir-social-mobile .ss-ir-social__col {
      display: -webkit-box;
      display: -ms-flexbox;
      display: flex;
      -webkit-box-pack: justify;
          -ms-flex-pack: justify;
              justify-content: space-between; }
      .ss-ir-social-mobile .ss-ir-social__col h4 {
        margin: 0;
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-align: center;
            -ms-flex-align: center;
                align-items: center;
        font-weight: bold; }
      .ss-ir-social-mobile .ss-ir-social__col .ss-ir-social__link-container {
        -webkit-box-orient: horizontal;
        -webkit-box-direction: normal;
            -ms-flex-direction: row;
                flex-direction: row;
        max-width: 200px;
        width: 100%;
        -webkit-box-pack: justify;
            -ms-flex-pack: justify;
                justify-content: space-between; }
        .ss-ir-social-mobile .ss-ir-social__col .ss-ir-social__link-container a {
          padding: 0;
          -webkit-transform: unset;
                  transform: unset;
          -webkit-transition: none;
          transition: none;
          margin: 0; }
          .ss-ir-social-mobile .ss-ir-social__col .ss-ir-social__link-container a svg {
            margin-left: 0;
            opacity: 1; }
            .ss-ir-social-mobile .ss-ir-social__col .ss-ir-social__link-container a svg path {
              fill: #144867; }
          .ss-ir-social-mobile .ss-ir-social__col .ss-ir-social__link-container a img {
            display: block; }
          .ss-ir-social-mobile .ss-ir-social__col .ss-ir-social__link-container a span {
            display: none; }
