/* 
 Theme Name:   AFLEP Custom Child Theme
 Theme URI:    
 Description:  
 Author:       Brand Nature
 Author URI:   
 Template:     Divi
 Version:      1.0

 /* == Add your own styles below this line ==
--------------------------------------------*/



/*ALSO SEE admin-style.css*/

/*AC_Mod*/
#donation-form-container > .donation-success p {
    margin-top: 4px;
    margin-bottom: 20px;
    font-weight: 500;
}
/*AC_Mod Bloomerang Number field fix */
input[type=number] {
    background-color: #fff;
    border: 1px solid #bbb;
    padding: 2px;
    color: #4e4e4e;
}


/*AC_Mod Handles special cass of Divi slop by adjusting 2 column blog module (like next code block*/
@media (min-width: 981px) {
    .et_pb_column.et_pb_column_3_5.et_pb_column_6.et_pb_column.home-aflep-blog-col1 {
        width: 68%;
    }
    .et_pb_column.et_pb_column_2_5.et_pb_column_7.et_pb_column.home-aflep-blog-col2 {
        width: 32%;	
    }
}
.home-aflep-blog-col2, .home-aflep-blog-col2 article.et_pb_post {
    border: 1px solid #d8d8d8;
    background-color: #f2e2b0;
}
/*AC_Mod - Handles special case of 2 columns blog module. BECAUSE DIVI BLOWS & CAN ONLY DO 3 COLUMN BLOG. Change accordingly for for 4 or 5 cols.*/
.aflep-blog-home .et_pb_salvattore_content[data-columns]::before {
	content: '2 .column.size-1of2' !important;
}
@media only screen and ( min-width: 981px ) {
	.aflep-blog-home .column.size-1of2 {
	    width: 47%!important;
	    margin-right: 3%;
	}
}
@media screen and (max-width: 980px) {
    .aflep-blog-home .column.size-1of2 {
	    width: 47%!important;
	    margin-right: 3% !important;
	}
}
@media (max-width: 768px) {
    .aflep-blog-home .column.size-1of2 {
        width: 100%!important;
        margin-right: 0%;
	}
}

/*AC_Mod Sidebar post & sidebar formatting*/
.sidebar-row-for-posts {
    margin: 0px;
    padding-top: 14px;
    padding-bottom: 0px;
    width: 100%;
}
.sidebar-row-for-posts article.et_pb_post {
    margin-bottom: 0px;
}
.sidebar-row-for-posts article.et_pb_post h2.entry-title {
    margin-top: -18px;
    font-size: 24px;
    line-height: 26px;
}
.sidebar-row-for-posts .entry-title > a {
    color: #30870d !important;
}
.sidebar-row-for-posts .addtoany_content {
    display: none;
}
@media only screen and (min-width: 1350px) {
    #sidebar-section-for-posts.et_pb_section {
        padding: 0;
    }
}
.sidebar-row-for-posts article.post, .video-posts-title-fix article.post {
    padding-bottom: 0px;
}

.textwidget .video-posts-title-fix { /* Hide top entry title for video posts */
    margin-top: -36px !important;
}

.video-posts-title-fix article.et_pb_post > h2.entry-title { /* Hide top entry title for video posts */
    display: none;
}
.video-posts-title-fix article.et_pb_post .post-content h2.entry-title { /* see functions.php for insertion of entry-title*/
    margin-top: 12px;
}

.video-posts-title-fix article.et_pb_post .post-content .fluid-width-video-wrapper {
    margin-bottom:-16px;
}

.video-posts-title-fix .addtoany_content {
    display: none;
}

.video-posts-title-fix a {
    color: #30870d !important;
}

/*AC_Mod fix vertical spacing on blog module posts*/
.et_pb_column .et_pb_blog_grid .et_pb_salvattore_content article.et_pb_post.post.type-post, .et_pb_column .et_pb_blog_grid .et_pb_salvattore_content .column.size-1of2 article.et_pb_post.post.type-post, .et_pb_module article.et_pb_post  {
    margin-bottom: 36px;
}
/*AC_Mod styling for AFLEP Video posts*/
.video-posts-title-fix .et_pb_blog_grid .et_pb_post {
    border:none;
}
.home-more-videos {
    float: right;
    margin-top: -10px;
    margin-bottom: 20px !important;
    margin-right: 12px;
}

/*AC_Mod hide the post-meta, eg date etc, if a post is a NM or national video. See functions.php for adding of categories/tags classes to the body tag*/
body.public-bank-nm-videos article > .et_post_meta_wrapper p.post-meta, body.national-pbi-videos article > .et_post_meta_wrapper p.post-meta {
    display: none;
}
/*Add some padding-bottom to make up for spacing lost by hiding post-meta*/
body.public-bank-nm-videos article > .et_post_meta_wrapper h1.entry-title, body.national-pbi-videos article > .et_post_meta_wrapper h1.entry-title {
    padding-bottom: 20px;
}



/*AC_Mod Endorsers Gallery & Allied Organization pages*/
.aflep-hdr-title {
    float: left;
    margin-right: 20px;
    width: auto;
}
.aflep-hdr-text {
    overflow: hidden;
}
@media screen and (max-width: 980px) {
    .aflep-hdr-title {
        float: none;
        margin-right: 0;
        width: auto;
    }
}

/*AC_Mod Home page Add your organization button*/
.home-add-button {
    display: inline-block;
    padding-top: 3px;
    padding-bottom: 5px;
    padding-left: 12px;
    padding-right: 12px;
    border-radius: .3em;
    border-width: 0;
    border-style: solid;
    background: #30870d;
    color: #fff;
}
.home-add-button a {
    font-family: 'Open Sans', Arial, sans-serif;
    font-size: 1.05em;
    line-height: 1.2;
    font-weight: 600;
    text-align: center;
    color: #fff;
}
.home-add-button:hover {
    background: #00a0b2;
}

