@font-face {
    font-family: bodyfont;
    src: url(/globalassets/global-images-and-files/files/opensans-m.woff2)
}

@font-face {
    font-family: bodyfont;
    src: url(/globalassets/global-images-and-files/files/opensans.woff2);
    font-weight: bold
}

@font-face {
    font-family: headerfont;
    src: url(/globalassets/global-images-and-files/files/maisonneue-book.woff2)
}

@font-face {
    font-family: headerfont;
    src: url(/globalassets/global-images-and-files/files/maisonneue-medium.woff2);
    font-weight: bold
}

body {
    font-family: bodyfont;
    color: #222
}

h1,
h2,
h3,
h4,
h5,
h6 {
    font-family: headerfont
}

h1 {
    font-size: 130%
}

h2 {
    font-size: 120% 
}

h3 {
    font-size: 112%
}

h4 {
    font-size: 106%
}

h5 {
    font-size: 100%
}

h6 {
    font-size: 100%;
    font-style: italic
}

a,
.main-cols a {
    color: #1A7EAD
}

#col-1 p,
#col-3 p {
    font-size: 95%
}

#main-content p,
#main-content pre,
#main-content ol,
#main-content ul,
.main-content figure,
.main-content table {
    margin-bottom: 24px
}

#banner .banner #site-name {
    color: #222
}

#banner #site-name:hover {
    color: #1A7EAD
}

.search-container {
    display: none
}

.search-r .search-container fieldset label,
.search-desktop .search-container fieldset label {
    display: none
}

.search-util {
    clear: both;
    display: block;
    padding-top: 5px
}

.search-util a {
    font-family: 'Sarabun';
    font-weight: 500;
    font-size: 85%
}

.search-util,
.search-util a {
    color: #000
}

.search-util a:focus,
.search-util a:hover {
    color: #000
}

#footer-sections nav a {
    color: #d4d4d4
}

#footer-sections li a {
    color: #d4d4d4
}

#footer-bottom .footer-util-nav {
    margin: 10px 0;
    text-align: center
}

#footer-bottom>nav>ul>li {
    display: inline-block;
    padding: 0
}

#footer-bottom>nav>ul>li a {
    display: inline-block;
    padding: 0 4px;
    border-right: 1px solid #d4d4d4;
    color: #d4d4d4;
    text-decoration: none;
    font-size: .9em;
    line-height: .9em
}

#footer-bottom>nav>ul>li:last-child a {
    border-right: 0
}

@media(max-width:770px) {
    body {
        font: 13px/1.25 bodyfont, sans-serif;
        border-top: 45px solid #35374d;
        padding-top: 15px;
        background-color: #fff
    }

    #header-main {
        position: relative;
        display: block;
        height: auto;
        margin-bottom: 18px;
        max-height: initial;
        font-family: headerfont
    }

    .utility-r {
        position: fixed;
        top: 0;
        left: 0;
        width: 100%;
        background: #333;
        min-height: 45px;
        padding: 0 6px;
        z-index: 900;
        display: flex;
        flex-flow: column nowrap;
        justify-content: center
    }

    @media(max-width:770px) {
        h5.util-nav-head-r span {
            color: #1A7EAD
        }
    }

    @media(max-width:770px) {
        #menu a.closebtn {
            color: #fff;
            display: inline-block;
            right: 0;
            width: 32px;
            height: 30px;
            background-color: #666;
            font-size: 200%;
            text-align: center
        }
    }

    .mobile-nav-wrapper .search-icon-r {
        display: none
    }

    div.search-r {
        text-align: left
    }

    .search-r.mobile-search.r770 {
        display: flex;
        position: absolute;
        top: 60px;
        left: 0;
        width: 100%;
        flex-flow: column nowrap;
        align-items: center;
        background-color: #333
    }

    .search-r .search-container {
        width: 100%
    }

    .search-r .search-container fieldset {
        width: 100%;
        padding: .5rem;
        display: flex
    }

    .search-r .search-container fieldset label {
        font-size: 1.4em
    }

    .search-r .search-container input.search-query {
        width: 70%;
        padding: 6px;
        font-size: 14px;
        border: 1px solid #676d84
    }

    .search-r .search-container .search-util a {
        color: #fff
    }

    .mobile-nav-wrapper .logo-r {
        display: none
    }

    .mobile-nav-wrapper {
        display: flex;
        padding: 0 6px
    }

    .mobile-nav-wrapper .container {
        display: flex;
        flex-flow: row nowrap;
        align-items: center;
        flex: 0 1 auto;
        justify-content: flex-end;
        width: 100%;
        background: #333
    }

    .mobile-nav-wrapper .subitems {
        content: " &uarr;";
        width: 30px;
        height: 15px;
        background: #333
    }

    .mobile-nav-wrapper .navicon {
        cursor: pointer
    }

    #banner {
        padding: 0 2%;
        width: 100%;
        display: block
    }

    #banner #site-name {
        font-size: 160%;
        padding-top: 10px
    }

    #banner .banner #site-description {
        margin: 0 0 10px 0;
        font-size: 140%;
        font-weight: normal;
        line-height: 1.2em;
        color: #555;
        margin-bottom: 18px
    }

    #banner.has-logo .banner {
        padding: 0;
        width: 68%;
        display: inline-block;
        vertical-align: middle
    }

    #banner.has-logo .banner-logo {
        padding: 0 0 0 0;
        margin-left: 2%;
        width: 27.5%;
        display: inline-block;
        text-align: right;
        vertical-align: middle
    }

    #banner.has-img .banner-text {
        position: absolute;
        left: -9999px
    }

    #col-2,
    #col-3 {
        position: relative;
        margin: 0 1.5%
    }

    #footer-bottom>nav>ul {
        margin-bottom: 12px
    }

    #footer-bottom>nav>ul>li {
        margin-bottom: 12px
    }

    #footer-bottom>nav>ul>li a {
        padding: 3px 10px
    }

    #footer p {
        line-height: 1.75em
    }

    #footer p.privacy-statment {
        margin: 15px 0
    }
}

@media only screen and (min-width:900px) {
    #banner {
        width: 75%
    }
}

@media only screen and (max-width:1000px) and (min-width:890px) {
    #banner {
        width: 75%
    }
}

@media only screen and (max-width:889px) and (min-width:694px) {
    #banner {
        width: 75%
    }
}

@media only screen and (min-width:771px) {

    #col-2,
    #col-3 {
        display: inline-block
    }
}

@media only screen and (max-width:770px) {

    #col-2,
    #col-3 {
        display: block
    }

    #col-1 {
        border: 1px solid #eaeaea;
        border-left: 0
    }

    #col-1 .social-r {
        position: absolute;
        top: 59px;
        right: 15px;
        display: block
    }

    a.page-nav {
        margin: 0 15px 15px -8px;
        cursor: pointer;
        display: inline-block;
        font-size: 90%;
        padding: 4px;
        border: 1px solid #c0c0c0;
        background-color: #eee
    }

    a.page-nav:after {
        content: " ";
        display: inline-block;
        width: 12px;
        height: 12px;
        margin-left: 5px;
        margin-top: -3px;
        background: #eee url(/static/img/arrow.png) no-repeat 0 0;
        vertical-align: middle
    }

    a.page-nav.hide-col {
        display: none
    }
}

#footer {
    padding: 10px 10px 35px 10px;
    background: #333;
    color: #fff;
    margin: 0
}

#footer h1,
#footer h2,
#footer h3,
#footer h4,
#footer h5,
#footer h6 {
    color: #fff
}

#footer-bottom {
    margin-top: 15px
}

#footer-bottom .general-info {
    margin: 10px 0
}

.footer-content {
    margin: 10px 0
}

.footer-content a {
    color: #d4d4d4
}

.footer-content>.official {
    display: block;
    padding-bottom: 8px
}

@media(max-width:580px) {
    #banner.has-img .banner img {
        position: absolute;
        left: -9999px
    }

    #banner.has-img .banner-text {
        position: relative;
        left: auto
    }

    #banner.has-img .banner-logo {
        display: block;
        margin: 0 0 18px 0
    }

    #banner.has-img .banner {
        display: block;
        margin: 0 0 10px 0;
        width: 100%
    }
}

@media only screen and (max-width:770px) {
    #banner {
        width: 100%
    }

    .footer-content {
        font-size: .9em
    }

    #footer-sections nav {
        display: block;
        margin: 0 0 11px 0
    }

    #footer-sections h3 {
        margin: 0;
        display: inline-block
    }

    #footer-sections nav span.expand-menu.on {
        border: 1px solid #fff;
        background-color: #666
    }

    #footer-sections nav span.expand-menu {
        font-size: 120%;
        margin: 0 5px 0 0;
        clear: left;
        display: inline-block;
        width: 5%;
        min-width: 20px;
        text-align: center
    }

    #footer-sections nav ul {
        margin-left: 7%
    }

    #footer-sections nav li {
        display: none;
        padding: 6px 0
    }
}

svg.close {
    opacity: 0;
    display: none
}

svg.show {
    opacity: 1
}

