﻿/* http://meyerweb.com/eric/tools/css/reset/ 
   v2.0 | 20110126
   License: none (public domain)
*/
@import url("https://fonts.googleapis.com/css?family=Poppins:300,400,500,600,700,800");
@import url("https://use.typekit.net/eoz3tkx.css");
html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
b, u, i, center,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td,
article, aside, canvas, details, embed,
figure, figcaption, footer, header, hgroup,
menu, nav, output, ruby, section, summary,
time, mark, audio, video {
  margin: 0;
  padding: 0;
  border: 0;
  font-size: 100%;
  font: inherit;
  vertical-align: baseline;
}

/* HTML5 display-role reset for older browsers */
article, aside, details, figcaption, figure,
footer, header, hgroup, menu, nav, section {
  display: block;
}

body {
  line-height: 1;
}

ol, ul {
  list-style: none;
}

blockquote, q {
  quotes: none;
}

blockquote:before, blockquote:after,
q:before, q:after {
  content: "";
  content: none;
}

table {
  border-collapse: collapse;
  border-spacing: 0;
}

sup {
  font-size: 70%;
}

.font-weight-medium {
  font-weight: 500;
}

.font-benton {
  font-family: "benton-modern-display", serif;
  font-weight: 800;
  font-style: italic;
}

body {
  font-family: Poppins, sans-serif;
  margin: 0 auto;
  width: 100%;
  background-color: #fff;
  min-width: 20rem;
  height: auto;
  overflow-x: hidden;
  /*&.overlay-open {
      overflow: hidden;
  }*/
}

a:focus {
  outline: 2px solid #2e70be;
}

main {
  display: flex;
  margin: auto;
  flex-flow: column;
  max-width: 80rem;
}

h1, h2, h3, h4, h5, h6, p {
  color: #5b6770;
}

h1 {
  font-weight: 700;
  font-size: 36px;
  line-height: 1.11;
}
h1.standard-headline {
  font-size: 3.125rem;
  font-weight: 700;
  margin-bottom: 10px;
  color: #007681;
  text-transform: uppercase;
}
h1.standard-headline.white {
  color: #fff;
}

h2 {
  font-weight: 700;
  font-size: 30px;
  line-height: 1.11;
}
h2.standard-h2 {
  color: #007681;
  font-size: 2.5rem;
  margin-bottom: 20px;
}

h3 {
  font-weight: 700;
  font-size: 24px;
  line-height: 1.25;
}

h4 {
  font-weight: 700;
  font-size: 16px;
  line-height: 1.43;
}

h5 {
  font-weight: 700;
  font-size: 14px;
  line-height: 1.43;
}

p {
  font-weight: 300;
  font-size: 14px;
  line-height: 1.5714285714;
  margin-bottom: 1.6em;
}
p.standard-headline-subcopy {
  font-size: 1.25rem;
  margin-bottom: 0;
  font-weight: 600;
  line-height: 1.875rem;
}
p.standard-headline-subcopy.white {
  color: #fff;
}

hr {
  border: 0;
  margin: 0;
  height: 22px;
  background-color: #fff;
}

input[type=text] {
  font-weight: 300;
  font-size: 16px;
}

input[type=submit] {
  font-weight: 700;
  font-size: 18px;
}

button, input[type=submit] {
  -webkit-appearance: none;
}

.single-input-form {
  display: inline-block;
}
.single-input-form input[type=text] {
  background: 0;
  border: 0;
  outline: 0;
  color: #000 !important;
}
.single-input-form input[type=text]::-moz-placeholder {
  /* Firefox 19+ */
  opacity: 1;
}
.single-input-form input[type=text]:-moz-placeholder {
  /* Firefox 4 - 18 */
  opacity: 1;
}
.single-input-form button {
  border: 0;
  background: 0;
  outline: 0;
  font-family: Poppins;
  font-weight: 700;
  font-size: 18px;
  padding: 0;
  cursor: pointer;
}
.single-input-form button:focus {
  outline: 2px solid #2e70be;
}

.arrow-link {
  text-decoration: none;
  font-size: 18px;
  font-weight: 700;
  transition: color 0.3s;
  color: #fff;
}
.arrow-link:visited {
  color: #fff;
}
.arrow-link .right-arrow {
  margin-left: 0.3em;
  transform: translateX(0);
  transition: transform 0.3s;
}
.arrow-link .right-arrow path {
  stroke: #fff;
  transition: stroke 0.3s;
}
.arrow-link:hover .right-arrow {
  transform: translateX(3px);
}

a.new-arrow-link, p.new-arrow-link {
  margin-bottom: 1.25rem;
  display: flex;
  text-decoration: none;
  align-items: center;
  color: #007681;
  font-size: 1.5625rem;
  font-weight: 700;
}
a.new-arrow-link:after, p.new-arrow-link:after {
  content: url("/img/homepage/icon-hp-link-arrow.svg");
  display: block;
  width: 11px;
  /*height: 18px;*/
  margin-left: 6px;
  /*border-color: $teal;
  border-style: solid;
  border-width: 3px 3px 0 0;*/
  transition: transform 0.3s;
  transform: translateX(0);
}
a.new-arrow-link:hover:after, p.new-arrow-link:hover:after {
  transform: translateX(4px);
}
a.hero-arrow-link, p.hero-arrow-link {
  line-height: 1.2;
  margin-bottom: 0.9em;
  display: flex;
  text-decoration: none;
  align-items: center;
  font-size: 18px;
  font-weight: 600;
}
a.hero-arrow-link:after, p.hero-arrow-link:after {
  content: "";
  display: block;
  width: 6px;
  height: 6px;
  margin-left: 4px;
  border-color: #007681;
  border-style: solid;
  border-width: 3px 3px 0 0;
  transition: transform 0.3s;
  transform: translateX(0) rotate(45deg);
}
a.hero-arrow-link:hover:after, p.hero-arrow-link:hover:after {
  transform: translateX(4px) rotate(45deg);
}

.breadcrumb {
  background-color: #fff;
}

.extra-breadcrumb {
  font-size: 10px;
  font-weight: 400;
  display: inline-block;
}

.breadcrumb-link {
  display: inline-block;
  padding: 30px 0 0 20px;
  text-decoration: none;
  font-size: 10px;
  font-weight: 400;
  opacity: 1;
  transition: opacity 0.3s;
  color: #5b6770;
  text-transform: uppercase;
  cursor: pointer;
}
.breadcrumb-link.secondary {
  padding-left: 0px;
}
.breadcrumb-link:visited {
  color: #5b6770;
}
.breadcrumb-link .left-arrow {
  margin-right: 0.3em;
  transform: translateY(2px) translateX(0);
  transition: transform 0.3s;
}
.breadcrumb-link:hover {
  opacity: 0.6;
}
.breadcrumb-link:hover .left-arrow {
  transform: translateY(2px) translateX(-3px);
}

.mice-type {
  font-size: 12px !important;
  line-height: 16px !important;
  margin-bottom: 20px;
}

.no-btm-margin {
  margin-bottom: 8px !important;
}

.mb-15 {
  margin-bottom: 0.9375rem !important;
}

.mb-20 {
  margin-bottom: 1.25rem !important;
}

.mb-30 {
  margin-bottom: 1.875rem !important;
}

.mb-40 {
  margin-bottom: 2.5rem !important;
}

.mt-40 {
  margin-top: 2.5rem !important;
}

.mb-50 {
  margin-bottom: 3.125rem !important;
}

.mb-60 {
  margin-bottom: 3.75rem !important;
}

.mb-70 {
  margin-bottom: 4.375rem !important;
}

.skiplink {
  position: absolute;
  left: -10000px;
}
.skiplink:focus {
  position: relative;
  left: 0;
}

/* bootstrap overrides */
.container {
  max-width: 80rem;
  padding: 0;
}

@media (max-width: 576px) {
  a.new-arrow-link, p.new-arrow-link {
    font-size: 1.25rem;
  }

  .mb-70 {
    margin-bottom: 1.875rem !important;
  }

  h1.standard-headline {
    font-size: 2.8125rem;
  }

  hr {
    height: 1px;
  }

  .breadcrumb-link {
    padding: 10px 0 0 20px;
  }
}
.custom-btn {
  display: block;
  box-sizing: border-box;
  text-transform: uppercase;
  text-decoration: none !important;
  text-align: center;
  transition: background-color 0.3s;
  padding-top: 13px;
}
.custom-btn.blue-btn {
  width: 260px;
  height: 51px;
  margin: 42px auto 28px auto;
  background-color: #2e70be;
  color: #fff;
  font-size: 16px;
  font-weight: 600;
  padding-top: 13px;
}
.custom-btn.blue-btn:hover {
  background-color: #007681;
}
.custom-btn.btn-white, .custom-btn.btn-gray {
  font-size: 20px;
  font-weight: 700;
  width: 220px;
  height: 47px;
}
.custom-btn.btn-white {
  background-color: #fff;
  color: #5b6770;
  display: inline-block;
  margin: 5px 0;
  padding-top: 9px;
}
.custom-btn.btn-white:first-of-type {
  margin-right: 30px;
}
.custom-btn.btn-white:hover {
  color: #fff;
  background-color: #5b6770;
}
.custom-btn.btn-gray {
  border: 2px solid #5b6770;
  color: #5b6770;
  margin: 42px auto 28px auto;
  padding-top: 7px;
}
.custom-btn.btn-gray:hover {
  color: #fff;
  background-color: #5b6770;
}
.custom-btn.btn-220-white {
  width: 220px;
  height: 47px;
  margin: 20px auto 0;
  background-color: #fff;
  color: #5b6770;
  font-size: 20px;
  font-weight: 800;
}
.custom-btn.btn-220-white:hover {
  background-color: #5b6770;
  color: #fff;
}
.custom-btn.btn-wt-pink {
  background-color: #eeb6b6;
  border: 2px solid #eeb6b6;
  color: #004e6a;
  margin: 34px 0 0 0;
  padding-top: 4px;
  font-size: 20px;
  font-weight: 700;
  width: 220px;
  height: 47px;
}
.custom-btn.btn-wt-pink:hover {
  background-color: rgba(255, 255, 255, 0);
}

@media (max-width: 430px) {
  .custom-btn.btn-white {
    font-size: 20px;
    width: 200px;
  }
  .custom-btn.btn-white:first-of-type {
    margin-right: 20px;
  }
}
@media (max-width: 414px) {
  .custom-btn.btn-white {
    font-size: 18px;
    width: 180px;
  }
  .custom-btn.btn-white:first-of-type {
    margin-right: 10px;
  }
}
@media (max-width: 375px) {
  .custom-btn.btn-white {
    font-size: 16px;
    width: 170px;
  }
  .custom-btn.btn-white:first-of-type {
    margin-right: 10px;
  }
}
header {
  max-width: 80rem;
  margin: auto;
}
header #header-section {
  width: 100%;
  max-width: 80rem;
  background-color: #fff;
  margin: 0;
}
header #header-section .container {
  display: flex;
  justify-content: center;
  max-width: 80rem;
  width: 100%;
  padding: 0;
}
header #header-section .container-md {
  position: relative;
  width: 100vw;
  z-index: 100;
  max-width: 36rem;
  padding: 0;
}
header #header-section .message-bar {
  background-image: url("/img/header/background-holiday.svg");
  background-size: cover;
  height: 2.5rem;
  width: 100%;
}
header #header-section .message-bar p {
  color: #fff;
  font-size: 0.9375rem;
  line-height: 1.25rem;
  text-align: center;
  padding: 0.625rem;
}
header .header-wrap {
  position: relative;
  width: 100%;
  z-index: 100;
  display: none;
}
header .header-copy-wrap {
  background-image: url(../img/heros/hero_01.jpg);
}

.alert-bar {
  height: 57px;
  overflow: hidden;
  /*background-color: $brandRed;*/
  /*background-color: #ECECEC;*/
  /*color: #fff;*/
  color: #c2103c;
  position: relative;
  box-sizing: border-box;
  /*margin-bottom: 1.25rem;*/
  display: flex;
  align-items: center;
  justify-content: space-around;
  transition: height 0.35s, border-color 0s 0.35s, background-color 0s 0.35s;
}
.alert-bar .close {
  font-size: 1px;
}
.alert-bar p {
  margin: 0 auto;
  font-size: 16px;
  /*font-weight: 700;*/
  font-weight: normal;
}
.alert-bar p a {
  color: #c2103c;
  text-decoration: none;
}
.alert-bar p a:hover {
  text-decoration: underline;
}
.alert-bar .cta {
  padding: 0px;
  display: inline-block;
  margin: 5px 0px;
  text-align: center;
  vertical-align: top;
}
.alert-bar .cta a {
  color: #c2103c;
}
.alert-bar .cta a.alert-arrow-link {
  align-items: center;
  font-size: 16px;
}
.alert-bar .cta a.alert-arrow-link:after {
  content: "";
  display: inline-flex;
  width: 7px;
  height: 7px;
  margin-left: 4px;
  border-color: #c2103c;
  border-style: solid;
  border-width: 3px 3px 0 0;
  transition: transform 0.3s;
  transform: translateX(0) rotate(45deg);
}
.alert-bar .cta a.alert-arrow-link:hover:after {
  transform: translateX(4px) rotate(45deg);
}
.alert-bar button {
  position: absolute;
  right: 20px;
  top: 50%;
  cursor: pointer;
  width: 19px;
  height: 19px;
  transform: translateY(-50%);
  border: 0;
  background: 0;
  /*outline: 0;*/
}
.alert-bar button:before, .alert-bar button:after {
  content: "";
  position: absolute;
  left: 50%;
  top: 50%;
  display: block;
  width: 1px;
  height: 24px;
  /*background-color: #fff;*/
  background-color: #000;
}
.alert-bar button:before {
  transform: translate(-50%, -50%) rotate(45deg);
}
.alert-bar button:after {
  transform: translate(-50%, -50%) rotate(-45deg);
}
.alert-bar.collapsed {
  height: 0;
  border-color: transparent;
  background-color: #fff;
}

/*
.alert-bar-virus {
    text-align: center;
    margin-bottom: 20px;
    border-top: 1px solid $ltgray;
    border-bottom: 1px solid $ltgray;
    text-transform: uppercase;
    font-weight: 400;

    p {
        padding: 0px;
        font-size: 18px;
        margin-bottom: 0;
        text-transform: uppercase;
    }

    .cta {
        padding: 10px;
        display: inline-block;
        margin: 5px 0px;
        text-align: center;
        vertical-align: top;

        &:first-of-type {

        }

        a {
            color: $black;

            &.alert-arrow-link {
		        text-decoration: none;
		        align-items: center;
                font-size: 16px;

                &:after {
			        content: '';
			        display: inline-flex;
			        width: 6px;
			        height: 6px;
			        margin-left: 4px;
			        border-color: $black;
			        border-style: solid;
			        border-width: 3px 3px 0 0;
			        transition: transform 0.3s;
			        transform: translateX(0) rotate(45deg);
		        }
                &:hover {
			        &:after {
				        transform: translateX(4px) rotate(45deg);
			        }
		        }
            }
        }
    }
}

*/
.d-only {
  display: block;
}

@media (max-width: 576px) {
  header .header-wrap {
    border-bottom: 1px solid #CCC;
  }

  .alert-bar-virus {
    padding-bottom: 0px;
  }
  .alert-bar-virus .cta a {
    color: #000;
  }
  .alert-bar-virus .cta a.alert-arrow-link {
    font-size: 14px;
  }
  .alert-bar-virus p {
    font-size: 15px;
    margin-bottom: 10px;
  }

  .d-only {
    display: none !important;
  }

  .alert-bar {
    height: auto;
  }
  .alert-bar p {
    font-size: 14px;
    padding: 10px 40px;
    text-align: center;
  }
}
footer .container {
  max-width: 1280px;
  display: flex;
  flex-direction: column;
}
footer .container .row .col-lg-2 ul li a {
  font-family: Poppins;
  color: #5b6770;
  font-size: 0.75rem;
  line-height: 1.5625rem;
  font-weight: 600;
  text-decoration: none;
  overflow: hidden;
}
footer .container .row .col-lg-2 ul li a:after {
  content: "";
  position: absolute;
  width: 100%;
  height: 1px;
  background-color: #5b6770;
  left: 0;
  bottom: 0;
  transform: scaleX(0);
  transition: transform 0.3s;
}
footer .container .row .col-lg-2 ul li a:visited {
  color: #5b6770;
}
footer .container .row .col-lg-2 ul li a:focus {
  outline: 0.125rem solid #2e70be;
}
footer .container .row .col-lg-2 ul li a:hover {
  color: #333;
}
footer .container .row .col-lg-2 ul li a:hover:after {
  transform: scaleX(1);
  background-color: #333;
}
footer .container .row .col-lg-2 ul li a.optanon-show-settings {
  cursor: pointer;
}
footer .container .row .col-lg-2 ul li a.optanon-show-settings:after {
  content: none;
}
footer .container .row .col-lg-2 ul li a.optanon-show-settings:hover {
  text-decoration: underline;
}
footer .site-map {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  grid-template-rows: auto auto;
  margin-bottom: 50px;
  display: -ms-grid;
  -ms-grid-columns: 25% 25% 25% 25%;
  -ms-grid-rows: auto auto;
}
footer .site-map .a {
  -ms-grid-column: 1;
  -ms-grid-row: 1;
}
footer .site-map .b {
  -ms-grid-column: 2;
  -ms-grid-row: 1;
}
footer .site-map .c {
  -ms-grid-column: 3;
  -ms-grid-row: 1;
}
footer strong {
  font-size: 12px;
  font-weight: 700;
  margin-bottom: 0.9em;
  text-transform: uppercase;
  color: #5b6770;
  line-height: 1.43;
  display: block;
}
footer a {
  font-size: 12px;
  line-height: 2em;
  color: #c2103c;
  text-decoration: none;
  position: relative;
  overflow: hidden;
}
footer a:visited {
  color: #c2103c;
}
footer a:focus {
  outline: 2px solid #2e70be;
}
footer a:after {
  content: "";
  position: absolute;
  width: 100%;
  height: 1px;
  background-color: #c2103c;
  left: 0;
  bottom: 0;
  transform: scaleX(0);
  transition: transform 0.3s;
}
footer a:hover {
  color: #333;
}
footer a:hover:after {
  transform: scaleX(1);
  background-color: #333;
}
footer .to-top-btn-holder {
  grid-column: 4/5;
  grid-row: 2/3;
  position: relative;
  -ms-grid-column: 4;
  -ms-grid-row: 2;
}
footer .to-top-btn {
  display: flex;
  position: absolute;
  right: 0;
  bottom: 0;
  width: 50px;
  height: 50px;
  justify-content: center;
  flex-direction: column;
  align-items: center;
  padding: 0;
  border: 1px solid #FFF;
  font-family: Poppins, sans-serif;
  font-size: 16px;
  font-weight: 800;
  cursor: pointer;
  outline: 0;
  background: #fff;
  color: #c2103c;
}
footer .to-top-btn svg {
  margin-bottom: 2px;
  position: relative;
  transform: translateY(0);
  transition: transform 0.3s;
}
footer .to-top-btn:hover svg {
  transform: translateY(-3px);
}
footer .to-top-btn.sticky {
  position: fixed;
  bottom: 20px;
  right: 20px;
  opacity: 1;
  transform: translateY(0%);
  animation: stickyBtnEnter 0.3s forwards;
}
footer .to-top-btn:focus {
  outline: 2px solid #2e70be;
}
footer .legal {
  font-size: 12px;
  color: #5b6770;
  grid-column: 1/4;
  grid-row: 2/3;
  padding: 0 5.8125rem;
  -ms-grid-column: 1;
  -ms-grid-row: 2;
  -ms-grid-column-span: 3;
}

/*
	padding: 50px 20px 0 20px;
	background-color: #fff;

	.site-map {
		display: grid;
		grid-template-columns: repeat(4, 1fr);
		grid-template-rows: auto auto;
		margin-bottom: 50px;
		display: -ms-grid;
		-ms-grid-columns: 25% 25% 25% 25%;
		-ms-grid-rows: auto auto;

		.a {
			-ms-grid-column: 1;
			-ms-grid-row: 1;
		}

		.b {
			-ms-grid-column: 2;
			-ms-grid-row: 1;
		}

		.c {
			-ms-grid-column: 3;
			-ms-grid-row: 1;
		}
	}

	h5, .footer-hdr {
		font-size: 12px;
		font-weight: 700;
		margin-bottom: 0.9em;
		text-transform: uppercase;
		color: #000;
		line-height: 1.43;
		display: block;
	}

	a {
		font-size: 12px;
		line-height: 2em;
		color: $brandRed;
		text-decoration: none;
		position: relative;
		overflow: hidden;

		&:visited {
			color: $brandRed;
		}

        &:focus {
            outline: 2px solid $blue;
        }

        &:after {
			content: '';
			position: absolute;
			width: 100%;
			height: 1px;
			background-color: $brandRed;
			left: 0;
			bottom: 0;
			transform: scaleX(0);
			transition: transform 0.3s;
		}

		&:hover {
			color: black;

            &:after {
				transform: scaleX(1);
                background-color: black;
			}
		}

	}

	.legal {
		grid-column: 1 / 4;
		grid-row: 2 / 3;
		margin-top: 4em;
		-ms-grid-column: 1;
		-ms-grid-row: 2;
		-ms-grid-column-span: 3;
	}

	.to-top-btn-holder {
		grid-column: 4 / 5;
		grid-row: 2 / 3;
		position: relative;
		-ms-grid-column: 4;
		-ms-grid-row: 2;
	}

	.to-top-btn {
		display: flex;
		// float: right;
		position: absolute;
		right: 0;
		bottom: 0;
		width: 50px;
		height: 50px;
		justify-content: center;
		flex-direction: column;
		align-items: center;
		padding: 0;
		border: 1px solid #FFF;
		font-family: Poppins, sans-serif;
		font-size: 16px;
		font-weight: 800;
		cursor: pointer;
		outline: 0;
		background: #fff;
		color: $brandRed;

		svg {
			margin-bottom: 2px;
			position: relative;
			transform: translateY(0);
			transition: transform 0.3s;
		}

		&:hover {
			svg {
				transform: translateY(-3px);
			}
		}

		&.sticky {
			position: fixed;
			// padding: 5px;
			bottom: 20px;
			right: 20px;
			opacity: 1;
			transform: translateY(0%);
			animation: stickyBtnEnter 0.3s forwards;
		}

		&:focus {
			outline: 2px solid $blue;
		}
	}

	.legal {
		font-size: 12px;
		color: #666666;
	}
	*/
/*
@keyframes stickyBtnEnter {
	0% {
		opacity: 0;
		transform: translateY(100%);
	}

	100% {
		opacity: 1;
		transform: translateY(0%);
	}
}
*/
@media (min-width: 577px) and (max-width: 992px) {
  footer .row {
    margin: 0 5rem;
    justify-content: unset !important;
  }
}
@media (max-width: 576px) {
  footer {
    padding-top: 0;
  }
  footer .container {
    max-width: 36rem;
    padding: 1.25rem;
  }
  footer .site-map {
    display: block;
  }
  footer .footer-hdr {
    margin-top: 1em;
    margin-bottom: 0em;
  }
  footer .legal {
    padding: 0;
  }
  footer .to-top-btn-holder {
    display: flex;
    justify-content: space-around;
    height: 50px;
  }
  footer .to-top-btn {
    right: auto;
  }
}
.multiheader-socials a {
  margin-right: 0.9375rem !important;
  height: 44px;
}
.multiheader-socials a:last-of-type {
  margin-right: 0;
}
.multiheader-socials img {
  width: 35px;
}

#multi-banner-wrap {
  height: 3.125rem;
  max-width: 80rem;
  border-bottom: 0.125rem solid #ececec;
  background-color: #fff;
  padding: 0;
  margin: auto;
}
#multi-banner-wrap .multi-banner {
  width: 100%;
  margin: auto;
  padding: 0;
}
#multi-banner-wrap .multi-banner .header-banner-container {
  margin: 0;
  position: relative;
  z-index: 2;
}
#multi-banner-wrap .multi-banner .header-banner-container:after {
  clear: both;
}
#multi-banner-wrap .multi-banner .header-banner-container ul {
  width: 100%;
  padding: 0;
  list-style: none;
}
#multi-banner-wrap .multi-banner .header-banner-container ul li {
  width: 5rem;
  height: 1.5rem;
  float: left;
  margin: 0.875rem 0.5625rem;
  text-align: center;
  display: block;
}
#multi-banner-wrap .multi-banner .header-banner-container ul li a {
  font-family: Poppins;
  font-size: 0.6875rem;
  font-weight: normal;
  color: #5b6770;
  text-decoration: none;
  text-shadow: none;
  width: 5rem;
  display: block;
}
#multi-banner-wrap .multi-banner .header-banner-container ul li a div {
  display: none;
  position: relative;
  top: -3px;
}
#multi-banner-wrap .multi-banner .header-banner-container ul li a div:focus {
  display: block;
}
#multi-banner-wrap .multi-banner .header-banner-container ul li a img {
  width: 100%;
  height: auto;
  margin: 0;
}
#multi-banner-wrap .multi-banner .header-banner-container ul li a:hover div {
  display: inline;
}
#multi-banner-wrap .multi-banner .header-banner-container ul li a:visited img {
  width: 100%;
  height: auto;
  margin: 0;
}
#multi-banner-wrap .multi-banner .header-banner-container ul li a.hg-logo div {
  top: -1px;
}
#multi-banner-wrap .multi-banner .header-banner-container ul li a.mar-logo div {
  top: -2px;
}
#multi-banner-wrap .multi-banner .header-banner-container ul li a.sierra-logo div {
  top: -1px;
}
#multi-banner-wrap .multi-banner .header-banner-container ul li a.tjm-logo div {
  top: -1px;
}

@keyframes fadeIn {
  to {
    opacity: 1;
  }
}
.footer-banner-container {
  display: block;
  background-color: #fff;
  width: 100%;
  margin: 0 !important;
  padding: 0px;
  /*position: absolute;*/
  z-index: 1001;
  height: 400px;
  /*max-width: 414px;*/
  border-top: 1px solid #ccc;
}
.footer-banner-container:after {
  clear: both;
}
.footer-banner-container ul {
  width: 100%;
  list-style: none;
  padding: 0;
}
.footer-banner-container ul li {
  width: 100px;
  height: 56px;
  padding: 0;
  margin: 18px auto 18px auto;
  text-align: center;
  display: block;
}
.footer-banner-container ul li a, .footer-banner-container ul li a:hover {
  text-decoration: none;
  text-shadow: none;
  color: #999;
}
.footer-banner-container ul li a img, .footer-banner-container ul li a:hover img {
  width: 100%;
  height: 100%;
}
.footer-banner-container ul li a dev {
  font-family: Sans-serif;
  font-size: 11px;
  font-weight: normal;
  color: #999;
  width: 100%;
  text-align: center;
  margin: auto;
  padding: 0;
  text-decoration: none;
  position: relative;
  top: -12px;
}
.footer-banner-container .navbar {
  position: relative;
  margin-top: 400px;
}

