

:root {
    font-family: myriad-pro, sans-serif !important;
    font-style: normal !important;
    font-weight: 300 !important;
}

.breadcrumb-item {
    text-decoration: none;
    color: gray;
    border-right: 2px solid #ff6100;
}

    .breadcrumb-item:hover {
        color: #ff6100;
    }

.nav-bar {
    display: -ms-inline-flexbox;
    display: inline-flex;
    -ms-flex-align: center;
    align-items: center;
    -ms-flex-direction: row;
    flex-direction: row
}

.nav-bar--list {
    -ms-flex-direction: column;
    flex-direction: column;
    -ms-flex-align: start;
    align-items: flex-start
}

.nav-bar--center, .nav-bar--list {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-pack: center;
    justify-content: center
}

.nav-bar--air-bottom {
    margin-bottom: 40px
}

.nav-bar-link, .nav-bar-link:visited {
    text-decoration: none;
    margin: 10px 15px;
    font-size: 14px;
    text-transform: uppercase;
    font-weight: 600;
    letter-spacing: 2px;
    border-bottom: 2px solid transparent
}

.nav-link--air-bottom {
    margin-bottom: 10px
}

a.nav-bar-link.nav-link--black {
    width: fit-content;
    padding-bottom: 6px;
    transition: color .4s;
}

    a.nav-bar-link.nav-link--black:hover {
        border-color: #000
    }

.nav-link--black.nav-link--active {
    border-bottom: 2px solid #000;
    color: #f5821f;
}

.blogposts {
    margin-left: auto;
    margin-right: auto
}

.blogpost {
    text-decoration: none;
    color: #000;
    display: block;
    padding: 30px 20px
}

    .blogpost.blogpost-with-image {
        display: -ms-flexbox;
        display: flex;
        -ms-flex-direction: column;
        flex-direction: column
    }

    .blogpost:last-child {
        margin-bottom: 60px
    }

    .blogpost:hover .blogpost-title {
        text-decoration: none;
    }

.blogpost-image {
    -ms-flex: 1 0 100%;
    flex: 1 0 100%;
    margin-left: 40px;
    border-radius: 50%
}

.blogpost-info {
    -ms-flex: 1 1 auto;
    flex: 1 1 auto
}

.blogpost-meta {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-align: center;
    align-items: center;
    -ms-flex-pack: start;
    justify-content: flex-start;
    margin-bottom: 10px
}

.blogpost-date {
    display: block;
    opacity: 1;
    margin-right: 10px
}

.blogpost-cat {
    opacity: .5
}

.blogpost-image {
    height: 160px;
    width: 160px;
    background-size: cover;
    margin-left: auto;
    margin-right: auto;
    margin-top: 15px
}

.blogpost-title {
    font-size: 20px;
    letter-spacing: 1px;
    margin: 0 0 10px
}

.blogpost-excerpt {
    font-size: 16px;
    line-height: 1.5;
    opacity: .8
}

.blogpost-link {
    margin-top: 25px;
    display: -ms-inline-flexbox;
    display: inline-flex;
    padding-bottom: 2px;
    border-bottom: 2px solid rgba(0,0,0,.15);
    color: #000;
    text-decoration: none;
    font-size: 18px
}

    .blogpost-link:hover {
        border-bottom-color: #000
    }

.blogposts-centered {
    text-align: center
}

    .blogposts-centered .blogpost {
        margin: 30px 0;
        padding: 30px 30px 0
    }

        .blogposts-centered .blogpost:hover {
            background: none
        }

        .blogposts-centered .blogpost + .blogpost {
            border-top: 1px solid #f4f4f0
        }

    .blogposts-centered .blogpost-title {
        margin-bottom: 30px
    }

    .blogposts-centered .blogpost-excerpt {
        font-size: 18px
    }

    .blogposts-centered .blogpost-meta {
        -ms-flex-pack: center;
        justify-content: center
    }

    .blogposts-centered .blogpost-title {
        font-size: 30px;
        line-height: 1.3
    }


.compat-msg {    
    color: #000;
    display: block;
    background: #f4f4f0;
    padding: 30px
}

@media (min-width:992px) {
    .nav-bar-link, .nav-link:visited {
        margin-left: 15px;
        margin-right: 15px
    }

    .blogposts {
        max-width: 800px
    }

    .blogpost {
        padding: 30px;
        margin: 20px 0
    }

        .blogpost.blogpost-with-image {
            -ms-flex-direction: row;
            flex-direction: row
        }

    .blogpost-image {
        height: 160px;
        max-width: 160px;
        margin-top: 0;
        margin-left: 20px
    }
}

