/*
    green: #157D51 21,125,81
    yellow: #FDF133 253,241,51
    light blue: #DAECF8
    dark gray: #7F7F7F 127,127,127
    font-family: 'Montserrat', sans-serif;

*/
.sr-only {
    position: absolute
}

.sr-only {
    width: 1px;
    height: 1px;
    padding: 0;
    margin: -1px;
    overflow: hidden;
    clip: rect(0,0,0,0);
    border: 0
}


#toTheTop a, #toTheTop a:active, #toTheTop a:focus {
    color: #FFF;
}

    #toTheTop a:hover {
        color: #157D51;
    }

.to-top-btn {
    position: fixed;
    bottom: 20px;
    right: 20px;
    height: 40px;
    font-size: 1em;
    text-decoration: none;
    background: rgba(0,0,0,.85);
    color: #FFF;
    padding: 6px 10px;
    border-radius: 7px;
    display: none;
    z-index: 800;
    opacity: .9;
}

.to-top-btn:hover, .to-top-btn:active, to-top-btn:focus {
    color: #00483A
}

.grid-padding {
    padding:.5rem;
}

/*#region top content area*/
#topMobileNav {
    background: #fff;
    position: fixed;
    width: 100%;
    z-index: 500;
    box-shadow: inset 0 -16px 16px -16px #7F7F7F;
    display:none;
}
    #mobileLogo {
        padding: .5rem 2rem 1rem 2rem;
    }
    #mobileLogo img {
        max-width:200px;
    }

    #nav-icon {
        width: 1.875rem;
        height: 1.875rem;
        position: fixed;
        top: 1.25rem;
        -webkit-transform: rotate(0deg);
        -moz-transform: rotate(0deg);
        -o-transform: rotate(0deg);
        transform: rotate(0deg);
        -webkit-transition: .5s ease-in-out;
        -moz-transition: .5s ease-in-out;
        -o-transition: .5s ease-in-out;
        transition: .5s ease-in-out;
        cursor: pointer;
        right: 2rem;
        z-index: 400;
    }

    #nav-icon span {
        display: block;
        position: absolute;
        height: 4px;
        width: 100%;
        background: #157D51;
        border-radius: 4px;
        opacity: 1;
        left: 0;
        -webkit-transform: rotate(0deg);
        -moz-transform: rotate(0deg);
        -o-transform: rotate(0deg);
        transform: rotate(0deg);
        -webkit-transition: .25s ease-in-out;
        -moz-transition: .25s ease-in-out;
        -o-transition: .25s ease-in-out;
        transition: .25s ease-in-out;
    }

    #nav-icon span:nth-child(1) {
        top: 0px;
    }

    #nav-icon span:nth-child(2) {
        top: .625rem;
    }

    #nav-icon span:nth-child(3) {
        top: 1.25rem
    }
    #nav-icon.open span:nth-child(1) {
        top: .625rem;
        -webkit-transform: rotate(135deg);
        -moz-transform: rotate(135deg);
        -o-transform: rotate(135deg);
        transform: rotate(135deg);
    }
    #nav-icon.open span:nth-child(2) {
        opacity: 0;
        left: -45px;
    }
    #nav-icon.open span:nth-child(3) {
        top: .625rem;
        -webkit-transform: rotate(-135deg);
        -moz-transform: rotate(-135deg);
        -o-transform: rotate(-135deg);
        transform: rotate(-135deg);
    }

    #theMobileNavigation {
        Background-color: rgba(21,125,81,.98);
        height: 150%;
        width: 0;
        position: fixed;
        top: 0;
        right: -1px;
        overflow-x: hidden;
        transition: 0.3s;
        z-index: 300;
        padding-top: 4em;
        border-left: 1px solid #FFF;
    }

    #theMobileNavigation.open {
        width: 0;
    }
    #theMobileNavigation ul {
        list-style-type: none;
        padding-top: 1rem;
        width:86%;
    }
    #theMobileNavigation ul li {
        text-align: center;
        padding-top: .5rem;
    }
    #theMobileNavigation ul li a {
        font-size: 1.5rem;
        color:#FFF;
    }
    #theMobileNavigation ul li a:hover {
        color: #FDF133;
    }
    .mobileSmallNav {
        border-top: 1px solid #ccc;        
    }
    .mobileSmallNav li a {
        font-size: 1.25rem !important;
    }





