#header_parent { 
    border-bottom: solid 1px #e9e9e9; 
    box-shadow: 0 2px 4px -3px rgb(0 0 0 / 30%);
}
#content-wrapper {
    padding-top: 0 !important;
}
.hero-banner-section {
    background-color: #73CDE1;
}
.hero-banner-section .widget {
    display: flex;
    width: 1190px;
    margin: 0 auto 0 auto;
    padding: 35px 0;
}
.hero-banner-section .widget .head-lines {
    width: 595px;
    font-family: Poppins;
    font-style: normal;
    padding: 0 20px 0 0;
}
.hero-banner-section .widget .storage-graphic {
    width: 595px;
    height: 410px;
    background: url(/images/storage/graphic-selfstorage.svg) no-repeat 18px 0px;
}
.hero-banner-section .widget .storage-graphic.caravan-storage { 
    background: url(/images/storage/caravan-storage.svg) no-repeat 18px 0px; 
    background-size: contain;
}
.hero-banner-section .widget .storage-graphic.furniture-storage { 
    background: url(/images/storage/furniture-storage.svg) no-repeat 18px 0px; 
    background-size: contain;
}
.hero-banner-section .widget .storage-graphic.document-storage { 
    background: url(/images/storage/document-storage.svg) no-repeat 18px 0px; 
    background-size: contain;
}
.hero-banner-section .widget .storage-graphic.clothing-storage { 
    background: url(/images/storage/clothing-storage.svg) no-repeat 18px 0px; 
    background-size: contain;
}
.hero-banner-section .widget .storage-graphic.toy-storage { 
    background: url(/images/storage/toy-storage.svg) no-repeat 18px 0px; 
    background-size: contain;
}
.hero-banner-section .widget .head-lines h1 {
    font-weight: 300;
    font-size: 46px;
    color: #FFFFFF;
    line-height: 55px;
    margin: 20px 0 0 0;
}
.hero-banner-section .widget .head-lines h1 span {
    font-weight: 700;
}
.hero-banner-section .widget .head-lines h2 {
    font-weight: 400;
    font-size: 19px;
    color: #FFFFFF;
    margin: 15px 0 25px 0;
    line-height: 25px;
}
.hero-banner-section .widget .head-lines label {
    font-weight: 600;
    font-size: 18px;
    color: #333333;
    cursor: unset;
    margin: 0 0 5px;
}
.hero-banner-section .widget .head-lines p {
    font-weight: 300;
    font-size: 15px;
    color: #333333;
    line-height: 22px;
    font-family: Poppins;
}
.hero-banner-section .widget .head-lines .form-group {
    display: table;
    width: -webkit-fill-available;
    margin: 20px 0 0 0;
}
.hero-banner-section .widget .head-lines .form-group .section-search-input {
    display: table-cell;
    width: 80%;
}
.hero-banner-section .widget .head-lines .form-group .section-search-button {
    display: table-cell;
    width: 20%;
}
.hero-banner-section .widget .head-lines .form-group .section-search-input #search_location {
    width: -webkit-fill-available;
}
.hero-banner-section #search_location .suggestions-wrapper .suggestions, 
.find-storage-section #storage_search_location .suggestions-wrapper .suggestions {
    position: absolute !important;
}
.hero-banner-section .widget .head-lines input[type=text] {
    width: -webkit-fill-available;;
    height: 44px !important;
    border: 0;
    border-radius: 4px;
    padding: 0 15px 0 8px;
    font-family: Poppins;
    font-size: 16px;
    font-weight: 100;
}
.hero-banner-section .widget .head-lines input[type=submit] {
    width: 174px;
    height: 44px !important;
    border: 0;
    border-radius: 4px;
    background: #F05B61;
    margin-left: 30px;
    font-family: Poppins;
    font-size: 16px;
    font-weight: 100;
    color: #FFFFFF;
    outline: none;
}
.hero-banner-section .widget .head-lines input[type=submit]:hover, 
.find-storage-section .widget .col-2 input[type=submit]:hover {
    background: #F7A3A6;
}

.benefits-section {
    text-align: center;
}
.benefits-section .widget {
    display: grid;
    grid-template-columns: 1fr 1fr 1fr 1fr 1fr 1fr;
    grid-gap: 25px;
    width: 1190px;
    margin: 0 auto 0 auto;
    padding: 80px 0;
    border-bottom: 2px solid #EEEEEE;
}
.benefits-section .widget .item-savings {
    background: url(/images/storage/icon-savings.svg) no-repeat center 0;
}
.benefits-section .widget .item-insurance {
    background: url(/images/storage/icon-insurance.svg) no-repeat center 0;
}
.benefits-section .widget .item-support {
    background: url(/images/storage/icon-support.svg) no-repeat center 0;
}
.benefits-section .widget .item-locations {
    background: url(/images/storage/icon-australia.svg) no-repeat center 0;
}
.benefits-section .widget .item-guarantee {
    background: url(/images/storage/icon-guarantee.svg) no-repeat center 0;
}
.benefits-section .widget .item-reviews {
    background: url(/images/storage/icon-reviews.svg) no-repeat center 0;
}
.benefits-section .widget label {
    font-family: Poppins;
    font-style: normal;
    font-weight: 600;
    font-size: 16px;
    color: #00B2DB;
    margin-top: 90px;
    cursor: unset;
}
.benefits-section .widget p {
    font-family: Roboto;
    font-style: normal;
    font-weight: normal;
    font-size: 16px;
    color: #333333;
    line-height: 22px;
}

