@charset "UTF-8";
/* CSS Document */

@media screen {

/*-- Structure and Sticky Footer Items  --*/
html {
    position: relative; /*-- Sticky Footer --*/
    min-height: 100%; /*-- Sticky Footer */
}

body {
        background: #f8f6f0;
	font-family: Arial,Helvetica,sans-serif;
	font-size:11px;
        margin: 0 0 1px; /*-- Sticky Footer bottom = footer height --*/
}

.footer {
	color: #6f6f6d;
	background: #f8f7f3;
	border-top:1px solid #dbdbdb;
	height: 100px; /*-- Sticky Footer bottom = footer height --*/
        left: 0;
	line-height:18px;
	padding: 12px 0 0 0;
   	position: absolute;
        width: 100%;
}

.footer a {
	color:#a99860;
	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: 92px
}

.header-small {
	/*height:30px;*/ /*-- Adjust Header Height on Mobile if required --*/
}

/*-- Styling for Font Awesome Icons --*/
.header i {
	color:#fff;
	font-size:12px;
}

.header .logo {
	height:84px;
	margin:0 auto;
	width:214px;
}

.header .logo-small {
	display:block;
	height:34px;
	text-align: center;
}

/*-- Back to Site Navigation --*/
.header .backtosite {
	background: #B49735;
    	border: 1px solid #000000;
    	color: #ffffff;
	float:left;
	font-size: 13px;
	height: 32px;
	line-height: 32px;
	text-indent: 0px;
	text-decoration: none;
	text-align: center;
	width: 110px;
}

.header a {
	text-decoration:none;
}

.header .backtosite:hover {
	background:#CBAE49;
}

.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 {
	background: #b9a249;
	color: #ffffff;
	font-size: 12px;
	border: 1px solid #80756a;
	padding:10px;
	text-align:center;
}

.incentives li {
    font-size: 13px;
    padding: 2px 0;
    text-align: right;
    letter-spacing: .5px;
    font-family: 'Tinos', serif;
}

.incentives-list {
	display:inline-block;
	*zoom: 1; /*-- IE Fix --*/
	*display: inline; /*-- IE Fix --*/
}

/*-- Styling for Font Awesome Icons --*/
.incentives i {
    background: #978c82;
    color: #ffffff;
    margin: 0 4px 0px 12px;
    padding: 4px;
    -webkit-border-radius: 25px;
    -moz-border-radius: 25px;
    border-radius: 12px;
    text-align: center;
    width: 16px;
    height: 16px;
    line-height: 17px;
}

.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: 'Tinos', serif;
    color: #3d3733;
    text-transform: uppercase;
}

#ipulse .header2 {
    font-family: 'Tinos', serif;
    color: #3d3733;
    text-transform: uppercase;
    letter-spacing: .5px;
    font-weight: 400;
}

}/*-- /@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 --*/