
/* RESET */

html, body, div, span, applet, object, iframe, h1, h2, h3, h4, h5, h6, p, blockquote, pre, a, abbr, acronym, address, big, cite, code, del, dfn, em, font, img, ins, kbd, q, s, samp, small, strike, strong, sub, sup, tt, var, b, u, i, center, dl, dt, dd, ol, ul, li, fieldset, form, label, legend, table, caption, tbody, tfoot, thead, tr, th, td{background: transparent; border: 0; margin: 0; padding: 0;} ol, ul{list-style: none;} img{max-width: 100%; height: auto; image-rendering: -webkit-optimize-contrast;}


/* FRAMEWORK */

*{box-sizing: border-box;}
body {font-family: 'Montserrat', sans-serif; font-size: 16px; -webkit-text-size-adjust: none; overflow-x: hidden; line-height: 1.6;}
::-moz-selection{background: #183565; color: #fff; text-shadow: none} ::selection{background: #183565; color: #fff; text-shadow: none}

button,
input,
optgroup,
select,
textarea {
  font-family: inherit; /* 1 */
  font-size: 100%; /* 1 */
  line-height: 1.15; /* 1 */
  margin: 0; /* 2 */
}
button,
input { /* 1 */
  overflow: visible;
}
button,
select { /* 1 */
  text-transform: none;
}
select,
button,
[type="button"],
[type="reset"],
[type="submit"],
[type="date"] {
  -webkit-appearance: button;
}

.marg6 {margin: 6em auto!important;}
.center {text-align: center;}
.white {color: #fff!important;}
.align-right {text-align: right;}
.gray-bg {background: #f4f4f4;}
.blue {color: #183565!important;}
.red {color: #a7282d!important;}

.curved-head {
    background: #fff;
    width: 100%;
    height: 30px;
    border-top-left-radius: 50%;
    border-top-right-radius: 50%;
    position: relative;
    z-index: 9;
    margin-top: -30px;
}

.content-width {margin: 0 auto; width: 90%; position: relative; z-index: 1;}
.flex-wrapper {display: flex; flex-wrap: wrap; align-items: center;}

.column12, .column11, .column10, .column9, .column8, .column7, .column6, .column5, .column4, .column3, .column2, .column1{float: left; padding: 0 25px 0 0;} .column12{width: 100%;} .column11{width: 91.6666%;} .column10{width: 83.3333%;} .column9{width: 75%;} .column8{width: 66.6666%;} .column7{width: 58.3333%;} .column6{width: 50%; box-sizing: border-box;} .column5{width: 41.6666%;} .column4{width: 33.3333%;} .column3{width: 25%; box-sizing: border-box;} .column2{width: 16.6666%;} .column1{width: 8.3333%;} .last{padding: 0;} .cf{zoom: 1;} .cf:before, .cf:after{content: ""; display: table;} .cf:after{clear: both;} .clear{clear: both;} *{box-sizing: border-box;}

a{text-decoration: none; color: inherit; transition: all .2s ease-in-out;} a:hover{color: inherit;}
a#cta-btn button {margin: 1em 0 0; color: #fff; background: #a7282d; padding: .75em 2em; cursor: pointer; font-size: 14px; transition: 0.2s ease-in; text-align: center; width: 100%; max-width: 300px; border: 2px solid transparent; font-weight: 500; text-transform: uppercase; font-family: 'Montserrat', sans-serif; border-radius: 15px;}
a#cta-btn2 button {margin: 1em 0 0; color: #000; background: #f1f1f1; padding: .75em 2em; cursor: pointer; font-size: 14px; transition: 0.2s ease-in; text-align: center; border: 2px solid transparent; font-weight: 500; font-family: 'Montserrat', sans-serif; width: 100%; max-width: 300px; text-transform: uppercase; border-radius: 15px;}
a#cta-btn3 button {margin: 1em 0 0; color: #000; background: none; padding: .75em 2em; cursor: pointer; font-size: 14px; transition: 0.2s ease-in; text-align: center; border: 2px solid #000; font-weight: 500; font-family: 'Montserrat', sans-serif; text-transform: uppercase; width: 100%; max-width: 300px; border-radius: 15px;}
a#cta-btn button:hover, a#cta-btn2 button:hover, #form input[type="submit"]:hover {transform: translateY(-10px); transition: all .5s ease;}
#form input[type="submit"] {color: #fff; background: #a7282d; font-family: 'Montserrat', sans-serif; font-size: 14px; padding: .75em 2em; cursor: pointer; font-weight: 500; transition: 0.2s ease-in; width: 100%; max-width: 300px; height: auto; line-height: 1.2; border: none; text-align: center; margin: 0 auto; display: block; text-transform: uppercase; border-radius: 15px;}

a.continue-btn button {color: #333; background: none; cursor: pointer; font-weight: 500; transition: 0.2s ease-in; width: 100%; line-height: 1.2; text-decoration: underline; border: none;}
a.continue-btn button:hover {color: #183565; text-decoration: none;}

/* HEADER */

.header {width: 100%; background: #183565; border-bottom: 5px solid #a7282d;}
.mobile-nav-container, #menu-button, .mobile-display {display: none;}
.header .mobile-hide-desktop {display: flex; align-items: center; margin: 0 auto; width: 100%; max-width: 1200px; padding: 10px 12.8px;}
.hdr-right {display: flex; align-items: flex-end; flex-direction: column; box-sizing: border-box; padding: 0; font-size: 16px;}
a#top-phone {display: flex; justify-content: flex-end; color: #fff; font-weight: 300; font-size: 22px; margin-bottom: 5px; line-height: 1.2;}
a.main-logo {display: flex;}
a.main-logo img {width: 100%; max-width: 275px; height: auto; box-sizing: border-box;}

.mobile-display {}
.mobile-display .column9 {width: 66.66%!important; margin: 0; float: left; display: flex; justify-content: space-between; align-items: center;}
.mobile-display .column3 {width: 33.33%!important; margin: 0; float: left;}

.mobile-menu-nav-icon {text-align: right; position: relative;}


/* ALL OTHER STYLES */
.hero-wrapper {width: 100%; position: relative; z-index: 1; margin: 0 auto;}
.hero-txt {position: absolute; width: 100%; height: 100%; background: rgba(34, 34, 34, .7); margin: 0 auto; left: 0; right: 0; top: 0; z-index: 10; padding: 0 5%; color: #fff; overflow: hidden; display: flex; justify-content: center; align-items: flex-start; flex-wrap: wrap; flex-direction: column;}
.hero-txt h1 {font-size: 60px; font-weight: 600; line-height: 1.1; font-family: 'Montserrat', sans-serif; max-width: 900px; animation: fadeInUp; animation-duration: 1s; text-transform: uppercase;}
.hero-txt h1 span {display: block; margin-bottom: .5em; letter-spacing: 8px; font-size: 22px; color: #aaa; font-weight: 600;}
.hero-txt p {width: 100%; margin: 1.5em 0; font-size: 18px; animation: fadeInUp; animation-duration: 1s; line-height: 1.4; font-weight: 500; max-width: 750px;}
.hero-btns {width: 100%; display: flex; justify-content: flex-start; animation: fadeInUp; animation-duration: 1s; }
.hero-txt a {margin-right: 1vw;}
.hero-txt a button {margin: 0!important;}


.btn-wrapper {display: flex; justify-content: flex-start;}
.btn-wrapper a {margin: .5em;}

.inv-search {width: 100%; display: flex; align-items: center; justify-content: flex-end; margin: -2em 0 3em; position: relative; z-index: 2; padding-right: 5%; animation: fadeInUp; animation-duration: 1s;}
.inv-search:hover {transform: translateY(-10px); transition: all .5s ease;}
.inv-search form {width: 100%; max-width: 600px; display: flex; justify-content: space-between; flex-wrap: nowrap; border-radius: 15px; border: 1px solid #a7282d; padding: 10px;}
.inv-search form input[type="text"] {width: 100%; background:#f4f4f4; border:1px solid transparent!important; padding:2.5em 20px; border-radius: 15px 0 0 15px; display:inline-block; height:50px; color:#999; font-weight: 500; font-size: 16px; font-family: 'Montserrat', sans-serif;}
.inv-search form button {background:#f4f4f4; border:none; display:inline-block; cursor:pointer; border-radius: 0 15px 15px 0;}
.inv-search form button i {font-size:16px; background:none; padding:16px 1.5em; display: flex; align-items: center; justify-content: center; color:#a7282d;}

.welcome-wrapper {width: 100%; display: flex; justify-content: center; position: relative; padding: 2em 5%;}
.welcome-wrapper::after {width: 100%; content: ''; top: 0; left: 0; right: 0; position: absolute; background: #183565; height: 22em; z-index: 0;}
.welcome-wrapper .welcome-img {width: 30%; position: relative; z-index: 1; border-radius: 15px 0 0 15px; background: #000 url('/siteart/welcome2.jpg') center; background-size: cover; box-shadow: 0px 1px 5px rgba(0, 0, 0, 0.15);}
.welcome-wrapper .welcome-txt {width: 70%; position: relative; z-index: 1; padding: 8em 10%; background: #fff; border-radius: 0 15px 15px 0; box-shadow: 0px 1px 5px rgba(0, 0, 0, 0.15);}
.welcome-wrapper h2 {font-weight: 600; font-size: 40px; line-height: 1.2; display: block; margin-bottom: 1.25em; animation: fadeInUp; animation-duration: 1s; text-transform: uppercase;}
.welcome-wrapper h2 span {display: block; letter-spacing: 8px; color: #a7282d; font-size: 22px;}
.welcome-wrapper p {font-weight: 500; animation: fadeInUp; animation-duration: 1s;}

.help-wrapper {width: 100%; display: flex; justify-content: space-between; align-items: center; flex-wrap: wrap; padding: 4em 10%;}
.help-wrapper h2 {font-weight: 600; text-transform: uppercase; letter-spacing: 8px; color: #a7282d; animation: fadeInUp; animation-duration: 1s;}
.help-wrapper i {padding: 7px 6px; margin: 10px 1vw; display: inline-flex; justify-content: center; align-items: center; border-radius: 100%; width: 50px; height: 50px; text-align: center; color: #fff; background: #183565; font-size: 20px;}
.help-wrapper a {animation: fadeInUp; animation-duration: 1s; font-weight: 600;}
.help-wrapper a:hover i {transition: .3s ease-in-out all; background: #a7282d; color: #fff;}


.offerings-wrapper {width: 100%; display: flex; justify-content: center; padding: 2em 5%;}
.offerings-wrapper h2 {text-transform: uppercase; font-size: 36px; line-height: 1.2; font-weight: 600; display: block; margin-bottom: .75em;}
.offerings-wrapper span {letter-spacing: 8px; display: block; font-size: 24px; color: #ccc;}
.offerings-wrapper p {display: block; margin-bottom: 2em;}
.offerings-wrapper a {display: block; font-size: 18px;}
.offerings-left a i {padding: 7px 6px; margin: 10px 1vw; display: inline-flex; justify-content: center; align-items: center; border-radius: 100%; width: 50px; height: 50px; text-align: center; color: #fff; background: #366cc9; font-size: 20px; transform: rotate(-35deg);}
.offerings-right a i {padding: 7px 6px; margin: 10px 1vw; display: inline-flex; justify-content: center; align-items: center; border-radius: 100%; width: 50px; height: 50px; text-align: center; color: #fff; background: #222; font-size: 20px; transform: rotate(-35deg);}
.offerings-left a:hover i, .offerings-right a:hover i {transform: none; transition: .3s ease-in-out all; background: #a7282d; color: #fff;}
.offerings-left {width: calc(50% - 1em); margin: .5em; border-radius: 15px; background: #222; color: #fff; padding: 4em 5%; animation: fadeInUp; animation-duration: 1s;}
.offerings-right {width: calc(50% - 1em); margin: .5em; border-radius: 15px; background: #366cc9; color: #fff; padding: 4em 5%; animation: fadeInUp; animation-duration: 1s;}

.why-wrapper {width: 100%; padding: 6em 10% 3em; display: flex; justify-content: center; flex-wrap: wrap; position: relative; z-index: 1;}
.why-wrapper h3 {font-weight: 600; text-align: center; width: 100%; font-size: 24px; text-transform: uppercase; letter-spacing: 8px; display: block;}
.why-wrapper ul {width: 100%; display: flex; justify-content: center; flex-wrap: wrap; margin: 2em auto;}
.why-wrapper ul li {width: calc(33.33% - 1em); margin: .5em; padding: 1.5em; border-radius: 15px; font-weight: 500; border: 1px solid #a7282d; text-align: center; line-height: 1.4;}

.content-wrapper .flex-wrapper {margin: 5em auto; max-width: 1200px; width: 80%;}

.content-wrapper img {width: 100%; height: auto; display: block; margin: 0 auto; max-width: 444px;}
.content-wrapper hr {width: 100px; border: 3px solid #a7282d; display: block; margin: 0 0 2em;}

.content-wrapper h1 {width: 100%; font-size: 42px; text-transform: uppercase; letter-spacing: 1px; line-height: 1.2; display: block; margin-bottom: .5em; font-weight: 500; color: #000;}
.content-wrapper h2 {width: 100%; color: #000; font-size: 32px; display: block; line-height: 1.3; font-weight: 600; font-family: 'Montserrat', sans-serif; margin-bottom: .5em;}
.content-wrapper h3 {width: 100%; font-size: 24px; display: block; margin-bottom: .75em; color: #000; font-weight: 600; line-height: 1.4; font-family: 'Montserrat', sans-serif;}
.content-wrapper h4 {font-size: 20px; display: block; margin-bottom: .75em; font-weight: 600; line-height: 1.4; font-family: 'Montserrat', sans-serif;}
.content-wrapper p {font-weight: 500; width: 100%;}
.content-wrapper p a strong {color: #222; border-bottom: 1px solid transparent; padding: 0;}
.content-wrapper p a strong:hover {color: #183565; border-bottom: 1px solid #183565; transition: .3s ease-in-out all;}

ul.content-list {width: 100%; display: flex; justify-content: center; flex-wrap: wrap; margin: 1em auto 3em;}
ul.content-list li {width: calc(25% - 1em); margin: .5em; padding: 2em; background: #f4f4f4; border-radius: 15px; animation: fadeInUp; animation-duration: 1s;}
ul.content-list li span {display: block; font-size: 20px; font-weight: 500; margin-bottom: 1em; line-height: 1.4; text-transform: uppercase;}
ul.content-list li:hover {transform: translateY(-10px); transition: all .5s ease;}

ul.content-list.rentals {margin-bottom: 0;}
ul.content-list.rentals li {display: flex; justify-content: flex-start; align-items: center; padding: .75em 1em;}
ul.content-list.rentals li strong {margin-left: 1em; line-height: 1.3;}
ul.content-list.rentals img {max-width: 60px; margin: 0;}

.page-title {width: 100%; margin: 0 auto; position: relative; padding: 6em 10%; z-index: 1; background: #000 url('/siteart/hero-slider/hero-home1.jpeg') center; background-size: cover; text-align: center;}
.page-title.lrg {padding: 12em 10%;}
.page-title:before {
	position: absolute;
	z-index: 2;
	width: 100%;
	height: 100%;
	top: 0;
	left: 0;
	right: 0;
	content: '';
	background: rgba(34,34,34,.7);
}
.page-title h1, .page-title p {position: relative; z-index: 3;}

.page-title h1 {font-size: 60px; letter-spacing: .75px; line-height: 1.1; display: block; margin-bottom: .5em; color: #fff; font-family: 'Montserrat', sans-serif; animation: fadeInUp; animation-duration: 1s; font-weight: 600; text-transform: none;}
.page-title p {font-size: 16px; color: #fff; font-weight: 500; line-height: 1.6; margin: 1em auto .5em!important; animation: fadeInUp; animation-duration: 1s;}
.page-title a {position: relative; z-index: 3; animation: fadeInUp; animation-duration: 1s;}

.breadcrumb-wrapper {width: 100%; display: flex; padding: 1em 5%; background: #f4f4f4; color: #000; font-size: 13px; font-weight: 500; box-sizing: border-box; margin: 10px auto;;}
.breadcrumb-wrapper a, .breadcrumb-wrapper p {padding: 0 5px; font-weight: 500;} 
.breadcrumb-wrapper a:hover {color: #183565; transition: .3s ease-in-out all;}
.breadcrumb-wrapper .active-link {color: #a7282d;}


.location-wrapper {width: 100%; margin: 0 auto; display: flex; flex-wrap: wrap; align-items: center; justify-content: center; padding: 5em 10%; margin-top: 0; position: relative; z-index: 0;}
.location-wrapper:after {width: 100%; content: ''; background: #f4f4f4; height: 20em; position: absolute; bottom: 0; left: 0; right: 0;}
.location-wrapper .location-info {position: relative; z-index: 1; background: #a7282d; border-radius: 15px; width: calc(100% - 2em); margin: 1em; box-shadow: 0px 1px 5px rgba(0, 0, 0, 0.15);}
.location-wrapper iframe {border-radius: 15px 15px 0 0;}
.location-wrapper h2 {display: block; margin-bottom: 1.5em; width: 100%; text-align: center;}
.location-wrapper .location-txt {padding: 1.5em 10%; font-size: 18px;}
.location-wrapper .location-txt h3 {color: #fff;}
.location-wrapper .location-txt h3 span {display: block; font-weight: 500; font-size: 18px; margin-top: 10px;}
.location-wrapper .location-txt i {margin-right: 5px;}
.location-wrapper a {display: flex; align-items: center; line-height: 1.3; margin: 1em 0; color: #fff;}


.calculator-wrapper {width: 100%; margin: 2em auto; display: flex; justify-content: center;}
.calculator-wrapper iframe {width: 100%; height: 700px;}



/*  contact form + captcha
------------------------------*/
#form {width: 80%; max-width: 1400px; margin: 3em auto; padding: 3em; background: #f4f4f4; border-radius: 15px; box-shadow: 0px 1px 5px rgba(0, 0, 0, 0.15);}
#form .form-row {display: block; text-align: left!important;}
#form .form-row label{font-weight: 500; color: #000;}
#form input[type="text"], #form input[type="email"], #form select, #form textarea, #form input[type="date"] {width: 100%; margin: 10px 0 20px; padding: 10px; border: 1px solid #ddd; background: #fff; font-weight: 500; color: #222; height: 50px;}
#form textarea {height: 111px;}
#form select {font-size: 16px;}

.CaptchaPanel{line-height: normal !important;}
.CaptchaAnswerPanel input{width: 100%; max-width: 350px; padding: 10px; margin: 5px 0; background: #fff; border: 1px solid #ddd; color: #000;}
.CaptchaMessagePanel{padding: 0 !important; margin: 0 !important; font-weight: normal !important; font-size: 12px; line-height: 50px; color: #666;}
.CaptchaImage {width: auto!important; padding: 0!important;}
.CaptchaAnswerPanel{margin: 0; padding: 2px 0px 2px 0px !important;}
.CaptchaWhatsThisPanel{line-height: 0; margin: 0; padding: 8px 0 8px 0 !important;}
.CaptchaWhatsThisPanel a{font-size: 12px; color: #333;} .CaptchaWhatsThisPanel a:hover{text-decoration: none;}


/* scrolling inventory */
.inv-scroller {width: 100%; margin: 0 auto; display: block; padding: 6em 5%;}
.inv-scroller .flex-wrapper {display: flex; justify-content: space-between; align-items: center; margin-bottom: 2em;}
.inv-scroller .flex-wrapper h4 {text-transform: uppercase; letter-spacing: 8px; font-weight: 600; font-size: 20px;}
.inv-scroller .flex-wrapper a#cta-btn button {margin-top: 0;}
.scrolling-wrap {width:100%; height:175px; display: flex; align-items: center; justify-content: center; background: #f4f4f4;}
.scrolling {width:100%; height:90px;}




/* FOOTER */

.footer {background:#183565; padding: 3em 10px; display: flex; justify-content: center; flex-wrap: wrap; color: #fff; font-size: 18px;}
.ftr-top {width: 100%; max-width: 1200px; display: flex; justify-content: center; flex-wrap: wrap;}
.ftr-top a {display: block; line-height: 1.4;}
.ftr-top p b {display: block; margin-bottom: 5px;}
.ftr-top p a:hover {color: #fff;}
.ftr-top .column4 {width: 33.3333%!important;}
.ftr-top .column5 {width: 41.6666%!important; margin-top: 2em; column-count: 2; column-gap: 3%;}
.ftr-top .column3 {width: 25%!important; margin-top: 2em;}
.footer a:hover {color: #669eff; transition: .3s ease-in-out;}
.footer img {width: 100%; max-width: 330px;}
.ftr-bottom {width: 100%; max-width: 1200px; margin: 3em auto 0;}
.privacy-wrapper {width: 100%; display: flex; justify-content: flex-end; align-items: center; font-size: 15px; font-weight: 200; padding: 0 30px;}
.privacy-wrapper span {color: #676767; margin: 0 20px; font-weight: 500;}


/* MEDIA QUERIES (RESPONSIVE) */

.show{display: block;}

@media screen and (max-width: 1400px) {		
	
	.browse-categories a {width: calc(33.33% - 1em);}
	
	.content-wrapper h1 {font-size: 36px;}	
	.content-wrapper h2 {font-size: 28px;}	
	.content-wrapper h3 {font-size: 22px;}	
}

@media screen and (max-width: 1270px){
	.column1, .column2, .column3, .column4, .column5, .column6, .column7, .column8, .column9, .column10, .column11, .column12 {margin: 0 auto!important; width: 100%!important; float: none; padding: 0;}
	
	.header .mobile-hide-desktop .column4 {float: left; width: 25%!important;}
	.header .mobile-hide-desktop .column8 {float: left; width: 75%!important;}
					
	a#cta-btn button, a#cta-btn2 button, a#cta-btn3 button, #form input[type="submit"], .CaptchaAnswerPanel input {width: 100%; max-width: 350px;}
		
	.marg6 {margin: 4em auto!important;}
	
	ul.content-list li {width: calc(50% - 2em);}
	
	.calculator-wrapper iframe {height: 900px;}
	
	.hero-txt h1 {font-size: 45px; max-width: 650px;}	
	.hero-txt p {font-size: 18px; margin: 1em 0; max-width: 575px;}	
	.hero-txt h1 span {font-size: 16px;}
		
	.welcome-wrapper h2 {font-size: 32px;}
	
	.help-wrapper {justify-content: center; padding: 3em 10%;}
	.help-wrapper a {width: 100%;}
	
	.offerings-wrapper {flex-wrap: wrap;}
	.offerings-left, .offerings-right {width: calc(100% - 1em); padding: 4em 10%;}
	.offerings-wrapper a {font-size: 16px;}
}

@media screen and (max-width: 1100px) {	
	.mobile-hide-desktop {display: none!important;}
	.mobile-display {display: flex; align-items: center; margin: 0; width: 100%;}
	.mobile-display .column9 {width: 70%!important;}
	.mobile-display .column3 {width: 30%!important; display: flex; justify-content: flex-end;}
	.header {padding: 22.5px 25px;}
	a.main-logo {display: flex;}
	a#top-phone {justify-content: space-between; align-content: center; margin: 0;}
	
	.header .colum8 {width: 60%!important; float: left;}
	.header .column4 {width: 40%!important; float: left;}
	
	a.main-logo img {max-width: 300px;}
	
	.hero-txt {position: relative; background: #f4f4f4; padding: 3em 2em; text-align: left; justify-content: flex-start; color: #000;}
	.hero-txt h1 {max-width: none; font-size: 32px;}
	.hero-txt h1 span {color: #a7282d; font-size: 16px; letter-spacing: 4px;}
	.hero-txt p {max-width: none;}
	.hero-btns {justify-content: center; flex-direction: column;}
	.hero-btns a {margin-top: 1em;}
	.hero-btns a#cta-btn button, .hero-btns a#cta-btn2 button {max-width: none;}
	
	.inv-search {margin: 3em 0; justify-content: center; padding:0 1.5em;}
	
	.why-wrapper {padding: 3em 10%;}
	.why-wrapper ul li {width: calc(50% - 1em);}
	
	.offerings-wrapper h2 {font-size: 30px;}
	
	.welcome-wrapper {flex-wrap: wrap; flex-direction: column-reverse;}
	.welcome-wrapper .welcome-img {width: 100%; height: 375px; border-radius: 0 0 15px 15px;}
	.welcome-wrapper .welcome-txt {width: 100%; border-radius: 15px 15px 0 0; padding: 5em 1.5em;}
	.welcome-wrapper h3 {font-size: 32px; margin-bottom: 1em;}
	.welcome-wrapper b {margin-bottom: 2em;}
	.btn-wrapper {flex-wrap: wrap;}
	
	.content-wrapper .flex-wrapper {margin: 3em auto; width: 84%;}
	
	#form {padding: 3em 2em;}
	
	.ftr-top .column4 {float: left; margin: 0;}
	.ftr-top .column5, .ftr-top .column3 {float: left; margin: 2em 0 0!important;}
	.footer img {width: 100%; max-width: 300px; padding: 0 1em;}
}

@media screen and (max-width:768px) {		
	.column1, .column2, .column3, .column4, .column5, .column6, .column7, .column8, .column9, .column10, .column11, .column12 {margin: 0 auto!important; width: 100%!important; float: none; padding: 0;}
	
	a#top-phone {display: none;}
	.header .colum8 {width: 60%!important; float: left;}
	.header .column4 {width: 40%!important; float: left;}
	
	.calculator-wrapper iframe {height: 1100px;}
	
	.help-wrapper h2 {text-align: center;}
	
	.why-wrapper ul li {width: calc(100% - 1em);}
	ul.content-list li {width: calc(100% - 1em); margin: .5em;}
	.inv-scroller .flex-wrapper {justify-content: center;}
	.inv-scroller .flex-wrapper h4 {display: block; margin-bottom: 1em;}
	
	.footer {text-align: center;}
	.ftr-top .column5, .ftr-top .column3 {float: none; margin: 2em 0 0!important; width: 100%!important;}
	.ftr-top .column4 {float: none; margin: 0; width: 100%!important;}
	.privacy-wrapper {justify-content: center;}
}

@media screen and (max-width: 480px) {	
	.footer {font-size: 16px;}
	
	.calculator-wrapper iframe {height: 1300px;}
	
	.location-wrapper .location-txt {font-size: 16px;}
	.browse-categories a {width: calc(100% - 1em);}
	.welcome-wrapper h3 {font-size: 24px;}
	.welcome-wrapper b {font-size: 16px;}
	.btn-wrapper a button {padding: 1.5em 1em;}
		
	.page-title {padding: 4em 10%;}
	.page-title h1 {font-size: 50px;}
}

@media screen and (max-width: 320px) {
	
	.calculator-wrapper iframe {height: 1400px;}
}
