/*
Theme Name: Division of the Arts (DDA)
Theme URI: https://arts.delaware.gov
Author: Delaware GIC - Matt Campbell, Julianne Solum
Author URI: https://gic.delaware.gov
Description: Custom WordPress theme designed exclusively for the Division of the Arts (DDA). A Department of State (DOS) Agency.
Version: CLF 4.0.1
Tags: Bootstrap, mobile first, department of state Delaware, Division of the Arts
Text Domain: dosgic_ARTS_theme
*/


/* WordPress Core -------------------------------------------------------------- */

.alignnone
{
    margin: 5px 20px 20px 0;
}

.aligncenter,
div.aligncenter
{
    display: block;

    margin: 5px auto 5px auto;
}

.alignright
{
    float: right;

    margin: 5px 0 20px 20px;
}

.alignleft
{
    float: left;

    margin: 5px 20px 20px 0;
}

a img.alignright
{
    float: right;

    margin: 5px 0 20px 20px;
}

a img.alignnone
{
    margin: 5px 20px 20px 0;
}

a img.alignleft
{
    float: left;

    margin: 5px 20px 20px 0;
}

a img.aligncenter
{
    display: block;

    margin-right: auto;
    margin-left: auto;
}

.wp-caption
{
    max-width: 100%;
    padding: 5px;

    text-align: center;

    background: #e9e9e9;
}

.wp-caption.alignnone
{
    margin: 5px 20px 20px 0;
}

.wp-caption.alignleft
{
    margin: 5px 20px 20px 0;
}

.wp-caption.alignright
{
    margin: 5px 0 20px 20px;
}

.wp-caption img
{
    width: auto;
    max-width: 98.5%;
    height: auto;
    margin: 0;
    padding: 0;

    border: 0 none;
}

.wp-caption p.wp-caption-text
{
    font-size: 11px;
    line-height: 17px;

    margin: 0;
    padding: 0 4px 5px;
}

img.alignright
{
    float: right;

    margin: 0 0 1em 1em;
}

img.alignleft
{
    float: left;

    margin: 0 1em 1em 0;
}

img.aligncenter
{
    display: block;

    margin-right: auto;
    margin-left: auto;
}

.alignright
{
    float: right;
}

.alignleft
{
    float: left;
}

.aligncenter
{
    display: block;

    margin-right: auto;
    margin-left: auto;
}


/* ================ Elements ================== */

html
{
    position: relative;

    min-height: 100%;

    -webkit-font-smoothing: antialiased !important;
}

body
{
    font-family: 'Open Sans', sans-serif !important;
    font-size: 16px !important;
    font-weight: 400 !important;

    width: 100%;
    min-height: 100%;

    -webkit-font-smoothing: antialiased !important;
}

a
{
    word-wrap: break-word;

    outline: none !important;
}

i[class^='circle-pic']::after,
i[class*='circle-pic']::after
{
    position: absolute;
    z-index: -1;
    top: 0;
    left: 0;

    width: 100%;
    height: 100%;

    content: '';
    transition-timing-function: cubic-bezier(.5, -.7, .67, .7);
    transition-duration: 225ms;
    transition-property: all;
    transform: scale(.9);

    border-width: 2px;
    border-style: solid;
    border-radius: 50%;
}

i[class^='circle-pic']::before,
i[class*='circle-pic']::before
{
    font-size: 40px;
    font-weight: normal;
    font-style: normal;
    line-height: 100px;

    margin: 0;

    text-align: center;
    text-transform: none;

    color: #fff;
}

@font-face
{
    font-family: 'futura_tmedium';
    font-weight: normal;
    font-style: normal;

    src: url('fonts/futura-t-medium.eot');
    src: url('fonts/futura-t-medium.eot?#iefix') format('embedded-opentype'), url('fonts/futura-t-medium.woff2') format('woff2'), url('fonts/futura-t-medium.woff') format('woff'), url('fonts/futura-t-medium.ttf') format('truetype'), url('fonts/futura-t-medium.svg#futura_tmedium') format('svg');
}

hr.clf
{
    margin-top: -8px;
    margin-bottom: 20px;

    border: 2px solid #57584F;
    border-image: none;

    -moz-border-bottom-colors: none;
    -moz-border-left-colors: none;
    -moz-border-right-colors: none;
    -moz-border-top-colors: none;
}

a.skip-main {
    left: -999px;
    position: absolute;
    top: auto;
    overflow: hidden;
    z-index: -9999;
    color:#FFF;
}
a.skip-main:focus, a.skip-main:active {
    color: #333;
    background-color: #fff;
    border-color: #ccc;
    display: inline-block;
    padding: 6px 12px;
    margin-bottom: 0;
    font-size: 14px;
    font-weight: 600;
    text-decoration: none;
    line-height: 1.42857143;
    text-align: center;
    white-space: nowrap;
    vertical-align: middle;
    -ms-touch-action: manipulation;
    touch-action: manipulation;
    cursor: pointer;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    background-image: none;
    border: 1px solid transparent;
    border-radius: 4px;
    left: auto;
    top: -7px;
    overflow: auto;
    margin: 10px 30%;
    z-index: 9999;
}

/* ================ ID's ===================== */


/* BOOTSTRAP NAV-WALKER COMPENSATORY CSS  */


/* ID OF BELOW SELECTORS WILL CHANGE BASED ON WEBSITE */

#menu-arts-menu
{
    z-index: 999;
}

.affix #menu-arts-menu
{
    position: absolute !important;
}

#agencyFooter a,
#agencyFooter a:link,
#agencyFooter a:active,
#agencyFooter a:visited
{
    text-decoration: none;

    color: #fff;
}

#agencyFooter a:hover
{
    text-decoration: underline;

    color: #fff;
}

#artsPodcast
{
    width: 100%;
    min-height: 100px;
    margin-bottom: -20px;

    background: #e8eded;
}


/*  A G E N C Y   T O P   N A V   B A R   */

#cssmenu,
#cssmenu ul,
#cssmenu ul li,
#cssmenu ul li a,
#cssmenu #menu-button
{
    line-height: 1;

    position: relative;

    display: block;

    -webkit-box-sizing: border-box;
       -moz-box-sizing: border-box;
            box-sizing: border-box;
    margin: 0;
    padding: 0;

    list-style: none;

    border: 0;
}

#cssmenuTop
{
    font-family: 'Open Sans', sans-serif;
    line-height: 1;

    position: relative;
    z-index: 3000;

    width: auto;

    background: #fff;
    box-shadow: 0 4px 2px -2px rgba(0, 0, 0, .3);
}

#cssmenuTop.affix
{
    position: fixed;
    z-index: 3000;
    top: 0;

    width: 100%;
    height: 60px;
}

#cssmenu:after,
#cssmenu > ul:after
{
    line-height: 0;

    display: block;
    visibility: hidden;
    clear: both;

    height: 0;

    content: '.';
}

#cssmenu #menu-button
{
    display: none;
}

#programs_events
{
    background-color: #e8eded;
}

#main_header h1,
#main_content h1,
#programs_events h1,
#news_block h1
{
    font-family: 'futura_tmedium';
    /*font-family: 'Open Sans', sans-serif;*/
    font-weight:700;
    font-size: 55px;

    color: #57584F !important;
}

#main_content h2
{
    font-family: 'futura_tmedium';
    /*font-family: 'Open Sans', sans-serif;*/
    font-weight:700;
    font-size: 45px;

    color: #57584F !important;
}

#main_content h3
{
    font-family: 'futura_tmedium';
    font-size: 35px;

    color: #57584F !important;
}

#main_content h4
{
    font-family: 'futura_tmedium';
    font-size: 25px;

    color: #57584F !important;
}

#main_content h5
{
    font-family: 'futura_tmedium';
    font-size: 20px;

    color: #57584F !important;
}

#main_content h6
{
    font-family: 'futura_tmedium';
    font-size: 18px;

    color: #57584F !important;
}
/* CSS Bubbles */
#orangeCircle
{
    z-index: -3;

    color: #F5D5C1;
    border-radius: 50%;
    background-color: #F5D5C1;
}
#blueCircle
{
    z-index: -3;

    color: #D7EAF4;
    border-radius: 50%;
    background-color: #D7EAF4;
}
#greenCircle
{
    z-index: -3;

    color: #ECFEC3;
    border-radius: 50%;
    background-color: #ECFEC3;
}
#purpCircle
{
    z-index: -3;

    color: #EFEDF8;
    border-radius: 50%;
    background-color: #EFEDF8;
}
.homeBubbles
{
    font-family: 'futura_tmedium', sans-serif;
    font-size: 28px;
    font-weight: normal;

    position: absolute;
    z-index: -1;
    top: 0;

    width: 100%;
    margin-left: -13px;
    padding-top: 75px;

    text-align: center;

    color: white;
}
.homeBubbleOrange {
    color: #BF5D18;
}
.homeBubblePurple {
    color: #685BC7;
}
.homeBubbleBlue {
    color: #2B81AB;
}
.homeBubbleGreen {
    color: #689801;
}
.pageBubbles
{
    font-family: 'futura_tmedium', sans-serif;
    /*font-family: 'Open Sans Condensed', sans-serif;*/
    font-size: 24px;
    font-weight: normal;

    position: absolute;
    z-index: -1;
    top: 0;

    width: 100%;
    margin-left: -13px;
    padding-top: 65px;

    text-align: center;

    color: white;
}


#main_header h2,
#main_content h2,
#programs_events h2,
#news_block h2
{
    font-family: 'futura_tmedium'!important;
    /*font-family: 'Open Sans', sans-serif;*/
    font-weight:700;

    margin-top: 0;

    color: #B65916 !important;
}

#mainBody h3
{
    font-family: 'futura_tmedium'!important;
    /*font-family: 'Open Sans', sans-serif;*/
    font-weight:700;
    font-size: 28px;

    margin-top: 0;

    color: #B65916 !important;
}

#mainBody h4
{
    font-family: 'futura_tmedium'!important;
    /*font-family: 'Open Sans', sans-serif;*/
    font-weight:700;
    font-size: 24px;

    margin-top: 0;

    color: #B65916 !important;
}