/*AC_Mod GRIDBUILDER Grid pages */
/*Fix for slight cropping problem on all masonary card images - except endorsers*/
.wp-grid-builder:not(.endorsers-gallery):not(.endorsers-home-module) .wpgb-masonry .wpgb-card .wpgb-card-media-thumbnail > a > div {
	background-size: contain;
}
.endorsers-gallery .wpgb-card-media.wpgb-card-media-button.wpgb-scheme-light, .endorsers-home-module .wpgb-card-media.wpgb-card-media-button.wpgb-scheme-light {
	padding-top: 100%;
	height: 0;
}
.endorsers-gallery .wpgb-card-media.wpgb-card-media-button.wpgb-scheme-light > .wpgb-card-media-thumbnail > a > div, .endorsers-home-module .wpgb-card-media.wpgb-card-media-button.wpgb-scheme-light > .wpgb-card-media-thumbnail > a > div {
	background-position: 50% 0;
}
.endorsers-gallery .wpgb-facet>fieldset:last-child {
	margin-bottom: 30px;
}
.wpgb-facet .wpgb-pagination li a[aria-current] {
	color: #858585 !important;
}
@media (max-width: 768px) {
    .wp-grid-builder .wpgb-card-footer > .wpgb-card-media-button.aflep-read-quote-button {
        margin: 5px 1.4em 10px;
    }
}
@media (max-width: 768px) {
    .wp-grid-builder .wpgb-card-body > .wpgb-card-media-button.aflep-read-statement-button {
        margin: 5px 2.6em 10px;
    }
}

/*AC_Mod GRIDBUILDER LIGHTBOXES*/
/*Home page Endosers module and Endorsers Gallery
/*Note for this css to work the class "endorsers-grid" needs to be added through javascript in respective grid*/
.wpgb-lightbox-holder.endorsers-grid figure.wpgb-lightbox-figure {
	width: auto!important;
}
.wpgb-lightbox-holder.endorsers-grid figure.wpgb-lightbox-figure > img {
	width: 250px!important;
	height: auto!important;
	float: left;
}
.wpgb-lightbox-holder.endorsers-grid figure.wpgb-lightbox-figure .wpgb-lightbox-caption {
	margin-left: 250px;
}
.wpgb-lightbox-holder.endorsers-grid figure.wpgb-lightbox-figure .wpgb-lightbox-caption .wpgb-lightbox-title {
	text-align: left;
	font-size: 1.3em;
	font-weight: 600;
	width: 350px;
	margin-top: -12px;
}
.wpgb-lightbox-holder.endorsers-grid figure.wpgb-lightbox-figure .wpgb-lightbox-caption .wpgb-lightbox-title .endorsee-title-org {
	font-size: .8em;
	font-weight: 400;
}
.wpgb-lightbox-holder.endorsers-grid figure.wpgb-lightbox-figure .wpgb-lightbox-caption .wpgb-lightbox-desc {
	text-align: left;
	font-size: 1.2em;
	font-weight: 500;
	line-height: 1.2em;
	width: 350px;
	color: white;
}
@media (max-width: 768px) {
    .wpgb-lightbox-holder.endorsers-grid figure.wpgb-lightbox-figure {
        width: auto !important;
        text-align: center;
    }
    .wpgb-lightbox-holder.endorsers-grid figure.wpgb-lightbox-figure > img {
        width: 250px !important;
        height: auto !important;
        float: none;
        margin: auto;
    }
    .wpgb-lightbox-holder.endorsers-grid figure.wpgb-lightbox-figure .wpgb-lightbox-caption {
        margin-top: 8px;
        margin-left: 20px;
        padding-left: 0;
    }
    .wpgb-lightbox-holder.endorsers-grid figure.wpgb-lightbox-figure .wpgb-lightbox-caption .wpgb-lightbox-title {
        text-align: left;
        font-size: 1.3em;
        font-weight: 600;
        width: 350px;
        margin-top: 0;
    }
    .wpgb-lightbox-holder.endorsers-grid figure.wpgb-lightbox-figure .wpgb-lightbox-caption .wpgb-lightbox-title .endorsee-title-org {
        font-size: .8em;
        font-weight: 400;
    }
    .wpgb-lightbox-holder.endorsers-grid figure.wpgb-lightbox-figure .wpgb-lightbox-caption .wpgb-lightbox-desc {
        text-align: left;
        font-size: 1.2em;
        font-weight: 500;
        line-height: 1.2em;
        width: 350px;
        color: white;
        padding-top: 14px;
    }
}

/*Home allies module and Allies page*/
/*Note for this css to work the class "allies-grid" needs to be added through javascript in respective grid*/
.wpgb-lightbox-holder.allies-grid figure.wpgb-lightbox-figure {
	width: auto!important;
    text-align: center;
}
.wpgb-lightbox-holder.allies-grid figure.wpgb-lightbox-figure > img {
	width: 426px!important;
	height: auto!important;
	float: none;
    margin: auto;
    box-shadow: 0 0 0 12px #FFFFFF;
}
.wpgb-lightbox-holder.allies-grid figure.wpgb-lightbox-figure figcaption.wpgb-lightbox-caption {
	margin-top: 20px;
	padding-left: 0;
}
.wpgb-lightbox-holder.allies-grid figure.wpgb-lightbox-figure .wpgb-lightbox-caption .wpgb-lightbox-title {
	text-align: left;
	font-size: 1.3em;
	font-weight: 600;
	width: 440px;
	margin-top: 0;
}
.wpgb-lightbox-holder.allies-grid figure.wpgb-lightbox-figure .wpgb-lightbox-caption .wpgb-lightbox-title .ally-link {
	white-space: nowrap;
	font-size: 16px;
	font-weight: normal;
}
.wpgb-lightbox-holder.allies-grid figure.wpgb-lightbox-figure figcaption a {
	color: #c9fdc5;
}
.wpgb-lightbox-holder.allies-grid figure.wpgb-lightbox-figure .wpgb-lightbox-caption .wpgb-lightbox-desc {
	text-align: left;
	font-size: 1.2em;
	font-weight: 500;
	line-height: 1.2em;
	width: 440px;
	color: white;
	padding-top: 14px;
}
@media (max-width: 768px) {
    .wpgb-lightbox-holder.allies-grid figure.wpgb-lightbox-figure > img {
        width: 326px !important;
    }
    .wpgb-lightbox-holder.allies-grid figure.wpgb-lightbox-figure .wpgb-lightbox-caption .wpgb-lightbox-title {
        width: 340px;
    }
    .wpgb-lightbox-holder.allies-grid figure.wpgb-lightbox-figure .wpgb-lightbox-caption .wpgb-lightbox-desc {
        width: 340px;
    }
}

