@charset "UTF-8";
/* Fonts */


@font-face {
  font-family: 'Gotham';
  src: url("../fonts/gotham/GothamBold.eot");
  src: url("../fonts/gotham/GothamBold.eot?#iefix") format("embedded-opentype"), url("../fonts/gotham/GothamBold.woff") format("woff"), url("../fonts/gotham/GothamBold.ttf") format("truetype"), url("../fonts/gotham/GothamBold.svg#Gotham-Bold") format("svg");
  font-weight: bold;
  font-style: normal; }
@font-face {
  font-family: 'Gotham';
  src: url("../fonts/gotham/GothamBookRegular.eot");
  src: url("../fonts/gotham/GothamBookRegular.eot?#iefix") format("embedded-opentype"), url("../fonts/gotham/GothamBookRegular.woff") format("woff"), url("../fonts/gotham/GothamBookRegular.ttf") format("truetype"), url("../fonts/gotham/GothamBold.svg#Gotham-Bold") format("svg");
  font-weight: normal;
  font-style: normal; }

@font-face {
  font-family: 'SourceSansPro';
  src: url('../fonts/source-sans-pro/SourceSansPro-Light.eot?#iefix') format('embedded-opentype'),  url('../fonts/gotham/SourceSansPro-Light.otf')  format('opentype'),
  url('../fonts/source-sans-pro/SourceSansPro-Light.woff') format('woff'), url('../fonts/source-sans-pro/SourceSansPro-Light.ttf')  format('truetype'), url('../fonts/source-sans-pro/SourceSansPro-Light.svg#SourceSansPro') format('svg');
  font-weight: normal;
  font-style: normal;
}
@font-face {
  font-family: 'PingFang';
  src: url('../fonts/PingFang-SC-Regular.ttf')  format('truetype');
  font-weight: normal;
  font-style: normal;
}

body {
	font-family: 'Gotham',sans-serif;
	background-color: #F8F8F8;
}
* {
	color: #353535;
}
ul li {
	list-style: none;
}
h1, h2, h3, h4, h5, h6 {
	font-family: 'Gotham';
}
h3 {
	margin-bottom: 17px;
}
ul {
	margin: 0;
	padding: 0;
}
a, a:hover, a:active, a:visited, a:focus {
    text-decoration:none;
}
body input:active, body input:focus, body input:hover,body .form-control:focus{
	outline: none;
	box-shadow: none;
}
body select:active, body select:focus, body select:hover{
	outline: none;
	box-shadow: none;
}
button:focus {
	outline: none !important;
}
.gray-background {
	background-color: #F5F5F5 !important;
}
::-webkit-input-placeholder {
    color: #CACACA;
}
:-moz-placeholder {
   color: #CACACA;
   opacity:  1;
}
::-moz-placeholder {
   color: #CACACA;
   opacity:  1;
}
:-ms-input-placeholder {
   color: #CACACA;
}
::-ms-input-placeholder {
   color: #CACACA;
}
input {
	border: 1px solid transparent;
}
select::-ms-expand {
    display: none;
}
input:focus {
	border: 1px solid #79217F !important;
}
input.success {
	border: 1px solid #3c763d !important;
}
input.error {
	border: 1px solid #a94442 !important;
}
.only-mobile, .only-mobile-l {
	display: none;
}

/* === NEW === */

.fixed-header .header-call-us {
    display: block;
    margin-top: -10px;
}
.fixed-header a.header-call-number {
    font-size: 18px;
    margin-left: 20px;
}
.fixed-header a.header-call-number img.header-call-icon {
    width: 22px;
    margin-top: -5px;
}
.main-header.fixed-header .get-a-quote {
    margin-top: 3px;
    padding: 3px 0;
    width: 80%;
}
.fixed-header .fixed-number {
	width: 80%;
	text-align: center;
	float: left;
}
/* === end === */

/* === Header === */
#header {
	background-color: #fff;
}
.header-top-section {
	background-color: #ff8622;
	height: auto;
	min-height: 40px;
	padding: 0 21px
}
.header-top-menu {
	float: right;
	margin: 10px 0;
}
.header-top-menu li {
	float: left;
	margin: 0 7px;
	position: relative;
}
.header-top-menu li a {
	color: #fff;
	font-size: 12px;
	font-weight: bold;
}
.header-top-section .sub-menu {
	position: absolute;
	background-color: #ff8622;
	display: none;
	left: -7px;
	width: max-content;
	width: intrinsic;
	width: -moz-max-content;
	width: -webkit-max-content;
	z-index: 10;
}
.header-top-section .sub-menu li {
	float: none;
}
.header-top-section li:hover .sub-menu {
	display: block;
}
.main-header {
	padding: 30px;
	display: flex;
	border-bottom: 1px solid #FF8622;
	width: 100%;
}
.header-logo {
	float: left;
	width: 20%;
}
.header-logo img {
	width: 200px;
}
.main-header-menu {
	width: 60%;
	float: left;
	display: flex;
    align-items: center;
    justify-content: center;
}
.main-header-menu ul {
	padding: 0;
}
.main-header-menu > ul > li {
	display: block;
	float: left;
	margin: 0;
	line-height: 44px;
	position: relative;
}
.main-header-menu ul li a {
	color: #353535;
	font-weight: bold;
	padding: 19px 16px 14px 16px;
	font-size: 16px;
}
.main-header-menu > ul > li:hover a {
	background-color: #353535;
}
.main-header-menu > ul > li:hover a {
	color: #fff;
}
.main-header-menu > ul {
	position: relative;
}
.main-header-menu > ul > li:hover .dropdown-menu {
	display: block;
}
#menu-header-menu > li > .sub-menu {
	display: none;
}
.header-call-us {
	float: right;
	width: 20%;
	display: flex;
	align-items: center;
}
.call-us {
	display: inline;
}
.header-call-number {
	font-size: 24px;
	font-weight: bold;
	margin-left: auto;
}
.header-call-number-mobile {
	display: none;
}
.header-call-number img {
	width: 42px;
	margin-right: 8px;
}
.main-header .dropdown-menu {
	border: 0;
	margin: 0;
	background-color: #353535;
	border-radius: 0;
	padding-top: 12px;
	padding-bottom: 15px;
	padding-left: 5px;
	padding-right: 5px;
}
.main-header #menu-header-menu li#menu-item-31 .dropdown-menu {
	-moz-column-count: 3;
	-webkit-column-count: 3;
	-o-column-count: 3;
}
.main-header #menu-header-menu li:not(#menu-item-31) .dropdown-menu {
	width: 100%;
}
.main-header-menu .dropdown-menu a {
	color: #FFFFFF;
	font-family: 'Gotham';
	font-size: 12px;
	font-weight: 300;
	line-height: 24px;
}
.main-header-menu .menu-item-object-region > a {
	font-family: 'Gotham';
	font-size: 14px;
	font-weight: bold;
	line-height: 17px;
	padding: 19px 0;
	border-bottom: 1px solid #DDDDDD;
	display: flex;
	margin-bottom: 10px;
	line-height: 36px;
}
.main-header-menu .menu-item-object-region {
    padding: 0 20px;
    -webkit-break-inside: avoid-column;
    -moz-break-inside: avoid-column;
    -o-break-inside: avoid-column;
    break-inside: avoid-column;
    margin-bottom: 13px;
}
.main-header-menu .dropdown-menu > ul li {
	line-height: 24px;
}
.main-header-menu .dropdown-menu > ul > li {
	padding: 0 20px;
}
.main-header-menu .header-menu li:not(:first-child) .dropdown-menu > ul > li {
	padding: 0 14px;
}
.main-header-menu .dropdown-menu > ul li a {
    padding: 6px 0 6px 0;
    white-space: nowrap;
}
.open-mobile-menu {
	padding: 12px 7px;
	border: 2px solid #79217F;
	border-radius: 50%;
	height: 42px;
	width: 42px;
	background-color: #fff;
	z-index: 1011;
}
.open-mobile-menu .icon-bar {
    width: 25px;
    height: 2px;
    background-color: #FF8622;
    display: block;
    margin-bottom: 4px;
    -webkit-transition: -webkit-transform .5s;
    transition: -webkit-transform .5s;
    transition: transform .5s;
    transition: transform .5s, -webkit-transform .5s;
}
.open-mobile-menu .icon-bar:last-child {
	margin-bottom: 0;
}
.open-mobile-menu.close-mobile-menu .icon-bar:nth-of-type(1) {
    -webkit-transform: rotate(-45deg);
    -ms-transform: rotate(-45deg);
    transform: rotate(-45deg);
    margin-top: 5px;
}
.open-mobile-menu.close-mobile-menu .icon-bar:nth-of-type(2) {
    background-color: transparent;
}
.open-mobile-menu.close-mobile-menu .icon-bar:nth-of-type(3) {
    -webkit-transform: rotate(45deg);
    -ms-transform: rotate(45deg);
    transform: rotate(45deg);
    margin-top: -11px;
}
.mobile-menu {
    display: none;
    position: fixed;
    width: 100%;
    height: 100%;
    background-color: #F5F5F5;
    z-index: 1010;
    -webkit-transition: .5s ease;
    transition: .5s ease;
    border-left: 8px solid #79217F;
    padding-top: 85px;
    overflow-y: scroll;
}
.mobile-menu::-webkit-scrollbar {
    width: 0px;
    background: transparent;
}
.main-header-menu-mobile {
	display: block;
	width: 100%;
}
.main-header-menu-mobile > ul > li {
	width: 100%;
	padding-left: 55px;
	padding-top: 0;
	padding-bottom: 0;
	border-bottom: 1px solid #DDDDDD;
}
.main-header-menu-mobile > ul > li > a {
	display: block;
	line-height: 29px;
	font-size: 24px;
	padding: 20px 0;
	padding-right: 40px;
	position: relative;
	color: #353535;
	font-weight: bold;
}
.main-header-menu-mobile > ul > li:hover a {
	background: transparent;
	color: #353535;
}
#menu-header-mobile-menu > li > .sub-menu {
	position: relative;
	background-color: transparent;
	border: none;
	box-shadow: none;
	display: block;
	height: 0;
	overflow: hidden;
	padding: 0;
}
.main-header-menu-mobile .sub-menu >ul  {
	margin-bottom: 22px;
}
.main-header-menu-mobile .sub-menu > ul > li {
	line-height: 28px;	
	padding: 7px 0;
	line-height: 19px;
}
.main-header-menu-mobile .sub-menu .sub-menu li a {
	font-size: 16px;
	font-weight: 300;
	padding-left: 0;
	color: #353535;
}
.main-header-menu-mobile .sub-menu > li > a {
	font-size: 20px;
	font-weight: bold;
	line-height: 24px;
	color: #353535;
}
#menu-header-mobile-menu > li > .sub-menu > li {
	margin-bottom: 30px;
	margin-top: 10px;
}
#menu-header-mobile-menu .sub-menu .sub-menu li {
	padding-top: 8px;
}
.main-header-menu-mobile .sub-menu .menu-item-object-region > a {
	margin-bottom: 22px;
}
.main-header-menu-mobile a[aria-expanded="true"]:after {
	content: '';
	height: 1px;
	width: 320px;
	background-color: #79217F;
	display: grid;
	margin-top: 16px;
	margin-left: -55px;
}

.main-header.fixed-header {
	position: fixed;
	top: 0;
	background: #fff;
	z-index: 1010;
	display: none;
	padding-top: 20px;
	padding-bottom: 20px;
	max-height: 80px;
}
.main-header.fixed-header .header-logo img {
	width: 120px;
}
.main-header .get-a-quote {
	display: none;
}
.main-header.fixed-header .get-a-quote {
	display: block;
}
.main-header.fixed-header .get-a-quote {
	margin-top: 0;
}
.mobile-number-fixed {
	position: absolute;
    top: 0;
    right: 72px;
}
.mobile-number-fixed span {
	font-size: 56px;
	color: #FF8622;
}

/* Collapsed Navigation */
.collapsed-nav {
	padding: 15px 30px;
}
.collapsed-nav .get-a-quote {
	margin-top: 0;
}
.collapsed-nav .header-logo img {
	width: 123px;
	padding-top: 8px;
}

/* === Main Container (Wrapper) === */
.global-banner {
	background-color: #79217F;
	text-align: center;
}
.global-banner img {
	max-width: 100%;
	max-height: 140px;
}
/* == Who We Are == */
.who-we-are {
	background-color: #F4F4F4;
}
.who-we-are .container {
	padding: 79px 65px 80px 77px;
	display: flex;
	justify-content: center;
	align-items: center;
}
.wwa-image img {
	max-width: 339px;
}
.wwa-image, .wwa-right-side {
	float: left;
}
.wwa-right-side {
	padding-left: 74px;
	width: calc(100% - 339px);
}
a.wwa, .wwa {
	color: #79217F;
	font-family: 'Gotham';
	font-size: 14px;
	font-weight: 300;
	line-height: 20px;
}
.wwa-right-side h1 {
	color: #353535;
	font-size: 36px;
	font-weight: bold;
	line-height: 36px;
	margin-bottom: 15px;
}
.wwa-right-side h2 {
	color: #353535;
	font-size: 36px;
	font-weight: bold;
	line-height: 36px;
	margin-bottom: 15px;
}
.wwa-right-side .text-content {
	color: #353535;
	font-size: 16px;
	font-weight: 300;
	line-height: 24px;
	margin-top: 5px;
}
.text-content a {
	color: inherit;
	text-decoration: underline;
}
.who-we-are.inverse .wwa-image {
	float: right;
}
.who-we-are.inverse .wwa-right-side {
	padding-right: 74px;
	padding-left: 0;
}

