@import url("https://cdnjs.cloudflare.com/ajax/libs/material-design-icons/3.0.1/iconfont/material-icons.min.css");
@import url("https://cdnjs.cloudflare.com/ajax/libs/font-awesome/5.4.0/css/all.min.css");
/*@import url('https://fonts.googleapis.com/css2?family=Roboto:wght@700&display=swap'); //

@font-face {
  font-family: 'Gotham Regular';
  src: url("./fonts/gothambook-webfont.woff2") format('woff2'), url("./fonts/gothambook-webfont.woff") format('woff');
  font-weight: normal;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: 'Gotham Light';
  src: url("./fonts/gothamlight-webfont.woff2") format('woff2'), url("./fonts/gothamlight-webfont.woff") format('woff');
  font-weight: normal;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: 'Gotham Bold';
  src: url("./fonts/gothambold-webfont.woff2") format('woff2'), url("./fonts/gothambold-webfont.woff") format('woff');
  font-weight: bold;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: 'Gotham Medium';
  src: url("./fonts/gothammedium-webfont.woff2") format('woff2'), url("./fonts/gothammedium-webfont.woff") format('woff');
  font-weight: normal;
  font-style: normal;
  font-display: swap;
}*/
/*colors*/
/*font-family*/
/*font-size*/
html {
  overflow-x: hidden !important;
}
html.active {
  overflow-y: hidden;
}

body {
  margin: 0;
  overflow-x: hidden !important;
  font-family: futura-pt, sans-serif;
  font-style: normal;
  font-weight: 400;
}

h1,
h2,
h3,
h4,
h5,
h6,
p,
ul {
  padding: 0;
  margin: 0;
  list-style-type: none;
}

span {
  color: #0079C0;
}

.text-blue {
  color: #0079C0;
}

a,
a:hover {
  color: inherit;
  text-decoration: none;
}

.container {
  max-width: 1200px;
  position: relative;
}

.container-fluid {
  position: relative;
}

header {
  position: relative;
}
header nav {
  align-items: center;
  display: flex;
}
header nav .nav-center {
  padding: 72px 0;
}
header nav .nav-center a {
  display: flex;
  align-items: center;
  justify-content: center;
  max-width: 330px;
  margin-left: auto;
  margin-right: auto;
  text-transform: uppercase;
}
header nav .nav-center img {
  max-width: 330px;
}
header nav .nav-center p {
  color: #0A0203;
  font-family: futura-pt, sans-serif;
  font-size: 18px;
  letter-spacing: 0;
  line-height: 17px;
  margin-left: 20px;
}
header nav .nav-bottom {
  text-align: center;
}
header nav .nav-bottom ul {
  display: flex;
  justify-content: center;
}
header nav .nav-bottom ul li {
  color: #0A0203;
  font-size: 18px;
  font-weight: 600;
  letter-spacing: 0;
  line-height: 21px;
  padding: 0 25px;
  cursor: pointer;
  position: relative;
  text-transform: uppercase;
}
header nav .nav-bottom ul li.active {
  color: #0079C0;
}
header .hamburger-menu {
  display: none;
  pointer-events: none;
}

footer {
  padding: 90px 0;
  background: #231f20;
}
footer .container {
  max-width: 1440px;
}
footer .container,
footer .row {
  height: inherit;
}
footer .footer-logos {
  display: flex;
  align-items: center;
}
footer .footer-logos img {
  width: 275px;
  height: auto;
}
footer .footer-links {
  display: flex;
  justify-content: center;
}
footer .footer-links ul li {
  color: #FFFFFF;
  font-size: 17px;
  font-weight: 600;
  letter-spacing: 0;
  line-height: 20px;
  text-align: center;
  position: relative;
  margin: 16px 0;
  padding: 8px 12px;
  display: inline-block;
  text-transform: uppercase;
}
footer .footer-links ul li.contact-link {
  background: #FFFFFF;
  border-radius: 9px;
  color: #0079C0;
  padding: 8px 14px;
}
footer .footer-links .social-links li {
  text-align: right;
  height: 36px;
  width: 36px;
  background: white;
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
}
footer .footer-links .social-links li i {
  color: #0079C0;
  font-size: 20px;
}

@media screen and (min-width: 991px) and (max-width: 1500px) {
  footer .footer-logos img {
    max-width: 100%;
  }
}
@media screen and (max-width: 991px) {
  footer .footer-links {
    justify-content: center;
    flex-wrap: wrap;
  }
  footer .footer-links ul {
    width: 100%;
  }
  footer .footer-links ul:first-child {
    margin-top: 20px;
  }
  footer .footer-links ul:nth-child(2) {
    margin-bottom: 20px;
  }
  footer .footer-links ul li {
    width: max-content;
    margin: 0 auto 10px;
    padding: 0;
  }
}
.m-sixty-five {
  margin-top: 65px;
}

.section-heading {
  color: #0079C0;
  font-family: futura-pt, sans-serif;
  font-size: 28px;
  letter-spacing: 0;
  line-height: 1.2;
  text-transform: uppercase;
}

.copy-heading {
  color: #0079C0;
  font-family: futura-pt, sans-serif;
  font-size: 24px;
  font-weight: 500;
  letter-spacing: 0;
  line-height: 1.5;
}

.copy {
  color: #0A0203;
  font-family: futura-pt, sans-serif;
  font-size: 18px;
  font-weight: 400;
  letter-spacing: 0;
  line-height: 17px;
}