/*Video modules (eg on Home page). Note for this css to work the class "video" needs to be added through javascript in respective grid*/
.wpgb-lightbox-holder.video figure.wpgb-lightbox-figure .wpgb-lightbox-caption .wpgb-lightbox-title {
	display:none;
}


/*AC_Mod hide empty p tag added by Gridbuilder at top of post content*/
/*article .entry-content > p {
    display: none;
}*/


/*AC_Mod Homepage fixes*/
/*Fix 3rd slider (.et_pb_slide_2) on home page with custom theming*/
/*AC_Mod added*/
.et_pb_slide_2 {
    padding-top: 3%;
    padding-left: 8%;
    padding-right: 8%;
}
.et_pb_slide_2 .et_pb_slide_description, .et_pb_slide_2 .et_pb_slider_fullwidth_off .et_pb_slide_description {
    padding: 0;
}
.et_pb_slide_2 .et_pb_slide_content {
    display: inline-block;
}
.et_pb_slide_2 .et_pb_slide_description > h2.et_pb_slide_title {
    display: none;
}
.et_pb_slide_2 .aflep-home-slider-image {
    width: 280px;
    height: auto;
    float: left;
}
.et_pb_slide_2 .aflep-home-slider-text {
    margin-left: 300px;
}

/*AC_Mod screen width fix home page slider*/
@media screen and (max-width: 980px) {
    .et_pb_slide_2 {
        padding-top: 0;
        padding-left: 16px;
        padding-right: 16px;
    }
    .et_pb_slide_2 .aflep-home-slider-image {
        width: 280px;
        height: auto;
        margin: auto;
        float: none;
    }
    .et_pb_slide_2 .aflep-home-slider-text {
        margin-left: 0;
    }
    .et_pb_slide_2 .aflep-home-slider-text h2.et_pb_slide_title {
        margin-bottom: 0 !important;
    }
}
@media (max-width: 768px) {
    .et_pb_slide_2 .aflep-home-slider-text > h2.et_pb_slide_title {
        margin-bottom: -16px !important;
    }
}

/*AC_Mod for ContentViews plugin blog title link */
h3.pt-cv-title > a {
    color: #474747!important;
}


/*AC_Mod home Public Banking Made Easy fix so centers in tablet */
.aflep-divi-columm-enable-center-align > div {
    margin: auto;
}

/*AC_Mod Home page and elsewhere in future - add spacing under audio players on the home page article listing*/
.mejs-container.wp-audio-shortcode.mejs-audio {
    margin-bottom: 18px;
}


/*AC_Mod Advanced Forms Pro theming*/
.acf-form .acf-fields > .acf-field {
    border-top: none;
    padding-left: 0px;
    padding-top: 0px;
}
.acf-form .acf-field .acf-label {
    margin-bottom: 6px;
}
.acf-form .acf-field .acf-label label, .acf-form ul.acf-radio-list li label, .acf-form ul.acf-checkbox-list li label, .acf-form ul.acf-radio-list li, .acf-form ul.acf-checkbox-list li {
    font-size: 16px
}
.acf-form ul.acf-radio-list, .acf-form ul.acf-checkbox-list {
    margin-top: -7px;
}
.acf-form ul.acf-radio-list li, .acf-form ul.acf-checkbox-list li {
    padding-top: 3px;
}
.acf-form ul.acf-radio-list li > label > input {
    margin-right: 8px;
}
.acf-field > .acf-input > .acf-input-wrap > input, .acf-field > .acf-input > textarea, .acf-field > .acf-input > select {
    font-size: 16px;
    color: #000;
}
.acf-field > .acf-input > select {
    padding: 3px;
}
.acf-form .acf-fields > .acf-field.adv-forms-field-group-fix > .acf-input > .acf-fields.-top.-border {
    padding-left: 12px;
    padding-top: 8px;
}
.acf-field.acf-field[data-width]+.acf-field[data-width] {
    border-left: none;
}
.acf-form input#acf-field_5cf573a7447da, .acf-form input#acf-field_5f985c8dc53ea {
    /*Fix the heavy border around the URL field*/
    border: 1px solid #bbb;
}
.acf-form .af-field-endorsee-name {
    /*This is a calculated field that needs to be hidden*/
    display: none;
}
.acf-form .af-submit {
    text-align: center;
}
.acf-form .af-submit button {
    padding: 9px 15px 11px 15px;
    background-color: #30870d;
    font-size: 1.35em;
    font-weight: 600;
    letter-spacing: 1px;
    color: white;
    cursor: pointer;
    border-radius: 6px;
}
.acf-form .af-submit button:hover {
    background-color: #00a0b2;
}