/* == Locations Map == */
.locations-map {
	background-color: #fff;
}
.locations-map .container {
	padding: 35px 35px 40px 35px;
}
.locations-map .wwa, .locations-map h1 {
	text-align: center;
}
.locations-map h1 {
	margin-left: auto;
	margin-right: auto;
	color: #353535;
	font-family: 'Gotham';
	font-size: 36px;
	font-weight: bold;
	line-height: 36px;
	margin-bottom: 35px;
}
.locations-map .wwa, .locations-map h2 {
	text-align: center;
}
.locations-map h2 {
	margin-left: auto;
	margin-right: auto;
	color: #353535;
	font-family: 'Gotham';
	font-size: 36px;
	font-weight: bold;
	line-height: 36px;
	margin-bottom: 35px;
}
.map, .map-locations, .directions-map {
	height:400px;
	width:100%;
}
.account {
	text-align: center;
	padding: 25px;
	background-color: #f1f1f1;
}
.account-inner {
	width: 60%;
	margin: 0 auto;
}
.account-inner a img,
.account-links ul li a img {
	width: 28px;
	margin-right: 7px;
}
.account-inner a,
.account-links ul li a  {
	padding: 12px 5px;
	background-color: #fff;
	margin: 0 5px;
	border-radius: 4px;
	box-shadow: 0px 1px 5px #e0e0e0;
    -moz-box-shadow: 0px 1px 5px #e0e0e0;
    -webkit-box-shadow: 0px 1px 5px #e0e0e0;
}
.account-links {
	width: 60%;
	margin: 0 auto;
	overflow: auto;
	text-align: center;
	display: none;
}
.account-links ul li {
	display: inline-block;
	margin-bottom: 10px;
}
.account-links ul li a {
	display: block;
}
.account-links h2 {
	font-size: 25px;
}

/* == Our Capabilities */
.our-capabilities {
	background-color: #79217F;
}
.our-capabilities .container {
	padding: 79px 130px 75px 170px;
	color: #fff;
}
.lr-blocks {
	/*overflow: auto;*/
}
.our-capabilities .left-block {
	float: left;
	width: calc(100% - 339px);
	padding-right: 65px;
	padding-bottom: 10px;
}
.our-capabilities .right-block {
	width: 339px;
	float: right;
}
.our-capabilities .storage-block {
    width: 50%;
    height: 180px;
    float: left;
    text-align: center;
    padding: 0 20px;
    position: relative;
    background-repeat: no-repeat;
    background-size: 40%;
    background-color: #fff;
    background-position-x: center;
    background-position-y: calc(50% - 20px);
}
.our-capabilities .storage-block h2 {
    position: absolute;
    bottom: 10px;
    color: #353535;
    font-size: 20px;
    font-weight: bold;
    line-height: 24px;
    left: 0;
    right: 0;
    padding: 0 20px;
}
.our-capabilities .storage-block h3 {
    position: absolute;
    bottom: 10px;
    color: #353535;
    font-size: 20px;
    font-weight: bold;
    line-height: 24px;
    left: 0;
    right: 0;
    padding: 0 20px;
}
.our-capabilities .storage-block {
	border-bottom: 1px solid #79217F;
	border-right: 1px solid #79217F;
}
.our-capabilities h5 {
	color: #FFFFFF;
	font-size: 14px;
	font-weight: 300;
	line-height: 20px;
}
.our-capabilities h1 {
	color: #FFFFFF;
	font-size: 36px;
	font-weight: bold;
	line-height: 36px;
}
.our-capabilities h2 {
	color: #FFFFFF;
	font-size: 36px;
	font-weight: bold;
	line-height: 36px;
}
.our-capabilities .text-content p {
	color: #FFFFFF;
	font-size: 16px;
	font-weight: 300;
	line-height: 24px;
	margin-bottom: 22px;
}
.talk-to-expert {
	color: #353535;
	font-size: 16px;
	font-weight: bold;
	line-height: 24px;
	background-color: #fff;
	padding: 7px 37px;
	border-radius: 20px;
	margin-right: auto;
	display: table;
	margin-bottom: 10px;
}
.talk-to-expert:hover {
	color: #353535;
}
.space-calculate {
	color: #FFFFFF;
	font-size: 14px;
	font-weight: 300;
	line-height: 24px;
	text-decoration: underline;
	display: table;
}
.space-calculate:hover {
	color: #fff;
	text-decoration: underline;
}

/* == Homepage Intro ==*/
/* Top Intro */
.homepage-intro .top-intro  {
	position: relative;
	z-index: 0;
	height: 560px;
	overflow: auto;
	text-align: center;
	background-color: #353535;
	display: flex;
	justify-content: center;
	align-items: center;
}
.homepage-intro .background-after {
	position: absolute;
	content: "";
	opacity: 0.7;
	top: 0;
	bottom: 0;
	left: 0;
	right: 0;
	background-size: cover;
	background-position: center;
	background-color: #353535;
	z-index: -1;
}
.homepage-intro .top-intro h1 {
	/*max-width: 560px;*/
	color: #FFFFFF;
	font-size: 56px;
	font-weight: bold;
	line-height: 58px;
	margin-left: auto;
	margin-right: auto;
	text-align: center;
}
.homepage-intro .top-intro h4 {
	color: #FFFFFF;
	font-size: 20px;
	font-weight: bold;
	line-height: 36px;
	text-align: center;
	margin-top: 15px;
}
.homepage-intro .top-intro h2 {
	color: #FFFFFF;
	font-size: 20px;
	font-weight: bold;
	line-height: 36px;
	text-align: center;
	margin-top: 15px;
}
.find-location-form {
	max-width: 550px;
	margin-left: auto;
	margin-right: auto;
	margin-top: 40px;
	background-color: #F5F5F5;
	position: relative;
	overflow: auto;
	padding: 5px;
	position: relative; 
}
.location-icon {
	position: absolute;
	width: 12px;
	top: 15px;
	left: 22px;
}
.find-location-form input.form-control {
	color: #A6A6A6;
	font-family: "SourceSansPro";
	font-size: 16px;
	line-height: 27px;
	float: left;
	width: calc(100% - 170px);
	height: auto;
	padding-left: 40px;
	border: none;
}
.find-location-form .submit-button {
	height: 40px;
	width: 170px;
	color: #FFFFFF;
	font-size: 16px;
	font-weight: bold;
	line-height: 24px;
	background-color: #79217F;
	float: left;
	border: none;
}
span.or {
	color: #FFFFFF;
	font-size: 16px;
	font-weight: 300;
	line-height: 23px;
	text-align: center;
	display: block;
}
.top-intro .get-a-quote {
	background-color: #fff;
	color: #FF8622;
	display: inline-block;
	padding: 8px 40px;
	margin-top: 18px;
	transition: .3s all ease;
}
/*.top-intro .get-a-quote:hover {
	color: #FF8622;
}*/
.homepage-intro {
	background-color: #F4F4F4;
}
.homepage-intro .container,
.features-intro .container {
	position: relative;
	z-index: 2;
	padding: 80px;
	text-align: center;
}
.our-offers .wwa {
	text-align: center;
}
.our-offers h1 {
	color: #353535;
	font-size: 36px;
	font-weight: bold;
	line-height: 24px;
	text-align: center;
	margin-top: 28px;
}
.our-offers h2 {
	color: #353535;
	font-size: 36px;
	font-weight: bold;
	line-height: 24px;
	text-align: center;
	margin-top: 28px;
}
.intro-text{
	color: #353535;
	font-size: 16px;
	font-weight: 300;
	width: 60%;
	margin-right: auto;
	margin-left: auto;
	line-height: 24px;
	text-align: center;
	margin-top: 20px;
}
.offer-blocks {
	margin-top: 55px;
}
.offer-block {
	width: 20%;
	float: left;
	text-align: center;
}
.offer-block-img {
	height: 95px;
}
.offer-block-img img {
	width: 86px;
}
.offer-block h3 {
	color: #353535;
	font-size: 16px;
	font-weight: bold;
	line-height: 24px;
	text-align: center;
	padding: 0 25px;
	height: 48px;
}
.offer-block .short-info {
	color: #353535;
	font-size: 14px;
	font-weight: 300;
	line-height: 20px;
	text-align: center;
	padding: 0 18px;
}
.our-offers .get-a-quote {
	padding: 7px 35px;
	display: inline-block;
}
.homepage-intro input:focus {
	border: none !important;
}
/* == Map Section == */
.map-section .map-container {
	padding: 0;
	position: relative;
}
.map-section h1 {
	color: #1E1E1E;
	font-family: 'Gotham';
	font-size: 36px;
	font-weight: bold;
	line-height: 43px;
	position: absolute;
	bottom: 17px;
	left: 24px;
	z-index: 1;
}
.map-section h3 span {
	font-weight: 300;
}
.map-section .get-a-quote {
	position: absolute;
	bottom: 17px;
	right: 24px;
	z-index: 1;
}
.gm-style::before {
    content: '';
    position: absolute;
    height: 200px;
    left: 0;
    right: 0;
    bottom: 0;
    background: -webkit-linear-gradient(bottom, #fff 0, transparent 100%, transparent);
    background: -o-linear-gradient(bottom, #fff 0, transparent 100%, transparent);
    background: -moz-linear-gradient(bottom, #fff 0, transparent 100%, transparent);
    background: linear-gradient(bottom, #fff 0, transparent 100%, transparent);
    pointer-events: none;
}
body.single-location .gm-style::before  {
	z-index: 1;
}
/* == Information Section == */
section.information {
	background-color: #fff;
}
section.information .container {
	padding: 76px 44px 86px 44px;
}
.information .info-text {
	font-size: 20px;
	font-weight: 300;
	line-height: 36px;
	text-align: center;
	width: 80%;
	margin: 0 auto;
}
.information .info-boxes {
	margin-top: 55px;
}
.information .info-box {
	text-align: center;
}
.information .info-box p {
	font-size: 14px;
	font-weight: 300;
	line-height: 24px;
}
.information .info-box span {
	background-color: #FF8622;
	padding: 7px 16px;
	color: #fff;
	font-weight: bold;
}
.info-box-img {
	height: 90px;
}
.info-box-img img {
	width: 86px;
}
.info-box-detail {
	line-height: 25px;
}
.info-box-detail a, .info-box-detail a:hover {
	color: #353535;
}
.information .info-box h3 {
	font-family: 'Gotham';
	font-size: 20px;
	font-weight: bold;
	line-height: 24px;
	margin-bottom: 10px;
}
.office-hours .info-box-detail {
	margin-top: -4px;
}
/* == Storage Solutions == */
.storage-solutions {
	background: #FF8622;
}
.storage-solutions .container {
	padding: 75px 65px;
}
body.tax-region .storage-solutions {
	background: #79217F;
}
.storage-solutions .left-side h2  {
	color: #FFFFFF;
	font-family: 'Gotham';
	font-weight: bold;
	line-height: 24px;
	font-size: 24px;
}
.storage-solutions .left-side h3  {
	color: #FFFFFF;
	font-family: 'Gotham';
	font-weight: bold;
	line-height: 24px;
}
.storage-solutions .left-side p {
	color: #FFFFFF;
	font-family: 'Gotham';
	font-size: 16px;
	font-weight: 300;
	line-height: 24px;
}
.storage-solutions .left-side a {
	color: #fff;
	text-decoration: underline;
}
.storage-solutions .storage-types {
	padding-left: 10%;
}
.storage-types .storage-button {
	position: relative;
	margin-bottom: 8px;
	width: 298px;
	margin-left: auto;
	margin-right: auto;
	display: block;
	border: 1px solid transparent;
}
.storage-types .storage-button.selected-option {
	border: 1px solid #999;
}
.storage-types .storage-button button {
	width: 100%;
}
.storage-types .storage-button span {
	position: absolute;
	right: 24px;
	top: 22px;
	color: #79217F;
}
.storage-solutions .storage-types button,
.calculator .storage-types button {
	width: 100%;
	height: 64px;
	color: #353535;
	font-family: 'Gotham';
	font-size: 20px;
	font-weight: bold;
	line-height: 24px;
	background: #fff;
    padding: 20px 23px;
    border: none;
    text-align: left;
    transition: all .4s ease;
}
.page_storage-solutions .storage-solutions .container {
	background: #79217F;
	padding: 75px 65px;
}
.storage-types button:hover {
	color: #79217F;
}

/* == Features Section == */
section.features {
	background: #F4F4F4;
}
section.features .container {
	padding-top: 57px;
	padding-bottom: 55px;
	padding-left: 7%;
	padding-right: 7%;
}
.single-location section.features {
	background-color: #fff;
}
.page-storage-solutions section.features {
	background-color: #fff;
}
.page-about-us section.features .container {
	padding-left: 15%;
	padding-right: 15%;
}
.page_locations section.features .container  {
	background: #FFF;	
}
section.features h2 {
	color: #353535;
	font-family: 'Gotham';
	font-size: 24px;
	font-weight: bold;
	line-height: 24px;
	text-align: center;
}
section.features h3 {
	color: #353535;
	font-family: 'Gotham';
	font-size: 24px;
	font-weight: bold;
	line-height: 24px;
	text-align: center;
}
section.features .features-text {
	color: #353535;
	font-size: 16px;
	font-weight: 300;
	line-height: 24px;
	text-align: center;
}
.features-items {
	margin-top: 50px;
	text-align: center;
}
.features-item {
	width: 19%;
	text-align: center;
	margin-top: 25px;
	display: inline-block;
	vertical-align: top;
}
.page-about-us .features-item {
	width: 24%;
}
section.features .features-item h3 {
	color: #353535;
	font-family: 'Gotham';
	font-size: 16px;
	font-weight: bold;
	line-height: 24px;
	text-align: center;
	padding-top: 5px;
}
section.features .features-item h4 {
	color: #353535;
	font-family: 'Gotham';
	font-size: 16px;
	font-weight: bold;
	line-height: 24px;
	text-align: center;
	padding-top: 5px;
}
.features-item .oval {
	width: 96px;
	height: 96px;
	margin: 0 auto;
}
.features-item img {
	max-height: 85px;
	width: auto;
}

/* == Reviews Section == */
section.reviews {
	background: #F4F4F4;
}
section.reviews .container {
	padding-top: 58px;
	text-align: center;
	padding-bottom: 13px;
}
.reviews h2 {
	color: #353535;
	font-family: 'Gotham';
	font-size: 24px;
	font-weight: bold;
	line-height: 24px;
}
.reviews h3 {
	color: #353535;
	font-family: 'Gotham';
	font-size: 24px;
	font-weight: bold;
	line-height: 24px;
}
.review-text {
	font-size: 16px;
	font-weight: 300;
	line-height: 24px;
}
.review-stars {
	margin-top: 20px;
}
.owl-dots {
    margin-left: auto;
    margin-right: auto;
    margin-bottom: 0;
}
.owl-dot {
	width: 8px;
	height: 8px;
	border-radius: 100%;
	background: transparent;
	margin: 0 6px;
	border: 1px solid #79217F;
	display: inline-block;
}
.owl-dot.active {
	background-color: #79217F;
}
.reviews .owl-carousel .owl-stage-outer {
	margin-top: 15px;
	margin-bottom: 20px;
}
.reviews .owl-carousel.owl-drag .owl-item > div {
	margin: 0 auto;
	width: 65%;
}
.review-stars .icon {
	font-size: 20px;
}
.review-stars .icon:before {
	color: #FF8622;
}
.stars-4 i:last-child:before {
	color: #CACACA;
}
.stars-3 i:nth-child(n+4):before {
	color: #CACACA;
}
.stars-2 i:nth-child(n+3):before {
	color: #CACACA;
}
.stars-1 i:nth-child(n+2):before {
	color: #CACACA;
}
.owl-carousel.owl-drag .owl-item .review-text {
	color: #353535;
	font-size: 16px;
	font-weight: 300;
	line-height: 24px;
}
.owl-carousel.owl-drag .owl-item .review-author {
	color: #353535;
	font-size: 16px;
	font-weight: bold;
	line-height: 19px;
	margin-top: 20px;
	margin-bottom: 5px;
}
.owl-carousel.owl-drag .owl-item .review-date {
	color: #646464;
	font-size: 14px;
	font-weight: 300;
	line-height: 17px;
	text-align: center;
}
.owl-carousel.owl-drag .owl-item .google-ico  {
	margin-top: 15px;
}
.owl-carousel.owl-drag .owl-item .google-ico img {
	width: 28px;
	margin-left: auto;
	margin-right: auto;
}
.reviews .owl-dots {
	margin-top: 20px;
}
/* == Location slider == */
.location-slider {
	background-color: #fff;
}
.location-slider .container {
	padding: 0;
}
.location-slider-left {
	width: 50%;
	padding: 7%;
	padding-bottom: 0;
	float: left;
	min-height: 331px;
}
.location-slider-left h2 {
	color: #353535;
	font-family: 'Gotham';
	font-size: 24px;
	font-weight: bold;
	line-height: 32px;
	margin-bottom: 17px;
}
.location-slider-left h3 {
	color: #353535;
	font-family: 'Gotham';
	font-size: 24px;
	font-weight: bold;
	line-height: 32px;
	margin-bottom: 17px;
}
.location-slider-left li {
	list-style-type: disc;
	margin-left: 30px;
	margin-top: 10px;
}
.location-slider-right {
	width: 50%;
	float: left;
	height: auto;
}
#owl-loc .item img{
    display: block;
    width: 100%;
    height: auto;
}
#owl-loc {
	position: relative;
}
#owl-loc .owl-prev {
	position: absolute;
	left: 25px;
}
#owl-loc .owl-nav > div {
	background-color: #fff;
	border-radius: 50%;
	color: #353535;
	font-size: 20px;
	top: 45%;
	height: 40px;
	width: 40px;
}
#owl-loc .owl-nav > div:hover {
	background: rgba(255,255,255,.6);
}
#owl-loc .owl-nav .glyphicon {
	position: absolute;
	left: 0;
	right: 0;
	text-align: center;
	top: 10px;
}
#owl-loc .owl-next {
	position: absolute;
	right: 25px;
}
#owl-loc .owl-nav.disabled {
	/*display: inline-block;*/
}
#owl-loc .owl-dots {
	position: absolute;
	bottom: -2px;
	width: 100%;
	text-align: center;
}
#owl-loc .owl-dot {
	border: 1px solid #fff;
}
#owl-loc .owl-dot.active {
	background-color: #fff;
}
/*.owl-dots {
	display: none;
}*/

