@charset "UTF-8";
/* CSS Document */

@media screen {

/*-- Structure and Sticky Footer Items  --*/
html {
    position: relative; /*-- Sticky Footer --*/
    min-height: 100%; /*-- Sticky Footer */
}

body {
	background: #ffffff; 
	font-family: 'Lato', sans-serif;
	font-size:16px;
        margin: 0 0 100px; /*-- Sticky Footer bottom = footer height --*/
}

.footer {
    color: #fff;
    background: #4a4f55;
    height: 260px;
    left: 0;
    line-height: 18px;
    padding: 12px 0 0 0;
    position: absolute;
    width: 100%;
}
  
.footer a {
	color:#fff;
	text-decoration:none;
}

/*-- Header --*/
.header {
    background: #fff;
    
    margin: 0;
    width: 100%;
    height: 90px;
}

.header-small {
	height:95px;
}


.header .logo {
    height: 84px;
    margin: 0 auto;
    width: 191px;
    margin-top: 0px;
    width: 240px;
    height: 108px;
    position: absolute;
    content: "";
    left: calc(50% - 120px);
    text-align: center;
    padding: 15px;
    background-color: #fff;
    box-shadow: -1px 1px 9px -4px rgb(0 0 0 / 75%);
}


.header .logo-small {
	display:block;
	height:34px;
}

/*-- Back to Site Navigation --*/
.header .backtosite {
   font-size: 18px;
    text-align: center;
    background-color: #a7c050;
    padding: 8px 14px;
    margin-top: 9px;
    width: 100%;
    color: #ffffff !important;
    width: 200px;
    float: right;
    height: 37px;
    line-height: 37px;
    text-transform: uppercase;
    letter-spacing: 1px;
    font-family: 'Varela Round', sans-serif;
}

.header a {
	text-decoration:none;
}

.header .backtosite:hover {
	color:#fff;
        background:#9f8864;
}

.header .backtosite:active {
	position:relative;
	top:1px;
}

/*-- Reinforcement MDA Banner --*/
.incentives {
	color: #fff;
	clear:right;
	float:right;
	margin:0;
	padding:0;
	text-align:right;
}

.incentives li {
	font-size: 16px;
	padding: 2px 0;
	text-align: right;
}

.incentives-list {
	display:inline-block;
	*zoom: 1; /*-- IE Fix --*/
	*display: inline; /*-- IE Fix --*/
}

.incentives-header {
	color:#a7c050;
	display:block;
	font-size: 16px !important;
	margin-bottom:6px;
}

/*-- Styling for Font Awesome Icons --*/

.float-clear {
	clear:both;
}

.closelink i {
    color: #fff !important;
}

/*-- Footer Space --*/

/*-- Footer Space --*/
.footer .address {
    display: inline-block;
    width: 50%;
    vertical-align: middle;
    text-align: center;
    padding-top: 0px;
    font-size: 16px;
    padding-top: 13px;
    margin-top: 11px;
    line-height: 25px;
    font-family: 'Lato', sans-serif;
    margin-left: 350px;
}
  
.footer .footer-logo {
	display:inline-block;
	*zoom: 1; /*-- IE Fix --*/
	*display: inline; /*-- IE Fix --*/
	width:48%;
	vertical-align:middle;
        float:center;
        text-align:center;
        margin-top:20px;
}
  
.gnh-logo {
    text-align: right;
    margin-top: -163px;
}
  
.footer .address-small {
	text-align:center;
}

.footer .contact {
	display:inline-block;
	width:90%;
	text-align:right;
}

/*-------- Overwrite Core C6 Layout Elements here if required --------*/

div#ipulse {
    margin-top: 56px;
}
  
#ipulse .bb {
    border-bottom: 1px solid #f3f3f3;
}

#ipulse .overlay {
    top: auto;
    bottom: 0;
    color: #fff;
    font-weight: 400;
    text-align: center;
    background-color: #a7c050;
}
  


  .resultsection.breadcrumb-section.margin-top.margin-bottom.padding-half {
    margin-bottom: 10px!important;
    border-top: 1px solid #ddd!important;
}
  
.resultsection.breadcrumb-section.margin-top.padding-half {
    border-top: 1px solid #ddd!important;
}
  
.page-index .resultsection.margin-top {
    border: 1px solid #ddd!important;
}
  
.resultsection.margin-top.padding.promo-code-header-padding {
    margin-top: 10px!important;
    margin-bottom: 10px!important;
}
  


  
/*-- Headers --*/
#ipulse .header1 { 
    	font-family: 'Varela Round', sans-serif;
        color: #a7c050;
    	text-transform:uppercase;
       	font-size:18px!important;
}

#ipulse .header2 {
    	font-family: 'Varela Round', sans-serif;
        color: #a7c050;
        text-transform:uppercase;
    	font-size:18px!important;
}

}/*-- /@media screen  --*/


@media screen and ( max-width: 499px ) {

div#ipulse {
    margin-top: 15px;
}

.header .logo-small {
    text-align: center!important;
    box-shadow: none;
    margin-top: -18px;
    margin-left: -7px;
}
  
  .footer {
    color: #fff;
    background: #4a4f55;
    height: 280px;
    left: 0;
    line-height: 18px;
    padding: 12px 0 0 0;
    position: absolute;
    width: 100%;
}

}/*-- /@media screen max-width: 499px --*/