@media screen and (max-width: 500px) {
  #multi-header {
    display: none;
  }
}
@media screen and (min-width: 500px) {
  .footer-banner-container {
    display: none;
  }
}
/*#navbarNavAltMarkup {
    .nav-link {
        color: $brandGray;
        font-size: 12px;
        text-transform: uppercase;
        text-decoration: none;
        padding: 0.625rem 0 0.9375rem;
        font-weight: 600;
        margin: 0 0.625rem;

        &:hover {
            color: $darkgray;
            text-decoration: underline;
            text-underline-offset: 0.0625rem;
            text-underline-position: under;
        }
    }
}*/
header nav {
  position: relative;
  height: 103px;
  box-sizing: border-box;
  padding: 0 23px;
  display: flex;
  z-index: 100;
  align-items: center;
  justify-content: space-between;
}
header nav .site-title {
  width: 203px;
  height: 81px;
  display: flex;
  align-items: center;
  justify-content: space-around;
}
header nav .discover-menu-link {
  /*copied from nav-links below*/
  color: #5b6770;
  font-size: 12px;
  text-transform: uppercase;
  text-decoration: none;
  /*padding: PxToRem(10) 0 PxToRem(15);*/
  font-weight: 600;
  margin: 0 0.625rem;
}
header nav .discover-menu-link:after {
  content: url(/img/header/icons/icon-gray-arrow-desktop.svg);
  display: inline-block;
  width: 10px;
  height: 11px;
  margin-left: 2px;
}
header nav .discover-menu-link:hover {
  color: #333;
  text-decoration: underline;
  text-underline-offset: 0.0625rem;
  text-underline-position: under;
}
header nav .discover-menu-link-mobile {
  color: #c2103c;
  font-size: 18px;
  padding: 0;
  text-transform: none;
  font-weight: 300;
  margin: 0 0 1.25rem 0;
}
header nav .discover-menu-link-mobile:after {
  content: url(/img/header/icons/icon-red-arrow-mobile.svg);
  display: inline-block;
  width: 8px;
  height: 18px;
  margin-left: 6px;
}
header nav .discover-menu-link-mobile:hover {
  color: #333;
  text-decoration: underline;
  text-underline-offset: 0.0625rem;
  text-underline-position: under;
}
header nav #discover-menu {
  background-color: #fff;
  position: absolute;
  padding: 1em;
}
header nav .menu {
  margin-top: 6px;
}
header nav .menu .menu-links {
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  height: 60px;
  -webkit-font-smoothing: antialiased;
}
header nav .menu .in-site-links .mobile-only {
  display: none;
}
header nav .menu .in-site-links li {
  display: inline-block;
  margin-left: 40px;
}
header nav .menu .in-site-links li a {
  color: #c2103c;
  font-size: 16px;
  font-weight: 300;
  text-decoration: none;
  display: inline-block;
  position: relative;
  padding-bottom: 5px;
  overflow: hidden;
}
header nav .menu .in-site-links li a:visited {
  color: #c2103c;
}
header nav .menu .in-site-links li a:after {
  content: "";
  position: absolute;
  width: 100%;
  height: 2px;
  background-color: #c2103c;
  left: 0;
  bottom: 0;
  transform: scaleX(0);
  transition: transform 0.3s;
}
header nav .menu .in-site-links li a:hover {
  color: #5b6770;
}
header nav .menu .in-site-links li a:hover:after {
  transform: scaleX(1);
  background-color: #333;
}
header nav .menu .in-site-links li.active a {
  color: #5b6770;
  cursor: default;
}
header nav .menu .in-site-links li.active a:visited {
  color: #5b6770;
}
header nav .menu .in-site-links li.active a:after {
  transform: scaleX(1);
  background-color: #5b6770;
}
header nav .menu .off-site-links {
  display: flex;
  justify-content: flex-end;
}
header nav .menu .off-site-links.mobile-only {
  display: none;
}
header nav .menu .off-site-links .indent {
  padding-left: 20px;
  display: none;
  margin-bottom: 2px;
}
header nav .menu .off-site-links .indent-first {
  display: none;
}
header nav .menu .off-site-links li {
  margin-left: 30px;
}
header nav .menu .off-site-links li a {
  font-size: 12px;
  color: #c2103c;
  letter-spacing: 0.92px;
  text-transform: uppercase;
  text-decoration: none;
  display: inline-block;
  position: relative;
  padding-bottom: 3px;
}
header nav .menu .off-site-links li a:after {
  content: "";
  position: absolute;
  width: 100%;
  height: 1px;
  background-color: #c2103c;
  left: 0;
  bottom: 0;
  transform: scaleX(0);
  transition: transform 0.3s;
}
header nav .menu .off-site-links li a:hover {
  color: black;
}
header nav .menu .off-site-links li a:hover:after {
  transform: scaleX(1);
  background-color: black;
}
header nav .menu-app-callout {
  display: none;
}
header nav .nav-options {
  display: flex;
  right: 0;
  top: 0;
  height: 100%;
  align-items: center;
}
header nav .nav-options .store-finder-link {
  height: 100%;
  font-size: 10px;
  line-height: 1.2;
  color: #c2103c;
  align-items: center;
  justify-content: end;
  text-decoration: none;
  text-align: right;
  -webkit-font-smoothing: antialiased;
  opacity: 1;
  transition: opacity 0.3s;
}
header nav .nav-options .store-finder-link svg {
  margin-left: 6px;
  margin-top: -2px;
}
header nav .nav-options .store-finder-link:visited {
  color: #c2103c;
}
header nav button {
  background-color: #fff;
}
header nav .hamburger {
  position: relative;
  /*margin-left: 5px;*/
  cursor: pointer;
  height: 20px;
  width: 26px;
  overflow: hidden;
}
header nav .hamburger .lines, header nav .hamburger .lines:before, header nav .hamburger .lines:after {
  content: "";
  position: absolute;
  width: 25px;
  height: 1px;
  left: 0px;
  background-color: #c2103c;
  opacity: 1;
  transition: opacity 0.5s, transform 0.5s, background-color 0.5s;
}
header nav .hamburger .lines {
  top: 0;
}
header nav .hamburger .lines:before {
  top: 8px;
}
header nav .hamburger .lines:after {
  top: 16px;
}

#topnav {
  display: flex;
  justify-content: center;
  flex-flow: column;
  font-family: Poppins;
  font-weight: 400;
  color: #5b6770;
  height: auto;
}
#topnav .navbar-header {
  margin-top: 1.25rem;
  margin-bottom: 2.125rem;
}
#topnav .navbar-header img {
  width: 13.9375rem;
}
#topnav .navbar-wrap {
  margin-bottom: 0.9375rem;
}
#topnav .navbar-wrap ul.navbar-nav {
  display: flex;
  flex-flow: row;
}
#topnav .navbar-wrap ul.navbar-nav > li a.nav-links {
  color: #5b6770;
  font-size: 12px;
  text-transform: uppercase;
  text-decoration: none;
  padding: 0.625rem 0 0.9375rem;
  font-weight: 600;
  margin: 0 0.625rem;
}
#topnav .navbar-wrap ul.navbar-nav > li a.nav-links:hover {
  color: #333;
  text-decoration: underline;
  text-underline-offset: 0.0625rem;
  text-underline-position: under;
}
#topnav .navbar-wrap ul.navbar-nav > li .menu_button button {
  color: #5b6770;
  font-size: 0.75rem;
  text-transform: uppercase;
  text-decoration: none;
  font-weight: 600;
  margin: 0 0.625rem;
}
#topnav .navbar-wrap ul.navbar-nav > li .menu_button button:after {
  transform: unset;
  text-decoration: none;
}
#topnav .navbar-wrap ul.navbar-nav > li .menu_button button:hover {
  text-decoration: underline;
  text-underline-offset: 0.125rem;
  text-underline-position: under;
}
#topnav .navbar-wrap ul.navbar-nav > li .menu_button button:hover:after {
  transform: unset;
}
#topnav .navbar-wrap ul.navbar-nav > li #menu li a.nav-links {
  color: #5b6770;
  font-size: 12px;
  text-transform: uppercase;
  text-decoration: none;
  padding: 0.625rem 0 0.9375rem;
  font-weight: 600;
  margin: 0 10px;
}
#topnav .navbar-wrap ul.navbar-nav > li #menu li a.nav-links:hover {
  text-decoration: underline;
  text-underline-offset: 0.125rem;
  text-underline-position: under;
}
#topnav .message-bar {
  max-width: 80rem;
}

.dropdown {
  position: relative;
  display: inline-block;
}
.dropdown button {
  font-family: Poppins, sans-serif;
  background: none;
  color: #c2103c;
  border: none;
  font-size: 12px;
  text-transform: uppercase;
  text-decoration: none;
  display: inline-block;
  position: relative;
  padding-bottom: 3px;
}
.dropdown button:after {
  content: "";
  position: absolute;
  width: 100%;
  height: 1px;
  background-color: #c2103c;
  left: 0;
  bottom: 0;
  transform: scaleX(0);
  transition: transform 0.3s;
}
.dropdown button:focus {
  outline: 2px solid #2e70be;
}
.dropdown button:hover {
  color: #000;
}
.dropdown button:hover:after {
  transform: scaleX(1);
  background-color: #000;
}
.dropdown .dropdown-content {
  display: none;
  position: absolute;
  background-color: #fff;
  min-width: 160px;
  z-index: 1;
}
.dropdown .dropdown-content a {
  color: #000;
  padding: 6px 16px;
  text-decoration: none;
  display: block;
}
.dropdown:hover .dropdown-content {
  display: block;
}

#topnav-mobile {
  display: none;
}

@media (min-width: 577px) and (max-width: 992px) {
  #topnav .message-bar {
    width: 100vw;
  }
}
@media (max-width: 576px) {
  header {
    position: sticky;
    top: 0;
    background-color: #fff;
    z-index: 999;
  }
  header nav {
    height: 77px;
    justify-content: left;
    padding: 0 0 0 20px;
    align-items: flex-start;
  }
  header nav .nav-options {
    align-items: center;
    width: 40%;
  }
  header nav .nav-options .store-finder-link {
    display: flex;
  }
  header nav .site-title {
    width: 139px;
    height: 62px;
  }
  header nav .site-title svg {
    margin-top: 8px;
    width: 118px;
    height: 27px;
  }
  header nav ul li {
    margin-right: 20px;
  }
  header nav .menu {
    display: none;
    flex-direction: column;
    justify-content: space-between;
    padding: 55px 23px 45px 23px;
    border-color: #CCC;
    border-style: solid;
    border-width: 0 0 1px 1px;
    box-sizing: border-box;
    margin-top: 0;
    height: 470px;
    width: 300px;
    position: absolute;
    background-color: #fff;
    right: 0px;
    top: 77px;
    transform: translateX(100%);
    transition: transform 0.5s;
    z-index: 999;
  }
  header nav .menu a {
    font-weight: 700;
    font-size: 18px;
    color: #5b6770;
    text-decoration: none;
  }
  header nav .menu a:visited {
    color: #333;
  }
  header nav .menu .menu-links {
    display: block;
  }
  header nav .menu .off-site-links {
    top: 150px;
  }
  header nav .menu .in-site-links, header nav .menu .off-site-links {
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    position: absolute;
  }
  header nav .menu .in-site-links .indent, header nav .menu .off-site-links .indent {
    display: block;
  }
  header nav .menu .in-site-links .indent-first, header nav .menu .off-site-links .indent-first {
    margin-bottom: 6px;
    display: block;
  }
  header nav .menu .in-site-links .indent-first h4, header nav .menu .off-site-links .indent-first h4 {
    color: #5b6770;
    font-weight: 300;
    font-size: 18px;
  }
  header nav .menu .in-site-links.mobile-only, header nav .menu .off-site-links.mobile-only {
    display: inline-block;
  }
  header nav .menu .in-site-links li, header nav .menu .off-site-links li {
    position: relative;
    display: inline-block;
    margin: 0 0 1.6em 0;
  }
  header nav .menu .in-site-links li a, header nav .menu .off-site-links li a {
    color: #c2103c;
    font-size: 18px;
    padding-right: 8px;
    text-transform: none;
    font-weight: 300;
  }
  header nav .menu .in-site-links li a:visited, header nav .menu .off-site-links li a:visited {
    color: #c2103c;
  }
  header nav .menu .in-site-links li a:after, header nav .menu .off-site-links li a:after {
    display: none;
  }
  header nav .menu .in-site-links li.active:before, header nav .menu .off-site-links li.active:before {
    content: "";
    background-color: #5b6770;
    position: absolute;
    left: -23px;
    top: 50%;
    width: 4px;
    height: 24px;
    transform: translateY(calc(-50% - 4px));
  }
  header nav .menu .in-site-links li.active a:after, header nav .menu .off-site-links li.active a:after {
    display: none;
  }
  header nav .menu .off-site-links li:last-of-type {
    margin-bottom: 0;
  }
  header nav .menu-app-callout {
    display: block;
    margin-top: 280px;
  }
  header nav .menu-app-callout h4 {
    color: #5b6770;
    font-weight: 300;
    font-size: 18px;
    margin-bottom: 0.6em;
  }
  header nav .menu-app-callout ul {
    display: flex;
    justify-content: space-between;
  }
  header nav .menu-app-callout li {
    width: 119px;
    margin: 0;
  }
  header nav .menu-app-callout li img {
    width: 100%;
  }
  header nav .hamburger {
    display: flex;
    z-index: 9999;
    position: absolute;
    right: 0.9375rem;
  }
  header nav.open .lines, header nav.open .lines:before, header nav.open .lines:after {
    background-color: #5b6770;
  }
  header nav.open .lines {
    transform: translateY(8px) rotate(45deg);
  }
  header nav.open .lines:before {
    opacity: 0;
    transform: translateY(-8px) translateX(3px) rotate(-45deg);
  }
  header nav.open .lines:after {
    transform: translateY(-16px) translateX(1px) rotate(-90deg);
  }
  header nav.open .menu {
    transform: translateX(0);
    display: block;
  }

  #topnav-mobile {
    display: flex;
    position: relative;
    width: 100%;
  }
  #topnav-mobile .site-title {
    width: 100%;
    height: 100%;
    margin-left: 3.125rem;
  }
  #topnav-mobile .site-title a img {
    width: 8.125rem;
    margin-left: 1.875rem;
  }
  #topnav-mobile .nav-options {
    justify-content: end;
  }

  .message-bar {
    display: none;
  }
}
#video_control_hero {
  font-family: Agenda-Light, Agenda Light, Agenda, Arial Narrow, sans-serif;
  color: #5b6770;
  position: relative;
  bottom: 3.75rem;
  left: 0.9375rem;
  background-color: white;
  border-radius: 2.5rem;
  width: 2.5rem;
  height: 2.5rem;
  margin-bottom: -20px;
}
#video_control_hero button {
  display: contents;
  width: 2.5rem;
  background-color: white;
  border: none;
  border-radius: 1.25rem;
  cursor: pointer;
  background-color: black !important;
}
#video_control_hero button img {
  width: 2.5rem;
  height: 2.5rem;
}

.vjs-has-started .vjs-control-bar {
  display: none;
}

#cta .video-js.video-js.vjs-fluid:not(.vjs-audio-only-mode) {
  padding-top: 40.45% !important;
}
#cta .video_banner {
  position: relative;
  max-width: 80rem;
}
#cta .vjs-icon-placeholder::before {
  color: #5b6770;
}
#cta .video-js .vjs-control-bar {
  display: none;
}
#cta #video_overlay {
  position: absolute;
  right: 4.0625rem;
  border: 0;
  z-index: 1;
  top: 0;
  max-width: 24.75rem !important;
}
#cta #video_overlay img {
  width: 11.25rem;
}
#cta .vjs-big-play-button {
  display: none !important;
}

.desktop_video {
  display: block;
  margin-top: 40px;
  height: 700px;
}

.mobile_video {
  display: none;
}

#holiday_banner {
  background-image: url(/img/banners/holiday-todays-arrivals.jpg);
  background-repeat: no-repeat;
  background-size: cover;
  height: 5rem;
  display: flex;
  justify-content: end;
  padding-right: 3.125rem;
}
#holiday_banner a {
  color: white;
  line-height: 5rem;
  text-decoration: none;
}

@media (min-width: 577px) and (max-width: 1280px) {
  .desktop_video {
    height: 100%;
    margin-bottom: -20px;
  }
}
@media (min-width: 992px) and (max-width: 1024px) {
  #cta #video_overlay {
    max-width: 26.25rem !important;
    right: 2.8125rem;
  }
  #cta #video_overlay img {
    width: 10rem;
  }

  /*video-js#hgDPlayer {
      height: 673px;
  }*/
}
@media (min-width: 577px) and (max-width: 992px) {
  #cta #video_overlay {
    max-width: 20rem !important;
    right: 1.875rem;
  }
  #cta #video_overlay img {
    width: 10.9375rem;
  }
}
@media (max-width: 768px) {
  .desktop_video {
    display: block;
    margin-top: 40px;
    height: 411px;
  }
}
@media (max-width: 576px) {
  #cta .video-js.video-js.vjs-fluid:not(.vjs-audio-only-mode) {
    padding-top: 161% !important;
  }
  #cta .video_banner {
    max-width: 100vw;
  }
  #cta #video_overlay {
    max-width: 15.625rem !important;
    right: 1.125rem;
  }
  #cta #video_overlay img {
    width: 7.5rem;
  }

  .desktop_video {
    display: none;
  }

  .mobile_video {
    display: block;
  }

  video-js#hgMPlayer {
    height: 100vh;
    background-color: #fff;
    margin-bottom: -20px;
  }

  .bc-player-blXpTBOIf_default-index-0.vjs-fluid:not(.vjs-audio-only-mode) {
    padding-top: 162% !important;
  }
}
/*@media (max-width: 520px) {
    video-js#hgMPlayer {
        height: 843px;
    }
}

@media (max-width: 480px) {
    video-js#hgMPlayer {
        height: 779px;
    }
}

@media (max-width: 430px) {
    video-js#hgMPlayer {
        height: 698px;
    }
}*/
@media (max-width: 414px) {
  video-js#hgMPlayer {
    height: 98vh;
  }
}
@media (max-width: 390px) {
  video-js#hgMPlayer {
    height: 93vh;
  }
}
@media (max-width: 375px) {
  video-js#hgMPlayer {
    height: 89vh;
  }
}
@media (max-width: 360px) {
  video-js#hgMPlayer {
    height: 85vh;
  }
}
/* ---- change the first and second tile bg here, saves scrolling through the page  */
/*--- new styles for the 2024 hp redesign - JC 10/21/24 ---*/
#cta-tiles-v2 .row {
  margin: 0;
}
#cta-tiles-v2 .row.double-gc-promo {
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding-left: 56px;
}
#cta-tiles-v2 .row.double-gc-promo .col-one {
  border-right: 2px solid #5b6770;
  width: 55%;
}
#cta-tiles-v2 .row.double-gc-promo .col-one .copy-col {
  /*padding: 30px 35px 0 104px;*/
  /*padding: 30px 0 0 24px;*/
}
#cta-tiles-v2 .row.double-gc-promo .col-one .copy-col h2 {
  font-weight: 600;
  font-size: 40px;
  margin-bottom: 7px;
}
#cta-tiles-v2 .row.double-gc-promo .col-one .img-col {
  /*margin-top: 18px;*/
  /*margin-right: 21px;*/
  padding-left: 10px;
}
#cta-tiles-v2 .row.double-gc-promo .col-two {
  padding-top: 0px;
  padding-left: 10px;
  width: 40%;
}
#cta-tiles-v2 .row.double-gc-promo .col-two h2 {
  font-weight: 600;
  font-size: 40px;
  margin-bottom: 3px;
}
#cta-tiles-v2 .row.double-gc-promo .col-two .special {
  font-size: 25px;
  line-height: 36px;
  font-weight: 600;
  margin-bottom: 6px;
}
#cta-tiles-v2 .row.double-gc-promo a {
  text-decoration: none;
}
#cta-tiles-v2 .row .promo-tile {
  background-repeat: no-repeat;
  background-size: contain;
}
#cta-tiles-v2 .row .promo-tile h2 {
  font-size: 3.125rem;
  font-weight: 600;
  line-height: 3.9375rem;
}
#cta-tiles-v2 .row .promo-tile p {
  font-size: 1.5625rem;
  font-weight: 600;
}
#cta-tiles-v2 .row .promo-tile.promo-tile-gc {
  background-image: url(/img/homepage/tiles/677-promo-gc.png);
  height: 15.6875rem;
  padding: 46px 13em;
}
#cta-tiles-v2 .row .promo-tile.promo-tile-gc h2 {
  font-size: 2.5rem;
}
#cta-tiles-v2 .row .promo-tile.promo-tile-1 {
  background-image: url(/img/homepage/tiles/677-promo1.png);
  height: 57.3125rem;
  padding: 3.0625rem 4.0625rem;
}
#cta-tiles-v2 .row .promo-tile.promo-tile-1 h2, #cta-tiles-v2 .row .promo-tile.promo-tile-1 p {
  color: #5b6770;
}
#cta-tiles-v2 .row .promo-tile.promo-tile-2 {
  background-image: url(/img/homepage/tiles/677-promo2.png);
  height: 49.3125rem;
  padding: 14.25rem 0 0 63rem;
}
#cta-tiles-v2 .row .promo-tile.promo-tile-2 h2 {
  line-height: 58px;
}
#cta-tiles-v2 .row .promo-tile.promo-tile-2 p {
  margin-top: 16px;
  line-height: 33px;
}
#cta-tiles-v2 .row .promo-tile.promo-tile-2 h2, #cta-tiles-v2 .row .promo-tile.promo-tile-2 p {
  color: #fff;
}
#cta-tiles-v2 .row .promo-tile.promo-tile-2 .swoosh {
  background-image: url(/img/homepage/tiles/677-swoosh.svg);
  background-repeat: no-repeat;
  background-position: 0 58px;
  padding-bottom: 20px;
}
#cta-tiles-v2 .row .promo-tile.promo-tile-3 {
  background-image: url(/img/homepage/tiles/677-promo3.png);
  height: 46.125rem;
  padding: 2.25rem 7rem;
  text-align: center;
}
#cta-tiles-v2 .row .promo-tile.promo-tile-3 h2, #cta-tiles-v2 .row .promo-tile.promo-tile-3 p {
  color: #5b6770;
}
#cta-tiles-v2 .row .promo-tile.promo-tile-4 {
  background-image: url(/img/homepage/tiles/666-promo4.png);
  height: 20rem;
  padding: 48px 888px 0 0;
}
#cta-tiles-v2 .row .promo-tile.promo-tile-4 h2 {
  text-align: center;
  line-height: 3.3125rem;
  color: #fff;
}

.hp-socials h2 {
  font-size: 3.125rem;
  font-weight: 600;
}
.hp-socials p {
  font-size: 1.5625rem;
  font-weight: 600;
}
.hp-socials a {
  margin-right: 1.1875rem;
}
.hp-socials a:last-of-type {
  margin-right: 0;
}
.hp-socials img {
  width: 71px;
}
.hp-socials .hp-social-item-1 {
  margin-left: 54px;
  margin-right: 23px;
  justify-content: flex-end;
}