/* == Storage Locations == */
.storage-locations .container {
	padding: 0;
}
.single-storage {
	overflow: auto;
	position: relative;
}
.single-storage > div {
	height: auto;
}
.storage-details {
	padding: 48px 65px;
}
.single-storage:nth-child(even) .storage-details,
.page-storage-solutions .single-storage:nth-child(odd) .storage-details {
    background: #F4F4F4;
}
.single-storage:nth-child(odd) .storage-details,
.page-storage-solutions .single-storage:nth-child(even) .storage-details {
    background: #fff;
}
.storage-desc {
	margin-bottom: 20px;
}
.storage-contact {
	margin-bottom: 15px;
}
h2.storage-name {
	color: #353535;
	font-family: 'Gotham';
	font-size: 24px;
	font-weight: bold;
	line-height: 24px;
}
h3.storage-name {
	color: #353535;
	font-family: 'Gotham';
	font-size: 24px;
	font-weight: bold;
	line-height: 24px;
}
.storage-desc, .storage-email, .storage-phone {
	color: #353535;
	font-family: 'Gotham';
	font-size: 16px;
	font-weight: 300;
	line-height: 24px;
}
.storage-desc a {
	color: #353535;
	text-decoration: underline;
}
.storage-desc a:hover {
	color: #353535;
}
.storage-desc p {
	display: inline;
}
.storage-common-sizes li {
	color: #353535;
	font-family: 'Gotham';
	font-size: 14px;
	font-weight: 300;
	line-height: 28px;
	list-style: disc;
	margin-left: 45px;
}
.storage-details .get-a-quote {
	display: inline-block;
	margin-top: 32px;
}
.storage-details h4 {
	color: #353535;
	font-family: 'Gotham';
	font-size: 16px;
	font-weight: bold;
	line-height: 24px;
}
a.see-location {
	color: #353535;
	font-family: 'Gotham';
	font-size: 14px;
	font-weight: 300;
	line-height: 24px;
	text-decoration: underline;
}
.storage-image {
	background-size: cover;
	background-position: center;
	background-repeat: no-repeat;
	position: absolute;
	top: 0;
	right: 0;
	bottom: 0;
}
.storage-contact-icon, .storage-location-icon {
	float: left;
	width: 36px;
	margin-right: 20px;
}
.storage-address, .storage-contact {
	overflow: auto;
	margin-bottom: 20px;
	margin-top: 10px;
}
.storage-address {
	margin-bottom: 30px;
}
.storage-address p {
	font-size: 16px;
}
/* == Offers == */
section.offers {
}
section.offers .container {
	background-color: #353535;
	height: 440px;
	display: flex;
	padding: 0;
	position: relative;
	z-index: 0;
    text-align: center;
    align-items: center;
    justify-content: center;
}
section.offers .background-after {
	position: absolute;
	content: "";
	opacity: 0.4;
	top: 0;
	bottom: 0;
	left: 0;
	right: 0;
	background-size: cover;
	background-position: center;
	background-color: #353535;
	background-blend-mode: normal;
	z-index: -1;
}
.home section.offers .container {
	background-color: #353535;
}
.home section.offers .background-after {
	background-color: #353535;
	background-blend-mode: normal;
}
section.offers.nearby-suburb-template {
	height: auto;
}
section.offers.nearby-suburb-template .container {
	background-color: #FF8622;
	padding: 50px 0;
	height: auto;
}
section.offers.nearby-suburb-template .container::before {
	background-color: transparent;
}
section.offers.nearby-suburb-template .container .offers-text {
	margin-top: auto;
	color: #fff;
	font-size: 24px;
	font-weight: bold;
}
.offers-text {
	width: 55%;
	margin: 0 auto;
	text-align: center;
	z-index: 1010;
}
.offers-text  h3 {
	color: #FFFFFF;
	font-family: 'Gotham';
	font-size: 24px;
	font-weight: bold;
	line-height: 24px;
}
.offers-text p {
	color: #FFFFFF;
	font-family: 'Gotham';
	font-size: 16px;
	font-weight: 300;
	line-height: 24px;
	margin-bottom: 17px;
}
.page-about-us .offers-text p {
	font-size: 20px;
}
.offers-text a {
	text-decoration: underline;
	color: #fff;
}
.tax-region .offers-text a {
	text-decoration: none;
}

/* == Get a Quote Section == */
section.quote,
section.contact-us {
	background-color: #fff;
}
section.quote .container,
section.contact-us .container {
	text-align: center;
	padding-top: 25px;
	padding-bottom: 73px;
}
section.quote  h1,
section.contact-us h1 {
	color: #353535;
	font-family: 'Gotham';
	font-weight: bold;
	line-height: 24px;
}
section.quote p,
section.contact-us p {
	color: #353535;
	font-family: 'Gotham';
	font-size: 16px;
	font-weight: 300;
	line-height: 24px;
	margin: 0 auto;
	text-align: center;
}
section.quote p {
	width: 55%;
}
.page-about-us section.quote p {
	width: 80%;
}
.page-about-us section.quote h1 {
	font-size: 36px;
	margin-bottom: 18px;
}
.page-about-us section.quote h2 {
	font-size: 36px;
	margin-bottom: 18px;
	color: #353535;
    font-family: 'Gotham';
    font-weight: bold;
    line-height: 24px;
}
.quote-block,
.contact-us-block {
	margin-top: 20px;
}
.quote-block .map-locations {
	margin-top: 90px;
}
.quote-block-left,
.contact-us-block-left {
	position: relative;
}
.quote-form {
    margin-top: 30px;
    border-right: 1px solid #CACACA;
}
.contact-us-form {
	margin-top: 30px;
}
.hide-calculate-button .quote-block-left {
	margin-left: auto;
	margin-right: auto;
	float: none;
}
.hide-calculate-button .quote-form {
	border-right: none;
}
.quote-form .form-group, .contact-us-form .form-group {
    width: 340px;
    margin: 0 auto;
    margin-top: 18px;
    text-align: left;
    position: relative;
}
.form-control {
	box-shadow: none;
	-webkit-box-shadow: none;
	-moz-box-shadow: none;
}
.form-group label {
	color: #353535;
	font-family: 'SourceSansPro';
	font-size: 14px;
	line-height: 18px;
}
.form-group input {
	color: #000;
	font-family: 'SourceSansPro';
	font-size: 16px;
	line-height: 20px;
	background-color: #F5F5F5;
	height: 48px;
	border-radius: 0;
	border: 1px solid transparent;
}
.form-group select {
	background-color: #F5F5F5;
	height: 48px;
	border-radius: 0;
	border: none;
	color: #353535;
	-webkit-appearance: none;
    -moz-appearance: none;      
    appearance: none;
    font-size: 16px;
}
.form-group span {
	position: absolute;
	right: 17px;
	top: 42px;
	color: #79217F;
	font-size: 16px;
	font-weight: 900;
	pointer-events: none
}
.get-a-quote {
	color: #FFFFFF;
	font-family: 'Gotham';
	font-size: 16px;
	font-weight: bold;
	line-height: 24px;
	text-align: center;
	background-color: #FF8622;
	border: none;
	margin-top: 40px;
	padding: 7px 48px;
	-moz-border-radius: 25px;
	-webkit-border-radius: 25px;
	border-radius: 25px;
}
.offers-text .get-a-quote {
    display: inline-block;
    margin-top: 15px;
    text-decoration: none;
}
.get-a-quote:hover {
	color: #fff;
	background-color: #ff6d24;
}
.get-a-quote:active {
	color: #fff;
	background-color: #ffab24;
}
.get-a-quote.wb:hover,
.get-a-quote.wb:active {
	color: #ff8624;
	background-color: #fff;
}
.get-a-quote.wb {
	color: #000;
}
.calculate-button {
	margin-top: 58%;
	display: inline-block;
	color: #FFFFFF;
	font-family: 'Gotham';
	font-size: 16px;
	font-weight: bold;
	line-height: 24px;
	text-align: center;
	background-color: #FF8622;
	border: none;
	padding: 7px 36px;
	-moz-border-radius: 25px;
	-webkit-border-radius: 25px;
	border-radius: 25px;
}
.single-nearby-suburb .calculate-storage {
    height: auto !important;
}
.single-nearby-suburb .calculate-storage .calculate-button {
    margin-top: auto;
}
.calculate-button:hover,
.calculate-button:focus {
	color: #fff;
	background-color: #ff6d24;
}
.form-group .form-control {
	padding-left: 24px;
}
.calendar-icon {
	position: absolute;
	right: 12px;
	bottom: 10px;
	pointer-events: none;
}