.dropdown-toggle {
    outline: 0;
}

.btn-toggle {
    font-size: 0.9rem;
    display: inline-flex;
    align-items: center;
    padding: .4rem .5rem;
    font-weight: 600;
    color: rgba(0, 0, 0, .65);
    background-color: transparent;
    border: 0;
    width: 100%;
    text-decoration: none;
}

    .btn-toggle:hover {
        color: #f5821f;
    }

    .btn-toggle[data-hasitems]::before {
        width: 1.6em;
        line-height: 0;
        content: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' width='16' height='16' viewBox='0 0 16 16'%3e%3cpath fill='none' stroke='rgba%280,0,0,.5%29' stroke-linecap='round' stroke-linejoin='round' stroke-width='2' d='M5 14l6-6-6-6'/%3e%3c/svg%3e");
        transition: transform .35s ease;
    }

    .contrast-btn-toggle[data-hasitems]::before {
        filter: invert(89%) sepia(14%) saturate(4340%) hue-rotate(4deg) brightness(110%) contrast(109%);
    }

    .btn-toggle[aria-expanded="true"]::before {
        transform: rotate(90deg);
    }


.btn-toggle-nav a {
    color: black;
    display: inline-flex;
    padding: .8rem .5rem;
    margin-top: .125rem;
    margin-left: 1.25rem;
    text-decoration: none;
    width: 100%;
}

    .btn-toggle-nav a:hover {
        color: #f5821f;
    }

.scrollarea {
    overflow-y: auto;
}

.sidenav {
    height: 100%;
    width: 0;
    position: fixed;
    z-index: 9999;
    top: 83px;
    left: 0;
    background-color: #fff !important;
    overflow-x: hidden;
    transition: 0.8s;
    box-shadow: 0 2px 5px 0 rgb(0 0 0 / 16%), 0 2px 10px 0 rgb(0 0 0 / 12%);
}

.right-sidenav {
    height: 100%;
    width: 0;
    position: fixed;
    z-index: 9999;
    top: 93px;
    right: 0;
    background-color: #fff !important;
    overflow-x: hidden;
    transition: width 0.8s;
    box-shadow: 0 2px 5px 0 rgb(0 0 0 / 16%), 0 2px 10px 0 rgb(0 0 0 / 12%);
}

.content-second-template {
    margin-top: 80px;
}
@media only screen and (min-width: 992px) {
    .content-second-template {
        margin-top: 130px;
    }

    .right-sidenav {    
        top: 133px;      
    }
}

.sticky {
    position: fixed;
    top: 0;
    width: 100%;
}

.content {
    margin-top: 80px;
}



.top-nav {
    min-height: 80px;
    background-color: white !important;
    z-index: 9998;
    box-shadow: 0 2px 5px 0 rgb(0 0 0 / 16%), 0 2px 10px 0 rgb(0 0 0 / 12%);
    border-bottom: 3px solid #f5821f;
}

.nav-icon {
    color: #303030;
    transition: color 0.2s;
    width: fit-content;
    cursor: pointer;
}

    .nav-icon:hover {
        fill: #f5821f;
    }

.navbar-link {
    text-decoration: none;
    transition: color 0.2s;
    color: black;
    font-size: 0.9em;
    text-transform: uppercase;
}

.navbar-link:hover {
    color: #f5821f;
}


.st-navbar-link {
    text-decoration: none;
    transition: color 0.2s;
    color: black;
    font-size: 0.9em;
    text-transform: uppercase;
}

    .st-navbar-link:hover {
        color: #f5821f;
    }

.contrast-st-navbar-link {
    color: yellow !important;
}

.second-navbar-link {
    text-decoration: none;
    transition: color 0.2s;
    color: black;
    font-size: 0.9em;
    text-transform: uppercase;
    border-left: 2px solid #f5821f;
    border-right: 2px solid #f5821f;
}

.contrast-st-upper-nav{
    background: black !important;
}

.contrast-st-navbar-link{
    color: yellow !important;
}

.contrast-second-navbar-link {
    color: yellow !important;
    border-color: white !important;
}

    .second-navbar-link:hover {
        color: #f5821f;
    }


.site-navbar-hr {
    opacity: 1;
    color: #f5821f;
    height: 1px !important;
}
.navbar-link-wrapper {
    background: #f4f4f4;
}