#main_header h1,
#main_content h1,
#programs_events h1,
#news_block h1
{
    font-family: 'futura_tmedium';
    /*font-family: 'Open Sans', sans-serif;*/
    font-weight:700;
    font-size: 50px;

    color: #57584F !important;
}

#main_header h2,
#main_content h2,
#programs_events h2,
#news_block h2
{
    font-family: 'futura_tmedium'!important;
    /*font-family: 'Open Sans', sans-serif;*/
    font-weight:700;

    margin-top: 0;

    color: #B65916 !important;
}

#main_content a,
#main_content a:link,
#main_content a:active,
#main_content a:visited,
#news_block a,
#news_block a:link,
#news_block a:active,
#news_block a:visited
{
    font-weight: inherit;

    text-decoration: none;

    color: #B65916;
}

#news_block a:hover
{
    text-decoration: underline;

    color: #57584F;
}

#main_content a:hover
{
    font-weight: inherit;

    text-decoration: underline;

    color: #57584F;
}

#main_content ul,
#main_content ol,
#news_block ul,
#news_block ol
{
    font-size: .9em;
    line-height: 2.1em;

    margin-top: 1.0em;
    margin-bottom: 1.0em;
}


/* Loading Icon for News Container Loading Spinner Image */

#loading1
{
    width: 100px;
    margin-right: auto;
    margin-left: auto;
}

#agencyFooter a,
#agencyFooter a:link,
#agencyFooter a:active,
#agencyFooter a:visited
{
    text-decoration: none;

    color: #fff;
}

#agencyFooter a:hover
{
    text-decoration: underline;

    color: #fff;
}

#agencyFooter h2
{
    font-family: 'futura_tmedium'!important;

    margin-top: 0;

    color: #fff !important;
}


/* ================ Classes ================= */
.agencyFooter_logo
{
    width: 110px;
    height: 110px;

    text-align: center;

    border: none;
}

.tsSearchPDF
{
    margin-right: 10px;

    color: #fa0605;
}

.tsSearchXLS
{
    margin-right: 10px;

    color: #217446;
}

.toggle-footer-btn
{
    margin-top: 50px !important;
}

.tsSearchWORD
{
    margin-right: 10px;

    color: #295497;
}

.news_title_home
{
    font-size: 18px;
    font-weight: bold;
}

.news_title_home a:hover
{
    color: #57584F;
}

.blog .readMore
{
    display: none;
}

.newsWidget
{
    margin-bottom: 50px;
    padding: 0 10px 10px 10px;

    border-left: 2px solid gray;
}

.textwidget
{
    min-height: 100px;
    padding-top: 10px;
}

.widgetTitle
{
    margin-right: -10px;
    margin-left: -10px;
    padding: 2px;

    border-bottom: 2px solid gray;
    background: #e8eded;
}

.modal-open[style]
{
    padding-right: 0 !important;
}

.modal-open
{
    overflow: auto;
}

.modal-title
{
    font-family: 'futura_tmedium';

    color: #57584F !important;
}

.modal-body h2
{
    font-family: 'futura_tmedium';

    color: #57584F !important;
}


/* ======================= Constant Contact Modal Overrides ===================== */

.modal
{
    position: fixed;
    z-index: 9999 !important;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;

    display: none;
    overflow: hidden;

    margin-top: 80px;

    outline: 0;

    -webkit-overflow-scrolling: touch;
}

.dateBox
{
    font-size: 28px;
    font-weight: 700;
    line-height: 1.1;

    width: 85px;
    height: 85px;
    padding-top: 10px;

    color: #fff;
    border-radius: 50px;
    background: #B65916;
}


/* Text meant only for screen readers. */

.screen-reader-text
{
    position: absolute !important;

    overflow: hidden;
    clip: rect(1px, 1px, 1px, 1px);

    width: 1px;
    height: 1px;
}

.screen-reader-text:focus
{
    font-size: 14px;
    font-size: .875rem;
    font-weight: bold;
    line-height: normal;

    z-index: 100000;
    top: 5px;
    left: 5px;

    display: block;
    clip: auto !important;

    width: auto;
    height: auto;
    padding: 15px 23px 14px;

    text-decoration: none;

    color: #21759b;
    border-radius: 3px;
    background-color: #f1f1f1;
    box-shadow: 0 0 2px 2px rgba(0, 0, 0, .6);
    /* Above WP toolbar */
}

.panel
{
    border-radius: 0 !important;
}

.nav-tabs > li > a
{
    font-weight: 600 !important;

    color: #3399cc !important;
    border-radius: 0 0 0 0 !important;
}


/* Conditional Styles for IE Edge */

_:-ms-lang(x),
_:-webkit-full-screen,
.carousel-inner > .item > img,
.carousel-inner > .item > a > img
{
    min-width: 100%;
    min-height: 100%;
    margin: auto;
}

.carousel-indicators li
{
    display: inline-block;

    width: 20px;
    height: 20px;
    margin: 1px;

    cursor: pointer;
    text-indent: -999px;

    border: 1px solid #fff;
    border-radius: 10px;
    background-color: #000;
    background-color: rgba(0, 0, 0, 0);
}

.carousel-indicators .active
{
    width: 22px;
    height: 22px;
    margin: 0;

    background-color: #fff;
}

.main_titles
{
    font-size: 28px !important;
}

.news_desc
{
    line-height: 1.4em;

    display: block;

    margin-bottom: 20px;
    padding-bottom: 15px;

    text-align: left;

    border-bottom: 4px solid #57584F;
}

.logo_fade
{
    position: absolute;

    margin-top: 10px;
    margin-left: -50px;

    opacity: 0;
}

.link-active i[class^='circle-pic']:hover::after,
.link-active i[class*='circle-pic']:hover::after,
.link-active span:hover > i[class^='circle-pic']::after,
.link-active span:hover > i[class*='circle-pic']::after,
.link-active h2:hover > i[class^='circle-pic']::after,
.link-active h2:hover > i[class*='circle-pic']::after,
.link-active h4:hover > i[class^='circle-pic']::after,
.link-active h4:hover > i[class*='circle-pic']::after,
.link-active h5:hover > i[class^='circle-pic']::after,
.link-active h5:hover > i[class*='circle-pic']::after,
.link-active h6:hover > i[class^='circle-pic']::after,
.link-active h6:hover > i[class*='circle-pic']::after
{
    transition-timing-function: cubic-bezier(.4, .25, .14, 1.73);
    transform: scale(1.13);
    text-decoration: none !important;
}

.link-active h2
{
    font-size: 20px;
    font-weight: 500;

    margin-bottom: 2px;
}

.figure_center
{
    width: 100%;
    margin: .5em;
    padding: .5em;

    -webkit-transform: translate(0%, 0%);
    /* Safari and Chrome */
       -moz-transform: translate(0%, 0%);
    /* Firefox */
        -ms-transform: translate(0%, 0%);
    /* IE 9 */
         -o-transform: translate(0%, 0%);
    /* Opera */
            transform: translate(0%, 0%);
    text-align: center;

    border: 1px solid #ddd;
    border-radius: 4px;
    background-color: #fff;
}

.figure_center p
{
    font-size: smaller;

    text-align: center;
    text-indent: 0;
}

.image
{
    overflow: hidden;

    width: 100%;
    height: 100%;
}

.image img
{
    -webkit-transition: all 1s ease;
    /* Safari and Chrome */
       -moz-transition: all 1s ease;
    /* IE 9 */
        -ms-transition: all 1s ease;
    /* Firefox */
         -o-transition: all 1s ease;
    /* Opera */
            transition: all 1s ease;
}

.image:hover img
{
    -webkit-transform: scale(1.25);
    /* Safari and Chrome */
       -moz-transform: scale(1.25);
    /* Firefox */
        -ms-transform: scale(1.25);
    /* IE 9 */
         -o-transform: scale(1.25);
    /* Opera */
            transform: scale(1.25);
}

.agencyFooter_logo
{
    width: 80px;
    height: 80px;

    text-align: center;

    border: none;
}

.hovereffect
{
    position: relative;

    float: left;
    overflow: hidden;

    width: 100%;
    height: 100%;

    cursor: pointer;
    text-align: center;
}

.hovereffect .overlay
{
    position: absolute;
    top: 10%;
    left: 10%;

    overflow: hidden;

    width: 80%;
    height: 50%;

    -webkit-transition: opacity .35s, -webkit-transform .35s;
            transition: opacity .35s, transform .35s;
    -webkit-transform: scale(0, 1);
        -ms-transform: scale(0, 1);
            transform: scale(0, 1);

    border-top: 1px solid #fff;
    border-bottom: 1px solid #fff;
}

.hovereffect:hover .overlay
{
    -webkit-transform: scale(1);
        -ms-transform: scale(1);
            transform: scale(1);

    opacity: 1;

    filter: alpha(opacity=100);
}

.hovereffect img
{
    position: relative;

    display: block;

    -webkit-transition: all .35s;
            transition: all .35s;
}

.hovereffect:hover img
{
            filter: url('data:image/svg+xml;charset=utf-8,<svg xmlns="https://www.w3.org/2000/svg"><filter id="filter"><feComponentTransfer color-interpolation-filters="sRGB"><feFuncR type="linear" slope="0.6" /><feFuncG type="linear" slope="0.6" /><feFuncB type="linear" slope="0.6" /></feComponentTransfer></filter></svg>#filter');
            filter: brightness(.6);
    -webkit-filter: brightness(.6);
}

.hovereffect a,
.hovereffect p
{
    font-weight: bold;

    padding: 1em 0;

    -webkit-transition: opacity .35s, -webkit-transform .35s;
            transition: opacity .35s, transform .35s;
    -webkit-transform: translate3d(0, 100%, 0);
            transform: translate3d(0, 100%, 0);

    opacity: 0;
    color: #fff !important;

    filter: alpha(opacity=0);
}

