@charset "UTF-8";

/* Layout (global rules for all sizes) */

body { margin: 0; padding: 0; }

header a.logo {
           display: block;
           position: absolute;
           background-position: 0px 0px;
           background-repeat: no-repeat;  
}

nav {
    width: 100%;
    display: block;
    position: absolute;
    background-color: #fff;
}


/* Layout Large Screens (default for older browsers) */

header {  
      height: 383px;
      background: url(../images/banner_large_2.jpg) no-repeat right 0px;      
}

          
article { padding: 60px 20px 10px 20px; }

.promo_container { padding: 0px 0px 15px 20px; }
.promo_container .promo {
                       width: 33%;
                       float: left;
                       background-position: 0px 3px;
                       }
.promo_container .promo .content { padding: 10px 30px 0px 120px; }

.mobiletext { display: none; }
.webtext { display: block; padding: 0px 0px 15px 0px; }

.social { float: right; }


a.heart { background: url(../images/cta_arrow.png) no-repeat right 0px; padding: 0px 12px 0px 0px; }
a.heart:hover { background-position: right -50px; }

nav { top: 383px; }
nav a { margin: 12px 0px 10px 20px; }

@media screen and ( max-width: 990px) {
        footer { padding-left: 20px; }
        }
                       
                       
                       