.reviews-section .widget {
    width: 1190px;
    margin: 0 auto 0 auto;
    padding: 80px 0;
    border-bottom: 2px solid #EEEEEE;
}
.reviews-section .reviews-content {
    display: grid;
    grid-template-columns: 1.5fr 1fr;
    grid-gap: 40px;
    padding: 30px 0 0 0;
}
.reviews-section h2 {
    width: 1190px;
    margin: 0 auto 0 auto;
    font-family: Poppins;
    font-style: normal;
    font-weight: 700;
    font-size: 46px;
    color: #F05B61;
    line-height: 60px;
}
.reviews-section h2 span {
    font-weight: 500;
    color: #333333;
}
.reviews-section .left p {
    font-family: Poppins;
    font-style: normal;
    font-weight: normal;
    font-size: 16px;
    color: #333333;
    line-height: 22px;
    margin: 20px 0 0 0;
}
.reviews-section .left .watch-video-section {
    display: inline-block;
    margin: 20px 0 0 0;
    background: url(/images/storage/watch-spacer-how-it-works.svg) no-repeat 0 center;
    padding: 0 0 0 40px;
    cursor: pointer;
}
.reviews-section .left .watch-video-section label {
    font-family: Poppins;
    font-style: normal;
    font-weight: 500;
    font-size: 16px;
    color: #00B2DB;
    display: inline-block;
    text-decoration: underline;
    line-height: 30px;
    margin: 0 0 0 0;
}