@media(min-width:771px) {
    body {
        font: 15.5px/1.5em bodyfont, sans-serif;
        background-color: #fff
    }

    #header-main .menu-trigger {
        display: none;
        font-family: headerfont
    }

    #utility-desktop .search-icon-desktop {
        margin: 10px 0 10px 15px;
        cursor: pointer;
        width: 26px;
        display: inline-block
    }

    #utility-desktop .search-icon-desktop img.close {
        background: url(/globalassets/global-images-and-files/images/icons/close-icon-29.png) no-repeat;
        width: 20px;
        height: 20px;
        padding-left: 20px;
        display: block;
        box-sizing: border-box
    }

    #utility-desktop {
        position: relative;
        width: 100%;
        background: #fff;
        min-height: 12px;
        margin-bottom: 12px;
        text-align: right
    }

    #utility-desktop>.container {
        width: 1000px;
        text-align: left
    }

    #utility-desktop>.container,
    #logo-banner {
        position: relative;
        width: 100%;
        margin: 0 auto;
        display: flex;
        align-items: center;
        justify-content: space-between;
        flex-wrap: wrap
    }

    #utility-desktop>.container>div>nav {
        text-align: left
    }

    .error-page #utility-desktop>.container {
        text-align: right
    }

    #utility-desktop>.container>div>nav li {
        display: inline-block;
        font-family: headerfont
    }

    #utility-desktop>.container>div>nav li span,
    #utility-desktop>.container>div>nav li a {
        display: inline-block;
        padding: 1px 5px;
        text-decoration: none;
        font-size: 86%;
        line-height: 1.3em;
        font-family: headerfont
    }

    #utility-desktop>.container>div>nav li a:hover,
    #utility-desktop>.container>div>nav li a:focus,
    #utility-desktop>.container>div>nav li a:active {
        color: #1A7EAD
    }

    div.utility-desktop {
        text-align: left;
        margin: 8px 0 0 0;
        padding: 5px 0 5px 0;
        display: inline-block;
        vertical-align: top;
        width: 95%
    }

    .utility-desktop .utility-nav.lvl1 li span,
    .utility-desktop .utility-nav.lvl1 li a {
        font-family: headerfont;
        font-weight: 500;
        color: #000;
        border-right: 1px solid #000
    }

    .utility-desktop .utility-nav.lvl1 li ul li span,
    .utility-desktop .utility-nav.lvl1 li ul li a {
        border-right: 0
    }

    .utility-desktop .utility-nav li:hover>span,
    .utility-desktop .utility-nav li:hover>a {
        color: #1A7EAD;
        text-decoration: underline
    }

    .utility-desktop .utility-nav li:last-of-type span,
    .utility-desktop .utility-nav li:last-of-type a {
        border: none;
        padding-right: 0
    }

    div.search-desktop {
        text-align: right;
        margin: 0
    }

    div.search-desktop .search fieldset {
        border: 0;
        padding: 4px 0 8px 0
    }

    .error-page div.search-desktop .search label {
        color: #fff;
        margin-right: 10px
    }

    div.search-desktop .search input {
        display: inline-block
    }

    div.search-desktop .search input[type="submit"] {
        width: 28px;
        height: 25px;
        border: none;
        background: url(/static/img/icons-search-r.png) no-repeat 6px 3px;
        background-size: 18px 18px;
        margin: 0;
        text-indent: -9000px;
        cursor: pointer;
        background-color: #1A7EAD;
        border-radius: 0
    }

    div.search-desktop .search input[type="text"] {
        border: 1px solid #a6a6a6;
        height: 25px;
        padding: 1px 3px;
        border-radius: 0;
        width: 25%;
        font-size: 85%
    }

    .error-page div.search-desktop .search input[type="text"] {
        margin-right: 5px;
        margin-bottom: 10px
    }

    #logo {
        display: inline-block;
        vertical-align: top
    }

    .logo {
        display: block
    }

    .logo img {
        margin-bottom: 8px;
        max-height: 75px;
        height: 75px
    }

    #banner {
        min-height: 90px;
        display: inline-block;
        vertical-align: top;
        margin-left: 1.5%
    }

    #banner.banner .banner {
        margin: 16px 0 0 0;
        vertical-align: top
    }

    #banner.has-logo .banner {
        display: inline-block;
        width: 70%
    }

    #banner:not(.has-logo) .banner {
        display: block
    }

    #banner.has-img .banner {
        margin: 0 0 0 0
    }

    #banner.has-img .banner-text {
        position: absolute;
        left: -9999px
    }

    #banner.has-logo .banner-logo {
        display: inline-block;
        margin: 0 0 0 1.5%;
        width: 27.5%;
        vertical-align: top;
        text-align: right
    }

    #banner .banner span {
        display: inline
    }

    #banner .banner #site-name {
        font-size: 185%
    }

    #banner .banner #site-description {
        font-size: 135%;
        color: #555
    }

    #banner .banner #site-name {
        margin: 0;
        line-height: 1.2em
    }

    #banner .banner #site-description {
        margin: 0 0 10px 0;
        font-weight: normal;
        line-height: 1.2em
    }

    .main-nav-desktop {
        clear: both;
        width: 100%;
        text-align: left;
        background: #1A7EAD;
        margin-top: 0;
        padding: 0;
        font-size: 110%;
        font-weight: bold
    }

    .main-nav-desktop #main-nav ul.main-nav {
        position: relative;
        display: table;
        padding: 0;
        z-index: 100;
        vertical-align: middle;
        border-left: 0 solid #5069bc;
        margin: 0 auto
    }

    .main-nav-desktop .main-nav.standard ul ul {
        padding: 0 0 0 0;
        text-align: left;
        line-height: 20px
    }

    .main-nav-desktop nav.main-nav.standard ul li {
        font-family: headerfont
    }

    .main-nav-desktop>nav.main-nav.standard>ul>li {
        position: relative;
        vertical-align: top;
        list-style-type: none;
        font-weight: normal;
        text-align: center;
        display: table-cell;
        vertical-align: middle;
        font-family: headerfont
    }

    .main-nav-desktop>nav.main-nav.standard>ul>li li {
        position: relative
    }

    .main-nav-desktop nav.main-nav.standard>ul>li>span,
    .main-nav-desktop .main-nav.standard>ul>li>a {
        display: block;
        vertical-align: middle;
        color: #fff;
        border-right: 0 solid #5069bc;
        text-transform: uppercase
    }

    .main-nav-desktop nav.main-nav.standard>ul>li:focus>span,
    .main-nav-desktop .main-nav.standard>ul>li:focus>a,
    .main-nav-desktop nav.main-nav.standard>ul>li:active>span,
    .main-nav-desktop .main-nav.standard>ul>li:active>a,
    .main-nav-desktop nav.main-nav.standard>ul>li:hover>span,
    .main-nav-desktop .main-nav.standard>ul>li:hover>a {
        color: #333
    }

    .main-nav-desktop nav.main-nav li.selected>span,
    .main-nav-desktop nav.main-nav li.selected>a {
        color: #666
    }

    .main-nav-desktop nav.main-nav li.selected {
        background: #f2f2f2
    }

    .main-nav-desktop nav.main-nav.megamenu .lvl1 li.selected,
    .main-nav-desktop nav.main-nav.megamenu .lvl2 li.selected:not(.dup) {
        background: #bfc6d9
    }

    .main-nav-desktop .main-nav>li:not(.img) {
        padding: 11px 8px
    }

    .main-nav-desktop .main-nav>li.img img {
        vertical-align: middle
    }

    .main-nav-desktop .main-nav.standard li>ul {
        background-color: #eee
    }

    .main-nav-desktop .main-nav li>ul li {
        padding: 0 0 0 0;
        font-weight: normal;
        color: #666;
        display: block
    }

    .main-nav-desktop .main-nav.standard li>ul li>ul li {
        margin-left: 0
    }

    .main-nav-desktop .main-nav li li,
    .main-nav-desktop .main-nav li li li {
        text-align: left
    }

    .main-nav-desktop .main-nav.standard li:hover,
    .main-nav-desktop .main-nav.megamenu ul.ul1>li.li1:hover {
        color: #666;
        background: #f2f2f2;
        cursor: default
    }

    .main-nav-desktop .main-nav.standard li span,
    .main-nav-desktop .main-nav.standard li a:not(.r770) {
        display: block;
        width: 100%;
        line-height: 1.25em;
        font-weight: bold;
        font-family: headerfont
    }

    .main-nav-desktop .main-nav.standard li li span,
    .main-nav-desktop .main-nav.standard li li a:not(.r770) {
        padding: 8px 12px
    }

    .main-nav-desktop .main-nav>li>span,
    .main-nav-desktop .main-nav>li>a {
        color: #fff
    }

    .main-nav-desktop .main-nav>li>span:hover,
    .main-nav-desktop .main-nav>li>a:hover,
    .main-nav-desktop .main-nav>li:hover>span,
    .main-nav-desktop .main-nav>li:hover>a {
        color: #333;
        background-color: #f2f2f2
    }

    .main-nav-desktop .main-nav li li span,
    .main-nav-desktop .main-nav li li a {
        color: #666
    }

    .main-nav-desktop .main-nav li li:hover>span,
    .main-nav-desktop .main-nav li li:hover>a {
        color: #333;
        background-color: #f2f2f2
    }

    .homepage .breadcrumb-desktop {
        display: none
    }

    section#breadcrumb {
        margin-bottom: 15px;
        display: inline
    }

    .breadcrumb-desktop {
        width: 69%;
        display: inline-block;
        vertical-align: top
    }

    .breadcrumb-desktop .breadcrumbs {
        display: inline-block
    }

    #breadcrumb .breadcrumb-desktop ul {
        margin: 0
    }

    #breadcrumb .breadcrumb-desktop ul li {
        float: left;
        padding-left: 3px;
        font-size: 11px;
        font-weight: bold;
        list-style: none;
        color: #444;
        font-family: headerfont
    }

    #breadcrumb .breadcrumb-desktop ul li a {
        font-weight: normal;
        font-family: headerfont
    }

    #breadcrumb .breadcrumb-desktop ul li:first-child {
        padding-left: 0
    }

    #breadcrumb .breadcrumb-desktop ul li:not(:last-child):after {
        content: " >"
    }

    #breadcrumb .social-desktop {
        display: inline-block;
        width: 30%;
        vertical-align: top
    }

    #breadcrumb .social-desktop ul {
        margin-bottom: 0
    }

    #breadcrumb .social-desktop li {
        display: inline-block
    }

    #main-content {
        width: 100%;
        margin: 0 auto;
        padding-top: 20px
    }

    .bx-viewport .bxslider li .block:not(.video) {
        padding: 0
    }

    #col-1 {
        font-size: 95%;
        width: 23%;
        margin: 0 2% 20px 0;
        display: inline-block;
        float: left;
        vertical-align: top
    }

    #main-content.left-col #breadcrumb>.breadcrumb-desktop {
        width: 74.5%;
        display: inline-block;
        clear: right;
        vertical-align: top;
        margin: 0 0 0 0;
        padding: 7px 7px 7px 5px;
        border: 1px solid #ddd
    }

    #main-content.right-col.two-thirds #breadcrumb>.breadcrumb-desktop,
    #main-content.full #breadcrumb>.breadcrumb-desktop {
        width: 99.5%;
        display: inline-block;
        clear: right;
        vertical-align: top;
        margin: 15px 0 0 0;
        padding: 7px 7px 7px 5px;
        border: 1px solid #ddd
    }

    #col-2 {
        width: 50%;
        margin: 0;
        display: inline-block;
        vertical-align: top
    }

    #col-3 {
        font-size: 95%;
        width: 22.5%;
        margin: 0 0 20px 2%;
        display: inline-block;
        vertical-align: top
    }

    body:not(.edit-mode) #col-1.hide-col,
    body:not(.edit-mode) #col-3.hide-col {
        display: none
    }

    .two-thirds #col-2 {
        width: 75%;
        margin: 0
    }

    .full #col-2 {
        width: 99%;
        margin: 0;
        padding: 0
    }

    #main-content .subnav-menu {
        position: relative;
        z-index: 99
    }

    #main-content .subnav-menu span.nav-title {
        display: block;
        margin: 0 0 8px 0;
        font-size: 18px;
        line-height: 1.125em;
        color: #000
    }

    #main-content .subnav-menu ul {
        list-style: none;
        padding-left: 0
    }

    #main-content .subnav-menu ul li {
        position: relative;
        padding: 5px 6px;
        list-style-type: none;
        font-size: 12.5px;
        font-weight: bold;
        color: #333;
        border-bottom: 1px solid #c2c0c0;
        background: none;
        color: #35374d
    }

    #main-content .subnav-menu:not(.accordion) li>ul {
        display: none;
        position: absolute;
        top: 0;
        left: 100%;
        width: 175px;
        border: 1px solid #c2c0c0;
        background-color: #eaeaea
    }

    #main-content .subnav-menu li:hover {
        background-color: #eaeaea
    }

    #main-content .subnav-menu li>ul>span:first-of-type {
        background-image: none;
        display: none
    }

    #main-content .subnav-menu ul li span.nolink,
    #main-content .subnav-menu ul li a {
        display: inline-block;
        font-weight: bold;
        line-height: 1.4em
    }

    #main-content .subnav-menu ul li:hover {
        background-color: #eaeaea
    }

    #main-content .subnav-menu li li:hover {
        background-color: #f2f2f2
    }

    #main-content .subnav-menu ul li:hover {
        color: #565353
    }

    #main-content .subnav-menu ul li:hover>a {
        color: #565353
    }

    #main-content .block.subnav-menu li.submenu.on {
        background: #e5e5e5
    }

    #main-content .block.subnav-menu li.on {
        background: #c7c6c6;
        color: #fff
    }

    #footer {
        background: #333;
        padding: 15px
    }

    #footer section {
        width: 100%;
        clear: both;
        background: #333;
        text-align: left;
        padding: 0;
        font-size: 76%;
        margin: 0 auto 15px auto
    }

    #footer section h5 {
        margin: 0;
        text-transform: uppercase
    }

    #footer section p {
        margin: 0;
        color: #fff
    }

    #footer-bottom ul.footer-util-list {
        margin: 8px auto 15px auto
    }

    #footer-bottom ul.footer-util-list li {
        display: inline-block;
        list-style: none
    }

    #footer-bottom ul.footer-util-list li:first-of-type a {
        padding-left: 0
    }

    #footer-bottom ul.footer-util-list li a {
        border-right: 1px solid #d4d4d4;
        display: inline-block;
        padding-right: 10px;
        padding-left: 10px;
        line-height: 1em
    }

    #footer-bottom ul.footer-util-list li:last-of-type a {
        border-right: 0
    }

    #footer-bottom p {
        margin: 0
    }

    #footer #footer-sections {
        text-align: center
    }

    #footer-sections nav {
        display: inline-block;
        padding: 0;
        margin: 0 5px 0 20px;
        vertical-align: top;
        text-align: left
    }

    #footer-sections nav span.expand-menu {
        position: absolute;
        left: -9999px
    }

    #footer-sections nav h3,
    #footer .footer-sections nav h3 a {
        font-size: 130%;
        font-weight: bold;
        margin-bottom: 3px
    }

    #footer-sections li {
        padding: 4px 0
    }

    #footer .utility-nav {
        text-align: center
    }
}