/* --- old tile styles moved to backup file - JC 10/21/24 ---*/
/*#video_control_tile {
    font-family: Agenda-Light, Agenda Light, Agenda, Arial Narrow, sans-serif;
    color: $brandGray;
    position: absolute;
    bottom: PxToRem(15);
    left: PxToRem(15);
    background-color: white;
    border-radius: PxToRem(40);
    width: PxToRem(40);
    height: PxToRem(40);

    & button {
        display: contents;
        width: PxToRem(40);
        background-color: white;
        border: none;
        border-radius: PxToRem(20);
        cursor: pointer;
        background-color: black !important;

        & img {
            width: PxToRem(40);
            height: PxToRem(40);
        }
    }
}*/
@media (min-width: 993px) and (max-width: 1024px) {
  #cta-tiles-v2 .row.double-gc-promo .col-one .copy-col {
    padding: 0;
  }
  #cta-tiles-v2 .row.double-gc-promo .col-one .copy-col h2 {
    font-size: 30px;
    margin-bottom: 7px;
  }
  #cta-tiles-v2 .row.double-gc-promo .col-one .img-col {
    margin-top: 0px;
  }
  #cta-tiles-v2 .row.double-gc-promo .col-two {
    padding-top: 33px;
    padding-left: 60px;
  }
  #cta-tiles-v2 .row.double-gc-promo .col-two h2 {
    font-size: 30px;
    margin-bottom: 3px;
  }
  #cta-tiles-v2 .row.double-gc-promo .col-two .special {
    font-size: 25px;
    margin-bottom: 6px;
  }
  #cta-tiles-v2 .row .promo-tile h2 {
    font-size: 2.5rem;
  }
  #cta-tiles-v2 .row .promo-tile p {
    font-size: 1.25rem;
  }
  #cta-tiles-v2 .row .promo-tile.promo-tile-gc {
    height: 12.5625rem;
    padding: 28px 10em;
  }
  #cta-tiles-v2 .row .promo-tile.promo-tile-gc h2 {
    font-size: 2.25rem;
  }
  #cta-tiles-v2 .row .promo-tile.promo-tile-1 {
    height: 45.8125rem;
    padding: 2.75rem 4em;
  }
  #cta-tiles-v2 .row .promo-tile.promo-tile-2 {
    height: 39.5rem;
    padding: 1.8125rem 7em;
  }
  #cta-tiles-v2 .row .promo-tile.promo-tile-3 {
    height: 38.5rem;
    padding: 2.125rem 7em;
  }
  #cta-tiles-v2 .row .promo-tile.promo-tile-3 p {
    font-size: 1.25rem;
  }
  #cta-tiles-v2 .row .promo-tile.promo-tile-4 {
    height: 16rem;
    padding: 23px 698px 0 0;
  }
}
@media (min-width: 1024px) and (max-width: 1280px) {
  #cta-tiles-v2 .row.double-gc-promo .col-two .special {
    font-size: 23px;
  }
}
@media (max-width: 768px) {
  #cta-tiles-v2 .row.double-gc-promo {
    height: 100%;
    text-align: center;
    padding-left: 0px;
    /*padding: 40px 0em 0;
    border: 25px solid $fog;*/
  }
  #cta-tiles-v2 .row.double-gc-promo .col-one {
    border-right: 0;
    width: 100%;
  }
  #cta-tiles-v2 .row.double-gc-promo .col-one .copy-col {
    padding: 0;
  }
  #cta-tiles-v2 .row.double-gc-promo .col-one .copy-col h2 {
    font-size: 40px;
    margin-bottom: 7px;
  }
  #cta-tiles-v2 .row.double-gc-promo .col-one .img-col {
    margin: 0px;
  }
  #cta-tiles-v2 .row.double-gc-promo .col-two {
    padding: 30px 15px 0;
    width: 88%;
    margin: auto;
    border-top: 1px solid #5b6770;
  }
  #cta-tiles-v2 .row.double-gc-promo .col-two h2 {
    font-size: 40px;
    margin-bottom: 3px;
  }
  #cta-tiles-v2 .row.double-gc-promo .col-two .special {
    font-size: 20px;
    line-height: 26px;
    margin-bottom: 6px;
  }
  #cta-tiles-v2 .row.double-gc-promo .new-arrow-link {
    justify-content: center;
  }
  #cta-tiles-v2 .row .promo-tile h2 {
    font-size: 1.875rem;
    line-height: 2.6875rem;
  }
  #cta-tiles-v2 .row .promo-tile p {
    font-size: 1.125rem;
  }
  #cta-tiles-v2 .row .promo-tile.promo-tile-gc {
    height: 9.4375rem;
    padding: 10px 7em;
  }
  #cta-tiles-v2 .row .promo-tile.promo-tile-gc h2 {
    font-size: 1.625rem;
  }
  #cta-tiles-v2 .row .promo-tile.promo-tile-1 {
    height: 26.6875rem;
    padding: 1.1875rem 4em;
  }
  #cta-tiles-v2 .row .promo-tile.promo-tile-2 {
    height: 26.8125rem;
    padding: 0.5625rem 7em;
  }
  #cta-tiles-v2 .row .promo-tile.promo-tile-3 {
    height: 28.875rem;
    padding: 0.625rem 7em;
  }
  #cta-tiles-v2 .row .promo-tile.promo-tile-3 h2 {
    line-height: 2.6875rem;
  }
  #cta-tiles-v2 .row .promo-tile.promo-tile-3 p {
    font-size: 1.125rem;
  }
  #cta-tiles-v2 .row .promo-tile.promo-tile-4 {
    height: 12rem;
    padding: 23px 538px 0 0;
  }
  #cta-tiles-v2 .row .promo-tile.promo-tile-4 h2 {
    line-height: 2.1875rem;
  }

  .hp-socials h2 {
    font-size: 3.125rem;
  }
  .hp-socials h2, .hp-socials p {
    text-align: center;
  }
  .hp-socials a {
    margin-right: 1.1875rem;
  }
  .hp-socials img {
    width: 71px;
  }
  .hp-socials .hp-social-item-1, .hp-socials .hp-social-item-2 {
    margin-left: 0;
    margin-right: 0;
    justify-content: center;
  }
}
@media (max-width: 576px) {
  #cta-tiles-v2 .row.double-gc-promo {
    height: 100%;
    text-align: center;
    /*padding: 40px 0em 0;
    border: 25px solid $fog;*/
  }
  #cta-tiles-v2 .row.double-gc-promo .col-one {
    border-right: 0;
    width: 100%;
  }
  #cta-tiles-v2 .row.double-gc-promo .col-one .copy-col {
    padding: 0;
  }
  #cta-tiles-v2 .row.double-gc-promo .col-one .copy-col h2 {
    font-size: 40px;
    margin-bottom: 7px;
  }
  #cta-tiles-v2 .row.double-gc-promo .col-one .img-col {
    margin: 0px 0 10px;
  }
  #cta-tiles-v2 .row.double-gc-promo .col-two {
    padding: 30px 15px 0;
    width: 88%;
    margin: auto;
    border-top: 1px solid #5b6770;
  }
  #cta-tiles-v2 .row.double-gc-promo .col-two h2 {
    font-size: 40px;
    margin-bottom: 3px;
  }
  #cta-tiles-v2 .row.double-gc-promo .col-two .special {
    font-size: 20px;
    line-height: 26px;
    margin-bottom: 6px;
  }
  #cta-tiles-v2 .row.double-gc-promo .new-arrow-link {
    justify-content: center;
  }
  #cta-tiles-v2 .row .promo-tile h2 {
    font-size: 2.625rem;
    font-weight: 600;
    line-height: 3rem;
    text-align: center;
  }
  #cta-tiles-v2 .row .promo-tile p {
    font-size: 1.25rem;
    text-align: center;
  }
  #cta-tiles-v2 .row .promo-tile.promo-tile-gc {
    background-image: none;
    height: 30.0625rem;
    padding: 40px 0em 0;
    text-align: center;
    border: 25px solid #f3f1ec;
  }
  #cta-tiles-v2 .row .promo-tile.promo-tile-gc img {
    max-width: 437px;
    width: 90%;
  }
  #cta-tiles-v2 .row .promo-tile.promo-tile-gc h2 {
    font-size: 2.5rem;
    line-height: 3rem;
  }
  #cta-tiles-v2 .row .promo-tile.promo-tile-gc .new-arrow-link {
    justify-content: center;
    font-size: 22px;
    margin-top: 7px;
  }
  #cta-tiles-v2 .row .promo-tile.promo-tile-1 {
    background-image: url(/img/homepage/tiles/666-promo1-m.png);
    height: 42.0625rem;
    padding: 2.0625rem 5em;
  }
  #cta-tiles-v2 .row .promo-tile.promo-tile-1 h2 {
    margin-bottom: 8px;
  }
  #cta-tiles-v2 .row .promo-tile.promo-tile-2 {
    background-image: url(/img/homepage/tiles/666-promo2-m.png);
    height: 52.5625rem;
    padding: 2.125rem 3em;
  }
  #cta-tiles-v2 .row .promo-tile.promo-tile-3 {
    background-image: url(/img/homepage/tiles/666-promo3-m.png);
    height: 44.875rem;
    padding: 3.3125rem 7em;
  }
  #cta-tiles-v2 .row .promo-tile.promo-tile-3 h2 {
    margin-bottom: 8px;
  }
  #cta-tiles-v2 .row .promo-tile.promo-tile-3 p {
    font-size: 1.25rem;
  }
  #cta-tiles-v2 .row .promo-tile.promo-tile-4 {
    background-image: url(/img/homepage/tiles/666-promo4-m.png);
    height: 18.5625rem;
    padding: 79px 299px 0 0;
  }
  #cta-tiles-v2 .row .promo-tile.promo-tile-4 h2 {
    line-height: 2.5625rem;
  }

  .hp-socials h2 {
    font-size: 2.625rem;
  }
  .hp-socials p {
    font-size: 1.25rem;
    margin-bottom: 25px;
  }
  .hp-socials a {
    margin-right: 1.1875rem;
  }
  .hp-socials img {
    width: 71px;
  }
  .hp-socials .hp-social-item-1 {
    margin-left: 0;
    margin-right: 0;
  }
}
@media (max-width: 520px) {
  #cta-tiles-v2 .row.double-gc-promo .col-one .copy-col h2 {
    font-size: 37px;
  }
  #cta-tiles-v2 .row.double-gc-promo .col-two h2 {
    font-size: 37px;
  }
  #cta-tiles-v2 .row.double-gc-promo .col-two .special {
    font-size: 20px;
  }
  #cta-tiles-v2 .row.double-gc-promo .new-arrow-link {
    justify-content: center;
  }
  #cta-tiles-v2 .row .promo-tile h2 {
    font-size: 2.375rem;
    line-height: 3rem;
  }
  #cta-tiles-v2 .row .promo-tile p {
    font-size: 1.25rem;
  }
  #cta-tiles-v2 .row .promo-tile.promo-tile-gc h2 {
    font-size: 2.5rem;
    line-height: 3rem;
  }
  #cta-tiles-v2 .row .promo-tile.promo-tile-1 {
    height: 38rem;
    padding: 2em;
  }
  #cta-tiles-v2 .row .promo-tile.promo-tile-2 {
    height: 47.4375rem;
    padding: 2em;
  }
  #cta-tiles-v2 .row .promo-tile.promo-tile-3 {
    height: 40.4375rem;
    padding: 2em;
  }
  #cta-tiles-v2 .row .promo-tile.promo-tile-4 {
    height: 16.75rem;
    padding: 60px 271px 0 0;
  }
  #cta-tiles-v2 .row .promo-tile.promo-tile-4 h2 {
    line-height: 2.5625rem;
  }
}
@media (max-width: 480px) {
  #cta-tiles-v2 .row.double-gc-promo .col-one .copy-col h2 {
    font-size: 32px;
  }
  #cta-tiles-v2 .row.double-gc-promo .col-two h2 {
    font-size: 32px;
  }
  #cta-tiles-v2 .row.double-gc-promo .col-two .special {
    font-size: 18px;
  }
  #cta-tiles-v2 .row.double-gc-promo .new-arrow-link {
    justify-content: center;
  }
  #cta-tiles-v2 .row .promo-tile h2 {
    font-size: 2.375rem;
    line-height: 3rem;
  }
  #cta-tiles-v2 .row .promo-tile p {
    font-size: 1.25rem;
  }
  #cta-tiles-v2 .row .promo-tile.promo-tile-gc h2 {
    font-size: 2.5rem;
    line-height: 3rem;
  }
  #cta-tiles-v2 .row .promo-tile.promo-tile-1 {
    height: 35.0625rem;
    padding: 2em;
  }
  #cta-tiles-v2 .row .promo-tile.promo-tile-2 {
    height: 43.75rem;
    padding: 2em;
  }
  #cta-tiles-v2 .row .promo-tile.promo-tile-3 {
    height: 37.375rem;
    padding: 2em;
  }
  #cta-tiles-v2 .row .promo-tile.promo-tile-4 {
    height: 15.5rem;
    padding: 60px 271px 0 0;
  }
  #cta-tiles-v2 .row .promo-tile.promo-tile-4 h2 {
    line-height: 2.5625rem;
  }
}
@media (max-width: 430px) {
  #cta-tiles-v2 .row.double-gc-promo .col-one .copy-col h2 {
    font-size: 28px;
  }
  #cta-tiles-v2 .row.double-gc-promo .col-two h2 {
    font-size: 28px;
  }
  #cta-tiles-v2 .row.double-gc-promo .col-two .special {
    font-size: 16px;
  }
  #cta-tiles-v2 .row.double-gc-promo .new-arrow-link {
    justify-content: center;
  }
  #cta-tiles-v2 .row .promo-tile h2 {
    font-size: 2.1875rem;
    line-height: 2.5rem;
  }
  #cta-tiles-v2 .row .promo-tile p {
    font-size: 1.25rem;
  }
  #cta-tiles-v2 .row .promo-tile.promo-tile-gc h2 {
    font-size: 2.1875rem;
    line-height: 2.5rem;
  }
  #cta-tiles-v2 .row .promo-tile.promo-tile-1 {
    height: 31.4375rem;
    padding: 2em;
  }
  #cta-tiles-v2 .row .promo-tile.promo-tile-2 {
    height: 42rem;
    padding: 2em;
  }
  #cta-tiles-v2 .row .promo-tile.promo-tile-3 {
    height: 33.5rem;
    padding: 2em;
  }
  #cta-tiles-v2 .row .promo-tile.promo-tile-4 {
    height: 13.875rem;
    padding: 40px 221px 0 0;
  }
  #cta-tiles-v2 .row .promo-tile.promo-tile-4 h2 {
    line-height: 2.5625rem;
  }

  .hp-socials h2 {
    font-size: 2.1875rem;
  }
  .hp-socials p {
    font-size: 1.125rem;
    margin-bottom: 25px;
  }
  .hp-socials a {
    margin-right: 0.9375rem;
  }
  .hp-socials img {
    width: 60px;
  }
}
@media (max-width: 414px) {
  #cta-tiles-v2 .row .promo-tile h2 {
    font-size: 1.875rem;
    line-height: 2.1875rem;
  }
  #cta-tiles-v2 .row .promo-tile p {
    font-size: 1.25rem;
  }
  #cta-tiles-v2 .row .promo-tile.promo-tile-gc h2 {
    font-size: 1.875rem;
    line-height: 2.1875rem;
  }
  #cta-tiles-v2 .row .promo-tile.promo-tile-1 {
    height: 30.25rem;
    padding: 2em;
  }
  #cta-tiles-v2 .row .promo-tile.promo-tile-2 {
    height: 37.625rem;
    padding: 2em;
  }
  #cta-tiles-v2 .row .promo-tile.promo-tile-3 {
    height: 32.1875rem;
    padding: 2em;
  }
  #cta-tiles-v2 .row .promo-tile.promo-tile-4 {
    height: 13.3125rem;
    padding: 40px 221px 0 0;
  }
  #cta-tiles-v2 .row .promo-tile.promo-tile-4 h2 {
    line-height: 2.5625rem;
  }

  .hp-socials h2 {
    font-size: 2.1875rem;
  }
  .hp-socials p {
    font-size: 1rem;
    margin-bottom: 25px;
  }
  .hp-socials a {
    margin-right: 0.625rem;
  }
  .hp-socials img {
    width: 40px;
  }
}
@media (max-width: 390px) {
  #cta-tiles-v2 .row .promo-tile h2 {
    font-size: 1.375rem;
    line-height: 1.75rem;
  }
  #cta-tiles-v2 .row .promo-tile p {
    font-size: 1.125rem;
  }
  #cta-tiles-v2 .row .promo-tile.promo-tile-gc h2 {
    font-size: 1.5625rem;
    line-height: 1.875rem;
  }
  #cta-tiles-v2 .row .promo-tile.promo-tile-1 {
    height: 28.5rem;
  }
  #cta-tiles-v2 .row .promo-tile.promo-tile-2 {
    height: 35.625rem;
  }
  #cta-tiles-v2 .row .promo-tile.promo-tile-3 {
    height: 30.375rem;
  }
  #cta-tiles-v2 .row .promo-tile.promo-tile-3 h2 {
    line-height: 1.75rem;
  }
  #cta-tiles-v2 .row .promo-tile.promo-tile-4 {
    height: 12.5625rem;
    padding: 40px 221px 0 0;
  }
}
@media (max-width: 375px) {
  #cta-tiles-v2 .row .promo-tile h2 {
    font-size: 1.5625rem;
    line-height: 1.875rem;
  }
  #cta-tiles-v2 .row .promo-tile p {
    font-size: 1.125rem;
  }
  #cta-tiles-v2 .row .promo-tile.promo-tile-gc {
    height: 23.4375rem;
  }
  #cta-tiles-v2 .row .promo-tile.promo-tile-gc h2 {
    font-size: 1.5625rem;
    line-height: 1.875rem;
  }
  #cta-tiles-v2 .row .promo-tile.promo-tile-1 {
    height: 27.375rem;
  }
  #cta-tiles-v2 .row .promo-tile.promo-tile-2 {
    height: 34.25rem;
  }
  #cta-tiles-v2 .row .promo-tile.promo-tile-3 {
    height: 29.25rem;
  }
  #cta-tiles-v2 .row .promo-tile.promo-tile-3 p {
    font-size: 1.125rem;
  }
  #cta-tiles-v2 .row .promo-tile.promo-tile-4 {
    height: 12.125rem;
    padding: 40px 221px 0 0;
  }
}
.go-finding-container {
  /*display: inline-flex;
  justify-content: space-evenly;
  background-image: $locator-bg;
  background-color: $darkgray;
  background-repeat: no-repeat;
  justify-content: center;*/
  height: 5rem;
  width: 100%;
}
.go-finding-container .go-finding-copy {
  padding-right: 20px;
}
.go-finding-container .go-finding-copy h2 {
  color: #fff;
  width: auto;
  font-size: 24px;
  line-height: 5rem;
  font-weight: 600;
}
.go-finding-container .go-finding-copy img {
  width: 100%;
  max-width: 791px;
  height: auto;
}
.go-finding-container .location-form {
  /*background-color: rgba(255,255,255,0.75);*/
  width: 20.3125rem;
  padding: 0 10px;
  vertical-align: top;
  margin-top: 21px;
  margin-left: 0px;
  height: 2.5rem;
  vertical-align: top;
}
.go-finding-container .location-form input[type=text] {
  padding: 0.5em 0;
  width: 230px;
  color: #5b6770;
  font-size: 14px;
  font-weight: 600;
}
.go-finding-container .location-form input[type=text]::-webkit-input-placeholder {
  /* Chrome */
  color: #5b6770;
}
.go-finding-container .location-form input[type=text]:-ms-input-placeholder {
  /* IE 10+ */
  color: #5b6770;
}
.go-finding-container .location-form input[type=text]::-moz-placeholder {
  /* Firefox 19+ */
  color: #5b6770;
}
.go-finding-container .location-form input[type=text]:-moz-placeholder {
  /* Firefox 4 - 18 */
  color: #5b6770;
}
.go-finding-container .location-form input[type=text] + label {
  display: none;
}
.go-finding-container .location-form input[type=text]:focus {
  outline: 2px solid #2e70be;
}
.go-finding-container .location-form .location-submit-btn {
  color: #007681;
  float: right;
  height: 35px;
  top: -42px;
  left: -6px;
  position: relative;
}

@media (min-width: 577px) and (max-width: 992px) {
  .go-finding-container {
    height: 80px;
  }
}
@media (max-width: 768px) {
  .go-finding-container {
    display: block;
    /*background-image: $m-locator-bg;
    height: 132px;*/
    padding-top: 30px;
  }
  .go-finding-container .go-finding-locator {
    max-width: 325px;
    margin: auto;
  }
  .go-finding-container .location-form {
    margin: auto;
  }
  .go-finding-container .location-form input[type=text] {
    width: 225px;
  }
  .go-finding-container .location-form .location-submit-btn {
    height: 35px;
  }
  .go-finding-container .go-finding-copy {
    text-align: center;
    padding-right: 0;
  }
  .go-finding-container .go-finding-copy h2 {
    line-height: 4rem;
    font-size: 20px;
  }
}
@media (max-width: 375px) {
  .go-finding-container .location-form {
    width: 90%;
    margin: 0 auto;
  }
  .go-finding-container .go-finding-copy h2 {
    font-size: 18px;
  }
}
#seo-hideshow {
  padding: 0 1rem 1rem;
}
#seo-hideshow .seo-header {
  font-size: 1rem;
  margin-bottom: 1.25rem;
}
#seo-hideshow .show-more-copy {
  display: none;
}
#seo-hideshow .show-less, #seo-hideshow .show-more {
  cursor: pointer;
  color: #c2103c;
  text-decoration: underline;
  font-size: 14px;
  margin-bottom: 20px;
  text-align: right;
  display: block;
}
#seo-hideshow .show-less:focus ~ .show-more-copy {
  display: none;
}
#seo-hideshow .show-more:focus ~ .show-more-copy {
  display: block;
}

div > background-image {
  display: block;
  position: absolute;
  top: 50%;
  left: 50%;
  min-height: 100%;
  min-width: 100%;
  transform: translate(-50%, -50%);
}

#carousel-section {
  display: block;
  width: 100%;
  position: relative;
}
#carousel-section .container-fluid {
  padding: 0;
}
#carousel-section #carousel {
  z-index: 90;
}
#carousel-section #carousel .carousel-inner {
  height: 32.375rem;
}
#carousel-section #carousel .carousel-inner .carousel-item {
  height: inherit;
  /*
  &:nth-of-type(1) .slide-container {
      background-image: url(/img/heros/hero3.png);
      background-position: top;
      background-size: contain;
      height: inherit;
  }
  */
}
#carousel-section #carousel .carousel-inner .carousel-item .slide-container {
  position: relative;
  background-repeat: no-repeat;
  width: 100%;
  height: 0;
  padding-top: 66%;
}
#carousel-section #carousel .carousel-inner .carousel-item:nth-of-type(1) .slide-container {
  background-image: url(/img/heros/hero1.jpg);
  background-position: top;
  background-size: contain;
  height: inherit;
}
#carousel-section #carousel .carousel-inner .carousel-item:nth-of-type(2) .slide-container {
  background-image: url(/img/heros/hero2.png);
  background-position: top;
  background-size: contain;
  height: inherit;
}
#carousel-section .carousel-control-prev, #carousel-section .carousel-control-next {
  width: 5%;
  margin: 0.5rem;
  z-index: 100;
}
#carousel-section .carousel-control-prev-icon {
  background-image: url(/img/heros/prev-arrow.svg);
  height: 6.25rem;
}
#carousel-section .carousel-control-next-icon {
  background-image: url(/img/heros/next-arrow.svg);
  height: 6.25rem;
}
#carousel-section .ctas .ddlink {
  display: block;
  position: absolute;
  top: 28.125rem;
  left: 33.125rem;
  width: 13.75rem;
  height: 3.125rem;
  cursor: pointer;
  z-index: 100;
}
#carousel-section .ctas .tjmlink {
  position: absolute;
  top: 16.875rem;
  left: 11.25rem;
  width: 13.75rem;
  height: 5rem;
  cursor: pointer;
}
#carousel-section .ctas .marlink {
  position: absolute;
  top: 16.875rem;
  left: 26.25rem;
  width: 13.75rem;
  height: 5rem;
  cursor: pointer;
}

/*
#hero-slider {
    padding: 0;
    max-width: PxToRem(1280);

    .container {
        padding: 0;
    }
}

#hgcarousel {

    .carousel {
        position: relative;
        z-index: 90;
    }

    .ctas {
        position: relative;
        //background-image: url(/img/heros/hero2-text.jpg);
        //background-size: cover;

        .hglink {
            position: absolute;
            top: 380px;
            left: 80px;
            width: 180px;
            height: 80px;
            cursor: pointer;
            //border: 1px solid #999;
        }

        .tjmlink {
            position: absolute;
            top: 380px;
            left: 300px;
            width: 160px;
            height: 80px;
            cursor: pointer;
            //border: 1px solid #999;
        }

        .marlink {
            position: absolute;
            top: 380px;
            left: 500px;
            width: 160px;
            height: 80px;
            cursor: pointer;
            //border: 1px solid #999;
        }
    }
}
*/
@media (min-width: 992px) and (max-width: 1024px) {
  #carousel-section #carousel .carousel-inner {
    height: 25.9375rem;
  }
  #carousel-section #carousel .carousel-inner .carousel-item .slide-container {
    background-size: cover;
    height: inherit;
    overflow: hidden;
  }

  .carousel-control-prev-icon, .carousel-control-next-icon {
    height: 5rem;
  }
}
@media (min-width: 577px) and (max-width: 992px) {
  #carousel-section #carousel .carousel-inner {
    height: 19.375rem;
  }
  #carousel-section #carousel .carousel-inner .carousel-item .slide-container {
    position: relative;
    height: 19.375rem;
    width: 100vw;
    background-repeat: no-repeat;
    overflow: hidden;
  }
  #carousel-section .carousel-control-prev-icon, #carousel-section .carousel-control-next-icon {
    height: 3.125rem;
  }
}
@media (max-width: 576px) {
  /*
  #hgcarousel {
      .carousel-control-prev-icon, .carousel-control-next-icon {
          position: relative;
          top: PxToRem(300);
      }

      .carousel-inner {
          height: 660px;
      }
  }
  */
  #carousel-section #carousel {
    z-index: 90;
  }
  #carousel-section #carousel .carousel-inner {
    height: 36rem;
  }
  #carousel-section #carousel .carousel-inner .carousel-item {
    /*
    &:nth-of-type(1) .slide-container {
        background-image: url(/img/heros/hero3-m.png);
        background-position: top;
        background-size: cover;
    }
    */
  }
  #carousel-section #carousel .carousel-inner .carousel-item .slide-container {
    position: relative;
    height: 32.375rem;
    width: 100vw;
    background-repeat: no-repeat;
  }
  #carousel-section #carousel .carousel-inner .carousel-item .slide-container .slide-ctas {
    width: 100vw;
    position: absolute;
    top: 0;
    left: 0;
    display: flex;
    flex-direction: column;
    padding: 1.25rem;
    height: 36rem;
    justify-content: start;
    margin-top: 10rem;
  }
  #carousel-section #carousel .carousel-inner .carousel-item .slide-container .slide-ctas a {
    position: unset;
    left: unset;
    top: unset;
    width: 90vw;
    height: unset;
    justify-content: center;
    display: flex;
    vertical-align: top;
    padding: 0;
    margin-bottom: 1.25rem;
  }
  #carousel-section #carousel .carousel-inner .carousel-item .slide-container .slide-ctas a img {
    width: 8.75rem;
    height: auto;
  }
  #carousel-section #carousel .carousel-inner .carousel-item:nth-of-type(1) .slide-container {
    background-image: url(/img/heros/hero1-text-m.png);
    background-position: top;
    background-size: cover;
  }
  #carousel-section #carousel .carousel-inner .carousel-item:nth-of-type(2) .slide-container {
    background-image: url(/img/heros/hero2-m.png);
    background-position: top;
    background-size: cover;
  }
  #carousel-section .carousel-control-prev, #carousel-section .carousel-control-next {
    z-index: 100;
  }
  #carousel-section .carousel-control-prev-icon, #carousel-section .carousel-control-next-icon {
    height: 3.125rem;
  }
  #carousel-section .ctas .ddlink {
    position: absolute;
    top: 27.5rem;
    left: 4.375rem;
    width: 13.75rem;
    height: 3.125rem;
    cursor: pointer;
    z-index: 100;
  }
  #carousel-section .ctas .tjmlink {
    position: absolute;
    top: 10rem;
    left: 7.5rem;
    width: 10rem;
    height: 4.375rem;
    cursor: pointer;
  }
  #carousel-section .ctas .marlink {
    position: absolute;
    top: 15.625rem;
    left: 7.5rem;
    width: 10rem;
    height: 4.375rem;
    cursor: pointer;
  }
}
#introduction {
  padding: 0;
  max-width: 80rem;
  margin-top: 1rem;
}

#banner {
  padding: 0;
  max-width: 80rem;
}

#promotion {
  /*display: none;*/
  padding: 0;
  max-width: 80rem;
  margin-bottom: 1.875rem;
}
#promotion .container-md {
  padding: 0;
}

#grid {
  padding: 0;
  flex-direction: row;
  max-width: 80rem;
}
#grid .col:last-child {
  margin: 0;
}
#grid h3 {
  font-size: 0.9375rem;
  text-transform: uppercase;
  color: #5b6770;
  font-weight: 500;
  margin-top: 0.625rem;
}
#grid a {
  color: #c2103c;
  text-decoration: none;
}
#grid p {
  font-weight: 800;
  font-size: 0.9375rem;
  color: #007681;
  text-align: left;
  flex-wrap: nowrap;
}
#grid img {
  max-width: 292px;
}

@media (min-width: 577px) and (max-width: 992px) {
  #grid .row {
    display: flex;
    flex-direction: row;
  }
  #grid h3 {
    font-size: 0.75rem;
  }
  #grid p {
    font-size: 0.625rem;
  }
}
@media (max-width: 576px) {
  #introduction {
    margin-top: 0rem;
  }

  #hero-slider {
    display: none;
  }

  #grid {
    display: flex;
    flex-direction: column;
  }
  #grid .row {
    display: flex;
    flex-direction: column;
    margin: 0;
  }
  #grid .col {
    display: flex;
    justify-content: center;
    margin: auto;
  }
  #grid img {
    max-width: unset;
  }
}
.promotion {
  height: 300px;
}
.promotion .row h2, .promotion .row p {
  color: #007681;
  margin-bottom: 0.75rem;
}
.promotion .row p {
  font-size: 1.25rem;
  font-weight: 600;
  line-height: 1.5rem;
}
.promotion .row .m-only {
  display: none;
}

@media (max-width: 576px) {
  .promotion {
    height: revert;
    text-align: center;
    /*background-image: url(../img/banners/571-banner-online-m.jpg);*/
  }
  .promotion .row {
    padding: 0 0 30px;
    --bs-gutter-x: 0;
  }
  .promotion .row .m-only {
    display: block;
  }
}
@media (max-width: 414px) {
  .promotion .row h2 {
    font-size: 1.5rem;
  }
  .promotion .row p {
    margin-bottom: 20px;
  }
}
.location-finder-tabs {
  display: none;
}