.sent-form .calculate-storage {
	display: none;
}
.sent-form .quote-block-left {
	width: 100%;
}
.sent-form .quote-block-left .quote-form {
	border-right: none;
}
.sent-form .quote-block-left .quote-form:before {
	display: none;
}
/* == Sponsorship Section == */
.sponsorship .container {
	padding-left: 0;
	padding-right: 0;
}
.sponsorship-text {
	text-align: center;
	width: 55%;
	margin: 0 auto;
	padding: 40px 0;
	margin-bottom: 8px;
}
.sponsorship-text h2 {
	color: #353535;
	font-weight: bold;
	line-height: 24px;
	font-family: 'Gotham';
}
.sponsorship-text h3 {
	color: #353535;
	font-weight: bold;
	line-height: 24px;
	font-family: 'Gotham';
}
.sponsorship-text p {
	font-size: 16px;
	font-weight: 300;
	line-height: 24px;
}
.sponsorship-banner {
	height: 480px;
	background-position: center;
	background-size: cover;
	-moz-border-top-left-radius: 100% 35px;
	-webkit-border-top-left-radius: 100% 35px;
	border-top-left-radius: 100% 35px;
	-moz-border-top-right-radius: 100% 35px;
	-webkit-border-top-right-radius: 100% 35px;
	border-top-right-radius: 100% 35px;
	/*clip-path: ellipse(150% 100% at 50% 0);
  	-webkit-clip-path: ellipse(150% 100% at 50% 0);*/
}
.privacy-policy {
	margin-top: 5px;
}
.privacy-policy a {
	font-size: 12px;
}

/* == Personal Storage == */
.self-storage {
	display: flex;
	height: 440px;
	padding: 0;
    position: relative;
	z-index: 0;
    text-align: center;
	background-color: rgba(255, 134, 34, 1);
	display: flex;
	align-items: center;
	justify-content: center;
}
.self-storage .offers-text p {
	line-height: 36px;
}
.self-storage .background-after {
	position: absolute;
	content: "";
	opacity: 0.4;
	top: 0;
	bottom: 0;
	left: 0;
	right: 0;
	background-size: cover;
	background-position: center;
	background-color: rgba(255, 134, 34, 1);
	background-blend-mode: overlay;
	z-index: -1;
}
.self-storage .get-a-quote {
	margin-top: 10px;
	display: inline-block;
	background-color: #fff;
	color: #FF8622;
	margin-bottom: 11px;
}
.self-storage .offers-text h3,
.self-storage .offers-text h1 {
	color: #FFFFFF;
	font-family: 'Gotham';
	font-size: 36px;
	font-weight: bold;
	line-height: 43px;
	text-align: center;
}
.offers-text h2 {
    color: #FFFFFF;
    font-family: 'Gotham';
    font-size: 24px;
    font-weight: bold;
    line-height: 24px;
}
.help-me-chose {
	color: #FFFFFF;
	font-family: 'Gotham';
	font-size: 16px;
	font-weight: 300;
	text-align: center;
	display: block;
	text-decoration: underline;
	clear: both;
}
.help-me-chose:hover {
	color: #fff;
	text-decoration: underline;
}

/* Gallery Section */
section.gallery .container {
	padding: 0;
}

/* Find Locator */
section.find-locator {
	background-color: #fff;
}
section.find-locator .container {
	text-align: center;
	padding: 42px 110px 80px 110px;
}
section.find-locator .container h3 {
	font-weight: bold;
}
section.find-locator .container h2 {
	font-weight: bold;
	font-size: 24px;
	font-family: 'Gotham';
}
.found-single-location h3 {
	margin: 7px 0;
	font-size: 20px;
}
section.find-locator input.postcode {
	width: 510px;
	margin: 0 auto;
	background: #F5F5F5;
	margin-top: 40px;
	color: #A6A6A6;
	height: 48px;
}
section.find-locator p {
	color: #353535;
	font-family: 'Gotham';
	font-size: 16px;
	font-weight: 300;
	line-height: 24px;
	text-align: center;
}
section.find-locator .get-a-quote {
	padding-top: 10px;
	padding-bottom: 10px;
}
.locations-search-results {
	margin-top: 40px;
	overflow: auto;
	width: 80%;
	margin-left: auto;
	margin-right: auto;
}
.locations-search-results > div {
	padding: 0 4px;
}
.found-single-location {
	background-color: #F4F4F4;
	padding: 24px;
	padding-top: 14px;
	margin-bottom: 8px;
	text-align: left;
	transition: all .5s ease;
	cursor: pointer;
}
.single-location-address {
	color: #353535;
	font-size: 14px;
	font-weight: 300;
	line-height: 17px;
}
.found-single-location:hover,
.found-single-location.selected-nearby-location {
	background-color:#79217F;
}
.found-single-location:hover *,
.found-single-location.selected-nearby-location * {
	color: #fff;
}

/* Storage FAQ */
section.storage-faq {
	background: #F4F4F4;
}
section.storage-faq .container {
	padding-left: 13%;
	padding-right: 13%;
	padding-top: 60px;
	padding-bottom: 80px;
}
.storage-faq h3
 {
	color: #353535;
	font-family: 'Gotham';
	font-size: 24px;
	font-weight: bold;
	line-height: 24px;
	text-align: center;
}
.storage-faq h2
 {
	color: #353535;
	font-family: 'Gotham';
	font-size: 24px;
	font-weight: bold;
	line-height: 24px;
	text-align: center;
}
.storage-faqs-info {
	color: #353535;
	font-size: 16px;
	font-weight: 300;
	line-height: 24px;
	text-align: center;
	padding: 0 10px;
	margin: 55px;
}
.single-faq {
	width: 100%;
	background-color: #fff;
	padding: 20px;
	margin-bottom: 2px;
}
.single-faq .fa-question {
	color: #353535;
	font-size: 16px;
	font-weight: bold;
	line-height: 19px;
	cursor: pointer;
}
.single-faq .faq-answer {
	color: #353535;
	font-size: 14px;
	font-weight: 300;
	line-height: 20px;
	margin-top: 20px;
}
.single-faq .faq-answer a {
	color: #833289;
	text-decoration: underline;
}

/* Caluclator Section */
section.calculator {
	background-color: #fff;
}
section.calculator .container {
	padding: 0;
}
.calculator-steps {
	overflow: auto;
	border-bottom: 1px solid #F5F5F5;
	overflow: hidden;
}
.calculator-single-step {
	
}
.calculator-step {
	width: 20%;
	float: left;
	padding: 25px 24px 0 24px;
	height: 72px;
	display: flex;
	justify-content: center;
	align-items: center;
}
.calculator-step a {
	font-size: 16px;
	text-decoration: underline;
	color: #AEAEAE;
	font-weight: bold;
}
.step-number-div {
    float: left;
    margin-right: 5px;
    height: 55px;
    margin-top: -2px;
}
.past-step .step-number-div {
	margin-top: 0;
}
.step-number {
	display: inline-block;
	width: 24px;
	height: 24px;
	text-align: center;
	padding: 1px;
	border-radius: 50%;
	border: 2px solid #AEAEAE;
	font-weight: bold;
	margin-left: 5px;
	color: #AEAEAE;
}
.for-loading-icon {
	position: absolute;
	visibility: hidden;
}
.current-step .step-number {
	border-color: #FF8622;
	color: #FF8622;
	background-color: #fff;
}
.calculator-step-details {
	padding: 30px 0 112px 0;
	text-align: center;
}
.calculator-step-details h1 {
    color: #353535;
    font-family: 'Gotham';
    font-size: 36px;
    font-weight: bold;
    text-align: center;
    margin-bottom: 20px;
}
.calculator-desc {
	font-size: 16px;
	font-weight: 300;
	line-height: 24px;
	text-align: center;
	margin-left: 13%;
    margin-right: 13%;
    margin-bottom: 20px;
}
.calculator-step-details .storage-types {
	margin-top: 75px;
	overflow: auto;
}
.calculator-step-details .storage-types div:nth-child(odd) > * {
	float: right;
}
.calculator-step-details .storage-types div:nth-child(even) > * {
	float: left;
}
.calculator-step-details .storage-types  button {
	background-color: #F5F5F5;
}
.storage-types-2 {
	margin-left: auto;
	margin-right: auto;
	width: 610px;
	overflow: auto;
}
.storage-types-2 .col-md-6 {
	padding-left: 4px;
	padding-right: 4px;
}
.storage-types-2 select.form-control {
	margin-bottom: 0;
	width: 100%;
}
a.storage-step-back {
	color: #353535;
	font-size: 12px;
	font-weight: 300;
	line-height: 24px;
	float: left;
	margin-left: 5px;
	text-decoration: underline;
	margin-top: 8px;
}
.storage-types-2 .icon-arrow-left {
	float: left;
	font-size: 8px;
	margin-top: 17px;
}
.steps-selected-value {
	font-size: 12px;
	color: #858585;
	white-space: nowrap;
}
.past-step {
	background-color: #fff;
}
.current-step {
	background-color: #fff7f0;
}
.past-step a {
	font-weight: bold;
	text-decoration: underline;
}
.completed-step a {
	color: #79217F;
}
.current-step a {
	border-bottom: none;
	color: #FF8622;
	text-decoration: none;
}
.completed-step .step-number {
	display: none;
}
.step-done-symbol {
    height: 24px;
    width: 24px;
    padding: 2px;
    background-color: #79217F;
    text-align: center;
    border-radius: 50%;
    display: none;
}
.current-step .step-done-symbol {
	background-color: #FF8622;
}
.completed-step .step-done-symbol {
	display: inline-block;
}
.step-done-symbol span {
	color: #fff;
	font-size: 21px;
	display: inline-flex;
}
.pick-location {
	width: 510px;
	margin-left: auto;
	margin-right: auto;
	margin-top: 75px;
	position: relative;
	margin-bottom: 30px;
}
.pick-location input {
	padding: 22px;
	height: 65px;
	color: #353535;
}
.pick-location .near-me {
	position: absolute;
	top: 20px;
	right: 25px;
}
input.form-control::-webkit-input-placeholder,
input.form-control:-moz-placeholder,
input.form-control::-moz-placeholder,
input.form-control:-ms-input-placeholder,
input.form-control::-ms-input-placeholder {
	color: #CACACA;
}
.pick-location .near-me a {
	color: #353535;
	font-family: "SourceSansPro";
	font-size: 16px;
	line-height: 20px;
	text-decoration: underline;
}
.pick-location .near-me img {
	width: 12px;
	margin-right: 10px;
}
.skip-choosing {
	font-size: 12px;
	font-weight: 300;
	line-height: 24px;
	text-align: center;
	text-decoration: underline;
	color: #353535;
	margin-bottom: 30px;
	display: block;
	margin-top: 15px;
}
a.skip-choosing:hover {
	color: #353535;
}
.choose-results {
	margin-left: 28%;
	margin-right: 28%;
	font-size: 20px;
	font-weight: bold;
	line-height: 24px;
	text-align: center;
	margin-top: 32px;
	margin-bottom: 25px;
}
.calculator #googleMap {
	margin-bottom: 50px;
	margin-top: 25px;
}
.calculator .get-a-quote {
	padding-top: 11px;
	padding-bottom: 11px;
}
.calculator .locations-search-results {
	width: 65%;
}
.calculator .found-single-location h3 {
	text-align: left;
	margin-bottom: 9px;
	font-weight: 500;
}
.spaces-carousel {
	width: 90%;
	margin-left: auto;
	margin-right: auto;
	margin-top: 80px;
	margin-bottom: 35px;
}
.spaces-carousel .owl-stage-outer {
	width: 100%;
}
.spaces-carousel .owl-dots {
	display: none;
}
.step-carousel-item {
	height: 160px;
	background-color: #F5F5F5;
	margin: 4px;
	padding: 10px 20px 14px 20px;
	position: relative;
	cursor: pointer;
}
.spaces-carousel-new .step-carousel-item {
	height: 105px;
}
.spaces-carousel-new  .step-carousel-item h4 {
	font-size: 16px;
	font-weight: normal;
}
.spaces-carousel-new .step-carousel-item {
	border: 1px solid #DEDEDE;
	background-color: #fff;
	display: -webkit-flex;
	display: -moz-flex;
	display: -ms-flex;
	display: -o-flex;
	display: flex;
	align-items: center;
	justify-content: center;
}
.spaces-carousel-new .steps-carousel-nav {
	top: 27%;
}
.spaces-carousel-new .step-carousel-item.selected-option {
	border: 4px solid #ff843a;
}
.spaces-carousel-new .selected-option h4,
.spaces-carousel-new .selected-option .step-item-sizes {
	color: #ff843a;
}
.spaces-carousel-new .selected-option h4 {
	font-weight: bold;
}
.steps-carousel {
	position: relative;
}
.steps-carousel-nav {
	position: absolute;
	top: 35%;
	height: 0;
	width: 0;
	border-top: 24px solid transparent;
	border-bottom: 24px solid transparent;
}
.steps-carousel-prev {
	left: -42px;
	border-right: 24px solid #DEDEDE;
}
.steps-carousel-next {
	right: -42px;
	border-left: 24px solid #DEDEDE;
}
.steps-carousel-next:hover {
	border-left-color: #833289;
}
.steps-carousel-prev:hover {
	border-right-color: #833289;
}
.step-carousel-item .step-item-sizes {
	position: absolute;
	bottom: 11px;
	text-align: center;
	left: 0;
	right: 0;
	font-size: 12px;
	font-weight: 300;
	line-height: 14px;
}
.step-carousel-item h4 {
	font-size: 20px;
	font-weight: bold;
	line-height: 24px;
	text-align: center;
}
.step-carousel-item.selected {
	background-color: #833289;
}
.step-carousel-item.selected * {
	color: #fff;
}
#selected-space-details {
	width: 680px;
	margin-left: auto;
	margin-right: auto;
	overflow: auto;
}
#selected-space-details .space-text-info {
	padding: 32px;
	text-align: left;
}
#selected-space-details .space-text-info h4 {
	font-size: 20px;
	font-weight: bold;
	margin-bottom: 0;
}
.step-item-info {
	margin-top: 25px;
}
#selected-space-details > * {
	padding: 0;
	float: none;
}
#selected-space-details .col-md-6 {
	display: table-cell;
}
#selected-space-details {
	margin-top: 30px;
	overflow: auto;
	margin-bottom: 40px;
	display: table;
}
#selected-space-details .space-info-text {
	padding: 35px 30px;
}
#selected-space-details .space-info-img {
	vertical-align: middle;
}
#selected-space-details iframe {
	border-width: 0;
	width: 100%;
}
#selected-space-details img {
	max-width: 100%;
}
.steps-carousel .owl-nav .owl-prev.disabled,
.steps-carousel .owl-nav .owl-next.disabled {
   display: none;
}
.embed-responsive-4by3 {
	padding-bottom: 0;
}
.calc-steps-checkboxes {
	margin-bottom: 40px;
	margin-top: 72px;
}
.steps-checkbox {
	width: 510px;
	height: 64px;
	margin-right: auto;
	margin-left: auto;
	margin-bottom: 14px;
	background-color: #F5F5F5;
	text-align: left;
	display: table;
	position: relative;
}
.steps-checkbox input {
	position: absolute;
	letter-spacing: 20px;
}
.steps-checkbox.checked {
	background: #79217F;
}
.steps-checkbox.checked label {
	color: #fff;
}
.steps-checkbox label {
	font-size: 16px;
	font-weight: bold;
	line-height: 19px;
	display: table-cell;
	vertical-align: middle;
	padding-left: 110px;
}
.steps-checkbox [type="checkbox"]:not(:checked),
.steps-checkbox [type="checkbox"]:checked {
  position: absolute;
  left: -9999px;
}
.steps-checkbox [type="checkbox"]:not(:checked) + label,
.steps-checkbox [type="checkbox"]:checked + label {
  position: relative;
  cursor: pointer;
}