#footer section a,
#footer-bottom>nav>ul>li a,
#footer-sections nav h3 a,
#footer-sections nav a {
    color: #d4d4d4
}

#footer section a:hover,
#footer-bottom>nav>ul>li a:hover,
#footer-sections nav h3 a:hover,
#footer-sections nav a:hover {
    color: #fff;
    text-decoration: underline
}

#footer section a:focus,
#footer-bottom>nav>ul>li a:focus,
#footer-sections nav h3 a:focus,
#footer-sections nav a:focus,
#footer-sections nav h3 a:active,
#footer-sections nav a:active {
    color: #f4d03f
}

#vertical-container-full {
    background-color: #d3d3d3
}

section#vertical-container-footer {
    background-color: #1A7EAD
}

.footer.txtFFFFFF h1,
.footer.txtFFFFFF h2,
.footer.txtFFFFFF h3,
.footer.txtFFFFFF h4,
.footer.txtFFFFFF h5,
.footer.txtFFFFFF h6,
.footer.txtFFFFFF a:not(.acc-toggle),
.footer.txtFFFFFF p,
.footer.txtFFFFFF span,
.footer.txtFFFFFF aside,
.footer.txtFFFFFF label,
.footer.txtFFFFFF .Form__Element__Caption,
.footer.txtFFFFFF .EPiServerForms input[type="file"],
.footer.txtFFFFFF legend,
.footer.txtFFFFFF .row li {
    color: #fff
}

#vertical-container-footer.vertical-container.footer .ValidationRequired label {
    color: #c3dbf4
}

.vertical-container.footer .EPiServerForms input[type="file"]:hover {
    color: #000
}

.vertical-container.footer>.row-container>.row>form {
    border: 1px solid #fff;
    border-radius: 15px;
    padding: 20px
}

.vertical-container.footer .block.peoplesearch #form1 fieldset {
    background: none;
    border-radius: 15px
}

.vertical-container p {
    margin: 0 0 12px 0
}

.vertical-container .complex-news-listing .block.generic.ummsnews-listing {
    padding: 15px;
    padding-top: 90px;
    background-position: top center
}

@media only screen and (min-width:771px) {
    #main-content .subnav-menu:not(.accordion) li:hover>ul {
        display: block
    }
}

@media only screen and (min-width:1000px) {

    #utility-desktop>.container,
    #logo-banner,
    .main-nav-desktop ul.main-nav,
    #main-content,
    #footer section {
        width: 1000px;
        display: block
    }

    #footer {
        padding-left: 0;
        padding-right: 0
    }
}

@media only screen and (max-width:1000px) {

    #utility-desktop>.container,
    #logo-banner,
    .main-nav-desktop ul.main-nav,
    #main-content,
    #footer section {
        width: 100%;
        padding-left: 1.5%;
        padding-right: 1.5%
    }
}

@media only screen and (max-width:930px) {
    div.utility-desktop {
        width: 90%
    }
}

.pager {
    clear: both;
    max-width: 100%;
    padding: 6px 5px 6px 10px;
    font-size: 13px;
    color: #fff;
    text-align: left;
    background: #35374d
}

.pager {
    margin: 0
}

.pager div {
    display: inline-block
}

.pager>div {
    width: 32%
}

.pager input,
.pager select,
.pager label {
    font-size: 13px
}

.pager input {
    color: #333
}

.pager select {
    width: auto;
    height: auto;
    margin: 0 5px 0 0;
    padding: 3px;
    border: none;
    border-radius: 0
}

.pager .pager-status {
    float: left;
    margin-top: 5px
}

.pager .pager-status span {
    font-weight: bold
}

.pager .pager-per-page {
    text-align: center
}

.pager .pager-per-page select,
.pager .pager-per-page label {
    display: inline-block
}

.pager .pager-per-page label {
    margin-top: 5px
}

.pager .pager-controls {
    float: right;
    width: 35%;
    text-align: right
}

.pager .pager-controls div:not(.pager-input) {
    margin-top: 2px
}

.pager .pager-controls .pager-input {
    vertical-align: top;
    margin: 0 4px
}

.pager .pager-controls button {
    float: left;
    width: 20px;
    height: 20px;
    margin-right: 3px;
    padding: 0;
    font-size: 24px;
    line-height: 20px;
    -webkit-border-radius: 10px;
    -moz-border-radius: 10px;
    border-radius: 10px;
    border: none;
    background: #fff
}

.pager .pager-controls button:last-of-type {
    margin: 0
}

.pager .pager-controls button span {
    display: block;
    margin-top: -3px;
    color: #0f238c
}

.pager .pager-controls button:hover span {
    color: #333
}

.pager .pager-controls .back button span {
    margin-left: -2px
}

