﻿@charset "UTF-8";
.primarycolor {
  color: #00214e; }

.darkbluecolor {
  color: #00214e; }

.whitecolor {
  color: #ffffff; }

.secondarycolor {
  color: #eb0535; }

.primarybgcolor {
  background: #1c375e;
  color: #ffffff; }

.darkbluebgcolor {
  background: #00214e;
  color: #ffffff; }

.whitebgcolor {
  background: #ffffff;
  color: #1c375e; }

.secondarybgcolor {
  background: #eb0535;
  color: #ffffff; }

.light-gray {
  background-color: #e9e9e9 !important;
  color: #000000 !important; }
  .light-gray:hover {
    background-color: #1c375e !important;
    color: #ffffff !important; }

.greybgpanel {
  background: #cadcef; }

.lightgreybgpanel {
  background: #edf2f7; }

.whitebgpanel {
  background: #ffffff; }

.backtoTop {
  position: fixed;
  bottom: 59px;
  right: 5px;
  background: #fff;
  width: 35px;
  height: 35px;
  text-decoration: none;
  border-radius: 50px;
  display: none;
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
  z-index: 9999;
  font-size: 0;
  border: solid 2px #000;
  -webkit-box-shadow: 0px 0px 10px 0px rgba(0, 0, 0, 0.4);
  box-shadow: 0px 0px 10px 0px rgba(0, 0, 0, 0.4); }
  @media (min-width: 1024px) and (max-width: 1279px) {
    .backtoTop {
      bottom: 50px; } }
  .backtoTop span:before {
    content: "";
    background: #000;
    width: 3px;
    height: 15px;
    position: absolute;
    left: 18px;
    top: 7px;
    -webkit-transform: rotate(-40deg);
        -ms-transform: rotate(-40deg);
            transform: rotate(-40deg); }
  .backtoTop span:after {
    content: "";
    background: #000;
    width: 3px;
    height: 15px;
    position: absolute;
    left: 10px;
    top: 7px;
    -webkit-transform: rotate(40deg);
        -ms-transform: rotate(40deg);
            transform: rotate(40deg); }
  .backtoTop:hover {
    background: #5cbfb4;
    border: solid 2px #5cbfb4; }
    .backtoTop:hover span:before, .backtoTop:hover span:after {
      background: #ffffff; }

.radius {
  border-radius: 8px; }

.shadow {
  -webkit-box-shadow: 0 2px 5px 0 rgba(0, 0, 0, 0.16), 0 2px 10px 0 rgba(0, 0, 0, 0.12);
          box-shadow: 0 2px 5px 0 rgba(0, 0, 0, 0.16), 0 2px 10px 0 rgba(0, 0, 0, 0.12); }

.overflow-hidden {
  overflow: hidden; }

.text-uppercase {
  text-transform: uppercase; }

.position-absolute {
  position: absolute; }

.position-relative {
  position: relative; }

.position-fixed {
  position: fixed; }

.font-weight-bold {
  font-weight: 700; }

.font-weight-semi-bold {
  font-weight: 600; }

.font-weight-normal {
  font-weight: normal; }

button.ctabtn,
.ctabtn {
  color: #ffffff;
  font-size: 20px;
  line-height: 29px;
  font-weight: bold;
  padding: 4px 20px;
  display: -webkit-inline-box;
  display: -webkit-inline-flex;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-transition: all 0.75s;
  transition: all 0.75s;
  min-height: 45px;
  position: relative;
  vertical-align: middle;
  border-radius: 28.5px;
  background: transparent;
  overflow: hidden;
  margin-right: 0px;
  cursor: pointer;
  background: #1c375e;
  border: 2px solid #1c375e;
  min-width: 178px;
  width: auto;
  z-index: 1; }
  @media print, screen and (min-width: 64em) {
    button.ctabtn,
    .ctabtn {
      font-size: 21px;
      line-height: 29px;
      min-height: 57px;
      padding: 8px 20px;
      min-width: auto; } }
  button.ctabtn:before,
  .ctabtn:before {
    background: #eb0535;
    content: "";
    position: absolute;
    z-index: -1;
    color: #fff;
    width: 100.1%; }
  button.ctabtn:after,
  .ctabtn:after {
    background: #eb0535;
    content: "";
    position: absolute;
    z-index: -1;
    -webkit-transition: all 0.3s;
    transition: all 0.3s;
    height: 0;
    left: 0;
    top: 0;
    width: 100.1%;
    color: #fff; }
  button.ctabtn:hover,
  .ctabtn:hover {
    color: #ffffff;
    text-decoration: none;
    border: 2px solid #eb0535; }
    button.ctabtn:hover:after,
    .ctabtn:hover:after {
      height: 100%;
      z-index: 1; }
    button.ctabtn:hover span,
    .ctabtn:hover span {
      z-index: 2; }
  button.ctabtn.small,
  .ctabtn.small {
    min-height: 51px;
    font-size: 15px; }
  button.ctabtn.primarybtn,
  .ctabtn.primarybtn {
    color: #ffffff;
    border: 0px; }
    button.ctabtn.primarybtn:after,
    .ctabtn.primarybtn:after {
      background: #eb0535;
      color: #ffffff;
      z-index: 1; }
    button.ctabtn.primarybtn span,
    .ctabtn.primarybtn span {
      z-index: 2; }
    button.ctabtn.primarybtn:hover,
    .ctabtn.primarybtn:hover {
      color: #ffffff;
      border: #eb0535; }
      button.ctabtn.primarybtn:hover:after,
      .ctabtn.primarybtn:hover:after {
        height: 100%;
        z-index: 1; }
      button.ctabtn.primarybtn:hover span,
      .ctabtn.primarybtn:hover span {
        color: #ffffff;
        z-index: 2; }
  button.ctabtn.secondarybtn,
  .ctabtn.secondarybtn {
    background: #eb0535;
    color: #ffffff; }
    button.ctabtn.secondarybtn:after,
    .ctabtn.secondarybtn:after {
      background: #1c375e;
      color: #ffffff;
      z-index: 1; }
    button.ctabtn.secondarybtn span,
    .ctabtn.secondarybtn span {
      z-index: 2; }
    button.ctabtn.secondarybtn:hover,
    .ctabtn.secondarybtn:hover {
      color: #ffffff;
      border: #1c375e; }
      button.ctabtn.secondarybtn:hover:after,
      .ctabtn.secondarybtn:hover:after {
        height: 100%;
        z-index: 1; }
      button.ctabtn.secondarybtn:hover span,
      .ctabtn.secondarybtn:hover span {
        color: #ffffff;
        z-index: 2; }

button.ctaborder,
.ctaborder {
  color: #00214e;
  font-size: 21px;
  line-height: 29px;
  font-weight: bold;
  padding: 6px 20px;
  display: -webkit-inline-box;
  display: -webkit-inline-flex;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center;
  min-height: 57px;
  position: relative;
  vertical-align: middle;
  border-radius: 28.5px;
  background: transparent;
  overflow: hidden;
  margin-right: 0px;
  cursor: pointer;
  border: 0px;
  border: 2px solid #00214e;
  background-color: transparent;
  min-width: auto;
  width: auto;
  text-transform: uppercase;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
  z-index: 1; }
  @media print, screen and (min-width: 64em) {
    button.ctaborder,
    .ctaborder {
      font-size: 21px;
      line-height: 29px;
      min-height: 57px;
      padding: 8px 20px;
      min-width: auto; } }
  button.ctaborder:after, button.ctaborder:before,
  .ctaborder:after,
  .ctaborder:before {
    background-color: #00214e;
    content: "";
    position: absolute;
    z-index: -1; }
  button.ctaborder:after,
  .ctaborder:after {
    height: 0;
    left: 0;
    top: 0;
    width: 100%;
    -webkit-transition: all 0.3s;
    transition: all 0.3s;
    border-radius: 25px; }
  button.ctaborder:hover,
  .ctaborder:hover {
    text-decoration: none;
    color: #fff;
    border: solid 2px transparent; }
    button.ctaborder:hover:after,
    .ctaborder:hover:after {
      height: 100%; }
  button.ctaborder.white-btn,
  .ctaborder.white-btn {
    border: 2px solid #ffffff; }
    button.ctaborder.white-btn:before, button.ctaborder.white-btn:after,
    .ctaborder.white-btn:before,
    .ctaborder.white-btn:after {
      background-color: #ffffff; }

button.ctabtn {
  background-image: -webkit-gradient(linear, left top, left bottom, from(0), color-stop(#eb0535), to(#eb0535));
  background-image: linear-gradient(0, #eb0535, #eb0535);
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
  background-size: 100% 0;
  background-repeat: no-repeat;
  background-position: top; }
  button.ctabtn:hover {
    background-size: 100% 100%;
    color: #fff; }
  button.ctabtn:after, button.ctabtn::before {
    display: none; }

button.ctaborder {
  background-image: -webkit-gradient(linear, left top, left bottom, from(0), color-stop(#1c375e), to(#1c375e)) !important;
  background-image: linear-gradient(0, #1c375e, #1c375e) !important;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
  background-size: 100% 0 !important;
  background-repeat: no-repeat;
  background-position: top !important; }
  button.ctaborder:hover {
    background-size: 100% 100% !important;
    color: #ffffff; }

.whitecolor .ctabtn {
  background: #ffffff;
  color: #ffffff; }

.whitecolor .ctaborder {
  border: solid 2px #ffffff;
  color: #ffffff; }

.whitebgpanel .ctabtn {
  color: #ffffff; }

a[href^="tel"],
a [href^="mailto"],
a {
  color: #00214e;
  text-decoration: none; }
  a[href^="tel"]:hover,
  a [href^="mailto"]:hover,
  a:hover {
    text-decoration: underline; }

header a[href^="tel"]:hover,
header a [href^="mailto"]:hover,
header a:hover,
.footer a[href^="tel"]:hover,
.footer a [href^="mailto"]:hover,
.footer a:hover,
.fixedSideNav a[href^="tel"]:hover,
.fixedSideNav a [href^="mailto"]:hover,
.fixedSideNav a:hover,
.ctabtn a[href^="tel"]:hover,
.ctabtn a [href^="mailto"]:hover,
.ctabtn a:hover,
.link-cta a[href^="tel"]:hover,
.link-cta a [href^="mailto"]:hover,
.link-cta a:hover {
  text-decoration: none; }

input[type="text"]::-ms-clear {
  display: none; }

.txtArea,
.txtBox {
  -webkit-appearance: none;
     -moz-appearance: none;
          appearance: none; }

.fade .siteWrap {
  -webkit-transition: all 0.55s;
  transition: all 0.55s; }

.bodyBg .siteWrap {
  opacity: 1; }

.pointerNone {
  pointer-events: none; }

.loaderBlock {
  background: #fff;
  position: fixed;
  top: 0;
  left: 0;
  bottom: 0;
  right: 0;
  width: 100%;
  height: 100%;
  overflow: hidden;
  z-index: 9999999; }
  .loaderBlock .svgAnimation {
    position: absolute;
    width: 100%;
    height: 100%;
    opacity: 0;
    -webkit-animation: svgzoom 1.75s cubic-bezier(0.36, 0.07, 0.19, 0.97) both;
            animation: svgzoom 1.75s cubic-bezier(0.36, 0.07, 0.19, 0.97) both; }
    .loaderBlock .svgAnimation svg {
      position: absolute;
      width: 100%;
      height: 100%; }
      .loaderBlock .svgAnimation svg circle {
        fill: #f3f3f3; }
  .loaderBlock .loaderWrap {
    position: absolute;
    top: 40%;
    left: 50%;
    -webkit-transform: translate(-50%);
        -ms-transform: translate(-50%);
            transform: translate(-50%);
    width: 100%;
    text-align: center; }
    .loaderBlock .loaderWrap img {
      max-width: 45%; }
      @media print, screen and (min-width: 48em) {
        .loaderBlock .loaderWrap img {
          max-width: 67%; } }

@-webkit-keyframes border-transform {
  0%,
  100% {
    border-radius: 63% 37% 54% 46% / 55% 48% 52% 45%; }
  14% {
    border-radius: 40% 60% 54% 46% / 49% 60% 40% 51%; }
  28% {
    border-radius: 54% 46% 38% 62% / 49% 70% 30% 51%; }
  42% {
    border-radius: 61% 39% 55% 45% / 61% 38% 62% 39%; }
  56% {
    border-radius: 61% 39% 67% 33% / 70% 50% 50% 30%; }
  70% {
    border-radius: 50% 50% 34% 66% / 56% 68% 32% 44%; }
  84% {
    border-radius: 46% 54% 50% 50% / 35% 61% 39% 65%; } }

/* #Progress
================================================== */
.progress-wrap {
  position: fixed;
  right: 4px;
  bottom: 95px;
  height: 46px;
  width: 46px;
  cursor: pointer;
  display: block;
  border-radius: 50px;
  -webkit-box-shadow: inset 0 0 0 4px rgba(255, 255, 255, 0.2);
          box-shadow: inset 0 0 0 4px rgba(255, 255, 255, 0.2);
  z-index: 10000;
  opacity: 0;
  visibility: hidden;
  -webkit-transform: translateY(15px);
      -ms-transform: translateY(15px);
          transform: translateY(15px);
  -webkit-transition: all 200ms linear;
  transition: all 200ms linear;
  background: #1c375e; }
  @media print, screen and (min-width: 64em) {
    .progress-wrap {
      bottom: 10px; } }
  .progress-wrap.active-progress {
    opacity: 1;
    visibility: visible;
    -webkit-transform: translateY(0);
        -ms-transform: translateY(0);
            transform: translateY(0); }
  .progress-wrap:after {
    position: absolute;
    content: "";
    background: url("../images/up-arrow.svg") no-repeat;
    background-size: contain;
    text-align: center;
    right: 10px;
    top: 13px;
    height: 22px;
    width: 22px;
    cursor: pointer;
    display: block;
    z-index: 1;
    -webkit-transition: all 200ms linear;
    transition: all 200ms linear;
    -webkit-transform: rotate(-90deg);
        -ms-transform: rotate(-90deg);
            transform: rotate(-90deg); }
  .progress-wrap:before {
    position: absolute;
    content: "";
    background-size: contain;
    text-align: center;
    opacity: 0;
    background: url("../images/up-arrow.svg") no-repeat;
    -webkit-text-fill-color: transparent;
    right: 10px;
    top: 13px;
    height: 22px;
    width: 22px;
    cursor: pointer;
    display: none;
    z-index: 2;
    -webkit-transition: all 200ms linear;
    transition: all 200ms linear;
    -webkit-transform: scale(0.9) rotate(-90deg);
        -ms-transform: scale(0.9) rotate(-90deg);
            transform: scale(0.9) rotate(-90deg); }
  .progress-wrap svg {
    overflow: hidden;
    vertical-align: middle; }
  .progress-wrap svg.progress-circle path {
    stroke: #eb0535;
    stroke-width: 4px;
    -webkit-box-sizing: border-box;
            box-sizing: border-box;
    -webkit-transition: all 200ms linear;
    transition: all 200ms linear; }
  .progress-wrap svg path {
    fill: none; }
  .progress-wrap:hover :after {
    opacity: 1; }
  .progress-wrap:hover:before {
    opacity: 0; }

.screen-reader-text {
  overflow: hidden;
  clip: rect(0, 0, 0, 0);
  position: absolute;
  margin: -1px;
  padding: 0;
  height: 1px;
  width: 1px;
  word-wrap: normal !important;
  border: 0 none; }

.ctaLinks {
  position: relative;
  cursor: pointer;
  display: inline-block;
  overflow: hidden;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  -webkit-tap-highlight-color: transparent;
  vertical-align: middle;
  z-index: 1;
  will-change: opacity, transform;
  -webkit-transition: all 0.3s ease-out;
  transition: all 0.3s ease-out; }
  .ctaLinks:hover {
    background: #5f7d37;
    color: inherit; }

.ctaLinks a {
  color: inherit;
  text-decoration: none; }
  .ctaLinks a:hover {
    text-decoration: none; }

p .ctaLinks {
  text-decoration: none; }

.ctaLinks.disabled {
  cursor: default; }

.ctaLinks.disabled .waves-ripple {
  display: none !important; }

.ctaLinks .waves-ripple {
  position: absolute;
  border-radius: 50% !important;
  width: 20px;
  height: 20px;
  margin-top: -10px;
  margin-left: -10px;
  opacity: 0;
  background: rgba(0, 0, 0, 0.2);
  -webkit-transition: all 0.7s ease-out;
  transition: all 0.7s ease-out;
  transition-property: opacity, -webkit-transform;
  -webkit-transition-property: opacity, -webkit-transform;
  transition-property: transform, opacity;
  transition-property: transform, opacity, -webkit-transform;
  -webkit-transform: scale(0);
      -ms-transform: scale(0);
          transform: scale(0);
  pointer-events: none; }

.ctaLinks input[type="button"],
.ctaLinks input[type="reset"],
.ctaLinks input[type="submit"] {
  border: 0;
  font-style: normal;
  font-size: inherit;
  text-transform: inherit;
  background: none; }

/* Skip Content */
#skiptocontent a {
  padding: 6px;
  position: fixed;
  top: 2px;
  left: 0;
  color: #000;
  background: 0 0;
  -webkit-transition: top 1s ease-out, background 1s linear;
  transition: top 1s ease-out, background 1s linear;
  z-index: -9999999999;
  opacity: 0;
  font-size: 17px; }
  #skiptocontent a:active, #skiptocontent a:focus {
    position: fixed;
    left: 0;
    top: 0;
    background: #1c375e;
    color: #fff;
    -webkit-transition: top 0.1s ease-in, background 0.5s linear;
    transition: top 0.1s ease-in, background 0.5s linear;
    z-index: 99999999999;
    opacity: 1; }

/* --------------- End Off -------------*/
a:focus:focus,
button:focus:focus,
input:focus:focus,
textarea:focus:focus,
.form-control:focus:focus,
.btn:focus:focus,
.custom-select:focus:focus,
.custom-range:focus:focus,
.page-link:focus:focus {
  outline-style: dashed;
  outline-color: #000000;
  outline-width: 2px;
  -webkit-box-shadow: none;
          box-shadow: none; }

[type="text"]:focus,
[type="password"]:focus,
[type="date"]:focus,
[type="datetime"]:focus,
[type="datetime-local"]:focus,
[type="month"]:focus,
[type="week"]:focus,
[type="email"]:focus,
[type="number"]:focus,
[type="search"]:focus,
[type="tel"]:focus,
[type="time"]:focus,
[type="url"]:focus,
[type="color"]:focus,
textarea:focus {
  outline-style: dashed !important;
  outline-color: #eb0535;
  outline-width: 2px !important;
  -webkit-box-shadow: none;
  box-shadow: none; }

@media screen and (min-width: 1366px) {
  .Windows body::-webkit-scrollbar {
    width: 1em; }
  .Windows body::-webkit-scrollbar-track {
    -webkit-box-shadow: inset 0 0 6px rgba(0, 0, 0, 0.3); }
  .Windows body::-webkit-scrollbar-thumb {
    background-color: #707070;
    outline: 1px solid #707070; } }

.link-cta {
  color: #00214e !important;
  position: relative;
  padding-right: 0px;
  display: inline-block !important;
  -webkit-transition: all 0.55s;
  transition: all 0.55s;
  font-size: 23px;
  line-height: 30px;
  font-weight: 700; }
  @media print, screen and (min-width: 64em) {
    .link-cta {
      font-size: 27px;
      line-height: 36px; } }
  @media screen and (min-width: 85.375em) {
    .link-cta {
      font-size: 30px;
      line-height: 40px; } }
  .link-cta:after {
    content: ">";
    display: inline-block;
    vertical-align: middle;
    width: 27px;
    position: relative;
    color: #1c375e;
    right: 5px;
    font-size: 23px;
    line-height: 39px;
    font-weight: 700;
    height: 45px; }
    @media print, screen and (min-width: 64em) {
      .link-cta:after {
        font-size: 27px;
        line-height: 38px; } }
    @media screen and (min-width: 85.375em) {
      .link-cta:after {
        font-size: 30px;
        line-height: 38px; } }
  .link-cta:hover {
    padding-left: 10px !important;
    text-decoration: none; }

.iconpanel,
.alternativepanel,
.testimonial,
.socialPanel,
.newsletterPannel,
.bluepanel,
.treepanel .footer {
  content-visibility: auto;
  contain-intrinsic-size: 0 500px; }

/* Animations */
.animated {
  -webkit-animation-duration: 1s;
          animation-duration: 1s;
  -webkit-animation-fill-mode: both;
          animation-fill-mode: both; }

.zoomIn {
  -webkit-animation-name: zoomIn;
          animation-name: zoomIn; }

.rollOut {
  -webkit-animation-name: rollOut;
          animation-name: rollOut; }

.zoomInDown {
  -webkit-animation-name: zoomInDown;
          animation-name: zoomInDown; }

.zoomInUp {
  -webkit-animation-name: zoomInUp;
          animation-name: zoomInUp; }

@-webkit-keyframes jump {
  0% {
    -webkit-transform: translateY(0);
            transform: translateY(0); }
  20% {
    -webkit-transform: translateY(0);
            transform: translateY(0); }
  40% {
    -webkit-transform: translateY(-4px);
            transform: translateY(-4px); }
  50% {
    -webkit-transform: translateY(0);
            transform: translateY(0); }
  60% {
    -webkit-transform: translateY(-2px);
            transform: translateY(-2px); }
  80% {
    -webkit-transform: translateY(0);
            transform: translateY(0); }
  100% {
    -webkit-transform: translateY(0);
            transform: translateY(0); } }

@keyframes jump {
  0% {
    -webkit-transform: translateY(0);
            transform: translateY(0); }
  20% {
    -webkit-transform: translateY(0);
            transform: translateY(0); }
  40% {
    -webkit-transform: translateY(-4px);
            transform: translateY(-4px); }
  50% {
    -webkit-transform: translateY(0);
            transform: translateY(0); }
  60% {
    -webkit-transform: translateY(-2px);
            transform: translateY(-2px); }
  80% {
    -webkit-transform: translateY(0);
            transform: translateY(0); }
  100% {
    -webkit-transform: translateY(0);
            transform: translateY(0); } }

@-webkit-keyframes error {
  10%,
  90% {
    -webkit-transform: translate3d(-1px, 0, 0);
            transform: translate3d(-1px, 0, 0); }
  20%,
  80% {
    -webkit-transform: translate3d(2px, 0, 0);
            transform: translate3d(2px, 0, 0); }
  30%,
  50%,
  70% {
    -webkit-transform: translate3d(-4px, 0, 0);
            transform: translate3d(-4px, 0, 0); }
  40%,
  60% {
    -webkit-transform: translate3d(4px, 0, 0);
            transform: translate3d(4px, 0, 0); } }

@keyframes error {
  10%,
  90% {
    -webkit-transform: translate3d(-1px, 0, 0);
            transform: translate3d(-1px, 0, 0); }
  20%,
  80% {
    -webkit-transform: translate3d(2px, 0, 0);
            transform: translate3d(2px, 0, 0); }
  30%,
  50%,
  70% {
    -webkit-transform: translate3d(-4px, 0, 0);
            transform: translate3d(-4px, 0, 0); }
  40%,
  60% {
    -webkit-transform: translate3d(4px, 0, 0);
            transform: translate3d(4px, 0, 0); } }

@-webkit-keyframes fadeInUp {
  from {
    opacity: 0;
    -webkit-transform: translate3d(0, 100%, 0);
            transform: translate3d(0, 100%, 0); }
  100% {
    opacity: 1;
    -webkit-transform: none;
            transform: none; } }

@keyframes fadeInUp {
  from {
    opacity: 0;
    -webkit-transform: translate3d(0, 100%, 0);
            transform: translate3d(0, 100%, 0); }
  100% {
    opacity: 1;
    -webkit-transform: none;
            transform: none; } }

@-webkit-keyframes zoomIn {
  from {
    opacity: 0;
    -webkit-transform: scale3d(0.3, 0.3, 0.3);
            transform: scale3d(0.3, 0.3, 0.3); }
  50% {
    opacity: 1; } }

@keyframes zoomIn {
  from {
    opacity: 0;
    -webkit-transform: scale3d(0.3, 0.3, 0.3);
            transform: scale3d(0.3, 0.3, 0.3); }
  50% {
    opacity: 1; } }

@-webkit-keyframes rollOut {
  from {
    opacity: 1; }
  100% {
    opacity: 0;
    -webkit-transform: translate3d(100%, 0, 0) rotate3d(0, 0, 1, 120deg);
            transform: translate3d(100%, 0, 0) rotate3d(0, 0, 1, 120deg); } }

@keyframes rollOut {
  from {
    opacity: 1; }
  100% {
    opacity: 0;
    -webkit-transform: translate3d(100%, 0, 0) rotate3d(0, 0, 1, 120deg);
            transform: translate3d(100%, 0, 0) rotate3d(0, 0, 1, 120deg); } }

@-webkit-keyframes zoomInDown {
  from {
    opacity: 0;
    -webkit-transform: scale3d(0.1, 0.1, 0.1) translate3d(0, -1000px, 0);
            transform: scale3d(0.1, 0.1, 0.1) translate3d(0, -1000px, 0);
    -webkit-animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
            animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19); }
  60% {
    opacity: 1;
    -webkit-transform: scale3d(0.475, 0.475, 0.475) translate3d(0, 60px, 0);
            transform: scale3d(0.475, 0.475, 0.475) translate3d(0, 60px, 0);
    -webkit-animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1);
            animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1); } }

@keyframes zoomInDown {
  from {
    opacity: 0;
    -webkit-transform: scale3d(0.1, 0.1, 0.1) translate3d(0, -1000px, 0);
            transform: scale3d(0.1, 0.1, 0.1) translate3d(0, -1000px, 0);
    -webkit-animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
            animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19); }
  60% {
    opacity: 1;
    -webkit-transform: scale3d(0.475, 0.475, 0.475) translate3d(0, 60px, 0);
            transform: scale3d(0.475, 0.475, 0.475) translate3d(0, 60px, 0);
    -webkit-animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1);
            animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1); } }

@-webkit-keyframes zoomInUp {
  from {
    opacity: 0;
    -webkit-transform: scale3d(0.1, 0.1, 0.1) translate3d(0, 1000px, 0);
            transform: scale3d(0.1, 0.1, 0.1) translate3d(0, 1000px, 0);
    -webkit-animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
            animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19); }
  60% {
    opacity: 1;
    -webkit-transform: scale3d(0.475, 0.475, 0.475) translate3d(0, -60px, 0);
            transform: scale3d(0.475, 0.475, 0.475) translate3d(0, -60px, 0);
    -webkit-animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1);
            animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1); } }

@keyframes zoomInUp {
  from {
    opacity: 0;
    -webkit-transform: scale3d(0.1, 0.1, 0.1) translate3d(0, 1000px, 0);
            transform: scale3d(0.1, 0.1, 0.1) translate3d(0, 1000px, 0);
    -webkit-animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
            animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19); }
  60% {
    opacity: 1;
    -webkit-transform: scale3d(0.475, 0.475, 0.475) translate3d(0, -60px, 0);
            transform: scale3d(0.475, 0.475, 0.475) translate3d(0, -60px, 0);
    -webkit-animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1);
            animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1); } }

@-webkit-keyframes svgzoom {
  from {
    opacity: 1;
    -webkit-transform: scale(0.2);
            transform: scale(0.2);
    -webkit-animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
            animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19); }
  60% {
    opacity: 0;
    -webkit-transform: scale(2.2);
            transform: scale(2.2);
    -webkit-animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1);
            animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1); } }

@keyframes svgzoom {
  from {
    opacity: 1;
    -webkit-transform: scale(0.2);
            transform: scale(0.2);
    -webkit-animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
            animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19); }
  60% {
    opacity: 0;
    -webkit-transform: scale(2.2);
            transform: scale(2.2);
    -webkit-animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1);
            animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1); } }

.removeLoader .loaderBlock {
  display: none; }

.waves-notransition {
  -webkit-transition: none !important;
  transition: none !important; }

.waves-circle {
  -webkit-transform: translateZ(0);
          transform: translateZ(0);
  -webkit-mask-image: -webkit-radial-gradient(circle, white 100%, black 100%); }

.waves-input-wrapper {
  border-radius: 0.2em;
  vertical-align: bottom; }

.waves-input-wrapper .waves-button-input {
  position: relative;
  top: 0;
  left: 0;
  z-index: 1; }

.waves-circle {
  text-align: center;
  width: 2.5em;
  height: 2.5em;
  line-height: 2.5em;
  border-radius: 50%;
  -webkit-mask-image: none; }

.waves-block {
  display: block; }

/* Firefox Bug: link not triggered */
.ctaLinks .waves-ripple {
  z-index: -1; }

.ctaLinks .waves-ripple {
  background-color: rgba(137, 193, 61, 0.5); }

.ctaLinks.orange .waves-ripple {
  background-color: rgba(255, 187, 99, 0.9); }

.ctaLinks.bgray .waves-ripple {
  background-color: rgba(204, 204, 204, 0.5); }

.nprogress-busy .backtoTop {
  display: none; }

.nprogress-busy #skiptocontent {
  display: none; }

.ie11 button.ctabtn,
.ie11 .ctabtn {
  border: 2px solid #1c375e; }

@media (max-width: 767px) {
  .grid-container {
    max-width: 450px !important;
    width: 100%;
    padding-left: 15px !important;
    padding-right: 15px !important; } }

@media (min-width: 768px) and (max-width: 1023px) {
  .grid-container {
    max-width: 767px !important;
    width: 100%;
    padding-left: 15px !important;
    padding-right: 15px !important; } }

@media (min-width: 1024px) and (max-width: 1279px) {
  .grid-container {
    padding-left: 20px !important;
    padding-right: 20px !important; } }

@media (min-width: 1280px) and (max-width: 1529px) {
  .grid-container {
    padding-left: 30px !important;
    padding-right: 30px !important; } }

.flexwrap {
  display: block; }
  @media print, screen and (min-width: 64em) {
    .flexwrap {
      display: -webkit-box;
      display: -webkit-flex;
      display: -ms-flexbox;
      display: flex;
      -webkit-flex-wrap: wrap;
          -ms-flex-wrap: wrap;
              flex-wrap: wrap; } }

@media (min-width: 1366px) and (max-width: 1600px) {
    h1:not(.campaign-hero) h1,
    .h1:not(.campaign-hero) .h1 {
        font-size: 50px !important;
        line-height: 70px !important;
    } }

.siteWrap {
  overflow: hidden; }

/**
 * Foundation for Sites
 * Version 6.6.3
 * https://get.foundation
 * Licensed under MIT Open Source
 */
/*! normalize.css v8.0.0 | MIT License | github.com/necolas/normalize.css */
html {
  line-height: 1.15;
  -webkit-text-size-adjust: 100%; }

body {
  margin: 0; }

h1 {
  font-size: 2em;
  margin: 0.67em 0; }

hr {
  -webkit-box-sizing: content-box;
          box-sizing: content-box;
  height: 0;
  overflow: visible; }

pre {
  font-family: monospace, monospace;
  font-size: 1em; }

a {
  background-color: transparent; }

abbr[title] {
  border-bottom: none;
  text-decoration: underline;
  -webkit-text-decoration: underline dotted;
          text-decoration: underline dotted; }

b,
strong {
  font-weight: bolder; }

code,
kbd,
samp {
  font-family: monospace, monospace;
  font-size: 1em; }

small {
  font-size: 80%; }

sub,
sup {
  font-size: 75%;
  line-height: 0;
  position: relative;
  vertical-align: baseline; }

sub {
  bottom: -0.25em; }

sup {
  top: -0.5em; }

img {
  border-style: none; }

button,
input,
optgroup,
select,
textarea {
  font-family: inherit;
  font-size: 100%;
  line-height: 1.15;
  margin: 0; }

button,
input {
  overflow: visible; }

button,
select {
  text-transform: none; }

button,
[type="button"],
[type="reset"],
[type="submit"] {
  -webkit-appearance: button; }

button::-moz-focus-inner,
[type="button"]::-moz-focus-inner,
[type="reset"]::-moz-focus-inner,
[type="submit"]::-moz-focus-inner {
  border-style: none;
  padding: 0; }

button:-moz-focusring,
[type="button"]:-moz-focusring,
[type="reset"]:-moz-focusring,
[type="submit"]:-moz-focusring {
  outline: 1px dotted ButtonText; }

fieldset {
  padding: 0.35em 0.75em 0.625em; }

legend {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  color: inherit;
  display: table;
  max-width: 100%;
  padding: 0;
  white-space: normal; }

progress {
  vertical-align: baseline; }

textarea {
  overflow: auto; }

[type="checkbox"],
[type="radio"] {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  padding: 0; }

[type="number"]::-webkit-inner-spin-button,
[type="number"]::-webkit-outer-spin-button {
  height: auto; }

[type="search"] {
  -webkit-appearance: textfield;
  outline-offset: -2px; }

[type="search"]::-webkit-search-decoration {
  -webkit-appearance: none; }

::-webkit-file-upload-button {
  -webkit-appearance: button;
  font: inherit; }

details {
  display: block; }

summary {
  display: list-item; }

template {
  display: none; }

[hidden] {
  display: none; }

.foundation-mq {
  font-family: "small=0em&medium=48em&large=64em&xlarge=85.375em&xxlarge=90em"; }

html {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  font-size: 100%; }

*,
*::before,
*::after {
  -webkit-box-sizing: inherit;
          box-sizing: inherit; }

body {
  margin: 0;
  padding: 0;
  background: #ffffff;
  font-family: "Manrope";
  font-weight: normal;
  line-height: 1.5;
  color: #00214e;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale; }

img {
  display: inline-block;
  vertical-align: middle;
  max-width: 100%;
  height: auto;
  -ms-interpolation-mode: bicubic; }

textarea {
  height: auto;
  min-height: 50px;
  border-radius: 8px; }

select {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  width: 100%;
  border-radius: 8px; }

.map_canvas img,
.map_canvas embed,
.map_canvas object,
.mqa-display img,
.mqa-display embed,
.mqa-display object {
  max-width: none !important; }

button {
  padding: 0;
  -webkit-appearance: none;
     -moz-appearance: none;
          appearance: none;
  border: 0;
  border-radius: 8px;
  background: transparent;
  line-height: 1;
  cursor: auto; }
  [data-whatinput='mouse'] button {
    outline: 0; }

pre {
  overflow: auto; }

button,
input,
optgroup,
select,
textarea {
  font-family: inherit; }

.is-visible {
  display: block !important; }

.is-hidden {
  display: none !important; }

[type='text'], [type='password'], [type='date'], [type='datetime'], [type='datetime-local'], [type='month'], [type='week'], [type='email'], [type='number'], [type='search'], [type='tel'], [type='time'], [type='url'], [type='color'],
textarea {
  display: block;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  width: 100%;
  height: 2.4375rem;
  margin: 0 0 1rem;
  padding: 0.5rem;
  border: 1px solid #cacaca;
  border-radius: 8px;
  background-color: #ffffff;
  -webkit-box-shadow: inset 0 1px 2px rgba(0, 0, 0, 0.1);
          box-shadow: inset 0 1px 2px rgba(0, 0, 0, 0.1);
  font-family: inherit;
  font-size: 1rem;
  font-weight: normal;
  line-height: 1.5;
  color: #000000;
  -webkit-transition: border-color 0.25s ease-in-out, -webkit-box-shadow 0.5s;
  transition: border-color 0.25s ease-in-out, -webkit-box-shadow 0.5s;
  transition: box-shadow 0.5s, border-color 0.25s ease-in-out;
  transition: box-shadow 0.5s, border-color 0.25s ease-in-out, -webkit-box-shadow 0.5s;
  -webkit-appearance: none;
     -moz-appearance: none;
          appearance: none; }
  [type="text"]:focus,
  [type="password"]:focus,
  [type="date"]:focus,
  [type="datetime"]:focus,
  [type="datetime-local"]:focus,
  [type="month"]:focus,
  [type="week"]:focus,
  [type="email"]:focus,
  [type="number"]:focus,
  [type="search"]:focus,
  [type="tel"]:focus,
  [type="time"]:focus,
  [type="url"]:focus,
  [type="color"]:focus,
  textarea:focus {
    outline: none;
    border: 1px solid #8a8a8a;
    background-color: #ffffff;
    -webkit-box-shadow: 0 0 5px #cacaca;
            box-shadow: 0 0 5px #cacaca;
    -webkit-transition: border-color 0.25s ease-in-out, -webkit-box-shadow 0.5s;
    transition: border-color 0.25s ease-in-out, -webkit-box-shadow 0.5s;
    transition: box-shadow 0.5s, border-color 0.25s ease-in-out;
    transition: box-shadow 0.5s, border-color 0.25s ease-in-out, -webkit-box-shadow 0.5s; }

textarea {
  max-width: 100%; }
  textarea[rows] {
    height: auto; }

input:disabled, input[readonly],
textarea:disabled,
textarea[readonly] {
  background-color: #e9e9e9;
  cursor: not-allowed; }

[type='submit'],
[type='button'] {
  -webkit-appearance: none;
     -moz-appearance: none;
          appearance: none;
  border-radius: 8px; }

input[type='search'] {
  -webkit-box-sizing: border-box;
          box-sizing: border-box; }

::-webkit-input-placeholder {
  color: #cacaca; }

::-moz-placeholder {
  color: #cacaca; }

:-ms-input-placeholder {
  color: #cacaca; }

::-ms-input-placeholder {
  color: #cacaca; }

::placeholder {
  color: #cacaca; }

[type='file'],
[type='checkbox'],
[type='radio'] {
  margin: 0 0 1rem; }

[type='checkbox'] + label,
[type='radio'] + label {
  display: inline-block;
  vertical-align: baseline;
  margin-left: 0.5rem;
  margin-right: 1rem;
  margin-bottom: 0; }
  [type='checkbox'] + label[for],
  [type='radio'] + label[for] {
    cursor: pointer; }

label > [type='checkbox'],
label > [type='radio'] {
  margin-right: 0.5rem; }

[type='file'] {
  width: 100%; }

label {
  display: block;
  margin: 0;
  font-size: 0.875rem;
  font-weight: normal;
  line-height: 1.8;
  color: #000000; }
  label.middle {
    margin: 0 0 1rem;
    padding: 0.5625rem 0; }

.help-text {
  margin-top: -0.5rem;
  font-size: 0.8125rem;
  font-style: italic;
  color: #000000; }

.input-group {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  margin-bottom: 1rem;
  -webkit-box-align: stretch;
  -webkit-align-items: stretch;
      -ms-flex-align: stretch;
          align-items: stretch; }
  .input-group > :first-child, .input-group > :first-child.input-group-button > * {
    border-radius: 8px 0 0 8px; }
  .input-group > :last-child, .input-group > :last-child.input-group-button > * {
    border-radius: 0 8px 8px 0; }

.input-group-label, .input-group-field, .input-group-button, .input-group-button a,
.input-group-button input,
.input-group-button button,
.input-group-button label {
  margin: 0;
  white-space: nowrap; }

.input-group-label {
  padding: 0 1rem;
  border: 1px solid #cacaca;
  background: #e9e9e9;
  color: #000000;
  text-align: center;
  white-space: nowrap;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-flex: 0;
  -webkit-flex: 0 0 auto;
      -ms-flex: 0 0 auto;
          flex: 0 0 auto;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center; }
  .input-group-label:first-child {
    border-right: 0; }
  .input-group-label:last-child {
    border-left: 0; }

.input-group-field {
  border-radius: 0;
  -webkit-box-flex: 1;
  -webkit-flex: 1 1 0px;
      -ms-flex: 1 1 0px;
          flex: 1 1 0px;
  min-width: 0; }

.input-group-button {
  padding-top: 0;
  padding-bottom: 0;
  text-align: center;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-flex: 0;
  -webkit-flex: 0 0 auto;
      -ms-flex: 0 0 auto;
          flex: 0 0 auto; }
  .input-group-button a,
  .input-group-button input,
  .input-group-button button,
  .input-group-button label {
    -webkit-align-self: stretch;
        -ms-flex-item-align: stretch;
            align-self: stretch;
    height: auto;
    padding-top: 0;
    padding-bottom: 0;
    font-size: 1rem; }

fieldset {
  margin: 0;
  padding: 0;
  border: 0; }

legend {
  max-width: 100%;
  margin-bottom: 0.5rem; }

.fieldset {
  margin: 1.125rem 0;
  padding: 1.25rem;
  border: 1px solid #cacaca; }
  .fieldset legend {
    margin: 0;
    margin-left: -0.1875rem;
    padding: 0 0.1875rem; }

select {
  height: 2.4375rem;
  margin: 0 0 1rem;
  padding: 0.5rem;
  -webkit-appearance: none;
     -moz-appearance: none;
          appearance: none;
  border: 1px solid #cacaca;
  border-radius: 8px;
  background-color: #ffffff;
  font-family: inherit;
  font-size: 1rem;
  font-weight: normal;
  line-height: 1.5;
  color: #000000;
  background-image: url("data:image/svg+xml;utf8,<svg xmlns='http://www.w3.org/2000/svg' version='1.1' width='32' height='24' viewBox='0 0 32 24'><polygon points='0,0 32,0 16,24' style='fill: rgb%28138, 138, 138%29'></polygon></svg>");
  background-origin: content-box;
  background-position: right -1rem center;
  background-repeat: no-repeat;
  background-size: 9px 6px;
  padding-right: 1.5rem;
  -webkit-transition: border-color 0.25s ease-in-out, -webkit-box-shadow 0.5s;
  transition: border-color 0.25s ease-in-out, -webkit-box-shadow 0.5s;
  transition: box-shadow 0.5s, border-color 0.25s ease-in-out;
  transition: box-shadow 0.5s, border-color 0.25s ease-in-out, -webkit-box-shadow 0.5s; }
  @media screen and (min-width: 0\0) {
    select {
      background-image: url("data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAACAAAAAYCAYAAACbU/80AAAAGXRFWHRTb2Z0d2FyZQBBZG9iZSBJbWFnZVJlYWR5ccllPAAAAIpJREFUeNrEkckNgDAMBBfRkEt0ObRBBdsGXUDgmQfK4XhH2m8czQAAy27R3tsw4Qfe2x8uOO6oYLb6GlOor3GF+swURAOmUJ+RwtEJs9WvTGEYxBXqI1MQAZhCfUQKRzDMVj+TwrAIV6jvSUEkYAr1LSkcyTBb/V+KYfX7xAeusq3sLDtGH3kEGACPWIflNZfhRQAAAABJRU5ErkJggg=="); } }
  select:focus {
    outline: none;
    border: 1px solid #8a8a8a;
    background-color: #ffffff;
    -webkit-box-shadow: 0 0 5px #cacaca;
            box-shadow: 0 0 5px #cacaca;
    -webkit-transition: border-color 0.25s ease-in-out, -webkit-box-shadow 0.5s;
    transition: border-color 0.25s ease-in-out, -webkit-box-shadow 0.5s;
    transition: box-shadow 0.5s, border-color 0.25s ease-in-out;
    transition: box-shadow 0.5s, border-color 0.25s ease-in-out, -webkit-box-shadow 0.5s; }
  select:disabled {
    background-color: #e9e9e9;
    cursor: not-allowed; }
  select::-ms-expand {
    display: none; }
  select[multiple] {
    height: auto;
    background-image: none; }
  select:not([multiple]) {
    padding-top: 0;
    padding-bottom: 0; }

.is-invalid-input:not(:focus) {
  border-color: #cc4b37;
  background-color: #faedeb; }
  .is-invalid-input:not(:focus)::-webkit-input-placeholder {
    color: #cc4b37; }
  .is-invalid-input:not(:focus)::-moz-placeholder {
    color: #cc4b37; }
  .is-invalid-input:not(:focus):-ms-input-placeholder {
    color: #cc4b37; }
  .is-invalid-input:not(:focus)::-ms-input-placeholder {
    color: #cc4b37; }
  .is-invalid-input:not(:focus)::placeholder {
    color: #cc4b37; }

.is-invalid-label {
  color: #cc4b37; }

.form-error {
  display: none;
  margin-top: -0.5rem;
  margin-bottom: 1rem;
  font-size: 0.75rem;
  font-weight: bold;
  color: #cc4b37; }
  .form-error.is-visible {
    display: block; }

div,
dl,
dt,
dd,
ul,
ol,
li,
h1,
h2,
h3,
h4,
h5,
h6,
pre,
form,
p,
blockquote,
th,
td {
  margin: 0;
  padding: 0; }

p {
  margin-bottom: 1rem;
  font-size: inherit;
  line-height: 1.6;
  text-rendering: optimizeLegibility; }

em,
i {
  font-style: italic;
  line-height: inherit; }

strong,
b {
  font-weight: bold;
  line-height: inherit; }

small {
  font-size: 80%;
  line-height: inherit; }

h1, .h1,
h2, .h2,
h3, .h3,
h4, .h4,
h5, .h5,
h6, .h6 {
  font-family: "Manrope";
  font-style: normal;
  font-weight: bold;
  color: #00214e;
  text-rendering: optimizeLegibility; }
  h1 small, .h1 small,
  h2 small, .h2 small,
  h3 small, .h3 small,
  h4 small, .h4 small,
  h5 small, .h5 small,
  h6 small, .h6 small {
    line-height: 0;
    color: #cacaca; }

h1,
.h1 {
  font-size: 2.5rem;
  line-height: 1.125;
  margin-top: 0;
  margin-bottom: 0.5rem; }

h2, .h2 {
  font-size: 1.5rem;
  line-height: 1.33333;
  margin-top: 0;
  margin-bottom: 0.5rem; }

h3, .h3 {
  font-size: 1.5625rem;
  line-height: 1.36;
  margin-top: 0;
  margin-bottom: 0.5rem; }

h4, .h4 {
  font-size: 1.5rem;
  line-height: 1.33333;
  margin-top: 0;
  margin-bottom: 0.5rem; }

h5, .h5 {
  font-size: 1.375rem;
  line-height: 1.22727;
  margin-top: 0;
  margin-bottom: 0.5rem; }

h6, .h6 {
  font-size: 1.25rem;
  line-height: 1.35;
  margin-top: 0;
  margin-bottom: 0.5rem; }

p, .p {
  font-size: 1.25rem;
  line-height: 1.35;
  margin-top: 0;
  margin-bottom: 0.5rem; }

li, .li {
  font-size: 1.25rem;
  line-height: 1.35;
  margin-top: 0;
  margin-bottom: 0.5rem; }

@media print, screen and (min-width: 48em) {
  h1,
  .h1 {
    font-size: 2.5rem;
    line-height: 1.125; }
  h2, .h2 {
    font-size: 1.5rem;
    line-height: 1.33333; }
  h3, .h3 {
    font-size: 1.875rem;
    line-height: 1.1; }
  h4, .h4 {
    font-size: 1.5625rem;
    line-height: 1.08; }
  h5, .h5 {
    font-size: 1.375rem;
    line-height: 1.22727; }
  h6, .h6 {
    font-size: 1.25rem;
    line-height: 1.35; }
  p, .p {
    font-size: 1.25rem;
    line-height: 1.35; }
  li, .li {
    font-size: 1.25rem;
    line-height: 1.35; } }

@media print, screen and (min-width: 64em) {
  h1,
  .h1 {
    font-size: 3.75rem;
    line-height: 1.23333; }
  h2, .h2 {
    font-size: 2.625rem;
    line-height: 1.33333; }
  h3, .h3 {
    font-size: 2.375rem;
    line-height: 1.34211; }
  h4, .h4 {
    font-size: 1.875rem;
    line-height: 1.33333; }
  h5, .h5 {
    font-size: 1.375rem;
    line-height: 1.22727; }
  h6, .h6 {
    font-size: 1.25rem;
    line-height: 1.35; }
  p, .p {
    font-size: 1.25rem;
    line-height: 1.35; }
  li, .li {
    font-size: 1.25rem;
    line-height: 1.35; } }

@media screen and (min-width: 85.375em) {
  h1,
  .h1 {
    font-size: 5rem;
    line-height: 0.925; }
  h2, .h2 {
    font-size: 2.625rem;
    line-height: 1.33333; }
  h3, .h3 {
    font-size: 2.375rem;
    line-height: 1.34211; }
  h4, .h4 {
    font-size: 1.875rem;
    line-height: 1.33333; }
  h5, .h5 {
    font-size: 1.375rem;
    line-height: 1.22727; }
  h6, .h6 {
    font-size: 1.25rem;
    line-height: 1.35; }
  p, .p {
    font-size: 1.25rem;
    line-height: 1.35; }
  li, .li {
    font-size: 1.25rem;
    line-height: 1.35; } }

a {
  line-height: inherit;
  color: #00214e;
  text-decoration: none;
  cursor: pointer; }
  a:hover, a:focus {
    color: #001c43; }
  a img {
    border: 0; }

hr {
  clear: both;
  max-width: 85.375rem;
  height: 0;
  margin: 1.25rem auto;
  border-top: 0;
  border-right: 0;
  border-bottom: 1px solid #cacaca;
  border-left: 0; }

ul,
ol,
dl {
  margin-bottom: 1rem;
  list-style-position: outside;
  line-height: 1.6; }

li {
  font-size: inherit; }

ul {
  margin-left: 1.25rem;
  list-style-type: none; }

ol {
  margin-left: 1.25rem; }

ul ul, ol ul, ul ol, ol ol {
  margin-left: 1.25rem;
  margin-bottom: 0; }

dl {
  margin-bottom: 1rem; }
  dl dt {
    margin-bottom: 0.3rem;
    font-weight: bold; }

blockquote {
  margin: 0 0 1rem;
  padding: 0.5625rem 1.25rem 0 1.1875rem;
  border-left: 1px solid #cacaca; }
  blockquote, blockquote p {
    line-height: 1.6;
    color: #8a8a8a; }

abbr, abbr[title] {
  border-bottom: 1px dotted #000000;
  cursor: help;
  text-decoration: none; }

figure {
  margin: 0; }

kbd {
  margin: 0;
  padding: 0.125rem 0.25rem 0;
  background-color: #e9e9e9;
  font-family: Consolas, "Liberation Mono", Courier, monospace;
  color: #000000;
  border-radius: 8px; }

.subheader {
  margin-top: 0.2rem;
  margin-bottom: 0.5rem;
  font-weight: normal;
  line-height: 1.4;
  color: #8a8a8a; }

.lead {
  font-size: 125%;
  line-height: 1.6; }

.stat {
  font-size: 2.5rem;
  line-height: 1; }
  p + .stat {
    margin-top: -1rem; }

ul.no-bullet, ol.no-bullet {
  margin-left: 0;
  list-style: none; }

.cite-block, cite {
  display: block;
  color: #8a8a8a;
  font-size: 0.8125rem; }
  .cite-block:before, cite:before {
    content: "— "; }

.code-inline, code {
  border: 1px solid #cacaca;
  background-color: #e9e9e9;
  font-family: Consolas, "Liberation Mono", Courier, monospace;
  font-weight: normal;
  color: #000000;
  display: inline;
  max-width: 100%;
  word-wrap: break-word;
  padding: 0.125rem 0.3125rem 0.0625rem; }

.code-block {
  border: 1px solid #cacaca;
  background-color: #e9e9e9;
  font-family: Consolas, "Liberation Mono", Courier, monospace;
  font-weight: normal;
  color: #000000;
  display: block;
  overflow: auto;
  white-space: pre;
  padding: 1rem;
  margin-bottom: 1.5rem; }

.text-left {
  text-align: left; }

.text-right {
  text-align: right; }

.text-center {
  text-align: center; }

.text-justify {
  text-align: justify; }

@media print, screen and (min-width: 48em) {
  .medium-text-left {
    text-align: left; }
  .medium-text-right {
    text-align: right; }
  .medium-text-center {
    text-align: center; }
  .medium-text-justify {
    text-align: justify; } }

@media print, screen and (min-width: 64em) {
  .large-text-left {
    text-align: left; }
  .large-text-right {
    text-align: right; }
  .large-text-center {
    text-align: center; }
  .large-text-justify {
    text-align: justify; } }

.show-for-print {
  display: none !important; }

@media print {
  * {
    
    color: black;
    -webkit-box-shadow: none;
            box-shadow: none;
  }
  .show-for-print {
    display: block !important; }
  .hide-for-print {
    display: none !important; }
  table.show-for-print {
    display: table !important; }
  thead.show-for-print {
    display: table-header-group !important; }
  tbody.show-for-print {
    display: table-row-group !important; }
  tr.show-for-print {
    display: table-row !important; }
  td.show-for-print {
    display: table-cell !important; }
  th.show-for-print {
    display: table-cell !important; }
  a,
  a:visited {
    text-decoration: underline; }
  a[href]:after {
    content: " (" attr(href) ")"; }
  .ir a:after,
  a[href^='javascript:']:after,
  a[href^='#']:after {
    content: ''; }
  abbr[title]:after {
    content: " (" attr(title) ")"; }
  pre,
  blockquote {
    border: 1px solid #8a8a8a;
    page-break-inside: avoid; }
  thead {
    display: table-header-group; }
  tr,
  img {
    page-break-inside: avoid; }
  img {
    max-width: 100% !important; }
  @page {
    margin: 0.5cm; }
  p,
  h2,
  h3 {
    orphans: 3;
    widows: 3; }
  h2,
  h3 {
    page-break-after: avoid; }
  .print-break-inside {
    page-break-inside: auto; } }

.pagination {
  margin-left: 0;
  margin-bottom: 1rem; }
  .pagination::before, .pagination::after {
    display: table;
    content: ' ';
    -webkit-flex-basis: 0;
        -ms-flex-preferred-size: 0;
            flex-basis: 0;
    -webkit-box-ordinal-group: 2;
    -webkit-order: 1;
        -ms-flex-order: 1;
            order: 1; }
  .pagination::after {
    clear: both; }
  .pagination li {
    margin-right: 0.0625rem;
    border-radius: 0;
    font-size: 1.75rem;
    display: none; }
    .pagination li:last-child, .pagination li:first-child {
      display: inline-block; }
    @media print, screen and (min-width: 48em) {
      .pagination li {
        display: inline-block; } }
  .pagination a,
  .pagination button {
    display: block;
    padding: 0.1875rem 0.625rem;
    border-radius: 0;
    color: #1c375e; }
    .pagination a:hover,
    .pagination button:hover {
      background: #1c375e; }
  .pagination .current {
    padding: 0.1875rem 0.625rem;
    background: #1c375e;
    color: #ffffff;
    cursor: default; }
  .pagination .disabled {
    padding: 0.1875rem 0.625rem;
    color: #cacaca;
    cursor: not-allowed; }
    .pagination .disabled:hover {
      background: transparent; }
  .pagination .ellipsis::after {
    padding: 0.1875rem 0.625rem;
    content: '\2026';
    color: #000000; }

.grid-container {
  padding-right: 0.625rem;
  padding-left: 0.625rem;
  max-width: 85.375rem;
  margin-left: auto;
  margin-right: auto; }
  @media print, screen and (min-width: 48em) {
    .grid-container {
      padding-right: 0;
      padding-left: 0; } }
  .grid-container.fluid {
    padding-right: 0.625rem;
    padding-left: 0.625rem;
    max-width: 100%;
    margin-left: auto;
    margin-right: auto; }
    @media print, screen and (min-width: 48em) {
      .grid-container.fluid {
        padding-right: 0;
        padding-left: 0; } }
  .grid-container.full {
    padding-right: 0;
    padding-left: 0;
    max-width: 100%;
    margin-left: auto;
    margin-right: auto; }

.grid-x {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -webkit-flex-flow: row wrap;
      -ms-flex-flow: row wrap;
          flex-flow: row wrap; }

.cell {
  -webkit-box-flex: 0;
  -webkit-flex: 0 0 auto;
      -ms-flex: 0 0 auto;
          flex: 0 0 auto;
  min-height: 0px;
  min-width: 0px;
  width: 100%; }
  .cell.auto {
    -webkit-box-flex: 1;
    -webkit-flex: 1 1 0px;
        -ms-flex: 1 1 0px;
            flex: 1 1 0px; }
  .cell.shrink {
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 auto;
        -ms-flex: 0 0 auto;
            flex: 0 0 auto; }

.grid-x > .auto {
  width: auto; }

.grid-x > .shrink {
  width: auto; }

.grid-x > .small-shrink, .grid-x > .small-full, .grid-x > .small-1, .grid-x > .small-2, .grid-x > .small-3, .grid-x > .small-4, .grid-x > .small-5, .grid-x > .small-6, .grid-x > .small-7, .grid-x > .small-8, .grid-x > .small-9, .grid-x > .small-10, .grid-x > .small-11, .grid-x > .small-12 {
  -webkit-flex-basis: auto;
      -ms-flex-preferred-size: auto;
          flex-basis: auto; }

@media print, screen and (min-width: 48em) {
  .grid-x > .medium-shrink, .grid-x > .medium-full, .grid-x > .medium-1, .grid-x > .medium-2, .grid-x > .medium-3, .grid-x > .medium-4, .grid-x > .medium-5, .grid-x > .medium-6, .grid-x > .medium-7, .grid-x > .medium-8, .grid-x > .medium-9, .grid-x > .medium-10, .grid-x > .medium-11, .grid-x > .medium-12 {
    -webkit-flex-basis: auto;
        -ms-flex-preferred-size: auto;
            flex-basis: auto; } }

@media print, screen and (min-width: 64em) {
  .grid-x > .large-shrink, .grid-x > .large-full, .grid-x > .large-1, .grid-x > .large-2, .grid-x > .large-3, .grid-x > .large-4, .grid-x > .large-5, .grid-x > .large-6, .grid-x > .large-7, .grid-x > .large-8, .grid-x > .large-9, .grid-x > .large-10, .grid-x > .large-11, .grid-x > .large-12 {
    -webkit-flex-basis: auto;
        -ms-flex-preferred-size: auto;
            flex-basis: auto; } }

.grid-x > .small-1, .grid-x > .small-2, .grid-x > .small-3, .grid-x > .small-4, .grid-x > .small-5, .grid-x > .small-6, .grid-x > .small-7, .grid-x > .small-8, .grid-x > .small-9, .grid-x > .small-10, .grid-x > .small-11, .grid-x > .small-12 {
  -webkit-box-flex: 0;
  -webkit-flex: 0 0 auto;
      -ms-flex: 0 0 auto;
          flex: 0 0 auto; }

.grid-x > .small-1 {
  width: 8.33333%; }

.grid-x > .small-2 {
  width: 16.66667%; }

.grid-x > .small-3 {
  width: 25%; }

.grid-x > .small-4 {
  width: 33.33333%; }

.grid-x > .small-5 {
  width: 41.66667%; }

.grid-x > .small-6 {
  width: 50%; }

.grid-x > .small-7 {
  width: 58.33333%; }

.grid-x > .small-8 {
  width: 66.66667%; }

.grid-x > .small-9 {
  width: 75%; }

.grid-x > .small-10 {
  width: 83.33333%; }

.grid-x > .small-11 {
  width: 91.66667%; }

.grid-x > .small-12 {
  width: 100%; }

@media print, screen and (min-width: 48em) {
  .grid-x > .medium-auto {
    -webkit-box-flex: 1;
    -webkit-flex: 1 1 0px;
        -ms-flex: 1 1 0px;
            flex: 1 1 0px;
    width: auto; }
  .grid-x > .medium-shrink, .grid-x > .medium-1, .grid-x > .medium-2, .grid-x > .medium-3, .grid-x > .medium-4, .grid-x > .medium-5, .grid-x > .medium-6, .grid-x > .medium-7, .grid-x > .medium-8, .grid-x > .medium-9, .grid-x > .medium-10, .grid-x > .medium-11, .grid-x > .medium-12 {
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 auto;
        -ms-flex: 0 0 auto;
            flex: 0 0 auto; }
  .grid-x > .medium-shrink {
    width: auto; }
  .grid-x > .medium-1 {
    width: 8.33333%; }
  .grid-x > .medium-2 {
    width: 16.66667%; }
  .grid-x > .medium-3 {
    width: 25%; }
  .grid-x > .medium-4 {
    width: 33.33333%; }
  .grid-x > .medium-5 {
    width: 41.66667%; }
  .grid-x > .medium-6 {
    width: 50%; }
  .grid-x > .medium-7 {
    width: 58.33333%; }
  .grid-x > .medium-8 {
    width: 66.66667%; }
  .grid-x > .medium-9 {
    width: 75%; }
  .grid-x > .medium-10 {
    width: 83.33333%; }
  .grid-x > .medium-11 {
    width: 91.66667%; }
  .grid-x > .medium-12 {
    width: 100%; } }

@media print, screen and (min-width: 64em) {
  .grid-x > .large-auto {
    -webkit-box-flex: 1;
    -webkit-flex: 1 1 0px;
        -ms-flex: 1 1 0px;
            flex: 1 1 0px;
    width: auto; }
  .grid-x > .large-shrink, .grid-x > .large-1, .grid-x > .large-2, .grid-x > .large-3, .grid-x > .large-4, .grid-x > .large-5, .grid-x > .large-6, .grid-x > .large-7, .grid-x > .large-8, .grid-x > .large-9, .grid-x > .large-10, .grid-x > .large-11, .grid-x > .large-12 {
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 auto;
        -ms-flex: 0 0 auto;
            flex: 0 0 auto; }
  .grid-x > .large-shrink {
    width: auto; }
  .grid-x > .large-1 {
    width: 8.33333%; }
  .grid-x > .large-2 {
    width: 16.66667%; }
  .grid-x > .large-3 {
    width: 25%; }
  .grid-x > .large-4 {
    width: 33.33333%; }
  .grid-x > .large-5 {
    width: 41.66667%; }
  .grid-x > .large-6 {
    width: 50%; }
  .grid-x > .large-7 {
    width: 58.33333%; }
  .grid-x > .large-8 {
    width: 66.66667%; }
  .grid-x > .large-9 {
    width: 75%; }
  .grid-x > .large-10 {
    width: 83.33333%; }
  .grid-x > .large-11 {
    width: 91.66667%; }
  .grid-x > .large-12 {
    width: 100%; } }

.grid-margin-x:not(.grid-x) > .cell {
  width: auto; }

.grid-margin-y:not(.grid-y) > .cell {
  height: auto; }

.grid-margin-x {
  margin-left: -0.625rem;
  margin-right: -0.625rem; }
  @media print, screen and (min-width: 48em) {
    .grid-margin-x {
      margin-left: -0;
      margin-right: -0; } }
  .grid-margin-x > .cell {
    width: calc(100% - 1.25rem);
    margin-left: 0.625rem;
    margin-right: 0.625rem; }
  @media print, screen and (min-width: 48em) {
    .grid-margin-x > .cell {
      width: 100%;
      margin-left: 0;
      margin-right: 0; } }
  .grid-margin-x > .auto {
    width: auto; }
  .grid-margin-x > .shrink {
    width: auto; }
  .grid-margin-x > .small-1 {
    width: calc(8.33333% - 1.25rem); }
  .grid-margin-x > .small-2 {
    width: calc(16.66667% - 1.25rem); }
  .grid-margin-x > .small-3 {
    width: calc(25% - 1.25rem); }
  .grid-margin-x > .small-4 {
    width: calc(33.33333% - 1.25rem); }
  .grid-margin-x > .small-5 {
    width: calc(41.66667% - 1.25rem); }
  .grid-margin-x > .small-6 {
    width: calc(50% - 1.25rem); }
  .grid-margin-x > .small-7 {
    width: calc(58.33333% - 1.25rem); }
  .grid-margin-x > .small-8 {
    width: calc(66.66667% - 1.25rem); }
  .grid-margin-x > .small-9 {
    width: calc(75% - 1.25rem); }
  .grid-margin-x > .small-10 {
    width: calc(83.33333% - 1.25rem); }
  .grid-margin-x > .small-11 {
    width: calc(91.66667% - 1.25rem); }
  .grid-margin-x > .small-12 {
    width: calc(100% - 1.25rem); }
  @media print, screen and (min-width: 48em) {
    .grid-margin-x > .auto {
      width: auto; }
    .grid-margin-x > .shrink {
      width: auto; }
    .grid-margin-x > .small-1 {
      width: 8.33333%; }
    .grid-margin-x > .small-2 {
      width: 16.66667%; }
    .grid-margin-x > .small-3 {
      width: 25%; }
    .grid-margin-x > .small-4 {
      width: 33.33333%; }
    .grid-margin-x > .small-5 {
      width: 41.66667%; }
    .grid-margin-x > .small-6 {
      width: 50%; }
    .grid-margin-x > .small-7 {
      width: 58.33333%; }
    .grid-margin-x > .small-8 {
      width: 66.66667%; }
    .grid-margin-x > .small-9 {
      width: 75%; }
    .grid-margin-x > .small-10 {
      width: 83.33333%; }
    .grid-margin-x > .small-11 {
      width: 91.66667%; }
    .grid-margin-x > .small-12 {
      width: 100%; }
    .grid-margin-x > .medium-auto {
      width: auto; }
    .grid-margin-x > .medium-shrink {
      width: auto; }
    .grid-margin-x > .medium-1 {
      width: 8.33333%; }
    .grid-margin-x > .medium-2 {
      width: 16.66667%; }
    .grid-margin-x > .medium-3 {
      width: 25%; }
    .grid-margin-x > .medium-4 {
      width: 33.33333%; }
    .grid-margin-x > .medium-5 {
      width: 41.66667%; }
    .grid-margin-x > .medium-6 {
      width: 50%; }
    .grid-margin-x > .medium-7 {
      width: 58.33333%; }
    .grid-margin-x > .medium-8 {
      width: 66.66667%; }
    .grid-margin-x > .medium-9 {
      width: 75%; }
    .grid-margin-x > .medium-10 {
      width: 83.33333%; }
    .grid-margin-x > .medium-11 {
      width: 91.66667%; }
    .grid-margin-x > .medium-12 {
      width: 100%; } }
  @media print, screen and (min-width: 64em) {
    .grid-margin-x > .large-auto {
      width: auto; }
    .grid-margin-x > .large-shrink {
      width: auto; }
    .grid-margin-x > .large-1 {
      width: 8.33333%; }
    .grid-margin-x > .large-2 {
      width: 16.66667%; }
    .grid-margin-x > .large-3 {
      width: 25%; }
    .grid-margin-x > .large-4 {
      width: 33.33333%; }
    .grid-margin-x > .large-5 {
      width: 41.66667%; }
    .grid-margin-x > .large-6 {
      width: 50%; }
    .grid-margin-x > .large-7 {
      width: 58.33333%; }
    .grid-margin-x > .large-8 {
      width: 66.66667%; }
    .grid-margin-x > .large-9 {
      width: 75%; }
    .grid-margin-x > .large-10 {
      width: 83.33333%; }
    .grid-margin-x > .large-11 {
      width: 91.66667%; }
    .grid-margin-x > .large-12 {
      width: 100%; } }

.grid-padding-x .grid-padding-x {
  margin-right: -0.625rem;
  margin-left: -0.625rem; }
  @media print, screen and (min-width: 48em) {
    .grid-padding-x .grid-padding-x {
      margin-right: -0;
      margin-left: -0; } }

.grid-container:not(.full) > .grid-padding-x {
  margin-right: -0.625rem;
  margin-left: -0.625rem; }
  @media print, screen and (min-width: 48em) {
    .grid-container:not(.full) > .grid-padding-x {
      margin-right: -0;
      margin-left: -0; } }

.grid-padding-x > .cell {
  padding-right: 0.625rem;
  padding-left: 0.625rem; }
  @media print, screen and (min-width: 48em) {
    .grid-padding-x > .cell {
      padding-right: 0;
      padding-left: 0; } }

.small-up-1 > .cell {
  width: 100%; }

.small-up-2 > .cell {
  width: 50%; }

.small-up-3 > .cell {
  width: 33.33333%; }

.small-up-4 > .cell {
  width: 25%; }

.small-up-5 > .cell {
  width: 20%; }

.small-up-6 > .cell {
  width: 16.66667%; }

.small-up-7 > .cell {
  width: 14.28571%; }

.small-up-8 > .cell {
  width: 12.5%; }

@media print, screen and (min-width: 48em) {
  .medium-up-1 > .cell {
    width: 100%; }
  .medium-up-2 > .cell {
    width: 50%; }
  .medium-up-3 > .cell {
    width: 33.33333%; }
  .medium-up-4 > .cell {
    width: 25%; }
  .medium-up-5 > .cell {
    width: 20%; }
  .medium-up-6 > .cell {
    width: 16.66667%; }
  .medium-up-7 > .cell {
    width: 14.28571%; }
  .medium-up-8 > .cell {
    width: 12.5%; } }

@media print, screen and (min-width: 64em) {
  .large-up-1 > .cell {
    width: 100%; }
  .large-up-2 > .cell {
    width: 50%; }
  .large-up-3 > .cell {
    width: 33.33333%; }
  .large-up-4 > .cell {
    width: 25%; }
  .large-up-5 > .cell {
    width: 20%; }
  .large-up-6 > .cell {
    width: 16.66667%; }
  .large-up-7 > .cell {
    width: 14.28571%; }
  .large-up-8 > .cell {
    width: 12.5%; } }

.grid-margin-x.small-up-1 > .cell {
  width: calc(100% - 1.25rem); }

.grid-margin-x.small-up-2 > .cell {
  width: calc(50% - 1.25rem); }

.grid-margin-x.small-up-3 > .cell {
  width: calc(33.33333% - 1.25rem); }

.grid-margin-x.small-up-4 > .cell {
  width: calc(25% - 1.25rem); }

.grid-margin-x.small-up-5 > .cell {
  width: calc(20% - 1.25rem); }

.grid-margin-x.small-up-6 > .cell {
  width: calc(16.66667% - 1.25rem); }

.grid-margin-x.small-up-7 > .cell {
  width: calc(14.28571% - 1.25rem); }

.grid-margin-x.small-up-8 > .cell {
  width: calc(12.5% - 1.25rem); }

@media print, screen and (min-width: 48em) {
  .grid-margin-x.small-up-1 > .cell {
    width: 100%; }
  .grid-margin-x.small-up-2 > .cell {
    width: 50%; }
  .grid-margin-x.small-up-3 > .cell {
    width: 33.33333%; }
  .grid-margin-x.small-up-4 > .cell {
    width: 25%; }
  .grid-margin-x.small-up-5 > .cell {
    width: 20%; }
  .grid-margin-x.small-up-6 > .cell {
    width: 16.66667%; }
  .grid-margin-x.small-up-7 > .cell {
    width: 14.28571%; }
  .grid-margin-x.small-up-8 > .cell {
    width: 12.5%; }
  .grid-margin-x.medium-up-1 > .cell {
    width: 100%; }
  .grid-margin-x.medium-up-2 > .cell {
    width: 50%; }
  .grid-margin-x.medium-up-3 > .cell {
    width: 33.33333%; }
  .grid-margin-x.medium-up-4 > .cell {
    width: 25%; }
  .grid-margin-x.medium-up-5 > .cell {
    width: 20%; }
  .grid-margin-x.medium-up-6 > .cell {
    width: 16.66667%; }
  .grid-margin-x.medium-up-7 > .cell {
    width: 14.28571%; }
  .grid-margin-x.medium-up-8 > .cell {
    width: 12.5%; } }

@media print, screen and (min-width: 64em) {
  .grid-margin-x.large-up-1 > .cell {
    width: 100%; }
  .grid-margin-x.large-up-2 > .cell {
    width: 50%; }
  .grid-margin-x.large-up-3 > .cell {
    width: 33.33333%; }
  .grid-margin-x.large-up-4 > .cell {
    width: 25%; }
  .grid-margin-x.large-up-5 > .cell {
    width: 20%; }
  .grid-margin-x.large-up-6 > .cell {
    width: 16.66667%; }
  .grid-margin-x.large-up-7 > .cell {
    width: 14.28571%; }
  .grid-margin-x.large-up-8 > .cell {
    width: 12.5%; } }

.small-margin-collapse {
  margin-right: 0;
  margin-left: 0; }
  .small-margin-collapse > .cell {
    margin-right: 0;
    margin-left: 0; }
  .small-margin-collapse > .small-1 {
    width: 8.33333%; }
  .small-margin-collapse > .small-2 {
    width: 16.66667%; }
  .small-margin-collapse > .small-3 {
    width: 25%; }
  .small-margin-collapse > .small-4 {
    width: 33.33333%; }
  .small-margin-collapse > .small-5 {
    width: 41.66667%; }
  .small-margin-collapse > .small-6 {
    width: 50%; }
  .small-margin-collapse > .small-7 {
    width: 58.33333%; }
  .small-margin-collapse > .small-8 {
    width: 66.66667%; }
  .small-margin-collapse > .small-9 {
    width: 75%; }
  .small-margin-collapse > .small-10 {
    width: 83.33333%; }
  .small-margin-collapse > .small-11 {
    width: 91.66667%; }
  .small-margin-collapse > .small-12 {
    width: 100%; }
  @media print, screen and (min-width: 48em) {
    .small-margin-collapse > .medium-1 {
      width: 8.33333%; }
    .small-margin-collapse > .medium-2 {
      width: 16.66667%; }
    .small-margin-collapse > .medium-3 {
      width: 25%; }
    .small-margin-collapse > .medium-4 {
      width: 33.33333%; }
    .small-margin-collapse > .medium-5 {
      width: 41.66667%; }
    .small-margin-collapse > .medium-6 {
      width: 50%; }
    .small-margin-collapse > .medium-7 {
      width: 58.33333%; }
    .small-margin-collapse > .medium-8 {
      width: 66.66667%; }
    .small-margin-collapse > .medium-9 {
      width: 75%; }
    .small-margin-collapse > .medium-10 {
      width: 83.33333%; }
    .small-margin-collapse > .medium-11 {
      width: 91.66667%; }
    .small-margin-collapse > .medium-12 {
      width: 100%; } }
  @media print, screen and (min-width: 64em) {
    .small-margin-collapse > .large-1 {
      width: 8.33333%; }
    .small-margin-collapse > .large-2 {
      width: 16.66667%; }
    .small-margin-collapse > .large-3 {
      width: 25%; }
    .small-margin-collapse > .large-4 {
      width: 33.33333%; }
    .small-margin-collapse > .large-5 {
      width: 41.66667%; }
    .small-margin-collapse > .large-6 {
      width: 50%; }
    .small-margin-collapse > .large-7 {
      width: 58.33333%; }
    .small-margin-collapse > .large-8 {
      width: 66.66667%; }
    .small-margin-collapse > .large-9 {
      width: 75%; }
    .small-margin-collapse > .large-10 {
      width: 83.33333%; }
    .small-margin-collapse > .large-11 {
      width: 91.66667%; }
    .small-margin-collapse > .large-12 {
      width: 100%; } }

.small-padding-collapse {
  margin-right: 0;
  margin-left: 0; }
  .small-padding-collapse > .cell {
    padding-right: 0;
    padding-left: 0; }

@media print, screen and (min-width: 48em) {
  .medium-margin-collapse {
    margin-right: 0;
    margin-left: 0; }
    .medium-margin-collapse > .cell {
      margin-right: 0;
      margin-left: 0; } }

@media print, screen and (min-width: 48em) {
  .medium-margin-collapse > .small-1 {
    width: 8.33333%; }
  .medium-margin-collapse > .small-2 {
    width: 16.66667%; }
  .medium-margin-collapse > .small-3 {
    width: 25%; }
  .medium-margin-collapse > .small-4 {
    width: 33.33333%; }
  .medium-margin-collapse > .small-5 {
    width: 41.66667%; }
  .medium-margin-collapse > .small-6 {
    width: 50%; }
  .medium-margin-collapse > .small-7 {
    width: 58.33333%; }
  .medium-margin-collapse > .small-8 {
    width: 66.66667%; }
  .medium-margin-collapse > .small-9 {
    width: 75%; }
  .medium-margin-collapse > .small-10 {
    width: 83.33333%; }
  .medium-margin-collapse > .small-11 {
    width: 91.66667%; }
  .medium-margin-collapse > .small-12 {
    width: 100%; } }

@media print, screen and (min-width: 48em) {
  .medium-margin-collapse > .medium-1 {
    width: 8.33333%; }
  .medium-margin-collapse > .medium-2 {
    width: 16.66667%; }
  .medium-margin-collapse > .medium-3 {
    width: 25%; }
  .medium-margin-collapse > .medium-4 {
    width: 33.33333%; }
  .medium-margin-collapse > .medium-5 {
    width: 41.66667%; }
  .medium-margin-collapse > .medium-6 {
    width: 50%; }
  .medium-margin-collapse > .medium-7 {
    width: 58.33333%; }
  .medium-margin-collapse > .medium-8 {
    width: 66.66667%; }
  .medium-margin-collapse > .medium-9 {
    width: 75%; }
  .medium-margin-collapse > .medium-10 {
    width: 83.33333%; }
  .medium-margin-collapse > .medium-11 {
    width: 91.66667%; }
  .medium-margin-collapse > .medium-12 {
    width: 100%; } }

@media print, screen and (min-width: 64em) {
  .medium-margin-collapse > .large-1 {
    width: 8.33333%; }
  .medium-margin-collapse > .large-2 {
    width: 16.66667%; }
  .medium-margin-collapse > .large-3 {
    width: 25%; }
  .medium-margin-collapse > .large-4 {
    width: 33.33333%; }
  .medium-margin-collapse > .large-5 {
    width: 41.66667%; }
  .medium-margin-collapse > .large-6 {
    width: 50%; }
  .medium-margin-collapse > .large-7 {
    width: 58.33333%; }
  .medium-margin-collapse > .large-8 {
    width: 66.66667%; }
  .medium-margin-collapse > .large-9 {
    width: 75%; }
  .medium-margin-collapse > .large-10 {
    width: 83.33333%; }
  .medium-margin-collapse > .large-11 {
    width: 91.66667%; }
  .medium-margin-collapse > .large-12 {
    width: 100%; } }

@media print, screen and (min-width: 48em) {
  .medium-padding-collapse {
    margin-right: 0;
    margin-left: 0; }
    .medium-padding-collapse > .cell {
      padding-right: 0;
      padding-left: 0; } }

@media print, screen and (min-width: 64em) {
  .large-margin-collapse {
    margin-right: 0;
    margin-left: 0; }
    .large-margin-collapse > .cell {
      margin-right: 0;
      margin-left: 0; } }

@media print, screen and (min-width: 64em) {
  .large-margin-collapse > .small-1 {
    width: 8.33333%; }
  .large-margin-collapse > .small-2 {
    width: 16.66667%; }
  .large-margin-collapse > .small-3 {
    width: 25%; }
  .large-margin-collapse > .small-4 {
    width: 33.33333%; }
  .large-margin-collapse > .small-5 {
    width: 41.66667%; }
  .large-margin-collapse > .small-6 {
    width: 50%; }
  .large-margin-collapse > .small-7 {
    width: 58.33333%; }
  .large-margin-collapse > .small-8 {
    width: 66.66667%; }
  .large-margin-collapse > .small-9 {
    width: 75%; }
  .large-margin-collapse > .small-10 {
    width: 83.33333%; }
  .large-margin-collapse > .small-11 {
    width: 91.66667%; }
  .large-margin-collapse > .small-12 {
    width: 100%; } }

@media print, screen and (min-width: 64em) {
  .large-margin-collapse > .medium-1 {
    width: 8.33333%; }
  .large-margin-collapse > .medium-2 {
    width: 16.66667%; }
  .large-margin-collapse > .medium-3 {
    width: 25%; }
  .large-margin-collapse > .medium-4 {
    width: 33.33333%; }
  .large-margin-collapse > .medium-5 {
    width: 41.66667%; }
  .large-margin-collapse > .medium-6 {
    width: 50%; }
  .large-margin-collapse > .medium-7 {
    width: 58.33333%; }
  .large-margin-collapse > .medium-8 {
    width: 66.66667%; }
  .large-margin-collapse > .medium-9 {
    width: 75%; }
  .large-margin-collapse > .medium-10 {
    width: 83.33333%; }
  .large-margin-collapse > .medium-11 {
    width: 91.66667%; }
  .large-margin-collapse > .medium-12 {
    width: 100%; } }

@media print, screen and (min-width: 64em) {
  .large-margin-collapse > .large-1 {
    width: 8.33333%; }
  .large-margin-collapse > .large-2 {
    width: 16.66667%; }
  .large-margin-collapse > .large-3 {
    width: 25%; }
  .large-margin-collapse > .large-4 {
    width: 33.33333%; }
  .large-margin-collapse > .large-5 {
    width: 41.66667%; }
  .large-margin-collapse > .large-6 {
    width: 50%; }
  .large-margin-collapse > .large-7 {
    width: 58.33333%; }
  .large-margin-collapse > .large-8 {
    width: 66.66667%; }
  .large-margin-collapse > .large-9 {
    width: 75%; }
  .large-margin-collapse > .large-10 {
    width: 83.33333%; }
  .large-margin-collapse > .large-11 {
    width: 91.66667%; }
  .large-margin-collapse > .large-12 {
    width: 100%; } }

@media print, screen and (min-width: 64em) {
  .large-padding-collapse {
    margin-right: 0;
    margin-left: 0; }
    .large-padding-collapse > .cell {
      padding-right: 0;
      padding-left: 0; } }

.small-offset-0 {
  margin-left: 0%; }

.grid-margin-x > .small-offset-0 {
  margin-left: calc(0% + 0.625rem); }

.small-offset-1 {
  margin-left: 8.33333%; }

.grid-margin-x > .small-offset-1 {
  margin-left: calc(8.33333% + 0.625rem); }

.small-offset-2 {
  margin-left: 16.66667%; }

.grid-margin-x > .small-offset-2 {
  margin-left: calc(16.66667% + 0.625rem); }

.small-offset-3 {
  margin-left: 25%; }

.grid-margin-x > .small-offset-3 {
  margin-left: calc(25% + 0.625rem); }

.small-offset-4 {
  margin-left: 33.33333%; }

.grid-margin-x > .small-offset-4 {
  margin-left: calc(33.33333% + 0.625rem); }

.small-offset-5 {
  margin-left: 41.66667%; }

.grid-margin-x > .small-offset-5 {
  margin-left: calc(41.66667% + 0.625rem); }

.small-offset-6 {
  margin-left: 50%; }

.grid-margin-x > .small-offset-6 {
  margin-left: calc(50% + 0.625rem); }

.small-offset-7 {
  margin-left: 58.33333%; }

.grid-margin-x > .small-offset-7 {
  margin-left: calc(58.33333% + 0.625rem); }

.small-offset-8 {
  margin-left: 66.66667%; }

.grid-margin-x > .small-offset-8 {
  margin-left: calc(66.66667% + 0.625rem); }

.small-offset-9 {
  margin-left: 75%; }

.grid-margin-x > .small-offset-9 {
  margin-left: calc(75% + 0.625rem); }

.small-offset-10 {
  margin-left: 83.33333%; }

.grid-margin-x > .small-offset-10 {
  margin-left: calc(83.33333% + 0.625rem); }

.small-offset-11 {
  margin-left: 91.66667%; }

.grid-margin-x > .small-offset-11 {
  margin-left: calc(91.66667% + 0.625rem); }

@media print, screen and (min-width: 48em) {
  .medium-offset-0 {
    margin-left: 0%; }
  .grid-margin-x > .medium-offset-0 {
    margin-left: 0%; }
  .medium-offset-1 {
    margin-left: 8.33333%; }
  .grid-margin-x > .medium-offset-1 {
    margin-left: 8.33333%; }
  .medium-offset-2 {
    margin-left: 16.66667%; }
  .grid-margin-x > .medium-offset-2 {
    margin-left: 16.66667%; }
  .medium-offset-3 {
    margin-left: 25%; }
  .grid-margin-x > .medium-offset-3 {
    margin-left: 25%; }
  .medium-offset-4 {
    margin-left: 33.33333%; }
  .grid-margin-x > .medium-offset-4 {
    margin-left: 33.33333%; }
  .medium-offset-5 {
    margin-left: 41.66667%; }
  .grid-margin-x > .medium-offset-5 {
    margin-left: 41.66667%; }
  .medium-offset-6 {
    margin-left: 50%; }
  .grid-margin-x > .medium-offset-6 {
    margin-left: 50%; }
  .medium-offset-7 {
    margin-left: 58.33333%; }
  .grid-margin-x > .medium-offset-7 {
    margin-left: 58.33333%; }
  .medium-offset-8 {
    margin-left: 66.66667%; }
  .grid-margin-x > .medium-offset-8 {
    margin-left: 66.66667%; }
  .medium-offset-9 {
    margin-left: 75%; }
  .grid-margin-x > .medium-offset-9 {
    margin-left: 75%; }
  .medium-offset-10 {
    margin-left: 83.33333%; }
  .grid-margin-x > .medium-offset-10 {
    margin-left: 83.33333%; }
  .medium-offset-11 {
    margin-left: 91.66667%; }
  .grid-margin-x > .medium-offset-11 {
    margin-left: 91.66667%; } }

@media print, screen and (min-width: 64em) {
  .large-offset-0 {
    margin-left: 0%; }
  .grid-margin-x > .large-offset-0 {
    margin-left: 0%; }
  .large-offset-1 {
    margin-left: 8.33333%; }
  .grid-margin-x > .large-offset-1 {
    margin-left: 8.33333%; }
  .large-offset-2 {
    margin-left: 16.66667%; }
  .grid-margin-x > .large-offset-2 {
    margin-left: 16.66667%; }
  .large-offset-3 {
    margin-left: 25%; }
  .grid-margin-x > .large-offset-3 {
    margin-left: 25%; }
  .large-offset-4 {
    margin-left: 33.33333%; }
  .grid-margin-x > .large-offset-4 {
    margin-left: 33.33333%; }
  .large-offset-5 {
    margin-left: 41.66667%; }
  .grid-margin-x > .large-offset-5 {
    margin-left: 41.66667%; }
  .large-offset-6 {
    margin-left: 50%; }
  .grid-margin-x > .large-offset-6 {
    margin-left: 50%; }
  .large-offset-7 {
    margin-left: 58.33333%; }
  .grid-margin-x > .large-offset-7 {
    margin-left: 58.33333%; }
  .large-offset-8 {
    margin-left: 66.66667%; }
  .grid-margin-x > .large-offset-8 {
    margin-left: 66.66667%; }
  .large-offset-9 {
    margin-left: 75%; }
  .grid-margin-x > .large-offset-9 {
    margin-left: 75%; }
  .large-offset-10 {
    margin-left: 83.33333%; }
  .grid-margin-x > .large-offset-10 {
    margin-left: 83.33333%; }
  .large-offset-11 {
    margin-left: 91.66667%; }
  .grid-margin-x > .large-offset-11 {
    margin-left: 91.66667%; } }

.grid-y {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-flow: column nowrap;
      -ms-flex-flow: column nowrap;
          flex-flow: column nowrap; }
  .grid-y > .cell {
    height: auto;
    max-height: none; }
  .grid-y > .auto {
    height: auto; }
  .grid-y > .shrink {
    height: auto; }
  .grid-y > .small-shrink, .grid-y > .small-full, .grid-y > .small-1, .grid-y > .small-2, .grid-y > .small-3, .grid-y > .small-4, .grid-y > .small-5, .grid-y > .small-6, .grid-y > .small-7, .grid-y > .small-8, .grid-y > .small-9, .grid-y > .small-10, .grid-y > .small-11, .grid-y > .small-12 {
    -webkit-flex-basis: auto;
        -ms-flex-preferred-size: auto;
            flex-basis: auto; }
  @media print, screen and (min-width: 48em) {
    .grid-y > .medium-shrink, .grid-y > .medium-full, .grid-y > .medium-1, .grid-y > .medium-2, .grid-y > .medium-3, .grid-y > .medium-4, .grid-y > .medium-5, .grid-y > .medium-6, .grid-y > .medium-7, .grid-y > .medium-8, .grid-y > .medium-9, .grid-y > .medium-10, .grid-y > .medium-11, .grid-y > .medium-12 {
      -webkit-flex-basis: auto;
          -ms-flex-preferred-size: auto;
              flex-basis: auto; } }
  @media print, screen and (min-width: 64em) {
    .grid-y > .large-shrink, .grid-y > .large-full, .grid-y > .large-1, .grid-y > .large-2, .grid-y > .large-3, .grid-y > .large-4, .grid-y > .large-5, .grid-y > .large-6, .grid-y > .large-7, .grid-y > .large-8, .grid-y > .large-9, .grid-y > .large-10, .grid-y > .large-11, .grid-y > .large-12 {
      -webkit-flex-basis: auto;
          -ms-flex-preferred-size: auto;
              flex-basis: auto; } }
  .grid-y > .small-1, .grid-y > .small-2, .grid-y > .small-3, .grid-y > .small-4, .grid-y > .small-5, .grid-y > .small-6, .grid-y > .small-7, .grid-y > .small-8, .grid-y > .small-9, .grid-y > .small-10, .grid-y > .small-11, .grid-y > .small-12 {
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 auto;
        -ms-flex: 0 0 auto;
            flex: 0 0 auto; }
  .grid-y > .small-1 {
    height: 8.33333%; }
  .grid-y > .small-2 {
    height: 16.66667%; }
  .grid-y > .small-3 {
    height: 25%; }
  .grid-y > .small-4 {
    height: 33.33333%; }
  .grid-y > .small-5 {
    height: 41.66667%; }
  .grid-y > .small-6 {
    height: 50%; }
  .grid-y > .small-7 {
    height: 58.33333%; }
  .grid-y > .small-8 {
    height: 66.66667%; }
  .grid-y > .small-9 {
    height: 75%; }
  .grid-y > .small-10 {
    height: 83.33333%; }
  .grid-y > .small-11 {
    height: 91.66667%; }
  .grid-y > .small-12 {
    height: 100%; }
  @media print, screen and (min-width: 48em) {
    .grid-y > .medium-auto {
      -webkit-box-flex: 1;
      -webkit-flex: 1 1 0px;
          -ms-flex: 1 1 0px;
              flex: 1 1 0px;
      height: auto; }
    .grid-y > .medium-shrink, .grid-y > .medium-1, .grid-y > .medium-2, .grid-y > .medium-3, .grid-y > .medium-4, .grid-y > .medium-5, .grid-y > .medium-6, .grid-y > .medium-7, .grid-y > .medium-8, .grid-y > .medium-9, .grid-y > .medium-10, .grid-y > .medium-11, .grid-y > .medium-12 {
      -webkit-box-flex: 0;
      -webkit-flex: 0 0 auto;
          -ms-flex: 0 0 auto;
              flex: 0 0 auto; }
    .grid-y > .medium-shrink {
      height: auto; }
    .grid-y > .medium-1 {
      height: 8.33333%; }
    .grid-y > .medium-2 {
      height: 16.66667%; }
    .grid-y > .medium-3 {
      height: 25%; }
    .grid-y > .medium-4 {
      height: 33.33333%; }
    .grid-y > .medium-5 {
      height: 41.66667%; }
    .grid-y > .medium-6 {
      height: 50%; }
    .grid-y > .medium-7 {
      height: 58.33333%; }
    .grid-y > .medium-8 {
      height: 66.66667%; }
    .grid-y > .medium-9 {
      height: 75%; }
    .grid-y > .medium-10 {
      height: 83.33333%; }
    .grid-y > .medium-11 {
      height: 91.66667%; }
    .grid-y > .medium-12 {
      height: 100%; } }
  @media print, screen and (min-width: 64em) {
    .grid-y > .large-auto {
      -webkit-box-flex: 1;
      -webkit-flex: 1 1 0px;
          -ms-flex: 1 1 0px;
              flex: 1 1 0px;
      height: auto; }
    .grid-y > .large-shrink, .grid-y > .large-1, .grid-y > .large-2, .grid-y > .large-3, .grid-y > .large-4, .grid-y > .large-5, .grid-y > .large-6, .grid-y > .large-7, .grid-y > .large-8, .grid-y > .large-9, .grid-y > .large-10, .grid-y > .large-11, .grid-y > .large-12 {
      -webkit-box-flex: 0;
      -webkit-flex: 0 0 auto;
          -ms-flex: 0 0 auto;
              flex: 0 0 auto; }
    .grid-y > .large-shrink {
      height: auto; }
    .grid-y > .large-1 {
      height: 8.33333%; }
    .grid-y > .large-2 {
      height: 16.66667%; }
    .grid-y > .large-3 {
      height: 25%; }
    .grid-y > .large-4 {
      height: 33.33333%; }
    .grid-y > .large-5 {
      height: 41.66667%; }
    .grid-y > .large-6 {
      height: 50%; }
    .grid-y > .large-7 {
      height: 58.33333%; }
    .grid-y > .large-8 {
      height: 66.66667%; }
    .grid-y > .large-9 {
      height: 75%; }
    .grid-y > .large-10 {
      height: 83.33333%; }
    .grid-y > .large-11 {
      height: 91.66667%; }
    .grid-y > .large-12 {
      height: 100%; } }

.grid-padding-y .grid-padding-y {
  margin-top: -0.625rem;
  margin-bottom: -0.625rem; }
  @media print, screen and (min-width: 48em) {
    .grid-padding-y .grid-padding-y {
      margin-top: -0;
      margin-bottom: -0; } }

.grid-padding-y > .cell {
  padding-top: 0.625rem;
  padding-bottom: 0.625rem; }
  @media print, screen and (min-width: 48em) {
    .grid-padding-y > .cell {
      padding-top: 0;
      padding-bottom: 0; } }

.grid-margin-y {
  margin-top: -0.625rem;
  margin-bottom: -0.625rem; }
  @media print, screen and (min-width: 48em) {
    .grid-margin-y {
      margin-top: -0;
      margin-bottom: -0; } }
  .grid-margin-y > .cell {
    height: calc(100% - 1.25rem);
    margin-top: 0.625rem;
    margin-bottom: 0.625rem; }
  @media print, screen and (min-width: 48em) {
    .grid-margin-y > .cell {
      height: 100%;
      margin-top: 0;
      margin-bottom: 0; } }
  .grid-margin-y > .auto {
    height: auto; }
  .grid-margin-y > .shrink {
    height: auto; }
  .grid-margin-y > .small-1 {
    height: calc(8.33333% - 1.25rem); }
  .grid-margin-y > .small-2 {
    height: calc(16.66667% - 1.25rem); }
  .grid-margin-y > .small-3 {
    height: calc(25% - 1.25rem); }
  .grid-margin-y > .small-4 {
    height: calc(33.33333% - 1.25rem); }
  .grid-margin-y > .small-5 {
    height: calc(41.66667% - 1.25rem); }
  .grid-margin-y > .small-6 {
    height: calc(50% - 1.25rem); }
  .grid-margin-y > .small-7 {
    height: calc(58.33333% - 1.25rem); }
  .grid-margin-y > .small-8 {
    height: calc(66.66667% - 1.25rem); }
  .grid-margin-y > .small-9 {
    height: calc(75% - 1.25rem); }
  .grid-margin-y > .small-10 {
    height: calc(83.33333% - 1.25rem); }
  .grid-margin-y > .small-11 {
    height: calc(91.66667% - 1.25rem); }
  .grid-margin-y > .small-12 {
    height: calc(100% - 1.25rem); }
  @media print, screen and (min-width: 48em) {
    .grid-margin-y > .auto {
      height: auto; }
    .grid-margin-y > .shrink {
      height: auto; }
    .grid-margin-y > .small-1 {
      height: 8.33333%; }
    .grid-margin-y > .small-2 {
      height: 16.66667%; }
    .grid-margin-y > .small-3 {
      height: 25%; }
    .grid-margin-y > .small-4 {
      height: 33.33333%; }
    .grid-margin-y > .small-5 {
      height: 41.66667%; }
    .grid-margin-y > .small-6 {
      height: 50%; }
    .grid-margin-y > .small-7 {
      height: 58.33333%; }
    .grid-margin-y > .small-8 {
      height: 66.66667%; }
    .grid-margin-y > .small-9 {
      height: 75%; }
    .grid-margin-y > .small-10 {
      height: 83.33333%; }
    .grid-margin-y > .small-11 {
      height: 91.66667%; }
    .grid-margin-y > .small-12 {
      height: 100%; }
    .grid-margin-y > .medium-auto {
      height: auto; }
    .grid-margin-y > .medium-shrink {
      height: auto; }
    .grid-margin-y > .medium-1 {
      height: 8.33333%; }
    .grid-margin-y > .medium-2 {
      height: 16.66667%; }
    .grid-margin-y > .medium-3 {
      height: 25%; }
    .grid-margin-y > .medium-4 {
      height: 33.33333%; }
    .grid-margin-y > .medium-5 {
      height: 41.66667%; }
    .grid-margin-y > .medium-6 {
      height: 50%; }
    .grid-margin-y > .medium-7 {
      height: 58.33333%; }
    .grid-margin-y > .medium-8 {
      height: 66.66667%; }
    .grid-margin-y > .medium-9 {
      height: 75%; }
    .grid-margin-y > .medium-10 {
      height: 83.33333%; }
    .grid-margin-y > .medium-11 {
      height: 91.66667%; }
    .grid-margin-y > .medium-12 {
      height: 100%; } }
  @media print, screen and (min-width: 64em) {
    .grid-margin-y > .large-auto {
      height: auto; }
    .grid-margin-y > .large-shrink {
      height: auto; }
    .grid-margin-y > .large-1 {
      height: 8.33333%; }
    .grid-margin-y > .large-2 {
      height: 16.66667%; }
    .grid-margin-y > .large-3 {
      height: 25%; }
    .grid-margin-y > .large-4 {
      height: 33.33333%; }
    .grid-margin-y > .large-5 {
      height: 41.66667%; }
    .grid-margin-y > .large-6 {
      height: 50%; }
    .grid-margin-y > .large-7 {
      height: 58.33333%; }
    .grid-margin-y > .large-8 {
      height: 66.66667%; }
    .grid-margin-y > .large-9 {
      height: 75%; }
    .grid-margin-y > .large-10 {
      height: 83.33333%; }
    .grid-margin-y > .large-11 {
      height: 91.66667%; }
    .grid-margin-y > .large-12 {
      height: 100%; } }

.grid-frame {
  overflow: hidden;
  position: relative;
  -webkit-flex-wrap: nowrap;
      -ms-flex-wrap: nowrap;
          flex-wrap: nowrap;
  -webkit-box-align: stretch;
  -webkit-align-items: stretch;
      -ms-flex-align: stretch;
          align-items: stretch;
  width: 100vw; }

.cell .grid-frame {
  width: 100%; }

.cell-block {
  overflow-x: auto;
  max-width: 100%;
  -webkit-overflow-scrolling: touch;
  -ms-overflow-style: -ms-autohiding-scrollbar; }

.cell-block-y {
  overflow-y: auto;
  max-height: 100%;
  min-height: 100%;
  -webkit-overflow-scrolling: touch;
  -ms-overflow-style: -ms-autohiding-scrollbar; }

.cell-block-container {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
      -ms-flex-direction: column;
          flex-direction: column;
  max-height: 100%; }
  .cell-block-container > .grid-x {
    max-height: 100%;
    -webkit-flex-wrap: nowrap;
        -ms-flex-wrap: nowrap;
            flex-wrap: nowrap; }

@media print, screen and (min-width: 48em) {
  .medium-grid-frame {
    overflow: hidden;
    position: relative;
    -webkit-flex-wrap: nowrap;
        -ms-flex-wrap: nowrap;
            flex-wrap: nowrap;
    -webkit-box-align: stretch;
    -webkit-align-items: stretch;
        -ms-flex-align: stretch;
            align-items: stretch;
    width: 100vw; }
  .cell .medium-grid-frame {
    width: 100%; }
  .medium-cell-block {
    overflow-x: auto;
    max-width: 100%;
    -webkit-overflow-scrolling: touch;
    -ms-overflow-style: -ms-autohiding-scrollbar; }
  .medium-cell-block-container {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
        -ms-flex-direction: column;
            flex-direction: column;
    max-height: 100%; }
    .medium-cell-block-container > .grid-x {
      max-height: 100%;
      -webkit-flex-wrap: nowrap;
          -ms-flex-wrap: nowrap;
              flex-wrap: nowrap; }
  .medium-cell-block-y {
    overflow-y: auto;
    max-height: 100%;
    min-height: 100%;
    -webkit-overflow-scrolling: touch;
    -ms-overflow-style: -ms-autohiding-scrollbar; } }

@media print, screen and (min-width: 64em) {
  .large-grid-frame {
    overflow: hidden;
    position: relative;
    -webkit-flex-wrap: nowrap;
        -ms-flex-wrap: nowrap;
            flex-wrap: nowrap;
    -webkit-box-align: stretch;
    -webkit-align-items: stretch;
        -ms-flex-align: stretch;
            align-items: stretch;
    width: 100vw; }
  .cell .large-grid-frame {
    width: 100%; }
  .large-cell-block {
    overflow-x: auto;
    max-width: 100%;
    -webkit-overflow-scrolling: touch;
    -ms-overflow-style: -ms-autohiding-scrollbar; }
  .large-cell-block-container {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
        -ms-flex-direction: column;
            flex-direction: column;
    max-height: 100%; }
    .large-cell-block-container > .grid-x {
      max-height: 100%;
      -webkit-flex-wrap: nowrap;
          -ms-flex-wrap: nowrap;
              flex-wrap: nowrap; }
  .large-cell-block-y {
    overflow-y: auto;
    max-height: 100%;
    min-height: 100%;
    -webkit-overflow-scrolling: touch;
    -ms-overflow-style: -ms-autohiding-scrollbar; } }

.grid-y.grid-frame {
  width: auto;
  overflow: hidden;
  position: relative;
  -webkit-flex-wrap: nowrap;
      -ms-flex-wrap: nowrap;
          flex-wrap: nowrap;
  -webkit-box-align: stretch;
  -webkit-align-items: stretch;
      -ms-flex-align: stretch;
          align-items: stretch;
  height: 100vh; }

@media print, screen and (min-width: 48em) {
  .grid-y.medium-grid-frame {
    width: auto;
    overflow: hidden;
    position: relative;
    -webkit-flex-wrap: nowrap;
        -ms-flex-wrap: nowrap;
            flex-wrap: nowrap;
    -webkit-box-align: stretch;
    -webkit-align-items: stretch;
        -ms-flex-align: stretch;
            align-items: stretch;
    height: 100vh; } }

@media print, screen and (min-width: 64em) {
  .grid-y.large-grid-frame {
    width: auto;
    overflow: hidden;
    position: relative;
    -webkit-flex-wrap: nowrap;
        -ms-flex-wrap: nowrap;
            flex-wrap: nowrap;
    -webkit-box-align: stretch;
    -webkit-align-items: stretch;
        -ms-flex-align: stretch;
            align-items: stretch;
    height: 100vh; } }

.cell .grid-y.grid-frame {
  height: 100%; }

@media print, screen and (min-width: 48em) {
  .cell .grid-y.medium-grid-frame {
    height: 100%; } }

@media print, screen and (min-width: 64em) {
  .cell .grid-y.large-grid-frame {
    height: 100%; } }

.grid-margin-y {
  margin-top: -0.625rem;
  margin-bottom: -0.625rem; }
  @media print, screen and (min-width: 48em) {
    .grid-margin-y {
      margin-top: -0;
      margin-bottom: -0; } }
  .grid-margin-y > .cell {
    height: calc(100% - 1.25rem);
    margin-top: 0.625rem;
    margin-bottom: 0.625rem; }
  @media print, screen and (min-width: 48em) {
    .grid-margin-y > .cell {
      height: 100%;
      margin-top: 0;
      margin-bottom: 0; } }
  .grid-margin-y > .auto {
    height: auto; }
  .grid-margin-y > .shrink {
    height: auto; }
  .grid-margin-y > .small-1 {
    height: calc(8.33333% - 1.25rem); }
  .grid-margin-y > .small-2 {
    height: calc(16.66667% - 1.25rem); }
  .grid-margin-y > .small-3 {
    height: calc(25% - 1.25rem); }
  .grid-margin-y > .small-4 {
    height: calc(33.33333% - 1.25rem); }
  .grid-margin-y > .small-5 {
    height: calc(41.66667% - 1.25rem); }
  .grid-margin-y > .small-6 {
    height: calc(50% - 1.25rem); }
  .grid-margin-y > .small-7 {
    height: calc(58.33333% - 1.25rem); }
  .grid-margin-y > .small-8 {
    height: calc(66.66667% - 1.25rem); }
  .grid-margin-y > .small-9 {
    height: calc(75% - 1.25rem); }
  .grid-margin-y > .small-10 {
    height: calc(83.33333% - 1.25rem); }
  .grid-margin-y > .small-11 {
    height: calc(91.66667% - 1.25rem); }
  .grid-margin-y > .small-12 {
    height: calc(100% - 1.25rem); }
  @media print, screen and (min-width: 48em) {
    .grid-margin-y > .auto {
      height: auto; }
    .grid-margin-y > .shrink {
      height: auto; }
    .grid-margin-y > .small-1 {
      height: 8.33333%; }
    .grid-margin-y > .small-2 {
      height: 16.66667%; }
    .grid-margin-y > .small-3 {
      height: 25%; }
    .grid-margin-y > .small-4 {
      height: 33.33333%; }
    .grid-margin-y > .small-5 {
      height: 41.66667%; }
    .grid-margin-y > .small-6 {
      height: 50%; }
    .grid-margin-y > .small-7 {
      height: 58.33333%; }
    .grid-margin-y > .small-8 {
      height: 66.66667%; }
    .grid-margin-y > .small-9 {
      height: 75%; }
    .grid-margin-y > .small-10 {
      height: 83.33333%; }
    .grid-margin-y > .small-11 {
      height: 91.66667%; }
    .grid-margin-y > .small-12 {
      height: 100%; }
    .grid-margin-y > .medium-auto {
      height: auto; }
    .grid-margin-y > .medium-shrink {
      height: auto; }
    .grid-margin-y > .medium-1 {
      height: 8.33333%; }
    .grid-margin-y > .medium-2 {
      height: 16.66667%; }
    .grid-margin-y > .medium-3 {
      height: 25%; }
    .grid-margin-y > .medium-4 {
      height: 33.33333%; }
    .grid-margin-y > .medium-5 {
      height: 41.66667%; }
    .grid-margin-y > .medium-6 {
      height: 50%; }
    .grid-margin-y > .medium-7 {
      height: 58.33333%; }
    .grid-margin-y > .medium-8 {
      height: 66.66667%; }
    .grid-margin-y > .medium-9 {
      height: 75%; }
    .grid-margin-y > .medium-10 {
      height: 83.33333%; }
    .grid-margin-y > .medium-11 {
      height: 91.66667%; }
    .grid-margin-y > .medium-12 {
      height: 100%; } }
  @media print, screen and (min-width: 64em) {
    .grid-margin-y > .large-auto {
      height: auto; }
    .grid-margin-y > .large-shrink {
      height: auto; }
    .grid-margin-y > .large-1 {
      height: 8.33333%; }
    .grid-margin-y > .large-2 {
      height: 16.66667%; }
    .grid-margin-y > .large-3 {
      height: 25%; }
    .grid-margin-y > .large-4 {
      height: 33.33333%; }
    .grid-margin-y > .large-5 {
      height: 41.66667%; }
    .grid-margin-y > .large-6 {
      height: 50%; }
    .grid-margin-y > .large-7 {
      height: 58.33333%; }
    .grid-margin-y > .large-8 {
      height: 66.66667%; }
    .grid-margin-y > .large-9 {
      height: 75%; }
    .grid-margin-y > .large-10 {
      height: 83.33333%; }
    .grid-margin-y > .large-11 {
      height: 91.66667%; }
    .grid-margin-y > .large-12 {
      height: 100%; } }

.grid-frame.grid-margin-y {
  height: calc(100vh + 1.25rem); }
  @media print, screen and (min-width: 48em) {
    .grid-frame.grid-margin-y {
      height: calc(100vh + 0); } }
  @media print, screen and (min-width: 64em) {
    .grid-frame.grid-margin-y {
      height: calc(100vh + 0); } }

@media print, screen and (min-width: 48em) {
  .grid-margin-y.medium-grid-frame {
    height: calc(100vh + 0); } }

@media print, screen and (min-width: 64em) {
  .grid-margin-y.large-grid-frame {
    height: calc(100vh + 0); } }

.row {
  max-width: 85.375rem;
  margin-right: auto;
  margin-left: auto; }
  .row::before, .row::after {
    display: table;
    content: ' ';
    -webkit-flex-basis: 0;
        -ms-flex-preferred-size: 0;
            flex-basis: 0;
    -webkit-box-ordinal-group: 2;
    -webkit-order: 1;
        -ms-flex-order: 1;
            order: 1; }
  .row::after {
    clear: both; }
  .row.collapse > .column, .row.collapse > .columns {
    padding-right: 0;
    padding-left: 0; }
  .row .row {
    margin-right: -0.625rem;
    margin-left: -0.625rem; }
    @media print, screen and (min-width: 48em) {
      .row .row {
        margin-right: -0.9375rem;
        margin-left: -0.9375rem; } }
    @media print, screen and (min-width: 64em) {
      .row .row {
        margin-right: -0.9375rem;
        margin-left: -0.9375rem; } }
    .row .row.collapse {
      margin-right: 0;
      margin-left: 0; }
  .row.expanded {
    max-width: none; }
    .row.expanded .row {
      margin-right: auto;
      margin-left: auto; }
  .row:not(.expanded) .row {
    max-width: none; }
  .row.gutter-small > .column, .row.gutter-small > .columns {
    padding-right: 0.625rem;
    padding-left: 0.625rem; }
  .row.gutter-medium > .column, .row.gutter-medium > .columns {
    padding-right: 0.9375rem;
    padding-left: 0.9375rem; }

.column, .columns {
  width: 100%;
  float: left;
  padding-right: 0.625rem;
  padding-left: 0.625rem; }
  @media print, screen and (min-width: 48em) {
    .column, .columns {
      padding-right: 0.9375rem;
      padding-left: 0.9375rem; } }
  .column, .columns, .column:last-child:not(:first-child), .columns:last-child:not(:first-child) {
    float: left;
    clear: none; }
  .column:last-child:not(:first-child), .columns:last-child:not(:first-child) {
    float: right; }
  .column.end:last-child:last-child, .end.columns:last-child:last-child {
    float: left; }

.column.row.row, .row.row.columns {
  float: none; }

.row .column.row.row, .row .row.row.columns {
  margin-right: 0;
  margin-left: 0;
  padding-right: 0;
  padding-left: 0; }

.small-1 {
  width: 8.33333%; }

.small-push-1 {
  position: relative;
  left: 8.33333%; }

.small-pull-1 {
  position: relative;
  left: -8.33333%; }

.small-offset-0 {
  margin-left: 0%; }

.small-2 {
  width: 16.66667%; }

.small-push-2 {
  position: relative;
  left: 16.66667%; }

.small-pull-2 {
  position: relative;
  left: -16.66667%; }

.small-offset-1 {
  margin-left: 8.33333%; }

.small-3 {
  width: 25%; }

.small-push-3 {
  position: relative;
  left: 25%; }

.small-pull-3 {
  position: relative;
  left: -25%; }

.small-offset-2 {
  margin-left: 16.66667%; }

.small-4 {
  width: 33.33333%; }

.small-push-4 {
  position: relative;
  left: 33.33333%; }

.small-pull-4 {
  position: relative;
  left: -33.33333%; }

.small-offset-3 {
  margin-left: 25%; }

.small-5 {
  width: 41.66667%; }

.small-push-5 {
  position: relative;
  left: 41.66667%; }

.small-pull-5 {
  position: relative;
  left: -41.66667%; }

.small-offset-4 {
  margin-left: 33.33333%; }

.small-6 {
  width: 50%; }

.small-push-6 {
  position: relative;
  left: 50%; }

.small-pull-6 {
  position: relative;
  left: -50%; }

.small-offset-5 {
  margin-left: 41.66667%; }

.small-7 {
  width: 58.33333%; }

.small-push-7 {
  position: relative;
  left: 58.33333%; }

.small-pull-7 {
  position: relative;
  left: -58.33333%; }

.small-offset-6 {
  margin-left: 50%; }

.small-8 {
  width: 66.66667%; }

.small-push-8 {
  position: relative;
  left: 66.66667%; }

.small-pull-8 {
  position: relative;
  left: -66.66667%; }

.small-offset-7 {
  margin-left: 58.33333%; }

.small-9 {
  width: 75%; }

.small-push-9 {
  position: relative;
  left: 75%; }

.small-pull-9 {
  position: relative;
  left: -75%; }

.small-offset-8 {
  margin-left: 66.66667%; }

.small-10 {
  width: 83.33333%; }

.small-push-10 {
  position: relative;
  left: 83.33333%; }

.small-pull-10 {
  position: relative;
  left: -83.33333%; }

.small-offset-9 {
  margin-left: 75%; }

.small-11 {
  width: 91.66667%; }

.small-push-11 {
  position: relative;
  left: 91.66667%; }

.small-pull-11 {
  position: relative;
  left: -91.66667%; }

.small-offset-10 {
  margin-left: 83.33333%; }

.small-12 {
  width: 100%; }

.small-offset-11 {
  margin-left: 91.66667%; }

.small-up-1 > .column, .small-up-1 > .columns {
  float: left;
  width: 100%; }
  .small-up-1 > .column:nth-of-type(1n), .small-up-1 > .columns:nth-of-type(1n) {
    clear: none; }
  .small-up-1 > .column:nth-of-type(1n+1), .small-up-1 > .columns:nth-of-type(1n+1) {
    clear: both; }
  .small-up-1 > .column:last-child, .small-up-1 > .columns:last-child {
    float: left; }

.small-up-2 > .column, .small-up-2 > .columns {
  float: left;
  width: 50%; }
  .small-up-2 > .column:nth-of-type(1n), .small-up-2 > .columns:nth-of-type(1n) {
    clear: none; }
  .small-up-2 > .column:nth-of-type(2n+1), .small-up-2 > .columns:nth-of-type(2n+1) {
    clear: both; }
  .small-up-2 > .column:last-child, .small-up-2 > .columns:last-child {
    float: left; }

.small-up-3 > .column, .small-up-3 > .columns {
  float: left;
  width: 33.33333%; }
  .small-up-3 > .column:nth-of-type(1n), .small-up-3 > .columns:nth-of-type(1n) {
    clear: none; }
  .small-up-3 > .column:nth-of-type(3n+1), .small-up-3 > .columns:nth-of-type(3n+1) {
    clear: both; }
  .small-up-3 > .column:last-child, .small-up-3 > .columns:last-child {
    float: left; }

.small-up-4 > .column, .small-up-4 > .columns {
  float: left;
  width: 25%; }
  .small-up-4 > .column:nth-of-type(1n), .small-up-4 > .columns:nth-of-type(1n) {
    clear: none; }
  .small-up-4 > .column:nth-of-type(4n+1), .small-up-4 > .columns:nth-of-type(4n+1) {
    clear: both; }
  .small-up-4 > .column:last-child, .small-up-4 > .columns:last-child {
    float: left; }

.small-up-5 > .column, .small-up-5 > .columns {
  float: left;
  width: 20%; }
  .small-up-5 > .column:nth-of-type(1n), .small-up-5 > .columns:nth-of-type(1n) {
    clear: none; }
  .small-up-5 > .column:nth-of-type(5n+1), .small-up-5 > .columns:nth-of-type(5n+1) {
    clear: both; }
  .small-up-5 > .column:last-child, .small-up-5 > .columns:last-child {
    float: left; }

.small-up-6 > .column, .small-up-6 > .columns {
  float: left;
  width: 16.66667%; }
  .small-up-6 > .column:nth-of-type(1n), .small-up-6 > .columns:nth-of-type(1n) {
    clear: none; }
  .small-up-6 > .column:nth-of-type(6n+1), .small-up-6 > .columns:nth-of-type(6n+1) {
    clear: both; }
  .small-up-6 > .column:last-child, .small-up-6 > .columns:last-child {
    float: left; }

.small-up-7 > .column, .small-up-7 > .columns {
  float: left;
  width: 14.28571%; }
  .small-up-7 > .column:nth-of-type(1n), .small-up-7 > .columns:nth-of-type(1n) {
    clear: none; }
  .small-up-7 > .column:nth-of-type(7n+1), .small-up-7 > .columns:nth-of-type(7n+1) {
    clear: both; }
  .small-up-7 > .column:last-child, .small-up-7 > .columns:last-child {
    float: left; }

.small-up-8 > .column, .small-up-8 > .columns {
  float: left;
  width: 12.5%; }
  .small-up-8 > .column:nth-of-type(1n), .small-up-8 > .columns:nth-of-type(1n) {
    clear: none; }
  .small-up-8 > .column:nth-of-type(8n+1), .small-up-8 > .columns:nth-of-type(8n+1) {
    clear: both; }
  .small-up-8 > .column:last-child, .small-up-8 > .columns:last-child {
    float: left; }

.small-collapse > .column, .small-collapse > .columns {
  padding-right: 0;
  padding-left: 0; }

.small-collapse .row {
  margin-right: 0;
  margin-left: 0; }

.expanded.row .small-collapse.row {
  margin-right: 0;
  margin-left: 0; }

.small-uncollapse > .column, .small-uncollapse > .columns {
  padding-right: 0.625rem;
  padding-left: 0.625rem; }

.small-centered {
  margin-right: auto;
  margin-left: auto; }
  .small-centered, .small-centered:last-child:not(:first-child) {
    float: none;
    clear: both; }

.small-uncentered, .small-push-0, .small-pull-0 {
  position: static;
  margin-right: 0;
  margin-left: 0; }
  .small-uncentered, .small-uncentered:last-child:not(:first-child), .small-push-0, .small-push-0:last-child:not(:first-child), .small-pull-0, .small-pull-0:last-child:not(:first-child) {
    float: left;
    clear: none; }
  .small-uncentered:last-child:not(:first-child), .small-push-0:last-child:not(:first-child), .small-pull-0:last-child:not(:first-child) {
    float: right; }

@media print, screen and (min-width: 48em) {
  .medium-1 {
    width: 8.33333%; }
  .medium-push-1 {
    position: relative;
    left: 8.33333%; }
  .medium-pull-1 {
    position: relative;
    left: -8.33333%; }
  .medium-offset-0 {
    margin-left: 0%; }
  .medium-2 {
    width: 16.66667%; }
  .medium-push-2 {
    position: relative;
    left: 16.66667%; }
  .medium-pull-2 {
    position: relative;
    left: -16.66667%; }
  .medium-offset-1 {
    margin-left: 8.33333%; }
  .medium-3 {
    width: 25%; }
  .medium-push-3 {
    position: relative;
    left: 25%; }
  .medium-pull-3 {
    position: relative;
    left: -25%; }
  .medium-offset-2 {
    margin-left: 16.66667%; }
  .medium-4 {
    width: 33.33333%; }
  .medium-push-4 {
    position: relative;
    left: 33.33333%; }
  .medium-pull-4 {
    position: relative;
    left: -33.33333%; }
  .medium-offset-3 {
    margin-left: 25%; }
  .medium-5 {
    width: 41.66667%; }
  .medium-push-5 {
    position: relative;
    left: 41.66667%; }
  .medium-pull-5 {
    position: relative;
    left: -41.66667%; }
  .medium-offset-4 {
    margin-left: 33.33333%; }
  .medium-6 {
    width: 50%; }
  .medium-push-6 {
    position: relative;
    left: 50%; }
  .medium-pull-6 {
    position: relative;
    left: -50%; }
  .medium-offset-5 {
    margin-left: 41.66667%; }
  .medium-7 {
    width: 58.33333%; }
  .medium-push-7 {
    position: relative;
    left: 58.33333%; }
  .medium-pull-7 {
    position: relative;
    left: -58.33333%; }
  .medium-offset-6 {
    margin-left: 50%; }
  .medium-8 {
    width: 66.66667%; }
  .medium-push-8 {
    position: relative;
    left: 66.66667%; }
  .medium-pull-8 {
    position: relative;
    left: -66.66667%; }
  .medium-offset-7 {
    margin-left: 58.33333%; }
  .medium-9 {
    width: 75%; }
  .medium-push-9 {
    position: relative;
    left: 75%; }
  .medium-pull-9 {
    position: relative;
    left: -75%; }
  .medium-offset-8 {
    margin-left: 66.66667%; }
  .medium-10 {
    width: 83.33333%; }
  .medium-push-10 {
    position: relative;
    left: 83.33333%; }
  .medium-pull-10 {
    position: relative;
    left: -83.33333%; }
  .medium-offset-9 {
    margin-left: 75%; }
  .medium-11 {
    width: 91.66667%; }
  .medium-push-11 {
    position: relative;
    left: 91.66667%; }
  .medium-pull-11 {
    position: relative;
    left: -91.66667%; }
  .medium-offset-10 {
    margin-left: 83.33333%; }
  .medium-12 {
    width: 100%; }
  .medium-offset-11 {
    margin-left: 91.66667%; }
  .medium-up-1 > .column, .medium-up-1 > .columns {
    float: left;
    width: 100%; }
    .medium-up-1 > .column:nth-of-type(1n), .medium-up-1 > .columns:nth-of-type(1n) {
      clear: none; }
    .medium-up-1 > .column:nth-of-type(1n+1), .medium-up-1 > .columns:nth-of-type(1n+1) {
      clear: both; }
    .medium-up-1 > .column:last-child, .medium-up-1 > .columns:last-child {
      float: left; }
  .medium-up-2 > .column, .medium-up-2 > .columns {
    float: left;
    width: 50%; }
    .medium-up-2 > .column:nth-of-type(1n), .medium-up-2 > .columns:nth-of-type(1n) {
      clear: none; }
    .medium-up-2 > .column:nth-of-type(2n+1), .medium-up-2 > .columns:nth-of-type(2n+1) {
      clear: both; }
    .medium-up-2 > .column:last-child, .medium-up-2 > .columns:last-child {
      float: left; }
  .medium-up-3 > .column, .medium-up-3 > .columns {
    float: left;
    width: 33.33333%; }
    .medium-up-3 > .column:nth-of-type(1n), .medium-up-3 > .columns:nth-of-type(1n) {
      clear: none; }
    .medium-up-3 > .column:nth-of-type(3n+1), .medium-up-3 > .columns:nth-of-type(3n+1) {
      clear: both; }
    .medium-up-3 > .column:last-child, .medium-up-3 > .columns:last-child {
      float: left; }
  .medium-up-4 > .column, .medium-up-4 > .columns {
    float: left;
    width: 25%; }
    .medium-up-4 > .column:nth-of-type(1n), .medium-up-4 > .columns:nth-of-type(1n) {
      clear: none; }
    .medium-up-4 > .column:nth-of-type(4n+1), .medium-up-4 > .columns:nth-of-type(4n+1) {
      clear: both; }
    .medium-up-4 > .column:last-child, .medium-up-4 > .columns:last-child {
      float: left; }
  .medium-up-5 > .column, .medium-up-5 > .columns {
    float: left;
    width: 20%; }
    .medium-up-5 > .column:nth-of-type(1n), .medium-up-5 > .columns:nth-of-type(1n) {
      clear: none; }
    .medium-up-5 > .column:nth-of-type(5n+1), .medium-up-5 > .columns:nth-of-type(5n+1) {
      clear: both; }
    .medium-up-5 > .column:last-child, .medium-up-5 > .columns:last-child {
      float: left; }
  .medium-up-6 > .column, .medium-up-6 > .columns {
    float: left;
    width: 16.66667%; }
    .medium-up-6 > .column:nth-of-type(1n), .medium-up-6 > .columns:nth-of-type(1n) {
      clear: none; }
    .medium-up-6 > .column:nth-of-type(6n+1), .medium-up-6 > .columns:nth-of-type(6n+1) {
      clear: both; }
    .medium-up-6 > .column:last-child, .medium-up-6 > .columns:last-child {
      float: left; }
  .medium-up-7 > .column, .medium-up-7 > .columns {
    float: left;
    width: 14.28571%; }
    .medium-up-7 > .column:nth-of-type(1n), .medium-up-7 > .columns:nth-of-type(1n) {
      clear: none; }
    .medium-up-7 > .column:nth-of-type(7n+1), .medium-up-7 > .columns:nth-of-type(7n+1) {
      clear: both; }
    .medium-up-7 > .column:last-child, .medium-up-7 > .columns:last-child {
      float: left; }
  .medium-up-8 > .column, .medium-up-8 > .columns {
    float: left;
    width: 12.5%; }
    .medium-up-8 > .column:nth-of-type(1n), .medium-up-8 > .columns:nth-of-type(1n) {
      clear: none; }
    .medium-up-8 > .column:nth-of-type(8n+1), .medium-up-8 > .columns:nth-of-type(8n+1) {
      clear: both; }
    .medium-up-8 > .column:last-child, .medium-up-8 > .columns:last-child {
      float: left; }
  .medium-collapse > .column, .medium-collapse > .columns {
    padding-right: 0;
    padding-left: 0; }
  .medium-collapse .row {
    margin-right: 0;
    margin-left: 0; }
  .expanded.row .medium-collapse.row {
    margin-right: 0;
    margin-left: 0; }
  .medium-uncollapse > .column, .medium-uncollapse > .columns {
    padding-right: 0.9375rem;
    padding-left: 0.9375rem; }
  .medium-centered {
    margin-right: auto;
    margin-left: auto; }
    .medium-centered, .medium-centered:last-child:not(:first-child) {
      float: none;
      clear: both; }
  .medium-uncentered, .medium-push-0, .medium-pull-0 {
    position: static;
    margin-right: 0;
    margin-left: 0; }
    .medium-uncentered, .medium-uncentered:last-child:not(:first-child), .medium-push-0, .medium-push-0:last-child:not(:first-child), .medium-pull-0, .medium-pull-0:last-child:not(:first-child) {
      float: left;
      clear: none; }
    .medium-uncentered:last-child:not(:first-child), .medium-push-0:last-child:not(:first-child), .medium-pull-0:last-child:not(:first-child) {
      float: right; } }

@media print, screen and (min-width: 64em) {
  .large-1 {
    width: 8.33333%; }
  .large-push-1 {
    position: relative;
    left: 8.33333%; }
  .large-pull-1 {
    position: relative;
    left: -8.33333%; }
  .large-offset-0 {
    margin-left: 0%; }
  .large-2 {
    width: 16.66667%; }
  .large-push-2 {
    position: relative;
    left: 16.66667%; }
  .large-pull-2 {
    position: relative;
    left: -16.66667%; }
  .large-offset-1 {
    margin-left: 8.33333%; }
  .large-3 {
    width: 25%; }
  .large-push-3 {
    position: relative;
    left: 25%; }
  .large-pull-3 {
    position: relative;
    left: -25%; }
  .large-offset-2 {
    margin-left: 16.66667%; }
  .large-4 {
    width: 33.33333%; }
  .large-push-4 {
    position: relative;
    left: 33.33333%; }
  .large-pull-4 {
    position: relative;
    left: -33.33333%; }
  .large-offset-3 {
    margin-left: 25%; }
  .large-5 {
    width: 41.66667%; }
  .large-push-5 {
    position: relative;
    left: 41.66667%; }
  .large-pull-5 {
    position: relative;
    left: -41.66667%; }
  .large-offset-4 {
    margin-left: 33.33333%; }
  .large-6 {
    width: 50%; }
  .large-push-6 {
    position: relative;
    left: 50%; }
  .large-pull-6 {
    position: relative;
    left: -50%; }
  .large-offset-5 {
    margin-left: 41.66667%; }
  .large-7 {
    width: 58.33333%; }
  .large-push-7 {
    position: relative;
    left: 58.33333%; }
  .large-pull-7 {
    position: relative;
    left: -58.33333%; }
  .large-offset-6 {
    margin-left: 50%; }
  .large-8 {
    width: 66.66667%; }
  .large-push-8 {
    position: relative;
    left: 66.66667%; }
  .large-pull-8 {
    position: relative;
    left: -66.66667%; }
  .large-offset-7 {
    margin-left: 58.33333%; }
  .large-9 {
    width: 75%; }
  .large-push-9 {
    position: relative;
    left: 75%; }
  .large-pull-9 {
    position: relative;
    left: -75%; }
  .large-offset-8 {
    margin-left: 66.66667%; }
  .large-10 {
    width: 83.33333%; }
  .large-push-10 {
    position: relative;
    left: 83.33333%; }
  .large-pull-10 {
    position: relative;
    left: -83.33333%; }
  .large-offset-9 {
    margin-left: 75%; }
  .large-11 {
    width: 91.66667%; }
  .large-push-11 {
    position: relative;
    left: 91.66667%; }
  .large-pull-11 {
    position: relative;
    left: -91.66667%; }
  .large-offset-10 {
    margin-left: 83.33333%; }
  .large-12 {
    width: 100%; }
  .large-offset-11 {
    margin-left: 91.66667%; }
  .large-up-1 > .column, .large-up-1 > .columns {
    float: left;
    width: 100%; }
    .large-up-1 > .column:nth-of-type(1n), .large-up-1 > .columns:nth-of-type(1n) {
      clear: none; }
    .large-up-1 > .column:nth-of-type(1n+1), .large-up-1 > .columns:nth-of-type(1n+1) {
      clear: both; }
    .large-up-1 > .column:last-child, .large-up-1 > .columns:last-child {
      float: left; }
  .large-up-2 > .column, .large-up-2 > .columns {
    float: left;
    width: 50%; }
    .large-up-2 > .column:nth-of-type(1n), .large-up-2 > .columns:nth-of-type(1n) {
      clear: none; }
    .large-up-2 > .column:nth-of-type(2n+1), .large-up-2 > .columns:nth-of-type(2n+1) {
      clear: both; }
    .large-up-2 > .column:last-child, .large-up-2 > .columns:last-child {
      float: left; }
  .large-up-3 > .column, .large-up-3 > .columns {
    float: left;
    width: 33.33333%; }
    .large-up-3 > .column:nth-of-type(1n), .large-up-3 > .columns:nth-of-type(1n) {
      clear: none; }
    .large-up-3 > .column:nth-of-type(3n+1), .large-up-3 > .columns:nth-of-type(3n+1) {
      clear: both; }
    .large-up-3 > .column:last-child, .large-up-3 > .columns:last-child {
      float: left; }
  .large-up-4 > .column, .large-up-4 > .columns {
    float: left;
    width: 25%; }
    .large-up-4 > .column:nth-of-type(1n), .large-up-4 > .columns:nth-of-type(1n) {
      clear: none; }
    .large-up-4 > .column:nth-of-type(4n+1), .large-up-4 > .columns:nth-of-type(4n+1) {
      clear: both; }
    .large-up-4 > .column:last-child, .large-up-4 > .columns:last-child {
      float: left; }
  .large-up-5 > .column, .large-up-5 > .columns {
    float: left;
    width: 20%; }
    .large-up-5 > .column:nth-of-type(1n), .large-up-5 > .columns:nth-of-type(1n) {
      clear: none; }
    .large-up-5 > .column:nth-of-type(5n+1), .large-up-5 > .columns:nth-of-type(5n+1) {
      clear: both; }
    .large-up-5 > .column:last-child, .large-up-5 > .columns:last-child {
      float: left; }
  .large-up-6 > .column, .large-up-6 > .columns {
    float: left;
    width: 16.66667%; }
    .large-up-6 > .column:nth-of-type(1n), .large-up-6 > .columns:nth-of-type(1n) {
      clear: none; }
    .large-up-6 > .column:nth-of-type(6n+1), .large-up-6 > .columns:nth-of-type(6n+1) {
      clear: both; }
    .large-up-6 > .column:last-child, .large-up-6 > .columns:last-child {
      float: left; }
  .large-up-7 > .column, .large-up-7 > .columns {
    float: left;
    width: 14.28571%; }
    .large-up-7 > .column:nth-of-type(1n), .large-up-7 > .columns:nth-of-type(1n) {
      clear: none; }
    .large-up-7 > .column:nth-of-type(7n+1), .large-up-7 > .columns:nth-of-type(7n+1) {
      clear: both; }
    .large-up-7 > .column:last-child, .large-up-7 > .columns:last-child {
      float: left; }
  .large-up-8 > .column, .large-up-8 > .columns {
    float: left;
    width: 12.5%; }
    .large-up-8 > .column:nth-of-type(1n), .large-up-8 > .columns:nth-of-type(1n) {
      clear: none; }
    .large-up-8 > .column:nth-of-type(8n+1), .large-up-8 > .columns:nth-of-type(8n+1) {
      clear: both; }
    .large-up-8 > .column:last-child, .large-up-8 > .columns:last-child {
      float: left; }
  .large-collapse > .column, .large-collapse > .columns {
    padding-right: 0;
    padding-left: 0; }
  .large-collapse .row {
    margin-right: 0;
    margin-left: 0; }
  .expanded.row .large-collapse.row {
    margin-right: 0;
    margin-left: 0; }
  .large-uncollapse > .column, .large-uncollapse > .columns {
    padding-right: 0.9375rem;
    padding-left: 0.9375rem; }
  .large-centered {
    margin-right: auto;
    margin-left: auto; }
    .large-centered, .large-centered:last-child:not(:first-child) {
      float: none;
      clear: both; }
  .large-uncentered, .large-push-0, .large-pull-0 {
    position: static;
    margin-right: 0;
    margin-left: 0; }
    .large-uncentered, .large-uncentered:last-child:not(:first-child), .large-push-0, .large-push-0:last-child:not(:first-child), .large-pull-0, .large-pull-0:last-child:not(:first-child) {
      float: left;
      clear: none; }
    .large-uncentered:last-child:not(:first-child), .large-push-0:last-child:not(:first-child), .large-pull-0:last-child:not(:first-child) {
      float: right; } }

.column-block {
  margin-bottom: 1.25rem; }
  .column-block > :last-child {
    margin-bottom: 0; }
  @media print, screen and (min-width: 48em) {
    .column-block {
      margin-bottom: 1.875rem; }
      .column-block > :last-child {
        margin-bottom: 0; } }

.breadcrumbs {
  margin: 0 0 1rem 0;
  list-style: none; }
  .breadcrumbs::before, .breadcrumbs::after {
    display: table;
    content: ' ';
    -webkit-flex-basis: 0;
        -ms-flex-preferred-size: 0;
            flex-basis: 0;
    -webkit-box-ordinal-group: 2;
    -webkit-order: 1;
        -ms-flex-order: 1;
            order: 1; }
  .breadcrumbs::after {
    clear: both; }
  .breadcrumbs li {
    float: left;
    font-size: 0.6875rem;
    color: #000000;
    cursor: default;
    text-transform: uppercase; }
    .breadcrumbs li:not(:last-child)::after {
      position: relative;
      margin: 0 0.75rem;
      opacity: 1;
      content: "/";
      color: #cacaca; }
  .breadcrumbs a {
    color: #1c375e; }
    .breadcrumbs a:hover {
      text-decoration: underline; }
  .breadcrumbs .disabled {
    color: #cacaca;
    cursor: not-allowed; }

.align-left {
  -webkit-box-pack: start;
  -webkit-justify-content: flex-start;
      -ms-flex-pack: start;
          justify-content: flex-start; }

.align-right {
  -webkit-box-pack: end;
  -webkit-justify-content: flex-end;
      -ms-flex-pack: end;
          justify-content: flex-end; }

.align-center {
  -webkit-box-pack: center;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center; }

.align-justify {
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
      -ms-flex-pack: justify;
          justify-content: space-between; }

.align-spaced {
  -webkit-justify-content: space-around;
      -ms-flex-pack: distribute;
          justify-content: space-around; }

.align-left.vertical.menu > li > a {
  -webkit-box-pack: start;
  -webkit-justify-content: flex-start;
      -ms-flex-pack: start;
          justify-content: flex-start; }

.align-right.vertical.menu > li > a {
  -webkit-box-pack: end;
  -webkit-justify-content: flex-end;
      -ms-flex-pack: end;
          justify-content: flex-end; }

.align-center.vertical.menu > li > a {
  -webkit-box-pack: center;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center; }

.align-top {
  -webkit-box-align: start;
  -webkit-align-items: flex-start;
      -ms-flex-align: start;
          align-items: flex-start; }

.align-self-top {
  -webkit-align-self: flex-start;
      -ms-flex-item-align: start;
          align-self: flex-start; }

.align-bottom {
  -webkit-box-align: end;
  -webkit-align-items: flex-end;
      -ms-flex-align: end;
          align-items: flex-end; }

.align-self-bottom {
  -webkit-align-self: flex-end;
      -ms-flex-item-align: end;
          align-self: flex-end; }

.align-middle {
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center; }

.align-self-middle {
  -webkit-align-self: center;
      -ms-flex-item-align: center;
          align-self: center; }

.align-stretch {
  -webkit-box-align: stretch;
  -webkit-align-items: stretch;
      -ms-flex-align: stretch;
          align-items: stretch; }

.align-self-stretch {
  -webkit-align-self: stretch;
      -ms-flex-item-align: stretch;
          align-self: stretch; }

.align-center-middle {
  -webkit-box-pack: center;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-align-content: center;
      -ms-flex-line-pack: center;
          align-content: center; }

.small-order-1 {
  -webkit-box-ordinal-group: 2;
  -webkit-order: 1;
      -ms-flex-order: 1;
          order: 1; }

.small-order-2 {
  -webkit-box-ordinal-group: 3;
  -webkit-order: 2;
      -ms-flex-order: 2;
          order: 2; }

.small-order-3 {
  -webkit-box-ordinal-group: 4;
  -webkit-order: 3;
      -ms-flex-order: 3;
          order: 3; }

.small-order-4 {
  -webkit-box-ordinal-group: 5;
  -webkit-order: 4;
      -ms-flex-order: 4;
          order: 4; }

.small-order-5 {
  -webkit-box-ordinal-group: 6;
  -webkit-order: 5;
      -ms-flex-order: 5;
          order: 5; }

.small-order-6 {
  -webkit-box-ordinal-group: 7;
  -webkit-order: 6;
      -ms-flex-order: 6;
          order: 6; }

@media print, screen and (min-width: 48em) {
  .medium-order-1 {
    -webkit-box-ordinal-group: 2;
    -webkit-order: 1;
        -ms-flex-order: 1;
            order: 1; }
  .medium-order-2 {
    -webkit-box-ordinal-group: 3;
    -webkit-order: 2;
        -ms-flex-order: 2;
            order: 2; }
  .medium-order-3 {
    -webkit-box-ordinal-group: 4;
    -webkit-order: 3;
        -ms-flex-order: 3;
            order: 3; }
  .medium-order-4 {
    -webkit-box-ordinal-group: 5;
    -webkit-order: 4;
        -ms-flex-order: 4;
            order: 4; }
  .medium-order-5 {
    -webkit-box-ordinal-group: 6;
    -webkit-order: 5;
        -ms-flex-order: 5;
            order: 5; }
  .medium-order-6 {
    -webkit-box-ordinal-group: 7;
    -webkit-order: 6;
        -ms-flex-order: 6;
            order: 6; } }

@media print, screen and (min-width: 64em) {
  .large-order-1 {
    -webkit-box-ordinal-group: 2;
    -webkit-order: 1;
        -ms-flex-order: 1;
            order: 1; }
  .large-order-2 {
    -webkit-box-ordinal-group: 3;
    -webkit-order: 2;
        -ms-flex-order: 2;
            order: 2; }
  .large-order-3 {
    -webkit-box-ordinal-group: 4;
    -webkit-order: 3;
        -ms-flex-order: 3;
            order: 3; }
  .large-order-4 {
    -webkit-box-ordinal-group: 5;
    -webkit-order: 4;
        -ms-flex-order: 4;
            order: 4; }
  .large-order-5 {
    -webkit-box-ordinal-group: 6;
    -webkit-order: 5;
        -ms-flex-order: 5;
            order: 5; }
  .large-order-6 {
    -webkit-box-ordinal-group: 7;
    -webkit-order: 6;
        -ms-flex-order: 6;
            order: 6; } }

.flex-container {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex; }

.flex-child-auto {
  -webkit-box-flex: 1;
  -webkit-flex: 1 1 auto;
      -ms-flex: 1 1 auto;
          flex: 1 1 auto; }

.flex-child-grow {
  -webkit-box-flex: 1;
  -webkit-flex: 1 0 auto;
      -ms-flex: 1 0 auto;
          flex: 1 0 auto; }

.flex-child-shrink {
  -webkit-box-flex: 0;
  -webkit-flex: 0 1 auto;
      -ms-flex: 0 1 auto;
          flex: 0 1 auto; }

.flex-dir-row {
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -webkit-flex-direction: row;
      -ms-flex-direction: row;
          flex-direction: row; }

.flex-dir-row-reverse {
  -webkit-box-orient: horizontal;
  -webkit-box-direction: reverse;
  -webkit-flex-direction: row-reverse;
      -ms-flex-direction: row-reverse;
          flex-direction: row-reverse; }

.flex-dir-column {
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
      -ms-flex-direction: column;
          flex-direction: column; }

.flex-dir-column-reverse {
  -webkit-box-orient: vertical;
  -webkit-box-direction: reverse;
  -webkit-flex-direction: column-reverse;
      -ms-flex-direction: column-reverse;
          flex-direction: column-reverse; }

@media print, screen and (min-width: 48em) {
  .medium-flex-container {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex; }
  .medium-flex-child-auto {
    -webkit-box-flex: 1;
    -webkit-flex: 1 1 auto;
        -ms-flex: 1 1 auto;
            flex: 1 1 auto; }
  .medium-flex-child-grow {
    -webkit-box-flex: 1;
    -webkit-flex: 1 0 auto;
        -ms-flex: 1 0 auto;
            flex: 1 0 auto; }
  .medium-flex-child-shrink {
    -webkit-box-flex: 0;
    -webkit-flex: 0 1 auto;
        -ms-flex: 0 1 auto;
            flex: 0 1 auto; }
  .medium-flex-dir-row {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -webkit-flex-direction: row;
        -ms-flex-direction: row;
            flex-direction: row; }
  .medium-flex-dir-row-reverse {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: reverse;
    -webkit-flex-direction: row-reverse;
        -ms-flex-direction: row-reverse;
            flex-direction: row-reverse; }
  .medium-flex-dir-column {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
        -ms-flex-direction: column;
            flex-direction: column; }
  .medium-flex-dir-column-reverse {
    -webkit-box-orient: vertical;
    -webkit-box-direction: reverse;
    -webkit-flex-direction: column-reverse;
        -ms-flex-direction: column-reverse;
            flex-direction: column-reverse; } }

@media print, screen and (min-width: 64em) {
  .large-flex-container {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex; }
  .large-flex-child-auto {
    -webkit-box-flex: 1;
    -webkit-flex: 1 1 auto;
        -ms-flex: 1 1 auto;
            flex: 1 1 auto; }
  .large-flex-child-grow {
    -webkit-box-flex: 1;
    -webkit-flex: 1 0 auto;
        -ms-flex: 1 0 auto;
            flex: 1 0 auto; }
  .large-flex-child-shrink {
    -webkit-box-flex: 0;
    -webkit-flex: 0 1 auto;
        -ms-flex: 0 1 auto;
            flex: 0 1 auto; }
  .large-flex-dir-row {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -webkit-flex-direction: row;
        -ms-flex-direction: row;
            flex-direction: row; }
  .large-flex-dir-row-reverse {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: reverse;
    -webkit-flex-direction: row-reverse;
        -ms-flex-direction: row-reverse;
            flex-direction: row-reverse; }
  .large-flex-dir-column {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
        -ms-flex-direction: column;
            flex-direction: column; }
  .large-flex-dir-column-reverse {
    -webkit-box-orient: vertical;
    -webkit-box-direction: reverse;
    -webkit-flex-direction: column-reverse;
        -ms-flex-direction: column-reverse;
            flex-direction: column-reverse; } }

header.sticky {
  position: fixed;
  left: 0;
  right: 0px;
  background: #fff;
  z-index: 9999;
  top: 0px; }
  header.sticky.active {
    transition: transform 0.75s ease-out, -webkit-transform 0.75s ease-out;
    -webkit-box-shadow: 0px 3px 6px 0px rgba(0, 0, 0, 0.2);
            box-shadow: 0px 3px 6px 0px rgba(0, 0, 0, 0.2);
    background: #fff;
    opacity: 1;
    scroll-behavior: smooth; }
    @media print, screen and (min-width: 64em) {
      header.sticky.active {
        -webkit-box-shadow: 0px 3px 8px 0px rgba(98, 127, 168, 0.16);
                box-shadow: 0px 3px 8px 0px rgba(98, 127, 168, 0.16); } }

header .grid-container {
  max-width: 1366px;
  padding: 0 10px;
  padding-top: 0px;
  padding-bottom: 0px; }
  @media print, screen and (min-width: 64em) {
    header .grid-container {
      padding: 0 18px;
      padding-top: 0px;
      padding-bottom: 0px; } }
  @media (min-width: 1024px) and (max-width: 1279px) {
    header .grid-container {
      padding-top: 0px;
      padding-bottom: 0px; } }
  @media screen and (min-width: 85.375em) {
    header .grid-container {
      padding: 0 0px;
      padding-top: 0px;
      padding-bottom: 0px; } }
  @media (min-width: 1366px) {
    header .grid-container {
      padding: 0 22px;
      padding-top: 0px;
      padding-bottom: px; } }
  @media (min-width: 1600px) {
    header .grid-container {
      padding: 0 0px;
      padding-top: 0px;
      padding-bottom:0px; } }
  @media (max-width: 767px) {
    header .grid-container {
      padding-left: 6px !important;
      padding-right: 6px !important;
      max-width: 100% !important;
      padding-bottom: 12px;
      padding-top: 5px; } }
  @media (min-width: 768px) and (max-width: 1023px) {
    header .grid-container {
      padding-left: 26px !important;
      padding-right: 26px !important;
      max-width: 100% !important; } }

header .topNavigation {
  background: #edf2f7;
  text-align: right;
  padding: 0px 0px;
  display: none;
  background: white;
  background: -webkit-gradient(linear, left top, right top, from(rgba(255, 255, 255, 0)), color-stop(60%, white));
  background: linear-gradient(90deg, rgba(255, 255, 255, 0) 0%, white 60%);
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr="#ffffff",endColorstr="#ffffff",GradientType=1); }
  @media print, screen and (min-width: 64em) {
    header .topNavigation {
      display: block;
      max-width: 1000px;
      margin-left: auto;
      margin-right: 0; } }
  @media screen and (min-width: 85.375em) {
    header .topNavigation {
      max-width: 1000px; } }
  header .topNavigation .grid-container {
    padding: 0 0px !important; }
    @media print, screen and (min-width: 64em) {
      header .topNavigation .grid-container {
        padding: 0 0px !important; } }
    @media screen and (min-width: 85.375em) {
      header .topNavigation .grid-container {
        padding: 0 0px !important; } }
    @media (min-width: 1366px) {
      header .topNavigation .grid-container {
        padding: 0 0px !important;
        padding-top: 0px;
        padding-bottom: 0px; } }
    @media (min-width: 1600px) {
      header .topNavigation .grid-container {
        padding: 0 0px; } }
header .topNavigation ul {
    margin-bottom: 0;
    margin-left: 0px;
    margin-top: 0px;
}
  header .topNavigation li {
    display: inline-block;
    font-size: 19px;
    line-height: 26px;
    margin-bottom: 0;
    font-weight: normal; }
    header .topNavigation li:last-child {
      margin-right: 0px; }
    header .topNavigation li.topmenu {
      padding-right: 0;
      padding-right: 0;
      margin-right: 0;
      }
      header .topNavigation li.topmenu:last-child {
        margin-right: 0px;
        padding-right: 0px; }
      header .topNavigation li.topmenu a.singlelink {
        color: #213B6F;
        font-weight: 500;
        font-size: 16px;
        line-height: 19px;
        position: relative; 
        margin-right: 20px;
        margin-left: 20px;}
        header .topNavigation li.topmenu a.singlelink span:before {
          content: '';
          position: absolute;
          width: 2px;
          height: 22px;
          top: 2px;
          left: -17px;
          background-color: #213B6F;
        }
        header .topNavigation li.topmenu a.singlelink:before {
          content: "";
          position: absolute;
          width: 100%;
          height: 5px;
          bottom: -5px;
          left: 0px;
          background-color: #E0B339;
          -webkit-transition: all 0.75s ease-in-out;
          transition: all 0.75s ease-in-out;
          -webkit-transform: scale(0, 0);
              -ms-transform: scale(0, 0);
                  transform: scale(0, 0);
          visibility: hidden; }
        header .topNavigation li.topmenu a.singlelink:hover:before {
          visibility: visible;
          -webkit-transform: scale(1, 1);
              -ms-transform: scale(1, 1);
                  transform: scale(1, 1); }
  header .topNavigation li.singlemenu {
    position: relative;
    padding-right: 0;
    padding-left: 0; }
    header .topNavigation li.singlemenu:hover .singleMenuWrap, header .topNavigation li.singlemenu:focus-within .singleMenuWrap {
      opacity: 1;
      visibility: visible;
      -webkit-transform: perspective(500) rotate3d(0, 0, 0, 0);
              transform: perspective(500) rotate3d(0, 0, 0, 0); }
    header .topNavigation li.singlemenu:hover a.singlelink:after, header .topNavigation li.singlemenu:focus-within a.singlelink:after {
      -webkit-transform: rotate(180deg);
          -ms-transform: rotate(180deg);
              transform: rotate(180deg);
      right: -18px; }
    header .topNavigation li.singlemenu:hover a.singlelink:before, header .topNavigation li.singlemenu:focus-within a.singlelink:before {
      visibility: visible;
      -webkit-transform: scale(1, 1);
          -ms-transform: scale(1, 1);
              transform: scale(1, 1); }
    header .topNavigation li.singlemenu a.singlelink {
      position: relative;
      -webkit-transition: 0.3s all;
      transition: 0.3s all; }
      header .topNavigation li.singlemenu a.singlelink:after {
        background: url(../images/drop-down-up-icon.svg) no-repeat;
        content: "";
        display: block;
        height: 5px;
        vertical-align: middle;
        width: 8px;
        position: absolute;
        right: -15px;
        top: 12px;
        -webkit-transition: 0.3s all;
        transition: 0.3s all; 
            background-size: contain;
      }
  header .topNavigation .singleMenuWrap {
    position: absolute;
    min-width: 218px;
    max-width: 230px;
    background: rgb(250,250,250);
    background: linear-gradient(124deg, rgb(249 246 246) 0%, rgb(247 243 241) 60%, rgb(242 249 255) 88%, rgb(242 242 242) 100%);
    left: 20px;
    top: 30px;
    opacity: 0;
    visibility: hidden;
    padding-top: 25px;
    padding-bottom: 30px;
    -webkit-box-shadow: 0px 3px 10px 0px rgba(52, 136, 255, 0.16);
            box-shadow: 0px 3px 10px 0px rgba(52, 136, 255, 0.16);
    padding-left: 0px;
    -webkit-transition: 350ms;
    transition: 350ms;
    -webkit-transform: perspective(500) rotate3d(1, 0, 0, -90deg);
            transform: perspective(500) rotate3d(1, 0, 0, -90deg);
    -webkit-transform-origin: 50% 0; z-index:99; }
    header .topNavigation .singleMenuWrap:after {
      content: "";
      -webkit-clip-path: polygon(0% 19%, 0% 0%, 100% 5%, 0% 100%);
              clip-path: polygon(0% 19%, 0% 0%, 100% 5%, 0% 100%);
      position: absolute;
      width: 100%;
      height: 21px;
      background: #eb0535;
      left: 0;
      bottom: -20px; 
      visibility: hidden;
    }
    header .topNavigation .singleMenuWrap ul {
      display: block;
      margin: 0px;
      text-align: left; }
      header .topNavigation .singleMenuWrap ul li {
        margin-right: 0px;
        display: block;
        position: relative;
        margin-bottom: 0px;
        padding-left: 18px;
        padding-right: 0px;
        padding-top: 5px;
        padding-bottom: 5px;
        margin-top: 0px;
        text-align: left;
        margin-left: 20px;
        margin-right: 18px;
        margin-bottom: 0px;
        font-size: 14px;
        line-height: 19px; }
        header .topNavigation .singleMenuWrap ul li a {
          font-size: 14px;
          line-height: 19px;
          font-weight: 600;
          color: #4D4D4D;
          margin-bottom: 0px;
          padding-bottom: 0px;
          padding-left: 0px;
          padding-top: 0px;
          position: relative;
          display: inline-block;
          white-space: nowrap; }
          header .topNavigation .singleMenuWrap ul li a:hover{
            color: #4D4D4D;
          }
          header .topNavigation .singleMenuWrap ul li a:after {
            background: url(../images/drop-down-icon.svg) no-repeat;
            content: "";
            display: inline-block;
            height: 9px;
            vertical-align: middle;
            width: 7px;
            position: absolute;
            right: -15px;
            top: 8px;
            background-size: contain;
            visibility: hidden; }
        header .topNavigation .singleMenuWrap ul li:after {
          background: transparent;
          bottom: 0;
          content: "";
          display: block;
          height: 100%;
          position: absolute;
          -webkit-transition: width 0.3s ease 0s, left 0.3s ease;
          transition: width 0.3s ease 0s, left 0.3s ease;
          width: 0;
          margin-left: -18px;
          z-index: -1;
          top: 0; }
        header .topNavigation .singleMenuWrap ul li:hover:after {
          width: 109%;
          background: #edf2f7;
          border-left: 2px solid #1c375e; }

header .flexwrap {
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
      -ms-flex-pack: justify;
          justify-content: space-between;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex; }

.menu--open {
  -webkit-transform: translate3d(0, 0, 0);
          transform: translate3d(0, 0, 0); }

.menu {
  top: 57px; }

@media (max-width: 1023px) {
  .menu {
    top: 77px; } }

@media (max-width: 767px) {
  .menu {
    top: 70px; } }

.logoBlock {
  display: inline-block;
  vertical-align: middle;
  z-index: 9; }
  @media print, screen and (max-width: 47.99875em) {
    .logoBlock {
      height: 38px;
      width: 158px; } }
  @media print, screen and (min-width: 48em) {
    .logoBlock {
      padding-top: 5px;
      padding-bottom: 9px;
      width: 260px; } }
  @media print, screen and (min-width: 64em) {
    .logoBlock {
      width: 300px; } }
  @media (min-width: 1024px) and (max-width: 1279px) {
    .logoBlock {
        width: 180px;
        padding-top: 5px;
    } }
  @media screen and (min-width: 85.375em) {
    .logoBlock {
      width: 376px;} }
  .logoBlock a {
    display: block; }
    @media print, screen and (max-width: 47.99875em) {
      .logoBlock a {
        height: 38px;
        width: 158px; } }
    @media print, screen and (min-width: 64em) {
      .logoBlock a {
        position: absolute; } }
    @media (min-width: 1024px) and (max-width: 1279px) {
      .logoBlock a {
        width: 230px; } }
    @media (min-width: 1280px) and (max-width: 1365px) {
      .logoBlock a {
        width: 303px; } }

@media print, screen and (min-width: 64em) {
  .headerMainWrapper {
    margin-top: 0;
    margin-right: 0;
    margin-left: auto; } }

.headerMainWrapper .mLogin {
  display: none; }

.headerMainWrapper .mobilesearch {
  display: none; }
  @media print, screen and (min-width: 48em) and (max-width: 63.99875em) {
    .headerMainWrapper .mobilesearch {
      margin-top: 10px; } }
  @media (max-width: 1023px) {
    .headerMainWrapper .mobilesearch {
      display: -webkit-box;
      display: -webkit-flex;
      display: -ms-flexbox;
      display: flex;
      -webkit-box-align: center;
      -webkit-align-items: center;
          -ms-flex-align: center;
              align-items: center; margin-top: 4px;} }

.headerMainWrapper .header-menu {
  -webkit-transition: all 0.3s;
  transition: all 0.3s; }
  @media (max-width: 1023px) {
    .headerMainWrapper .header-menu {
      display: none; } }
.headerMainWrapper .header-menu ul.mainManu {
    margin: 0px;
    padding: 0px;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    width: 100%;
    list-style: none;
    -webkit-transition: all 0.3s;
    transition: all 0.3s;
    margin-top: 26px;
    margin-bottom: 6px;
    justify-content: flex-end;
}
  .headerMainWrapper .header-menu li {
    display: inline-block;
    margin-right: 28px;
    margin-bottom: 0;
    -webkit-transition: all 0.3s;
    transition: all 0.3s; padding-bottom:22px;}
    @media print, screen and (min-width: 64em) {
      .headerMainWrapper .header-menu li {
        margin-right: 30px; } }
    @media screen and (min-width: 85.375em) {
      .headerMainWrapper .header-menu li {
        margin-right: 30px; } }
    @media (min-width: 1280px) and (max-width: 1365px) {
      .headerMainWrapper .header-menu li {
        margin-right: 40px; } }
    @media (min-width: 1366px) and (max-width: 1399px) {
      .headerMainWrapper .header-menu li {
        margin-right: 40px; } }
    @media (min-width: 1400px) and (max-width: 1499px) {
      .headerMainWrapper .header-menu li {
        margin-right: 50px; } }
    @media (min-width: 1500px) and (max-width: 1599px) {
      .headerMainWrapper .header-menu li {
        margin-right: 50px; } }
    @media (min-width: 1600px) and (max-width: 1699px) {
      .headerMainWrapper .header-menu li {
        margin-right: 28px; } }
    .headerMainWrapper .header-menu li.menu-mega-blog {
      padding-right: 20px; }
      @media print, screen and (min-width: 64em) {
        .headerMainWrapper .header-menu li.menu-mega-blog {
          padding-right: 20px; } }
      @media screen and (min-width: 85.375em) {
        .headerMainWrapper .header-menu li.menu-mega-blog {
          padding-right: 4px; } }
      @media (min-width: 1280px) and (max-width: 1365px) {
        .headerMainWrapper .header-menu li.menu-mega-blog {
          padding-right: 4px; } }
      @media (min-width: 1366px) and (max-width: 1399px) {
        .headerMainWrapper .header-menu li.menu-mega-blog {
          padding-right: 4px; } }
      @media (min-width: 1400px) and (max-width: 1499px) {
        .headerMainWrapper .header-menu li.menu-mega-blog {
          padding-right: 4px; } }
      @media (min-width: 1500px) and (max-width: 1599px) {
        .headerMainWrapper .header-menu li.menu-mega-blog {
          margin-right: 40px; } }
      @media (min-width: 1600px) and (max-width: 1699px) {
        .headerMainWrapper .header-menu li.menu-mega-blog {
          padding-right: 4px; } }
      @media screen and (min-width: 1700px) {
        .headerMainWrapper .header-menu li.menu-mega-blog {
          padding-right: 4px; } }
   /* .headerMainWrapper .header-menu li:first-child a.first-level-link:before {
      display: none; }*/
    .headerMainWrapper .header-menu li a {
      padding: 4px 0px 4px;
      color: #000034;
      font-weight: normal;
      margin: 0 auto;
      display: block;
      position: relative;
      -webkit-transition: 0.4s;
      transition: 0.4s;
      margin-bottom: 2px; }
      @media print, screen and (min-width: 64em) {
        .headerMainWrapper .header-menu li a {
          font-size: 18px;
          font-weight:800;
        } }
      @media screen and (min-width: 85.375em) {
        .headerMainWrapper .header-menu li a {
          font-size: 21px;
          line-height: 29px; } }
      .headerMainWrapper .header-menu li a.first-level-link {
        font-weight: 800;
        text-transform: uppercase;
        padding-bottom: 0px;
        padding-top: 0px;
        margin-bottom: 0px;
        margin-top: 5px; }
        .headerMainWrapper .header-menu li a.first-level-link:before {
          background: none;
          content: "";
          border-right: solid 0px #1c375e;
          height: 32px;
          position: absolute;
          width: 1px;
          top: 50%;
          -webkit-transform: translateY(-50%);
              -ms-transform: translateY(-50%);
                  transform: translateY(-50%);
          display: block;
          -webkit-transition: all 0.3s;
          transition: all 0.3s; }
          @media print, screen and (min-width: 64em) {
            .headerMainWrapper .header-menu li a.first-level-link:before {
              left: -13px; } }
          @media screen and (min-width: 85.375em) {
            .headerMainWrapper .header-menu li a.first-level-link:before {
              left: -38px; } }
          @media (min-width: 1280px) and (max-width: 1365px) {
            .headerMainWrapper .header-menu li a.first-level-link:before {
              left: -12px; } }
          @media (min-width: 1366px) and (max-width: 1399px) {
            .headerMainWrapper .header-menu li a.first-level-link:before {
              left: -16px; } }
          @media (min-width: 1400px) and (max-width: 1499px) {
            .headerMainWrapper .header-menu li a.first-level-link:before {
              left: -21px; } }
          @media (min-width: 1500px) and (max-width: 1599px) {
            .headerMainWrapper .header-menu li a.first-level-link:before {
              left: -28px; } }
          @media (min-width: 1600px) and (max-width: 1699px) {
            .headerMainWrapper .header-menu li a.first-level-link:before {
              left: -28px; } }
          @media screen and (min-width: 1700px) {
            .headerMainWrapper .header-menu li a.first-level-link:before {
              left: -38px; } }
        .headerMainWrapper .header-menu li a.first-level-link:hover {
          color: #000034; }
          .headerMainWrapper .header-menu li a.first-level-link:hover:after {
            -webkit-transform-origin: 100% 50%;
                -ms-transform-origin: 100% 50%;
                    transform-origin: 100% 50%;
            -webkit-transform: scale3d(1, 1, 1);
                    transform: scale3d(1, 1, 1); }
        .headerMainWrapper .header-menu li a.first-level-link.border-right:before {
          display: none; }
      .headerMainWrapper .header-menu li a:hover {
        color: #1c375e;
        color: #ffffff; }
        .headerMainWrapper .header-menu li a.first-level-link::before{
          content: "";
          position: absolute;
          width: 100%;
          height: 9px;
          top: 48px;
          left: 0px;
          background-color: #E0B339;
          -webkit-transition: all 0.75s ease-in-out;
          transition: all 0.75s ease-in-out;
          -webkit-transform: scale(0, 0);
          -ms-transform: scale(0, 0);
          transform: scale(0, 0);
          visibility: hidden;
        }
        .headerMainWrapper .header-menu .mainManu li.menu-open:hover a.first-level-link:before{
          visibility: visible;
          -webkit-transform: scale(1, 1);
          -ms-transform: scale(1, 1);
          transform: scale(1, 1);
        }

.headerMainWrapper .header-menu .mainManu li.menu-open:hover a.first-level-link, .headerMainWrapper .header-menu li.menu-mega-blog:hover .first-level-link {
    color: #EDC108 !important;
}
    .headerMainWrapper .header-menu li.menuActive .first-level-link {
      color: #000034; }
      .headerMainWrapper .header-menu li.menuActive .first-level-link:after {
        opacity: 1;
        -webkit-transform: scale(1);
            -ms-transform: scale(1);
                transform: scale(1); }
    .headerMainWrapper .header-menu li:hover .menuWrapper {
      visibility: visible;
      opacity: 1;
      display: block; }
    .headerMainWrapper .header-menu li.menu-open .flexBox.navInner {
      visibility: visible;
      opacity: 1; }
    .headerMainWrapper .header-menu li.menu-open .flexBox .navContent .wraps {
      opacity: 1; }
    .headerMainWrapper .header-menu li.menu-open .first-level-link {
      color: #000034; }
      .headerMainWrapper .header-menu li.menu-open .first-level-link:after {
        -webkit-transform: scale(1);
            -ms-transform: scale(1);
                transform: scale(1);
        opacity: 1; }
    .headerMainWrapper .header-menu li.menu-open .show .grid-lined {
      visibility: visible;
      opacity: 1;
      -webkit-transform: translateY(0);
          -ms-transform: translateY(0);
              transform: translateY(0); }
    .headerMainWrapper .header-menu li:last-child {
      margin-right: 0; }
  .headerMainWrapper .header-menu .flexBox {
    max-width: 1366px;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-flex-wrap: wrap;
        -ms-flex-wrap: wrap;
            flex-wrap: wrap;
    margin: 0 auto; }
.headerMainWrapper .header-menu .menuWrapper {
    position: fixed;
    width: 100%;
    left: 0px;
    visibility: hidden;
    opacity: 0;
    padding: 28px 35px;
    margin: 0px auto;
    background-color: #edf2f7;
    display: none;
    -webkit-animation-name: slideUpIn;
    animation-name: slideUpIn;
    -webkit-animation-duration: 0.75s;
    animation-duration: 0.75s;
    -webkit-animation-fill-mode: both;
    animation-fill-mode: both;
    z-index: 1;
    margin-top: -60px;
    background: rgb(250,250,250);
    background: linear-gradient(90deg, rgba(250,250,250,1) 0%, rgba(239,232,229,1) 50%, rgba(220,232,240,1) 100%);
}
    @media screen and (min-width: 85.375em) {
      .headerMainWrapper .header-menu .menuWrapper {
        margin-top: -55px; } }
  /*  .headerMainWrapper .header-menu .menuWrapper:after {
      content: "";
      left: 0px;
      -webkit-clip-path: polygon(0% 0%, 100% 0%, 100% 6%, 0% 70%);
              clip-path: polygon(0% 0%, 100% 0%, 100% 6%, 0% 70%);
      position: absolute;
      width: 100%;
      height: 20px;
      background: #eb0535;
      left: 0;
      bottom: -20px;
      z-index: 9999; }*/
    .headerMainWrapper .header-menu .menuWrapper li {
      margin-right: 0px;
      display: block;
      position: relative; }
      .headerMainWrapper .header-menu .menuWrapper li a {
        display: inline-block;
        background: transparent;
        /*text-transform: uppercase;*/
        font-weight: 600;
        color: #1c375e;
        text-decoration: none;
        padding-left: 0px;
        padding-right: 0px;
        font-size: 17px; }
    @media print, screen and (min-width: 64em) {
      .headerMainWrapper .header-menu .menuWrapper .grid-container {
        max-width: 1366px;
        padding: 0px; } }
  .headerMainWrapper .header-menu .megaMenuList {
    left: 0px;
    right: 0px;
    padding: 0px 0px;
    max-width: 100%;
    /*//MegaMenu First Item start/*/ }
    .headerMainWrapper .header-menu .megaMenuList .flexBox.navInner {
      -webkit-flex-wrap: nowrap;
          -ms-flex-wrap: nowrap;
              flex-wrap: nowrap;
      -webkit-box-orient: inherit;
      -webkit-box-direction: inherit;
      -webkit-flex-direction: inherit;
          -ms-flex-direction: inherit;
              flex-direction: inherit;
      max-width: 100%;
      margin-right: 32px;
      padding: 37px 0px 42px 0px;
     /* min-height: 610px;*/
      opacity: 0;
      margin: 0 auto;
    }
      @media (min-width: 1024px) and (max-width: 1279px) {
        .headerMainWrapper .header-menu .megaMenuList .flexBox.navInner {
          max-width: 100%;
          padding: 37px 15px 42px 15px;
          margin-right: 0; } }
      @media (min-width: 1280px) and (max-width: 1365px) {
        .headerMainWrapper .header-menu .megaMenuList .flexBox.navInner {
          max-width: 95%; } }
      @media (min-width: 1366px) and (max-width: 1399px) {
        .headerMainWrapper .header-menu .megaMenuList .flexBox.navInner {
          max-width: 95%; } }
      @media (min-width: 1400px) and (max-width: 1500px) {
        .headerMainWrapper .header-menu .megaMenuList .flexBox.navInner {
          max-width: 95%; } }
      @media (min-width: 1501px) and (max-width: 1600px) {
        .headerMainWrapper .header-menu .megaMenuList .flexBox.navInner {
          max-width: 95%; } }
      @media (min-width: 1601px) {
        .headerMainWrapper .header-menu .megaMenuList .flexBox.navInner {
          max-width: 1366px; } }
      .headerMainWrapper .header-menu .megaMenuList .flexBox.navInner .navLinks {
        width: 100%; }
        @media print, screen and (min-width: 64em) {
          .headerMainWrapper .header-menu .megaMenuList .flexBox.navInner .navLinks {
            width: 100%;
            max-width: 100%; } }
        @media (min-width: 1400px) and (max-width: 1600px) {
          .headerMainWrapper .header-menu .megaMenuList .flexBox.navInner .navLinks {
            width: 100%;
            max-width: 100%; } }
        @media (min-width: 1601px) {
          .headerMainWrapper .header-menu .megaMenuList .flexBox.navInner .navLinks {
            width: 100%;
            max-width: 100%; } }
        .headerMainWrapper .header-menu .megaMenuList .flexBox.navInner .navLinks li {
          margin-right: 0px;
          display: block;
          position: relative;
          margin-bottom: 0px;
          padding-left: 0px;
          padding-right: 0px;
          padding-top: 2px;
          padding-bottom: 4px;
          margin-top: 9px;
          text-align: left;
          margin-left: 0px;
          margin-right: 0px;
          margin: 0px;
          margin-bottom: 3px; }
          .headerMainWrapper .header-menu .megaMenuList .flexBox.navInner .navLinks li a {
            font-size: 18px;
            line-height: 20px;
            font-weight: 800;
            color: #000034;
            margin-bottom: 0px;
            padding-bottom: 2px;
            padding-left: 7px;
            padding-top: 3px;
            position: relative; }
            .headerMainWrapper .header-menu .megaMenuList .flexBox.navInner .navLinks li.highlight, .headerMainWrapper .header-menu .megaMenuList .flexBox.navInner .navLinks div.highlight {
                margin-bottom: 14px;
            }
                .headerMainWrapper .header-menu .megaMenuList .flexBox.navInner .navLinks li.highlight a, .headerMainWrapper .header-menu .megaMenuList .flexBox.navInner .navLinks div.highlight a{
                    font-weight: bold;
                    position: relative;
                    font-size: 18px;
                    line-height: 20px;
                }
                    .headerMainWrapper .header-menu .megaMenuList .flexBox.navInner .navLinks li.highlight a:after, .headerMainWrapper .header-menu .megaMenuList .flexBox.navInner .navLinks div.highlight a:after {
                        background: url(../images/view-hover-icon.svg) no-repeat;
                        content: "";
                        display: inline-block;
                        height: 13px;
                        vertical-align: middle;
                        width: 11px;
                        position: absolute;
                        right: -28px;
                        top: 7px;
                        background-size: contain;
                    }
            .headerMainWrapper .header-menu .megaMenuList .flexBox.navInner .navLinks li:after, .headerMainWrapper .header-menu .megaMenuList .flexBox.navInner .navLinks div.highlight:after {
                background: transparent;
                bottom: 0;
                content: "";
                display: block;
                height: 100%;
                position: absolute;
                -webkit-transition: width 0.3s ease 0s, left 0.3s ease;
                transition: width 0.3s ease 0s, left 0.3s ease;
                width: 0;
                margin-left: -4px;
                z-index: -1;
                top: 0;
            }
        /*  .headerMainWrapper .header-menu .megaMenuList .flexBox.navInner .navLinks li:hover:after {
            width: 100%;
            background: #d0e2ef;
            border-left: 4px solid #eb0535; }*/
          .headerMainWrapper .header-menu .megaMenuList .flexBox.navInner .navLinks li:nth-child(2) .grid-lined::after {
            top: -68px; }
        .headerMainWrapper .header-menu .megaMenuList .flexBox.navInner .navLinks:nth-child(2) {
          min-width: 170px;
          width: 17%; }
      .headerMainWrapper .header-menu .megaMenuList .flexBox.navInner + .navLinks {
        min-width: 255px; }
    .headerMainWrapper .header-menu .megaMenuList .flexBox.three-col-nav .navLinks {
      min-width: 325px; }
      @media print, screen and (min-width: 64em) {
        .headerMainWrapper .header-menu .megaMenuList .flexBox.three-col-nav .navLinks {
          width: 100%; } }
      .headerMainWrapper .header-menu .megaMenuList .flexBox.three-col-nav .navLinks:nth-child(2) {
        min-width: 245px;
        margin-top: 43px;
        position: relative; }
        @media print, screen and (min-width: 64em) {
          .headerMainWrapper .header-menu .megaMenuList .flexBox.three-col-nav .navLinks:nth-child(2) {
            min-width: 215px; } }
        .headerMainWrapper .header-menu .megaMenuList .flexBox.three-col-nav .navLinks:nth-child(2):after {
          content: "";
          background-color: #00427b;
          width: 1px;
          height: 92%;
          position: absolute;
          right: 1px;
          top: 4%;
          margin: 0px 0; }
      .headerMainWrapper .header-menu .megaMenuList .flexBox.three-col-nav .navLinks:nth-child(3) {
        min-width: 320px;
        margin-right: -15px;
        margin-left: 90px; }
        @media print, screen and (min-width: 64em) {
          .headerMainWrapper .header-menu .megaMenuList .flexBox.three-col-nav .navLinks:nth-child(3) {
            margin-left: 100px; } }
    .headerMainWrapper .header-menu .megaMenuList .flexBox .navContent {
      -webkit-align-self: flex-start;
          -ms-flex-item-align: start;
              align-self: flex-start;
      margin: 37px 0px 0px 0px;
      background: #d0e2ef;
      border-radius: 38px;
      width: 421px;
      padding: 32px 40px 2px;
      margin-left: auto;
      margin-right: 25px; }
      @media print, screen and (min-width: 64em) {
        .headerMainWrapper .header-menu .megaMenuList .flexBox .navContent {
          margin-right: 0px; } }
      @media screen and (min-width: 85.375em) {
        .headerMainWrapper .header-menu .megaMenuList .flexBox .navContent {
          margin-right: 25px; } }
      .headerMainWrapper .header-menu .megaMenuList .flexBox .navContent .wraps {
        margin-left: 0px; }
        @media print, screen and (min-width: 64em) {
          .headerMainWrapper .header-menu .megaMenuList .flexBox .navContent .wraps {
            margin-left: 0px; } }
        .headerMainWrapper .header-menu .megaMenuList .flexBox .navContent .wraps figure {
          width: 100%;
          overflow: hidden;
          -webkit-transition: all 0.3s;
          transition: all 0.3s;
          border-radius: 16px; }
          .headerMainWrapper .header-menu .megaMenuList .flexBox .navContent .wraps figure a {
            padding: 0px;
            margin: 0;
            font-size: 17px;
            color: #00214e;
            -webkit-transition: all 0.3s;
            transition: all 0.3s; }
          .headerMainWrapper .header-menu .megaMenuList .flexBox .navContent .wraps figure img {
            width: 100%; }
        .headerMainWrapper .header-menu .megaMenuList .flexBox .navContent .wraps .featured-content,
        .headerMainWrapper .header-menu .megaMenuList .flexBox .navContent .wraps .content {
          padding: 11px 20px 0px;
          max-width: 375px;
          margin: 0 auto;
          position: relative;
          text-transform: initial; }
        .headerMainWrapper .header-menu .megaMenuList .flexBox .navContent .wraps a {
          padding: 0px;
          font-size: 17px;
          margin: 0;
          color: #00214e; }
        .headerMainWrapper .header-menu .megaMenuList .flexBox .navContent .wraps p {
          color: #00214e;
          max-width: 355px;
          font-size: 16px;
          line-height: 21px;
          font-weight: 400; }
          .headerMainWrapper .header-menu .megaMenuList .flexBox .navContent .wraps p.font-weight-bold {
            color: #00214e;
            margin-bottom: 4px;
            font-weight: 700; }
          .headerMainWrapper .header-menu .megaMenuList .flexBox .navContent .wraps p .link-cta {
            font-size: 12px;
            display: block !important;
            text-align: center; }
            .headerMainWrapper .header-menu .megaMenuList .flexBox .navContent .wraps p .link-cta:after {
              font-size: 12px;
              line-height: 44px;
              margin-left: -4px; }

.headerMainWrapper .menu-mega-blog-nav {
  position: relative;
  width: 100%;
  height: 100%;
  left: 0;
  top: 0;
  margin-left: 0px;
  display: flex;
  flex-wrap: wrap;
  padding: 0;
  align-content: flex-start;
}
  .headerMainWrapper .menu-mega-blog-nav li {
    position: relative;
    /*&:hover {
                .grid-lined {
                    visibility: visible;
                    opacity: 1;
                    transform: translateY(0);
                    z-index: 9999999;
                }
            }*/ }
    .headerMainWrapper .menu-mega-blog-nav li a {
      text-transform: initial;
      font-weight: 400;
      color: #1c375e; }
    .headerMainWrapper .menu-mega-blog-nav li.highlight a, .headerMainWrapper .menu-mega-blog-nav div.highlight a {
        font-weight: bold;
        position: relative;
    }
    .headerMainWrapper .menu-mega-blog-nav li.menuItem {
      position: relative; }
      .headerMainWrapper .menu-mega-blog-nav li.menuItem.show > a:after {
        width: 100%;
        -webkit-transition: 0.3s ease all;
        transition: 0.3s ease all; }
  .headerMainWrapper .menu-mega-blog-nav .grid-lined {
    position: absolute;
    max-width: 261px;
    width: 100%;
    height: auto;
    min-height: 100%;
    left: 300px;
    top: 0px;
    -webkit-transform: translateY(-10px);
        -ms-transform: translateY(-10px);
            transform: translateY(-10px);
    -webkit-transition: all 0.3s ease;
    transition: all 0.3s ease;
    visibility: hidden;
    opacity: 0;
    background: #fff; }
    .headerMainWrapper .menu-mega-blog-nav .grid-lined .title {
      margin: 10px 0px 25px; }
      @media print, screen and (min-width: 64em) {
        .headerMainWrapper .menu-mega-blog-nav .grid-lined .title {
          margin: 14px 0px 35px; } }
    .headerMainWrapper .menu-mega-blog-nav .grid-lined p {
      font-size: 17px;
      color: #fff; }
      @media print, screen and (min-width: 64em) {
        .headerMainWrapper .menu-mega-blog-nav .grid-lined p {
          font-size: 14px; } }
  .headerMainWrapper .menu-mega-blog-nav .listLink {
    padding: 18px 8px 15px;
    /*background: #d0e2ef; */}
    .headerMainWrapper .menu-mega-blog-nav .listLink li {
      padding-bottom: 0 !important;
      padding-top: 0 !important; }
      .headerMainWrapper .menu-mega-blog-nav .listLink li a {
        font-size: 18px !important;
        line-height: 23px !important;
        margin-left: -15px;
        margin-right: -15px;
        padding-left: 15px !important;
        padding-right: 15px !important; }
        .headerMainWrapper .menu-mega-blog-nav .listLink li a:before {
          background: transparent !important; }
        .headerMainWrapper .menu-mega-blog-nav .listLink li a:after {
          display: none; }
      .headerMainWrapper .menu-mega-blog-nav .listLink li:after {
        background: transparent;
        bottom: 0;
        content: "";
        display: block;
        height: 100%;
        position: absolute;
        -webkit-transition: width 0.3s ease 0s, left 0.3s ease;
        transition: width 0.3s ease 0s, left 0.3s ease;
        width: 0;
        margin-left: -17px;
        display: none; }
      .headerMainWrapper .menu-mega-blog-nav .listLink li:hover a {
        color: #eb0535;
        font-weight: 600;
        text-decoration: underline; }
      .headerMainWrapper .menu-mega-blog-nav .listLink li:hover:after {
        width: 3px !important;
        background: transparent !important;
        border-left: 3px solid #1c375e;
        z-index: 111 !important;
        display: none !important; }

.secondarymenu {
  position: relative; }
  .secondarymenu a:before {
    content: "";
    display: inline-block;
    height: 8px;
    vertical-align: middle;
    width: 4px;
    position: absolute;
    right: 8px;
    top: 21px; }
  .secondarymenu .secondarymenulist {
    display: none;
    opacity: 0; }
  .secondarymenu:hover .secondarymenulist {
    display: block;
    opacity: 1; }

.hamburger {
  display: block;
  padding-top: 0px;
  right: 8px;
  position: relative;
  width: 30px;
  height: 30px; }
  .hamburger a {
    display: inline-block;
    width: 30px;
    height: 30px; }
    .hamburger a span:after {
      background: url(../images/hamburger-icon.svg) no-repeat;
      width: 36px;
      height: 27px;
      content: "";
      position: absolute;
      top: 3px;
      background-size: 100% 100%; }
    .hamburger a.is-active span {
      position: relative; }
      .hamburger a.is-active span:after {
        background: url(../images/hamburger-close-icon.svg) no-repeat;
        width: 21px;
        height: 21px;
        content: "";
        position: absolute;
        right: -20px;
        top: 6px;
        background-size: cover; }
@media print, screen and (min-width: 48em) {
    .hamburger a span:after {
        top: 0;
    }
}
  @media print, screen and (min-width: 64em) {
    .hamburger {
      display: none; } }

.mobileMenu {
  background: #edf2f7;
  padding-top: 2px;
  width: 100%;
  height: calc(100vh - 86px);
  overflow: auto;
  position: fixed;
  z-index: 9;
  top: 86px;
  display: none;
  margin-top: -2px; }
  @media print, screen and (min-width: 48em) {
    .mobileMenu {
      top: 116px; } }
  @media print, screen and (min-width: 64em) {
    .mobileMenu {
      display: none; } }
  .mobileMenu .containerWrapper {
    position: relative;
    z-index: 9; }
  .mobileMenu.is-active {
    display: block;
    overflow-x: hidden;
    background-color: #f5f5f5;
    background-repeat: repeat-x;
    margin-top: 0px;
    text-transform: uppercase;
    border-top: 1px solid #b2b3b266; }
    @media print, screen and (min-width: 64em) {
      .mobileMenu.is-active {
        display: none; } }
  .mobileMenu .mobileNav {
    max-height: 100%;
    overflow: auto; }
    @media screen and (max-width: 374px) {
      .mobileMenu .mobileNav {
        max-height: 100%; } }
    @media screen and (min-width: 320px) {
      .mobileMenu .mobileNav {
        max-height: 100%;
        padding-bottom: 0px;
        padding-top: 20px; } }
  .mobileMenu ul {
    background: #f5f5f5;
    margin-bottom: 0; }
    .mobileMenu ul li {
      padding: 16px 0 15px 0; }
      @media print, screen and (min-width: 48em) {
        .mobileMenu ul li {
          font-size: 24px; } }
      .mobileMenu ul li a {
        display: block;
        font-size: 19px;
        line-height: 26px;
        font-weight: 600;
        color: #1c375e;
        padding: 0 16px; }
        .mobileMenu ul li a.mbLevel1 {
          position: relative; }
          .mobileMenu ul li a.mbLevel1:after {
            content: "";
            background-repeat: no-repeat;
            width: 14px;
            height: 8px;
            position: absolute;
            top: 9px;
            right: 21px; }
          .mobileMenu ul li a.mbLevel1 span {
            display: block;
            max-width: calc(100% - 30px); }
      .mobileMenu ul li.active {
        background: #f5f5f5;
        padding-bottom: 0px; }
        .mobileMenu ul li.active a.mbLevel1 {
          color: #1c375e; }
          .mobileMenu ul li.active a.mbLevel1:after {            
            background-repeat: no-repeat;
            top: 9px;
            -webkit-transform: rotate(180deg);
                -ms-transform: rotate(180deg);
                    transform: rotate(180deg); }
        .mobileMenu ul li.active .subMenu {
          background: #fff;
          border-top: 6px solid #eb0535;
          font-size: 17px;
          margin: 18px 0px 0;
          padding-top: 10px;
          padding-bottom: 20px; }
          .mobileMenu ul li.active .subMenu li {
            background-image: none;
            padding-bottom: 0;
            margin-top: -6px;
            -webkit-box-shadow: none;
                    box-shadow: none;
            padding: 5px 0 5px 0; }
            .mobileMenu ul li.active .subMenu li a {
              font-size: 17px;
              color: #1c375e;
              padding-left: 16px;
              padding-bottom: 0px;
              position: relative;
              border-bottom: 0px solid #207b41;
              text-transform: uppercase; }
  .mobileMenu .mobilemenuFooter {
    background: #e7e7e7;
    padding: 0px 0;
    position: relative;
    bottom: 10px;
    left: 0;
    width: 100%; }
    .mobileMenu .mobilemenuFooter .flexBox {
      -webkit-box-pack: center;
      -webkit-justify-content: center;
          -ms-flex-pack: center;
              justify-content: center; }
    .mobileMenu .mobilemenuFooter .mobilemenuLang {
      background: #e7e7e7;
      padding-bottom: 12px;
      margin-top: 22px;
      padding-top: 8px; }
      .mobileMenu .mobilemenuFooter .mobilemenuLang nav {
        padding-top: 2px; }
        .mobileMenu .mobilemenuFooter .mobilemenuLang nav ul {
          display: -webkit-inline-box;
          display: -webkit-inline-flex;
          display: -ms-inline-flexbox;
          display: inline-flex;
          background: #e7e7e7;
          -webkit-flex-wrap: wrap;
              -ms-flex-wrap: wrap;
                  flex-wrap: wrap;
          -webkit-box-pack: space-evenly;
          -webkit-justify-content: space-evenly;
              -ms-flex-pack: space-evenly;
                  justify-content: space-evenly; }
        .mobileMenu .mobilemenuFooter .mobilemenuLang nav li {
          font-weight: 600;
          color: #1c375e;
          background-image: none;
          padding: 5px 0 5px 0;
          -webkit-box-shadow: none;
                  box-shadow: none;
          width: 100%;
          text-align: left; }
          .mobileMenu .mobilemenuFooter .mobilemenuLang nav li a {
            text-transform: capitalize;
            color: inherit;
            font-size: 17px; }
  @media print, screen and (min-width: 64em) {
    .mobileMenu {
      display: none;
      top: 0px !important; } }

.mobileMenu ul li a br {
  display: none; }

.mobileNav .mobilemenuLang {
  background: #edf2f7; }
  @media print, screen and (min-width: 48em) {
    .mobileNav .mobilemenuLang {
      padding-bottom: 15px; } }
  .mobileNav .mobilemenuLang ul {
    background: #edf2f7; }
    .mobileNav .mobilemenuLang ul li {
      padding: 10px 0 13px 0;
      border-top: 1px solid #a9a9a9;
      -webkit-box-shadow: none;
              box-shadow: none; }
      .mobileNav .mobilemenuLang ul li a {
        font-size: 17px; }
      .mobileNav .mobilemenuLang ul li:last-child {
        border-bottom: none; }

.secondarymenu {
  position: relative; }
  .secondarymenu a:before {
    content: "";
    display: inline-block;
    height: 8px;
    vertical-align: middle;
    width: 4px;
    position: absolute;
    right: 8px;
    top: 21px; }
  .secondarymenu .secondarymenulist {
    display: none;
    opacity: 0; }
  .secondarymenu:hover .secondarymenulist {
    display: block;
    opacity: 1; }

.menusearchBlock {
  display: inline-block;
  width: 25px;
  margin-right: 25px; }
  @media print, screen and (min-width: 48em) and (max-width: 63.99875em) {
    .menusearchBlock {
      width: 35px;
      height: 35px; } }
  @media print, screen and (min-width: 64em) {
    .menusearchBlock {
      width: 56px;
      position: relative; } }
  @media screen and (min-width: 85.375em) {
    .menusearchBlock {
      width: 56px; } }
  .menusearchBlock ::-webkit-input-placeholder {
    color: #1c375e;
    opacity: 1;
    /* Firefox */
    font-weight: 600;
    font-weight: 600; }
  .menusearchBlock ::-moz-placeholder {
    color: #1c375e;
    opacity: 1;
    /* Firefox */
    font-weight: 600;
    font-weight: 600; }
  .menusearchBlock :-ms-input-placeholder {
    color: #1c375e;
    opacity: 1;
    /* Firefox */
    font-weight: 600;
    font-weight: 600; }
  .menusearchBlock ::-ms-input-placeholder {
    color: #1c375e;
    opacity: 1;
    /* Firefox */
    font-weight: 600;
    font-weight: 600; }
  .menusearchBlock ::placeholder {
    color: #1c375e;
    opacity: 1;
    /* Firefox */
    font-weight: 600;
    font-weight: 600; }
    @media print, screen and (min-width: 48em) {
      .menusearchBlock ::-webkit-input-placeholder {
        font-weight: 600; }
      .menusearchBlock ::-moz-placeholder {
        font-weight: 600; }
      .menusearchBlock :-ms-input-placeholder {
        font-weight: 600; }
      .menusearchBlock ::-ms-input-placeholder {
        font-weight: 600; }
      .menusearchBlock ::placeholder {
        font-weight: 600; } }
  .menusearchBlock :-ms-input-placeholder {
    /* Internet Explorer 10-11 */
    color: #1c375e;
    font-weight: 600;
    font-weight: 600; }
    @media print, screen and (min-width: 48em) {
      .menusearchBlock :-ms-input-placeholder {
        font-weight: 600; } }
  .menusearchBlock ::-ms-input-placeholder {
    /* Microsoft Edge */
    color: #eb0535;
    font-weight: 600;
    font-weight: 600; }
  .menusearchBlock .submit {
    z-index: 9;
    display: inline-block;
    vertical-align: middle;
    padding: 0;
    width: 25px;
    height: 25px;
    background: transparent;
    border: 0px; }
    @media print, screen and (min-width: 48em) {
      .menusearchBlock .submit {
        width: 35px;
        height: 35px; } }
    @media print, screen and (min-width: 64em) {
      .menusearchBlock .submit {
        width: 34px;
        height: 34px; } }
    @media print, screen and (min-width: 64em) {
      .menusearchBlock .submit {
        width: 34px;
        height: 34px;
        background: #ffffff;
        border-radius: 28px; } }
    .menusearchBlock .submit i {
      background-size: contain;
      position: relative;
      width: 25px;
      height: 25px;
      right: auto;
      top: 0px;
      -webkit-box-flex: 1;
      -webkit-flex: 1 0 100%;
          -ms-flex: 1 0 100%;
              flex: 1 0 100%;
      margin-top: 0px;
      display: -webkit-box;
      display: -webkit-flex;
      display: -ms-flexbox;
      display: flex;
      font-size: 0;
      cursor: pointer; }
      @media (min-width: 768px) and (max-width: 1023px) {
        .menusearchBlock .submit i {
          right: auto;
          top: 0px;
          width: 35px;
          height: 35px; } }
      @media print, screen and (min-width: 64em) {
        .menusearchBlock .submit i {
          background: url("../images/search-icon.svg") no-repeat;
          display: inline-block;
          width: 25px;
          height: 25px;
          right: 11px;
          top: 5px;
          position: absolute; } }
      @media screen and (min-width: 85.375em) {
        .menusearchBlock .submit i {
          margin-top: 0px; } }
  .menusearchBlock a:focus:focus {
    outline-width: 0; }
  .menusearchBlock div {
    width: 100%;
    top: 59px;
    left: auto;
    right: 0;
    position: absolute;
    padding: 0px;
    background: #edf2f7;
    -webkit-transform: scaleY(0);
        -ms-transform: scaleY(0);
            transform: scaleY(0);
    -webkit-transform-origin: top;
        -ms-transform-origin: top;
            transform-origin: top;
    -webkit-transition: all 0.3s;
    transition: all 0.3s;
    margin-bottom: 0;
    z-index: 4; }
    @media print, screen and (min-width: 48em) {
      .menusearchBlock div {
        width: 100%;
        padding: 0px; } }
    @media print, screen and (min-width: 64em) {
      .menusearchBlock div {
        width: 230px;
        position: absolute;
        top: 5px !important;
        right: 34px;
        -webkit-transform-origin: right;
            -ms-transform-origin: right;
                transform-origin: right;
        margin-top: 0px;
        height: auto;
        -webkit-transform: scaleX(0);
            -ms-transform: scaleX(0);
                transform: scaleX(0); } }
    @media (min-width: 1024px) and (max-width: 1279px) {
      .menusearchBlock div {
        width: 160px; } }
    @media screen and (min-width: 85.375em) {
      .menusearchBlock div {
        width: 250px;
        position: absolute;
        top: 5px !important;
        right: 34px;
        opacity: 0; } }
    .menusearchBlock div label.error {
      display: none !important; }
    .menusearchBlock div .txtBox {
      border-radius: 0;
      border: 0;
      margin-bottom: 0;
      font-size: 20px;
      line-height: 27px;
      color: #4f4f4f;
      height: 40px;
      width: 100%;
      padding: 0 40px 0 4px;
      font-weight: 400;
      background: transparent;
      -webkit-box-shadow: none;
              box-shadow: none;
      border-bottom: 2px solid #1c375e; }
      @media print, screen and (min-width: 48em) {
        .menusearchBlock div .txtBox {
          height: 32px; } }
      @media print, screen and (min-width: 64em) {
        .menusearchBlock div .txtBox {
          font-weight: 600;
          width: 100%;
          padding: 0 35px 0 4px; } }
      .menusearchBlock div .txtBox ::-webkit-input-placeholder {
        /* Edge */
        color: #1c375e; }
      .menusearchBlock div .txtBox :-ms-input-placeholder {
        /* Internet Explorer 10-11 */
        color: #1c375e;
        opacity: 1; }
      .menusearchBlock div .txtBox ::-moz-placeholder {
        color: #1c375e; }
      .menusearchBlock div .txtBox ::-ms-input-placeholder {
        color: #1c375e; }
      .menusearchBlock div .txtBox ::placeholder {
        color: #1c375e; }
      .menusearchBlock div .txtBox.error {
        border: 2px solid #e80000; }
    .menusearchBlock div .ui-autocomplete {
      position: relative;
      margin-right: -90px; }
  .menusearchBlock.act div {
    -webkit-transform: scaleY(1);
        -ms-transform: scaleY(1);
            transform: scaleY(1);
    opacity: 1; }
    @media print, screen and (min-width: 64em) {
      .menusearchBlock.act div {
        opacity: 1; } }
  .menusearchBlock.act .submit {
    background: transparent; }
    .menusearchBlock.act .submit i {
      background: url("../images/search-close.svg") no-repeat;
      height: 22px;
      background-size: contain;
      margin-top: 0px;
      position: relative;
      width: 22px;
      top: 0px; }
      @media print, screen and (min-width: 48em) {
        .menusearchBlock.act .submit i {
          height: 35px;
          background-size: contain;
          margin-top: 0px;
          width: 35px; } }
      @media print, screen and (min-width: 64em) {
        .menusearchBlock.act .submit i {
          background: url("../images/search-close.svg") no-repeat;
          width: 19px;
          height: 19px;
          right: 8px;
          top: 10px;
          margin-top: 0px;
          margin-left: 0px;
          position: absolute; } }
      @media screen and (min-width: 85.375em) {
        .menusearchBlock.act .submit i {
          margin-top: 0px;
          top: 10px; } }
  .menusearchBlock.act span {
    opacity: 0; }
  .menusearchBlock.act .search .mblsubmit {
    background: url("../images/search-icon.svg") no-repeat;
    background-size: contain;
    width: 20px;
    height: 25px;
    display: block;
    position: absolute;
    font-size: 0;
    right: 35px;
    cursor: pointer;
    visibility: visible;
    opacity: 1;
    display: block;
    top: 9px;
    z-index: 2147483647; }
    @media print, screen and (min-width: 48em) {
      .menusearchBlock.act .search .mblsubmit {
        background: url("../images/search-icon.svg") no-repeat;
        background-size: contain;
        width: 30px;
        height: 35px;
        display: block;
        position: absolute;
        font-size: 0;
        right: 35px;
        cursor: pointer;
        visibility: visible;
        opacity: 1;
        top: 8px;
        z-index: 2147483647; } }
  .menusearchBlock.act .search span {
    background: url("../images/search-icon-desktop.svg") no-repeat;
    background-size: contain;
    width: 20px;
    height: 20px;
    display: block;
    position: absolute;
    font-size: 0;
    right: 30px;
    cursor: pointer;
    visibility: visible;
    opacity: 1;
    display: block;
    top: 12px;
    z-index: 2147483647; }
    @media print, screen and (min-width: 48em) {
      .menusearchBlock.act .search span {
        background: url("../images/search-icon-desktop.svg") no-repeat;
        background-size: contain;
        width: 22px;
        height: 22px;
        display: block;
        position: absolute;
        font-size: 0;
        right: 0px;
        cursor: pointer;
        visibility: visible;
        opacity: 1;
        top: 4px;
        z-index: 2147483647; } }
    @media print, screen and (min-width: 64em) {
      .menusearchBlock.act .search span {
        right: 1px;
        cursor: pointer;
        visibility: visible;
        opacity: 1;
        top: 4px; } }

@media (min-width: 1280px) and (max-width: 1365px) {
  .fixedSideNav {
    display: none; } }

.menu {
  position: fixed;
  height: calc(100vh - 80px); }

@media (min-width: 320px) and (max-width: 359px) {
  .headerMainWrapper .topNavigation .logindropdown {
    right: 20px; } }

@keyframes fade-in {
  from {
    opacity: 0; }
  to {
    opacity: 1; } }

@keyframes fade-out {
  from {
    opacity: 1; }
  to {
    opacity: 0; } }

.navLinks li:nth-child(1) {
  -webkit-animation-delay: 0.2s;
          animation-delay: 0.2s; }

.navLinks li:nth-child(2) {
  -webkit-animation-delay: 0.4s;
          animation-delay: 0.4s; }

.navLinks li:nth-child(3) {
  -webkit-animation-delay: 0.6s;
          animation-delay: 0.6s; }

.navLinks li:nth-child(4) {
  -webkit-animation-delay: 0.8s;
          animation-delay: 0.8s; }

.navLinks li:nth-child(5) {
  -webkit-animation-delay: 1s;
          animation-delay: 1s; }

.navLinks li:nth-child(6) {
  -webkit-animation-delay: 1.2s;
          animation-delay: 1.2s; }

.navLinks li:nth-child(7) {
  -webkit-animation-delay: 1.4s;
          animation-delay: 1.4s; }

.navLinks li:nth-child(8) {
  -webkit-animation-delay: 1.6s;
          animation-delay: 1.6s; }

.navLinks li:nth-child(9) {
  -webkit-animation-delay: 1.8s;
          animation-delay: 1.8s; }

.navLinks li:nth-child(10) {
  -webkit-animation-delay: 2s;
          animation-delay: 2s; }

.navLinks li:nth-child(11) {
  -webkit-animation-delay: 2.2s;
          animation-delay: 2.2s; }

.navLinks li:nth-child(12) {
  -webkit-animation-delay: 2.4s;
          animation-delay: 2.4s; }

.navLinks li:nth-child(13) {
  -webkit-animation-delay: 2.6s;
          animation-delay: 2.6s; }

.navLinks li:nth-child(14) {
  -webkit-animation-delay: 2.8s;
          animation-delay: 2.8s; }

.navLinks li:nth-child(15) {
  -webkit-animation-delay: 3s;
          animation-delay: 3s; }

.navLinks li:nth-child(16) {
  -webkit-animation-delay: 3.2s;
          animation-delay: 3.2s; }

@-webkit-keyframes fadeIn {
  0% {
    opacity: 0;
    top: 100px; }
  50% {
    opacity: 0.5;
    top: 0px; }
  100% {
    opacity: 1; } }

.ie11 .menu-mega-blog .menuWrapper ul li {
  opacity: 0;
  -webkit-transform: translateY(50px);
      -ms-transform: translateY(50px);
          transform: translateY(50px);
  -webkit-transition: all 0.35s;
  transition: all 0.35s; }

.ie11 .menu-mega-blog.menu-open .menuWrapper ul li {
  opacity: 1;
  -webkit-transform: translateY(0);
      -ms-transform: translateY(0);
          transform: translateY(0);
  -webkit-animation-delay: all;
          animation-delay: all; }

.ie11 .menu-mega-blog .menuWrapper .navContent {
  opacity: 0;
  -webkit-transform: translateY(50px);
      -ms-transform: translateY(50px);
          transform: translateY(50px);
  -webkit-transition: all 0.35s;
  transition: all 0.35s; }

.ie11 .menu-mega-blog.menu-open .menuWrapper .navContent {
  opacity: 1;
  -webkit-transform: translateY(0);
      -ms-transform: translateY(0);
          transform: translateY(0);
  -webkit-animation-delay: all;
          animation-delay: all; }

.categoryLink {
  font-weight: 600 !important;
  padding-right: 25px !important;
  color: #1c375e !important; }
  .categoryLink:after {
    content: "";
    display: inline-block;
    height: 14.4px;
    vertical-align: middle;
    width: 20.5px;
    position: absolute;
    right: 0px;
    top: 19px; }

body.menuopened,
body.menuOpened {
  overflow: hidden; }

.menuopen:after {
  content: "";
  background: transparent;
  position: absolute;
  width: 100%;
  height: 100%;
  opacity: 0.4;
  left: 0px;
  z-index: 999; }

@media print, screen and (max-width: 47.99875em) {
  .headerMainWrapper .dLogin {
    margin-right: 26px;
    width: 110px;
    height: 30px;
    vertical-align: middle; } }

@media print, screen and (min-width: 48em) and (max-width: 63.99875em) {
  .headerMainWrapper .dLogin {
    margin-right: 26px;
    vertical-align: middle; } }

.headerMainWrapper .dLogin .logincta {
  background: #041F55;
  padding: 2px 10px;
  border-radius: 28.5px;
  color: #EDC108;
  font-weight: bold;
  width: 100%;
  display: block;
  font-size: 12px;
  line-height: 12px;
  border: solid 2px #EDC108;
  position: relative;
  display: block;
  overflow: hidden;
  width: 100%;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
  margin: 0px;
  min-width: 70px;
  min-height: 30px;
  text-transform: uppercase;
  text-align: center;
  padding-top: 3px; }
  @media print, screen and (min-width: 48em) and (max-width: 63.99875em) {
    .headerMainWrapper .dLogin .logincta {
        font-size: 16px;
        line-height: 22px;
        padding: 6px 15px;
        border: solid 3px #EDC108;
    }

    .headerMainWrapper .mobilesearch {
        margin-top: 18px;
    }  }
  @media print, screen and (min-width: 64em) {
  .headerMainWrapper .dLogin .logincta {
      font-size: 16px;
      line-height: 22px;
      padding: 6px 15px;
      border: solid 3px #EDC108; }
    .headerMainWrapper .mobilesearch {
        margin-top: 18px;
    } }
  .headerMainWrapper .dLogin .logincta:before {
    background: #00214e;
    content: "";
    position: absolute;
    z-index: -1; }
  .headerMainWrapper .dLogin .logincta:after {
    height: 0;
    left: 0;
    top: 0;
    width: 100%;
    -webkit-transition: all 0.3s;
    transition: all 0.3s;
    border-radius: 28.5px; }
  .headerMainWrapper .dLogin .logincta:hover span {
    z-index: 1; }

.headerMainWrapper .dLogin.is-active {
  margin-left: 0px;
  margin-right: 23px;
  width: 25px;
  height: 30px; }
  @media (min-width: 1024px) and (max-width: 1279px) {
    .headerMainWrapper .dLogin.is-active {
      width: 25px;
      height: 30px; } }
  .headerMainWrapper .dLogin.is-active > a {
    background: transparent;
    border: 0px;
    min-width: 25px;
    padding: 0px 10px;
    border-radius: 0px; }
    @media (min-width: 1024px) and (max-width: 1279px) {
      .headerMainWrapper .dLogin.is-active > a {
        min-width: 70px; } }
    @media screen and (min-width: 320px) {
      .headerMainWrapper .dLogin.is-active > a i {
        -webkit-transform: rotate(180deg);
            -ms-transform: rotate(180deg);
                transform: rotate(180deg); }
      .headerMainWrapper .dLogin.is-active > a:before {
        display: none; }
      .headerMainWrapper .dLogin.is-active > a::after {
        content: "";
        background: url("../images/login-close.svg") no-repeat;
        height: 23px;
        background-size: contain;
        position: absolute;
        width: 23px;
        left: auto;
        right: 0px;
        top: 5px;
        border: 0px;
        -webkit-transform: none;
            -ms-transform: none;
                transform: none; } }
  @media screen and (min-width: 320px) and (min-width: 1024px) {
    .headerMainWrapper .dLogin.is-active > a::after {
      right: 0px;
      top: 0px; } }
    @media screen and (min-width: 320px) {
      .headerMainWrapper .dLogin.is-active > a span {
        display: none; } }

.headerMainWrapper .header-menu li.dLogin {
  margin-left: 16px;
  text-align: center;
  margin-bottom: 0px;
  line-height: 0; }
  @media print, screen and (min-width: 64em) {
    .headerMainWrapper .header-menu li.dLogin {
      margin-left: 0;
      margin-right: 15px;
      white-space: nowrap; } }
  @media (min-width: 1024px) and (max-width: 1279px) {
    .headerMainWrapper .header-menu li.dLogin {
      margin-left: 0px;
      margin-right: 10px; } }
  @media screen and (min-width: 85.375em) {
    .headerMainWrapper .header-menu li.dLogin {
      margin-left: 0;
      margin-right: 18px; } }
  @media (min-width: 1280px) and (max-width: 1365px) {
    .headerMainWrapper .header-menu li.dLogin {
      margin-right: 12px; } }
  @media (min-width: 1366px) and (max-width: 1399px) {
    .headerMainWrapper .header-menu li.dLogin {
      margin-right: 12px; } }
  @media (min-width: 1400px) and (max-width: 1500px) {
    .headerMainWrapper .header-menu li.dLogin {
      margin-right: 22px; } }
  @media (min-width: 1500px) and (max-width: 1599px) {
    .headerMainWrapper .header-menu li.dLogin {
      margin-right: 18px; } }
  @media (min-width: 1600px) and (max-width: 1699px) {
    .headerMainWrapper .header-menu li.dLogin {
      margin-right: 28px; } }
  .headerMainWrapper .header-menu li.dLogin a.button-removed {
    opacity: 0;
    visibility: hidden; }
  .headerMainWrapper .header-menu li.dLogin > a {
    background: #EDC108;
    border-radius: 31px;
    color: #000034;
    font-weight: bold;
    border: solid 2px #000034;
    z-index: 1;
    position: relative;
    display: inline-block;
    overflow: hidden;
    -webkit-transition: all 0.3s;
    transition: all 0.3s;
    margin: 0px;
    z-index: 1;
    text-transform: uppercase; }
    @media print, screen and (min-width: 64em) {
      .headerMainWrapper .header-menu li.dLogin > a {
        padding: 3px 16px;
        font-size: 18px;
        line-height: 29px;
        margin-top:0px; } }
    @media (min-width: 1024px) and (max-width: 1279px) {
      .headerMainWrapper .header-menu li.dLogin > a {
        padding: 4px 16.5px;
        font-size: 16px;
        line-height: 29px; } }
    .headerMainWrapper .header-menu li.dLogin > a:after, .headerMainWrapper .header-menu li.dLogin > a:before {
      background: #031d41;
      content: "";
      position: absolute;
      z-index: -1; }
    .headerMainWrapper .header-menu li.dLogin > a:after {
      height: 0;
      left: 0;
      top: 0;
      width: 100%;
      -webkit-transition: all 0.3s;
      transition: all 0.3s;
      border-radius: 25px; }
    .headerMainWrapper .header-menu li.dLogin > a:hover {
      text-decoration: none;
      color: #EDC108;
    border: solid 2px #EDC108; }
      .headerMainWrapper .header-menu li.dLogin > a:hover:after {
        height: 100%; }
  .headerMainWrapper .header-menu li.dLogin.is-active {
    margin-left: 0px;
    margin-right: 38px;
    min-width: 210px;
    text-align: right; }
    @media (min-width: 1024px) and (max-width: 1279px) {
      .headerMainWrapper .header-menu li.dLogin.is-active {
        min-width: 154px;
        margin-right: 18px; } }
    .headerMainWrapper .header-menu li.dLogin.is-active > a {
      background: transparent;
      border: 0px;
      padding: 13px 10px;
      border-radius: 0px; }
      @media screen and (min-width: 320px) {
        .headerMainWrapper .header-menu li.dLogin.is-active > a i {
          -webkit-transform: rotate(180deg);
              -ms-transform: rotate(180deg);
                  transform: rotate(180deg); }
        .headerMainWrapper .header-menu li.dLogin.is-active > a:before {
          display: none; }
        .headerMainWrapper .header-menu li.dLogin.is-active > a::after {
          content: "";
          background: url("../images/login-close.svg") no-repeat;
          height: 25px;
          background-size: contain;
          position: absolute;
          width: 25px;
          left: auto;
          right: 0px;
          top: 7px;
          border: 0px;
          -webkit-transform: none;
              -ms-transform: none;
                  transform: none; } }
  @media screen and (min-width: 320px) and (min-width: 1024px) {
    .headerMainWrapper .header-menu li.dLogin.is-active > a::after {
      right: 0px;
      top: 3px; } }
      @media screen and (min-width: 320px) {
        .headerMainWrapper .header-menu li.dLogin.is-active > a span {
          display: none; } }

.dloginWrapper {
  background: #ffffff;
  padding: 0;
  margin: 0;
  position: absolute;
  top: 128px;
  right: 0px;
  width: 100%;
  height: auto;
  opacity: 0;
  visibility: hidden;
  -webkit-transform: translateY(30px);
      -ms-transform: translateY(30px);
          transform: translateY(30px);
  -webkit-transition: opacity 0.55s, -webkit-transform 0.55s;
  transition: opacity 0.55s, -webkit-transform 0.55s;
  transition: opacity 0.55s, transform 0.55s;
  transition: opacity 0.55s, transform 0.55s, -webkit-transform 0.55s;
  border-top: 1px solid #b2b3b266;
  border-radius: 0px;
  -webkit-box-shadow: 0px 3px 6px 0px rgba(0, 0, 0, 0.16);
          box-shadow: 0px 3px 6px 0px rgba(0, 0, 0, 0.16);
  padding: 36px 34px 28px 34px;
  z-index: 999; }
  @media print, screen and (min-width: 48em) {
    .dloginWrapper {
      right: 16px;
      border-top: 0px;
      width: 484px;
      top: 84px; } }
  @media screen and (min-width: 85.375em) {
    .dloginWrapper {
      top: 92px;
      right: 86px;
      padding: 46px 52px 30px 52px; } }
  @media (min-width: 1366px) and (max-width: 1600px) {
    .dloginWrapper {
      right: 86px; } }
  .dloginWrapper:after {
    content: "";
    left: 0px;
    -webkit-clip-path: polygon(0% 0%, 100% 0%, 100% 22%, 0% 100%);
            clip-path: polygon(0% 0%, 100% 0%, 100% 22%, 0% 100%);
    position: absolute;
    width: 100%;
    background: #eb0535;
    left: 0;
    bottom: -16px;
    height: 16px; }
    @media screen and (min-width: 85.375em) {
      .dloginWrapper:after {
        bottom: -17px;
        height: 22px; } }
    @media (min-width: 0px) and (max-width: 767px) {
      .dloginWrapper:after {
        bottom: -15px;
        height: 16px; } }
    @media (min-width: 768px) and (max-width: 1023px) {
      .dloginWrapper:after {
        bottom: -15px;
        height: 16px; } }
  .dloginWrapper .grid-container {
    padding: 0px; }
  .dloginWrapper.is-active {
    display: block;
    opacity: 1;
    visibility: visible;
    -webkit-transform: translateY(0);
        -ms-transform: translateY(0);
            transform: translateY(0); }
  .dloginWrapper .scrollWrap::-webkit-scrollbar {
    width: 8px; }
  .dloginWrapper .scrollWrap::-webkit-scrollbar-track {
    -webkit-box-shadow: inset 0 0 6px rgba(0, 33, 78, 0.3); }
  .dloginWrapper .scrollWrap::-webkit-scrollbar-thumb {
    background: rgba(0, 33, 78, 0.3);
    outline: 1px solid rgba(0, 33, 78, 0.3); }
  .dloginWrapper .loginForm {
    padding: 11px 29px 13px 29px;
    border-radius: 51px; }
    @media print, screen and (min-width: 64em) {
      .dloginWrapper .loginForm {
        padding: 16px 37px 15px 37px; } }
    .dloginWrapper .loginForm.greybgpanel h6 {
      color: #00214e; }
    .dloginWrapper .loginForm.primarybgcolor h6 {
      color: #ffffff; }
    .dloginWrapper .loginForm.primarybgcolor .forgotPassword {
      -webkit-box-pack: justify;
      -webkit-justify-content: space-between;
          -ms-flex-pack: justify;
              justify-content: space-between; }
      .dloginWrapper .loginForm.primarybgcolor .forgotPassword a {
        color: #ffffff; }
    .dloginWrapper .loginForm h6 {
      font-size: 17px;
      line-height: 29px;
      font-weight: 700;
      margin-bottom: 7px; }
      @media print, screen and (min-width: 64em) {
        .dloginWrapper .loginForm h6 {
          font-size: 19px;
          line-height: 40px;
          margin-bottom: 11px; } }
    .dloginWrapper .loginForm .form-group {
      margin-bottom: 10px; }
      @media print, screen and (min-width: 64em) {
        .dloginWrapper .loginForm .form-group {
          margin-bottom: 15px; } }
      .dloginWrapper .loginForm .form-group label {
        width: 37px;
        background-size: contain;
        background-repeat: no-repeat; }
      .dloginWrapper .loginForm .form-group .txtBox {
        background: #ffffff;
        font-size: 17px;
        line-height: 29px;
        color: #4f4f4f;
        padding: 0 11px;
        margin-left: 0px;
        width: 100%;
        height: 39px;
        border-radius: 16px;
        margin-bottom: 0px;
        border: solid 1px #707070;
        -webkit-box-shadow: none;
                box-shadow: none; }
        @media print, screen and (min-width: 64em) {
          .dloginWrapper .loginForm .form-group .txtBox {
            font-size: 19px;
            line-height: 40px;
            border-radius: 13px; } }
        .dloginWrapper .loginForm .form-group .txtBox::-webkit-input-placeholder {
          color: #4f4f4f !important;
          opacity: 1; }
        .dloginWrapper .loginForm .form-group .txtBox:-ms-input-placeholder {
          color: #4f4f4f !important;
          opacity: 1; }
        .dloginWrapper .loginForm .form-group .txtBox::-moz-placeholder {
          color: #4f4f4f !important; }
        .dloginWrapper .loginForm .form-group .txtBox::-ms-input-placeholder {
          color: #4f4f4f !important; }
        .dloginWrapper .loginForm .form-group .txtBox::placeholder {
          color: #4f4f4f !important; }
        .dloginWrapper .loginForm .form-group .txtBox.error {
          background: #ffe4e4; }
    .dloginWrapper .loginForm + .loginForm {
      margin-top: 24px; }
      @media print, screen and (min-width: 64em) {
        .dloginWrapper .loginForm + .loginForm {
          margin-top: 32px; } }
    .dloginWrapper .loginForm.whitecolor h6 {
      color: #ffffff; }
  .dloginWrapper .forgotPassword {
    margin-bottom: 0px;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
        -ms-flex-pack: justify;
            justify-content: space-between;
    margin-top: 7px; }
    @media print, screen and (min-width: 64em) {
      .dloginWrapper .forgotPassword {
        margin-top: 12px; } }
    .dloginWrapper .forgotPassword a {
      font-size: 17px;
      line-height: 29px;
      font-weight: 700;
      margin-right: 0px; }
      @media print, screen and (min-width: 64em) {
        .dloginWrapper .forgotPassword a {
          font-size: 19px;
          line-height: 40px; } }
      .dloginWrapper .forgotPassword a + a {
        margin-right: 0px;
        margin-left: 0px; }
      .dloginWrapper .forgotPassword a:hover {
        text-decoration: underline; }
  .dloginWrapper .loginBtn {
    margin-top: 18px;
    width: 100%; }
    @media print, screen and (min-width: 64em) {
      .dloginWrapper .loginBtn {
        margin-top: 24px; } }
    .dloginWrapper .loginBtn button, .dloginWrapper .loginBtn input[type="submit"] {
      background-color: #EEB944;
      font-size: 17px;
      line-height: 29px;
      color: #00214e;
      padding: 5px 20px;
      border-radius: 22px;
      font-weight: 700;
      cursor: pointer;
      height: 50px;
      width: 100%;
      position: relative;
      overflow: hidden;
      display: block;
      background-image: -webkit-gradient(linear, left top, left bottom, from(0), color-stop(#eb0535), to(#eb0535));
      background-image: linear-gradient(0, #eb0535, #eb0535);
      background-size: 100% 0;
      background-repeat: no-repeat;
      background-position: top;
      border: 0;
      text-transform: uppercase; }
      @media print, screen and (min-width: 64em) {
        .dloginWrapper .loginBtn button, .dloginWrapper .loginBtn input[type="submit"] {
          font-size: 19px;
          line-height: 40px; } }
      .dloginWrapper .loginBtn button:hover, .dloginWrapper .loginBtn input[type="submit"]:hover {
        background-size: 100% 100%;
        color: #fff; }
  .dloginWrapper .learnMore {
    font-size: 13px;
    color: #164627;
    text-decoration: underline; }
    .dloginWrapper .learnMore:hover {
      text-decoration: none; }

select {
  display: none; }

.hide {
  margin-left: -300px;
  -webkit-transition: all 0.8s ease;
  transition: all 0.8s ease; }

@media (min-width: 1024px) {
  .nav-wrapper {
    display: none; } }

@media (max-width: 1023px) {
  .dropdownMenu a.first-level-link {
    text-transform: uppercase !important; }
  .nav-wrapper {
    position: fixed;
    width: 100%;
    height: 100vh;
    transition: -webkit-transform 0.3s;
    transition: transform 0.3s;
    transition: transform 0.3s, -webkit-transform 0.3s;
    -webkit-transform: translate3d(-100%, 0, 0);
    transform: translate3d(-100%, 0, 0);
    -webkit-transition: -webkit-transform 0.3s;
    transition: transform 0.3s; }
    .nav-wrapper.show-menu {
      -webkit-transform: translate3d(0, 0, 0);
      transform: translate3d(0, 0, 0);
      display: block;
      opacity: 1; }
  .js-nav-toggle {
    position: absolute;
    top: 0;
    right: -60px;
    width: 43px;
    height: 40px;
    margin: 15px 0 0 15px;
    display: block;
    float: left;
    padding: 0;
    color: #345;
    border: 2px solid #345;
    z-index: 2; }
    .js-nav-toggle span {
      position: relative;
      background-color: #345;
      height: 2px;
      display: block;
      width: 22px;
      margin: 17px auto 0;
      -webkit-transition: all 0.4s;
      transition: all 0.4s;
      -webkit-transition-delay: 0.3s;
              transition-delay: 0.3s; }
      .js-nav-toggle span:before, .js-nav-toggle span:after {
        content: "";
        position: absolute;
        display: block;
        width: 20px;
        height: 0;
        left: 1px;
        top: 50%;
        margin-top: -7px;
        -webkit-transition: all 0.3s 0.3s;
        transition: all 0.3s 0.3s; }
      .js-nav-toggle span:before {
        -webkit-box-shadow: 0 14px 0 1px #345;
                box-shadow: 0 14px 0 1px #345; }
      .js-nav-toggle span:after {
        -webkit-box-shadow: 0 0 0 1px #345;
                box-shadow: 0 0 0 1px #345; }
      .show-menu .js-nav-toggle span {
        background-color: transparent; }
        .show-menu .js-nav-toggle span:before {
          -webkit-transform: rotate(-45deg);
              -ms-transform: rotate(-45deg);
                  transform: rotate(-45deg); }
        .show-menu .js-nav-toggle span:after {
          -webkit-transform: rotate(45deg);
              -ms-transform: rotate(45deg);
                  transform: rotate(45deg); }
        .show-menu .js-nav-toggle span:before, .show-menu .js-nav-toggle span:after {
          margin-top: 0;
          -webkit-box-shadow: 0 0 0 1px #345;
                  box-shadow: 0 0 0 1px #345; }
  .nav-wrapper.menubg nav {
    background: rgb(250,250,250);
background: linear-gradient(90deg, rgba(250,250,250,1) 0%, rgba(249,249,249,1) 67%, rgba(238,238,238,1) 100%, rgba(220,232,240,1) 100%); }
    .nav-wrapper.menubg nav .nav-toggle.back-visible {
      background-color: transparent; }
  .nav-wrapper nav {
    position: fixed;
    left: 0;
    top: 0;
    height: 100%;
    width: 100%;
    overflow-x: hidden;
    overflow-y: auto;
    -webkit-box-shadow: 0px 3px 6px 0px rgba(0, 0, 0, 0.16);
            box-shadow: 0px 3px 6px 0px rgba(0, 0, 0, 0.16);
    background-color: #ffffff;
    background: linear-gradient(165deg, rgba(250,250,250,1) 0%, rgba(239,232,229,1) 67%, rgba(235,227,212,1) 100%, rgba(228,242,238,1) 100%);}
    .nav-wrapper nav .nav-toggle {
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      padding: 0.45em 0.6em;
      background-color: #456;
      color: #fff;
      z-index: 100;
      cursor: pointer;
      -webkit-transition: backgroun-color 0.2s;
      transition: backgroun-color 0.2s;
      opacity: 0;
      visibility: hidden; }
      .nav-wrapper nav .nav-toggle:hover {
        background-color: #345; }
      .nav-wrapper nav .nav-toggle.back-visible {
        display: block;
        position: absolute;
        top: 0px;
        left: 9px;
        width: 100%;
        padding: 0.45em 0.6em;
        background-color: transparent;
        color: #041F55;
        z-index: 100;
        cursor: pointer;
        -webkit-transition: backgroun-color 0.2s;
        transition: backgroun-color 0.2s;
        opacity: 1;
        font-weight: 600;
        font-size: 18px;
        line-height: 27px;
        visibility: visible;
        text-transform: uppercase; }
        .nav-wrapper nav .nav-toggle.back-visible .nav-back {
          opacity: 1; }
        .nav-wrapper nav .nav-toggle.back-visible .nav-title {
          -webkit-transform: translateX(40px);
              -ms-transform: translateX(40px);
                  transform: translateX(40px); }
    .nav-wrapper nav .nav-title {
      position: absolute;
      left: 0;
      top: 23px;
      padding-left: 14px;
      -webkit-transition: -webkit-transform 0.3s;
      transition: -webkit-transform 0.3s;
      transition: transform 0.3s;
      transition: transform 0.3s, -webkit-transform 0.3s; }
    .nav-wrapper nav .nav-back {
      display: inline-block;
      position: relative;
      width: 30px;
      height: 30px;
      vertical-align: middle;
      z-index: 1;
      opacity: 0;
      -webkit-transition: opacity 0.2s;
      transition: opacity 0.2s; }
      .nav-wrapper nav .nav-back:before, .nav-wrapper nav .nav-back:after {
        content: "";
        position: absolute; }
      .nav-wrapper nav .nav-back:before {
        background: url(../images/mobile-right-hover-arrow.svg) no-repeat;
        content: "";
        display: inline-block;
        height: 12px;
        vertical-align: middle;
        width: 6px;
        position: absolute;
        right: 0px;
        top: 21px;
        background-size: contain;
        -webkit-transform: rotate(-180deg);
            -ms-transform: rotate(-180deg);
                transform: rotate(-180deg); }
    .nav-wrapper nav .searchblocksec {
      padding: 0.7em;
      padding-right: 17px; }
    .nav-wrapper nav a {
      display: block;
      position: relative;
      padding: 0.7em;
      border-bottom: 0px;
      color: #4D4D4D;
      text-decoration: none;
      -webkit-transition: color 0.15s, background-color 0.15s;
      transition: color 0.15s, background-color 0.15s;
      font-size: 18px;
      line-height: 27px;
      font-weight: 600;
      padding-bottom: 0px;
      text-transform: capitalize; }
      .nav-wrapper nav a:hover {
        color: #eb0535; }
    .nav-wrapper nav .menu-section {
      position: absolute;
      left: 0;
      top: 0;
      height: 100%;
      width: 100%;
      margin-left: 4px;
      -webkit-transition: -webkit-transform 0.3s;
      transition: -webkit-transform 0.3s;
      transition: transform 0.3s;
      transition: transform 0.3s, -webkit-transform 0.3s; 
      background: linear-gradient(90deg, rgba(250,250,250,1) 0%, rgba(249,249,249,1) 67%, rgba(238,238,238,1) 100%, rgba(220,232,240,1) 100%);}
    .nav-wrapper nav ul {
      list-style: none;
      -webkit-transition: -webkit-transform 0.3s;
      transition: -webkit-transform 0.3s;
      transition: transform 0.3s;
      transition: transform 0.3s, -webkit-transform 0.3s;
      position: relative;
      left: 0;
      top: 0;
      width: 100%;
      margin-left: 0px; 
    margin-bottom: 0;}
      .nav-wrapper nav ul.primarymeu {
        background-color: #ffffff;
        background: rgb(250,250,250);
        background: linear-gradient(165deg, rgba(250,250,250,1) 0%, rgba(239,232,229,1) 67%, rgba(235,227,212,1) 100%, rgba(228,242,238,1) 100%);
        padding: 0px 0 5px 0px;
      padding-bottom: 36px; }
      .nav-wrapper nav ul.topmeu {
        background: rgb(250,250,250);
background: linear-gradient(90deg, rgba(250,250,250,1) 0%, rgba(249,249,249,1) 67%, rgba(238,238,238,1) 100%, rgba(220,232,240,1) 100%);
        padding: 6px 0 5px 0px; 
      padding-top: 36px;}
        .nav-wrapper nav ul.topmeu:after {
          content: "";
          background: rgb(250,250,250);
background: linear-gradient(90deg, rgba(250,250,250,1) 0%, rgba(249,249,249,1) 67%, rgba(238,238,238,1) 100%, rgba(220,232,240,1) 100%);
          width: 100%;
          height: 100%;
          position: absolute; }
        .nav-wrapper nav ul.topmeu li a {
          font-size: 18px;
          line-height: 22px; }
          .nav-wrapper nav ul.topmeu li a:after {
            top: 12px; }
          .nav-wrapper nav ul.topmeu li a:hover:after {
            top: 18px; }
      .nav-wrapper nav ul ul {
        display: none;
        left: 100%;
        margin-left: 0px; }
        .nav-wrapper nav ul ul li a {
          font-size: 17px;
          line-height: 23px;
          padding-bottom: 0px; }
    .nav-wrapper nav li {
      padding-left: 8px;
      padding-right: 8px;
      margin-bottom: 0px; }
      .nav-wrapper nav ul.primarymeu li a, .nav-wrapper nav ul.topmeu li a{
        color: #041F55;
        padding-top: 0.3em;
      }
      .nav-wrapper nav ul.primarymeu li a:hover, .nav-wrapper nav ul.topmeu li a:hover{
        color: #eb0535;
      }
      .nav-wrapper nav li.has-dropdown > a {
        padding-right: 17px;
        white-space: nowrap;
        text-overflow: ellipsis;
        overflow: hidden;
        color: #041F55;
        font-size: 18px;
        line-height: 27px;
        font-weight: 600;
        display: -webkit-inline-box;
        display: -webkit-inline-flex;
        display: -ms-inline-flexbox;
        display: inline-flex;
        padding-bottom: 0px; }
        .nav-wrapper nav li.has-dropdown > a:after {
          background: url(../images/mobile-right-hover-arrow.svg) no-repeat;
          content: "";
          display: inline-block;
          height: 11px;
          vertical-align: middle;
          width: 6px;
          position: absolute;
          right: 0px;
          top: 14px;
          background-size: contain; }
        .nav-wrapper nav li.has-dropdown > a:hover {
          color: #eb0535; }
          .nav-wrapper nav li.has-dropdown > a:hover:after {
            background: url(../images/mobile-right-arrow.svg) no-repeat;
            right: 0px;
            top: 14px;
            background-size: contain; }
      .nav-wrapper nav li.nav-dropdown-open ul {
        display: block;
        position: fixed;
        top: 54px;
        padding-left: 17px; }
        .nav-wrapper nav li.nav-dropdown-open ul li.nav-dropdown-open ul {
          display: block;
          left: 100%;
          top: 17px;
          z-index: 9999;
          position: absolute;
          overflow: hidden;
          overflow-y: scroll;
          padding-bottom: 320px;
          height: 100vh; }
        .nav-wrapper nav li.nav-dropdown-open ul li ul {
          display: none;
          position: fixed;
          top: 74px;
          padding-left: 17px; }
        .nav-wrapper nav li.nav-dropdown-open ul li a {
          font-size: 17px;
          line-height: 23px;
          margin-bottom: 6px;
          color: #4D4D4D; }
          .nav-wrapper nav li.nav-dropdown-open ul li a:after {
            height: 10px;
            width: 8px;
            position: absolute;
            right: 0px;
            top: 13px; }
          .nav-wrapper nav li.nav-dropdown-open ul li a:hover:after {
            top: 13px; } }
.nav-wrapper nav li.mobilesearchbox {
  margin-top: 10px;
  margin-bottom: 8px;
  padding-bottom: 0px; }
  .nav-wrapper nav li.mobilesearchbox a {
    margin-top: 0px;
    margin-bottom: 0px; }

.nav-wrapper .form-group {
  width: 100%;
  top: 0px;
  left: auto;
  right: 0;
  position: relative;
  padding: 0px;
  background: #edf2f7;
  -webkit-transform-origin: top;
      -ms-transform-origin: top;
          transform-origin: top;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
  margin-bottom: 0;
  z-index: 4; }
  @media print, screen and (min-width: 48em) {
    .nav-wrapper .form-group {
      width: 100%;
      padding: 0px; } }
  .nav-wrapper .form-group ::-webkit-input-placeholder {
    /* Edge */
    color: #041F55 !important; }
  .nav-wrapper .form-group :-ms-input-placeholder {
    /* Internet Explorer 10-11 */
    color: #041F55 !important;
    opacity: 1; }
  .nav-wrapper .form-group ::-moz-placeholder {
    color: #041F55 !important;
    opacity: 1; }
  .nav-wrapper .form-group ::-ms-input-placeholder {
    color: #041F55 !important;
    opacity: 1; }
  .nav-wrapper .form-group ::placeholder {
    color: #041F55 !important;
    opacity: 1; }
  .nav-wrapper .form-group label.error {
    display: none !important; }
  .nav-wrapper .form-group .txtBox {
    border-radius: 0;
    border: 0;
    margin-bottom: 0;
    font-size: 18px;
    line-height: 23px;
    color: #041F55;
    height: 40px;
    width: 100%;
    padding: 0 40px 0 20px;
    font-weight: 500;
    background: #ffffff;
    -webkit-box-shadow: none;
            box-shadow: none;
            border: 1px solid #041F55;
            border-radius: 20px; }
 
    @media print, screen and (min-width: 64em) {
      .nav-wrapper .form-group .txtBox {
        font-weight: 500;
        width: 100%;
        padding: 0 35px 0 1px; } }
    .nav-wrapper .form-group .txtBox.error {
      border: 2px solid #e80000; }
  .nav-wrapper .form-group span {
    background: url("../images/search-icon-desktop.svg") no-repeat;
    background-size: contain;
    width: 20px;
    height: 20px;
    display: block;
    position: relative;
    font-size: 0;
    right: 20px;
    cursor: pointer;
    visibility: visible;
    opacity: 1;
    display: block;
    top: 5px;
    z-index: 2147483647; }
    @media print, screen and (min-width: 48em) {
      .nav-wrapper .form-group span {
        background: url("../images/search-icon-desktop.svg") no-repeat;
        background-size: contain;
        width: 22px;
        height: 22px;
        display: block;
        position: relative;
        font-size: 0;
        right: 20px;
        cursor: pointer;
        visibility: visible;
        opacity: 1;
        top: 5px;
        z-index: 2147483647; }
        .nav-wrapper .form-group button.formbtn {
            position: absolute;
            margin-right: 0px;
            right: 20px;
            top: 8px;
            border-radius: 0px;
        }}
  .nav-wrapper .form-group button.formbtn {
    position: absolute;
    margin-right: 0px;
    right: 0px;
    top: 3px;
    border-radius: 0px; }
 

.nav-wrapper.act div {
  -webkit-transform: scaleY(1);
      -ms-transform: scaleY(1);
          transform: scaleY(1);
  opacity: 1; }
  @media print, screen and (min-width: 64em) {
    .nav-wrapper.act div {
      opacity: 1; } }

.nav-wrapper.act .submit {
  background: transparent; }
  .nav-wrapper.act .submit i {
    background: url("../images/search-close.svg") no-repeat;
    height: 22px;
    background-size: contain;
    margin-top: 0px;
    position: relative;
    width: 22px;
    top: 0px; }
    @media print, screen and (min-width: 48em) {
      .nav-wrapper.act .submit i {
        height: 35px;
        background-size: contain;
        margin-top: 0px;
        width: 35px; } }
    @media print, screen and (min-width: 64em) {
      .nav-wrapper.act .submit i {
        background: url("../images/search-close.svg") no-repeat;
        width: 18px;
        height: 18px;
        right: 19px;
        top: 19px;
        margin-top: 0px;
        margin-left: 0px;
        position: absolute; } }
    @media screen and (min-width: 85.375em) {
      .nav-wrapper.act .submit i {
        margin-top: 0px;
        top: 19px; } }

.headerMainWrapper .header-menu .megaMenuList .flexBox.navInner .navLinks li .secondarymenulist .listLink ul {
  margin-left: 0px; }
  .headerMainWrapper .header-menu .megaMenuList .flexBox.navInner .navLinks li .secondarymenulist .listLink ul li:after {
    display: none; }
  .headerMainWrapper .header-menu .megaMenuList .flexBox.navInner .navLinks li .secondarymenulist .listLink ul li a:before, .headerMainWrapper .header-menu .megaMenuList .flexBox.navInner .navLinks li .secondarymenulist .listLink ul li a:after {
    display: none; }
  .headerMainWrapper .header-menu .megaMenuList .flexBox.navInner .navLinks li .secondarymenulist .listLink ul li a:hover {
    color: #eb0535; }

.ie11 header .topNavigation .singleMenuWrap ul li::after {
  -webkit-transition: all;
  transition: all; }

.ie11 .headerMainWrapper .header-menu .menuWrapper:after {
  content: "";
  background: url(../images/mega-menu-border-bg-1.svg) no-repeat;
  height: 35px;
  background-size: cover !important;
  background-repeat: no-repeat;
  background-position: center;
  width: 111%;
  position: absolute;
  bottom: -35px;
  overflow: hidden;
  z-index: 1;
  left: -11px; }

.ie11 header .topNavigation .singleMenuWrap:after {
  content: "";
  background: url(../images/menu-drop-border.svg) no-repeat;
  position: absolute;
  width: 209px;
  height: 19px;
  left: -10px;
  bottom: -12px;
  overflow: hidden; }

.ie11 header .topNavigation li.singlemenu:hover .singleMenuWrap {
  visibility: visible;
  opacity: 1; }

.menuOpened .paginacontainer {
  display: none; }

@-webkit-keyframes fade-in {
  from {
    opacity: 0; }
  to {
    opacity: 1; } }

@keyframes fade-in {
  from {
    opacity: 0; }
  to {
    opacity: 1; } }

@-webkit-keyframes fade-out {
  from {
    opacity: 1; }
  to {
    opacity: 0; } }

@keyframes fade-out {
  from {
    opacity: 1; }
  to {
    opacity: 0; } }


@-webkit-keyframes fadeInmenu {
  0% {
    opacity: 0;
    top: 100px; }
  50% {
    opacity: 0.5;
    top: 0px; }
  100% {
    opacity: 1; } }

.navLinks ul > li:nth-child(4) .grid-lined::after {
  top: -140px; }

.iOS .nav-wrapper nav .menu-section {
  height: calc(100vh - 165px); }

.firefox .hamburger a.is-active span::after,
.Windows.iOS .hamburger a.is-active span::after {
  top: 24px; }

@-webkit-keyframes fade-in {
  from {
    opacity: 0; }
  to {
    opacity: 1; } }

@keyframes fade-in {
  from {
    opacity: 0; }
  to {
    opacity: 1; } }

@-webkit-keyframes fade-out {
  from {
    opacity: 1; }
  to {
    opacity: 0; } }

@keyframes fade-out {
  from {
    opacity: 1; }
  to {
    opacity: 0; } }

@-webkit-keyframes fadeInmenu {
  0% {
    opacity: 0;
    top: 100px; }
  50% {
    opacity: 0.5;
    top: 0px; }
  100% {
    opacity: 1; } }

.navLinks ul > li:nth-child(4) .grid-lined::after {
  top: -140px; }

.iOS .nav-wrapper nav .menu-section {
  height: calc(100vh - 165px); }

.firefox .hamburger a.is-active span::after,
.Windows.iOS .hamburger a.is-active span::after {
  top: 24px; }

@media (min-width: 1471px) and (max-width: 1780px) {
  .headerMainWrapper .header-menu li a.first-level-link {
    max-width: 118px; } }

@media (min-width: 1401px) and (max-width: 1470px) {
  .headerMainWrapper .header-menu li a.first-level-link {
    max-width: 105px; } }

@media (min-width: 1130px) and (max-width: 1400px) {
  .headerMainWrapper .header-menu li a {
    font-size: 17px;
    line-height: 22px; }
  .headerMainWrapper .header-menu li a.first-level-link {
    max-width: 90px; } }

@media (min-width: 1024px) and (max-width: 1129px) {
  .headerMainWrapper .header-menu li a {
    font-size: 18px;
    line-height: 22px; }
  .headerMainWrapper .header-menu li a.first-level-link:before {
    left:0px; } }

@media screen and (min-width: 1024px) {
  .secondarymenu.show .grid-lined {
    visibility: visible;
    opacity: 1;
    -webkit-transform: translateY(0);
    -ms-transform: translateY(0);
    transform: translateY(0);
    z-index: 9999999; }
/*  .headerMainWrapper .header-menu .megaMenuList .flexBox.navInner .navLinks li.secondarymenu.show:after {
    width: 100%;
    background: #d0e2ef;
    border-left: 4px solid #eb0535; }*/
  .secondarymenu.show .secondarymenulist {
    display: block;
    opacity: 1; }
  .secondarymenu.active .secondarymenulist {
    display: block;
    opacity: 1; } }

.form-group label.error {
  display: none !important; }

footer {
  background: #1c375e;
  padding: 42px 0 0; }
  @media (max-width: 767px) {
    footer .grid-container {
      padding-left: 6px !important;
      padding-right: 6px !important; } }

.footerWraps {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-wrap: wrap;
      -ms-flex-wrap: wrap;
          flex-wrap: wrap;
  padding-bottom: 150px; }
  @media print, screen and (max-width: 47.99875em) {
    .footerWraps {
      display: block;
      padding-bottom: 81px; } }
  @media print, screen and (min-width: 48em) {
    .footerWraps {
      display: block;
      margin: 0 30px;
      padding-bottom: 33px; } }
  @media print, screen and (min-width: 64em) {
    .footerWraps {
      padding-bottom: 52px;
      margin: 0 26px; } }
  @media screen and (min-width: 85.375em) {
    .footerWraps {
      padding-bottom: 52px;
      margin: 0; } }
  .footerWraps .mblblock {
    display: block;
    max-width: 296px; }
    @media print, screen and (min-width: 48em) {
      .footerWraps .mblblock {
        display: none; } }
  @media print, screen and (max-width: 47.99875em) {
    .footerWraps .fMenu,
    .footerWraps .fCols,
    .footerWraps .fCols2,
    .footerWraps .fCols3 {
      width: 100%; } }
  .footerWraps .fCols2 {
    -webkit-box-ordinal-group: 4;
    -webkit-order: 3;
        -ms-flex-order: 3;
            order: 3; }
  .footerWraps .fCols3 {
    -webkit-box-ordinal-group: 5;
    -webkit-order: 4;
        -ms-flex-order: 4;
            order: 4; }
  @media print, screen and (min-width: 48em) {
    .footerWraps .fCols,
    .footerWraps .fCols2,
    .footerWraps .fCols3 {
      display: inline-block;
      vertical-align: top; } }

.fMenu {
  padding-top: 25px; }
  @media print, screen and (max-width: 47.99875em) {
    .fMenu {
      margin-top: -4px;
      position: relative; } }
  @media print, screen and (min-width: 48em) {
    .fMenu {
      padding-top: 0;
      margin-bottom: 18px;
      max-width: 100%;
      margin: 0 auto 18px; } }
  @media print, screen and (min-width: 64em) {
    .fMenu {
      max-width: 100%;
      padding-top: 0;
      margin-bottom: 25px;
      border-bottom: 2px solid #ffffff;
      border-radius: 1.5px; } }
  @media screen and (min-width: 85.375em) {
    .fMenu {
      margin-left: 0;
      margin-right: 0;
      margin-bottom: 42px;
      max-width: 100%;
      border-bottom: 2px solid #ffffff;
      border-radius: 1.5px; } }
  .fMenu ul {
    margin-left: calc(100% - 136% / 2); }
    @media print, screen and (max-width: 47.99875em) {
      .fMenu ul {
        margin-left: 102px; } }
    @media print, screen and (min-width: 48em) {
      .fMenu ul {
        display: -webkit-box;
        display: -webkit-flex;
        display: -ms-flexbox;
        display: flex;
        -webkit-flex-wrap: wrap;
            -ms-flex-wrap: wrap;
                flex-wrap: wrap;
        -webkit-box-pack: justify;
        -webkit-justify-content: space-between;
            -ms-flex-pack: justify;
                justify-content: space-between;
        margin-left: 0;
        border-bottom: 1px solid #fff; } }
    @media print, screen and (min-width: 64em) {
      .fMenu ul {
        border-bottom: none;
        max-width: 100%;
        margin: 0 auto; } }
    .fMenu ul li {
      padding-bottom: 8px;
      font-size: 20px;
      line-height: 27px; }
      @media print, screen and (min-width: 48em) {
        .fMenu ul li {
          display: inline-block;
          padding-bottom: 8px;
          font-size: 18px;
          line-height: 27px; } }
      @media print, screen and (min-width: 64em) {
        .fMenu ul li {
          padding-bottom: 17px;
          font-size: 27px;
          line-height: 40px;
          font-weight: 700; } }
      @media screen and (min-width: 85.375em) {
        .fMenu ul li {
          padding-bottom: 21px;
          font-size: 30px;
          line-height: 40px; } }
      .fMenu ul li a {
        color: #ffffff;
        -webkit-transition: all 0.3s;
        transition: all 0.3s;
        font-weight: 700; }
        .fMenu ul li a:hover {
          color: #eb0535;
          text-decoration: none; }

.fCols {
  -webkit-box-ordinal-group: 2;
  -webkit-order: 1;
      -ms-flex-order: 1;
          order: 1; }
  @media print, screen and (min-width: 48em) {
    .fCols {
      width: 80%; } }
  @media print, screen and (min-width: 64em) {
    .fCols {
      width: 46%; } }
  @media screen and (min-width: 85.375em) {
    .fCols {
      width: 50%; } }
  @media print, screen and (max-width: 47.99875em) {
    .fCols figure {
      position: absolute;
      top: -375px;
      display: none; } }
  @media print, screen and (min-width: 48em) {
    .fCols figure {
      max-width: 212px; } }
  @media print, screen and (min-width: 64em) {
    .fCols figure {
      max-width: 483px;
      margin-left: -13px;
      margin-bottom: 53px;
      margin-top: -4px; } }
  @media screen and (min-width: 85.375em) {
    .fCols figure {
      max-width: 483px;
      margin-left: -13px;
      margin-bottom: 53px;
      margin-top: -4px; } }
  .fCols .detailsWrap {
    padding-top: 17px;
    margin-left: calc(100% - 136% / 2); }
    @media print, screen and (max-width: 47.99875em) {
      .fCols .detailsWrap {
        padding-top: 8px; } }
    @media print, screen and (min-width: 48em) {
      .fCols .detailsWrap {
        width: 77%;
        max-width: 174px;
        margin-left: calc(100% - 158% / 2);
        padding-top: 40px; } }
    @media print, screen and (min-width: 64em) {
      .fCols .detailsWrap {
        padding-top: 10px;
        margin-left: 135px;
        max-width: 327px; } }
    @media screen and (min-width: 85.375em) {
      .fCols .detailsWrap {
        padding-top: 10px;
        margin-left: 143px;
        max-width: 327px; } }
    .fCols .detailsWrap svg {
      -webkit-transition: all 0.45s;
      transition: all 0.45s; }
      .fCols .detailsWrap svg:hover {
        -webkit-transition: all 0.45s;
        transition: all 0.45s;
        -webkit-transform: scale(1.1);
            -ms-transform: scale(1.1);
                transform: scale(1.1); }
    .fCols .detailsWrap p {
      font-size: 20px;
      line-height: 27px;
      color: #ffffff;
      margin-bottom: 0px; }
    .fCols .detailsWrap ul {
      display: none;
      margin-left: 0px; }
      @media print, screen and (min-width: 48em) {
        .fCols .detailsWrap ul {
          display: -webkit-box;
          display: -webkit-flex;
          display: -ms-flexbox;
          display: flex;
          margin-left: 0px; } }
      @media print, screen and (min-width: 48em) {
        .fCols .detailsWrap ul li {
          display: inline-block;
          vertical-align: top;
          font-size: 0;
          color: transparent;
          margin-right: 15px;
          margin-bottom: 0px; } }
      @media print, screen and (min-width: 64em) {
        .fCols .detailsWrap ul li {
          margin-right: 18px; } }
      @media print, screen and (min-width: 48em) {
        .fCols .detailsWrap ul li a {
          color: transparent;
          display: -webkit-inline-box;
          display: -webkit-inline-flex;
          display: -ms-inline-flexbox;
          display: inline-flex;
          width: 29px;
          height: 29px; } }
      @media print, screen and (min-width: 64em) {
        .fCols .detailsWrap ul li a {
          width: 29px;
          height: 29px; } }
      @media screen and (min-width: 85.375em) {
        .fCols .detailsWrap ul li a {
          width: 29px;
          height: 29px; } }
    .fCols .detailsWrap .copytext {
      display: none; }
      @media print, screen and (min-width: 48em) {
        .fCols .detailsWrap .copytext {
          display: block;
          margin-top: 33px; } }
      @media print, screen and (min-width: 64em) {
        .fCols .detailsWrap .copytext {
          margin-top: 60px; } }
      @media screen and (min-width: 85.375em) {
        .fCols .detailsWrap .copytext {
          margin-top: 73px; } }

@media print, screen and (max-width: 47.99875em) {
  .footerflexwrap {
    position: relative; } }

@media print, screen and (min-width: 48em) {
  .footerflexwrap {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
        -ms-flex-pack: justify;
            justify-content: space-between; } }

.fCols2 {
  width: 100%;
  padding-top: 0px; }
  @media print, screen and (min-width: 64em) {
    .fCols2 {
      width: 48%; } }
  @media screen and (min-width: 85.375em) {
    .fCols2 {
      width: 41%; } }
  @media print, screen and (max-width: 47.99875em) {
    .fCols2 .contactinfo .detailsec {
      margin-left: 102px;
      margin-bottom: 39px; } }
  @media print, screen and (min-width: 64em) {
    .fCols2 .contactinfo {
      width: 50%; } }
  .fCols2 .contactinfo h3 {
    font-size: 24px;
    margin-bottom: 6px;
    line-height: 32px;
    color: #ffffff;
    font-weight: 700;
    margin-bottom: -1px;
    margin-top: 11px; }
    @media print, screen and (min-width: 64em) {
      .fCols2 .contactinfo h3 {
        font-size: 30px;
        margin-bottom: 6px;
        line-height: 40px;
        margin-bottom: -1px;
        margin-top: 11px; } }
  .fCols2 .contactinfo p {
    font-size: 24px;
    line-height: 32px;
    color: #ffffff;
    font-weight: 400; }
    @media print, screen and (min-width: 64em) {
      .fCols2 .contactinfo p {
        font-size: 30px;
        line-height: 40px;
        color: #ffffff;
        font-weight: 400; } }
    .fCols2 .contactinfo p a {
      text-decoration: none;
      color: #ffffff; }
      .fCols2 .contactinfo p a:hover {
        text-decoration: underline; }
    .fCols2 .contactinfo p + h3 {
      margin-top: 31px; }
      @media print, screen and (min-width: 64em) {
        .fCols2 .contactinfo p + h3 {
          margin-top: 39px; } }
  .fCols2 .mblblock {
    display: block;
    max-width: 100%;
    text-align: center; }
    @media print, screen and (min-width: 48em) {
      .fCols2 .mblblock {
        display: none; } }
    .fCols2 .mblblock .copytext p {
      font-size: 20px;
      line-height: 27px;
      color: #ffffff; }
    .fCols2 .mblblock ul {
      display: -webkit-box;
      display: -webkit-flex;
      display: -ms-flexbox;
      display: flex;
      -webkit-box-pack: center;
      -webkit-justify-content: center;
          -ms-flex-pack: center;
              justify-content: center;
      -webkit-box-align: center;
      -webkit-align-items: center;
          -ms-flex-align: center;
              align-items: center;
      margin-bottom: 33px;
      margin-left: 0px; }
      .fCols2 .mblblock ul li {
        margin-right: 16px;
        width: 31px;
        height: 31px; }
        .fCols2 .mblblock ul li:last-child {
          margin-right: 0px; }
  .fCols2 .flexwrap {
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
        -ms-flex-pack: justify;
            justify-content: space-between; }
    @media print, screen and (min-width: 48em) {
      .fCols2 .flexwrap {
        display: -webkit-box;
        display: -webkit-flex;
        display: -ms-flexbox;
        display: flex; } }

@media print, screen and (max-width: 47.99875em) {
  .fCols3 {
    text-align: center;
    max-width: 176px;
    margin: 0px auto;
    margin-top: 66px; } }

@media print, screen and (min-width: 48em) {
  .fCols3 {
    width: 40%; } }

@media print, screen and (min-width: 64em) {
  .fCols3 {
    width: 48%; } }

@media screen and (min-width: 85.375em) {
  .fCols3 {
    width: 48%; } }

.fCols3 figure {
  margin-top: 15px; }
  @media print, screen and (min-width: 48em) {
    .fCols3 figure {
      margin-top: 19px; } }
  @media print, screen and (min-width: 64em) {
    .fCols3 figure {
      margin-top: 26px; } }
  @media screen and (min-width: 85.375em) {
    .fCols3 figure {
      margin-top: 19px; } }
  .fCols3 figure:first-child {
    margin-top: 9px; }

.fCols3 .partnersBlock {
  margin-top: 0px; }
  @media print, screen and (min-width: 48em) {
    .fCols3 .partnersBlock {
      margin-top: 9px; } }
  @media print, screen and (min-width: 64em) {
    .fCols3 .partnersBlock {
      margin-top: 63px; } }
  @media screen and (min-width: 85.375em) {
    .fCols3 .partnersBlock {
      margin-top: 63px; } }
  .fCols3 .partnersBlock span,
  .fCols3 .partnersBlock a {
    display: inline-block;
    vertical-align: top;
    font-size: 0;
    color: transparent;
    background-size: cover;
    width: 84px; }
  .fCols3 .partnersBlock .fdic {
    width: 84px;
    height: 49px;
    margin-right: 32px;
    margin-top: 29px; }
    @media print, screen and (max-width: 47.99875em) {
      .fCols3 .partnersBlock .fdic {
        margin-right: 27px;
        width: 93px;
        height: 57px; } }
    @media print, screen and (min-width: 48em) {
      .fCols3 .partnersBlock .fdic {
        width: 68px;
        height: 25px;
        margin-right: 21px;
        margin-top: 17px; } }
    @media print, screen and (min-width: 64em) {
      .fCols3 .partnersBlock .fdic {
        width: 111px;
        height: 72px;
        margin-top: 0;
        margin-right: 19px; } }
    @media screen and (min-width: 85.375em) {
      .fCols3 .partnersBlock .fdic {
        background-size: auto;
        width: 117px;
        height: 72px;
        margin-top: 0;
        margin-right: 33px; } }
  .fCols3 .partnersBlock .lender {
    width: 67px;
    height: 55px;
    margin-top: 12px; }
    @media print, screen and (max-width: 47.99875em) {
      .fCols3 .partnersBlock .lender {
        width: 52px;
        height: 57px;
        margin-top: 28px; } }
    @media print, screen and (min-width: 48em) {
      .fCols3 .partnersBlock .lender {
        height: 53px;
        width: 44px;
        margin-top: 13px; } }
    @media print, screen and (min-width: 64em) {
      .fCols3 .partnersBlock .lender {
        width: 66px;
        height: 72px;
        margin-top: 0px; } }
    @media screen and (min-width: 85.375em) {
      .fCols3 .partnersBlock .lender {
        width: 66px;
        height: 72px; } }

@media print, screen and (min-width: 48em) {
  .fCols3 ul {
    display: none; } }

.fRow {
  background: #465c7b;
  padding: 24px 0 19px; }
  @media print, screen and (min-width: 48em) {
    .fRow {
      padding: 10px 0 5px; } }
  @media print, screen and (min-width: 64em) {
    .fRow {
      padding: 27px 0 28px; } }
  @media screen and (min-width: 85.375em) {
    .fRow {
      padding: 27px 0 28px; } }
  .fRow ul {
    padding-left: calc(100% - 221px);
    margin: 0px;
    padding: 0px; }
    @media print, screen and (max-width: 47.99875em) {
      .fRow ul {
        padding: 0px 0 0 51px; } }
    @media print, screen and (min-width: 48em) {
      .fRow ul {
        padding-left: 0;
        text-align: center; } }
    .fRow ul li {
      margin: 0px;
      color: #ffffff;
      font-size: 16px;
      line-height: 22px; }
      @media print, screen and (min-width: 48em) {
        .fRow ul li {
          display: inline-block;
          vertical-align: top;
          position: relative;
          padding-right: 28px;
          font-size: 17px;
          line-height: 25px;
          font-weight: 400; } }
      @media print, screen and (min-width: 64em) {
        .fRow ul li {
          padding-right: 50px;
          font-size: 18px;
          line-height: 25px; } }
      @media (min-width: 1024px) and (max-width: 1279px) {
        .fRow ul li {
          padding-right: 22px;
          font-size: 17px;
          line-height: 25px; } }
      .fRow ul li:after {
        content: "";
        background: #ffffff;
        width: 2px;
        height: 16px;
        position: absolute;
        top: 5px;
        right: 11px; }
        @media print, screen and (max-width: 47.99875em) {
          .fRow ul li:after {
            display: none; } }
        @media print, screen and (min-width: 64em) {
          .fRow ul li:after {
            right: 22px; } }
        @media (min-width: 1024px) and (max-width: 1279px) {
          .fRow ul li:after {
            right: 5px; } }
      .fRow ul li:last-child {
        padding-right: 0px; }
      .fRow ul li:first-child {
        padding-bottom: 0px; }
        @media print, screen and (min-width: 48em) {
          .fRow ul li:first-child {
            padding-bottom: 0; } }
      .fRow ul li:last-child {
        padding-top: 13px; }
        @media print, screen and (max-width: 47.99875em) {
          .fRow ul li:last-child {
            padding-top: 34px; } }
        @media print, screen and (min-width: 48em) {
          .fRow ul li:last-child {
            margin-right: 0; } }
        .fRow ul li:last-child:after {
          display: none; }
      .fRow ul li a {
        color: #ffffff; }
        .fRow ul li a:hover {
          text-decoration: underline; }
      .fRow ul li.fLink {
        margin-bottom: 9px; }
        @media print, screen and (min-width: 48em) {
          .fRow ul li.fLink {
            margin-bottom: 0;
            margin-top: 0; } }
        @media print, screen and (min-width: 48em) {
          .fRow ul li.fLink + li {
            margin-top: 0;
            padding-top: 0; } }

.fixedSideNav {
  display: none; }
  @media screen and (min-width: 85.375em) {
    .fixedSideNav {
      top: 370px;
      display: block;
      position: absolute;
      right: 0;
      left: auto;
      z-index: 999;
      -webkit-writing-mode: tb-rl;
          -ms-writing-mode: tb-rl;
              writing-mode: tb-rl;
      -webkit-writing-mode: vertical-lr;
          -ms-writing-mode: tb-lr;
              writing-mode: vertical-lr; } }
  .fixedSideNav ul {
    margin: 0px;
    padding: 0px; }
    .fixedSideNav ul li {
      display: inline-block;
      font-size: 30px;
      line-height: 40px;
      margin: 0px;
      padding: 0px; }
      @media (min-width: 1366px) and (max-width: 1480px) {
        .fixedSideNav ul li {
          font-size: 24px;
          line-height: 37px; } }
      .fixedSideNav ul li a {
        display: inline-block;
        color: #1c375e;
        background: #EEB944;
        padding: 7px 7px;
        -webkit-transition: 0.3s all;
        transition: 0.3s all;
        height: 295px;
        border-bottom-left-radius: 16px;
        text-align: center;
        border-top-left-radius: 16px;
        transition: 0.3s all;
        white-space: nowrap;
        font-weight: 700;
        -webkit-box-shadow: 0px 4px 6px 0px rgba(0, 0, 0, 0.16);
                box-shadow: 0px 4px 6px 0px rgba(0, 0, 0, 0.16); }
        @media print, screen and (min-width: 48em) {
          .fixedSideNav ul li a {
            padding: 6px 2px 4px 8px; } }
        @media (min-width: 1366px) and (max-width: 1480px) {
          .fixedSideNav ul li a {
            height: 200px; } }
        .fixedSideNav ul li a:hover {
          color: #ffffff;
          background: #1c375e; }

.floatingnews {
  display: none;
  position: absolute;
  top: 174px;
  right: 0;
  z-index: 999;
  -webkit-transform: perspective(1px) rotate(-90deg) translate3d(0, 0, 0);
  transform: perspective(1px) rotate(-90deg) translate3d(0, 0, 0);
  -webkit-transform-origin: right;
  -ms-transform-origin: right;
      transform-origin: right; }
  @media screen and (min-width: 85.375em) {
    .floatingnews {
      top: 224px;
      left: -569px;
      right: auto;
      display: -webkit-box;
      display: -ms-flexbox;
      display: -webkit-flex;
      display: flex;
      -webkit-box-orient: vertical;
      -webkit-box-direction: normal;
      -ms-flex-direction: column;
      -webkit-flex-direction: column;
              flex-direction: column;
      -ms-flex-wrap: wrap;
      -webkit-flex-wrap: wrap;
              flex-wrap: wrap;
      -webkit-box-align: center;
      -ms-flex-align: center;
      -webkit-align-items: center;
              align-items: center;
      -webkit-transform: none;
      -ms-transform: none;
          transform: none;
      -webkit-transition: 0.3s all;
      transition: 0.3s all; } }
  @media screen and (min-width: 1601px) {
    .floatingnews {
      top: 124px; } }
  .floatingnews.active {
    left: -1px; }
    .floatingnews.active a.newsQuickLnk {
      position: absolute;
      z-index: 99;
      -webkit-box-shadow: 0px 0px 0px 0px rgba(0, 0, 0, 0);
              box-shadow: 0px 0px 0px 0px rgba(0, 0, 0, 0);
      margin-left: -33px; }
      @media (min-width: 1024px) and (max-width: 1699px) {
        .floatingnews.active a.newsQuickLnk {
          margin-left: -33px; } }
      .floatingnews.active a.newsQuickLnk span img {
        -webkit-transform: rotate(360deg);
            -ms-transform: rotate(360deg);
                transform: rotate(360deg); }
  .floatingnews a.newsQuickLnk {
    background: #1c375e;
    font-size: 30px;
    line-height: 40px;
    font-weight: 700;
    color: #ffffff;
    padding: 5px 5px;
    padding-left: 50px;
    -webkit-transform: perspective(1px) rotate(0deg) translateY(-10px) translate3d(0, 0, 0);
            transform: perspective(1px) rotate(0deg) translateY(-10px) translate3d(0, 0, 0);
    -webkit-backface-visibility: hidden;
    backface-visibility: hidden;
    display: block;
    -webkit-transform-origin: right center;
        -ms-transform-origin: right center;
            transform-origin: right center;
    backface-visibility: hidden;
    display: block;
    transform-origin: right center;
    -webkit-transform: rotate(90deg);
        -ms-transform: rotate(90deg);
            transform: rotate(90deg);
    left: 594px;
    position: absolute;
    backface-visibility: hidden;
    display: block;
    border-radius: 16px;
    border-bottom-left-radius: 0;
    border-bottom-right-radius: 0;
    -webkit-transform-origin: left;
        -ms-transform-origin: left;
            transform-origin: left;
    min-width: 204px;
    text-align: center;
    -webkit-transition: all 0.3s;
    transition: all 0.3s;
    margin-top: 121px;
    -webkit-box-shadow: 0px 4px 6px 6px rgba(0, 0, 0, 0.2);
            box-shadow: 0px 4px 6px 6px rgba(0, 0, 0, 0.2); }
    @media (min-width: 1601px) {
      .floatingnews a.newsQuickLnk {
        margin-top: 221px; } }
    @media (min-width: 1700px) {
      .floatingnews a.newsQuickLnk {
        margin-top: 221px; } }
    @media (min-width: 1366px) and (max-width: 1480px) {
      .floatingnews a.newsQuickLnk {
        min-width: 174px;
        font-size: 27px;
        line-height: 40px;
        margin-top: 120px; } }
    .floatingnews a.newsQuickLnk:hover {
      background: #eb0535;
      text-decoration: none; }
    .floatingnews a.newsQuickLnk span {
      display: inline-block;
      background: #eb0535;
      -webkit-transform: rotate(90deg);
          -ms-transform: rotate(90deg);
              transform: rotate(90deg);
      position: absolute;
      left: 0px;
      top: 0px;
      border-radius: 16px;
      border-top-left-radius: 0;
      border-top-right-radius: 0;
      border-bottom-right-radius: 0;
      width: 50px;
      height: 50px; }
      .floatingnews a.newsQuickLnk span img {
        -webkit-transform: rotate(180deg);
            -ms-transform: rotate(180deg);
                transform: rotate(180deg);
        width: 14px;
        height: 24px; }
  .floatingnews .floatingnewsec {
    width: 546px;
    z-index: 10;
    position: relative;
    -webkit-transform: none;
    -ms-transform: none;
        transform: none;
    top: 120px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    -webkit-flex-direction: column;
            flex-direction: column;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    -webkit-justify-content: center;
            justify-content: center;
    height: auto;
    background: #1c375e;
    border: solid 10px #ea0031;
    border-left: 0px;
    border-radius: 50px;
    border-top-left-radius: 0;
    border-bottom-left-radius: 0;
    margin: 0px;
    padding: 23px 30px 34px 41px; }
    @media (min-width: 1300px) and (max-width: 1600px) {
      .floatingnews .floatingnewsec {
        padding: 23px 30px 34px 41px;
        top: 40px; } }
    @media (min-width: 1700px) {
      .floatingnews .floatingnewsec {
        padding: 53px 30px 64px 41px; } }
    @media (min-width: 1024px) {
      .floatingnews .floatingnewsec .newswarp {
        height: 300px;
        overflow-y: scroll; }
        .floatingnews .floatingnewsec .newswarp::-webkit-scrollbar {
          width: 3px; }
        .floatingnews .floatingnewsec .newswarp::-webkit-scrollbar-track {
          -webkit-box-shadow: inset 0 0 6px rgba(255, 255, 255, 0.3); }
        .floatingnews .floatingnewsec .newswarp::-webkit-scrollbar-thumb {
          background: rgba(225, 236, 252, 0.3);
          outline: 1px solid rgba(232, 239, 248, 0.3); } }
    @media (min-width: 1024px) and (max-width: 1280px) {
      .floatingnews .floatingnewsec .newswarp {
        height: 280px; } }
    .floatingnews .floatingnewsec .newlist {
      margin-bottom: 30px; }
      @media (min-width: 1700px) {
        .floatingnews .floatingnewsec .newlist {
          margin-bottom: 70px; } }
      .floatingnews .floatingnewsec .newlist:last-child {
        margin-bottom: 0px; }
      .floatingnews .floatingnewsec .newlist .newlist {
        -webkit-transition: all 0.3s;
        transition: all 0.3s; }
        .floatingnews .floatingnewsec .newlist .newlist .innerWrap .imgWrap {
          overflow: hidden; }
          .floatingnews .floatingnewsec .newlist .newlist .innerWrap .imgWrap img {
            -webkit-transition: all 0.3s;
            transition: all 0.3s; }
        .floatingnews .floatingnewsec .newlist .newlist:hover .innerWrap .imgwrap img {
          -webkit-transform: scale(1.2);
              -ms-transform: scale(1.2);
                  transform: scale(1.2); }
      .floatingnews .floatingnewsec .newlist .innerWrap {
        display: -webkit-box;
        display: -webkit-flex;
        display: -ms-flexbox;
        display: flex;
        -webkit-flex-wrap: wrap;
            -ms-flex-wrap: wrap;
                flex-wrap: wrap;
        -webkit-box-align: center;
        -webkit-align-items: center;
            -ms-flex-align: center;
                align-items: center;
        width: 100%; }
        .floatingnews .floatingnewsec .newlist .innerWrap .imgWrap {
          overflow: hidden;
          margin-top: 0px; }
          @media (max-width: 767px) {
            .floatingnews .floatingnewsec .newlist .innerWrap .imgWrap {
              max-width: 350px;
              -webkit-box-ordinal-group: 2;
              -webkit-order: 1;
                  -ms-flex-order: 1;
                      order: 1;
              margin: 0px auto;
              margin-bottom: 20px; } }
          @media print, screen and (min-width: 64em) {
            .floatingnews .floatingnewsec .newlist .innerWrap .imgWrap {
              margin-bottom: 0px;
              min-width: 174px;
              margin-top: 5px; } }
          .floatingnews .floatingnewsec .newlist .innerWrap .imgWrap img {
            -webkit-transition: all 0.3s;
            transition: all 0.3s; }
          .floatingnews .floatingnewsec .newlist .innerWrap .imgWrap + .cntWrap {
            padding-left: 12px;
            max-width: 280px;
            margin-top: 0px; }
            @media print, screen and (min-width: 64em) {
              .floatingnews .floatingnewsec .newlist .innerWrap .imgWrap + .cntWrap {
                max-width: 280px; } }
          .floatingnews .floatingnewsec .newlist .innerWrap .imgWrap:hover img {
            -webkit-transform: scale(1.2);
                -ms-transform: scale(1.2);
                    transform: scale(1.2); }
        .floatingnews .floatingnewsec .newlist .innerWrap .cntWrap {
          width: 100%;
          position: relative;
          padding-top: 0px;
          max-width: 100%; }
          @media (max-width: 767px) {
            .floatingnews .floatingnewsec .newlist .innerWrap .cntWrap {
              max-width: 100%; } }
          .floatingnews .floatingnewsec .newlist .innerWrap .cntWrap p {
            font-size: 16px;
            line-height: 22px;
            margin-bottom: 7px;
            font-weight: 700;
            color: #ffffff; }
            @media (min-width: 1700px) {
              .floatingnews .floatingnewsec .newlist .innerWrap .cntWrap p {
                font-size: 18px;
                line-height: 20px; } }
            .floatingnews .floatingnewsec .newlist .innerWrap .cntWrap p a {
              color: #ffffff;
              word-break: break-word; }
              @media (max-width: 1023px) {
                .floatingnews .floatingnewsec .newlist .innerWrap .cntWrap p a {
                  color: #ffffff;
                  text-align: center;
                  display: block; } }
              .floatingnews .floatingnewsec .newlist .innerWrap .cntWrap p a:hover {
                text-decoration: underline;
                padding-left: 0px;
                -webkit-transition: all 0.75s;
                transition: all 0.75s;
                color: #ffffff; }
            .floatingnews .floatingnewsec .newlist .innerWrap .cntWrap p + p {
              margin: 0px 0 0;
              margin-top: 31px; }
              @media (max-width: 767px) {
                .floatingnews .floatingnewsec .newlist .innerWrap .cntWrap p + p {
                  max-width: 359px;
                  margin: 0px auto;
                  margin-top: 11px; } }
              @media (min-width: 768px) and (max-width: 1023px) {
                .floatingnews .floatingnewsec .newlist .innerWrap .cntWrap p + p {
                  max-width: 560px;
                  margin: 0px auto;
                  margin-top: 11px; } }
          .floatingnews .floatingnewsec .newlist .innerWrap .cntWrap .linkmore {
            margin-top: 6px; }
          .floatingnews .floatingnewsec .newlist .innerWrap .cntWrap span.readlink {
            font-weight: 400;
            font-size: 16px;
            line-height: 20px;
            position: relative;
            color: #ffffff;
            -webkit-transition: all 0.75s;
            transition: all 0.75s; }
            @media (max-width: 1023px) {
              .floatingnews .floatingnewsec .newlist .innerWrap .cntWrap span.readlink {
                text-align: left;
                display: inline; } }
            .floatingnews .floatingnewsec .newlist .innerWrap .cntWrap span.readlink:after {
              content: ">";
              display: inline-block;
              vertical-align: middle;
              font-weight: 400;
              font-size: 16px;
              line-height: 20px;
              position: relative;
              color: #ffffff;
              left: 2px;
              top: -2px;
              background-size: contain; }
            .floatingnews .floatingnewsec .newlist .innerWrap .cntWrap span.readlink:hover {
              text-decoration: none;
              padding-left: 10px;
              color: #ffffff; }
              .floatingnews .floatingnewsec .newlist .innerWrap .cntWrap span.readlink:hover:after {
                color: #ffffff; }
          .floatingnews .floatingnewsec .newlist .innerWrap .cntWrap:hover span.readlink {
            padding-left: 10px;
            color: #ffffff; }
            .floatingnews .floatingnewsec .newlist .innerWrap .cntWrap:hover span.readlink:after {
              color: #ffffff; }
    .floatingnews .floatingnewsec .btnsection {
      margin-top: 48px;
      text-align: center; }
      .floatingnews .floatingnewsec .btnsection a.ctaborder {
        color: #ffffff;
        min-height: auto;
        z-index: 1;
        padding: 5px 23px;
        font-weight: 600; }
        @media print, screen and (min-width: 64em) {
          .floatingnews .floatingnewsec .btnsection a.ctaborder {
            font-size: 20px;
            line-height: 32px;
            min-height: auto;
            padding: 5px 23px;
            min-width: auto; } }
        @media (min-width: 1700px) {
          .floatingnews .floatingnewsec .btnsection a.ctaborder {
            font-size: 26px;
            line-height: 36px; } }
        .floatingnews .floatingnewsec .btnsection a.ctaborder:hover {
          color: #1c375e; }

@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  .floatingnews .floatingnewsec .newswarp {
    margin-right: -10px;
    padding-top: 32px;
    margin-top: -9px;
    margin-bottom: -32px;
    padding-bottom: 32px;
    -ms-overflow-style: -ms-autohiding-scrollbar;
    /* ie scrollbar color properties */
    scrollbar-base-color: #efefef;
    scrollbar-face-color: #666666;
    scrollbar-3dlight-color: #666666;
    scrollbar-highlight-color: #666666;
    scrollbar-track-color: #efefef;
    scrollbar-arrow-color: #666666;
    scrollbar-shadow-color: #666666;
    scrollbar-dark-shadow-color: #666666; }
    .floatingnews .floatingnewsec .newswarp::-webkit-scrollbar {
      width: 3px; }
    .floatingnews .floatingnewsec .newswarp::-webkit-scrollbar-track {
      -webkit-box-shadow: inset 0 0 6px rgba(255, 255, 255, 0.3); }
    .floatingnews .floatingnewsec .newswarp::-webkit-scrollbar-thumb {
      background: rgba(225, 236, 252, 0.3);
      outline: 1px solid rgba(232, 239, 248, 0.3); }
    .floatingnews .floatingnewsec .newswarp:after {
      content: "";
      height: 32px;
      display: block; } }

/*Edge*/
@supports (-ms-ime-align: auto) {
  .floatingnews .floatingnewsec .newswarp {
    margin-right: -10px;
    padding-top: 16px;
    margin-top: -16px;
    margin-bottom: -16px;
    padding-bottom: 16px; }
    .floatingnews .floatingnewsec .newswarp::-webkit-scrollbar {
      width: 3px; }
    .floatingnews .floatingnewsec .newswarp::-webkit-scrollbar-track {
      -webkit-box-shadow: inset 0 0 6px rgba(255, 255, 255, 0.3); }
    .floatingnews .floatingnewsec .newswarp::-webkit-scrollbar-thumb {
      background: rgba(225, 236, 252, 0.3);
      outline: 1px solid rgba(232, 239, 248, 0.3); }
  .floatingnews .floatingnewsec .newswarp:after {
    content: "";
    height: 16px;
    display: block; } }

/*Firefox*/
/*From version 64 - https://drafts.csswg.org/css-scrollbars-1/*/
.floatingnews .floatingnewsec .newswarp {
  scrollbar-width: thin;
  scrollbar-color: #666666 #efefef; }
  .floatingnews .floatingnewsec .newswarp::-webkit-scrollbar {
    width: 3px; }
  .floatingnews .floatingnewsec .newswarp::-webkit-scrollbar-track {
    -webkit-box-shadow: inset 0 0 6px rgba(255, 255, 255, 0.3); }
  .floatingnews .floatingnewsec .newswarp::-webkit-scrollbar-thumb {
    background: rgba(225, 236, 252, 0.3);
    outline: 1px solid rgba(232, 239, 248, 0.3); }

button {
  cursor: pointer; }

.bannerpanel {
  position: relative; }
  .bannerpanel.primarybgcolor {
    background: transparent; }
    .bannerpanel.primarybgcolor .contentsection h1,
    .bannerpanel.primarybgcolor .contentsection h2 {
      color: #ffffff; }
      .bannerpanel.primarybgcolor .contentsection h1 span:after,
      .bannerpanel.primarybgcolor .contentsection h2 span:after {
        background: url(../images/primary-banner-icon.svg) no-repeat;
        background-size: contain; }
    .bannerpanel.primarybgcolor .contentsection p {
      color: #ffffff; }
    .bannerpanel.primarybgcolor:after {
      content: "";
      position: absolute;
      width: 100%;
      height: 100%;
      background: #1c375e;
      bottom: 0px;
      z-index: -1;
      bottom: 46px; }
  @media print, screen and (min-width: 64em) {
    .bannerpanel .grid-container {
      max-width: 1248px;
      padding-left: 10px;
      padding-right: 10px; } }
  .bannerpanel .contentsection {
    padding-top: 22px;
    text-align: left;
    z-index: 999999999; }
    @media print, screen and (max-width: 47.99875em) {
      .bannerpanel .contentsection {
        max-width: 273px;
        margin: 0px auto; } }
    @media print, screen and (min-width: 48em) and (max-width: 63.99875em) {
      .bannerpanel .contentsection {
        max-width: 573px;
        margin: 0px auto; } }
    @media print, screen and (min-width: 64em) {
      .bannerpanel .contentsection {
        padding-top: 22px;
        max-width: 480px; } }
    @media screen and (min-width: 85.375em) {
      .bannerpanel .contentsection {
        max-width: 555px; } }
    @media screen and (min-width: 85.375em) {
      .bannerpanel .contentsection {
        padding-top: 51px; } }
    @media (min-width: 1024px) and (max-width: 1279px) {
      .bannerpanel .contentsection {
        max-width: 410px; } }
    @media (min-width: 1366px) and (max-width: 1500px) {
      .bannerpanel .contentsection {
        max-width: 475px;
        padding-top: 22px; } }
    .bannerpanel .contentsection h1,
    .bannerpanel .contentsection h2 {
      font-weight: normal;
      text-align: left;
      margin-bottom: 0px;
      position: relative;
      font-style: italic; }
      @media print, screen and (max-width: 47.99875em) {
        .bannerpanel .contentsection h1,
        .bannerpanel .contentsection h2 {
          max-width: 240px;
          margin: 0px auto;
          margin-bottom: 24px; } }
      @media print, screen and (min-width: 48em) and (max-width: 63.99875em) {
        .bannerpanel .contentsection h1,
        .bannerpanel .contentsection h2 {
          max-width: 240px;
          margin: 0px auto;
          margin-bottom: 24px; } }
      @media (min-width: 1366px) {
        .bannerpanel .contentsection h1,
        .bannerpanel .contentsection h2 {
          font-size: 80px !important;
          line-height: 74px !important; } }
      .bannerpanel .contentsection h1 span,
      .bannerpanel .contentsection h2 span {
        position: relative;
        width: 150px; }
        .bannerpanel .contentsection h1 span:after,
        .bannerpanel .contentsection h2 span:after {
          background: url(../images/banner-icon.svg) no-repeat;
          background-size: contain;
          content: "";
          display: inline-block;
          height: 23px;
          vertical-align: middle;
          width: 76px;
          position: absolute;
          right: -92px;
          bottom: 12px; }
          @media print, screen and (min-width: 48em) {
            .bannerpanel .contentsection h1 span:after,
            .bannerpanel .contentsection h2 span:after {
              height: 23px;
              vertical-align: middle;
              width: 76px;
              position: absolute;
              right: -92px;
              bottom: 12px; } }
          @media print, screen and (min-width: 64em) {
            .bannerpanel .contentsection h1 span:after,
            .bannerpanel .contentsection h2 span:after {
              height: 46px;
              width: 156px;
              right: -181px;
              bottom: 21px; } }
      .bannerpanel .contentsection h1 a,
      .bannerpanel .contentsection h2 a {
        color: #ffffff;
        text-decoration: none; }
        .bannerpanel .contentsection h1 a:hover,
        .bannerpanel .contentsection h2 a:hover {
          color: inherit; }
    .bannerpanel .contentsection p {
      font-size: 17px;
      line-height: 20px;
      margin-top: 8px; }
      @media print, screen and (min-width: 48em) and (max-width: 63.99875em) {
        .bannerpanel .contentsection p {
          max-width: 600px;
          margin: 0px auto;
          font-size: 17px;
          line-height: 20px;
          max-width: 315px; } }
      @media print, screen and (min-width: 64em) {
        .bannerpanel .contentsection p {
          font-size: 24px;
          line-height: 33px;
          line-height: 36px;
          max-width: 594px;
          margin-bottom: 19px;
          font-weight: normal; } }
      @media screen and (min-width: 85.375em) {
        .bannerpanel .contentsection p {
          line-height: 33px; } }
      .bannerpanel .contentsection p a {
        text-decoration: none; }
        .bannerpanel .contentsection p a:hover {
          color: inherit; }
      .bannerpanel .contentsection p + p {
        margin-top: 0px; }
    .bannerpanel .contentsection .ctaBlock {
      margin: 0 auto;
      margin-top: 31px; }
      @media screen and (max-width: 374px) {
        .bannerpanel .contentsection .ctaBlock {
          margin-top: 31px; } }
      @media print, screen and (min-width: 48em) {
        .bannerpanel .contentsection .ctaBlock {
          margin: 0;
          margin-top: 31px;
          max-width: 500px; } }
      @media print, screen and (min-width: 64em) {
        .bannerpanel .contentsection .ctaBlock {
          margin-top: 28px; } }
      @media screen and (min-width: 85.375em) {
        .bannerpanel .contentsection .ctaBlock {
          margin-top: 44px; } }
      .bannerpanel .contentsection .ctaBlock .ctaborder.nobg {
        background: transparent;
        font-size: 16px;
        line-height: 22px;
        color: #1c375e;
        padding: 7px 32px;
        border: 2px solid #1c375e;
        font-weight: 700;
        border-radius: 3px; }
        @media print, screen and (min-width: 64em) {
          .bannerpanel .contentsection .ctaBlock .ctaborder.nobg {
            font-size: 24px;
            line-height: 34px;
            padding: 11px 46.5px; } }
        .bannerpanel .contentsection .ctaBlock .ctaborder.nobg:hover {
          color: #fff; }
  .bannerpanel .homeBanner {
    min-height: 432px;
    position: relative; }
    @media print, screen and (max-width: 47.99875em) {
      .bannerpanel .homeBanner {
        min-height: 315px;
        margin-top: 72px; } }
    @media print, screen and (min-width: 48em) and (max-width: 63.99875em) {
      .bannerpanel .homeBanner {
        min-height: 286px;
        margin-top: 72px; } }
    @media (min-width: 1024px) and (max-width: 1279px) {
      .bannerpanel .homeBanner {
        min-height: 332px; } }
    @media print, screen and (min-width: 64em) {
      .bannerpanel .homeBanner {
        margin-top: -9px; } }
    .bannerpanel .homeBanner .bannerwarp {
      background-size: cover;
      background-repeat: no-repeat;
      background-position: center;
      width: 100%;
      position: absolute;
      top: 0;
      left: 0;
      overflow: hidden;
      height: 100%;
      -webkit-clip-path: polygon(0% 14%, 100% 0%, 100% 95%, 0% 100%);
              clip-path: polygon(0% 14%, 100% 0%, 100% 95%, 0% 100%); }
      @media print, screen and (max-width: 47.99875em) {
        .bannerpanel .homeBanner .bannerwarp {
          -webkit-clip-path: polygon(0% 15%, 101% 1%, 120% 106%, 0% 100%);
                  clip-path: polygon(0% 15%, 101% 1%, 120% 106%, 0% 100%);
          margin-top: -18px; } }
      @media print, screen and (min-width: 48em) and (max-width: 63.99875em) {
        .bannerpanel .homeBanner .bannerwarp {
          -webkit-clip-path: polygon(0% 15%, 101% 1%, 120% 106%, 0% 100%);
                  clip-path: polygon(0% 15%, 101% 1%, 120% 106%, 0% 100%);
          margin-top: -18px; } }
      @media print, screen and (min-width: 64em) {
        .bannerpanel .homeBanner .bannerwarp {
          margin-top: -23px; } }
      @media screen and (min-width: 85.375em) {
        .bannerpanel .homeBanner .bannerwarp {
          margin-top: -22px; } }
      @media (min-width: 1024px) and (max-width: 1279px) {
        .bannerpanel .homeBanner .bannerwarp {
          margin-top: -33px; } }
      @media (min-width: 1366px) and (max-width: 1430px) {
        .bannerpanel .homeBanner .bannerwarp {
          margin-top: -23px; } }
      .bannerpanel .homeBanner .bannerwarp img {
        -o-object-fit: cover;
           object-fit: cover;
        width: 100%;
        height: 100%; }
    .bannerpanel .homeBanner:after {
      content: "";
      -webkit-clip-path: polygon(0% 0%, 100% 0%, 100% 14%, 0% 100%);
              clip-path: polygon(0% 0%, 100% 0%, 100% 14%, 0% 100%);
      position: absolute;
      width: 100%;
      height: 50px;
      background: #eb0535;
      left: 0;
      bottom: 0px; }
      @media print, screen and (max-width: 47.99875em) {
        .bannerpanel .homeBanner:after {
          height: 18px;
          -webkit-clip-path: polygon(0% 0%, 100% 0%, 100% 35%, 0% 100%);
                  clip-path: polygon(0% 0%, 100% 0%, 100% 35%, 0% 100%); } }
      @media print, screen and (min-width: 48em) and (max-width: 63.99875em) {
        .bannerpanel .homeBanner:after {
          height: 18px;
          -webkit-clip-path: polygon(0% 0%, 100% 0%, 100% 43%, 0% 100%);
                  clip-path: polygon(0% 0%, 100% 0%, 100% 43%, 0% 100%); } }
  .bannerpanel .videosectionwrap {
    position: absolute;
    top: 0px;
    z-index: 2; }
    @media print, screen and (max-width: 47.99875em) {
      .bannerpanel .videosectionwrap {
        top: -48px;
        left: 50%;
        -webkit-transform: translateX(-50%);
            -ms-transform: translateX(-50%);
                transform: translateX(-50%); } }
    @media print, screen and (min-width: 48em) and (max-width: 63.99875em) {
      .bannerpanel .videosectionwrap {
        top: -48px;
        left: 50%;
        -webkit-transform: translateX(-50%);
            -ms-transform: translateX(-50%);
                transform: translateX(-50%); } }
    @media print, screen and (min-width: 64em) {
      .bannerpanel .videosectionwrap {
        top: -120px;
        right: 41px; } }
    @media (min-width: 1024px) and (max-width: 1279px) {
      .bannerpanel .videosectionwrap {
        right: 50px; } }
    @media screen and (min-width: 85.375em) {
      .bannerpanel .videosectionwrap {
        top: -94px;
        right: 270px; } }
    @media (min-width: 1366px) and (max-width: 1499px) {
      .bannerpanel .videosectionwrap {
        right: 80px; } }
    @media (min-width: 1500px) and (max-width: 1700px) {
      .bannerpanel .videosectionwrap {
        right: 142px;
        top: -120x; } }
    @media print, screen and (max-width: 47.99875em) {
      .bannerpanel .videosectionwrap.border-radius {
        top: -48px;
        left: 50%;
        -webkit-transform: translateX(-50%);
            -ms-transform: translateX(-50%);
                transform: translateX(-50%); } }
    @media print, screen and (min-width: 48em) and (max-width: 63.99875em) {
      .bannerpanel .videosectionwrap.border-radius {
        top: -48px;
        left: 50%;
        -webkit-transform: translateX(-50%);
            -ms-transform: translateX(-50%);
                transform: translateX(-50%); } }
    @media print, screen and (min-width: 64em) {
      .bannerpanel .videosectionwrap.border-radius {
        top: -237px;
        right: 67px; } }
    @media (min-width: 1024px) and (max-width: 1279px) {
      .bannerpanel .videosectionwrap.border-radius {
        right: 73px;
        top: -223px; } }
    @media screen and (min-width: 85.375em) {
      .bannerpanel .videosectionwrap.border-radius {
        top: -263px;
        right: 270px; } }
    @media (min-width: 1366px) and (max-width: 1499px) {
      .bannerpanel .videosectionwrap.border-radius {
        right: 50px;
        top: -260px; } }
    @media (min-width: 1500px) and (max-width: 1700px) {
      .bannerpanel .videosectionwrap.border-radius {
        right: 142px;
        top: -260px; } }
    .bannerpanel .videosectionwrap.border-radius .imgsec {
      width: 269px;
      height: 269px;
      border: solid 5px #ffffff;
      overflow: hidden;
      -webkit-transform: translateZ(0);
              transform: translateZ(0);
      border-radius: 50%;
      background: #fff; }
      @media print, screen and (min-width: 48em) and (max-width: 63.99875em) {
        .bannerpanel .videosectionwrap.border-radius .imgsec {
          width: 269px;
          height: 269px;
          margin: 0px auto; } }
      @media print, screen and (min-width: 64em) {
        .bannerpanel .videosectionwrap.border-radius .imgsec {
          width: 500px;
          height: 500px; } }
      @media (min-width: 1024px) and (max-width: 1279px) {
        .bannerpanel .videosectionwrap.border-radius .imgsec {
          width: 400px;
          height: 400px; } }
      @media screen and (min-width: 85.375em) {
        .bannerpanel .videosectionwrap.border-radius .imgsec {
          width: 580px;
          height: 580px; } }
      .bannerpanel .videosectionwrap.border-radius .imgsec img {
        border-radius: 50%;
        -o-object-fit: cover;
           object-fit: cover;
        width: 100%;
        height: 100%; }
    .bannerpanel .videosectionwrap.border-radius .videocontent {
      position: relative;
      top: 25px;
      left: 0px; }
      @media print, screen and (min-width: 48em) {
        .bannerpanel .videosectionwrap.border-radius .videocontent {
          top: 24px;
          left: 0px; } }
      @media print, screen and (min-width: 64em) {
        .bannerpanel .videosectionwrap.border-radius .videocontent {
          top: 35px;
          left: -31px; } }
      @media screen and (min-width: 85.375em) {
        .bannerpanel .videosectionwrap.border-radius .videocontent {
          top: 24px;
          left: -31px; } }
    .bannerpanel .videosectionwrap.border-radius .imgWrap {
      border-radius: 50%;
      width: 100%;
      height: 100%;
      padding-bottom: 56.25%;
      height: 269px;
      overflow: hidden;
      position: relative;
      z-index:-1;
    }
    .bannerpanel .videosectionwrap.border-radius .imgWrap.hasCTALink {
        z-index: 0;
    }
      @media print, screen and (min-width: 48em) {
        .bannerpanel .videosectionwrap.border-radius .imgWrap {
          width: 100%;
          height: 100%; } }
      @media print, screen and (min-width: 64em) {
        .bannerpanel .videosectionwrap.border-radius .imgWrap {
          width: 100%;
          height: 100%; } }
      @media (min-width: 1024px) and (max-width: 1279px) {
        .bannerpanel .videosectionwrap.border-radius .imgWrap {
          width: 100%;
          height: 100%; } }
    .bannerpanel .videosectionwrap.border-radius .filter-img {
      width: 100%;
      height: 259px;
      padding-bottom: 0px;
      -webkit-transform: translateZ(0);
              transform: translateZ(0); }
      @media print, screen and (min-width: 48em) {
        .bannerpanel .videosectionwrap.border-radius .filter-img {
          width: 269px;
          height: 269px; } }
      @media print, screen and (min-width: 64em) {
        .bannerpanel .videosectionwrap.border-radius .filter-img {
          width: 500px;
          height: 500px; } }
      @media (min-width: 1024px) and (max-width: 1279px) {
        .bannerpanel .videosectionwrap.border-radius .filter-img {
          width: 400px;
          height: 400px; } }
      @media screen and (min-width: 85.375em) {
        .bannerpanel .videosectionwrap.border-radius .filter-img {
          width: 580px;
          height: 580px; } }
      .bannerpanel .videosectionwrap.border-radius .filter-img .videoPanel:before,
      .bannerpanel .videosectionwrap.border-radius .filter-img .video-panel::after {
        border-radius: 50%;
        display: none; }
    .bannerpanel .videosectionwrap.border-radius .video-thumb-image iframe {
      border-radius: 50%; }
    .bannerpanel .videosectionwrap.border-radius .video-panel .filter-img .videoPanel:before {
      border-radius: 50%;
      display: none; }
    .bannerpanel .videosectionwrap.border-radius .video-thumb-image {
      pointer-events: none; }
      .bannerpanel .videosectionwrap.border-radius .video-thumb-image.fullscreen {
        pointer-events: inherit; }
      .bannerpanel .videosectionwrap.border-radius .video-thumb-image iframe {
        height: 100%;
        top: 50%;
        left: 50%;
        -webkit-transform: translate(-50%, -50%);
            -ms-transform: translate(-50%, -50%);
                transform: translate(-50%, -50%);
        width: 71vw; }
        @media print, screen and (max-width: 47.99875em) {
          .bannerpanel .videosectionwrap.border-radius .video-thumb-image iframe {
            width: 130vw; } }
    .bannerpanel .videosectionwrap.border-radius .video-panel .filter-img .videoPanel:before {
      display: none; }
    .bannerpanel .videosectionwrap.border-radius .video-panel .filter-img .videoPanel:after {
      display: none; }
    .bannerpanel .videosectionwrap.border-radius .imgsec {
      border-radius: 50%; }
      .bannerpanel .videosectionwrap.border-radius .imgsec img {
        border-radius: 50%; }
    .bannerpanel .videosectionwrap.border-radius .imgWrap {
      border-radius: 50%; }
    .bannerpanel .videosectionwrap.border-radius .filter-img .videoPanel:before,
    .bannerpanel .videosectionwrap.border-radius .filter-img .video-panel::after {
      border-radius: 50%;
      display: none; }
    .bannerpanel .videosectionwrap.border-radius .video-thumb-image iframe {
      border-radius: 50%; }
    .bannerpanel .videosectionwrap.border-radius .video-panel .filter-img .videoPanel:before {
      border-radius: 50%;
      display: none; }
    .bannerpanel .videosectionwrap .videocontent {
      position: relative;
      top: 105px;
      left: 0px; }
      @media print, screen and (min-width: 48em) {
        .bannerpanel .videosectionwrap .videocontent {
          top: 44px;
          left: 0px; } }
      @media print, screen and (min-width: 64em) {
        .bannerpanel .videosectionwrap .videocontent {
          top: 53px;
          left: 0px; } }
      @media screen and (min-width: 85.375em) {
        .bannerpanel .videosectionwrap .videocontent {
          top: 53px;
          left: 0px; } }
      .bannerpanel .videosectionwrap .videocontent p {
        font-size: 18px;
        line-height: 24px;
        font-weight: bold;
        color: #ffffff; 
        text-shadow: 1px 1px #030407;}
        @media print, screen and (min-width: 48em) {
          .bannerpanel .videosectionwrap .videocontent p {
            font-size: 20px;
            line-height: 24px; } }
        @media print, screen and (min-width: 64em) {
          .bannerpanel .videosectionwrap .videocontent p {
            font-size: 32px;
            line-height: 40px; } }
        @media (min-width: 1024px) and (max-width: 1279px) {
          .bannerpanel .videosectionwrap .videocontent p {
            font-size: 25px;
            line-height: 40px; } }
    .bannerpanel .videosectionwrap .imgsec {
      width: 342px;
      height: 192px;
      border: solid 5px #ffffff;
      overflow: hidden;
      -webkit-transform: translateZ(0);
              transform: translateZ(0);
      background: #fff; }
      @media print, screen and (min-width: 48em) {
        .bannerpanel .videosectionwrap .imgsec {
          width: 342px;
          height: 192px; } }
      @media print, screen and (min-width: 64em) {
        .bannerpanel .videosectionwrap .imgsec {
          width: 580px;
          height: 326px; } }
      @media (min-width: 1024px) and (max-width: 1279px) {
        .bannerpanel .videosectionwrap .imgsec {
          width: 400px;
          height: 225px; } }
      .bannerpanel .videosectionwrap .imgsec img {
        -o-object-fit: cover;
           object-fit: cover;
        width: 100%;
        height: 100%; }
    .bannerpanel .videosectionwrap .imgWrap {
      width: 100%;
      height: 100%;
      padding-bottom: 56.25%;
      height: 192px;
      overflow: hidden;
      position: relative; }
      @media print, screen and (min-width: 48em) {
        .bannerpanel .videosectionwrap .imgWrap {
          width: 100%;
          height: 100%; } }
      @media print, screen and (min-width: 64em) {
        .bannerpanel .videosectionwrap .imgWrap {
          width: 100%;
          height: 100%; } }
      @media (min-width: 1024px) and (max-width: 1279px) {
        .bannerpanel .videosectionwrap .imgWrap {
          width: 100%;
          height: 100%; } }
    .bannerpanel .videosectionwrap .filter-img {
      width: 100%;
      height: 192px;
      padding-bottom: 0px;
      -webkit-transform: translateZ(0);
              transform: translateZ(0); }
      @media print, screen and (min-width: 48em) {
        .bannerpanel .videosectionwrap .filter-img {
          width: 342px;
          height: 192px; } }
      @media print, screen and (min-width: 64em) {
        .bannerpanel .videosectionwrap .filter-img {
          width: 580px;
          height: 326px; } }
      @media (min-width: 1024px) and (max-width: 1279px) {
        .bannerpanel .videosectionwrap .filter-img {
          width: 400px;
          height: 225px; } }
      .bannerpanel .videosectionwrap .filter-img .videoPanel:before,
      .bannerpanel .videosectionwrap .filter-img .video-panel::after {
        display: none; }
    .bannerpanel .videosectionwrap .video-thumb-image {
      pointer-events: none; }
      .bannerpanel .videosectionwrap .video-thumb-image.fullscreen {
        pointer-events: inherit; }
      .bannerpanel .videosectionwrap .video-thumb-image iframe {
        height: 100%;
        top: 50%;
        left: 50%;
        -webkit-transform: translate(-50%, -50%);
            -ms-transform: translate(-50%, -50%);
                transform: translate(-50%, -50%);
        width: 100%; }
        @media print, screen and (max-width: 47.99875em) {
          .bannerpanel .videosectionwrap .video-thumb-image iframe {
            width: 103%; } }
    .bannerpanel .videosectionwrap .video-panel .filter-img .videoPanel:before {
      display: none; }
    .bannerpanel .videosectionwrap .video-panel .filter-img .videoPanel:after {
      display: none; }

.bannerpanel .videoPanel.loaded {
  background-image: none !important;
  background-color: #000; }

@media print, screen and (max-width: 47.99875em) {
  .homeBanner.border-radius {
    min-height: 315px; } }

@media print, screen and (min-width: 48em) and (max-width: 63.99875em) {
  .homeBanner.border-radius {
    min-height: 318px; } }

@media screen and (min-width: 85.375em) {
  .homeBanner.border-radius {
    min-height: 451px; } }

.homeBanner.border-radius .video-controller {
  bottom: 20px;
  left: -26px; }
  @media print, screen and (min-width: 48em) {
    .homeBanner.border-radius .video-controller {
      bottom: 11px;
      left: -13px; } }
  @media print, screen and (min-width: 64em) {
    .homeBanner.border-radius .video-controller {
      left: -53px;
      bottom: -26px; } }
  @media (min-width: 1024px) and (max-width: 1279px) {
    .homeBanner.border-radius .video-controller {
      left: -52px;
      bottom: 20px; } }
  @media (min-width: 1280px) and (max-width: 1365px) {
    .homeBanner.border-radius .video-controller {
      left: -93px;
      bottom: 28px; } }
  @media screen and (min-width: 85.375em) {
    .homeBanner.border-radius .video-controller {
      left: -71px;
      bottom: 22px; } }
  .homeBanner.border-radius .video-controller .play-bt {
    border-radius: 50%; }
    @media print, screen and (min-width: 48em) and (max-width: 63.99875em) {
      .homeBanner.border-radius .video-controller .play-bt {
        margin-left: 6px; } }
  .homeBanner.border-radius .video-controller .pause-bt {
    border-radius: 50%; }
    @media print, screen and (min-width: 48em) and (max-width: 63.99875em) {
      .homeBanner.border-radius .video-controller .pause-bt {
        margin-left: 6px; } }
  .homeBanner.border-radius .video-controller .mute-bt {
    border-radius: 50%; }
    @media print, screen and (min-width: 64em) {
      .homeBanner.border-radius .video-controller .mute-bt {
        top: -28px; } }
    @media (min-width: 1024px) and (max-width: 1279px) {
      .homeBanner.border-radius .video-controller .mute-bt {
        top: -37px;
        left: -29px; } }
  .homeBanner.border-radius .video-controller .mute-bt.mute {
    border-radius: 50%; }
    @media print, screen and (min-width: 64em) {
      .homeBanner.border-radius .video-controller .mute-bt.mute {
        top: -28px; } }
    @media (min-width: 1024px) and (max-width: 1279px) {
      .homeBanner.border-radius .video-controller .mute-bt.mute {
        top: -37px;
        left: -29px; } }
  .homeBanner.border-radius .video-controller .expand {
    border-radius: 50%; }
    @media print, screen and (min-width: 48em) {
      .homeBanner.border-radius .video-controller .expand {
        bottom: -3px;
        right: -26px; } }
    @media print, screen and (min-width: 64em) {
      .homeBanner.border-radius .video-controller .expand {
        bottom: 11px;
        right: 53px; } }
    @media (min-width: 1024px) and (max-width: 1279px) {
      .homeBanner.border-radius .video-controller .expand {
        bottom: 20px;
        right: 130px; } }

.video-controller {
  position: absolute;
  margin-left: auto;
  bottom: 0px;
  left: -3px;
  width: 40px;
  z-index:999999999;
}
  @media print, screen and (max-width: 47.99875em) {
    .video-controller {
      bottom: -58px;
      left: -3px;
      width: auto; } }
  @media print, screen and (min-width: 48em) {
    .video-controller {
      left: -76px;
      bottom: 45px; } }
  @media print, screen and (min-width: 64em) {
    .video-controller {
      left: -87px;
      width: 240px;
      bottom: -53px; } }
  @media (min-width: 1280px) and (max-width: 1365px) {
    .video-controller {
      left: -155px;
      bottom: 55px; } }
  @media screen and (min-width: 85.375em) {
    .video-controller {
      left: -155px;
      bottom: 66px; } }
  .video-controller .play-bt, .video-controller .play-bt-vimeo{
    background-size: contain;
    background-repeat: no-repeat;
    width: 54px;
    height: 54px;
    margin: 10px 0px;
    overflow: hidden;
    cursor: pointer;
    margin-bottom: 21px;
    border: solid 3px #ffffff;
    background-color: #1c375e;
    background-image: url(../images/video-play.svg);
    background-repeat: no-repeat;
    background-position: 19px 16px;
    background-size: 13px 16px;
    margin-left: 6px; }
    @media print, screen and (min-width: 48em) {
      .video-controller .play-bt, .video-controller .play-bt-vimeo {
        background-position: 19px 16px;
        background-size: 13px 16px;
        margin-left: 22px;
        width: 54px;
        height: 54px; } }
    @media print, screen and (min-width: 64em) {
      .video-controller .play-bt, .video-controller .play-bt-vimeo {
        width: 115px;
        height: 115px;
        margin: 0px;
        margin-bottom: 32px;
        border: solid 5px #ffffff;
        margin-left: 40px;
        background-position: 39px 40px;
        background-size: 35px 28px; } }
    @media (min-width: 1024px) and (max-width: 1279px) {
      .video-controller .play-bt, .video-controller .play-bt-vimeo {
        width: 97px;
        height: 97px;
        margin: 0px;
        margin-bottom: 53px;
        margin-left: -10px;
        background-position: 31px 30px;
        background-size: 35px 28px; } }
  .video-controller .pause-bt, .video-controller .pause-bt-vimeo {
    background-size: contain;
    background-repeat: no-repeat;
    width: 54px;
    height: 54px;
    margin: 10px 0px;
    overflow: hidden;
    cursor: pointer;
    margin-bottom: 21px;
    border: solid 3px #ffffff;
    background-color: #1c375e;
    background-image: url(../images/video-pause.svg);
    background-repeat: no-repeat;
    background-position: 17px 14px;
    background-size: 24px 30px;
    margin-left: 6px; }
    @media print, screen and (min-width: 48em) {
      .video-controller .pause-bt, .video-controller .pause-bt-vimeo {
        width: 54px;
        height: 54px;
        background-position: 17px 14px;
        background-size: 24px 30px;
        margin-left: 22px; } }
    @media print, screen and (min-width: 64em) {
      .video-controller .pause-bt, .video-controller .pause-bt-vimeo {
        width: 115px;
        height: 115px;
        margin: 0px;
        margin-bottom: 32px;
        margin-left: 40px;
        background-position: 40px 40px;
        background-size: 50px 50px;
        border: solid 5px #ffffff; } }
    @media (min-width: 1024px) and (max-width: 1279px) {
      .video-controller .pause-bt, .video-controller .pause-bt-vimeo {
        width: 97px;
        height: 97px;
        margin: 0px;
        margin-bottom: 53px;
        margin-left: -10px;
        background-position: 31px 30px;
        /*background-size: 35px 28px;*/ } }
.video-controller .mute-bt, .video-controller .mute-bt-vimeo {
    background-size: 14px 14px;
    background-repeat: no-repeat;
    width: 29px;
    height: 29px;
    margin: 0px;
    margin-bottom: 20px;
    overflow: hidden;
    cursor: pointer;
    border: solid 2px #ffffff;
    background-color: #1c375e;
    background-image: url(../images/video-mute.svg);
    background-repeat: no-repeat;
    background-position: 5px 5px;
    position: absolute;
    top: -5px;
    left: 3px;
}
    @media print, screen and (min-width: 48em) {
      .video-controller .mute-bt, .video-controller .mute-bt-vimeo {
        width: 29px;
        height: 29px;
        margin: 0px;
        background-repeat: no-repeat;
        background-position: 5px 5px; } }
    @media print, screen and (min-width: 64em) {
      .video-controller .mute-bt, .video-controller .mute-bt-vimeo {
        width: 64px;
        height: 64px;
        margin: 0px;
        background-position: 15px 14px;
        background-size: 28px 25px;
        top: -42px;
        left: 19px;
        margin-bottom: 19px;
        border: solid 5px #ffffff; } }
    @media (min-width: 1024px) and (max-width: 1279px) {
      .video-controller .mute-bt, .video-controller .mute-bt-vimeo {
        top: -44px;
        left: -16px; } }
.video-controller .mute-bt.mute, .video-controller .mute-bt-vimeo.mute {
    background-size: 14px 14px;
    background-repeat: no-repeat;
    width: 29px;
    height: 29px;
    overflow: hidden;
    margin: 0px;
    cursor: pointer;
    border: solid 2px #ffffff;
    background-color: #1c375e;
    background-image: url(../images/video-unmute.svg);
    background-repeat: no-repeat;
    background-position: 5px 5px;
    position: absolute;
}
    @media print, screen and (min-width: 48em) {
      .video-controller .mute-bt.mute, .video-controller .mute-bt-vimeo.mute {
        width: 29px;
        height: 29px; } }
    @media print, screen and (min-width: 64em) {
      .video-controller .mute-bt.mute, .video-controller .mute-bt-vimeo.mute {
        width: 64px;
        height: 64px;
        margin: 0px;
        background-position: 13px 14px;
        background-size: 28px 25px;
        top: -42px;
        left: 19px;
        border: solid 5px #ffffff; } }
  .video-controller .expand {
    background-size: 14px 14px;
    background-repeat: no-repeat;
    width: 29px;
    height: 29px;
    margin: 10px 0px;
    overflow: hidden;
    cursor: pointer;
    margin-bottom: 19px;
    border: solid 2px #ffffff;
    background-color: #1c375e;
    background-image: url(../images/video-expand.svg);
    background-repeat: no-repeat;
    background-position: 5px 6px;
    position: absolute;
    bottom: -8px;
    right: -13px; }
    @media print, screen and (min-width: 48em) {
      .video-controller .expand {
        width: 29px;
        height: 29px;
        bottom: -5px;
        right: 7px; } }
    @media print, screen and (min-width: 64em) {
      .video-controller .expand {
        width: 64px;
        height: 64px;
        margin: 0px;
        background-position: 13px 12px;
        background-size: 30px 30px;
        border: solid 5px #ffffff;
        bottom: -6px;
        right: 154px; } }
    @media (min-width: 1024px) and (max-width: 1279px) {
      .video-controller .expand {
        width: 64px;
        height: 64px;
        margin: 0px;
        background-position: 13px 12px;
        background-size: 30px 30px;
        bottom: 8px;
        right: 191px; } }

.vimeo-video-src {
  position: relative;
  padding-bottom: 302%;
  -webkit-transform: translateY(-35.95%);
      -ms-transform: translateY(-35.95%);
          transform: translateY(-35.95%); }
  @media print, screen and (min-width: 48em) {
    .vimeo-video-src {
      padding-bottom: 200%; } }
  @media print, screen and (min-width: 64em) {
    .vimeo-video-src {
      position: relative;
      padding-bottom: 190%;
      -webkit-transform: translateY(-35.95%);
          -ms-transform: translateY(-35.95%);
              transform: translateY(-35.95%); } }
  @media (min-width: 1366px) and (max-width: 1428px) {
    .vimeo-video-src {
      padding-bottom: 176%; } }
  @media (min-width: 1600px) and (max-width: 1800px) {
    .vimeo-video-src {
      padding-bottom: 183%; } }

.ie11 .bannerpanel .overlay {
  background: url(../images/top-overlay.svg) no-repeat;
  height: 180px;
  background-size: cover !important;
  background-repeat: no-repeat;
  background-position: center;
  width: 100%;
  position: absolute;
  top: 170px;
  overflow: hidden;
  z-index: -2; }

.ie11 .bannerpanel .bottom-overlay {
  background: url(../images/banner-red-border.svg) no-repeat;
  height: 45px;
  background-size: cover !important;
  background-repeat: no-repeat;
  background-position: center;
  width: 100%;
  position: relative;
  bottom: 5px;
  overflow: hidden;
  z-index: -4;
  -webkit-transform: rotate3d(0, 0, 0, -1deg);
          transform: rotate3d(0, 0, 0, -1deg); }

.ie11 .bannerpanel .homeBanner:after {
  display: none; }

.ie11 .bannerpanel .homeBanner .bannerwarp {
  z-index: -3;
  margin-top: 0px; }
  .ie11 .bannerpanel .homeBanner .bannerwarp img {
    height: auto;
    margin-top: -12%; }

.ie11 .personaliconpanel.dialanimatesection .dialpadsection .inputField .jqx-input-content {
  background: transparent;
  font-size: 45px;
  line-height: 68px;
  color: #00214e;
  -webkit-box-shadow: none;
          box-shadow: none;
  height: 65px !important; }

.ie11 .personaliconpanel.dialanimatesection .dialpadsection .tblChart svg path {
  fill: #000; }

.ie11 .video-controller .play-bt {
  background-position: 47px 42px;
  background-size: 22px 24px; }

@media (min-width: 1024px) {
  .ie11 .bannerpanel .videosectionwrap {
    top: -226px; } }

.arrowanimation {
  display: none;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  width: auto;
  position: absolute;
  top: 75%;
  -webkit-transform: translate(-50%, 0px);
      -ms-transform: translate(-50%, 0px);
          transform: translate(-50%, 0px);
  z-index: 999;
  left: 46%;
  cursor: pointer; }
  @media print, screen and (min-width: 64em) {
    .arrowanimation {
      display: -webkit-box;
      display: -webkit-flex;
      display: -ms-flexbox;
      display: flex;
      width: 40px;
      height: 80px; } }

.chevron {
  position: absolute;
  width: 2.1rem;
  height: 0.48rem;
  opacity: 0;
  -webkit-transform: scale(0.3);
      -ms-transform: scale(0.3);
          transform: scale(0.3);
  -webkit-animation: move-chevron 3s ease-out infinite;
          animation: move-chevron 3s ease-out infinite;
  cursor: pointer; }
  @media print, screen and (min-width: 64em) {
    .chevron {
      margin-top: -76px; } }
  @media screen and (min-width: 85.375em) {
    .chevron {
      margin-top: -95px; } }

.chevron:first-child {
  -webkit-animation: move-chevron 3s ease-out 1s infinite;
          animation: move-chevron 3s ease-out 1s infinite;
  cursor: pointer; }

.chevron:nth-child(2) {
  -webkit-animation: move-chevron 3s ease-out 2s infinite;
          animation: move-chevron 3s ease-out 2s infinite;
  cursor: pointer; }

.chevron:before,
.chevron:after {
  content: "";
  position: absolute;
  top: 0;
  height: 100%;
  width: 50%;
  background: #ffffff;
  cursor: pointer; }

.chevron:before {
  left: 0;
  -webkit-transform: skewY(30deg);
      -ms-transform: skewY(30deg);
          transform: skewY(30deg); }

.chevron:after {
  right: 0;
  width: 50%;
  -webkit-transform: skewY(-30deg);
      -ms-transform: skewY(-30deg);
          transform: skewY(-30deg); }

@-webkit-keyframes move-chevron {
  25% {
    opacity: 1; }
  33.3% {
    opacity: 1;
    -webkit-transform: translateY(2.28rem);
            transform: translateY(2.28rem); }
  66.6% {
    opacity: 1;
    -webkit-transform: translateY(3.12rem);
            transform: translateY(3.12rem); }
  100% {
    opacity: 0;
    -webkit-transform: translateY(4.8rem) scale(0.5);
            transform: translateY(4.8rem) scale(0.5); } }

@keyframes move-chevron {
  25% {
    opacity: 1; }
  33.3% {
    opacity: 1;
    -webkit-transform: translateY(2.28rem);
            transform: translateY(2.28rem); }
  66.6% {
    opacity: 1;
    -webkit-transform: translateY(3.12rem);
            transform: translateY(3.12rem); }
  100% {
    opacity: 0;
    -webkit-transform: translateY(4.8rem) scale(0.5);
            transform: translateY(4.8rem) scale(0.5); } }

.video-panel .video-thumb-image iframe {
  display: none;
  opacity: 0;
  visibility: hidden;
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  width: 100%;
  height: 100%; }
  @media print, screen and (min-width: 48em) {
    .video-panel .video-thumb-image iframe {
      top: 0; } }

.video-panel .video-thumb-image.loaded iframe {
  display: block;
  visibility: visible;
  opacity: 1; }

.video-panel .filter-img {
  width: 100%;
  height: 100%;
  padding-bottom: 56.25%; }
  .video-panel .filter-img .videoPanel {
    margin: 0 0 0px;
    cursor: pointer;
    overflow: hidden;
    padding-bottom: 55.541%;
    -webkit-transition: 0.75s all;
    transition: 0.75s all; }
    @media screen and (min-width: 768px) {
      .video-panel .filter-img .videoPanel.fullscreen iframe {
        width: auto;
        height: auto;
        -webkit-transform: translate(0);
            -ms-transform: translate(0);
                transform: translate(0); } }
    @media print, screen and (min-width: 48em) {
      .video-panel .filter-img .videoPanel {
        padding-bottom: 55.441%; } }
    .video-panel .filter-img .videoPanel:hover:after {
      -webkit-transform: scale(0.85);
          -ms-transform: scale(0.85);
              transform: scale(0.85); }
    .video-panel .filter-img .videoPanel:hover:before {
      opacity: 1;
      -webkit-transform: scale(1);
          -ms-transform: scale(1);
              transform: scale(1);
      background-color: rgba(0, 0, 0, 0); }
    .video-panel .filter-img .videoPanel.loaded:hover {
      -webkit-transform: scale(1) initial;
          -ms-transform: scale(1) initial;
              transform: scale(1) initial; }
    .video-panel .filter-img .videoPanel:before {
      content: "";
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
      margin: 0;
      background-color: rgba(0, 0, 0, 0.7);
      z-index: 99;
      opacity: 1;
      -webkit-transition: 0.75s all;
      transition: 0.75s all; }
    .video-panel .filter-img .videoPanel:after {
      content: "";
      position: absolute;
      top: 0;
      bottom: 0px;
      left: 0px;
      right: 0;
      margin: auto;
      width: 57px;
      height: 58px;
      background-image: url(../images/video-play-button.svg);
      background-size: contain;
      background-repeat: no-repeat;
      cursor: pointer;
      -webkit-transition: all 0.3s;
      transition: all 0.3s;
      z-index: 999;
      opacity: 0.81; }
      @media print, screen and (min-width: 48em) {
        .video-panel .filter-img .videoPanel:after {
          width: 163px;
          height: 163px; } }
    .video-panel .filter-img .videoPanel.loaded:before {
      display: none; }
    .video-panel .filter-img .videoPanel.loaded:after {
      display: none; }
  .video-panel .filter-img img {
    height: 100%;
    max-width: 100%;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -o-object-fit: cover;
       object-fit: cover; }
  .video-panel .filter-img .img-responsive {
    width: 100%; }

@media print, screen and (min-width: 48em) {
  .video-panel h2 {
    padding-left: 26px; } }

@media print, screen and (min-width: 48em) {
  .video-panel h2 {
    text-align: center;
    padding: 0px 16px; } }

.fullscreen iframe {
  border-radius: 0px !important; }

.profilebuildeinfo {
  margin-bottom: 50px; }

.personaliconpanel {
  padding: 24px 0px 56px 0px; }
  @media print, screen and (min-width: 64em) {
    .personaliconpanel {
      padding: 30px 0px 90px 0px; } }
  @media (min-width: 1024px) and (max-width: 1279px) {
    .personaliconpanel {
      padding: 34px 0px 90px 0px; } }
  .personaliconpanel .contentsec {
    margin: 0px auto; }
    @media print, screen and (min-width: 64em) {
      .personaliconpanel .contentsec {
        margin: 0px auto; } }
    .personaliconpanel .contentsec h2 {
      margin-bottom: 22px; }
      @media print, screen and (min-width: 64em) {
        .personaliconpanel .contentsec h2 {
          margin-bottom: 45px; } }
      @media (min-width: 1024px) and (max-width: 1279px) {
        .personaliconpanel .contentsec h2 {
          font-size: 35px; } }
    .personaliconpanel .contentsec p {
      color: #3b6796;
      font-size: 20px;
      line-height: 27px;
      margin-bottom: 34px; }
      @media print, screen and (min-width: 64em) {
        .personaliconpanel .contentsec p {
          color: #3b6796;
          font-size: 25px;
          line-height: 34px;
          margin-bottom: 56px; } }
      @media screen and (min-width: 85.375em) {
        .personaliconpanel .contentsec p {
          font-size: 30px;
          line-height: 40px; } }
      @media print, screen and (min-width: 64em) {
        .personaliconpanel .contentsec p + .link-cta {
          margin-top: -8px; } }
  .personaliconpanel .tabHorizontal {
    max-width: 325px;
    background: #edf2f7;
    margin: 0px auto;
    background: #edf2f7;
    border-radius: 26px;
    padding: 9px 10px; }
    @media print, screen and (min-width: 48em) {
      .personaliconpanel .tabHorizontal {
        max-width: 427px; } }
    @media print, screen and (min-width: 64em) {
      .personaliconpanel .tabHorizontal {
        max-width: 500px;
        margin: 0px auto;
        background: #edf2f7;
        border-radius: 26px;
        padding: 10px 12px; } }
    .personaliconpanel .tabHorizontal .nav.nav-tabs {
      display: -webkit-box;
      display: -webkit-flex;
      display: -ms-flexbox;
      display: flex;
      background: #ffffff;
      margin: 0px;
      border-radius: 26px; }
      .personaliconpanel .tabHorizontal .nav.nav-tabs li {
        font-size: 15px;
        line-height: 22px;
        font-weight: 400;
        width: 147px;
        text-transform: uppercase;
        -webkit-transition: all 0.5s;
        transition: all 0.5s;
        padding: 4px 6px;
        margin: 0px;
        margin-right: 5px; }
        @media print, screen and (min-width: 48em) {
          .personaliconpanel .tabHorizontal .nav.nav-tabs li {
            width: 347px; } }
        @media print, screen and (min-width: 64em) {
          .personaliconpanel .tabHorizontal .nav.nav-tabs li {
            font-size: 16px;
            line-height: 22px;
            font-weight: 400;
            width: 240px;
            text-transform: uppercase;
            -webkit-transition: all 0.5s;
            transition: all 0.5s;
            padding: 9.2px 20px;
            margin: 0px;
            margin-right: 10px; }
            .personaliconpanel .tabHorizontal .nav.nav-tabs li:last-child {
              margin-right: 0px; } }
        .personaliconpanel .tabHorizontal .nav.nav-tabs li a {
          text-decoration: none;
          color: #00295f; }
        .personaliconpanel .tabHorizontal .nav.nav-tabs li:hover {
          background: #00295f;
          color: #ffffff;
          border-radius: 16.39px;
          font-weight: 700; }
          .personaliconpanel .tabHorizontal .nav.nav-tabs li:hover a {
            color: #ffffff; }
        .personaliconpanel .tabHorizontal .nav.nav-tabs li.active {
          background: #00295f;
          color: #ffffff;
          border-radius: 16.39px; }
          .personaliconpanel .tabHorizontal .nav.nav-tabs li.active a {
            font-weight: 700;
            color: #ffffff; }
          .personaliconpanel .tabHorizontal .nav.nav-tabs li.active:hover {
            background: #3b6796; }
  .personaliconpanel .multiplecheckbox {
    max-width: 100%;
    margin: 0px auto;
    background: #edf2f7;
    border-radius: 24.5px;
    padding: 23px 26px 22px;
    max-width: 293px; }
    @media print, screen and (min-width: 48em) {
      .personaliconpanel .multiplecheckbox {
        padding: 23px 66px 40px;
        max-width: 500px; } }
    @media print, screen and (min-width: 64em) {
      .personaliconpanel .multiplecheckbox {
        max-width: 1350px;
        margin: 0px auto;
        background: #edf2f7;
        border-radius: 24.5px;
        padding: 12px 61px 0px; } }
    .personaliconpanel .multiplecheckbox .flexwrap {
      -webkit-box-pack: center;
      -webkit-justify-content: center;
          -ms-flex-pack: center;
              justify-content: center; }
      .personaliconpanel .multiplecheckbox .flexwrap.flexcenter {
        -webkit-box-pack: center;
        -webkit-justify-content: center;
            -ms-flex-pack: center;
                justify-content: center; }
      @media (min-width: 1024px) and (max-width: 1279px) {
        .personaliconpanel .multiplecheckbox .flexwrap {
          -webkit-box-pack: start;
          -webkit-justify-content: flex-start;
              -ms-flex-pack: start;
                  justify-content: flex-start; } }
    .personaliconpanel .multiplecheckbox .form-group {
      display: block;
      margin-bottom: 20px;
      margin-right: 0px; }
      @media print, screen and (min-width: 64em) {
        .personaliconpanel .multiplecheckbox .form-group {
          margin-right: 5%;
          margin-bottom: 18px; } }
      @media screen and (min-width: 85.375em) {
        .personaliconpanel .multiplecheckbox .form-group {
          margin-right: 9%;
          margin-bottom: 18px; } }
      @media screen and (min-width: 85.375em) {
        .personaliconpanel .multiplecheckbox .form-group:nth-child(4n + 4) {
          margin-right: 0px; } }
      @media (min-width: 1530px) {
        .personaliconpanel .multiplecheckbox .form-group {
          margin-right: 10%; } }
      .personaliconpanel .multiplecheckbox .form-group input {
        padding: 0;
        height: initial;
        width: initial;
        margin-bottom: 0;
        display: none;
        cursor: pointer; }
      .personaliconpanel .multiplecheckbox .form-group label {
        position: relative;
        cursor: pointer;
        color: #00214e;
        font-size: 16px;
        line-height: 22px;
        font-weight: 700;
        margin: 0px;
        padding: 0px;
        vertical-align: middle; }
        .personaliconpanel .multiplecheckbox .form-group label:before {
          content: "";
          -webkit-appearance: none;
          background-color: #ffffff;
          border: 2px solid #00214e;
          -webkit-box-shadow: 0 1px 2px rgba(0, 0, 0, 0.05), inset 0px -15px 10px -12px rgba(0, 0, 0, 0.05);
                  box-shadow: 0 1px 2px rgba(0, 0, 0, 0.05), inset 0px -15px 10px -12px rgba(0, 0, 0, 0.05);
          padding: 7px;
          border-radius: 50%;
          display: inline-block;
          position: relative;
          vertical-align: middle;
          cursor: pointer;
          margin-right: 15px; }
          @media print, screen and (min-width: 64em) {
            .personaliconpanel .multiplecheckbox .form-group label:before {
              padding: 8px;
              margin-right: 18px; } }
      .personaliconpanel .multiplecheckbox .form-group input:checked + label:after {
        content: "";
        display: block;
        position: absolute;
        top: 1px;
        left: 0px;
        width: 20px;
        height: 20px;
        border: 0px;
        background: #00214e;
        border-radius: 50%; }
  .personaliconpanel .btnsection {
    margin: 0px auto;
    max-width: 200px;
    text-align: center;
    margin-top: 60px;
    margin-bottom: 34px; }
    @media print, screen and (min-width: 64em) {
      .personaliconpanel .btnsection {
        margin-top: 90px;
        margin-bottom: 0px; } }
    @media (min-width: 0px) and (max-width: 1023px) {
      .personaliconpanel .btnsection .ctaborder {
        font-size: 17px;
        font-size: 23px;
        min-height: 38px;
        border-radius: 22px;
        padding: 3px 15px; } }
    @media print, screen and (min-width: 64em) {
      .personaliconpanel .btnsection .ctaborder {
        min-height: 43px;
        border-radius: 24px;
        font-weight: 400;
        padding: 5px 22.2px 4px 22.2px; } }
  .personaliconpanel .tab-content .tab-pane {
    opacity: 0;
    -webkit-transform: translateY(15px);
        -ms-transform: translateY(15px);
            transform: translateY(15px);
    -webkit-animation: fadeIn 0.5s ease 1 forwards;
            animation: fadeIn 0.5s ease 1 forwards;
    display: none; }
    .personaliconpanel .tab-content .tab-pane.active {
      display: block; }

@keyframes fadeIn {
  100% {
    opacity: 1;
    -webkit-transform: none;
            transform: none; } }

.iconpanel {
  padding-bottom: 20px;
  padding-top: 32px;
  border-radius: 24.5px;
  padding: 18px 0px; }
  @media print, screen and (min-width: 64em) {
    .iconpanel {
      padding-bottom: 37px;
      padding-top: 59px; } }
  .iconpanel h2 {
    margin-bottom: 30px; }
    @media print, screen and (min-width: 64em) {
      .iconpanel h2 {
        margin-bottom: 71px; } }
  @media (min-width: 1366px) {
    .iconpanel .grid-container {
      max-width: 1350px;
      margin: 0px auto; } }
  .iconpanel .grid-x {
    -webkit-box-pack: center;
    -webkit-justify-content: center;
        -ms-flex-pack: center;
            justify-content: center; }
    .iconpanel .grid-x.flexcenter {
      -webkit-box-pack: center;
      -webkit-justify-content: center;
          -ms-flex-pack: center;
              justify-content: center; }
    @media (min-width: 0px) and (max-width: 768px) {
      .iconpanel .grid-x {
        margin-top: 14px;
        max-width: 404px;
        margin: 0px auto; } }
    @media (min-width: 768px) and (max-width: 1023px) {
      .iconpanel .grid-x {
        margin-top: 14px;
        max-width: 600px;
        margin: 0px auto; } }
  .iconpanel .icondetail {
    text-align: center; }
    @media (max-width: 767px) {
      .iconpanel .icondetail {
        width: 45%;
        margin: 0px auto;
        margin-bottom: 25px;
        margin-right: 2%; } }
    @media (min-width: 768px) and (max-width: 1023px) {
      .iconpanel .icondetail:nth-child(2n + 2) {
        margin-right: 0px; } }
    @media (min-width: 768px) and (max-width: 1023px) {
      .iconpanel .icondetail {
        width: 45%;
        margin: 0px auto;
        margin-right: 30px;
        margin-bottom: 25px; }
        .iconpanel .icondetail.last-child {
          margin-right: 0px; } }
    @media print, screen and (min-width: 64em) {
      .iconpanel .icondetail {
        margin-top: 0px;
        margin-bottom: 40px;
        margin-right: 3.7%; }
        .iconpanel .icondetail:nth-child(6n + 6) {
          margin-right: 0px; } }
    @media screen and (min-width: 85.375em) {
      .iconpanel .icondetail {
        margin-right: 7%; }
        .iconpanel .icondetail:nth-child(6n + 6) {
          margin-right: 0px; }
        .iconpanel .icondetail.last-child {
          margin-right: 0px; } }
    @media (min-width: 1366px) and (max-width: 1399px) {
      .iconpanel .icondetail {
        margin-right: 5%; } }
    @media (min-width: 1400px) and (max-width: 1529px) {
      .iconpanel .icondetail {
        margin-right: 6%; } }
    .iconpanel .icondetail.last-child {
      margin-right: 0px; }
    .iconpanel .icondetail.nomarginright:last-child {
      margin-right: 0px; }
    .iconpanel .icondetail a {
      display: block;
      -webkit-transition: all 0.75s;
      transition: all 0.75s;
      text-align: center; }
      .iconpanel .icondetail a .iconsec {
        width: 145px;
        height: 145px;
        margin-bottom: 34px;
        -webkit-transition: all 0.75s;
        transition: all 0.75s;
        display: -webkit-inline-box;
        display: -webkit-inline-flex;
        display: -ms-inline-flexbox;
        display: inline-flex;
        background: #edf2f7;
        border-radius: 18px;
        -webkit-box-pack: center;
        -webkit-justify-content: center;
            -ms-flex-pack: center;
                justify-content: center;
        -webkit-box-align: center;
        -webkit-align-items: center;
            -ms-flex-align: center;
                align-items: center; }
        @media print, screen and (max-width: 47.99875em) {
          .iconpanel .icondetail a .iconsec {
            width: 131px;
            height: 131px;
            margin-bottom: 14px; } }
        @media print, screen and (min-width: 48em) and (max-width: 63.99875em) {
          .iconpanel .icondetail a .iconsec {
            width: 131px;
            height: 131px;
            margin-bottom: 14px; } }
        .iconpanel .icondetail a .iconsec svg {
          -webkit-transition: all 0.75s;
          transition: all 0.75s; }
        .iconpanel .icondetail a .iconsec:hover svg {
          -webkit-transform: scale(1.2);
              -ms-transform: scale(1.2);
                  transform: scale(1.2);
          fill: #ffffff; }
          .iconpanel .icondetail a .iconsec:hover svg path {
            fill: #ffffff; }
          .iconpanel .icondetail a .iconsec:hover svg g path {
            fill: #ffffff; }
      .iconpanel .icondetail a:hover {
        -webkit-transition: all 0.75s;
        transition: all 0.75s;
        text-decoration: none; }
        .iconpanel .icondetail a:hover .iconsec {
          background: #1c375e; }
          .iconpanel .icondetail a:hover .iconsec svg {
            -webkit-transform: scale(1.2);
                -ms-transform: scale(1.2);
                    transform: scale(1.2);
            fill: #ffffff; }
            .iconpanel .icondetail a:hover .iconsec svg path {
              fill: #ffffff; }
            .iconpanel .icondetail a:hover .iconsec svg g path {
              fill: #ffffff; }
        .iconpanel .icondetail a:hover .ctaborder {
          color: #ffffff;
          background: #1c375e; }
          .iconpanel .icondetail a:hover .ctaborder:after {
            height: 100%;
            z-index: 1; }
          .iconpanel .icondetail a:hover .ctaborder i {
            z-index: 2; }
        .iconpanel .icondetail a:hover p {
          color: #3b6796; }
      .iconpanel .icondetail a p {
        color: #00214e;
        font-weight: 700;
        text-transform: uppercase;
        font-size: 16px;
        line-height: 22px; }
    .iconpanel .icondetail .ctaborder {
      margin-top: 30px;
      min-width: 178px;
      color: #2e2e36;
      text-align: center; }
      @media print, screen and (min-width: 64em) {
        .iconpanel .icondetail .ctaborder {
          margin-top: 90px;
          min-width: 222px; } }
      .iconpanel .icondetail .ctaborder:hover {
        color: #ffffff; }
      .iconpanel .icondetail .ctaborder span {
        text-align: center;
        display: block; }
      .iconpanel .icondetail .ctaborder i {
        font-style: normal;
        margin-top: 0px; }
        @media print, screen and (min-width: 64em) {
          .iconpanel .icondetail .ctaborder i {
            margin-top: -2px; } }

.profilebuildeinfo .contentsec h2 {
  margin-top: 27px; }
  @media print, screen and (min-width: 64em) {
    .profilebuildeinfo .contentsec h2 {
      margin: 0px auto;
      margin-bottom: 0;
      color: #00214e;
      margin-top: 26px; } }

@media print, screen and (min-width: 64em) {
  .profilebuildeinfo .contentsec .contentpart {
    max-width: 1080px;
    margin: 0px auto;
    margin-top: 32px; } }

@media print, screen and (min-width: 64em) {
  .profilebuildeinfo .contentsec p {
    color: #3b6796;
    font-size: 30px;
    line-height: 40px;
    margin-bottom: 0px;
    text-align: center; } }

.profilebuildeinfo .contentsec p a {
  text-decoration: underline; }
  .profilebuildeinfo .contentsec p a:hover {
    text-decoration: none; }

.personaliconpanel.dialanimatesection {
  padding-bottom: 44px;
  position: relative; }
  @media print, screen and (min-width: 64em) {
    .personaliconpanel.dialanimatesection {
      padding-bottom: 97px; } }
  @media print, screen and (min-width: 64em) {
    .personaliconpanel.dialanimatesection .contentpart {
      max-width: 1080px;
      margin: 0px auto;
      margin-top: 32px; } }
  @media print, screen and (min-width: 64em) {
    .personaliconpanel.dialanimatesection p {
      color: #3b6796;
      font-size: 30px;
      line-height: 40px;
      margin-bottom: 0px;
      text-align: center; } }
  .personaliconpanel.dialanimatesection p a {
    text-decoration: underline; }
    .personaliconpanel.dialanimatesection p a:hover {
      text-decoration: none; }
  .personaliconpanel.dialanimatesection .dialpadsection {
    position: relative; }
    @media print, screen and (min-width: 64em) {
      .personaliconpanel.dialanimatesection .dialpadsection {
        margin-top: 49px; } }
    .personaliconpanel.dialanimatesection .dialpadsection.dialopen {
      float: left;
      margin-top: 10px; }
      @media print, screen and (min-width: 64em) {
        .personaliconpanel.dialanimatesection .dialpadsection.dialopen {
          margin-top: 70px; } }
      .personaliconpanel.dialanimatesection .dialpadsection.dialopen .jqx-knob {
        width: 250px !important;
        height: 250px !important;
        margin: 0px auto; }
        @media (min-width: 0px) and (max-width: 1023px) {
          .personaliconpanel.dialanimatesection .dialpadsection.dialopen .jqx-knob {
            margin: 0px auto;
            width: 250px !important;
            height: 250px !important;
            margin-left: 60%;
            -webkit-transform: translate(-50%, 0px);
                -ms-transform: translate(-50%, 0px);
                    transform: translate(-50%, 0px);
            overflow: hidden; } }
        @media print, screen and (min-width: 64em) {
          .personaliconpanel.dialanimatesection .dialpadsection.dialopen .jqx-knob {
            width: 230px !important;
            height: 230px !important; } }
        @media screen and (min-width: 85.375em) {
          .personaliconpanel.dialanimatesection .dialpadsection.dialopen .jqx-knob {
            width: 230px !important;
            height: 230px !important; } }
      .personaliconpanel.dialanimatesection .dialpadsection.dialopen .inputField {
        position: absolute;
        width: 95px !important;
        height: 58px !important;
        text-align: center;
        background: transparent;
        top: 45%;
        left: 45%;
        font-size: 34px;
        color: #01295b;
        -webkit-transform: translate(-59%, -78%);
            -ms-transform: translate(-59%, -78%);
                transform: translate(-59%, -78%); }
        @media print, screen and (min-width: 64em) {
          .personaliconpanel.dialanimatesection .dialpadsection.dialopen .inputField {
            top: 50%;
            left: 48%; } }
        .personaliconpanel.dialanimatesection .dialpadsection.dialopen .inputField input {
          width: 95px !important;
          height: 58px !important; }
          @media (max-width: 480px) {
            .personaliconpanel.dialanimatesection .dialpadsection.dialopen .inputField input {
              height: 76px !important; } }
    .personaliconpanel.dialanimatesection .dialpadsection .knobs {
      position: relative; }
    .personaliconpanel.dialanimatesection .dialpadsection .inputField {
      position: absolute;
      width: 90px;
      height: 58px;
      text-align: center;
      background: transparent;
      top: 50%;
      left: 50%;
      font-size: 45px;
      color: #01295b;
      -webkit-transform: translate(-50%, -70%);
          -ms-transform: translate(-50%, -70%);
              transform: translate(-50%, -70%); }
      .personaliconpanel.dialanimatesection .dialpadsection .inputField input {
        width: 90px;
        height: 58px; }
    .personaliconpanel.dialanimatesection .dialpadsection text.jqx-knob-label {
      font-size: 20px;
      opacity: 0; }
    .personaliconpanel.dialanimatesection .dialpadsection .inputField .jqx-input-content {
      background: transparent;
      font-size: 45px;
      line-height: 103px;
      color: #01295b;
      font-weight: 600; }
    .personaliconpanel.dialanimatesection .dialpadsection .dialicon {
      width: 100%; }
      @media (min-width: 1024px) and (max-width: 1365px) {
        .personaliconpanel.dialanimatesection .dialpadsection .dialicon {
          width: 100%; } }
      @media screen and (min-width: 85.375em) {
        .personaliconpanel.dialanimatesection .dialpadsection .dialicon {
          width: 20%; } }
      .personaliconpanel.dialanimatesection .dialpadsection .dialicon:hover .iconcontent p {
        color: #3b6796;
        -webkit-transform: scale(1.1);
            -ms-transform: scale(1.1);
                transform: scale(1.1);
        font-weight: 500; }
    .personaliconpanel.dialanimatesection .dialpadsection .jqx-knob {
      width: 208px !important;
      height: 208px !important;
      margin: 0px auto; }
    .personaliconpanel.dialanimatesection .dialpadsection .tblChart svg {
      border-radius: 50%;
      fill: #e1e3ed;
      -webkit-box-shadow: 3px 3px 3px 0px rgba(0, 0, 0, 0.26);
              box-shadow: 3px 3px 3px 0px rgba(0, 0, 0, 0.26); }
    .personaliconpanel.dialanimatesection .dialpadsection .iconcontent {
      width: 100%;
      margin: 0px auto;
      margin-top: 30px;
      margin-bottom: 30px;
      max-width: 140px; }
      @media print, screen and (min-width: 64em) {
        .personaliconpanel.dialanimatesection .dialpadsection .iconcontent {
          width: 200px;
          margin-top: 25px;
          margin-bottom: 0px;
          text-align: center; } }
      @media screen and (min-width: 85.375em) {
        .personaliconpanel.dialanimatesection .dialpadsection .iconcontent {
          margin-bottom: 0px; 
          padding-left:15px;
        } }
      .personaliconpanel.dialanimatesection .dialpadsection .iconcontent p {
        display: block;
        display: -webkit-inline-box;
        display: -webkit-inline-flex;
        display: -ms-inline-flexbox;
        display: inline-flex;
        -webkit-box-align: center;
        -webkit-align-items: center;
            -ms-flex-align: center;
                align-items: center;
        -webkit-box-pack: center;
        -webkit-justify-content: center;
            -ms-flex-pack: center;
                justify-content: center;
        -webkit-transition: all 0.75s;
        transition: all 0.75s;
        text-align: left; }
        @media print, screen and (min-width: 64em) {
          .personaliconpanel.dialanimatesection .dialpadsection .iconcontent p {
            max-width: 135px;
            font-size: 16px;
            line-height: 22px;
            color: #01295b;
            font-weight: 400;
            text-transform: uppercase; } }
        .personaliconpanel.dialanimatesection .dialpadsection .iconcontent p img {
          display: inline-block;
          -webkit-transition: all 0.75s;
          transition: all 0.75s;
          margin-right: 15px; }
          @media print, screen and (min-width: 64em) {
            .personaliconpanel.dialanimatesection .dialpadsection .iconcontent p img {
              width: auto;
              height: auto;
              margin-right: 15px; } }
  .personaliconpanel.dialanimatesection .darkbgcolor {
    position: absolute;
    left: -24px;
    background: #00214e;
    border: solid 1px #e9e9f4;
    top: 50%;
    min-height: 133px;
    border-radius: 25px;
    display: none; }
    @media print, screen and (min-width: 64em) {
      .personaliconpanel.dialanimatesection .darkbgcolor {
        display: block;
        top: 19%;
        min-height: 106px; } }
    @media screen and (min-width: 85.375em) {
      .personaliconpanel.dialanimatesection .darkbgcolor {
        top: 21%;
        min-height: 133px; } }
    @media (min-width: 1280px) and (max-width: 1365px) {
      .personaliconpanel.dialanimatesection .darkbgcolor {
        top: 24%;
        min-height: 84px; } }
    @media (min-width: 1366px) and (max-width: 1440px) {
      .personaliconpanel.dialanimatesection .darkbgcolor {
        top: 25%; } }
    @media (min-width: 1500px) and (max-width: 1700px) {
      .personaliconpanel.dialanimatesection .darkbgcolor {
        top: 21%; } }
    @media print, screen and (min-width: 64em) {
      .personaliconpanel.dialanimatesection .darkbgcolor .contentwrap {
        padding: 13px 30px 22px 40px;
        width: 250px; } }
    @media screen and (min-width: 85.375em) {
      .personaliconpanel.dialanimatesection .darkbgcolor .contentwrap {
        padding: 20px 52px 22px 62px;
        width: 336px; } }
    @media (min-width: 1500px) and (max-width: 1700px) {
      .personaliconpanel.dialanimatesection .darkbgcolor .contentwrap {
        padding: 20px 32px 22px 42px;
        width: 264px; } }
    @media (min-width: 1366px) and (max-width: 1440px) {
      .personaliconpanel.dialanimatesection .darkbgcolor .contentwrap {
        padding: 20px 25px 22px 40px;
        width: 253px; } }
    .personaliconpanel.dialanimatesection .darkbgcolor .contentwrap p {
      font-size: 24px;
      line-height: 28px;
      color: #ffffff;
      text-align: left; }
      @media print, screen and (min-width: 64em) {
        .personaliconpanel.dialanimatesection .darkbgcolor .contentwrap p {
          font-size: 17px;
          line-height: 23px; } }
      @media screen and (min-width: 85.375em) {
        .personaliconpanel.dialanimatesection .darkbgcolor .contentwrap p {
          font-size: 24px;
          line-height: 28px; } }

.lidestageneeds {
  padding: 40px 0px 40px; }
  @media print, screen and (min-width: 64em) {
    .lidestageneeds {
      padding: 58px 0px 1px; } }
  .lidestageneeds h4 {
    margin-bottom: 30px; }
    @media print, screen and (min-width: 64em) {
      .lidestageneeds h4 {
        margin-bottom: 60px; } }
  .lidestageneeds .listfullwidth {
    max-width: 100%;
    margin: 0px auto; }
    @media print, screen and (min-width: 64em) {
      .lidestageneeds .listfullwidth {
        margin: 0px auto; } }
    .lidestageneeds .listfullwidth ul {
      margin-left: 0px; }
      @media print, screen and (max-width: 47.99875em) {
        .lidestageneeds .listfullwidth ul {
          margin: 0px auto;
          max-width: 286px; } }
      @media print, screen and (min-width: 48em) and (max-width: 63.99875em) {
        .lidestageneeds .listfullwidth ul {
          margin: 0px auto;
          max-width: 286px; } }
      @media print, screen and (min-width: 64em) {
        .lidestageneeds .listfullwidth ul {
          display: -webkit-box;
          display: -webkit-flex;
          display: -ms-flexbox;
          display: flex;
          -webkit-flex-wrap: wrap;
              -ms-flex-wrap: wrap;
                  flex-wrap: wrap;
          margin-left: 0px;
          -webkit-box-pack: center;
          -webkit-justify-content: center;
              -ms-flex-pack: center;
                  justify-content: center;
          padding-left: 20px;
          padding-right: 20px; } }
      .lidestageneeds .listfullwidth ul li {
        -webkit-transition: all 0.75s;
        transition: all 0.75s;
        width: 286px;
        margin-bottom: 22px; }
        @media print, screen and (min-width: 64em) {
          .lidestageneeds .listfullwidth ul li {
            width: 210px;
            margin-bottom: 22px;
            margin-right: 20px; }
            .lidestageneeds .listfullwidth ul li:nth-child(5n + 5) {
              margin-right: 0px; } }
        @media screen and (min-width: 85.375em) {
          .lidestageneeds .listfullwidth ul li {
            margin-right: 43px;
            width: 230px; } }
        @media (min-width: 1366px) and (max-width: 1500px) {
          .lidestageneeds .listfullwidth ul li {
            margin-right: 26px; } }
        .lidestageneeds .listfullwidth ul li:last-child {
          margin-right: 0px; }
        .lidestageneeds .listfullwidth ul li input {
          padding: 0;
          height: initial;
          width: initial;
          margin-bottom: 0;
          display: none;
          cursor: pointer; }
        .lidestageneeds .listfullwidth ul li label {
          position: relative;
          cursor: pointer;
          color: #00214e;
          margin: 0px;
          padding: 0px;
          vertical-align: middle;
          width: 100%;
          display: block;
          padding: 12px 10px;
          background: #ffffff;
          text-transform: initial; }
          .lidestageneeds .listfullwidth ul li label.ctaborder {
            min-width: auto;
            min-height: auto;
            border-radius: 19px;
            border: 0px; }
            .lidestageneeds .listfullwidth ul li label.ctaborder:after {
              border-radius: 19px;
              z-index: -1; }
            .lidestageneeds .listfullwidth ul li label.ctaborder:hover {
              color: #ffffff; }
        .lidestageneeds .listfullwidth ul li input:checked + label {
          background: #00214e;
          border: 0px;
          color: #ffffff !important; }
        .lidestageneeds .listfullwidth ul li a {
          font-size: 17px;
          line-height: 23px;
          text-decoration: none;
          background: #ffffff;
          min-width: auto;
          min-height: auto;
          border-radius: 19px;
          border: 0px; }
          @media (max-width: 1023px) {
            .lidestageneeds .listfullwidth ul li a {
              width: 100%; } }
          @media print, screen and (min-width: 64em) {
            .lidestageneeds .listfullwidth ul li a {
              min-width: 210px;
              padding: 12px 10px;
              font-size: 18px;
              line-height: 25px; } }
          @media screen and (min-width: 85.375em) {
            .lidestageneeds .listfullwidth ul li a {
              min-width: 230px;
              font-size: 20px;
              line-height: 27px; } }
          .lidestageneeds .listfullwidth ul li a:before, .lidestageneeds .listfullwidth ul li a:after {
            background-color: #1c375e; }
          .lidestageneeds .listfullwidth ul li a:after {
            border-radius: 14px; }
          .lidestageneeds .listfullwidth ul li a.active {
            background: #1c375e;
            color: #ffffff; }
            .lidestageneeds .listfullwidth ul li a.active:before, .lidestageneeds .listfullwidth ul li a.active:after {
              background-color: #ffffff; }
            .lidestageneeds .listfullwidth ul li a.active:hover {
              color: #1c375e; }

.homeformsection {
  margin-bottom: 90px; }
  .homeformsection.fullwidth {
    margin-top: 80px;
    margin-bottom: 86px; }
    .homeformsection.fullwidth .grid-container {
      max-width: 100%; }
      @media (min-width: 1700px) {
        .homeformsection.fullwidth .grid-container {
          width: 100%; } }
    .homeformsection.fullwidth h3 {
      font-size: 30px;
      line-height: 40px; }
      @media (min-width: 320px) and (max-width: 1023px) {
        .homeformsection.fullwidth h3 {
          margin-bottom: 51px; } }
    .homeformsection.fullwidth .lightgreybgpanel {
      -webkit-box-shadow: none;
              box-shadow: none;
      background: #edf2f7;
      border-radius: 16px;
      padding: 29px 0px 14px; }
      @media (min-width: 320px) and (max-width: 1023px) {
        .homeformsection.fullwidth .lightgreybgpanel {
          padding: 31px 0px 28px;
          border-radius: 0px; } }
    .homeformsection.fullwidth .contentsection {
      padding-top: 51px; }
      @media (min-width: 320px) and (max-width: 1023px) {
        .homeformsection.fullwidth .contentsection {
          padding-top: 23px; } }
      .homeformsection.fullwidth .contentsection p {
        font-size: 26px;
        line-height: 35px; }
  @media print, screen and (min-width: 64em) {
    .homeformsection.threeinputcolumn {
      margin: 0px auto;
      margin-bottom: 95px; } }
  .homeformsection.threeinputcolumn .lightgreybgpanel {
    padding: 27px 0px 40px; }
    .homeformsection.threeinputcolumn .lightgreybgpanel h4 {
      font-weight: 400;
      margin-bottom: 40px; }
      @media print, screen and (min-width: 64em) {
        .homeformsection.threeinputcolumn .lightgreybgpanel h4 {
          margin-bottom: 53px; } }
    @media print, screen and (min-width: 64em) {
      .homeformsection.threeinputcolumn .lightgreybgpanel .formwrap {
        max-width: 920px;
        margin: 0px auto; } }
    @media screen and (min-width: 85.375em) {
      .homeformsection.threeinputcolumn .lightgreybgpanel .formwrap {
        max-width: 1167px; } }
    .homeformsection.threeinputcolumn .lightgreybgpanel .formwrap .form-group {
      margin-bottom: 15px;
      width: 360px; }
      .homeformsection.threeinputcolumn .lightgreybgpanel .formwrap .form-group:nth-child(1) {
        width: 100%; }
        @media print, screen and (min-width: 64em) {
          .homeformsection.threeinputcolumn .lightgreybgpanel .formwrap .form-group:nth-child(1) {
            width: 337px; } }
        @media screen and (min-width: 85.375em) {
          .homeformsection.threeinputcolumn .lightgreybgpanel .formwrap .form-group:nth-child(1) {
            width: 410px; } }
      .homeformsection.threeinputcolumn .lightgreybgpanel .formwrap .form-group:nth-child(2) {
        width: 100%; }
        @media print, screen and (min-width: 64em) {
          .homeformsection.threeinputcolumn .lightgreybgpanel .formwrap .form-group:nth-child(2) {
            width: 332px; } }
        @media screen and (min-width: 85.375em) {
          .homeformsection.threeinputcolumn .lightgreybgpanel .formwrap .form-group:nth-child(2) {
            width: 449px; } }
      .homeformsection.threeinputcolumn .lightgreybgpanel .formwrap .form-group:nth-child(3) {
        width: 100%; }
        @media print, screen and (min-width: 64em) {
          .homeformsection.threeinputcolumn .lightgreybgpanel .formwrap .form-group:nth-child(3) {
            width: 225px; } }
        @media screen and (min-width: 85.375em) {
          .homeformsection.threeinputcolumn .lightgreybgpanel .formwrap .form-group:nth-child(3) {
            width: 245px; } }
    @media print, screen and (min-width: 64em) {
      .homeformsection.threeinputcolumn .lightgreybgpanel .contentsection {
        padding-top: 38px; } }
    .homeformsection.threeinputcolumn .lightgreybgpanel .btnsection {
      margin-top: 30px; }
      @media print, screen and (min-width: 64em) {
        .homeformsection.threeinputcolumn .lightgreybgpanel .btnsection {
          margin-top: 58px; } }
      .homeformsection.threeinputcolumn .lightgreybgpanel .btnsection .ctabtn {
        border: solid 2px #00204d;
        font-weight: 400;
        min-width: auto;
        min-height: auto;
        border-radius: 29px;
        background-image: -webkit-gradient(linear, left top, left bottom, from(0), color-stop(#ffffff), to(#ffffff));
        background-image: linear-gradient(0, #ffffff, #ffffff);
        text-transform: uppercase; }
        @media (max-width: 1023px) {
          .homeformsection.threeinputcolumn .lightgreybgpanel .btnsection .ctabtn {
            font-size: 20px;
            line-height: 30px; } }
        @media print, screen and (min-width: 64em) {
          .homeformsection.threeinputcolumn .lightgreybgpanel .btnsection .ctabtn {
            padding: 8.5px 32.8px; } }
        .homeformsection.threeinputcolumn .lightgreybgpanel .btnsection .ctabtn:hover {
          color: #1c375e; }
  @media screen and (min-width: 0) {
    .homeformsection .grid-container {
      padding-left: 0px !important;
      padding-right: 0px !important; } }
  @media (min-width: 768px) and (max-width: 1023px) {
    .homeformsection .grid-container {
      max-width: 100% !important; } }
  .homeformsection .lightgreybgpanel {
    border-radius: 0px;
    padding: 49px 0px 56px; }
    @media print, screen and (max-width: 47.99875em) {
      .homeformsection .lightgreybgpanel {
        border-radius: 0px; } }
    .homeformsection .lightgreybgpanel.greyfullwidth .formwrap {
      max-width: 1008px;
      margin: 0px auto; }
    @media print, screen and (max-width: 47.99875em) {
      .homeformsection .lightgreybgpanel .formsection {
        max-width: 279px;
        margin: 0px auto; } }
    @media print, screen and (min-width: 48em) and (max-width: 63.99875em) {
      .homeformsection .lightgreybgpanel .formsection {
        max-width: 600px;
        margin: 0px auto; } }
    .homeformsection .lightgreybgpanel .formwrap {
      max-width: 100%;
      margin: 0px auto; }
      @media print, screen and (min-width: 64em) {
        .homeformsection .lightgreybgpanel .formwrap {
          max-width: 1008px; } }
      @media (min-width: 1024px) and (max-width: 1279px) {
        .homeformsection .lightgreybgpanel .formwrap {
          max-width: 850px; } }
    .homeformsection .lightgreybgpanel .flexwrap {
      -webkit-box-pack: justify;
      -webkit-justify-content: space-between;
          -ms-flex-pack: justify;
              justify-content: space-between; }
    .homeformsection .lightgreybgpanel .form-group {
      margin-bottom: 29px;
      width: 100%; }
      @media print, screen and (min-width: 64em) {
        .homeformsection .lightgreybgpanel .form-group {
          margin-bottom: 15px;
          width: 360px; } }
      @media (min-width: 1024px) and (max-width: 1279px) {
        .homeformsection .lightgreybgpanel .form-group {
          width: 35%; } }
      .homeformsection .lightgreybgpanel .form-group label {
        width: 37px;
        background-size: contain;
        background-repeat: no-repeat; }
      .homeformsection .lightgreybgpanel .form-group .txtBox {
        background: #ffffff;
        font-size: 23px;
        line-height: 31px;
        color: #4f4f4f;
        padding: 0 14px;
        margin-left: 0px;
        width: 100%;
        height: 40px;
        border-radius: 10px;
        margin-bottom: 0px;
        border: solid 1px #4f4f4f;
        -webkit-box-shadow: none;
                box-shadow: none; }
        .homeformsection .lightgreybgpanel .form-group .txtBox::-webkit-input-placeholder {
          color: #4f4f4f !important;
          opacity: 1; }
        .homeformsection .lightgreybgpanel .form-group .txtBox:-ms-input-placeholder {
          color: #4f4f4f !important;
          opacity: 1; }
        .homeformsection .lightgreybgpanel .form-group .txtBox::-moz-placeholder {
          color: #4f4f4f !important; }
        .homeformsection .lightgreybgpanel .form-group .txtBox::-ms-input-placeholder {
          color: #4f4f4f !important; }
        .homeformsection .lightgreybgpanel .form-group .txtBox::placeholder {
          color: #4f4f4f !important; }
        .homeformsection .lightgreybgpanel .form-group .txtBox.error {
          background: #ffe4e4; }
        @media print, screen and (min-width: 64em) {
          .homeformsection .lightgreybgpanel .form-group .txtBox {
            font-size: 31px;
            line-height: 42px;
            height: 52px;
            padding: 0 23px; } }
    .homeformsection .lightgreybgpanel .loginBtn {
      margin-top: 0px; }
      .homeformsection .lightgreybgpanel .loginBtn button.ctaborder {
        min-height: auto; }
        @media print, screen and (max-width: 47.99875em) {
          .homeformsection .lightgreybgpanel .loginBtn button.ctaborder {
            font-size: 17px;
            line-height: 23px;
            padding: 10px 25px; } }
        @media print, screen and (min-width: 48em) and (max-width: 63.99875em) {
          .homeformsection .lightgreybgpanel .loginBtn button.ctaborder {
            font-size: 17px;
            line-height: 23px;
            padding: 10px 15px; } }
        @media print, screen and (min-width: 64em) {
          .homeformsection .lightgreybgpanel .loginBtn button.ctaborder {
            padding: 10px 25px;
            margin: 0px; } }
  .homeformsection .grid-container {
    max-width: 100%; }
    @media (min-width: 1700px) {
      .homeformsection .grid-container {
        width: 100%; } }
  .homeformsection h3 {
    margin-bottom: 23px; }
    @media print, screen and (min-width: 64em) {
      .homeformsection h3 {
        font-weight: 400;
        margin-bottom: 25px; } }
    @media (min-width: 1024px) and (max-width: 1279px) {
      .homeformsection h3 {
        font-size: 30px;
        line-height: 40px; } }
  .homeformsection .contentsection {
    max-width: 265px;
    padding-top: 24px;
    margin: 0px auto; }
    @media print, screen and (min-width: 48em) and (max-width: 63.99875em) {
      .homeformsection .contentsection {
        max-width: 600px;
        margin: 0px auto; } }
    @media print, screen and (min-width: 64em) {
      .homeformsection .contentsection {
        max-width: 850px;
        margin: 0px auto;
        padding-top: 36px; } }
    @media screen and (min-width: 85.375em) {
      .homeformsection .contentsection {
        max-width: 1200px; } }
    @media (min-width: 1700px) {
      .homeformsection .contentsection {
        max-width: 1335px; } }
    .homeformsection .contentsection p {
      margin-bottom: 0px;
      font-size: 17px;
      line-height: 23px; }
      @media print, screen and (min-width: 64em) {
        .homeformsection .contentsection p {
          margin-bottom: 0px;
          font-size: 30px;
          line-height: 40px; } }
      @media (min-width: 1024px) and (max-width: 1279px) {
        .homeformsection .contentsection p {
          font-size: 26px;
          line-height: 36px; } }

.disablestate {
  padding-bottom: 70px;
  pointer-events: none;
  display: none; }
  @media print, screen and (min-width: 64em) {
    .disablestate {
      padding-bottom: 39px; } }
  .disablestate .lidestageneeds {
    opacity: 0.5; }
  .disablestate .btncentersection {
    opacity: 0.5;
    background: rgba(255, 255, 255, 0); }
    @media print, screen and (min-width: 64em) {
      .disablestate .btncentersection {
        margin-top: -21px; } }
    .disablestate .btncentersection .ctaborder {
      min-width: auto;
      min-height: auto;
      text-transform: uppercase;
      font-weight: 400;
      border: solid 2px #00204d;
      border-radius: 29px;
      color: #00214e; }
      @media print, screen and (min-width: 64em) {
        .disablestate .btncentersection .ctaborder {
          padding: 8.5px 27.4px; } }

.greyfullwidth {
  background: #edf2f7;
  width: 100%; }
  @media print, screen and (min-width: 64em) {
    .greyfullwidth {
      border-radius: 16px;
      width: 100%; } }

.formstep3 {
  padding: 51px 0px 73px; }
  @media print, screen and (min-width: 64em) {
    .formstep3 {
      padding: 36px 0px 8px; } }
  .formstep3 h4 {
    margin-bottom: 26px; }
    @media print, screen and (min-width: 48em) and (max-width: 63.99875em) {
      .formstep3 h4 {
        max-width: 530px;
        margin: 0px auto;
        margin-bottom: 26px; } }
    @media print, screen and (min-width: 64em) {
      .formstep3 h4 {
        margin-bottom: 43px; } }
  .formstep3 .listfullwidth {
    max-width: 100%;
    margin: 0px auto; }
    @media print, screen and (min-width: 64em) {
      .formstep3 .listfullwidth {
        max-width: 1030px;
        margin: 0px auto; } }
    @media print, screen and (max-width: 47.99875em) {
      .formstep3 .listfullwidth ul {
        margin: 0px auto;
        max-width: 286px; } }
    @media print, screen and (min-width: 48em) and (max-width: 63.99875em) {
      .formstep3 .listfullwidth ul {
        margin: 0px auto;
        max-width: 286px; } }
    @media print, screen and (min-width: 64em) {
      .formstep3 .listfullwidth ul {
        display: -webkit-box;
        display: -webkit-flex;
        display: -ms-flexbox;
        display: flex;
        -webkit-flex-wrap: wrap;
            -ms-flex-wrap: wrap;
                flex-wrap: wrap;
        margin-left: 0px;
        -webkit-box-pack: justify;
        -webkit-justify-content: space-between;
            -ms-flex-pack: justify;
                justify-content: space-between; } }
    .formstep3 .listfullwidth ul li {
      -webkit-transition: all 0.75s;
      transition: all 0.75s;
      width: 286px;
      margin-bottom: 14px; }
      @media print, screen and (min-width: 64em) {
        .formstep3 .listfullwidth ul li {
          width: 274px;
          margin-bottom: 22px; } }
      .formstep3 .listfullwidth ul li input {
        padding: 0;
        height: initial;
        width: initial;
        margin-bottom: 0;
        display: none;
        cursor: pointer; }
      .formstep3 .listfullwidth ul li label {
        position: relative;
        cursor: pointer;
        color: #00214e;
        font-size: 17px;
        line-height: 23px;
        font-weight: 400;
        margin: 0px;
        padding: 0px;
        vertical-align: middle;
        width: 100%;
        display: block;
        padding: 3.5px 1px;
        background: #ffffff;
        text-transform: initial; }
        .formstep3 .listfullwidth ul li label.ctaborder {
          min-width: auto;
          min-height: auto;
          border-radius: 6px;
          border: 0px; }
          .formstep3 .listfullwidth ul li label.ctaborder:after {
            border-radius: 6px;
            z-index: -1; }
          .formstep3 .listfullwidth ul li label.ctaborder:hover {
            color: #ffffff; }
      .formstep3 .listfullwidth ul li input:checked + label {
        background: #00214e;
        border: 0px;
        color: #ffffff; }
      .formstep3 .listfullwidth ul li a {
        font-size: 17px;
        line-height: 23px;
        text-decoration: none; }

.personaliconpanel + .homeformsection {
  margin-top: -10px; }

.homechartsection .leftwrap {
  width: 100%;
  margin: 0 auto;
  max-width: 375px; }
  @media print, screen and (min-width: 64em) {
    .homechartsection .leftwrap {
      width: 34%;
      margin: 0 auto;
      max-width: 675px; } }
  @media (min-width: 1024px) and (max-width: 1279px) {
    .homechartsection .leftwrap {
      width: 100%;
      max-width: 395px; } }
  .homechartsection .leftwrap figure {
    margin-left: 0; }
    @media print, screen and (min-width: 64em) {
      .homechartsection .leftwrap figure {
        margin-left: 0;
        width: 500px; } }
    @media screen and (min-width: 85.375em) {
      .homechartsection .leftwrap figure {
        margin-left: 0;
        width: 700px; } }
  .homechartsection .leftwrap #pie {
    width: 600px;
    height: 390px;
    margin: 0 auto; }
    @media print, screen and (min-width: 48em) {
      .homechartsection .leftwrap #pie {
        height: 420px;
        display: inline-block;
        position: relative;
        width: 100%;
        padding-bottom: 0%;
        vertical-align: top; } }
    @media print, screen and (max-width: 47.99875em) {
      .homechartsection .leftwrap #pie {
        margin-left: 30px;
        width: 500px;
        height: 350px; } }
    @media print, screen and (min-width: 64em) {
      .homechartsection .leftwrap #pie {
        margin-left: 0;
        height: 420px;
        width: 600px; } }
    @media (min-width: 1024px) and (max-width: 1279px) {
      .homechartsection .leftwrap #pie {
        margin: 0 auto; } }
  .homechartsection .leftwrap svg {
    width: 100%;
    height: 450px;
    overflow: visible; }
    @media print, screen and (min-width: 48em) {
      .homechartsection .leftwrap svg {
        width: 600px;
        height: 600px; } }
    @media print, screen and (min-width: 48em) {
      .homechartsection .leftwrap svg {
        width: 600px;
        height: 600px; } }
    @media (min-width: 1280px) and (max-width: 1365px) {
      .homechartsection .leftwrap svg {
        width: 450px; } }
    @media (min-width: 1366px) and (max-width: 1600px) {
      .homechartsection .leftwrap svg {
        width: 480px; } }
    .homechartsection .leftwrap svg .pie1 {
      -webkit-transition: all 0.75s;
      transition: all 0.75s; }
      .homechartsection .leftwrap svg .pie1:hover {
        fill: #eb0535;
        stroke: solid 1px #ffffff; }
    .homechartsection .leftwrap svg .pie2 {
      -webkit-transition: all 0.75s;
      transition: all 0.75s; }
      .homechartsection .leftwrap svg .pie2:hover {
        fill: #eb0535;
        stroke: solid 1px #ffffff; }
    .homechartsection .leftwrap svg .pie3 {
      -webkit-transition: all 0.75s;
      transition: all 0.75s; }
      .homechartsection .leftwrap svg .pie3:hover {
        fill: #eb0535;
        stroke: solid 1px #ffffff; }

.homechartsection .rightwrap {
  width: 100%;
  padding: 0px 0px 47px; }
  @media print, screen and (max-width: 47.99875em) {
    .homechartsection .rightwrap {
      padding: 0px 0px 47px 0px; } }
  @media print, screen and (min-width: 48em) and (max-width: 63.99875em) {
    .homechartsection .rightwrap {
      width: 640px;
      margin: 0px auto; } }
  @media print, screen and (min-width: 64em) {
    .homechartsection .rightwrap {
      width: 66%;
      padding: 0px 0px 60px; } }
  @media screen and (min-width: 85.375em) {
    .homechartsection .rightwrap {
      padding: 78px 0px 20px; } }
  @media (min-width: 1024px) and (max-width: 1279px) {
    .homechartsection .rightwrap {
      width: 100%;
      margin-top: 00px; } }
  @media (min-width: 1280px) and (max-width: 1364px) {
    .homechartsection .rightwrap {
      padding: 78px 0px 20px; } }
  @media (min-width: 768px) and (max-width: 1023px) {
    .homechartsection .rightwrap {
      margin-top: 00px; } }
  .homechartsection .rightwrap .contentwarp {
    text-align: center; }
    @media print, screen and (min-width: 64em) {
      .homechartsection .rightwrap .contentwarp {
        text-align: center;
        max-width: 867px;
        margin: 0px auto; } }
    @media (min-width: 1024px) and (max-width: 1279px) {
      .homechartsection .rightwrap .contentwarp {
        width: 100%; } }
    @media print, screen and (min-width: 48em) and (max-width: 63.99875em) {
      .homechartsection .rightwrap .contentwarp .flexwrap {
        display: -webkit-box;
        display: -webkit-flex;
        display: -ms-flexbox;
        display: flex;
        -webkit-flex-wrap: wrap;
            -ms-flex-wrap: wrap;
                flex-wrap: wrap; } }
    @media (min-width: 1024px) and (max-width: 1279px) {
      .homechartsection .rightwrap .contentwarp .flexwrap {
        -webkit-box-pack: center;
        -webkit-justify-content: center;
            -ms-flex-pack: center;
                justify-content: center; } }
    .homechartsection .rightwrap .contentwarp h3 {
      font-size: 24px;
      line-height: 32px;
      text-transform: uppercase;
      margin-bottom: 17px;
      color: #00214e; }
      @media print, screen and (min-width: 64em) {
        .homechartsection .rightwrap .contentwarp h3 {
          max-width: 640px;
          font-size: 36px;
          line-height: 48px;
          margin: 0px auto;
          margin-bottom: 41px; } }
    .homechartsection .rightwrap .contentwarp p {
      font-size: 20px;
      line-height: 27px;
      margin-bottom: 25px;
      color: #00214e; }
      @media print, screen and (min-width: 64em) {
        .homechartsection .rightwrap .contentwarp p {
          font-size: 28px;
          line-height: 38px;
          max-width: 640px;
          margin: 0px auto;
          margin-bottom: 34px; } }
      .homechartsection .rightwrap .contentwarp p + p {
        margin-top: 35px; }
    @media (min-width: 768px) and (max-width: 1023px) {
      .homechartsection .rightwrap .contentwarp .formwrap {
        display: -webkit-box;
        display: -webkit-flex;
        display: -ms-flexbox;
        display: flex; } }
    .homechartsection .rightwrap .contentwarp .form-group {
      margin-bottom: 10px;
      margin-top: 30px;
      width: 100%; }
      @media print, screen and (min-width: 48em) {
        .homechartsection .rightwrap .contentwarp .form-group {
          width: 33.333%;
          margin-top: 10px; } }
      @media print, screen and (min-width: 64em) {
        .homechartsection .rightwrap .contentwarp .form-group {
          width: 170px;
          margin: 0px auto;
          margin-top: 0px;
          margin-bottom: 5px; } }
      @media (min-width: 1024px) and (max-width: 1279px) {
        .homechartsection .rightwrap .contentwarp .form-group {
          width: 170px;
          margin: 0px; } }
      @media (min-width: 1280px) and (max-width: 1364px) {
        .homechartsection .rightwrap .contentwarp .form-group {
          width: 160px; } }
      .homechartsection .rightwrap .contentwarp .form-group:last-child {
        margin-right: 0px; }
      .homechartsection .rightwrap .contentwarp .form-group label {
        margin: 0px auto;
        width: 170px;
        margin-top: 15px;
        font-size: 16px;
        line-height: 22px;
        color: #01295b;
        text-transform: uppercase;
        margin-top: 20px; }
        @media print, screen and (min-width: 64em) {
          .homechartsection .rightwrap .contentwarp .form-group label {
            font-size: 16px;
            line-height: 22px;
            width: 150px;
            margin: 0px auto;
            margin-bottom: 5px;
            margin-top: 20px; } }
.homechartsection .rightwrap .contentwarp .form-group .txtBox {
    background: transparent;
    font-size: 23px;
    line-height: 31px;
    color: #00214e;
    padding: 39px 8px;
    margin-left: 0px;
    width: 100%;
    height: 40px;
    border-radius: 0px;
    margin-bottom: 0px;
    border: 0px;
    -webkit-box-shadow: none;
    box-shadow: none;
    font-weight: bold;
    position: relative;
    border-bottom: solid 2px var(--msb-yellow);
}
        @media (min-width: 0px) and (max-width: 1023px) {
          .homechartsection .rightwrap .contentwarp .form-group .txtBox {
            width: 100px;
            height: 60px;
            margin: 0px auto;
            padding: 20px 28px; } }
        @media print, screen and (min-width: 64em) {
          .homechartsection .rightwrap .contentwarp .form-group .txtBox {
            font-size: 50px;
            line-height: 68px;
            height: 112px;
            padding: 39px 8px;
            width: 110px;
            margin: 0px auto; } }
        .homechartsection .rightwrap .contentwarp .form-group .txtBox::-webkit-input-placeholder {
          color: #00214e;
          opacity: 1; }
        .homechartsection .rightwrap .contentwarp .form-group .txtBox:-ms-input-placeholder {
          color: #00214e;
          opacity: 1; }
        .homechartsection .rightwrap .contentwarp .form-group .txtBox::-moz-placeholder {
          color: #00214e; }
        .homechartsection .rightwrap .contentwarp .form-group .txtBox::-ms-input-placeholder {
          color: #00214e; }
        .homechartsection .rightwrap .contentwarp .form-group .txtBox::placeholder {
          color: #00214e; }
        .homechartsection .rightwrap .contentwarp .form-group .txtBox.error {
          background: #ffe4e4; }
      .homechartsection .rightwrap .contentwarp .form-group span.symbol {
        position: relative; }
        .homechartsection .rightwrap .contentwarp .form-group span.symbol:after {
          content: "%";
          display: block;
          height: 0px;
          vertical-align: middle;
          width: 0px;
          position: relative;
          left: 2px;
          top: 8px;
          left: 0px;
          font-size: 23px;
          line-height: 31px;
          font-weight: 700; }
          @media (min-width: 0px) and (max-width: 1023px) {
            .homechartsection .rightwrap .contentwarp .form-group span.symbol:after {
              top: -35px;
              right: 27px;
              font-size: 23px;
              line-height: 31px;
              font-weight: 700;
              width: 20px;
              position: absolute; } }
          @media print, screen and (min-width: 64em) {
            .homechartsection .rightwrap .contentwarp .form-group span.symbol:after {
              font-size: 50px;
              line-height: 68px;
              margin: 0px auto;
              top: -75px; } }

.homeprofilesection {
  padding-bottom: 10px;
  padding-top: 38px; }
  @media print, screen and (max-width: 47.99875em) {
    .homeprofilesection .grid-container {
      max-width: 450px !important;
      width: 100%;
      padding-left: 19.5px !important;
      padding-right: 19.5px !important; } }
  .homeprofilesection.whitebgcolor .rightwarp {
    background: #edf2f7; }
  .homeprofilesection.lightgreybgpanel .rightwarp {
    background: #ffffff; }
  .homeprofilesection .flexwrap {
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
        -ms-flex-pack: justify;
            justify-content: space-between; }
    @media print, screen and (min-width: 48em) {
      .homeprofilesection .flexwrap {
        display: -webkit-box;
        display: -webkit-flex;
        display: -ms-flexbox;
        display: flex;
        -webkit-flex-wrap: wrap;
            -ms-flex-wrap: wrap;
                flex-wrap: wrap; } }
  .homeprofilesection .leftwrap {
    width: 100%;
    max-width: 475px;
    margin: auto; }
    @media print, screen and (min-width: 64em) {
      .homeprofilesection .leftwrap {
        max-width: 485px;
        padding: 0;
        margin-left: 0; } }
    @media screen and (min-width: 85.375em) {
      .homeprofilesection .leftwrap {
        max-width: 627px; } }
    .homeprofilesection .leftwrap .contentwarp h3 {
      font-size: 24px;
      line-height: 32px;
      color: #00214e;
      margin-bottom: 0px;
      text-transform: uppercase;
      margin-bottom: 17px;
      text-align: center; }
      @media print, screen and (max-width: 47.99875em) {
        .homeprofilesection .leftwrap .contentwarp h3 {
          max-width: 222px;
          margin: 0px auto;
          margin-bottom: 17px; } }
      @media print, screen and (min-width: 64em) {
        .homeprofilesection .leftwrap .contentwarp h3 {
          font-size: 36px;
          line-height: 48px;
          text-align: left;
          margin-bottom: 24px; } }
    .homeprofilesection .leftwrap .contentwarp p {
      font-size: 20px;
      line-height: 27px;
      color: #00214e;
      margin-bottom: 0px;
      text-align: center; }
      @media print, screen and (min-width: 64em) {
        .homeprofilesection .leftwrap .contentwarp p {
          color: #00214e;
          font-size: 28px;
          line-height: 38px;
          text-align: left; } }
      .homeprofilesection .leftwrap .contentwarp p + p {
        margin-top: 35px; }
  .homeprofilesection .rightwarp {
    width: 100%;
    border-top: solid 3px #00214e;
    border-bottom: solid 3px #00214e;
    -webkit-box-shadow: 4px 5px 6px 0px rgba(0, 0, 0, 0.16);
            box-shadow: 4px 5px 6px 0px rgba(0, 0, 0, 0.16);
    padding: 30px 15px 16px;
    margin-bottom: 40px;
    margin-top: 40px; }
    @media print, screen and (max-width: 47.99875em) {
      .homeprofilesection .rightwarp {
        max-width: 320px;
        margin-left: auto;
        margin-right: auto; } }
    @media print, screen and (min-width: 48em) and (max-width: 63.99875em) {
      .homeprofilesection .rightwarp {
        max-width: 478px;
        margin-left: auto;
        margin-right: auto;
        margin-top: 30px;
        margin-bottom: 30px; } }
    @media print, screen and (min-width: 64em) {
        .homeprofilesection .rightwarp {
            max-width: 450px;
            padding: 19px 20px;
            height: 100%;
            border-top: solid 5px #00214e;
            border-bottom: solid 5px #00214e;
        } }
    @media screen and (min-width: 85.375em) {
      .homeprofilesection .rightwarp {
        max-width: 478px;
        height: 100%; } }
    .homeprofilesection .rightwarp .flexwrap {
      margin-top: 28px;
      margin-bottom: 28px;
      -webkit-box-align: center;
      -webkit-align-items: center;
          -ms-flex-align: center;
              align-items: center; }
    .homeprofilesection .rightwarp .imgwrap {
      width: 100px;
      height: 100px;
      margin: 0px auto;
      margin-bottom: 0;
      overflow: hidden;
      -webkit-transition: all 0.75s;
      transition: all 0.75s; }
      @media print, screen and (min-width: 48em) {
        .homeprofilesection .rightwarp .imgwrap {
          width: 168px;
          height: 168px;
          margin-bottom: 0; } }
      .homeprofilesection .rightwarp .imgwrap picture {
        overflow: hidden; }
      .homeprofilesection .rightwarp .imgwrap img {
        width: 100%;
        height: 100%;
        border: solid 2px #1e3961;
        -o-object-fit: cover;
           object-fit: cover;
        border-radius: 50%;
        -webkit-transition: all 0.75s;
        transition: all 0.75s; }
      .homeprofilesection .rightwarp .imgwrap:hover img {
        -webkit-transform: scale(0.8);
            -ms-transform: scale(0.8);
                transform: scale(0.8); }
    .homeprofilesection .rightwarp h6 {
      font-size: 17px;
      line-height: 23px;
      color: #00214e;
      text-align: center; }
      @media print, screen and (min-width: 64em) {
        .homeprofilesection .rightwarp h6 {
          font-size: 20px;
          line-height: 27px; } }
    .homeprofilesection .rightwarp p {
      margin-bottom: 0px;
      font-size: 20px;
      line-height: 27px;
      font-weight: 400;
      margin-left: 10px;
      color: #00214e;
      font-weight: 400;
      margin: 0px auto; }
      @media print, screen and (min-width: 64em) {
        .homeprofilesection .rightwarp p {
          max-width: 384px;
          margin-left: 22px; } }
    .homeprofilesection .rightwarp .contactlist {
      padding-top: 16px;
      padding-bottom: 11px;
      max-width: 195px;
      margin: 0px auto; }
      @media print, screen and (min-width: 64em) {
        .homeprofilesection .rightwarp .contactlist {
          max-width: 195px;
          margin: 0px auto;
          padding-top: 17px;
          padding-bottom: 9px;
          -webkit-box-align: center;
          -webkit-align-items: center;
              -ms-flex-align: center;
                  align-items: center; } }
      @media screen and (min-width: 85.375em) {
        .homeprofilesection .rightwarp .contactlist {
          max-width: 215px;
          margin: 0px auto; } }
      .homeprofilesection .rightwarp .contactlist li {
        margin-bottom: 6px; }
        @media print, screen and (min-width: 64em) {
          .homeprofilesection .rightwarp .contactlist li {
            margin-bottom: 10px; } }
        .homeprofilesection .rightwarp .contactlist li a {
          display: -webkit-inline-box;
          display: -webkit-inline-flex;
          display: -ms-inline-flexbox;
          display: inline-flex;
          -webkit-box-align: center;
          -webkit-align-items: center;
              -ms-flex-align: center;
                  align-items: center;
          -webkit-box-pack: center;
          -webkit-justify-content: center;
              -ms-flex-pack: center;
                  justify-content: center;
          font-size: 17px;
          line-height: 23px;
          font-weight: 400; }
          .homeprofilesection .rightwarp .contactlist li a img {
            width: auto;
            height: auto;
            min-width: 17px; }
          .homeprofilesection .rightwarp .contactlist li a p {
            margin-bottom: 0px;
            font-size: 17px;
            line-height: 21px;
            font-weight: 400;
            margin-left: 22px;
            font-weight: 400;
            color: #00214e; }
    .homeprofilesection .rightwarp .btnsection {
      padding: 28px 0px 9px;
      text-align: center; }
      @media print, screen and (max-width: 47.99875em) {
        .homeprofilesection .rightwarp .btnsection {
          max-width: 230px;
          margin: 0px auto; } }
      @media print, screen and (min-width: 64em) {
        .homeprofilesection .rightwarp .btnsection {
          padding: 43px 0px 9px; } }
    .homeprofilesection .rightwarp a.ctaborder {
      min-width: 100%;
      min-height: auto;
      font-size: 17px;
      line-height: 23px;
      margin-right: 12px;
      font-weight: 400;
      border-radius: 29px;
      margin-bottom: 15px;
      border: solid 2px #092854;
      padding: 5px 10px; }
      @media print, screen and (min-width: 48em) {
        .homeprofilesection .rightwarp a.ctaborder {
          min-width: 210px; } }
      @media print, screen and (min-width: 64em) {
        .homeprofilesection .rightwarp a.ctaborder {
          min-width: 190px;
          min-height: 34px;
          font-size: 16px;
          line-height: 22px;
          margin-right: 12px;
          font-weight: 400;
          border-radius: 29px;
          margin-bottom: 15px;
          border: solid 2px #092854;
          padding: 1px 0px; } }
      @media screen and (min-width: 85.375em) {
        .homeprofilesection .rightwarp a.ctaborder {
          min-width: 210px; } }
      .homeprofilesection .rightwarp a.ctaborder:nth-child(2n + 2) {
        margin-right: 0px; }
      .homeprofilesection .rightwarp a.ctaborder:hover {
        border: solid 2px transparent; }

.profilevideo .contentection .max-width {
  max-width: 100%; }
  @media print, screen and (min-width: 64em) {
    .profilevideo .contentection .max-width {
      max-width: 535px; } }

.profilevideo .contentection h5 {
  color: #ffffff;
  position: relative;
  padding-left: 25px;
  font-size: 22px;
  line-height: 30px;
  margin-bottom: 15px; }
  @media print, screen and (min-width: 64em) {
    .profilevideo .contentection h5 {
      padding-left: 33px;
      font-size: 22px;
      line-height: 30px;
      margin-bottom: 15px; } }
  .profilevideo .contentection h5:before {
    content: "";
    position: absolute;
    width: 15px;
    height: 15px;
    background: #eb0535;
    border-radius: 50%;
    left: 0;
    top: 9px; }

.profilevideo .contentection h3 {
  color: #ffffff;
  font-weight: 700;
  font-size: 36px;
  line-height: 50px;
  text-transform: none;
  margin-bottom: 17px; }
  @media print, screen and (min-width: 64em) {
    .profilevideo .contentection h3 {
      max-width: 436px;
      margin-bottom: 17px; } }

.profilevideo .contentection p {
  font-size: 33px;
  line-height: 42px; }
  @media print, screen and (min-width: 64em) {
    .profilevideo .contentection p {
      font-size: 33px;
      line-height: 42px; } }

.profilevideo .contentection .btnsection {
  padding: 79px 0px 9px; }
  @media print, screen and (min-width: 64em) {
    .profilevideo .contentection .btnsection {
      padding: 79px 0px 9px; } }

.profilevideo .contentection a.ctaborder {
  min-width: 210px;
  min-height: 34px;
  font-size: 16px;
  line-height: 22px;
  margin-right: 12px;
  font-weight: 400;
  border-radius: 29px;
  margin-bottom: 15px;
  color: #ffffff;
  border: solid 2px #ffffff;
  padding: 1px 0px; }
  @media print, screen and (min-width: 64em) {
    .profilevideo .contentection a.ctaborder {
      min-width: auto;
      min-height: 34px;
      font-size: 16px;
      line-height: 22px;
      margin-right: 12px;
      font-weight: 400;
      border-radius: 29px;
      margin-bottom: 15px;
      border: solid 2px #ffffff;
      padding: 1px 30px; } }
  .profilevideo .contentection a.ctaborder:nth-child(4n + 4) {
    margin-right: 0px; }
  .profilevideo .contentection a.ctaborder:after {
    background: #ffffff; }
  .profilevideo .contentection a.ctaborder:hover {
    color: #1c375e; }
    .profilevideo .contentection a.ctaborder:hover span {
      color: #1c375e; }

.percentange.flexwrap {
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin-bottom: 24px; }
  @media print, screen and (min-width: 64em) {
    .percentange.flexwrap {
      margin-bottom: 0px; } }

.percentange .icons {
  width: 49px;
  margin-right: 18px;
  margin-bottom: 0px; }
  @media print, screen and (min-width: 64em) {
    .percentange .icons {
      margin-right: 31px;
      width: 48px;
      margin-bottom: 23px; } }

.percentange .rangecontainer {
  width: 100%; }
  @media print, screen and (min-width: 64em) {
    .percentange .rangecontainer {
      width: 350px; } }
  .percentange .rangecontainer .ui-slider-range {
    background: #1d385f; }
  .percentange .rangecontainer .percent {
    -webkit-box-shadow: none;
            box-shadow: none;
    color: #1d385f;
    font-weight: bold;
    text-align: center;
    width: 100%;
    border: none;
    background: transparent;
    pointer-events: none;
    max-width: 230px;
    padding-bottom: 13px;
    font-size: 17px;
    line-height: 23px;
    color: #1d385f;
    font-weight: 400;
    height: 12px; }
    @media print, screen and (min-width: 64em) {
      .percentange .rangecontainer .percent {
        max-width: 350px;
        padding-bottom: 20px;
        font-size: 24px;
        line-height: 32px;
        height: 22px;
        margin-top: -39px; } }

.twocolumnimagepanel {
  padding: 61px 0px 46px; }
  @media print, screen and (min-width: 64em) {
    .twocolumnimagepanel {
      padding: 61px 0px 46px; } }
  @media (max-width: 767px) {
    .twocolumnimagepanel .grid-container {
      max-width: 450px !important;
      width: 100%;
      padding-left: 13px !important;
      padding-right: 13px !important; } }
  @media print, screen and (min-width: 64em) {
    .twocolumnimagepanel.equalwidth .cntWrap {
      width: 55%;
      padding-right: 30px; } }
  @media print, screen and (min-width: 64em) {
    .twocolumnimagepanel.equalwidth .imgWrap {
      width: 45%;
      margin-top: 71px; } }
  .twocolumnimagepanel.primarybgcolor + .lightgreybgpanel {
    margin-top: 45px; }
  .twocolumnimagepanel.lightgreybgpanel .percentange .ui-widget-content {
    background: #ffffff; }
  .twocolumnimagepanel.whitebgcolor .percentange .ui-widget-content {
    background: #edf2f7; }
  @media print, screen and (max-width: 47.99875em) {
    .twocolumnimagepanel.whitebgcolor .btn {
      max-width: 236px;
      margin: 0px auto;
      margin-top: 46px; } }
  @media print, screen and (min-width: 48em) and (max-width: 63.99875em) {
    .twocolumnimagepanel.whitebgcolor .btn {
      max-width: 236px;
      margin: 0px auto;
      margin-top: 46px; } }
  @media print, screen and (min-width: 64em) {
    .twocolumnimagepanel.whitebgcolor .btn {
      margin-top: 90px; } }
  .twocolumnimagepanel.whitebgcolor .btn a.ctaborder {
    margin-right: 8px;
    margin-bottom: 15px;
    padding: 12px 18px; }
    @media print, screen and (max-width: 47.99875em) {
      .twocolumnimagepanel.whitebgcolor .btn a.ctaborder {
        font-size: 17px;
        line-height: 23px;
        min-width: 100%;
        margin-right: 0px;
        padding: 8.5px 18px; } }
    @media print, screen and (min-width: 48em) and (max-width: 63.99875em) {
      .twocolumnimagepanel.whitebgcolor .btn a.ctaborder {
        font-size: 17px;
        line-height: 23px;
        min-width: 100%;
        margin-right: 0px;
        padding: 8.5px 18px; } }
  .twocolumnimagepanel.primarybgcolor {
    background: #1c375e;
    background: -webkit-gradient(linear, left top, left bottom, color-stop(52%, #1c375e), color-stop(88%, #3c6897));
    background: linear-gradient(180deg, #1c375e 52%, #3c6897 88%); }
    @media print, screen and (min-width: 64em) {
      .twocolumnimagepanel.primarybgcolor {
        background: -webkit-gradient(linear, left top, right top, color-stop(52%, #1c375e), color-stop(88%, #3c6897));
        background: linear-gradient(90deg, #1c375e 52%, #3c6897 88%); } }
    .twocolumnimagepanel.primarybgcolor .cntWrap h5,
    .twocolumnimagepanel.primarybgcolor .cntWrap h3,
    .twocolumnimagepanel.primarybgcolor .cntWrap h1,
    .twocolumnimagepanel.primarybgcolor .cntWrap h2,
    .twocolumnimagepanel.primarybgcolor .cntWrap p,
    .twocolumnimagepanel.primarybgcolor .cntWrap h6 {
      color: #ffffff; }
    .twocolumnimagepanel.primarybgcolor .cntWrap h5 {
      margin-bottom: 17px; }
      @media print, screen and (min-width: 64em) {
        .twocolumnimagepanel.primarybgcolor .cntWrap h5 {
          margin-bottom: 20px; } }
    .twocolumnimagepanel.primarybgcolor .cntWrap h3 {
      max-width: 266px;
      margin-bottom: 22px; }
      @media print, screen and (min-width: 64em) {
        .twocolumnimagepanel.primarybgcolor .cntWrap h3 {
          margin-bottom: 20px;
          max-width: 432px; } }
    @media print, screen and (min-width: 64em) {
      .twocolumnimagepanel.primarybgcolor .cntWrap p {
        max-width: 536px; } }
    @media print, screen and (max-width: 47.99875em) {
      .twocolumnimagepanel.primarybgcolor .cntWrap .btn {
        max-width: 236px;
        margin: 0px auto;
        margin-top: 46px; } }
    @media print, screen and (min-width: 48em) and (max-width: 63.99875em) {
      .twocolumnimagepanel.primarybgcolor .cntWrap .btn {
        max-width: 236px;
        margin: 0px auto;
        margin-top: 46px; } }
    @media print, screen and (min-width: 64em) {
      .twocolumnimagepanel.primarybgcolor .cntWrap .btn {
        margin-top: 90px; } }
    .twocolumnimagepanel.primarybgcolor .cntWrap .btn a.ctaborder {
      margin-right: 8px;
      margin-bottom: 15px;
      padding: 12px 18px;
      color: #ffffff;
      border: solid 2px #ffffff; }
      @media print, screen and (max-width: 47.99875em) {
        .twocolumnimagepanel.primarybgcolor .cntWrap .btn a.ctaborder {
          font-size: 17px;
          line-height: 23px;
          min-width: 100%;
          margin-right: 0px;
          padding: 8.5px 18px; } }
      @media print, screen and (min-width: 48em) and (max-width: 63.99875em) {
        .twocolumnimagepanel.primarybgcolor .cntWrap .btn a.ctaborder {
          font-size: 17px;
          line-height: 23px;
          min-width: 100%;
          margin-right: 0px;
          padding: 8.5px 18px; } }
      .twocolumnimagepanel.primarybgcolor .cntWrap .btn a.ctaborder::after {
        background: #ffffff; }
      .twocolumnimagepanel.primarybgcolor .cntWrap .btn a.ctaborder:hover {
        background: #ffffff;
        color: #1c375e; }
  .twocolumnimagepanel.profilevideo {
    padding: 52px 0px 45px; }
    @media print, screen and (min-width: 64em) {
      .twocolumnimagepanel.profilevideo {
        padding: 62px 0px 3px; } }
    @media (min-width: 1700px) {
      .twocolumnimagepanel.profilevideo .grid-container {
        max-width: 1417px;
        padding-left: 25px; } }
    .twocolumnimagepanel.profilevideo .percentange .rangecontainer .percent {
      color: #dbe6f1; }
    .twocolumnimagepanel.profilevideo .percentange .rangecontainer .ui-slider-range {
      background: #dbe6f1; }
    @media print, screen and (min-width: 64em) {
      .twocolumnimagepanel.profilevideo .percentange .icons {
        margin-bottom: 27px; } }
    .twocolumnimagepanel.profilevideo .ui-widget-content {
      border: 1px solid 0px;
      border: 0px;
      background: #3c6797; }
    .twocolumnimagepanel.profilevideo .ui-state-default,
    .twocolumnimagepanel.profilevideo .ui-widget-content .ui-state-default,
    .twocolumnimagepanel.profilevideo .ui-widget-header .ui-state-default {
      border-top: 10px solid #dbe6f1;
      color: #dbe6f1; }
      @media (max-width: 1023px) {
        .twocolumnimagepanel.profilevideo .ui-state-default,
        .twocolumnimagepanel.profilevideo .ui-widget-content .ui-state-default,
        .twocolumnimagepanel.profilevideo .ui-widget-header .ui-state-default {
          border-top: 7px solid #dbe6f1; } }
    .twocolumnimagepanel.profilevideo .ui-state-hover,
    .twocolumnimagepanel.profilevideo .ui-widget-content .ui-state-hover,
    .twocolumnimagepanel.profilevideo .ui-widget-header .ui-state-hover,
    .twocolumnimagepanel.profilevideo .ui-state-focus,
    .twocolumnimagepanel.profilevideo .ui-widget-content .ui-state-focus,
    .twocolumnimagepanel.profilevideo .ui-widget-header .ui-state-focus {
      color: #dbe6f1;
      border-top: 10px solid #dbe6f1;
      border-radius: 0px; }
      @media (max-width: 1023px) {
        .twocolumnimagepanel.profilevideo .ui-state-hover,
        .twocolumnimagepanel.profilevideo .ui-widget-content .ui-state-hover,
        .twocolumnimagepanel.profilevideo .ui-widget-header .ui-state-hover,
        .twocolumnimagepanel.profilevideo .ui-state-focus,
        .twocolumnimagepanel.profilevideo .ui-widget-content .ui-state-focus,
        .twocolumnimagepanel.profilevideo .ui-widget-header .ui-state-focus {
          border-top: 7px solid #dbe6f1; } }
    .twocolumnimagepanel.profilevideo .ui-state-active,
    .twocolumnimagepanel.profilevideo .ui-widget-content .ui-state-active,
    .twocolumnimagepanel.profilevideo .ui-widget-header .ui-state-active {
      color: #dbe6f1;
      border-top: 10px solid #dbe6f1;
      border-radius: 0px; }
      @media (max-width: 1023px) {
        .twocolumnimagepanel.profilevideo .ui-state-active,
        .twocolumnimagepanel.profilevideo .ui-widget-content .ui-state-active,
        .twocolumnimagepanel.profilevideo .ui-widget-header .ui-state-active {
          border-top: 7px solid #dbe6f1; } }
    .twocolumnimagepanel.profilevideo .cntWrap {
      width: 100%; }
      @media (min-width: 768px) and (max-width: 1023px) {
        .twocolumnimagepanel.profilevideo .cntWrap {
          margin: 0px auto;
          width: 540px; } }
      @media print, screen and (min-width: 64em) {
        .twocolumnimagepanel.profilevideo .cntWrap {
          width: 56%;
          margin-right: 0px; } }
      @media (min-width: 1024px) and (max-width: 1279px) {
        .twocolumnimagepanel.profilevideo .cntWrap {
          width: 58%; } }
      @media (min-width: 1400px) and (max-width: 1499px) {
        .twocolumnimagepanel.profilevideo .cntWrap {
          width: 54%; } }
      @media (min-width: 1500px) and (max-width: 1700px) {
        .twocolumnimagepanel.profilevideo .cntWrap {
          width: 52%; } }
      @media (min-width: 1700px) {
        .twocolumnimagepanel.profilevideo .cntWrap {
          margin-right: 0px;
          width: 50%; } }
  .twocolumnimagepanel.left .cntWrap {
    -webkit-box-ordinal-group: 3;
    -webkit-order: 2;
        -ms-flex-order: 2;
            order: 2; }
  .twocolumnimagepanel.left .imgWrap {
    -webkit-box-ordinal-group: 2;
    -webkit-order: 1;
        -ms-flex-order: 1;
            order: 1; }
  @media print, screen and (min-width: 64em) {
    .twocolumnimagepanel .flexwrap.imgflex {
      -webkit-box-pack: justify;
      -webkit-justify-content: space-between;
          -ms-flex-pack: justify;
              justify-content: space-between; } }
  .twocolumnimagepanel .cntWrap {
    width: 100%; }
    @media (min-width: 768px) and (max-width: 1023px) {
      .twocolumnimagepanel .cntWrap {
        margin: 0px auto;
        width: 540px; } }
    @media print, screen and (min-width: 64em) {
      .twocolumnimagepanel .cntWrap {
        width: 60%; } }
    .twocolumnimagepanel .cntWrap h5 {
      color: #1c375e;
      position: relative;
      padding-left: 25px;
      font-size: 18px;
      line-height: 25px;
      margin-bottom: 15px;
      text-transform: uppercase; }
      @media print, screen and (min-width: 64em) {
        .twocolumnimagepanel .cntWrap h5 {
          padding-left: 33px;
          font-size: 22px;
          line-height: 30px;
          margin-bottom: 16px;
          text-transform: none; } }
.twocolumnimagepanel .cntWrap h5:before {
    content: "";
    position: absolute;
    width: 15px;
    height: 15px;
    background:var(--msb-yellow);
    border-radius: 50%;
    left: 0;
    top: 4px;
}
        @media print, screen and (min-width: 64em) {
          .twocolumnimagepanel .cntWrap h5:before {
            top: 9px; } }
    .twocolumnimagepanel .cntWrap h3 {
      font-weight: 700;
      font-size: 24px;
      line-height: 32px;
      text-transform: none;
      margin-bottom: 17px; }
      @media print, screen and (min-width: 64em) {
        .twocolumnimagepanel .cntWrap h3 {
          margin-bottom: 17px;
          font-size: 36px;
          line-height: 50px; } }
    .twocolumnimagepanel .cntWrap p {
      font-size: 20px;
      line-height: 27px; }
      @media print, screen and (min-width: 64em) {
        .twocolumnimagepanel .cntWrap p {
          font-size: 26px;
          line-height: 35px;
          max-width: 555px; } }
      .twocolumnimagepanel .cntWrap p + .mobiledisplay {
        margin-top: 46px; }
        .twocolumnimagepanel .cntWrap p + .mobiledisplay + .btn {
          margin-top: 45px; }
    .twocolumnimagepanel .cntWrap .cell.large-6 {
      margin-bottom: 17px; }
      @media print, screen and (min-width: 64em) {
        .twocolumnimagepanel .cntWrap .cell.large-6 {
          padding-right: 18px;
          margin-bottom: 0px; } }
      .twocolumnimagepanel .cntWrap .cell.large-6 p {
        font-size: 20px;
        line-height: 27px; }
        @media print, screen and (min-width: 64em) {
          .twocolumnimagepanel .cntWrap .cell.large-6 p {
            font-size: 26px;
            line-height: 35px;
            max-width: auto; } }
      @media print, screen and (min-width: 64em) {
        .twocolumnimagepanel .cntWrap .cell.large-6.font-small {
          padding-left: 46px; } }
      .twocolumnimagepanel .cntWrap .cell.large-6.font-small p {
        font-size: 17px;
        line-height: 24px; }
        @media print, screen and (min-width: 64em) {
          .twocolumnimagepanel .cntWrap .cell.large-6.font-small p {
            font-size: 17px;
            line-height: 28px;
            max-width: auto; } }
    .twocolumnimagepanel .cntWrap .btn {
      margin-top: 41px; }
      @media print, screen and (max-width: 47.99875em) {
        .twocolumnimagepanel .cntWrap .btn {
          max-width: 253px;
          margin: 0px auto;
          margin-top: 18px; } }
      @media print, screen and (min-width: 48em) and (max-width: 63.99875em) {
        .twocolumnimagepanel .cntWrap .btn {
          max-width: 236px;
          margin: 0px auto;
          margin-top: 18px; } }
      @media print, screen and (min-width: 64em) {
        .twocolumnimagepanel .cntWrap .btn {
          margin-top: 77px;
          text-align: left; } }
      .twocolumnimagepanel .cntWrap .btn a.ctaborder {
        min-height: auto;
        color: #1c375e;
        font-size: 17px;
        line-height: 23px;
        min-width: 100%;
        margin-right: 0px;
        padding: 8.5px 18px;
        margin-bottom: 15px; }
        @media print, screen and (min-width: 64em) {
          .twocolumnimagepanel .cntWrap .btn a.ctaborder {
            min-width: auto;
            min-height: auto;
            font-size: 21px;
            line-height: 29px;
            margin-right: 18px;
            padding: 12px 24px; } }
        .twocolumnimagepanel .cntWrap .btn a.ctaborder:last-child {
          margin-right: 0px; }
        .twocolumnimagepanel .cntWrap .btn a.ctaborder:hover {
          color: #ffffff; }
  .twocolumnimagepanel .imgWrap {
    width: 100%;
    display: none;
    -webkit-transition: all 0.55s;
    transition: all 0.55s;
    overflow: hidden; }
    @media print, screen and (min-width: 64em) {
      .twocolumnimagepanel .imgWrap {
        width: 30%;
        display: block; } }
    .twocolumnimagepanel .imgWrap.mobiledisplay {
      display: block; }
      @media print, screen and (min-width: 64em) {
        .twocolumnimagepanel .imgWrap.mobiledisplay {
          display: none; } }
    .twocolumnimagepanel .imgWrap.videowrap {
      max-width: 100%;
      min-height: 197px;
      margin: 48px 0px 0px 0px;
      position: relative;
      width: auto;
      border-radius: 12px; }
      @media print, screen and (min-width: 64em) {
        .twocolumnimagepanel .imgWrap.videowrap {
          max-width: 480px;
          margin: 47px 0px 118px 0px;
          min-height: 377px; } }
      @media (min-width: 1530px) and (max-width: 1279px) {
        .twocolumnimagepanel .imgWrap.videowrap {
          max-width: 40%; } }
      @media (min-width: 1530px) {
        .twocolumnimagepanel .imgWrap.videowrap {
          max-width: 640px; } }
      .twocolumnimagepanel .imgWrap.videowrap .imgsec.videosec {
        position: relative;
        border-radius: 12px; }
      .twocolumnimagepanel .imgWrap.videowrap .video-panel .filter-img {
        padding-bottom: 0px; }
        @media print, screen and (min-width: 64em) {
          .twocolumnimagepanel .imgWrap.videowrap .video-panel .filter-img {
            height: 365px; } }
        .twocolumnimagepanel .imgWrap.videowrap .video-panel .filter-img img {
          border-radius: 12px; }
      .twocolumnimagepanel .imgWrap.videowrap .video-panel .filter-img .videoPanel:before {
        border-radius: 12px; }
      .twocolumnimagepanel .imgWrap.videowrap .video-panel .video-thumb-image iframe {
        top: 0;
        border-radius: 12px; }
      .twocolumnimagepanel .imgWrap.videowrap .videoPanel.loaded img {
        opacity: 0;
        visibility: hidden; }
      .twocolumnimagepanel .imgWrap.videowrap .imgWrap {
        position: relative;
        border-radius: 12px; }
        .twocolumnimagepanel .imgWrap.videowrap .imgWrap img {
          border-radius: 12px; }
    .twocolumnimagepanel .imgWrap .imgsec {
      overflow: hidden;
      border-radius: 26px;
      max-height: 236px;
      -webkit-transform: translateZ(0);
              transform: translateZ(0); }
      @media print, screen and (min-width: 48em) {
        .twocolumnimagepanel .imgWrap .imgsec {
          max-height: 320px; } }
      @media screen and (min-width: 85.375em) {
        .twocolumnimagepanel .imgWrap .imgsec {
          max-height: 360px; } }
      .twocolumnimagepanel .imgWrap .imgsec img {
        -webkit-transition: all 0.55s;
        transition: all 0.55s; }
    .twocolumnimagepanel .imgWrap:hover img {
      -webkit-transform: scale(1.2);
          -ms-transform: scale(1.2);
              transform: scale(1.2); }

.two-columngreypanel.homegreypanel h5 br {
  display: none; }

.two-columngreypanel.homegreypanel .percentange .ui-widget-content {
  background: #ffffff; }

.two-columngreypanel.homegreypanel .cell.large-7 .contentwrap {
  padding: 60px 40px 37px 0px !important; }
  @media (min-width: 0px) and (max-width: 1023px) {
    .two-columngreypanel.homegreypanel .cell.large-7 .contentwrap {
      padding: 60px 15px 43px 15px !important; } }
  @media (min-width: 768px) and (max-width: 1023px) {
    .two-columngreypanel.homegreypanel .cell.large-7 .contentwrap {
      margin: 0px auto;
      max-width: 540px; } }

.two-columngreypanel.homegreypanel .cell.large-5 .contentwrap {
  padding: 60px 0px 37px 46px !important; }
  @media (min-width: 0px) and (max-width: 1023px) {
    .two-columngreypanel.homegreypanel .cell.large-5 .contentwrap {
      padding: 60px 15px 37px 15px !important; } }
  @media (min-width: 768px) and (max-width: 1023px) {
    .two-columngreypanel.homegreypanel .cell.large-5 .contentwrap {
      margin: 0px auto;
      max-width: 540px; } }

.two-columngreypanel.homegreypanel .contentwrap h5 {
  color: #1c375e;
  position: relative;
  padding-left: 25px;
  font-size: 18px;
  line-height: 25px;
  margin-bottom: 15px;
  text-transform: uppercase; }
  @media print, screen and (min-width: 64em) {
    .two-columngreypanel.homegreypanel .contentwrap h5 {
      padding-left: 33px;
      font-size: 22px;
      line-height: 30px;
      margin-bottom: 16px;
      text-transform: none; } }
  .two-columngreypanel.homegreypanel .contentwrap h5:before {
    content: "";
    position: absolute;
    width: 15px;
    height: 15px;
    background: #eb0535;
    border-radius: 50%;
    left: 0;
    top: 4px; }
    @media print, screen and (min-width: 64em) {
      .two-columngreypanel.homegreypanel .contentwrap h5:before {
        top: 9px; } }

.two-columngreypanel.homegreypanel .contentwrap h3 {
  font-weight: 700;
  font-size: 24px;
  line-height: 32px;
  text-transform: none;
  margin-bottom: 17px; }
  @media print, screen and (max-width: 47.99875em) {
    .two-columngreypanel.homegreypanel .contentwrap h3 {
      max-width: 293px;
      margin-bottom: 17px; } }
  @media print, screen and (min-width: 64em) {
    .two-columngreypanel.homegreypanel .contentwrap h3 {
      margin-bottom: 17px;
      font-size: 36px;
      line-height: 50px; } }

.two-columngreypanel.homegreypanel .contentwrap p {
  font-size: 20px;
  line-height: 27px; }
  @media print, screen and (min-width: 64em) {
    .two-columngreypanel.homegreypanel .contentwrap p {
      font-size: 26px;
      line-height: 35px;
      max-width: 555px; } }

.two-columngreypanel.homegreypanel .cell.small-6 {
  margin-bottom: 13px; }
  @media print, screen and (min-width: 64em) {
    .two-columngreypanel.homegreypanel .cell.small-6 {
      padding-right: 18px;
      margin-bottom: 0px; } }
  .two-columngreypanel.homegreypanel .cell.small-6 p {
    font-size: 26px;
    line-height: 35px; }
    @media print, screen and (min-width: 64em) {
      .two-columngreypanel.homegreypanel .cell.small-6 p {
        font-size: 26px;
        line-height: 35px;
        max-width: auto; } }
    .two-columngreypanel.homegreypanel .cell.small-6 p + p {
      margin-top: 16px; }
      @media print, screen and (min-width: 64em) {
        .two-columngreypanel.homegreypanel .cell.small-6 p + p {
          margin-top: 0px; } }
  @media print, screen and (min-width: 64em) {
    .two-columngreypanel.homegreypanel .cell.small-6.font-small {
      padding-left: 46px; } }
  .two-columngreypanel.homegreypanel .cell.small-6.font-small p {
    font-size: 17px;
    line-height: 28px; }
    @media print, screen and (min-width: 64em) {
      .two-columngreypanel.homegreypanel .cell.small-6.font-small p {
        font-size: 17px;
        line-height: 28px;
        max-width: auto; } }

.two-columngreypanel.homegreypanel .btn {
  margin-top: 35px !important; }
  @media print, screen and (max-width: 47.99875em) {
    .two-columngreypanel.homegreypanel .btn {
      margin-top: 35px !important;
      max-width: 253px;
      margin: 0px auto; } }
  @media print, screen and (min-width: 48em) and (max-width: 63.99875em) {
    .two-columngreypanel.homegreypanel .btn {
      margin-top: 35px !important;
      max-width: 450px;
      margin: 0px auto; } }
  @media print, screen and (min-width: 64em) {
    .two-columngreypanel.homegreypanel .btn {
      margin-top: 77px !important;
      text-align: left; } }
  .two-columngreypanel.homegreypanel .btn a.ctaborder {
    margin-right: 8px;
    margin-bottom: 15px;
    min-height: auto;
    padding: 12px 18px; }
    @media print, screen and (max-width: 47.99875em) {
      .two-columngreypanel.homegreypanel .btn a.ctaborder {
        font-size: 17px;
        line-height: 23px;
        min-width: 100%;
        margin-right: 0px;
        padding: 8.5px 18px; } }
    @media print, screen and (min-width: 48em) and (max-width: 63.99875em) {
      .two-columngreypanel.homegreypanel .btn a.ctaborder {
        font-size: 17px;
        line-height: 23px;
        min-width: 100%;
        margin-right: 0px;
        padding: 8.5px 18px; } }
    @media print, screen and (min-width: 64em) {
      .two-columngreypanel.homegreypanel .btn a.ctaborder {
        min-width: auto;
        min-height: auto;
        font-size: 21px;
        line-height: 29px;
        margin-right: 18px;
        margin-bottom: 15px;
        padding: 12px 24px; } }
    .two-columngreypanel.homegreypanel .btn a.ctaborder:last-child {
      margin-right: 0px; }
    @media (min-width: 1024px) and (max-width: 1279px) {
      .two-columngreypanel.homegreypanel .btn a.ctaborder {
        font-size: 19px;
        line-height: 29px;
        margin-right: 5px;
        margin-bottom: 15px;
        padding: 6px 14px; } }
    .two-columngreypanel.homegreypanel .btn a.ctaborder:hover {
      color: #ffffff; }

@media print, screen and (max-width: 47.99875em) {
  .two-columngreypanel.homegreypanel .grid-margin-x > .large-5 {
    border-top: 30px #fff solid; } }

@media print, screen and (min-width: 48em) and (max-width: 63.99875em) {
  .two-columngreypanel.homegreypanel .grid-margin-x > .large-5 {
    border-top: 30px #fff solid; } }

@media print, screen and (min-width: 64em) {
  .two-columngreypanel.homegreypanel .grid-margin-x > .large-5 {
    border-left: 10px #fff solid; } }

@media (min-width: 0px) and (max-width: 1023px) {
  .two-columngreypanel.homegreypanel .grid-container {
    padding-left: 0px !important;
    padding-right: 0px !important; } }

.ui-widget-content {
  border: 1px solid 0px;
  border: 0px;
  background: #3c6797; }

.ui-slider-horizontal {
  height: 4px;
  max-width: 349px; }

.ui-state-default,
.ui-widget-content .ui-state-default,
.ui-widget-header .ui-state-default {
  border: 0px;
  background: transparent;
  font-weight: normal;
  color: #1d385f;
  border-left: 6px solid transparent;
  border-right: 6px solid transparent;
  border-top: 10px solid #1d385f;
  border-radius: 0px; }
  @media (max-width: 1023px) {
    .ui-state-default,
    .ui-widget-content .ui-state-default,
    .ui-widget-header .ui-state-default {
      border-left: 4px solid transparent;
      border-right: 4px solid transparent;
      border-top: 7px solid #1d385f; } }

.ui-slider-horizontal .ui-slider-handle {
  top: -20px;
  margin-left: -4px;
  width: 5px;
  height: 11px; }
  @media (max-width: 1023px) {
    .ui-slider-horizontal .ui-slider-handle {
      top: -15px;
      margin-left: -4px;
      width: 6px;
      height: 5px; } }

.ui-state-hover,
.ui-widget-content .ui-state-hover,
.ui-widget-header .ui-state-hover,
.ui-state-focus,
.ui-widget-content .ui-state-focus,
.ui-widget-header .ui-state-focus {
  border: 0px;
  background: transparent;
  font-weight: normal;
  color: #1d385f;
  border-left: 6px solid transparent;
  border-right: 6px solid transparent;
  border-top: 10px solid #1d385f;
  border-radius: 0px; }
  @media (max-width: 1023px) {
    .ui-state-hover,
    .ui-widget-content .ui-state-hover,
    .ui-widget-header .ui-state-hover,
    .ui-state-focus,
    .ui-widget-content .ui-state-focus,
    .ui-widget-header .ui-state-focus {
      border-left: 4px solid transparent;
      border-right: 4px solid transparent;
      border-top: 7px solid #1d385f; } }

.ui-state-active,
.ui-widget-content .ui-state-active,
.ui-widget-header .ui-state-active {
  border: 0px;
  background: transparent;
  font-weight: normal;
  color: #1d385f;
  border-left: 6px solid transparent;
  border-right: 6px solid transparent;
  border-top: 10px solid #1d385f;
  border-radius: 0px; }
  @media (max-width: 1023px) {
    .ui-state-active,
    .ui-widget-content .ui-state-active,
    .ui-widget-header .ui-state-active {
      border-left: 4px solid transparent;
      border-right: 4px solid transparent;
      border-top: 7px solid #1d385f; } }

.homepopupwrapper .overlay {
  position: fixed;
  height: 100%;
  width: 100%;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  background: rgba(0, 0, 0, 0.8);
  display: none;
  z-index: 99999; }

.homepopupwrapper .popUpWrapper {
  position: fixed;
  top: 50%;
  left: 50%;
  z-index: 9999;
  -webkit-transform: translate(-50%, -50%);
      -ms-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%); }
  .homepopupwrapper .popUpWrapper .close {
    margin-right: -2px;
    height: 17px;
    -webkit-transition: -webkit-transform 0.55s;
    transition: -webkit-transform 0.55s;
    transition: transform 0.55s;
    transition: transform 0.55s, -webkit-transform 0.55s;
    position: absolute;
    right: 20px;
    top: 18px; }
    .homepopupwrapper .popUpWrapper .close:hover {
      -webkit-transform: scale(1.1);
          -ms-transform: scale(1.1);
              transform: scale(1.1); }
    .homepopupwrapper .popUpWrapper .close i {
      display: block;
      width: 17px;
      position: relative;
      float: right;
      margin-top: -2px; }
      .homepopupwrapper .popUpWrapper .close i::before, .homepopupwrapper .popUpWrapper .close i:after {
        content: "";
        background: #1c375e;
        width: 2px;
        height: 17px;
        -webkit-transform-origin: center center;
            -ms-transform-origin: center center;
                transform-origin: center center;
        -webkit-transition-delay: 0.1s;
                transition-delay: 0.1s;
        position: absolute;
        top: 50%;
        left: 50%;
        margin-top: 0;
        margin-left: 0;
        transition: -webkit-transform 0.6s cubic-bezier(0.175, 0.885, 0.32, 1.275); }
      .homepopupwrapper .popUpWrapper .close i:after {
        transition: transform 0.6s cubic-bezier(0.175, 0.885, 0.32, 1.275) 0.1s, -webkit-transform 0.6s cubic-bezier(0.175, 0.885, 0.32, 1.275) 0.1s;
        -webkit-transform: rotate(-45deg);
        -ms-transform: rotate(-45deg);
            transform: rotate(-45deg); }
      .homepopupwrapper .popUpWrapper .close i:before {
        -webkit-transform: rotate(45deg);
            -ms-transform: rotate(45deg);
                transform: rotate(45deg); }

.homepopupwrapper .popupWrap {
  margin: 0px 13px; }

.homepopupwrapper .wrap {
  background: #ffffff;
  width: 98%;
  padding: 50px 36px 50px 37px;
  margin: 0 auto;
  border-radius: 0px;
  position: relative;
  text-align: center; }
  @media print, screen and (min-width: 48em) {
    .homepopupwrapper .wrap {
      width: 650px; } }
  @media print, screen and (min-width: 64em) {
    .homepopupwrapper .wrap {
      padding: 72px 36px 81px 37px;
      width: 967px; } }
  .homepopupwrapper .wrap p {
    font-size: 26px;
    line-height: 35px;
    color: #00214e;
    margin-bottom: 57px; }
    @media print, screen and (min-width: 64em) {
      .homepopupwrapper .wrap p {
        font-size: 26px;
        line-height: 35px;
        margin-bottom: 57px; } }
  .homepopupwrapper .wrap:after {
    content: "";
    background: url(../images/login-border-bg.svg) no-repeat;
    height: 20px;
    background-size: cover !important;
    background-repeat: no-repeat;
    background-position: center;
    width: 100%;
    position: absolute;
    bottom: -19px;
    overflow: hidden;
    z-index: 1;
    left: 0px; }
  .homepopupwrapper .wrap .logincontent .flexwrap {
    margin-bottom: 46px; }
    @media print, screen and (min-width: 64em) {
      .homepopupwrapper .wrap .logincontent .flexwrap {
        margin-bottom: 46px;
        -webkit-box-pack: center;
        -webkit-justify-content: center;
            -ms-flex-pack: center;
                justify-content: center; } }
  .homepopupwrapper .wrap .logincontent .form-group {
    margin-bottom: 29px;
    width: 100%; }
    @media print, screen and (min-width: 64em) {
      .homepopupwrapper .wrap .logincontent .form-group {
        margin-bottom: 15px;
        width: 360px;
        margin-right: 38px; } }
    @media (min-width: 1024px) and (max-width: 1279px) {
      .homepopupwrapper .wrap .logincontent .form-group {
        width: 35%; } }
    .homepopupwrapper .wrap .logincontent .form-group:last-child {
      margin-right: 0px; }
    .homepopupwrapper .wrap .logincontent .form-group .txtBox {
      background: #ffffff;
      font-size: 23px;
      line-height: 31px;
      color: #4f4f4f;
      padding: 0 14px;
      margin-left: 0px;
      width: 100%;
      height: 40px;
      border-radius: 10px;
      margin-bottom: 0px;
      border: solid 1px #4f4f4f;
      -webkit-box-shadow: none;
              box-shadow: none; }
      .homepopupwrapper .wrap .logincontent .form-group .txtBox::-webkit-input-placeholder {
        color: #4f4f4f !important;
        opacity: 1; }
      .homepopupwrapper .wrap .logincontent .form-group .txtBox:-ms-input-placeholder {
        color: #4f4f4f !important;
        opacity: 1; }
      .homepopupwrapper .wrap .logincontent .form-group .txtBox::-moz-placeholder {
        color: #4f4f4f !important; }
      .homepopupwrapper .wrap .logincontent .form-group .txtBox::-ms-input-placeholder {
        color: #4f4f4f !important; }
      .homepopupwrapper .wrap .logincontent .form-group .txtBox::placeholder {
        color: #4f4f4f !important; }
      .homepopupwrapper .wrap .logincontent .form-group .txtBox.error {
        background: #ffe4e4; }
      @media print, screen and (min-width: 64em) {
        .homepopupwrapper .wrap .logincontent .form-group .txtBox {
          font-size: 30px;
          line-height: 40px;
          height: 52px;
          padding: 0 17px; } }
  .homepopupwrapper .wrap .logincontent .loginBtn {
    margin-top: 0px; }
    .homepopupwrapper .wrap .logincontent .loginBtn button.ctaborder {
      min-height: auto; }
      @media print, screen and (max-width: 47.99875em) {
        .homepopupwrapper .wrap .logincontent .loginBtn button.ctaborder {
          font-size: 17px;
          line-height: 23px;
          padding: 10px 25px; } }
      @media print, screen and (min-width: 48em) and (max-width: 63.99875em) {
        .homepopupwrapper .wrap .logincontent .loginBtn button.ctaborder {
          font-size: 17px;
          line-height: 23px;
          padding: 10px 15px; } }
      @media print, screen and (min-width: 64em) {
        .homepopupwrapper .wrap .logincontent .loginBtn button.ctaborder {
          padding: 10px 25px;
          margin: 0px; } }

.dialpopupwrapper .overlay {
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  display: none;
  z-index: 99; }

.dialpopupwrapper .popUpWrapper {
  position: relative;
  z-index: 99; }
  @media print, screen and (min-width: 64em) {
    .dialpopupwrapper .popUpWrapper {
      left: 24px; } }
  @media screen and (min-width: 85.375em) {
    .dialpopupwrapper .popUpWrapper {
      left: 24px; } }
  .dialpopupwrapper .popUpWrapper .close {
    margin-right: -2px;
    height: 17px;
    -webkit-transition: -webkit-transform 0.55s;
    transition: -webkit-transform 0.55s;
    transition: transform 0.55s;
    transition: transform 0.55s, -webkit-transform 0.55s;
    position: absolute;
    right: 20px;
    top: 18px; }
    .dialpopupwrapper .popUpWrapper .close:hover {
      -webkit-transform: scale(1.1);
          -ms-transform: scale(1.1);
              transform: scale(1.1); }
    .dialpopupwrapper .popUpWrapper .close i {
      display: block;
      width: 17px;
      position: relative;
      float: right;
      margin-top: -2px; }
      .dialpopupwrapper .popUpWrapper .close i::before, .dialpopupwrapper .popUpWrapper .close i:after {
        content: "";
        background: #1c375e;
        width: 2px;
        height: 17px;
        -webkit-transform-origin: center center;
            -ms-transform-origin: center center;
                transform-origin: center center;
        -webkit-transition-delay: 0.1s;
                transition-delay: 0.1s;
        position: absolute;
        top: 50%;
        left: 50%;
        margin-top: 0;
        margin-left: 0;
        transition: -webkit-transform 0.6s cubic-bezier(0.175, 0.885, 0.32, 1.275); }
      .dialpopupwrapper .popUpWrapper .close i:after {
        transition: transform 0.6s cubic-bezier(0.175, 0.885, 0.32, 1.275) 0.1s, -webkit-transform 0.6s cubic-bezier(0.175, 0.885, 0.32, 1.275) 0.1s;
        -webkit-transform: rotate(-45deg);
        -ms-transform: rotate(-45deg);
            transform: rotate(-45deg); }
      .dialpopupwrapper .popUpWrapper .close i:before {
        -webkit-transform: rotate(45deg);
            -ms-transform: rotate(45deg);
                transform: rotate(45deg); }

.dialpopupwrapper .popupWrap {
  margin: 0px 0px; }

.dialpopupwrapper .wrap {
  background: #edf2f7;
  width: 98%;
  padding: 30px 30px 30px 30px;
  margin: 0 auto;
  border-radius: 0px;
  position: relative;
  text-align: center;
  margin-top: 60px; }
  @media print, screen and (min-width: 48em) {
    .dialpopupwrapper .wrap {
      width: 650px;
      padding: 30px 30px 30px 30px; } }
  @media print, screen and (min-width: 64em) {
    .dialpopupwrapper .wrap {
      padding: 11px 20px 7px 20px;
      width: 100%; } }
  @media screen and (min-width: 85.375em) {
    .dialpopupwrapper .wrap {
      width: 100%;
      padding: 11px 40px 7px 40px; } }
  .dialpopupwrapper .wrap p {
    font-size: 26px;
    line-height: 35px;
    color: #00214e;
    margin-bottom: 20px; }
    @media print, screen and (min-width: 64em) {
      .dialpopupwrapper .wrap p {
        font-size: 20px;
        line-height: 35px;
        margin-bottom: 19px;
        font-weight: 700;
        text-align: left; } }
  .dialpopupwrapper .wrap:after {
    content: "";
    /*background: url(../images/dial-border-bg1.svg) no-repeat;*/
    height: 20px;
    background-size: cover !important;
    background-repeat: no-repeat;
    background-position: center;
    width: 100%;
    position: absolute;
    bottom: -19px;
    overflow: hidden;
    z-index: 1;
    left: 0px; }
  .dialpopupwrapper .wrap .dialcontent .listfullwidth {
    max-width: 100%;
    margin: 0px auto; }
    @media print, screen and (min-width: 64em) {
      .dialpopupwrapper .wrap .dialcontent .listfullwidth {
        margin: 0px auto;
        padding: 0px 0; } }
    .dialpopupwrapper .wrap .dialcontent .listfullwidth ul {
      overflow: hidden; }
      @media print, screen and (max-width: 47.99875em) {
        .dialpopupwrapper .wrap .dialcontent .listfullwidth ul {
          margin: 0px auto;
          max-width: 286px; } }
      @media print, screen and (min-width: 48em) and (max-width: 63.99875em) {
        .dialpopupwrapper .wrap .dialcontent .listfullwidth ul {
          margin: 0px auto;
          -webkit-column-count: 2;
             -moz-column-count: 2;
                  column-count: 2;
          max-width: 100%;
          display: inline-block;
          position: relative; } }
      @media print, screen and (min-width: 64em) {
        .dialpopupwrapper .wrap .dialcontent .listfullwidth ul {
          display: inline-block;
          margin-left: 0px;
          -webkit-column-count: 2;
             -moz-column-count: 2;
                  column-count: 2;
          padding: 0px 0px;
          position: relative;
          max-width: 676px; } }
      @media (min-width: 1280px) and (max-width: 1365px) {
        .dialpopupwrapper .wrap .dialcontent .listfullwidth ul {
          -webkit-column-count: 3;
             -moz-column-count: 3;
                  column-count: 3;
          max-width: 906px; } }
      @media screen and (min-width: 85.375em) {
        .dialpopupwrapper .wrap .dialcontent .listfullwidth ul {
          -webkit-column-count: 3;
             -moz-column-count: 3;
                  column-count: 3;
          max-width: 952px; } }
      .dialpopupwrapper .wrap .dialcontent .listfullwidth ul li {
        -webkit-transition: all 0.75s;
        transition: all 0.75s;
        width: 100%;
        margin-bottom: 14px; }
        @media print, screen and (min-width: 48em) {
          .dialpopupwrapper .wrap .dialcontent .listfullwidth ul li {
            -webkit-column-break-inside: avoid;
            -moz-column-break-inside: avoid;
                 break-inside: avoid;
            margin-bottom: 16px;
            display: inline-block; } }
        @media print, screen and (min-width: 64em) {
          .dialpopupwrapper .wrap .dialcontent .listfullwidth ul li {
            margin-bottom: 16px;
            -webkit-column-break-inside: avoid;
            -moz-column-break-inside: avoid;
                 break-inside: avoid;
            display: inline-block; } }
        .dialpopupwrapper .wrap .dialcontent .listfullwidth ul li input {
          padding: 0;
          height: initial;
          width: initial;
          margin-bottom: 0;
          display: none;
          cursor: pointer; }
        .dialpopupwrapper .wrap .dialcontent .listfullwidth ul li label {
          position: relative;
          cursor: pointer;
          color: #00214e;
          font-size: 17px;
          line-height: 23px;
          font-weight: 400;
          margin: 0px;
          padding: 0px;
          vertical-align: middle;
          width: 40px;
          display: block;
          padding: 3.5px 10px;
          background: #ffffff;
          text-transform: initial;
          text-align: center;
          display: -webkit-inline-box;
          display: -webkit-inline-flex;
          display: -ms-inline-flexbox;
          display: inline-flex;
          -webkit-box-pack: center;
          -webkit-justify-content: center;
              -ms-flex-pack: center;
                  justify-content: center;
          -webkit-box-align: center;
          -webkit-align-items: center;
              -ms-flex-align: center;
                  align-items: center; }
          @media print, screen and (min-width: 48em) {
            .dialpopupwrapper .wrap .dialcontent .listfullwidth ul li label {
              display: -webkit-inline-box;
              display: -webkit-inline-flex;
              display: -ms-inline-flexbox;
              display: inline-flex; } }
          .dialpopupwrapper .wrap .dialcontent .listfullwidth ul li label.ctaborder {
            min-width: 260px;
            border-radius: 19px;
            border: 0px;
            font-size: 17px;
            font-weight: 700;
            line-height: 17px;
            min-height: 45px; }
            @media print, screen and (min-width: 48em) {
              .dialpopupwrapper .wrap .dialcontent .listfullwidth ul li label.ctaborder {
                min-width: 280px; } }
            @media print, screen and (min-width: 64em) {
              .dialpopupwrapper .wrap .dialcontent .listfullwidth ul li label.ctaborder {
                min-height: 45px;
                min-width: 280px; } }
            @media (min-width: 1280px) and (max-width: 1365px) {
              .dialpopupwrapper .wrap .dialcontent .listfullwidth ul li label.ctaborder {
                min-width: 280px; } }
            .dialpopupwrapper .wrap .dialcontent .listfullwidth ul li label.ctaborder:after {
              border-radius: 6px;
              z-index: -1; }
              @media (min-width: 0px) and (max-width: 1023px) {
                .dialpopupwrapper .wrap .dialcontent .listfullwidth ul li label.ctaborder:after {
                  background-color: transparent; } }
            @media (min-width: 0px) and (max-width: 1023px) {
              .dialpopupwrapper .wrap .dialcontent .listfullwidth ul li label.ctaborder:before {
                background-color: transparent; } }
            @media print, screen and (min-width: 64em) {
              .dialpopupwrapper .wrap .dialcontent .listfullwidth ul li label.ctaborder:hover {
                color: #ffffff; } }
        .dialpopupwrapper .wrap .dialcontent .listfullwidth ul li input:checked + label {
          background: #00214e;
          border: 0px;
          color: #ffffff !important; }
        .dialpopupwrapper .wrap .dialcontent .listfullwidth ul li a {
          font-size: 17px;
          line-height: 23px;
          text-decoration: none; }
        .dialpopupwrapper .wrap .dialcontent .listfullwidth ul li.btnsec {
          padding-top: 30px; }
          @media print, screen and (min-width: 48em) and (max-width: 63.99875em) {
            .dialpopupwrapper .wrap .dialcontent .listfullwidth ul li.btnsec {
              padding-top: 0px; } }
          @media print, screen and (min-width: 64em) {
            .dialpopupwrapper .wrap .dialcontent .listfullwidth ul li.btnsec {
              padding-top: 40px;
              margin-bottom: 0; } }
          .dialpopupwrapper .wrap .dialcontent .listfullwidth ul li.btnsec a.ctabtn {
            padding: 5px 20px;
            text-transform: uppercase;
            min-height: auto;
            font-weight: 400;
            border: 0px;
            background: #00214e; }
            @media print, screen and (min-width: 64em) {
              .dialpopupwrapper .wrap .dialcontent .listfullwidth ul li.btnsec a.ctabtn {
                padding: 4.5px 25.5px;
                font-size: 20px;
                line-height: 27px;
                position: absolute;
                bottom: 0;
                right: 28px; } }
            @media (min-width: 1280px) and (max-width: 1365px) {
              .dialpopupwrapper .wrap .dialcontent .listfullwidth ul li.btnsec a.ctabtn {
                right: 0px; } }
            @media screen and (min-width: 85.375em) {
              .dialpopupwrapper .wrap .dialcontent .listfullwidth ul li.btnsec a.ctabtn {
                right: 12px; } }
            .dialpopupwrapper .wrap .dialcontent .listfullwidth ul li.btnsec a.ctabtn:after, .dialpopupwrapper .wrap .dialcontent .listfullwidth ul li.btnsec a.ctabtn:before {
              background: #ffffff; }
            .dialpopupwrapper .wrap .dialcontent .listfullwidth ul li.btnsec a.ctabtn:focus {
              color: #ffffff; }
            .dialpopupwrapper .wrap .dialcontent .listfullwidth ul li.btnsec a.ctabtn:hover {
              color: #00214e;
              background: #ffffff; }
            .dialpopupwrapper .wrap .dialcontent .listfullwidth ul li.btnsec a.ctabtn span {
              z-index: 2; }
              @media print, screen and (min-width: 64em) {
                .dialpopupwrapper .wrap .dialcontent .listfullwidth ul li.btnsec a.ctabtn span {
                  margin-top: -2px; } }
  .dialpopupwrapper .wrap .dialcontent .loginBtn {
    margin-top: 0px; }
    .dialpopupwrapper .wrap .dialcontent .loginBtn button.ctaborder {
      min-height: auto; }
      @media print, screen and (max-width: 47.99875em) {
        .dialpopupwrapper .wrap .dialcontent .loginBtn button.ctaborder {
          font-size: 17px;
          line-height: 23px;
          padding: 10px 25px; } }
      @media print, screen and (min-width: 48em) and (max-width: 63.99875em) {
        .dialpopupwrapper .wrap .dialcontent .loginBtn button.ctaborder {
          font-size: 17px;
          line-height: 23px;
          padding: 10px 15px; } }
      @media print, screen and (min-width: 64em) {
        .dialpopupwrapper .wrap .dialcontent .loginBtn button.ctaborder {
          padding: 10px 25px;
          margin: 0px; } }

@media print, screen and (min-width: 64em) {
  .dialpadsection.dialopen + .contentpart {
    margin-top: 68px; } }

.homeloginpopupwrapper .overlay {
  position: fixed;
  height: 100%;
  width: 100%;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  background: rgba(0, 0, 0, 0.8);
  display: none;
  z-index: 99999; }

.homeloginpopupwrapper .popUpWrapper {
  position: fixed;
  top: 50%;
  left: 50%;
  z-index: 9999;
  -webkit-transform: translate(-50%, -50%);
      -ms-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%); }
  .homeloginpopupwrapper .popUpWrapper .close {
    margin-right: -2px;
    height: 17px;
    -webkit-transition: -webkit-transform 0.55s;
    transition: -webkit-transform 0.55s;
    transition: transform 0.55s;
    transition: transform 0.55s, -webkit-transform 0.55s;
    position: absolute;
    right: 20px;
    top: 18px; }
    .homeloginpopupwrapper .popUpWrapper .close:hover {
      -webkit-transform: scale(1.1);
          -ms-transform: scale(1.1);
              transform: scale(1.1); }
    .homeloginpopupwrapper .popUpWrapper .close i {
      display: block;
      width: 17px;
      position: relative;
      float: right;
      margin-top: -2px; }
      .homeloginpopupwrapper .popUpWrapper .close i::before, .homeloginpopupwrapper .popUpWrapper .close i:after {
        content: "";
        background: #1c375e;
        width: 2px;
        height: 17px;
        -webkit-transform-origin: center center;
            -ms-transform-origin: center center;
                transform-origin: center center;
        -webkit-transition-delay: 0.1s;
                transition-delay: 0.1s;
        position: absolute;
        top: 50%;
        left: 50%;
        margin-top: 0;
        margin-left: 0;
        transition: -webkit-transform 0.6s cubic-bezier(0.175, 0.885, 0.32, 1.275); }
      .homeloginpopupwrapper .popUpWrapper .close i:after {
        transition: transform 0.6s cubic-bezier(0.175, 0.885, 0.32, 1.275) 0.1s, -webkit-transform 0.6s cubic-bezier(0.175, 0.885, 0.32, 1.275) 0.1s;
        -webkit-transform: rotate(-45deg);
        -ms-transform: rotate(-45deg);
            transform: rotate(-45deg); }
      .homeloginpopupwrapper .popUpWrapper .close i:before {
        -webkit-transform: rotate(45deg);
            -ms-transform: rotate(45deg);
                transform: rotate(45deg); }

.homeloginpopupwrapper .popupWrap {
  margin: 0px 1px; }

.homeloginpopupwrapper .wrap {
  background: #ffffff;
  width: 100%;
  padding: 40px 35px 2px 35px;
  margin: 0 auto;
  border-radius: 0px;
  position: relative;
  text-align: center; }
  @media print, screen and (min-width: 48em) {
    .homeloginpopupwrapper .wrap {
      width: 650px; } }
  @media print, screen and (min-width: 64em) {
    .homeloginpopupwrapper .wrap {
      padding: 58px 50px 14px 50px;
      width: 1200px; } }
  @media (min-width: 1024px) and (max-width: 1279px) {
    .homeloginpopupwrapper .wrap {
      width: 950px;
      padding: 58px 25px 14px 25px; } }
  @media screen and (min-width: 85.375em) {
    .homeloginpopupwrapper .wrap {
      padding: 58px 95px 14px 93px;
      width: 1492px; } }
  @media (min-width: 1366px) and (max-width: 1600px) {
    .homeloginpopupwrapper .wrap {
      width: 1200px;
      padding: 58px 50px 14px 50px; } }
  .homeloginpopupwrapper .wrap p {
    font-size: 26px;
    line-height: 35px;
    color: #00214e;
    margin-bottom: 57px; }
    @media print, screen and (min-width: 64em) {
      .homeloginpopupwrapper .wrap p {
        font-size: 26px;
        line-height: 35px;
        margin-bottom: 57px; } }
  .homeloginpopupwrapper .wrap:after {
    content: "";
    background: url(../images/home-popupborder-bg-1.svg) no-repeat;
    height: 35px;
    background-size: cover !important;
    background-repeat: no-repeat;
    background-position: center;
    width: 100%;
    position: absolute;
    bottom: -34px;
    overflow: hidden;
    z-index: 1;
    left: 0px; }
    @media print, screen and (max-width: 47.99875em) {
      .homeloginpopupwrapper .wrap:after {
        bottom: -24px;
        height: 25px; } }
  @media only screen and (min-width: 0px) and (max-width: 1279px) {
    .homeloginpopupwrapper .wrap .popContent {
      max-height: 70vh;
      overflow-y: scroll; } }
  .homeloginpopupwrapper .wrap .popContent .flexwrap {
    margin-bottom: 20px; }
    @media print, screen and (min-width: 48em) and (max-width: 63.99875em) {
      .homeloginpopupwrapper .wrap .popContent .flexwrap {
        max-width: 400px;
        margin: 0 auto;
        margin-bottom: 40px; } }
    @media print, screen and (min-width: 64em) {
      .homeloginpopupwrapper .wrap .popContent .flexwrap {
        margin-bottom: 46px;
        -webkit-box-pack: center;
        -webkit-justify-content: center;
            -ms-flex-pack: center;
                justify-content: center; } }
  .homeloginpopupwrapper .wrap .popContent .leftwrap {
    padding-top: 0px;
    padding-bottom: 42px; }
    @media print, screen and (min-width: 64em) {
      .homeloginpopupwrapper .wrap .popContent .leftwrap {
        width: 590px;
        margin-right: 40px;
        padding-top: 130px; } }
    @media (min-width: 1024px) and (max-width: 1279px) {
      .homeloginpopupwrapper .wrap .popContent .leftwrap {
        width: 426px;
        margin-right: 70px; } }
    @media screen and (min-width: 85.375em) {
      .homeloginpopupwrapper .wrap .popContent .leftwrap {
        width: 814px;
        margin-right: 110px;
        padding-top: 130px; } }
    @media (min-width: 1366px) and (max-width: 1600px) {
      .homeloginpopupwrapper .wrap .popContent .leftwrap {
        width: 630px;
        margin-right: 40px; } }
    .homeloginpopupwrapper .wrap .popContent .leftwrap h6 {
      font-weight: 700;
      text-align: center;
      font-size: 20px;
      line-height: 24px;
      margin-bottom: 14px; }
      @media print, screen and (min-width: 64em) {
        .homeloginpopupwrapper .wrap .popContent .leftwrap h6 {
          font-size: 28px;
          line-height: 35px;
          margin-bottom: 51px; } }
      @media screen and (min-width: 85.375em) {
        .homeloginpopupwrapper .wrap .popContent .leftwrap h6 {
          font-size: 36px;
          line-height: 40px;
          margin-bottom: 51px; } }
    .homeloginpopupwrapper .wrap .popContent .leftwrap .tabHorizontal {
      max-width: 308px;
      background: #edf2f7;
      margin: 0px auto;
      background: #edf2f7;
      border-radius: 26px;
      padding: 9px 13px; }
      @media print, screen and (min-width: 48em) {
        .homeloginpopupwrapper .wrap .popContent .leftwrap .tabHorizontal {
          max-width: 427px; } }
      @media print, screen and (min-width: 64em) {
        .homeloginpopupwrapper .wrap .popContent .leftwrap .tabHorizontal {
          max-width: 520px;
          margin: 0px auto;
          background: #edf2f7;
          border-radius: 26px;
          padding: 10px 13px; } }
      @media screen and (min-width: 85.375em) {
        .homeloginpopupwrapper .wrap .popContent .leftwrap .tabHorizontal {
          max-width: 652px; } }
      @media (min-width: 1366px) and (max-width: 1600px) {
        .homeloginpopupwrapper .wrap .popContent .leftwrap .tabHorizontal {
          max-width: 480px; } }
      .homeloginpopupwrapper .wrap .popContent .leftwrap .tabHorizontal .nav.nav-tabs {
        display: -webkit-box;
        display: -webkit-flex;
        display: -ms-flexbox;
        display: flex;
        background: #ffffff;
        margin: 0px;
        border-radius: 26px;
        -webkit-box-pack: center;
        -webkit-justify-content: center;
            -ms-flex-pack: center;
                justify-content: center; }
        .homeloginpopupwrapper .wrap .popContent .leftwrap .tabHorizontal .nav.nav-tabs li {
          font-size: 15px;
          line-height: 22px;
          font-weight: 400;
          width: 147px;
          text-transform: uppercase;
          -webkit-transition: all 0.5s;
          transition: all 0.5s;
          padding: 4px 6px;
          margin: 0px;
          margin-right: 10px; }
          .homeloginpopupwrapper .wrap .popContent .leftwrap .tabHorizontal .nav.nav-tabs li:last-child {
            margin-right: 0;
            padding-left: 10px;
            padding-right: 10px; }
          @media print, screen and (min-width: 48em) {
            .homeloginpopupwrapper .wrap .popContent .leftwrap .tabHorizontal .nav.nav-tabs li {
              width: 347px; } }
          @media print, screen and (min-width: 64em) {
            .homeloginpopupwrapper .wrap .popContent .leftwrap .tabHorizontal .nav.nav-tabs li {
              font-size: 16px;
              line-height: 22px;
              font-weight: 400;
              width: 240px;
              text-transform: uppercase;
              -webkit-transition: all 0.5s;
              transition: all 0.5s;
              padding: 9.2px 20px; } }
          @media screen and (min-width: 85.375em) {
            .homeloginpopupwrapper .wrap .popContent .leftwrap .tabHorizontal .nav.nav-tabs li {
              width: 310px; } }
          @media (min-width: 1366px) and (max-width: 1600px) {
            .homeloginpopupwrapper .wrap .popContent .leftwrap .tabHorizontal .nav.nav-tabs li {
              width: 240px; } }
          .homeloginpopupwrapper .wrap .popContent .leftwrap .tabHorizontal .nav.nav-tabs li a {
            text-decoration: none;
            color: #00295f; }
          .homeloginpopupwrapper .wrap .popContent .leftwrap .tabHorizontal .nav.nav-tabs li:hover {
            background: #00295f;
            color: #ffffff;
            border-radius: 16.39px;
            font-weight: 700; }
            .homeloginpopupwrapper .wrap .popContent .leftwrap .tabHorizontal .nav.nav-tabs li:hover a {
              color: #ffffff; }
          .homeloginpopupwrapper .wrap .popContent .leftwrap .tabHorizontal .nav.nav-tabs li.active {
            background: #00295f;
            color: #ffffff;
            border-radius: 16.39px; }
            .homeloginpopupwrapper .wrap .popContent .leftwrap .tabHorizontal .nav.nav-tabs li.active a {
              font-weight: 400;
              color: #ffffff; }
            .homeloginpopupwrapper .wrap .popContent .leftwrap .tabHorizontal .nav.nav-tabs li.active:hover {
              background: #3b6796; }
    .homeloginpopupwrapper .wrap .popContent .leftwrap .btnsec {
      margin-top: 60px;
      display: block; }
      @media print, screen and (min-width: 64em) {
        .homeloginpopupwrapper .wrap .popContent .leftwrap .btnsec {
          margin-top: 50px; } }
      @media print, screen and (min-width: 64em) {
        .homeloginpopupwrapper .wrap .popContent .leftwrap .btnsec .ctaborder {
          min-width: 450px;
          line-height: 60px;
          font-size: 30px;
          line-height: 40px;
          border-radius: 37px; } }
      @media (min-width: 1024px) and (max-width: 1279px) {
        .homeloginpopupwrapper .wrap .popContent .leftwrap .btnsec .ctaborder {
          min-width: 410px; } }
      @media screen and (min-width: 85.375em) {
        .homeloginpopupwrapper .wrap .popContent .leftwrap .btnsec .ctaborder {
          min-width: 604px; } }
      @media (min-width: 1366px) and (max-width: 1600px) {
        .homeloginpopupwrapper .wrap .popContent .leftwrap .btnsec .ctaborder {
          min-width: 480px; } }
  @media print, screen and (min-width: 64em) {
    .homeloginpopupwrapper .wrap .popContent .rightwrap {
      width: 380px; } }
  .homeloginpopupwrapper .wrap .popContent .rightwrap .logincontent .loginForm {
    padding: 11px 29px 11px 29px;
    border-radius: 51px; }
    @media print, screen and (min-width: 64em) {
      .homeloginpopupwrapper .wrap .popContent .rightwrap .logincontent .loginForm {
        padding: 11px 37px 15px 37px; } }
    .homeloginpopupwrapper .wrap .popContent .rightwrap .logincontent .loginForm.greybgpanel h6 {
      color: #00214e; }
    .homeloginpopupwrapper .wrap .popContent .rightwrap .logincontent .loginForm.darkbluebgcolor h6 {
      color: #ffffff; }
    .homeloginpopupwrapper .wrap .popContent .rightwrap .logincontent .loginForm.darkbluebgcolor .forgotPassword {
      -webkit-box-pack: justify;
      -webkit-justify-content: space-between;
          -ms-flex-pack: justify;
              justify-content: space-between; }
      .homeloginpopupwrapper .wrap .popContent .rightwrap .logincontent .loginForm.darkbluebgcolor .forgotPassword a {
        color: #ffffff; }
    .homeloginpopupwrapper .wrap .popContent .rightwrap .logincontent .loginForm h6 {
      font-size: 17px;
      line-height: 29px;
      font-weight: 700;
      margin-bottom: 7px;
      text-align: left; }
      @media print, screen and (min-width: 64em) {
        .homeloginpopupwrapper .wrap .popContent .rightwrap .logincontent .loginForm h6 {
          font-size: 19px;
          line-height: 40px;
          margin-bottom: 9px; } }
    .homeloginpopupwrapper .wrap .popContent .rightwrap .logincontent .loginForm .form-group {
      margin-bottom: 10px; }
      @media print, screen and (min-width: 64em) {
        .homeloginpopupwrapper .wrap .popContent .rightwrap .logincontent .loginForm .form-group {
          margin-bottom: 12px; } }
      .homeloginpopupwrapper .wrap .popContent .rightwrap .logincontent .loginForm .form-group label {
        width: 37px;
        background-size: contain;
        background-repeat: no-repeat; }
      .homeloginpopupwrapper .wrap .popContent .rightwrap .logincontent .loginForm .form-group .txtBox {
        background: #ffffff;
        font-size: 17px;
        line-height: 29px;
        color: #4f4f4f;
        padding: 0 11px;
        margin-left: 0px;
        width: 100%;
        height: 39px;
        border-radius: 16px;
        margin-bottom: 0px;
        border: solid 1px #707070;
        -webkit-box-shadow: none;
                box-shadow: none; }
        @media print, screen and (min-width: 64em) {
          .homeloginpopupwrapper .wrap .popContent .rightwrap .logincontent .loginForm .form-group .txtBox {
            font-size: 19px;
            line-height: 40px;
            border-radius: 16px;
            height: 50px; } }
        .homeloginpopupwrapper .wrap .popContent .rightwrap .logincontent .loginForm .form-group .txtBox::-webkit-input-placeholder {
          color: #4f4f4f !important;
          opacity: 1; }
        .homeloginpopupwrapper .wrap .popContent .rightwrap .logincontent .loginForm .form-group .txtBox:-ms-input-placeholder {
          color: #4f4f4f !important;
          opacity: 1; }
        .homeloginpopupwrapper .wrap .popContent .rightwrap .logincontent .loginForm .form-group .txtBox::-moz-placeholder {
          color: #4f4f4f !important; }
        .homeloginpopupwrapper .wrap .popContent .rightwrap .logincontent .loginForm .form-group .txtBox::-ms-input-placeholder {
          color: #4f4f4f !important; }
        .homeloginpopupwrapper .wrap .popContent .rightwrap .logincontent .loginForm .form-group .txtBox::placeholder {
          color: #4f4f4f !important; }
        .homeloginpopupwrapper .wrap .popContent .rightwrap .logincontent .loginForm .form-group .txtBox.error {
          background: #ffe4e4; }
    .homeloginpopupwrapper .wrap .popContent .rightwrap .logincontent .loginForm + .loginForm {
      margin-top: 20px;
      padding-bottom: 30px; }
      @media print, screen and (min-width: 64em) {
        .homeloginpopupwrapper .wrap .popContent .rightwrap .logincontent .loginForm + .loginForm {
          margin-top: 32px;
          padding-bottom: 40px; } }
      .homeloginpopupwrapper .wrap .popContent .rightwrap .logincontent .loginForm + .loginForm h6 {
        color: #ffffff; }
  .homeloginpopupwrapper .wrap .popContent .rightwrap .logincontent .forgotPassword {
    margin-bottom: 0px;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
        -ms-flex-pack: justify;
            justify-content: space-between;
    margin-top: 7px; }
    @media print, screen and (min-width: 64em) {
      .homeloginpopupwrapper .wrap .popContent .rightwrap .logincontent .forgotPassword {
        margin-top: 11px; } }
    .homeloginpopupwrapper .wrap .popContent .rightwrap .logincontent .forgotPassword a {
      font-size: 17px;
      line-height: 29px;
      font-weight: 700;
      margin-right: 0px; }
      @media print, screen and (min-width: 64em) {
        .homeloginpopupwrapper .wrap .popContent .rightwrap .logincontent .forgotPassword a {
          font-size: 19px;
          line-height: 40px; } }
      .homeloginpopupwrapper .wrap .popContent .rightwrap .logincontent .forgotPassword a + a {
        margin-right: 0px;
        margin-left: 0px; }
  .homeloginpopupwrapper .wrap .popContent .rightwrap .logincontent .loginBtn {
    margin-top: 15px;
    width: 100%; }
    @media print, screen and (min-width: 64em) {
      .homeloginpopupwrapper .wrap .popContent .rightwrap .logincontent .loginBtn {
        margin-top: 23px; } }
    .homeloginpopupwrapper .wrap .popContent .rightwrap .logincontent .loginBtn button, .homeloginpopupwrapper .wrap .popContent .rightwrap .logincontent .loginBtn input[type="submit"] {
      background-color: #EEB944;
      font-size: 17px;
      line-height: 29px;
      color: #00214e;
      padding: 5px 20px;
      border-radius: 22px;
      font-weight: 700;
      cursor: pointer;
      height: 50px;
      width: 100%;
      position: relative;
      overflow: hidden;
      display: block;
      background-image: -webkit-gradient(linear, left top, left bottom, from(0), color-stop(#eb0535), to(#eb0535));
      background-image: linear-gradient(0, #eb0535, #eb0535);
      -webkit-transition: all 0.3s;
      transition: all 0.3s;
      background-size: 100% 0;
      background-repeat: no-repeat;
      background-position: top;
      text-transform: uppercase;
      border: 0; }
      @media print, screen and (min-width: 64em) {
        .homeloginpopupwrapper .wrap .popContent .rightwrap .logincontent .loginBtn button, .homeloginpopupwrapper .wrap .popContent .rightwrap .logincontent .loginBtn input[type="submit"] {
          font-size: 19px;
          line-height: 40px; } }
      .homeloginpopupwrapper .wrap .popContent .rightwrap .logincontent .loginBtn button:hover, .homeloginpopupwrapper .wrap .popContent .rightwrap .logincontent .loginBtn input[type="submit"]:hover {
        background-size: 100% 100%;
        color: #fff; }

.twocolumnimagepanel.primarybgcolor .cntWrap .animaterange h6 {
  color: #dbe6f1; }

.twocolumnimagepanel.primarybgcolor .cntWrap .animaterange .progress {
  background-color: #3c6797; }

.twocolumnimagepanel.primarybgcolor .cntWrap .animaterange .progress-bar {
  background-color: #dbe6f1; }

.twocolumnimagepanel.primarybgcolor .cntWrap .animaterange .progress .progress-bar:after {
  border-top: 10px solid #ffffff; }

.twocolumnimagepanel .cntWrap .animaterange h6 {
  font-size: 24px;
  line-height: 32px;
  color: #1c375e;
  margin: 0px 0 40px;
  font-weight: 400;
  text-align: left; }

.twocolumnimagepanel .cntWrap .animaterange .progress {
  background-color: #edf2f7; }

.twocolumnimagepanel .cntWrap .animaterange .progress-bar {
  background-color: #1c375e; }

.twocolumnimagepanel .cntWrap .animaterange .progress .progress-bar:after {
  border-top: 10px solid #1c375e; }

.two-columngreypanel .animaterange .progress {
  background-color: #ffffff; }

.animaterange h6 {
  font-size: 24px;
  line-height: 32px;
  color: #1c375e;
  margin: 0px 0 25px;
  font-weight: 400;
  text-align: center; }

.animaterange .progress {
  background-color: #edf2f7;
  height: 4px;
  overflow: visible !important;
  position: relative;
  margin-bottom: 30px;
  position: relative;
  border-radius: 2.5px !important;
  -webkit-box-shadow: none;
  box-shadow: none;
  border: 0px; }

.animaterange .progress .progress-bar {
  -webkit-animation: animate-positive 2s;
          animation: animate-positive 2s;
  position: relative;
  -webkit-box-shadow: none;
          box-shadow: none;
  border-radius: 2.5px !important; }

.animaterange .progress-bar {
  float: left;
  width: 0;
  height: 100%;
  font-size: 12px;
  line-height: 20px;
  color: #fff;
  text-align: center;
  background-color: #1c375e;
  -webkit-transition: width 0.6s ease;
  transition: width 0.6s ease; }

.animaterange .progress .progress-bar:after {
  content: "";
  position: absolute;
  right: 0px;
  border-left: 6px solid transparent;
  border-right: 6px solid transparent;
  border-top: 10px solid #1c375e;
  border-radius: 0px;
  top: -20px;
  margin-left: -4px;
  width: 5px;
  height: 11px; }

@-webkit-keyframes animate-positive {
  0% {
    width: 0%; } }

@keyframes animate-positive {
  0% {
    width: 0%; } }

.alert-popup-container {
  visibility: hidden;
  opacity: 0;
  -webkit-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
  -webkit-transform: scale(1.3);
      -ms-transform: scale(1.3);
          transform: scale(1.3);
  position: fixed;
  z-index: 99999;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  background-color: rgba(21, 17, 17, 0.61);
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center; }

.alert-popup-content {
  background-color: #edf2f7;
  margin: auto;
  padding: 20px;
  position: relative;
  width: 80%; }
  @media screen and (min-width: 85.375em) {
    .alert-popup-content {
      width: 50%; } }
  .alert-popup-content:after {
    content: "";
    /*background: url(../images/dial-border-bg1.svg) no-repeat;*/
    height: 20px;
    background-size: cover !important;
    background-repeat: no-repeat;
    background-position: center;
    width: 100%;
    position: absolute;
    bottom: -19px;
    overflow: hidden;
    z-index: 1;
    left: 0px; }
  .alert-popup-content .btn .ctaborder {
    min-height: 42px;
    font-size: 18px;
    line-height: 24px;
    margin-right: 5px; }

.alert-popup-content h5 {
  padding: 20px 30px 0 0;
  text-align: center; }

.alert-popup-content p span {
  color: #00214e;
  float: right;
  font-size: 38px;
  font-weight: bold;
  margin-top: -15px; }

.alert-popup-content p span:hover,
.alert-popup-content p span:focus {
  color: #00214e;
  text-decoration: none;
  cursor: pointer; }

.show {
  visibility: visible;
  opacity: 1;
  -webkit-transform: scale(1);
      -ms-transform: scale(1);
          transform: scale(1); }

.ctaborder.opacity {
  opacity: 0.5;
  background: transparent !important; }
  .ctaborder.opacity:hover {
    color: #00214e; }
    .ctaborder.opacity:hover:after {
      height: 0; }

.btn .resetcta {
  display: none; }

.dialopen + .dialpopup + .btn {
  clear: both; }
  .dialopen + .dialpopup + .btn .resetcta {
    display: inline-block;
    position: relative;
    top: 50px;
    margin-bottom: 100px; }
    @media print, screen and (min-width: 64em) {
      .dialopen + .dialpopup + .btn .resetcta {
        margin-bottom: 50px; } }
  .dialopen + .dialpopup + .btn .setrioriti {
    display: none; }

.setrioriti {
  margin-bottom: 50px;
  margin-top: 30px; }
  @media print, screen and (min-width: 64em) {
    .setrioriti {
      margin-bottom: 0px;
      margin-top: 50px; } }

.btncentersection {
  margin-bottom: 60px; }

@media (min-width: 0px) and (max-width: 1023px) {
  .persoanltabssection .tab-pane .grid-container {
    margin-top: 40px; }
    .persoanltabssection .tab-pane .grid-container .dialpopupwrapper {
      -webkit-box-ordinal-group: 3;
      -webkit-order: 2;
          -ms-flex-order: 2;
              order: 2; }
    .persoanltabssection .tab-pane .grid-container .btn {
      -webkit-box-ordinal-group: 4;
      -webkit-order: 3;
          -ms-flex-order: 3;
              order: 3; } }

.persoanltabssection .tab-pane .grid-container .contentpart {
  -webkit-box-ordinal-group: 5;
  -webkit-order: 4;
      -ms-flex-order: 4;
          order: 4; }

.homechartsection {
  margin-bottom: 0px;
  overflow: hidden; }
  .homechartsection .form-group .ctaborder {
    font-size: 16px;
    line-height: 20px;
    margin-top: 30px;
    max-width: 140px;
    border: 0px solid #00214e;
    background: #ffffff; }
  .homechartsection .resetcta {
    margin-bottom: 50px;
    max-width: 100%;
    -webkit-transform: translate(30%, 0);
        -ms-transform: translate(30%, 0);
            transform: translate(30%, 0); }
    @media print, screen and (min-width: 48em) {
      .homechartsection .resetcta {
        -webkit-transform: translate(50%, 0);
            -ms-transform: translate(50%, 0);
                transform: translate(50%, 0);
        margin-left: 20%; } }
    @media print, screen and (min-width: 64em) {
      .homechartsection .resetcta {
        margin-left: 20%; } }
    @media (min-width: 1024px) and (max-width: 1279px) {
      .homechartsection .resetcta {
        margin-left: 27% !important; } }

.MacOS .personaliconpanel.dialanimatesection .dialpadsection .inputField .jqx-input-content,
.iOS .personaliconpanel.dialanimatesection .dialpadsection .inputField .jqx-input-content {
  line-height: normal;
  height: 75px !important;
  opacity: 1;
  -webkit-text-fill-color: #01295b;
  -webkit-opacity: 1;
  color: #01295b; }

.MacOS.firefox .personaliconpanel.dialanimatesection .dialpadsection.dialopen .inputField .jqx-input-content, .MacOS.chrome .personaliconpanel.dialanimatesection .dialpadsection.dialopen .inputField .jqx-input-content {
  color: #01295b; }

.MacOS .personaliconpanel.dialanimatesection .dialpadsection.dialopen .inputField .jqx-input-content,
.iOS .personaliconpanel.dialanimatesection .dialpadsection.dialopen .inputField .jqx-input-content {
  color: #00295f; }

.twocolumnimagepanel.grey .cntWrap .animaterange .progress.white {
  background-color: #ffffff; }

.equalwidth.whitebgcolor .icons svg path {
  fill: #00214e; }

.equalwidth.grey .icons svg path {
  fill: #00214e; }

.equalwidth.primarybgcolor .icons svg path {
  fill: #fff; }

.equalwidth h5 br {
  display: none; }

.setrioriti {
  margin-bottom: 50px;
  margin-top: 30px; }
  @media print, screen and (min-width: 64em) {
    .setrioriti {
      margin-bottom: 0px;
      margin-top: 50px; } }

.btncentersection {
  margin-bottom: 60px; }

@media (min-width: 0px) and (max-width: 1023px) {
  .persoanltabssection .tab-pane .grid-container {
    margin-top: 40px; }
    .persoanltabssection .tab-pane .grid-container .dialpopupwrapper {
      -webkit-box-ordinal-group: 3;
      -webkit-order: 2;
          -ms-flex-order: 2;
              order: 2; }
    .persoanltabssection .tab-pane .grid-container .btn {
      -webkit-box-ordinal-group: 4;
      -webkit-order: 3;
          -ms-flex-order: 3;
              order: 3; } }

.persoanltabssection .tab-pane .grid-container .contentpart {
  -webkit-box-ordinal-group: 5;
  -webkit-order: 4;
      -ms-flex-order: 4;
          order: 4; }

.homechartsection .form-group .ctaborder {
  font-size: 16px;
  line-height: 20px;
  margin-top: 30px;
  max-width: 140px;
  border: 0px solid #00214e;
  background: #ffffff; }

.homechartsection .resetcta {
  margin-bottom: 50px;
  max-width: 100%;
  margin-left: 0; }
  @media print, screen and (min-width: 48em) {
    .homechartsection .resetcta {
      margin-left: -20px; } }

.MacOS .personaliconpanel.dialanimatesection .dialpadsection .inputField .jqx-input-content {
  line-height: normal;
  height: 75px !important; }

#formsec h4.text-center {
  margin-top: 30px;
  margin-bottom: 30px; }
  @media print, screen and (min-width: 64em) {
    #formsec h4.text-center {
      margin-bottom: 60px; } }

.p0_pieChart {
  -webkit-transform: translate(190px, 210px);
      -ms-transform: translate(190px, 210px);
          transform: translate(190px, 210px); }
  @media print, screen and (min-width: 48em) {
    .p0_pieChart {
      -webkit-transform: translate(210px, 220px);
          -ms-transform: translate(210px, 220px);
              transform: translate(210px, 220px); } }
  @media print, screen and (min-width: 64em) {
    .p0_pieChart {
      -webkit-transform: translate(210px, 220px);
          -ms-transform: translate(210px, 220px);
              transform: translate(210px, 220px); } }
  @media screen and (min-width: 85.375em) {
    .p0_pieChart {
      -webkit-transform: translate(210px, 270px);
          -ms-transform: translate(210px, 270px);
              transform: translate(210px, 270px); } }

.p0_segmentMainLabel-outer {
  font-weight: 700; }
  @media (min-width: 1280px) and (max-width: 1365px) {
    .p0_segmentMainLabel-outer {
      font-size: 15px !important; } }
  @media screen and (min-width: 85.375em) {
    .p0_segmentMainLabel-outer {
      font-size: 18px !important; } }

#p0_labelGroup0-outer .p0_segmentMainLabel-outer {
  -webkit-transform: translate(-70px, -67px);
      -ms-transform: translate(-70px, -67px);
          transform: translate(-70px, -67px); }
  @media (min-width: 1280px) and (max-width: 1365px) {
    #p0_labelGroup0-outer .p0_segmentMainLabel-outer {
      -webkit-transform: translate(-70px, -67px);
          -ms-transform: translate(-70px, -67px);
              transform: translate(-70px, -67px); } }
  @media screen and (min-width: 85.375em) {
    #p0_labelGroup0-outer .p0_segmentMainLabel-outer {
      -webkit-transform: translate(-80px, -27px);
          -ms-transform: translate(-80px, -27px);
              transform: translate(-80px, -27px); } }

#p0_labelGroup1-outer .p0_segmentMainLabel-outer {
  -webkit-transform: translate(-112px, -70px);
      -ms-transform: translate(-112px, -70px);
          transform: translate(-112px, -70px); }
  @media (min-width: 1280px) and (max-width: 1365px) {
    #p0_labelGroup1-outer .p0_segmentMainLabel-outer {
      -webkit-transform: translate(-112px, -70px);
          -ms-transform: translate(-112px, -70px);
              transform: translate(-112px, -70px); } }
  @media screen and (min-width: 85.375em) {
    #p0_labelGroup1-outer .p0_segmentMainLabel-outer {
      -webkit-transform: translate(-112px, -10px);
          -ms-transform: translate(-112px, -10px);
              transform: translate(-112px, -10px); } }

#p0_labelGroup2-outer .p0_segmentMainLabel-outer {
  -webkit-transform: translate(-126px, -47px);
      -ms-transform: translate(-126px, -47px);
          transform: translate(-126px, -47px); }
  @media (min-width: 768px) and (max-width: 1023px) {
    #p0_labelGroup2-outer .p0_segmentMainLabel-outer {
      -webkit-transform: translate(-126px, -47px);
          -ms-transform: translate(-126px, -47px);
              transform: translate(-126px, -47px); } }
  @media (min-width: 1280px) and (max-width: 1365px) {
    #p0_labelGroup2-outer .p0_segmentMainLabel-outer {
      -webkit-transform: translate(-100px, -47px);
          -ms-transform: translate(-100px, -47px);
              transform: translate(-100px, -47px); } }
  @media screen and (min-width: 85.375em) {
    #p0_labelGroup2-outer .p0_segmentMainLabel-outer {
      -webkit-transform: translate(-100px, -7px);
          -ms-transform: translate(-100px, -7px);
              transform: translate(-100px, -7px); } }

#p0_labelGroup3-outer .p0_segmentMainLabel-outer {
  -webkit-transform: translate(-102px, -87px);
      -ms-transform: translate(-102px, -87px);
          transform: translate(-102px, -87px); }
  @media (min-width: 768px) and (max-width: 1023px) {
    #p0_labelGroup3-outer .p0_segmentMainLabel-outer {
      -webkit-transform: translate(-132px, -87px);
          -ms-transform: translate(-132px, -87px);
              transform: translate(-132px, -87px); } }
  @media (min-width: 1280px) and (max-width: 1365px) {
    #p0_labelGroup3-outer .p0_segmentMainLabel-outer {
      -webkit-transform: translate(-90px, -97px);
          -ms-transform: translate(-90px, -97px);
              transform: translate(-90px, -97px); } }
  @media screen and (min-width: 85.375em) {
    #p0_labelGroup3-outer .p0_segmentMainLabel-outer {
      -webkit-transform: translate(-98px, -37px);
          -ms-transform: translate(-98px, -37px);
              transform: translate(-98px, -37px); } }

#p0_labelGroup4-outer .p0_segmentMainLabel-outer {
  -webkit-transform: translate(-52px, -100px);
      -ms-transform: translate(-52px, -100px);
          transform: translate(-52px, -100px); }
  @media (min-width: 1280px) and (max-width: 1365px) {
    #p0_labelGroup4-outer .p0_segmentMainLabel-outer {
      -webkit-transform: translate(-52px, -100px);
          -ms-transform: translate(-52px, -100px);
              transform: translate(-52px, -100px); } }
  @media screen and (min-width: 85.375em) {
    #p0_labelGroup4-outer .p0_segmentMainLabel-outer {
      -webkit-transform: translate(-62px, -50px);
          -ms-transform: translate(-62px, -50px);
              transform: translate(-62px, -50px); } }

@media print, screen and (max-width: 47.99875em) {
  .p0_lineGroup {
    display: none; } }

@media print, screen and (max-width: 47.99875em) {
  .p0_labelGroup-outer {
    display: none; } }

.chartContainer {
  width: 208px !important;
  height: 208px !important; }

.twocolumnimagepanel h5 br {
  display: none; }

@media print, screen and (min-width: 48em) {
  #pie .svg-content {
    display: inline-block;
    position: absolute;
    top: 0;
    left: 5%; } }

@media print, screen and (min-width: 64em) and (max-width: 85.37375em) {
  #pie .svg-content {
    top: 70px; } }

@media (min-width: 1280px) and (max-width: 1365px) {
  #pie .svg-content {
    left: 15%; } }

@media (min-width: 1366px) and (max-width: 1600px) {
  #pie .svg-content {
    left: 15%; } }

@media (min-width: 1601px) and (max-width: 1650px) {
  #pie .svg-content {
    left: 5%; } }

@media (min-width: 1656px) and (max-width: 3000px) {
  #pie .svg-content {
    left: 0; } }

#tab-2 .dialpadsection .iconcontent {
  max-width: 167px; }
  @media print, screen and (min-width: 64em) {
    #tab-2 .dialpadsection .iconcontent {
      max-width: 162px; } }

#tab-2 .dialpadsection .iconcontent p {
  max-width: 167px; }
  @media print, screen and (min-width: 64em) {
    #tab-2 .dialpadsection .iconcontent p {
      max-width: 162px; } }

.dialopen + .dialpopupwrapper.dialpopup {
  float: left; }

#loadingData .alert-popup-content {
  max-width: 324px;
  visibility: hidden; }

#savingData .alert-popup-content {
  max-width: 324px; }

#loadingData {
  background-color: transparent !important; }

body.freeze {
  overflow: hidden; }

.personaliconpanel.dialanimatesection .dialpadsection.dialopen .inputField input:disabled {
  color: #00295f !important;
  opacity: 1 !important; }

.breadcrumbWrap {
  padding: 40px 0 0; }
  @media print, screen and (max-width: 47.99875em) {
    .breadcrumbWrap {
      display: none; } }
  .breadcrumbWrap li {
    font-size: 17px;
    text-transform: inherit;
    color: #00214e; }
    .breadcrumbWrap li a {
      font-size: 17px;
      color: #3b6796; }
    .breadcrumbWrap li:not(:last-child)::after {
      content: ">";
      color: #3b6796;
      margin: 0 5px; }
    .breadcrumbWrap li.active {
      margin: 0px 0; }
      .breadcrumbWrap li.active a {
        color: #3b6796; }

.subbannerpanel.detail {
  height: 530px; }
  @media print, screen and (min-width: 48em) and (max-width: 63.99875em) {
    .subbannerpanel.detail {
      height: auto; } }
  @media print, screen and (min-width: 64em) and (max-width: 85.37375em) {
    .subbannerpanel.detail {
      height: 399px; } }
  .subbannerpanel.detail figure {
    min-height: 530px;
    background-size: cover;
    background-position: center; }
    @media print, screen and (min-width: 48em) and (max-width: 63.99875em) {
      .subbannerpanel.detail figure {
        min-height: 319px; } }
    @media print, screen and (max-width: 47.99875em) {
      .subbannerpanel.detail figure {
        min-height: 192px; } }
  .subbannerpanel.detail .bannerwrap {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-flex-wrap: wrap;
        -ms-flex-wrap: wrap;
            flex-wrap: wrap;
    height: auto; }
    @media print, screen and (min-width: 64em) {
      .subbannerpanel.detail .bannerwrap {
        height: 391px;
        -webkit-flex-wrap: nowrap;
            -ms-flex-wrap: nowrap;
                flex-wrap: nowrap; } }
    @media screen and (min-width: 85.375em) {
      .subbannerpanel.detail .bannerwrap {
        height: 518px; } }
    .subbannerpanel.detail .bannerwrap .imgWrap {
      width: 100%; }
      @media print, screen and (min-width: 64em) {
        .subbannerpanel.detail .bannerwrap .imgWrap {
          width: 46.744%; } }
    .subbannerpanel.detail .bannerwrap .content {
      background-color: #1c375e;
      position: static;
      width: 100%;
      width: 54%;
      -webkit-transform: translate(0);
          -ms-transform: translate(0);
              transform: translate(0);
      padding-left: 74px;
      padding-top: 106px;
      margin-left: -1px; }
      @media print, screen and (max-width: 47.99875em) {
        .subbannerpanel.detail .bannerwrap .content {
          width: 100%;
          padding-top: 35px;
          padding-left: 0px;
          padding-bottom: 15px; } }
      @media print, screen and (min-width: 48em) and (max-width: 63.99875em) {
        .subbannerpanel.detail .bannerwrap .content {
          padding-top: 33px;
          padding-left: 20px;
          margin-left: -1px;
          width: 100%; } }
      @media print, screen and (min-width: 64em) and (max-width: 85.37375em) {
        .subbannerpanel.detail .bannerwrap .content {
          padding-top: 65px;
          padding-left: 20px;
          margin-left: -1px; } }
      .subbannerpanel.detail .bannerwrap .content h1 {
        font-size: 36px !important;
        line-height: 48px !important;
        max-width: 670px;
        text-transform: unset;
        color: #ffffff !important;
      }
        @media print, screen and (max-width: 47.99875em) {
          .subbannerpanel.detail .bannerwrap .content h1 {
            font-size: 17px !important;
            line-height: 32px !important;
            text-align: center; } }
        @media print, screen and (min-width: 48em) and (max-width: 63.99875em) {
          .subbannerpanel.detail .bannerwrap .content h1 {
            font-size: 28px !important;
            line-height: 41px !important; } }
        @media print, screen and (min-width: 64em) and (max-width: 85.37375em) {
          .subbannerpanel.detail .bannerwrap .content h1 {
            font-size: 28px !important;
            line-height: 41px !important;
            max-width: 670px; } }
        .subbannerpanel.detail .bannerwrap .content h1 span {
          display: inline-block;
          font-size: 55px; }
          @media print, screen and (max-width: 47.99875em) {
            .subbannerpanel.detail .bannerwrap .content h1 span {
              font-size: 30px;
              display: block; } }
          @media print, screen and (min-width: 48em) and (max-width: 63.99875em) {
            .subbannerpanel.detail .bannerwrap .content h1 span {
              font-size: 36px; } }
          @media print, screen and (min-width: 64em) and (max-width: 85.37375em) {
            .subbannerpanel.detail .bannerwrap .content h1 span {
              font-size: 36px; } }
      .subbannerpanel.detail .bannerwrap .content .btnpanel {
        margin-top: 97px; }
        @media print, screen and (max-width: 47.99875em) {
          .subbannerpanel.detail .bannerwrap .content .btnpanel {
            margin-top: 48px; } }
        @media print, screen and (min-width: 48em) and (max-width: 63.99875em) {
          .subbannerpanel.detail .bannerwrap .content .btnpanel {
            margin-top: 37px; } }
        @media print, screen and (min-width: 64em) and (max-width: 85.37375em) {
          .subbannerpanel.detail .bannerwrap .content .btnpanel {
            margin-top: 47px; } }
        .subbannerpanel.detail .bannerwrap .content .btnpanel ul {
          display: -webkit-box;
          display: -webkit-flex;
          display: -ms-flexbox;
          display: flex;
          -webkit-flex-wrap: wrap;
              -ms-flex-wrap: wrap;
                  flex-wrap: wrap;
          margin-left: 0px; }
          .subbannerpanel.detail .bannerwrap .content .btnpanel ul li {
            margin-right: 14px; }
            @media print, screen and (min-width: 48em) and (max-width: 63.99875em) {
                .subbannerpanel.detail .bannerwrap .content .btnpanel ul li {
                    display: block;
                    width: 100%;
                    text-align: center;
                    min-width: 231px;
                    margin-right: 0;
                } }
            @media print, screen and (max-width: 47.99875em) {
                .subbannerpanel.detail .bannerwrap .content .btnpanel ul li {
                    display: block;
                    text-align: center;
                    width: 100%;
                    margin-bottom: 20px;
                    margin-right: 0;
                } }
            .subbannerpanel.detail .bannerwrap .content .btnpanel ul li a {
              color: #fff;
              text-transform: uppercase;
              display: inline-block;
              padding: 9px 30px;
              font-size: 21px;
              line-height: 29px;
              border-radius: 25px;
              border: 1px solid #fff;
              position: relative;
              z-index: 0;
              overflow: hidden; }
              @media print, screen and (max-width: 47.99875em) {
                .subbannerpanel.detail .bannerwrap .content .btnpanel ul li a {
                  font-size: 17px;
                  line-height: 21px;
                  padding: 8px 30px;
                  min-width: 231px; } }
              @media print, screen and (min-width: 48em) and (max-width: 63.99875em) {
                .subbannerpanel.detail .bannerwrap .content .btnpanel ul li a {
                  padding: 5px 18px;
                  font-size: 18px;
                  line-height: 24px;
                  min-width: 231px; } }
              @media print, screen and (min-width: 64em) and (max-width: 85.37375em) {
                .subbannerpanel.detail .bannerwrap .content .btnpanel ul li a {
                  padding: 3px 12px;
                  font-size: 16px;
                  line-height: 29px; } }
              .subbannerpanel.detail .bannerwrap .content .btnpanel ul li a:before {
                background: #ffffff;
                content: "";
                position: absolute;
                z-index: -1;
                border-radius: 25px; }
              .subbannerpanel.detail .bannerwrap .content .btnpanel ul li a:after {
                background: #ffffff;
                content: "";
                position: absolute;
                z-index: -1;
                -webkit-transition: all 0.3s;
                transition: all 0.3s;
                height: 0;
                left: 0;
                top: 0;
                width: 100%;
                border-radius: 25px; }
              .subbannerpanel.detail .bannerwrap .content .btnpanel ul li a:hover {
                text-decoration: none;
                color: #00214e;
                border: 1px solid transparent; }
                .subbannerpanel.detail .bannerwrap .content .btnpanel ul li a:hover:after {
                  height: 100%; }
              .subbannerpanel.detail .bannerwrap .content .btnpanel ul li a.orangebtn {
                background-color: #eeb944;
                color: #00214e;
                border: 1px solid transparent;
                position: relative;
                z-index: 0;
                overflow: hidden; }
                .subbannerpanel.detail .bannerwrap .content .btnpanel ul li a.orangebtn:before {
                  background: #b9922c;
                  content: "";
                  position: absolute;
                  z-index: -1;
                  border-radius: 25px; }
                .subbannerpanel.detail .bannerwrap .content .btnpanel ul li a.orangebtn:after {
                  background: #b9922c;
                  content: "";
                  position: absolute;
                  z-index: -1;
                  -webkit-transition: all 0.3s;
                  transition: all 0.3s;
                  height: 0;
                  left: 0;
                  top: 0;
                  width: 100%;
                  border-radius: 25px; }
                .subbannerpanel.detail .bannerwrap .content .btnpanel ul li a.orangebtn:hover {
                  text-decoration: none; }
                  .subbannerpanel.detail .bannerwrap .content .btnpanel ul li a.orangebtn:hover:after {
                    height: 100%; }

.subbannerpanel .bannerwrap {
  width: 100%;
  position: relative;
  height: 174px; }
  @media print, screen and (min-width: 48em) {
    .subbannerpanel .bannerwrap {
      height: 282px; } }
  @media print, screen and (min-width: 64em) {
    .subbannerpanel .bannerwrap {
      height: 382px; } }
  @media screen and (min-width: 85.375em) {
    .subbannerpanel .bannerwrap {
      height: 482px; } }
  .subbannerpanel .bannerwrap:after {
    content: "";
    position: absolute;
    border-top: 31px solid #ea0031;
    border-right: 135vw solid transparent;
    bottom: -31px; }
    @media print, screen and (max-width: 47.99875em) {
      .subbannerpanel .bannerwrap:after {
        border-top: 10px solid #ea0031;
        bottom: -10px; } }
  .subbannerpanel .bannerwrap .imgWrap {
    width: 100%;
    height: 100%;
    overflow: hidden; }
    .subbannerpanel .bannerwrap .imgWrap.gradient:after {
      content: "";
      background: #004d6e;
      background: #1c375e;
      background: -webkit-gradient(linear, left top, left bottom, from(rgba(0, 77, 110, 0)), to(#1c375e));
      background: linear-gradient(180deg, rgba(0, 77, 110, 0) 0%, #1c375e 85%);
      background-size: cover !important;
      background-repeat: no-repeat;
      background-position: center;
      width: 100%;
      height: 100%;
      position: absolute;
      right: 0;
      bottom: 0;
      left: 0;
      z-index: 1; }
      @media print, screen and (min-width: 48em) {
        .subbannerpanel .bannerwrap .imgWrap.gradient:after {
          height: 100px; } }
      @media print, screen and (min-width: 64em) {
        .subbannerpanel .bannerwrap .imgWrap.gradient:after {
          height: 150px; } }
      @media screen and (min-width: 85.375em) {
        .subbannerpanel .bannerwrap .imgWrap.gradient:after {
          height: 200px; } }
    .subbannerpanel .bannerwrap .imgWrap picture {
      visibility: hidden; }
  .subbannerpanel .bannerwrap .content {
    position: absolute;
    margin: 0 auto;
    position: absolute;
    bottom: 15px;
    left: 50%;
    -webkit-transform: translate(-50%, 0%);
        -ms-transform: translate(-50%, 0%);
            transform: translate(-50%, 0%);
    max-width: 100%;
    width: 100%;
    z-index: 2; }
    @media print, screen and (max-width: 47.99875em) {
      .subbannerpanel .bannerwrap .content {
        max-width: 100%; } }
    @media print, screen and (min-width: 48em) {
      .subbannerpanel .bannerwrap .content {
        bottom: 20px; } }
    @media print, screen and (min-width: 64em) {
      .subbannerpanel .bannerwrap .content {
        bottom: 20px; } }
    @media screen and (min-width: 85.375em) {
      .subbannerpanel .bannerwrap .content {
        max-width: 100%;
        bottom: 30px; } }
    .subbannerpanel .bannerwrap .content h1 {
      line-height: 34px;
      text-align: left;
      color: #ffffff;
      font-size: 30px;
      line-height: 40px;
      font-weight: 700; 
    text-transform: uppercase;}
      @media (max-width: 767px) {
        .subbannerpanel .bannerwrap .content h1 {
          margin-bottom: -10px; } }
      @media print, screen and (min-width: 48em) {
        .subbannerpanel .bannerwrap .content h1 {
          max-width: 100%;
          line-height: 50px;
          font-size: 40px; } }
      @media print, screen and (min-width: 64em) {
        .subbannerpanel .bannerwrap .content h1 {
          line-height: 55px;
          font-size: 50px; } }
      @media screen and (min-width: 85.375em) {
        .subbannerpanel .bannerwrap .content h1 {
          font-size: 56px;
          line-height: 80px;
          max-width: 100%; } }

.threecolumnModule {
  padding: 11px 0 56px 0;
  background-position: center;
  width: 100%;
  height: auto; }
  .threecolumnModule.grey {
    background-color: #edf2f7;
    padding: 58px 0 55px 0; }
    @media print, screen and (min-width: 64em) {
      .threecolumnModule.grey {
        padding: 21px 0 49px 0; } }
  .threecolumnModule.white {
    padding: 58px 0 55px 0; }
    @media print, screen and (min-width: 64em) {
      .threecolumnModule.white {
        padding: 47px 0 16px 0; } }
  .threecolumnModule.personallightbluepanel .offerImages .colblock:after {
    content: "";
    background: url(../images/personal-cheking-lightblue-border-1.svg) no-repeat;
    height: 29px;
    background-size: cover !important;
    background-repeat: no-repeat;
    background-position: center;
    width: 100%;
    position: absolute;
    bottom: -22px;
    overflow: hidden;
    z-index: -1;
    left: -9px; }
    @media print, screen and (max-width: 47.99875em) {
      .threecolumnModule.personallightbluepanel .offerImages .colblock:after {
        left: -5px;
        bottom: -22px;
        width: 104%; } }
    @media print, screen and (min-width: 48em) {
      .threecolumnModule.personallightbluepanel .offerImages .colblock:after {
        left: -5px;
        height: 32px;
        bottom: -23px; } }
    @media print, screen and (min-width: 64em) {
      .threecolumnModule.personallightbluepanel .offerImages .colblock:after {
        left: -6px;
        width: 103%;
        height: 32px;
        bottom: -22px; } }
    @media screen and (min-width: 85.375em) {
      .threecolumnModule.personallightbluepanel .offerImages .colblock:after {
        left: -8px;
        width: 103%;
        height: 36px;
        bottom: -25px; } }
  .threecolumnModule.personalyellowpanel .offerImages .colblock:after {
    content: "";
    background: url(../images/personal-cheking-yellow-border-1.svg) no-repeat;
    height: 29px;
    background-size: cover !important;
    background-repeat: no-repeat;
    background-position: center;
    width: 104%;
    position: absolute;
    bottom: -22px;
    overflow: hidden;
    z-index: -1;
    left: -9px; }
    @media print, screen and (max-width: 47.99875em) {
      .threecolumnModule.personalyellowpanel .offerImages .colblock:after {
        left: -6px;
        bottom: -20px;
        width: 104%; } }
    @media print, screen and (min-width: 48em) and (max-width: 63.99875em) {
      .threecolumnModule.personalyellowpanel .offerImages .colblock:after {
        left: -7px !important;
        bottom: -22px;
        width: 103% !important; } }
    @media print, screen and (min-width: 64em) {
      .threecolumnModule.personalyellowpanel .offerImages .colblock:after {
        left: -6px;
        width: 104%;
        bottom: -16px;
        height: 32px; } }
    @media screen and (min-width: 85.375em) {
      .threecolumnModule.personalyellowpanel .offerImages .colblock:after {
        left: -8px;
        width: 103.8%;
        bottom: -22px;
        height: 29px; } }
  .threecolumnModule.personaldarkblueanel .offerImages .colblock:after {
    content: "";
    background: url(../images/personal-cheking-darkblue-border-1.svg) no-repeat;
    height: 29px;
    background-size: cover !important;
    background-repeat: no-repeat;
    background-position: center;
    width: 104%;
    position: absolute;
    bottom: -22px;
    overflow: hidden;
    z-index: -1;
    left: -9px; }
    @media print, screen and (max-width: 47.99875em) {
      .threecolumnModule.personaldarkblueanel .offerImages .colblock:after {
        left: -5px;
        bottom: -20px;
        width: 104%; } }
    @media print, screen and (min-width: 48em) and (max-width: 63.99875em) {
      .threecolumnModule.personaldarkblueanel .offerImages .colblock:after {
        left: -7px;
        bottom: -22px;
        width: 103%; } }
    @media print, screen and (min-width: 64em) {
      .threecolumnModule.personaldarkblueanel .offerImages .colblock:after {
        left: -6px;
        width: 103%;
        bottom: -26px;
        height: 16px; } }
    @media screen and (min-width: 85.375em) {
      .threecolumnModule.personaldarkblueanel .offerImages .colblock:after {
        left: -8px;
        width: 103%;
        bottom: -22px;
        height: 29px; } }
  @media print, screen and (min-width: 48em) {
    .threecolumnModule .threeColumnWrap {
      padding-top: 17px; } }
  .threecolumnModule .grid-container {
    position: relative; }
  @media print, screen and (max-width: 47.99875em) {
    .threecolumnModule .btn {
      margin-top: 25px; } }
  .threecolumnModule .btn.top {
    position: absolute;
    top: 5px;
    right: 5px; }
    @media print, screen and (max-width: 47.99875em) {
      .threecolumnModule .btn.top {
        position: static;
        margin: 8px 0 0; } }
    @media print, screen and (min-width: 48em) and (max-width: 63.99875em) {
      .threecolumnModule .btn.top {
        right: 15px;
        top: 0; } }
    @media print, screen and (min-width: 64em) and (max-width: 85.37375em) {
      .threecolumnModule .btn.top {
        right: 22px;
        top: 0; } }
    @media (min-width: 1280px) and (max-width: 1529px) {
      .threecolumnModule .btn.top {
        right: 34px; } }
  @media print, screen and (min-width: 64em) {
    .threecolumnModule .btn.comaprebtn {
      margin-top: -19px; } }
  .threecolumnModule .btn .ctabutton {
    background: #00214e;
    color: #ffffff; }
    @media print, screen and (min-width: 64em) {
      .threecolumnModule .btn .ctabutton {
        padding: 6px 32.5px;
        min-height: 42px; } }
    .threecolumnModule .btn .ctabutton:hover {
      color: #00214e; }
    .threecolumnModule .btn .ctabutton:after {
      background: #ffffff; }
  .threecolumnModule.white {
    margin: 38px 0; }
    @media print, screen and (max-width: 47.99875em) {
      .threecolumnModule.white {
        margin: 38px 0 10px; } }
  .threecolumnModule .headingWrapper {
    position: relative; }
    @media print, screen and (max-width: 47.99875em) {
      .threecolumnModule .headingWrapper {
        margin-bottom: 52px; } }
    @media print, screen and (min-width: 64em) {
      .threecolumnModule .headingWrapper {
        max-width: 890px;
        margin: 0px auto;
        margin-bottom: 33px; } }
    .threecolumnModule .headingWrapper ul {
      margin-left: 0px; }
      @media print, screen and (max-width: 47.99875em) {
        .threecolumnModule .headingWrapper ul {
          margin-top: 9px; } }
      @media print, screen and (min-width: 64em) {
        .threecolumnModule .headingWrapper ul {
          max-width: 450px;
          margin: 0px auto;
          text-align: center;
          margin-bottom: 40px; } }
      .threecolumnModule .headingWrapper ul li {
        position: relative;
        padding-left: 15px;
        margin-bottom: 13px;
        font-size: 17px;
        text-align: left; }
        @media print, screen and (min-width: 64em) {
          .threecolumnModule .headingWrapper ul li {
            font-size: 18px;
            line-height: 24px;
            margin-bottom: 12px;
            padding-left: 20px; } }
        .threecolumnModule .headingWrapper ul li:after {
          content: "";
          display: inline-block;
          position: absolute;
          left: 0;
          top: 7px;
          background-color: #ea0031;
          width: 8px;
          height: 8px;
          border-radius: 50%; }
          @media print, screen and (min-width: 64em) {
            .threecolumnModule .headingWrapper ul li:after {
              width: 9px;
              height: 9px;
              top: 7px; } }
      .threecolumnModule .headingWrapper ul + h3 {
        margin-top: 37px;
        margin-bottom: 10px; }
        @media print, screen and (min-width: 64em) {
          .threecolumnModule .headingWrapper ul + h3 {
            margin-top: 46px;
            margin-bottom: 30px; } }
  .threecolumnModule h2 {
    font-size: 36px;
    line-height: 48px;
    color: #00214e; }
    .threecolumnModule h2 + p {
      margin-top: 20px; }
      @media print, screen and (min-width: 64em) {
        .threecolumnModule h2 + p {
          margin-top: 14px;
          margin-bottom: 13px; } }
    @media print, screen and (max-width: 47.99875em) {
      .threecolumnModule h2 {
        font-size: 24px;
        line-height: 32px;
        text-align: center; } }
  .threecolumnModule p {
    font-size: 18px;
    line-height: 24px; }
    @media print, screen and (max-width: 47.99875em) {
      .threecolumnModule p {
        font-size: 20px;
        line-height: 27px; } }
  .threecolumnModule .offerImages {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-flex-wrap: wrap;
        -ms-flex-wrap: wrap;
            flex-wrap: wrap;
    min-width: 100%;
    max-width: 100%; }
    .threecolumnModule .offerImages .colblock {
      width: 28%;
      -webkit-flex-wrap: wrap-reverse;
          -ms-flex-wrap: wrap-reverse;
              flex-wrap: wrap-reverse;
      display: inline-block;
      background-color: transparent;
      padding: 0px 0 0px;
      margin: 0px 32px 34px 0px;
      position: relative;
      -webkit-box-sizing: border-box;
              box-sizing: border-box;
      border-radius: 0px;
      -webkit-transform: translateZ(0);
              transform: translateZ(0);
      display: block;
      width: 100%;
      max-width: 270px;
      padding-bottom: 0;
      margin-left: auto;
      margin-right: auto;
      min-width: 1px; }
      @media print, screen and (min-width: 48em) {
        .threecolumnModule .offerImages .colblock {
          margin: 0px 20px 33px 0px;
          width: 48.6%;
          max-width: 100%; } }
      @media print, screen and (min-width: 64em) {
        .threecolumnModule .offerImages .colblock {
          margin: 0px 32px 34px 0px;
          width: 31.8%;
          padding-bottom: 0;
          margin-right: 2.3%;
          margin-bottom: 97px; }
          .threecolumnModule .offerImages .colblock:nth-child(3n) {
            margin-right: 0px; } }
      @media screen and (min-width: 85.375em) {
        .threecolumnModule .offerImages .colblock {
          width: 30.45%;
          padding-bottom: 0;
          margin-right: 4.32%;
          margin-bottom: 97px; } }
      .threecolumnModule .offerImages .colblock.withoutOverlay a {
        /*.caption{
                &:after {
                  content:"";
                  left: 0;
                  height: 0;
                  top: 0;
                  width: 100%;
                  transition: all 0.3s;
            }
          &:before,
          &:after {
            background: #00214e;
            content: "";
            position: absolute;
            z-index: -1;
            border-bottom-right-radius: 25px;
            border-bottom-left-radius: 25px;
          } 
            }*/ }
        .threecolumnModule .offerImages .colblock.withoutOverlay a:hover .caption {
          /* &:after{
                  height: 100%;
              }*/ }
      .threecolumnModule .offerImages .colblock .columnOverlayContent {
        position: absolute;
        text-align: center;
        top: 0;
        bottom: 0;
        left: 0;
        right: 0;
        opacity: 0;
        -webkit-transition: 0.3s all;
        transition: 0.3s all;
        color: #fff;
        padding: 15px 20px;
        background: rgba(27, 50, 87, 0.65);
        z-index: 9; }
        @media print, screen and (min-width: 64em) {
          .threecolumnModule .offerImages .colblock .columnOverlayContent {
            height: auto; } }
        .threecolumnModule .offerImages .colblock .columnOverlayContent p {
          background: 0px center;
          color: white;
          min-height: inherit;
          height: 100%;
          padding: 0;
          margin: 0;
          width: 100%;
          -webkit-align-content: center;
              -ms-flex-line-pack: center;
                  align-content: center;
          -webkit-box-pack: center;
          -webkit-justify-content: center;
              -ms-flex-pack: center;
                  justify-content: center; }
          @media print, screen and (min-width: 48em) and (max-width: 63.99875em) {
            .threecolumnModule .offerImages .colblock .columnOverlayContent p {
              height: calc(100% - 47px); } }
          @media print, screen and (max-width: 47.99875em) {
            .threecolumnModule .offerImages .colblock .columnOverlayContent p {
              height: calc(100% - 47px); } }
      .threecolumnModule .offerImages .colblock:after {
        content: "";
        background: url(../images/personal-cheking-border-1.svg) no-repeat;
        height: 33px;
        background-size: cover !important;
        background-repeat: no-repeat;
        background-position: center;
        width: 104%;
        position: absolute;
        bottom: -24px;
        overflow: hidden;
        z-index: -1;
        left: -9px; }
        @media print, screen and (max-width: 47.99875em) {
          .threecolumnModule .offerImages .colblock:after {
            left: 1px;
            bottom: -27px;
            width: 99.4%;
            height: 43px; } }
        @media print, screen and (min-width: 48em) and (max-width: 63.99875em) {
          .threecolumnModule .offerImages .colblock:after {
            left: -7px;
            bottom: -26px;
            height: 40px;
            width: 103%; } }
        @media print, screen and (min-width: 64em) and (max-width: 85.37375em) {
          .threecolumnModule .offerImages .colblock:after {
            left: -6px;
            bottom: -22px;
            width: 103%;
            height: 33px; } }
        @media screen and (min-width: 85.375em) {
          .threecolumnModule .offerImages .colblock:after {
            left: -9px; } }
      @media print, screen and (min-width: 64em) {
        .threecolumnModule .offerImages .colblock:nth-child(3), .threecolumnModule .offerImages .colblock:last-child {
          margin-right: 0; } }
      @media print, screen and (min-width: 64em) {
        .threecolumnModule .offerImages .colblock:nth-last-child(3), .threecolumnModule .offerImages .colblock:nth-last-child(2), .threecolumnModule .offerImages .colblock:nth-last-child(1) {
          /* margin-bottom: 52px;*/ } }
      .threecolumnModule .offerImages .colblock figure {
        background-size: cover;
        background-position: center;
        background-repeat: no-repeat;
        min-height: 154px;
        -webkit-transform: scale(1);
            -ms-transform: scale(1);
                transform: scale(1);
        -webkit-transition-delay: 0.75s;
                transition-delay: 0.75s;
        -webkit-transition: 0.3s;
        transition: 0.3s; }
        @media print, screen and (min-width: 48em) {
          .threecolumnModule .offerImages .colblock figure {
            height: 198px; } }
        @media print, screen and (min-width: 64em) {
          .threecolumnModule .offerImages .colblock figure {
            height: 230px; } }
        @media (min-width: 1024px) and (max-width: 1100px) {
          .threecolumnModule .offerImages .colblock figure {
            height: 172px; } }
        @media (min-width: 1100px) and (max-width: 1279px) {
          .threecolumnModule .offerImages .colblock figure {
            height: 200px; } }
      .threecolumnModule .offerImages .colblock a {
        display: block;
        overflow: hidden;
        position: relative; }
        .threecolumnModule .offerImages .colblock a:hover {
          text-decoration: none;
          /* .caption {
            color: #fff;
            &:after {
              height: 100%;
            }
          }*/ }
          .threecolumnModule .offerImages .colblock a:hover figure {
            -webkit-transform: scale(1.2);
                -ms-transform: scale(1.2);
                    transform: scale(1.2); }
          .threecolumnModule .offerImages .colblock a:hover .columnOverlayContent {
            opacity: 1; }
      .threecolumnModule .offerImages .colblock .caption {
        margin: 0px;
        z-index: 1;
        position: relative;
        -webkit-box-shadow: 0px 3px 6px rgba(0, 0, 0, 0.16);
                box-shadow: 0px 3px 6px rgba(0, 0, 0, 0.16); }
        .threecolumnModule .offerImages .colblock .caption.textextend {
          font-size: 17px;
          line-height: 20px;
          padding-left: 25px;
          padding-right: 25px; }
          @media print, screen and (min-width: 48em) {
            .threecolumnModule .offerImages .colblock .caption.textextend {
              font-size: 20px;
              line-height: 32px; } }
          @media print, screen and (min-width: 64em) {
            .threecolumnModule .offerImages .colblock .caption.textextend {
              font-size: 17px;
              line-height: 20px; } }
      @media print, screen and (min-width: 48em) and (max-width: 63.99875em) {
        .threecolumnModule .offerImages .colblock:nth-child(2n) {
          margin-right: 0px; } }
    .threecolumnModule .offerImages img {
      max-width: 100%;
      display: none; }
    .threecolumnModule .offerImages div {
      padding: 0 14px; }
      .threecolumnModule .offerImages div a,
      .threecolumnModule .offerImages div span {
        display: block; }
      .threecolumnModule .offerImages div p {
        font-weight: 600;
        padding: 12px 17px 12px 14px;
        text-decoration: none;
        font-size: 17px;
        line-height: 23px;
        text-align: center;
        color: #00214e;
        position: relative;
        height: auto;
        background-color: #fff;
        display: -webkit-box;
        display: -webkit-flex;
        display: -ms-flexbox;
        display: flex;
        -webkit-flex-wrap: wrap;
            -ms-flex-wrap: wrap;
                flex-wrap: wrap;
        -webkit-box-pack: center;
        -webkit-justify-content: center;
            -ms-flex-pack: center;
                justify-content: center;
        -webkit-box-align: center;
        -webkit-align-items: center;
            -ms-flex-align: center;
                align-items: center;
        width: 100%; }
        @media print, screen and (min-width: 48em) {
          .threecolumnModule .offerImages div p {
            padding: 7px 17px 12px 14px;
            min-height: 57px; } }
        @media print, screen and (min-width: 64em) {
          .threecolumnModule .offerImages div p {
            font-size: 18px;
            line-height: 22px;
            padding: 10px 17px 15px 14px;
            min-height: 57px; } }
        @media screen and (min-width: 85.375em) {
          .threecolumnModule .offerImages div p {
            font-size: 24px;
            line-height: 24px;
            padding: 10px 17px 15px 14px;
            min-height: 67px; } }
        .threecolumnModule .offerImages div p .hvr-underline-from-center {
          display: inline; }
          .threecolumnModule .offerImages div p .hvr-underline-from-center::before {
            height: 1px; }
  .threecolumnModule.recomended .offerImages {
    padding-top: 30px;
    position: relative;
    display: inline-block;
    width: 100%; }
    @media print, screen and (max-width: 47.99875em) {
      .threecolumnModule.recomended .offerImages {
        display: -webkit-box;
        display: -webkit-flex;
        display: -ms-flexbox;
        display: flex;
        -webkit-flex-wrap: wrap;
            -ms-flex-wrap: wrap;
                flex-wrap: wrap; } }
    .threecolumnModule.recomended .offerImages .colblock.largeimage {
      width: 100%;
      position: relative;
      max-width: 46.5%;
      width: 100%;
      float: left;
      padding: 0px;
      margin-right: 7%;
      margin-bottom: 90px; }
      @media print, screen and (min-width: 48em) and (max-width: 63.99875em) {
        .threecolumnModule.recomended .offerImages .colblock.largeimage {
          max-width: 48.75%;
          margin-right: 2.5%; } }
      @media print, screen and (max-width: 47.99875em) {
        .threecolumnModule.recomended .offerImages .colblock.largeimage {
          max-width: 100%;
          margin-right: 0px;
          max-width: 308px;
          margin: 0 auto;
          margin-bottom: 90px; } }
      .threecolumnModule.recomended .offerImages .colblock.largeimage:after {
        left: 0px;
        bottom: -28px; }
        @media print, screen and (min-width: 48em) and (max-width: 63.99875em) {
          .threecolumnModule.recomended .offerImages .colblock.largeimage:after {
            left: 0px;
            width: 99.9%;
            bottom: -27px; } }
        @media print, screen and (min-width: 64em) and (max-width: 85.37375em) {
          .threecolumnModule.recomended .offerImages .colblock.largeimage:after {
            left: -10px;
            bottom: -26px;
            width: 104%; } }
        @media screen and (min-width: 85.375em) {
          .threecolumnModule.recomended .offerImages .colblock.largeimage:after {
            left: -14px;
            bottom: -37px;
            height: 47px;
            width: 104.1%; } }
      .threecolumnModule.recomended .offerImages .colblock.largeimage:nth-child(2n) {
        margin-right: 0; }
        @media print, screen and (min-width: 48em) and (max-width: 63.99875em) {
          .threecolumnModule.recomended .offerImages .colblock.largeimage:nth-child(2n) {
            margin: 0 auto;
            margin-bottom: 90px; } }
        @media print, screen and (max-width: 47.99875em) {
          .threecolumnModule.recomended .offerImages .colblock.largeimage:nth-child(2n) {
            margin: 0 auto;
            margin-bottom: 90px; } }
      .threecolumnModule.recomended .offerImages .colblock.largeimage .reconpanel {
        display: inline-block;
        position: relative;
        top: 0px;
        -webkit-box-shadow: 0px 3px 6px rgba(0, 0, 0, 0.16);
                box-shadow: 0px 3px 6px rgba(0, 0, 0, 0.16); }
        @media print, screen and (max-width: 47.99875em) {
          .threecolumnModule.recomended .offerImages .colblock.largeimage .reconpanel {
            margin-left: 0; } }
      .threecolumnModule.recomended .offerImages .colblock.largeimage figure {
        min-height: 420px; }
        @media print, screen and (min-width: 64em) and (max-width: 85.37375em) {
          .threecolumnModule.recomended .offerImages .colblock.largeimage figure {
            min-height: 290px; } }
        @media print, screen and (min-width: 48em) and (max-width: 63.99875em) {
          .threecolumnModule.recomended .offerImages .colblock.largeimage figure {
            min-height: 190px; } }
        @media print, screen and (max-width: 47.99875em) {
          .threecolumnModule.recomended .offerImages .colblock.largeimage figure {
            min-height: 176px; } }
      .threecolumnModule.recomended .offerImages .colblock.largeimage .caption {
        font-size: 32px;
        height: 100px; }
        @media print, screen and (min-width: 64em) and (max-width: 85.37375em) {
          .threecolumnModule.recomended .offerImages .colblock.largeimage .caption {
            font-size: 28px;
            height: 90px; } }
        @media print, screen and (min-width: 48em) and (max-width: 63.99875em) {
          .threecolumnModule.recomended .offerImages .colblock.largeimage .caption {
            height: 75px;
            font-size: 23px; } }
        @media print, screen and (max-width: 47.99875em) {
          .threecolumnModule.recomended .offerImages .colblock.largeimage .caption {
            font-size: 19px;
            height: 52px; } }
      @media print, screen and (max-width: 47.99875em) {
        .threecolumnModule.recomended .offerImages .colblock.largeimage + .smallimage {
          margin-top: -30px; } }
    .threecolumnModule.recomended .offerImages .colblock.smallimage {
      margin-bottom: 71px;
      margin-right: 2.7%;
      display: inline-block; }
      @media print, screen and (min-width: 64em) and (max-width: 85.37375em) {
        .threecolumnModule.recomended .offerImages .colblock.smallimage {
          margin-right: 1.5%; } }
      @media print, screen and (min-width: 48em) and (max-width: 63.99875em) {
        .threecolumnModule.recomended .offerImages .colblock.smallimage {
          width: 40.3%; } }
      @media print, screen and (max-width: 47.99875em) {
        .threecolumnModule.recomended .offerImages .colblock.smallimage {
          width: 100%;
          margin: 0 auto;
          margin-bottom: 50px; } }
      .threecolumnModule.recomended .offerImages .colblock.smallimage figure {
        min-height: 167px; }
        @media print, screen and (min-width: 48em) and (max-width: 63.99875em) {
          .threecolumnModule.recomended .offerImages .colblock.smallimage figure {
            min-height: 133px;
            max-height: 170px; } }
        @media print, screen and (max-width: 47.99875em) {
          .threecolumnModule.recomended .offerImages .colblock.smallimage figure {
            min-height: 151px; } }
      @media print, screen and (min-width: 48em) and (max-width: 63.99875em) {
        .threecolumnModule.recomended .offerImages .colblock.smallimage:after {
          left: 0px;
          width: 100%; } }
      .threecolumnModule.recomended .offerImages .colblock.smallimage .caption {
        font-size: 17px;
        line-height: 28px;
        height: 49px; }
  .threecolumnModule.recomended .reconpanel {
    position: relative;
    margin-left: 44px;
    top: 0px;
    display: block;
    background: #fff;
    padding: 5px 20px;
    max-width: 100%;
    width: auto;
    text-align: left;
    border-radius: 8px;
    border-bottom-left-radius: 0px;
    border-bottom-right-radius: 0px;
    font-size: 17px;
    font-weight: 500; }
    @media print, screen and (min-width: 48em) {
      .threecolumnModule.recomended .reconpanel {
        font-size: 20px;
        margin-left: 0px; } }
    @media print, screen and (min-width: 64em) {
      .threecolumnModule.recomended .reconpanel {
        margin-left: 20px;
        max-width: 450px; } }
    @media screen and (min-width: 85.375em) {
      .threecolumnModule.recomended .reconpanel {
        margin-left: 44px;
        max-width: 600px; } }
    .threecolumnModule.recomended .reconpanel::before {
      content: "";
      margin-right: 5px;
      display: inline-block;
      width: 9px;
      height: 9px;
      background-color: #ec0031;
      border-radius: 50%;
      margin-bottom: 3px; }
      @media print, screen and (max-width: 47.99875em) {
        .threecolumnModule.recomended .reconpanel::before {
          margin-bottom: 1px; } }

.btn {
  display: block;
  text-align: center; }
  .btn .ctabutton {
    border-radius: 25px;
    font-size: 17px;
    color: #00214e;
    border: 2px solid #00214e;
    text-transform: uppercase;
    padding: 6.5px 22px; }
    @media print, screen and (min-width: 48em) {
      .btn .ctabutton {
        font-size: 21px;
        line-height: 29px;
        padding: 4.5px 22px; } }

.hoverbox {
  z-index: 1;
  position: relative;
  /*&:hover{
          color: #FFF;
            &:after{
              height: 100%;
            }
  }
  &:after{
              left: 0;
              height: 0;
              top: 0;
              width: 100%;
              transition: all 0.3s;
          }
          &:before,
          &:after{
            background: #00214E;
            content: '';
            position: absolute;
            z-index: -1;
          }*/ }

.twoColumnWrapModule {
  margin: 47px 0; }
  @media print, screen and (min-width: 64em) {
    .twoColumnWrapModule {
      margin: 47px 0 146px; } }
  .twoColumnWrapModule.grey {
    background-color: #edf2f7;
    padding: 60px 0 90px; }
  .twoColumnWrapModule .headingWrapper {
    margin-bottom: 41px; }
  .twoColumnWrapModule h2 {
    font-size: 36px;
    line-height: 48px;
    color: #00214e; }
    @media print, screen and (max-width: 47.99875em) {
      .twoColumnWrapModule h2 {
        font-size: 30px;
        line-height: 40px; } }
  .twoColumnWrapModule .twoColumnWrap {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-flex-wrap: wrap;
        -ms-flex-wrap: wrap;
            flex-wrap: wrap; }
    .twoColumnWrapModule .twoColumnWrap .offerImages {
      display: -webkit-box;
      display: -webkit-flex;
      display: -ms-flexbox;
      display: flex;
      -webkit-flex-wrap: wrap;
          -ms-flex-wrap: wrap;
              flex-wrap: wrap; }
      .twoColumnWrapModule .twoColumnWrap .offerImages figure {
        background-size: cover;
        background-position: center;
        background-repeat: no-repeat;
        min-height: 172px;
        -webkit-transform: scale(1);
            -ms-transform: scale(1);
                transform: scale(1);
        -webkit-transition-delay: 0.75s;
                transition-delay: 0.75s;
        -webkit-transition: 0.3s;
        transition: 0.3s; }
        @media print, screen and (min-width: 48em) {
          .twoColumnWrapModule .twoColumnWrap .offerImages figure {
            min-height: 196px; } }
        @media screen and (min-width: 85.375em) {
          .twoColumnWrapModule .twoColumnWrap .offerImages figure {
            min-height: 266px; } }
        .twoColumnWrapModule .twoColumnWrap .offerImages figure img {
          display: none; }
      .twoColumnWrapModule .twoColumnWrap .offerImages .colblock {
        width: 46.5%;
        background-color: #fff;
        padding: 0px 0 0px;
        margin: 0px 32px 34px 0px;
        position: relative;
        -webkit-box-sizing: border-box;
                box-sizing: border-box;
        border-radius: 0px;
        -webkit-transform: translateZ(0);
                transform: translateZ(0);
        -webkit-box-shadow: 1px 4px 6px rgba(0, 0, 0, 0.1);
                box-shadow: 1px 4px 6px rgba(0, 0, 0, 0.1);
        display: block;
        padding-bottom: 0;
        margin-left: 0;
        margin-right: 0;
        min-width: 1px;
        margin-right: 6.9%; }
        @media print, screen and (min-width: 48em) {
          .twoColumnWrapModule .twoColumnWrap .offerImages .colblock:last-child {
            margin-right: 0px; } }
        @media print, screen and (max-width: 47.99875em) {
          .twoColumnWrapModule .twoColumnWrap .offerImages .colblock {
            width: 100%;
            margin-right: 0px;
            max-width: 308px;
            margin: 0 auto;
            margin-bottom: 64px; } }
        @media print, screen and (min-width: 48em) and (max-width: 63.99875em) {
          .twoColumnWrapModule .twoColumnWrap .offerImages .colblock {
            margin-right: 0px;
            width: 48.644%;
            margin-right: 20px;
            margin-bottom: 60px; } }
        .twoColumnWrapModule .twoColumnWrap .offerImages .colblock:after {
          content: "";
          background: url(../images/interested-panel-blue-border-1.svg) no-repeat;
          height: 46px;
          background-size: cover !important;
          background-repeat: no-repeat;
          background-position: center;
          width: 99.9%;
          position: absolute;
          left: 0px;
          bottom: -30px;
          overflow: hidden;
          z-index: -1; }
          @media print, screen and (max-width: 47.99875em) {
            .twoColumnWrapModule .twoColumnWrap .offerImages .colblock:after {
              bottom: -25px; } }
          @media print, screen and (min-width: 48em) {
            .twoColumnWrapModule .twoColumnWrap .offerImages .colblock:after {
              bottom: -28px; } }
          @media screen and (min-width: 85.375em) {
            .twoColumnWrapModule .twoColumnWrap .offerImages .colblock:after {
              bottom: -30px; } }
      .twoColumnWrapModule .twoColumnWrap .offerImages .caption {
        font-weight: 600;
        padding: 23px 22px 15px 22px;
        text-decoration: none;
        font-size: 17px;
        line-height: 23px;
        color: #00214e;
        position: relative;
        height: auto;
        background-color: #fff; }
        @media print, screen and (min-width: 64em) {
          .twoColumnWrapModule .twoColumnWrap .offerImages .caption {
            padding: 13px 23px 23px 23px; } }
        @media screen and (min-width: 85.375em) {
          .twoColumnWrapModule .twoColumnWrap .offerImages .caption {
            padding: 13px 42px 23px 43px; } }
        .twoColumnWrapModule .twoColumnWrap .offerImages .caption h3 {
          font-size: 24px;
          line-height: 32px;
          text-align: center;
          margin-bottom: 10px; }
          @media print, screen and (max-width: 47.99875em) {
            .twoColumnWrapModule .twoColumnWrap .offerImages .caption h3 {
              font-size: 17px;
              line-height: 23px;
              margin-bottom: 10px; } }
        .twoColumnWrapModule .twoColumnWrap .offerImages .caption p {
          font-size: 17px;
          line-height: 23px; }
          @media print, screen and (max-width: 47.99875em) {
            .twoColumnWrapModule .twoColumnWrap .offerImages .caption p {
              font-size: 17px;
              line-height: 23px; } }
        .twoColumnWrapModule .twoColumnWrap .offerImages .caption .learn {
          text-align: center; }
        .twoColumnWrapModule .twoColumnWrap .offerImages .caption .learnBlock {
          display: block;
          text-align: center;
          margin-top: 15px;
          text-transform: uppercase; }
          @media print, screen and (min-width: 64em) {
            .twoColumnWrapModule .twoColumnWrap .offerImages .caption .learnBlock {
              margin-top: 25px; } }
          .twoColumnWrapModule .twoColumnWrap .offerImages .caption .learnBlock a {
            font-size: 17px;
            line-height: 23px;
            font-weight: 700; }
          .twoColumnWrapModule .twoColumnWrap .offerImages .caption .learnBlock .link-cta:after {
            font-size: 20px;
            line-height: 40px;
            font-weight: normal; }
          .twoColumnWrapModule .twoColumnWrap .offerImages .caption .learnBlock .ctabutton {
            background: #00214e;
            border: 2px solid #00214e;
            color: #ffffff;
            border-radius: 25px;
            padding: 1px 19.5px;
            min-height: 28px; }
            @media print, screen and (min-width: 64em) {
              .twoColumnWrapModule .twoColumnWrap .offerImages .caption .learnBlock .ctabutton {
                padding: 1px 19.5px;
                min-height: 28px; } }
            .twoColumnWrapModule .twoColumnWrap .offerImages .caption .learnBlock .ctabutton:hover {
              color: #00214e; }
            .twoColumnWrapModule .twoColumnWrap .offerImages .caption .learnBlock .ctabutton:after {
              background: #ffffff; }

.generalcontnet.grey {
  background-color: #edf2f7;
  padding: 52px 0 49px 0; }
  @media print, screen and (max-width: 47.99875em) {
    .generalcontnet.grey {
      margin-top: 42px;
      padding: 55px 28px 47px; } }

.generalcontnet p + .btn {
  margin-top: 30px; }

@media print, screen and (min-width: 48em) {
  .generalcontnet .btn a.ctabutton + a.ctabutton {
    margin-left: 15px; } }

.generalcontnet p + .btn {
  margin-top: 30px; }

@media print, screen and (min-width: 48em) {
  .generalcontnet .btn a.ctabutton + a.ctabutton {
    margin-left: 15px; } }

.generalcontnet .btn a.ctabutton[href^="tel"]:hover {
  text-decoration: none; }

.generalcontnet p {
  font-size: 22px;
  line-height: 30px; }
  @media print, screen and (max-width: 47.99875em) {
    .generalcontnet p {
      text-align: center; } }
  .generalcontnet p + p {
    margin-top: 26px; }
    @media print, screen and (max-width: 47.99875em) {
      .generalcontnet p + p {
        margin-top: 22px; } }
  @media print, screen and (max-width: 47.99875em) {
    .generalcontnet p {
      font-size: 17px;
      line-height: 23px; } }
  .generalcontnet p + ul {
    margin-top: 50px; }
    @media print, screen and (min-width: 64em) {
      .generalcontnet p + ul {
        margin-top: 30px; } }
  .generalcontnet p a {
    text-decoration: underline; }
    .generalcontnet p a:hover {
      text-decoration: none; }

.generalcontnet .ctabtn {
  text-decoration: none; }
  .generalcontnet .ctabtn:after, .generalcontnet .ctabtn:before {
    background: #ffffff; }
  .generalcontnet .ctabtn:hover {
    border: 2px solid #00214e;
    color: #00214e; }

.generalcontnet h3 {
  font-size: 36px;
  line-height: 48px;
  margin-bottom: 11px;
  color: #00214e; }
  @media print, screen and (max-width: 47.99875em) {
    .generalcontnet h3 {
      font-size: 24px;
      line-height: 32px;
      text-align: center;
      margin-bottom: 15px; } }

.generalcontnet ul {
  margin-left: 0px; }
  @media print, screen and (max-width: 47.99875em) {
    .generalcontnet ul {
      margin-top: 9px; } }
  .generalcontnet ul li {
    position: relative;
    padding-left: 15px;
    margin-bottom: 13px;
    font-size: 17px; }
    @media print, screen and (min-width: 64em) {
      .generalcontnet ul li {
        font-size: 18px;
        line-height: 24px;
        margin-bottom: 12px;
        padding-left: 20px; } }
    .generalcontnet ul li:after {
      content: "";
      display: inline-block;
      position: absolute;
      left: 0;
      top: 7px;
      background-color: #ea0031;
      width: 8px;
      height: 8px;
      border-radius: 50%; }
      @media print, screen and (min-width: 64em) {
        .generalcontnet ul li:after {
          width: 9px;
          height: 9px;
          top: 7px; } }
  .generalcontnet ul + h3 {
    margin-top: 37px;
    margin-bottom: 10px; }
    @media print, screen and (min-width: 64em) {
      .generalcontnet ul + h3 {
        margin-top: 46px;
        margin-bottom: 30px; } }

.generalcontnet.white {
  margin: 48px 0 57px; }
  @media print, screen and (max-width: 47.99875em) {
    .generalcontnet.white {
      padding: 0 45px;
      margin: 50px 0 57px; } }
  .generalcontnet.white.desclimarPanel {
    margin: 0px 0 57px; }

.generalcontnet .twocolumn {
  /*column-count: 2;*/
  -webkit-column-gap: 10px;
     -moz-column-gap: 10px;
          column-gap: 10px;
  max-width: 1112px;
  margin-bottom: 36px; }
  @media print, screen and (max-width: 47.99875em) {
    .generalcontnet .twocolumn {
      /* column-count: 1;*/
      margin-bottom: 35px; } }
  @media (min-width: 1700px) {
    .generalcontnet .twocolumn {
      -webkit-column-gap: 263px;
         -moz-column-gap: 263px;
              column-gap: 263px; } }

.desclimar {
  padding: 0 0 0; }
  .desclimar p {
    font-size: 14px;
    line-height: 18px; }

.personaliconpanel.sub {
  padding-top: 0px; }

.personaliconpanel .btnsection.right {
  text-align: right;
  display: block;
  max-width: inherit; }

.stayconnect .errorPlacement {
  background: #ffe4e4; }

.stayconnect .success-message {
  padding: 20px;
  text-align: center; }

.stayconnect h3 {
  font-size: 26px;
  line-height: 36px;
  text-align: center;
  font-weight: 700;
  margin-bottom: 49px; }
  @media print, screen and (min-width: 48em) {
    .stayconnect h3 {
      font-size: 26px;
      line-height: 31px; } }
  @media screen and (min-width: 85.375em) {
    .stayconnect h3 {
      font-size: 38px;
      line-height: 51px; } }
  .stayconnect h3 span {
    display: -webkit-inline-box;
    display: -webkit-inline-flex;
    display: -ms-inline-flexbox;
    display: inline-flex;
    -webkit-box-align: center;
    -webkit-align-items: center;
        -ms-flex-align: center;
            align-items: center; }
    .stayconnect h3 span:before {
      content: "";
      margin-right: 16px;
      width: 40px;
      height: 13px;
      display: inline-block;
      background-image: url(../images/fillimage.png); }
      @media print, screen and (max-width: 47.99875em) {
        .stayconnect h3 span:before {
          background-size: contain;
          width: 56px;
          background-repeat: no-repeat; } }
    .stayconnect h3 span:after {
      content: "";
      margin-left: 16px;
      width: 40px;
      height: 13px;
      display: inline-block;
      background-image: url(../images/fillimage.png); }
      @media print, screen and (max-width: 47.99875em) {
        .stayconnect h3 span:after {
          background-size: contain;
          width: 56px;
          background-repeat: no-repeat; } }

.stayconnect .formwrapper {
  width: 100%;
  margin: 0 auto;
  padding: 51px 0; }
  @media print, screen and (min-width: 48em) {
    .stayconnect .formwrapper {
      max-width: 100%;
      width: 100%; } }
  @media print, screen and (min-width: 64em) {
    .stayconnect .formwrapper {
      max-width: 910px;
      width: 100%; } }
  @media screen and (min-width: 85.375em) {
    .stayconnect .formwrapper {
      max-width: 1000px; } }
  .stayconnect .formwrapper form {
    position: relative;
    max-width: 1000px;
    margin: 0 auto; }
  .stayconnect .formwrapper .submitbtn {
    position: absolute;
    top: 5px;
    right: 20px; }
    @media print, screen and (min-width: 64em) {
      .stayconnect .formwrapper .submitbtn {
        right: 35px; } }
    @media screen and (min-width: 85.375em) {
      .stayconnect .formwrapper .submitbtn {
        right: 45px; } }
    @media print, screen and (max-width: 47.99875em) {
      .stayconnect .formwrapper .submitbtn {
        position: static;
        margin-top: 35px; } }

.stayconnect .textbox {
  border: 1px solid #4f4f4f;
  border-radius: 8px;
  width: 100%;
  height: 40px;
  font-size: 23px;
  color: #4f4f4f;
  margin-bottom: 0px;
  padding: 8px 19px;
  max-width: 280px;
  margin: 0 auto; }
  @media print, screen and (min-width: 48em) {
    .stayconnect .textbox {
      font-size: 22px;
      height: 52px;
      max-width: 100%; } }
  @media print, screen and (min-width: 64em) {
    .stayconnect .textbox {
      font-size: 26px; } }
  .stayconnect .textbox::-webkit-input-placeholder {
    color: #4f4f4f;
    opacity: 1;
    /* Firefox */ }
  .stayconnect .textbox::-moz-placeholder {
    color: #4f4f4f;
    opacity: 1;
    /* Firefox */ }
  .stayconnect .textbox:-ms-input-placeholder {
    color: #4f4f4f;
    opacity: 1;
    /* Firefox */ }
  .stayconnect .textbox::-ms-input-placeholder {
    color: #4f4f4f;
    opacity: 1;
    /* Firefox */ }
  .stayconnect .textbox::placeholder {
    color: #4f4f4f;
    opacity: 1;
    /* Firefox */ }
  .stayconnect .textbox:-ms-input-placeholder {
    /* Internet Explorer 10-11 */
    color: #4f4f4f; }
  .stayconnect .textbox::-ms-input-placeholder {
    /* Microsoft Edge */
    color: #4f4f4f; }
  .stayconnect .textbox.error {
    background: #ffe4e4; }

.stayconnect .checkboxItem fieldset:last-child label {
  margin-right: 0; }

.stayconnect .checkboxItem label {
  position: relative;
  display: inline-block;
  cursor: pointer;
  font-size: 17px;
  color: #4f4f4f;
  margin-right: 52px; }
  @media print, screen and (min-width: 48em) {
    .stayconnect .checkboxItem label {
      font-size: 17px;
      margin-right: 32px; } }
  @media print, screen and (min-width: 64em) {
    .stayconnect .checkboxItem label {
      font-size: 24px;
      margin-right: 32px; } }
  @media screen and (min-width: 85.375em) {
    .stayconnect .checkboxItem label {
      margin-right: 48px; } }
  @media screen and (min-width: 85.375em) {
    .stayconnect .checkboxItem label {
      font-size: 24px; } }
  .stayconnect .checkboxItem label span {
    display: inline-block;
    margin-left: 37px; }
    @media print, screen and (min-width: 48em) {
      .stayconnect .checkboxItem label span {
        margin-left: 27px; } }
    @media screen and (min-width: 85.375em) {
      .stayconnect .checkboxItem label span {
        margin-left: 37px; } }

.stayconnect .checkbox {
  /*background: red;*/
  width: 20px;
  height: 20px;
  /*    border: 2px solid red;*/
  position: absolute;
  top: 8px;
  left: 0;
  -webkit-transition: all 0.55s;
  transition: all 0.55s;
  margin: 0; }
  @media print, screen and (min-width: 48em) {
    .stayconnect .checkbox {
      top: 6px; } }
  @media print, screen and (min-width: 64em) {
    .stayconnect .checkbox {
      top: 12px; } }
  @media screen and (min-width: 85.375em) {
    .stayconnect .checkbox {
      width: 28px;
      height: 28px;
      top: 8px; } }

.stayconnect .chkBox {
  position: absolute;
  opacity: 0; }
  .stayconnect .chkBox:checked ~ .checkbox {
    background-color: red;
    border: 1px solid red; }

.stayconnect .checkboxItem {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin-top: 11px;
  margin-left: 0px;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center; }
  @media print, screen and (max-width: 47.99875em) {
    .stayconnect .checkboxItem {
      -webkit-flex-wrap: wrap;
          -ms-flex-wrap: wrap;
              flex-wrap: wrap;
      max-width: 200px;
      margin: 0 auto; }
      .stayconnect .checkboxItem fieldset {
        width: 100%; }
        .stayconnect .checkboxItem fieldset label {
          margin-right: 0px; } }

.stayconnect .inputparent {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-wrap: wrap;
      -ms-flex-wrap: wrap;
          flex-wrap: wrap;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center;
  margin-bottom: 30px;
  padding: 0 10px;
  margin-right: 80px; }
  @media print, screen and (max-width: 47.99875em) {
    .stayconnect .inputparent {
      padding: 0px;
      margin-right: 0; } }
  .stayconnect .inputparent .inputbox {
    max-width: 100%;
    width: 100%;
    margin-right: 0;
    margin-bottom: 30px; }
    @media print, screen and (min-width: 48em) {
      .stayconnect .inputparent .inputbox {
        max-width: 266px;
        width: 100%;
        margin-right: 37px;
        margin-bottom: 0px; } }
    @media print, screen and (min-width: 64em) {
      .stayconnect .inputparent .inputbox {
        max-width: 339px;
        width: 100%;
        margin-right: 37px; } }
    @media screen and (min-width: 85.375em) {
      .stayconnect .inputparent .inputbox {
        max-width: 359px;
        width: 100%;
        margin-right: 57px; } }

.grey {
  background-color: #edf2f7; }

.ctabutton {
  z-index: 1;
  position: relative;
  display: inline-block;
  overflow: hidden; }
  .ctabutton:after, .ctabutton:before {
    background: #00214e;
    content: "";
    position: absolute;
    z-index: -1; }
  .ctabutton:after {
    height: 0;
    left: 0;
    top: 0;
    width: 100%;
    -webkit-transition: all 0.45s;
    transition: all 0.45s;
    border-radius: 25px; }
  .ctabutton:hover {
    min-height: 42px;
    text-decoration: none;
    color: #fff;
    border: solid 2px transparent; }
    .ctabutton:hover:after {
      height: 100%; }

.ie11 .threecolumnModule .offerImages div p {
  padding: 10px 17px 10px 14px; }

.ie11 .threecolumnModule .offerImages :nth-last-child(3).colblock,
.ie11 .threecolumnModule .offerImages :nth-last-child(2).colblock,
.ie11 .threecolumnModule .offerImages :nth-last-child(1).colblock {
  margin-bottom: 60px; }

.twocolumnimgBlock {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-wrap: wrap;
      -ms-flex-wrap: wrap;
          flex-wrap: wrap; }
  .twocolumnimgBlock .cols {
    width: 50%;
    float: left;
    position: relative; }
    @media print, screen and (min-width: 48em) and (max-width: 63.99875em) {
      .twocolumnimgBlock .cols {
        width: 100%; } }
    @media print, screen and (max-width: 47.99875em) {
      .twocolumnimgBlock .cols {
        width: 100%; } }
    @media print, screen and (min-width: 64em) {
      .twocolumnimgBlock .cols.colone {
        padding-right: 20px; } }
    @media screen and (min-width: 85.375em) {
      .twocolumnimgBlock .cols.colone {
        padding-right: 40px; } }
    .twocolumnimgBlock .cols .imageafter {
      position: relative;
      -webkit-transition: 0.3s;
      transition: 0.3s;
      margin-bottom: 79px; }
      .twocolumnimgBlock .cols .imageafter:after {
        content: "";
        background-image: url(../images/Path-2.png);
        width: 100%;
        height: 47px;
        background-size: cover !important;
        background-repeat: no-repeat;
        background-position: center;
        width: 100%;
        position: absolute;
        bottom: -41px;
        overflow: hidden;
        z-index: -1;
        left: 0px;
        -webkit-transform: skewY(1deg);
            -ms-transform: skewY(1deg);
                transform: skewY(1deg); }
    .twocolumnimgBlock .cols .imagewrap {
      -webkit-transition: 0.3s;
      transition: 0.3s;
      overflow: hidden; }
    .twocolumnimgBlock .cols figure {
      min-height: 545px;
      background-size: cover;
      background-position: center;
      background-repeat: no-repeat;
      position: relative;
      -webkit-transition: 0.3s;
      transition: 0.3s;
      overflow: hidden; }
      @media print, screen and (max-width: 47.99875em) {
        .twocolumnimgBlock .cols figure {
          min-height: 165px; } }
      .twocolumnimgBlock .cols figure img {
        visibility: hidden; }
      .twocolumnimgBlock .cols figure:hover {
        -webkit-transform: scale(1.2);
            -ms-transform: scale(1.2);
                transform: scale(1.2); }

.persoanldetaailyellow .subbannerpanel .bannerwrap:after {
  border-top: 31px solid #eeb944; }
  @media print, screen and (max-width: 47.99875em) {
    .persoanldetaailyellow .subbannerpanel .bannerwrap:after {
      border-top: 10px solid #eeb944;
      bottom: -10px; } }

.persoanldetaailyellow .twocolumnimgBlock .cols .imageafter:after {
  background-image: url(../images/detail-yellow-1.svg);
  height: 80px; }

.persoanldetaaillightblue .subbannerpanel .bannerwrap:after {
  border-top: 31px solid #a1d7f7; }
  @media print, screen and (max-width: 47.99875em) {
    .persoanldetaaillightblue .subbannerpanel .bannerwrap:after {
      border-top: 10px solid #a1d7f7;
      bottom: -10px; } }

.persoanldetaaillightblue .twocolumnimgBlock .cols .imageafter:after {
  background-image: url(../images/detail-light-blue-1.svg);
  height: 80px; }

.persoanldetaaildarkblue .subbannerpanel .bannerwrap:after {
  border-top: 31px solid #21b5bc; }
  @media print, screen and (max-width: 47.99875em) {
    .persoanldetaaildarkblue .subbannerpanel .bannerwrap:after {
      border-top: 10px solid #21b5bc;
      bottom: -10px; } }

.persoanldetaaildarkblue .twocolumnimgBlock .cols .imageafter:after {
  background-image: url(../images/detail-dark-blue-1.svg);
  height: 80px; }

.locationdetailhero .subbannerpanel .bannerwrap {
  height: 183px; }
  @media print, screen and (min-width: 48em) {
    .locationdetailhero .subbannerpanel .bannerwrap {
      height: 320px; } }
  @media print, screen and (min-width: 64em) {
    .locationdetailhero .subbannerpanel .bannerwrap {
      height: 599px; } }
  .locationdetailhero .subbannerpanel .bannerwrap:after {
    bottom: -8px; }
    @media print, screen and (min-width: 48em) {
      .locationdetailhero .subbannerpanel .bannerwrap:after {
        bottom: -19px; } }

.threecolumnModule .offerImages .colblock.videoblock {
  text-align: center;
  background: #ffffff; }
  @media print, screen and (min-width: 64em) {
    .threecolumnModule .offerImages .colblock.videoblock {
      margin-bottom: 37px; } }
  @media print, screen and (min-width: 48em) and (max-width: 63.99875em) {
    .threecolumnModule .offerImages .colblock.videoblock {
      width: 48.5%; } }
  .threecolumnModule .offerImages .colblock.videoblock p {
    font-size: 17px;
    line-height: 23px;
    margin-bottom: 0; }
  .threecolumnModule .offerImages .colblock.videoblock div[id^=banner] {
    width: 100% !important;
    height: 230px !important;
    background: #edf2f7; }
  .threecolumnModule .offerImages .colblock.videoblock .bcmPlayerBanner {
    width: 100% !important;
    height: 230px !important; }
    .threecolumnModule .offerImages .colblock.videoblock .bcmPlayerBanner a {
      width: 100%;
      height: 100%;
      -webkit-transition: all 0.5s;
      transition: all 0.5s;
      overflow: hidden; }
      .threecolumnModule .offerImages .colblock.videoblock .bcmPlayerBanner a img {
        display: block;
        width: 100%;
        -o-object-fit: contain;
           object-fit: contain;
        height: 100%;
        -webkit-transition: all 0.5s;
        transition: all 0.5s; }
      .threecolumnModule .offerImages .colblock.videoblock .bcmPlayerBanner a:hover img {
        -webkit-transform: scale(1.1);
            -ms-transform: scale(1.1);
                transform: scale(1.1); }
  @media print, screen and (min-width: 48em) {
    .threecolumnModule .offerImages .colblock.videoblock::after {
      left: 0px;
      width: 100%; } }
  @media screen and (min-width: 85.375em) {
    .threecolumnModule .offerImages .colblock.videoblock::after {
      left: -6px;
      width: 103%; } }

.faq-content.videosdemo {
  padding-left: 0 !important;
  padding-right: 0 !important; }
  @media screen and (min-width: 1530px) {
    .faq-content.videosdemo {
      padding-left: 30px !important;
      padding-right: 30px !important; } }
  .faq-content.videosdemo .threecolumnModule {
    margin: 0px 0;
    padding: 0px 0 0px 0; }
    .faq-content.videosdemo .threecolumnModule .offerImages img {
      display: block;
      margin: 0 auto;
      text-align: center;
      height: 100%;
      width: 100%;
      -webkit-transition: all 0.5s;
      transition: all 0.5s;
      max-width: 265px; }
      .faq-content.videosdemo .threecolumnModule .offerImages img:hover {
        -webkit-transform: scale(1.1);
            -ms-transform: scale(1.1);
                transform: scale(1.1); }

.faqpanel.grey .threecolumnModule .offerImages .colblock.videoblock {
  background: #ffffff; }

.bcm_embed_container {
  z-index: 9999 !important; }

.quizpanel {
  text-align: center;
  padding-bottom: 84px;
  padding-top: 48px; }
  @media print, screen and (min-width: 48em) {
    .quizpanel {
      padding-top: 17px; } }
  .quizpanel .btn {
    margin-top: 28px; }
    @media print, screen and (min-width: 64em) {
      .quizpanel .btn {
        margin-top: 50px; } }
  .quizpanel h2 {
    margin-bottom: 33px; }
    @media print, screen and (min-width: 64em) {
      .quizpanel h2 {
        margin-bottom: 75px; } }
  .quizpanel p {
    font-size: 17px;
    margin-bottom: 38px;
    font-weight: 600; }
    .quizpanel p + .btn {
      margin-top: -13px; }
    @media print, screen and (min-width: 64em) {
      .quizpanel p {
        font-size: 30px;
        line-height: 40px;
        margin-bottom: 46px; }
        .quizpanel p + .btn {
          margin-top: 55px; } }
  .quizpanel .quizsteps .quiz-container {
    clear: both;
    display: none;
    max-width: 755px;
    margin: 0 auto; }
    .quizpanel .quizsteps .quiz-container.active {
      display: block;
      margin: 0 auto; }
    .quizpanel .quizsteps .quiz-container h3 {
      font-size: 17px;
      font-weight: normal;
      margin-bottom: 21px;
      text-align: left; }
      @media print, screen and (min-width: 64em) {
        .quizpanel .quizsteps .quiz-container h3 {
          font-size: 30px;
          margin-bottom: 45px; } }
    .quizpanel .quizsteps .quiz-container .checkbox {
      text-align: left;
      margin: 0 auto;
      margin-left: 20px; }
    .quizpanel .quizsteps .quiz-container .form-group {
      display: block;
      margin-bottom: 12px; }
    .quizpanel .quizsteps .quiz-container .form-group input {
      padding: 0;
      height: initial;
      width: initial;
      margin-bottom: 0;
      display: none;
      cursor: pointer; }
    .quizpanel .quizsteps .quiz-container .form-group label {
      position: relative;
      cursor: pointer;
      font-size: 17px;
      color: #00214e; }
      @media print, screen and (min-width: 64em) {
        .quizpanel .quizsteps .quiz-container .form-group label {
          font-size: 26px; } }
    .quizpanel .quizsteps .quiz-container .form-group label:before {
      content: "";
      -webkit-appearance: none;
      background-color: transparent;
      border: 0.5px solid #00214e;
      padding: 10px;
      display: inline-block;
      position: relative;
      vertical-align: middle;
      cursor: pointer;
      margin-right: 18px;
      background: #edf2f7;
      width: 20px;
      height: 20px;
      border-radius: 5px; }
      @media print, screen and (min-width: 64em) {
        .quizpanel .quizsteps .quiz-container .form-group label:before {
          width: 28px;
          height: 28px;
          border-radius: 9px;
          margin-right: 28px; } }
    .quizpanel .quizsteps .quiz-container .form-group input:checked + label:after {
      content: "";
      /*background-image: url(../images/quiz-check.svg);*/
      position: absolute;
      top: 11px;
      left: 3px;
      width: 17px;
      height: 12px; }
      @media print, screen and (min-width: 64em) {
        .quizpanel .quizsteps .quiz-container .form-group input:checked + label:after {
          top: 17px;
          left: 6px; } }
    .quizpanel .quizsteps .quiz-container [type="radio"]:checked,
    .quizpanel .quizsteps .quiz-container [type="radio"]:not(:checked) {
      position: absolute;
      left: -9999px; }
    .quizpanel .quizsteps .quiz-container [type="radio"]:checked + label,
    .quizpanel .quizsteps .quiz-container [type="radio"]:not(:checked) + label {
      position: relative;
      padding-left: 45px;
      cursor: pointer;
      font-size: 17px;
      display: inline-block;
      color: #00214e; }
      @media print, screen and (min-width: 64em) {
        .quizpanel .quizsteps .quiz-container [type="radio"]:checked + label,
        .quizpanel .quizsteps .quiz-container [type="radio"]:not(:checked) + label {
          padding-left: 55px;
          font-size: 26px; } }
    .quizpanel .quizsteps .quiz-container [type="radio"]:checked + label:before,
    .quizpanel .quizsteps .quiz-container [type="radio"]:not(:checked) + label:before {
      content: "";
      position: absolute;
      left: 0;
      top: 6px;
      width: 20px;
      height: 20px;
      border: 0.5px solid #00214e;
      border-radius: 50%;
      background: #edf2f7; }
      @media print, screen and (min-width: 64em) {
        .quizpanel .quizsteps .quiz-container [type="radio"]:checked + label:before,
        .quizpanel .quizsteps .quiz-container [type="radio"]:not(:checked) + label:before {
          top: 10px;
          width: 28px;
          height: 28px; } }
    .quizpanel .quizsteps .quiz-container [type="radio"]:checked + label:after,
    .quizpanel .quizsteps .quiz-container [type="radio"]:not(:checked) + label:after {
      content: "";
      width: 14px !important;
      height: 14px !important;
      background: var(--msb-yellow);
      position: absolute;
      top: 10px !important;
      left: 5px !important;
      border-radius: 50%;
      -webkit-transition: all 0.2s ease;
      transition: all 0.2s ease; }
      @media print, screen and (min-width: 64em) {
        .quizpanel .quizsteps .quiz-container [type="radio"]:checked + label:after,
        .quizpanel .quizsteps .quiz-container [type="radio"]:not(:checked) + label:after {
          top: 15px !important;
          left: 5px !important;
          width: 18px !important;
          height: 18px !important; } }
    .quizpanel .quizsteps .quiz-container [type="radio"]:not(:checked) + label:after {
      opacity: 0;
      -webkit-transform: scale(0);
      -ms-transform: scale(0);
          transform: scale(0); }
    .quizpanel .quizsteps .quiz-container [type="radio"]:checked + label:after {
      opacity: 1;
      -webkit-transform: scale(1);
      -ms-transform: scale(1);
          transform: scale(1); }

.two-columngreypanel h5 {
  position: relative;
  padding-left: 25px; }
  .two-columngreypanel h5:before {
    content: "";
    position: absolute;
    width: 15px;
    height: 15px;
    background: #ec0031;
    border-radius: 50%;
    left: 0;
    top: 6px; }

.two-columngreypanel .contentwrap {
  padding: 50px 0px 50px 40px; }
  .two-columngreypanel .contentwrap p {
    font-size: 26px; }
  .two-columngreypanel .contentwrap .font-small p {
    font-size: 17px; }

.two-columngreypanel .btn {
  text-align: left;
  margin-top: 30px; }
  .two-columngreypanel .btn a {
    margin-right: 20px; }

.two-columngreypanel .grid-margin-x > .small-5 {
  border-left: 10px #fff solid; }

.two-columnwhitepanel {
  padding: 50px; }
  .two-columnwhitepanel h5 {
    position: relative;
    padding-left: 25px; }
    .two-columnwhitepanel h5:before {
      content: "";
      position: absolute;
      width: 15px;
      height: 15px;
      background: #ec0031;
      border-radius: 50%;
      left: 0;
      top: 6px; }
  .two-columnwhitepanel .contentwrap {
    padding: 50px 0px 50px 40px; }
    .two-columnwhitepanel .contentwrap p {
      font-size: 26px; }
  .two-columnwhitepanel .imgssec {
    padding-left: 50px; }
  .two-columnwhitepanel .btn {
    text-align: left;
    margin-top: 30px; }
    .two-columnwhitepanel .btn a {
      margin-right: 20px; }

.quiz-outputpanel {
  padding-top: 47px;
  padding-bottom: 35px; }
  @media print, screen and (min-width: 64em) {
    .quiz-outputpanel {
      padding-top: 17px;
      padding-bottom: 43px; } }
  .quiz-outputpanel h2 {
    margin-bottom: 26px; }
    @media print, screen and (min-width: 64em) {
      .quiz-outputpanel h2 {
        margin-bottom: 54px; } }
  @media print, screen and (min-width: 48em) {
    .quiz-outputpanel .grid-margin-x > .medium-5 {
      width: 39.9999%; } }
  .quiz-outputpanel .contentwrap {
    margin-top: 17px; }
    @media print, screen and (min-width: 48em) {
      .quiz-outputpanel .contentwrap {
        margin-left: 50px; } }
    @media screen and (min-width: 85.375em) {
      .quiz-outputpanel .contentwrap {
        margin-left: 0; } }
    .quiz-outputpanel .contentwrap p {
      font-size: 20px;
      line-height: 24px;
      margin-bottom: 38px; }
      @media print, screen and (min-width: 64em) {
        .quiz-outputpanel .contentwrap p {
          font-size: 30px;
          line-height: 34px;
          margin-bottom: 16px; } }
    @media print, screen and (max-width: 47.99875em) {
      .quiz-outputpanel .contentwrap .learnBlock {
        text-align: center;
        margin-top: -25px;
        margin-bottom: 42px; } }
    .quiz-outputpanel .contentwrap .link-cta {
      font-size: 17px;
      line-height: 24px; }
      @media print, screen and (min-width: 48em) {
        .quiz-outputpanel .contentwrap .link-cta {
          font-size: 26px;
          line-height: 35px; } }
      .quiz-outputpanel .contentwrap .link-cta:after {
        top: 0px;
        right: -5px; }
        @media screen and (min-width: 85.375em) {
          .quiz-outputpanel .contentwrap .link-cta:after {
            top: -2px; } }
    @media print, screen and (min-width: 48em) {
      .quiz-outputpanel .contentwrap .btn {
        text-align: left;
        margin-top: 44px; } }
    .quiz-outputpanel .contentwrap .btn a {
      margin-bottom: 23px; }
      @media screen and (min-width: 1140px) {
        .quiz-outputpanel .contentwrap .btn a {
          margin-bottom: 23px;
          margin-right: 25px; } }
  .quiz-outputpanel.text-center .btn {
    margin-top: 59px;
    text-align: center; }
  .quiz-outputpanel .imgsec {
    border-radius: 16px;
    overflow: hidden;
    max-width: 456px;
    margin-bottom: 22px;
    -webkit-transform: translateZ(0);
            transform: translateZ(0); }
    @media print, screen and (min-width: 48em) {
      .quiz-outputpanel .imgsec {
        margin-bottom: 0px; } }
    .quiz-outputpanel .imgsec img {
      border-radius: 16px;
      -webkit-transition: all 0.75s;
      transition: all 0.75s; }
      .quiz-outputpanel .imgsec img:hover {
        -webkit-transform: scale(1.1);
            -ms-transform: scale(1.1);
                transform: scale(1.1);
        -webkit-transition: all 0.75s;
        transition: all 0.75s; }
  @media print, screen and (max-width: 47.99875em) {
    .quiz-outputpanel + .twoColumnWrapModule {
      margin-top: -4px; } }

.twoColumnWrapModule + .quiz-outputpanel {
  margin-top: -42px; }
  @media print, screen and (min-width: 48em) {
    .twoColumnWrapModule + .quiz-outputpanel {
      margin-top: -15px;
      padding-bottom: 59px; } }
  @media print, screen and (min-width: 64em) {
    .twoColumnWrapModule + .quiz-outputpanel h2 {
      margin-bottom: 0; } }

.teaminfopanel .grey {
  border-radius: 16px;
  -webkit-box-shadow: 0px 3px 6px 0px rgba(98, 127, 168, 0.2);
          box-shadow: 0px 3px 6px 0px rgba(98, 127, 168, 0.2);
  padding: 30px 30px 0px 30px;
  margin-top: 30px; }
  @media print, screen and (min-width: 64em) {
    .teaminfopanel .grey {
      padding: 60px 0px 60px 80px;
      margin-top: 0; } }
  .teaminfopanel .grey .grid-margin-x > .medium-5 {
    max-width: 496px; }

.teaminfopanel .imgssec {
  border-radius: 16px;
  overflow: hidden;
  max-width: 100%;
  margin-bottom: 22px;
  -webkit-transform: translateZ(0);
          transform: translateZ(0); }
  @media print, screen and (min-width: 48em) {
    .teaminfopanel .imgssec {
      margin-bottom: 0px;
      max-width: 496px; } }
  .teaminfopanel .imgssec img {
    border-radius: 16px;
    -webkit-transition: all 0.75s;
    transition: all 0.75s;
    border: 1px solid #707070;
    -o-object-fit: cover;
       object-fit: cover;
    width: 100%; }
    .teaminfopanel .imgssec img:hover {
      -webkit-transform: scale(1.1);
          -ms-transform: scale(1.1);
              transform: scale(1.1);
      -webkit-transition: all 0.75s;
      transition: all 0.75s; }

.teaminfopanel .contentwrap {
  max-width: 250px;
  margin: 0 auto;
  text-align: center; }
  @media print, screen and (min-width: 48em) {
    .teaminfopanel .contentwrap {
      margin-top: 33px;
      margin-left: 38px;
      text-align: left; } }
  @media print, screen and (min-width: 64em) {
    .teaminfopanel .contentwrap {
      margin-left: 78px;
      max-width: 430px; } }
  @media screen and (min-width: 85.375em) {
    .teaminfopanel .contentwrap {
      margin-top: 25px; } }
  .teaminfopanel .contentwrap h1,
  .teaminfopanel .contentwrap h2 {
    font-size: 24px !important; }
    @media print, screen and (min-width: 64em) {
      .teaminfopanel .contentwrap h1,
      .teaminfopanel .contentwrap h2 {
        font-size: 42px !important;
        line-height: 55px !important; } }
  .teaminfopanel .contentwrap h4 {
    margin-bottom: 17px;
    font-size: 17px;
    color: #00214e; }
    @media print, screen and (min-width: 64em) {
      .teaminfopanel .contentwrap h4 {
        font-size: 30px; } }
  .teaminfopanel .contentwrap p {
    font-size: 17px;
    margin-bottom: 0px; }
    @media print, screen and (min-width: 64em) {
      .teaminfopanel .contentwrap p {
        font-size: 26px;
        line-height: 35px;
        margin-bottom: 0px; } }
  .teaminfopanel .contentwrap .phone {
    margin-top: 4px; }
    @media print, screen and (min-width: 48em) {
      .teaminfopanel .contentwrap .phone {
        margin-top: 14px; } }
  .teaminfopanel .contentwrap .btn {
    margin-top: 28px; }
    @media print, screen and (min-width: 48em) {
      .teaminfopanel .contentwrap .btn {
        text-align: left; } }
    @media print, screen and (min-width: 64em) {
      .teaminfopanel .contentwrap .btn {
        text-align: left;
        margin-top: 52px; } }
    .teaminfopanel .contentwrap .btn a {
      margin-bottom: 23px; }
      @media screen and (min-width: 1140px) {
        .teaminfopanel .contentwrap .btn a {
          margin-bottom: 23px;
          margin-right: 25px; } }

.teamdetailpanel .contentwrap {
  margin-top: 56px;
  margin-bottom: 85px; }
  @media print, screen and (min-width: 64em) {
    .teamdetailpanel .contentwrap {
      margin-top: 54px;
      margin-bottom: 85px; } }
  .teamdetailpanel .contentwrap p {
    font-size: 17px;
    line-height: 22px;
    margin-bottom: 24px; }
    @media print, screen and (min-width: 64em) {
      .teamdetailpanel .contentwrap p {
        font-size: 26px;
        line-height: 35px;
        margin-bottom: 33px; } }
  .teamdetailpanel .contentwrap ul {
    margin-left: 0px; }
    @media print, screen and (max-width: 47.99875em) {
      .teamdetailpanel .contentwrap ul {
        margin-top: 9px; } }
    .teamdetailpanel .contentwrap ul li {
      position: relative;
      padding-left: 15px;
      margin-bottom: 13px;
      font-size: 17px; }
      @media print, screen and (min-width: 64em) {
        .teamdetailpanel .contentwrap ul li {
          font-size: 18px;
          line-height: 24px;
          margin-bottom: 12px;
          padding-left: 20px; } }
      .teamdetailpanel .contentwrap ul li:after {
        content: "";
        display: inline-block;
        position: absolute;
        left: 0;
        top: 7px;
        background-color: #ea0031;
        width: 8px;
        height: 8px;
        border-radius: 50%; }
        @media print, screen and (min-width: 64em) {
          .teamdetailpanel .contentwrap ul li:after {
            width: 9px;
            height: 9px;
            top: 7px; } }
    .teamdetailpanel .contentwrap ul + h3 {
      margin-top: 37px;
      margin-bottom: 10px; }
      @media print, screen and (min-width: 64em) {
        .teamdetailpanel .contentwrap ul + h3 {
          margin-top: 46px;
          margin-bottom: 30px; } }

.teamdetailpanel .btn {
  margin-top: 54px; }
  @media print, screen and (min-width: 64em) {
    .teamdetailpanel .btn {
      text-align: left;
      margin-top: 56px; } }

.stickyEmpty + .breadcrumbWrap {
  margin: 26px 0 30px; }

.recomended.clientsupport.grey {
  margin-top: 40px;
  padding: 52px 0 54px 0; }
  @media print, screen and (min-width: 48em) {
    .recomended.clientsupport.grey {
      padding: 47px 0 54px 0;
      margin-top: 17px; } }

.recomended.clientsupport .headingWrapper {
  margin-bottom: 10px; }
  @media print, screen and (min-width: 64em) {
    .recomended.clientsupport .headingWrapper {
      margin-bottom: 0px; } }
  .recomended.clientsupport .headingWrapper h2 {
    margin-bottom: 0px; }
    @media print, screen and (min-width: 64em) {
      .recomended.clientsupport .headingWrapper h2 {
        margin-bottom: 46px; } }
    .recomended.clientsupport .headingWrapper h2 + p {
      margin-top: 17px; }
  .recomended.clientsupport .headingWrapper p {
    font-size: 17px; }
    @media print, screen and (min-width: 64em) {
      .recomended.clientsupport .headingWrapper p {
        font-size: 26px;
        line-height: 35px; } }

@media print, screen and (min-width: 48em) {
  .recomended.clientsupport .offerImages {
    -webkit-flex-wrap: nowrap;
        -ms-flex-wrap: nowrap;
            flex-wrap: nowrap;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex; } }

@media print, screen and (min-width: 48em) {
  .recomended.clientsupport .offerImages .colblock.largeimage {
    max-width: 323px;
    margin-right: 32px; } }

@media print, screen and (min-width: 64em) {
  .recomended.clientsupport .offerImages .colblock.largeimage {
    max-width: 483px;
    margin-right: 38px; } }

@media screen and (min-width: 85.375em) {
  .recomended.clientsupport .offerImages .colblock.largeimage {
    max-width: 684px; } }

@media print, screen and (min-width: 48em) {
  .recomended.clientsupport .offerImages .colblock.largeimage figure {
    min-height: 265px; } }

@media print, screen and (min-width: 64em) {
  .recomended.clientsupport .offerImages .colblock.largeimage figure {
    min-height: 397px; } }

@media screen and (min-width: 85.375em) {
  .recomended.clientsupport .offerImages .colblock.largeimage figure {
    min-height: 562px; } }

.recomended.clientsupport .offerImages .colblock.largeimage .caption {
  height: 113px; }

.recomended.clientsupport .link-cta {
  font-size: 17px;
  line-height: 28px;
  font-weight: normal; }
  @media print, screen and (min-width: 64em) {
    .recomended.clientsupport .link-cta {
      font-size: 26px;
      line-height: 28px; } }
  .recomended.clientsupport .link-cta::after {
    font-weight: normal;
    font-size: 20px;
    right: -8px; }
    @media print, screen and (min-width: 64em) {
      .recomended.clientsupport .link-cta::after {
        font-size: 26px; } }

.recomended.clientsupport .contentwrap {
  position: relative;
  margin-top: 7px;
  margin-left: 0px;
  display: inline-block;
  -webkit-box-ordinal-group: 3;
  -webkit-order: 2;
      -ms-flex-order: 2;
          order: 2; }
  @media print, screen and (min-width: 48em) {
    .recomended.clientsupport .contentwrap {
      margin-top: 47px; } }
  @media print, screen and (min-width: 64em) {
    .recomended.clientsupport .contentwrap {
      margin-top: 42px; } }
  @media screen and (min-width: 85.375em) {
    .recomended.clientsupport .contentwrap {
      margin-left: 48px;
      margin-top: 108px; } }
  .recomended.clientsupport .contentwrap h3 {
    position: relative; }
    @media print, screen and (max-width: 47.99875em) {
      .recomended.clientsupport .contentwrap h3 {
        font-size: 20px;
        line-height: 28px;
        margin-bottom: 0;
        padding-left: 24px; } }
    @media print, screen and (min-width: 48em) and (max-width: 63.99875em) {
      .recomended.clientsupport .contentwrap h3 {
        font-size: 20px;
        line-height: 28px;
        margin-bottom: 0;
        padding-left: 27px; } }
    @media print, screen and (min-width: 64em) {
      .recomended.clientsupport .contentwrap h3 {
        padding-left: 41px; } }
    .recomended.clientsupport .contentwrap h3:before {
      content: "";
      margin-right: 18px;
      display: inline-block;
      width: 7px;
      height: 7px;
      background-color: #ec0031;
      border-radius: 50%;
      position: absolute;
      top: 10px;
      left: 0px; }
      @media print, screen and (min-width: 48em) {
        .recomended.clientsupport .contentwrap h3:before {
          width: 10px;
          height: 10px;
          top: 8px; } }
      @media print, screen and (min-width: 64em) {
        .recomended.clientsupport .contentwrap h3:before {
          width: 13px;
          height: 13px;
          top: 20px; } }
  .recomended.clientsupport .contentwrap .learnBlock {
    margin-top: -25px;
    margin-left: 12px;
    margin-bottom: 13px;
    display: inline-block; }
    @media print, screen and (min-width: 48em) {
      .recomended.clientsupport .contentwrap .learnBlock {
        margin-left: 15px; } }
    @media print, screen and (min-width: 64em) {
      .recomended.clientsupport .contentwrap .learnBlock {
        margin-bottom: 33px;
        margin-top: -5px;
        margin-left: 27px; } }

.recomended.clientsupport .btn {
  margin-top: 15px; }
  @media print, screen and (min-width: 48em) {
    .recomended.clientsupport .btn {
      margin-top: 40px; } }
  @media print, screen and (min-width: 64em) {
    .recomended.clientsupport .btn {
      margin-top: 60px; } }

.plainpanel {
  padding-top: 47px; }
  @media print, screen and (min-width: 48em) {
    .plainpanel {
      padding-top: 23px; } }

.calculatorpanel {
  background: #f1f1f1;
  margin-top: 26px; }
  .calculatorpanel .calculator {
    max-width: 1024px;
    margin: 0 auto; }
    .calculatorpanel .calculator iframe {
      border: 0px; }
  .calculatorpanel + .twoColumnWrapModule {
    margin: 42px 0; }

.generalTemplate table {
  width: 100%;
  background: #ffffff;
  border-collapse: separate;
  border-spacing: 0px;
  border-bottom-right-radius: 18px;
  border-bottom-left-radius: 18px; }
  @media (max-width: 767px) {
    .generalTemplate table {
      padding: 0;
      table-layout: fixed;
      margin: -7px 0px 19px;
      overflow: unset !important; } }
  @media print, screen and (min-width: 48em) {
    .generalTemplate table {
      table-layout: fixed;
      padding: 0; } }
  @media print, screen and (min-width: 64em) {
    .generalTemplate table {
      margin: 45px 0 90px 0;
      padding: 0;
      -webkit-box-shadow: 1px 3px 12px -7px #484444;
              box-shadow: 1px 3px 12px -7px #484444; } }
  @media (max-width: 1023px) {
    .generalTemplate table thead {
      display: none; } }
  .generalTemplate table thead tr {
    height: auto !important; }
    .generalTemplate table thead tr th {
      background: #ffffff;
      text-align: center;
      vertical-align: middle;
      color: #000000;
      font-weight: 600;
      border: none;
      border: solid 1px #aca3a3;
      padding-bottom: 12px;
      padding-top: 27px;
      border-bottom: 0px;
      border-right: 0px; }
      @media print, screen and (min-width: 48em) {
        .generalTemplate table thead tr th {
          padding-bottom: 15px;
          overflow-wrap: break-word; } }
      @media print, screen and (min-width: 64em) {
        .generalTemplate table thead tr th {
          border: 0px;
          border-bottom: solid 2px #00577d;
          font-size: 22px;
          line-height: 30px;
          font-weight: 600; } }
  .generalTemplate table tbody {
    background: #ffffff; }
    @media (max-width: 767px) {
      .generalTemplate table tbody {
        background: transparent; } }
    .generalTemplate table tbody tr {
      height: auto !important; }
      @media (max-width: 767px) {
        .generalTemplate table tbody tr:last-child td:last-child {
          border-bottom: none; } }
      @media (min-width: 1280px) and (max-width: 1365px) {
        .generalTemplate table tbody tr td {
          padding-left: 15px;
          padding-right: 15px; } }
      @media print, screen and (min-width: 64em) {
        .generalTemplate table tbody tr td {
          padding-top: 24px;
          padding-bottom: 18px;
          vertical-align: middle;
          border-top: none;
          text-align: left;
          color: #000000;
          border: solid 1px #000000;
          padding-left: 0;
          padding-right: 0px;
          border-top: 0px;
          border-right: 0px;
          border: 0px;
          border-bottom: solid 1px #00577d; } }
      .generalTemplate table tbody tr td sup {
        top: -0.6em;
        line-height: initial; }
  .generalTemplate table.small-only {
    display: block;
    width: 100%;
    background: #ffffff;
    border-collapse: separate;
    border-spacing: 0px;
    -webkit-box-shadow: 1px 3px 12px -7px #484444;
            box-shadow: 1px 3px 12px -7px #484444;
    border-bottom-left-radius: 18px;
    border-bottom-right-radius: 18px; }
    @media (max-width: 1024px) {
      .generalTemplate table.small-only {
        padding: 0;
        table-layout: fixed;
        margin: 0;
        overflow: unset !important; }
        .generalTemplate table.small-only a {
          color: #ffffff; } }
    @media (min-width: 1024px) {
      .generalTemplate table.small-only {
        display: none; } }
    @media (max-width: 1024px) {
      .generalTemplate table.small-only + .small-only {
        padding: 0; } }
    .generalTemplate table.small-only tr {
      display: -webkit-box;
      display: -webkit-flex;
      display: -ms-flexbox;
      display: flex;
      border-bottom: solid 1px #5d5d5d; }
      .generalTemplate table.small-only tr:first-child {
        border-bottom: solid 2px #5d5d5d;
        text-align: center;
        border-top-left-radius: 12px;
        border-top-right-radius: 12px;
        color: #fff;
        background: #1c375e;
        background: -webkit-gradient(linear, left top, left bottom, from(#1c375e), color-stop(0%, #1c375e), color-stop(38%, #1d385f), to(#3c6897));
        background: linear-gradient(180deg, #1c375e 0%, #1c375e 0%, #1d385f 38%, #3c6897 100%); }
        .generalTemplate table.small-only tr:first-child td {
          width: 100%;
          text-align: left;
          font-weight: 700;
          font-size: 20px;
          line-height: 27px;
          color: #ffffff;
          padding: 0px 0px 8px;
          background: none; }
        .generalTemplate table.small-only tr:first-child td:first-child {
          text-transform: uppercase;
          text-align: center;
          vertical-align: middle;
          display: none; }
        .generalTemplate table.small-only tr:first-child td:last-child {
          width: 100%;
          text-align: left;
          font-weight: 700;
          font-size: 20px;
          line-height: 27px;
          color: #ffffff;
          padding: 13px 0px 12px;
          border-top-left-radius: 12px;
          border-top-right-radius: 12px;
          width: 100%;
          display: block;
          text-align: center; }
          .generalTemplate table.small-only tr:first-child td:last-child div {
            background-image: none;
            width: auto;
            height: auto; }
      .generalTemplate table.small-only tr:last-child {
        border-bottom: 0px; }
      .generalTemplate table.small-only tr td {
        position: relative;
        padding-top: 23px;
        padding-bottom: 23px;
        font-size: 17px;
        line-height: 24px;
        color: #00214e;
        width: 50%;
        text-align: center; }
        .generalTemplate table.small-only tr td div {
          background: url(../images/chart-tick.svg) no-repeat;
          display: inline-block;
          height: 20px;
          vertical-align: middle;
          width: 26px;
          position: relative;
          color: #fff;
          left: 0px;
          top: 0px;
          background-size: contain; }
        .generalTemplate table.small-only tr td p {
          position: relative;
          margin-bottom: 7px;
          color: #000000;
          font-size: 18px;
          line-height: 24px; }
        .generalTemplate table.small-only tr td a.tablelink {
          font-weight: 600;
          font-size: 17px;
          line-height: 23px;
          position: relative;
          color: #004d6e;
          -webkit-transition: all 0.75s;
          transition: all 0.75s; }
          .generalTemplate table.small-only tr td a.tablelink:after {
            content: "";
            display: inline-block;
            height: 9px;
            vertical-align: middle;
            width: 16px;
            position: relative;
            color: #fff;
            left: 2px;
            top: 1px;
            background-size: contain; }
          .generalTemplate table.small-only tr td a.tablelink:hover {
            padding-left: 10px; }
        .generalTemplate table.small-only tr td:first-child {
          color: #00214e;
          font-weight: 700;
          padding-top: 23px;
          padding-bottom: 23px;
          margin-top: 0px;
          width: 50%;
          background: none; }

.generalTemplate table tr td.chart-enable {
  margin: 0px auto;
  text-align: center; }
  @media (max-width: 767px) {
    .generalTemplate table tr td.chart-enable div {
      background-size: 18px 21px;
      background-position: 6px 14px;
      margin: 0px auto;
      vertical-align: middle;
      top: 27px; } }
  @media print, screen and (min-width: 48em) {
    .generalTemplate table tr td.chart-enable div {
      background: url(../images/chart-tick.svg) no-repeat;
      display: inline-block;
      height: 20px;
      vertical-align: middle;
      width: 26px;
      position: relative;
      color: #fff;
      left: 0px;
      top: 0px;
      background-size: contain; } }

.generalTemplate table tr td.chart-disable {
  margin: 0px auto;
  text-align: center; }
  .generalTemplate table tr td.chart-disable div {
    margin: 0px auto;
    text-align: center; }
    @media (max-width: 767px) {
      .generalTemplate table tr td.chart-disable div {
        background-size: 18px 21px;
        background-position: 6px 14px;
        margin: 0px auto;
        vertical-align: middle;
        top: 27px; } }
    @media print, screen and (min-width: 48em) {
      .generalTemplate table tr td.chart-disable div {
        background: url(../images/X.svg) no-repeat;
        display: inline-block;
        height: 36px;
        vertical-align: middle;
        width: 26px;
        position: relative;
        color: #fff;
        left: 0px;
        top: 0px;
        background-size: contain; } }

.comparisionChhart.chartdesktop {
  display: block;
  margin-top: 0px;
  padding-top: 0px; }
  @media print, screen and (min-width: 64em) {
    .comparisionChhart.chartdesktop {
      margin-top: 0px; } }

.comparisionChhart .btn {
  padding-bottom: 19px; }
  @media print, screen and (min-width: 64em) {
    .comparisionChhart .btn {
      padding-bottom: 85px; } }

.comparisionChhart p {
  font-size: 26px;
  line-height: 35px; }
  .comparisionChhart p:first-child {
    margin-top: 42px; }
  @media print, screen and (max-width: 47.99875em) {
    .comparisionChhart p {
      font-size: 17px;
      line-height: 23px; } }
  .comparisionChhart p + p {
    margin-top: 26px; }
    @media print, screen and (max-width: 47.99875em) {
      .comparisionChhart p + p {
        margin-top: 22px; } }

.comparisionChhart h2 {
  text-align: center; }
  @media (max-width: 1023px) {
    .comparisionChhart h2 {
      font-size: 26px;
      line-height: 34px; } }

@media (min-width: 0px) and (max-width: 767px) {
  .comparisionChhart .grid-container {
    margin: 0px auto;
    padding: 0 0px;
    max-width: 450px; } }

@media (min-width: 768px) and (max-width: 1023px) {
  .comparisionChhart .grid-container {
    max-width: 768px;
    padding: 0 18px; } }

@media (min-width: 1024px) and (max-width: 1365px) {
  .comparisionChhart .grid-container {
    max-width: 1020px;
    padding: 0 18px; } }

@media (min-width: 1366px) and (max-width: 1439px) {
  .comparisionChhart .grid-container {
    max-width: 1366px;
    padding-right: 1.125rem;
    padding-left: 1.125rem; } }

@media (min-width: 1440px) {
  .comparisionChhart .grid-container {
    max-width: 1366px;
    padding-right: 0px;
    padding-left: 0px; } }

.comparisionChhart table.small-only {
  display: none; }
  @media (max-width: 1023px) {
    .comparisionChhart table.small-only {
      display: block;
      margin-top: 45px; } }

@media (max-width: 1023px) {
  .comparisionChhart table.large-only {
    display: none; } }

.comparisionChhart table thead tr th {
  padding-bottom: 12px;
  padding-top: 12px;
  padding-left: 95px;
  background: #1c375e;
  background: -webkit-gradient(linear, left top, left bottom, from(#1c375e), color-stop(0%, #1c375e), color-stop(38%, #1d385f), to(#3c6897));
  background: linear-gradient(180deg, #1c375e 0%, #1c375e 0%, #1d385f 38%, #3c6897 100%); }
  @media print, screen and (min-width: 48em) {
    .comparisionChhart table thead tr th {
      font-size: 18px;
      line-height: 24px;
      color: #ffffff;
      font-weight: 700; } }
  @media print, screen and (min-width: 64em) {
    .comparisionChhart table thead tr th {
      font-size: 18px;
      line-height: 24px;
      padding-right: 20px;
      padding-left: 20px;
      text-align: center; } }
  @media screen and (min-width: 85.375em) {
    .comparisionChhart table thead tr th {
      font-size: 20px;
      line-height: 24px;
      padding-right: 20px;
      padding-left: 20px; } }
  .comparisionChhart table thead tr th p {
    position: relative;
    margin-bottom: 11px; }
    @media print, screen and (min-width: 48em) {
      .comparisionChhart table thead tr th p {
        font-size: 18px;
        line-height: 24px; } }
    @media print, screen and (min-width: 64em) {
      .comparisionChhart table thead tr th p {
        min-height: 70px;
        font-size: 18px;
        line-height: 24px;
        margin-bottom: 11px; } }
    @media screen and (min-width: 85.375em) {
      .comparisionChhart table thead tr th p {
        min-height: 48px;
        font-size: 18px;
        line-height: 24px;
        margin-bottom: 11px; } }
  .comparisionChhart table thead tr th a.tablelink {
    font-weight: 600;
    font-size: 17px;
    line-height: 23px;
    position: relative;
    color: #004d6e;
    -webkit-transition: all 0.75s;
    transition: all 0.75s; }
    .comparisionChhart table thead tr th a.tablelink:after {
      content: "";
      display: inline-block;
      height: 9px;
      vertical-align: middle;
      width: 16px;
      position: relative;
      color: #fff;
      left: 2px;
      top: 1px;
      background-size: contain; }
    .comparisionChhart table thead tr th a.tablelink:hover {
      padding-left: 10px; }
  .comparisionChhart table thead tr th:first-child {
    border-top-left-radius: 18px; }
    @media print, screen and (min-width: 48em) {
      .comparisionChhart table thead tr th:first-child {
        font-size: 20px;
        line-height: 24px;
        padding-left: 20px; } }
    @media print, screen and (min-width: 64em) {
      .comparisionChhart table thead tr th:first-child {
        text-align: center; } }
    @media screen and (min-width: 85.375em) {
      .comparisionChhart table thead tr th:first-child {
        padding-left: 20px; } }
  .comparisionChhart table thead tr th:last-child {
    border-top-right-radius: 18px; }

.comparisionChhart table tr.theadsection {
  vertical-align: middle;
  font-weight: 600;
  border: none;
  padding-bottom: 12px;
  padding-top: 27px;
  border-bottom: 0px;
  border-right: 0px; }
  .comparisionChhart table tr.theadsection td {
    padding-left: 20px;
    padding-right: 0px; }

@media print, screen and (min-width: 64em) {
  .comparisionChhart table tr td {
    padding-top: 24px;
    padding-bottom: 30px;
    font-size: 17px;
    line-height: 24px;
    background: #ffffff;
    color: #1c375e;
    font-weight: 700; } }

.comparisionChhart table tr td:first-child {
  text-align: left;
  padding-left: 0px;
  padding-top: 23px;
  padding-left: 44px; }
  @media print, screen and (min-width: 48em) {
    .comparisionChhart table tr td:first-child {
      padding-top: 24px;
      padding-bottom: 30px;
      line-height: 24px;
      background: #ffffff;
      padding-left: 20px; } }
  @media print, screen and (min-width: 64em) {
    .comparisionChhart table tr td:first-child {
      padding-top: 24px;
      padding-bottom: 30px;
      font-size: 17px;
      line-height: 24px;
      background: #ffffff;
      color: #1c375e;
      font-weight: 700;
      padding-left: 25px; } }
  @media screen and (min-width: 85.375em) {
    .comparisionChhart table tr td:first-child {
      padding-left: 20px; } }

.comparisionChhart table tr td.blueBg {
  text-align: center;
  vertical-align: middle;
  font-weight: 600;
  border: none;
  border-bottom: solid 1px #aca3a3 !important;
  padding-left: 1px;
  border-bottom: 0px;
  border-right: 0px; }
  .comparisionChhart table tr td.blueBg:before {
    font-weight: 600;
    padding-top: 4px;
    padding-bottom: 12px;
    font-size: 22px;
    line-height: 26px; }
  .comparisionChhart table tr td.blueBg div {
    font-weight: 600;
    font-size: 22px;
    line-height: 26px; }

.comparisionChhart table tr td a.ctabtn {
  width: 132px;
  font-size: 16px;
  line-height: 22px;
  text-align: center;
  padding: 10px 10px;
  border: solid 1px #00577d;
  border-radius: 10px;
  color: #00577d;
  font-weight: 600;
  margin-top: 5px;
  margin-bottom: -5px; }
  .comparisionChhart table tr td a.ctabtn:hover {
    color: #ffffff; }
  @media print, screen and (min-width: 64em) {
    .comparisionChhart table tr td a.ctabtn {
      width: 109px;
      padding: 10px 5px; } }
  @media screen and (min-width: 85.375em) {
    .comparisionChhart table tr td a.ctabtn {
      width: 132px;
      padding: 10px 10px; } }

.comparisionChhart table tr:last-child td {
  border-bottom: 0px;
  border-bottom-left-radius: 18px;
  border-bottom-color: transparent; }

.comparisionChhart.chartsmall {
  display: block; }
  @media print, screen and (min-width: 48em) {
    .comparisionChhart.chartsmall {
      display: block; } }

@media print, screen and (min-width: 48em) and (max-width: 63.99875em) {
  .comparsioncharttable .btn {
    margin-top: 60px;
    margin-bottom: 64px; } }

@media print, screen and (max-width: 47.99875em) {
  .comparsioncharttable .btn {
    margin-top: 60px;
    margin-bottom: 64px; } }

.generalTemplate .personalChecking tr td div {
  background: none !important; }
  .generalTemplate .personalChecking tr td div img {
    position: absolute;
    top: 6px; }

.generalTemplate.personalChecking .small-only tr td div {
  background: none !important; }
  .generalTemplate.personalChecking .small-only tr td div img {
    position: absolute;
    top: 6px; }

.todaypanel + .comparsioncharttable {
  margin-top: 50px; }

.locationheading h1 {
  text-align: center;
  margin-bottom: 47px; }
  @media screen and (min-width: 85.375em) {
    .locationheading h1 {
      font-size: 50px !important;
      line-height: 70px !important; } }
  @media print, screen and (max-width: 47.99875em) {
    .locationheading h1 {
      margin-top: 23px;
      margin-bottom: 53px; } }

.mapFilter {
  padding-top: 0px;
  padding-bottom: 29px;
  margin-bottom: 37px; }
  @media print, screen and (min-width: 48em) {
    .mapFilter {
      padding-top: 0px;
      padding-bottom: 50px; } }
  @media print, screen and (min-width: 64em) {
    .mapFilter {
      /* margin-top: 91px; */
      padding-top: 58px;
      padding-bottom: 67px;
      margin-bottom: 0px; } }
  @media print, screen and (max-width: 47.99875em) {
    .mapFilter {
      margin-bottom: 0px; } }
  .mapFilter.greybgpanel {
    background-color: #edf2f7; }
    @media print, screen and (max-width: 47.99875em) {
      .mapFilter.greybgpanel {
        background-color: #ffffff; } }
  .mapFilter .grid-container {
    padding-right: 0px;
    padding-left: 0px;
    max-width: 100%;
    margin: 0px auto;
    width: 100%; }
    @media (min-width: 0px) and (max-width: 767px) {
      .mapFilter .grid-container {
        margin: 0px auto;
        padding: 0px !important;
        max-width: 100% !important; } }
    @media (min-width: 768px) and (max-width: 1023px) {
      .mapFilter .grid-container {
        max-width: 768px; } }
    @media (min-width: 1024px) and (max-width: 1365px) {
      .mapFilter .grid-container {
        max-width: 1020px;
        padding: 0 18px; } }
    @media (min-width: 1366px) and (max-width: 1439px) {
      .mapFilter .grid-container {
        max-width: 1366px;
        padding-right: 1.125rem;
        padding-left: 1.125rem; } }
    @media (min-width: 1440px) {
      .mapFilter .grid-container {
        max-width: 1366px;
        padding-right: 0px;
        padding-left: 0px; } }
  .mapFilter .innerWrap {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-flex-wrap: wrap;
        -ms-flex-wrap: wrap;
            flex-wrap: wrap;
    width: 100%; }
    .mapFilter .innerWrap .locationWrap {
      width: 100%;
      -webkit-box-ordinal-group: 3;
      -webkit-order: 2;
          -ms-flex-order: 2;
              order: 2;
      display: block;
      padding: 0px 11px; }
      @media print, screen and (min-width: 48em) {
        .mapFilter .innerWrap .locationWrap {
          width: 100%;
          -webkit-box-ordinal-group: 3;
          -webkit-order: 2;
              -ms-flex-order: 2;
                  order: 2;
          display: -webkit-box;
          display: -webkit-flex;
          display: -ms-flexbox;
          display: flex;
          -webkit-flex-wrap: wrap;
              -ms-flex-wrap: wrap;
                  flex-wrap: wrap;
          padding: 0px 28px;
          margin-top: 40px;
          height: 100%;
          overflow: initial;
          order: 2; } }
      @media print, screen and (min-width: 64em) {
        .mapFilter .innerWrap .locationWrap {
          width: 30%;
          margin-top: 0px;
          overflow-y: scroll;
          height: 695px;
          padding-left: 0px;
          padding-right: 7px;
          -webkit-box-ordinal-group: 2;
          -webkit-order: 1;
              -ms-flex-order: 1;
                  order: 1;
          display: block; } }
      @media screen and (min-width: 85.375em) {
        .mapFilter .innerWrap .locationWrap {
          width: 26.33%;
          padding-bottom: 30px;
          height: 694px; } }
      @media print, screen and (max-width: 47.99875em) {
        .mapFilter .innerWrap .locationWrap {
          display: none; } }
      .mapFilter .innerWrap .locationWrap .address {
        width: 303px;
        display: block;
        padding: 0px 0px 0px 0px; }
        .mapFilter .innerWrap .locationWrap .address .borderBottom {
          position: relative;
          overflow: hidden; }
          .mapFilter .innerWrap .locationWrap .address .borderBottom:after {
            content: "";
            display: inline-block;
            border-bottom: 2px solid #ea0031;
            position: absolute;
            bottom: 0px;
            width: 100%;
            left: 0; }
        @media print, screen and (min-width: 48em) and (max-width: 63.99875em) {
          .mapFilter .innerWrap .locationWrap .address {
            display: -webkit-box;
            display: -webkit-flex;
            display: -ms-flexbox;
            display: flex;
            max-width: 100%; } }
        .mapFilter .innerWrap .locationWrap .address:nth-child(2n + 2) {
          margin-right: auto; }
        .mapFilter .innerWrap .locationWrap .address:last-child {
          margin-bottom: 0px; }
          .mapFilter .innerWrap .locationWrap .address:last-child .borderBottom {
            border-bottom: 0px;
            margin-bottom: 0px; }
        @media print, screen and (min-width: 48em) {
          .mapFilter .innerWrap .locationWrap .address {
            width: 48%;
            margin-right: 4%; }
            .mapFilter .innerWrap .locationWrap .address:nth-child(2n + 2) {
              margin-right: 0px; } }
        @media print, screen and (min-width: 64em) {
          .mapFilter .innerWrap .locationWrap .address {
            width: 303px;
            margin-top: 0px;
            margin-right: 0;
            position: relative; } }
        .mapFilter .innerWrap .locationWrap .address.active {
          background: #004d6e; }
          .mapFilter .innerWrap .locationWrap .address.active p {
            color: #ffffff; }
          .mapFilter .innerWrap .locationWrap .address.active a {
            color: #ffffff; }
          .mapFilter .innerWrap .locationWrap .address.active .linkdirection:after {
            background-image: url(../images/locations-arrow-white.svg); }
          .mapFilter .innerWrap .locationWrap .address.active .borderBottom {
            padding-left: 9px; }
        .mapFilter .innerWrap .locationWrap .address:hover .borderBottom {
          cursor: pointer; }
        .mapFilter .innerWrap .locationWrap .address .borderBottom {
          -webkit-transition: all 0.3s;
          transition: all 0.3s;
          padding-left: 2px;
          padding-top: 10px;
          padding-bottom: 12px; }
          @media print, screen and (min-width: 48em) {
            .mapFilter .innerWrap .locationWrap .address .borderBottom {
              padding-top: 12px;
              padding-bottom: 20px;
              padding-left: 0; } }
          @media print, screen and (min-width: 48em) and (max-width: 63.99875em) {
            .mapFilter .innerWrap .locationWrap .address .borderBottom {
              width: 100%; } }
        .mapFilter .innerWrap .locationWrap .address h4 {
          font-size: 26px;
          line-height: 30px;
          margin-bottom: 0; }
          .mapFilter .innerWrap .locationWrap .address h4 a {
            margin: 0px 0 9px;
            font-weight: 600;
            color: #00214e;
            font-size: 22px;
            line-height: 30px;
            margin-left: 2px; }
            .mapFilter .innerWrap .locationWrap .address h4 a br {
              display: none; }
            @media print, screen and (min-width: 64em) {
              .mapFilter .innerWrap .locationWrap .address h4 a {
                font-size: 26px;
                line-height: 50px; }
                .mapFilter .innerWrap .locationWrap .address h4 a br {
                  display: none; } }
        .mapFilter .innerWrap .locationWrap .address p {
          margin: 0 0 5px;
          color: #00214e;
          margin-left: 2px; }
        .mapFilter .innerWrap .locationWrap .address a {
          font-weight: 600;
          font-size: 18px;
          line-height: 24px;
          color: #00214e; }
          @media print, screen and (min-width: 64em) {
            .mapFilter .innerWrap .locationWrap .address a {
              font-size: 18px;
              line-height: 24px; } }
          .mapFilter .innerWrap .locationWrap .address a.linkdirection::after {
            content: "";
            width: 13px;
            height: 12px;
            background-image: url(../images/locations-arrow.svg);
            display: inline-block;
            background-size: contain;
            background-repeat: no-repeat;
            margin-left: 13px; }
          .mapFilter .innerWrap .locationWrap .address a.link {
            font-weight: 600;
            display: block;
            margin: 11px 0 0;
            position: relative;
            bottom: 0px; }
            .mapFilter .innerWrap .locationWrap .address a.link img {
              width: 15px;
              height: 15px;
              margin-left: 4px; }
            .mapFilter .innerWrap .locationWrap .address a.link:after {
              bottom: 6px;
              content: "";
              display: block;
              height: 13px;
              right: -16px;
              position: absolute;
              -webkit-transition: width 0.3s ease 0s, left 0.3s ease 0s;
              transition: width 0.3s ease 0s, left 0.3s ease 0s;
              width: 8px;
              background-repeat: no-repeat;
              display: none; }
            .mapFilter .innerWrap .locationWrap .address a.link:hover {
              text-decoration: underline; }
              .mapFilter .innerWrap .locationWrap .address a.link:hover:after {
                width: 10px;
                right: -16px; }
            @media print, screen and (min-width: 48em) {
              .mapFilter .innerWrap .locationWrap .address a.link {
                position: absolute;
                bottom: 75px; } }
            @media print, screen and (min-width: 64em) {
              .mapFilter .innerWrap .locationWrap .address a.link {
                margin: 14px 0 0;
                position: relative;
                bottom: 0px; } }
            .mapFilter .innerWrap .locationWrap .address a.link + .link {
              margin: 3px 0 0;
              margin: 0px 0 0;
              position: relative;
              bottom: 0px; }
              @media print, screen and (min-width: 48em) {
                .mapFilter .innerWrap .locationWrap .address a.link + .link {
                  margin: 3px 0 0;
                  position: absolute;
                  width: auto;
                  bottom: 49px;
                  left: 0; } }
              @media print, screen and (min-width: 64em) {
                .mapFilter .innerWrap .locationWrap .address a.link + .link {
                  margin: 0px 0 0;
                  position: static; } }
        .mapFilter .innerWrap .locationWrap .address .linkdirection {
          font-weight: 700;
          font-size: 20px;
          display: inline-block;
          margin-top: 6px;
          margin-left: 2px; }
    .mapFilter .innerWrap .mapdetails {
      width: 100%;
      height: 628px;
      -webkit-box-ordinal-group: 2;
      -webkit-order: 1;
          -ms-flex-order: 1;
              order: 1; }
      @media print, screen and (min-width: 48em) {
        .mapFilter .innerWrap .mapdetails {
          width: 100%;
          height: 458px;
          -webkit-box-ordinal-group: 2;
          -webkit-order: 1;
              -ms-flex-order: 1;
                  order: 1; } }
      @media print, screen and (min-width: 64em) {
        .mapFilter .innerWrap .mapdetails {
          width: 68%;
          height: 694px;
          -webkit-box-ordinal-group: 2;
          -webkit-order: 1;
              -ms-flex-order: 1;
                  order: 1; } }
      @media screen and (min-width: 85.375em) {
        .mapFilter .innerWrap .mapdetails {
          width: 73%; } }
      .mapFilter .innerWrap .mapdetails #map {
        width: 100%;
        height: 100%; }
  .mapFilter .pageNavWrap {
    margin-left: 0px;
    margin-top: 67px; }
    @media print, screen and (min-width: 48em) {
      .mapFilter .pageNavWrap {
        margin-left: 0px;
        margin-top: 30px; } }
    @media print, screen and (min-width: 64em) {
      .mapFilter .pageNavWrap {
        margin: 69px 0 37px; } }
    @media screen and (min-width: 1366px) {
      .mapFilter .pageNavWrap .containerWrapper {
        padding: 0 0px; } }
    @media (max-width: 1365px) and (min-width: 1280px) {
      .mapFilter .pageNavWrap .containerWrapper {
        padding: 0 0px; } }
    @media print, screen and (min-width: 48em) {
      .mapFilter .pageNavWrap ul {
        text-align: center; } }

#googleMap .infowindow {
  max-width: 320px;
  width: 320px;
  padding: 10px 12px 10px 10px;
  background: #fff;
  position: relative; }
  #googleMap .infowindow h1 {
    font-size: 18px; }
  #googleMap .infowindow p {
    padding-top: 0px; }
    #googleMap .infowindow p a {
      color: #81afe0; }
      #googleMap .infowindow p a:hover {
        text-decoration: underline; }
  #googleMap .infowindow .btn-section {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -webkit-align-items: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
        -ms-flex-pack: justify;
            justify-content: space-between;
    margin: 15px 0; }
    #googleMap .infowindow .btn-section .btn {
      font-size: 14px;
      font-weight: 700;
      padding: 9px 15px;
      background-color: #5b70bd;
      color: #fff;
      text-transform: uppercase; }
      #googleMap .infowindow .btn-section .btn:hover {
        background: #192b6d; }

.gm-style-mtc button {
  border-radius: 0px; }

@media (max-width: 767px) {
  .gm-style-iw-d {
    max-height: 430px !important; } }

.gm-style-iw {
  width: 540px !important;
  top: 15px !important;
  left: 0px !important;
  background-color: #fff;
  -webkit-box-shadow: none;
          box-shadow: none;
  border: 0;
  border-radius: 0;
  padding: 0px; }

#iw-container {
  margin-bottom: 10px; }

#iw-container .iw-title {
  font-family: "opensans";
  font-size: 14px;
  font-weight: 400;
  padding: 10px;
  background-color: #48b5e9;
  color: white;
  margin: 0;
  border-radius: 2px 2px 0 0; }
  @media print, screen and (min-width: 64em) {
    #iw-container .iw-title {
      font-size: 22px; } }

.gm-style .gm-style-iw-c {
  max-width: auto !important;
  min-height: 66px;
  max-height: 500px !important; }
  @media (max-width: 767px) {
    .gm-style .gm-style-iw-c {
      max-height: 453px !important; } }
  @media print, screen and (min-width: 64em) {
    .gm-style .gm-style-iw-c {
      max-width: auto !important;
      padding: 8px 0 0 0;
      text-align: left;
      border: 0px;
      border-radius: 9px;
      max-height: 664px !important; } }
  @media screen and (min-width: 85.375em) {
    .gm-style .gm-style-iw-c {
      max-height: 664px !important; } }
  @media print, screen and (max-width: 47.99875em) {
    .gm-style .gm-style-iw-c {
      max-width: auto !important; } }

.gm-ui-hover-effect {
  top: -3px !important;
  right: 5px !important;
  width: 30px !important;
  height: 30px !important; }
  .gm-ui-hover-effect img {
    width: 22px !important;
    height: 22px !important; }

.map-infoContent {
  text-align: left;
  padding-bottom: 20px; }
  @media print, screen and (min-width: 64em) {
    .map-infoContent {
      padding-bottom: 25px; } }
  .map-infoContent .flexwrap {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-flex-wrap: wrap;
        -ms-flex-wrap: wrap;
            flex-wrap: wrap; }
    @media print, screen and (min-width: 64em) {
      .map-infoContent .flexwrap {
        display: -webkit-box;
        display: -webkit-flex;
        display: -ms-flexbox;
        display: flex;
        -webkit-flex-wrap: wrap;
            -ms-flex-wrap: wrap;
                flex-wrap: wrap; } }
  .map-infoContent .cols {
    width: 41%;
    margin-right: 30px; }
    @media print, screen and (min-width: 64em) {
      .map-infoContent .cols {
        width: 100%;
        margin-right: 30px; } }
    .map-infoContent .cols:nth-child(2n + 2) {
      margin-right: 0px;
      width: 46%; }
      @media print, screen and (min-width: 64em) {
        .map-infoContent .cols:nth-child(2n + 2) {
          width: 46%;
          margin-right: 0px; } }
    .map-infoContent .cols .head h5 {
      font-size: 26px;
      line-height: 30px;
      margin-bottom: 0;
      color: #00214e; }
      .map-infoContent .cols .head h5 a {
        margin: 0px 0 9px;
        font-weight: 600;
        color: #00214e;
        font-size: 22px;
        line-height: 30px;
        margin-left: 2px; }
        @media print, screen and (min-width: 64em) {
          .map-infoContent .cols .head h5 a {
            font-size: 26px;
            line-height: 50px; } }
    .map-infoContent .cols .lstcompany p {
      margin: 0 0 0px;
      color: #00214e;
      font-weight: 400;
      margin-bottom: 2px;
      font-size: 12px;
      line-height: 22px; }
      @media print, screen and (min-width: 64em) {
        .map-infoContent .cols .lstcompany p {
          font-size: 14px;
          line-height: 24px;
          margin-bottom: 3px; } }
    @media (max-width: 767px) {
      .map-infoContent .cols .phoneno {
        margin-bottom: 2px; } }
    .map-infoContent .cols p {
      margin-top: 0px; }
      .map-infoContent .cols p a {
        font-weight: 700;
        font-size: 13px;
        line-height: 20px;
        color: #00214e; }
        @media print, screen and (min-width: 64em) {
          .map-infoContent .cols p a {
            font-size: 15px;
            line-height: 27px; } }
    .map-infoContent .cols .getlnk {
      margin-top: 4px;
      margin-bottom: 0px; }
      @media print, screen and (min-width: 64em) {
        .map-infoContent .cols .getlnk {
          margin-top: 15px;
          margin-bottom: 0px; } }
      .map-infoContent .cols .getlnk a {
        font-weight: normal;
        font-size: 18px;
        line-height: 23px;
        color: #00214e;
        position: relative;
        padding-left: 0;
        text-transform: uppercase; }
        @media print, screen and (min-width: 64em) {
          .map-infoContent .cols .getlnk a {
            font-size: 20px;
            line-height: 27px; } }
        .map-infoContent .cols .getlnk a:before {
          bottom: 0px;
          content: "";
          display: block;
          /*background: url(../images/arrow.png) no-repeat;*/
          width: 15px;
          height: 15px;
          position: absolute;
          color: #00214e;
          top: 3px;
          background-size: contain; }
        .map-infoContent .cols .getlnk a:hover {
          color: #004d6e; }
          .map-infoContent .cols .getlnk a:hover:after {
            color: #004d6e; }
    .map-infoContent .cols .lobby {
      text-transform: uppercase;
      font-weight: 700;
      letter-spacing: 0px !important;
      font-size: 14px;
      line-height: 17px;
      color: #000000;
      margin-bottom: 3px; }
      @media print, screen and (min-width: 64em) {
        .map-infoContent .cols .lobby {
          font-size: 15px;
          line-height: 27px;
          margin-bottom: -4px; } }
    .map-infoContent .cols .role {
      font-size: 13px;
      line-height: 17px;
      font-weight: 400;
      color: #000000;
      margin-bottom: 3px; }
      @media print, screen and (min-width: 64em) {
        .map-infoContent .cols .role {
          font-size: 15px;
          line-height: 26px;
          margin-bottom: -3px; } }
      .map-infoContent .cols .role span {
        font-weight: 700;
        text-transform: uppercase; }
    .map-infoContent .cols .drive {
      font-size: 14px;
      line-height: 17px;
      font-weight: 700;
      color: #000000;
      margin-top: 1px; }
      @media print, screen and (min-width: 64em) {
        .map-infoContent .cols .drive {
          font-size: 15px;
          line-height: 26px;
          margin-top: 16px; } }
    .map-infoContent .cols .imgwrap {
      max-width: 100%;
      margin-top: 11px; }
      @media print, screen and (min-width: 64em) {
        .map-infoContent .cols .imgwrap {
          max-width: 204px;
          margin-top: 11px; } }
      .map-infoContent .cols .imgwrap img {
        width: 100%;
        max-width: 100%;
        border: solid 1px #004d6e; }

.gm-style .gm-style-iw-t::after {
  background: linear-gradient(45deg, white 50%, rgba(255, 255, 255, 0) 51%, rgba(255, 255, 255, 0) 100%);
  content: "";
  height: 15px;
  left: 0;
  position: absolute;
  top: -1px;
  -webkit-transform: translate(-50%, -50%) rotate(-45deg);
      -ms-transform: translate(-50%, -50%) rotate(-45deg);
          transform: translate(-50%, -50%) rotate(-45deg);
  width: 15px; }

.gm-style .gm-style-iw-d {
  overflow-x: hidden !important; }

.mapdetails .map-info {
  margin: 0 auto;
  position: absolute;
  width: 100%;
  padding-left: 0; }
  @media print, screen and (min-width: 64em) {
    .mapdetails .map-info {
      position: relative;
      padding-top: 5px;
      padding-left: 20px;
      text-align: center; } }
  .mapdetails .map-info p {
    font-weight: 700;
    text-align: center;
    padding-bottom: 5px;
    text-transform: unset; }
  .mapdetails .map-info span {
    display: inline-block;
    text-align: left;
    padding-right: 5px;
    font-weight: 600; }
    .mapdetails .map-info span:last-child {
      padding-right: 0px; }
    .mapdetails .map-info span a:hover {
      text-decoration: underline; }

@media print, screen and (max-width: 47.99875em) {
  .locationlist {
    background-color: #EDF2F7;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-flex-wrap: wrap;
        -ms-flex-wrap: wrap;
            flex-wrap: wrap;
    margin-top: 30px;
    margin: 30px 6px 60px;
    border-radius: 18px; } }

.locationlist h2 {
  text-align: center;
  margin: 51px 0 53px; }
  @media print, screen and (max-width: 47.99875em) {
    .locationlist h2 {
      margin: 22px 0; } }

.locationlist .listparent {
  background: #edf2f7;
  padding: 52px 124px;
  border-radius: 18px;
  overflow: hidden;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin: 0px 60px 90px;
  padding: 52px 0px 39px 124px;
  -webkit-flex-wrap: wrap;
      -ms-flex-wrap: wrap;
          flex-wrap: wrap; }
  @media print, screen and (min-width: 64em) and (max-width: 85.37375em) {
    .locationlist .listparent {
      padding: 52px 0px 52px 54px;
      margin: 0px 0 90px; } }
  @media print, screen and (min-width: 48em) and (max-width: 63.99875em) {
    .locationlist .listparent {
      padding: 52px 0px 52px 20px; } }
  @media print, screen and (max-width: 47.99875em) {
    .locationlist .listparent {
      -webkit-flex-wrap: wrap;
          -ms-flex-wrap: wrap;
              flex-wrap: wrap;
      padding: 20px 0px 20px 4px;
      margin-left: 0px;
      margin-right: 0px;
      margin-bottom: 0px; } }
  .locationlist .listparent .colsone {
    width: 25%;
    margin-bottom: 42px; }
    @media print, screen and (min-width: 48em) and (max-width: 63.99875em) {
      .locationlist .listparent .colsone {
        width: 33%; } }
    @media print, screen and (max-width: 47.99875em) {
      .locationlist .listparent .colsone {
        width: 50%;
        margin-bottom: 27px; } }
  .locationlist .listparent h4 {
    font-size: 26px;
    line-height: 35px;
    margin-bottom: 0;
    position: relative; }
    .locationlist .listparent h4::before {
      content: "";
      display: inline-block;
      position: absolute;
      top: -5px;
      background: #EA0031;
      width: 50px;
      height: 4px; }
      @media print, screen and (max-width: 47.99875em) {
        .locationlist .listparent h4::before {
          width: 35px; } }
    @media print, screen and (min-width: 48em) and (max-width: 63.99875em) {
      .locationlist .listparent h4 {
        font-size: 22px; } }
    @media print, screen and (max-width: 47.99875em) {
      .locationlist .listparent h4 {
        font-size: 20px;
        font-weight: 700; } }
  .locationlist .listparent p {
    font-size: 20px;
    line-height: 27px; }
    .locationlist .listparent p a {
      color: #00214E;
      position: relative; }
    @media print, screen and (max-width: 47.99875em) {
      .locationlist .listparent p {
        font-size: 17px;
        line-height: 23px; } }

.gm-style .gm-style-iw {
  font-family: "Manrope";
  width: 100%;
  padding-left: 10px;
  padding-top: 10px;
  margin-top: -13px; }
  @media print, screen and (min-width: 48em) {
    .gm-style .gm-style-iw {
      font-size: 12px !important;
      width: 100%;
      padding-top: 24px;
      margin-top: -12px; } }
  @media print, screen and (min-width: 64em) {
    .gm-style .gm-style-iw {
      font-size: 18px !important;
      font-weight: 700;
      margin-top: -12px;
      text-align: left;
      padding-left: 15px;
      padding-top: 20px; } }

#iw-container .iw-content {
  font-size: 13px;
  line-height: 18px;
  font-weight: 400;
  margin-right: 1px;
  padding: 15px 5px 20px 15px;
  max-height: 140px;
  overflow-y: auto;
  overflow-x: hidden; }

.iw-content img {
  float: right;
  margin: 0 5px 5px 10px; }

.iw-subTitle {
  font-size: 16px;
  font-weight: 700;
  padding: 5px 0; }

.iw-bottom-gradient {
  position: absolute;
  width: 326px;
  height: 25px;
  bottom: 10px;
  right: 18px;
  background: -webkit-gradient(linear, left top, left bottom, from(rgba(255, 255, 255, 0)), to(white));
  background: linear-gradient(to bottom, rgba(255, 255, 255, 0) 0%, white 100%);
  background: -ms-linear-gradient(top, rgba(255, 255, 255, 0) 0%, white 100%); }

.mapFilter .innerWrap .locationWrap::-webkit-scrollbar {
  width: 17px;
  background: #fff; }

.mapFilter .innerWrap .locationWrap ::-webkit-scrollbar-track {
  border-radius: 0px; }

.mapFilter .innerWrap .locationWrap::-webkit-scrollbar-thumb {
  border-radius: 0px;
  background: #00214e;
  height: 12px; }

.gm-style .gm-style-iw-d::-webkit-scrollbar {
  width: 5px;
  height: 12px;
  -webkit-appearance: none; }

.gm-style-iw-d::-webkit-scrollbar {
  width: 5px; }

.gm-style-iw-d::-webkit-scrollbar-track {
  border-radius: 0px; }

.gm-style-iw-d::-webkit-scrollbar-thumb {
  border-radius: 0px;
  background: #a3a7a8;
  border: solid 1px #707070; }

.gm-style-iw-d::-webkit-scrollbar-thumb:window-inactive {
  background: #a3a7a8; }

@media (max-width: 767px) {
  .gmnoprint {
    /*right: 0px !important;*/ } }

.grey {
  background: #EDF2F7; }

.locationbranch {
  padding: 45px 0;
  margin: 0 0 90px; }
  @media print, screen and (max-width: 47.99875em) {
    .locationbranch {
      padding: 53px 0 0; } }
  .locationbranch .imgblock {
    width: 138px;
    height: 138px;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -webkit-align-items: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
        -ms-flex-pack: center;
            justify-content: center;
    background: #ffffff;
    border-radius: 18px; }
    @media print, screen and (min-width: 64em) and (max-width: 85.37375em) {
      .locationbranch .imgblock {
        width: 118px;
        height: 118px; } }
    @media print, screen and (min-width: 48em) and (max-width: 63.99875em) {
      .locationbranch .imgblock {
        width: 118px;
        height: 118px; } }
    @media print, screen and (max-width: 47.99875em) {
      .locationbranch .imgblock {
        width: 68px;
        height: 68px; } }
    .locationbranch .imgblock:hover figure {
      -webkit-transform: scale(1.2);
          -ms-transform: scale(1.2);
              transform: scale(1.2); }
    .locationbranch .imgblock figure {
      -webkit-transform: scale(1);
          -ms-transform: scale(1);
              transform: scale(1);
      -webkit-transition: 0.75s;
      transition: 0.75s; }
      @media print, screen and (max-width: 47.99875em) {
        .locationbranch .imgblock figure {
          width: 50px;
          position: relative;
          width: 43px;
          height: 43px; }
          .locationbranch .imgblock figure img {
            max-width: initial;
            position: absolute;
            width: 100%;
            height: 100%;
            max-height: initial;
            left: 0;
            top: 0;
            right: 0;
            -o-object-fit: contain;
            object-fit: contain; } }
  .locationbranch .twocolpanel {
    display: -webkit-inline-box;
    display: -webkit-inline-flex;
    display: -ms-inline-flexbox;
    display: inline-flex;
    margin-bottom: 30px;
    width: 44%; }
    @media print, screen and (max-width: 47.99875em) {
      .locationbranch .twocolpanel {
        width: 100%;
        -webkit-flex-wrap: wrap;
            -ms-flex-wrap: wrap;
                flex-wrap: wrap;
        margin-bottom: 47px; } }
    .locationbranch .twocolpanel .textblock {
      margin-left: 45px;
      width: calc(100% - 183px); }
      @media print, screen and (min-width: 64em) and (max-width: 85.37375em) {
        .locationbranch .twocolpanel .textblock {
          width: calc(100% - 149px); } }
      @media print, screen and (max-width: 47.99875em) {
        .locationbranch .twocolpanel .textblock {
          width: calc(100% - 110px);
          margin-left: 15px; } }
    .locationbranch .twocolpanel h3 {
      font-size: 26px; }
      @media print, screen and (max-width: 47.99875em) {
        .locationbranch .twocolpanel h3 {
          font-size: 18px; } }
    .locationbranch .twocolpanel p {
      font-size: 17px;
      line-height: 22px; }
  .locationbranch .brnachitem {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-flex-wrap: wrap;
        -ms-flex-wrap: wrap;
            flex-wrap: wrap;
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
        -ms-flex-pack: justify;
            justify-content: space-between;
    margin-top: 83px; }
    @media print, screen and (max-width: 47.99875em) {
      .locationbranch .brnachitem {
        margin-top: 65px; } }

.lenderslanding {
  padding: 22px 0px 20px 0px; }
  @media print, screen and (min-width: 64em) {
    .lenderslanding {
      padding: 27px 0px 110px 0px; } }

  .lenderslanding .titleblock h1 {
    font-size: 24px;
    line-height: 32px;
    margin-bottom: 55px; }
    @media print, screen and (min-width: 64em) {
      .lenderslanding .titleblock h1 {
        font-size: 55px !important;
        line-height: 56px !important;
        margin-bottom: 55px; } }
.lenderslanding .flexwrap {
    -webkit-box-pack: center;
    -webkit-justify-content: flex-start;
    -ms-flex-pack: flex-start;
    justify-content: flex-start;
    column-gap: 42px;
    row-gap: 42px;    
    margin-right:-42px;
}
@media print, screen and (max-width: 74.938rem) {
    .lenderslanding .flexwrap {
        column-gap: 20px;
        row-gap: 20px;
        margin-right: -20px;
    }

}
@media print, screen and (max-width: 47.997rem) {
    .lenderslanding {
        padding: 22px 0px 70px 0px;
    }
    .lenderslanding .flexwrap {
        display: flex;
        flex-wrap: wrap;
        margin: 0px auto;
    }

    .lenderslanding .teamlanding {
        flex-grow: 1;
        width: calc(50% - 42px);
    }
}
@media print, screen and (max-width: 35.938em) {
    .lenderslanding .flexwrap {
        display: block;
        max-width: 328px;
        margin: 0px auto;
    }

    .lenderslanding .teamlanding {
        margin-bottom: 20px;
        width: 328px;
    }
}
    @media print, screen and (min-width: 48em) and (max-width: 63.99875em) {
        .lenderslanding {
            padding: 22px 0px 100px 0px;
        }
        .lenderslanding .teamlanding {
            margin-right: 0;
            width: calc(50% - 42px);
            flex-grow: 1;
        }
        .lenderslanding .flexwrap {
            display: flex;
            flex-wrap: wrap;
            margin: 0px auto;
        } }
  .lenderslanding .lightgreybgpanel {
    border-radius: 20px; }
.lenderslanding .teamlanding {
    padding: 28px 27px 29px 29px;
    background: #F7F3F1;
    border-radius: 20px;
    /*-webkit-box-shadow: 0px 0px 5px 2px rgba(98, 127, 168, 0.2);
    box-shadow: 0px 0px 5px 2px rgba(98, 127, 168, 0.2);*/
    position: relative;
}
    @media print, screen and (min-width: 64em) {
      .lenderslanding .teamlanding {
        padding: 18px 20px 18px;
        width: calc(33.33% - 42px);
        /*margin-right: 9.08%;
        width: 27.28%;
        margin-bottom: 90px;
        -webkit-box-shadow: 0px 0px 5px 2px rgba(98, 127, 168, 0.2);
                box-shadow: 0px 0px 5px 2px rgba(98, 127, 168, 0.2); */}
        .cta-btnsection {
            padding: 0 10px;
        }
    }
    @media (min-width: 1024px) and (max-width: 1279px) {
      .lenderslanding .teamlanding {
        padding: 18px 20px 18px; }
        .cta-btnsection {
            padding: 0 10px;
        }
    }
    @media screen and (min-width: 85.375em) {
        .lenderslanding .teamlanding {
            margin-right: 0;
            width: calc(25% - 42px);            
        }
        .cta-btnsection {
            padding: 0 10px;
        }
    }
    .lenderslanding .teamlanding:last-child {
      margin-right: 0px; }
    @media print, screen and (min-width: 48em) and (max-width: 63.99875em) {
      .lenderslanding .teamlanding:nth-child(2n + 2) {
        margin-right: 0px; } }
    @media print, screen and (min-width: 64em) {
      .lenderslanding .teamlanding:nth-child(3n + 3) {
        margin-right: 0px; } }
    .lenderslanding .teamlanding .imgwrap {
      position: relative;
      overflow: hidden;
      border-radius: 20px;
      -webkit-transform: translateZ(0);
              transform: translateZ(0); 

    }
      @media print, screen and (min-width: 64em) {
        
        .lenderslanding .teamlanding .imgwrap {
            overflow: hidden;
            /*max-width: 274px;*/
            width:auto;
            display: block;
            margin: 0 auto;
            -webkit-transition: all 0.3s;
            transition: all 0.3s;
        } }
      .lenderslanding .teamlanding .imgwrap figure {
        width: 100%;
        height: 358px;
        background-size: cover;
        background-position: top center;
        border-radius: 20px;
        -webkit-transition: all 0.3s;
        transition: all 0.3s; }
        @media print, screen and (min-width: 48em) {
          .lenderslanding .teamlanding .imgwrap figure {
            height: 358px; } }
        @media print, screen and (min-width: 64em) {
          .lenderslanding .teamlanding .imgwrap figure {
            width: 100%;
            height: 358px; } }
        @media screen and (min-width: 85.375em) {
          .lenderslanding .teamlanding .imgwrap figure {
            /*width: 258px*/; } }
        @media (min-width: 1024px) and (max-width: 1279px) {
          .lenderslanding .teamlanding .imgwrap figure {
            padding: 30px 20px 30px;
            width: 100%; } }
      .lenderslanding .teamlanding .imgwrap img {
        visibility: hidden;
        border-radius: 20px;
        -webkit-transition: all 0.3s;
        transition: all 0.3s; }
    .lenderslanding .teamlanding a {
      text-decoration: none;
      -webkit-transition: all 0.3s;
      transition: all 0.3s;
      -webkit-transform: translateZ(0);
              transform: translateZ(0); }
      .lenderslanding .teamlanding a:hover figure {
        -webkit-transform: scale(1.2);
            -ms-transform: scale(1.2);
                transform: scale(1.2); }
      .lenderslanding .teamlanding a:hover .ctaborder {
        color: #ffffff; }
        .lenderslanding .teamlanding a:hover .ctaborder:after {
          height: 100%; }
    .lenderslanding .teamlanding .contentsec {
      padding-top: 24px;
      padding-bottom: 23px; }
      @media print, screen and (min-width: 64em) {
        .lenderslanding .teamlanding .contentsec {
          padding: 20px 10px; } }
      .lenderslanding .teamlanding .contentsec h4 {
        font-size: 24px;
        line-height: 27px;
        color: #00214e; }
        @media print, screen and (min-width: 64em) {
          .lenderslanding .teamlanding .contentsec h4 {
            font-size: 23px;
            line-height: 27px;
            margin-bottom: var(--fs-16); } }
      .lenderslanding .teamlanding .contentsec p {
        font-size: 18px;
        line-height: 22px;
        color: #00214e; }
        @media (min-width: 0px) and (max-width: 1023px) {
          .lenderslanding .teamlanding .contentsec p {
            margin-bottom: 2px; } }
        @media print, screen and (min-width: 64em) {
          .lenderslanding .teamlanding .contentsec p {
            font-size: 17px;
            line-height: 22px;
            /*max-width: 273px;*/
            margin: 0px auto; } }
.lenderslanding .teamlanding .contentsec p.highlighter {
    color: #00214e;
    font-weight: 700;
    padding-top: var(--fs-16);
}
    @media print, screen and (min-width: 64em) {
      .lenderslanding .teamlanding .btnsection {        
        width: 100%;} }
    .lenderslanding .teamlanding .btnsection span.ctaborder {
      font-size: 16px;
      line-height: 22px;
      margin-top: 0px;
      padding: 2.8px 22px;
      min-height: auto;
      width: auto;
      border: solid 1px;
      font-weight: 400; }
      @media print, screen and (min-width: 64em) {
        .lenderslanding .teamlanding .btnsection span.ctaborder {
          font-size: 21px;
          line-height: 29px;
          padding: 3px 27.4px;
          border-radius: 29px;
          font-weight: 400;
          margin-top: 26px;
          border: solid 2px; } }
      .lenderslanding .teamlanding .btnsection span.ctaborder::before, .lenderslanding .teamlanding .btnsection span.ctaborder:after {
        border-radius: 29px; }

.locationdetail {
  padding: 22px 0px 59px;
  margin-top: 39px; }
  @media print, screen and (min-width: 64em) {
    .locationdetail {
      padding: 82px 0px 113px;
      margin-top: 48px; } }
  @media (min-width: 1024px) and (max-width: 1279px) {
    .locationdetail {
      padding: 52px 0px 80px; } }
  @media (max-width: 767px) {
    .locationdetail .grid-container {
      max-width: 450px !important;
      width: 100%;
      padding-left: 6px !important;
      padding-right: 6px !important; } }
  .locationdetail .grid-x {
    -webkit-box-align: center;
    -webkit-align-items: center;
        -ms-flex-align: center;
            align-items: center; }
  .locationdetail .addressLft {
    width: 100%;
    margin-bottom: 29px; }
    @media print, screen and (min-width: 64em) {
      .locationdetail .addressLft {
        width: 50%;
        margin-bottom: 0px; } }
    @media (min-width: 1024px) and (max-width: 1279px) {
      .locationdetail .addressLft {
        width: 44%;
        margin-right: 60px; } }
    .locationdetail .addressLft .addressCont {
      width: 100%;
      margin-bottom: 16px; }
      @media print, screen and (min-width: 64em) {
        .locationdetail .addressLft .addressCont {
          width: 540px;
          margin-bottom: 19px; } }
      @media (min-width: 1024px) and (max-width: 1279px) {
        .locationdetail .addressLft .addressCont {
          width: 100%; } }
      .locationdetail .addressLft .addressCont .flexwrap {
        display: -webkit-box;
        display: -webkit-flex;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-pack: justify;
        -webkit-justify-content: space-between;
            -ms-flex-pack: justify;
                justify-content: space-between;
        -webkit-box-align: center;
        -webkit-align-items: center;
            -ms-flex-align: center;
                align-items: center; }
        @media (min-width: 768px) and (max-width: 1023px) {
          .locationdetail .addressLft .addressCont .flexwrap {
            max-width: 378px; } }
    .locationdetail .addressLft .map {
      height: 297px; }
      @media print, screen and (min-width: 64em) {
        .locationdetail .addressLft .map {
          height: 300px;
          width: 540px; } }
      @media (min-width: 1024px) and (max-width: 1279px) {
        .locationdetail .addressLft .map {
          width: 100%; } }
      .locationdetail .addressLft .map #map {
        height: 300px; }
        @media print, screen and (min-width: 64em) {
          .locationdetail .addressLft .map #map {
            height: 300px; } }
      .locationdetail .addressLft .map .link-cta {
        font-size: 17px;
        line-height: 28px;
        font-weight: 600;
        color: #00214e !important;
        margin-top: 20px; }
        @media print, screen and (min-width: 64em) {
          .locationdetail .addressLft .map .link-cta {
            font-size: 24px;
            line-height: 28px;
            margin-top: 20px; } }
        .locationdetail .addressLft .map .link-cta:after {
          font-size: 17px;
          line-height: 28px;
          font-weight: 600;
          color: #00214e !important;
          height: 32px;
          right: -4px; }
          @media print, screen and (min-width: 64em) {
            .locationdetail .addressLft .map .link-cta:after {
              font-size: 24px;
              line-height: 28px; } }
    .locationdetail .addressLft p.findCenter {
      display: -webkit-inline-box;
      display: -webkit-inline-flex;
      display: -ms-inline-flexbox;
      display: inline-flex;
      -webkit-box-align: center;
      -webkit-align-items: center;
          -ms-flex-align: center;
              align-items: center;
      font-size: 17px;
      width: 100%;
      color: #00214e; }
      .locationdetail .addressLft p.findCenter i,
      .locationdetail .addressLft p.findCenter span {
        display: inline-block;
        vertical-align: middle; }
      .locationdetail .addressLft p.findCenter i {
        width: 16px;
        height: 16px;
        margin-right: 18px; }
        @media print, screen and (min-width: 64em) {
          .locationdetail .addressLft p.findCenter i {
            width: 22px;
            height: 22px;
            margin-right: 23px; } }
        @media (min-width: 0px) and (max-width: 1023px) {
          .locationdetail .addressLft p.findCenter i {
            margin-top: -8px; } }
      .locationdetail .addressLft p.findCenter span {
        margin-left: 0;
        font-size: 17px;
        line-height: 23px;
        width: calc(100% - 24px); }
        @media print, screen and (min-width: 64em) {
          .locationdetail .addressLft p.findCenter span {
            font-size: 24px;
            line-height: 28px; } }
        @media (min-width: 1024px) and (max-width: 1279px) {
          .locationdetail .addressLft p.findCenter span {
            font-size: 22px;
            line-height: 28px; } }
      .locationdetail .addressLft p.findCenter a {
        display: -webkit-box;
        display: -webkit-flex;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-align: center;
        -webkit-align-items: center;
            -ms-flex-align: center;
                align-items: center;
        color: #00214e; }
        .locationdetail .addressLft p.findCenter a:hover {
          text-decoration: underline; }
  .locationdetail .addressright {
    width: 100%;
    margin-top: 41px; }
    @media print, screen and (min-width: 64em) {
      .locationdetail .addressright {
        padding-top: 21px;
        width: 50%;
        margin-left: -3px;
        margin-top: 0px; } }
    @media (min-width: 1024px) and (max-width: 1279px) {
      .locationdetail .addressright {
        width: 50%; } }
    .locationdetail .addressright .managerInner {
      display: -webkit-box;
      display: -webkit-flex;
      display: -ms-flexbox;
      display: flex;
      -webkit-box-align: center;
      -webkit-align-items: center;
          -ms-flex-align: center;
              align-items: center; }
      @media (min-width: 0px) and (max-width: 1279px) {
        .locationdetail .addressright .managerInner {
          -webkit-box-pack: justify;
          -webkit-justify-content: space-between;
              -ms-flex-pack: justify;
                  justify-content: space-between; } }
      .locationdetail .addressright .managerInner + .managerInner {
        margin-top: 30px; }
    @media print, screen and (max-width: 47.99875em) {
      .locationdetail .addressright .branch {
        max-width: 180px;
        padding-top: 0px;
        width: 100%; } }
    @media print, screen and (min-width: 48em) and (max-width: 63.99875em) {
      .locationdetail .addressright .branch {
        margin-right: 80px;
        padding-top: 0px; } }
    @media print, screen and (min-width: 64em) {
      .locationdetail .addressright .branch {
        width: 366px;
        margin-right: 30px;
        padding-top: 0px; } }
    @media (min-width: 1024px) and (max-width: 1279px) {
      .locationdetail .addressright .branch {
        width: 255px; } }
    @media screen and (min-width: 85.375em) {
      .locationdetail .addressright .branch {
        padding-top: 0px; } }
    .locationdetail .addressright .branch h6 {
      font-size: 17px;
      line-height: 23px;
      font-weight: 600; }
      @media print, screen and (max-width: 47.99875em) {
        .locationdetail .addressright .branch h6 {
          margin-bottom: 0px; } }
      @media print, screen and (min-width: 64em) {
        .locationdetail .addressright .branch h6 {
          font-size: 26px;
          line-height: 28px; } }
    .locationdetail .addressright .branch p {
      font-size: 17px;
      line-height: 23px;
      font-weight: 400;
      color: #00214e; }
      @media print, screen and (max-width: 47.99875em) {
        .locationdetail .addressright .branch p {
          margin-bottom: 0px; } }
      @media print, screen and (min-width: 64em) {
        .locationdetail .addressright .branch p {
          font-size: 26px;
          line-height: 28px; } }
      .locationdetail .addressright .branch p + h6 {
        margin-top: 19px; }
        @media print, screen and (min-width: 64em) {
          .locationdetail .addressright .branch p + h6 {
            margin-top: 20px; } }
    .locationdetail .addressright .imgwrap {
      width: 142px;
      height: 142px;
      -webkit-transition: all 0.3s;
      transition: all 0.3s;
      overflow: hidden;
      border-radius: 50%;
      -webkit-transform: translateZ(0);
              transform: translateZ(0); }
      @media print, screen and (min-width: 64em) {
        .locationdetail .addressright .imgwrap {
          width: 190px;
          height: 190px;
          margin-left: 16px;
          margin-top: 11px; } }
      .locationdetail .addressright .imgwrap img {
        -webkit-transition: all 0.3s;
        transition: all 0.3s;
        overflow: hidden;
        width: 100%;
        height: 100%;
        -o-object-fit: cover;
           object-fit: cover;
        border-radius: 50%; }
      .locationdetail .addressright .imgwrap:hover img {
        -webkit-transform: scale(1.2);
            -ms-transform: scale(1.2);
                transform: scale(1.2); }

.locationpanel {
  padding: 53px 0px 0px; }
  @media print, screen and (min-width: 64em) {
    .locationpanel {
      padding: 56px 0px 11px 0px; } }
  .locationpanel .leftwrap {
    width: 100%;
    margin-bottom: 33px; }
    @media print, screen and (min-width: 64em) {
      .locationpanel .leftwrap {
        width: 50%;
        margin-bottom: 51px; } }
  .locationpanel .rightwrap {
    width: 50%;
    margin-left: -3px; }
  .locationpanel h3 {
    font-size: 24px;
    line-height: 28px;
    font-weight: 700;
    margin-bottom: 17px;
    text-align: center; }
    @media print, screen and (min-width: 64em) {
      .locationpanel h3 {
        font-size: 30px;
        line-height: 28px;
        text-align: left;
        margin-bottom: 26px; } }
  @media print, screen and (max-width: 47.99875em) {
    .locationpanel .lobbyhrs {
      max-width: 270px;
      margin: 0px auto; } }
  @media print, screen and (min-width: 48em) and (max-width: 63.99875em) {
    .locationpanel .lobbyhrs {
      max-width: 350px;
      margin: 0px auto; } }
  .locationpanel table {
    width: 100%; }
    @media print, screen and (min-width: 64em) {
      .locationpanel table {
        max-width: 380px; } }
    @media screen and (min-width: 85.375em) {
      .locationpanel table {
        max-width: 450px; } }
    .locationpanel table td {
      font-size: 17px;
      line-height: 28px;
      width: 217px;
      text-align: left;
      vertical-align: top; }
      @media print, screen and (min-width: 64em) {
        .locationpanel table td {
          font-size: 26px;
          line-height: 28px;
          padding-bottom: 6px;
          width: 209px; } }
  .locationpanel .acc {
    margin: 0 auto; }
  .locationpanel .acc__card {
    position: relative;
    text-align: center; }
    @media print, screen and (min-width: 64em) {
      .locationpanel .acc__card {
        text-align: left; } }
  .locationpanel .acc__title {
    cursor: pointer;
    display: block;
    position: relative;
    text-align: left;
    font-size: 24px;
    line-height: 28px;
    color: #00214e;
    font-weight: 600;
    display: inline-block;
    margin-bottom: 26px; }
    @media print, screen and (min-width: 64em) {
      .locationpanel .acc__title {
        font-size: 30px;
        line-height: 28px;
        margin-bottom: 31px; } }
    .locationpanel .acc__title::after {
      width: 15px;
      height: 10px;
      background: url(../images/hours-arrow-up.svg);
      background-repeat: no-repeat;
      position: absolute;
      right: -23px;
      content: " ";
      top: 12px;
      -webkit-transition: all 0.2s ease-in-out;
      transition: all 0.2s ease-in-out;
      background-size: contain; }
    .locationpanel .acc__title.active::after {
      -webkit-transform: rotate(180deg);
          -ms-transform: rotate(180deg);
              transform: rotate(180deg);
      -webkit-transition: all 0.2s ease-in-out;
      transition: all 0.2s ease-in-out;
      top: 10px; }
  .locationpanel .acc__panel {
    display: none;
    margin: 0;
    text-align: left;
    padding-bottom: 19px; }
    @media print, screen and (max-width: 47.99875em) {
      .locationpanel .acc__panel {
        max-width: 270px;
        margin: 0px auto; } }
    @media print, screen and (min-width: 48em) and (max-width: 63.99875em) {
      .locationpanel .acc__panel {
        max-width: 350px;
        margin: 0px auto; } }
    .locationpanel .acc__panel table {
      margin-bottom: 15px; }
    .locationpanel .acc__panel td {
      font-size: 17px;
      line-height: 28px;
      width: 165px; }
      @media print, screen and (min-width: 64em) {
        .locationpanel .acc__panel td {
          font-size: 20px;
          line-height: 28px;
          padding-bottom: 6px;
          width: 225px; } }
    .locationpanel .acc__panel p {
      font-size: 17px;
      line-height: 22px; }
      @media print, screen and (min-width: 64em) {
        .locationpanel .acc__panel p {
          max-width: 398px; } }
      .locationpanel .acc__panel p + p {
        margin-top: 24px; }

.branchserices {
  padding: 52px 0px 23px 0px;
  width: 100%; }
  @media print, screen and (min-width: 64em) {
    .branchserices {
      padding: 59px 0px 30px 0px; } }
  .branchserices h2 {
    text-align: center; }
    @media print, screen and (min-width: 64em) {
      .branchserices h2 {
        margin-bottom: 18px;
        text-align: left; } }
  @media print, screen and (max-width: 47.99875em) {
    .branchserices .servicecolumnwrap {
      padding: 0px 19px; } }
  .branchserices .servicecolumnwrap .branchdetails {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-flex-wrap: wrap;
        -ms-flex-wrap: wrap;
            flex-wrap: wrap; }
    @media (max-width: 1023px) {
      .branchserices .servicecolumnwrap .branchdetails {
        -webkit-box-pack: center;
        -webkit-justify-content: center;
            -ms-flex-pack: center;
                justify-content: center; } }
    .branchserices .servicecolumnwrap .branchdetails .servicewrap {
      width: 130px;
      text-align: center;
      padding: 31px 0px;
      -webkit-transition: all 0.3s ease 0s;
      transition: all 0.3s ease 0s;
      margin-right: 45px; }
      @media print, screen and (max-width: 47.99875em) {
        .branchserices .servicecolumnwrap .branchdetails .servicewrap:nth-child(2n + 2) {
          margin-right: 0px; } }
      @media print, screen and (min-width: 64em) {
        .branchserices .servicecolumnwrap .branchdetails .servicewrap {
          margin-right: 10.5%;
          width: 150px; } }
      @media screen and (min-width: 85.375em) {
        .branchserices .servicecolumnwrap .branchdetails .servicewrap {
          margin-right: 12.3%; } }
      @media print, screen and (min-width: 64em) {
        .branchserices .servicecolumnwrap .branchdetails .servicewrap:nth-child(5n + 5) {
          margin-right: 0%; } }
      .branchserices .servicecolumnwrap .branchdetails .servicewrap a {
        text-decoration: none;
        -webkit-transition: 1s ease;
        transition: 1s ease; }
        .branchserices .servicecolumnwrap .branchdetails .servicewrap a:hover figure {
          background: #1c375e; }
          .branchserices .servicecolumnwrap .branchdetails .servicewrap a:hover figure svg {
            -webkit-transform: scale(1.2);
                -ms-transform: scale(1.2);
                    transform: scale(1.2);
            -webkit-transition: 1s ease;
            transition: 1s ease; }
            .branchserices .servicecolumnwrap .branchdetails .servicewrap a:hover figure svg path {
              fill: #ffffff; }
            .branchserices .servicecolumnwrap .branchdetails .servicewrap a:hover figure svg g path {
              fill: #ffffff; }
      .branchserices .servicecolumnwrap .branchdetails .servicewrap figure {
        border-radius: 18px;
        background: #ffffff;
        width: 130px;
        height: 130px;
        display: -webkit-inline-box;
        display: -webkit-inline-flex;
        display: -ms-inline-flexbox;
        display: inline-flex;
        -webkit-box-pack: center;
        -webkit-justify-content: center;
            -ms-flex-pack: center;
                justify-content: center;
        -webkit-box-align: center;
        -webkit-align-items: center;
            -ms-flex-align: center;
                align-items: center;
        -webkit-transition: 1s ease;
        transition: 1s ease; }
        @media print, screen and (min-width: 64em) {
          .branchserices .servicecolumnwrap .branchdetails .servicewrap figure {
            width: 148px;
            height: 148px; } }
        .branchserices .servicecolumnwrap .branchdetails .servicewrap figure svg {
          height: 60px;
          width: 60px;
          -webkit-transition: 1s ease;
          transition: 1s ease;
          position: relative;
          fill: #1c375e;
          overflow: hidden;
          vertical-align: middle;
          -webkit-transition: 0.3; }
          @media print, screen and (min-width: 64em) {
            .branchserices .servicecolumnwrap .branchdetails .servicewrap figure svg {
              height: 75px;
              width: 75px; } }
      .branchserices .servicecolumnwrap .branchdetails .servicewrap h6 {
        font-size: 17px;
        line-height: 28px;
        color: #00214e;
        text-align: center;
        text-transform: none;
        position: relative;
        -webkit-transition: all 0.3s;
        transition: all 0.3s;
        margin-top: 7px;
        margin-bottom: 0px;
        font-weight: 400; }
        @media print, screen and (min-width: 64em) {
          .branchserices .servicecolumnwrap .branchdetails .servicewrap h6 {
            margin-top: 34px;
            font-size: 24px;
            line-height: 28px; } }

.locationmeetourpanel {
  margin: 59px 0px 80px; }
  @media print, screen and (min-width: 64em) {
    .locationmeetourpanel {
      margin: 89px 0px 80px; } }
  @media screen and (min-width: 85.375em) {
    .locationmeetourpanel {
      margin: 159px 0px 90px; } }
  .locationmeetourpanel .flexwrap {
    -webkit-box-align: center;
    -webkit-align-items: center;
        -ms-flex-align: center;
            align-items: center; }
  @media (max-width: 767px) {
    .locationmeetourpanel .grid-container {
      max-width: 450px !important;
      width: 100%;
      padding-left: 7px !important;
      padding-right: 7px !important; } }
  .locationmeetourpanel .lightgreybgpanel {
    width: 100%;
    margin: 0px auto;
    border-radius: 16px;
    padding: 38px 5px 46px; }
    @media print, screen and (min-width: 48em) {
      .locationmeetourpanel .lightgreybgpanel {
        padding: 38px 45px 46px; } }
    @media print, screen and (min-width: 64em) {
      .locationmeetourpanel .lightgreybgpanel {
        width: 950px;
        padding: 25px 20px; } }
    @media (min-width: 1280px) and (max-width: 1365px) {
      .locationmeetourpanel .lightgreybgpanel {
        width: 1150px; } }
    @media screen and (min-width: 85.375em) {
      .locationmeetourpanel .lightgreybgpanel {
        width: 1188px;
        padding: 48px 88px 43px; } }
  @media print, screen and (min-width: 64em) {
    .locationmeetourpanel .contentsection {
      margin-right: 30px;
      width: 70%; } }
  @media screen and (min-width: 85.375em) {
    .locationmeetourpanel .contentsection {
      width: 67.8%;
      padding-right: 4px;
      margin-right: 69px; } }
  @media (min-width: 1024px) and (max-width: 1279px) {
    .locationmeetourpanel .contentsection {
      margin-right: 39px;
      width: 67%; } }
  .locationmeetourpanel .contentsection h3 {
    font-size: 24px;
    line-height: 32px;
    font-weight: 700;
    margin-bottom: 22px;
    color: #00214e;
    text-align: center; }
    @media print, screen and (min-width: 64em) {
      .locationmeetourpanel .contentsection h3 {
        font-size: 38px;
        line-height: 51px;
        text-align: left;
        margin-bottom: 18px; } }
  .locationmeetourpanel .contentsection p {
    font-size: 17px;
    line-height: 23px;
    color: #00214e;
    text-align: center; }
    @media print, screen and (min-width: 64em) {
      .locationmeetourpanel .contentsection p {
        font-size: 26px;
        line-height: 36px;
        text-align: left; } }
  @media (max-width: 1023px) {
    .locationmeetourpanel .btnsection {
      margin-top: 28px;
      text-align: center; } }
  .locationmeetourpanel .btnsection .ctaborder {
    font-size: 17px;
    line-height: 23px;
    font-weight: 400;
    border-radius: 29px;
    border-radius: 29px;
    min-width: auto;
    min-height: auto;
    padding: 7.5px 23.5px; }
    @media print, screen and (min-width: 64em) {
      .locationmeetourpanel .btnsection .ctaborder {
        font-size: 26px;
        line-height: 36px;
        padding: 8px 10px;
        width: 256px;
        text-align: center; } }
  .locationmeetourpanel .locationbtn {
    margin: 45px 0px 91px 0px; }
    @media print, screen and (min-width: 64em) {
      .locationmeetourpanel .locationbtn {
        margin: 90px 0px 90px; } }
    .locationmeetourpanel .locationbtn .ctaborder {
      font-size: 17px;
      line-height: 23px;
      font-weight: 400;
      border-radius: 29px;
      border-radius: 29px;
      min-width: auto;
      min-height: auto;
      padding: 8px 23px; }
      @media print, screen and (min-width: 64em) {
        .locationmeetourpanel .locationbtn .ctaborder {
          font-size: 21px;
          line-height: 29px;
          padding: 6px 24px;
          text-align: center; } }
      .locationmeetourpanel .locationbtn .ctaborder:hover {
        /*border: solid 2px transparent;*/ }

.knowlegecontentsec {
  padding: 48px 0px 35px; }
  @media print, screen and (min-width: 64em) {
    .knowlegecontentsec {
      padding: 23px 0px 77px; } }
  .knowlegecontentsec .contentsec p {
    font-size: 17px;
    line-height: 23px; }
    @media print, screen and (min-width: 64em) {
      .knowlegecontentsec .contentsec p {
        font-size: 38px;
        line-height: 50px; } }

.faqpanel.imgwrapsection {
  padding-top: 60px;
  padding-bottom: 17px; }
  @media print, screen and (min-width: 64em) {
    .faqpanel.imgwrapsection {
      padding-top: 59px;
      padding-bottom: 34px; } }
  @media print, screen and (max-width: 47.99875em) {
    .faqpanel.imgwrapsection .accordion-container {
      margin: 40px 0; } }
  .faqpanel.imgwrapsection .flexwrap {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-flex-wrap: wrap;
        -ms-flex-wrap: wrap;
            flex-wrap: wrap; }
    @media print, screen and (min-width: 64em) {
      .faqpanel.imgwrapsection .flexwrap {
        max-width: 1168px;
        -webkit-box-pack: justify;
        -webkit-justify-content: space-between;
            -ms-flex-pack: justify;
                justify-content: space-between; } }
    .faqpanel.imgwrapsection .flexwrap.left .rightwrap {
      -webkit-box-ordinal-group: 2;
      -webkit-order: 1;
          -ms-flex-order: 1;
              order: 1; }
      @media print, screen and (min-width: 64em) {
        .faqpanel.imgwrapsection .flexwrap.left .rightwrap {
          margin-right: 30px; } }
      @media screen and (min-width: 85.375em) {
        .faqpanel.imgwrapsection .flexwrap.left .rightwrap {
          margin-right: 70px; } }
    .faqpanel.imgwrapsection .flexwrap.left .leftwarp {
      -webkit-box-ordinal-group: 3;
      -webkit-order: 2;
          -ms-flex-order: 2;
              order: 2; }
      @media print, screen and (min-width: 64em) {
        .faqpanel.imgwrapsection .flexwrap.left .leftwarp {
          width: 67.8%; } }
      @media screen and (min-width: 85.375em) {
        .faqpanel.imgwrapsection .flexwrap.left .leftwarp {
          width: 70.8%; } }
    .faqpanel.imgwrapsection .flexwrap .leftwarp {
      width: 100%;
      margin-top: 23px; }
      @media (max-width: 1023px) {
        .faqpanel.imgwrapsection .flexwrap .leftwarp {
          -webkit-box-ordinal-group: 3;
          -webkit-order: 2;
              -ms-flex-order: 2;
                  order: 2; } }
      @media print, screen and (min-width: 64em) {
        .faqpanel.imgwrapsection .flexwrap .leftwarp {
          width: 72%;
          margin-bottom: 1px;
          margin-top: 0px; } }
      @media screen and (min-width: 85.375em) {
        .faqpanel.imgwrapsection .flexwrap .leftwarp {
          width: 76.8%; } }
      .faqpanel.imgwrapsection .flexwrap .leftwarp h2, .faqpanel.imgwrapsection .flexwrap .leftwarp h4  {
        font-size: 24px;
        line-height: 32px;
        font-weight: 700;
        color: #00214e;
        margin-bottom: 11px;
        text-align: center; }
        @media print, screen and (min-width: 64em) {
          .faqpanel.imgwrapsection .flexwrap .leftwarp h2, .faqpanel.imgwrapsection .flexwrap .leftwarp h4 {
            font-size: 36px;
            line-height: 48px;
            margin-bottom: 47px;
            text-align: left; } }
      .faqpanel.imgwrapsection .flexwrap .leftwarp p {
        font-size: 17px;
        line-height: 23px;
        margin-bottom: 0px;
        color: #00214e; }
        @media print, screen and (min-width: 64em) {
          .faqpanel.imgwrapsection .flexwrap .leftwarp p {
            font-size: 26px;
            line-height: 35px;
            max-width: 790px; } }
        .faqpanel.imgwrapsection .flexwrap .leftwarp p + p {
          margin-top: 23px; }
          @media print, screen and (min-width: 64em) {
            .faqpanel.imgwrapsection .flexwrap .leftwarp p + p {
              margin-top: 33px; } }
        .faqpanel.imgwrapsection .flexwrap .leftwarp p a {
          text-decoration: underline;
          color: #00214e; }
          .faqpanel.imgwrapsection .flexwrap .leftwarp p a:hover {
            text-decoration: none; }
    .faqpanel.imgwrapsection .flexwrap .rightwrap {
      width: 100%; }
      @media (max-width: 1023px) {
        .faqpanel.imgwrapsection .flexwrap .rightwrap {
          -webkit-box-ordinal-group: 2;
          -webkit-order: 1;
              -ms-flex-order: 1;
                  order: 1; } }
      @media print, screen and (min-width: 64em) {
        .faqpanel.imgwrapsection .flexwrap .rightwrap {
          width: 270px; } }
      .faqpanel.imgwrapsection .flexwrap .rightwrap .imgwrap {
        border-radius: 16px;
        overflow: hidden;
        width: 114px;
        height: 114px;
        margin: 0px auto;
        -webkit-transform: translateZ(0);
                transform: translateZ(0); }
        @media print, screen and (min-width: 64em) {
          .faqpanel.imgwrapsection .flexwrap .rightwrap .imgwrap {
            width: 270px;
            height: 270px; } }
        .faqpanel.imgwrapsection .flexwrap .rightwrap .imgwrap img {
          width: 100%;
          height: 100%;
          -o-object-fit: cover;
             object-fit: cover;
          -webkit-transition: all 0.55s;
          transition: all 0.55s;
          border-radius: 16px; }
        .faqpanel.imgwrapsection .flexwrap .rightwrap .imgwrap:hover img {
          -webkit-transform: scale(1.2);
              -ms-transform: scale(1.2);
                  transform: scale(1.2); }
        .faqpanel.imgwrapsection .flexwrap .rightwrap .imgwrap.videowrap {
          max-width: 100%;
          min-height: 114px;
          position: relative;
          width: auto;
          border-radius: 12px;
          -webkit-transform: translateZ(0);
                  transform: translateZ(0); }
          @media print, screen and (min-width: 64em) {
            .faqpanel.imgwrapsection .flexwrap .rightwrap .imgwrap.videowrap {
              min-height: 270px; } }
          .faqpanel.imgwrapsection .flexwrap .rightwrap .imgwrap.videowrap .imgsec.videosec {
            position: relative;
            border-radius: 12px;
            overflow: hidden; }
            @media (max-width: 1023px) {
              .faqpanel.imgwrapsection .flexwrap .rightwrap .imgwrap.videowrap .imgsec.videosec {
                width: 114px;
                margin: 0px auto; } }
          .faqpanel.imgwrapsection .flexwrap .rightwrap .imgwrap.videowrap .video-panel .filter-img {
            padding-bottom: 0px;
            width: 114px;
            height: 114px; }
            @media print, screen and (min-width: 64em) {
              .faqpanel.imgwrapsection .flexwrap .rightwrap .imgwrap.videowrap .video-panel .filter-img {
                height: 270px;
                width: 270px; } }
            .faqpanel.imgwrapsection .flexwrap .rightwrap .imgwrap.videowrap .video-panel .filter-img img {
              border-radius: 12px; }
          .faqpanel.imgwrapsection .flexwrap .rightwrap .imgwrap.videowrap .video-panel .filter-img .videoPanel:before {
            border-radius: 12px; }
          .faqpanel.imgwrapsection .flexwrap .rightwrap .imgwrap.videowrap .video-panel .filter-img .videoPanel:after {
            width: 53px;
            height: 53px; }
            @media print, screen and (min-width: 64em) {
              .faqpanel.imgwrapsection .flexwrap .rightwrap .imgwrap.videowrap .video-panel .filter-img .videoPanel:after {
                width: 93px;
                height: 93px; } }
          .faqpanel.imgwrapsection .flexwrap .rightwrap .imgwrap.videowrap .video-panel .video-thumb-image iframe {
            top: 0;
            border-radius: 16px; }
          .faqpanel.imgwrapsection .flexwrap .rightwrap .imgwrap.videowrap .videoPanel.loaded img {
            opacity: 0;
            visibility: hidden; }
          .faqpanel.imgwrapsection .flexwrap .rightwrap .imgwrap.videowrap .imgWrap {
            position: relative;
            border-radius: 12px; }
            .faqpanel.imgwrapsection .flexwrap .rightwrap .imgwrap.videowrap .imgWrap img {
              border-radius: 12px; }
  .faqpanel.imgwrapsection .btnsection {
    margin-top: 47px;
    margin-bottom: 29px;
    max-width: 1116px; }
    @media print, screen and (min-width: 64em) {
      .faqpanel.imgwrapsection .btnsection {
        margin-top: 60px;
        margin-bottom: 57px; } }
    .faqpanel.imgwrapsection .btnsection .ctaborder {
      min-width: auto;
      min-height: auto;
      padding: 4px 21px;
      font-size: 17px;
      line-height: 23px;
      font-weight: 400;
      color: #00214e; }
      @media print, screen and (min-width: 64em) {
        .faqpanel.imgwrapsection .btnsection .ctaborder {
          font-size: 21px;
          line-height: 29px;
          padding: 4.5px 23.5px; } }
      .faqpanel.imgwrapsection .btnsection .ctaborder:hover {
        color: #ffffff;
        border: solid 2px transparent; }

.newsdetailpanel {
  width: 100%;
  padding-top: 25px; }
  @media print, screen and (min-width: 64em) {
    .newsdetailpanel {
      padding-top: 25px;
      padding-bottom: 90px; } }
  .newsdetailpanel .headingsection {
    text-align: center; }
    @media print, screen and (min-width: 64em) {
      .newsdetailpanel .headingsection {
        max-width: 916px;
        margin: 0px auto;
        text-align: center; } }
  .newsdetailpanel h1,
  .newsdetailpanel h2 {
    margin-bottom: 21px;
    font-size: 30px;
    line-height: 40px; }
    @media print, screen and (min-width: 64em) {
      .newsdetailpanel h1,
      .newsdetailpanel h2 {
        font-size: 42px;
        line-height: 50px;
        max-width: 916px;
        margin: 0px auto;
        margin-bottom: 21px; } }
  .newsdetailpanel h4 {
    color: #3b6796;
    margin-top: 8px;
    font-size: 17px;
    font-weight: 400;
    line-height: 26px;
    margin-bottom: 0px; }
    @media print, screen and (min-width: 48em) {
      .newsdetailpanel h4 {
        font-size: 20px; } }
    @media screen and (min-width: 85.375em) {
      .newsdetailpanel h4 {
        font-size: 30px;
        line-height: 40px; } }
  @media print, screen and (min-width: 64em) {
    .newsdetailpanel .content {
      max-width: 913px;
      margin: 0px auto; } }
  .newsdetailpanel .content p {
    color: #00214e;
    margin-bottom: 0px;
    overflow: hidden; }
    @media print, screen and (min-width: 64em) {
      .newsdetailpanel .content p {
        font-size: 18px;
        line-height: 28px;
        font-weight: 400; } }
    .newsdetailpanel .content p + p {
      margin-top: 20px; }
      @media print, screen and (min-width: 64em) {
        .newsdetailpanel .content p + p {
          margin-top: 27px; } }
    .newsdetailpanel .content p a {
      text-decoration: underline; }
      .newsdetailpanel .content p a:hover {
        text-decoration: none; }
    .newsdetailpanel .content p img {
      margin: 0px auto;
      text-align: center;
      display: block;
      -webkit-transition: all 0.75s;
      transition: all 0.75s;
      margin-top: 36px;
      margin-bottom: 34px; }
      @media print, screen and (min-width: 64em) {
        .newsdetailpanel .content p img {
          margin-top: 19px;
          margin-bottom: 26px; } }
      .newsdetailpanel .content p img:hover {
        -webkit-transform: scale(0.9);
            -ms-transform: scale(0.9);
                transform: scale(0.9); }
  .newsdetailpanel .content ul {
    padding-left: 12px;
    margin-top: 21px;
    margin-bottom: 18px; }
    @media print, screen and (min-width: 64em) {
      .newsdetailpanel .content ul {
        margin-top: 28px;
        margin-bottom: 28px; } }
    .newsdetailpanel .content ul li {
      display: list-item;
      margin: 0px 0 0;
      position: relative;
      padding-left: 6px;
      margin-bottom: 9px;
      color: #00214e;
      font-size: 17px;
      line-height: 20px; }
      @media print, screen and (min-width: 64em) {
        .newsdetailpanel .content ul li {
          font-size: 18px;
          line-height: 28px; } }
      .newsdetailpanel .content ul li:before {
        left: -12px;
        content: "";
        width: 8px;
        height: 8px;
        top: 6px;
        border-radius: 50%;
        position: absolute;
        background-color: #1c375e; }
        @media print, screen and (min-width: 48em) {
          .newsdetailpanel .content ul li:before {
            top: 10px; } }
      .newsdetailpanel .content ul li a {
        text-decoration: none; }
        .newsdetailpanel .content ul li a:hover {
          text-decoration: underline; }
    .newsdetailpanel .content ul ul {
      margin: 15px 0 0;
      padding-left: 25px; }
      .newsdetailpanel .content ul ul li {
        display: list-item;
        margin: 5px 0 0;
        position: relative;
        padding-left: 10px;
        margin-bottom: 9px; }
        @media print, screen and (min-width: 64em) {
          .newsdetailpanel .content ul ul li {
            font-size: 18px;
            line-height: 28px; } }
        .newsdetailpanel .content ul ul li:before {
          left: -12px;
          content: "";
          width: 7px;
          height: 7px;
          top: 10px;
          border-radius: 50%;
          position: absolute;
          background-color: #1c375e; }
  .newsdetailpanel .content ol {
    padding-left: 12px;
    margin-top: 21px;
    margin-bottom: 18px; }
    @media print, screen and (min-width: 64em) {
      .newsdetailpanel .content ol {
        margin-top: 28px;
        margin-bottom: 28px; } }
    .newsdetailpanel .content ol li {
      margin-bottom: 9px;
      line-height: 27px;
      font-size: 17px;
      line-height: 20px;
      color: #00214e; }
      @media print, screen and (min-width: 64em) {
        .newsdetailpanel .content ol li {
          font-size: 18px;
          line-height: 28px; } }
      .newsdetailpanel .content ol li a {
        text-decoration: none; }
        .newsdetailpanel .content ol li a:hover {
          text-decoration: underline; }
  .newsdetailpanel .imgsec {
    overflow: hidden;
    width: 100%;
    height: 250px;
    border-radius: 0px;
    display: block;
    margin-bottom: 55px;
    position: relative; }
    @media print, screen and (min-width: 48em) {
      .newsdetailpanel .imgsec {
        width: 100%;
        height: 424px; } }
    @media print, screen and (min-width: 64em) {
      .newsdetailpanel .imgsec {
        width: 100%;
        max-width: 913px;
        height: 516px;
        margin: 0px auto;
        margin-bottom: 96px; } }
    .newsdetailpanel .imgsec .imgwrap {
      -webkit-transition: all 0.75s;
      transition: all 0.75s;
      width: 100%;
      height: 250px;
      overflow: hidden;
      position: relative;
      -webkit-transform: translateZ(0);
              transform: translateZ(0); }
      @media print, screen and (min-width: 48em) {
        .newsdetailpanel .imgsec .imgwrap {
          width: 100%;
          height: 350px; } }
      @media print, screen and (min-width: 64em) {
        .newsdetailpanel .imgsec .imgwrap {
          height: 516px; } }
      .newsdetailpanel .imgsec .imgwrap img {
        -webkit-transition: all 0.75s;
        transition: all 0.75s;
        width: 100%;
        height: 100%;
        -o-object-fit: cover;
           object-fit: cover;
        position: absolute;
        left: 0px;
        right: 0px;
        top: 0px; }
      .newsdetailpanel .imgsec .imgwrap:hover {
        -webkit-transition: all 0.75s;
        transition: all 0.75s; }
        .newsdetailpanel .imgsec .imgwrap:hover img {
          -webkit-transform: scale(1.2);
              -ms-transform: scale(1.2);
                  transform: scale(1.2); }
  .newsdetailpanel .ctablock {
    max-width: 357px;
    display: block;
    margin: 0 auto;
    text-align: center;
    margin-top: 61px;
    margin-bottom: 54px; }
    @media print, screen and (min-width: 64em) {
      .newsdetailpanel .ctablock {
        max-width: 913px;
        text-align: center;
        margin: 0 0;
        margin-top: 52px;
        margin-bottom: 0px; } }
    .newsdetailpanel .ctablock .ctaborder {
      min-height: auto;
      min-width: auto;
      padding: 5px 20px;
      font-weight: 400; }
      @media print, screen and (min-width: 64em) {
        .newsdetailpanel .ctablock .ctaborder {
          padding: 4.5px 22px; } }
  .newsdetailpanel .social-share {
    position: relative;
    margin: 0 auto;
    margin-bottom: 51px;
    margin-top: 7px; }
    @media print, screen and (min-width: 64em) {
      .newsdetailpanel .social-share {
        margin-bottom: 30px;
        margin-top: 22px; } }
    .newsdetailpanel .social-share ul {
      height: 50px;
      padding: 7px 0px;
      margin-left: 0;
      display: -webkit-box;
      display: -webkit-flex;
      display: -ms-flexbox;
      display: flex;
      -webkit-flex-wrap: nowrap;
          -ms-flex-wrap: nowrap;
              flex-wrap: nowrap;
      -webkit-box-align: center;
      -webkit-align-items: center;
          -ms-flex-align: center;
              align-items: center;
      -webkit-box-pack: center;
      -webkit-justify-content: center;
          -ms-flex-pack: center;
              justify-content: center; }
      .newsdetailpanel .social-share ul li {
        margin: 0 8px 0 0; }
        .newsdetailpanel .social-share ul li.sharetxt {
          margin-right: 13px; }
          @media print, screen and (min-width: 48em) {
            .newsdetailpanel .social-share ul li.sharetxt {
              margin-right: 13px; } }
        .newsdetailpanel .social-share ul li p {
          margin-bottom: 0px;
          font-size: 18px;
          line-height: 24px; }
          @media print, screen and (min-width: 64em) {
            .newsdetailpanel .social-share ul li p {
              font-size: 26px;
              line-height: 35px;
              color: #3b6796; } }
        .newsdetailpanel .social-share ul li img {
          -webkit-transition: all 0.75s;
          transition: all 0.75s; }
          @media print, screen and (max-width: 47.99875em) {
            .newsdetailpanel .social-share ul li img {
              width: 37px; } }
        .newsdetailpanel .social-share ul li a {
          width: 38px;
          height: 38px;
          display: block; }
          .newsdetailpanel .social-share ul li a:hover img {
            -webkit-transform: scale(1.1);
                -ms-transform: scale(1.1);
                    transform: scale(1.1); }

.foundationcontentsec {
  padding: 48px 0px 35px; }
  @media print, screen and (min-width: 64em) {
    .foundationcontentsec {
      padding: 25px 0px 79px; } }
  .foundationcontentsec h2 {
    margin-bottom: 30px;
    color: #00214e;
    text-align: center; }
    @media print, screen and (min-width: 64em) {
      .foundationcontentsec h2 {
        margin-bottom: 52px; } }
  .foundationcontentsec p {
    font-size: 17px;
    line-height: 22px;
    color: #00214e; }
    @media print, screen and (min-width: 64em) {
      .foundationcontentsec p {
        font-size: 24px;
        line-height: 32px; } }
    .foundationcontentsec p + p {
      margin-top: 20px; }
  .foundationcontentsec .btn {
    margin-top: 22px;
    margin-bottom: 15px; }
    .foundationcontentsec .btn .ctabutton {
      background: #eeb944;
      border: 0;
      padding: 8.5px 22px; }
  .foundationcontentsec + .foundationiconpanel {
    padding: 0px 0px 45px;
    margin-top: -15px; }
  @media print, screen and (min-width: 64em) {
    .foundationcontentsec.carriersintropanel {
      padding: 42px 0px 99px; } }
  .foundationcontentsec.carriersintropanel h2 {
    margin-bottom: 30px;
    color: #00214e;
    text-align: center; }
    @media print, screen and (min-width: 64em) {
      .foundationcontentsec.carriersintropanel h2 {
        margin-bottom: 46px; } }
  .foundationcontentsec.carriersintropanel p {
    font-size: 17px;
    line-height: 22px;
    color: #00214e; }
    @media print, screen and (min-width: 64em) {
      .foundationcontentsec.carriersintropanel p {
        font-size: 24px;
        line-height: 27px; } }
    .foundationcontentsec.carriersintropanel p + p {
      margin-top: 20px; }
      @media print, screen and (min-width: 64em) {
        .foundationcontentsec.carriersintropanel p + p {
          margin-top: 27px; } }
  .foundationcontentsec.carriersintropanel .btn {
    margin-top: 22px;
    margin-bottom: 15px; }
    @media print, screen and (min-width: 64em) {
      .foundationcontentsec.carriersintropanel .btn {
        margin-top: 25px;
        margin-bottom: 21px; } }
    .foundationcontentsec.carriersintropanel .btn .ctabutton {
      background: #eeb944;
      border: 0;
      padding: 8.5px 22px; }
      @media print, screen and (min-width: 64em) {
        .foundationcontentsec.carriersintropanel .btn .ctabutton {
          padding: 8.5px 40.4px; } }

.missionpanel {
  padding: 28px 0px 60px; }
  @media print, screen and (min-width: 64em) {
    .missionpanel {
      padding: 60px 0px 60px; } }
  .missionpanel .flexwrap {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-flex-wrap: wrap;
        -ms-flex-wrap: wrap;
            flex-wrap: wrap; }
    @media print, screen and (min-width: 64em) {
      .missionpanel .flexwrap {
        -webkit-box-pack: justify;
        -webkit-justify-content: space-between;
            -ms-flex-pack: justify;
                justify-content: space-between; } }
    .missionpanel .flexwrap.left .rightwrap {
      -webkit-box-ordinal-group: 3;
      -webkit-order: 2;
          -ms-flex-order: 2;
              order: 2; }
      @media print, screen and (min-width: 64em) {
        .missionpanel .flexwrap.left .rightwrap {
          -webkit-box-ordinal-group: 2;
          -webkit-order: 1;
              -ms-flex-order: 1;
                  order: 1; } }
    .missionpanel .flexwrap.left .leftwarp {
      -webkit-box-ordinal-group: 2;
      -webkit-order: 1;
          -ms-flex-order: 1;
              order: 1; }
      @media print, screen and (min-width: 64em) {
        .missionpanel .flexwrap.left .leftwarp {
          width: 45.8%;
          -webkit-box-ordinal-group: 3;
          -webkit-order: 2;
              -ms-flex-order: 2;
                  order: 2; } }
      @media screen and (min-width: 85.375em) {
        .missionpanel .flexwrap.left .leftwarp {
          width: 45.8%;
          padding-left: 22px; } }
    .missionpanel .flexwrap .leftwarp {
      width: 100%;
      margin-top: 23px; }
      @media (max-width: 1023px) {
        .missionpanel .flexwrap .leftwarp {
          -webkit-box-ordinal-group: 2;
          -webkit-order: 1;
              -ms-flex-order: 1;
                  order: 1; } }
      @media print, screen and (min-width: 64em) {
        .missionpanel .flexwrap .leftwarp {
          width: 50%;
          margin-bottom: 1px;
          margin-top: 0px;
          padding-left: 0px; } }
      @media screen and (min-width: 85.375em) {
        .missionpanel .flexwrap .leftwarp {
          width: 50%;
          padding-left: 139px;
          padding-top: 114px; } }
      .missionpanel .flexwrap .leftwarp h4 {
        font-size: 24px;
        line-height: 32px;
        font-weight: 700;
        color: #00214e;
        margin-bottom: 38px;
        text-align: center; }
        @media print, screen and (min-width: 64em) {
          .missionpanel .flexwrap .leftwarp h4 {
            font-size: 36px;
            line-height: 48px;
            margin-bottom: 30px;
            text-align: left; } }
      .missionpanel .flexwrap .leftwarp p {
        font-size: 17px;
        line-height: 22px;
        margin-bottom: 0px;
        color: #00214e; }
        @media print, screen and (min-width: 64em) {
          .missionpanel .flexwrap .leftwarp p {
            font-size: 18px;
            line-height: 25px; } }
        @media screen and (min-width: 85.375em) {
          .missionpanel .flexwrap .leftwarp p {
            max-width: 345px; } }
        .missionpanel .flexwrap .leftwarp p + p {
          margin-top: 23px; }
          @media print, screen and (min-width: 64em) {
            .missionpanel .flexwrap .leftwarp p + p {
              margin-top: 33px; } }
        .missionpanel .flexwrap .leftwarp p a {
          text-decoration: underline;
          color: #00214e; }
          .missionpanel .flexwrap .leftwarp p a:hover {
            text-decoration: none; }
    .missionpanel .flexwrap .rightwrap {
      width: 100%; }
      @media (max-width: 1023px) {
        .missionpanel .flexwrap .rightwrap {
          -webkit-box-ordinal-group: 3;
          -webkit-order: 2;
              -ms-flex-order: 2;
                  order: 2;
          margin-top: 43px; } }
      @media print, screen and (min-width: 64em) {
        .missionpanel .flexwrap .rightwrap {
          width: 48.2%;
          overflow: hidden; } }
      .missionpanel .flexwrap .rightwrap p {
        font-size: 17px;
        line-height: 22px;
        text-align: center;
        max-width: 427px;
        margin: 0 auto;
        margin-top: 10px; }
        @media screen and (min-width: 85.375em) {
          .missionpanel .flexwrap .rightwrap p {
            font-size: 18px;
            line-height: 23px;
            margin-top: 32px; } }
      .missionpanel .flexwrap .rightwrap .imgwrap {
        border-radius: 16px;
        overflow: hidden;
        width: 100%;
        height: 310px;
        margin: 0px auto;
        -webkit-transform: translateZ(0);
                transform: translateZ(0); }
        @media print, screen and (min-width: 48em) {
          .missionpanel .flexwrap .rightwrap .imgwrap {
            height: 310px; } }
        @media print, screen and (min-width: 64em) {
          .missionpanel .flexwrap .rightwrap .imgwrap {
            width: 454px;
            height: 392px; } }
        @media screen and (min-width: 85.375em) {
          .missionpanel .flexwrap .rightwrap .imgwrap {
            width: 631px;
            height: 545px; } }
        .missionpanel .flexwrap .rightwrap .imgwrap img {
          width: 100%;
          height: 100%;
          -o-object-fit: cover;
             object-fit: cover;
          -webkit-transition: all 0.55s;
          transition: all 0.55s;
          border-radius: 16px;
          overflow: hidden; }
        .missionpanel .flexwrap .rightwrap .imgwrap:hover img {
          -webkit-transform: scale(1.2);
              -ms-transform: scale(1.2);
                  transform: scale(1.2); }
        .missionpanel .flexwrap .rightwrap .imgwrap.videowrap {
          max-width: 100%;
          min-height: 114px;
          position: relative;
          width: auto;
          border-radius: 12px; }
          @media print, screen and (min-width: 64em) {
            .missionpanel .flexwrap .rightwrap .imgwrap.videowrap {
              min-height: 270px; } }
          .missionpanel .flexwrap .rightwrap .imgwrap.videowrap .imgsec.videosec {
            position: relative;
            border-radius: 12px; }
            @media (max-width: 1023px) {
              .missionpanel .flexwrap .rightwrap .imgwrap.videowrap .imgsec.videosec {
                width: 114px;
                margin: 0px auto; } }
          .missionpanel .flexwrap .rightwrap .imgwrap.videowrap .video-panel .filter-img {
            padding-bottom: 0px;
            width: 114px;
            height: 114px; }
            @media print, screen and (min-width: 64em) {
              .missionpanel .flexwrap .rightwrap .imgwrap.videowrap .video-panel .filter-img {
                height: 270px;
                width: 270px; } }
            .missionpanel .flexwrap .rightwrap .imgwrap.videowrap .video-panel .filter-img img {
              border-radius: 16px; }
          .missionpanel .flexwrap .rightwrap .imgwrap.videowrap .video-panel .filter-img .videoPanel:before {
            border-radius: 16px; }
          .missionpanel .flexwrap .rightwrap .imgwrap.videowrap .video-panel .filter-img .videoPanel:after {
            width: 53px;
            height: 53px; }
            @media print, screen and (min-width: 64em) {
              .missionpanel .flexwrap .rightwrap .imgwrap.videowrap .video-panel .filter-img .videoPanel:after {
                width: 93px;
                height: 93px; } }
          .missionpanel .flexwrap .rightwrap .imgwrap.videowrap .video-panel .video-thumb-image iframe {
            top: 0;
            border-radius: 16px; }
          .missionpanel .flexwrap .rightwrap .imgwrap.videowrap .videoPanel.loaded img {
            opacity: 0;
            visibility: hidden; }
          .missionpanel .flexwrap .rightwrap .imgwrap.videowrap .imgWrap {
            position: relative;
            border-radius: 12px; }
            .missionpanel .flexwrap .rightwrap .imgwrap.videowrap .imgWrap img {
              border-radius: 12px; }

.foundationiconpanel {
  padding: 37px 0px 60px; }
  @media print, screen and (min-width: 64em) {
    .foundationiconpanel {
      padding: 81px 0px 70px; } }
  .foundationiconpanel .grid-x {
    -webkit-box-pack: center;
    -webkit-justify-content: center;
        -ms-flex-pack: center;
            justify-content: center; }
  .foundationiconpanel h2 {
    text-align: center;
    margin-bottom: 42px;
    color: #00214e; }
    @media print, screen and (min-width: 64em) {
      .foundationiconpanel h2 {
        margin-bottom: 91px; } }
  @media print, screen and (min-width: 64em) {
    .foundationiconpanel.carrersiconpanel .icondetail {
      padding: 44px 30px 81px 30px; } }
  @media screen and (min-width: 85.375em) {
    .foundationiconpanel.carrersiconpanel .icondetail {
      margin-right: 3.6%;
      width: 30.9%; } }
  .foundationiconpanel.carrersiconpanel .icondetail a h6 {
    font-size: 24px;
    line-height: 32px;
    text-align: center; }
    @media print, screen and (min-width: 64em) {
      .foundationiconpanel.carrersiconpanel .icondetail a h6 {
        margin: 0px auto;
        margin-bottom: 24px;
        font-size: 24px;
        line-height: 32px; } }
  .foundationiconpanel .icondetail {
    text-align: center;
    background: #edf2f7;
    border-radius: 16px 16px 0px 0px;
    padding: 30px 40px 30px 40px;
    margin-bottom: 50px;
    position: relative; }
    .foundationiconpanel .icondetail:last-child {
      margin-right: 0px; }
    @media print, screen and (min-width: 48em) and (max-width: 63.99875em) {
      .foundationiconpanel .icondetail:nth-child(2n + 2) {
        margin-right: 0px; } }
    @media print, screen and (min-width: 64em) {
      .foundationiconpanel .icondetail {
        padding: 42px 30px 37px 30px;
        margin-bottom: 61px; }
        .foundationiconpanel .icondetail:nth-child(3n + 3) {
          margin-right: 0px; } }
    @media print, screen and (min-width: 48em) {
      .foundationiconpanel .icondetail {
        margin-right: 3%;
        width: 48.5%; } }
    @media print, screen and (min-width: 64em) {
      .foundationiconpanel .icondetail {
        margin-right: 3%;
        width: 28%; } }
    @media screen and (min-width: 85.375em) {
      .foundationiconpanel .icondetail {
        margin-right: 8%; } }
    .foundationiconpanel .icondetail h6 {
      font-size: 24px;
      line-height: 32px;
      text-align: center; }
      @media print, screen and (min-width: 64em) {
        .foundationiconpanel .icondetail h6 {
          margin: 0px auto;
          margin-bottom: 24px;
          font-size: 24px;
          line-height: 32px; } }
    @media print, screen and (min-width: 64em) {
      .foundationiconpanel .icondetail ul {
        padding-left: 22px; } }
    .foundationiconpanel .icondetail ul li {
      text-align: left; }
      @media print, screen and (min-width: 64em) {
        .foundationiconpanel .icondetail ul li {
          margin-bottom: 23px;
          padding-left: 25px; } }
    .foundationiconpanel .icondetail:after {
      content: "";
      background: url(../images/careers-icon-bg-1.svg) no-repeat;
      position: absolute;
      width: 100%;
      height: 19px;
      left: 0;
      bottom: -18px;
      overflow: hidden; }
    .foundationiconpanel .icondetail a {
      display: block;
      -webkit-transition: all 0.75s;
      transition: all 0.75s;
      text-align: center;
      text-decoration: none; }
      .foundationiconpanel .icondetail a .iconsec {
        text-decoration: none; }
      .foundationiconpanel .icondetail a:hover {
        -webkit-transition: all 0.75s;
        transition: all 0.75s;
        text-decoration: none;
        text-decoration: none; }
        .foundationiconpanel .icondetail a:hover .iconsec {
          background: #1c375e;
          text-decoration: none; }
          .foundationiconpanel .icondetail a:hover .iconsec svg {
            -webkit-transform: scale(1.2);
                -ms-transform: scale(1.2);
                    transform: scale(1.2);
            fill: #ffffff; }
            .foundationiconpanel .icondetail a:hover .iconsec svg path {
              fill: #ffffff; }
            .foundationiconpanel .icondetail a:hover .iconsec svg g path {
              fill: #ffffff; }
        .foundationiconpanel .icondetail a:hover .ctaborder {
          color: #ffffff;
          background: #1c375e; }
          .foundationiconpanel .icondetail a:hover .ctaborder:after {
            height: 100%;
            z-index: 1; }
          .foundationiconpanel .icondetail a:hover .ctaborder i {
            z-index: 2; }
        .foundationiconpanel .icondetail a:hover p {
          text-decoration: none; }
    .foundationiconpanel .icondetail .iconsec {
      width: 98px;
      height: 98px;
      margin-bottom: 14px;
      -webkit-transition: all 0.75s;
      transition: all 0.75s;
      display: -webkit-inline-box;
      display: -webkit-inline-flex;
      display: -ms-inline-flexbox;
      display: inline-flex;
      background: #ffffff;
      border-radius: 50%;
      -webkit-box-pack: center;
      -webkit-justify-content: center;
          -ms-flex-pack: center;
              justify-content: center;
      -webkit-box-align: center;
      -webkit-align-items: center;
          -ms-flex-align: center;
              align-items: center; }
      @media print, screen and (min-width: 64em) {
        .foundationiconpanel .icondetail .iconsec {
          width: 104px;
          height: 104px;
          margin-bottom: 25px; } }
      .foundationiconpanel .icondetail .iconsec svg {
        -webkit-transition: all 0.75s;
        transition: all 0.75s;
        max-width: 52px; }
        @media print, screen and (min-width: 64em) {
          .foundationiconpanel .icondetail .iconsec svg {
            max-width: 62px; } }
        @media screen and (min-width: 85.375em) {
          .foundationiconpanel .icondetail .iconsec svg {
            max-width: 100%; } }
      .foundationiconpanel .icondetail .iconsec:hover svg {
        -webkit-transform: scale(1.2);
            -ms-transform: scale(1.2);
                transform: scale(1.2);
        fill: #ffffff; }
        .foundationiconpanel .icondetail .iconsec:hover svg path {
          fill: #ffffff; }
        .foundationiconpanel .icondetail .iconsec:hover svg g path {
          fill: #ffffff; }
      @media screen and (min-width: 85.375em) {
        .foundationiconpanel .icondetail .iconsec.big {
          width: 145px;
          height: 145px; } }
      .foundationiconpanel .icondetail .iconsec h6 {
        color: #00214e;
        font-size: 24px;
        line-height: 28px;
        text-align: center; }
        @media print, screen and (min-width: 64em) {
          .foundationiconpanel .icondetail .iconsec h6 {
            margin: 0px auto;
            margin-bottom: 23px; } }
      .foundationiconpanel .icondetail .iconsec p {
        color: #00214e;
        font-size: 17px;
        line-height: 22px;
        text-align: center; }
        @media print, screen and (min-width: 64em) {
          .foundationiconpanel .icondetail .iconsec p {
            font-size: 18px;
            line-height: 25px;
            text-align: left; } }
      .foundationiconpanel .icondetail .iconsec li {
        color: #00214e;
        font-size: 17px;
        line-height: 22px;
        text-align: left;
        max-width: 320px;
        padding-left: 23px; }
        @media print, screen and (min-width: 64em) {
          .foundationiconpanel .icondetail .iconsec li {
            font-size: 20px;
            line-height: 27px;
            padding-left: 23px; } }
    .foundationiconpanel .icondetail:hover {
      -webkit-transition: all 0.75s;
      transition: all 0.75s; }
      .foundationiconpanel .icondetail:hover .iconsec {
        background: #1c375e; }
        .foundationiconpanel .icondetail:hover .iconsec svg {
          -webkit-transform: scale(1.2);
              -ms-transform: scale(1.2);
                  transform: scale(1.2);
          fill: #ffffff; }
          .foundationiconpanel .icondetail:hover .iconsec svg path {
            fill: #ffffff; }
          .foundationiconpanel .icondetail:hover .iconsec svg g path {
            fill: #ffffff; }
      .foundationiconpanel .icondetail:hover .ctaborder {
        color: #ffffff;
        background: #1c375e; }
        .foundationiconpanel .icondetail:hover .ctaborder:after {
          height: 100%;
          z-index: 1; }
        .foundationiconpanel .icondetail:hover .ctaborder i {
          z-index: 2; }
    .foundationiconpanel .icondetail .ctaborder {
      margin-top: 30px;
      min-width: 178px;
      color: #2e2e36;
      text-align: center; }
      @media print, screen and (min-width: 64em) {
        .foundationiconpanel .icondetail .ctaborder {
          margin-top: 90px;
          min-width: 222px; } }
      .foundationiconpanel .icondetail .ctaborder:hover {
        color: #ffffff; }
      .foundationiconpanel .icondetail .ctaborder span {
        text-align: center;
        display: block; }
      .foundationiconpanel .icondetail .ctaborder i {
        font-style: normal;
        margin-top: 0px; }
        @media print, screen and (min-width: 64em) {
          .foundationiconpanel .icondetail .ctaborder i {
            margin-top: -2px; } }
  .foundationiconpanel.personallightbluepanel .icondetail::after {
    background: url(../images/careers-icon-bg-1-lightblue.svg) no-repeat; }
  .foundationiconpanel.personalyellowpanel .icondetail::after {
    background: url(../images/careers-icon-bg-1-yellow.svg) no-repeat; }
  .foundationiconpanel.personaldarkblueanel .icondetail::after {
    background: url(../images/careers-icon-bg-1-blue.svg) no-repeat; }

.twocolumnpanel {
  padding: 28px 0px 60px; }
  @media print, screen and (min-width: 64em) {
    .twocolumnpanel {
      padding: 90px 0px 90px; } }
  @media (max-width: 767px) {
    .twocolumnpanel .grid-container {
      max-width: 450px !important;
      width: 100%;
      padding-left: 7px !important;
      padding-right: 7px !important; } }
  .twocolumnpanel h2 {
    margin-bottom: 83px;
    text-align: center;
    margin-top: -14px;
    color: #00214e; }
  .twocolumnpanel .flexwrap {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-flex-wrap: wrap;
        -ms-flex-wrap: wrap;
            flex-wrap: wrap; }
    @media print, screen and (min-width: 64em) {
      .twocolumnpanel .flexwrap {
        -webkit-box-pack: justify;
        -webkit-justify-content: space-between;
            -ms-flex-pack: justify;
                justify-content: space-between; } }
    .twocolumnpanel .flexwrap + .flexwrap {
      margin-top: 29px; }
      @media print, screen and (min-width: 64em) {
        .twocolumnpanel .flexwrap + .flexwrap {
          margin-top: 72px; } }
      @media screen and (min-width: 85.375em) {
        .twocolumnpanel .flexwrap + .flexwrap {
          margin-top: 90px; } }
    .twocolumnpanel .flexwrap.left .rightwrap {
      -webkit-box-ordinal-group: 3;
      -webkit-order: 2;
          -ms-flex-order: 2;
              order: 2; }
      @media print, screen and (min-width: 64em) {
        .twocolumnpanel .flexwrap.left .rightwrap {
          -webkit-box-ordinal-group: 2;
          -webkit-order: 1;
              -ms-flex-order: 1;
                  order: 1; } }
    .twocolumnpanel .flexwrap.left .leftwarp {
      -webkit-box-ordinal-group: 2;
      -webkit-order: 1;
          -ms-flex-order: 1;
              order: 1; }
      @media print, screen and (min-width: 64em) {
        .twocolumnpanel .flexwrap.left .leftwarp {
          width: 45.8%;
          -webkit-box-ordinal-group: 3;
          -webkit-order: 2;
              -ms-flex-order: 2;
                  order: 2; } }
      @media screen and (min-width: 85.375em) {
        .twocolumnpanel .flexwrap.left .leftwarp {
          width: 45.8%;
          padding-left: 22px; } }
      @media (max-width: 1023px) {
        .twocolumnpanel .flexwrap.left .leftwarp h4 {
          margin-bottom: 21px; } }
    .twocolumnpanel .flexwrap .leftwarp {
      width: 100%;
      margin-top: 23px; }
      @media (max-width: 1023px) {
        .twocolumnpanel .flexwrap .leftwarp {
          -webkit-box-ordinal-group: 2;
          -webkit-order: 1;
              -ms-flex-order: 1;
                  order: 1; } }
      @media print, screen and (min-width: 64em) {
        .twocolumnpanel .flexwrap .leftwarp {
          width: 50%;
          margin-bottom: 1px;
          margin-top: 0px; } }
      @media screen and (min-width: 85.375em) {
        .twocolumnpanel .flexwrap .leftwarp {
          width: 50%;
          padding-top: 0px; } }
      .twocolumnpanel .flexwrap .leftwarp h4 {
        font-size: 24px;
        line-height: 32px;
        font-weight: 700;
        color: #00214e;
        margin-bottom: 36px;
        text-align: center; }
        @media print, screen and (min-width: 64em) {
          .twocolumnpanel .flexwrap .leftwarp h4 {
            font-size: 36px;
            line-height: 48px;
            margin-bottom: 30px;
            text-align: left; } }
      @media print, screen and (min-width: 64em) {
        .twocolumnpanel .flexwrap .leftwarp h5 {
          font-size: 24px;
          line-height: 32px;
          color: #00214e; } }
      .twocolumnpanel .flexwrap .leftwarp p {
        font-size: 17px;
        line-height: 22px;
        margin-bottom: 0px;
        color: #00214e; }
        @media print, screen and (min-width: 64em) {
          .twocolumnpanel .flexwrap .leftwarp p {
            font-size: 24px;
            line-height: 32px; } }
        .twocolumnpanel .flexwrap .leftwarp p + p {
          margin-top: 23px; }
          @media print, screen and (min-width: 64em) {
            .twocolumnpanel .flexwrap .leftwarp p + p {
              margin-top: 33px; } }
        .twocolumnpanel .flexwrap .leftwarp p a {
          text-decoration: underline;
          color: #00214e; }
          .twocolumnpanel .flexwrap .leftwarp p a:hover {
            text-decoration: none; }
        .twocolumnpanel .flexwrap .leftwarp p:last-child {
          margin-bottom: 22px; }
      .twocolumnpanel .flexwrap .leftwarp ul {
        padding-left: 12px;
        margin-top: 21px;
        margin-bottom: 30px; }
        .twocolumnpanel .flexwrap .leftwarp ul li {
          display: list-item;
          margin: 0px 0 0;
          position: relative;
          padding-left: 6px;
          margin-bottom: 9px;
          color: #00214e;
          font-size: 17px;
          line-height: 22px; }
          @media print, screen and (min-width: 64em) {
            .twocolumnpanel .flexwrap .leftwarp ul li {
              font-size: 18px;
              line-height: 25px; } }
          .twocolumnpanel .flexwrap .leftwarp ul li:before {
            left: -12px;
            content: "";
            width: 7px;
            height: 7px;
            top: 7px;
            border-radius: 50%;
            position: absolute;
            background-color: #eb0535; }
            @media print, screen and (min-width: 64em) {
              .twocolumnpanel .flexwrap .leftwarp ul li:before {
                width: 9px;
                height: 9px; } }
          .twocolumnpanel .flexwrap .leftwarp ul li a {
            text-decoration: none;
            color: #00214e; }
            .twocolumnpanel .flexwrap .leftwarp ul li a:hover {
              color: #00214e;
              text-decoration: underline; }
        .twocolumnpanel .flexwrap .leftwarp ul ul {
          margin: 15px 0 0;
          padding-left: 25px; }
          .twocolumnpanel .flexwrap .leftwarp ul ul li {
            display: list-item;
            margin: 5px 0 0;
            position: relative;
            padding-left: 10px;
            margin-bottom: 9px; }
            .twocolumnpanel .flexwrap .leftwarp ul ul li:before {
              left: -12px;
              content: "";
              width: 7px;
              height: 7px;
              top: 10px;
              border-radius: 50%;
              position: absolute;
              background-color: #eb0535; }
      .twocolumnpanel .flexwrap .leftwarp ol {
        padding-left: 12px;
        margin-top: 21px;
        margin-bottom: 18px; }
        .twocolumnpanel .flexwrap .leftwarp ol li {
          margin-bottom: 9px;
          line-height: 27px;
          font-size: 17px;
          line-height: 22px;
          color: #00214e; }
          @media print, screen and (min-width: 64em) {
            .twocolumnpanel .flexwrap .leftwarp ol li {
              font-size: 18px;
              line-height: 25px; } }
      .twocolumnpanel .flexwrap .leftwarp .btn {
        margin-top: 40px;
        margin-bottom: 21px; }
        @media print, screen and (min-width: 64em) {
          .twocolumnpanel .flexwrap .leftwarp .btn {
            margin-top: 37px;
            text-align: left;
            margin-bottom: 0px; } }
    .twocolumnpanel .flexwrap .rightwrap {
      width: 100%; }
      @media (max-width: 1023px) {
        .twocolumnpanel .flexwrap .rightwrap {
          -webkit-box-ordinal-group: 3;
          -webkit-order: 2;
              -ms-flex-order: 2;
                  order: 2;
          margin-top: 13px; } }
      @media print, screen and (min-width: 64em) {
        .twocolumnpanel .flexwrap .rightwrap {
          width: 46.2%;
          overflow: hidden; } }
      .twocolumnpanel .flexwrap .rightwrap .imgwrap {
        border-radius: 16px;
        overflow: hidden;
        width: 100%;
        height: 250px;
        margin: 0px auto;
        -webkit-transform: translateZ(0);
                transform: translateZ(0); }
        @media print, screen and (min-width: 48em) {
          .twocolumnpanel .flexwrap .rightwrap .imgwrap {
            height: 250px; } }
        @media print, screen and (min-width: 64em) {
          .twocolumnpanel .flexwrap .rightwrap .imgwrap {
            width: auto;
            height: 312px; } }
        @media screen and (min-width: 85.375em) {
          .twocolumnpanel .flexwrap .rightwrap .imgwrap {
            width: auto;
            height: 437px; } }
        .twocolumnpanel .flexwrap .rightwrap .imgwrap img {
          width: 100%;
          height: 100%;
          -o-object-fit: cover;
             object-fit: cover;
          -webkit-transition: all 0.55s;
          transition: all 0.55s;
          border-radius: 16px;
          overflow: hidden; }
        .twocolumnpanel .flexwrap .rightwrap .imgwrap:hover img {
          -webkit-transform: scale(1.2);
              -ms-transform: scale(1.2);
                  transform: scale(1.2); }
        .twocolumnpanel .flexwrap .rightwrap .imgwrap.videowrap {
          max-width: 100%;
          min-height: 114px;
          position: relative;
          width: auto;
          border-radius: 12px; }
          @media print, screen and (min-width: 64em) {
            .twocolumnpanel .flexwrap .rightwrap .imgwrap.videowrap {
              min-height: 270px; } }
          .twocolumnpanel .flexwrap .rightwrap .imgwrap.videowrap .imgsec.videosec {
            position: relative;
            border-radius: 12px; }
            @media (max-width: 1023px) {
              .twocolumnpanel .flexwrap .rightwrap .imgwrap.videowrap .imgsec.videosec {
                width: 114px;
                margin: 0px auto; } }
          .twocolumnpanel .flexwrap .rightwrap .imgwrap.videowrap .video-panel .filter-img {
            padding-bottom: 0px;
            width: 114px;
            height: 114px; }
            @media print, screen and (min-width: 64em) {
              .twocolumnpanel .flexwrap .rightwrap .imgwrap.videowrap .video-panel .filter-img {
                height: 270px;
                width: 270px; } }
            .twocolumnpanel .flexwrap .rightwrap .imgwrap.videowrap .video-panel .filter-img img {
              border-radius: 16px; }
          .twocolumnpanel .flexwrap .rightwrap .imgwrap.videowrap .video-panel .filter-img .videoPanel:before {
            border-radius: 16px; }
          .twocolumnpanel .flexwrap .rightwrap .imgwrap.videowrap .video-panel .filter-img .videoPanel:after {
            width: 53px;
            height: 53px; }
            @media print, screen and (min-width: 64em) {
              .twocolumnpanel .flexwrap .rightwrap .imgwrap.videowrap .video-panel .filter-img .videoPanel:after {
                width: 93px;
                height: 93px; } }
          .twocolumnpanel .flexwrap .rightwrap .imgwrap.videowrap .video-panel .video-thumb-image iframe {
            top: 0;
            border-radius: 16px; }
          .twocolumnpanel .flexwrap .rightwrap .imgwrap.videowrap .videoPanel.loaded img {
            opacity: 0;
            visibility: hidden; }
          .twocolumnpanel .flexwrap .rightwrap .imgwrap.videowrap .imgWrap {
            position: relative;
            border-radius: 12px; }
            .twocolumnpanel .flexwrap .rightwrap .imgwrap.videowrap .imgWrap img {
              border-radius: 12px; }

.criteriapanel {
  padding-top: 60px;
  padding-bottom: 90px; }
  .criteriapanel h3 {
    margin-bottom: 40px;
    text-align: center; }
    @media print, screen and (min-width: 48em) {
      .criteriapanel h3 {
        text-align: left; } }
  .criteriapanel .criteria {
    -webkit-box-shadow: 0px 3px 10px 0px rgba(98, 127, 168, 0.2);
            box-shadow: 0px 3px 10px 0px rgba(98, 127, 168, 0.2);
    border-radius: 16px;
    position: relative;
    max-width: 1099px; }
    .criteriapanel .criteria:after {
      content: "";
      background-color: #1c375e;
      width: 100%;
      position: absolute;
      top: 0;
      left: auto;
      max-width: 102px;
      height: 100%;
      border-top-left-radius: 16px;
      border-bottom-left-radius: 16px; }
      @media print, screen and (min-width: 48em) {
        .criteriapanel .criteria:after {
          max-width: 150px; } }
      @media print, screen and (min-width: 64em) {
        .criteriapanel .criteria:after {
          max-width: 220px; } }
      @media screen and (min-width: 85.375em) {
        .criteriapanel .criteria:after {
          max-width: 253px; } }
    .criteriapanel .criteria .criteriaflex {
      display: -webkit-box;
      display: -webkit-flex;
      display: -ms-flexbox;
      display: flex;
      z-index: 1;
      position: relative;
      -webkit-box-orient: horizontal;
      -webkit-box-direction: normal;
      -webkit-flex-flow: row wrap;
          -ms-flex-flow: row wrap;
              flex-flow: row wrap; }
      .criteriapanel .criteria .criteriaflex .left {
        width: 102px;
        padding: 10px 0;
        -webkit-align-self: top;
            -ms-flex-item-align: top;
                align-self: top;
        text-align: center;
        position: relative; }
        @media print, screen and (min-width: 48em) {
          .criteriapanel .criteria .criteriaflex .left {
            width: 150px;
            -webkit-align-self: center;
                -ms-flex-item-align: center;
                    align-self: center; } }
        @media print, screen and (min-width: 64em) {
          .criteriapanel .criteria .criteriaflex .left {
            padding: 21px 0;
            width: 220px; } }
        @media screen and (min-width: 85.375em) {
          .criteriapanel .criteria .criteriaflex .left {
            width: 253px; } }
        .criteriapanel .criteria .criteriaflex .left h4 {
          font-size: 17px;
          line-height: 22px;
          color: #ffffff;
          font-weight: 600; }
          @media print, screen and (min-width: 64em) {
            .criteriapanel .criteria .criteriaflex .left h4 {
              font-size: 24px;
              line-height: 32px;
              font-weight: 700; } }
          .criteriapanel .criteria .criteriaflex .left h4:after {
            content: "";
            width: 41px;
            position: absolute;
            bottom: 0;
            left: 50%;
            -webkit-transform: translate(-50%, -4px);
                -ms-transform: translate(-50%, -4px);
                    transform: translate(-50%, -4px);
            border-bottom: 2px solid #eb0535; }
            @media print, screen and (min-width: 64em) {
              .criteriapanel .criteria .criteriaflex .left h4:after {
                width: 56px; } }
      .criteriapanel .criteria .criteriaflex .right {
        padding: 10px 0;
        position: relative;
        -webkit-align-self: center;
            -ms-flex-item-align: center;
                align-self: center;
        margin-left: 0px;
        width: 70.4%; }
        @media print, screen and (min-width: 48em) {
          .criteriapanel .criteria .criteriaflex .right {
            width: 71.4%;
            margin-left: 38px; } }
        @media print, screen and (min-width: 64em) {
          .criteriapanel .criteria .criteriaflex .right {
            padding: 21px 0; } }
        .criteriapanel .criteria .criteriaflex .right p {
          font-size: 17px;
          text-align: center;
          padding-left: 10px;
          padding-right: 5px; }
          @media print, screen and (min-width: 48em) {
            .criteriapanel .criteria .criteriaflex .right p {
              padding-left: 10px;
              text-align: left; } }
          @media print, screen and (min-width: 64em) {
            .criteriapanel .criteria .criteriaflex .right p {
              font-size: 20px;
              line-height: 27px;
              padding-left: 90px; } }
          @media screen and (min-width: 85.375em) {
            .criteriapanel .criteria .criteriaflex .right p {
              padding-left: 90px; } }
          .criteriapanel .criteria .criteriaflex .right p:after {
            content: "";
            width: 100%;
            position: absolute;
            bottom: 0;
            left: 0;
            border-bottom: 1px solid #5d5d5d;
            -webkit-transform: translate(0%, -4px);
                -ms-transform: translate(0%, -4px);
                    transform: translate(0%, -4px); }
      .criteriapanel .criteria .criteriaflex div:nth-last-child(2),
      .criteriapanel .criteria .criteriaflex div:nth-last-child(1) {
        padding-bottom: 14px; }
        .criteriapanel .criteria .criteriaflex div:nth-last-child(2) h4:after,
        .criteriapanel .criteria .criteriaflex div:nth-last-child(2) p:after,
        .criteriapanel .criteria .criteriaflex div:nth-last-child(1) h4:after,
        .criteriapanel .criteria .criteriaflex div:nth-last-child(1) p:after {
          display: none; }

.opportunitiespanel {
  padding-top: 60px;
  padding-bottom: 60px; }
  @media print, screen and (min-width: 64em) {
    .opportunitiespanel {
      padding-top: 50px; } }
  .opportunitiespanel h3 {
    margin-bottom: 83px;
    text-align: center; }
    @media print, screen and (min-width: 64em) {
      .opportunitiespanel h3 {
        margin-bottom: 87px;
        font-size: 42px;
        line-height: 56px;
        color: #00214e; } }
  .opportunitiespanel .opportunitiesflex {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    z-index: 1;
    position: relative;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -webkit-flex-flow: row wrap;
        -ms-flex-flow: row wrap;
            flex-flow: row wrap;
    -webkit-box-shadow: 0px 3px 6px 0px rgba(98, 127, 168, 0.2);
            box-shadow: 0px 3px 6px 0px rgba(98, 127, 168, 0.2);
    border-radius: 16px;
    background: #ffffff;
    margin-bottom: 30px;
    padding: 34px 0; }
    @media print, screen and (min-width: 48em) {
      .opportunitiespanel .opportunitiesflex {
        -webkit-box-orient: horizontal;
        -webkit-box-direction: normal;
        -webkit-flex-flow: row nowrap;
            -ms-flex-flow: row nowrap;
                flex-flow: row nowrap; } }
    .opportunitiespanel .opportunitiesflex .left {
      width: 100%;
      padding: 10px 10px;
      -webkit-align-self: top;
          -ms-flex-item-align: top;
              align-self: top;
      text-align: center;
      position: relative; }
      @media print, screen and (min-width: 48em) {
        .opportunitiespanel .opportunitiesflex .left {
          width: 180px;
          -webkit-align-self: center;
              -ms-flex-item-align: center;
                  align-self: center; } }
      @media print, screen and (min-width: 64em) {
        .opportunitiespanel .opportunitiesflex .left {
          padding: 21px 0;
          width: 340px; } }
      @media print, screen and (max-width: 47.99875em) {
        .opportunitiespanel .opportunitiesflex .left .btn {
          margin-bottom: 22px; } }
      .opportunitiespanel .opportunitiesflex .left .btn .ctabutton {
        border: solid 2px #ea0031;
        color: #ea0031; }
        @media print, screen and (min-width: 64em) {
          .opportunitiespanel .opportunitiesflex .left .btn .ctabutton {
            font-size: 26px;
            line-height: 35px;
            padding: 7.5px 25px; } }
        .opportunitiespanel .opportunitiesflex .left .btn .ctabutton:hover {
          color: #ffffff;
          border: solid 2px transparent; }
        .opportunitiespanel .opportunitiesflex .left .btn .ctabutton:after {
          background: #ea0031; }
      .opportunitiespanel .opportunitiesflex .left h4 {
        font-size: 17px;
        line-height: 22px;
        font-weight: 600;
        color: #00214e; }
        @media print, screen and (min-width: 64em) {
          .opportunitiespanel .opportunitiesflex .left h4 {
            font-size: 26px;
            line-height: 28px;
            font-weight: 700;
            margin-bottom: 26px; } }
      .opportunitiespanel .opportunitiesflex .left p {
        font-size: 17px;
        line-height: 28px;
        margin-bottom: 26px; }
      .opportunitiespanel .opportunitiesflex .left:after {
        content: "";
        width: 98px;
        height: 2px;
        position: absolute;
        left: 50%;
        -webkit-transform: translate(-50%, 0%);
            -ms-transform: translate(-50%, 0%);
                transform: translate(-50%, 0%);
        background: #ea0031; }
        @media print, screen and (min-width: 48em) {
          .opportunitiespanel .opportunitiesflex .left:after {
            width: 2px;
            height: 98px;
            top: 50%;
            right: 0;
            left: auto;
            -webkit-transform: translate(0, -50%);
                -ms-transform: translate(0, -50%);
                    transform: translate(0, -50%); } }
    .opportunitiespanel .opportunitiesflex .right {
      padding: 10px 10px;
      position: relative;
      -webkit-align-self: center;
          -ms-flex-item-align: center;
              align-self: center;
      margin-left: 0px;
      width: 100%;
      margin-top: 12px; }
      @media print, screen and (min-width: 48em) {
        .opportunitiespanel .opportunitiesflex .right {
          max-width: 500px;
          margin-left: 27px;
          margin-top: 0px; } }
      @media print, screen and (min-width: 64em) {
        .opportunitiespanel .opportunitiesflex .right {
          padding: 21px 0;
          max-width: 660px;
          padding-right: 20px;
          margin-left: 47px; } }
      @media screen and (min-width: 85.375em) {
        .opportunitiespanel .opportunitiesflex .right {
          max-width: 880px;
          margin-left: 87px; } }
      .opportunitiespanel .opportunitiesflex .right p {
        font-size: 17px;
        text-align: left;
        padding-right: 5px; }
        @media print, screen and (min-width: 48em) {
          .opportunitiespanel .opportunitiesflex .right p {
            text-align: left; } }
        @media print, screen and (min-width: 64em) {
          .opportunitiespanel .opportunitiesflex .right p {
            font-size: 20px;
            line-height: 32px;
            margin-bottom: 22px; } }
      .opportunitiespanel .opportunitiesflex .right .link-cta {
        font-size: 17px;
        /*text-align: center;*/
        display: block !important; }
        @media print, screen and (min-width: 48em) {
          .opportunitiespanel .opportunitiesflex .right .link-cta {
            text-align: left;
            display: inline-block !important; } }
        @media print, screen and (min-width: 64em) {
          .opportunitiespanel .opportunitiesflex .right .link-cta {
            font-size: 26px;
            line-height: 32px; } }
        .opportunitiespanel .opportunitiesflex .right .link-cta:after {
          top: auto;
          width: auto;
          height: auto;
          margin-left: 10px;
          font-size: 17px;
          line-height: 27px;
          bottom: 3px; }
          @media print, screen and (min-width: 64em) {
            .opportunitiespanel .opportunitiesflex .right .link-cta:after {
              font-size: 26px;
              line-height: 32px; } }

.ourculturepanel {
  padding: 49px 0 90px;
  text-align: center; }
  .ourculturepanel h2 {
    margin-bottom: 15px;
    color: #00214e; }
  .ourculturepanel p {
    font-size: 17px;
    margin-bottom: 0px;
    color: #00214e; }
    @media print, screen and (min-width: 64em) {
      .ourculturepanel p {
        font-size: 24px;
        line-height: 50px; } }
    .ourculturepanel p + h3 {
      margin-top: 14px;
      margin-bottom: 22px;
      font-size: 24px; }
      @media print, screen and (min-width: 64em) {
        .ourculturepanel p + h3 {
          margin-top: 62px;
          margin-bottom: 42px;
          font-size: 36px;
          line-height: 28px; } }
  .ourculturepanel .flexwrap {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-flex-wrap: wrap;
        -ms-flex-wrap: wrap;
            flex-wrap: wrap;
    background: #edf2f7;
    border-radius: 16px;
    max-width: 1046px;
    margin: 0 auto;
    -webkit-box-shadow: 0px 3px 6px 0px rgba(98, 127, 168, 0.2);
            box-shadow: 0px 3px 6px 0px rgba(98, 127, 168, 0.2);
    padding: 25px 40px 0; }
    @media print, screen and (min-width: 48em) {
      .ourculturepanel .flexwrap {
        padding: 57px 40px 0; } }
    @media print, screen and (min-width: 64em) {
      .ourculturepanel .flexwrap {
        -webkit-box-pack: justify;
        -webkit-justify-content: space-between;
            -ms-flex-pack: justify;
                justify-content: space-between;
        padding: 58px 73px 28px; } }
    .ourculturepanel .flexwrap h4 {
      font-size: 20px;
      line-height: 28px;
      color: #00214e;
      margin-bottom: 11px;
      text-align: left;
      position: relative; }
      @media print, screen and (min-width: 64em) {
        .ourculturepanel .flexwrap h4 {
          font-size: 24px;
          line-height: 28px;
          margin-bottom: 19px; } }
      .ourculturepanel .flexwrap h4:after {
        content: "";
        width: 60px;
        position: absolute;
        left: 0;
        bottom: 37px;
        border-top: 4px solid #ea0031; }
        @media print, screen and (min-width: 64em) {
          .ourculturepanel .flexwrap h4:after {
            width: 60px; } }
    .ourculturepanel .flexwrap p {
      font-size: 17px;
      line-height: 25px;
      margin-bottom: 38px;
      color: #00214e;
      text-align: left; }
    .ourculturepanel .flexwrap .leftwarp {
      width: 100%;
      margin-top: 23px; }
      @media print, screen and (min-width: 48em) {
        .ourculturepanel .flexwrap .leftwarp {
          width: 50%;
          margin-bottom: 1px;
          margin-top: 0px; } }
      @media screen and (min-width: 85.375em) {
        .ourculturepanel .flexwrap .leftwarp {
          padding-top: 0px; } }
    .ourculturepanel .flexwrap .rightwrap {
      width: 100%; }
      @media print, screen and (min-width: 48em) {
        .ourculturepanel .flexwrap .rightwrap {
          width: 50%; } }
      @media print, screen and (min-width: 64em) {
        .ourculturepanel .flexwrap .rightwrap {
          width: 46%; } }

.quotepanel {
  padding-top: 50px;
  padding-bottom: 120px; }
  .quotepanel h2 {
    text-align: center;
    margin-bottom: 150px; }
    @media print, screen and (min-width: 64em) {
      .quotepanel h2 {
        margin-bottom: 97px; } }
  .quotepanel .flexwrap {
    background: #ffffff;
    -webkit-box-shadow: 0px 5px 6px 0px rgba(98, 127, 168, 0.2);
            box-shadow: 0px 5px 6px 0px rgba(98, 127, 168, 0.2);
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    border-radius: 16px;
    width: 100%;
    margin: 0 auto;
    position: relative;
    min-height: 223px; }
  .quotepanel .cntwrap {
    padding: 160px 10px 45px;
    width: 100%; }
    @media print, screen and (min-width: 48em) {
      .quotepanel .cntwrap {
        padding: 140px 20px 45px;
        display: -webkit-box;
        display: -webkit-flex;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-align: center;
        -webkit-align-items: center;
            -ms-flex-align: center;
                align-items: center; } }
    @media print, screen and (min-width: 64em) {
      .quotepanel .cntwrap {
        width: 67%;
        padding: 30px 0px 30px; } }
    @media screen and (min-width: 85.375em) {
      .quotepanel .cntwrap {
        width: 61%;
        padding: 50px 0px 45px; } }
    .quotepanel .cntwrap p {
      font-size: 17px;
      margin-bottom: 0px;
      color: #00214e; }
      @media print, screen and (min-width: 64em) {
        .quotepanel .cntwrap p {
          font-size: 20px;
          line-height: 32px; } }
  .quotepanel .imgwrap {
    width: auto;
    height: 100%;
    overflow: auto; }
    @media print, screen and (min-width: 64em) {
      .quotepanel .imgwrap {
        width: 32%; } }
    .quotepanel .imgwrap figure {
      width: 236px;
      height: 236px;
      margin-bottom: 47px;
      position: absolute;
      z-index: 1;
      top: 0;
      left: 50%;
      -webkit-transform: translate(-50%, -50%);
          -ms-transform: translate(-50%, -50%);
              transform: translate(-50%, -50%); }
      @media print, screen and (min-width: 64em) {
        .quotepanel .imgwrap figure {
          left: 20px;
          top: -14px;
          -webkit-transform: translate(0%, 0%);
              -ms-transform: translate(0%, 0%);
                  transform: translate(0%, 0%);
          width: 280px;
          height: 280px; } }
      @media screen and (min-width: 85.375em) {
        .quotepanel .imgwrap figure {
          left: 80px;
          top: -28px; } }
      .quotepanel .imgwrap figure img {
        border-radius: 50%;
        width: 100%;
        height: 100%;
        border: solid 8px #ea0031;
        -o-object-fit: cover;
           object-fit: cover; }

.openpositionspanel {
  padding-top: 38px;
  padding-bottom: 40px;
  overflow: hidden;
  background: rgba(28, 55, 94, 0.72);
  position: relative;
  text-align: center; }
  @media print, screen and (min-width: 64em) {
    .openpositionspanel {
      padding-top: 60px;
      padding-bottom: 60px; } }
  @media screen and (min-width: 85.375em) {
    .openpositionspanel {
      padding-top: 90px;
      padding-bottom: 84px; } }
  .openpositionspanel .imgsec {
    opacity: 1;
    position: absolute;
    left: 0;
    z-index: -1;
    height: 100%;
    top: 0;
    width: 100%; }
    .openpositionspanel .imgsec img {
      width: 100%;
      -o-object-fit: cover;
         object-fit: cover;
      height: 100%; }
  .openpositionspanel .contentwrap {
    max-width: 650px;
    margin: 0 auto; }
    @media print, screen and (min-width: 64em) {
      .openpositionspanel .contentwrap {
        max-width: 650px; } }
    .openpositionspanel .contentwrap h2,
    .openpositionspanel .contentwrap h3 {
      color: #ffffff;
      text-align: center;
      font-size: 20px; }
      @media print, screen and (min-width: 64em) {
        .openpositionspanel .contentwrap h2,
        .openpositionspanel .contentwrap h3 {
          font-size: 36px;
          line-height: 50px; } }
    .openpositionspanel .contentwrap p {
      font-size: 17px;
      line-height: 23px;
      color: #ffffff;
      margin-bottom: 43px; }
      @media print, screen and (min-width: 64em) {
        .openpositionspanel .contentwrap p {
          font-size: 26px;
          line-height: 35px; } }
    .openpositionspanel .contentwrap .btn {
      text-align: center;
      margin-top: 30px; }
      @media print, screen and (min-width: 64em) {
        .openpositionspanel .contentwrap .btn {
          margin-top: 109px; } }
      .openpositionspanel .contentwrap .btn .ctabutton {
        background: #eeb944;
        border: 0;
        padding: 8.5px 22px; }

.breadcrumbWrap + .faqpanel {
  margin-top: 40px; }
  @media print, screen and (min-width: 48em) {
    .breadcrumbWrap + .faqpanel {
      margin-top: 17px; } }

.faqpanel {
  padding-top: 52px;
  padding-bottom: 17px; }
  @media print, screen and (min-width: 64em) {
    .faqpanel {
      padding-top: 48px;
      padding-bottom: 34px; } }
  @media print, screen and (max-width: 47.99875em) {
    .faqpanel {
      padding-top: 40px;
      padding-bottom: 6px; } }
  .faqpanel.white + .white {
    padding-top: 0px;
    margin-top: -10px; }
  .faqpanel + .twoColumnWrapModule {
    margin: 0 0 47px; }
  .faqpanel h2 {
    margin-bottom: 22px; }
    @media print, screen and (min-width: 64em) {
      .faqpanel h2 {
        margin-bottom: 43px; } }
  .faqpanel p {
    font-size: 17px;
    margin-bottom: 23px; }
    @media print, screen and (min-width: 64em) {
      .faqpanel p {
        font-size: 30px;
        line-height: 40px;
        margin-bottom: 21px; }
        .faqpanel p + p {
          margin-bottom: 45px; } }
  .faqpanel .accordion-container {
    position: relative;
    margin: 42px 0;
    max-width: 1168px; }
    @media print, screen and (min-width: 64em) {
      .faqpanel .accordion-container {
        margin: 56px 0; } }
  .faqpanel .faq-accordion {
    position: relative;
    width: 100%;
    height: auto;
    margin-bottom: 15px; }
    @media print, screen and (min-width: 64em) {
      .faqpanel .faq-accordion {
        margin-bottom: 14px; } }
  .faqpanel .faq-accordion > a {
    display: block;
    padding: 15px 63px 18px 10px;
    text-decoration: none;
    font-weight: normal;
    -webkit-transition: all 0.2s linear;
    transition: all 0.2s linear;
    -webkit-box-align: center;
    -webkit-align-items: center;
        -ms-flex-align: center;
            align-items: center;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    background: #edf2f7;
    position: relative;
    font-size: 20px;
    line-height: 27px; }
    @media print, screen and (min-width: 64em) {
      .faqpanel .faq-accordion > a {
        font-size: 30px;
        line-height: 40px;
        padding: 6px 63px 12px 30px; } }
  .faqpanel .faq-accordion > a i {
    position: relative; }
    .faqpanel .faq-accordion > a i.fa-angle-down {
      background: url(../images/faq-up.svg);
      position: absolute;
      top: 50%;
      right: 10px;
      background-size: contain;
      background-repeat: no-repeat;
      width: 13px;
      height: 8px;
      -webkit-transform: translate(0px, -50%) rotate(180deg);
          -ms-transform: translate(0px, -50%) rotate(180deg);
              transform: translate(0px, -50%) rotate(180deg); }
      @media print, screen and (min-width: 64em) {
        .faqpanel .faq-accordion > a i.fa-angle-down {
          right: 30px;
          width: 18px;
          height: 11px; } }
    .faqpanel .faq-accordion > a i.fa-angle-up {
      background: url(../images/faq-up.svg);
      position: absolute;
      top: 50%;
      right: 10px;
      background-size: contain;
      background-repeat: no-repeat;
      width: 13px;
      height: 8px;
      -webkit-transform: translate(0px, -50%);
          -ms-transform: translate(0px, -50%);
              transform: translate(0px, -50%); }
      @media print, screen and (min-width: 64em) {
        .faqpanel .faq-accordion > a i.fa-angle-up {
          right: 30px;
          width: 18px;
          height: 11px; } }
  .faqpanel .faq-accordion > a.active {
    background-color: #edf2f7; }
  .faqpanel .faq-content {
    display: none;
    padding-left: 10px;
    border-top: 0px;
    padding-bottom: 12px;
    padding-right: 20px;
    padding-top: 15px;
    /*-webkit-box-shadow: 0px 3px 6px 0px rgba(0, 0, 0, 0.16);
            box-shadow: 0px 3px 6px 0px rgba(0, 0, 0, 0.16);*/ }
    @media print, screen and (min-width: 64em) {
      .faqpanel .faq-content {
        padding-left: 20px;
        padding-left: 30px;
        padding-right: 80px;
        padding-top: 40px;
        padding-bottom: 35px; } }
    .faqpanel .faq-content .btn {
      margin-top: 28px;
      text-align: center;
      margin-bottom: 12px; }
      @media print, screen and (min-width: 64em) {
        .faqpanel .faq-content .btn {
          text-align: left;
          margin-top: 43px;
          margin-bottom: 18px; } }
    .faqpanel .faq-content p {
      font-size: 17px;
      line-height: 22px;
      margin-top: 0;
      margin-bottom: 22px; }
      @media print, screen and (min-width: 64em) {
        .faqpanel .faq-content p {
          margin-bottom: 23px;
          font-size: 18px;
          line-height: 24px; } }
      .faqpanel .faq-content p a {
        text-decoration: underline; }
    .faqpanel .faq-content ul {
      padding-left: 20px;
      padding-top: 1px;
      padding-bottom: 0px;
      margin-bottom: 0; }
      @media print, screen and (min-width: 64em) {
        .faqpanel .faq-content ul {
          padding-top: 7px;
          padding-bottom: 7px; } }
      .faqpanel .faq-content ul li {
        position: relative;
        padding-bottom: 8px;
        overflow-wrap: break-word;
        font-weight: normal;
        font-size: 17px;
        line-height: 22px; }
        @media print, screen and (min-width: 64em) {
          .faqpanel .faq-content ul li {
            font-size: 18px;
            line-height: 24px; } }
        .faqpanel .faq-content ul li:before {
          vertical-align: top;
          display: inline-block;
          left: -15px;
          content: "";
          height: 6px;
          width: 6px;
          position: absolute;
          background-color: var(--msb-yellow-ed);
          border-radius: 50%;
          top: 8px;
          text-indent: 0;
          font-weight: bold; }
          @media print, screen and (min-width: 48em) {
            .faqpanel .faq-content ul li:before {
              height: 8px;
              width: 8px;
              left: -15px;
              top: 8px; } }
        .faqpanel .faq-content ul li a {
          text-decoration: underline; }
        .faqpanel .faq-content ul li ul {
          padding-bottom: 0px; }
  .faqpanel.grey .faq-accordion > a {
    background: #fff;
    color: #00214e; }

.contacticon {
  padding-top: 45px;
  padding-bottom: 58px; }
  @media print, screen and (min-width: 64em) {
    .contacticon {
      padding-top: 17px;
      padding-bottom: 90px; } }
  .contacticon h2 {
    margin-bottom: 30px;
    color: #00214e; }
    @media print, screen and (max-width: 47.99875em) {
      .contacticon h2 {
        font-size: 27px;
        line-height: 36px; } }
    @media print, screen and (min-width: 64em) {
      .contacticon h2 {
        margin-bottom: 47px; } }
  .contacticon .grid-container {
    margin: 0px auto; }
  .contacticon h3,
  .contacticon h4 {
    font-size: 22px;
    line-height: 27px;
    color: #3b6796;
    font-weight: 400; }
    @media print, screen and (min-width: 48em) {
      .contacticon h3,
      .contacticon h4 {
        font-size: 33px;
        line-height: 41px; } }
    @media print, screen and (min-width: 64em) {
      .contacticon h3,
      .contacticon h4 {
        font-size: 30px;
        line-height: 40px; } }
  .contacticon .grid-x {
    margin-top: 39px; }
    @media print, screen and (min-width: 48em) {
      .contacticon .grid-x {
        margin-top: 60px;
        margin-bottom: 65px; } }
    @media print, screen and (min-width: 64em) {
      .contacticon .grid-x {
        margin-top: 88px;
        margin-bottom: 85px; } }
  @media print, screen and (min-width: 64em) {
    .contacticon .large-3 {
      width: 24.5%;
      margin-right: 6px; } }
  @media screen and (min-width: 85.375em) {
    .contacticon .large-3 {
      width: 19.5%;
      margin-right: 100px; } }
  @media (min-width: 1366px) and (max-width: 1530px) {
    .contacticon .large-3 {
      width: 20.5%;
      margin-right: 76px; } }
  @media print, screen and (min-width: 64em) {
    .contacticon .large-3:nth-child(4n + 4) {
      margin-right: 0px; } }
  .contacticon .iconsec {
    margin-bottom: 56px; }
    @media print, screen and (min-width: 48em) {
      .contacticon .iconsec {
        margin-bottom: 40px; } }
    @media print, screen and (min-width: 64em) {
      .contacticon .iconsec {
        margin-bottom: 0px; } }
    .contacticon .iconsec:nth-child(4n + 4) {
      margin-right: 0px; }
    .contacticon .iconsec a {
      display: inline-block;
      color: inherit;
      -webkit-transition: 0.75s all;
      transition: 0.75s all; }
      .contacticon .iconsec a:hover {
        text-decoration: none; }
        .contacticon .iconsec a:hover figure {
          background: #1c375e; }
          .contacticon .iconsec a:hover figure svg {
            -webkit-transform: scale(1.2);
                -ms-transform: scale(1.2);
                    transform: scale(1.2);
            fill: #004d6e; }
            .contacticon .iconsec a:hover figure svg path {
              fill: #ffffff; }
            .contacticon .iconsec a:hover figure svg g path {
              fill: #ffffff; }
          .contacticon .iconsec a:hover figure img {
            -webkit-transform: scale(1.2);
                -ms-transform: scale(1.2);
                    transform: scale(1.2);
            -webkit-transition: 1s ease;
            transition: 1s ease;
            color: #ffffff; }
        .contacticon .iconsec a:hover span {
          color: #004d6e;
          -webkit-transform: scale(1);
              -ms-transform: scale(1);
                  transform: scale(1); }
      .contacticon .iconsec a figure {
        border-radius: 18px;
        background: #edf2f7;
        display: -webkit-inline-box;
        display: -webkit-inline-flex;
        display: -ms-inline-flexbox;
        display: inline-flex;
        -webkit-box-pack: center;
        -webkit-justify-content: center;
            -ms-flex-pack: center;
                justify-content: center;
        -webkit-box-align: center;
        -webkit-align-items: center;
            -ms-flex-align: center;
                align-items: center;
        margin: 0px auto;
        width: 104px;
        height: 104px; }
        @media print, screen and (min-width: 48em) {
          .contacticon .iconsec a figure {
            width: 176px;
            height: 176px; } }
        @media print, screen and (min-width: 64em) {
          .contacticon .iconsec a figure {
            width: 176px;
            height: 176px; } }
        .contacticon .iconsec a figure svg {
          height: 70px;
          width: 70px;
          position: relative;
          overflow: hidden;
          vertical-align: middle;
          -webkit-transition: 0.75s all;
          transition: 0.75s all; }
          @media print, screen and (min-width: 48em) {
            .contacticon .iconsec a figure svg {
              height: 80px;
              width: 80px; } }
          @media print, screen and (min-width: 64em) {
            .contacticon .iconsec a figure svg {
              width: 96px;
              height: 96px; } }
        .contacticon .iconsec a figure img {
          -webkit-transition: 1s ease;
          transition: 1s ease;
          height: 50px;
          width: 56px; }
          @media print, screen and (min-width: 48em) {
            .contacticon .iconsec a figure img {
              height: 80px;
              width: 80px; } }
          @media print, screen and (min-width: 64em) {
            .contacticon .iconsec a figure img {
              width: 63px;
              height: 69px; } }
      .contacticon .iconsec a span {
        color: #00214e;
        text-align: center;
        text-transform: none;
        position: relative;
        -webkit-transition: all 0.3s;
        transition: all 0.3s;
        margin-top: 22px;
        margin: 0px auto;
        margin-top: 12px;
        font-size: 16px;
        line-height: 22px;
        margin-bottom: 0px; }
        @media print, screen and (min-width: 64em) {
          .contacticon .iconsec a span {
            font-size: 36px;
            line-height: 48px;
            margin-top: 19px;
            margin-bottom: 0px; } }
        @media screen and (min-width: 85.375em) {
          .contacticon .iconsec a span {
            font-size: 36px;
            line-height: 48px; } }
    .contacticon .iconsec a,
    .contacticon .iconsec span,
    .contacticon .iconsec figure {
      display: block; }
  .contacticon .multistepcontact h5 {
    line-height: 22px;
    font-size: 16px;
    color: #3b6796;
    font-weight: 400;
    margin-bottom: 14px; }
    @media print, screen and (min-width: 48em) {
      .contacticon .multistepcontact h5 {
        line-height: 32px;
        font-size: 23px; } }
    @media print, screen and (min-width: 64em) {
      .contacticon .multistepcontact h5 {
        line-height: 51px;
        font-size: 38px;
        margin-bottom: 14px; } }
  .contacticon .multistepcontact h6 {
    color: #3b6796;
    line-height: 22px;
    font-size: 16px;
    font-weight: 400;
    margin-bottom: 56px; }
    @media print, screen and (min-width: 64em) {
      .contacticon .multistepcontact h6 {
        line-height: 40px;
        font-size: 30px;
        margin-bottom: 56px; } }
  .contacticon .multistepcontact .topics {
    max-width: 1024px;
    margin: 0px auto;
    margin-top: -8px; }
    .contacticon .multistepcontact .topics h5 + h5 {
      margin-top: 11px; }
    .contacticon .multistepcontact .topics .contactFormField {
      margin-top: 36px; }
      @media print, screen and (min-width: 48em) {
        .contacticon .multistepcontact .topics .contactFormField {
          margin-top: 36px; } }
      @media print, screen and (min-width: 64em) {
        .contacticon .multistepcontact .topics .contactFormField {
          margin-top: 46px; } }
      .contacticon .multistepcontact .topics .contactFormField.textareasection {
        margin-bottom: 90px; }
        @media print, screen and (min-width: 64em) {
          .contacticon .multistepcontact .topics .contactFormField.textareasection {
            margin-bottom: 77px; } }
      .contacticon .multistepcontact .topics .contactFormField.loaninfo {
        margin-top: 67px;
        margin-bottom: 90px; }
        @media print, screen and (min-width: 48em) {
          .contacticon .multistepcontact .topics .contactFormField.loaninfo {
            margin-top: 30px; } }
        @media print, screen and (min-width: 64em) {
          .contacticon .multistepcontact .topics .contactFormField.loaninfo {
            margin-top: 73px;
            margin-bottom: 60px; } }
        .contacticon .multistepcontact .topics .contactFormField.loaninfo .form-group label {
          color: #00214e;
          font-size: 16px;
          line-height: 22px;
          font-weight: 400;
          padding-left: 3px;
          white-space: nowrap;
          text-align: left;
          margin-bottom: 10px; }
          @media print, screen and (min-width: 48em) {
            .contacticon .multistepcontact .topics .contactFormField.loaninfo .form-group label {
              font-size: 22px;
              line-height: 35px;
              margin-bottom: 10px; } }
          @media print, screen and (min-width: 64em) {
            .contacticon .multistepcontact .topics .contactFormField.loaninfo .form-group label {
              font-size: 38px;
              line-height: 51px;
              margin-bottom: 10px; } }
      .contacticon .multistepcontact .topics .contactFormField .form-group {
        position: relative;
        margin-bottom: 24px; }
        @media print, screen and (min-width: 48em) {
          .contacticon .multistepcontact .topics .contactFormField .form-group {
            margin-bottom: 22px; } }
        @media print, screen and (min-width: 64em) {
          .contacticon .multistepcontact .topics .contactFormField .form-group {
            margin-bottom: 18px; } }
        .contacticon .multistepcontact .topics .contactFormField .form-group span.errorMsg {
          background-color: #3b6796;
          background-image: url(../images/star.svg);
          background-repeat: no-repeat;
          position: absolute;
          top: 21px;
          right: -8px;
          width: 20px;
          height: 20px;
          background-size: 20px 36px;
          background-position: 1px -6px;
          border-radius: 50%; }
          @media print, screen and (min-width: 48em) {
            .contacticon .multistepcontact .topics .contactFormField .form-group span.errorMsg {
              background-position: 1px -6px;
              top: 26px;
              right: -10px;
              width: 30px;
              height: 30px;
              background-size: 30px 50px; } }
          @media print, screen and (min-width: 64em) {
            .contacticon .multistepcontact .topics .contactFormField .form-group span.errorMsg {
              top: 29px;
              right: -9px;
              background-position: 5px -8px;
              top: 39px;
              right: -17px;
              width: 38px;
              height: 38px;
              border-radius: 50%;
              background-size: 30px 62px; } }
          @media screen and (min-width: 85.375em) {
            .contacticon .multistepcontact .topics .contactFormField .form-group span.errorMsg {
              background-position: 5px -8px;
              top: 39px;
              right: -17px;
              width: 38px;
              height: 38px;
              border-radius: 50%;
              background-size: 30px 62px; } }
        .contacticon .multistepcontact .topics .contactFormField .form-group span.f-error {
          background-color: #9f0a1f;
          background-image: url(../images/wrong.svg);
          background-position: 6px 5px;
          background-size: 9px 10px; }
          @media print, screen and (min-width: 48em) {
            .contacticon .multistepcontact .topics .contactFormField .form-group span.f-error {
              background-position: 10px 8px;
              background-size: 12px 13px; } }
          @media print, screen and (min-width: 64em) {
            .contacticon .multistepcontact .topics .contactFormField .form-group span.f-error {
              background-position: 13px 11px;
              background-size: 12px 16px; } }
        .contacticon .multistepcontact .topics .contactFormField .form-group span.f-success {
          background-color: #119f0a;
          background-image: url(../images/success.svg);
          border: 2px solid #119f0a;
          background-position: 2px 1px;
          background-size: 13px 15px; }
          @media print, screen and (min-width: 48em) {
            .contacticon .multistepcontact .topics .contactFormField .form-group span.f-success {
              background-position: 4px 0px;
              background-size: 17px 26px; } }
          @media print, screen and (min-width: 64em) {
            .contacticon .multistepcontact .topics .contactFormField .form-group span.f-success {
              background-position: 8px 5px;
              background-size: 19px 24px; } }
        .contacticon .multistepcontact .topics .contactFormField .form-group label {
          color: #00214e;
          font-size: 16px;
          line-height: 22px;
          font-weight: 400;
          padding-left: 3px;
          white-space: nowrap;
          text-align: left;
          margin-bottom: 10px; }
          @media print, screen and (min-width: 48em) {
            .contacticon .multistepcontact .topics .contactFormField .form-group label {
              font-size: 22px;
              line-height: 35px;
              margin-bottom: 10px; } }
          @media print, screen and (min-width: 64em) {
            .contacticon .multistepcontact .topics .contactFormField .form-group label {
              font-size: 30px;
              line-height: 40px;
              margin-bottom: 10px; } }
        .contacticon .multistepcontact .topics .contactFormField .form-group input {
          border-radius: 0;
          background-color: #ffffff;
          padding: 10px 10px;
          border: 1px solid #3b6796;
          height: 40px;
          color: #00214e;
          font-size: 18px;
          width: 100%;
          margin-bottom: 0px; }
          @media print, screen and (min-width: 48em) {
            .contacticon .multistepcontact .topics .contactFormField .form-group input {
              height: 45px;
              font-size: 22px;
              line-height: 35px; } }
          @media print, screen and (min-width: 64em) {
            .contacticon .multistepcontact .topics .contactFormField .form-group input {
              height: 75px;
              font-size: 38px;
              line-height: 51px;
              padding: 10px 20px; } }
        .contacticon .multistepcontact .topics .contactFormField .form-group .ui-selectmenu-button {
          border-radius: 0;
          background-color: #ffffff;
          padding: 5px 18px;
          border: 1px solid #707070;
          height: 42px;
          color: #00214e;
          width: 100%;
          margin-bottom: 158px;
          height: 75px;
          font-size: 38px;
          line-height: 51px;
          font-weight: 400;
          margin-bottom: 43px;
          padding-left: 35px;
          padding-right: 35px; }
          @media print, screen and (min-width: 48em) and (max-width: 63.99875em) {
            .contacticon .multistepcontact .topics .contactFormField .form-group .ui-selectmenu-button {
              color: #00214e;
              font-size: 18px;
              line-height: 24px;
              font-weight: 400; } }
          @media print, screen and (max-width: 47.99875em) {
            .contacticon .multistepcontact .topics .contactFormField .form-group .ui-selectmenu-button {
              color: #00214e;
              font-size: 18px;
              line-height: 24px;
              font-weight: 400;
              height: auto;
              padding: 9px 18px; } }
          .contacticon .multistepcontact .topics .contactFormField .form-group .ui-selectmenu-button .ui-selectmenu-text {
            padding: 0;
            font-size: 38px;
            line-height: 51px;
            font-weight: 400;
            font-family: "Manrope"; }
            @media print, screen and (min-width: 48em) and (max-width: 63.99875em) {
              .contacticon .multistepcontact .topics .contactFormField .form-group .ui-selectmenu-button .ui-selectmenu-text {
                color: #00214e;
                font-size: 18px;
                line-height: 24px;
                font-weight: 400; } }
            @media print, screen and (max-width: 47.99875em) {
              .contacticon .multistepcontact .topics .contactFormField .form-group .ui-selectmenu-button .ui-selectmenu-text {
                color: #00214e;
                font-size: 18px;
                line-height: 24px;
                font-weight: 400; } }
          @media print, screen and (min-width: 48em) {
            .contacticon .multistepcontact .topics .contactFormField .form-group .ui-selectmenu-button {
              height: 45px;
              padding: 10px 20px;
              margin-bottom: 43px; } }
          @media print, screen and (min-width: 64em) {
            .contacticon .multistepcontact .topics .contactFormField .form-group .ui-selectmenu-button {
              height: 79px;
              padding: 13px 37px;
              margin-bottom: 80px; } }
          .contacticon .multistepcontact .topics .contactFormField .form-group .ui-selectmenu-button:after {
            height: 30px;
            width: 48px;
            right: 24px;
            top: 32%;
            background-size: contain;
            background: url(../images/dropdownarrow.svg) no-repeat;
            content: "";
            display: inline-block;
            margin-top: 0px;
            pointer-events: none;
            position: absolute;
            -webkit-transition: all 0.55s;
            transition: all 0.55s; }
            @media print, screen and (min-width: 48em) and (max-width: 63.99875em) {
              .contacticon .multistepcontact .topics .contactFormField .form-group .ui-selectmenu-button:after {
                height: 14px;
                background-size: contain;
                width: 33px;
                right: 10px;
                top: 38%; } }
            @media print, screen and (max-width: 47.99875em) {
              .contacticon .multistepcontact .topics .contactFormField .form-group .ui-selectmenu-button:after {
                height: 14px;
                background-size: contain;
                width: 33px;
                right: 10px;
                top: 38%; } }
          .contacticon .multistepcontact .topics .contactFormField .form-group .ui-selectmenu-button.ui-selectmenu-button-open:after {
            -webkit-transform: rotate(-180deg);
                -ms-transform: rotate(-180deg);
                    transform: rotate(-180deg);
            -webkit-transition: all 0.55s;
            transition: all 0.55s; }
        .contacticon .multistepcontact .topics .contactFormField .form-group .txtBox {
          border: 1px solid #3b6796; }
          .contacticon .multistepcontact .topics .contactFormField .form-group .txtBox ::-webkit-input-placeholder {
            /* Edge */
            color: #00214e; }
          .contacticon .multistepcontact .topics .contactFormField .form-group .txtBox :-ms-input-placeholder {
            /* Internet Explorer 10-11 */
            color: #00214e;
            opacity: 1; }
          .contacticon .multistepcontact .topics .contactFormField .form-group .txtBox ::-moz-placeholder {
            color: #00214e; }
          .contacticon .multistepcontact .topics .contactFormField .form-group .txtBox ::-ms-input-placeholder {
            color: #00214e; }
          .contacticon .multistepcontact .topics .contactFormField .form-group .txtBox ::placeholder {
            color: #00214e; }
          .contacticon .multistepcontact .topics .contactFormField .form-group .txtBox.error {
            border-color: #9f0a1f;
            border: 2px solid #9f0a1f; }
          .contacticon .multistepcontact .topics .contactFormField .form-group .txtBox.f-success {
            border-color: #119f0a;
            border: 2px solid #119f0a; }
          .contacticon .multistepcontact .topics .contactFormField .form-group .txtBox:focus {
            outline: none; }
        .contacticon .multistepcontact .topics .contactFormField .form-group textarea {
          border-radius: 0;
          background-color: #ffffff;
          width: 100%;
          height: 318px;
          color: #00214e;
          font-size: 18px;
          padding: 6px 12px;
          border: 1px solid #3b6796;
          margin-bottom: 13px; }
          @media print, screen and (min-width: 64em) {
            .contacticon .multistepcontact .topics .contactFormField .form-group textarea {
              font-size: 38px;
              line-height: 51px; } }
          .contacticon .multistepcontact .topics .contactFormField .form-group textarea ::-webkit-input-placeholder {
            /* Edge */
            color: #000000; }
          .contacticon .multistepcontact .topics .contactFormField .form-group textarea :-ms-input-placeholder {
            /* Internet Explorer 10-11 */
            color: #000000;
            opacity: 1; }
          .contacticon .multistepcontact .topics .contactFormField .form-group textarea ::-moz-placeholder {
            color: #000000; }
          .contacticon .multistepcontact .topics .contactFormField .form-group textarea ::-ms-input-placeholder {
            color: #000000; }
          .contacticon .multistepcontact .topics .contactFormField .form-group textarea ::placeholder {
            color: #000000; }
        .contacticon .multistepcontact .topics .contactFormField .form-group .successForm textarea,
        .contacticon .multistepcontact .topics .contactFormField .form-group .successForm .txtBox {
          border: 1px solid #119f0a; }
  .contacticon .multistepcontact button.ctaborder.prev,
  .contacticon .multistepcontact button.ctaborder.next,
  .contacticon .multistepcontact button.ctaborder.submitbtn {
    font-size: 21px;
    line-height: 29px;
    text-transform: uppercase;
    border-radius: 29px;
    min-width: auto;
    min-height: auto; }
    @media print, screen and (min-width: 48em) {
      .contacticon .multistepcontact button.ctaborder.prev,
      .contacticon .multistepcontact button.ctaborder.next,
      .contacticon .multistepcontact button.ctaborder.submitbtn {
        font-size: 23px;
        line-height: 32px; } }
    @media print, screen and (min-width: 64em) {
      .contacticon .multistepcontact button.ctaborder.prev,
      .contacticon .multistepcontact button.ctaborder.next,
      .contacticon .multistepcontact button.ctaborder.submitbtn {
        font-size: 21px;
        line-height: 29px;
        padding: 5px 25px; } }
  .contacticon .multistepcontact button.ctaborder.prev {
    margin-right: 30px; }
    @media print, screen and (min-width: 48em) {
      .contacticon .multistepcontact button.ctaborder.prev {
        margin-right: 23px; } }
    @media print, screen and (min-width: 64em) {
      .contacticon .multistepcontact button.ctaborder.prev {
        margin-right: 55px; } }
  @media print, screen and (min-width: 64em) {
    .contacticon .multistepcontact button.ctaborder.prev,
    .contacticon .multistepcontact button.ctaborder.next {
      min-width: 103px; } }
  .contacticon .multistepcontact button.ctaborder.submitbtn {
    font-size: 21px;
    line-height: 29px;
    text-transform: uppercase;
    border-radius: 29px;
    min-width: auto;
    min-height: auto; }
    @media print, screen and (min-width: 48em) {
      .contacticon .multistepcontact button.ctaborder.submitbtn {
        font-size: 23px;
        line-height: 32px; } }
    @media print, screen and (min-width: 64em) {
      .contacticon .multistepcontact button.ctaborder.submitbtn {
        font-size: 21px;
        line-height: 29px;
        padding: 5px 22px; } }
  .contacticon .multistepcontact button.ctaborder:hover {
    border: solid 2px #00214e; }
  .contacticon .multistepcontact .nextPrevBtn {
    margin-bottom: 58px; }
    @media print, screen and (min-width: 48em) {
      .contacticon .multistepcontact .nextPrevBtn {
        margin-bottom: 0px; } }
  .contacticon .multistepcontact .submitbtns {
    margin-bottom: 58px; }
    @media print, screen and (min-width: 48em) {
      .contacticon .multistepcontact .submitbtns {
        margin-bottom: 90px; } }
  .contacticon .progress {
    border-radius: 9px;
    border: 1px solid #707070;
    background-color: #fff;
    height: 14px;
    max-width: 100%;
    margin: 0px auto;
    margin-top: 26px;
    overflow: hidden; }
    @media print, screen and (min-width: 48em) {
      .contacticon .progress {
        margin-top: 60px;
        height: 30px; } }
    .contacticon .progress .progress-bar {
      float: left;
      width: 0;
      height: 100%;
      border-radius: 9px 0 0 9px;
      font-size: 12px;
      line-height: 20px;
      color: #fff;
      text-align: center;
      background-color: #b5b9bc;
      -webkit-box-shadow: none;
              box-shadow: none;
      -webkit-transition: width 0.6s ease;
      transition: width 0.6s ease; }
      @media print, screen and (min-width: 64em) {
        .contacticon .progress .progress-bar {
          height: 30px; } }

.ui-state-active,
.ui-widget-content .ui-state-active,
.ui-widget-header .ui-state-active,
.ui-button.ui-state-active:hover {
  background: #fff;
  color: #eb0535;
  font-weight: 600;
  border: 0px solid #003eff; }

.ui-selectmenu-text {
  font-size: 18px;
  line-height: 30px;
  font-family: "opensans"; }
  @media print, screen and (min-width: 48em) {
    .ui-selectmenu-text {
      font-size: 25px;
      line-height: 33px; } }
  @media print, screen and (min-width: 64em) {
    .ui-selectmenu-text {
      font-size: 36px;
      line-height: 49px; } }

.ui-selectmenu-button.ui-button {
  text-align: left;
  white-space: nowrap;
  width: 100%;
  display: block;
  padding: 8px 0; }

.ui-selectmenu-button-closed::after {
  content: "";
  position: absolute;
  top: 33%;
  right: 0px;
  margin-top: 0px;
  z-index: 2;
  margin: auto;
  width: 33px;
  height: 14px;
  background-size: contain;
  background-repeat: no-repeat;
  cursor: pointer;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
  pointer-events: none; }
  @media print, screen and (min-width: 48em) {
    .ui-selectmenu-button-closed::after {
      top: 30%;
      right: 10px;
      margin-top: 0px;
      z-index: 2;
      margin: auto;
      width: 33px;
      height: 21px;
      background-size: contain; } }
  @media print, screen and (min-width: 64em) {
    .ui-selectmenu-button-closed::after {
      top: 33%;
      right: 10px;
      margin-top: 0px;
      z-index: 2;
      margin: auto;
      width: 48px;
      height: 30px;
      background-size: cover; } }

.ui-selectmenu-button-open::after {
  content: "";
  position: absolute;
  top: 36%;
  right: 10px;
  margin-top: 0px;
  z-index: 2;
  margin: auto;
  width: 33px;
  height: 14px;
  background-size: contain;
  background-repeat: no-repeat;
  cursor: pointer;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
  pointer-events: none;
  -webkit-transform: rotate(180deg);
      -ms-transform: rotate(180deg);
          transform: rotate(180deg); }
  @media print, screen and (min-width: 48em) {
    .ui-selectmenu-button-open::after {
      top: 30%;
      right: 10px;
      margin-top: 0px;
      z-index: 2;
      margin: auto;
      width: 33px;
      height: 21px;
      background-size: contain; } }
  @media print, screen and (min-width: 64em) {
    .ui-selectmenu-button-open::after {
      top: 33%;
      right: 10px;
      margin-top: 0px;
      z-index: 2;
      margin: auto;
      width: 48px;
      height: 30px;
      background-size: cover; } }

.ui-selectmenu-menu .ui-menu {
  margin-top: 0;
  background: #fff;
  padding: 10px 0;
  -webkit-box-shadow: 0px 0px 12px 0px rgba(0, 0, 0, 0.4);
  box-shadow: 0px 0px 12px 0px rgba(0, 0, 0, 0.4);
  -webkit-transition: all 0.2s;
  transition: all 0.2s; }

.ui-menu-item {
  padding: 1px 18px; }
  @media print, screen and (min-width: 48em) {
    .ui-menu-item {
      padding: 1px 20px; } }
  @media print, screen and (min-width: 64em) {
    .ui-menu-item {
      padding: 1px 44px; } }

.ui-selectmenu-menu .ui-menu li:hover {
  background: #fff;
  color: #eb0535;
  font-weight: 600; }

.ui-menu .ui-menu-item-wrapper {
  position: relative;
  padding: 0 0 6px 0;
  font-size: 22px;
  line-height: 37px;
  -webkit-transition: all 0.5s;
  transition: all 0.5s;
  color: #000000; }

.ui-state-active {
  margin: 0px !important; }

.ui-menu-item-wrapper:hover {
  background: #fff;
  color: #eb0535; }

.ui-selectmenu-button.ui-button {
  height: 44px;
  outline: none; }

.ui-button:focus .ui-icon,
.ui-button:hover .ui-icon,
.ui-state-focus .ui-icon,
.ui-state-hover .ui-icon {
  background-image: none; }

.ui-button .ui-icon {
  background-image: none; }

.ui-selectmenu-open {
  background: #fff; }

.backtoTop {
  z-index: 9999; }

@media print, screen and (min-width: 64em) {
  .successbtn {
    max-width: 805px;
    height: auto;
    margin: 0 auto;
    text-align: center; } }

.successbtn .ctaborder {
  margin-top: 60px; }
  @media print, screen and (min-width: 64em) {
    .successbtn .ctaborder {
      margin-top: 90px;
      margin-bottom: 0px; } }

.success {
  max-width: 100%;
  height: auto;
  padding: 50px 20px;
  text-align: center;
  margin: 0px auto;
  padding: 46px 40px 50px 40px;
  border: solid 4px #1c375e;
  border-radius: 5px; }
  @media print, screen and (min-width: 64em) {
    .success {
      max-width: 805px;
      height: auto;
      margin: 0 auto;
      text-align: center;
      padding: 46px 40px 100px 40px;
      border: solid 4px #1c375e; } }
  .success h3 {
    font-size: 35px;
    line-height: 45px;
    color: #1c375e;
    padding-top: 0px;
    padding-bottom: 20px;
    margin-bottom: 0;
    text-align: center !important;
    text-transform: uppercase;
    font-weight: 700; }
    @media print, screen and (min-width: 48em) {
      .success h3 {
        padding-top: 0px;
        font-size: 30px;
        line-height: 45px; } }
    @media print, screen and (min-width: 64em) {
      .success h3 {
        font-size: 42px;
        line-height: 56px;
        padding-bottom: 47px;
        max-width: 400px;
        margin: 0px auto; } }
  .success p {
    font-size: 22px;
    line-height: 35px;
    color: #1c375e; }
    @media print, screen and (min-width: 48em) and (max-width: 63.99875em) {
      .success p {
        font-size: 27px;
        line-height: 35px;
        color: #1c375e;
        max-width: 550px;
        margin: 0px auto; } }
    @media print, screen and (min-width: 64em) {
      .success p {
        font-size: 38px;
        line-height: 40px;
        max-width: 688px;
        margin: 0px auto; } }
  .success .success-btn {
    margin-top: 49px; }
    .success .success-btn a {
      min-width: 211px;
      text-decoration: none; }
  .success .success-checkmark {
    width: 180px;
    height: 180px;
    margin: 0 auto;
    padding-top: 30px;
    margin-bottom: 10px; }
    @media print, screen and (min-width: 48em) {
      .success .success-checkmark {
        width: 250px;
        height: 250px;
        padding-top: 30px;
        margin-bottom: 15px; } }
    @media print, screen and (min-width: 64em) {
      .success .success-checkmark {
        width: 320px;
        height: 320px;
        padding-top: 60px;
        margin-bottom: 50px; } }
  .success.alert-success {
    background: transparent; }

.contacticon .multistepcontact h5.headmargin {
  margin-top: -7px;
  margin-bottom: 24px; }
  @media print, screen and (min-width: 64em) {
    .contacticon .multistepcontact h5.headmargin {
      margin-top: -8px; } }

.contacticon .multistepcontact .errorContact {
  text-align: left !important;
  margin: 10px 0px 0px;
  display: block;
  color: #9f0a1f; }
  @media print, screen and (min-width: 64em) {
    .contacticon .multistepcontact .errorContact {
      text-align: left !important;
      margin: 10px 0px 0px;
      display: block;
      color: #9f0a1f; } }

.contacticon .multistepcontact .topics .contactFormField .form-group .txtBox.errorPlacement {
  border: 1px solid #9f0a1f; }

#contactFormId .multistepcontact:not(:first-of-type),
.login-panel #contactFormId .multistepcontact:not(:first-of-type) {
  display: none; }

.contactdetails {
  padding: 50px 0px 89px;
  margin-bottom: 90px; }
  @media print, screen and (min-width: 64em) {
    .contactdetails {
      padding: 50px 0px 89px;
      margin-bottom: 90px; } }
  .contactdetails h2 {
    text-align: center;
    margin-bottom: 30px; }
    @media print, screen and (min-width: 64em) {
      .contactdetails h2 {
        margin-bottom: 46px; } }
  .contactdetails .contentwrap p {
    font-size: 17px;
    line-height: 27px;
    color: #00214e;
    margin-bottom: 0px; }
    @media print, screen and (min-width: 64em) {
      .contactdetails .contentwrap p {
        font-size: 26px;
        line-height: 35px; } }
    .contactdetails .contentwrap p + p {
      margin-top: 29px; }
  .contactdetails .clientsupportpanel {
    border-radius: 25px;
    -webkit-box-shadow: 0px 3px 6px 0px rgba(0, 0, 0, 0.2);
            box-shadow: 0px 3px 6px 0px rgba(0, 0, 0, 0.2);
    padding: 30px 20px 40px 20px;
    margin-top: 45px; }
    @media print, screen and (min-width: 64em) {
      .contactdetails .clientsupportpanel {
        max-width: 907px;
        border-radius: 25px;
        margin: 0px auto;
        padding: 34px 91px 42px 97px;
        margin-top: 83px; } }
    .contactdetails .clientsupportpanel .flexwrap {
      -webkit-box-pack: center;
      -webkit-justify-content: center;
          -ms-flex-pack: center;
              justify-content: center;
      -webkit-box-align: center;
      -webkit-align-items: center;
          -ms-flex-align: center;
              align-items: center; }
    .contactdetails .clientsupportpanel .contentsection {
      text-align: center; }
      @media print, screen and (min-width: 64em) {
        .contactdetails .clientsupportpanel .contentsection {
          width: 50%;
          margin-right: 120px;
          text-align: left; } }
      @media screen and (min-width: 85.375em) {
        .contactdetails .clientsupportpanel .contentsection {
          margin-right: 131px; } }
    .contactdetails .clientsupportpanel h4 {
      font-size: 30px;
      line-height: 45px;
      color: #00214e;
      margin-bottom: 15px; }
      @media print, screen and (min-width: 64em) {
        .contactdetails .clientsupportpanel h4 {
          font-size: 38px;
          line-height: 51px;
          margin-bottom: 15px; } }
    .contactdetails .clientsupportpanel p {
      font-size: 22px;
      line-height: 35px;
      color: #00214e;
      margin-bottom: 0px; }
      @media print, screen and (min-width: 64em) {
        .contactdetails .clientsupportpanel p {
          font-size: 30px;
          line-height: 40px; } }
      .contactdetails .clientsupportpanel p a {
        color: #00214e;
        text-decoration: none; }
        .contactdetails .clientsupportpanel p a:hover {
          text-decoration: underline; }
      .contactdetails .clientsupportpanel p + p {
        margin-top: 10px; }
        @media print, screen and (min-width: 64em) {
          .contactdetails .clientsupportpanel p + p {
            margin-top: 15px; } }
  .contactdetails .btnsection {
    display: block;
    text-align: center;
    padding-top: 24px; }
    @media print, screen and (min-width: 64em) {
      .contactdetails .btnsection {
        display: block;
        width: 31%;
        text-align: center;
        padding-top: 11px; } }
    .contactdetails .btnsection .ctaborder {
      padding: 6px 26px;
      min-width: auto;
      min-height: auto; }
      @media (max-width: 1023px) {
        .contactdetails .btnsection .ctaborder {
          width: 100%; } }
      @media print, screen and (min-width: 64em) {
        .contactdetails .btnsection .ctaborder {
          padding: 6px 26px; } }
      .contactdetails .btnsection .ctaborder + .ctaborder {
        margin-top: 20px; }
        @media print, screen and (min-width: 64em) {
          .contactdetails .btnsection .ctaborder + .ctaborder {
            margin-top: 46px;
            padding: 6px 24px; } }
    .contactdetails .btnsection a.ctaborder[href^="tel"]:hover {
      text-decoration: none; }

@media print, screen and (min-width: 64em) {
  .contacticon .multistepcontact #InfoForm h5 {
    line-height: 40px;
    font-size: 30px;
    margin-bottom: 74px;
    margin-top: 53px; } }

.ie11 .contacticon .multistepcontact .topics .contactFormField .form-group span.errorMsg {
  background-position: 10px -8px;
  background-size: 20px 62px; }

.ie11 .contacticon .multistepcontact .topics .contactFormField .form-group span.f-success {
  background-position: 8px 10px;
  background-size: 19px 14px; }

#accounttype-menu,
#customerservice-menu,
#loantype-menu {
  padding-top: 0px;
  padding-bottom: 0px; }
  #accounttype-menu.ui-menu,
  #customerservice-menu.ui-menu,
  #loantype-menu.ui-menu {
    border-radius: 0px; }
    #accounttype-menu.ui-menu .ui-menu-item,
    #customerservice-menu.ui-menu .ui-menu-item,
    #loantype-menu.ui-menu .ui-menu-item {
      padding: 0px; }
    #accounttype-menu.ui-menu li:hover,
    #customerservice-menu.ui-menu li:hover,
    #loantype-menu.ui-menu li:hover {
      font-weight: 400; }
    #accounttype-menu.ui-menu .ui-menu-item-wrapper,
    #customerservice-menu.ui-menu .ui-menu-item-wrapper,
    #loantype-menu.ui-menu .ui-menu-item-wrapper {
      font-size: 25px;
      font-family: "Manrope";
      line-height: 35px;
      padding-left: 36px;
      padding-right: 36px;
      font-weight: 400;
      padding-top: 5px;
      color: #00214e; }
      @media print, screen and (min-width: 48em) and (max-width: 63.99875em) {
        #accounttype-menu.ui-menu .ui-menu-item-wrapper,
        #customerservice-menu.ui-menu .ui-menu-item-wrapper,
        #loantype-menu.ui-menu .ui-menu-item-wrapper {
          padding-top: 7px;
          padding-bottom: 7px;
          font-size: 16px;
          line-height: 24px;
          padding-left: 15px;
          padding-right: 15px; } }
      @media print, screen and (max-width: 47.99875em) {
        #accounttype-menu.ui-menu .ui-menu-item-wrapper,
        #customerservice-menu.ui-menu .ui-menu-item-wrapper,
        #loantype-menu.ui-menu .ui-menu-item-wrapper {
          padding-top: 7px;
          padding-bottom: 7px;
          font-size: 16px;
          line-height: 24px;
          padding-left: 15px;
          padding-right: 15px; } }
      #accounttype-menu.ui-menu .ui-menu-item-wrapper.ui-state-active,
      #customerservice-menu.ui-menu .ui-menu-item-wrapper.ui-state-active,
      #loantype-menu.ui-menu .ui-menu-item-wrapper.ui-state-active {
        font-weight: 600; }
    #accounttype-menu.ui-menu li .ui-menu-item-wrapper:hover,
    #customerservice-menu.ui-menu li .ui-menu-item-wrapper:hover,
    #loantype-menu.ui-menu li .ui-menu-item-wrapper:hover {
      background: #1c375e;
      color: #ffffff; }

@media print, screen and (max-width: 47.99875em) {
  .MacOS .contacticon .multistepcontact .topics .contactFormField .form-group span.errorMsg {
    background-position: 0px -9px; } }

@media print, screen and (min-width: 48em) and (max-width: 63.99875em) {
  .MacOS .contacticon .multistepcontact .topics .contactFormField .form-group span.errorMsg {
    background-position: 0px -9px; } }

@media print, screen and (max-width: 47.99875em) {
  .MacOS .contacticon .multistepcontact .topics .contactFormField .form-group span.f-succes {
    background-position: 2px 1px; } }

@media print, screen and (min-width: 48em) and (max-width: 63.99875em) {
  .MacOS .contacticon .multistepcontact .topics .contactFormField .form-group span.f-succes {
    background-position: 4px 0px; } }

@media print, screen and (max-width: 47.99875em) {
  .MacOS .contacticon .multistepcontact .topics .contactFormField .form-group span.f-error {
    background-position: 6px 5px; } }

@media print, screen and (min-width: 48em) and (max-width: 63.99875em) {
  .MacOS .contacticon .multistepcontact .topics .contactFormField .form-group span.f-error {
    background-position: 10px 8px; } }

button.ctaborder:hover {
  border: solid 2px #00214e; }

@media print, screen and (min-width: 64em) {
  .contacticon.reorderchecksform {
    padding-top: 50px; } }

.contacticon.reorderchecksform .contactwrap .multistepcontact .topics {
  max-width: 100%;
  margin: 0px auto; }

.contacticon.reorderchecksform .contactwrap .multistepcontact .contactFormField.loaninfo {
  margin-top: 0px;
  margin-bottom: 0px; }
  @media print, screen and (min-width: 64em) {
    .contacticon.reorderchecksform .contactwrap .multistepcontact .contactFormField.loaninfo {
      display: -webkit-box;
      display: -webkit-flex;
      display: -ms-flexbox;
      display: flex;
      -webkit-flex-wrap: wrap;
          -ms-flex-wrap: wrap;
              flex-wrap: wrap; } }
  @media print, screen and (min-width: 64em) {
    .contacticon.reorderchecksform .contactwrap .multistepcontact .contactFormField.loaninfo .form-group {
      width: 48%;
      margin-right: 4%;
      margin-bottom: 50px; }
      .contacticon.reorderchecksform .contactwrap .multistepcontact .contactFormField.loaninfo .form-group:nth-child(2n + 2) {
        margin-right: 0; } }

.contacticon.reorderchecksform .contactwrap .multistepcontact.fullwidth .contactFormField.loaninfo .form-group {
  width: 100%;
  margin-right: 0%; }

.contacticon.reorderchecksform .contactwrap .multistepcontact .submitbtns {
  margin-bottom: 0px;
  margin-top: 50px; }

@media print, screen and (min-width: 64em) {
  .generalcontnet h1 {
    font-size: 60px;
    line-height: 70px; } }

.generalcontnet .re-orderList {
  padding-left: 20px;
  margin-top: 20px; }
  .generalcontnet .re-orderList li {
    margin-bottom: 10px;
    font-size: 18px;
    line-height: 27px; }

.serviceform {
  max-width: 1024px;
  margin: 0px auto; }
  .serviceform .umbraco-forms-form input.text,
  .serviceform .umbraco-forms-form textarea {
    width: 100%; }
  .serviceform input,
  .serviceform textarea {
    width: 100%; }

.contacticon.serviceumberacoforms {
  padding-top: 50px; }
  .contacticon.serviceumberacoforms .contactwrap {
    margin: 0px auto;
    max-width: 768px;
    width: 100%; }
    @media print, screen and (min-width: 48em) {
      .contacticon.serviceumberacoforms .contactwrap {
        max-width: 768px;
        margin: 0px auto; } }
    @media print, screen and (min-width: 64em) {
      .contacticon.serviceumberacoforms .contactwrap {
        max-width: 1024px;
        margin: 0px auto; } }
    .contacticon.serviceumberacoforms .contactwrap .umbraco-forms-form fieldset {
      padding: 0px;
      margin: 0px;
      border: none !important; }
    .contacticon.serviceumberacoforms .contactwrap h3 {
      text-align: center;
      color: #1c375e;
      margin-bottom: 30px;
      font-size: 33px;
      line-height: 41px; }
      @media print, screen and (min-width: 64em) {
        .contacticon.serviceumberacoforms .contactwrap h3 {
          font-size: 50px;
          line-height: 45px;
          color: #1c375e;
          margin-bottom: 30px;
          font-weight: 700; } }
    .contacticon.serviceumberacoforms .contactwrap label.umbraco-forms-label {
      display: block;
      background: transparent !important;
      color: #00214e;
      font-size: 16px;
      line-height: 22px;
      font-weight: 400;
      padding-left: 3px;
      text-align: left;
      margin-bottom: 15px;
      position: relative; }
      @media print, screen and (min-width: 48em) {
        .contacticon.serviceumberacoforms .contactwrap label.umbraco-forms-label {
          font-size: 22px;
          line-height: 35px;
          margin-bottom: 15px; } }
      @media print, screen and (min-width: 64em) {
        .contacticon.serviceumberacoforms .contactwrap label.umbraco-forms-label {
          font-size: 38px;
          line-height: 51px;
          margin-bottom: 15px; } }
    .contacticon.serviceumberacoforms .contactwrap .umbraco-forms-tooltip {
      font-size: 20px;
      font-weight: 600;
      color: #00214e;
      /* margin-top: 10px; */
      margin-bottom: 20px;
      display: block; }
    .contacticon.serviceumberacoforms .contactwrap .umbraco-forms-field,
    .contacticon.serviceumberacoforms .contactwrap .umbraco-forms-field-wrapper {
      margin-bottom: 25px;
      position: relative; }
      .contacticon.serviceumberacoforms .contactwrap .umbraco-forms-field.consentforstoringsubmitteddata .umbraco-forms-label,
      .contacticon.serviceumberacoforms .contactwrap .umbraco-forms-field-wrapper.consentforstoringsubmitteddata .umbraco-forms-label {
        margin-bottom: 20px; }
    .contacticon.serviceumberacoforms .contactwrap .umbraco-forms-indicator {
      position: absolute;
      top: 22px;
      right: -10px;
      width: 28px;
      height: 28px;
      background: #9f0a1f;
      border-radius: 50%;
      color: #fff;
      font-size: 45px;
      text-align: center;
      line-height: 45px;
      z-index: 1; }
      @media print, screen and (min-width: 48em) {
        .contacticon.serviceumberacoforms .contactwrap .umbraco-forms-indicator {
          top: 34px;
          right: -8px;
          width: 28px;
          height: 28px;
          font-size: 48px;
          line-height: 48px; } }
      @media print, screen and (min-width: 64em) {
        .contacticon.serviceumberacoforms .contactwrap .umbraco-forms-indicator {
          top: 47px;
          right: -15px;
          font-size: 60px;
          line-height: 60px;
          width: 38px;
          height: 38px; } }
    .contacticon.serviceumberacoforms .contactwrap .umbraco-forms-form input.text,
    .contacticon.serviceumberacoforms .contactwrap .umbraco-forms-form textarea, .contacticon.serviceumberacoforms .contactwrap .umbraco-forms-form select {
      border-radius: 0;
      background-color: #ffffff;
      padding: 10px 10px;
      border: 1px solid #3b6796;
      height: 40px;
      color: #00214e;
      font-size: 18px;
      width: 100%;
      max-width: 100% !important;
      margin-bottom: 0px;
      margin-top: 0px; }
      @media print, screen and (min-width: 48em) {
        .contacticon.serviceumberacoforms .contactwrap .umbraco-forms-form input.text,
        .contacticon.serviceumberacoforms .contactwrap .umbraco-forms-form textarea, .contacticon.serviceumberacoforms .contactwrap .umbraco-forms-form select {
          height: 45px;
          font-size: 22px;
          line-height: 35px;
          max-width: 100% !important; } }
      @media print, screen and (min-width: 64em) {
        .contacticon.serviceumberacoforms .contactwrap .umbraco-forms-form input.text,
        .contacticon.serviceumberacoforms .contactwrap .umbraco-forms-form textarea, .contacticon.serviceumberacoforms .contactwrap .umbraco-forms-form select {
          height: 75px;
          font-size: 38px;
          line-height: 51px;
          padding: 10px 20px;
          max-width: 100% !important; } }
      @media screen and (min-width: 85.375em) {
        .contacticon.serviceumberacoforms .contactwrap .umbraco-forms-form input.text,
        .contacticon.serviceumberacoforms .contactwrap .umbraco-forms-form textarea, .contacticon.serviceumberacoforms .contactwrap .umbraco-forms-form select {
          max-width: 100% !important; } }
      .contacticon.serviceumberacoforms .contactwrap .umbraco-forms-form input.text.input-validation-error,
      .contacticon.serviceumberacoforms .contactwrap .umbraco-forms-form textarea.input-validation-error, .contacticon.serviceumberacoforms .contactwrap .umbraco-forms-form select.input-validation-error {
        border: 1px solid #9f0a1f !important;
        margin-bottom: 10px; }
    .contacticon.serviceumberacoforms .contactwrap .umbraco-forms-form select {
      background-size: 58px 10px; }
      @media print, screen and (min-width: 48em) and (max-width: 63.99875em) {
        .contacticon.serviceumberacoforms .contactwrap .umbraco-forms-form select {
          height: 55px;
          background-size: 50px 14px; } }
      @media print, screen and (min-width: 64em) {
        .contacticon.serviceumberacoforms .contactwrap .umbraco-forms-form select {
          background-size: 50px 20px; } }
      @media screen and (min-width: 85.375em) {
        .contacticon.serviceumberacoforms .contactwrap .umbraco-forms-form select {
          background-size: 50px 20px; } }
    .contacticon.serviceumberacoforms .contactwrap .umbraco-forms-form textarea {
      height: 200px; }
    .contacticon.serviceumberacoforms .contactwrap .umbraco-forms-field-wrapper {
      margin-bottom: 10px;
      margin-top: 0px;
      display: grid; }
      @media print, screen and (min-width: 64em) {
        .contacticon.serviceumberacoforms .contactwrap .umbraco-forms-field-wrapper {
          margin-top: 0px; } }
    .contacticon.serviceumberacoforms .contactwrap [type="file"],
    .contacticon.serviceumberacoforms .contactwrap [type="checkbox"],
    .contacticon.serviceumberacoforms .contactwrap [type="radio"] {
      margin: 0px;
      padding: 10px 10px;
      font-size: 30px;
      width: 22px !important;
      height: 22px !important;
      margin-right: 10px;
      margin-top: 0px;
      vertical-align: middle;
      border: 1px solid #00214e !important; }
    .contacticon.serviceumberacoforms .contactwrap .umbraco-forms-field div label {
      display: inline;
      font-size: 22px;
      font-size: 21px;
      line-height: 25px;
      color: #00214e;
      vertical-align: middle; }
    .contacticon.serviceumberacoforms .contactwrap .umbraco-forms-navigation .col-md-12 {
      display: block;
      text-align: center; }
    .contacticon.serviceumberacoforms .contactwrap .umbraco-forms-navigation .col-md-12 .btn {
      border-radius: 25px;
      font-size: 17px;
      color: #00214e;
      border: 2px solid #00214e;
      text-transform: uppercase;
      padding: 6.5px 22px;
      background-color: #ffffff;
      cursor: pointer; }
      @media print, screen and (max-width: 47.99875em) {
        .contacticon.serviceumberacoforms .contactwrap .umbraco-forms-navigation .col-md-12 .btn {
          margin-top: 40px; } }
    @media print, screen and (min-width: 48em) {
      .contacticon.serviceumberacoforms .contactwrap .umbraco-forms-navigation .col-md-12 .btn {
        font-size: 21px;
        line-height: 29px;
        padding: 4.5px 22px;
        z-index: 1;
        position: relative;
        display: inline-block;
        overflow: hidden; } }
    .contacticon.serviceumberacoforms .contactwrap .umbraco-forms-navigation .btn {
      background-image: -webkit-gradient(linear, left top, left bottom, from(0), color-stop(#1c375e), to(#1c375e)) !important;
      background-image: linear-gradient(0, #1c375e, #1c375e) !important;
      -webkit-transition: all 0.3s;
      transition: all 0.3s;
      background-size: 100% 0 !important;
      background-repeat: no-repeat;
      background-position: top !important; }
      .contacticon.serviceumberacoforms .contactwrap .umbraco-forms-navigation .btn:hover {
        background-size: 100% 100% !important;
        color: #ffffff; }
    .contacticon.serviceumberacoforms .contactwrap .umbraco-forms-navigation .umbraco-forms-form span.checkboxlist,
    .contacticon.serviceumberacoforms .contactwrap .umbraco-forms-navigation .umbraco-forms-form span.radiobuttonlist,
    .contacticon.serviceumberacoforms .contactwrap .umbraco-forms-navigation .umbraco-forms-form span.checkbox {
      display: -webkit-box;
      display: -webkit-flex;
      display: -ms-flexbox;
      display: flex;
      float: left;
      padding: 10px;
      -webkit-box-pack: center;
      -webkit-justify-content: center;
          -ms-flex-pack: center;
              justify-content: center;
      -webkit-box-align: center;
      -webkit-align-items: center;
          -ms-flex-align: center;
              align-items: center; }
    .contacticon.serviceumberacoforms .contactwrap .umbraco-forms-navigation .umbraco-forms-field.multiplechoice .umbraco-forms-field-wrapper .checkboxlist {
      display: -webkit-box;
      display: -webkit-flex;
      display: -ms-flexbox;
      display: flex;
      float: left;
      padding: 10px;
      -webkit-box-pack: center;
      -webkit-justify-content: center;
          -ms-flex-pack: center;
              justify-content: center;
      -webkit-box-align: center;
      -webkit-align-items: center;
          -ms-flex-align: center;
              align-items: center; }
    .contacticon.serviceumberacoforms .contactwrap .umbraco-forms-navigation .umbraco-forms-field.checkbox {
      display: -webkit-box;
      display: -webkit-flex;
      display: -ms-flexbox;
      display: flex; }
      .contacticon.serviceumberacoforms .contactwrap .umbraco-forms-navigation .umbraco-forms-field.checkbox .umbraco-forms-label {
        -webkit-box-ordinal-group: 3;
        -webkit-order: 2;
            -ms-flex-order: 2;
                order: 2; }
      .contacticon.serviceumberacoforms .contactwrap .umbraco-forms-navigation .umbraco-forms-field.checkbox .umbraco-forms-field-wrapper {
        -webkit-box-ordinal-group: 2;
        -webkit-order: 1;
            -ms-flex-order: 1;
                order: 1; }
      .contacticon.serviceumberacoforms .contactwrap .umbraco-forms-navigation .umbraco-forms-field.checkbox .field-validation-error {
        position: absolute;
        width: 340px;
        top: 42px; }
        @media print, screen and (min-width: 48em) {
          .contacticon.serviceumberacoforms .contactwrap .umbraco-forms-navigation .umbraco-forms-field.checkbox .field-validation-error {
            width: 700px;
            top: 59px; } }
        @media print, screen and (min-width: 64em) {
          .contacticon.serviceumberacoforms .contactwrap .umbraco-forms-navigation .umbraco-forms-field.checkbox .field-validation-error {
            width: 700px; } }
    .contacticon.serviceumberacoforms .contactwrap .umbraco-forms-navigation .umbraco-forms-field.dataconsent .umbraco-forms-field-wrapper {
      display: -webkit-box;
      display: -webkit-flex;
      display: -ms-flexbox;
      display: flex; }
    .contacticon.serviceumberacoforms .contactwrap .umbraco-forms-navigation .umbraco-forms-field.dataconsent .umbraco-forms-field-wrapper {
      display: -webkit-box;
      display: -webkit-flex;
      display: -ms-flexbox;
      display: flex; }

.contacticon.serviceumberacoforms .contactwrap .umbraco-forms-field.dataconsent .umbraco-forms-field-wrapper {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center; }

.contacticon.serviceumberacoforms .contactwrap .umbraco-forms-field.dataconsent {
  margin-bottom: 45px; }

.contacticon.serviceumberacoforms .contactwrap .umbraco-forms-field.dataconsent .umbraco-forms-field-wrapper .field-validation-error span {
  position: absolute;
  top: 55px;
  left: 0px;
  line-height: 17px; }
  @media print, screen and (min-width: 48em) {
    .contacticon.serviceumberacoforms .contactwrap .umbraco-forms-field.dataconsent .umbraco-forms-field-wrapper .field-validation-error span {
      top: 40px; } }

.umbraco-forms-form span.checkboxlist,
.umbraco-forms-form span.radiobuttonlist,
.umbraco-forms-form span.checkbox {
  display: -webkit-box !important;
  display: -webkit-flex !important;
  display: -ms-flexbox !important;
  display: flex !important;
  float: left;
  padding: 10px;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-flex-wrap: wrap;
      -ms-flex-wrap: wrap;
          flex-wrap: wrap; }

@media (max-width: 767px) {
  .contacticon.serviceumberacoforms .contactwrap .umbraco-forms-field .checkboxlist label {
    width: 79%; } }

.umbraco-forms-field.checkbox {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center; }
  .umbraco-forms-field.checkbox .umbraco-forms-label {
    -webkit-box-ordinal-group: 3;
    -webkit-order: 2;
        -ms-flex-order: 2;
            order: 2; }
  .umbraco-forms-field.checkbox .umbraco-forms-field-wrapper {
    -webkit-box-ordinal-group: 2;
    -webkit-order: 1;
        -ms-flex-order: 1;
            order: 1; }
    .umbraco-forms-field.checkbox .umbraco-forms-field-wrapper input {
      margin-right: 20px; }
  .umbraco-forms-field.checkbox .field-validation-error {
    position: absolute;
    width: 340px;
    top: 42px; }
    @media print, screen and (min-width: 48em) {
      .umbraco-forms-field.checkbox .field-validation-error {
        width: 750px;
        top: 44px; } }
    @media print, screen and (min-width: 64em) {
      .umbraco-forms-field.checkbox .field-validation-error {
        width: 750px;
        top: 59px; } }

.umbraco-forms-form span.contourError,
.umbraco-forms-form span.field-validation-error {
  color: #8a1f11 !important; }

@media (min-width: 0px) and (max-width: 460px) {
  .contacticon.serviceumberacoforms .umbraco-forms-page .row-fluid {
    max-width: 340px;
    width: 100%;
    margin: 0px auto; } }

.grecaptcha-badge {
  display: none !important; }

.umbraco-forms-field-wrapper select {
  display: block; }

@media print, screen and (min-width: 48em) {
  .breadcrumbWrap + .faqpanel {
    margin-top: -24px; } }

text {
  font-family: "Manrope"; }

.whyuspanel {
  padding-top: 30px;
  padding-bottom: 48px; }
  @media print, screen and (min-width: 64em) {
    .whyuspanel {
      padding-top: 30px;
      padding-bottom: 90px; } }
  .whyuspanel .contentwrap {
    max-width: 620px; }
    @media print, screen and (min-width: 48em) and (max-width: 63.99875em) {
      .whyuspanel .contentwrap {
        max-width: 100%; } }
    @media print, screen and (min-width: 64em) {
      .whyuspanel .contentwrap {
        max-width: 438px; } }
    @media screen and (min-width: 85.375em) {
      .whyuspanel .contentwrap {
        max-width: 620px; } }
    .whyuspanel .contentwrap h2 {
      margin-bottom: 25px;
      text-align: center;
      color: #00214e; }
      @media print, screen and (min-width: 64em) {
        .whyuspanel .contentwrap h2 {
          text-align: left; } }
    .whyuspanel .contentwrap p {
      font-size: 17px;
      line-height: 23px; }
      @media print, screen and (min-width: 64em) {
        .whyuspanel .contentwrap p {
          font-size: 18px;
          line-height: 24px; } }
      .whyuspanel .contentwrap p + p {
        margin-top: 15px;
        margin-bottom: 22px; }
        @media print, screen and (min-width: 64em) {
          .whyuspanel .contentwrap p + p {
            margin-top: 30px;
            margin-bottom: 0; } }
    .whyuspanel .contentwrap ul {
      margin-bottom: 0;
      margin-left: 15px; }
      @media print, screen and (min-width: 64em) {
        .whyuspanel .contentwrap ul {
          padding-top: 10px;
          padding-bottom: 7px; } }
      .whyuspanel .contentwrap ul li {
        position: relative;
        padding-bottom: 18px;
        overflow-wrap: break-word;
        font-weight: normal;
        font-size: 17px;
        line-height: 23px;
        padding-left: 10px; }
        @media print, screen and (min-width: 64em) {
          .whyuspanel .contentwrap ul li {
            font-size: 18px;
            line-height: 24px; } }
        .whyuspanel .contentwrap ul li:before {
          vertical-align: top;
          display: inline-block;
          left: -15px;
          content: "";
          height: 6px;
          width: 6px;
          position: absolute;
          background-color: #eb0535;
          border-radius: 50%;
          top: 8px;
          text-indent: 0;
          font-weight: bold; }
          @media print, screen and (min-width: 48em) {
            .whyuspanel .contentwrap ul li:before {
              height: 8px;
              width: 8px;
              left: -15px; } }
        .whyuspanel .contentwrap ul li a {
          text-decoration: underline; }
        .whyuspanel .contentwrap ul li ul {
          padding-bottom: 0px; }
    .whyuspanel .contentwrap .ctabtn {
      padding: 4px 20px;
      min-height: auto;
      min-width: auto;
      z-index: 1;
      margin-top: 20px;
      font-size: 20px;
      line-height: 29px;
      text-transform: uppercase; }
      @media print, screen and (max-width: 47.99875em) {
        .whyuspanel .contentwrap .ctabtn {
          min-height: auto;
          min-width: auto;
          z-index: 1;
          text-align: center;
          display: block;
          width: 50%;
          margin: 0px auto; } }
      @media print, screen and (min-width: 64em) {
        .whyuspanel .contentwrap .ctabtn {
          padding: 6px 30px;
          font-size: 20px;
          line-height: 29px; } }
      .whyuspanel .contentwrap .ctabtn a {
        color: #ffffff;
        z-index: 2; }
        .whyuspanel .contentwrap .ctabtn a:hover {
          color: #1c375e; }
      .whyuspanel .contentwrap .ctabtn:hover {
        border: solid 2px #1c375e;
        color: #1c375e; }
      .whyuspanel .contentwrap .ctabtn:after {
        background: #ffffff;
        color: #1c375e;
        z-index: -1; }
    .whyuspanel .contentwrap ul.multiselectbutton {
      list-style-type: none;
      margin-left: 0px;
      margin-top: 25px; }
      @media print, screen and (min-width: 48em) {
        .whyuspanel .contentwrap ul.multiselectbutton {
          display: -webkit-box;
          display: -webkit-flex;
          display: -ms-flexbox;
          display: flex;
          -webkit-flex-wrap: wrap;
              -ms-flex-wrap: wrap;
                  flex-wrap: wrap;
          -webkit-box-pack: justify;
          -webkit-justify-content: space-between;
              -ms-flex-pack: justify;
                  justify-content: space-between; } }
      .whyuspanel .contentwrap ul.multiselectbutton li {
        list-style: none;
        width: 48%;
        padding-left: 0px; }
        @media print, screen and (max-width: 47.99875em) {
          .whyuspanel .contentwrap ul.multiselectbutton li {
            display: block;
            width: 50%;
            margin: 0px auto;
            text-align: center; } }
        @media (min-width: 0px) and (max-width: 370px) {
          .whyuspanel .contentwrap ul.multiselectbutton li {
            width: 61%; } }
        @media print, screen and (min-width: 64em) {
          .whyuspanel .contentwrap ul.multiselectbutton li {
            width: 40.3%; } }
        @media screen and (min-width: 85.375em) {
          .whyuspanel .contentwrap ul.multiselectbutton li {
            width: 30.3%; } }
        .whyuspanel .contentwrap ul.multiselectbutton li:before {
          display: none; }
        .whyuspanel .contentwrap ul.multiselectbutton li a.ctabutton {
          text-decoration: none;
          border-radius: 25px;
          font-size: 20px;
          line-height: 29px;
          font-weight: 700;
          border: 2px solid #00214e;
          text-transform: uppercase;
          padding: 6.5px 22px;
          width: 100%;
          text-align: center; }
          @media print, screen and (min-width: 48em) {
            .whyuspanel .contentwrap ul.multiselectbutton li a.ctabutton {
              font-size: 20px;
              line-height: 29px;
              padding: 4.5px 22px; } }
          .whyuspanel .contentwrap ul.multiselectbutton li a.ctabutton:hover {
            border: solid 2px transparent; }
  .whyuspanel .imgsec {
    text-align: center; }
    @media print, screen and (min-width: 64em) {
      .whyuspanel .imgsec {
        text-align: right; } }

.bankingpanel {
  padding-top: 52px;
  padding-bottom: 54px;
  overflow: hidden;
  background: #1c375e;
  background: -webkit-gradient(linear, left top, right top, from(#1c375e), color-stop(35%, #1d385f), to(#3c6897));
  background: linear-gradient(90deg, #1c375e 0%, #1d385f 35%, #3c6897 100%);
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr="#1c375e",endColorstr="#3c6897",GradientType=1);
  position: relative; }
  @media print, screen and (min-width: 64em) {
    .bankingpanel {
      padding-top: 90px;
      padding-bottom: 90px; } }
  @media screen and (min-width: 85.375em) {
    .bankingpanel {
      padding-top: 165px;
      padding-bottom: 72px; } }
  .bankingpanel .grid-x {
    -webkit-box-orient: vertical;
    -webkit-box-direction: reverse;
    -webkit-flex-direction: column-reverse;
        -ms-flex-direction: column-reverse;
            flex-direction: column-reverse; }
    @media print, screen and (min-width: 64em) {
      .bankingpanel .grid-x {
        -webkit-box-orient: horizontal;
        -webkit-box-direction: normal;
        -webkit-flex-direction: row;
            -ms-flex-direction: row;
                flex-direction: row; } }
  .bankingpanel .imgsec {
    margin-top: -130px;
    opacity: 0.05;
    position: absolute; }
  .bankingpanel .svgimg {
    text-align: center;
    -webkit-box-ordinal-group: 2;
    -webkit-order: 1;
        -ms-flex-order: 1;
            order: 1; }
    .bankingpanel .svgimg svg {
      width: 100%;
      height: 100%; }
    @media print, screen and (min-width: 64em) {
      .bankingpanel .svgimg {
        -webkit-box-ordinal-group: 3;
        -webkit-order: 2;
            -ms-flex-order: 2;
                order: 2; } }
  .bankingpanel .contentwrap {
    max-width: 660px;
    -webkit-box-ordinal-group: 2;
    -webkit-order: 1;
        -ms-flex-order: 1;
            order: 1; }
    @media print, screen and (min-width: 64em) {
      .bankingpanel .contentwrap {
        padding-left: 30px;
        -webkit-box-ordinal-group: 3;
        -webkit-order: 2;
            -ms-flex-order: 2;
                order: 2; } }
    @media screen and (min-width: 85.375em) {
      .bankingpanel .contentwrap {
        padding-left: 113px; } }
    .bankingpanel .contentwrap h2,
    .bankingpanel .contentwrap h3 {
      color: #ffffff; }
    .bankingpanel .contentwrap p {
      font-size: 18px;
      line-height: 24px;
      color: #ffffff;
      margin-bottom: 25px; }
    .bankingpanel .contentwrap .btn {
      margin-top: 43px;
      margin-bottom: 34px; }
      @media print, screen and (min-width: 64em) {
        .bankingpanel .contentwrap .btn {
          text-align: left;
          margin-top: 77px;
          margin-bottom: 0; } }
      .bankingpanel .contentwrap .btn .ctabutton {
        border: 2px solid #ffffff; }
      .bankingpanel .contentwrap .btn a {
        color: #ffffff; }

.historypanel {
  padding-top: 38px;
  padding-bottom: 40px;
  overflow: hidden;
  margin-bottom: 60px;
  background: white;
  background: -webkit-gradient(linear, right top, left top, from(rgba(255, 255, 255, 0)), color-stop(59%, rgba(28, 55, 94, 0.92)), color-stop(68%, #1c375e));
  background: linear-gradient(-90deg, rgba(255, 255, 255, 0) 0%, rgba(28, 55, 94, 0.92) 59%, #1c375e 68%);
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr="#ffffff",endColorstr="#1c375e",GradientType=1);
  position: relative; }
  @media print, screen and (min-width: 64em) {
    .historypanel {
      padding-top: 60px;
      padding-bottom: 60px; } }
  @media screen and (min-width: 85.375em) {
    .historypanel {
      padding-top: 90px;
      padding-bottom: 90px; } }
  .historypanel .imgsec {
    margin-top: -60px;
    opacity: 1;
    position: absolute;
    right: 0;
    z-index: -1;
    height: 100%; }
    .historypanel .imgsec img {
      width: 100%;
      -o-object-fit: cover;
         object-fit: cover;
      height: 110%; }
    @media print, screen and (min-width: 64em) {
      .historypanel .imgsec {
        margin-top: -90px; } }
  .historypanel .contentwrap {
    padding-left: 0px;
    max-width: 880px; }
    @media print, screen and (min-width: 64em) {
      .historypanel .contentwrap {
        padding-left: 80px;
        max-width: 880px; } }
    .historypanel .contentwrap h2,
    .historypanel .contentwrap h3 {
      color: #ffffff;
      text-align: center; }
      @media print, screen and (min-width: 64em) {
        .historypanel .contentwrap h2,
        .historypanel .contentwrap h3 {
          text-align: left; } }
    .historypanel .contentwrap p {
      font-size: 17px;
      line-height: 23px;
      color: #ffffff;
      margin-bottom: 43px; }
      @media print, screen and (min-width: 64em) {
        .historypanel .contentwrap p {
          font-size: 26px;
          line-height: 35px; } }
    .historypanel .contentwrap .btn {
      text-align: center; }
      @media print, screen and (min-width: 64em) {
        .historypanel .contentwrap .btn {
          text-align: left; } }
      .historypanel .contentwrap .btn .ctabutton {
        border: 2px solid #ffffff; }
      .historypanel .contentwrap .btn a {
        color: #ffffff; }

.ourteampanel {
  padding-top: 46px;
  padding-bottom: 7px; }
  @media print, screen and (min-width: 64em) {
    .ourteampanel {
      padding-top: 148px;
      padding-bottom: 30px; } }
  .ourteampanel .grey {
    border-radius: 18px;
    padding: 25px 0px 10px 36px;
    margin-bottom: 52px;
    margin-top: 21px;
    margin-left: 0px;
    margin-right: 0px; }
    @media print, screen and (min-width: 64em) {
      .ourteampanel .grey {
        margin-bottom: 60px;
        margin-top: 30px;
        padding: 66px 0px 0px 90px; } }
    .ourteampanel .grey .contentwrap {
      margin-bottom: 20px; }
      @media print, screen and (min-width: 64em) {
        .ourteampanel .grey .contentwrap {
          margin-bottom: 32px;
          padding-right: 15px; } }
      @media screen and (min-width: 85.375em) {
        .ourteampanel .grey .contentwrap {
          margin-bottom: 62px;
          padding-right: 35px; } }
      .ourteampanel .grey .contentwrap h4 {
        font-size: 17px;
        line-height: 22px;
        text-align: left;
        color: #00214e; }
        @media print, screen and (min-width: 64em) {
          .ourteampanel .grey .contentwrap h4 {
            font-size: 24px;
            line-height: 32px; } }
      .ourteampanel .grey .contentwrap p {
        font-size: 17px;
        line-height: 22px;
        margin-bottom: -1px; }
        @media print, screen and (min-width: 64em) {
          .ourteampanel .grey .contentwrap p {
            font-size: 18px;
            line-height: 24px; } }
  .ourteampanel h2 {
    position: relative;
    margin-top: 20px;
    margin-bottom: 33px;
    text-align: center;
    color: #00214e; }
    .ourteampanel h2:before {
      content: "";
      width: 60px;
      height: 5px;
      background: #ea0031;
      position: absolute;
      top: -13px;
      left: 50%;
      right: auto;
      -webkit-transform: translate(-50%, 0px);
          -ms-transform: translate(-50%, 0px);
              transform: translate(-50%, 0px); }
      @media print, screen and (min-width: 64em) {
        .ourteampanel h2:before {
          width: 92px;
          height: 7px;
          left: 0;
          -webkit-transform: translate(0%, 0px);
              -ms-transform: translate(0%, 0px);
                  transform: translate(0%, 0px); } }
    @media print, screen and (min-width: 64em) {
      .ourteampanel h2 {
        text-align: left; } }
  .ourteampanel p {
    font-size: 17px;
    line-height: 23px;
    margin-bottom: 21px; }
    @media print, screen and (min-width: 64em) {
      .ourteampanel p {
        font-size: 24px;
        line-height: 35px;
        margin-bottom: 27px; } }
    @media screen and (min-width: 85.375em) {
      .ourteampanel p {
        margin-bottom: 47px; } }
  .ourteampanel h4 {
    font-size: 20px;
    line-height: 28px;
    color: #00214e;
    text-align: center; }
    @media print, screen and (min-width: 64em) {
      .ourteampanel h4 {
        font-size: 28px;
        text-align: left; } }
  .ourteampanel .flex-column {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    position: relative;
    -webkit-flex-wrap: wrap;
        -ms-flex-wrap: wrap;
            flex-wrap: wrap;
    margin-bottom: 71px; }
    @media print, screen and (min-width: 64em) {
      .ourteampanel .flex-column {
        margin-bottom: 127px; } }
    .ourteampanel .flex-column .column-1 {
      width: 100%;
      -webkit-box-ordinal-group: 3;
      -webkit-order: 2;
          -ms-flex-order: 2;
              order: 2; }
      @media print, screen and (min-width: 64em) {
        .ourteampanel .flex-column .column-1 {
          width: 56%; } }
    .ourteampanel .flex-column .column-2 {
      width: 100%;
      margin-top: 30px;
      -webkit-box-ordinal-group: 4;
      -webkit-order: 3;
          -ms-flex-order: 3;
              order: 3; }
      @media print, screen and (min-width: 64em) {
        .ourteampanel .flex-column .column-2 {
          width: 52%;
          margin-top: 62px;
          margin-bottom: -40px; } }
      @media (min-width: 1200px) and (max-width: 1300px) {
        .ourteampanel .flex-column .column-2 {
          margin-bottom: 90px; } }
      @media (min-width: 1301px) and (max-width: 1365px) {
        .ourteampanel .flex-column .column-2 {
          margin-bottom: 140px; } }
      @media screen and (min-width: 85.375em) {
        .ourteampanel .flex-column .column-2 {
          margin-top: 90px;
          margin-bottom: 140px; } }
      .ourteampanel .flex-column .column-2 h3 {
        font-size: 20px;
        line-height: 28px;
        margin-bottom: 20px;
        margin-top: 27px;
        margin-left: 90px; }
        @media print, screen and (min-width: 64em) {
          .ourteampanel .flex-column .column-2 h3 {
            max-width: 150px;
            font-size: 24px;
            line-height: 28px;
            margin-bottom: 20px;
            margin-top: 20px;
            margin-left: 0; } }
        @media screen and (min-width: 85.375em) {
          .ourteampanel .flex-column .column-2 h3 {
            margin-top: 50px; } }
      .ourteampanel .flex-column .column-2 .flex-column {
        -webkit-flex-wrap: nowrap;
            -ms-flex-wrap: nowrap;
                flex-wrap: nowrap;
        margin-bottom: 0; }
        .ourteampanel .flex-column .column-2 .flex-column .imgsec {
          max-width: 70px;
          margin-right: 20px;
          -webkit-transform: skewY(-10deg);
              -ms-transform: skewY(-10deg);
                  transform: skewY(-10deg);
          overflow: hidden;
          height: 61px;
          margin-top: -45px;
          width: 100%; }
          @media print, screen and (min-width: 64em) {
            .ourteampanel .flex-column .column-2 .flex-column .imgsec {
              margin-right: 60px;
              max-width: 103px;
              height: 94px;
              margin-top: 20px; } }
          .ourteampanel .flex-column .column-2 .flex-column .imgsec img {
            margin-top: -10px;
            -webkit-transform: skewY(10deg);
                -ms-transform: skewY(10deg);
                    transform: skewY(10deg); }
        .ourteampanel .flex-column .column-2 .flex-column p {
          margin-bottom: 0; }
    .ourteampanel .flex-column .column-3 {
      width: 100%;
      position: relative;
      right: 0;
      top: 50px;
      -webkit-transform: skewY(-10deg);
          -ms-transform: skewY(-10deg);
              transform: skewY(-10deg);
      -webkit-box-ordinal-group: 2;
      -webkit-order: 1;
          -ms-flex-order: 1;
              order: 1;
      max-width: 348px;
      margin: 0 auto;
      margin-bottom: 160px; }
      @media print, screen and (min-width: 64em) {
        .ourteampanel .flex-column .column-3 {
          width: 40.4%;
          position: absolute;
          margin-bottom: 0;
          max-width: 100%;
          margin-top: -78px; } }
      @media screen and (min-width: 85.375em) {
        .ourteampanel .flex-column .column-3 {
          margin-top: -88px; } }
      .ourteampanel .flex-column .column-3:before {
        content: "";
        width: 95%;
        height: 95%;
        background: #ea0031;
        position: absolute;
        top: 70px;
        right: -10px;
        z-index: -1;
        -webkit-transform: skewY(-10deg);
            -ms-transform: skewY(-10deg);
                transform: skewY(-10deg); }
      .ourteampanel .flex-column .column-3 .imgsec {
        -webkit-transform: skewY(10deg);
            -ms-transform: skewY(10deg);
                transform: skewY(10deg); }
        .ourteampanel .flex-column .column-3 .imgsec img {
          -webkit-transform: skewY(-10deg);
              -ms-transform: skewY(-10deg);
                  transform: skewY(-10deg); }
      .ourteampanel .flex-column .column-3 .contentsec {
        -webkit-transform: skewY(10deg);
            -ms-transform: skewY(10deg);
                transform: skewY(10deg);
        background: #477fbc;
        padding: 104px 56px 80px;
        color: #ffffff;
        margin-top: -50px;
        z-index: -1;
        position: relative;
        width: 100%;
        max-width: 529px; }
        @media print, screen and (min-width: 64em) {
          .ourteampanel .flex-column .column-3 .contentsec {
            padding: 190px 56px 110px; } }
        .ourteampanel .flex-column .column-3 .contentsec + .imgsec {
          margin-top: -45px; }
        .ourteampanel .flex-column .column-3 .contentsec h1,
        .ourteampanel .flex-column .column-3 .contentsec h2,
        .ourteampanel .flex-column .column-3 .contentsec h3,
        .ourteampanel .flex-column .column-3 .contentsec h4,
        .ourteampanel .flex-column .column-3 .contentsec h5,
        .ourteampanel .flex-column .column-3 .contentsec h6 {
          color: #ffffff; }

.comparisionChhart.chartdesktop + .generalcontnet.desclimarPanel {
  padding-top: 40px; }
  @media print, screen and (min-width: 64em) {
    .comparisionChhart.chartdesktop + .generalcontnet.desclimarPanel {
      padding-top: 0px; } }

.animated {
  -webkit-animation-duration: 1s;
  animation-duration: 1s;
  -webkit-animation-fill-mode: both;
  animation-fill-mode: both; }

@-webkit-keyframes swing {
  0% {
    opacity: 0;
    -webkit-transform: translate3d(0, 100%, 0);
    transform: translate3d(0, 100%, 0); }
  to {
    opacity: 1;
    -webkit-transform: none;
    transform: none; } }

@keyframes swing {
  0% {
    opacity: 0;
    -webkit-transform: translate3d(0, 100%, 0);
    transform: translate3d(0, 100%, 0); }
  to {
    opacity: 1;
    -webkit-transform: none;
    transform: none; } }

.swing {
  -webkit-animation-name: swing;
  animation-name: swing; }

.historyModule {
  padding-bottom: 10px; }
  .historyModule .grey {
    border-bottom: 5px solid #00214e; }
    @media print, screen and (max-width: 47.99875em) {
      .historyModule .grey {
        background: transparent;
        border-bottom: 0px solid #00214e; } }
  .historyModule .historyBlock {
    padding: 1px 0px 0 px 0px; }
    @media print, screen and (min-width: 48em) {
      .historyModule .historyBlock {
        padding: 45px 0px 21px 0px; } }
    @media print, screen and (max-width: 47.99875em) {
      .historyModule .historyBlock .decade-wrapper {
        width: 100%;
        margin: 0px auto; }
        .historyModule .historyBlock .decade-wrapper.sticky {
          max-width: 100%;
          position: fixed;
          right: 10px;
          z-index: 1000; }
          .historyModule .historyBlock .decade-wrapper.sticky.active {
            top: 143px;
            right: 10px; } }
    .historyModule .historyBlock .decade-wrapper ul {
      display: none; }
      @media print, screen and (min-width: 48em) {
        .historyModule .historyBlock .decade-wrapper ul {
          -webkit-box-pack: center;
          -webkit-justify-content: center;
              -ms-flex-pack: center;
                  justify-content: center;
          display: -webkit-box;
          display: -webkit-flex;
          display: -ms-flexbox;
          display: flex;
          -webkit-flex-wrap: wrap;
              -ms-flex-wrap: wrap;
                  flex-wrap: wrap; } }
      .historyModule .historyBlock .decade-wrapper ul li {
        margin-right: 0.515%; }
        .historyModule .historyBlock .decade-wrapper ul li:first-child {
          margin-left: 0px; }
        .historyModule .historyBlock .decade-wrapper ul li:last-child {
          margin-right: 0px; }
        @media print, screen and (min-width: 48em) {
          .historyModule .historyBlock .decade-wrapper ul li {
            margin-right: 1%; } }
        @media print, screen and (min-width: 64em) {
          .historyModule .historyBlock .decade-wrapper ul li {
            margin-right: 2.757%; } }
        .historyModule .historyBlock .decade-wrapper ul li a {
          background: #4178b4;
          color: #ffffff;
          text-align: center;
          padding: 15px 10px;
          border-radius: 39px;
          width: 100%;
          text-decoration: none; }
          @media print, screen and (min-width: 48em) {
            .historyModule .historyBlock .decade-wrapper ul li a {
              padding: 12px 12px;
              font-size: 20px;
              line-height: 30px; } }
          @media print, screen and (min-width: 64em) {
            .historyModule .historyBlock .decade-wrapper ul li a {
              padding: 15px 15px;
              font-size: 28px;
              line-height: 36px; } }
          @media screen and (min-width: 85.375em) {
            .historyModule .historyBlock .decade-wrapper ul li a {
              padding: 15px 15px;
              font-size: 36px;
              line-height: 48px; } }
          .historyModule .historyBlock .decade-wrapper ul li a:hover {
            background: #00214e; }
          .historyModule .historyBlock .decade-wrapper ul li a.active {
            background: #00214e;
            color: #ffffff; }
    .historyModule .historyBlock .decade-wrapper .decade-year-dropdown {
      display: block; }
      @media print, screen and (min-width: 64em) {
        .historyModule .historyBlock .decade-wrapper .decade-year-dropdown {
          display: none; } }
    @media print, screen and (max-width: 47.99875em) {
      .historyModule .historyBlock .decade-wrapper #timeline_dropdown-button {
        float: right;
        display: block;
        background: #00214e;
        border: 0px;
        border-radius: 0px;
        width: calc(100% - 15px);
        max-width: 210px;
        margin-right: -10px;
        display: table-cell;
        vertical-align: middle;
        -webkit-box-sizing: border-box;
                box-sizing: border-box;
        margin-top: 12px; }
      .historyModule .historyBlock .decade-wrapper .ui-selectmenu-text {
        display: block;
        margin-right: 36px;
        overflow: hidden;
        text-overflow: ellipsis;
        font-size: 20px;
        font-weight: 700;
        color: #fff !important;
        /*text-align: center;*/
        margin-left: 15px;
        font-family: "Manrope";
        padding: 0; } }
    .historyModule .historyBlock .decade-wrapper .ui-selectmenu-button.ui-button {
      display: block; }
      @media print, screen and (min-width: 48em) {
        .historyModule .historyBlock .decade-wrapper .ui-selectmenu-button.ui-button {
          display: none; } }
  .historyModule .timeline-wrapper {
    max-width: 100%;
    margin: 0px auto;
    padding-left: 10px;
    padding-right: 20px; }
    @media print, screen and (min-width: 64em) {
      .historyModule .timeline-wrapper {
        padding-left: 20px;
        padding-right: 20px; } }
    @media screen and (min-width: 85.375em) {
      .historyModule .timeline-wrapper {
        padding-left: 44px;
        padding-right: 44px; } }
    .historyModule .timeline-wrapper .timeline {
      display: none;
      -webkit-flex-wrap: wrap;
          -ms-flex-wrap: wrap;
              flex-wrap: wrap;
      list-style: none;
      padding: 42px 0px 0px 0px;
      position: relative;
      opacity: 0; }
      @media print, screen and (min-width: 48em) {
        .historyModule .timeline-wrapper .timeline {
          padding: 75px 0px 0px 0px; } }
      .historyModule .timeline-wrapper .timeline:before {
        top: 0;
        bottom: 0;
        position: absolute;
        content: " ";
        width: 1px;
        background: #1c375e;
        left: 50%;
        margin-left: 1px;
        height: calc(100% + -125px); }
        @media print, screen and (max-width: 47.99875em) {
          .historyModule .timeline-wrapper .timeline:before {
            left: auto;
            top: 0px;
            right: -16px;
            height: calc(100% + 0px);
            z-index: 1; } }
      .historyModule .timeline-wrapper .timeline li {
        position: relative;
        width: 100%;
        float: left;
        clear: left;
        padding-right: 0px;
        margin-bottom: 50px; }
        @media print, screen and (min-width: 48em) {
          .historyModule .timeline-wrapper .timeline li {
            width: 50%;
            padding-right: 50px; } }
        @media print, screen and (min-width: 64em) {
          .historyModule .timeline-wrapper .timeline li {
            padding-right: 50px; } }
        @media screen and (min-width: 85.375em) {
          .historyModule .timeline-wrapper .timeline li {
            margin-bottom: 70px;
            padding-right: 108px; } }
        .historyModule .timeline-wrapper .timeline li:before, .historyModule .timeline-wrapper .timeline li:after {
          content: " ";
          display: table; }
        .historyModule .timeline-wrapper .timeline li .timeline-badge {
          width: 23px;
          height: 23px;
          text-align: center;
          position: absolute;
          top: 0px;
          right: -13px;
          background: #1c375e;
          z-index: 1;
          border-radius: 50%;
          background-size: cover; }
          @media print, screen and (min-width: 48em) and (max-width: 63.99875em) {
            .historyModule .timeline-wrapper .timeline li .timeline-badge {
              margin-left: 0;
              top: 16px;
              left: auto;
              right: -9px;
              width: 15px;
              height: 15px; } }
          @media print, screen and (max-width: 47.99875em) {
            .historyModule .timeline-wrapper .timeline li .timeline-badge {
              margin-left: 0;
              top: 16px;
              left: auto;
              right: -22px;
              width: 15px;
              height: 15px; } }
        .historyModule .timeline-wrapper .timeline li .timeline-panel {
          width: 100%;
          position: relative;
          visibility: visible;
          opacity: 1;
          -webkit-box-shadow: 0px 3px 6px 0px rgba(98, 127, 168, 0.2);
                  box-shadow: 0px 3px 6px 0px rgba(98, 127, 168, 0.2);
          border-radius: 16px;
          margin: 0px auto;
          background: #edf2f7; }
          @media print, screen and (max-width: 47.99875em) {
            .historyModule .timeline-wrapper .timeline li .timeline-panel {
              width: 100%; } }
          .historyModule .timeline-wrapper .timeline li .timeline-panel.is-hidden {
            visibility: hidden;
            opacity: 0; }
          .historyModule .timeline-wrapper .timeline li .timeline-panel .timeline-heading {
            position: relative;
            z-index: 1;
            overflow: hidden;
            border-radius: 16px; }
            .historyModule .timeline-wrapper .timeline li .timeline-panel .timeline-heading .imgsec {
              width: 100%;
              border-radius: 16px;
              -webkit-transition: all 0.75s;
              transition: all 0.75s; }
              .historyModule .timeline-wrapper .timeline li .timeline-panel .timeline-heading .imgsec:hover {
                -webkit-transform: scale(1.1);
                    -ms-transform: scale(1.1);
                        transform: scale(1.1); }
            .historyModule .timeline-wrapper .timeline li .timeline-panel .timeline-heading + .timeline-body {
              border-top-left-radius: 0px;
              border-top-right-radius: 0px;
              border-top: 0px;
              margin-top: -28px;
              padding: 46px 31px 38px 31px; }
              @media print, screen and (max-width: 47.99875em) {
                .historyModule .timeline-wrapper .timeline li .timeline-panel .timeline-heading + .timeline-body {
                  padding: 45px 20px 30px 20px; } }
              .historyModule .timeline-wrapper .timeline li .timeline-panel .timeline-heading + .timeline-body h4,
              .historyModule .timeline-wrapper .timeline li .timeline-panel .timeline-heading + .timeline-body h3 {
                padding-bottom: 16px; }
                @media print, screen and (max-width: 47.99875em) {
                  .historyModule .timeline-wrapper .timeline li .timeline-panel .timeline-heading + .timeline-body h4,
                  .historyModule .timeline-wrapper .timeline li .timeline-panel .timeline-heading + .timeline-body h3 {
                    padding-bottom: 14px; } }
          .historyModule .timeline-wrapper .timeline li .timeline-panel .timeline-body {
            border-radius: 16px;
            margin-top: -10px;
            padding: 20px 31px 52px 31px; }
            @media print, screen and (max-width: 47.99875em) {
              .historyModule .timeline-wrapper .timeline li .timeline-panel .timeline-body {
                padding: 20px 20px 30px 20px; } }
            .historyModule .timeline-wrapper .timeline li .timeline-panel .timeline-body h4,
            .historyModule .timeline-wrapper .timeline li .timeline-panel .timeline-body h3 {
              color: #00214e;
              padding-bottom: 16px; }
              @media print, screen and (max-width: 47.99875em) {
                .historyModule .timeline-wrapper .timeline li .timeline-panel .timeline-body h4,
                .historyModule .timeline-wrapper .timeline li .timeline-panel .timeline-body h3 {
                  padding-bottom: 12px; } }
            .historyModule .timeline-wrapper .timeline li .timeline-panel .timeline-body p {
              color: #00214e; }
              .historyModule .timeline-wrapper .timeline li .timeline-panel .timeline-body p + p {
                margin-top: 27px; }
        .historyModule .timeline-wrapper .timeline li.timeline-inverted {
          float: right;
          clear: right;
          margin-top: 0px;
          display: inline;
          padding-right: 0px;
          padding-left: 0px; }
          @media print, screen and (min-width: 48em) {
            .historyModule .timeline-wrapper .timeline li.timeline-inverted {
              padding-left: 30px; } }
          @media print, screen and (min-width: 64em) {
            .historyModule .timeline-wrapper .timeline li.timeline-inverted {
              padding-left: 52px; } }
          @media screen and (min-width: 85.375em) {
            .historyModule .timeline-wrapper .timeline li.timeline-inverted {
              padding-left: 104px; } }
          .historyModule .timeline-wrapper .timeline li.timeline-inverted .timeline-badge {
            left: -10px;
            top: 61px; }
            @media print, screen and (min-width: 48em) and (max-width: 63.99875em) {
              .historyModule .timeline-wrapper .timeline li.timeline-inverted .timeline-badge {
                left: -6px; } }
            @media print, screen and (max-width: 47.99875em) {
              .historyModule .timeline-wrapper .timeline li.timeline-inverted .timeline-badge {
                right: -22px;
                top: 61px;
                left: auto; } }
          @media print, screen and (min-width: 48em) {
            .historyModule .timeline-wrapper .timeline li.timeline-inverted .timeline-panel {
              width: 100%; } }
          .historyModule .timeline-wrapper .timeline li.timeline-inverted .timeline-panel:before {
            border-left-width: 0;
            border-right-width: 15px;
            left: -15px;
            right: auto; }
      .historyModule .timeline-wrapper .timeline.active {
        opacity: 1;
        display: -webkit-box;
        display: -webkit-flex;
        display: -ms-flexbox;
        display: flex; }
        @media print, screen and (max-width: 47.99875em) {
          .historyModule .timeline-wrapper .timeline.active {
            display: inline-block; } }

@media screen and (min-width: 768px) {
  .mtimelineLst.ui-selectmenu-open {
    display: none; } }

@media (min-width: 667px) and (max-width: 736px) {
  #timeline_dropdown-menu {
    height: 180px; } }

@media screen and (max-width: 767px) {
  .ui-selectmenu-button-closed::after {
    content: "";
    position: absolute;
    top: 36%;
    right: 10px;
    margin-top: 0px;
    z-index: 2;
    margin: auto;
    width: 24px;
    height: 14px;
    background-image: url(../images/list-down-arrow.svg);
    background-size: cover;
    background-repeat: no-repeat;
    cursor: pointer;
    -webkit-transition: all .3s;
    transition: all .3s;
    pointer-events: none; }
  .ui-selectmenu-button-open::after {
    content: "";
    position: absolute;
    top: 36%;
    right: 10px;
    margin-top: 0px;
    z-index: 2;
    margin: auto;
    width: 24px;
    height: 14px;
    background-image: url(../images/list-down-arrow.svg);
    background-size: cover;
    background-repeat: no-repeat;
    cursor: pointer;
    -webkit-transition: all 0.3s;
    transition: all 0.3s;
    pointer-events: none;
    webkit-transform: rotate(180deg);
    -webkit-transform: rotate(180deg);
    -ms-transform: rotate(180deg);
        transform: rotate(180deg); }
  .mtimelineLst .ui-menu .ui-menu-item-wrapper {
    font-family: "Manrope";
    padding: 0;
    font-size: 20px;
    font-weight: 700; } }

@media print, screen and (max-width: 47.99875em) {
  .breadcrumbWrap + .generalcontnet {
    margin-top: 29px; } }

.todaypanel {
  margin-top: 50px;
  padding: 52px 0; }
  @media print, screen and (min-width: 48em) {
    .todaypanel {
      padding: 48px 0; } }
  .todaypanel .btn {
    -ms-box-orient: horizontal;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
        -ms-flex-pack: center;
            justify-content: center;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -webkit-flex-flow: row wrap;
        -ms-flex-flow: row wrap;
            flex-flow: row wrap;
    -webkit-box-align: stretch;
    -webkit-align-items: stretch;
        -ms-flex-align: stretch;
            align-items: stretch;
    margin-top: 31px; }
    .todaypanel .btn div.active {
      background: #00214e;
      color: #ffffff; }
    .todaypanel .btn div:nth-child(n + 0) {
      -webkit-box-flex: 0;
      -webkit-flex-grow: 0;
          -ms-flex-positive: 0;
              flex-grow: 0;
      margin: 7.5px 11.5px; }
      @media print, screen and (min-width: 48em) {
        .todaypanel .btn div:nth-child(n + 0) {
          margin: 10px 15px; } }
      @media print, screen and (min-width: 64em) {
        .todaypanel .btn div:nth-child(n + 0) {
          margin: 15px 20px; } }

.featuredsec {
  margin-top: 53px; }
  @media print, screen and (min-width: 48em) {
    .featuredsec {
      margin-top: 50px; } }

.featuredpanel {
  margin-top: 20px;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  color: #ffffff;
  -webkit-flex-wrap: wrap;
      -ms-flex-wrap: wrap;
          flex-wrap: wrap; }
  @media print, screen and (min-width: 64em) {
    .featuredpanel {
      margin-top: 47px;
      -webkit-flex-wrap: nowrap;
          -ms-flex-wrap: nowrap;
              flex-wrap: nowrap; } }
  .featuredpanel.right {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: reverse;
    -webkit-flex-direction: row-reverse;
        -ms-flex-direction: row-reverse;
            flex-direction: row-reverse; }
    .featuredpanel.right .rightsec.grid-margin-x {
      margin-right: 0px !important; }
      @media screen and (min-width: 85.375em) {
        .featuredpanel.right .rightsec.grid-margin-x {
          margin-left: -21px !important;
          margin-right: 51px !important; } }
    @media print, screen and (min-width: 64em) {
      .featuredpanel.right .leftsec.grid-margin-x {
        margin-right: 0px !important; } }
    @media screen and (min-width: 85.375em) {
      .featuredpanel.right .leftsec.grid-margin-x {
        margin-left: -21px !important; } }
  .featuredpanel a {
    color: #ffffff;
    text-decoration: none; }
  .featuredpanel .contentsec {
    margin-bottom: 20px !important; }
  .featuredpanel p {
    font-size: 17px;
    line-height: 27px; }
    .featuredpanel p + p {
      margin-top: 7px; }
  .featuredpanel .featuredinfo {
    position: relative;
    -webkit-transition: all 0.3s ease-out;
    transition: all 0.3s ease-out;
    overflow: hidden;
    cursor: pointer; }
  .featuredpanel .leftsec {
    width: 100%;
    max-width: 430px;
    margin: 0 auto; }
    @media print, screen and (min-width: 48em) {
      .featuredpanel .leftsec {
        width: 100%;
        max-width: 768px;
        margin: 0 auto;
        margin-left: 0; } }
    @media print, screen and (min-width: 64em) {
      .featuredpanel .leftsec {
        width: 39.5%;
        max-width: 610px;
        margin: 0 0;
        margin-right: 20px; } }
    @media screen and (min-width: 85.375em) {
      .featuredpanel .leftsec {
        width: 44.7%; } }
    @media (min-width: 1366px) and (max-width: 1599px) {
      .featuredpanel .leftsec {
        width: 42.7%; } }
    .featuredpanel .leftsec h4 {
      font-size: 20px !important;
      line-height: 27px !important;
      font-weight: 600; }
      @media print, screen and (min-width: 48em) {
        .featuredpanel .leftsec h4 {
          font-size: 35px !important;
          line-height: 40px !important; } }
    .featuredpanel .leftsec .imgsec {
      overflow: hidden;
      max-width: 100%;
      display: block;
      margin: 0 auto;
      height: 100%;
      -webkit-transform: translateZ(0);
              transform: translateZ(0);
      position: relative;
      margin-bottom: 0; }
      @media print, screen and (min-width: 48em) {
        .featuredpanel .leftsec .imgsec {
          max-width: 768px;
          max-height: 454px;
          min-height: 454px; } }
      @media print, screen and (min-width: 64em) {
        .featuredpanel .leftsec .imgsec {
          max-width: 610px;
          margin-bottom: 24px; } }
      .featuredpanel .leftsec .imgsec a img {
        -webkit-transition: all 0.75s;
        transition: all 0.75s;
        -o-object-fit: cover;
           object-fit: cover;
        height: 100%;
        width: 100%; }
      .featuredpanel .leftsec .imgsec a:hover img {
        -webkit-transform: scale(1.1);
            -ms-transform: scale(1.1);
                transform: scale(1.1);
        -webkit-transition: all 0.75s;
        transition: all 0.75s; }
    .featuredpanel .leftsec .gridinfo {
      padding: 0;
      max-width: 100%;
      margin: 0 auto;
      padding-bottom: 18px;
      margin-top: 12px;
      margin-bottom: 8px; }
      @media print, screen and (min-width: 48em) {
        .featuredpanel .leftsec .gridinfo {
          margin: 0 0;
          margin-top: 28px;
          margin-bottom: 0px;
          margin-left: 0;
          margin-right: 0;
          max-width: 768px; } }
      @media print, screen and (min-width: 64em) {
        .featuredpanel .leftsec .gridinfo {
          margin-top: 38px;
          max-width: 610px; } }
      .featuredpanel .leftsec .gridinfo .contentsec {
        padding: 18px 10px 19px 55px; }
        @media print, screen and (min-width: 48em) {
          .featuredpanel .leftsec .gridinfo .contentsec {
            padding: 18px 10px 19px 75px; } }
        .featuredpanel .leftsec .gridinfo .contentsec p.tag {
          font-size: 17px;
          line-height: 22px;
          margin-bottom: 10px; }
          @media print, screen and (min-width: 64em) {
            .featuredpanel .leftsec .gridinfo .contentsec p.tag {
              font-size: 20px;
              line-height: 27px; } }
        .featuredpanel .leftsec .gridinfo .contentsec.blogs:before {
          content: "";
          width: 100%;
          height: 100%;
          background: url(../images/message-icon.svg) left top no-repeat;
          position: absolute;
          left: 10px;
          top: 22px;
          background-size: contain;
          max-width: 27px; }
          @media print, screen and (min-width: 48em) {
            .featuredpanel .leftsec .gridinfo .contentsec.blogs:before {
              top: 25px;
              left: 20px;
              max-width: 37px; } }
        .featuredpanel .leftsec .gridinfo .contentsec.video:before {
          content: "";
          width: 100%;
          height: 100%;
          background: url(../images/video-icon.svg) left top no-repeat;
          position: absolute;
          left: 20px;
          top: 22px;
          max-width: 27px;
          background-size: contain; }
          @media print, screen and (min-width: 48em) {
            .featuredpanel .leftsec .gridinfo .contentsec.video:before {
              top: 25px;
              left: 20px;
              max-width: 37px; } }
        .featuredpanel .leftsec .gridinfo .contentsec .btn {
          margin-bottom: 10px; }
        .featuredpanel .leftsec .gridinfo .contentsec p {
          font-size: 17px;
          line-height: 27px; }
          .featuredpanel .leftsec .gridinfo .contentsec p + p {
            margin-top: 7px; }
      .featuredpanel .leftsec .gridinfo .ctablock {
        padding: 2px 0 18px 55px; }
        @media print, screen and (min-width: 48em) {
          .featuredpanel .leftsec .gridinfo .ctablock {
            padding: 2px 0 18px 75px; } }
  .featuredpanel .rightsec {
    width: 100%;
    margin: 0 auto;
    margin-top: 20px;
    max-width: 430px; }
    @media print, screen and (min-width: 48em) {
      .featuredpanel .rightsec {
        max-width: 100%; } }
    @media print, screen and (min-width: 64em) {
      .featuredpanel .rightsec {
        margin-top: 0px;
        width: 59%;
        max-width: 726px; } }
    @media print, screen and (min-width: 48em) {
      .featuredpanel .rightsec.grid-margin-x {
        margin-right: 0 !important; } }
    .featuredpanel .rightsec .imgsec {
      overflow: hidden;
      max-width: 610px;
      display: block;
      margin: 0 auto;
      height: 100%;
      -webkit-transform: translateZ(0);
              transform: translateZ(0);
      position: relative; }
      @media screen and (min-width: 85.375em) {
        .featuredpanel .rightsec .imgsec {
          max-width: 353px;
          max-height: 205px;
          min-height: 205px; } }
      .featuredpanel .rightsec .imgsec a img {
        -webkit-transition: all 0.75s;
        transition: all 0.75s;
        -o-object-fit: cover;
           object-fit: cover;
        height: 100%;
        width: 100%; }
      .featuredpanel .rightsec .imgsec a:hover img {
        -webkit-transform: scale(1.1);
            -ms-transform: scale(1.1);
                transform: scale(1.1);
        -webkit-transition: all 0.75s;
        transition: all 0.75s; }
      .featuredpanel .rightsec .imgsec.frame {
        max-width: 197px;
        min-height: 205px; }
        @media print, screen and (min-width: 48em) {
          .featuredpanel .rightsec .imgsec.frame {
            max-height: 205px; } }
        @media print, screen and (min-width: 64em) {
          .featuredpanel .rightsec .imgsec.frame {
            min-height: 205px;
            max-height: 205px;
            max-width: 197px; } }
        @media screen and (min-width: 85.375em) {
          .featuredpanel .rightsec .imgsec.frame {
            max-width: 197px;
            min-height: 205px;
            max-height: 205px; } }
        .featuredpanel .rightsec .imgsec.frame a img {
          -webkit-transition: all 0.75s;
          transition: all 0.75s;
          -o-object-fit: cover;
             object-fit: cover;
          height: 100%;
          width: 100%;
          -o-object-position: top;
             object-position: top; }
        .featuredpanel .rightsec .imgsec.frame a:hover img {
          -webkit-transform: scale(1.1);
              -ms-transform: scale(1.1);
                  transform: scale(1.1);
          -webkit-transition: all 0.75s;
          transition: all 0.75s; }
      .featuredpanel .rightsec .imgsec.video a:before {
        content: "";
        width: 58px;
        height: 58px;
        background: url(../images/video-play-icon.svg) no-repeat;
        position: absolute;
        background-size: contain;
        z-index: 10;
        left: 50%;
        top: 50%;
        -webkit-transform: translate(-50%, -50%);
            -ms-transform: translate(-50%, -50%);
                transform: translate(-50%, -50%); }
        @media print, screen and (min-width: 48em) {
          .featuredpanel .rightsec .imgsec.video a:before {
            width: 92px;
            height: 92px; } }
        @media screen and (min-width: 85.375em) {
          .featuredpanel .rightsec .imgsec.video a:before {
            width: 122px;
            height: 122px; } }
      .featuredpanel .rightsec .imgsec.video a img {
        margin-top: 0;
        height: 100%; }
    .featuredpanel .rightsec .gridinfo {
      padding: 0;
      max-width: 353px;
      margin: 0 auto;
      padding-bottom: 8px;
      margin-top: 12px;
      margin-bottom: 8px; }
      @media print, screen and (min-width: 48em) {
        .featuredpanel .rightsec .gridinfo {
          margin: 0 0;
          margin-top: 28px;
          margin-bottom: 0px;
          margin-left: 0;
          margin-right: 21.9px; } }
      @media print, screen and (min-width: 64em) {
        .featuredpanel .rightsec .gridinfo {
          margin-top: 38px; } }
      .featuredpanel .rightsec .gridinfo .contentsec {
        padding: 11px 30px 19px 54px; }
        .featuredpanel .rightsec .gridinfo .contentsec .btn {
          margin-top: 16px; }
      .featuredpanel .rightsec .gridinfo .ctablock {
        padding: 2px 0 18px 55px; }
      .featuredpanel .rightsec .gridinfo .events {
        display: -webkit-inline-box;
        display: -webkit-inline-flex;
        display: -ms-inline-flexbox;
        display: inline-flex; }
        .featuredpanel .rightsec .gridinfo .events .eventcard {
          color: #00214e;
          font-weight: bold;
          width: 120px;
          min-width: 120px;
          text-align: center;
          margin-top: 16px; }
        .featuredpanel .rightsec .gridinfo .events .month {
          font-size: 17px;
          line-height: 22px; }
        .featuredpanel .rightsec .gridinfo .events .date {
          font-size: 43px;
          line-height: 57px;
          margin-top: -16px; }
      .featuredpanel .rightsec .gridinfo.event .ctablock {
        padding: 2px 0 18px 121px; }
      .featuredpanel .rightsec .gridinfo.event .contentsec {
        padding: 11px 30px 19px 0px; }
        .featuredpanel .rightsec .gridinfo.event .contentsec h4 {
          font-size: 17px;
          line-height: 22px;
          font-weight: 600; }
    .featuredpanel .rightsec .link-cta {
      margin-top: 26px;
      color: #ffffff;
      font-size: 17px;
      line-height: 22px; }
    .featuredpanel .rightsec .featuredinfo {
      width: 100%;
      max-width: 430px;
      float: none;
      margin-right: 0px; }
      @media print, screen and (min-width: 48em) {
        .featuredpanel .rightsec .featuredinfo {
          float: left;
          width: 48.4%;
          max-width: 353px;
          margin-right: 30px; } }
      @media print, screen and (min-width: 64em) {
        .featuredpanel .rightsec .featuredinfo {
          width: 46.5%;
          margin-right: 17px; } }
      @media screen and (min-width: 85.375em) {
        .featuredpanel .rightsec .featuredinfo {
          width: 47.2%;
          margin-right: 20px; } }
      @media screen and (min-width: 90em) {
        .featuredpanel .rightsec .featuredinfo {
          width: 50%; } }
      .featuredpanel .rightsec .featuredinfo .featuredinfo {
        margin-bottom: 20px; }
        @media print, screen and (min-width: 48em) {
          .featuredpanel .rightsec .featuredinfo .featuredinfo {
            margin-bottom: 13px; } }
        @media print, screen and (min-width: 64em) {
          .featuredpanel .rightsec .featuredinfo .featuredinfo {
            margin-bottom: 0px; } }
      .featuredpanel .rightsec .featuredinfo:nth-child(2n + 0) {
        margin-right: 0px; }

.gridpanel,
.featuredpanel {
  margin-top: 33px; }
  @media print, screen and (min-width: 48em) {
    .gridpanel,
    .featuredpanel {
      margin-top: 27px; } }
  .gridpanel + .gridpanel,
  .featuredpanel + .gridpanel {
    margin-top: 45px; }
    @media print, screen and (min-width: 48em) {
      .gridpanel + .gridpanel,
      .featuredpanel + .gridpanel {
        margin-top: 13px; } }
  @media print, screen and (min-width: 48em) and (max-width: 63.99875em) {
    .gridpanel .grid-margin-x > .large-4,
    .featuredpanel .grid-margin-x > .large-4 {
      width: calc(50% - 1.374rem); } }
  @media print, screen and (min-width: 64em) {
    .gridpanel .grid-margin-x > .large-4,
    .featuredpanel .grid-margin-x > .large-4 {
      width: calc(33.333% - 1.374rem); } }
  @media print, screen and (min-width: 48em) {
    .gridpanel .grid-margin-x,
    .featuredpanel .grid-margin-x {
      margin-right: -21px !important; } }
  .gridpanel .link-cta,
  .featuredpanel .link-cta {
    margin-top: 26px;
    color: #ffffff;
    font-size: 17px;
    line-height: 22px; }
    @media print, screen and (min-width: 64em) {
      .gridpanel .link-cta,
      .featuredpanel .link-cta {
        font-size: 17px;
        line-height: 22px;
        margin-top: 36px; } }
    .gridpanel .link-cta:after,
    .featuredpanel .link-cta:after {
      top: auto;
      width: auto;
      height: auto;
      margin-left: 10px;
      font-size: 17px;
      line-height: 27px;
      bottom: 3px; }
    .gridpanel .link-cta:hover,
    .featuredpanel .link-cta:hover {
      text-decoration: none; }
      .gridpanel .link-cta:hover:after,
      .featuredpanel .link-cta:hover:after {
        -webkit-transition: all 0.55s;
        transition: all 0.55s; }
  .gridpanel .topsec,
  .featuredpanel .topsec {
    height: 100%; }
  .gridpanel .imgsec,
  .featuredpanel .imgsec {
    overflow: hidden;
    max-width: 448px;
    display: block;
    margin: 0 auto;
    height: 100%;
    -webkit-transform: translateZ(0);
            transform: translateZ(0);
    position: relative;
    border-top-left-radius: 16px;
    border-top-right-radius: 16px;
    max-height: 205px;
    min-height: 205px; }
    @media print, screen and (min-width: 48em) {
      .gridpanel .imgsec,
      .featuredpanel .imgsec {
        max-height: 205px; } }
    @media print, screen and (min-width: 64em) {
      .gridpanel .imgsec,
      .featuredpanel .imgsec {
        min-height: 176px;
        max-height: 176px;
        max-width: 442px; } }
    @media screen and (min-width: 85.375em) {
      .gridpanel .imgsec,
      .featuredpanel .imgsec {
        max-width: 442px;
        min-height: 252px;
        max-height: 252px; } }
    .gridpanel .imgsec a img,
    .featuredpanel .imgsec a img {
      -webkit-transition: all 0.75s;
      transition: all 0.75s;
      -o-object-fit: cover;
         object-fit: cover;
      height: 100%;
      width: 100%;
      -o-object-position: top;
         object-position: top; }
    .gridpanel .imgsec a:hover img,
    .featuredpanel .imgsec a:hover img {
      -webkit-transform: scale(1.1);
          -ms-transform: scale(1.1);
              transform: scale(1.1);
      -webkit-transition: all 0.75s;
      transition: all 0.75s; }
    .gridpanel .imgsec.frame,
    .featuredpanel .imgsec.frame {
      max-width: 202px;
      min-height: 20202px0px;
      border-radius: 0; }
      @media print, screen and (min-width: 48em) {
        .gridpanel .imgsec.frame,
        .featuredpanel .imgsec.frame {
          max-height: 202px; } }
      @media print, screen and (min-width: 64em) {
        .gridpanel .imgsec.frame,
        .featuredpanel .imgsec.frame {
          min-height: 176px;
          max-height: 176px;
          max-width: 234px; } }
      @media screen and (min-width: 85.375em) {
        .gridpanel .imgsec.frame,
        .featuredpanel .imgsec.frame {
          max-width: 249px;
          min-height: 252px;
          max-height: 252px; } }
      .gridpanel .imgsec.frame a img,
      .featuredpanel .imgsec.frame a img {
        -webkit-transition: all 0.75s;
        transition: all 0.75s;
        -o-object-fit: cover;
           object-fit: cover;
        height: 100%;
        width: 100%;
        -o-object-position: top;
           object-position: top; }
      .gridpanel .imgsec.frame a:hover img,
      .featuredpanel .imgsec.frame a:hover img {
        -webkit-transform: scale(1.1);
            -ms-transform: scale(1.1);
                transform: scale(1.1);
        -webkit-transition: all 0.75s;
        transition: all 0.75s; }
    .gridpanel .imgsec.video a:before,
    .featuredpanel .imgsec.video a:before {
      content: "";
      width: 122px;
      height: 122px;
      background: url(../images/video-play-icon.svg) no-repeat;
      position: absolute;
      background-size: contain;
      z-index: 10;
      left: 50%;
      top: 50%;
      -webkit-transform: translate(-50%, -50%);
          -ms-transform: translate(-50%, -50%);
              transform: translate(-50%, -50%); }
      @media print, screen and (min-width: 48em) {
        .gridpanel .imgsec.video a:before,
        .featuredpanel .imgsec.video a:before {
          width: 92px;
          height: 92px; } }
      @media screen and (min-width: 85.375em) {
        .gridpanel .imgsec.video a:before,
        .featuredpanel .imgsec.video a:before {
          width: 122px;
          height: 122px; } }
    .gridpanel .imgsec.video a:after,
    .featuredpanel .imgsec.video a:after {
      content: "";
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
      margin: 0;
      background-color: rgba(16, 17, 16, 0.46);
      z-index: 9;
      opacity: 1;
      -webkit-transition: 0.75s all;
      transition: 0.75s all; }
    .gridpanel .imgsec.video a img,
    .featuredpanel .imgsec.video a img {
      margin-top: 0;
      height: 100%; }
    .gridpanel .imgsec.video a:hover:after,
    .featuredpanel .imgsec.video a:hover:after {
      background-color: rgba(16, 17, 16, 0); }
  .gridpanel .ctablock,
  .featuredpanel .ctablock {
    max-width: 100%;
    margin-top: -70px;
    padding: 2px 0 18px 45px;
    text-align: left;
    margin-bottom: 20px; }
    @media print, screen and (min-width: 48em) {
      .gridpanel .ctablock,
      .featuredpanel .ctablock {
        margin-bottom: 10px; } }
    @media print, screen and (min-width: 64em) {
      .gridpanel .ctablock,
      .featuredpanel .ctablock {
        padding: 2px 0 18px 55px; } }
    .gridpanel .ctablock .link-cta:hover,
    .featuredpanel .ctablock .link-cta:hover {
      padding-right: 8px; }
  .gridpanel .contentsec,
  .featuredpanel .contentsec {
    max-width: 100%;
    margin: 0 auto;
    padding: 18px 10px 20px 45px;
    position: relative; }
    @media print, screen and (min-width: 48em) {
      .gridpanel .contentsec,
      .featuredpanel .contentsec {
        padding: 18px 10px 30px 45px;
        margin-bottom: 0; } }
    @media print, screen and (min-width: 64em) {
      .gridpanel .contentsec,
      .featuredpanel .contentsec {
        padding: 18px 10px 19px 54px;
        margin-bottom: 0; } }
    .gridpanel .contentsec h4,
    .featuredpanel .contentsec h4 {
      font-size: 20px;
      line-height: 22px; }
      .gridpanel .contentsec h4 + p,
      .featuredpanel .contentsec h4 + p {
        margin-top: 5px; }
        @media print, screen and (min-width: 64em) {
          .gridpanel .contentsec h4 + p,
          .featuredpanel .contentsec h4 + p {
            margin-top: 12px; } }
    .gridpanel .contentsec p,
    .featuredpanel .contentsec p {
      color: #00214e;
      text-align: left;
      font-size: 17px;
      line-height: 22px; }
      .gridpanel .contentsec p.tag,
      .featuredpanel .contentsec p.tag {
        color: #00214e;
        font-size: 17px;
        line-height: 23px;
        margin-top: 0px; }
        @media print, screen and (min-width: 48em) {
          .gridpanel .contentsec p.tag,
          .featuredpanel .contentsec p.tag {
            font-size: 17px;
            line-height: 22px;
            margin-top: 3px; } }
        .gridpanel .contentsec p.tag + .tag,
        .featuredpanel .contentsec p.tag + .tag {
          padding-top: 8px; }
    .gridpanel .contentsec.blogs:before,
    .featuredpanel .contentsec.blogs:before {
      content: "";
      width: 100%;
      height: 100%;
      background: url(../images/message-icon.svg) left top no-repeat;
      position: absolute;
      left: 10px;
      top: 18px;
      background-size: contain;
      max-width: 24px; }
      @media print, screen and (min-width: 48em) {
        .gridpanel .contentsec.blogs:before,
        .featuredpanel .contentsec.blogs:before {
          top: 18px; } }
      @media print, screen and (min-width: 64em) {
        .gridpanel .contentsec.blogs:before,
        .featuredpanel .contentsec.blogs:before {
          left: 20px; } }
    .gridpanel .contentsec.video:before,
    .featuredpanel .contentsec.video:before {
      content: "";
      width: 100%;
      height: 100%;
      background: url(../images/video-icon.svg) left top no-repeat;
      position: absolute;
      left: 10px;
      top: 22px;
      max-width: 28px;
      background-size: contain; }
      @media print, screen and (min-width: 48em) {
        .gridpanel .contentsec.video:before,
        .featuredpanel .contentsec.video:before {
          top: 18px; } }
      @media print, screen and (min-width: 64em) {
        .gridpanel .contentsec.video:before,
        .featuredpanel .contentsec.video:before {
          left: 20px; } }
    .gridpanel .contentsec a,
    .featuredpanel .contentsec a {
      color: inherit;
      text-decoration: none; }
  .gridpanel .gridinfo,
  .featuredpanel .gridinfo {
    padding: 0;
    max-width: 448px;
    margin: 0 auto;
    background-color: #edf2f7;
    padding-bottom: 8px;
    margin-top: 12px;
    margin-bottom: 8px;
    -webkit-box-shadow: 0px 3px 6px 0px rgba(98, 127, 168, 0.2);
            box-shadow: 0px 3px 6px 0px rgba(98, 127, 168, 0.2);
    border-radius: 16px; }
    @media print, screen and (min-width: 48em) {
      .gridpanel .gridinfo,
      .featuredpanel .gridinfo {
        margin: 0 0;
        margin-top: 28px;
        margin-bottom: 0px;
        margin-left: 0;
        margin-right: 21.9px; } }
    @media print, screen and (min-width: 64em) {
      .gridpanel .gridinfo,
      .featuredpanel .gridinfo {
        margin-top: 38px; } }
    .gridpanel .gridinfo .btn,
    .featuredpanel .gridinfo .btn {
      text-align: left;
      margin-top: 16px; }
      .gridpanel .gridinfo .btn a,
      .featuredpanel .gridinfo .btn a {
        color: #00214e; }
        .gridpanel .gridinfo .btn a:hover,
        .featuredpanel .gridinfo .btn a:hover {
          color: #ffffff;
          min-height: auto;
          border: 0px solid transparent; }
      .gridpanel .gridinfo .btn .ctabutton,
      .featuredpanel .gridinfo .btn .ctabutton {
        border: 1px solid #00214e;
        font-size: 15px;
        line-height: normal;
        border-radius: 5px;
        text-transform: initial;
        padding: 0px 21.5px; }
        .gridpanel .gridinfo .btn .ctabutton:after,
        .featuredpanel .gridinfo .btn .ctabutton:after {
          border-radius: 5px; }
      .gridpanel .gridinfo .btn + p,
      .featuredpanel .gridinfo .btn + p {
        margin-top: 10px; }
  .gridpanel .btn-center,
  .featuredpanel .btn-center {
    margin: 0 auto;
    text-align: center;
    margin-top: 20px; }
    @media print, screen and (min-width: 48em) {
      .gridpanel .btn-center,
      .featuredpanel .btn-center {
        margin-top: 45px; } }

.line-clamp {
  display: block;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  position: relative;
  line-height: 1.2;
  overflow: hidden;
  text-overflow: ellipsis;
  padding: 0 !important;
  height: calc(1.9em * 1.2);
  max-width: 33ch; }

.line-clamp:after {
  content: "...";
  text-align: right;
  bottom: 0;
  right: 44px;
  width: 25%;
  display: block;
  position: absolute;
  height: calc(1em * 1.2); }

.ie11 .line-clamp:after {
  right: -2px; }

.paginations {
  width: 100%;
  margin-top: 60px; }
  @media print, screen and (min-width: 48em) {
    .paginations {
      margin-top: 90px; } }
  @media print, screen and (min-width: 64em) {
    .paginations {
      margin-top: 120px; } }
  @media screen and (min-width: 85.375em) {
    .paginations {
      margin-top: 170px; } }

.pagination {
  margin-bottom: 31px;
  margin-top: -5px;
  width: 100%; }
  @media print, screen and (min-width: 64em) {
    .pagination {
      margin-bottom: 81px;
      margin-top: 32px; } }
  .pagination a,
  .pagination button {
    padding: 7.4px 10px;
    min-width: 25px;
    color: #4f4f4f; }
    @media print, screen and (min-width: 64em) {
      .pagination a,
      .pagination button {
        min-width: 30px;
        padding: 4px 0px; } }
    .pagination a:hover,
    .pagination button:hover {
      text-decoration: none;
      color: #ffffff; }
  .pagination .current {
    padding: 0 !important;
    font-weight: bold; }
    .pagination .current a {
      color: #ffffff; }
  .pagination li {
    margin-right: 5px;
    font-size: 22px;
    line-height: 28px;
    font-weight: 700;
    font-weight: bold;
    display: inline-block; }
    @media print, screen and (min-width: 48em) {
      .pagination li {
        margin-right: 27px;
        font-size: 24px;
        line-height: 32px; } }
  .pagination .pagination-previous {
    margin-right: 27px;
    color: #ffffff;
    background: #00214e;
    border-radius: 5px;
    min-width: 77px;
    font-weight: bold; }
    @media print, screen and (min-width: 64em) {
      .pagination .pagination-previous {
        min-width: 85px;
        margin-right: 27px; } }
    .pagination .pagination-previous a {
      color: #ffffff;
      min-width: 77px; }
      @media print, screen and (min-width: 64em) {
        .pagination .pagination-previous a {
          padding: 8.8px 10px;
          min-width: 85px;
          border-radius: 5px; } }
  .pagination .pagination-next {
    margin-right: 0rem;
    color: #ffffff;
    background: #1c375e;
    border-radius: 5px;
    min-width: 77px;
    font-weight: bold; }
    @media print, screen and (min-width: 64em) {
      .pagination .pagination-next {
        min-width: 85px; } }
    .pagination .pagination-next a {
      color: #ffffff;
      min-width: 77px; }
      @media print, screen and (min-width: 64em) {
        .pagination .pagination-next a {
          padding: 8.8px 10px;
          min-width: 85px;
          border-radius: 5px; } }

.featurepanel .ctablock {
  padding: 2px 0 18px 55px; }
  @media print, screen and (min-width: 48em) {
    .featurepanel .ctablock {
      padding: 2px 0 18px 75px; } }

@media print, screen and (min-width: 48em) and (max-width: 63.99875em) {
  .featurepanel .grid-margin-x {
    margin-right: 0px !important; } }

.featurepanel .grey {
  -webkit-box-shadow: 0px 3px 6px 0px rgba(98, 127, 168, 0.2);
          box-shadow: 0px 3px 6px 0px rgba(98, 127, 168, 0.2);
  border-radius: 16px; }
  @media print, screen and (min-width: 64em) {
    .featurepanel .grey .grid-margin-x > .large-6 {
      width: 48%; } }
  .featurepanel .grey .imgsec {
    overflow: hidden;
    max-width: 448px;
    display: block;
    margin: 0 0;
    height: 100%;
    -webkit-transform: translateZ(0);
            transform: translateZ(0);
    position: relative;
    border-top-left-radius: 16px;
    border-top-right-radius: 16px;
    border-bottom-left-radius: 0; }
    @media print, screen and (min-width: 48em) {
      .featurepanel .grey .imgsec {
        max-width: 100%;
        max-height: 363px; } }
    @media print, screen and (min-width: 64em) {
      .featurepanel .grey .imgsec {
        min-height: 100%;
        max-width: 644px;
        border-bottom-left-radius: 16px;
        border-top-right-radius: 0; } }
    @media screen and (min-width: 85.375em) {
      .featurepanel .grey .imgsec {
        max-width: 644px;
        min-height: 363px;
        max-height: 363px; } }
    .featurepanel .grey .imgsec a img {
      -webkit-transition: all 0.75s;
      transition: all 0.75s;
      -o-object-fit: cover;
         object-fit: cover;
      height: 100%;
      width: 100%; }
    .featurepanel .grey .imgsec a:hover img {
      -webkit-transform: scale(1.1);
          -ms-transform: scale(1.1);
              transform: scale(1.1);
      -webkit-transition: all 0.75s;
      transition: all 0.75s; }

.featurepanel .gridinfo {
  -webkit-box-shadow: none;
          box-shadow: none;
  border-radius: 0;
  max-width: 100%;
  margin-top: 0; }
  @media print, screen and (min-width: 64em) {
    .featurepanel .gridinfo {
      max-width: 47%; } }
  .featurepanel .gridinfo .contentsec {
    padding: 18px 10px 19px 55px; }
    @media print, screen and (min-width: 48em) {
      .featurepanel .gridinfo .contentsec {
        padding: 18px 90px 19px 75px; } }
    .featurepanel .gridinfo .contentsec h4 {
      font-size: 20px;
      line-height: 27px; }
      @media print, screen and (min-width: 48em) {
        .featurepanel .gridinfo .contentsec h4 {
          font-size: 30px;
          line-height: 38px; } }
    .featurepanel .gridinfo .contentsec p {
      font-size: 17px;
      line-height: 22px; }
      @media print, screen and (min-width: 48em) {
        .featurepanel .gridinfo .contentsec p {
          font-size: 20px;
          line-height: 27px; } }
      .featurepanel .gridinfo .contentsec p .tag {
        font-size: 26px;
        line-height: 35px; }
    .featurepanel .gridinfo .contentsec.blogs:before {
      content: "";
      width: 100%;
      height: 100%;
      background: url(../images/message-icon.svg) left top no-repeat;
      position: absolute;
      left: 10px;
      top: 22px;
      background-size: contain;
      max-width: 29px; }
      @media print, screen and (min-width: 48em) {
        .featurepanel .gridinfo .contentsec.blogs:before {
          top: 18px;
          max-width: 39px;
          left: 20px; } }
    .featurepanel .gridinfo .contentsec.video:before {
      content: "";
      width: 100%;
      height: 100%;
      background: url(../images/video-icon.svg) left top no-repeat;
      position: absolute;
      left: 10px;
      top: 22px;
      max-width: 28px;
      background-size: contain; }
      @media print, screen and (min-width: 48em) {
        .featurepanel .gridinfo .contentsec.video:before {
          top: 18px;
          max-width: 38px;
          left: 20px; } }

.featurepanel .link-cta {
  margin-top: 26px;
  color: #ffffff;
  font-size: 17px;
  line-height: 22px; }
  @media print, screen and (min-width: 48em) {
    .featurepanel .link-cta {
      font-size: 20px;
      line-height: 27px; } }

.newsdetailpanel.videopanel .imgwrap .imgsec {
  position: relative;
  max-width: 100%;
  min-height: 196px;
  margin: 0 auto;
  height: auto; }
  @media print, screen and (min-width: 48em) {
    .newsdetailpanel.videopanel .imgwrap .imgsec {
      max-width: 560px;
      min-height: 315px;
      height: 315px; } }
  .newsdetailpanel.videopanel .imgwrap .imgsec .filter-img {
    padding-bottom: 0; }
    @media print, screen and (min-width: 48em) {
      .newsdetailpanel.videopanel .imgwrap .imgsec .filter-img .videoPanel:after {
        width: 122px;
        height: 122px; } }

.newsdetailpanel .ctablock {
  max-width: 100%; }

.newsdetailpanel .imgsec.event {
  max-width: 913px;
  min-height: 516px;
  margin: 0 auto;
  margin-top: 62px;
  margin-bottom: 62px; }
  .newsdetailpanel .imgsec.event .imgwrap {
    min-height: auto; }
  .newsdetailpanel .imgsec.event + .content .btn {
    margin-top: 25px; }
    @media print, screen and (min-width: 48em) {
      .newsdetailpanel .imgsec.event + .content .btn {
        text-align: left;
        margin-top: 35px; } }

.newsdetailpanel.podcastpanel .podcastiframe {
  max-width: 981px;
  margin: 0 auto;
  padding-top: 21px;
  padding-bottom: 53px; }
  .newsdetailpanel.podcastpanel .podcastiframe iframe {
    border-radius: 23px; }

.newsdetailpanel .content {
  max-width: 1213px; }
  .newsdetailpanel .content p {
    font-size: 17px; }
  .newsdetailpanel .content .ctablock {
    margin-top: 59px; }

.resultsSection {
  min-height: 350px;
  margin-bottom: 50px; }
  @media print, screen and (min-width: 64em) {
    .resultsSection {
      margin-bottom: 80px; } }

.breadcrumbWrap + .todaypanel .btn a:nth-child(n + 0) {
  -webkit-box-flex: 0;
  -webkit-flex-grow: 0;
      -ms-flex-positive: 0;
          flex-grow: 0; }

.gridpanel .contentsec h4 {
  margin-top: -5px; }

.todaypanel.linkpanel h2 {
  font-size: 24px;
  line-height: 32px; }
  @media print, screen and (min-width: 48em) {
    .todaypanel.linkpanel h2 {
      font-size: 36px;
      line-height: 48px; } }

.errorpage {
  padding-bottom: 22px;
  margin-bottom: 40px;
  margin-top: 50px; }
  @media print, screen and (min-width: 64em) {
    .errorpage {
      margin-top: 47px;
      margin-bottom: 60px; } }
  .errorpage .parentwrapper {
    max-width: 965px;
    margin: 0 auto;
    text-align: center; }
  .errorpage h1,
  .errorpage h2 {
    font-size: 30px;
    line-height: 32px;
    margin-bottom: 43px; }
    @media print, screen and (min-width: 64em) {
      .errorpage h1,
      .errorpage h2 {
        font-size: 42px;
        line-height: 56px; } }
  .errorpage p {
    font-size: 20px;
    line-height: 27px;
    color: #00214e; }
    @media print, screen and (min-width: 64em) {
      .errorpage p {
        font-size: 26px;
        line-height: 35px; } }
  .errorpage .ctaborder {
    color: #00214e;
    margin-top: 51px;
    min-width: auto;
    min-height: auto;
    font-size: 21px;
    line-height: 29px;
    font-weight: 400;
    padding: 4px 27px; }
    .errorpage .ctaborder:hover {
      color: #ffffff; }

.alertsPannel {
  position: static;
  top: 0px;
  left: 50%;
  width: 100%;
  z-index: 9999;
  margin-top: -4px;
  background: #eb0535;
  border: solid 0px #eb0535;
  border-left: 0px;
  border-right: 0px;
  padding: 1px 0 1px; }
  @media print, screen and (min-width: 64em) {
    .alertsPannel {
      padding: 9px 0 4px; } }
  .alertsPannel .grid-container {
    padding-top: 31px;
    padding-bottom: 31px; }
    @media print, screen and (min-width: 64em) {
      .alertsPannel .grid-container {
        max-width: 1366px;
        margin: 0px auto;
        padding-right: 0;
        padding-left: 0;
        padding-top: 10px;
        padding-bottom: 6px; } }
  .alertsPannel .alertsWrap {
    position: relative;
    padding-right: 35px; }
    @media print, screen and (min-width: 48em) {
      .alertsPannel .alertsWrap {
        padding-right: 0px; } }
  .alertsPannel a {
    color: #fff;
    text-decoration: underline;
    display: inline-block; }
  .alertsPannel p {
    font-size: 17px;
    line-height: 23px;
    color: #fff;
    padding-right: 20px;
    margin-bottom: 0px;
    font-weight: 400; }
    @media (min-width: 768px) and (max-width: 1023px) {
      .alertsPannel p {
        max-width: 650px; } }
    @media print, screen and (min-width: 64em) {
      .alertsPannel p {
        font-size: 20px;
        line-height: 27px;
        max-width: 900px;
        padding-right: 0px;
        margin-bottom: 0.5rem; } }
    @media screen and (min-width: 85.375em) {
      .alertsPannel p {
        max-width: 1100px; } }
    @media (min-width: 1400px) and (max-width: 1499px) {
      .alertsPannel p {
        max-width: 1200px; } }
    @media (min-width: 1500px) {
      .alertsPannel p {
        max-width: 1292px; } }
    .alertsPannel p + ul {
      margin-top: 20px; }
  .alertsPannel ul {
    margin-left: 0px; }
    .alertsPannel ul li {
      display: block;
      position: relative;
      font-size: 17px;
      line-height: 20px;
      color: #fff;
      margin-bottom: 15px;
      padding-left: 15px; }
      @media print, screen and (min-width: 64em) {
        .alertsPannel ul li {
          font-size: 25px;
          line-height: 20px; } }
      .alertsPannel ul li:before {
        content: "";
        display: inline-block;
        background: #fff;
        width: 10px;
        height: 10px;
        border-radius: 50%;
        position: absolute;
        left: 0;
        top: 7px; }
  .alertsPannel .close-alerts {
    opacity: 1;
    position: absolute;
    right: 0px;
    top: 5px;
    width: 12px;
    height: 12px; }
    @media print, screen and (min-width: 48em) {
      .alertsPannel .close-alerts {
        top: 5px; } }
    @media print, screen and (min-width: 64em) {
      .alertsPannel .close-alerts {
        width: 12px;
        height: 12px;
        top: 5px; } }
    .alertsPannel .close-alerts i {
      display: block;
      width: 12px;
      height: 12px;
      position: relative;
      float: right;
      margin-top: 0px;
      right: auto;
      top: 0px;
      -webkit-box-flex: 1;
      -webkit-flex: 1 0 100%;
          -ms-flex: 1 0 100%;
              flex: 1 0 100%;
      margin-top: 0px;
      display: -ms-flexbox;
      display: -webkit-box;
      display: -webkit-flex;
      display: flex;
      font-size: 0;
      cursor: pointer;
      -webkit-transition: all 0.75s;
      transition: all 0.75s;
      background: url(../images/alert-close.svg) no-repeat;
      background-size: contain; }
      @media print, screen and (min-width: 64em) {
        .alertsPannel .close-alerts i {
          background: url(../images/alert-close.svg) no-repeat;
          background-size: contain;
          position: relative;
          width: 12px;
          height: 12px;
          right: auto;
          top: 0px; } }
    .alertsPannel .close-alerts:hover {
      opacity: 1; }
      .alertsPannel .close-alerts:hover i {
        -webkit-transform: scale(1.1);
            -ms-transform: scale(1.1);
                transform: scale(1.1); }

.speedBump {
  position: fixed;
  top: 0px;
  width: 100%;
  height: 100%;
  background: rgba(0, 0, 0, 0.7);
  z-index: 99999999;
  left: 50%;
  -webkit-transform: translate(-50%, 0%);
      -ms-transform: translate(-50%, 0%);
          transform: translate(-50%, 0%);
  position: fixed;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  background-color: rgba(0, 0, 0, 0.5);
  opacity: 0;
  visibility: hidden;
  -webkit-transform: scale(1.1);
      -ms-transform: scale(1.1);
          transform: scale(1.1);
  -webkit-transition: visibility 0s linear 0.25s, opacity 0.25s 0s, -webkit-transform 0.25s;
  transition: visibility 0s linear 0.25s, opacity 0.25s 0s, -webkit-transform 0.25s;
  transition: visibility 0s linear 0.25s, opacity 0.25s 0s, transform 0.25s;
  transition: visibility 0s linear 0.25s, opacity 0.25s 0s, transform 0.25s, -webkit-transform 0.25s;
  margin-top: 0px;
  display: none; }
  .speedBump.active {
    opacity: 1;
    visibility: visible;
    -webkit-transform: scale(1);
        -ms-transform: scale(1);
            transform: scale(1);
    -webkit-transition: visibility 0s linear 0s, opacity 0.25s 0s, -webkit-transform 0.25s;
    transition: visibility 0s linear 0s, opacity 0.25s 0s, -webkit-transform 0.25s;
    transition: visibility 0s linear 0s, opacity 0.25s 0s, transform 0.25s;
    transition: visibility 0s linear 0s, opacity 0.25s 0s, transform 0.25s, -webkit-transform 0.25s;
    display: block; }
  @media print, screen and (max-width: 47.99875em) {
    .speedBump {
      position: fixed; } }
  .speedBump .close {
    text-shadow: none;
    font-size: 18px;
    opacity: 0.89; }
  .speedBump .speedContainer {
    width: 100%;
    top: 15%;
    -ms-transform: translate(-50%, -50%);
        transform: translate(-50%, -50%);
    left: 0px;
    padding: 34px 8px 45px;
    position: fixed;
    background-color: #ffffff;
    top: 50%;
    left: 50%;
    -webkit-transform: translate(-50%, -50%); }
    @media print, screen and (max-width: 47.99875em) {
      .speedBump .speedContainer {
        max-width: 97%; } }
    @media print, screen and (min-width: 48em) {
      .speedBump .speedContainer {
        margin: 0 auto;
        width: 100%;
        padding: 28px 46px 35px;
        text-align: center;
        top: 50%;
        left: 50%;
        -webkit-transform: translate(-50%, -50%); } }
    @media screen and (min-width: 85.375em) {
      .speedBump .speedContainer {
        padding: 60px 90px 61px; } }
    @media print, screen and (min-width: 48em) {
      .speedBump .speedContainer {
        max-width: 696px; } }
    @media print, screen and (min-width: 64em) {
      .speedBump .speedContainer {
        max-width: 966px; } }
    @media screen and (min-width: 85.375em) {
      .speedBump .speedContainer {
        max-width: 1108px; } }
    .speedBump .speedContainer:after {
      content: "";
      background: url(../images/speedbumb-border-bg-1.svg) no-repeat;
      position: absolute;
      width: 100%;
      height: 16px;
      left: 0;
      bottom: -16px;
      overflow: hidden; }
      @media print, screen and (min-width: 64em) {
        .speedBump .speedContainer:after {
          height: 29px;
          bottom: -28px; } }
    .speedBump .speedContainer .imgblock {
      overflow: hidden;
      width: 232px;
      height: 60px;
      position: relative;
      text-align: center;
      margin: 0 auto;
      margin-bottom: 27px; }
      @media print, screen and (min-width: 64em) {
        .speedBump .speedContainer .imgblock {
          width: 376px;
          height: 90px;
          position: relative;
          text-align: center;
          margin-bottom: 37px; } }
      .speedBump .speedContainer .imgblock img {
        max-width: initial;
        position: absolute;
        width: 100%;
        height: 100%;
        max-height: initial;
        left: 0;
        top: 0;
        right: 0;
        -o-object-fit: contain;
        object-fit: contain;
        -webkit-transition: all 0.55s;
        transition: all 0.55s; }
      .speedBump .speedContainer .imgblock:hover img {
        -webkit-transform: scale(0.9);
            -ms-transform: scale(0.9);
                transform: scale(0.9); }
    .speedBump .speedContainer h2 {
      font-weight: 400;
      text-transform: uppercase;
      font-size: 30px; }
    .speedBump .speedContainer p {
      text-align: left;
      font-size: 17px;
      line-height: 23px;
      color: #1c375e; }
      @media print, screen and (min-width: 64em) {
        .speedBump .speedContainer p {
          font-size: 22px;
          line-height: 32px; } }
      @media screen and (min-width: 85.375em) {
        .speedBump .speedContainer p {
          font-size: 24px;
          line-height: 30px;
          color: #1c375e; } }
      .speedBump .speedContainer p a {
        text-decoration: underline;
        color: #1c375e; }
        .speedBump .speedContainer p a:hover {
          color: #eb0535; }
      .speedBump .speedContainer p + p {
        margin: 20px 0 20px; }
        @media screen and (min-width: 85.375em) {
          .speedBump .speedContainer p + p {
            margin: 40px 0 20px; } }
    .speedBump .speedContainer ul {
      margin-top: 20px;
      padding-left: 20px; }
      @media print, screen and (min-width: 48em) {
        .speedBump .speedContainer ul {
          margin-top: 24px; } }
      .speedBump .speedContainer ul li {
        position: relative;
        padding-left: 23px;
        font-size: 17px;
        line-height: 22px;
        margin-bottom: 0px;
        border: 0;
        text-align: left;
        padding-bottom: 10px; }
        @media print, screen and (min-width: 64em) {
          .speedBump .speedContainer ul li {
            font-size: 28px;
            line-height: 38px;
            padding-bottom: 13px; } }
        .speedBump .speedContainer ul li:before {
          content: "";
          display: inline-block;
          background: #1c375e;
          left: 0px;
          content: "";
          width: 8px;
          height: 8px;
          top: 8px;
          border-radius: 50%;
          position: absolute;
          border: 0px; }
          @media print, screen and (min-width: 64em) {
            .speedBump .speedContainer ul li:before {
              top: 17px; } }
      .speedBump .speedContainer ul ul {
        margin: 25px 0 0;
        padding-left: 25px; }
    .speedBump .speedContainer ol {
      text-align: left;
      padding-left: 20px; }
      .speedBump .speedContainer ol li {
        text-align: left;
        font-size: 17px;
        line-height: 22px;
        padding-bottom: 10px; }
        @media print, screen and (min-width: 64em) {
          .speedBump .speedContainer ol li {
            font-size: 20px;
            line-height: 27px;
            padding-bottom: 13px; } }
      .speedBump .speedContainer ol ol {
        margin: 25px 0 0;
        padding-left: 25px; }
    .speedBump .speedContainer .speedButSection {
      margin-top: 34px;
      display: -webkit-inline-box;
      display: -webkit-inline-flex;
      display: -ms-inline-flexbox;
      display: inline-flex;
      -webkit-flex-wrap: wrap;
          -ms-flex-wrap: wrap;
              flex-wrap: wrap;
      width: 100%;
      -webkit-box-pack: center;
      -webkit-justify-content: center;
          -ms-flex-pack: center;
              justify-content: center; }
      @media print, screen and (min-width: 48em) {
        .speedBump .speedContainer .speedButSection {
          width: auto; } }
      @media print, screen and (min-width: 64em) {
        .speedBump .speedContainer .speedButSection {
          margin-top: 37px; } }
      @media screen and (max-width: 524px) {
        .speedBump .speedContainer .speedButSection .cancelparent {
          width: 100%;
          margin: 0 auto;
          text-align: center;
          -webkit-box-ordinal-group: 3;
          -webkit-order: 2;
              -ms-flex-order: 2;
                  order: 2; }
        .speedBump .speedContainer .speedButSection .proceedparent {
          margin-bottom: 15px !important;
          width: 100%;
          margin: 0 auto;
          text-align: center;
          -webkit-box-ordinal-group: 2;
          -webkit-order: 1;
              -ms-flex-order: 1;
                  order: 1; }
          .speedBump .speedContainer .speedButSection .proceedparent a {
            margin-left: 0px !important;
            padding: 8px 10px; } }
      .speedBump .speedContainer .speedButSection a.ctaborder {
        color: #1c375e;
        text-transform: uppercase;
        background: transparent;
        min-width: auto;
        min-height: auto;
        font-weight: 400; }
        @media print, screen and (max-width: 47.99875em) {
          .speedBump .speedContainer .speedButSection a.ctaborder {
            min-width: 145px; } }
        @media print, screen and (min-width: 64em) {
          .speedBump .speedContainer .speedButSection a.ctaborder {
            font-size: 21px;
            line-height: 29px;
            padding: 8.5px 32px; } }
        .speedBump .speedContainer .speedButSection a.ctaborder:hover {
          color: #fff; }
      .speedBump .speedContainer .speedButSection .proceedparent a {
        margin-left: 41px;
        margin-left: 41px; }
        @media (min-width: 200px) and (max-width: 524px) {
          .speedBump .speedContainer .speedButSection .proceedparent a {
            margin-left: 0px !important; } }

@media print, screen and (min-width: 64em) {
  .grecaptcha-badge {
    bottom: 70px !important; } }

.sitemappanel {
  margin-bottom: 44px; }
  @media print, screen and (min-width: 48em) {
    .sitemappanel .large-3 {
      padding-right: 30px; } }
  @media screen and (min-width: 85.375em) {
    .sitemappanel .large-3 {
      padding-right: 40px; } }
  .sitemappanel .large-3:nth-child(3) {
    margin-bottom: 45px; }
  .sitemappanel .large-3:last-child ul {
    margin-bottom: 45px; }
    @media print, screen and (min-width: 48em) {
      .sitemappanel .large-3:last-child ul {
        margin-bottom: 40px; } }
  .sitemappanel h1 {
    font-size: 24px; }
    @media print, screen and (max-width: 47.99875em) {
      .sitemappanel h1 {
        margin-top: 40px;
        margin-bottom: 25px; } }
    @media print, screen and (min-width: 64em) {
      .sitemappanel h1 {
        font-size: 36px;
        margin-top: 55px;
        margin-bottom: 76px; } }
    @media screen and (min-width: 85.375em) {
      .sitemappanel h1 {
        font-size: 42px;
        margin-top: 75px;
        margin-bottom: 96px; } }
  .sitemappanel h2 {
    position: relative;
    font-size: 24px;
    line-height: 30px;
    margin-bottom: 0; }
    @media print, screen and (min-width: 64em) {
      .sitemappanel h2 {
        font-size: 26px;
        line-height: 30px;
        margin-bottom: 0.5rem; } }
    @media screen and (min-width: 85.375em) {
      .sitemappanel h2 {
        font-size: 36px;
        line-height: 30px; } }
    .sitemappanel h2:before {
      content: "";
      width: 32px;
      height: 5px;
      background: #ea0031;
      position: absolute;
      top: -8px;
      left: 0;
      right: auto; }
      @media print, screen and (min-width: 48em) {
        .sitemappanel h2:before {
          top: -12px; } }
      @media print, screen and (min-width: 64em) {
        .sitemappanel h2:before {
          width: 49px; } }
  .sitemappanel h3 {
    position: relative;
    font-size: 20px;
    margin-bottom: 0; }
    @media print, screen and (min-width: 64em) {
      .sitemappanel h3 {
        font-size: 24px;
        margin-bottom: 0.5rem; } }
    @media screen and (min-width: 85.375em) {
      .sitemappanel h3 {
        font-size: 30px; } }
    .sitemappanel h3:before {
      content: "";
      width: 24px;
      height: 2px;
      background: #ea0031;
      position: absolute;
      top: -6px;
      left: 0;
      right: auto; }
      @media print, screen and (min-width: 48em) {
        .sitemappanel h3:before {
          top: -2px; } }
      @media print, screen and (min-width: 64em) {
        .sitemappanel h3:before {
          width: 33px;
          height: 2px;
          left: 0; } }
    .sitemappanel h3 + h3 {
      margin-top: 38px; }
  .sitemappanel ul {
    margin-left: 0;
    margin-bottom: 45px;
    margin-top: 14px; }
    @media print, screen and (min-width: 48em) {
      .sitemappanel ul {
        margin-bottom: 50px; } }
  .sitemappanel li {
    font-size: 17px;
    margin-bottom: 0px; }
    @media print, screen and (min-width: 48em) {
      .sitemappanel li {
        margin-bottom: 4px; } }
    @media screen and (min-width: 85.375em) {
      .sitemappanel li {
        font-size: 18px; } }

@media print, screen and (min-width: 64em) {
  .MacOS .speedBump .speedContainer {
    max-width: 1078px; } }

.MacOS .speedBump .speedContainer:after {
  left: -2px;
  width: 100.4%;
  height: 17px; }
  @media print, screen and (min-width: 64em) {
    .MacOS .speedBump .speedContainer:after {
      bottom: -28px;
      height: 29px;
      width: 100.2%;
      left: -2px; } }

.iOS .speedBump .speedContainer:after {
  left: -2px;
  width: 100.4%;
  height: 17px; }

@media print, screen and (min-width: 48em) {
  .search-result-panel {
    margin-top: 6px; } }

.search-result-panel a {
  color: #00214e; }

.search-result-panel h1 {
  margin: 0px 0 25px;
  font-size: 30px;
  line-height: 40px; }
  @media print, screen and (min-width: 48em) {
    .search-result-panel h1 {
      line-height: 50px;
      font-size: 40px; } }
  @media print, screen and (min-width: 64em) {
    .search-result-panel h1 {
      margin: 10px 0 32px;
      line-height: 56px;
      font-size: 50px; } }
  @media screen and (min-width: 85.375em) {
    .search-result-panel h1 {
      font-size: 74px;
      line-height: 100px; } }

.search-result-panel .search-filter-panel {
  width: 100%;
  margin: 0px 0 0px;
  position: relative; }
  @media print, screen and (min-width: 48em) {
    .search-result-panel .search-filter-panel {
      margin: -25px 0 0px; } }
  @media print, screen and (min-width: 64em) {
    .search-result-panel .search-filter-panel {
      margin: -25px 0 0px; } }
  .search-result-panel .search-filter-panel .panelwrap {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    width: 100%;
    -webkit-box-pack: end;
    -webkit-justify-content: flex-end;
        -ms-flex-pack: end;
            justify-content: flex-end;
    -webkit-flex-wrap: wrap;
        -ms-flex-wrap: wrap;
            flex-wrap: wrap;
    padding: 0 0px; }
    @media print, screen and (min-width: 48em) {
      .search-result-panel .search-filter-panel .panelwrap {
        -webkit-box-pack: center;
        -webkit-justify-content: center;
            -ms-flex-pack: center;
                justify-content: center;
        display: -webkit-box;
        display: -webkit-flex;
        display: -ms-flexbox;
        display: flex;
        -webkit-flex-wrap: nowrap;
            -ms-flex-wrap: nowrap;
                flex-wrap: nowrap; } }
    .search-result-panel .search-filter-panel .panelwrap .filterwrap {
      width: 100%;
      padding-bottom: 4px;
      margin-left: 0;
      padding-top: 29px; }
      @media print, screen and (min-width: 48em) {
        .search-result-panel .search-filter-panel .panelwrap .filterwrap {
          width: 331px;
          margin-left: 50px;
          padding: 0px; } }
      @media print, screen and (min-width: 64em) {
        .search-result-panel .search-filter-panel .panelwrap .filterwrap {
          width: 277px;
          margin-left: 32px; } }
      .search-result-panel .search-filter-panel .panelwrap .filterwrap .searchresult-dropdown .ui-selectmenu-button.ui-button {
        height: auto;
        font-size: 17px;
        line-height: 23px;
        font-weight: 600;
        padding: 3px 0; }
      .search-result-panel .search-filter-panel .panelwrap .filterwrap .searchresult-dropdown .ui-selectmenu-text {
        font-size: 17px;
        line-height: 23px;
        font-weight: 600; }
      .search-result-panel .search-filter-panel .panelwrap .filterwrap .searchresult-dropdown .ui-selectmenu-button-closed::after {
        content: "";
        position: absolute;
        top: 34%;
        right: 0px;
        margin-top: 0px;
        z-index: 2;
        margin: auto;
        width: 15.8px;
        height: 10.46px;
        background-size: cover;
        background-repeat: no-repeat;
        cursor: pointer;
        -webkit-transition: all 0.3s;
        transition: all 0.3s;
        pointer-events: none; }
      .search-result-panel .search-filter-panel .panelwrap .filterwrap .searchresult-dropdown .ui-selectmenu-button-open::after {
        content: "";
        position: absolute;
        top: 34%;
        right: 0px;
        margin-top: 0px;
        z-index: 2;
        margin: auto;
        width: 15.8px;
        height: 10.46px;
        background-size: cover;
        background-repeat: no-repeat;
        cursor: pointer;
        -webkit-transition: all 0.3s;
        transition: all 0.3s;
        pointer-events: none;
        webkit-transform: rotate(180deg);
        -webkit-transform: rotate(180deg);
        -ms-transform: rotate(180deg);
            transform: rotate(180deg); }
    .search-result-panel .search-filter-panel .panelwrap .formwrap {
      width: 100%;
      margin-left: 0px; }
      @media print, screen and (min-width: 48em) {
        .search-result-panel .search-filter-panel .panelwrap .formwrap {
          width: 50%;
          margin-top: 0px; } }
      @media print, screen and (min-width: 64em) {
        .search-result-panel .search-filter-panel .panelwrap .formwrap {
          width: 274px; } }
      .search-result-panel .search-filter-panel .panelwrap .formwrap .form-group {
        margin: 0;
        position: relative; }
        .search-result-panel .search-filter-panel .panelwrap .formwrap .form-group input {
          padding: 0px 2px 0px;
          margin-top: -1px;
          border: 0px;
          color: #4f4f4f;
          border-bottom: solid 1px #000000;
          font-family: "opensans";
          white-space: nowrap;
          overflow: hidden;
          -ms-text-overflow: ellipsis;
          text-overflow: ellipsis;
          padding-right: 30px; }
          .search-result-panel .search-filter-panel .panelwrap .formwrap .form-group input::-webkit-input-placeholder {
            color: #4f4f4f; }
          .search-result-panel .search-filter-panel .panelwrap .formwrap .form-group input::-moz-placeholder {
            color: #4f4f4f; }
          .search-result-panel .search-filter-panel .panelwrap .formwrap .form-group input:-ms-input-placeholder {
            color: #4f4f4f; }
          .search-result-panel .search-filter-panel .panelwrap .formwrap .form-group input::-ms-input-placeholder {
            color: #4f4f4f; }
          .search-result-panel .search-filter-panel .panelwrap .formwrap .form-group input::placeholder {
            color: #4f4f4f; }
          .search-result-panel .search-filter-panel .panelwrap .formwrap .form-group input.form-control {
            font-size: 17px;
            line-height: 23px;
            font-weight: 600;
            font-family: "opensans";
            height: 31px; }
            .search-result-panel .search-filter-panel .panelwrap .formwrap .form-group input.form-control:focus {
              outline-style: dashed;
              outline-color: #000;
              outline-width: 2px;
              -webkit-box-shadow: none;
                      box-shadow: none; }
            .search-result-panel .search-filter-panel .panelwrap .formwrap .form-group input.form-control:-ms-input-placeholder {
              text-overflow: ellipsis;
              overflow: hidden; }
        .search-result-panel .search-filter-panel .panelwrap .formwrap .form-group span {
          background: url("../images/search-icon.svg") no-repeat;
          background-size: contain;
          width: 18.71px;
          height: 17.71px;
          display: block;
          position: absolute;
          font-size: 0;
          right: 7px;
          cursor: pointer;
          top: 7px;
          padding-left: 10px;
          background-color: #fff; }

.search-result-panel .resultcontent {
  margin: 0px 0 0px; }
  @media print, screen and (min-width: 64em) {
    .search-result-panel .resultcontent {
      display: grid;
      overflow: hidden;
      width: 100%;
      margin: 6px 0 7px; } }
  .search-result-panel .resultcontent .resultCount {
    margin: 30px 0 0px;
    padding-left: 0px;
    text-align: center; }
  .search-result-panel .resultcontent .parentWrap .resulthighlight {
    -webkit-transition: 0.3s;
    transition: 0.3s;
    padding: 0px 0px 0px;
    position: relative; }
    @media print, screen and (min-width: 48em) {
      .search-result-panel .resultcontent .parentWrap .resulthighlight {
        padding: 0px 0px 8px; } }
    @media print, screen and (min-width: 64em) {
      .search-result-panel .resultcontent .parentWrap .resulthighlight {
        padding: 4px 0 39px; } }
    .search-result-panel .resultcontent .parentWrap .resulthighlight:last-child {
      padding: 11px 0px 4px; }
      @media print, screen and (min-width: 48em) {
        .search-result-panel .resultcontent .parentWrap .resulthighlight:last-child {
          padding: 4px 0 0px; } }
    .search-result-panel .resultcontent .parentWrap .resulthighlight:nth-child(1) {
      padding: 34px 0 32px; }
      @media print, screen and (min-width: 48em) {
        .search-result-panel .resultcontent .parentWrap .resulthighlight:nth-child(1) {
          padding: 20px 0px 8px; } }
      @media print, screen and (min-width: 48em) {
        .search-result-panel .resultcontent .parentWrap .resulthighlight:nth-child(1) .innerWrap {
          padding-top: 0px;
          padding-bottom: 0px; } }
    .search-result-panel .resultcontent .parentWrap .resulthighlight .innerWrap {
      display: -webkit-box;
      display: -webkit-flex;
      display: -ms-flexbox;
      display: flex;
      width: 100%;
      -webkit-flex-wrap: wrap;
          -ms-flex-wrap: wrap;
              flex-wrap: wrap; }
      .search-result-panel .resultcontent .parentWrap .resulthighlight .innerWrap .headwrp {
        width: 100%;
        -webkit-box-ordinal-group: 3;
        -webkit-order: 2;
            -ms-flex-order: 2;
                order: 2;
        padding-top: 15px; }
        @media print, screen and (min-width: 64em) {
          .search-result-panel .resultcontent .parentWrap .resulthighlight .innerWrap .headwrp {
            -webkit-box-ordinal-group: 2;
            -webkit-order: 1;
                -ms-flex-order: 1;
                    order: 1; } }
        .search-result-panel .resultcontent .parentWrap .resulthighlight .innerWrap .headwrp h2 {
          margin: 9px 0 2px;
          font-size: 26px;
          line-height: 30px;
          font-weight: 400;
          margin: 0;
          color: #1c375e;
          word-break: break-word; }
          @media print, screen and (min-width: 64em) {
            .search-result-panel .resultcontent .parentWrap .resulthighlight .innerWrap .headwrp h2 {
              font-size: 32px;
              line-height: 35px; } }
          .search-result-panel .resultcontent .parentWrap .resulthighlight .innerWrap .headwrp h2 a {
            color: #1c375e; }
            .search-result-panel .resultcontent .parentWrap .resulthighlight .innerWrap .headwrp h2 a:hover {
              color: #eb0535; }
          .search-result-panel .resultcontent .parentWrap .resulthighlight .innerWrap .headwrp h2 strong {
            font-weight: 600; }
      .search-result-panel .resultcontent .parentWrap .resulthighlight .innerWrap .imgWrap {
        min-width: 100%;
        -webkit-box-ordinal-group: 2;
        -webkit-order: 1;
            -ms-flex-order: 1;
                order: 1;
        padding-top: 14px; }
        @media print, screen and (min-width: 64em) {
          .search-result-panel .resultcontent .parentWrap .resulthighlight .innerWrap .imgWrap {
            min-width: 350px;
            overflow: hidden;
            -webkit-box-ordinal-group: 3;
            -webkit-order: 2;
                -ms-flex-order: 2;
                    order: 2; } }
        .search-result-panel .resultcontent .parentWrap .resulthighlight .innerWrap .imgWrap a {
          display: block;
          overflow: hidden; }
        .search-result-panel .resultcontent .parentWrap .resulthighlight .innerWrap .imgWrap figure {
          width: 100%;
          background-size: cover;
          background-position: top !important;
          -webkit-transition: all 0.75s;
          transition: all 0.75s;
          -o-object-fit: cover;
             object-fit: cover;
          height: auto;
          overflow: hidden; }
          @media print, screen and (min-width: 48em) {
            .search-result-panel .resultcontent .parentWrap .resulthighlight .innerWrap .imgWrap figure {
              width: 100%; } }
          @media print, screen and (min-width: 64em) {
            .search-result-panel .resultcontent .parentWrap .resulthighlight .innerWrap .imgWrap figure {
              height: 198px;
              width: 350px; } }
          .search-result-panel .resultcontent .parentWrap .resulthighlight .innerWrap .imgWrap figure img,
          .search-result-panel .resultcontent .parentWrap .resulthighlight .innerWrap .imgWrap figure picture {
            visibility: hidden;
            width: 100%; }
            @media print, screen and (min-width: 48em) {
              .search-result-panel .resultcontent .parentWrap .resulthighlight .innerWrap .imgWrap figure img,
              .search-result-panel .resultcontent .parentWrap .resulthighlight .innerWrap .imgWrap figure picture {
                width: 100%; } }
          .search-result-panel .resultcontent .parentWrap .resulthighlight .innerWrap .imgWrap figure:hover {
            -webkit-transform: scale(1.1);
                -ms-transform: scale(1.1);
                    transform: scale(1.1); }
        .search-result-panel .resultcontent .parentWrap .resulthighlight .innerWrap .imgWrap + .cntWrap {
          padding-bottom: 20px;
          max-width: 100%;
          padding-top: 19px;
          -webkit-box-ordinal-group: 4;
          -webkit-order: 3;
              -ms-flex-order: 3;
                  order: 3;
          padding-left: 0px; }
          @media print, screen and (min-width: 48em) {
            .search-result-panel .resultcontent .parentWrap .resulthighlight .innerWrap .imgWrap + .cntWrap {
              max-width: 682px;
              -webkit-box-ordinal-group: 4;
              -webkit-order: 3;
                  -ms-flex-order: 3;
                      order: 3;
              padding-bottom: 20px; } }
          @media print, screen and (min-width: 64em) {
            .search-result-panel .resultcontent .parentWrap .resulthighlight .innerWrap .imgWrap + .cntWrap {
              max-width: 618px;
              padding-left: 24px; } }
          @media screen and (min-width: 85.375em) {
            .search-result-panel .resultcontent .parentWrap .resulthighlight .innerWrap .imgWrap + .cntWrap {
              padding-left: 24px;
              max-width: 917px; } }
      .search-result-panel .resultcontent .parentWrap .resulthighlight .innerWrap .cntWrap {
        width: 100%;
        position: relative;
        padding-top: 43px; }
        .search-result-panel .resultcontent .parentWrap .resulthighlight .innerWrap .cntWrap.fulwidth {
          -webkit-box-ordinal-group: 4;
          -webkit-order: 3;
              -ms-flex-order: 3;
                  order: 3;
          max-width: 100%;
          padding-top: 0px;
          margin-top: 19px;
          padding-bottom: 20px; }
          @media print, screen and (min-width: 48em) {
            .search-result-panel .resultcontent .parentWrap .resulthighlight .innerWrap .cntWrap.fulwidth {
              max-width: 682px; } }
          @media print, screen and (min-width: 64em) {
            .search-result-panel .resultcontent .parentWrap .resulthighlight .innerWrap .cntWrap.fulwidth {
              max-width: 950px; } }
          @media screen and (min-width: 85.375em) {
            .search-result-panel .resultcontent .parentWrap .resulthighlight .innerWrap .cntWrap.fulwidth {
              max-width: 1197px;
              padding-top: 0;
              margin-top: 18px; } }
        .search-result-panel .resultcontent .parentWrap .resulthighlight .innerWrap .cntWrap p {
          line-height: 25px;
          font-size: 17px;
          margin-top: -8px; }
          @media print, screen and (min-width: 48em) {
            .search-result-panel .resultcontent .parentWrap .resulthighlight .innerWrap .cntWrap p {
              max-width: 100%;
              line-height: 30px;
              font-size: 20px; } }
          .search-result-panel .resultcontent .parentWrap .resulthighlight .innerWrap .cntWrap p + p {
            max-width: 100%;
            margin: 18px 0 0; }
            @media print, screen and (min-width: 64em) {
              .search-result-panel .resultcontent .parentWrap .resulthighlight .innerWrap .cntWrap p + p {
                margin: 11px 0 0; } }
          .search-result-panel .resultcontent .parentWrap .resulthighlight .innerWrap .cntWrap p a {
            line-height: 30px;
            font-size: 20px;
            word-break: break-word; }
            .search-result-panel .resultcontent .parentWrap .resulthighlight .innerWrap .cntWrap p a:hover {
              color: #213B6F; }
    @media print, screen and (min-width: 48em) {
      .search-result-panel .resultcontent .parentWrap .resulthighlight.without-img .headwrp {
        padding-top: 0px; } }
    .search-result-panel .resultcontent .parentWrap .resulthighlight h3 {
      margin-bottom: 21px; }
      @media print, screen and (min-width: 48em) {
        .search-result-panel .resultcontent .parentWrap .resulthighlight h3 {
          margin-bottom: 19px;
          font-size: 24px;
          line-height: 28px; } }
      @media print, screen and (min-width: 64em) {
        .search-result-panel .resultcontent .parentWrap .resulthighlight h3 {
          margin-bottom: 24px; } }

#searchresult-dropdown-menu.ui-menu {
  border-bottom: 1px solid #000;
  padding: 18px 0 13px; }

#searchresult-dropdown-menu.ui-menu .ui-menu-item-wrapper {
  font-size: 17px; }

.ui-autocomplete {
  background: #fff;
  padding-top: 10px !important;
  padding-bottom: 10px !important;
  border-bottom: 1px solid #000;
  max-height: 300px;
  overflow: hidden;
  overflow-y: scroll;
  /* z-index: 999999999 !important;*/
  position: fixed; }

@media print, screen and (min-width: 48em) {
  .search-result-pagi {
    margin-left: 20px;
    margin-top: -2px; } }

#st-results-container.loading {
  width: 68px;
  height: 68px;
  border: 8px solid #707070;
  border-bottom-color: #000;
  border-radius: 50%;
  display: block;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  -webkit-animation: rotation 1s linear infinite;
          animation: rotation 1s linear infinite;
  margin: 20px auto; }

.searchloading {
  width: 68px;
  height: 68px;
  border: 8px solid #707070;
  border-bottom-color: #000;
  border-radius: 50%;
  display: block;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  -webkit-animation: rotation 1s linear infinite;
          animation: rotation 1s linear infinite;
  margin: 20px auto; }

@-webkit-keyframes rotation {
  0% {
    -webkit-transform: rotate(0deg);
            transform: rotate(0deg); }
  100% {
    -webkit-transform: rotate(360deg);
            transform: rotate(360deg); } }

@keyframes rotation {
  0% {
    -webkit-transform: rotate(0deg);
            transform: rotate(0deg); }
  100% {
    -webkit-transform: rotate(360deg);
            transform: rotate(360deg); } }

@-webkit-keyframes box {
  0% {
    -webkit-box-shadow: 0 24px rgba(0, 0, 0, 0), 24px 24px rgba(0, 0, 0, 0), 24px 48px rgba(0, 0, 0, 0), 0px 48px rgba(0, 0, 0, 0);
            box-shadow: 0 24px rgba(0, 0, 0, 0), 24px 24px rgba(0, 0, 0, 0), 24px 48px rgba(0, 0, 0, 0), 0px 48px rgba(0, 0, 0, 0); }
  12% {
    -webkit-box-shadow: 0 24px black, 24px 24px rgba(0, 0, 0, 0), 24px 48px rgba(0, 0, 0, 0), 0px 48px rgba(0, 0, 0, 0);
            box-shadow: 0 24px black, 24px 24px rgba(0, 0, 0, 0), 24px 48px rgba(0, 0, 0, 0), 0px 48px rgba(0, 0, 0, 0); }
  25% {
    -webkit-box-shadow: 0 24px black, 24px 24px black, 24px 48px rgba(0, 0, 0, 0), 0px 48px rgba(0, 0, 0, 0);
            box-shadow: 0 24px black, 24px 24px black, 24px 48px rgba(0, 0, 0, 0), 0px 48px rgba(0, 0, 0, 0); }
  37% {
    -webkit-box-shadow: 0 24px black, 24px 24px black, 24px 48px black, 0px 48px rgba(0, 0, 0, 0);
            box-shadow: 0 24px black, 24px 24px black, 24px 48px black, 0px 48px rgba(0, 0, 0, 0); }
  50% {
    -webkit-box-shadow: 0 24px black, 24px 24px black, 24px 48px black, 0px 48px black;
            box-shadow: 0 24px black, 24px 24px black, 24px 48px black, 0px 48px black; }
  62% {
    -webkit-box-shadow: 0 24px rgba(0, 0, 0, 0), 24px 24px black, 24px 48px black, 0px 48px black;
            box-shadow: 0 24px rgba(0, 0, 0, 0), 24px 24px black, 24px 48px black, 0px 48px black; }
  75% {
    -webkit-box-shadow: 0 24px rgba(0, 0, 0, 0), 24px 24px rgba(0, 0, 0, 0), 24px 48px black, 0px 48px black;
            box-shadow: 0 24px rgba(0, 0, 0, 0), 24px 24px rgba(0, 0, 0, 0), 24px 48px black, 0px 48px black; }
  87% {
    -webkit-box-shadow: 0 24px rgba(0, 0, 0, 0), 24px 24px rgba(0, 0, 0, 0), 24px 48px rgba(0, 0, 0, 0), 0px 48px black;
            box-shadow: 0 24px rgba(0, 0, 0, 0), 24px 24px rgba(0, 0, 0, 0), 24px 48px rgba(0, 0, 0, 0), 0px 48px black; }
  100% {
    -webkit-box-shadow: 0 24px rgba(0, 0, 0, 0), 24px 24px rgba(0, 0, 0, 0), 24px 48px rgba(0, 0, 0, 0), 0px 48px rgba(0, 0, 0, 0);
            box-shadow: 0 24px rgba(0, 0, 0, 0), 24px 24px rgba(0, 0, 0, 0), 24px 48px rgba(0, 0, 0, 0), 0px 48px rgba(0, 0, 0, 0); } }

@keyframes box {
  0% {
    -webkit-box-shadow: 0 24px rgba(0, 0, 0, 0), 24px 24px rgba(0, 0, 0, 0), 24px 48px rgba(0, 0, 0, 0), 0px 48px rgba(0, 0, 0, 0);
            box-shadow: 0 24px rgba(0, 0, 0, 0), 24px 24px rgba(0, 0, 0, 0), 24px 48px rgba(0, 0, 0, 0), 0px 48px rgba(0, 0, 0, 0); }
  12% {
    -webkit-box-shadow: 0 24px black, 24px 24px rgba(0, 0, 0, 0), 24px 48px rgba(0, 0, 0, 0), 0px 48px rgba(0, 0, 0, 0);
            box-shadow: 0 24px black, 24px 24px rgba(0, 0, 0, 0), 24px 48px rgba(0, 0, 0, 0), 0px 48px rgba(0, 0, 0, 0); }
  25% {
    -webkit-box-shadow: 0 24px black, 24px 24px black, 24px 48px rgba(0, 0, 0, 0), 0px 48px rgba(0, 0, 0, 0);
            box-shadow: 0 24px black, 24px 24px black, 24px 48px rgba(0, 0, 0, 0), 0px 48px rgba(0, 0, 0, 0); }
  37% {
    -webkit-box-shadow: 0 24px black, 24px 24px black, 24px 48px black, 0px 48px rgba(0, 0, 0, 0);
            box-shadow: 0 24px black, 24px 24px black, 24px 48px black, 0px 48px rgba(0, 0, 0, 0); }
  50% {
    -webkit-box-shadow: 0 24px black, 24px 24px black, 24px 48px black, 0px 48px black;
            box-shadow: 0 24px black, 24px 24px black, 24px 48px black, 0px 48px black; }
  62% {
    -webkit-box-shadow: 0 24px rgba(0, 0, 0, 0), 24px 24px black, 24px 48px black, 0px 48px black;
            box-shadow: 0 24px rgba(0, 0, 0, 0), 24px 24px black, 24px 48px black, 0px 48px black; }
  75% {
    -webkit-box-shadow: 0 24px rgba(0, 0, 0, 0), 24px 24px rgba(0, 0, 0, 0), 24px 48px black, 0px 48px black;
            box-shadow: 0 24px rgba(0, 0, 0, 0), 24px 24px rgba(0, 0, 0, 0), 24px 48px black, 0px 48px black; }
  87% {
    -webkit-box-shadow: 0 24px rgba(0, 0, 0, 0), 24px 24px rgba(0, 0, 0, 0), 24px 48px rgba(0, 0, 0, 0), 0px 48px black;
            box-shadow: 0 24px rgba(0, 0, 0, 0), 24px 24px rgba(0, 0, 0, 0), 24px 48px rgba(0, 0, 0, 0), 0px 48px black; }
  100% {
    -webkit-box-shadow: 0 24px rgba(0, 0, 0, 0), 24px 24px rgba(0, 0, 0, 0), 24px 48px rgba(0, 0, 0, 0), 0px 48px rgba(0, 0, 0, 0);
            box-shadow: 0 24px rgba(0, 0, 0, 0), 24px 24px rgba(0, 0, 0, 0), 24px 48px rgba(0, 0, 0, 0), 0px 48px rgba(0, 0, 0, 0); } }

@-webkit-keyframes box1 {
  0% {
    -webkit-transform: translate(0, 0) rotateX(0) rotateY(0);
            transform: translate(0, 0) rotateX(0) rotateY(0); }
  25% {
    -webkit-transform: translate(100%, 0) rotateX(0) rotateY(180deg);
            transform: translate(100%, 0) rotateX(0) rotateY(180deg); }
  50% {
    -webkit-transform: translate(100%, 100%) rotateX(-180deg) rotateY(180deg);
            transform: translate(100%, 100%) rotateX(-180deg) rotateY(180deg); }
  75% {
    -webkit-transform: translate(0, 100%) rotateX(-180deg) rotateY(360deg);
            transform: translate(0, 100%) rotateX(-180deg) rotateY(360deg); }
  100% {
    -webkit-transform: translate(0, 0) rotateX(0) rotateY(360deg);
            transform: translate(0, 0) rotateX(0) rotateY(360deg); } }

@keyframes box1 {
  0% {
    -webkit-transform: translate(0, 0) rotateX(0) rotateY(0);
            transform: translate(0, 0) rotateX(0) rotateY(0); }
  25% {
    -webkit-transform: translate(100%, 0) rotateX(0) rotateY(180deg);
            transform: translate(100%, 0) rotateX(0) rotateY(180deg); }
  50% {
    -webkit-transform: translate(100%, 100%) rotateX(-180deg) rotateY(180deg);
            transform: translate(100%, 100%) rotateX(-180deg) rotateY(180deg); }
  75% {
    -webkit-transform: translate(0, 100%) rotateX(-180deg) rotateY(360deg);
            transform: translate(0, 100%) rotateX(-180deg) rotateY(360deg); }
  100% {
    -webkit-transform: translate(0, 0) rotateX(0) rotateY(360deg);
            transform: translate(0, 0) rotateX(0) rotateY(360deg); } }

@media (min-width: 300px) and (max-width: 767px) {
  .ie11 .search-result-panel .resultcontent .parentWrap .resulthighlight::after {
    -webkit-transform: translate(0%, 0%) !important;
        -ms-transform: translate(0%, 0%) !important;
            transform: translate(0%, 0%) !important;
    width: 100% !important; } }

@media (min-width: 1280px) and (max-width: 1365px) {
  .ie11 .search-result-panel .resultcontent .parentWrap .resulthighlight::after {
    -webkit-transform: translate(0%, 0%) !important;
        -ms-transform: translate(0%, 0%) !important;
            transform: translate(0%, 0%) !important;
    width: 100% !important; } }

@media (min-width: 1366px) and (max-width: 1399px) {
  .ie11 .search-result-panel .resultcontent .parentWrap .resulthighlight::after {
    -webkit-transform: translate(0%, 0%) !important;
        -ms-transform: translate(0%, 0%) !important;
            transform: translate(0%, 0%) !important;
    width: 100% !important; } }

.mobile-search {
  display: none; }
  @media print, screen and (min-width: 48em) {
    .mobile-search {
      display: block; } }

.desktop-search {
  display: block; }
  @media print, screen and (min-width: 48em) {
    .desktop-search {
      display: none; } }

.autocomplete {
  background: #fff;
  padding-top: 10px !important;
  padding-bottom: 10px !important;
  border-bottom: 0px solid #000;
  max-height: 300px;
  overflow: hidden;
  overflow-y: scroll;
  z-index: 99999 !important;
  position: fixed !important;
  -webkit-box-shadow: 0px 0px 12px 0px rgba(0, 0, 0, 0.4);
  box-shadow: 0px 0px 12px 0px rgba(0, 0, 0, 0.4);
  text-transform: capitalize; }

.autocomplete ul {
  margin-left: 0px; }

.autocomplete ul li {
  padding: 0 10px 6px 10px;
  font-size: 17px;
  line-height: 27px;
  -webkit-transition: all 0.5s;
  transition: all 0.5s;
  cursor: pointer;
  word-break: break-word;
  font-weight: 500;
  color: #1c375e; }

.autocomplete ul li:hover {
  background: #FFF;
  color: #eb0535;
  font-weight: 500; }

.autocomplete ul li.active {
  background: #FFF;
  color: #eb0535;
  font-weight: 500; }

.autocomplete.search-results-page {
  position: absolute !important;
  z-index: 99 !important; }

@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  .autocomplete {
    scrollbar-base-color: #E4E8ED;
    scrollbar-face-color: #1c375e;
    scrollbar-3dlight-color: #1c375e;
    scrollbar-highlight-color: #1c375e;
    scrollbar-track-color: #E4E8ED;
    scrollbar-arrow-color: #1c375e;
    scrollbar-shadow-color: #1c375e;
    scrollbar-dark-shadow-color: #1c375e; }
  .autocomplete {
    content: "";
    display: block; } }

@supports (-ms-ime-align: auto) {
  .autocomplete {
    margin-right: -10px;
    padding-top: 16px;
    margin-top: -16px;
    margin-bottom: -16px;
    padding-bottom: 16px; }
  .autocomplete:after {
    content: "";
    display: block; } }

.autocomplete {
  scrollbar-width: thin;
  scrollbar-color: #1c375e #E4E8ED; }

.autocomplete::-webkit-scrollbar-track {
  -webkit-box-shadow: inset 0 0 6px rgba(0, 0, 0, 0.3);
  background-color: #F5F5F5; }

.autocomplete::-webkit-scrollbar {
  width: 6px;
  background-color: #E4E8ED; }

.autocomplete::-webkit-scrollbar-thumb {
  background-color: #1c375e;
  height: 48px; }

.resulthighlight .link-cta {
  font-size: 20px;
  line-height: 30px; }
  .resulthighlight .link-cta:after {
    font-size: 20px;
    line-height: 41px;
    right: -5px; }

.st-no-results h2 {
  text-align: center;
  margin: 40px 0; }

.socialMedia {
  margin-top: 90px; }
  .socialMedia p a {
    text-decoration: underline; }
    .socialMedia p a:hover {
      text-decoration: none; }

.socialMedia .heroBlock {
  background: #f1f1f1;
  padding: 41px 141px 40px 138px; }
  .socialMedia .heroBlock h2, .socialMedia .heroBlock h1 {
    margin-bottom: 12px;
    font-size: 50px !important;
    line-height: 70px !important; }

.juicer-feed * {
  font-family: "Manrope"; }

.juicer-feed p {
  font-size: 18px;
  font-weight: 400; }

.juicer-feed .j-stacker-wrapper {
  background: #1268e5;
  padding: 15px 20px 45px 20px; }

.juicer-feed .j-display-filters {
  padding: 41px 141px 40px 138px !important;
  background: #f1f1f1;
  margin-top: 0px !important;
  margin-bottom: 40px;
  list-style: none;
  padding: 0;
  margin-left: 0px;
  margin-top: 30px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  -webkit-justify-content: space-between;
          justify-content: space-between;
  font-family: "Manrope";
  font-size: 24px;
  font-weight: 700; }
  @media print, screen and (min-width: 64em) {
    .juicer-feed .j-display-filters {
      padding: 45px 20px 22px 20px !important; } }
  @media print, screen and (min-width: 48em) {
    .juicer-feed .j-display-filters {
      -webkit-flex-wrap: wrap;
          -ms-flex-wrap: wrap;
              flex-wrap: wrap;
      text-align: center;
      -webkit-box-pack: center;
      -webkit-justify-content: center;
          -ms-flex-pack: center;
              justify-content: center; } }
  @media print, screen and (max-width: 47.99875em) {
    .juicer-feed .j-display-filters {
      -webkit-flex-wrap: wrap;
          -ms-flex-wrap: wrap;
              flex-wrap: wrap;
      text-align: center;
      -webkit-box-pack: center;
      -webkit-justify-content: center;
          -ms-flex-pack: center;
              justify-content: center; } }
  .juicer-feed .j-display-filters li {
    padding: 0;
    color: #fff;
    display: -webkit-box;
    display: -ms-flexbox;
    font-family: "Manrope";
    display: -webkit-flex;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    -webkit-align-items: center;
            align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    -webkit-justify-content: center;
            justify-content: center;
    min-width: 180px;
    border: 3px solid #1268e5 !important;
    min-height: 45px;
    text-align: center;
    font-size: 24px;
    color: #1268e5;
    cursor: pointer;
    background: transparent !important;
    -webkit-transition: all .3s;
    transition: all .3s; }
    @media print, screen and (min-width: 64em) and (max-width: 85.37375em) {
      .juicer-feed .j-display-filters li {
        min-width: 140px;
        font-size: 18px; } }
    @media print, screen and (min-width: 48em) and (max-width: 63.99875em) {
      .juicer-feed .j-display-filters li {
        margin-left: 0px !important;
        margin-right: 0px !important;
        margin-bottom: 0px !important;
        margin-top: 25px !important;
        width: 100%; } }
    @media print, screen and (max-width: 47.99875em) {
      .juicer-feed .j-display-filters li {
        margin-left: 0px !important;
        margin-right: 0px !important;
        margin-bottom: 0px !important;
        margin-top: 25px !important;
        width: 100%; } }
    .juicer-feed .j-display-filters li.all.highlight {
      background: #1c375e !important;
      color: #fff !important;
      border: 3px solid #1268e5 !important; }
    .juicer-feed .j-display-filters li.highlight {
      border: 3px solid #1268e5 !important; }
    .juicer-feed .j-display-filters li:hover {
      /* background: #1c375e !important;
          color: #fff !important;*/
      border: 3px solid #1268e5 !important; }

.juicer-feed .j-display-filters li:before {
  font-size: 23px; }

.juicer-feed {
  margin-bottom: 90px !important; }

@media (max-width: 1279px) {
  .socialMedia .heroBlock h2, .socialMedia .heroBlock h1 {
    margin-bottom: 20px; } }

@media (max-width: 1023px) {
  .socialMedia .heroBlock h2, .socialMedia .heroBlock h1 {
    margin-bottom: 16px; } }

@media (max-width: 767px) {
  .socialMedia .heroBlock h2, .socialMedia .heroBlock h1 {
    margin-bottom: 23px; } }

@media (max-width: 1279px) {
  .socialMedia .heroBlock {
    padding: 45px 20px 22px 20px; } }

@media (max-width: 1023px) {
  .socialMedia .heroBlock {
    padding: 41px 20px 5px 20px; } }

@media (max-width: 767px) {
  .socialMedia .heroBlock {
    padding: 25px 10px 5px 10px; } }

@media (max-width: 1279px) {
  .socialMedia .heroBlock .bgWrap ul {
    margin-top: 27px; } }

@media (max-width: 1023px) {
  .socialMedia .heroBlock .bgWrap ul {
    margin-top: 0;
    -ms-flex-wrap: wrap;
    -webkit-flex-wrap: wrap;
            flex-wrap: wrap;
    -webkit-box-pack: start;
    -ms-flex-pack: start;
    -webkit-justify-content: flex-start;
            justify-content: flex-start; } }

@media (max-width: 767px) {
  .socialMedia .heroBlock .bgWrap ul {
    margin-top: 0;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    -webkit-justify-content: center;
            justify-content: center;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    -webkit-flex-direction: column;
            flex-direction: column;
    -webkit-box-align: center;
    -ms-flex-align: center;
    -webkit-align-items: center;
            align-items: center; } }

@media (max-width: 1279px) {
  .socialMedia .heroBlock .bgWrap ul li {
    min-width: 151px;
    min-height: 38px;
    font-size: 20px; } }

@media (max-width: 1023px) {
  .socialMedia .heroBlock .bgWrap ul li {
    min-width: 181px;
    min-height: 45px;
    margin-bottom: 20px;
    margin-right: 40px;
    font-size: 24px; } }

@media (max-width: 767px) {
  .socialMedia .heroBlock .bgWrap ul li {
    max-width: 180px;
    margin-right: 0px; } }

.galleryPanel {
  margin-top: 80px;
  margin-bottom: 100px; }
  .galleryPanel .bgWrap {
    background: #1268e5;
    padding: 15px 20px 45px 20px; }
    .galleryPanel .bgWrap .filtr-container {
      z-index: 1;
      overflow: hidden; }
      .galleryPanel .bgWrap .filtr-container .filtr-item {
        width: 33.3%; }
      .galleryPanel .bgWrap .filtr-container .flexPanelWrap {
        display: block;
        padding: 10px;
        margin: 16px 5px 16px 5px;
        background: #fff; }
        .galleryPanel .bgWrap .filtr-container .flexPanelWrap .flexPanelHead {
          display: -webkit-box;
          display: -ms-flexbox;
          display: -webkit-flex;
          display: flex;
          -webkit-box-pack: justify;
          -ms-flex-pack: justify;
          -webkit-justify-content: space-between;
                  justify-content: space-between;
          -webkit-box-align: center;
          -ms-flex-align: center;
          -webkit-align-items: center;
                  align-items: center;
          width: 100%;
          margin-bottom: 10px; }
          .galleryPanel .bgWrap .filtr-container .flexPanelWrap .flexPanelHead .headLogo {
            display: -webkit-box;
            display: -ms-flexbox;
            display: -webkit-flex;
            display: flex;
            -webkit-box-align: center;
            -ms-flex-align: center;
            -webkit-align-items: center;
                    align-items: center; }
            .galleryPanel .bgWrap .filtr-container .flexPanelWrap .flexPanelHead .headLogo figure {
              width: 40px;
              height: 40px; }
              .galleryPanel .bgWrap .filtr-container .flexPanelWrap .flexPanelHead .headLogo figure img {
                border-radius: 50%;
                max-width: 100%;
                max-height: 100%; }
            .galleryPanel .bgWrap .filtr-container .flexPanelWrap .flexPanelHead .headLogo h5 {
              margin-left: 10px;
              color: #14171a;
              font-size: 19px;
              font-weight: bold; }
          .galleryPanel .bgWrap .filtr-container .flexPanelWrap .flexPanelHead .headDate {
            color: #c7c7c7;
            font-size: 15px;
            font-weight: bold; }
        .galleryPanel .bgWrap .filtr-container .flexPanelWrap .flexPanelBody figure {
          margin-bottom: 10px; }
          .galleryPanel .bgWrap .filtr-container .flexPanelWrap .flexPanelBody figure img {
            width: 100%;
            border: 1px solid #d6d6d6; }
        .galleryPanel .bgWrap .filtr-container .flexPanelWrap .flexPanelBody p {
          font-size: 15px;
          line-height: normal; }
          .galleryPanel .bgWrap .filtr-container .flexPanelWrap .flexPanelBody p a {
            color: #1268e5; }
        .galleryPanel .bgWrap .filtr-container .flexPanelWrap .flexPanelFoot {
          display: -webkit-box;
          display: -ms-flexbox;
          display: -webkit-flex;
          display: flex;
          -webkit-box-pack: end;
          -ms-flex-pack: end;
          -webkit-justify-content: flex-end;
                  justify-content: flex-end;
          margin-top: 60px; }
          .galleryPanel .bgWrap .filtr-container .flexPanelWrap .flexPanelFoot .flexIcon {
            float: right; }
            .galleryPanel .bgWrap .filtr-container .flexPanelWrap .flexPanelFoot .flexIcon figure {
              max-width: 25px; }

@media (max-width: 1279px) {
  .galleryPanel {
    margin-top: 60px; } }

@media (max-width: 1023px) {
  .galleryPanel {
    margin-top: 37px; } }

@media (max-width: 767px) {
  .galleryPanel {
    margin-top: 40px;
    max-width: 410px;
    padding: 0 12px;
    margin-left: auto;
    margin-right: auto; } }

@media (max-width: 1023px) {
  .galleryPanel .containerWrapper {
    padding: 0; } }

@media (max-width: 1279px) {
  .galleryPanel .bgWrap {
    padding: 15px 10px 15px 10px; } }

@media (max-width: 1023px) {
  .galleryPanel .bgWrap {
    padding: 7px 2px 13px 2px; } }

@media (max-width: 767px) {
  .galleryPanel .bgWrap {
    padding: 12px 0px 15px 0px; } }

@media (max-width: 1279px) {
  .galleryPanel .bgWrap .filtr-container .filtr-item {
    width: 50%; } }

@media (max-width: 767px) {
  .galleryPanel .bgWrap .filtr-container .filtr-item {
    width: 100%; } }

@media (max-width: 1279px) {
  .galleryPanel .bgWrap .filtr-container .flexPanelWrap {
    margin: 16px 18px 16px 18px; } }

@media (max-width: 1023px) {
  .galleryPanel .bgWrap .filtr-container .flexPanelWrap {
    margin: 13px 16px 13px 16px;
    padding: 8px; } }

@media (max-width: 767px) {
  .galleryPanel .bgWrap .filtr-container .flexPanelWrap {
    margin: 15px 16px 15px 16px;
    padding: 6px; } }

@media (max-width: 767px) {
  .galleryPanel .bgWrap .filtr-container .flexPanelWrap .flexPanelHead {
    margin-bottom: 8px; } }

@media (max-width: 767px) {
  .galleryPanel .bgWrap .filtr-container .flexPanelWrap .flexPanelHead .headLogo figure {
    width: 34px;
    height: 34px; } }

@media (max-width: 1023px) {
  .galleryPanel .bgWrap .filtr-container .flexPanelWrap .flexPanelHead .headLogo h5 {
    font-size: 17px; } }

@media (max-width: 1023px) {
  .galleryPanel .bgWrap .filtr-container .flexPanelWrap .flexPanelHead .headDate {
    font-size: 13px; } }

@media (max-width: 767px) {
  .galleryPanel .bgWrap .filtr-container .flexPanelWrap .flexPanelBody figure {
    margin-bottom: 6px; } }

@media (max-width: 1023px) {
  .galleryPanel .bgWrap .filtr-container .flexPanelWrap .flexPanelBody p {
    font-size: 16px; } }

@media (max-width: 1023px) {
  .galleryPanel .bgWrap .filtr-container .flexPanelWrap .flexPanelFoot {
    margin-top: 24px; } }

@media (max-width: 767px) {
  .galleryPanel .bgWrap .filtr-container .flexPanelWrap .flexPanelFoot {
    margin-top: 5px; } }

@media (max-width: 1023px) {
  .galleryPanel .bgWrap .filtr-container .flexPanelWrap .flexPanelFoot .flexIcon figure {
    max-width: 20px; } }

 /****************MBDXP-224****************/
  .highcharts-container{
     overflow: visible !important;
 }
.highcharts-figure {
  min-width: 420px;
  max-width: 420px;
  margin: 1em auto;
  margin-left: -35px; }
  @media print, screen and (min-width: 48em) {
    .highcharts-figure {
      min-width: 600px;
      max-width: 700px;
      margin-left: -110px; } }
       @media print, screen and (min-width: 64em) {
    .highcharts-figure {
      margin-left: -100px; } }
  @media screen and (min-width: 85.375em) {
    .highcharts-figure {
      margin-left: -80px; } }
  @media (min-width: 1279px) and (max-width: 1599px) {
    .highcharts-figure {
      margin-left: 40px;
    min-width: 400px;
    max-width: 400px;} }
  .highcharts-figure #piechart {
    width: 100% !important; }
    @media print, screen and (min-width: 48em) {
      .highcharts-figure #piechart {
        height: 500px !important; } }
    @media (min-width: 1279px) and (max-width: 1599px) {
      .highcharts-figure #piechart {
         height: 400px !important;   
        max-width: 400px; } }
  .highcharts-figure svg {
    width: 100%;
    height: 100%;
    overflow: visible; }
input[type="number"] {
  min-width: 50px; }

.highcharts-data-labels text {
  font-size: 12px !important;
  color: #00214e !important;
  fill: #00214e !important;
  text-shadow: none !important;
  display: none; }
  @media print, screen and (min-width: 48em) {
    .highcharts-data-labels text {
      font-size: 16px !important;
      display: block; } }
  @media (min-width: 1279px) and (max-width: 1599px) {
    .highcharts-data-labels text {
      font-size: 14px !important; } }
	
 .homeprofilesection.print .leftwrap{
    max-width: 100%;
  display:none;
  }
  .homeprofilesection.print .leftwrap .printsolutions{
  margin-bottom:50px;
  }
  .homeprofilesection.print .leftwrap .contentwarp p + p {
    margin-top: 15px;
}
@media print {
.tf-v1-sidetab.open {
    transform: translate(0, -50%);
    display: none !important;
}
.bannerpanel {
    position: relative;
    display: none !important;
}
header .grid-container {
    padding-left: 26px !important;
    padding-right: 26px !important;
    max-width: 100% !important; }
  .headerMainWrapper .mobilesearch {
    display: none; }
  .subbannerpanel {
    display: none; }
  .breadcrumbWrap {
    display: none; }
  header .topNavigation {
    display: none; }
  .logoBlock a[href]:after {
    display: none; }
  header.sticky {
    position:relative !important;
    background: #edf2f7;
    z-index: 9999;
	  box-shadow:none !important;
     }
  body {
    -webkit-print-color-adjust: exact;
	  box-shadow:none !important;
	  border:0px !important;
  }
  .logoBlock {   
    padding-top: 0;
    padding-bottom: 0;
    width: 260px !important; }
  header .logoBlock {
    display: inline-block;
    vertical-align: middle;
    z-index: 9;
    width: auto;
    height: auto; }
  header .logoBlock a {
    position: relative !important;
    width: auto;
    height: auto; }
  .todaypanel {
    display: none; }
  .generalTemplate table.small-only a {
    color: #ffffff;
    text-decoration: none; }
  .comparisionChhart.chartdesktop + .generalcontnet.desclimarPanel {
    padding-top: 40px; }
  .desclimar p {
    font-size: 14px;
    line-height: 18px;
    text-align: left; }
  .grid-margin-x > .cell {
    width: 100%;
    margin-left: 0;
    margin-right: 0; }
  .ctabutton {
    display: none; }
  .whyuspanel .contentwrap {
    max-width: 100%; }
  .whyuspanel .contentwrap h2 {
    margin-bottom: 25px;
    text-align: center;
    color: #00214e; }
  .whyuspanel .imgsec {
    text-align: center; }
  .stayconnect {
    display: none; }
  h2, .h2 {
    font-size: 1.5rem;
    line-height: 1.33333; }
  footer {
    background: #1c375e;
    padding: 42px 0 0;
    display: none; }
  .comparisionChhart table tr:last-child td {
    border-bottom: 0;
    border-bottom-left-radius: 18px;
    border-bottom-color: transparent;
    border-bottom-right-radius: 18px; } 
	.alertsPannel {
    padding: 9px 0 4px; 
    display: none !important;
  }
  .paginacontainer{
    display: none;
  }
	.generalTemplate table.small-only tr td{
		background: none !important;
	}
  .generalTemplate table.small-only tr td:first-child {
      color: #00214e;
      font-weight: 700;
      padding-top: 23px;
      padding-bottom: 23px;
      margin-top: 0px;
      width: 50%;
      background: none !important;
  }
  .generalTemplate table.small-only tr td {
      position: relative;
      padding-top: 23px;  
      padding-bottom: 23px;
      font-size: 17px;
      line-height: 24px;
      color: #00214e;
      width: 50%;
      text-align: center;
  }
  .stickyEmpty{
  	height:0px !important;
  }
  .alertsPannel {
    padding: 9px 0 4px; 
    display: none !important;
  }
  .paginacontainer{
   display: none;
  }
 .stickyEmpty{
   height:0px !important;
  }
  .grid-container {
    padding-left: 26px !important;
    padding-right: 26px !important;
    max-width: 100% !important;
  }
  .desclimarPanel .grid-container {
    padding-left: 0px !important;
    padding-right: 0px !important;
    max-width: 100% !important;
    margin-left:-13px !important;
  }
.comparisionChhart table tr:last-child td {
    border-bottom: 0px;
    border-bottom-left-radius: 18px;
    border-bottom-color: transparent;
    text-align: center;
}
.comparisionChhart table tr td:first-child {
   text-align:left;
}
.generalTemplate table.small-only a {
    color: #ffffff;
    display: none;
}
 table{
    border-collapse:collapse;
    }
.headerMainWrapper{
     display:none!important;
} 
.comparisionChhart table.small-only {
    display: block;
	page-break-inside: avoid;
}
.comparisionChhart table.large-only {
    display: none;
}
.whyuspanel{
	display:none !important;
}
.generalTemplate table{
	border-collapse: unset;
  margin: 40px 0 40px 0;
}	
.comparisionChhart h3{ 
  page-break-before: always; 
}
.comparisionChhart h3#personalcheckingrates{ 
 page-break-before: avoid;
}
.generalcontnet.white.desclimarPanel{
  margin: 0px 0 37px;
}
.headerMainWrapper{
     display:none!important;
} 
.tf-v1-sidetab-button{
       display:none !important;	
}
.homeprofilesection .leftwrap {
    max-width: 100%!important;
    width: 40%;
}
.homeprofilesection .leftwrap .contentwarp{
	width:100%;
}
.homeprofilesection.whitebgcolor .leftwrap {
 width: 50%;
  max-width:100%!important;
  margin-right: 10px;
}
.homeprofilesection.whitebgcolor .rightwarp {
    background: #edf2f7;
    width: 45%;
	max-width:100%!important;
	padding-bottom: 30px;
}
.homeprofilesection .grid-container {
    padding-right: 26px !important;
    padding-left: 26px !important;
    max-width: 100% !important;
}
.homeprofilesection .flexwrap {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
}
.homeprofilesection .leftwrap .contentwarp h3 {	
	display: block !important;
	width:100% !important;
  margin-left: 0;
}
.homeprofilesection .rightwarp .contactlist li a {
	text-decoration:none !important;
}
.homeprofilesection .rightwarp .contactlist li a::after {
	display: none !important;
}
.twocolumnimagepanel{
	display: none !important;
}
.homeprofilesection .rightwarp .btnsection {
    padding: 20px 0px 10px;
    display: none !important;
}
.homechartsection .resetcta {
    visibility: hidden !important;
     display: none !important;
}
 .homechartsection .leftwrap { 
    width: 100%;
    margin: 0 auto;
    max-width: 475px;
    margin-bottom: 10mm;
}
 .homechartsection .rightwrap  { 
    width: 100%;
    margin: 0 auto;  
}
.homeprofilesection.print .leftwrap{
    max-width: 100%;
    width:100%;
    display: block;
}
 .homeprofilesection.print .leftwrap .printsolutions{
    page-break-inside: avoid;
 }
a.ctaborder {
    text-decoration: none;
    cursor: none;
}
.homechartsection .rightwrap .contentwarp .form-group .txtBox{
 padding: 0 8px;
  margin-bottom: 20px;
  height:70px;
}
.homechartsection .form-group .ctaborder{
      margin-top: 0;
}
    .personaliconpanel.dialanimatesection {
        padding-bottom: 40px
    }
    .homechartsection {
        page-break-after:always;
        overflow:visible !important;
    }
    .homechartsection .leftwrap #pie {
       margin-top: -15mm;
    }

    .homechartsection .rightwrap {
       padding: 28px 0px 20px;
    }
    .personaliconpanel .contentsec h2 {
        margin-bottom: 15px;
    }
   
    .homechartsection .rightwrap .contentwarp h3 {
        margin-bottom: 15px;
    }
    .homechartsection .rightwrap .contentwarp p {
        margin-bottom: 15px;
        max-width: 840px;
    }

}
@media (min-width: 1280px) and (max-width: 1530px) {
  .homeloginpopupwrapper .wrap .popContent {
    max-height: 75vh;
    overflow-y: auto; } 
}

.twocolumnpanel .flexwrap .rightwrap .imgwrap .video-panel .filter-img .videoPanel:after {
    width: 93px;
    height: 93px;
}

.twocolumnpanel .flexwrap .rightwrap .imgwrap.videosec .video-panel .filter-img .videoPanel:before {
    border-radius: 16px;
}

@media only screen and (min-width: 1381px) {

    .twocolumnpanel .flexwrap .rightwrap .imgwrap.videosec .video-panel .filter-img {
        width: 100%;
        height: 437px;
        padding-bottom: 0;
    }
}

@media only screen and (min-width: 768px) and (max-width: 1023px) {

    .twocolumnpanel .flexwrap .rightwrap .imgwrap.videosec {
        width: auto;
        height: 415px;
    }

        .twocolumnpanel .flexwrap .rightwrap .imgwrap.videosec .video-panel .filter-img {
            width: 100%;
            height: 415px;
            padding-bottom: 0;
        }
}




	
	  @media (min-width: 1280px) and (max-width: 1530px) {
    .homeloginpopupwrapper .wrap .popContent {
      max-height: 75vh;
      overflow-y: auto; } }

 /********** MSBM-203 ********/  

.contactdetails.recomended.clientsupport .contentwrap{
  margin-left: 0;
  margin-top: 0;
}
.contactdetails.recomended.clientsupport .btn{
  margin-top: 20px;
}

.contactdetails.recomended.clientsupport {
      padding: 50px 0px 0px;
}
.contactdetails.recomended.clientsupport .todaypanel.linkpanel h2 {
   margin-bottom: 16px;
}
.contactdetails.recomended.clientsupport .todaypanel.linkpanel {
   margin-top: 0px;
}
.contactdetails .csc .clientsupportpanel {
  max-width: 800px;
  padding: 34px 30px 42px 30px;
  margin-top: 0;
}

@media (max-width: 1023px) {
.contactdetails.recomended.clientsupport .offerImages{
  margin-top: 45px;
}
.contactdetails.recomended.clientsupport .contentwrap .learnBlock {
    margin-left: 28px !important;
}
}
@media (max-width:767px) {
.contactdetails.recomended.clientsupport .offerImages .contentwrap{
    margin-top: 50px;
}
.contactdetails.recomended.clientsupport .contentwrap .learnBlock{
margin-left: 25px !important;
}
}
@media (min-width: 1024px) {
.contactdetails.recomended.clientsupport .offerImages{
  margin-top: 83px;
}
}
@media (min-width: 768px) and (max-width: 1023px) {
.contactdetails .csc .clientsupportpanel{
  margin-top: 0px;
  max-width: 450px;
}
.contactdetails.recomended.clientsupport .offerImages .contentwrap{
margin-left: 50px;
}
}
@media (min-width: 1024px) and (max-width: 1279px) {
  .contactdetails .csc .clientsupportpanel .contentsection{
    width: 100%;
    margin-right: 0;
  }
  .contactdetails .csc .clientsupportpanel .btnsection{
    width: 100%;
    margin-top: 20px;
  }
  .contactdetails .csc .btnsection .ctaborder + .ctaborder{
    margin-top: 0px;
    margin-left: 20px;
  }
  .contactdetails.recomended.clientsupport .offerImages .contentwrap {
   margin-left: 50px;
 }
}
@media (min-width: 1280px) {
  .csc .flexwrap {
    justify-content: space-between;
  }
.contactdetails .csc .clientsupportpanel .contentsection{
  width: 50%;
  margin-right: 0;
  text-align: left;
}
.contactdetails .csc .clientsupportpanel .btnsection{
width: 36%;
  margin-right: 0;
  align-self: center;
}
.contactdetails.recomended.clientsupport .offerImages .contentwrap{
margin-left: 50px;
}
}
.contactdetails.recomended.clientsupport .contentwrap .learnBlock{
margin-left: 44px;
}

@media only screen and (min-width: 768px) and (max-width: 1023px) {
    .twocolumnpanel.clover .flexwrap .rightwrap .imgwrap {
        height: 350px;
    }
}


.juicer-feed .j-display-filters li.all {
  color: #223b6f !important;
}
.juicer-feed .j-display-filters li.all.highlight, .juicer-feed .j-display-filters li.all:hover {
  background: #223b6f !important;
  color: white !important;
  border-bottom: 1px solid #223b6f !important;
}
.j-poster .j-date, .juicer-feed .j-meta a{
  color: #595959 !important;
}
.juicer-feed .j-meta .j-twitter-date{
  color: #595959 !important;
}


/*--------------MSBM-237-----------------*/
.bannerpanel .videosectionwrap.border-radius .imgWrap {
    border-radius: 0;
}

.bannerpanel .videosectionwrap.border-radius .video-thumb-image iframe {
    width: 77vw;
}

.bannerpanel .videosectionwrap.border-radius .sliderbg-overlay {
    background: #01224F;
    position: absolute;
    left: 12px;
    right: 0;
    width: 809px;
    height: 809px;
    border-radius: 50%;
    top: 60px;
}

    .bannerpanel .videosectionwrap.border-radius .sliderbg-overlay:after {
        content: "";
        position: absolute;
        left: 0px;
        top: -25px;
        width: 100%;
        height: 100%;
        background-color: #ffffff;
        z-index: 0;
        border-radius: 50%;
        -webkit-box-shadow: 0 -14px 12px 13px rgba(0,0,0,0.16);
        -moz-box-shadow: 0 -14px 12px 13px rgba(0,0,0,0.16);
        box-shadow: 0 -14px 12px 13px rgba(0,0,0,0.16);
    }

.bannerpanel .swiper-container-horizontal .swiper-button-play {
    display: inline-block;
    width: 14px;
    height: 12px;
    background-image: url(../images/video-pause.svg);
    background-size: 28px;
    background-repeat: no-repeat;
    margin-left: 3px;
    margin-top: 0px;
    cursor: pointer;
    z-index: 9;
}

.bannerpanel .swiper-container-horizontal .flexBox .swiper-button-play.active {
    background-image: url(../images/video-play.svg);
    background-size: contain;
}

.video-controller .mute-bt.mute, .video-controller .expand, .video-controller .play-bt, .video-controller .pause-bt, .homeBanner.border-radius .video-controller .mute-bt {
    border: solid 3px #1c375e;
    background-color: #ffffff;
}

.bannerpanel .homeBanner .flexBox {
    position: absolute;
    right: 0;
    left: 0;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    bottom: 492px;
}

.bannerpanel .homeBanner .swiper-pagination {
    position: static;
}

    .bannerpanel .homeBanner .swiper-pagination .swiper-pagination-bullet {
        width: 12px;
        height: 12px;
        background: #1c375e;
        margin: 0 4px;
        opacity: 1;
    }

        .bannerpanel .homeBanner .swiper-pagination .swiper-pagination-bullet.swiper-pagination-bullet-active {
            background: #eb0535;
            opacity: 1;
        }

.homeBanner .videocontent {
    position: absolute;
    bottom: 75px;
    right: 35px;
    z-index: 9;
    text-align: right;
    max-width: 474px;
}

    .homeBanner .videocontent p a {
        font-size: 24px;
        line-height: 28px;
        font-weight: bold;
        color: #fff;
        display: flex;
        align-items: center;
    }

        .homeBanner .videocontent p a:hover {
            text-decoration: none;
        }

        .homeBanner .videocontent p a span.cta-txt {
            max-width: 350px;
            position: relative;
            right: 20px;
            transition: opacity 1.5s cubic-bezier(0.37,0,0.29,1);
            opacity: 0;
        }

            .homeBanner .videocontent p a span.cta-txt.visible {
                transition-delay: 0.5s;
                opacity: 1;
            }

        .homeBanner .videocontent p a span.cta-img {
            opacity: 0;
            transition: transform 1.5s cubic-bezier(0.37,0,0.29,1);
            transform: translateX(calc(375px*-1 - 30px));
        }

            .homeBanner .videocontent p a span.cta-img.trans {
                transform: translateX(0);
                opacity: 1;
            }

.homeBanner.border-radius .video-controller .mute-bt.mute {
    width: 46px;
    height: 46px;
    background-position: 10px 12px;
    top: 26px;
    left: -10px;
}

.bannerpanel .videosectionwrap.border-radius .temp2 .filter-img .content, .bannerpanel .videosectionwrap.border-radius .temp4 .filter-img .content {
    top: 226px;
    position: relative;
    text-align: center;
    max-width: 482px;
    margin: 0 auto;
}

    .bannerpanel .videosectionwrap.border-radius .temp2 .filter-img .content h4, .bannerpanel .videosectionwrap.border-radius .temp4 .filter-img .content h4 {
        text-transform: uppercase;
        font-size: 50px;
        line-height: 54px;
        padding-bottom: 15px;
    }

    .bannerpanel .videosectionwrap.border-radius .temp2 .filter-img .content .infinity img, .bannerpanel .videosectionwrap.border-radius .temp4 .filter-img .content .infinity img {
        width: 314px;
        border-radius: 0;
        padding-bottom: 28px;
    }

    .bannerpanel .videosectionwrap.border-radius .temp2 .filter-img .content .price, .bannerpanel .videosectionwrap.border-radius .temp4 .filter-img .content .price {
        font-size: 127px;
        line-height: 153px;
        font-weight: 600;
        padding-bottom: 3px;
        position: relative;
        width: max-content;
        margin: 0 auto;
    }

        .bannerpanel .videosectionwrap.border-radius .temp2 .filter-img .content .price:before, .bannerpanel .videosectionwrap.border-radius .temp2 .filter-img .content .price:after,
        .bannerpanel .videosectionwrap.border-radius .temp4 .filter-img .content .price:before, .bannerpanel .videosectionwrap.border-radius .temp4 .filter-img .content .price:after {
            position: absolute;
            content: '';
            width: 100%;
            height: 1px;
            background: #7F94BD;
            top: 0;
            left: 0px;
        }

        .bannerpanel .videosectionwrap.border-radius .temp2 .filter-img .content .price:after, .bannerpanel .videosectionwrap.border-radius .temp4 .filter-img .content .price:after {
            bottom: 0;
            right: 0;
            top: unset;
            left: unset;
        }

        .bannerpanel .videosectionwrap.border-radius .temp2 .filter-img .content .price sub, .bannerpanel .videosectionwrap.border-radius .temp4 .filter-img .content .price sub {
            font-size: 35px;
            line-height: 47px;
            position: relative;
            right: -5px;
            top: 0px;
        }

    .bannerpanel .videosectionwrap.border-radius .temp2 .filter-img .content .desc, .bannerpanel .videosectionwrap.border-radius .temp4 .filter-img .content .desc {
        max-width: 305px;
        margin: 0 auto;
        font-size: 22px;
        line-height: 28px;
        font-weight: 600;
        padding-top: 24px;
    }

.bannerpanel .videosectionwrap.border-radius .temp3 .filter-img .imgPanel::before, .bannerpanel .videosectionwrap.border-radius .temp4 .filter-img .imgPanel::before {
    position: absolute;
    content: '';
    width: 100%;
    height: 100%;
    background: #383333;
    top: 0;
    left: 0px;
    opacity: 0.62;
}

.bannerpanel .videosectionwrap.border-radius .temp3 .filter-img .content, .bannerpanel .videosectionwrap.border-radius .temp5 .filter-img .content {
    top: 345px;
    position: absolute;
    text-align: center;
    max-width: 482px;
    margin: 0 auto;
    left: 0;
    right: 0;
    color: #ffffff;
}

    .bannerpanel .videosectionwrap.border-radius .temp3 .filter-img .content .infinity img, .bannerpanel .videosectionwrap.border-radius .temp5 .filter-img .content .infinity img {
        width: 499px;
        border-radius: 0;
        padding-bottom: 23px;
    }

    .bannerpanel .videosectionwrap.border-radius .temp3 .filter-img .content .price, .bannerpanel .videosectionwrap.border-radius .temp5 .filter-img .content .price {
        font-size: 127px;
        line-height: 153px;
        font-weight: 600;
        padding-bottom: 3px;
        position: relative;
        width: max-content;
        margin: 0 auto;
    }

        .bannerpanel .videosectionwrap.border-radius .temp3 .filter-img .content .price:before, .bannerpanel .videosectionwrap.border-radius .temp3 .filter-img .content .price:after,
        .bannerpanel .videosectionwrap.border-radius .temp5 .filter-img .content .price:before, .bannerpanel .videosectionwrap.border-radius .temp5 .filter-img .content .price:after {
            position: absolute;
            content: '';
            width: 100%;
            height: 1px;
            background: #ffffff;
            top: 0;
            left: 0px;
        }

        .bannerpanel .videosectionwrap.border-radius .temp3 .filter-img .content .price:after, .bannerpanel .videosectionwrap.border-radius .temp5 .filter-img .content .price:after {
            bottom: 0;
            right: 0;
            top: unset;
            left: unset;
        }

        .bannerpanel .videosectionwrap.border-radius .temp3 .filter-img .content .price sub, .bannerpanel .videosectionwrap.border-radius .temp5 .filter-img .content .price sub {
            font-size: 35px;
            line-height: 47px;
            position: relative;
            right: -5px;
            top: 0px;
        }

    .bannerpanel .videosectionwrap.border-radius .temp3 .filter-img .content .desc, .bannerpanel .videosectionwrap.border-radius .temp5 .filter-img .content .desc {
        max-width: 305px;
        margin: 0 auto;
        font-size: 22px;
        line-height: 28px;
        font-weight: 600;
        padding-top: 24px;
    }

.bannerpanel .videosectionwrap.border-radius .temp4 .filter-img .content {
    position: absolute;
    left: 0;
    right: 0;
    color: #ffffff;
}

    .bannerpanel .videosectionwrap.border-radius .temp4 .filter-img .content h4 {
        color: #ffffff;
    }

    .bannerpanel .videosectionwrap.border-radius .temp4 .filter-img .content .price:before, .bannerpanel .videosectionwrap.border-radius .temp4 .filter-img .content .price:after {
        background: #ffffff;
    }

.bannerpanel .videosectionwrap.border-radius .temp5 .filter-img .content {
    color: #1c375e;
}

    .bannerpanel .videosectionwrap.border-radius .temp5 .filter-img .content .price:before, .bannerpanel .videosectionwrap.border-radius .temp5 .filter-img .content .price:after {
        background: #7F94BD;
    }

@media print, screen and (min-width: 64em) {
    .bannerpanel .grid-container {
        max-width: 1554px;
    }

    .homeBanner.border-radius .video-controller .mute-bt {
        top: 8px;
        width: 46px;
        height: 46px;
        background-position: 9px 12px;
        top: 26px;
        left: -10px;
    }

    .homeBanner.border-radius .video-controller .expand {
        width: 46px;
        height: 46px;
        background-position: 5px 8px;
        background-size: 34px 34px;
        top: 26px;
        right: 52px;
    }

    .homeBanner.border-radius .video-controller .play-bt {
        width: 92px;
        height: 92px;
        background-position: 34px 22px;
        background-size: 36px 44px;
    }

    .homeBanner.border-radius .video-controller .pause-bt {
        width: 92px;
        height: 92px;
        background-size: 58px 58px;
        background-position: 30px 32px;
    }

    .bannerpanel .videosectionwrap.border-radius .sliderbg-overlay {
        width: 629px;
        height: 629px;
    }

    .bannerpanel .videosectionwrap.border-radius .imgsec {
        width: 654px;
        height: 654px;
    }

    .bannerpanel .videosectionwrap.border-radius .filter-img {
        width: 644px;
        height: 644px;
    }

    .bannerpanel .videosectionwrap.border-radius {
        top: -407px;
    }

    .homeBanner .videocontent {
        bottom: 55px;
    }

    .homeBanner.border-radius .video-controller {
        left: 35.5%;
        bottom: 38%;
    }

    .bannerpanel .homeBanner .flexBox {
        bottom: 382px;
    }

    .bannerpanel .videosectionwrap.border-radius .temp2 .filter-img .content, .bannerpanel .videosectionwrap.border-radius .temp4 .filter-img .content {
        top: 166px;
    }

    .bannerpanel .videosectionwrap.border-radius .temp3 .filter-img .content, .bannerpanel .videosectionwrap.border-radius .temp5 .filter-img .content {
        top: 250px;
    }

    .bannerpanel .videosectionwrap.border-radius .temp2 .filter-img .content h4, .bannerpanel .videosectionwrap.border-radius .temp4 .filter-img .content h4 {
        font-size: 40px;
        line-height: 44px;
        padding-bottom: 8px;
    }

    .bannerpanel .videosectionwrap.border-radius .temp2 .filter-img .content .price, .bannerpanel .videosectionwrap.border-radius .temp4 .filter-img .content .price,
    .bannerpanel .videosectionwrap.border-radius .temp3 .filter-img .content .price, .bannerpanel .videosectionwrap.border-radius .temp5 .filter-img .content .price {
        font-size: 107px;
        line-height: 133px;
    }

    .bannerpanel .videosectionwrap.border-radius .temp2 .filter-img .content .infinity img, .bannerpanel .videosectionwrap.border-radius .temp4 .filter-img .content .infinity img,
    .bannerpanel .videosectionwrap.border-radius .temp3 .filter-img .content .infinity img, .bannerpanel .videosectionwrap.border-radius .temp5 .filter-img .content .infinity img {
        padding-bottom: 18px;
    }

    .bannerpanel .videosectionwrap.border-radius .video-thumb-image iframe {
        width: 74vw;
        top: 62%;
    }
}

@media screen and (min-width: 85.375em) {
    .bannerpanel .contentsection {
        padding-top: 51px;
    }

    .bannerpanel .videosectionwrap.border-radius .sliderbg-overlay {
        width: 729px;
        height: 729px;
    }

    .bannerpanel .videosectionwrap.border-radius .imgsec {
        width: 754px;
        height: 754px;
    }

    .bannerpanel .videosectionwrap.border-radius .filter-img {
        width: 744px;
        height: 744px;
    }

    .bannerpanel .videosectionwrap.border-radius {
        top: -463px;
        right: 80px;
    }

    .homeBanner .videocontent {
        bottom: 48px;
    }

    .homeBanner.border-radius .video-controller {
        left: 38%;
        bottom: 39.5%;
    }

    .bannerpanel .homeBanner .flexBox {
        bottom: 432px;
    }

    .bannerpanel .videosectionwrap.border-radius .temp2 .filter-img .content, .bannerpanel .videosectionwrap.border-radius .temp4 .filter-img .content {
        top: 226px;
    }

    .bannerpanel .videosectionwrap.border-radius .temp3 .filter-img .content, .bannerpanel .videosectionwrap.border-radius .temp5 .filter-img .content {
        top: 320px;
    }

    .bannerpanel .videosectionwrap.border-radius .video-thumb-image iframe {
        width: 77vw;
        top: 62%;
    }
}

@media screen and (min-width: 109.375em) {
    .bannerpanel .videosectionwrap.border-radius .sliderbg-overlay {
        width: 809px;
        height: 809px;
    }

    .bannerpanel .contentsection {
        padding-top: 75px;
    }

    .bannerpanel .videosectionwrap.border-radius .imgsec {
        width: 834px;
        height: 834px;
    }

    .bannerpanel .videosectionwrap.border-radius .filter-img {
        width: 824px;
        height: 824px;
    }

    .bannerpanel .videosectionwrap.border-radius {
        top: -493px;
        right: 300px;
    }

    .homeBanner.border-radius .video-controller {
        left: 39%;
        bottom: 39.5%;
    }

    .bannerpanel .videosectionwrap.border-radius .temp2 .filter-img .content, .bannerpanel .videosectionwrap.border-radius .temp4 .filter-img .content {
        top: 248px;
    }

    .bannerpanel .videosectionwrap.border-radius .temp3 .filter-img .content, .bannerpanel .videosectionwrap.border-radius .temp5 .filter-img .content {
        top: 366px;
    }

    .bannerpanel .videosectionwrap.border-radius .temp2 .filter-img .content h4, .bannerpanel .videosectionwrap.border-radius .temp4 .filter-img .content h4 {
        font-size: 50px;
        line-height: 54px;
        padding-bottom: 15px;
    }

    .bannerpanel .videosectionwrap.border-radius .temp2 .filter-img .content .infinity img, .bannerpanel .videosectionwrap.border-radius .temp4 .filter-img .content .infinity img {
        padding-bottom: 28px;
    }

    .bannerpanel .videosectionwrap.border-radius .temp2 .filter-img .content .price, .bannerpanel .videosectionwrap.border-radius .temp4 .filter-img .content .price, .bannerpanel .videosectionwrap.border-radius .temp3 .filter-img .content .price, .bannerpanel .videosectionwrap.border-radius .temp5 .filter-img .content .price {
        font-size: 127px;
        line-height: 153px;
    }

    .bannerpanel .videosectionwrap.border-radius .temp3 .filter-img .content .infinity img, .bannerpanel .videosectionwrap.border-radius .temp5 .filter-img .content .infinity img {
        padding-bottom: 23px;
    }

    .bannerpanel .homeBanner .flexBox {
        bottom: 492px;
    }

    .homeBanner .videocontent {
        bottom: 65px;
    }

    .bannerpanel .videosectionwrap.border-radius .video-thumb-image iframe {
        width: 76vw;
        top: 65%;
    }
}

@media (min-width: 1024px) and (max-width: 1279px) {
    .bannerpanel .videosectionwrap.border-radius .sliderbg-overlay {
        width: 529px;
        height: 529px;
    }

    .bannerpanel .videosectionwrap.border-radius .imgsec {
        width: 554px;
        height: 554px;
    }

    .bannerpanel .videosectionwrap.border-radius .filter-img {
        width: 544px;
        height: 544px;
    }

    .bannerpanel .videosectionwrap.border-radius {
        top: -390px;
        right: 43px;
    }

    .homeBanner.border-radius .video-controller {
        left: 33.5%;
        bottom: 34.5%;
    }

        .homeBanner.border-radius .video-controller .play-bt {
            margin-left: 40px;
            width: 82px;
            height: 82px;
            background-position: 30px 19px;
        }

        .homeBanner.border-radius .video-controller .pause-bt {
            margin-left: 40px;
            width: 82px;
            height: 82px;
            background-position: 25px 26px;
        }

        .homeBanner.border-radius .video-controller .expand {
            right: 62px;
            top: 22px;
        }

        .homeBanner.border-radius .video-controller .mute-bt.mute, .homeBanner.border-radius .video-controller .mute-bt {
            top: 21px;
        }

    .bannerpanel .homeBanner .flexBox {
        bottom: 315px;
    }

    .bannerpanel .videosectionwrap.border-radius .temp2 .filter-img .content, .bannerpanel .videosectionwrap.border-radius .temp4 .filter-img .content {
        max-width: 362px;
        top: 156px;
    }

        .bannerpanel .videosectionwrap.border-radius .temp2 .filter-img .content h4, .bannerpanel .videosectionwrap.border-radius .temp4 .filter-img .content h4 {
            font-size: 30px;
            line-height: 34px;
        }

        .bannerpanel .videosectionwrap.border-radius .temp2 .filter-img .content .infinity img, .bannerpanel .videosectionwrap.border-radius .temp4 .filter-img .content .infinity img {
            width: 214px;
        }

        .bannerpanel .videosectionwrap.border-radius .temp2 .filter-img .content .price, .bannerpanel .videosectionwrap.border-radius .temp4 .filter-img .content .price, .bannerpanel .videosectionwrap.border-radius .temp3 .filter-img .content .price, .bannerpanel .videosectionwrap.border-radius .temp5 .filter-img .content .price {
            font-size: 77px;
            line-height: 93px;
        }

        .bannerpanel .videosectionwrap.border-radius .temp2 .filter-img .content .desc, .bannerpanel .videosectionwrap.border-radius .temp4 .filter-img .content .desc,
        .bannerpanel .videosectionwrap.border-radius .temp3 .filter-img .content .desc, .bannerpanel .videosectionwrap.border-radius .temp5 .filter-img .content .desc {
            max-width: 205px;
            font-size: 18px;
            line-height: 24px;
            padding-top: 18px;
        }

    .bannerpanel .videosectionwrap.border-radius .temp3 .filter-img .content, .bannerpanel .videosectionwrap.border-radius .temp5 .filter-img .content {
        top: 220px;
    }

        .bannerpanel .videosectionwrap.border-radius .temp3 .filter-img .content .infinity img, .bannerpanel .videosectionwrap.border-radius .temp5 .filter-img .content .infinity img {
            width: 379px;
        }

    .homeBanner .videocontent p a span.cta-txt {
        max-width: 290px;
    }

    .homeBanner .videocontent p a {
        font-size: 20px;
        line-height: 24px;
    }

        .homeBanner .videocontent p a span.cta-img img {
            width: 54px;
        }

    .bannerpanel .videosectionwrap.border-radius .video-thumb-image iframe {
        width: 74vw;
        top: 62%;
    }
}

@media (min-width: 375px) and (max-width: 1023px) {

    .homeBanner.border-radius {
        min-height: 398px;
    }

    .bannerpanel .videosectionwrap.border-radius .sliderbg-overlay {
        width: 329px;
        height: 329px;
        left: 10px;
        top: 35px;
    }

        .bannerpanel .videosectionwrap.border-radius .sliderbg-overlay:after {
            top: -12px;
        }

    .bannerpanel .videosectionwrap.border-radius .imgsec, .bannerpanel .videosectionwrap.border-radius .filter-img {
        width: 349px;
        height: 349px;
    }

    .homeBanner .videocontent {
        bottom: 15px;
        right: 0;
        left: 0;
        margin: 0 auto;
        max-width: 374px;
    }

        .homeBanner .videocontent p a span.cta-txt {
            max-width: 290px;
        }

        .homeBanner .videocontent p a {
            font-size: 20px;
            line-height: 24px;
        }

            .homeBanner .videocontent p a span.cta-img img {
                width: 54px;
            }

    .homeBanner.border-radius .video-controller {
        left: 41%;
        bottom: 37.5%;
    }

    .bannerpanel .homeBanner .flexBox {
        bottom: 205px;
    }

    .homeBanner.border-radius .video-controller .mute-bt.mute, .video-controller .mute-bt {
        width: 29px;
        height: 29px;
        top: 16px;
        left: -28px;
        background-size: 20px 12px;
        background-position: 5px 9px
    }

    .homeBanner.border-radius .video-controller .expand {
        bottom: 8px;
        right: -46px;
        background-size: 20px 18px;
    }

    .video-controller .play-bt {
        background-position: 10px 10px;
        background-size: 28px 22px;
    }

    .video-controller .play-bt, .video-controller .pause-bt {
        width: 40px;
        height: 40px;
    }

    .video-controller .pause-bt {
        background-position: 10px 12px;
        background-size: 36px 34px;
    }

    .bannerpanel .homeBanner .swiper-pagination .swiper-pagination-bullet {
        width: 10px;
        height: 10px;
        margin: 0px 2px;
    }

    .bannerpanel .swiper-container-horizontal .swiper-button-play {
        width: 14px;
        height: 12px;
        margin-left: 3px;
    }

    .bannerpanel .videosectionwrap.border-radius .temp2 .filter-img .content, .bannerpanel .videosectionwrap.border-radius .temp4 .filter-img .content {
        top: 56px;
        max-width: 192px;
    }

        .bannerpanel .videosectionwrap.border-radius .temp2 .filter-img .content h4, .bannerpanel .videosectionwrap.border-radius .temp4 .filter-img .content h4 {
            font-size: 20px;
            line-height: 24px;
            padding-bottom: 0;
        }

        .bannerpanel .videosectionwrap.border-radius .temp2 .filter-img .content .infinity img, .bannerpanel .videosectionwrap.border-radius .temp4 .filter-img .content .infinity img {
            width: 154px !important;
            padding-bottom: 8px;
        }

        .bannerpanel .videosectionwrap.border-radius .temp2 .filter-img .content .price, .bannerpanel .videosectionwrap.border-radius .temp4 .filter-img .content .price,
        .bannerpanel .videosectionwrap.border-radius .temp3 .filter-img .content .price, .bannerpanel .videosectionwrap.border-radius .temp5 .filter-img .content .price {
            font-size: 57px;
            line-height: 63px;
        }

            .bannerpanel .videosectionwrap.border-radius .temp2 .filter-img .content .price sub, .bannerpanel .videosectionwrap.border-radius .temp4 .filter-img .content .price sub,
            .bannerpanel .videosectionwrap.border-radius .temp3 .filter-img .content .price sub, .bannerpanel .videosectionwrap.border-radius .temp5 .filter-img .content .price sub {
                font-size: 25px;
                line-height: 37px;
                position: relative;
                right: 0px;
                top: 0px;
            }

        .bannerpanel .videosectionwrap.border-radius .temp2 .filter-img .content .desc, .bannerpanel .videosectionwrap.border-radius .temp4 .filter-img .content .desc,
        .bannerpanel .videosectionwrap.border-radius .temp3 .filter-img .content .desc, .bannerpanel .videosectionwrap.border-radius .temp5 .filter-img .content .desc {
            max-width: 175px;
            font-size: 16px;
            line-height: 22px;
            padding-top: 14px;
        }

    .bannerpanel .videosectionwrap.border-radius .temp3 .filter-img .content, .bannerpanel .videosectionwrap.border-radius .temp5 .filter-img .content {
        top: 115px;
        max-width: 192px;
    }

        .bannerpanel .videosectionwrap.border-radius .temp3 .filter-img .content .infinity img, .bannerpanel .videosectionwrap.border-radius .temp5 .filter-img .content .infinity img {
            padding-bottom: 5px;
        }

    .bannerpanel .videosectionwrap.border-radius .video-thumb-image iframe {
        width: 180vw;
    }
}

@media (min-width: 375px) and (max-width: 767px) {
    .bannerpanel .homeBanner .flexBox {
        bottom: 125px;
    }

    .homeBanner.border-radius .video-controller {
        bottom: 28.5%;
    }

        .homeBanner.border-radius .video-controller .expand {
            right: -34px;
        }

    .bannerpanel .videosectionwrap.border-radius {
        top: -58px;
    }

    .homeBanner .videocontent {
        bottom: 28px;
        max-width: 345px;
    }
}
@media (max-width: 1023px) {
    .bannerpanel .videosectionwrap.border-radius .imgsec .temp1 img {
        margin-top: -20px;
    }
    .bannerpanel .videosectionwrap.border-radius .video-thumb-image iframe {
        top: 54%;
    }
}

/*--------------MSBM-259-----------------*/

.landingpage, .landingpage-banner, .landingpage-compass, .landing-form, .landingpage h1, .landingpage-banner h1, .landingpage-compass h1, .landing-form h2, .landingpage h2, .landingpage-banner h2, .landingpage-compass h2, .landing-form h2, .landingpage h3, .landingpage-banner h3, .landingpage-compass h3, .landing-form h3, .landingpage h4, .landingpage-banner h4, .landingpage-compass h4, .landing-form h4, .landingpage p, .landingpage-banner p, .landingpage-compass p, .landing-form p, .landingpage li, .landingpage-banner li, .landingpage-compass li, .landing-form li, .landingpage a, .landingpage-banner a, .landingpage-compass a, .landing-form a {
    font-family: 'Manrope', sans-serif !important;
}

    .landingpage .headertext .headtext, .landingpage-compass .headertext .headtext, .landing-form h2 {
        text-align: center;
        padding-bottom: 69px;
    }

        .landingpage .headertext .headtext h2, .landingpage-compass .headertext .headtext h2, .landing-form h2 {
            font-size: 42px;
            line-height: 56px;
            font-weight: 500;
        }

            .landingpage .headertext .headtext h2 span {
                font-size: 46px;
                line-height: 56px;
                font-weight: 700;
            }

    .landingpage .headertext .subheadtext {
        padding-bottom: 0px;
    }

        .landingpage .headertext .subheadtext p {
            font-size: 26px;
            line-height: 39px;
        }

    .landingpage .twocolumnimgBlock, .landingpage-compass .twocolumnimgBlock {
        align-items: center;
    }

        .landingpage .twocolumnimgBlock .cols .imagewrap, .landingpage-compass .twocolumnimgBlock .cols .imagewrap {
            border-radius: 55px;
        }

        .landingpage .twocolumnimgBlock .colone.cols {
            width: 58%;
        }

        .landingpage .twocolumnimgBlock .coltwo.cols {
            width: 42%;
        }

        .landingpage .twocolumnimgBlock .cols figure, .landingpage-compass .twocolumnimgBlock .cols figure {
            min-height: inherit;
        }

        .landingpage .twocolumnimgBlock .cols .imageafter:after {
            display: none;
        }

        .landingpage .twocolumnimgBlock .colone.cols h3 {
            font-size: 30px;
            line-height: 36px;
            font-weight: 600;
            margin-bottom: 15px;
            margin-top: 42px;
        }

        .landingpage-compass .twocolumnimgBlock .colone.cols p {
            font-size: 30px;
            line-height: 46px;
            font-weight: normal;
            padding-bottom: 0px;
        }

        .landingpage-compass .twocolumnimgBlock .colone.cols {
            width: 43%;
            padding-left: 96px;
            padding-right: 0;
        }

        .landingpage-compass .twocolumnimgBlock .coltwo.cols {
            width: 57%;
            max-width: 777px;
        }

    .landingpage-compass.grey, .landingpage.grey {
        background: #EAEBED;
    }

.generalcontnet.landingpage-compass {
    padding: 103px 0 114px 0;
}

.landingpage-compass .headertext {
    margin-bottom: 55px;
}

.landingpage-compass .btn, .landingpage-banner .btn, .landingpage .btn {
    text-align: left;
}

    .landingpage-compass .btn .ctabutton, .landingpage-banner .btn .ctabutton, .landingpage .btn .ctabutton {
        background: #1c375e;
        font-size: 28px;
        line-height: 38px;
        padding: 12px 28px;
        border: 0;
        font-weight: 700;
        text-transform: inherit;
        border-radius: 23px;
    }

.landing-form.grey {
    background: #cdd3d0;
}

.landing-form .umbraco-forms-form {
    background: #EAEBED;
    border-radius: 51px;
}

.landing-form .umbraco-forms-form {
    max-width: 859px;
    margin: 0 auto;
    padding: 50px 112px 44px;
    margin-top: 18px;
}

    .landing-form .umbraco-forms-form input, .landing-form .umbraco-forms-form textarea {
        border: 0px solid #cacaca !important;
        border-radius: 0px;
        height: 61px;
        margin-top: 25px;
        margin-bottom: 0px;
        max-width: 100% !important;
        font-size: 20px;
        color: #1C375E;
        font-weight: 700;
    }

.landing-form .umbraco-forms-label {
    font-size: 26px;
    line-height: 36px;
    font-weight: bold;
    color: #00214e;
}

.landing-form .umbraco-forms-form .btn {
    background: #EFB12B;
    -webkit-transition: all 0.3s;
    transition: all 0.3s;
    background-size: 100% 0 !important;
    background-repeat: no-repeat;
    background-position: top !important;
    border-radius: 23px;
    cursor: pointer;
    font-size: 34px;
    line-height: 46px;
    font-weight: bold;
    padding: 0px 28px;
    color: #1C375E;
	border:1px solid #EFB12B;
}

.landing-form .umbraco-forms-navigation .btn {
    background-image: -webkit-gradient(linear,left top,left bottom,from(0),color-stop(#1c375e),to(#1c375e)) !important;
    background-image: linear-gradient(0,#1c375e,#1c375e) !important;
    -webkit-transition: all 0.3s;
    transition: all 0.3s;
    background-size: 100% 0 !important;
    background-repeat: no-repeat;
    background-position: top !important;
    border-radius: 23px;
    cursor: pointer;

}

    .landing-form .umbraco-forms-navigation .btn:hover {
        background-size: 100% 100% !important;
        color: #ffffff;
		border:1px solid #1c375e;
		
    }
.landing-form.grey .umbraco-forms-form .btn {
    background: #1C375E;
    color: #fff;
    -webkit-transition: all 0.3s;
    transition: all 0.3s;
    background-size: 100% 0 !important;
    background-repeat: no-repeat;
    background-position: top !important;
	border:1px solid #1c375e;
}

.landing-form.grey .umbraco-forms-navigation .btn {
    background-image: -webkit-gradient(linear,left top,left bottom,from(0),color-stop(#EFB12B),to(#EFB12B)) !important;
    background-image: linear-gradient(0,#EFB12B,#EFB12B) !important;
    -webkit-transition: all 0.3s;
    transition: all 0.3s;
    background-size: 100% 0 !important;
    background-repeat: no-repeat;
    background-position: top !important;
	
}

.landing-form.grey .umbraco-forms-navigation .btn:hover {
     background-size: 100% 100% !important;
    color: #1c375e;
	border:1px solid #EFB12B;
}

.landing-form .umbraco-forms-navigation {
    max-width: 300px;
    margin: 0 auto;
    display: table;
}

.generalcontnet.landing-form {
    padding: 53px 0 57px 0;
}
.generalcontnet.landing-form.grey {
    padding: 103px 0 115px 0;
}

.generalcontnet.landingpage {
    margin: 103px 0 102px;
}

.subbannerpanel.landingpage-banner .bannerwrap {
    height: 600px;
}

    .subbannerpanel.landingpage-banner .bannerwrap:after {
        display: none;
    }

.subbannerpanel.landingpage-banner .bannertext {
    max-width: 643px;
}

    .subbannerpanel.landingpage-banner .bannertext h1 {
        font-size: 36px !important;
        line-height: 44px !important;
        font-weight: 700;
        text-transform: inherit;

    }

    .subbannerpanel.landingpage-banner .bannertext .firsttitle {
        display: block;
        color: #F9AF00;
        margin-bottom: 5px;
    }

    .subbannerpanel.landingpage-banner .bannertext .secondtitle {
        display: block;
    }

    .subbannerpanel.landingpage-banner .bannertext .thirdtitle {
        display: block;
        color: #F9AF00;
        font-size: 113px !important;
        line-height: 113px !important;
        margin-left: -5px;
        margin-bottom: 13px;
    }

.subbannerpanel.landingpage-banner .bannerwrap .imgWrap.gradient:after {
    height: 100%;
    background: rgb(21,39,57);
    background: -moz-linear-gradient(90deg,rgb(21 39 57) 0%,rgb(0 0 0 / 38%) 80%,rgb(255 255 255 / 2%) 100%);
    background: -webkit-linear-gradient(90deg,rgb(21 39 57) 0%,rgb(0 0 0 / 38%) 80%,rgb(255 255 255 / 2%) 100%);
    background: linear-gradient(90deg,rgb(21 39 57) 0%,rgb(0 0 0 / 38%) 80%,rgb(255 255 255 / 2%) 100%);
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr="#152739",endColorstr="#ffffff",GradientType=1);
    max-width: 80%;
}

.subbannerpanel.landingpage-banner ul {
    list-style-type: disc;
    color: #fff;
    font-weight: 700;
    font-size: 28px;
    line-height: 45px;
    margin-left: 28px;
}

.subbannerpanel.landingpage-banner p {
    color: #fff;
    font-weight: 600;
    font-size: 28px;
    line-height: 45px;
}

.landingpage-banner .btn {
    margin-top: 30px;
    margin-bottom: 7px;
}

.landingpage-compass .twocolumnimgBlock .cols figure:hover, .landingpage .twocolumnimgBlock .cols figure:hover {
    -webkit-transform: scale(1.05);
    -ms-transform: scale(1.05);
    transform: scale(1.05);
}

.generalcontnet.landingpage-compass ul li:after, .generalcontnet.landingpage ul li:after {
    background-color: #00214e;
    width: 11px;
    height: 11px;
    top: 10px;
}

.generalcontnet.landingpage-compass li, .generalcontnet.landingpage li {
    font-size: 22px;
    line-height: 30px;
}
.generalcontnet.landingpage .twocolumnimgBlock .cols .imageafter, .generalcontnet.landingpage-compass .twocolumnimgBlock .cols .imageafter {
    margin-bottom: 0;
}

@media (max-width: 1023px) {
    .landingpage br, .landingpage-compass br {
        display: none;
    }

    .landingpage p {
        text-align: left;
    }

    .landingpage .twocolumnimgBlock .cols .imagewrap, .landingpage-compass .twocolumnimgBlock .cols .imagewrap {
        margin-top: 20px;
    }

    .landingpage .twocolumnimgBlock .cols .imageafter, .landingpage-compass .twocolumnimgBlock .cols .imageafter {
        margin-bottom: 0;
    }

    .landingpage .headertext .headtext, .landingpage-compass .headertext .headtext, .landing-form h2 {
        padding-bottom: 0;
    }

    .landingpage-compass .twocolumnimgBlock .colone.cols {
        padding-left: 0px;
        padding-right: 0;
    }

    .landingpage-compass .headertext {
        margin-bottom: 0px;
    }

    .landingpage-compass .btn, .landingpage .btn {
        text-align: center;
    }

    .generalcontnet.landing-form {
        padding: 0;
    }

    .generalcontnet.landingpage {
        margin: 50px 0 60px;
        padding: 0 0px;
    }

    .generalcontnet.landingpage-compass {
        margin: 0px 0 57px;
        padding: 55px 0 57px;
    }

    .landing-form .umbraco-forms-navigation {
        display: table;
        padding: 0em 0em !important;
    }


    .landingpage .twocolumnimgBlock .colone.cols, .landingpage .twocolumnimgBlock .coltwo.cols, .landingpage-compass .twocolumnimgBlock .colone.cols, .landingpage-compass .twocolumnimgBlock .coltwo.cols {
        width: 100%;
        text-align: left;
    }
    .generalcontnet.landing-form.grey {
        padding: 60px 0 60px 0;
    }
}

@media (min-width: 300px) and (max-width: 767px) {
    .subbannerpanel .bannerwrap .imgWrap.gradient:after {
        max-width: 125% !important;
        width: 125% !important;
    }
    .subbannerpanel.landingpage-banner .bannerwrap {
        height: 385px;
    }

    .subbannerpanel.landingpage-banner .bannertext h1 {
        font-size: 24px !important;
        line-height: 34px !important;
        margin-bottom:10px;
    }

    .subbannerpanel.landingpage-banner .bannertext .thirdtitle {
        font-size: 40px !important;
        line-height: 40px !important;
        margin-left: 0;
    }

    .subbannerpanel.landingpage-banner ul, .subbannerpanel.landingpage-banner p {
        font-size: 16px;
        line-height: 25px;
    }

    .landingpage-compass .btn .ctabutton, .landingpage-banner .btn .ctabutton, .landingpage .btn .ctabutton {
        font-size: 16px;
        line-height: 24px;
        padding: 12px 18px;
    }

    .subbannerpanel.landingpage-banner ul {
        margin-left: 21px;
    }

    .landingpage-banner .btn {
        margin-top: 12px;
        margin-bottom: 7px;
    }

    .landingpage-compass .twocolumnimgBlock .colone.cols p {
        font-size: 20px;
        line-height: 30px;
        padding-top: 20px;
    }

    .landingpage .headertext .headtext h2, .landingpage-compass .headertext .headtext h2, .landing-form h2 {
        font-size: 22px;
        line-height: 30px;
        font-weight: 500;
    }

    .landingpage .headertext .headtext, .landingpage-compass .headertext .headtext, .landing-form h2 {
        text-align: center;
        padding-bottom: 10px;
    }


    .landingpage .headertext .subheadtext p {
        font-size: 17px;
        line-height: 23px;
    }

    .landingpage .twocolumnimgBlock .colone.cols h3 {
        font-size: 20px;
        line-height: 28px;
        margin-top: 10px;
        text-align: left;
    }

    .landing-form .umbraco-forms-form {
        max-width: 859px;
        margin: 0 auto;
        padding: 30px;
        margin-top: 30px;
    }

    .landing-form .umbraco-forms-label {
        font-size: 18px;
        line-height: 28px;
    }

    .landing-form .umbraco-forms-form input, .landing-form .umbraco-forms-form textarea {
        height: 40px;
        margin-bottom: 15px;
    }

    .landing-form .umbraco-forms-form .btn {
        font-size: 18px;
        line-height: 35px;
        display: initial;
        margin-top: 20px;
        margin-bottom:0px;
    }

    .generalcontnet.landingpage-compass ul li:after, .generalcontnet.landingpage ul li:after {
        width: 9px;
        height: 9px;
    }

    .generalcontnet.landingpage-compass li, .generalcontnet.landingpage li {
        font-size: 17px;
        line-height: 23px;
    }
}

@media (min-width: 768px) and (max-width: 1023px) {
    .subbannerpanel.landingpage-banner .bannerwrap {
        height: 475px;
    }

    .subbannerpanel.landingpage-banner .bannertext h1 {
        font-size: 34px !important;
        line-height: 44px !important;
    }

    .subbannerpanel.landingpage-banner .bannertext .thirdtitle {
        font-size: 60px !important;
        line-height: 70px !important;
        margin-left: 0;
    }

    .subbannerpanel.landingpage-banner ul, .subbannerpanel.landingpage-banner p {
        font-size: 18px;
        line-height: 25px;
    }

    .landingpage-compass .btn .ctabutton, .landingpage-banner .btn .ctabutton, .landingpage .btn .ctabutton {
        font-size: 20px;
        line-height: 34px;
        padding: 12px 20px;
    }

    .subbannerpanel.landingpage-banner ul {
        margin-left: 21px;
    }

    .landingpage-banner .btn {
        margin-top: 12px;
        margin-bottom: 7px;
    }

    .landingpage-compass .twocolumnimgBlock .colone.cols p {
        font-size: 20px;
        line-height: 28px;
        padding-top: 20px;
        text-align: center;
    }

    .landingpage .headertext .headtext h2, .landingpage-compass .headertext .headtext h2, .landing-form h2 {
        font-size: 26px;
        line-height: 34px;
        font-weight: 500;
    }

    .landingpage .headertext .headtext, .landingpage-compass .headertext .headtext, .landing-form h2 {
        text-align: center;
        padding-bottom: 10px;
    }


    .landingpage .headertext .subheadtext p {
        font-size: 20px;
        line-height: 28px;
    }

    .landingpage .twocolumnimgBlock .colone.cols h3 {
        font-size: 22px;
        line-height: 28px;
        margin-top: 10px;
        text-align: left;
    }

    .landing-form .umbraco-forms-form {
        max-width: 859px;
        margin: 0 auto;
        padding: 40px;
        margin-top: 30px;
    }

    .landing-form .umbraco-forms-label {
        font-size: 20px;
        line-height: 28px;
    }

    .landing-form .umbraco-forms-form input, .landing-form .umbraco-forms-form textarea {
        height: 50px;
        margin-bottom: 20px;
    }

    .landing-form .umbraco-forms-form .btn {
        font-size: 20px;
        line-height: 35px;
        display: initial;
        margin-top: 20px;
    }

    .landingpage p {
        font-size: 20px;
        line-height: 28px;
    }

    .generalcontnet.landingpage-compass li, .generalcontnet.landingpage li {
        font-size: 20px;
        line-height: 28px;
    }

    .generalcontnet.landingpage-compass ul li:after, .generalcontnet.landingpage ul li:after {
        width: 9px;
        height: 9px;
    }
}

@media (min-width: 1024px) and (max-width: 1366px) {
    .subbannerpanel.landingpage-banner .bannerwrap {
        height: 500px;
    }

    .subbannerpanel.landingpage-banner .bannertext .thirdtitle {
        font-size: 90px !important;
        line-height: 100px !important;
        margin-left: 0;
    }

    .subbannerpanel.landingpage-banner ul, .subbannerpanel.landingpage-banner p {
        font-size: 18px;
        line-height: 25px;
    }

    .landingpage-compass .btn .ctabutton, .landingpage-banner .btn .ctabutton {
        font-size: 20px;
        line-height: 34px;
        padding: 12px 20px;
    }

    .subbannerpanel.landingpage-banner ul {
        margin-left: 21px;
    }

    .landingpage-banner .btn {
        margin-top: 12px;
        margin-bottom: 7px;
    }

    .landingpage-compass .twocolumnimgBlock .colone.cols p {
        font-size: 25px;
        line-height: 34px;
    }

    .landingpage .headertext .headtext h2, .landingpage-compass .headertext .headtext h2, .landing-form h2 {
        font-size: 36px;
        line-height: 46px;
        font-weight: 500;
    }

    .landingpage .headertext .headtext, .landingpage-compass .headertext .headtext, .landing-form h2 {
        text-align: center;
        padding-bottom: 10px;
    }


    .landingpage .headertext .subheadtext p {
        font-size: 22px;
        line-height: 32px;
    }

    .landingpage .twocolumnimgBlock .colone.cols h3 {
        font-size: 26px;
        line-height: 36px;
        margin-top: 10px;
        text-align: left;
    }

    .landing-form .umbraco-forms-form {
        max-width: 859px;
        margin: 0 auto;
        padding: 40px;
        margin-top: 30px;
    }

    .landing-form .umbraco-forms-label {
        font-size: 20px;
        line-height: 28px;
    }

    .landing-form .umbraco-forms-form input, .landing-form .umbraco-forms-form textarea {
        height: 50px;
        margin-bottom: 20px;
    }

    .landing-form .umbraco-forms-form .btn {
        font-size: 20px;
        line-height: 35px;
        display: initial;
        margin-top: 20px;
    }

    .landingpage p {
        font-size: 22px;
        line-height: 30px;
    }
}

.enable .gradient:after {
    display: none;
}

.subbannerpanel.landingpage-banner .enable .bannertext {
    max-width: 712px;
    position: relative;
}

    .subbannerpanel.landingpage-banner .enable .bannertext:before {
        content: '';
        background: #1C375E;
        opacity: 0.6;
        border-top-left-radius: 53px;
        border-top-right-radius: 53px;
        height: 100%;
        position: absolute;
        width: 100%;
        z-index: -1;
    }

    .subbannerpanel.landingpage-banner .enable .bannertext:after {
        content: '';
        /*background: #EB0535;*/
        height: 19px;
        position: absolute;
        width: 100%;
        z-index: -1;
    }

    .subbannerpanel.landingpage-banner .enable .bannertext h1, .enable .description, .enable .description, .enable .btn, .enable .otherdetails, .enable .btn-wrap {
        padding-left: 50px;
    }

    .subbannerpanel.landingpage-banner .enable .bannertext h1 {
        padding-top: 36px;
    }

    .subbannerpanel.landingpage-banner .enable .bannertext .otherdetails {
        padding-bottom: 26px;
    }

.subbannerpanel.landingpage-banner .bannerwrap.enable .content {
    bottom: 0px;
}

.subbannerpanel.landingpage-banner .enable .bannertext .firsttitle {
    color: #fff;
    display: inline-block;
    position: relative;
    padding-bottom: 12px;
}

    .subbannerpanel.landingpage-banner .enable .bannertext .firsttitle:after {
        content: '';
        background: #EFB12B;
        height: 6px;
        position: absolute;
        width: 94%;
        z-index: -1;
        left: 6px;
        bottom: 0;
    }

.subbannerpanel.landingpage-banner .enable .bannertext .thirdtitle {
    font-size: 98px !important;
    line-height: 98px !important;
}

.subbannerpanel.landingpage-banner .enable p {
    font-size: 36px;
    line-height: 45px;
}

@media (min-width: 300px) and (max-width: 767px) {
    .subbannerpanel.landingpage-banner .enable p {
        font-size: 18px;
        line-height: 28px;
    }

    .subbannerpanel.landingpage-banner .enable .bannertext h1, .enable .description, .enable .description, .enable .btn, .enable .otherdetails, .enable .btn-wrap {
        padding-left: 20px;
    }

    .subbannerpanel.landingpage-banner .enable .bannertext .thirdtitle {
        font-size: 40px !important;
        line-height: 40px !important;
    }

    .subbannerpanel.landingpage-banner .enable .bannertext h1 {
        padding-top: 16px;
    }

    .subbannerpanel.landingpage-banner .enable .bannertext .otherdetails {
        padding-bottom: 6px;
    }

    .subbannerpanel.landingpage-banner .enable .bannertext:after {
        content: '';
        /*background: #EB0535;*/
        height: 10px;
        position: absolute;
        width: 100%;
        z-index: -1;
    }

    .subbannerpanel.landingpage-banner .enable .bannertext .firsttitle:after {
        content: '';
        background: #EFB12B;
        height: 4px;
        position: absolute;
        width: 94%;
        z-index: -1;
        left: 6px;
        bottom: 0;
    }

    .subbannerpanel.landingpage-banner .enable .bannertext .firsttitle {
        padding-bottom: 5px;
    }
}

@media (min-width: 768px) and (max-width: 1366px) {
    .subbannerpanel.landingpage-banner .enable p {
        font-size: 30px;
        line-height: 40px;
    }

    .subbannerpanel.landingpage-banner .enable .bannertext h1, .enable .description, .enable .description, .enable .btn, .enable .otherdetails, .enable .btn-wrap {
        padding-left: 40px;
    }

    .subbannerpanel.landingpage-banner .enable .bannertext .thirdtitle {
        font-size: 60px !important;
        line-height: 60px !important;
    }

    .subbannerpanel.landingpage-banner .enable .bannertext h1 {
        padding-top: 26px;
    }

    .subbannerpanel.landingpage-banner .enable .bannertext .otherdetails {
        padding-bottom: 16px;
    }

    .subbannerpanel.landingpage-banner .enable .bannertext:after {
        content: '';
        /*background: #EB0535;*/
        height: 10px;
        position: absolute;
        width: 100%;
        z-index: -1;
    }

    .subbannerpanel.landingpage-banner .enable .bannertext .firsttitle:after {
        content: '';
        background: #EFB12B;
        height: 4px;
        position: absolute;
        width: 94%;
        z-index: -1;
        left: 6px;
        bottom: 0;
    }

    .subbannerpanel.landingpage-banner .enable .bannertext .firsttitle {
        padding-bottom: 5px;
    }

    .subbannerpanel.landingpage-banner .enable .bannertext {
        max-width: 582px;
    }
}

.otherdetails a, .description a {
    color: #fff !important;
}

@media (max-width: 1165px) {
    .landingpage br, .landingpage-compass br {
        display: none;
    }
}



.landing-form .umbraco-forms-form fieldset {
    padding: 0em 0em 0em 0em !important;
    margin: 0 0 0em 0 !important;
    border: none !Important;
}
.landingpage-compass .btn .ctabutton:after, .landingpage-banner .btn .ctabutton:after, .landingpage .btn .ctabutton:after, .landingpage-compass .btn .ctabutton:before, .landingpage-banner .btn .ctabutton:before, .landingpage .btn .ctabutton:before  {
    display: none;
}

.landingpage-compass .btn .ctabutton, .landingpage-banner .btn .ctabutton, .landingpage .btn .ctabutton {
    background: #EFB12B;
    -webkit-transition: all 0.3s;
    transition: all 0.3s;
    background-size: 100% 0 !important;
    background-repeat: no-repeat;
    background-position: top !important;
    border-radius: 23px;
    cursor: pointer;
    color: #1C375E;
	border:1px solid #EFB12B;
}

.landingpage-compass .btn .ctabutton, .landingpage-banner .btn .ctabutton, .landingpage .btn .ctabutton {
    background-image: -webkit-gradient(linear,left top,left bottom,from(0),color-stop(#1c375e),to(#1c375e)) !important;
    background-image: linear-gradient(0,#1c375e,#1c375e) !important;
    -webkit-transition: all 0.3s;
    transition: all 0.3s;
    background-size: 100% 0 !important;
    background-repeat: no-repeat;
    background-position: top !important;
    border-radius: 23px;
    cursor: pointer;
}

.landingpage-compass .btn .ctabutton:hover,  .landingpage-banner .btn .ctabutton:hover,  .landingpage .btn .ctabutton:hover {
        background-size: 100% 100% !important;
        color: #ffffff;
		border:1px solid #1c375e;
}

.landingpage-compass .btn .ctabutton.blue, .landingpage-banner .btn .ctabutton.blue, .landingpage .btn .ctabutton.blue {
    background: #1C375E;
    color: #fff;
    -webkit-transition: all 0.3s;
    transition: all 0.3s;
    background-size: 100% 0 !important;
    background-repeat: no-repeat;
    background-position: top !important;
	border:1px solid #1c375e;
}

.landingpage-compass .btn .ctabutton.blue, .landingpage-banner .btn .ctabutton.blue, .landingpage .btn .ctabutton.blue {
    background-image: -webkit-gradient(linear,left top,left bottom,from(0),color-stop(#EFB12B),to(#EFB12B)) !important;
    background-image: linear-gradient(0,#EFB12B,#EFB12B) !important;
    -webkit-transition: all 0.3s;
    transition: all 0.3s;
    background-size: 100% 0 !important;
    background-repeat: no-repeat;
    background-position: top !important;
}

.landingpage-compass .btn .ctabutton.blue:hover,  .landingpage-banner .btn .ctabutton.blue:hover,  .landingpage .btn .ctabutton.blue:hover {
     background-size: 100% 100% !important;
	 color: #1c375e;
	 border:1px solid #EFB12B;
}
.landingpage-compass ul, .landingpage ul{
    margin-bottom: 0rem;
}

/* msbm-255*/
.fRow ul li {
  font-size: 14px;
}
.generalcontnet h3 {
  font-size: 32px;
  line-height: 42px;
}
.locationlist .listparent h4 {
  font-size: 23px;
  line-height: 35px;
}
.personaliconpanel .tabHorizontal .nav.nav-tabs li {
  font-size: 13px;
}
p, .p {
  font-size: 1rem;
}
h1, .h1 {
  font-size: 3rem;
}
h2, .h2 {
  font-size: 1.3rem;
  line-height: 1.5;
}
header .topNavigation .singleMenuWrap ul li a {
    font-size: 14px;
}
.headerMainWrapper .menu-mega-blog-nav .listLink li a {
    font-size: 14px !important;
    line-height: 22px !important;
    font-weight: 700 !important;
}
.headerMainWrapper .header-menu .megaMenuList .flexBox.navInner .navLinks li.highlight a, .headerMainWrapper .header-menu .megaMenuList .flexBox.navInner .navLinks div.highlight a {
    font-size: 18px;
    text-transform: uppercase;
    font-weight: 800;
}
.fCols2 .contactinfo h3 {
    font-size: 20px;
}
.threecolumnModule h2 {
  font-size: 30px;
  line-height: 48px;
}
.generalTemplate table.small-only tr td {
  font-size: 15px;
}
.generalTemplate table.small-only tr:first-child td:last-child {
  font-size: 18px; 
}
.generalTemplate table.small-only tr td {
  font-size: 14px;
}

header .topNavigation .singleMenuWrap ul li {
  padding-left: 0px;
}
.fixedSideNav ul li {
  font-size: 25px;
}
.locationbranch .twocolpanel .textblock {
  width: calc(100% - 0px);
}
.homechartsection .rightwrap .contentwarp h3 {
  font-size: 24px;
}
.locationdetail .addressLft p.findCenter span {
  font-size: 14px;
}
@media print, screen and (max-width: 47.99875em)
{
.generalcontnet h3 {
    font-size: 24px;
    line-height: 32px;
}
}
@media print, screen and (min-width: 48em)
{
.fRow ul li {
  font-size: 15px;
}
h1, .h1 {
  font-size: 3rem;
  line-height: 1.125;
}
.fMenu ul li {
  font-size: 16px;
}
.btn .ctabutton {
    font-size: 18px;
}
.historyModule .historyBlock .decade-wrapper ul li a {
  font-size: 15px;
}
.featuredpanel .leftsec h4 {
  font-size: 20px !important;
  line-height: 30px !important;
}
.homechartsection .rightwrap .contentwarp .form-group {
  width: 24.333%;
}
}
@media print, screen and (min-width: 64em)
{
.fRow ul li {
  font-size: 15px;
}
.locationpanel table td {
  font-size: 23px;
}
.contactdetails .clientsupportpanel p {
  font-size: 27px;
}
.contacticon .iconsec a span {
  font-size: 25px;
}
.quizpanel .quizsteps .quiz-container [type="radio"]:checked + label, .quizpanel .quizsteps .quiz-container [type="radio"]:not(:checked) + label {
  font-size: 23px;
}
.homechartsection .rightwrap .contentwarp h3 {
  font-size: 30px;
}
.comparisionChhart table tr td { 
  font-size: 15px;
}
.comparisionChhart table thead tr th {
  font-size: 16px;
  line-height: 24px;
}
.fMenu ul li {
  font-size: 27px;
}
.fCols2 .contactinfo p {
  font-size: 25px;
}
.fCols2 .contactinfo h3 {
  font-size:20px;
}
.stayconnect .checkboxItem label {
  font-size: 22px;
}
h1, .h1 {
  font-size: 2rem;
}
.bannerpanel .contentsection p {
  font-size: 20px;
}
h2, .h2 {
  font-size: 2rem;
}
.profilebuildeinfo .contentsec p {
  color: #3b6796;
  font-size: 25px;
  line-height: 40px;
  margin-bottom: 0px;
  text-align: center;
}
 .twocolumnpanel .flexwrap .leftwarp h4 {
    font-size: 30px;
	line-height: 40px;
 }
 h2, .h2 {
    font-size: 2rem;
}
.ourculturepanel p {
    font-size: 20px;
}
.stayconnect .textbox {
    font-size: 21px;
}
.fCols2 .contactinfo h3 {
    font-size: 27px;
}
.openpositionspanel .contentwrap h3 {
    font-size: 30px;
    line-height: 40px;
}
.contacticon .iconsec a span {
  font-size: 25px;
  line-height: 35px;
}
.contactdetails .clientsupportpanel h4 {
  font-size: 33px;
  line-height: 40px;
}
.ourteampanel .grey .contentwrap p {
  font-size: 17px;
  line-height: 24px;
}
.historyModule .historyBlock .decade-wrapper ul li a {
  font-size: 20px;
}
.mapFilter .innerWrap .locationWrap .address h4 a {
  font-size: 25px;
  line-height: 35px;
}
.faqpanel.imgwrapsection .flexwrap .leftwarp h2, .faqpanel.imgwrapsection .flexwrap .leftwarp h4 {
  font-size: 25px;
  line-height: 40px;
}
.faqpanel .faq-accordion > a {
  font-size: 25px;
  line-height: 35px;
}
.headerMainWrapper .header-menu .megaMenuList .flexBox .navContent {
  margin-right: -25px;
}
.homeprofilesection .leftwrap .contentwarp h3 {
  font-size: 27px;
}
.homeprofilesection .leftwrap .contentwarp p {
  font-size: 25px;
}
.homeprofilesection .rightwarp a.ctaborder {
  min-width: 205px;
}
.homeprofilesection .rightwarp {
  padding: 19px 10px;
}
.mapFilter .innerWrap .locationWrap .address h4 a {
  font-size: 23px;
}
.personaliconpanel.dialanimatesection p {
  font-size: 25px;
}
.branchserices .servicecolumnwrap .branchdetails .servicewrap h6 {
  font-size: 20px;
}
.locationdetail .addressLft p.findCenter span {
  font-size: 20px;
}
h3, .h3 {
  font-size: 1.8rem;
}
}

@media (min-width: 1024px) and (max-width: 1279px)
{
.fRow ul li {
  font-size: 14px;
}
.locationdetail .addressLft p.findCenter span {
  font-size: 18px;
}
}

@media (min-width: 375px) and (max-width: 1023px)
{
.homeBanner .videocontent p a {
  font-size: 17px;
}
.nav-wrapper nav a {
  font-size: 17px;
}
.nav-wrapper nav li.has-dropdown > a {
  font-size: 17px;
}
.nav-wrapper nav .nav-toggle.back-visible {
  font-size: 18px;
  margin-left: -20px;
}

}
.headerMainWrapper .dLogin .logincta {
  font-size: 11px;
}
@media (min-width: 1366px)
{
.bannerpanel .contentsection h1, .bannerpanel .contentsection h2 {
  font-size: 70px !important;
}
}
@media print, screen and (min-width: 48em) and (max-width: 63.99875em)
{
.bannerpanel .contentsection h1, .bannerpanel .contentsection h2 {
  font-size: 2rem;
}
.locationlist .listparent h4 {
  font-size: 20px;
}
.recomended.clientsupport .contentwrap h3 {
  font-size: 25px;
}
}
@media (min-width: 1024px) and (max-width: 1129px)
{
.headerMainWrapper .header-menu li a {
    font-size: 14px;
}
}

@media (min-width: 1366px) and (max-width: 1480px)
{
.fixedSideNav ul li {
    font-size: 21px;
}

}
@media (min-width: 1023px) and (max-width: 1480px)
{
.fMenu ul li {
  font-size: 22px;
}
}
@media screen and (min-width: 85.375em)
{
.contacticon .iconsec a span {
  font-size: 30px;
  line-height: 35px;
}
.historyModule .historyBlock .decade-wrapper ul li a {
  font-size: 30px;
}
.comparisionChhart table thead tr th {
  font-size: 17px;
}
.headerMainWrapper .header-menu li a {
  font-size: 18px;
  font-weight:800;
}
.threecolumnModule .offerImages div p {
  font-size: 20px;
}
.search-result-panel h1 {
  font-size: 55px;
}
h3, .h3 {
  font-size: 1.8rem;
  line-height: 1.34211;
}
}
@media (min-width: 1130px) and (max-width: 1400px)
{
.headerMainWrapper .header-menu li a {
    font-size: 18px;
}
}
.personaliconpanel.dialanimatesection .dialpadsection .inputField .jqx-input-content {
  font-size: 35px;
}
.personaliconpanel.dialanimatesection .dialpadsection .inputField .jqx-input-content {
  font-size: 35px;
}
.homechartsection .form-group .ctaborder {
  font-size: 16px;
  max-width: 160px;
}
.locationbranch .twocolpanel p {
  font-size: 16px;
}
@media (min-width: 1366px)
{
  .bannerpanel .contentsection h1, .bannerpanel .contentsection h2 {
    font-size: 45px !important;
  }
}
@media (min-width: 1500px)
{
  .bannerpanel .contentsection h1, .bannerpanel .contentsection h2 {
    font-size: 50px !important;
  }
}
@media (max-width: 767px)
{
.stayconnect h3 {
  font-size: 23px;
}
h1, .h1 {
  font-size: 2rem;
}
.map-infoContent .cols .head h5 {
  font-size: 20px;
}
.locationlist .listparent h4 {
  font-size: 16px;
  line-height: 35px;
}
.search-result-panel .resultcontent .parentWrap .resulthighlight .innerWrap .headwrp h2 {
  font-size: 23px;
}
.locationpanel table td {
  font-size: 15px;
  line-height: 28px;
  width: 167px;
}
.homeprofilesection .leftwrap .contentwarp h3 {
  font-size: 20px;
}
.locationbranch .twocolpanel .textblock {
  width: calc(100% - 110px);
}
.contactdetails .clientsupportpanel p {
  font-size: 18px;
}
}
.homeprofilesection .rightwarp .contactlist li a p {
  font-size: 15px;
}

/* font-family issue */

#resetPriritiesDashboard{
  font-family: 'Archivo Narrow';
}
.pagination a, .pagination button {
  font-family: 'Archivo Narrow';
}

@media (max-width: 767px)
{
  .headerMainWrapper .dLogin .logincta {
    font-family: 'Archivo Narrow';
  }
  .criteriapanel .criteria .criteriaflex .left h4 { 
    font-family: 'Archivo Narrow';
  }
    
}
.homeloginpopupwrapper .wrap {
    width: 100%;
    max-width: 650px;
    min-width: 650px;
}
@media (max-width: 767px) {
    .homeloginpopupwrapper .wrap {
        min-width: 378px;
    }
}
/* MSBM-272 */

@media print, screen and (min-width:1023px) and (max-width:1366px)
{
.bannerpanel .contentsection h1{
    font-size: 45px;
    line-height: 1.50;
}
}

/*--------------MSBM-269-----------------*/
.subbannerpanel.ll-banner .bannerwrap:after {
    display: none;
}
.subbannerpanel.ll-banner .bannerwrap {
    height: 674px;
}
.subbannerpanel.ll-banner .bannerwrap .content{
    top: 50%;
    transform: translate(-50%, -50%);
    bottom:inherit;
}
.subbannerpanel.ll-banner .bannerwrap .imgWrap.gradient:after {
    background: rgb(41,59,107);
    background: -moz-linear-gradient(90deg, rgba(41,59,107,1) 0%, rgba(255,255,255,1) 100%);
    background: -webkit-linear-gradient(90deg, rgba(41,59,107,1) 0%, rgba(255,255,255,1) 100%);
    background: linear-gradient(90deg, rgba(41,59,107,1) 0%, rgba(255,255,255,1) 100%);
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr="#293b6b",endColorstr="#ffffff",GradientType=1);
    mix-blend-mode: multiply;
    height: 100%;
}
.subbannerpanel.ll-banner .bannertext {
    width: 100%;
    display: flex;
    flex-wrap: nowrap;
    align-items: center;
}
.subbannerpanel.ll-banner .bannertext .contentsec {
    width:80%;   
}

.subbannerpanel.ll-banner .bannertext h1 {
    font-size: 45px;
    line-height: 61px;
    font-weight: 400;
    text-transform: inherit;
}
.subbannerpanel.ll-banner .overlay .bannertext h1 {
    font-size: 50px;
    line-height: 68px;
    font-weight: 400;
    text-transform: inherit;
}
    .subbannerpanel.ll-banner .bannertext h1 .secondtitle {
        font-size: 72px;
        line-height: 70px;
        font-weight: 800;
        text-transform: inherit;
    }

.subbannerpanel.ll-banner .bannertext .firsttitle {
    display: block;
    color: #fff;
    margin-bottom: 15px;
}

.subbannerpanel.ll-banner .bannertext .secondtitle {
    display: block;
}


.subbannerpanel.ll-banner ul {
    list-style-type: disc;
    color: #fff;
    font-weight: 500;
    font-size: 28px;
    line-height: 34px;
    margin-left: 28px;
}

.subbannerpanel.ll-banner p {
    color: #fff;
    font-weight: 500;
    font-size: 28px;
    line-height: 34px;
    margin-top: 24px;
}
.subbannerpanel.ll-banner .overlay p {
    color: #fff;
    font-weight: 500;
    font-size: 31px;
    line-height: 35px;
}

.hero-landing-form {
    width: auto;
    margin-top: 40px;
    align-self: baseline;
    min-width: 438px;
}

.hero-landing-form .umbraco-forms-form {
    background:rgba(234, 235, 237, 0.92);
    border-top-left-radius: 31px;
    border-top-right-radius: 31px;
}
@media (min-width: 1600px)
{
.subbannerpanel.ll-banner .overlay .bannertext h1 .secondtitle {
    font-size:81px;
    line-height:79px;
}
}
.overlay .hero-landing-form .umbraco-forms-form {
    background: rgba(23, 85, 116, 0.79);
}
.overlay .hero-landing-form h4.umbraco-forms-caption{
    color:#fff;
}
.overlay .hero-landing-form .umbraco-forms-label {
    color: #fff;
}
.hero-landing-form .umbraco-forms-form {
    max-width: 438px;
    margin: 0 auto;
    padding: 10px 48px 10px;
    margin-top: 0px;
    margin-right: 0;
    position: relative;
}
.hero-landing-form .umbraco-forms-form:after {
    position:absolute;
    width:100%;
    height:19px;
    bottom:0;
    left:0;
    content:"";
    /*background:#EB0535;*/
   
}
.hero-landing-form h4.umbraco-forms-caption{
    font-size:24px !important;
    line-height:26px !important;
    text-align:center;
    color:#1C375E;
    margin-bottom: 20px;

}
    .hero-landing-form .umbraco-forms-form input.text, .hero-landing-form .umbraco-forms-form textarea {
        width: 100%;
        margin: 1px 0 16px !important;
    }

    .hero-landing-form .umbraco-forms-form input, .hero-landing-form .umbraco-forms-form textarea {
        border: 0px solid #cacaca !important;
        box-shadow:none !important;
        border-radius: 0px;
        height: 35px;
        margin-top: 0px;
        margin-bottom: 0px;
        max-width: 100% !important;
        font-size: 14px;
        color: #1C375E;
        font-weight: 700;
    }

.hero-landing-form .umbraco-forms-label {
    font-size: 14px;
    line-height: 19px;
    font-weight: bold;
    color: #1C375E;
}
.hero-landing-form .umbraco-forms-form .btn {
    /*border: 2px solid #EB0535 !important;*/
}
.hero-landing-form .umbraco-forms-navigation .btn:hover {
    border: 2px solid #EB0535 !important;
}
    .hero-landing-form .umbraco-forms-form .btn {
        min-height:42px;
        background: #1c375e;
        -webkit-transition: all 0.3s;
        transition: all 0.3s;
        background-size: 100% 0 !important;
        background-repeat: no-repeat;
        background-position: top !important;
        border-radius: 23px;
        cursor: pointer;
        font-size: 18px;
        line-height: 24px;
        font-weight: bold;
        padding: 0px 25px;
        color: #fff;
        border: 1px solid #EFB12B;
    }

.hero-landing-form .umbraco-forms-navigation .btn {
    background-image: -webkit-gradient(linear,left top,left bottom,from(0),color-stop(#EB0535),to(#EB0535)) !important;
    background-image: linear-gradient(0,#EB0535,#EB0535) !important;
    -webkit-transition: all 0.3s;
    transition: all 0.3s;
    background-size: 100% 0 !important;
    background-repeat: no-repeat;
    background-position: top !important;
    border-radius: 23px;
    cursor: pointer; 
}

    .hero-landing-form .umbraco-forms-navigation .btn:hover {
        background-size: 100% 100% !important;
        color: #ffffff;
        border: 1px solid #EB0535;
    }

.hero-landing-form .umbraco-forms-navigation {
    max-width: 300px;
    margin: 0 auto;
    display: table;
    padding:11px 0px 18px !important;
}
.hero-landing-form .umbraco-forms-form fieldset {
    padding: 0em 0em 0em 0em !important;
    margin: 0 0 0em 0 !important;
    border: none !Important;
}
.hero-landing-form .umbraco-forms-form span.contourError, .hero-landing-form .umbraco-forms-form span.field-validation-error {
    display: none;
}



.ll-lenders h2, .ll-icon h2 {
    font-size: 42px;
    line-height: 46px;
    color: #1C375E;
    text-align: center;
}
.ll-icon{
    padding:112px 0 110px;
}

.ll-icon .foundationiconpanel .icondetail {
    background: none;
}
.ll-icon .foundationiconpanel .icondetail:after{
    display:none;
}
.ll-icon .foundationiconpanel .icondetail .iconsec.big {
    width: 200px;
    height: 200px;
    margin-bottom: 35px;
}
    .ll-icon .foundationiconpanel .icondetail .iconsec {
        border: 5px solid var(--msb-yellow);
        background: #293B6B;
        -webkit-transition: all 0.75s;
        transition: all 0.75s;
    }
.ll-icon .foundationiconpanel .icondetail {
    padding: 0px 0px;
    margin-bottom: 0;
}
.ll-icon .foundationiconpanel {
    padding: 65px  0px 0px;
}
.ll-icon .foundationiconpanel .icondetail h6 {
    font-size:30px;
    line-height:32px;
    color: #1C375E;
    margin-bottom: 18px;
}
.ll-icon .foundationiconpanel .icondetail p {
    font-size:22px;
    line-height:28px;
    color: #1C375E
}
.quotepanel.ll-lenders{
 padding:112px 0 114px;
}

.quotepanel.ll-lenders.grey{
    background:#EAEBED;
}
.quotepanel.ll-lenders .flexwrap {
    min-height: 336px;
    border-radius: 27px;
    box-shadow: none;
    margin-bottom: 66px;
    align-items:center;
}
.quotepanel.ll-lenders .imgwrap figure {
    width: 417px;
    height: 417px;
    top: 50%;
    transform: translate(0%, -50%);
    margin-bottom: 0;
    left: 45px;
}
.quotepanel.ll-lenders .imgwrap figure img{
    border: solid 0px #ea0031;
}
.quotepanel.ll-lenders.enable .flexwrap .imgwrap:after{
    content:"";
    width: 417px;
    height: 150px;
    background: url(../images/lenders-bg.png) no-repeat;
    position: absolute;
    top: 50%;
    transform: translate(10px, -50%);
    left: 45px;
}
.quotepanel.ll-lenders .flexwrap:nth-child(odd) {
    flex-direction: row-reverse;
}
.quotepanel.ll-lenders .flexwrap:nth-child(odd) .imgwrap figure{
    right: 45px;
    left:unset;
}
.quotepanel.ll-lenders .flexwrap:nth-child(odd) .cntwrap{
   padding-left: 17px;
   padding-right: 75px;
}
.quotepanel.ll-lenders.enable .flexwrap:nth-child(odd) .imgwrap:after{ 
    left: unset;
    right:65px;
}
.ll-lenders .quotes {
    margin-bottom: 23px
}
.ll-lenders .quotes p{
    font-size:28px;
    line-height:36px;
    font-weight:700;
    color:#1C375E;

}
.ll-lenders .quotes p::before {
    content:"“";
    font-size:28px;
    line-height:36px;
    font-weight:700;
    margin-left: -15px;
     display: inline-flex;
    position: absolute;
}
.ll-lenders .quotes p::after {
    content: "”";
    font-size: 28px;
    line-height: 36px;
    font-weight: 700;
    display: inline-flex;
    position: absolute;
}
.quotepanel.ll-lenders .cntwrap {
    display: block;
    padding-left: 155px;
    width: 63%;
}
.lendername {
    font-size: 22px;
    line-height: 30px;
    color: #1C375E;
}
.lendertitle {
    font-size: 18px;
    line-height: 30px;
    color: #1C375E;
}
.ll-lenders .btn {
    margin-top: 120px;
    margin-bottom:33px;
}
.ll-lenders .btn .ctabutton {
    background: #1c375e;
    -webkit-transition: all 0.3s;
    transition: all 0.3s;
    background-size: 100% 0 !important;
    background-repeat: no-repeat;
    background-position: top !important;
    border-radius: 40px;
    cursor: pointer;
    color: #FFFFFF;
    border: 1px solid #1c375e;
    font-size: 39px;
    line-height: 54px;
    font-weight: 700;
    padding: 12px 57px;
    text-transform: inherit;
}

    .ll-lenders .btn .ctabutton {
        background-image: -webkit-gradient(linear,left top,left bottom,from(0),color-stop(#EB0535),to(#EB0535)) !important;
        background-image: linear-gradient(0,var(--msb-yellow),var(--msb-yellow)) !important;
        -webkit-transition: all 0.3s;
        transition: all 0.3s;
        background-size: 100% 0 !important;
        background-repeat: no-repeat;
        background-position: top !important;
        border-radius: 40px;
        cursor: pointer;
    }

    .ll-lenders .btn .ctabutton:hover {
        background-size: 100% 100% !important;
        border: 1px solid #EB0535;
    }
.ll-lenders .ctabutton:after, .ll-lenders .ctabutton:before{
    display:none;
}
.ll-lenders .contentsec p {
    font-size: 38px;
    line-height: 42px;
    font-weight: 700;
}
@media (max-width: 1279px) {
    .subbannerpanel.ll-banner .bannertext h1, .subbannerpanel.ll-banner .overlay .bannertext h1 {
        font-size: 35px;
        line-height: 45px;
    }

    .subbannerpanel.ll-banner .bannertext h1 .secondtitle {
       font-size: 48px;
       line-height: 60px;
     }

    .subbannerpanel.ll-banner p, .subbannerpanel.ll-banner .overlay p {
        font-size: 24px;
        line-height: 30px;
    }
    .ll-lenders h2, .ll-icon h2 {
        font-size: 32px;
        line-height: 36px;
    }
    .ll-icon .foundationiconpanel .icondetail h6 {
        font-size: 22px;
        line-height: 28px;
    }
    .ll-icon .foundationiconpanel .icondetail p {
        font-size: 18px;
        line-height: 22px;      
    }

    .quotepanel.ll-lenders, .ll-icon {
        padding: 50px 0px 50px;
    }

     .ll-icon .foundationiconpanel .icondetail .iconsec.big {
       width: 150px;
       height: 150px;
    }
    .ll-lenders .btn .ctabutton {
        font-size: 26px;
        line-height: 30px;
    }
    .ll-lenders .contentsec p {
        font-size: 28px;
        line-height: 32px;
    }
    .ll-lenders .quotes p {
        font-size: 24px;
        line-height: 30px;
     }
    .quotepanel.ll-lenders .imgwrap figure, .quotepanel.ll-lenders.enable .flexwrap .imgwrap:after {
        left: 15px;
    }
    .quotepanel.ll-lenders .flexwrap:nth-child(odd) .imgwrap figure {
        right: 15px;
    }
    .quotepanel.ll-lenders.enable .flexwrap:nth-child(odd) .imgwrap:after {
        right: 35px;
    }
    .ll-lenders .btn {
        margin-top: 80px;
    }
    .quotepanel.ll-lenders .flexwrap:nth-child(odd) .cntwrap {
        padding-left: 0;
        padding-right: 145px;
    }
    .quotepanel.ll-lenders .cntwrap br {
        display:none;
    }
    }

    @media (max-width: 1023px) {
        .subbannerpanel.ll-banner .bannerwrap {
            height: 571px;
        }

        .subbannerpanel.ll-banner .bannertext h1, .subbannerpanel.ll-banner .overlay .bannertext h1 {
            font-size: 26px;
            line-height: 36px;
        }

        .subbannerpanel.ll-banner .bannertext h1 .secondtitle {
           font-size: 50px;
           line-height: 50px;
        }

        .subbannerpanel.ll-banner p, .subbannerpanel.ll-banner .overlay p {
            font-size: 18px;
            line-height: 26px;
        }

        .hero-landing-form .umbraco-forms-form {
            padding: 17px 20px 22px;
        }

        .hero-landing-form {
            min-width: 300px;
            margin-top: 20px;
        }

            .hero-landing-form h4.umbraco-forms-caption {
                font-size: 18px !important;
                line-height: 20px !important;
            }

            .hero-landing-form .umbraco-forms-form input.text, .hero-landing-form .umbraco-forms-form textarea {
                margin: 1px 0 5px !important
            }

        .umbraco-forms-form input.text, .umbraco-forms-form input.title, .umbraco-forms-form textarea, .umbraco-forms-form select {
            height: 30px;
        }

        .hero-landing-form .umbraco-forms-label {
            font-size: 12px;
        }

        .hero-landing-form .umbraco-forms-form:after {
            height: 10px;
        }

        .hero-landing-form .umbraco-forms-navigation {
            padding: 10px 0px 5px !important;
        }

        .ll-lenders h2, .ll-icon h2 {
            font-size: 25px;
            line-height: 27px;
        }
            
        .ll-icon {
            padding: 50px 0px 20px;
        }

            .ll-icon .foundationiconpanel .icondetail h6 {
                font-size: 20px;
                line-height: 22px;
            }

            .ll-icon .foundationiconpanel .icondetail p {
                font-size: 18px;
                line-height: 22px;
            }

          

            .ll-icon .foundationiconpanel .icondetail {
                margin-bottom: 30px;
            }

        .quotepanel.ll-lenders .imgwrap figure {
            width: 257px;
            height: 257px;
            top: 0;
            left: 50%;
            transform: translate(-50%, -50%);
            margin-bottom: 0;
        }

        .quotepanel.ll-lenders .cntwrap, .quotepanel.ll-lenders .flexwrap:nth-child(odd) .cntwrap {
            width: 100%;
            padding-left: 40px;
            padding-right: 40px;
        }

        .ll-lenders .quotes p {
            font-size: 20px;
            line-height: 30px;
        }

        .quotepanel.ll-lenders .flexwrap:nth-child(even) {
            margin-bottom: 156px;
        }

        .quotepanel.ll-lenders .flexwrap:nth-child(odd) .imgwrap figure {
            left: 50%;
        }

        .lendername {
            font-size: 20px;
            line-height: 28px;
        }

        .quotepanel.ll-lenders.enable .flexwrap .imgwrap:after {
            width: 258px;
            height: 92px;
            background: url(../images/lenders-bg-mobile.png) no-repeat;
            top: 0;
            transform: translate(-50%, -50%);
            left: 49%;
        }

        .quotepanel.ll-lenders.enable .flexwrap:nth-child(odd) .imgwrap:after {
            left: 51%;
            right: 0;
        }

        .ll-lenders .btn .ctabutton {
            font-size: 26px;
            line-height: 30px;
        }

        .ll-lenders .btn {
            margin-top: 50px;
            margin-bottom: 33px;
        }

        

        .quotepanel.ll-lenders .flexwrap {
            margin-bottom: 46px;
        }
    }

@media (max-width: 767px) {
    .subbannerpanel.ll-banner .bannertext .contentsec {
        width: 100%;
    }

    .subbannerpanel.ll-banner .bannerwrap {
        height: 240px;
    }

    .subbannerpanel.ll-banner .bannertext h1, .subbannerpanel.ll-banner .overlay .bannertext h1 {
        font-size: 20px;
        line-height: 30px;
    }

        .subbannerpanel.ll-banner .bannertext h1 .secondtitle {
            font-size: 30px;
            line-height: 35px;
        }

    .subbannerpanel.ll-banner p, .subbannerpanel.ll-banner .overlay p {
        font-size: 16px;
        line-height: 22px;
    }

    .hero-landing-form {
        min-width: 300px;
        margin-top: 0px;
        position: absolute;
        top: 220px;
        width: 100%;
        left: 0;
    }

    .overlay .hero-landing-form {
        top: 200px;
    }

    .hero-landing-form .umbraco-forms-form {
        max-width: 100%;
    }

    .subbannerpanel.ll-banner .description {
        margin-top: 18px;
    }

    .ll-banner br {
        display: none;
    }

    .hero-landing-form .umbraco-forms-form {
        background: rgba(234, 235, 237, 1);
        margin-top: 18px;
    }

    .overlay .hero-landing-form .umbraco-forms-form {
        background: rgba(23, 85, 116, 1);
    }

    .ll-icon .foundationiconpanel .icondetail .iconsec.big {
        width: 100px;
        height: 100px;
    }

    .ll-icon .foundationiconpanel {
        padding: 15px 0px 0px;
    }

    .quotepanel.ll-lenders .cntwrap, .quotepanel.ll-lenders .flexwrap:nth-child(odd) .cntwrap {
        width: 100%;
        padding-left: 30px;
        padding-right: 30px;
    }

    .lendertitle {
        font-size: 16px;
        line-height: 20px;
    }

    .quotepanel.ll-lenders.enable .flexwrap .imgwrap:after {
        left: 48%;
    }

    .quotepanel.ll-lenders.enable .flexwrap:nth-child(odd) .imgwrap:after {
        left: 52%;
    }

    .ll-lenders .btn .ctabutton {
        font-size: 20px;
        line-height: 20px;
    }

    .ll-lenders .contentsec p {
        font-size: 18px;
        line-height: 20px;
    }

    .hero-landing-form .umbraco-forms-form form {
        max-width: 420px;
        margin: 0 auto;
    }

}
.ll-icon .foundationiconpanel .icondetail:hover .iconsec {
    background: var(--msb-yellow);
    -webkit-transition: all 0.75s;
    transition: all 0.75s;
}

/********** MSBM-277 ********/
.hero-landing-form .umbraco-forms-form textarea {
    height: 70px;
    margin-bottom:0 !important;
}
.locationbranch .brnachitem .textblock a{
  text-decoration:underline;
}
#skiptocontent a {
  position: fixed;
}
/********** MSBM-294 ********/
.contacticon.serviceumberacoforms .contactwrap .umbraco-forms-field.recaptcha2 .umbraco-forms-label,.umbraco-forms-form legend {
  overflow: hidden;
    clip: rect(0, 0, 0, 0);
    position: absolute;
    margin: -1px;
    padding: 0;
    height: 1px;
    width: 1px;
    word-wrap: normal !important;
    border: 0 none;
}
/**********MSBM-288*********/
header.sticky.custom-header {
  background: #ffffff;
}
header.custom-header .grid-container {
  padding: 0 0px;
  padding-top: 12px;
  padding-bottom: 33px;
  max-width: 85.375rem;
}
.custom-header .logoBlock {
  width: 278px;
  padding-top:0px;
}
.custom-header .headerMainWrapper .header-menu {
  text-align: right;
  display: block;
}
  .custom-header .headerMainWrapper .header-menu p {
      font-size: 25px;
      line-height: 23px;
      color: #1B2482;
  }
      .custom-header .headerMainWrapper .header-menu p a {
          font-size: 28px;
          line-height: 28px;
          font-weight: 800;
          color: #1B2482;
      }
          .custom-header .headerMainWrapper .header-menu p a:hover {
              color: #eb0535;
          }

.custom-footer {
  background: #ffffff;
  padding-bottom: 60px;
}

  .custom-footer .footerWraps {
      display: flex;
      padding-bottom: 0;
      align-items: flex-end;
      margin: 0;
      margin-bottom: 28px;
  }

  .custom-footer .mblblock {
      display: block;
      max-width: 278px;
  }

  .custom-footer .fMenu {
      border: none;
      margin-bottom: 0;
      border-radius: 0;
  }

      .custom-footer .fMenu ul {
          display: inline;
      }

          .custom-footer .fMenu ul li, .custom-footer .fMenu ul li a {
              color: #696969;
              font-size: 14px;
              line-height: 26px;
              font-weight: 400;
              margin-bottom: 0;
              padding-bottom: 0;
          }

              .custom-footer .fMenu ul li a:hover {
                  color: #eb0535;
              }

              .custom-footer .fMenu ul li:after {
                  content: " \00b7";
                  font-size: 20px;
                  font-weight: bold;
                  margin: 0 5px;
                  position: relative;
                  top: 2px;
              }

              .custom-footer .fMenu ul li:last-child:after {
                  content: none;
              }

  .custom-footer .desc-text p {
      color: #696969;
      font-size: 14px;
      line-height: 26px;
      font-weight: 400;
  }

      .custom-footer .desc-text p + p {
          margin-top: 26px;
          margin-bottom: 35px;
      }

.subbannerpanel.ll-banner.inifity-banner .bannerwrap {
  height: 590px;
}
.subbannerpanel.ll-banner.inifity-banner .bannerwrap .imgWrap.gradient:after{
display: none;
}
  .subbannerpanel.ll-banner.inifity-banner .bannerwrap .content {
      max-width: 1124px;
      top: 51%;
      transform: translate(-50%,-50%);
  }

      .subbannerpanel.ll-banner.inifity-banner .bannerwrap .content h1 {
          text-align: center;
          font-size: 90px;
          line-height: 85px;
          font-weight: 800;
          letter-spacing: 1px;
          text-transform: inherit;
          margin-bottom: 0;
      }

.subbannerpanel.ll-banner.inifity-banner .bannertext {
  justify-content: space-between;
}

  .subbannerpanel.ll-banner.inifity-banner .bannertext .contentsec {
      width: 100%;
      max-width: 566px;
      margin-top: -64px;
      text-align: right;
  }

  .subbannerpanel.ll-banner.inifity-banner .bannertext .hero-landing-form {
      width: 100%;
      max-width: 508px;
      min-height: 365px;
  }

      .subbannerpanel.ll-banner.inifity-banner .bannertext .hero-landing-form p, .subbannerpanel.ll-banner.inifity-banner .bannertext .hero-landing-form span {
          color: #ffffff;
          font-weight: 900;
      }

      .subbannerpanel.ll-banner.inifity-banner .bannertext .hero-landing-form span {
          font-size: 34px;
          line-height: 35px;
          padding-left: 18px;
      }

      .subbannerpanel.ll-banner.inifity-banner .bannertext .hero-landing-form .percentagesection p {
          font-size: 193px;
          line-height: 158px;
          letter-spacing: -20px;
          margin-top: 0;
          margin-bottom: 0;
      }

      .subbannerpanel.ll-banner.inifity-banner .bannertext .hero-landing-form .percentagesection sup {
          font-size: 60%;
          padding-left: 10px;
      }

      .subbannerpanel.ll-banner.inifity-banner .bannertext .hero-landing-form .percentagesection span {
          font-size: 40px;
          line-height: 18px;
          letter-spacing: 0;
          padding-left: 0;
          left: -75px;
          position: relative;
      }

          .subbannerpanel.ll-banner.inifity-banner .bannertext .hero-landing-form .percentagesection span sup {
              padding-left: 0;
          }

      .subbannerpanel.ll-banner.inifity-banner .bannertext .hero-landing-form p {
          font-size: 20px;
          line-height: 26px;
          margin-top: 22px;
      }

.inifity-banner .btn {
  text-align: left;
  padding-top: 32px;
}

  .inifity-banner .btn a {
      color: #1B2482;
      font-size: 30px;
      line-height: 41px;
      font-weight: 700;
      text-transform: inherit;
      padding: 11px 41px;
      border-radius: 61px;
      background: #FFC02B;
      border: 1px solid #FFC02B;
      background-image: -webkit-gradient(linear, left top, left bottom, from(0), color-stop(#1B2482), to(#1B2482)) !important;
      background-image: linear-gradient(0, #1B2482, #1B2482) !important;
      -webkit-transition: all 0.3s;
      transition: all 0.3s;
      background-size: 100% 0 !important;
      background-repeat: no-repeat;
      background-position: top !important;
  }

      .inifity-banner .btn a:before, .inifity-banner .btn a:after {
          display: none;
      }

      .inifity-banner .btn a:hover {
          background-size: 100% 100% !important;
          color: #ffffff;
          border: 1px solid #1B2482;
      }

.ll-lenders.inifity-ctapanel .contentsec .btn .ctabutton {
  font-size: 24px;
  line-height: 33px;
  border-radius: 61px;
  background: #FFC02B;
  border: 1px solid #FFC02B;
  color: #1B2482;
  background-image: -webkit-gradient(linear,left top,left bottom,from(0),color-stop(#1B2482),to(#1B2482)) !important;
  background-image: linear-gradient(0,#1B2482,#1B2482) !important;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
  background-size: 100% 0 !important;
  background-repeat: no-repeat;
  background-position: top !important;
  padding: 15px 38px;
}

  .ll-lenders.inifity-ctapanel .contentsec .btn .ctabutton:hover {
      background-size: 100% 100% !important;
      color: #ffffff;
      border: 1px solid #1B2482;
  }

.generalcontnet.landingpage.infinity-landing {
  margin: 0;
}

.landingpage.infinity-landing br {
  display: block;
}

.infinity-landing .grid-container {
  max-width: 1124px;
}

.landingpage.infinity-landing .twocolumnimgBlock {
  align-items: flex-start;
  justify-content: space-between;
}

  .landingpage.infinity-landing .twocolumnimgBlock .colone.cols {
      width: 100%;
      max-width: 444px;
      padding-right: 0;
  }

  .landingpage.infinity-landing .twocolumnimgBlock .coltwo.cols {
      width: 100%;
      max-width: 600px;
      background: #EDEDED;
      border-radius: 0 0 30px 30px;
  }

.infinity-landing .hightlightblock {
  background: #FFC02B;
  border-radius: 0 0 30px 30px;
  padding: 40px 20px 30px 32px;
  margin-bottom: 42px;
}

  .infinity-landing .hightlightblock h2 {
      font-size: 55px;
      line-height: 70px;
      color: #1B2482;
  }

.generalcontnet.landingpage.infinity-landing ul {
  margin-bottom: 43px;
}

  .generalcontnet.landingpage.infinity-landing ul li {
      padding-left: 30px;
      font-size: 26px;
      line-height: 32px;
      margin-bottom: 32px;
      color: #1B2482;
  }

.generalcontnet.landingpage.infinity-landing li::after {
  display: none;
}

.generalcontnet.landingpage.infinity-landing li::before {
  content: "";
  margin-right: 10px;
  background: transparent;
  background-image: url(../images/tickmarrk.svg);
  background-repeat: no-repeat;
  width: 28px;
  height: 28px;
  position: absolute;
  left: 0;
  margin: 4px 0;
  display: inline-block;
}

.landingpage.infinity-landing .twocolumnimgBlock .umbraco-forms-form fieldset {
  padding: 0em 0em 0em 0em !important;
  margin: 0 0 0em 0 !important;
  border: none !Important;
}

.landingpage.infinity-landing .twocolumnimgBlock .coltwo.cols h4 {
  font-size: 37px;
  line-height: 40px;
  color: #1B2482;
  font-weight: 400;
  margin-bottom: 35px;
}

  .landingpage.infinity-landing .twocolumnimgBlock .coltwo.cols h4 span {
      font-weight: 800;
  }

.landingpage.infinity-landing .twocolumnimgBlock .coltwo.cols .umbraco-forms-form input.text, .landingpage.infinity-landing .twocolumnimgBlock .coltwo.cols .umbraco-forms-form textarea {
  border: none;
  border-radius: 13px;
  height: 59px;
  margin-bottom: 34px;
  line-height: 60px;
  padding: 14px 21px;
  font-size: 20px;
  line-height: 32px;
  color: #1B2482;
  font-weight: 500;
}

.landingpage.infinity-landing .twocolumnimgBlock .coltwo.cols .umbraco-forms-form textarea {
  height: 124px;
}
.landingpage.infinity-landing .twocolumnimgBlock .coltwo.cols .umbraco-forms-form input::-webkit-input-placeholder { color:#1B2482; }
.landingpage.infinity-landing .twocolumnimgBlock .coltwo.cols .umbraco-forms-form input::-moz-placeholder { color:#1B2482; opacity: 1;} 
.landingpage.infinity-landing .twocolumnimgBlock .coltwo.cols .umbraco-forms-form input:-ms-input-placeholder { color:#1B2482; }
.landingpage.infinity-landing .twocolumnimgBlock .coltwo.cols .umbraco-forms-form input:-moz-placeholder { color:#1B2482; opacity: 1;}
.landingpage.infinity-landing .twocolumnimgBlock .coltwo.cols .umbraco-forms-form textarea::-webkit-input-placeholder { color:#1B2482; }
.landingpage.infinity-landing .twocolumnimgBlock .coltwo.cols .umbraco-forms-form textarea::-moz-placeholder { color:#1B2482; opacity: 1;} 
.landingpage.infinity-landing .twocolumnimgBlock .coltwo.cols .umbraco-forms-form textarea:-ms-input-placeholder { color:#1B2482; }
.landingpage.infinity-landing .twocolumnimgBlock .coltwo.cols .umbraco-forms-form textarea:-moz-placeholder { color:#1B2482; opacity: 1; }

.landingpage.infinity-landing .umbraco-forms-form .btn {
  background: #FFC02B;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
  background-size: 100% 0 !important;
  background-repeat: no-repeat;
  background-position: top !important;
  border-radius: 61px;
  cursor: pointer;
  font-size: 24px;
  line-height: 33px;
  font-weight: bold;
  color: #1B2482;
  border: 1px solid #FFC02B;
  padding: 15px 30px;
}

.landingpage.infinity-landing .umbraco-forms-navigation .btn {
  background-image: -webkit-gradient(linear, left top, left bottom, from(0), color-stop(#1B2482), to(#1B2482)) !important;
  background-image: linear-gradient(0, #1B2482, #1B2482) !important;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
  background-size: 100% 0 !important;
  background-repeat: no-repeat;
  background-position: top !important;
  border-radius: 61px;
  cursor: pointer;
}

  .landingpage.infinity-landing .umbraco-forms-navigation .btn:hover {
      background-size: 100% 100% !important;
      color: #ffffff;
      border: 1px solid #1B2482;
  }

.landingpage.infinity-landing .umbraco-forms-navigation {
  margin: 0 auto;
  display: table;
  padding: 14px 0px 18px !important;
  padding-bottom: 0 !important;
}

.ll-icon.infinity-icon {
  padding: 98px 0 130px;
}

.infinity-icon .contentsec {
  text-align: center;
}

  .infinity-icon .contentsec h2 {
      font-size: 69px;
      line-height: 65px;
      font-weight: 800;
      letter-spacing: 0.1px;
      color: #1B2482;
      margin-bottom: 34px;
  }

  .infinity-icon .contentsec p {
      font-size: 28px;
      line-height: 32px;
      font-weight: 400;
      letter-spacing: 0.1px;
      color: #1B2482;
      margin-top: 35px;
  }

.ll-icon.infinity-icon .foundationiconpanel {
  padding: 92px 0px 50px 0px;
}

  .ll-icon.infinity-icon .foundationiconpanel .icondetail h6 {
      color: #1B2482;
      font-size: 20px;
      line-height: 23px;
      font-weight: 800;
  }

  .ll-icon.infinity-icon .foundationiconpanel .icondetail p {
      color: #1B2482;
      font-size: 20px;
      line-height: 26px;
  }

  .ll-icon.infinity-icon .foundationiconpanel .icondetail .iconsec.big {
      width: 169px;
      height: 169px;
      background: #ffffff;
      border: 23px solid #FFE1B2;
      margin-bottom: 35px;
  }

  .ll-icon.infinity-icon .foundationiconpanel .icondetail:hover .iconsec.big {
      background: #FFC02B;
      border-color: #FFC02B;
  }

  .ll-icon.infinity-icon .foundationiconpanel .icondetail {
      margin-right: 9%;
      width: 18.2%;
  }

      .ll-icon.infinity-icon .foundationiconpanel .icondetail:nth-child(4n + 4), .ll-icon.infinity-icon .foundationiconpanel .icondetail:last-child {
          margin-right: 0;
      }

      .ll-icon.infinity-icon .foundationiconpanel .icondetail:hover .iconsec svg, .ll-icon.infinity-icon .foundationiconpanel .icondetail:hover .iconsec svg g path {
          fill: #1b2482;
      }

.ll-icon.infinity-icon .questionblock {
  display: flex;
  align-items: flex-start;
}

  .ll-icon.infinity-icon .questionblock img {
      margin-right: 10px;
  }

  .ll-icon.infinity-icon .questionblock p {
      font-size: 16px;
      line-height: 26px;
      color: #1B2482;
  }

.generalcontnet.landingpage-compass.inifity-compass{
  padding: 62px 0 88px 0;
}
.landingpage-compass.inifity-compass .twocolumnimgBlock .cols .imagewrap {
  border-radius: 0;
}

.landingpage-compass.inifity-compass .headertext {
  margin-bottom: 0;
}

  .landingpage-compass.inifity-compass .headertext .headtext {
      padding-bottom: 76px;
  }

      .landingpage-compass.inifity-compass .headertext .headtext h2 {
          font-size: 36px;
          line-height: 43px;
          font-weight: 400;
          color: #1B2482;
      }

.landingpage-compass.inifity-compass .twocolumnimgBlock .colone.cols p {
  font-size: 28px;
  line-height: 43px;
  font-weight: 400;
  color: #1B2482;
}

.landingpage-compass.inifity-compass .btn .ctabutton, .landingpage.infinity-landing .twocolumnimgBlock .colone.cols .btn .ctabutton {
  border-radius: 61px;
  font-size: 24px;
  line-height: 33px;
  color: #1B2482;
  padding: 15px 34px;
  background: #FFC02B;
  border: 1px solid #FFC02B;
  background-image: -webkit-gradient(linear, left top, left bottom, from(0), color-stop(#1B2482), to(#1B2482)) !important;
  background-image: linear-gradient(0, #1B2482, #1B2482) !important;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
  background-size: 100% 0 !important;
  background-repeat: no-repeat;
  background-position: top !important;
}

.landingpage.infinity-landing .twocolumnimgBlock .colone.cols .btn .ctabutton {
  padding: 15px 38px;
}

  .landingpage-compass.inifity-compass .btn .ctabutton:hover, .landingpage.infinity-landing .twocolumnimgBlock .colone.cols .btn .ctabutton:hover {
      background-size: 100% 100% !important;
      color: #ffffff;
      border: 1px solid #1B2482;
  }

.quotepanel.ll-lenders.inifity-ctapanel {
  padding: 78px 0 122px;
}

.inifity-ctapanel .contentsec {
  display: flex;
  align-items: flex-end;
  justify-content: flex-end;
  flex-direction: row-reverse;
}

  .inifity-ctapanel .contentsec p {
      font-size: 54px;
      line-height: 60px;
      font-weight: 400;
      color: #1B2482;
      letter-spacing: 1px;
  }

  .inifity-ctapanel .contentsec .btn {
      margin: 0;
      padding: 0;
  } 
.umbraco-forms-form legend{
overflow: hidden;
  clip: rect(0,0,0,0);
}

.subbannerpanel.ll-banner.inifity-banner .bannertext .hero-landing-form p.first-text{
margin-top: 14px;
}
.landingpage.infinity-landing .twocolumnimgBlock .coltwo.cols .umbraco-forms-form input + span, .landingpage.infinity-landing .twocolumnimgBlock .coltwo.cols .umbraco-forms-form textarea + span {
position: absolute;
margin-top: -30px;
}
.landingpage.infinity-landing .twocolumnimgBlock .coltwo.cols .umbraco-forms-form input + span span, .landingpage.infinity-landing .twocolumnimgBlock .coltwo.cols .umbraco-forms-form textarea + span span {
font-size: 14px;
}
@media (min-width: 768px) {
  .landingpage-compass.inifity-compass .btn .ctabutton {
      font-size: 20px;
      line-height: 33px;
      padding: 15px 24px;
  }

  .ll-lenders.inifity-ctapanel .contentsec .btn .ctabutton, .landingpage.infinity-landing .twocolumnimgBlock .colone.cols .btn .ctabutton, .landingpage.infinity-landing .umbraco-forms-navigation .btn {
      font-size: 20px;
      line-height: 33px;
  }

  .subbannerpanel.ll-banner.inifity-banner .bannerwrap {
      height: 480px;
  }

  .custom-header .headerMainWrapper .header-menu p, .custom-header .headerMainWrapper .header-menu p a {
      font-size: 20px;
  }

  .subbannerpanel.ll-banner.inifity-banner .bannerwrap .content h1 {
      font-size: 60px;
      line-height: 65px;
  }

  .subbannerpanel.ll-banner.inifity-banner .bannertext .hero-landing-form span {
      padding-left: 8px;
  }

  .subbannerpanel.ll-banner.inifity-banner .bannertext .hero-landing-form .percentagesection p {
      font-size: 115px;
      line-height: 120px;
      letter-spacing: -12px;
  }

  .subbannerpanel.ll-banner.inifity-banner .bannertext .hero-landing-form .percentagesection span {
      left: -56px;
  }

  .subbannerpanel.ll-banner.inifity-banner .bannertext .contentsec {
      margin-top: -148px;
      margin-right: 20px;
  }

  .inifity-banner .btn a {
      font-size: 24px;
      line-height: 32px;
  }

  .subbannerpanel.ll-banner.inifity-banner .bannertext .hero-landing-form p {
      font-size: 15px;
      line-height: 22px;
  }

  .inifity-banner .btn {
      padding-top: 12px;
  }

  .landingpage.infinity-landing .twocolumnimgBlock .colone.cols {
      max-width: 44%;
  }

  .infinity-landing .hightlightblock {
      padding: 22px 20px 30px 32px;
  }

  .landingpage.infinity-landing .twocolumnimgBlock .coltwo.cols {
      max-width: 54%;
      padding: 30px 24px 16px 24px;
  }

  .infinity-landing .hightlightblock h2 {
      font-size: 35px;
      line-height: 46px;
  }

  .landingpage.infinity-landing .twocolumnimgBlock .coltwo.cols h4 {
      font-size: 26px;
      line-height: 30px;
      margin-bottom: 0;
  }

  .generalcontnet.landingpage.infinity-landing ul li {
      font-size: 20px;
      line-height: 26px;
  }

  .landingpage.infinity-landing .twocolumnimgBlock .coltwo.cols .umbraco-forms-form input.text, .landingpage.infinity-landing .twocolumnimgBlock .coltwo.cols .umbraco-forms-form textarea {
      margin-bottom: 28px;
  }

  .infinity-icon .contentsec h2 {
      font-size: 44px;
      line-height: 50px;
      margin-bottom: 16px;
  }

  .ll-icon.infinity-icon .foundationiconpanel .icondetail {
      width: 40%;
      margin-right: 0;
  }

  .landingpage-compass.inifity-compass .headertext .headtext h2 {
      font-size: 26px;
      line-height: 34px;
  }

  .landingpage-compass.inifity-compass .twocolumnimgBlock .colone.cols p {
      font-size: 20px;
      line-height: 30px;
  }

  .inifity-ctapanel .contentsec p {
      font-size: 28px;
      line-height: 36px;
  }

  .custom-footer .footerWraps {
      justify-content: center;
  }

  .custom-footer .desc-text p + p {
      margin-top: 10px;
      margin-bottom: 16px;
  }

  .custom-footer .fMenu {
      margin-top: 10px;
  }
  .inifity-ctapanel .contentsec .btn {
    padding-left: 50px;
  }
}

@media (min-width: 1024px) {
  .custom-header .headerMainWrapper .header-menu p {
      font-size: 25px;
  }
  .custom-header .headerMainWrapper .header-menu p a {
    font-size: 28px;
    line-height: 23px;
  }
  .custom-footer .footerWraps {
      justify-content: flex-start;
  }

  .custom-footer .desc-text p + p {
      margin-top: 26px;
      margin-bottom: 35px;
  }

  .custom-footer .fMenu {
      margin-top: 0;
  }

  .subbannerpanel.ll-banner.inifity-banner .bannerwrap {
      height: 590px;
  }

      .subbannerpanel.ll-banner.inifity-banner .bannerwrap .content h1 {
          font-size: 70px;
          line-height: 65px;
      }

  .subbannerpanel.ll-banner.inifity-banner .bannertext .hero-landing-form span {
      padding-left: 18px;
      line-height: 35px;
  }

  .subbannerpanel.ll-banner.inifity-banner .bannertext .hero-landing-form .percentagesection p {
      font-size: 160px;
      line-height: 150px;
      letter-spacing: -14px;
  }

  .subbannerpanel.ll-banner.inifity-banner .bannertext .hero-landing-form .percentagesection span {
      left: -62px;
  }

  .subbannerpanel.ll-banner.inifity-banner .bannertext .contentsec {
      margin-right: 35px;
      margin-top: -88px;
  }

      .subbannerpanel.ll-banner.inifity-banner .bannertext .contentsec img {
          max-width: 85%;
      }

  .subbannerpanel.ll-banner.inifity-banner .bannertext .hero-landing-form p {
      font-size: 18px;
  }

  .inifity-banner .btn {
      padding-top: 30px;
  }

      .inifity-banner .btn a {
          font-size: 24px;
          line-height: 33px;
      }

  .landingpage.infinity-landing .twocolumnimgBlock .colone.cols {
      max-width: 444px;
  }

  .infinity-landing .hightlightblock {
      padding: 22px 20px 30px 32px;
  }

  .landingpage.infinity-landing .twocolumnimgBlock .coltwo.cols {
      max-width: 480px;
      padding: 30px 24px 16px 24px;
  }

  .infinity-landing .hightlightblock h2 {
      font-size: 40px;
      line-height: 55px;
  }

  .landingpage.infinity-landing .twocolumnimgBlock .coltwo.cols h4 {
      margin-bottom: 25px;
      font-size: 37px;
      line-height: 40px;
  }

  .generalcontnet.landingpage.infinity-landing ul li {
      font-size: 26px;
      line-height: 32px;
      max-width: 424px;
  }

  .landingpage.infinity-landing .twocolumnimgBlock .coltwo.cols .umbraco-forms-form input.text, .landingpage.infinity-landing .twocolumnimgBlock .coltwo.cols .umbraco-forms-form textarea {
      margin-bottom: 34px;
  }

  .infinity-icon .contentsec h2 {
      font-size: 58px;
      line-height: 62px;
      margin-bottom: 14px;
  }

  .infinity-icon .contentsec p {
      font-size: 24px;
      margin-top: 25px;
  }

  .ll-icon.infinity-icon .foundationiconpanel .icondetail {
      margin-right: 9%;
      width: 18.2%;
  }

  .landingpage-compass.inifity-compass .headertext .headtext h2 {
      font-size: 36px;
      line-height: 43px;
  }

  .landingpage-compass.inifity-compass .twocolumnimgBlock {
      align-items: flex-start;
  }

      .landingpage-compass.inifity-compass .twocolumnimgBlock .colone.cols p {
          font-size: 24px;
          line-height: 28px;
      }

  .landingpage-compass.inifity-compass .btn .ctabutton {
      font-size: 20px;
      line-height: 33px;
      padding: 15px 24px;
  }

  .ll-lenders.inifity-ctapanel .contentsec .btn .ctabutton, .landingpage.infinity-landing .twocolumnimgBlock .colone.cols .btn .ctabutton, .landingpage.infinity-landing .umbraco-forms-navigation .btn {
      font-size: 20px;
      line-height: 33px;
  }

  .inifity-ctapanel .contentsec p {
      font-size: 36px;
      line-height: 42px;
  }

  .inifity-ctapanel .contentsec .btn {
    padding-left: 126px;
  }
  .custom-footer .mblblock{
    margin-right: 24px;
  }
}

@media (min-width: 1279px) {
  .subbannerpanel.ll-banner.inifity-banner .bannerwrap .content h1 {
      font-size: 90px !important;
      line-height: 85px !important;
  }

  .subbannerpanel.ll-banner.inifity-banner .bannertext .hero-landing-form .percentagesection p {
      font-size: 193px;
      line-height: 158px;
      letter-spacing: -20px;
  }

  .subbannerpanel.ll-banner.inifity-banner .bannertext .hero-landing-form .percentagesection span {
      left: -75px;
  }

  .subbannerpanel.ll-banner.inifity-banner .bannertext .contentsec {
      max-width: 566px;
      margin-top: -68px;
      text-align: right;
      margin-right: 0px;
  }

      .subbannerpanel.ll-banner.inifity-banner .bannertext .contentsec img {
          max-width: 100%;
      }

  .subbannerpanel.ll-banner.inifity-banner .bannertext .hero-landing-form p {
      font-size: 20px;
      line-height: 26px;
  }

  .inifity-banner .btn a {
      font-size: 30px;
      line-height: 41px;
  }

  .infinity-landing .hightlightblock {
      padding: 40px 20px 30px 32px;
  }

  .landingpage.infinity-landing .twocolumnimgBlock .coltwo.cols {
      max-width: 600px;
      padding: 59px 77px 31px 82px;
  }

  .infinity-landing .hightlightblock h2 {
      font-size: 55px;
      line-height: 70px;
  }

  .landingpage.infinity-landing .twocolumnimgBlock .coltwo.cols h4 {
      margin-bottom: 35px;
  }

  .infinity-icon .contentsec h2 {
      font-size: 69px;
      line-height: 65px;
      margin-bottom: 34px;
  }

  .infinity-icon .contentsec p {
      font-size: 28px;
      margin-top: 35px;
  }

  .landingpage-compass.inifity-compass .twocolumnimgBlock {
      align-items: flex-start;
  }

      .landingpage-compass.inifity-compass .twocolumnimgBlock .colone.cols p {
          font-size: 28px;
          line-height: 43px;
          margin-top: -10px;
      }

  .landingpage-compass.inifity-compass .btn .ctabutton {
      font-size: 24px;
      line-height: 33px;
      padding: 15px 34px;
  }

  .ll-lenders.inifity-ctapanel .contentsec .btn .ctabutton, .landingpage.infinity-landing .twocolumnimgBlock .colone.cols .btn .ctabutton, .landingpage.infinity-landing .umbraco-forms-navigation .btn {
      font-size: 24px;
      line-height: 33px;
  }

  .inifity-ctapanel .contentsec p {
      font-size: 54px;
      line-height: 60px;
  }
  .custom-footer .mblblock{
    margin-right: 54px;
  }
  .generalcontnet.landingpage-compass.inifity-compass p + .btn {
    margin-top: 56px;
}
}

@media (min-width: 1366px) {
  .subbannerpanel.ll-banner.inifity-banner .bannerwrap .content h1 {
      padding-top: 12px;
  }
  .generalcontnet.landingpage-compass.inifity-compass .colone.cols{
    padding-left: 77px;
  }
  .subbannerpanel.ll-banner.inifity-banner .bannertext .hero-landing-form{
    position: relative;
    top: -6px;
  }
  .subbannerpanel.ll-banner.inifity-banner .bannertext .hero-landing-form{
    margin-top: 56px;
  }
}

@media (max-width: 1023px) {
  .ll-icon.infinity-icon {
      padding: 68px 0 60px;
  }

  .generalcontnet.landingpage-compass.inifity-compass {
      padding: 50px 0 50px 0;
  }

  .quotepanel.ll-lenders.inifity-ctapanel {
      padding: 18px 0 32px;
  }

  .custom-footer {
      padding-bottom: 20px;
  }
  .landingpage-compass.inifity-compass .headertext .headtext {
    padding-bottom: 10px;
  }
}

@media (max-width: 767px) {
.custom-header .logoBlock a{
  width: 180px;
}
  .custom-header .headerMainWrapper .header-menu p, .custom-header .headerMainWrapper .header-menu p a {
      font-size: 20px;
      line-height: 20px;
  }

  header.custom-header .grid-container {
      padding-bottom: 12px;
  }

  .subbannerpanel.ll-banner.inifity-banner .bannerwrap .content h1 {
      font-size: 42px;
      line-height: 46px;
      padding-bottom: 10px;
  }

  .subbannerpanel.ll-banner.inifity-banner .bannertext {
      flex-wrap: wrap;
      margin-top: 10px;
  }

      .subbannerpanel.ll-banner.inifity-banner .bannertext .contentsec {
          max-width: 320px;
          margin: 0 auto;
          margin-bottom: 10px;
      }

      .subbannerpanel.ll-banner.inifity-banner .bannertext .hero-landing-form {
          position: relative;
          top: 0;
      }

          .subbannerpanel.ll-banner.inifity-banner .bannertext .hero-landing-form .percentagesection p {
              font-size: 110px;
              line-height: 115px;
              letter-spacing: -12px;
          }

          .subbannerpanel.ll-banner.inifity-banner .bannertext .hero-landing-form span {
              padding-left: 8px;
          }

          .subbannerpanel.ll-banner.inifity-banner .bannertext .hero-landing-form .percentagesection span {
              left: -46px;
          }

  .inifity-banner .btn {
      padding-top: 4px;
  }

      .inifity-banner .btn a {
          font-size: 22px;
          line-height: 32px;
      }

  .infinity-landing .grid-container {
      padding-left: 0 !important;
      padding-right: 0 !important;
  }

  .infinity-landing .hightlightblock h2 {
      font-size: 45px;
      line-height: 54px;
  }

  .generalcontnet.landingpage.infinity-landing ul {
      padding-left: 15px !important;
      padding-right: 15px !important;
  }

      .generalcontnet.landingpage.infinity-landing ul li {
          font-size: 20px;
          line-height: 26px;
          margin-bottom: 20px;
      }

  .landingpage.infinity-landing .twocolumnimgBlock .coltwo.cols {
      margin-top: 30px;
      padding: 34px 20px 30px 20px;
  }

      .landingpage.infinity-landing .twocolumnimgBlock .coltwo.cols h4 {
          font-size: 28px;
          line-height: 34px;
          margin-bottom: 12px;
      }

  .landingpage.infinity-landing .umbraco-forms-form .btn {
      font-size: 18px;
      line-height: 22px;
      padding: 12px 22px;
  }

  .landingpage.infinity-landing .twocolumnimgBlock .coltwo.cols .umbraco-forms-form input.text, .landingpage.infinity-landing .twocolumnimgBlock .coltwo.cols .umbraco-forms-form textarea {
      font-size: 16px;
      line-height: 24px;
  }

  .ll-icon.infinity-icon {
      margin-top: 0 !important;
  }

  .infinity-icon .contentsec h2 {
      font-size: 38px;
      line-height: 42px;
      margin-bottom: 20px;
  }

  .infinity-icon .contentsec p {
      font-size: 20px;
      line-height: 26px;
      margin-top: 20px;
  }

  .ll-icon.infinity-icon .foundationiconpanel .icondetail {
      width: 100%;
      margin-right: 0;
  }

  .ll-icon.infinity-icon .foundationiconpanel {
      padding-bottom: 0;
  }

  .landingpage-compass.inifity-compass .headertext .headtext h2 {
      font-size: 22px;
      line-height: 30px;
  }

  .landingpage-compass.inifity-compass .headertext .headtext {
      padding-bottom: 0px;
  }

  .landingpage-compass.inifity-compass .twocolumnimgBlock .colone.cols p {
      font-size: 20px;
      line-height: 30px;
  }

  .landingpage-compass.inifity-compass .btn .ctabutton, .landingpage.infinity-landing .twocolumnimgBlock .colone.cols .btn .ctabutton,
  .ll-lenders.inifity-ctapanel .contentsec .btn .ctabutton {
      font-size: 18px;
      line-height: 22px;
      padding: 12px 22px;
  }

  .inifity-ctapanel .contentsec {
      flex-wrap: wrap;
      flex-direction: column;
      justify-content: center;
      align-items: center;
  }

      .inifity-ctapanel .contentsec p {
          font-size: 22px;
          line-height: 30px;
          letter-spacing: 0;
      }

      .inifity-ctapanel .contentsec .btn {
          padding-top: 10px;
          order: 2;
      }

  .quotepanel.ll-lenders.inifity-ctapanel {
      padding: 0;
      padding-top:20px;
  }

  .custom-footer .fMenu ul li:after {
      display: none;
  }

  .custom-footer .grid-container {
      padding-left: 15px !important;
      padding-right: 15px !important;
  }

  .custom-footer .fMenu {
      margin-top: 0;
      padding-top: 0;
  }
}
@media (max-width: 570px) {
.custom-header .headerMainWrapper .header-menu{
  width: 178px;
}
}
.generalcontnet.landingpage.infinity-landing + .generalcontnet.landingpage-compass.inifity-compass {
  margin-top: 146px;
}
.subbannerpanel.ll-banner.inifity-banner .bannertext .hero-landing-form p a {
  display: inline-block;
  color: #ffffff;
  text-decoration:underline;
}
@media (max-width: 1023px) {
  .generalcontnet.landingpage.infinity-landing + .generalcontnet.landingpage-compass.inifity-compass {
      margin-top: 74px;
  }
}
.headerMainWrapper .header-menu .megaMenuList .flexBox.navInner .navLinks li.highlight, .headerMainWrapper .header-menu .megaMenuList .flexBox.navInner .navLinks div.highlight {
    width: fit-content;
    height: auto;
    margin-bottom: 44px;
    position:relative;
}
li.secondarymenu.menuItem.col-4 {
    max-width: 25%;
    width: 25%;
}
.listLink ul{
    margin-left:0px;
}
.listLink ul li a{
   color:#4D4D4D !important;
}
.headerMainWrapper .header-menu .megaMenuList .flexBox.navInner .navLinks li.highlight:after, .headerMainWrapper .header-menu .megaMenuList .flexBox.navInner .navLinks div.highlight:after {
    width: 53px;
    height: 6.5px;
    background: #E0B339;
    top: 33px;
    left: 12px;
}
/* header .topNavigation li a{
    font-size:16px !important;
    line-height:20px !important;
} */

.newhero .video-panel .filter-img .videoPanel {
    padding-bottom: 0;
}

.newhero .swiper-slide {
    overflow:hidden;
}
.newhero .video-controller {
    overflow:visible;
}
    .newhero .video-controller .mute-bt.mute,.newhero .video-controller .mute-bt-vimeo.mute {
        width: 30px;
        height: 30px;
        left: 19px;
        top: -23px;
    }
    .newhero .video-controller .mute-bt, .newhero .video-controller .mute-bt-vimeo {
        left: 0;
    }
.settingicon {    
    position: absolute;
    right: -35px !important;
    bottom: 10px !important;
    z-index: 99;
}

/*-----Box SliderPanel------*/
.boxsliderpanel{
  margin-top: 103px;
}

.boxsliderpanel .titletag p{
  font-size: 21px;
  line-height: 24px;
  font-weight: 800;
  color: #041F55;
  padding-bottom: 16px;
  letter-spacing: 0.19px;
}

.boxsliderpanel .grid-container-full{
  margin: 0 auto;
  height: 100%;
  padding: 0;
  margin-left: 0;
}
.boxsliderpanel .slider-wrap {
  overflow: hidden;
  height: 100%;
  width: 100%;
}
.boxsliderpanel .swiper-container {
  width: 100%;
  height: 100%;
}
.boxsliderpanel .swiper-slide {
  opacity: .25;
}
.boxsliderpanel .swiper-container {
  overflow: visible;
}
.boxsliderpanel .swiper-slide.swiper-slide-visible.swiper-slide-active, .boxsliderpanel .swiper-slide.swiper-slide-visible.swiper-slide-next {
  opacity: 1;
}
.boxsliderpanel .boxsliderbg {
  background-size: cover;
  background-repeat: no-repeat;
  padding-top: 16px;
  padding-left: 10px;
  padding-right: 10px;
  padding-bottom: 30px;
  border-radius: 25px;
  box-shadow: 0px 3px 26px rgba(0,0,0,0.16);
}
.boxsliderpanel .boxsliderbg .imgesec {
  width: 100%;
  height: 38px;
  display:flex;
}
.boxsliderpanel .boxsliderbg .imgesec img{
  max-width: 100%;
}
.boxsliderpanel .boxsliderbg .content {
  max-width: 100%;
  padding-left: 15px;
  padding-top: 17px;
  text-align: left;
  color: #ffffff;
  min-height:140px;
}
.boxsliderpanel .boxsliderbg .content h3{
  color: #ffffff;
  font-size: 18px;
  line-height: 19px;
  font-weight: 800;
  height: auto;
  overflow: hidden;
  margin-bottom: 0;
}
.boxsliderpanel .boxsliderbg .content p{
  font-size: 14px;
  line-height: 21px;
  font-weight: 500;
  height: auto;
  overflow: hidden;
}
.boxsliderpanel .boxsliderbg .lrnnew{
  margin-top: 16px;
}
.boxsliderpanel .boxsliderbg .lrnnew .whitebtn{
  border: 1px solid #ffffff;
  color: #ffffff;
  padding: 3px 18px;
  font-size: 14px;
  font-weight: 800;
  line-height: 19px;
  border-radius: 14px;
  min-height: auto;
}
.boxsliderpanel .boxsliderbg .lrnnew .whitebtn + .whitebtn{
  margin-left: 18px;
}
.boxsliderpanel .swiper-wrapper {
  margin-bottom: 15px;
}
.boxsliderpanel .swiper-pagination {
  position: inherit;
}
.boxsliderpanel .swiper-pagination .swiper-pagination-bullet {
  width: 12px;
  height: 12px;
  background-color: transparent;
  border: 1px solid #4D4D4D;
  border-radius: 50%;
  margin: 0 5px;
  transition: background-color 0.3s ease-in-out;
}
.boxsliderpanel .swiper-pagination .swiper-pagination-bullet-active {
  background-color: #4D4D4D;
}
.boxsliderpanel .swiper-controls{
  display: flex;
  justify-content: center;
}
.boxsliderpanel .swiper-button-toggle {
  cursor: pointer;
}

.boxsliderpanel .swiper-button-toggle.active:after{
  content:'';
  background-image: url(../images/playslide.svg);
  width:30px;
  height:30px;
  display: block;
  background-repeat: no-repeat;
  background-size:contain;
 }
 .boxsliderpanel .swiper-button-toggle:after{
  content:'';
  background-image: url(../images/pauseslide.svg);
  width:30px;
  height:30px;
  margin-top: -5px;
  margin-left: 15px;
  display: block;
  background-repeat: no-repeat;
  background-size:contain;
 }
 .PersonalsliderPanel.boxsliderpanel .boxsliderbg{
  padding-top: 76px;
 }
 .PersonalsliderPanel.boxsliderpanel .boxsliderbg .lrnnew {
      margin-top: 30px;
  }
  .PersonalsliderPanel.boxsliderpanel .boxsliderbg .content{
      padding-top: 14px;
  }
 .PersonalsliderPanel.boxsliderpanel .boxsliderbg .content, .PersonalsliderPanel.boxsliderpanel .boxsliderbg .content h3{
      color: #000034;
 }    
 .PersonalsliderPanel.boxsliderpanel .boxsliderbg .content h3{
  font-size: 14px;
  line-height: 21px;
  font-weight: 400;
  height: auto;
 }
 .PersonalsliderPanel.boxsliderpanel .boxsliderbg .lrnnew .whitebtn{
      color: #000034;
      border-color:#000034;
 }
 .PersonalsliderPanel.boxsliderpanel .boxsliderbg .lrnnew .whitebtn:hover{
    color: #ffffff;
 }
 .PersonalsliderPanel.boxsliderpanel .swiper-slide {
  opacity: .48;
  }
/* @media screen and (min-width:1800px) {
  .boxsliderpanel .swiper-slide.swiper-slide-visible.swiper-slide-next {
      width: 44% !important;
  }
} */
@media (min-width: 460px) and (max-width: 1923px){
  .boxsliderpanel .boxsliderbg{
      padding-top: 30px;
      padding-left: 40px;
      padding-right: 40px;
  }
}
@media screen and (min-width:1024px) {
  .boxsliderpanel .grid-container-full{
      padding: 0 200px;
      margin-left: 60px;
  }
  .boxsliderpanel .titletag p{
      font-size: 36px;
      line-height: 44px;
      padding-bottom: 12px;
  }
  .boxsliderpanel .boxsliderbg {
      padding-top: 46px;
      padding-left: 48px;
      padding-right: 37px;
      padding-bottom: 65px;
      border-radius: 36px;
  }
  .boxsliderpanel .boxsliderbg .imgesec {
      height: 70px;
      display:flex;
  }
  .boxsliderpanel .boxsliderbg .content h3{
      font-size: 24px;
      line-height: 30px;
      font-weight: 800;
      height: auto;
      margin-bottom: 0.6rem;
  }
  .boxsliderpanel .boxsliderbg .content p{
      font-size: 16px;
      line-height: 21px;
      font-weight: 500;
      height: auto;
  }
  .boxsliderpanel .boxsliderbg .content {
      max-width: 386px;
      padding-left: 0px;
      padding-top: 8px;
      min-height:160px;
      margin: 0 auto;
  }
  .boxsliderpanel .boxsliderbg .lrnnew{
      margin-top: 23px;
  }
  .boxsliderpanel .boxsliderbg .lrnnew .whitebtn + .whitebtn{
      margin-left: 31px;
  }
  .boxsliderpanel .swiper-wrapper {
      margin-bottom: 61px;
  }
  .boxsliderpanel .swiper-pagination .swiper-pagination-bullet {
      width: 18px;
      height: 18px;
      margin: 0 7px;
  }
  .PersonalsliderPanel.boxsliderpanel .boxsliderbg{
  padding-top: 70px;
 }
 .PersonalsliderPanel.boxsliderpanel .boxsliderbg .lrnnew {
      margin-top: 30px;
  }
  .PersonalsliderPanel.boxsliderpanel .boxsliderbg .content{
      padding-top: 28px;
      padding-left: 80px;
  }
  .PersonalsliderPanel.boxsliderpanel .boxsliderbg .content h3{
      font-size: 24px;
      line-height: 30px;
  }
}
@media (min-width: 1400px) and (max-width: 1600px) {
    .PersonalsliderPanel.boxsliderpanel .boxsliderbg .content {
        padding-left: 50px;
    }
    .boxsliderpanel .boxsliderbg .imgesec {
        height: 49px;
       
    }
}

@media (min-width: 1279px) and (max-width: 1400px) {
  .boxsliderpanel .swiper-slide.swiper-slide-active{
      width: 700px !important;
  }
  .boxsliderpanel .swiper-slide.swiper-slide-visible.swiper-slide-next{
    opacity: 0.48;
  }
  .boxsliderpanel .grid-container-full{
    margin-left: 10%;
  }
}
.headerMainWrapper .header-menu li a:hover {
    color: #EDC108;
}

.headerMainWrapper .header-menu li.menu-open .first-level-link:hover, .headerMainWrapper .header-menu li.menu-mega-blog:hover .first-level-link, .dropdownMenu.menu-open:hover .first-level-link {
    color: #EDC108;
}

.business ul.menu-mega-blog-nav {
    flex-direction: column;
    height: 375px;
}
.personal ul.menu-mega-blog-nav {
    flex-direction: column;
    height: 245px;
}

.lending ul.menu-mega-blog-nav {
    flex-direction: column;
    height: 375px;
}

.business .flexBox.navInner {
    padding-bottom: 80px !important;
}
.circlepanel .ctabtnnew:hover {
    background-color: #041F55;
    color: #fff;
}
.boxsliderpanel .boxsliderbg .imgesec img:last-child{
  max-width: 90%;
  height: 80px;
  object-fit:contain;
}
.boxsliderpanel .boxsliderbg .imgesec img:first-child {
  margin-right: 18px;
  height: 70px;
}
.boxsliderpanel .boxsliderbg .imgesec{
  display: flex;
  justify-content: center;
  align-items: center;
  height: 100px;
}
.boxsliderpanel .boxsliderbg .content{
  min-height: 160px;
}
.PersonalsliderPanel.boxsliderpanel .boxsliderbg .content {
  min-height: 140px;
}
.boxsliderpanel .boxsliderbg .content h3{
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 2;
  overflow: hidden;
}
.boxsliderpanel .boxsliderbg .content p{
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 3;
  overflow: hidden;
}
.PersonalsliderPanel.boxsliderpanel .boxsliderbg .content h3{
  -webkit-line-clamp: 3;
}
@media screen and (min-width: 1401px){
  .boxsliderpanel .swiper-slide.swiper-slide-visible.swiper-slide-active, .boxsliderpanel .swiper-slide.swiper-slide-visible.swiper-slide-next{
    width: 46.399% !important;
  }
  .boxsliderpanel .swiper-slide.swiper-slide-visible.swiper-slide-next{
    width: 46.399% !important;
  }
}
@media screen and (min-width: 1024px){
  .boxsliderpanel .boxsliderbg .imgesec img:last-child{
    max-width: 100%;
    height: 100px;
    object-fit:contain;
  }
  .boxsliderpanel .boxsliderbg .imgesec img:first-child {
    margin-right: 28px;
  }
  .boxsliderpanel .boxsliderbg .content{
    padding-top: 26px;
  }
  .boxsliderpanel .boxsliderbg{
    padding-top: 34px;
    padding-bottom: 35px;
  }
  .PersonalsliderPanel.boxsliderpanel .boxsliderbg {
    padding-top: 32px;
    padding-bottom: 48px;
  }
  .PersonalsliderPanel.boxsliderpanel .boxsliderbg .content{
    padding-top: 50px;
    padding-left: 0;
    max-width: 308px;
  }
  .boxsliderpanel .boxsliderbg .content{
    min-height: 185px;
  }
  .PersonalsliderPanel.boxsliderpanel .boxsliderbg .content {
    min-height: 150px;
  }
}
@media (min-width: 460px) and (max-width: 1023px) {
  .boxsliderpanel .boxsliderbg{
    padding:20px;
  }
  .PersonalsliderPanel.boxsliderpanel .boxsliderbg {
    padding-top: 20px;
  }
  .BusinesssliderPanel .boxsliderpanel .boxsliderbg .content h3{
    line-height: 21px;
  }
}
@media (min-width: 375px) and (max-width: 459px) {
  .boxsliderpanel .boxsliderbg{
    padding:10px;
  }
  .PersonalsliderPanel.boxsliderpanel .boxsliderbg {
    padding-top: 10px;
  }
  .BusinesssliderPanel .boxsliderpanel .boxsliderbg .content h3{
    line-height: 21px;
  }
}
.map a + a {
  display: block;
  width: 100%;
  margin-top: 0px !important;
  }
.youtube-video {
    position: relative;
    padding-bottom: 56.25%; 
    height: 0;
}
 .youtube-video iframe {
        position: absolute;
        top: 0;
        left: 0;
        width: 100%;
        height: 100%;
 }

.fdicrtop {
    position: absolute;
    display: inline-flex;
    left: 0;
    bottom: 10px;
    font-family: "source-sans-pro", sans-serif;
    font-weight: 400;
    font-style: italic;
}
    .fdicrtop img {
        height: 15px;
    }
    .fdicrtop p {
        font-family: "source-sans-pro", sans-serif;
        font-size: 12.8px;
        line-height: 19px;
        margin-left: 5px;
        color: #000;
        margin-bottom: 0;
    }
.custom-header .fdicrtop {
    bottom: -25px;
}
@media (min-width: 1024px) and (max-width: 1279px) {
    .fdicrtop {
        bottom: 58px;
    }
        .fdicrtop p {
            font-size: 11.4px;
        }
    .custom-header .fdicrtop {
        bottom: -15px;
    }
}
@media (min-width: 1280px) and (max-width: 1365px) {
    .fdicrtop {
        bottom: 30px;
    }
}
@media (min-width: 1280px) and (max-width: 1400px) {

    .fdicrtop p {
        font-size: 11.4px;
    }
}
@media (max-width: 1023px) {
    .custom-header .logoBlock {
        padding-bottom: 00px;
    }
    .logoBlock {
        padding-bottom: 30px;
    }
        .fdicrtop {
        bottom: 5px;
        left: 0;      
    }
        .fdicrtop p {
            font-size: 9.8px;
        }
}

@media (min-width: 768px) and (max-width: 1023px) {
    .fdicrtop p {
        font-size: 11.8px;
    }
}

@media (max-width: 767px) {
    .custom-header .fdicrtop {
        bottom: -10px;
    }
    .logoBlock {
        padding-bottom: 55px;
    }

    .fdicrtop {
        bottom: -10px;
        left: 0;
    }
}
.menugridsec .flexwrap, header.custom-header .flexwrap {
    position: relative;
}

@media (min-width: 1024px) {
    header.custom-header .grid-container {
        padding-bottom: 34px;
    }
    
    .custom-header .fdicrtop {
        bottom: -32px;
    }
}
.sub_menu_title {
    font-size: 18px;
    line-height: 20px;
    font-weight: 800;
    color: #000034;
    margin-bottom: 0px;
    padding-bottom: 2px;
    padding-left: 7px;
    padding-top: 3px;
    position: relative;
}
.sub_menu_title{
    display:inline-block;
}

.bannertext img {
    margin-bottom:50px
}

@media (max-width: 767px) {
    .bannertext img {
        margin-bottom: 00px;
        max-width:70%;
    }
}

div#cs_rl_existingregfrm_parent_container {
    width: 1024px;
    padding: 50px;
    margin: 0px auto;
    background: #fff;
    border-radius: 50px;
    margin-top: 50px;
    margin-bottom: 50px;
}
form#cs_rl_tbl_rgForm {
    width: 100% !important;
    max-width: unset;
}

div#cs_rl_regfrm_parent_container {
    width: 1024px;
    padding: 50px;
    margin: 0px auto;
    background: #fff;
    border-radius: 50px;
    margin-top: 50px;
    margin-bottom: 50px;
}

.referPanelPad.threecolumnpanels {
    margin: 0px;
    padding: 50px;
}
.referThreeColumnPanel .colblock .innerblock {
    position: relative;
    padding: 0px;
    padding-top: 0px;
    width: 100%;
    min-height: 450px;
}
.referThreeColumnPanel canvas.referShape {
    width: 100%;
    height: 100%;
    position: absolute;
    top: 0px;
    left: 0px;
    z-index: 1;
}
.referThreeColumnPanel .colblock .innerblock .iconblock {
    position: absolute;
    width: 175px;
    height: 150px;
    background: #edc105;
    max-height: unset;
    left: 20px;
    top: 20px;
    padding: 15px;
    border-radius: 20px 0px 0px 0px;
}

.referThreeColumnPanel .colblock .innerblock .rContentBlock {
    width: 100%;
    height: auto;
    position: absolute;
    padding: 50px;
    z-index: 3;
}

.referThreeColumnPanel .colblock .innerblock .iconblock img {
    height: 55%;
}

.referThreeColumnPanel .colblock .innerblock .rContentBlock p {
    font-size: 16px;
    line-height: 24px;
}

.referThreeColumnPanel.threecolumnpanels {
    margin-top: 70px;
}

.referThreeColumnPanel.threecolumnpanels .headingWrapper.subHeading.text-center {
    margin-bottom: 60px;
}

.referLiveFormPanel.threecolumnpanels {
    margin-top: 80px;
    padding-top: 80px;
    padding-bottom: 60px;
}

.referThreeColumnPanel .colblock .innerblock .rContentBlock h4 {
    font-size: 24px;
    line-height: 28px;
}

.standardThreeColumnPanel.threecolumnpanels .innerblock {
    padding-top: 28px;
    padding-bottom: 40px;
}

.standardThreeColumnPanel.threecolumnpanels .innerWrap {
    margin-top: 60px;
    align-items: flex-start;
}

.standardThreeColumnPanel.threecolumnpanels .innerblocksection {
    border-radius: 20px;
}

.standardThreeColumnPanel.threecolumnpanels h4 {
    font-size: 22px;
    line-height: 28px;
    font-weight: 400;
    margin-bottom: 25px;
}

.standardThreeColumnPanel.threecolumnpanels ul li {
    list-style: disc;
    overflow: visible;
}

.standardThreeColumnPanel.threecolumnpanels ul li::marker {
    color: #e92c39;
}

.standardThreeColumnPanel.threecolumnpanels .innerblock .lrnnew {
    border: 1px solid #041f55;
}

.threecolumnpanels.generalcontnet.generalContentWithTitle.white p {
    font-size: 1rem;
    line-height: 1.35;
}
.threecolumnpanels.generalcontnet.generalContentWithTitle h4 {
    font-size: 24px;
    line-height: 30px;
    margin-bottom: 20px;
}

.threecolumnpanels.generalcontnet.generalContentWithTitle h5 {
    font-size: 18px;
    line-height: 19px;
}
.threecolumnpanels.generalcontnet.generalContentWithTitle p {
    margin-bottom: 20px;
}
h5.markedHContentT {
    border-top: 1px solid #ef8f94;
    font-size: 5.5rem;
    padding-top: 15px;
}
h5.markedHContentB {
    border-bottom: 1px solid #ef8f94;
    font-size: 5.5rem;
    padding-bottom: 15px;
}

h5.markedHContentT span {
    font-size: 1.7rem;
    font-weight: normal;
}

h5.markedHContentB span {
    font-size: 1.7rem;
    font-weight: normal;
}

.standardThreeColumnPanel.threecolumnpanels ul {
    margin-top: 20px;
    margin-bottom: 20px;
}

.standardThreeColumnPanel.threecolumnpanels .innerblock p {
    font-weight: normal;
}
.headerMainWrapper .header-menu li.dLogin {
    overflow: visible;
}
@media (max-width: 1440px) {
    h5.markedHContentT {
        font-size: 4rem;
    }

    h5.markedHContentB {
        font-size: 4rem;
    }

    h5.markedHContentT span {
        font-size: 1.5rem;
    }

    h5.markedHContentB span {
        font-size: 1.5rem;
    }

}
@media (max-width: 1199px) {
    div#cs_rl_existingregfrm_parent_container {
        width: 100%;
        padding: 20px;
        border-radius: 30px;
    }
    div#cs_rl_regfrm_parent_container {
        width: 100%;
        padding: 20px;
        border-radius: 30px;
    }
    h5.markedHContentT {
        font-size: 4rem;
    }
    h5.markedHContentT span {
        font-size: 1.5rem;
    }
    h5.markedHContentB {
        font-size: 4rem;
    }

    h5.markedHContentB span {
        font-size: 1.5rem;
    }
}
@media (max-width: 767px) {
    div#cs_rl_existingregfrm_parent_container {
        width: 100%;
        padding: 10px;
        border-radius: 18px;
    }
    div#cs_rl_regfrm_parent_container {
        width: 100%;
        padding: 10px;
        border-radius: 18px;
    }
    h5.markedHContentT {
        font-size: 4rem;
    }

    h5.markedHContentT span {
        font-size: 1.5rem;
    }

    h5.markedHContentB {
        font-size: 4rem;
    }

    h5.markedHContentB span {
        font-size: 1.5rem;
    }
}