.location-finder {
  position: relative;
  overflow: hidden;
}
.location-finder .gm-location-popup {
  background-color: #fff;
  display: flex !important;
  padding: 20px;
  position: absolute;
  border: 1px solid #CCC;
  left: 0;
  top: 0;
  transform: translateX(-50%) translateY(calc(-100% - 60px));
  min-width: 200px;
}
.location-finder .gm-location-popup h3 {
  font-size: 18px;
  font-family: Poppins;
  font-weight: 300;
  line-height: 1.3333333333;
  /*white-space: nowrap;*/
}
.location-finder .gm-location-popup h4 {
  font-size: 14px;
  font-family: Poppins;
  font-weight: 300;
  line-height: 1.7142857143;
  margin-top: 0.8em;
  white-space: nowrap;
}
.location-finder .gm-location-popup .phone-link a {
  font-weight: 300;
  font-size: 14px;
  color: #2e70be;
  display: inline-block;
  border-bottom: 1px #2e70be dotted;
  margin-top: 0;
}
.location-finder .gm-location-popup .phone-link a:after {
  display: none;
}
.location-finder .gm-location-popup a {
  font-size: 12px;
  text-transform: uppercase;
  margin-top: 1em;
  font-weight: 700;
  color: #c2103c;
  text-decoration: none;
  display: inline-block;
}
.location-finder .gm-location-popup a:visited {
  color: #c2103c;
}
.location-finder .gm-location-popup a:after {
  content: "";
  width: 4px;
  height: 4px;
  border-color: #c2103c;
  margin: 0 0 0 4px;
  border-style: solid;
  display: inline-block;
  border-width: 2px 2px 0 0;
  position: relative;
  transform: translateY(-1px) translateX(0) rotate(45deg);
  transition: transform 0.3s;
}
.location-finder .gm-location-popup a:hover:after {
  transform: translateY(-1px) translateX(0) rotate(45deg);
}
.location-finder .gm-location-popup button {
  width: 25px;
  height: 25px;
  background: none;
  border: none;
  padding: 0;
  position: relative;
  cursor: pointer;
  outline: 0;
}
.location-finder .gm-location-popup button:before, .location-finder .gm-location-popup button:after {
  content: "";
  position: absolute;
  width: 1px;
  height: 32px;
  background-color: #333;
  left: 50%;
  top: 50%;
}
.location-finder .gm-location-popup button:before {
  transform: translateX(-50%) translateY(-50%) rotate(45deg);
}
.location-finder .gm-location-popup button:after {
  transform: translateX(-50%) translateY(-50%) rotate(-45deg);
}
.location-finder .gm-location-popup:after {
  content: "";
  width: 20px;
  height: 20px;
  position: absolute;
  background-color: #fff;
  border-color: #979797;
  border-style: solid;
  border-width: 0 1px 1px 0;
  top: calc(100% + 1px);
  left: 50%;
  transform: translateX(-50%) translateY(-50%) rotate(45deg);
}
.location-finder .location-finder-container {
  height: 560px;
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  display: -ms-grid;
  -ms-grid-columns: 50% 50%;
  -ms-grid-rows: auto;
}
.location-finder #results-holder {
  overflow: visible;
}
.location-finder .results-container {
  grid-column: 1;
  grid-row: 1;
  -ms-grid-column: 1;
  -ms-grid-row: 1;
}
.location-finder .results-container #defaulttxt {
  font-weight: 700;
  font-size: 16px;
  line-height: 1.43;
  padding: 3em;
  width: 80%;
}
.location-finder .results-container .results-near {
  padding-top: 10px;
  padding-left: 20px;
}
.location-finder .map-container {
  grid-column: 2;
  grid-row: 1;
  -ms-grid-row: 1;
  -ms-grid-column: 2;
}
.location-finder .search-results {
  overflow: hidden;
  overflow-y: scroll;
  height: 498px;
}
.location-finder .load-more-btn {
  width: 100%;
  height: 62px;
  border: 0;
  border-top: 1px solid #D8D8D8;
  border-bottom: 1px solid #D8D8D8;
  font-size: 16px;
  font-weight: 300;
  color: #D0021B;
  text-transform: uppercase;
  outline: 0;
  cursor: pointer;
  background-color: rgba(0, 0, 0, 0);
  transition: background-color 0.3s;
}
.location-finder .load-more-btn:hover {
  background-color: rgba(0, 0, 0, 0.1);
}
.location-finder .load-more-btn:focus {
  border: 2px solid #2e70be;
}
.location-finder .search-result {
  display: block;
  /*display: grid;*/
  /*grid-template-columns: 5fr 1fr;*/
  border-bottom: 1px solid #D8D8D8;
  padding: 20px;
  /*height: 200px;*/
  box-sizing: border-box;
  /*width: 300px;*/
  background-color: #fff;
}
.location-finder .designations {
  margin: 8px 0 20px 0;
  display: flex;
  align-items: center;
}
.location-finder .designations img {
  width: 25px;
  display: inline-block;
  margin-right: 10px;
}
.location-finder .designations p {
  margin-bottom: 0;
  margin-right: 20px;
  color: #999;
  font-size: 10px;
  line-height: 1.1;
  display: inline-block;
  width: auto;
}
.location-finder .store-info-container {
  display: inline-block;
  max-width: 80%;
}
.location-finder .indicator {
  display: inline-block;
  align-items: center;
  /*flex-direction: column;*/
  vertical-align: top;
  float: right;
}
.location-finder .indicator .pin {
  display: flex;
  align-items: center;
  justify-content: space-around;
  color: #fff;
  font-weight: 800;
  font-size: 17px;
  width: 28px;
  height: 40px;
  background-image: url(../img/location_finder/pin_marker.svg);
}
.location-finder .indicator p {
  font-weight: 300;
  font-size: 14px;
  color: #5b6770;
}
.location-finder address {
  font-size: 18px;
  font-weight: 300;
  color: #5b6770;
  line-height: 1.33;
}
.location-finder .arrow-link {
  font-size: 12px;
  color: #c2103c;
}
.location-finder .arrow-link:after {
  content: "";
  display: inline-block;
  width: 6px;
  height: 6px;
  margin-left: 0px;
  border-style: solid;
  border-color: #c2103c;
  border-width: 2px 2px 0 0;
  transform: translateY(-1px) translateX(0) rotate(45deg);
  transition: transform 0.3s;
}
.location-finder .arrow-link:hover:after {
  transform: translateY(-1px) translateX(4px) rotate(45deg);
}
.location-finder .map-container {
  height: 560px;
  background-image: url(../img/location_finder/static-map.gif);
  background-color: #CCC;
}
.location-finder .map-container .load-more-btn {
  display: none;
}
.location-finder .location-close-btn {
  width: 50px;
  height: 50px;
  position: absolute;
  right: 0;
  top: 0;
  background-color: rgba(255, 255, 255, 0.8);
  border: 0;
  outline: 0;
  cursor: pointer;
  font-size: 0px;
}
.location-finder .location-close-btn:before, .location-finder .location-close-btn:after {
  content: "";
  width: 1px;
  height: 100%;
  position: absolute;
  background-color: #333;
  left: 50%;
  top: 0;
}
.location-finder .location-close-btn:before {
  transform: translateX(-50%) rotate(45deg);
}
.location-finder .location-close-btn:after {
  transform: translateX(-50%) rotate(-45deg);
}
.location-finder.hide {
  display: none;
}
.location-finder.measuring {
  position: absolute;
  left: -9999px;
  height: auto;
  width: 100%;
}
.location-finder.growing {
  height: 0;
}

@media (max-width: 992px) {
  .location-finder address {
    font-size: 16px;
  }
}
@media (max-width: 576px) {
  .location-finder-tabs {
    display: flex;
    justify-content: space-around;
    padding: 16px;
    box-sizing: border-box;
    height: 55px;
    background-color: #fff;
  }
  .location-finder-tabs button {
    background: 0;
    border: 0;
    border-color: transparent;
    border-style: solid;
    border-width: 0 0 1px 0;
    font-size: 14px;
    font-family: Poppins, sans-serif;
    font-weight: 300;
    color: #5b6770;
    transition: all 0.3s;
    padding: 0;
    cursor: pointer;
    outline: 0;
  }
  .location-finder-tabs button.active {
    color: #c2103c;
    border-color: #c2103c;
    cursor: default;
  }

  .location-finder #results-holder {
    overflow: hidden;
  }
  .location-finder .location-finder-container {
    height: auto;
    /*border-top: 1px solid #D8D8D8;*/
    grid-template-columns: repeat(2, 1fr);
    width: 200vw;
    position: relative;
    transition: transform 0.4s;
  }
  .location-finder .location-finder-container .map-container {
    display: none;
  }
  .location-finder .location-finder-container .map-container .load-more-btn {
    display: block;
  }
  .location-finder .location-finder-container.map-active {
    transform: translateX(-50%);
    height: calc(100vh - 55px);
  }
  .location-finder .location-finder-container.results-active {
    transform: translateX(0%);
  }
  .location-finder .search-results {
    height: auto;
  }
  .location-finder address {
    font-size: 18px;
  }
  .location-finder .location-close-btn {
    top: 56px;
    transition: transform 0.3s;
  }
  .location-finder .location-close-btn.map-active {
    transform: translateX(0%);
  }
  .location-finder .location-close-btn.results-active {
    transform: translateX(0%);
    transform: scale(0.5);
  }
}
.store-locator-container {
  background-color: #fff;
}

.store-finder-additional {
  font-size: 12px !important;
  width: 100% !important;
}

.store-finder-page {
  max-width: 1024px;
  padding: 36px 16px 0px 16px;
  margin: 0 auto;
}
.store-finder-page .pattern-copy {
  width: 205px;
  max-width: 100%;
  font-weight: 800;
  font-family: Poppins, sans-serif;
  margin-bottom: 16px;
}
.store-finder-page p {
  /*font-size: 16px;
  color: $brandGray;
  width: 100%;*/
  margin-bottom: 60px;
}
.store-finder-page .autocompleteContainer .widget-container .input-container input {
  width: 339px !important;
}
.store-finder-page .location-finder {
  overflow: visible;
  text-align: center;
}
.store-finder-page .location-finder .location-form-container {
  width: 339px;
  margin: auto;
  text-align: left;
}
.store-finder-page .location-finder label {
  color: #5b6770;
  font-size: 15px;
  font-weight: 600;
}
.store-finder-page .location-finder .location-form {
  /*height: 43px;*/
  width: 339px;
  /*border: 1px solid $darkgray;*/
  display: flex;
  /*justify-content: space-between;
  align-items: center;*/
  margin: 10px auto 0;
  color: #5b6770;
}
.store-finder-page .location-finder .location-form .location-input {
  padding: 0 12px;
  width: 100%;
}
.store-finder-page .location-finder .location-form .location-input + label {
  /*display: none;*/
}
.store-finder-page .location-finder .location-form .location-submit-btn {
  color: #c2103c;
  padding: 0 16px;
  position: relative;
  left: -70px;
}
.store-finder-page .location-finder .location-finder-container {
  margin-top: 50px;
  height: 100vh;
  max-height: 684px;
  grid-template-columns: repeat(2, 1fr);
  box-shadow: -3px 3px 18px rgba(0, 0, 0, 0.1);
}
.store-finder-page .location-finder .map-container, .store-finder-page .location-finder .results-container {
  height: 100vh;
  max-height: 684px;
  /*width: 340px;*/
  display: inline-block;
  vertical-align: top;
  overflow: hidden;
}
.store-finder-page .location-finder .search-results {
  height: calc(100% - 62px);
  /*height: 90%;*/
}
.store-finder-page .location-finder .indicator p {
  width: auto;
}
.store-finder-page .location-finder .designations p {
  width: auto;
}
.store-finder-page .go-block h2 {
  font-size: 40px;
  font-weight: 600;
  margin-bottom: -20px;
  text-align: center;
}
.store-finder-page .go-block h2 span {
  background-color: #fff;
  padding: 0 30px 0 22px;
  position: relative;
}
.store-finder-page .go-block .row {
  border: 2px solid #5b6770;
  padding: 40px;
}
.store-finder-page .go-block .row .go-col-1, .store-finder-page .go-block .row .go-col-2 {
  width: 50%;
}
.store-finder-page .go-block .row .go-col-1 {
  display: flex;
  justify-content: end;
}

@media (max-width: 576px) {
  .store-finder-page {
    padding: 16px;
  }
  .store-finder-page p {
    font-size: 14px;
  }
  .store-finder-page .location-finder h1.desktop {
    display: none;
  }
  .store-finder-page .location-finder h1.mobile {
    display: block;
  }
  .store-finder-page .location-finder h1.mobile img {
    width: 100%;
    height: auto;
  }
  .store-finder-page .location-finder .location-finder-container {
    margin-top: 0;
    height: auto;
    width: 200vw;
    margin-left: -16px;
    max-height: none;
    box-shadow: none;
  }
  .store-finder-page .location-finder .results-container {
    height: auto;
    max-height: none;
  }
  .store-finder-page .location-finder .map-container {
    display: none;
  }
  .store-finder-page .location-finder .search-results {
    height: auto;
  }
  .store-finder-page .go-block h2 {
    font-size: 30px;
    margin-bottom: -48px;
  }
  .store-finder-page .go-block h2 span {
    padding: 0;
  }
  .store-finder-page .go-block .row {
    padding: 70px 10px 40px;
  }
}
@media (max-width: 430px) {
  .store-finder-page .go-block .row .go-col-1, .store-finder-page .go-block .row .go-col-2 {
    width: 100%;
    display: flex;
    justify-content: center;
  }
}
.accordion-item {
  border: 1px solid #eeeff0;
}
.accordion-item:last-of-type, .accordion-item:first-of-type {
  border-radius: 0 !important;
  border-color: #eeeff0 !important;
}

.accordion button {
  position: relative;
  display: block;
  text-align: left;
  width: 100%;
  padding: 12px 58px;
  font-size: 1.15rem;
  font-weight: 400;
  border: none;
  background: none;
  outline: none;
}
.accordion button:hover, .accordion button:focus {
  cursor: pointer;
  color: #5b6770;
  background-color: rgba(0, 0, 0, 0.03);
}
.accordion button:hover:after, .accordion button:focus:after {
  cursor: pointer;
  color: #5b6770;
  border: 1px solid #eeeff0;
}
.accordion button .accordion-title {
  font-size: 1rem;
  color: #5b6770;
}
.accordion button .icon {
  display: inline-block;
  position: absolute;
  top: 13px;
  right: 21px;
  width: 22px;
  height: 22px;
  color: #5b6770;
}
.accordion button .icon:before {
  display: block;
  position: absolute;
  content: "";
  top: 9px;
  left: 5px;
  width: 15px;
  height: 1px;
  background: currentColor;
}
.accordion button .icon:after {
  display: block;
  position: absolute;
  content: "";
  top: 2px;
  left: 12px;
  width: 1px;
  height: 15px;
  background: currentColor;
  transition: rotate 0.2s;
}
.accordion button[aria-expanded=true] {
  color: #5b6770;
}
.accordion button[aria-expanded=true] .icon::after {
  rotate: 90deg;
}
.accordion button[aria-expanded=true] + .accordion-content {
  opacity: 1;
  max-height: 100%;
  padding: 1em 3em;
  display: block;
}
.accordion .accordion-content {
  opacity: 0;
  max-height: 0;
  overflow: hidden;
  display: none;
}
.accordion .accordion-content p {
  font-weight: 300;
  font-size: 15px;
  padding: 0 50px;
}
.accordion .accordion-content p a {
  color: #c2103c;
  font-weight: 700;
}
.accordion .accordion-content ul, .accordion .accordion-content ol {
  list-style: initial;
}
.accordion .accordion-content ul li, .accordion .accordion-content ol li {
  font-weight: 300;
  font-size: 15px;
  line-height: 26px;
  margin-bottom: 0;
  margin-left: 50px;
  color: #5b6770;
}
.accordion .accordion-content ul li a, .accordion .accordion-content ol li a {
  color: #c2103c;
  font-weight: 700;
}
.accordion .accordion-content ul li ul, .accordion .accordion-content ul li ol, .accordion .accordion-content ol li ul, .accordion .accordion-content ol li ol {
  margin: 0;
}
.accordion .accordion-content ul.bonus-padding li, .accordion .accordion-content ol.bonus-padding li {
  margin-left: 100px;
}

@media (max-width: 576px) {
  .accordion button {
    padding-left: 20px;
  }
  .accordion .accordion-content p {
    padding: 0;
  }
  .accordion .accordion-content ul li {
    margin-left: 12px;
  }
  .accordion .accordion-content ul.bonus-padding li {
    margin-left: 30px;
  }
}
.customer-service-wrap {
  padding: 50px 50px 0 50px;
  color: #5b6770;
  overflow: hidden;
  background-color: #fff;
}
.customer-service-wrap p {
  color: #5b6770;
}
.customer-service-wrap em {
  font-style: italic;
}
.customer-service-wrap u, .customer-service-wrap strong {
  font-weight: bold;
}
.customer-service-wrap section {
  margin-bottom: 54px;
}
.customer-service-wrap h2, .customer-service-wrap h3, .customer-service-wrap h4 {
  font-size: 18px;
  margin-bottom: 1em;
  color: #5b6770;
}
.customer-service-wrap .intro {
  margin-bottom: 64px;
}
.customer-service-wrap .intro p {
  max-width: 600px;
  font-size: 16px;
}
.customer-service-wrap .pattern-copy {
  max-width: 293px;
  margin-bottom: 21px;
  font-weight: 800;
  font-family: Poppins, sans-serif;
}
.customer-service-wrap .contact-info {
  display: flex;
}
.customer-service-wrap .contact-info .contact-info-copy {
  margin-bottom: 0;
  width: calc(50% + 40px);
  border-right: 1px solid #D8D8D8;
  font-size: 16px;
  box-sizing: border-box;
  padding-right: 50px;
}
.customer-service-wrap .contact-info div {
  flex-grow: 1;
  box-sizing: border-box;
  padding-left: 20px;
}
.customer-service-wrap .contact-info div a {
  display: inline-block;
  margin-bottom: 0.8em;
  font-weight: 300;
  font-size: 16px;
  color: #2e70be;
  text-decoration: none;
}
.customer-service-wrap .contact-info div a:visited {
  color: #2e70be;
}
.customer-service-wrap .contact-info div p {
  font-size: 12px;
  line-height: 1.3333333333;
  font-weight: 300;
}
.customer-service-wrap .customer-service-contacts div {
  display: inline-block;
  vertical-align: top;
}
.customer-service-wrap .customer-service-contacts div:first-of-type {
  border-right: 1px solid #D8D8D8;
  padding-right: 50px;
  margin-right: 50px;
}
.customer-service-wrap p.reminder {
  font-size: 12px;
}
.customer-service-wrap .customer-service-submit-btn {
  display: block;
  box-sizing: border-box;
  width: 260px;
  height: 51px;
  border: 0;
  margin: 42px auto 28px auto;
  background-color: #2e70be;
  color: #fff;
  font-size: 16px;
  font-weight: 700;
  /*outline: none;*/
  text-transform: uppercase;
  cursor: pointer;
  transition: background-color 0.3s;
}
.customer-service-wrap .customer-service-submit-btn:hover {
  background-color: #007681;
}
.customer-service-wrap .privacy-policy-link-container {
  text-align: center;
}
.customer-service-wrap .privacy-policy-link-container a {
  font-size: 12px;
  color: #5b6770;
  font-weight: 700;
  text-transform: uppercase;
  text-decoration: none;
}
.customer-service-wrap .privacy-policy-link-container a:visited {
  color: #5b6770;
}
.customer-service-wrap .privacy-policy-link-container a:after {
  content: "";
  display: inline-block;
  width: 4px;
  height: 4px;
  margin-left: 4px;
  border-style: solid;
  border-color: #5b6770;
  border-width: 2px 2px 0 0;
  transition: transform 0.3s;
  transform: translateY(-1px) translateX(0) rotate(45deg);
}
.customer-service-wrap .privacy-policy-link-container a:hover:after {
  transform: translateY(-1px) translateX(3px) rotate(45deg);
}

@media (max-width: 1089px) {
  .customer-service-wrap .customer-service-contacts div {
    display: block;
    vertical-align: top;
  }
  .customer-service-wrap .customer-service-contacts div:first-of-type {
    border-right: none;
    padding-right: 0px;
    margin-right: 0px;
  }
}
@media (max-width: 576px) {
  .customer-service-wrap {
    padding: 20px;
  }
  .customer-service-wrap .contact-info {
    display: block;
  }
  .customer-service-wrap .contact-info .contact-info-copy {
    margin-bottom: 1.6em;
    width: 100%;
    border: 0;
    padding-right: 0;
  }
  .customer-service-wrap .contact-info div {
    padding-left: 20px;
    border-left: 1px solid #D8D8D8;
  }
}
/*-------- ADA Compliant faq accordion ----------*/
.Accordion {
  margin: 0;
  padding: 0;
  box-shadow: 0 0 28px 2px rgba(0, 0, 0, 0.1);
}
.Accordion h3 {
  transition: all 0.5s, background-color 0.3s;
  padding: 21px 0 21px 58px;
  position: relative;
  font-size: 16px;
  font-weight: 300;
  background-color: rgba(0, 0, 0, 0);
  margin: 0;
  padding: 0em;
}
.Accordion p {
  padding: 0 50px 0 38px;
}
.Accordion p a {
  color: #2e70be;
}
.Accordion ul {
  list-style: initial;
}
.Accordion ul li {
  font-weight: 300;
  font-size: 14px;
  line-height: 1.5714285714;
  margin-bottom: 1.6em;
  margin-left: 50px;
  color: #5b6770;
}
.Accordion ul li a {
  color: #2e70be;
}
.Accordion #sect1, .Accordion #sect4, .Accordion #sect7, .Accordion #sect10 {
  background-image: url(../img/customer_service/pattern1.jpg);
  background-position: 0% 50%;
  background-size: 23px 100%;
  background-repeat: no-repeat;
}
.Accordion #sect2, .Accordion #sect5, .Accordion #sect8, .Accordion #sect11 {
  background-image: url(../img/customer_service/pattern2.jpg);
  background-position: 0% 50%;
  background-size: 23px 100%;
  background-repeat: no-repeat;
}
.Accordion #sect3, .Accordion #sect6, .Accordion #sect9, .Accordion #sect13 {
  background-image: url(../img/customer_service/pattern3.jpg);
  background-position: 0% 50%;
  background-size: 23px 100%;
  background-repeat: no-repeat;
}

.Accordion.focus {
  border-top: 1px solid #2e70be;
}

.Accordion-trigger {
  background: none;
  color: #5b6770;
  display: block;
  font-size: 1rem;
  margin: 0;
  padding: 1em 1.5em;
  position: relative;
  text-align: left;
  width: 100%;
  font-family: Poppins, sans-serif !important;
  outline: none;
  border-top: 1px solid #CCC;
}
.Accordion-trigger:before, .Accordion-trigger:after {
  content: "";
  position: absolute;
  height: 15px;
  width: 1px;
  background-color: #5b6770;
  top: 50%;
  left: 29px;
  opacity: 1;
}
.Accordion-trigger:before {
  transition: opacity 0.5s, transform 0.3s, border-color 0.3s;
  transform: translateY(-50%) translateX(-50%) rotate(90deg);
  border-color: #5b6770;
  border-width: 0 0 0 0;
  border-style: solid;
}
.Accordion-trigger:after {
  transition: opacity 0.5s, transform 0.3s, background-color 0.3s;
  transform: translateY(-50%) translateX(-50%) rotate(0deg);
}
.Accordion-trigger:hover, .Accordion-trigger:focus {
  background-color: rgba(0, 0, 0, 0.03);
}
.Accordion-trigger:hover:after, .Accordion-trigger:focus:after {
  height: 16px;
}
.Accordion-trigger:hover:before, .Accordion-trigger:focus:before {
  background-color: transparent;
  height: 12px;
  width: 12px;
  border-width: 0 0 1px 1px;
  transform: translateY(-50%) translateX(-50%) rotate(-45deg);
}

button {
  border-style: none;
}

.Accordion button::-moz-focus-inner {
  border: 0;
}

.Accordion-title {
  display: block;
  pointer-events: none;
  border: transparent 2px solid;
  padding: 0.25em 2em;
  outline: none;
}

.Accordion-trigger:focus .Accordion-title {
  outline: 1px dotted #c2103c;
}

.Accordion-panel {
  margin: 0;
  padding: 1em 1.5em;
}

/* For Edge bug https://developer.microsoft.com/en-us/microsoft-edge/platform/issues/4806035/ */
.Accordion-panel[hidden] {
  display: none;
}

.customer-info h1 {
  background-color: #5b6770;
  text-align: center;
  padding: 10px;
}

.customerinfo-container #accordionGroup .plus {
  float: right;
}
.customerinfo-container #accordionGroup #sect1, .customerinfo-container #accordionGroup #sect4, .customerinfo-container #accordionGroup #sect7, .customerinfo-container #accordionGroup #sect10, .customerinfo-container #accordionGroup #sect2, .customerinfo-container #accordionGroup #sect5, .customerinfo-container #accordionGroup #sect8, .customerinfo-container #accordionGroup #sect11, .customerinfo-container #accordionGroup #sect3, .customerinfo-container #accordionGroup #sect6, .customerinfo-container #accordionGroup #sect9 {
  background-image: none;
}
.customerinfo-container #accordionGroup .Accordion-trigger {
  font-weight: bold;
}
.customerinfo-container #accordionGroup .Accordion-trigger:before, .customerinfo-container #accordionGroup .Accordion-trigger:after {
  display: none;
}
.customerinfo-container #accordionGroup .ci-list {
  padding-left: 30px;
}

