﻿/***** 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;
}

img{max-width: 100%; height: auto;}




::-moz-selection {
    background: #00;
    color: #fff;
    text-shadow: none;
}
::selection {
    background: #1d6da1;
    color: #fff;
    text-shadow: none;
}

/*===================== 
	base styles 
=======================*/

html, body{
	font-family: "Montserrat", sans-serif;
	font-size: 14px;
	-web-text-size-adjust:none;
	margin:0;
	background:#2d2522;
}

svg:not(:root) {overflow: hidden;/*reset*/}
	
/* clear floats */ 
.group:before,
.group:after {content: ""; display: table;} 
.group:after {clear: both;}
.group {zoom: 1;}	
.clear { clear: both;}
	
/*image replacement*/
.hide-text {
	text-indent:  100%;
	white-space:  nowrap;
	overflow:  hidden;
	}	

hr {
    -moz-box-sizing: content-box;
    box-sizing: content-box;
	border-style: solid;
    height: 0;
	} 

img { border: 0;} 
	
/*===================== 
	typography 
=======================*/

/*  There should only be one H1 tag:
ex: <h1 class="page=title">Name</h1>     */

h1 { font-family: "Montserrat", sans-serif; font-weight: 600; color: #fff; font-size: 36px; line-height:36px; text-transform: uppercase;}


h2 { font-family: "Montserrat", sans-serif; color: #fff; font-size: 15px; font-style:italic;}
h3 { font-family: "Montserrat", sans-serif; font-weight: 600; color: #fff; font-size: 18px;}
h4 { font-family: "Montserrat", sans-serif; font-weight: 600; color: #fff; font-size: 15px;}
h5 { font-family: "Montserrat", sans-serif; font-weight: 400; color: #fff; font-size: 12px; padding-bottom:5px;}

h6 { font-family: "Montserrat", sans-serif; font-weight: 400; color: #2ca3f1; font-size: 11px;}
h7 {font-family: "Montserrat", sans-serif; font-weight: 600;color: #e1f3fb;font-size: 18px;}
h8 { font-family: "Montserrat", sans-serif; font-weight: 400; color: #2ca3f1; font-size: 14px;}


p { font-family: "Montserrat", sans-serif; font-weight: 400; font-size: 15px; line-height: 28px; font-weight:600; color:#fff;}



/*===================== 
	link styles 
=======================*/

a{
	font-family: "Montserrat", sans-serif;
	font-weight: 600;
	color: #fff;
	text-decoration:none;
	transition: all .2s ease-in-out; 
	-moz-transition: all .2s ease-in-out; 
	-webkit-transition: all .2s ease-in-out;
}
a:hover{color: #ccc; text-decoration:none;}





/***** NAV *****/

#menu-button{display: none;}
nav.mobile { display:none;}

nav.primary {
	padding:0;
	display:block;
	margin:0;
	position:relative;
	}
	nav.primary ul {
		margin:0 auto; 
		padding:0;
        display: flex;
		justify-content: flex-end;
		}
		nav.primary ul li {
			display:inline-block;
			margin:0;
			list-style-type:none; 
			}
			nav.primary ul li a {
				font-family: "Montserrat", sans-serif;
				color: #fff;
				font-size: 12px;
				text-decoration: none;
				padding: 25px 15px 6px 15px;
				display: block;
				margin: 0;
				text-align: center;
				text-transform: uppercase;
				-webkit-transition: .4s ease-in;
				-moz-transition: .2s ease-in;
				-o-transition: .2s ease-in;
				transition: .2s ease-in;
				font-weight: 700;
				border-top: solid 3px #2d2522;
				}	
			nav.primary ul li a:hover {
				border-top: solid 3px #1d6da1;
				}
			/* Appearance of the sub-level links */
			nav.primary ul li li a { 
				
			}
			/* Appearance of the sub-level links on hover */
			nav.primary ul li li a:hover { 
			}
/* This controls the Primary nav dropdowns for sublinks. Should not have to edit this too muuch */
nav.primary ul ul {
    display: none;
    position: absolute; 
}
nav.primary ul ul ul {
    position: absolute; 
    left: 100%;
    top:0; 
}
nav.primary ul li:hover > ul {  
    display: block;
    line-height:18px; 
    z-index: 100;
}
nav.primary ul ul li {
	display: block;
    float: none; 
	width: 230px;
    position: relative;
    margin:0;
}


/*===================== 
	header styles 
=======================*/

.header-cont {
	display: flex;
	justify-content: space-between;
	flex-wrap: wrap;
}
	
#logo {
    padding: 25px 0 0;
    margin: 0;
    float: left;
    width: 100%;
    max-width: 287px;
}
#logo img{max-width:353px; width:100%;}

.head-right {
	width:calc(100% - 320px);
	display: flex;
	flex-direction: column;
	justify-content: flex-end;
}

.header-contact {
    float: right;
    text-align: right;
    padding: 90px 0 0;
}

.auctions{
	margin:2% auto;
	width:100%;	
}
.at-logo{
	margin:0 auto;
	text-align:center;	
}

.main_giant{
	float:right;
    margin: 4% 0 0 0;
	width:72%;
}

.main_giant iframe{
	width:100%;	
}

.main_giant .maps iframe{
	width:100%;	
	margin-bottom:15px;
}



.tagline {
    background-color: rgba(2, 2, 2, 0.39);
    color: #fff;
    padding: 20px 20px 20px 20px;
    position: absolute;
    right: 401px;
    top: 420px;
    text-align: left;
    width: 375px;
    line-height: 25px;
    z-index: 1;
}



/*===================== 
	content styles 
=======================*/



.wrap-cont {
	width: 100%;
	margin: 0 auto;
	max-width: 1100px;
}
.container {
	width:100%;
	margin: 0 0;
}


.logo {width:100%; margin:0;}
.logo img{max-width:320px;}

.content{
	margin:4% auto;
}

#search-bar{
	padding:10px 0px;
	text-transform:uppercase;
	font-weight:bold;
}

#search-bar {width:auto;}
#search-bar .container{padding:0px 20px; vertical-align:middle;}
#search-bar .container .divider{border-right:1px solid #666; padding:0px 20px 0px 0px;}


.sidebar {
	max-width: 297px;
	background: #3A87D8;
	float: left;
	margin: 4% 0 0 0;
	padding: 18px;
	box-sizing: border-box;
}

.sidebar ul{
	text-align:left;	
}

.fa fa-caret-right{
	color:#fff;
	margin-left:5px;
}
.fa fa-caret-left:right{
	color:#ccc;
}

.fa {
	color:#fff;
    display: inline-block;
    font: normal normal normal 18px/1 FontAwesome;
    font-size: inherit;
    text-rendering: auto;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    margin: 5px;
}
.fa:hover {
	color:#ccc;
}


.divider {
    width: 50%;
    padding: 2px 0;
    background: #2b3572;
    margin: 20px 0;
}
.mail-list {
    margin: 0% 4% 4% 0;
    float: left;
}
.mail-link a{
	background: #e1f3fb;
    padding: 7px 10px;
    text-align: center;
    color: #2b3572;
    border-radius: 5px;
	display:inline-block;
}
h5 .mail-link a {
    color: #e1f3fb;
    width: 162px;
    background: #2b3572;
}
h5 .mail-link a:hover{color:#2b3572; background:#a7d1e4;}

.mail-list h4 {
    margin: 2% 0 4%;
}

.videos{
	display:inline;
	float:right;
	margin:2% 0;
}
.videos a {
    font-size: 20px;
    padding: 15px;
    border-radius: 5px;
    background: #e1f3fb;
    color: #3a87d8;
    border: 1px solid #3a87d8;
}
.videos a:hover{
    background: #3a87d8;
    border: 1px solid #3a87d8;
    color: #fff;
}



/*===================== 
	detailed search
=======================*/

.equipment-search {
    display: block;
    margin: 3.2% 0 0 0;
	width:100%;
}
.equipment-search .search {
	display: flex;
	justify-content: flex-end;
	flex-wrap: wrap;
	gap:2px;
	width:100%;
}
.search input, .search select {
    padding: 7px 10px;
    font-size: 12px;
    background-color: #e1f3fb;
    box-sizing: border-box;
    color: #555;
    border-radius: 5px;
    outline: none;
	width: auto !important;
}


.search input[type="submit"] {
    background: #e1f3fb;
    color: #3a87d8;
    border: 1px solid #3a87d8!important;
    font-family: "Montserrat", sans-serif;
	font-weight: 600;
	font-size: 12px;
    text-transform: uppercase;
    outline: none;
    transition: all .2s ease-in-out;
    -moz-transition: all .2s ease-in-out;
    -webkit-transition: all .2s ease-in-out;
    cursor: pointer;
    position: relative;
    padding: 7px 10px!important;
	line-height: normal!important;
}
.search input[type="submit"]:hover {
    background: #3a87d8;
	border: 1px solid #3a87d8;
	color: #fff;
}


/*===================== 
 scrolling inventory
=======================*/

.scrolling-wrap {
    width:100%;
  /*height:90px;*/
    overflow:hidden;
}
.scrolling{
    width:100%;
    height:92px;
	margin:1% 0 0;
}

/*===================== 
       buttons
=======================*/

#quick-buttons {
    margin: 2% auto;
}

#mid {
    width: 100%;
    float: left;
	padding: 40px 0;
}

.callout{
	
}

.callout a h4 {
    color: #2b3572;
    background: #e1f3fb;
    text-transform: uppercase;
    padding: 12px 15px;
    float: none;
    text-align: center;
    font-size: 15px;
    border-radius: 5px;
    margin: 7% 0 0 0;
}

.callout a h4:hover{
	background:#a7d1e4;
	text-transform:uppercase;
	transition: all .2s ease-in-out; 
	-moz-transition: all .2s ease-in-out; 
	-webkit-transition: all .2s ease-in-out;


}


/*===================== 
	layout styles 
=======================*/

.left {float: left;}
.right {float: right;}
.clear {clear:both;}
	
.column1 {width:75%; float:left; padding-right: 50px; box-sizing: border-box;}
.column2 {width:50%; float:left; padding-right: 25px; box-sizing: border-box;}
.column3 {width:33.33333%; float:left; padding-right: 25px; box-sizing: border-box;}

.break{height:35px;}

.column4 {
    width: 18%;
    float: right;
    padding-left: 2.3%;
    box-sizing: border-box;
    margin: 2.3% 0 0 0;
}

.column5 {width:20%; float:left; box-sizing: border-box;}
.column6 {width:16.66666%; float:left; padding-right: 25px; box-sizing: border-box;}



/*===================== 
	main form
=======================*/

#form{
	max-width:1100px;
	margin: 0 auto;
	padding: 2% 0;
	color:#333333;
}

#form input {
    width: 100%;
    padding: 5px 10px;
    border: 1px solid #ccc;
    margin: 5px 0 15px;
    height: 35px;
    box-sizing: border-box;
    border-radius: 5px;
	font-family: "Montserrat", sans-serif;
	font-weight: 400;

}

#form textarea {
    width: 100%;
    padding: 5px 10px;
    border: 1px solid #ccc;
    margin: 5px 0 15px;
    height: 90px;
    box-sizing: border-box;
    border-radius: 5px;
	font-family: "Montserrat", sans-serif;
	font-weight: 400;

}

#form select {
    width: 100%;
    padding: 5px 10px;
    border: 1px solid #ccc;
    margin: 5px 0 15px;
    height: 35px;
    box-sizing: border-box;
    border-radius: 5px;
	font-family: "Montserrat", sans-serif;
	font-weight: 400;

}

#form input[type="checkbox"] {
    margin:5px 10px 0 0;
    width:13px;
    height:13px;
    display:inline;
}
#form input[type="radio"] {
    margin:5px 10px 0 0;
    width:15px;
    height:15px;
    display:inline;
}
 
#form input.send-button,
#form input.send-button:focus {
    font-family: "Montserrat", sans-serif;
	font-weight: 600;
    width:200px; 
    font-size:14px;
	line-height:14px;
	font-weight:bold;
	text-transform: uppercase;
	cursor: pointer;
	border: none;
	border-radius:6px;
	background: #e1f3fb;
    color: #2b3572;
    height: 84px;
	float:right;
}
#form input.send-button:hover {
    cursor: pointer;
	background: #71b7e5;
	color: #fff;

}
 