.search-btn {
    color: #303030;
    transition: color 0.2s;
}

    .search-btn:hover {
        color: #f5821f;
    }


.search-div {
    background: #f4f4f4;
}

.search-bar {
    height: 35px;
    border: none;
    border-bottom: 1px solid #303030;
}

.search-bar-btn {
    background: #f5821f;
    color: #fff;
    border: none;
    height: 35px;
    text-transform: uppercase;
    font-size: 0.9em;
}

.footer-link, .map-link {
    font-size: .8em;
    color: black;
    text-decoration: none;
}

    .footer-link:hover, .map-link:hover{
        color: #f5821f;
    }

.footer-brand {
    font-size: .8em;
    color: black;
}

    .footer-brand > a {
        text-decoration: none;
        color: black;
    }

        .footer-brand > a:hover {
            color: #f5821f;
        }

.ribbon-icon {
    max-height: 35px;
}

.site-logo {
    max-height: 50px;
}

@media(max-width: 1300px) {
    .site-logo {
        max-height: 40px;
    }

    .ribbon-icon {
        max-height: 25px;
    }
}

.login-icon {
    color: #303030;
    transition: color 0.2s;
}

    .login-icon:hover {
        color: #f5821f;
    }


.article-slider-title {
    text-align: left !important;
    font-size: 1.3em;
    line-height: 1.2;
    min-height: 2.4em;
    font-weight: 600;
    margin: 19px 0;
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
}

.article-slider-date {
    text-align: left !important;
    font-size: 1em;
    line-height: 1.25;
    font-weight: 600;
    margin-bottom: 10px;
}

.article-slider-excerpt {
    margin-top: 5px;
    text-align: left !important;
    font-size: .875em;
    line-height: 1.4;
    min-height: 11em;
    margin-top: 6px;
    margin-bottom: 12px;
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 8;
    -webkit-box-orient: vertical;
}

.article-slider-content {
    cursor: pointer;
    background: none !important;
    text-decoration: none;
    color: black;
}

    .article-slider-content:hover {
        color: #5e5e5e;
    }

    .article-slider-content:hover > img {
        opacity: 0.9;
    }

.article-slider-wrapper {
    background: white;
    border-bottom: 2px solid #f5821f;
}

.article-title {
    font-size: 0.925em;
    font-weight: 600;
    margin: 15px 0 9px;
    line-height: 1.4;
    min-height: 2.8em;
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
}

.article-excerpt {
    font-size: 0.75em;
    margin: 5px 0 9px;
    line-height: 1.2;
    min-height: 4.8em;
    overflow: hidden;
    margin-bottom: 15px;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 4;
    -webkit-box-orient: vertical;
}

.article-date {
    font-size: 0.75em;
}
.article-content {
    text-decoration: none !important;
    color: black;
    background: white;
    margin-bottom: 30px;
    border-bottom: 2px solid #f5821f;
}

    .article-content:hover {
        color: #5e5e5e;
    }

        .article-content:hover > img {
            opacity: 0.9;
        }

.carousel-news {
    position: unset !important;
}

.st-article-title {
    font-size: 1.3em;
    font-weight: 600;
    margin: 15px 0 9px;
    line-height: 1.4;
    min-height: 2.8em;
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
}

.st-article-date {
    font-size: .95em;
    font-weight: 400;
    margin-bottom: 20px;
    line-height: 1.1;
}

.st-article-img {
    max-width: 100%;
}

.st-article-excerpt {
    font-size: .95em;
    margin: 5px 0 9px;
    line-height: 1.4;
    min-height: 4.2em;
    overflow: hidden;
    margin-bottom: 15px;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 8;
    -webkit-box-orient: vertical;
}


.st-article-content {
    text-decoration: none !important;
    color: black;
    background: white;
    margin-bottom: 35px;
    margin-top: 14px;
    height: 100%;
}

    .st-article-content:hover {
        color: #5e5e5e;
    }

        .st-article-content:hover > img {
            opacity: 0.9;
        }

.st-small-article-title {
    font-size: .9em;
    font-weight: 600;
    margin: 12px 0 9px;
    line-height: 1.4;
    min-height: 2.8em;
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
}

.st-small-article-date {
    font-size: 0.825em;
    font-weight: 400;
    margin-bottom: 15px;
    line-height: 1.1;
}

.st-small-article-excerpt {
    font-size: 0.750em;
    margin: 5px 0 9px;
    line-height: 1.4;
    min-height: 4.2em;
    overflow: hidden;
    margin-bottom: 5px;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 4;
    -webkit-box-orient: vertical;
}