@media (max-width: 576px) {
  .customerinfo-container #accordionGroup .Accordion-title {
    padding: 0px;
  }
  .customerinfo-container #accordionGroup .Accordion-panel {
    padding: 0px;
  }
}
.customer-service-form {
  /*display: grid;
     grid-template-columns: 1fr;
  grid-column-gap: 80px;
  font-size: 16px;*/
  font-weight: 300;
  margin-top: 40px;
  background-color: #fff;
  /*display: -ms-grid;
     -ms-grid-column: auto;*/
  /* contact us type radio input */
}
.customer-service-form .field-group {
  text-align: left;
  font-size: 15px;
  font-family: Poppins, sans-serif;
}
.customer-service-form .field-group legend {
  margin-bottom: 20px;
}
.customer-service-form .field-group .field {
  float: none !important;
  display: inline-block;
  width: auto;
  margin-right: 25px;
}
.customer-service-form .field-group .field input[type=radio] {
  opacity: 1;
  display: block;
  float: left;
  margin: 0;
  vertical-align: baseline;
  cursor: pointer;
  color: #5b6770;
}
.customer-service-form .field-group .field input[type=radio]:checked {
  accent-color: #5b6770;
}
.customer-service-form .field-group .field label {
  padding-left: 10px;
}
.customer-service-form .customer-service-form-col {
  /*display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: repeat(10, 60px);
  grid-auto-flow: column;
  grid-row-gap: 0;*/
  margin-bottom: 30px;
  display: block;
}
.customer-service-form .customer-service-form-col textarea {
  width: calc(50vw - 210px);
  box-sizing: border-box;
  font-family: Poppins, sans-serif;
}
.customer-service-form .customer-service-form-col:first-of-type textarea {
  /*grid-row: 7/11;*/
  width: 100%;
}
.customer-service-form .customer-service-form-col:last-of-type h6:first-of-type {
  display: block;
}
.customer-service-form .customer-service-form-col:last-of-type textarea {
  /*grid-row: 9/11;*/
  width: 100%;
}
.customer-service-form .customer-service-form-col:last-of-type {
  overflow: hidden;
  height: 0;
  transition: height 1s;
}
.customer-service-form .customer-service-form-col:last-of-type.show {
  height: 530px;
}
.customer-service-form .customer-service-form-col.hide {
  display: none;
}
.customer-service-form h6 {
  font-size: 12px;
  font-weight: 300;
  text-transform: uppercase;
  display: flex;
  align-items: center;
  margin-bottom: 15px;
}
.customer-service-form .input-container {
  position: relative;
  z-index: 3;
  margin: 10px 0;
  padding-bottom: 20px;
}
.customer-service-form .input-container label {
  position: absolute;
  z-index: -1;
  color: #5b6770;
  top: 0;
  left: 0;
  transform-origin: 0 0;
  transform: translateY(0) scale(1);
  transition: transform 0.3s;
}
.customer-service-form .input-container input, .customer-service-form .input-container select {
  box-sizing: border-box;
  padding: 0 0 8px 0;
  background: 0;
  font-size: 16px;
  font-weight: 300;
  height: 30px;
  outline: 0;
  border-radius: 0;
  border-width: 1px;
  border-style: solid;
  border-top: 0;
  border-right: 0;
  border-left: 0;
  border-color: #5b6770;
  color: #000;
  transition: border-color 0.3s, color 0.3s;
}
.customer-service-form .input-container input:focus, .customer-service-form .input-container select:focus {
  border-color: #2e70be;
  color: #5b6770;
}
.customer-service-form .input-container input:focus + label, .customer-service-form .input-container select:focus + label {
  transform: translateY(-100%) scale(0.6);
}
.customer-service-form .input-container input.filled + label, .customer-service-form .input-container select.filled + label {
  transform: translateY(-100%) scale(0.6);
}
.customer-service-form .input-container select {
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  line-height: 0.8em;
  width: 180px;
  max-width: 100%;
  background-image: linear-gradient(45deg, transparent 50%, #000 50%), linear-gradient(135deg, #000 60%, transparent 50%), linear-gradient(to right, #fff, #fff);
  background-position: calc(100% - 20px) 6px, calc(100% - 15px) 6px, 100% 0;
  background-size: 5px 5px, 5px 5px, 2.5em 2.5em;
  background-repeat: no-repeat;
}
.customer-service-form .input-container select::-ms-expand {
  /* for IE 11 */
  display: none;
}
.customer-service-form .input-container select.select-bgc {
  width: 225px;
}
.customer-service-form .input-container input {
  display: inline-block;
  width: 100%;
}
.customer-service-form .input-container.inline {
  display: inline-block;
}
.customer-service-form textarea {
  background-color: rgba(216, 216, 216, 0.21);
  resize: none;
  border: 0;
  color: #5b6770;
  font-size: 16px;
  font-weight: 300;
  padding: 1.2em 0.8em;
  border-bottom: 2px solid #979797;
  outline: 0;
}
.customer-service-form textarea::placeholder {
  color: #5b6770;
}
.customer-service-form textarea:focus {
  border-color: #2e70be;
  color: #5b6770;
}
.customer-service-form textarea + label {
  /*display: none;*/
}
.customer-service-form .inline-inputs {
  display: flex;
  justify-content: space-between;
}
.customer-service-form .inline-inputs .input-container:first-of-type {
  flex-grow: 1;
}
.customer-service-form .inline-inputs .input-container:first-of-type select {
  width: 100%;
}
.customer-service-form .inline-inputs .input-container:last-of-type {
  margin-left: 30px;
}
.customer-service-form .inline-inputs .input-container:last-of-type input {
  width: 80px;
}
.customer-service-form .store-state-select select {
  width: 100%;
}
.customer-service-form .show-more-btn {
  /*display: none;*/
}
.customer-service-form .show-more-btn {
  display: block;
  background: 0;
  border-color: #D8D8D8;
  border-width: 1px 0 1px 0;
  /*width: 100vw;*/
  width: 100%;
  margin-left: -20px;
  text-align: left;
  height: 64px;
  opacity: 1;
  font-weight: 300;
  color: #5b6770;
  font-size: 16px;
  cursor: pointer;
  position: relative;
  padding-left: 40px;
  /*outline: none;*/
  transition: height 1s, opacity 0.5s;
}
.customer-service-form .show-more-btn:before, .customer-service-form .show-more-btn:after {
  content: "";
  position: absolute;
  width: 1px;
  height: 15px;
  background-color: #5b6770;
  top: 50%;
  left: 20px;
}
.customer-service-form .show-more-btn:before {
  transform: translateX(-50%) translateY(-50%);
}
.customer-service-form .show-more-btn:after {
  transform: translateX(-50%) translateY(-50%) rotate(90deg);
}
.customer-service-form .show-more-btn.hide {
  height: 0;
  opacity: 0;
}

@media (max-width: 576px) {
  .customer-service-form {
    display: block;
    box-sizing: border-box;
  }
  .customer-service-form .customer-service-form-col textarea {
    width: auto;
  }
  .customer-service-form .customer-service-form-col:last-of-type h6:first-of-type {
    display: flex;
  }
  .customer-service-form .show-more-btn {
    display: block;
    background: 0;
    border-color: #D8D8D8;
    border-width: 1px 0 1px 0;
    width: 100vw;
    margin-left: -20px;
    text-align: left;
    height: 64px;
    opacity: 1;
    font-weight: 300;
    color: #5b6770;
    font-size: 16px;
    cursor: pointer;
    position: relative;
    padding-left: 40px;
    outline: none;
    transition: height 1s, opacity 0.5s;
  }
  .customer-service-form .show-more-btn:before, .customer-service-form .show-more-btn:after {
    content: "";
    position: absolute;
    width: 1px;
    height: 15px;
    background-color: #D8D8D8;
    top: 50%;
    left: 20px;
  }
  .customer-service-form .show-more-btn:before {
    transform: translateX(-50%) translateY(-50%);
  }
  .customer-service-form .show-more-btn:after {
    transform: translateX(-50%) translateY(-50%) rotate(90deg);
  }
  .customer-service-form .show-more-btn.hide {
    height: 0;
    opacity: 0;
  }
  .customer-service-form .customer-service-form-col {
    margin-bottom: 2em;
  }
  .customer-service-form .customer-service-form-col:last-of-type {
    overflow: hidden;
    height: 0;
    transition: height 1s;
  }
  .customer-service-form .customer-service-form-col:last-of-type.show {
    height: 600px;
  }
}
.about-page .about-hdr {
  background-color: #e5f1f2;
}
.about-page .about-hdr .about-hdr-copyblock {
  padding: 5.625rem;
  text-align: center;
}
.about-page .about-hdr h1 {
  text-transform: uppercase;
  color: #007681;
  font-size: 3.125rem;
}
.about-page .about-hdr p {
  font-size: 1.5625rem;
  font-weight: 600;
  line-height: 2rem;
}
.about-page .about-hdr .roofline {
  max-width: 250px;
  margin-top: 13px;
  margin-bottom: 30px;
}
.about-page .about-grid {
  padding: 4.375rem 3.75rem 0;
}
.about-page .about-col {
  max-width: 544px;
  padding: 0;
  margin-right: 70px;
  margin-bottom: 70px;
}
.about-page .about-col:nth-of-type(even) {
  margin-right: 0;
}
.about-page .about-col h2 {
  font-size: 2.5rem;
  font-weight: 600;
  margin: 1.875rem 0 1.5625rem;
}
.about-page .about-col p {
  font-size: 1.5625rem;
  font-weight: 600;
  line-height: 2rem;
}

@media (max-width: 1024px) {
  .about-page .about-hdr .about-hdr-copyblock {
    padding: 1.875rem;
  }
  .about-page .about-grid {
    padding: 4.375rem 1.875rem 0;
  }
  .about-page .about-col {
    max-width: 470px;
    margin-right: 30px;
  }
}
@media (max-width: 576px) {
  .about-page .about-hdr .about-hdr-copyblock {
    padding: 3.125rem 3.75rem;
  }
  .about-page .about-hdr .about-hdr-copyblock h1 {
    font-size: 2.8125rem;
  }
  .about-page .about-hdr .about-hdr-copyblock p {
    font-size: 1.25rem;
    line-height: 1.4375rem;
  }
  .about-page .about-hdr .about-hdr-copyblock .roofline {
    max-width: 226px;
    margin-top: 13px;
    margin-bottom: 24px;
  }
  .about-page .about-col {
    margin: 0 auto 70px;
  }
  .about-page .about-col:nth-of-type(even) {
    margin-right: auto;
  }
  .about-page .about-col p {
    font-size: 1.25rem;
    line-height: 1.4375rem;
  }
}
.all-stores-page {
  padding: 40px 170px 80px 170px;
}
.all-stores-page h2 {
  font-size: 30px;
  margin-bottom: 45px;
}
.all-stores-page form {
  background-color: #F2F2F2;
  width: 340px;
  padding: 24px 30px;
  box-sizing: border-box;
  margin-bottom: 8px;
}
.all-stores-page form label {
  font-size: 12px;
  color: #000;
  font-weight: 300;
  letter-spacing: 1px;
  text-transform: uppercase;
  display: block;
  margin-bottom: 14px;
}
.all-stores-page form select {
  box-sizing: border-box;
  padding: 0 0 3px 0;
  background: 0;
  font-size: 16px;
  font-weight: 300;
  height: 30px;
  outline: 0;
  border-radius: 0;
  border-width: 1px;
  border-style: solid;
  border-top: 0;
  border-right: 0;
  border-left: 0;
  border-color: #979797;
  color: #999;
  transition: border-color 0.3s, color 0.3s;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  line-height: 0.8em;
  width: 180px;
  max-width: 100%;
  background-image: linear-gradient(45deg, transparent 50%, #000 50%), linear-gradient(135deg, #000 60%, transparent 50%), linear-gradient(to right, #F2F2F2, #F2F2F2);
  background-position: calc(100% - 20px) 9px, calc(100% - 15px) 9px, 100% 0;
  background-size: 5px 5px, 5px 5px, 2.5em 2.5em;
  background-repeat: no-repeat;
}
.all-stores-page form select::-ms-expand {
  /* for IE 11 */
  display: none;
}
.all-stores-page form select:focus {
  border-color: #2e70be;
  color: #468EE5;
}
.all-stores-page h4 {
  font-size: 18px;
  cursor: pointer;
  display: inline-block;
}
.all-stores-page h4 span {
  color: #999;
  font-weight: 300;
}
.all-stores-page h4:after {
  content: "";
  display: inline-block;
  width: 10px;
  height: 10px;
  border-color: #979797;
  margin-left: 10px;
  border-style: solid;
  border-width: 0 1px 1px 0;
  transform: scaleY(1) translateY(-5px) rotate(45deg);
  transition: transform 0.3s;
}
.all-stores-page .states-list {
  position: relative;
}
.all-stores-page .states-list li {
  list-style-type: none !important;
}
.all-stores-page .states-list.filtered .state-dropdown {
  display: none;
}
.all-stores-page .states-list.filtered .state-dropdown.active, .all-stores-page .states-list.filtered .state-dropdown.measuring {
  display: block;
}
.all-stores-page .state-dropdown {
  padding-top: 46px;
}
.all-stores-page .state-dropdown.measuring .store-list {
  position: absolute;
  left: -9999px;
  width: 100%;
  height: auto;
}
.all-stores-page .state-dropdown.active .store-list {
  opacity: 1;
  transition: opacity 0.6s;
}
.all-stores-page .state-dropdown.active h4:after {
  transform: scaleY(-1) translateY(-2px) rotate(45deg);
}
.all-stores-page .store-list {
  overflow: hidden;
  height: 0;
  /*display: grid;
  grid-template-columns: 1fr 1fr;
  grid-gap: 62px 72px;*/
  transform-origin: 50% 0;
  opacity: 0;
  transition: opacity 0.3s;
}
.all-stores-page .store-list li {
  width: 45%;
  vertical-align: top;
  display: inline-block;
  margin-bottom: 4em;
}
.all-stores-page .store-list li h5 {
  font-size: 12px;
  font-weight: 600;
  margin-bottom: 5px;
}
.all-stores-page .store-list li address, .all-stores-page .store-list li .hours {
  font-size: 12px;
  color: #333;
  font-weight: 300;
  line-height: 2;
  margin-bottom: 5px;
}
.all-stores-page .store-list li .arrow-link {
  color: #c2103c;
  font-size: 12px;
}
.all-stores-page .store-list li .arrow-link:visited {
  color: #c2103c;
}
.all-stores-page .store-list li .arrow-link:after {
  content: "";
  display: inline-block;
  width: 5px;
  height: 5px;
  margin-left: 2px;
  border-style: solid;
  border-color: #c2103c;
  border-width: 2px 2px 0 0;
  transform: translateY(-1px) translateX(0) scaleX(0.9) rotate(45deg);
  transition: transform 0.3s;
}
.all-stores-page .store-list li .arrow-link:hover:after {
  transform: translateY(-1px) translateX(4px) scaleX(0.9) rotate(45deg);
}
.all-stores-page .store-list li:nth-of-type(1), .all-stores-page .store-list li:nth-of-type(2) {
  margin-top: 40px;
}
.all-stores-page .designations {
  display: flex;
  align-items: center;
  margin-bottom: 8px;
}
.all-stores-page .designations img {
  width: 28px;
  display: inline-block;
  margin-right: 8px;
}
.all-stores-page .designations p {
  margin-bottom: 0;
  margin-right: 20px;
  color: #999;
  font-size: 10px;
  line-height: 1.1;
  display: inline-block;
  width: auto;
}
.all-stores-page .phone-link {
  font-weight: 300;
  font-size: 12px;
  color: #2e70be;
  display: inline-block;
  padding-bottom: 2px;
  border-bottom: 1px #2e70be dashed;
  margin-bottom: 14px;
  text-decoration: none;
}
.all-stores-page .phone-link:after {
  display: none;
}

@media (max-width: 576px) {
  .all-stores-page {
    padding: 30px 25px;
  }
  .all-stores-page form {
    width: 100%;
  }
  .all-stores-page .store-list {
    /*grid-template-columns: 1fr;*/
  }
  .all-stores-page .store-list li {
    display: block;
    width: 100%;
  }
  .all-stores-page .store-list li:nth-of-type(2) {
    margin-top: 0;
  }
}
.btc-page .row {
  margin: 0;
}
.btc-page #finders-club-section {
  height: 609px;
}
.btc-page #finders-club-section .fc-programs-video {
  width: 100%;
}
.btc-page #finders-club-section .fc-programs-video .video-js.video-js.vjs-fluid:not(.vjs-audio-only-mode) {
  /*height: 609px*/
  padding-top: 48.45% !important;
}
.btc-page .heading {
  padding: 0 4.6875rem;
}
.btc-page .heading h1 {
  font-size: 3.125rem;
  font-weight: 600;
  color: #d78088;
  padding-top: 80px;
}
.btc-page .heading p {
  font-size: 1.5625rem;
  font-weight: 600;
  margin-bottom: 0px;
}
.btc-page .heading .custom-btn.btn-gray {
  margin: 23px 0 28px;
}
.btc-page .accordion button {
  padding: 2.5rem 0.9375rem;
  background-color: #fff;
}
.btc-page .accordion button:focus {
  background-color: rgba(0, 0, 0, 0.03);
}
.btc-page .accordion button.firsties {
  padding-top: 0;
}
.btc-page .accordion button.firsties .icon {
  top: 0.625rem;
}
.btc-page .accordion button .icon {
  top: 2.875rem;
}
.btc-page .accordion button[aria-expanded=true] + .accordion-content {
  padding: 0 0 3em;
}
.btc-page .accordion .accordion-item {
  border-top: 0;
  border-bottom: 2px solid #5b6770;
  border-right: 0;
  border-left: 0;
}
.btc-page .accordion .accordion-item:first-of-type {
  border-bottom: 2px solid #5b6770 !important;
}
.btc-page .accordion .accordion-item:last-of-type {
  border-bottom: 0 !important;
  margin-bottom: 20px;
}
.btc-page .accordion .accordion-item .accordion-title {
  font-size: 2.1875rem;
  font-weight: 600;
}
.btc-page .accordion .accordion-item .accordion-content ul li {
  list-style-type: none;
  font-size: 1.25rem;
  font-weight: 600;
  margin-bottom: 10px;
  margin-left: 15px;
}
.btc-page .accordion .accordion-item .accordion-content input[type=checkbox] {
  width: 30px;
  height: 30px;
  -webkit-appearance: none;
  outline: 0;
  background-repeat: no-repeat;
  background-position: center center;
  background-size: contain;
  position: relative;
  top: 7px;
  margin-right: 15px;
}
.btc-page .accordion .accordion-item .accordion-content input[type=checkbox]:focus {
  outline: 2px dotted #5b6770;
}
.btc-page .accordion .accordion-item .accordion-content input[type=checkbox]:not(:checked) {
  background-image: url(../../img/btc/unchecked.svg);
}
.btc-page .accordion .accordion-item .accordion-content input[type=checkbox]:checked {
  background-image: url(../../img/btc/checked.svg);
}
.btc-page .extra-credit p {
  font-size: 1.5625rem;
  font-weight: 500;
  text-align: center;
}
.btc-page .extra-credit p strong {
  font-weight: 700;
  color: #435778;
}
.btc-page .vr-sm-screen {
  display: none;
}

@media (max-width: 1024px) {
  .btc-page .heading {
    padding: 0 3%;
  }
  .btc-page .accordion .accordion-item .accordion-content ul li {
    font-size: 1rem;
  }
  .btc-page #finders-club-section {
    height: 484px;
  }
  .btc-page #finders-club-section .fc-programs-video .video-js.video-js.vjs-fluid:not(.vjs-audio-only-mode) {
    padding-top: 48.5% !important;
  }
}
@media (max-width: 992px) {
  .btc-page {
    /*#finders-club-section .fc-programs-video .video-js.video-js.vjs-fluid:not(.vjs-audio-only-mode) {
        height: 469px;
    }*/
  }
  .btc-page #finders-club-section {
    height: 469px;
  }
}
@media (max-width: 768px) {
  .btc-page {
    /*#finders-club-section .fc-programs-video .video-js.video-js.vjs-fluid:not(.vjs-audio-only-mode) {
        height: 360px;
    }*/
  }
  .btc-page #finders-club-section {
    height: 360px;
  }
  .btc-page #finders-club-section .fc-programs-video {
    height: 360px;
  }
  .btc-page .heading {
    padding: 0;
  }
  .btc-page .heading h1 {
    font-size: 2.625rem;
    text-align: center;
    padding-top: 10px;
  }
  .btc-page .heading p {
    font-size: 1.25rem;
    text-align: center;
  }
  .btc-page .heading .custom-btn.btn-gray {
    margin: 23px auto 33px;
  }
  .btc-page .accordion {
    padding: 0 10%;
  }
  .btc-page .accordion .accordion-item .accordion-content ul li {
    font-size: 1.25rem;
  }
}
@media (max-width: 576px) {
  .btc-page #finders-club-section {
    height: 917px;
  }
  .btc-page #finders-club-section .fc-programs-video {
    height: 917px;
  }
  .btc-page #finders-club-section .fc-programs-video .video-js.video-js.vjs-fluid:not(.vjs-audio-only-mode) {
    height: 917px;
  }
  .btc-page #finders-club-section #video12 .video-js.video-js.vjs-fluid:not(.vjs-audio-only-mode) {
    padding-top: 0 !important;
  }
  .btc-page .accordion {
    margin-bottom: 3.75rem;
  }
  .btc-page .accordion button.firsties {
    padding-top: 2.5rem;
  }
  .btc-page .accordion button.firsties .icon {
    top: 2.875rem;
  }
  .btc-page .accordion .accordion-item:first-of-type {
    border-bottom: 2px solid #5b6770 !important;
    border-top: 2px solid #5b6770 !important;
  }
  .btc-page .accordion .accordion-item:last-of-type {
    border-bottom: 2px solid #5b6770 !important;
  }
  .btc-page .accordion .accordion-item .accordion-title {
    font-size: 1.875rem;
  }
}
@media (max-width: 520px) {
  .btc-page #finders-club-section {
    height: 820px;
  }
  .btc-page #finders-club-section .fc-programs-video {
    height: 820px;
  }
  .btc-page #finders-club-section .fc-programs-video .video-js.video-js.vjs-fluid:not(.vjs-audio-only-mode) {
    height: 820px;
  }
}
@media (max-width: 480px) {
  .btc-page #finders-club-section {
    height: 756px;
  }
  .btc-page #finders-club-section .fc-programs-video {
    height: 756px;
  }
  .btc-page #finders-club-section .fc-programs-video .video-js.video-js.vjs-fluid:not(.vjs-audio-only-mode) {
    height: 756px;
  }
}
@media (max-width: 430px) {
  .btc-page #finders-club-section {
    height: 674px;
  }
  .btc-page #finders-club-section .fc-programs-video {
    height: 674px;
  }
  .btc-page #finders-club-section .fc-programs-video .video-js.video-js.vjs-fluid:not(.vjs-audio-only-mode) {
    height: 674px;
  }
  .btc-page .accordion .accordion-item .accordion-title {
    font-size: 1.25rem;
  }
  .btc-page .accordion .accordion-item .accordion-content ul li {
    font-size: 1.0625rem;
  }
}
@media (max-width: 414px) {
  .btc-page #finders-club-section {
    height: 647px;
  }
  .btc-page #finders-club-section .fc-programs-video {
    height: 647px;
  }
  .btc-page #finders-club-section .fc-programs-video .video-js.video-js.vjs-fluid:not(.vjs-audio-only-mode) {
    height: 647px;
  }
  .btc-page .heading h1 {
    font-size: 2.375rem;
  }
  .btc-page .heading p {
    font-size: 1.125rem;
  }
  .btc-page .accordion .accordion-item .accordion-title {
    font-size: 1.25rem;
  }
  .btc-page .accordion .accordion-item ul li {
    font-size: 0.875rem;
  }
  .btc-page .vr-sm-screen {
    display: block;
  }
}
@media (max-width: 393px) {
  .btc-page #finders-club-section {
    height: 613px;
  }
  .btc-page #finders-club-section .fc-programs-video {
    height: 613px;
  }
  .btc-page #finders-club-section .fc-programs-video .video-js.video-js.vjs-fluid:not(.vjs-audio-only-mode) {
    height: 613px;
  }
}
@media (max-width: 390px) {
  .btc-page #finders-club-section {
    height: 605px;
  }
  .btc-page #finders-club-section .fc-programs-video {
    height: 605px;
  }
  .btc-page #finders-club-section .fc-programs-video .video-js.video-js.vjs-fluid:not(.vjs-audio-only-mode) {
    height: 605px;
  }
}
@media (max-width: 375px) {
  .btc-page #finders-club-section {
    height: 582px;
  }
  .btc-page #finders-club-section .fc-programs-video {
    height: 582px;
  }
  .btc-page #finders-club-section .fc-programs-video .video-js.video-js.vjs-fluid:not(.vjs-audio-only-mode) {
    height: 582px;
  }
}
.holiday-page .bg-color {
  background-color: #fffcf7;
  overflow-y: scroll;
}
.holiday-page .row {
  margin: 0;
}
.holiday-page #finders-club-section {
  height: 684px;
  padding: 0;
}
.holiday-page #finders-club-section .fc-programs-video {
  width: 100%;
}
.holiday-page #finders-club-section .fc-programs-video .video-js.video-js.vjs-fluid:not(.vjs-audio-only-mode) {
  /*height: 609px;*/
  padding-top: 56.25% !important;
}
.holiday-page #quiz {
  padding: 0 3.75rem;
}
.holiday-page #quiz .heading {
  text-align: center;
}
.holiday-page #quiz .heading h1 {
  font-size: 3.125rem;
  font-weight: 600;
  color: #7e002e;
}
.holiday-page #quiz .heading .fs-60 {
  font-size: 3.75rem;
}
.holiday-page #quiz .heading p {
  font-size: 1.5625rem;
  font-weight: 600;
  margin-bottom: 0px;
  padding-bottom: 60px;
}
.holiday-page #quiz .number {
  display: block;
  margin: 0;
}
.holiday-page #quiz h2 {
  font-size: 1.5625rem;
  font-weight: 600;
  color: #7e002e;
  padding-top: 40px;
  padding-bottom: 40px;
}
.holiday-page #quiz .radio-wrapper {
  display: grid;
  grid-template-columns: 3ch 1fr;
  align-items: baseline;
}
.holiday-page #quiz .radio-wrapper input {
  grid-column-start: 1;
}
.holiday-page #quiz .radio-wrapper input[type=radio] {
  width: 100%;
  height: 28px;
  position: relative;
  top: 5px;
}
.holiday-page #quiz .radio-wrapper label {
  grid-column-start: 2;
  font-size: 1.375rem;
  line-height: 2rem;
  font-weight: 600;
  color: #5b6770;
  padding-left: 20px;
}
.holiday-page #quiz #hide-for-results {
  padding-bottom: 5rem;
}
.holiday-page .custom-btn.btn-gray {
  padding: 0;
  width: 250px;
  background-color: #fffcf7;
}
.holiday-page .custom-btn.btn-gray:hover {
  background-color: #7e002e;
  border-color: #7e002e;
}
.holiday-page #seo-hideshow {
  background-color: #fff;
}
.holiday-page #results-holder {
  padding: 0 3.75rem 3.75rem;
}
.holiday-page #glam-img, .holiday-page #whimsical-img, .holiday-page #trad-img, .holiday-page #glam-copy, .holiday-page #whimsical-copy, .holiday-page #trad-copy {
  display: none;
}
.holiday-page #type-results img {
  max-width: 600px;
  width: 100%;
}
.holiday-page #type-results h2 {
  color: #7e002e;
  text-align: center;
  font-size: 4.375rem;
  line-height: 6.5rem;
  font-family: "benton-modern-display", serif;
  font-weight: 800;
  font-style: italic;
  margin-left: 100px;
}
.holiday-page #type-results h2:after {
  content: "";
  width: 100px;
  height: 90px;
  background: url("../../img/holiday/737-title-after.png") no-repeat;
  display: inline-flex;
}
.holiday-page #type-results p {
  text-align: center;
  font-size: 1.625rem;
  line-height: 2rem;
  font-weight: 600;
  width: 80%;
  margin: auto;
}
.holiday-page #type-results p:after {
  content: "";
  width: 100px;
  height: 90px;
  background: url("../../img/holiday/737-para-after.png") no-repeat;
  display: flex;
}
.holiday-page .vr-sm-screen {
  display: none;
}

@media (max-width: 1024px) {
  .holiday-page #finders-club-section {
    height: 534px;
  }
  .holiday-page #finders-club-section .fc-programs-video .video-js.video-js.vjs-fluid:not(.vjs-audio-only-mode) {
    padding-top: 56.25% !important;
  }
}
@media (max-width: 992px) {
  .holiday-page {
    /*#finders-club-section .fc-programs-video .video-js.video-js.vjs-fluid:not(.vjs-audio-only-mode) {
        height: 469px;
    }*/
  }
  .holiday-page #finders-club-section {
    height: 519px;
  }
}
@media (max-width: 768px) {
  .holiday-page {
    /*#finders-club-section .fc-programs-video .video-js.video-js.vjs-fluid:not(.vjs-audio-only-mode) {
        height: 360px;
    }*/
  }
  .holiday-page #finders-club-section {
    height: 400px;
  }
  .holiday-page #finders-club-section .fc-programs-video {
    height: 400px;
  }
}
@media (max-width: 576px) {
  .holiday-page #finders-club-section {
    height: 957px;
  }
  .holiday-page #finders-club-section .fc-programs-video {
    height: 957px;
  }
  .holiday-page #finders-club-section .fc-programs-video .video-js.video-js.vjs-fluid:not(.vjs-audio-only-mode) {
    height: 917px;
  }
  .holiday-page #finders-club-section #video12 .video-js.video-js.vjs-fluid:not(.vjs-audio-only-mode) {
    padding-top: 0 !important;
  }
}
@media (max-width: 520px) {
  .holiday-page #finders-club-section {
    height: 820px;
  }
  .holiday-page #finders-club-section .fc-programs-video {
    height: 820px;
  }
  .holiday-page #finders-club-section .fc-programs-video .video-js.video-js.vjs-fluid:not(.vjs-audio-only-mode) {
    height: 820px;
  }
}
@media (max-width: 480px) {
  .holiday-page #finders-club-section {
    height: 629px;
  }
  .holiday-page #finders-club-section .fc-programs-video {
    height: 629px;
  }
  .holiday-page #finders-club-section .fc-programs-video .video-js.video-js.vjs-fluid:not(.vjs-audio-only-mode) {
    height: 629px;
  }
  .holiday-page #quiz {
    padding: 0 10%;
  }
  .holiday-page #quiz .heading h1 {
    font-size: 2.5rem;
  }
  .holiday-page #quiz .heading .fs-60 {
    font-size: 3.125rem;
  }
  .holiday-page #quiz .heading p {
    font-size: 1.25rem;
  }
  .holiday-page #quiz .number {
    display: block;
    margin: auto;
  }
  .holiday-page #quiz h2 {
    text-align: center;
    font-size: 1.25rem;
  }
  .holiday-page #quiz .radio-wrapper {
    align-items: center;
  }
  .holiday-page #quiz .radio-wrapper input[type=radio] {
    height: 35px;
    top: 1%;
  }
  .holiday-page #quiz .radio-wrapper label {
    font-size: 1.25rem;
    line-height: 1.875rem;
    padding-left: 15px;
  }
  .holiday-page #results-holder {
    padding: 0 5% 3.75rem;
  }
  .holiday-page #type-results img {
    max-width: 480px;
    width: 100%;
  }
  .holiday-page #type-results h2 {
    font-size: 2.5rem;
    line-height: 5rem;
    margin-left: 0px;
  }
  .holiday-page #type-results h2:before {
    content: "";
    width: 85px;
    height: 90px;
    background: url("../../img/holiday/737-title-before-m.png") no-repeat;
    display: inline-flex;
    background-size: contain;
  }
  .holiday-page #type-results h2:after {
    content: "";
    width: 69px;
    height: 110px;
    background: url("../../img/holiday/737-title-after-m.png") no-repeat;
    display: inline-flex;
    position: relative;
    top: 15px;
    background-position: right;
    background-size: contain;
  }
  .holiday-page #type-results p {
    font-size: 1.25rem;
    line-height: 1.5625rem;
    width: 100%;
  }
  .holiday-page #type-results p:after {
    display: none;
  }
}
@media (max-width: 430px) {
  .holiday-page #finders-club-section {
    height: 564px;
  }
  .holiday-page #finders-club-section .fc-programs-video {
    height: 564px;
  }
  .holiday-page #finders-club-section .fc-programs-video .video-js.video-js.vjs-fluid:not(.vjs-audio-only-mode) {
    height: 564px;
  }
  .holiday-page #type-results h2 {
    font-size: 2.1875rem;
    line-height: 5rem;
  }
  .holiday-page #type-results h2:before {
    width: 69px;
    height: 70px;
  }
  .holiday-page #type-results h2:after {
    width: 57px;
    height: 90px;
  }
}
@media (max-width: 414px) {
  .holiday-page #finders-club-section {
    height: 542px;
  }
  .holiday-page #finders-club-section .fc-programs-video {
    height: 542px;
  }
  .holiday-page #finders-club-section .fc-programs-video .video-js.video-js.vjs-fluid:not(.vjs-audio-only-mode) {
    height: 542px;
  }
  .holiday-page .vr-sm-screen {
    display: block;
  }
}
@media (max-width: 393px) {
  .holiday-page #finders-club-section {
    height: 515px;
  }
  .holiday-page #finders-club-section .fc-programs-video {
    height: 515px;
  }
  .holiday-page #finders-club-section .fc-programs-video .video-js.video-js.vjs-fluid:not(.vjs-audio-only-mode) {
    height: 515px;
  }
  .holiday-page #quiz {
    padding: 0 5%;
  }
  .holiday-page #type-results h2 {
    font-size: 1.875rem;
    line-height: 5rem;
  }
  .holiday-page #type-results h2:before {
    width: 75px;
    height: 80px;
  }
  .holiday-page #type-results h2:after {
    width: 59px;
    height: 100px;
  }
}
@media (max-width: 390px) {
  .holiday-page #finders-club-section {
    height: 510px;
  }
  .holiday-page #finders-club-section .fc-programs-video {
    height: 510px;
  }
  .holiday-page #finders-club-section .fc-programs-video .video-js.video-js.vjs-fluid:not(.vjs-audio-only-mode) {
    height: 510px;
  }
}
@media (max-width: 375px) {
  .holiday-page #finders-club-section {
    height: 493px;
  }
  .holiday-page #finders-club-section .fc-programs-video {
    height: 493px;
  }
  .holiday-page #finders-club-section .fc-programs-video .video-js.video-js.vjs-fluid:not(.vjs-audio-only-mode) {
    height: 493px;
  }
}
.env-sus-page .row {
  margin: 0;
}
.env-sus-page .col-lg-6 {
  padding: 0;
}
.env-sus-page h1 {
  font-size: 30px;
  color: #5b6770;
  font-weight: 800;
  margin-bottom: 30px;
  line-height: 30px;
}
.env-sus-page h2 {
  font-size: 30px;
  color: #5b6770;
  font-weight: 800;
  line-height: 18px;
  padding-top: 60px;
  padding-bottom: 50px;
  margin: 0;
}
.env-sus-page h3 {
  color: #1F94EA;
  font-weight: 600;
  font-size: 26px;
  text-transform: uppercase;
  margin-bottom: 20px;
}
.env-sus-page p {
  color: #5b6770;
  font-size: 22px;
  line-height: 25px;
  margin-bottom: 20px;
}
.env-sus-page a {
  color: #5b6770;
  text-decoration: underline;
  font-weight: 600;
}
.env-sus-page a:hover {
  text-decoration: none;
  color: #5b6770;
}
.env-sus-page sup {
  font-size: 12px;
}
.env-sus-page .disclaimer {
  font-size: 12px;
  line-height: 18px;
  font-style: italic;
  font-weight: 400;
}
.env-sus-page .p-45 {
  padding: 45px;
}
.env-sus-page .p-52 {
  padding: 0 0 52px;
}
.env-sus-page .pad-left {
  padding-left: 35px;
  padding-right: 0;
}
.env-sus-page .no-pad-left {
  padding-left: 0px;
  padding-right: 35px;
}
.env-sus-page .ourwork-section {
  background-color: #EEEFF0;
  text-align: center;
  padding: 50px;
}
.env-sus-page .ourwork-section p {
  margin: 0;
}
.env-sus-page .ourwork-section h2 {
  color: #1F94EA;
  font-weight: 600;
  font-size: 26px;
  text-transform: uppercase;
  margin-bottom: 0;
  padding: 20px 0 10px;
}
.env-sus-page .gray-section {
  background-color: #EEEFF0;
  padding: 50px 80px;
}
.env-sus-page .gray-section .resp-source-img {
  max-width: 650px;
  width: 100%;
}
.env-sus-page .gray-section h2 {
  font-size: 28px;
  font-weight: 800;
  padding: 35px 0 30px;
  margin: 0;
}
.env-sus-page .desktop {
  display: block;
}
.env-sus-page .mobile {
  display: none;
}