.steps-checkbox [type="checkbox"]:not(:checked) + label:before,
.steps-checkbox [type="checkbox"]:checked + label:before {
  content: '';
  position: absolute;
  left: 24px; top: 22px;
  width: 1.25em; height: 1.25em;
  border: 2px solid #ccc;
  background: #fff;
  border-radius: 4px;
  box-shadow: inset 0 1px 3px rgba(0,0,0,.1);
}
.steps-checkbox [type="checkbox"]:not(:checked) + label:after,
.steps-checkbox [type="checkbox"]:checked + label:after {
  content: "\e013";
  font-family: 'Glyphicons Halflings';
  position: absolute;
  top: 28px; left: 29px;
  font-size: 10px;
  line-height: 0.8;
  color: #79217F;
  transition: all .2s;
}
.steps-checkbox [type="checkbox"]:not(:checked) + label:after {
  opacity: 0;
  transform: scale(0);
}
.steps-checkbox [type="checkbox"]:checked + label:after {
  opacity: 1;
  transform: scale(1);
}

.steps-checkbox label:hover:before {
  border: 2px solid #4778d9!important;
}
.calculator form .form-group {
	width: 340px;
	text-align: left;
	margin-left: auto;
	margin-right: auto;
}
#choose-results .directions-map {
	margin-bottom: 35px;
	margin-top: 30px;
}
.steps-mobile {
	display: none;
	text-align: left;
	padding: 15px;
}
.space-needed {
	color: #353535;
	font-family: "SourceSansPro";
	font-size: 14px;
	line-height: 18px;
	margin-bottom: 4px;
}
.steps-option select {
	height: 48px;
	width: 327px;
	background-color: #F5F5F5;
	border: 0;
	padding-left: 24px;
	font-size: 16px;
	color: #353535;
	width: 100%;
	-webkit-appearance: none;
    -moz-appearance: none;      
    appearance: none;
}
.storage-hidden-spaces {
	display: none;
}
.steps-option {
	position: relative;
	margin-bottom: 45px;
}
.steps-option span.glyphicon {
	position: absolute;
	right: 16px;
	top: 38px;
	color: #79217F;
	font-size: 24px;
	font-size: 18px;
}
/* Confirmation Section */
.confirmation .container {
	border: 1px solid #F0F0F0;
	background-color: #fff;
	margin-top: 65px;
	padding: 70px 15% 110px 15%;
	text-align: center;
}
.confirmation .container h1 {
	color: #353535;
    font-family: 'Gotham';
    font-size: 36px;
    font-weight: bold;
    line-height: 42px;
    text-align: center;
    margin-bottom: 30px;
}
.confirmation .calculator-desc {
	margin-left: auto;
	margin-right: auto;
}
.confirmer {
	margin-bottom: 50px;
	height: 240px;
	background-color: #F5F5F5;
	margin-top: 75px;
	text-align: left;
}
.confirmer-img {
	background-size: cover;
	background-repeat: no-repeat;
	background-position: center;
	height: 100%;
	width: 35%;
	float: left;
}
.about-confirmer {
	padding: 32px 35px;
	width: 65%;
	float: left;
}
.confirmer-name {
	font-size: 20px;
	font-weight: bold;
	line-height: 24px;
}
.confirmer-info {
	margin-top: 20px;
	font-size: 14px;
}
.confirmer-poss {
	margin-top: 5px;
}
.confirmer-info-b {
	margin-right: 10px;
	width: 70px;
	float: left;
	font-weight: bold;
}
.confirmation .get-a-quote {
	padding-top: 11px;
	padding-bottom: 11px;
}

/* Closest Suburbs */
.closest-suburbs .container {
	background-color: #F4F4F4;
	padding: 25px 64px 50px 64px;
}
.closest-suburbs h3 {
	color: #353535;
	font-size: 24px;
	font-weight: bold;
	line-height: 24px;
	margin-left: 5px;
}
.closest-suburbs a {
	color: #353535;
	text-decoration: underline;
	font-size: 16px;
	font-weight: 300;
	line-height: 24px;
}

/* == Blocks == */
.blocks {
	background-color: #fff;
}
.blocks .container {
	padding: 0;
}
.blocks-title {
	height: 160px;
	overflow: auto;
	position: relative;
	z-index: 0;
    text-align: center;
	background-color: rgba(255, 134, 34, 1);
	margin-top: 64px;
}
.blocks-title .background-after {
	position: absolute;
	content: "";
	opacity: 0.4;
	top: 0;
	bottom: 0;
	left: 0;
	right: 0;
	background-size: cover;
	background-position: center;
	background-color: rgba(255, 134, 34, 1);
	background-blend-mode: overlay;
	z-index: -1;
}
.blocks-title h1 {
	color: #FFFFFF;
	font-size: 36px;
	font-weight: bold;
	line-height: 43px;
	text-align: center;
	margin-top: 55px;
}
section.blocks.selling-blocks h2 {
    text-align: center;
    color: #000000;
    font-size: 36px;
    font-weight: bold;
    line-height: 43px;
    text-align: center;
    margin-top: 55px;
}
.block-items {
	margin-top: 80px;
	padding: 0 25px;
	margin-bottom: 60px;
	overflow: hidden;
}
.block-item {
	padding: 0 12px;
	margin-bottom: 22px;
}
.block-item-image {
	width: 100%;
	text-align: center;
}
.block-item-image img {
	max-width: 100%;
	height: 220px;
}
.block-item-bottom {
	height: 220px;
	background-color: #F5F5F5;
	padding: 20px 24px;
	position: relative;
}
.selling-blocks .block-item-bottom {
	height: 130px;
}
.block-item-name {
	color: #353535;
	font-size: 20px;
	font-weight: bold;
	line-height: 24px;
}
.block-item-price {
	color: #353535;
	font-size: 20px;
	font-weight: bold;
	line-height: 24px;
	margin-top: 10px;
}
.block-item-text {
	color: #353535;
	font-size: 14px;
	font-weight: 300;
	line-height: 20px;
	border-top: 1px solid #DDDDDD;
	margin-top: 15px;
	padding-top: 15px;
}
.selling-blocks .block-item-text {
	border-top: 0;
	margin-top: 0;
}
.selling-blocks .buy-now {
	display: block;
	max-width: 180px;
	text-align: center;
	position: absolute;
	bottom: 30px;
	left: 0;
	right: 0;
	margin-right: auto;
	margin-left: auto;
}

/* Simple Section */
.simple-section {
	background-color: #fff;
}
.simple-section .container {
	padding-top: 60px;
	padding-bottom: 65px;
}
.simple-section h3 {
	color: #353535;
	font-size: 24px;
	font-weight: bold;
	line-height: 24px;
	text-align: center;
}
.simple-section p {
	color: #353535;
	font-size: 16px;
	font-weight: 300;
	line-height: 24px;
	text-align: center;
	max-width: 800px;
	margin-left: auto;
	margin-right: auto;
}
.simple-section img {
	max-width: 100%;
	height: auto;
}

/* About Offers */
.about-offers .container {
	background-color: #F4F4F4;
	border-right: 1px solid #F0F0F0;
	border-left: 1px solid #F0F0F0;
	padding: 55px 120px 80px 120px;
}
.about-offers h3 {
	color: #353535;
	font-size: 24px;
	font-weight: bold;
	line-height: 24px;
	text-align: center;
}
.about-offers .offer-block h3 {
	color: #353535;
	font-size: 16px;
	font-weight: bold;
	line-height: 24px;
	text-align: center;
}

