@font-face { 
    font-family: ProxLight;
    src: url('/wp-content/themes/academy_v2/fonts/proximanova-light.ttf');
}

@font-face { 
    font-family: ProxThin;
    src: url('/wp-content/themes/academy_v2/fonts/proximanova-thin-webfont.ttf');
}

@font-face { 
    font-family: ProxBold;
    src: url('/wp-content/themes/academy_v2/fonts/proximanova-bold.otf');
}

@font-face { 
    font-family: ProxNew;
    src: url('/wp-content/themes/academy_v2/fonts/ProximaNova_new.otf');
}

/*** ***/
/* Turn off add to any */
/******/

.addtoany_content{
    display:none;
}

html{}

body {
	color: #3a3f42;
    background-color:#fff;
	font-family:ProxThin;
	font-weight:300;
	font-size:15px;
	line-height:1.4em;
    margin:0 auto;
}


.grid-container-donors {
    display:grid;
    grid-template-columns: 33.5% 33.5% 33%;
    padding: 10px;
    margin: 0 auto;
    width: 75%;
}

.grid-item-donors {
/*  background-color: rgba(255, 255, 255, 0.8);*/
/*  border: 1px solid rgba(0, 0, 0, 0.8);*/
  padding: 20px;
/*  font-size: 30px;*/
  text-align: center;
}

/**
 donation meter
**/
.meter { 
	height: 35px;  /* Can be anything */
	position: relative;
	background: transparent;
	padding: 4px;
    border:1px solid #AC9B6E;
    max-width:85%;
    margin:0 auto;
/*	box-shadow: inset 0 -1px 1px rgba(255,255,255,0.3);*/
}

.meter > span {
  display: block;
  height: 100%;
  background-color: #AC9B6E;
  background-image: linear-gradient(
    center bottom,
    #AC9B6E 37%,
    #AC9B6E 69%
  );
  position: relative;
  overflow: hidden;
}

/********************/



#orange_popup{
    display:none;
    width: 100%;
    height: 100%;
    position: fixed;
    z-index: 1000;
    background-color: rgba(0,0,0,0.9);
}

#orange_popup .inner{
    width: 80%; margin: 0 auto; text-align: center; position: relative; top: 35%;
}

#orange_popup button{
    padding:17px 24px;margin-bottom:10px;width:530px;
}



/*** NEW CSS FOR 2022 ***/
.nominee-page h1{
    color:#fff;
    padding:10px;
}


.csa_menu_cats .menu{
    display:flex;
    justify-content: center;
    align-content: space-around;
}

.nom_category_title2022{
    margin-top:10px;
    margin-bottom:10px;
}



#nom_container2022{
    width:200px;
    height:300px;
    position: relative;
    overflow: hidden;
    background-image: url("../images/tileimage-academy_small.png");
    background-repeat: repeat;
    margin-bottom: 5px;
}

#nom_container2022 .cat_winner{
    position: relative;
    bottom: -250px;
    left: 25px;
}

a.winner #nom_container2022{
    outline: 5px solid #AC9B6E;
}
 


.nominations_2022 a{
    margin: 5px!important;
    padding:10px!important;
}


.nomination_category2022{
    max-width: 95%;
    margin: 0 auto;
}


.nomination_category2022 .nom_project{
    max-width:200px!important;
    text-align: center;
    font-size:1.2em!important;
    line-height: normal;
    padding-top:5px;
    padding-bottom:5px;
    color:#000;
    font-weight:100!important;
    margin:0px;
}

.nominations_2022 .nom_title{
    width: 100%;
    line-height: normal;
    text-transform: uppercase;
    max-width: 200px!important;
    color: #AC9B6E!important;
    padding-top: 0px!important;
    font-size: 0.9em!important;
    text-align: center;
    font-family: 'proxima-nova';
    margin: 0;
    text-transform: uppercase;
    font-weight: 600;
    
}

.rotate-180 { 
  -webkit-transform: rotate(180deg);
  -moz-transform: rotate(180deg);
  -o-transform: rotate(180deg);
  -ms-transform: rotate(180deg);
  transform: rotate(180deg);
 transition: transform .2s ease;
}

@media(max-width:800px){
    

    .property_content, .nom_synopsis{
        text-align:center;
    }
    
    
    .nominee_title2022{
        font-size:2em!important;
        text-align:center!important;
    }
    
    .nom_category_title2022{
        padding-left:0px;
        font-size:1.75em!important;
    }
    
    .csa_menu_cats2022 .menu{
        display:block!important;
        text-align:center;
    }
    
    .csa_menu_cats2022 .menu li{
        padding:10px;
    }
    
    .csa_menu_cats2022 hr{
        display:none;
    }
    
    #show_winners_filter{
        padding-top:20px;
    }
    
    #yr_search_filter{
        padding-bottom:15px;
    }
    
    .nominee_filters{
        display:block!important;
        text-align:center;
    }
    
    #print_list nav{
        top:595px!important;
        left:55px;
    }
    
    .back_to_nominees{
        width:85%!important;
    }
    
    .notmobile{
        display:none!important;
    }
    
    .mobile{
        display:block!important;
    }
    
    .mobile .article-body h5{
        text-align:center;
    }
    
    h1{
        font-size:2em!important;
    }
    
    .post_categories_nominees2022 h2{
        width:95%!important;
        font-size:1.25em!important;
    }
    
    #yr_search_filter select{
        text-align:right!important;
        width:100px!important;
        background-position-x: 75px!important;
    }
    
    #year_filter2022{
        text-align:right!important;
    }
    
    #nom_container2022{
        width:150px!important;
        height:225px!important;
    }
    .nomination_category2022 h1.nom_title{
        max-width:150px!important;
    }
    
    .nominations_2022 .nom_project{
        max-width:150px!important;
    }
    
    #nom_container2022 img{
        width:150px!important;
        height:225px!important;
    }
}


.notmobile{
    display:block;
}

.mobile{
    display:none
}

.nominations_2022{
/*
    display: flex;
    flex-wrap: wrap;
    margin-left: 3%;
*/
}

.all_nominees hr{
    margin: 10px auto;
}
.all_nominees hr:last-child{
    display:none;
}


.post_categories_nominees2022 h2{
    font-family: 'proxima-nova';
    text-transform: uppercase;
    font-size: 1.5em;
    font-weight: 400;
    width: 75%;
    text-align: center;
    padding: 10px;
    letter-spacing: 3px;
    margin:0 auto;
}

.nominee_title2022{
    font-size: 3em;
    margin-top: 0px;
    font-family: 'ivypresto-headline';
    font-weight: 200;
    line-height:normal;
    color:#000;
    margin:0;
}

.nom_synopsis p{
    margin-top:0px;
}

.nom_details h5{
    font-size:1em;
    padding:0;
    margin: 10px 0px 0px 0px; 
    font-family:proxima-nova;
    color:#AC9B6E;
    text-transform: uppercase; 
    letter-spacing: 2px;
}

.property_content h5{
    font-size:1em;
    padding:0;
    margin: 10px 0px 0px 0px; 
    font-family:proxima-nova;
    color:#AC9B6E;
    text-transform: uppercase; 
    letter-spacing: 2px;
}

.property_content p{
    margin-top:0px;
}

.csa_menu_cats2022 .menu{
    list-style-type: none;
    display: flex;
    justify-content: space-between;
    align-items:center;
    margin:10px auto;
    max-width: 90%;
    font-weight: 600;
    font-family: 'proxima-nova';
    letter-spacing: 3px;
    text-transform:uppercase;
    flex-wrap:wrap;
}


#yr_search_filter{
    background-color:#fff;
    margin: 0 auto;
}

#yr_search_filter select{
    background-color: #fff!important;
    width:100px;
    font-size: 1em;
    margin: 2px;
    border: 1px solid #7f0c00;
    color: #AC9B6E;
    background: url(http://cdn1.iconfinder.com/data/icons/cc_mono_icon_set/blacks/16x16/br_down.png) no-repeat right #ddd;
    -webkit-appearance: none;
    background-position-x: 10px;
    padding: 5px 15px;
    line-height: 1;
    font-weight: 600;
    font-family: 'proxima-nova';
    letter-spacing: 3px;
    text-transform:uppercase;
}

#show_winners_filter, #print_list{
    font-weight: 600;
    font-family: 'proxima-nova';
    letter-spacing: 3px;
    text-transform:uppercase;
    color:darkgray;
    margin:10px;
}

#show_winners_filter label, #print_list label{
    padding: 5px 20px;
    border:1px solid #AC9B6E;
    background-color:#fff;
    position:relative;
    top:-35px;
    width:250px;
    text-align:center;
}

.nominee_filters{
    display: flex;
    justify-content: center;
    align-content: space-evenly;
}

#year_filter2022{
    text-align:right;
    width:100px;
    height:35px;
}


.csa_menu_cats2022 nav{
    padding-bottom:20px;
}


.csa_menu_cats2022 a:active{
    padding: 5px 10px;
    background-color: #7f0c00;
    color: #fff;
    border: 1px solid #AC9B6E;
}


.current_page_item a{
    padding: 5px 10px;
    background-color: #7f0c00;
    color: #fff!important;
    border: 1px solid #AC9B6E;
}


#print_list nav{
    top: 363px;
    position: absolute;
    background-color: #7f0c00;
    padding-top: 0px;
    padding-bottom: 0px;
}
#print_list ul{
    margin-top:0px;
    margin-bottom:0px;
}
#print_list li{
    background-color:#7f0c00;
}

#print_list .menuToggle_sub .menu_sub li{
    width:inherit;
    text-align:center;
    font-family: 'ivypresto-headline';
    text-transform: none;
    font-weight: 100;
    letter-spacing: normal;
    color:#fff;
    font-size: 18px;
    width:292px;
}

#print_list .menuToggle_sub .menu_sub li h1{
    font-family: 'ivypresto-headline';
    font-weight: 100;
    color:#fff;
    font-size: 18px;
    text-transform: none;
    margin:0px;
}

#print_list .menuToggle_sub .menu_sub li a{
    font-size:10px;
    font-family: 'proxima-nova';
    font-weight: 400;
    text-transform:uppercase;
    letter-spacing:3px;
}

.back_to_nominees{
    margin: 20px auto;
    text-align: center;
    width: 75%;
    font-size: 1.5em;
    font-weight: 900;
    padding: 10px 20px;
    border: 2px solid #AC9B6E;
    letter-spacing: 2px;
    font-family: 'proxima-nova';
}

.back_to_nominees a{
    color: #000;
    font-size:0.8em;
    font-family:'proxima-nova';
}

.back_to_nominees:hover{
    background-color:#AC9B6E;
    
    color:#fff;
}

.back_to_nominees:hover a{
    color:#fff;
}

.other_nominee2022{
    position: relative;
    width: 300px;
    margin: 0 auto;
    display:inline-block;
    vertical-align: top;
}

.other_nominee2022 h1{
    font-size:1.2em;
    margin-top:5px;
    margin-bottom:5px;
}

.other_nominee2022 h5{
    width: 100%;
    line-height: normal;
    text-transform: uppercase;
    max-width: 200px!important;
    color: #AC9B6E!important;
    padding-top: 0px!important;
    font-size: 0.9em!important;
    text-align: center;
    font-family: 'proxima-nova';
    margin: 5px auto;
}

.social_feeds2022{
    font-size: 1em;
    position:relative;top:10px;
    padding: 0;
    margin: 10px 0px 0px 0px;
    font-family: proxima-nova;
    color: #AC9B6E;
    text-transform: uppercase;
    letter-spacing: 2px; 
    font-weight:900;
    text-align:center;
}

.social_feeds2022 .fa{
    font-size:20px;
    padding:0px 10px;
}

/**********************/


#content{
    margin:0 auto;
    padding-top:6px;
}

.academy_gold{
    color: #AC9B6E;
}

.font_bold{
    
}

.full_width_img figure, .full_width_img figure div, .full_width_img figure div img{
    width:100%;
}

.ac_hof:hover{
    filter: brightness(50%);
}

.ac_hof_info{
    display:none;
    font-family:proxima-nova;
    font-weight:500;
    pointer-events: none;
    position: absolute;
    top: 25%;
    width: 100%;
    left: 0;
}


.ac_hof:hover + .ac_hof_info{
    display:block;
}

.press_info h1{
    margin-top: 0px;
    margin-bottom: 5px;
    font-size: 2em;
}

.press_info .press_read_more{
    padding:15px 0px;
}

.press_info .press_read_more a{
    padding: 10px 15px;
    background-color: #7d0e00;
    position: relative;
    width: 20%;
    text-align: center;
    font-family: 'proxima-nova';
    font-weight: 500;
    color:#fff;
    text-transform: uppercase;
    letter-spacing: 2px;
    font-size: 13px;
    margin-top: 20px;
    margin-bottom: 10px;
}

#menu-csa_menu{
    display: inline-flex;
    justify-content: space-around;
    width: 100%;
}

#menu-csa_menu li a{
    font-weight: 900;
    font-family: 'proxima-nova';
    color: #000;
}

#menu-csa_menu li a:hover{
    color:#7d0e00;
}

#menu-csa_menu li a:active{
    color:#7d0e00;
}

.csa_menu{
    margin-bottom:0px!important;
}

.vc_wp_custommenu.wpb_content_element
{
    margin-bottom:0px;
}


#menu-csa_menu li{
    list-style:none;
}

.press_person .email{
    padding-bottom:20px;
}

.partner_thumb{
    max-width:100px;
    margin:0 auto;
    height: 80px;
    margin: 0 auto;
}
.partner_thumb.email_logo img{
    padding-top:20px;
}
.partner_thumb.last{
    max-width:50px;
}

.front_page_calendar, .past_events{
      display: grid;
      grid-gap: calc(var(--gutter) / 2);
      grid-template-columns: 10px;
      grid-template-rows: minmax(150px, 1fr);
      grid-auto-flow: column;
      grid-auto-columns: calc(50% - var(--gutter) * 2);

      overflow-x: scroll;
      scroll-snap-type: x proximity;
    
        scrollbar-width: none; /* Firefox */
        -ms-overflow-style: none;  /* Internet Explorer 10+ */
      padding-bottom: calc(.75 * var(--gutter));
      margin-bottom: calc(-.25 * var(--gutter));
}

#board_of_directors h3{
    font-size: 2em;
    line-height: 1em;
    margin-bottom: 15px;
    font-weight: 100;
    margin-bottom: 0px;
}

#board_of_directors h4.subtitle{
    margin-top:0px;
    color:#AC9B6E;
    font-family: 'proxima-nova';
}

