/*Mayor Welcome Styles*/
/*Header Portrait*/
.page-titles {
    position:relative;
}
.header-portrait {
    position: absolute;
    top: 0px;
    right: 0px;
    width: 320px;
    height: calc(100% - 30px);
    margin-top: 30px;
    background-image: url('/content/images/mayor/mayor.png');
    background-repeat: no-repeat;
    background-size: contain;
    background-position: bottom right;
}
/*Header Gold Colors*/
.page__content-wrapper h1, .page__content-wrapper h1, .page__content-wrapper .header1 {
    color: rgba(0, 0, 0, 0);
    text-shadow: 0px 0px #ca912a;
}
.page__content-wrapper h2, .page__content-wrapper h2, .page__content-wrapper .header2 {
    color: rgba(0, 0, 0, 0);
    text-shadow: 0px 0px #ca912a;
}
.page__content-wrapper h2 a {
    color: rgba(0, 0, 0, 0);
    text-shadow: 0px 0px #ca912a;
}
.page__content-wrapper h2 a:hover {
    color: rgba(0, 0, 0, 0);
    text-shadow: 0px 0px #ca912a;
}
/*Opening Line*/
.mayorOpeningLine {
    margin-top: 0px;
    font-size: 17.5px;
    line-height: 1.2em;
    font-weight: bolder;
    color: black;
    /*font-weight:900;*/
}
@media screen and (max-width:512px) {
    .mayorOpeningLine {
        font-size: 15px;
        line-height: 1.2em;
    }
}
/*Circle Links*/
.circleLinks {
    margin-left: auto;
    margin-right: auto;
    text-align: center;
    margin-top: 15px;
    margin-bottom: 10px;
    text-decoration: none !important;
}
.circleLink {
    display: inline-block;
    vertical-align: top;
    margin-left: 5px;
    margin-right: 5px;
    border: 0px;
    min-width: 130px;
    margin-bottom: 5px;
}
.fr-view .circleLink img.fr-dii {
    width: 100px;
    height: auto;
    display: block;
    margin-left: auto;
    margin-right: auto;
    margin-bottom: 10px;
}
/*Style Section Hidden Styles*/
.content-boxes-group.hidden {
    display:none;
}
/*Mayor's Priotiy Boxes Styles (4 Columns)*/
.content-boxes-group.mayor-priorities .content-boxes--cols-four {
    grid-template-columns: repeat(4, 1fr);
}
@media screen and (max-width:720px) {
    .content-boxes-group.mayor-priorities .content-boxes--cols-four {
        grid-template-columns: repeat(3, 1fr);
    }
}
@media screen and (max-width:600px) {
    .content-boxes-group.mayor-priorities .content-boxes--cols-four {
        grid-template-columns: repeat(2, 1fr);
    }
}
@media screen and (max-width:480px) {
    .content-boxes-group.mayor-priorities .content-boxes--cols-four {
        grid-template-columns: repeat(1, 1fr);
    }
}
.content-boxes-group.mayor-priorities{
    display:none;
}
.content-boxes-group.mayor-priorities.show{
    display:block;
}
.content-boxes-group.mayor-priorities .contentBoxTitle{
    margin:0px;
    font-size: 19px;
    line-height:1.2em;
    margin-bottom:10px;
    font-weight: bold;
}
.page__content-wrapper .mayor-priorities a.contentBoxLink, .page__content-wrapper .mayor-priorities a.contentBoxLink:active, .page__content-wrapper .mayor-priorities a.contentBoxLink:visited{
    text-decoration:none;
    color:#30567d;
}
.page__content-wrapper .mayor-priorities a.contentBoxLink:hover{
    text-decoration:underline;
    color:black;
}
.page__content-wrapper .mayor-priorities .content-box__imageContainer{
    position:relative;
}
.page__content-wrapper .mayor-priorities .content-box__imageSpacer{
    height:0px;
    line-height:0px;
    padding-top:70%;
    margin-bottom:15px;
}
.content-box__imageContainer img, .content-box__imageContainer .contentBoxBG{
    position:absolute;
    top:0px;
    left:0px;
    width:100%;
    height:100%;
    object-fit:cover;
    object-position:center;
    background-size: cover;
    background-position: center;
}
.page__content-wrapper .mayor-priorities .content-boxes{
    margin-right:-30px;
}
@media screen and (max-width:1280px){
    .page__content-wrapper .mayor-priorities .content-boxes {
        margin-right:-15px;
    }
}
.page__content-wrapper .mayor-priorities .contentBox {
    margin-right:30px;
}
@media screen and (max-width:1280px){
    .page__content-wrapper .mayor-priorities .contentBox {
        margin-right:15px;
    }
}
.page__content-wrapper .mayor-priorities .overflow{
    overflow: hidden;
    max-height: 108px;
    font-size: 15px;
    line-height: 1.4em;
}
.page__content-wrapper .mayor-priorities .webkitbox{
    display:-webkit-box;
    -webkit-box-orient:vertical;
    -webkit-line-clamp: 5;
}
.page__content-wrapper .mayor-priorities .contentBoxContent p{
    margin-top:0px;
}
/*Mayor Bottom Content Box Styles*/
.mayor-welcome-bottom {
    margin-top:15px;
}
.mayor-welcome-bottom hr {
    display: inline-block;
    width: 100%;
    margin: 0;
    margin-inline-start: 0;
    margin-block-start: 0;
    margin-block-end: 0;
    margin-inline-end: 0;
    height: 0;
    overflow: hidden;
    border: 0;
    border-top: 1px solid #ddd;
}
.mayor-welcome-bottom img {
    width: 300px !important;
    height: auto !important;
    float: right !important;
    margin: 10px !important;
    margin-right:0px !important;
}
@media screen and (max-width:720px) {
    .mayor-welcome-bottom img {
        float: none !important;
        margin: 0px !important;
        margin-bottom: 15px !important;
        display:block !important;
    }
}