/* == Blog == */
.blog-section {
	background-color: #fff;
}
.blog-section .container {
	padding-left: 0;
	padding-right: 0;
	/*margin-top: 64px;*/
}
.blog-header,
.blog-article-header {
    background-size: 100%;
    background-position: center;
    position: relative;
    z-index: 1;
    overflow: auto;
    text-align: center;
    display: table;
    background-repeat: no-repeat;
    width: 100%;
}
.blog-header {
	height: 162px;
	position: relative;
	z-index: 0;
    text-align: center;
	background-color: rgba(255, 134, 34, 1);
}
.blog-article-header {
	height: 360px;
	position: relative;
	z-index: 0;
    text-align: center;
	background-color: rgba(255, 134, 34, 1);
}
.blog-header .background-after,
.blog-article-header .background-after {
    position: absolute;
	content: "";
	opacity: 0.4;
	top: 0;
	bottom: 0;
	left: 0;
	right: 0;
	background-size: cover;
	background-position: center;
	background-color: rgba(255, 134, 34, 1);
	background-blend-mode: overlay;
	z-index: -1;
}
.blog-header h1,
.blog-article-header h1 {
	display:table-cell;
	vertical-align:middle;
	color: #fff;
	font-weight: bold;
}
.blog-article-header h1 {
	display: block;
	text-align: center;
	max-width: 50%;
	margin-left: auto;
	margin-right: auto;
	margin-top: 150px;
}
.blog-posts {
	margin-top: 80px;
	background-color: #fff;
	padding-left: 30px;
	padding-right: 30px;
}
.blog-posts h2 {
    display: table-cell;
    vertical-align: middle;
    font-weight: bold;
    padding-bottom: 20px;
}
.blog-post {
	margin-bottom: 25px;
	padding-left: 12px;
	padding-right: 12px;
	min-height: 490px;
}
.blog-posts-inner {
	overflow: auto;
}
.blog-pagination {
	display: flex;
	justify-content: center;
	margin-top: 22px;
	margin-bottom: 72px;
}
.ras-pagination li, .ras-pagination li a {
	float: left;
}
.ion-arrow-right-b:before,
.ion-arrow-left-b:before {
	font-size: 22px;
	margin-top: -3px;
}
.ras-pagination li .page-numbers {
	color: #353535;
	font-family: Gotham;
	font-size: 14px;
	font-weight: 300;
	line-height: 17px;
	margin: 0 4px;
	padding: 1px 5px;
}
.ras-pagination .page-numbers.current {
	color: #FF8622;
	border: 1px solid #FF8622;
}
.blog-posts .post-content {
	background-color: #F5F5F5;
	overflow: auto;
	padding: 25px;
	height: 310px;
	overflow: hidden;
}
.blog-post img {
	height: 232px;
	width: 100%;
}
.blog-post h3 {
	color: #353535;
	font-size: 20px;
	font-weight: bold;
	line-height: 24px;
	margin-top: 5;
	min-height: 60px;
}
.blog-post p {
	color: #353535;
	font-size: 14px;
	font-weight: 300;
	line-height: 20px;
	margin-bottom: 20px;
}
.blog-post a {
	color: #353535;
	font-family: 'SourceSansPro';
	font-size: 16px;
	line-height: 20px;
	text-decoration: underline;
}
.blog-post .blog-title {
	text-decoration: none;
}
.blog-article-content {
	max-width: 650px;
	margin-left: auto;
	margin-right: auto;
	margin-top: 70px;
	margin-bottom: 35px;
}
.blog-article-content p {
	color: #353535;
	font-size: 16px;
	font-weight: 300;
	line-height: 24px;
	margin-bottom: 40px;
	margin-top: 10px;
}
.blog-article-content img {
	width: 130%;
	margin-left: -15%;
	margin-bottom: 65px;
}
.blog-posts h1 {
	color: #1E1E1E;
	font-size: 36px;
	font-weight: bold;
	line-height: 43px;
	text-align: center;
	margin-bottom: 45px;
}

/* CN Page */
body.page-cn h1,
body.page-cn h4,
body.page-cn h2,
body.page-cn h3
body.page-cn p {
	font-family: 'PingFang';
	font-weight: 600 !important;
}
body.page-cn p {
	font-weight: lighter;
}
body.page-cn .get-a-quote {
	font-weight: 600 !important;
}
body.page-cn .top-intro .get-a-quote {
	background-color: #FF8622;
	color: #fff;
}
body.page-cn .offer-block {
	width: 50%;
}

/* === Footer === */
/* Footer Section*/
section.footer .container {
	background-color: #F5F5F5;
	padding-top: 35px;
	padding-bottom: 32px;
	padding-left: 135px;
	padding-right: 135px;
}
.footer-info-menu, .footer-location-menu {
	width: 50%;
	float: left;
}
section.footer h5, section.footer h5 a {
	color: #353535;
	font-weight: bold;
	line-height: 17px;
	margin-bottom: 16px;
}
section.footer li a {
	color: #353535;
	font-size: 12px;
	font-weight: 300;
	line-height: 24px;
}
.col-info-menu {
	margin-bottom: 15px;
}
.menu-divider {
	height: 1px;
	background-color: #DDDDDD;
	width: 80%;
	margin-top: 11px;
	margin-bottom: 11px;
}
.footer-location-menu {
	-webkit-column-count: 3;
	-moz-column-count: 3;
	column-count: 3;
}
.col-location-menu {
	-webkit-break-inside: avoid-column;
    -moz-break-inside: avoid-column;
    -o-break-inside: avoid-column;
    break-inside: avoid-column;
    display: inline-block;
    width: 100%;
    margin-bottom: 20px;
}
/* Footer */
#footer {
	background-color: #F8F8F8;
	text-align: center;
}
#footer .social-icons {
	padding: 40px 0;
	border-bottom: 1px solid #DDDDDD;
	width: 70%;
    margin: 0 auto;
}
#footer .social-icons a {
	margin: 0 5px;
}
#footer .social-icons img {
	width: 40px;
}
.under-footer {
	padding: 31px 0;
}
img.member-logo {
	width: 73px;
	margin-bottom: 14px;
}
.under-footer p {
	color: #353535;
	font-size: 12px;
	font-weight: 300;
	line-height: 12px;
}


/* New Homepage */
.capabilities-with-locations-map {
	padding-top: 77px;
	padding-bottom: 115px;
	background-color: #fff;
}
.locations-map-col,
.capabilities-col {
	padding: 0 7%;
}
.capabilities-col h1 {
	margin-bottom: 20px;
	font-size: 43px;
	line-height: 1em;
	color: #353535;
	font-family: 'Gotham';
	font-weight: bold;
}
.locations-map-col h1 {
	font-size: 43px;
	line-height: 1em;
	color: #353535;
	font-family: 'Gotham';
	font-weight: bold;
	margin-bottom: 30px;
}
.capabilities-col .get-a-quote {
	display: inline-block;
	margin-top: 30px;
}
.capabilities-col p {
	line-height: 1.3em;
}
.storage-blocks {
	overflow: hidden;
	border: 2px solid #79217F;
	margin-top: 25px;
	display: inline-block;
}
.storage-single-block {
	height: 98px;
	width: 98px;
    float: left;
    text-align: center;
    padding: 0 20px;
    position: relative;
    background-repeat: no-repeat;
    background-size: 44%;
    background-color: #fff;
    background-position-x: center;
    background-position-y: calc(50% - 20px);
    border-left: 1px solid #79217F;
    border-right: 1px solid #79217F;
}
.storage-single-block:last-child {
	border-right: 0;
}
.storage-single-block:first-child {
	border-left: 0;
}
.storage-single-block h4 {
	position: absolute;
    bottom: 2px;
    color: #353535;
    font-size: 13px;
    font-weight: bold;
    line-height: 17px;
    left: 0;
    right: 0;
    padding: 0 20px;
}
section.calculate-now {
	background-color: #79217F;
	height: 153px;
	display: -webkit-flex;
	display: -moz-flex;
	display: -ms-flex;
	display: -o-flex;
	display: flex;
	align-items: center;
}
.calculate-now h2 {
	float: left;
	color: #fff;
	margin: 0;
	font-weight: bold;
	font-size: 29px;
}
.calculate-now-button {
	float: right;
	margin-top: 0;
}
.calculate-now-inner {
	padding: 0 7%;
}
.calculate-now-inner h2 {
	font-size: 20px;
	width: 100%;
	text-align: center;
}
.calculate-now-inner img {
	width: 40px;
}
.calculate-now-inner a {
	color: #fff;
	font-size: 24px;
}
.features-with-quotes {
    background: -moz-linear-gradient(left, rgba(255,255,255,1) 0%, rgba(255,255,255,1) 50%, transparent 50%, transparent 100%);
    background: -webkit-gradient(left top, right top, color-stop(0%, rgba(255,255,255,1)), color-stop(50%, rgba(255,255,255,1)), color-stop(51%, transparent), color-stop(100%, transparent));
    background: -webkit-linear-gradient(left, rgba(255,255,255,1) 0%, rgba(255,255,255,1) 50%, transparent 50%, transparent 100%);
    background: -o-linear-gradient(left, rgba(255,255,255,1) 0%, rgba(255,255,255,1) 50%, transparent 50%, transparent 100%);
    background: -ms-linear-gradient(left, rgba(255,255,255,1) 0%, rgba(255,255,255,1) 50%, transparent 50%, transparent 100%);
    background: linear-gradient(to right, rgba(255,255,255,1) 0%, rgba(255,255,255,1) 50%, transparent 50%, transparent 100%);
}
.quotes-fwq {
	background-color: #fff;
	padding-bottom: 65px;
	padding-top: 65px;
	margin-top: 1px;
}
.quotes-fwq .quote-form {
	border-right: 0;
	width: calc(100% - 40px);
	margin: 0 auto;
}
.quotes-fwq .quote-form .form-group {
	border-right: 0;
	width: 100%;
}
.quotes-fwq h1,
.features-fwq h1 {
	color: #353535;
    font-family: 'Gotham';
    font-weight: bold;
    line-height: 42px;
    text-align: center;
    width: 75%;
    margin-left: auto;
    margin-right: auto;
    font-size: 35px;
}
.quotes-fwq h1 {
	margin-bottom: 17px;
}
.quotes-fwq .privacy-policy {
	text-align: center;
}
.quotes-fwq .get-a-quote {
	display: block;
	margin-right: auto;
	margin-left: auto;
}
.quotes-fwq .quote-form form {
	padding-right: 50px;
}
.features-fwq {
	padding-top: 65px;
	padding-bottom: 65px;
}
.features-fwq .intro-text {
	width: 82%;
	margin-top: 15px;
}
.features-fwq .offer-block {
	width: 33%;
	margin-bottom: 50px;
}
.features-fwq .offer-block .short-info {
	padding: 0 5px;
}
.features-fwq .offer-block h3 {
	padding: 0 15px;
}
.features-fwq .see-all-features {
	display: -webkit-flex;
	display: -moz-flex;
	display: -ms-flex;
	display: -o-flex;
	display: flex;
	justify-content: center;
	align-items: center;
}
.features-fwq .see-all-features a {
	display: inline-block;
	font-size: 16px;
	line-height: 14px;
	margin-top: 70px;
	padding: 13px 40px;
}

