html {
	scroll-behavior: smooth;
}

body {
	margin: 0;
	padding: 0;
	font-family: 'Helvetica Neue', 'Helvetica Neue LT', 'Helvetica', 'Roboto', 'Arial', sans-serif;
	font-size: 16px;
	font-weight: 400;
	color: #000;
	background-color: #FFF;
	overflow-x: hidden;
}

.clear:before, .container:before, .container:after, .row:after, .bg-white:before, .bg-white:after, .bg-secondary:before, .bg-secondary:after {
	content: '';
	display: table;
}

.container:after, .row:after, .bg-light:after, .bg-dark:after {
	clear: both;
}

*:before, *:after {
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
}

header, footer, main, nav, article {
	width: 100%;
	float: left;
	clear: both;
	display: block;
	box-sizing: border-box;
}

button, input, textarea, select {
	display: inline-block;
	font-family: inherit;
	font-weight: inherit;
	border: none;
	background-color: transparent;
	box-sizing: border-box;
	-webkit-appearance: none;
}

div {
	box-sizing: border-box;
}

h1, .h1 {
	margin: 0;
	padding: 16px 0;
	font-size: 42px;
	font-weight: 300;
	line-height: 1.21;
}

h1 .heading, .h1 .heading {
	font-size: 1.4em;
}

h2, .h2 {
	margin: 0;
	padding: 12px 0;
	font-size: 32px;
	font-weight: 300;
	line-height: 1.218;
}

h3, .h3 {
	margin: 0;
	padding: 8px 0;
	font-size: 24px;
	font-weight: 400;
	line-height: 1.3;
}

h4, .h4 {
	margin: 0;
	padding: 8px 0;
	font-size: 18px;
	font-weight: 600;
	line-height: 1.4;
}

a {
	color: #000;
	text-decoration: none;
	transition: all 500ms;
}

a:hover {
	color: #000;
	text-decoration: underline;
}

p {
	margin: 0;
	padding: 8px 0;
	line-height: 1.56;
}

p a {
	color: #000;
	text-decoration: underline;
}

p a:hover {
	color: #F00;
}

ol li a {
	text-decoration: none;
}

ul, ol {
	margin: 0;
	padding: 8px 0 8px 16px;
	line-height: 1.6;
}

b, strong, .strong {
	font-weight: 600;
}

hr {
	margin: 0;
	padding: 0;
	border-top: solid 1px #000;
	border-bottom: solid 1px #FFF;
}

.container {
	margin: 0 auto;
	padding: 0 32px;
	width: 100%;
	max-width: 1234px;
	box-sizing: border-box;
}

.header {
	margin-top: 240px;
	margin-bottom: 88px;
	position: relative;
}

.header.has-image {
	aspect-ratio: 4.5;
}

.header-image {
	width: 45%;
	height: 100%;
	max-width: 800px;
	position: absolute;
	top: 0;
	left: 55%;
	aspect-ratio: 1 / 1;
}

.header-image img {
	width: 100%;
	height: 100%;
	top: 0;
	left: 0;
	object-fit: cover;
}

.header-image-logo {
	position: absolute;
	bottom: -66px;
	left: -65px;
}

.header-image-logo img {
	display: block;
}

.header-button, p a.btn {
	margin-top: 20px;
}

.nav {
	width: 100%;
	position: fixed;
	top: 0;
	left: 0;
	z-index: 9;
	box-shadow: 0px 3px 6px #00000029;
}

.main-nav {
	padding: 19px 0;
	background-color: #FFF;
}

.sub-nav {
	padding: 5px 0;
	background-color: #EDEDED;
}

.nav-logo {
	width: 141px;
	display: flex;
	flex-grow: 0;
	flex-shrink: 0;
}

.logo {
	width: 100%;
	height: auto;
	display: block;
}

.nav-container {
	display: flex;
}

.nav-main {
	margin: 0 -16px 0 0;
	padding: 0;
	width: 80%;
	flex-grow: 1;
	display: flex;
	justify-content: flex-end;
	align-content: center;
	align-items: center;
	list-style: none;
}