.st-small-article-content {
    text-decoration: none !important;
    color: black;
    background: white;
    margin-bottom: 5px;
}

    .st-small-article-content:hover {
        color: #5e5e5e;
    }

        .st-small-article-content:hover > img {
            opacity: 0.9;
        }

.st-small-article-hr {
    color: #707070;
}

.st-article-show-all {
    font-size: 0.9em;
    border: 1px solid black;
    text-transform: uppercase;
    text-decoration: none;
    font-weight: 600;
    color: #f5821f;
    border-radius: 5px;
}

    .st-article-show-all:hover {
        color: #f5821f;
        opacity: 0.8;
    }

.blogpost-list-excerpt {
    font-size: 0.825em;
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 6;
    -webkit-box-orient: vertical;
}

@media only screen and (max-width: 991px) {
    .blogpost-list-excerpt {
        font-size: 0.725em;
        -webkit-line-clamp:10;
    }

    .article-slider-title {
        font-size: 1em;
        -webkit-line-clamp: 3;
        min-height: 3.6em;
    }

    .st-article-excerpt {
        min-height: 7em;
        -webkit-line-clamp: 5;
        font-size: .85em;
    }

    .st-article-title {
        font-size: 1em;
        -webkit-line-clamp: 5;
    }

    .st-small-article-title {
        font-size: .85em;
        -webkit-line-clamp: 3;
    }

    .st-article-img {
        max-width: 70%;
    }

    .st-small-article-excerpt {
        font-size: 0.8em;
        -webkit-line-clamp: 8;
    }

    .st-small-article-date {
        font-size: 0.8em;    
    }
}


.carousel-news-btn > button {
    height: 10px !important;
    width: 10px !important;
    border-radius: 100% !important;
    background-color: #303030 !important;
    opacity: 1 !important;
}

.carousel-news .active {
    background-color: #C0C0C0 !important;
}

.carousel-btn > button {
    height: 10px !important;
    width: 10px !important;
    border-radius: 100% !important;
    background-color: #fff !important;
    opacity: 1 !important;
}

.carousel-slider .active {
    background-color: #505050 !important;
}

.carousel-indicators {
    margin-left: 0 !important;
    margin-right: 0 !important;
}

.carousel-slider {
    max-height: 576px;
    max-width: 1920px;
    margin-left: auto;
    margin-right: auto;
}


.site-footer {
    background: #f4f4f4;
}

.noselect {
    -webkit-touch-callout: none;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
}

.slider-btn-wrapper {
    width: 22px;
    background: #f5821f;
}


.block-item {
    background: #f4f4f4;
    width: 100%;
    height: 100%;
    text-decoration: none;
    color: black;
    transition: 0.3s;
}

.block-image {
    filter: none;
    transition: 0.3s;
}

.block-item:hover .block-image {
    -webkit-filter: grayscale(1) invert(1);
    filter: grayscale(1) invert(1);
}

.block-item:hover {
    background: #f5821f;
    color: #fff;
}

.block-title {
    font-size: 1em;
    line-height: 1.2;
    min-height: 4.8em;
}

.section-title {
    letter-spacing: .1em;
    font-size: 2.2em;
    line-height: 2.5em;
    font-weight: 300;
    text-transform: uppercase;
}

@media only screen and (max-width: 991px) {
    .section-title {
        letter-spacing: .1em;
        font-size: 1.5em;
    }
}


.stickyRightClose {
    position: fixed !important;
    width: 300px !important;
    height: 50px !important;
    top: 155px !important;
    z-index: 100 !important;
    right: -201px !important;
    transition: 1s;
    cursor: pointer;
}

.stickyRightOpen {
    position: fixed !important;
    width: 300px !important;
    height: 50px !important;
    top: 155px !important;
    z-index: 100 !important;
    right: -18px !important;
    transition: 1s;
    cursor: pointer;
}

.helperItem {
    cursor: pointer;
}

    .helperItem:hover {
        color: #7F7F7F;
    }

.disability-wrapper {
    box-shadow: 1px 1px 10px -2px rgba(0,0,0,0.68);
    height: 220px;
    width: 180px;
    background: #fff;
    border: solid;
    border-color: #4054b2;
    border-width: thin;
}

.disability-right-btn {
    width: 50px !important;
    height: 50px !important;
    background: #4054b2;
}

.contrast-text, .contrast-page-content, .contrast-map-link {
    color: yellow !important;
    background: black !important;
}