#top-container {
    -moz-box-shadow: inset 0 -16px 16px -16px #7F7F7F;
    -webkit-box-shadow: inset 0 -16px 16px -16px #7F7F7F;
    box-shadow: inset 0 -16px 16px -16px #7F7F7F;
    height: 140px;
    overflow: hidden;
}

#desktopLogoContainer {
    padding:2rem 2rem 2rem 3rem;
}

    #desktopLogoContainer img {
        width: 400px;
        max-width: 100%;
    }

#desktopNavContainer {  
}

#desktopNavContainer ul {
    list-style: none;
    display: table;
    width: 100%;
    text-align: center;
}

#desktopNavContainer ul li {
    list-style: none;
    display: table-cell;
}

    #desktopTopNavRow {        
        height:47%; 
        padding-right:2rem;
    }

    #desktopTopNavRow ul {
        padding-top:2rem;
        padding-left:2rem;
    }

    #desktopTopNavRow a {
        color: #7F7F7F;
    }
        #desktopTopNavRow a:hover, #desktopTopNavRow a:active, #desktopTopNavRow a:focus {
            color: rgb(21,125,81);
        }

.theTopSearchBox {   
    height: 100%;
    padding-top: 1.25rem;
    padding-left:2rem
}
#topSearchIcon {
    text-align: center;
    padding-top: .5rem;
    background: #FDF133;
    border-top: 1px solid #cacaca;
    border-right: 1px solid #cacaca;
    border-bottom: 1px solid #cacaca;    
}

#topSearchIcon a {
    color:rgb(21,125,81)
}
    #topSearchIcon a:hover, #topSearchIcon a:focus, #topSearchIcon a:active {
        color: #7F7F7F;
    }
    #topSearchBox [type="text"] {
    margin: 0;
}

#desktopMainNavRow {
    height:53%
}

#desktopMainNavRow ul {
    background: rgb(21,125,81);
    background: linear-gradient(180deg, rgba(21,125,81,1) 35%, rgba(14,85,56,1) 100%);
    padding: 1rem 1.5rem 0 1.5rem;
    height:100%;
}

#desktopMainNavRow ul li {   
    padding: 0 .5rem;
}


#desktopMainNavRow a {
    color:#FFF;
    font-size:1.75rem;
    font-weight:bold;
    display:block;
}


#desktopMainNavRow ul li a::after {
    display: block;
    content: '';
    border-bottom: solid 6px #1DAF73;
    transform: scaleX(0);
    transition: transform 250ms ease-in-out;
}

#desktopMainNavRow ul li:hover a::after {
    transform: scaleX(1);
}


/*#endregion*/

/*#region home page image slider */

.slide-container {
    width: 100%;
    height: 620px;
    max-height: 1000px;
    background-color: #0B2404;
    background-position: center;
    background-size: cover;
    color: #fff;
    overflow: hidden;
    -webkit-animation: fadein 1s; /* Safari, Chrome and Opera > 12.1 */
    -moz-animation: fadein 1s; /* Firefox < 16 */
    -ms-animation: fadein 1s; /* Internet Explorer */
    -o-animation: fadein 1s; /* Opera < 12.1 */
    animation: fadein 1s;
    position: relative;
    z-index: 10;
}

    .slide-container video {
        width: 100%;
        position: absolute;
        z-index: 10;
    }

    .slide-container img {
        height: 100%;
        width:100%;
        position: absolute;
        z-index: 10;
       
        object-fit: cover;
    }

#UpdatePanel1 {
    background: #808080;
    position:relative;
}

