/*Mayor City Swag Store Styles*/
/*Mayor Store Header Styles - Similar to Initiatives Header Styles*/
body{
    --media-before-content: 330px !important; 
}
@media screen and (max-width:1600px){
    body{
        --media-before-content: 20.625vw !important; 
    }
}
.headerTextBackground, .page-titles__container{
    display:none;
}
.page-titles{
    background-size:cover;
    background-repeat:no-repeat;
    background-position:center;
}
/*Header Margin Styles*/
.content-boxes-group:first-of-type h2{
    margin-top:0px;
    margin-bottom:0px;
}
/*City Swag Store Mayor Link Box Styles*/
.mayor-link-boxes .content-box__spacer{
    padding-top: calc(56.25% + 150px);
}
.mayor-link-boxes .content-boxes{
    margin-right:-15px;
}
.mayor-link-boxes .contentBox{
    margin-right: 15px;
    margin-bottom: 15px;
}
/*City Swag Store Link Styles*/
.citySwagStoreLink{
    display: inline-block; 
    margin: 10px; 
    padding: 12px 24px; 
    color: white; 
    text-decoration: none; 
    border-radius: 6px; 
    font-weight: bold;
}
.page__content-wrapper a.citySwagStoreLink, .page__content-wrapper a.citySwagStoreLink:active, .page__content-wrapper a.citySwagStoreLink:visited{
    color:white;
    text-decoration:none;
    background-color: #30567d;
    transition:background-color 0.4s;
}
.page__content-wrapper a.citySwagStoreLink:hover{
    color:white;
    text-decoration:none;
    background-color: black; 
}