/**
 *  Links
 */

body a {
    color: #205a54;
    font-weight: bold;
}

body a:hover {
    color: #111;
    text-decoration: underline;
}

body h1 a:hover,
body h2 a:hover,
body h3 a:hover,
body h4 a:hover,
body h5 a:hover,
body a.acdl_slider_read_more:hover,
body a.post_read_more:hover,
body a.acdl_button:hover {
    text-decoration: none;
}

/**
 *  Headings
 */

h1,
h2,
h3,
h4,
h5 {
    text-transform: none;
    color: 000;
}

/**
 *  Lists & Paragraphs
 */

li,
ol {
    margin: 0 0 15px 0;
    padding: 0;
}

p {
    margin: 0 0 20px 0;
}

/**
 *  Body
 */

body,
body.custom-background {
    background-image: url(../images/background.jpg) !important;
    background-size: auto !important;
    background-color: #4a8d86 !important;
    overflow-x: hidden;
    font-family: "Open Sans", Arial, sans-serif;
    font-size: 15px;
    line-height: 27px;
    color: #000;
}

/* Medium Font Size */

html body.font_med {
    font-size: 18px;
    line-height: 33px;
    color: #000;
}

html body.font_med #header_acdl_slogan,
html body.font_med #header_secondary_menu ul li a {
    color: #000;
    font-weight: bold;
}

.font_med li {
    line-height: 33px;
}

html body.font_med .recent_post_home h3 {
    font-size: 21px;
    line-height: 27px;
}

html body.font_med #menu-main-menu .dropdown-menu a {
    font-size: 17px !important;
}

html body.font_med .recent_post_home .entry-meta {
    font-size: 15px;
    line-height: 21px;
}

html body.font_med .recent_news_aside_block h4 {
    font-size: 22px;
}

html body.font_med .recent_news_aside_block h4 .head_sub {
    font-size: 19px;
}

html body.font_med .recent_news_aside_link {
    font-size: 16px;
}

html body.font_med .home_event_time {
    font-size: 16px;
}

html body.font_med .about_mission_text {
    font-size: 20px;
    line-height: 33px;
}

html body.font_med label,
html body.font_med input,
html body.font_med button,
html body.font_med select,
html body.font_med textarea {
    font-size: 19px;
    line-height: 28px;
}

html body.font_med #metaslider_acdl p {
    font-weight: bold;
}

html body.font_med #acdl_links_group_menu {
    font-size: 19px;
}

html body.font_med #tribe-events-content .tribe-events-calendar div[id*="tribe-events-event-"] h3.tribe-events-month-event-title {
    font-size: 15px;
}

html body.font_med #tribe-events-content .tribe-events-tooltip h4 {
    font-size: 20px;
}

html body.font_med .tribe-events-tooltip p.entry-summary,
html body.font_med abbr {
    font-size: 17px;
}

html body.font_med .tribe-events-tooltip p.entry-summary,
html body.font_med.single-tribe_events .tribe-events-event-meta,
html body.font_med.single-tribe_events #tribe-events-content,
html body.font_med abbr {
    font-size: 17px;
}

html body.font_med .tribe-events-loop .tribe-events-event-meta {
    line-height: 24px;
    font-size: 17px;
}

html body.font_med #menu-footer-menu li a {
    font-size: 17px;
}

/* Large Font Size */

html body.font_lrg {
    font-size: 21px;
    line-height: 36px;
    color: #000;
}

html body.font_lrg #header_acdl_slogan,
html body.font_lrg #header_secondary_menu ul li a {
    color: #000;
    font-weight: bold;
}

.font_lrg li {
    line-height: 36px;
}

html body.font_lrg #menu-main-menu .dropdown-menu a {
    font-size: 17px !important;
}

html body.font_lrg .recent_post_home h3 {
    font-size: 26px;
    line-height: 33px;
}

html body.font_lrg .recent_post_home .entry-meta {
    font-size: 18px;
    line-height: 23px;
}

html body.font_lrg .recent_news_aside_block h4 {
    font-size: 22px;
}

html body.font_lrg .recent_news_aside_block h4 .head_sub {
    font-size: 19px;
}

html body.font_lrg .recent_news_aside_link {
    font-size: 16px;
}

html body.font_lrg .home_event_time {
    font-size: 18px;
}

html body.font_lrg .about_mission_text {
    font-size: 23px;
    line-height: 38px;
}

html body.font_lrg label,
html body.font_lrg input,
html body.font_lrg button,
html body.font_lrg select,
html body.font_lrg textarea {
    font-size: 22px;
    line-height: 33px;
}

html body.font_lrg #metaslider_acdl p {
    font-weight: bold;
}

html body.font_lrg #acdl_links_group_menu {
    font-size: 22px;
}

html body.font_lrg #tribe-events-content .tribe-events-calendar div[id*="tribe-events-event-"] h3.tribe-events-month-event-title {
    font-size: 18px;
}

html body.font_lrg #tribe-events-content .tribe-events-tooltip h4 {
    font-size: 23px;
}

html body.font_lrg .tribe-events-tooltip p.entry-summary,
html body.font_lrg.single-tribe_events .tribe-events-event-meta,
html body.font_lrg.single-tribe_events #tribe-events-content,
html body.font_lrg abbr {
    font-size: 20px;
}

html body.font_lrg .tribe-events-loop .tribe-events-event-meta {
    line-height: 31px !important;
    font-size: 20px;
}

html body.font_lrg #menu-footer-menu li a {
    font-size: 20px;
}

@media (max-width: 767px) {

    body .section-header h1.main_heading {
        line-height: 1.5;
    }

}


/**
 *  Header
 */

body #wrapper_main {
    background: #fbfbfb;
    margin: 0 auto 40px auto;
    max-width: 1210px;
    border-top: 0;
    box-shadow: 0px 0px 40px #326560, 0px 0px 50px rgba(0, 0, 0, 0.1) inset;
}

#wrapper_top {
    position: relative;
    width: 100%;
    height: 7px;
    background: #525252;
}

#wrapper_top_1 {
    width: 33.3333%;
    height: 7px;
    background: #e4972a;
    display: inline-block;
    margin: 0;
    padding: 0;
}

#wrapper_top_2 {
    width: 33.3333%;
    height: 7px;
    background: #de2c16;
    display: inline-block;
    margin: 0;
    padding: 0;
}

#wrapper_top,
#wrapper_top div {
    font-size: 0;
    line-height: 0;
}

    /* Logo & Slogan */

a.brand {
    position: relative;
    outline: none;
    z-index: 999;
}

body #masthead,
body #masthead li,
body .nav-collapse {
    line-height: 27px !important;
    font-size: 15px !important;
}

body #masthead .brand {
    padding: 22.5px 15px;
    padding-top: 22.5px;
    padding-bottom: 22.5px;
}

body .brand {
    float: left;
    display: block;
    padding: 30.5px 20px 30.5px;
    margin-left: -20px;
    font-size: 20px;
    font-weight: 200;
    color: #5e5e5e;
    text-shadow: 0 1px 0 white;
}

#header_acdl_logo {
    width: 100%;
    max-width: 300px;
}

#header_acdl_slogan {
    color: #333;
    display: inline-block;
    padding: 27px 0;
    font-size: 16px;
    font-style: italic;
    font-family: 'PT Serif', serif;
}

    /* Font Size */

#header_font_size {
    display: inline-block;
    margin-right: 12px;
}

#header_font_size .font_size {
    display: inline-block;
    font-weight: bold;
    color: #555;
    background: #ddd;
    text-decoration: none;
    text-align: center;
    line-height: 27px;
    height: 27px;
    width: 27px;
    font-size: 14px;
    padding: 3px;
    margin: 0 6px 0 0;
    border-radius: 3px;
    overflow: hidden;
}

#header_font_size .font_size:hover,
#header_font_size .font_size:focus,
#header_font_size .font_size.active_size {
    background: #353535;
    color: #fff;
    opacity: 1;
}

#header_font_size .font_size:nth-child(2) {
    font-size: 17px;
    height: 26px;
    padding: 2px 3px 5px 3px;
}

#header_font_size .font_size:nth-child(3) {
    font-size: 20px;
    height: 26px;
    padding: 1px 3px 6px 3px;
}

    /* Social */

#masthead .container-fluid {
    position: relative;
}

#header_social {
    position: relative;
    float: right;
    padding-top: 27px;
    width: 400px;
    text-align: right;
}

#header_social a {
    vertical-align: top;
}

#header_social a img {
    padding: 3px;
    background: #222;
    border-radius: 3px;
    margin-left: 6px;
}

#header_social a:hover,
#header_social a:focus {
    opacity: .85;
}

#header_social_donate {
    display: inline-block;
    font-weight: bold;
    color: #fff;
    background: #205a54;
    text-decoration: none;
    text-align: center;
    line-height: 27px;
    height: 27px;
    font-size: 15px;
    padding: 3px 10px;
    border-radius: 3px;
}

#header_social_donate:hover,
#header_social_donate:focus {
    opacity: .85;
}

    /* Search */

body #searchform {
    position: relative;
    float: right;
    width: 248px;
    margin: 12px 0 0 0;
    border-radius: 3px;
}

body #searchform input#s {
    border-radius: 3px;
    color: #000;
}

body #searchform i.icon-search {
    position: relative;
    font-size: 20px;
    top: 5.5px;
    right: 27px;
    z-index: 2;
}

body #searchform i.icon-search:hover {
    cursor: pointer;
}

body #searchform input {
    border: 1px solid #ddd;
    font-weight: bold;
    /*font-style: italic;*/
}

body #searchform input:focus {
    border: 1px solid #353535;
    color: #353535;
    font-style: normal;
}

    /* Header Access Adjustments */

#secondaryHeadSection * {
    vertical-align: top;
}

#secondaryHeadSection {
    position: relative;
    margin-top: -77px;
    padding: 0 40px !important;
}

    /* Main Menu */

body .navbar-inner {
    min-height: 0 !important;
    padding-left: 0 !important;
    padding-right: 0 !important;
    background: none !important;
    box-shadow: none !important;
}

.menu-main-menu-container {
    display: block;
    width: 100%;
}

body #menu-main-menu {
    display: block;
    width: 100%;
    background: #111;
    border-radius: 6px;
    font-weight: 900;
    font-size: 16px;
    font-family: "Open Sans", sans-serif;
    text-align: center;
}

body #menu-main-menu li {
    margin: 0 !important;
    line-height: 27px;
    font-size: 15px;
}

body ul#menu-main-menu a {
    text-shadow: none !important;
}

#menu-main-menu > li > a {
    background: none !important;
}

#menu-main-menu .dropdown-menu {
    border-radius: 5px;
}

#menu-main-menu .dropdown-menu,
#menu-main-menu .dropdown-menu li {
    background-color: #111 !important;
}

#menu-main-menu .dropdown-menu a {
    padding: 5px 20px;
    font-weight: 700;
}

#menu-main-menu .dropdown-menu a:hover {
    background: #000;
}

#menu-main-menu.nav > li > a {
    padding: 15px 25px;
    width: 100%;
    text-align: center;
    text-transform: none !important;
    color: #fff;
}

#menu-main-menu li
    position: relative;
    text-transform: none !important;
}

#menu-main-menu li a,
#menu-main-menu li.current_page_ancestor li a {
    position: relative;
    color: #fff;
    text-transform: none !important;
}

#menu-main-menu li a:hover,
#menu-main-menu li a:focus,
.events-page #menu-main-menu > li#menu-item-24 a:hover,
.events-page #menu-main-menu > li#menu-item-24 a:focus,
#menu-main-menu > li.current-menu-item li a:hover,
#menu-main-menu > li.current-menu-item li a:focus,
#menu-main-menu > li.current-menu-parent li a:hover,
#menu-main-menu > li.current-menu-parent li a:focus,
#menu-main-menu li.current-menu-item a,
#menu-main-menu li.current-menu-parent a,
#menu-main-menu li.current_page_parent a,
#menu-main-menu li.current_page_ancestor a,
#menu-main-menu li.current-menu-parent li.current-menu-item a,
#menu-main-menu li.current_page_parent li.current-menu-item a,
#menu-main-menu li.current_page_ancestor li.current-menu-item a {
    /*color: #e69f26;*/
    color: #eaaf4a;
    text-transform: none !important;
}

#menu-main-menu > li a {
    position: relative;
}

