
/***** BEGIN 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;}
.clear {clear: both; height:0px; margin:0;}
.red {color: #db0000!important;}
.red-bg {background: linear-gradient(#ff0000, #e60303);}
.black {color: #000!important;}
*, *:after, *:before {-webkit-box-sizing: border-box; -moz-box-sizing: border-box; box-sizing: border-box;}
::-moz-selection{background: #111; color: #fff; text-shadow: none;} ::selection{background: #111; color: #fff; text-shadow: none;}

/***** END RESET *****/

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;
}

button,
[type="button"],
[type="reset"],
[type="submit"] {
  -webkit-appearance: button;
}

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: #ff0000; padding: .75em 2em; cursor: pointer; font-size: 16px; transition: 0.2s ease-in; text-align: center; width: 100%; max-width: 300px; border: none; border-radius: 20px; font-weight: 500; text-transform: uppercase; font-family: 'Paralucent', sans-serif; line-height: 1;}
a#cta-btn2 button {margin: 1em 0 0; color: #000; background: #f4f4f4; padding: .75em 2em; cursor: pointer; font-size: 16px; transition: 0.2s ease-in; text-align: center; border: none; font-weight: 500; border-radius: 20px; font-family: 'Paralucent', sans-serif; width: 100%; max-width: 300px; text-transform: uppercase; line-height: 1;}
a#cta-btn3 button {margin: 1em 0 0; color: #111; background: none; padding: .75em 2em; cursor: pointer; font-size: 16px; transition: 0.2s ease-in; text-align: center; border: 1.5px solid #111; font-weight: 500; border-radius: 20px; font-family: 'Paralucent', sans-serif; text-transform: uppercase; width: 100%; max-width: 300px; line-height: 1;}
a#cta-btn button:hover, a#cta-btn2 button:hover, a#cta-btn3 button:hover, #form input[type="submit"]:hover {opacity: .8; transition: all .2s ease-in-out;}

#form input[type="submit"], #submit-btn {margin: 0 auto; color: #fff; background: #ff0000; padding: .75em 2em; cursor: pointer; font-size: 16px; transition: 0.2s ease-in; text-align: center; border: none; border-radius: 20px; font-weight: 500; text-transform: uppercase; font-family: 'Paralucent', sans-serif; display: flex; line-height: 1;}

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: #111; text-decoration: none;}

html, body {width:100%;}
body {font-family: 'Paralucent', sans-serif!important; overflow-x: hidden; line-height: 1.6; letter-spacing: .03em;}

.column12, .column11, .column10, .column9, .column8, .column7, .column6, .column5, .column4, .column3, .column2, .column1{float: left; padding: 0 25px 0 0;} .column12{width: 100%; padding: 0; box-sizing: border-box;} .column11{width: 91.6666%;} .column10{width: 83.3333%;} .column9{width: 75%;} .column8{width: 66.6666%; box-sizing: border-box;} .column7{width: 58.3333%; position: relative; box-sizing: border-box;} .column6{width: 50%; position: relative; box-sizing: border-box;} .column5{width: 41.6666%; box-sizing: border-box;} .column4{width: 33.3333%; box-sizing: border-box;} .column3{width: 25%; box-sizing: border-box;} .column2{width: 16.6666%; box-sizing: border-box;} .column1{width: 8.3333%;} .last{padding: 0;} .cf{zoom: 1;} .cf:before, .cf:after{content: ""; display: table;} .cf:after{clear: both;} 

/* PAGE LOADER */
.loaderContain {
    /*! CSS Used from: https://sublettemachinery.com.hstg/css/style.css?v=1 (and from https://greencountryauctions.com.hstg/css/style.css?v=3.5)*/
    z-index: 999999999999;
    position: relative;
	background-color:#f4f4f4;
}

.loaderContain #loader {
    z-index: 1001;
    position: fixed;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
}

.loaderContain #loader img {
    top: 50%;
    left: 50%;
    max-width: 100%;
	width: 200px;
}