/*AC_Mod general Divi fixes*/
.et_pb_post .entry-content {
    padding-top: 0px;
}
@media only screen and (min-width: 1350px) {
    .et_builder_inner_content > .et_pb_section {
        padding: 24px 0;
    }
}
@media (min-width: 981px) {
    .et_builder_inner_content > .et_pb_section {
        padding: 24px 0;
    }
}
@media (max-width: 980px) {
    .et_builder_inner_content > .et_pb_section {
        padding: 20px 0;
    }
}
@media (max-width: 768px) {
    .et_builder_inner_content > .et_pb_section.et_pb_section_1 {
        padding: 16px 0;
    }
    .entry-content p, .entry-content ul, .entry-content ol {
        font-size: 16px;
    }
    .et_pb_team_member .et_pb_team_member_image {
        text-align: left;
    }
}
.et_pb_module.et_pb_sidebar_0.et_pb_widget_area {
    margin-top: 6px;
}



/*AC_Mod*/
.wp-caption {
    line-height: 1.4em;
}
#attachment_4540.wp-caption {
    text-align: left;
}


/*General Styles*/
.mobile_menu_bar::before {
    color: #00A0B1 !important;
}
body, .et_pb_bg_layout_light .et_pb_post p, #top-menu a {
    color: black;
}
#top-menu li li a {
    line-height: 1.2em;
}
p, ul, ol {
    font-size: 16px;
}
.textwidget p, .text-widget ul, .text-widget ol {
    font-size: 16px;
    line-height: 1.3em;
}
#ctf p.ctf-tweet-text, #ctf p.ctf-media-link {
    font-size: 16px !important;
}
#logo {
    max-height: 70px !important;
}
/*Link Styles - General*/
a {
    font-weight: 400;
}
/*Column Sizing*/
.et_right_sidebar #left-area {
    padding-right: 5.2%;
}
.et_right_sidebar #sidebar {
    padding-left: 0;
}
#sidebar {
    width: 20.875%;
}
/*Header*/
#top-menu-nav {
    margin-top: -10px;
}
#top-menu li.current-menu-ancestor > a {
    color: black;
}
#main-header.et-fixed-header {
    min-height: 72px;
}
/*Headings*/
.et_pb_member_position {
    text-transform: uppercase;
    font-size: 14px;
    margin-bottom: 20px;
}
.et_pb_team_member_description h4.et_pb_module_header {
    font-size: 25px;
    margin-bottom: 0;
    padding-bottom: 0;
}
/*Images*/
#main-content img {
    padding-bottom: 10px;
}
.home #main-content img, .page-id-6771 #main-content img {
    padding-bottom: 0;
}
.et_pb_team_member {
    padding-bottom: 30px;
}
/*Interior Pages Header*/
.et_pb_section.et_pb_section_0.et_pb_with_background.et_section_regular p {
    font-size: 40px;
}
/*Primary Nav*/
#top-menu li.current-menu-ancestor > a {
    color: #30870d !important;
}
#top-menu li.current-menu-item > a {
    color: #30870d !important;
}
.nav li ul {
    visibility: hidden;
    z-index: 9999;
    width: 240px;
    border-top: 3px solid #30870d;
}




/*Fonts*/
@font-face {
    font-family: 'bebas_neue_proSexpandedBd';
    src: url('fonts/bebasneuepro-smebd-webfont.woff2') format('woff2'), url('fonts/bebasneuepro-smebd-webfont.woff') format('woff');
    font-weight: normal;
    font-style: normal;
}
@font-face {
    font-family: 'bebas_neue_proSexpandedBdIt';
    src: url('fonts/bebasneuepro-smebdit-webfont.woff2') format('woff2'), url('fonts/bebasneuepro-smebdit-webfont.woff') format('woff');
    font-weight: normal;
    font-style: normal;
}
@font-face {
    font-family: 'bebas_neue_proSexpandedBk';
    src: url('fonts/bebasneuepro-smebk-webfont.woff2') format('woff2'), url('fonts/bebasneuepro-smebk-webfont.woff') format('woff');
    font-weight: normal;
    font-style: normal;
}
@font-face {
    font-family: 'bebas_neue_proSexpandedBkIt';
    src: url('fonts/bebasneuepro-smebkit-webfont.woff2') format('woff2'), url('fonts/bebasneuepro-smebkit-webfont.woff') format('woff');
    font-weight: normal;
    font-style: normal;
}
@font-face {
    font-family: 'bebas_neue_proSexpandedIt';
    src: url('fonts/bebasneuepro-smeit-webfont.woff2') format('woff2'), url('fonts/bebasneuepro-smeit-webfont.woff') format('woff');
    font-weight: normal;
    font-style: normal;
}
@font-face {
    font-family: 'bebas_neue_proSexpandedLt';
    src: url('fonts/bebasneuepro-smelg-webfont.woff2') format('woff2'), url('fonts/bebasneuepro-smelg-webfont.woff') format('woff');
    font-weight: normal;
    font-style: normal;
}
@font-face {
    font-family: 'bebas_neue_proSexpandedLtIt';
    src: url('fonts/bebasneuepro-smelgit-webfont.woff2') format('woff2'), url('fonts/bebasneuepro-smelgit-webfont.woff') format('woff');
    font-weight: normal;
    font-style: normal;
}
@font-face {
    font-family: 'bebas_neue_proSexpandedmiddle';
    src: url('fonts/bebasneuepro-smemd-webfont.woff2') format('woff2'), url('fonts/bebasneuepro-smemd-webfont.woff') format('woff');
    font-weight: normal;
    font-style: normal;
}
@font-face {
    font-family: 'bebas_neue_pSexpandedmiddleIt';
    src: url('fonts/bebasneuepro-smemdit-webfont.woff2') format('woff2'), url('fonts/bebasneuepro-smemdit-webfont.woff') format('woff');
    font-weight: normal;
    font-style: normal;
}
@font-face {
    font-family: 'bebas_neue_proSexpandedRg';
    src: url('fonts/bebasneuepro-smerg-webfont.woff2') format('woff2'), url('fonts/bebasneuepro-smerg-webfont.woff') format('woff');
    font-weight: normal;
    font-style: normal;
}
@font-face {
    font-family: 'bebas_neue_proSexpandedXBd';
    src: url('fonts/bebasneuepro-smeeb-webfont.woff2') format('woff2'), url('bebasneuepro-smeeb-webfont.woff') format('woff');
    font-weight: normal;
    font-style: normal;
}
@font-face {
    font-family: 'bebas_neue_proSexpandedXBdIt';
    src: url('fonts/bebasneuepro-smeebit-webfont.woff2') format('woff2'), url('fonts/bebasneuepro-smeebit-webfont.woff') format('woff');
    font-weight: normal;
    font-style: normal;
}