#menu-main-menu > li.current-menu-item > a:before,
#menu-main-menu > li.current-menu-parent > a:before,
#menu-main-menu > li.current_page_parent > a:before,
#menu-main-menu > li.current_page_ancestor > a:before {
    position: absolute;
    top: -10px;
    left: 50%;
    margin-left: -12px;
    font-size: 45px;
    font-weight: normal !important;
    color: #fff !important;
    vertical-align: top;
    text-align: center;
    font-family: FontAwesome;
    content: "\f0d7";
}

.events-page #menu-main-menu > li#menu-item-24 a:before {
    display: none;
}

.events-page #menu-main-menu > li#menu-item-24 a,
body #menu-main-menu li.current-menu-item li a,
#menu-main-menu li.current-menu-parent li a,
#menu-main-menu li.current_page_parent li a,
#menu-main-menu li.current_page_ancestor li a {
    color: #fff;
}

    /* Secondary (Top) Menu */

#header_secondary_menu {
    position: absolute;
    top: auto;
    right: 367px;
    margin: 18px 20px 0 0;
    display: inline-block;
    text-align: right;
    font-family: "Open Sans", sans-serif;
}

#header_secondary_menu ul {
    list-style-type: none;
    margin: 0;
    padding: 0;
}

#header_secondary_menu ul li {
    display: inline-block;
    margin: 0 5px 0 12px;
    padding: 0;
    font-weight: 700;
    font-size: 15px;
}

#header_secondary_menu ul li a {
    color: #222;
}

#header_secondary_menu ul li a:hover {
    color: #397370;
}

#menu-top-menu li:first-child a {
    display: inline-block;
    background: url("../images/menu_asl.jpg") top center no-repeat;
    width: 27px;
    height: 27px;
    content: "";
    font-size: 0;
    line-height: 25px;
    color: #000;
    vertical-align: top;
}

#menu-top-menu li:first-child a:hover {
    background: url("../images/menu_asl_hover.jpg") top center no-repeat;
}


    /* Responsive Menu Button */

.navbar .btn-navbar {
    background: #e49826 !important;
    padding: 5px 9px 9px 9px;
    border-radius: 3px;
    margin-right: 0;
}

.navbar .btn-navbar .icon-bar {
    height: 3px;
    box-shadow: none;
    background: #ffd699;
}

.btn-navbar .icon-bar {
    margin-top: 4px;
}

/**
 *  Header Responsive
 */

header#masthead {
    min-height: 158px;
}

@media all and (max-width:1300px) {

    body #menu-main-menu.nav > li > a {
        padding: 15px 17px;
    }

    #menu-main-menu > li:before {
        margin-left: 5px !important;
    }

}

@media all and (max-width:1250px) {

    #header_acdl_slogan {
        display: none;
    }

    #header_social {
        width: 400px;
        padding-bottom: 18px;
    }

    body #searchform {
        clear: right;
    }

}

@media all and (max-width:1200px) {

    body #menu-main-menu.nav > li > a {
        padding: 15px 12px;
        font-size: 15px;
    }

}

@media all and (max-width:1050px) {

    .wrapper {
        width: 100%;
        margin: 0 0 40px;
        border: 0;
    }

    body #menu-main-menu.nav > li > a {
        padding: 15px 10px;
        font-size: 14px;
    }

}

@media all and (max-width:979px) {

    .navbar .btn-navbar {
        position: absolute;
        top: -82px;
        right: 40px;
        z-index: 999;
    }

    body .nav-collapse .nav > li a {
        background-image: none !important;
    }

    body .nav-collapse .nav > li > a {
        padding: 6px 15px !important;
        border: none;
        outline: none;
    }

    body .nav-collapse .nav > li:first-child > a {
        padding-top: 10px !important;
    }

    .nav-collapse .dropdown-menu li > a {
        padding: 5px 20px !important;
        margin: 0 !important;
        border: none;
        outline: none;
    }

    body #menu-main-menu.nav li,
    body #menu-main-menu.nav li a {
        border-radius: 0;
    }

    #header_social {
        width: 300px;
        padding-right: 78px;
    }

    #header_social a.social_icon {
        display: none;
    }

    #menu-main-menu > li:before {
        display: none;
    }

    #menu-main-menu * {
        text-align: left !important;
    }

    #menu-main-menu ul,
    #menu-main-menu ul li {
        display: block;
    }

    #menu-main-menu li,
    #menu-main-menu li a {
        background-color: #111 !important;
        color: #fff;
    }

    #menu-main-menu > li.current-menu-item > a::before, #menu-main-menu > li.current-menu-parent > a::before, #menu-main-menu > li.current_page_parent > a::before, #menu-main-menu > li.current_page_ancestor > a::before {
        display: none !important;
    }

    #menu-main-menu ul {
        border-radius: 5px !important;
        background-color: #282828 !important;
        padding-bottom: 15px !important;
    }

    #menu-main-menu ul li,
    #menu-main-menu ul li a {
        background-color: #282828 !important;
    }

    body .nav-collapse .dropdown-menu a {
        padding: 12px 17px !important;
    }

}

@media all and (max-width:979px) {

    .menu-main-menu-container {
        margin-top: 15px;
    }

}

@media all and (max-width:800px) {

    body a.brand {
        margin-left: 0;
    }

    .navbar .btn-navbar {
        right: 30px;
        margin-right: 10px;
    }

    #header_social {
        width: auto;
        padding-bottom: 5px;
        padding-right: 75px;
    }

    #header_secondary_menu {
        margin-right: 15px;
        clear: right;
        z-index: 9999999;
    }

    #header_social_donate {
        padding-left: 20px;
        padding-right: 20px;
    }

    #header_acdl_logo {
        max-width: 250px;
    }

    .menu-main-menu-container {
        margin-top: 25px;
    }

}

@media all and (max-width:700px) {

    body #masthead a.brand {
        padding-left: 0;
    }

    .navbar .btn-navbar {
        right: 20px;
    }

    body #header_social {
        padding-right: 70px;
    }

    #acdl_headerUpdatesForm {
        display: none;
    }

    #header_social_donate {
        position: absolute;
        top: 80px;
        right: 120px;
        padding-left: 8px;
        padding-right: 8px;
        z-index: 999;
    }

    body #header_getUpdatesButton {
        display: inline-block !important;
        position: absolute;
        top: 80px;
        right: 9px;
        z-index: 999;
    }

    #secondaryHeadSection {
        padding: 0 20px !important;
    }

    #header_social a img {
        padding: 1px;
    }

    #header_social {
        padding-right: 95px;
    }

    #header_font_size .font_size {
        margin: 0 0 0 5px;
    }

    body #header_secondary_menu {
        margin-right: 0 !important;
    }

    body #acdl_headerSearchIcon {
        margin-right: 5px !important;
    }

}

@media all and (max-width:600px) {

    #header_font_size {
        margin-right: 0;
    }

    #content > .section:first-child {
        margin-top: 10px;
        padding-top: 0;
    }

    body #secondaryHeadSection {
        margin-top: 0;
    }

    body .navbar .btn-navbar {
       top: -160px;
    }

    body #acdl_headerSearchIcon {
        top: -30px !important;
        margin-top: 0 !important;
        margin-right: 0;
    }

    body #header_secondary_menu {
        top: -30px !important;
        margin-top: 0 !important;
    }

}

@media all and (max-width:550px) {

    body #footer_after {
        padding: 5px 10px;
    }

    body #menu-footer-menu {
        text-align: left;
        width: auto;
        display: block;
        padding: 0 15px;
    }

    body #menu-footer-menu li {
        display: block;
        margin: 0 0 8px 0;
        padding: 0;
        background: rgba(0,0,0,.2);
        width: auto;
    }

    #menu-footer-menu li a {
        display: block;
        padding: 8px 15px;
        text-decoration: none;
        width: auto;
    }

    #menu-footer-menu li a:hover,
    #menu-footer-menu li a:active {
        background: rgba(0,0,0,.3);
    }

    #masthead .brand {
        width: 230px;
        max-width: 80%;
    }

    #masthead .brand {
        width: 50%;
        max-width: 250px;
    }

    #acdl_headerSearchIcon,
    #header_secondary_menu {
        margin-right: 0 !important;
    }

}

@media all and (max-width:480px) {

    #content {
        padding-top: 20px;
    }

    body #header_font_size {
        display: block;
    }

    body #header_social {
        clear: both;
        text-align: right;
        width: auto;
        display: inline-block;
        padding-top: 28px;
        padding-right: 0;
        margin-right: 50px;
    }

    #header_social_donate {
        top: 80px;
        right: 60px;
    }

    body #header_getUpdatesButton {
        top: 80px;
        right: -50px;
    }

    #header_secondary_menu {
        margin-top: 10px !important;
        margin-right: 0 !important;
        text-align: right;
    }

    #masthead .brand {
        position: absolute;
        top: 0;
        left: 15px;
        padding: 0;
        margin: 0;
        width: 220px;
        max-width: 45%;
    }

    .navbar .btn-navbar {
        margin-right: 0px;
    }

}

@media all and (max-width: 420px) {

    header#masthead {
        min-height: 240px !important;
    }

    body .navbar .btn-navbar {
       top: -245px;
    }

    #masthead .brand {
        max-width: 67%;
    }

    body #header_social {
        clear: both;
        text-align: center;
        width: 100%;
        display: block;
        margin-top: 85px;
        padding-right: 0;
        margin-right: 0;
    }

    #header_social a.font_size {
        margin: 0 6px;
    }

    body #header_secondary_menu {
        clear: both;
        display: block;
        width: 200px !important;
        left: 0 !important;
        right: 0 !important;
        margin: 0 auto !important;
        text-align: center;
        padding: 0;
    }

    #acdl_headerSearchIcon {
        display: none !important;
    }

    body #header_social_donate {
        position: relative;
        top: 15px;
        right: auto;
        margin-right: 11px;
    }

    body #header_getUpdatesButton {
        position: relative;
        top: 15px;
        right: auto;
    }

}


/**
 *  Homepage
 */

/* Home Intro Blocks */

body .home_intro_blocks {
    margin-bottom: 44px;
}

.home_intro_block {
    position: relative;
    z-index: 0;
}

.home_intro_blocks h2 {
    margin: 0;
    padding: 3px 0 10px 0;
    font-size: 26px;
    font-weight: 700;
    text-transform: none;
    white-space: nowrap;
}

.home_intro_block > .wpb_wrapper,
.home_intro_block .vc_column-inner > .wpb_wrapper  {
    position: relative;
    padding: 10px 25px 35px 25px;
    border: 1px solid #ccc;
    border-bottom: none;
    background: #fff;
    overflow: hidden;
    z-index: 0;
}

.home_intro_block .vc_column-inner > .wpb_wrapper {
    margin-bottom: 0;
    padding-bottom: 0;
    border-bottom: 10px solid #000;
}

.home_intro_block.home_intro_block_1 .vc_column-inner > .wpb_wrapper {
    border-bottom-color: #e59c2f;
}

.home_intro_block.home_intro_block_2 .vc_column-inner > .wpb_wrapper {
    border-bottom-color: #e0341f;
}

.home_intro_block.home_intro_block_3 .vc_column-inner > .wpb_wrapper {
    border-bottom-color: #353535;
}

.home_intro_block_1 h2 {
    color: #c98218;
}

.home_intro_block_2 h2 {
    color: #e0341f;
}

.home_intro_block_3 h2 {
    color: #353535;
}

.home_intro_block > .wpb_wrapper:after {
    position: absolute;
    bottom: 0;
    left: 0;
    width: 100%;
    height: 10px;
    content: "";
}

.home_intro_block_1 > .wpb_wrapper:after,
.home_intro_block_1 .vc_column-inner > .wpb_wrapper:after {
    background: #e59c2f;
}

.home_intro_block_2 > .wpb_wrapper:after,
.home_intro_block_2 .vc_column-inner > .wpb_wrapper:after {
    background: #e0341f;
}

.home_intro_block_3 > .wpb_wrapper:after,
.home_intro_block_3 .vc_column-inner > .wpb_wrapper:after {
    background: #353535;
}

.home_intro_block > .wpb_wrapper:before,
.home_intro_block .vc_column-inner > .wpb_wrapper:before {
    position: relative;
    float: right;
    width: 70px;
    height: 70px;
    margin: 5px 0 3px 15px;
    right: -5px;
    content: "";
    z-index: -1;
}

.home_intro_block_1 > .wpb_wrapper:before,
.home_intro_block_1 .vc_column-inner > .wpb_wrapper:before {
    background: url("../images/home/intro_block_1.jpg") top center no-repeat;
    background-size: 100%;
}