.faq-section .widget {
    width: 1190px;
    margin: 0 auto 0 auto;
    padding: 70px 0;
}
.faq-section h2 {
    text-align: center;
    font-family: Poppins;
    font-style: normal;
    font-weight: 500;
    font-size: 32px;
    color: #333333;
    margin: 0 0 40px 0;
}
.faq-section .sub-title { 
    font-style: normal;
    font-weight: normal;
    font-size: 16px;
    color: #333333;
    line-height: 22px;
    margin: 0 0 25px 0;
}
.faq-section .faq-field {
    background: #F3F3F3;
    padding: 15px 20px;
    margin-bottom: 20px;
    cursor: pointer;
}
.faq-section .faq-field .faq-question {
    font-family: Poppins;
    font-style: normal;
    font-weight: 500;
    font-size: 20px;
    color: #333333;
    line-height: 30px;
    background: url(/images/storage/icon-arrow-down.svg) no-repeat right center;
}
.faq-section .faq-field.active .faq-question { background: url(/images/storage/icon-arrow-up.svg) no-repeat right center; }
.faq-section .faq-answer {
    padding: 10px 0 30px 0;
    font-family: Roboto;
    font-style: normal;
    font-weight: normal;
    font-size: 16px;
    color: #333333;
    line-height: 22px;
}
.faq-section .faq-answer ol {
    padding: 0 0 0 40px;
    margin-top: 20px;
}
.faq-section .faq-answer ol li {
    line-height: 22px;
}
.faq-section .faq-answer ol.self-storage li {
    list-style-type: decimal;
}
.faq-section .faq-answer ol.benefits li {
    list-style-type: disc;
}
.faq-section .faq-answer ul.list-numeric { 
    padding-left: 40px; 
    margin-top: 20px;
}
.faq-section .faq-answer ul.list-numeric:first-child { margin-top: 0; }
.faq-section .faq-answer ul.list-numeric li {
    list-style-type: decimal;
    line-height: 22px;
}
.faq-section .faq-answer p {
    margin-top: 20px;
}
.faq-section .faq-answer p:first-child {
    margin-top: 0;
}
.faq-section .faq-answer .sub-content {
    margin: 0 0 0 30px;
}
.faq-section .faq-answer .sub-content label {
    margin: 30px 0 0 0;
    font-size: 16px;
    font-weight: 500;
}
.faq-section .faq-answer .table-sec {
    border: 1px solid #b0b0b0;
    border-radius: 8px;
    margin: 20px auto 0 auto;
}
.faq-section .faq-answer .table-sec.col2 { width: 50%; }
.faq-section .faq-answer .table-sec.col3 { width: 60%; }
.faq-section .faq-answer .table-sec.col5 { width: 95%; }
.faq-section .faq-answer table { 
    width: 100%;
    text-align: left;
}
.faq-section .faq-answer table thead { border-bottom: 1px solid #d7d7d7; }
.faq-section .faq-answer table tr th.fir { padding: 15px 15px 15px 30px; }
.faq-section .faq-answer table tr th.mid { padding: 15px 15px 15px 0; }
.faq-section .faq-answer table tr th.las { padding: 15px 30px 15px 0; }
.faq-section .faq-answer table tr td.fir { padding: 15px 15px 0 30px; }
.faq-section .faq-answer table tr td.mid { padding: 15px 15px 0 0; }
.faq-section .faq-answer table tr td.las { padding: 15px 30px 0 0; }
.faq-section .faq-answer table tbody tr:last-child td { padding-bottom: 15px; }
.faq-section .faq-answer .table-sec.col2 .col-1 { width: 40%; }
.faq-section .faq-answer .table-sec.col2 .col-2 { width: 60%; }
.faq-section .faq-answer .table-sec.col3 .col-1 { width: 30%; }
.faq-section .faq-answer .table-sec.col3 .col-2 { width: 35%; }
.faq-section .faq-answer .table-sec.col3 .col-3 { width: 35%; }
.faq-section .faq-answer .table-sec.col5 tr td { width: 20%; }

.storage-host-section .widget {
    width: 1190px;
    margin: 0 auto 0 auto;
    height: 620px;
    background: #F3F3F3;
    display: grid;
    grid-template-columns: 500px 630px;
    grid-gap: 60px;
}
.storage-host-section .left {
    background: url(/images/storage/photo-host.jpeg) no-repeat center -170px;
}
.storage-host-section .right {
    padding: 40px 60px 40px 0;
}
.storage-host-section .right h3 {
    font-family: Poppins;
    font-style: normal;
    font-weight: 500;
    font-size: 32px;
}
.storage-host-section .right h3 span {
    font-weight: 700;
    color: #F05B61;
    display: block;
}
.storage-host-section .right p {
    margin: 30px 0 0 0;
    font-family: Roboto;
    font-style: normal;
    font-weight: normal;
    font-size: 16px;
    color: #333333;
    line-height: 22px;
}
.storage-host-section .right .host-benefits {
    margin: 25px 0 15px 0;
    width: 50%;
    border-bottom: 2px solid #00B2DB;
}
.storage-host-section .right .host-benefits label {
    font-family: Poppins;
    font-style: normal;
    font-weight: bold;
    font-size: 18px;
    color: #00B2DB;
    margin-bottom: 8px;
    cursor: unset;
}
.storage-host-section .right .benefit {
    font-family: Roboto;
    font-style: normal;
    font-weight: normal;
    font-size: 16px;
    line-height: 35px;
    padding: 0 0 0 20px;
    background: url(/images/storage/icon-right-green.svg) no-repeat 0 center;
}
.storage-host-section .right a.btn-host {
    font-family: Poppins;
    font-style: normal;
    font-weight: 500;
    font-size: 18px;
    color: #2D3236;
    padding: 15px 55px;
    background: #FDC24E;
    border-radius: 4px;
    margin: 25px 0 0 0;
    display: inline-block;
}
.storage-host-section .right a.btn-host:hover {
    text-decoration: none;
}

.moving-supplies-section .widget {
    width: 1190px;
    margin: 0 auto 0 auto;
    padding: 70px 0;
}
.moving-supplies-section .widget h3 {
    font-family: Poppins;
    font-style: normal;
    font-weight: 500;
    font-size: 32px;
    text-align: center;
    color: #333333;
}
.moving-supplies-section .widget .cover {
    background: linear-gradient(to right, #73CDE1 40%, rgba(255,0,0,0));
}
.moving-supplies-section .widget .moving-supplies {
    display: grid;
    grid-template-columns: 1.5fr 1fr 1.5fr;
    grid-gap: 40px;
    margin: 40px 0 0 0;
    padding: 40px 60px;
    background: url(/images/storage/graphic-movingboxes.svg) no-repeat right -140px;
}
.moving-supplies-section .widget .moving-supplies .col-1 {

}
.moving-supplies-section .widget .moving-supplies .col-2 {
    text-align: center;
    display: -webkit-box;
    -webkit-box-pack: center;
    -webkit-box-align: center;
}
.moving-supplies-section .widget .moving-supplies .col-1 label {
    font-family: Poppins;
    font-style: normal;
    font-weight: 300;
    font-size: 32px;
    line-height: 48px;
    color: #FFFFFF;
    margin: 0;
    cursor: unset;
}
.moving-supplies-section .widget .moving-supplies .col-1 p {
    font-family: Poppins;
    font-style: normal;
    font-weight: 500;
    font-size: 20px;
    color: #FFFFFF;
    line-height: 30px;
}
.moving-supplies-section .widget .moving-supplies .col-2 .btn-moving-supplies {
    font-family: Poppins;
    font-style: normal;
    font-weight: 500;
    font-size: 18px;
    color: #FFFFFF;
    border: 2px solid #FFFFFF;;
    border-radius: 4px;
    padding: 8px 30px;
    text-decoration: none;
}

.article-section .widget {
    width: 1190px;
    margin: 0 auto 0 auto;
    padding: 0 0 70px 0;
}
.article-section .headline {
    background: #1FB584;
    border-radius: 0px 75px 75px 0px;
    width: fit-content;
    line-height: 60px;
    font-family: Poppins;
    font-style: normal;
    font-weight: 500;
    font-size: 20px;
    color: #FFFFFF;
    padding: 0 30px;
}
.article-section .articles {
    display: grid;
    grid-template-columns: 1fr 1fr 1fr;
    grid-gap: 35px;
    margin: 30px 0 0 0;
}
.article-section .articles .col-1, 
.article-section .articles .col-2, 
.article-section .articles .col-3 {
    border-radius: 5px;
    text-align: center;
    box-shadow: 3px 4px 5px rgb(0 0 0 / 25%);
}
.article-section .articles .blog-image {
    height: 230px;
    border-top-left-radius: 5px;
    border-top-right-radius: 5px;
    cursor: pointer;
}
.article-section .articles .blog-image.kennards-storage-vs-storage-king-vs-spacer-how-much-does-self-storage-cost-in-sydney {
    background: url(/images/storage/kennards-storage-vs-storage-king-vs-spacer-how-much-does-self-storage-cost-in-sydney.jpg) no-repeat center center;
}
.article-section .articles .blog-image.how-to-prevent-metal-items-from-rusting-in-storage {
    background: url(/images/storage/how-to-prevent-metal-items-from-rusting-in-storage.jpg) no-repeat center center;
}
.article-section .articles .blog-image.how-to-declutter-your-home-create-more-space-with-these-18-tips {
    background: url(/images/storage/how-to-declutter-your-home-create-more-space-with-these-18-tips.jpg) no-repeat center center;
}
.article-section .articles .blog-image.airlie-beach {
    background: url(/images/storage/airlie-beach.jpeg) no-repeat center center;
    background-size: cover;
}
.article-section .articles .blog-image.car-roof {
    background: url(/images/storage/car-roof.jpeg) no-repeat center center;
    background-size: cover;
}
.article-section .articles .blog-image.grand-pacific {
    background: url(/images/storage/grand-pacific.jpeg) no-repeat center center;
    background-size: cover;
}
.article-section .articles .blog-image.man-tieing-shoelaces-with-weight-in-his-bedroom {
    background: url(/images/storage/man-tieing-shoelaces-with-weight-in-his-bedroom.jpeg) no-repeat center center;
    background-size: cover;
}
.article-section .articles .blog-image.work-from-home {
    background: url(/images/storage/what-can-you-do-with-your-home-office-to-boost-productivity.png) no-repeat center center;
    background-size: cover;
}
.article-section .articles .blog-image.stamp-coin-or-medal-collections {
    background: url(/images/storage/stamp-coin-or-medal-collections.jpg) no-repeat center center;
    background-size: cover;
}
.article-section .articles .blog-image.declutter-your-office-in-minutes {
    background: url(/images/storage/declutter-your-office-in-minutes.jpeg) no-repeat center center;
    background-size: cover;
}
.article-section .articles .blog-image.anticipating-the-milestones {
    background: url(/images/storage/anticipating-the-milestones.jpeg) no-repeat center center;
    background-size: cover;
}
.article-section .articles .blog-image.toy-storage-tips-and-tricks {
    background: url(/images/storage/toy-storage-tips-and-tricks.jpg) no-repeat center center;
    background-size: cover;
}
.article-section .articles .blog-image.creative-ideas-for-toy-car-storage {
    background: url(/images/storage/creative-ideas-for-toy-car-storage.jpg) no-repeat center center;
    background-size: cover;
}
.article-section .articles .blog-image.storing-outerwear-is-there-a-correct-way {
    background: url(/images/storage/storing-outerwear-is-there-a-correct-way.jpeg) no-repeat center center;
    background-size: cover;
}
.article-section .articles .blog-image.ways-to-organise-your-linen-closet {
    background: url(/images/storage/ways-to-organise-your-linen-closet.jpeg) no-repeat center center;
    background-size: cover;
}
.article-section .articles .blog-image.what-are-the-best-moving-companies-in-australia {
    background: url(/images/storage/what-are-the-best-moving-companies-in-australia.jpg) no-repeat center center;
}
.article-section .articles .blog-image.the-ultimate-moving-house-checklist {
    background: url(/images/storage/the-ultimate-moving-house-checklist.jpg) no-repeat center center;
}
.article-section .articles .blog-image.places-in-australia-you-need-to-consider-moving-interstate-to {
    background: url(/images/storage/8-places-in-australia-you-need-to-consider-moving-interstate-to.jpg) no-repeat center center;
}
.article-section .articles .blog-image.mattress-storage-tips {
    background: url(/images/storage/mattress-storage-tips.jpeg) no-repeat center center;
    background-size: cover;
}
.article-section .articles .blog-image.renovation-packing-tips {
    background: url(/images/storage/renovation-packing-tips.jpeg) no-repeat center center;
    background-size: cover;
}
.article-section .articles a {
    margin: 40px 30px 20px 30px;
    display: inline-block;
}
.article-section .articles label {
    font-family: Poppins;
    font-style: normal;
    font-weight: 600;
    font-size: 18px;
    color: #333333;
    line-height: 25px;
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 2;
}
.article-section .articles p {
    font-family: Roboto;
    font-style: normal;
    font-weight: 300;
    font-size: 16px;
    color: #333333;
    line-height: 150%;
    margin: 0 20px 25px 20px;
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 3;
}

.find-storage-section {
    background: #73CDE1;
    margin: 0 0 70px 0;
}
.find-storage-section .widget {
    width: 1190px;
    margin: 0 auto 0 auto;
    display: grid;
    grid-template-columns: 1fr 1fr;
    grid-gap: 50px;
    padding: 40px 0;
}
.find-storage-section .widget .col-1 label {
    font-family: Poppins;
    font-style: normal;
    font-weight: 300;
    font-size: 32px;
    line-height: 48px;
    color: #FFFFFF;
    margin: 0;
}
.find-storage-section .widget .col-1 label span {
    font-weight: 600;
}
.find-storage-section .widget .col-1 p {
    font-family: Poppins;
    font-style: normal;
    font-weight: 500;
    font-size: 20px;
    color: #FFFFFF;
    line-height: 30px;
}
.find-storage-section .widget .col-2 {
    display: -webkit-box;
    -webkit-box-pack: center;
    -webkit-box-align: center;
}
.find-storage-section .widget .col-2 .form-group {
    display: table;
    width: -webkit-fill-available;
}
.find-storage-section .widget .col-2 .form-group .section-search-input {
    display: table-cell;
    width: 80%;
}
.find-storage-section .widget .col-2 .form-group .section-search-button {
    display: table-cell;
    width: 20%;
}

.find-storage-section .widget .col-2 input[type=text] {
    display: -webkit-fill-available;
    width: 340px;
    height: 44px !important;
    border: 0;
    border-radius: 4px;
    padding: 0 15px 0 8px;
    font-family: Poppins;
    font-size: 16px;
    font-weight: 100;
}
.find-storage-section .widget .col-2 input[type=submit] {
    width: 170px;
    height: 44px !important;
    border: 0;
    border-radius: 4px;
    background: #F05B61;
    margin-left: 30px;
    font-family: Poppins;
    font-size: 16px;
    font-weight: 100;
    color: #FFFFFF;
    outline: none;
}

.links-section .widget {
    width: 1190px;
    margin: 0 auto 0 auto;
    padding: 0 0 70px 0;
}
.links-section .widget .headline {
    font-family: Poppins;
    font-style: normal;
    font-weight: 500;
    font-size: 32px;
    text-align: center;
    color: #333333;
    line-height: 40px;
}
.links-section .widget .locations {
    display: grid;
    grid-template-columns: 1fr 1fr 1fr 1fr;
    grid-gap: 30px;
    margin-top: 25px;
}
.links-section .widget .locations .item-link {
    padding: 20px 0 0 0;
    text-align: center;
}
.links-section .widget .locations .item-link label {
    font-family: Poppins;
    font-style: normal;
    font-weight: 400;
    font-size: 20px;
    color: #333333;
    margin: 0 0 15px 0;
}
.links-section .widget .locations .item-link a {
    display: inline-block;
    font-family: Poppins;
    font-style: normal;
    font-weight: 300;
    font-size: 16px;
    text-decoration-line: underline;
    color: #00B2DB;
    line-height: 22px;
    margin-bottom: 8px;
}

#howSpacerWorksVideo.modal { width: 560px; }
#howSpacerWorksVideo .modal-header { border-bottom: unset; }
#howSpacerWorksVideo .modal-header h4 { font-weight: 400; }
#howSpacerWorksVideo .modal-body { padding: 0 20px; }
#howSpacerWorksVideo .modal-body .youtube-player iframe { height: 293px; }
#howSpacerWorksVideo .modal-footer {
    border-top: unset;
    background-color: unset;
}
#howSpacerWorksVideo .modal-footer .btn-default {
    border: 1px solid #dadfe6;
    line-height: 1;
    height: 44px;
    font-family: Poppins;
    font-size: 16px;
}
#howSpacerWorksVideo .modal-footer .btn-primary {
    line-height: 1;
    margin-left: 0;
    font-family: Poppins;
    font-size: 16px;
}

