@import url("https://fonts.googleapis.com/css2?family=Montserrat:ital,wght@0,100;0,200;0,300;0,400;0,500;0,600;0,700;0,800;0,900;1,100;1,200;1,300;1,400;1,500;1,600;1,700;1,800;1,900&display=swap");
html, body, * {
  font-family: 'Montserrat', sans-serif; }

body.active {
  overflow: hidden; }

@media (min-width: 1560px) {
  .container {
    max-width: 1590px !important; } }

hr {
  border-top: 2px solid #d1d6dd !important; }

a {
  color: #1b3155;
  text-decoration: underline;
  font-weight: 400; }
  a:hover {
    font-weight: 500;
    color: #1b3155;
    cursor: pointer; }

.sub-title {
  font-weight: bold;
  font-size: 1.5rem;
  margin: 0;
  font-family: Roboto, sans-serif; }

.hero-title {
  font-size: 2.2rem;
  font-weight: 700;
  line-height: 1.2; }
  @media (max-width: 768px) {
    .hero-title {
      font-size: 36px; } }

.large-title {
  font-size: 2.5rem;
  font-weight: 600;
  line-height: 1.2;
  margin: 0; }
  @media (max-width: 768px) {
    .large-title {
      font-size: 36px; } }
  @media (max-width: 580px) {
    .large-title {
      font-size: 24px; } }

.link-icon {
  width: 40px;
  margin-right: 15px; }

.link-orange-no-change {
  display: inline-block;
  color: #ec6b34;
  font-weight: 600;
  text-decoration: none; }
  .link-orange-no-change:hover {
    color: #ec6b34;
    font-weight: 600;
    text-decoration: none; }
  .link-orange-no-change:after, .link-orange-no-change:before {
    display: block;
    content: '';
    border-bottom: 2px solid #ec6b34;
    -webkit-transform: scaleX(0);
    -ms-transform: scaleX(0);
    transform: scaleX(0);
    -webkit-transform-origin: 0% 50%;
    -ms-transform-origin: 0% 50%;
    transform-origin: 0% 50%;
    -webkit-transition: -webkit-transform 250ms ease-in-out;
    transition: -webkit-transform 250ms ease-in-out;
    -o-transition: transform 250ms ease-in-out;
    transition: transform 250ms ease-in-out;
    transition: transform 250ms ease-in-out, -webkit-transform 250ms ease-in-out; }
  .link-orange-no-change:hover:after {
    -webkit-transform: scaleX(1);
    -ms-transform: scaleX(1);
    transform: scaleX(1);
    -webkit-transform-origin: 0% 50%;
    -ms-transform-origin: 0% 50%;
    transform-origin: 0% 50%; }

.link-orange {
  display: inline-block;
  color: #ec6b34;
  font-weight: 600;
  text-decoration: none; }
  .link-orange:hover {
    text-decoration: none;
    color: #6AC5DE; }
  .link-orange:after, .link-orange:before {
    display: block;
    content: '';
    border-bottom: 2px solid #6AC5DE;
    -webkit-transform: scaleX(0);
    -ms-transform: scaleX(0);
    transform: scaleX(0);
    -webkit-transform-origin: 0% 50%;
    -ms-transform-origin: 0% 50%;
    transform-origin: 0% 50%;
    -webkit-transition: -webkit-transform 250ms ease-in-out;
    transition: -webkit-transform 250ms ease-in-out;
    -o-transition: transform 250ms ease-in-out;
    transition: transform 250ms ease-in-out;
    transition: transform 250ms ease-in-out, -webkit-transform 250ms ease-in-out; }
  .link-orange:hover:after {
    -webkit-transform: scaleX(1);
    -ms-transform: scaleX(1);
    transform: scaleX(1);
    -webkit-transform-origin: 0% 50%;
    -ms-transform-origin: 0% 50%;
    transform-origin: 0% 50%; }

.login-link-orange {
  display: inline-block;
  color: #ec6b34;
  font-weight: 400;
  text-decoration: none; }
  .login-link-orange:hover {
    color: #ec6b34;
    text-decoration: none;
    font-weight: 600; }

.text-light-blue {
  color: #6ac5de; }

.small-text {
  font-size: 1rem; }

.text-32 {
  font-size: 1.8rem;
  line-height: 1.2; }
  @media (max-width: 1200px) {
    .text-32 {
      font-size: 1.5rem; } }
  @media (max-width: 579px) {
    .text-32 {
      font-size: 1.25rem; } }

.text-20 {
  font-size: 1rem; }

.text-24 {
  font-size: 1.5rem;
  line-height: 1.2; }

.text-16 {
  font-size: 1rem; }

.text-white {
  color: white; }

.font-weight-bold {
  font-weight: 600 !important; }

.article-tile {
  background-size: cover;
  background-repeat: no-repeat;
  height: auto;
  min-height: 300px;
  padding: 20px;
  display: flex;
  flex-direction: column; }
  @media (max-width: 579px) {
    .article-tile {
      height: auto;
      min-height: 250px; } }
  @media (max-width: 375px) {
    .article-tile {
      min-height: 120px; } }
  .article-tile p {
    color: white; }

.article-link {
  align-self: baseline;
  margin-top: auto;
  color: #6ac5de;
  text-decoration: none; }
  .article-link:hover {
    color: #6ac5de;
    text-decoration: underline; }

.article-cat {
  color: #7f7f7f;
  font-size: 1rem;
  padding-top: 15px; }

.text-article {
  margin: 20px 0; }
  .text-article .text-preview-links {
    margin-top: 15px;
    padding: 10px 0;
    border-top: solid 2px #D1D6DD;
    border-bottom: solid 2px #d1d6dd; }
    .text-article .text-preview-links a {
      padding-right: 10px;
      color: #00000080; }

.grey-text {
  color: #7f7f7f; }

.widget-articles {
  padding: 20px 0;
  border-bottom: 2px solid #D1D6DD;
  border-top: 2px solid #D1D6DD; }

.my-100 {
  margin-top: 100px;
  margin-bottom: 100px; }
  @media (max-width: 579px) {
    .my-100 {
      margin-top: 50px;
      margin-bottom: 50px; } }
  @media (max-width: 425px) {
    .my-100 {
      margin-top: 20px;
      margin-bottom: 20px; } }

.py-50 {
  padding-top: 50px;
  padding-bottom: 50px; }

.p-50 {
  padding: 50px; }

.align-center {
  align-self: center; }

.blue-border-bottom {
  width: 100%; }

.light-blue-border-bottom {
  border-bottom: 5px solid white; }

.form-input {
  width: 100%;
  border-radius: 5px;
  padding: 10px;
  font-size: 0.8rem;
  background: transparent;
  border: solid 2px white;
  color: white; }
  .form-input::placeholder {
    /* Chrome, Firefox, Opera, Safari 10.1+ */
    color: #f3f3f3;
    opacity: 1;
    /* Firefox */ }
  .form-input:-ms-input-placeholder {
    /* Internet Explorer 10-11 */
    color: #f3f3f3; }
  .form-input::-ms-input-placeholder {
    /* Microsoft Edge */
    color: #f3f3f3; }

.hero {
  min-height: calc(100vh - 120px);
  margin-top: 114px;
  position: relative; }
  @media (max-width: 768px) {
    .hero {
      min-height: auto; 
      padding-top: 20px;
      padding-bottom: 20px;
    } 
  }
  
  @media (max-width: 579px) {
    .hero {
      margin-top: 84px;
      min-height: calc(100vh - 88px); 
    } 
  }

.hero-img {
  padding: 50px 0 0 0; }

.main {
  margin-top: 60px; }
  .main .section {
    padding: 20px 0 50px; }
    @media (max-width: 768px) {
      .main .section {
        padding: 0 15px; } }
    .main .section .text-20 {
      padding: 40px 0 0; }

.btn-main {
  background: #1b3155;
  padding: 12px 20px;
  color: #fff;
  border-radius: 4px;
  border: none;
  outline: none;
  font-weight: 600;
  text-transform: uppercase;
  text-decoration: none; }
  .btn-main:focus, .btn-main:hover {
    color: #fff;
    text-decoration: none;
    background: #6AC5DE; }

.btn-transparent {
  background: transparent;
  padding: 12px 20px;
  color: #1b3155;
  border-radius: 4px;
  border: solid 2px #1b3155;
  outline: none;
  font-weight: 600;
  text-transform: uppercase; }
  .btn-transparent:focus, .btn-transparent:hover {
    color: #6AC5DE;
    text-decoration: none;
    border: solid 2px #6AC5DE; }

@media (max-width: 579px) {
  .hide-mobile {
    display: none !important; } }

.show-mobile {
  display: none; }
  @media (max-width: 579px) {
    .show-mobile {
      display: block; } }

@media (max-width: 579px) {
  .mobile-center {
    text-align: center; } }

img {
  width: 100%; }

.text-page-margin {
  padding-top: 160px; }
  @media (max-width: 579px) {
    .text-page-margin {
      padding-top: 130px; } }

.blue-background {
  background: #1b3155; }

.blue-background-half {
  background: #1b3155;
  background: linear-gradient(90deg, #1b3155 0%, #1b3155 50%, white 50%, white 100%); }
  @media (max-width: 579px) {
    .blue-background-half {
      background: #1b3155; } }

.salmon-background {
  position: relative; }
  .salmon-background img {
    width: 100%; }
  .salmon-background .text-20 {
    margin: 0; }
  .salmon-background .inner {
    position: absolute;
    top: 40px;
    padding: 0 20%; }
    @media (max-width: 579px) {
      .salmon-background .inner {
        top: 10px; } }
    .salmon-background .inner a img {
      width: 15px;
      padding-bottom: 5px; }
  .salmon-background .long-inner {
    background: url("Content2021/img/salmon-background-thick.svg");
    background-size: contain;
    background-repeat: no-repeat;
    top: 10px;
    padding: 10px 20% 0;
    display: flex;
    flex-direction: column;
    width: 100%;
    flex-grow: 1; }
    @media (max-width: 579px) {
      .salmon-background .long-inner {
        background: none;
        padding: 0; }
        .salmon-background .long-inner .mt-4 {
          color: #000;
          padding-bottom: 10px; } }
    .salmon-background .long-inner a {
      margin: 10px 0;
      text-decoration: underline;
      color: #707070;
      font-size: 1rem; }

.sharing {
  padding-left: 20%; }
  @media (max-width: 579px) {
    .sharing {
      padding: 0; } }
  .sharing a {
    width: 20%; }
  .sharing .sharing-icons {
    display: flex;
    justify-content: space-between; }
    @media (max-width: 579px) {
      .sharing .sharing-icons {
        padding: 0 15px;
        text-align: center; } }

.orange-border-tile {
  display: flex;
  border: 3px solid #ec6b34;
  flex-wrap: wrap;
  flex-direction: row;
  justify-content: space-between;
  align-content: center;
  padding: 20px 40px; }
  @media (max-width: 768px) {
    .orange-border-tile {
      display: block;
      text-align: center; } }
  @media (max-width: 579px) {
    .orange-border-tile:first-child {
      margin: 10px 0; } }
  .orange-border-tile img {
    width: 50%; }
    @media (max-width: 768px) {
      .orange-border-tile img {
        margin-bottom: 10px; } }
    @media (max-width: 579px) {
      .orange-border-tile img {
        padding-right: 20px; } }
  .orange-border-tile a {
    align-self: center; }

.item-categories {
  position: sticky;
  top: 140px;
  display: inline-flex;
  flex-direction: column; }
  .item-categories p {
    border-bottom: 2px solid #D1D6DD; }
  .item-categories a {
    color: #707070; }
    .item-categories a:hover {
      text-decoration: none;
      color: #000; }

.item-categories-long {
  position: sticky;
  top: 130px;
  display: inline-flex;
  flex-direction: column;
  width: 100%; }
  .item-categories-long p {
    border-bottom: 2px solid #D1D6DD;
    width: 100%; }
  .item-categories-long a.active {
    font-weight: 700; }

.slick-dots {
  display: flex;
  padding: 0 15px; }
  .slick-dots::before {
    content: '';
    height: 10px;
    width: 100%;
    margin-right: 10px;
    border-bottom: 2px solid #d1d6dd; }
  .slick-dots::after {
    content: '';
    height: 10px;
    width: 100%;
    margin-left: 10px;
    border-bottom: 2px solid #d1d6dd; }
  .slick-dots .slick-active button::before {
    background: #1b3155;
    opacity: 1 !important; }
  .slick-dots li button::before {
    height: 20px;
    width: 20px;
    content: '';
    opacity: 1;
    background: transparent;
    border: 2px solid #d1d6dd;
    border-radius: 20px; }

.text-link {
  color: #1b3155;
  text-decoration: underline;
  font-weight: 400; }
  .text-link:hover {
    font-weight: 500;
    color: #1b3155;
    cursor: pointer; }

.success-message {
  color: #64B332;
  font-weight: 600;
  display: none; }

.error-message {
  color: red;
  font-weight: 600;
  display: none; }

/* Hide the browser's default checkbox */
.check-container input {
  position: absolute;
  opacity: 0;
  cursor: pointer;
  height: 0;
  width: 0; }

.checkmark {
  position: absolute;
  top: 4px;
  left: 0;
  height: 25px;
  width: 25px;
  background: transparent;
  border: 2px solid #909090;
  border-radius: 5px; }

.check-container input:checked ~ .checkmark {
  border: 2px solid #000; }

.checkmark::after,
.checkmark::before {
  content: "";
  position: absolute;
  display: none; }

.check-container input:checked ~ .checkmark:after,
.check-container input:checked ~ .checkmark:before {
  display: block; }

.check-container {
  display: block;
  position: relative;
  padding-left: 35px;
  margin-bottom: 12px;
  cursor: pointer;
  font-size: 22px;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none; }
  .check-container .checkmark::after {
    top: 3px;
    left: 6px;
    width: 15px;
    height: 10px;
    border-top: 2px solid #000;
    transform: rotate(225deg); }
  .check-container .checkmark::before {
    top: 3px;
    right: 6px;
    width: 15px;
    height: 10px;
    border-top: 2px solid #000;
    transform: rotate(-225deg); }

.radio-container {
  display: block;
  position: relative;
  padding-left: 35px;
  margin-bottom: 12px;
  cursor: pointer;
  font-size: 22px;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  color: #909090; }
  .radio-container input:checked {
    color: #000; }
  .radio-container input {
    position: absolute;
    opacity: 0;
    cursor: pointer; }
  .radio-container .checkmark {
    position: absolute;
    top: 0;
    left: 0;
    height: 25px;
    width: 25px;
    background-color: transparent;
    border-radius: 50%; }
  .radio-container input:checked ~ .checkmark {
    border: solid 2px #000; }
  .radio-container .checkmark:after {
    content: "";
    position: absolute;
    display: none; }
  .radio-container input:checked ~ .checkmark:after {
    display: block; }
  .radio-container .checkmark:after {
    top: 3px;
    left: 3px;
    width: 15px;
    height: 15px;
    border-radius: 50%;
    background: #000; }

.search-bar {
  position: relative; }
  .search-bar input {
    background: transparent;
    margin-bottom: 20px;
    padding: 10px;
    border: solid 2px #D1D6DD;
    border-radius: 4px;
    width: 100%;
    color: white;
    font-size: 14px; }
  .search-bar input:focus {
    outline: none; }
  .search-bar ::placeholder {
    /* Chrome, Firefox, Opera, Safari 10.1+ */
    color: white;
    opacity: 1;
    /* Firefox */ }
  .search-bar :-ms-input-placeholder {
    /* Internet Explorer 10-11 */
    color: white; }
  .search-bar ::-ms-input-placeholder {
    /* Microsoft Edge */
    color: white; }
  .search-bar img {
    position: absolute;
    right: 15px;
    top: 8px;
    width: 28px; }

.filters {
  background: #f6f7f8;
  border: solid 1px #d1d6dd;
  padding: 5px 10px;
  color: #000;
  position: relative; }
  @media (max-width: 579px) {
    .filters {
      margin-left: -14px;
      margin-right: -14px; }
      .filters .filters-body {
        position: relative; } }
  .filters .filters-head {
    display: flex;
    justify-content: space-between;
    cursor: pointer; }
  .filters p {
    margin: 0;
    padding: 0; }
  .filters img {
    width: 15px; }
  .filters .filters-body {
    position: absolute;
    background: #f6f7f8;
    z-index: 900;
    width: calc(100% + 2px);
    border: solid 1px #d1d6dd;
    padding: 5px 10px;
    left: -1px;
    top: -1px;
    display: none; }
    .filters .filters-body .text-link:hover {
      font-weight: unset;
      cursor: pointer; }
    .filters .filters-body .filter-sub {
      font-weight: 600;
      color: #909090; }
    .filters .filters-body .check-container {
      margin: 15px 0;
      font-size: 1rem; }
      .filters .filters-body .check-container .checkmark {
        top: 0; }
    .filters .filters-body .filters-footer {
      display: flex;
      justify-content: space-between;
      cursor: pointer; }
      .filters .filters-body .filters-footer img {
        transform: rotate(180deg); }

.error {
  color: #FF0000;
  border-color: #ff0000 !important; }

.accordion-section {
  background: #F4F5F7;
  border-top: 2px solid #D9DDE3;
  border-bottom: 2px solid #D9DDE3; }
  .accordion-section .accordion-header {
    color: #1b3155; }
    .accordion-section .accordion-header p {
      padding: 10px 15px;
      display: flex;
      justify-content: space-between;
      margin: 0; }
    .accordion-section .accordion-header img {
      width: 20px;
      height: 34px;
      cursor: pointer; }
  .accordion-section .accordion-body {
    padding: 0 15px 20px;
    display: none; }
  .accordion-section .accordion-footer {
    display: flex;
    justify-content: flex-end; }
    .accordion-section .accordion-footer img {
      width: 20px;
      height: 34px;
      transform: rotate(180deg);
      cursor: pointer; }

.color-background {
  background-repeat: no-repeat;
  color: white;
  background-size: 150%;
  padding: 100px 0;
  margin: 20px 0;
  background-position: center;
  text-align: center;
  font-weight: 700; }
  .color-background p {
    margin: auto; }
  @media (max-width: 2560px) {
    .color-background {
      padding: 150px 0; } }
  @media (max-width: 1440px) {
    .color-background {
      padding: 75px 0; } }
  @media (max-width: 1024px) {
    .color-background {
      padding: 50px 0; } }
  @media (max-width: 768px) {
    .color-background {
      background-size: 200%;
      padding: 35px 0; } }
  @media (max-width: 580px) {
    .color-background {
      padding: 55px 0; } }
  .color-background.long {
    background-size: 250%; }
    @media (max-width: 579px) {
      .color-background.long {
        background-size: 750%; } }

header {
  background: #1b3155;
  border-bottom: solid 4px #ec6b34;
  position: sticky;
  position: -webkit-sticky;
  position: fixed;
  width: 100%;
  top: 0;
  z-index: 9000; }
  @media (max-width: 579px) {
    header {
      border-bottom: solid 4px #ec6b34; } }
  header div {
    height: 110px; }
    @media (max-width: 579px) {
      header div {
        height: 80px; } }
  header .header-img {
    width: 250px; }
    @media (max-width: 579px) {
      header .header-img {
        width: 165px; } }
    @media (max-width: 374px) {
      header .header-img {
        width: 135px; } }
  header .align-end {
    justify-content: flex-end; }
  header .vertical-align-middle {
    display: flex;
    align-items: center; }
    @media (max-width: 767px) {
      header .vertical-align-middle {
        justify-content: space-between; } }
  header .mobile-icons {
    display: none; }
    @media (max-width: 767px) {
      header .mobile-icons {
        display: flex;
        align-items: center; }
        header .mobile-icons a {
          color: white; }
          header .mobile-icons a:first-child {
            margin-right: 15px; }
          header .mobile-icons a span {
            border: solid 2px #fff;
            align-self: flex-end;
            background: #1b3155;
            padding: 3px 8px;
            font-size: 2.5rem;
            border-radius: 50%; }
            header .mobile-icons a span i {
              position: relative;
              top: -5px; } }
  @media (max-width: 767px) {
    header .desktop-icons {
      display: none; } }
  header .desktop-icons p {
    border: 2px solid #fff;
    border-radius: 20px;
    padding: 2px 50px 2px 20px;
    position: relative;
    font-weight: 500;
    font-size: 0.8rem;
    color: #fff; }
    header .desktop-icons p:hover {
      cursor: pointer; }
    header .desktop-icons p:first-child {
      margin-right: 15px; }
    header .desktop-icons p:hover {
      text-decoration: none; }
    header .desktop-icons p span {
      position: absolute;
      border: solid 2px #fff;
      align-self: flex-end;
      right: -5px;
      top: -10px;
      background: #1b3155;
      padding: 0 6px;
      font-size: 1.5rem;
      border-radius: 25px; }
      header .desktop-icons p span i {
        position: relative;
        top: -2px; }

.menu-wrapper {
  height: calc(100vh - 114px);
  margin-top: 114px;
  display: flex;
  position: fixed;
  z-index: 1000;
  left: -100%;
  transition: 500ms left cubic-bezier(0.77, 0, 0.175, 1);
  width: 100%; }
  @media (max-width: 579px) {
    .menu-wrapper {
      transition: 600ms left cubic-bezier(0.77, 0, 0.175, 1);
      margin-top: 84px;
      height: 100%; } }
  .menu-wrapper.active {
    left: 0 !important; }
  .menu-wrapper .nav-wrapper {
    width: 30%;
    padding: 30px 50px;
    background: #1b3155;
    position: relative;
    left: -100%;
    z-index: 500;
    transition: 500ms left cubic-bezier(0.77, 0, 0.175, 1); 
    overflow: auto; }
    @media (max-width: 900px) {
      .menu-wrapper .nav-wrapper {
        padding: 20px;
        padding-bottom: 50px; }
        .menu-wrapper .nav-wrapper ul {
          padding-left: 0; 
        } 
    }
    @media (max-width: 767px) {
      .menu-wrapper .nav-wrapper {
        width: 100%;
        height: auto;
        padding: 20px 10px;
        overflow-y: auto; } }
    .menu-wrapper .nav-wrapper.active {
      left: 0; }
    .menu-wrapper .nav-wrapper .orange-items {
      display: none; }
      @media (max-width: 767px) {
        .menu-wrapper .nav-wrapper .orange-items {
          display: block;
          padding-left: 20px; }
          .menu-wrapper .nav-wrapper .orange-items li a {
            color: #ec6b34;
            text-decoration: none;
            /*border-bottom: 2px $orange solid;*/ }
          .menu-wrapper .nav-wrapper .orange-items li a:after, .menu-wrapper .nav-wrapper .orange-items li a:before {
            border-color: #ec6b34 !important;
            text-decoration: none; } }
    .menu-wrapper .nav-wrapper ul {
      list-style-type: none; }
      @media (max-width: 579px) {
        .menu-wrapper .nav-wrapper ul {
          padding: 0; } }
      .menu-wrapper .nav-wrapper ul li {
        margin: 15px 0; }
        @media (max-width: 579px) {
          .menu-wrapper .nav-wrapper ul li {
            margin: 5px 0; } }
        .menu-wrapper .nav-wrapper ul li a {
          color: #fff;
          font-weight: 600;
          display: inline-block;
          text-decoration: none; }
          .menu-wrapper .nav-wrapper ul li a:hover {
            text-decoration: none; }
        .menu-wrapper .nav-wrapper ul li a:after, .menu-wrapper .nav-wrapper ul li a:before {
          display: block;
          content: '';
          border-bottom: white 2px solid;
          -webkit-transform: scaleX(0);
          -ms-transform: scaleX(0);
          transform: scaleX(0);
          -webkit-transform-origin: 0% 50%;
          -ms-transform-origin: 0% 50%;
          transform-origin: 0% 50%;
          -webkit-transition: -webkit-transform 250ms ease-in-out;
          transition: -webkit-transform 250ms ease-in-out;
          -o-transition: transform 250ms ease-in-out;
          transition: transform 250ms ease-in-out;
          transition: transform 250ms ease-in-out, -webkit-transform 250ms ease-in-out; }
        .menu-wrapper .nav-wrapper ul li a:hover:after {
          -webkit-transform: scaleX(1);
          -ms-transform: scaleX(1);
          transform: scaleX(1);
          -webkit-transform-origin: 0% 50%;
          -ms-transform-origin: 0% 50%;
          transform-origin: 0% 50%; }
  .menu-wrapper .menu-items {
    display: flex;
    width: 70%;
    flex-direction: row; }
    @media (max-width: 900px) {
      .menu-wrapper .menu-items {
        overflow: auto;
        flex-direction: column; 
      }
      
      .menu-wrapper .menu-items .menu-item:nth-child(3) {
        padding-bottom: 50px;
      }
      }
    @media (max-width: 579px) {
      .menu-wrapper .menu-items {
        display: none; } }
  .menu-wrapper .menu-item {
    width: 33.3333333%;
    height: 100%;
    display: inline-flex;
    flex-direction: column;
    border-right: 2px solid #909090;
    padding-left: 20px;
    background: #fff;
    position: relative;
    left: -250%;
    padding-top: 10%; }
    @media (max-width: 900px) {
      .menu-wrapper .menu-item {
        /*height: 33.3333%;*/
        width: 100%;
        flex-direction: row;
        border-bottom: 2px solid #909090;
        padding-top: 0;
        align-items: center; }
        .menu-wrapper .menu-item div {
          padding-left: 20px; } }
    .menu-wrapper .menu-item img {
      width: 150px;
      padding: 15px 10px; }
    .menu-wrapper .menu-item p {
      width: 80%; }
    .menu-wrapper .menu-item a {
      font-size: 1.5rem;
      font-weight: 600;
      display: inline-block;
      text-decoration: none;
      color: #ec6b34; }
      .menu-wrapper .menu-item a:hover {
        text-decoration: none; }
      .menu-wrapper .menu-item a img {
        width: 15px;
        padding: 0 0 3px 3px; }
    .menu-wrapper .menu-item.active {
      left: 0; }
    .menu-wrapper .menu-item a:after, .menu-wrapper .menu-item a:before {
      display: block;
      content: '';
      border-bottom: #ec6b34 2px solid;
      -webkit-transform: scaleX(0);
      -ms-transform: scaleX(0);
      transform: scaleX(0);
      -webkit-transform-origin: 0% 50%;
      -ms-transform-origin: 0% 50%;
      transform-origin: 0% 50%;
      -webkit-transition: -webkit-transform 250ms ease-in-out;
      transition: -webkit-transform 250ms ease-in-out;
      -o-transition: transform 250ms ease-in-out;
      transition: transform 250ms ease-in-out;
      transition: transform 250ms ease-in-out, -webkit-transform 250ms ease-in-out; }
    .menu-wrapper .menu-item a:hover:after {
      -webkit-transform: scaleX(1);
      -ms-transform: scaleX(1);
      transform: scaleX(1);
      -webkit-transform-origin: 0% 50%;
      -ms-transform-origin: 0% 50%;
      transform-origin: 0% 50%; }
  .menu-wrapper .menu-item-1 {
    transition: 800ms left cubic-bezier(0.77, 0, 0.175, 1);
    z-index: 399; }
  .menu-wrapper .menu-item-2 {
    transition: 1000ms left cubic-bezier(0.77, 0, 0.175, 1);
    z-index: 398; }
  .menu-wrapper .menu-item-3 {
    transition: 1200ms left cubic-bezier(0.77, 0, 0.175, 1);
    z-index: 397; }

.mobile-menu-toggle {
  position: relative;
  z-index: 999;
  height: 28px;
  width: 28px;
  outline: none;
  cursor: pointer;
  display: flex;
  align-items: center;
  border-radius: 50%;
  padding: 28px;
  border: solid white 2px; }
  .mobile-menu-toggle span {
    right: 14px; }
  .mobile-menu-toggle span,
  .mobile-menu-toggle span::before,
  .mobile-menu-toggle span::after {
    position: absolute;
    content: '';
    width: 28px;
    height: 2.5px;
    background: #ffffff;
    border-radius: 20px;
    transition: 500ms cubic-bezier(0.77, 0, 0.175, 1); }
  .mobile-menu-toggle span::before {
    top: -8px; }
  .mobile-menu-toggle span::after {
    top: 8px; }
  .mobile-menu-toggle.active > span {
    background: transparent; }
  .mobile-menu-toggle.active > span::before,
  .mobile-menu-toggle.active > span::after {
    background: #ffffff;
    top: 0; }
  .mobile-menu-toggle.active > span::before {
    transform: rotate(-225deg); }
  .mobile-menu-toggle.active > span::after {
    transform: rotate(225deg); }

.logged-in-menu {
  position: fixed;
  margin-top: 114px;
  height: calc(100% - 120px);
  width: 30%;
  background: white;
  z-index: 900;
  box-shadow: 5px 0 5px -5px #909090;
  border-right: 2px solid #707070;
  padding: 30px 50px;
  left: -100%;
  transition: 500ms cubic-bezier(0.77, 0, 0.175, 1); }
  @media (max-width: 768px) {
    .logged-in-menu {
      width: 50%; } }
  @media (max-width: 579px) {
    .logged-in-menu {
      margin-top: 84px;
      height: calc(100% - 84px);
      width: 100%;
      overflow-y: auto; } }
  .logged-in-menu.active {
    left: 0; }
  .logged-in-menu nav ul {
    list-style-type: none; }
    @media (max-width: 579px) {
      .logged-in-menu nav ul {
        padding: 0; } }
    .logged-in-menu nav ul .separator {
      border-top: 2px solid #d1d6dd;
      width: 80%; }
    .logged-in-menu nav ul li {
      margin: 25px 0; }
      .logged-in-menu nav ul li a {
        font-weight: 500;
        color: #1b3155; }
      .logged-in-menu nav ul li a:hover {
        font-weight: 600;
        text-decoration: underline; }

@media (max-width: 768px) {
  .login-toggle i {
    left: 1px; } }

#close-login {
  font-style: normal;
  font-weight: bold;
  font-size: 2em; }

footer {
  min-height: calc(100vh - 110px);
  background: #1b3155;
  border-top: 4px solid #ec6b34;
  padding-bottom: 20px; }
  footer .footer-logo {
    margin: 10px 0 0;
    padding: 10px;
    max-width: 330px; }
  footer .sub-title {
    font-weight: 500; }
  footer .footer-nav ul {
    padding: 0; }
    footer .footer-nav ul li {
      list-style-type: none;
      margin: 15px 0; }
      footer .footer-nav ul li a {
        display: inline-block;
        color: white;
        font-size: 1rem;
        font-weight: 600;
        text-decoration: none; }
        footer .footer-nav ul li a:hover {
          text-decoration: none; }
      footer .footer-nav ul li a:after, footer .footer-nav ul li a:before {
        display: block;
        content: '';
        border-bottom: white 2px solid;
        -webkit-transform: scaleX(0);
        -ms-transform: scaleX(0);
        transform: scaleX(0);
        -webkit-transform-origin: 0% 50%;
        -ms-transform-origin: 0% 50%;
        transform-origin: 0% 50%;
        -webkit-transition: -webkit-transform 250ms ease-in-out;
        transition: -webkit-transform 250ms ease-in-out;
        -o-transition: transform 250ms ease-in-out;
        transition: transform 250ms ease-in-out;
        transition: transform 250ms ease-in-out, -webkit-transform 250ms ease-in-out; }
      footer .footer-nav ul li a:hover:after {
        -webkit-transform: scaleX(1);
        -ms-transform: scaleX(1);
        transform: scaleX(1);
        -webkit-transform-origin: 0% 50%;
        -ms-transform-origin: 0% 50%;
        transform-origin: 0% 50%; }
  footer .footer-address {
    margin: 15px 0 0; }
    footer .footer-address p {
      margin: 0; }
      footer .footer-address p:first-child {
        margin: 0 0 10px 0;
        font-weight: 600; }
      footer .footer-address p:last-child {
        margin: 0 0 10px 0;
        padding-bottom: 10px; }
    footer .footer-address a {
      color: #6ac5de;
      text-decoration: none; }
      footer .footer-address a:hover {
        color: #6ac5de;
        text-decoration: underline; }
  footer .company-details p {
    margin: 0;
    font-size: 0.875rem; }
  footer .footer-divide {
    width: 100%;
    margin: 20px 0; }

.social-links {
  width: 75%;
  display: flex;
  justify-content: space-between;
  padding: 10px 0; }
  .social-links a {
    font-size: 2rem; }

.post-nav {
  display: flex;
  justify-content: space-between; }
  .post-nav .older-post {
    display: flex;
    justify-content: flex-end;
    margin-left: auto; }
    .post-nav .older-post a {
      color: #1b3155;
      text-decoration: underline; }
    .post-nav .older-post img {
      margin-left: 15px;
      width: 10px; }
  .post-nav .newer-post {
    display: flex;
    justify-content: flex-start; }
    .post-nav .newer-post a {
      color: #1b3155;
      text-decoration: underline; }
    .post-nav .newer-post img {
      margin-right: 15px;
      width: 10px; }

.account-info-form {
  display: inline-flex;
  flex-direction: column;
  width: 100%; }
  .account-info-form input {
    margin-bottom: 20px;
    padding: 10px;
    border: solid 2px #D1D6DD;
    border-radius: 4px;
    width: 100%; }
  .account-info-form textarea {
    margin-bottom: 20px;
    padding: 10px;
    border: solid 2px #D1D6DD;
    border-radius: 4px;
    width: 100%;
    resize: none;
    height: 300px; }
    @media (max-width: 579px) {
      .account-info-form textarea {
        height: 200px; } }

.pass-list {
  padding-left: 18px; }

.our-solution-hero {
  min-height: calc(100vh - 120px);
  display: inline-flex;
  width: 100%;
  flex-direction: column;
  justify-content: center; }
  @media (max-width: 579px) {
    .our-solution-hero {
      min-height: calc(100vh - 88px); } }
  @media (max-width: 579px) {
    .our-solution-hero .chevron-down {
      text-align: center; } }
  .our-solution-hero .chevron-down img {
    width: 150px; }
    @media (max-width: 579px) {
      .our-solution-hero .chevron-down img {
        width: 50px; } }

.solutions {
  margin-top: 50px;
  margin-bottom: 80px; }
  .solutions .solution-section {
    flex-direction: row;
    align-items: center; }
    .solutions .solution-section:nth-child(3) {
      margin-top: 80px;
      margin-bottom: 80px; }
    .solutions .solution-section .solution-img {
      text-align: center; }
      .solutions .solution-section .solution-img img {
        width: 200px; }
    .solutions .solution-section .mobile-wrap {
      /*display: inline-flex;
            margin: auto;
            align-items: center;
            justify-content: space-around;*/ }
      .solutions .solution-section .mobile-wrap img {
        /*width: 50%;
                padding: 20px;*/ }
    .solutions .solution-section .large-title {
      display: inline-flex;
      color: #ec6b34;
      margin-bottom: 20px; }
    .solutions .solution-section .text-20 {
      width: 60%; }
      @media (max-width: 1200px) {
        .solutions .solution-section .text-20 {
          width: 100%; } }
      @media (max-width: 789px) {
        .solutions .solution-section .text-20 {
          width: 100%; } }

.about-hero {
  background: #1b3155;
  justify-content: center;
  display: inline-flex;
  width: 100%;
  flex-direction: column;
  height: auto; }
  @media (max-width: 768px) {
    .about-hero {
      /*background-image: url('/img/pages/about-us/credit.jpg');
    background-size: cover;
    background-position: center center;*/ } }
  @media (max-width: 579px) {
    .about-hero {
      padding: 20px 0 60px; } }
  .about-hero img {
    width: 100%; }
  @media (max-width: 579px) {
    .about-hero .chevron-down {
      text-align: center; } }
  .about-hero .chevron-down img {
    width: 150px; }
    @media (max-width: 579px) {
      .about-hero .chevron-down img {
        width: 50px; } }

.drivers-receivers img {
  width: 100%;
  margin: 20px 0; }

.businesses-we-support {
  margin: 50px 0 80px; }
  @media (max-width: 579px) {
    .businesses-we-support {
      margin: 0; } }
  .businesses-we-support img {
    width: 100%; }
    @media (max-width: 579px) {
      .businesses-we-support img {
        margin: 10px 0; } }

.home-hero {
  display: inline-flex;
  position: relative;
  width: 100%;
  flex-direction: column;
  justify-content: center;
  overflow: hidden;
  background: #1b3155; }
  .home-hero .hero-video {
    width: 100%;
    position: absolute;
    height: 100%;
    object-fit: cover; }

.home-section-blue {
  color: white; }
  @media only screen and (max-width: 991px) {
    .home-section-blue lottie-player {
      display: none; } }
  @media (max-width: 579px) {
    .home-section-blue lottie-player {
      display: none; } }

.home-section-blue:before {
    content: ' ';
    display: block;
    height: 30px;
    width: 100%;
    background-image: url("/Content2021/img/paint-strips/thick-background-strip.svg"); /*Forward slash added Russell infront of Content2021  */
    background-repeat: no-repeat;
    background-size: 100%;
    background-position: top center;
    background-color: #FFF;
}
  @media (max-width: 768px) {
    .home-section-blue:before {
      background-size: 200%; } }
  @media (max-width: 425px) {
    .home-section-blue:before {
      height: 50px;
      background-size: 600%; } }

.home-section-blue:after {
    content: ' ';
    display: block;
    height: 30px;
    width: 100%;
    background-image: url("/Content2021/img/paint-strips/thick-background-strip.svg"); /*Forward slash added Russell infront of Content2021  */
    background-repeat: no-repeat;
    background-size: 100%;
    background-position: bottom center;
    background-color: #FFF;
}
  @media (max-width: 768px) {
    .home-section-blue:after {
      background-size: 200%; } }
  @media (max-width: 425px) {
    .home-section-blue:after {
      height: 50px;
      background-size: 600%; } }

.home-thin-section-blue {
    background-image: url("/Content2021/img/paint-strips/thin-background-strip.svg"); /*Forward slash added Russell infront of Content2021  */
    background-repeat: no-repeat;
    color: white;
    background-size: 150% 100%;
    background-position: center;
    padding: 100px 0;
}
  @media (max-width: 768px) {
    .home-thin-section-blue {
      background-size: 350% 140%;
      padding: 50px 0;
      margin: 40px 0; } }
  @media (max-width: 580px) {
    .home-thin-section-blue {
      background-size: 450% 140%;
      padding: 50px 0;
      margin: 40px 0; } }

.why-hero {
  background: #1b3155;
  justify-content: center;
  display: inline-flex;
  width: 100%;
  flex-direction: column;
  height: auto; }
  @media (max-width: 768px) {
    .why-hero {
      /*background-image: url('/img/pages/why-russell/corporate-risk.jpg');
    background-size: cover;
    background-position: center center;*/ } }
  @media (max-width: 579px) {
    .why-hero {
      padding: 20px 0 60px; } }
  .why-hero img {
    width: 100%; }
  @media (max-width: 579px) {
    .why-hero .chevron-down {
      text-align: center; } }
  .why-hero .chevron-down img {
    width: 150px; }
    @media (max-width: 579px) {
      .why-hero .chevron-down img {
        width: 50px; } }

.why-blue {
  margin: 100px 0 50px; }
  @media (max-width: 579px) {
    .why-blue {
      margin: 50px 0;
      padding: 100px 0; } }

.contact-form {
  display: inline-flex;
  flex-direction: column;
  width: 100%; }
  .contact-form input {
    margin-bottom: 20px;
    padding: 10px;
    border: solid 2px #D1D6DD;
    border-radius: 4px;
    width: 100%; }
  .contact-form textarea {
    margin-bottom: 20px;
    padding: 10px;
    border: solid 2px #D1D6DD;
    border-radius: 4px;
    width: 100%;
    resize: none;
    height: 300px; }
    @media (max-width: 579px) {
      .contact-form textarea {
        height: 200px; } }

.linkin-icon-link {
  width: 50px;
  position: absolute;
  right: 20px;
  top: 0; }

.team-section {
  border-bottom: solid 2px #d1d6dd;
  margin-bottom: 15px; }

.insight-hero {
  display: inline-flex;
  position: relative;
  width: 100%;
  flex-direction: column;
  justify-content: center;
  overflow: hidden;
  background: #1b3155; }
  .insight-hero .hero-video {
    width: 100%;
    position: absolute;
    height: 100%;
    object-fit: cover; }
  @media (max-width: 579px) {
    .insight-hero .chevron-down {
      text-align: center; } }
  .insight-hero .chevron-down img {
    width: 150px; }
    @media (max-width: 579px) {
      .insight-hero .chevron-down img {
        width: 50px; } }

.home-hero {
  display: inline-flex;
  position: relative;
  width: 100%;
  flex-direction: column;
  justify-content: center;
  overflow: hidden; }

.insight-blue {
  margin: 100px 0 50px; }
  @media (max-width: 579px) {
    .insight-blue {
      margin: 50px 0;
      padding: 100px 0; } }

.xyz {
  opacity: 0; }

/* Extra bounce animation */
.bounce {
  animation: bounce 2s ease infinite; }

@keyframes bounce {
  70% {
    transform: translateY(0%); }
  80% {
    transform: translateY(-10%); }
  90% {
    transform: translateY(0%); }
  95% {
    transform: translateY(-5%); }
  97% {
    transform: translateY(0%); }
  99% {
    transform: translateY(-1%); }
  100% {
    transform: translateY(0); } }

.menu-wrapper .menu-item a:hover img {
  animation: bounceRight 2s ease 1; }

@keyframes bounceRight {
  10% {
    transform: translateX(0%); }
  20% {
    transform: translateX(20%); }
  30% {
    transform: translateX(0%); }
  40% {
    transform: translateX(10%); }
  45% {
    transform: translateX(0%); }
  50% {
    transform: translateX(5%); }
  55% {
    transform: translateX(0); } }

.item-header {
  /*width: 63.1%;*/
  padding-top: 160px; }
  @media (max-width: 579px) {
    .item-header {
      /*width: 100%;*/
      padding-top: 90px; } }
  .item-header p {
    width: 50vw;
    margin: 0 auto; }
    @media (max-width: 579px) {
      .item-header p {
        width: 100%;
        margin: 0; } }

.fixed-top-bar {
  position: fixed;
  top: 114px;
  right: 0;
  left: 0;
  z-index: 1000; }
  @media (max-width: 579px) {
    .fixed-top-bar {
      top: 84px; } }

.progress-bar-container {
  width: 100%;
  background-color: transparent;
  height: 4px;
  display: block; }

.progress-bar {
  background-image: linear-gradient(to right, #FBE1D6, #EC6B34);
  width: 0;
  display: block;
  height: inherit; }

@media (max-width: 579px) {
  .article-item > img {
    width: calc(100%);
    margin: 0 -15px 0 -15px; } }
    
@media (max-width: 1024px) {
  .chevron-down img {
    max-width: 100px;
  }
}

@media (max-width: 900px) {
  .chevron-down img {
    max-width: 80px;
  }
}

/*Russell Group Added*/
 
.article-space {
    margin-top: 5px;
}
 
.btn-dashboard-danger {
    background: red;
    padding: 12px 20px;
    color: #fff;
    border-radius: 4px;
    border: none;
    outline: none;
    font-weight: 600;
    text-transform: uppercase;
    text-decoration: none;
}
 
    .btn-dashboard-danger:focus, .btn-dashboard-danger:hover {
        color: #fff;
        text-decoration: none;
        background: salmon;
    }

/*https://stackoverflow.com/questions/40815149/h1-is-not-inheriting-font-weight-from-its-container*/
.container h1 {
    font-weight: inherit;
}

.text-32-white {
    font-size: 1.8rem !important;
    line-height: 1.2 !important;
    font-weight:normal !important;
    color: #fff;
}

@media (max-width: 1200px) {
    .text-32-white {
        font-size: 1.5rem !important;
    }
}

@media (max-width: 579px) {
    .text-32-white {
        font-size: 1.25rem !important;
    }
}