.home_intro_block_2 > .wpb_wrapper:before,
.home_intro_block_2 .vc_column-inner > .wpb_wrapper:before {
    background: url("../images/home/intro_block_2.jpg") top center no-repeat;
    background-size: 100%;
}

.home_intro_block_3 > .wpb_wrapper:before,
.home_intro_block_3 .vc_column-inner > .wpb_wrapper:before {
    background: url("../images/home/intro_block_3.jpg") top center no-repeat;
    background-size: 100%;
}

.home_intro_block:after {
    position: absolute;
    bottom: -11px;
    left: 50%;
    margin-left: -180px;
    width: 360px;
    height: 11px;
    content: "";
    background: url("../images/home/intro_block_shadow.png") top center no-repeat;
    background-size: 100%;
    z-index: 1;
}

@media all and (max-width: 1340px) {

    .home_intro_block:after {
        display: none;
    }

}

@media all and (min-width: 768px) and (max-width: 1250px) {

    .home_intro_block > .wpb_wrapper:before,
    .home_intro_block .vc_column-inner > .wpb_wrapper:before {
        display: none;
    }

}

@media all and (max-width: 768px) {

    body #homepage_slider {
        padding: 0 20px;
    }

    .home_intro_block {
        margin-bottom: 30px;
    }

}

@media all and (max-width: 450px) {

    .home_intro_block > .wpb_wrapper:before,
    .home_intro_block > .vc_column-inner > .wpb_wrapper:before {
        display: none;
    }

}


/**
 *  Headings
 */

body .vc_separator h4 {
    position: relative;
    text-transform: none;
    font-size: 160%;
    font-weight: 700;
    color: #222;
    letter-spacing: -.25px;
    z-index: 5;
    background: #f9f9f9;
}


/**
 *  Sections
 */

body .section-alt {
    position: relative;
    left: -25px;
    padding-left: 40px;
    padding-right: 40px;
    width: 100%;
    overflow: auto;
    padding-bottom: 15px;
    margin-bottom: 40px;
}

body .section-alt::after,
body .section-alt:last-child::after {
    bottom: 0px;
    background-image: url("../images/bottom-shadow.png");
}

body .section-alt::before,
body .section-alt::after {
    content: "";
    position: absolute;
    width: 100%;
    height: 20px;
    line-height: 20px;
    left: 0px;
    background-repeat: no-repeat;
    background-size: 100% 20px;
    z-index: 100;
}

.section-header h2,
.section-header h1.main_heading {
    background-color: #fbfbfb;
    text-align: center;
    display: inline-block;
    border-bottom: 0px none;
    padding: 0px 24px;
    position: relative;
    z-index: 1;
    margin-bottom: 0px;
    text-transform: none;
}

.section-header h1.main_heading {
    font-size: 24px;
    line-height: 48px;
}

.section-alt .section-header h2 {
    background-color: #F2F2F4;
}

/* Recent Posts (ACDL News) */

.home_acdl_news_section .vc_column-inner {
    padding-left: 0 !important;
    padding-right: 0 !important;
}

.home_acdl_news .vc_column-inner {
    padding-left: 0 !important;
    padding-right: 0 !important;
    box-sizing: content-box !important;
}

.home_acdl_news_section .vc_col-sm-9 {
    width: 72%;
}

.home_acdl_news_section .vc_col-sm-3 {
    width: 28%;
}

body .home_acdl_news {
    padding-left: 0;
    padding-right: 0;
}

.recent_post_home {
    position: relative;
    padding: 25px 25px 25px 25px;
    background: #fff;
    border: 1px solid #ccc;
    clear: both;
    margin: 0 0 35px 0;
}

.recent_post_home h3 {
    text-transform: none;
    font-size: 18px;
    line-height: 24px;
    margin: 0 0 2px 0;
    padding: 0;
}

.recent_post_home h3 a {
    color: #222;
}

.recent_post_home h3 a:hover,
.recent_post_home .entry-meta a {
    color: #205a54;
}

.recent_post_home .entry-meta {
    font-size: 13px;
    line-height: 18px;
    padding-bottom: 13px;
    margin-bottom: 16px;
    border-bottom: 1px solid #eee;
}

.recent_post_home .entry-summary-wrap {

}

.recent_post_home .recent_post_home_thumb {
    position: relative;
    display: inline-block;
    margin: 0 15px 0 0;
    float: left;
    width: 50%;
    max-width: 180px;
}

.recent_post_home .recent_post_home_thumb img {
    width: 100%;
    height: auto;
    border-radius: 3px;
    box-shadow: 0px 0px 5px rgba(0,0,0,0.35) inset;
}

.recent_post_home .post_read_more {
    position: relative;
    display: inline-block;
    padding: 2px 15px;
    color: #fff;
    font-weight: bold;
    font-size: 13px;
    text-align: center;
    /*background: #e49c2f;*/
    background: #654731;
    border-radius: 3px;
    float: right;
    margin-top: 8px;
}

.recent_post_home .post_read_more:hover {
    background: #111;
}

.recent_post_home_content {
    display: block;
    clear: both;
    overflow: auto;
}

.recent_post_home:after {
    position: absolute;
    bottom: -11px;
    left: 50%;
    margin-left: -400px;
    width: 800px;
    height: 11px;
    content: "";
    background: url("../images/home/news_block_shadow.png") top center no-repeat;
    background-size: 100% auto;
    z-index: 1;
}

.search .recent_post_home:after {
    width: 1050px;
    margin-left: -525px;
}

#view_more_acdl_news,
.view_more_acdl_home {
    text-align: right;
    margin: -10px 0 -20px 0;
    padding: 0 0 15px 0;
    font-weight: bold;
}

#view_more_acdl_news a,
.view_more_acdl_home a {
    color: #205a54;
}

#view_more_acdl_news a:hover,
.view_more_acdl_home a:hover {
    color: #222;
}

@media all and (max-width: 1340px) {

    .recent_post_home:after {
        display: none;
    }

}

/* Quick Links (News Aside) */

.recent_news_aside_block {

}

.home_acdl_news_section .vc_col-sm-3 {
    position: relative;
    left: 5px;
    padding-right: 0;
    padding-left: 35px;
}

#recent_news_aside_1 {

}

#recent_news_aside_2 {

}

#recent_news_aside_1 h4 {
    margin-top: 0;
}

.recent_news_aside_block h4 {
    text-transform: none;
    font-size: 20px;
    letter-spacing: -.25px;
    line-height: 26px;
    margin: 30px 0 20px 0;
    padding: 0;
    font-weight: bold;
    white-space: nowrap;
}

.recent_news_aside_block h4 .head_sub {
    display: block;
    font-size: 16px;
    font-weight: normal;
}

body div.recent_news_aside_block p {
    margin: 0 0 0 0;
    padding: 0 0 0 0;
}

body div.recent_news_aside_block br {
    display: none;
}

.recent_news_aside_link,
.recent_news_aside_link:visited,
.recent_news_aside_link:active {
    position: relative;
    display: block;
    width: 80%;
    max-width: 220px;
    margin: 20px 0;
    padding: 10px 0 10px 47px;
    height: 20px;
    line-height: 20px;
    font-size: 15px;
    font-weight: bold;
    vertical-align: middle;
    color: #fff;
    background: #205a54;
    border-radius: 5px;
    white-space: nowrap;
}

.recent_news_aside_link:hover {
    color: #fff;
    text-decoration: none;
    background-color: #222;
}

.recent_news_aside_link:after {
    position: absolute;
    top: 9px;
    left: 14px;
    width: 22px;
    height: 22px;
    content: "";
}

#aside_link_self_ad:after {
    background: url("../images/home/aside_self.png") top center no-repeat;
}

#aside_link_intake:after {
    background: url("../images/home/aside_intake.png") top center no-repeat;
}

#aside_link_training:after {
    background: url("../images/home/aside_cal.png") top center no-repeat;
}

#aside_link_ways:after {
    background: url("../images/home/aside_heart.png") top center no-repeat;
}

#aside_link_info:after {
    background: url("../images/home/aside_info.png") top center no-repeat;
}

.recent_news_aside_link.need_help:after {
    top: 10px;
    background: url("../images/home/aside_alert.png") top center no-repeat;
}

@media all and (max-width: 1200px) {

    .recent_news_aside_block h4 {
        font-size: 18px;
    }

    .home_acdl_news_section .vc_col-sm-9 {
        width: 66%;
    }

    .home_acdl_news_section .vc_col-sm-3 {
        width: 34%;
    }

}

@media all and (max-width: 1000px) {

    .recent_news_aside_link {
        font-size: 13px;
    }

}

@media all and (min-width:800px) and (max-width: 900px) {

    .recent_news_aside_link {
        font-size: 14px;
        padding-left: 20px;
        width: 100%;
    }

    .recent_news_aside_link:after {
        display: none;
    }

}

@media all and (max-width: 800px) {

    .recent_news_aside_link {
        width: 100%;
        max-width: 180px;
    }

    .home_acdl_news_section .vc_col-sm-9 {
        width: 100%;
        clear: both;
    }

    .home_acdl_news_section .vc_col-sm-3 {
        display: block;
        width: 100%;
        padding-left: 0;
        padding-right: 0;
        clear: both;
        left: auto;
    }

    #recent_news_aside_1 h4 {
        margin-top: 30px;
    }

    #recent_news_aside_1 {
        display: inline-block;
        width: 45%;
        margin-right: 7%;
        vertical-align: top;
    }

    #recent_news_aside_2 {
        display: inline-block;
        width: 45%;
        vertical-align: top;
        float: right;
    }

}

@media all and (max-width: 550px) {

    #recent_news_aside_1 {
        display: block;
        width: 100%;
        margin-right: 0;
        float: none;
    }

    #recent_news_aside_2 {
        display: block;
        width: 100%;
        vertical-align: top;
        float: none;
    }

    .recent_news_aside_link {
        margin-left: auto;
        margin-right: auto;
    }

}


/**
 * Footer
 */

#footer {
    text-shadow: none;
    color: #000;
    letter-spacing: -.25px;
    padding-bottom: 35px;
    margin-bottom: 0;
}

#footer a {
    color: #205a54;
    text-shadow: none;
    font-weight: 600;
}

#footer a:hover {
    color: #111;
}

#footer_acdl_logo {
    width: 100%;
    max-width: 200px;
    margin-bottom: 15px;
}

#footer_social {
    margin: 25px 0 15px 0;
    padding: 0;
}

#footer_social img {
    margin: 0 15px 10px 0;
    opacity: .9;
}

#footer_social img:hover {
    opacity: .85;
}

#footer:after {
    display: none;
}

#footer .wrapper {
    width: auto;
    margin: 0;
}

#footer_left_col {
    width: 36%;
}

#footer_middle_col {
    position: relative;
    left: 4%;
    width: 27%;
}

#footer_right_col {
    position: relative;
    left: 4%;
    width: 27%;
}

#footer_after {
    text-align: center;
    padding: 25px 0;
    color: #000;
    font-weight: bold;
}

#footer_author,
#footer_author a {
    color: #111;
    font-size: 13px;
    font-weight: normal;
}

#menu-footer-menu {
    list-style-type: none;
    margin: 0 auto 30px auto;
    max-width: 900px;
    padding: 0 40px;
}

#menu-footer-menu li {
    display: inline-block;
    margin: 0 20px 8px 20px;
}

#menu-footer-menu li a {
    color: #fff;
    font-weight: 700;
    font-size: 15px;
    text-decoration: none;
}

#menu-footer-menu li a:hover {
    color: #eba32a;
}

@media all and (max-width: 1100px) {

    #footer_left_col {
        width: 100%;
        left: auto;
        padding-bottom: 20px;
    }

    #footer_middle_col {
        display: inline-block !important;
        width: 45%;
        left: auto;
        margin-left: 0;
    }

    #footer_right_col {
        display: inline-block !important;
        width: 45%;
        left: auto;
        margin-left: 0;
    }

}

@media all and (max-width: 700px) {

    #footer_middle_col,
    #footer_right_col {
        display: block !important;
        width: 100%;
        margin-bottom: 35px;
    }

}


/**
 *  Homepage Slider
 */

#homepage_slider {
    max-width: 1129px;
    padding: 0 40px;
    margin: 30px auto -40px auto;
}

#homepage_slider .caption-wrap {
    overflow: hidden;
}

