/* External styles removed for independence */
.navy-blue-navy-gradient {
  background: #132863;
  background: -moz-linear-gradient(90deg, #132863 0%, #009de1 40%, #009de1 60%, #132863 100%);
  background: -webkit-linear-gradient(90deg, #132863 0%, #009de1 40%, #009de1 60%, #132863 100%);
  background: linear-gradient(90deg, #132863 0%, #009de1 40%, #009de1 60%, #132863 100%);
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr="#132863", endColorstr="#132863", GradientType=1);
}
.turquoise-gradient {
  background: #6ECCC5;
  background: -moz-linear-gradient(90deg, #00A699 0%, #6ECCC5 100%);
  background: -webkit-linear-gradient(90deg, #00A699 0%, #6ECCC5 100%);
  background: linear-gradient(90deg, #00A699 0%, #6ECCC5 100%);
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr=#00A699, endColorstr=#6ECCC5, GradientType=1);
}
.navy-gradient {
  background: #009DE1;
  background: -moz-linear-gradient(90deg, #132863 0%, #009DE1 100%);
  background: -webkit-linear-gradient(90deg, #132863 0%, #009DE1 100%);
  background: linear-gradient(90deg, #132863 0%, #009DE1 100%);
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr=#132863, endColorstr=#009DE1, GradientType=1);
}
.purple-gradient {
  background: #C06EAA;
  background: -moz-linear-gradient(90deg, #A62F99 0%, #C06EAA 100%);
  background: -webkit-linear-gradient(90deg, #A62F99 0%, #C06EAA 100%);
  background: linear-gradient(90deg, #A62F99 0%, #C06EAA 100%);
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr=#A62F99, endColorstr=#C06EAA, GradientType=1);
}
.blue-gradient {
  background: #2FB4E9;
  background: -moz-linear-gradient(90deg, #0089D0 0%, #2FB4E9 100%);
  background: -webkit-linear-gradient(90deg, #0089D0 0%, #2FB4E9 100%);
  background: linear-gradient(90deg, #0089D0 0%, #2FB4E9 100%);
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr=#0089D0, endColorstr=#2FB4E9, GradientType=1);
}
.grey-gradient {
  background: #CBCDD3;
  background: -moz-linear-gradient(90deg, #7A808C 0%, #CBCDD3 100%);
  background: -webkit-linear-gradient(90deg, #7A808C 0%, #CBCDD3 100%);
  background: linear-gradient(90deg, #7A808C 0%, #CBCDD3 100%);
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr=#7A808C, endColorstr=#CBCDD3, GradientType=1);
}
.dark-grey-gradient {
  background: #7A808C;
  background: -moz-linear-gradient(90deg, #344754 0%, #7A808C 100%);
  background: -webkit-linear-gradient(90deg, #344754 0%, #7A808C 100%);
  background: linear-gradient(90deg, #344754 0%, #7A808C 100%);
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr=#344754, endColorstr=#7A808C, GradientType=1);
}
.turquoise-gradient-vertical {
  background: #6ECCC5;
  background: -moz-linear-gradient(0deg, #00A699 0%, #6ECCC5 100%);
  background: -webkit-linear-gradient(0deg, #00A699 0%, #6ECCC5 100%);
  background: linear-gradient(0deg, #00A699 0%, #6ECCC5 100%);
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr=#00A699, endColorstr=#6ECCC5, GradientType=1);
}
.navy-gradient-vertical {
  background: #009DE1;
  background: -moz-linear-gradient(0deg, #132863 0%, #009DE1 100%);
  background: -webkit-linear-gradient(0deg, #132863 0%, #009DE1 100%);
  background: linear-gradient(0deg, #132863 0%, #009DE1 100%);
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr=#132863, endColorstr=#009DE1, GradientType=1);
}
.purple-gradient-vertical {
  background: #C06EAA;
  background: -moz-linear-gradient(0deg, #A62F99 0%, #C06EAA 100%);
  background: -webkit-linear-gradient(0deg, #A62F99 0%, #C06EAA 100%);
  background: linear-gradient(0deg, #A62F99 0%, #C06EAA 100%);
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr=#A62F99, endColorstr=#C06EAA, GradientType=1);
}
.blue-gradient-vertical {
  background: #2FB4E9;
  background: -moz-linear-gradient(0deg, #0089D0 0%, #2FB4E9 100%);
  background: -webkit-linear-gradient(0deg, #0089D0 0%, #2FB4E9 100%);
  background: linear-gradient(0deg, #0089D0 0%, #2FB4E9 100%);
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr=#0089D0, endColorstr=#2FB4E9, GradientType=1);
}
.grey-gradient-vertical {
  background: #CBCDD3;
  background: -moz-linear-gradient(0deg, #7A808C 0%, #CBCDD3 100%);
  background: -webkit-linear-gradient(0deg, #7A808C 0%, #CBCDD3 100%);
  background: linear-gradient(0deg, #7A808C 0%, #CBCDD3 100%);
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr=#7A808C, endColorstr=#CBCDD3, GradientType=1);
}
.dark-grey-gradient-vertical {
  background: #7A808C;
  background: -moz-linear-gradient(0deg, #344754 0%, #7A808C 100%);
  background: -webkit-linear-gradient(0deg, #344754 0%, #7A808C 100%);
  background: linear-gradient(0deg, #344754 0%, #7A808C 100%);
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr=#344754, endColorstr=#7A808C, GradientType=1);
}
.turquoise-gradient-diagonal {
  background: #6ECCC5;
  background: -moz-linear-gradient(150deg, #00A699 0%, #6ECCC5 100%);
  background: -webkit-linear-gradient(150deg, #00A699 0%, #6ECCC5 100%);
  background: linear-gradient(150deg, #00A699 0%, #6ECCC5 100%);
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr=#00A699, endColorstr=#6ECCC5, GradientType=1);
}
.navy-gradient-diagonal {
  background: #009DE1;
  background: -moz-linear-gradient(150deg, #132863 0%, #009DE1 100%);
  background: -webkit-linear-gradient(150deg, #132863 0%, #009DE1 100%);
  background: linear-gradient(150deg, #132863 0%, #009DE1 100%);
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr=#132863, endColorstr=#009DE1, GradientType=1);
}
.purple-gradient-diagonal {
  background: #C06EAA;
  background: -moz-linear-gradient(150deg, #A62F99 0%, #C06EAA 100%);
  background: -webkit-linear-gradient(150deg, #A62F99 0%, #C06EAA 100%);
  background: linear-gradient(150deg, #A62F99 0%, #C06EAA 100%);
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr=#A62F99, endColorstr=#C06EAA, GradientType=1);
}
.blue-gradient-diagonal {
  background: #2FB4E9;
  background: -moz-linear-gradient(150deg, #0089D0 0%, #2FB4E9 100%);
  background: -webkit-linear-gradient(150deg, #0089D0 0%, #2FB4E9 100%);
  background: linear-gradient(150deg, #0089D0 0%, #2FB4E9 100%);
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr=#0089D0, endColorstr=#2FB4E9, GradientType=1);
}
.grey-gradient-diagonal {
  background: #CBCDD3;
  background: -moz-linear-gradient(150deg, #7A808C 0%, #CBCDD3 100%);
  background: -webkit-linear-gradient(150deg, #7A808C 0%, #CBCDD3 100%);
  background: linear-gradient(150deg, #7A808C 0%, #CBCDD3 100%);
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr=#7A808C, endColorstr=#CBCDD3, GradientType=1);
}
.dark-grey-gradient-diagonal {
  background: #7A808C;
  background: -moz-linear-gradient(150deg, #344754 0%, #7A808C 100%);
  background: -webkit-linear-gradient(150deg, #344754 0%, #7A808C 100%);
  background: linear-gradient(150deg, #344754 0%, #7A808C 100%);
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr=#344754, endColorstr=#7A808C, GradientType=1);
}
/* This stylesheet generated by Transfonter (http://transfonter.org) */
@font-face {
  font-family: 'MyriadPro-It';
  src: url('../fonts/MyriadPro-It.eot');
  src: url('../fonts/MyriadPro-It.eot#iefix') format('embedded-opentype'), url('../fonts/MyriadPro-It.woff') format('woff'), url('../fonts/MyriadPro-It.ttf') format('truetype'), url('../images/MyriadPro-It.svg#MyriadPro-It') format('svg');
  font-weight: normal;
  font-style: italic;
}
@font-face {
  font-family: 'MyriadPro';
  src: url('../fonts/MyriadPro-Bold.eot');
  src: url('../fonts/MyriadPro-Bold.eot#iefix') format('embedded-opentype'), url('../fonts/MyriadPro-Bold.woff') format('woff'), url('../fonts/MyriadPro-Bold.ttf') format('truetype'), url('../images/MyriadPro-Bold.svg#MyriadPro-Bold') format('svg');
  font-weight: bold;
  font-style: normal;
}
@font-face {
  font-family: 'MyriadPro';
  src: url('../fonts/MyriadPro-Light.otf');
  src: url('../fonts/MyriadPro-Light.otf#iefix') format('opentype');
  font-weight: 100;
  font-style: normal;
}
@font-face {
  font-family: 'MyriadPro';
  src: url('../fonts/MyriadPro-Regular.eot');
  src: url('../fonts/MyriadPro-Regular.eot#iefix') format('embedded-opentype'), url('../fonts/MyriadPro-Regular.woff') format('woff'), url('../fonts/MyriadPro-Regular.ttf') format('truetype'), url('../images/MyriadPro-Regular.svg#MyriadPro-Regular') format('svg');
  font-weight: normal;
  font-style: normal;
}
*:focus {
  border: 1px solid #2fb4e9;
}
.c-blue {
  color: #009DE1 !important;
}
.c-navy {
  color: #004587 !important;
}
.c-white {
  color: #FFFFFF !important;
}
.c-light-blue {
  color: #85B9E3 !important;
}
.c-dark-blue {
  color: #065482 !important;
}
.c-turquoise {
  color: #6ECCC5 !important;
}
.c-purple {
  color: #A62F99 !important;
}
.c-dark-grey {
  color: #344754 !important;
}
.c-grey {
  color: #7A808C !important;
}
.c-light-grey {
  color: #A6A8B1 !important;
}
.c-silver-grey {
  color: #CBCDD3 !important;
}
.c-go {
  color: #A2C617 !important;
}
.c-amber {
  color: #F39200 !important;
}
.c-stop {
  color: #E30613 !important;
}
.c-sun {
  color: #FFD500 !important;
}
.c-light-blue-text {
  color: #2fb4e9 !important;
}
.c-turquoise-text {
  color: #73C5C1 !important;
}
.c-purple-text {
  color: #9c398d !important;
}
.c-footer-text {
  color: #004587 !important;
}
.bg-blue {
  background-color: #009DE1 !important;
}
.bg-navy {
  background-color: #004587 !important;
}
.bg-white {
  background-color: #FFFFFF !important;
}
.bg-light-blue {
  background-color: #85B9E3 !important;
}
.bg-lighter-blue {
  background-color: #B5D4EF !important;
}
.bg-dark-blue {
  background-color: #065482 !important;
}
.bg-turquoise {
  background-color: #6ECCC5 !important;
}
.bg-purple {
  background-color: #A62F99 !important;
}
.bg-dark-grey {
  background-color: #344754 !important;
}
.bg-grey {
  background-color: #7A808C !important;
}
.bg-light-grey {
  background-color: #A6A8B1 !important;
}
.bg-silver-grey {
  background-color: #CBCDD3 !important;
}
.bg-go {
  background-color: #A2C617 !important;
}
.bg-amber {
  background-color: #F39200 !important;
}
.bg-stop {
  background-color: #E30613 !important;
}
.bg-sun {
  background-color: #FFD500 !important;
}
.bg-transparent {
  background-color: transparent !important;
}
.bg-light-blue-text {
  background-color: #2fb4e9 !important;
}
.bg-light-blue-background {
  background-color: #e0f4fc !important;
}
.bg-lighter-grey {
  background-color: #f2f2f3 !important;
}
.bg-navy-footer-text {
  background-color: #004587 !important;
}
.b-blue {
  border-color: #009DE1 !important;
}
.b-blue:hover {
  background-color: #009DE1 !important;
  color: #fff !important;
}
.b-navy {
  border-color: #004587 !important;
}
.b-navy:hover {
  background-color: #004587 !important;
  color: #fff !important;
}
.b-white {
  border-color: #FFFFFF !important;
}
.b-white:hover {
  background-color: #FFFFFF !important;
  color: #fff !important;
}
.b-light-blue {
  border-color: #85B9E3 !important;
}
.b-light-blue:hover {
  background-color: #85B9E3 !important;
  color: #fff !important;
}
.b-dark-blue {
  border-color: #065482 !important;
}
.b-dark-blue:hover {
  background-color: #065482 !important;
  color: #fff !important;
}
.b-turquoise {
  border-color: #6ECCC5 !important;
}
.b-turquoise:hover {
  background-color: #6ECCC5 !important;
  color: #fff !important;
}
.b-purple {
  border-color: #A62F99 !important;
}
.b-purple:hover {
  background-color: #A62F99 !important;
  color: #fff !important;
}
.b-darkborderrey {
  border-color: #344754 !important;
}
.b-darkborderrey:hover {
  background-color: #344754 !important;
  color: #fff !important;
}
.b-grey {
  border-color: #7A808C !important;
}
.b-grey:hover {
  background-color: #7A808C !important;
  color: #fff !important;
}
.b-light-grey {
  border-color: #A6A8B1 !important;
}
.b-light-grey:hover {
  background-color: #A6A8B1 !important;
  color: #fff !important;
}
.b-silver-grey {
  border-color: #CBCDD3 !important;
}
.b-silver-grey:hover {
  background-color: #CBCDD3 !important;
  color: #fff !important;
}
.b-go {
  border-color: #A2C617 !important;
}
.b-go:hover {
  background-color: #A2C617 !important;
  color: #fff !important;
}
.b-amber {
  border-color: #F39200 !important;
}
.b-amber:hover {
  background-color: #F39200 !important;
  color: #fff !important;
}
.b-stop {
  border-color: #E30613 !important;
}
.b-stop:hover {
  background-color: #E30613 !important;
  color: #fff !important;
}
.b-sun {
  border-color: #FFD500 !important;
}
.b-sun:hover {
  background-color: #FFD500 !important;
  color: #fff !important;
}
a {
  font-weight: bold;
}
a:not(.ab-item):not(.homepage-header-button):not(.homepage-bottom-links-row a):not(#CybotCookiebotDialogBodyLevelButtonLevelOptinAllowallSelectionWrapper a):not(.top-bar-message-text a) {
  color: #004587;
}
.link {
  font-size: 18px;
  color: #2fb4e9 !important;
  font-weight: bold;
  text-decoration: underline;
}
.highlight {
  background-color: #2fb4e9;
  color: #FFFFFF;
}
.highlight.active {
  background-color: #A62F99;
}
.nav-single {
  width: 50%;
  margin: 0 auto;
  padding-top: 0 !important;
}
@media all and (max-width: 1112px) {
  .nav-single {
    width: 65% !important;
  }
}
@media all and (max-width: 980px) {
  .nav-single {
    width: 70% !important;
  }
}
@media all and (max-width: 568px) {
  .nav-single {
    width: 80% !important;
  }
}
@media all and (max-width: 425px) {
  .nav-single {
    width: 85% !important;
  }
}
.nav-previous a span,
.nav-next a span {
  font-size: 25px;
  color: #004587;
}
@media all and (max-width: 425px) {
  .nav-previous a span,
  .nav-next a span {
    font-size: 20px !important;
  }
}
.nav-previous,
.nav-next {
  border: 1px solid #A6A8B1;
  padding: 0 10px;
}
.nav-previous a span:hover,
.nav-next a span:hover {
  color: #2fb4e9;
}
.nav-single {
  /* border-top: 1px solid; */
  padding-top: 20px;
}
.e-btn {
  min-width: 300px;
  padding: 5px 0 !important;
  border-radius: 100px !important;
  border: 0;
  font-size: 20px;
  color: #ffffff;
  display: inline-block;
  text-align: center;
  text-decoration: none !important;
  -webkit-box-shadow: 0px 5px 7px 1px rgba(0, 0, 0, 0.64);
  -moz-box-shadow: 0px 5px 7px 1px rgba(0, 0, 0, 0.64);
  box-shadow: 0px 5px 7px 1px rgba(0, 0, 0, 0.64);
  transition: all linear 0.1s;
  margin: 10px;
  position: relative;
}
.e-btn.e-btn-sm {
  min-width: 180px;
  padding: 10px 40px !important;
}
.e-btn.e-btn-flat {
  box-shadow: none !important;
  padding: 5px 40px !important;
}
.e-btn.e-btn-border {
  border: 1px solid;
  box-shadow: none !important;
  background-color: transparent;
}
.e-btn .e-btn-icon {
  position: absolute;
  right: 15px;
  width: 30px;
}
.e-btn .e-btn-icon.left {
  right: none;
  left: 15px;
}
.e-btn:hover {
  color: #fff;
  -webkit-box-shadow: 0px 1px 2px 1px rgba(0, 0, 0, 0.64);
  -moz-box-shadow: 0px 1px 2px 1px rgba(0, 0, 0, 0.64);
  box-shadow: 0px 1px 2px 1px rgba(0, 0, 0, 0.64);
}
@media only screen and (max-width: 980px) {
  .e-btn {
    padding: 10px 40px !important;
  }
}
.e-helper {
  border-radius: 50%;
  background-color: transparent;
  border: 2px solid #009DE1;
  width: 30px;
  height: 30px;
  position: absolute;
  right: -40px;
  color: #009DE1;
  font-size: 28px;
  padding: 0;
  text-align: center;
}
.e-helper:hover {
  text-decoration: none;
}
.e-helper span {
  display: block;
  margin-top: -8px;
}
#page-container {
  margin: 0 auto;
}
#main-header {
  width: 100%;
}
#main-header.et-fixed-header {
  overflow: hidden !important;
  position: fixed !important;
}
@media all and (max-width: 630px) {
  #main-header .container.et_menu_container {
    height: 100px !important;
  }
}
body {
  font-family: 'MyriadPro', sans-serif !important;
  max-width: 100vw;
  overflow-x: hidden;
}
body.menu-active {
  overflow: hidden !important;
  height: 100vh !important;
}
body.search #et-main-area .container {
  width: 50% !important;
  max-width: 960px !important;
  transform: translate(0px, -4em);
  background: transparent;
}
body.search #et-main-area .container .post-info {
  padding-bottom: 1em;
}
@media all and (max-width: 1024px) {
  body.search #et-main-area .container {
    transform: translate(0px, -2em);
  }
}
@media all and (max-width: 768px) {
  body.search #et-main-area .container {
    transform: translate(0px, -1em);
  }
}
@media all and (max-width: 425px) {
  body.search #et-main-area .container {
    transform: translate(0px, 0px);
  }
}
body.search #et-main-area .container h2 {
  font-size: 24px !important;
  color: #004587;
  font-weight: bold;
  line-height: 1.4em !important;
  padding-bottom: 0;
}
body.search #et-main-area .container .excerpt_part,
body.search #et-main-area .container .readmore-btn {
  font-size: 18px;
  font-weight: normal;
  line-height: 1.4em !important;
}
body.search #et-main-area .container .readmore-btn {
  color: #2fb4e9;
}
body.search #et-main-area .container .excerpt_part {
  color: #000;
}
body.search #et-main-area .container h1 {
  color: #2fb4e9;
  font-size: 48px !important;
  font-weight: lighter;
  margin-bottom: 1em;
}
@media all and (max-width: 568px) {
  body.search #et-main-area .container h1 {
    font-size: 40px !important;
  }
}
@media all and (max-width: 425px) {
  body.search #et-main-area .container h1 {
    font-size: 35px !important;
  }
}
body.page-template-sitemap-template .entry-content > .et_pb_section {
  z-index: 1;
}
body.page-template-sitemap-template .entry-content > .et_pb_section .sitemap-pages {
  list-style: none;
  padding: 0;
  margin-bottom: 1em;
}
body.page-template-sitemap-template .entry-content > .et_pb_section .sitemap-pages li a {
  font-size: 24px !important;
  color: #004587 !important;
  font-weight: normal !important;
  line-height: 44px !important;
  padding-bottom: 0;
}
body.page-template-sitemap-template .entry-content > .et_pb_section .sitemap-pages .children {
  list-style: none;
}
body.home .footer-road-image {
  display: none;
}
body.home .et_pb_section:not(.top-bar-message-section):not(.footer-road-image) .et_pb_row:not(.homepage-header-row):not(.homepage-bottom-links-row):not(.no-padding),
body.home .et_pb_section:not(.top-bar-message-section):not(.footer-menu-section) .et_pb_row:not(.homepage-header-row):not(.homepage-bottom-links-row):not(.no-padding) {
  width: 40% !important;
  padding: 0 0 2em 0 !important;
}
body.home .et_pb_section:not(.top-bar-message-section):not(.footer-road-image) .et_pb_row:not(.homepage-header-row):not(.homepage-bottom-links-row):not(.no-padding):not(.homepage-bottom-links-row),
body.home .et_pb_section:not(.top-bar-message-section):not(.footer-menu-section) .et_pb_row:not(.homepage-header-row):not(.homepage-bottom-links-row):not(.no-padding):not(.homepage-bottom-links-row) {
  max-width: 950px;
}
@media all and (max-width: 1500px) {
  body.home .et_pb_section:not(.top-bar-message-section):not(.footer-road-image) .et_pb_row:not(.homepage-header-row):not(.homepage-bottom-links-row):not(.no-padding),
  body.home .et_pb_section:not(.top-bar-message-section):not(.footer-menu-section) .et_pb_row:not(.homepage-header-row):not(.homepage-bottom-links-row):not(.no-padding) {
    width: 46% !important;
  }
}
@media all and (max-width: 1440px) {
  body.home .et_pb_section:not(.top-bar-message-section):not(.footer-road-image) .et_pb_row:not(.homepage-header-row):not(.homepage-bottom-links-row):not(.no-padding),
  body.home .et_pb_section:not(.top-bar-message-section):not(.footer-menu-section) .et_pb_row:not(.homepage-header-row):not(.homepage-bottom-links-row):not(.no-padding) {
    width: 50% !important;
  }
}
@media all and (max-width: 1366px) {
  body.home .et_pb_section:not(.top-bar-message-section):not(.footer-road-image) .et_pb_row:not(.homepage-header-row):not(.homepage-bottom-links-row):not(.no-padding),
  body.home .et_pb_section:not(.top-bar-message-section):not(.footer-menu-section) .et_pb_row:not(.homepage-header-row):not(.homepage-bottom-links-row):not(.no-padding) {
    width: 65% !important;
  }
}
@media all and (max-width: 1024px) {
  body.home .et_pb_section:not(.top-bar-message-section):not(.footer-road-image) .et_pb_row:not(.homepage-header-row):not(.homepage-bottom-links-row):not(.no-padding),
  body.home .et_pb_section:not(.top-bar-message-section):not(.footer-menu-section) .et_pb_row:not(.homepage-header-row):not(.homepage-bottom-links-row):not(.no-padding) {
    width: 60% !important;
  }
}
@media all and (max-width: 768px) {
  body.home .et_pb_section:not(.top-bar-message-section):not(.footer-road-image) .et_pb_row:not(.homepage-header-row):not(.homepage-bottom-links-row):not(.no-padding),
  body.home .et_pb_section:not(.top-bar-message-section):not(.footer-menu-section) .et_pb_row:not(.homepage-header-row):not(.homepage-bottom-links-row):not(.no-padding) {
    width: 80% !important;
  }
}
@media all and (max-width: 425px) {
  body.home .et_pb_section:not(.top-bar-message-section):not(.footer-road-image) .et_pb_row:not(.homepage-header-row):not(.homepage-bottom-links-row):not(.no-padding),
  body.home .et_pb_section:not(.top-bar-message-section):not(.footer-menu-section) .et_pb_row:not(.homepage-header-row):not(.homepage-bottom-links-row):not(.no-padding) {
    width: 75% !important;
  }
}
@media all and (max-width: 375px) {
  body.home .et_pb_section:not(.top-bar-message-section):not(.footer-road-image) .et_pb_row:not(.homepage-header-row):not(.homepage-bottom-links-row):not(.no-padding),
  body.home .et_pb_section:not(.top-bar-message-section):not(.footer-menu-section) .et_pb_row:not(.homepage-header-row):not(.homepage-bottom-links-row):not(.no-padding) {
    width: 80% !important;
  }
}
body.home .et_pb_section:not(.top-bar-message-section):not(.footer-road-image).homepage-subtitle-section > .et_pb_row .et_pb_text_inner,
body.home .et_pb_section:not(.top-bar-message-section):not(.footer-menu-section).homepage-subtitle-section > .et_pb_row .et_pb_text_inner {
  text-align: center !important;
}
@media all and (max-width: 768px) {
  body.home .et_pb_section:not(.top-bar-message-section):not(.footer-road-image).homepage-header-section > .homepage-header-row,
  body.home .et_pb_section:not(.top-bar-message-section):not(.footer-menu-section).homepage-header-section > .homepage-header-row {
    padding-bottom: 0 !important;
  }
}
@media all and (max-width: 425px) {
  body.home .et_pb_section:not(.top-bar-message-section):not(.footer-road-image).homepage-header-section > .homepage-header-row,
  body.home .et_pb_section:not(.top-bar-message-section):not(.footer-menu-section).homepage-header-section > .homepage-header-row {
    width: 75% !important;
  }
}
@media all and (max-width: 375px) {
  body.home .et_pb_section:not(.top-bar-message-section):not(.footer-road-image).homepage-header-section > .homepage-header-row,
  body.home .et_pb_section:not(.top-bar-message-section):not(.footer-menu-section).homepage-header-section > .homepage-header-row {
    width: 80% !important;
  }
}
body.home .et_pb_section:not(.top-bar-message-section):not(.footer-road-image).homepage-header-section > .homepage-header-row > .homepage-header-column:first-child .et_pb_button_module_wrapper,
body.home .et_pb_section:not(.top-bar-message-section):not(.footer-menu-section).homepage-header-section > .homepage-header-row > .homepage-header-column:first-child .et_pb_button_module_wrapper {
  text-align: left !important;
}
@media all and (max-width: 812px) {
  body.home .et_pb_section:not(.top-bar-message-section):not(.footer-road-image).homepage-header-section > .homepage-header-row > .homepage-header-column:first-child .et_pb_button_module_wrapper,
  body.home .et_pb_section:not(.top-bar-message-section):not(.footer-menu-section).homepage-header-section > .homepage-header-row > .homepage-header-column:first-child .et_pb_button_module_wrapper {
    text-align: center !important;
  }
}
body.home .et_pb_section:not(.top-bar-message-section):not(.footer-road-image).homepage-header-section > .homepage-header-row > .homepage-header-column:last-child .et_pb_button_module_wrapper,
body.home .et_pb_section:not(.top-bar-message-section):not(.footer-menu-section).homepage-header-section > .homepage-header-row > .homepage-header-column:last-child .et_pb_button_module_wrapper {
  text-align: right !important;
}
@media all and (max-width: 812px) {
  body.home .et_pb_section:not(.top-bar-message-section):not(.footer-road-image).homepage-header-section > .homepage-header-row > .homepage-header-column:last-child .et_pb_button_module_wrapper,
  body.home .et_pb_section:not(.top-bar-message-section):not(.footer-menu-section).homepage-header-section > .homepage-header-row > .homepage-header-column:last-child .et_pb_button_module_wrapper {
    text-align: center !important;
  }
}
body.home .et_pb_section:not(.top-bar-message-section):not(.footer-road-image).homepage-header-section > .homepage-header-row > .homepage-header-column .e-btn,
body.home .et_pb_section:not(.top-bar-message-section):not(.footer-menu-section).homepage-header-section > .homepage-header-row > .homepage-header-column .e-btn {
  margin: 0 !important;
}
body.home .et_pb_section:not(.top-bar-message-section):not(.footer-road-image).homepage-header-section > .homepage-header-row > .homepage-header-column .et_pb_button_module_wrapper,
body.home .et_pb_section:not(.top-bar-message-section):not(.footer-menu-section).homepage-header-section > .homepage-header-row > .homepage-header-column .et_pb_button_module_wrapper {
  margin-bottom: 1em !important;
}
@media all and (max-height: 700px) {
  body.home .et_pb_section:not(.top-bar-message-section):not(.footer-road-image).homepage-header-section > .homepage-header-row > .homepage-header-column .et_pb_button_module_wrapper,
  body.home .et_pb_section:not(.top-bar-message-section):not(.footer-menu-section).homepage-header-section > .homepage-header-row > .homepage-header-column .et_pb_button_module_wrapper {
    margin-bottom: 0.5em !important;
  }
}
@media all and (max-height: 550px) {
  body.home .et_pb_section:not(.top-bar-message-section):not(.footer-road-image).homepage-header-section > .homepage-header-row > .homepage-header-column .et_pb_button_module_wrapper,
  body.home .et_pb_section:not(.top-bar-message-section):not(.footer-menu-section).homepage-header-section > .homepage-header-row > .homepage-header-column .et_pb_button_module_wrapper {
    margin-bottom: 0.25em !important;
  }
}
body.home .et_pb_section:not(.top-bar-message-section):not(.footer-road-image).compare-section .et_pb_row,
body.home .et_pb_section:not(.top-bar-message-section):not(.footer-menu-section).compare-section .et_pb_row {
  padding-bottom: 1em !important;
}
@media all and (max-width: 568px) {
  body.home .et_pb_section:not(.top-bar-message-section):not(.footer-road-image).compare-section .et_pb_row .et_pb_text_inner,
  body.home .et_pb_section:not(.top-bar-message-section):not(.footer-menu-section).compare-section .et_pb_row .et_pb_text_inner {
    text-align: center;
  }
}
body.home .et_pb_section:not(.top-bar-message-section):not(.footer-road-image).compare-section .et_pb_row:not(:first-child),
body.home .et_pb_section:not(.top-bar-message-section):not(.footer-menu-section).compare-section .et_pb_row:not(:first-child) {
  padding-right: 2em !important;
  padding-left: 2em !important;
  padding-bottom: 0.5em !important;
}
@media all and (max-width: 568px) {
  body.home .et_pb_section:not(.top-bar-message-section):not(.footer-road-image).compare-section .et_pb_row:not(:first-child),
  body.home .et_pb_section:not(.top-bar-message-section):not(.footer-menu-section).compare-section .et_pb_row:not(:first-child) {
    padding-right: 0 !important;
    padding-left: 0 !important;
  }
}
body.home .et_pb_section:not(.top-bar-message-section):not(.footer-road-image).compare-section .et_pb_row.compare-row-subtitle .et_pb_module,
body.home .et_pb_section:not(.top-bar-message-section):not(.footer-menu-section).compare-section .et_pb_row.compare-row-subtitle .et_pb_module {
  width: 250px;
}
@media all and (max-width: 1112px) {
  body.home .et_pb_section:not(.top-bar-message-section):not(.footer-road-image).compare-section .et_pb_row.compare-row-subtitle .et_pb_module,
  body.home .et_pb_section:not(.top-bar-message-section):not(.footer-menu-section).compare-section .et_pb_row.compare-row-subtitle .et_pb_module {
    width: 100%;
  }
}
body.home .et_pb_section:not(.top-bar-message-section):not(.footer-road-image).compare-section .et_pb_row.compare-row-subtitle .et_pb_text_inner,
body.home .et_pb_section:not(.top-bar-message-section):not(.footer-menu-section).compare-section .et_pb_row.compare-row-subtitle .et_pb_text_inner {
  text-align: center !important;
}
body.home .et_pb_section:not(.top-bar-message-section):not(.footer-road-image).compare-section .et_pb_row.compare-row-buttons > .et_pb_column,
body.home .et_pb_section:not(.top-bar-message-section):not(.footer-menu-section).compare-section .et_pb_row.compare-row-buttons > .et_pb_column {
  width: 50% !important;
  margin-right: 0 !important;
}
@media all and (max-width: 768px) {
  body.home .et_pb_section:not(.top-bar-message-section):not(.footer-road-image).compare-section .et_pb_row.compare-row-buttons > .et_pb_column,
  body.home .et_pb_section:not(.top-bar-message-section):not(.footer-menu-section).compare-section .et_pb_row.compare-row-buttons > .et_pb_column {
    width: 100% !important;
  }
}
body.home .et_pb_section:not(.top-bar-message-section):not(.footer-road-image).compare-section .et_pb_row.compare-row-buttons > .et_pb_column:first-child,
body.home .et_pb_section:not(.top-bar-message-section):not(.footer-menu-section).compare-section .et_pb_row.compare-row-buttons > .et_pb_column:first-child {
  text-align: left;
}
@media all and (max-width: 1112px) {
  body.home .et_pb_section:not(.top-bar-message-section):not(.footer-road-image).compare-section .et_pb_row.compare-row-buttons > .et_pb_column:first-child,
  body.home .et_pb_section:not(.top-bar-message-section):not(.footer-menu-section).compare-section .et_pb_row.compare-row-buttons > .et_pb_column:first-child {
    text-align: center;
  }
}
body.home .et_pb_section:not(.top-bar-message-section):not(.footer-road-image).compare-section .et_pb_row.compare-row-buttons > .et_pb_column:last-child,
body.home .et_pb_section:not(.top-bar-message-section):not(.footer-menu-section).compare-section .et_pb_row.compare-row-buttons > .et_pb_column:last-child {
  text-align: right;
}
@media all and (max-width: 1112px) {
  body.home .et_pb_section:not(.top-bar-message-section):not(.footer-road-image).compare-section .et_pb_row.compare-row-buttons > .et_pb_column:last-child,
  body.home .et_pb_section:not(.top-bar-message-section):not(.footer-menu-section).compare-section .et_pb_row.compare-row-buttons > .et_pb_column:last-child {
    text-align: center;
  }
}
body.home .et_pb_section:not(.top-bar-message-section):not(.footer-road-image).compare-section .et_pb_row.compare-row-buttons .et_pb_button_module_wrapper .e-btn,
body.home .et_pb_section:not(.top-bar-message-section):not(.footer-menu-section).compare-section .et_pb_row.compare-row-buttons .et_pb_button_module_wrapper .e-btn {
  min-width: 250px;
}
@media all and (max-width: 768px) {
  body.home .et_pb_section:not(.top-bar-message-section):not(.footer-road-image).compare-section .et_pb_row.compare-rows-text .compare-row-text:first-child,
  body.home .et_pb_section:not(.top-bar-message-section):not(.footer-menu-section).compare-section .et_pb_row.compare-rows-text .compare-row-text:first-child {
    margin-bottom: 1em !important;
    border-right: none;
    border-bottom: 1px solid #85B9E3;
  }
}
@media all and (max-width: 768px) {
  body.home .et_pb_section:not(.top-bar-message-section):not(.footer-road-image).compare-section .et_pb_row.compare-rows-text .compare-row-text .et_pb_module,
  body.home .et_pb_section:not(.top-bar-message-section):not(.footer-menu-section).compare-section .et_pb_row.compare-rows-text .compare-row-text .et_pb_module {
    padding: 0 !important;
    text-align: center;
    margin-bottom: 0.5em;
  }
}
@media all and (max-width: 768px) {
  body.home .et_pb_section:not(.top-bar-message-section):not(.footer-road-image).compare-section .et_pb_row.compare-rows-text .compare-row-text .et_pb_module .roads,
  body.home .et_pb_section:not(.top-bar-message-section):not(.footer-menu-section).compare-section .et_pb_row.compare-rows-text .compare-row-text .et_pb_module .roads {
    justify-content: center;
  }
}
@media all and (max-width: 768px) {
  body.home .et_pb_section:not(.top-bar-message-section):not(.footer-road-image).compare-section .et_pb_row.compare-rows-text .compare-row-text,
  body.home .et_pb_section:not(.top-bar-message-section):not(.footer-menu-section).compare-section .et_pb_row.compare-rows-text .compare-row-text {
    width: 100%;
    padding: 0 !important;
  }
}
body.home .et_pb_section:not(.top-bar-message-section):not(.footer-road-image).homepage-bottom-links-section .homepage-bottom-links-row,
body.home .et_pb_section:not(.top-bar-message-section):not(.footer-menu-section).homepage-bottom-links-section .homepage-bottom-links-row {
  width: 50%;
}
body.home .et_pb_section:not(.top-bar-message-section):not(.footer-road-image).homepage-bottom-links-section .homepage-bottom-links-row > .et_pb_column a,
body.home .et_pb_section:not(.top-bar-message-section):not(.footer-menu-section).homepage-bottom-links-section .homepage-bottom-links-row > .et_pb_column a {
  font-weight: 400 !important;
  padding: 5px !important;
  line-height: 35px !important;
}
@media all and (max-width: 568px) {
  body.home .et_pb_section:not(.top-bar-message-section):not(.footer-road-image).homepage-bottom-links-section .homepage-bottom-links-row > .et_pb_column,
  body.home .et_pb_section:not(.top-bar-message-section):not(.footer-menu-section).homepage-bottom-links-section .homepage-bottom-links-row > .et_pb_column {
    width: 100% !important;
    margin: 0;
  }
}
@media all and (max-width: 1650px) {
  body.home .et_pb_section:not(.top-bar-message-section):not(.footer-road-image).homepage-bottom-links-section .homepage-bottom-links-row,
  body.home .et_pb_section:not(.top-bar-message-section):not(.footer-menu-section).homepage-bottom-links-section .homepage-bottom-links-row {
    width: 65% !important;
  }
}
@media all and (max-width: 1366px) {
  body.home .et_pb_section:not(.top-bar-message-section):not(.footer-road-image).homepage-bottom-links-section .homepage-bottom-links-row,
  body.home .et_pb_section:not(.top-bar-message-section):not(.footer-menu-section).homepage-bottom-links-section .homepage-bottom-links-row {
    width: 75% !important;
  }
}
@media all and (max-width: 1112px) {
  body.home .et_pb_section:not(.top-bar-message-section):not(.footer-road-image).homepage-bottom-links-section .homepage-bottom-links-row,
  body.home .et_pb_section:not(.top-bar-message-section):not(.footer-menu-section).homepage-bottom-links-section .homepage-bottom-links-row {
    width: 85% !important;
  }
}
@media all and (max-width: 980px) {
  body.home .et_pb_section:not(.top-bar-message-section):not(.footer-road-image).homepage-bottom-links-section .homepage-bottom-links-row,
  body.home .et_pb_section:not(.top-bar-message-section):not(.footer-menu-section).homepage-bottom-links-section .homepage-bottom-links-row {
    width: 75% !important;
  }
}
@media all and (max-width: 800px) {
  body.home .et_pb_section:not(.top-bar-message-section):not(.footer-road-image).homepage-bottom-links-section .homepage-bottom-links-row,
  body.home .et_pb_section:not(.top-bar-message-section):not(.footer-menu-section).homepage-bottom-links-section .homepage-bottom-links-row {
    width: 35% !important;
  }
}
@media all and (max-width: 568px) {
  body.home .et_pb_section:not(.top-bar-message-section):not(.footer-road-image).homepage-bottom-links-section .homepage-bottom-links-row,
  body.home .et_pb_section:not(.top-bar-message-section):not(.footer-menu-section).homepage-bottom-links-section .homepage-bottom-links-row {
    width: 50% !important;
  }
}
@media all and (max-width: 425px) {
  body.home .et_pb_section:not(.top-bar-message-section):not(.footer-road-image).homepage-bottom-links-section .homepage-bottom-links-row,
  body.home .et_pb_section:not(.top-bar-message-section):not(.footer-menu-section).homepage-bottom-links-section .homepage-bottom-links-row {
    width: 75% !important;
  }
}
body.home .et_pb_section:not(.top-bar-message-section):not(.footer-road-image).homepage-bottom-partners .et_pb_row.images,
body.home .et_pb_section:not(.top-bar-message-section):not(.footer-menu-section).homepage-bottom-partners .et_pb_row.images {
  width: 65% !important;
  height: 80px;
  padding: 0 !important;
}
@media all and (max-width: 1366px) {
  body.home .et_pb_section:not(.top-bar-message-section):not(.footer-road-image).homepage-bottom-partners .et_pb_row.images,
  body.home .et_pb_section:not(.top-bar-message-section):not(.footer-menu-section).homepage-bottom-partners .et_pb_row.images {
    width: 75% !important;
  }
}
@media all and (max-width: 1152px) {
  body.home .et_pb_section:not(.top-bar-message-section):not(.footer-road-image).homepage-bottom-partners .et_pb_row.images,
  body.home .et_pb_section:not(.top-bar-message-section):not(.footer-menu-section).homepage-bottom-partners .et_pb_row.images {
    height: 65px;
  }
}
@media all and (max-width: 1024px) {
  body.home .et_pb_section:not(.top-bar-message-section):not(.footer-road-image).homepage-bottom-partners .et_pb_row.images,
  body.home .et_pb_section:not(.top-bar-message-section):not(.footer-menu-section).homepage-bottom-partners .et_pb_row.images {
    width: 85% !important;
  }
}
@media all and (max-width: 980px) {
  body.home .et_pb_section:not(.top-bar-message-section):not(.footer-road-image).homepage-bottom-partners .et_pb_row.images,
  body.home .et_pb_section:not(.top-bar-message-section):not(.footer-menu-section).homepage-bottom-partners .et_pb_row.images {
    width: 50% !important;
    height: 170px;
  }
}
@media all and (max-width: 768px) {
  body.home .et_pb_section:not(.top-bar-message-section):not(.footer-road-image).homepage-bottom-partners .et_pb_row.images,
  body.home .et_pb_section:not(.top-bar-message-section):not(.footer-menu-section).homepage-bottom-partners .et_pb_row.images {
    width: 60% !important;
  }
}
@media all and (max-width: 479px) {
  body.home .et_pb_section:not(.top-bar-message-section):not(.footer-road-image).homepage-bottom-partners .et_pb_row.images,
  body.home .et_pb_section:not(.top-bar-message-section):not(.footer-menu-section).homepage-bottom-partners .et_pb_row.images {
    width: 60% !important;
    height: 340px;
  }
}
@media all and (max-width: 375px) {
  body.home .et_pb_section:not(.top-bar-message-section):not(.footer-road-image).homepage-bottom-partners .et_pb_row.images,
  body.home .et_pb_section:not(.top-bar-message-section):not(.footer-menu-section).homepage-bottom-partners .et_pb_row.images {
    width: 80% !important;
  }
}
body.home .et_pb_section:not(.top-bar-message-section):not(.footer-road-image).homepage-bottom-partners .et_pb_row.images .et_pb_column,
body.home .et_pb_section:not(.top-bar-message-section):not(.footer-menu-section).homepage-bottom-partners .et_pb_row.images .et_pb_column {
  height: 100%;
}
body.home .et_pb_section:not(.top-bar-message-section):not(.footer-road-image).homepage-bottom-partners .et_pb_row.images .et_pb_column:not(:last-child),
body.home .et_pb_section:not(.top-bar-message-section):not(.footer-menu-section).homepage-bottom-partners .et_pb_row.images .et_pb_column:not(:last-child) {
  width: calc(25% - 20px);
  margin-right: 20px;
}
@media all and (max-width: 980px) {
  body.home .et_pb_section:not(.top-bar-message-section):not(.footer-road-image).homepage-bottom-partners .et_pb_row.images .et_pb_column:not(:last-child),
  body.home .et_pb_section:not(.top-bar-message-section):not(.footer-menu-section).homepage-bottom-partners .et_pb_row.images .et_pb_column:not(:last-child) {
    width: calc(50% - 20px);
  }
}
@media all and (max-width: 479px) {
  body.home .et_pb_section:not(.top-bar-message-section):not(.footer-road-image).homepage-bottom-partners .et_pb_row.images .et_pb_column:not(:last-child),
  body.home .et_pb_section:not(.top-bar-message-section):not(.footer-menu-section).homepage-bottom-partners .et_pb_row.images .et_pb_column:not(:last-child) {
    width: 100%;
    margin-right: 0;
  }
}
body.home .et_pb_section:not(.top-bar-message-section):not(.footer-road-image).homepage-bottom-partners .et_pb_row.images .et_pb_column:last-child,
body.home .et_pb_section:not(.top-bar-message-section):not(.footer-menu-section).homepage-bottom-partners .et_pb_row.images .et_pb_column:last-child {
  width: 25%;
  margin: 0 !important;
}
@media all and (max-width: 980px) {
  body.home .et_pb_section:not(.top-bar-message-section):not(.footer-road-image).homepage-bottom-partners .et_pb_row.images .et_pb_column:last-child,
  body.home .et_pb_section:not(.top-bar-message-section):not(.footer-menu-section).homepage-bottom-partners .et_pb_row.images .et_pb_column:last-child {
    width: 50%;
  }
}
@media all and (max-width: 479px) {
  body.home .et_pb_section:not(.top-bar-message-section):not(.footer-road-image).homepage-bottom-partners .et_pb_row.images .et_pb_column:last-child,
  body.home .et_pb_section:not(.top-bar-message-section):not(.footer-menu-section).homepage-bottom-partners .et_pb_row.images .et_pb_column:last-child {
    width: 100%;
    margin: 0 auto !important;
  }
}
@media all and (max-width: 980px) {
  body.home .et_pb_section:not(.top-bar-message-section):not(.footer-road-image).homepage-bottom-partners .et_pb_row.images .et_pb_column,
  body.home .et_pb_section:not(.top-bar-message-section):not(.footer-menu-section).homepage-bottom-partners .et_pb_row.images .et_pb_column {
    width: 100%;
    display: flex;
    justify-content: center;
    align-items: center;
    height: calc(50% - 10px);
    margin-bottom: 10px !important;
  }
}
@media all and (max-width: 640px) {
  body.home .et_pb_section:not(.top-bar-message-section):not(.footer-road-image).homepage-bottom-partners .et_pb_row.images .et_pb_column,
  body.home .et_pb_section:not(.top-bar-message-section):not(.footer-menu-section).homepage-bottom-partners .et_pb_row.images .et_pb_column {
    width: auto;
    margin: 0 auto  !important;
  }
}
@media all and (max-width: 479px) {
  body.home .et_pb_section:not(.top-bar-message-section):not(.footer-road-image).homepage-bottom-partners .et_pb_row.images .et_pb_column,
  body.home .et_pb_section:not(.top-bar-message-section):not(.footer-menu-section).homepage-bottom-partners .et_pb_row.images .et_pb_column {
    width: auto !important;
    height: calc(25% - 10px);
    margin-bottom: 10px !important;
  }
}
body.home .et_pb_section:not(.top-bar-message-section):not(.footer-road-image).homepage-bottom-partners .et_pb_row.images .et_pb_column .et_pb_module,
body.home .et_pb_section:not(.top-bar-message-section):not(.footer-menu-section).homepage-bottom-partners .et_pb_row.images .et_pb_column .et_pb_module {
  height: 100%;
  text-align: center;
}
body.home .et_pb_section:not(.top-bar-message-section):not(.footer-road-image).homepage-bottom-partners .et_pb_row.images .et_pb_column .et_pb_module .et_pb_image_wrap,
body.home .et_pb_section:not(.top-bar-message-section):not(.footer-menu-section).homepage-bottom-partners .et_pb_row.images .et_pb_column .et_pb_module .et_pb_image_wrap {
  height: 100%;
}
body.home .et_pb_section:not(.top-bar-message-section):not(.footer-road-image).homepage-bottom-partners .et_pb_row.images .et_pb_column .et_pb_module .et_pb_image_wrap img,
body.home .et_pb_section:not(.top-bar-message-section):not(.footer-menu-section).homepage-bottom-partners .et_pb_row.images .et_pb_column .et_pb_module .et_pb_image_wrap img {
  height: 100%;
  max-width: unset;
}
@media all and (max-width: 980px) {
  body.home .et_pb_section:not(.top-bar-message-section):not(.footer-road-image).homepage-bottom-partners .et_pb_row.images .et_pb_column .et_pb_module .et_pb_image_wrap img,
  body.home .et_pb_section:not(.top-bar-message-section):not(.footer-menu-section).homepage-bottom-partners .et_pb_row.images .et_pb_column .et_pb_module .et_pb_image_wrap img {
    width: 157px;
  }
}
@media all and (max-width: 980px) {
  body.home .et_pb_section:not(.top-bar-message-section):not(.footer-road-image).homepage-bottom-partners .et_pb_row.images .et_pb_column .et_pb_module,
  body.home .et_pb_section:not(.top-bar-message-section):not(.footer-menu-section).homepage-bottom-partners .et_pb_row.images .et_pb_column .et_pb_module {
    margin: 0 auto;
  }
}
body:not(.home) #main-content .et_pb_section {
  padding: 0;
  margin-bottom: 0 !important;
}
body:not(.home) #main-content .et_pb_section .et_pb_row:not(.learn-video) {
  max-width: 960px !important;
}
body:not(.home) #main-content .et_pb_section:not(:first-of-type) {
  transform: translate(0px, -4em);
  background: transparent;
}
@media all and (max-width: 1024px) {
  body:not(.home) #main-content .et_pb_section:not(:first-of-type) {
    transform: translate(0px, -2em);
  }
}
@media all and (max-width: 768px) {
  body:not(.home) #main-content .et_pb_section:not(:first-of-type) {
    transform: translate(0px, -1em);
  }
}
@media all and (max-width: 425px) {
  body:not(.home) #main-content .et_pb_section:not(:first-of-type) {
    transform: translate(0px, 0px);
  }
}
body:not(.home) #main-content .et_pb_section:last-of-type {
  margin-bottom: 0 !important;
  padding-bottom: 0 !important;
}
body:not(.home) #main-content .et_pb_section.search-section {
  position: fixed;
  display: none;
  cursor: pointer;
  z-index: 1;
}
body:not(.home) #main-content .et_pb_section.search-section.next {
  left: 10.5rem;
}
@media all and (max-width: 1366px) {
  body:not(.home) #main-content .et_pb_section.search-section.next {
    left: 0.5rem;
  }
}
body:not(.home) #main-content .et_pb_section.search-section.next.irish {
  left: 14.5rem;
}
body:not(.home) #main-content .et_pb_section.search-section.prev {
  left: 0.5rem;
}
@media all and (max-width: 1366px) {
  body:not(.home) #main-content .et_pb_section.search-section.prev {
    bottom: 1.5em;
  }
}
body:not(.home) #main-content .et_pb_section.search-section.not-found {
  bottom: 0;
  left: 0.5rem;
}
@media all and (max-width: 1366px) {
  body:not(.home) #main-content .et_pb_section.search-section.not-found {
    bottom: 1.5em;
  }
}
body:not(.home) #main-content .et_pb_section.search-section.not-found .search-next-row .search-next-column .et_pb_blurb .et_pb_blurb_content {
  justify-content: center !important;
}
body:not(.home) #main-content .et_pb_section.search-section .search-next-row {
  width: 100% !important;
  padding: 0 !important;
}
body:not(.home) #main-content .et_pb_section.search-section .search-next-row .search-next-column {
  margin-top: 0;
}
body:not(.home) #main-content .et_pb_section.search-section .search-next-row .search-next-column .et_pb_blurb .et_pb_blurb_content {
  display: flex;
  flex-direction: row-reverse;
  justify-content: space-between;
  padding: 0 10px;
  align-items: center;
}
body:not(.home) #main-content .et_pb_section.search-section .search-next-row .search-next-column .et_pb_blurb .et_pb_blurb_content .et_pb_main_blurb_image {
  margin-bottom: 0;
}
body:not(.home) #main-content .et_pb_section.search-section .search-next-row .search-next-column .et_pb_blurb p {
  color: #FFFFFF !important;
  font-size: 25px !important;
}
@media all and (max-width: 768px) {
  body:not(.home) #main-content .et_pb_section.search-section .search-next-row .search-next-column .et_pb_blurb p {
    font-size: 20px !important;
  }
}
body:not(.home) #main-content .et_pb_section.search-section .search-next-row .search-next-column .et_pb_blurb img {
  width: 40px;
}
body:not(.home) #main-content .et_pb_section.search-section .search-next-row .search-next-column .search-next-button {
  margin: 0;
  width: 150px !important;
  height: 40px !important;
  min-width: 0 !important;
  font-size: 30px;
  padding: 0px !important;
}
@media all and (max-width: 768px) {
  body:not(.home) #main-content .et_pb_section.search-section .search-next-row .search-next-column .search-next-button {
    width: 120px !important;
  }
}
body:not(.home) #main-content .et_pb_section.search-section .search-next-row .search-next-column .search-next-button.irish {
  width: 185px !important;
}
body:not(.home) #main-content .et_pb_section.search-section .search-next-row .search-next-column .search-next-button.not-found {
  width: 345px !important;
  text-align: center !important;
}
body:not(.home) #main-content .et_pb_section.image-section {
  background: linear-gradient(90deg, rgba(255, 255, 255, 0) 0%, rgba(122, 128, 140, 0.65309874) 50%, rgba(255, 255, 255, 0) 100%) !important;
}
body:not(.home) #main-content .et_pb_section.image-section .image-row {
  padding: 0 !important;
  margin-bottom: 20px;
}
body:not(.home) #main-content .et_pb_section.image-section .image-row .et_pb_column {
  margin-bottom: 20px !important;
}
body:not(.home) #main-content .et_pb_section.how-it-works .et_pb_module {
  width: 100%;
  text-align: center;
}
body:not(.home) #main-content .et_pb_section.the-benefits-section .blue-list ul {
  margin: 2em 0 !important;
  padding: 0 !important;
}
@media all and (max-width: 568px) {
  body:not(.home) #main-content .et_pb_section.the-benefits-section .blue-list ul li {
    font-size: 18px !important;
  }
}
body:not(.home) #main-content .et_pb_section.compare-section {
  padding: 2em 0 !important;
  margin-bottom: 1em !important;
}
body:not(.home) #main-content .et_pb_section.compare-section .et_pb_row {
  width: 50% !important;
}
@media all and (max-width: 768px) {
  body:not(.home) #main-content .et_pb_section.compare-section .et_pb_row {
    width: 60% !important;
  }
}
body:not(.home) #main-content .et_pb_section.compare-section .et_pb_row .compare-tag-text {
  width: auto;
  min-width: 300px;
}
@media all and (max-width: 475px) {
  body:not(.home) #main-content .et_pb_section.compare-section .et_pb_row .compare-tag-text {
    min-width: unset;
  }
}
body:not(.home) #main-content .et_pb_section.compare-section .et_pb_row.compare-row-buttons {
  padding-bottom: 0 !important;
}
body:not(.home) #main-content .et_pb_section.compare-section .et_pb_row.compare-row-subtitle {
  padding-bottom: 1em !important;
}
body:not(.home) #main-content .et_pb_section.compare-section .et_pb_row.compare-rows-text {
  padding-bottom: 0 !important;
}
body:not(.home) #main-content .et_pb_section.save-section .save-vehicles {
  padding-bottom: 0 !important;
  justify-content: space-between !important;
}
body:not(.home) #main-content .et_pb_section.save-section .save-subtitle {
  padding-bottom: 4em !important;
}
body:not(.home) #main-content .et_pb_section.save-section .slider-range-row {
  padding-bottom: 1em !important;
}
body:not(.home) #main-content .et_pb_section.save-section .slider-range-row > .et_pb_column {
  padding: 0 1.5em;
}
body:not(.home) #main-content .et_pb_section.save-section .you-save-row h2 {
  font-size: 36px !important;
}
body:not(.home) #main-content .et_pb_section.save-section .you-save-row h5 {
  font-size: 24px !important;
}
body:not(.home) #main-content .et_pb_section.save-section .you-save-row h1 {
  font-size: 55px !important;
}
body:not(.home) #main-content .et_pb_section.save-section .you-save-row .you-save-column > .et_pb_module {
  margin-bottom: 0 !important;
}
body:not(.home) #main-content .et_pb_section.blogs-list-section {
  transform: translate(0px, -2em) !important;
}
@media all and (max-width: 1024px) {
  body:not(.home) #main-content .et_pb_section.blogs-list-section {
    transform: translate(0px, 0px) !important;
  }
}
@media all and (max-width: 980px) {
  body:not(.home) #main-content .et_pb_section.blogs-list-section .blogs-list-row {
    width: 75% !important;
  }
}
body:not(.home) #main-content .et_pb_section.blogs-list-section .blogs-list-row .blogs-list-column .blogs-list-module {
  margin-top: 0;
}
body:not(.home) #main-content .et_pb_section.blogs-list-section .blogs-list-row .blogs-list-column .blogs-list-module .eflow-blogs-grid .wpgb-viewport {
  height: auto !important;
}
body:not(.home) #main-content .et_pb_section.blogs-list-section .blogs-list-row .blogs-list-column .blogs-list-module .eflow-blogs-grid .wpgb-masonry {
  display: grid;
  grid-template-columns: 1fr 1fr 1fr;
  row-gap: 3em;
  column-gap: 1em;
}
@media all and (max-width: 768px) {
  body:not(.home) #main-content .et_pb_section.blogs-list-section .blogs-list-row .blogs-list-column .blogs-list-module .eflow-blogs-grid .wpgb-masonry {
    grid-template-columns: 1fr 1fr;
  }
}
@media all and (max-width: 425px) {
  body:not(.home) #main-content .et_pb_section.blogs-list-section .blogs-list-row .blogs-list-column .blogs-list-module .eflow-blogs-grid .wpgb-masonry {
    grid-template-columns: 1fr;
  }
}
body:not(.home) #main-content .et_pb_section.blogs-list-section .blogs-list-row .blogs-list-column .blogs-list-module .eflow-blogs-grid .wpgb-card {
  width: 100% !important;
  height: 700px;
  position: relative;
  left: 0 !important;
  top: 0 !important;
}
body:not(.home) #main-content .et_pb_section.blogs-list-section .blogs-list-row .blogs-list-column .blogs-list-module .eflow-blogs-grid .wpgb-card .wpgb-card-media {
  height: 280px;
}
body:not(.home) #main-content .et_pb_section.blogs-list-section .blogs-list-row .blogs-list-column .blogs-list-module .eflow-blogs-grid .wpgb-card .wpgb-card-media > svg {
  height: auto;
}
body:not(.home) #main-content .et_pb_section.blogs-list-section .blogs-list-row .blogs-list-column .blogs-list-module .eflow-blogs-grid .wpgb-card .wpgb-card-content {
  height: 420px;
}
body:not(.home) #main-content .et_pb_section.blogs-list-section .blogs-list-row .blogs-list-column .blogs-list-module .eflow-blogs-grid .wpgb-card .wpgb-card-content .wpgb-card-body {
  height: calc(420px - 22px - 3em);
  padding: 1.5em 1.5em 0 1.5em !important;
}
body:not(.home) #main-content .et_pb_section.blogs-list-section .blogs-list-row .blogs-list-column .blogs-list-module .eflow-blogs-grid .wpgb-card .wpgb-card-content .wpgb-card-body .blog-card-title {
  font: inherit !important;
  height: auto;
}
body:not(.home) #main-content .et_pb_section.blogs-list-section .blogs-list-row .blogs-list-column .blogs-list-module .eflow-blogs-grid .wpgb-card .wpgb-card-content .wpgb-card-body .blog-card-title a {
  font-size: 30px !important;
  font-family: inherit !important;
  font-weight: 100 !important;
}
body:not(.home) #main-content .et_pb_section.blogs-list-section .blogs-list-row .blogs-list-column .blogs-list-module .eflow-blogs-grid .wpgb-card .wpgb-card-content .wpgb-card-body .blog-card-title a:focus {
  border: 1px solid #2fb4e9 !important;
}
body:not(.home) #main-content .et_pb_section.blogs-list-section .blogs-list-row .blogs-list-column .blogs-list-module .eflow-blogs-grid .wpgb-card .wpgb-card-content .wpgb-card-body .blog-card-text {
  padding: 0;
}
body:not(.home) #main-content .et_pb_section.blogs-list-section .blogs-list-row .blogs-list-column .blogs-list-module .eflow-blogs-grid .wpgb-card .wpgb-card-content .wpgb-card-footer {
  padding-bottom: 1.5em;
}
body:not(.home) #main-content .et_pb_section.blogs-list-section .blogs-list-row .blogs-list-column .blogs-list-module .eflow-blogs-grid .wpgb-card .wpgb-card-content .wpgb-card-footer .blog-card-author {
  color: #004587;
  font-weight: 400;
}
body:not(.home) #main-content .et_pb_section .et_pb_row:not(.learn-video) {
  width: 50% !important;
  padding: 0 0 2em 0 !important;
}
body:not(.home) #main-content .et_pb_section .et_pb_row:not(.learn-video) .you-save-column .you-save-title p {
  font-size: 1.2em !important;
  line-height: 1.8em !important;
}
body:not(.home) #main-content .et_pb_section .et_pb_row:not(.learn-video) .you-save-column .you-save-subtitle p {
  font-size: 1em !important;
  line-height: 1.5 !important;
}
body:not(.home) #main-content .et_pb_section .et_pb_row:not(.learn-video) .you-save-column .you-save-value-tag p {
  font-size: 1.8em !important;
  line-height: 1.6em !important;
}
body:not(.home) #main-content .et_pb_section .et_pb_row:not(.learn-video) .you-save-column .you-save-value-video p {
  font-size: 1.8em !important;
  line-height: 1.6em !important;
}
body:not(.home) #main-content .et_pb_section .et_pb_row:not(.learn-video).adjacent-row {
  padding-bottom: 20px !important;
}
body:not(.home) #main-content .et_pb_section .et_pb_row:not(.learn-video).width-45 {
  padding-right: 2.5% !important;
  padding-left: 2.5% !important;
}
@media all and (max-width: 475px) {
  body:not(.home) #main-content .et_pb_section .et_pb_row:not(.learn-video).width-45 {
    padding-right: 0 !important;
    padding-left: 0 !important;
  }
}
body:not(.home) #main-content .et_pb_section .et_pb_row:not(.learn-video).with-bottom-border,
body:not(.home) #main-content .et_pb_section .et_pb_row:not(.learn-video).with-turquoise-bottom-border {
  margin-bottom: 20px !important;
}
@media all and (max-width: 1366px) {
  body:not(.home) #main-content .et_pb_section .et_pb_row:not(.learn-video) {
    width: 65% !important;
  }
}
@media all and (max-width: 768px) {
  body:not(.home) #main-content .et_pb_section .et_pb_row:not(.learn-video) {
    width: 75% !important;
  }
}
body:not(.home) #main-content .et_pb_section .et_pb_row:not(.learn-video) h1 {
  color: #004587;
  font-size: 48px !important;
  font-weight: 100;
  line-height: 1.5;
}
@media all and (max-width: 568px) {
  body:not(.home) #main-content .et_pb_section .et_pb_row:not(.learn-video) h1 {
    font-size: 40px !important;
  }
}
@media all and (max-width: 425px) {
  body:not(.home) #main-content .et_pb_section .et_pb_row:not(.learn-video) h1 {
    font-size: 35px !important;
  }
}
body:not(.home) #main-content .et_pb_section .et_pb_row:not(.learn-video) h2 {
  font-size: 1.5rem !important;
  color: #004587;
  font-weight: bold;
  line-height: 1.5em !important;
}
@media all and (max-width: 568px) {
  body:not(.home) #main-content .et_pb_section .et_pb_row:not(.learn-video) h2 {
    font-size: 20px !important;
  }
}
body:not(.home) #main-content .et_pb_section .et_pb_row:not(.learn-video) h4 {
  font-size: 22px !important;
  font-weight: bold;
  color: #004587;
  line-height: 1.4em !important;
}
@media all and (max-width: 568px) {
  body:not(.home) #main-content .et_pb_section .et_pb_row:not(.learn-video) h4 {
    font-size: 20px !important;
  }
}
body:not(.home) #main-content .et_pb_section .et_pb_row:not(.learn-video) h6,
body:not(.home) #main-content .et_pb_section .et_pb_row:not(.learn-video) p,
body:not(.home) #main-content .et_pb_section .et_pb_row:not(.learn-video) h5 {
  font-size: 1em;
  font-weight: normal;
  line-height: 1.6em !important;
}
body:not(.home) #main-content .et_pb_section .et_pb_row:not(.learn-video) p,
body:not(.home) #main-content .et_pb_section .et_pb_row:not(.learn-video) ul,
body:not(.home) #main-content .et_pb_section .et_pb_row:not(.learn-video) ol {
  color: #000;
}
body:not(.home) #main-content .et_pb_section .et_pb_row:not(.learn-video) h6 {
  color: #004587;
}
@media all and (max-width: 1024px) {
  body:not(.home) #main-content .et_pb_section .et_pb_row:not(.learn-video) h6 {
    font-size: 18px !important;
  }
}
body:not(.home) #main-content .et_pb_section .et_pb_row:not(.learn-video) h5 {
  color: #004587;
}
body:not(.home) #main-content .et_pb_section .et_pb_row:not(.learn-video) a {
  color: #004587;
  font-weight: bold;
}
body:not(.home) #main-content .et_pb_section .et_pb_row:not(.learn-video) a.et_pb_button {
  color: #fff !important;
  font-weight: normal !important;
}
body:not(.home) #main-content .et_pb_section .et_pb_row:not(.learn-video) a:hover {
  color: #004587;
}
body:not(.home) #main-content .et_pb_section .et_pb_row:not(.learn-video) .et_pb_text_inner {
  font-size: 1em;
  line-height: 1.6em;
}
body:not(.home) #main-content .et_pb_section .et_pb_row:not(.learn-video) .et_pb_accordion .et_pb_accordion_item {
  background: transparent;
  border: none;
  padding: 0;
}
body:not(.home) #main-content .et_pb_section .et_pb_row:not(.learn-video) .et_pb_accordion .et_pb_toggle_title {
  font-size: 0.8em !important;
  font-weight: normal;
  color: #004587;
}
@media all and (max-width: 425px) {
  body:not(.home) #main-content .et_pb_section .et_pb_row:not(.learn-video) .et_pb_accordion .et_pb_toggle_title {
    font-size: 20px !important;
  }
}
body:not(.home) #main-content .et_pb_section .et_pb_row:not(.learn-video) .et_pb_accordion .et_pb_toggle_title::before {
  background-image: url(../images/open-question.png);
  background-repeat: no-repeat;
  color: transparent !important;
  width: 13px;
  height: 23px;
}
body:not(.home) #main-content .et_pb_section .et_pb_row:not(.learn-video) .et_pb_accordion .et_pb_toggle_content {
  font-size: 18px;
  line-height: 1.8em;
  margin-left: 1em;
}
body:not(.home) #main-content .et_pb_section .et_pb_row:not(.learn-video) .et_pb_blurb .et_pb_module_header {
  margin-bottom: 20px;
}
body:not(.home) #main-content .et_pb_section .et_pb_row:not(.learn-video) .et_pb_column {
  margin-top: 20px;
}
body:not(.home) #main-content .et_pb_section .et_pb_row.learn-video-intro {
  padding-bottom: 0 !important;
}
body.single-blogs #et-boc,
body.single-news #et-boc,
body.single-blogs #et-boc > div,
body.single-news #et-boc > div,
body.single-blogs #et-boc2,
body.single-news #et-boc2,
body.single-blogs #et-boc2 > div,
body.single-news #et-boc2 > div {
  height: 100% !important;
}
body.single-blogs #main-content > *:not(:first-child),
body.single-news #main-content > *:not(:first-child) {
  transform: translate(0px, -2em) !important;
  background: transparent !important;
}
body.single-blogs #main-content article .et_pb_post,
body.single-news #main-content article .et_pb_post,
body.single-blogs #main-content article .blog-content-text,
body.single-news #main-content article .blog-content-text {
  font-size: 0.6em;
}
body.single-blogs #main-content .et_pb_section,
body.single-news #main-content .et_pb_section {
  padding: 0 !important;
}
body.single-blogs #main-content .et_pb_section:not(:first-of-type),
body.single-news #main-content .et_pb_section:not(:first-of-type) {
  transform: translate(0px, 0);
  background: transparent;
}
body.single-blogs #main-content .et_pb_section#blogs-header-section,
body.single-news #main-content .et_pb_section#blogs-header-section {
  height: 780px;
  display: flex;
  justify-content: center;
  align-items: center;
  background-position-y: 0;
  background-size: cover !important;
}
@media all and (max-width: 768px) {
  body.single-blogs #main-content .et_pb_section#blogs-header-section,
  body.single-news #main-content .et_pb_section#blogs-header-section {
    height: 680px !important;
  }
}
@media all and (max-width: 568px) {
  body.single-blogs #main-content .et_pb_section#blogs-header-section,
  body.single-news #main-content .et_pb_section#blogs-header-section {
    height: 480px !important;
  }
}
body.single-blogs #main-content .et_pb_section#blogs-header-section .blogs-header-row,
body.single-news #main-content .et_pb_section#blogs-header-section .blogs-header-row {
  padding: 0 !important;
  width: 50% !important;
}
@media all and (max-width: 1366px) {
  body.single-blogs #main-content .et_pb_section#blogs-header-section .blogs-header-row,
  body.single-news #main-content .et_pb_section#blogs-header-section .blogs-header-row {
    width: 65% !important;
  }
}
@media all and (max-width: 768px) {
  body.single-blogs #main-content .et_pb_section#blogs-header-section .blogs-header-row,
  body.single-news #main-content .et_pb_section#blogs-header-section .blogs-header-row {
    width: 75% !important;
  }
}
@media all and (max-width: 425px) {
  body.single-blogs #main-content .et_pb_section#blogs-header-section .blogs-header-row,
  body.single-news #main-content .et_pb_section#blogs-header-section .blogs-header-row {
    width: 90% !important;
  }
}
@media all and (max-width: 768px) {
  body.single-blogs #main-content .et_pb_section#blogs-header-section .blogs-header-row,
  body.single-news #main-content .et_pb_section#blogs-header-section .blogs-header-row {
    transform: translate(0, 40px) !important;
  }
}
@media all and (max-width: 1024px) {
  body.single-blogs #main-content .et_pb_section#blogs-header-section .blogs-header-row,
  body.single-news #main-content .et_pb_section#blogs-header-section .blogs-header-row {
    transform: translate(0, 30px);
  }
}
body.single-blogs #main-content .et_pb_section#blogs-header-section .blogs-header-row .et_pb_column,
body.single-news #main-content .et_pb_section#blogs-header-section .blogs-header-row .et_pb_column {
  margin-top: 0;
}
body.single-blogs #main-content .et_pb_section#blogs-header-section .blogs-header-row .et_pb_column .blogs-image,
body.single-news #main-content .et_pb_section#blogs-header-section .blogs-header-row .et_pb_column .blogs-image {
  text-align: center;
  transform: translate(0px, 30px);
}
body.single-blogs #main-content .et_pb_section .et_pb_row,
body.single-news #main-content .et_pb_section .et_pb_row {
  width: 50% !important;
}
@media all and (max-width: 1112px) {
  body.single-blogs #main-content .et_pb_section .et_pb_row,
  body.single-news #main-content .et_pb_section .et_pb_row {
    width: 65% !important;
  }
}
@media all and (max-width: 980px) {
  body.single-blogs #main-content .et_pb_section .et_pb_row,
  body.single-news #main-content .et_pb_section .et_pb_row {
    width: 70% !important;
  }
}
@media all and (max-width: 768px) {
  body.single-blogs #main-content .et_pb_section .et_pb_row,
  body.single-news #main-content .et_pb_section .et_pb_row {
    width: 70% !important;
  }
}
@media all and (max-width: 568px) {
  body.single-blogs #main-content .et_pb_section .et_pb_row,
  body.single-news #main-content .et_pb_section .et_pb_row {
    width: 80% !important;
  }
}
@media all and (max-width: 425px) {
  body.single-blogs #main-content .et_pb_section .et_pb_row,
  body.single-news #main-content .et_pb_section .et_pb_row {
    width: 85% !important;
  }
}
body.single-blogs #main-content .et_pb_section .et_pb_row.blog-info-row,
body.single-news #main-content .et_pb_section .et_pb_row.blog-info-row {
  padding-bottom: 0 !important;
}
body.single-blogs #main-content .et_pb_section .et_pb_row .blog-title,
body.single-news #main-content .et_pb_section .et_pb_row .blog-title {
  color: #004587;
  font-size: 48px !important;
  font-weight: lighter;
}
@media all and (max-width: 568px) {
  body.single-blogs #main-content .et_pb_section .et_pb_row .blog-title,
  body.single-news #main-content .et_pb_section .et_pb_row .blog-title {
    font-size: 40px !important;
  }
}
@media all and (max-width: 425px) {
  body.single-blogs #main-content .et_pb_section .et_pb_row .blog-title,
  body.single-news #main-content .et_pb_section .et_pb_row .blog-title {
    font-size: 35px !important;
  }
}
body.single-blogs #main-content .et_pb_section .et_pb_row .blog-author,
body.single-news #main-content .et_pb_section .et_pb_row .blog-author {
  color: #004587;
  font-size: 18px !important;
  font-weight: normal;
}
body.single-blogs #main-content .et_pb_section.blog-content-section .et_pb_row,
body.single-news #main-content .et_pb_section.blog-content-section .et_pb_row,
body.single-blogs #main-content .et_pb_section.blog-info-section .et_pb_row,
body.single-news #main-content .et_pb_section.blog-info-section .et_pb_row,
body.single-blogs #main-content .et_pb_section.blogs-date-section .et_pb_row,
body.single-news #main-content .et_pb_section.blogs-date-section .et_pb_row {
  padding: 0 5% 2em 5% !important;
}
body.single-blogs #main-content .et_pb_section.blog-content-section .et_pb_row.blog-info-row,
body.single-news #main-content .et_pb_section.blog-content-section .et_pb_row.blog-info-row,
body.single-blogs #main-content .et_pb_section.blog-info-section .et_pb_row.blog-info-row,
body.single-news #main-content .et_pb_section.blog-info-section .et_pb_row.blog-info-row,
body.single-blogs #main-content .et_pb_section.blogs-date-section .et_pb_row.blog-info-row,
body.single-news #main-content .et_pb_section.blogs-date-section .et_pb_row.blog-info-row {
  padding-bottom: 0 !important;
}
body.single-blogs #main-content .et_pb_section.blog-info-section,
body.single-news #main-content .et_pb_section.blog-info-section {
  background: transparent;
}
body.single-blogs #main-content .et_pb_section.blog-content-section .et_pb_row:last-child,
body.single-news #main-content .et_pb_section.blog-content-section .et_pb_row:last-child {
  border-bottom: 1px solid #A6A8B1;
}
body.single-blogs #main-content .et_pb_section.blogs-date-section .et_pb_column,
body.single-news #main-content .et_pb_section.blogs-date-section .et_pb_column {
  margin-top: 0;
}
body.single-blogs #main-content .et_pb_section.blogs-date-section .blogs-date,
body.single-news #main-content .et_pb_section.blogs-date-section .blogs-date {
  color: #004587;
  font-size: 18px !important;
  font-weight: normal;
}
@media only screen and (max-width: 1024px) {
  .container {
    width: 85% !important;
  }
}
h1,
h2,
h3,
h4,
h5 {
  font-family: "MyriadPro", sans-serif;
  font-style: normal;
}
.light {
  font-weight: 100 !important;
}
.normal {
  font-weight: 400 !important;
}
.bold {
  font-weight: 600 !important;
}
.top-section {
  transform: translate(0px, -3em);
  background-color: transparent !important;
}
h1 {
  font-size: 82px !important;
}
h2 {
  font-size: 75px;
}
h2 {
  font-size: 65px;
}
h3 {
  font-size: 55px !important;
}
h4 {
  font-size: 45px !important;
}
h5 {
  font-size: 35px !important;
}
h6 {
  font-size: 20px !important;
}
.subtitle {
  font-size: 0.8em !important;
  font-weight: bold;
}
@media only screen and (max-width: 1024px) {
  h1 {
    font-size: 55px !important;
  }
  h2 {
    font-size: 50px !important;
  }
  h2 {
    font-size: 40px !important;
  }
  h3 {
    font-size: 30px !important;
  }
  h4 {
    font-size: 28px !important;
  }
  h5 {
    font-size: 18px !important;
  }
  h6 {
    font-size: 15px !important;
  }
}
form .spaced {
  padding: 20px 0;
}
form .pretty {
  margin-right: 5vw;
}
form input,
form select {
  height: 50px !important;
  color: #222 !important;
  font-size: 18px !important;
  font-weight: 500 !important;
  width: 100%;
  border-color: #CBCDD3;
  padding: 0 15px !important;
  border-radius: 0.25rem;
  -webkit-user-select: text !important;
  /* Chrome, Opera, Safari */
  -moz-user-select: text !important;
  /* Firefox 2+ */
  -ms-user-select: text !important;
  /* IE 10+ */
  user-select: text !important;
  /* Standard syntax */
}
form input:hover,
form select:hover {
  border-color: #009DE1;
}
form .form-group,
form .input-group {
  position: relative;
  display: flex;
  align-items: center;
  margin: 15px 0;
}
form .form-row {
  margin-top: 15px;
  margin-bottom: 15px;
}
@media only screen and (max-width: 980px) {
  form .form-row input,
  form .form-row select {
    margin: 9px 0;
  }
}
form .input-group {
  margin-left: -4px;
  margin-right: -4px;
  margin-top: 0;
}
@media only screen and (max-width: 980px) {
  form .input-group {
    margin-left: 0px;
    margin-right: 0px;
    margin-bottom: 0;
  }
  form .input-group .col-xs-12 {
    padding: 0 !important;
  }
  form .input-group input,
  form .input-group select {
    margin-bottom: 15px;
    margin-right: 0;
  }
}
form .iti__selected-flag {
  padding: 15px;
}
form ngx-intl-tel-input,
form .iti {
  width: 100%;
}
form #phoneInput,
form .phoneInput {
  width: 100%;
  min-width: 100%;
  padding-left: 65px !important;
  border: 1px solid #CBCDD3 !important;
}
form #phoneInput:hover,
form .phoneInput:hover {
  border-color: #009DE1;
}
form #phoneInput::placeholder,
form .phoneInput::placeholder {
  color: #a6a8b1;
  font-weight: 400 !important;
}
.pretty.p-nogap {
  margin-right: 0 !important;
}
.pretty.linebreak {
  white-space: unset !important;
  font-size: 20px;
}
.pretty.linebreak svg {
  top: 4px !important;
}
.pretty.linebreak label {
  line-height: 1.4em;
}
.pretty.linebreak label::before,
.pretty.linebreak label::after {
  top: 4px !important;
}
.pretty svg {
  transform: matrix(0.7, 0, 0, 0.7, 0, 0) !important;
}
.pretty label a {
  font-weight: bolder;
  text-decoration: none;
  color: #333;
  position: relative;
  z-index: 90;
}
.pretty label a:hover {
  color: #009DE1;
}
.pretty label::after {
  background-color: #fff !important;
  border: 1px solid #ccc !important;
}
.pretty input:checked ~ .state.p-primary label:after,
.pretty .p-toggle .state.p-primary label:after {
  background-color: #009DE1 !important;
  border: 1px solid #009DE1 !important;
}
.section-title {
  margin: 30px 0;
}
.section-title h1,
.section-title h2,
.section-title h3,
.section-title h4,
.section-title h5 {
  color: #009DE1;
  text-align: center;
}
.separator {
  margin: 60px 0;
  display: block;
  width: 100%;
  height: 1px;
  background-color: #CBCDD3;
}
.account-nav {
  max-width: 800px !important;
  margin: 20px auto !important;
}
.account-nav .acc-nav-item {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  font-size: 25px;
  color: #6ECCC5;
  text-transform: uppercase;
  transition: all linear 0.2s;
}
.account-nav .acc-nav-item .icon {
  width: 100px;
  height: 100px;
  background-size: cover;
  margin-bottom: 6px;
}
.account-nav .acc-nav-item svg path {
  fill: #6ECCC5;
  stroke: #6ECCC5;
  transition: all linear 0.2s;
}
.account-nav .acc-nav-item:hover,
.account-nav .acc-nav-item.active {
  color: #004587;
  text-decoration: none;
}
.account-nav .acc-nav-item:hover svg path,
.account-nav .acc-nav-item.active svg path {
  fill: #004587;
  stroke: #004587;
}
.signup-nav {
  display: flex;
  justify-content: center;
  margin: 0 0 10vh !important;
}
.signup-nav b {
  font-weight: 700 !important;
}
.signup-nav .signup-nav-col {
  margin: 0;
  padding: 0;
}
.signup-nav .signup-nav-item {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  color: #A6A8B1;
  text-transform: uppercase;
  font-size: 20px;
}
.signup-nav .signup-nav-item .icon {
  width: 90px;
  height: 90px;
  margin-bottom: 10px;
}
.signup-nav .signup-nav-item svg path {
  fill: #A6A8B1;
  stroke: #A6A8B1;
}
.signup-nav .signup-nav-item.signup-separator::after {
  content: '';
  position: absolute;
  left: -80px;
  top: 40px;
  width: 160px;
  height: 10px;
  display: inline-block;
  background: url(/assets/images/signup-separator.svg);
  background-size: contain;
  background-repeat: no-repeat;
}
.signup-nav .signup-nav-item.active {
  color: #6ECCC5 !important;
}
.signup-nav .signup-nav-item.active svg path {
  fill: #6ECCC5;
  stroke: #6ECCC5;
}
.signup-nav .signup-nav-item.active.signup-separator::after {
  background: url(/assets/images/signup-separator-active.svg);
  background-repeat: no-repeat;
}
@media only screen and (max-width: 980px) {
  .signup-nav {
    padding: 0 !important;
  }
  .signup-nav .signup-nav-item {
    font-size: 12px;
  }
  .signup-nav .signup-nav-item .icon {
    width: 45px;
    height: 45px;
  }
  .signup-nav .signup-nav-item.signup-separator::after {
    width: 50px;
    left: -25px;
    top: 20px;
    background-size: 90px !important;
  }
}
.e-section {
  margin: 20px 0;
}
.has-append {
  border-top-right-radius: 0 !important;
  border-bottom-right-radius: 0 !important;
}
.input-group-append {
  height: 45px;
  background: #fff;
  border-top-right-radius: 6px !important;
  border-bottom-right-radius: 6px !important;
}
.nogap {
  padding: 0 !important;
}
table {
  border: 0 !important;
}
table thead {
  border: 0;
}
table th {
  text-align: center;
  color: #009DE1;
  font-size: 14px;
  font-weight: 400 !important;
  text-transform: uppercase;
  border: 0 !important;
}
table td {
  color: #065482;
  font-size: 18px;
  font-weight: 500;
  text-align: center;
  background: transparent !important;
}
table .odd {
  background-color: #DBEAF7 !important;
}
table .even {
  background-color: #EDF5FB !important;
}
table .child td {
  text-align: left;
  padding: 15px 40px !important;
}
table td.control {
  font-size: 30px;
  color: #009DE1;
}
table td.control::before {
  display: none !important;
}
table .parent td.control svg {
  transform: rotate(180deg);
}
.bottom {
  margin-top: 20px;
}
#dTable_wrapper .dataTables_paginate,
#journeysTable_wrapper .dataTables_paginate,
#vehiclesTable_wrapper .dataTables_paginate,
.dataTables_wrapper .dataTables_paginate {
  color: #009DE1 !important;
}
#dTable_wrapper .dataTables_paginate .paginate_button,
#journeysTable_wrapper .dataTables_paginate .paginate_button,
#vehiclesTable_wrapper .dataTables_paginate .paginate_button,
.dataTables_wrapper .dataTables_paginate .paginate_button {
  color: #009DE1 !important;
  border: 0 !important;
  background: transparent !important;
  padding: 5px !important;
}
#dTable_wrapper .dataTables_paginate .paginate_button.current,
#journeysTable_wrapper .dataTables_paginate .paginate_button.current,
#vehiclesTable_wrapper .dataTables_paginate .paginate_button.current,
.dataTables_wrapper .dataTables_paginate .paginate_button.current {
  color: #0079ae !important;
  font-weight: bold !important;
}
#dTable_wrapper .dataTables_paginate .paginate_button:hover:not(.disabled):not(.current),
#journeysTable_wrapper .dataTables_paginate .paginate_button:hover:not(.disabled):not(.current),
#vehiclesTable_wrapper .dataTables_paginate .paginate_button:hover:not(.disabled):not(.current),
.dataTables_wrapper .dataTables_paginate .paginate_button:hover:not(.disabled):not(.current) {
  background: #009DE1 !important;
  color: #fff !important;
}
#dTable_wrapper .dataTables_length,
#journeysTable_wrapper .dataTables_length,
#vehiclesTable_wrapper .dataTables_length,
.dataTables_wrapper .dataTables_length {
  color: #009DE1;
}
#dTable_wrapper .dataTables_length select,
#journeysTable_wrapper .dataTables_length select,
#vehiclesTable_wrapper .dataTables_length select,
.dataTables_wrapper .dataTables_length select {
  color: #009DE1;
}
.dtr-details {
  width: 100%;
}
.vehicle-icon {
  width: 60px;
  height: 60px;
  display: inline-block;
  background-repeat: no-repeat !important;
  background-position: center !important;
}
.vehicle-icon p {
  visibility: hidden;
}
.vehicle-icon.class-1 {
  background-image: url(/assets/images/car-icon.svg);
}
.vehicle-icon.class-2 {
  background-image: url(/assets/images/van-icon.svg);
}
.vehicle-icon.class-3 {
  background-image: url(/assets/images/bus-icon.svg);
}
.vehicle-icon.class-4 {
  background-image: url(/assets/images/struck-icon.svg);
}
.vehicle-icon.class-5 {
  background-image: url(/assets/images/btruck-icon.svg);
}
.tagType {
  display: flex;
  align-items: center;
  justify-content: center;
  min-height: 60px;
}
.tagVideo-icon {
  width: 40px;
  height: 40px;
  display: inline-block;
  background-repeat: no-repeat !important;
  margin-right: 15px;
}
.tagVideo-icon.tagVideoType-1 {
  background-image: url(/assets/images/tag-icon.svg);
}
.tagVideo-icon.tagVideoType-2 {
  background-image: url(/assets/images/video-icon.svg);
}
#journeysTable .child ul {
  display: flex;
  flex-wrap: wrap;
  padding: 20px;
}
#journeysTable .child ul li {
  width: 33.33%;
  font-size: 20px;
  display: flex;
  border: 0;
  align-items: center;
  padding: 10px 0;
}
#journeysTable .child ul li .dtr-title {
  color: #009DE1;
  min-width: 0;
  margin-right: 10px;
  font-weight: bold;
}
#journeysTable .child ul li .dtr-title:after {
  content: ':';
}
#journeysTable .child ul li .dtr-data {
  font-weight: bold;
  color: #004587;
}
#journeysTable .child ul li:last-child {
  width: 100%;
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  padding: 20px 0;
}
#journeysTable .child ul li:last-child .dtr-title:after {
  content: '';
}
#journeysTable .child ul li:last-child button {
  margin: 0 15px;
  min-width: 250px;
}
@media only screen and (max-width: 980px) {
  #journeysTable .child ul li {
    width: 100%;
  }
  #journeysTable .child ul li:last-child {
    justify-content: start;
  }
  #journeysTable .child ul li:last-child button {
    display: block;
    margin: 10px 0 !important;
  }
}
#vehiclesTable {
  max-width: 100%;
}
#vehiclesTable .child ul {
  display: flex;
  flex-wrap: wrap;
  padding: 20px;
}
#vehiclesTable .child ul li {
  width: 25%;
  font-size: 20px;
  display: flex;
  border: 0;
  align-items: center;
  padding: 10px 0;
}
#vehiclesTable .child ul li .dtr-title {
  color: #009DE1;
  min-width: 0;
  margin-right: 10px;
  font-weight: bold;
}
#vehiclesTable .child ul li .dtr-title:after {
  content: ':';
}
#vehiclesTable .child ul li .dtr-data {
  font-weight: bold;
  color: #004587;
}
#vehiclesTable .child ul li[data-dt-column="12"] {
  width: 100%;
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  padding: 20px 0;
}
#vehiclesTable .child ul li[data-dt-column="12"] .dtr-title:after {
  content: '';
}
#vehiclesTable .child ul li[data-dt-column="12"] button {
  margin: 0 15px;
  min-width: 250px;
}
#vehiclesTable .child ul li[data-dt-column="13"],
#vehiclesTable .child ul li[data-dt-column="14"],
#vehiclesTable .child ul li[data-dt-column="15"] {
  width: 23%;
}
#vehiclesTable .child ul li[data-dt-column="13"] .dtr-title:after,
#vehiclesTable .child ul li[data-dt-column="14"] .dtr-title:after,
#vehiclesTable .child ul li[data-dt-column="15"] .dtr-title:after {
  content: '';
}
#vehiclesTable .child ul li[data-dt-column="15"] {
  width: 54%;
}
#vehiclesTable .child ul .table-inner-buttons button {
  min-width: auto !important;
  font-size: 18px;
}
#vehiclesTable .child ul .dates {
  font-size: 16px;
  color: #009DE1;
}
#vehiclesTable .child ul .dates label {
  margin-right: 8px;
  font-weight: lighter;
  margin-bottom: 0;
}
#vehiclesTable .child ul .dates input {
  height: 30px;
  padding-left: 10px;
}
#vehiclesTable .child ul .dates .input-icon {
  right: 24px;
}
#vehiclesTable .child ul .activeSwitch {
  border: 1px solid;
  border-color: #009DE1;
  border-radius: 20px;
  height: 40px;
  overflow: hidden;
  display: flex;
  align-items: center;
}
#vehiclesTable .child ul .activeSwitch.g-active {
  border-color: #A2C617;
}
#vehiclesTable .child ul .activeSwitch button {
  font-size: 15px;
  padding: 12px 14px;
  font-weight: lighter;
  text-decoration: none;
  border: 0 !important;
  background: transparent;
  outline: none !important;
}
#vehiclesTable .child ul .activeSwitch .v-active {
  color: #A2C617;
}
#vehiclesTable .child ul .activeSwitch .v-active.active {
  background-color: #A2C617;
  color: #fff;
}
#vehiclesTable .child ul .activeSwitch .v-hold {
  color: #009DE1;
}
#vehiclesTable .child ul .activeSwitch .v-hold.active {
  background-color: #009DE1;
  color: #fff;
}
@media only screen and (max-width: 980px) {
  #vehiclesTable .child ul li {
    width: 100%;
  }
  #vehiclesTable .child ul li[data-dt-column="13"],
  #vehiclesTable .child ul li[data-dt-column="14"],
  #vehiclesTable .child ul li[data-dt-column="15"] {
    width: 100%;
  }
  #vehiclesTable .child ul li[data-dt-column="12"] {
    justify-content: start;
  }
  #vehiclesTable .child ul li[data-dt-column="12"] button {
    display: block;
    margin: 10px 0 !important;
  }
}
@media only screen and (max-width: 980px) {
  #vehiclesTable .child {
    padding: 0 !important;
  }
}
.e-table {
  width: 100%;
}
.e-table .none {
  display: none !important;
}
.e-table .tr {
  display: flex !important;
  flex-wrap: wrap;
}
input[type="text"],
input[type="email"],
input[type="password"] {
  height: 50px;
  padding: 20px;
}
input[type="text"]::placeholder,
input[type="email"]::placeholder,
input[type="password"]::placeholder {
  color: #a6a8b1;
  font-weight: 400 !important;
}
.password-eye {
  position: absolute;
  right: 15px;
  color: #009DE1;
  border: 0;
  background: transparent;
  font-size: 25px;
}
.searchbar {
  max-width: 600px !important;
  margin: 0 auto;
  display: flex;
  align-items: center;
  justify-content: center;
  border: 1px solid #cbcdd3;
  border-radius: 5px;
}
.searchbar input {
  height: 50px;
  border: 0;
  font-size: 16px;
}
.searchbar input::placeholder {
  color: #a6a8b1;
}
.searchbar button {
  font-size: 32px;
  height: 50px;
  padding: 0px 10px;
}
.modal {
  z-index: 99999 !important;
  background: rgba(19, 40, 99, 0.6);
  background: -moz-linear-gradient(135deg, rgba(19, 40, 99, 0.8) 0%, rgba(0, 158, 226, 0.8) 100%);
  background: -webkit-linear-gradient(135deg, rgba(19, 40, 99, 0.8) 0%, rgba(0, 158, 226, 0.8) 100%);
  background: linear-gradient(135deg, rgba(19, 40, 99, 0.8) 0%, rgba(0, 158, 226, 0.8) 100%);
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr="#132863", endColorstr="#009ee2", GradientType=1);
}
.modal .modal-dialog {
  max-width: 600px;
}
.modal .modal-content {
  border-radius: 10px;
  -webkit-box-shadow: 10px 10px 14px -1px rgba(19, 40, 99, 0.4);
  -moz-box-shadow: 10px 10px 14px -1px rgba(19, 40, 99, 0.4);
  box-shadow: 10px 10px 14px -1px rgba(19, 40, 99, 0.4);
  padding: 20px 50px;
}
.modal .modal-header {
  flex-direction: column;
  align-items: center;
}
.modal .modal-header .logo {
  width: 160px;
  height: auto;
  margin: 15px auto;
}
.modal .modal-header .modal-title {
  color: #009DE1;
  font-size: 35px;
  display: flex;
  align-items: center;
}
.modal .modal-header .modal-title span {
  margin: 0 10px;
}
.modal .modal-header .close {
  position: absolute;
  right: 0;
  margin-top: -90px !important;
  opacity: 1 !important;
}
.modal .modal-header .close img {
  width: 30px;
  height: 30px;
}
.modal .modal-footer {
  align-items: center;
  justify-content: space-between;
}
.modal .modal-sm {
  max-width: 320px;
}
.modal .modal-sm .modal-title {
  font-size: 25px !important;
}
.modal .modal-sm button {
  font-size: 16px;
}
.modal .modal-lg {
  max-width: 900px;
}
.modal-backdrop {
  display: none !important;
}
.vehicle-selector svg path {
  fill: #6ECCC5;
  stroke: #6ECCC5;
  transition: all linear 0.2s;
}
.ngb-dp-navigation-select select {
  height: 30px !important;
}
.input-icon {
  color: #009DE1;
  position: absolute;
  right: 4px;
  font-size: 12px;
  pointer-events: none;
  z-index: 10;
}
.additional-contact-btn {
  position: absolute;
  z-index: 10;
  right: 35px;
  top: 22px;
}
@media only screen and (max-width: 980px) {
  .additional-contact-btn {
    top: 20px;
  }
}
.mobile-only {
  display: none !important;
}
@media only screen and (max-width: 980px) {
  .row {
    margin-left: auto !important;
    margin-right: auto !important;
  }
  .container {
    width: 100% !important;
    padding-left: 20px !important;
    padding-right: 20px !important;
  }
  body,
  html {
    width: 100vw;
    overflow-x: hidden;
  }
  .mobile-only {
    display: block !important;
  }
}
.content-section {
  padding: 0 !important;
}
.content-section .content-row {
  width: 55%;
  padding: 0 2em 2em 2em;
}
.homepage-header-section {
  height: 800px;
  padding: 245px 0 0 0 !important;
  display: flex;
  flex-direction: column;
  justify-content: center;
  color: #FFFFFF;
}
@media all and (max-width: 568px) {
  .homepage-header-section {
    height: 670px;
  }
}
@media all and (max-width: 425px) {
  .homepage-header-section {
    padding: 150px 0 0 0 !important;
  }
}
@media all and (max-width: 375px) {
  .homepage-header-section {
    padding: 200px 0 0 0 !important;
  }
}
.homepage-header-section::before {
  content: "";
  display: block;
  position: absolute;
  width: 100%;
  height: 75%;
  background-image: url(../images/header-road.png);
  background-size: cover;
  background-position: center center;
  background-repeat: no-repeat;
}
.homepage-header-section .homepage-header-row {
  padding: 0;
  max-width: 100%;
  margin: 0 auto !important;
  display: flex;
  align-items: center;
}
.homepage-header-section .homepage-header-row:first-child {
  width: 40%;
  height: 70%;
  max-width: 765px;
}
@media all and (max-height: 852px) {
  .homepage-header-section .homepage-header-row:first-child {
    height: 80% !important;
  }
}
@media all and (max-height: 700px) {
  .homepage-header-section .homepage-header-row:first-child {
    height: 90% !important;
  }
}
@media all and (max-width: 1660px) {
  .homepage-header-section .homepage-header-row:first-child {
    width: 50%;
  }
}
@media all and (max-width: 1440px) {
  .homepage-header-section .homepage-header-row:first-child {
    width: 50%;
  }
}
@media all and (max-width: 1336px) {
  .homepage-header-section .homepage-header-row:first-child {
    width: 55%;
  }
}
@media all and (max-width: 1216px) {
  .homepage-header-section .homepage-header-row:first-child {
    width: 60%;
  }
}
@media all and (max-width: 1112px) {
  .homepage-header-section .homepage-header-row:first-child {
    width: 65%;
  }
}
@media all and (max-width: 1024px) {
  .homepage-header-section .homepage-header-row:first-child {
    width: 55%;
  }
}
@media all and (max-width: 981px) {
  .homepage-header-section .homepage-header-row:first-child {
    width: 65%;
  }
}
@media all and (max-width: 812px) {
  .homepage-header-section .homepage-header-row:first-child {
    flex-direction: column;
    justify-content: center;
    height: 60%;
  }
}
@media all and (max-width: 425px) {
  .homepage-header-section .homepage-header-row:first-child {
    width: 75%;
    height: 100%;
  }
}
@media all and (max-width: 375px) {
  .homepage-header-section .homepage-header-row:first-child {
    width: 80%;
  }
}
@media all and (max-width: 768px) {
  .homepage-header-section .homepage-header-row:first-child .homepage-header-column .et_pb_button_module_wrapper {
    margin: 0 !important;
  }
}
.homepage-header-section .homepage-header-row:last-child {
  padding-bottom: 2em;
  height: 100%;
}
.homepage-header-section .homepage-header-row:last-child .et_pb_text {
  margin-bottom: 20px !important;
}
.homepage-header-section .homepage-header-row:last-child .et_pb_text_inner {
  font-size: 37px !important;
  font-weight: 600;
  font-style: italic;
  letter-spacing: 2px;
}
@media all and (max-width: 768px) {
  .homepage-header-section .homepage-header-row:last-child {
    padding: 0;
    height: 100%;
  }
}
@media all and (max-width: 768px) {
  .homepage-header-section .homepage-header-row:last-child .you-first-image img {
    width: 130px;
  }
}
.homepage-header-section .homepage-header-row .e-btn {
  font-size: 32px !important;
  font-weight: 400 !important;
  width: 320px !important;
  min-width: 0 !important;
  padding: 5px !important;
}
.homepage-header-section .homepage-header-row .e-btn:focus {
  border: 2px solid #FFFFFF !important;
}
.homepage-header-section .homepage-header-row .e-btn:hover {
  padding: 5px !important;
}

