@charset "UTF-8";
/* CSS Document */

@media screen {

/*-- Structure and Sticky Footer Items  --*/
html {
    position: relative; /*-- Sticky Footer --*/
    min-height: 100%; /*-- Sticky Footer */
}

body {
	background: #ededed; 
	font-family: Arial,Helvetica,sans-serif;
	font-size:11px;
        margin: 0 0 100px; /*-- Sticky Footer bottom = footer height --*/
}

.footer {
    color: #ffffff;
    background: #231f20;
    height: 140px;
    left: 0;
    line-height: 24px;
    padding: 12px 0 0 0;
    position: absolute;
    width: 100%;
    font-size:13px;
}

.footer a {
    color: #af8725;
    text-decoration: none;
}

/*-- Header --*/
.header {
    background: #fff;
    -webkit-box-shadow: 10px 10px 5px 0px rgba(221,221,221,1);
    -moz-box-shadow: 10px 10px 5px 0px rgba(221,221,221,1);
    box-shadow: 10px 10px 5px 0px rgba(221,221,221,1);
    margin: 0;
    padding: 10px 0;
    width: 100%;
    height: 87px;
}

.header-small {
	height:73px;
   	border-bottom: 3px solid #caaf6e;
    	-webkit-box-shadow: 0px 3px 3px 1px rgba( 35, 31, 32, 1 );
    	-moz-box-shadow: 0px 3px 3px 1px rgba( 35, 31, 32, 1 );
   	 box-shadow: 0px 3px 3px 1px rgba( 35, 31, 32, 1 );
}

/*-- Styling for Font Awesome Icons --*/
.header i {
	color:#fff;
	font-size:12px;
}

.header .logo {
	height: 84px;
    margin: 0 auto;
    width: 322px;
    float: left;
    margin-top:-7px;
}

.header .logo-small {
	display:block;
	height:34px;
	width: 100%;
    text-align: center;
}

/*-- Back to Site Navigation --*/
.header .backtosite {
    border: 1px solid #caaf6e;
    background: #caaf6e;
    border-radius: 15px;
    color: #ffffff;
    float: right;
    font-size: 12px;
    height: 30px;
    line-height: 30px;
    text-indent: 0px;
    text-decoration: none;
    text-align: center;
    width: 134px;
    text-transform: uppercase;
    letter-spacing: .5px;
}

.header a {
	text-decoration:none;
}

.header .backtosite:hover {
	    border: 1px solid #af8725;
    background: #af8725;
    color: #ffffff;
}

.header .backtosite:active {
	position:relative;
	top:1px;
}

/*-- Reinforcement MDA Banner --*/
.incentives-header {
	color:#6f6f6f;
	display:block;
	font-size: 14px;
	font-weight:600;
	text-align:center;
	padding: 15px 0 0 0;
}

.incentives {
    color: #6f6f6d;
    clear: right;
    float: right;
    margin: 0;
    padding: 0;
    text-align: right;
    margin-top: 28px;
}
  
  
.incentives li {
	font-size: 12px;
	padding: 2px 0;
	text-align: right;
}

.incentives-list {
	display:inline-block;
	*zoom: 1; /*-- IE Fix --*/
	*display: inline; /*-- IE Fix --*/
}

/*-- Styling for Font Awesome Icons --*/

.incentives i {
    background: #efe6d3;
    border: 2px solid #caaf6e;
    color: #a89368;
    margin: 0 4px 0px 13px;
    padding: 4px;
    -webkit-border-radius: 25px;
    -moz-border-radius: 25px;
    border-radius: 34px;
    text-align: center;
    width: 16px;
    height: 14px;
    line-height: 14px;
}

.float-clear {
	clear:both;
}

/*-- Footer Space --*/
.footer .address {
	display:inline-block;
	*zoom: 1; /*-- IE Fix --*/
	*display: inline; /*-- IE Fix --*/
	width:50%;
	vertical-align:middle;
}

.footer .address-small {
	text-align:center;
}

.footer .contact {
	display:inline-block;
	*zoom: 1; /*-- IE Fix --*/
	*display: inline; /*-- IE Fix --*/
	width:50%;
	text-align:right;
}

/*-------- Overwrite Core C6 Layout Elements here if required --------*/

/*-- Progress Indicator - restyle if preferred --*/
#ipulse .navlink {
	/*font-size: 11px;
	text-transform: uppercase;*/
}

/*-- Headers --*/
#ipulse .header1 { /*-- Adjust Font Family of Headers if required --*/
    font-family: 'Lato', sans-serif;
}

#ipulse .header2 {
    font-family: 'Lato', sans-serif;
}

}/*-- /@media screen  --*/


@media screen and ( max-width: 499px ) {

/*-- Adjust Background Image to Solid Color or Gradient for Mobile if required--*/
body {
	/*background: #f8f7f3;*/
	/*background: -webkit-gradient( linear, left top, left bottom, color-stop(0.05, #f8f7f3), color-stop(1, #ecebe7) );
	background: -moz-linear-gradient( center top, #f8f7f3 5%, #ecebe7 100% );*/
}
	
}/*-- /@media screen max-width: 499px --*/