#homepage_slider .metaslider .slides img {
    width: 68.5%;
    float: right;
}

#homepage_slider .metaslider .caption-wrap {
    top: 0;
    bottom: auto;
    height: 100%;
    left: 0;
    width: 32%;
    opacity: 1;
    background: none;
    z-index: 1;
}

#homepage_slider .metaslider .caption {
    background: #111;
}

#homepage_slider .metaslider .caption-wrap:before {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    /*
    background: #282828;
    opacity: .94;
    */
    background: #111;
    content: "";
    z-index: -1;
}

#homepage_slider .metaslider .caption-wrap .caption {
    position: relative;
    padding: 25px 30px;
}

#homepage_slider .metaslider .caption-wrap .caption h2 a,
#homepage_slider .metaslider .caption-wrap .caption .acdl_slide_head a {
    color: #fff;
}

body #homepage_slider .metaslider .caption-wrap .caption h2 a:hover,
#homepage_slider .metaslider .caption-wrap .caption .acdl_slide_head a:hover {
    /*color: #f09e28 !important;*/
    color: #eaaf4a !important;
    text-decoration: none;
}

#homepage_slider .metaslider .caption-wrap .caption .acdl_slider_read_more {
    display: inline-block;
    padding: 5px 25px;
    margin: 5px 0 0 0;
    background: #2a6961;
    border-radius: 5px;
    text-align: center;
    color: #fff;
    box-shadow: 0px 0px 5px #282828;
    font-weight: bold;
    cursor: pointer;
    font-size: 15px !important;
    line-height: 27px !important;
}

#homepage_slider .metaslider .caption-wrap .acdl_slider_read_more:hover {
    background: #f09e28;
    color: #000;
}

#homepage_slider .metaslider .caption-wrap .caption h1,
#homepage_slider .metaslider .caption-wrap .caption h2,
#homepage_slider .metaslider .caption-wrap .caption h3,
#homepage_slider .metaslider .caption-wrap .caption h4,
#homepage_slider .metaslider .caption-wrap .caption h5,
#homepage_slider .metaslider .caption-wrap .caption .acdl_slide_head {
    color: #fff;
    font-size: 28px;
    line-height: 36px;
    font-weight: 700;
    text-transform: none;
    letter-spacing: -.25px;
    margin: 0 0 15px 0;
    padding: 0;
}

#homepage_slider .metaslider .caption-wrap .caption p {
    margin: 0 0 15px 0;
    padding: 0;
    font-size: 15px;
    line-height: 26px;
}

.flex-controls-outside .flex-control-nav {
    position: absolute;
    bottom: 10px;
    right: 65px;
    float: right;
    width: auto !important;
    display: inline-block;
}

#homepage_slider .flex-direction-nav {
    position: absolute;
    bottom: 30px;
    left: 27%;
}

#homepage_slider .flex-direction-nav .flex-prev,
#homepage_slider .flex-direction-nav .flex-next {
    opacity: .65;
    transition: none;
    left: 0;
    width: 42px;
    height: 50px;
}

#homepage_slider .flex-direction-nav .flex-prev {
    margin-left: -30px;
    background: url("../images/slider_nav_left.png") top center no-repeat;
    background-size: 60%;
}

#homepage_slider .flex-direction-nav .flex-next {
    background: url("../images/slider_nav_right.png") top center no-repeat;
    background-size: 60%;
}

#homepage_slider .flex-direction-nav .flex-prev:hover,
#homepage_slider .flex-direction-nav .flex-next:hover {
    opacity: 1;
}

@media all and (max-width: 1350px) {

    #homepage_slider .metaslider .caption-wrap .acdl_slider_read_more {
        display: none !important;
    }

}

@media all and (max-width: 1250px) {

    #homepage_slider .metaslider .caption-wrap .caption {
        padding: 20px 25px;
    }

    #homepage_slider .metaslider .caption-wrap .caption,
    #homepage_slider .metaslider .caption-wrap .caption p {
        line-height: 20px;
    }
}

@media all and (max-width: 1100px) {

    #homepage_slider .metaslider .caption-wrap .caption h1,
    #homepage_slider .metaslider .caption-wrap .caption h2,
    #homepage_slider .metaslider .caption-wrap .caption h3,
    #homepage_slider .metaslider .caption-wrap .caption h4,
    #homepage_slider .metaslider .caption-wrap .caption h5,
    #homepage_slider .metaslider .caption-wrap .caption .acdl_slide_head {
        font-size: 20px;
        line-height: 26px;
        margin: 0 0 10px 0;
        padding: 0;
    }

    #homepage_slider .metaslider .caption-wrap .caption,
    #homepage_slider .metaslider .caption-wrap .caption p {
        font-size: 14px;
        line-height: 18px;
    }

    #homepage_slider .metaslider .caption-wrap .caption {
        padding: 20px;
    }

}

@media all and (max-width: 900px) {

    #homepage_slider .metaslider .caption-wrap .caption h1,
    #homepage_slider .metaslider .caption-wrap .caption h2,
    #homepage_slider .metaslider .caption-wrap .caption h3,
    #homepage_slider .metaslider .caption-wrap .caption h4,
    #homepage_slider .metaslider .caption-wrap .caption h5 {
        font-size: 18px;
        line-height: 22px;
    }

    #homepage_slider .metaslider .caption-wrap .caption {
        padding: 15px 15px;
    }

}

@media all and (max-width: 1100px) {

    #homepage_slider .metaslider .caption-wrap:after {
        position: absolute;
        display: block;
        width: 100%;
        height: 40px;
        border-bottom: 10px solid #282828;
        bottom: 0;
        left: 0;
        z-index: 1;
        content: "";
        /* IE9 SVG, needs conditional override of 'filter' to 'none' */
        background: url(data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiA/Pgo8c3ZnIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyIgd2lkdGg9IjEwMCUiIGhlaWdodD0iMTAwJSIgdmlld0JveD0iMCAwIDEgMSIgcHJlc2VydmVBc3BlY3RSYXRpbz0ibm9uZSI+CiAgPGxpbmVhckdyYWRpZW50IGlkPSJncmFkLXVjZ2ctZ2VuZXJhdGVkIiBncmFkaWVudFVuaXRzPSJ1c2VyU3BhY2VPblVzZSIgeDE9IjAlIiB5MT0iMCUiIHgyPSIwJSIgeTI9IjEwMCUiPgogICAgPHN0b3Agb2Zmc2V0PSIwJSIgc3RvcC1jb2xvcj0iIzI4MjgyOCIgc3RvcC1vcGFjaXR5PSIwIi8+CiAgICA8c3RvcCBvZmZzZXQ9IjEwMCUiIHN0b3AtY29sb3I9IiMyODI4MjgiIHN0b3Atb3BhY2l0eT0iMSIvPgogIDwvbGluZWFyR3JhZGllbnQ+CiAgPHJlY3QgeD0iMCIgeT0iMCIgd2lkdGg9IjEiIGhlaWdodD0iMSIgZmlsbD0idXJsKCNncmFkLXVjZ2ctZ2VuZXJhdGVkKSIgLz4KPC9zdmc+);
        background: -moz-linear-gradient(top,  rgba(40,40,40,0) 0%, rgba(40,40,40,1) 100%); /* FF3.6+ */
        background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,rgba(40,40,40,0)), color-stop(100%,rgba(40,40,40,1))); /* Chrome,Safari4+ */
        background: -webkit-linear-gradient(top,  rgba(40,40,40,0) 0%,rgba(40,40,40,1) 100%); /* Chrome10+,Safari5.1+ */
        background: -o-linear-gradient(top,  rgba(40,40,40,0) 0%,rgba(40,40,40,1) 100%); /* Opera 11.10+ */
        background: -ms-linear-gradient(top,  rgba(40,40,40,0) 0%,rgba(40,40,40,1) 100%); /* IE10+ */
        background: linear-gradient(to bottom,  rgba(40,40,40,0) 0%,rgba(40,40,40,1) 100%); /* W3C */
        filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#00282828', endColorstr='#282828',GradientType=0 ); /* IE6-8 */
    }

}

@media all and (max-width: 850px) {

    .flex-controls-outside .flex-control-nav {
        right: 35px;
    }

    #homepage_slider .flex-direction-nav {
        position: absolute;
        bottom: 25px;
        left: 24%;
    }

}

@media all and (max-width: 600px) {

    #homepage_slider {
        display: none;
    }

}


/**
 *  Blog
 */

.post_page_feature_image {
    width: 40%;
    max-width: 225px;
    height: auto;
    float: left;
    margin: 0 18px 0 0;
    border-radius: 5px;
}

body h1 {
    text-transform: none;
    margin-bottom: 15px;
}

h5.post_page_date_time {
    display: inline-block;
    margin-right: 15px;
    width: auto;
}

.span3.sidebar {
    padding-top: 8px;
}

.sidebar_file_attachments {
    padding: 0;
    margin: 0;
}

.sidebar_file_attachments li {
    position: relative;
    padding: 0 0 20px 20px;
    margin: 0;
    font-weight: 700;
}

.sidebar_file_attachments li:before {
    position: absolute;
    top: 0;
    left: 0;
    content: "»";
}

#sidebar_file_attachments_section {
    background: #eee;
    padding: 20px 20px 0 20px;
}

.section-header.blog-section-header h1,
.section-header.page-section-header h1 {
    background: #fbfbfb;
}

.post-body {
    margin-bottom: 0;
    padding-bottom: 0;
    border-bottom: none;
}

@media all and (min-width:768px) {

    .span12.post-body {
        padding-right: 25px;
    }

    .fb_iframe_widget {
        position: relative;
        top: -8px;
    }

}


/**
 *  Events
 */

body #tribe-events-pg-template {
    max-width: 1129px;
    padding-bottom: 45px;
    padding-top: 30px;
}

body .tribe-events-list-separator-month span {
    background-color: #fbfbfb;
}

h2.tribe-events-single-event-title {
    text-transform: none;
}

.homepage_acdl_events_list {
    font-size: 0;
}

.upcoming_events_home.recent_post_home {
    display: inline-block;
    width: 30.5%;
    margin-right: 3%;
    vertical-align: top;
    min-height: 300px;
}

.upcoming_events_home.recent_post_home.third_event {
    margin-right: 0;
}

.upcoming_events_home.recent_post_home::after {
    position: absolute;
    bottom: -11px;
    left: 50%;
    margin-left: -165px;
    width: 330px;
    height: 11px;
    content: "";
    background: url("../images/home/event_block_shadow.png") top center no-repeat;
    z-index: 1;
}

.upcoming_events_home.recent_post_home {
    padding: 0;
}

.upcoming_events_home.recent_post_home .recent_post_home_content {
    padding: 18px;
    padding-bottom: 40px;
}

.upcoming_events_home.recent_post_home h3 {
    font-size: 18px;
}

.upcoming_events_home.recent_post_home h3 a {
    color: #205a54;
}

.upcoming_events_home.recent_post_home h3 a:hover {
    color: #333;
}

.upcoming_events_home.recent_post_home .post_read_more {
    position: absolute;
    bottom: 18px;
    right: 18px;
    margin-top: 0;
}

.home_event_time {
    font-size: 14px;
    line-height: 22px;
    margin: 0;
    padding: 12px 0;
    font-weight: bold;
    padding-right: 45px;
}

.home_event_date {
    display: inline-block;
    float: right;
    margin: 0 0 0 8px;
    padding: 7px;
    border-radius: 3px;
    background: #205a54;
    color: #fff;
    font-weight: 700;
    font-size: 34px;
    line-height: 22px;
    text-align: center;
    text-transform: uppercase;
    width: 40px;
    height: 40px;
    overflow: visible;
}

.home_event_date:hover {
    color: #fff;
    background: #333;
    text-decoration: none;
    overflow: visible;
}

.home_event_day {
    display: block;
    text-align: center;
    width: 100%;
}

.home_event_month {
    display: block;
    font-size: 14px;
    text-align: center;
    width: 100%;
}

@media all and (max-width: 900px) {

    .upcoming_events_home.recent_post_home {
        display: block;
        width: auto;
        margin-right: 0;
        min-height: 0;
    }

}


/**
 *  About Us Page
 */

.about_mission_text {
    text-align: center;
    font-size: 17px;
    line-height: 32px;
    padding: 0px 5%;
    font-family: "PT Serif";
}

.about_mission_text p {
    padding-bottom: 9px;
}

/* Home Intro Blocks */