#board_of_directors .description{
    margin-top:0px;
    color:#AC9B6E;
    font-family: 'proxima-nova';
    font-weight: 600;
}


#board_of_directors .bod_bio0, #board_of_directors .bod_bio1, #board_of_directors .bod_bio2, #board_of_directors .bod_bio3, #board_of_directors .bod_bio4{
    display:none;
    background-color: #AC9B6E;
    color: #fff;
    padding:10px 10px;
    width:100%;
    position: relative;
    top: -112px;
}


.become_a_partner_stat_header{
    text-align: center;
    color: #efaf1b;
    margin-bottom: 5px;
    font-style:italic;
    margin-top: 5px;
    font-weight: 900;
    font-size: 3em;
}

.become_a_partner_header_txt{
    position: absolute;
    bottom: 10px;
    left: 45%;
}

.become_a_partner_header_txt h1{
    color:#fff;
}

.statues_and_certs_header_txt{
    position: absolute;
    bottom: 35%;
    width: 50%;
    color:#AC9B6E;
    right: 5%;
}

.academy_talks_events{
    grid-template-columns: unset;
}

.front_page_calendar.academy_talks_events .event_link, .front_page_calendar.academy_talks_events .event_date{ text-align:center; }

.front_page_calendar::-webkit-scrollbar, .past_events::-webkit-scrollbar { /* WebKit */
    width: 0;
    height: 0;
}

.front_page_calendar:before,
.front_page_calendar:after, .past_events:before, .past_events:after {
  content: '';
  width: 10px;
}

.front_page_calendar .event_location, .past_events .event_location{
    display:none;
}

.front_page_calendar .event_img{
    max-height:400px;
    overflow-y:hidden;
}

.front_page_calendar .event_img_landscape{
    display:none;
}

hr.programming_bar{
    background-color:#820e01;
    width:50%;
    margin:0;
}

.list_view.screenings .event_img{
    display:none;
}

.list_view.screenings .event_img_landscape{
    float: left;
    max-width: 400px;
    width: 100%;
    padding-right: 20px;
}

.list_view.screenings .event_img_landscape img{
    max-width:400px;
}

/* BUTTON UPDATES */
button{
    cursor:pointer;
}

/*GOLD BUTTON*/
.vc_btn3.vc_btn3-color-inverse.vc_btn3-style-outline{
    background-color: transparent!important;
    color: #000!important;
    border-color: #AC9B6E!important;
    border-style: solid;
    text-transform: uppercase;
    letter-spacing: 5px;
    font-weight:700;
    font-family:proxima-nova;
}
.vc_btn3.vc_btn3-color-inverse.vc_btn3-style-outline:hover{
    background-color: #AC9B6E!important;
    color: #fff!important;
    border-color: #AC9B6E!important;
}

.whitetext .vc_btn3.vc_btn3-color-inverse.vc_btn3-style-outline{
    color:#fff!important;
    border-color: #efaf1b!important;
    
}
.whitetext .vc_btn3.vc_btn3-color-inverse.vc_btn3-style-outline:hover{
    background-color: #efaf1b!important;
    color: #fff!important;
    border-color: #efaf1b!important;
}


#special_award_recipients .description_container{
    display:none;
    background-color: #AC9B6E;
    color: #fff;
    padding:10px 10px;
}

#special_award_recipients .recipient0,#special_award_recipients .recipient1,#special_award_recipients .recipient2{
    border:1px solid #000;
    padding:5px;
    cursor: pointer;
}

#special_award_recipients .recipient0:hover,#special_award_recipients .recipient1:hover,#special_award_recipients .recipient2:hover{
    border:2px solid #AC9B6E;
}

.img-small {
    max-width: 5%;
    height: auto;
    vertical-align: middle;
}

.img-small-rect{
    width: 10%;
    height: 5%;
    vertical-align: middle;
}

.img-small-rect-backend-75{
    width: 75%;
    margin: 0 auto;
    vertical-align: middle;
}

.img-small-rect-backend-50{
    width: 50%;
    margin: 0 auto;
    vertical-align: middle;
}

.img-small-backend{
    width: 20%;
    margin: 0 auto;
    vertical-align: middle;
}


.img-circle {
    border-radius: 50%;
}



.add_transition_bar{
    opacity: 1!important;
}

#mailing_list{
    position: fixed;
    display: block;
    top: 10%;
    left: 15%;
    background-color: #fff;
    height: 85%;
    width: 70%;
    display:none;
    z-index: 3;
    -moz-box-shadow: 0 0 20px #000;
    -webkit-box-shadow: 0 0 20px #000;
    box-shadow: 0 0 20px #000;
}

#mailing_list .close_mailing_list{
    float: right;
    padding: 10px;
    text-transform: uppercase;
    font-family: 'ProxNew';
    color: grey;
    cursor: pointer;
}

#mailing_list .close_mailing_list span{
    font-size:1.5em;
    margin-left: 5px;
}

#mailing_list .inner_mailing_list{
    width: 80%;
    margin: 0 auto;
    position:relative;
    top:10%;
}

#mailing_list .inner_mailing_list h2 {
    text-align:center;
}

#mailing_list .inner_mailing_list .statement {
    text-transform: uppercase;
    font-family: 'ProxNew';
    font-size: 0.7em;
    line-height: 1.5em;
}

#mailing_list input{
    height:46px;
    margin-bottom: 30px;
    font-size: 2em;
}

#mailing_list input[type="text"], #mailing_list input[type="email"] {
    border: 1px solid grey;
    font-family: 'ivypresto-headline';
    font-weight: 100;
    padding-left: 20px;
    width:100%;
}

#mailing_list input[type="submit"]{
    width: 100%;
    border: 1px solid #AC9B6E;
    background-color: transparent;
    text-transform: uppercase;
    font-weight: 700;
    letter-spacing: 3px;
    cursor: pointer;
}

div.white_text h1{
    padding: 20px;
    margin: 0px;
    color: #fff;
    text-align: center;
}


.padding_adjustment{
    margin: 0;
    padding-top: 1.25em;
    padding-bottom: 1.25em;
}


div#women_apprecticeship h2{
    text-transform: none;
}

#news_ad_space{
    margin-left:2%;
    margin-right:2%;
}

#news_ad_space img{
    width:100%;
}

h1,h2,h3,h4,h5,h6{
    font-family:ivypresto-headline;
}

h1{
        font-size: 4em;
    font-weight: 100;
    color: #000;
    line-height:1em;
}

h1.yellowdot i{
    color:#efaf1b;
    position: relative;
    left: 4px;
}

h2{
    font-size:4em;
    font-weight:100;
    color: #000;
    line-height:1em;
    margin-top:0px;
    margin-bottom:0px;
}

h3{
    font-size: 3em;
    line-height: 1em;
    margin-bottom: 15px;
}

.h3_title{
    text-align:center;
    color:#383838;
    font-size:1.5em;
}

a {
    color:rgb(172,155,110);
    text-decoration: none;
}

a:visited{
    color:rgb(172,155,110);
    text-decoration:none;
/*	text-decoration:underline;*/
}

a:hover{
    color:rgb(172,155,110);
    text-decoration:none;
}

.tight_text p{
    line-height:5px;
}

.apprenticeship_for_women_text, .apprenticeship_for_women_text p {
    line-height:1.4em;
}

.no_padding_top h1{
    padding-top:0!important;
}

.line_height_add{
    line-height:2.2em;
}

h1.font_thin{
    font-family:ProxThin;
}

iframe{
    max-width:100%;
}

#badpage{
    text-align:center;
    line-height:2em;
}

#badpage h1{
    font-size: 25em;
    margin: 0.5em;
}

#news_loadmore, #goto_news{
    font-size:1.2em;
    font-family:ProxThin;
    text-align: center;
    letter-spacing: 3px;
    cursor: pointer;
}

#goto_news button{
    font-family:ProxThin;
    font-size:1.2em;
    text-transform: uppercase;
    max-width:250px;
    min-width:100px;
    margin:0 auto;
}

#center_carousel div div{
    margin:0 auto;
}



#news_loadmore{
    padding-bottom: 10%;
    margin-left: 15%;
}

#news_loadmore button{
    padding: 15px;
    width: 200px;
    letter-spacing: 3px;
    text-transform: uppercase;
    cursor: pointer;
    font-size: 0.75em;
    font-family: ProxThin;
}


#news_post_btn{
    padding: 20px;
    margin:10px;
    background-color: #AC9B6E;
    text-transform: uppercase;
    color: #fff;
    text-align: center;
    font-size: 1em;
    letter-spacing: 2px;
    width: 150px;
    display: inline-block;
    text-align: center;
}

#news_post_btn a{
    color:#fff;
}
#news_post_btn a:visited{
    color:#fff;
}
#news_post_btn a:hover{
    color:#3a3f42;
}

#news_nav{
    padding-top:40px;
    text-align:center;
    padding-bottom:50px;
}

.newsback_btn{
    text-transform:uppercase;
    font-weight:bold;
    color: #AC9B6E;
}

a.newsback_btn:hover{
    color:#AC9B6E;
}


#header .support_btn{
    float:right;
    cursor:pointer;
    font-size: 0.8em;
    pointer-events: all;
}

#header .to_fr {
    float:right;
    cursor:pointer;
    font-size: 0.8em;
    pointer-events: all;
}

#header .support_btn button{
    text-transform:uppercase;
}

#header .to_fr button{
    text-transform:uppercase;
}


section#header.blackheader2020{
    padding-top:0px;
    background-color:#000!important;
}

#header.blackheader2020 .wrapper{
    padding-top:10px;
    background-color:#000;
}

#headerRowTopImg .headerImgWrapper{
    position: absolute;
    bottom: 15%;
    left: 16vw;
    display: flex;
}


#headerRowTopImg .headerImgText{
    color: #fff;
    width:40vw;
    position:relative;
    margin-left:10%;
    font-size: 1em;
}


#headerRowTopImg .headerImgTitle img{
    max-width:400px;
}

@media(max-width:1100px){
    #headerRowTopImg .headerImgWrapper{
        bottom: 5%;
    }
    
    #headerRowTopImg .headerImgTitle img{
        padding-top:175px;
        max-width:200px;
    }

    #headerRowTopImg .headerImgText{
        width:50vw;
    }
}

@media(max-width:885px){
    #headerRowTopImg .headerImgWrapper{
        left:5vw;
    }

    #headerRowTopImg .headerImgText{
        width:65vw;
    }
    #headerRowTopImg .headerImgTitle img{
        padding-top:50px;
    }
}




#header.blackheader2020 .support_btn .vc_btn3.vc_btn3-color-inverse.vc_btn3-style-outline{
    background-color: #000!important;
    color: #fff!important;
    border-radius:unset!important;
    border-color: #AC9B6E!important;
    border-style: solid;
    letter-spacing: 2px;
    font-family: 'ProxThin';
}

#header.blackheader2020 .support_btn .vc_btn3.vc_btn3-color-inverse.vc_btn3-style-outline:hover{
    background-color: #AC9B6E!important;
}

#header.blackheader2020 .support_btn{
    position:relative;
    top:-52px;
    padding-right:5px;
}

#header.blackheader2020 .header_social_icons{
    display: flex;
    justify-content: left;
    place-content: space-evenly;
    width: 15%;
    font-size:1.5em;
}


#header.blackheader2020 .header_social_icons a img{
    max-height:20px;
}


#header.blackheader2020 .menu{
    background-color:#000;
}

#headerRowTopImg .vc_column-inner
{
    background-color:#000;
    padding-top:0px;
}
#headerRowTopImg .wpb_single_image{
    margin-bottom:0px;
}

#equityfund_goals .vc_tta-panels{
    background-color: #fff;
    width: 96.8vw;
    margin: 0 auto;
}

.header_btns{
    position:relative;
    top:-34px;
}

#header.blackheader2020 a:hover{
    color: #AC9B6E!important;
}

#header.blackheader2020 .menuToggle .menu{
    justify-content: space-around!important;
    height:58px;
}

#header.blackheader2020 .menuToggle .menu li{
    padding: 20px;
    padding-left: 10px;
    list-style-type: none;
    padding-right: 10px;
    position:relative;
}

#header.blackheader2020 .navigation_submenu .navigation_submenu_sub{
    position: absolute;
    display: block;
    top: 0px;
    background-color:#000;
    left: 100%;
    display:none;
}



.flex-control-paging li a{
    background: #AC9B6E!important;
    background:rgb(172,155,110)!important;
}
.flex-control-paging li a.flex-active {
    background: #000!important;
    background: rgba(0,0,0,.9)!important;
}


.metaslider .flexslider .flex-direction-nav li a{
    background-color:#AC9B6E!important;
    border-radius: 50%!important;
    color:#fff!important;
    background-position:center;
}

.metaslider .flexslider .flex-direction-nav li a.flex-next{
    background-image:url('https://www.academy.ca/wp-content/uploads/2020/10/whitearrow.jpg')!important;
}

.metaslider .flexslider .flex-direction-nav li a.flex-prev{
    background-image:url('https://www.academy.ca/wp-content/uploads/2020/10/whitearrow_prev.jpg')!important;
}



#news_area .row{
    width: 80%;
    margin: 0 auto;
}


.sar_fr{
    display:none;
}

.sar_en{
    display:block;
}

.staff_member{
    text-align:center;
}

.staff_member .name{
    font-size: 2em;
    font-weight: 100;
    margin-bottom: 5px;
}

.staff_member .position{
    font-family: 'proxima-nova';
    color: #AC9B6E;
    margin-top: 0px;
}

.donate_btn button{
    pointer-events:all;
    
    border:4px solid #AC9B6E!important;
    background-color:#000!important;
    letter-spacing: 4px!important;
    font-size:2vw;
}

.membership_equityfund_bkgimg{
    background-position:top;
    background-repeat: no-repeat;
    background-size:cover;
}


h2.rules_and_eli{
    font-family: 'proxima-nova';
    font-weight: 900;
    text-align: center;
    text-transform: uppercase;
    font-size: 1em;
    letter-spacing: 0px;
}

h3.rules_and_eli{
    font-size: 2em;
    font-family: 'proxima-nova';
    font-weight: 900;
    text-align:center;
    color:#AC9B6E;
}

button:hover h3{
    color:#fff!important;
}

.donate_btn button:hover{
    background-color:#AC9B6E!important;
}


.donate_btn a{
    pointer-events:all;
    
    border:4px solid #AC9B6E!important;
    background-color:#000!important;
    letter-spacing: 4px!important;
    font-size:2vw;
}

.donate_btn a:hover{
    background-color:#AC9B6E!important;
}