.loaderContain #loader-wrapper {
    position: fixed;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    z-index: 1000;
}

.loaderContain #loader-wrapper .loader-section {
    position: fixed;
    top: 0;
    width: 100%;
    bottom: 0;
    background: #f4f4f4;
    z-index: 1000;
}

.loaderContain #loader-wrapper .loader-section.section-left {
    left: 0;
}

.loaded #loader-wrapper .loader-section.section-left {
    /* -webkit-transform: translateX(-100%); */
    -ms-transform: translateX(-100%);
    /* transform: translateX(-100%); */
    opacity: 0;
}

.loaded #loader {
    opacity: 0;
}

.loaded #loader {
    opacity: 0;
    -webkit-transition: all 0.3s ease-out;
    transition: all 0.3s ease-out;
}

.loaded #loader-wrapper .loader-section.section-left {
    -webkit-transition: all 0.7s 0.3s cubic-bezier(0.645, 0.045, 0.355, 1);
    transition: all 0.7s 0.3s cubic-bezier(0.645, 0.045, 0.355, 1);
}

.loaded #loader-wrapper {
    visibility: hidden;
    -webkit-transform: translateY(-100%);
    -ms-transform: translateY(-100%);
    transform: translateY(-100%);
    -webkit-transition: all 0.3s 1s ease-out;
    transition: all 0.3s 1s ease-out;
}


