
/* Theme */
/* #PageOuterWrapper { background: #000000 no-repeat fixed; background-position: center -100px; } */
/* #UnitMasthead a:hover { border-bottom: none; } */
/* .UnitMastheadWrapper, .UnitMasthead { background-color: transparent; } */
/* .Breadcrumb { border-top: none; } */
/* #Breadcrumb, #Breadcrumb a { color: #ffffff; } */
/* .MainContent { background-color: #ffffff; } */

/* Masthead logo */
#Masthead #MastheadInner>.Logo, #Masthead #MastheadInner>.mobileLogo {
width: auto;
}
@media screen and (min-width: 960px) {
#Masthead #MastheadInner>.Logo a {
width: 360px;
}
}
@media screen and (max-width: 959px) {
#Masthead #MastheadInner>.Logo a, #Masthead #MastheadInner>.mobileLogo a {
width: 386px;
}
}
/* .Phone #Masthead #MastheadInner>.Logo {
width: auto;
}
.Phone #Masthead #MastheadInner>.Logo a {
width: 250px;
} */


/* bg color outside main content area */
/* #PageInnerWrapper {background-color:transparent;} */
/* No color for now.   #PageInnerWrapper {background-color:#dbd4c5;} */

/* No unit masthead in this project */
/* .UnitMasthead {display:none;} */

/* No breadcrumb on main site home page */
.Page1 div#Breadcrumb {display:none;}
.Page1 .UnitMasthead + .Breadcrumb {border-top: none;}
 