.hero-gradient {
    position: absolute;
    z-index: 20;
    height: 100%;
    width: 100%;
    background: rgba(0,0,0,0.25);
    /* Permalink - use to edit and share this gradient: https://colorzilla.com/gradient-editor/#fcfbf9+0,fdf133+61&0+0,1+61 */
    background: -moz-linear-gradient(left, rgba(252,251,249,0) 0%, rgba(253,241,51,1) 61%); /* FF3.6-15 */
    background: -webkit-linear-gradient(left, rgba(252,251,249,0) 0%,rgba(253,241,51,1) 61%); /* Chrome10-25,Safari5.1-6 */
    background: linear-gradient(to right, rgba(252,251,249,0) 0%,rgba(253,241,51,1) 61%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#00fcfbf9', endColorstr='#fdf133',GradientType=1 ); /* IE6-9 */
    /*display:none;*/
}

.hero-center-container {
    background: transparent;
    z-index: 200;
    position: absolute;
    top: -100px;
    width: 100%;
    height: 100%;
    display: table;
}

.hero-center-container-inner {
    display: table-cell;
    vertical-align: middle;
}

    .hero-center-container-inner > .hero-content {
        position: relative;
        text-align: center;
        width: 75%;
    }

        .hero-center-container-inner > .hero-content > .herotheButton {
            width: 600px;
            position: relative;
            margin: 0 auto;
        }

.hero-contentbox {
    position: absolute;
    z-index: 20
}

.hero-contentNoBox {
    background: !important;
    border-left-style: none !important;
    border-left-color: inherit !important;
    border-left-width: medium;
    border-right-style: none !important;
    border-right-color: inherit !important;
    border-right-width: medium;
    border-top-style: none !important;
    border-top-color: inherit !important;
    border-top-width: medium;
    border-bottom-style: none !important;
    border-bottom-color: inherit !important;
    border-bottom-width: medium;
}

.hero-content {
    position: relative;
    top: -25px;
    background: transparent;
    z-index: 500;
    margin: auto;
    color: #FFF;
    font-weight: 400;
    font-size: 4.5rem;
    text-shadow: 2px 4px 3px rgba(0,0,0,0.3);
    text-align: center;
    z-index: 60;
    max-width: 100%;
    -webkit-animation: fadein 4s; /* Safari, Chrome and Opera > 12.1 */
    -moz-animation: fadein 4s; /* Firefox < 16 */
    -ms-animation: fadein 4s; /* Internet Explorer */
    -o-animation: fadein 4s; /* Opera < 12.1 */
    animation: fadein 4s;
}

.hero-contentbox-green, .hero-contentbox-gray {
    position: absolute;
    padding: 2rem;
    background: transparent;
    z-index: 500;
    width: auto;
    text-align: left;
    z-index: 60;
    max-width: 100%;
    border: 1px solid rgba(255,255,255,.4);
}

.hero-contentbox-gray {
    background: rgba(0,0,0,.35);
}

.hero-contentbox-green {
    background: rgba(118,162,38,.75);
}

.herotheButton {
    font-size: 1.25rem;
    color: #157D51;
    font-weight:600;
    background-color: #FFF;
    padding: .5rem;
    border: 2px solid #FFF;
    text-align: center;
    width: 200px;
    transition: all .25s ease-in-out;
    cursor: pointer;
    text-transform: uppercase;
}

    .herotheButton a {
        color: #FFF;
    }

    .herotheButton:hover, .herotheButton:focus, .herotheButton:active {
        background: #157D51;
        color: #FFF;
    }

    .hero-contentbox-gray .herotheButton {
        background-color: #157D51;
    }

    .hero-contentbox-gray .herotheButton:hover {
        background-color: #FFF;
        color: #157D51;
    }

    .hero-contentbox-green .herotheButton {
        background-color: #FFF;
        color: #157D51;
    }

    .hero-contentbox-green .herotheButton:hover {
        background-color: #157D51;
        color:#FFF;
    }

.hero-contentTR {
    top: 4rem;
    right: 6rem;
    width:40%;
}

.hero-contentBR {
    bottom: 17rem;
    right: 6rem;
}

.hero-contentTL {
    top: 4rem;
    left: 6rem;
}

.hero-contentBL {
    bottom: 17rem;
    left: 6rem;
}

.herotheTitle {
    padding-top:5rem;
    color: #157D51;
    font-weight: 600;
    font-size: 3rem;
    line-height:3rem;
    text-shadow: 2px 4px 3px rgba(255,255,255,0.1);   
    font-family: 'Montserrat', sans-serif;
}

.herotheTagLine {
    font-size: 1.25rem;
    color: #157D51;
    font-weight: 600;
    font-family: 'Montserrat', sans-serif;
    padding-top: 1rem;
    padding-bottom:1rem;
}

#btnPreviousContainer {
    z-index: 200;
    position: absolute;
    top: 0;
    left: 1rem;
    height: 100%;
    display: table;
}

#btnNextContainerInner, #btnPreviousContainerInner {
    display: table-cell;
    vertical-align: middle;
}