.empty_area{
    pointer-events: none;
}

.new_custom_button button, .new_custom_button a{
    letter-spacing: 3px!important;
    border:2px solid #AC9B6E!important;
    font-weight:bold!important;
    background-color:#000!important;
}

.new_custom_button button:hover, .new_custom_button a:hover{
    background-color:#AC9B6E!important;
}


#equityfund_goals .vc_tta-tabs-list{
    margin: 0 auto;
    margin-bottom: 18px;
}

#equityfund_goals .vc_tta-tabs-container
{ 
    background-color: #000;
    width: 96.8vw;
    margin: 0 auto;
}

#equityfund_goals .vc_tta-tabs-container .vc_tta-tab:hover{
    background-color:#AC9B6E;
}

#equityfund_goals .vc_tta-tabs-container .vc_tta-tab:hover .vc_tta-title-text{
    color:#000;
}


#equityfund_goals .vc_tta-tabs-container .vc_tta-tab{
    width:32%;
    height:25vw;
    display:table-cell;
    vertical-align: middle;
    background-color:#000;
}

#equityfund_goals .vc_tta-tabs-container .vc_tta-tab.vc_active{
    background-color:#AC9B6E;
}

#equityfund_goals .vc_tta-tabs-container .vc_tta-tab a{
    background-color:transparent;
    padding-left:0px;
    padding-right:0px;
    text-align:left;
    margin-top: 13%;
}

#equityfund_goals .vc_tta-tabs-container .vc_tta-tab hr{
    margin-left: 0px;
    margin-right: 0px;
    margin-top: 2rem;
    background-color: #AC9B6E;
}

#equityfund_goals .vc_tta-tabs-container .vc_tta-tab.vc_active .vc_tta-title-text{
    color:#000;
}

#equityfund_goals .vc_tta-tabs-container .vc_tta-tab:nth-child(1) .vc_tta-title-text{
    padding-left:7vw;
}
#equityfund_goals .vc_tta-tabs-container .vc_tta-tab:nth-child(2) .vc_tta-title-text{
    padding-left:3vw;
}
#equityfund_goals .vc_tta-tabs-container .vc_tta-tab:nth-child(3) .vc_tta-title-text{
    padding-left:3vw;
}


#equityfund_goals .vc_tta-tabs-container .vc_tta-tab.vc_active:after {
  content: '';
  position: absolute;
  z-index:999;
  width: 0;
  height: 0;
  border: 15px solid;
    border-color: transparent;
  bottom:-10px;
    border-top-color: #AC9B6E;
  margin-left: -15px; /* adjust for border width */
}

#equityfund_goals .vc_tta-panels-container{
    
}

#equityfund_goals h2{
    color:#fff;
    font-family: ivypresto-headline!important;
    font-weight: 700;
    font-style: normal;
    line-height:normal;
    font-size: 2.2em;
}

#equityfund_goals .open_doors{
    background-color:#000;
}

#equityfund_goals .invest_in_diversity{
    background-color:#000;
}

#equityfund_goals .remove_barriers{
    background-color:#000;
}


#equityfund_goals .vc_column_container>.vc_column-inner{
    padding-left:35px!important;
    padding-right:35px!important;
    padding-top:0px;
}

div.support_btn button, div.to_fr button {
    padding-top: 6px!important;
    padding-bottom: 6px!important;
    padding-left: 10px!important;
    padding-right: 10px!important;
    border-radius: 5px!important;
    font-family: ProxThin;
    font-size: 0.8em!important;
    cursor: pointer!important;
}



#header_text{
    position: absolute;
    color:#fff;
    font-size: 3.4em;
    top: 7vh;
    left: 0;
    right: 0;
}

@media(max-width:1650px){
    #header_text{
        top: 5vh;
    }
    
    #thanks_vote .thankyou_content{
        top:35vh;
    }
}

#header { 
    background-color:rgba(247,247,247,1); 
    padding-top: 20px;
}
#header .logo{
    text-align:center;
}

#header .logo img{
    width: 75%;
    max-width: 300px;
}

#sub-header img{
    width:100%;
}

#sub-header{
    position:relative;
}


#header.blackheader .menuToggle .menu .mobile_header_btns{
    display:none;
}

#header.blackheader .menuToggle .menu .mobile_header_icons{
    display:none;
}

#social_feeds{
    display: flex;
    justify-content: center;
}

#social_feeds a{
    color: #fff;
    border-radius: 50%;
    margin: 0 5px;
    background-color: #3a3f42;
    font-size: 0.8em;
    margin-bottom:20px;
    width: 30px;
    height: 30px;
    display: flex;
    align-items: center;
    justify-content: center;
}

#upcoming_events_title h2 span{
    color: #800b01;
}

#header_menu 
{
    height:45px;
    margin:0 auto; 
    text-align:center;
    z-index: 100;
}
#header_menu a{
	color: #3A3F42;
    font-size: 1.1em;
	text-decoration:none;
    font-family:ProxLight; 
    text-transform: uppercase; 
}
#header_menu .menuToggle .menu li{padding:10px;}
#header_menu .menuToggle .menu li.current-menu-item,
#header_menu .menuToggle .menu li.current_page_item a{color:rgb(173, 156, 111)}
#header_menu .menuToggle input,
#footer_menu .menuToggle input,
#header_menu .menuToggle .burger, #header_menu .menutoggle input{ display:none;}
#header_menu nav, #header_menu .menuToggle{display:block; }
#header_menu .menuToggle{position: relative; }
#header_menu .menuToggle .menu{ position:relative; display:flex;justify-content:center;width: 100%; margin:0;}
#header_menu .menuToggle .menu li{padding:20px;list-style-type:none;}
#header_menu nav nav { display: none; }

#header_menu .main_nav{
    position: relative;
    top: -30px;
}

.navigation_submenu{
    position: absolute;
    padding-top:12px;
    z-index: 99;
}

/*
#header_menu nav li:nth-last-child(2) nav.navigation_submenu{
    right:0;
}
*/

/* Home menu btn */
#header_menu nav li:nth-child(1) nav.navigation_submenu{}
#header_menu nav li:nth-child(2) nav.navigation_submenu{
    left:-80px;
}

#header_menu nav li:nth-child(3) nav.navigation_submenu{
    left:-60px;
}

#header_menu nav li:nth-child(4) nav.navigation_submenu{
    
}

#header_menu nav li:nth-child(5) nav.navigation_submenu{
    left: -62px;
}

#header_menu nav li:nth-child(6) nav.navigation_submenu{
    left:-90px;
}

#header_menu nav li:nth-child(7) nav.navigation_submenu{
    left:-60px;
}

#header_menu nav li:nth-child(7) nav.navigation_submenu .navigation_submenu_sub{
    left:-102%;
}

.navigation_submenu .menuToggle_sub{
/*
    position:relative;
    top: 20px;
*/
}



#header.blackheader2020 a{
    color: #fff!important;
    font-weight: 700;
    letter-spacing: 3px;
    font-family: 'ProxNew';
    font-size: 0.9em;
}

.menuToggle_sub{
    background-color:#000;
    border:1px solid rgb(173, 156, 111);
}

.menuToggle_sub .menu_sub{
    list-style-type: none;
    padding-left: 0px;
}

.menuToggle_sub .menu_sub li{
    list-style-type: none;
    padding:5px!important;
    border: 1px solid rgb(173, 156, 111);
    width:250px;
}

#header.blackheader2020 .menu_sub a{
    font-size: 0.8em;
} 

#whatsnew_bar .r1 img.dsktp{
    display:block;
}
#whatsnew_bar .r1 img.mobile{
    display:none;
}

.t-bar{
    position:relative;
    top:6px;
    background-image: url(/wp-content/themes/academy_v2/images/Nav_ColourBar.svg);
    background-size: auto;
    width: 104%;
    left:-2%;
    height: 5px;
}


.t-bar.added{
   position:relative;
    top:0px;
}

.vc_gitem_row{
    display:none!important;
}


.seemore_btn .vc_btn3.vc_btn3-color-inverse.vc_btn3-style-outline{
    background-color: #000!important;
    color: #fff!important;
    border-color: #000!important;
    border-style: solid;
    text-transform: uppercase;
    letter-spacing: 5px;
    font-weight: 700;
    font-family: proxima-nova;
}

.seemore_btn .vc_btn3.vc_btn3-color-inverse.vc_btn3-style-outline:hover{
    background-color: #AC9B6E!important;
    color: #fff!important;
    border-color: #AC9B6E!important;
}

.gold_btn .vc_btn3.vc_btn3-color-inverse.vc_btn3-style-outline{
    background-color: #AC9B6E!important;
    color: #fff!important;
    border-color: #AC9B6E!important;
    border-style: solid;
}
.gold_btn .vc_btn3.vc_btn3-color-inverse.vc_btn3-style-outline:hover{
/*    background-color: transparent!important;*/
    color: #3A3F42!important;
    border-color: #AC9B6E!important;
}


#whatsnew_bar{
    justify-content: center;
    align-content: center;
    display: inline-flex;
}

#whatsnew_bar .r1{
    display: inline-block;
    width: 37.15%;
}

#whatsnew_bar .r2{
    width: 49%;
    display: inline-block;
}


#faq h4{
    font-size:2em;
    font-family:ivypresto-headline;
    font-weight:100;
}

/*
#sub_menu {
    text-align:center;
    margin: 0px auto;
    padding-top: 25px;
    padding-bottom:10px;
    top: -5px;
    border: none;
    position: relative;
    background-color: #fff;
}
#sub_menu .menuToggle .menu li{padding:10px;}
#sub_menu .menuToggle .menu li.current-menu-item,
#sub_menu .menuToggle .menu li.current_page_item a{
    color:rgb(173, 156, 111);
/*    padding-bottom: 10px;
}
#sub_menu .menuToggle input { display:none;}
#sub_menu nav, #sub_menu .menuToggle{display:block; }
#sub_menu .menuToggle{position: relative; top: -5px;}
#sub_menu .menuToggle .menu{ margin:0; display:flex;justify-content:center;width: 100%;}
#sub_menu .menuToggle .menu li{padding:20px;list-style-type:none;}
#sub_menu nav nav { display: none; }
#sub_menu .menuToggle .menu li nav{
    position:absolute;
    left:0px;
}


#sub_menu nav{
    display:inline-block;
}
#sub_menu .menuToggle .menu li{
    padding:0px 20px 0px 20px;
}

#sub_menu a{
    color:#3a3f42;
    text-transform:uppercase;
    font-size:1em;
}

#sub_menu .menuToggle .menu li.current_page_item a{
    border-bottom:3px solid;
/*    padding-bottom: 15px;
}

#sub_menu ul.menu{
/*    line-height:1px;
}
*/

#blog-content{
    width:70%;
    margin:0 auto;
}

#blog-content .image-container{
    max-width:100%;
    width:100%;
    height:auto;
}

#blog-content .image-container img{
    max-height:400px;
}
#blog-content h1{
    margin-top:0.5em;
    margin-bottom:0.5em;
    font-size:2em;
}



#header_menu .header_img img{
    width:100%;
    margin:0;
    padding:0;
}

#footer_menu .menu ul {
    margin: 0; 
    padding: 0; 
	list-style-type: none; 
    list-style-image: none; 
}

#footer_menu .menu li {
    display: inline; 
    text-transform: uppercase;
    font-size:1em;
    padding-left: 20px;
    padding-right: 20px;
    font-family: 'ProxNew';
    font-weight: 700;
    
}

#footer_menu .menu li a{
    color:#7d0e00;
}

#footer_menu .menu li + li:before{
/*    content: " | ";*/
    padding: 0 5px;
}


.menu{
     padding: 0px;
}

.front_page_csa_btns{
    position: absolute;
    bottom: 4%;
    right: 7%;
    width:50vw;
}

.front_page_csa_btns button{
    padding:12px 5px!important;
}

.front_page_image_text{
    position:absolute;
    width: 25%;
    left: 3%;
    bottom: 45%;
    font-family:ProxThin;
}

.front_page_credit{
    position:absolute;
    width:34%;
    right: 0;
    bottom: -20px;
    font-size: 12px;
    font-family:ProxThin;
}

.aligncenter{
    text-align:center;
    margin:0 auto;
}

.full_img_width_control{
    width:100%;
    height:auto;
}


blockquote{
    text-align: center;
    padding: 1em 3em 1em 3em;
    font-size: 2em;
    line-height: 1.5em;
    font-weight: bold;
}

.spacer{
    padding:20px;
}

.head_spacer{
    padding:10px;
}

.head_spacer.votehead{
    padding:0px;
    background-color:#AC9B6E;
    display: flex;
    justify-content: space-around;
}

.vote_info_container{
    padding-top:40px;
    display: flex;
    justify-content: space-between;
    max-width: 80%;
    margin: 0 auto;
}
.vote_info_container div{
    text-align:left;
    max-width: 80%;
}

.tags{     
    padding: 20px 0px 20px 0px;
    display: flex;
    justify-content: center; 
}

.tags li{
    display: block;
    background-color: #fff;
    font-weight: bold;
    padding: 5px 10px 5px 10px;
    text-transform: uppercase;
    border: solid 1px #3a3f42;
    border-radius: 50vh;
    margin:1em;
}

.tags li a{
    text-decoration: none;
    font-size:0.75em;
}

.academy_talks_header{
    text-align: center;
    position: absolute;
    width: 100%;
    top: 66px;
}

#TVForm, #FilmForm{
    display:none;
    position: sticky;
    background: #fff;
    z-index: 4;
    width: 80%;
    left: 10%;
}

#FilmForm .film_french{
    display:none;
}

.closeOpenForms{
    float: right;
    font-size: 0.6em;
    cursor: pointer;
}


.row { display:flex; justify-content: center; padding:10px;}
.column {flex:50%; margin-left:50px;}

#row_news{
    text-align:center;
    font-size:1.2em;
}

#row_news h1 {
    font-family:ProxThin;
    margin-bottom:0.5em;
}

#row_news h2{
    margin:0;
    font-size:1.5em;
}

#nominee_menu{
    display:flex;
    justify-content: space-evenly;
}

#news_cats{
    display:block;
    font-family:ProxNew;
    text-transform: uppercase;
    color:#3a3f42;
    letter-spacing: 2px;
    font-weight:bold;
    border-bottom:solid 2px #ebe7e0;
    padding-bottom:15px;
    padding-top:15px;
    margin-left:10%;
    text-align:center;
    margin-right:10%;
}