.contrast-carousel-news-btn > button {
    background-color: #fff !important;
}

.contrast-carousel-news .active {
    background-color: yellow !important;
}

.contrast-article-slider-wrapper {
    background: black;
    border-bottom: 2px solid #fff !important;
}

.contrast-article-content {
    background: black;
    border-bottom: 2px solid #fff !important;
}

.contrast-slider-btn-wrapper{
    background: yellow !important;
}

.contrast-slider-btn-wrapper i {
    color: #000 !important;
}

.contrast-carousel-btn > button {
    background-color: #000 !important;
}

.contrast-carousel-btn .active {
    background-color: yellow !important;
}

.contrast-block-item {
    background: yellow !important;
}

.contrast-block-item:hover {
    color: black !important;
}

    .contrast-block-item:hover .block-image {
        filter: none !important;
    }

.contrast-top-nav {
    color: yellow !important;
    background: black !important;
    border-bottom: 3px solid white !important;
}

.contrast-nav-icon {
    fill: yellow !important;
}

.contrast-hamburger-bar {
    fill: yellow !important;
}

.contrast-disability-right-btn {
    background: yellow !important;
    border: 1px solid #000 !important;
}

.contrast-disability-right-btn i {
    color: black !important;
}

.contrast-disability-wrapper {
    background: black !important;
    border: 1px solid #fff !important;
}

.contrast-search-btn {
    color: yellow !important;
}

.contrast-logo{
    background:yellow !important;
}

.contrast-left-sidebar, .contrast-right-sidebar{
    background: #000 !important;
    color: yellow !important;
}

.contrast-search-div{
    border: 2px solid yellow !important;
    background: #000 !important;
    color: yellow !important;
}

.contrast-search-bar-btn{
    background: yellow !important;
    color: #000 !important;
}

.contrast-search-bar-input {
    background: #000 !important;
    color: yellow !important;
    border: 1px solid yellow !important;
}