.s-one {
  margin-top: 72px;
}
.s-one .section-one {
  position: relative;
}
.s-one img {
  width: 100%;
}
.s-one .banner-text {
  position: absolute;
  top: 0;
  bottom: 0;
  left: 50%;
  max-width: 560px;
  width: 50%;
  height: 100%;
  display: flex;
  align-items: center;
  padding-right: 75px;
}
.s-one .banner-text .size-1 {
  font-family: futura-pt, sans-serif;
  font-size: 52px;
  line-height: 63px;
  color: #0079C0;
}
.s-one .banner-text .size-1 p {
  display: block;
  margin-top: 15px;
  font-size: 18px;
  line-height: 1.5;
  color: #231f20;
}
.s-one .banner-disclosure {
  position: absolute;
  bottom: calc(50px + 3%);
  left: 0px;
  color: #231f20;
  width: 50%;
  left: 50%;
}
@media screen and (max-width: 1800px) {
  .s-one .banner-disclosure {
    bottom: 50px;
  }
}
@media screen and (max-width: 1440px) {
  .s-one .banner-disclosure {
    bottom: 40px;
  }
}
@media screen and (max-width: 992px) {
  .s-one .banner-text .size-1 {
    font-size: 40px;
    line-height: 45px;
  }
  .s-one .banner-disclosure {
    bottom: 30px;
  }
}
@media screen and (max-width: 768px) {
  .s-one .banner-text {
    padding-right: 0;
  }
  .s-one .banner-text .size-1 {
    font-size: 30px;
    line-height: 35px;
  }
  .s-one .banner-disclosure {
    bottom: 20px;
    left: 15px;
    font-size: 12px;
    left: 50%;
    max-width: 560px;
  }
}
@media screen and (max-width: 568px) {
  .s-one .banner-text .size-1 {
    font-size: 20px;
    line-height: 25px;
  }
}

.s-one {
  position: relative;
}

.find-button {
  width: max-content;
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  z-index: 20;
  height: max-content;
  writing-mode: vertical-rl;
  text-orientation: mixed;
  display: block;
  margin: auto;
}
.find-button .find-button-text {
  color: #FFFFFF;
  font-family: futura-pt, sans-serif;
  font-size: 19px;
  font-weight: 500;
  letter-spacing: 0;
  line-height: 21px;
  text-align: center;
  cursor: pointer;
  background: #0080BF;
  padding: 30px 12px;
}

.section-two {
  margin: 84px 0 0;
  padding: 0 10.75em;
}
.section-two .section-heading {
  margin-bottom: 80px;
}
.section-two h2 {
  font-size: 42px;
  line-height: 42px;
  font-family: futura-pt, sans-serif;
  text-transform: uppercase;
}
.section-two h2 sup {
  font-size: 15px;
  top: -1.05em;
}
.section-two .row {
  justify-content: space-between;
}
.section-two .columns {
  max-width: 45%;
  width: 100%;
  padding: 0 15px;
}
.section-two .columns .content {
  margin-bottom: 100px;
}
.section-two .columns:last-child .content, .section-two .columns:nth-child(3) .content {
  margin-bottom: 0;
}
.section-two .content p {
  color: #0A0203;
  font-family: futura-pt, sans-serif;
  font-size: 18px;
  letter-spacing: 0;
}
.section-two .content strong {
  font-family: futura-pt, sans-serif;
}
.section-two .icons {
  display: flex;
  justify-content: space-between;
}
.section-two .icons .icon-wrapper {
  margin: 0 15px;
  min-width: 140px;
}
.section-two .icons .icon-wrapper .icon {
  border: 1px solid #231f20;
  width: 110px;
  height: 110px;
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  margin-bottom: 20px;
  margin-left: auto;
  margin-right: auto;
  overflow: hidden;
}
.section-two .icons .icon-wrapper p {
  text-align: center;
  font-size: 18px;
  line-height: 15px;
  text-transform: uppercase;
  font-weight: 600;
}
.section-two.one-block .columns {
  max-width: 100%;
}
.section-two.one-block .columns .content {
  max-width: 800px;
}

.foot-note {
  font-size: 18px;
  line-height: 15px;
  color: #231f20;
  margin-bottom: 100px;
  margin-top: 50px;
}

@media screen and (max-width: 1200px) {
  .section-two {
    padding: 0;
  }
}
@media screen and (max-width: 992px) {
  .foot-note {
    margin-bottom: 0;
    margin-left: -15px;
  }
}
@media screen and (max-width: 768px) {
  .section-two .columns:nth-child(3) .content {
    margin-bottom: 50px;
  }
}
.section-three .col-md-5 {
  background: #F7F7F7;
}
.section-three .locator {
  width: 100%;
  text-align: center;
  background: #231f20;
  padding: 50px 0 65px;
}
.section-three .locator .section-heading {
  color: white;
  margin-bottom: 40px;
  display: flex;
  align-items: center;
  justify-content: center;
  text-transform: uppercase;
}
.section-three .locator .section-heading img {
  height: 39px;
  margin-right: 20px;
}
.section-three .locator .search-input {
  display: flex;
  justify-content: center;
  align-items: center;
}
.section-three .locator .search-input input {
  margin-right: 20px;
}
.section-three .locator .search-input .radius-select {
  display: none;
  align-items: center;
  position: relative;
}
.section-three .locator .search-input .radius-select:after {
  content: "\e5cf";
  font-family: Material Icons;
  font-size: 20px;
  position: absolute;
  top: 0;
  right: 5px;
  height: 100%;
  display: flex;
  align-items: center;
  color: #212834;
}
.section-three .locator .search-input .radius-select p {
  color: #FFFFFF;
  font-family: futura-pt, sans-serif;
  font-size: 17px;
  letter-spacing: 0;
  line-height: 20px;
  margin-right: 10px;
}
.section-three .locator .search-input select {
  padding: 10px;
  appearance: none;
  padding-right: 20px;
}
.section-three .locator .search-input input,
.section-three .locator .search-input select {
  height: 45px;
  max-width: 385px;
  width: 100%;
  color: #0A0203;
  font-family: futura-pt, sans-serif;
  font-size: 17px;
  letter-spacing: 0;
  line-height: 20px;
  text-align: center;
}
.section-three .locator .search-input input::placeholder,
.section-three .locator .search-input select::placeholder {
  opacity: 0.6;
}
.section-three #map-canvas {
  width: 100%;
  height: 100%;
  min-height: 500px;
}
.section-three .storelocator-panel {
  background: white;
}
.section-three .storelocator-panel .scrollable {
  height: 100%;
}
.section-three .storelocator-panel .store {
  border-bottom: 1px solid rgba(0, 121, 192, 0.1);
}
.section-three .storelocator-panel .title {
  color: #212834;
  font-size: 20px;
  font-weight: bold;
  letter-spacing: 0;
  line-height: 23px;
  padding-bottom: 15px;
  padding-left: 25px;
  border-bottom: 2px solid rgba(128, 129, 132, 0.3);
  margin-bottom: 20px;
  padding-top: 35px;
  position: relative;
  display: flex;
  align-items: center;
}
.section-three .storelocator-panel .title:before {
  content: "";
  position: absolute;
  top: 20px;
  left: 24px;
  width: 15px;
  height: 15px;
  background: url("map-locator-icon.svg");
  background-size: contain;
  background-repeat: no-repeat;
}
.section-three .storelocator-panel .title:after {
  content: "\e5cc";
  position: relative;
  font-family: Material Icons;
  font-size: 20px;
  top: 3px;
  right: -5px;
  height: 100%;
  display: flex;
  align-items: center;
  color: #212834;
}
.section-three .storelocator-panel .no-stores {
  padding: 20px 0 20px 25px !important;
  color: #231f20;
  font-size: 17px;
  font-family: futura-pt, sans-serif;
  letter-spacing: 0;
  line-height: 20px;
  display: none;
}
.section-three .storelocator-panel .address {
  color: #231f20;
  padding-left: 25px;
  font-weight: futura-pt, sans-serif;
  font-size: 17px;
  letter-spacing: 0;
  line-height: 20px;
  padding-bottom: 30px;
}