.pager .pager-controls .forward button span {
    margin-right: -2px
}

.pager .pager-controls .pager-input input {
    width: 24px;
    margin: 0 5px 0 0;
    padding: 3px;
    border: none;
    border-radius: 0;
    border: 1px solid #999;
    outline: 0
}

.block.login-form .login {
    width: 75%;
    margin: 0 auto;
    padding: 20px 20px 10px 20px;
    background: #dce5ed
}

.block.login-form .login p {
    margin: 0;
    padding: 10px 0
}

.block.login-form .login label {
    display: inline-block;
    width: 70px;
    font-weight: bold
}

.block.login-form input[type="text"],
.block.login-form input[type="password"] {
    width: 200px;
    padding: 3px;
    font-size: 12px;
    color: #333;
    border: 1px solid #bbb
}

.block.login-form p.submit {
    text-align: right
}

.block.login-form input[type="submit"] {
    padding: 5px 15px;
    color: #fff;
    font-weight: bold;
    background: #0f238c;
    border: 1px solid #fff
}

.block.login-form input[type="submit"]:hover {
    background: #800;
    color: #fff
}

.block p.error-msg,
.block.login-form p.error-msg {
    color: #f00;
    padding-top: 0;
    font-weight: bold
}

.block.login-form .login.error input:not([type="submit"]) {
    border: 1px solid #f00
}

.block.login-form .login input:focus {
    border: 1px solid #0f238c
}

.ui-datepicker {
    width: 216px;
    height: auto;
    margin: 5px auto 0;
    font: 9pt bodyfont, sans-serif;
    -webkit-box-shadow: 0 0 10px 0 rgba(0, 0, 0, .5);
    -moz-box-shadow: 0 0 10px 0 rgba(0, 0, 0, .5);
    box-shadow: 0 0 10px 0 rgba(0, 0, 0, .5)
}

.ui-datepicker a {
    text-decoration: none
}

.ui-datepicker table {
    width: 100%
}

.ui-datepicker-header {
    padding: 10px;
    background: #0f238c;
    color: #e0e0e0;
    font-weight: bold;
    line-height: 30px
}

.ui-datepicker-title {
    text-align: center
}

.ui-datepicker-header a:hover {
    color: #fff;
    text-decoration: underline
}

.ui-datepicker-title select {
    padding: 3px
}

.ui-datepicker-title select.ui-datepicker-month {
    margin-right: 5px
}

.ui-datepicker-prev,
.ui-datepicker-next {
    display: inline-block;
    padding: 5px 0;
    cursor: pointer;
    color: #fff
}

.ui-datepicker-prev {
    float: left;
    background-position: center -30px
}

.ui-datepicker-next {
    float: right;
    background-position: center 0
}