#sidebar .et_pb_widget {
    margin-bottom: 0;
}
#et_top_search {
    display: none;
}


a {
    color: #30870d;
    font-weight: 600;
}
blockquote {
    font-family: 'Georgia', serif;
    font-size: larger;
    font-style: italic;
}


/*Headers*/
h1, h2, h3, h4, h5, h6 {
    padding-bottom: 10px;
    color: #333;
    font-weight: 500;
    line-height: 1em;
    font-family: 'bebas_neue_proSexpandedBd', sans-serif;
}
h1 {
    font-size: 38px;
}
h2 {
    font-size: 32px;
    font-family: 'bebas_neue_proSexpandedBd', sans-serif;
    color: #00A0B1;
}
/*AC_Mod added all the et_pb_column_1.... to clean up divi inserted garbage*/
h3, .et_pb_column_1_3 h3, .et_pb_column_1_4 h3, .et_pb_column_1_5 h3, .et_pb_column_1_6 h3, .et_pb_column_2_5 h3 {
    font-size: 27px;
    font-family: 'bebas_neue_proSexpandedRg' !important;
    line-height: 31px;
    font-weight: 600;
}
.larger-h3 h3 { /*Used for column headings in Videos page*/
    font-size: 30px;
    margin-bottom: -8px;
}  
/*AC_Mod*/
h4 {
    line-height: 1.2em;
}

h4.widgettitle {
    font-family: 'bebas_neue_proSexpandedXBd' !important;
}
h1.entry-title {
    font-family: 'bebas_neue_proSexpandedBd' !important;
    font-size: 38px;
    color: #00A0B1;
}
h2.entry-title {
    font-family: 'bebas_neue_proSexpandedBd' !important;
    font-size: 36px;
    color: #333;
}
.hide-divi-hack-grid:not(.ui-sortable) { /*Don't hide in divi editor because of the editor inserted ui-sortable*/
    display:none;
}
/*AC_Mod use different h3 sized h2 when in Divi blog module*/
.et_pb_module .et_pb_blog_grid h2.entry-title, .et_pb_module article.et_pb_post h2.entry-title {
    margin-top: -12px;
    line-height: 29px;
    font-size: 27px;
    padding-bottom: 6px;
}



.home .et_pb_post .entry-title a, .page-id-6771 .et_pb_post .entry-title a, .et_pb_post h2 a {
    color: #30870d;
    font-size: 27px;
    line-height: 27px;
}

/*Slider stuffs*/
.home .et_pb_fullwidth_slider_0.et_pb_slider .et_pb_slide_description .et_pb_slide_title, .page-id-6771 .et_pb_fullwidth_slider_0.et_pb_slider .et_pb_slide_description .et_pb_slide_title {
    font-family: 'bebas_neue_proSexpandedXBd' !important;
    font-size: 52px;
    color: #FFFFFF !important;
}
.et_pb_fullwidth_slider_0.et_pb_slider .et_pb_slide_description .et_pb_slide_title {
    font-family: 'bebas_neue_proSexpandedBk' !important;
}
.et_pb_section.et_pb_section_0.et_pb_with_background.et_section_regular p {
    font-family: 'bebas_neue_proSexpandedBk' !important;
}

/*Home Page Slider*/
.et_pb_slide_content p:last-of-type {
    line-height: 13px;
}
.et_pb_slide_content .et_pb_more_button {
    line-height: 1.1em !important;
}

/*Homepage Marquee*/
#homepage-marquee {
    width: 100%;
    height: auto;
}
#homepage-marquee .single-endorsee-wrapper {
    display: inline-block;
}
#homepage-marquee {
    margin: 0 auto;
    white-space: nowrap;
    overflow: hidden;
    box-sizing: border-box;
}
#homepage-marquee span {
    display: inline-block;
    height: auto;
    /*padding-left: 100%;   show the marquee just outside the paragraph */
    animation: homepage-marquee 75s linear infinite;
}
#homepage-marquee span:hover {
    animation-play-state: paused;
}
@keyframes homepage-marquee {
    0% {
        transform: translate(0, 0);
    }
    100% {
        transform: translate(-100%, 0);
    }
}

/*Home*/
.home .eventon_events_list .eventon_list_event .evcal_desc span.evo_above_title span.featured, .page-id-6771 .eventon_events_list .eventon_list_event .evcal_desc span.evo_above_title span.featured, .evo_pop_body .evcal_desc span.evo_above_title span.featured {
    display: none;
}
h2.turquoise {
    color: #00A0B1;
    font-family: "Georgia", serif;
    font-size: 40px;
    line-height: 42px;
}
.home .one_half, .page-id-6771 .one_half {
    text-align: right;
}
.home .one_half.et_column_last, .page-id-6771 .one_half.et_column_last {
    text-align: left;
}
.home .et_pb_section_3 .et_pb_slider_fullwidth_off .et_pb_slide_description, .page-id-6771 .et_pb_section_3 .et_pb_slider_fullwidth_off .et_pb_slide_description {
    padding: 0;
}
.et_pb_slider .et_pb_slide_1 {
    background-color: transparent !important;
}
.ajde_evcal_calendar.boxy.box_3 .eventon_list_event:nth-of-type(2), .ajde_evcal_calendar.boxy.box_3 .eventon_list_event:nth-of-type(3) {
    border-left: 1px solid white;
}