#nom_cats{
    display:block;
    line-height:1px;
    font-size:1em;
    text-transform: uppercase;
    letter-spacing: 2px;
    padding-bottom:15px;
    padding-top:25px;
    text-align:center;
    font-weight:bold;
    border-bottom:solid 2px #ebe7e0;
    margin-bottom:2em;
    margin-left:10%;
    margin-right:10%;
}

.most_recent{ 
    border-bottom: 2px solid #ebe7e0;
    width: 75%;
    margin: 0 auto;
    margin-bottom:40px;
    display: block;
}

#front_page_statement h1{ 
    font-family:ProxThin;
}

#front_page_statement h1:nth-child(2){ 
    font-family:ProxNew;
    font-size: 2.7em;
}


.frontpage_cats{
    max-width:80%;
    margin: 0 auto;
}

#news_search{
    display:none;
   float: right;
    margin: 10px;
}

#news_layout{
    padding-top:10px;
    display:flex;
    justify-content: center;
    max-width:80%;
    margin:0 auto;
}

#featured-posts .featured_title{
    text-transform: uppercase;
    font-size:1.75em;
    color:#727272;
    max-width:310px;
    margin-bottom:10px;
    font-family:ProxLight;
}

#featured-posts .featured_title a:hover{
    text-decoration: none;
}

#featured-posts{
    padding-top:3em;
    margin-left:10%;
    margin-right:10%;
    display:flex;
    justify-content: center;
    margin-bottom:20px;
}

#featured-posts #container {
    width: 350px;
    height: 250px;
    background-image: url("../images/tileimage-academy_small.png");
    background-repeat: repeat;
/*    background-color: #ccc;  */
    display:table;
}

#featured-posts #container img {
    max-height: 250px;        
    max-width:100%;
}

#featured-posts p {
    max-width:350px;
}

#featured-posts a{
    margin:10px;
}

.news_excerpt{
    max-width:600px;
}


#front-page-posts{
    padding-top:3em;
    margin-left:10%;
    margin-right:10%;
    display:flex;
    justify-content: space-around;
    margin-bottom:20px;
}

#front-page-posts #container {
    width: 300px;
    height: 200px;
    background-image: url("../images/tileimage-academy.png");
    background-repeat: repeat;
}

#front-page-posts #container img {
    max-width: 100%;
    max-height: 200px;        
}

#front-page-posts p {
    max-width:300px;
}

#front_page_slider .vc_carousel-control{
    position:absolute;
    left:0;
    top:auto;
    opacity:1;
}

#front_page_slider .icon-prev, #front_page_slider .icon-next{
    width: 100px;
    background-color:#AC9B6E;
    margin-top: -15px;
    margin-left: -15px;
    font-size: 3em;
    display: block;
    padding: 0;
    color:#fff;
}

#front_page_slider .icon-prev{
    left:15px;
}

#front_page_slider .icon-prev:before, #front_page_slider .icon-next:before{
    top:-22px;
}

#front_page_slider .icon-next{
    left:115px;
}


#front_page_slider .vc_carousel-indicators{
    position:absolute;
    left:5%;
    top:270px;
}

#front_page_slider .vc_images_carousel .vc_carousel-control .icon-next:before{
    content: url(../images/next.png);
}
#front_page_slider .vc_images_carousel .vc_carousel-control .icon-prev:before{
    content: url(../images/prev.png);
}

#front_page_slider .vc_item.vc_active{
    margin-bottom:35px;   
}

#front_page_slider div.vc_inner{
    background-color:#AC9B6E;
}

#front_page_slider .vc_carousel-inner{
    background-color:#AC9B6E;
}

#article-content #container {
    width: 600px;
    height: 400px;
    display: table;
    background-image: url("../images/tileimage-academy.png");
    background-repeat: repeat;
}

#container .image-container {
    max-height: 300px;
    display: table-cell;
    text-align: center;
    vertical-align: middle;
    margin: 0 auto;
    line-height:0px;
}

#article-content #container .image-container img {
    max-width: 100%;
    max-height: 400px;        
}

#article-content .featured_title{
    font-size:1.5em;
}

#article-content div.wpforms-container-full{
    padding-left:20px;
    padding-right:20px;
}

#article-content div.wpforms-container-full input[type="checkbox"] {
    -webkit-appearance: checkbox; 
    -moz-appearance: checkbox;
    appearance: checkbox;
}

.wpforms-container-full input[type="checkbox"] {
    -webkit-appearance: checkbox; 
    -moz-appearance: checkbox;
    appearance: checkbox;
}

.page_banner_text{
    text-align:center;
    color: #fff;
    text-transform: uppercase;
}

.page_banner_text h1{
    margin:0;
    color:#fff;
}

.page_banner_text h6{
    font-size:1em;
    margin:1em;
}

#article-content{
    
}

#archive-content{
    text-align:center;
}

#archive-content a {
    display:inline-block;
    vertical-align: top;
    margin-bottom: 35px;
/*    padding: 5px;*/
}

/*
#archive-content h1{
    font-size:2em;
    line-height:normal;
    color: #3a3f42;
    font-family: ProxThin;
}
*/

/*
#archive-content h4, h5{
    color: #AE928E;
    font-size: 1.3em;
    max-width: 264px;
    display: inline-block;
    line-height: 15px;
    font-family:ProxThin;
}
*/

#archive-content .nom_title{
    max-width: 260px;
/*    text-transform: none;*/
/*    font-variant: small-caps;*/
/*    line-height: 18px;*/
    font-size:1.5em;
    
    margin:0;
}


/*
#article-content h4, h5{
    color: #AC9B6E;
    letter-spacing: 3px;
    font-family: 'ProxNew';
    text-transform: uppercase;
    font-size: 1.5em;
}
*/

a.winner .image-container img.lazy{
    outline: 10px solid #AC9B6E;
    outline-offset: -10px;
}

img.cat_winner{
    position:absolute;
    left:8px;
    bottom:8px;
}

#equityfund_goals .vc_tta-title-text{
    font-size: 4em;
    font-style: italic;
    color:#AC9B6E;
    font-family:ivypresto-headline;
}

#equityfund_goals h3{
    font-size: 5vw;
    line-height: 4.2vw;
    margin-top: 0;
    margin-left:0;
    margin-bottom: 0;
}

/** 2019template **/
#nom_container2019{
    width:200px;
    height:300px;
    position: relative;
    overflow: hidden;
    background-image: url("../images/tileimage-academy_small.png");
    background-repeat: repeat;
}

#nom_container2019 .cat_winner{
    position: relative;
    bottom: -250px;
    left: 25px;
}

a.winner #nom_container2019{
    outline: 10px solid #AC9B6E;
}
 

.nominations_2019{
/*
    display: flex;
    flex-wrap: wrap;
    margin-left: 3%;
*/
}

.nominations_2019 a{
    margin: 5px!important;
    padding:20px!important;
}

.nominations_2019 h4.nom_project{
    max-width:200px!important;
    color: #AC9B6E!important;
    width: 100%;
    text-transform: uppercase;
    max-width: 200px!important;
    color: #AC9B6E!important;
    padding-top: 10px!important;
    font-size: 0.8em!important;
    text-align: left;
}

.nomination_category2019{
    max-width: 80%;
    margin: 0 auto;
} 

.nom_category_title2019{
    margin-bottom:20px!important;
}

.all_nominees .sponsor{
    font-family: ProxLight!important;
    margin: 0;
    max-width: unset!important;
    color:#3A3F42!important;
}


#nom_container2019 img{
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    max-height:300px;
}

#nom_container2019 .cat_winner{

}

.nomination_category2019 h1.nom_title{
    font-family:ProxLight!important;
    padding-top: 20px;
    max-width:200px!important;
    text-align: left;
    font-size:1.2em!important;
}




.extra_cal_events{
    position: absolute;
    font-size:0.6em;
    bottom: -2px;
    left: 48.5%;
    font-family: 'ProxNew';
    font-style: normal;
}


/*** * * * ***/

#fan_nom_container{
    max-height: 500px;
    max-width: 250px;
    display: inline-block;
    position:relative;
    padding: 15px;
    margin-top: 15px;
    margin-bottom:15px;
    vertical-align: top;
}

#fan_nom_container .error_msg{
    padding-top: 20px;
    display:none;
    left:8px;
    position: relative;
    color: #fff;
}

/*GOLD BUTTON*/
#fan_nom_container .vc_btn3.vc_btn3-color-inverse.vc_btn3-style-outline{
    background-color: #AC9B6E!important;
    color: #fff!important;
    border-color: #AC9B6E!important;
    border-style: solid;
}
#fan_nom_container .vc_btn3.vc_btn3-color-inverse.vc_btn3-style-outline:hover{
/*    background-color: transparent!important;*/
    color: #3A3F42!important;
    border-color: #AC9B6E!important;
}

#fan_nom_container .image-container{
    width:250px;
    height:500px;
    background-image: url("../images/tileimage-academy.png");
    background-repeat: repeat;
}

#fan_nom_container .fan_hashtag{
    position: absolute;
    bottom: 55px;
    padding: 5px 10px 5px 10px;
    color: #fff;
    margin: 10px;
    border: solid 1px #fff;
    border-radius: 50vh;
    background-color:#f87c70;
}

#fan_nom_container a button{
    width:100%;
    font-size: 1.5em;
    font-family: ProxLight;
    text-transform: uppercase;
}

#fan_nom_container a{
    margin-bottom: 0px;
    padding: 0px;
    vertical-align: unset;
    display: block;
    position: absolute;
    width: 250px;
    bottom: 0px;
}

#fan_nom_container .nom_title{
    text-transform: uppercase;
    font-variant: unset;
    line-height: 1em;
    font-size: 1.5em;
    text-align: left;
    margin: 10px;
    font-size: 2em;
    font-family: ProxBold;
    color: #AC9B6E;
    position: absolute;
    top: 20px;
    max-width:170px;
    text-shadow: 2px 2px 4px #3A3F42;
}


.vote_page_statement{
    font-size: 2em;
    max-width: 70%;
    margin: 0 auto;
    line-height: normal;
}

.vote_page_statement span{
    color:#AC9B6E;
}

.custom_vote{
    display:none;
    position: relative;
    top: -400px;
    width: 92%;
}

.custom_vote:nth-child(2){
    top: -350px;
}

#nom_container{
    display:inline-block;
}

#nom_container .image-container{
    position:relative;
}

#archive-content .fan_all_nominees{
/*    text-align:left;*/
    max-width: 80%;
    margin: 0 auto;
}

.fan-award {
/*
    max-width:300px;
    max-height:300px;
*/
}

.fan-award img{
    width:100%;
}

.smallPadding{
    padding:15px!important;
}


#post_dates_column{
    font-weight:300;
    font-size:1.5em;
    max-width:70px;
    color:#727272;
    position:relative;
    font-family:ProxThin;
    padding-top:10px;
    border-top:2px solid #AC9B6E;
}

#post_dates_column:after{
  content: "";
  background: #AC9B6E;
  position: absolute;
  top: -2px;
  right: 0;
  height: 100px;
  width: 2px;
}

#post_dates_column .day{
    font-family: 'ivypresto-headline';
    font-weight: 900;
    font-style: italic;
    font-size: 2em;
    line-height: 0.8em;
}

#post_dates_column .month, #post_dates_column .year{
    line-height: 1em;
}

#post_dates_column .month{
    font-family: 'proxima-nova';
    font-weight: 500;
    font-size: 1em;
    
}

.featured_img{
    position:relative;
    text-align: center;
    background-image: url("../images/tileimage-academy.png");
    background-repeat: repeat;
    line-height:0px;
}

.featured_img img{
    max-height: 500px;
    max-width: 100%;
}

.comment-content{
    width:60%;
    margin:0 auto;
}

.comment_form_buttons{
    padding-top:20px;
    padding-bottom:40px;
}

#special_awards div.vc_tta-panel.txtUppercase:nth-child(even){
    background-color:#e6e6e6;
}

#special_awards div.vc_tta-panel.txtUppercase:nth-child(odd){
    background-color:#ededed;
}

#special_awards div.vc_tta-panel-heading{
    background-color:inherit!important;
}

hr{
    height: 1px;
    background-color: #ccc;
    border: none;
}

hr.news{
    margin-bottom:1.8em;
    margin-left:50px;
    
    background-color: #ccc;
    border: 0 none;
    color: #ccc;
    height: 2px;
}

hr.news_story{
    background-color: #AC9B6E;
    border: 0 none;
    color: #AC9B6E;
    height: 2px;
}

hr.dates{
    background-color: #AC9B6E;
    border: 0 none;
    color: #AC9B6E;
    height: 3px;
}

.txtUppercase{
    text-transform: uppercase;
}

.txtUppercase button{
    text-transform: uppercase;
}

.btn{
    padding: 10px 20px;
}

.btn_positive{
    color:#fff;
    background-color:rgb(173, 156, 111);
}

.btn_negative{
    color:#3a3f42;
    background-color:darkgrey;
}

.h1_pagetitle{
    font-size:2.8em;
    letter-spacing:5px;
}

.custom_header{
    text-align:center;
}

.custom_header h1{
    text-transform: uppercase;
    color:rgb(173, 156, 111);
    font-size:2em;
    font-weight:100;
    margin-top:0;
    padding-top:1em;
}

.custom_header_nominees h1{
    text-transform: uppercase;
    color:#383838;
    font-size:4em;
    font-weight:bold;
    text-align:center;
    padding-top:1em;
}

.custom_header h1.benefits_title {
    color: #567;
    font-size: 3em;
    font-weight: bold;
    margin-top: 1em;
    margin-bottom: 0em;
}

#searchform{
    display:none;
    width: 96%;
    display: none;
    position: absolute;
    left: 1.25%;
    top: 87px;
    z-index:3;
}

#searchform input{
    width: 100%;
    padding: 10px;
    font-size: 1.5em;
    color: darkgrey;
    font-family: 'ivypresto-headline';
    border: 0px;
    position: relative;
    text-indent: 25px;
    height: 18px;
}

.input-searchicon{
    position:relative;
    left:-49%;
    top:29px;
    z-index:3;
    font-size:18px;
}

#searchsubmit{
    display:none;
}

section.footer img{
    width:100%;
}

#footer{
    text-align:center;
}

#footer .vc_row{
    background-color:#000;
}

#footer .vc_row .vc_column_container{
    padding-left: 5%;
    padding-right: 5%;
}

#ad_click img{
    max-width:86%;
}


#afooter{
    position:relative;
    max-width:86%;
    margin:0 auto;
}

.footer_charity_text{
    color:#5f5f5f;
    max-width:94%;
    text-transform: uppercase; letter-spacing: 1.5px;margin-bottom:20px;
    margin:0 auto;
}


