﻿@charset "UTF-8";
/* @import url("https://use.typekit.net/rfv6ykg.css"); */
/*#28497a;*/
/* #efa21f; */
/* @fontAwesomeBrands: 'Font Awesome 5 Brands';*/
/*@mobile_shortHeight: ~"only screen and (max-width: 1000px) and (max-height:520px)";
@mobile_tallHeight: ~"only screen and (min-width: 700px) and (max-width: 1024px) and (min-height:700px)";*/
.nwButton {
  display: inline-block;
  border: 4px solid #f4b400 !important;
  color: #f4b400;
  padding: 6px 25px;
  font-family: "ff-real-headline-pro";
  font-weight: bold;
  font-size: 1.4856rem;
  vertical-align: middle;
  margin-top: 28px;
  transition: all 0.3s ease-out;
}
.nwButton:hover {
  background-color: #ffffff;
  transform-origin: 50% 50%;
  transform: scale(1.05);
}
.orangeButton {
  position: relative;
  z-index: auto;
  display: inline-block;
  padding: 12px 25px;
  color: #236192;
  background-color: #f4b400;
  font-size: 0.8rem;
  font-weight: 900;
  margin-top: 20px;
  transition: all 0.3s ease-in-out;
  top: 0;
  left: 0;
}
.orangeButton:after {
  content: '';
  display: block;
  position: absolute;
  top: -14px;
  left: 10px;
  z-index: -1;
  border: 4px solid #236192 !important;
  width: calc(100% - 4px);
  height: calc(100% - 4px);
  transition: all 0.3s ease-in-out;
}
.orangeButton:hover {
  top: -7px;
  left: 10px;
}
.orangeButton:hover:after {
  border-color: #2d7cbb;
  top: -4px;
  left: 0px;
}
.blueButton {
  background-color: #236192;
  color: #fff;
  font-family: 'ff-real-headline-pro', arial, sans-serif;
  font-size: 14px !important;
  font-weight: bold;
  display: inline-block;
  padding: 7px 20px;
  border: 3px solid #236192 !important;
  transition: background-color 0.3s ease-out, opacity 0.3s ease-out, color 0.3s ease-out;
  text-decoration: none;
}
@media all and (max-width: 991px) {
  .blueButton {
    font-size: 1.1rem;
  }
}
.blueButton:hover {
  background-color: #fff;
  color: #236192;
}
.whiteButton {
  background-color: #ffffff;
  color: #236192;
  font-family: 'ff-real-headline-pro', arial, sans-serif;
  font-size: 14px !important;
  font-weight: bold;
  display: inline-block;
  padding: 7px 20px;
  border: 3px solid #236192 !important;
  transition: background-color 0.3s ease-out, opacity 0.3s ease-out, color 0.3s ease-out;
  text-decoration: none;
}
@media all and (max-width: 991px) {
  .whiteButton {
    font-size: 1.1rem;
  }
}
.whiteButton:hover {
  background-color: #236192;
  color: #ffffff;
}
.post-row {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
}
.post-inner-row {
  display: flex;
  align-items: center;
  justify-content: space-between;
}
.post-inner-row .button {
  background-color: #236192;
  border: 0.2rem solid #236192 !important;
  color: #fff;
  font-family: 'ff-real-headline-pro', arial, sans-serif;
  font-size: 0.75rem;
  font-weight: bold;
  display: inline-block;
  letter-spacing: 1px;
  margin-bottom: 0;
  padding: 0.4rem 1rem;
  text-decoration: none;
  text-transform: uppercase;
  transition: background-color 0.3s ease-out, opacity 0.3s ease-out, color 0.3s ease-out;
}
.post-inner-row .button:hover {
  background-color: #fff;
  color: #236192;
}
.post-card {
  width: 30%;
  margin-bottom: 5%;
}
@media only screen and (min-width: 1001px) and (max-width: 1024px), only screen and (max-width: 1000px) {
  .post-card {
    width: 45%;
  }
}
@media only screen and (max-width: 768px) {
  .post-card {
    margin-bottom: 2rem;
    text-align: left;
    width: 100%;
  }
}
.post-card:not(:nth-child(3n+3)) {
  margin-right: 5%;
}
@media only screen and (min-width: 1001px) and (max-width: 1024px), only screen and (max-width: 1000px) {
  .post-card:not(:nth-child(3n+3)) {
    margin-right: 0;
  }
}
@media only screen and (min-width: 1001px) and (max-width: 1024px), only screen and (max-width: 1000px) {
  .post-card:not(:nth-child(2n+2)) {
    margin-right: 1rem;
  }
}
@media only screen and (max-width: 768px) {
  .post-card:not(:nth-child(2n+2)) {
    margin-right: 0;
  }
}
.post-btn {
  background-color: #236192;
  border: 0.2rem solid #236192 !important;
  color: #fff;
  font-family: 'ff-real-headline-pro', arial, sans-serif;
  font-size: 0.75rem;
  font-weight: bold;
  display: inline-block;
  letter-spacing: 1px;
  margin-bottom: 0;
  padding: 0.4rem 1rem;
  text-decoration: none;
  text-transform: uppercase;
  transition: background-color 0.3s ease-out, opacity 0.3s ease-out, color 0.3s ease-out;
}
.post-btn:hover {
  background-color: #fff;
  color: #236192;
}
.post-inner {
  padding: 1rem;
}
@media only screen and (max-width: 768px) {
  .post-inner {
    padding: 0;
    padding-top: 1rem;
  }
}
.post-inner .heading {
  margin: 0;
}
.post-inner .heading a {
  color: #236192;
  font-size: 2rem;
  text-decoration: none;
}
.post-inner .heading a:hover {
  text-decoration: underline;
}
@media only screen and (max-width: 768px) {
  .post-inner .heading {
    margin-top: 1rem;
  }
}
/*** REDESIGN HEADER ***/
.storage-calc-page .header {
  /* position: fixed !important; */
}
@media all and (max-width: 1023px) {
  .storage-calc-page .header {
    /* background-color: fadeout(@colorCyan, 60%); */
    background-color: #cfe4f2;
  }
}
@media all and (max-width: 1023px) {
  .storage-calc-page .header .upper-header .scroll {
    display: none;
  }
}
@media all and (max-width: 1023px) {
  .storage-calc-page .header .lower-header {
    /* 480px */
    position: relative;
    display: inline-block;
    margin-top: 0;
    height: 60px;
    width: 100%;
  }
  .storage-calc-page .header .lower-header .logo {
    width: 45px;
    height: 45px;
    margin-top: 10px;
    float: left;
  }
  .storage-calc-page .header .lower-header .logo a {
    display: none;
  }
  .storage-calc-page .header .lower-header .logo:after {
    content: '';
    display: block;
    width: 30px;
    height: 30px;
    background: url('/wp-content/themes/nationwide/images/nationwide_icon.png') center center / cover no-repeat;
  }
  .storage-calc-page .header .lower-header .logo .custom-logo-mobile {
    display: none !important;
  }
  .storage-calc-page .header .lower-header .mobile-nav-menu {
    position: absolute;
    top: 0px;
    right: 0px;
    background-color: transparent;
  }
  .storage-calc-page .header .lower-header .mobile-nav-menu .stripe {
    background-color: #f4b400;
  }
}
@media only screen and (max-width: 1000px) {
  .mobile_logo {
    width: 45px;
    height: 45px;
    position: absolute;
    top: 4px;
    left: 7px;
  }
}
.numberToggle {
  background-color: rgba(135, 188, 222, 0.4);
  border-radius: 3px;
  padding: 2px 3px;
  width: 100px;
  height: 24px;
  box-sizing: border-box;
}
.numberToggle .less {
  display: inline-block;
  position: relative;
  width: 32px;
  height: 20px;
  text-align: center;
  vertical-align: top;
  cursor: pointer;
}
.numberToggle .less::after {
  content: "";
  position: absolute;
  display: inline-block;
  height: 3px;
  width: 11px;
  top: 9px;
  left: 10px;
  background-color: #236192;
}
.numberToggle .more {
  display: inline-block;
  position: relative;
  width: 32px;
  height: 20px;
  text-align: center;
  vertical-align: top;
  cursor: pointer;
}
.numberToggle .more::before {
  content: "";
  position: absolute;
  display: inline-block;
  width: 11px;
  height: 3px;
  background-color: #236192;
  top: 9px;
  left: 10px;
}
.numberToggle .more::after {
  content: "";
  position: absolute;
  display: inline-block;
  width: 3px;
  height: 11px;
  background-color: #236192;
  top: 5px;
  left: 14px;
}
.numberToggle .count {
  display: inline-block;
  vertical-align: top;
  border: 1px solid #808184;
  border-radius: 3px;
  width: 28px;
  height: 18px;
  background-color: #fff;
  text-align: center;
  font-family: 'ff-real-headline-pro', arial, sans-serif;
  font-size: 0.7rem;
  font-weight: 600;
  line-height: 1.5em;
}
.numberToggle .count input {
  width: 100%;
  border: none;
  background-color: transparent;
  text-align: center;
  font-family: 'ff-real-headline-pro', arial, sans-serif;
  font-weight: bold;
}
@media all and (max-width: 1023px) {
  #StorageCalculatorApplication {
    /* 480px */
    position: relative;
  }
}
@media all and (max-width: 1023px) {
  .storage-calculator {
    padding-top: 50px;
  }
}
.storage-calculator,
#locker-finder {
  padding-right: 30px;
  padding-left: 55px;
  min-height: 670px;
}
@media all and (max-width: 650px) {
  .storage-calculator,
  #locker-finder {
    padding-left: 20px;
    padding-right: 20px;
  }
}
.storage-calculator .step1Options,
#locker-finder .step1Options {
  display: inline-block;
  width: 100%;
  padding-bottom: 40px;
}
.storage-calculator .selected-options,
#locker-finder .selected-options {
  /*position: absolute;*/
  float: right;
  top: 180px;
  right: 30px;
  width: 425px;
  background-color: #236192;
  color: white;
  /*&.sticky {
            position: absolute;
        }*/
  /*
        @media all and (max-width: 1023px) {
            margin-top: 30px;
        }

        @media all and (max-width: 800px) {
            position: static;
            float: none;
            width: 100%;
            max-width: 425px;
            margin-top: 30px;
        }
        */
}
@media all and (min-width: 1601px) {
  .storage-calculator .selected-options,
  #locker-finder .selected-options {
    right: calc((100vw - 1600px) / 2 + 30px);
  }
}
@media all and (max-width: 1023px) {
  .storage-calculator .selected-options,
  #locker-finder .selected-options {
    /* 480px */
    position: fixed;
    height: 90px;
    width: 100%;
    left: 0;
    bottom: 0;
    top: unset;
    max-width: unset;
    z-index: 11;
    transition: height 0.3s ease-out;
    box-shadow: 0px 0px 2px rgba(255, 255, 255, 0.4);
  }
  .storage-calculator .selected-options[data-open],
  #locker-finder .selected-options[data-open] {
    height: auto;
    height: 80%;
  }
}
.storage-calculator .selected-options .mobile-button,
#locker-finder .selected-options .mobile-button {
  display: none;
  position: absolute;
  right: 0px;
  top: -35px;
  width: 40px;
  height: 35px;
  background-color: #236192;
  border-top-left-radius: 10px;
  box-shadow: -1px -1px 1px rgba(255, 255, 255, 0.4);
  color: #fff;
}
.storage-calculator .selected-options .mobile-button:after,
#locker-finder .selected-options .mobile-button:after {
  content: " ";
  width: 10px;
  height: 10px;
  border-bottom: 1px solid #fff;
  border-left: 1px solid #fff;
  transform: rotate(-225deg);
}
@media all and (max-width: 1023px) {
  .storage-calculator .selected-options .mobile-button,
  #locker-finder .selected-options .mobile-button {
    /* 480px */
    display: flex;
    justify-content: center;
    align-items: center;
  }
}
.storage-calculator .selected-options[data-open] .mobile-button:after,
#locker-finder .selected-options[data-open] .mobile-button:after {
  transform: rotate(-45deg);
}
.storage-calculator .selected-options .selected-options-title,
#locker-finder .selected-options .selected-options-title {
  font-family: 'ff-real-headline-pro', arial, sans-serif;
  font-size: 0.8rem;
  font-weight: 500;
  padding: 8px 20px;
}
@media all and (max-width: 1023px) {
  .storage-calculator .selected-options .selected-options-title,
  #locker-finder .selected-options .selected-options-title {
    /* 480px */
    font-size: 0;
    display: none;
  }
  .storage-calculator .selected-options .selected-options-title::after,
  #locker-finder .selected-options .selected-options-title::after {
    content: '';
    clear: both;
    display: block;
  }
}
.storage-calculator .selected-options .itemCountLabel,
#locker-finder .selected-options .itemCountLabel {
  float: right;
  font-family: "Open Sans", sans-serif;
  font-size: 0.6rem;
  font-weight: 600;
}
.storage-calculator .selected-options .itemCountLabel .itemCount,
#locker-finder .selected-options .itemCountLabel .itemCount {
  font-size: 0.8rem;
  font-family: 'ff-real-headline-pro', arial, sans-serif;
  font-weight: 600;
}
.storage-calculator .selected-options .selected-options-list,
#locker-finder .selected-options .selected-options-list {
  background-color: #fff;
  padding: 4px 20px 30px 20px;
  margin: 0 8px;
  min-height: 200px;
  max-height: 250px;
  overflow: auto;
  box-sizing: border-box;
}
@media all and (max-width: 1023px) {
  .storage-calculator .selected-options .selected-options-list,
  #locker-finder .selected-options .selected-options-list {
    /* 480px */
    min-height: 100px;
    max-height: 130px;
    display: none;
  }
}
.storage-calculator .selected-options .selected-options-list .SelectedList,
#locker-finder .selected-options .selected-options-list .SelectedList {
  font-size: 0.6rem;
  color: #808184;
  line-height: 1.8em;
}
.storage-calculator .selected-options .selected-options-list .SelectedList h3,
#locker-finder .selected-options .selected-options-list .SelectedList h3 {
  font-family: 'ff-real-headline-pro', arial, sans-serif;
  font-weight: bold;
  font-size: 0.8rem;
  margin: 15px 0 5px;
}
.storage-calculator .selected-options .selected-options-list .SelectedList > div,
#locker-finder .selected-options .selected-options-list .SelectedList > div {
  clear: both;
}
.storage-calculator .selected-options .selected-options-list .SelectedList > div:before,
#locker-finder .selected-options .selected-options-list .SelectedList > div:before {
  content: "";
  display: table;
  clear: both;
}
@media all and (max-width: 1023px) {
  .storage-calculator .selected-options .selected-options-list .SelectedList > div > div,
  #locker-finder .selected-options .selected-options-list .SelectedList > div > div {
    /* 480px */
    display: flex;
    flex-wrap: nowrap;
    align-items: center;
  }
  .storage-calculator .selected-options .selected-options-list .SelectedList > div > div .selectedItemName,
  #locker-finder .selected-options .selected-options-list .SelectedList > div > div .selectedItemName {
    flex: 1 1 auto;
    width: 100%;
  }
}
.storage-calculator .selected-options .selected-options-list .SelectedList .numberToggle,
#locker-finder .selected-options .selected-options-list .SelectedList .numberToggle {
  display: inline-block;
  width: 50px;
  height: 16px;
  padding: 0;
}
.storage-calculator .selected-options .selected-options-list .SelectedList .numberToggle .less,
#locker-finder .selected-options .selected-options-list .SelectedList .numberToggle .less {
  width: 16px;
  height: 16px;
}
.storage-calculator .selected-options .selected-options-list .SelectedList .numberToggle .less:after,
#locker-finder .selected-options .selected-options-list .SelectedList .numberToggle .less:after {
  height: 2px;
  width: 7px;
  top: 7px;
  left: 5px;
}
.storage-calculator .selected-options .selected-options-list .SelectedList .numberToggle .more,
#locker-finder .selected-options .selected-options-list .SelectedList .numberToggle .more {
  width: 16px;
  height: 16px;
}
.storage-calculator .selected-options .selected-options-list .SelectedList .numberToggle .more:before,
#locker-finder .selected-options .selected-options-list .SelectedList .numberToggle .more:before {
  width: 8px;
  height: 2px;
  top: 7px;
  left: 4px;
}
.storage-calculator .selected-options .selected-options-list .SelectedList .numberToggle .more:after,
#locker-finder .selected-options .selected-options-list .SelectedList .numberToggle .more:after {
  width: 2px;
  height: 8px;
  top: 4px;
  left: 7px;
}
.storage-calculator .selected-options .selected-options-list .SelectedList .numberToggle .count,
#locker-finder .selected-options .selected-options-list .SelectedList .numberToggle .count {
  width: 16px;
  height: 16px;
  font-family: 'Open Sans', sans-serif;
  font-size: 0.5rem;
  font-weight: 600;
  color: #808184;
  border-top: 0;
  border-bottom: 0;
  border-radius: 0;
}
.storage-calculator .selected-options .selected-options-list .SelectedList .numberToggle .count input,
#locker-finder .selected-options .selected-options-list .SelectedList .numberToggle .count input {
  width: 100%;
  border: none;
  background-color: transparent;
  text-align: center;
  font-size: 10px;
}
.storage-calculator .selected-options .selected-options-list .SelectedList .numberToggle .count input:focus,
#locker-finder .selected-options .selected-options-list .SelectedList .numberToggle .count input:focus {
  outline: none;
}
.storage-calculator .selected-options .selected-options-list .SelectedList .selectedItemName,
#locker-finder .selected-options .selected-options-list .SelectedList .selectedItemName {
  clear: both;
  float: left;
  width: 74%;
}
.storage-calculator .selected-options .selected-options-list .SelectedList .selectedControls,
#locker-finder .selected-options .selected-options-list .SelectedList .selectedControls {
  float: right;
  width: 26%;
}
@media all and (max-width: 1023px) {
  .storage-calculator .selected-options .selected-options-list .SelectedList .selectedControls,
  #locker-finder .selected-options .selected-options-list .SelectedList .selectedControls {
    /* 480px */
    flex: 1 0 auto;
    width: 100px;
  }
}
.storage-calculator .selected-options .selected-options-list .SelectedList .selectedControls .removeItem,
#locker-finder .selected-options .selected-options-list .SelectedList .selectedControls .removeItem {
  display: inline-block;
  width: 40px;
  text-align: center;
}
.storage-calculator .selected-options .selected-options-list .SelectedList .selectedControls .removeItem .removeBtn,
#locker-finder .selected-options .selected-options-list .SelectedList .selectedControls .removeItem .removeBtn {
  border-radius: 60%;
  background-color: #f4b400;
  color: #fff;
  display: inline-block;
  box-sizing: border-box;
  line-height: 1.6em;
  width: 16px;
  height: 16px;
  font-size: 0.5rem;
  font-weight: 700;
  text-align: center;
  cursor: pointer;
  vertical-align: top;
  margin-top: 3px;
}
@media all and (max-width: 1023px) {
  .storage-calculator .selected-options[data-open] .selected-options-list,
  #locker-finder .selected-options[data-open] .selected-options-list {
    /* 480px */
    display: block;
    margin-top: 20px;
    height: calc(100% - 180px);
    max-height: unset;
  }
}
.storage-calculator .selected-options .selected-options-footer,
#locker-finder .selected-options .selected-options-footer {
  display: inline-block;
  width: 100%;
  color: #fff;
  /*@media all and (min-width: 480px) and (max-width: 510px) {
                position: relative;
            }*/
}
.storage-calculator .selected-options .selected-options-footer .footer-left,
#locker-finder .selected-options .selected-options-footer .footer-left {
  float: left;
  width: 54%;
  padding: 10px 20px 5px;
  font-family: "Open Sans", sans-serif;
  font-weight: 600;
  color: #fff;
  box-sizing: border-box;
}
@media all and (max-width: 1023px) {
  .storage-calculator .selected-options .selected-options-footer .footer-left,
  #locker-finder .selected-options .selected-options-footer .footer-left {
    /* 510px */
    width: 100%;
    margin-top: 210px;
    text-align: center;
    margin-left: auto;
    margin-right: auto;
    max-width: 280px;
    float: none;
  }
}
@media all and (max-width: 1023px) {
  .storage-calculator .selected-options .selected-options-footer .footer-left,
  #locker-finder .selected-options .selected-options-footer .footer-left {
    /* 480px */
    margin-top: 0;
    padding-bottom: 15px;
  }
}
.storage-calculator .selected-options .selected-options-footer .footer-left p,
#locker-finder .selected-options .selected-options-footer .footer-left p {
  color: #fff;
  font-size: 0.6rem;
}
@media all and (max-width: 1023px) {
  .storage-calculator .selected-options .selected-options-footer .footer-left p,
  #locker-finder .selected-options .selected-options-footer .footer-left p {
    /* 480px */
    margin: 0;
    padding: 0;
  }
}
.storage-calculator .selected-options .selected-options-footer .footer-left .storage-size,
#locker-finder .selected-options .selected-options-footer .footer-left .storage-size {
  display: inline-block;
  padding: 18px 0;
  color: #f4b400;
  font-size: 1.4rem;
  font-family: 'ff-real-headline-pro', arial, sans-serif;
  font-weight: 700;
  text-transform: uppercase;
}
@media all and (max-width: 1023px) {
  .storage-calculator .selected-options .selected-options-footer .footer-left .storage-size,
  #locker-finder .selected-options .selected-options-footer .footer-left .storage-size {
    /* 480px */
    padding: 0px;
    color: #fff;
    font-size: 0.8rem;
  }
}
.storage-calculator .selected-options .selected-options-footer .footer-left .nwButton,
#locker-finder .selected-options .selected-options-footer .footer-left .nwButton {
  margin-top: 13px;
  padding: 9px 8px;
  font-size: 1.3rem;
}
@media all and (max-width: 1023px) {
  .storage-calculator .selected-options .selected-options-footer .footer-left .nwButton,
  #locker-finder .selected-options .selected-options-footer .footer-left .nwButton {
    /* 480px */
    font-size: 0.8rem;
    margin-top: 4px;
    padding: 0 15px;
    margin-bottom: 10px;
  }
}
.storage-calculator .selected-options .selected-options-footer .footer-left .mobile-disclaimer,
#locker-finder .selected-options .selected-options-footer .footer-left .mobile-disclaimer {
  display: none;
}
.storage-calculator .selected-options .selected-options-footer .footer-left .mobile-disclaimer a,
#locker-finder .selected-options .selected-options-footer .footer-left .mobile-disclaimer a {
  color: #fff;
  text-decoration: underline;
}
@media all and (max-width: 1023px) {
  .storage-calculator .selected-options .selected-options-footer .footer-left .mobile-disclaimer a,
  #locker-finder .selected-options .selected-options-footer .footer-left .mobile-disclaimer a {
    /* 480px */
    font-size: 12px;
  }
}
@media all and (max-width: 1023px) {
  .storage-calculator .selected-options .selected-options-footer .footer-left .mobile-disclaimer,
  #locker-finder .selected-options .selected-options-footer .footer-left .mobile-disclaimer {
    /* 480px */
    display: inline;
    font-size: 11px;
    margin-bottom: 20px;
  }
}
@media all and (max-width: 1023px) {
  .storage-calculator .selected-options .selected-options-footer .footer-left .footer-left-locker-details,
  #locker-finder .selected-options .selected-options-footer .footer-left .footer-left-locker-details {
    /* 480px */
  }
  .storage-calculator .selected-options .selected-options-footer .footer-left .footer-left-locker-details p,
  #locker-finder .selected-options .selected-options-footer .footer-left .footer-left-locker-details p {
    padding: 0;
    margin: 0;
  }
}
@media all and (max-width: 1023px) {
  .storage-calculator .selected-options .selected-options-footer .footer-left .footer-left-text,
  #locker-finder .selected-options .selected-options-footer .footer-left .footer-left-text {
    /* 480px */
    display: none;
  }
}
.storage-calculator .selected-options .selected-options-footer .footer-right,
#locker-finder .selected-options .selected-options-footer .footer-right {
  float: left;
  width: 46%;
  box-sizing: border-box;
  font-family: 'ff-real-headline-pro', arial, sans-serif;
  font-size: 0.8rem;
  font-weight: 700;
  text-align: center;
}
.storage-calculator .selected-options .selected-options-footer .footer-right .progressbar,
#locker-finder .selected-options .selected-options-footer .footer-right .progressbar {
  display: none;
}
@media all and (max-width: 1023px) {
  .storage-calculator .selected-options .selected-options-footer .footer-right,
  #locker-finder .selected-options .selected-options-footer .footer-right {
    /* 510px */
    width: 195px;
    position: absolute;
    left: 50%;
    transform: translateX(-55%);
    top: 0;
  }
}
@media all and (max-width: 1023px) {
  .storage-calculator .selected-options .selected-options-footer .footer-right,
  #locker-finder .selected-options .selected-options-footer .footer-right {
    /* 480px */
    transform: none;
    top: -20px;
    left: 0;
    width: calc(100% - 40px);
    z-index: -1;
    height: 20px;
    background-color: transparent;
    text-align: left;
    padding-left: 15px;
  }
  .storage-calculator .selected-options .selected-options-footer .footer-right:before,
  #locker-finder .selected-options .selected-options-footer .footer-right:before {
    content: '';
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 20px;
    background-color: #cfe4f2;
    z-index: -2;
  }
  .storage-calculator .selected-options .selected-options-footer .footer-right .progressbar,
  #locker-finder .selected-options .selected-options-footer .footer-right .progressbar {
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    height: 20px;
    background-color: #f4b400;
    z-index: -1;
  }
}
.storage-calculator .selected-options .selected-options-footer .footer-right p,
#locker-finder .selected-options .selected-options-footer .footer-right p {
  color: #fff;
  margin-top: 10px;
  line-height: 1.3em;
}
@media all and (max-width: 1023px) {
  .storage-calculator .selected-options .selected-options-footer .footer-right p,
  #locker-finder .selected-options .selected-options-footer .footer-right p {
    /* 480px */
    margin: 3px 0px 3px 3px !important;
    font-size: 11px;
    display: inline-block;
    color: #236192;
  }
  .storage-calculator .selected-options .selected-options-footer .footer-right p br,
  #locker-finder .selected-options .selected-options-footer .footer-right p br {
    display: inline-block;
    content: ' ';
    width: 3px;
  }
  .storage-calculator .selected-options .selected-options-footer .footer-right p br:after,
  #locker-finder .selected-options .selected-options-footer .footer-right p br:after {
    content: ' ';
  }
}
.storage-calculator .selected-options .selected-options-footer .footer-right .space-remaining,
#locker-finder .selected-options .selected-options-footer .footer-right .space-remaining {
  top: -32px;
  margin-bottom: -45px;
  position: relative;
}
@media all and (max-width: 1023px) {
  .storage-calculator .selected-options .selected-options-footer .footer-right .space-remaining,
  #locker-finder .selected-options .selected-options-footer .footer-right .space-remaining {
    /* 480px */
    position: static;
    display: inline-block;
    margin-bottom: 5px;
  }
}
.storage-calculator .selected-options .selected-options-footer .footer-right .space-remaining .remaining-overlay,
#locker-finder .selected-options .selected-options-footer .footer-right .space-remaining .remaining-overlay {
  position: relative;
  z-index: 2;
  width: 100%;
  height: 100%;
}
.storage-calculator .selected-options .selected-options-footer .footer-right .space-remaining .remaining-overlay img,
#locker-finder .selected-options .selected-options-footer .footer-right .space-remaining .remaining-overlay img {
  width: 100%;
  height: auto;
}
@media all and (max-width: 1023px) {
  .storage-calculator .selected-options .selected-options-footer .footer-right .space-remaining .remaining-overlay img,
  #locker-finder .selected-options .selected-options-footer .footer-right .space-remaining .remaining-overlay img {
    /* 480px */
    display: none !important;
  }
}
.storage-calculator .selected-options .selected-options-footer .footer-right .space-remaining .remaining-overlay .white-border,
#locker-finder .selected-options .selected-options-footer .footer-right .space-remaining .remaining-overlay .white-border {
  border: 3px solid white;
  position: absolute;
  top: 11px;
  left: 11px;
  width: 174px;
  height: 174px;
  border-radius: 60%;
  display: flex;
  justify-content: center;
  align-items: center;
  font-family: 'ff-real-headline-pro', arial, sans-serif;
  font-size: 2.4rem;
  font-weight: 700;
}
@media all and (max-width: 1023px) {
  .storage-calculator .selected-options .selected-options-footer .footer-right .space-remaining .remaining-overlay .white-border,
  #locker-finder .selected-options .selected-options-footer .footer-right .space-remaining .remaining-overlay .white-border {
    /* 480px */
    border: none;
    position: relative;
    width: auto;
    height: 40px;
    top: 0;
    left: 0;
    font-size: 15px;
    /* 20px; */
    display: inline-block;
    color: #236192;
  }
}
.storage-calculator .selected-options .selected-options-footer .footer-right .space-remaining .remaining-overlay .white-border span,
#locker-finder .selected-options .selected-options-footer .footer-right .space-remaining .remaining-overlay .white-border span {
  font-weight: bold;
}
.storage-calculator .selected-options .selected-options-footer .footer-right .space-remaining .remaining-overlay .white-border sup,
#locker-finder .selected-options .selected-options-footer .footer-right .space-remaining .remaining-overlay .white-border sup {
  font-size: 1.6rem;
  vertical-align: top;
  font-weight: bold;
}
@media all and (max-width: 1023px) {
  .storage-calculator .selected-options .selected-options-footer .footer-right .space-remaining .remaining-overlay .white-border sup,
  #locker-finder .selected-options .selected-options-footer .footer-right .space-remaining .remaining-overlay .white-border sup {
    /* 480px */
    top: 0px;
    vertical-align: middle;
    font-size: 12px;
    margin-left: 1px;
    margin-right: 5px;
  }
}
.storage-calculator .selected-options .selected-options-footer .footer-right .space-remaining #remaining-amount,
#locker-finder .selected-options .selected-options-footer .footer-right .space-remaining #remaining-amount {
  position: absolute;
  z-index: 1;
  width: 90%;
  height: 90%;
  top: 3%;
  left: 5%;
}
@media all and (max-width: 1023px) {
  .storage-calculator .selected-options .selected-options-footer .footer-right .space-remaining #remaining-amount,
  #locker-finder .selected-options .selected-options-footer .footer-right .space-remaining #remaining-amount {
    /* 480px */
    display: none;
  }
}
.storage-calculator .selected-options[data-open] .selected-options-footer,
#locker-finder .selected-options[data-open] .selected-options-footer {
  /*.footer-left-locker-details {
                @media all and (max-width: 480px) {
                    display: block;
                }
            }*/
}
@media all and (max-width: 1023px) {
  .storage-calculator .selected-options[data-open] .selected-options-footer .footer-left-text,
  #locker-finder .selected-options[data-open] .selected-options-footer .footer-left-text {
    /* 480px */
    display: block;
  }
}
.storage-calculator .selected-options > .selected-options-note,
#locker-finder .selected-options > .selected-options-note {
  background-color: #fff;
  padding: 5px 25px;
}
@media all and (max-width: 1023px) {
  .storage-calculator .selected-options > .selected-options-note,
  #locker-finder .selected-options > .selected-options-note {
    /* 480px */
    padding: 0px;
    display: none;
  }
}
.storage-calculator .selected-options > .selected-options-note p,
#locker-finder .selected-options > .selected-options-note p {
  font-size: 0.6rem;
  font-weight: 600;
}
.storage-calculator .selected-options > .selected-options-note p span,
#locker-finder .selected-options > .selected-options-note p span {
  color: #236192;
  font-style: italic;
  font-weight: bold;
}
.storage-calculator .selected-options .popupBox .selected-options-note p,
#locker-finder .selected-options .popupBox .selected-options-note p {
  font-size: 0.63rem !important;
}
.storage-calculator .selection-area,
#locker-finder .selection-area {
  font-size: 16px;
  position: relative;
}
.storage-calculator .selection-area h1,
#locker-finder .selection-area h1 {
  margin-bottom: 0;
  padding-bottom: 0;
  font-size: 1.4rem;
}
.storage-calculator .selection-area h5,
#locker-finder .selection-area h5 {
  display: none;
  margin-bottom: 10px;
}
@media all and (max-width: 1023px) {
  .storage-calculator .selection-area h5,
  #locker-finder .selection-area h5 {
    /* 480px */
    display: block;
  }
}
.storage-calculator .selection-area.step1,
#locker-finder .selection-area.step1 {
  /*margin-right: 500px;*/
  float: left;
  width: 50%;
}
@media all and (max-width: 991px) {
  .storage-calculator .selection-area.step1,
  #locker-finder .selection-area.step1 {
    width: calc(100% - 455px);
  }
}
@media all and (max-width: 1023px) {
  .storage-calculator .selection-area.step1,
  #locker-finder .selection-area.step1 {
    /* 800px */
    float: none;
    width: 100%;
    /*margin-right: 0px;*/
  }
}
.storage-calculator .selection-area .previousStep,
#locker-finder .selection-area .previousStep {
  float: right;
  color: #236192;
  font-size: 16px;
  font-weight: bold;
  font-family: 'ff-real-headline-pro', arial, sans-serif;
}
@media all and (max-width: 1024px) {
  .storage-calculator .selection-area .previousStep,
  #locker-finder .selection-area .previousStep {
    padding-bottom: 20px;
    display: none;
  }
}
@media all and (max-width: 1023px) {
  .storage-calculator .selection-area .calculator-steps-menu,
  #locker-finder .selection-area .calculator-steps-menu {
    /* 480px */
    display: block;
    position: absolute;
    top: -45px;
    right: 0;
  }
}
.storage-calculator .selection-area .calculator-categories,
#locker-finder .selection-area .calculator-categories {
  margin-top: 20px;
  position: relative;
}
@media all and (max-width: 1023px) {
  .storage-calculator .selection-area .calculator-categories,
  #locker-finder .selection-area .calculator-categories {
    /* 480px */
    overflow: hidden;
    margin-left: -20px;
    margin-right: -20px;
    padding-left: 30px;
    padding-right: 30px;
  }
}
.storage-calculator .selection-area .calculator-categories .slideLeft,
#locker-finder .selection-area .calculator-categories .slideLeft,
.storage-calculator .selection-area .calculator-categories .slideRight,
#locker-finder .selection-area .calculator-categories .slideRight {
  display: none;
}
@media all and (max-width: 1023px) {
  .storage-calculator .selection-area .calculator-categories .slideLeft,
  #locker-finder .selection-area .calculator-categories .slideLeft,
  .storage-calculator .selection-area .calculator-categories .slideRight,
  #locker-finder .selection-area .calculator-categories .slideRight {
    /* 480px */
    display: none;
    position: absolute;
    top: 0;
    height: 100%;
    width: 30px;
    background-color: #fff;
    z-index: 3;
  }
}
@media all and (max-width: 480px) {
  .storage-calculator .selection-area .calculator-categories .slideLeft,
  #locker-finder .selection-area .calculator-categories .slideLeft,
  .storage-calculator .selection-area .calculator-categories .slideRight,
  #locker-finder .selection-area .calculator-categories .slideRight {
    display: flex;
  }
}
.storage-calculator .selection-area .calculator-categories .slideLeft,
#locker-finder .selection-area .calculator-categories .slideLeft {
  left: 0px;
  justify-content: center;
  align-items: center;
}
.storage-calculator .selection-area .calculator-categories .slideLeft:after,
#locker-finder .selection-area .calculator-categories .slideLeft:after {
  display: block;
  content: '';
  width: 17px;
  height: 17px;
  border-bottom: 2px solid #236192;
  border-left: 2px solid #236192;
  transform: rotate(45deg);
}
.storage-calculator .selection-area .calculator-categories .slideRight,
#locker-finder .selection-area .calculator-categories .slideRight {
  right: 0px;
  justify-content: center;
  align-items: center;
}
.storage-calculator .selection-area .calculator-categories .slideRight:after,
#locker-finder .selection-area .calculator-categories .slideRight:after {
  display: block;
  content: '';
  width: 17px;
  height: 17px;
  border-bottom: 2px solid #236192;
  border-right: 2px solid #236192;
  transform: rotate(-45deg);
}
.storage-calculator .selection-area .calculator-categories .calculator-categories-container,
#locker-finder .selection-area .calculator-categories .calculator-categories-container {
  position: relative;
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
  padding-right: calc(100% - 520px);
}
@media all and (max-width: 1350px) {
  .storage-calculator .selection-area .calculator-categories .calculator-categories-container,
  #locker-finder .selection-area .calculator-categories .calculator-categories-container {
    padding-right: 90px;
  }
}
@media all and (max-width: 1023px) {
  .storage-calculator .selection-area .calculator-categories .calculator-categories-container,
  #locker-finder .selection-area .calculator-categories .calculator-categories-container {
    /* 480px */
    padding-left: 0px;
    padding-right: 0px;
    display: block;
    width: 100%;
    position: relative;
    /* height: 150px; */
  }
}
.storage-calculator .selection-area .calculator-categories .calculator-categories-container .calculator-category,
#locker-finder .selection-area .calculator-categories .calculator-categories-container .calculator-category {
  /*width: 64px;
                height: 70px;*/
  width: 104px;
  height: 105px;
  /* 93px; */
  /*border: 1px solid @colorGray;*/
  transition: background-color 0.3s ease-out;
  margin-right: 25px;
  margin-bottom: 25px;
  cursor: pointer;
  border-radius: 4px;
  padding: 2px;
}
@media all and (max-width: 1023px) {
  .storage-calculator .selection-area .calculator-categories .calculator-categories-container .calculator-category,
  #locker-finder .selection-area .calculator-categories .calculator-categories-container .calculator-category {
    /* 480px */
    display: inline-block;
    vertical-align: top;
  }
}
.storage-calculator .selection-area .calculator-categories .calculator-categories-container .calculator-category[data-category=Custom],
#locker-finder .selection-area .calculator-categories .calculator-categories-container .calculator-category[data-category=Custom] {
  position: absolute;
  right: 0px;
  top: 0px;
  margin-right: 0;
}
@media all and (max-width: 1023px) {
  .storage-calculator .selection-area .calculator-categories .calculator-categories-container .calculator-category[data-category=Custom],
  #locker-finder .selection-area .calculator-categories .calculator-categories-container .calculator-category[data-category=Custom] {
    /* 480px */
    position: static;
  }
}
.storage-calculator .selection-area .calculator-categories .calculator-categories-container .calculator-category .calculator-icon,
#locker-finder .selection-area .calculator-categories .calculator-categories-container .calculator-category .calculator-icon {
  background: url(../../images/category-icons.png) top left no-repeat;
  width: 104px;
  height: 68px;
  pointer-events: none;
  /*&.icon-dining-rm {
                        background-position: -192px 0px;
                    }*/
  /*&.icon-bathroom {
                        background-position: -320px 0px;
                    }*/
  /*&.icon-kids-toys {
                        background-position: -640px 0px;
                    }

                    &.icon-sports {
                        background-position: -704px 0px;
                    }*/
  /*&.icon-outdoor {
                        background-position: -448px 0px;
                    }*/
}
.storage-calculator .selection-area .calculator-categories .calculator-categories-container .calculator-category .calculator-icon.icon-office,
#locker-finder .selection-area .calculator-categories .calculator-categories-container .calculator-category .calculator-icon.icon-office {
  background-position: 0px 0px;
}
.storage-calculator .selection-area .calculator-categories .calculator-categories-container .calculator-category .calculator-icon.icon-living-room,
#locker-finder .selection-area .calculator-categories .calculator-categories-container .calculator-category .calculator-icon.icon-living-room {
  background-position: -104px 0px;
}
.storage-calculator .selection-area .calculator-categories .calculator-categories-container .calculator-category .calculator-icon.icon-kitchen-dining,
#locker-finder .selection-area .calculator-categories .calculator-categories-container .calculator-category .calculator-icon.icon-kitchen-dining {
  background-position: -208px 0px;
}
.storage-calculator .selection-area .calculator-categories .calculator-categories-container .calculator-category .calculator-icon.icon-bed-bath,
#locker-finder .selection-area .calculator-categories .calculator-categories-container .calculator-category .calculator-icon.icon-bed-bath {
  background-position: -416px 0px;
}
.storage-calculator .selection-area .calculator-categories .calculator-categories-container .calculator-category .calculator-icon.icon-kids-nursery,
#locker-finder .selection-area .calculator-categories .calculator-categories-container .calculator-category .calculator-icon.icon-kids-nursery {
  background-position: -312px 0px;
}
.storage-calculator .selection-area .calculator-categories .calculator-categories-container .calculator-category .calculator-icon.icon-lifestyle-seasonal,
#locker-finder .selection-area .calculator-categories .calculator-categories-container .calculator-category .calculator-icon.icon-lifestyle-seasonal {
  background-position: -520px 0px;
}
.storage-calculator .selection-area .calculator-categories .calculator-categories-container .calculator-category .calculator-icon.icon-boxes,
#locker-finder .selection-area .calculator-categories .calculator-categories-container .calculator-category .calculator-icon.icon-boxes {
  background-position: -624px 0px;
}
.storage-calculator .selection-area .calculator-categories .calculator-categories-container .calculator-category .calculator-icon.icon-custom,
#locker-finder .selection-area .calculator-categories .calculator-categories-container .calculator-category .calculator-icon.icon-custom {
  background-position: -728px 0px;
}
.storage-calculator .selection-area .calculator-categories .calculator-categories-container .calculator-category .calculator-category-title,
#locker-finder .selection-area .calculator-categories .calculator-categories-container .calculator-category .calculator-category-title {
  font-family: 'ff-real-headline-pro', arial, sans-serif;
  font-weight: 700;
  font-size: 0.65rem;
  color: #236192;
  text-align: center;
  transition: color 0.2s ease-out;
  margin-top: -3px;
  pointer-events: none;
}
.storage-calculator .selection-area .calculator-categories .calculator-categories-container .calculator-category .addItem,
#locker-finder .selection-area .calculator-categories .calculator-categories-container .calculator-category .addItem {
  font-size: 0.65rem;
  color: #236192;
  font-weight: bold;
  text-align: center;
  margin-top: 20px;
}
.storage-calculator .selection-area .calculator-categories .calculator-categories-container .calculator-category.selected,
#locker-finder .selection-area .calculator-categories .calculator-categories-container .calculator-category.selected,
.storage-calculator .selection-area .calculator-categories .calculator-categories-container .calculator-category:hover,
#locker-finder .selection-area .calculator-categories .calculator-categories-container .calculator-category:hover {
  background-color: #236192;
  color: #f4b400;
}
.storage-calculator .selection-area .calculator-categories .calculator-categories-container .calculator-category.selected .calculator-icon,
#locker-finder .selection-area .calculator-categories .calculator-categories-container .calculator-category.selected .calculator-icon,
.storage-calculator .selection-area .calculator-categories .calculator-categories-container .calculator-category:hover .calculator-icon,
#locker-finder .selection-area .calculator-categories .calculator-categories-container .calculator-category:hover .calculator-icon {
  background-position-y: -143px;
}
.storage-calculator .selection-area .calculator-categories .calculator-categories-container .calculator-category.selected .calculator-category-title,
#locker-finder .selection-area .calculator-categories .calculator-categories-container .calculator-category.selected .calculator-category-title,
.storage-calculator .selection-area .calculator-categories .calculator-categories-container .calculator-category:hover .calculator-category-title,
#locker-finder .selection-area .calculator-categories .calculator-categories-container .calculator-category:hover .calculator-category-title {
  color: #f4b400;
}
.storage-calculator .selection-area #customItemDialog,
#locker-finder .selection-area #customItemDialog {
  display: none;
  position: absolute;
  background-color: #fff;
  border: 1px solid #808184;
  border-radius: 3px;
  width: 285px;
  z-index: 100;
}
.storage-calculator .selection-area #customItemDialog:before,
#locker-finder .selection-area #customItemDialog:before {
  content: '';
  display: block;
  width: 8px;
  height: 8px;
  border-left: 1px solid #808184;
  border-top: 1px solid #808184;
  transform: rotate(45deg);
  background-color: #fff;
  position: absolute;
  top: -5px;
  left: 50%;
}
.storage-calculator .selection-area #customItemDialog .customItemDialog-title,
#locker-finder .selection-area #customItemDialog .customItemDialog-title {
  font-size: 0.6rem;
  font-weight: 700;
  padding: 4px 10px 4px 10px;
  border-bottom: 1px solid #808184;
}
.storage-calculator .selection-area #customItemDialog .customItemDialog-title .close-btn,
#locker-finder .selection-area #customItemDialog .customItemDialog-title .close-btn {
  width: 14px;
  height: 14px;
  display: block;
  float: right;
  cursor: pointer;
}
.storage-calculator .selection-area #customItemDialog .customItemDialog-title .close-btn:after,
#locker-finder .selection-area #customItemDialog .customItemDialog-title .close-btn:after {
  content: '\00D7';
  display: inline-block;
  width: 14px;
  height: 14px;
  background-color: #f4b400;
  border-radius: 100%;
  color: #fff;
  text-align: center;
  font-size: 0.6rem;
  line-height: 1.3em;
}
.storage-calculator .selection-area #customItemDialog .customItemDialog-form,
#locker-finder .selection-area #customItemDialog .customItemDialog-form {
  padding: 10px 15px;
  font-size: 0.6rem;
  font-weight: 600;
}
.storage-calculator .selection-area #customItemDialog .customItemDialog-form input,
#locker-finder .selection-area #customItemDialog .customItemDialog-form input {
  border-radius: 3px;
  border: 1px solid #808184;
  padding: 4px 10px;
  box-sizing: border-box;
  font-weight: bold;
}
.storage-calculator .selection-area #customItemDialog .customItemDialog-form .customItemName,
#locker-finder .selection-area #customItemDialog .customItemDialog-form .customItemName {
  margin-bottom: 15px;
}
.storage-calculator .selection-area #customItemDialog .customItemDialog-form .customItemName input,
#locker-finder .selection-area #customItemDialog .customItemDialog-form .customItemName input {
  width: 100%;
}
.storage-calculator .selection-area #customItemDialog .customItemDialog-form .customItemDimensions,
#locker-finder .selection-area #customItemDialog .customItemDialog-form .customItemDimensions {
  margin-bottom: 15px;
}
.storage-calculator .selection-area #customItemDialog .customItemDialog-form .customItemDimensions div,
#locker-finder .selection-area #customItemDialog .customItemDialog-form .customItemDimensions div {
  width: calc(100% / 3);
  display: inline-block;
}
.storage-calculator .selection-area #customItemDialog .customItemDialog-form .customItemDimensions div input,
#locker-finder .selection-area #customItemDialog .customItemDialog-form .customItemDimensions div input {
  width: calc(100% - 20px);
}
.storage-calculator .selection-area #customItemDialog .customItemDialog-form .customItemDialog-actions,
#locker-finder .selection-area #customItemDialog .customItemDialog-form .customItemDialog-actions {
  text-align: right;
}
.storage-calculator .selection-area #customItemDialog .customItemDialog-form .customItemDialog-actions button,
#locker-finder .selection-area #customItemDialog .customItemDialog-form .customItemDialog-actions button {
  border-radius: 3px;
  border: 0px;
  background-color: #236192;
  color: #ffffff;
  font-weight: bold;
  font-size: 0.6rem;
  padding: 4px 10px;
  margin-left: 10px;
  cursor: pointer;
}
.storage-calculator .selection-area #customItemDialog .customItemDialog-form .customItemDialog-actions .cancelCustomItem,
#locker-finder .selection-area #customItemDialog .customItemDialog-form .customItemDialog-actions .cancelCustomItem {
  color: #f4b400;
}
.storage-calculator .selection-area .calculator-selections,
#locker-finder .selection-area .calculator-selections {
  font-size: 0.8rem;
}
.storage-calculator .selection-area .calculator-selections::before,
#locker-finder .selection-area .calculator-selections::before {
  content: "";
  display: block;
  margin: 30px 0px;
  border: 1px solid black;
  width: 100%;
}
@media only screen and (max-width: 1000px) {
  .storage-calculator .selection-area .calculator-selections::before,
  #locker-finder .selection-area .calculator-selections::before {
    margin: 0px;
    border: none;
  }
}
.storage-calculator .selection-area .calculator-selections::after,
#locker-finder .selection-area .calculator-selections::after {
  content: "";
  display: block;
  clear: both;
}
.storage-calculator .selection-area .calculator-selections div.regularItems.first,
#locker-finder .selection-area .calculator-selections div.regularItems.first {
  clear: left;
}
.storage-calculator .selection-area .calculator-selections > div,
#locker-finder .selection-area .calculator-selections > div {
  width: calc((100% - 45px) / 4);
  float: left;
  margin-right: 15px;
}
.storage-calculator .selection-area .calculator-selections > div:nth-child(4n),
#locker-finder .selection-area .calculator-selections > div:nth-child(4n) {
  margin-right: 0;
}
@media all and (min-width: 860px) and (max-width: 1023px) {
  .storage-calculator .selection-area .calculator-selections > div,
  #locker-finder .selection-area .calculator-selections > div {
    width: calc((100% - 45px) / 3);
  }
  .storage-calculator .selection-area .calculator-selections > div:nth-child(4n),
  #locker-finder .selection-area .calculator-selections > div:nth-child(4n) {
    margin-right: 15px;
  }
  .storage-calculator .selection-area .calculator-selections > div:nth-child(3n),
  #locker-finder .selection-area .calculator-selections > div:nth-child(3n) {
    margin-right: 0px;
  }
}
@media all and (max-width: 650px) {
  .storage-calculator .selection-area .calculator-selections > div,
  #locker-finder .selection-area .calculator-selections > div {
    min-width: 130px;
  }
  .storage-calculator .selection-area .calculator-selections > div:not('.parentItems'):nth-child(2n),
  #locker-finder .selection-area .calculator-selections > div:not('.parentItems'):nth-child(2n) {
    margin-right: 0;
  }
}
@media all and (max-width: 480px) {
  .storage-calculator .selection-area .calculator-selections > div.parentItems,
  #locker-finder .selection-area .calculator-selections > div.parentItems {
    width: 100%;
    margin: 0;
  }
  .storage-calculator .selection-area .calculator-selections > div.regularItems,
  #locker-finder .selection-area .calculator-selections > div.regularItems {
    width: calc(50% - 7px);
    margin-right: 0px;
    /*&:nth-child(2n) {
                            margin-left: 14px;
                        }*/
  }
}
.storage-calculator .selection-area .calculator-selections .item,
#locker-finder .selection-area .calculator-selections .item {
  font-family: 'Open Sans', sans-serif;
  font-size: 0.55rem;
  font-weight: 600;
  color: #808184;
  margin-bottom: 20px;
}
.storage-calculator .selection-area .calculator-selections .item strong,
#locker-finder .selection-area .calculator-selections .item strong {
  font-size: 0.6rem;
  font-weight: 700;
  color: #000000;
  text-transform: capitalize;
}
.storage-calculator .selection-area .calculator-selections .dropdownselect_container,
#locker-finder .selection-area .calculator-selections .dropdownselect_container {
  position: relative;
  width: 155px;
  display: inline-block;
  margin-bottom: 25px;
}
@media all and (max-width: 1199px) {
  .storage-calculator .selection-area .calculator-selections .dropdownselect_container,
  #locker-finder .selection-area .calculator-selections .dropdownselect_container {
    width: 100%;
  }
}
.storage-calculator .selection-area .calculator-selections .dropdownselect_container .dropdownselect,
#locker-finder .selection-area .calculator-selections .dropdownselect_container .dropdownselect {
  position: relative;
  border: 1px solid #808184;
  border-radius: 3px;
  padding: 4px 35px 4px 7px;
  font-size: 0.6rem;
  font-weight: 600;
  cursor: pointer;
}
.storage-calculator .selection-area .calculator-selections .dropdownselect_container .dropdownselect span,
#locker-finder .selection-area .calculator-selections .dropdownselect_container .dropdownselect span {
  font-weight: 600;
  pointer-events: none;
}
.storage-calculator .selection-area .calculator-selections .dropdownselect_container .dropdownselect:after,
#locker-finder .selection-area .calculator-selections .dropdownselect_container .dropdownselect:after {
  position: absolute;
  top: 10px;
  right: 10px;
  content: '';
  display: block;
  width: 0;
  height: 0;
  border: 7px solid transparent;
  border-top: 7px solid #236192;
}
.storage-calculator .selection-area .calculator-selections .dropdownselect_container .dropdown,
#locker-finder .selection-area .calculator-selections .dropdownselect_container .dropdown {
  display: none;
  border: 1px solid #808184;
  border-radius: 3px;
  width: 334px;
  position: absolute;
  background-color: #fff;
  top: 40px;
  z-index: 10;
}
@media all and (max-width: 480px) {
  .storage-calculator .selection-area .calculator-selections .dropdownselect_container .dropdown,
  #locker-finder .selection-area .calculator-selections .dropdownselect_container .dropdown {
    max-width: 334px;
    width: calc(100vw - 30px);
  }
}
.storage-calculator .selection-area .calculator-selections .dropdownselect_container .dropdown:before,
#locker-finder .selection-area .calculator-selections .dropdownselect_container .dropdown:before {
  content: '';
  display: block;
  width: 8px;
  height: 8px;
  border-left: 1px solid #808184;
  border-top: 1px solid #808184;
  transform: rotate(45deg);
  background-color: #fff;
  position: absolute;
  top: -5px;
  left: 11px;
}
.storage-calculator .selection-area .calculator-selections .dropdownselect_container .dropdown .dropdown-title,
#locker-finder .selection-area .calculator-selections .dropdownselect_container .dropdown .dropdown-title {
  font-size: 0.6rem;
  font-weight: 700;
  padding: 4px 10px 4px 10px;
  border-bottom: 1px solid #808184;
}
.storage-calculator .selection-area .calculator-selections .dropdownselect_container .dropdown .dropdown-title span,
#locker-finder .selection-area .calculator-selections .dropdownselect_container .dropdown .dropdown-title span {
  font-weight: 700;
}
.storage-calculator .selection-area .calculator-selections .dropdownselect_container .dropdown .dropdown-title .close-btn,
#locker-finder .selection-area .calculator-selections .dropdownselect_container .dropdown .dropdown-title .close-btn {
  width: 14px;
  height: 14px;
  display: block;
  float: right;
  cursor: pointer;
}
.storage-calculator .selection-area .calculator-selections .dropdownselect_container .dropdown .dropdown-title .close-btn:after,
#locker-finder .selection-area .calculator-selections .dropdownselect_container .dropdown .dropdown-title .close-btn:after {
  content: '\00D7';
  display: inline-block;
  width: 14px;
  height: 14px;
  background-color: #f4b400;
  border-radius: 100%;
  color: #fff;
  text-align: center;
  font-size: 0.6rem;
  line-height: 1.3em;
  padding-left: 1px;
}
.storage-calculator .selection-area .calculator-selections .dropdownselect_container .dropdown .dropdown-option,
#locker-finder .selection-area .calculator-selections .dropdownselect_container .dropdown .dropdown-option {
  width: calc(50%);
  display: inline-block;
  border-right: 1px solid #808184;
  border-bottom: 1px solid #808184;
  padding: 10px 15px;
  box-sizing: border-box;
  vertical-align: top;
}
.storage-calculator .selection-area .calculator-selections .dropdownselect_container .dropdown .dropdown-option:nth-child(2n-1),
#locker-finder .selection-area .calculator-selections .dropdownselect_container .dropdown .dropdown-option:nth-child(2n-1) {
  border-right: 0px;
}
.storage-calculator .selection-area .calculator-selections .dropdownselect_container .dropdown .dropdown-option .item,
#locker-finder .selection-area .calculator-selections .dropdownselect_container .dropdown .dropdown-option .item {
  margin-bottom: 0px;
}
@media all and (max-width: 480px) {
  .storage-calculator .selection-area .calculator-selections #customItemDialog,
  #locker-finder .selection-area .calculator-selections #customItemDialog {
    display: block;
    position: static;
    width: 100%;
    border: none;
  }
  .storage-calculator .selection-area .calculator-selections #customItemDialog:before,
  #locker-finder .selection-area .calculator-selections #customItemDialog:before {
    display: none;
  }
  .storage-calculator .selection-area .calculator-selections #customItemDialog .close-btn,
  #locker-finder .selection-area .calculator-selections #customItemDialog .close-btn {
    display: none;
  }
  .storage-calculator .selection-area .calculator-selections #customItemDialog .customItemDialog-title,
  #locker-finder .selection-area .calculator-selections #customItemDialog .customItemDialog-title {
    font-family: 'ff-real-headline-pro';
    font-weight: bold;
    font-size: 0.8rem;
    color: #236192;
    border-bottom: none;
    padding-left: 0;
    padding-right: 0;
  }
  .storage-calculator .selection-area .calculator-selections #customItemDialog .customItemDialog-form,
  #locker-finder .selection-area .calculator-selections #customItemDialog .customItemDialog-form {
    padding-left: 0;
    padding-right: 0;
  }
  .storage-calculator .selection-area .calculator-selections #customItemDialog .cancelCustomItem,
  #locker-finder .selection-area .calculator-selections #customItemDialog .cancelCustomItem {
    display: none;
  }
}
.storage-calculator .selection-area .unit-selection,
#locker-finder .selection-area .unit-selection {
  font-family: 'ff-real-headline-pro', arial, sans-serif;
  font-weight: bold;
  font-size: 28px;
  display: inline-block;
}
@media all and (max-width: 1199px) {
  .storage-calculator .selection-area .unit-selection,
  #locker-finder .selection-area .unit-selection {
    font-size: 22px;
  }
}
.storage-calculator .selection-area .unit-selection > div,
#locker-finder .selection-area .unit-selection > div {
  float: left;
  padding-left: 15px;
  color: #236192;
  margin-bottom: 5px;
}
@media all and (max-width: 480px) {
  .storage-calculator .selection-area .unit-selection > div,
  #locker-finder .selection-area .unit-selection > div {
    float: none;
    display: inline-block;
    padding-left: 0px;
    padding-right: 15px;
  }
}
.storage-calculator .selection-area .unit-selection > div:first-of-type,
#locker-finder .selection-area .unit-selection > div:first-of-type {
  padding-left: 0;
  padding-right: 0;
}
@media all and (max-width: 960px) {
  .storage-calculator .selection-area .unit-selection > div:first-of-type,
  #locker-finder .selection-area .unit-selection > div:first-of-type {
    display: block;
    float: none;
  }
}
.storage-calculator .selection-area .unit-selection > div span,
#locker-finder .selection-area .unit-selection > div span {
  display: inline-block;
  margin: 5px 0 0;
  font-weight: bold;
}
.storage-calculator .selection-area .unit-selection > div a,
#locker-finder .selection-area .unit-selection > div a {
  border: 1px solid #236192;
  display: inline-block;
  padding: 3px 15px 0;
  border-radius: 4px;
  color: #236192;
  text-transform: uppercase;
  transition: color 0.3s ease-out, background-color 0.3s ease-out;
  font-weight: bold;
  margin: 0;
  text-decoration: none;
  position: relative;
}
.storage-calculator .selection-area .unit-selection > div a:hover,
#locker-finder .selection-area .unit-selection > div a:hover,
.storage-calculator .selection-area .unit-selection > div a.selected,
#locker-finder .selection-area .unit-selection > div a.selected {
  color: #fff;
  background-color: #236192;
}
.storage-calculator .selection-area .unit-selection > div a.promo:after,
#locker-finder .selection-area .unit-selection > div a.promo:after {
  content: 'promo';
  display: block;
  position: absolute;
  right: -10px;
  transform: rotate(-12deg);
  background-color: #7b0d55;
  color: white;
  padding: 2px 5px;
  font-size: 12px;
  line-height: 1.3em;
  border-radius: 10px;
}
.storage-calculator .selection-area .available-features,
#locker-finder .selection-area .available-features {
  color: #808184;
  font-size: 24px;
  font-weight: bold;
  font-family: 'ff-real-headline-pro', arial, sans-serif;
  display: inline-block;
  width: 100%;
  margin-top: 40px;
}
@media all and (max-width: 480px) {
  .storage-calculator .selection-area .available-features,
  #locker-finder .selection-area .available-features {
    position: relative;
    border-top: 1px solid #808184;
    border-bottom: 1px solid #808184;
    margin-top: 20px;
    padding-top: 10px;
    padding-bottom: 10px;
  }
}
.storage-calculator .selection-area .available-features > div,
#locker-finder .selection-area .available-features > div {
  float: left;
}
.storage-calculator .selection-area .available-features > div.feature-title,
#locker-finder .selection-area .available-features > div.feature-title {
  float: none;
  width: 100%;
}
.storage-calculator .selection-area .available-features span,
#locker-finder .selection-area .available-features span {
  font-weight: bold;
  display: block;
}
.storage-calculator .selection-area .available-features .feature-filter,
#locker-finder .selection-area .available-features .feature-filter {
  font-size: 20px;
  font-family: 'Open Sans', sans-serif;
  font-weight: 600;
}
@media all and (max-width: 767px) {
  .storage-calculator .selection-area .available-features .feature-filter,
  #locker-finder .selection-area .available-features .feature-filter {
    font-size: 16px;
  }
}
@media all and (max-width: 480px) {
  .storage-calculator .selection-area .available-features .feature-filter,
  #locker-finder .selection-area .available-features .feature-filter {
    height: 0;
    overflow: hidden;
  }
}
.storage-calculator .selection-area .available-features .feature-filter > span,
#locker-finder .selection-area .available-features .feature-filter > span {
  display: inline-block;
  margin-left: 15px;
  font-weight: 600;
}
@media all and (max-width: 480px) {
  .storage-calculator .selection-area .available-features .feature-filter > span,
  #locker-finder .selection-area .available-features .feature-filter > span {
    display: block;
  }
}
.storage-calculator .selection-area .available-features .feature-filter > span span[data-checkmark],
#locker-finder .selection-area .available-features .feature-filter > span span[data-checkmark] {
  background-position: 0 0;
  width: 25px;
  height: 25px;
  display: inline-block;
  cursor: pointer;
}
@media all and (max-width: 767px) {
  .storage-calculator .selection-area .available-features .feature-filter > span span[data-checkmark],
  #locker-finder .selection-area .available-features .feature-filter > span span[data-checkmark] {
    width: 18px;
    height: 18px;
    background-size: 100%;
    vertical-align: middle;
  }
}
.storage-calculator .selection-area .available-features .feature-filter > span span[data-checkmark][data-checked=false],
#locker-finder .selection-area .available-features .feature-filter > span span[data-checkmark][data-checked=false] {
  background-position: 0px -25px;
}
@media all and (max-width: 767px) {
  .storage-calculator .selection-area .available-features .feature-filter > span span[data-checkmark][data-checked=false],
  #locker-finder .selection-area .available-features .feature-filter > span span[data-checkmark][data-checked=false] {
    background-position: 0px -17px;
  }
}
.storage-calculator .selection-area .available-features .feature-filter img,
#locker-finder .selection-area .available-features .feature-filter img {
  width: 25px;
  height: 25px;
}
@media all and (max-width: 480px) {
  .storage-calculator .selection-area .available-features[data-open] .feature-filter,
  #locker-finder .selection-area .available-features[data-open] .feature-filter {
    height: auto;
    overflow: hidden;
    padding-bottom: 15px;
  }
}
.storage-calculator .selection-area .available-features .expand-available-features,
#locker-finder .selection-area .available-features .expand-available-features {
  display: none;
  pointer-events: none;
}
@media all and (max-width: 480px) {
  .storage-calculator .selection-area .available-features .expand-available-features,
  #locker-finder .selection-area .available-features .expand-available-features {
    display: flex;
    justify-content: center;
    align-items: center;
    position: absolute;
    right: 10px;
    top: 14px;
    width: 20px;
    height: 20px;
  }
  .storage-calculator .selection-area .available-features .expand-available-features:before,
  #locker-finder .selection-area .available-features .expand-available-features:before {
    display: inline-block;
    content: '';
    border-bottom: 2px solid #236192;
    border-left: 2px solid #236192;
    transform: rotate(-45deg);
    width: 12px;
    height: 12px;
  }
}
@media all and (max-width: 480px) {
  .storage-calculator .selection-area .available-features[data-open] .expand-available-features:before,
  #locker-finder .selection-area .available-features[data-open] .expand-available-features:before {
    transform: rotate(135deg);
    margin-top: 6px;
  }
}
.storage-calculator .selection-area .sort-results,
#locker-finder .selection-area .sort-results {
  color: #808184;
  font-size: 24px;
  font-weight: bold;
  font-family: 'ff-real-headline-pro', arial, sans-serif;
  margin-top: 20px;
}
.storage-calculator .selection-area .sort-results span,
#locker-finder .selection-area .sort-results span {
  font-weight: bold;
  margin-right: 20px;
}
.storage-calculator .selection-area .sort-results span.sortby,
#locker-finder .selection-area .sort-results span.sortby {
  position: relative;
  display: inline-block;
  z-index: 2;
  font-weight: 600;
  margin-right: 0;
}
.storage-calculator .selection-area .sort-results span.sortby:after,
#locker-finder .selection-area .sort-results span.sortby:after {
  display: block;
  content: '';
  width: 0;
  height: 0;
  position: absolute;
  top: 12px;
  right: 12px;
  z-index: 3;
  border: 9px solid transparent;
  border-top-color: #236192;
  pointer-events: none;
}
.storage-calculator .selection-area .sort-results select,
#locker-finder .selection-area .sort-results select {
  font-family: "open sans", sans-serif;
  font-size: 18px;
  font-weight: 600;
  border-radius: 4px;
  vertical-align: top;
  -webkit-appearance: none;
  appearance: none;
  padding: 3px 40px 3px 10px;
  border-width: 1px;
  border-style: solid;
  border-color: #a9a9a9;
}
.storage-calculator .selection-area .reserve-storage,
#locker-finder .selection-area .reserve-storage {
  display: inline-block;
  width: 100%;
  margin-bottom: 50px;
}
.storage-calculator .selection-area .reserve-storage .selected-storage-info,
#locker-finder .selection-area .reserve-storage .selected-storage-info {
  float: left;
  width: calc((100% - 30px) / 2);
  margin-right: 15px;
  color: #808184;
}
.storage-calculator .selection-area .reserve-storage .selected-storage-info .dealAvailable,
#locker-finder .selection-area .reserve-storage .selected-storage-info .dealAvailable {
  margin-top: 20px;
  background-color: purple;
  color: white;
  display: inline-block;
  padding: 10px 20px;
  border-radius: 20px;
  max-width: 440px;
  border: 1px solid gray;
}
.storage-calculator .selection-area .reserve-storage .selected-storage-info .dealAvailable .fa-check-circle,
#locker-finder .selection-area .reserve-storage .selected-storage-info .dealAvailable .fa-check-circle {
  color: white;
  margin-right: 10px;
}
.storage-calculator .selection-area .reserve-storage .selected-storage-info .dealAvailable h3,
#locker-finder .selection-area .reserve-storage .selected-storage-info .dealAvailable h3 {
  margin: 5px;
  font-size: 1.2rem;
  color: white;
}
@media all and (max-width: 767px) {
  .storage-calculator .selection-area .reserve-storage .selected-storage-info,
  #locker-finder .selection-area .reserve-storage .selected-storage-info {
    width: 100%;
  }
}
@media all and (max-width: 450px) {
  .storage-calculator .selection-area .reserve-storage .selected-storage-info .storage-image,
  #locker-finder .selection-area .reserve-storage .selected-storage-info .storage-image {
    text-align: center;
  }
}
.storage-calculator .selection-area .reserve-storage .selected-storage-info .storage-summary,
#locker-finder .selection-area .reserve-storage .selected-storage-info .storage-summary {
  /*display: inline-block;*/
  display: flex;
  gap: 25px;
  width: 100%;
}
@media only screen and (min-width: 1001px) and (max-width: 1024px), only screen and (max-width: 1000px) {
  .storage-calculator .selection-area .reserve-storage .selected-storage-info .storage-summary,
  #locker-finder .selection-area .reserve-storage .selected-storage-info .storage-summary {
    flex-direction: column;
    gap: 10px;
  }
}
.storage-calculator .selection-area .reserve-storage .selected-storage-info .storage-summary > div,
#locker-finder .selection-area .reserve-storage .selected-storage-info .storage-summary > div {
  /*float: left;
                        width: 50%;*/
  flex: 1 1 auto;
}
.storage-calculator .selection-area .reserve-storage .selected-storage-info .storage-summary > div strong,
#locker-finder .selection-area .reserve-storage .selected-storage-info .storage-summary > div strong {
  /*display: inline-block;
                            width: 60px;*/
}
.storage-calculator .selection-area .reserve-storage .selected-storage-info .storage-summary > div span,
#locker-finder .selection-area .reserve-storage .selected-storage-info .storage-summary > div span {
  font-size: 0.7rem;
}
.storage-calculator .selection-area .reserve-storage .selected-storage-info .storage-summary ul,
#locker-finder .selection-area .reserve-storage .selected-storage-info .storage-summary ul {
  color: #808184;
  font-size: 0.7rem;
  font-weight: 400;
  padding: 0 0 0 25px;
  margin-top: 5px;
  margin-bottom: 5px;
}
.storage-calculator .selection-area .reserve-storage .selected-storage-info .storage-summary ul li,
#locker-finder .selection-area .reserve-storage .selected-storage-info .storage-summary ul li {
  position: relative;
  margin: 0;
}
.storage-calculator .selection-area .reserve-storage .selected-storage-info .storage-summary ul li:before,
#locker-finder .selection-area .reserve-storage .selected-storage-info .storage-summary ul li:before {
  content: '';
  width: 18px;
  height: 17px;
  display: block;
  position: absolute;
  top: 3px;
  left: -25px;
  background-color: orange;
  z-index: 2;
  background: url(../../images/new-checkmark.png) top left / contain no-repeat;
  background-size: 100% 100%;
}
.storage-calculator .selection-area .reserve-storage .reservation-form,
#locker-finder .selection-area .reserve-storage .reservation-form {
  float: left;
  width: calc((100% - 30px) / 2);
  max-width: 640px;
  display: inline-block;
}
@media all and (max-width: 767px) {
  .storage-calculator .selection-area .reserve-storage .reservation-form,
  #locker-finder .selection-area .reserve-storage .reservation-form {
    width: 100%;
    margin: 30px 0px;
  }
}
.storage-calculator .selection-area .reserve-storage .reservation-form .half-column,
#locker-finder .selection-area .reserve-storage .reservation-form .half-column {
  float: left;
  width: calc((100% - 30px) / 2);
  margin-bottom: 20px;
}
@media all and (max-width: 450px) {
  .storage-calculator .selection-area .reserve-storage .reservation-form .half-column,
  #locker-finder .selection-area .reserve-storage .reservation-form .half-column {
    width: 100%;
  }
}
.storage-calculator .selection-area .reserve-storage .reservation-form .column-spacer,
#locker-finder .selection-area .reserve-storage .reservation-form .column-spacer {
  float: left;
  width: 30px;
  height: 10px;
}
.storage-calculator .selection-area .reserve-storage .reservation-form .full-column,
#locker-finder .selection-area .reserve-storage .reservation-form .full-column {
  position: relative;
  clear: left;
  margin-bottom: 20px;
}
.storage-calculator .selection-area .reserve-storage .reservation-form .full-column.optional,
#locker-finder .selection-area .reserve-storage .reservation-form .full-column.optional {
  text-align: right;
  color: #236192;
  font-family: 'ff-real-headline-pro', arial, sans-serif;
  font-size: 16px;
  font-weight: bold;
}
.storage-calculator .selection-area .reserve-storage .reservation-form .full-column.submit-column .guarantee,
#locker-finder .selection-area .reserve-storage .reservation-form .full-column.submit-column .guarantee {
  float: left;
  width: 60%;
  font-family: 'Open Sans', sans-serif;
  font-weight: 600;
  font-style: italic;
  font-size: 14px;
  color: #808184;
}
.storage-calculator .selection-area .reserve-storage .reservation-form .full-column.submit-column .guarantee img,
#locker-finder .selection-area .reserve-storage .reservation-form .full-column.submit-column .guarantee img {
  display: inline-block;
  vertical-align: middle;
  max-width: 20%;
}
.storage-calculator .selection-area .reserve-storage .reservation-form .full-column.submit-column .guarantee span,
#locker-finder .selection-area .reserve-storage .reservation-form .full-column.submit-column .guarantee span {
  display: inline-block;
  vertical-align: middle;
  width: 80%;
  padding-left: 15px;
}
.storage-calculator .selection-area .reserve-storage .reservation-form .full-column.submit-column .guarantee span strong,
#locker-finder .selection-area .reserve-storage .reservation-form .full-column.submit-column .guarantee span strong {
  font-weight: 700;
}
.storage-calculator .selection-area .reserve-storage .reservation-form .full-column.submit-column .submit-button,
#locker-finder .selection-area .reserve-storage .reservation-form .full-column.submit-column .submit-button {
  position: relative;
  z-index: 2;
  text-align: right;
}
.storage-calculator .selection-area .reserve-storage .reservation-form .full-column.submit-column.processing,
#locker-finder .selection-area .reserve-storage .reservation-form .full-column.submit-column.processing {
  float: left;
}
.storage-calculator .selection-area .reserve-storage .reservation-form .full-column.submit-column.processing a,
#locker-finder .selection-area .reserve-storage .reservation-form .full-column.submit-column.processing a {
  display: none;
}
.storage-calculator .selection-area .reserve-storage .reservation-form .full-column.submit-column.processing .loader,
#locker-finder .selection-area .reserve-storage .reservation-form .full-column.submit-column.processing .loader {
  margin: 0 auto !important;
  display: inline-block !important;
}
.storage-calculator .selection-area .reserve-storage .reservation-form input,
#locker-finder .selection-area .reserve-storage .reservation-form input,
.storage-calculator .selection-area .reserve-storage .reservation-form textarea,
#locker-finder .selection-area .reserve-storage .reservation-form textarea {
  border-radius: 3px;
  border: 1px solid #808184;
  width: 100%;
  padding: 5px 10px;
  font-size: 21px;
  font-weight: 500;
  font-family: 'ff-real-headline-pro', arial, sans-serif;
}
.storage-calculator .selection-area .reserve-storage .reservation-form input.error,
#locker-finder .selection-area .reserve-storage .reservation-form input.error,
.storage-calculator .selection-area .reserve-storage .reservation-form textarea.error,
#locker-finder .selection-area .reserve-storage .reservation-form textarea.error {
  box-shadow: #ff0000 0px 0px 5px;
}
.storage-calculator .selection-area .reserve-storage .reservation-form input.date-input,
#locker-finder .selection-area .reserve-storage .reservation-form input.date-input {
  height: 48px;
  background: url(../../images/icons/calendar-icon.svg) 95% 50% no-repeat;
  background-size: 32px;
}
.storage-calculator .selection-area .reserve-storage .reservation-form input[type=radio],
#locker-finder .selection-area .reserve-storage .reservation-form input[type=radio] {
  width: unset;
  margin-left: 15px;
}
.storage-calculator .selection-area .reserve-storage .reservation-form label,
#locker-finder .selection-area .reserve-storage .reservation-form label {
  position: absolute;
  top: 5px;
  left: 15px;
  pointer-events: none;
  color: #808184;
  font-size: 21px;
  font-weight: 500;
  font-family: 'ff-real-headline-pro', arial, sans-serif;
}
.storage-calculator .selection-area .reserve-storage .reservation-form label.radio,
#locker-finder .selection-area .reserve-storage .reservation-form label.radio {
  position: static;
  top: unset;
  left: unset;
  pointer-events: unset;
  color: unset;
  font-size: unset;
  font-weight: unset;
  font-family: unset;
}
.storage-calculator .selection-area .reserve-storage .reservation-form textarea,
#locker-finder .selection-area .reserve-storage .reservation-form textarea {
  padding-top: 40px;
  min-height: 160px;
}
.storage-calculator .selection-area .reserve-storage .cta,
#locker-finder .selection-area .reserve-storage .cta {
  flex: 0 1 auto;
  padding-right: 20px;
}
.storage-calculator .selection-area .reserve-storage .cta a,
#locker-finder .selection-area .reserve-storage .cta a {
  font-weight: bold;
  font-size: 14px;
  text-decoration: none;
  color: gray;
  padding-left: 5px;
  vertical-align: top;
}
.storage-calculator .selection-area .reserve-storage .email-us,
#locker-finder .selection-area .reserve-storage .email-us {
  flex: 1 1 auto;
}
.storage-calculator .selection-area .reserve-storage .email-us a,
#locker-finder .selection-area .reserve-storage .email-us a {
  font-weight: bold;
  font-size: 14px;
  text-decoration: none;
  color: gray;
  padding-left: 5px;
  vertical-align: top;
}
.storage-calculator .selection-area .ReservationPolicy,
#locker-finder .selection-area .ReservationPolicy {
  border: 15px solid #236192;
  padding: 70px 50px;
  margin-bottom: 60px;
}
@media all and (max-width: 1023px) {
  .storage-calculator .selection-area .ReservationPolicy,
  #locker-finder .selection-area .ReservationPolicy {
    flex-direction: column;
  }
}
@media all and (max-width: 480px) {
  .storage-calculator .selection-area .ReservationPolicy,
  #locker-finder .selection-area .ReservationPolicy {
    padding: 40px 15px;
  }
}
.storage-calculator .selection-area .ReservationPolicy h1,
#locker-finder .selection-area .ReservationPolicy h1 {
  margin-top: 0px;
}
@media all and (max-width: 450px) {
  .storage-calculator .selection-area .ReservationPolicy h1,
  #locker-finder .selection-area .ReservationPolicy h1 {
    font-size: 1.8rem;
  }
}
.storage-calculator .selection-area .ReservationPolicy .policy-column1,
#locker-finder .selection-area .ReservationPolicy .policy-column1 {
  position: relative;
  width: calc(45% - 100px);
  margin-right: 100px;
}
.storage-calculator .selection-area .ReservationPolicy .policy-column1.policy-icon,
#locker-finder .selection-area .ReservationPolicy .policy-column1.policy-icon {
  text-align: right;
}
@media all and (max-width: 1023px) {
  .storage-calculator .selection-area .ReservationPolicy .policy-column1.policy-icon,
  #locker-finder .selection-area .ReservationPolicy .policy-column1.policy-icon {
    text-align: center;
    margin: 20px 0px;
  }
}
@media all and (max-width: 1023px) {
  .storage-calculator .selection-area .ReservationPolicy .policy-column1,
  #locker-finder .selection-area .ReservationPolicy .policy-column1 {
    width: 100%;
  }
}
.storage-calculator .selection-area .ReservationPolicy .policy-column2,
#locker-finder .selection-area .ReservationPolicy .policy-column2 {
  position: relative;
  z-index: 2;
  width: 55%;
  font-family: 'Open Sans', sans-serif;
  font-size: 14px;
  font-weight: 600;
  color: #808184;
}
@media all and (max-width: 1023px) {
  .storage-calculator .selection-area .ReservationPolicy .policy-column2.policy-button,
  #locker-finder .selection-area .ReservationPolicy .policy-column2.policy-button {
    text-align: center;
  }
}
@media all and (max-width: 1023px) {
  .storage-calculator .selection-area .ReservationPolicy .policy-column2,
  #locker-finder .selection-area .ReservationPolicy .policy-column2 {
    width: 100%;
  }
}
.storage-calculator .search-results,
#locker-finder .search-results {
  font-size: 20px;
  font-family: 'Open Sans', sans-serif;
  font-weight: 600 !important;
  color: #236192;
  padding: 0 !important;
}
.storage-calculator .search-results .location,
#locker-finder .search-results .location {
  margin: 20px 0px;
  border: 1px solid #808184;
  transition: background-color 0.3s ease-out;
}
.storage-calculator .search-results .location .location_row,
#locker-finder .search-results .location .location_row {
  display: flex;
  flex-direction: row;
}
@media all and (max-width: 650px) {
  .storage-calculator .search-results .location .location_row,
  #locker-finder .search-results .location .location_row {
    flex-direction: column;
  }
}
.storage-calculator .search-results .location .gmap,
#locker-finder .search-results .location .gmap {
  width: 250px;
  height: 200px;
  flex: 1 0 auto;
  background-color: #e8e8e8;
  border-right: 1px solid #808184;
}
@media all and (max-width: 650px) {
  .storage-calculator .search-results .location .gmap,
  #locker-finder .search-results .location .gmap {
    margin: 20px 35px 0px;
    max-width: 250px;
    width: auto;
    height: auto;
  }
}
.storage-calculator .search-results .location .location_details,
#locker-finder .search-results .location .location_details {
  flex: 1 1 auto;
  width: 100%;
  padding: 20px 35px;
}
@media all and (max-width: 480px) {
  .storage-calculator .search-results .location .location_details,
  #locker-finder .search-results .location .location_details {
    display: flex;
    flex-direction: column-reverse;
  }
}
.storage-calculator .search-results .location .location_details .starting-at,
#locker-finder .search-results .location .location_details .starting-at {
  float: right;
  font-size: 36px;
  font-weight: bold !important;
  font-family: 'ff-real-headline-pro', arial, sans-serif;
  line-height: 45px;
}
@media all and (max-width: 1000px) {
  .storage-calculator .search-results .location .location_details .starting-at,
  #locker-finder .search-results .location .location_details .starting-at {
    float: none;
    margin-bottom: 10px;
    font-size: 28px;
  }
}
@media all and (max-width: 480px) {
  .storage-calculator .search-results .location .location_details .starting-at,
  #locker-finder .search-results .location .location_details .starting-at {
    font-size: 0.8rem;
    display: block;
    margin-top: 10px;
  }
}
.storage-calculator .search-results .location .location_details .starting-at span,
#locker-finder .search-results .location .location_details .starting-at span {
  font-size: 28px;
}
@media all and (max-width: 1000px) {
  .storage-calculator .search-results .location .location_details .starting-at span,
  #locker-finder .search-results .location .location_details .starting-at span {
    font-size: 22px;
  }
}
@media all and (max-width: 480px) {
  .storage-calculator .search-results .location .location_details .location_info,
  #locker-finder .search-results .location .location_details .location_info {
    font-size: 0.8rem;
  }
}
.storage-calculator .search-results .location .location_details .location_info .address-name,
#locker-finder .search-results .location .location_details .location_info .address-name {
  font: 700 24px/1.3em 'ff-real-headline-pro', arial, sans-serif !important;
  margin-bottom: 6px;
  cursor: pointer;
}
.storage-calculator .search-results .location .location_details .location_info .address-name a,
#locker-finder .search-results .location .location_details .location_info .address-name a {
  font: 700 24px/1.3em 'ff-real-headline-pro', arial, sans-serif;
  color: #236192;
}
.storage-calculator .search-results .location .location_details .location_info .address span,
#locker-finder .search-results .location .location_details .location_info .address span {
  font-weight: 600;
}
.storage-calculator .search-results .location .location_details .location_info .details,
#locker-finder .search-results .location .location_details .location_info .details {
  position: relative;
  z-index: 0;
  margin-top: 10px;
  display: flex;
  justify-content: center;
  flex-direction: column;
}
@media all and (max-width: 1199px) {
  .storage-calculator .search-results .location .location_details .location_info .details,
  #locker-finder .search-results .location .location_details .location_info .details {
    flex-direction: column;
  }
}
.storage-calculator .search-results .location .location_details .location_info .details > span,
#locker-finder .search-results .location .location_details .location_info .details > span {
  display: inline-block;
  width: auto;
  font-weight: 600;
  flex: 1 1 auto;
}
@media all and (max-width: 1199px) {
  .storage-calculator .search-results .location .location_details .location_info .details > span,
  #locker-finder .search-results .location .location_details .location_info .details > span {
    margin-bottom: 12px;
  }
}
@media all and (max-width: 1000px) {
  .storage-calculator .search-results .location .location_details .location_info .details > span,
  #locker-finder .search-results .location .location_details .location_info .details > span {
    width: 100%;
    margin-bottom: 5px;
  }
}
.storage-calculator .search-results .location .location_details .location_info .details > span a,
#locker-finder .search-results .location .location_details .location_info .details > span a {
  color: #236192;
}
.storage-calculator .search-results .location .location_details .location_info .details > span img,
#locker-finder .search-results .location .location_details .location_info .details > span img {
  vertical-align: top;
}
.storage-calculator .search-results .location .location_details .location_info .details .phone,
#locker-finder .search-results .location .location_details .location_info .details .phone,
.storage-calculator .search-results .location .location_details .location_info .details .email,
#locker-finder .search-results .location .location_details .location_info .details .email {
  margin-top: 10px;
}
.storage-calculator .search-results .location .location_details .location_info .details .hours > img,
#locker-finder .search-results .location .location_details .location_info .details .hours > img {
  display: none;
}
.storage-calculator .search-results .location .location_details .location_info .details .phone > img,
#locker-finder .search-results .location .location_details .location_info .details .phone > img {
  display: none;
}
.storage-calculator .search-results .location .location_details .location_info .details .email img,
#locker-finder .search-results .location .location_details .location_info .details .email img {
  display: none;
}
.storage-calculator .search-results .location .location_details .location_info .details .hours > span,
#locker-finder .search-results .location .location_details .location_info .details .hours > span {
  display: inline-block;
}
.storage-calculator .search-results .location .available_units,
#locker-finder .search-results .location .available_units {
  display: none;
  height: 0;
  overflow: hidden;
  transition: height 0.3s ease-out;
}
.storage-calculator .search-results .location .available_units .unit_row,
#locker-finder .search-results .location .available_units .unit_row {
  margin: 15px 40px;
  display: inline-block;
  width: calc(100% - 80px);
  box-sizing: border-box;
}
.storage-calculator .search-results .location .available_units .unit_row:nth-child(1),
#locker-finder .search-results .location .available_units .unit_row:nth-child(1) {
  margin-top: 30px;
}
.storage-calculator .search-results .location .available_units .unit_row:after,
#locker-finder .search-results .location .available_units .unit_row:after {
  display: inline-block;
  content: '';
  width: 100%;
  margin-top: 40px;
  border-bottom: 1px solid #808184;
}
.storage-calculator .search-results .location .available_units .unit_row .unit_size,
#locker-finder .search-results .location .available_units .unit_row .unit_size {
  float: left;
  width: calc((100% - 90px) * 0.3);
  margin-right: 30px;
  font-size: 36px;
  font-weight: bold;
  font-family: 'ff-real-headline-pro', arial, sans-serif;
  line-height: 0.6em;
  vertical-align: top;
}
@media all and (max-width: 1239px) {
  .storage-calculator .search-results .location .available_units .unit_row .unit_size,
  #locker-finder .search-results .location .available_units .unit_row .unit_size {
    font-size: 28px;
  }
}
@media all and (max-width: 880px) {
  .storage-calculator .search-results .location .available_units .unit_row .unit_size,
  #locker-finder .search-results .location .available_units .unit_row .unit_size {
    width: calc(50% - 15px);
  }
}
@media all and (max-width: 580px) {
  .storage-calculator .search-results .location .available_units .unit_row .unit_size,
  #locker-finder .search-results .location .available_units .unit_row .unit_size {
    width: 100%;
    margin-right: 0;
  }
}
.storage-calculator .search-results .location .available_units .unit_row .unit_size div,
#locker-finder .search-results .location .available_units .unit_row .unit_size div {
  line-height: 1em;
}
.storage-calculator .search-results .location .available_units .unit_row .unit_size span,
#locker-finder .search-results .location .available_units .unit_row .unit_size span {
  font-size: 20px;
}
.storage-calculator .search-results .location .available_units .unit_row .unit_size .sqft,
#locker-finder .search-results .location .available_units .unit_row .unit_size .sqft {
  font-family: 'Open Sans', sans-serif;
  color: #808184;
  font-weight: 500;
}
@media all and (max-width: 650px) {
  .storage-calculator .search-results .location .available_units .unit_row .unit_size .sqft,
  #locker-finder .search-results .location .available_units .unit_row .unit_size .sqft {
    font-size: 16px;
  }
}
.storage-calculator .search-results .location .available_units .unit_row .unit_features,
#locker-finder .search-results .location .available_units .unit_row .unit_features {
  float: left;
  width: calc((100% - 90px) * 0.35);
  margin-right: 30px;
  vertical-align: top;
}
@media all and (max-width: 1230px) {
  .storage-calculator .search-results .location .available_units .unit_row .unit_features,
  #locker-finder .search-results .location .available_units .unit_row .unit_features {
    width: calc((100% - 90px) * 0.25);
  }
}
@media all and (max-width: 880px) {
  .storage-calculator .search-results .location .available_units .unit_row .unit_features,
  #locker-finder .search-results .location .available_units .unit_row .unit_features {
    width: calc(50% - 15px);
    margin-right: 0px;
  }
}
@media all and (max-width: 580px) {
  .storage-calculator .search-results .location .available_units .unit_row .unit_features,
  #locker-finder .search-results .location .available_units .unit_row .unit_features {
    width: 100%;
    margin-right: 0;
    margin-top: 15px;
  }
}
.storage-calculator .search-results .location .available_units .unit_row .unit_features ul,
#locker-finder .search-results .location .available_units .unit_row .unit_features ul {
  list-style: none;
  font-size: 16px;
  font-weight: 500;
  font-family: 'ff-real-headline-pro', arial, sans-serif;
  margin-top: 0;
  text-align: left;
  display: flex;
  flex-wrap: wrap;
}
.storage-calculator .search-results .location .available_units .unit_row .unit_features ul li,
#locker-finder .search-results .location .available_units .unit_row .unit_features ul li {
  display: inline-block;
  position: relative;
  padding-left: 30px;
  box-sizing: border-box;
  width: 50%;
  margin: 4px 0px;
}
@media all and (max-width: 1230px) {
  .storage-calculator .search-results .location .available_units .unit_row .unit_features ul li,
  #locker-finder .search-results .location .available_units .unit_row .unit_features ul li {
    width: 100%;
  }
}
@media all and (max-width: 480px) {
  .storage-calculator .search-results .location .available_units .unit_row .unit_features ul li,
  #locker-finder .search-results .location .available_units .unit_row .unit_features ul li {
    margin: 0px;
  }
}
.storage-calculator .search-results .location .available_units .unit_row .unit_features ul li span.tooltip,
#locker-finder .search-results .location .available_units .unit_row .unit_features ul li span.tooltip {
  cursor: pointer;
  border: 1px solid #236192;
  border-radius: 100%;
  width: 16px;
  height: 16px;
  display: inline-flex;
  margin-left: 5px;
  font-size: 12px;
  justify-content: center;
  align-items: center;
  font-weight: bold;
  color: #236192;
}
.storage-calculator .search-results .location .available_units .unit_row .unit_features ul li:before,
#locker-finder .search-results .location .available_units .unit_row .unit_features ul li:before {
  content: '';
  position: absolute;
  left: 0;
  top: 0px;
  background: url(../../images/check.png) top left no-repeat;
  width: 20px;
  height: 20px;
}
.storage-calculator .search-results .location .available_units .unit_row .unit_price,
#locker-finder .search-results .location .available_units .unit_row .unit_price {
  float: left;
  width: calc((100% - 90px) * 0.2);
  margin-right: 30px;
  font-size: 40px;
  font-weight: bold;
  font-family: 'ff-real-headline-pro', arial, sans-serif;
  vertical-align: top;
}
@media all and (max-width: 1239px) {
  .storage-calculator .search-results .location .available_units .unit_row .unit_price,
  #locker-finder .search-results .location .available_units .unit_row .unit_price {
    font-size: 34px;
  }
}
@media all and (max-width: 880px) {
  .storage-calculator .search-results .location .available_units .unit_row .unit_price,
  #locker-finder .search-results .location .available_units .unit_row .unit_price {
    width: calc(50% - 15px);
    margin-top: 30px;
  }
}
@media all and (max-width: 580px) {
  .storage-calculator .search-results .location .available_units .unit_row .unit_price,
  #locker-finder .search-results .location .available_units .unit_row .unit_price {
    width: 100%;
    margin-right: 0;
    margin-top: 15px;
  }
}
.storage-calculator .search-results .location .available_units .unit_row .unit_price span,
#locker-finder .search-results .location .available_units .unit_row .unit_price span {
  font-size: 21px;
}
@media all and (max-width: 1239px) {
  .storage-calculator .search-results .location .available_units .unit_row .unit_price span,
  #locker-finder .search-results .location .available_units .unit_row .unit_price span {
    font-size: 19px;
  }
}
.storage-calculator .search-results .location .available_units .unit_row .unit_price .strikethrough,
#locker-finder .search-results .location .available_units .unit_row .unit_price .strikethrough {
  position: relative;
  display: inline-block;
}
.storage-calculator .search-results .location .available_units .unit_row .unit_price .strikethrough::after,
#locker-finder .search-results .location .available_units .unit_row .unit_price .strikethrough::after {
  content: '';
  display: block;
  width: 100%;
  height: 2px;
  border-top: 2px solid purple;
  position: absolute;
  top: 50%;
  transform: rotate(10deg);
}
.storage-calculator .search-results .location .available_units .unit_row .unit_price .pricing_deal,
#locker-finder .search-results .location .available_units .unit_row .unit_price .pricing_deal {
  font-size: 19px;
  margin-bottom: 10px;
}
.storage-calculator .search-results .location .available_units .unit_row .dealAvailable,
#locker-finder .search-results .location .available_units .unit_row .dealAvailable {
  background-color: #7b0d55;
  font-size: 0.8rem;
  text-align: center;
  color: white;
  border-radius: 10px;
  padding: 5px 15px;
  display: inline-block;
  max-width: 220px;
}
.storage-calculator .search-results .location .available_units .unit_row .dealAvailable .fa-check-circle,
#locker-finder .search-results .location .available_units .unit_row .dealAvailable .fa-check-circle {
  color: white;
  margin-right: 10px;
}
.storage-calculator .search-results .location .available_units .unit_row.hasDeal .unit_reserve .reserve-button,
#locker-finder .search-results .location .available_units .unit_row.hasDeal .unit_reserve .reserve-button {
  background-color: #7b0d55;
  color: white;
}
.storage-calculator .search-results .location .available_units .unit_row .unit_reserve,
#locker-finder .search-results .location .available_units .unit_row .unit_reserve {
  float: left;
  width: calc((100% - 90px) * 0.15);
  vertical-align: top;
  text-align: center;
}
@media all and (max-width: 1230px) {
  .storage-calculator .search-results .location .available_units .unit_row .unit_reserve,
  #locker-finder .search-results .location .available_units .unit_row .unit_reserve {
    width: calc((100% - 90px) * 0.25);
  }
}
@media all and (max-width: 880px) {
  .storage-calculator .search-results .location .available_units .unit_row .unit_reserve,
  #locker-finder .search-results .location .available_units .unit_row .unit_reserve {
    width: calc(50% - 15px);
    text-align: left;
    margin-top: 30px;
  }
}
@media all and (max-width: 580px) {
  .storage-calculator .search-results .location .available_units .unit_row .unit_reserve,
  #locker-finder .search-results .location .available_units .unit_row .unit_reserve {
    width: 100%;
    margin-right: 0;
    margin-top: 15px;
  }
}
@media all and (max-width: 480px) {
  .storage-calculator .search-results .location .available_units .unit_row .unit_reserve,
  #locker-finder .search-results .location .available_units .unit_row .unit_reserve {
    margin-top: 0;
  }
}
.storage-calculator .search-results .location .available_units .unit_row .unit_reserve .reserve-button,
#locker-finder .search-results .location .available_units .unit_row .unit_reserve .reserve-button {
  display: inline-block;
  background-color: #236192;
  color: #f4b400;
  border-radius: 6px;
  font: 700 20px/1.3em 'Open Sans', sans-serif;
  padding: 4px 20px;
  text-transform: uppercase;
  transition: color 0.3s ease-in, background-color 0.3s ease-in;
  text-decoration: none;
  margin: 0;
}
.storage-calculator .search-results .location .available_units .unit_row .unit_reserve .reserve-button:hover,
#locker-finder .search-results .location .available_units .unit_row .unit_reserve .reserve-button:hover {
  background-color: #4896d3;
  color: #ffd45b;
}
@media all and (max-width: 480px) {
  .storage-calculator .search-results .location .available_units .unit_row .unit_reserve .reserve-button,
  #locker-finder .search-results .location .available_units .unit_row .unit_reserve .reserve-button {
    margin: 6px 0 0 0;
  }
}
.storage-calculator .search-results .location.opened,
#locker-finder .search-results .location.opened {
  background-color: #f1f3ed;
}
.storage-calculator .search-results .location.opened .available_units,
#locker-finder .search-results .location.opened .available_units {
  display: block;
  height: auto;
}
.storage-calculator .search-results .location.opened .gmap,
#locker-finder .search-results .location.opened .gmap {
  border-bottom: 1px solid #808184;
}
.calculator-steps {
  background-color: rgba(135, 188, 222, 0.4);
  list-style: none;
  counter-reset: step;
  padding: 6px 10px;
  margin: 22px 0 40px;
  max-width: 760px;
}
@media all and (max-width: 1024px) {
  .calculator-steps {
    clear: right;
  }
}
@media all and (max-width: 1023px) {
  .calculator-steps {
    /* 768px */
    margin-top: 7px;
    margin-bottom: 3px;
    margin-left: auto;
    margin-right: auto;
    padding-top: 0;
    padding-bottom: 0;
    background-color: transparent;
    text-align: center;
  }
}
.calculator-steps li {
  display: inline-block;
  color: #808184;
  font-family: 'ff-real-headline-pro', arial, sans-serif;
  font-size: 0.8rem;
  font-weight: bold;
  text-transform: uppercase;
  margin-bottom: 6px;
  margin-right: 20px;
  cursor: pointer;
  margin-top: -5px;
  /*@media all and (max-width: 690px) {
                        display: block;
                    }*/
}
@media all and (max-width: 1023px) {
  .calculator-steps li {
    /* 767px */
    /* font-size: @fontSizeSmall; */
    font-size: 0;
    vertical-align: middle;
  }
  .calculator-steps li[data-step='1']:after {
    content: "SIZE";
    display: block;
    font-size: 0.7rem;
    line-height: 1.3em;
    text-align: center;
  }
  .calculator-steps li[data-step='2']:after {
    content: "SECURE";
    display: block;
    font-size: 0.7rem;
    line-height: 1.3em;
    text-align: center;
  }
  .calculator-steps li[data-step='3']:after {
    content: "STORE";
    display: block;
    font-size: 0.7rem;
    line-height: 1.3em;
    text-align: center;
  }
  .calculator-steps li:last-of-type {
    margin-right: 35px;
  }
}
@media all and (max-width: 350px) {
  .calculator-steps li {
    margin-right: 15px;
  }
}
.calculator-steps li::before {
  counter-increment: step;
  content: counters(step, '.') " ";
  display: inline-block;
  font-family: 'ff-real-headline-pro', arial, sans-serif;
  font-size: 0.8rem;
  font-weight: bold;
  width: 25px;
  height: 24px;
  text-align: center;
  border-radius: 60%;
  border: 1px solid #808184;
  background-color: #fff;
  margin-right: 5px;
}
@media all and (max-width: 1023px) {
  .calculator-steps li::before {
    /* 767px */
    width: 30px;
    height: 30px;
    font-size: 1.15rem;
    line-height: 1.35em;
    margin-right: 0px;
  }
}
.calculator-steps li.currentStep {
  color: #236192;
}
.calculator-steps li.currentStep::before {
  background-color: #f4b400;
  color: #236192;
}
#locker-finder {
  min-height: unset;
  padding: 0;
}
.overlay {
  position: fixed;
  top: 0;
  right: 0;
  left: 0;
  bottom: 0;
  background-color: rgba(0, 0, 0, 0.4);
  z-index: 30;
}
.overlay .popupBox {
  position: absolute;
  top: 50%;
  border: 10px solid #236192;
  padding: 25px 40px;
  color: black;
  left: 50%;
  transform: translateX(-50%) translateY(-50%);
  background-color: #fff;
  z-index: 1;
  min-width: 260px;
}
@media all and (max-width: 480px) {
  .overlay .popupBox {
    padding: 25px 15px;
  }
}
.overlay .popupBox .popupBox-title {
  color: #236192;
  font-size: 1rem;
  font-family: 'ff-real-headline-pro', arial, sans-serif;
  font-weight: bold;
}
.overlay .popupBox .popupBox-msg {
  font-size: 15px;
  margin: 10px 0px;
}
.overlay .popupBox p {
  color: #000000;
  font-size: 0.8rem;
}
.overlay .popupBox a.closeBtn {
  position: relative;
  z-index: auto;
  display: inline-block;
  padding: 12px 25px;
  color: #236192;
  background-color: #f4b400;
  font-size: 0.8rem;
  font-weight: 900;
  margin-top: 20px;
  transition: all 0.3s ease-in-out;
  top: 0;
  left: 0;
  cursor: pointer;
}
.overlay .popupBox a.closeBtn:after {
  content: '';
  display: block;
  position: absolute;
  top: -14px;
  left: 10px;
  z-index: -1;
  border: 4px solid #236192 !important;
  width: calc(100% - 4px);
  height: calc(100% - 4px);
  transition: all 0.3s ease-in-out;
}
.overlay .popupBox a.closeBtn:hover {
  top: -7px;
  left: 10px;
}
.overlay .popupBox a.closeBtn:hover:after {
  border-color: #2d7cbb;
  top: -4px;
  left: 0px;
}
.qtip {
  border: 1px solid #236192;
  background-color: #fff;
}
.qtip-tip {
  border-color: #236192 !important;
}
#NewLocationView .Location__Units__Row .Unit__Price__Reserve .Unit__Promo .dealAvailable {
  display: flex;
  font-size: 0.6rem;
  padding: 4px 6px;
}
@media only screen and (min-width: 1025px) and (max-width: 1199px), only screen and (min-width: 1001px) and (max-width: 1024px) {
  #NewLocationView .Location__Units__Row {
    flex-direction: column;
  }
}
@media only screen and (max-width: 650px) {
  #NewLocationView .Location__Units__Row {
    flex-direction: column;
  }
}
@media only screen and (min-width: 1200px) and (max-width: 1400px), only screen and (min-width: 1001px) and (max-width: 1024px), only screen and (min-width: 1025px) and (max-width: 1199px) {
  #NewLocationView .Location__Units__Row .Unit__Details {
    flex: 0 1 50%;
  }
}
#NewLocationView .Location__Units__Row .Unit__Details .smaller {
  font-size: 0.75rem;
}
@media only screen and (min-width: 1200px) and (max-width: 1400px), only screen and (min-width: 1001px) and (max-width: 1024px), only screen and (min-width: 1025px) and (max-width: 1199px) {
  #NewLocationView .Location__Units__Row .Unit__Price__Reserve {
    flex: 1 1 50%;
    justify-content: right;
  }
}
@media only screen and (max-width: 650px), only screen and (min-width: 1025px) and (max-width: 1199px), only screen and (min-width: 1001px) and (max-width: 1024px) {
  #NewLocationView .feature-items {
    /*
                display: flex;
                flex-wrap: wrap;
            */
    column-count: 1;
  }
}
@media only screen and (max-width: 650px), only screen and (min-width: 1025px) and (max-width: 1199px), only screen and (min-width: 1001px) and (max-width: 1024px) {
  #NewLocationView .feature-items li {
    width: 100%;
  }
}
#NewLocationView .Location__Units__Row .Unit__Price__Reserve {
  grid-template-rows: min-content min-content min-content 1fr;
}
@media only screen and (min-width: 1001px) and (max-width: 1024px), only screen and (min-width: 1025px) and (max-width: 1199px), only screen and (min-width: 1200px) and (max-width: 1400px), only screen and (max-width: 1000px) {
  #NewLocationView .Location__Units__Row .Unit__Price__Reserve {
    grid-template-columns: 1fr;
  }
}
@media only screen and (max-width: 650px) {
  #NewLocationView .Location__Units__Row .Unit__Price__Reserve {
    width: 100%;
    grid-template-columns: 1fr;
    text-align: center;
  }
}
@media only screen and (min-width: 1001px) and (max-width: 1024px), only screen and (min-width: 1025px) and (max-width: 1199px), only screen and (min-width: 1200px) and (max-width: 1400px), only screen and (max-width: 650px) {
  #NewLocationView .Location__Units__Row .Unit__Price__Reserve .Unit__Price {
    display: grid;
    grid-column: 1;
  }
}
@media only screen and (max-width: 1000px) {
  #NewLocationView .Location__Units__Row .Unit__Price__Reserve .Unit__Price {
    grid-column: 2;
  }
}
@media only screen and (min-width: 1001px) and (max-width: 1024px), only screen and (min-width: 1025px) and (max-width: 1199px) {
  #NewLocationView .Location__Units__Row .Unit__Price__Reserve .Unit__Price {
    text-align: center;
  }
}
@media only screen and (max-width: 650px) {
  #NewLocationView .Location__Units__Row .Unit__Price__Reserve .Unit__Price {
    display: grid;
    width: 100%;
    max-width: 200px;
    text-align: center;
    margin: 0 auto;
    grid-column: 1;
  }
}
#NewLocationView .Location__Units__Row .Unit__Price__Reserve .Unit__Price .pricing_deal {
  color: #7b0d55;
  display: inline-block;
  margin-right: 15px;
  font-size: 0.9rem;
}
@media only screen and (min-width: 1001px) and (max-width: 1024px), only screen and (min-width: 1025px) and (max-width: 1199px), only screen and (min-width: 1200px) and (max-width: 1400px), only screen and (max-width: 1000px) {
  #NewLocationView .Location__Units__Row .Unit__Price__Reserve .Unit__Price .pricing_deal {
    grid-row: 2;
    margin-right: 0;
  }
}
@media only screen and (max-width: 650px) {
  #NewLocationView .Location__Units__Row .Unit__Price__Reserve .Unit__Price .pricing_deal {
    grid-row: 1;
  }
}
#NewLocationView .Location__Units__Row .Unit__Price__Reserve .Unit__Price .pricing {
  font-size: inherit;
}
#NewLocationView .Location__Units__Row .Unit__Price__Reserve .Unit__Price .price {
  font-size: inherit;
}
#NewLocationView .Location__Units__Row .Unit__Price__Reserve .Unit__Price .strikethrough {
  display: inline-block;
  position: relative;
}
#NewLocationView .Location__Units__Row .Unit__Price__Reserve .Unit__Price .strikethrough:after {
  content: '';
  display: block;
  position: absolute;
  top: 32px;
  right: 25px;
  height: 3px;
  background-color: #7b0d55;
  width: 116px;
  transform-origin: 50% 1.5px;
  transform: rotate(23deg);
  /*                        @media @tablet, @smallDesktop, @desktop, @mobile {
                            
                        }*/
}
@media only screen and (min-width: 1001px) and (max-width: 1024px), only screen and (min-width: 1025px) and (max-width: 1199px), only screen and (max-width: 650px) {
  #NewLocationView .Location__Units__Row .Unit__Price__Reserve .Unit__Price .strikethrough:after {
    right: calc(50% - 45px);
  }
}
#NewLocationView .Location__Units__Row .Unit__Price__Reserve .Unit__Price .Unit__Promos {
  text-align: left;
  padding-right: 0.7rem;
}
#NewLocationView .Location__Units__Row .Unit__Price__Reserve .Unit__Promo {
  grid-row: 3;
  grid-column: 1 / span 2;
  font-size: 1.2rem;
  color: #77894f;
  text-align: right;
}
#NewLocationView .Location__Units__Row .Unit__Price__Reserve .Unit__Promo .MainDeal {
  font-weight: bold !important;
  font-size: 0.9rem;
  line-height: 0.9rem;
}
@media only screen and (min-width: 1001px) and (max-width: 1024px), only screen and (min-width: 1025px) and (max-width: 1199px), only screen and (min-width: 1200px) and (max-width: 1400px) {
  #NewLocationView .Location__Units__Row .Unit__Price__Reserve .Unit__Promo {
    grid-column: 1;
  }
}
@media only screen and (min-width: 1001px) and (max-width: 1024px), only screen and (min-width: 1025px) and (max-width: 1199px) {
  #NewLocationView .Location__Units__Row .Unit__Price__Reserve .Unit__Promo {
    text-align: center;
  }
}
@media only screen and (max-width: 650px) {
  #NewLocationView .Location__Units__Row .Unit__Price__Reserve .Unit__Promo {
    text-align: center;
    grid-column: 1;
  }
}
#NewLocationView .Location__Units__Row .Unit__Price__Reserve .Unit__Promo__2 {
  color: #77894f;
  grid-row: 4;
  grid-column: 1 / span 2;
  text-align: right;
  font-weight: bold !important;
  font-size: 0.9rem;
}
@media only screen and (min-width: 1001px) and (max-width: 1024px), only screen and (min-width: 1025px) and (max-width: 1199px), only screen and (min-width: 1200px) and (max-width: 1400px) {
  #NewLocationView .Location__Units__Row .Unit__Price__Reserve .Unit__Promo__2 {
    grid-column: 1;
    font-size: 0.73rem;
  }
}
@media only screen and (min-width: 1001px) and (max-width: 1024px), only screen and (min-width: 1025px) and (max-width: 1199px) {
  #NewLocationView .Location__Units__Row .Unit__Price__Reserve .Unit__Promo__2 {
    font-size: 0.9rem;
    text-align: center;
  }
}
@media only screen and (max-width: 650px) {
  #NewLocationView .Location__Units__Row .Unit__Price__Reserve .Unit__Promo__2 {
    text-align: center;
    grid-column: 1;
  }
}
#NewLocationView .Location__Units__Row .Unit__Price__Reserve .Unit__Reserve {
  padding-top: 10px;
  grid-row: 5;
  grid-column: 2;
}
@media only screen and (min-width: 1001px) and (max-width: 1024px), only screen and (min-width: 1025px) and (max-width: 1199px), only screen and (min-width: 1200px) and (max-width: 1400px) {
  #NewLocationView .Location__Units__Row .Unit__Price__Reserve .Unit__Reserve {
    grid-column: 1;
  }
}
@media only screen and (min-width: 1001px) and (max-width: 1024px), only screen and (min-width: 1025px) and (max-width: 1199px) {
  #NewLocationView .Location__Units__Row .Unit__Price__Reserve .Unit__Reserve {
    text-align: center;
  }
}
@media only screen and (max-width: 1000px), only screen and (min-width: 1200px) and (max-width: 1400px), only screen and (min-width: 1601px) and (max-width: 1800px) {
  #NewLocationView .Location__Units__Row .Unit__Price__Reserve .Unit__Reserve {
    text-align: right;
    width: auto;
  }
}
@media only screen and (max-width: 650px) {
  #NewLocationView .Location__Units__Row .Unit__Price__Reserve .Unit__Reserve {
    grid-column: 1;
    text-align: center;
  }
}
#NewLocationView .Location__Units__Row .Unit__Price__Reserve .Unit__Reserve .reserve-button {
  width: auto;
}
#NewLocationView .Location__Units__Row .Unit__Price__Reserve .Unit__Reserve .Unit__Warning {
  text-align: right;
}
@media only screen and (max-width: 650px), only screen and (min-width: 1001px) and (max-width: 1024px), only screen and (min-width: 1025px) and (max-width: 1199px) {
  #NewLocationView .Location__Units__Row .Unit__Price__Reserve .Unit__Reserve .Unit__Warning {
    text-align: center;
  }
}
.main-content.signedin {
  padding-top: 115px !important;
}
@media only screen and (max-width: 1000px) {
  .main-content.signedin {
    padding-top: 50px !important;
  }
}
.wpac {
  max-width: 95% !important;
}
.location {
  display: flex;
  font-size: 1rem;
}
.location * {
  font-size: 1rem;
}
@media only screen and (max-width: 1000px) {
  .location {
    flex-direction: column;
    display: grid;
    grid-template-columns: 1fr;
  }
}
.location__promos {
  background-color: #7b0d55;
  width: 100%;
  padding: 14px 20px;
  color: white;
  position: fixed;
  bottom: 0px;
  width: calc(50% - 40px);
  left: 20px;
  display: none;
  visibility: hidden;
  transition: all 1s ease-in-out;
  z-index: 3555;
}
.location__promos:hover {
  cursor: pointer;
}
@media only screen and (max-width: 1000px) {
  .location__promos {
    width: calc(100% - 40px);
    left: 20px;
  }
}
@media screen and (min-width: 1600px) {
  .location__promos {
    left: unset;
    right: calc(50% + 20px);
    width: 760px;
  }
}
.location__promos h2,
.location__promos h3,
.location__promos h4 {
  margin: 0;
  padding: 0;
  color: white;
}
.location__promos h3 {
  font-size: 20px;
}
.location__promos h4 {
  font-size: 18px;
  color: #f4b400;
}
.location__promos:before {
  content: '';
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  right: 20px;
  width: 0;
  height: 0;
  border-left: 10px solid transparent;
  border-right: 10px solid transparent;
  border-bottom: 10px solid white;
}
.location__promos.open {
  transform: translateY(-200px);
}
.location__promos.open:before {
  transform: rotate(180deg);
}
.location__promos-list {
  flex: 1;
  display: flex;
  overflow: auto;
}
.location__promos-list::-webkit-scrollbar {
  display: none;
}
.location__promos-promo {
  display: flex;
  flex-direction: column;
  background-color: #f4b400;
  border-radius: 10px;
  margin-left: 10px;
  margin-right: 10px;
  padding: 20px;
  width: 300px;
  height: 175px;
  box-sizing: border-box;
}
.location__promos-promo.stroke {
  border: 3px solid white;
}
@media only screen and (max-width: 1000px) {
  .location__promos-promo {
    width: 100%;
    flex: 0 0 300px;
  }
}
.location__promos-title {
  font-size: 1.1rem;
  line-height: 1.3rem;
  font-weight: 600;
  margin: 0;
  padding: 0;
  color: white;
  margin-top: 0px;
  margin-bottom: auto;
  text-transform: uppercase;
}
.location__promos-description {
  font-size: 16px;
  line-height: 1.3rem;
  font-weight: 400;
  margin: 0;
  padding: 0;
  color: white;
  margin-top: 0px;
  margin-bottom: auto;
}
.location__promos-description p {
  color: white;
}
.location__promos-disclaimer {
  font-size: 12px;
  margin: 0;
  padding: 0;
  color: white;
  font-weight: 400;
  margin-bottom: 0px;
  margin-top: auto;
}
.location__promos-disclaimermodal {
  font-size: 16px;
  width: 95%;
  max-width: 800px !important;
}
.location__promos-container {
  height: 500px;
  display: none;
  transition: all 1s ease-in-out;
  background-color: #7b0d55;
  width: 100%;
  color: white;
  position: fixed;
  bottom: 0px;
  left: 0px;
  z-index: 3333;
  transform: translateY(100%);
}
.location__promos-container.open {
  transform: translateY(295px);
}
@media screen and (min-width: 1600px) {
  .location__promos-container.open {
    transform: translateX(-50%) translateY(295px);
  }
}
@media screen and (min-width: 1600px) {
  .location__promos-container {
    left: 50%;
    transform: translateX(-50%) translateY(100%);
    width: 1600px;
  }
}
.location__profile {
  width: 50%;
  height: calc(100vh);
  display: flex;
  align-items: center;
  margin: 0 !important;
  color: black !important;
  position: relative;
}
@media only screen and (max-width: 1000px) {
  .location__profile {
    width: 100%;
    height: auto;
    /*display: block;*/
    display: contents;
  }
}
.location__profile .location__info-address-link {
  display: block;
  font-size: 0.7rem;
  /* color: @colorBlue; */
  margin-top: 0;
  padding-top: 0;
}
.location__carousel {
  position: absolute;
  height: 50%;
  width: calc(100% - 40px);
  top: 0;
  display: flex;
  align-items: center;
  justify-content: center;
  overflow: hidden;
}
@media only screen and (max-width: 1000px) {
  .location__carousel {
    height: 300px;
    position: relative;
    width: 100%;
    grid-row-start: 1;
    grid-column-start: 1;
  }
}
.location__carousel-play {
  width: 100px !important;
  height: 100px !important;
  position: absolute;
  left: 50%;
  top: 50%;
  z-index: 34;
  margin-top: -50px;
  margin-left: -50px;
}
@media only screen and (min-width: 1000px) and (max-height: 750px) {
  .location__carousel-play {
    top: 40%;
    width: 70px !important;
    height: 70px !important;
    margin-top: -35px;
    margin-left: -35px;
  }
}
@media only screen and (min-width: 1000px) and (max-height: 630px) {
  .location__carousel-play {
    top: 25%;
    width: 70px !important;
    height: 70px !important;
    margin-top: -35px;
    margin-left: -35px;
  }
}
@media only screen and (max-width: 1000px) {
  .location__carousel-play {
    width: 70px !important;
    height: 70px !important;
    position: absolute;
    margin-top: -35px;
    margin-left: -35px;
  }
}
.location__carousel-opener {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  margin: 0;
  padding: 0;
}
.location__carousel .video__play {
  background-image: url(../../images/play.svg);
  width: 25px;
  height: 25px;
}
.location__carousel .button-prev {
  background-image: url(../../images/swipericon.png);
  width: 25px;
  height: 25px;
  background-size: contain;
  background-repeat: no-repeat;
  position: absolute;
  top: 10px;
  right: 35px;
  transform: scaleX(-1);
  z-index: 3;
}
.location__carousel .button-next {
  background-image: url(../../images/swipericon.png);
  width: 25px;
  height: 25px;
  background-size: contain;
  background-repeat: no-repeat;
  position: absolute;
  top: 10px;
  right: 10px;
  z-index: 3;
}
.location__carousel img,
.location__carousel video {
  object-fit: cover;
  width: 100%;
  height: 100%;
}
.location__carousel-slide {
  text-align: center;
  font-size: 18px;
  background: #fff;
  /* Center slide text vertically */
  display: -webkit-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  -webkit-align-items: center;
  align-items: center;
}
.location__carousel-slide img {
  display: block;
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.location__carousel-bottomBorder {
  height: 10px;
  background-color: #f4b400;
  position: absolute;
  top: 10px;
  left: 0px;
  width: calc(100% - 30px);
  display: none;
}
@media only screen and (max-width: 1000px) {
  .location__carousel-bottomBorder {
    width: 100%;
    display: block;
    top: unset;
    bottom: 0px;
    z-index: 10;
  }
}
.location__carousel-rightBorder {
  height: 95px;
  width: 10px;
  background-color: #f4b400;
  position: absolute;
  top: -75px;
  left: calc(100% - 30px);
  display: none;
}
@media only screen and (max-width: 1000px) {
  .location__carousel-rightBorder {
    left: calc(100% - 10px);
    display: block;
    bottom: 0px;
    top: unset;
    z-index: 10;
  }
}
.location__info {
  position: absolute;
  bottom: 0;
  height: 50%;
  min-height: 440px;
  max-height: 500px;
  width: 100%;
  background-color: white;
  padding: 30px;
  padding-top: 60px;
  z-index: 22;
}
@media screen and (min-width: 1024px) and (min-height: 970px) {
  .location__info {
    height: 60%;
    bottom: unset;
    top: 500px;
  }
}
@media only screen and (max-width: 1000px) {
  .location__info {
    position: relative;
    height: auto;
    min-height: unset;
    max-height: unset;
    grid-row-start: 3;
  }
}
.location__info-title {
  display: flex;
  margin-left: 0px;
  justify-content: space-between;
}
@media only screen and (max-width: 1000px) {
  .location__info-title {
    display: block;
  }
}
.location__info-title h1 {
  color: #236192;
  max-width: calc(100% - 255px);
  font-size: 30px;
  margin: 0;
  padding: 0;
  flex: 1 1 auto;
}
@media only screen and (max-width: 1000px) {
  .location__info-title h1 {
    font-size: 22px;
    max-width: unset;
  }
}
@media screen and (max-width: 1400px) {
  .location__info-title h1 {
    font-size: 24px;
  }
}
.location__info-title .wp-gr.wpac {
  max-width: 200px !important;
}
.location__info-title .wp-gr.wpac .grw-slider-header {
  max-width: unset !important;
}
.location__info-title .wp-gr.wpac .grw-slider-header .wp-google-left {
  display: none !important;
}
.location__info-title .wp-gr.wpac .grw-header {
  flex: 0 0 100% !important;
}
.location__info-title .wp-gr.wpac a.location__info-reviewsLink a {
  pointer-events: none;
}
.location__info-reviews {
  background-image: url(../../locationTemplate/images/reviews.svg);
  background-repeat: no-repeat;
  background-position-x: 50px;
  background-size: 115px;
  font-size: 28px;
  color: #236192;
  margin-right: 0px;
  margin-left: auto;
  margin-top: 0px;
  margin-bottom: 0px;
  width: 165px;
  text-decoration: none;
  padding: 0;
  display: block;
}
@media only screen and (max-width: 1000px) {
  .location__info-reviews {
    height: 50px;
    margin-left: 0px;
    margin-top: 15px;
    width: 185px;
    background-size: 100px;
  }
}
.location__info-buttons {
  display: flex;
  margin-top: 0px;
  margin-left: 0px;
  justify-content: flex-start;
  font-size: 0.8rem;
}
@media only screen and (max-width: 1000px) {
  .location__info-buttons {
    display: flex;
    flex-wrap: wrap;
    flex-direction: row;
    align-content: flex-start;
    justify-content: space-between;
  }
}
@media only screen and (max-width: 380px) {
  .location__info-buttons {
    flex-direction: column;
  }
  .location__info-buttons > a {
    width: 100% !important;
  }
}
.location__info-directions {
  padding: 9px;
  padding-left: 48px;
  background-image: url(../../images/icons/location-icon.svg);
  background-repeat: no-repeat;
  background-position-x: 6px;
  background-position-y: 4px;
  padding-right: 18px;
  color: #236192;
  font-size: 18px;
  border: 2px solid #236192;
  font-weight: bold;
  border-radius: 5px;
  cursor: pointer;
  background-size: 36px;
  text-decoration: none;
}
.location__info-directions:hover {
  background-color: #236192;
  color: white;
  background-image: url(../../images/icons/location-icon-white.svg);
}
@media only screen and (max-width: 1000px) {
  .location__info-directions {
    width: 100%;
    padding-left: 48px;
    display: block;
    box-sizing: border-box;
    width: 48%;
    font-size: 14px;
    margin-top: auto;
    margin-bottom: 10px;
  }
}
.location__info-hours {
  padding: 9px;
  padding-left: 48px;
  background-image: url(../../images/icons/clock-icon.svg);
  background-repeat: no-repeat;
  background-position-x: 6px;
  background-position-y: 4px;
  padding-right: 18px;
  color: #236192;
  font-size: 18px;
  border: 2px solid #236192;
  font-weight: bold;
  border-radius: 5px;
  margin-left: 15px;
  cursor: pointer;
  background-size: 36px;
  text-decoration: none;
}
.location__info-hours:hover {
  background-color: #236192;
  color: white;
  background-image: url(../../images/icons/clock-icon-white.svg);
}
@media only screen and (max-width: 1000px) {
  .location__info-hours {
    width: 100%;
    padding-left: 48px;
    display: block;
    box-sizing: border-box;
    margin-left: 0px;
    width: 48%;
    font-size: 14px;
    margin-top: auto;
    margin-bottom: 10px;
  }
}
.location__info-email {
  width: 185px;
  padding: 9px;
  padding-left: 48px;
  background-image: url(../../images/icons/envelope-icon.svg);
  background-repeat: no-repeat;
  background-position-x: 6px;
  background-position-y: 4px;
  padding-right: 18px;
  color: #236192;
  font-size: 18px;
  border: 2px solid #236192;
  font-weight: bold;
  border-radius: 5px;
  margin-left: 20px;
  cursor: pointer;
  background-size: 36px;
  text-decoration: none;
  margin-right: 0px;
  margin-left: auto;
}
.location__info-email:hover {
  background-color: #236192;
  color: white;
  background-image: url(../../images/icons/envelope-icon-white.svg);
}
@media only screen and (max-width: 1000px) {
  .location__info-email {
    width: 100%;
    padding-left: 48px;
    display: block;
    box-sizing: border-box;
    width: 48%;
    font-size: 14px;
    margin-top: auto;
    margin-bottom: 10px;
  }
}
.location__info-telephone {
  padding: 9px;
  padding-left: 48px;
  background-image: url(../../images/icons/phone-icon.svg);
  /*background-image: url(../../images/phone-icon-blue.svg);*/
  background-repeat: no-repeat;
  background-position-x: 6px;
  background-position-y: 4px;
  padding-right: 18px;
  color: #236192;
  font-size: 18px;
  border: 2px solid #236192;
  font-weight: bold;
  border-radius: 5px;
  margin-left: 20px;
  cursor: pointer;
  background-size: 36px;
  text-decoration: none;
  margin-left: auto;
  margin-right: 0px;
  margin-top: auto;
  margin-bottom: 0px;
}
.location__info-telephone:hover {
  background-color: #236192;
  color: white;
  background-image: url(../../images/icons/phone-icon-white.svg);
}
@media only screen and (max-width: 1000px) {
  .location__info-telephone {
    display: none;
  }
}
.location__info-telephone.mobile {
  width: 100%;
  display: none;
  box-sizing: border-box;
}
@media only screen and (max-width: 1000px) {
  .location__info-telephone.mobile {
    display: block;
    width: 48%;
    font-size: 14px;
    margin-left: 0px;
    margin-top: auto;
    margin-bottom: 10px;
  }
}
.location__info-street {
  display: flex;
  align-items: flex-start;
  align-content: flex-start;
  margin-top: -65px;
}
@media only screen and (max-width: 1000px) {
  .location__info-street {
    display: block;
    margin-top: 0px;
  }
}
.location__info-address {
  font-size: 20px;
  color: #236192;
  line-height: 28px;
  font-size: 0.8rem;
  margin-top: 10px;
  width: calc(100% - 165px);
  margin-left: 0px;
  margin-right: auto;
}
@media only screen and (max-width: 1000px) {
  .location__info-address {
    width: 100%;
    font-size: 14px;
    margin-bottom: 20px;
  }
}
.location__info-map {
  width: 165px;
  margin-right: 0px;
  margin-left: auto;
  background-color: yellow;
  margin-top: auto;
  margin-bottom: auto;
}
.location__info-office {
  padding-right: 25px;
  color: #4e4e50;
  font-size: 0.8rem;
}
.location__info-office strong {
  font-size: 0.8rem;
}
.location__info-gate {
  padding-right: 25px;
  color: #4e4e50;
  font-size: 0.8rem;
}
.location__info-gate strong {
  font-size: 0.8rem;
}
.location__info-links {
  width: 165px;
  margin-right: 0px;
  margin-left: auto;
  background-color: yellow;
}
.location__info-links strong {
  font-size: 0.8rem;
}
.location__info-bottomBorder {
  height: 10px;
  background-color: #f4b400;
  position: absolute;
  top: 10px;
  left: 0px;
  width: calc(100% - 30px);
}
@media only screen and (max-width: 1000px) {
  .location__info-bottomBorder {
    width: 100%;
    display: none;
  }
}
.location__info-rightBorder {
  height: 95px;
  width: 10px;
  background-color: #f4b400;
  position: absolute;
  top: -75px;
  left: calc(100% - 30px);
}
@media only screen and (max-width: 1000px) {
  .location__info-rightBorder {
    left: calc(100% - 10px);
    display: none;
  }
}
.location__sections {
  width: 50%;
  margin-bottom: 50px;
}
@media only screen and (max-width: 1000px) {
  .location__sections {
    width: 100%;
    margin-top: 0px;
    display: contents;
  }
}
.location__sections div.submenu {
  position: sticky;
  background-color: #abb8c3;
  color: white;
  height: 40px;
  top: 55px;
  display: flex;
  flex-direction: row;
  align-items: center;
  justify-content: space-around;
  z-index: 44;
}
.location__sections div.submenu a {
  color: white;
  margin: 0;
  font-family: 'ff-real-headline-pro', arial, sans-serif;
  font-size: 16px;
  font-weight: bold;
  text-decoration: none;
  padding-top: 4px;
  text-transform: uppercase;
}
.location__sections div.submenu a:hover {
  text-decoration: underline;
}
@media only screen and (max-width: 1000px) {
  .location__sections div.submenu {
    display: none;
  }
}
.location__sections .facilityFeatures ul {
  list-style: none;
  padding-left: 10px;
  padding-right: 10px;
}
.location__sections .facilityFeatures ul li {
  font-size: 14px;
  font-weight: normal;
  border-bottom: 1px solid #cccccc;
  padding-bottom: 10px;
  background-image: url(/wp-content/themes/nationwide/images/check.png);
  background-size: 20px;
  background-position-x: 0px;
  padding-left: 25px;
  background-repeat: no-repeat;
}
.location__sections .facilityFeatures .location__section-content {
  padding-top: 20px;
}
.location__sections .facilityFeatures .location__section-content .expander {
  max-height: 80px;
  position: relative;
  overflow: hidden;
}
.location__sections .facilityFeatures h2 {
  font-size: 18px;
}
.location__sections .facilityFeatures p {
  font-size: 14px;
  width: 100%;
}
.location__sections .facilityFeatures .read-more {
  position: absolute;
  bottom: -20px;
  left: 0;
  height: 100px;
  width: 100%;
  text-align: center;
  margin: 0;
  padding: 10px 0;
  background-image: linear-gradient(to bottom, transparent, white);
  font-size: 12px;
  font-weight: bold !important;
  color: #236192;
}
.location__sections .facilityFeatures .readMoreButton {
  color: #236192;
  bottom: 0px;
  font-size: 12px !important;
  left: 50%;
  transform: translateX(-50%);
}
.location__section {
  padding-left: 30px;
  padding-right: 30px;
}
.location__section-title {
  font-size: 28px;
  padding-top: 60px;
  margin: 0;
  margin-bottom: 20px;
}
.location__section-title:first-child {
  padding-top: 0px;
}
@media only screen and (max-width: 1000px) {
  .location__section-title {
    font-size: 20px;
  }
}
.location__section-innerContainer {
  background-color: white;
  min-height: 300px;
  width: 100%;
  border-radius: 20px;
  padding: 20px;
}
.location__section p {
  width: 80%;
  font-size: 18px;
}
.location__section.faqs ul li {
  border-bottom: 1px solid #cccccc;
  padding-bottom: 5px;
  padding-top: 5px;
  margin: 0;
  display: flex;
  cursor: pointer;
  flex-wrap: wrap;
}
.location__section.faqs ul li::after {
  content: '\25bc';
  color: #236192;
  font-size: 11px;
  margin-right: 0px;
  margin-left: auto;
}
.location__section.faqs ul li label {
  color: #236192;
  font-size: 14px;
  text-align: left;
  margin-left: 0px;
  margin-right: auto;
  cursor: pointer;
}
.location__section.faqs ul li p {
  display: none;
  padding-left: 20px;
  font-size: 14px;
  font-weight: normal !important;
  margin-bottom: 0;
  padding-bottom: 0;
}
.location__section.faqs ul li.open p {
  display: block;
  width: 100%;
  margin-left: 0px;
  margin-right: 0px;
}
.modals__hours,
.modals__hours.fancybox-content {
  background-color: #236192;
  color: white;
  max-width: 400px;
  width: 90%;
  padding: 20px;
  border-radius: 15px;
  cursor: default !important;
}
.modals__hours h2,
.modals__hours.fancybox-content h2 {
  font-size: 20px;
  font-weight: bold;
  color: white;
  padding-bottom: 5px;
  border-bottom: 1px solid white;
}
.modals__hours a,
.modals__hours.fancybox-content a {
  color: white;
  font-size: 1rem;
}
.modals__directions,
.modals__directions.fancybox-content {
  width: 90%;
  max-width: 1000px;
  background-color: #236192;
  border-radius: 15px;
  padding: 20px;
}
.modals__directions iframe,
.modals__directions.fancybox-content iframe {
  width: 100%;
  height: 600px;
}
.gray {
  background-color: #e5e7eb;
}
#NewLocationView .search-results {
  padding: 0 15px !important;
}
#NewLocationView .location__selection__container {
  display: flex;
  flex-direction: row;
  gap: 20px;
  margin: 20px;
}
@media only screen and (max-width: 768px) {
  #NewLocationView .location__selection__container {
    gap: 0;
    margin: 5px 0;
    flex-direction: column;
  }
}
#NewLocationView .location__selection__filter {
  flex: 1 1 33.3%;
  position: relative;
  border: 1px solid #236192;
  border-radius: 6px;
  background-color: #fff;
}
@media only screen and (max-width: 768px) {
  #NewLocationView .location__selection__filter {
    flex: 1 1 100%;
    margin-bottom: 5px;
  }
}
#NewLocationView .location__selection__filter--open {
  border-bottom: 0px;
  border-bottom-left-radius: 0px;
  border-bottom-right-radius: 0px;
}
#NewLocationView .location__selection__filter--open .location__selection__filter__header:after {
  transform: rotate(0deg);
}
#NewLocationView .location__selection__filter__header {
  position: relative;
  font-family: 'ff-real-headline-pro', arial, sans-serif;
  color: #236192;
}
#NewLocationView .location__selection__filter__header span {
  display: block;
  width: 100%;
  font-weight: bold;
  font-size: 0.8rem;
  padding: 8px 11px;
  cursor: pointer;
}
#NewLocationView .location__selection__filter__header:after {
  position: absolute;
  right: 15px;
  top: 15px;
  display: block;
  content: '';
  width: 20px;
  height: 11px;
  background: url(/wp-content/themes/nationwide/images/chevron-gray.png) center center no-repeat;
  pointer-events: none;
  transform: rotate(180deg);
}
#NewLocationView .location__selection__filter__header.selected span {
  padding-top: 0px;
  padding-bottom: 8px;
  font-size: 0.8rem;
}
#NewLocationView .location__selection__filter__header.selected span:first-of-type {
  font-size: 0.6rem;
  padding: 5px 15px 0px;
}
#NewLocationView .location__selection__filter__body {
  display: none;
  position: absolute;
  background-color: #fff;
  border-color: blue;
  border: 1px solid #236192;
  width: calc(100% + 2px);
  margin-top: -12px;
  margin-left: -1px;
  border-top: transparent;
  border-bottom-left-radius: 6px;
  border-bottom-right-radius: 6px;
  padding: 8px 13px 0;
  font-family: "Open Sans", Arial, Calibri, sans-serif;
  font-size: 0.7rem;
  color: #236192;
  z-index: 100;
  /*&--show {
                        display: block;
                    }*/
}
#NewLocationView .location__selection__filter__body a,
#NewLocationView .location__selection__filter__body a:hover,
#NewLocationView .location__selection__filter__body a:visited {
  display: flex;
  width: 100%;
  color: #236192;
  text-decoration: none;
  border-bottom: 1px solid #f1f3ed;
  padding: 4px 3px;
  margin: 0px 0 10px;
  cursor: pointer;
  font-size: 0.75rem;
}
#NewLocationView .location__selection__filter__body a .selectionCheckBox,
#NewLocationView .location__selection__filter__body a:hover .selectionCheckBox,
#NewLocationView .location__selection__filter__body a:visited .selectionCheckBox {
  display: inline-block;
  margin-right: 5px;
  background: url(/wp-content/themes/nationwide/images/new-checkbox.png) 0px -25px no-repeat;
  width: 24px;
  height: 24px;
  overflow: hidden;
  vertical-align: text-top;
  pointer-events: none;
}
#NewLocationView .location__selection__filter__body a.selected .selectionCheckBox,
#NewLocationView .location__selection__filter__body a:hover.selected .selectionCheckBox,
#NewLocationView .location__selection__filter__body a:visited.selected .selectionCheckBox {
  background-position: 0px 0px;
}
#NewLocationView .location__selection__filter__body .unchangeable {
  filter: grayscale(1);
}
.WaitListLocation a {
  display: inline-block !important;
  width: auto !important;
}