.hovereffect:hover a,
.hovereffect:hover p
{
    -webkit-transform: translate3d(0, 0, 0);
            transform: translate3d(0, 0, 0);

    opacity: 1;

    filter: alpha(opacity=100);
}

@media only screen and (min-width: 480px)
{
    .toggle-footer-btn
    {
        margin-top: 75px !important;
    }
}

@media only screen and (min-width: 768px)
{
    /* ========== ELEMENTS ========== */
    body
    {
        padding-top: 60px;
        padding-bottom: 170px;

        -webkit-font-smoothing: antialiased !important;
    }
    i[class^='circle-pic'],
    i[class*='circle-pic']
    {
        font-size: 0;

        position: relative;

        display: block;

        width: 175px;
        height: 175px;
        margin-right: auto;
        margin-bottom: 20px;
        margin-left: auto;

        text-align: center;

        border-radius: 50%;
    }
    body
    {
        padding-bottom: 300px;
    }
    /* ========== ID's ========== */
    #agencyFooter
    {
        font-size: 15px;
        line-height: 1.5em;

        position: absolute;
        z-index: 1029;
        bottom: 0;

        width: 100%;
        height: 278px;
        padding-top: 2.0em;
        padding-bottom: 2.0em;

        color: #fff;
        border-bottom: 10px solid #245194;
        background-color: #B65916;
    }
    #AgencyCarousel .carousel-caption-below h2
    {
        font-family: 'futura_tmedium', sans-serif;
        font-size: 40px;

        display: inherit;

        color: #fff !important;
    }
    #arts_head
    {
        position: relative;
        z-index: 1000;
        pointer-events: none;

        height: 65px;
        margin-top: 20px;
    }
    #arts_head .bg
    {
        position: absolute;
        z-index: -1;
        top: 0;
        right: 0;
        bottom: 0;
        left: 0;

        width: 100%;
        height: 100%;

        opacity: .8;
        background-color: #fff;
    }
    #agencyFooter
    {
        font-size: 15px;
        line-height: 1.5em;

        position: absolute;
        z-index: 1029;
        bottom: 0;

        width: 100%;
        height: 312px;
        padding-top: 2.0em;
        padding-bottom: 2.0em;

        color: #fff;
        border-bottom: 10px solid #245194;
        background-color: #B65916;
    }
    /* =========== Classes ========== */
    .ie8 body
    {
        padding-top: 112px;

        -webkit-font-smoothing: antialiased !important;
    }
    .agency_control
    {
        position: absolute;
        top: 40%;

        color: #fff;
    }
    .carousel
    {
        margin-top: -85px;

        border-bottom: 2px solid #B65916;
    }
    .carousel-caption-below
    {
        min-height: 185px;
        padding: 15px;

        color: #fff;
        border: #090909;
        background: #57584F;
    }
    .carousel-indicators
    {
        position: absolute;
        z-index: 15;
        bottom: 175px;
        left: 50%;

        width: 60%;
        margin-left: -30%;
        padding-left: 0;

        list-style: none;

        text-align: center;
    }
    .arts_portals
    {
        width: 175px !important;
    }
    .news_title,
    .news_title a,
    .news_title a:link,
    .news_title a:visited,
    .news_title a:active
    {
        font-family: 'futura_tmedium' !important;
        font-size: 35px;
        font-weight: inherit;
        line-height: 1.1;

        display: block;

        margin-top: 20px;
        padding-bottom: 10px;

        text-align: left;

        color: #B65916;
    }
    .toggle-footer-btn
    {
        margin-top: -20px !important;
    }
    .pageBubbles1
    {
        position: absolute;

        padding-top: 55px;
        padding-left: 0;
    }
    .pageBubbles2
    {
        position: absolute;

        padding-top: 55px;
        padding-left: 0;
    }
    .pageBubbles3
    {
        position: absolute;

        padding-top: 55px;
        padding-left: 0;
    }
    .pageBubbles4
    {
        position: absolute;

        padding-top: 55px;
        padding-left: 0;
    }
    .news_title_home
    {
        font-size: 24px;
        font-weight: bold;
    }
    .news_date
    {
        font-size: 75%;
        font-weight: 700;
        font-style: italic;
        line-height: 1;

        display: inline;

        padding: .2em .6em .3em;

        text-align: left;
        text-align: center;
        vertical-align: baseline;
        white-space: nowrap;

        color: #fff;
        border-radius: .25em;
        background-color: #f0ad4e;
    }
    .news_date::before
    {
        font-style: normal;

        content: 'Date Posted: ';
    }
    .image_regular
    {
        display: inline;
        float: left;

        width: 300px;
        height: 225px;
        margin-right: 8px;
    }
}

@media only screen and (min-width: 992px)
{
    /* ========== ELEMENTS ========== */
    i[class^='circle-pic'],
    i[class*='circle-pic']
    {
        font-size: 0;

        position: relative;

        display: block;

        width: 190px;
        height: 190px;
        margin-right: auto;
        margin-bottom: 20px;
        margin-left: auto;

        text-align: center;

        border-radius: 50%;
    }
    body
    {
        padding-bottom: 300px;
    }
    /* ========== ID's ========== */
    #agencyFooter
    {
        font-size: 15px;
        line-height: 1.5em;

        position: absolute;
        z-index: 1029;
        bottom: 0;

        width: 100%;
        height: 256px;
        padding-top: 2.0em;
        padding-bottom: 2.0em;

        color: #fff;
        border-bottom: 10px solid #245194;
        background-color: #B65916;
    }
    #AgencyCarousel .carousel-caption-below h2
    {
        font-family: 'futura_tmedium', sans-serif;
        font-size: 45px;

        display: inherit;

        color: #fff !important;
    }
    #arts_head
    {
        pointer-events: none;
        position: relative;
        z-index: 1000;
        height: 85px;
        width: 100%;
        margin-top: 20px;
        padding-top: 0px;
    }
    #arts_head .bg
    {
        position: absolute;
        z-index: -1;
        top: 0;
        right: 0;
        bottom: 0;
        left: 0;

        width: 100%;
        height: 100%;

        opacity: .8;
        background-color: #fff;
    }
    #agencyFooter
    {
        font-size: 15px;
        line-height: 1.5em;

        position: absolute;
        z-index: 1029;
        bottom: 0;

        width: 100%;
        height: 279px;
        padding-top: 2.0em;
        padding-bottom: 2.0em;

        color: #fff;
        border-bottom: 10px solid #245194;
        background-color: #B65916;
    }
    /* ========== Classes ========== */

    .agency_control
    {
        position: absolute;
        top: 40%;

        color: #fff;
    }
    .arts_portals
    {
        width: 190px !important;
    }
    .news_title,
    .news_title a,
    .news_title a:link,
    .news_title a:visited,
    .news_title a:active
    {
        font-family: 'futura_tmedium' !important;
        font-size: 35px;
        font-weight: inherit;
        line-height: 1.1;

        display: block;

        margin-top: 20px;
        padding-bottom: 10px;

        text-align: left;

        color: #B65916;
    }
    .news_date
    {
        font-size: 75%;
        font-weight: 700;
        font-style: italic;
        line-height: 1;

        display: inline;

        padding: .2em .6em .3em;

        text-align: left;
        text-align: center;
        vertical-align: baseline;
        white-space: nowrap;

        color: #fff;
        border-radius: .25em;
        background-color: #f0ad4e;
    }
    .pageBubbles1
    {
        position: absolute;

        margin-left: -15px;
        padding-top: 70px;
    }
    .pageBubbles2
    {
        position: absolute;

        padding-top: 70px;
        padding-left: 0;
    }
    .pageBubbles3
    {
        position: absolute;

        padding-top: 70px;
        padding-left: 0;
    }
    .pageBubbles4
    {
        position: absolute;

        padding-top: 70px;
        padding-left: 0;
    }
    .toggle-footer-btn
    {
        margin-top: -10px !important;
    }
    .news_date::before
    {
        font-style: normal;

        content: 'Date Posted: ';
    }
    .image_regular
    {
        display: inline;
        float: left;

        width: 300px;
        height: 225px;
        margin-right: 8px;
    }
}

@media only screen and (min-width: 1200px)
{
    /* ========== Elements ========== */
    i[class^='circle-pic'],
    i[class*='circle-pic']
    {
        font-size: 0;

        position: relative;

        display: block;

        width: 190px;
        height: 190px;
        margin-right: auto;
        margin-bottom: 20px;
        margin-left: auto;

        text-align: center;

        border-radius: 50%;
    }
    body
    {
        padding-bottom: 300px;
    }
    /* ========== ID's ========== */
    #agencyFooter
    {
        font-size: 15px;
        line-height: 1.5em;

        position: absolute;
        z-index: 1029;
        bottom: 0;

        width: 100%;
        height: 256px;
        padding-top: 2.0em;
        padding-bottom: 2.0em;

        color: #fff;
        border-bottom: 10px solid #245194;
        background-color: #B65916;
    }
    #AgencyCarousel .carousel-caption-below h2
    {
        font-family: 'futura_tmedium', sans-serif;
        font-size: 50px;

        display: inherit;

        color: #fff !important;
    }
    #arts_head
    {
    	pointer-events: none;
        height: 108px;
        margin-top: 20px;
        position: relative;
        z-index: 1000;
    }
    #arts_head .bg
    {
       
        top: 0;
        right: 0;
        bottom: 0;
        left: 0;

        width: 100%;
        height: 100%;

        opacity: .8;
        background-color: #fff;
    }
    #agencyFooter
    {
        font-size: 15px;
        line-height: 1.5em;

        position: absolute;
        z-index: 1029;
        bottom: 0;

        width: 100%;
        height: 279px;
        padding-top: 2.0em;
        padding-bottom: 2.0em;

        color: #fff;
        border-bottom: 10px solid #245194;
        background-color: #B65916;
    }
    /* ========== Classes ========== */
    .agency_control
    {
        position: absolute;
        top: 50%;

        color: #fff;
    }
    .carousel
    {
        margin-top: -128px;

        border-bottom: 2px solid #B65916;
    }
    .carousel-caption-below
    {
        min-height: 175px;
        padding: 25px;

        color: #fff;
        border: #090909;
        background: #57584F;
    }
    .carousel-indicators
    {
        position: absolute;
        z-index: 15;
        bottom: 175px;
        left: 50%;

        width: 60%;
        margin-left: -30%;
        padding-left: 0;

        list-style: none;

        text-align: center;
    }
    .pageBubbles1
    {
        position: absolute;

        margin-left: -45px;
        padding-top: 70px;
    }
    .pageBubbles2
    {
        position: absolute;

        margin-left: -55px;
        padding-top: 70px;
    }
    .pageBubbles3
    {
        position: absolute;

        margin-left: -55px;
        padding-top: 70px;
    }
    .pageBubbles4
    {
        position: absolute;

        padding-top: 70px;
        padding-left: 0;
    }
    .arts_portals
    {
        width: 190px !important;
    }
    .news_title,
    .news_title a,
    .news_title a:link,
    .news_title a:visited,
    .news_title a:active
    {
        font-family: 'futura_tmedium' !important;
        font-size: 35px;
        font-weight: inherit;
        line-height: 1.1;

        display: block;

        margin-top: 20px;
        padding-bottom: 10px;

        text-align: left;

        color: #B65916;
    }
    .news_date
    {
        font-size: 75%;
        font-weight: 700;
        font-style: italic;
        line-height: 1;

        display: inline;

        padding: .2em .6em .3em;

        text-align: left;
        text-align: center;
        vertical-align: baseline;
        white-space: nowrap;

        color: #fff;
        border-radius: .25em;
        background-color: #f0ad4e;
    }
    .news_date::before
    {
        font-style: normal;

        content: 'Date Posted: ';
    }
    .image_regular
    {
        display: inline;
        float: left;

        width: 300px;
        height: 225px;
        margin-right: 8px;
    }
}


