/*
Theme Name: Delaware Advisory Council on Career and Technical Education (DACCTE)
Theme URI: https://daccte.delaware.gov
Author: Delaware GIC - Jeffrey Boyer
Author URI: http://gic.delaware.gov
Description: Custom WordPress theme designed exclusively for the Delaware Advisory Council on Career and Technical Education (DACCTE).
Version: CLF 4.0.1
Tags: Bootstrap, mobile first, State of Delaware
Text Domain: dosgic_DACCTE_theme
*/


/* ############################################################################################## */


/*  D E V E L O P E R   C U S T O M I Z A B L E   S T Y L E S  */


/*  State of Delaware - CLF4 2016  */


/*  Developed by the GIC (Jeffrey Boyer)  */


/* ############################################################################################## */


/*==========  Bootstrap 3 Mobile First Method CSS  ==========*/


/* Custom, iPhone Retina */

@media only screen and (min-width: 320px) {

    /* ============================= ELEMENTS ============================= */
    html {
        -webkit-font-smoothing: antialiased !important;
        position: relative;
        min-height: 100%;
    }

    body {
        width: 100%;
        min-height: 100%;
        font-family: 'Open Sans', sans-serif !important;
        font-weight: 400 !important;
        font-size: 16px !important;
        -webkit-font-smoothing: antialiased !important;
        padding-bottom: 945px;
    }

    hr.clf {
        -moz-border-bottom-colors: none;
        -moz-border-left-colors: none;
        -moz-border-right-colors: none;
        -moz-border-top-colors: none;
        -o-border-image: none;
        border-image: none;
        width: 25%;
        border: 2px solid #fed206;
        margin-bottom: 20px;
        margin-top: -8px;
    }

    /* ============================= ID's ============================= */
    /* BOOTSTRAP NAV-WALKER COMPENSATORY CSS  */
    /* ID OF BELOW SELECTOR WILL CHANGE BASED ON WEBSITE */
    #menu-daccte-main-navigation {
        z-index: 999;
    }

    .affix #menu-daccte-main-navigation {
        position: absolute !important;
    }

    #menu-line {
        position: absolute;
        top: 0;
        left: 0;
        height: 3px;
        background: #295498;
        transition: all 0.25s ease-out
    }

    #main_header h1,
    #main_content h1 {
        font-family: 'Carme', sans-serif;
        color: #193e86;
        font-size: 40px;
        font-weight: 300;
    }

    #main_header h2,
    #main_content h2 {
        font-family: 'Carme', sans-serif;
        font-size: 36px;
        color: #01459f;
        margin-top: 0px;
    }

    #main_content h3 a {
        font-size: 20px;
        font-family: 'Open Sans', sans-serif;
        color: #01459f !important;
        font-weight: 700;
    }

    #main_content a,
    #main_content a:link,
    #main_content a:active,
    #main_content a:visited {
        color: #01459f;
        text-decoration: none;
        font-weight: none;
    }

    #main_content a:hover {
        color: #045a96;
        text-decoration: none;
        font-weight: none;
    }

    #main_content ul,
    #main_content ol,
    #news_block ul,
    #news_block ol {
        font-size: 0.9em;
        line-height: 2.1em;
        margin-top: 1.0em;
        margin-bottom: 1.0em
    }

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

    #agencyFooter {
        background-color: #01549f;
        color: #fff;
        font-size: 15px;
        line-height: 1.5em;
        padding-top: 30px;
        padding-bottom: 2.0em;
        border-bottom: 10px solid #245194;
        position: absolute;
        bottom: 0;
        width: 100%;
        height: 420px;
        z-index: 1029;
    }

    @-moz-document url-prefix() {
        #agencyFooter {
            height: 424px;
        }
    }

    #agencyFooter ul {
        list-style-type: none;
        margin-left: -45px;
    }

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

    #agencyFooter a:hover {
        color: #fff;
        text-decoration: underline
    }

    #agencyFooter h2 {
        font-family: 'Source Sans Pro', sans-serif;
        font-weight: 700;
        color: #f4f088 !important;
        margin-top: -5px;
        margin-bottom: -10px;
        font-size: 20px;
    }

    #interiorTitleWrapper {
        border-bottom: 4px solid #b3c1c0;
        padding-bottom: 15px;
    }

    #headerImage {
        height: 500px;
        width: 100%;
        background-repeat: no-repeat;
        background-size: cover;
        background-position: 40%;
    }

    #featureHero {
        height: 500px;
        width: 100%;
        background-repeat: no-repeat;
        background-size: cover;
        background-position: 60%;
        margin-top: -30px;
        position: relative;
    }

    /* ============================= Classes ============================= */
    /* WordPress Core CSS */
    .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-left: auto;
        margin-right: auto
    }

    .wp-caption {
        background: #fff;
        border: 1px solid #f0f0f0;
        max-width: 96%;
        /* Image does not overflow the content area */
        padding: 5px 3px 10px;
        text-align: center
    }

    .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 {
        border: 0 none;
        height: auto;
        margin: 0;
        max-width: 98.5%;
        padding: 0;
        width: auto
    }

    .wp-caption p.wp-caption-text {
        font-size: 11px;
        line-height: 17px;
        margin: 0;
        padding: 0 4px 5px
    }

    .screen-reader-text {
        clip: rect(1px, 1px, 1px, 1px);
        position: absolute !important;
        height: 1px;
        width: 1px;
        overflow: hidden
    }

    .screen-reader-text:focus {
        background-color: #f1f1f1;
        border-radius: 3px;
        box-shadow: 0 0 2px 2px rgba(0, 0, 0, 0.6);
        clip: auto !important;
        color: #21759b;
        display: block;
        font-size: 14px;
        font-size: 0.875rem;
        font-weight: bold;
        height: auto;
        left: 5px;
        line-height: normal;
        padding: 15px 23px 14px;
        text-decoration: none;
        top: 5px;
        width: auto;
        z-index: 100000
            /* Above WP toolbar */
    }

    img.alignright {
        float: right;
        margin: 0 0 1em 1em
    }

    img.alignleft {
        float: left;
        margin: 0 1em 1em 0
    }

    img.aligncenter {
        display: block;
        margin-left: auto;
        margin-right: auto
    }

    .alignright {
        float: right
    }

    .alignleft {
        float: left
    }

    .aligncenter {
        display: block;
        margin-left: auto;
        margin-right: auto
    }

    /* End WP Core Classes */
    .btn-info {
        color: white !important;
    }

    .agencyFooter_logo {
        width: 100px;
        height: 100px;
        border: none;
        text-align: center;
    }

    .main-header-wrapper {
        background-color: #FFF;
        padding-bottom: 25px;
        border-top: 3px solid #b3c1c0;
        border-bottom: 3px solid #b3c1c0;
    }

    h1.mainTitle {
        color: #FFF !important;
        font-size: 40px !important;
        font-family: 'Carme', sans-serif;
        margin-top: 25px;
        text-transform: uppercase;
    }

    h1.interiorTitle {
        color: #21755d !important;
        font-size: 28px !important;
        font-family: 'Carme', sans-serif;
        font-weight: 400 !important;
        line-height: 1.2;
    }

    span.light {
        font-family: 'Source Sans Pro', sans-serif;
        font-weight: 300;
    }

    .popular {
        border: 2px solid #b3c1c0;
    }

    .news-date {
        color: #15aba6 !important;
        font-weight: bold;
    }

    .icons {
        width: 500px;
    }

    .double-border {
        border-style: double;
        border-color: #b3c1c0;
        padding: 25px;
    }

    .thinFont {
        color: #295498;
        font-size: 35px;
        font-family: 'Source Sans Pro', sans-serif;
        font-weight: 300;
    }

    .tagline {
        color: #626262;
        font-family: 'Open Sans', sans-serif;
        font-size: 12px;
        font-weight: 400;
    }

    .fa-grey {
        color: #838383;
    }

    .fa-xl {
        font-size: 120px !important;
    }

    .jumbotron-hr {
        border: 3px solid #01459f;
        border-radius: 0 !important;
        background-color: #FFF !important;
    }

    .jumbotron-hr p {
        color: #494949;
        font-weight: 400;
        font-size: 28px;
    }

    .jumbotron-img {
        width: 300px;
    }

    /* .welcome-faq-wrapper {
    } */
    .calendar-wrapper h2 {
        font-family: 'Open Sans', sans-serif;
        font-size: 36px;
        line-height: 48px;
        color: #00aaa6 !important;
    }

    .calendar-wrapper iframe {
        border: 0px;
    }

    .panel-title {
        font-family: 'Carme', sans-serif;
        font-size: 26px;
    }

    h2.message-failure {
        color: #861600 !important;
        text-align: center;
    }

    h2.message-success {
        color: #32502b !important;
        text-align: center;
    }
}