.flaga {
    background: linear-gradient( to bottom, #fff 50%, #d4213d 50% );
    height: 20px;
    -webkit-box-shadow: 0px 0px 11px -6px rgba(0,0,0,0.74);
    -moz-box-shadow: 0px 0px 11px -6px rgba(0,0,0,0.74);
    box-shadow: 0px 0px 11px -6px rgba(0,0,0,0.74);
}

.carousel-image {
    max-width: 1920px;
    max-height: 576px;
}

.screenreader-text {
    position: absolute;
    left: -999px;
    width: 1px;
    height: 1px;
    top: auto;
    text-decoration: none;
    z-index: 99999;
}

    .screenreader-text:focus {
        color: white;
        background: black;
        display: inline-block;
        height: auto;
        width: auto;
        position: static;
        margin-right: auto;
    }

.second-slider-btn {
    font-size: 40px !important;
    color: black;
}

    .second-slider-btn:hover {
        color: #f5821f;
    }



.slider-pause-btn {
    color: white;
    font-size: 25px;
    cursor: pointer;
}

.slider-play-btn {
    color: white;
    font-size: 25px;
    cursor: pointer;
}

.btn-wrapper-section {
    position: absolute;
    bottom: 0;
    left: 0;
    z-index: 2;
    display: flex;
    justify-content: center;
    padding: 0;
    margin-bottom: 0.5rem;
    margin-left: 0.5rem;
}


.slider-pause-btn, .slider-play-btn {
    font-size: 18px;
}


@media (min-width: 768px) {
    .slider-btn-wrapper {
        width: 37px;
    }

    .slider-pause-btn, .slider-play-btn {
        font-size: 23px !important;
    }
}

.slider-card:hover {
    opacity: 0.9;
}

.carousel-inners .carousel-item.active,
.carousel-inners .carousel-item-next,
.carousel-inners .carousel-item-prev {
    display: flex;
}

@media (min-width: 992px) {

    .carousel-inners .carousel-item-end.active,
    .carousel-inners .carousel-item-next {
        transform: translateX(25%);
    }

    .carousel-inners .carousel-item-start.active,
    .carousel-inners .carousel-item-prev {
        transform: translateX(-25%);
    }
}

@media (max-width: 991px) {
    .carousel-inners .carousel-item-end.active,
    .carousel-inners .carousel-item-next {
        transform: translateX(50%);
    }

    .carousel-inners .carousel-item-start.active,
    .carousel-inners .carousel-item-prev {
        transform: translateX(-50%);
    }
}

.carousel-inners .carousel-item-end {
    transform: translateX(0%);
}


.carousel-inners .carousel-item-start {
    transform: translateX(0%);
}



.st-carousel-inners .carousel-item.active,
.st-carousel-inners .carousel-item-next,
.st-carousel-inners .carousel-item-prev {
    display: flex;
}

@media (min-width: 992px) {
    .st-carousel-img-wrapper {
        width: 20%;
    }
    .st-carousel-inners .carousel-item-end.active, .st-carousel-inners .carousel-item-next {
        transform: translateX(20%);
    }

    .st-carousel-inners .carousel-item-start.active,
    .st-carousel-inners .carousel-item-prev {
        transform: translateX(-20%);
    }
}

@media (max-width: 991px) {
    .st-carousel-inners .carousel-item-end.active,
    .st-carousel-inners .carousel-item-next {
        transform: translateX(50%);
    }

    .st-carousel-inners .carousel-item-start.active,
    .st-carousel-inners .carousel-item-prev {
        transform: translateX(-50%);
    }
}

.st-carousel-inners .carousel-item-end {
    transform: translateX(0%);
}


.st-carousel-inners .carousel-item-start {
    transform: translateX(0%);
}


.save-btn {
    border: none;
    background: #f5821f;
    color: #fff;
    text-transform: uppercase;
    transition: 0.2s;
}

    .save-btn:hover {
        opacity: 0.9;
    }

.newsletter-hr {
    color: #f5821f;
    height: 2px !important;
    opacity: 1;
}


.newsletter-title {
    text-transform: uppercase !important;
    font-weight: 300 !important;
}

.newsletter-input{
    border-radius: 0;
   
}

    .newsletter-input:active {
        border: 1px solid rgb(0 0 0 / 16%);
        box-shadow: unset;
    }

    .newsletter-input:focus {
        border: 1px solid rgb(0 0 0 / 16%);
    }

.newsletter-icon {
    font-size: 60px !important;
    color: #303030;
}

.form-btn {
    border: none;
    background: #f5821f;
    color: #fff;
    text-transform: uppercase;
    transition: 0.2s;
}

    .form-btn:hover {
        opacity: 0.9;
    }

.contrast-form-btn, .contrast-save-btn {
    background: yellow !important;
    color: black !important;
}


.contrast-newsletter-hr{
    color: yellow !important;
}

.contrast-field-validation-error{
    color: red !important;
}

.contrast-newsletter-icon {
    color: yellow !important;
}

.nav-link--black{
    color: black;
}

    .nav-link--black:hover {
        color: #404040;
    }

.nav-link--active{
    font-weight: 500;
}

.nav-link--disabled {
    color: #404040;
}

.contrast-nav-link, .contrast-gallery-description, .contrast-blogpost-more, .contrast-maintenance-text-wrap {
    color: yellow !important;
}

.blogpost-more {
    color: #000;
    text-decoration: none;
}

.contrast-file-table-row {
    background: yellow !important;
    border: 1px black !important;
}

.contrast-file-table-head {
    background: yellow !important;
}

.contrast-nav-bar-link {
    color: yellow;
}

.contrast-nav-link--active{
    color: white !important;
}

.show-more{
    background:none;
    border: white;
}

.rich-text > * > a {
    color: black;
    font-weight: bold;
    text-decoration: none;
}

    .rich-text > * > a:hover {
        color: #363636;
    }

.contrast-rich-text > * > a {
    color: yellow !important;
}

.macro-image {
    border-radius: 5px;
    cursor: pointer;
    transition: 0.5s;
}

    .macro-image:hover {
        opacity: 0.8;
    }

#image-viewer {
    display: none;
    position: fixed;
    z-index: 9999;
    padding-top: 100px;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    overflow: auto;
    background-color: rgb(0,0,0);
    background-color: rgba(0,0,0,0.9);
}

.modal-content {
    margin: auto;
    display: block;
    width: 80%;
    max-width: 700px;
    border: 15px solid white;
}

.modal-content {
    animation-name: zoom;
    animation-duration: 0.6s;
}

@keyframes zoom {
    from {
        transform: scale(0)
    }

    to {
        transform: scale(1)
    }
}

#image-viewer .close {
    position: absolute;
    top: 15px;
    right: 35px;
    color: #f1f1f1;
    font-size: 40px;
    font-weight: bold;
    transition: 0.3s;
}

    #image-viewer .close:hover,
    #image-viewer .close:focus {
        color: #bbb;
        text-decoration: none;
        cursor: pointer;
    }