/* ============================ CUSTOM MEDIA QUERIES ============================= */

@media (max-width: 767px)
{
    /* ========== ELEMENTS ========== */
    body
    {
        padding-top: 60px;
        padding-bottom: 465px;

        -webkit-font-smoothing: antialiased !important;
    }
    i[class^='circle-pic'],
    i[class*='circle-pic']
    {
        font-size: 0;

        position: relative;

        display: block;

        width: 175px;
        height: 175px;
        margin-right: auto;
        margin-bottom: 20px;
        margin-left: auto;

        text-align: center;

        border-radius: 50%;
    }
    body
    {
        padding-bottom: 800px;
    }
    /* ========== ID's ========== */
    #agencyFooter
    {
        font-size: 15px;
        line-height: 1.5em;

        position: absolute;
        z-index: 1029;
        bottom: 0;

        width: 100%;
        height: 782px;
        padding-top: 2.0em;
        padding-bottom: 2.0em;

        color: #fff;
        border-bottom: 10px solid #245194;
        background-color: #B65916;
    }
    #AgencyCarousel .carousel-caption-below h2
    {
        font-family: 'futura_tmedium', sans-serif;
        font-size: 25px;

        display: inherit;

        color: #fff !important;
    }
    #arts_head
    {
        pointer-events: none;
        height: 70px;
        margin-top: 20px;
        position: relative;
        z-index: 1000;
    }
    #arts_head .bg
    {
        position: absolute;
        z-index: -1;
        top: 0;
        right: 0;
        bottom: 0;
        left: 0;

        width: 100%;
        height: 100%;

        opacity: .8;
        background-color: #fff;
    }
    #agencyFooter
    {
        font-size: 15px;
        line-height: 1.5em;

        position: absolute;
        z-index: 1029;
        bottom: 0;

        width: 100%;
        height: 749px;
        padding-top: 2.0em;
        padding-bottom: 2.0em;

        color: #fff;
        border-bottom: 10px solid #245194;
        background-color: #B65916;
    }
    /* ========== Classes ========== */
    .agency_control
    {
        position: absolute;
        top: 40%;

        margin-left: -10px;

        color: #fff;
    }
    .carousel
    {
        margin-top: -140px;

        border-bottom: 2px solid #B65916;
    }
    .carousel-caption-below
    {
        min-height: 175px;
        padding: 15px;

        color: #fff;
        border: #090909;
        background: #57584F;
    }
    .carousel-indicators
    {
        position: absolute;
        z-index: 15;
        bottom: 175px;
        left: 50%;

        width: 60%;
        margin-left: -30%;
        padding-left: 0;

        list-style: none;

        text-align: center;
    }
    .carousel-inner > .item > img,
    .carousel-inner > .item > a > img
    {
        overflow: hidden;
        /* Set slide height here */

        max-width: 100%;
        min-height: 475px;

        object-fit: cover;
    }
    .arts_portals
    {
        width: 175px !important;
    }
    .news_title,
    .news_title a,
    .news_title a:link,
    .news_title a:visited,
    .news_title a:active
    {
        font-family: 'futura_tmedium' !important;
        font-size: 35px;
        font-weight: inherit;
        line-height: 1.1;

        display: block;

        margin-top: 20px;
        padding-bottom: 10px;

        text-align: left;

        color: #B65916;
    }
    .news_date
    {
        font-size: 75%;
        font-weight: 700;
        font-style: italic;
        line-height: 1;

        display: inline;

        padding: .2em .6em .3em;

        text-align: left;
        text-align: center;
        vertical-align: baseline;
        white-space: nowrap;

        color: #fff;
        border-radius: .25em;
        background-color: #f0ad4e;
    }
    .news_date::before
    {
        font-style: normal;

        content: 'Date Posted: ';
    }
    .image_regular
    {
        display: inline;
        float: left;

        width: 170px;
        height: 128px;
        margin-right: 8px;
    }
}

@media (max-width: 874px)
{
    /* ========== Elements ========== */
    /* ========== ID's ========== */
    #cssmenu
    {
        font-family: 'Open Sans', sans-serif;
        line-height: 1;

        z-index: 3000;

        width: auto;
        margin: auto;

        background: #fff;
    }
    #menu-arts-menu
    {
        box-shadow: 0 4px 2px -2px rgba(0, 0, 0, .3) !important;
    }
    /* ========== Classes ========== */
    .delaware_fade
    {
        position: absolute;

        margin-top: -45px;
        margin-left: 58px;

        opacity: 0;
    }
    .nav_logo
    {
        width: 55px;
        height: 35px;
        margin-top: -8px;
    }
    .menu_text
    {
        font-size: 20px;
        font-weight: bold;

        position: absolute;

        margin-top: -44px;
        margin-left: 60px;

        opacity: 1;
        color: #B65916;
    }
    .nav_home
    {
        display: inherit;
    }
}

@media (min-width: 875px)
{
    /* ========== Elements ========== */
    /* ========== ID's ========== */
    #cssmenu
    {
        font-family: 'Open Sans', sans-serif;
        line-height: 1;

        z-index: 3000;

        width: 750px;
        margin: auto;

        background: #fff;
    }
    /* ========== Classes ========== */
    .nav_logo
    {
        display: inherit;

        width: 55px;
        height: 35px;
        margin-top: -8px;
    }
    .delaware_fade
    {
        position: absolute;

        margin-top: -100px;
        margin-left: 58px;

        opacity: 0;
    }
    .menu_text
    {
        font-size: 20px;
        font-weight: bold;

        position: absolute;

        margin-top: -100px;
        margin-left: 60px;

        opacity: 0;
        color: #B65916;
    }
    .nav_home
    {
        display: none;
    }
}

@media (min-width: 1100px)
{
    /* ========== Elements ========== */
    /* ========== ID's ========== */
    #cssmenu
    {
        font-family: 'Open Sans', sans-serif;
        line-height: 1;

        z-index: 3000;

        width: 970px;
        margin: auto;

        background: #fff;
    }
    /* ========== Classes ========== */
    .nav_logo
    {
        display: inherit;

        width: 55px;
        height: 35px;
        margin-top: -8px;
    }
    .delaware_fade
    {
        position: absolute;

        margin-top: -100px;
        margin-left: 58px;

        opacity: 0;
    }
    .menu_text
    {
        font-size: 20px;
        font-weight: bold;

        position: absolute;

        margin-top: -100px;
        margin-left: 60px;

        opacity: 0;
        color: #B65916;
    }
    .nav_home
    {
        display: none;
    }
}

@media (min-width: 1300px)
{
    /* ========== Elements ========== */
    /* ========== ID's ========== */
    #cssmenu
    {
        font-family: 'Open Sans', sans-serif;
        line-height: 1;

        z-index: 3000;

        width: 1170px;
        margin: auto;

        background: #fff;
    }
    /* ========== Classes ========== */
    .nav_logo
    {
        display: inherit;

        width: 55px;
        height: 35px;
        margin-top: -8px;
    }
    .delaware_fade
    {
        position: absolute;

        margin-top: -100px;
        margin-left: 58px;

        opacity: 0;
    }
    .menu_text
    {
        font-size: 20px;
        font-weight: bold;

        position: absolute;

        margin-top: -100px;
        margin-left: 60px;

        opacity: 0;
        color: #B65916;
    }
    .nav_home
    {
        display: none;
    }
}


/* CLF4 CSS MINIFIED */

h1, h2, h4, h5, h6, .h1, .h2, .h3, .h4, .h5, .h6 {
color: inherit;
font-family: "Open Sans",Helvetica,Arial,sans-serif;
font-weight: 500;
line-height: 1.1;
color: #147bb1;
}
h1.main_footer {
font-family: 'Open Sans', Helvetica, Arial,sans-serif;
font-weight: 500;
color: #147bb1;
font-size: 40px;
}
h2.four-o-four {
font-family: 'Open Sans Condensed', sans-serif !important;
font-weight: 500;
color: #147bb1 !important;
margin-top: 0px;
font-size: 30px;
}

.sb-search,
.sb-search-main
{
    float: right;
    overflow: hidden;

    -webkit-backface-visibility: hidden;
}

.sb-search-main label 
{
    color: #fff;
}

