



/* Template css resource: Core 8 - Fluid - Module header */
@media (min-width: 0) and (max-width: 1020px){
.banner--top {position: fixed; z-index: 53;}
}
@media (min-width: 0){
.banner--top {
background: #272c5f;
display: -webkit-box;
display: -ms-flexbox;
display: flex;
-webkit-box-align: center;
-ms-flex-align: center;
align-items: center;
color: #fff;
text-align: center;
font-size: 18px;
height: 50px;
max-height: 50px;
overflow: hidden;
line-height: 1;
width: 100%;
cursor: pointer;}
.banner--top p {font-weight: 600; margin: 0 auto;}
.banner--top a {text-decoration: underline;}
.banner--top a:hover {text-decoration: none;}
.banner--top img {margin-right: 7px; height: 12px; vertical-align: baseline;}
}
@media (max-width: 1020px) and (min-width: 0){
.banner--top {font-size: 14px;}
}
@media (max-width: 1020px) and (min-width: 0){
.scrollheader {top: 50px;}
}
@media (min-width: 0){
#main {padding-top: 120px;}
}
@media (min-width: 0) and (min-width: 750px){
#main {padding-top: 150px;}
}
@media (min-width: 0) and (min-width: 1020px){
#main {padding-top: 150px;}
nav {top: 150px;}
}