#btnNextContainer {
    z-index: 200;
    position: absolute;
    top: 0;
    right: 1rem;
    height: 100%;
    display: table;
}

#btnNext, #btnPrevious {
    font-size: 4rem;
    color: rgba(255,255,255,.55);
    transition: all .25s;
    position: relative;
    top:inherit;
}

    #btnNext:hover, #btnPrevious:hover {
        color: #157D51;
    }

#pauseplay {
    z-index: 250;
    position: absolute;
    bottom: 2rem;
    right: 2rem;
    padding: 1rem;
    height: 50px;
    width: 50px;
}

    #pauseplay i {
        font-size: 2rem;
        position: absolute;
        top: 1rem;
        left: 1rem;
    }

    #pauseplay a {
        color: #222
    }

        #pauseplay a:hover {
            color: #FFF
        }

/*#endregion */

/*#region tableNews */
    #tableNews {
        border-top:1px solid #ccc;
        background:url('/img/bkgTableNews.jpg');
        background-attachment:fixed;
        background-position:bottom;
        background-size:cover;   
    }
    #tableNews h2 {
        color: #157D51;
        font-weight:600;
        
    }
    #homeNews, #dailyCash {
        padding: 2rem 0;
    }
    .newsDate {
        color:rgba(0,0,0,0.6);
        font-size:.9rem
    }
    .newsBlurb {
        padding-top:1rem;
    }


#desktopCashPrices {
    display: block;
}
    #mobileCashPrices {
        display: none;
    }

    #dailyCash {
        margin-top: 3rem;
        padding: 2rem;
        background: #FFF;
        box-shadow: 0 0 4px 1px rgba(0, 0, 0, 0.3);
    }

        #dailyCash table {
            width: 100%;
            font-size: .9rem;
        }
    #dailyCash table th {
        background: #DAECF8;
        padding: .5rem;
        color: #848484;
        font-size:.8rem;
    }
    #dailyCash table td {
        padding: .5rem;
        padding: .5rem;
    }
    #dailyCash table tr:nth-of-type(odd) {
        background: #F9F9F9;  
        color:#7F7F7F;
    }
    .cashTableHeader {
        background: #DAECF8;
        padding: .5rem;
        color: #848484;
        margin-bottom:.25rem;
    }
    .cashTableItem {
        padding-bottom: 2rem;    
    }
    .cashTableItem .small-5, .cashTableItem .small-2 {
        padding: .5rem .5rem;
    }

    .cashTableItem .small-5:nth-of-type(odd), .cashTableItem .small-2:nth-of-type(even) {
        background: #F9F9F9;
        color: #7F7F7F;
    }


    #dumpHours {
        font-size: .9rem;
        color: #7F7F7F;
    }

.newsItemOuter {
    padding: 2rem 2rem 2rem 0;
}
    .newsItem {
        border-top:6px solid rgb(21,125,81);
        padding:1rem 1rem 1rem 0;
    }
    .newsItem{
        color: #0A0A0A;        
    }
    .newsItem h3 {
        font-size: 1.5rem;
    }
    .newsItem:hover {
        border-top: 6px solid #FDF133;
        color:rgb(21,125,81)
    }
/*#endregion*/

/*#region Mission*/
    #missionSection {
        border-top: 1px solid #ccc;
        background: url('/img/bkgGreen.png');
        background-attachment: fixed;
        background-position: center;
        background-size: cover;
        padding: 5rem 0;
    }
    #missionInner {
    padding:1rem 0;
    }
    #missionSection .wysiwyg-title {
        color: #FDF133;
        font-size: 4rem;
        font-weight: 600;
    }
    #missionSection .wysiwyg {
        color:#FFF;
        font-size:1.35rem;
        padding:1rem 0;
    }
    #missionContent {
        padding:0 4rem 4rem 0;
    }

#missionSection img {
    box-shadow: 4rem 4rem rgba(255,255,255,.3);
}
/*#endregion*/