hr
{
    margin-top: 20px;
    margin-bottom: 20px;

    border: 1px solid #000;
    border-image: none;

    -moz-border-bottom-colors: none;
    -moz-border-left-colors: none;
    -moz-border-right-colors: none;
    -moz-border-top-colors: none;
}

h2.search-results-title
{
    font-family: 'Open Sans', sans-serif!important;
    font-size: 25px!important;
    line-height: 1!important;

    position: relative!important;

    padding-bottom: 5px!important;
}

a.search-results-link,
a.search-results-link:active,
a.search-results-link:link,
a.search-results-link:visited
{
    font-weight: 400;

    -webkit-transition: .5s;
       -moz-transition: .5s;
        -ms-transition: .5s;
         -o-transition: .5s;
            transition: .5s;
    text-decoration: none;

    color: #02549d;
}

a.search-results-link:hover
{
    font-weight: 400;

    text-decoration: underline;

    color: #00aeef;
}

.nav > li > a:focus,
.nav > li > a:hover
{
    text-decoration: none;

    background-color: transparent;
}

span.caret
{
    display: none;
}


/* Mime Types */
/* general reset/setup styling for icons - needed on all */
.icon::after {
  -moz-osx-font-smoothing: grayscale;
  -webkit-font-smoothing: antialiased;
  display: inline-block; 
  font-style: normal;
  font-variant: normal;
  text-rendering: auto;
  line-height: 1;
}
a[href$=".pdf"].icon::after {
font-family: "Font Awesome 5 Pro"; 
content: "\f1c1";
margin-left: 0.25em;
}
a[href$=".doc"]::after {
font-family: "Font Awesome 5 Pro"; 
content: "\f1c2";
margin-left: 0.25em;
}
a[href$=".docx"]::after {
font-family: "Font Awesome 5 Pro"; 
content: "\f1c2";
margin-left: 0.25em;
}
a[href$=".xls"]::after {
font-family: "Font Awesome 5 Pro"; 
content: "\f1c3";
margin-left: 0.25em;
}
a[href$=".ppt"]::after {
font-family: "Font Awesome 5 Pro"; 
content: "\f1c4";
margin-left: 0.25em;
}
a[href ^="mailto:"]::after {
font-family: "Font Awesome 5 Pro"; 
content: "\f0e0";
margin-left: 0.25em;
}
a[href$=".zip"]::after {
font-family: "Font Awesome 5 Pro"; 
content: "\f1c6";
margin-left: 0.25em;
}
/* END MIME TYPES */

#ens
{
    margin-bottom: 0!important;
    padding-top: 8px;
    padding-bottom: 15px;

    text-align: center;

    border-radius: 0!important;
}

#ens .fa-times
{
    vertical-align: middle;

    color: #a94442!important;
}

#ens .fa-times:hover
{
    cursor: pointer;
}

#ens a 
{
color: #245194;
}

#menu-line
{
    position: absolute;
    top: 0;
    left: 0;

    height: 3px;

    -webkit-transition: all .25s ease-out;
       -moz-transition: all .25s ease-out;
        -ms-transition: all .25s ease-out;
         -o-transition: all .25s ease-out;
            transition: all .25s ease-out;

    background: #B65916;
}

#cssmenu > ul > li
{
    float: left;
}

#cssmenu.align-center > ul
{
    font-size: 0;

    text-align: center;
}

#cssmenu.align-center > ul > li
{
    display: inline-block;
    float: none;
}

#footer,
#sb-search
{
    display: none;
}

.wave_text 
{
    position: absolute;
    width: 1px;
    height: 1px;
    padding: 0;
    margin: -1px;
    overflow: hidden;
    clip: rect(0,0,0,0);
    border: 0;
}

#cssmenu.align-center ul ul
{
    text-align: left;
}

#cssmenu.align-right > ul > li
{
    float: right;
}

#cssmenu.align-right ul ul
{
    text-align: right;
}

#cssmenu > ul > li > a
{
    font-size: 14px;

    padding: 20px 20px 13px 20px;

    -webkit-transition: color .2s ease;
       -moz-transition: color .2s ease;
        -ms-transition: color .2s ease;
         -o-transition: color .2s ease;
            transition: color .2s ease;
    text-decoration: none;
    text-transform: uppercase;

    color: #000;
}

#cssmenu > ul > li.active > a,
#cssmenu > ul > li:hover > a
{
    color: #B65916;
}

#cssmenu > ul > li.has-sub > a
{
    padding-right: 25px;
}

#cssmenu > ul > li.has-sub > a::after
{
    position: absolute;
    top: 21px;
    right: 10px;

    width: 4px;
    height: 4px;

    content: '';
    -webkit-transition: border-color .2s ease;
       -moz-transition: border-color .2s ease;
        -ms-transition: border-color .2s ease;
         -o-transition: border-color .2s ease;
            transition: border-color .2s ease;
    -webkit-transform: rotate(45deg);
       -moz-transform: rotate(45deg);
        -ms-transform: rotate(45deg);
         -o-transform: rotate(45deg);
            transform: rotate(45deg);

    border-right: 1px solid #000;
    border-bottom: 1px solid #000;
}

#cssmenu > ul > li.has-sub:hover > a::after
{
    border-color: #B65916;
}

#cssmenu ul ul
{
    position: absolute;
    left: -9999px;

    border-top: 13px solid #fff;
}

#cssmenu li:hover > ul
{
    left: auto;
}

#cssmenu.align-right li:hover > ul
{
    right: 0;
}

#cssmenu ul ul ul
{
    top: 0;

    margin-left: 100%;
}

#cssmenu.align-right ul ul ul
{
    margin-right: 100%;
    margin-left: 0;
}

#cssmenu ul ul li
{
    height: 0;
    padding-top: 6px;

    -webkit-transition: height .2s ease;
       -moz-transition: height .2s ease;
        -ms-transition: height .2s ease;
         -o-transition: height .2s ease;
            transition: height .2s ease;

    background: #B65916;
}

#cssmenu ul ul li:last-child
{
    padding-bottom: 10px;
}

#cssmenu ul li:hover > ul > li
{
    height: 100%;
}

#cssmenu ul ul li a
{
    font-size: 13px;
    font-weight: 700;

    width: 175px;
    padding: 10px 18px;

    -webkit-transition: color .2s ease;
       -moz-transition: color .2s ease;
        -ms-transition: color .2s ease;
         -o-transition: color .2s ease;
            transition: color .2s ease;
    text-decoration: none;

    color: #fff;
    background: #B65916;
}

#cssmenu ul ul li a:hover,
#cssmenu ul ul li:hover > a
{
    color: #fff;
}

#cssmenu ul ul li.has-sub > a::after
{
    position: absolute;
    top: 13px;
    right: 10px;

    width: 4px;
    height: 4px;

    content: '';
    -webkit-transition: border-color .2s ease;
       -moz-transition: border-color .2s ease;
        -ms-transition: border-color .2s ease;
         -o-transition: border-color .2s ease;
            transition: border-color .2s ease;
    -webkit-transform: rotate(-45deg);
       -moz-transform: rotate(-45deg);
        -ms-transform: rotate(-45deg);
         -o-transform: rotate(-45deg);
            transform: rotate(-45deg);

    border-right: 1px solid #ddd;
    border-bottom: 1px solid #ddd;
}

#cssmenu.align-right ul ul li.has-sub > a::after
{
    right: auto;
    left: 10px;

    border-top: 1px solid #ddd;
    border-right: 0;
    border-bottom: 0;
    border-left: 1px solid #ddd;
}

#cssmenu ul ul li.has-sub:hover > a::after
{
    border-color: #fff;
}

#footer {
background-color: #2d3032;
border-top: 10px solid #245194;
border-bottom: 10px solid #245194;
font-size: 15px;
line-height: 1.5em;
display: none;
clear: both;
position: absolute;
bottom: 0;
width: 100%;
z-index: 5000;
color: #fff;
}   
#footer h1 {
color: #fff !important;
}
#footer hr {
-moz-border-bottom-colors: none;
-moz-border-left-colors: none;
-moz-border-right-colors: none;
-moz-border-top-colors: none;
border-image: none;
border: 1px solid #fff;
margin-bottom: 20px;
margin-top: 20px;
}
.footer_logo {
float: left;
margin-right: 5px;
border: 0px;
width: 50px;
height: 50px;
}
.toggle-footer-btn {
background-color: #245194;
display: block;
float: right;
font: normal normal 25px/40px Arial,Sans-Serif;
color: #ffffff !important;
text-decoration: none;
width: 40px;
height: 40px;
margin-top: -10px;
margin-right: 20px;
text-align: center;
}
/* Wrapper for page content to push down footer */
#wrap {
min-height: 100%;
height: auto;
/* Negative indent footer by its height */
margin: 0 auto -60px;
/* Pad bottom by footer height */
padding: 0 0 60px;
}
#footer a, 
#footer a:link, 
#footer a:visited {
text-decoration: none;
color: #fff;
-o-transition: .5s;
-ms-transition:	.5s;
-moz-transition: .5s;
-webkit-transition: .5s;
transition: .5s;
}
#footer a:hover {
text-decoration: underline;
color: #245194;
}
.decreaseFont, .resetFont, .increaseFont {
color: #333 !important;
-o-transition: .5s;
-ms-transition:	.5s;
-moz-transition: .5s;
-webkit-transition: .5s;
transition: .5s;
}
#wrap > .container {
padding: 60px 15px 0;
}
.container .credit {
margin: 20px 0;
}
#footer > .container {
padding-left: 15px;
padding-right: 15px;
}

#sb-search-main input:-webkit-autofill
{
    color: #fff!important;
    -webkit-box-shadow: 0 0 0 1000px #245194 inset;
}

#sb-search input:-webkit-autofill
{
    -webkit-box-shadow: 0 0 0 1000px #fff inset;
}

.container-nav
{
    margin-right: auto;
    margin-left: auto;
    padding-right: 15px;
    padding-left: 15px;
}

.main_content h1 {
font-family: "Open Sans",Helvetica,Arial,sans-serif;
font-weight: 500;
color: #147bb1;
font-size: 33px;
}