/*Padding on MC List in Footer*/
.yikes-easy-mc-success-message {
    padding-bottom: 12px !important;
}
/*Leadership Team Image Padding*/
.page-id-3287 #main-content img {
    margin-bottom: 0;
    padding-bottom: 20px;
}


/*Interior Header*/
.page div.et_pb_section.et_pb_section_0 {
    background-image: url(https://aflep.org/wp-content/uploads/2019/05/Sandias-ABQ-pano-Title-Bar.2.jpg), linear-gradient(180deg, #2b87da 0%, #29c4a9 100%) !important;
    padding: 50px 0 0px 0 !important;
}

body #page-container .et_pb_section .et_pb_fullwidth_slider_0.et_pb_slider .et_pb_more_button.et_pb_button {
    background-color: #f2c318d1 !important;
}
#main-content .et_pb_slider_fullwidth_off img {
    padding-bottom: 0;
}
li {
    margin-bottom: 10px;
}
.et_pb_title_container h1 {
    font-size: 36px;
    color: #00A0B1;
}
.home .et_pb_fullwidth_slider_0.et_pb_slider .et_pb_slide_description .et_pb_slide_title, .page-id-6771 .et_pb_fullwidth_slider_0.et_pb_slider .et_pb_slide_description .et_pb_slide_title {
    font-family: "AvenirNextCondensed-Bold", "Futura-CondensedExtraBold", HelveticaNeue-CondensedBold, "Ubuntu Condensed", "Liberation Sans Narrow", "Franklin Gothic Demi Cond", "Arial Narrow", sans-serif-condensed, Arial, "Trebuchet MS", "Lucida Grande", Tahoma, Verdana, sans-serif;
    font-family: 'bebas_neue_proSexpandedXBd' !important;
    font-weight: bold;
}
body #page-container .et_pb_fullwidth_slider_0.et_pb_slider .et_pb_more_button.et_pb_button {
    border: none;
}

.home.page div.et_pb_section.et_pb_section_0, .page-id-6771.page div.et_pb_section.et_pb_section_0 {
    background-image: none !important;
    padding: 50px 0 0px 0 !important;
}
.home.page div.et_pb_section.et_pb_section_0, .page-id-6771.page div.et_pb_section.et_pb_section_0  {
    padding-top: 0 !important;
}


/*Random About Us - Our Story Heading Padding Fix*/
.page-id-3285 .et_pb_row_0.et_pb_row {
    padding-top: 20px;
}

#evcal_widget {
    margin-bottom: 20px;
}
.et_overlay::before, .et_pb_bg_layout_light .et_pb_more_button, .et_pb_bg_layout_light .et_pb_newsletter_button, .et_pb_bg_layout_light .et_pb_promo_button, .et_pb_bg_layout_light.et_pb_module.et_pb_button, .et_pb_contact_submit, .et_pb_filterable_portfolio .et_pb_portfolio_filters li a.active, .et_pb_filterable_portfolio .et_pb_portofolio_pagination ul li a.active, .et_pb_gallery .et_pb_gallery_pagination ul li a.active, .et_pb_member_social_links a:hover, .et_pb_pricing li a, .et_pb_pricing_table_button, .et_pb_sum {
    color: #00A0B1;
}



.ajde_evcal_calendar .calendar_header p, .ajde_evcal_calendar .evcal_evdata_row .evcal_evdata_cell h3.evo_h3, .evo_lightbox_content h3.evo_h3, body .ajde_evcal_calendar h4.evo_h4, .evo_content_in h4.evo_h4, .evo_metarow_ICS .evcal_evdata_cell p a, .eventon_events_list .eventon_list_event .evcal_desc span.evcal_desc2, .eventon_list_event .evcal_desc span.evcal_event_title, .evcal_desc span.evcal_desc2, .evo_metarow_ICS .evcal_evdata_cell p a, .evo_metarow_learnMICS .evcal_col50 .evcal_evdata_cell p a, .eventon_list_event .evo_metarow_locImg p.evoLOCtxt .evo_loc_text_title, .evo_clik_row .evo_h3, .evotax_term_card .evotax_term_details h2, .evotax_term_card h3.evotax_term_subtitle, .ajde_evcal_calendar .evo_sort_btn, .eventon_main_section #evcal_cur, .ajde_evcal_calendar .calendar_header p.evo_month_title, .ajde_evcal_calendar .eventon_events_list .evcal_month_line p, .eventon_events_list .eventon_list_event .evcal_cblock, .ajde_evcal_calendar .evcal_month_line, .eventon_event .event_excerpt_in h3 {
    font-family: 'bebas_neue_proSexpandedXBd' !important;
}
.eventon_events_list .eventon_list_event .evcal_desc span.evcal_desc2 {
    text-transform: none !important;
}
.eventon_events_list .eventon_list_event .evcal_desc span.evcal_event_subtitle, .evo_pop_body .evcal_desc span.evcal_event_subtitle {
    text-transform: none !important;
}
/*AC_Mod added*/
.evo_below_title {
    font-weight: normal;
}