.about_intro_blocks {
    margin-bottom: 40px;
}

/*
body .about_intro_blocks,
body .acdl_link_groups_block {
    margin-left: 0;
    margin-right: 0;
}

body .vc_column_container > .vc_column-inner {
    padding-left: 0;
    padding-right: 0;
}
*/

.about_intro_block {
    position: relative;
    z-index: 0;
}

.about_intro_blocks h2 {
    margin: 0;
    padding: 3px 50px 10px 0;
    font-size: 26px;
    font-weight: 700;
    text-transform: none;
}

.about_intro_blocks h4 {
    font-size: 20px;
    line-height: 30px;
    margin: 20px 0 5px 0;
    padding: 0;
}

.about_intro_block > .vc_column-inner > .wpb_wrapper,
.about_intro_block > .wpb_wrapper {
    position: relative;
    padding: 20px 35px 40px 35px;
    border: 1px solid #ccc;
    border-bottom: none;
    background: #fff;
    overflow: hidden;
    z-index: 0;
    /*max-width: 940px;*/
    margin: 0 auto;
}

.about_intro_block_1 h2 {
    color: #C98218;
}

.about_intro_block_2 h2 {
    color: #205a54;
}

.about_intro_block_3 h2 {
    color: #353535;
}

.about_intro_block_4 h2 {
    color: #e0341f;
}

.about_intro_block > .vc_column-inner > .wpb_wrapper:after,
.about_intro_block > .wpb_wrapper:after {
    position: absolute;
    bottom: 0;
    left: 0;
    width: 100%;
    height: 10px;
    content: "";
}

.about_intro_block_1 > .vc_column-inner > .wpb_wrapper:after ,
.about_intro_block_1 > .wpb_wrapper:after {
    background: #e59c2f;
}

.about_intro_block_2 > .vc_column-inner > .wpb_wrapper:after,
.about_intro_block_2 > .wpb_wrapper:after {
    background: #488a83;
}

.about_intro_block_3 > .vc_column-inner > .wpb_wrapper:after,
.about_intro_block_3 > .wpb_wrapper:after {
    background: #353535;
}

.about_intro_block_4 > .vc_column-inner > .wpb_wrapper:after,
.about_intro_block_4 > .wpb_wrapper:after {
    background: #e0341f;
}

.about_intro_block > .vc_column-inner > .wpb_wrapper:before,
.about_intro_block > .wpb_wrapper:before {
    position: relative;
    float: right;
    width: 70px;
    height: 70px;
    margin: 5px 0 3px 15px;
    right: -5px;
    content: "";
    z-index: -1;
}

.about_intro_block_1 > .vc_column-inner > .wpb_wrapper:before {
    background: url("../images/home/intro_block_1.jpg") top center no-repeat;
    background-size: 100%;
}

.about_intro_block_2 > .vc_column-inner > .wpb_wrapper:before {
    background: url("../images/home/intro_block_2.jpg") top center no-repeat;
    background-size: 100%;
}

.about_intro_block_3 > .vc_column-inner > .wpb_wrapper:before {
    background: url("../images/home/intro_block_3.jpg") top center no-repeat;
    background-size: 100%;
}

.about_intro_block_4 > .vc_column-inner > .wpb_wrapper:before {
    background: url("../images/home/intro_block_4.png") top center no-repeat;
    background-size: 100%;
}

.about_intro_block:after {
    position: absolute;
    bottom: -11px;
    left: 50%;
    /*
    margin-left: -480px;
    width: 960px;
    background: url("../images/wide_block_shadow.png") top center no-repeat;
    */
    margin-left: -570px;
    width: 1140px;
    background: url("../images/bottom_shadow_1140.png") top center no-repeat;
    opacity: .75;
    height: 11px;
    content: "";
    background-size: 100%;
    z-index: 1;
}

.about_intro_block ul {
    list-style-type: none;
    margin: 15px 0 25px 0;
    padding: 0;
}

.about_intro_block ul li {
    position: relative;
    margin: 0;
    padding: 10px 20px 10px 38px;
    border-bottom: 1px dotted #ccc;
    font-weight: 600;
}

.about_intro_block ul li:before {
    position: absolute;
    top: 8px;
    left: 20px;
    content: "»";
    color: #666;
    font-weight: normal;
}

.about_intro_block ul li:last-child,
.about_intro_block ul li ul li {
    border-bottom: none;
}

.about_intro_block_2 p {
    padding-bottom: 25px;
    margin-bottom: 20px;
    border-bottom: 1px dotted #ccc;
}

.about_intro_block_2 p:last-child {
    border-bottom: none;
}

@media all and (max-width: 1340px) {

    .about_intro_block:after {
        display: none;
    }

}

@media all and (max-width: 768px) {

    .about_intro_blocks {
        margin-bottom: 30px;
    }

}

@media all and (max-width: 450px) {

    .about_intro_block > .vc_column-inner > .wpb_wrapper:before {
        display: none;
    }

    .about_intro_blocks h2 {
        padding: 3px 0 10px 0;
    }

    .about_intro_block ul li {
        padding: 10px 0 10px 0;
    }

    .about_intro_block ul li ul li {
        padding: 10px 0 10px 10px;
    }

    .about_intro_block ul li:before {
        display: none;
    }

}


/**
 *  Buttons
 */

.green_button,
.acdl_button.green_button,
.acdl_button,
.acdl_button:active,
.acdl_button:visited {
    position: relative;
    display: inline-block;
    padding: 10px 20px;
    margin: 5px 8px 0 8px;
    min-height: 20px;
    min-width: 92px;
    line-height: 20px;
    font-size: 15px;
    font-weight: bold;
    vertical-align: middle;
    color: #fff;
    background: #205a54;
    border-radius: 5px;
    text-align: center;
    text-decoration: none !important;
}

.green_button:hover,
.acdl_button:hover {
    color: #fff !important;
    text-decoration: none;
    background-color: #222;
}

.acdl_button.gray_button {
    background-color: #333;
}

.acdl_button.gray_button:hover {
    background-color: #222;
}

.acdl_button.brown_button {
    background-color: #5e4a2f;
}

.acdl_button.brown_button:hover {
    background-color: #333;
}

.acdl_button.button_acrobat {
    background: #a90707;
    padding-left: 55px !important;
    margin: 10px 20px 0 20px;
}

.acdl_button.button_word {
    background: #2d5a9e;
    padding-left: 55px !important;
    margin: 10px 20px 0 20px;
}

.acdl_button.button_acrobat:hover {
    background: #910606;
}

.acdl_button.button_word:hover {
    background: #244b86;
}

.acdl_button.button_acrobat:before {
    position: absolute;
    top: 1px;
    left: 7px;
    width: 38px;
    height: 38px;
    background: url("../images/icons/acrobat_logo.png") top center no-repeat;
    background-size: 100%;
    content: "";
    z-index: 1;
}

.acdl_button.button_word:before {
    position: absolute;
    top: 0;
    left: 7px;
    width: 38px;
    height: 38px;
    background: url("../images/icons/word_logo.png") top center no-repeat;
    background-size: 100%;
    content: "";
    z-index: 1;
}

/**
 * Featured Blocks
 */

body .featured_blocks {
    margin-bottom: 44px;
}

.featured_block {
    position: relative;
    z-index: 0;
}

.featured_blocks h2 {
    margin: 0;
    padding: 3px 0 10px 0;
    font-size: 26px;
    font-weight: 700;
    text-transform: none;
    white-space: nowrap;
}

.featured_block > .vc_column-inner > .wpb_wrapper,
.featured_block > .wpb_wrapper {
    position: relative;
    padding: 10px 25px 0px 25px;
    border: 1px solid #ccc;
    border-bottom: none;
    background: #fff;
    overflow: hidden;
    z-index: 0;
}

.featured_block_1 h2 {
    color: #C98218;
}

.featured_block_2 h2 {
    color: #205a54;
}

.featured_block_3 h2 {
    color: #353535;
}

.featured_block > .vc_column-inner > .wpb_wrapper:after,
.featured_block > .wpb_wrapper:after {
    position: absolute;
    bottom: 0;
    left: 0;
    width: 100%;
    height: 10px;
    content: "";
}

.featured_block_1 > .vc_column-inner > .wpb_wrapper:after,
.featured_block_1 > .wpb_wrapper:after {
    background: #e59c2f;
}

.featured_block_2 > .vc_column-inner > .wpb_wrapper:after,
.featured_block_2 > .wpb_wrapper:after {
    background: #205a54;
}

.featured_block_3 > .vc_column-inner > .wpb_wrapper:after,
.featured_block_3 > .wpb_wrapper:after {
    background: #353535;
}

.featured_block > .vc_column-inner > .wpb_wrapper:before,
.featured_block > .wpb_wrapper:before {
    position: relative;
    float: right;
    width: 70px;
    height: 70px;
    margin: 5px 0 3px 15px;
    right: -5px;
    content: "";
    z-index: -1;
}

.block_call_us > .vc_column-inner > .wpb_wrapper:before,
.block_call_us > .wpb_wrapper:before {
    background: url("../images/icons/block_call_us.png") top center no-repeat;
    background-size: 95%;
}

.block_intake > .vc_column-inner > .wpb_wrapper:before,
.block_intake > .wpb_wrapper:before {
    background: url("../images/icons/block_intake.png") top center no-repeat;
    background-size: 91%;
}

.block_advocacy > .vc_column-inner > .wpb_wrapper:before,
.block_advocacy > .wpb_wrapper:before {
    background: url("../images/icons/block_advocacy.jpg") top center no-repeat;
    background-size: 100%;
}

.featured_block:after {
    position: absolute;
    bottom: -11px;
    left: 50%;
    margin-left: -180px;
    width: 360px;
    height: 11px;
    content: "";
    background: url("../images/home/intro_block_shadow.png") top center no-repeat;
    background-size: 100%;
    z-index: 1;
}

@media all and (max-width: 1340px) {

    .featured_block:after {
        display: none;
    }

}

@media all and (min-width: 768px) and (max-width: 1250px) {

    .featured_block > .vc_column-inner > .wpb_wrapper:before,
    .featured_block > .wpb_wrapper:before {
        display: none;
    }

}

@media all and (max-width: 768px) {

    .featured_block {
        margin-bottom: 30px;
    }

}

@media all and (max-width: 450px) {

    .featured_block > .wpb_wrapper:before {
        display: none;
    }

    .featured_block > .vc_column-inner > .wpb_wrapper:before,
    .featured_block > .wpb_wrapper:before {
        display: none;
    }

}


/**
 *  Featured Wide Blocks
 */


.featured_wide_block {
    position: relative;
    z-index: 0;
}

.featured_wide_blocks h2 {
    margin: 0;
    padding: 3px 50px 10px 0;
    font-size: 26px;
    font-weight: 700;
    text-transform: none;
}

.featured_wide_blocks h4 {
    font-size: 20px;
    line-height: 30px;
    margin: 20px 0 5px 0;
    padding: 0;
}

.featured_wide_block > .vc_column-inner > .wpb_wrapper,
.featured_wide_block > .wpb_wrapper {
    position: relative;
    padding: 20px 35px 40px 35px;
    border: 1px solid #ccc;
    border-bottom: none;
    background: #fff;
    overflow: hidden;
    z-index: 0;
    /*max-width: 940px;*/
    margin: 0 auto;
}

.featured_wide_block_1 h2 {
    color: #205a54;
}

.featured_wide_block_2 h2 {
    color: #353535;
}

.featured_wide_block_3 h2 {
    color: #e0341f;
}

.featured_wide_block_4 h2 {
    color: #C98218;
}

.featured_wide_block > .vc_column-inner > .wpb_wrapper:after,
.featured_wide_block > .wpb_wrapper:after {
    position: absolute;
    bottom: 0;
    left: 0;
    width: 100%;
    height: 10px;
    content: "";
}

.featured_wide_block_1 > .vc_column-inner > .wpb_wrapper:after,
.featured_wide_block_1 > .wpb_wrapper:after {
    background: #205a54;
}

.featured_wide_block_2 > .vc_column-inner > .wpb_wrapper:after,
.featured_wide_block_2 > .wpb_wrapper:after {
    background: #353535;
}

.featured_wide_block_3 > .vc_column-inner > .wpb_wrapper:after,
.featured_wide_block_3 > .wpb_wrapper:after {
    background: #e0341f;
}

.featured_wide_block_4 > .vc_column-inner > .wpb_wrapper:after,
.featured_wide_block_4 > .wpb_wrapper:after {
    background: #e59c2f;
}

