/*Title Copy Region*/
.title_copy{ display:none; }
.EditMode .title_copy{ display:block; }
/*Standard Header Below Global Top Navigation*/
.headerImageSpacer {
    min-height: 325px;
    max-width: 1600px;
    margin-left: auto;
    margin-right: auto;
    position: relative;
    font-size:0px;
    line-height:0px;
}
@media screen and (max-width:800px){
    .headerImageSpacer {
        min-height: 40vw;
    }
}
@media print{
    .headerImageSpacer{
        display:none;
        min-height:0px;
    }
}
.headerImageSpacer.welcomeHeaderImageSpacer {
    height: 475px;
    margin-left: auto;
    margin-right: auto;
    max-width: 1630px;
    padding-left: 15px;
    padding-right: 15px;
    position: relative;
}
@media print{
    .headerImageSpacer.welcomeHeaderImageSpacer {
        display:none;
    }
}
.headerTextContainer {
    position:relative;
    display:inline-block;
    width:100%;
}
.headerTextPadding {
    padding-right: 220px;
}
@media screen and (max-width:800px) {
    .headerTextPadding {
        padding-right: 15px;
    }
}
.headerTextTable {
    min-height: 325px;
    display: table;
}
@media screen and (max-width:800px) {
    .headerTextTable {
        min-height: 40vw;
        width:100%;
    }
}
.headerTextTableCell {
    display: table-cell;
    vertical-align: middle;
}
@media screen and (max-width:800px) {
    .headerTextTableCell {
        vertical-align:bottom;
    }
}
.headerTextInlineWrapper {
    display:inline-block;
    padding:15px;
    padding-bottom:10px;
    position:relative;
}
@media screen and (max-width:800px) {
    .headerTextInlineWrapper {
        padding: 15px;
        padding-bottom: 8px;
        padding-top: 10px;
        padding-right: calc(30vw + 25px);
        width: calc(100% - calc(30vw + 25px));
        background: linear-gradient(to right,rgba(45,83,122,0.9) 0%,rgba(89,133,178,0.9) 39%,rgba(57,85,115,0) 100%);
    }
}
.headerTextInlineWrapper a, .headerTextInlineWrapper a:active, .headerTextInlineWrapper a:visited{
    color:rgba(0,0,0,0);
    text-shadow: 0px 0px 0px #c9fbff, 2px 2px 0px black;
}
.headerTextInlineWrapper a:hover{
    color:rgba(0,0,0,0);
    text-shadow: 0px 0px 0px white, 2px 2px 0px black;
}
.headerTextInlineWrapperBackground {
    height: 10px;
    width: 100%;
    position: absolute;
    top: -10px;
    left: 0px;
}
@media screen and (max-width:800px) {
    .headerTextInlineWrapperBackground{
        background: linear-gradient(to right,rgb(130 190 253 / 90%) 0%,rgb(114 157 201 / 90%) 39%,rgba(57,85,115,0) 100%);
    }
}
.headerTextPreTitle {
    font-size: 25px;
    line-height: 1.2em;
    font-weight: normal;
    /*text-transform: uppercase;*/
    color: rgba(0,0,0,0);
    text-shadow: 0px 0px 0px white, 1px 1px 0px black;
    max-width: 720px;
    max-height: 50px;
    overflow: hidden;
}
@media screen and (max-width:1024px) {
    .headerTextPreTitle {
        font-size:2.441vw;
    }
}
@media screen and (max-width:800px) {
    .headerTextPreTitle {
        font-size:20px;
    }
}
@media screen and (max-width:400px) {
    .headerTextPreTitle {
        font-size: 5vw;
    }
}
.headerTextTitle {
    font-size: 48px;
    line-height: 1.2em;
    font-weight: normal;
    /*text-transform: uppercase;*/
    color: rgba(0,0,0,0);
    text-shadow: 0px 0px 0px white, 1px 1px 0px black;
    max-width: 720px;
    /*max-height: 140px;*/
    overflow: hidden;
    margin-top:0px;
    margin-bottom:0px;
    display:none;
}
.headerTextTitle.show{
    display:block;
}
@media screen and (max-width:1024px) {
    .headerTextTitle {
        font-size:4.6875vw;
    }
}
@media screen and (max-width:800px) {
    .headerTextTitle {
        font-size:30px;
    }
}
@media screen and (max-width:640px) {
    .headerTextTitle {
        font-size: 4.6vw;
    }
}
.headerTextTitle span{
    display:block;
    font-size:0.6em;
    line-height:1.2em;
}
.customHeaderTextTitle {
    font-size: 48px;
    line-height: 1.2em;
    font-weight: normal;
    /*text-transform: uppercase;*/
    color: rgba(0,0,0,0);
    text-shadow: 0px 0px 0px white, 1px 1px 0px black;
    max-width: 720px;
    /*max-height: 140px;*/
    overflow: hidden;
    margin-top:0px;
    margin-bottom:0px;
}
@media screen and (max-width:1024px) {
    .customHeaderTextTitle {
        font-size:4.6875vw;
    }
}
@media screen and (max-width:800px) {
    .customHeaderTextTitle {
        font-size:30px;
    }
}
@media screen and (max-width:640px) {
    .customHeaderTextTitle {
        font-size: 4.6vw;
    }
}
.customHeaderTextTitle span{
    display:block;
    font-size:0.6em;
    line-height:1.2em;
}
.headerTextPostTitle {
    font-size: 18px;
    line-height: 1.2em;
    font-weight: normal;
    color: rgba(0,0,0,0);
    text-shadow: 0px 0px 0px white, 1px 1px 0px black;
    max-width: 720px;
}
@media screen and (max-width:1024px) {
    .headerTextPostTitle {
        font-size:1.757vw;
    }
}
@media screen and (max-width:800px) {
    .headerTextPostTitle {
        font-size:16px;
    }
}
@media screen and (max-width:400px) {
    .headerTextPostTitle {
        font-size: 4vw;
    }
}
.headerNavigationArea {
    width: 100%;
    position: absolute;
    bottom: 0px;
}
.customHeaderNavigation{
    position:relative;
    max-width:1600px;
    margin-left:auto;
    margin-right:auto;
}
.headerTable {
    display: table;
    width: 100%;
    height: 100%;
    text-align: center;
}
.headerTableCell {
    display: table-cell;
    vertical-align: middle;
}
/*Header Portrait Box : Reveal and set photo using CMS Desk CSS*/
.headerPortraitContainer {
    display:none;
    position: absolute;
    top: 0px;
    right: 0px;
    height: 100%;
}
.headerPortraitContainer.show{
    display:block;
}
.headerPortraitContainer img{
    display:none;
}
.headerPortraitPadding {
    position: absolute;
    margin: 50px;
    margin-left: 0px;
    margin-right: 0px;
    top: 0px;
    right: 0px;
    width: 180px;
    height: calc(100% - 130px);
    display: table-cell;
    border: 5px solid rgba(255,255,255,0.95);
    box-shadow: 0px 0px 40px 0px rgb(0 0 0 / 50%);
    vertical-align: middle;
    transition: margin-right 0.5s;
}
@media screen and (max-width:1650px) {
    .headerPortraitPadding {
        margin-right:15px;
    }
}
@media screen and (max-width:800px) {
    .headerPortraitPadding {
        margin-top: 15px;
        margin-bottom: 0px;
        height: calc(100% - 40px);
        max-height: 190px;
    }
}
@media screen and (max-width:640px) {
    .headerPortraitPadding {
        height: calc(36vw - 30px);
        width: calc(30vw - 10px);
    }
}
.headerPortrait {
    background-size: cover;
    height: 100%;
    width: 100%;
    background-position: top center;
}