/*CAPCHA*/

.CaptchaPanel {
	margin:0 0 0 0 !important;
	padding:0 0 0 0 !important;
	text-align: left !important;
	line-height:normal !important;
	float:left;
}


.CaptchaAnswerPanel input {width: 200px !important;}

.CaptchaImagePanel {
	margin:0 0 0 0;
	padding:0 0 0 0;
	width: 182px !important;
	height:82px !important;
}

.CaptchaMessagePanel {
	padding:0 0 0 0 !important;
	margin:0 0 0 0 !important;
	font-weight:normal !important;
	font-size:12px;
	line-height:14px;
	color: #ccc;
}

.CaptchaAnswerPanel {
	margin:0 0 0 0;
	padding:2px 0px 2px 0px !important;
}

.CaptchaWhatsThisPanel {
	line-height:0;
	margin:0 0 0 0;
	padding:8px 0 8px 0 !important;
}
.CaptchaWhatsThisPanel a {color:#ccc;}
.CaptchaWhatsThisPanel a:hover {text-decoration:none;} 




/*===================== 
	footer styles 
=======================*/

.footer {
    margin: 4% auto 1%;
}

.footer p{
	color: #e1f3fb;
}

.footer .column4b{width:25%; float:left; padding-right: 25px; box-sizing: border-box; color: #e1f3fb; font-size:14px; font-family: 'montserratlight'; }
.footer .column4b a {color: #e1f3fb;}
.footer .column4b a:hover{
	color: #b1b0b0;
	transition: all .2s ease-in-out; 
	-moz-transition: all .2s ease-in-out; 
	-webkit-transition: all .2s ease-in-out;
}


/*===================== 
	hosted by sandhills 
=======================*/


.footer_Top a {
	color: #e1f3fb;
	text-decoration: none;
	font-family: 'montserratbold';
	font-size: 12px;
}
.footer_Top a:hover {
	color: #fff;
	transition: all .2s ease-in-out; 
	-moz-transition: all .2s ease-in-out; 
	-webkit-transition: all .2s ease-in-out;

}

.footerHost{float:left;padding-left:1%;}
.footerCopyRight{float:right;padding-right:1%;}


.footerCopyRight h6 .fa{
	color: #2ca3f1;
}


.inner-footer {
    display: inline-block;
    vertical-align: bottom;
    width: 100%;
    position: relative;
    margin: 2% 0 0 0;
    border-bottom: solid 20px #1d6da1;
}


/*===================== 
	frameless inventory
=======================*/

.hosted-content .p-tb-10 {
    padding: 55px 0 !important;
}
.hosted-content h3 {
    text-align: left;
    color: #3a87d8 !important;
}
.hosted-content .listings-wrapper .listings-list .listing-banner h2 {
    line-height: 2em;
    font-size: 15px !important;
}
.listings-wrapper .listing-smallcard .listing-smallcard-title a {
    text-decoration: none;
    font-size: 15px;
    font-weight: bold;
    color: #a6dff9 !important;
}
.listings-wrapper .listing-smallcard .listing-smallcard-title a:hover {
    text-decoration: none;
    font-size: 15px;
    font-weight: bold;
    color: #fff !important;
}

.hosted-content .listings-wrapper .listings-list .listing-banner {
    background: #283c77 !important;
    text-align: center;
    overflow: hidden;
    width: 100%;
}
.hosted-content .listings-wrapper .sort-box select, .hosted-content .listings-wrapper .sort-box label {
    display: inline;
    color: #868585 !important;
}

.hosted-content input[type='submit'], .hosted-content button[type='submit'], .hosted-content .btn, .hosted-content .button {
    color: #fff!important;
    background: #1d6da1 !important;
}

.hosted-content .machinelocation {
    text-decoration: underline!important;
	color:#fff !important;
}
.hosted-content .machinelocation:hover {
    text-decoration: none!important;
}
.hosted-content a {
    color: #fff !important;
}
.hosted-content a:hover {
    color: #aaa !important;
}
.hosted-content .listings-detail-wrapper .information-box .row .spec-name {
    width: 23.5%;
    float: left;
    padding: 0 1% 0 .5%;
    color: #828282 !important;
}
.hosted-content .listings-detail-wrapper .information-box .row .spec-value {
    width: 73.5%;
    float: left;
    padding: 0 1% 0 .5%;
    color: #333 !important;
}
.hosted-content .options li a:hover {
    text-decoration: none !important;
    color: #9ed8f5 !important;
}


.ath-container p {
    margin: 0;
    padding: 0;
    position: relative;
    z-index: 2147483642;
    text-shadow: none !important;
	color:#999!important;
    font-size: 1.1em;
}

.attachment-search .search-checkboxes .scroll-list {
    clear: both;
    overflow: auto;
    height: 126px;
    background: #3A87D8!important;
}
.hosted-content .attachment-search .search-checkboxes label {
    font-size: 12px!important;
    background: #3A87D8!important;
}
.hosted-content .attachment-search .search-subheader {
    font-size: 12px!important;
    color: #283c77;
}


/*===================== 
	responsive 
=======================*/


/***** RESPONSIVE STYLES *****/

.show-menu-for-mobile {display:none;}

@media screen and (max-width: 1366px) {

.tagline {
    right: 124px;
    top: 445px;
}

}

@media screen and (max-width: 1192px) {

.sidebar {
    max-width: 230px;
    margin: 4% 0 0 0;
    padding: 18px;
}

}
@media screen and (max-width: 1150px) and (min-width: 959px) {
.show-menu-for-mobile {display:none;}


.content {margin: 4% 2%;}
.container {width: 96%; margin: 0 2%;}
#form {padding: 2% 2% 0 0;}

#logo {
    padding: 25px 0 0;
    margin: 0 0 0 2%;
    float: left;
    width: 100%;
    max-width: 287px;
}
.footer p {font-size: 13px;}

.column4 {
    width: 35%;
    float: right;
    padding-left: 2%;
    margin: 2% 2% 0 0;
}
.callout a h4 {padding: 20px 15px; font-size: 15px;}




}
@media screen and (max-width: 1130px) {

.auctions {
    margin: 2% auto;
    width: 94%;
}

}

@media screen and (max-width: 1080px) {

/*==============================
		Mobile Nav Styles			
	================================*/	
    
    
	nav.primary{display:none;}
	#menu-button{ 
		width: auto;
		color:#fff!important;
		right:0;
		display: block;
		font-size: 20px;
		position: absolute;
		padding: 5px 10px;
	  border-radius: 5px;
	  margin: 3% 2% 0 0;
		z-index: 400; /* needs to be lower than nav.mobile, adjust as needed */
		background:#3a87d8;
	}
	nav.mobile {
	display: block;
	position: fixed;
	top: 0;
	left: -300px;
	width: 300px;
	height: 100%;
	z-index: 500; /* needs to be higher than #menu-button, adjust as needed */
	overflow: auto;
	overflow-x: hidden;
	background-image: -webkit-linear-gradient(180deg,rgba(46,106,170,1.00) 0%,rgba(58,135,216,1.00) 8.29%);
	background-image: -moz-linear-gradient(180deg,rgba(46,106,170,1.00) 0%,rgba(58,135,216,1.00) 8.29%);
	background-image: -o-linear-gradient(180deg,rgba(46,106,170,1.00) 0%,rgba(58,135,216,1.00) 8.29%);
	background-image: linear-gradient(270deg,rgba(46,106,170,1.00) 0%,rgba(58,135,216,1.00) 8.29%);
	}
	.blur-bg {
		display:none;
		top:0;
		left:0;
		position: fixed;
		width:100%;
		height: 100%;
		background:rgba(0,0,0,0.0);
		transition: all .5s ease-in-out; 
		z-index: 1;
	}
	.blur-bg.open { 
		display: block;
		background:rgba(0,0,0,0.5);
	}
	.listm {
		display:block;
		position: absolute;
		top: 0;
		right: -300px;
		width: 300px;
		height: 100%;
		background-image: -webkit-linear-gradient(180deg,rgba(46,106,170,1.00) 0%,rgba(58,135,216,1.00) 8.29%);
		background-image: -moz-linear-gradient(180deg,rgba(46,106,170,1.00) 0%,rgba(58,135,216,1.00) 8.29%);
		background-image: -o-linear-gradient(180deg,rgba(46,106,170,1.00) 0%,rgba(58,135,216,1.00) 8.29%);
		background-image: linear-gradient(270deg,rgba(46,106,170,1.00) 0%,rgba(58,135,216,1.00) 8.29%);
		z-index: 500; /* needs to be higher than #menu-button, adjust as needed */
		overflow:auto;
		overflow-x: hidden;
	}

	/* MENU HEADER STYLES */
	nav.mobile .mobile_top {
		position: relative;
		display:flex;
		justify-content: flex-end;
		width:100%;
		padding:5px 10px;
		box-sizing: border-box;
		border-bottom:1px solid #fff;
	}

	/* MENU CLOSE 'X' BUTTON */
	nav.mobile .menu-close{
		padding: 3px 8px 3px;
		font-family: Arial, sans-serif;
		font-size:24px;
		font-weight: bold;
		line-height: 1;
		color: #fff;
		text-decoration: none;
	}
	nav.mobile .menu-close:hover { /* Menu close button on hoveer */
		color: #fff;
	}

	/* MENU LIST STYLE */
	nav.mobile ul {
		list-style: none;
		font-weight: 300;
		margin:0;
		padding:0;
	}
	nav.mobile ul li {
	}

	/* FIRST LEVEL */
	nav.mobile ul li a {
		font-family: "Montserrat", sans-serif;
		position: relative;
		display: block;
		font-size:14px;
		font-weight: 600;
		padding: 10px;
		color: #fff;
		text-decoration: none;
		border-bottom:1px #fff solid;
	}
	nav.mobile ul li a i {
		position: absolute;
		  right: 14px;
		  height: 100%;
		  top: 0;
		  display: flex;
		  justify-content: center;
		  align-items: center;
		  padding-left: 14px;
		border-left:1px #fff solid;
	}
	nav.mobile ul li a:hover {
		background:#2b3572;
	}
	nav.mobile ul li li a.click {
		background:#2b3572;
	}
	nav.mobile ul li li a.click i {
		position: static;
		  height: auto;
		  display: inline-block;
		  padding-left: 5px;
		padding-right: 5px;
		border-left:0px #fff solid;
	}

	

	
	
}
@media screen and (max-width: 1040px) {

.sidebar {max-width: 215px;}

.column4 {
    width: 34%;
    float: right;
    padding-left: 0;
    margin: 2% 2% 0 0;
}


}
@media screen and (max-width: 938px) {
	.head-right {
	  width: 100%;
	  justify-content: center;
	}
	.equipment-search .search {
	  justify-content: center;
	}
	

}
@media screen and (max-width: 1083px) and (min-width: 841px) {
.show-menu-for-mobile {display: block;}
.hide-for-mobile {display:none;}
.hide {display:none;}
#nav {display:none !important;}
.sidebar {display: none;}

.main_giant {
    float: none;
    margin: 4% auto;
    width: 96%;
}
.main_giant img{width:100%;}
.tagline {right: 7px; top: 500px;}

.column4 {
    width: 24.2%;
    float: right;
    padding-right: 25px;
    margin: 0 0 0 0;
}
.callout a h4 {padding: 20px 15px; font-size: 15px;}

.content {margin: 4% 2%;}
.container {width: 96%; margin: 0 2%;}

#logo {
    padding: 25px 0 0;
    margin: 0 0 0 2%;
    float: left;
    width: 100%;
    max-width: 287px;
}



.footer p {font-size: 13px;}
.footer .column4b {
    width: 100%;
    float: left;
    padding-right: 0;
    font-size: 14px;
}



}
@media screen and (max-width: 840px) and (min-width: 615px) {
.show-menu-for-mobile {display: block;}
.hide-for-mobile {display:none;}
.hide {display:none;}
#nav {display:none !important;}
.sidebar {display: none;}

.main_giant {
    float: none;
    margin: 4% auto;
    width: 96%;
}
.tagline {right: 7px; top: 450px;}
.column4 {
    width: 24.2%;
    float: right;
    padding-right: 25px;
    margin: 0 0 0 0;
}
.callout a h4 {padding: 20px 15px; font-size: 15px;}


.content {margin: 4% 2%;}
.container {width: 96%; margin: 0 2%;}

#logo {
    padding: 25px 0 0;
    margin: 0 0 0 2%;
    float: left;
    width: 100%;
    max-width: 287px;
}