/*
.featured_wide_block > .wpb_wrapper:before {
    position: relative;
    float: right;
    width: 70px;
    height: 70px;
    margin: 5px 0 3px 15px;
    right: -5px;
    content: "";
    z-index: -1;
}

.featured_wide_block_1 > .wpb_wrapper:before {
    background: url("../images/home/intro_block_4.png") top center no-repeat;
    background-size: 100%;
}

.featured_wide_block_2 > .wpb_wrapper:before {
    background: url("../images/home/intro_block_2.jpg") top center no-repeat;
    background-size: 100%;
}

.featured_wide_block_3 > .wpb_wrapper:before {
    background: url("../images/home/intro_block_3.jpg") top center no-repeat;
    background-size: 100%;
}

.featured_wide_block_4 > .wpb_wrapper:before {
    background: url("../images/home/intro_block_4.png") top center no-repeat;
    background-size: 100%;
}
*/

.featured_wide_block:after {
    position: absolute;
    bottom: -11px;
    left: 50%;
    /*
    margin-left: -480px;
    width: 960px;
    background: url("../images/wide_block_shadow.png") top center no-repeat;
    */
    margin-left: -575px;
    width: 1150px;
    background: url("../images/bottom_shadow_1140.png") top center no-repeat;
    opacity: .75;
    height: 11px;
    content: "";
    background-size: 100%;
    z-index: 1;
}

.featured_wide_block ul {
    list-style-type: none;
    margin: 15px 0 25px 0;
    padding: 0;
}

.featured_wide_block ul li {
    position: relative;
    margin: 0;
    padding: 10px 20px 10px 38px;
    border-bottom: 1px dotted #ccc;
    font-weight: 600;
}

.featured_wide_block ul li:before {
    position: absolute;
    top: 8px;
    left: 20px;
    content: "»";
    color: #666;
    font-weight: normal;
}

.featured_wide_block ul li:last-child,
.featured_wide_block ul li ul li {
    border-bottom: none;
}

@media all and (max-width: 1340px) {

    .featured_wide_block:after {
        display: none;
    }

}

@media all and (max-width: 768px) {

    .featured_wide_block {
        margin-bottom: 20px;
    }

}

@media all and (max-width: 450px) {

    .featured_wide_block > .vc_column-inner > .wpb_wrapper:before,
    .featured_wide_block > .wpb_wrapper:before {
        display: none;
    }

    .featured_wide_blocks h2,
    .featured_wide_block h2 {
        padding: 3px 0 10px 0;
    }

    .featured_wide_block ul li {
        padding: 10px 0 10px 0;
    }

    .featured_wide_block ul li ul li {
        padding: 10px 0 10px 10px;
    }

    .featured_wide_block ul li:before {
        display: none;
    }

}


/**
 *  Misc
 */

.color_green {
    color: #205a54;
}

.color_gold {
    color: #C98218;
}

.color_red,
h2.color_red {
    color: #e0341f;
}

.info_section_sep {
    margin: 45px 0px 35px 0;
}

body .section-header {
    z-index: 1;
}

body .section-header::before,
body .section-header::after {
    z-index: -1;
}

body #masthead .dropdown-menu {
    border-radius: 4px;
    background: #151515;
    border: 1px solid #555;
}

body #masthead .dropdown-menu:after {
    display: none;
}



@media all and (max-width: 1000px) {

    body .section-header h1,
    body .section-header h2 {
        background: none;
    }

    body .section-header::before,
    body .section-header::after {
        display: none;
    }

    body #masthead .dropdown-menu {
        border: none;
    }

}

@media all and (min-width: 1250px) {

    .acdl_button.acdl_button_1 {
        min-width: 300px;
    }

}

/**
 *  Getting Help Page
 */

.featured_wide_block h3 {
    margin: 35px 0 10px 0;
    padding: 0;
}


/**
 *  Forms
 */

.word-count-wrapper.error .word-count {
    color: #f00 !important;
}

.intake_form {
    display: none;
}

#show_intake_form {
    position: relative;
    top: -5px;
    background: #C98218;
    margin: 0 0 10px 20px;
    text-shadow: 0px 0px 3px #935e0e;
}

#show_intake_form:hover {
    cursor: pointer;
    background: #333;
}

@media all and (max-width: 600px) {

    #intake_form_language {
        display: block;
        float: none;
        margin: 15px auto;
        max-width: 120px;
        top: 0;
    }

}

body .gform_wrapper ul li.gfield {
    overflow: auto;
}

body .gform_wrapper .gfield_description {
    font-weight: normal;
    font-size: 1em;
}

body .gform_wrapper .top_label .gfield_label {
    margin: 10px 0 8px 0;
}

body .gform_wrapper h2.gsection_title {
    margin-top: 20px !important;
}

body .gform_wrapper .gsection {
    margin: 0px;
}

body .gform_wrapper .gsection_description {
    font-size: 100%;
}

.gfield span label {
    position: relative;
    top: -10px;
    font-size: 90% !important;
    padding-bottom: 15px;
}

.gform_wrapper ul li.gfield {
    padding-bottom: 20px;
}

.gfield input,
.gfield textarea,
.gfield select,
.gfield option {
    font-size: 100% !important;
    font-weight: 600;
    color: #000;
}

.gfield input:focus,
.gfield textarea:focus {
    border: 1px solid #333;
}

.gform_footer {
    text-align: center;
}

.gform_footer input {
    font-weight: bold;
    padding: 7px 40px;
}

body .gform_wrapper textarea,
body .gform_wrapper input[type="text"],
body .gform_wrapper input[type="url"],
body .gform_wrapper input[type="email"],
body .gform_wrapper input[type="tel"],
body .gform_wrapper input[type="number"],
body .gform_wrapper input[type="password"] {
    padding: 5px 5px;
    min-height: 36px !important;
}

@media all and (max-width: 768px) {

    .gfield .ginput_left,
    .gfield .ginput_right {
        display: block !important;
        width: 100% !important;
        clear: both !important;
    }

    .gfield .medium {
        display: block !important;
        width: 95% !important;
    }

}


/**
 *  Layout Misc
 */

.section-header::before, .section-header::after {
    background-color: #eee;
}

.max_width_padded {
    position: relative;
    max-width: 1040px;
    margin-left: auto;
    margin-right: auto;
}

.featured_half_blocks {
    margin-left: auto !important;
    margin-right: auto !important;
}

.featured_wide_block..featured_half_block {
    position: relative;
}

.featured_wide_block.featured_half_block::after {
    position: absolute;
    bottom: -11px;
    left: 1.5%;
    width: 97%;
    margin-left: auto;
    background: url("../images/bottom_shadow_520.png") no-repeat center top;
    background-size: 100% auto;
}

.featured_wide_blocks .featured_wide_block.featured_half_block:first-child::after {
    margin-left: -7.5px;
}

.featured_wide_blocks .featured_wide_block.featured_half_block:last-child::after {
    margin-left: 7.5px;
}

.featured_wide_blocks .featured_wide_block.featured_half_block:first-child,
.featured_wide_blocks .featured_wide_block.featured_half_block:first-child > .vc_column-inner {
    padding-left: 0;
}

.featured_wide_blocks .featured_wide_block.featured_half_block:last-child,
.featured_wide_blocks .featured_wide_block.featured_half_block:last-child > .vc_column-inner {
    padding-right: 0;
}

/*
    .section-alt .vc_column_container > .vc_column-inner {
        padding-left: 0;
        padding-right: 0;
    }
*/

    .featured_wide_block.vc_column_container > .vc_column-inner {

    }

@media all and (min-width: 1250px) {

    .XXXX .section-wide.section-alt {
        left: -25px;
        width: 1160px;
        padding-right: 25px;
        padding-left: 25px;
    }
/*
    .section-alt .vc_column_container > .vc_column-inner {
        padding-left: 0;
        padding-right: 0;
    }
*/
}

@media all and (max-width: 768px) {

    .featured_wide_block.featured_half_block,
    .featured_wide_block.featured_half_block > .vc_column-inner {
        padding-left: 0;
        padding-right: 0;
    }

}

.featured_wide_blocks.double_wide .featured_wide_block > .wpb_wrapper {
    max-width: 968px;
}

.featured_wide_blocks.double_wide .featured_wide_block::after {
    margin-left: -500px;
    width: 1000px;
    background-size: 100% auto;
    background: url("../images/wide_block_double_wide_shadow.png") center top;
}


/**
 *  Contact Us Page
 */

.featured_blocks.no_icons .featured_block .wpb_wrapper:before {
    display: none !important;
}

.contact_us_page .recent_news_aside_link {
    margin: 20px auto;
}

@media all and (min-width: 1250px) {

    .contact_us_page .featured_block > .wpb_wrapper {
        min-height: 512px;
    }

}

@media all and (max-width: 1200px) {

    .contact_us_page .recent_news_aside_link {
        font-size: 13px;
    }

}

@media all and (max-width: 900px) {

    .contact_us_page .recent_news_aside_link {
        display: none;
    }

    .featured_blocks .contact_us_page.featured_block {
        display: block !important;
        width: 100% !important;
        clear: both !important;
        margin-bottom: 30px;
    }
}


/**
 *  History of the Center Page
 */

.acdl_history_table table tr td {
    padding: 20px 10px;
}

.acdl_history_table table tr td:first-child {
    vertical-align: middle;
}

.acdl_history_table table tr td:first-child span {
    display: inline-block;
    vertical-align: middle;
    font-size: 16px;
    padding: 5px;
    border-radius: 5px;
    margin: 0 20px;
    background: #205a54;
    color: #fff;
    font-weight: 900;
    min-width: 80px;
    text-align: center;
}

.acdl_history_table table tr:nth-child(odd) td:first-child span {
    background: #ca8b20;
}

@media all and (max-width: 600px) {

    .acdl_history_table table tr td {
        display: block;
        width: auto;
        float: none;
        clear: both;
    }

    .acdl_history_table table tr td:first-child {
        border-bottom: none !important;
        text-align: center;
        padding-bottom: 0;
    }

    .acdl_history_table table tr td:last-child {
        border-top: none !important;
    }

}


/**
 *  Links & Guides Pages
 */

.acdl_link_group {

}

.acdl_link_group h3 {
    padding-top: 30px;
    line-height: 28px;
}

.acdl_link_group ul,
.acdl_link_group table {
    display: block;
    margin: 20px 0;
    padding: 0;
    list-style-type: none;
    border-top: 1px dotted #ccc;
    border-bottom: 1px dotted #ccc;
}

.acdl_link_group table,
.acdl_link_group table tbody,
.acdl_link_group table tr {
    display: block;
    width: 100%;
}

.acdl_link_group table tr,
.acdl_link_group ul li {
    border-bottom: 1px dotted #ccc;
}

.acdl_link_group ul li,
.acdl_link_group table tr td {
    position: relative;
    display: block;
    padding: 10px 20px 10px 25px;
}

.acdl_link_group ul li:before {
    position: absolute;
    top: 8px;
    left: 10px;
    content: "»";
}

.acdl_link_group ul li a,
.acdl_link_group div a {
    font-weight: 700;
}

.acdl_link_group ul li:last-child,
.acdl_link_group table tr:last-child {
    border-bottom: none;
}

.acdl_link_group ul li:nth-child(odd) {
    /*background: #F2F2F4;*/
}

.acdl_link_group ul li:hover,
.acdl_link_group tr:hover {
    background: #fff;
}

#acdl_links_group_menu {
    font-size: 16px;
    font-weight: 700;
    margin: 10px 0 0 0;
    padding: 0;
    list-style-type: none;
}

#acdl_links_group_menu li {
    position: relative;
    padding: 10px 20px 10px 28px;
    border-bottom: 1px dotted #ccc;
}

#acdl_links_group_menu li a {
    font-weight: 700;
    /*color: #634831;*/
}

#acdl_links_group_menu li a:hover {
    color: #000;
}

#acdl_links_group_menu li:before {
    position: absolute;
    top: 8px;
    left: 10px;
    content: "»";
}

#acdl_links_group_menu li:last-child {
    border-bottom: none;
}

.acdl_link_groups_block {
    margin-bottom: 35px;
}

.acdl_link_groups_block .wpb_wrapper:before {
    display: none !important;
}

@media all and (max-width: 768px) {

    .acdl_link_groups_block .wpb_wrapper {
        padding: 0 10px 15px 10px;
    }

    #acdl_links_group_menu li {
        position: relative;
        padding: 10px;
    }

    #acdl_links_group_menu li:before {
        display: none;
    }

}