/*Widgets in Footer*/
#main-footer h4, .footer-widget h4 {
    font-family: "AvenirNextCondensed-Bold", "Futura-CondensedExtraBold", HelveticaNeue-CondensedBold, "Ubuntu Condensed", "Liberation Sans Narrow", "Franklin Gothic Demi Cond", "Arial Narrow", sans-serif-condensed, Arial, "Trebuchet MS", "Lucida Grande", Tahoma, Verdana, sans-serif;
    font-family: 'bebas_neue_proSexpandedXBd' !important;
}
/*Donate Button*/
.page-id-10262 #top-menu li.current-menu-item > a {
    color: white !important;
}
#top-menu li {
    padding-right: 12px !important;
}
#menu-item-10265 {
    margin-bottom: 28px; /*AC_Mod added for fixing Donation button positioning at small desktop/tablet sizes*/
    background-color: #f2c318;
    padding-top: 10px !important;
    padding-right: 9px !important;
    padding-left: 10px !important;
    padding-bottom: 10px !important;
    max-height: 34px;
    border-radius: 6px;
    opacity: 1;
    -webkit-transition: all .1s ease-in-out;
    -moz-transition: all .1s ease-in-out;
    transition: all .1s ease-in-out;
}
#et_mobile_nav_menu #menu-item-10265 {  /*AC_Mod added for mobile */
    margin-left: 10%;
    width: 80%;
    margin-bottom: 8px;
    padding-top: 0px !important;
    text-align: center;
}
#et_mobile_nav_menu #menu-item-10265 a {  /*AC_Mod added for mobile */
    padding-top: 5px !important;
}
#menu-item-10265:hover {
    background-color: #30870D;
    opacity: 1;
    -webkit-transition: all .1s ease-in-out;
    -moz-transition: all .1s ease-in-out;
    transition: all .1s ease-in-out;
}
#menu-item-10265 a {
    color: white !important;
    text-transform: uppercase;
    font-weight: 600 !important;
    opacity: 1 !important;
}




/*Buttons*/
.et_pb_contact_submit {
    color: white;
}
.et_pb_contact_submit:hover, .et_pb_pricing_table_button:hover {
    background-color: #9844A2;
}

.events-button {
    text-transform: uppercase;
    color: black !important;
    border-bottom: 2px solid #7EBEC5;
    padding-top: 20px;
    padding-bottom: 5px;
    margin-top: 30px;
}

/*Yikes Submit*/
.yikes-mailchimp-submit-button-span-text {
    color: white;
    font-size: 17px;
    font-weight: 600;
    text-transform: uppercase;
}
.yikes-easy-mc-form .yikes-easy-mc-submit-button {
    background-color: #f2c318;
    padding-top: 9px;
    padding-right: 10px;
    padding-left: 10px;
    padding-bottom: 10px;
    border-radius: 6px;
    opacity: 1;
    border: 0;
    -webkit-transition: all .1s ease-in-out;
    -moz-transition: all .1s ease-in-out;
    transition: all .1s ease-in-out;
}
.yikes-easy-mc-form .yikes-easy-mc-submit-button:hover {
    background-color: #30870D;
    -webkit-transition: all .1s ease-in-out;
    -moz-transition: all .1s ease-in-out;
    transition: all .1s ease-in-out;
}
.yikes-easy-mc-form .yikes-easy-mc-submit-button.admin-logged-in {
    margin-bottom: 1em;
}
/*Search*/
#et_search_icon:hover {
    color: #30870d;
}
/*Footer*/
#main-footer {
    background-color: #545353;
}
#main-footer h4, .footer-widget h4 {
    color: white !important;
    font-size: 22px;
    text-transform: uppercase;
}
/*Bottom Footer*/
#footer-info a {
    color: white;
}
#footer-bottom {
    background-color: transparent;
}
#footer-info {
    color: white;
}
.et-social-icon a {
    display: inline-block;
    position: relative;
    color: white;
}
/*Donate*/
#left-area ul, .comment-content ul, .entry-content ul, body.et-pb-preview #main-content .container ul {
    /*AC_Mod commented out -> padding: 10px 0 25px 0;*/
    line-height: 26px;
    list-style-type: disc;
}
h2.give-form-title {
    display: none;
}
.give-btn {
    background: rgba(239, 183, 1);
    border: 1px solid #ccc;
    font-size: 18px;
}
/*Sidebar*/
.textwidget {
    padding-bottom: 25px;
}
.et_pb_column_1_4 .et_pb_widget {
    margin-bottom: 0 !important;
}
#main-content .container::before {
    display: none;
}
.et_pb_widget_area_left {
    border-right: none;
}
.et_pb_column_1_4 .et_pb_widget:first-of-type {
    margin-bottom: 10px !important;
}
.sidebar-action {
    color: white;
    background-color: #CCC;
    padding: 15px;
}
.et_pb_column_1_4 .et_pb_widget:first-of-type > h4.widgettitle {
    color: white;
}
.et_pb_gutters3 .et_pb_column_1_4 .et_pb_widget {
    padding-bottom: 0 !important;
}
.et_pb_widget_area_left {
    padding-right: 0;
}
h4.widgettitle {
    color: black;
    line-height: 30px;
    font-family: 'bebas_neue_proSexpandedXBd' !important;
    font-size: 28px;
}
.subscribe {
    position: relative;
    padding: .3em 1em;
    border: none;
}
.textwidget h2 {
    font-family: "AvenirNextCondensed-Bold", "Futura-CondensedExtraBold", HelveticaNeue-CondensedBold, "Ubuntu Condensed", "Liberation Sans Narrow", "Franklin Gothic Demi Cond", "Arial Narrow", sans-serif-condensed, Arial, "Trebuchet MS", "Lucida Grande", Tahoma, Verdana, sans-serif;
    font-family: 'bebas_neue_proSexpandedXBd' !important;
}
.et_pb_widget a {
    color: white;
}
.et_pb_button {
    background-color: #f2c318;
}
.et_pb_bg_layout_light .et_pb_button:hover, .et_pb_bg_layout_light.et_pb_button:hover {
    background-color: #30870d;
}
/*Twitter Feed*/
#ctf .ctf-header {
    border-bottom: 1px solid rgb(239, 183, 0);
}
/*Imported Styles for Slider*/
#fancybox-content {
    border: 0;
    width: 850px !important;
    height: auto;
    overflow: hidden !important;
}
.social-icons {
    float: left;
    margin-left: 10px;
}
.social-icons a {
    display: inline-block;
    margin: 11px 3px;
    font-size: 11px;
    line-height: 28px;
}
.social-icons img {
    width: 25px;
}
/*  Letters to the Editor Page Template  */
div.lte-single-wrapper {
    margin-bottom: 55px;
}
.lte-single-wrapper h1.entry-title {
    color: black;
}
img.lte-headshot {
    float: left;
    margin: 0 25px 10px 0;
    border-radius: 5px;
    max-width: 150px;
}
div.lte-copy {}
span.lte-author {
    font-weight: bold;
}
span.lte-author-city {
    font-style: italic;
}