/* HEADER */
.top-bar {width: 100%; background: #ff0000; color: #fff; display: flex; justify-content: space-between; align-items: center; padding: .75em 5%; font-family: 'Paralucent', sans-serif; font-weight: 500; font-size: 18px;}
.top-bar button {border: none; outline: none; cursor: pointer; color: #fff; font-family: 'Paralucent', sans-serif; background: #ff0000; padding: .75em; text-transform: uppercase; letter-spacing: 1px;}
.top-bar button:hover {transition: .3s ease-in-out all; background: #000;}
.header .flex-wrapper {width: 100%; display: flex; align-items: center; justify-content: space-between; padding: 1em 5%; position: relative;}
.header .flex-wrapper a#main-logo img {max-width: 190px; height: auto;}
.header .flex-wrapper a i.fa-search {color: #000; font-size: 24px;}
.header .flex-wrapper a:hover i.fa-search {color: #ff0000!important; transition: .3s ease-in-out all;}
a.desktop-search {display: block; margin-left: 1vw;}
a.mobile-search {display: none;}
form.hdr-search {width: 100%; position: absolute; top: 100px; right: 0; display: flex; justify-content: center; align-items: center; z-index: 999; max-width: 500px; margin: 0 auto;}
form.hdr-search input {width: 70%!important; padding: 0 0 0 15px!important; margin: 0!important; height: 50px!important; line-height: 50px!important;}
form.hdr-search button {height: 50px !important; background: #ff0000!important; border: 0!important; border-radius: 0!important; padding: 10px 0; width: 30%!important; color: #fff!important; font-weight: 500; font-family: 'Paralucent', sans-serif; text-transform: uppercase; font-size: 20px; letter-spacing: 1px; cursor: pointer;}


/* OTHER PAGES */
.hero-txt {width: 40%; display: flex; background: rgba(0,0,0,.75); flex-wrap: wrap; justify-content: center; flex-direction: column; text-align: left; padding: 0 5%; position: absolute; z-index: 1; right: 0; bottom: 0; height: 100%;}
.hero-txt h1 {color: #fff; text-transform: uppercase; font-weight: 500; font-family: 'Paralucent', sans-serif; font-size: 65px; line-height: .85; position: relative; z-index: 2; animation: fadeInUp; animation-duration: 1s;}
.hero-txt p {color: #fff; font-size: 22px!important; line-height: 1.4; margin: 25px 0 10px; position: relative; z-index: 2; animation: fadeInUp; animation-duration: 1s; text-transform: uppercase; letter-spacing: 2px;}
.hero-btns {width: 100%; display: flex; justify-content: flex-start; flex-direction: column; animation: fadeInUp; animation-duration: 1s;}

.page-title {
	width: 100%;
    display: flex;
    justify-content: center;
    align-items: center;
	flex-wrap: wrap;
	flex-direction: column;
    height: 100%;
    position: relative;
    z-index: 0;
    overflow: hidden;
	text-align: center;
    padding: 6em 10% !important;
	background: #000 url('/siteart/bg1.jpg') center center fixed;
	background-size: cover;
}
.page-title.lrg {padding: 8em 10%!important; background: #000 url('/siteart/bg2.jpg') center center fixed; background-size: cover; text-align: center;}
.page-title:before {
	position: absolute;
	z-index: 2;
	width: 100%;
	height: 100%;
	top: 0;
	left: 0;
	right: 0;
	content: '';
	background: rgba(0,0,0,.8);
}
.page-title h1, .page-title p, .page-title a {position: relative; z-index: 3;}

.page-title h1 {
	color: #fff;
    font-family: 'Paralucent', sans-serif;
    text-transform: uppercase;
    font-size: 50px;
    line-height: .85;
	font-weight: 500;
	animation: fadeInUp; 
	animation-duration: 1s;
}
.page-title p {
	animation: fadeInUp; 
	animation-duration: 1s;
	color: #fff;
    font-family: 'Paralucent', sans-serif;
    font-size: 16px;
    max-width: 650px;
    line-height: 1.6;
	margin-top: 15px;
}

.breadcrumb-wrapper {
	padding: 1.75em 5% 0 ;
    font-size: 14px ;
    color: #707070 ;
    font-family: 'Paralucent', sans-serif;
    line-height: 1;
    font-weight: 500;
    text-transform: uppercase;
    width: 100% ;
}
.breadcrumb-wrapper a, .breadcrumb-wrapper p {
	display: inline-block;
    font-size: 14px !important;
    text-transform: uppercase;
    padding-bottom: 5px;
    border-bottom: 1px solid transparent;
} 
.breadcrumb-wrapper a:hover {border-bottom: 1px solid #707070; transition: .3s ease-in-out all;}
.breadcrumb-wrapper .active-link {color: #707070;}


ul.content-list {width: 100%; display: flex; flex-wrap: wrap; margin: 0 0 2em;}
ul.content-list li {width: calc(33.33% - 1em); margin: .5em; padding: 1.5em; border: 1px solid #ccc; text-align: center; display: flex; justify-content: center; align-items: center; flex-wrap: wrap; line-height: 1.5;}
ul.content-list li:hover {border: 1px solid #ff0000; transition: .3s ease-in-out all;}
ul.content-list li span {display: block; font-weight: 600;}

.content-wrapper .flex-wrapper {margin: 5em auto; display: flex; flex-wrap: wrap; width: 90%; max-width: 1500px;}

.content-wrapper {width: 100%; display: flex; flex-wrap: wrap;}
.content-wrapper img {width: 100%; height: auto; display: block; max-width: 500px; margin: 0 0 10px;}
.content-wrapper img:hover {transform: translateY(-10px); transition: all .5s ease;}

.column12.content-pad {margin: 0 auto; width: 100%; float: none;}
.content-pad {padding: 4em 5%!important; margin: 0 auto; max-width: 1500px;}

.contact-ctas {width: 100%; display: flex; justify-content: center; padding: 1em 5%; text-align: center; border-bottom: 1px solid #ccc; flex-wrap: wrap;}
.contact-ctas h2 {font-size: 22px!important;}
.contact-ctas .column4 {padding: 2em 2vw;}
.contact-ctas .column4:nth-child(2) {border-left: 1px solid #ccc; border-right: 1px solid #ccc;}

.content-wrapper h1 {width: 100%; font-size: 48px; text-transform: uppercase; font-family: 'Paralucent', sans-serif; line-height: 1; display: block; margin-bottom: .5em; font-weight: 500; color: #000; animation: fadeInUp; animation-duration: 1s; }
.content-wrapper h2 {width: 100%; color: #000; font-size: 32px; display: block; line-height: 1.2; font-weight: 500; font-family: 'Paralucent', sans-serif; margin-bottom: .5em; animation: fadeInUp; animation-duration: 1.5s;}
.content-wrapper h3 {width: 100%; font-size: 24px; display: block; margin-bottom: .75em; color: #000; font-weight: 500; line-height: 1.3; font-family: 'Paralucent', sans-serif; text-transform: uppercase;}
.content-wrapper h4 {font-size: 22px; display: block; margin-bottom: .75em; font-weight: 500; line-height: 1; font-family: 'Paralucent', sans-serif; text-transform: uppercase;}
.content-wrapper p {font-size: 16px; width: 100%;}
.content-wrapper p a {font-weight: 500; color: #db0000;}

.zoombtns-wrapper {width: 100%; position: relative; display: flex; flex-wrap: wrap; justify-content: center; z-index: 1; padding: 5em 10%; margin: 0 auto;}
.zoombtns-wrapper:before {height: 7px; display: block; width: 10%; background:#ff0000; content: ''; min-width: 400px; z-index: 1; position: absolute; top: 0; left: 0;}
.zoombtns-wrapper:after {height: 60%; display: block; width: 100%; background:#f4f4f4; content: ''; z-index: 0; position: absolute; bottom: 0; left: 0; right: 0;}
.zoombtns-wrapper h2 {width: 100%; font-weight: 500; letter-spacing: 1px; margin-bottom: 1em; font-size: 30px; text-transform: uppercase; line-height: 1.2;}

.help-wrapper {width: 100%; background: #000 url('/siteart/bg1.jpg') center center; background-repeat: no-repeat; background-size: cover; background-attachment: fixed; position: relative; padding: 6em 10%; color: #fff;}
.help-wrapper:before {content: ''; position: absolute; top: 0; left: 0; background: rgba(0,0,0,.75); width: 100%; height: 100%;}
.help-wrapper i {font-size: 50px; display: block; margin: .5em auto;}
.help-wrapper h2 {width: 100%; text-align: center; color: #fff; font-weight: 500; letter-spacing: 1px; position: relative; z-index: 2; display: block; margin: 0 auto 1em; text-transform: uppercase; font-size: 30px; line-height: 1.2;}
.offerings-slider {}
.offering {margin: 1em; display: flex; flex-direction: column; justify-content: center; height: 100%; padding: 2em 1.5em; border: 1px solid #fff; text-align: center;}
.offering:hover {border: 1px solid #ccc; transition: .3s ease-in-out all;}
.offering h2 {text-transform: none; font-size: 28px;}

.cta-banner {width: 100%; display: flex;}
.cta-banner .red-bg {width: 45%; padding: 4.5em 3% 4.5em 8%; position: relative;}
.cta-banner .red-bg:before { content: '';
    width: 100%;
    height: 100%;
    background: linear-gradient(#ff0000, #e60303);
    position: absolute;
	z-index: 1;
    top: 0;
    left: 0;
    transform: skewX(-20deg);
    transform-origin: bottom right;}
.cta-banner h2 {color: #fff; font-size: 40px; font-weight: 500; line-height: 1.2; position: relative; z-index: 2;}
.cta-banner a {position: relative; z-index: 2;}
.cta-banner .cta-img {width: 55%; position: relative; background: #000 url('/siteart/bg2.jpg') center center; background-size: cover; background-repeat: no-repeat;}

.zoom-container {width: calc(25% - 2em); margin: 1em; position: relative; overflow: hidden; box-sizing: border-box; display: flex; flex-wrap: wrap; z-index: 1; background: #fff; box-shadow: rgba(0, 0, 0, 0.2) 0px 3px 15px;}
.zoom-container:hover {transform: translateY(-10px); transition: all .5s ease;}
.zoom-container img {width: 100%; height: auto; aspect-ratio: 3 / 3; object-fit: cover; margin: 0 auto; max-width: 222px;}
.zoom-container:hover img {transform:scale(1.05); transition: all .5s ease;}
.zoom-container:hover .zoom-caption {background: rgba(0, 0, 0, .5)!important; transition: all .2s ease-in-out;}
.zoom-container:hover img {}
.zoom-container .zoom-caption {
	position: relative;
	top: 0;
	right: 0;
	bottom: 0;
	left: 0;
	z-index: 1;
	display: inline-flex;
	flex-direction: column;
	justify-content: center;
	text-align: left;
    transition: all .5s ease;
	padding: 1.5em 10% .5em;
	width: 100%;
	margin: 0 auto;
	background: #666;
	/*text-shadow: 1px 1px 8px #222;*/
}
.zoom-container .zoom-caption:hover {background: #000; transition: .3s ease-in-out all;}
.zoom-container .zoom-caption h2 {color: #fff; line-height: 1; display: block; position: relative; font-size: 18px; font-weight: 500; font-family: 'Paralucent', sans-serif; text-transform: none; margin-bottom: 5px;}
.zoom-container .zoom-caption p {margin-bottom: .5em;}
.zoom-container .zoom-caption p a {color: #fff;}
.zoom-container .zoom-caption p span {color: #ccc; margin: 0 5px;}

.calculator-wrapper {width: 100%; margin: 2em auto; display: flex; justify-content: center;}
.calculator-wrapper iframe {width: 100%; height: 700px;}

.featuredbrands-wrapper {width: 100%; display: flex; justify-content: center; align-items: center; flex-wrap: wrap; margin: 0 auto; padding: 5em 10% 0; box-sizing: border-box; text-align: center;}
.manu-wrapper {width: 100%; display: flex; justify-content: center; align-items: center; flex-wrap: wrap; margin: 0 auto; box-sizing: border-box; text-align: center; background: #fff; padding: 2em; box-shadow: rgba(0, 0, 0, 0.2) 0px 3px 15px; border-radius: 20px;}
.featuredbrands-wrapper h2 {text-transform: uppercase; font-weight: 500; font-family: 'Paralucent', sans-serif; padding-bottom: .75em; font-size: 24px; width: 100%; line-height: 1.2; letter-spacing: 1px;}
.featuredbrands-wrapper hr, .content-wrapper hr {width: 75px; margin: 0 0 2em; display: block; border-width: 2px; color: #ff0000; border-style: solid;}

.testimonials-wrapper {width: 100%; padding: 12em 10% 8em; margin-top: -5em; background: #000 url('/siteart/bg4.jpg') center center; background-size: cover; background-repeat: no-repeat; position: relative; z-index: 0;}
.testimonials-wrapper:before {width: 100%; content: ''; background: rgba(0,0,0,.75); height: 100%; top: 0; left: 0; right: 0; z-index: 1; position: absolute;}
.testimonials-wrapper h3 {position: relative; z-index: 2; color: #fff; text-transform: uppercase; display: block; margin-bottom: 1em; font-size: 24px; font-weight: 500; padding-left: 1.25em; line-height: 1.1;}
.testimonials-wrapper h3 i {display: block; font-size: 30px; color: #ccc;}


.gray-bg {margin: 0 auto; background: #f4f4f4; box-sizing: border-box; display: block; justify-content: center; flex-wrap: wrap; align-items: center; padding: 2em; position: relative; z-index: 1;}

.welcome-wrapper {width: 80%; max-width: 1900px; margin: 6em auto 12em; box-sizing: border-box; display: flex; justify-content: center; align-items: center; position: relative; z-index: 1;}
.welcome-left {border-radius: 20px; padding: 0; position: relative; z-index: 1; margin-right: -3em; margin-bottom: -10em;}
.welcome-left img {width: 100%; height: auto; display: block; border-radius: 20px; margin: 0 auto; aspect-ratio: 2 / 3; object-fit: cover;}
.welcome-right {padding: 6em 10%!important; box-sizing: border-box; border-radius: 20px; background: #f4f4f4; aspect-ratio: 3 / 3; display: flex; flex-direction: column; justify-content: center;}
.welcome-left img:hover {transform: translateY(-10px); transition: all .5s ease;}
.welcome-right h2 {font-size: 32px; font-weight: 500; font-family: 'Paralucent', sans-serif; text-transform: uppercase; line-height: 1; display: block; margin-bottom: .75em; letter-spacing: 1px;}

img#currency {width: 100%; max-width: 200px; margin: 2em 0; display: inline-block;}
img#currency:hover {transtion: .3s ease-in-out all; opacity: .8;}

.services-btns {padding: .5em 0;}
.services-btns a#cta-btn button {padding: 1.25em 3%!important; width: calc(50% - 1em); max-width: none; margin: .25em;}

.staff-box {overflow: hidden; padding: 1em; color: #ff0000; font-size: 14px; line-height: 1; text-align: left;}
.staff-box img {width: 100%; height: auto; margin: 0 auto 1em; display: block;}
.staff-box strong {text-transform: uppercase; font-size: 22px; color: #000; display: block; line-height: 1; font-weight: 500; font-family: 'Paralucent', sans-serif; margin-bottom: 5px;}
.staff-box p {color: #000!important; font-size: 16px!important; margin-top: 10px;}


.quicklinks-wrapper {width: 100%; display: flex; justify-content: center; align-items: center; color: #fff; text-align: center; flex-wrap: wrap; padding: 3em;}
.quicklinks-wrapper h2 {color: #fff; font-size: 24px; display: block; margin-bottom: 1em; letter-spacing: 1px; width: 100%; text-transform: uppercase; font-weight: 500;}
.quicklinks-wrapper a {color: #fff; margin: 0 2vw; display: inline-block; font-size: 16px; font-weight: 500; padding: .5em 0;}
.quicklinks-wrapper span {color: #ccc;}

.services-wrapper {width: 100%; background: #f4f4f4;}



/* ACCORDION
--------------------------------*/
.custom-accordion {width: 100%; text-align: left; position: relative; display: flex; flex-direction: column; justify-content: center; margin: 0 0 2em; font-size: 16px;}
.custom-accordion > a {
	padding: 1em 0;
	color: #000!important;
	display: block;
	text-decoration: none;
	font-size: 26px;
	line-height: 1.1;
	font-weight: 500;
	transition: ease all 0.2s;
	position: relative;
	text-transform: uppercase;
	font-family: 'Paralucent', sans-serif;
}
.custom-accordion > a:after{
	content:'';
	position: absolute;
	top: 100%;
	left: 0;
	right: 0;
	height: 1px;
	background: #ccc;
	transition: ease all 0.3s;
}
.custom-accordion > a.open:after{
	content:'';
	position: absolute;
	top: 100%;
	left: 0;
	right: 0;
	height: 1px;
	background: #ccc;
}

.custom-accordion > a:hover{
	color: #ff0000;
	background: transparent;
	border: none;
	/*box-shadow: 0px 3px 15px rgba(0,0,0,0.2);*/
	cursor: pointer;
}
a.click.heading.open{
	color: #ff0000;
	background: transparent;
}
.custom-accordion > a i{
	color: #ff0000;
	padding-right: 1em;
	float: right;
}

.custom-accordion > .drop-list{
	padding: 3em 0;
	color: #000;
	display: flex;
	flex-wrap: wrap;
	width: 100%;
}
.custom-accordion > .drop-list.flex-it{
	padding: 3em 0;
	color: #000;
	display: flex;
	flex-wrap: nowrap;
	width: 100%;
}
.custom-accordion > .drop-list h3 {font-size: 20px; text-transform: none; margin-bottom: 2em;}
.custom-accordion > .drop-list p.marg-left {margin-left: 5%;}
.custom-accordion > .drop-list img {width: 100%; height: auto; aspect-ratio: 3 / 3; object-fit: cover; max-width: 300px;}

.custom-accordion .click.open i:before{
    content: "\f068";
}

/*  contact form + captcha
------------------------------*/
#form {width: 100%; /*width: 80%; margin: 5em auto; padding: 3em;*/}
#form.gray-bg {padding: 0;}
#form .form-row {display: block; text-align: left!important;}
#form .form-row label{font-weight: 500; color: #000; display: block;}
#form input[type="text"], #form input[type="email"], #form select, #form textarea, #form input[type="date"] {width: 100%; margin: 0 0 20px; padding: 10px; border: 1px solid #ccc; background: #fff; font-weight: 500; color: #000; height: 50px; border-radius: 5px;}
#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 #ccc; 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; margin: 0 auto!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;}
#captcha-content {display: none;}


/* FOOTER */
.footer {width: 100%; background: linear-gradient(#ff0000, #e60303); padding: 5em 10%; color: #fff; display: flex; justify-content: space-between; flex-wrap: wrap;}
.footer h4 {font-size: 20px; font-weight: 500; font-family: 'Paralucent', sans-serif; display: block; margin-bottom: .5em; color: #fff; text-transform: uppercase;}
.footer p {margin: 1em 0 2.5em; max-width: 333px;}
a#ftr-phone {font-size: 18px;}
img#ftr-logo {width: 100%; max-width: 140px; height: auto;}
ul.ftr-nav {color: #fff; font-family: 'Paralucent', sans-serif; display: flex; flex-wrap: wrap; flex-direction: column;}
ul.ftr-nav li {display: block; margin: 3px 0;}
ul.ftr-nav li a {color: #fff;}

.back-btn{margin-top: 25px;}


/* RESPONSIVE */

@media screen and (max-width: 1400px){
	.testimonial-wrapper {justify-content: center;}
	
}
@media screen and (max-width: 1300px){
	.top-bar {padding: .75em 2em;}
	.top-bar a {font-size: 16px;}
	.header .flex-wrapper a#main-logo img {max-width: 180px;}
	a.mobile-search {display: block;}
	a.desktop-search {display: none;}	
	.mobile-display {display: flex; align-items: center;}
	.mobile-display a.menu-toggle, .mobile-display a.search-toggle {margin-left: 1em;}
	
	.zoom-container {width: calc(33.33% - 2em);}
	.zoom-container img {aspect-ratio: 2 / 2;}
	
	.calculator-wrapper iframe {height: 900px;}
	
	.content-wrapper {flex-wrap: wrap;}
	.content-wrapper .column7 {width: 100%;}
	.content-wrapper .column5 {width: 100%;}
}
@media screen and (max-width: 1200px){
	.welcome-wrapper {width: 90%;}
}
@media screen and (max-width: 1100px){	
	.hero-txt {width: 100%; position: relative; background: #111; padding: 3em 2em;}
	.hero-txt h1 {font-size: 55px;}
	.hero-txt p {font-size: 20px!important;}
	
	.testimonial-wrapper {justify-content: center;}
	
	.column1, .column2, .column3, .column4, .column5, .column6, .column7, .column8, .column9, .column10, .column11, .column12 {margin: 0 auto!important; width: 100%!important; float: none; padding: 0;}
	
	.cta-banner {flex-wrap: wrap; flex-direction: column; text-align: center;}
	.cta-banner .red-bg {width: 100%; padding: 3.5em 10%; position: relative;}
	.cta-banner .red-bg:before {display: none;}
	.cta-banner h2 {font-size: 32px;}
	.cta-banner .cta-img {width: 100%; padding: 8em;}

	.contact-ctas .column4:nth-child(2) {border-left: none; border-top: 1px solid #ccc; border-bottom: 1px solid #ccc; border-right: none;}
	
	.welcome-wrapper {flex-wrap: wrap-reverse; margin: 3em 5%;}
	.welcome-right {aspect-ratio: 5 / 3; border-radius: 20px 20px 0 0; padding: 3em 10%!important;}
	.welcome-left img {aspect-ratio: 5 / 3; border-radius: 0 0 20px 20px;}
	.welcome-left {border-radius: 0 0 20px 20px;}
	.graybg-left img {margin: 0 auto 1.5em; max-width: none;}
	
	.hero-btns {flex-direction: row;}
	.hero-btns a {margin-right: 10px;}
	
	.tabs-wrapper button {max-width: none; font-size: 26px;}
	.featuredequip-content h2 {padding-bottom: .5em;}
	
	.sidebar-wrapper {width: 100%; background: #f4f4f4; padding: 3.5em 10%!important;}
	.footer .column6 {width: 50%!important; float: left!important;}
	.footer .column3 {width: 25%!important; float: left!important;}
}
@media screen and (max-width: 900px){
	.zoom-container {width: calc(50% - 1em); margin: .5em;}
	.footer .column6 {width: 100%!important; float: none!important;}
	.footer .column3 {width: 100%!important; float: none!important;}
	.footer {text-align: center; padding: 4em 10%;}
	.footer p {max-width: none; margin: 1em auto 2em;}
	.footer h4 {margin-top: 1.5em;}	
	ul.content-list li {width: calc(50% - 1em);}
}
@media screen and (max-width: 767px){
	form.hdr-search {max-width: none;}
	.header .flex-wrapper a#main-logo img {max-width: 140px;}
	.banner-wrapper {padding: 1.25em;}
	.banner-wrapper h3 {font-size: 26px;}
	
	.page-title {padding: 5em 10%!important;}
	.page-title h1 {font-size: 48px;}	
	.page-title, .help-wrapper {background-attachment: inherit!important;}
	.content-wrapper h2 {font-size: 28px;}
	
	.quicklinks-wrapper span {display: none;}
	.quicklinks-wrapper {flex-direction: column;}
	.quicklinks-wrapper a {width: 100%; background: #000; margin: .5em auto;}
	.quicklinks-wrapper a:hover {background: #191919; transition: .3s ease-in-out all;}
	
	.services-btns a#cta-btn button {width: calc(100% - 1em);}
	
	.calculator-wrapper iframe {height: 1100px;}
	
	.cta-banner .red-bg {width: 100%; padding: 3em 10%; position: relative;}
	.cta-banner h2 {font-size: 28px;}
			
	.ftr-wrapper h4#marg15 {margin-top: 15px;}
	
	.hero-txt {text-align: center;}
	.hero-btns {justify-content: center;}
	.hero-txt h1 {font-size: 50px;}
	.hero-txt p {font-size: 18px!important;} 	
	
}
@media screen and (max-width: 560px){
	.testimonial-right {width: 100%;}
	.testimonial-wrapper p.sub-txt {text-align: right; margin-bottom: .5em!important; padding: 0!important;}
	.testimonial-wrapper {justify-content: flex-start;}
	.testimonial-wrapper i {margin-right: 0; margin-bottom: .25em;}
	
	.manu-wrapper {padding: 1em;}
	.manu-wrapper .manu-logo {width: calc(100% - 2em);}
	
	.zoombtns-wrapper .column12 {padding: 0 1em;}
	.hero-btns {flex-direction: column;}
	.hero-btns a {margin-right: 0;}
	
	ul.content-list li {width: calc(100% - 1em);}
	
	.page-title.lrg {padding: 6em 10%!important;}
	
	.custom-accordion > .drop-list img {max-width: 200px;}
	
}
@media screen and (max-width: 480px){
	.top-bar {padding: .75em 5%;}
	.top-bar a {font-size: 4vw!important;}
	
	.calculator-wrapper iframe {height: 1300px;}
	
	.hero-txt h1 {font-size: 48px;}
	
	.zoom-container {width: calc(100% - 1em);}
	
	.content-pad {padding: 3.5em 7%!important;}
	.page-title {padding: 4em 7%!important;}
	
	.custom-accordion > .drop-list {flex-wrap: wrap;}
	.custom-accordion > .drop-list p.marg-left {margin-left: 0; margin-bottom: 1em;}
}

@media screen and (max-width: 320px) {
	
	.calculator-wrapper iframe {height: 1400px;}
}