.nav-main li a {
	margin: 0 16px;
	padding: 4px 16px;
	font-size: 18px;
	font-weight: 500;
	display: block;
}

.nav-main li a.active {
	color: #F00;
}

.nav-main li a:hover {
	text-decoration: none;
	color: #F00;
}

.nav-main li a.btn {
	padding: 15px 26px;
}

.list {
	padding: 4px 0;
	list-style: none;
}

.list li {
	padding-top: 4px;
	padding-bottom: 4px;
}

.list-inline {
	display: flex;
	flex-direction: row;
}

.list-inline li {
	margin-right: 30px;
}

.text-center .list-inline {
	justify-content: center;
}

.text-right .list-inline {
	justify-content: flex-end;
}

.text-right .list-inline li {
	margin-right: 0;
	margin-left: 30px;
}

.list-icon {
	padding-left: 0;
	list-style: none;
}

.list-icon li {
	margin: 5px 0;
	padding-left: 32px;
	background-size: 20px;
	background-repeat: no-repeat;
	background-position: 0 center;
}

.list-icon-check li {
	background-image: url('../images/icon-list-check.svg');
}

.list-icon-point li {
	background-image: url('../images/icon-list-point.svg');
}

.nav-sub {
	font-size: 14px;
}

.nav-sub.list-inline li {
	margin-left: 42px;
}

.nav-sub li a.active {
	text-decoration: underline;
}

.row {
	margin-left: -16px;
	margin-right: -16px;
	width: 100%;
	width: calc(100% + 32px);
	clear: both;
}

.row-equal-height {
	display: flex;
	flex-wrap: wrap;
}

.equal-height {
	display: flex;
	flex-direction: column;
}

.equal-height .pages-block {
	height: 100%;
}

.equal-height-align-middle {
	justify-content: center;
}

.col-0, .col-1, .col-2, .col-3, .col-4, .col-5, .col-6, .col-7, .col-8, .col-9, .col-10, .col-11, .col-12 {
	padding: 0 16px;
	min-height: 1px;
	float: left;
	box-sizing: border-box;
}

.col-12 {
	width: 100%;
}

.col-11 {
	width: 91.666%;
}

.col-10 {
	width: 83.666%;
}

.col-9 {
	width: 75%;
}

.col-8 {
	width: 66.666%;
}

.col-7 {
	width: 58.333%;
}

.col-6 {
	width: 50%;
}

.col-5 {
	width: 41.666%;
}

.col-4 {
	width: 33.333%;
}

.col-3 {
	width: 25%;
}

.col-2 {
	width: 16.666%;
}

.col-1 {
	width: 8.333%;
}

.col-0 {
	display: none;
}

.bg-padding, .bg-padding-sm, .bg-padding-sm-top, .bg-padding-sm-bottom, .bg-padding-md, .bg-padding-md-top {
	width: 100%;
	float: left;
	clear: both;
}

.bg-padding {
	padding-top: 70px;
	padding-bottom: 70px;
}

.bg-padding-top {
	padding-top: 70px;
}

.bg-padding-bottom {
	padding-bottom: 70px;
}

.bg-padding-xs {
	padding-top: 16px;
	padding-bottom: 16px;
}

.bg-padding-sm {
	padding-top: 32px;
	padding-bottom: 32px;
}

.bg-padding-sm-top {
	padding-top: 32px;
}

.bg-padding-sm-bottom {
	padding-bottom: 32px;
}

.bg-padding-md {
	padding-top: 60px;
	padding-bottom: 60px;
}

.bg-padding-md-top {
	padding-top: 60px;
}

.bg-secondary, .bg-dark, .bg-primary {
	width: 100%;
	float: left;
	clear: both;
}

.bg-primary {
	background-color: #F00;
}

.bg-secondary {
	color: #FFF;
	background-color: #406780;
}