@media (max-width: 1024px) {
  .env-sus-page .pad-left {
    padding-left: 35px;
    padding-right: 20px;
  }
  .env-sus-page .no-pad-left {
    padding-left: 20px;
    padding-right: 35px;
  }
}
@media (max-width: 768px) {
  .env-sus-page .desktop {
    display: none;
  }
  .env-sus-page .mobile {
    display: block;
  }
  .env-sus-page .text-center-mobile {
    text-align: center;
  }
  .env-sus-page .pad-left {
    padding: 20px;
  }
  .env-sus-page .no-pad-left, .env-sus-page .m-p20 {
    padding: 20px;
  }
}
@media (max-width: 480px) {
  .env-sus-page h1 {
    font-size: 20px;
    margin-bottom: 20px;
  }
  .env-sus-page h2 {
    font-size: 18px;
    padding: 30px;
  }
  .env-sus-page h3 {
    font-size: 18px;
  }
  .env-sus-page p {
    font-size: 15px;
    line-height: 21px;
  }
  .env-sus-page .ourwork-section {
    padding: 30px 20px;
  }
  .env-sus-page .ourwork-section h2 {
    font-size: 18px;
    padding: 0 0 15px;
  }
  .env-sus-page .ourwork-section h3 {
    font-size: 16px;
  }
  .env-sus-page .gray-section {
    padding: 0;
  }
  .env-sus-page .gray-section .resp-source-img {
    max-width: 650px;
    width: 100%;
  }
  .env-sus-page .gray-section .col {
    padding: 0 20px;
  }
  .env-sus-page .gray-section h2 {
    font-size: 18px;
    padding: 20px 0 10px;
  }
  .env-sus-page .p-52 {
    padding: 0;
  }
  .env-sus-page .pad-left {
    padding: 20px;
  }
  .env-sus-page .no-pad-left {
    padding: 20px;
  }
}
.fha-page hr {
  width: 100%;
  height: 2px !important;
  background-color: #5b6770;
  border: none;
  opacity: 1;
}
.fha-page .badge {
  color: #5b6770;
  font-size: 1.5rem;
  font-weight: 800;
  line-height: 1.625rem;
  padding: 0 1rem;
}
.fha-page .red-btn {
  font-weight: 800;
  font-size: 1em;
  text-transform: uppercase;
  letter-spacing: 0em;
  color: #5b6770;
  text-align: center;
  border: 2px solid #5b6770;
  text-decoration: none;
  padding: 10px 20px;
  margin-top: 20px;
}
.fha-page .red-btn:hover, .fha-page .red-btn:focus {
  color: #c2103c;
}

#carousel-fha {
  height: 670px;
}
#carousel-fha .carousel-caption {
  position: initial;
  color: #5b6770;
}
#carousel-fha .carousel-control-next, #carousel-fha .carousel-control-prev {
  width: 40px;
  height: 430px;
}
#carousel-fha .carousel-control-next:focus, #carousel-fha .carousel-control-prev:focus {
  border: 2px solid #2e70be;
}

#carousel-fha2 {
  height: 504px;
  width: 580px;
}
#carousel-fha2 .carousel-caption {
  position: initial;
  color: #5b6770;
}
#carousel-fha2 .carousel-control-next, #carousel-fha2 .carousel-control-prev {
  width: 40px;
  height: 430px;
}
#carousel-fha2 .carousel-control-next:focus, #carousel-fha2 .carousel-control-prev:focus {
  border: 2px solid #2e70be;
}

.desktop {
  display: block;
}

.mobile {
  display: none;
}

@media all and (max-width: 1024px) {
  #carousel-fha {
    height: 560px;
  }
}
@media all and (max-width: 768px) {
  .desktop {
    display: none;
  }

  .mobile {
    display: block;
    margin: auto;
  }

  #carousel-fha {
    height: 810px;
  }
  #carousel-fha .carousel-control-next, #carousel-fha .carousel-control-prev {
    width: 40px;
    height: 610px;
  }
}
@media all and (max-width: 576px) {
  .p-mobile {
    padding: 0.5em !important;
    text-align: center;
  }

  #carousel-fha {
    height: 830px;
  }
  #carousel-fha .carousel-control-next, #carousel-fha .carousel-control-prev {
    width: 40px;
    height: 440px;
  }

  #carousel-fha2 {
    height: auto;
    width: 100%;
  }
}
@media all and (max-width: 375px) {
  #carousel-fha {
    height: 710px;
  }
  #carousel-fha .carousel-control-next, #carousel-fha .carousel-control-prev {
    width: 30px;
    height: 260px;
  }
}
#finders-club-section h1 {
  text-align: center;
}
#finders-club-section .desktop {
  display: none;
}
#finders-club-section .mobile {
  display: block;
}
#finders-club-section .fc-heading {
  margin: auto;
  padding-top: 20px;
}
#finders-club-section .fc-carousel p {
  max-width: 350px;
  text-align: center;
  margin: 20px auto;
  font-size: 14px;
  font-weight: 500;
}
#finders-club-section .fc-carousel p span {
  font-weight: bold;
}
#finders-club-section .fc-stickers {
  margin-top: 30px;
}
#finders-club-section .fc-programs {
  text-align: center;
}
#finders-club-section .fc-programs .fc-programs-title {
  display: flex;
  margin: 30px auto 10px auto;
  justify-content: center;
}
#finders-club-section .fc-programs .fc-programs-title img {
  width: 50%;
  max-width: 100%;
  max-height: 100%;
}
#finders-club-section .fc-programs p {
  max-width: 300px;
  text-align: center;
  margin: 0 auto 20px auto;
  font-size: 14px;
  font-weight: 500;
}
#finders-club-section .fc-programs-video {
  position: relative;
}
#finders-club-section .fc-programs-video .tall-video-wrapper {
  max-width: 100vw;
  position: relative;
  z-index: 0;
}
#finders-club-section .video-js.video-js.vjs-fluid:not(.vjs-audio-only-mode) {
  padding-top: 217.8% !important;
}
#finders-club-section .vjs-control-bar, #finders-club-section .vjs-big-play-button {
  display: none;
}
#finders-club-section .vjs-link-button {
  position: absolute;
  top: 33%;
  left: 30%;
  width: 150px;
  height: 35px;
}
#finders-club-section .fc-control {
  position: relative;
  top: -60px;
  left: 10px;
  width: 55px;
}
#finders-club-section .fc-control button {
  background: unset;
}
#finders-club-section .fc-link {
  position: absolute;
  z-index: 100;
  top: 230px;
  /* border: 1px solid #000; */
  left: 110px;
  bottom: unset;
  width: 170px;
}
#finders-club-section .fc-link a {
  width: 170px;
  height: 35px;
  display: inline-block;
}
#finders-club-section #video12 {
  height: 800px;
}
#finders-club-section #video12 .video-js.video-js.vjs-fluid:not(.vjs-audio-only-mode) {
  padding-top: 188% !important;
}
#finders-club-section #video22 .video-js.video-js.vjs-fluid:not(.vjs-audio-only-mode), #finders-club-section #video32 .video-js.video-js.vjs-fluid:not(.vjs-audio-only-mode) {
  padding-top: 217.6% !important;
}
#finders-club-section #video42 .video-js.video-js.vjs-fluid:not(.vjs-audio-only-mode) {
  padding-top: 226.35% !important;
}

@media (max-width: 768px) {
  /*
  #carousel-fc {
      .carousel-inner .carousel-item > div {
          display: none;
      }

      .carousel-inner .carousel-item > div:first-child {
          display: block;
      }
  }
  */
}
@media all and (min-width: 768px) {
  #finders-club-section .carousel-inner .carousel-item-end.active,
#finders-club-section .carousel-inner .carousel-item-next {
    transform: translateX(25%);
  }
  #finders-club-section .carousel-inner .carousel-item-start.active,
#finders-club-section .carousel-inner .carousel-item-prev {
    transform: translateX(-25%);
  }
}
@media all and (min-width: 577px) {
  #finders-club-section .desktop {
    display: block;
  }
  #finders-club-section .mobile {
    display: none;
  }
  #finders-club-section .fc-carousel p {
    max-width: 800px;
    margin-top: 40px;
    font-size: 20px;
    text-align: center;
  }
  #finders-club-section .fc-carousel p span {
    font-weight: bold;
  }
  #finders-club-section .fc-stickers {
    margin-top: 30px;
  }
  #finders-club-section .fc-programs {
    text-align: center;
  }
  #finders-club-section .fc-programs .fc-programs-title {
    display: flex;
    margin: 0 auto;
    justify-content: center;
  }
  #finders-club-section .fc-programs .fc-programs-title img {
    width: unset;
    max-width: 100%;
    max-height: 100%;
  }
  #finders-club-section .fc-programs p {
    max-width: 650px;
    text-align: center;
    margin: 0 auto 20px auto;
    font-size: 24px;
    font-weight: 500;
  }
  #finders-club-section .fc-programs-video {
    position: relative;
    max-width: 1280px;
    width: 1280px;
    height: 566px;
  }
  #finders-club-section .fc-programs-video .video-js.video-js.vjs-fluid:not(.vjs-audio-only-mode) {
    padding-top: 43.45% !important;
  }
  #finders-club-section .fc-programs-video .vjs-control-bar {
    display: none;
  }
  #finders-club-section .fc-programs-video .vjs-link-button {
    position: absolute;
    top: 77%;
    left: 61%;
    width: 220px;
    height: 50px;
  }
  #finders-club-section .fc-programs-video .tall-video-wrapper {
    position: relative;
    z-index: 0;
  }
  #finders-club-section .fc-programs-video .fc-link {
    position: relative;
    z-index: 100;
    top: -170px;
    left: 780px;
    width: 220px;
  }
  #finders-club-section .fc-programs-video .fc-link a {
    width: 225px;
    height: 48px;
    display: inline-block;
  }
  #finders-club-section #video12 {
    height: 720px;
  }
  #finders-club-section #video21, #finders-club-section #video31, #finders-club-section #video41 {
    height: 826px;
    margin-top: 10px;
    margin-bottom: 40px;
  }
  #finders-club-section #video21 .fc-control, #finders-club-section #video31 .fc-control, #finders-club-section #video41 .fc-control {
    position: relative;
    bottom: 0;
    left: 10px;
  }
  #finders-club-section #video21 .fc-control button, #finders-club-section #video31 .fc-control button, #finders-club-section #video41 .fc-control button {
    background: unset;
  }
  #finders-club-section #video21 .video-js.video-js.vjs-fluid:not(.vjs-audio-only-mode), #finders-club-section #video31 .video-js.video-js.vjs-fluid:not(.vjs-audio-only-mode) {
    padding-top: 64.57% !important;
  }
  #finders-club-section #video41 .video-js.video-js.vjs-fluid:not(.vjs-audio-only-mode) {
    padding-top: 64.67% !important;
  }
}
#finders-club-section {
  /* medium and up screens */
}
#finders-club-section .fc-carousel {
  position: relative;
}
#finders-club-section .carousel-inner {
  margin: 0 20px;
}
#finders-club-section .carousel-item {
  justify-content: center;
}
#finders-club-section .card {
  border: none;
}
@media (max-width: 767px) {
  #finders-club-section .carousel-inner .carousel-item > div {
    display: none;
  }
  #finders-club-section .carousel-inner .carousel-item > div:first-child {
    display: block;
  }
  #finders-club-section .carousel-inner {
    margin: 0;
  }
}
#finders-club-section .carousel-inner .carousel-item.active,
#finders-club-section .carousel-inner .carousel-item-next,
#finders-club-section .carousel-inner .carousel-item-prev {
  display: flex;
}
@media (min-width: 768px) {
  #finders-club-section .carousel-inner .carousel-item-end.active,
#finders-club-section .carousel-inner .carousel-item-next {
    transform: translateX(25%);
  }
  #finders-club-section .carousel-inner .carousel-item-start.active,
#finders-club-section .carousel-inner .carousel-item-prev {
    transform: translateX(-25%);
  }
}
#finders-club-section .carousel-inner .carousel-item-end,
#finders-club-section .carousel-inner .carousel-item-start {
  transform: translateX(0);
}
#finders-club-section .carousel-control-next,
#finders-club-section .carousel-control-prev {
  width: 20px;
}
#finders-club-section .carousel-control-next-icon {
  background-image: url(/img/finders_club/fc-right-arrow.png);
  width: 15px;
  height: 56px;
}
#finders-club-section .carousel-control-prev-icon {
  background-image: url(/img/finders_club/fc-left-arrow.png);
  width: 15px;
  height: 56px;
}

.world-traveler-page .row {
  --bs-gutter-x: 0;
}
.world-traveler-page .headline h1 {
  font-size: 3.125rem;
  font-weight: 700;
  color: #007681;
  text-transform: uppercase;
}
.world-traveler-page .carousel-section {
  background-image: url(/img/world_traveler/714-bg1.jpg);
  background-repeat: no-repeat;
  padding: 2.6875rem 6.5625rem 0;
}
.world-traveler-page .carousel-section h2 {
  font-size: 3.125rem;
  font-weight: 600;
  color: #007681;
  margin-bottom: 9px;
}
.world-traveler-page .carousel-section p {
  font-size: 1.5625rem;
  font-weight: 600;
  color: #5b6770;
}
.world-traveler-page #carousel-fha {
  height: 488px;
  margin-bottom: 0;
  overflow: hidden;
}
.world-traveler-page #carousel-fha .carousel-caption {
  position: initial;
  color: #5b6770;
}
.world-traveler-page #carousel-fha .carousel-control-next, .world-traveler-page #carousel-fha .carousel-control-prev {
  width: 90px;
  height: 545px;
  opacity: 1;
}
.world-traveler-page #carousel-fha .carousel-control-next:hover, .world-traveler-page #carousel-fha .carousel-control-next:focus, .world-traveler-page #carousel-fha .carousel-control-prev:hover, .world-traveler-page #carousel-fha .carousel-control-prev:focus {
  opacity: 1;
}
.world-traveler-page #carousel-fha .carousel-control-next:focus, .world-traveler-page #carousel-fha .carousel-control-prev:focus {
  border: 2px solid #2e70be;
}
.world-traveler-page #carousel-fha .carousel-control-prev-icon {
  background-image: url(/img/world_traveler/prev.svg);
  height: 100px;
}
.world-traveler-page #carousel-fha .carousel-control-next-icon {
  background-image: url(/img/world_traveler/next.svg);
  height: 100px;
}
.world-traveler-page .just-landed {
  background-color: #eeb6b6;
  text-transform: uppercase;
  text-align: center;
  padding: 20px;
}
.world-traveler-page .just-landed h2 {
  color: #004e6a;
  font-size: 1.5625rem;
  font-weight: 600;
}
.world-traveler-page .decorative-tiles {
  background-image: url(../../img/world_traveler/742-bg.jpg);
  background-repeat: repeat-y;
}
.world-traveler-page .decorative-tiles h3 {
  color: #004e6a;
  font-size: 2.0625rem;
  line-height: 2rem;
  font-weight: 700;
  margin-bottom: 14px;
}
.world-traveler-page .decorative-tiles p {
  font-size: 1.5625rem;
  line-height: 2rem;
  font-weight: 600;
}
.world-traveler-page .decorative-tiles p.buyers {
  font-size: 2.0625rem;
  line-height: 2.375rem;
  color: #004e6a;
  font-weight: 700;
  width: 370px;
  padding-left: 60px;
}
.world-traveler-page .decorative-tiles .escape-image {
  background-image: url(../../img/world_traveler/742-1.jpg);
  padding: 80px 130px;
  height: 930px;
}
.world-traveler-page .decorative-tiles .escape-image h2 {
  color: #004e6a;
  font-size: 3.125rem;
}
.world-traveler-page .decorative-tiles .escape-image p {
  width: 50%;
}
.world-traveler-page .decorative-tiles .two-up {
  display: flex;
  align-items: center;
}
.world-traveler-page .decorative-tiles .travels {
  padding: 60px 90px;
}
.world-traveler-page .decorative-tiles .travels img {
  max-width: 677px;
  width: 100%;
}
.world-traveler-page .decorative-tiles .travels .copy {
  padding-left: 70px;
}
.world-traveler-page .decorative-tiles .treasures-image {
  background-image: url(../../img/world_traveler/742-3.jpg);
  padding: 205px 137px;
  height: 629px;
}
.world-traveler-page .decorative-tiles .image-grid {
  padding: 0px 0 70px 70px;
}
.world-traveler-page .decorative-tiles .image-grid img {
  max-width: 324px;
  width: 100%;
}
.world-traveler-page .desktop {
  display: block;
}
.world-traveler-page .mobile {
  display: none;
}

@media all and (max-width: 1024px) {
  .world-traveler-page .carousel-section {
    padding: 3.75rem 6.5625rem 0;
  }
  .world-traveler-page .carousel-section h2 {
    font-size: 2.5rem;
  }
  .world-traveler-page .carousel-section p {
    font-size: 1.5625rem;
  }
  .world-traveler-page #carousel-fha {
    height: 370px;
  }
  .world-traveler-page #carousel-fha .carousel-control-next, .world-traveler-page #carousel-fha .carousel-control-prev {
    height: 366px;
  }
  .world-traveler-page .decorative-tiles .travels .buyers-image {
    width: 53%;
  }
  .world-traveler-page .decorative-tiles .image-grid img {
    width: 90%;
  }
}
@media all and (max-width: 768px) {
  .world-traveler-page .desktop {
    display: none !important;
  }
  .world-traveler-page .mobile {
    display: block !important;
    margin: auto;
  }
  .world-traveler-page #carousel-fha {
    height: 584px;
  }
  .world-traveler-page #carousel-fha .carousel-control-next, .world-traveler-page #carousel-fha .carousel-control-prev {
    height: 584px;
  }
}
@media all and (max-width: 576px) {
  .world-traveler-page .headline.mb-60 {
    margin-bottom: 2.5rem !important;
  }
  .world-traveler-page .headline h1 {
    font-size: 2.8125rem;
  }
  .world-traveler-page .carousel-section {
    background-image: url(/img/world_traveler/714-bg1-m.jpg);
    padding: 3.75rem 3.125rem 0;
  }
  .world-traveler-page .carousel-section h2 {
    font-size: 2.5rem;
    margin-bottom: 20px;
  }
  .world-traveler-page .carousel-section p {
    font-size: 1.25rem;
  }
  .world-traveler-page #carousel-fha {
    height: 499px;
  }
  .world-traveler-page #carousel-fha .carousel-control-next, .world-traveler-page #carousel-fha .carousel-control-prev {
    width: 70px;
    height: 499px;
  }
}
@media all and (max-width: 480px) {
  .world-traveler-page .carousel-section h2 {
    font-size: 1.875rem;
  }
  .world-traveler-page .carousel-section p {
    font-size: 1.25rem;
  }
  .world-traveler-page #carousel-fha {
    height: 400px;
  }
  .world-traveler-page #carousel-fha .carousel-control-next, .world-traveler-page #carousel-fha .carousel-control-prev {
    height: 400px;
  }
}
@media all and (max-width: 430px) {
  .world-traveler-page .carousel-section h2 {
    font-size: 1.5625rem;
  }
  .world-traveler-page .carousel-section p {
    font-size: 0.9375rem;
  }
  .world-traveler-page #carousel-fha {
    height: 346px;
  }
  .world-traveler-page #carousel-fha .carousel-control-next, .world-traveler-page #carousel-fha .carousel-control-prev {
    height: 346px;
  }
  .world-traveler-page .just-landed h2 {
    font-size: 1.25rem;
  }
}
@media all and (max-width: 414px) {
  .world-traveler-page .headline h1 {
    font-size: 2.5rem;
  }
}
@media all and (max-width: 393px) {
  .world-traveler-page .carousel-section h2 {
    font-size: 1.25rem;
  }
  .world-traveler-page .carousel-section p {
    font-size: 0.9375rem;
  }
  .world-traveler-page #carousel-fha {
    height: 307px;
  }
  .world-traveler-page #carousel-fha .carousel-control-next, .world-traveler-page #carousel-fha .carousel-control-prev {
    height: 307px;
  }
}
.socials a {
  text-decoration: none;
  margin-right: 1.5rem;
}
.socials a:last-of-type {
  margin-right: 0;
}
.socials a .social-icon-static {
  display: inline;
}
.socials a .social-icon-hover {
  display: none;
}
.socials a:hover .social-icon-static {
  display: none;
}
.socials a:hover .social-icon-hover {
  display: inline;
}

.stay-connected-page {
  background-color: #e5f1f2;
  margin-top: 20px;
  margin-bottom: 30px;
}
.stay-connected-page .row {
  --bs-gutter-x: 0;
}
.stay-connected-page .row.item {
  padding: 3.75rem 8.75rem;
}
.stay-connected-page strong {
  font-weight: 800;
}
.stay-connected-page .sc-content h2 {
  font-size: 3.125rem;
  font-weight: 600;
}
.stay-connected-page .sc-content h2.teal {
  color: #007681;
  margin-bottom: 15px;
}
.stay-connected-page .sc-content h2.pink {
  color: #c64791;
  margin-bottom: 10px;
}
.stay-connected-page .sc-content p {
  font-size: 1.5625rem;
  font-weight: 600;
  line-height: 1.875rem;
}
.stay-connected-page .socials a img {
  max-width: 5.75rem;
  width: 100%;
}
.stay-connected-page .headline {
  background-image: url(../../img/628-stay-connected-hdr.png);
  background-repeat: no-repeat;
  padding-top: 3.625rem;
  height: 16.875rem;
  background-size: cover;
  background-position: center;
}
.stay-connected-page .mice-type {
  padding-top: 1rem;
  color: #5b6770;
  margin: auto;
  text-align: center;
  width: 60%;
  padding-bottom: 20px;
}
.stay-connected-page .mice-type a {
  color: #5b6770;
}
.stay-connected-page .mice-type a:hover {
  text-decoration: none;
}
.stay-connected-page .email-signup-form {
  color: #5b6770;
  font-weight: 600;
  text-align: left;
}
.stay-connected-page .email-signup-form .row-top {
  display: flex;
  font-size: 1rem;
}
.stay-connected-page .email-signup-form .row-top .col-a {
  width: 70%;
}
.stay-connected-page .email-signup-form .row-top .col-b {
  width: 30%;
  margin-left: 1.5625rem;
}
.stay-connected-page .email-signup-form .row-top .first-name {
  width: 100%;
}
.stay-connected-page .email-signup-form .row-top .zip {
  width: 100%;
}
.stay-connected-page .email-signup-form .row-top input + label {
  display: block;
  margin-bottom: 0.3125rem;
}
.stay-connected-page .email-signup-form .row-btm {
  display: flex;
  font-size: 0.75rem;
  border: 1px solid #5b6770;
  /*margin-top: 20px;*/
}
.stay-connected-page .email-signup-form .row-btm input {
  width: 100%;
  border: 0;
}
.stay-connected-page .email-signup-form input {
  padding: 0.7em;
  border: 1px solid #5b6770;
  outline: 0;
  color: #5b6770;
  font-size: 0.875rem;
  box-sizing: border-box;
}
.stay-connected-page .email-signup-form input::placeholder {
  color: #333;
}
.stay-connected-page .email-signup-form input::-moz-placeholder {
  /* Firefox 19+ */
  color: #333;
  opacity: 1;
}
.stay-connected-page .email-signup-form input:-moz-placeholder {
  /* Firefox 4 - 18 */
  color: #333;
  opacity: 1;
}
.stay-connected-page .email-signup-form input + label {
  /*display: none;*/
}
.stay-connected-page .email-signup-form input:focus {
  outline: 2px solid #2e70be;
}
.stay-connected-page .email-signup-form button {
  border: 0;
  background: 0;
  outline: 0;
  background-color: #fff;
  font-family: Poppins;
  font-weight: 700;
  font-size: 1.125rem;
  padding: 0 0.3em;
  color: #007681;
  cursor: pointer;
}
.stay-connected-page .email-signup-form button:focus {
  outline: 1px dotted #2e70be;
}
.stay-connected-page hr {
  height: 1px;
  background-color: #5b6770;
  opacity: 1;
  margin: 0 8.75rem;
}