/*#region bannerSection*/
#bannerSection {
    border-top: 1px solid #ccc;
    background: url('/img/bkgTableNews.jpg');    
    background-position-y: -900px;
    background-repeat:no-repeat;
    background-attachment:fixed;
}
    #bannerInner {
        padding:5rem 0;
    }
    .bannerItem {
        width: 90%;
        max-width:600px;
        height:325px;
        overflow:hidden;
        margin:0 auto;
        padding: 2rem;
        background: #FFF;
        box-shadow: 0 0 4px 1px rgba(0, 0, 0, 0.3);
    }
    .bannerItem h4 {
        color: #157D51
    }

    .bannerItem:hover {
        box-shadow: 0 0 4px 1px #157D51;
    }
    .bannerItem:hover h4 {
        color: #0A0A0A
    }

    #sponsorsContainer {
        margin-top:3rem;
        background:rgba(255,255,255,.8)
    }
    #sponsorsContainer h2 {
        color: #157D51;
        font-weight: 600;
        padding:1rem;
    }
.sponsorItem {
    padding: 2rem;
}
/*#endregion*/


/*#region footer*/
    #footerContainer {
        background: #7F7F7F;
        padding: 3rem 0 2rem 0;
        color: #fff;
    }
    #footerContainer a {
        color:#FDF133;
    }
    #footerContainer a:hover {
        color: rgba(253,241,51, .8);
        text-decoration:underline;
    }
    #footerContainer ul {
        list-style:none;
        margin-left:0;
    }
    #footerContainer li {
        display:inline-block;
        padding-right:2rem;
        font-weight:600
    }
    /*#endregion*/



/*#region subpage Header*/
#pageHeaderSection {
    padding: 3rem;   
    background: url('/img/bkgPageHeader.jpg');    
    background-repeat: no-repeat;
    background-attachment: fixed;
    border-bottom:1px solid rgb(21,125,81);
}
#pageHeaderTitle h1 {
    color: rgba(0,0,0,.75);
    font-weight: 600;
    padding-top:1rem;
}
#tNavContainer {
    border-bottom: 1px solid #557D91;
    padding:1rem 0
}
.breadlink {
    color: #7F7F7F;
}
.breadlink:hover {
    color: rgb(21,125,81);
}
#contentSection {
    min-height: 400px;
    padding: 0 1rem;
}

#theContentArea {
    padding-right:2rem;
    padding-bottom:3rem;
}
#subpageNavigation {
    padding: 2rem 1rem 8rem 0;
    min-height: 400px;
    background-color: #fefefe;
    border: 1px solid #cacaca;
}
.wysiwyg {
    clear:both;
    padding-bottom: 2rem;
}

.wysiwyg-title {
    color: #157D51;    
}

.wysiwyg figcaption {
    font-size:.85rem;
    color:#7F7F7F;
}
.wysiwyg ul, .wysiwyg ol {
    margin-left: 2.5rem;
}
.wysiwyg img {
    padding:.25rem 1rem .5rem 1rem;
}
#subpageNavigationNoSide {
    background-color: #157D51;
    background-image: url('/img/home_master/bkg_home_news_save.png');
    background-attachment: fixed;
    background-size: cover;
    padding: 4rem 0;
}

    #subpageNavigationNoSide #nav-wrap {
        width: 100%;
        max-width: 100%;
    }

    #subpageNavigationNoSide .subpage-nav {
        list-style-type: none;
        -webkit-columns: 3;
        -moz-columns: 3;
        columns: 3;
    }

    #subpageNavigationNoSide ul {
        margin-bottom: 0;
    }

    #subpageNavigationNoSide .subpage-nav li {
        padding: .5rem;
        border-bottom: none;
    }

    #subpageNavigationNoSide .subpage-nav li a {
        display: initial;
        color: #FFF;
    }

    #subpageNavigationNoSide .subpage-nav li a:hover {
        color: #0B2404;
    }

    #subpageNavigationNoSide h2 {
        color: #FFF;
        font-family: 'Roboto Condensed', sans-serif;
        border-bottom: 1px solid rgba(0,0,0,0.3);
        margin-bottom: 1rem;
    }

    #subpageNavigationNoSide .subpage-nav-active {
        color: #0B2404 !important;
        font-weight: bold;
        text-decoration: underline;
    }

    .subpage-nav {
        list-style: none;
    }

    .subpage-nav li {
        font-size: 1rem;
        border-bottom: 1px solid #f4f4f4;
    }

    .subpage-nav li a {
        display: inline-block;
        color: #0B2404;
        width: 100%;
        padding: .5rem;
        text-decoration: none;
        text-transform: capitalize;
    }

    .subpage-nav li a:hover {
        color: #157D51;
    }