.footer p {font-size: 13px;}
.footer .column4b {
    width: 100%;
    float: left;
    padding-right: 0;
    font-size: 14px;
}
}
@media screen and (max-width: 732px) {

h1 {font-size: 30px;line-height: 30px;}
h2 {font-size: 12px;}
.tagline {right: 7px;top: 430px;width: 295px;}

.column4 {
    width: 46%;
    float: right;
    padding-right: 0;
    margin: 2% 2%;
}

.videos {
    display: block;
    float: none;
    margin: 6% 0;
    clear: right;
}

#form input.send-button, #form input.send-button:focus {
    max-width: 280px;
    float: left;
}

}
@media screen and (max-width: 636px) {

.search input, .search select { width: 100px!important;}
.tagline { right: 7px; top: 360px; width: 295px;}
h1 {font-size: 25px;line-height: 30px;}

.column3 {
    width: 100%;
    float: none;
    padding-right: 0;
    box-sizing: border-box;
    display: inline;
}

}
@media screen and (max-width: 614px) and (min-width: 401px) {
.show-menu-for-mobile {display: block;}
.hide-for-mobile {display:none;}
.hide {display:none;}
#nav {display:none !important;}
.sidebar {display: none;}

#navicon {margin: 5% 2% 0 0;}

.main_giant {
    float: none;
    margin: 4% auto;
    width: 96%;
}
.column4 {
    width: 46%;
    float: right;
    padding-left: 0;
    margin: 2% 2%;
}
.callout a h4 {padding: 20px 15px; font-size: 15px;}



.content {margin: 4% 2%;}
.container {width: 96%; margin: 0 2%;}

#logo {
    padding: 25px 0 0;
    margin: 0 0 0 2%;
    float: left;
    width: 100%;
    max-width: 287px;
}


