@charset "UTF-8";
/* CSS Document */

@media screen {
    
  /* - Hiding vouchers - */
  
  #avvio_interapp_vouchers5 {
    display: none !important;
  }

/*-- Structure and Sticky Footer Items  --*/
html {
    position: relative; /*-- Sticky Footer --*/
    min-height: 100%; /*-- Sticky Footer */
}

body {
	background: #ffffff; 
	font-family: filson-pro, sans-serif;
	font-size:16px;
        margin: 0 0 100px; /*-- Sticky Footer bottom = footer height --*/
}

.footer {
	color: #ffffff;
	background: #000000;
	
	height:350px; /*-- Sticky Footer bottom = footer height --*/
        left: 0;
	line-height:18px;
	padding: 12px 0 0 0;
        position: absolute;
        width: 100%;
}

.footer a {
	color:#ffffff;
	text-decoration:none;
}

/*-- Header --*/
.header {
    background: #000000;
    margin: 0;
    width: 100%;
    height: 125px;
}

.header-small {
	height:97px;
}



.header .logo {
	float:left;
	height:84px;
	margin:0;
	width:214px;
        margin-top: 25px;
}

.header .logo-small {
	display:block;
	height:34px;
    	margin-top: 25px;
        padding-top: 15px;
}

/*-- Back to Site Navigation --*/
.header .backtosite {
    font-size: 14px;
    text-align: center;
    background-color: #f0c417;
    padding: 8px 14px;
    margin-top: 25px;
    width: 100%;
    color: #000000 !important;
    width: 150px;
    float: right;
    height: 21px;
    line-height: 21px;
    text-transform: uppercase;
    font-family: filson-soft, sans-serif;
    letter-spacing: 1px;
}

.header a {
	text-decoration:none;
}

.header .backtosite:hover {
	color:#fff;
        background:#f0c417;
}

.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: 12px;
	padding: 2px 0;
	text-align: right;
}

.incentives-list {
	display:inline-block;
	*zoom: 1; /*-- IE Fix --*/
	*display: inline; /*-- IE Fix --*/
}

.incentives-header {
	color:#0C3B5D;
	display:block;
	font-size: 14px !important;
	margin-bottom:6px;
}

/*-- Styling for Font Awesome Icons --*/

.float-clear {
	clear:both;
}

.closelink i {
    color: #fff !important;
}

/*-- Footer Space --*/
.footer .address {
    display: inline-block;
    width: 32%;
    vertical-align: middle;
    text-align: left;
    padding-top: 0px;
    font-size: 14px;
    padding-top: 13px;
    margin-top: 20px;
    line-height: 25px;
    font-family: filson-soft, sans-serif;
    margin-left: 800px;
}



  
.footer .address-small {
	text-align:center;
        height: 350px;
        
}

.footer .contact {
	display:inline-block;
	width:90%;
	text-align:right;
}
    

.footer .contact {
	display:inline-block;
	width:90%;
	text-align:right;
}
    

/*-------- Overwrite Core C6 Layout Elements here if required --------*/

div#ipulse {
    margin-top: 15px;
}
  
#ipulse .bb {
    border-bottom: 1px solid #f3f3f3;
}

#ipulse .overlay {
    top: auto;
    bottom: 0;
    background: #ffffff;
    color: #000000;
    font-weight: 400;
    text-align: center;
}
  


  .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:filson-soft, sans-serif;
        color: #000000;
    	text-transform:uppercase;
       	font-size:19px!important;
}

#ipulse .header2 {
    	font-family: filson-soft, sans-serif;
        color: #000000;
        text-transform:uppercase;
    	font-size:18px!important;
}

}/*-- /@media screen  --*/


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





}/*-- /@media screen max-width: 499px --*/