.subpage-nav-active {
    color: #157D51 !important;
    font-weight: bold;
}

#subpageNavigation ul ul > li:last-child {
    border-bottom: none;
}
/*#regionend*/

/*#region media screens*/
@media(max-width:1370px) {
    #desktopMainNavRow ul {       
        padding: 1.4rem 1.5rem 0 1.5rem;
    }
    #desktopMainNavRow a {        
        font-size: 1.5rem;
    }
    #homeNews {
        padding: 2rem 2rem;
    }
    #missionSection {
        padding:3rem 0;
    }
    #missionImage {
        padding:3rem 3rem 0 0;
    }
    #missionSection img {
        box-shadow: 2rem 2rem rgba(255,255,255,.3);        
    }
    #missionSection .wysiwyg-title {        
        font-size: 3rem;
        line-height:3rem;
    }
    #missionSection .wysiwyg {
        font-size: 1.15rem;
        padding: 1rem 0 1rem 2rem
    }
}
@media(max-width:1170px) {
    .herotheTitle {
        padding-top: 1rem;               
        font-size: 2.5rem;
        line-height: 2.5rem;       
    }
    .slide-container {
        height: 520px;
    }
    .herotheTagLine {
        font-size: 1.15rem;
    }    
}
@media (max-width:1023px) {
    #top-container {
        display:none;
    }
    #topMobileNav {
        display: block;
    }
    #theMobileNavigation.open {
        width: 300px;
    }
    .herotheTitle {
        padding-top: 3rem;        
    }
    #desktopCashPrices {
        display: none;
    }

    #mobileCashPrices {
        display: block;
    }
    .bannerItem {
       margin-bottom:2rem;
    }
}
@media(max-width:920px) {    
    .hero-gradient {       
        background: rgba(252,251,249,.8);
        background: -moz-linear-gradient(left, rgba(252,251,249,0) 0%, rgba(253,241,51,.8) 0%);
        background: -webkit-linear-gradient(left, rgba(252,251,249,0) 0%,rgba(253,241,51,.8) 0%);
        background: linear-gradient(to right, rgba(252,251,249,0) 0%,rgba(253,241,51,.8) 0%);
        filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#00fcfbf9', endColorstr='#fdf133',GradientType=1 );        
    }
    .hero-contentTR {             
        padding-top:3rem;
        position: relative;
        right: inherit;       
        width: 75%;        
        margin: auto;
    }
}
@media(max-width:739px) {    
    .herotheTitle {        
        font-size: 2rem;
        line-height: 2rem;
    }
    .herotheTagLine {
        font-size: 1rem;
        line-height: 1.25rem;
    }
    .herotheButton {
        font-size: 1rem;
        padding: .25rem;
    }
}
@media(max-width:639px) {
    #tableNews h2, #missionSection .wysiwyg-title {
        font-size: 2rem;
        line-height:2rem;
    }
    #missionSection .wysiwyg {
        font-size:1rem;
    }
    .newsItemOuter {
        width: 100%;
        padding: 2rem 0;
    }
    #missionSection {        
        padding: 2rem 0;
    }
    #missionContent {
        padding-top:2rem;
    }
    #missionImage {
        padding:0 2rem 1rem 2rem;
        text-align:center;
    }
    #missionSection img {
        box-shadow: 1rem 1rem rgba(255,255,255,.3);
    }        
    #subpageNavigation {
        padding: 2rem 1rem 2rem 0;
        min-height: initial;
        background-color: #fefefe;
        border: 1px solid #cacaca;
    }
    #theContentArea {
        padding-right: .5rem;
        padding-bottom: 3rem;
    }
}
@media(max-width:550px) {
    .slide-container {
        height: 475px;
    }
    .hero-contentTR {
        top:1.5rem;
        padding-top: 2rem;
    }
    #btnNext, #btnPrevious {
        font-size: 2.5rem;        
    }
    #footerContainer li {        
        padding-right: 1rem;
        display:block;
    }
    .wysiwyg img {
        width:100% !important;
        padding: .25rem;
    }
}
@media (max-width:450px) {
    #pageHeaderTitle h1 {
        font-size: 2rem;
    }

    .wysiwyg-title {
        font-size: 1.5rem;
        line-height: 1.5rem;
    }
}
/*#endregion*/