.ui-datepicker thead {
    background-color: #f7f7f7;
    background-image: -moz-linear-gradient(top, #f7f7f7 0, #f1f1f1 100%);
    background-image: -webkit-gradient(linear, left top, left bottom, color-stop(0%, #f7f7f7), color-stop(100%, #f1f1f1));
    background-image: -webkit-linear-gradient(top, #f7f7f7 0, #f1f1f1 100%);
    background-image: -o-linear-gradient(top, #f7f7f7 0, #f1f1f1 100%);
    background-image: -ms-linear-gradient(top, #f7f7f7 0, #f1f1f1 100%);
    background-image: linear-gradient(top, #f7f7f7 0, #f1f1f1 100%);
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#f7f7f7', endColorstr='#f1f1f1', GradientType=0);
    border-bottom: 1px solid #bbb
}

.ui-datepicker th {
    text-transform: uppercase;
    font-size: 6pt;
    padding: 5px 0;
    color: #666;
    text-shadow: 1px 0 0 #fff;
    text-align: center;
    filter: dropshadow(color=#fff, offx=1, offy=0)
}

.ui-datepicker tbody td {
    padding: 0;
    border-right: 1px solid #bbb;
    background: #f3f3f3
}

.ui-datepicker tbody td:last-child {
    border-right: 0
}

.ui-datepicker tbody tr {
    border-bottom: 1px solid #bbb
}

.ui-datepicker tbody tr:last-child {
    border-bottom: 0
}

.ui-datepicker td span,
.ui-datepicker td a {
    display: inline-block;
    font-weight: bold;
    text-align: center;
    width: 30px;
    height: 30px;
    line-height: 30px;
    color: #666;
    text-shadow: 1px 1px 0 #fff;
    filter: dropshadow(color=#fff, offx=1, offy=1)
}

.ui-datepicker-calendar .ui-state-default {
    background: #ededed;
    background: -moz-linear-gradient(top, #ededed 0, #dedede 100%);
    background: -webkit-gradient(linear, left top, left bottom, color-stop(0%, #ededed), color-stop(100%, #dedede));
    background: -webkit-linear-gradient(top, #ededed 0, #dedede 100%);
    background: -o-linear-gradient(top, #ededed 0, #dedede 100%);
    background: -ms-linear-gradient(top, #ededed 0, #dedede 100%);
    background: linear-gradient(top, #ededed 0, #dedede 100%);
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ededed', endColorstr='#dedede', GradientType=0);
    -webkit-box-shadow: inset 1px 1px 0 0 rgba(250, 250, 250, .5);
    -moz-box-shadow: inset 1px 1px 0 0 rgba(250, 250, 250, .5);
    box-shadow: inset 1px 1px 0 0 rgba(250, 250, 250, .5)
}

.ui-datepicker-calendar .ui-state-hover {
    background: #f7f7f7
}

.ui-datepicker-calendar .ui-state-active {
    background: #0f238c;
    -webkit-box-shadow: inset 0 0 10px 0 rgba(0, 0, 0, .1);
    -moz-box-shadow: inset 0 0 10px 0 rgba(0, 0, 0, .1);
    box-shadow: inset 0 0 10px 0 rgba(0, 0, 0, .1);
    color: #e0e0e0;
    text-shadow: 0 1px 0 #4d7a85;
    filter: dropshadow(color=#4d7a85, offx=0, offy=1);
    border: 1px solid #0f238c;
    position: relative;
    margin: -1px
}

.ui-datepicker-unselectable .ui-state-default {
    background: #f4f4f4;
    color: #b4b3b3
}

.ui-datepicker-calendar td:first-child .ui-state-active {
    width: 29px;
    margin-left: 0
}

.ui-datepicker-calendar td:last-child .ui-state-active {
    width: 29px;
    margin-right: 0
}

.ui-datepicker-calendar tr:last-child .ui-state-active {
    height: 29px;
    margin-bottom: 0
}

.ui-datepicker-buttonpane {
    padding: 5px;
    background: #fff
}

td.ui-datepicker-other-month a {
    color: #999
}

.ui-state-highlight {
    color: #0f238c !important;
    background: #fff !important;
    text-shadow: none !important;
    border: 1px solid #0f238c
}

body:not(.edit-mode) .hidden {
    display: none
}

.block.cat-recent-news {
    padding: 10px 10px 0 15px;
    border: 1px solid #a4a3a3
}

.cat-recent-news ul {
    margin: 10px 0 20px 15px
}

.cat-recent-news ul li {
    padding: 0 0 6px 0
}

.block.events .div-wrapper>h3 #section-top .block.events .div-wrapper>h3,
#main-content .block.events .div-wrapper>h3 {
    margin-bottom: 1px
}

.block.events .div-wrapper>h3+span,
#section-top .block.events .div-wrapper>h3+span,
#main-content .block.events .div-wrapper>h3+span {
    display: block;
    margin-bottom: 4px
}

.block.events hr {
    display: none
}

.block.events .div-wrapper>ul,
.block.calendar ul,
.block.calendar li,
#section-top .block.calendar ul,
#section-top .block.calendar li,
#main-content .block.calendar ul,
#main-content .block.calendar ul li {
    margin-left: 0;
    padding-left: 0;
    margin-top: 0;
    margin-bottom: 0
}

.block.events.full ul li,
#section-top .block.events.full ul li,
#main-content .block.events.full ul li {
    list-style: none;
    margin-bottom: 20px
}

.block.events ul li>div.event-info,
#section-top .block.events ul li>div.event-info,
#main-content .block.events ul li>div.event-info {
    padding-left: 9px
}

.block.events ul li div,
.block.events ul li>div+h4,
#section-top .block.events ul li div,
#section-top .block.events ul li>div+h4,
#main-content .block.events ul li div,
#main-content .block.events ul li>div+h4 {
    line-height: 1.3em
}

.block.events ul li div:first-of-type {
    padding-left: 0
}

.block.events h4.event-title,
#section-top .block.events h4.event-title,
#main-content .block.events h4.event-title {
    margin-bottom: 5px;
    font-size: 100%;
    font-weight: bold;
    color: #1c1d20
}

.block.events div.event-date {
    font-weight: bold
}

.block.events .event-type {
    font-weight: normal;
    line-height: 100%;
    font-size: 90%
}

.block.events h4 {
    font-size: 100%
}

.block.events a.events-more {
    float: right
}

.block.events .event-teaser p {
    margin: 6px 0;
    line-height: 1.2em
}

.block.events .div-wrapper>ul>li {
    list-style: none;
    line-height: 100%;
    font-size: 90%;
    margin-top: 15px
}

.block.events .div-wrapper>ul>li:nth-child(1) {
    margin-top: 8px
}

.eventslisting h3 {
    margin-bottom: 4px
}

.eventslisting label {
    font-weight: bold
}

.eventslisting .event-info {
    margin-top: 6px;
    border-left: 1px solid #c0c0c0
}

.eventslisting .event-info h4 {
    margin-bottom: 4px
}

.eventslisting ul li div.event-info div.event-location {
    padding: 0
}

.eventslisting ul li div.event-info div.event-teaser {
    padding: 4px 0 0 0
}

.eventslisting pre {
    font: normal 90%/130% sans-serif;
    white-space: pre-wrap;
    white-space: -moz-pre-wrap;
    white-space: -pre-wrap;
    white-space: -o-pre-wrap;
    word-wrap: break-word
}

.socialIcons img {
    margin: 0 2.8px
}

@media only screen and (max-width:550px) {

    .col .pager .pager-status,
    .col .pager .pager-per-page,
    .col .pager .pager-controls {
        width: 100%;
        float: none;
        text-align: center;
        display: block
    }

    .col .pager .pager-status,
    .col .pager .pager-per-page {
        margin: 0 2px 12px 2px
    }
}

@media only screen and (max-width:580px) {
    .main.calendar.events {
        padding: 5px
    }

    .main.calendar.events .events-wrap {
        margin: 0;
        width: 52%
    }

    .main.calendar.events .events-wrap .calBodyWrapper {
        padding: 0
    }

    .main.calendar.events .events-wrap .calBodyWrapper .calBody {
        padding: 0
    }

    .main.calendar.events .events-block {
        width: 45%;
        margin: 0
    }
}

@media only screen and (max-width:480px) {
    .main.calendar.events .events-wrap {
        margin: 0;
        width: 98%;
        float: none
    }

    .main.calendar.events .events-block {
        width: 98%;
        margin: 0;
        float: none
    }
}

.main-cols h1,
.main-cols h2,
.main-cols h3,
.main-cols h4,
.main-cols h5,
.main-cols h6 {
    font-family: 'Noto Sans', sans-serif
}

.main-cols .block.generic.video .fancybox-media {
    max-width: 100% !important
}

.main-cols .block.generic.video img {
    max-width: 100% !important
}

.homepage .main-cols .col.sidebar .block.generic h4:first-of-type {
    margin-top: 0
}

.homepage .main-cols .col.sidebar .block.generic h4 {
    margin-top: 12px
}

.homepage .main-cols .col.sidebar .block.generic ul {
    margin: 0 0 15px 0
}

.homepage .main-cols .col.sidebar .block.generic ul li {
    margin: 5px 0 8px 18px;
    list-style-position: outside;
    list-style: square;
    color: #313781
}

.row-container .row:first-child .block.generic.video span {
    bottom: 0
}

.hero-wrapper.slider-home .bxslider li .slide-desc a.read-more:before {
    content: "  ";
    width: 9px;
    height: 10px;
    background: #ce9933;
    display: block;
    float: left;
    margin-right: 5px;
    border-top: 2px solid #151414;
    font-size: 20px;
    color: #e3c891;
    padding-right: 3px
}

.hero-wrapper.slider-home .bxslider li .slide-desc a.read-more:after {
    content: " »";
    font-size: 14px;
    color: #ce9933
}

.block.stay-connected {
    padding-top: 7px;
    border-top: 3px solid #d7d7d7
}

.block.stay-connected h3 {
    font-size: 16px;
    margin-bottom: 5px;
    padding-bottom: 5px;
    -webkit-text-shadow: 0 0 2px #666;
    -moz-text-shadow: 0 0 2px #666;
    text-shadow: 0 0 2px #666;
    border-bottom: 1px solid #ccc
}

.block.stay-connected .connect-list-wrapper {
    text-align: center
}

.block.stay-connected ul.connect-list {
    display: inline-block;
    padding: 0 0 3px 0;
    list-style: none;
    width: 100%;
    text-align: center
}

.block.stay-connected ul.connect-list li {
    float: left;
    position: relative;
    margin-right: 2%;
    cursor: pointer
}

.block.stay-connected ul.connect-list li img {
    width: 28px
}

.block.stay-connected ul.connect-list li:last-of-type {
    margin-right: 0
}

.block.stay-connected ul.connect-list li .arrow {
    display: none;
    position: absolute;
    left: 4px;
    top: 39px;
    width: 24px;
    height: 14px;
    background: url(../img/news/bg-social-arrow.gif) no-repeat left top
}

.block.stay-connected ul.connect-list li.active .arrow {
    display: block
}

.block.stay-connected .social-content-wrapper {
    padding: 0;
    background-color: #f2f2f2;
    border-bottom: 3px solid #d7d7d7;
    border-top: 1px solid #d7d7d7
}

.block.stay-connected .social-content {
    display: none;
    padding: 0
}

.block.stay-connected .social-content strong {
    float: left;
    display: block;
    width: 100px
}

.block.stay-connected .social-content.twitter strong:first-of-type {
    width: 110px
}

.block.stay-connected .social-content.twitter p:not(:first-of-type) {
    margin-top: 5px
}

.block.stay-connected .social-content:first-child {
    display: block
}

.block.stay-connected .media-contact {
    padding-top: 7px;
    border-top: 1px solid #ccc
}

.block.generic.quick-links ul li {
    list-style-position: outside
}

#col-1 .block.generic.quick-links ul,
#col-3 .block.generic.quick-links ul {
    margin-left: 0;
    padding-left: 0
}

.H4bar1,
.h4bar1 {
    background-color: #1A7EAD;
    color: #fff;
    display: block;
    padding: 8px;
    width: 99.5%
}

.H4bar2,
.h4bar2 {
    background-color: #eee;
    color: #000;
    display: block;
    padding: 8px;
    width: 99.5%
}

p.summary-indent {
    font-size: 1.06rem;
    padding-left: 1.64em;
    border-left: 1px solid #dcdcdc;
    color: #1A7EAD
}

.block.generic-cat-list .news-list li {
    margin-bottom: 7px
}

.block.generic-cat-list .news-list {
    margin: 12px 0 0 15px;
    list-style-image: url(/static/css/news_o/img/bg-bullet.gif);
    margin-bottom: 0
}

.cat-recent-news ul {
    margin: 10px 0 20px 15px;
    list-style: none;
    padding-left: 0
}

.cat-recent-news ul li {
    padding-left: 0;
    padding: 0 0 6px 0;
    list-style: none;
    list-style-image: url(/static/css/news_o/img/bg-bullet.gif)
}

.full-container .horizfullwidthblock {
    margin-bottom: 0;
    margin-left: auto;
    margin-right: auto
}

.container.vert .outer-bx .container.horiz .outer-bx {
    padding: 25px 25px 25px 25px;
    margin-bottom: 0
}

.txtFFFFFF .inner-bx .block-heading h2,
.txtFFFFFF .inner-bx .block-heading h3,
.txtFFFFFF .inner-bx .block-heading p,
.txtFFFFFF .inner-bx .block h1,
.txtFFFFFF .inner-bx .block h2,
.txtFFFFFF .inner-bx .block:not(.ummsnews-listing):not(.box-bg):not(.image-overlay) h3,
.txtFFFFFF .inner-bx .block:not(.box-bg) h4,
.txtFFFFFF .inner-bx .block h5,
.txtFFFFFF .inner-bx .block h6,
.txtFFFFFF .inner-bx .block:not(.ummsnews-listing):not(.box-bg):not(.image-overlay):not(.rss) a:not(.acc-toggle),
.txtFFFFFF .inner-bx .block:not(.ummsnews-listing):not(.box-bg):not(.image-overlay) p,
.txtFFFFFF .inner-bx .block:not(.box-bg) span,
.txtFFFFFF .inner-bx aside,
.txtFFFFFF .inner-bx label,
.txtFFFFFF .inner-bx .Form__Element__Caption,
.txtFFFFFF .inner-bx .EPiServerForms input[type="file"],
.txtFFFFFF .inner-bx legend,
.txtFFFFFF .inner-bx .block:not(.box-bg):not(.rss) li {
    color: #fff
}

.txtF8F8F8 .inner-bx .block-heading h2,
.txtF8F8F8 .inner-bx .block-heading h3,
.txtF8F8F8 .inner-bx .block-heading p,
.txtF8F8F8 .inner-bx .block h1,
.txtF8F8F8 .inner-bx .block h2,
.txtF8F8F8 .inner-bx .block:not(.ummsnews-listing):not(.box-bg):not(.image-overlay) h3,
.txtF8F8F8 .inner-bx .block:not(.box-bg) h4,
.txtF8F8F8 .inner-bx .block h5,
.txtF8F8F8 .inner-bx .block h6,
.txtF8F8F8 .inner-bx .block:not(.ummsnews-listing):not(.box-bg):not(.image-overlay):not(.rss) a:not(.acc-toggle),
.txtF8F8F8 .inner-bx .block:not(.ummsnews-listing):not(.box-bg):not(.image-overlay) p,
.txtF8F8F8 .inner-bx .block:not(.box-bg) span,
.txtF8F8F8 .inner-bx aside,
.txtF8F8F8 .inner-bx label,
.txtF8F8F8 .inner-bx .Form__Element__Caption,
.txtF8F8F8 .inner-bx .EPiServerForms input[type="file"],
.txtF8F8F8 .inner-bx legend,
.txtF8F8F8 .inner-bx .block:not(.box-bg):not(.rss) li {
    color: #f8f8f8
}

.txtF0F0F0 .inner-bx .block-heading h2,
.txtF0F0F0 .inner-bx .block-heading h3,
.txtF0F0F0 .inner-bx .block-heading p,
.txtF0F0F0 .inner-bx .block h1,
.txtF0F0F0 .inner-bx .block h2,
.txtF0F0F0 .inner-bx .block:not(.ummsnews-listing):not(.box-bg):not(.image-overlay) h3,
.txtF0F0F0 .inner-bx .block:not(.box-bg) h4,
.txtF0F0F0 .inner-bx .block h5,
.txtF0F0F0 .inner-bx .block h6,
.txtF0F0F0 .inner-bx .block:not(.ummsnews-listing):not(.box-bg):not(.image-overlay):not(.rss) a:not(.acc-toggle),
.txtF0F0F0 .inner-bx .block:not(.ummsnews-listing):not(.box-bg):not(.image-overlay) p,
.txtF0F0F0 .inner-bx .block:not(.box-bg) span,
.txtF0F0F0 .inner-bx aside,
.txtF0F0F0 .inner-bx label,
.txtF0F0F0 .inner-bx .Form__Element__Caption,
.txtF0F0F0 .inner-bx .EPiServerForms input[type="file"],
.txtF0F0F0 .inner-bx legend,
.txtF0F0F0 .inner-bx .block:not(.box-bg):not(.rss) li {
    color: #f0f0f0
}

.txtDCDCDC .inner-bx .block-heading h2,
.txtDCDCDC .inner-bx .block-heading h3,
.txtDCDCDC .inner-bx .block-heading p,
.txtDCDCDC .inner-bx .block h1,
.txtDCDCDC .inner-bx .block h2,
.txtDCDCDC .inner-bx .block:not(.ummsnews-listing):not(.box-bg):not(.image-overlay) h3,
.txtDCDCDC .inner-bx .block:not(.box-bg) h4,
.txtDCDCDC .inner-bx .block h5,
.txtDCDCDC .inner-bx .block h6,
.txtDCDCDC .inner-bx .block:not(.ummsnews-listing):not(.box-bg):not(.image-overlay):not(.rss) a:not(.acc-toggle),
.txtDCDCDC .inner-bx .block:not(.ummsnews-listing):not(.box-bg):not(.image-overlay) p,
.txtDCDCDC .inner-bx .block:not(.box-bg) span,
.txtDCDCDC .inner-bx aside,
.txtDCDCDC .inner-bx label,
.txtDCDCDC .inner-bx .Form__Element__Caption,
.txtDCDCDC .inner-bx .EPiServerForms input[type="file"],
.txtDCDCDC .inner-bx legend,
.txtDCDCDC .inner-bx .block:not(.box-bg):not(.rss) li {
    color: #dcdcdc
}

.txtD0D0D0 .inner-bx .block-heading h2,
.txtD0D0D0 .inner-bx .block-heading h3,
.txtD0D0D0 .inner-bx .block-heading p,
.txtD0D0D0 .inner-bx .block h1,
.txtD0D0D0 .inner-bx .block h2,
.txtD0D0D0 .inner-bx .block:not(.ummsnews-listing):not(.box-bg):not(.image-overlay):not(.blog-callout) h3,
.txtD0D0D0 .inner-bx .block:not(.box-bg) h4,
.txtD0D0D0 .inner-bx .block h5,
.txtD0D0D0 .inner-bx .block h6,
.txtD0D0D0 .inner-bx .block:not(.ummsnews-listing):not(.box-bg):not(.image-overlay):not(.rss) a:not(.acc-toggle),
.txtD0D0D0 .inner-bx .block:not(.ummsnews-listing):not(.box-bg):not(.image-overlay) p,
.txtD0D0D0 .inner-bx .block:not(.box-bg) span,
.txtD0D0D0 .inner-bx aside,
.txtD0D0D0 .inner-bx label,
.txtD0D0D0 .inner-bx .Form__Element__Caption,
.txtD0D0D0 .inner-bx .EPiServerForms input[type="file"],
.txtD0D0D0 .inner-bx legend,
.txtD0D0D0 .inner-bx .block:not(.box-bg):not(.rss) li {
    color: #d0d0d0
}

.txtB0B0B0 .inner-bx .block-heading h2,
.txtB0B0B0 .inner-bx .block-heading h3,
.txtB0B0B0 .inner-bx .block-heading p,
.txtB0B0B0 .inner-bx .block h1,
.txtB0B0B0 .inner-bx .block h2,
.txtB0B0B0 .inner-bx .block:not(.ummsnews-listing):not(.box-bg):not(.image-overlay):not(.blog-callout) h3,
.txtB0B0B0 .inner-bx .block:not(.box-bg) h4,
.txtB0B0B0 .inner-bx .block h5,
.txtB0B0B0 .inner-bx .block h6,
.txtB0B0B0 .inner-bx .block:not(.ummsnews-listing):not(.box-bg):not(.image-overlay) a:not(.acc-toggle),
.txtB0B0B0 .inner-bx .block:not(.ummsnews-listing):not(.box-bg):not(.image-overlay) p,
.txtB0B0B0 .inner-bx .block:not(.box-bg) span,
.txtB0B0B0 .inner-bx aside,
.txtB0B0B0 .inner-bx label,
.txtB0B0B0 .inner-bx .Form__Element__Caption,
.txtB0B0B0 .inner-bx .EPiServerForms input[type="file"],
.txtB0B0B0 .inner-bx legend,
.txtB0B0B0 .inner-bx .block:not(.box-bg) li {
    color: #b0b0b0
}

.txt909090 .inner-bx .block-heading h2,
.txt909090 .inner-bx .block-heading h3,
.txt909090 .inner-bx .block-heading p,
.txt909090 .inner-bx .block h1,
.txt909090 .inner-bx .block h2,
.txt909090 .inner-bx .block:not(.ummsnews-listing):not(.box-bg):not(.image-overlay):not(.blog-callout) h3,
.txt909090 .inner-bx .block:not(.box-bg) h4,
.txt909090 .inner-bx .block h5,
.txt909090 .inner-bx .block h6,
.txt909090 .inner-bx .block:not(.ummsnews-listing):not(.box-bg):not(.image-overlay) p,
.txt909090 .inner-bx .block:not(.box-bg) span,
.txt909090 .inner-bx aside,
.txt909090 .inner-bx label,
.txt909090 .inner-bx .Form__Element__Caption,
.txt909090 .inner-bx .EPiServerForms input[type="file"],
.txt909090 .inner-bx legend,
.txt909090 .inner-bx .block:not(.box-bg) li {
    color: #909090
}

.txt606060 .inner-bx .block-heading h2,
.txt606060 .inner-bx .block-heading h3,
.txt606060 .inner-bx .block-heading p,
.txt606060 .inner-bx .block h1,
.txt606060 .inner-bx .block h2,
.txt606060 .inner-bx .block:not(.ummsnews-listing):not(.box-bg):not(.image-overlay):not(.blog-callout) h3,
.txt606060 .inner-bx .block:not(.box-bg) h4,
.txt606060 .inner-bx .block h5,
.txt606060 .inner-bx .block h6,
.txt606060 .inner-bx .block:not(.ummsnews-listing):not(.box-bg):not(.image-overlay) p,
.txt606060 .inner-bx .block:not(.box-bg) span,
.txt606060 .inner-bx aside,
.txt606060 .inner-bx label,
.txt606060 .inner-bx .Form__Element__Caption,
.txt606060 .inner-bx .EPiServerForms input[type="file"],
.txt606060 .inner-bx legend,
.txt606060 .inner-bx .block:not(.box-bg) li {
    color: #606060
}

.txt303030 .inner-bx .block-heading h2,
.txt303030 .inner-bx .block-heading h3,
.txt303030 .inner-bx .block-heading p,
.txt303030 .inner-bx .block h1,
.txt303030 .inner-bx .block h2,
.txt303030 .inner-bx .block:not(.ummsnews-listing):not(.box-bg):not(.image-overlay):not(.blog-callout) h3,
.txt303030 .inner-bx .block:not(.box-bg) h4,
.txt303030 .inner-bx .block h5,
.txt303030 .inner-bx .block h6,
.txt303030 .inner-bx .block:not(.ummsnews-listing):not(.box-bg):not(.image-overlay) p,
.txt303030 .inner-bx .block:not(.box-bg) span,
.txt303030 .inner-bx aside,
.txt303030 .inner-bx label,
.txt303030 .inner-bx .Form__Element__Caption,
.txt303030 .inner-bx .EPiServerForms input[type="file"],
.txt303030 .inner-bx legend,
.txt303030 .inner-bx .block:not(.box-bg) li {
    color: #303030
}

@media(min-width:1001px) {
    .horizfullwidthblock>.inner-bx>.span12 {
        display: block;
        width: 100%;
        max-width: 1018px;
        margin: 0 auto 0 auto
    }
}

@media(min-width:771px) {
    .horizfullwidthblock .col {
        display: inline-block;
        vertical-align: top
    }

    .col-1 .col {
        width: 100%;
        display: block
    }

    .col-2-50-50 .col {
        width: 48.5%
    }

    .col-2-50-50 .col:nth-child(2n) {
        margin: 0 0 0 2.5%
    }

    .col-2-60-40 .col:nth-child(1),
    .col-2-60-40 .col:nth-child(2n+1) {
        width: 68%
    }

    .col-2-60-40 .col:nth-child(2n) {
        width: 29%;
        margin: 0 0 0 2.5%
    }

    .col-2-40-60 .col:nth-child(1),
    .col-2-40-60 .col:nth-child(2n+1) {
        width: 29%
    }

    .col-2-40-60 .col:nth-child(2n) {
        width: 68%;
        margin: 0 0 0 2.5%
    }

    .col-3-30-40-30 .col:nth-child(1),
    .col-3-30-40-30 .col:nth-child(3n+1),
    .col-3-30-40-30 .col:nth-child(3n) {
        width: 23.5%
    }

    .col-3-30-40-30 .col:nth-child(2),
    .col-3-30-40-30 .col:nth-child(3n+2) {
        width: 45%;
        margin: 0 2.5%
    }

    .col-3-30-30-40 .col:nth-child(1),
    .col-3-30-30-40 .col:nth-child(3n+1),
    .col-3-30-30-40 .col:nth-child(2),
    .col-3-30-30-40 .col:nth-child(3n+2) {
        width: 23.5%;
        margin: 0 2.5% 0 0
    }

    .col-3-30-30-40 .col:nth-child(3n) {
        width: 47%
    }

    .col-3-40-30-30 .col:nth-child(2),
    .col-3-40-30-30 .col:nth-child(3n+2),
    .col-3-40-30-30 .col:nth-child(3n) {
        width: 23.5%;
        margin: 0 0 0 2.5%
    }

    .col-3-40-30-30 .col:nth-child(1),
    .col-3-40-30-30 .col:nth-child(3n+1) {
        width: 47%
    }

    .col-3-30-30-30 .col:nth-child(1),
    .col-3-30-30-30 .col:nth-child(3n+1),
    .col-3-30-30-30 .col:nth-child(2),
    .col-3-30-30-30 .col:nth-child(3n+2) {
        width: 31.5%;
        margin: 0 2.5% 0 0
    }

    .col-3-30-30-30 .col:nth-child(3n) {
        width: 31.5%
    }

    .col-4 .col {
        width: 23%;
        margin: 0 2.5% 0 0
    }

    .col-4 .col:nth-child(4n) {
        margin: 0 0 0 0
    }
}

.herovideoblock .select-wrapper label,
.block.articles-programs .acc-toggle:hover,
.block.articles-programs .acc-toggle:hover span:after,
.main-cols a:hover,
.main-cols a:focus,
.main-cols a:active {
    color: #EA1010
}

.herovideoblock .select-wrapper label {
    font-weight: bold
}

.summary .item input#btn,
.profile-content .profiles.button,
.filters div.search-faculty span,
.block.profiles.profileslisting .filters button.clear-button,
.main-cols a.bttn,
body .bttn {
    background-color: #EA1010;
    border: none
}

.ffilter select {
    background-image: url(data:image/svg+xml;charset=US-ASCII,%3Csvg%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20width%3D%22292.4%22%20height%3D%22292.4%22%3E%3Cpath%20fill%3D%22%23ffffff%22%20d%3D%22M287%2069.4a17.6%2017.6%200%200%200-13-5.4H18.4c-5%200-9.3%201.8-12.9%205.4A17.6%2017.6%200%200%200%200%2082.2c0%205%201.8%209.3%205.4%2012.9l128%20127.9c3.6%203.6%207.8%205.4%2012.8%205.4s9.2-1.8%2012.8-5.4L287%2095c3.5-3.5%205.4-7.8%205.4-12.8%200-5-1.9-9.2-5.5-12.8z%22%2F%3E%3C%2Fsvg%3E), linear-gradient(to bottom, #1A7EAD 0%, #1A7EAD 100%)
}

.main-cols a {
    color: #1A7EAD
}

@media(max-width:770px) {

    .subnav-menu ul li span,
    .subnav-menu ul li a {
        color: #1A7EAD
    }
}

body .bttn:hover,
body .bttn:active,
body .bttn:focus,
.summary .item input#btn:focus,
.summary .item input#btn:active,
.summary .item input#btn:hover,
.EPiServerForms button[type="submit"]:hover,
.EPiServerForms button[type="submit"]:active,
.EPiServerForms button[type="submit"]:focus {
    background: #EA1010;
    background: -moz-linear-gradient(top, #EA1010 0, #f55 100%) repeat scroll 0 0 transparent;
    background: -webkit-linear-gradient(top, #f55 0, #EA1010 100%);
    background: -webkit-gradient(top, #f55 0, #EA1010 100%);
    background: -o-linear-gradient(top, #f55 0, #EA1010 100%)
}

.summary .item input#btn:focus,
.summary .item input#btn:active,
.summary .item input#btn:hover,
.EPiServerForms button[type="submit"]:hover,
.EPiServerForms button[type="submit"]:active,
.EPiServerForms button[type="submit"]:focus {
    border: 2px solid #f78888
}

.EPiServerForms .Form__NavigationBar .Form__NavigationBar__Action {
    border: 1px solid #f78888;
    background-image: linear-gradient(to top, #fff, #e6e6e6);
    background-image: -moz-linear-gradient(to top, #fff, #e6e6e6);
    background: -webkit-linear-gradient(to top, #fff, #e6e6e6);
    background: -webkit-gradient(to top, #fff, #e6e6e6);
    background: -o-linear-gradient(to top, #fff, #e6e6e6)
}

.summary .item input#btn,
.EPiServerForms button[type="submit"] {
    border: 2px solid #a70c0c;
    font-family: 'Noto Sans', sans-serif;
    background: #f55;
    background: -moz-linear-gradient(top, #EA1010 0, #f55 100%) repeat scroll 0 0 transparent;
    background: -webkit-linear-gradient(top, #EA1010 0, #f55 100%);
    background: -webkit-gradient(top, #EA1010 0, #f55 100%);
    background: -o-linear-gradient(top, #EA1010 0, #f55 100%)
}

.xform input[type="submit"] {
    font-family: 'Noto Sans', sans-serif;
    line-height: 1.2em;
    background: #EA1010;
    background: -moz-linear-gradient(top, #fab7b7 0, #EA1010 100%) repeat scroll 0 0 transparent;
    background: -webkit-linear-gradient(top, #fab7b7 0, #EA1010 100%);
    background-image: -webkit-linear-gradient(top, #fab7b7 0, #EA1010 100%);
    border-bottom: 3px solid #a70c0c
}

.xform input[type="submit"]:active,
.xform input[type="submit"]:focus,
.xform input[type="submit"]:hover {
    background: #fab7b7;
    background: -moz-linear-gradient(top, #EA1010 0, #fab7b7 100%) repeat scroll 0 0 transparent;
    background: -webkit-linear-gradient(top, #EA1010 0, #fab7b7 100%);
    background-image: -webkit-linear-gradient(top, #EA1010 0, #fab7b7 100%);
    color: #fff
}

@media only screen and (min-width:580px) {
    .hero-wrapper.slider-overlay .slideText a.read-more {
        background: #1A7EAD
    }

    .hero-wrapper.slider-overlay .slideText a.read-more:hover {
        background: #17719b
    }
}

.hero-wrapper.slider-overlay .bx-wrapper .slideText .inner-container a.read-more {
    background-color: #1A7EAD;
    border: 1px solid #1A7EAD
}

.block.box-bg.blue.dark>h2,
.block.box-bg.blue.dark .sprite+h2,
.block.box-bg.blue.dark .sprite+h3 {
    background-color: #1A7EAD
}

body .bttn,
button.bttn {
    display: inline-block;
    border-radius: 5px;
    text-align: center;
    padding: 2px 10px;
    font-weight: bold;
    font-size: 105%;
    font-family: 'Noto Sans', Arial, Helvetica, sans-serif;
    text-decoration: none;
    line-height: 1.2em;
    width: auto;
    min-width: 125px;
}

body .bttn,
button.bttn {
    color: #fff;
    padding: 10px;
    background-color: #6ad086;
    border: 4px solid #6ad086;
}

body .bttn:hover,
body .bttn:active,
body .bttn:focus,
button.bttn:hover,
button.bttn:active,
button.bttn:focus {
    background-color: #43ad60;
}

body .bttn.one,
button.bttn.one {
    color: #fff;
    background-color: #000f9f;
    border: 4px solid #000f9f;
}

body .bttn.one:hover,
body .bttn.one:active,
.body .bttn.one:focus,
button.bttn.one:hover,
button.bttn.one:active,
button.bttn.one:focus {
    background-color: #063260;
}

body .bttn.two,
button.bttn.two {
    color: #000;
    background-color: silver;
    border: 4px solid silver;
}

body .bttn.two:hover,
.body .bttn.two:active,
body .bttn.two:focus,
button.bttn.two:hover,
button.bttn.two:active,
button.bttn.two:focus {
    color: #000;
    background-color: #898989;
}

body .bttn.three {
    color: #FFF;
    background-color: #F36F16;
    border: 4px solid #F36F16;
}

body .bttn.three:hover,
.body .bttn.three:active,
body .bttn.three:focus {
    color: #FFF;
    background-color: #c2540a;
}

body .bttn.four {
    color: #FFF;
    background-color: #0071CE;
    border: 4px solid #0071CE;
}

body .bttn.four:hover,
.body .bttn.four:active,
body .bttn.four:focus {
    color: #FFF;
    background-color: #004680;
}

body .bttn.five {
    color: #000;
    background-color: #84DADE;
    border: 4px solid #84DADE;
}

body .bttn.five:hover,
.body .bttn.five:active,
body .bttn.five:focus {
    color: #000;
    background-color: #4ac8cf;
}

/* archived for older content already set */
body .bttn.blue {
    color: #fff;
    background-color: #000F9F;
    border: 4px solid #000F9F;
}

body .bttn.blue:hover,
body .bttn.blue:active,
.body .bttn.blue:focus {
    background-color: #063260;
}

body .bttn.gray {
    color: #000;
    background-color: silver;
    border: 4px solid silver;
}

body .bttn.gray:hover,
.body .bttn.gray:active,
body .bttn.gray:focus {
    color: #000;
    background-color: #898989;
}

body .bttn.orange {
    color: #000;
    background-color: #F36F16;
    border: 4px solid #F36F16;
}

body .bttn.orange:hover,
.body .bttn.orange:active,
body .bttn.orange:focus {
    color: #000;
    background-color: #c2540a;
}

body .bttn.blue2 {
    color: #FFF;
    background-color: #0071CE;
    border: 4px solid #0071CE;
}

body .bttn.blue2:hover,
.body .bttn.blue2:active,
body .bttn.blue2:focus {
    color: #FFF;
    background-color: #004680;
}

body .bttn.aqua {
    color: #000;
    background-color: #84DADE;
    border: 4px solid #84DADE;
}

body .bttn.aqua:hover,
.body .bttn.aqua:active,
body .bttn.aqua:focus {
    color: #000;
    background-color: #4ac8cf;
}

.txt1A7EAD .inner-bx .block-heading h2,
.txt1A7EAD .inner-bx .block-heading h3,
.txt1A7EAD .inner-bx .block-heading p,
.txt1A7EAD .inner-bx .block h1,
.txt1A7EAD .inner-bx .block h2,
.txt1A7EAD .inner-bx .block:not(.ummsnews-listing):not(.box-bg):not(.image-overlay):not(.blog-callout) h3,
.txt1A7EAD .inner-bx .block:not(.box-bg) h4,
.txt1A7EAD .inner-bx .block h5,
.txt1A7EAD .inner-bx .block h6,
.txt1A7EAD .inner-bx .block:not(.ummsnews-listing):not(.box-bg):not(.image-overlay) p,
.txt1A7EAD .inner-bx .block:not(.box-bg) span,
.txt1A7EAD .inner-bx aside,
.txt1A7EAD .inner-bx label,
.txt1A7EAD .inner-bx .Form__Element__Caption,
.txt1A7EAD .inner-bx .EPiServerForms input[type="file"],
.txt1A7EAD .inner-bx legend,
.txt1A7EAD .inner-bx .block:not(.box-bg) li {
    color: #1A7EAD;
}

.txtFF5555 .inner-bx .block-heading h2,
.txtFF5555 .inner-bx .block-heading h3,
.txtFF5555 .inner-bx .block-heading p,
.txtFF5555 .inner-bx .block h1,
.txtFF5555 .inner-bx .block h2,
.txtFF5555 .inner-bx .block:not(.ummsnews-listing):not(.box-bg):not(.image-overlay):not(.blog-callout) h3,
.txtFF5555 .inner-bx .block:not(.box-bg) h4,
.txtFF5555 .inner-bx .block h5,
.txtFF5555 .inner-bx .block h6,
.txtFF5555 .inner-bx .block:not(.ummsnews-listing):not(.box-bg):not(.image-overlay) p,
.txtFF5555 .inner-bx .block:not(.box-bg) span,
.txtFF5555 .inner-bx aside,
.txtFF5555 .inner-bx label,
.txtFF5555 .inner-bx .Form__Element__Caption,
.txtFF5555 .inner-bx .EPiServerForms input[type="file"],
.txtFF5555 .inner-bx legend,
.txtFF5555 .inner-bx .block:not(.box-bg) li {
    color: #FF5555;
}

.txt004FA3 .inner-bx .block-heading h2,
.txt004FA3 .inner-bx .block-heading h3,
.txt004FA3 .inner-bx .block-heading p,
.txt004FA3 .inner-bx .block h1,
.txt004FA3 .inner-bx .block h2,
.txt004FA3 .inner-bx .block:not(.ummsnews-listing):not(.box-bg):not(.image-overlay):not(.blog-callout) h3,
.txt004FA3 .inner-bx .block:not(.box-bg) h4,
.txt004FA3 .inner-bx .block h5,
.txt004FA3 .inner-bx .block h6,
.txt004FA3 .inner-bx .block:not(.ummsnews-listing):not(.box-bg):not(.image-overlay) p,
.txt004FA3 .inner-bx .block:not(.box-bg) span,
.txt004FA3 .inner-bx aside,
.txt004FA3 .inner-bx label,
.txt004FA3 .inner-bx .Form__Element__Caption,
.txt004FA3 .inner-bx .EPiServerForms input[type="file"],
.txt004FA3 .inner-bx legend,
.txt004FA3 .inner-bx .block:not(.box-bg) li {
    color: #004FA3;
}


/* secondary colors */
.txtbce3f5 .inner-bx .block-heading h2,
.txtbce3f5 .inner-bx .block-heading h3,
.txtbce3f5 .inner-bx .block-heading p,
.txtbce3f5 .inner-bx .block h1,
.txtbce3f5 .inner-bx .block h2,
.txtbce3f5 .inner-bx .block:not(.ummsnews-listing):not(.box-bg):not(.image-overlay):not(.blog-callout) h3,
.txtbce3f5 .inner-bx .block:not(.box-bg) h4,
.txtbce3f5 .inner-bx .block h5,
.txtbce3f5 .inner-bx .block h6,
.txtbce3f5 .inner-bx .block:not(.ummsnews-listing):not(.box-bg):not(.image-overlay) p,
.txtbce3f5 .inner-bx .block:not(.box-bg) span,
.txtbce3f5 .inner-bx aside,
.txtbce3f5 .inner-bx label,
.txtbce3f5 .inner-bx .Form__Element__Caption,
.txtbce3f5 .inner-bx .EPiServerForms input[type="file"],
.txtbce3f5 .inner-bx legend,
.txtbce3f5 .inner-bx .block:not(.box-bg) li {
    color: #bce3f5;
}

.txtffb3b3 .inner-bx .block-heading h2,
.txtffb3b3 .inner-bx .block-heading h3,
.txtffb3b3 .inner-bx .block-heading p,
.txtffb3b3 .inner-bx .block h1,
.txtffb3b3 .inner-bx .block h2,
.txtffb3b3 .inner-bx .block:not(.ummsnews-listing):not(.box-bg):not(.image-overlay):not(.blog-callout) h3,
.txtffb3b3 .inner-bx .block:not(.box-bg) h4,
.txtffb3b3 .inner-bx .block h5,
.txtffb3b3 .inner-bx .block h6,
.txtffb3b3 .inner-bx .block:not(.ummsnews-listing):not(.box-bg):not(.image-overlay) p,
.txtffb3b3 .inner-bx .block:not(.box-bg) span,
.txtffb3b3 .inner-bx aside,
.txtffb3b3 .inner-bx label,
.txtffb3b3 .inner-bx .Form__Element__Caption,
.txtffb3b3 .inner-bx .EPiServerForms input[type="file"],
.txtffb3b3 .inner-bx legend,
.txtffb3b3 .inner-bx .block:not(.box-bg) li {
    color: #ffb3b3;
}

.txtFED413 .inner-bx .block-heading h2,
.txtFED413 .inner-bx .block-heading h3,
.txtFED413 .inner-bx .block-heading p,
.txtFED413 .inner-bx .block h1,
.txtFED413 .inner-bx .block h2,
.txtFED413 .inner-bx .block:not(.ummsnews-listing):not(.box-bg):not(.image-overlay):not(.blog-callout) h3,
.txtFED413 .inner-bx .block:not(.box-bg) h4,
.txtFED413 .inner-bx .block h5,
.txtFED413 .inner-bx .block h6,
.txtFED413 .inner-bx .block:not(.ummsnews-listing):not(.box-bg):not(.image-overlay) p,
.txtFED413 .inner-bx .block:not(.box-bg) span,
.txtFED413 .inner-bx aside,
.txtFED413 .inner-bx label,
.txtFED413 .inner-bx .Form__Element__Caption,
.txtFED413 .inner-bx .EPiServerForms input[type="file"],
.txtFED413 .inner-bx legend,
.txtFED413 .inner-bx .block:not(.box-bg) li {
    color: #FED413;
}

.txtEA1010 .inner-bx .block-heading h2,
.txtEA1010 .inner-bx .block-heading h3,
.txtEA1010 .inner-bx .block-heading p,
.txtEA1010 .inner-bx .block h1,
.txtEA1010 .inner-bx .block h2,
.txtEA1010 .inner-bx .block:not(.ummsnews-listing):not(.box-bg):not(.image-overlay):not(.blog-callout) h3,
.txtEA1010 .inner-bx .block:not(.box-bg) h4,
.txtEA1010 .inner-bx .block h5,
.txtEA1010 .inner-bx .block h6,
.txtEA1010 .inner-bx .block:not(.ummsnews-listing):not(.box-bg):not(.image-overlay) p,
.txtEA1010 .inner-bx .block:not(.box-bg) span,
.txtEA1010 .inner-bx aside,
.txtEA1010 .inner-bx label,
.txtEA1010 .inner-bx .Form__Element__Caption,
.txtEA1010 .inner-bx .EPiServerForms input[type="file"],
.txtEA1010 .inner-bx legend,
.txtEA1010 .inner-bx .block:not(.box-bg) li {
    color: #EA1010;
}

.txtB0B0B0 .inner-bx .block-heading h2,
.txtB0B0B0 .inner-bx .block-heading h3,
.txtB0B0B0 .inner-bx .block-heading p,
.txtB0B0B0 .inner-bx .block h1,
.txtB0B0B0 .inner-bx .block h2,
.txtB0B0B0 .inner-bx .block:not(.ummsnews-listing):not(.box-bg):not(.image-overlay):not(.blog-callout) h3,
.txtB0B0B0 .inner-bx .block:not(.box-bg) h4,
.txtB0B0B0 .inner-bx .block h5,
.txtB0B0B0 .inner-bx .block h6,
.txtB0B0B0 .inner-bx .block:not(.ummsnews-listing):not(.box-bg):not(.image-overlay) a:not(.acc-toggle),
.txtB0B0B0 .inner-bx .block:not(.ummsnews-listing):not(.box-bg):not(.image-overlay) p,
.txtB0B0B0 .inner-bx .block:not(.box-bg) span,
.txtB0B0B0 .inner-bx aside,
.txtB0B0B0 .inner-bx label,
.txtB0B0B0 .inner-bx .Form__Element__Caption,
.txtB0B0B0 .inner-bx .EPiServerForms input[type="file"],
.txtB0B0B0 .inner-bx legend,
.txtB0B0B0 .inner-bx .block:not(.box-bg) li {
    color: #B0B0B0;
}