.footer p {font-size: 13px;}
.footer .column4b {
    width: 100%;
    float: left;
    padding-right: 0;
    font-size: 14px;
}

.inner-footer {margin: 8% 0 0 0;}
.footerHost {
    float: none;
    padding-left: 1%;
}
.footerCopyRight {
    float: none;
    padding-right: 0;
}

.videos {
    display: block;
    float: none;
    margin: 8% 0;
    clear: right;
}


}
@media screen and (max-width: 530px) {

h1 {font-size: 20px;line-height: 20px;}
h2 {display: none;}
.tagline {right: 7px;top: 360px;width: 165px;}



}
@media screen and (max-width: 461px) {
.tagline {right: 7px; top: 645px; width: 165px; padding:10px;}

.search input, .search select {
    width: 96%!important;
    margin: 1% 2%;
}

#logo {
    padding: 25px 0 0;
    margin: 0 auto;
    float: none;
    width: 100%;
    max-width: 353px;
}
#navicon {float: none;margin: 3% 2% 0;}

.videos {
    display: block;
    float: none;
    margin: 10% 0;
    clear: right;
}



}
@media screen and (max-width: 400px){
.show-menu-for-mobile {display: block;}
.hide-for-mobile {display:none;}
.hide {display:none;}
#nav {display:none !important;}
	#menu-button {
		position: static;
	  order: 1;
	  width: 100%;
	  box-sizing: border-box;
	  margin: 10px;
	  text-align: center;
	}
