﻿/***** 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;
}

table{border-collapse:collapse; width:100%;}
td{vertical-align:top;}

/* Make HTML 5 elements display block-level for consistent styling */  
header, nav, article, footer, address {  
    display: block;  
} 

/*-------- COLORS --------

*/

/***** END RESET *****/
::-moz-selection {
    background: #000; 
    color: #fff;
    text-shadow: none;
}
::selection {
    background: #000;
    color: #fff;
    text-shadow: none;
}


/* Clearfix */
.cf:before,
.cf:after {
    content: " ";
    display: table;
}
.cf:after {
    clear: both;
}
.cf {
    *zoom: 1;
}

/*-------- BODY STYLES --------*/

body {

}

a:link, a:visited, a:active {text-decoration:none;}
a:hover {text-decoration:none;}


hr{border:#000 1px solid;}

/*--- HEADER STYLES ---------------------*/
header {
	display: flex;
	justify-content: space-between;
}

header img {
	height: 82px;
	margin: 25px;
}

.header-cont {
	width: calc(100% - 222px);
}

.menu-cont {
	display: flex;
	justify-content: flex-end;
}

.contact-bar {
	background-color: #3E5889;
	width: 89%;
	color: #fff;
	display: flex;
	justify-content: space-between;
	padding: 15px 35px;
	box-sizing: border-box;
}

.contact-bar a {
	font-family: 'Gantari', sans-serif;
	color: #fff;
	font-size: 18px;
	font-weight: 400;
}

.contact-bar a:hover {
	font-weight: 600;
	cursor: pointer;
	-webkit-transition: .3s ease-in-out;
    transition: .3s ease-in-out;
}




/*---BODY--------------------------------*/

.main-title {
	font-family: 'Gantari', sans-serif;
	text-transform: uppercase;
	color: #fff;
	font-weight: 800;
	font-size: 84px;
	line-height: 90px;
}

.main-subtitle {
	font-family: 'Gantari', sans-serif;
	text-transform: uppercase;
	color: #000;
	font-weight: 800;
	font-size: 60px;
}

.sub-subtitle {
	font-family: 'Gantari', sans-serif;
	font-weight: 600;
	font-style: italic;
	font-size: 48px;
	text-transform: uppercase;
	text-align: center;
	margin-bottom: 35px;
	
}

p {
	font-family: 'Gantari', sans-serif;
}

.btn-primary {
	display: block;
	max-width: 250px;
	margin-top: 54px;
	background-color: #E2B064;
	color: #000;
	font-family: 'Gantari', sans-serif;
	font-size: 24px;
	font-weight: 700;
	text-transform: uppercase;
	text-align: center;
	line-height: 75px;
	border-radius: 8px;
	border: none;
	padding: 0px 50px;
	text-shadow: none;
}
.btn-primary:hover {
	background-color: #B68539;
	color: #fff;
	cursor: pointer;
	-webkit-transition: .3s ease-in-out;
    transition: .3s ease-in-out;
	
}

.btn-primary2 {
	display: block;
	max-width: 220px;
	margin-top: 54px;
	background-color: #E2B064;
	color: #000;
	font-family: 'Gantari', sans-serif;
	font-size: 19px;
	font-weight: 600;
	text-transform: uppercase;
	text-align: center;
	line-height: 52px;
	border-radius: 8px;
	border: none;
	padding: 0px 10px;
	text-shadow: none;
}
.btn-primary2:hover {
	background-color: #B68539;
	color: #fff;
	cursor: pointer;
	-webkit-transition: .3s ease-in-out;
    transition: .3s ease-in-out;
	
}

.btn-primary2 i {font-size:16px;}

.center {
	text-align: center;
	margin-left: auto;
	margin-right: auto;
}

.right {
	text-align: right;
}

.right .btn-primary {
float: right;
	width: 250px;
}

.bluetext {
	color: #3E5889;
	font-family: 'Gantari', sans-serif;
	font-weight: 900;
	font-size: 28px;
	text-transform: uppercase;
	text-align: center;
	margin: 36px 0px;
}

.orangetext {
	color: #B68539;
	font-family: 'Gantari', sans-serif;
	font-weight: 900;
	font-size: 28px;
	text-transform: uppercase;
	text-align: center;
	margin: 36px 0px;
}

.flex-container {
	display: flex;
	align-items: center;
}

.home-hero {
	width: 100%;
	background-image: url("/siteart/hero.jpg");
	background-color: #888;
	background-repeat: no-repeat;
	background-size: cover;
	background-position: center center;
}

.home-hero-text {
	width: 50%;
	padding-top: 300px;
	padding-left: 80px;
	padding-bottom: 100px;
	text-shadow: 5px 5px 16px rgba(0, 0, 0, 0.7)
}

.home-hero-text p {
	font-size: 26px;
	font-weight: 600;
	color: #fff;
	line-height: 33px;
	padding-top: 40px;
	
}
.searchbar-sect {
	background-color: #888;
	display: flex;
	flex-direction: row;
	justify-content: center;
	padding: 40px;
}

.searchbar-sect p {
	color: #fff;
	font-size: 32px;
	font-weight: 600;
	margin-right: 100px;
}

.info-sect {
	margin: 95px;
	display: flex;
	justify-content: space-between;
}

.info-sect-text {
	width: 45%;
	padding: 50px 0;
}

.info-sect-text p {
	font-size: 24px;
	margin-top: 44px;
	line-height: 33px;
	font-weight: 400;
}

.center-text-sect p {
	font-size: 24px;
	line-height: 33px;
	font-weight: 400;
	margin-bottom: 70px;
}

.info-sect-img {
	width: 45%;
}

.info-sect-img img {
	width: 100%;
	height: 100%;
	object-fit: cover;
}

.info-sect-img iframe {
	width: 100%;
	object-fit: cover;
}

.center-text-sect {
	width: 80%;
	margin: 0px auto 20px;
	padding: 0px 5%;
	text-align: center;
}

.callout-sect {
	width: 100%;
	height: 346px;
	background-image: url("/siteart/callout.jpg");
	background-size: cover;
	background-repeat: no-repeat;
	background-position: center center;
}

.callout-sect-service {
	width: 100%;
	height: 346px;
	background-image: url("/siteart/callout.jpg");
	background-size: cover;
	background-repeat: no-repeat;
	background-position: center center;
}

.callout-cont {
	padding: 60px 44px 0px;
	position: absolute;
	width: calc(100% - 88px);
	display: flex;
	justify-content: center;
}

.callout-text {
	font-family: 'Gantari', sans-serif;
	font-size: 20px;
	font-weight: 400;
	color: #000;
	
}

.callout1 {
	width: 30%;
	max-width: 460px;
	text-align: center;
	background-color: #fff;
	border-radius: 8px;
	background-image: url("/siteart/delivery.png");
	background-position: bottom right;
	background-size: contain;
	background-repeat: no-repeat;
	margin: 0px 28px;
	padding: 0px 30px 44px;
	box-shadow: 4px 4px 25px rgba(0, 0, 0, 0.33);
}

.callout2 {
	width: 30%;
	max-width: 460px;
	text-align: center;
	justify-content: space-between;
	background-color: #fff;
	border-radius: 8px;
	background-image: url("/siteart/maintenance.png");
	background-position: bottom right;
	background-size: contain;
	background-repeat: no-repeat;
	margin: 0px 28px;
	padding: 0px 30px 44px;
	box-shadow: 4px 4px 25px rgba(0, 0, 0, 0.33);
}

.callout3 {
	width: 30%;
	max-width: 460px;
	text-align: center;
	justify-content: space-between;
	background-color: #fff;
	border-radius: 8px;
	background-image: url("/siteart/competitive-pricing.png");
	background-position: bottom right;
	background-size: contain;
	background-repeat: no-repeat;
	margin: 0px 28px;
	padding: 0px 30px 44px;
	box-shadow: 4px 4px 25px rgba(0, 0, 0, 0.33);
}

.callout-cont .btn-primary {
	margin: 54px auto 10px;
}

.spacer {
	width: 100%;
	height: 140px;
}

.spacer-sm {
	width: 100%;
	height: 80px;
}

.buttons-head {
	margin: 95px 95px 110px;
}

.center-head {
	margin: 95px 95px 50px;
}

.buttons-sect {
	background-color: #B68539;
	height: 672px;
	position: relative;
}

.buttons-cont {
	position: absolute;
	top: -67px;
	width: calc(100% - 320px);
	margin: 0px 160px;
	display: flex;
	flex-wrap: wrap;
	justify-content: center;
}

.buttons-large {
	width: calc(50% - 26px);
	max-width: 676px;
	margin: 13px;
	background-color: #fff;
	color: #000;
	border-radius: 5px;
	box-shadow: 4px 4px 25px rgba(0, 0, 0, 0.33);
}

.buttons-small {
	width: calc(25% - 26px);
	max-width: 325px;
	margin: 13px;
	background-color: #fff;
	color: #000;
	border-radius: 5px;
	box-shadow: 4px 4px 25px rgba(0, 0, 0, 0.33);
}

.buttons-large img, .buttons-small img {
	width: 100%;
	height: 170px;
	object-fit: cover;
	border-radius: 5px 5px 0px 0px;
}

.buttons-large p, .buttons-small p {
	font-size: 28px;
	text-align: center;
	text-transform: uppercase;
	font-weight: 700;
	margin: 16px 0px 20px;
}

.buttons-large:hover, .buttons-small:hover {
	box-shadow: 4px 4px 25px rgba(0, 0, 0, 0.45);
	color: #3E5889;
	cursor: pointer;
	-webkit-transition: .3s ease-in-out;
    transition: .3s ease-in-out;
}
.buttons-large:hover img, .buttons-small:hover img {
	opacity: .8;
	cursor: pointer;
	-webkit-transition: .3s ease-in-out;
    transition: .3s ease-in-out;
}

.contact-link {
	display: flex;
	flex-direction: row;
	margin: 30px 0px 0px;
	font-family: 'Gantari', sans-serif;
	color: #000000;
	max-width: 360px;
}

.contact-link p {
	margin: 0px!important;
}

.contact-link i {
	font-size: 20px;
	margin: 8px;
}

/*--------FORM STYLES--------------------*/

/*--------SEARCH BAR--------*/
.searchbar {
	width: 60%;
	max-width: 690px;
	height: 50px;
	background-color: #fff;
	border-radius: 25px;
	display: flex;
	justify-content: space-between;
}

.searchbar .searchbar-type {
	height: 36px;
	margin: 7px 0px 7px 18px;
	border: none!important;
	width: 85%;
	font-family: 'Gantari', sans-serif;
	font-size: 16px;
}

.searchbar .searchbar-type:focus {
	outline: none!important;
}

.searchbar .searchbar-submit {
	width: 36px;
	height: 36px;
	color: transparent;
	font-size: 22px;
	background-color: transparent;
	border: none!important;
	margin: 7px 18px 7px 0px;
}

.searchbar .searchbar-submit:hover {
	cursor: pointer;
}

/*--------CONTACT US FORM--------*/

.contact-form {
	width: 90%;
	margin: 50px auto;
	padding: 0px 5%;
}

.sub-subtitle.form-heading {
	margin: 0px;
}

.form-row {
	display: flex;
	flex-direction: row;
	justify-content: space-between;
}

.form-half {
	width: 49%;
	display: flex;
	flex-direction: column;
}

.form-full {
	width: 100%;
	display: flex;
	flex-direction: column;
}

.contact-label {
	font-family: 'Gantari', sans-serif;
	font-size: 15px;
	line-height: 24px;
	font-weight: 400;
	margin-top: 15px;
}

.contact-input {
	font-family: 'Gantari', sans-serif;
	font-size: 15px;
	line-height: 40px;
	font-weight: 400;
	background-color: #ddd;
	border: none;
	padding: 0px 10px;
}

.contact-textarea {
	font-family: 'Gantari', sans-serif;
	font-size: 15px;
	font-weight: 400;
	background-color: #ddd;
	border: none;
	padding: 10px;
	height: 100px;
}

.contact-form .contact-input:focus, .contact-form .contact-textarea:focus {
	outline: none!important;
}

.CaptchaPanel {
	font-family: 'Gantari', sans-serif;
}

#CaptchaAnswer {
	font-size: 15px;
	line-height: 40px;
	font-weight: 400;
	background-color: #ddd;
	border: none;
	padding: 0px 10px;
}