/* Extra Small Devices, Phones */

@media only screen and (min-width: 480px) {

    /* ============================= ELEMENTS ============================= */
    .thinFont {
        color: #295498;
        font-size: 40px;
        font-family: 'Source Sans Pro', sans-serif;
        font-weight: 300;
    }

    /* ============================= ID's ============================= */
    #headerImage {
        background-position: 5%;
        height: 500px;
    }
}


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


/* Small Devices, Tablets */

@media only screen and (min-width: 768px) {

    /* ============================= ELEMENTS ============================= */
    /* ============================= ID's ============================= */
    #agencyFooter {
        padding-top: 2.0em;
        padding-bottom: 2.0em;
        height: 212px;
    }

    @-moz-document url-prefix() {
        #agencyFooter {
            height: 215px;
        }
    }

    #headerImage {
        background-position: 55%;
        height: 500px;
    }

    #featureHero {
        height: 700px;
    }

    /* ============================= Classes ============================= */
    /* .main-header-wrapper {
    } */
    h1.mainTitle {
        font-size: 60px !important;
    }

    .human {
        font-size: 70px;
    }

    .relations {
        font-size: 70px;
    }

    .thinFont {
        color: #295498;
        font-size: 60px;
        font-family: 'Source Sans Pro', sans-serif;
        font-weight: 300;
    }
}