.acdl_link_group table tr {
    position: relative;
}

.acdl_link_group table tr:after {
    position: relative;
    display: block;
    clear: both;
    content: "";
}

body .acdl_link_group table tr td:first-child {
    width: 9%;
    padding: 10px 1% 10px 2%;
    float: left;
    text-align: left;
}

.acdl_link_group table tr td {
    float: right;
    text-align: left;
    width: 86%;
    padding: 10px 1% 10px 1%;
}

#return_top {
    display: none;
    position: fixed;
    bottom: 25px;
    right: 25px;
    width: 75px;
    height: 75px;
    font-size: 75px;
    font-weight: bold;
    border-radius: 50px;
    color: #000;
    text-align: center;
    line-height: 75px;
    font-family: "FontAwesome";
    opacity: .8;
    z-index: 5;
    text-decoration: none !important;
    user-select: none;
    -moz-user-select: none;
    -webkit-user-select: none;
    -ms-user-select: none;
    outline: 0 !important;
}

#return_top:hover {
    opacity: 1;
}

@media all and (max-width: 768px) {

    body .acdl_link_group table tr td:first-child {
        width: 20%;
        padding: 10px 1% 10px 1%;
        float: left;
        text-align: left;
    }

    body .acdl_link_group table tr td {
        float: right;
        text-align: left;
        width: 76%;
        padding: 10px 1% 10px 1%;
    }

}

@media all and (max-width: 550px) {

    body .acdl_link_group table tr td,
    body .acdl_link_group table tr td:first-child {
        float: none;
        display: block;
        width: 94%;
        padding: 10px 3%;
    }

    body .acdl_link_group table tr td:first-child {
        border-bottom: none;
        font-weight: bold;
        padding-bottom: 0;
    }

}

.acdl_document_key {
    display: inline-block;
    font-weight: 700;
    text-align: center;
    font-size: 13px;
    height: 15px;
    min-width: 17px;
    line-height: 15px;
    padding: 3px;
    border-radius: 3px;
    margin-left: 10px;
    color: #fff;
}

.acdl_document_key.acdl_key_pl {
    background: #222;
}

.acdl_document_key.acdl_key_sp {
    background: #E4972A;
}

.acdl_document_key.acdl_key_spl {
    background: #DE2C16;
}

.acdl_link_group h2.section-header {
    margin-bottom: 0px;
}

.row-fluid > .acdl_link_group {
    padding-top: 25px;
}

h2.self_adv_section_head {
    color: #634831;
}

body .self_adv_video {
    text-align: center;
    max-width: 300px;
    margin: 0 auto;
    width: 100%;
    float: none;
}

body .self_adv_video .flowplayer {
    border: 2px solid #444 !important;
    outline: 1px solid #fff;
    box-shadow: 0px 1px 7px #bbb;
}


/**
 *  Board Members Page
 */

.acdl_board_members {
    padding-top: 10px;
}

.acdl_board_members,
.acdl_board_members tr,
.acdl_board_members tr td {
    border: none !important;
}

.acdl_board_members td {
    width: 33.33%;
    box-sizing: border-box;
}

.acdl_board_members strong {
    color: #205a54;
}

@media all and (max-width: 768px) {

    .acdl_board_members tr,
    .acdl_board_members tr td {
        display: block;
        width: 100%;
        float: none;
        clear: both;
    }

}


/**
 *  Newsletter Page
 */

ul.acdl_list {
    display: block;
    margin: 20px 0;
    padding: 0;
    list-style-type: none;
    border-top: 1px dotted #ccc;
    border-bottom: 1px dotted #ccc;
}

ul.acdl_list li {
    border-bottom: 1px dotted #ccc;
    position: relative;
    display: block;
    padding: 10px 20px 10px 25px;
}

ul.acdl_list li:hover {
    background: #fff
}

ul.acdl_list li:before {
    position: absolute;
    top: 8px;
    left: 10px;
    content: "»";
}

ul.acdl_list li a {
    font-weight: 700;
}

ul.acdl_list li:last-child {
    border-bottom: none;
}


/**
 *  Need Help Block
 */

#need_help_block {
    padding: 20px 25px;
    margin-bottom: 25px;
    border: 2px solid #DE2C16;
    background: #fff;
    text-align: center;
}

/* ACDL in the News Articles */

.recent_post_home.no_description .entry-meta {
    padding-bottom: 0;
    margin-bottom: 0;
    border-bottom: 0;
}

.recent_post_home.no_description .recent_post_home_content {
    overflow: visible;
}


/**
 * Skip Links
 */

#skip_links {
    position: relative;
    z-index: 999999;
}

#skip_links a.skip_link {
    position:absolute;
    left:-10000px;
    top:auto;
    width:1px;
    height:1px;
    overflow:hidden;
    z-index: 999999;
}

#skip_links a.skip_link:focus {
    position:static;
    width:auto;
    height:auto;
    background: #fff;
    padding: 12px;
    border: 1px solid #000;
    color: #333;
    font-weight: bold;
    font-size: 16px;
    text-decoration: none;
}


/**
 * Image Galleries
 */

ul.thumbnails {
    margin-top: 25px;
    text-align: center;
}

ul.thumbnails .thumbnail {
    display: inline-block;
    text-align: center;
}


/**
 * Accessibility
 */

/* Search Button */

.icon-search::before {
    font-size: 22px;
    text-align: left;
}

.icon-search {
    position: absolute;
    top: 4px;
    right: 9px;
    font-size: 0px !important;
    height: 25px;
    width: 25px;
    background: none;
    border: none;
    outline: none;
    z-index: 99;
    text-align: left;
    overflow: visible;
}

.icon-search:focus {
    outline: 1px dotted #555;
}

/* Slider */

#homepage_slider .flex-direction-nav .flex-prev,
#homepage_slider .flex-direction-nav .flex-next {
    border: 1px dotted rgba(0,0,0,0);
}

#homepage_slider .flex-direction-nav .flex-prev:focus,
#homepage_slider .flex-direction-nav .flex-next:focus {
    border: 1px dotted #fff;
}


/**
 * Live Migration
 */

.featured_wide_blocks.section.section-padded.section-alt.section-wide > .wpb_column > .vc_column-inner {
    padding-left: 0;
    padding-right: 0;
}

.vc_row.wpb_row.vc_row-fluid.about_intro_blocks.acdl_link_groups_block {
    margin-left: 0;
    margin-right: 0;
}

.post-8 .featured_wide_block {
    margin-bottom: 35px;
}

.post-8 .featured_wide_block.featured_half_block.vc_col-sm-6 .wpb_content_element {
    margin-bottom: 0;
}

.post-8 .featured_wide_block.featured_full_block .wpb_text_column.wpb_content_element:last-of-type {
    margin-bottom: 0;
}

.featured_wide_blocks .section-header h2 {
    padding-right: 0;
}

@media (min-width: 900px) {

    .page-id-28 .wpb_gmaps_widget .wpb_map_wraper iframe,
    .page-id-16 .wpb_gmaps_widget .wpb_map_wraper iframe {
        height: 175px;
    }

}

@media (max-width: 900px) {

    .page-id-28 .wpb_gmaps_widget .wpb_map_wraper iframe,
    .page-id-16 .wpb_map_wraper iframe {
        max-height: 250px;
    }

}

.navbar,
.navbar.navbar-static-top {
    clear: both;
}


/* 2016 */

body ul.acdl_list_2 {
    margin-top: 0;
    border-top: none;
    border-bottom: none;
}

body ul.acdl_list_2 li {
    margin: 0;
}

body ul.acdl_list_2 li:last-child {
    border-bottom: none;
}

body ul.acdl_list_2 li a {
    color: #184f8d;
}

body ul.acdl_list_2 h3 {
    margin-top: 0;
}

.featured_block_blue h2 {
    color: #184f8d;
    white-space: normal;
}

.featured_block_blue > .vc_column-inner > .wpb_wrapper::after,
.featured_block_blue > .wpb_wrapper::after {
    background: #184f8d;
}

.featured_block_red h2 {
    color: #ae1616;
    white-space: normal;
}

.featured_block_red > .vc_column-inner > .wpb_wrapper::after,
.featured_block_red > .wpb_wrapper::after {
    background: #ae1616;
}

.featured_block_red .wpb_content_element,
.featured_block_blue .wpb_content_element {
    margin-bottom: 15px;
}

.featured_wide_block .acdl_voting_page_videos h3 {
    margin-bottom: 20px;
}

.acdl_voting_page_videos {
    margin-left: auto;
    margin-right: auto;
    max-width: 800px;
}

@media (max-width: 800px) {

    body ul.acdl_list_2 li {
        padding-left: 0 !important;
    }

    body ul.acdl_list_2 li:before {
        display: none !important;
    }
}


/**
 * Single Event Page
 */

body.single-tribe_events .tribe-events-content p {
    padding-bottom: 10px;
}

body.single-tribe_events .tribe-events-content {
    font-size: 16px;
}

body.single-tribe_events .tribe-events-content img {
    max-width: 100%;
}

@media (min-width: 1000px) {

    body.single-tribe_events .tribe-events-content {
        max-width: 900px;
        margin: auto;
        font-size: 16px;
        background: #fafafa;
        border: 1px solid #eee;
        padding: 25px 50px;
    }

}

@media (max-width: 1000px) {

    body #tribe-events-pg-template {
        padding-left: 25px;
        padding-right: 25px;
    }

}

/**
 *  Intake Closure Block
 */

.acdl_intakeClosedNotice {
    padding: 20px 25px 0px 25px;
    margin-bottom: 25px;
    border: 2px solid #DE2C16;
    background: #fff;
    text-align: center;
    font-size: 16px;
    line-height: 1.25;
}

.acdl_intakeClosedNotice p {
    margin-bottom: 0;
    padding-bottom: 20px;
}


/**
 * Home Featured Blocks
 */
#acdl_homeIntroBlocksWrap {
    padding-bottom: 5px !important;
}

#acdl_homeIntroBlocks {
    padding: 0 !important;
}

#acdl_homeFeaturedBlocksWrap {
    padding-top: 0 !important;
    padding-bottom: 0 !important;
    margin-bottom: 20px !important;
}

#acdl_homeFeaturedBlocks {
    padding-top: 0 !important;
    padding-bottom: 0 !important;
}

#acdl_homeFeaturedBlocks .recent_post_home::after {
    left: 0;
    margin-left: 0;
    width: 100%;
    height: 11px;
    background: url("../images/home/news_block_shadow.png") top center no-repeat;
    background-size: 100% 100%;
}

#acdl_homeFeaturedBlocks img {
    max-width: 100%;
}

#acdl_homeFeaturedBlocks .recent_post_home_content h3 {
    padding-bottom: 13px;
    margin-bottom: 16px;
    border-bottom: 1px solid #eee;
}

#acdl_homeFeaturedBlocks .recent_post_home.acdl_rp_half {
    display: inline-block;
    width: 48.5%;
    box-sizing: border-box;
    vertical-align: top;
    min-height: 200px;
}

#acdl_homeFeaturedBlocks .recent_post_home.acdl_rp_half_left {

}

#acdl_homeFeaturedBlocks .recent_post_home.acdl_rp_half_right {
    float: right;
}

#acdl_homeFeaturedBlocks .recent_post_home p:last-child {
    margin-bottom: 0;
    padding-bottom: 0;
}

.acdl_buttonCenter {
    text-align: center;
}

.acdl_buttonRight {
    text-align: right;
}

#acdl_homeFeaturedBlocks .recent_post_home .post_read_more {
    float: none;
    margin-top: 0;
}

#acdl_homeFeaturedBlocks .recent_post_home .post_read_more.acdl_buttonLarge {
    padding: 11px 22px;
    font-size: 17px;
    line-height: 1;
}

#acdl_homeFeaturedBlocks .recent_post_home .post_read_more.acdl_buttonGreen {
    background: #205a54;
    color: #fff;
}

#acdl_homeFeaturedBlocks .recent_post_home .post_read_more.acdl_buttonBrown {
    background: #654731;
    color: #fff;
}

#acdl_homeFeaturedBlocks .recent_post_home .post_read_more.acdl_buttonYellow {
    background: #C98218;
    color: #fff;
}

#acdl_homeFeaturedBlocks .recent_post_home .post_read_more.acdl_buttonRed {
    background: #e0341f;
    color: #fff;
}

