@charset "utf-8";
/*
CUSTOM CSS STYLES
======================================================*/
/*COLOURS---------------------------------*/
/*
blue 			: #007dc6 - PRIMARY COLOR
light grey 		: #eaeaea - SECONDARY COLOR
black	 		: #000000
dark blue 		: #00507f
brown			: #3e3424 - body text
*/


/*TEXT Styling---------------------------------*/

body{
	font-family: 'Open Sans', sans-serif;
	font-weight: normal;
	font-size: 18px;
	line-height: 28px;
	color:#3e3424;
	background:#ffffff;
}
h1, h2, h3, h4, h5{
	font-family: 'Roboto', sans-serif;
	font-weight: 700;

}

h1, .h1{
	font-size: 40px;
	line-height: 48px;
	letter-spacing: -0.02em;
	color:#007dc6;
	width:100%;
}
h2, .h2{
	font-size: 28px;
	line-height: 34px;
	letter-spacing: -0.02em;

}

.product-intro {
	width:100%;
	text-align:center;
}
.descriptor{
	text-align:center;
	padding:10px 5px;
}

h3{
	font-size: 18px;
	line-height: 22px;
	letter-spacing: -0.02em;
	color:#007dc6;
	text-transform: uppercase;
}

h4{
	font-size: 24px;
	line-height: 26px;
	letter-spacing: -0.02em;
	color:#007dc6;
	text-transform: none;
}


a,
a:link,
a:visited{
	color:#007dc6;
	transition: all 0.2s linear;
	-webkit-transition: all 0.2s linear;
	-moz-transition: all 0.2s linear;
	-o-transition: all 0.2s linear;
	text-decoration:none;
}
a:focus,
a:hover,
a:active{
	color:#000000;
}
p{margin-bottom:0;padding-bottom:1em;}
p.caption{
	font-size: 16px;
	line-height: 20px;
	font-style:italic;
	padding:0 0 15px 0;
}
p.caption2{
	font-size: 16px;
	line-height: 32px;
	padding:5px 0 10px 0;
	color:#007dc6;
}
.fractop {font-size: 55%; vertical-align: 17%;}
.fracbot {font-size: 50%;}

/*BX-SLIDER Overwrite & Styling---------------------------------*/

.sliderheader {	
	width: 80%;
	padding: 0;
	position:absolute;
	top:60%;
	left:20%;
	color: #fff;
	text-shadow: 0 1px 0 rgba(0,0,0,.3);
	font-size: 63px;
	line-height: 68px;
	font-family: 'Roboto', sans-serif;
	font-weight: 700;
}

.bx-wrapper {
	margin: 0 0 25px;
}
.bx-wrapper .bx-viewport {
	-moz-box-shadow: none;
	-webkit-box-shadow: none;
	box-shadow: none;
	border:  none;
	left: 0;
	background: #fff;
}

.bx-wrapper .bx-pager,
.bx-wrapper .bx-controls-auto {
	position: absolute;
	bottom: 15px;
	width: 100%;
}

.bx-wrapper .bx-pager.bx-default-pager a {
	background: #fff;
	width: 16px;
	height: 16px;
	margin: 0 10px;
	outline: 0;
	-moz-border-radius: 8px;
	-webkit-border-radius: 8px;
	border-radius: 8px;
}

.bx-wrapper .bx-pager.bx-default-pager a:hover,
.bx-wrapper .bx-pager.bx-default-pager a.active {
	background: #000000;
}