/* Medium Devices, Desktops */

@media only screen and (min-width: 992px) {

    /* ============================= ELEMENTS ============================= */
    /* ============================= ID's ============================= */
    #agencyFooter {
        color: #fff;
        font-size: 15px;
        line-height: 1.5em;
        padding-top: 2.0em;
        padding-bottom: 2.0em;
        border-bottom: 10px solid #245194;
        position: absolute;
        bottom: 0;
        width: 100%;
        height: 214px;
        z-index: 1029;
    }

    @-moz-document url-prefix() {
        #agencyFooter {
            height: 214px;
        }
    }

    #headerImage {
        height: 500px;
    }

    #featureHero {
        height: 800px;
    }

    /* ============================= Classes ============================= */
    h1.mainTitle {
        color: #FFF !important;
        font-size: 60px !important;
        font-family: 'Carme', sans-serif;
        font-weight: 400 !important;
        line-height: 1;
    }

    h1.interiorTitle {
        color: #21755d !important;
        font-size: 60px !important;
        font-family: 'Carme', sans-serif;
        font-weight: 400 !important;
        line-height: 1.2;
    }

    .agency-seal {
        width: 185px;
        height: 185px;
        margin-top: 35px;
    }

    .thinFont {
        color: #295498;
        font-size: 60px;
        font-family: 'Source Sans Pro', sans-serif;
        font-weight: 300;
    }
}


/* Large Devices, Wide Screens */