#footer_menu{
    padding:0px 20px 20px 20px;
}

#footer img{
    width:100%;
    height:auto;
}


#newsletter{
    margin-top: 100px;
    padding: 20px 10%;
    background-color:#AC9B6E;
}

#newsletter .top-text, #newsletter .mid-text, #newsletter .bottom-text {
    text-transform: uppercase;
    font-family: ProxLight;
    color: #fff;
    font-size: 0.9em;
}

#newsletter .mid-text{
    font-size:2.5em;
    padding-top:10px;
    line-height: normal;
    padding-bottom:10px;
}

#newsletter .bottom-text{
    font-family:ProxThin;
    font-size:1em;
    padding-top:30px;
    padding-bottom:30px;
    text-transform:none;
}

#newsletter input[type="text"], #newsletter input[type="email"]{
  background-color: #eee;
    color:#a7a7a7;
  border:none;
    width: 31%;
    padding-left: 20px;
    height: 6vh;
/*    text-transform: uppercase;*/
}

#newsletter input[type="submit"]{
    width:98.3%;
    text-transform: uppercase;
    text-align:center;
    height: 6vh;
    color:#fff;
    border:none;
    background-color:#3A3F42;
    margin-top: 15px;
}

#newsletter input[type="submit"]:hover{
    cursor: pointer;
}

#csw_button_holder{
    position:relative;
    height:350px;
    background-image:url('/wp-content/uploads/2019/03/confetti_front_v2.png');
    background-size: cover;
    background-repeat: no-repeat;
    background-position: 50% 50%;
    margin:0 auto; 
    width:100%;
}

#csw_button_holder .b1{
    position: absolute; 
    top: 50%; 
    left: 50%; 
    width: 200px; 
    margin-left:-200px; 
    text-align: center;
}
#csw_button_holder .b2{
    position: absolute; top: 50%; left: 50%; width: 200px; margin-left:20px; text-align: center;
}
#csw_button_holder .b3{
    position: absolute; top: 70%; left: 50%; margin-left:-50px; width: 300px; text-align: center;
}

#csw_button_holder .b4{
    position: absolute;
    top: 70%;
    left: 50%;
    margin-left: -220px;
    width: 150px;
    text-align: center;
}

#csw_button_holder h1{
    color:#fff;
    position:absolute; 
    line-height:normal;
    text-align:center;
    top:5%;
    left:50%;
    margin-left:-280px; 
    font-size:3em;
}

/*GOLD BUTTON*/
#csw_button_holder .vc_btn3.vc_btn3-color-inverse.vc_btn3-style-outline{
    background-color: transparent!important;
    color: #fff!important;
    border-color: #AC9B6E!important;
    border-style: solid;
}
#csw_button_holder .vc_btn3.vc_btn3-color-inverse.vc_btn3-style-outline:hover{
    background-color: #AC9B6E!important;
    color: #fff!important;
    border-color: #AC9B6E!important;
}




/* calendar / events */
.event_icon1, .event_icon2, .event_icon3{
    position:absolute;
    margin-left:8px;
    color:#efaf1b;
    z-index:1;
}

.event_icon2{
    margin-left:17px;
}
.event_icon3{
    margin-left:26px;
}

.em-calendar-wrapper, .css-events-list{
    display:inline-block;
}

.css-events-list{
    vertical-align: top;
    width:45%;
}

#calendar_dates{
    width:100%;
    display:flex;
    justify-content: space-evenly;
}


#calendar_dates table.fullcalendar td{
    padding: 30px 50px 30px 50px;
    text-align: center;
    border: none;
    font-size: 1.5em;
    font-family: 'ivypresto-headline';
    font-weight: 700;
}

#calendar_dates table.em-calendar td.eventful a, #calendar_dates table.em-calendar td.eventful-today a{
    color:#000;
}

#calendar_dates h1{
    position:absolute;
    left:25%;
    top:25%;
}

#calendar_dates .cal_leftArrow{
    position: absolute;
    left: -70px;
    top: 320px;
}

#calendar_dates .cal_rightArrow{
    position: absolute;
    right: -70px;
    top: 320px;
}




#em-wrapper{
    max-width: 80%;
    margin: 0 auto;
}

#em-wrapper2{
/*    display:flex;*/
/*    justify-content: start;*/
/*    max-width: 80%;*/
    margin: 0 auto;
}

#em-wrapper h1{
    font-size:2em;
    font-family:ProxThin;
    padding-left: 10px;
}

#em-wrapper .em-calendar-wrapper{
    background-color:#fff;
}

.event_group, .event_group_title{
    display:inline-block;
    max-width:200px;
}
.event_group_title h2:active {
    background-color:#383838;
    color:#fff; 
}

.event_group_title h2 {
    width:150px;
    font-size:1.5em;
    text-align:center;
    background-color:#fff;
    color:#383838;
    padding: 25px;
    border: 1px solid;
    cursor: pointer;
    width: 150px;
    text-align: center;
}

.price_plan{
    display: table; 
    height: 170px; 
    overflow: hidden; 
    margin: 0 auto;
}

.membership_questions{
    position: absolute;
    z-index: 1;
    background-color: #fff;
    top: -77px;
}

#get_inspired{
    display: grid;
    grid-gap: calc(var(--gutter) / 2);
    grid-template-columns: 10px;
    grid-template-rows: minmax(150px, 1fr);
    grid-auto-flow: column;
    grid-auto-columns: calc(50% - var(--gutter) * 2);
    overflow-x: scroll;
    scroll-snap-type: x proximity;
    scrollbar-width: none;
    -ms-overflow-style: none;
    padding-bottom: calc(.75 * var(--gutter));
    margin-bottom: calc(-.25 * var(--gutter));
    overflow-x: hidden;
    
}


#get_inspired .inspired_text{
    position: absolute;
    color: #fff;
    z-index: 1;
    line-height: 1em;
    width: 90%;
    text-align: center;
    left: 5%;
    bottom: 185px;
}

.content_shift{
    position: relative;
    top: -180px;
}

.event_item:hover{
    background-color:#AC9B6E;
}

#get_inspired:before, #get_inspired:after{
    content: '';
    width: 10px;
}

#get_inspired .event_item img{
    width: 100%;
    height: auto;
}

#get_inspired .inspired_img{
    height:590px;
}

#get_inspired .event_item:hover{
    background-color:inherit;
}

.event_item{
    background-color: #fff;
    text-align: left;
    margin: 10px;
    max-width: 400px;
    width: 400px;
    vertical-align: top;
    padding-bottom:10px;
}

.thank_you_donors{
    position: absolute;
    top: 50%;
    left: 50%;
    width: 100%;
    margin-left: -50%;
    margin-top: -9%;
}

.thank_you_donors h1{
    color:#fff;
}

#talent_development_programs h3, #year_round_programs h3{
    margin-top:0px;
}

.event_item .event_img img{
     filter: url("data:image/svg+xml;utf8,<svg xmlns=\'http://www.w3.org/2000/svg\'><filter id=\'grayscale\'><feColorMatrix type=\'matrix\' values=\'0.3333 0.3333 0.3333 0 0 0.3333 0.3333 0.3333 0 0 0.3333 0.3333 0.3333 0 0 0 0 0 1 0\'/></filter></svg>#grayscale"); /* Firefox 10+, Firefox on Android */    
   -webkit-filter: grayscale(100%);
   -moz-filter: grayscale(100%);
   -ms-filter: grayscale(100%);
   filter: grayscale(100%);
   filter: gray; /* IE 6-9 */
    width:100%;
    height:auto;
}

.event_item:hover .event_img img{
    -webkit-filter: none;
   -moz-filter: none;
   -ms-filter: none;
   filter: none;
}

.event_item .event_link a{
    color:#000;
    letter-spacing: 2px;
    font-size: 0.7em;
    font-weight: 800;
    padding-left: 5px;
}

.event_item:hover .event_link a, .event_item:hover .event_date, .event_item:hover .event_time{
    color:#fff;
}

.event_date{
    padding-left:5px;
}

.event_item .event_excerpt, .event_item .event_time{
    display:none;
}

.event_header{
    text-transform: uppercase;
    font-size:0.7em;
}

.event_link{
    text-transform: uppercase;
    font-size: 1.5em;
}


.line-container {
  display: flex;
  width: 98%;
  margin: 20px auto;
  align-items: baseline;
}

.line-container-cal{
    display: flex;
    width: 200%;
    left: -50%;
    position: relative;
    margin: 20px auto;
    align-items: baseline;
}

.line-container-cal .line{
    background: rgb(128, 11, 1);
}

.line {
  flex-grow: 1;
  height: 1px;
  background: black;
  position: relative;
}

.line.arrow-right:after {
  position: absolute;
  content: '';
  bottom: -4px;
  right: 0;
  width: 0;
  height: 0;
  border-top: 4px solid transparent;
  border-bottom: 4px solid transparent;
  border-left: 4px solid black;
}

.line.arrow-left:after {
  position: absolute;
  content: '';
  top: -4px;
  left: 0;
  width: 0;
  height: 0;
  border-top: 4px solid transparent;
  border-bottom: 4px solid transparent;
  border-right: 4px solid black;
}

.line-container label {
    font-family:ivypresto-headline;
    margin: 0 15px;
    font-size: 1.8vw;
}

.solo-arrow-right {
  display:none;
  position: absolute;
  content: '';
  bottom: 25px;
  right: 10px;
  width: 0;
  height: 0;
  border-top: 4px solid transparent;
  border-bottom: 4px solid transparent;
  border-left: 4px solid rgb(172,155,110);
}

.solo-arrow-down {
    display:block;
    position: absolute;
    content: '';
    bottom: 25px;
    right: 0px;
    width: 0;
    height: 0;
    border-left: 4px solid transparent;
    border-right: 4px solid transparent;
    border-top: 4px solid rgb(172,155,110);
}

#event-container{
    text-align:center;
}

#calendar_event{
    background-color:#fff;
    padding:10px;
    width:100%;
    position:relative;
    margin-bottom:20px;
}

.members_faq_btn{
    background-color: #AC9B6E;
    border:1px solid #AC9B6E;
    color:#fff;
    font-size:1.5em;
    padding: 20px 100px 20px 100px;
    text-align:center;
}

#faq_members_toggle button{
    width:150px;
}

.members_faq{
    color:#AC9B6E;
    font-size:1.25em;
    font-family: ProxLight;
    font-weight: bold;
/*    letter-spacing: 2px;*/
}

#press_list .vc_gitem-animated-block {
    display:none;
}

#press_list .vc_btn3.vc_btn3-color-juicy-pink, .vc_btn3.vc_btn3-color-juicy-pink.vc_btn3-style-flat{
    color:#AC9B6E;
    background-color:transparent;
}

#press_list h4{
    font-size:2em;
    line-height:1em;
    color:#AC9B6E;
}

#press_list .vc_gitem-zone{
    background-color:#fff!important;
}

#csa-event-wrapper{
    max-width:75%;
    margin:0 auto;
    padding-top:40px;
}

.csa_event_image, .csa_event_data p, .csa_event_data{
    display:inline-block;
}

.csa_event_image{
    max-width:55%;
}
.csa_event_image img{
    width:100%;
}

.csa_events{
    font-family:ProxThin;
}

.csa_event_data {
    font-family:ProxThin;
    vertical-align: top;
    margin-left:30px;
}

.csa_event_data h1{
    font-family:ProxThin;
}

.csa_event_moreinfo_btn{
    background-color: #AC9B6E!important;
    margin-top:50px;
    color: #fff!important;
    border-color: #fff!important;
    padding-top: 13px!important;
    padding-bottom: 13px!important;
    padding-left: 19px!important;
    padding-right: 19px!important;
    font-family: ProxThin;
    text-transform: uppercase;
    font-size: 1.2em!important;
    cursor: pointer!important;
}

.csa_event_moreinfo_btn:hover{
    background-color: transparent!important;
    color: #AC9B6E!important;
    border-color: #AC9B6E!important;
}


section.article-content > div.event_item:first-child{
    display:block;
}

#nominee div.article-body{
    max-width: 48%;
}

/*
#nominee .content, #nominee .property_content{
    background-color:#fff;
    padding:2%;
    margin-bottom:40px;
}
*/

#nominee .article-body .content h5{
    color:#3A3F42;
    font-size: 1.2em;
    max-width:none;
    margin: 0;
    padding: 0;
    font-family: ProxBold;
    display:block;
}

/*
#nominee .property_content h5{
    color:#3A3F42;
    font-size: 1.2em;
    margin: 0;
    padding: 0;
    font-family: ProxBold;
    display:block;
}
*/

section.article-content div.article-body{
/*
    padding: 5%;
    background-color: #fff;
    max-width: 48%;
*/
}

#news_section .article-body {
    max-width: 80%;
    padding:0% 3% 3% 3%;
    margin: 10px auto;
}

#news_section span{
    padding: 15px;
}

#news_section .article-body img{
    display:block;
     max-height: 500px; 
     width: auto; 
    margin:0 auto;
}

#news_back{
    padding-top:40px;
    max-width: 80%;
    margin: 0 auto;
}

#event_back{
    font-family: ProxLight;
    text-transform: uppercase;
    padding-top:40px;
    max-width: 80%;
    margin: 0 auto;
}

#event_back a{
    color:#AC9B6E;
}

#event_back a:visited{
    color:#AC9B6E;
}

#event_back a:hover{
    color:#3A3F42;
}

.sponsorship_h3 h3{
    font-family:ProxLight;
}

#financial_statements h2{
    margin: 20px;
    padding: 20px;
    border: 2px solid #AC9B6E;
    color:#000;
    font-family:ivypresto-headline;
    font-style:italic;
    font-size:3em;
}

#financial_statements h2 a{
    color:#000;
    font-family:ivypresto-headline;
    font-style:italic;
}



#article-content h4.financials{
    color:#888888;
    font-style:italic;
    font-family:ivypresto-headline;
}


.post_categories{     
/*    padding: 20px 0px 5px 0px;*/
    display: flex;
    justify-content: center;
}

.post_categories_nominees{
    display: flex;
    justify-content: center;
}

.post_categories span{
    display: block;
    max-width:100px;
    
    background-color: #fff;
    font-weight: bold;
    padding: 5px 10px 5px 10px!important;
    text-transform: uppercase;
    border: solid 1px black;
    border-radius: 50vh;
    margin:1em;
    font-size:0.75em;
    color:#567;
}

.post_categories_nominees h2{
    display: block;
    font-family:ProxThin;
    text-transform: uppercase;
    font-size:1em;
    color:#AC9B6E;
    font-style: italic;
}