/* Calculator Section */
.calculator-section {
	position: relative;
	overflow: hidden;
}
.calculator-left {
	width: 65%;
	float: left;
}
.calculator-main {
	display: -webkit-flex;
	display: -moz-flex;
	display: -ms-flex;
	display: -o-flex;
	display: flex;
	align-items: center;
	justify-content: center;
	height: 400px;
}
.calculator-main-in {
	width: 100%;
}
.step-3-left .calculator-main-in,
.step-4-left .calculator-main-in {
	text-align: center;
}
.step-3-left .step-item-info {
	margin-top: 15px;
}
.calculator-main-in .get-a-quote {
	display: inline-block;
}
.step-3-left .skip-choosing {
	margin-bottom: 0;
	margin-top: 0;
}
.step-3-left .get-a-quote {
	margin-top: 5px;
}
.step-1-left .nearest-location-name {
	text-align: center;
	font-size: 20px;
    font-weight: bold;
}
.step-1-left .location-continue-button {
	text-align: center;
}
.step-1-left .location-continue-button .get-a-quote {
	margin-top: 10px;
}
.calculator-carousel-content {
	width: 90%;
	margin-left: auto;
	margin-right: auto;
	margin-top: 15px;
}
.spaces-carousel-new .steps-carousel-prev {
	left: -25px;
	border-right-width: 17px;
}
.spaces-carousel-new .steps-carousel-next {
	right: -25px;
	border-left-width: 17px;
}
.spaces-carousel-new .steps-carousel-nav {
	border-top-width: 17px;
    border-bottom-width: 17px;
    top: 35%;
}
.step-item-desc {
	text-align: center;
}
.step-item-desc h4 {
	font-size: 13px;
}
.step-item-desc span {
	font-size: 10px;
}
.spaces-carousel-new {
	position: relative;
	margin-bottom: 10px;
}
.calculator-right {
	width: auto;
	height: 100%;
	top: 0;
	left: calc(50% + 170px);
	position: absolute;
	overflow: hidden;
}
.calculator-right img {
	height: 100%;
}
.steps-bar {
	border-bottom: 1px solid #ededed;
	height: 78px;
	position: relative;
}
.steps-bar:after {
    position: absolute;
    content: '';
    left: -200%;
    width: 200%;
    height: 1px;
    background-color: #ededed;
    bottom: -1px;
}
.single-step {
	width: 20%;
	float: left;
	text-align: center;
	height: 100%;
	display: -webkit-flex;
	display: -moz-flex;
	display: -ms-flex;
	display: -o-flex;
	display: flex;
	align-items: center;
	justify-content: center;
	position: relative;
}
.calculator-steps-3 .single-step {
	width: 33%;
}
.calculator-section .map-locations {
	height: 100%;
}
.calculator-section-sydney-map {
	height: 100%;
}
.calculator-section-location-map {
	height: 100%;
}
.single-step:before {
	content: '';
	position: absolute;
	width: 10px;
	height: 10px;
	border-radius: 50%;
	background-color: #ccc;
	background-repeat: no-repeat;
	pointer-events: none;
}
.single-step span {
	margin-top: 20px;
	padding-top: 15px;
	cursor: pointer;
	color: #353535;
	font-size: 10px;
	font-weight: 500;
}
.single-step-current span,
.single-step-filled span {
	color: #7e207b;
	font-weight: 600;
}
.single-step-filled:before {
	background-color: #7e207b;
}
.single-step-filled:after {
	content: "\f383";
	display: inline-block;
    font-family: "Ionicons";
    position: absolute;
    color: #fff;
    font-size: 9px;
}
.single-step-current.single-step-filled:after {
	font-size: 12px;
}
.single-step-current:before {
	background-color: #ff843a;
	width: 14px;
	height: 14px;
}
.single-step-past:before {
	background-color: #7e207b;
	width: 18px;
	height: 18px;
}
.single-step-past:after {
	content: '\e013';
	font-family: 'Glyphicons Halflings';
	position: absolute;
	font-size: 10px;
	color: #fff;
}
.steps-bar-line {
	height: 2px;
	background-color: #ccc;
	width: 80%;
	position: absolute;
	top: calc(50% - 1px);
	margin-left: auto;
	margin-right: auto;
	left: 0;
	right: 0;
	pointer-events: none;
	line-height: 120;
}
.calculator-steps-3 .steps-bar-line {
	width: 65%;
}
.calculator-steps-3 .calculator-section-near-me {
	display: block;
}
.calculator-steps-3 .calculator-section-find-location {
	display: none;
}
.calculator-steps-3 .location-icon.only-desktop {
	display: none;
}
.calculator-steps-3 .location-bar input {
	padding-left: 35px;
}
.location-bar {
	position: relative;
	width: 95%;
	margin-left: auto;
	margin-right: auto;
	margin-top: 32px;
	margin-bottom: 15px;
}
.calculator-main h1 {
	color: #353535;
    font-family: 'Gotham';
    font-weight: bold;
    line-height: 42px;
    text-align: center;
    margin-left: auto;
    margin-right: auto;
    font-size: 40px;
    margin-top: 0;
    margin-bottom: 15px;
}
.calculator-main h2 {
	color: #353535;
    font-family: 'Gotham';
    font-weight: bold;
    line-height: 31px;
    text-align: center;
    margin-top: 0;
    margin-bottom: 15px;
}
.desc-text {
	text-align: center;
	font-size: 20px;
}
.location-bar input {
	border-top-left-radius: 30px;
	border-bottom-left-radius: 30px;
	border-top-right-radius: 0;
	border-bottom-right-radius: 0;
	height: 50px;
	padding-left: 55px;
	width: calc(100% - 190px);
	float: left;
}
.location-bar input::placeholder {
	color: #282828;
}
.location-bar .submit-button {
	height: 50px;
	background-color: #f37536;
	border: none;
	border-top-right-radius: 30px;
	border-bottom-right-radius: 30px;
	padding-left: 25px;
	padding-right: 25px;
	margin-left: -1px;
}
.location-bar .submit-button span {
	color: #fff;
	font-weight: bold;
	font-size: 16px;
}
.storage-group,
.our-helps {
	margin-top: 45px;
	padding-right: 22px;
}
.single-storage-new,
.our-help {
	float: left;
	margin-bottom: 16px;
	padding: 0 8px;
}
.single-storage-new {
	width: 33%;
}
.single-storage-new button,
.our-help button {
	font-size: 16px;
	color: #282828;
	background-color: #fff;
	border: 1px solid #ccc;
	border-radius: 50px;
	width: 100%;
	height: 52px;
}
.our-help button {
	padding-left: 41px;
	padding-right: 28px;
}
.single-storage-new .selected-option  button,
.our-help .selected-option  button {
	border: 4px solid #ff843a;
	color: #ff843a;
	font-weight: bold;
}
.step-form .form-group {
	width: calc(50% - 18px);
	float: left;
}
.step-form .form-group:first-child,
.step-form .form-group:nth-child(3) {
	margin-right: 9px;
}
.step-form .form-group:nth-child(2),
.step-form .form-group:nth-child(4) {
	margin-left: 9px;
}
.step-form .form-group input {
	background-color: #fff;
	border: 1px solid #ccc;
	border-radius: 40px;
}
.step-form .form-group input::placeholder {
	color: #282828;
}
.step-form {
	margin-top: 25px;
}
.step-form .get-a-quote {
	margin-top: 18px;
	display: block;
	margin-left: auto;
	margin-right: auto;
	border: 1px solid #ccc;
	padding-top: 8px;
	padding-bottom: 8px;
}
.our-help > a {
	position: relative;
}
.our-help a:after {
    content: '\e013';
    font-family: 'Glyphicons Halflings';
    position: absolute;
    font-size: 10px;
    color: #fff;
    width: 18px;
    height: 18px;
    top: -1px;
    left: 18px;
    background-color: #dfdfdf;
    border-radius: 50%;
    padding-top: 2px;
    padding-left: 0;
}
.our-help .selected-option:after {
	background-color: #ff843a;
}
section.calculator-section, section.features-with-quotes, section.calculate-now, section.capabilities-with-locations-map {
	visibility: hidden;
	position: absolute;
}



/* Mobile CSS */
@media screen and (max-width: 1200px) {
	.main-header-menu ul li a {
		padding: 19px 9px;
	}
	.header-call-number img {
		display: none;
	}
	.our-help {
		width: 85%;
		margin-left: auto;
		margin-right: auto;
		float: none;
		margin-bottom: 6px;
	}
	#custom-home-banner {
		padding-top: 110px !important;
	}
}
@media only screen and (max-width: 1050px) {
	.header-logo img {
		width: 130px;
	}
	.header-logo {
		width: 15%;
	}
	.main-header-menu {
		width: 65%;
	}
}
@media only screen and (min-width: 961px) {
	.call-us-mobile, .open-mobile-menu {
		display: none;
	}
}

@media only screen and (max-width: 960px) {
	.header-top-section, .header-call-icon, .main-header-menu {
		display: none;
	}
	.header-logo {
		padding: 20px 16px 20px 20px;
		position: relative;
	}
	.main-header {
		display: block;
	}
	.header-logo, .header-call-us {
		width: 100%;
		float: none;
		display: block;
	}
	.main-header {
		padding: 0;
		border-bottom: 0;
	}
	.header-call-us {
		background-color: #FF8622;
		height: 80px;
		padding: 20px;
		position: relative;
	}
	.fixed-header .header-call-us {
		background-color: #F5F5F5;
		text-align: center;
		display: none;
	}
	.call-us-mobile {
		color: #fff;
		position: absolute;
		top: 25px
	}
	.call-us span {
		position: absolute;
		padding: 9px 32px;
		background: #fff;
		border-radius: 30px;
		line-height: 22px;
		right: 20px;
		top: 20px;
	}
	.open-mobile-menu {
		display: block;
		position: absolute;
		right: 16px;
		top: 20px;
	}
	#steps-carousel {
		display: none;
	}
	.mobile-number-fixed {
		display: block;
	}
	.main-header.fixed-header .header-logo img {
		width: 132px;
	}
}
@media screen and (max-width: 991px) {
	.only-desktop-l {
		display: none;
	}
	.only-mobile-l {
		display: block;
	}
	.offer-block {
		width: 33%;
		height: 290px;
	}
	.our-capabilities .left-block,
	.our-capabilities .right-block {
		width: 100%;
		padding-right: 0;
	}
	.our-capabilities .right-block {
		margin-bottom: 45px;
	}
	.main-header.fixed-header {
		padding-top: 0;
	}
	.main-header.fixed-header .header-call-number-mobile {
		display: block;
		background-color: #FF8622;
		border-radius: 25px;
		padding: 7px 30px;
		color: #fff;
	}
	.storage-image {
		position: relative;
		height: 400px !important;
	}
	.main-header.fixed-header .header-call-number-mobile span {
		font-weight: bold;
		color: #fff;
		font-size: 16px;
	}
	.blog-article-content img {
		width: 100%;
		margin-left: 0;
	}
	.self-storage {
		background-size: auto 100%;
	}
	.main-header.fixed-header {
		max-height: none;
		padding-bottom: 0;
	}
	.main-header.fixed-header .get-a-quote {
		display: none;
	}
	section.footer .container {
		padding-left: 10px;
		padding-right: 10px;
	}
	.calculator-left {
		width: 100%;
		float: none;
	}
	.calculator-right {
		position: relative;
		left: 0;
		width: 100%;
		height: 374px;
	}
	.calculator-main h1 {
		font-size: 27px;
		margin-bottom: 5px;
	}
	.calculator-main p {
		font-size: 16px;
	}
	.calculator-main {
		height: auto;
		padding: 25px 0 25px;
	}
	.steps-bar-line {
		height: 1px;
		top: calc(50% - 1px);
	}
	.location-bar {
		margin-top: 20px;
	}
	.location-bar .submit-button span {
		font-size: 13px;
	}
	.calculator-main-in {
		width: 100%;
	}
	.location-bar .submit-button {
		padding-left: 35px;
	}
	.location-bar input {
		width: calc(100% - 118px);
		padding-left: 20px;
	}
	.location-icon {
		right: 90px;
		top: 14px;
	}
	.calculator-section .location-icon {
		left: auto;
		right: 90px;
	}
	.single-storage-new button {
		font-size: 10.4px;
	}
	.calculator-main h2 {
		font-size: 18px;
		margin-bottom: 8px;
		line-height: 22px;
	}
	.single-storage-new, .our-help {
		padding: 0 6px;
	}
	.single-storage-new {
		margin-bottom: 5px;
		width: 50%;
	}
	.features-with-quotes {
		background: #F8F8F8;
	}
	.calculate-now h2 {
		float: none;
	}
	.calculate-now-inner {
		text-align: center;
	}
	.calculate-now-button {
		float: none;
		display: inline-block;
	}
	.quotes-fwq .quote-form form {
		padding-right: 0;
	}
	.calculator-main {
		background-color: #fff;
		position: relative;
	}
	.storage-group, .our-helps {
		margin-top: 5px;
		padding-right: 0;
	}
	.step-form .form-group {
		margin: 6px;
	}
	.calculator-main:after {
		content: '';
		position: absolute;
		top: 0;
		bottom: 0;
		left: -150px;
		width: 150px;
		background-color: #fff;
	}
	.calculator-main:before {
		content: '';
		position: absolute;
		top: 0;
		bottom: 0;
		right: -150px;
		width: 150px;
		background-color: #fff;
	}
	.custom-quote-one {
		float: none !important;
	}
	.col-md-6.quote-block-left {
		border-right: 0 !important;
	}
}