@media only screen and (min-width: 1200px) {

    /* ============================= ELEMENTS ============================= */
    /* ============================= ID's ============================= */
    #featureHero {
        background-position: 0% 50%;
        height: 800px;
    }

    #headerImage {
        height: 500px;
    }

    #interiorTitleWrapper .agency-seal {
        width: 185px;
        height: 185px;
        margin-top: 25px;
    }

    #agencyFooter {
        color: #fff;
        font-size: 15px;
        line-height: 1.5em;
        padding-top: 2.0em;
        padding-bottom: 2.0em;
        border-bottom: 10px solid #245194;
        position: absolute;
        bottom: 0;
        width: 100%;
        height: 214px;
        z-index: 1029;
    }

    @-moz-document url-prefix() {
        #agencyFooter {
            height: 214px;
        }
    }

    /* ============================= Classes ============================= */
    .seal-text-wrapper {
        margin-top: 25px;
    }

    h1.mainTitle {
        color: #FFF !important;
        font-size: 60px !important;
        font-family: 'Carme', sans-serif;
        font-weight: 400 !important;
        line-height: 1;
        margin-top: 30px;
    }

    h1.interiorTitle {
        color: #21755d !important;
        font-size: 60px !important;
        font-family: 'Carme', sans-serif;
        font-weight: 400 !important;
        line-height: 1.2;
    }

    .human {
        font-size: 70px;
    }

    .relations {
        font-size: 70px;
    }

    .mainTitle {
        margin-top: 65px;
    }

    .agency-seal {
        width: 235px;
        height: 235px;
        margin-top: 35px;
    }

    .thinFont {
        color: #295498;
        font-size: 60px;
        font-family: 'Source Sans Pro', sans-serif;
        font-weight: 300;
    }
}


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

@media (max-width: 874px) {
    .menu_text {
        position: absolute;
        margin-left: 60px;
        margin-top: -44px;
        opacity: 1;
        font-size: 20px;
        font-weight: bold;
        color: #01549f;
    }
}

@media (min-width: 875px) {
    .menu_text {
        position: absolute;
        margin-left: 60px;
        margin-top: -44px;
        opacity: 0;
        font-size: 20px;
        font-weight: bold;
        color: #01549f;
    }
}

@media (min-width: 1100px) {
    .menu_text {
        position: absolute;
        margin-left: 60px;
        margin-top: -100px;
        opacity: 0;
        font-size: 20px;
        font-weight: bold;
        color: #01549f;
    }
}

@media (min-width: 1300px) {
    .menu_text {
        position: absolute;
        margin-left: 60px;
        margin-top: -100px;
        opacity: 0;
        font-size: 20px;
        font-weight: bold;
        color: #01549f;
    }
}


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

/* ============================= BEGIN PMC ============================= */
#public-meetings a,
#public-meetings a:link,
#public-meetings a:active,
#public-meetings a:visited {
    color: #1072bd;
    text-decoration: none;
    font-weight: bold;
}

#public-meetings a:hover {
    color: #ccc;
    text-decoration: none;
    font-weight: bold;
}

ul.meeting-container>li {
    list-style-type: none;
}

.meeting-container {
    text-align: center;
    padding: 0px;
}

span.meeting-title {
    font-family: 'Montserrat', sans-serif;
    font-size: 25px;
    font-weight: 700;
    color: #606060;
}

span.meeting-agency {
    display: none;
}

span.meeting-date {
    font-style: italic !important;
    color: #7e8082;
    font-weight: bold;
    font-size: 17px;
}

span.meeting-time {
    font-style: italic !important;
    color: #7e8082;
    font-weight: bold;
    font-size: 17px;
}

span.meeting-end {
    font-style: italic !important;
    color: #7e8082;
    font-weight: bold;
    font-size: 17px;
}

span.meeting-purpose {
    display: none;
}

span.meeting-address {
    color: #7e8082;
    background-color: #f0f0f0;
    padding: 15px;
    border-radius: 4px;
    display: block;
}

a.map-link,
a.map-link:link,
a.map-link:active,
a.map-link:visited,
a.info-link,
a.info-link:link,
a.info-link:active,
a.info-link:visited {
    color: #1072bd;
    background-color: #fff;
    text-decoration: none;
    font-weight: bold;
    border: 2px solid #1072bd;
    border-radius: 30px;
    padding: 15px 35px;
}

a.info-link:hover,
a.map-link:hover {
    color: #fff !important;
    background-color: #1072bd;
    text-decoration: none;
    font-weight: bold;
    border: 2px solid #1072bd;
    border-radius: 30px;
    padding: 15px 35px;
}

/* Bootstrap Overrides */
.label-success {
    background-color: #477C41;
}