#charting_forward{
    
}

#charting_forward .vc_tta-tabs-list{
    display:none;
}

#see_others{
    height: 100px;
    vertical-align: middle;
    padding:50px;
    background: #AC9B6E;
    color: #fff;
    text-align:center;
    font-family:ProxThin;
    font-weight:bolder;
    font-size:3em;
    margin-bottom:35px;
}

#full_eventlist{
/*    display:none;*/
    display: inline-flex;
    width: 85%;
    overflow: hidden;
    text-align: center;
    position: relative;
    left: 7.5%;
}

.full_eventlist_container i {
  border: solid black;
  border-width: 0 6px 6px 0;
  display: inline-block;
  padding:30px;
}


.full_eventlist_container .right {
    position: absolute;
    right: 30px;
    bottom: 42%;
  transform: rotate(-45deg);
  -webkit-transform: rotate(-45deg);
}

.full_eventlist_container .right:hover, .full_eventlist_container .left:hover{
    cursor:pointer;
}

.full_eventlist_container .left {
    position: absolute;
    left: 30px;
    bottom: 42%;
  transform: rotate(135deg);
  -webkit-transform: rotate(135deg);
    
}

.full_eventlist_container{
    position:relative;
}

.news_title{
    position:absolute;
    top: 40%;
    width:100%;
    font-size: 2em;
    line-height:1em;
    color: #fff;
}

.news_title_top{
    position:absolute;
    top: 8%;
    width:100%;
    font-size: 2em;
    line-height:1em;
    color: #fff;
}

h1.press_release{
    position:absolute;
    top: 8%;
    width:100%;
    text-align:center;
    font-size: 2em;
    line-height:1em;
    color: #fff;
}

.nominee_title{
    text-align:center;
    font-size:2.3em;
    line-height:normal;
    font-family:ProxThin;
    color:#3A3F42;
    letter-spacing: 3px;
    margin-bottom:0;
    margin-left:auto;
    margin-right:auto;
    max-width:90%;
}

.sponsor_img img{
    margin-left:1em!important;
    margin-right:1em!important;
}

.nominee_featured_img{
    padding: 0px 20px 20px 20px;
}

.nominee_featured_img img{
    width:100%;
    max-width:400px;
    float:right;
}

.benefit_featured_img img{
    max-width:400px;
    padding:20px;
}

.backbtn{
    font-family:ProxLight;
}

/*
.other_nominee{
    display:inline-block;
    position:relative;
}
*/

.other_nom_info{
    position:absolute;
    top:5px;
    right: 50px;
    background-color: #fff;
    width: 150px;
    height: 170px;
}

.other_nom_info h1{
    color:#567;
    text-transform: uppercase;
    font-size: 1.3em;
    font-family: ProxBold;
    text-align: center;
    margin-top:10px;
}

.other_nom_info h2{
    color:#567;
    text-transform:uppercase;
    font-size: 0.7em;
    line-height: 1.5em;
    text-align: center;
}

.link_separator{
    width:80%;
    margin:0 auto;
    padding-top:30px;
    border-bottom:solid 2px #ebe7e0;
}

#post-details{
    width: 100%;
    position: absolute;
    bottom: 20px;
    color: #fff;
/*    border-top: 1px solid rgb(222,222,222);*/
    padding-top: 20px;
    
}

#post-details-noline{
    width: 100%;
    position: absolute;
    bottom: 20px;
    color: #fff;
    padding-top: 20px;
}

#post-details div, #post-details-date div{
/*    display:block;*/
}

#post-details-date{
    width: 100%;
     position: absolute; 
     bottom: 20px;
    color: #fff;
    text-align: center;
}

.votehead a{
    color:#fff;
    padding:10px;
}


#thanks_vote_bkg{
    z-index: +99 !important;
    background-color: rgba(0,0,0,0.7);
    position: fixed;
  width: 100%;
  height:100%;
  top:0;
  left: 0;
}

#thanks_vote{
  background-image: url(../images/thanksvotebkg.jpg);
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
  position: fixed;
  z-index: +99 !important;
  width: 80%;
  height:80%; 
  -webkit-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  top: 50%;
  left: 50%;
  color:#fff;
  overflow-y: scroll;
}

#thanks_vote h2{
    color:#fff;
    margin-bottom: 10px;
}

#thanks_vote h3{
    text-transform: none;
    font-size:1.5em;
    margin-top:10px;
}

#thanks_vote .thankyou_content{
/*    position: relative;*/
/*    top: 45vh;*/
/*
    padding-top:20%;
    left: 50%;
    -webkit-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
    max-width:80%;
*/
}

#thanks_vote .thankyou_content_error{
    position: relative;
    top: 20vh;
    left: 50%;
    -webkit-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
    max-width:80%;
}

#thanks_vote .thanks_nom_img img{
    max-width:200px;
    margin:0 auto;
}

#thanks_vote .vote_again_btn, #thanks_vote .vote_again_btn_submitown{    
    border: none;
    background-color: #d39693;
    color: #fff;
    font-size:1.5em;
    font-family:ProxThin;
    padding: 15px 50px;
    border-radius: 50vh;
    text-transform: uppercase;
}

#thanks_vote button{
    margin: 10px;
}

#thanks_vote .back_vote_again{
    border: none;
    background-color: #d39693;
    color: #fff;
    font-size:1.5em;
    font-family:ProxThin;
    padding: 15px 50px;
    border-radius: 50vh;
    text-transform: uppercase;
}

#thanks_vote .thankyou_content h1, #thanks_vote .thankyou_content_error h1{
    font-style:italic;
    font-size: 3em;
    color: #fff;
    padding-top:50px;
    margin-bottom:20px;
    font-family: ProxBold;
    text-transform: none;
}

#thanks_vote a{
    display: inline-block; 
    vertical-align: unset;
    color:#AC9B6E;
    margin-bottom: 0px; 
    padding: 0px;
}

#thanks_vote .share_fb, #thanks_vote .share_twit{
    cursor: pointer;
/*    background-color:#36699d;*/
    color:#fff;
    border:none;
    display: inline-block;
/*    padding: 15px 30px;*/
    margin:10px;
}


#custom_vote_form input[type="text"] {
    background-color: #eee;
    color: #a7a7a7;
    border: none;
    width: 100%;
    padding-left: 20px;
    height: 6vh;
    /* text-transform: uppercase; */
}


#loading_img {
  background-color: rgba(0,0,0,0.7);
  position: fixed;
  z-index: +100 !important;
  width: 100%;
  height:100%;
  top:0;
  left: 0;
}

@media(min-width:1400px){
    #equityfund_goals .vc_tta-tabs-container .vc_tta-tab hr{
        margin-top:4.5rem;
    }
}

/*

#loading_img img{
  position: relative;
  left: 50%;
  margin-left: -32px;
  top: 50%;
  margin-top: -32px;
}

#loading_img.nominee_loader img {
    left:0;
}

#loading_img.fan_vote_loader img {
    left:0;
}
*/

.nominee_loader {
    position: fixed;
    top: 50%;
    left: 50%;
    width: auto;
    height: auto;
    
  border: 3px solid rgba(173, 156, 111, 0.2);
  border-top-color: rgb(173, 156, 111);
  border-radius: 50%;
  width: 3em;
  height: 3em;
  animation: spin 1s linear infinite;
}

@keyframes spin {
  to {
    transform: rotate(360deg);
  }
}


#nom_search_filter{
    background-color:#fff;
    width: 75%;
    margin: 0 auto;
}

#nom_search_filter select{
    background-color:#f7f7f7;
    font-family:ProxNew;
    font-size:1.2em;
    margin:10px;
    border:none;
    color:#3a3f42;
    background: url(http://cdn1.iconfinder.com/data/icons/cc_mono_icon_set/blacks/16x16/br_down.png) no-repeat right #ddd;
    -webkit-appearance: none;
    background-position-x: 520px;
    border-radius: 5px;
    padding: 5px;
    line-height: 1;
    text-align-last:center;
}

#year_filter{
    width:150px;
    height:50px;
}

#category_filter{
    width:550px;
    height:50px;
}

#benefits_wrapper .vc_gitem-zone-mini{
    display:none;
}

#membership_benefits_sect .vc_col-sm-10 .vc_column-inner:nth-of-type(1){
    border:3px solid #AC9B6E;
}




#other_noms_section{
    max-width: 94%;
    margin: 0 auto;
    text-align: center;
}

#other_noms_section .image-container{
    margin-right:100px;
    
}




#special_awards_receipients h3{
    font-size:1em!important;
}


.banner_header{
    height:100px;
}
.banner_header h2{
    color:#fff;
    padding-top:13px;
}

#familyfanday_talent{
    text-align:center;
}

.person{
    position:relative;
    max-width:300px;
    vertical-align: top;
    display:inline-block;
    text-align:center;
}

.person .personSocial, .person .personNetwork{
    display: flex;
    justify-content: center;
}


.person .personMsg{
    display:none;
    position: absolute;
    width: 260px;
    top: 0px;
    color: #AC9B6E;
    font-family: ProxLight;
    background-color: rgba(1,1,1,0.7);
    height: 260px;
    padding:20px;
}

.person .personSocial a, .person .personNetwork a {
    color: #fff;
    border-radius: 50%;
    margin: 0 5px;
    background-color: #3a3f42;
    font-size: 0.8em;
    margin-top: 10px;
    margin-bottom: 10px;

    width: 20px;
    height: 20px;
    display: flex;
    align-items: center;
    justify-content: center;
}

.person .company{
    text-align:center;
}
.person .company img{
    max-height:30px;
}



/* Customize the label (the container) */
.container {
  display: inline-block;
  position: relative;
  padding-left: 35px;
/*  margin-bottom: 12px;*/
  cursor: pointer;
  font-size: 0.8em;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
}

/* Hide the browser's default checkbox */
.container input {
  position: absolute;
  opacity: 0;
  cursor: pointer;
  height: 0;
  width: 0;
}

/* Create a custom checkbox */
.checkmark {
  position: absolute;
  top: 3px;
  left: 10px;
  height: 15px;
  width: 15px;
  background-color: #eee;
}

/* On mouse-over, add a grey background color */
.container:hover input ~ .checkmark {
  background-color: #3A3F42;
}

/* When the checkbox is checked, add a blue background */
.container input:checked ~ .checkmark {
  background-color: #AC9B6E;
}

/* Create the checkmark/indicator (hidden when not checked) */
.checkmark:after {
  content: "";
  position: absolute;
  display: none;
}

/* Show the checkmark when checked */
.container input:checked ~ .checkmark:after {
  display: block;
}

/* Style the checkmark/indicator */
.container .checkmark:after {
/*
  left: 9px;
  top: 5px;
  width: 5px;
  height: 10px;
  border: solid white;
  border-width: 0 3px 3px 0;
  -webkit-transform: rotate(45deg);
  -ms-transform: rotate(45deg);
  transform: rotate(45deg);
*/
}

#vote_header{
    position:relative;
}

#vote_header button{

  padding: 15px 20px;
  font-size: 1em;
  border: none;
  background-color:#d7d7d7;
}

#vote_header p{
  position:absolute;
    margin:0;
    
  -webkit-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  top: 50%;
  left: 50%;
}


#membership_complaint{
    display:none;
    position: fixed;
    top: 50%;
    left: 50%;
    width: 70%;
    transform: translate(-50%, -50%);
    color: #fff;
    background-color: #3a3f42;
    padding: 40px;
    height: 70%;
    overflow-y: scroll;
}

#membership_complaint a{
    color:#AC9B6E;
}

#membership_complaint a:hover{
    color:#fff;
}

#membership_complaint a:visited{
    color:#AC9B6E;
}

#membership_viewresources{
    display:none;
    position: fixed;
    top: 50%;
    left: 50%;
    width: 70%;
    transform: translate(-50%, -50%);
    color: #fff;
    background-color: #3a3f42;
    padding: 40px;
}

#our_board .col-sm-2, #our_board2 .col-sm-2{
    display:inline-block;
    padding: 20px;
    text-align: center;
    vertical-align: top;
    width:200px;
}


.committee_section{
    text-align: center;
}

.bod_img{
    max-height: 200px;
    overflow: hidden;
    max-width: 200px;
    margin: 0 auto;
}

#bod_tabs .vc_tta-tabs-container{
    text-align:center;
}

.no_texttransform{
    text-transform: none!important;
}


#screen-week{
    margin:0 auto;    
}

#screen-week h2{
    text-align:center;
    font-family:ProxLight;
    color:#AC9B6E;
    line-height: normal;
}

#screen-week .event{
    background-color: #fff;
    border-bottom: 1px solid #dfdfdf;
    padding:20px;
}

#screen-week .event .event_tags{
    margin-bottom:20px;
    padding-left:10px;
    padding-right:10px;
    border-radius: 50vh;
    text-align:center;
    color:#fff;
    width: intrinsic;           /* Safari/WebKit uses a non-standard name */
    width: -moz-max-content;    /* Firefox/Gecko */
    width: -webkit-max-content; /*Chrome*/
}

#screen-week .vc_tta-panel-body{
    background-color:#f0f0f0;
    padding:0px;
    border:0px;
}

#screen-week h3{
    margin:0;
    padding: 0px 0px 10px 0px;
    font-size:1.4em;
}

#screen-week .vc_tta-panels{
    border:0px;
}

#screen-week .event_day{
    display:inline-block;
    font-family:ProxNew;
    font-size: 1.3em;
    padding:20px 5px 20px 20px;
}
#screen-week .event_date{
    display:inline-block;
    font-family:ProxThin;
}

#screen-week .location{
    padding-left:20px;
}

#screen-week .location, #screen-week .event_time{
    display:inline-block;
    vertical-align: top;
}

#screen-week .vc_tta-color-white.vc_tta-style-outline .vc_tta-tab>a{
    border-color:transparent;
    background-color:#fff;
    color:#3A3F42;
}

#screen-week .vc_tta-color-white.vc_tta-style-outline .vc_tta-tab.vc_active>a{
    background-color:#AC9B6E!important;
    color:#fff!important;
}


#event_section{
    background-color:#fff;
    max-width:80%;
    margin:0 auto
    
}

#event_section .article-body{
    padding:20px;
}

#event_section .article-body .location{
    padding-left:20px;
}

#event_section .article-body .event_day{
    display:inline-block;
    font-family:ProxNew;
    font-size: 1.3em;
    padding:20px 5px 20px 20px;
}
#event_section .article-body .event_date{
    display:inline-block;
    font-family:ProxThin;
}
#event_section .article-body .location, #event_section .article-body .event_time{
    display:inline-block;
    vertical-align: top;
}