/* Update account section styling */
.homepage-header-section .homepage-header-row .homepage-header-column {
  max-width: 500px;
  margin: 0 auto;
}

.homepage-header-section .homepage-header-row .et_pb_text_update_title,
.homepage-header-section .homepage-header-row .et_pb_text_update_notice,
.homepage-header-section .homepage-header-row .et_pb_button_0_wrapper {
  text-align: center !important;
}

.homepage-header-section .homepage-header-row .et_pb_text_update_title {
  margin-bottom: 15px !important;
}

.homepage-header-section .homepage-header-row .et_pb_text_update_notice {
  margin-bottom: 25px !important;
}
@media all and (max-width: 1024px) {
  .homepage-header-section .homepage-header-row .e-btn {
    width: 250px !important;
  }
}
@media all and (max-width: 375px) {
  .homepage-header-section .homepage-header-row .e-btn {
    font-size: 27px !important;
    width: 200px !important;
  }
}
.homepage-subtitle-section {
  padding: 2.5em 0 !important;
}
.homepage-subtitle-section .boxed-row {
  padding-top: 2em !important;
}
.homepage-subtitle-section .et_pb_text_inner {
  font-weight: 100;
  font-size: 48px;
  color: #fff;
  text-align: center;
}
.homepage-subtitle-section::after {
  content: '';
  position: absolute;
  width: 40px;
  height: 40px;
  border-left: 40px solid transparent;
  border-right: 40px solid transparent;
  border-top: 40px solid #004587;
  top: 100%;
  left: 50%;
  transform: translate(-50%, 0);
  z-index: 1;
}
.homepage-welcome-section .boxed-row {
  padding: 0 2em !important;
}
@media all and (max-width: 425px) {
  .homepage-welcome-section .boxed-row {
    padding: 0 !important;
  }
}
.homepage-welcome-section .homepage-welcome-text {
  font-size: 0.7em;
  font-weight: normal;
  line-height: 1.5em !important;
}
.homepage-welcome-section .homepage-welcome-title h1 {
  font-size: 3rem !important;
}
.homepage-welcome-section .blue-light-title p {
  line-height: 1.5 !important;
}
.homepage-welcome-section h1 {
  color: #004587 !important;
  font-size: 100% !important;
  font-weight: lighter !important;
  text-align: center !important;
}
.homepage-users-section .homepage-users-images {
  display: grid;
  grid-template-columns: 1fr 1fr 1fr;
}
@media all and (max-width: 568px) {
  .homepage-users-section .homepage-users-images {
    grid-template-columns: 1fr;
  }
}
.homepage-users-section .homepage-users-images .et_pb_image,
.homepage-users-section .homepage-users-images .et_pb_text_inner {
  text-align: center;
}
.homepage-users-section .homepage-users-images .et_pb_text_inner {
  font-size: 24px;
}
.homepage-users-section .homepage-users-images .homepage-users-user {
  cursor: pointer;
  width: 100%;
}
.homepage-users-section .homepage-users-images .homepage-users-user:not(.tourist) {
  opacity: 0.6;
}
.homepage-users-section .homepage-users-images .homepage-users-user.tourist {
  color: #767676;
}
.homepage-users-section .homepage-users-images .homepage-users-user.tourist > .et_pb_image {
  opacity: 0.6;
}
.homepage-users-section .homepage-users-images .homepage-users-user.tourist > .et_pb_image:hover,
.homepage-users-section .homepage-users-images .homepage-users-user.tourist > .et_pb_image.selected {
  opacity: 1;
}
.homepage-users-section .homepage-users-images .homepage-users-user.tourist:hover,
.homepage-users-section .homepage-users-images .homepage-users-user.tourist.selected {
  color: #444444;
}
.homepage-users-section .homepage-users-images .homepage-users-user:hover,
.homepage-users-section .homepage-users-images .homepage-users-user.selected {
  opacity: 1;
}
.homepage-users-section .homepage-users-images .homepage-users-user.selected .et_pb_image::before,
.homepage-users-section .homepage-users-images .homepage-users-user:hover .et_pb_image::before {
  content: '';
  position: absolute;
  top: 0;
  left: 50%;
  transform: translate(-50%, 0);
  width: 180px;
  height: 92px;
}
.homepage-users-section .homepage-users-images .homepage-users-user.selected.personal .et_pb_image::before,
.homepage-users-section .homepage-users-images .homepage-users-user:hover.personal .et_pb_image::before {
  background-image: url(../images/personal-hat.png);
}
.homepage-users-section .homepage-users-images .homepage-users-user.selected.business .et_pb_image::before,
.homepage-users-section .homepage-users-images .homepage-users-user:hover.business .et_pb_image::before {
  background-image: url(../images/business-hat.png);
}
.homepage-users-section .homepage-users-images .homepage-users-user.selected.tourist .et_pb_image::before,
.homepage-users-section .homepage-users-images .homepage-users-user:hover.tourist .et_pb_image::before {
  background-image: url(../images/tourist-hat.png);
}
@media all and (max-width: 568px) {
  .homepage-users-section .homepage-users-images .homepage-users-user .et_pb_image {
    grid-template-columns: 1fr;
  }
}
.compare-section.hompage {
  padding: 4% 0 2% 0 !important;
}
@media all and (max-width: 568px) {
  .compare-section.hompage {
    padding: 8% 0 7% 0 !important;
  }
}
.compare-section.hompage .compare-row-title {
  width: 40%;
}
.compare-section.hompage .compare-row-title {
  padding: 2% 0 10px 0;
}
.compare-section.hompage .compare-row-change-later {
  padding: 0 !important;
}
.compare-section.hompage .compare-row-change-later .et_pb_text_inner {
  font-size: 0.6em;
  line-height: 1.5em;
}
.compare-section.hompage .compare-row-subtitle {
  padding: 0 !important;
}
.compare-section.hompage .compare-row-subtitle .et_pb_text_inner {
  text-align: left !important;
}
.compare-section.hompage .compare-row-buttons {
  padding: 10px 0 !important;
}
.compare-section.hompage .compare-row-text:first-child {
  padding: 0 !important;
}
.compare-section.hompage .compare-row-text:first-child .et_pb_module:not(.compare-row-text-image) {
  padding-right: 2em !important;
}
.compare-section.hompage .compare-rows-link {
  padding-bottom: 0;
}
.compare-section.hompage .compare-rows-link .e-btn {
  min-width: 200px;
}
.compare-section.hompage .compare-rows-link .e-btn:focus {
  border: 2px solid #2fb4e9 !important;
}
.save-section.homepage {
  padding: 4% 0 !important;
}
@media all and (max-width: 568px) {
  .save-section.homepage {
    padding: 8% 0 2% 0 !important;
  }
}
.save-section.homepage .save-subtitle {
  padding-top: 0 !important;
}
.save-section.homepage .save-subtitle .et_pb_text_inner label {
  font-size: 24px;
  line-height: 40px;
}
.save-section.homepage .slider-range-row {
  padding-bottom: 1em !important;
}
.save-section.homepage .sign-me-up {
  padding-top: 4% !important;
  padding-bottom: 1% !important;
}
.save-section.homepage .sign-up-buttons {
  padding: 0 !important;
  display: grid;
  grid-template-columns: 1fr 1fr;
  column-gap: 1em;
}
@media all and (max-width: 968px) {
  .save-section.homepage .sign-up-buttons {
    grid-template-columns: 1fr;
    row-gap: 1em;
  }
}
.save-section.homepage .sign-up-buttons .et_pb_column {
  width: 100%;
  text-align: center;
}
.save-section.homepage .sign-up-buttons .et_pb_column .e-btn {
  margin: 0 auto !important;
  max-width: 300px !important;
}
@media all and (max-width: 425px) {
  .save-section.homepage .sign-up-buttons .et_pb_column .e-btn {
    min-width: 250px !important;
  }
}
.save-section.homepage .sign-up-buttons .et_pb_button_module_wrapper {
  text-align: center;
}
.save-section.homepage .sign-up-buttons .et_pb_button_module_wrapper .e-btn {
  min-width: 0 !important;
  width: 230px;
}
.download-section .download-row .download-area .et_pb_module_header {
  font-size: 48px !important;
  text-align: center;
  color: #004587 !important;
  font-weight: lighter;
}
.download-section .download-row .download-area .et_pb_button {
  min-width: 300px;
  padding: 5px 0 !important;
  border-radius: 100px !important;
  border: 0;
  font-size: 20px;
  color: #ffffff;
  display: inline-block;
  text-align: center;
  text-decoration: none !important;
  -webkit-box-shadow: 0px 5px 7px 1px rgba(0, 0, 0, 0.64);
  -moz-box-shadow: 0px 5px 7px 1px rgba(0, 0, 0, 0.64);
  box-shadow: 0px 5px 7px 1px rgba(0, 0, 0, 0.64);
  transition: all linear 0.1s;
  margin: 10px;
  position: relative;
  background: linear-gradient(0deg, #344754 0%, #7A808C 100%);
}
@media all and (max-width: 540px) {
  .download-section .download-row .download-area .et_pb_button {
    min-width: 200px;
    font-size: 18px;
  }
}
@media all and (max-width: 400px) {
  .download-section .download-row .download-area .et_pb_button {
    min-width: 160px;
    font-size: 17px;
    margin: 0;
  }
}
.download-section .download-row .download-area .et_pb_button:focus {
  border: 2px solid #2fb4e9 !important;
}
@media all and (max-width: 400px) {
  .download-section .download-row .download-area {
    padding: 40px 0;
  }
}
.questions-section .questions-title {
  width: 60% !important;
}
@media all and (max-width: 1366px) {
  .questions-section .questions-body.boxed-row {
    width: 70% !important;
  }
}
.questions-section .questions-body .questions-body-title .et_pb_text_inner {
  text-align: left !important;
  line-height: 46px;
}
@media all and (max-width: 1112px) {
  .questions-section .questions-body .questions-body-title .et_pb_text_inner {
    line-height: 50px;
  }
}
@media all and (max-width: 981px) {
  .questions-section .questions-body .questions-body-title .et_pb_text_inner {
    margin-bottom: 20px;
    text-align: center !important;
  }
}
@media all and (max-width: 981px) {
  .questions-section .questions-body .questions-body-title .et_pb_text_inner br {
    display: none;
  }
}
.questions-section .questions-body .questions-body-subtitle {
  font-size: 0.8em;
  line-height: 1.5em;
  font-weight: 100;
}
@media all and (max-width: 981px) {
  .questions-section .questions-body .questions-body-subtitle .et_pb_text_inner {
    text-align: center;
  }
}
.questions-section .questions-body .questions-body-input {
  border: none !important;
}
@media all and (max-width: 981px) {
  .questions-section .questions-body .questions-body-input {
    margin-bottom: 5px;
  }
}
.questions-section .questions-body .questions-body-input form > div::after {
  content: '';
  background-image: url(../images/search-icon.png);
  width: 33px;
  height: 33px;
  position: absolute;
  background-repeat: no-repeat;
  right: 0;
  top: 50%;
  transform: translate(-20px, -50%);
  cursor: pointer;
}
.questions-section .questions-body .questions-body-input form > div .et_pb_searchsubmit {
  position: absolute;
  width: 33px;
  padding: 0 !important;
  right: 0;
  top: 50%;
  transform: translate(-20px, -50%);
  cursor: pointer;
  color: transparent !important;
  z-index: 2;
  background-color: transparent;
}
.questions-section .questions-body .questions-body-input form > div .et_pb_searchsubmit:focus {
  border: 1px solid #2fb4e9 !important;
}
.questions-section .questions-body .questions-body-input input.et_pb_s {
  background: white;
  border-radius: 100px;
  font-weight: 100 !important;
  font-size: 18px !important;
  font-style: italic;
  color: #7A808C !important;
  height: 65px !important;
}
@media all and (max-width: 375px) {
  .questions-section .questions-body .questions-body-input input.et_pb_s {
    font-size: 19px !important;
    height: 52px !important;
  }
}
.homepage-bottom-links-section {
  height: 621px;
  padding: 0;
}
@media all and (max-width: 980px) {
  .homepage-bottom-links-section {
    display: flex;
    align-items: center;
    width: 100%;
  }
}
.homepage-bottom-links-section .boxed-row {
  width: 50% !important;
  height: 100% !important;
  padding: 0 !important;
  display: flex;
  align-items: center;
  max-width: 950px;
}
@media all and (max-width: 1680px) {
  .homepage-bottom-links-section .boxed-row {
    width: 60% !important;
  }
}
@media all and (max-width: 1366px) {
  .homepage-bottom-links-section .boxed-row {
    width: 70% !important;
  }
}
@media all and (max-width: 1112px) {
  .homepage-bottom-links-section .boxed-row {
    width: 90% !important;
  }
}
@media all and (max-width: 980px) {
  .homepage-bottom-links-section .boxed-row {
    width: 70% !important;
    height: auto !important;
  }
}
@media all and (max-width: 800px) {
  .homepage-bottom-links-section .boxed-row {
    width: 35% !important;
    flex-direction: column;
  }
}
@media all and (max-width: 568px) {
  .homepage-bottom-links-section .boxed-row {
    width: 80% !important;
  }
}
@media all and (max-width: 425px) {
  .homepage-bottom-links-section .boxed-row {
    width: 60% !important;
  }
}
@media all and (max-width: 375px) {
  .homepage-bottom-links-section .boxed-row {
    width: 70% !important;
  }
}
.homepage-bottom-links-section .boxed-row .e-btn {
  min-width: 215px !important;
  height: 110px;
  border-radius: 15px !important;
  display: flex;
  align-items: center;
  justify-content: center;
  font-weight: 100 !important;
  font-size: 26px !important;
}
.homepage-bottom-links-section .boxed-row .e-btn:focus {
  border: 2px solid #000 !important;
}
.get-app-section {
  height: 500px;
}
.get-app-section .et_pb_row {
  height: 100%;
  display: flex;
  align-items: center;
}
.get-app-section .et_pb_row .et_pb_text_inner {
  text-align: center;
}
.homepage-bottom-partners .boxed-row.text .blue-light-title {
  font-size: 41px !important;
}
.homepage-bottom-partners .boxed-row.text .c-navy {
  font-size: 21px;
  font-weight: bold;
  text-align: center;
  line-height: 25px;
}
.homepage-bottom-partners .boxed-row.images {
  padding: 0 !important;
}
@media all and (max-width: 479px) {
  .homepage-bottom-partners .boxed-row.images .et_pb_column {
    margin-bottom: 20px !important;
  }
}
@media all and (max-width: 479px) {
  .homepage-bottom-partners .boxed-row.images .et_pb_column .et_pb_module {
    text-align: center;
  }
}
#main-header #et-top-navigation {
  display: flex;
  width: 100%;
  justify-content: space-between;
}
@media all and (max-width: 981px) {
  #main-header #et-top-navigation {
    padding: 0 !important;
  }
}
#main-header #et-top-navigation .wpml-ls-native {
  font-size: 30px;
  font-weight: normal;
  color: #fff;
}
#main-header #et-top-navigation .language-selector-section {
  display: flex;
  font-size: 30px;
  font-weight: normal;
  color: #fff;
  font-weight: bolder;
  align-items: center;
  margin-right: 20px;
  z-index: 1;
  position: relative;
}
@media all and (max-width: 568px) {
  #main-header #et-top-navigation .language-selector-section {
    margin-right: 0;
  }
}
#main-header #et-top-navigation .language-selector-section .open-language {
  display: flex;
  background-image: url(../images/arrow-down.png);
  filter: brightness(0) invert(1);
  width: 33px;
  height: 19px;
  margin-left: 10px;
  cursor: pointer;
}
@media all and (max-width: 568px) {
  #main-header #et-top-navigation .language-selector-section .open-language {
    background-size: 25px 15px;
    width: 25px;
    height: 15px;
  }
}
@media all and (max-width: 475px) {
  #main-header #et-top-navigation .language-selector-section .open-language {
    margin-left: 5px;
  }
}
@media all and (max-width: 568px) {
  #main-header #et-top-navigation .language-selector-section .page-language {
    font-size: 18px !important;
  }
}
#main-header #et-top-navigation .language-selector-section .globe {
  display: flex;
  background-image: url(../images/language-icon.png);
  filter: brightness(0) invert(1);
  width: 30px;
  height: 30px;
  background-size: 30px;
  margin-right: 10px;
}
@media all and (max-width: 568px) {
  #main-header #et-top-navigation .language-selector-section .globe {
    width: 20px;
    height: 20px;
    background-size: 20px;
  }
}
@media all and (max-width: 475px) {
  #main-header #et-top-navigation .language-selector-section .globe {
    margin-right: 5px;
  }
}
#main-header #et-top-navigation .language-selector-section .wpml-ls-statics-shortcode_actions {
  display: none;
  position: absolute;
  top: 100%;
  transform: translate(-50%, 0px);
  left: 50%;
  max-width: unset;
  background: transparent;
}
#main-header #et-top-navigation .language-selector-section .wpml-ls-statics-shortcode_actions .wpml-ls-item:hover .wpml-ls-native {
  color: #FFFFFF;
}
#main-header #et-top-navigation .language-selector-section .wpml-ls-statics-shortcode_actions .wpml-ls-native {
  margin: 0 !important;
  font-size: 22px;
  font-weight: normal;
  color: #85B9E3;
  padding: 5px;
}
@media all and (max-width: 568px) {
  #main-header #et-top-navigation .language-selector-section .wpml-ls-statics-shortcode_actions .wpml-ls-native {
    font-size: 18px;
    padding: 0;
  }
}
#main-header #et-top-navigation .language-selector-section .wpml-ls-statics-shortcode_actions .wpml-ls-display {
  display: none;
}
#main-header #et-top-navigation .language-selector-section .wpml-ls-statics-shortcode_actions .wpml-ls-link {
  padding: 0 !important;
  display: flex;
}
#main-header #et-top-navigation .language-selector-section .wpml-ls-statics-shortcode_actions .wpml-ls-link img {
  display: none;
}
#main-header #et-top-navigation .language-selector-section .wpml-ls-statics-shortcode_actions.enabled {
  display: block;
  padding: 0;
}
#main-header #et-top-navigation .language-selector-section .wpml-ls-statics-shortcode_actions.enabled ul {
  display: flex;
}
@media all and (max-width: 981px) {
  #main-header .container.et_menu_container {
    width: 100% !important;
    padding-left: 0;
    padding-right: 0;
    height: 135px;
  }
}
#main-header .et_menu_container {
  display: flex;
  align-items: center;
  justify-content: space-between;
}
#main-header .et_menu_container::after {
  display: none;
}
@media all and (max-height: 700px) {
  #main-header .et_menu_container {
    height: 100px !important;
  }
}
#main-header .user_container {
  display: flex;
  align-items: center;
}
#main-header .user_container > a {
  width: 38px;
  height: 53px;
  cursor: pointer;
  z-index: 1;
}
@media all and (max-width: 768px) {
  #main-header .user_container {
    align-items: flex-end;
  }
}
@media all and (max-width: 568px) {
  #main-header .user_container {
    align-items: flex-end;
  }
}
#main-header .user_container .user_continer_name {
  color: #FFFFFF;
  font-weight: lighter;
  font-size: 36px;
  margin-left: 20px;
}
@media all and (max-width: 981px) {
  #main-header .user_container .user_continer_name {
    font-size: 24px;
  }
}
@media all and (max-width: 768px) {
  #main-header .user_container .user_continer_name {
    font-size: 20px;
    margin-left: 10px;
  }
}
@media all and (max-width: 568px) {
  #main-header .user_container .user_continer_name {
    font-size: 16px;
  }
}
@media all and (max-width: 425px) {
  #main-header .user_container .user_continer_name {
    display: none;
  }
}
#main-header #login-icon {
  display: none;
}
#main-header #login-icon .user-icon {
  width: 38px;
  height: 53px;
  background-image: url(../images/user-icon.png);
  background-repeat: no-repeat;
  cursor: pointer;
  z-index: 1;
  display: block;
  border: 1px solid #FFFFFF !important;
  display: none;
}
@media all and (max-width: 568px) {
  #main-header #login-icon .user-icon {
    background-size: 30px 40px;
    width: 30px;
    height: 40px;
  }
}
#main-header #login-icon.no-focus-default .user-icon {
  border: none !important;
  display: none;
}
#main-header .mobile_menu_bar.et_pb_header_toggle {
  width: 53px !important;
  height: 32px;
  background-image: url(../images/hamburger-menu.png);
  background-repeat: no-repeat;
}
@media all and (max-width: 568px) {
  #main-header .mobile_menu_bar.et_pb_header_toggle {
    background-size: 38px 18px;
    width: 38px !important;
    height: 18px;
  }
}
#main-header .mobile_menu_bar.et_pb_header_toggle::before {
  display: none;
}
#main-header.et-fixed-header {
  background: linear-gradient(150deg, #132863, #009de1);
}
#main-header.et-fixed-header .user_continer_name {
  color: #004587;
}
#main-header.et-fixed-header .logo-1 {
  display: none;
}
#main-header.et-fixed-header a.logo-2 {
  display: flex !important;
  transition: all 0.5s linear;
  height: 100%;
  position: absolute;
  top: 0;
  left: 50%;
  transform: translate(-50%, 0px);
  align-items: center;
  width: 100%;
  justify-content: center;
}
#main-header .logo-2 {
  display: none;
}
.et_header_style_left .logo_container {
  left: 0;
  text-align: center;
}
.et_pb_svg_logo #logo,
.et_pb_svg_logo #logo2 {
  height: 54% !important;
}
.et_slide_in_menu_container {
  z-index: -1 !important;
  background: #FFFFFF !important;
  padding: 0 !important;
}
.et_slide_in_menu_container.et_pb_fullscreen_menu_opened {
  z-index: 9999999 !important;
}
.et_slide_in_menu_container .et_slide_menu_top {
  display: none;
}
.et_header_style_fullscreen .et_slide_in_menu_container.et_pb_fullscreen_menu_opened {
  opacity: 1 !important;
}
.et_header_style_fullscreen .et_slide_in_menu_container span.mobile_menu_bar.et_toggle_fullscreen_menu {
  top: 40px !important;
}
.et_header_style_fullscreen .et_slide_in_menu_container span.mobile_menu_bar.et_toggle_fullscreen_menu::before {
  display: none !important;
}
@media all and (max-width: 425px) {
  .et_header_style_fullscreen .et_slide_in_menu_container span.mobile_menu_bar.et_toggle_fullscreen_menu {
    top: 25px !important;
  }
}
@media all and (max-width: 768px) {
  .et_header_style_fullscreen .et_slide_in_menu_container span.mobile_menu_bar.et_toggle_fullscreen_menu img {
    width: 35px;
  }
}
.mobile_menu_bar.et_pb_header_toggle {
  width: unset !important;
}
body.search .search-header {
  display: block !important;
}
#header-home-section {
  background-position-y: 0;
  background-size: cover;
  overflow: hidden !important;
}
@media all and (min-width: 1920px) {
  #header-home-section {
    height: 900px;
  }
}
@media all and (min-width: 2250px) {
  #header-home-section {
    height: 1000px;
  }
}
@media all and (min-width: 2470px) {
  #header-home-section {
    height: 1200px;
  }
}
@media all and (min-width: 2970px) {
  #header-home-section {
    height: 1300px;
  }
}
@media all and (min-width: 3200px) {
  #header-home-section {
    height: 1400px;
  }
}
@media all and (min-width: 3460px) {
  #header-home-section {
    height: 1500px;
  }
}
#header-home-section .et_pb_module:first-child {
  padding-top: 0 !important;
}
#header-home-section h1 {
  font-weight: lighter !important;
  transform: translate(0px, -1em);
}
@media all and (min-width: 1920px) {
  #header-home-section h1 {
    transform: translate(0px, 0px);
  }
}
@media all and (min-width: 2250px) {
  #header-home-section h1 {
    transform: translate(0px, 1em);
  }
}
@media all and (min-width: 2470px) {
  #header-home-section h1 {
    transform: translate(0px, 2em);
  }
}
@media all and (max-width: 768px) {
  #header-home-section h1 {
    transform: translate(0px, 0);
  }
}
@media all and (max-width: 568px) {
  #header-home-section h1 {
    font-size: 45px !important;
    text-align: center;
  }
}
#header-home-section .you-first-header {
  position: absolute;
  bottom: 23%;
  left: 18%;
  font-weight: 600;
  letter-spacing: 2px;
  font-size: 40px;
  font-style: italic;
}
@media all and (max-width: 1024px) {
  #header-home-section .you-first-header {
    bottom: 12%;
  }
}
@media all and (max-width: 568px) {
  #header-home-section .you-first-header {
    bottom: 10%;
    font-size: 30px;
  }
}
@media all and (max-width: 425px) {
  #header-home-section .you-first-header {
    bottom: 6%;
  }
}
@media all and (max-width: 1366px) {
  #header-home-section .header-content-container {
    width: 80% !important;
  }
}
@media all and (max-width: 1024px) {
  #header-home-section .header-content-container {
    width: 80% !important;
  }
}
@media all and (max-width: 768px) {
  #header-home-section .header-content-container {
    width: 90%;
  }
}
#header-home-section.blue-header.light-blue-background {
  background-color: #d2e5f5;
}
#header-home-section.blue-header .you-first-header {
  color: #004587;
}
#header-home-section.blue-header .et_pb_fullwidth_header_subhead {
  color: #004587;
}
#header-home-section.blue-header .you-first-blue-image {
  position: absolute;
  top: 70%;
  left: 20%;
}
@media all and (max-width: 1024px) {
  #header-home-section.blue-header .you-first-blue-image {
    top: 82%;
    left: 15%;
  }
}
@media all and (max-width: 425px) {
  #header-home-section.blue-header .you-first-blue-image {
    top: 87%;
  }
}
@media all and (min-width: 2250px) {
  #header-home-section.blue-header .you-first-blue-image {
    left: 26%;
  }
}
@media all and (min-width: 2970px) {
  #header-home-section.blue-header .you-first-blue-image {
    left: 32%;
  }
}
@media all and (min-width: 3460px) {
  #header-home-section.blue-header .you-first-blue-image {
    left: 35%;
  }
}
@media all and (max-width: 425px) {
  #header-home-section.blue-header .you-first-blue-image img {
    width: 140px;
  }
}
@media all and (max-width: 375px) {
  #header-home-section.blue-header .you-first-blue-image img {
    width: 130px;
  }
}
#header-home-section.blue-header.faq-header > .et_pb_module {
  height: 100%;
}
#header-home-section.blue-header.faq-header > .et_pb_module > .et_pb_code_inner {
  height: 100%;
  display: flex;
  align-items: center;
}
#header-home-section.blue-header.faq-header .faq-header-elements {
  display: grid;
  grid-template-columns: 1fr 1fr;
  grid-template-rows: 1fr 1fr;
  width: 55%;
  margin: 0 auto;
  justify-content: space-between;
  align-items: center;
}
@media all and (max-width: 1366px) {
  #header-home-section.blue-header.faq-header .faq-header-elements {
    width: 65%;
  }
}
@media all and (max-width: 1024px) {
  #header-home-section.blue-header.faq-header .faq-header-elements {
    width: 75%;
  }
}
@media all and (max-width: 768px) {
  #header-home-section.blue-header.faq-header .faq-header-elements {
    width: 85%;
  }
}
@media all and (max-width: 568px) {
  #header-home-section.blue-header.faq-header .faq-header-elements {
    display: block;
    transform: translate(0px, -50px);
  }
}
#header-home-section.blue-header.faq-header .faq-header-elements .light-title {
  text-align: left !important;
}
@media all and (max-width: 568px) {
  #header-home-section.blue-header.faq-header .faq-header-elements .light-title {
    font-size: 50px;
    margin-bottom: 10px;
  }
}
@media all and (max-width: 425px) {
  #header-home-section.blue-header.faq-header .faq-header-elements .light-title {
    font-size: 40px;
    text-align: center !important;
  }
}
#header-home-section.blue-header.faq-header .faq-header-elements input.et_pb_s {
  background: white;
  border-radius: 100px;
  font-weight: 100 !important;
  font-size: 18px !important;
  font-style: italic;
  color: #7A808C !important;
  height: 65px !important;
  -webkit-box-shadow: 1px 8px 14px 0px rgba(0, 0, 0, 0.76);
  box-shadow: 1px 8px 14px 0px rgba(0, 0, 0, 0.76);
}
#header-home-section.blue-header.faq-header .faq-header-elements .et_pb_searchsubmit {
  position: absolute;
  width: 33px;
  padding: 0 !important;
  right: 0;
  top: 50%;
  transform: translate(-20px, -50%);
  cursor: pointer;
  color: transparent !important;
  z-index: 2;
}
#header-home-section.blue-header.faq-header .faq-header-elements .questions-body-input {
  width: 100%;
  max-width: 450px;
  margin: 0 auto;
}
@media all and (max-width: 568px) {
  #header-home-section.blue-header.faq-header .faq-header-elements .questions-body-input {
    margin-bottom: 10px;
  }
}
#header-home-section.blue-header.faq-header .faq-header-elements .c-light-blue-text {
  grid-column: 2;
  grid-row: 2;
  font-size: 22px;
  padding: 0 20px;
  max-width: 450px;
  margin: 0 auto;
  width: 100%;
  line-height: 25px;
}
@media all and (max-width: 425px) {
  #header-home-section.blue-header.faq-header .faq-header-elements .c-light-blue-text {
    font-size: 18px;
    text-align: center;
  }
}
@media all and (max-width: 1024px) {
  #header-home-section.blue-header {
    background-image: url(../images/eFlowBlueHeader1024-1.png) !important;
  }
}
@media all and (max-width: 768px) {
  #header-home-section.blue-header {
    background-image: url(../images/eFlowBlueHeader768-1.png) !important;
  }
}
@media all and (max-width: 425px) {
  #header-home-section.blue-header {
    background-image: url(../images/eFlowBlueHeader425-1.png) !important;
  }
}
#header-home-section.gray-header .you-first-header {
  color: #FFFFFF;
  opacity: 0.5;
}
#header-home-section.gray-header .et_pb_fullwidth_header_subhead {
  color: #FFFFFF;
  opacity: 0.5;
}
#header-home-section.gray-header .you-first-gray-image {
  position: absolute;
  top: 70%;
  left: 20%;
}
@media all and (max-width: 1024px) {
  #header-home-section.gray-header .you-first-gray-image {
    top: 82%;
    left: 15%;
  }
}
@media all and (max-width: 425px) {
  #header-home-section.gray-header .you-first-gray-image {
    top: 87%;
  }
}
@media all and (min-width: 2250px) {
  #header-home-section.gray-header .you-first-gray-image {
    left: 26%;
  }
}
@media all and (min-width: 2970px) {
  #header-home-section.gray-header .you-first-gray-image {
    left: 32%;
  }
}
@media all and (min-width: 3460px) {
  #header-home-section.gray-header .you-first-gray-image {
    left: 35%;
  }
}
@media all and (max-width: 425px) {
  #header-home-section.gray-header .you-first-gray-image img {
    width: 140px;
  }
}
@media all and (max-width: 375px) {
  #header-home-section.gray-header .you-first-gray-image img {
    width: 130px;
  }
}
@media all and (max-width: 1024px) {
  #header-home-section.gray-header {
    background-image: url(../images/grey-header-1024.png) !important;
  }
}
@media all and (max-width: 768px) {
  #header-home-section.gray-header {
    background-image: url(../images/grey-header-768.png) !important;
  }
}
@media all and (max-width: 425px) {
  #header-home-section.gray-header {
    background-image: url(../images/grey-header-425.png) !important;
  }
}
#header-home-section.faq-header h1 {
  font-size: 48px !important;
}
#header-home-section #fullwidth-hero {
  height: 780px;
  min-height: unset !important;
}
@media all and (max-width: 1024px) {
  #header-home-section #fullwidth-hero {
    height: 673px;
  }
}
@media all and (max-width: 425px) {
  #header-home-section #fullwidth-hero {
    height: 595px;
  }
}
#header-home-section #fullwidth-hero .et_pb_fullwidth_header_subhead {
  position: absolute;
  bottom: 23%;
  left: 12%;
  font-weight: 600;
  letter-spacing: 2px;
  font-size: 40px;
  font-style: italic;
}
@media all and (max-width: 1024px) {
  #header-home-section #fullwidth-hero .et_pb_fullwidth_header_subhead {
    bottom: 12%;
    left: 5%;
  }
}
@media all and (max-width: 568px) {
  #header-home-section #fullwidth-hero .et_pb_fullwidth_header_subhead {
    bottom: 10%;
    font-size: 30px;
  }
}
@media all and (max-width: 425px) {
  #header-home-section #fullwidth-hero .et_pb_fullwidth_header_subhead {
    bottom: 6%;
  }
}
#header-home-section #fullwidth-hero .et_pb_fullwidth_header_container {
  height: 100%;
  min-height: 100% !important;
}
#header-home-section #fullwidth-hero .et_pb_fullwidth_header_container .header-content-container {
  width: 60%;
  margin: 0 auto;
  max-width: 922px;
}
@media all and (max-width: 425px) {
  #header-home-section #fullwidth-hero .et_pb_fullwidth_header_container .header-content-container h1 {
    font-size: 50px !important;
    text-align: center;
  }
}
@media all and (max-width: 425px) {
  #header-home-section #fullwidth-hero .et_pb_fullwidth_header_container .header-content-container .header-content {
    margin: 0 !important;
    padding: 0 !important;
  }
}
@media all and (max-width: 425px) {
  #header-home-section #fullwidth-hero .et_pb_fullwidth_header_container .header-content-container {
    width: 100%;
    transform: none;
  }
}
@media all and (max-width: 425px) {
  #header-home-section #fullwidth-hero .et_pb_fullwidth_header_container {
    width: 100%;
  }
}
.slider-range-row {
  margin-top: 1em !important;
  width: 30% !important;
}
@media all and (max-width: 1366px) {
  .slider-range-row {
    width: 40% !important;
  }
}
.slider-range-row .slider-ends .et_pb_code_inner {
  display: flex;
  justify-content: space-between;
}
.slider-range-row .ui-slider#slider-1 {
  height: 4px;
  background: #73C5C1;
  border: none;
  top: 50%;
  transform: translate(0, -50%);
}
.slider-range-row .ui-slider#slider-1 .slider-tooltip {
  background: #004587;
  position: absolute;
  left: 50%;
  transform: translate(-50%, -70px);
  padding: 4px 28px;
  color: #FFFFFF;
  border-radius: 8px;
}
.slider-range-row .ui-slider#slider-1 .slider-tooltip::after {
  content: "";
  position: absolute;
  width: 20px;
  height: 20px;
  border: 20px solid transparent;
  border-top-color: #004587;
  bottom: -40px;
  left: 50%;
  transform: translateX(-50%);
}
.slider-range-row .ui-slider#slider-1 .ui-slider-handle {
  border-radius: 50% !important;
  background: #73C5C1;
  border: none;
  width: 35px;
  height: 35px;
  cursor: pointer;
  margin-left: 0 !important;
}
.slider-range-row .ui-slider#slider-1 .ui-slider-handle::before {
  content: '';
  position: absolute;
  width: 86px;
  height: 69px;
  top: 0;
  left: 50%;
  transform: translate(-50%, -100%);
  display: flex;
  justify-content: center;
  align-items: center;
}
.maintenance-form .gfield,
.maintenance-form .gform_confirmation_message {
  font-size: 18px;
  color: #000;
  margin-top: 0 !important;
  padding-right: 0 !important;
}
.maintenance-form .gform_confirmation_message {
  line-height: 24px;
}
.maintenance-form .maintenance-input {
  margin-bottom: 1.5em;
}
.maintenance-form .maintenance-form-note {
  font-style: italic;
  color: #2fb4e9;
}
.maintenance-form input {
  margin-top: 0  !important;
}
.maintenance-form .gform_button {
  min-width: 300px;
  padding: 5px 0 !important;
  border-radius: 100px !important;
  border: 0;
  font-size: 20px !important;
  color: #ffffff !important;
  display: inline-block;
  text-align: center;
  text-decoration: none !important;
  -webkit-box-shadow: 0px 5px 7px 1px rgba(0, 0, 0, 0.64);
  -moz-box-shadow: 0px 5px 7px 1px rgba(0, 0, 0, 0.64);
  box-shadow: 0px 5px 7px 1px rgba(0, 0, 0, 0.64);
  transition: all linear 0.1s;
  margin: 10px;
  position: relative;
  background: -moz-linear-gradient(0deg, #0089D0 0%, #2FB4E9 100%);
  background: -webkit-linear-gradient(0deg, #0089D0 0%, #2FB4E9 100%);
  background: linear-gradient(0deg, #0089D0 0%, #2FB4E9 100%);
}
.maintenance-form .gform_footer {
  text-align: center;
}
.fullscreen-menu-section {
  padding: 0 !important;
  height: calc(100% + 200px);
  background-size: contain !important;
  background-position: bottom center;
  background-image: url(../images/road-graphic.png) !important;
  background-repeat: no-repeat;
}
@media all and (max-width: 1024px) {
  .fullscreen-menu-section.et_pb_section.et_pb_section_1 {
    background-image: url(../images/road-graphic-1024px.png) !important;
  }
}
@media all and (max-width: 425px) {
  .fullscreen-menu-section.et_pb_section.et_pb_section_1 {
    background-image: url(../images/road-graphic-425px-1.png) !important;
  }
}
.fullscreen-menu-section .fullscreen-menu-logo-row {
  padding: 1%;
  width: 45% !important;
  margin: 0 auto;
}
.fullscreen-menu-section .fullscreen-menu-logo-row .et_pb_image {
  text-align: center !important;
}
.fullscreen-menu-section .fullscreen-menu-menus-rows {
  width: 45% !important;
  margin: 0 auto;
  display: flex;
}
@media all and (max-width: 1366px) {
  .fullscreen-menu-section .fullscreen-menu-menus-rows {
    width: 60% !important;
  }
}
@media all and (max-width: 768px) {
  .fullscreen-menu-section .fullscreen-menu-menus-rows {
    width: 75% !important;
  }
}
@media all and (max-width: 568px) {
  .fullscreen-menu-section .fullscreen-menu-menus-rows {
    width: 35% !important;
    margin-bottom: 200px !important;
    flex-direction: column;
    justify-content: center;
    align-items: center;
  }
}
@media all and (max-width: 425px) {
  .fullscreen-menu-section .fullscreen-menu-menus-rows {
    width: 40% !important;
  }
}
@media all and (max-width: 375px) {
  .fullscreen-menu-section .fullscreen-menu-menus-rows {
    width: 50% !important;
  }
}
.fullscreen-menu-section .fullscreen-menu-menus-rows .fullscreen-menu-menus-row {
  width: 29.6667%;
}
.fullscreen-menu-section .fullscreen-menu-menus-rows .fullscreen-menu-menus-row:not(:last-child) {
  margin-right: 5.5%;
}
@media all and (max-width: 568px) {
  .fullscreen-menu-section .fullscreen-menu-menus-rows .fullscreen-menu-menus-row:not(:last-child) {
    width: 100% !important;
    margin-right: 0 !important;
  }
}
@media all and (max-width: 568px) {
  .fullscreen-menu-section .fullscreen-menu-menus-rows .fullscreen-menu-menus-row:last-child {
    width: 100% !important;
    margin-right: 0 !important;
  }
}
.fullscreen-menu-section .fullscreen-menu-menus-rows .fullscreen-menu-menus-row .fullscreen-menu-title {
  font-weight: bold !important;
  font-size: 24px !important;
  color: #004587 !important;
  margin-bottom: 0 !important;
}
@media all and (max-width: 568px) {
  .fullscreen-menu-section .fullscreen-menu-menus-rows .fullscreen-menu-menus-row .fullscreen-menu-title {
    text-align: center;
  }
}
.fullscreen-menu-section .fullscreen-menu-menus-rows .fullscreen-menu-menus-row .fullscreen-menu-menu {
  background-color: transparent !important;
}
@media all and (max-width: 981px) {
  .fullscreen-menu-section .fullscreen-menu-menus-rows .fullscreen-menu-menus-row .fullscreen-menu-menu .et_pb_menu__menu {
    display: flex !important;
  }
}
@media all and (max-width: 568px) {
  .fullscreen-menu-section .fullscreen-menu-menus-rows .fullscreen-menu-menus-row .fullscreen-menu-menu .et_pb_menu__menu {
    justify-content: center !important;
  }
}
@media all and (max-width: 981px) {
  .fullscreen-menu-section .fullscreen-menu-menus-rows .fullscreen-menu-menus-row .fullscreen-menu-menu .et_mobile_nav_menu {
    display: none !important;
  }
}
@media all and (max-width: 981px) {
  .fullscreen-menu-section .fullscreen-menu-menus-rows .fullscreen-menu-menus-row .fullscreen-menu-menu .et_pb_menu__wrap {
    justify-content: flex-start !important;
  }
}
@media all and (max-width: 568px) {
  .fullscreen-menu-section .fullscreen-menu-menus-rows .fullscreen-menu-menus-row .fullscreen-menu-menu .et_pb_menu__wrap {
    justify-content: center !important;
  }
}
.fullscreen-menu-section .fullscreen-menu-menus-rows .fullscreen-menu-menus-row .fullscreen-menu-menu ul {
  flex-direction: column !important;
}
.fullscreen-menu-section .fullscreen-menu-menus-rows .fullscreen-menu-menus-row .fullscreen-menu-menu ul li {
  margin-top: 8px;
}
@media all and (max-width: 568px) {
  .fullscreen-menu-section .fullscreen-menu-menus-rows .fullscreen-menu-menus-row .fullscreen-menu-menu ul li {
    justify-content: center !important;
    text-align: center !important;
  }
}
.fullscreen-menu-section .fullscreen-menu-menus-rows .fullscreen-menu-menus-row .fullscreen-menu-menu ul li a {
  font-weight: normal !important;
  color: #004587 !important;
  line-height: 22px !important;
  padding-bottom: 8px;
}
.title-subtitle-section {
  padding: 0 !important;
}
.title-subtitle-section.first {
  transform: translate(0px, -50px);
  background: transparent;
}
@media all and (max-width: 1024px) {
  .title-subtitle-section.first {
    transform: translate(0px, -5px);
  }
}
@media all and (max-width: 1024px) {
  .title-subtitle-section.first {
    transform: none;
  }
}
.title-subtitle-section.first .title-subtitle-row {
  padding: 0 2em 2em 2em;
}
.title-subtitle-section.first-maintenance {
  transform: translate(0px, -73px);
  background: transparent;
}
@media all and (max-width: 1024px) {
  .title-subtitle-section.first-maintenance {
    transform: translate(0px, -5px);
  }
}
@media all and (max-width: 1024px) {
  .title-subtitle-section.first-maintenance {
    transform: none;
  }
}
.title-subtitle-section.first-maintenance .title-subtitle-row {
  padding: 0 2em 2em 2em;
}
.title-subtitle-section .title-subtitle-row {
  width: 55%;
  padding: 2em;
}
@media all and (max-width: 1366px) {
  .title-subtitle-section .title-subtitle-row {
    width: 65% !important;
  }
}
@media all and (max-width: 425px) {
  .title-subtitle-section .title-subtitle-row {
    padding: 0 0 2em 0 !important;
  }
}
.title-subtitle-section .title-subtitle-row .title-subtitle-column .title-subtitle-title {
  font-size: 48px;
  text-align: center;
  color: #004587;
  font-weight: lighter;
}
@media all and (max-width: 568px) {
  .title-subtitle-section .title-subtitle-row .title-subtitle-column .title-subtitle-title {
    font-size: 35px;
  }
}
.title-subtitle-section .title-subtitle-row .title-subtitle-column .title-subtitle-subtitle {
  font-size: 24px !important;
  color: #004587;
  font-weight: bold;
}
@media all and (max-width: 568px) {
  .title-subtitle-section .title-subtitle-row .title-subtitle-column .title-subtitle-subtitle {
    font-size: 20px !important;
    text-align: center;
  }
}
.title-subtitle-section .title-subtitle-row .title-subtitle-column .blue-list {
  width: 80%;
  margin: 0 auto;
  font-size: 0.6em;
}
.title-subtitle-section .title-subtitle-row .title-subtitle-column .note-text {
  text-align: right;
}
.organizations-section {
  padding: 0 !important;
}
.organizations-section .organizations-rows {
  width: 55%;
}
@media all and (max-width: 1024px) {
  .organizations-section .organizations-rows {
    width: 70%;
  }
}
@media all and (max-width: 768px) {
  .organizations-section .organizations-rows {
    display: flex;
    flex-direction: column;
    padding: 0 !important;
  }
}
.organizations-section .organizations-rows.row1 .organizations-detail {
  min-height: calc(527px + 2em);
}
@media all and (max-width: 1024px) {
  .organizations-section .organizations-rows.row1 .organizations-detail {
    min-height: calc(586px + 2em);
  }
}
.organizations-section .organizations-rows.row2 .organizations-detail {
  min-height: calc(364px + 2em);
}
@media all and (max-width: 768px) {
  .organizations-section .organizations-rows.row3 .organizations-row:not(:last-child) .organizations-detail {
    border-bottom: 1px solid #A6A8B1;
  }
}
.organizations-section .organizations-rows.row3 .organizations-detail {
  min-height: calc(434px + 2em);
}
.organizations-section .organizations-rows .organizations-row {
  width: 50%;
}
@media all and (max-width: 768px) {
  .organizations-section .organizations-rows .organizations-row {
    width: 100%;
    margin-top: 20px;
  }
}
.organizations-section .organizations-rows .organizations-row .organizations-detail {
  font-size: 0.6em;
  color: #000;
}
@media all and (max-width: 1024px) {
  .organizations-section .organizations-rows .organizations-row .organizations-detail {
    font-size: 16px;
  }
}
@media all and (max-width: 768px) {
  .organizations-section .organizations-rows .organizations-row .organizations-detail {
    min-height: unset !important;
    margin-bottom: 2em;
    padding-bottom: 2em;
  }
}
.organizations-section .organizations-rows .organizations-row .organizations-detail img {
  max-height: 80px;
  width: auto;
}
.organizations-section .organizations-rows .organizations-row .organizations-detail img:focus {
  border: 1px solid #2fb4e9 !important;
}
@media all and (max-width: 425px) {
  .organizations-section .organizations-rows .organizations-row .organizations-detail img {
    max-height: 60px;
  }
}
.organizations-section .organizations-rows .organizations-row .organizations-detail .et_pb_module_header {
  text-align: center;
}
.organizations-section .organizations-rows .organizations-row .organizations-detail .et_pb_module_header span,
.organizations-section .organizations-rows .organizations-row .organizations-detail .et_pb_module_header a {
  font-size: 32px;
  color: #004587;
  font-weight: 400 !important;
}
.organizations-section .organizations-rows .organizations-row .organizations-detail .et_pb_main_blurb_image a {
  display: inline-block;
  width: 100%;
  height: 100%;
}
.organizations-section .organizations-rows .organizations-row .organizations-detail .et_pb_blurb_description {
  line-height: 1.5em;
}
.organizations-section .organizations-rows .organizations-row:first-child {
  margin-right: 0;
}
.organizations-section .organizations-rows .organizations-row:first-child .et_pb_blurb_description {
  padding-right: 40px;
}
@media all and (max-width: 768px) {
  .organizations-section .organizations-rows .organizations-row:first-child .et_pb_blurb_description {
    padding-right: 0;
  }
}
.organizations-section .organizations-rows .organizations-row:last-child .et_pb_blurb_description {
  padding-left: 40px;
}
@media all and (max-width: 768px) {
  .organizations-section .organizations-rows .organizations-row:last-child .et_pb_blurb_description {
    padding-left: 0;
  }
}
.the-benefits-section .title-subtitle-row {
  padding-top: 0;
}
.compare-section {
  padding: 0 0 4% 0 !important;
}
.compare-section .et_pb_row {
  width: 35%;
}
@media all and (max-width: 1112px) {
  .compare-section .et_pb_row {
    width: 50% !important;
  }
}
@media all and (max-width: 768px) {
  .compare-section .et_pb_row {
    width: 60% !important;
  }
}
@media all and (max-width: 568px) {
  .compare-section .et_pb_row {
    width: 70% !important;
  }
}
.compare-section .compare-row-title .et_pb_text_inner {
  font-size: 48px;
  color: #004587;
  font-weight: lighter;
  text-align: center;
}
.compare-section .compare-row-buttons {
  padding-bottom: 0;
}
@media all and (max-width: 1112px) {
  .compare-section .compare-row-buttons {
    display: flex;
    flex-direction: column;
    align-items: center;
  }
}
@media all and (max-width: 1112px) {
  .compare-section .compare-row-buttons .et_pb_column {
    margin: 0 0 10px 0 !important;
    width: 100% !important;
    text-align: center;
  }
}
.compare-section .compare-row-buttons .et_pb_module {
  margin-bottom: 5px !important;
}
.compare-section .compare-row-buttons .e-btn {
  margin: 0px;
  min-width: unset !important;
  width: 95% !important;
}
@media all and (max-width: 425px) {
  .compare-section .compare-row-buttons .e-btn {
    width: 100% !important;
    min-width: unset !important;
    line-height: 1em;
  }
}
.compare-section .compare-row-subtitle {
  padding-top: 0 !important;
}
@media all and (max-width: 1024px) {
  .compare-section .compare-row-subtitle .et_pb_column {
    margin: 0 0 !important;
    width: 100% !important;
    text-align: center;
  }
}
.compare-section .compare-row-subtitle .et_pb_column .compare-row-buttons-subtitle {
  font-weight: bold;
  font-size: 16px;
  color: #004587;
}
.compare-section .compare-row-subtitle .et_pb_column .compare-row-buttons-subtitle .et_pb_text_inner {
  text-align: center;
}
.compare-section .compare-rows-text {
  padding: 0 !important;
}
@media all and (max-width: 568px) {
  .compare-section .compare-rows-text {
    display: flex;
    flex-direction: column;
  }
}
.compare-section .compare-rows-text .compare-row-text {
  width: 50%;
  margin: 0 !important;
}
@media all and (max-width: 568px) {
  .compare-section .compare-rows-text .compare-row-text {
    padding: 0 !important;
    width: 100%;
  }
}
.compare-section .compare-rows-text .compare-row-text:first-child {
  padding-right: 1em;
}
@media all and (max-width: 768px) {
  .compare-section .compare-rows-text .compare-row-text:first-child {
    padding-right: 1em;
  }
}
@media all and (max-width: 568px) {
  .compare-section .compare-rows-text .compare-row-text:first-child {
    border-right: none;
    border-bottom: 1px solid #2fb4e9;
    margin-bottom: 10px !important;
    padding-bottom: 10px !important;
  }
}
.compare-section .compare-rows-text .compare-row-text:last-child {
  padding-left: 1.5em;
}
@media all and (max-width: 1112px) {
  .compare-section .compare-rows-text .compare-row-text:last-child {
    padding-left: 1em;
  }
}
.compare-section .compare-rows-text .compare-row-text .compare-row-text-title {
  font-weight: bold;
  font-size: 24px;
  color: #004587;
}
@media all and (max-width: 568px) {
  .compare-section .compare-rows-text .compare-row-text .compare-row-text-title {
    margin-bottom: 0 !important;
  }
}
.compare-section .compare-rows-text .compare-row-text .compare-row-text-body {
  font-weight: normal;
  font-size: 0.65em;
  color: #004587;
  line-height: 1.5em;
}
.compare-section .compare-rows-text .compare-row-text .compare-row-text-notice {
  font-weight: lighter;
  font-style: italic;
  font-size: 0.65em;
  color: #004587;
  line-height: 1.5em;
}
.compare-section .compare-rows-text .compare-row-text .compare-row-text-image .roads {
  flex-wrap: wrap;
}
.compare-section .compare-rows-text .compare-row-text .compare-row-text-image .roads img {
  margin-bottom: 5px;
  width: 100%;
  height: 100%;
}
.compare-section .compare-rows-text .compare-row-text .compare-row-text-image .roads img:not(:last-child) {
  margin-right: 1px;
}
.et_pb_section.save-section .boxed-row {
  width: 35% !important;
  padding: 2em 0 !important;
}
@media all and (max-width: 1366px) {
  .et_pb_section.save-section .boxed-row {
    width: 55% !important;
  }
}
.et_pb_section.save-section .save-vehicles {
  display: flex;
  align-items: center;
  padding: 0 !important;
}
.et_pb_section.save-section .save-vehicles .et_pb_column {
  cursor: pointer;
  margin-bottom: 15px !important;
}
.et_pb_section.save-section .save-vehicles .et_pb_module {
  text-align: center;
}
.et_pb_section.save-section .save-vehicles img {
  opacity: 0.5;
}
.et_pb_section.save-section .save-vehicles img:hover {
  opacity: 1;
}
.et_pb_section.save-section .save-vehicles .enabled img {
  opacity: 1;
}
.et_pb_section.save-section .save-subtitle {
  font-weight: bold;
  font-size: 24px;
}
.et_pb_section.save-section .et_pb_row.you-save-row {
  padding: 0 !important;
  display: flex;
}
@media all and (max-width: 568px) {
  .et_pb_section.save-section .et_pb_row.you-save-row {
    flex-direction: column;
  }
}
.et_pb_section.save-section .et_pb_row.you-save-row .you-save-column {
  width: calc(50% - 10px) !important;
  border: 1px solid #2fb4e9;
  border-radius: 10px;
  padding: 10px;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
}
@media all and (max-width: 568px) {
  .et_pb_section.save-section .et_pb_row.you-save-row .you-save-column {
    width: 100% !important;
    margin: 0 0 15px 0 !important;
  }
}
.et_pb_section.save-section .et_pb_row.you-save-row .you-save-column:first-child {
  margin: 0 10px 0 0;
}
.et_pb_section.save-section .et_pb_row.you-save-row .you-save-column:last-child {
  margin: 0 0 0 10px;
}
.et_pb_section.save-section .et_pb_row.you-save-row .you-save-column .you-save-title .et_pb_text_inner {
  text-align: center;
  font-size: 1em;
  line-height: 1.6em;
  font-weight: bold;
  color: #004587;
}
.et_pb_section.save-section .et_pb_row.you-save-row .you-save-column .you-save-title .et_pb_text_inner p {
  font-size: 1.2em !important;
  line-height: 1.8em;
  font-weight: bold !important;
  color: #004587 !important;
}
@media all and (max-width: 568px) {
  .et_pb_section.save-section .et_pb_row.you-save-row .you-save-column .you-save-title .et_pb_text_inner {
    font-size: 29px;
  }
}
.et_pb_section.save-section .et_pb_row.you-save-row .you-save-column .you-save-subtitle .et_pb_text_inner {
  text-align: center;
  font-size: 1em;
  line-height: 1.5em;
  font-weight: lighter;
  color: #004587;
}
.et_pb_section.save-section .et_pb_row.you-save-row .you-save-column .you-save-subtitle .et_pb_text_inner p {
  text-align: center;
  font-size: 1em;
  line-height: 1.5em;
  font-weight: lighter;
  color: #004587 !important;
}
.et_pb_section.save-section .et_pb_row.you-save-row .you-save-column .you-save-value-tag .et_pb_text_inner,
.et_pb_section.save-section .et_pb_row.you-save-row .you-save-column .you-save-value-video .et_pb_text_inner {
  text-align: center;
  font-size: 2em;
  font-weight: lighter;
  color: #004587;
}
.et_pb_section.save-section .et_pb_row.you-save-row .you-save-column .you-save-value-tag .et_pb_text_inner p,
.et_pb_section.save-section .et_pb_row.you-save-row .you-save-column .you-save-value-video .et_pb_text_inner p {
  text-align: center !important;
  font-size: 1em !important;
  line-height: 1.5em;
  font-weight: lighter !important;
  color: #004587 !important;
}
@media all and (max-width: 568px) {
  .et_pb_section.save-section .et_pb_row.you-save-row .you-save-column > div {
    margin-bottom: 0;
  }
}
.nopadding-section.how-it-works .boxed-row {
  width: 55% !important;
  padding: 0 2em 2em 2em !important;
}
@media all and (max-width: 1366px) {
  .nopadding-section.how-it-works .boxed-row {
    width: 65% !important;
  }
}
@media all and (max-width: 425px) {
  .nopadding-section.how-it-works .boxed-row {
    padding: 0 0 2em 0 !important;
  }
}
.nopadding-section.how-it-works .boxed-row .et_pb_column {
  display: flex;
}
@media all and (max-width: 980px) {
  .nopadding-section.how-it-works .boxed-row .et_pb_column {
    width: 50% !important;
  }
}
@media all and (max-width: 568px) {
  .nopadding-section.how-it-works .boxed-row .et_pb_column {
    width: 100% !important;
  }
}
.nopadding-section.how-it-works .boxed-row .et_pb_column .blue-list .et_pb_text_inner {
  font-size: 0.75em !important;
  font-weight: bold;
  color: #004587;
  line-height: 1.9em !important;
}
.nopadding-section.how-it-works .boxed-row .et_pb_column .blue-list ul {
  padding: 0;
  margin: 0 !important;
}
.contacting-grid {
  display: grid;
  grid-template-columns: 0.5fr 1fr;
  width: 35%;
  grid-row-gap: 13px;
  margin-bottom: 1em;
}
@media all and (max-width: 1440px) {
  .contacting-grid {
    width: 50% !important;
  }
}
@media all and (max-width: 1024px) {
  .contacting-grid {
    width: 50% !important;
  }
}
@media all and (max-width: 981px) {
  .contacting-grid {
    grid-template-columns: 1fr 1fr;
  }
}
@media all and (max-width: 768px) {
  .contacting-grid {
    width: 75% !important;
  }
}
@media all and (max-width: 568px) {
  .contacting-grid {
    width: 100% !important;
  }
}
@media all and (max-width: 375px) {
  .contacting-grid {
    grid-template-columns: 1fr;
  }
}
.boxed-row {
  width: 50% !important;
  padding: 2em !important;
}
@media all and (max-width: 1366px) {
  .boxed-row {
    width: 60% !important;
  }
}
@media all and (max-width: 1024px) {
  .boxed-row {
    width: 75% !important;
  }
}
@media all and (max-width: 768px) {
  .boxed-row {
    padding: 0 0 2em !important;
  }
}
@media all and (max-width: 425px) {
  .boxed-row.sign-up-buttons {
    width: 80% !important;
  }
}
.image-section,
.nopadding-section {
  padding: 0 !important;
}
.et_pb_text_inner ul {
  margin: 0 0 2em 2em;
  list-style: none !important;
  padding: 0 !important;
}
@media all and (max-width: 568px) {
  .et_pb_text_inner ul {
    margin: 1em 0 1em 1em;
  }
}
.et_pb_text_inner ul li:before {
  content: "•";
  font-size: 20px;
  margin-right: 5px;
}
.et_pb_text_inner ul li {
  font-size: 1em !important;
  line-height: 1.6em;
}
.et_pb_text_inner ol {
  margin: 0 0 2em 2em;
  padding: 0 !important;
}
@media all and (max-width: 568px) {
  .et_pb_text_inner ol {
    margin: 0 0 1em 1em;
  }
}
.et_pb_text_inner ol li {
  font-size: 18px !important;
}
.letter-list ul {
  margin: 2em 0 2em 2em;
  list-style: lower-latin !important;
}
@media all and (max-width: 568px) {
  .letter-list ul {
    margin: 1em 0 1em 1em;
  }
}
.letter-list ul li:before {
  display: none;
}
.roman-list ul {
  margin: 2em 0 2em 2em;
  list-style: lower-roman !important;
}
@media all and (max-width: 568px) {
  .roman-list ul {
    margin: 1em 0 1em 1em;
  }
}
.roman-list ul li:before {
  display: none;
}
.black-text {
  font-size: 0.6em;
  color: #000;
  line-height: 1.4em;
}
.black-text.black-list ul {
  margin: 2em 0 2em 2em;
  list-style: none !important;
}
@media all and (max-width: 568px) {
  .black-text.black-list ul {
    margin: 1em 0 1em 1em;
  }
}
.black-text.black-list ul li:before {
  content: "•";
  font-size: 20px;
  margin-right: 5px;
}
.light-title {
  font-size: 48px;
  font-weight: lighter;
  text-align: center !important;
}
@media all and (max-width: 568px) {
  .light-title {
    font-size: 35px;
  }
}
.blue-light-title {
  color: #004587;
  font-size: 48px;
  font-weight: lighter;
  text-align: center !important;
}
@media all and (max-width: 568px) {
  .blue-light-title {
    font-size: 35px;
  }
}
.blue-light-title-light {
  color: #2fb4e9;
  font-size: 48px;
  font-weight: lighter;
  text-align: center !important;
}
@media all and (max-width: 568px) {
  .blue-light-title-light {
    font-size: 35px;
  }
}
.blue-text {
  color: #004587;
  font-weight: bold;
}
.navy-text {
  color: #004587;
  font-weight: bold;
}
.blue-list li {
  font-size: 22px;
  font-weight: bold;
  color: #004587;
  line-height: 1.4em;
  list-style-type: none;
}
.blue-list.no-bullet li::before {
  display: none;
}
.note-text {
  font-size: 18px;
  font-style: italic;
  color: #344754;
}
.with-bottom-border {
  border-bottom: 1px solid #A6A8B1;
}
.with-turquoise-bottom-border {
  border-bottom: 2px solid #6ECCC5;
}
@media all and (max-width: 980px) {
  .et_pb_column {
    margin-bottom: 0 !important;
  }
}
#main-footer {
  background-color: #004587;
  font-size: 16px;
}
#main-footer .road-graphic-large {
  height: 621px;
  background-size: 100%;
  background-image: url(../images/road-graphic.png);
  background-repeat: no-repeat;
  background-color: #FFFFFF !important;
}
@media all and (max-width: 1366px) {
  #main-footer .road-graphic-large {
    height: 500px;
  }
}
@media all and (max-width: 768px) {
  #main-footer .road-graphic-large {
    height: 400px;
  }
}
@media all and (max-width: 568px) {
  #main-footer .road-graphic-large {
    height: 300px;
  }
}
@media all and (max-width: 425px) {
  #main-footer .road-graphic-large {
    height: 200px;
  }
}
@media all and (max-width: 1024px) {
  #main-footer .road-graphic-large {
    background-image: url(../images/road-graphic-1024px.png);
  }
}
@media all and (min-width: 1920px) {
  #main-footer .road-graphic-large {
    height: 900px;
  }
}
@media all and (min-width: 2250px) {
  #main-footer .road-graphic-large {
    height: 1000px;
  }
}
@media all and (min-width: 2470px) {
  #main-footer .road-graphic-large {
    height: 1200px;
  }
}
@media all and (min-width: 2970px) {
  #main-footer .road-graphic-large {
    height: 1300px;
  }
}
@media all and (min-width: 3200px) {
  #main-footer .road-graphic-large {
    height: 1400px;
  }
}
@media all and (min-width: 3460px) {
  #main-footer .road-graphic-large {
    height: 1500px;
  }
}
#main-footer .footer-social-links-section {
  padding: 0 !important;
  background-color: #004587 !important;
  color: #FFFFFF;
  font-size: 20px;
  font-weight: bold;
  border-bottom: 1px solid #B5D4EF;
  display: flex;
  width: 80%;
  margin: 0 auto;
  padding: 2% 6% !important;
  z-index: 0;
  max-width: 1200px !important;
}
@media all and (max-width: 1112px) {
  #main-footer .footer-social-links-section {
    padding: 2% 0 !important;
  }
}
@media all and (max-width: 1024px) {
  #main-footer .footer-social-links-section {
    width: 80%;
  }
}
@media all and (max-width: 768px) {
  #main-footer .footer-social-links-section {
    width: 83%;
  }
}
@media all and (max-width: 568px) {
  #main-footer .footer-social-links-section {
    width: 90%;
  }
}
@media all and (max-width: 425px) {
  #main-footer .footer-social-links-section {
    flex-direction: column;
    width: 80%;
  }
}
#main-footer .footer-social-links-section .footer-social-links-rows {
  padding-top: 0;
  display: flex;
}
#main-footer .footer-social-links-section .footer-social-links-rows.conect-rows {
  width: 100% !important;
}
@media all and (max-width: 425px) {
  #main-footer .footer-social-links-section .footer-social-links-rows.conect-rows {
    grid-template-columns: 1fr 1fr;
    width: 100% !important;
  }
}
#main-footer .footer-social-links-section .footer-social-links-rows.download-rows {
  width: 60% !important;
}
@media all and (max-width: 425px) {
  #main-footer .footer-social-links-section .footer-social-links-rows.download-rows {
    width: 100% !important;
  }
}
@media all and (max-width: 375px) {
  #main-footer .footer-social-links-section .footer-social-links-rows.download-rows .footer-social-links-row {
    margin-right: 0 !important;
  }
}
#main-footer .footer-social-links-section .footer-social-links-rows .footer-social-links-row {
  margin-right: 0;
  display: flex;
  justify-content: flex-end;
  align-items: center;
  width: unset !important;
}
@media all and (max-width: 1024px) {
  #main-footer .footer-social-links-section .footer-social-links-rows .footer-social-links-row:first-child {
    grid-column: 1 / 3;
    justify-content: center;
  }
}
@media all and (max-width: 425px) {
  #main-footer .footer-social-links-section .footer-social-links-rows .footer-social-links-row:first-child {
    justify-content: center;
  }
}
@media all and (max-width: 1024px) {
  #main-footer .footer-social-links-section .footer-social-links-rows .footer-social-links-row:not(:first-child) {
    justify-content: center;
  }
}
@media all and (max-width: 425px) {
  #main-footer .footer-social-links-section .footer-social-links-rows .footer-social-links-row:not(:first-child) {
    justify-content: center;
  }
}
#main-footer .footer-social-links-section .footer-social-links-rows .footer-social-links-row:not(:first-child) .et_pb_image {
  margin-right: unset !important;
}
#main-footer .footer-social-links-section .footer-social-links-rows .footer-social-links-row:not(:last-child) {
  margin-right: 2em;
}
@media all and (max-width: 425px) {
  #main-footer .footer-social-links-section .footer-social-links-rows .footer-social-links-row:not(:last-child) {
    margin-right: 0;
  }
}
#main-footer .footer-social-links-section .footer-social-links-rows .footer-social-links-row .et_pb_text_inner {
  font-size: 18px;
}
@media all and (max-width: 320px) {
  #main-footer .footer-social-links-section .footer-social-links-rows .footer-social-links-row .et_pb_text_inner {
    font-size: 17px;
  }
}
@media all and (max-width: 425px) {
  #main-footer .footer-social-links-section .footer-social-links-rows {
    width: 100% !important;
    display: grid;
    grid-template-columns: 1fr 1fr;
    grid-template-rows: 55px 55px;
  }
}
#main-footer .footer-menu-section {
  width: 80%;
  margin: 0 auto;
  padding: 2% 6% 0 6% !important;
  display: flex;
  height: 380px;
  z-index: 0;
  max-width: 1200px;
}
@media all and (max-width: 1112px) {
  #main-footer .footer-menu-section {
    padding: 2% 0 !important;
  }
}
@media all and (max-width: 980px) {
  #main-footer .footer-menu-section {
    flex-direction: column;
    height: unset !important;
  }
}
@media all and (max-width: 568px) {
  #main-footer .footer-menu-section {
    width: 90%;
  }
}
@media all and (max-width: 425px) {
  #main-footer .footer-menu-section {
    padding: 5% 0 !important;
  }
}
#main-footer .footer-menu-section .footer-menu-rows {
  margin: 0;
  padding: 0;
}
#main-footer .footer-menu-section .footer-menu-rows.footer-menu-images-rows {
  display: flex;
  flex-direction: column;
  width: 25% !important;
  justify-content: space-evenly;
  align-items: center;
  padding-bottom: 0 !important;
}
@media all and (max-width: 980px) {
  #main-footer .footer-menu-section .footer-menu-rows.footer-menu-images-rows {
    flex-direction: row;
    width: 100% !important;
  }
}
@media all and (max-width: 425px) {
  #main-footer .footer-menu-section .footer-menu-rows.footer-menu-images-rows {
    flex-direction: column;
    margin-bottom: 1em;
  }
}
#main-footer .footer-menu-section .footer-menu-rows.footer-menu-images-rows .footer-column {
  margin: 0;
  width: 100% !important;
  height: 80px;
}
#main-footer .footer-menu-section .footer-menu-rows.footer-menu-images-rows .footer-column:last-child .et_pb_image_wrap {
  margin-left: 2em;
}
@media all and (max-width: 425px) {
  #main-footer .footer-menu-section .footer-menu-rows.footer-menu-images-rows .footer-column:last-child .et_pb_image_wrap {
    margin-left: 0;
  }
}
@media all and (max-width: 425px) {
  #main-footer .footer-menu-section .footer-menu-rows.footer-menu-images-rows .footer-column:last-child {
    margin-top: 20px !important;
  }
}
#main-footer .footer-menu-section .footer-menu-rows.footer-menu-images-rows .footer-column .et_pb_module {
  height: 100%;
}
@media all and (max-width: 980px) {
  #main-footer .footer-menu-section .footer-menu-rows.footer-menu-images-rows .footer-column .et_pb_module {
    text-align: center;
  }
}
#main-footer .footer-menu-section .footer-menu-rows.footer-menu-images-rows .footer-column .et_pb_module .et_pb_image_wrap {
  height: 100%;
}
#main-footer .footer-menu-section .footer-menu-rows.footer-menu-images-rows .footer-column .et_pb_module .et_pb_image_wrap img {
  height: 100%;
}
#main-footer .footer-menu-section .footer-menu-rows.footer-menu-menu-rows {
  width: 75% !important;
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  grid-column-gap: 20px;
  padding: 0 2%;
}
@media all and (max-width: 980px) {
  #main-footer .footer-menu-section .footer-menu-rows.footer-menu-menu-rows {
    width: 100% !important;
    margin-top: 20px !important;
  }
}
@media all and (max-width: 425px) {
  #main-footer .footer-menu-section .footer-menu-rows.footer-menu-menu-rows {
    grid-template-columns: 1fr;
    grid-row-gap: 20px;
  }
}
#main-footer .footer-menu-section .footer-menu-rows.footer-menu-menu-rows .footer-column.footer-column-menu {
  width: 100% !important;
  margin: 0;
  padding: 0 4%;
}
#main-footer .footer-menu-section .footer-menu-rows.footer-menu-menu-rows .footer-column.footer-column-menu .footer-menu-title {
  font-weight: bold;
  font-size: 20px;
  color: #fff;
}
@media all and (max-width: 425px) {
  #main-footer .footer-menu-section .footer-menu-rows.footer-menu-menu-rows .footer-column.footer-column-menu .footer-menu-title .et_pb_text_inner {
    text-align: center;
  }
}
@media all and (max-width: 980px) {
  #main-footer .footer-menu-section .footer-menu-rows.footer-menu-menu-rows .footer-column.footer-column-menu .footer-menu-title {
    margin-bottom: 0 !important;
  }
}
@media all and (max-width: 568px) {
  #main-footer .footer-menu-section .footer-menu-rows.footer-menu-menu-rows .footer-column.footer-column-menu .footer-menu-title {
    font-size: 18px;
    line-height: 1.3em;
    height: 46px;
  }
}
@media all and (max-width: 425px) {
  #main-footer .footer-menu-section .footer-menu-rows.footer-menu-menu-rows .footer-column.footer-column-menu .footer-menu-title {
    height: auto;
    margin-bottom: 10px;
  }
}
@media all and (max-width: 980px) {
  #main-footer .footer-menu-section .footer-menu-rows.footer-menu-menu-rows .footer-column.footer-column-menu .et_pb_menu__wrap {
    justify-content: flex-start;
  }
}
@media all and (max-width: 425px) {
  #main-footer .footer-menu-section .footer-menu-rows.footer-menu-menu-rows .footer-column.footer-column-menu .et_pb_menu__wrap {
    justify-content: center;
  }
}
#main-footer .footer-menu-section .footer-menu-rows.footer-menu-menu-rows .footer-column.footer-column-menu .et_pb_menu__wrap .et-menu {
  flex-direction: column;
}
#main-footer .footer-menu-section .footer-menu-rows.footer-menu-menu-rows .footer-column.footer-column-menu .et_pb_menu__wrap .et-menu .menu-item {
  margin-top: 8px;
}
@media all and (max-width: 425px) {
  #main-footer .footer-menu-section .footer-menu-rows.footer-menu-menu-rows .footer-column.footer-column-menu .et_pb_menu__wrap .et-menu .menu-item {
    justify-content: center;
  }
}
#main-footer .footer-menu-section .footer-menu-rows.footer-menu-menu-rows .footer-column.footer-column-menu .et_pb_menu__wrap .et-menu a {
  color: #FFFFFF !important;
  font-weight: normal;
  font-size: 16px;
  padding-bottom: 8px;
  line-height: 1.2;
}
@media all and (max-width: 980px) {
  #main-footer .footer-menu-section .footer-menu-rows.footer-menu-menu-rows .footer-column.footer-column-menu .et_pb_menu__menu {
    display: flex !important;
  }
}
#main-footer .footer-menu-section .footer-menu-rows.footer-menu-menu-rows .footer-column.footer-column-menu .et_mobile_nav_menu {
  display: none;
}
#main-footer #footer-bottom {
  width: 80%;
  margin: 0 auto;
  max-width: calc(960px + 12%) !important;
}
#main-footer #footer-bottom .container {
  z-index: 0;
  width: 100% !important;
  padding-right: 0% !important;
  padding-left: 0% !important;
  max-width: 1545px !important;
}
@media all and (max-width: 1112px) {
  #main-footer #footer-bottom .container {
    padding-right: 2% !important;
    padding-left: 2% !important;
  }
}
@media all and (max-width: 568px) {
  #main-footer #footer-bottom .container {
    padding-right: 0 !important;
    padding-left: 0 !important;
  }
}
#main-footer #footer-bottom .footer-bottom-bar-section {
  padding: 0;
  background-color: #004587;
  color: #004587;
  font-size: 14px;
  font-weight: bold;
  color: #FFFFFF;
}
#main-footer #footer-bottom .footer-bottom-bar-section .footer-bottom-bar-rows {
  padding: 0;
  width: 100% !important;
  max-width: 100%;
}
#main-footer #footer-bottom .footer-bottom-bar-section .footer-bottom-bar-rows .footer-bottom-bar-row {
  margin: 0;
  width: 100%;
}
#main-footer #footer-bottom .iplanit-link {
  color: #FFFFFF;
}
.faq-accordion-section {
  padding-top: 0 !important;
  transform: translate(0, -70px);
  background-color: transparent !important;
}
@media all and (max-width: 1024px) {
  .faq-accordion-section {
    transform: none;
  }
}
.faq-accordion-section .faq-accordion-row .faq-accordion-column .faq-title .et_pb_text_inner {
  font-size: 1.2em !important;
  font-weight: bold;
  color: #004587;
}
.faq-accordion-section .faq-accordion-row .faq-accordion-column .faq-title .et_pb_text_inner p {
  font-size: 1.2em !important;
  font-weight: bold !important;
  color: #004587 !important;
}
@media all and (max-width: 568px) {
  .faq-accordion-section .faq-accordion-row .faq-accordion-column .faq-title .et_pb_text_inner {
    font-size: 30px !important;
  }
}
@media all and (max-width: 425px) {
  .faq-accordion-section .faq-accordion-row .faq-accordion-column .faq-title .et_pb_text_inner {
    font-size: 27px !important;
  }
}
.faq-accordion-section .faq-accordion-row .faq-accordion-column .faq-title:not(:first-child) {
  margin-top: 3em;
}
.faq-accordion-section .faq-accordion-row .faq-accordion-column .faq-title.sub {
  margin-top: 0 !important;
}
.faq-accordion-section .faq-accordion-row .faq-accordion-column .faq-title.sub .et_pb_text_inner {
  font-size: 0.8em !important;
}
@media all and (max-width: 425px) {
  .faq-accordion-section .faq-accordion-row .faq-accordion-column .faq-title.sub .et_pb_text_inner {
    font-size: 0.7em !important;
    line-height: 25px;
  }
}
.faq-accordion-section .faq-accordion-row .faq-accordion-column .faq-title.sub.text .et_pb_text_inner {
  font-size: 1.05em !important;
  font-weight: 400 !important;
}
@media all and (max-width: 425px) {
  .faq-accordion-section .faq-accordion-row .faq-accordion-column .faq-title.sub.text .et_pb_text_inner {
    font-size: 16px !important;
  }
}
.faq-accordion-section .faq-accordion-row .faq-accordion-column .faq-title.sub.norm .et_pb_text_inner {
  font-weight: normal;
}
.faq-accordion-section .faq-accordion-row .faq-accordion-column .faq-accordion.with-bottom-border {
  padding-bottom: 3em;
}
.faq-accordion-section .faq-accordion-row .faq-accordion-column .faq-accordion:nth-child(5) {
  padding-bottom: 2em;
  margin-bottom: 2em;
  border-bottom: 1px solid #A6A8B1;
}
.faq-accordion-section .faq-accordion-row .faq-accordion-column .faq-accordion .et_pb_accordion_item {
  background: transparent;
  border: none;
  padding: 0;
}
.faq-accordion-section .faq-accordion-row .faq-accordion-column .faq-accordion .et_pb_accordion_item .et_pb_toggle_content {
  font-size: 18px;
  line-height: 1.8em;
  margin-left: 1em;
  color: #000;
}
@media all and (max-width: 568px) {
  .faq-accordion-section .faq-accordion-row .faq-accordion-column .faq-accordion .et_pb_accordion_item .et_pb_toggle_content {
    font-size: 16px !important;
  }
}
@media all and (max-width: 425px) {
  .faq-accordion-section .faq-accordion-row .faq-accordion-column .faq-accordion .et_pb_accordion_item .et_pb_toggle_content {
    font-size: 15px !important;
  }
}
.faq-accordion-section .faq-accordion-row .faq-accordion-column .faq-accordion .et_pb_accordion_item .et_pb_toggle_content p {
  font-size: 18px;
}
@media all and (max-width: 568px) {
  .faq-accordion-section .faq-accordion-row .faq-accordion-column .faq-accordion .et_pb_accordion_item .et_pb_toggle_content p {
    font-size: 16px !important;
  }
}
@media all and (max-width: 425px) {
  .faq-accordion-section .faq-accordion-row .faq-accordion-column .faq-accordion .et_pb_accordion_item .et_pb_toggle_content p {
    font-size: 15px !important;
  }
}
.faq-accordion-section .faq-accordion-row .faq-accordion-column .faq-accordion .et_pb_accordion_item .et_pb_toggle_title {
  font-size: 24px !important;
  font-weight: normal;
  color: #004587;
}
@media all and (max-width: 568px) {
  .faq-accordion-section .faq-accordion-row .faq-accordion-column .faq-accordion .et_pb_accordion_item .et_pb_toggle_title {
    font-size: 21px !important;
  }
}
.faq-accordion-section .faq-accordion-row .faq-accordion-column .faq-accordion .et_pb_accordion_item .et_pb_toggle_title::before {
  background-image: url(../images/open-question.png);
  background-repeat: no-repeat;
  color: transparent !important;
  width: 13px;
  height: 23px;
}
.faq-accordion-section .faq-accordion-row .faq-accordion-column .faq-accordion .et_pb_accordion_item table {
  margin: 1em 5%;
  width: unset !important;
}
@media all and (max-width: 568px) {
  .faq-accordion-section .faq-accordion-row .faq-accordion-column .faq-accordion .et_pb_accordion_item table {
    margin: 0;
  }
}
.faq-accordion-section .faq-accordion-row .faq-accordion-column .faq-accordion .et_pb_accordion_item table tr td {
  padding: 0 10px !important;
}
@media all and (max-width: 568px) {
  .faq-accordion-section .faq-accordion-row .faq-accordion-column .faq-accordion .et_pb_accordion_item table tr td {
    font-size: 15px !important;
    line-height: 18px;
  }
}
.faq-accordion-section .faq-accordion-row .faq-accordion-column .faq-accordion .et_pb_accordion_item table tr td:first-of-type {
  width: 305px !important;
}
.faq-accordion-section .faq-accordion-row .faq-accordion-column .faq-accordion .et_pb_accordion_item table .first td {
  background: #2fb4e9 !important;
  color: #FFFFFF;
  font-weight: bold;
}
.faq-accordion-section .faq-accordion-row .faq-accordion-column .faq-more {
  padding-bottom: 2em;
  border-bottom: 1px solid #A6A8B1;
}
.faq-accordion-section .faq-accordion-row .faq-accordion-column .faq-more .et_pb_text_inner {
  font-size: 24px !important;
  font-weight: normal;
  color: #2fb4e9;
}
@media all and (max-width: 568px) {
  .faq-accordion-section .faq-accordion-row .faq-accordion-column .faq-more .et_pb_text_inner {
    font-size: 21px !important;
  }
}
.menu-page-not-found .et-menu {
  flex-direction: column;
}
@media all and (max-width: 980px) {
  .menu-page-not-found .et_pb_menu__wrap {
    justify-content: flex-start !important;
  }
}
@media all and (max-width: 980px) {
  .menu-page-not-found .et_pb_menu__wrap .et_pb_menu__menu {
    display: flex !important;
  }
}
.menu-page-not-found .et_pb_menu__wrap .et_mobile_nav_menu {
  display: none !important;
}
body:not(.home) #main-content .et_pb_section .et_pb_row.row-two-columns {
  padding-bottom: 0 !important;
}
body:not(.home) #main-content .et_pb_section .et_pb_row.row-two-columns .et_pb_column {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  width: 50% !important;
  margin-top: 0 !important;
}
@media all and (max-width: 768px) {
  body:not(.home) #main-content .et_pb_section .et_pb_row.row-two-columns .et_pb_column {
    width: 60% !important;
  }
}
@media all and (max-width: 568px) {
  body:not(.home) #main-content .et_pb_section .et_pb_row.row-two-columns .et_pb_column {
    width: 85% !important;
  }
}
@media all and (max-width: 475px) {
  body:not(.home) #main-content .et_pb_section .et_pb_row.row-two-columns .et_pb_column {
    width: 100% !important;
    display: block;
    margin-bottom: 10px !important;
  }
}
@media all and (max-width: 980px) {
  body:not(.home) #main-content .et_pb_section .et_pb_row.row-two-columns .et_pb_column .et_pb_module {
    margin-bottom: 0;
  }
}
body:not(.home) #main-content .et_pb_section .et_pb_row.row-two-columns .et_pb_text_inner {
  line-height: 20px;
}
body:not(.home) #main-content .et_pb_section .et_pb_row.row-two-columns.with-turquoise-bottom-border {
  padding-bottom: 2em !important;
}
@media all and (max-width: 1024px) {
  .wide-blurb-with-small-image {
    margin-bottom: 2em !important;
  }
}
.wide-blurb-with-small-image .et_pb_blurb_content {
  width: 80%;
  max-width: 100%;
}
@media all and (max-width: 425px) {
  .wide-blurb-with-small-image .et_pb_blurb_content {
    width: 100%;
  }
}
.wide-blurb-with-small-image .et_pb_blurb_content .et_pb_main_blurb_image {
  width: 10%;
}
@media all and (max-width: 1024px) {
  .wide-blurb-with-small-image .et_pb_blurb_content .et_pb_main_blurb_image {
    width: 20%;
    margin-bottom: 1em;
  }
}
@media all and (max-width: 568px) {
  .wide-blurb-with-small-image .et_pb_blurb_content .et_pb_main_blurb_image {
    width: 30%;
  }
}
.list-inside-row {
  width: 90%;
  margin: 0 auto 1em auto;
}
.list-inside-row p {
  font-size: 0.6em !important;
}
body:not(.home) #main-content .et_pb_section.wide-section .et_pb_row {
  width: 80% !important;
  max-width: 100% !important;
  margin: 0 auto;
}
.topics-section-contact {
  transform: translate(0px, -3em) !important;
  z-index: 99999 !important;
}
@media all and (max-width: 981px) {
  .topics-section-contact .contact-left-column {
    margin-bottom: 2em !important;
  }
}
@media all and (max-width: 1024px) {
  .topics-section-contact {
    transform: translate(0px, -1em) !important;
  }
}
.contact-note-text-section {
  margin-top: 0 !important;
}
body:not(.home) #main-content .et_pb_section.contact-us-link-blocks .et_pb_row.contact-us-link-blocks-row-contact {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  grid-gap: 1em;
  height: 13em;
}
@media all and (max-width: 1024px) {
  body:not(.home) #main-content .et_pb_section.contact-us-link-blocks .et_pb_row.contact-us-link-blocks-row-contact {
    grid-template-columns: repeat(2, 1fr);
    height: auto;
  }
}
@media all and (max-width: 568px) {
  body:not(.home) #main-content .et_pb_section.contact-us-link-blocks .et_pb_row.contact-us-link-blocks-row-contact {
    grid-template-columns: 1fr;
    height: auto;
  }
}
body:not(.home) #main-content .et_pb_section.contact-us-link-blocks .et_pb_row.contact-us-link-blocks-row-contact > .et_pb_column {
  margin: 0 !important;
  width: 100% !important;
  cursor: pointer;
}
body:not(.home) #main-content .et_pb_section.contact-us-link-blocks .et_pb_row.contact-us-link-blocks-row-contact > .et_pb_column .contact-us-links-block {
  padding: 1em;
  color: #fff;
  height: 330px;
  border-radius: 20px;
  box-shadow: 0px 5px 7px 1px rgba(0, 0, 0, 0.64);
  transition: all 300ms ease 0ms;
}
body:not(.home) #main-content .et_pb_section.contact-us-link-blocks .et_pb_row.contact-us-link-blocks-row-contact > .et_pb_column .contact-us-links-block:hover {
  box-shadow: 0px 1px 2px 1px rgba(0, 0, 0, 0.64);
}
@media all and (max-width: 1366px) {
  body:not(.home) #main-content .et_pb_section.contact-us-link-blocks .et_pb_row.contact-us-link-blocks-row-contact > .et_pb_column .contact-us-links-block {
    padding: 0.5em;
  }
}
@media all and (max-width: 1024px) {
  body:not(.home) #main-content .et_pb_section.contact-us-link-blocks .et_pb_row.contact-us-link-blocks-row-contact > .et_pb_column .contact-us-links-block {
    height: 285px;
  }
}
@media all and (max-width: 568px) {
  body:not(.home) #main-content .et_pb_section.contact-us-link-blocks .et_pb_row.contact-us-link-blocks-row-contact > .et_pb_column .contact-us-links-block {
    height: 255px;
  }
}
@media all and (max-width: 425px) {
  body:not(.home) #main-content .et_pb_section.contact-us-link-blocks .et_pb_row.contact-us-link-blocks-row-contact > .et_pb_column .contact-us-links-block {
    height: 215px;
  }
}
body:not(.home) #main-content .et_pb_section.contact-us-link-blocks .et_pb_row.contact-us-link-blocks-row-contact > .et_pb_column .contact-us-links-block h4.et_pb_module_header {
  font-size: 0.9em !important;
  line-height: 1.5em;
  color: white !important;
}
body:not(.home) #main-content .et_pb_section.contact-us-link-blocks .et_pb_row.contact-us-link-blocks-row-contact > .et_pb_column .contact-us-links-block h4.et_pb_module_header a {
  color: white !important;
}
@media all and (max-width: 1440px) {
  body:not(.home) #main-content .et_pb_section.contact-us-link-blocks .et_pb_row.contact-us-link-blocks-row-contact > .et_pb_column .contact-us-links-block h4.et_pb_module_header {
    font-size: 0.7em !important;
  }
}
@media all and (max-width: 1366px) {
  body:not(.home) #main-content .et_pb_section.contact-us-link-blocks .et_pb_row.contact-us-link-blocks-row-contact > .et_pb_column .contact-us-links-block h4.et_pb_module_header {
    margin-bottom: 0;
  }
}
@media all and (max-width: 1024px) {
  body:not(.home) #main-content .et_pb_section.contact-us-link-blocks .et_pb_row.contact-us-link-blocks-row-contact > .et_pb_column .contact-us-links-block h4.et_pb_module_header {
    font-size: 1em !important;
  }
}
@media all and (max-width: 768px) {
  body:not(.home) #main-content .et_pb_section.contact-us-link-blocks .et_pb_row.contact-us-link-blocks-row-contact > .et_pb_column .contact-us-links-block h4.et_pb_module_header {
    font-size: 0.7em !important;
  }
}
@media all and (max-width: 568px) {
  body:not(.home) #main-content .et_pb_section.contact-us-link-blocks .et_pb_row.contact-us-link-blocks-row-contact > .et_pb_column .contact-us-links-block h4.et_pb_module_header {
    font-size: 1em !important;
  }
}
@media all and (max-width: 425px) {
  body:not(.home) #main-content .et_pb_section.contact-us-link-blocks .et_pb_row.contact-us-link-blocks-row-contact > .et_pb_column .contact-us-links-block h4.et_pb_module_header {
    font-size: 0.7em !important;
  }
}
body:not(.home) #main-content .et_pb_section.contact-us-link-blocks .et_pb_row.contact-us-link-blocks-row-contact > .et_pb_column .contact-us-links-block .et_pb_blurb_description {
  font-size: 0.65em;
  line-height: 1.5;
}
@media all and (max-width: 1440px) {
  body:not(.home) #main-content .et_pb_section.contact-us-link-blocks .et_pb_row.contact-us-link-blocks-row-contact > .et_pb_column .contact-us-links-block .et_pb_blurb_description {
    font-size: 0.6em !important;
  }
}
@media all and (max-width: 1024px) {
  body:not(.home) #main-content .et_pb_section.contact-us-link-blocks .et_pb_row.contact-us-link-blocks-row-contact > .et_pb_column .contact-us-links-block .et_pb_blurb_description {
    font-size: 0.7em !important;
  }
}
@media all and (max-width: 768px) {
  body:not(.home) #main-content .et_pb_section.contact-us-link-blocks .et_pb_row.contact-us-link-blocks-row-contact > .et_pb_column .contact-us-links-block .et_pb_blurb_description {
    font-size: 0.6em !important;
  }
}
@media all and (max-width: 568px) {
  body:not(.home) #main-content .et_pb_section.contact-us-link-blocks .et_pb_row.contact-us-link-blocks-row-contact > .et_pb_column .contact-us-links-block .et_pb_blurb_description {
    font-size: 0.7em !important;
  }
}
@media all and (max-width: 425px) {
  body:not(.home) #main-content .et_pb_section.contact-us-link-blocks .et_pb_row.contact-us-link-blocks-row-contact > .et_pb_column .contact-us-links-block .et_pb_blurb_description {
    font-size: 0.6em !important;
  }
}
@media all and (max-width: 568px) {
  body:not(.home) #main-content .et_pb_section.contact-us-link-blocks .et_pb_row.contact-us-link-blocks-row-contact > .et_pb_column .contact-us-links-block .et_pb_blurb_content {
    height: 100%;
  }
}
@media all and (max-width: 568px) {
  body:not(.home) #main-content .et_pb_section.contact-us-link-blocks .et_pb_row.contact-us-link-blocks-row-contact > .et_pb_column .contact-us-links-block .et_pb_blurb_content .et_pb_blurb_container {
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    height: 100%;
  }
}
@media all and (max-width: 1024px) {
  body:not(.home) #main-content .et_pb_section.contact-us-link-blocks .et_pb_row.contact-us-link-blocks-row {
    grid-template-columns: repeat(2, 1fr);
    height: auto;
  }
}
@media all and (max-width: 568px) {
  body:not(.home) #main-content .et_pb_section.contact-us-link-blocks .et_pb_row.contact-us-link-blocks-row {
    grid-template-columns: 1fr;
    height: auto;
  }
}
body:not(.home) #main-content .et_pb_section.contact-us-link-blocks .et_pb_row.contact-us-link-blocks-row > .et_pb_column {
  margin: 0 !important;
  width: 100% !important;
  cursor: pointer;
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  grid-gap: 1em;
}
@media all and (max-width: 1366px) {
  body:not(.home) #main-content .et_pb_section.contact-us-link-blocks .et_pb_row.contact-us-link-blocks-row > .et_pb_column {
    grid-template-columns: repeat(3, 1fr);
    height: auto;
    gap: 1.5em;
  }
}
@media all and (max-width: 980px) {
  body:not(.home) #main-content .et_pb_section.contact-us-link-blocks .et_pb_row.contact-us-link-blocks-row > .et_pb_column {
    grid-template-columns: repeat(2, 1fr);
    height: auto;
    gap: 1.5em;
  }
}
@media all and (max-width: 540px) {
  body:not(.home) #main-content .et_pb_section.contact-us-link-blocks .et_pb_row.contact-us-link-blocks-row > .et_pb_column {
    grid-template-columns: repeat(1, 1fr);
    height: auto;
    gap: 0;
  }
}
body:not(.home) #main-content .et_pb_section.contact-us-link-blocks .et_pb_row.contact-us-link-blocks-row > .et_pb_column .contact-us-links-block {
  padding: 1em;
  color: #fff;
  height: 330px;
  border-radius: 20px;
  box-shadow: 0px 5px 7px 1px rgba(0, 0, 0, 0.64);
  transition: all 300ms ease 0ms;
}
body:not(.home) #main-content .et_pb_section.contact-us-link-blocks .et_pb_row.contact-us-link-blocks-row > .et_pb_column .contact-us-links-block:hover {
  box-shadow: 0px 1px 2px 1px rgba(0, 0, 0, 0.64);
}
@media all and (max-width: 1366px) {
  body:not(.home) #main-content .et_pb_section.contact-us-link-blocks .et_pb_row.contact-us-link-blocks-row > .et_pb_column .contact-us-links-block {
    padding: 0.5em;
  }
}
@media all and (max-width: 1024px) {
  body:not(.home) #main-content .et_pb_section.contact-us-link-blocks .et_pb_row.contact-us-link-blocks-row > .et_pb_column .contact-us-links-block {
    height: 285px;
  }
}
@media all and (max-width: 568px) {
  body:not(.home) #main-content .et_pb_section.contact-us-link-blocks .et_pb_row.contact-us-link-blocks-row > .et_pb_column .contact-us-links-block {
    height: 255px;
  }
}
@media all and (max-width: 425px) {
  body:not(.home) #main-content .et_pb_section.contact-us-link-blocks .et_pb_row.contact-us-link-blocks-row > .et_pb_column .contact-us-links-block {
    height: 215px;
  }
}
body:not(.home) #main-content .et_pb_section.contact-us-link-blocks .et_pb_row.contact-us-link-blocks-row > .et_pb_column .contact-us-links-block h4.et_pb_module_header {
  font-size: 0.9em !important;
  line-height: 1.5em;
  color: white !important;
}
body:not(.home) #main-content .et_pb_section.contact-us-link-blocks .et_pb_row.contact-us-link-blocks-row > .et_pb_column .contact-us-links-block h4.et_pb_module_header a {
  color: white !important;
}
@media all and (max-width: 1440px) {
  body:not(.home) #main-content .et_pb_section.contact-us-link-blocks .et_pb_row.contact-us-link-blocks-row > .et_pb_column .contact-us-links-block h4.et_pb_module_header {
    font-size: 0.7em !important;
  }
}
@media all and (max-width: 1366px) {
  body:not(.home) #main-content .et_pb_section.contact-us-link-blocks .et_pb_row.contact-us-link-blocks-row > .et_pb_column .contact-us-links-block h4.et_pb_module_header {
    margin-bottom: 0;
  }
}
@media all and (max-width: 1024px) {
  body:not(.home) #main-content .et_pb_section.contact-us-link-blocks .et_pb_row.contact-us-link-blocks-row > .et_pb_column .contact-us-links-block h4.et_pb_module_header {
    font-size: 1em !important;
  }
}
@media all and (max-width: 768px) {
  body:not(.home) #main-content .et_pb_section.contact-us-link-blocks .et_pb_row.contact-us-link-blocks-row > .et_pb_column .contact-us-links-block h4.et_pb_module_header {
    font-size: 0.7em !important;
  }
}
@media all and (max-width: 568px) {
  body:not(.home) #main-content .et_pb_section.contact-us-link-blocks .et_pb_row.contact-us-link-blocks-row > .et_pb_column .contact-us-links-block h4.et_pb_module_header {
    font-size: 1em !important;
  }
}
@media all and (max-width: 425px) {
  body:not(.home) #main-content .et_pb_section.contact-us-link-blocks .et_pb_row.contact-us-link-blocks-row > .et_pb_column .contact-us-links-block h4.et_pb_module_header {
    font-size: 0.7em !important;
  }
}
body:not(.home) #main-content .et_pb_section.contact-us-link-blocks .et_pb_row.contact-us-link-blocks-row > .et_pb_column .contact-us-links-block .et_pb_blurb_description {
  font-size: 0.65em;
  line-height: 1.5;
}
@media all and (max-width: 1440px) {
  body:not(.home) #main-content .et_pb_section.contact-us-link-blocks .et_pb_row.contact-us-link-blocks-row > .et_pb_column .contact-us-links-block .et_pb_blurb_description {
    font-size: 0.6em !important;
  }
}
@media all and (max-width: 1024px) {
  body:not(.home) #main-content .et_pb_section.contact-us-link-blocks .et_pb_row.contact-us-link-blocks-row > .et_pb_column .contact-us-links-block .et_pb_blurb_description {
    font-size: 0.7em !important;
  }
}
@media all and (max-width: 768px) {
  body:not(.home) #main-content .et_pb_section.contact-us-link-blocks .et_pb_row.contact-us-link-blocks-row > .et_pb_column .contact-us-links-block .et_pb_blurb_description {
    font-size: 0.6em !important;
  }
}
@media all and (max-width: 568px) {
  body:not(.home) #main-content .et_pb_section.contact-us-link-blocks .et_pb_row.contact-us-link-blocks-row > .et_pb_column .contact-us-links-block .et_pb_blurb_description {
    font-size: 0.7em !important;
  }
}
@media all and (max-width: 425px) {
  body:not(.home) #main-content .et_pb_section.contact-us-link-blocks .et_pb_row.contact-us-link-blocks-row > .et_pb_column .contact-us-links-block .et_pb_blurb_description {
    font-size: 0.6em !important;
  }
}
@media all and (max-width: 568px) {
  body:not(.home) #main-content .et_pb_section.contact-us-link-blocks .et_pb_row.contact-us-link-blocks-row > .et_pb_column .contact-us-links-block .et_pb_blurb_content {
    height: 100%;
  }
}
@media all and (max-width: 568px) {
  body:not(.home) #main-content .et_pb_section.contact-us-link-blocks .et_pb_row.contact-us-link-blocks-row > .et_pb_column .contact-us-links-block .et_pb_blurb_content .et_pb_blurb_container {
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    height: 100%;
  }
}
body:not(.home) #main-content .et_pb_section .et_pb_row .et_pb_accordion.contact-us-accordion .et_pb_accordion_item {
  margin-bottom: 0 !important;
  padding-bottom: 0.5em !important;
  padding-top: 0.5em !important;
  border-bottom: 1px solid #A6A8B1 !important;
}
body:not(.home) #main-content .et_pb_section .et_pb_row .et_pb_accordion.contact-us-accordion .et_pb_accordion_item .et_pb_toggle_title {
  color: #004587 !important;
}
body:not(.home) #main-content .et_pb_section .et_pb_row .et_pb_accordion.contact-us-accordion .et_pb_accordion_item .et_pb_toggle_title:before {
  font-family: 'MyriadPro', sans-serif !important;
  content: ">";
  background-image: none !important;
  color: #004587 !important;
  font-size: 1.3em !important;
  right: 5px;
}
@media all and (max-width: 568px) {
  body:not(.home) #main-content .et_pb_section .et_pb_row .et_pb_accordion.contact-us-accordion {
    margin-top: 1em;
  }
}
.all-topics {
  position: absolute;
  top: 0.5em;
  right: 0;
}
@media all and (max-width: 1366px) {
  .all-topics {
    top: 2em;
  }
}
@media all and (max-width: 1112px) {
  .all-topics {
    top: 4em;
  }
}
@media all and (max-width: 981px) {
  .all-topics {
    top: 0.5em;
  }
}
@media all and (max-width: 768px) {
  .all-topics {
    top: 2em;
  }
}
@media all and (max-width: 568px) {
  .all-topics {
    top: 3.5em;
  }
}
@media all and (max-width: 425px) {
  .all-topics {
    font-size: 0.9em !important;
    top: 4.5em;
  }
}
#contact-us-topics {
  background-color: #CBCDD3;
  padding: 0.6em;
  color: #004587;
  font-size: 0.5em;
  line-height: 1.5em;
  font-weight: bold;
  appearance: auto;
  user-select: auto;
  box-shadow: 0px 5px 7px 1px rgba(0, 0, 0, 0.64);
  width: 50%;
}
#contact-us-topics option {
  background: #FFFFFF;
  border: none;
}
@media all and (max-width: 1366px) {
  #contact-us-topics {
    width: 100%;
  }
}
@media all and (max-width: 981px) {
  #contact-us-topics {
    width: auto;
  }
}
@media all and (max-width: 425px) {
  #contact-us-topics {
    width: 100%;
  }
}
@media all and (max-width: 1366px) {
  .popular-topics {
    width: 50%;
  }
}
@media all and (max-width: 981px) {
  .popular-topics {
    width: 100%;
  }
}
@media all and (max-width: 768px) {
  .popular-topics {
    width: 50%;
  }
}
@media all and (max-width: 568px) {
  .popular-topics {
    width: 100%;
    margin-bottom: 1em !important;
  }
}
.get-answers {
  padding: 0.6em;
  font-size: 0.5em;
  line-height: 1.5em;
  margin-left: 1em;
  cursor: pointer;
  box-shadow: 0px 5px 7px 1px rgba(0, 0, 0, 0.64);
  transition: all 300ms ease 0ms;
}
.get-answers:hover {
  box-shadow: 0px 1px 2px 1px rgba(0, 0, 0, 0.64);
}
@media all and (max-width: 1366px) {
  .get-answers {
    margin-left: 0;
    width: 50%;
    margin: 1em auto;
  }
}
@media all and (max-width: 981px) {
  .get-answers {
    margin-left: 1em;
    width: auto;
  }
}
@media all and (max-width: 425px) {
  .get-answers {
    margin-left: 0;
    width: 50%;
    margin: 1em auto;
  }
}
.topics-section {
  flex-direction: column;
}
.topics-section label {
  margin-bottom: 1.5em;
  color: #004587;
  font-size: 0.7em;
  line-height: 1.6em;
}
@media all and (max-width: 1366px) {
  .topics-section {
    flex-direction: column;
    align-items: flex-end;
  }
}
@media all and (max-width: 981px) {
  .topics-section {
    flex-direction: row;
    align-items: center;
  }
}
@media all and (max-width: 425px) {
  .topics-section {
    flex-direction: column;
    align-items: flex-end;
  }
}
body.maintenance > .main-container:after {
  background-color: white;
}
.et_pb_section.top-bar-message-section {
  -webkit-box-shadow: 2px 5px 12px 0px rgba(0, 0, 0, 0.28);
  box-shadow: 2px 5px 12px 0px rgba(0, 0, 0, 0.28);
}
.et_pb_section.top-bar-message-section.closed {
  display: none;
}
.et_pb_section.top-bar-message-section,
.top-bar-message-section > .et_pb_row {
  padding: 0 !important;
}
.et_pb_section.top-bar-message-section > .et_pb_row {
  width: 100% !important;
  max-width: 100% !important;
}
.et_pb_section.top-bar-message-section > .et_pb_row .top-bar-message-column {
  display: flex;
  justify-content: center;
  padding: 0.5em 2em;
  background: #344754;
  color: #FFFFFF;
}
.et_pb_section.top-bar-message-section > .et_pb_row .top-bar-message-column .top-bar-message-text {
  margin: 0 !important;
}
@media all and (max-width: 850px) {
  .et_pb_section.top-bar-message-section > .et_pb_row .top-bar-message-column .top-bar-message-text {
    width: 70%;
    text-align: center;
  }
}
@media all and (max-width: 425px) {
  .et_pb_section.top-bar-message-section > .et_pb_row .top-bar-message-column .top-bar-message-text {
    width: 90%;
    text-align: center;
  }
}
.et_pb_section.top-bar-message-section > .et_pb_row .top-bar-message-column .top-bar-message-text .et_pb_text_inner,
.et_pb_section.top-bar-message-section > .et_pb_row .top-bar-message-column .top-bar-message-text .et_pb_slide_content {
  font-size: 0.7em !important;
  line-height: 1.5em;
  text-align: center;
}
@media all and (max-width: 1024px) {
  .et_pb_section.top-bar-message-section > .et_pb_row .top-bar-message-column .top-bar-message-text .et_pb_text_inner,
  .et_pb_section.top-bar-message-section > .et_pb_row .top-bar-message-column .top-bar-message-text .et_pb_slide_content {
    font-size: 0.5em !important;
  }
}
@media all and (max-width: 425px) {
  .et_pb_section.top-bar-message-section > .et_pb_row .top-bar-message-column .top-bar-message-text .et_pb_text_inner,
  .et_pb_section.top-bar-message-section > .et_pb_row .top-bar-message-column .top-bar-message-text .et_pb_slide_content {
    font-size: 0.4em !important;
  }
}
.et_pb_section.top-bar-message-section > .et_pb_row .top-bar-message-column .top-bar-message-text .et_pb_text_inner a,
.et_pb_section.top-bar-message-section > .et_pb_row .top-bar-message-column .top-bar-message-text .et_pb_slide_content a {
  color: #FFFFFF !important;
  font-weight: 100;
  text-decoration: underline;
  cursor: pointer;
  pointer-events: all;
}
.et_pb_section.top-bar-message-section > .et_pb_row .top-bar-message-column .top-bar-message-text .et_pb_text_inner a:hover,
.et_pb_section.top-bar-message-section > .et_pb_row .top-bar-message-column .top-bar-message-text .et_pb_slide_content a:hover {
  text-decoration: none;
}
.et_pb_section.top-bar-message-section > .et_pb_row .top-bar-message-column .top-bar-message-close {
  position: absolute;
  right: 0.5em;
  top: 50%;
  transform: translate(0px, -50%);
  cursor: pointer;
}
.et_pb_section.top-bar-message-section > .et_pb_row .top-bar-message-column .top-bar-message-close .et_pb_text_inner {
  font-size: 0.6em !important;
  line-height: 1.5;
}
.et_pb_section.top-bar-message-section > .et_pb_row a.et-pb-arrow-next,
.et_pb_section.top-bar-message-section > .et_pb_row a.et-pb-arrow-prev {
  color: white !important;
}
.et_pb_section.top-bar-message-section > .et_pb_row .et_pb_slide_content a {
  color: white !important;
  text-decoration: underline;
  font-weight: 100;
}
.et_pb_section.top-bar-message-section > .et_pb_row .et_pb_slide_content a:hover {
  text-decoration: none;
}
body:not(.home) #main-content .et_pb_section.email-popup-section {
  position: fixed !important;
  top: 0;
  left: 0;
  width: 100vw !important;
  height: 100vh !important;
  background: rgba(0, 0, 0, 0.5) !important;
  z-index: 99999009999009;
  display: flex;
  align-items: center;
  justify-content: center;
  margin-top: 152px;
  display: none;
}
@media all and (max-width: 980px) {
  body:not(.home) #main-content .et_pb_section.email-popup-section {
    margin-top: 0 !important;
    height: calc(100vh + 150px) !important;
  }
}
body:not(.home) #main-content .et_pb_section.email-popup-section .et_pb_row.email-popup-row {
  padding: 0 !important;
  width: 375px !important;
  height: 60% !important;
}
@media all and (max-width: 375px) {
  body:not(.home) #main-content .et_pb_section.email-popup-section .et_pb_row.email-popup-row {
    width: 80% !important;
  }
}
body:not(.home) #main-content .et_pb_section.email-popup-section .et_pb_row.email-popup-row > .et_pb_column {
  padding: 1em !important;
  margin: 0 !important;
  background: -moz-linear-gradient(150deg, #0089D0 0%, #2FB4E9 100%);
  background: -webkit-linear-gradient(150deg, #0089D0 0%, #2FB4E9 100%);
  background: linear-gradient(150deg, #0089D0 0%, #2FB4E9 100%);
  color: #FFFFFF;
  border-radius: 20px;
}
body:not(.home) #main-content .et_pb_section.email-popup-section .et_pb_row.email-popup-row > .et_pb_column .email-popup-close {
  position: absolute !important;
  display: flex;
  top: 0.3em;
  right: 0;
  right: 0.3em;
  cursor: pointer;
}
body:not(.home) #main-content .et_pb_section.email-popup-section .et_pb_row.email-popup-row > .et_pb_column .email-popup-text {
  text-align: center;
}
body:not(.home) #main-content .et_pb_section.email-popup-section .et_pb_row.email-popup-row > .et_pb_column .email-popup-text .et_pb_text_inner {
  font-size: 0.7em;
  color: #FFFFFF !important;
}
body:not(.home) #main-content .et_pb_section.email-popup-section .et_pb_row.email-popup-row > .et_pb_column .email-popup-text .et_pb_text_inner p {
  color: #FFFFFF !important;
}
body:not(.home) #main-content .et_pb_section.email-popup-section .et_pb_row.email-popup-row > .et_pb_column .email-popup-text .et_pb_text_inner h2 {
  color: #FFFFFF;
  font-size: 1.3em !important;
  line-height: 1 !important;
  font-weight: 300;
}
@media all and (max-width: 768px) {
  body:not(.home) #main-content .et_pb_section.email-popup-section .et_pb_row.email-popup-row > .et_pb_column .email-popup-text .et_pb_text_inner h2 {
    font-size: 1.2em !important;
  }
}
@media all and (max-width: 425px) {
  body:not(.home) #main-content .et_pb_section.email-popup-section .et_pb_row.email-popup-row > .et_pb_column .email-popup-text .et_pb_text_inner h2 {
    font-size: 1em !important;
  }
}
@media all and (max-width: 768px) {
  body:not(.home) #main-content .et_pb_section.email-popup-section .et_pb_row.email-popup-row > .et_pb_column .email-popup-text .et_pb_text_inner p {
    font-size: 0.9em !important;
  }
}
@media all and (max-width: 425px) {
  body:not(.home) #main-content .et_pb_section.email-popup-section .et_pb_row.email-popup-row > .et_pb_column .email-popup-text .et_pb_text_inner p {
    font-size: 0.85em !important;
  }
}
body:not(.home) #main-content .et_pb_section.email-popup-section .et_pb_row.email-popup-row > .et_pb_column > .et_pb_button_module_wrapper {
  text-align: center;
}
body:not(.home) #main-content .et_pb_section.email-popup-section .et_pb_row.email-popup-row > .et_pb_column > .et_pb_button_module_wrapper a {
  border: 1px solid white !important;
  border-radius: 20px;
  padding: 0 2em !important;
}
body:not(.home) #main-content .et_pb_section.email-popup-section .et_pb_row.email-popup-row > .et_pb_column > .et_pb_button_module_wrapper a:hover {
  background-color: transparent !important;
}
@media all and (max-width: 768px) {
  body:not(.home) #main-content .et_pb_section.email-popup-section .et_pb_row.email-popup-row > .et_pb_column > .et_pb_button_module_wrapper a {
    font-size: 0.6em !important;
  }
}
@media all and (max-width: 425px) {
  body:not(.home) #main-content .et_pb_section.email-popup-section .et_pb_row.email-popup-row > .et_pb_column > .et_pb_button_module_wrapper a {
    font-size: 0.5em !important;
  }
}
.form-close-icon {
  position: relative;
  width: 30px;
  height: 30px;
  display: flex;
}
.form-close-icon::before {
  font-family: 'ETmodules';
  content: "M";
  width: 30px;
  height: 30px;
  position: absolute;
  top: 0;
  left: 0;
  font-size: 30px;
  z-index: 9;
  color: white;
  line-height: 1;
}
#contact-us-form {
  display: flex;
  flex-direction: column;
}
#contact-us-form .mandatory-message {
  color: red;
  font-size: 12px;
  line-height: 1;
  display: none;
}
#contact-us-form .mandatory-message.active {
  display: block;
}
#contact-us-form label:not(.form-ownership-label) {
  visibility: hidden;
  height: 0;
}
#contact-us-form label.form-ownership-label {
  color: #065482;
}
#contact-us-form input,
#contact-us-form select {
  color: #444A52;
  display: block;
  width: 100%;
  height: 32px !important;
  padding: 4px 12px !important;
  font-size: 15px !important;
  line-height: 1.66666667;
  background-image: none;
  border-radius: 2px;
  border: 1px solid #CBCDD3 !important;
  margin-bottom: 15px;
}
#contact-us-form input::placeholder,
#contact-us-form select::placeholder {
  color: #a6a8b1;
  font-weight: 400 !important;
}
#contact-us-form input.ownership,
#contact-us-form select.ownership {
  width: 13px;
  height: 13px !important;
  margin-bottom: 0;
}
#contact-us-form input.error,
#contact-us-form select.error {
  border: 1px solid red !important;
}
#contact-us-form select {
  appearance: auto;
  color: #a6a8b1 !important;
}
#contact-us-form select .subject-placeholder {
  color: #a6a8b1 !important;
  font-weight: 400 !important;
}
#contact-us-form select.with-option {
  color: #444A52 !important;
}
#contact-us-form input:not(.e-btn),
#contact-us-form select {
  background-color: #FDFDFD;
}
#contact-us-form .ownership-wrapper {
  display: flex;
  align-items: center;
  height: unset;
  margin-bottom: 15px;
}
#contact-us-form .ownership-wrapper label {
  height: fit-content;
  display: flex;
  color: #FFFFFF;
  font-weight: 700;
}
#contact-us-form .ownership-wrapper label span {
  line-height: 1;
}
#contact-us-form .ownership-wrapper input {
  margin-right: 10px;
}
#contact-us-form .buttons-wrapper {
  display: flex;
  width: 100%;
  justify-content: space-evenly;
}
#contact-us-form .buttons-wrapper input {
  cursor: pointer;
  width: 100px !important;
  min-width: 100px !important;
  color: white !important;
}
#contact-us-form .buttons-wrapper .cancel {
  background: #cbcdd3 !important;
  background: -moz-linear-gradient(0deg, #7a808c 0%, #cbcdd3 100%) !important;
  background: -webkit-linear-gradient(0deg, #7a808c 0%, #cbcdd3 100%) !important;
  background: linear-gradient(0deg, #7a808c 0%, #cbcdd3 100%) !important;
  border: none !important;
}
#contact-us-form .buttons-wrapper .submit {
  background: -moz-linear-gradient(0deg, #00A699 0%, #6ECCC5 100%);
  background: -webkit-linear-gradient(0deg, #00A699 0%, #6ECCC5 100%);
  background: linear-gradient(0deg, #00A699 0%, #6ECCC5 100%);
  border: none !important;
}
.topics-section-homepage {
  position: relative;
  cursor: pointer;
  flex-direction: column-reverse;
  border-radius: 10px;
}
#contact-us-topics-homepage {
  background: transparent;
  border-radius: 10px;
  font-weight: 100 !important;
  font-size: 18px !important;
  font-style: italic;
  color: #7A808C !important;
  height: 65px !important;
  padding: 0 5%;
  width: 100%;
  z-index: 1;
  cursor: pointer;
  background: white;
  margin-bottom: 1em;
  background-image: url(../images/blue_arrow_dropdown.png);
  background-repeat: no-repeat;
  background-position-x: 96%;
  background-position-y: 50%;
}
.topics-homepage-arrow::after {
  content: "3";
  font-size: 2em;
  font-family: 'ETmodules';
  color: #85B9E3;
  position: absolute;
  background-repeat: no-repeat;
  right: 0;
  top: 50%;
  transform: translate(0px, -50%);
  cursor: pointer;
}
.topics-homepage-arrow {
  width: 60px;
  height: 42px;
  position: absolute;
  top: 50%;
  transform: translate(0px, -50%);
  right: 0;
  z-index: 0;
}
body.page-template-simple-blue-header-template #main-header {
  background: linear-gradient(150deg, #132863, #009de1);
}
body.page-template-simple-blue-header-template #et-main-area {
  margin-top: 290px;
}
body.page-template-simple-blue-header-template #et-main-area #main-content > h1 {
  font-size: 48px;
  text-align: center;
  color: #004587;
  font-weight: lighter;
}
body.page-template-simple-blue-header-template .et_builder_inner_content > .et_pb_section_first {
  padding-top: 0 !important;
}
input,
textarea {
  -webkit-user-select: text;
}
#CookieDeclarationUserStatusLabelMulti,
#CookieDeclarationUserStatusLabelOn,
#CookieDeclarationUserStatusLabelOffDoNotSell,
#CookieDeclarationUserStatusLabelOff,
#CookieDeclarationUserStatusLabelMulti > * {
  color: #000 !important;
}
.eflow-popup-form-span {
  font-size: 14px;
  line-height: 1;
  margin-bottom: 15px;
}
#contact-us-form.levti input.name {
  margin-bottom: 5px !important;
}
#contact-us-form.levti .buttons-wrapper input {
  cursor: pointer;
  width: 200px !important;
}
table.eflow-table {
  margin: 1em 5%;
  width: unset !important;
}
@media all and (max-width: 568px) {
  table.eflow-table {
    margin: 0;
  }
}
table.eflow-table tr td {
  padding: 0 10px !important;
}
@media all and (max-width: 568px) {
  table.eflow-table tr td {
    font-size: 15px !important;
    line-height: 18px;
  }
}
table.eflow-table tr td:first-of-type {
  width: 305px !important;
}
table.eflow-table .first td {
  background: #2fb4e9 !important;
  color: #FFFFFF;
  font-weight: bold;
}
table.eflow-table.dark {
  margin: 1em 5%;
  width: unset !important;
}
@media all and (max-width: 568px) {
  table.eflow-table.dark {
    margin: 0;
  }
}
table.eflow-table.dark tr td {
  padding: 0 10px !important;
  color: #000;
}
@media all and (max-width: 568px) {
  table.eflow-table.dark tr td {
    font-size: 15px !important;
    line-height: 18px;
  }
}
table.eflow-table.dark tr td:first-of-type {
  width: 305px !important;
}
table.eflow-table.dark tr.even {
  background-color: #f2f2f3 !important;
}
table.eflow-table.dark tr.odd {
  background-color: #A6A8B1 !important;
}
table.eflow-table.dark tr.odd td {
  color: #000 !important;
}
table.eflow-table.dark .first td {
  background: #344754 !important;
  color: #FFFFFF;
  font-weight: bold;
}
body:not(.home) #main-content .et_pb_section.contact-us-link-blocks .et_pb_row.contact-us-link-blocks-row-contact > .et_pb_column .contact-us-links-block.sec-hub {
  height: 80px;
  padding: 0;
  display: flex;
  align-items: center;
}
body:not(.home) #main-content .et_pb_section.contact-us-link-blocks .et_pb_row.contact-us-link-blocks-row-contact > .et_pb_column .contact-us-links-block.sec-hub .et_pb_module_header {
  margin: 0 !important;
  padding: 0 !important;
}
body:not(.home) #main-content .et_pb_section.contact-us-link-blocks .et_pb_row.contact-us-link-blocks-row-contact.sec-hub {
  display: block;
  justify-content: center;
  align-items: center;
  display: flex;
  height: auto;
}
body:not(.home) #main-content .et_pb_section.contact-us-link-blocks .et_pb_row.contact-us-link-blocks-row-contact.sec-hub > .et_pb_column {
  display: grid;
  grid-template-columns: 1fr 1fr 1fr;
  gap: 15px;
  width: 80% !important;
}
@media all and (max-width: 1366px) {
  body:not(.home) #main-content .et_pb_section.contact-us-link-blocks .et_pb_row.contact-us-link-blocks-row-contact.sec-hub > .et_pb_column {
    width: 100% !important;
  }
}
@media all and (max-width: 1024px) {
  body:not(.home) #main-content .et_pb_section.contact-us-link-blocks .et_pb_row.contact-us-link-blocks-row-contact.sec-hub > .et_pb_column {
    grid-template-columns: 1fr 1fr;
  }
}
@media all and (max-width: 575px) {
  body:not(.home) #main-content .et_pb_section.contact-us-link-blocks .et_pb_row.contact-us-link-blocks-row-contact.sec-hub > .et_pb_column {
    grid-template-columns: 1fr;
  }
}
@media all and (max-width: 425px) {
  .contact-us-link-blocks.sec-hub .e-btn {
    min-width: unset;
  }
}
@media all and (max-width: 1366px) {
  .sec-hub-title {
    font-size: 1.35em !important;
  }
}
@media all and (max-width: 1199px) {
  .sec-hub-title {
    font-size: 1.2em !important;
  }
}
@media all and (max-width: 1024px) {
  .sec-hub-title {
    font-size: 1.1em !important;
  }
}
@media all and (max-width: 981px) {
  .sec-hub-title {
    font-size: 1.5em !important;
  }
}
@media all and (max-width: 600px) {
  .sec-hub-title {
    font-size: 1.3em !important;
  }
}
@media all and (max-width: 530px) {
  .sec-hub-title {
    font-size: 1.2em !important;
  }
}
@media all and (max-width: 500px) {
  .sec-hub-title {
    font-size: 1.1em !important;
  }
}
@media all and (max-width: 425px) {
  .sec-hub-title {
    font-size: 1em !important;
  }
}
@media all and (max-width: 375px) {
  .sec-hub-title {
    font-size: 0.9em !important;
  }
}
@media all and (max-width: 640px) {
  .sec-hub-title-links {
    font-size: 1.3em !important;
  }
}
@media all and (max-width: 1199px) {
  .sec-hub-par {
    font-size: 23px !important;
  }
}
@media all and (max-width: 1024px) {
  .sec-hub-par {
    font-size: 21px !important;
  }
}
@media all and (max-width: 981px) {
  .sec-hub-par {
    font-size: 25px !important;
  }
}
@media all and (max-width: 500px) {
  .sec-hub-par {
    font-size: 22px !important;
  }
}
@media all and (max-width: 425px) {
  .sec-hub-par {
    font-size: 21px !important;
  }
}
@media all and (max-width: 375px) {
  .sec-hub-par {
    font-size: 20px !important;
  }
}
@media all and (max-width: 1366px) {
  .popular-topics.sec-hub {
    width: 100%;
  }
}
@media all and (max-width: 981px) {
  .popular-topics.sec-hub {
    width: 100%;
  }
}
@media all and (max-width: 768px) {
  .popular-topics.sec-hub {
    width: 100%;
  }
}
@media all and (max-width: 568px) {
  .popular-topics.sec-hub {
    width: 100%;
    margin-bottom: 1em !important;
  }
}
ol.eflow-ol > li::marker {
  font-weight: bold;
}
@media all and (max-width: 767px) {
  .homepage-header-section {
    padding: 222px 0 0 0 !important;
  }
}
@media all and (max-width: 767px) {
  .homepage-header-section .homepage-header-row:first-child > .et_pb_column.homepage-header-column:first-child {
    margin-bottom: 10px !important;
  }
}
@media all and (max-width: 767px) {
  body.home .et_pb_section:not(.top-bar-message-section):not(.footer-menu-section).homepage-header-section > .homepage-header-row:first-child > .homepage-header-column > .et_pb_button_module_wrapper {
    margin-bottom: 0px !important;
  }
}
@media all and (max-width: 767px) {
  body.home .et_pb_section:not(.top-bar-message-section):not(.footer-menu-section).homepage-header-section > .homepage-header-row:first-child > .homepage-header-column > .et_pb_button_module_wrapper:first-child {
    margin-bottom: 10px !important;
  }
}
@media all and (max-width: 375px) {
  #header-home-section #fullwidth-hero .et_pb_fullwidth_header_container .header-content-container h1 {
    font-size: 40px !important;
  }
}
@media all and (max-width: 375px) {
  #main-header #et-top-navigation {
    transform: translate(0, 0px);
  }
}
@media all and (max-width: 375px) {
  .et_header_style_left #logo,
  .et_header_style_split #logo {
    max-width: 26% !important;
  }
}
@media all and (max-width: 375px) {
  #main-header #et-top-navigation .language-selector-section .page-language {
    font-size: 16px !important;
  }
}
@media all and (max-width: 375px) {
  #main-header #et-top-navigation .language-selector-section .open-language {
    background-size: 19px 10px;
    width: 19px;
    height: 10px;
  }
}
@media all and (max-width: 375px) {
  #main-header #et-top-navigation .language-selector-section .wpml-ls-statics-shortcode_actions .wpml-ls-native {
    font-size: 17px;
  }
}
.top-bar-message-section .et_pb_slider .et_pb_slide_description {
  padding: 35px 0 !important;
}
@media all and (max-width: 575px) {
  .top-bar-message-section .et_pb_slider .et_pb_slide_description {
    padding: 20px 0 !important;
  }
}
.top-bar-message-section .et_pb_slider.et_pb_module .et_pb_slide .et_pb_slide_description .et_pb_slide_content {
  font-size: 22px !important;
}
@media all and (max-width: 575px) {
  .top-bar-message-section .et_pb_slider.et_pb_module .et_pb_slide .et_pb_slide_description .et_pb_slide_content {
    font-size: 13px !important;
    line-height: 1.2;
  }
}
@media all and (max-width: 575px) {
  .top-bar-message-section .et-pb-slider-arrows .et-pb-arrow-prev,
  .top-bar-message-section .et-pb-slider-arrows .et-pb-arrow-next {
    font-size: 34px;
  }
}
.top-bar-message-section .et-pb-slider-arrows .et-pb-arrow-prev {
  height: 100%;
  top: 0 !important;
  margin-top: 0 !important;
  display: flex;
  align-items: center;
  left: 22px !important;
  opacity: 1 !important;
}
@media all and (max-width: 767px) {
  .top-bar-message-section .et-pb-slider-arrows .et-pb-arrow-prev {
    left: 20px !important;
  }
}
@media all and (max-width: 425px) {
  .top-bar-message-section .et-pb-slider-arrows .et-pb-arrow-prev {
    left: 10px !important;
  }
}
.top-bar-message-section .et-pb-slider-arrows .et-pb-arrow-next {
  height: 100%;
  top: 0 !important;
  margin-top: 0 !important;
  display: flex;
  align-items: center;
  right: 22px !important;
  opacity: 1 !important;
}
@media all and (max-width: 767px) {
  .top-bar-message-section .et-pb-slider-arrows .et-pb-arrow-next {
    right: 20px !important;
  }
}
@media all and (max-width: 425px) {
  .top-bar-message-section .et-pb-slider-arrows .et-pb-arrow-next {
    right: 10px !important;
  }
}
.top-bar-message-section .et-pb-slider-arrows .et-pb-arrow-prev::before {
  font-family: 'MyriadPro', sans-serif !important;
  content: "" !important;
  font-size: 27px;
  background-image: url('../images/prev-arrow-banner.svg');
  opacity: 0.7;
}
.top-bar-message-section .et-pb-slider-arrows .et-pb-arrow-next::before {
  font-family: 'MyriadPro', sans-serif !important;
  content: "" !important;
  font-size: 27px;
  background-image: url('../images/next-arrow-banner.svg');
  opacity: 0.7;
}
.top-bar-message-section .et-pb-slider-arrows .et-pb-arrow-prev::before,
.top-bar-message-section .et-pb-slider-arrows .et-pb-arrow-next::before {
  background-size: 20px 20px;
  width: 20px;
  height: 20px;
  display: block;
}
@media all and (max-width: 575px) {
  .top-bar-message-section .et-pb-slider-arrows .et-pb-arrow-prev::before,
  .top-bar-message-section .et-pb-slider-arrows .et-pb-arrow-next::before {
    background-size: 15px 15px;
    width: 15px;
    height: 15px;
  }
}
.top-bar-message-section .et-pb-slider-arrows .et-pb-arrow-prev:hover::before,
.top-bar-message-section .et-pb-slider-arrows .et-pb-arrow-next:hover::before {
  opacity: 1 !important;
}
.et_pb_section.top-bar-message-section > .et_pb_row .et_pb_slide_content a {
  color: white !important;
  text-decoration: underline;
  font-weight: 100;
}
.fullscreen-menu-section .fullscreen-menu-menus-rows .fullscreen-menu-menus-row:nth-child(2) {
  align-items: center;
  display: flex;
  flex-direction: column;
}
.fullscreen-menu-section .fullscreen-menu-menus-rows .fullscreen-menu-menus-row:nth-child(2) .menu-item {
  justify-content: center;
}
.fullscreen-menu-section .fullscreen-menu-menus-rows .fullscreen-menu-menus-row:nth-child(3) {
  align-items: flex-end;
  display: flex;
  flex-direction: column;
}
@media all and (max-width: 568px) {
  .fullscreen-menu-section .fullscreen-menu-menus-rows .fullscreen-menu-menus-row:nth-child(3) {
    align-items: center;
  }
}
.fullscreen-menu-section .fullscreen-menu-menus-rows .fullscreen-menu-menus-row:nth-child(3) .menu-item {
  justify-content: flex-end;
  text-align: end;
}
@media all and (max-width: 568px) {
  .fullscreen-menu-section .fullscreen-menu-menus-rows .fullscreen-menu-menus-row:nth-child(3) .menu-item {
    text-align: center;
  }
}
.fullscreen-menu-section .fullscreen-menu-menus-rows .fullscreen-menu-menus-row:nth-child(3) .fullscreen-menu-title .et_pb_text_inner {
  text-align: end;
}
@media all and (max-width: 568px) {
  .fullscreen-menu-section .fullscreen-menu-menus-rows .fullscreen-menu-menus-row:nth-child(3) .fullscreen-menu-title .et_pb_text_inner {
    text-align: center;
  }
}
.fullscreen-menu-section .fullscreen-menu-menus-rows {
  justify-content: space-between;
}
.fullscreen-menu-section .fullscreen-menu-menus-rows .fullscreen-menu-menus-row:not(:last-child) {
  margin-right: 0;
}
@media all and (max-width: 568px) {
  .fullscreen-menu-section .fullscreen-menu-menus-rows .fullscreen-menu-menus-row:not(:last-child) {
    margin-bottom: 30px !important;
  }
}
body.home .et_pb_section.fullscreen-menu-section .fullscreen-menu-menus-rows,
body .et_pb_section.fullscreen-menu-section .fullscreen-menu-menus-rows {
  padding: 30px 0 !important;
}
.fullscreen-menu-section .fullscreen-menu-menus-rows::after {
  display: none;
}
.fullscreen-menu-section .fullscreen-menu-menus-rows .fullscreen-menu-menus-row {
  width: 200px;
}
body:not(.home) .et_pb_section.email-popup-section .et_pb_row.email-popup-row > .et_pb_column {
  padding: 1em !important;
  margin: 0 !important;
  background: -moz-linear-gradient(150deg, #0089D0 0%, #2FB4E9 100%);
  background: -webkit-linear-gradient(150deg, #0089D0 0%, #2FB4E9 100%);
  background: linear-gradient(150deg, #0089D0 0%, #2FB4E9 100%);
  color: #FFFFFF;
  border-radius: 20px;
}
body:not(.home) .et_pb_section.email-popup-section {
  position: fixed !important;
  top: 0;
  left: 0;
  width: 100vw !important;
  height: 100vh !important;
  background: rgba(0, 0, 0, 0.5) !important;
  z-index: 99999009999009;
  display: flex;
  align-items: center;
  justify-content: center;
  margin-top: 0;
  display: none;
  overflow-y: scroll;
}
body:not(.home) .et_pb_section.email-popup-section form {
  display: none !important;
}
body:not(.home) .et_pb_section.email-popup-section form.visible {
  display: flex !important;
}
body:not(.home) .et_pb_section.email-popup-section .et_pb_row.email-popup-row {
  padding: 0 !important;
  width: 375px !important;
  height: 60% !important;
}
@media all and (max-width: 425px) {
  body:not(.home) .et_pb_section.email-popup-section .et_pb_row.email-popup-row {
    width: 285px !important;
  }
}
body:not(.home) .et_pb_section.email-popup-section .et_pb_row.email-popup-row > .et_pb_column .email-popup-text h2 {
  color: #FFFFFF;
  font-size: 28px !important;
  line-height: 1 !important;
  font-weight: 300;
  text-align: center;
}
body:not(.home) .et_pb_section.email-popup-section .et_pb_row.email-popup-row > .et_pb_column .email-popup-close {
  position: absolute !important;
  display: flex;
  top: 0.3em;
  right: 0;
  right: 0.3em;
  cursor: pointer;
}
#contact-us-form select .subject-placeholder {
  display: none;
}
.tc-content ul {
  display: inline-block;
  margin: 0 0 10px 15px;
}
.letter-list ul,
.roman-list ul,
ul.letter-list,
ul.roman-list {
  margin: 0 0 10px 30px !important;
}
ul.inc-indent {
  margin-left: 70px !important;
}
.no-margin-bottom,
.no-margin-bottom {
  margin-bottom: 0 !important;
}
ul.letter-list {
  margin: 2em 0 2em 2em;
  list-style: lower-latin !important;
}
@media all and (max-width: 568px) {
  ul.letter-list {
    margin: 1em 0 1em 1em;
  }
}
ul.letter-list li:before {
  display: none;
}
ul.roman-list {
  margin: 2em 0 2em 2em;
  list-style: lower-roman !important;
}
@media all and (max-width: 568px) {
  ul.roman-list {
    margin: 1em 0 1em 1em;
  }
}
ul.roman-list li:before {
  display: none;
}
.top-banner-close {
  position: absolute !important;
  z-index: 1;
  top: 0;
  right: 0;
  cursor: pointer;
}
.top-bar-message-section.close {
  display: none;
}
.top-bar-message-section .et-pb-slider-arrows .et-pb-arrow-next {
  right: 55px !important;
}
@media all and (max-width: 575px) {
  .top-bar-message-section .et-pb-slider-arrows .et-pb-arrow-next {
    right: 45px !important;
  }
}
@media all and (max-width: 375px) {
  .top-bar-message-section .et-pb-slider-arrows .et-pb-arrow-next {
    right: 35px !important;
  }
}
.top-bar-message-section .et-pb-slider-arrows .et-pb-arrow-prev {
  left: 55px !important;
}
@media all and (max-width: 575px) {
  .top-bar-message-section .et-pb-slider-arrows .et-pb-arrow-prev {
    left: 45px !important;
  }
}
@media all and (max-width: 375px) {
  .top-bar-message-section .et-pb-slider-arrows .et-pb-arrow-prev {
    left: 35px !important;
  }
}
.top-bar-message-section .et_pb_slide,
.et-db #et-boc .et-l .top-bar-message-section .et_pb_slide {
  padding: 0 12% !important;
}
@media all and (max-width: 767px) {
  .top-bar-message-section .et_pb_slide,
  .et-db #et-boc .et-l .top-bar-message-section .et_pb_slide {
    padding: 0 15% !important;
  }
}
@media all and (max-width: 767px) {
  .top-banner-close .et-pb-icon {
    font-size: 28px !important;
  }
}
.et_pb_section.learn-videos-wrapper {
  margin: 0 auto;
  width: 50%;
}
@media all and (max-width: 1366px) {
  .et_pb_section.learn-videos-wrapper {
    width: 70%;
  }
}
@media all and (max-width: 767px) {
  .et_pb_section.learn-videos-wrapper {
    width: 90%;
  }
}
.learn-videos-wrapper .slick-dotted.slick-slider {
  margin-bottom: 0;
}
.learn-videos-wrapper .learn-video.titles .slick-track {
  height: 120px;
}
@media all and (max-width: 475px) {
  .learn-videos-wrapper .learn-video.titles .slick-track {
    height: 160px;
  }
}
.learn-videos-wrapper .learn-video.titles .slick-track > .et_pb_module {
  height: 100%;
  display: flex;
  justify-content: center;
  align-items: flex-end;
}
.learn-videos-wrapper .learn-video.titles .et_pb_module.et_pb_text h2 {
  color: #004587 !important;
  font-size: 48px !important;
  font-weight: lighter;
}
.learn-videos-wrapper .learn-video.texts:nth-child(odd) .et_pb_module.et_pb_text {
  background-color: #004587;
}
.learn-videos-wrapper .learn-video.texts:nth-child(even) .et_pb_module.et_pb_text {
  background-color: #344754;
}
.learn-videos-wrapper .learn-video.texts .et_pb_module.et_pb_text {
  padding: 30px;
  border-radius: 30px;
  margin: 10px !important;
  display: flex;
}
.learn-videos-wrapper .learn-video .et_pb_module.et_pb_text .et_pb_text_inner {
  text-align: center;
  display: flex;
  align-items: center;
}
.learn-videos-wrapper.tog .learn-video .et_pb_module.et_pb_video {
  margin-bottom: 55px;
}
.learn-videos-wrapper.separate .learn-video .et_pb_module.et_pb_video {
  margin-bottom: 0 !important;
}
.learn-videos-wrapper.separate .learn-video.texts .et_pb_module.et_pb_text {
  margin-bottom: 0 !important;
}
.et_pb_section.learn-videos-wrapper .et_pb_row.learn-video.texts .et_pb_module.et_pb_text h2,
.et_pb_section.learn-videos-wrapper .et_pb_row.learn-video.texts .et_pb_module.et_pb_text p {
  color: white !important;
}
.et_pb_section.learn-videos-wrapper.tog .slick-dots {
  padding: 0 !important;
  top: 675px !important;
  bottom: unset !important;
}
.et_pb_section.learn-videos-wrapper .slick-dots li button::before {
  font-size: 20px !important;
}
.et_pb_section.learn-videos-wrapper .learn-videos-nav-prev,
.et_pb_section.learn-videos-wrapper .learn-videos-nav-next {
  position: relative;
}
.et_pb_section.learn-videos-wrapper .learn-videos-nav-prev::before {
  font-family: 'MyriadPro', sans-serif !important;
  content: "" !important;
  font-size: 27px;
  background-image: url('../images/prev-arrow-blue.svg');
  opacity: 0.7;
  width: 30px;
  height: 50px;
  position: absolute;
  background-repeat: no-repeat;
  background-size: contain;
  background-position: center;
  cursor: pointer;
}
@media all and (max-width: 540px) {
  .et_pb_section.learn-videos-wrapper .learn-videos-nav-prev::before {
    width: 20px;
    height: 30px;
  }
}
.et_pb_section.learn-videos-wrapper .learn-videos-nav-next::before {
  font-family: 'MyriadPro', sans-serif !important;
  content: "" !important;
  font-size: 27px;
  background-image: url('../images/next-arrow-blue.svg');
  opacity: 0.7;
  width: 30px;
  height: 50px;
  position: absolute;
  background-repeat: no-repeat;
  background-size: contain;
  background-position: center;
  cursor: pointer;
}
@media all and (max-width: 540px) {
  .et_pb_section.learn-videos-wrapper .learn-videos-nav-next::before {
    width: 20px;
    height: 30px;
  }
}
.et_pb_section.learn-videos-wrapper .learn-videos-nav-next:hover::before,
.et_pb_section.learn-videos-wrapper .learn-videos-nav-prev:hover::before {
  opacity: 1 !important;
}
.et_pb_section.learn-videos-wrapper .learn-videos-nav-next,
.et_pb_section.learn-videos-wrapper .learn-videos-nav-prev {
  width: 30px;
  height: 50px;
}
body:not(.home) #main-content .et_pb_section .et_pb_row.learn-videos-nav-arrows {
  width: 100% !important;
  position: absolute;
  top: 50%;
}
body:not(.home) #main-content .et_pb_section .et_pb_row.learn-videos-nav-dots {
  padding: 0 !important;
  z-index: 10;
}
body:not(.home) #main-content .et_pb_section .et_pb_row.learn-videos-nav-dots > .et_pb_column {
  position: relative;
  height: 35px;
}
body:not(.home) #main-content .et_pb_section .et_pb_row.learn-videos-nav-dots > .et_pb_column .slick-dots {
  top: 0 !important;
}
body:not(.home) #main-content .et_pb_section .et_pb_row.learn-videos-nav-dots {
  width: 100% !important;
}
.learn-vid-arrow {
  position: absolute;
  top: 0;
}
.learn-vid-arrow.vid-prev {
  left: 0;
}
.learn-vid-arrow.vid-next {
  right: 0;
}
.learn-videos-nav-arrows > .et_pb_column {
  display: flex;
  justify-content: space-between;
}
.learn-videos-dots ul.slick-dots {
  padding-left: 0 !important;
}
.learn-videos-tile .et_pb_text_inner h2 {
  margin-bottom: 35px;
  font-size: 31px;
  font-weight: 600;
}
@media all and (max-width: 1024px) {
  .learn-videos-tile .et_pb_text_inner h2 {
    font-size: 31px !important;
  }
}
@media all and (max-width: 475px) {
  .learn-videos-tile .et_pb_text_inner h2 {
    font-size: 25px !important;
    margin-bottom: 10px;
  }
}
.et_pb_text.learn-videos-tile {
  font-size: 21px;
  line-height: 1.5em;
  height: 330px;
  width: 355px;
}
@media all and (max-width: 475px) {
  .et_pb_text.learn-videos-tile {
    font-size: 18px !important;
    height: 290px;
  }
}
.learn-video.texts {
  width: 55%;
}
@media all and (max-width: 1024px) {
  .learn-video.texts {
    width: 70%;
  }
}
@media all and (max-width: 475px) {
  .learn-video.texts {
    width: 80%;
  }
}
body.single-news #main-content > .nav-single {
  transform: none !important;
}
.top-banner-close-row {
  position: absolute !important;
  top: 0px !important;
  bottom: auto !important;
  right: 0px !important;
  left: auto !important;
}
.banner-arrow {
  border: solid white;
  border-width: 0 3px 3px 0;
  display: inline-block;
  padding: 3px;
  width: 13px;
  height: 13px;
  cursor: pointer;
  transition: all 0.3s ease-in-out;
  position: absolute;
  top: 50%;
  z-index: 9;
}
.banner-arrow:hover {
  width: 16px;
  height: 16px;
}
.banner-arrow.arrow-next {
  transform: rotate(-45deg);
  -webkit-transform: rotate(-45deg);
  right: 40px;
}
@media all and (max-width: 425px) {
  .banner-arrow.arrow-next {
    right: 20px;
  }
}
.banner-arrow.arrow-prev {
  transform: rotate(135deg);
  -webkit-transform: rotate(135deg);
  left: 40px;
}
@media all and (max-width: 425px) {
  .banner-arrow.arrow-prev {
    left: 20px;
  }
}
.banner-messages-wrapper {
  visibility: hidden;
  z-index: 9;
}
.banner-messages-wrapper.slick-initialized {
  visibility: visible;
}
.banner-messages-wrapper .banner-message,
.banner-messages-wrapper {
  height: 100%;
  min-height: 130px;
}
.banner-messages-wrapper .banner-message {
  display: flex;
  justify-content: center;
  align-items: center;
  padding: 0 12% !important;
  z-index: 2;
}
@media all and (max-width: 1200px) {
  .banner-messages-wrapper .banner-message {
    padding: 0 7% !important;
  }
}
@media all and (max-width: 475px) {
  .banner-messages-wrapper .banner-message {
    padding: 10px 7% !important;
  }
}
.banner-messages-wrapper .banner-message p,
.banner-messages-wrapper .banner-message {
  color: #FFFFFF !important;
  text-align: center !important;
  font-size: 22px !important;
  font-weight: 400;
  padding: 0;
}
@media all and (max-width: 1600px) {
  .banner-messages-wrapper .banner-message p,
  .banner-messages-wrapper .banner-message {
    font-size: 20px !important;
  }
}
@media all and (max-width: 1200px) {
  .banner-messages-wrapper .banner-message p,
  .banner-messages-wrapper .banner-message {
    font-size: 18px !important;
  }
}
@media all and (max-width: 640px) {
  .banner-messages-wrapper .banner-message p,
  .banner-messages-wrapper .banner-message {
    font-size: 16px !important;
  }
}
@media all and (max-width: 375px) {
  .banner-messages-wrapper .banner-message p,
  .banner-messages-wrapper .banner-message {
    font-size: 14px !important;
  }
}
.banner-messages-wrapper .banner-message a {
  color: white !important;
  text-decoration: underline;
  font-weight: 100;
  display: inline-flex !important;
}
.custom-banner-slider {
  position: relative;
  height: 130px;
}
@media all and (max-width: 450px) {
  .custom-banner-slider {
    height: 165px;
  }
}
.custom-banner-slider.close {
  display: none;
}
.custom-banner-slider .carousel-arrows {
  position: absolute;
  top: 50%;
  left: 0;
  transform: translate(0px, -50%);
  display: flex;
  width: 100%;
  justify-content: space-between;
  padding: 0 65px;
  z-index: 1;
}
.custom-banner-slider .top-banner-close {
  position: absolute;
  top: 15px;
  right: 15px;
  z-index: 9;
}
.top-banner-close .close-banner-button {
  position: relative;
  height: 25px;
  /* this can be anything */
  width: 25px;
  /* ...but maintain 1:1 aspect ratio */
  display: flex;
  flex-direction: column;
  justify-content: center;
}
.top-banner-close .close-banner-button::before,
.top-banner-close .close-banner-button::after {
  position: absolute;
  content: '';
  width: 100%;
  height: 3px;
  /* cross thickness */
  background-color: white;
}
.top-banner-close .close-banner-button::before {
  transform: rotate(45deg);
}
.top-banner-close .close-banner-button::after {
  transform: rotate(-45deg);
}
.homepage-header-section.no-banner {
  padding: 0 !important;
}
@media all and (max-width: 425px) {
  #main-header .logo_container > a {
    position: relative;
    z-index: 9;
  }
}
#journeysSelector:focus {
  border: none !important;
}
/* CALCULATOR SLIDER */
.range {
  max-width: 650px;
  margin: 100px auto;
}
.range .bubble {
  pointer-events: none;
  background: #004587;
  color: white;
  padding: 4px 28px;
  position: absolute;
  border-radius: 8px;
  left: 50%;
  top: -75px;
  transform: translateX(-50%);
  font-size: 30px;
}
.range .bubble::after {
  content: "";
  position: absolute;
  width: 20px;
  height: 20px;
  border: 20px solid;
  border-color: #004587 transparent transparent;
  bottom: -38px;
  left: 50%;
  transform: translateX(-50%);
}
.range .min,
.range .max {
  color: #344754;
  font-size: 30px;
}
@media only screen and (max-width: 980px) {
  .range {
    margin: 75px auto 20px;
  }
}
input[type=range] {
  -webkit-appearance: none;
  margin: 17.5px 0;
  width: 100%;
}
input[type=range]:focus {
  outline: none;
}
input[type=range]::-webkit-slider-runnable-track {
  width: 100%;
  height: 4px;
  cursor: pointer;
  background: #344754 !important;
  border-radius: 5px;
  border: 0 solid black;
}
input[type=range]::-webkit-slider-runnable-track input[type=range] {
  -webkit-appearance: none;
  margin: 17.5px 0;
  width: 100%;
}
input[type=range]::-webkit-slider-runnable-track input[type=range]:focus {
  outline: none;
}
input[type=range]::-webkit-slider-runnable-track input[type=range]::-webkit-slider-runnable-track {
  width: 100%;
  height: 4px;
  cursor: pointer;
  background: #344754 !important;
  border-radius: 5px;
  border: 0 solid black;
}
input[type=range]::-webkit-slider-runnable-track input[type=range]::-webkit-slider-thumb {
  border: 1px solid white;
  height: 35px;
  width: 35px;
  border-radius: 50%;
  background: #344754 !important;
  cursor: pointer;
  -webkit-appearance: none;
  margin-top: -15.5px;
}
input[type=range]::-webkit-slider-runnable-track input[type=range]:focus::-webkit-slider-runnable-track {
  background: #344754;
}
input[type=range]::-webkit-slider-runnable-track input[type=range]::-moz-range-track {
  width: 100%;
  height: 4px;
  cursor: pointer;
  background: #344754 !important;
  border-radius: 5px;
  border: 0 solid black;
}
input[type=range]::-webkit-slider-runnable-track input[type=range]::-moz-range-thumb {
  border: 1px solid white;
  height: 35px;
  width: 35px;
  border-radius: 50%;
  background: #344754 !important;
  cursor: pointer;
}
input[type=range]::-webkit-slider-runnable-track input[type=range]::-ms-track {
  width: 100%;
  height: 4px;
  cursor: pointer;
  background: transparent;
  border-color: transparent;
  border-width: 35px 0;
  color: transparent;
}
input[type=range]::-webkit-slider-runnable-track input[type=range]::-ms-fill-lower {
  background: #344754 !important;
  border: 0 solid black;
  border-radius: 10px;
}
input[type=range]::-webkit-slider-runnable-track input[type=range]::-ms-fill-upper {
  background: #344754 !important;
  border: 0 solid black;
  border-radius: 10px;
}
input[type=range]::-webkit-slider-runnable-track input[type=range]::-ms-thumb {
  border: 1px solid white;
  height: 35px;
  width: 35px;
  border-radius: 50%;
  background: #344754 !important;
  cursor: pointer;
}
input[type=range]::-webkit-slider-runnable-track input[type=range]:focus::-ms-fill-lower {
  background: #344754 !important;
}
input[type=range]::-webkit-slider-runnable-track input[type=range]:focus::-ms-fill-upper {
  background: #344754 !important;
}
input[type=range]::-webkit-slider-thumb {
  height: 35px;
  width: 35px;
  border-radius: 50%;
  background: #344754 !important;
  cursor: pointer;
  -webkit-appearance: none;
  margin-top: -15.5px;
}
input[type=range]:focus::-webkit-slider-runnable-track {
  background: #344754 !important;
}
input[type=range]::-moz-range-track {
  width: 100%;
  height: 4px;
  cursor: pointer;
  background: #344754 !important;
  border-radius: 5px;
  border: 0 solid black;
}
input[type=range]::-moz-range-thumb {
  height: 35px;
  width: 35px;
  border-radius: 50%;
  background: #344754 !important;
  cursor: pointer;
}
input[type=range]::-ms-track {
  width: 100%;
  height: 4px;
  cursor: pointer;
  background: transparent;
  border-color: transparent;
  border-width: 0;
  color: transparent;
}
input[type=range]::-ms-fill-lower {
  background: #344754 !important;
  border: 0 solid black;
  border-radius: 10px;
}
input[type=range]::-ms-fill-upper {
  background: #344754 !important;
  border: 0 solid black;
  border-radius: 10px;
}
input[type=range]::-ms-thumb {
  height: 35px;
  width: 35px;
  border-radius: 50%;
  background: #344754 !important;
  cursor: pointer;
}
input[type=range]:focus::-ms-fill-lower {
  background: #344754 !important;
}
input[type=range]:focus::-ms-fill-upper {
  background: #344754 !important;
}
.range .min,
.range .max {
  color: #344754 !important;
  font-size: 30px;
}
.banner-messages-wrapper .banner-message p,
.banner-messages-wrapper .banner-message {
  line-height: 1.5;
}
#main-footer .footer-menu-section .footer-menu-rows.footer-menu-menu-rows .footer-column.footer-column-menu .et_pb_menu__wrap .et-menu .menu-item {
  margin-top: 0;
}
body:not(.home) #main-content .et_pb_section.contact-us-link-blocks .et_pb_row.contact-us-link-blocks-row > .et_pb_column .contact-us-links-block h4.et_pb_module_header a,
body.page-template-sitemap-template .entry-content > .et_pb_section .sitemap-pages li a {
  line-height: 44px !important;
  display: flex !important;
}
#main-footer .footer-menu-section .footer-menu-rows.footer-menu-menu-rows .footer-column.footer-column-menu .et_pb_menu__wrap .et-menu a {
  padding-bottom: 0;
  line-height: 44px;
  min-width: 44px;
}
a:not(.ab-item):not(.homepage-header-button):not(.homepage-bottom-links-row a):not(#CybotCookiebotDialogBodyLevelButtonLevelOptinAllowallSelectionWrapper a):not(.top-bar-message-text a):not(.logo-1):not(.logo-2) {
  display: inline-flex;
  margin-right: 5px;
}
.learn-videos-dots .slick-dots li,
.learn-videos-dots .slick-dots li > button {
  width: 44px;
  height: 44px;
}
.learn-videos-dots .slick-dots li > button::before {
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}
.top-bar-message-section .et_pb_slide_content a {
  display: inline-block !important;
}
.organizations-row .et_pb_module_header a,
.sec-hub .et_pb_module_header a {
  justify-content: center;
  line-height: 44px;
}
.organizations-row .et_pb_blurb_content .et_pb_main_blurb_image > a {
  display: inline-block !important;
}
.list-inside-row .et_pb_text_inner p a {
  line-height: 44px;
}
.et_pb_blurb_description p a,
.et_pb_text_inner p a {
  display: inline-block !important;
  line-height: 44px;
}
.contact-us-links-block h4.et_pb_module_header a {
  line-height: 44px;
}
.nav-single a {
  line-height: 44px;
}
body.single-news #main-content > .nav-single {
  transform: none !important;
}
.content-row.download-row .et_pb_button_wrapper > a {
  justify-content: center;
}
.homepage-header-section .homepage-header-row:last-child .et_pb_module.et_pb_image > a {
  justify-content: center;
}
.et_pb_section.top-bar-message-section > .et_pb_row .et_pb_slide_content a {
  min-width: 44px !important;
  min-height: 44px !important;
  display: inline-flex !important;
  align-items: center;
}
.top-bar-message-section .et_pb_slider .et_pb_slide .et_pb_slide_description {
  padding: 0 !important;
}
.top-bar-message-section .et_pb_slider .et_pb_slide .et_pb_slider_container_inner {
  display: flex;
  align-items: center;
  height: 100%;
  min-height: 131px;
}
.top-bar-message-section .et_pb_slider .et-pb-controllers {
  display: flex !important;
  height: 20px !important;
  bottom: 0 !important;
  left: 50%;
  transform: translate(-50%, 0px);
  width: unset !important;
}
.top-bar-message-section .et_pb_slider .et-pb-controllers > a {
  display: inline-block !important;
  margin: 0 10px 0 !important;
}
.banner-messages-wrapper .banner-message p,
.banner-messages-wrapper .banner-message {
  font-size: 1.37rem !important;
}
@media all and (max-width: 1600px) {
  .banner-messages-wrapper .banner-message p,
  .banner-messages-wrapper .banner-message {
    font-size: 1.25rem !important;
  }
}
@media all and (max-width: 1200px) {
  .banner-messages-wrapper .banner-message p,
  .banner-messages-wrapper .banner-message {
    font-size: 1.12rem !important;
  }
}
@media all and (max-width: 640px) {
  .banner-messages-wrapper .banner-message p,
  .banner-messages-wrapper .banner-message {
    font-size: 1rem !important;
  }
}
@media all and (max-width: 375px) {
  .banner-messages-wrapper .banner-message p,
  .banner-messages-wrapper .banner-message {
    font-size: 0.8rem !important;
  }
}
#main-footer .footer-menu-section {
  height: inherit !important;
}
.footer-social-links-row > .et_pb_module.et_pb_image > a {
  min-width: 60px;
  min-height: 60px;
  justify-content: center;
  align-items: center;
}
.et_pb_module.et_pb_text.black-text .et_pb_text_inner a,
.blog-content-text .et_pb_text_inner a {
  display: inline-flex !important;
}
.plain-text-section .et_pb_module.et_pb_text a,
#CookieDeclarationChangeConsent > a,
#CookieDeclarationUserStatusLabelWithdraw > a,
p.CookieDeclarationLastUpdated > a,
td.CookieDeclarationTableCell > a,
.et_pb_module.et_pb_text.black-text .et_pb_text_inner a,
.contact-us-links-block .et_pb_blurb_description > a,
.blog-content-text .et_pb_text_inner a {
  min-height: 44px !important;
  min-width: 44px !important;
  align-items: center !important;
}
.video-container {
  position: relative !important;
  /* width: 100% !important; */
  max-width: 770px;
  margin: 10px auto;
  cursor: pointer;
}
.video-thumbnail {
  width: 100%;
  display: block;
  border-radius: 10px;
}
.play-button {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  /* width: 60px;
    height: 60px; */
  /*background: rgba(0, 0, 0, 0.7);*/
  /* border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center; */
}
.play-button::before {
  /*content: '▶';*/
  font-family: ETmodules;
  content: "I";
  color: white;
  font-size: 100px;
  margin-left: 5px;
}
.video-container iframe {
  display: none;
  width: 100%;
  height: 435px;
  border-radius: 10px;
}
.video-title {
  text-align: center;
  color: #004587 !important;
  font-size: 48px !important;
  font-weight: lighter;
  margin-bottom: 40px;
  padding-bottom: 0;
  height: 90px;
  display: flex;
  justify-content: center;
  align-items: center;
}
@media all and (max-width: 425px) {
  .video-title {
    height: 125px;
  }
}
.video-text {
  width: 500px;
  margin: 0 auto;
  color: white;
  font-size: 21px;
  line-height: 1.5;
  text-align: center;
  height: 300px;
  border-radius: 30px;
  display: flex;
  justify-content: center;
  align-items: center;
  padding: 30px;
  margin-top: 80px;
}
@media all and (max-width: 900px) {
  .video-text {
    width: 375px;
  }
}
@media all and (max-width: 540px) {
  .video-text {
    width: 290px;
  }
}
@media all and (max-width: 425px) {
  .video-text {
    width: 235px;
    font-size: 18px;
  }
}
.video-wrapper {
  position: relative;
}
.learn-videos-nav-prev.slick-arrow {
  position: absolute !important;
  top: 600px;
  left: -65px;
}
@media all and (max-width: 475px) {
  .learn-videos-nav-prev.slick-arrow {
    left: -30px;
  }
}
.learn-videos-nav-next.slick-arrow {
  position: absolute !important;
  top: 600px;
  right: -65px;
}
@media all and (max-width: 475px) {
  .learn-videos-nav-next.slick-arrow {
    right: -45px;
  }
}
.learn-videos-dots ul.slick-dots {
  padding-bottom: 0 !important;
  bottom: 0 !important;
}
@media all and (max-width: 1024px) {
  .learn-videos-nav-prev.slick-arrow,
  .learn-videos-nav-next.slick-arrow {
    top: 515px;
  }
}
@media all and (max-width: 540px) {
  .learn-videos-nav-prev.slick-arrow,
  .learn-videos-nav-next.slick-arrow {
    top: 430px;
  }
}
@media all and (max-width: 425px) {
  .learn-videos-nav-prev.slick-arrow,
  .learn-videos-nav-next.slick-arrow {
    top: 415px;
  }
}
.learn-videos-dots {
  position: absolute;
  width: 100%;
  top: 640px;
  /* top: 50%;
    transform: translate(0px, -50%); */
}
@media all and (max-width: 1024px) {
  .learn-videos-dots {
    top: 565px;
  }
}
@media all and (max-width: 540px) {
  .learn-videos-dots {
    top: 465px;
  }
}
@media all and (max-width: 425px) {
  .learn-videos-dots {
    top: 445px;
  }
}
.video-thumb {
  height: 435px;
  width: 100%;
  background-size: cover;
  background-position: center;
}
@media all and (max-width: 1024px) {
  .video-thumb,
  .video-container iframe {
    height: 360px;
  }
}
@media all and (max-width: 540px) {
  .video-thumb,
  .video-container iframe {
    height: 260px;
  }
}
@media all and (max-width: 425px) {
  .video-thumb,
  .video-container iframe {
    height: 210px;
  }
}
.video-title:not(.is_slider),
.video-text:not(.is_slider),
.learn-videos-dots:not(.is_slider),
.learn-videos-nav-prev:not(.is_slider),
.learn-videos-nav-next:not(.is_slider) {
  display: none !important;
}