#logo {
    padding: 0;
    margin: 0 auto;
    float: none;
    width: 100%;
    max-width: 353px;
	order:2;
}
	.head-right {
		order:3;
	}
#navicon {float: none;margin: 3% 2% 0;}


.sidebar {display: none;}

.main_giant {
    float: none;
    margin: 4% auto;
    width: 96%;
}
.tagline {right: 7px; top: 610px; width: 165px;}

.column4 {
    width: 46%;
    float: right;
    padding-left: 0;
    margin: 2% 2%;
}
.callout a h4 {padding: 20px 15px; font-size: 15px;}

p {font-size: 13px;line-height: 20px;}
.content {margin: 4% 2%;}
.container {width: 96%; margin: 0 2%;}


.footer p {font-size: 13px;}
.footer .column4b {
    width: 100%;
    float: left;
    padding-right: 0;
    font-size: 14px;
}

.inner-footer {margin: 8% 0 0 0;}
.footerHost {
    float: none;
    padding-left: 1%;
}
.footerCopyRight {
    float: none;
    padding-right: 0;
}

}
@media screen and (max-width: 357px){
	
#logo {
    padding: 25px 0 0;
    margin: 0 auto;
    float: none;
    width: 94%;
    max-width: 353px;
}

.tagline {right: 7px; top: 535px; width: 165px;}


}
@media screen and (max-width: 341px){

.callout a h4 {
    padding: 20px 15px;
    font-size: 12px;
}

}
