@charset "UTF-8";
/* CSS Document */

@media screen {

/*-- Structure and Sticky Footer Items  --*/
html {
    position: relative; 
}

body {
	background: #ffffff; 
	font-family: 'Lato', sans-serif;
	font-size:11px;
        margin: 0 0 100px; 
}

.footer {
	color: #ffffff;
	background: #231f20;
	height: 180px;
        left: 0;
	line-height:18px;
	padding: 12px 0 0 0;
   	position: absolute;
        width: 100%;
        text-align:center;
}

.footer a {
	color:#fff;
	text-decoration:none;
}

/*-- Header --*/
.header {
	background: #231f20;
    	-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 3px 3px 0px rgb(153, 152, 152);
	margin: 0;
	padding: 20px 0;
	width: 100%;
        height:65px;
}

.header-small {
	height:34px;
        width: 100%;
        text-align: center;
}

/*-- Styling for Font Awesome Icons --*/
.header i {
	color:#fff;
	font-size:12px;
}

.header .logo {
	height:84px;
	margin:0 auto;
	width:214px;
        margin-top: 10px;
}

.header .logo-small {
	display:block;
	height:34px;
        margin-top: 6px;
}

/*-- Back to Site Navigation --*/
.header .backtosite {
    letter-spacing: .5px;
    background: #af1e59;
    color: #ffffff;
    float: right;
    font-size: 16px;
    height: 37px;
    line-height: 37px;
    text-indent: 0px;
    text-decoration: none;
    text-align: center;
    width: 162px;
    margin-top: -18px;
}

.header .backtosite a {
	text-decoration:none;
}

.header .backtosite:hover {
	background:#bc945c;
      	color: #ffffff;
}

.header .backtosite:active {
	position:relative;
	top:1px;
}

/*-- Reinforcement MDA Banner --*/
.incentives {
	color: #6f6f6d;
	float:right;
	margin:-10px 0 0 0;
	padding:0;
}

.incentives li {
	font-size: 12px;
	padding: 2px 0;
	text-align: right;
}

.incentives-list {
	display: block;
}

.incentives-header {
	color:#a99860;
	font-size: 14px!important;
	margin-bottom:6px;
}

/*-- Styling for Font Awesome Icons --*/
.incentives i {
	color: #a89368;
	margin-left: 5px;
	padding-left:6px;
	text-align: center;
	width: 15px;
}

.float-clear {
	clear:both;
}

/*-- Footer Space --*/
.footer .address {
    display: inline-block;
    width: 50%;
    text-align: left;
    margin-right: -74px;
    line-height: 26px;
    font-size: 16px;
    margin-top: 20px;
}

.footer .address-small {
        margin-top: 15px;
	text-align:center;
    	font-size: 12px;
    	line-height: 26px;
}

.footer-logo {
    width: 50%;
    float: left;
    text-align: right;
    margin-top: 49px;
}

/*-------- Overwrite Core C6 Layout Elements here if required --------*/

div#ipulse {
    margin-top: 9px;
}
  
#ipulse .overlay {
    background-color: rgba(35, 31, 32, 0.75);
    top: auto;
    bottom: 0px;
    text-align: center;
}

#ipulse .bb {
    border-bottom: 1px solid #f3f1f1;
}
  
/*-------- Overwrite Core C6 Layout Elements here if required --------*/
  
 /* div#section_closedsignup img {
    width: 38%!important;
    margin-left: 120px!important;
}
  
div#section_closedsignup .header2 {
    font-size: 15px!important;
}*/
  
  
/*-- Headers --*/
#ipulse .header1 { 
    	font-family: 'Lato', sans-serif;
        color: #af1e59;
    	text-transform: uppercase;
    	font-size: 18px!important;
    	letter-spacing: .5px;
}

#ipulse .header2 {
    	font-family: 'Lato', sans-serif;
    	color: #af1e59;
    	text-transform: uppercase;
    	font-size: 18px!important;
    	letter-spacing: .5px;
}

}/*-- /@media screen  --*/


@media screen and ( max-width: 499px ) {
  
.header .backtosite {
    letter-spacing: .5px;
    background: #af1e59;
    color: #ffffff;
    float: right;
    font-size: 13px;
    height: 32px;
    line-height: 32px;
    text-indent: 0px;
    text-decoration: none;
    text-align: center;
    width: 100px;
    margin-top: -69px;
}

  .header-small {
    height: 47px;
    width: 100%;
    text-align: center;
}
  
.header .logo-small {
    display: block;
    height: 34px;
    margin-top: 15px;
}
  
div#section_closedsignup {
    display: none;
}
	
}/*-- /@media screen max-width: 499px --*/