<style>
    /* START GLOBAL CSS GOES HERE */
    /* this opening */
    /*Large screens only */
    .DTKtest{}
    .DTKtest .service-finder-trigger {
    background-color: #8bc34a;
    color: #403e3e !important;
    }
    /*This is for hiding elements*/
    .DTKtest .home-data-container,
    .DTKtest section.spotlight-content {
    display: none;
    }
    .DTKtest .alert_container .important_alert_wrapper,
    .DTKtest #alert_controls.hide,
    .DTKtest #alert_controls.hide:after,
    .DTKtest #alert_controls.show,
    .DTKtest #alert_controls.show:after {
    background: #318ac3;
    }
    .DTKtest #alert_controls.hide+.important_alert_wrapper:before {
    border-bottom: 7px solid #318ac3;
    }
    .DTKtest .alert_container.alert--closed:after {
    border-left: 7px solid #318ac3;
    }
    .DTKtest .service-finder-trigger:hover {
    color:#2e3e67 !important;
    }
    .DTKtest .home_collage .slide_content,
    .DTKtest .home_collage .flex-control-nav {
    background: rgba(139, 195, 74, 0.85);
    }
    .DTKtest .home_collage .flex-control-nav a {
    background: #1a1818;
    }
    /*Changes the background color of the home buttons */
    .DTKtest .home_buttons ul li:nth-child(3n+1) .button-link:before {
    background: #e5b32f;
    box-shadow: 0 0 0 8px #e5b32f;
    }
    .DTKtest .home_buttons ul li:nth-child(2n+1) .button-link:before {
    background: #8bc34a;
    box-shadow: 0 0 0 8px #8bc34a;
    }
    .DTKtest .home_buttons ul li:nth-child(4n+2) .button-link:before {
    background: #318ac3;
    box-shadow: 0 0 0 8px #318ac3;
    }
    .DTKtest #sitebody.homepagelayout .home_item4,
    .DTKtest #sitebody.homepagelayout .home_item7 {
    display:none;
    }
    .DTKtest #sitebody.homepagelayout .home_item9 {
    background: #318ac3;
    }
    .DTKtest .home_item9:before {
    border-color: rgb(6 32 49) transparent transparent transparent;
    }
    .DTKtest .home_item9:after {
    background: rgb(6 32 49);
    }
    .DTKtest .home_item5,
    .DTKtest .home_spotlight .slides:before {
    background: #8bc34a;
    }
    .DTKtest .home_data .home-data-box .data-image-frame:before {
    content: "";
    background: black;
    }
    .DTKtest #headercolumn .search-trigger {
    background-color: #FFF;
    }
    .DTKtest .printer_friendly:before,
    .DTKtest .thickbox:before {
    color: #8bc34a;
    }
    .DTKtest a.font_larger:before, .DTKtest a.font_smaller:before, .DTKtest .sharelink:before {
    background: #8bc34a;
    }
    .DTKtest #headercolumn .search-trigger:hover {
    background-color: #8bc34a;
    }
    .DTKtest .home_item8 {
    padding: 50px 0;
    }
    .DTKtest #sitebody.homepagelayout .home_item9 {
    min-height: 278px;
    }
    .DTKtest .content_area > h1,
    .DTKtest .content_area > p,
    .DTKtest .content_area > h1,
    .DTKtest .content_area > a {
    color: #FFF;
    text-align: center;
    }
    .DTKtest .content_area > a,
    .DTKtest .content_area > p a {
    color: #8bc34a !important;
    }
    .DTKtest .home_events.home_events .datebox {
    display: block;
    background: #8bc34a;
    }
    .DTKtest .home_news.home_news .news-item:hover .item_info {
    background: #598822;
    }
    .DTKtest .home_events.home_events .event-item:hover .datebox {
    background: #598822;
    }
    .DTKtest .home_news.home_news .box_bottomlink,
    .DTKtest .home_events.home_events .box_bottomlink {
    color: #403e3e;
    background: #8bc34a;
    }
    /* For reference these are the screen widths*/
    /* Tablet + */
    @media screen and (min-width: 48em) {
    .DTKtest .dropdownmenu>li>a,
    .DTKtest .dropdownmenu>li>.notranslate a {
    font-size: 16px;
    }
    }
    /* In between tablet and larger screens */
    @media screen and (min-width: 62em) {}
    /* A little bit larger than 62em and less than largest */
    @media screen and (min-width: 75em) {}
    @media screen and (min-width: 85.375em) {
    .DTKtest .dropdownmenu>li>a,
    .DTKtest .dropdownmenu>li>.notranslate a {
    font-size: 24px;
    }
    }
    /* END GLOBAL CSS */
</style>