.professional-info {
  background: #EEEEEE;
}

.section-four {
  padding: 118px 0;
}
.section-four h2 {
  margin-bottom: 20px;
  color: #0079C0;
}
.section-four .bold {
  font-family: futura-pt, sans-serif;
  margin-bottom: 30px;
}
.section-four p {
  margin-bottom: 20px;
}
.section-four p:last-child {
  margin-bottom: 0;
}
.section-four sup {
  font-size: 9pt;
}

.fixed-info {
  position: fixed;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 80px;
  background: #231f20;
  z-index: 89;
  display: flex;
  align-items: center;
  justify-content: center;
  cursor: pointer;
}
.fixed-info p {
  color: white;
  font-size: 20px;
  letter-spacing: 0;
  line-height: 22px;
  text-align: center;
}
.fixed-info p sup {
  font-size: 12px;
  top: -0.75em;
}

.section-one-contact {
  padding-bottom: 65px;
}
.section-one-contact .col-lg-5 {
  margin-top: 0px;
}
.section-one-contact img {
  margin-top: 70px;
  width: 100%;
}
.section-one-contact .grey {
  color: #231f20;
}
.section-one-contact ul {
  margin-top: 35px;
}
.section-one-contact ul li {
  margin-bottom: 15px;
  color: #231f20;
  font-family: futura-pt, sans-serif;
  font-size: 20px;
  letter-spacing: 0;
  line-height: 20px;
}
.section-one-contact ul li strong {
  font-family: futura-pt, sans-serif;
}

.bg-grey {
  background: #F7F7F7;
}

.section-one-privacy,
.section-one-terms {
  padding-top: 100px;
  padding-bottom: 70px;
}
.section-one-privacy .section-heading,
.section-one-terms .section-heading {
  color: #0079C0;
  font-size: 28px;
  letter-spacing: 0;
  line-height: 20px;
  margin-bottom: 40px;
}
.section-one-privacy h2,
.section-one-terms h2 {
  color: #231f20;
  font-family: futura-pt, sans-serif;
  font-size: 17px;
  letter-spacing: 0;
  line-height: 20px;
  text-transform: uppercase;
  padding-bottom: 20px;
}
.section-one-privacy p,
.section-one-terms p {
  color: #231f20;
  font-family: futura-pt, sans-serif;
  font-size: 17px;
  letter-spacing: 0;
  line-height: 20px;
  text-align: justify;
  padding-bottom: 30px;
}
.section-one-privacy p a,
.section-one-terms p a {
  text-decoration: underline;
}
.section-one-privacy ul,
.section-one-terms ul {
  list-style: disc;
  padding-left: 20px;
  margin-bottom: 30px;
}
.section-one-privacy ul li,
.section-one-terms ul li {
  color: #231f20;
  font-family: futura-pt, sans-serif;
  font-size: 17px;
  letter-spacing: 0;
  line-height: 20px;
  margin-bottom: 2.5px;
}
.section-one-privacy table,
.section-one-terms table {
  margin-bottom: 20px;
}
.section-one-privacy table tr td,
.section-one-privacy table tr th,
.section-one-terms table tr td,
.section-one-terms table tr th {
  color: #231f20;
  font-family: futura-pt, sans-serif;
  font-size: 17px;
  letter-spacing: 0;
  line-height: 20px;
  margin-bottom: 2.5px;
  border: 1px solid #231f20;
  padding: 5px;
}
.section-one-privacy table tr td,
.section-one-terms table tr td {
  vertical-align: top;
}
.section-one-privacy table tr td p,
.section-one-terms table tr td p {
  padding-bottom: 0;
  text-align: left;
}
.section-one-privacy table tr td p:not(:last-child),
.section-one-terms table tr td p:not(:last-child) {
  padding-bottom: 1rem;
}
.section-one-privacy table tr th,
.section-one-terms table tr th {
  font-family: futura-pt, sans-serif;
}
@media screen and (max-width: 768px) {
  .section-one-privacy .row > .content,
  .section-one-terms .row > .content {
    max-width: 100%;
  }
  .section-one-privacy .row > .content table,
  .section-one-terms .row > .content table {
    display: block;
    overflow-x: auto;
    width: auto;
  }
}

.mobile-nav {
  display: none;
}