/*NAVIGATION Styling---------------------------------*/
.mobile_only{
	display:none;	
}
.tablet_only{
	display:none;	
}
#navigation_bar{
	background:#eaeaea;
}
#menu {	
	position:relative;
	width:100%;
	font-family: 'Roboto', sans-serif;
	font-weight: 500;
	
}
#menu a {
	display: block;
}
#menu li a {
	color: #007dc6;
}
#menu li li a {
	color: #000000;
}
#menu ul {
	margin: 0;
}
#menu > ul {
	display: block;
}
#menu > ul > li {
	float: left;
	position: relative;
	list-style: none;
	font-size:16px;
	line-height:28px;
	letter-spacing: 0.06em;
	text-transform: uppercase;
	text-align:center;
}
#menu > ul a {
	padding: 5px 25px;
}
#menu > ul > li:hover > a,
#menu > ul li:hover,
#menu > ul a:hover {
	color:#fff;
	background: #007dc6;
	-webkit-transition: all 0.2s ease-out;
	-moz-transition: all 0.2s ease-out;
	-ms-transition: all 0.2s ease-out;
	-o-transition: all 0.2s ease-out;
	transition: all 0.2s ease-out;
	
}
#menu > ul li a.currenttab, #menu > ul li a.currenttab:hover {
	background: #007dc6;
	color:#ffffff;
}
#menu > ul li a.current, #menu > ul li a.current:hover {
	background: #007dc6;
	color:#ffffff;
}
#menu > ul a:hover .name,
#menu .current .name {
	color: #ffffff;
}
#menu ul ul {
	width: 100%;
	position: absolute;
	background-color: #eaeaea;
	display: none;
	font-size:12px;
	line-height:16px;
	margin:0;
	padding:0;
	overflow:visible !important; /* this is required for Chrome and IE to display tertiary dropdowns */
}
#menu ul ul ul {
	background-color: #dadada;
}
#menu ul ul li a,
#menu ul ul ul li a{
	padding: 8px 10px;
	border-bottom:1px solid #48b6f7;
}
#menu ul ul li a.first,
#menu ul ul ul li a.first{
	border-top:1px solid #48b6f7;
}
#menu ul ul a:hover {
	/*color: #48b6f7;*/
	background-color: #666;
}
#menu ul ul a:active {
	color: #ffffff;
}
#menu ul ul li {
	list-style: none;
	position: relative;
	text-align:left;
	margin:0;
	padding:0;
}
#menu li:hover {
	visibility: inherit;
}
#menu li:hover ul,
#menu li.sfHover ul {
	left: 0;
	top: 100%;
	z-index: 99;
}
#menu li li:hover ul,
#menu li li.sfHover ul {
	left: 96%;
	top: 0;
}
.res-menu {
	width: 100%;
	display: none;
}
/*-------------------
SHOW MOBILE MENU 
-------------------*/
#mobilemenu {
    display: none;
}
/*Style 'show menu' label button and hide it by default*/
.show-menu {
	text-decoration: none;
	color: #fff;
	background: #007dc6;
	text-align: center;
	padding: 5px;
	margin: 5px 0;
	border:2px solid #48b6f7;
	display: none;
	width:100%;
}

/*Hide checkbox*/
input[type=checkbox]{
    display: none;
}

/*Show menu when invisible checkbox is checked*/
input[type=checkbox]:checked ~ #menu {
    display: block;
}
/*BREADCRUMB Navigation---------------------------------*/
.breadcrumb {
    background:none;
	margin-bottom:0;
	border-radius:0;
}
.breadcrumb-item {
    font-size:16px;
	line-height:24px;
	letter-spacing: 0.06em;
}
.breadcrumb-item + .breadcrumb-item::before {
    color: #007dc6;
}
.breadcrumb-item.active {
    color: #007dc6;
}
.breadcrumb a, .breadcrumb a:link, .breadcrumb a:visited {
    text-decoration: underline;
}

/*PAGE Styling & Layout---------------------------------*/

.full_width{
	width:100%;
	height:auto;
}

.float_left{
	float:left;
	padding-right:20px;
}
.float_right{
	float:right;
	padding-left:20px;
}
.pad_bottom{
	padding-bottom:20px;
}
.pad_top{
	padding-top:20px;
}
.pad_top_big{
	padding-top:50px;
}
.ten{ width:10%; }
.fifteen{ width:15%; }
.twenty{ width:20%; }
.twentyfive{ width:25%; }
.thirty{ width:30%; }
.fourty{ width:40%; }
.fifty{ width:50%; }
.sixty{ width:60%; }
.seventy{ width:70%; }
.eighty{ width:80%; }
.ninety{ width:90%; }
.center{text-align:center;width:100%;}

#utility-nav{
	width:100%;
	padding:2px 0;
	background: #007dc6;
}
#utility-nav a,
#utility-nav a:link,
#utility-nav a:visited{
	color: #fff;
	text-transform:uppercase;
}
#utility-nav a:focus,
#utility-nav a:hover,
#utility-nav a:active{
	color: #b7a671;
}

nav#top_nav{
	width:100%;
	position:relative;
	text-align:right;
}
nav#top_nav ul {
	font-size:14px;
	line-height:24px;
	letter-spacing:-0.02em;
	text-transform:uppercase;
	float:right;
	list-style:none;
	display:inline;
	margin:0;
}
nav#top_nav ul li{
	float:left;
	display:inline;
	padding:0 110px 0 110px;
}
nav#top_nav ul li:last-child{
	padding: 0 15px 0 110px;
}