@media only screen and (max-width: 768px) {
	.only-mobile {
		display: block;
	}
	.only-desktop {
		display: none;
	}
	#selected-space-details .col-md-6 {
		display: block;
	}
	.blog-article-content {
		padding-left: 24px;
		padding-right: 24px;
	}
	.steps-mobile {
		display: block;
	}
	.steps-mobile.storage-hidden-spaces {
		display: none;
	}
	.blog-header,
	.blog-article-header {
		background-size: auto 100%;
	}
	.blog-article-header h1 {
		max-width: 95%;
		margin-top: 100px;
	}
	.blog-section .container {
		margin-top: 0;
	}
	.blog-posts {
		padding-left: 24px;
		padding-right: 24px;
	}
	.blog-post {
		padding-left: 0;
		padding-right: 0;
	}
	.offers-text {
		width: 90%;
	}
	.page_storage-solutions .storage-solutions .container {
		padding: 64px 40px 74px 40px;
	}
	.storage-solutions .storage-types {
		margin-top: 70px;
		padding-left: 0;
	}
	.storage-details {
		padding: 64px 40px;
		overflow: auto;
		height: auto !important;
	}
	section.features .container {
		padding-top: 50px;
	}
	.features-item,
	.page-about-us .features-item {
		width: 30%;
	}
	section.find-locator .container {
		padding: 56px 24px 50px 24px;
	}
	section.find-locator input.postcode {
		width: 100%;
	}
	.get-a-quote {
		padding: 7px 30px;
		width: 100%;
	}
	section.storage-faq .container {
		padding: 60px 0 80px 0;
	}
	.storage-faqs-info {
		margin: 20px;
		padding-bottom: 25px;
	}
	::-webkit-scrollbar {
	    width: 0px;
	    background: transparent;
	}
	.map-section .container {
		padding-left: 15px;
		padding-right: 15px;
		margin-top: 30px;
		padding-top: 0;
	}
	.map-section h3 {
		position: relative;
		left: 0;
	}
	.map-section .get-a-quote {
		position: relative;
		bottom: auto;
		right: auto;
		display: block;
	}
	section.information .container {
		background-color: #F8F8F8;
	}
	#googleMap {
		margin-bottom: 20px;
	}
	section.information .container {
		padding-left: 15px;
		padding-right: 15px;
		padding-top: 20px;
		padding-bottom: 65px;
	}
	.information .info-text {
		display: none;
	}
	.information .info-boxes {
		margin-top: 0;
	}
	.information .info-box {
		text-align: left;
	}
	.information .info-box img {
		width: 40px;
	}
	.information .info-box p {
		margin-left: 50px;
		font-size: 12px;
	}
	.info-box-img {
		height: 80px;
		float: left;
		margin-right: 25px;
		padding-top: 5px;
	}
	.info-box-detail.open-now span {
		background-color: transparent;
		padding: 0;
		font-size: 12px;
	}
	.info-box-detail.open-now {
		float: left;
		background-color: #FF8622;
		padding: 0px 5px 1px 5px;
	}
	.open-hours {
		display: inline-block;
		color: #fff;
		font-size: 12px;
		margin-top: 0;
	}
	.open-hours:after {
		content: ')';
	}
	.open-hours:before {
		content: '(';
	}
	.storage-solutions .container {
		padding: 64px 40px;
	}
	.location-slider-left, .location-slider-right {
		width: 100%;
	}
	.quote-form .form-group {
		width: 100%;
	}
	.sponsorship-text {
		width: 95%;
	}
	.sponsorship-banner {
		height: 350px;
	}
	.footer-info-menu {
		display: none;
	}
	.footer-location-menu {
		width: 100%;
	}
	.footer-location-menu {
	    -webkit-column-count: 2;
	    -moz-column-count: 2;
	    column-count: 2;
	    padding-left: 10px;
	    padding-right: 10px;
	}
	.information .info-box h3 {
		margin-bottom: 0;
	}
	.info-box-detail br {
		display: inline !important;
	}
	.col-location-menu ul {
		display: none;
	}
	.col-location-menu.open ul {
		display: block;
	}
	section.footer h5 {
		margin: 0;
		width: 100%;
		position: relative;
	}
	section.footer h5:after {
		content: '...';
		color: #79217F;
		position: absolute;
		right: 16%;
		top: 33%;
		-webkit-transform: rotate(90deg);
		-moz-transform: rotate(90deg);
		-ms-transform: rotate(90deg);
		transform: rotate(90deg);
		letter-spacing: 1px;
	}
	section.footer h5 a {
		display: block;
		padding: 10px 0;
		margin-bottom: 0;
		width: 80%;
	}
	.location-slider-left {
		min-height: auto;
	}
	.location-slider-right {
		height: auto;
	}
	.confirmation .container {
		margin-top: 0;
		padding: 43px 24px;
		text-align: left;
	}
	.confirmation .container h3 {
		margin-bottom: 6px;
	}
	.confirmation .container h3, .calculator-desc {
		text-align: left;
	}
	.confirmer {
		margin-top: 34px;
		height: auto;
	}
	.confirmer-img, .about-confirmer {
		width: 100%;
		background-color: #F5F5F5;
	}
	.confirmer-img {
		height: 250px;
		margin-bottom: 35px;
	}
	.confirmation .get-a-quote {
		display: table;
		margin-left: auto;
		margin-right: auto;
		padding-top: 8px;
		padding-bottom: 8px;
	}
	section.offers {
		padding-top: 25px;
	}
	.locations-search-results {
		width: 100%;
	}
	.found-single-location h3 {
		font-size: 20px;
		margin-bottom: 5px;
		margin-top: 10px;
	}
	.found-single-location {
		height: 110px;
	}
	.storage-address, .storage-email, .storage-phone {
		font-size: 12px;
		font-weight: 300;
	}
	.info-box-detail {
		font-size: 12px;
		font-weight: 300;
	}
	.info-box-detail.open-now {
		line-height: 18px;
	}
	.calculator-steps {
		background-color: #fff;
	}
	.calculator-step {
		width: 100%;
		min-height: 100px;
		height: auto;
		background-color: #fff;
		border-bottom: 1px solid #F5F5F5;
		justify-content: flex-start;

	}
	.calculator-step.current-step {
		border-bottom: none;
	}
	.calculator-steps:last-child {
		border-bottom: none;
	}
	.calculator-step a {
		color: #AEAEAE;
		font-size: 24px;
		font-weight: bold;
		text-decoration: none;
	}
	.step-number-div {
		margin-top: 3px;
		margin-right: 10px;
	}
	.past-step {
		background: #F5F5F5;
	}
	.past-step a {
		color: #79217F;
	}
	.step-number {
		font-size: 12px;
		font-weight: 300;
		font-weight: bold;
		padding: 3px;
		background-color: #fff;
	}
	.past-step a {
		font-size: 24px;
		font-weight: bold;
		text-decoration: none;
	}
	.steps-selected-value {
		font-size: 16px;
		font-weight: 300;
		padding-bottom: 8px;
	}
	.current-step {
		background: #fff7f0;
		margin-bottom: 25px;
	}
	.current-step a {
		font-size: 24px;
		font-weight: bold;
		color: #FF8622;
	}
	.pick-location {
		width: 95%;
		margin-left: auto;
		margin-right: auto;
	}
	.calculator-desc {
		margin-left: 24px;
		margin-right: 24px;
	}
	.calculator-step-details {
		padding-bottom: 50px;
		border-bottom: 1px solid #F5F5F5;
	}
	.spaces-carousel {
		display: none !important;
	}
	.skip-choosing {
		margin-bottom: 10px;
	}
	.calculator-step-details h1 {
		text-align: left;
		padding-left: 24px;
		padding-right: 24px;
	}
	.calculator-step-details .storage-types {
		margin-top: 35px;
	}
	.storage-types-2 {
		width: 100%;
	}
	.storage-types-2 .icon-arrow-left {
		margin-left: 25px;
	}
	#owl-loc .owl-nav > div {
		display: none;
	}
	.map-section h1 {
		position: relative;
		margin-top: 17px;
		bottom: 0;
		margin-bottom: 10px;
		left: 0;
		margin-left: 15px;
	}
	.map-section h1 span {
		font-size: 24px;
		font-weight: 300;
	}
	.map-section .get-a-quote {
		margin-top: 30px;
		margin-bottom: 10px;
	}
	.main-header-menu.mm-menu > ul > li > a {
		padding: 16px 0;
	}
	.homepage-intro .top-intro h1 {
		font-size: 48px;
		font-weight: bold;
		line-height: 48px;
	}
	.homepage-intro .top-intro {
		margin: 0;
		padding: 0 24px;
	}
	.find-location-form .submit-button {
		font-size: 16px;
		line-height: 24px;
		width: 123px;
	}
	.find-location-form input.form-control {
		width: calc(100% - 123px);
	}
	.homepage-intro .container {
		padding: 65px 24px;
	}
	.our-offers h1 {
		line-height: 36px;
	}
	.home .our-offers h1 {
		display: none;
	}
	.intro-text {
		width: 100%;
	}
	.offer-block, body.page-cn .offer-block {
		width: 100%;
		height: auto;
	}
	.offer-block-img {
		display: none;
	}
	body.page-cn .offer-block-img {
		display: block;
	}
	body.page-cn .offer-block {
		margin-bottom: 15px;
	}
	.offer-block h3 {
		height: auto;
		margin-top: 5px;
		margin-bottom: 5px;
	}
	.home .features-intro .container {
		padding: 25px;
	}
	.offer-blocks {
		margin-top: 0;
	}
	.offer-block .short-info {
		display: none;
	}
	.our-capabilities .container {
		padding-left: 24px;
		padding-right: 24px;
	}
	.simple-section .container {
		padding-bottom: 35px;
	}
	.about-offers .container {
		padding-left: 24px;
		padding-right: 24px;
	}
	.locations-map h1 {
		width: 100%;
	}
	.who-we-are .container {
		padding-left: 24px;
		padding-right: 24px;
		display: block;
	}
	.wwa-image, .wwa-image img, .wwa-right-side, .wwa-left-side {
		width: 100%;
	}
	.wwa-right-side {
		padding-left: 0;
	}
	.map, .map-locations, .directions-map {
		border: 1px solid #999;
		height: 140px;
		border-radius: 3px;
	}
	.directions-map {
		height: 240px;
	}
	.gm-style::before {
		display: none;
	}
	.account-links, .account-inner {
		width: 100%;
	}
	.calculator-step-details .storage-types div {
		width: 100%;
		overflow: auto;
		margin-left: auto;
		margin-right: auto;
	}
	.calculator-step-details .storage-types div *  {
		float: none !important;
	}
	#selected-space-details {
		width: auto;
	}
	.quote-block .calculate-storage .calculate-button {
		width: 100%;
	}
	.single-storage-new button {
		height: 34px;
	}
	.capabilities-with-locations-map {
		padding-top: 20px;
		padding-bottom: 20px;
	}
	.capabilities-col h1, .locations-map-col h1 {
		font-size: 36px;
	}
	.quotes-fwq {
		padding-top: 15px;
		padding-bottom: 15px;
	}
	.features-fwq .see-all-features {
		width: 300px;
		margin-left: auto;
		margin-right: auto;
		float: none;
	}
	.features-fwq .see-all-features a {
		margin-top: 5px;
	}
	.step-form .form-group input {
		padding-left: 10px;
		font-size: 11px;
		height: 34px;
	}
	.calculate-now h2 {
		font-size: 22px;
		margin-bottom: 10px;
	}
	.quotes-fwq h1, .features-fwq h1 {
		margin-top: 0;
	}
	.step-form .get-a-quote {
		width: auto;
		font-size: 10px;
		height: 28px;
		padding: 0px 30px;
		border: none;
	}
	.single-step span {
		position: absolute;
    	top: 13px;
	}
	.spaces-carousel-new .step-carousel-item h4 {
		font-size: 13px;
	}
	.spaces-carousel-new .selected-option .step-item-sizes {
		font-size: 10px;
	}
	.calculator-right {
		height: auto;
		width: 100%;
	}
	.calculator-right img {
		height: auto;
		width: 100%;
	}
	.step-location-right {
		height: 374px;
	}
}

@media only screen and (max-width: 550px) {
	.features-item,
	.page-about-us .features-item {
		width: 45%;
	}
	#googleMap {
		height: 136px !important;
		border: 1px solid gray;
	}
	section.offers {
		/*height: 500px;*/
	}
	.account-inner a {
		display: block;
		margin-bottom: 10px;
	}
	.quote-form .form-group, .contact-us-form .form-group {
		width: 100%;
	}
	.quote-block .calculate-storage .calculate-button {
		padding-left: 0;
		padding-right: 0;
	}
	.choose-results {

	}
	.steps-checkbox label {
		padding-left: 50px;
	}
	.steps-checkbox {
		width: 360px;
	}
	.offer-block {
		width: 100%;
	}
	section.offers .container {
		height: auto;
	}
	.storage-blocks {
		width: 100%;
	}
	.storage-single-block {
		width: 50%;
	}
	.storage-single-block:nth-child(2)  {
		border-right: 0;
		border-bottom: 2px solid #79217F;
	}
	.storage-single-block:nth-child(3)  {
		border-left: 0;
	}
	.storage-single-block:first-child  {
		border-bottom: 2px solid #79217F;
	}
	.storage-single-block h4 {
		margin-bottom: 0;
	}
	.features-fwq .offer-block {
		width: 100%;
		margin-bottom: 0;
	}
	.capabilities-col h1, .locations-map-col h1, .quotes-fwq h1 {
		font-size: 28px;
	}
	.features-fwq .offer-block h3 {
		padding: 0 5px;
	} 
}
@media only screen and (max-width: 380px) {
	.call-us span {
		font-size: 20px;
		padding: 8px 25px;
	}
	.storage-solutions .storage-types a.storage-button {
		width: 100%;
	}
	.storage-solutions .storage-types button, .calculator .storage-types button {
		font-size: 18px;
	}
	.sponsorship-banner {
		height: 300px;
	}
	.homepage-intro .top-intro {
		height: 620px;
	}
}

@media only screen and (max-width: 991px) {
	.quote-block .calculate-storage {
		height: 73px !important;
	}
	.quote-block .calculate-storage .calculate-button {
		margin-top: 30px;
	}
	.quote-form {
		border-right: none;
		padding-bottom: 30px;
    	border-bottom: 1px solid #CACACA;
	}
	.quotes-fwq .quote-form {
		border-bottom: 0;
		margin: 0;
		width: 100%;
	}
	.quotes-fwq {
		background-color: inherit;
		padding-bottom: 5px;
	}
	.features-fwq {
		padding: 5px 0;
	}
	.quote-form::before {
		bottom: -10px;
		left: 48%;
		padding: 0 7px;
		top: auto;
		right: auto;
	}
}
@media screen and (max-width: 1200px) and (min-width: 991px) {
	.storage-single-block {
		width: 82px;
		height: 82px;
	}
}
@media only screen and (min-width: 991px) {
	.calculator-steps-3 .location-bar .submit-button {
	    padding-left: 45px;
	    padding-right: 45px;
	}
	.calculator-steps-3 .location-icon.only-mobile-l {
		left: auto;
		right: 160px;
		display: block;
	}
	.step-1-right.calculator-right,
	.step-3-right.calculator-right {
		width: calc(50% - 170px);
	}
	.calculator-steps-3 .only-mobile-l {
		display: block;
	}
	.calculator-steps-3 .only-desktop-l {
		display: none;
	}
}