.main_content h2
{
    font-family: 'Open Sans Condensed', sans-serif!important;
    font-weight: 500;

    margin-top: 0;

    color: #147bb1;
}

.delaware_d_logo,
.logo_fade
{
    width: 40px;
    height: 40px;
}

.delaware_fade
{
    width: 160px;
    height: 30px;
}

.facebook
{
    -webkit-transition: .5s ease-in-out;
       -moz-transition: .5s ease-in-out;
         -o-transition: .5s ease-in-out;
            transition: .5s ease-in-out;

    color: #3c599f;
}

.googleplus,
.twitter
{
    -webkit-transition: .5s ease-in-out;
       -moz-transition: .5s ease-in-out;
         -o-transition: .5s ease-in-out;
            transition: .5s ease-in-out;
}

.facebook a:hover
{
    color: #B65916;
}

.twitter
{
    color: #60d2f6;
}

.twitter:hover
{
    color: #B65916;
}

.googleplus
{
    color: #da4835;
}

.flickr,
.youtube
{
    -webkit-transition: .5s ease-in-out;
       -moz-transition: .5s ease-in-out;
         -o-transition: .5s ease-in-out;
            transition: .5s ease-in-out;
}

.googleplus:hover
{
    color: #B65916;
}

.flickr
{
    color: #ff0084;
}

.flickr:hover
{
    color: #B65916;
}

.youtube
{
    color: #c8312b;
}

.instagram,
.linkedin
{
    -webkit-transition: .5s ease-in-out;
       -moz-transition: .5s ease-in-out;
         -o-transition: .5s ease-in-out;
            transition: .5s ease-in-out;
}

.youtube:hover
{
    color: #B65916;
}

.instagram
{
    color: #a27359;
}

.instagram:hover
{
    color: #B65916;
}

.linkedin
{
    color: #007bb6;
}

.linkedin:hover
{
    color: #B65916;
}

.pinterest
{
    -webkit-transition: .5s ease-in-out;
       -moz-transition: .5s ease-in-out;
         -o-transition: .5s ease-in-out;
            transition: .5s ease-in-out;

    color: #ca2128;
}

.social_facebook img,
.social_twitter img
{
    left: 0;

    width: 50px;
    height: 50px;

    -webkit-transition: opacity .5s ease-in-out;
       -moz-transition: opacity .5s ease-in-out;
         -o-transition: opacity .5s ease-in-out;
}

.pinterest:hover
{
    color: #B65916;
}

.masthead-nav > li
{
    display: inline-block;

    margin-top: -2px;
}

.masthead-nav > li + li
{
    margin-left: 20px;
}

.masthead-nav > li > a
{
    font-size: 16px;
	font-weight: bold;

    padding-right: 4px;
    padding-left: 0;

    color: #fff;
    border-bottom: 2px solid transparent;
}

.masthead-nav > li > a:focus,
.masthead-nav > li > a:hover
{
    border-bottom-color: #a9a9a9;
    border-bottom-color: rgba(255, 255, 255, .25);
    background-color: transparent;
}

.masthead-nav > .active > a,
.masthead-nav > .active > a:focus,
.masthead-nav > .active > a:hover
{
    color: #fff;
    border-bottom-color: #fff;
}

.affix + .offset-div
{
    padding-top: 60px;
}

.social
{
    display: block;

    max-width: 500px;
}

.social_facebook,
.social_flickr,
.social_rss,
.social_twitter,
.social_youtube
{
    display: inline-block;

    margin: 0 auto;
}

.social_facebook
{
    position: relative;

    width: 50px;
    height: 50px;
}

.social_facebook img
{
    position: absolute;

    transition: opacity .5s ease-in-out;
}

.social_facebook img.top:hover
{
    width: 50px;
    height: 50px;

    opacity: 0;
}

.social_twitter
{
    position: relative;

    width: 50px;
    height: 50px;
}

.social_twitter img
{
    position: absolute;

    transition: opacity .5s ease-in-out;
}

.social_flickr img,
.social_youtube img
{
    left: 0;

    width: 50px;
    height: 50px;

    -webkit-transition: opacity .5s ease-in-out;
       -moz-transition: opacity .5s ease-in-out;
         -o-transition: opacity .5s ease-in-out;
}

.social_twitter img.top:hover
{
    width: 50px;
    height: 50px;

    opacity: 0;
}

.social_flickr
{
    position: relative;

    width: 50px;
    height: 50px;
}

.social_flickr img
{
    position: absolute;

    transition: opacity .5s ease-in-out;
}

.social_flickr img.top:hover
{
    width: 50px;
    height: 50px;

    opacity: 0;
}

.social_youtube
{
    position: relative;

    width: 50px;
    height: 50px;
}

.social_youtube img
{
    position: absolute;

    transition: opacity .5s ease-in-out;
}

.social_youtube img.top:hover
{
    width: 50px;
    height: 50px;

    opacity: 0;
}

.social_rss
{
    position: relative;

    width: 50px;
    height: 50px;
}

.social_rss img
{
    position: absolute;
    left: 0;

    width: 50px;
    height: 50px;

    -webkit-transition: opacity .5s ease-in-out;
       -moz-transition: opacity .5s ease-in-out;
         -o-transition: opacity .5s ease-in-out;
            transition: opacity .5s ease-in-out;
}

.social_rss img.top:hover
{
    width: 50px;
    height: 50px;

    opacity: 0;
}

.footer_logo
{
    float: left;

    width: 50px;
    height: 50px;
    margin-right: 5px;

    border: 0;
}

.sb-search-input,
.sb-search-main-input
{
    font-family: inherit;

    border: none;
    outline: 0;
}

.sb-icon-main-search,
.sb-icon-search
{
    text-transform: none;

    -webkit-font-smoothing: antialiased;
}

.sb-search
{
    position: relative;
    z-index: 300000;

    width: 0;
    min-width: 46px;
    height: 45px;

    -webkit-transition: width .3s;
       -moz-transition: width .3s;
            transition: width .3s;
}

.sb-search-input
{
    font-size: 20px;

    position: absolute;
    z-index: 10;
    top: 0;
    right: 0;

    width: 100%;
    height: 45px;
    margin: 0;
    padding: 0 65px 0 20px;

    color: #000;
    background: #fff;
}

.sb-search-input::-webkit-input-placeholder
{
    padding-top: 5px;

    color: #000;
}

.sb-icon-main-search,
.sb-icon-search,
.sb-search-main-submit,
.sb-search-submit
{
    top: 0;
    right: 0;

    display: block;

    height: 45px;
    margin: 0;
    padding: 0;

    cursor: pointer;
    text-align: center;
}

.sb-search-input:-moz-placeholder
{
    color: #000;
}

.sb-search-input::-moz-placeholder
{
    color: #000;
}

.sb-search-input:-ms-input-placeholder
{
    color: #fff;
}

.sb-icon-search,
.sb-search-submit
{
    line-height: 40px;

    position: absolute;

    width: 45px;
}

.sb-search-submit
{
    z-index: -1;

    opacity: 0;
    color: transparent;
    border: none;
    outline: 0;
    background: #fff;

    -ms-filter: 'progid:DXImageTransform.Microsoft.Alpha(Opacity=0)';
        filter: alpha(opacity=0);
}

.sb-icon-search
{
    font-size: 30px;

    z-index: 90;

    color: #245194;
}

.no-js .sb-search,
.sb-search.sb-search-open
{
    width: 100%;
}

.no-js .sb-search .sb-icon-search,
.sb-search.sb-search-open .sb-icon-search
{
    z-index: 5000;

    color: #245194;
    background: #fff;
}

.no-js .sb-search .sb-search-submit,
.sb-search.sb-search-open .sb-search-submit
{
    z-index: 90;
}

.sb-search-main
{
    position: relative;

    width: 0;
    min-width: 45px;
    height: 45px;

    -webkit-transition: width .3s;
       -moz-transition: width .3s;
            transition: width .3s;
}

.sb-search-main-input
{
    font-size: 20px;

    position: absolute;
    z-index: 10;
    top: 0;
    right: 0;

    width: 100%;
    height: 45px;
    margin: 0;

    color: #fff;
    background: #245194;
}

.sb-search-main-input::-webkit-input-placeholder
{
    color: #fff;
}

.sb-search-main-input:-moz-placeholder
{
    color: #fff;
}

.sb-search-main-input::-moz-placeholder
{
    color: #fff;
}

.sb-search-main-input:-ms-input-placeholder
{
    color: #fff;
}

.sb-icon-main-search,
.sb-search-main-submit
{
    line-height: 45px;

    position: absolute;

    width: 45px;
}

.sb-search-main-submit
{
    z-index: -1;

    opacity: 0;
    color: transparent;
    border: none;
    outline: 0;
    background: #fff;

    -ms-filter: 'progid:DXImageTransform.Microsoft.Alpha(Opacity=0)';
        filter: alpha(opacity=0);
}

.sb-icon-main-search
{
    font-size: 30px;

    z-index: 90;

    color: #fff;
}

.no-js .sb-search-main,
.sb-search-main.sb-search-open
{
    width: 100%;
}

.no-js .sb-search-main .sb-icon-main-search,
.sb-search-main.sb-search-open .sb-icon-main-search
{
    z-index: 5000;

    color: #fff;
    background: #245194;
}

.no-js .sb-search-main .sb-search-main-submit,
.sb-search-main.sb-search-open .sb-search-main-submit
{
    z-index: 90;
}

@media only screen and (min-width:768px)
{
    .subpage_img
    {
        position: relative;

        width: 400px;
        height: 99px;
    }
    .navbar
    {
        height: 60px;
        margin-bottom: 0;
    }
    .navbar-default
    {
        border-top: 10px solid #245194;
        border-bottom: 1px solid #245194;
        background-color: #245194;
    }
    #navbar_delaware
    {
        position: absolute;

        margin: 13px 0 0 4px;
    }
    .delaware_text
    {
        width: 160px;
        height: 30px;
        margin-top: 5px;
        margin-left: 0;
    }
    .navbar-header
    {
        padding-right: 40px;
    }
}