iframe[src*="www.youtube.com"] {
   max-width: 100% !important;
}

.st-section {
    border-bottom: 3px solid #f5821f;
}

.contrast-st-section {
    border-bottom: 3px solid white !important;
}

.second-save-btn {
    text-transform: uppercase;
    color: black;
    background: none !important;
    border: 1px solid #000;
}

.second-save-btn > i {
    color: black;
}

.st-top-nav {
    border: none;
}

@media only screen and (max-width: 991px) {
    .second-footer-item-wrapper li {
        border-right: 0 !important;
    }

        .second-footer-item-wrapper li:first-child {
            padding-left: 1.2rem !important;
        }

    .st-top-nav {
        border-top: 10px solid #ff6100;
    }
}

.second-footer-item-wrapper {
    padding: 0;
    list-style: none;
}

    .second-footer-item-wrapper li {
        margin-top: 10px;
        padding-right: 1.2rem;
        padding-left: 1.2rem;
        border-right: 2px solid #f5821f;
    }

    .second-footer-item-wrapper li:first-child {
        padding-left: 0;
    }

.second-footer-item-wrapper li:last-child {
    border-right: none !important;
}

.second-footer-item {
    color: #000;
    text-decoration: none;
}
    .second-footer-item:hover {
        color: #f5821f;
    }

.st-carousel-article {
    width: 100%;
    position: absolute;
    bottom: 0;
}

.st-carousel-excerpt {
    font-size: 1em;
    line-height: 1.2;
    min-height: 4.8em;
    overflow: hidden;
    margin-bottom: 25px;
    text-overflow: ellipsis;
    display: none;
    margin-top: 5px;
    -webkit-line-clamp: 4;
    -webkit-box-orient: vertical;
    color: white;
}

.st-carousel-title {
    font-weight: 600;
    font-size: 0.9em;
    letter-spacing: 1px;
    line-height: 1.2;
    min-height: 2.4em;
    overflow: hidden;
    margin-top: 5px;
    margin-bottom: 10px;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    color: white;
}

.st-carousel-hr {
    height: 2px;
    color: white;
    opacity: 1;
}

.st-carousel-read-more {
    font-size: 1em;
    font-weight: 600;
    color: white;
}


.st-carousel-control-prev {
    position: absolute;
    bottom: 120px;
    z-index: 1;
    display: flex;
    align-items: center;
    justify-content: center;
    width: 5% !important;
    padding: 0;
    color: #fff;
    text-align: center;
    background: none;
    border: 0;
    transition: color .3s;
}

.st-carousel-control-next {
    position: absolute;
    bottom: 120px;
    z-index: 1;
    display: flex;
    align-items: center;
    justify-content: center;
    width: 5% !important;
    padding: 0;
    color: #fff;
    text-align: center;
    background: none;
    border: 0;
    right: 0;
    transition: color .3s;
}

    .st-carousel-control-next:hover, .st-carousel-control-prev:hover {
        color: #ff6100;
    }

.st-carousel-btn > button {
    height: 10px !important;
    width: 10px !important;
    border-radius: 100% !important;
    background-color: #fff !important;
    opacity: 1 !important;
}

.st-carousel-slider .active {
    background-color: #ff6100;
}

.st-carousel-slider {
    max-height: 576px;
    max-width: 1920px;
    margin-left: auto;
    margin-right: auto;
}

.st-slider-play-btn, .st-slider-pause-btn {
    font-size: 20px !important;
    color: white;
    transition: color .2s;
}

    .st-slider-play-btn:hover, .st-slider-pause-btn:hover {
        color: #ff6100;
        cursor: pointer;
    }

.st-slider-btn-wrapper {
    width: 20px;
}

@media only screen and (min-width: 993px) {
    .st-carousel-excerpt {
        display: -webkit-box;
    }

    .st-carousel-title {
        font-weight: 600;
        font-size: 1.9em;
        letter-spacing: 1px;
        line-height: 1.2;
        min-height: 2.4em;
        overflow: hidden;
        margin-top: 5px;
        margin-bottom: 10px;
        text-overflow: ellipsis;
        display: -webkit-box;
        -webkit-line-clamp: 2;
        -webkit-box-orient: vertical;
        color: white;
    }
}

.modal {
    z-index: 9999 !important;
}

.modal-backdrop {
    z-index: 9998 !important;
}

.template-hr {
    color: #ff6100;
    opacity: 1;
}

.contrast-template-hr {
    color: white !important;
}