@media (max-width: 768px) {
  .stay-connected-page h2, .stay-connected-page p {
    text-align: center;
  }
  .stay-connected-page .row.item {
    padding: 3.75rem;
  }
}
@media (max-width: 576px) {
  .stay-connected-page .row.item {
    padding: 3.125rem;
  }
  .stay-connected-page .headline {
    background-image: url(../../img/628-stay-connected-hdr-m.png);
    background-repeat: no-repeat;
    padding: 3.625rem 1.875rem 0;
    height: 16.875rem;
  }
  .stay-connected-page .headline h1 {
    font-size: 2.8125rem;
  }
  .stay-connected-page .headline p {
    font-size: 1.375rem;
  }
  .stay-connected-page .sc-content h2 {
    font-size: 2.625rem;
  }
  .stay-connected-page .sc-content p {
    font-size: 1.3125rem;
  }
  .stay-connected-page .mice-type {
    width: 90%;
  }
  .stay-connected-page hr {
    margin: 0 10%;
  }
  .stay-connected-page .socials a img {
    max-width: 4rem;
  }
}
@media (max-width: 480px) {
  .stay-connected-page .row.item {
    padding: 2.5rem;
  }
  .stay-connected-page .headline {
    padding: 3.625rem 1.875rem 0;
    height: 16.875rem;
  }
  .stay-connected-page .headline h1 {
    font-size: 2.8125rem;
  }
  .stay-connected-page .headline p {
    font-size: 1.25rem;
  }
  .stay-connected-page .socials a img {
    max-width: 2.875rem;
  }
}
@media (max-width: 430px) {
  .stay-connected-page .headline h1 {
    font-size: 2.5rem;
  }
}
@media (max-width: 390px) {
  .stay-connected-page .headline h1 {
    font-size: 2.1875rem;
  }
  .stay-connected-page .headline p {
    font-size: 1.125rem;
  }
  .stay-connected-page h2 {
    font-size: 2.1875rem;
  }
  .stay-connected-page p {
    font-size: 1.125rem;
  }
}
@media (max-width: 375px) {
  .stay-connected-page .headline h1 {
    font-size: 2rem;
  }
  .stay-connected-page .socials a img {
    max-width: 2.625rem;
  }
}
.seo-store-details .row {
  margin: 0;
}
.seo-store-details #store-details-hero {
  background-color: #333;
  text-align: center;
  background-image: url("../../img/store_details/seo-store-details-hero.png");
  background-repeat: no-repeat;
  height: 455px;
  background-size: cover;
}
.seo-store-details #store-details-hero .col {
  padding: 0;
}
.seo-store-details #store-details-hero .store-details-copy h1 {
  text-transform: uppercase;
  font-weight: 600;
  font-size: 1.5625rem;
  color: #fff;
  margin-bottom: 0.625rem;
}
.seo-store-details #store-details-hero .store-details-copy h2 {
  font-size: 3.125rem;
  color: #fff;
  font-weight: 600;
  margin-bottom: 0.9375rem;
}
.seo-store-details #store-details-hero .store-details-copy h3 {
  font-weight: 600;
  font-size: 1.5625rem;
  text-transform: uppercase;
  margin-bottom: 1em;
  color: #fff;
}
.seo-store-details .store-details-amenities h4 {
  font-size: 1.25rem;
  text-transform: uppercase;
  color: #5b6770;
  margin-bottom: 0.625rem;
}
.seo-store-details .store-details-amenities .no-bull {
  margin: 0;
}
.seo-store-details .store-details-amenities .no-bull li {
  list-style-type: none;
  color: #5b6770;
  padding-bottom: 0.25em;
  font-size: 14px;
  line-height: 18px;
}
.seo-store-details .store-details-amenities .no-bull li strong {
  font-weight: 700;
}
.seo-store-details .store-details-amenities .copy-block {
  background-color: #e5f1f2;
  padding: 3em;
}
.seo-store-details .store-details-amenities .copy-block.middle-col {
  margin: 0 2em;
}
.seo-store-details .store-details-amenities .copy-block.me-30 {
  margin-right: 30px;
}
.seo-store-details .store-details-amenities .copy-block.me-30:last-of-type {
  margin-right: 0;
}
.seo-store-details .store-details-amenities .copy-block strong {
  font-weight: 600;
}
.seo-store-details .store-details-amenities .copy-block a {
  font-weight: 700;
  color: #5b6770;
  text-decoration: underline;
}
.seo-store-details .store-details-amenities .copy-block a:hover {
  text-decoration: none;
}
.seo-store-details .store-details-amenities .hours-table-row .hours-table-day {
  padding: 0px 0 10px;
  color: #5b6770;
  font-size: 14px;
}
.seo-store-details .store-details-amenities .hours-table-row .hours-table-day.is-today {
  font-weight: 700;
}
.seo-store-details .store-details-amenities .atl-li li {
  padding-bottom: 10px;
}
.seo-store-details .store-details-amenities .atl-li li img {
  margin-right: 15px;
  vertical-align: middle;
}
.seo-store-details #store-details-about .map-container {
  height: 290px;
}
.seo-store-details .btn-seo {
  height: 62px;
  display: flex;
  align-content: center;
  justify-content: center;
  flex-wrap: wrap;
  padding: 0 0.75rem;
  line-height: 24px;
  max-width: initial;
  border: 2px solid #5b6770;
  color: #5b6770;
  text-align: center;
  text-transform: uppercase;
  font-weight: 700;
  font-size: 1.25rem;
  text-decoration: none;
  transition: background-color 0.3s;
  margin: auto;
}
.seo-store-details .btn-seo.max-250 {
  max-width: 300px;
}
.seo-store-details .btn-seo:hover {
  color: #fff;
  background-color: #5b6770;
}
.seo-store-details .row.full-width {
  margin-left: -0.75rem !important;
  margin-right: -0.75rem !important;
}

@media (max-width: 576px) {
  .row.full-width {
    padding: 0 1em;
  }

  #about h2 {
    text-align: center;
  }

  .seo-store-details #store-details-hero {
    padding: 3em;
    background-image: url("../../img/store_details/seo-store-details-hero-m.png");
    background-position: center;
  }
  .seo-store-details #store-details-hero .store-details-copy h2 {
    font-size: 2.625rem;
  }
  .seo-store-details .store-details-amenities, .seo-store-details #store-details-about {
    margin: 0 16px;
  }
  .seo-store-details .store-details-amenities .copy-block.col, .seo-store-details #store-details-about .copy-block.col {
    flex: 1 1 100%;
    margin-bottom: 30px;
  }
  .seo-store-details .store-details-amenities .copy-block.col:last-of-type, .seo-store-details #store-details-about .copy-block.col:last-of-type {
    margin-bottom: 0;
  }
  .seo-store-details .store-details-amenities .copy-block.middle-col, .seo-store-details #store-details-about .copy-block.middle-col {
    margin: auto auto 30px;
  }
  .seo-store-details .store-details-amenities .copy-block.me-30, .seo-store-details #store-details-about .copy-block.me-30 {
    margin-right: 0px;
  }
  .seo-store-details .btn-seo {
    height: 47px;
    max-width: 236px;
    line-height: 18px;
    font-size: 1.125rem;
    text-decoration: none;
    transition: background-color 0.3s;
    margin: auto;
  }
  .seo-store-details .btn-seo.max-250 {
    max-width: 236px;
  }
}
#store-info-container {
  box-shadow: -3px 3px 18px rgba(0, 0, 0, 0.1);
  margin-bottom: 20px;
}
#store-info-container .store-info {
  padding: 1em;
  border-bottom: 1px solid #ccc;
}
#store-info-container h2 {
  font-weight: 700;
  font-size: 24px;
  line-height: 1.25;
}
#store-info-container .store-depts {
  display: inline-block;
  vertical-align: top;
}
#store-info-container .store-depts img {
  display: inline-block;
  vertical-align: top;
}
#store-info-container .store-depts p {
  display: inline-block;
  line-height: 1em;
  padding-right: 0.25em;
  padding-left: 0.25em;
  font-size: 13px;
}
#store-info-container .latest-finds {
  padding: 1em;
}
#store-info-container .latest-finds #goods-images img {
  padding-right: 1.55em;
}
#store-info-container .latest-finds #goods-images img:last-of-type {
  padding-right: 0em;
}
#store-info-container a {
  text-transform: uppercase;
  text-decoration: none;
}
#store-info-container .directions {
  font-weight: 700;
  color: #c2103c;
}
#store-info-container .link {
  color: #c2103c;
  align-self: flex-start;
  text-decoration: none;
  /*&:after {
  	content: '';
  	display: inline-block;
  	width: 5px;
  	height: 5px;
  	margin-left: 5px;
  	border-style: solid;
  	border-color: $brandRed;
  	border-width: 3px 3px 0 0;
  	transform: translateY(-2px) translateX(0) rotate(45deg);
  	transition: transform 0.3s;
  }*/
}
#store-info-container .link svg {
  transform: translateY(-1px) translateX(0);
  transition: transform 0.3s;
}
#store-info-container .link:visited {
  color: #c2103c;
}
#store-info-container .link:hover svg {
  transform: translateY(-1px) translateX(4px);
}
#store-info-container .link-before {
  align-self: flex-start;
  text-decoration: none;
}
#store-info-container .link-before a {
  color: #5b6770;
}
#store-info-container .link-before:visited {
  color: #5b6770;
}
#store-info-container .link-before:before {
  content: "";
  display: inline-block;
  width: 5px;
  height: 5px;
  margin-right: 5px;
  border-style: solid;
  border-color: #5b6770;
  border-width: 3px 3px 0 0;
  transform: translateY(-2px) translateX(0) rotate(225deg);
  transition: transform 0.3s;
}
#store-info-container .link-before:hover:before {
  transform: translateY(-2px) translateX(-4px) rotate(225deg);
}
#store-info-container #store-controls {
  border-bottom: 1px solid #ccc;
  padding: 1em;
}
#store-info-container #store-controls #return-to-listing, #store-info-container #store-controls #next-store {
  display: inline-block;
}
#store-info-container #store-controls #next-store {
  float: right;
}

@media (max-width: 576px) {
  .latest-finds #goods-images {
    text-align: center;
  }
  .latest-finds #goods-images img {
    padding-bottom: 1.55em;
  }
  .latest-finds #goods-images img:last-of-type {
    padding-right: 1.55em !important;
    padding-bottom: 0em;
  }
}
.store-openings-page {
  padding: 40px 170px 80px 170px;
}
.store-openings-page h2 {
  font-size: 30px;
  margin-bottom: 45px;
}
.store-openings-page form {
  background-color: #F2F2F2;
  width: 340px;
  padding: 24px 30px;
  box-sizing: border-box;
  margin-bottom: 8px;
}
.store-openings-page form label {
  font-size: 12px;
  color: #5b6770;
  font-weight: 300;
  letter-spacing: 1px;
  text-transform: uppercase;
  display: block;
  margin-bottom: 14px;
}
.store-openings-page form select {
  box-sizing: border-box;
  padding: 0 0 3px 0;
  background: 0;
  font-size: 16px;
  font-weight: 300;
  height: 30px;
  outline: 0;
  border-radius: 0;
  border-width: 1px;
  border-style: solid;
  border-top: 0;
  border-right: 0;
  border-left: 0;
  border-color: #979797;
  color: #5b6770;
  transition: border-color 0.3s, color 0.3s;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  line-height: 0.8em;
  width: 180px;
  max-width: 100%;
  background-image: linear-gradient(45deg, transparent 60%, #000 50%), linear-gradient(135deg, #000 50%, transparent 50%), linear-gradient(to right, #F2F2F2, #F2F2F2);
  background-position: calc(100% - 20px) 9px, calc(100% - 15px) 9px, 100% 0;
  background-size: 5px 5px, 5px 5px, 2.5em 2.5em;
  background-repeat: no-repeat;
}
.store-openings-page form select::-ms-expand {
  /* for IE 11 */
  display: none;
}
.store-openings-page form select:focus {
  border-color: #2e70be;
  color: #468EE5;
}
.store-openings-page h4 {
  font-size: 18px;
  cursor: pointer;
  display: inline-block;
  margin-bottom: 24px;
}
.store-openings-page h4 span {
  color: #999;
  font-weight: 300;
}
.store-openings-page .states-list {
  position: relative;
}
.store-openings-page .states-list li {
  list-style-type: none !important;
}
.store-openings-page .states-list.filtered .state-dropdown {
  display: none;
}
.store-openings-page .states-list.filtered .state-dropdown.active {
  display: block;
}
.store-openings-page .state-dropdown {
  padding-top: 46px;
}
.store-openings-page .store-list li {
  margin-bottom: 48px;
  list-style-type: none !important;
}
.store-openings-page .store-list li h5 {
  font-size: 12px;
  font-weight: 600;
  margin-bottom: 5px;
}
.store-openings-page .store-list li address, .store-openings-page .store-list li .hours {
  font-size: 12px;
  color: #333;
  font-weight: 300;
  line-height: 2;
  margin-bottom: 5px;
}
.store-openings-page .store-list li .arrow-link {
  color: #2e70be;
  font-size: 12px;
  font-weight: 300;
}
.store-openings-page .store-list li .arrow-link:visited {
  color: #2e70be;
}
.store-openings-page .store-list li .arrow-link:after {
  content: "";
  display: inline-block;
  width: 4px;
  height: 4px;
  margin-left: 2px;
  border-style: solid;
  border-color: #2e70be;
  border-width: 1px 1px 0 0;
  transform: translateY(-1px) translateX(0) scaleX(0.9) rotate(45deg);
  transition: transform 0.3s;
}
.store-openings-page .store-list li .arrow-link:hover:after {
  transform: translateY(-1px) translateX(4px) scaleX(0.9) rotate(45deg);
}
.store-openings-page .store-list li:last-of-type {
  margin-bottom: 30px;
}
.store-openings-page .designations {
  display: flex;
  align-items: center;
  margin-bottom: 8px;
}
.store-openings-page .designations img {
  width: 28px;
  display: inline-block;
  margin-right: 8px;
}
.store-openings-page .designations p {
  margin-bottom: 0;
  margin-right: 20px;
  color: #5b6770;
  font-size: 10px;
  line-height: 1.1;
  display: inline-block;
  width: auto;
}
.store-openings-page .phone-link {
  font-weight: 300;
  font-size: 12px;
  color: #2e70be;
  display: inline-block;
  padding-bottom: 2px;
  border-bottom: 1px #2e70be dashed;
  margin-bottom: 14px;
  text-decoration: none;
}
.store-openings-page .phone-link:after {
  display: none;
}

@media (max-width: 576px) {
  .store-openings-page {
    padding: 30px 25px;
  }
  .store-openings-page form {
    width: 100%;
  }
}
.tjxr-page .row {
  margin: 0;
}
.tjxr-page h1 {
  font-weight: 800;
  font-size: 30px;
  line-height: 24px;
  color: #fff;
}
.tjxr-page h1 sup {
  font-size: 15px;
  top: -14px;
}
.tjxr-page h2 {
  font-size: 22px;
  line-height: 24px;
}
.tjxr-page h3 {
  font-size: 15px;
  line-height: 32px;
}
.tjxr-page p {
  margin-bottom: 0;
  font-size: 15px;
}
.tjxr-page p.footer-copy {
  font-size: 12px;
}
.tjxr-page p.footer-copy a {
  color: #5b6770;
  text-decoration: underline;
}
.tjxr-page p.footer-copy a:hover {
  text-decoration: underline;
}
.tjxr-page p.footer-copy a:after {
  display: none;
}
.tjxr-page a.desktop, .tjxr-page span.desktop {
  display: inline-block;
}
.tjxr-page a.mobile, .tjxr-page span.mobile {
  display: none;
}
.tjxr-page hr {
  background-color: #eeeff0;
  opacity: 1;
}
.tjxr-page sup {
  font-weight: 400;
}
.tjxr-page strong {
  font-weight: 600;
}
.tjxr-page .red-btn, .tjxr-page .white-btn {
  display: block;
  box-sizing: border-box;
  width: 345px;
  height: 45px;
  background-color: #C51F3F;
  color: #fff;
  font-size: 16px;
  font-weight: 700;
  text-transform: uppercase;
  text-decoration: none;
  text-align: center;
  transition: background-color 0.3s;
  padding-top: 13px;
  margin: auto;
  border: 2px solid #C51F3F;
}
.tjxr-page .red-btn:hover, .tjxr-page .white-btn:hover {
  background-color: #fff;
  color: #C51F3F;
}
.tjxr-page .red-btn.desktop, .tjxr-page .white-btn.desktop {
  display: block;
}
.tjxr-page .red-btn.mobile, .tjxr-page .white-btn.mobile {
  display: none;
}
.tjxr-page .white-btn {
  color: #C51F3F;
  background-color: #fff;
  margin: 0;
  padding-top: 10px;
  border: 2px solid #fff;
}
.tjxr-page .white-btn:hover {
  background-color: #C51F3F;
  color: #fff;
}
.tjxr-page .top-section {
  border: 1px solid #5b6770;
  padding: 11px 70px;
}
.tjxr-page .top-section p {
  line-height: 30px;
}
.tjxr-page .top-section p strong {
  font-size: 18px;
}
.tjxr-page .red-section {
  background-color: #C51F3F;
  color: #fff;
  padding-top: 40px;
  padding-left: 60px;
}
.tjxr-page .red-section p {
  color: #fff;
  margin-bottom: 7px;
}
.tjxr-page .red-section p.slightly-larger {
  font-size: 18px;
}
.tjxr-page .red-section .white-link {
  color: #fff;
  font-weight: 600;
}
.tjxr-page .red-section .card-images {
  position: relative;
  margin-bottom: -52px;
  margin-top: -28px;
  height: 357px;
}
.tjxr-page .how-section img {
  height: 135px;
}
.tjxr-page .apply-section img {
  height: 98px;
}
.tjxr-page .brand-section-copy {
  margin-top: 3rem;
}
.tjxr-page .brand-section .tjm, .tjxr-page .brand-section .ma, .tjxr-page .brand-section .hg, .tjxr-page .brand-section .sierra {
  width: 162px;
}
.tjxr-page .brand-section .hs {
  width: 52px;
}
.tjxr-page .table {
  color: #5b6770;
  font-size: 15px;
}
.tjxr-page .table thead th {
  padding: 30px;
  background-color: #eeeff0;
  text-align: center;
  font-weight: 800;
}
.tjxr-page .table tbody td {
  border-bottom: 1px solid #eeeff0;
  padding-left: 70px;
  padding-top: 15px;
  padding-bottom: 15px;
  width: 50%;
}
.tjxr-page .table tbody td:nth-of-type(2) {
  text-align: center;
  padding-left: 0;
}
.tjxr-page .table tbody td p {
  margin: 0;
  line-height: 20px;
}
.tjxr-page .table tbody td p a {
  color: #5b6770;
}
.tjxr-page .table tbody td p a:hover {
  text-decoration: underline;
}
.tjxr-page .table tbody td p strong {
  font-weight: 600;
}

/* Specific styles for ACCESSIBLE POPUP */
div.popup {
  position: absolute;
  z-index: 1;
  background-color: #fff;
  padding: 15px;
  text-align: left;
  border: 1px solid #5b6770;
  color: #5b6770;
  width: 350px;
  margin-top: 9px;
}
div.popup:after {
  content: "";
  display: block;
  position: absolute;
  border-style: solid;
  border-color: #5b6770;
  border-width: 1px 1px 0 0;
  width: 15px;
  height: 15px;
  background: inherit;
  -webkit-transform: rotate(315deg);
  -moz-transform: rotate(315deg);
  -o-transform: rotate(315deg);
  transform: rotate(315deg);
  top: -8px;
  right: 39px;
}
div.popup p {
  font-size: 12px;
  line-height: 16px !important;
  padding-top: 18px;
  font-weight: 400;
}
div.popup2:after {
  right: 60px;
}
div .popup div:first-child[tabindex="-1"]:focus {
  outline: none;
  border: none;
}

button.aria-popup {
  background-color: #fff;
  padding: 0;
}
button.CloseDC {
  background: transparent;
  border: none;
  position: absolute;
  right: 0.25em;
  top: 0.5em;
}

@media (max-width: 1024px) {
  .tjxr-page .red-section .col-lg-8 {
    width: 54%;
  }
  .tjxr-page .col-lg-2 {
    width: 19%;
  }
  .tjxr-page .col-lg-3 {
    width: 30%;
  }
}
@media (max-width: 768px) {
  .tjxr-page .red-section .col-lg-8 {
    width: 100%;
  }
  .tjxr-page .red-section .card-images {
    position: relative;
    margin-bottom: -25px;
    margin-top: 0px;
    width: 188px;
    margin-left: 33%;
    height: initial;
  }
  .tjxr-page .col-lg-2 {
    width: 34%;
    padding-bottom: 12px;
  }
  .tjxr-page .col-lg-3 {
    width: 30%;
  }
}
@media (max-width: 576px) {
  .tjxr-page .row {
    margin: 15px;
  }
  .tjxr-page .justify-content-end {
    justify-content: center !important;
  }
  .tjxr-page h1 {
    font-size: 28px;
    line-height: 30px;
    margin-bottom: 10px;
  }
  .tjxr-page .top-section {
    text-align: center;
    padding: 0px 15px;
    border: 0;
  }
  .tjxr-page .top-section .row {
    margin: 0;
  }
  .tjxr-page .top-section h1.gray-header {
    color: #5b6770;
    font-size: 25px;
    line-height: 27px;
    margin-bottom: 20px;
  }
  .tjxr-page .top-section p {
    margin-bottom: 20px;
    line-height: 22px;
  }
  .tjxr-page .top-section p strong {
    font-weight: 800;
  }
  .tjxr-page .red-section {
    padding: 30px 10px 0;
    margin: 15px;
  }
  .tjxr-page .red-section .row {
    margin: 0;
  }
  .tjxr-page .red-section .col-lg-8 {
    width: 100%;
  }
  .tjxr-page .red-section .card-images {
    position: relative;
    margin-bottom: -25px;
    margin-top: 0px;
    width: 188px;
    margin-left: 33%;
  }
  .tjxr-page .how-section {
    background-color: #eeeff0;
    padding: 30px 10px;
    margin-top: 0 !important;
  }
  .tjxr-page .how-section img {
    width: 80px;
    height: auto;
  }
  .tjxr-page .apply-section {
    padding: 10px 10px 0;
    margin-top: 0 !important;
    margin-bottom: 0 !important;
  }
  .tjxr-page .apply-section img {
    width: 118px;
    height: auto;
  }
  .tjxr-page #topics {
    margin: 15px;
  }
  .tjxr-page .download-app {
    background-color: #eeeff0;
    text-align: center;
    padding: 30px 0 0;
    margin: 15px;
  }
  .tjxr-page .download-app .col {
    padding: 0;
  }
  .tjxr-page .table {
    margin-top: 10px;
  }
  .tjxr-page .table thead th {
    padding: 10px;
  }
  .tjxr-page .table tbody td {
    padding-left: 10px;
    padding-right: 0;
  }
  .tjxr-page .table tbody td:first-of-type {
    width: 52%;
  }
  .tjxr-page .red-btn, .tjxr-page .white-btn {
    width: 226px;
    padding-top: 15px;
    margin: auto;
  }
  .tjxr-page .white-btn {
    margin: auto;
    padding-top: 10px;
  }
  .tjxr-page .brand-section-copy {
    margin-top: 2rem;
  }
  .tjxr-page .brand-section .tjm, .tjxr-page .brand-section .ma, .tjxr-page .brand-section .hg, .tjxr-page .brand-section .sierra {
    width: 135px;
  }
  .tjxr-page .brand-section .hs {
    width: 52px;
  }
  .tjxr-page .col-lg-2, .tjxr-page .col-lg-1 {
    width: 27%;
    padding-bottom: 20px;
  }
  .tjxr-page .col-lg-3 {
    width: 100%;
    margin-bottom: 30px;
  }
  .tjxr-page .col-lg-3:last-of-type {
    margin-bottom: 0;
  }

  div.popup {
    width: 75%;
    left: 12%;
    box-shadow: 2px 3px 10px #5b6770;
  }
  div.popup:after {
    display: none;
  }
}
@media (max-width: 520px) {
  .tjxr-page .col-lg-2 {
    width: 30%;
  }
}
@media (max-width: 480px) {
  .popover {
    left: 10vw !important;
    width: 80vw;
    max-width: 80vw;
  }

  .popover .popover-arrow {
    display: none;
  }

  .popover-header {
    display: block;
  }

  .popover-body {
    padding: 0 1rem 1rem;
  }

  .tjxr-page a.desktop, .tjxr-page span.desktop {
    display: none;
  }
  .tjxr-page a.mobile, .tjxr-page span.mobile {
    display: inline-block;
  }
  .tjxr-page .red-btn.desktop, .tjxr-page .white-btn.desktop {
    display: none;
  }
  .tjxr-page .red-btn.mobile, .tjxr-page .white-btn.mobile {
    display: block;
  }
  .tjxr-page .red-section .card-images {
    margin-left: 29%;
  }
  .tjxr-page .brand-section .tjm, .tjxr-page .brand-section .ma, .tjxr-page .brand-section .hg, .tjxr-page .brand-section .sierra {
    width: 115px;
  }
  .tjxr-page .brand-section .hs {
    width: 52px;
  }
  .tjxr-page .col-lg-2, .tjxr-page .col-lg-1 {
    width: 30%;
    padding-bottom: 12px;
  }
}
@media (max-width: 414px) {
  .tjxr-page .red-section .card-images {
    margin-left: 25%;
  }
  .tjxr-page .table tbody td {
    width: 60%;
  }
  .tjxr-page .brand-section .tjm, .tjxr-page .brand-section .ma, .tjxr-page .brand-section .hg, .tjxr-page .brand-section .sierra {
    width: 105px;
  }
  .tjxr-page .brand-section .hs {
    width: 52px;
  }
  .tjxr-page .col-lg-2, .tjxr-page .col-lg-1 {
    width: 30%;
    padding-bottom: 12px;
  }
}
@media (max-width: 390px) {
  .tjxr-page .col-lg-2, .tjxr-page .col-lg-1 {
    width: 33%;
  }
}
@media (max-width: 375px) {
  .tjxr-page .col-lg-2, .tjxr-page .col-lg-1 {
    width: 33%;
  }
}
#header-section .message-bar {
  margin-bottom: 0;
}

#virtual-tour-section .vt-heading {
  text-align: center;
  padding: 1.5rem 0 0;
}
#virtual-tour-section .vt-findstore {
  background-image: url(/img//360Tour/677-tour-locator-bg.png);
  background-repeat: no-repeat;
  margin: 0 0 40px;
  height: 115px;
  padding-top: 38px;
  background-color: #000;
}
#virtual-tour-section .vt-findstore h2, #virtual-tour-section .vt-findstore a {
  color: #fff;
}
#virtual-tour-section .vt-findstore h2 {
  font-size: 35px;
  font-weight: 600;
  margin-right: -100px;
}
#virtual-tour-section .vt-findstore .mobile-only {
  display: none;
}
#virtual-tour-section .vt-findstore .mt-adjust {
  margin-top: 10px;
}
#virtual-tour-section .vt-findstore a {
  text-decoration: none;
  font-size: 25px;
  font-weight: 700;
}
#virtual-tour-section .vt-cards .vt-card-1 .block-1, #virtual-tour-section .vt-cards .vt-card-1 .block-2, #virtual-tour-section .vt-cards .vt-card-2 .block-1, #virtual-tour-section .vt-cards .vt-card-2 .block-2 {
  display: inline-block;
  vertical-align: top;
}
#virtual-tour-section .vt-cards .vt-card-1 .block-1, #virtual-tour-section .vt-cards .vt-card-2 .block-1 {
  margin-right: 45px;
}
#virtual-tour-section .vt-cards .vt-card-1 h2, #virtual-tour-section .vt-cards .vt-card-2 h2 {
  font-size: 25px;
  font-weight: 600;
  color: #5b6770;
  text-align: left;
  line-height: 35px;
  margin-bottom: 15px;
}
#virtual-tour-section .vt-cards .vt-card-1 {
  padding-top: 10px;
  border-right: 2px solid #5b6770;
}
#virtual-tour-section .vt-cards .vt-card-1 .block-2 {
  padding-top: 15px;
  width: 290px;
}
#virtual-tour-section .vt-cards .vt-card-2 {
  padding-top: 5px;
}
#virtual-tour-section .vt-cards .vt-card-2 .block-2 {
  padding-top: 15px;
  width: 310px;
}
#virtual-tour-section .vt-cards .vt-card-2 .finders-logo {
  max-width: 140px;
  width: 100%;
}
#virtual-tour-section .container-fluid {
  padding: 0;
  margin: 0;
  text-align: center;
}
#virtual-tour-section .container-fluid p {
  font-family: Poppins;
  text-align: center;
  margin: 0;
}
#virtual-tour-section .container-fluid p.note {
  margin: 1.25rem;
  font-weight: bold;
}