@media screen and (max-width: 1200px) {
  .section-three .locator {
    padding-left: 15px;
    padding-right: 15px;
  }
  .section-four {
    padding-left: 15px;
    padding-right: 15px;
  }
}
@media screen and (max-width: 1024px) {
  .section-two {
    padding: 0 15px;
  }
}
@media screen and (max-width: 991px) {
  header nav .nav-center {
    padding: 30px 0;
  }
  header nav .nav-center a {
    justify-content: flex-start;
    margin-left: unset;
    margin-right: unset;
    max-width: 200px;
  }
  header nav .nav-center a img {
    max-width: 200px;
  }
  header .hamburger-menu {
    position: absolute;
    display: block;
    right: 30px;
    top: 40px;
    pointer-events: all;
    width: 40px;
    height: 45px;
    -webkit-transform: rotate(0deg);
    -moz-transform: rotate(0deg);
    -o-transform: rotate(0deg);
    transform: rotate(0deg);
    -webkit-transition: 0.5s ease-in-out;
    -moz-transition: 0.5s ease-in-out;
    -o-transition: 0.5s ease-in-out;
    transition: 0.5s ease-in-out;
    cursor: pointer;
    /* Icon 3 */
  }
  header .hamburger-menu div {
    display: block;
    position: absolute;
    height: 2px;
    width: 100%;
    background: #0079C0;
    opacity: 1;
    left: 0;
    -webkit-transform: rotate(0deg);
    -moz-transform: rotate(0deg);
    -o-transform: rotate(0deg);
    transform: rotate(0deg);
    -webkit-transition: 0.25s ease-in-out;
    -moz-transition: 0.25s ease-in-out;
    -o-transition: 0.25s ease-in-out;
    transition: 0.25s ease-in-out;
  }
  header .hamburger-menu div:nth-child(1) {
    top: 0;
  }
  header .hamburger-menu div:nth-child(2),
  header .hamburger-menu div:nth-child(3) {
    top: 10px;
  }
  header .hamburger-menu div:nth-child(4) {
    top: 20px;
  }
  header .hamburger-menu.open div:nth-child(1) {
    top: 10px;
    width: 0;
    left: 50%;
  }
  header .hamburger-menu.open div:nth-child(2) {
    -webkit-transform: rotate(45deg);
    -moz-transform: rotate(45deg);
    -o-transform: rotate(45deg);
    transform: rotate(45deg);
  }
  header .hamburger-menu.open div:nth-child(3) {
    -webkit-transform: rotate(-45deg);
    -moz-transform: rotate(-45deg);
    -o-transform: rotate(-45deg);
    transform: rotate(-45deg);
  }
  header .hamburger-menu.open div:nth-child(4) {
    top: 10px;
    width: 0;
    left: 50%;
  }
  header .nav-bottom {
    display: none;
  }
  header .mobile-nav {
    display: block;
    position: absolute;
    top: 95px;
    left: 0;
    width: 100%;
    height: 100vh;
    background: white;
    z-index: 999999;
    transform: translateX(100%);
    transition: 0.35s ease-in-out;
  }
  header .mobile-nav.open {
    transform: translateX(0%);
    transition: 0.35s ease-in-out;
  }
  header .mobile-nav ul li {
    color: #0A0203;
    font-family: futura-pt, sans-serif;
    font-size: 20px;
    letter-spacing: 0;
    line-height: 23px;
    padding: 0 15px;
    cursor: pointer;
    position: relative;
    margin: 15px 0;
  }
  header .mobile-nav ul li.active {
    color: #0079C0;
    font-family: futura-pt, sans-serif;
  }
  footer {
    padding: 50px 0;
  }
  footer .col-md-5,
  footer .col-md-7 {
    margin: auto;
  }
  footer .footer-logos {
    justify-content: center;
  }
  footer .footer-links {
    text-align: center;
  }
  footer .footer-links ul li {
    text-align: center;
    font-size: 15px;
  }
  footer .footer-links .social-links {
    width: auto;
    display: flex;
  }
  footer .footer-links .social-links li {
    margin: 10px;
  }
  .s-one {
    margin-top: 0;
  }
  .section-one {
    margin-top: 5px;
  }
  .s-two {
    margin-top: 50px;
  }
  .section-three .locator .section-heading {
    color: white;
    margin-bottom: 40px;
    font-size: 24px;
  }
  .section-four {
    padding: 50px 15px;
  }
  .section-four p:last-child {
    margin-bottom: 0;
  }
  .section-one-contact {
    padding-bottom: 50px;
  }
  .section-one-contact .col-lg-5 {
    margin-top: 50px;
  }
  .section-one-contact img {
    margin-top: 50px;
  }
  .section-one-contact ul li:last-child {
    margin-bottom: 0;
  }
  .section-one-privacy,
  .section-one-terms {
    padding-top: 50px;
    padding-bottom: 50px;
  }
  .section-two {
    margin: 50px 0;
    padding: 0 15px;
  }
  .section-two .columns {
    padding: 0;
  }
  .section-two .columns .content {
    margin-bottom: 50px;
  }
  .section-two .section-heading {
    margin: 0 -15px 30px;
  }
  .section-two .icons {
    justify-content: space-between;
  }
  .section-two .icons .icon-wrapper {
    margin: 0;
    width: 33.333%;
  }
  .section-two .icons .icon-wrapper p {
    padding: 0 20px;
  }
  .section-two .icons .icon-wrapper .icon {
    width: 90px;
    height: 90px;
  }
  .section-two .icons .icon-wrapper .icon img {
    width: 50px;
  }
  .section-two.one-block .icons {
    justify-content: left;
  }
}
@media screen and (max-width: 768px) {
  .s-one {
    padding: 0;
  }
  .section-two .columns {
    max-width: unset;
  }
  .section-two .section-title {
    margin-bottom: 20px;
  }
  .section-two .icons .icon-wrapper {
    width: min-content;
  }
  .section-two .icons .icon-wrapper p {
    padding: 0;
  }
  .find-button {
    position: relative;
    writing-mode: unset;
    width: 100%;
  }
}
.desktop {
  display: block;
}

.mobile {
  display: none;
}