#midwest-logo-block{
	width:100%;
	display:table;
	padding:25px 0;
	background-color: #000000;
	
}
#logo_container{
	display:table;
	height:75px;
}
#logo{
	display:table-cell;
	vertical-align:middle;
}
#call-to-action {
	position:relative;
	
}
#cta {
	text-align:right;
	
}
#call-to-action p{
	font-family: 'Roboto', sans-serif;
	font-weight: 500;
	font-size: 19px;
	line-height: 37px;
	color:#007dc6;
	padding-bottom:0;
	display:table-cell;
	vertical-align:middle;
	margin-bottom:0;
	width:100%;
	/*text-align:right;*/
	float:right;
}
#call-to-action p span{
	font-weight: 700;
	font-size: 24px;
	text-transform: uppercase;
}
#call-to-action p a,
#call-to-action p a:link,
#call-to-action p a:visited,
#call-to-action p a:focus,
#call-to-action p a:hover,
#call-to-action p a:active{
	font-weight: 700;
	font-size: 48px;
	/*letter-spacing: 0.06em;*/
	color:#ffffff;
	text-decoration:none;
	display:block;
	padding-top:10px;
}
#color_bar{
	margin-top:-91px;
	margin-bottom:30px;
	background-color: rgba(0,80,127,.7);
	background-blend-mode: multiply;
	width:100%;
	padding:10px 0;
	text-align:center;
	color:#ffffff;
	font-family: 'Roboto', sans-serif;
	font-weight: 400;
	font-size:46px;
	line-height:46px;
}
#color_bar a{
	color:#ffffff;
	font-family: 'Roboto', sans-serif;
	font-weight: 400;
	font-size:46px;
	line-height:46px;
	padding:0 0 0 0;
}



.home_callout{
	background: #00507f;
	background: -moz-linear-gradient(left, #00507f 0%, #007dc6 50%, #00507f 100%);
	background: -webkit-linear-gradient(left, #00507f 0%,#007dc6 50%,#00507f 100%);
	background: linear-gradient(to right, #00507f 0%,#007dc6 50%,#00507f 100%);
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#00507f', endColorstr='#00507f',GradientType=1 );
}

.home_callout_bottom{
	font-family: 'Roboto', sans-serif;
	font-weight: 400;
	color:#fff;
	padding:0px;
	text-align:center;
	min-height:160px;
}
.callout_content{
	font-size:18px;
	line-height:24px;
	
	letter-spacing: -0.02em;
	padding:10px;
}
.callout_title{
	font-size:30px;
	line-height:28px;
	text-transform:uppercase;
	display:block;
	background:#000;
	padding:10px 5px;
	margin-bottom:10px;
}
.product_callout_bottom{
	font-family: 'Roboto', sans-serif;
	font-weight: 400;
	color:#fff;
	padding:0px;
	text-align:center;
	
}
.callout_title2{
	/*font-size:30px;
	line-height:28px;*/
	text-transform:uppercase;
	display:block;
	padding:20px 5px;
}

#footer{
	margin-top:60px;
	background-color: #000000;
}
#footer p{
	font-size: 14px;
	line-height: 26px;
	letter-spacing:-0.02em;
	color:#ffffff;
}
#footer p a{
	font-size: 16px;
	color:#eeeeee;
}
#footer p a:hover{
	color:#007dc6;
}
footer{
	padding:40px 0;
}
a.social{
	margin-right:15px;
}


/*PRODUCTS Page---------------------------------*/
.banner{
	background-position: center center;
	background-size: cover;
	background-repeat: no-repeat;
	height:300px;
	display:block;
	margin-bottom:40px;
	position:relative;
}