.bg-dark {
	color: #FFF;
	background-color: #000;
}

.bg-white {
	background-color: #FFF;
}

.bg-light {
	background-color: #EDEDED;
}

.text-success {
	color: #0B0;
}

.text-primary {
	color: #F00;
}

.text-secondary {
	color: #406780;
}

.text-intro {
	font-size: 18px;
	line-height: 1.61;
}

.text-bold {
	font-weight: 700;
}

.text-center {
	text-align: center;
}

.text-right {
	text-align: right;
}

.text-underline, a.text-underline {
	display: inline-block;
	line-height: 23px;
	font-size: 18px;
	font-weight: bold;
	text-decoration: none;
	border-bottom: solid 4px currentColor;
	transition: color 500ms;
}

a.text-underline:hover {
	color: #F00;
	text-decoration: none;
}

.img-responsive {
	max-width: 100%;
	height: auto;
	display: block;
}

.text-center .img-responsive {
	margin-left: auto;
	margin-right: auto;
}

.heading {
	font-family: 'Formula1', 'Consolas', 'Monaco', monospace;
	font-weight: 400;
	line-height: 1.169;
	display: block;
}

.heading-tertiary {
	text-transform: uppercase;
	font-family: 'Barlow Condensed', 'Roboto Condensed', sans-serif;
	font-weight: 500;
	line-height: 1.14583;
	letter-spacing: -0.81px;
}

.img-rounded {
	border-radius: 8px;
}

.label {
	margin-top: 20px;
	margin-bottom: 4px;
	width: 100%;
	display: inline-block;
	clear: both;
	font-size: 12px;
}

.input {
	padding: 8px 12px;
	font-size: 1em;
	display: block;
	width: 100%;
	line-height: 1.5625;
	border-bottom: solid 1px #000;
}

select.input {
	padding-right: 32px;
	background-image: url('../images/icon-arrow.svg');
	background-position: 100% center;
	background-size: 16px auto;
	background-repeat: no-repeat;
}

.button-container {
	margin-left: -12px;
	margin-right: -12px;
}

.button-container .btn {
	margin: 8px 12px;
}

.btn, a.btn {
	margin: 0;
	padding: 19px 25px;
	display: inline-block;
	position: relative;
	font-family: inherit;
	font-size: 16px;
	font-weight: 500;
	line-height: 1.18;
	text-decoration: none;
	cursor: pointer;
	overflow: hidden;
	border: solid 1px #000;
	border-radius: 3em;
}

.btn:hover {
	border-color: #F00;
}