@media screen and (max-width: 576px) {
  .desktop {
    display: none;
  }
  .mobile {
    display: block;
  }
  .home-slider img {
    object-fit: cover;
  }
  header nav .nav-center a {
    max-width: 150px;
  }
  header nav .nav-center a img {
    max-width: 150px;
  }
  header .hamburger-menu {
    right: 15px;
  }
  footer .footer-logos img {
    width: 200px;
  }
  .s-find .search-icon {
    left: 10px;
    width: 20px;
  }
  .section-two .col-lg-5 .content {
    margin-bottom: 50px;
  }
  .section-two .icons .icon-wrapper .icon {
    width: 80px;
    height: 80px;
  }
  .section-two .icons .icon-wrapper .icon img {
    width: 40px;
    height: auto;
  }
}
.text-container {
  max-width: 1100px;
}

.three-icons {
  padding: 75px 0 85px;
}
.three-icons .title h2 {
  text-align: center;
  font-style: normal;
  font-size: 32px;
  line-height: 37px;
  color: #231f20;
  text-transform: uppercase;
}
.three-icons .home-icons {
  display: flex;
  justify-content: space-between;
  margin-top: 48px;
  padding: 0 100px;
}
.three-icons .home-icons .icon {
  max-width: 200px;
  width: 100%;
  height: 178px;
  background: #FFFFFF;
  border-radius: 50%;
  display: flex;
  justify-content: center;
  align-items: center;
}
.three-icons .home-icons .icon img {
  width: 100%;
  max-width: 185px;
}
.three-icons .icons {
  display: flex;
  justify-content: space-between;
  padding: 0 100px;
}
.three-icons .icons .icon-wrapper {
  text-align: center;
  width: 100%;
}
.three-icons .icons .icon {
  max-width: 200px;
  width: 100%;
  height: 120px;
  background: #FFFFFF;
  border: 2.5px solid #0079C0;
  border-radius: 50%;
  display: flex;
  justify-content: center;
  align-items: center;
  margin: auto;
}
.three-icons .icons .icon img {
  width: 100%;
  max-width: 70px;
}
.three-icons .icons p {
  font-family: futura-pt, sans-serif;
  font-style: normal;
  font-size: 18px;
  font-weight: 500;
  line-height: 25px;
  color: #0079C0;
  margin-top: 32px;
}
@media screen and (max-width: 768px) {
  .three-icons .home-icons {
    padding: 0 30px;
  }
  .three-icons .home-icons .icon {
    max-width: 140px;
    height: 140px;
  }
  .three-icons .home-icons .icon img {
    width: 100%;
    max-width: 100px;
  }
  .three-icons .icons {
    padding: 0 30px;
  }
  .three-icons .icons .icon {
    max-width: 140px;
    height: 140px;
  }
  .three-icons .icons .icon img {
    width: 100%;
    max-width: 75px;
  }
}
@media screen and (max-width: 576px) {
  .three-icons .home-icons {
    padding: 0 15px;
  }
  .three-icons .home-icons .icon {
    max-width: 100px;
    height: 100px;
  }
  .three-icons .home-icons .icon img {
    width: 100%;
    max-width: 80px;
  }
  .three-icons .icons {
    padding: 0 15px;
    flex-wrap: wrap;
  }
  .three-icons .icons .icon-wrapper {
    margin-bottom: 30px;
  }
  .three-icons .icons .icon-wrapper:last-child {
    margin-bottom: 0;
  }
  .three-icons .icons .icon {
    max-width: 100px;
    height: 100px;
  }
  .three-icons .icons .icon img {
    width: 100%;
    max-width: 50px;
  }
  .three-icons .icons p {
    margin-top: 20px;
  }
}

@media screen and (max-width: 991px) {
  .three-icons {
    padding: 50px 0;
  }
}
body:not(.Home) .three-icons {
  background: #231f20;
}
body:not(.Home) .three-icons .icons .icon {
  background: transparent;
  border: none;
  height: auto;
}
body:not(.Home) .three-icons .icons p {
  color: #fff;
}

.page-title {
  font-family: futura-pt, sans-serif;
  font-style: normal;
  font-weight: normal;
  font-size: 42px;
  line-height: 42px;
  color: #0079C0;
  margin-bottom: 45px;
  text-transform: uppercase;
}

.page-subtitle {
  font-family: futura-pt, sans-serif;
  font-size: 18px;
  line-height: 1.2;
  color: #231f20;
  margin-bottom: 90px;
}

@media screen and (max-width: 991px) {
  .page-subtitle {
    margin-bottom: 50px;
  }
}
.section-title {
  color: #0079C0;
  font-family: futura-pt, sans-serif;
  font-size: 24px;
  font-weight: 500;
  letter-spacing: 0;
  line-height: 1.5;
  margin-bottom: 20px;
  position: relative;
  text-transform: uppercase;
  /*&:before {
    content: '';
    position: absolute;
    left: 0;
    top: 0;
    bottom: 0;
    display: block;
    margin: auto;
    height: 12px;
    width: 12px;
    border: 2px solid #0079C0;
    border-radius: 50%;
  }*/
}

.section-content {
  font-family: futura-pt, sans-serif;
  font-size: 18px;
  line-height: 1.5;
  color: #231f20;
}

.header-bottom {
  margin: 50px 0 90px;
}
.header-bottom .line {
  background: #231f20;
  height: 2px;
  width: 100%;
}

.how-it-works {
  padding-bottom: 125px;
}
.how-it-works .left-image {
  max-height: 100%;
  overflow: hidden;
}
.how-it-works .left-image img {
  width: 100%;
  object-fit: cover;
  max-height: 70em;
}
.how-it-works .video {
  padding: 0 0 0 80px;
  margin-bottom: 90px;
}
.how-it-works .video:last-child {
  margin-bottom: 0;
}
.how-it-works .video .vid {
  position: relative;
  cursor: pointer;
}
.how-it-works .video .vid img {
  width: 100%;
}
.how-it-works .video .vid .play-icon {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  background: #0079C0;
  border-radius: 50%;
}
.how-it-works .video .vid .play-icon img {
  max-width: 110px;
  width: 100%;
  height: auto;
}
.how-it-works .video .vid-content .section-title {
  margin: 45px 0 30px;
}