#CaptchaAnswer:focus {
	outline: none!important;
}

/*-------- BLOG PAGE ----------------*/

.center-format{margin:0 auto; padding:50px 7%; display:flex; justify-content: center;}
.blog-post-row {display:grid; grid-template-columns: 1fr 1fr; gap:40px; flex-wrap: wrap; width:90%; align-items:center;}
.blog-posts {background-color:#f7f7f7; padding:20px; box-shadow: 0px 0px 15px 2px #ababab; 
    transition: transform .2s ease, box-shadow .2s ease;

}
.blog-posts h2 {font-family: 'Gantari', sans-serif; color:#000; font-weight:800; font-size:24px; text-transform:uppercase; line-height:33px;}
.blog-posts p {font-family: 'Gantari', sans-serif; color:#000; font-size:18px; line-height:25px;}
.blog-posts span {color:#3e5889; font-weight:700; font-size:18px;}
.author {font-family: 'Gantari', sans-serif; color:#000; line-height:25px; font-weight:700; font-size:18px;}

.blog-thumbnail {position: relative; display: flex; flex-direction: column; align-content: center;justify-content: center; gap: 10px; ; height: 100%;  word-break: normal !important; margin: 10px 0;  }

.blog-text {width:90%; margin:0px auto 20px; padding: 0px 5%; text-align:left;}
.blog-text {font-size:20px;line-height:25px;}
.blog-text h2 {font-wight:700; font-size:26px; font-family: 'Gantari', sans-serif; color:#3e5889;}
.blog-text h3 {font-wight:700; font-size:23px; font-family: 'Gantari', sans-serif; color:#3e5889;margin-bottom:10px}

.blog-posts:hover {cursor:pointer;transform:scale(1.05) !important; }

.blog-posts {
	-webkit-animation-fill-mode: backwards !important;
	animation-fill-mode: backwards !important;
}

.NEW-badge {position:absolute; top:-54px; left:-47px; width:65px;}

.slide-in-blurred-right{-webkit-animation:slide-in-blurred-right 0.6s cubic-bezier(0.230, 1.000, 0.320, 1.000) both;animation:slide-in-blurred-right 0.6s cubic-bezier(0.230, 1.000, 0.320, 1.000) both}.slide-in-blurred-right{-webkit-animation:slide-in-blurred-right 0.6s cubic-bezier(0.230, 1.000, 0.320, 1.000) both;animation:slide-in-blurred-right 0.6s cubic-bezier(0.230, 1.000, 0.320, 1.000) both}@-webkit-keyframes slide-in-blurred-right{0%{-webkit-transform:translateX(1000px) scaleX(2.5) scaleY(0.2);transform:translateX(1000px) scaleX(2.5) scaleY(0.2);-webkit-transform-origin:0 50%;transform-origin:0 50%;-webkit-filter: blur(40px);filter: blur(40px);opacity:0}100%{-webkit-transform:translateX(0) scaleY(1) scaleX(1);transform:translateX(0) scaleY(1) scaleX(1);-webkit-transform-origin:50% 50%;transform-origin:50% 50%;-webkit-filter: blur(0);filter: blur(0);opacity:1}}@keyframes slide-in-blurred-right{0%{-webkit-transform:translateX(1000px) scaleX(2.5) scaleY(0.2);transform:translateX(1000px) scaleX(2.5) scaleY(0.2);-webkit-transform-origin:0 50%;transform-origin:0 50%;-webkit-filter: blur(40px);filter: blur(40px);opacity:0}100%{-webkit-transform:translateX(0) scaleY(1) scaleX(1);transform:translateX(0) scaleY(1) scaleX(1);-webkit-transform-origin:50% 50%;transform-origin:50% 50%;-webkit-filter: blur(0);filter: blur(0);opacity:1}}.slide-in-blurred-bottom{-webkit-animation:slide-in-blurred-bottom 0.6s cubic-bezier(0.230, 1.000, 0.320, 1.000) both;animation:slide-in-blurred-bottom 0.6s cubic-bezier(0.230, 1.000, 0.320, 1.000) both}@-webkit-keyframes slide-in-blurred-bottom{0%{-webkit-transform:translateY(1000px) scaleY(2.5) scaleX(0.2);transform:translateY(1000px) scaleY(2.5) scaleX(0.2);-webkit-transform-origin:50% 100%;transform-origin:50% 100%;-webkit-filter: blur(40px);filter: blur(40px);opacity:0}100%{-webkit-transform:translateY(0) scaleY(1) scaleX(1);transform:translateY(0) scaleY(1) scaleX(1);-webkit-transform-origin:50% 50%;transform-origin:50% 50%;-webkit-filter: blur(0);filter: blur(0);opacity:1}}@keyframes slide-in-blurred-bottom{0%{-webkit-transform:translateY(1000px) scaleY(2.5) scaleX(0.2);transform:translateY(1000px) scaleY(2.5) scaleX(0.2);-webkit-transform-origin:50% 100%;transform-origin:50% 100%;-webkit-filter: blur(40px);filter: blur(40px);opacity:0}100%{-webkit-transform:translateY(0) scaleY(1) scaleX(1);transform:translateY(0) scaleY(1) scaleX(1);-webkit-transform-origin:50% 50%;transform-origin:50% 50%;-webkit-filter: blur(0);filter: blur(0);opacity:1}}.slide-in-blurred-left{-webkit-animation:slide-in-blurred-left 0.6s cubic-bezier(0.230, 1.000, 0.320, 1.000) both;animation:slide-in-blurred-left 0.6s cubic-bezier(0.230, 1.000, 0.320, 1.000) both}@-webkit-keyframes slide-in-blurred-left{0%{-webkit-transform:translateX(-1000px) scaleX(2.5) scaleY(0.2);transform:translateX(-1000px) scaleX(2.5) scaleY(0.2);-webkit-transform-origin:100% 50%;transform-origin:100% 50%;-webkit-filter: blur(40px);filter: blur(40px);opacity:0}100%{-webkit-transform:translateX(0) scaleY(1) scaleX(1);transform:translateX(0) scaleY(1) scaleX(1);-webkit-transform-origin:50% 50%;transform-origin:50% 50%;-webkit-filter: blur(0);filter: blur(0);opacity:1}}@keyframes slide-in-blurred-left{0%{-webkit-transform:translateX(-1000px) scaleX(2.5) scaleY(0.2);transform:translateX(-1000px) scaleX(2.5) scaleY(0.2);-webkit-transform-origin:100% 50%;transform-origin:100% 50%;-webkit-filter: blur(40px);filter: blur(40px);opacity:0}100%{-webkit-transform:translateX(0) scaleY(1) scaleX(1);transform:translateX(0) scaleY(1) scaleX(1);-webkit-transform-origin:50% 50%;transform-origin:50% 50%;-webkit-filter: blur(0);filter: blur(0);opacity:1}}

/*-------- FOOTER STYLES ----------------*/
footer{
	background-color: #2f2f2f;
	color: #fff;
	padding: 80px 0px;
	display: flex;
	flex-direction: row;
}

.footer-column-reg {
	width: 22%;
	padding: 0px 0px 0px 70px; 
}

.footer-column-wide {
	width: 34%;
	padding: 0px 0px 0px 70px; 
}

.footer-column-reg img {
	object-fit: contain;
	padding: 0px 10px;
}
.footer-heading {
	font-size: 28px;
	text-transform: uppercase;
	font-weight:700;
	margin-bottom: 30px;
}

.footer-column-reg a, .footer-column-wide a {
	font-family: 'Gantari', sans-serif;
	font-size: 18px;
	font-weight: 400;
	line-height: 30px;
	color: #fff;
}

.footer-column-reg a:hover, .footer-column-wide a:hover {
	color: #ddd;
	font-weight: 600;
	cursor: pointer;
	-webkit-transition: .3s ease-in-out;
    transition: .3s ease-in-out;
}

.footer-column-wide i {
	font-size: 20px;
	margin: 5px 10px 0px 0px;
}

.footer-column-wide i.tall {
	font-size: 20px;
	margin: 15px 10px 0px 0px;
}






/*----INVENTORY STYLES - KEEP AT BOTTOM OF CSS----*/







/*---------- RESPONSIVE STYLES ----------*/

@media only screen and (max-width: 1580px) {
	.main-title {
		font-size: 70px;
		line-height: 80px;
	}
	
	.main-subtitle {
		font-size: 54px;
	}
	
	.sub-subtitle {
		font-size: 40px;
	}
	
	.bluetext, .orangetext {
		font-size: 21px;
	}
	
	.home-hero-text {
		padding-top: 260px;
	}
	
	.home-hero-text p {
		font-size: 22px;
	}
	
	.btn-primary {
		font-size: 20px;
		line-height: 60px;
		margin-top: 42px;
		padding: 0px 40px;
	}
	
	.searchbar-sect {
		padding: 32px;
	}
	
	.searchbar-sect p {
		font-size: 27px;
		line-height: 50px;
		margin-right: 70px;
	}
	
	.info-sect-text p {
		font-size: 20px;
		line-height: 28px;
		margin-top: 32px;
	}
	
	.center-text-sect p {
		font-size: 20px;
		line-height: 28px;
	}
	
	.callout-sect {
		height: 316px;
	}
	
	.callout1, .callout2, .callout3 {
		padding: 0px 30px 30px;
	}
	
	.callout-text {
		font-size: 18px;
	}
	
	.buttons-sect {
		height: 608px;
	}
	
	.buttons-cont {
		top: -60px;
	}
	
	.buttons-large img, .buttons-small img {
		height: 156px;
	}
	
	.buttons-large p, .buttons-small p {
		font-size: 22px;
		margin: 12px 0px 16px;
	}
	
	.footer-heading {
		font-size: 24px;
	}
	
	.footer-column-reg a, .footer-column-wide a {
		font-size: 16px;
		line-height: 26px;
	}
}

@media only screen and (max-width: 1320px) {
	.contact-bar a {
		font-size: 15px;
		line-height: 22px;
	}
	
	.bluetext, .orangetext {
		font-size: 20px;
	}
	
	.home-hero-text {
		width: 60%;
		padding-top: 236px;
	}
	
	.info-sect-text {
		padding: 36px 0px;
	}
	
	.info-sect-text p {
		font-size: 18px;
		line-height: 24px;
		margin-top: 28px;
	}
	
	.center-text-sect p {
		font-size: 18px;
		line-height: 24px;
	}
	
	.callout1, .callout2, .callout3 {
		margin: 0px 18px;
		padding: 0px 20px 30px;
	}
	
	.callout-text {
		font-size: 16px;
	}
	
	.callout-cont .btn-primary {
		font-size: 18px;
		padding: 0px 26px;
	}
	
	.spacer {
		height: 80px;
	}
	
	.buttons-large p, .buttons-small p {
		font-size: 20px;
		margin: 12px 0px 16px;
	}
	
	.contact-link {
		max-width: 300px;
	}
	
	.contact-link i {
		font-size: 16px;
		margin: 4px 8px;
	}
}

@media only screen and (max-width: 1150px) {
	header img {
		height: 70px;
	}
	
	.main-title {
		font-size: 64px;
		line-height: 72px;
	}
	
	.main-subtitle {
		font-size: 48px;
		line-height: 56px;
	}
	
	.bluetext, .orangetext {
		font-size: 24px;
	}
	
	.home-hero-text {
		width: 65%;
		padding-top: 180px;
	}
	
	.home-hero-text p {
		font-size: 20px;
		line-height: 28px;
	}
	
	.callout-sect {
		height: 356px;
	}
	
	.callout-cont {
		padding: 40px 44px 0px;
	}
	
	.callout1, .callout2, .callout3 {
		padding: 0px 30px 30px;
	}
	
	.callout-cont .btn-primary {
		font-size: 17px;
		padding: 0px 20px;
	}
	
	.buttons-sect {
		height: 484px;
	}
	
	.buttons-cont {
		width: calc(100% - 174px);
		margin: 0px 82px;
	}
	
	.buttons-large img, .buttons-small img {
		height: 128px;
	}
	
	.buttons-large p, .buttons-small p {
		font-size: 18px;
		margin: 10px 0px 14px;
	}
	
	footer{
		flex-wrap: wrap;
	}
	
	.footer-column-reg {
		width: 36%;
		margin-bottom: 40px;
	}
	
	.footer-column-wide {
		width: 48%;
	}
	
	.blog-post-row {display:flex; flex-direction: column;}
	
}

@media only screen and (max-width: 1024px) {
	.bluetext, .orangetext {
		font-size: 20px;
	}
	
	.home-hero-text {
		width: 70%;
		padding-top: 100px;
	}
	
	.searchbar-sect p {
		margin-right: 40px;
	}
	
	.info-sect {
		flex-direction: column;
		justify-content: flex-start;
		margin: 50px 95px 70px;
	}
	
	.info-sect-text {
		width: 100%;
	}
	
	.info-sect-img {
		width: 100%;
	}
	
	.callout-sect {
		height: 600px;
	}
	
	.callout-sect-service {
		height: 520px;
	}
	
	.callout-cont {
		flex-wrap: wrap;
		padding: 56px 24px 0px;
		width: calc(100% - 48px);
	}
	
	.callout1, .callout2, .callout3 {
		width: 39%;
		margin: 0px 12px 24px;
	}
	
	.spacer {
		height: 120px;
	}
	
	.buttons-cont {
		width: calc(100% - 100px);
		margin: 0px 50px;
	}
}

@media only screen and (max-width: 890px) {
	.main-title {
		font-size: 54px;
		line-height: 64px;
	}
	
	.home-hero-text {
		width: 82%;
		padding-top: 100px;
		padding-left: 60px;
	}
	
	.home-hero-text p {
		font-size: 17px;
		line-height: 24px;
		padding-top: 20px;
	}
	
	.searchbar-sect {
		flex-direction: column;
		justify-content: center;
		padding: 20px 34px 34px;
	}
	
	.searchbar-sect p {
		text-align: center;
		margin-right: 0px;
	}
	
	.searchbar {
		width: 100%;
	}
	
	.callout-sect {
		height: 860px;
	}
	
	.callout-sect-service {
		height: 660px;
	}
	
	.callout-cont {
		padding: 36px 24px 0px
	}
	
	.callout1, .callout2, .callout3 {
		width: 60%;
	}
	
	.spacer {
		height: 80px;
	}
	
	.buttons-sect {
		height: 730px;
	}
	
	.buttons-cont {
		top: -50px;
	}
	
	.buttons-small {
		width: calc(50% - 26px);
		max-width: 676px;
	}
	
	.buttons-large p, .buttons-small p {
		font-size: 17px;
		margin: 8px 0px 12px;
	}
	
	.buttons-large img, .buttons-small img {
		height: 96px;
	}
}

@media only screen and (max-width: 760px) {
	.main-subtitle {
		font-size: 40px;
		line-height: 50px;
	}
	
	.sub-subtitle {
		font-size: 32px;
	}
	
	.btn-primary {
		font-size: 17px;
		line-height: 50px;
		padding: 0px 30px;
		margin-top: 36px;
	}
	
	.info-sect {
		margin: 50px 60px 70px;
	}
	
	.info-sect p {
		font-size: 16px;
		line-height: 22px;
	}
	
	.buttons-head {
		margin: 60px 60px 90px;
	}
	
	.center-head {
		margin: 60px 60px 40px;
		text-align: center;
	}
	
	.contact-link {
		max-width: 250px;
	}
}

@media only screen and (max-width: 640px) {
	.main-title {
		font-size: 44px;
		line-height: 56px;
	}
	
	.home-hero-text {
		width: 82%;
		padding-top: 90px;
		padding-left: 60px;
		padding-bottom: 60px;
	}
	
	.callout1, .callout2, .callout3 {
		width: 80%;
	}
	
	.buttons-sect {
		height: 1536px;
	}
	
	.buttons-large {
		width: calc(100% - 26px);
		margin: 7px 13px;
	}
	
	.buttons-small {
		width: calc(100% - 26px);
	}
	
	.form-row {
		display: flex;
		flex-direction: column;
		justify-content: flex-start;
	}

	.form-half {
		width: 100%;
	}
	
	.footer-column-reg {
		width: 70%;
		margin-bottom: 40px;
		margin: 26px 7px 13px;
	}
	
	.footer-column-wide {
		width: 70%;
		margin: 26px 7px 13px;
	}
	
	.footer-heading {
		margin-bottom: 16px;
		margin-bottom: 12px;
	}
}

@media only screen and (max-width: 520px) {
	.main-subtitle {
		font-size: 32px;
		line-height: 40px;
	}
	
	.sub-subtitle {
		font-size: 30px;
	}
	
	.info-sect {
		margin: 50px 30px 70px
	}
	
	.info-sect-text p, .center-text-sect p {
		font-size: 14px;
	}
	
	.searchbar-sect p {
		font-size: 24px;
	}
	
	.searchbar .searchbar-type {
		font-size: 13px;
	}
	
	.callout-sect {
		height: 900px;
	}
	
	.callout-sect-service {
		height: 750px;
	}
	
	.buttons-cont {
		width: calc(100% - 30px);
		margin: 0px 15px;
	}
	
	.buttons-head {
		margin-bottom: 70px;
	}
}

@media only screen and (max-width: 400px) {
	.main-title {
		font-size: 40px;
	}
	
	.bluetext, .orangetext {
		margin: 30px 0px 20px;
	}
	
	.home-hero-text {
		width: calc(100% - 30px);
		padding-left: 15px;
	}
	
	.searchbar-sect {
		padding: 20px;
	}
	
	.searchbar-sect p {
		font-size: 18px;
	}
	
	.searchbar .searchbar-type {
		font-size: 11px;
	}
	
	.searchbar .searchbar-submit {
		margin-right: 8px;
	}
	
	.callout-sect-service {
		height: 690px;
	}
	
	.callout1, .callout2, .callout3 {
		padding: 0px 18px 20px;
	}
	
	.callout-text {
		font-size: 14px;
	}
	
	.callout-cont .btn-primary {
		font-size: 14px;
		padding: 0px 14px;
	}
	
	.spacer {
		height: 100px;
	}
	
	.buttons-head {
		margin: 20px 15px 70px;
	}
	
	.footer-column-reg {
		padding-left: 24px;
	}
	
	.footer-column-wide {
		padding-left: 24px;
	}
	
	.footer-column-reg a, .footer-column-wide a {
		font-size: 14px;
		line-height: 22px;
	}
}