.btn-primary, a.btn-primary {
	color: #FFF;
	background-color: #F00;
	background-image: linear-gradient(76deg, #f00 0%, #f00 50%, #406780 100%);
	background-repeat: no-repeat;
	background-size: 200% auto;
	background-position: 0 0;
	border: none;
}

.btn-primary:hover, a.btn-primary:hover {
	color: #FFF !important;
	background-color: #F00;
	background-position: 100% 0;
}

.btn-secondary, a.btn-secondary {
	color: #000;
	background-color: transparent;
}

.btn-secondary:hover, a.btn-secondary:hover {
	color: #FFF;
	background-color: #406780;
	border-color: #406780;
}

.btn-white, a.btn-white {
	color: #FFF;
	background-color: transparent;
	border-color: #FFF;
}

.btn-white:hover, a.btn-white:hover {
	color: #000;
	background-color: #FFF;
	border-color: #FFF;
}

.block {
	display: block;
}

a.block {
	text-decoration: none;
}

a.block:hover .text-underline {
	color: #F00;
}

.block.bg-dark {
	color: #fff;
}

.block-text {
	padding: 24px 0;
}

.block-text .block-title {
	padding: 0;
}

.nav-btn {
	width: 42px;
	height: 42px;
	display: none;
	position: fixed;
	top: 31px;
	right: 20px;
	z-index: 10;
	background-image: url('../images/icon-menu.svg');
	background-size: contain;
	background-position: center;
	background-repeat: no-repeat;
	background-color: #406780;
	border-radius: 50%;
}

.nav-btn.close {
	background-image: url('../images/icon-menu-close.svg');
	background-color: #FFF;
}

.nav-mobile {
	min-height: 100%;
	position: fixed;
	display: none;
	left: 0;
	top: 0;
	z-index: 10;
}

.mobile-nav {
	padding: 0 48px;
	width: 100%;
	min-height: calc(100vh - 104px);
	display: flex;
	flex-direction: column;
	float: left;
	clear: both;
	box-sizing: border-box;
	overflow-y: auto;
}

.mobile-nav li {
	flex-grow: 1;
	flex-shrink: 0;
}

.mobile-nav li a {
	margin: 8px 0;
	display: inline-block;
	font-size: 24px;
	font-weight: 500;
	line-height: 1.2;
	color: #FFF;
}

.mobile-nav li a.active {
	
}

.mobile-nav a.btn {
	font-size: 21px;
	font-weight: 400;
}

.storage-caption {
	padding: 4px 26px;
	position: relative;
	display: flex;
	align-items: center;
	width: auto;
	z-index: 2;
}

.storage-image {
	margin: 0 auto;
	width: 190px;
	height: 190px;
	position: relative;
}

.storage-image img {
	width: 100%;
	height: 100%;
	position: absolute;
	top: 0;
	left: 0;
	transition: 500ms all;
	opacity: 1;
}

.storage-image .main {
	z-index: 1;
}

.storage-image .hover {
	opacity: 0;
	z-index: 2;
}

.storage-item:hover {
	color: #F00;
}

.storage-item:hover .hover {
	opacity: 1;
}

.quote {
	position: relative;
}

.quote-border {
	width: 205px;
	height: 16px;
	display: block;
	position: absolute;
	bottom: 0;
	left: 40%;
	left: calc(50% - 102.5px);
}

.slider-features .swiper-slide {
	padding-left: 16px;
    padding-right: 16px;
	width: 25%;
	box-sizing: border-box;
}

.features {
	position: relative;
}

.slider-nav {
	width: 40px;
	height: 40px;
	position: absolute;
	left: 0;
	top: 50%;
	top: calc(50% - 20px);
	background-image: url('../images/icon-arrow-prev.svg');
	background-position: center;
	background-repeat: no-repeat;
	background-size: 12px auto;
	z-index: 4;
}

.slider-nav-next {
	background-image: url('../images/icon-arrow-next.svg');
	left: initial;
	right: 0;
}

.feature-title {
	padding-top: 16px;
	padding-bottom: 2px;
}

.feature-icon {
	margin: 0 auto;
	width: 60px;
}

.pages-block {
	margin: 16px 0;
	padding: 31px 44px;
	display: flex;
	flex-direction: column;
	box-sizing: border-box;
}

a.pages-block {
	color: #FFF;
	text-decoration: none;
	background-image: url('../images/box-gradient.svg');
	background-position: 0 center;
	background-size: 333.33% auto;
	background-repeat: no-repeat;
}

a.pages-block:hover {
	background-position: 87.83% center;
	box-shadow: 0px 0px 20px #00000066;
}

.pages-block-title {
	font-size: 3em;	
}

.pages-block-text {
	font-size: 1.125em;
}

.pages-block-caption {
	font-size: 1.06em;
	min-height: 5em;
}

.pages-block-anchor {
	margin-top: auto;
	display: flex;
	align-self: flex-start;
	position: relative;
}

.pages-block-anchor:before {
	content: '';
	width: 100%;
	height: 4px;
	display: block;
	position: absolute;
	left: 0;
	bottom: 0;
	background-color: #FFF;
}

.about-image {
	position: relative;
}

.about-image-logo {
	position: absolute;
	top: 0;
	right: -65px;
}

.about-image-1 {
	padding-top: 66px;
}

.about-image-2 {
	margin-top: -22px;
}

.about-image-2 {
	margin-left: -8.33%;
	width: 108.33%;
}

.about-image-3 {
	margin-top: -147%;
	margin-left: 16.66%;
	width: 116.66%;
}

.locations {
	position: relative;
}

.locations:before {
	content: '';
	width: 100%;
	height: 8em;
	display: block;
	position: absolute;
	top: -1px;
	left: 0;
	background-color: #406780;
	z-index: -1;
}

.location-link {
	margin-right: 20px;
}

.boxes-list {
	margin: 0;
	padding: 0;
	list-style: none;
}

.boxes-content {
	padding: 2.5em;
	background-color: #FFF;
	box-shadow: 0px 0px 20px #00000033;
}

.boxes-content.hidden {
	display: none;
}

.boxes-content-mobile.hidden {
	display: none;
}

.boxes-content-image {
	padding-bottom: 2.2em;
}

.boxes-list-item, .boxes-content {
	margin: 18px 0 17px 0;
	width: 100%;
	float: left;
	clear: both;
}

.boxes-list-item {
	display: flex;
	cursor: pointer;
	transition: 500ms all;
}

.boxes-list-item:hover {
	box-shadow: 0px 0px 20px #00000033;
}

.boxes-list-item:hover .boxes-list-item-border {
	background-position: center 50%;
}

.boxes-list-item .boxes-list-item-title {
	padding: 0;
}

.boxes-list-item-text {
	padding: 24px;
	width: 99%;
	flex-grow: 1;
	background-color: #FFF;
}

.boxes-list-item-border {
	width: 16px;
	height: 9em;
	flex-grow: 1;
	flex-shrink: 0;
	background-image: linear-gradient(180deg, #F00 0%, #F00 33.33%, #406780 66.66%, #406780 100%);
	background-position: center 100%;
	background-repeat: repeat-x;
	background-size: auto 300%;
	background-color: #406780;
	transition: 500ms all;
}

.boxes-list-item.active {
	box-shadow: 0px 0px 20px #00000033;
}

.boxes-list-item.active .boxes-list-item-border {
	background-color: #F00;
	background-position: center 0;
}

.boxes-list-item-icon {
	margin-top: -13px;
	width: 19px;
	height: 13px;
	float: right;
	background-image: url('../images/icon-arrow.svg');
	background-repeat: no-repeat;
	background-size: contain;
	background-position: center;
	transition: 500ms all;
}

.active .boxes-list-item-icon {
	rotate: -180deg;
}

.properties {
	padding: 4px 0;
}

.property-item {
	padding: 4px 0;
}

.banner {
	padding: 3.2em;
	padding-top: 0;
}

.banner-logo {
	margin-bottom: 1em;
}

.banner-title-container {
	text-align: right;
}

.banner-title {
	font-size: 48px;
	line-height: 1.146;
}

.banner-text {
	font-size: 32px;
	font-weight: 300;
	line-height: 1.625;
}

.bannerImage {
	display: flex;
}

.bannerImage-text {
	padding: 2em;
	padding: calc(2em - 8px) 2em;
	display: flex;
	flex-direction: column;
	flex-grow: 1;
}

.bannerImage-image {
	margin: -2em 2em 2em 0;
	width: 50%;
	flex-grow: 0;
	flex-shrink: 0;
	float: right;
}

.bannerImage .pages-block-caption {
	min-height: auto;
	margin-bottom: auto;
}

.form-title {
	font-size: 48px;
}

.faq-container {
	margin-top: 3.75em;
	padding: 6em;
}

.faq-item {
	padding: 0 2em;
	border-bottom: solid #000 1px;
}

.faq-item.first {
	border-top: solid #000 1px;
}

.faq-question {
	padding: 1.66em 0;
	cursor: pointer;
	display: flex;
    align-items: center;
}

.faq-icon {
	margin-left: auto;
	padding-left: 1.66em;
}

.faq-icon svg {
	transition: all 500ms;
}

.faq-icon.rotated svg {
	transform: rotate(-45deg);
}

.faq-question.active, .faq-question.active:hover {
	color: #F00;
}

.faq-question:hover {
	color: #406780;
}

.faq-answer {
	padding-bottom: 1.66em;
}

.faq-answer.hidden {
	display: none;
}

.footer {
	font-size: 14px;
}

.footer a {
	color: #FFF;
}

.footer a:hover {
	color: #EDEDED;
}

.footer-list {
	padding: 2px 0;
	list-style: none;
}

.footer-list li {
	padding: 6px 0;
}

.footer-logo {
	margin: 8px 0;
	width: 141px;
	height: auto;
}

.social-media-link {
	margin-right: 10px;
	width: 30px;
	height: 30px;
	display: inline-block;
	background-size: contain;
	background-color: #FFF;
	border-radius: 50%;
}

.social-media-link:hover {
	background-color: #F00;
}

.social-media-link.facebook {
	background-image: url('../images/icon-facebook.svg');
}

.social-media-link.instagram {
	background-image: url('../images/icon-instagram.svg');
}

.social-media-link.linkedin {
	background-image: url('../images/icon-linkedin.svg');
}

.hidden-lg {
	display: none;
}

@media (max-width: 1249px) {

	.bannerImage-image {
		width: 60%;
	}

}

@media (max-width: 1149px) {

	.nav-main li a {
		padding-left: 0;
		padding-right: 0;
	}

	.nav-main li a.btn {
		padding-left: 16px;
		padding-right: 16px;
	}

}

@media (max-width: 1023px) {

	.main-nav {
		padding-top: 31px;
		padding-bottom: 31px;
	}

	.nav-logo {
		width: 120px;
	}

	.nav-main li a {
		font-size: 16px;
	}

	.header {
		margin-top: 151px;
	}

	.col-sm-12 {
		width: 100%;
	}

	.col-sm-11 {
		width: 91.666%;
	}

	.col-sm-10 {
		width: 83.333%;
	}

	.col-sm-9 {
		width: 75%;
	}

	.col-sm-8 {
		width: 66.666%;
	}

	.col-sm-7 {
		width: 58.333%;
	}

	.col-sm-6 {
		width: 50%;
	}

	.col-sm-5 {
		width: 41.666%;
	}

	.col-sm-4 {
		width: 33.333%;
	}

	.col-sm-3 {
		width: 25%;
	}

	.col-sm-2 {
		width: 16.666%;
	}

	.col-sm-1 {
		width: 8.333%;
	}

	.col-sm-0 {
		display: none;
	}

	.faq-container {
		padding-left: 2em;
		padding-right: 2em;
	}

}

@media (max-width: 949px) {

	.nav-main li a.btn {
		display: none;
	}

	.feature {
		padding-left: 32px;
		padding-right: 32px;
	}

	.slider-features .swiper-slide {
		width: 50%;
	}

}

@media (max-width: 767px) {

	h1, .h1 {
		font-size: 34px;
	}

	h2, .h2 {
		font-size: 32px;
	}

	h3, .h3 {
		font-size: 23px;
	}

	h1 .heading, .h1 .heading, .heading {
		font-size: 1.2em;
	}

	.header {
		margin-top: 0;
		margin-bottom: 0;
		padding-top: 0;
		padding-bottom: 0;
	}

	.header-image {
		margin-top: 30px;
		width: 100%;
		height: auto;
		position: relative;
		left: 0;
		aspect-ratio: 1.42 / 1;
	}

	.header-button {
		margin-bottom: 20px;
	}

	.button-container-xs {
		margin-bottom: 20px;
	}

	.nav {
		box-shadow: none;
		position: static;
	}

	.nav-logo {
		width: 97px;
	}

	.nav-btn {
		display: block;
	}

	.nav-main {
		margin: 16px 0;
		width: 100%;
		display: none;
		flex-direction: column;
		clear: both;
	}

	.sub-nav {
		display: none;
	}

	.container {
		padding-left: 20px;
		padding-right: 20px;
	}

	.col-0 {
		display: block;
	}

	.col-1, .col-2, .col-3, .col-4, .col-5, .col-6, .col-7, .col-8, .col-9, .col-10, .col-11, .col-12 {
		width: 100%;
	}

	.col-xs-12 {
		float: initial;
		clear: both;
	}

	.col-xs-11 {
		width: 91.666%;
	}

	.col-xs-10 {
		width: 83.333%;
	}

	.col-xs-9 {
		width: 75%;
	}

	.col-xs-8 {
		width: 66.666%;
	}

	.col-xs-7 {
		width: 58.333%;
	}

	.col-xs-6 {
		width: 50%;
	}

	.col-xs-5 {
		width: 41.666%;
	}

	.col-xs-4 {
		width: 33.333%;
	}

	.col-xs-3 {
		width: 25%;
	}

	.col-xs-2 {
		width: 16.666%;
	}

	.col-xs-1 {
		width: 8.333%;
	}

	.col-xs-0 {
		display: none;
	}

	.bg-padding {
		padding-top: 32px;
		padding-bottom: 32px;
	}

	.bg-padding-top {
		padding-top: 32px;
	}

	.bg-padding-bottom {
		padding-bottom: 32px;
	}

	.bg-padding-sm {
		padding-top: 16px;
		padding-bottom: 16px;
	}

	.pages-block {
		padding: 30px;
	}

	.block-text {
		padding: 16px 0;
	}

	.pages-block-title {
		font-size: 3em;
	}

	.quote {
		padding: 60px 0;
	}

	.quote h1, .quote .h1 {
		font-size: 42px;
	}

	.features.bg-padding {
		padding-bottom: 0;
	}

	.feature {
		padding: 32px;
		padding-bottom: 0;
	}

	.slider-features .swiper-slide {
		width: 100%;
	}

	.storage-caption {
		margin-top: -52px;
		height: 52px;
	}

	.storage-caption-placeholder {
		margin-top: 52px;
		height: 50px;
		clear: both;
	}

	.storage-item {
		padding: 10px 0;
	}

	.storage-image {
		width: 120px;
		height: 120px;
	}

	.about-image {
		margin: 0;
		width: 100%;
	}

	.about-image-2, .about-image-3 {
		display: none;
	}

	.locations {
		color: #FFF;
	}

	.locations:before {
		height: 100%;
	}

	.locations a {
		color: #FFF;
	}

	.boxes-list-item-border {
		height: auto;
	}

	.boxes-content-mobile.show, .active .boxes-content-mobile {
		display: block;
	}

	.banner {
		padding: 32px;
		padding-top: 0;
	}

	.banner-title-container {
		text-align: center;
	}

	.banner-title {
		font-size: 48px;
	}

	.banner-text {
		font-size: 25px;
	}

	.form-title {
		font-size: 35px;
	}

	.faq-container, .faq {
		padding: 0;
	}

	.faq.bg-light {
		background-color: transparent;
	}

	.faq-item {
		padding: 0;
	}

	.footer .list-inline {
		flex-flow: wrap;
	}

	.footer .list-inline li {
		margin-left: 15px;
		margin-right: 15px;
		flex-shrink: 0;
	}

	.footer {
		text-align: center;
	}

	.footer-logo {
		margin-left: auto;
		margin-right: auto;
	}

	.hidden-xs {
		display: none;
	}

	.visible-xs {
		display: block;
	}

}

@media (max-width: 374px) {

	h1, .h1 {
		font-size: 32px;
	}

	h2, .h2 {
		font-size: 28px;
	}

	h3, .h3 {
		font-size: 20px;
	}

	.mobile-nav {
		padding-left: 24px;
		padding-right: 24px;
	}

	.mobile-nav li a {
		font-size: 21px;
	}

	.mobile-nav a.btn {
		font-size: 18px;
	}

}

@media (min-height: 599px) {

	.mobile-nav {
		height: calc(100vh - 208px);
	}

}