@media screen and (max-width: 991px) {
  .header-bottom {
    margin: 0 0 50px 0;
  }
  .how-it-works {
    padding-bottom: 50px;
  }
  .how-it-works .left-image {
    margin-bottom: 50px;
    max-height: 700px;
    overflow: hidden;
  }
  .how-it-works .left-image img {
    width: 100%;
    object-fit: cover;
    max-height: 700px;
  }
  .how-it-works .video {
    margin-bottom: 50px;
    padding-left: 0;
  }
}
@media screen and (max-width: 768px) {
  .how-it-works .left-image img {
    max-height: 500px;
  }
  .how-it-works .video {
    padding: 0 15px;
  }
}
.video-popup {
  position: fixed;
  top: 0;
  left: 0;
  height: 100%;
  width: 100%;
  background: rgba(0, 0, 0, 0.75);
  display: flex;
  align-items: center;
  justify-content: center;
  z-index: 999;
  opacity: 0;
  pointer-events: none;
  transition: 0.25s ease;
}
.video-popup.active {
  opacity: 1;
  pointer-events: all;
  transition: 0.25s ease;
}
.video-popup .video {
  width: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
  position: relative;
}
.video-popup .video .close-button {
  position: absolute;
  top: -50px;
  right: 20px;
  cursor: pointer;
}
.video-popup .video .close-button span {
  color: white;
  font-size: 40px;
}
.video-popup .video video {
  outline: none;
  border: none;
  max-width: 1100px;
  width: 100%;
  height: 600px;
}

@media screen and (max-width: 768px) {
  .video-popup .video video {
    height: 500px;
  }
}
@media screen and (max-width: 576px) {
  .video-popup .video video {
    height: 300px;
  }
}
.b-and-f {
  padding-bottom: 30px;
}
.b-and-f .block {
  margin-bottom: 55px;
}
.b-and-f .b-and-f-text {
  font-family: futura-pt, sans-serif;
  font-size: 18px;
  line-height: 20px;
  color: #828282;
  margin-top: 15px;
  text-align: center;
  color: #0079C0;
}
.b-and-f .b-and-f-copy {
  font-family: futura-pt, sans-serif;
  font-size: 16px;
  line-height: 1.2;
  color: #231f20;
  padding-left: 15px;
  display: flex;
  height: 100%;
  align-items: center;
  margin-top: -15px;
}

@media screen and (max-width: 991px) {
  .b-and-f .block {
    margin-bottom: 20px;
  }
  .b-and-f .block:last-child .b-and-f-copy {
    margin-bottom: 0;
  }
  .b-and-f .b-and-f-copy {
    margin-top: 15px;
    margin-bottom: 30px;
    padding-left: 0;
  }
}
@media screen and (max-width: 991px) {
  .b-and-f .b-and-f-text {
    margin-top: 20px;
  }
}
.faq-page {
  padding-bottom: 125px;
  position: relative;
  overflow: hidden;
  display: flex;
  z-index: 0;
  /*  .container {
      max-width: 750px;
      margin-left: auto;
      margin-right: unset;
      float: left;
    }*/
}
.faq-page .faq {
  padding-right: 40px;
}
.faq-page .faq .question {
  margin-top: 45px;
  cursor: pointer;
  display: flex;
  align-items: flex-start;
  position: relative;
}
.faq-page .faq .question:first-child {
  margin-top: 0;
}
.faq-page .faq .question.is-open img {
  transform: rotate(180deg);
  transition: 0.25s ease;
}
.faq-page .faq .question h4 {
  font-family: futura-pt, sans-serif;
  font-style: normal;
  font-weight: 600;
  font-size: 22px;
  line-height: 22px;
  color: #231f20;
  position: relative;
  padding-left: 30px;
  text-transform: uppercase;
}
.faq-page .faq .question h4:before {
  content: "";
  position: absolute;
  left: 0;
  top: 0;
  bottom: 0;
  height: 12px;
  width: 12px;
  border: 2px solid #0079C0;
  border-radius: 50%;
  display: block;
  margin: auto;
  pointer-events: none;
  visibility: hidden;
}
.faq-page .faq .question img {
  width: 15px;
  margin-left: 20px;
  transition: 0.25s ease;
  padding-top: 5px;
  position: absolute;
  left: -21px;
  top: 2px;
  z-index: 999;
}
.faq-page .faq .answer {
  max-height: 0;
  overflow: hidden;
  transition: max-height 0.2s ease-in-out;
  padding-left: 30px;
}
.faq-page .faq .answer p {
  font-family: futura-pt, sans-serif;
  font-size: 18px;
  line-height: 1.5;
  color: #231f20;
  margin-top: 15px;
}
.faq-page .half-screen-img {
  left: auto;
  right: 0;
}
.faq-page .right-image {
  max-height: 100%;
  max-width: 700px;
  width: 100%;
  overflow: hidden;
}
.faq-page .right-image img {
  width: 100%;
  object-fit: cover;
  max-height: 70em;
}
@media screen and (max-width: 992px) {
  .faq-page {
    position: relative;
  }
  .faq-page .half-screen-img {
    margin-top: 60px;
  }
}