@media only screen and (min-width:992px)
{
    .subpage_img
    {
        position: relative;

        width: 400px;
        height: 99px;
    }
    .navbar
    {
        height: 60px;
        margin-bottom: 0;
    }
    .navbar-default
    {
        border-top: 10px solid #245194;
        border-bottom: 1px solid #245194;
        background-color: #245194;
    }
    #navbar_delaware
    {
        position: absolute;

        margin: 13px 0 0 4px;
    }
    .delaware_text
    {
        width: 160px;
        height: 30px;
        margin-top: 5px;
        margin-left: 0;
    }
    .navbar-header
    {
        padding-right: 40px;
    }
    .sb-search
    {
        margin-top: 1px;
        margin-right: 0;
    }
    .sb-search-main
    {
        margin-top: -46px;
        margin-right: 50px;
    }
    .sb-search-main-input
    {
        padding: 10px 65px 10px 50px;
    }
}

@media only screen and (min-width:1200px)
{
    #navbar_delaware
    {
        position: absolute;

        margin: 13px 0 0 4px;
    }
    .pageBubbles1
    {
        padding-top: 65px;
        padding-left: 60px;
    }
    .pageBubbles2
    {
        padding-top: 65px;
        padding-left: 80px;
    }
    .pageBubbles3
    {
        padding-top: 65px;
        padding-left: 80px;
    }
    .subpage_img
    {
        position: relative;

        width: 400px;
        height: 99px;
    }
    .navbar
    {
        height: 60px;
        margin-bottom: 0;
    }
    .navbar-default
    {
        border-top: 10px solid #245194;
        border-bottom: 1px solid #245194;
        background-color: #245194;
    }
    .sb-search-input,
    .sb-search-submit
    {
        border: none;
        outline: 0;
        background: #fff;
    }
    .delaware_text
    {
        width: 160px;
        height: 30px;
        margin-top: 5px;
        margin-left: 0;
    }
    .navbar-header
    {
        padding-right: 40px;
    }
    .sb-search
    {
        position: relative;
        z-index: 300000;

        float: right;
        overflow: hidden;

        width: 0;
        min-width: 46px;
        height: 45px;
        margin-top: 4px;
        margin-right: 0;

        -webkit-transition: width .3s;
           -moz-transition: width .3s;
                transition: width .3s;

        -webkit-backface-visibility: hidden;
    }
    .sb-icon-search,
    .sb-search-input,
    .sb-search-submit
    {
        position: absolute;
        top: 0;
        right: 0;

        height: 45px;
        margin: 0;
    }
    .sb-search-input
    {
        font-family: inherit;
        font-size: 20px;

        z-index: 10;

        width: 100%;
        padding: 0 65px 0 20px;

        color: #000;
    }
    .sb-search-input::-webkit-input-placeholder
    {
        padding-top: 5px;

        color: #000;
    }
    .sb-search-input:-moz-placeholder
    {
        color: #000;
    }
    .sb-search-input::-moz-placeholder
    {
        color: #000;
    }
    .sb-search-input:-ms-input-placeholder
    {
        color: #fff;
    }
    .sb-icon-search,
    .sb-search-submit
    {
        line-height: 45px;

        display: block;

        width: 45px;
        padding: 0;

        cursor: pointer;
        text-align: center;
    }
    .sb-search-submit
    {
        z-index: -1;

        opacity: 0;
        color: transparent;

        -ms-filter: 'progid:DXImageTransform.Microsoft.Alpha(Opacity=0)';
            filter: alpha(opacity=0);
    }
    .sb-icon-search
    {
        font-size: 30px;

        z-index: 90;

        text-transform: none;

        color: #245194;

        -webkit-font-smoothing: antialiased;
    }
    .no-js .sb-search,
    .sb-search.sb-search-open
    {
        width: 100%;
    }
    .no-js .sb-search .sb-icon-search,
    .sb-search.sb-search-open .sb-icon-search
    {
        z-index: 5000;

        color: #245194;
        background: #fff;
    }
    .no-js .sb-search .sb-search-submit,
    .sb-search.sb-search-open .sb-search-submit
    {
        z-index: 90;
    }
    .sb-search-main
    {
        margin-top: -46px;
        margin-right: 50px;
    }
    .sb-search-main-input
    {
        padding: 10px 65px 10px 50px;
    }
}

@media (max-width:767px)
{
    .subpage_img
    {
        position: relative;

        width: 300px;
        height: 75px;
    }
    .navbar
    {
        height: 60px;
        margin-bottom: 0;
    }
    .navbar-default
    {
        border-top: 10px solid #245194;
        border-bottom: 1px solid #245194;
        background-color: #245194;
    }
    #navbar_delaware
    {
        position: absolute;

        margin: 13px 0 0 4px;
    }
    .delaware_d_logo
    {
        width: 40px;
        height: 40px;
        margin-left: 0;
    }
    .delaware_text
    {
        width: 160px;
        height: 30px;
        margin-top: 5px;
        margin-left: 0;
    }
    .navbar-header
    {
        padding-right: 0;
    }
    .sb-icon-main-search,
    .sb-search-main-submit
    {
        margin-top: 2px !important;
    }
}

@media (max-width:874px)
{
    .sb-search
    {
        margin-top: -56px;
        margin-right: 15px;
    }
    .sb-search-main
    {
        margin-top: -48px;
        margin-right: 0;
    }
    .sb-search-main-input
    {
        padding: 10px 65px 10px 10px;
    }
}

@media (min-width:875px)
{
    .container-nav
    {
        width: 875px;
    }
    .sb-search-main
    {
        margin-top: -46px;
        margin-right: 48px;
    }
    .sb-search-main-input
    {
        padding: 10px 65px 10px 50px;
    }
}

@media (min-width:1100px)
{
    .container-nav
    {
        width: 1100px;
    }
    .sb-search
    {
        margin-top: 1px;
        margin-right: 0;
    }
}

@media (min-width:1300px)
{
    .container-nav
    {
        width: 1300px;
    }
}

@media all and (max-width:874px)
{
    #cssmenu
    {
        width: 100%;
    }
    #cssmenu ul
    {
        display: none;

        width: 100%;
    }
    #cssmenu.align-center > ul,
    #cssmenu.align-right ul ul
    {
        text-align: left;
    }
    #cssmenu ul li,
    #cssmenu ul li:hover > ul > li,
    #cssmenu ul ul li
    {
        width: 100%;
        height: auto;

        border-top: 1px solid rgba(120, 120, 120, .15);
        background: #fff;
    }
    #cssmenu ul li a,
    #cssmenu ul ul li a
    {
        width: 100%;
    }
    #cssmenu > ul > li > a {
		padding: 20px 20px 20px 20px;
	}
    #cssmenu.align-center > ul > li,
    #cssmenu.align-right > ul > li,
    #cssmenu > ul > li
    {
        display: block;
        float: none;
    }
    #cssmenu ul ul li a
    {
        font-size: 12px;

        padding: 20px 20px 20px 30px;

        color: #000;
        background: 0 0;
    }
    #cssmenu ul ul li a:hover,
    #cssmenu ul ul li:hover > a
    {
        color: #000;
    }
    #cssmenu ul ul ul li a
    {
        padding-left: 40px;
    }
    #cssmenu ul ul,
    #cssmenu ul ul ul
    {
        position: relative;
        right: auto;
        left: 0;

        overflow-x: hidden;

        width: 100%;
        height: auto;
        max-height: 200px;
        margin: 0;
    }
    #cssmenu ul ul li.has-sub > a::after,
    #cssmenu > ul > li.has-sub > a::after,
    #menu-line
    {
        display: none;
    }
    #cssmenu #menu-button
    {
        font-size: 16px;

        display: block;

        width: 60px;
        padding: 20px;

        cursor: pointer;
        text-align: right;
        text-transform: uppercase;

        color: #B65916;
    }
    #nav-icon-hamburger
    {
        position: relative;

        width: 30px;
        height: 25px;
        margin-top: -20px;

        cursor: pointer;
        -webkit-transition: .5s ease-in-out;
           -moz-transition: .5s ease-in-out;
             -o-transition: .5s ease-in-out;
                transition: .5s ease-in-out;
        -webkit-transform: rotate(0);
           -moz-transform: rotate(0);
             -o-transform: rotate(0);
                transform: rotate(0);
    }
    #nav-icon-hamburger span
    {
        position: absolute;

        display: block;

        width: 50%;
        height: 3px;

        -webkit-transition: .25s ease-in-out;
           -moz-transition: .25s ease-in-out;
             -o-transition: .25s ease-in-out;
                transition: .25s ease-in-out;
        -webkit-transform: rotate(0);
           -moz-transform: rotate(0);
             -o-transform: rotate(0);
                transform: rotate(0);

        opacity: 1;
        background: #B65916;
    }
    #nav-icon-hamburger span:nth-child(even)
    {
        left: 50%;

        border-radius: 0 9px 9px 0;
    }
    #nav-icon-hamburger span:nth-child(odd)
    {
        left: 0;

        border-radius: 9px 0 0 9px;
    }
    #nav-icon-hamburger span:nth-child(1),
    #nav-icon-hamburger span:nth-child(2)
    {
        top: 0;
    }
    #nav-icon-hamburger span:nth-child(3),
    #nav-icon-hamburger span:nth-child(4)
    {
        top: 10px;
    }
    #nav-icon-hamburger span:nth-child(5),
    #nav-icon-hamburger span:nth-child(6)
    {
        top: 20px;
    }
    #nav-icon-hamburger.menu-opened span:nth-child(1),
    #nav-icon-hamburger.menu-opened span:nth-child(6)
    {
        -webkit-transform: rotate(45deg);
           -moz-transform: rotate(45deg);
             -o-transform: rotate(45deg);
                transform: rotate(45deg);
    }
    #nav-icon-hamburger.menu-opened span:nth-child(2),
    #nav-icon-hamburger.menu-opened span:nth-child(5)
    {
        -webkit-transform: rotate(-45deg);
           -moz-transform: rotate(-45deg);
             -o-transform: rotate(-45deg);
                transform: rotate(-45deg);
    }
    #nav-icon-hamburger.menu-opened span:nth-child(1)
    {
        top: 7px;
        left: 5px;
    }
    #nav-icon-hamburger.menu-opened span:nth-child(2)
    {
        top: 7px;
        left: calc(50% - 5px);
    }
    #nav-icon-hamburger.menu-opened span:nth-child(3)
    {
        left: -50%;

        opacity: 0;
    }
    #nav-icon-hamburger.menu-opened span:nth-child(4)
    {
        left: 100%;

        opacity: 0;
    }
    #nav-icon-hamburger.menu-opened span:nth-child(5)
    {
        top: 12px;
        left: 5px;
    }
    #nav-icon-hamburger.menu-opened span:nth-child(6)
    {
        top: 12px;
        left: calc(50% - 5px);
    }
    #nav-icon-hamburger.menu-opened span:nth-child(1),
    x:-o-prefocus
    {
        top: 2px;
        left: 3px;
    }
    #nav-icon-hamburger.menu-opened span:nth-child(2),
    x:-o-prefocus
    {
        top: 2px;
        left: calc(50% - 4px);
    }
    #nav-icon-hamburger.menu-opened span:nth-child(3),
    x:-o-prefocus
    {
        left: -50%;

        opacity: 0;
    }
    #nav-icon-hamburger.menu-opened span:nth-child(4),
    x:-o-prefocus
    {
        left: 100%;

        opacity: 0;
    }
    #nav-icon-hamburger.menu-opened span:nth-child(5),
    x:-o-prefocus
    {
        top: 13px;
        left: 3px;
    }
    #nav-icon-hamburger.menu-opened span:nth-child(6),
    x:-o-prefocus
    {
        top: 13px;
        left: calc(50% - 4px);
    }
    #cssmenu .submenu-button
    {
        position: absolute;
        z-index: 10;
        top: 0;
        right: 0;

        display: block;

        width: 55px;
        height: 55px;

        cursor: pointer;

        border-left: 1px solid rgba(120, 120, 120, .15);
    }
    #cssmenu .submenu-button::after,
    #cssmenu .submenu-button::before
    {
        position: absolute;
        z-index: 99;

        display: block;

        content: '';

        opacity: 1;
        background: #000;
    }
    #cssmenu .submenu-button.submenu-opened
    {
        height: 60px;
    }
    #cssmenu .submenu-button::after
    {
        top: 21px;
        left: 26px;

        width: 1px;
        height: 11px;

        -webkit-transition: .3s all ease-out;
                transition: .3s all ease-out;
        -webkit-transform: rotate(0);
                transform: rotate(0);
    }
    #cssmenu .submenu-button::before
    {
        top: 26px;
        left: 21px;

        width: 11px;
        height: 1px;

        -webkit-transition: .3s all ease-out;
                transition: .3s all ease-out;
        -webkit-transform: rotate(0);
                transform: rotate(0);
    }
    #cssmenu .submenu-button.submenu-opened:after
    {
        -webkit-transform: rotate(90deg);
                transform: rotate(90deg);

        opacity: 0;
    }
}
@media print
{
    .collapse
    {
        display: block !important;

        height: auto !important;
    }
    .tab-content > .tab-pane
    {
        display: block !important;
        visibility: visible !important;

        opacity: 1 !important;
    }
    .navbar
    {
        display: none !important;
    }
    .toggle-footer-btn
    {
        display: none !important;
    }
    #agencyFooter > .container
    {
        display: none !important;
    }
    #cssmenuTop
    {
        display: none !important;
    }
    span.label-success
    {
        display: none !important;
    }
}