#participants{
/*    background-color:#f0f0f0;*/
}

#participants .person .position{
    text-transform: uppercase;
    font-size: 0.8em;
    color: #AC9B6E;
}

#participants .person .name{
    font-size: 1.3em;
    text-transform: uppercase;
}

#participants .portrait, #participants .information{
    display:inline-block;
    max-width: 75%;
    vertical-align: middle;
}

#participants .portrait img{
    max-width: 100px;
    max-height: 100px;
    padding:20px;
}

.support-us-special{
    display:none;
}

.mobile_social_btns, .mobile_header_btns{
    display:none;
}

/** custom bakery edits **/


div.vc_custom_heading.vc_gitem-post-data.vc_gitem-post-data-source-post_date{
    display:none;
}

.members-lounge.calendarcat{
    color:#AC9B6E;
    font-size:1.4em;
}
.family-fun-day.calendarcat{
    color:#efaf1b;
    font-size:1.4em;
}
.testevent.calendarcat{
    color:#000;
    font-size:1.4em;
}
.testevent2.calendarcat{
    color:#a7a7a7;
    font-size:1.4em;
}
.canadian-screen-week-events.calendarcat{
    color:rgb(128, 11, 1);
    font-size:1.4em;
}


.em-categories-list{
    display: flex;
    justify-content: space-evenly;
    list-style: none;
    padding-left: 0px;
    margin-bottom:0px;
}


.financial_statements_current_year{
    font-size: 3em;
    border: 2px solid #AC9B6E;
    position: relative;
    width: 25%;
    margin: 0 auto;
    text-align: center;
    padding: 20px;
}

.financial_statements_current_year a{
    color: #000;
    font-family: ivypresto-headline;
    font-style: italic;
}

.tight_text p{
    line-height:1.5;
}

#page_cover{
    width: 100%;
    height: 100%;
    position: fixed;
    background-color: #ffffff75;
    z-index: 2;
    display:none;
}

.where_to_watch_btn button.vc_btn3.vc_btn3-color-inverse.vc_btn3-style-outline{
    font-family: ivypresto-headline;
    font-weight: 400;
    font-size: 2em;
    text-transform:none;
}

.list_view{
    display: flex;
    align-content: center;
    flex-direction: column;
}


.list_view .event_item{
    background-color: #fff;
    text-align: left;
    margin: 10px;
    max-width:inherit;
    width: 90%;
    vertical-align: top;
    padding-bottom: 10px;
    margin:0 auto;
}

.list_view .event_item .event_data .event_link a{
    font-family: ivypresto-headline;
    font-weight:100;
    font-size:1.3em;
    padding-left:0px;
    text-transform: none;
    line-height: 1em;
}

.list_view.academytalks .event_item .event_data .event_link a{
    font-family: proxima-nova;
    font-weight:bold;
    font-size:1em;
    padding-left:0px;
    text-transform: uppercase;
    line-height: 1em;
}

.list_view .event_item:hover .event_data .event_link a{
    color:#000;
}

.list_view .event_data .event_info{
    font-size: 1.2em;
    text-transform: uppercase;
    color: #AC9B6E;
    font-family: 'proxima-nova';
    font-weight: 500;
    margin-top:10px;
}

.list_view .event_item:hover .event_data .event_date{
    color:#000;
}

.list_view .event_data .event_location i{
    display:none;
}

.list_view .event_data .event_location p{
    font-size:1.5em;
    font-family: 'proxima-nova';
    font-weight: 500;
    text-transform: uppercase;
}

.list_view .event_date{ display:none; }
.list_view .event_img{
    float: left;
    max-width: 400px;
    width:100%;
    padding-right: 20px;
}

#totop {
    max-width:75px;
    position:relative;
    display:none;
    float:right;
    cursor:pointer;
}

#totop img{
    position: absolute;
    bottom: 0px;
    right: 0px;
    z-index: 10000;
}


.academy_screens_headertxt{
    position: absolute;
    bottom: 15%;
    color:#fff;
    width: 80%;
    left: 10%;
}

.academy_screens_headertxt h2{
    color:#fff;
}


@media(max-width:1295px){
    .front_page_image_text{
        bottom:38%;
    }
}

@media(max-width:1200px){
    .front_page_csa_btns{
        position:unset;
        width:unset;
    }
}

@media(max-width:1100px){
    #equityfund_goals .vc_tta-tabs-container .vc_tta-tab hr{
        margin-top:1rem;
    }
}

@media(max-width:1060px){
    #header.blackheader2020 .menuToggle .menu li a{
        letter-spacing: 1px;
        font-size:0.9em;
    }
    
    .front_page_image_text{
        position:relative;
        width:92%;
        left:0px;
        padding-left:40px;
        padding-right:40px;
    }
    
    #calendar_dates table.fullcalendar td{
        padding: 10px 30px 10px 30px;
    }
    
    #calendar_dates .cal_rightArrow, #calendar_dates .cal_leftArrow{
        top: 200px;
    }
    
    .membership_questions{
        font-size: 3em;
        top: -50px;
    }
    
}

@media(max-width:900px){
    #header_text{
        top: 1vw;
    }
    
    #equityfund_goals .vc_tta-tabs-container .vc_tta-tab hr{
        margin-top:5px;
    }
    
    #content{
        margin:0 auto;
        padding-top:0px;
    }
}


/***/
@media(max-width:800px){
    html, body {
        max-width: 100%;
        overflow-x: hidden;
    }
    
    #searchform{
        position: fixed;
        bottom: 36.5%;
        z-index: 110;
        width: 45%;
        top:unset;
        left:unset;
    }
    
    .t-bar{
        width: 104%;
        top:0px;
        left: -2%;
        height: 4px;
        background-image: url(/wp-content/themes/academy_v2/images/Nav_ColourBar.png);
        background-repeat:repeat;
        background-size: contain;
    }
    
    .t-bar.added{
        
    }
    
    #header.blackheader2020 li.menu-item.menu-item-type-post_type.menu-item-object-page.search-bar{
        display:none;
    }
    
    #searchform input{
        text-indent:10px;
    }
    
    .input-searchicon{
        display:none;
    }
    
    .transition-bar{
        bottom:16px;
    }
    
    .grid-container-donors {
        grid-template-columns: 50% 50%;
    }
    
    
    #equityfund_goals h2{
        font-size: 1.5em;
    }
    
    #header_menu{
        left:10px;
    }
    
    .header_btns{
        display:none;
    }
    
    #header.blackheader2020 .header_social_icons{
        font-size:1em;
        width: 30%;
        display:none;
    }
    
    blockquote{
        padding:0px;
        font-size:1.5em;
    }
    
    
/*
    #header.blackheader .menuToggle .menu{
        justify-content: center!important;
    }
    
    #header.blackheader .menuToggle .menu .mobile_header_icons{
        display:block;
    }
    
    #header.blackheader .menuToggle .menu .mobile_header_btns{
        display:block;
        padding-bottom: 30px;
    }
    
    #header.blackheader .menuToggle .menu .mobile_header_icons a{
        padding-left:10px;
        padding-right:10px;
    }
    
    #header.blackheader .support_btn{
        top:unset;
        position:unset;
        padding-right:unset;
        display:block;
        padding-left:10px;
        padding-right:10px;
    }
    #header.blackheader .wrapper{
        padding-bottom: 20px;
    }
*/
    
    
	#header.blackheader2020 #header_menu .menuToggle{ display: block; top:-4px; padding-left: 10px; width:auto; position: relative; z-index: 100; -webkit-user-select: none; user-select: none; }
	#header.blackheader2020 #header_menu .menuToggle input {  display: block; width: 40px; height: 32px; position: relative; top: 24px; left: -5px; cursor: pointer; opacity: 0; /* hide this */ z-index: 2; /* and place it over the hamburger */ -webkit-touch-callout: none;}
	
	#header.blackheader2020 #header_menu .menuToggle .burger{display:block; position:relative; z-index:1;}
	#header.blackheader2020 #header_menu .menuToggle .burger span{ display: block; width: 33px; height: 4px; margin-bottom: 5px; position: relative; background: #cdcdcd; border-radius: 3px; z-index: 101; transform-origin: 5px 2px; transition: transform 0.5s cubic-bezier(0.77,0.2,0.05,1.0), background 0.5s cubic-bezier(0.77,0.2,0.05,1.0), opacity 0.55s ease;}
	#header.blackheader2020 #header_menu .menuToggle .burger:first-child{ transform-origin: 0% 0%; }
	#header.blackheader2020 #header_menu .menuToggle .burger span:nth-last-child(2){ transform-origin: 0% 100%; }
	#header.blackheader2020 #header_menu .menuToggle .menu {  position: fixed; width: 50vw; height:110vh; top:-10vh; left:-160vw; display:flex; flex-direction:column; align-items:flex-end; justify-content:flex-end; list-style-type: none; -webkit-font-smoothing: antialiased; transform-origin: 0% 0%; background-color:#fff; transition: left 0.5s cubic-bezier(0.77,0.2,0.05,1.0); }
	
    #header.blackheader2020 .menuToggle .menu li{ 
        top:20%; font-size: 3em; display:block; border-bottom:1px solid #f7f7f7;
        width: 100%;
        text-align: right;
    }
    
	#header.blackheader2020 #header_menu .menuToggle input:checked ~ .menu{ left:0vw; }
    
    #header_menu .menuToggle .burger{
      -webkit-transform: rotate(0deg);
      -moz-transform: rotate(0deg);
      -o-transform: rotate(0deg);
      transform: rotate(0deg);
      -webkit-transition: .5s ease-in-out;
      -moz-transition: .5s ease-in-out;
      -o-transition: .5s ease-in-out;
      transition: .5s ease-in-out;
      cursor: pointer;
    }
    
    
    #header_menu .menuToggle .burger span {
      display: block;
      position: absolute;
      width: 100%;
      background: #d3531a;
      border-radius: 9px;
      opacity: 1;
      left: 0;
        color:#000;
      -webkit-transform: rotate(0deg);
      -moz-transform: rotate(0deg);
      -o-transform: rotate(0deg);
      transform: rotate(0deg);
      -webkit-transition: .25s ease-in-out;
      -moz-transition: .25s ease-in-out;
      -o-transition: .25s ease-in-out;
      transition: .25s ease-in-out;
    }

    #header_menu .menuToggle .burger.open span:nth-child(1) {
      -webkit-transform: rotate(50deg);
      -moz-transform: rotate(50deg);
      -o-transform: rotate(50deg);
      transform: rotate(50deg);
    }

    #header_menu .menuToggle .burger.open span:nth-child(2) {
      opacity: 0;
      left: -100px;
    }

    #header_menu .menuToggle .burger.open span:nth-child(3) {
      -webkit-transform: rotate(-48deg);
      -moz-transform: rotate(-48deg);
      -o-transform: rotate(-48deg);
      transform: rotate(-48deg);
    }
    
    
    
    
    
    
    #header.blackheader2020 .menuToggle .menu{
        justify-content: unset!important;
    }

    .solo-arrow-right {
        display:block;
    }
    
    .solo-arrow-down{
        display:none;
    }
    
    #header.blackheader2020 .menuToggle .menu li a{
        font-family:ivypresto-headline;
        font-weight:100;
        text-align:right;
        color:#000!important;
        letter-spacing: 0px;
        padding-right:10px;
        font-size:0.6em;
    }
    
    #header.blackheader2020 a img{
        width:250px;
    }
    
    #header.blackheader2020 nav nav{
        left: 100%;
        top: 0px;
        width: 80%;
        line-height: 1em;
    }
    

    
    
    /* DROP DOWN MENU MOBILE */
    #header.blackheader2020 .navigation_submenu .menuToggle_sub .menu_sub li {
        font-size:1em;
        background-color:#fff;
        color:#000;
        border-bottom:1px solid #AC9B6E;
        text-align:center;
    }
    
    #header.blackheader2020 .navigation_submenu .menuToggle_sub .menu_sub li:first-child{
        border-top:2px solid #AC9B6E;
    }
    #header.blackheader2020 .navigation_submenu .menuToggle_sub .menu_sub li:last-child{
        border-bottom:2px solid #AC9B6E;
    }
    
    #header.blackheader2020 .menuToggle .menu li{ 
        top:20%; font-size: 3em; display:block; 
        width: 100%;
        text-align: right;
    }
    
    #header.blackheader2020 .navigation_submenu .menuToggle_sub .menu_sub li a{
        font-size:0.4em;
    }
    
    .mobile_social_btns{
        position: fixed;
        z-index: 110;
        flex-direction: inherit;
        justify-content: space-evenly;
        bottom: 28%;
        width: 45%;
    }
    
    .mobile_header_btns{
        position: fixed;
        z-index: 110;
        flex-direction: inherit;
        justify-content: space-evenly;
        bottom: 17%;
        width: 47%;
    }
    
    #header.blackheader2020 .mobile_header_btns .support_btn .vc_btn3.vc_btn3-color-inverse.vc_btn3-style-outline{
        background-color: transparent!important;
        color: #808080!important;
        border-radius: unset!important;
        border-color: #808080!important;
        border-style: solid;
        letter-spacing: 2px;
        font-family: 'ProxThin';
    }
    
    .mobile_social_btns a img{
        max-width:40px;
        height:auto;
    }
    
    .menuToggle_sub{
        border:unset;
    }
    
	#header_menu nav{ width:auto; }
	#header_menu .menuToggle{ display: block; width:auto; position: relative; z-index: 1; -webkit-user-select: none; user-select: none; }
	#header_menu .menuToggle input {  display: block; width: 40px; height: 32px; position: relative; top: 24px; left: -5px; cursor: pointer; opacity: 0; /* hide this */ z-index: 2; /* and place it over the hamburger */ -webkit-touch-callout: none;}
	#header_menu .menuToggle .menu{ display:flex;justify-content:center; }
	#header_menu .menuToggle .burger{display:block;}
	#header_menu .menuToggle .burger span{ display: block; width: 33px; height: 4px; margin-bottom: 5px; position: relative; background: #cdcdcd; border-radius: 3px; z-index: 1; transform-origin: 4px 0px; transition: transform 0.5s cubic-bezier(0.77,0.2,0.05,1.0), background 0.5s cubic-bezier(0.77,0.2,0.05,1.0), opacity 0.55s ease;}
    
    
	#header_menu .menuToggle .burger:first-child{ transform-origin: 0% 0%; }
	#header_menu .menuToggle .burger span:nth-last-child(2){ transform-origin: 0% 100%; }
	#header_menu .menuToggle .menu {  position: fixed; width: 100vw; height:110vh; top:-10vh; right:0vw; display:flex; flex-direction:column; align-items:center; justify-content:center; list-style-type: none; -webkit-font-smoothing: antialiased; transform-origin: 0% 0%; background-color:rgba(0,0,0,0.75); transition: left 0.5s cubic-bezier(.39, .25, .05, 1); }
	#header_menu .menuToggle .menu li{ padding: 10px; font-size: 22px; display:block;}
	#header_menu .menuToggle input:checked ~ .menu{right:0vw;}
    #header_menu a{
        color:#fff;