.contrast-st-carousel-control-prev, .contrast-st-carousel-control-next, .contrast-st-slider-pause-btn, .contrast-st-slider-play-btn,
.contrast-st-carousel-title, .contrast-st-carousel-excerpt, .contrast-st-carousel-read-more {
    color: yellow !important;
}

.contrast-st-carousel-hr {
    color: yellow !important;
}
.contrast-section-title {
    color: yellow !important;
}
.contrast-st-carousel-article {
    background: rgb(0 0 0 / 80%) !important;
}

.contrast-st-article-content, .contrast-st-small-article-content {
    color: yellow !important;
    background: black !important;
}

.contrast-st-small-article-hr {
    color: yellow !important;
}

.contrast-st-article-show-all{ 
    border-color: yellow !important;
    color: yellow !important;
}

.contrast-second-footer-item-wrapper li {
    border-color: yellow !important;
}

.contrast-second-footer-item {
   color: white !important;
}

.contrast-site-footer {
    border-top: 2px solid white !important;
}

.contrast-second-save-btn {
    color: yellow !important;
    border-color: yellow !important;
}

.contrast-second-save-btn i {
    color: yellow !important;
}

.contrast-breadcrumb-item {
    color: white !important;
    border-color: white !important;
}

.blogpost-title {
    color: black;
}

    .blogpost-title:hover {
        color: #ff6100;
    }

.contrast-blogpost-title {
    color: yellow!important;
}

.queue-error {
    color: red;
    font-weight: 700;
}

.contrast-queue-error {
    color: yellow !important;
}

.st-gallery-play {
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    text-decoration: none;
    z-index: 2;
    background: #00000054;
}

.contrast-modal-content {
    background: black;
    color: yellow !important;
    border: 3px solid white !important;
}

.field-validation-error{
    color: red !important;
}

.toast-item {
    border: 1px solid #ff6100;
}

.contact-list-wrapper {
    padding: 0;
    margin: 0;
    list-style: none;
}

    .contact-list-wrapper li {
        border-right: 1px solid #ff6100;
    }

@media only screen and (max-width: 767px) {
    .contact-list-wrapper li {
        border-right: none;
        border-bottom: 1px solid #ff6100;
    }
}

@media only screen and (max-width: 991px) {
    .contact-list-wrapper li:nth-child(2n + 2) {
        border-right: none;
    }
}

@media only screen and (min-width: 992px) {
    .contact-list-wrapper li:nth-child(3n + 3) {
        border-right: none;
    }
}

.contact-organization {
    font-weight: 700;
    font-size: 1.1em;
}

.contact-email {
    border-bottom: 1px solid black;
    color: blue;
    font-size: .9em;
    font-weight: 700;
    cursor: pointer;
    transition: color .4s;
}

    .contact-email:hover {
        color: #ff6100;
    }

.contact-phone {
    font-size: .9em;
}

.contrast-contact-list-wrapper li {
    border-color: yellow !important;
}

.contrast-toast-item {
    background: black !important;
    color: yellow !important;
    border: 2px solid white !important;
}

.contrast-toast-header {
    background: black;
    color: yellow;
    border-bottom: 1px solid white;
}

.contrast-btn-close {
    color: yellow !important;
}

.contrast-contact-email{ 
    color: yellow !important;
    border-color: white !important;
}

.btn-social {
    width: 50px;
    height: 50px;
    background: black;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    cursor: pointer !important; 
}

    .btn-social:hover {
        -webkit-filter: brightness(95%);
        filter: brightness(95%);
    }

.btn-social-icon {
    color: white;
    font-size: 25px !important;
}

.btn-social-wrapper {
    border: none;
    position: fixed;
    left: 15px;
    bottom: 10px;
    z-index: 9998;
}

@media only screen and (min-width: 992px) {
    .btn-social-wrapper {
        bottom: 30px;
    }

    .btn-social {
        width: 60px;
        height: 60px;       
    }
}

.contrast-queue-header {
    border-color: yellow !important;
}

.eod-item-border {
    border-right: 2px solid #ff6100;
}

.eod-item {
    transition: color .2s;
    cursor: pointer;
}
    .eod-item:hover {
        color: #ff6100;
    }

.eod-item-active {
    width: fit-content;
    color: #ff6100;
    border-bottom: 2px solid black;
}

.pagination {
    display: inline-block;
}

.remove_button_css {
    outline: none;
    padding: 5px;
    border: 0px;
    background-color: transparent;
}