#homepage-marquee {
    width: 100%;
    height: auto;
}
#homepage-marquee .single-endorsee-wrapper {
    display: inline-block;
}
#homepage-marquee {
    margin: 0 auto;
    white-space: nowrap;
    overflow: hidden;
    box-sizing: border-box;
}
#homepage-marquee span {
    display: inline-block;
    height: auto;
    /*padding-left: 100%;   show the marquee just outside the paragraph */
    animation: homepage-marquee 75s linear infinite;
}
#homepage-marquee span:hover {
    animation-play-state: paused;
}
#homepage-marquee .marquee-span {}
@keyframes homepage-marquee {
    0% {
        transform: translate(0, 0);
    }
    100% {
        transform: translate(-100%, 0);
    }
}
/*Responsive*/
@media screen and (min-width: 1008px) {
    .internal .single-endorsee-wrapper {
        height: 164px;
        width: 131px;
        margin-left: -4px;
    }
}
@media (max-width: 980px) {
    .et_header_style_left #logo, .et_header_style_split #logo {
        max-width: 100%;
    }
    #et_top_search {
        display: none !important;
    }
}
@media screen and (max-width: 767px) {
    .et_pb_slider.et_pb_module .et_pb_slides .et_pb_slide_description h2.et_pb_slide_title {
        font-size: 40px;
    }
}
@media (max-width:768px) {
    #menu-item-10265 {
        background-color: white;
        padding: 0px 15px !important;
    }
    #menu-item-10265 a {
        color: black !important;
        text-transform: uppercase;
        font-weight: 600 !important;
        opacity: 1 !important;
    }
    .et_mobile_menu li a, .nav li li a {
        font-size: 16px;
    }
    .home .et_pb_section_4.et_pb_section, .page-id-6771 .et_pb_section_4.et_pb_section {
        padding-bottom: 0px;
        margin-bottom: 0px;
        padding-top: 0;
    }
    #ctf .ctf-header-name {
        font-weight: bold;
        margin-right: 6px;
        font-size: 14px;
    }
    .home .et_pb_row_6.et_pb_row, .page-id-6771 .et_pb_row_6.et_pb_row {
        padding-right: 0;
        padding-left: 0;
        padding-top: 10px;
    }
    .home .et_pb_row_5 .et_pb_column, .page-id-6771 .et_pb_row_5 .et_pb_column {
        margin-bottom: 0;
    }
    .home .et_pb_text_6.et_pb_text, .page-id-6771 .et_pb_text_6.et_pb_text {
        color: #894499 !important;
        padding: 20px;
        padding-bottom: 0;
    }
    .et_pb_text_7 {
        padding: 20px !important;
    }
    .et_pb_slider .et_pb_slide:first-child {
        display: list-item;
        padding: 0;
        min-height: 170px;
    }
    .home .et_pb_column .et_pb_module, .page-id-6771 .et_pb_column .et_pb_module {
        margin-bottom: 20px;
    }
    body #page-container .et_pb_button_0 {
        background: #f2c318;
        background-color: #f2c318 !important;
        opacity: 1;
    }
    .home h2, .page-id-6771 h2 {
        font-size: 25px;
        line-height: 1.2em;
    }
    .et_pb_fullwidth_slider_0 .et_pb_slide .et_pb_slide_description {
        padding-right: 0 !important;
        padding-left: 0 !important;
    }
    #endorsee-subcontent {
        text-align: center;
        padding: 5px 15%;
    }
    .et_pb_slider.et_pb_module .et_pb_slides .et_pb_slide_description h2.et_pb_slide_title {
        font-size: 33px;
        line-height: 33px;
    }
    .et_pb_slider.et_pb_module .et_pb_slides:first-of-type .et_pb_slide_description h2.et_pb_slide_title {
        margin-bottom: 60px;
    }
    .home #banner, .page-id-6771 #banner {
        height: 30%;
        padding-bottom: 15px;
    }
    #alt-banner {
        left: 0px !important;
        width: 100%;
    }
    #homepage-marquee span {
        display: inline-block;
        height: auto;
        /*padding-left: 100%;   show the marquee just outside the paragraph */
        animation: homepage-marquee 90s linear infinite;
    }
    #evcal_widget .eventon_events_list .evcal_desc2 {
        font-size: 24px !important;
    }
    img.alignleft {
        display: inline;
        float: none;
        margin-right: 0;
        width: 100%;
    }
    #sidebar #text-7 p {
        margin-bottom: -15px;
    }
    .et_pb_section.et_pb_section_0.et_pb_with_background.et_section_regular p {
        line-height: 38px;
    }
    .et_pb_section.et_pb_section_1 {
        padding: 0px 0;
    }
    .textwidget h2 {
        font-size: 30px !important;
    }
    .textwidget h4 {
        font-size: 20px !important;
        line-height: 24px;
    }
    .et_pb_widget_area .et_pb_widget a {
        color: inherit;
        font-size: 20px;
    }
    p, ul, ol {
        font-size: 18px;
    }
    .textwidget p, .text-widget ul, .text-widget ol {
        font-size: 18px;
        line-height: 1.3em;
    }
}

/*Random Fixes*/
#main-content img {
    padding-bottom: 0;
    margin-bottom: 0;
}
#homepage-marquee .marquee-span {
    width: 9240px;
}
.form-submit .et_pb_button {
    color: white;
}