@media (max-width: 1024px) {
  #virtual-tour-section .vt-findstore h2 {
    margin-right: initial;
  }
  #virtual-tour-section .vt-cards .vt-card-1 .block-1, #virtual-tour-section .vt-cards .vt-card-1 .block-2, #virtual-tour-section .vt-cards .vt-card-2 .block-1, #virtual-tour-section .vt-cards .vt-card-2 .block-2 {
    display: block;
  }
  #virtual-tour-section .vt-cards .vt-card-1 .block-1 a.new-arrow-link, #virtual-tour-section .vt-cards .vt-card-1 .block-2 a.new-arrow-link, #virtual-tour-section .vt-cards .vt-card-2 .block-1 a.new-arrow-link, #virtual-tour-section .vt-cards .vt-card-2 .block-2 a.new-arrow-link {
    justify-content: center;
  }
  #virtual-tour-section .vt-cards .vt-card-1 .block-1, #virtual-tour-section .vt-cards .vt-card-2 .block-1 {
    margin-right: 0;
  }
  #virtual-tour-section .vt-cards .vt-card-1 h2, #virtual-tour-section .vt-cards .vt-card-2 h2 {
    text-align: center;
  }
  #virtual-tour-section .vt-cards .vt-card-1 .block-2 {
    width: 100%;
  }
  #virtual-tour-section .vt-cards .vt-card-2 .block-2 {
    width: 100%;
  }
}
@media (max-width: 992px) {
  #virtual-tour-section .vt-findstore h2 {
    font-size: 38px;
    margin-right: initial;
  }
  #virtual-tour-section .vt-findstore a {
    margin-top: 12px;
    font-size: 20px;
  }
  #virtual-tour-section .container-fluid {
    padding: 0;
    margin: 0;
  }
  #virtual-tour-section .container-fluid p.note {
    text-align: center;
    font-weight: bold;
    margin: 0.625rem;
  }
}
@media (max-width: 768px) {
  #virtual-tour-section .vt-findstore h2 {
    font-size: 28px;
  }
  #virtual-tour-section .vt-cards {
    border: 25px solid #f3f1ec;
    padding: 50px 0;
  }
  #virtual-tour-section .vt-cards .vt-card-1, #virtual-tour-section .vt-cards .vt-card-2 {
    width: 90%;
    margin: auto;
  }
  #virtual-tour-section .vt-cards .vt-card-1 {
    padding-top: 0px;
    padding-bottom: 25px;
    border-right: 0;
    border-bottom: 1px solid #5b6770;
    margin-bottom: 45px;
  }
  #virtual-tour-section .vt-cards .vt-card-2 {
    padding-top: 0;
  }
}
@media (max-width: 576px) {
  #virtual-tour-section .vt-heading h1 {
    font-size: 2.1875rem;
  }
  #virtual-tour-section .vt-heading p {
    font-size: 1rem;
  }
  #virtual-tour-section .vt-findstore {
    background-image: url(/img/360Tour/677-tour-locator-bg-m.png);
    height: 180px;
    padding-top: 30px;
  }
  #virtual-tour-section .vt-findstore h2 {
    font-size: 38px;
  }
  #virtual-tour-section .vt-findstore .mobile-only {
    display: block;
  }
  #virtual-tour-section .vt-findstore .mt-adjust {
    margin-top: -8px !important;
  }
  #virtual-tour-section .vt-findstore a {
    margin-top: 12px;
    font-size: 20px;
  }
  #virtual-tour-section .vt-cards .vt-card-1 h2, #virtual-tour-section .vt-cards .vt-card-2 h2 {
    font-size: 20px;
  }
  #virtual-tour-section .vt-cards .vt-card-1 a.new-arrow-link, #virtual-tour-section .vt-cards .vt-card-2 a.new-arrow-link {
    font-size: 22px;
  }
  #virtual-tour-section .container-fluid {
    padding: 0;
    margin: 0;
  }
  #virtual-tour-section .container-fluid img {
    margin-bottom: 0;
  }
  #virtual-tour-section .container-fluid p.note {
    text-align: center;
    font-weight: bold;
    margin: 0.625rem;
  }
}
@media (max-width: 520px) {
  #virtual-tour-section .vt-findstore h2 {
    font-size: 36px;
  }
}
@media (max-width: 480px) {
  #virtual-tour-section .vt-findstore h2 {
    font-size: 34px;
  }
}
@media (max-width: 430px) {
  #virtual-tour-section .vt-findstore h2 {
    font-size: 32px;
  }
}
@media (max-width: 390px) {
  #virtual-tour-section .vt-findstore h2 {
    font-size: 28px;
  }
}
.shell-page {
  padding: 50px;
  color: #5b6770;
  background-color: #fff;
  /*gift card page*/
  /*product info/recalls*/
  /*business gift cards/corp rewards*/
}
.shell-page .mb-15 {
  margin-bottom: 15px;
}
.shell-page h3, .shell-page h4, .shell-page h5, .shell-page h6 {
  margin-bottom: 0.8em;
}
.shell-page p {
  color: #5b6770;
}
.shell-page .p-recall {
  line-height: 30px !important;
}
.shell-page.privacy-policy h2, .shell-page.terms-of-use h2, .shell-page.photo-share h2, .shell-page.how-we h2 {
  font-weight: 700;
  font-size: 24px;
  line-height: 2;
}
.shell-page.privacy-policy h3, .shell-page.terms-of-use h3, .shell-page.photo-share h3, .shell-page.how-we h3 {
  font-weight: 700;
  font-size: 20px;
  line-height: 1.25;
}
.shell-page.privacy-policy h4, .shell-page.terms-of-use h4, .shell-page.photo-share h4, .shell-page.how-we h4 {
  font-weight: 700;
  font-size: 16px;
  line-height: 1.25;
}
.shell-page.return-policy h2 {
  font-size: 1rem;
}
.shell-page ul, .shell-page ol {
  margin: 0.5em 2em 1em;
}
.shell-page ul li, .shell-page ol li {
  list-style-type: disc;
  padding-bottom: 0.25em;
  font-weight: 300;
  font-size: 14px;
  line-height: 18px;
}
.shell-page ol li {
  list-style: decimal;
}
.shell-page ol li ul li {
  list-style-type: disc;
}
.shell-page strong {
  font-weight: bold;
}
.shell-page a {
  color: #c2103c;
  text-decoration: underline;
}
.shell-page a:hover {
  text-decoration: none;
}
.shell-page a.optanon-show-settings {
  cursor: pointer;
}
.shell-page.virtualtour-page #vt-container-desktop {
  height: 868px;
  display: block;
  overflow: hidden;
}
.shell-page.virtualtour-page #vt-container-desktop img {
  width: 100%;
  max-width: 1280px;
  height: auto;
}
.shell-page.virtualtour-page #vt-container-mobile {
  display: none;
}
.shell-page.virtualtour-page .bottombar {
  padding: 10px;
  background-image: url(../img/360Tour/410-bottombar.jpg);
  background-color: #007681;
  color: #fff;
  text-align: center;
  font-weight: bold;
  display: block;
  margin-top: 1px;
}
.shell-page .siteindex {
  line-height: 1.3em;
}
.shell-page .siteindex a {
  text-decoration: none;
  display: inline-block;
  position: relative;
  overflow: hidden;
}
.shell-page .siteindex a:after {
  content: "";
  position: absolute;
  width: 100%;
  height: 1px;
  background-color: #c2103c;
  left: 0;
  bottom: 0;
  transform: scaleX(0);
  transition: transform 0.3s;
}
.shell-page .siteindex a:hover {
  color: #c2103c;
}
.shell-page .siteindex a:hover:after {
  transform: scaleX(1);
  background-color: #c2103c;
}
.shell-page.gift-cards {
  padding: 0;
  margin: 0 0 50px;
  background-color: #e5f1f2;
  /*display: grid;
  grid-template-columns: repeat(2, 1fr);
        text-align: center;

        display: -ms-grid;
        -ms-grid-columns: 50% 50%;
        -ms-grid-rows: auto;

        .exceed {
            grid-column: 1 / 3;

            -ms-grid-column-span: 2;
            -ms-grid-row: 2;
            -ms-grid-column: 1;
        }

        .a {
            -ms-grid-row: 1;
            -ms-grid-column: 1;
        }
        .b {
            -ms-grid-row: 1;
            -ms-grid-column: 2;
        }*/
}
.shell-page.gift-cards .mice-type {
  font-size: 16px !important;
  font-weight: 500 !important;
}
.shell-page.gift-cards section {
  text-align: center;
}
.shell-page.gift-cards hr {
  background-color: #5b6770;
  opacity: 1;
  width: 75%;
  margin: auto;
}
.shell-page.gift-cards .purchase-cards {
  background-image: url("../../img/giftcards/677-gc-hero-bg.png");
  padding-top: 45px;
  height: 430px;
  background-repeat: no-repeat;
}
.shell-page.gift-cards .purchase-cards .purchase-cards-copy {
  width: 60%;
  margin-left: 30px;
}
.shell-page.gift-cards .purchase-cards .purchase-cards-copy h1, .shell-page.gift-cards .purchase-cards .purchase-cards-copy h2, .shell-page.gift-cards .purchase-cards .purchase-cards-copy p {
  color: #fff;
}
.shell-page.gift-cards .purchase-cards .purchase-cards-copy p {
  margin-bottom: 30px;
  font-size: 1.25rem;
  font-weight: 600;
}
.shell-page.gift-cards .wide {
  padding: 40px 100px 20px;
}
.shell-page.gift-cards .wide.cgc {
  background-image: url("../../img/giftcards/638-gc.png");
  background-repeat: no-repeat;
  background-position: bottom left;
  padding-bottom: 140px;
}
.shell-page .extra {
  display: inline-block;
  padding: 10px;
  width: 40%;
  vertical-align: top;
}
.shell-page .extra strong {
  font-weight: 700;
  font-size: 16px;
  line-height: 1.43;
}
.shell-page .customer-service-form-col-bgc {
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: repeat(10, 60px);
  grid-auto-flow: column;
  grid-row-gap: 0;
}
.shell-page .customer-service-form-col-bgc textarea {
  /*width: calc(75vw - 210px);*/
  width: 100%;
  box-sizing: border-box;
}
.shell-page input:focus, .shell-page select:focus {
  border-color: #2e70be;
  color: #468EE5;
}
.shell-page input:focus + label, .shell-page select:focus + label {
  transform: translateY(-100%) scale(0.6);
}
.shell-page input.filled + label, .shell-page select.filled + label {
  transform: translateY(-100%) scale(0.6);
}

.conde-nast-page .row {
  --bs-gutter-x: 0;
}
.conde-nast-page .cn-headline {
  background-image: url(/img/conde_nast/649-hero-bg.png);
  background-color: #333;
  background-repeat: no-repeat;
}
.conde-nast-page .cn-headline h1, .conde-nast-page .cn-headline p {
  color: #fff;
}
.conde-nast-page .cn-headline h1 {
  font-weight: 800;
  font-size: 3.125rem;
  margin: 48px 0 12px;
}
.conde-nast-page .cn-headline p {
  font-weight: 600;
  font-size: 1.25rem;
  line-height: 25px;
  margin-bottom: 48px;
}
.conde-nast-page .vid-section h2 {
  margin-bottom: 0.9375rem;
}
.conde-nast-page .vid-section p strong {
  font-weight: 800;
}
.conde-nast-page .vid-section .vid-1, .conde-nast-page .vid-section .vid-2, .conde-nast-page .vid-section .vid-3, .conde-nast-page .vid-section .cn-vid-1, .conde-nast-page .vid-section .cn-vid-2, .conde-nast-page .vid-section .cn-vid-3 {
  background-repeat: no-repeat;
  background-size: contain;
  padding: 30px;
}
.conde-nast-page .vid-section .vid-1 p, .conde-nast-page .vid-section .vid-2 p, .conde-nast-page .vid-section .vid-3 p, .conde-nast-page .vid-section .cn-vid-1 p, .conde-nast-page .vid-section .cn-vid-2 p, .conde-nast-page .vid-section .cn-vid-3 p {
  font-size: 20px;
  line-height: 25px;
  margin-bottom: 20px;
  font-weight: 600;
}
.conde-nast-page .vid-section .vid-1 {
  background-image: url(/img/world_traveler/vid-bg-green.jpg);
}
.conde-nast-page .vid-section .vid-2 {
  background-image: url(/img/world_traveler/vid-bg-blue.jpg);
}
.conde-nast-page .vid-section .vid-3 {
  background-image: url(/img/world_traveler/vid-bg-pink.jpg);
}
.conde-nast-page .vid-section .cn-vid-1 {
  background-image: url(/img/conde_nast/649-card-bg-orange.png);
}
.conde-nast-page .vid-section .cn-vid-2 {
  background-image: url(/img/conde_nast/649-card-bg-red.png);
}
.conde-nast-page .vid-section .cn-vid-3 {
  background-image: url(/img/conde_nast/649-card-bg-green.png);
}
.conde-nast-page .vid-section .vid-watch-btn {
  color: #5b6770;
  border: 1px solid #5b6770;
  border-radius: 0;
  text-transform: uppercase;
  font-weight: 700;
  font-size: 20px;
}
.conde-nast-page .bc-player-8MYtQOfv1_default-index-0.vjs-fluid:not(.vjs-audio-only-mode) {
  padding-top: 56.25% !important;
}

@media all and (max-width: 1024px) {
  .conde-nast-page .vid-section .vid-iframe {
    height: 379px;
  }
}
@media (max-width: 992px) {
  .shell-page {
    padding: 30px 25px;
  }
}
@media (max-width: 768px) {
  .shell-page.gift-cards h2 {
    font-size: 42px;
  }
  .shell-page.gift-cards p {
    font-size: 1.375rem;
    padding: 0 1.375rem;
  }
  .shell-page.gift-cards .purchase-cards {
    background-image: url("../../img/giftcards/677-gc-hero-bg-m.png");
    padding-top: 75px;
    height: 640px;
    background-position: center;
  }
  .shell-page.gift-cards .purchase-cards .purchase-cards-copy {
    width: 100%;
    margin-left: 0px;
  }
  .shell-page.gift-cards .purchase-cards .purchase-cards-copy h1 {
    font-size: 2.625rem;
  }
  .shell-page.gift-cards .purchase-cards .purchase-cards-copy p {
    padding: 0;
  }
  .shell-page.gift-cards .wide {
    padding: 40px 0px 20px;
  }
  .shell-page.gift-cards .wide:last-of-type {
    padding-bottom: 0;
  }
  .shell-page.gift-cards .wide.cgc {
    background-image: none;
  }

  .conde-nast-page .vid-section .vid-iframe {
    height: 287px;
  }
}
@media (max-width: 576px) {
  .shell-page {
    padding: 30px 25px;
  }
  .shell-page.virtualtour-page {
    padding: 30px 0px;
  }
  .shell-page.virtualtour-page #vt-container-desktop {
    display: none;
  }
  .shell-page.virtualtour-page #vt-container-mobile {
    display: block;
  }
  .shell-page.virtualtour-page #vt-container-mobile img {
    width: 100%;
    height: auto;
  }
  .shell-page.virtualtour-page .bottombar {
    /*margin-top: -2px;
    font-size: 14px;
    background-image: url(../img/360Tour/410-bottombar-m.jpg);
    background-size: cover;*/
    display: none;
  }
  .shell-page .customer-service-form-col-bgc {
    display: block;
    margin-bottom: 60px;
  }
  .shell-page .customer-service-form-col-bgc .input-container {
    height: 60px;
  }

  .conde-nast-page .cn-headline {
    background-image: url(/img/conde_nast/649-hero-bg-m.png);
    padding: 0 2em;
    background-position: center;
  }
  .conde-nast-page .cn-headline h1 {
    font-size: 2.5rem;
    margin: 48px 0 12px;
  }
  .conde-nast-page .cn-headline p {
    font-size: 1.125rem;
    line-height: 25px;
    margin-bottom: 66px;
  }
  .conde-nast-page .vid-section .vid-1 p, .conde-nast-page .vid-section .vid-2 p, .conde-nast-page .vid-section .vid-3 p, .conde-nast-page .vid-section .cn-vid-1 p, .conde-nast-page .vid-section .cn-vid-2 p, .conde-nast-page .vid-section .cn-vid-3 p {
    font-size: 18px;
    margin-bottom: 10px;
  }
  .conde-nast-page .vid-section .vid-1 {
    background-image: url("../../img/world_traveler/vid-bg-green-m.png");
    background-size: contain;
    height: 256px;
  }
  .conde-nast-page .vid-section .vid-2 {
    background-image: url("../../img/world_traveler/vid-bg-blue-m.png");
    background-size: contain;
    height: 256px;
  }
  .conde-nast-page .vid-section .vid-3 {
    background-image: url("../../img/world_traveler/vid-bg-pink-m.jpg");
    background-size: contain;
    height: 216px;
  }
  .conde-nast-page .vid-section .cn-vid-1, .conde-nast-page .vid-section .cn-vid-2, .conde-nast-page .vid-section .cn-vid-3 {
    background-size: cover;
    height: 336px;
  }
  .conde-nast-page .vid-section .cn-vid-1 {
    background-image: url(/img/conde_nast/649-card-bg-orange-m.png);
  }
  .conde-nast-page .vid-section .cn-vid-2 {
    background-image: url(/img/conde_nast/649-card-bg-red-m.png);
  }
  .conde-nast-page .vid-section .cn-vid-3 {
    background-image: url(/img/conde_nast/649-card-bg-green-m.png);
  }
  .conde-nast-page .vid-section .vid-iframe {
    height: 310px;
  }
}
@media all and (max-width: 520px) {
  .conde-nast-page .vid-section .vid-1, .conde-nast-page .vid-section .vid-2, .conde-nast-page .vid-section .vid-3 {
    height: 231px;
  }
  .conde-nast-page .vid-section .cn-vid-1, .conde-nast-page .vid-section .cn-vid-2, .conde-nast-page .vid-section .cn-vid-3 {
    height: 303px;
  }
}
@media (max-width: 480px) {
  .shell-page .blue-btn.btn-white:first-of-type {
    margin-right: 0px;
  }

  .conde-nast-page .cn-headline h1 {
    font-size: 2.1875rem;
    margin: 48px 0 12px;
  }
  .conde-nast-page .cn-headline p {
    font-size: 1.125rem;
    line-height: 25px;
    margin-bottom: 52px;
  }
  .conde-nast-page .vid-section .vid-1, .conde-nast-page .vid-section .vid-2, .conde-nast-page .vid-section .vid-3 {
    height: 214px;
  }
  .conde-nast-page .vid-section .cn-vid-1, .conde-nast-page .vid-section .cn-vid-2, .conde-nast-page .vid-section .cn-vid-3 {
    height: 280px;
  }
}
@media all and (max-width: 430px) {
  .conde-nast-page .vid-section .vid-1, .conde-nast-page .vid-section .vid-2, .conde-nast-page .vid-section .vid-3, .conde-nast-page .vid-section .cn-vid-1, .conde-nast-page .vid-section .cn-vid-2, .conde-nast-page .vid-section .cn-vid-3 {
    height: 191px;
  }
  .conde-nast-page .vid-section .vid-1 h2, .conde-nast-page .vid-section .vid-2 h2, .conde-nast-page .vid-section .vid-3 h2, .conde-nast-page .vid-section .cn-vid-1 h2, .conde-nast-page .vid-section .cn-vid-2 h2, .conde-nast-page .vid-section .cn-vid-3 h2 {
    font-size: 19px;
  }
  .conde-nast-page .vid-section .vid-1 p, .conde-nast-page .vid-section .vid-2 p, .conde-nast-page .vid-section .vid-3 p, .conde-nast-page .vid-section .cn-vid-1 p, .conde-nast-page .vid-section .cn-vid-2 p, .conde-nast-page .vid-section .cn-vid-3 p {
    font-size: 15px;
  }
  .conde-nast-page .vid-section .vid-1 .vid-watch-btn, .conde-nast-page .vid-section .vid-2 .vid-watch-btn, .conde-nast-page .vid-section .vid-3 .vid-watch-btn, .conde-nast-page .vid-section .cn-vid-1 .vid-watch-btn, .conde-nast-page .vid-section .cn-vid-2 .vid-watch-btn, .conde-nast-page .vid-section .cn-vid-3 .vid-watch-btn {
    font-size: 16px;
  }
  .conde-nast-page .vid-section .cn-vid-1, .conde-nast-page .vid-section .cn-vid-2, .conde-nast-page .vid-section .cn-vid-3 {
    height: 251px;
  }
  .conde-nast-page .vid-section .cn-vid-1 p, .conde-nast-page .vid-section .cn-vid-2 p, .conde-nast-page .vid-section .cn-vid-3 p {
    font-size: 16px;
    line-height: 19px;
  }
}
@media (max-width: 414px) {
  .shell-page .blue-btn.btn-white:first-of-type {
    margin-right: 0px;
  }
  .shell-page.gift-cards h2 {
    font-size: 2rem;
  }
  .shell-page.gift-cards p {
    font-size: 1rem;
  }
  .shell-page.gift-cards .purchase-cards .purchase-cards-copy h1 {
    font-size: 2rem;
  }
  .shell-page.gift-cards .purchase-cards .purchase-cards-copy p {
    padding: 0;
    font-size: 1rem;
  }
}
@media all and (max-width: 390px) {
  .conde-nast-page .cn-headline h1 {
    font-size: 28px;
    margin: 30px 0 12px;
  }
  .conde-nast-page .cn-headline p {
    font-size: 18px;
    line-height: 25px;
    margin-bottom: 58px;
  }
  .conde-nast-page .vid-section .vid-1, .conde-nast-page .vid-section .vid-2, .conde-nast-page .vid-section .vid-3 {
    padding: 15px;
    height: 173px;
  }
  .conde-nast-page .vid-section .vid-1 h2, .conde-nast-page .vid-section .vid-2 h2, .conde-nast-page .vid-section .vid-3 h2 {
    font-size: 19px;
  }
  .conde-nast-page .vid-section .vid-1 p, .conde-nast-page .vid-section .vid-2 p, .conde-nast-page .vid-section .vid-3 p {
    font-size: 14px;
  }
  .conde-nast-page .vid-section .cn-vid-1, .conde-nast-page .vid-section .cn-vid-2, .conde-nast-page .vid-section .cn-vid-3 {
    height: 227px;
  }
  .conde-nast-page .vid-section .cn-vid-1 p, .conde-nast-page .vid-section .cn-vid-2 p, .conde-nast-page .vid-section .cn-vid-3 p {
    font-size: 14px;
    line-height: 17px;
  }
}
@media all and (max-width: 375px) {
  .conde-nast-page .vid-section .vid-1, .conde-nast-page .vid-section .vid-2, .conde-nast-page .vid-section .vid-3 {
    height: 167px;
  }
  .conde-nast-page .vid-section .cn-vid-1, .conde-nast-page .vid-section .cn-vid-2, .conde-nast-page .vid-section .cn-vid-3 {
    height: 219px;
  }
  .conde-nast-page .vid-section .cn-vid-1 p, .conde-nast-page .vid-section .cn-vid-2 p, .conde-nast-page .vid-section .cn-vid-3 p {
    font-size: 13px;
    line-height: 17px;
  }
}
#ftr-email-optin {
  background-color: #e5f1f2;
  /*background-image: url("/img/banners/601-banner-ftr-email.png");*/
  padding: 60px 90px;
  margin-bottom: 50px;
  background-repeat: no-repeat;
  /*border: 1px solid $email-tile-border-color;*/
}
#ftr-email-optin .ftr-email-hdr, #ftr-email-optin .ftr-email-form {
  display: inline-block;
}
#ftr-email-optin .headings span {
  font-size: 30px;
  font-weight: 600;
}
#ftr-email-optin .headings span.pink {
  color: #c64791;
}
#ftr-email-optin .headings p {
  color: #5b6770;
  font-size: 20px;
  font-weight: 600;
  margin-bottom: 0;
  margin-top: 6px;
}
#ftr-email-optin.hp-variant h3 {
  color: #007681;
  font-size: 2.5rem;
  font-weight: 600;
}
#ftr-email-optin.hp-variant p {
  font-size: 1.25rem;
  font-weight: 600;
}
#ftr-email-optin.hp-variant p.mice-type {
  font-weight: 500 !important;
}
#ftr-email-optin .ftr-email-optin-section {
  padding-bottom: 20px;
}
#ftr-email-optin .ftr-email-hdr {
  color: #007681;
  width: 48%;
}
#ftr-email-optin .ftr-email-form {
  width: 48%;
}
#ftr-email-optin .mice-type {
  padding-top: 1rem;
  color: #5b6770;
  margin: auto;
  text-align: center;
  width: 70%;
  padding-bottom: 20px;
}
#ftr-email-optin .mice-type a {
  color: #5b6770;
}
#ftr-email-optin .mice-type a:hover {
  text-decoration: none;
}
#ftr-email-optin hr {
  height: 1px;
  background-color: #5b6770;
  opacity: 1;
}
#ftr-email-optin .socials {
  padding-top: 60px;
}
#ftr-email-optin .socials .socials-copy {
  margin-top: 50px;
}
#ftr-email-optin .socials a img {
  max-width: 5.3125rem;
}
#ftr-email-optin .email-signup-form {
  /*display: inline-block;
  float: right;
  width: 40%;*/
}
#ftr-email-optin .email-signup-form .row-btm {
  background-color: #fff;
  border: 1px solid #5b6770;
}
#ftr-email-optin .email-signup-form label {
  color: #5b6770;
  font-weight: 600;
}
#ftr-email-optin .email-signup-form .labelhack {
  margin-bottom: 10px;
  margin-top: 0px;
}
#ftr-email-optin .email-signup-form input {
  -webkit-appearance: none;
  -moz-appearance: none;
  padding: 0.7em;
  outline: 0;
  color: #5b6770;
  font-size: 14px;
  box-sizing: border-box;
  width: 90%;
  box-shadow: 0 0 #5b6770;
  border: 0;
}
#ftr-email-optin .email-signup-form input:focus {
  outline: 2px solid #2e70be;
}
#ftr-email-optin .email-signup-form button {
  border: 0;
  background: 0;
  outline: 0;
  background-color: #fff;
  font-family: Poppins;
  font-weight: 700;
  font-size: 18px;
  padding: 0 0.3em;
  color: #007681;
  cursor: pointer;
}
#ftr-email-optin .email-signup-form button:focus {
  outline: 1px dotted #2e70be;
}

@media (max-width: 1024px) {
  #ftr-email-optin {
    padding: 60px 80px;
  }
  #ftr-email-optin .ftr-email-hdr {
    width: 54%;
  }
  #ftr-email-optin .ftr-email-form {
    width: 42%;
  }
  #ftr-email-optin .email-signup-form input {
    width: 80%;
  }
}
@media (max-width: 992px) {
  #ftr-email-optin {
    /*.ftr-email-hdr {
        width: 36%;
    }

    .ftr-email-form {
        width: 41%;
    }

    .email-signup-form {
        input {
            width: 87%;
        }
    }*/
  }
  #ftr-email-optin .socials a img {
    max-width: 5rem;
  }
}
@media (max-width: 768px) {
  #ftr-email-optin {
    padding: 40px 30px;
  }
  #ftr-email-optin .ftr-email-hdr, #ftr-email-optin .ftr-email-form {
    vertical-align: top;
  }
  #ftr-email-optin .ftr-email-hdr {
    width: 36%;
  }
  #ftr-email-optin .ftr-email-form {
    width: 39%;
  }
  #ftr-email-optin .email-signup-form input {
    width: 87%;
  }
}
@media (max-width: 576px) {
  #ftr-email-optin {
    /*background-image: $email-tile-bg; 
    background-position: top;
    height: 280px;*/
  }
  #ftr-email-optin .headings p {
    margin-bottom: 15px;
  }
  #ftr-email-optin .ftr-email-hdr, #ftr-email-optin .ftr-email-form {
    display: block;
    text-align: center;
  }
  #ftr-email-optin .ftr-email-hdr {
    width: 100%;
    margin-bottom: 0;
  }
  #ftr-email-optin .ftr-email-form {
    width: 100%;
  }
  #ftr-email-optin .email-signup-form input {
    width: 87%;
  }
  #ftr-email-optin .mice-type {
    width: 90%;
  }
  #ftr-email-optin .socials {
    text-align: center;
  }
  #ftr-email-optin .socials .socials-copy {
    margin-top: 0px;
  }
  #ftr-email-optin .socials a img {
    max-width: 4.6875rem;
  }
}
@media (max-width: 480px) {
  #ftr-email-optin .headings span {
    font-size: 30px;
  }
  #ftr-email-optin .headings p {
    font-size: 18px;
  }
  #ftr-email-optin .socials a img {
    max-width: 2.875rem;
  }
}
@media (max-width: 390px) {
  #ftr-email-optin .email-signup-form input {
    width: 84%;
  }
  #ftr-email-optin .socials a img {
    max-width: 1.875rem;
  }
}
@media (max-width: 375px) {
  #ftr-email-optin .socials a img {
    max-width: 1.875rem;
  }
}
#overlay-loading-indicator, #tile-loading-indicator, #sister-loading-indicator {
  display: none;
  margin-top: 10px;
  margin-left: 5px;
}

#locator-tile-loading-indicator {
  float: right;
  display: none;
  padding-top: 5px;
  padding-left: 5px;
}

#locator-page-loading-indicator {
  float: right;
  display: none;
  padding-top: 2px;
  padding-right: 5px;
}

#faq-page-loading-indicator {
  display: none;
  padding-left: 5px;
}

button.customer-service-submit-btn > span {
  vertical-align: middle;
}
