<!---GENERAL HOMEPAGE CSS -->
.wp-logo-align{
padding-left:20px;
}

.body-content { padding-top: 52px; } 
.body-content .body-content { padding-top: 0; }
.body-content a, .body-content a:visited, .body-content a:hover{
   border-bottom:none;
}

.page-container{
position:relative;
}
div[class*="wp-section-overlay-"]{overflow:hidden;position:relative}
div[class*="wp-section-overlay-"] .box-content{position:relative;z-index:1}
div[class*="wp-section-overlay-"]:before,div[class*="wp-section-overlay-"]:after{background-repeat:no-repeat;content:'';display:block;height:100%;position:absolute;top:0;width:100%;left:50%;margin-left:-512px;width:1024px}
@media only screen and (min-width:64.063em){div[class*="wp-section-overlay-"]:before,div[class*="wp-section-overlay-"]:after{left:auto;margin-left:auto;width:100%}
}
.wp-section-overlay-banner{
    width: 100%;
    height: 537px;
}


/**************************** Mobile *********************************************/


@media only screen and (max-width: 40.063em){
	.wp-only-small-push-1 {
  position: relative;
  left: 8.33333%;
  right: auto;
}

.wp-small-logo-align{
    padding-left:20px;
}
.wp-small-margin-none{
  margin:0px;
}
.wp-hide-on-small{
  display:none;
}

}

