/*Mayor Health Page Styles*/
.pages-titles__pretitle{ 
    display:none !important; 
}
.headerImageBg{
    background-position:top right;
}
@media screen and (max-width:1130px){
    .headerImageBg{
        background-position: top left -800px;
    }
}
@media screen and (max-width:800px){
    .headerImageBg{
        background-position: top right;
    }
}
.headerTextBackground{
    display:none;
}
/*Mayor Health LinkBox Styles*/
.mayor-link-boxes.mayor-priorities-health-link-boxes .contentBoxTableCell{
    font-size:20px;
}
@media screen and (max-width:600px){
    .mayor-link-boxes.mayor-priorities-health-link-boxes .contentBoxTableCell{
        font-size:18px;
    }
}
@media screen and (max-width:200px){
    .mayor-link-boxes.mayor-priorities-health-link-boxes .contentBoxTableCell{
        font-size:15px;
    }
}
.mayor-link-boxes.mayor-priorities-health-link-boxes .contentBox .contentBoxTable::after{
    content: '';
    z-index: 1;
    height: 2px;
    width: 100%;
    position: absolute;
    top: 0;
    left: 0;
    margin-top: 0;
}
.mayor-link-boxes.mayor-priorities-health-link-boxes .contentBox:nth-of-type(1) .contentBoxTable{
    background: linear-gradient(90deg, rgba(171, 3, 64, 0.85) 0%, rgba(254, 167, 90, 0.85) 50%, rgba(252, 226, 193, 0.85) 100%);
}
.mayor-link-boxes.mayor-priorities-health-link-boxes .contentBox:nth-of-type(1) .contentBoxTable::after{
    background-color: rgba(171, 3, 64, 0.9);
}
.mayor-link-boxes.mayor-priorities-health-link-boxes .contentBox:nth-of-type(2) .contentBoxTable{
    background: linear-gradient(90deg, rgba(132, 4, 52, 0.85) 0%, rgba(189, 122, 139, 0.85) 50%, rgba(228, 191, 201, 0.85) 100%);
}
.mayor-link-boxes.mayor-priorities-health-link-boxes .contentBox:nth-of-type(2) .contentBoxTable::after{
    background-color: rgba(132, 4, 52, 0.9);
}
.mayor-link-boxes.mayor-priorities-health-link-boxes .contentBox:nth-of-type(3) .contentBoxTable{
    background: linear-gradient(90deg, rgba(126, 74, 140, 0.85) 0%, rgba(153, 126, 191, 0.85) 50%, rgba(156, 165, 217, 0.85) 100%);
}
.mayor-link-boxes.mayor-priorities-health-link-boxes .contentBox:nth-of-type(3) .contentBoxTable::after{
    background-color: rgba(126, 74, 140, 0.9);
}
.mayor-link-boxes.mayor-priorities-health-link-boxes .contentBox:nth-of-type(4) .contentBoxTable{
    background: linear-gradient(90deg, rgba(35, 74, 89, 0.85) 0%, rgba(129, 152, 166, 0.85) 50%, rgba(208, 215, 217, 0.85) 100%);
}
.mayor-link-boxes.mayor-priorities-health-link-boxes .contentBox:nth-of-type(4) .contentBoxTable::after{
    background-color: rgba(35, 74, 89, 0.9);
}
.mayor-link-boxes.mayor-priorities-health-link-boxes .contentBox:nth-of-type(5) .contentBoxTable{
    background: linear-gradient(90deg, rgba(24, 96, 140, 0.85) 0%, rgba(7, 127, 140, 0.85) 50%, rgba(38, 166, 166, 0.85) 100%);
}
.mayor-link-boxes.mayor-priorities-health-link-boxes .contentBox:nth-of-type(5) .contentBoxTable::after{
    background-color: rgba(24, 96, 140, 0.9);
}
.mayor-link-boxes.mayor-priorities-health-link-boxes .contentBox:nth-of-type(6) .contentBoxTable{
    background: linear-gradient(90deg, rgba(95, 147, 98, 0.85) 0%, rgba(203, 230, 223, 0.85) 50%, rgba(144, 202, 187, 0.85) 100%);
}
.mayor-link-boxes.mayor-priorities-health-link-boxes .contentBox:nth-of-type(6) .contentBoxTable::after{
    background-color: rgba(95, 147, 98, 0.9);
}