#acdl_homeFeaturedBlocks .recent_post_home .post_read_more.acdl_buttonGray {
    background: #444;
    color: #fff;
}

#acdl_homeFeaturedBlocks .recent_post_home .post_read_more.acdl_buttonGreen:hover,
#acdl_homeFeaturedBlocks .recent_post_home .post_read_more.acdl_buttonGreen:focus {
    background: #194641;
}

#acdl_homeFeaturedBlocks .recent_post_home .post_read_more.acdl_buttonBrown:hover,
#acdl_homeFeaturedBlocks .recent_post_home .post_read_more.acdl_buttonBrown:focus {
    background: #493323;
}

#acdl_homeFeaturedBlocks .recent_post_home .post_read_more.acdl_buttonYellow:hover,
#acdl_homeFeaturedBlocks .recent_post_home .post_read_more.acdl_buttonYellow:focus {
    background: #A96C11;
}

#acdl_homeFeaturedBlocks .recent_post_home .post_read_more.acdl_buttonRed:hover,
#acdl_homeFeaturedBlocks .recent_post_home .post_read_more.acdl_buttonRed:focus {
    background: #b52716;
}

#acdl_homeFeaturedBlocks .recent_post_home .post_read_more.acdl_buttonGray:hover,
#acdl_homeFeaturedBlocks .recent_post_home .post_read_more.acdl_buttonGray:focus {
    background: #222;
}

.home .wpb_raw_html {
    margin-bottom: 0 !important;
}

@media (max-width: 768px) {
    #acdl_homeFeaturedBlocks .recent_post_home {
        display: block !important;
        float: none !important;
        width: auto !important;
        min-height: 100px !important;
    }
}


/**
 * Visually Hidden
 */
.visually-hidden,
.screen-reader-text,
#acdl_headerUpdatesForm .gform_wrapper:not(.gform_validation_error) .acdlGformLabelVisuallyHidden,
#acdl_headerUpdatesForm .gform_wrapper:not(.gform_validation_error) .gfield_required {
    overflow: hidden;
    position: absolute;
    width: 1px;
    height: 1px;
    margin: -1px;
    border: 0;
    padding: 0;
    clip: rect(0 0 0 0);
    color: #000 !important;
    background: #fff !important;
}


/**
 * Header Search
 */
#acdl_headerSearchIcon {
    position: absolute;
    top: auto;
    right: 328px;
    display: inline-block;
    width: 25px;
    height: 25px;
    color: #000 !important;
    text-decoration: none !important;
    margin-top: 8px;
    margin-right: 17px;
}

#acdl_headerSearchIcon:hover,
#acdl_headerSearchIcon:active,
#acdl_headerSearchIcon:focus {
    color: #205a54 !important;
}

#acdl_headerSearchIcon > i.icon-search {
    position: relative;
    top: 0;
    left: 0;
    font-size: 0px !important;
    height: 25px;
    width: 25px;
}

html body #searchform .icon-search {
    top: 12px;
    right: 19px;
}

body #header_secondary_menu {
    margin: 8px 20px 0 0;
}

#acdl_searchFormModal {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,.85);
    z-index: 99999999;
    display: none;
}

#acdl_searchFormModal #searchform {
    position: absolute;
    top: 50%;
    left: 0;
    right: 0;
    margin: -35px auto 0 auto;
    width: 100% !important;
    z-index: 9999;
}

#acdl_searchFormModal h3 {
    position: absolute;
    top: 50%;
    left: 0;
    right: 0;
    margin: -95px auto 0 auto;
    width: 100%;
    text-align: center;
    font-size: 28px;
    line-height: 28px;
    color: #eaaf4a;
}

#acdl_searchFormModal #searchform #s {
    padding: 0 20px;
    min-height: 52px;
    border: 1px solid #000;
    position: relative;
    margin: auto;
    width: 100% !important;
    max-width: 100% !important;
}

#acdl_searchFormModal #searchform .row-fluid {
    position: relative;
    margin: auto;
    width: 50%;
    min-width: 250px;
    display: block;
}

#acdl_searchFormBack {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
}

#acdl_searchFormModal #searchform .icon-search:focus,
#acdl_searchFormModal #searchform .icon-search:hover {
    color: #205a54;
}

@media (max-width: 955px) {

    #acdl_headerSearchIcon {
        top: 42px;
        right: 26px;
    }

    #header_secondary_menu {
        top: 42px;
        right: 70px;
    }

    #acdl_headerUpdatesForm {
    }

}


/**
 * Header Updates Form
 */
#acdl_headerUpdatesForm {
    position: absolute;
    top: auto;
    right: 40px;
    width: 300px;
    z-index: 999;
    font-size: 0 !important;
}

#acdl_headerUpdatesForm form {
    margin: 0;
    padding: 0;
    text-align: right;
}

body #acdl_headerUpdatesForm input#header_getUpdatesSubmit,
body #header_getUpdatesButton {
    width: auto;
    padding: 5px 0 4px 0px;
    margin: 0 !important;
    font-size: 14px;
    text-transform: uppercase;
    font-weight: bold;
    font-family: "Open Sans", Arial, sans-serif;
    background: #654731;
    border: none;
    border-radius: 3px;
    color: #fff;
    transition: background .25s;
    white-space: nowrap;
    display: inline-block;
    box-sizing: border-box;
    text-decoration: none;
    line-height: 27px;
    height: 27px;
    padding: 3px 10px;
    border-radius: 3px;
    text-transform: none;
    box-sizing: content-box;
}

#acdl_headerUpdatesForm #acdl_headerEmail {
    display: inline-block;
    width: 155px;
    border-radius: 3px !important;
    transition: all .25s;
    border: 1px solid #ccc;
    color: #333;
    font-size: 15px;
    font-family: "Open Sans", Arial, sans-serif;
}

#acdl_headerUpdatesForm #acdl_headerEmail:hover {
    border-color: #999 !important;
}

#acdl_headerUpdatesForm #acdl_headerEmail:focus {
    border-color: #555 !important;
}

body #acdl_headerUpdatesForm input#header_getUpdatesSubmit {
    margin-left: 10px !important;
}

body #header_getUpdatesButton {
    display: none;
    font-size: 13px !important;
}

body #acdl_headerUpdatesForm input#header_getUpdatesSubmit:hover,
body #acdl_headerUpdatesForm input#header_getUpdatesSubmit:focus,
body a#header_getUpdatesButton:hover,
body a#header_getUpdatesButton:focus {
    background: #333 !important;
    opacity: 1 !important;
}


/**
 * Subscribe Page/Form
 */

#acdl_subscribeForm {

}

body #acdl_subscribeForm .gform_wrapper ul li.gfield {
    margin-top: 0;
    padding-top: 5px;
    padding-bottom: 0;
    border-bottom: none;
}

#acdl_subscribeForm .gform_wrapper label.gfield_label {
    font-size: 16px;
    font-weight: 700;
    padding-bottom: 0;
    margin-bottom: 0;
}

#acdl_subscribeForm .gform_wrapper .field_sublabel_below .ginput_complex.ginput_container label {
    margin-bottom: 0;
    padding-bottom: 0;
}

#acdl_subscribeForm .gfield span label {
    color: #333;
    font-size: 15px !important;
    font-weight: 600;
}

#acdl_subscribeForm legend {
    font-size: 16px;
    font-weight: 700;
    color: #000 !important;
    border: 0;
    border-bottom: none;
    padding-bottom: 0;
    margin-bottom: 0;
}

#acdl_subscribeForm input {
    font-weight: normal;
}

#acdl_subscribeForm #field_5_3 {
    border-bottom: none;
}

#acdl_subscribeForm #field_5_5 {
    padding-bottom: 5px;
}

#acdl_subscribeForm #field_8_6 {
    overflow: visible;
}

#acdl_subscribeNotice {
    margin: 0;
    padding: 23px 0 0 0;
    font-weight: normal;
    text-align: center;
}

#acdl_subscribeForm .gform_wrapper li.gfield.gfield_error {
    background-color: rgba(246, 173, 176, 0.3) !important;
    margin-bottom: 6px !important;
    margin-top: 0 !important;
    border-top: 1px solid #C89797 !important;
    border-bottom: 1px solid #C89797 !important;
    padding-bottom: 12px !important;
    padding-top: 0px !important;
    box-sizing: border-box;
}

#acdl_subscribeForm .gform_wrapper .field_description_below .gfield_description.validation_message {
    padding-top: 2px;
}

#acdl_updatesFormNotice {
    position: relative;
    max-width: 890px;
    border: 1px solid #b5b039;
    background: #fffee4;
    text-align: center;
    font-size: 17px;
    line-height: 30px;
    margin: 15px auto 25px auto;
    padding: 10px 20px;
}

#acdl_subscribeForm .gform_confirmation_message {
    position: relative;
    max-width: 890px;
    border: 1px solid #62b539;
    background: #c4fabf;
    text-align: center;
    font-size: 17px;
    line-height: 30px;
    margin: 25px auto;
    padding: 10px 20px;
}

#acdl_subscribeForm .gfield_error {
    overflow: visible;
}

@media (max-width: 600px) {

    #acdl_subscribeForm .featured_wide_block > .wpb_wrapper {
        position: relative;
        padding: 0 !important;
        margin: auto !important;
        border: none;
        border-bottom: none;
        background: #fff;
        overflow: hidden;
    }

    #acdl_subscribeForm .featured_wide_block > .wpb_wrapper::after {
        display: none !important;
    }

    #acdl_updatesFormNotice {
        font-size: 15px;
        line-height: 1.4;
    }

}


/**
 * PP Donate Form
 */

#acdl_ppDonateForm .gfield_error {
    overflow: visible;
}

body #acdl_ppDonateForm .gform_wrapper ul li.gfield {
    margin-top: 0;
    padding-top: 5px;
    padding-bottom: 0;
    border-bottom: none;
}

#acdl_ppDonateForm .gform_wrapper label.gfield_label {
    font-size: 16px;
    font-weight: 700;
    padding-bottom: 0;
    margin-bottom: 0;
}

#acdl_ppDonateForm .gform_wrapper .field_sublabel_below .ginput_complex.ginput_container label {
    margin-bottom: 0;
    padding-bottom: 0;
}

#acdl_ppDonateForm .gfield span label {
    color: #333;
    font-size: 15px !important;
    font-weight: 600;
}

#acdl_ppDonateForm legend {
    font-size: 16px;
    font-weight: 700;
    color: #000 !important;
    border: 0;
    border-bottom: none;
    padding-bottom: 0;
    margin-bottom: 0;
}

#acdl_ppDonateForm .gform_fields > li:first-child label,
#acdl_ppDonateForm .gform_fields > li:nth-child(3) label {
    font-size: 17px;
}

#acdl_ppDonateForm .gform_confirmation_message {
    position: relative;
    max-width: 890px;
    border: 1px solid #62b539;
    background: #c4fabf;
    text-align: center;
    font-size: 17px;
    line-height: 30px;
    margin: 25px auto;
    padding: 10px 20px;
}

#acdl_ppDonateForm .gform_wrapper ul.gfield_radio li {
    padding-left: 2px;
}

#acdl_ppDonateForm .gfield {
    overflow: visible;
}

#acdl_ppDonateForm .acdl_donateNewsletterField {
    padding-top: 15px !important;
    padding-bottom: 15px !important;
}

#acdl_ppDonateForm .acdl_donateNewsletterField label {
    font-size: 15px;
    line-height: 24px;
    margin-left: 8px;
}

#acdl_ppDonateForm .acdl_donateNewsletterField li > input {
    margin-top: 1px;
}

#acdl_ppDonateForm .acdl_donateNewsletterField .ginput_container {
    margin-top: 0 !important;
}

@media (min-width: 800px) {

    #acdl_ppDonateForm .gform_wrapper ul.gfield_radio li {
        display: inline-block;
        width: auto;
        margin-right: 30px;
        vertical-align: top;
    }

    #acdl_ppDonateForm .gform_wrapper li.gfield {
        margin-top: 0;
        padding-top: 0;
        padding-bottom: 0;
        border-bottom: 0;
        padding-left: 16px;
    }

    #acdl_ppDonateForm .gform_wrapper ul.gfield_radio li label {
        margin-left: 8px;
        white-space: nowrap !important;
        vertical-align: top;
    }

}


/**
 * Misc
 */

.recent_post_home .recent_post_home_thumb.thumb-id-1414 {
    max-width: 120px;
}