@-webkit-viewport   { width: device-width; }
@-moz-viewport      { width: device-width; }
@-ms-viewport       { width: device-width; }
@-o-viewport        { width: device-width; }
@viewport           { width: device-width; }

/* === global styles ====*/
html,body {
	padding:0;
	margin: 0;
	height: 100%;
		}
body{
	font-family: 'Raleway', 'sans-serif';
	background-color: #78b3d2;
	background:#fff url('/images/ui/background-top-half.png') no-repeat top center;
	color: #636363;
	line-height: 1.7em;
	}
.ie6 body{
	background: #ffffff;
	background-color: #fffffff;
}

.clear{clear:both};
button, .button { border:0;outline-width: 0px;outline: none;}
.inline-block {display:inline-block;}
.orange {color:#d68800;}
.blue, a.blue {color: #1B67A8;}
.light-blue{color:#aed1e4;}
.light-blue a:hover{color: #fff;}
.green, .green a {color: #246F1D;}
.black {color: #000;}
.bolder{font-weight: 600}
a {text-decoration:underline}
a:hover, a:focus {color: #246F1D; text-decoration: none;}
a.lightbox, .multiple a, .schedule-button a {text-decoration: none;}
.icons img:hover{-moz-opacity:.7;-webkit-opacity:.7;filter:alpha(opacity=70); }
.heavy {font-weight:500;}
.reduce-width{margin: 0 10em;}
h1,h2,h3,h4{font-weight: 300;}
h1{font-size: 3.325em;}
h2{ font-size: 2.509em; /* color: #246F1D; */}
h3{font-size: 2.01em;}
h4{ font-size: 1.625em;}
h5{font-size: 1.3em; font-weight: 400;}
.custom-header {
		text-align:center;
		padding-bottom: 2%;
		padding-top: 2%;
	}
.smaller {
	font-size: .8em;

}
.thicker {
	font-weight: 200;
	font-family: sans-serif;
}
.floatleft{
	float:left;
	margin-right:1em;
}
.floatright{
	float:right;
	margin-left:1em;
}
.right{ text-align:right;}
.center{text-align:center;}
.left{text-align:left;}
.light-text{font-weight: 100;}
ul{
	padding:0;
	margin:0;
}
ul.in-content, ol.in-content {
	margin-left: 25px;
	margin-bottom: 10px;
	padding-left: 0;
}
ol.in-content li {
	margin-bottom: 12px;
}
ol.in-content.larger-titles li::marker,
ol.in-content strong.title {
	font-size: 18px;
	font-weight: 600;
}
ul.none{list-style:none;}
.container-fluid{
	max-width: 1200px;
}
.top-header{position:relative;}
{
	background:url(../images/ui/header-bgd.png) repeat-x;
	background-image: url(../images/ui/header-bgd.png);
	background-repeat: repeat-x;
	/*padding-top:30px;*/
}

hr {
    display: block;
    height: 1px;
    border: 0;
    border-top: 1px solid #aed1e4;
    margin: 1em 0;
    padding: 0;
}

hr.small {
    display: block;
    height: 1px;
    border: 0;
    border-top: 1px solid #aed1e4;
    margin: auto;
    padding: 0;
	width: 80%;
}
.force-table{
	display:table;
	position:relative;
	display:table-row;
}
.force-table p:last-of-type{
	margin-bottom: 6%;

}
.force-table div{
    float: none;
    display: table-cell;
    vertical-align: top;
	padding-bottom: 1%;
}
.force-table img{
	position:absolute;
	bottom:0;
}
.footer-adjust{
	display:block;
	width: 100%;
	height: 50px;
	position:relative;
	background: #137DB6;
	margin-top:-2%;
	margin-bottom: -50px;
}
/* ===== background colors ===*/
.white-background {background-color:#fff;}
.light-grey-background {background-color: #f2f2f2;}
.dark-grey-background {background-color: #9f9ea3;}
/* ====== header & navigation  ======  */
.sf-menu {margin-top: 0px;}
.sf-menu a{font-size: 1.2em;}
.active a{color: #1B67A8;}
.active ul a {color: #1B67A8;}
.top-green {
	height: 30px;
	width: 100%;
	background-color: #a1cd3e;
	display:block;
}

.top-green-bar{
	height: 30px;
	width: 100%;
	background-color: #a1cd3e;
	display:block;
	position:absolute;
}
.logo{
	margin-left: -1.1em;
	z-index:10;
}
.top-contact{
	z-index: 100;
	margin-top:30px;
}
.top-contact ul{
	float:right;
	list-style:none;
	margin-top: 0;
	z-index: 100;
	position:relative;
}
.top-contact ul li{
	float:left;
	margin-right:5px;
	background-color: transparent;
	padding: 0 1em .5em 1em;
	border-radius: 5px;
	color: #246F1D;
	z-index: 100;
	font-family: sans-serif;
	font-size: 1.05em;
}
.bottom-header{
	height: 4.1em;
	display:block;
	background-color: #78b3d2;
	margin-top: 1em;
}
.top-swish{
	z-index: 5;
	position:absolute;
	top:-30px;
	left:0;
}
#bottom-swish img{
	position:relative;
	float:right;
	margin-top:-12.1em;
	z-index: 999;
}
/* ========= Buttons ======= */
p.arrow-link{
	background: url('/images/ui/side-arrow.png?r=2') no-repeat right  #246F1D;
	padding: 0.3em 0em;
	padding-right:0.5em;
	border-radius: 4px;
	font-size: 1.7em;
	line-height: 1.7em;
	display: inline-block;
	width: auto;

}
p.arrow-link:hover{
	background: url('/images/ui/side-arrow.png?r=2') no-repeat right  #6b8829;
	border-radius: 4px;
}
p.arrow-link a{
	color:#fff;
	padding: 1em;
	text-decoration: none;
}
button, .button{
	background-color: #246F1D;
	color: #fff;
	border: none;
	padding: 8px 5px 1px 5px;
	border-radius: 5px;
	font-size: 1.7em;
	-moz-border-radius: 5px;
	-webkit-border-radius: 5px;
	margin:auto;
	text-align:center;
	display: block;
	width: 100%;
	text-decoration: none;
}
button p.side-arrow, .button p.side-arrow{
	background: url('/images/ui/side-arrow.png?r=2') no-repeat right  #246F1D;
	background-image: url('/images/ui/side-arrow.png?r=2');
	background-repeat: no-repeat;
	padding-right: 35px;
	padding-top: 1%;
	/* height: 39px; */
	line-height: 1.4em;
	text-decoration: none;
}
button p.up-arrow, .button p.up-arrow{
	background: url('/images/ui/up-arrow.png?r=2') no-repeat right 26%  #246F1D;
	background-image: url('/images/ui/up-arrow.png?r=2');
	background-repeat: no-repeat;
	padding-right: 55px;
	padding-bottom: 5px;
	padding-top:  7px;
	text-decoration: none;
}

p.side-arrow-smaller-text{font-size: .8em;
background: url('/images/ui/side-arrow.png?r=2') no-repeat right  #246F1D;
	background-image: url('/images/ui/side-arrow.png?r=2');
	background-repeat: no-repeat;
	padding-right: 35px;
	padding-top: 1%;
	/* height: 39px; */
	line-height: 1.6em;
	text-decoration: none;
}	

p.side-arrow-longer-text{font-size: .8em;
background: url('/images/ui/side-arrow.png?r=2') no-repeat right  #246F1D;
	background-image: url('/images/ui/side-arrow.png?r=2');
	background-repeat: no-repeat;
	padding-right: 35px;
	padding-top: 1%;
	/* height: 39px; */
	line-height: 1.11em;
	text-decoration: none;
}

.arrow-button{width: 300px;}
.long-arrow-button{width: 400px;}
.small-arrow-button{
	width: 200px;
	margin-left:0;
}
.medium-arrow-button {
	width: 80%;
	margin-left: 0;
}

.float-list{
	float:left;
	margin-right: 10px;
	margin-top:3%;
	margin-bottom: 2%;

	font-weight: 500;
}

.toggle-div {
	cursor: pointer; cursor: hand;
}
#toggle-switch{width: 50px;
border-radius: 50px;

padding:0;
background: url('/images/ui/toggle-switch-circle.png');
background-repeat: no-repeat;
background-color: #757575;
background: url('/images/ui/toggle-switch-circle.png')no-repeat #757575;
background-position: left 1px;
height: 25px;
box-shadow:none;
-moz-box-shadow: none;
-webkit-box-shadow: none;
border: none;
outline: 0 none;
border: 1px solid #757575;
text-indent:-9999px;
}

#toggle-switch.on{
background-color: #757575;
background-image: url('/images/ui/toggle-switch-circle.png');
background-repeat: no-repeat;
background: url('/images/ui/toggle-switch-circle.png')no-repeat #757575;
background-position: right 1px;
border: 1px solid #757575;
}

#toggle-switch:focus.on, #toggle-switch:focus{
box-shadow:none;
-moz-box-shadow: none;
-webkit-box-shadow: none;
border: none;
outline: 0 none;
}



button p.down-arrow, .button p.down-arrow{
	background: url('/images/ui/down-arrow.png?r=2') no-repeat right 26%  #246F1D;
	background-image: url('/images/ui/down-arrow.png?r=2');
	background-repeat: no-repeat;
	padding-right: 55px;
	text-decoration: none;
}

button p.down-arrow-small, .button p.down-arrow-small{
	background-image: url('/images/ui/down-arrow-small.png'?r=2);
	background-repeat: no-repeat;
	background: url('/images/ui/down-arrow-small.png?r=2') no-repeat right #246F1D;
	padding-right: 20px;
	text-decoration: none;
}

.single button, .single .button{
	background: rgb(0,0,0);
	background:rgba(0,0,0, .4);
	border: 3px solid #cfcece;
	height: 60px;
	font-size: 1em;
	margin-bottom: 4%;
	color: #fff;
	width: 270px;
	text-decoration: none;
}
.single button:hover, .single .button:hover{
	background: #000;
	text-decoration: none;
}
.single .examples{
	height: auto;
	padding: 10px 0;

}
.multiple button, .multiple .button{
	display:table;
	background: rgb(0,0,0);
	background:rgba(0,0,0, .4);
	border: 3px solid #cfcece;
	padding: 2% 6%;
	width: 100%;
	height: 60px;
	font-size: 1em;
	margin-bottom: 4%;
	color: #fff;
	vertical-align:middle;
	text-decoration: none;
}
.multiple .button p{
	display:table-cell;
	vertical-align:middle;
	text-decoration: none;
}
.multiple button:hover, .multiple .button:hover{
	background: #000;
}
.schedule-button {
	margin-top:-3%;
	margin-bottom: 4%;
}
.bottom-button {
	margin-bottom: 4%;
	width: 520px;
	margin-top: 4%;
	margin-left: 0;
}
button:hover, .button:hover, .list-cal-button:hover{
-webkit-box-shadow: 0px 0px 3px 0px rgba(50, 50, 50, 0.75);
-moz-box-shadow:    0px 0px 3px 0px rgba(50, 50, 50, 0.75);
box-shadow:         0px 0px 3px 0px rgba(50, 50, 50, 0.75);
}

/*a:active button, a:active .button{
	-webkit-box-shadow: 0px 0px 12px 0px rgba(50, 50, 50, 0.75);
-moz-box-shadow:    0px 0px 12px 0px rgba(50, 50, 50, 0.75);
box-shadow:         0px 0px 12px 0px rgba(50, 50, 50, 0.75);

}*/
/* ======= Inputs ==========*/
input, textarea, select{
	background-color: #f7fafc;
	border: 1px solid #cccecf;
	border-radius: 2px;
	color: #1B67A8;
	width:90%;
	padding: 1em;
	margin: 1% auto;
}
textarea {height: 150px;}
input[type=submit] {
	background-color: #2B135E;
	background-color: #a1cd3e;
	color: #fff;
	border: none;
	border-radius: 5px;
	font-size: 1.2em;
	-moz-border-radius: 5px;
	-webkit-border-radius: 5px;
	width: 40%;
	margin-left: 10%;
}

input[type=submit]:hover{
-webkit-box-shadow: 1px 1px 2px 0px rgba(50, 50, 50, 0.75);
-moz-box-shadow:    1px 1px 2px 0px rgba(50, 50, 50, 0.75);
box-shadow:         1px 1px 2px 0px rgba(50, 50, 50, 0.75);
}

textarea:focus, input:focus, button:focus{
box-shadow: 0px 0px 5px 1px rgba(132, 136, 136, 0.2);
-moz-box-shadow: 0px 0px 5px 1px rgba(132, 136, 136, 0.2);
-webkit-box-shadow: 0px 0px 5px 1px rgba(132, 136, 136, 0.2);
border: 1px solid #a1cd3e;
outline: 0 none;
}

select:focus{
	box-shadow: 0px 0px 5px 1px rgba(132, 136, 136, 0.2);
-moz-box-shadow: 0px 0px 5px 1px rgba(132, 136, 136, 0.2);
-webkit-box-shadow: 0px 0px 5px 1px rgba(132, 136, 136, 0.2);
border: 1px solid #a1cd3e;
outline: 0 none;

}
.city {width: 40%;}
.state {width: 27.5%;}
 .zip {width: 20%;}
/* ======== Index Page ===== */
.main-content-top {
	color:#636363;
	padding-top: 1.5em;
	padding-bottom: 1.5em;
	font-size: 1.25em;
}
.main-content-top h3{font-size: 1.9em;}
.main-content-top .middle{
	margin-left: -1.5%;
	margin-right: 1.5%;
}

.main-content-top .middle p{
	width:90%;
}
.main-content-top ul{
	margin-left: 1.5em;
}
.main-content-bottom {
	margin-bottom:-1.58%;
	padding-top:1.5em;
	padding-bottom: 1.5em;
}

/* ===== Interior Pages === */

.faq {
	max-width:700px;
}

.faq h1, .faq h2{line-height: 1.5em;	}
.faq h4 a{color:#636363;
line-height: 1.7em;
}

.faq h4 a:hover{color:#246F1D;}
.question{
	cursor:pointer;
}
h3.question {
	font-size:1.4em;
}
.answer{
	display:none;
}
.top-margin-adjust {
	display:block;
	margin-top:4%;
}
 .indent {
	margin-left: 5%;
	margin-top: 2%;
}
.smaller-headings h3{
	font-size: 1.6em;
	font-weight: 400;
}
.white-rounded-background {
	background-color: #fff;
	text-align:center;
	padding: 2% 2% 4% 2%;
	border-radius: 5px;
	-moz-border-radius: 5px;
	-web-kit-border-radius: 5px;
	width:90%;
	margin: 5% auto;
}
.blog-post-container {
	margin: 15px auto;
	display: flex;
	align-items: stretch;
}
.blog-post {
	background-color: #fff;
	border-radius: 5px;
	-moz-border-radius: 5px;
	-web-kit-border-radius: 5px;
	text-align:center;
	padding: 2%;
}
.row-eq-height {
	display: flex;
	flex-flow: row wrap;
	align-items: stretch;
}
.row-eq-height::before {
	display: block;
}
.testimonial-section{
	display: none;
}
.testimonial-link-header h4{
	font-size: 3em;
	color:#1B67A8;
}
.full-width-image{
	border-top:10px solid #85bad6;
	padding-top: 5%;
	padding-bottom: 5%;
	height: 408px;
}
.green-background{background-color: #a1cd3e;}
.over-image{
	color: #fff;
	text-align:center;
}
.over-image-left{
	color: #fff;
	text-align:left;
}
.over-image.multiple{
	margin-top: -4%;
}
.over-image.multiple h3{
	margin-bottom: 4%;
}
.inner-page{
	color:#fff;
	padding-top:1%;
	padding-bottom:1%;
}
.inner-page h2{
	margin-top:10px;
}
.bottom-drop-shadow {
	  -webkit-box-shadow: 0 4px 7px 1px rgba(0, 0,0, 0.3);
		-moz-box-shadow: 0 4px 7px 1px rgba(0, 0,0, 0.3);
		box-shadow: 0 4px 7px 1px rgba(0, 0,0, 0.3);
		position:relative;
}
.bottom-drop-shadow-line{
		border-bottom: 2px solid #cecece;
       -webkit-box-shadow: 0 5px 10px 5px rgba(169, 169,169, 0.4);
		-moz-box-shadow: 0 5px 10px 5px rgba(169, 169,169, 0.4);
		box-shadow: 0 5px 10px 5px rgba(169, 169,169, 0.4);
}
.content-bottom {
	padding-top: 5%;
	padding-bottom: 5%;
}
.content-top {
	padding-top: 3%;
	padding-bottom: 3%;
	}
.content-top ul li{padding-top:4%;}
.testimonial-link {
	font-size: 1.5em;
	margin-left: 5px;
}
.testimonial-link:hover{
	color: #246F1D;
	cursor: pointer;
}
/*=== site photobackground ==*/

.asbestos-photo {
	background:url('/images/photos/asbestos.jpg') no-repeat #000;
}
.asbestos-photo-cs {
	background:url('/images/photos/asbestos-cs.jpg') no-repeat #000;
}
.asbestos-photo-pueblo {
	background:url('/images/photos/asbestos-pueblo.jpg') no-repeat #000;
}
.mold-photo {
	background:url('/images/photos/mold.jpg') no-repeat #000;
}
.bird-photo {
	background:url('/images/photos/bird.jpg') no-repeat #000;
}
.lead-photo {
	background:url('/images/photos/lead.jpg') no-repeat #000;
}
.biohazard-photo {
	background:url('/images/photos/biohazard.jpg') no-repeat #000;
}
.radon-photo {
	background:url('/images/photos/radon.jpg') no-repeat #000;
}
.mercury-photo {
	background:url('/images/photos/mercury.jpg') no-repeat #000;
}
.demolition-photo {
	background:url('/images/photos/demolition.jpg') no-repeat #000;
}
.asbestos-photo, .asbestos-photo-cs, .asbestos-photo-pueblo, .mold-photo,.bird-photo, .lead-photo, .radon-photo, .mercury-photo, .demolition-photo {
	background-position:center;
	background-size:cover;
	}

.services-photo {
	background:url('/images/photos/services.jpg') no-repeat #000;
	background-image: url('/images/photos/services.jpg');
	background-repeat: no-repeat;
	background-position:center;
	background-size:cover;
}
.training-photo {
	background:url('/images/photos/training-background.jpg') no-repeat #000;
	background-image: url('/images/photos/training-background.jpg');
	background-repeat: no-repeat;
	background-position:center;
	background-size:cover;
	padding: 2% inherit;
	border-top: 10px solid #78b3d2;
}
.training-photo img{margin:auto;}
.gray-bar{background-color: #9F9EA3;  text-align:center; color: #eee; }

/*
FACTS ABOUT------------------------------------------------------------*/

.service-faq{
	text-align: center;
}
.service-faq p, .service-faq h3, .service-faq li, .service-faq a{
	text-align: center;
}
.service-faq h4{
	font-size:1.3em;
	color:#246F1D;
	margin-top:2em;
}
.service-faq ul{
	list-style: disc !important;
}
.service-faq li{
	display: block ;
}
.service-faq li:before{
    content:"» ";
}


/*
TEAM MEMBERS------------------------------------------------------------*/
#team {
	background: #fff;
}
#team .gray-bar {
	box-sizing: border-box;
}
.team-member, .normal-text {
	max-width: 1800px;
	margin:auto;
	text-align:left;
}
.team-member.new {
	max-width: none;
	background: #fff url('/images/photos/team-bg.jpg') bottom center no-repeat;
	background-size: cover;
}
.team-member ul{ margin-left: 3%;}
.text-shadow{text-shadow: 1px 1px #DADADC;}
.team-member .row{
	padding: 3% 0;
}
.team-member.new .row {
	padding: 3% 0 0;
}
@media (min-width: 768px) {
	.team-member.new .row {
		display: table;	
	}
	.team-member.new .row > [class*='col-'] {
	    float: none;
	    display: table-cell;
	    vertical-align: bottom;
	}
}
.team-member.new .bio {
	padding-bottom: 4%;
}
.team-member.new .row.visible-xs {
	padding: 0;	
}
.team-member a:hover{
	-moz-opacity: .8;
	-webkit-opacity: .8;
	filter:alpha(opacity=80);
	}
.team-member h2{font-variant: small-caps;}
.team-member .headshot {
	height: 100%;
	vertical-align: bottom;
}
.team-member img.headshot {
	max-width: 100%;
}

#photo-adjust{display:table;}
.daniel{
	background-image: url('/images/photos/daniel-xl-left.jpg?r=3');
	background-repeat: no-repeat;
	background-position:center bottom;
}
.lynnelle{
	background-image: url('/images/photos/lynnelle-xl-right.jpg?r=2');
	background-repeat: no-repeat;
	background-position:center bottom;
}
.danaya{
	background-image: url('/images/photos/danaya-xl-left.jpg');
	background-repeat: no-repeat;
	background-position:center bottom;
}
.brian{
	background-image: url('/images/photos/brian-xl-right.jpg?r=2');
	background-repeat: no-repeat;
	background-position:center bottom;
}
.jennifer{
	background-image: url('/images/photos/jennifer-xl-left.jpg?r=2');
	background-repeat: no-repeat;
	background-position:center bottom;
}
.jeannie{
	background-image: url('/images/photos/jeannie-xl-right.jpg');
	background-repeat: no-repeat;
	background-position:center bottom;
}
.jeffrey{
	background-image: url('/images/photos/jeff-xl-left.jpg');
	background-repeat: no-repeat;
	background-position:center bottom;
}
.chris{
	background-image: url('/images/photos/chris-xl-right.jpg');
	background-repeat: no-repeat;
	background-position:center bottom;
	width: 100%;

}
.bud{
	background-image: url('/images/photos/bud-xl-left.jpg?r=2');
	background-repeat: no-repeat;
	background-position:center bottom;
	width: 100%;
}
.james{
	background-image: url('/images/photos/james-xl-left.jpg');
	background-repeat: no-repeat;
	background-position:center bottom;
	width: 100%;
}
.scott{
	background-image: url('/images/photos/scott-xl-right.jpg?r=2');
	background-repeat: no-repeat;
	background-position:center bottom;
	width: 100%;
}
.erik{
	background-image: url('/images/photos/erik-xl-left.jpg');
	background-repeat: no-repeat;
	background-position:center bottom;
	width: 100%;
}
.noel{
	background-image: url('/images/photos/noel-xl-left.jpg?r=2');
	background-repeat: no-repeat;
	background-position:center bottom;
	width: 100%;
}
.kevin{
	background-image: url('/images/photos/kevin-xl-right.jpg?r=2');
	background-repeat: no-repeat;
	background-position:center bottom;
	width: 100%;
}
.joaquin{
	background-image: url('/images/photos/joaquin-xl-left.jpg');
	background-repeat: no-repeat;
	background-position:center bottom;
	width: 100%;
}
.miguel{
	background-image: url('/images/photos/miguel-xl-left.jpg');
	background-repeat: no-repeat;
	background-position:center bottom;
	width: 100%;
}
.matt {
	background-image: url('/images/photos/matt-peterson.jpg?r=2');
	background-repeat: no-repeat;
	background-position:center bottom;
	width: 100%;
}
.scott-lackas {
	background-image: url('/images/photos/scott-lackas.jpg');
	background-repeat: no-repeat;
	background-position:center bottom;
	width: 100%;
}


.phone-icon{margin-left: -13%;}
.email-icon {margin-left: 6%;}
.team-member.new .row .col-sm-12 a {
	text-decoration: none;
}

/* ======= Certifications Page ======*/

section.certification {
	background: #eeeeee; /* Old browsers */
	background: -moz-radial-gradient(center, ellipse cover, #ffffff 30%, #9f9ea3 100%);
	background: -webkit-radial-gradient(center, ellipse cover, #ffffff 30%,#9f9ea3 100%);
	background: radial-gradient(ellipse at center, #ffffff 30%,#9f9ea3 100%);
	padding: 80px 0;
}

section.certification:nth-of-type(even) {
	background: #eeeeee; /* Old browsers */
	background: -moz-radial-gradient(center, ellipse cover, #ffffff 30%, #9f9ea3 90%);
	background: -webkit-radial-gradient(center, ellipse cover, #ffffff 30%,#9f9ea3 90%);
	background: radial-gradient(ellipse at center, #ffffff 30%,#9f9ea3 90%);	
}

section.certification div:nth-of-type(2) {
	padding-top: 60px;
}

section.certification .img-responsive {
	margin: 0 auto;
	max-height: 400px;
	max-width: 400px;
	-webkit-box-shadow: 4px 4px 30px 0px rgba(0,0,0,0.33);
	-moz-box-shadow: 4px 4px 30px 0px rgba(0,0,0,0.33);
	box-shadow: 4px 4px 30px 0px rgba(0,0,0,0.33);	
}

section.certification h2 {
	font-variant: small-caps;
}

section.certification h3 {
	text-transform: uppercase;
}

/* ======= Contact Page ======*/
.contact {margin: 1% auto 5% auto;}
.contact p{font-size: 1.3em;}
.contact form{margin-top: 10%;}
/* padding-bottom on google maps is for the aspect ratio*/
.google-maps {
        position: relative;
        padding-bottom: 75%;
        height: 0;
        overflow: hidden;
		width: 90%;
		margin: 15% auto 5% auto;
    }
.google-maps iframe {
        position: absolute;
        top: 0;
        left: 0;
        width: 100% !important;
        height: 100% !important;
		border:0;
 }
/* ==== Interior Pages ===*/
.margin-adjust {
	display:block;
	height: 1%;
}
.epa-info{
	text-align:center;
	background:#fff;
	border-radius:4px;
	padding-top:.8em;
	font-weight:bold;
}
.quote {text-align:right;}

/* ==== Testimonials ===== */
.test-title{margin-bottom: 4%;}
.testimonials {border-top: 10px solid #78b3d2;}
.testimonial {margin-top:6%;
				margin-bottom: 15%;}
.author { color:#1B67A8; margin-bottom: 3%; font-size: 1.3em;  }

/* ==== Affiliates ===== */
.affiliates{margin-bottom: 6%;}

/* ==== footer =====*/
footer {
	width: 100%;
	background: #137DB6;
	color: #fff;
	padding: 3% 0;
}
footer a {
	text-decoration:none;
	color: #fff;
}
footer a:hover {
	color: #fff; 
	text-decoration: underline;	
}
footer ul{
	list-style: none;
	padding:0;
	margin:0;
}
footer ul li{
	line-height: 1.3em;
	margin-bottom: .6em
}
footer .bottom ul > li{
	float:left;
}
footer .bottom img{
	margin:1.5em 1px;
}
footer .bottom h2{margin-right: .6em;}
footer .copyright {
	font-size: 12px;
}
footer .button {
	display: inline-block;
	background: #fff;
	width: auto;
	font-size: 1.2em;
	padding: .75em 1em;
	margin: 20px 0 0;
	color: #137DB6 !important;
}
footer .button:hover {
	text-decoration: none;
	color: #333 !important;
}

/* ======== TRAINING AND COURSE SCHEDULE PAGES ============*/
.floated-columns{
	-webkit-column-count: 2; /* Chrome, Safari, Opera */
    -moz-column-count: 2; /* Firefox */
    column-count: 2;
}
.fixed{
	position:fixed;
	top:0;
	z-index: 99999;
}
.fixed-bottom{
	position:absolute;
	bottom:0;
}
.large-calendar{
	display:none;
}

.calendar-page, .descriptions-page{
	border-top: 10px solid #78b3d2;
	padding-top: 3%;
	position:relative;
	}
.calendar-page, .descriptions-page ul{list-style:none;}
.calendar-page a{ color:#636363;}
.calendar-page a:hover,.descriptions-page a:hover{color:#78b3d2}
.calendar-page a.blue {color: #1B67A8;}
.calendar-page a.blue:hover{color:#bfdded;}
.training-associates ul{list-style:none;margin-top:5%;}
.training-associates ul li{padding:1%; font-size: 1.2em; font-weight: 200;}
.descriptions-page a{ color:#1B67A8;}
.end-sticky{
	position:relative;
	z-index: 999999;
}
.sticky-margin-fix{
	padding-bottom: 10%;}
.absolute{
	position:absolute;
	bottom:0;
}
.relative{
	position:relative;
}
.fixed-side{
	position: relative;
	display:block;
}
.fixed-side-top{
	margin-bottom: 2%;
}
.fixed-side-top img{
	margin:8% auto 0 auto;
}

.calendar-page .location-key{
	padding: 1% 2%;
}
.location-key{
	background: #78b3d2;
	-moz-border-radius: 5px;
	-webkit-border-radius: 5px;
	border-radius: 5px;
	color: #fff;
	margin-top: 2%;
}
.location-key h3{
	padding-left: 30px;
	margin-bottom: 4%;}

.location-key div{
	font-size: 1em;
}
.location-list{width: 100%;height: 100%; padding:3%; }

.location-key div.venue_denver{

	background: url('/images/ui/icon-denver.png') no-repeat;
	background-repeat: no-repeat;
	padding-left: 70px;
}
.location-key div.venue_pueblo {
	background: url('/images/ui/icon-pueblo.png') no-repeat;
	background-repeat: no-repeat;
	padding-left: 70px;
}
.location-key div.venue_other {
	background: url('/images/ui/icon-other.png') no-repeat;
	background-repeat: no-repeat;
	padding-left: 70px;
}
.venue_0{
	background-image: url('/images/ui/icon-other.png');
	background-repeat: no-repeat;}
.venue_1{
	background-image: url('/images/ui/icon-denver.png');
	background-repeat: no-repeat;}

.venue_2{
	background-image: url('/images/ui/icon-pueblo.png');
	background-repeat: no-repeat;}
.venue_0, .venue_1, .venue_2{
	display:inline-block;
	height: 50px;
	width: 10%;
	min-width: 50px;
}
#registernow{
	margin-bottom:60px;
}
.course-view .venue_1, .course-view .venue_2{
	width:100%;
	background-size: 100%;
	min-width: 45px;
	max-width: 50px;
	background-position: center;

}
h2.course-detail{margin-bottom: 3%;}
.course-detail .button{
	width: 80%;
	padding: 5% 1% 2% 1%;
	font-size: 1.5em;
}

.course-detail .button p.down-arrow-small{
	text-align:center;
}
.course-details{margin-top:2%;}
.location-key {padding:0;}
.location-key ul{padding: 5% 0;}
.location-key a,.location-key a:hover {color: #fff;}
.location-key ul li{/* padding: 3%; */background: url('/images/ui/list-arrow.png') no-repeat right;
	background-image: url('/images/ui/list-arrow.png');
	background-repeat: no-repeat;
	padding-right: 35px; }

.location-key li:hover {background-color: #6ca1bd;
background: url('/images/ui/list-arrow-active.png') no-repeat right #6ca1bd;
	background-image: url('/images/ui/list-arrow-active.png');
	background-repeat: no-repeat;}

.training-courses{
	padding-left: 3%;
}
.training-courses img{
	margin:auto;
	padding-top: 3%;
}
.cal-list-view{
	padding-left: 3%;
}
.list-view{
	position:relative;

}
.list-view li {
	display:table;
	width: 100%;
}

.list-view li> div{
	display:table-cell;
	padding:1%;

}
.list-view li >div{
	width: 10%;
}
.list-view li >div.list-cal-description{
	width: 50%;
	font-size: 1.2em;
	padding: 0 0 4% 2%;
}

.course-list-view{
	padding-left: 4%;

}

.course-list-view table{
	margin:0;
	padding:0;
}

.course-list-view ul{
	margin-left: 3%;
	margin-bottom: 2%;
	margin: 2% 3%;
}
.list-cal{
	border: 2px solid #78b3d2;
	width: 100%;
	text-align:center;
}

.list-cal-month{
	background: #78b3d2;
	color:#fff;
	display:block;
	width: 100%;
	min-width: 40px;
}
.list-cal-days{background:#fff;}
.list-cal-button{
	background: #a1cd3e;
	width: 100%;
	color: #fff;
	-moz-border-radius: 5px;
	-webkit-border-radius: 5px;
	border-radius: 5px;
	text-align:center;
	/* padding: 5px; */
	padding-right: 10px;
}
.calendar-page .small-arrow a, .calendar-page .small-arrow a:hover{color:#fff}
.list-cal-button a, .list-cal-button a:hover{color: #fff;}
.list-cal-time{padding:0;margin:0;
margin-left: -16px;margin-right: -16px;}
.list-cal-button-xs{
	background: #a1cd3e;
	width: 100%;
	color: #fff;
	-moz-border-radius: 5px;
	-webkit-border-radius: 5px;
	border-radius: 5px;
	padding-left: 15%;

}

.closer-heading{
	margin-bottom: -3%;
	padding-top: 4%;
}
p.small-arrow{
	background: url('/images/ui/small-side-arrow') no-repeat right #a1cd3e;
	padding: 4%;
	border-radius: 5px;
}
.registration h1{
	margin-top:-1%;
	margin-bottom: 2%;
}
.list-shadow{background: url('/images/ui/bottom-swish.png') bottom center no-repeat;
background-image: url('/images/ui/bottom-swish.png');
background-repeat: no-repeat;
background-size: 100%;
padding-bottom: 8%;
margin-bottom: 8%;
}
.descriptions-page ul{
	margin-top: 2%;
	margin-bottom: 5%;
}
.descriptions-page h3{margin-bottom: 3%;}
/* ====== REGISTER PAGE ======*/
.registration-page{padding-bottom: 5%}
.register-box{margin-top: 4%;}

.register-box button{width: 100%;}
.register-box{background:#fff;
padding: 1% 4% 4% 4%;
border-radius: 5px;
text-align:center;
}

.register-box input{
	border:none;
	border-radius: 5px;
	background-color: #f2f2f2;
	color: #3b3b3b;
	font-weight: 500;
	width: 100%;
}

.register-box input[type="submit"]{
	margin:auto;
	color: #fff;
	background-color: #a1cd3e;
	color: #fff;
	border: none;
	border-radius: 5px;
	font-size: 1.5em;
	-moz-border-radius: 5px;
	-webkit-border-radius: 5px;
	padding: 7.5%;
	background: url('/images/ui/side-arrow.png') no-repeat right  #a1cd3e;
	background-image: url('/images/ui/side-arrow.png');
	background-repeat: no-repeat;
	padding-right: 35px;

}


#att0, #att1, #att2, #att3{
	display:none;
}


.select-styled select {
   background: transparent !important;
   width: 100%;
   padding:1em 2em 1em 1em;
   line-height: 1.2;
   border: none !important;
   border-radius: 0 !important;
   font-weight: 500;
   -webkit-appearance: none;
   -moz-appearance: none;
    -ms-appearance: none;
    -o-appearance: none;
    appearance: none;
   color:#412b6e;
   box-shadow:none !important;
   }

 select::-ms-expand {
    display: none;
}

   .select-styled {
   width: 100%;
   background: url('/images/ui/select_arrows.jpg') no-repeat right #f2f2f2;
   border: none;
   border-radius: 5px;
   margin: 1% auto;
   }

/* ===== MEDIA QUERIES ===== */


@media screen and (max-width: 1150px){

.reduce-width{margin: 0 9em;}

	.training-padded .button .side-arrow-smaller-text{
		font-size: .6em;
	}

		.nivo-controlNav {
	margin-left: 45%;

	}
	.nivo-controlNav {
		margin-left: 20px;
		margin-right: 20px;

			}

.daniel{
	background:url('/images/photos/daniel-xl-nomargin-left.jpg') no-repeat;
	background-repeat: no-repeat;
	background-position:left bottom;
}
.lynnelle{
	background:url('/images/photos/lynnelle-xl-nomargin-right.jpg') no-repeat;
	background-repeat: no-repeat;
	background-position:right bottom;
}
.danaya{
	background:url('/images/photos/danaya-xl-nomargin-left.jpg') no-repeat;
	background-repeat: no-repeat;
	background-position:left bottom;
}
.brian{
	background:url('/images/photos/brian-xl-nomargin-right.jpg') no-repeat;
	background-repeat: no-repeat;
	background-position:right bottom;
}
.jennifer{
	background:url('/images/photos/jennifer-xl-nomargin-left.jpg') no-repeat;
	background-repeat: no-repeat;
	background-position:left bottom;
}

.jeannie{
	background:url('/images/photos/jeannie-xl-nomargin-right.jpg') no-repeat;
	background-repeat: no-repeat;
	background-position:right bottom;
}
.jeffrey{
	background:url('/images/photos/jeff-xl-nomargin-right.jpg') no-repeat;
	background-repeat: no-repeat;
	background-position:right bottom;
}
.chris{
	background:url('/images/photos/chris-xl-nomargin-left.jpg') no-repeat;
	background-repeat: no-repeat;
	background-position:right bottom;
}
.bud{
	background-image: url('/images/photos/bud-xl-nomargin-left.jpg');
	background-repeat: no-repeat;
	background-position:left bottom;
}
.james{
	background-image: url('/images/photos/james-xl-nomargin-left.jpg');
	background-repeat: no-repeat;
	background-position:left bottom;
}
.scott{
	background-image: url('/images/photos/scott-xl-nomargin-right.jpg');
	background-repeat: no-repeat;
	background-position:right bottom;
}
.erik{
	background-image: url('/images/photos/erik-xl-nomargin-left.jpg');
	background-repeat: no-repeat;
	background-position:left bottom;
	padding-top:5%;
}
.miguel {
	background:url('/images/photos/miguel-xl-nomargin-left.jpg') no-repeat;
	background-repeat: no-repeat;
	background-position:left bottom;
}



.register-box input[type="submit"] {
	padding: 8% inherit;
	text-align: left;
}

.nivo-caption {
	top: 10%;
	width:25%;
	margin-left: 70%;
}

#bottom-swish img{margin-right:-15px;}
.over-image.multiple{margin-top: -2%;}
.footer-adjust {margin-top:-2.2%;}
.sf-menu a{font-size: 1.1em;}
.main-content-top .middle{margin: 0;}
p.small-arrow {padding-right: 20px;}
p.side-arrow{font-size: .8em; margin-top:4%;};
.cleartest{clear:both;}
}

@media screen and (max-width: 992px) {

	.reduce-width{margin: 0 7em;}

	.register-box input[type="submit"]{padding: 3%;}
.nivo-caption {
	top:5%;
	width:30%;
	margin-left: 70%;

}
.nivo-caption p{ font-size: 1em;}
.nivo-caption h2 {font-size: 1.4em;}
.footer-adjust {margin-top:-3%;}
.nivo-controlNav {margin-bottom: -8.6%;	}

h1{font-size: 2em;}
h2{ font-size: 1.7em;}
h3{font-size: 1.2em;}
h4{font-size: 1.1em;}

.sf-menu{
	margin-top:0%;
}

.sf-menu a{
	font-size: 1em;
}

.full-width-image {
	height: 250px;
	padding-top: 1%;
	padding-bottom: 1%;
}
.testimonial-link {
	font-size: 1em;
}


/*.multiple .row:nth-child(2) .button {min-height: 5.8em;}  Put in for bottom buttons equal height */

}


@media screen and (max-width: 920px){
	.reduce-width{margin: 0 5em;}

.phone-icon{margin-left: auto;}

.email-icon {margin-left: auto;}

	#bottom-swish img{
	display:none;
}
	.top-contact ul{
		display:none;
		width: 100%;
		background-color: #a1cd3e;
}

p.side-arrow{font-size: .7em;};
}

.bottom-button p.side-arrow{font-size: 1em;
margin-top: -1px;}

@media screen and (max-width: 877px){
	.reduce-width{margin: 0 3em;}


	p.small-arrow{
	background: none;

}

.team-member a{
	font-size: .89em;

}
.training-padded .button .side-arrow-smaller-text{
		font-size: .6em;
	}
}

@media screen and (max-width: 767px ) {
	.reduce-width{margin: 0 1em;}
	.training-padded .button .side-arrow-smaller-text{
		font-size: 1em;
	}
	.testimonial {margin:6%;}
	.register-box input[type="submit"]{padding: 3%; text-align:center; font-size: 1.4em;margin-top:1%;}
	.navbar-nav .open .dropdown-menu>li>a, .navbar-nav .open .dropdown-menu .dropdown-header{padding-bottom:0;}
	.daniel {
		background: #f2f2f2;
	}

	 .lynnelle, .danaya, .brian, .jennifer, .jeannie, .jeffrey, .chris, .bud, .james, .scott, .erik, .noel, .kevin, .joaquin, .beth, .miguel, .matt, .scott-lackas {
		background: #f2f2f2;
		margin-top: -8%;
}

	section.certification {
		background: #f2f2f2;
		padding: 40px 0;
	}

	section.certification:nth-of-type(even) {
		background: #d4d4d4;
	}

	section.certification div:nth-of-type(2) {
		padding-top: 30px;
	}

	section.certification .img-responsive {
		max-width: 100%;
	}

	.nivoSlider {
		border: 7px solid #f1f8fc;
	}

	.nivo-caption {
		width: 100%;
		color: #246F1D;
		margin:auto;
		position:relative;
		text-align:center;
		margin-top: -4%;
		background-color: #f1f8fc

	}

	.bottom-header {
		height: .1em;
		margin-top:0;
	}

	.nivo-caption h2{
		color: #1B67A8;
	}

	.nivo-caption p{
		color: #333;
	}

	.nivo-controlNav {
	padding: 0 auto;
	position:absolute;
	margin-left: 35%;
	margin-right: 35%;
	z-index: 10;
	display:none;
}

	header{
		background: transparent;
		padding-top:0;
		border-bottom: .5em solid #78b3d2;
	}

	.navbar-default,.navbar-toggle {
		background-color:#246f1d;
		color: #fff;
		border:none;
	}
	
	.navbar-default .navbar-toggle .icon-bar {
		background: #fff;
	}

	.navbar-default .navbar-toggle:hover, .navbar-default .navbar-toggle:focus{
		background:none;
		border:none;
		box-shadow:none;
	}

	.navbar-default .navbar-nav>.active>a, 
	.navbar-default .navbar-nav>.active>a:hover, 
	.navbar-default .navbar-nav>.active>a:focus,
	.navbar-default .navbar-nav .open .dropdown-menu > li > a:hover, 
	.navbar-default .navbar-nav .open .dropdown-menu > li > a:focus,
	.navbar-default .navbar-nav > li > a:hover, 
	.navbar-default .navbar-nav > li > a:focus {
		background-color: #246f1d;
		color: #fff;
	}

	.navbar-default .navbar-nav>li>a{
		background-color: #fff;
	}
	.navbar-default .navbar-nav>.open>a {
		background-color: #fff;
	}
	.navbar-default .navbar-nav .open .dropdown-menu>li {
		background-color: #fff;
	}

	.navbar-default .navbar-nav .open .dropdown-menu>li:hover{
		background-color: #246f1d;
		color: #fff;
	}

	.navbar-default .navbar-nav>.open>a, 
	.navbar-default .navbar-nav>.open>a:hover, 
	.navbar-default .navbar-nav>.open>a:focus, 
	.navbar-default .active {
		background-color: #246f1d;
		color: #fff;
	}

	.navbar-default .navbar-collapse {
		background-color: #246f1d;
		color: #fff;
	}

	.single button:hover,
	.multiple button:hover, 
	.single .button:hover,
	.multiple .button:hover {
		background-color: #246f1d;
		color: #fff;
	}

p.arrow-link{
	background: url('/images/ui/side-arrow-sm.png') no-repeat right  #246F1D;
	padding: 0.3em 0em;
	padding-right:0.6em;
	font-size: 1.2em;
	line-height: 1.2em;

}
p.arrow-link:hover{
	background: url('/images/ui/side-arrow-sm.png') no-repeat right  #6b8829;
}
p.arrow-link a{
	padding: 1em;
}

button p.side-arrow, .button p.side-arrow, p.side-arrow-smaller-text, p.side-arrow-longer-text{padding-bottom: 3%;}
button p.up-arrow, .button p.up-arrow{padding-bottom: 3%;}
button p.down-arrow, .button p.down-arrow, p.down-arrow-small{padding-bottom: 3%;}
.bottom-button p.side-arrow{font-size: 1em;
	padding-bottom: 3%;}
	.top-green-bar{display:none;}
	.footer-adjust {margin-top:-6%;}

	.force-table{
	display:block;
	position:relative;
}
.force-table div{ display: block;}
.force-table img{position:relative;}
.full-width-image {border:0;}
	button, .button{
		width:100%;
		margin:.4em 0;
		font-size: 1.3em;
		padding: 2% 3% 0 3%;
}
.single button, .multiple button, .single .button, .multiple .button
	{
	background-color: #a1cd3e;
	color: #fff;
	border: none;
	padding: 20px;
	border-radius: 5px;
	font-size: 1.7em;
	-moz-border-radius: 5px;
	-webkit-border-radius: 5px;
	height:auto;
	margin:.4em 0;
	padding: 2%;
	font-size: 1.3em;
	width: 100%;
	text-decoration: none;
}

	button.phone-icon, button.email-icon, .button.phone-icon, .button.email-icon{
		padding: 2%;
		background: #a1cd3e;
	}

.text-shadow{text-shadow:none;}
.phone button, .phone .button {
		line-height: 1.4em;
		padding: 5px;
		background: #78b3d2;
		width:100%;
		font-size: 1.3em;
		color: #fff !important;
}
.full-width-image {
	background: transparent;
	height:auto;
}
.over-image, .over-image-left{color:#1B67A8;}
.top-green{position:fixed;z-index: 100;}
.right{ text-align:left;}
.nav-bar{background-color: #a1cd3e;}
.logo img{margin:auto;}
.schedule-button {
		width:86%;
		margin-left:auto;
		margin-right:auto;
		margin-top:-9%;
	}
.testimonial-link {
		background:none;
		border: 2px solid #a1cd3e;
		color: #1B67A8;
		width: 80%;
		font-size: 1.4em;
		padding: 1% 5%;
		font-weight: 300;
		border-radius: 5px;
		margin:auto;
	}
button.spacing-adjust, .button.spacing-adjust{
		margin-top:0;
	}
button p, .button p{
		margin:0;
	}

.bottom-button .side-arrow{
		font-size: .79em;
	}
	.testimonial-link-header h1{
		padding-top: 3%;
		margin-left: -9px;
	}
.list-cal-button{
	padding: 2% ;
}
.google-maps {
        position: relative;
        padding-bottom: 75%;
        height: 0;
        overflow: hidden;
		width: 100%;
		margin: auto auto 20px auto;
    }
.light-blue{color:#bfdded;}
.center-small{text-align:center;}

p.side-arrow{font-size: 1em;}
.training-photo{background:#fff;}
.fixed-side-top img{
	margin:auto;
}
.light-grey-background, .over-image-left{text-align:center;}
.light-grey-background ul{list-style:none;}
.training-associates h1{width: 90%;}
.contact .button{padding: 2%;}
 }
@media(min-width:767px){
 .beth{
	 background-image: url('/images/photos/beth-xl-left.jpg');
	 background-repeat: no-repeat;
	 background-position: center bottom;
 }
}

table.privacy-policy {
	border: 1px solid #ccc;		
}
table.privacy-policy th, table.privacy-policy td {
	border: 1px solid #ccc;
}
table.privacy-policy th {
	vertical-align: bottom;
	padding: 5px;
}
table.privacy-policy th.center {
	text-align: center;	
}
table.privacy-policy td {
	vertical-align: top;
	padding: 5px;
}
table.privacy-policy ul {
	margin-left: 15px;
}
table.privacy-policy li {
	padding-top: 0;
	padding-bottom: 8px;
}
.normal-text ul {
	margin-left: 20px;
	padding-bottom: 8px;
}
.normal-text ul li {
	padding-top: 0;
	padding-bottom: 8px;
}


/* New Homepage Layout */
.index-slider.new-homepage {
	max-width: none;
	padding-left: 0;
	padding-right: 0;
	position: relative;
	border-bottom: 9px solid #78b3d2;
}
.index-slider.new-homepage .nivoSlider img {
	width: 100%;
	height: auto;
	border-radius: 0px;
}
.index-slider.new-homepage .nivoSlider .nivo-caption {
	top: 10%;
	width: 30%;
	margin-left: 10%;
	min-height: 295px;
	min-width: 450px;
	padding: 35px;
	background: rgba(0,0,0,0.47);
}
.index-slider.new-homepage .nivoSlider .nivo-caption h2 {
	font-family: "Lato", sans-serif;
	font-weight: normal;
	font-size: 36px;
	text-transform: uppercase;	
}
.index-slider.new-homepage .nivoSlider .nivo-caption p {
	font-family: "Lato", sans-serif;
	font-weight: normal;
	font-size: 24px;	
	line-height: 1.4;
}
.index-slider.new-homepage .nivo-controlNav {
	bottom: 0px;
	margin-left: 0;
	margin-bottom: 0;
	width: 100%;
	text-align: center;
	padding: 15px 0;
}

.main-content-top.new-homepage {
	padding: 55px 15px;
}
.main-content-bottom.new-homepage {
	padding: 55px 15px;
	font-size: 1.25em;
}
.main-content-top.new-homepage h2,
.main-content-bottom.new-homepage h2,
.main-content-top.new-homepage h3 {
	font-family: "Lato", sans-serif;
	font-size: 2em;
	font-weight: normal;
	margin-top: 0px;
}
.main-content-bottom.new-homepage p strong {
	font-weight: 500;	
}
.main-content-bottom.new-homepage img {
	margin: 0 auto;
	position: relative;	
}
.main-content-top.new-homepage h3 {
	padding-left: 2%;
}
.main-content-top.new-homepage .blog-post {
	background: transparent;
}
.main-content-top.new-homepage .blog-post h4 {
	font-family: "Lato", sans-serif;
	font-size: 24px;
	font-weight: 500;
}
.main-content-top.new-homepage .blog-post h4 a {
	text-decoration: none;
}
.main-content-top.new-homepage .blog-post h4 a:hover {
	text-decoration: underline;	
}

@media(max-width:992px){
	.index-slider.new-homepage .nivoSlider .nivo-caption h2 {
		font-size: 28px;	
	}
	.index-slider.new-homepage .nivoSlider .nivo-caption p {
		font-size: 20px;	
	}	
	.index-slider.new-homepage .nivo-controlNav {
		margin-bottom: 0;
	}
	.main-content-top.new-homepage h2 {
		margin-top: 20px;
		text-align: left;
	}
	.main-content-top.new-homepage h2,
	.main-content-bottom.new-homepage h2,
	.main-content-top.new-homepage h3 {
		font-size: 1.75em;
	}
	.main-content-top.new-homepage p {
		text-align: left;	
	}
	.main-content-top.new-homepage h3,
	.main-content-top.new-homepage .blog-post {
		padding-left: 15px;
		padding-right: 15px;
		text-align: left;
	}
	
}