@media screen and (max-width: 991px) {
  .faq-page {
    padding-bottom: 50px;
    flex-wrap: wrap;
  }
  .faq-page .container {
    max-width: unset;
  }
  .faq-page .right-image-wrapper {
    margin-top: 50px;
    margin-left: auto;
    margin-right: auto;
  }
  .faq-page .right-image {
    margin-bottom: 0;
    max-height: 700px;
    overflow: hidden;
  }
  .faq-page .right-image img {
    width: 100%;
    object-fit: cover;
    max-height: 700px;
  }
}
@media screen and (max-width: 768px) {
  .faq-page .right-image img {
    max-height: unset;
  }
}
@media screen and (max-width: 576px) {
  .faq-page .faq {
    padding-right: 0;
  }
  .faq-page .faq .question {
    width: 100%;
    justify-content: space-between;
  }
  .faq-page .faq .question h4 {
    font-size: 20px;
    line-height: 20px;
  }
}
.media-page .row {
  justify-content: space-between;
}
.media-page .item-block {
  max-width: 535px;
  width: 50%;
  margin-bottom: 95px;
  padding: 0 15px;
}
.media-page .item-block .media-logo {
  height: 100px;
  margin-bottom: 20px;
  display: flex;
}
.media-page .item-block .media-logo img {
  max-width: 150px;
  max-height: 75px;
}
.media-page .item-block:nth-child(n+5) {
  display: none;
}
.media-page .item-block .image-wrapper img {
  width: 100%;
  height: auto;
}
.media-page .item-block .media-content {
  max-width: 470px;
  margin: auto;
}
.media-page .item-block .media-content .media-title {
  margin-top: 40px;
}
.media-page .item-block .media-content .media-summary p {
  font-family: futura-pt, sans-serif;
  font-size: 18px;
  line-height: 1.5;
  color: #231f20;
  margin-top: 20px;
}
.media-page .read-more-articles {
  margin-bottom: 95px;
  display: flex;
  justify-content: center;
}
.media-page .read-more-articles .read-more {
  cursor: pointer;
}
.media-page .read-more-articles .read-more p {
  text-align: center;
  font-family: futura-pt, sans-serif;
  font-style: normal;
  font-size: 28px;
  line-height: 29px;
  color: #231f20;
  width: max-content;
  text-transform: uppercase;
  font-weight: 700;
}
.media-page .read-more-articles .read-more img {
  height: 14px;
  margin-left: 20px;
}
@media screen and (max-width: 991px) {
  .media-page .read-more-articles {
    margin-bottom: 50px;
  }
}

@media screen and (max-width: 768px) {
  .media-page .item-block {
    margin-bottom: 50px;
  }
  .media-page .item-block .media-content .media-title {
    font-size: 18px;
    line-height: 18px;
    margin-top: 20px;
  }
  .media-page .item-block .media-content .media-summary {
    font-size: 14px;
    line-height: 17px;
    margin-top: 15px;
  }
}
@media screen and (max-width: 600px) {
  .media-page .item-block {
    width: 100%;
    max-width: unset;
  }
  .media-page .item-block .image-wrapper {
    overflow: hidden;
    max-height: 350px;
  }
  .media-page .item-block .image-wrapper img {
    object-fit: cover;
    object-position: center;
  }
}
#map-container {
  width: 100%;
  height: 100%;
  position: relative;
  box-sizing: border-box;
  margin: 85px 0;
  display: flex;
  justify-content: center;
}

#map-container button {
  background: none;
  color: inherit;
  border: none;
  padding: 0;
  font: inherit;
  font-size: inherit;
  cursor: pointer;
}

#map {
  height: 100%;
  min-height: 465px;
}

#active-city {
  padding-left: 20px;
}
@media screen and (max-width: 992px) {
  #active-city {
    margin-top: 50px;
  }
}

#locations-panel {
  overflow-y: auto;
  overflow-x: hidden;
  padding: 0;
  box-sizing: border-box;
  max-height: 465px;
}
#locations-panel::-webkit-scrollbar {
  width: 12px;
  background-color: #F7F7F7;
}
#locations-panel::-webkit-scrollbar-thumb {
  border-radius: 10px;
  background: grey;
}
#locations-panel::-webkit-scrollbar-track {
  background-color: #F7F7F7;
}

@media only screen and (max-width: 991px) {
  #map-container {
    flex-wrap: wrap;
    margin: 0 0 50px;
  }
}
@media only screen and (max-width: 786px) {
  #map {
    left: 0;
    bottom: 0;
  }
  #locations-panel {
    top: 0;
    right: 0;
    width: unset;
  }
}
#locations-panel-list > header {
  padding: 1.4em 1.4em 0;
}

#locations-panel-list h1.search-title {
  font-size: 1em;
  font-weight: 500;
  margin: 0;
}

#locations-panel-list h1.search-title > img {
  vertical-align: bottom;
  margin-top: -1em;
}

#locations-panel-list .search-input {
  width: 100%;
  margin-top: 0.8em;
  position: relative;
}

#locations-panel-list .search-input input {
  width: 100%;
  border: 1px solid rgba(0, 0, 0, 0.2);
  border-radius: 0.3em;
  height: 2.2em;
  box-sizing: border-box;
  font-size: 1em;
}

#locations-panel-list .search-input-overlay {
  position: absolute;
}

#locations-panel-list .search-input-overlay.search {
  right: 2px;
  top: 2px;
  bottom: 2px;
  width: 2.4em;
}

#locations-panel-list .search-input-overlay.search button {
  width: 100%;
  height: 100%;
  border-radius: 0.2em;
  color: black;
  background: transparent;
}

#locations-panel-list .search-input-overlay.search .icon {
  margin-top: 0.05em;
  vertical-align: top;
}

#locations-panel-list .section-name {
  font-weight: 500;
  font-size: 0.9em;
  margin: 1.8em 0 1em 1.5em;
}

#locations-panel-list .location-result {
  position: relative;
  cursor: pointer;
}

#check_location {
  margin-left: 20px;
  height: 45px;
  max-width: 385px;
  width: 100%;
  color: #0A0203;
  font-size: 17px;
  letter-spacing: 0;
  line-height: 20px;
  text-align: center;
  outline: none;
  border: none;
  background: white;
}

#map-location {
  background: #EEEEEE;
}