/*        pointer-events:all;*/
    }
    #header_menu a:visited{
        color:#fff;
    }
    #header_menu a:hover{
        color:#AC9B6E;
    }
    #header_menu{
        border: none;
        background-color: transparent; 
        position: absolute;
        top: 10px;
    }
    
    #header_menu.main_menu ul.menu{
        pointer-events:all;
    }
    
    #sub_menu{
        position:relative;
        
    }
    
    #sub_menu a:hover{
        color:#AC9B6E;
    }
    #sub_menu a:visited{
        color:#3A3F42;
    }
    #sub_menu a{
        color:#3A3F42;
    }
    
    
/*
    div.support_btn button {
        padding-top: 10px!important;
        padding-bottom: 10px!important;
        padding-left: 10px!important;
        padding-right: 10px!important;
        border-radius: 8px!important;
        font-size: 1em!important;
    }
*/
    
    .vc_gitem-zone .vc-zone-link{
        z-index: 0!important;
    }
    
    .vc_empty_space{
        display:none;
    }
    
    #header_text{
        font-size:3em;
        top:5vh;
    }
    
    #header .support_btn{
        top:-55px;
    }
    
    .post_categories_nominees h2{
        text-align:center;
    }
    
    #benefits_wrapper select{
        padding: 10px;
        font-family: ProxNew;
        font-size: 1em;
        border: 1px solid #3A3F42;
        margin: 10px;
        color: #3A3F42;
    }
    
    #front_page_slider .icon-prev{
        left:105px;
    }

    #front_page_slider .icon-prev:before, #front_page_slider .icon-next:before{
        top:-22px;
    }

    #front_page_slider .icon-next{
        left:215px;
    }
    
    #featured-posts{
        padding-top: 0em;
        display: block;
        margin: 0 auto;
        text-align: center;
    }
    
    #featured-posts #container{
        margin:0 auto;
    }
    
    #featured-posts p{
        max-width:98%;
    }
    
    #featured-posts .featured_title{
        max-width:98%;
    }
    
    #news_area{
        width:100%;
    }
    
    #news_area .row{
        display:block;
        margin:0 auto;
    }
    
    #news_area .column{
        flex:none;
        margin:0;
    }
    
    #article-content #container{
        max-width:100%;
        max-height:400px;
        width:100%;
        height:100%;
    }
    
    #news_layout{
        display:block;
        padding-top:40px;
    }
    
    #news_ad_space{
        display:none;
    }
    
    hr.news{
        margin-left:0px;
    }
    
    #news_search{
        margin: 25px;
        float:none;
    }
    
    #post_dates_column{
        margin:0 auto!important;
    }
    
    
    .news_title{
        top:0;
        position: unset;
        margin-bottom:0;
        
    }
    
    #post-details{
        border-top: 0px;
        position:unset;
        padding-top:0px;
    }
    
    .post_categories {
        padding: 0px 0px 20px 0px;
    }
    
    #badpage{
        max-width:98%;
    }
    #badpage h1{
        font-size: 8em;
        
    }
    
    #news_section .article-body img{
        max-height: 180px;
    }
    
    #nom_search_filter select{
        max-width:92%;
    }
    
    .row{
        display:block;
    }
    
    #nominee div.article-body{
        max-width:98%;
        margin:0 auto;
    }
    
    #see_others{
        height: unset;
        line-height: normal;
    }
    
    .nominee_featured_img img{
        padding-bottom:20px;
    }
    
    #screen-week .vc_tta-color-white.vc_tta-style-outline .vc_tta-tab>a{
        border-color: transparent;
        background-color: #fff;
        color: #3A3F42;
    }
    
    #screen-week .vc_tta-color-white.vc_tta-style-outline .vc_tta-tab.vc_active>a{
        background-color:#AC9B6E!important;
        color:#fff!important;
    }
    
    .wpb-js-composer .vc_tta-color-white.vc_tta-style-outline .vc_tta-panel .vc_tta-panel-title>a{
        color:#3A3F42!important;
        background-color: #fff!important;
    }
    
    #front_page_statement h1, #front_page_statement p{
        text-align:center!important;
    }
    
    .most_recent{
        text-align:center;
    }
    
    #thanks_vote{
        width:100%;
        
    }
    
    #thanks_vote .thankyou_content{
        max-width:98%;
        top: 55vh;
    }
    
    #sub-header img{
        width:150%;
    }
    
    h1.press_release{
        position:absolute;
        top: 8%;
        font-size: 1em;
        line-height:1em;
        color: #fff;
    }
    
    #sub_menu {top:0; margin:0 auto; text-align:center;}
    #sub_menu .menuToggle .menu li{padding:10px;}
    #sub_menu .menuToggle .menu li.current-menu-item,
    #sub_menu .menuToggle .menu li.current_page_item a{color:rgb(173, 156, 111)}
    #sub_menu .menuToggle input,
    #footer_menu.sub_menu .menuToggle input,
    #sub_menu .menuToggle .burger, #sub_menu .menutoggle input{ display:none;}
    #sub_menu nav, #sub_menu .menuToggle{display:block; }
    #sub_menu .menuToggle{position: relative; top: -5px;}
    #sub_menu .menuToggle .menu li{padding:10px;list-style-type:none;}
    #sub_menu nav nav { display: none; }
    #sub_menu .menuToggle .menu li nav{
        position:absolute;
        left:0px;
    }
    
    #sub_menu .menuToggle .menu { 
        margin:0;
        display:inline-block;
        position:relative;
        justify-content:center;
        width: 100%;
        height: unset;
        top: unset; 
        right: unset;
        flex-direction: row;
        -webkit-font-smoothing: unset;
        transform-origin: unset;
        background-color: unset;
        transition:unset;
    }
    
    #sub_menu .menuToggle .menu li.current_page_item a{
        border:none;
    }
    
    #newsletter input[type="text"], #newsletter input[type="email"]{
      background-color: #eee;
        color:#a7a7a7;
      border:none;
        width: 91%;
        margin-top:10px;
        padding-left: 20px;
        height: 6vh;
    }
    
    #csw_button_holder h1{
        color:#fff;
        position:absolute; 
        top:0%;
        left:50%;
        margin-left:-192px; 
        font-size:2.5em;
        text-align:center;
        line-height:normal;
    }
    
    #csw_button_holder .b1{
        top: 40%;
        width: 300px;
        margin-left: -150px;
    }
    #csw_button_holder .b2{
        top: 55%;
        width: 300px;
        margin-left: -150px;
    }
    #csw_button_holder .b3{
        margin-left: -150px;
    }
    #csw_button_holder .b4{
        top: 85%;
        width: 300px;
        margin-left: -150px;
    }
    
    
    #goto_news{
        width:100%;
    }
    
    #news_loadmore{
        width:100%;
        margin-left:unset;
    }
    
    .full_eventlist_container .left {
        left:10px;
        padding:20px;
    }
    .full_eventlist_container .right {
        right:10px;
        padding:20px;
    }
    
    #footer{
        padding-top:0px;
    }
    
    .vc_col-sm-2{
        display:none;
    }
    
    #sub_menu .menuToggle .menu li.current-menu-item
    {
        color:rgb(173, 156, 111);
        width: 50%;
        margin: 0 auto;
        border: 1px solid;
    }
}

@media(max-width:500px){
    h2{
        font-size:3em;
    }
    
    .list_view .event_img{
        width:unset;
        float:unset;
    }
    
    .vc_column_container>.vc_column-inner{
/*
        padding-left:25px!important;
        padding-right:25px!important;
*/
    }
    
    .membership_header_img{
        z-index:-1;
    }
    
    .membership_header_img .vc_column-inner{
        padding-left: 15px!important;
        padding-right: 15px!important;
    }
    
    .academy_screens_headertxt h2{
        color:#000;
    }
    .academy_screens_headertxt{
        position: relative;
        bottom:unset;
        color:#000;
        width:100%;
        left:0px;
    }
    
    h1 {
        font-size: 3em;
        margin-top:25px;
    }
    
    .price_plan{
        height:120px;
    }
    
    .front_page_image_text{
        display:none;
    }
    
    #get_inspired .inspired_img{
        height:443px;
    }
    
    .event_item {
        width:300px;
    }
    
    .mobile_social_btns{
        display:none;
        top: -40%;
        left: 47px;
        width: 100%;
        position: relative;
    }
    
    .whatnew_img img{
        width:50%;
    }
    
    #whatsnew_bar, #whatsnew_bar .r1, #whatsnew_bar .r2{
        display:block;
        width:100%;
    }
    
    #whatsnew_bar .r1 img.dsktp{
        display:none;
    }
    #whatsnew_bar .r1 img.mobile{
        display:block;
    }
    
    .mobile_header_btns{
        top: -116px;
        right:-100px;
        width: 95%;
        
        position:relative;
        display:none;
    }
    
    .vc_btn3.vc_btn3-color-inverse.vc_btn3-style-outline{
        letter-spacing:3px;
    }
    
/*
    .t-bar{
        width: 600px;
        top:0px;
        left: -60px;
        height: 4px;
    }
*/
    
    #searchform{
        bottom:1%;
        width:94%;
    }
    #searchform input{
        text-indent:0px;
        text-align:center;
    }
    
    .mobile_header_btns a{
        display: block;
        position: inherit;
    }
    
    #header.blackheader2020 .support_btn{
        top:unset;
        position:relative;
    }
    
    .line-container label{
        font-size:1em;
    }
    
    .long_button a{
        font-size:0.8em!important;
    }

    #mailing_list{
        left:5%;
        width:81%;
    }
    
    #thanks_vote .thankyou_content{
        max-width:98%;
        top:65vh;
    }
    
    #headerRowTopImg .vc_column-inner{
        max-height:700px;
    }
    
    .grid-container-donors {
        grid-template-columns: 100%;
    }
    
    .support-us-special{
        display:block;
    }
    
    .to-fr-special a{
        color:rgb(173, 156, 111)!important;
    }
    
    .to-fr-special a:visited{
        color:rgb(173, 156, 111)!important;
    }
    
    #header_text{
        font-size:2em;
        top: 1vw;
    }
    
    #sub_menu .menuToggle .menu{
        padding-top:15px;
    }
    
    .tight_text p{
        line-height:1.5;
    }
    
    
    
    #equityfund_goals .vc_tta-panel-body{
        background-color:#000;
    }
    
    #equityfund_goals .vc_column_container>.vc_column-inner{
        padding-left:0px!important;
        padding-right:0px!important;
    }
    
    #equityfund_goals .vc_tta-panel-heading{
        background-color:#000;
    }
    
    .fund_adjustment .vc_column-inner{
        border-right:unset!important;
        border-bottom:1px solid rgb(173, 156, 111);
    }
    
    
    
    #header.blackheader a img{
        width: 100%!important;
        max-width: 250px!important;
    }
    
    #header.blackheader .wrapper{
        padding-bottom:0px;
    }
    
    #header.blackheader #header_menu{
        display:block;
        top: 0px;
    }
    
    #headerRowTopImg .headerImgWrapper{
        bottom: unset;
        left: unset; 
        display: unset;
        position:unset;
        background-color:#000;
    }
    
    #headerRowTopImg .headerImgWrapper .headerImgTitle{
        position: relative;
        top: -100px;
        margin: 0 auto;
        text-align: center;
    }
    
    
    #headerRowTopImg .headerImgText{
        position: relative;
        top: -100px;
        left: -4vw;
        width:unset;
    }
    
    #header.blackheader2020 #header_menu .menuToggle .menu {  
        width: 100vw; 
    }
    
    #header.blackheader2020 .menuToggle .menu li{
        text-align: center;
        top:24%;
        padding:15px;
    }
    
    #header.blackheader2020 .menuToggle .menu li a{
        padding-right:0px;
    }
    
    .solo-arrow-right{
        display:none;
    }
    
    .solo-arrow-down{
        display:block;
        right:10px;
    }
    
    .navigation_submenu{
        position:relative;
    }
    
    #header.blackheader2020 nav nav{
        top:20px;
        left:0px;
        width:100%;
    }
    
    #calendar_dates table.fullcalendar td{
        padding: 10px 5px 10px 5px;
    }
    
    #calendar_dates .cal_leftArrow{
        left:-27px;
    }

    #calendar_dates .cal_rightArrow{
        right:-27px;
    }
    
    .extra_cal_events{
        bottom: -4px;
        z-index: 1;
        right: -15%;
    }
    
    .event_icon1, .event_icon2, .event_icon3{
        bottom:-2px;
    }
    
    .nominee_loader{
        left:45%;
    }
    
    .membership_questions{
        font-size: 2em;
        top: -10px;
    }
}

@media(max-width:400px){
    #thanks_vote .thankyou_content{
        max-width:98%;
        top:70vh;
    }
    
    
    
    #header_text{
        font-size:2em;
        top: 0;
    }
    h1{
        padding-left:2%;
    }
    h2{
        font-size:2.5em;
    }
    
    #financial_statements h2{
        margin: 0px;
        padding: 10px;
        font-size: 2em;
    }

    }
    
    #header_menu .menuToggle{
/*        top:-13px;*/
    }
    
    .t-bar{
        height: 4px;
    }
    
    
    .tight_text p{
        line-height:normal;
    }
    div.support_btn button {
        padding-top: 5px!important;
        padding-bottom: 5px!important;
        padding-left: 5px!important;
        padding-right: 5px!important;
        border-radius: 8px!important;
        font-size: 0.8em!important;
    }
    #header .support_btn {
        top: -40px;
    }

    #sub_menu .menuToggle{top: -10px;}
    
    .nominee_title{
        font-size:1.8em;
    }
}

@media not all and (min-resolution:.001dpcm){
    @media{
        #header.blackheader a{
            font-size:0.9em;
        }
    }
    
    @media (max-width:1000px){
        #header.blackheader a{
            font-size:0.8em;
        }
    }
    
    @media (max-width:850px){
        #header.blackheader a{
            font-size:0.8em;
        }
    }
}