@media (max-width:1280px) {
    .hero-banner-section .widget {
        width: 100%;
        margin: 0;
    }
    .hero-banner-section .widget .head-lines {
        width: 50%;
        margin-left: 35px;
    }
    .hero-banner-section .widget .storage-graphic {
        width: 50%;
        background-position-x: center;
        margin-right: 35px;
    }
    .benefits-section .widget {
        grid-template-columns: 1fr 1fr 1fr;
        width: unset;
        margin: 0 35px;
        padding: 50px 0;
    }
    .benefits-section .widget label br {
        display: none;
    }
    .reviews-section .widget {
        width: unset;
        margin: 0 35px;
        padding: 50px 0;
    }
    .reviews-section h2 {
        width: unset;
    }
    .faq-section .widget {
        width: unset;
        margin: 0 35px;
    }
    .storage-host-section .widget {
        width: unset;
        height: unset;
        grid-template-columns: 1fr 1fr;
    }
    .storage-host-section .right {
        padding: 40px 35px 40px 0;
    }
    .moving-supplies-section .widget {
        width: unset;
        padding: 60px 0;
    }
    .article-section .widget {
        width: unset;
    }
    .article-section .articles {
        margin: 30px 30px 0 30px;
    }
    .find-storage-section .widget {
        width: -webkit-fill-available;
        padding: 40px 30px;
        margin: 0;
        display: table;
        grid-template-columns: unset;
        grid-gap: unset;
    }
    .find-storage-section .widget .col-1 {
        display: table-cell;
        width: 50%;
    }
    .find-storage-section .widget .col-2 {
        display: table-cell;
        width: 50%;
        vertical-align: middle;
        padding-left: 50px;
        -webkit-box-pack: unset;
        -webkit-box-align: unset;
    }
    .links-section .widget {
        width: unset;
        margin: 0;
        padding: 0 30px 70px 30px;
    }
}
@media (max-width:1200px) {
    .hero-banner-section .widget .head-lines h2 { line-height: 25px; }
    .reviews-section h2 {
        font-size: 42px;
        line-height: 55px;
    }
    .moving-supplies-section .widget .moving-supplies {
        display: block;
        grid-template-columns: unset;
        grid-gap: unset;
        background-position-y: -80px;
    }
    .moving-supplies-section .widget .moving-supplies .col-2 {
        text-align: left;
        display: inline-flex;
        -webkit-box-pack: unset;
        -webkit-box-align: unset;
        padding: 20px 0 0 0;
    }
    .moving-supplies-section .widget .moving-supplies .col-2 .btn-moving-supplies { padding: 11px 30px; }
}
@media (max-width:1100px) {
    .reviews-section h2 {
        font-size: 40px;
        line-height: 45px;
    }
    .faq-section .faq-answer .table-sec.col3 { width: 80%; }
    .find-storage-section .widget { display: block; }
    .find-storage-section .widget .col-1 {
        display: block;
        width: 100%;
    }
    .find-storage-section .widget .col-2 {
        display: block;
        width: 100%;
        padding: 15px 0 0 0;
    }
    .find-storage-section .widget .col-2 .form-group { width: 550px; }
}
@media (max-width:1024px) {
    .hero-banner-section .widget .head-lines h1 {
        font-size: 40px;
        line-height: 50px;
    }
    .hero-banner-section .widget .head-lines input[type=submit] {
        width: 140px;
        margin-left: 20px;
        font-size: 15px;
    }
    .hero-banner-section .widget .storage-graphic {
        background-size: 462px 327px;
    }
    .storage-host-section .left {
        background-position-y: center;
    }
    .storage-host-section .right h3 span {
        display: inline;
    }
    .storage-host-section .right p {
        margin: 15px 0 0 0;
    }
}
@media (max-width:950px) {
    .hero-banner-section .widget .head-lines {
        width: 100%;
        margin: 30px 35px 20px 35px;
        padding: 0;
    }
    .hero-banner-section .widget .head-lines h1 {
        margin: 0;
        padding: 0 50% 0 0;
        background: url(/images/storage/graphic-selfstorage.svg) no-repeat right center;
        background-size: calc(100% - 60%);
    }
    .hero-banner-section .widget .head-lines.caravan-storage h1 {
        background: url(/images/storage/caravan-storage.svg) no-repeat right center;
        background-size: calc(100% - 60%);
    }
    .hero-banner-section .widget .head-lines .form-group { width: 570px; }
    .hero-banner-section .widget .head-lines input[type=submit] {
        width: 185px;
        margin-left: 25px;
        font-size: 16px;
    }
    .hero-banner-section .widget .storage-graphic {
        background: unset;
        display: none;
    }
    .faq-section .faq-answer .table-sec.col5 { 
        width: 100%;
        overflow: auto;
        white-space: nowrap;
    }
    .storage-host-section .widget {
        grid-gap: 40px;
    }
    .storage-host-section .right h3 {
        font-size: 30px;
    }
    .storage-host-section .right a.btn-host {
        padding: 15px 40px;
    }
    .storage-host-section .right .host-benefits { width: 100%; }
}
@media (max-width:900px) {
    .faq-section .faq-answer .table-sec.col3 { width: 90%; }
    .article-section .articles {
        grid-template-columns: 1fr 1fr;
    }
}
@media (max-width:835px) {
    .hero-banner-section .widget .head-lines h1, 
    .hero-banner-section .widget .head-lines.caravan-storage h1 { background-size: calc(100% - 53%); }
    .reviews-section .reviews-content {
        display: block;
        grid-template-columns: unset;
        grid-gap: unset;
        padding: 10px 0 0 0;
    }
    .reviews-section h2 {
        font-size: 35px;
        line-height: 45px;
    }
    .reviews-section .reviews-content .right { padding: 30px 0 0 0; }
    .widget-reviews { margin-top: 0 !important; }
    .faq-section h2 { margin: 0 35px 40px 35px; }
    .faq-section .widget {
        padding: 50px 0;
        margin: 0;
    }
    .faq-section .faq-field {
        padding: 15px 25px 15px 35px;
    }
    .faq-section .faq-field .faq-question {
        padding: 0 50px 0 0;
        font-size: 18px;
    }
    .faq-section .faq-answer {
        padding: 10px 35px 30px 35px;
    }
    .faq-section .faq-answer .table-sec.col2 { width: 70%; }
    .moving-supplies-section .widget .moving-supplies {
        background-size: 280px;
        background-position-y: center;
        padding: 40px 35px;
    }
    .links-section .widget .locations {
        grid-template-columns: 1fr 1fr 1fr;
        grid-gap: 20px;
    }
    .links-section .widget .locations .item-link label {
        margin: 0 0 10px 0;
    }
    .links-section .widget .locations .item-link a {
        margin-bottom: 5px;
    }
}
@media (max-width:768px) {
    .hero-banner-section .widget .head-lines .form-group { width: -webkit-fill-available; }
}
@media (max-width:750px) {
    .right { width: unset !important; }
}
@media (max-width:700px) {
    .moving-supplies-section .widget .moving-supplies { background-position-x: calc(100% + 15%); }
    .article-section .articles .blog-image { height: 180px; }
}
@media (max-width:650px) {
    .moving-supplies-section .widget .moving-supplies { background-position-x: calc(100% + 25%); }
    .find-storage-section .widget .col-2 .form-group { width: -webkit-fill-available; }
    #howSpacerWorksVideo.modal { width: -webkit-fill-available; }
    #howSpacerWorksVideo.modal.in {
        position: fixed;
        width: -webkit-fill-available;
        margin: auto 30px !important;
    }
}
@media (max-width:614px) {
    .hero-banner-section .widget { display: block; }
    .hero-banner-section .widget .head-lines {
        width: unset;
        margin: 0 35px 40px 35px;
    }
    .hero-banner-section .widget .head-lines h1, 
    .hero-banner-section .widget .head-lines.caravan-storage h1 {
        padding: 0;
        background: unset;
        background-size: unset;
        font-size: 36px;
        line-height: 47px;
    }
    .hero-banner-section .widget .head-lines input[type=submit] {
        width: 155px;
        margin-left: 20px;
        font-size: 15px !important;
    }
    .hero-banner-section .widget .storage-graphic {
        display: block;
        background: url(/images/storage/graphic-selfstorage.svg) no-repeat center center;
        background-size: calc(100% - 30%);
        width: unset;
        height: 260px;
        margin: 0 35px;
    }
    .hero-banner-section .widget .storage-graphic.caravan-storage {
        background: url(/images/storage/caravan-storage.svg) no-repeat center center;
        background-size: contain;
    }
    .benefits-section .widget {
        grid-template-columns: 1fr;
        grid-gap: 35px;
        padding: 35px 0;
    }
    .widget-reviews { margin: 0 !important; }
    .faq-section .faq-answer .table-sec.col2, 
    .faq-section .faq-answer .table-sec.col3, 
    .faq-section .faq-answer .table-sec.col5 { 
        width: 100%;
        font-size: 14px; 
    }
    .faq-section .faq-answer table tr th.fir { padding: 10px 10px 10px 15px; }
    .faq-section .faq-answer table tr th.mid { padding: 10px 10px 10px 0; }
    .faq-section .faq-answer table tr th.las { padding: 10px 15px 10px 0; }
    .faq-section .faq-answer table tr td.fir { padding: 10px 10px 0 15px; }
    .faq-section .faq-answer table tr td.mid { padding: 10px 10px 0 0; }
    .faq-section .faq-answer table tr td.las { padding: 10px 15px 0 0; }
    .faq-section .faq-answer table tbody tr:last-child td { padding-bottom: 10px; }
    

    .storage-host-section .widget { display: unset; }
    .storage-host-section .left {
        height: 400px;
        background-position-y: -355px;
    }
    .storage-host-section .right { padding: 40px 35px 40px 35px; }
    .moving-supplies-section .widget { padding: 15px 0 50px 0; }
    .moving-supplies-section .widget .moving-supplies { background-position-x: calc(100% + 40%); }
    .find-storage-section .widget .col-1 label {
        line-height: 38px;
        width: 320px;
        margin: 0 auto;
        text-align: center;
    }
    .find-storage-section .widget .col-1 p {
        line-height: 25px;
        width: 300px;
        margin: 15px auto 0 auto;
        text-align: center;
    }
    .find-storage-section .widget .col-2 { padding: 25px 0 0 0; }
    .links-section .widget .headline { font-size: 30px; }
    .links-section .widget .locations .item-link label { font-size: 18px; }
    .links-section .widget .locations .item-link a { font-size: 15px; }
}
@media (max-width:560px) {
    .hero-banner-section .widget .storage-graphic { height: 240px; }
    .moving-supplies-section .widget .moving-supplies { background-position-x: calc(100% + 60%); }
    .article-section .articles { grid-gap: 20px; }
    .article-section .articles .blog-image { height: 150px; }
    .article-section .articles label { 
        font-size: 16px; 
        line-height: 23px;
    }
    .article-section .articles a { margin: 20px 15px 5px 15px; }
    .article-section .articles p {
        margin: 0 15px 20px 15px;
        font-size: 14px;
    }
}
@media (max-width:530px) {
    .moving-supplies-section .widget .moving-supplies {
        background-size: 210px;
        background-position-x: calc(100% + 40%);
    }
}
@media (max-width:500px) {
    .hero-banner-section .widget .storage-graphic { height: 200px; }
    .hero-banner-section .widget .head-lines { margin: 0 25px 40px 25px; }
    .hero-banner-section .widget .head-lines .form-group { display: block; }
    .hero-banner-section .widget .head-lines .form-group .section-search-input {
        display: block;
        width: 100%;
    }
    .hero-banner-section .widget .head-lines .form-group .section-search-button {
        display: block;
        width: 100%;
    }
    .hero-banner-section .widget .head-lines input[type=submit] {
        width: 100%;
        margin: 15px 0 0 0;
        font-size: 16px !important;
    }
    .benefits-section .widget { margin: 0 20px; }
    .reviews-section .widget { margin: 0 20px; }
    .reviews-section h2 {
        font-size: 32px;
        line-height: 42px;
    }
    .faq-section .faq-field { padding: 15px 10px 15px 20px; }
    .faq-section .faq-answer { padding: 0 20px 30px 20px; }
    .storage-host-section .right { padding: 40px 20px 40px 20px; }
    .moving-supplies-section .widget h3 { 
        font-size: 30px;
        padding: 0 20px; 
    }
    .moving-supplies-section .widget .moving-supplies { padding: 40px 20px; }
    .moving-supplies-section .widget .moving-supplies .col-1 label { font-size: 30px; }
    .article-section .headline { padding: 0 30px 0 20px; }
    .article-section .articles { margin: 30px 20px 0 20px; }
    .find-storage-section .widget { padding: 40px 20px; }
    .find-storage-section .widget .col-2 .form-group { display: block; }
    .find-storage-section .widget .col-2 .form-group .section-search-input {
        display: block;
        width: 100%;
    }
    .find-storage-section .widget .col-2 .form-group .section-search-button {
        display: block;
        width: 100%;
    }
    .find-storage-section .widget .col-2 input[type=submit] {
        width: 100%;
        margin: 15px 0 0 0;
        font-size: 16px !important;
    }
    .links-section .widget .locations .item-link label {
        margin: 0 0 5px 0;
        font-size: 16px;
    }
    .links-section .widget .locations .item-link a { font-size: 14px; }
    #howSpacerWorksVideo .modal-body .youtube-player iframe { height: 200px; }
    #howSpacerWorksVideo .modal-footer .btn-default, 
    #howSpacerWorksVideo .modal-footer .btn-primary {
        font-size: 14px;
    }
}
@media (max-width:450px) {
    .hero-banner-section .widget .head-lines .form-group { display: block; }
    .hero-banner-section .widget .head-lines .form-group input[type=button] {
        width: 100%;
        margin: 20px 0 0 0;
    }
    .hero-banner-section .widget .storage-graphic {
        height: 175px;
        background-size: 250px;
    }
    .article-section .articles {
        grid-template-columns: 1fr;
        grid-gap: 35px;
    }
    .links-section .widget .locations {
        grid-template-columns: 1fr 1fr;
        grid-gap: 15px;
    }
    .links-section .widget .locations .item-link { padding: 10px 0 0 0; }
    #howSpacerWorksVideo .modal-footer .btn-default { display: none; }
    #howSpacerWorksVideo .modal-footer .btn-primary {
        display: block;
        width: 220px;
        padding: 0.75rem 0;
        margin: 0 auto;
    }
}
@media (max-width:430px) {
    .moving-supplies-section .widget .moving-supplies .col-1 label {
        font-size: 32px;
        line-height: 40px;
    }
    .moving-supplies-section .widget .moving-supplies .col-1 p { line-height: 50px; }
    .moving-supplies-section .widget .moving-supplies .col-2 { padding: 0; }
}
@media (max-width:400px) {
    .hero-banner-section .widget .head-lines h1 {
        font-size: 30px;
        line-height: 40px;
    }
    .hero-banner-section .widget .head-lines label { line-height: 22px; }
    .article-section .headline {
        line-height: 50px;
        font-size: 16px;
    }
}
@media (max-width:360px) {
    .moving-supplies-section .widget .moving-supplies {
        background-position-x: calc(100% + 80%);
    }
    .find-storage-section .widget .col-1 label {
        width: unset;
        margin: unset;
    }
    .find-storage-section .widget .col-1 p {
        width: unset;
        margin: unset;
    }
    .links-section .widget .locations {
        grid-template-columns: 1fr;
    }
    .links-section .widget .locations .item-link label { font-size: 18px; }
    .links-section .widget .locations .item-link a { font-size: 16px; }
    .links-section .widget .locations .item-link label { margin: 0 0 8px 0; }
}