hr { height: 30px; border-style: solid; border-color: #666; border-width: 1px 0 0 0; margin-top:20px;} 
hr.dashed { border-style: dashed;} 
fieldset{
	border:2px solid #007dc6;
	border-radius: 5px;
	padding:2% 5%;
	margin: 0 0 5% 0;
}
legend {
    display: inline;
    margin-bottom: 0;
    padding: 0;
    width:auto;
}
a.btn-primary {
    background: #00507f;
	background: -moz-linear-gradient(left, #00507f 0%, #007dc6 50%, #00507f 100%);
	background: -webkit-linear-gradient(left, #00507f 0%,#007dc6 50%,#00507f 100%);
	background: linear-gradient(to right, #00507f 0%,#007dc6 50%,#00507f 100%);
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#00507f', endColorstr='#00507f',GradientType=1 );
	text-transform:uppercase;
	color:#fff;
	font-family: 'Roboto', sans-serif;
	font-weight: 500;
	font-size:22px;
	line-height:30px;
	padding:5px 20px;
	border:5px solid #00507f;
	border-radius: 10px;
}
a.btn-primary:hover {
   background-color: #00507f;
   border-color:#007dc6;
}
i.fas, i.fab{
	padding-right:25px;
}

.form-control-lg, .input-group-lg > .form-control, .input-group-lg > .input-group-addon, .input-group-lg > .input-group-btn > .btn {
    width: 100%;
}
.banner .row{
	position:relative;
}
.secondary_title{
	color:#fff;
	font-size:78px;
	position:absolute;
	top:170px;
	text-shadow: 1px 1px 2px rgba(0, 0, 0, .5);
}
.product-row{
	margin-bottom:40px;
}


.product_callout_title span.fractop,
.product_callout_title span.fracbot{
	font-family: 'adria_grotesklight';
	font-size:55%;
	text-transform:none;
	display:inline;
	padding-bottom:0;

}
.product_callout_title a:hover span.fractop,
.product_callout_title a:hover span.fracbot {
	color:#b7a671;

}

.product_callout .icon_container{
	margin-top:-88px;
	margin-bottom:15px;
}
.bestseller{
	font-family: 'adria_groteskbold';
	font-size:57px;
	line-height:28px;
	color:#007dc6;
	text-transform:uppercase;
	background:#ffd962;
	border-radius:65px;
	position:absolute;
	top:20px;
	right:50px;
	padding:30px 15px 15px 15px;
}
.bestseller span{
	font-size:19px;
	display:block;
}

.best-for,
.ingredients{
	padding:5%;
	background:#eaeaea;
	position:relative;
	margin-bottom:20px;
}
.best-for .icon{
	width:30%;
	float:left;
	text-align:center;
	margin-right:5%;
	font-size: 16px;
	line-height: 20px;
}
.best-for .icon.last{
	margin-right:0;
}
.group:after{
	content: "";
 	display: table;
    clear: both;
}

.calculator-container{
	position:relative;
	width:100%;
	text-align:center;
	margin:10px 0;
	display:block;
}
a.coverage-calculator{
	height:30px;
	background:#007dc6 url(/images/icon-calculator.png) 10px center no-repeat;
	text-transform:uppercase;
	color:#fff;
	font-family: 'adria_groteskbold_italic';
	font-size:22px;
	line-height:30px;
	padding:5px 20px 5px 50px;
	border:5px solid #6caa77;
}
a.coverage-calculator:hover{
	background:#000 url(/images/icon-calculator.png) 10px center no-repeat;
	color:#b7a671;
}
table{
	width:100%;
	border-collapse: collapse;
	margin-bottom:20px;
	font-size:18px;
}
tr{
	border-bottom:1px solid #6caa77;
}
th{
	background:#007dc6;
	color:#fff;
}
td, th{
	padding:5px;
	text-align:center;
}
col:first-child {/*background: #fff;*/ width:17%;}
/*col:nth-child(2n+3) {background: #eee}*/
.google-maps {
        position: relative;
        padding-bottom: 75%; /* This is the aspect ratio*/
        height: 0;
        overflow: hidden;
		margin-bottom:20px;
		border:1px solid #007dc6;
		-webkit-box-shadow: 5px 5px 5px 0px rgba(0,0,0,0.25);
	-moz-box-shadow: 5px 5px 5px 0px rgba(0,0,0,0.25);
	box-shadow: 5px 5px 5px 0px rgba(0,0,0,0.25);

    }
    .google-maps iframe {
        position: absolute;
        top: 0;
        left: 0;
        width: 100% !important;
        height: 100% !important;
    }
@media (max-width: 1440px) {
	.sliderheader {	
		top:25%;
		left:10%;
		font-size: 53px;
		line-height: 58px;	
	}
	/*.sliderheader.soil {	
		top:25%;
	}*/

}
@media (max-width: 1024px) {
	#menu {
		float: none;
		padding: 3px;
		margin: 0 0 10px 0;
		background-color: #007dc6;/*#6caa77*/
		display:none;
	}
	
	#menu > ul > li {
		font-size:16px;
		line-height:24px;
		padding: 0 0 0 0;
		margin:0 0 0 0;
	}
	#menu > ul a {
		width: 100%;
		padding: 10px 0 10px 0;
		margin:0 0 0 0;
	}
	#menu li:hover ul,
	#menu li.sfHover ul {
	  /*top: 38px;*/
		
	}
	/*Make dropdown links appear inline*/
	#menu ul {
		position: static;
		display: block;
		padding: 0 0 0 0;
		margin:0 0 0 0;
	}
	#menu ul ul {
		position:static;
		padding: 0 0 0 0;
		margin:0 0 0 0;
	}

	/*Create vertical spacing*/
	#menu li {
		margin-bottom: 1px;
	}
	/*Make all menu links full width*/
	#menu ul li {
		width: 100%;
	}
	#menu li a {
		width:inherit;
		color:#fff;
	}
	#menu a {
		color: #fff;
	}
	.show-menu {
		display:block;
	}
	a.coverage-calculator{
		font-size:20px;
		padding:5px 15px 5px 50px;		
	}
	.home_callout{
		margin-bottom:15px;
	}
	.product_callout_bottom, .product_callout_bottom2,.home_callout_bottom {
		padding: 0px ;
		min-height: 0px;
	}

}
@media (max-width: 768px) {
	.tablet_only{
		display:block;	
	}
	.sliderheader {	
		top:22%;
		left:6%;
		font-size: 40px;
		line-height: 44px;	
	}
	.bx-wrapper .bx-pager,
	.bx-wrapper .bx-controls-auto {
		display:none;
	}

	#utility-nav{
		font-size:16px;
	}
	#call-to-action span{
		/*display:block;*/
	}
	#calculator_bar{
		display:none;
	}

	.home_callout_title{
		font-size:16px;
		line-height:20px;
	}
	.home_callout_title span{
		font-size:22px;
		line-height:20px;
	}

	.secondary_title{
		font-size:70px;
		top:175px;
	}


	.best-for,
	.ingredients{
		float:left;
	}
	
	th{
		line-height:18px;
	}
	ul.benefits{
		font-size:14px;
	}
	.callout_title, .callout_title2 {
		font-size: 16px;
		line-height: 15px;

	}
	.home_callout_bottom {
		min-height: 180px;
	}

		
}
@media (max-width: 640px) {
	.mobile_only{
		display:block;	
	}
	.remove_on_mobile{
		display:none !important;	
	}
	.sliderheader {	
		/*top:40%;
		left:6%;*/
		font-size: 20px;
		line-height: 23px;	
	}

	.product-row{
		margin-bottom:0px;
	}
	
	
	#utility-nav,
	#glove_container{
		display:none;
	}
	
	#logo img{
		width:100%;
		height:auto;
		/*padding:2% 5%;*/
	}
	#call-to-action {
		position:relative;
		width:100%;
		text-align:center;

	}
	#cta {
		text-align:center;

	}
	.home_callout_bottom {
		min-height: 0px;
	}

	.home_callout_title{
		font-size:18px;
		line-height:24px;
	}
	.home_callout_title span{
		font-size:28px;
		line-height:26px;
	}
	h1, .h1,
	.product-intro h1.itl{
		font-size: 32px;
		line-height: 38px;
	}
	.secondary_title{
		font-size:60px;
		top:140px;
		line-height: 50px;
	}
	
	table{
		font-size:12px;
	}
	.best-for,
	.ingredients{
		float:none;

	}
	.breadcrumb-item {
		font-size:12px;
		line-height:20px;
		letter-spacing: 0.04em;
	}

	.form-control-lg, .input-group-lg > .form-control, .input-group-lg > .input-group-addon, .input-group-lg > .input-group-btn > .btn {
		padding:.5rem .25rem;
	}
	ul.benefits{
		font-size:18px;
	}
	a.btn-primary {
		font-weight: 500;
		font-size:18px;
		line-height:26px;
		padding:5px 12px;

	}

}
@media (max-width: 420px) {
	
	h1, .h1,
	.product-intro h1.itl{
		font-size: 26px;
		line-height: 32px;
	}
	ul.benefits{
		font-size:14px;
	}
	#call-to-action span{
		display:block;
	}
	#call-to-action p a, #call-to-action p a:link, #call-to-action p a:visited, #call-to-action p a:focus, #call-to-action p a:hover, #call-to-action p a:active {
		font-size: 36px;
		padding-top: 5px;
	}
}