.visually-hidden, .pcast-player button span {
  position: absolute !important;
  clip: rect(1px 1px 1px 1px);
  /* IE6, IE7 */
  clip: rect(1px, 1px, 1px, 1px);
  padding: 0 !important;
  border: 0 !important;
  height: 1px !important;
  width: 1px !important;
  overflow: hidden;
}

/* Pcast Player */
.pcast-player .pcast-player-controls {
  box-sizing: border-box;
  background: #000;
  color: #fff;
  font-size: 14px;
  height: 42px;
  overflow: hidden;
  padding: 5px;
}
.pcast-player button {
  background: #2a2a2a;
  color: #fff;
  border: 0;
  border-radius: 2px;
  padding: 5px;
  line-height: 22px;
  -webkit-appreance: none;
  min-width: 32px;
}
.pcast-player progress {
  height: 13px;
  width: calc(100% - 281px);
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
}
.pcast-player progress[value]::-webkit-progress-bar {
  background-color: #555;
  border-radius: 0;
  box-shadow: 0 2px 5px rgba(0, 0, 0, 0.25) inset;
}
.pcast-player progress[value]::-webkit-progress-value {
  background: #fff;
}
.pcast-player .pcast-time {
  display: inline-block;
  font-size: 13px;
  padding: 0 5px;
  text-align: center;
  width: 4em;
}
.pcast-player .pcast-speed {
  width: 2.5em;
}
.pcast-player .pcast-download {
  font-size: 12px;
  margin-top: 0.5em;
  display: inline-block;
  color: black;
}
.pcast-player .pcast-download:hover, .pcast-player .pcast-download:focus {
  color: #666;
}

.btn-artsblue {
background-color:#3399cc;
}
.btn-artsblue:hover {
background-color:#47acdf;
}
.grecaptcha-badge {
	width: 256px;
    height: 60px;
    transition: none !important;
    position: relative !important;
    bottom: 0px !important;
    right: 0px !important;
    margin-top: 20px;
    box-shadow: grey 0px 0px 5px;
}





/*************** GRANT SEARCH STYLES ***************/
.btn-orange {
background-color:#B65916;
color:#FFF;
}
.search-wrapper .input-lg {
height:66px;
border-color:#B65916;
border-radius:1px;
}
.filter-wrapper .input-lg {
border-color:#B65916;
}
.search-wrapper .btn-lg {
padding:20px;
border:1px solid #B65916;
border-radius:1px;
}
.search-wrapper .btn-lg:hover {
background-color:#f88126;
color:#FFF !important;
}
.filter-wrapper .btn-filter {
border-radius:1px;
padding-left:45px;
padding-right:45px;
}
.filter-wrapper .btn-filter:hover {
background-color:#f88126;
color:#FFF !important;
}
.applied-filters {
background-color:#FFF;
padding:25px;
}
.filter-row {
display: -webkit-flex; /* Safari */
-webkit-flex-wrap: wrap; /* Safari 6.1+ */
display: flex;   
flex-wrap: wrap;
}
.label-orange {
background-color:#fcf1e8;
color:#54554b;
padding:125;
font-size:14px;
}
.label-orange .close {
float:none;
opacity:.4;
line-height:2;
}
.orange {
color:#B65916;
}
.grant-cards a {
color:#553b87!important;
font-weight:700;
}
.grant-cards a:hover {
color:#4dd0e0 !important;
font-weight:700;
}
.grant-cards .topicBlock {
width: 97%;
margin-top: 15px;
margin-left: 10px;
margin-bottom: 15px;
border: 2px solid #dcdcdc;
background: #FFF;
overflow: hidden;
height:430px;
border-radius:5px;
box-shadow:0 6px 10px rgba(0, 0, 0, 0.10);
}
.grant-cards .year-program {
background-color:#fef2eb;
padding:20px;
margin-left:-15px;
margin-right:-15px;
font-weight:700;
color:#54564c;
text-transform:uppercase;
min-height:90px;
}
.grant-cards .name {
color:#B65916;
font-family: 'futura_tmedium' !important;
font-size:28px;
margin-top:15px;
line-height:28px;
}
.grant-cards .detail {
color:#54564c;
font-weight:600;
padding-top:15px;
}
.grant-pagination .btn {
border-radius:0;
font-weight:800;
color:#B65916;
border-color:#B65916;
}
.grant-pagination span.btn.btn-warning {
background-color:#B65916;
color:#FFF;
}
/* The switch - the box around the slider */
.switch {
  position: relative;
  display: inline-block;
  width: 60px;
  height: 34px;
}

/* Hide default HTML checkbox */
.switch input {display:none;}

/* The slider */
.slider {
  position: absolute;
  cursor: pointer;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background-color: #B65916;
  -webkit-transition: .4s;
  transition: .4s;
}

.slider:before {
  position: absolute;
  content: "";
  height: 26px;
  width: 26px;
  left: 4px;
  bottom: 4px;
  background-color: white;
  -webkit-transition: .4s;
  transition: .4s;
}

input:checked + .slider {
  background-color: #57584F;
}

input:focus + .slider {
  box-shadow: 0 0 1px #2196F3;
}

input:checked + .slider:before {
  -webkit-transform: translateX(26px);
  -ms-transform: translateX(26px);
  transform: translateX(26px);
}

/* Rounded sliders */
.slider.round {
  border-radius: 34px;
}

.slider.round:before {
  border-radius: 50%;
}

#fromValidation {
color:#a94442;
margin-top:10px;
font-weight:bold;
}
#toValidation {
color:#a94442;
margin-top:10px;
font-weight:bold;
}

/* Small Devices, Tablets */
@media only screen and (min-width : 768px)
{
    /* ============================= ELEMENTS ============================= */

    /* ============================= Classes ============================= */
.grant-cards .topicBlock {
/*width: 32%;*/
width:100%%;
height:350px !important;
}}

/* Medium Devices, Desktops */
@media only screen and (min-width : 992px)
{
    /* ============================= ELEMENTS ============================= */

    /* ============================= Classes ============================= */

.grant-cards .topicBlock {
/*width: 32%;*/
width:23.9%;
height: 495px !important;
}}

/* Large Devices, Wide Screens */
@media only screen and (min-width : 1200px)
{
    /* ============================= ELEMENTS ============================= */

    /* ============================= Classes ============================= */

.grant-cards .topicBlock {
/*width: 32%;*/
width:24.1%;
height: 415px !important;
}}

/* Bootstrap overrides for color contrast accessibility */
.label-success {
background-color: #477C41;
}