#map-container .scrollable {
  height: 100%;
}
#map-container .store {
  border-bottom: 1px solid rgba(0, 121, 192, 0.1);
}
#map-container .title {
  color: #0079C0;
  font-size: 18px;
  font-weight: 600;
  letter-spacing: 0;
  line-height: 23px;
  padding-bottom: 15px;
  padding-left: 25px;
  border-bottom: 2px solid rgba(128, 129, 132, 0.3);
  margin-bottom: 20px;
  padding-top: 35px;
  position: relative;
  display: flex;
  align-items: center;
  text-transform: uppercase;
  display: none;
  /*&:before {
    content: "";
    position: absolute;
    top: 20px;
    left: 24px;
    width: 15px;
    height: 15px;
    background: url("map-locator-icon.svg");
    background-size: contain;
    background-repeat: no-repeat;
  }*/
}
#map-container .title:after {
  content: "\e5cc";
  position: relative;
  font-family: Material Icons;
  font-size: 20px;
  top: 2px;
  right: -5px;
  height: 100%;
  display: flex;
  align-items: center;
  color: #0079C0;
}
#map-container [data-first=is-first] .title {
  display: flex;
}
#map-container .no-stores {
  padding: 20px 0 20px 25px !important;
  color: #231f20;
  font-size: 17px;
  font-family: futura-pt, sans-serif;
  letter-spacing: 0;
  line-height: 20px;
  display: none;
}
#map-container .address {
  padding-bottom: 30px;
}
#map-container .address .name {
  font-weight: 600;
}
#map-container .address h2 {
  font-weight: 600;
}
#map-container .address a,
#map-container .address h2,
#map-container .address p {
  color: #231f20;
  padding-left: 0;
  margin-left: 25px;
  font-family: futura-pt, sans-serif;
  letter-spacing: 0;
  line-height: 16px;
  margin-bottom: 10px;
  text-align: left;
}
#map-container .address a {
  margin-left: 0;
}

input:focus,
select:focus {
  outline: none;
}

.ba-slider {
  position: relative;
  overflow: hidden;
}

.ba-slider img {
  width: 100%;
  display: block;
}

.resize {
  position: absolute;
  top: 0;
  left: 0;
  height: 100%;
  width: 90%;
  overflow: hidden;
}

.handle {
  /* Thin line seperator */
  position: absolute;
  right: 10%;
  top: 0;
  bottom: 0;
  width: 4px;
  margin-left: -2px;
  background: white;
  cursor: pointer;
}
.handle .circle {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  height: 60px;
  width: 60px;
  border: 3px solid white;
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 50%;
}
.handle .circle span {
  color: white;
}
.handle .circle span.before {
  transform: rotate(180deg);
  transform-origin: center;
}

@media screen and (max-width: 768px) {
  .check_location #check_location {
    margin-left: 0;
  }
  #search_radius,
  .check_location {
    margin: 0 10px;
  }
  .section-three .locator .search-input {
    flex-wrap: wrap;
  }
  .section-three .locator .search-input input {
    max-width: unset;
    margin-right: 0;
    margin-bottom: 20px;
  }
  .section-three .locator .search-input button,
  .section-three .locator .search-input select {
    max-width: unset;
  }
  .handle .circle {
    height: 50px;
    width: 50px;
  }
  .handle .circle span {
    font-size: 20px;
  }
}
.draggable:after {
  width: 48px;
  height: 48px;
  margin: -24px 0 0 -24px;
  line-height: 48px;
  font-size: 30px;
}

.video .foot-note {
  margin: 0;
}

.half-screen-img {
  position: absolute;
  pointer-events: none;
  left: 0;
  top: 0;
  width: 50%;
  overflow: hidden;
  height: 100%;
  max-height: 500px;
}
@media screen and (max-width: 991px) {
  .half-screen-img {
    width: 100%;
    padding-top: 56.5%;
    max-height: 100%;
    position: relative;
  }
}

.space {
  height: 150px;
  display: block;
}

.gap-flid-image {
  padding-top: 90px;
  width: 100%;
  display: block;
}

strong {
  font-weight: 600;
}

.mobile-only {
  display: none;
}

@media screen and (max-width: 768px) {
  .mobile-only {
    display: block;
  }
  .s-one {
    background-color: #F1F3F2;
  }
  .s-one .section-one {
    background-image: unset !important;
    padding-top: 0 !important;
    margin-bottom: 50px;
  }
  .s-one .section-one .banner-text,
  .s-one .section-one .banner-disclosure {
    position: relative;
    top: 0;
    left: 0;
    padding-left: 15px;
    padding-right: 15px;
    max-width: unset;
    width: 100%;
  }
  .s-one .section-one .banner-text {
    margin-top: 25px;
  }
  .s-one .section-one .banner-disclosure {
    margin-top: 40px;
  }
  .how-it-works .video .vid .play-icon img {
    max-width: 65px;
  }
  .fixed-info p {
    padding: 0 15px;
  }
}
/*oslo style overwrite*/
.osano-cm-dialog {
  background-color: #231f20 !important;
  text-align: center;
}
.osano-cm-dialog .osano-cm-message, .osano-cm-dialog a {
  color: #fff !important;
  font-family: futura-pt, sans-serif;
  font-size: 16px;
}

.osano-cm-info-dialog .osano-cm-button {
  font-family: futura-pt, sans-serif;
  background-color: #005eb8 !important;
  border-color: #005eb8 !important;
  color: #fff !important;
}

.osano-cm-info p, .osano-cm-info heading, .osano-cm-info .osano-cm-button {
  font-family: futura-pt, sans-serif;
  font-weight: 400;
  font-size: 16px;
}
.osano-cm-info .osano-cm-label, .osano-cm-info .osano-cm-header {
  font-size: 18px;
}
.osano-cm-info .osano-cm-header {
  font-weight: 600;
  font-size: 20px;
}

.osano-cm-toggle__input:disabled:checked + .osano-cm-toggle__switch, .osano-cm-toggle__input:disabled:checked:focus + .osano-cm-toggle__switch, .osano-cm-toggle__input:disabled:checked:hover + .osano-cm-toggle__switch {
  background-color: #005eb8 !important;
  border-color: #005eb8 !important;
}

.osano-cm-toggle__input:checked + .osano-cm-toggle__switch {
  background-color: #005eb8 !important;
  border-color: #005eb8 !important;
}

/*==alert banner*/
.alert-banner {
  background: #231f20;
  color: #fff;
  font-size: 16px;
  line-height: 30px;
  text-align: right;
}

/*# sourceMappingURL=styles.css.map */
