@import url('template.css');
@import url('fonts/stylesheet.css');
@import url('base.css');
@import url('eventlist.css');
@import url('eventsarchive.css');
@import url('ugc.css');
@import url('singleevent.css');
@import url('single.css');
@import url('about.css');
@import url('search.css');
@import url('custom-page.css');

/* AIGA CSS Additions */

.hold-contact-aiga {
    max-width: 41% !important;
    float: right;
    margin-top: 1.7rem !important;
}

#main {
    margin-left: 0px !important;
    margin-right: 0px !important;
}

strong { 
        font-family: 'Graphik-Medium';
    font-weight: 600 !important;
    font-style: normal;
}


p {
font-size:18px;
color: #4c4c4c;
margin-bottom: 1.35rem !important;
}

p.bold {
    font-family: 'Graphik-Medium';
    color: black;
}

i.fa {
    color: #929292;
}

p.inlinecaption {
    font-size: 0.9rem;
    color: #929292;
    max-width: 100%;
    margin-top: -1.2rem !important;
    clear: both !important;
    font-family: 'Graphik-Medium';
    margin-bottom: 2.3rem !important;
    border-bottom: 1px solid #f1f1f1;
    padding-bottom: 0.7rem !important;
}

h1 {
    font-family: "Graphik-Medium";
    font-size: 3.8rem;
    color: #2F2F2F;
    line-height: 3.7rem;
}

h2 {
    font-family: "Graphik-Bold";
    font-size: 2rem;
    color: #2F2F2F;
    font-weight: 400 !important;
}

h1.entry-title {
    font-size: 1.75rem;
    font-family: 'Graphik-Medium';
    font-weight: 600 !important;
    color: #9e9e9e;
}

h2.subhead {
    font-family: "Graphik-Regular";
    font-size: 1.45rem;
    color: #868686;
    transform: translateY(-31px);
    letter-spacing: 0.04rem;
    margin-bottom: 0.5rem;
    line-height: 1.9rem;
    max-width: 70%;
}

h2.partner-title {
    border-bottom: 1px solid #c7c7c7;
    font-family: "Graphik-Regular";
    font-size: 18px !important;
    padding-bottom: 1.3rem !important;
    margin-bottom: 1.4rem !important;
}

h2.subtext {
    font-size: 1.45rem;
    color: #3e3e3e;
    line-height: 2.2rem;
    font-family: 'Graphik-Medium';
     max-width: 92%;
}

h3.inlineh3 {
font-family: "Graphik-Bold";
    text-transform: initial !important;
    font-size: 1.2rem;
    margin-top: 2.1rem;
    color: #151515;
    line-height: 1.9rem !important;
}

.spaninline {
font-family: "Graphik-Bold";
    text-transform: initial !important;
    font-size: 1.2rem;
    margin-top: 2.1rem;
    color: #151515;
    line-height: 1.9rem !important;
}

.desc_col img {
    margin-top: 2rem;
    margin-bottom: 2rem;
    border: 1px solid #ececec;
}

blockquote {
    border-left: 30px solid #f9f9f9;
    font-family: 'Graphik-Regular' !important;
    font-style: normal;
    padding-left: 2.9rem !important;
    padding-bottom: 0px !important;
    margin-bottom: 30px !important;
    color: #ea0b8c;
    font-size: 1.9rem !important;
}

h3.inlineh3:before {
    content: "\f0da";
    font-family: FontAwesome;
    font-style: normal;
    font-weight: normal;
    text-decoration: inherit;
    color: #ea0b8c;
    font-size: 26px;
    position: relative;
    width: 100px;
    height: 100px;
    margin-left: -27.3px !important;
    top: 3px !important;
    padding-right: 1.1rem;
}

#main a {
    border-bottom: 1px solid #EC008C;
    line-height: 1.9rem;
    padding-bottom: 0.35rem;
}

#main a:hover {
color: #EC008C;
}

#main a:active {
border-bottom: 1px solid black;
}

a.biolink {
    border-bottom: none !important;
    font-family: "Graphik-Bold";
    font-size: 1.2rem;
}

h3 {
font-family: "Graphik-Bold";
    text-transform: uppercase;
    font-size: 1.2rem;
    margin-top: 2.1rem;
    color: #2F2F2F;
}

.partner-half {
    background-color: #ECECEC;
    width: 46%;
    height: 10rem;
    float: left;
    margin-right: 4%;
    position: relative;
    margin-bottom: 4.6rem;
}

.partner-half p {
    position: absolute;
    bottom: 0px;
    text-align: center;
    width: 100%;
    -ms-transform: translate(0,3.2rem);
    -webkit-transform: translate(0,3.2rem);
    transform: translate(0,3.2rem);
}

h4 {
    font-family: "Graphik-Regular";
    font-size: 0.8rem;
    text-transform: uppercase;
    line-height: 1.2rem;

}

.h4-grey {
    color: #777777;
    margin-top: -0.8rem;
    line-height: 1.4em;
}


.quarter-image {
margin-left:0em !important;
}

#hide {
  display: none;
}
input[type="text"]{
    color: transparent;
    text-shadow: 0 0 0 #000;
    padding: 6px 12px;
    width: 60px;
    cursor: pointer;
}
input[type="text"]:focus{
    outline: none;
}
input:focus + div#hide {
  display: block;
}

.single-event div#content {
    margin-bottom: 8rem !Important;
}

/*  
======= Accordion CSS for Get Involved Pages
*/

@-webkit-keyframes fadeIn { from { opacity:0;  -webkit-transform: translate(0px,5px);} to { opacity:1;  -webkit-transform: translate(0px,0px);} }
@-moz-keyframes fadeIn { from { opacity:0; } to { opacity:1; } }
@keyframes fadeIn { from { opacity:0; transform: translate(0px,5px);} to { opacity:1;transform: translate(0px,0px); } }

.fade-in {
  opacity:0;  /* make things invisible upon start */
  -webkit-transform: translate(0px,5px);
  transform: translate(0px,5px);
  -webkit-animation:fadeIn ease-in 1;  /* call our keyframe named fadeIn, use animattion ease-in and repeat it only 1 time */
  -moz-animation:fadeIn ease-in 1;
  animation:fadeIn ease-in 1;

  -webkit-animation-fill-mode:forwards;  /* this makes sure that after animation is done we remain at the last keyframe value (opacity: 1)*/
  -moz-animation-fill-mode:forwards;
  animation-fill-mode:forwards;

  -webkit-animation-duration:.3s;
  -moz-animation-duration:.3s;
  animation-duration:.3s;
}

.fade-in.scard1 {
  -webkit-animation-delay: 0.2s;
  -moz-animation-delay: 0.2s;
  animation-delay: 0.2s;
}

.fade-in.scard2 {
  -webkit-animation-delay: .3s;
  -moz-animation-delay:.3s;
  animation-delay: .3s;
}

.fade-in.scard3 {
  -webkit-animation-delay: .4s;
  -moz-animation-delay: .4s;
  animation-delay: .4s;
}

.accordion:hover .accordion-item:hover .accordion-item-content,
.accordion .accordion-item--default .accordion-item-content {
    height: 7.4em;
}

.accordion-item-content,
.accordion:hover .accordion-item-content {
    height: 0;
    overflow: hidden;
    transition: height .25s;
}

.accordion-item-content {
clear: both;
}

.a-item-left {float:left}
.a-item-right {float:right}

.accordion-item {
    cursor: pointer;
}
 .fa-angle-right {
color: #AAAAAA;
}

.inner-acc {
    border-left: 2px solid #EC008C;
    margin-left: 0.3em;
}

.menusy a:hover,
.menusy a.active {
    background: white;
    color: green
}

.menusy p {
    display: inline-block;
    margin-right: 1rem;
}

.fixed {
    position: fixed;
    top: 0;
    width: 100% !important;
    margin-top: 5rem;
    z-index: 99999999999;
    background-color: white;
} 

#involved-parent:hover .changepink {
    color: #EC008C;
}

#involved-parent2:hover .changepink {
    color: #EC008C;
}

#involved-parent3:hover .changepink {
    color: #EC008C;
}

/* Aesthetic */


.accordion {
    padding: 0;
    margin: 0 auto;
    width: 100%;
    font-family: "PT Sans" sans-serif;
margin-top:-1.4em;
}

.accordion .accordion-item {
  background-color:#ffffff;
  padding: 1em;
color: black;
background-color:#ffffff;
    padding: 0em 1em 0em 1em;
}

.accordion h1 {
  margin: 0;
}

.submit-card {
    background-color: white;
    border: 1px solid #D6D6D6;
transition: all 0.5s ease;
    min-height: 31em;
}

.scard1:hover .scard2 {
opacity:.8;
}

.submit-card .su-column-inner:hover .card-h2{ background-color: #3c3c3c; transition: all 0.2s ease;}

.submit-card h2 {
    width: 100%;
    background-color: #EC008C;
    color: white;
    padding: 1.7em 1.4em 0.5em 0.8em;
transition: all 0.2s ease;
}
p.dark {
    font-size: 1.12rem;
    line-height: 1.1rem;
    color: #333333;
    font-family: 'Graphik-Medium';
    font-weight: 600;
    padding-left: 0.7rem;
    -webkit-transform: translate(0px,5px);
    transform: translate(0px,5px);
}

.accordion-item-content p{
color: #7b7b7b;
    color: #7b7b7b;
    font-size: 0.9rem;
    margin-left: 0.6rem;
    line-height: 1.2rem;
    padding-top: .5rem;
    max-width: 95%;
}

body.page-id-518 .entry-content, body.page-id-580 .entry-content, body.page-id-617 .entry-content, body.page-id-581 .entry-content, body.page-id-585 .entry-content, body.page-id-595 .entry-content, body.page-id-582 .entry-content, body.page-id-583 .entry-content, body.page-id-584 .entry-content, body.page-id-1083 .entry-content {
    width: 100%;
    padding: 0em;
    margin: 0em;
}

body.page-id-518 #primary, body.page-id-580 #primary, body.page-id-617 #primary, body.page-id-579 #primary, body.page-id-581 #primary, body.page-id-582 #primary, body.page-id-583 #primary, body.page-id-584 #primary, body.page-id-585 #primary, body.page-id-595 #primary, body.page-id-1083 #primary{
    width: 100%;
    padding: 0em;
    margin: 0em;
}

body.page-id-518 .entry-content .su-row, body.page-id-580 .entry-content .su-row, body.page-id-617 .entry-content .su-row, body.page-id-579 .entry-content .su-row, body.page-id-581 .entry-content .su-row, body.page-id-582 .entry-content .su-row, body.page-id-583 .entry-content .su-row, body.page-id-584 .entry-content .su-row, body.page-id-585 .entry-content .su-row, body.page-id-595 .entry-content .su-row, body.page-id-1083 .entry-content .su-row {
max-width:860px;
margin-left:auto;
margin-right:auto;
}

#post-518 header.entry-header, #post-580 header.entry-header, #post-617 header.entry-header, #post-579 header.entry-header, #post-581 header.entry-header, #post-582 header.entry-header, #post-583 header.entry-header, #post-584 header.entry-header, #post-585 header.entry-header, #post-595 header.entry-header, #post-1083 header.entry-header {
max-width:860px;
margin-left:auto;
margin-right:auto;
    padding-top: 1.9rem;
}

.center-titles {
max-width:860px;
margin-left:auto;
margin-right:auto;
    margin-bottom: 2.5rem;
}

#post-580 h1.entry-title, #post-579 h1.entry-title, #post-581 h1.entry-title, #post-582 h1.entry-title, #post-583 h1.entry-title, #post-584 h1.entry-title, #post-585 h1.entry-title, #post-595 h1.entry-title {
    color: #2b2b2b;
    font-size: 2.3rem;
    width: inherit;
    position: relative;
}

.page-id-580 div#content, .page-id-579 div#content, .page-id-581 div#content, .page-id-582 div#content, .page-id-583 div#content, .page-id-584 div#content, .page-id-585 div#content, .page-id-595 div#content, .page-id-1083 div#content {
padding-top: 1.1rem;
}

.fsEmbed {
max-width:860px;
margin-left:auto !important;
margin-right:auto !important;
}


body.page-id-518 .entry-content .span-full, body.page-id-580 .entry-content .span-full, body.page-id-617 .entry-content .span-full, body.page-id-579 .entry-content .span-full, body.page-id-581 .entry-content .span-full, body.page-id-582 .entry-content .span-full, body.page-id-583 .entry-content .span-full, body.page-id-584 .entry-content .span-full, body.page-id-585 .entry-content .span-full, body.page-id-595 .entry-content .span-full, body.page-id-1083 .entry-content .span-full {
max-width:100%;
background-color:#f7f7f7;
padding-top:1em;
padding-bottom:1em;
}


body.page-id-518 .entry-content .involved-span, body.page-id-580 .entry-content .involved-span,body.page-id-617 .entry-content .involved-span, body.page-id-579 .entry-content .involved-span, body.page-id-581 .entry-content .involved-span, body.page-id-582 .entry-content .involved-span, body.page-id-583 .entry-content .involved-span, body.page-id-584 .entry-content .involved-span, body.page-id-585 .entry-content .involved-span, body.page-id-595 .entry-content .involved-span, body.page-id-585 .entry-content .involved-span, body.page-id-1083 .entry-content .involved-span {
    margin-top: -8em;
    padding-top: 8.5em;
    margin-bottom: -0.2em;

}

.em-intro {
    font-family: "Graphik-Bold";
    color: #ec008c;
}



/*  ======= ======= ======= ======= ======= 
Show / Hide CSS
 ======= ======= ======= ======= ======= */ 


.showme {display:none;}

.trigger-showme {cursor:pointer;}
.trigger-showme:focus {outline: none;}

.hideme {cursor:pointer;}
.hideme:focus ~ .showme {
  display: none;
}
.trigger-showme:focus ~ .showme {
  display: block;
}



/*  ======= ======= ======= ======= ======= 
Footer
 ======= ======= ======= ======= ======= */ 

.site-footer p {
    font-size: 16px;
    color: dimgrey;
}

.footer_container a {
    color: black;
    border-bottom: 1px solid #9e9e9e;
    margin-right: 1rem;
}

.site-footer {
    width: 100%;
    padding-top: 1.5em;
    color: #ccc;
    background-color: #f9f9f9;
    font-family: "Roboto", "Helvetica Neue", Helvetica, Arial, sans-serif;
    text-align: center;
padding-top: 3.3rem;
    padding-bottom: 1rem !important;
}

.partners_img {
    padding: 1em 0em 3em 0em;
    border-top: 1px solid #dcdcdc;
}

.partners_category {
    font-family: "Graphik-Regular";
    text-transform: capitalize;
    color: #b3b3b3;
    font-size: 0.8em;
    padding-top: 1em;
    padding-bottom: 1em;
    font-size: 16px;
    color: #868686;
}

.sticky_cont.footer {
    margin-left: -25px;
    margin-right: -25px;
}

.footer_fluid {
    background-color: #f9f9f9;
}

.row2 a {
    border-bottom: none;
}

.row2 .fa {
    color: black;
    text-decoration: none !important;
    font-size: 1.2rem;
    margin-right: 0.3rem !important;
}


/*  ======= ======= ======= ======= ======= 
Grid
 ======= ======= ======= ======= ======= */ 


@media (max-width: 991px) {
.page-template-page-custom-category .featured_title_medium .event_fluid_title, .page-template-page-eventslist .featured_title_medium .event_fluid_title, .page-template-page-search .featured_title_medium .event_fluid_title, .page-template-page-search .featured_title_medium .event_fluid_title, .page-template-page-eventsarchive, .footer_container{
    font-size: 1.32rem;
    line-height: 1.6rem !important;
    color: #333333;
    margin-bottom: 1rem;
}

.footer .col-lg-offset-2, page-template-page-eventslist div#primary {
    width: 100%;
    padding-left: 16.4%;
    padding-right: 15%;
}

.single-event div#primary, .single-event div#secondary_cl, .single-event .next_events_label {
    width: 100% !important;
    margin-left: 2.2% !important;
    margin-right: 0% !important;
    max-width: 100% !important;
    padding-right: 9.5% !important;
}



.footer_container {
    left: 0% !important;
    margin-left: 6% !important;
}

.footer_container .row2 {
    margin-top: 2rem !important;
    margin-bottom: 2rem !important;
}

}

@media (max-width: 640px) {
.page-template-page-custom-category div#primary, 
.page-template-page-eventslist div#primary,
.page-template-page-search div#primary,
.page-template-page-eventsarchive div#primary, .footer_container, .single-event div#primary, .home #primary, .home .site-content .col-lg-offset-2, .footer .col-lg-offset-2, page-template-page-eventslist div#primary, .single-event div#secondary_cl, .single-event .next_events_label {
    margin-left: -5% !important;
    padding-right: 2% !important;
}

.search-results .status-publish {
    position: relative !important;
    top: 0px !important;
    clear: none !important;
    left: 0px !important;
    float: left !important;
    height: 14.1rem !important;
    overflow: hidden;
    max-width: 100% !important;
    padding-left: 0rem !important;
    margin-left: 0rem !important;
}

.footer .col-lg-offset-2, page-template-page-eventslist div#primary {
    margin-left: 0.3rem !important;
    padding-right: 5.2rem !important;
}

.eventlist {
    padding-left: 1rem !important;
    padding-right: 0rem !important;
}

.eventlist .col-sm-4 div.day_date {
    font-family: "Graphik-Regular";
    color: #b3b3b3;
    font-size: 1.05rem !important;
    margin-top: -2.8rem;
    margin-left: 2.5rem;
}

body .eventlist .event_border, div.eventlist div.target32 div.day_number {
    padding-top: 1.3rem !important;
    font-size: 1.7rem !important;
    margin-bottom: 1.1rem;
}

.single-event span.category-label {
    display: none;
}

.page-template-page-custom-category .type-post:nth-child(2) .entry-header .col-xs-6:nth-child(2) {
    min-height: 15.6rem !important;
    max-width: 89% !important;
    background-size: cover;
    margin-left: 6% !important;
    width: 100%;
    padding: 0rem !important;
margin-top: 2.1rem;
}

.event_big_infos .event_title {
    font-size: 1.6rem;
    line-height: 1.2em;
    padding-top: 0.4em;
    margin-left: -0.4rem;
    margin-bottom: 1rem;
    margin-top: 0.2rem;
}

div.footer_container {
    left: 0% !important;
    margin-left: 0.1rem !important;
}

.singlepost .single_post_title {
    font-family: "Graphik-Bold";
    color: white;
    font-size: 2.2em;
    padding-top: 0.5em;
    padding-left: 0.7em;
    line-height: 1.2em;
    position: absolute;
    bottom: 0.8em;
    left: 1em;
    right: 1em;
    max-width: 107%;
    margin-left: -3.3rem;
font-weight:400 !important;
}

.type-post .entry-header .col-xs-6:nth-child(2) {
    min-height: 10.6rem;
    max-width: 87% !important;
    background-size: cover;
    background-position: center center;
    margin-left: 6.8%;
    margin-top: 1.5rem;
}

.featured_container .col-xs-6 {
    max-width: 100% !important;
    width: 100%;
}

.page-template-page-custom-category #main .col-sm-6:nth-child(2) .event_fluid_title {
    font-size: 2.3rem !important;
    margin-bottom: 1.1rem !important;
}

}


@media (min-width: 992px) {
.page-template-page-custom-category div#primary,
.page-template-page-eventslist div#primary,
.page-template-page-search div#primary,
.page-template-page-eventsarchive div#primary,
#q_row, .footer .col-lg-offset-2, .footer_container, .search-results div#primary, .single-event div#primary, .home #primary, .home .site-content .col-lg-offset-2, .footer .col-lg-offset-2, .page-id-860 div#primary, .page-id-379 div#primary, page-template-page-eventslist div#primary, .single-event div#primary, .single-event div#secondary_cl, .single-event .next_events_label{
    margin-left: 6.4% !important;
    padding-right: 14% !important;
    max-width: 100% !important;
    width: 100% !important;
}

.footer_container {
    margin-left: 7.7% !important;
    padding-right: 17% !important;
    margin-right: 0% !important;
    max-width: 170% !important;
    width: 80.1%;
}

body .col-sm-12.col-lg-8.col-lg-offset-2, page-template-page-eventslist div#primary, .single-event div#primary, .single-event div#secondary_cl, .single-event .next_events_label{
padding-left: 7.4% !important;
    padding-left: 7.4% !important;
    padding-right: 8.5% !important;
    width: 84% !important;
    margin-left: 10% !important;

}

body div.partners_fluid .row div.col-lg-offset-2 {
    padding-left: 7.4% !important;
    padding-left: 4.7% !important;
    padding-right: 8.5% !important;
    width: 84% !important;
    margin-left: 10% !important;
}

.single-event div#primary, .single-event div#secondary_cl, .single-event .next_events_label {
padding-left: 7.4% !important;
    padding-left: 0% !important;
    padding-right: 8.5% !important;
    width: 91.5% !important;
    margin-left: 9.2% !important;
}

body.page-id-860 div#primary {
    padding-bottom: 1em;
    max-width: 100% !important;
    width: 100% !important;
    padding-left: 6%;
    padding-right: 17% !important;
}

}

@media (min-width: 1200px) {
.page-template-page-custom-category div#primary,
.page-template-page-eventslist div#primary,
.page-template-page-search div#primary,
.page-template-page-eventsarchive div#primary,
#q_row, .footer .col-lg-offset-2, .footer_container, .search-results div#primary, .single-event div#primary, .home #primary, .home .site-content .col-lg-offset-2, .page-id-860 div#primary, .page-id-379 div#primary, page-template-page-eventslist div#primary, .single-event div#primary, .single-event div#secondary_cl, .single-event .next_events_label {
    width: 84% !important;
    margin-left: 10% !important;
    padding-right: 3% !important;
}
.single-post div#primary {
width: 84% !important;
    margin-left: 14.9% !important;
    padding-right: 15% !important;
}

body.page-id-860 div#primary, .page-id-379 div#primary {
    width: 84% !important;
    margin-left: 13.2% !important;
    padding-right: 8% !important;
    max-width: 90% !important;
    width: 81.4% !important;
}

.footer_container {
    margin-left: 13.4% !important;
    padding-right: 0rem !important;
    margin-right: 0% !important;
    max-width: 170% !important;
    width: 75.2% !important;
}

body .footer .col-lg-offset-2, page-template-page-eventslist div#primary, .single-event div#primary, .single-event div#secondary_cl, .single-event .next_events_label {
    padding-left: 7.4% !important;
    padding-right: 8.1% !important;
}

.single-event div#primary, .single-event div#secondary_cl, .single-event .next_events_label {
    width: 84% !important;
    margin-left: 9.7% !important;
    padding-right: 2.5% !important;
    padding-left: 1.5rem !important;
}


}



@media (min-width: 1300px) {
.page-template-page-custom-category div#primary,
.page-template-page-eventslist div#primary,
.page-template-page-search div#primary,
.page-template-page-eventsarchive div#primary,
#q_row, .footer .col-lg-offset-2, .footer_container, .search-results div#primary, .single-event div#primary, .home #primary, .home .site-content .col-lg-offset-2, .page-id-860 div#primary, .page-id-379 div#primary, page-template-page-eventslist div#primary, .single-event div#primary, .single-event div#secondary_cl, .single-event .next_events_label  {
    width: 84% !important;
    margin-left: 10% !important;
    padding-right: 3% !important;
}

.footer_container {
margin-left: 13.4% !important;
    padding-right: 0rem !important;
    margin-right: 0% !important;
    max-width: 170% !important;
    width: 75% !important;
}

body.page-id-860 div#primary, .page-id-379 div#primary {
    width: 84% !important;
    margin-left: 12% !important;
    padding-right: 0% !important;
    width: 76% !important;
    max-width: 80% !Important;
    margin-right: 0rem !important;
}

body .footer .col-lg-offset-2, page-template-page-eventslist div#primary, .single-event div#primary, .single-event div#secondary_cl, .single-event .next_events_label {
    width: 84% !important;
    margin-left: 14.7% !important;
    padding-right: 13% !important;
    padding-left: 1.5rem !important;
}

.single-event div#primary, .single-event div#secondary_cl, .single-event .next_events_label {
    width: 84% !important;
    margin-left: 10.7% !important;
    padding-right: 4% !important;
    padding-left: 1.5rem !important;
}

.single-post div#primary {
width: 84% !important;
    margin-left: 14.9% !important;
    padding-right: 15% !important;
}
}

.footer_container {
    left: 0% !important;
}



/*  ======= ======= ======= ======= ======= 
About Page
 ======= ======= ======= ======= ======= */ 

.move-socials {
    float: left;
    margin-top: 1.2rem;
}

.desc-holder {
    float: left;
    -ms-transform: translate(30px, 100px);
    -webkit-transform: translate(30px, 100px);
    transform: translate(30px, -44px);
    max-width: 32rem;
    margin-bottom: -8px !important;
}

.page-id-379 h2.subtext {
    font-size: 1.55rem;
    line-height: 2.3rem;
    color: #2d2d2d;
    max-width: 76%;
}

.page-id-379 .entry-title { display:none;}

/*  ======= ======= ======= ======= ======= 
Homepage
 ======= ======= ======= ======= ======= */ 

body.home {
    font-family: "Graphik-Regular";
    width: 100%;
    overflow-x: hidden;
}

.home .big_image .category-label {
    display: none;
}

.home .event-big .big_image {
    position: relative;
    max-height: 23.6rem;
    overflow: hidden;
    max-width: 47.9%;
    padding-left: 0rem;
    min-height: 22rem;
    background-size: cover;
    background-position: center top;
    border: 1px solid #f1f1f1;
}

.home .featured_title .event_fluid_title {
    font-size: 1.3rem;
    line-height: 1.8rem;
    color: #333333;
    font-family: 'Graphik-Medium';
    font-weight: 600;
}

.home .imgless_row {
    padding-top: 1.2rem;
}

.home .featured_container .col-xs-6 {
    min-height: 13.7rem;
    background-size: cover;
    max-width: 47.1% !important;
    background-position: center center;
}

.home .row.diff_background {
    padding-top: 1.1rem;
}

.col_partners:nth-child(1) img {
    width: 7.9rem !important;
    filter: contrast(40%);
    -webkit-filter: contrast(100%);
    opacity: .83;
}

.col_partners:nth-child(2) img {
    max-width: 3.2rem !important;
    filter: contrast(40%);
    -webkit-filter: contrast(100%);
    opacity: .9;
    margin-right: 1.7rem;
}

.partners_img a:nth-child(2) img {
    margin-right: 0px !important;
}

.col_partners:nth-child(3) img {
    width: 5.5rem !important;
    filter: contrast(40%);
    -webkit-filter: contrast(100%);
    opacity: .9;
}

.col_partners:nth-child(4) img {
    width: 6.5rem !important;
    filter: contrast(40%);
    -webkit-filter: contrast(100%);
    opacity: .9;
    height: inherit;
}

.home .next_col {
    padding-left: 0rem;
    padding-top: 0rem;
    margin-top: -4rem !important;
}

.home div#content {
    margin-top: 3.8rem;
}

.home .event_big_infos .day_number {
    margin-bottom: 0.15em;
}

.home .all_events_button {
    background-color: none;
    color: #ec008c !important;
    border: 2px solid #ec008c;
    font-family: 'Graphik-Medium' !important;
    font-size: 1.3rem !important;
    padding-left: 1.6rem;
    padding-right: 1.2rem;
    text-transform: capitalize;
    padding-top: 0.8rem;
    padding-bottom: 0.8rem;
}

.home .col-xs-9.col-sm-12 {
    padding-left: 0rem;
padding-right: 0rem;
}

.home .col-xs-3 .day_number, .home .col-sm-3 .col-sm-12 .day_number {
    font-family: "Graphik-Medium";
    color: #ea0b8c;
    font-size: 1.3rem !important;
    margin-top: 0.1rem;
font-weight:600;
}

.home .col-xs-9 .event_fluid_title, .home .col-sm-3 .col-sm-12 .event_fluid_title {
    font-size: 1.3rem;
    line-height: 1.8rem;
    color: #333333;
}

.home .col-xs-3 .day_date, .col-sm-3 .col-sm-12 .day_date {
    font-size: 1rem !important;
    margin-top: -0.2rem;
}

.home div#terz_row {
    padding-right: 0rem;
}

.home .featured_container {
    padding-top: 1.15rem;
    margin-bottom: 0.8rem;
}

.home .featured_cat {
    font-family: "Graphik-Regular";
    color: #969696;
    font-size: 1.12em;
    padding-bottom: 1em;
    text-transform: capitalize;
}

.home .featured_events_label {
    position: relative;
    font-family: "Graphik-Medium" !important;
    font-size: 1.3rem !important;
    color: #797979 !important;
    text-transform: capitalize;
    margin-top: 0.9rem;
    font-weight: 600;
}

.home .col-xs-3.col-sm-12, .home .col-xs-3.col-sm-12 {
    padding-left: 0rem;
}

.home .col-sm-3 .col-sm-12 {
padding-left:0rem;
padding-right:0rem;
}

.home .event_big_infos h2.site-ui {
max-width: 24rem;
    margin-top: -0.5rem;
    color: #808080;
    line-height: 1.65rem;
text-transform:inherit !important;
}

.home .category-label {
    display: none;
}

.single-event div#secondary_cl {
    padding-right: 0rem;
}

h2.first-title-home {
    margin-bottom: -0.45rem;
    font-family: 'Graphik-Bold' !important;
    font-size: 1.3rem !important;
    color: #333333 !important;
}

.home .row.diff_background {
    padding-top: 0.8rem;
}

h2.upcoming-title {
    font-family: "Graphik-Medium" !important;
    color: #797979 !important;
    margin-top: 1rem;
    font-weight: 600;
    position: relative;
    margin-bottom: -1.3rem;
    font-size: 1.3rem !important;
}

.home .day_date span {
    font-family: "Graphik-Regular";
    text-transform: capitalize;
    padding-top: 1rem;
    padding-bottom: 1em;
    font-size: 1.12rem;
    color: #969696;
    line-height: 1.6rem;
}

.pinkdivider {
    width: 130px;
    height: 13px;
        background-color: #e8e8e8;
    margin-top: 3.4rem !important;
    margin-bottom: 2.8rem !important;
}

.home .event_big_infos .day_number .event_border {
    padding-top: 0.5em;
    padding-bottom: 0.1rem;
}

.page-template-page-eventslist .events a:nth-child(10) .event_infos {
    clear: left;
}

.home .site-ui {
    font-family: "Graphik-Regular";
    text-transform: capitalize;
    padding-top: 1rem;
    padding-bottom: 1em;
    font-size: 1.12rem;
    color: #969696;
    line-height: 1.6rem;
    font-weight: 400 !important;
}

.home .col-sm-3 .day_number {
    font-size: 1.5rem;
}

.home .event_big_infos {
    margin-left: 0rem;
    padding-left: 1.6rem;
    padding-right: 0rem;
}

.home .event_big_infos .event_fluid_title {
    font-size: 2.6rem;
    padding-top: 0.5rem;
    height: inherit !important;
    line-height: 3rem;
}

.home .medium_post_data {
    background-size: cover;
    min-height: 11rem !important;
    max-width: 23.3% !important;
margin-right: 0.6%;
    background-position: center center;
}

.site-ui {
    font-family: "Graphik-Regular";
    text-transform: capitalize;
    color: #b3b3b3;
    font-size: 0.8em;
    padding-top: 1em;
    padding-bottom: 1em;
    font-size: 16px;
    color: #868686;
}


/*  ======= ======= ======= ======= ======= 
News
 ======= ======= ======= ======= ======= */ 

.page-template-page-custom-category #main .col-sm-6:nth-child(2) {
    width: 100% !important;
    min-height: 20rem;
    overflow: hidden;
    margin-top: 2.2rem;
    margin-bottom: 3.1rem;
}



.page-template-page-custom-category .type-post:nth-child(2) .entry-header .col-xs-6:nth-child(2) {
    min-height: 19.6rem;
    max-width: 44.6%;
    background-size: cover;
    margin-left: 1.3rem;
}

p.video-hooky {
    font-size: 18px;
    font-family: 'Graphik-Regular';
    font-weight: 400;
    cursor: pointer;
    border-bottom: 1px solid grey;
    padding-bottom: 0.4rem;
    max-width: 110px;
    padding-top: 0.5rem !important;
}

.custom-prim .type-post .button-holder {
    margin-top: 1.7rem;
}

.type-post .entry-header .col-xs-6:nth-child(2) {
    min-height: 12.9rem;
    max-width: 44%;
    background-size: cover;
    background-position: center center;
}


.custom-prim .type-post .col-xs-6:nth-child(2) {
    min-height: 12.9rem;
    max-width: 50%;
    background-size: cover;
    background-position: center center;
}

.page-template-page-custom-category h2.main-title {
    margin-bottom: -1rem;
    margin-top: -1.7rem;
}

span.author-source-hook {
    font-family: "Graphik-Regular";
    color: #b3b3b3;
    font-size: 1.2rem !important;
    line-height: 1.4rem;
}

#main .featured_column:nth-child(3), #main .featured_column:nth-child(5), #main .featured_column:nth-child(7), #main .featured_column:nth-child(9) {
    clear: left;
}

.page-template-page-custom-category #main .col-sm-6:nth-child(2) .event_fluid_title {
    font-size: 2.5rem;
    padding-top: 0.5rem;
    height: inherit !important;
    line-height: 3rem !important;
    color: #333333;
    margin-bottom: 1.4rem;
    margin-top: 0.7rem;
}

.page-template-page-custom-category .type-post {
opacity:1;
    
} 


.page-template-page-custom-category .type-post:nth-child(2) {
opacity:0;
    -webkit-animation: fadein .5s ease-in 7s forwards; /* Safari, Chrome and Opera > 12.1 */
       -moz-animation: fadein .5s ease-in 7s forwards; /* Firefox < 16 */
        -ms-animation: fadein .5s ease-in 7s forwards; /* Internet Explorer */
         -o-animation: fadein .5s ease-in 7s forwards; /* Opera < 12.1 */
            animation: fadein .5s ease-in 7s forwards;
    -moz-animation-delay: 0s;
    -webkit-animation-delay: 0s;
    -o-animation-delay: 0s;
    animation-delay: 0s;
} 

.page-template-page-custom-category .type-post:nth-child(3) {
opacity:0;
    -webkit-animation: fadein .5s ease-in 7s forwards; /* Safari, Chrome and Opera > 12.1 */
       -moz-animation: fadein .5s ease-in 7s forwards; /* Firefox < 16 */
        -ms-animation: fadein .5s ease-in 7s forwards; /* Internet Explorer */
         -o-animation: fadein .5s ease-in 7s forwards; /* Opera < 12.1 */
            animation: fadein .5s ease-in 7s forwards;
    -moz-animation-delay: .2s;
    -webkit-animation-delay: .2s;
    -o-animation-delay: .2s;
    animation-delay: .2s;
} 

.page-template-page-custom-category .type-post:nth-child(4) {
opacity:0;
    -webkit-animation: fadein .5s ease-in 7s forwards; /* Safari, Chrome and Opera > 12.1 */
       -moz-animation: fadein .5s ease-in 7s forwards; /* Firefox < 16 */
        -ms-animation: fadein .5s ease-in 7s forwards; /* Internet Explorer */
         -o-animation: fadein .5s ease-in 7s forwards; /* Opera < 12.1 */
            animation: fadein .5s ease-in 7s forwards;
    -moz-animation-delay: .4s;
    -webkit-animation-delay: .4s;
    -o-animation-delay: .4s;
    animation-delay: .4s;
} 

.page-template-page-custom-category .type-post:nth-child(5) {
opacity:0;
    -webkit-animation: fadein .5s ease-in 7s forwards; /* Safari, Chrome and Opera > 12.1 */
       -moz-animation: fadein .5s ease-in 7s forwards; /* Firefox < 16 */
        -ms-animation: fadein .5s ease-in 7s forwards; /* Internet Explorer */
         -o-animation: fadein .5s ease-in 7s forwards; /* Opera < 12.1 */
            animation: fadein .5s ease-in 7s forwards;
    -moz-animation-delay: .6s;
    -webkit-animation-delay: .6s;
    -o-animation-delay: .6s;
    animation-delay: .6s;
} 

.page-template-page-custom-category .type-post:nth-child(6) {
opacity:0;
    -webkit-animation: fadein .5s ease-in 7s forwards; /* Safari, Chrome and Opera > 12.1 */
       -moz-animation: fadein .5s ease-in 7s forwards; /* Firefox < 16 */
        -ms-animation: fadein .5s ease-in 7s forwards; /* Internet Explorer */
         -o-animation: fadein .5s ease-in 7s forwards; /* Opera < 12.1 */
            animation: fadein .5s ease-in 7s forwards;
    -moz-animation-delay: .8s;
    -webkit-animation-delay: .8s;
    -o-animation-delay: .8s;
    animation-delay: .8s;
} 

.page-template-page-custom-category .type-post:nth-child(7) {
opacity:0;
    -webkit-animation: fadein .5s ease-in 7s forwards; /* Safari, Chrome and Opera > 12.1 */
       -moz-animation: fadein .5s ease-in 7s forwards; /* Firefox < 16 */
        -ms-animation: fadein .5s ease-in 7s forwards; /* Internet Explorer */
         -o-animation: fadein .5s ease-in 7s forwards; /* Opera < 12.1 */
            animation: fadein .5s ease-in 7s forwards;
    -moz-animation-delay: 1s;
    -webkit-animation-delay: 1s;
    -o-animation-delay: 1s;
    animation-delay: 1s;
} 

.page-template-page-custom-category .type-post:nth-child(8) {
opacity:0;
    -webkit-animation: fadein .5s ease-in 7s forwards; /* Safari, Chrome and Opera > 12.1 */
       -moz-animation: fadein .5s ease-in 7s forwards; /* Firefox < 16 */
        -ms-animation: fadein .5s ease-in 7s forwards; /* Internet Explorer */
         -o-animation: fadein .5s ease-in 7s forwards; /* Opera < 12.1 */
            animation: fadein .5s ease-in 7s forwards;
    -moz-animation-delay: 1s;
    -webkit-animation-delay: 1s;
    -o-animation-delay: 1s;
    animation-delay: 1s;
} 

.page-template-page-custom-category .type-post:nth-child(9) {
opacity:0;
    -webkit-animation: fadein .5s ease-in 7s forwards; /* Safari, Chrome and Opera > 12.1 */
       -moz-animation: fadein .5s ease-in 7s forwards; /* Firefox < 16 */
        -ms-animation: fadein .5s ease-in 7s forwards; /* Internet Explorer */
         -o-animation: fadein .5s ease-in 7s forwards; /* Opera < 12.1 */
            animation: fadein .5s ease-in 7s forwards;
    -moz-animation-delay: 1s;
    -webkit-animation-delay: 1s;
    -o-animation-delay: 1s;
    animation-delay: 1s;
} 

.page-template-page-custom-category .type-post:nth-child(10) {
opacity:0;
    -webkit-animation: fadein .5s ease-in 7s forwards; /* Safari, Chrome and Opera > 12.1 */
       -moz-animation: fadein .5s ease-in 7s forwards; /* Firefox < 16 */
        -ms-animation: fadein .5s ease-in 7s forwards; /* Internet Explorer */
         -o-animation: fadein .5s ease-in 7s forwards; /* Opera < 12.1 */
            animation: fadein .5s ease-in 7s forwards;
    -moz-animation-delay: 1s;
    -webkit-animation-delay: 1s;
    -o-animation-delay: 1s;
    animation-delay: 1s;
} 

.page-template-page-custom-category .type-post:nth-child(11) {
opacity:0;
    -webkit-animation: fadein .5s ease-in 7s forwards; /* Safari, Chrome and Opera > 12.1 */
       -moz-animation: fadein .5s ease-in 7s forwards; /* Firefox < 16 */
        -ms-animation: fadein .5s ease-in 7s forwards; /* Internet Explorer */
         -o-animation: fadein .5s ease-in 7s forwards; /* Opera < 12.1 */
            animation: fadein .5s ease-in 7s forwards;
    -moz-animation-delay: 1s;
    -webkit-animation-delay: 1s;
    -o-animation-delay: 1s;
    animation-delay: 1s;
} 

.page-template-page-custom-category .type-post:nth-child(12), 
.page-template-page-custom-category .type-post:nth-child(13), 
.page-template-page-custom-category .type-post:nth-child(14), 
.page-template-page-custom-category .type-post:nth-child(15), 
.page-template-page-custom-category .type-post:nth-child(16), 
.page-template-page-custom-category .type-post:nth-child(17), 
.page-template-page-custom-category .type-post:nth-child(18), 
.page-template-page-custom-category .type-post:nth-child(19), 
.page-template-page-custom-category .type-post:nth-child(20), 
.page-template-page-custom-category .type-post:nth-child(21), 
.page-template-page-custom-category .type-post:nth-child(22) {
opacity:0;
    -webkit-animation: fadein .5s ease-in 7s forwards; /* Safari, Chrome and Opera > 12.1 */
       -moz-animation: fadein .5s ease-in 7s forwards; /* Firefox < 16 */
        -ms-animation: fadein .5s ease-in 7s forwards; /* Internet Explorer */
         -o-animation: fadein .5s ease-in 7s forwards; /* Opera < 12.1 */
            animation: fadein .5s ease-in 7s forwards;
    -moz-animation-delay: 1s;
    -webkit-animation-delay: 1s;
    -o-animation-delay: 1s;
    animation-delay: 1s;
} 

@keyframes fadein {
    from { opacity: 0;}
    to   { opacity: 1;}
}

/* Firefox < 16 */
@-moz-keyframes fadein {
    from { opacity: 0; }
    to   { opacity: 1; }
}

/* Safari, Chrome and Opera > 12.1 */
@-webkit-keyframes fadein {
    from { opacity: 0; }
    to   { opacity: 1; }
}

/* Internet Explorer */
@-ms-keyframes fadein {
    from { opacity: 0; }
    to   { opacity: 1; }
}

/* Opera < 12.1 */
@-o-keyframes fadein {
    from { opacity: 0; }
    to   { opacity: 1; }
}

.page-template-page-custom-category .event_fluid_title {
    font-size: 1.55rem;
    line-height: 1.9rem;
    color: #333333;
    margin-bottom: 1rem;
}

.page-template-page-custom-category-php .event_fluid_title:hover {
    text-decoration: underline;
}

/*  ======= ======= ======= ======= ======= 
Search
 ======= ======= ======= ======= ======= */ 


.search .type-event:before {
    content: 'past event';
    text-transform: capitalize;
    line-height: 3rem !important;
}

.search .type-post:before {
    content: 'News Article';
    text-transform: capitalize;
    line-height: 0rem !important;
    transform: translate(0px,2px);
    position: absolute;
    border-bottom: 1px solid #b3b3b3;
    border-top: none;
    padding-bottom: 1.5rem;
}

.search-results .event_fluid_title {
    font-size: 1.35rem;
    line-height: 1.5rem;
    color: #333333;
}

.search-results .status-publish {
    position: relative !important;
    top: 0px !important;
    clear: none !important;
    left: 0px !important;
    float: left !important;
}

.search .type-post .entry-header .col-xs-6:nth-child(2) {
    min-height: 12.9rem;
    max-width: 44%;
    background-size: cover;
    background-position: center center;
    overflow: hidden;
}

.search .blue .col-xs-6:nth-child(2) img {
    margin-top: 3.2rem;
    min-width: 22rem !important;
    float: right;
}


/*  ======= ======= ======= ======= ======= 
Leadership Page
 ======= ======= ======= ======= ======= */ 

.su-row .quarter-tiles {
    margin: 0px 20px 0px 0% !important;
}

p.bio-labels {
    font-family: 'Graphik-Bold';
    color: black;
}

.leadership-holder .intro {
    margin-top: -0.6rem !important;
    width: 100% !important;
    font-size: 1.55rem;
    line-height: 2rem;
    color: #333333;
    margin-bottom: 1rem;
    max-width: 39rem;
}



.lead-img-holder {
background-image: url(https://aigasf.org/wp-content/uploads/2016/07/Hallide@2x.jpg);
    min-height: 16rem;
    width: 100% !important;
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center 41%;
    margin-top: -0.6rem !important;
}

.page-id-617 #primary {
    margin-top: -3.5rem !important;
}

p.biolabels {
    margin-top: 1.2em;
    margin-bottom: 0.8em !important;
}

[class*="su-column"] + [class*="su-column"]:last-child {
    float: left !important;
}

.quarter-holder .su-column-size-1-4 {
    margin-top: 1em !important;
    position:relative;
}

h2.committee {
    border-bottom: 2px solid #ececec;
    padding-bottom: 1.2rem;
}

.leadership-sub {
    font-size: 2.75rem;
    margin-bottom: 0rem;
}

.involved-span .su-column-size-1-3 p.bold {
    font-size: 1.8rem;
    margin-top: 1rem;
    margin-bottom: -0.1rem;
}

.vimodi span {
    font-size: 1rem;
    color: #989898;
}

h3.lead-number {
    font-family: "Graphik-Medium";
    color: #ea0b8c;
    font-size: 1.3rem !important;
    margin-top: 0.1rem;
    font-weight: 600;
}

.first-presidents{
    margin-left: 0rem !important;}

h2.past-pres-title {
    padding-top: 4rem !important;
    position: relative;
    margin-bottom: 3rem;
}

/*  ======= ======= ======= ======= ======= 
Sponsor Page
 ======= ======= ======= ======= ======= */ 

.sponsor-testimonials .su-column-size-1-3:first-child, .sponsor-testimonials .su-column-size-1-3:nth-child(2) {
    border-right: 1px solid #adadad;
}

p.testimonial:before {
    content: '“';
    position: absolute;
    margin-left: -1.4rem;
    color: #ec008c;
    font-size: 2rem;
    margin-top: -0.5rem;
}

p.testimonial {
    font-family: "Graphik-Bold";
    text-transform: capitalize;
    font-size: 1.17em;
    color: #3e3e3e;
    margin-top: 1.1em;
    margin-bottom: 1em;
    padding-left: 0rem;
    padding-top: 1.3rem;
    line-height: 1.7rem;
    max-width: 90%;
}

.sponsor-testimonials .su-column-inner {
    position: relative;
    text-align: center;
}

.sponsor-testimonials p {
    text-align: left;
}

.sponsor-testimonials img {
    max-width: 5.5rem !important
}

.su-row.sponsor-testimonials {
    padding-top: 4.9rem;
    padding-bottom: 6rem;
    border-bottom: 1px solid #bdbdbd;
}

/*  ======= ======= ======= ======= ======= 
Resources Page
 ======= ======= ======= ======= ======= */ 

.page-id-860 div#primary {
    padding-bottom: 1em;
    max-width: 74% !important;
    width: 70.4% !important;
}

.page-id-860 h1.entry-title {
    font-size: 2.4rem;
    width: 100%;
    border-bottom: 1px solid #7b7b7b;
    margin-top: -0.6rem;
    letter-spacing: 2px !important;
    padding-bottom: 1.2rem;
margin-bottom: 2.3rem;
}

.articles-resources .su-column-inner div {
    padding-bottom: 67%;
    background-size: cover;
    background-position: center;
}

.res-featured-logo {
    width: 33%;
    float: left;
    padding-top: 31%;
    background-color: #f9f9f9;
}

.res-featured-text {
    padding-top: 1.5rem;
    padding-left: 1.3rem;
    background-color: #ffffff;
    width: 67%;
    padding-bottom: 0.9rem;
    float: left;
}

.small-resources .su-column-size-1-3:nth-child(1) a.pulse-resources {
  animation: pulse 2s infinite;
  -webkit-animation-delay: 0.0s;
  -moz-animation-delay: 0.0s;
  animation-delay: 0.0s;
    font-family: 'Graphik-Medium' !important;
    font-weight: 600 !important;
font-size:1.25rem !important
}


.small-resources .su-column-size-1-3:nth-child(2) a.pulse-resources, h1.pulse-resources {
  animation: pulse 2s infinite;
  -webkit-animation-delay: 0.1s;
  -moz-animation-delay: 0.1s;
  animation-delay: 0.1s;
    font-family: 'Graphik-Medium' !important;
    font-weight: 600 !important;
font-size:1.25rem !important
}


.small-resources .su-column-size-1-3:nth-child(3) a.pulse-resources, h1.pulse-resources {
  animation: pulse 2s infinite;
  -webkit-animation-delay: 0.2s;
  -moz-animation-delay: 0.2s;
  animation-delay: 0.2s;
    font-family: 'Graphik-Medium' !important;
    font-weight: 600 !important;
font-size:1.25rem !important
}

.error404 h1.pulse-resources {
    font-size: 3.75rem !important;
}

.error404 .pencil-page-intro {
display:none !important;
}


.small-resources .su-column-size-1-3:nth-child(4) a.pulse-resources, h1.pulse-resources {
  animation: pulse 2s infinite;
  -webkit-animation-delay: 0.3s;
  -moz-animation-delay: 0.3s;
  animation-delay: 0.4s;
    font-family: 'Graphik-Medium' !important;
    font-weight: 600 !important;
font-size:1.25rem !important
}

@keyframes pulse {
  0% {
    color: #EC008C;
  }
  50% {
    color: #c1c1c1;
  }
  100% {
    color: #EC008C;
  }
}

h3.crushing {
    font-family: 'Graphik-Regular';
    text-transform: capitalize;
    font-size: 1rem;
    width: 100%;
    border-bottom: 2px solid #D0D0D0;
    padding-bottom: 1rem;
    margin-bottom: 1.7rem;
}

.crush p {
    margin-bottom: 1.8rem;
}



.res-tile {
        background-color: #f9f9f9 !important;
    padding: 0rem !important;
    border: 2px solid #ebebeb;
}

.res-tile:hover {
    background-color: #ffffff;
    padding: 0rem !important;
    border: 2px solid #d9d9d9;
}

.res-tile i.fa {
color: #ec008c;
    font-size: 2.2rem;
    margin-left: auto;
    margin-right: auto;
    width: 100%;
    text-align: center;
    transform: translateY(-190%);
}

.res-featured-text {
padding-top: 2rem;
    padding-left: 1.3rem;
    padding-bottom: 4.2rem !important;
}

.res-featured-text h2 {
    font-size: 1.1rem !important;
    font-family: 'Graphik-Regular';
    color: black;
    max-width: 90%;
}

.res-featured-text p {
    font-size: 0.86rem;
    margin-top: -0.3rem;
    max-width: 93.7%;
    line-height: 1.6rem;
}


.post-860 .entry-content .su-row:first-child {
    margin-top: 0.6rem;
    margin-bottom: 2.2rem;
}

.articles-resources p {
    color: #999999;
}

.small-resources a {
    color: #EC008C;
    border-bottom: none !important;
    margin-bottom: 1rem !important;
    font-size: 1rem;
    padding-bottom: 0px;
}


.small-resources a:hover {
text-decoration:underline;
}
.small-resources {
    margin-top: 0rem;
    margin-bottom: 4rem !important;

}

.news-resources {
    margin-top: 4.4rem !important;
    margin-bottom: 4.4rem !important;
}

.news-resources a:nth-child(5) .articles-resources {
    margin-left: 4%;
    margin-top: -3.8rem;
}

.news-resources a:nth-child(3) .articles-resources {
    margin-top: -1.9rem;
    margin-left: 4%;
}

.small-resources h3 {
    font-family: 'Graphik-Regular';
    text-transform: capitalize;
    font-size: 1rem;
    width: 100%;
    border-bottom: 2px solid #D0D0D0;
    padding-bottom: 1rem;
}

.half-res-right {
    max-width: 50% !important;
    float: left;
    width: 45%;
    padding-left: 4%;
}

.half-res-left {
    max-width: 50% !important;
    float: left;
    width: 50%;
}

/*  ======= ======= ======= ======= ======= 
Events Page
 ======= ======= ======= ======= ======= */ 

.eventlist .col-xs-3 .day_number {
        padding-top: 0.3rem !important;
    font-size: 2.2rem !important;
    margin-top: .3rem;
}

.event_producer {
    color: #b3b3b3;
}

.event-lower-image span.category-label {
    opacity: 0;
}

.eventlist h2.main-title {
    margin-bottom: 1.8rem;
    margin-top: -0.4rem;
}

.eventlist .day_date {
    font-size: 1.2rem;
}
.eventlist .event_border, .eventlist .target32 .day_number {
    padding-top: 1.3rem !important;
    font-size: 2.4rem !important;
    margin-bottom: 0.6rem;
}

.event-big .big_image {
position: relative;
    max-height: 18.6rem;
    overflow: hidden;
}

.eventlist .big_image img {
    max-height: 27rem;
    min-height: 17rem;
    margin-top: -6px;
}

.singleevent .single_event_title {
    font-family: "Graphik-Medium";
    color: #212121;
    font-size: 2.5em;
    padding-left: 0em;
    width: 98%;
    line-height: 1.2em;
    font-weight: 600;
}

.single-event .col-sm-7 {
    padding-right: 0%;
}

 .single_post_image:before {
    content: '';
	position: absolute;
	top: 0;
	right: 0;
	bottom: 0;
	left: 0;
	background: -moz-linear-gradient(top, rgba(0,0,0,0) 0%, rgba(0,0,0,0) 63%, rgba(0,0,0,0.55) 100%); /* FF3.6-15 */
background: -webkit-linear-gradient(top, rgba(0,0,0,0) 0%,rgba(0,0,0,0) 63%,rgba(0,0,0,0.55) 100%); /* Chrome10-25,Safari5.1-6 */
background: linear-gradient(to bottom, rgba(0,0,0,0) 0%,rgba(0,0,0,0) 63%,rgba(0,0,0,0.55) 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#00000000', endColorstr='#33000000',GradientType=0 ); /* IE6-9 */
    margin-left: 2.9%;
    margin-right: 2.7%;
  }


.sidebar-event-data p {
    color: #ec008c;
    margin-top: 2.25em;
    font-size: 1.4rem !important;
}

.sidebar-event-data p span {
    font-size: 1.1em !important;
    font-family: "Graphik-Regular" !important;
    color: #ec008c;
    font-size: 1.4rem !important;
font-weight: 600;
}

.singleevent .side_section {
    font-family: "Graphik-Regular";
    color: black;
    font-size: 0.85em;
    padding-bottom: 5em;
    margin-left: 2.2rem;
    padding-right: 0%;
    border-top: 1px solid #b7b7b7;
    padding-left: 0rem;
    padding-top: 1.4rem;
    padding-top: 1.5rem;
    max-width: 85%;
}

.single-event div#primary, .single-event div#secondary_cl, .single-event .next_events_label {
    width: 72%;
    margin-left: 14.3%;
}

.singleevent .speaker_desc {
    font-family: "Graphik-Regular";
        text-transform: inherit;
    font-size: 0.87rem;
    color: #0a0a0a;
    margin-top: 0.4em;
    margin-bottom: 1em;
    margin-left: 0rem;
    padding-top: 0rem;
    line-height: 1.48rem;
}

.speaker_one_img {
    padding-left: 0px;
    padding-right: 0px;
    background-size: cover;
    -moz-border-radius: 130px;
    -webkit-border-radius: 130px;
    border-radius: 130px;
    transform: scale(.9);
    margin-left: -0.9rem;
    margin-right: 0.9rem;
}

.speaker_one_img:after {
    content: "";
    display: block;
    padding-bottom: 100%;
}

.speaker_two_img {
    padding-left: 0px;
    padding-right: 0px;
    background-size: cover;
    -moz-border-radius: 130px;
    -webkit-border-radius: 130px;
    border-radius: 130px;
    transform: scale(.9);
    margin-left: -0.9rem;
    margin-right: 0.9rem;
}

.speaker_two_img:after {
    content: "";
    display: block;
    padding-bottom: 100%;
}


.speaker_three_img {
    padding-left: 0px;
    padding-right: 0px;
    background-size: cover;
    -moz-border-radius: 130px;
    -webkit-border-radius: 130px;
    border-radius: 130px;
    transform: scale(.9);
    margin-left: -0.9rem;
    margin-right: 0.9rem;
}

.speaker_three_img:after {
    content: "";
    display: block;
    padding-bottom: 100%;
}


.speaker_four_img {
    padding-left: 0px;
    padding-right: 0px;
    background-size: cover;
    -moz-border-radius: 130px;
    -webkit-border-radius: 130px;
    border-radius: 130px;
    transform: scale(.9);
    margin-left: -0.9rem;
    margin-right: 0.9rem;
}

.speaker_four_img:after {
    content: "";
    display: block;
    padding-bottom: 100%;
}


.speaker_five_img {
    padding-left: 0px;
    padding-right: 0px;
    background-size: cover;
    -moz-border-radius: 130px;
    -webkit-border-radius: 130px;
    border-radius: 130px;
    transform: scale(.9);
    margin-left: -0.9rem;
    margin-right: 0.9rem;
}

.speaker_five_img:after {
    content: "";
    display: block;
    padding-bottom: 100%;
}


.speaker_six_img {
    padding-left: 0px;
    padding-right: 0px;
    background-size: cover;
    -moz-border-radius: 130px;
    -webkit-border-radius: 130px;
    border-radius: 130px;
    transform: scale(.9);
    margin-left: -0.9rem;
    margin-right: 0.9rem;
}

.speaker_six_img:after {
    content: "";
    display: block;
    padding-bottom: 100%;
}

.mod1, .speak1, .speak2, .speak3, .speak4, .speak5, .speak6 {
    margin-left: 0rem;
    margin-right: 0rem;
}

.time-text {
    font-size: 1.3rem !important;
    font-family: "Graphik-Regular" !important;
    color: #ec008c;
    margin-top: -0.5em;
line-height:1.5rem;
font-weight: 600;
}

.address {
    font-size: 18px;
    font-family: "Graphik-Regular" !important;
    color: #B3B3B3;
    margin-top: 1.1em;
line-height:1.5rem;
}

.venue {
    font-size: 18px;
    font-family: "Graphik-Regular" !important;
    color: #B3B3B3;
    margin-top: 0.9em;
    margin-bottom: -1.4rem;
line-height:1.5rem;
}

.city {
    font-size: 18px;
    font-family: "Graphik-Regular" !important;
    color: #B3B3B3;
    margin-top: -0.6em;
    margin-bottom: -0.5rem;
line-height:1.5rem;
}

.row-speakers .col-sm-4.col-xs-12 {
    max-width: 22%;
}

.row .sponsor_col {
    margin-left: 1.6rem;
    background-color: #f9f9f9;
    padding-top: 0rem;
    padding-bottom: 2.9rem;
    margin-top: 3.3rem;
    max-width: 18.3rem;
    text-align: center;
}

.singleevent .desc_cont {
    font-family: "Graphik-Regular";
    max-width: 58%;
    padding-left: 3%;
    font-size: 18px;
margin-bottom: 1rem;
float:left;
margin-top:0rem;
}

.schedule_container {
    margin-top: 0.7rem;
}

.singleevent .schedule_label::after {
    content: "";
    position: absolute;
    height: 0px;
    left: 1.5em;
    right: 2em;
    top: 1.5em;
    border-top: 0px solid #b3b3b3;
}

.time_schedule_desc {
font-family: "Graphik-Regular";
    text-transform: capitalize;
    font-size: 0.87rem;
    color: #0a0a0a;
    margin-top: 1.1em;
    margin-bottom: 0em;
    margin-left: 1.1rem;
    max-width: 67.1%;
    padding-top: 0.4rem;
}

.singleevent .time_schedule_row::after {
    content: "";
    position: absolute;
    height: 1.75em;
    left: 2.8em;
    top: 4.2em;
    border-left: 2px solid #000000;
}

.singleevent .time_schedule_row {
    background-image: url('assets/time-icon.png');
    background-repeat: no-repeat;
    background-size: 2em;
    background-position-y: center;
    padding-left: 3em;
    height: 5em;
    padding-top: 1.7em;
    width: 8rem;
    font-family: 'Graphik-Regular';
    font-size: 0.8rem;
}

.col-sm-4 .target32, .col-sm-4 .target33 {
    padding-left: 0.5rem !important;
}

.singleevent .side_section .schedule_label {
    font-family: "Graphik-Bold";
    text-transform: capitalize;
    font-size: 1.17em;
    color: #0a0a0a;
    margin-top: 1.1em;
    margin-bottom: 0em;
    border-top: 1px solid #b7b7b7;
    margin-left: 1.7rem;
    padding-left: 0rem;
    max-width: 74.1%;
    padding-top: 1.3rem;
}

event_big_infos {
padding-top:0rem;
}

.side_section .col-xs-12 .row .schedule_label {
    border-top: none;
    width: 100%;
    max-width: 16.6rem;
    padding-top: 0.5rem;
    padding-bottom: 1.5rem;
}

.singleevent .side_section::before {
    content: "";
    position: absolute;
    height: 1px;
    left: 1.6em;
    right: 2em;
    top: 0;
    border-top: 0px solid #b3b3b3;
}

.sponsor_col img {
    mix-blend-mode: multiply;
    width: 100%;
    margin-top: 0.8rem;
    padding-left: 14.7%;
    padding-right: 12%;
    margin-bottom: -1rem;
}

.singleevent .speaker_name {
    font-family: "Graphik-Regular" !important;
    font-size: 1.1rem !important;
    color: #000000;
    margin-top: -0.5rem;
}


/*  ======= ======= ======= ======= ======= 
Leadership Page
 ======= ======= ======= ======= ======= */ 

.single-format-standard .share_col, .single-format-standard .desc_col {
    margin-top: 3.6rem;
}

/*  ======= ======= ======= ======= ======= 
Leadership Page
 ======= ======= ======= ======= ======= */ 

.quarter-holder img{
    transition: all .5s ease;
}

.quarter-holder a {
    padding-top: 107px;
    padding-bottom: 109px;
    border-bottom: 0px !important;
}

p.title-lead { margin-top: 2.7rem;
}

.hold-lead {
    position: absolute;
    top: -0.9rem;;
    height: 3.2rem;
    overflow: hidden;
width:12.5rem !important;
transition: all 0.1s ease !important;
}


.hold-lead:hover {
    height: 7.2rem;
    overflow: hidden;
background:#ffffff;
transition: all 0.1s ease !important;
}

.lead-holder {
position:relative;
}

.hold-lead i.fa {
    color: #ec078f;
    font-size: 1.6rem;
    margin-top: 0.4rem;
}

.single-event #secondary_cl .col-sm-12 {
    margin-left: 0rem !important;
    padding-left: 0rem;
    padding-top: 0.4rem;
}

/*  ======= ======= ======= ======= ======= 
Forms styling
 ======= ======= ======= ======= ======= */ 

input.fsField {
    min-height: 3.5rem;
}

.fsBody label {
    font-family: 'Graphik-Regular';
    font-size: 15px;
    color: #595d64;
    font-weight: 100;
}

.fsForm .ui-slider-handle:focus, .fsForm input:focus, .fsForm select:focus, .fsForm textarea:focus {
    border-color: #ec008c;
    -moz-box-shadow: none !important;
    -webkit-box-shadow: none !important;
    box-shadow: none !important;
    border: 1px solid #ec008c !important;
transition: all 0.2s ease !important;
}

.fsForm .ui-slider-handle, .fsForm input, .fsForm select, .fsForm textarea {
transition: all 0.2s ease !important;
}

.fsSectionHeader {
    display: none;
}

label.fsSupporting {
    margin-top: 0.6rem !important;
    font-size: 13px !important;
}

input.fsSubmitButton {
    background-color: #ffffff !important;
    color: #ec008c !important;
    border: 2px solid #ec008c;
    font-family: 'Graphik-Bold' !important;
    font-size: 1.2rem !important;
    padding-left: 2rem;
    padding-right: 2rem;
}

input.fsSubmitButton:hover, input.fsSubmitButton:active {
    background-color: #ffffff !important;
    color: #ec008c !important;
    border: 2px solid black;
    font-family: 'Graphik-Bold' !important;
    font-size: 1.2rem !important;
    padding-left: 2rem;
    padding-right: 2rem;
}

option, select {
    font-family: 'Graphik-Regular';
}

select {
    min-height: 3.4rem;
    padding-left: 1rem !important;
}

.page-id-580 .involved-span .su-row, 
.page-id-579 .involved-span .su-row,
.page-id-581 .involved-span .su-row,
.page-id-582 .involved-span .su-row,
.page-id-583 .involved-span .su-row,
.page-id-584 .involved-span .su-row,
.page-id-585 .involved-span .su-row,
.page-id-595 .involved-span .su-row,
.page-id-1083 .involved-span .su-row
 {
    margin-top: -1.7rem;
}

input, .fsSupporting {
    font-family: 'Graphik-Regular' !important;
}

.fsSupporting {
    max-width: 86%;
    line-height: 1rem !important;
}


/*  ======= ======= ======= ======= ======= 
Membership
 ======= ======= ======= ======= ======= */ 

.member-holder .su-column-size-1-5 {
float:left !important;
    margin-left: 0px !important;
    padding-left: 0.8rem !important;
    margin-right: 1.6rem !important;
}

.member-holder .su-column-size-1-5:nth-child(2) p {
    border-left: 2px solid #ec008c;
padding-left: .7rem;
    margin-left: -.7rem;
    min-height: 18.1rem !important;
}

.member-holder .su-column-size-1-5:nth-child(3) p {
    border-left: 2px solid #ec008c;
padding-left: .7rem;
    margin-left: -.7rem;
    min-height: 18.1rem !important;
}

.member-holder .su-column-size-1-5:nth-child(4) p {
    border-left: 2px solid #ec008c;
padding-left: .7rem;
    margin-left: -.7rem;
    min-height: 18.1rem !important;
}

.member-holder .su-column-size-1-5:nth-child(5) p {
    border-left: 2px solid #ec008c;
padding-left: .7rem;
    margin-left: -.7rem;
    min-height: 18.1rem !important;
}

.member-holder .su-column-size-1-5:nth-child(6) p {
    border-left: 2px solid #ec008c;
padding-left: .7rem;
    margin-left: -.7rem;
    min-height: 18.1rem !important;
}

.member-holder .su-column-size-1-5 p {
    font-size: 0.9rem;}

.member-holder .su-column-size-1-5:nth-child(2) h2.mem-price {
    color: #f9b30f;
    margin-top: -1.2rem;
}

.member-holder .su-column-size-1-5:nth-child(3) h2.mem-price {
    color: #a5d21e;
    margin-top: -1.2rem;
}

.member-holder .su-column-size-1-5:nth-child(4) h2.mem-price {
    color: #41c8b9;
    margin-top: -1.2rem;
}

.member-holder .su-column-size-1-5:nth-child(5) h2.mem-price {
    color: #ec008c;
    margin-top: -1.2rem;
}

.member-holder .su-column-size-1-5:nth-child(6) h2.mem-price {
    color: #000000;
    margin-top: -1.2rem;
}

h2.mem-level.subtext {
    color: #949494;
}

.big-button {
    width: 100%;
    text-align: center;
    background-color: #ec008c;
    height: 2.6rem;
}

.big-button p {
background-color: #ec008c;
    color: white;
    padding-top: 1.3rem;
    padding-bottom: 1.3rem;
    font-size: 1.8rem;
    margin-bottom: -5rem !important;
}

/*  ======= ======= ======= ======= ======= 
Forms styling
 ======= ======= ======= ======= ======= */ 

.col-sm-4 .event-lower-image {
    max-width: 97%;
    background-size: cover;
    background-position:center top;
transition: all 0.4s ease !important;
}


.col-sm-4:hover .event-lower-image {
    opacity: 1;
transition: all 0.4s ease !important;
    max-width: 97%;
    background-position:center top;
}

.eventlist .col-sm-4 .row {
    transition: all 0.4s ease !important;
    margin-bottom: 3rem;
}

.events .col-sm-4:hover .row {
    opacity: 0;
transition: all 0.4s ease !important;
}

.events .col-sm-4:hover .row {
    opacity: 0;
transition: all 0.4s ease !important;
}

.events a:nth-child(5) .col-sm-4:hover .row {
    opacity: 1;
    transition: all 0.4s ease !important;
}

.events a:nth-child(10) .col-sm-4:hover .row {
    opacity: 1;
    transition: all 0.4s ease !important;
}


.events a:nth-child(15) .col-sm-4:hover .row {
    opacity: 1;
    transition: all 0.4s ease !important;
}

.page-template-page-eventslist .eventlist .events a:nth-child(4) .col-sm-4 .row {
    opacity: 1;
    padding-top: 0.3rem;
    transition: all 0.5s ease !important;
    border-top: 1px solid #adadad;
    margin-top: -0.5rem;
}

.page-template-page-eventslist .eventlist .events a:nth-child(4) .col-sm-4:hover .row {
    opacity: 1;
    padding-top: 0.3rem;
    transition: all 0.5s ease !important;
    border-top: 1px solid #adadad;
    margin-top: -0.5rem;
}

.med_events_row a:first-child .event_infos {
    max-width: 22.9% !important;
        margin-right: 4.3%;
}

.page-template-page-eventslist .eventlist .events a:nth-child(4) .event_infos::before {
    content: "";
    position: absolute;
    height: 1px;
    left: 0.6em;
    right: 0.6em;
    top: 0;
    border-top: none !important;
}

div.target33 {
    margin-left: 0rem;
    padding-left: 0rem;
}

div.target32 {
    margin-left: 0rem;
    padding-left: 0rem;
}

.event-lower-image {
position: absolute;
    width: 100%;
    min-height: 17rem;
    background-size: cover;
opacity:0;
margin-top: -0.5rem;
    margin-left: -0.6rem;
transition: all 0.5s ease !important
}

.page-template-page-eventslist .eventlist .events a:nth-child(5) div.event_infos, .page-template-page-eventslist .eventlist .events a:nth-child(10) div.event_infos, .page-template-page-eventslist .eventlist .events a:nth-child(15) div.event_infos {
    width: 100% !important;
    min-height: 20rem;
overflow: hidden;
margin-top: 2.2rem;
margin-bottom:3.1rem;
    clear: left;
}

.page-template-page-eventslist .eventlist .events a:nth-child(5) img, .page-template-page-eventslist .eventlist .events a:nth-child(10) img, .page-template-page-eventslist .eventlist .events a:nth-child(15) img {
    max-width: 47.5%;
    position: absolute;
    right: 0px;
    opacity: 1;
    margin-top: -0.1rem;
    background-size: cover;
    background-position: center top;
    max-height: 49rem !important;
    min-height: 26rem !important;
}

.page-template-page-eventslist .eventlist .events a:nth-child(5) div.event_title, .page-template-page-eventslist .eventlist .events a:nth-child(10) div.event_title, .page-template-page-eventslist .eventlist .events a:nth-child(15) div.event_title {
    max-width: 24rem;
}

.page-template-page-eventslist a:nth-child(5) .event-lower-image, 
.page-template-page-eventslist a:nth-child(10) .event-lower-image, 
.page-template-page-eventslist a:nth-child(15) .event-lower-image {
    max-width: 47.5%;
    background-size: cover;
    background-position: center top;
    transition: all 0.4s ease !important;
    opacity: 1;
    right: 0.6rem;
    margin-top: 1.1rem;
}


.eventlist div#primary {
    width: 100%;
max-width:100%;
    /* margin-left: auto !important; */
    /* margin-right: auto !important; */
}

.events div.clearfix {
display:none;
}

div.top-cluster {
    position: absolute;
    right: 0px;
}

div.event-big {
    margin-bottom: -4rem;
}

.bottomrow1 .button-holder {
    float: right;
    margin-left: 2rem;
}

div.bottomrow1 {
    margin-top: 2.4rem;
    padding-top: 1.2rem;
}

.this-label {display:none;}

.first-1a-res, .second-1a-res, .third-1a-res, .fourth-1a-res {
    background-color: #ffffff;
    padding: 2.1rem;
    border: 2px solid #ebebeb;
    padding-left: 0px !important;
    margin-left: 0px !important;
}

.articles-resources h2 {
    font-size: 1.25rem;
    margin-top: 1.3rem;
}

.res-featured-logo img {
    max-width: 72%;
margin-top: -117.1%;
    margin-left: 16%;
    width: 70%;
    mix-blend-mode: multiply;
}
.post-860 .su-column-size-1-3 {
    margin-bottom: 1.5rem;
}



/*  ======= ======= ======= ======= ======= 
Event Archive Pages
 ======= ======= ======= ======= ======= */ 

.page-template-page-eventsarchive-php .event_month {
    margin-bottom: 1em;
    padding: -0em 0.6em 0em 1.8em;
    width: 100%;
    margin-left: -1.3rem;
}

.page-template-page-eventsarchive-php .event_month .month {
    font-family: "Graphik-Medium";
    color: #333333;
    font-size: 1.75rem;
    padding: 0.4em 0.8em 0.4em 0.8em;
    background-color: #ffffff;
    font-size: 2rem !important;
    padding-bottom: 0rem !important;
    padding-left: 0rem !important;
    font-weight: 600;
}

.page-template-page-eventsarchive-php .month span {
    color: #cacaca;
    padding-left: 0.8rem;
}

.page-template-page-eventsarchive-php .filter-buttons ul>li>a {
    border: 2px solid #b3b3b3;
    padding: 0.5em 1.2em;
    border-bottom: 2px solid #b9b9b9 !important;
    font-family: 'Graphik-Regular';
    font-size: 15px;
}

body.page-template-page-eventsarchive-php .col-xs-3 div.day_number {
    font-family: "Graphik-Medium";
    color: #ea0b8c;
    font-size: 1.6rem !important;
    margin-top: 0rem;
}

.page-template-page-eventsarchive-php #primary .filter-buttons ul li.item-active>a, .dropdown-menu>li.item-active>a {
    color: #fff;
    background-color: #ea0b8c;
    border-color: #ea0b8c !important;
    border-bottom: 2px solid #ea0b8c !important;
}

.page-template-page-eventsarchive .events a, .page-template-page-eventsarchive .events .event_month {
    display: inherit;
    border-bottom: none !important;
}

.filter-buttons li {
    margin-bottom: 0.4rem;
}

body.page-template-page-eventsarchive-php .col-xs-3.col-sm-12 {
    padding-left: 0.6rem;
max-width:4rem;
}

body.page-template-page-eventsarchive-php .col-xs-9 {
    padding-left: 0.6rem;
}

.page-template-page-eventsarchive-php .event_fluid_title {
    font-size: 1.15rem;
    line-height: 1.9rem;
    color: #333333;
}

.navbar-nav>li:last-child>a {
    font-family: "Graphik-Medium";
    color: black;
    font-size: .95rem !important;
    text-shadow: none;
    padding-top: 10px;
    padding-left: 0;
    padding-right: 0;
}

/* mobile nav submenu */
ul#menu-header-menu ul.sub-menu {
    font-family: "Graphik-Medium";
    font-size: 20px;
    list-style: none;
}

ul#menu-header-menu ul.sub-menu li:not(:last-child) {
    margin-bottom: 10px;
}

ul#menu-header-menu ul.sub-menu li > a:hover {
    color: #ec008c;
    cursor: pointer;
    transition: all 0.1s ease !important;
}

/* desktop nav dropdown */
@media screen and (min-width: 768px) {
    ul#menu-header-menu ul.sub-menu {
        background-color: #f9f9f9;
        display: none;
        font-family: "Graphik-Medium";
        list-style: none;
        padding: 30px;
        position: absolute;
        top: calc(100% - 10px);
        left: -40px;
        width: 350px;
        z-index: 999999;
    }

    ul#menu-header-menu li:hover > ul.sub-menu {
        display: block;
    }

    ul#menu-header-menu ul.sub-menu:after {
        background-color: transparent;
        border: 1px solid #e3e3e3;
        bottom: 10px;
        content: '';
        left: 10px;
        position: absolute;
        right: 10px;
        top: 10px;
    }

    ul#menu-header-menu ul.sub-menu li {
        font-size: 12px;
        position: relative;
        z-index: 500;
    }
}

@media screen and (min-width: 911px) {
    ul#menu-header-menu ul.sub-menu li {
        font-size: 14px;
    }
}

@media screen and (min-width: 1200px) {
    ul#menu-header-menu ul.sub-menu li {
        font-size: 15px;
    }
}

/*  ======= ======= ======= ======= ======= 
Temporary media query holder
 ======= ======= ======= ======= ======= */ 

@media (max-width: 1199px) {
.event-big .big_image {
    position: relative;
    max-height: 18.6rem;
    overflow: hidden;
    max-width: 48%;
}

div#navbar {
    margin-left: 9rem;
}

.navbar-nav>li>a {
    font-size: .85rem !important;
    padding-top: 10px;
    padding-left: 0;
    padding-right: 0;
}


.navbar-nav>li:last-child>a {
    font-size: .85rem !important;
}

}
@media (max-width: 910px) {
.navbar-nav>li>a {
    font-size: .78rem !important;
    padding-top: 10px;
    padding-left: 0;
    padding-right: 0;
}
}


.navbar-nav>li:last-child>a {
    font-size: .78rem !important;
}

@media (min-width: 992px) {
.eventlist div#primary {
    width: 100%;
    max-width: 100%;
    margin-left: auto !important;
    margin-right: auto !important;
    padding-left: 4.3%;
    padding-right: 3.8% !important;
    float: none;
}
}


@media (max-width: 991px) {
div#primary {
margin-left: auto;
    margin-right: auto;
}

body.page-id-860 div#primary {
    width: 84% !important;
    margin-left: 7.1% !important;
    padding-right: 0% !important;
    max-width: 90% !important;
    width: 86.8% !important;
}

.single-event div#secondary_cl, .single-event .next_events_label {
padding-left: 7.4% !important;
    padding-left: 0% !important;
    padding-right: 8.5% !important;
    width: 91.5% !important;
    margin-left: 9.2% !important;
}

.event_fluid_title {
    font-size: 1.65rem;
    line-height: 2.3rem;
    color: #333333;
}

h2.subhead {
    max-width: 80%;
    margin-top: 0.7rem;
}

h1 {
font-size: 3.1rem;
    line-height: 3rem;
}

#post-580 h1.entry-title, #post-579 h1.entry-title, #post-581 h1.entry-title, #post-582 h1.entry-title, #post-583 h1.entry-title, #post-584 h1.entry-title, #post-585 h1.entry-title, #post-595 h1.entry-title, #post-1083 h1.entry-title {
margin-left:1.9rem !important;
}

body.page-id-518 .entry-content .su-row, body.page-id-580 .entry-content .su-row, body.page-id-617 .entry-content .su-row, body.page-id-579 .entry-content .su-row, body.page-id-581 .entry-content .su-row, body.page-id-582 .entry-content .su-row, body.page-id-583 .entry-content .su-row, body.page-id-584 .entry-content .su-row, body.page-id-585 .entry-content .su-row, body.page-id-595 .entry-content .su-row, body.page-id-1083 .entry-content .su-row {
margin-left:2rem;
margin-right:2rem;
}
}


@media (max-width: 768px) and (min-width: 468px) {
.schedule_container {
    max-width: 47%;
    float: left;
}


.desc_cont {
margin-top:-4rem !important;
}

.row .sponsor_col {
    position: absolute;
    right: 0px;
    margin-top: 16px;
    float: right;
}
}

@media (min-width: 769px) {

.imgoverflow {
    width: 123% !important;
    max-width: 140%;
    float: right;
}

.page-template-page-eventslist .events a:nth-child(6) .event_infos, .page-template-page-eventslist .events a:nth-child(7) .event_infos, .page-template-page-eventslist .events a:nth-child(8) .event_infos, .page-template-page-eventslist .events a:nth-child(9) .event_infos, .page-template-page-eventslist .events a:nth-child(10) .event_infos, .page-template-page-eventslist .events a:nth-child(11) .event_infos, .page-template-page-eventslist .events a:nth-child(12) .event_infos {
    margin-bottom: 3rem !important;
}}

@media (max-width: 767px) {
.navbar-nav>li>a {
    font-size: 1.48rem !important;
    padding-top: 14px;
    padding-left: 0;
    padding-right: 0;
}

.single-event .sidebar-event-data .hidden-xs {
    display: inline-block !important;
}

.navbar-nav>li:last-child>a {
    font-size: 1.48rem !important;
    padding-top: 14px;
    padding-left: 0;
    padding-right: 0;
}

.home .category-label {
    display: none !important;
}

.event-big .event_fluid_title {
    margin-top: -0.1rem;
    margin-left: 0rem;
    width: 100%;
    border-bottom: 0px solid #ececec;
transition: all 0.5s ease !important;
}

.event-big .event_border {
border-top: solid 0px white !important;
}

.med_events_row .event_fluid_title {
    margin-left: -33% !important;
    margin-top: 1.7rem;
}

.partners_img {
    padding: 1em 0em 3em 0em;
    border-top: 1px solid #dcdcdc;
    max-width: 17rem;
}

.partners_fluid .col-sm-3 {
    width: 47%;
}

h2.upcoming-title {
    font-family: "Graphik-Medium" !important;
    color: #797979 !important;
    margin-top: 1rem;
    font-weight: 600;
    position: relative;
    margin-bottom: -1.3rem;
    font-size: 1.3rem !important;
    margin-left: 1.1rem;
    margin-bottom: -2rem;
}

.home #terz_row .row:nth-child(4) {
    position: relative;
    max-width: 67%;
    margin-left: auto;
    margin-right: auto;
}

.pinkrow a.all_events_button {
    -ms-transform: translate(109px, 27px) !important;
    -webkit-transform: none !important;
    transform: none !important;
    position: absolute;
    right: 15%;
}

.featured_container .event_fluid_title {
    margin-left: 0rem !important;
}

.home .event_big_infos h2.site-ui {
    max-width: 24rem;
    margin-top: 0.4rem;
    color: #808080;
    line-height: 1.65rem;
    margin-left: -1.3%;
    max-width: 35rem;
}

.day_date span:nth-child(2) {
    display: none;
}

.home div#content {
    margin-top: 3.8rem;
    overflow: hidden;
    width: 100% !important;
    margin: 5.7rem 0rem 0rem 0rem;
    padding: 5%;
}

.imgless_row .event_infos {
    width: 96% !important;
    margin-left: auto;
    margin-right: auto;
    min-height: 4.2rem !important;
}

.single-event div#secondary_cl {
    padding-left: 0rem;
    padding-right: 0rem;
}

.home .col-xs-3 .day_date, .col-sm-3 .col-sm-12 .day_date {
    font-size: 1rem !important;
    margin-top: -1.5rem;
    min-width: 5rem;
margin-left: 2.4rem;
}

.event_big_infos .day_date>span {
    display: inline-block;
    margin-right: 0.3rem;
    max-width: 5rem;
}

.home .medium_post_data {
    background-size: cover;
        min-height: 10.3rem !important;
    max-width: 47% !important;
    margin-right: 0.6%;
    background-position: center center;
    margin-left: -1.1rem;
}

.med_events_row a:first-child .event_infos {
    max-width: 46% !important;
    margin-right: 1%;
    min-height: 11rem !important;
}

.med_events_row a:nth-child(2) .event_infos {
    max-width: 46% !important;
    margin-right: 1%;
    min-height: 11rem !important;
}

}


@media (max-width: 768px) {
.involved-span .su-column-size-1-4 {
max-width: 50%;
    margin-left: 0rem !important;
    margin-right: 0rem !important;
    float: left !important;
}

.custom-prim .prim-big-titles {
    margin-left: 0rem !important;
    padding-left: 0rem !Important;
}

.custom-prim .entry-header .second-about-button {
    float: left !important;
    clear: left !important;
    margin-left: 0rem !important;
    margin-top: 2.1rem !important;
}

.custom-prim .youtubeprim {
    border-bottom: 1px solid #EC008C !important;
    line-height: 1.9rem !important;
    padding-bottom: 0.35rem !important;
    font-size: 16px !important;
    font-family: 'Graphik-Regular' !important;
    font-weight: 400 !important;
    color: black !important;
    max-width: 8.5rem !important;
}

.custom-prim main h2 {
    max-width: 95% !important;
    margin-top: -1.3rem !important;
    font-size: 1.66rem !important;
    line-height: 2.2rem !important;
    padding-top: 1.6rem !important;
}

h2.main-title {
    margin-top: -1.7rem !important;
    margin-bottom: -2rem !important;
}

.speaker_one_img, .speaker_two_img, .speaker_three_img, .speaker_four_img, .speaker_five_img {
    padding-left: 0px !important;
    padding-right: 0px !important;
    background-size: cover !important;
    -moz-border-radius: 130px !important;
    -webkit-border-radius: 130px !important;
    border-radius: 130px !important;
    transform: scale(1.2) !important;
    margin-left: 0.5rem !important;
    margin-right: -0.5rem !important;
}

.singleevent .speaker_infos {
    padding-left: 2.1em !important;
    margin-top: 0.7em !important;
}

.row-speakers .col-xs-6 {
    width: 100% !important;
}

.eventlist h2.main-title {
    margin-top: -2.2rem !important;
    margin-bottom: 2rem !important;
}

.single-event #secondary_cl .std_button {
    margin-left: auto!important;
    padding-left: 0rem;
    padding-top: 0.4rem;
    margin-right: auto;
    max-width: 17.9rem;
    min-width: 15rem;
}

.single-event #secondary_cl .col-sm-12 .day_date {
    margin-left: 3rem;
}

.single-event #secondary_cl .event_title {
    margin-top: 3rem;
    margin-left: -34%;
}

.page-template-page-eventslist .eventlist .events a:nth-child(5) div.event_infos, .page-template-page-eventslist .eventlist .events a:nth-child(10) div.event_infos, .page-template-page-eventslist .eventlist .events a:nth-child(15) div.event_infos {
    width: 100% !important;
    min-height: 6.6rem;
    overflow: hidden;
    margin-top: 2.2rem;
    margin-bottom: 3.1rem;
    clear: left;
}

.single-event #secondary_cl .event_infos {
    width: 100% !important;
    max-width: 100% !important;
}

.singleevent .square_image {
background-size: cover;
    max-height: 19rem;
    margin-bottom: 2.2rem;
    min-height: 20.5rem !important;
    background-position: center top;
    margin-left: 0rem !important;
    width: 100.3% !important;
    margin-right: 0rem !Important;
}


.home .event_big_infos h2.site-ui {
    max-width: 24rem;
    margin-top: 7.4rem;
    color: #808080;
    line-height: 1.65rem;
    margin-left: -0.6rem;
    width: 95% !important;
}

.partners_fluid img {
    margin-left: 0rem !important;
    max-width: 6rem;
    margin-right: 4rem;
    max-height: 3.7rem;
    margin-top: 1rem;
    margin-bottom: 2rem !important;
}

.footer .col-lg-offset-2 {
    width: 100%;
    padding-left: 16.4%;
    padding-right: 15%;
}

.home .featured_column .col-xs-6 {
    min-height: 12rem !important;
}

.footer_container {
margin-left: 7.3% !important;
}

.eventlist .col-sm-4 .row {
    transition: all 0.4s ease !important;
    margin-bottom: -1.1rem;
}

.singleevent .eventbrite_rsvp {
    font-family: "Graphik-Medium";
    text-transform: capitalize;
    color: #ec008c;
    font-size: 1.25rem;
    border: 2px solid #ec008c;
    background-color: transparent;
    display: block;
    padding: 0.7rem 0.1rem 0.7rem 0.1rem !important;
    text-align: center;
    width: 100% !important;
    max-width: 15.5rem;
    margin-top: 2rem !important;
    margin-left: 0rem !important;
}

.accordion-item-content, .accordion:hover .accordion-item-content {
    height: initial;
    overflow: hidden;
}

.single_post_image {
    max-height: 20rem !important;
}

.event-big .event_border {
border-top: solid 0px white !important;
}

div#navbar {
    margin-left: 0rem !important;
}

.event_big_infos .day_date>span {
    display: inline-block;
    margin-right: 0.3rem;
    max-width: 5rem;
}

.home .event-big .big_image {
    position: relative;
    max-height: 23.6rem;
    overflow: hidden;
    max-width: 100% !important;
    padding-left: 0rem;
    min-height: 22rem;
    background-size: cover;
    background-position: center top;
    margin-top: -3rem;
}


.navbar-nav>li:last-child:before {
    content: "";
    position: absolute;
    left: 0em;
    top: 2px;
    height: 2em;
    width: 2em;
    background: transparent url('assets/search-icon.png') no-repeat left 13px;
    background-size: 1em 1em;
    opacity: .4;
}

div.flex-event {
}

.member-holder .su-column-size-1-5:nth-child(2) p {
    min-height: 100px !important;
}

.member-holder .su-column-size-1-5:nth-child(3) p {
    min-height: 100px !important;
}

.member-holder .su-column-size-1-5:nth-child(4) p {
    min-height: 100px !important;
}

.member-holder .su-column-size-1-5:nth-child(5) p {
    min-height: 100px !important;
}

.member-holder .su-column-size-1-5:nth-child(6) p {
    min-height: 100px !important;
}

.flex-event div.col-sm-7 {
    padding-left: 0rem;
    width: 100%;
}

.singleevent .side_section {
    font-family: "Graphik-Regular";
    color: black;
    font-size: 0.85em;
    padding-bottom: 0em;
    border-top: 0px solid #b7b7b7;
    padding-left: 0rem;
    padding-top: 1.9rem;
    width: 100%;
    margin-left: auto;
    margin-right: auto;
}

div.top-cluster {
    box-sizing: border-box;
    color: rgb(64, 64, 64);
    display: block;
    float: left;
    font-family: Graphik-Regular;
    font-size: 16px;
    height: 750.688px;
    line-height: 24px;
    min-height: 1px;
    padding-left: 25px;
    padding-right: 25px;
    right: 0px;
    width: 100%;
    right: 0px;
position: relative;
    margin-top: -2.4rem;
    height: initial;
}

.time_schedule_desc {
    font-family: "Graphik-Regular";
    text-transform: capitalize;
    font-size: 0.87rem;
    color: #0a0a0a;
    margin-top: -3.4em;
    margin-bottom: 0em;
    margin-left: 7.3rem;
    max-width: 69.1%;
    padding-top: 0.4rem;
    width: 92%;
    /* position: absolute; */
}

.single-event div#primary, .single-event div#secondary_cl, .single-event .next_events_label {
    width: 100% !important;
    margin-left: 1rem !important;
    padding-left: 0.8rem;
    padding-right: 3.3rem !important;
    margin-top: -2.7rem;
}


.single-event div#secondary_cl {
    padding-top: 10rem !important;
}

.singleevent .side_section .schedule_label {
    font-family: "Graphik-Bold";
    text-transform: capitalize;
    font-size: 1.17em;
    color: #0a0a0a;
    margin-top: 1.1em;
    margin-bottom: 0.5em;
    border-top: 1px solid #b7b7b7;
    margin-left: 1.7rem;
    padding-left: 0rem;
    max-width: 88.1%;
    padding-top: 1.3rem;
}

.singleevent .single_event_title {
    max-width: 32rem;
    margin-bottom: -0.8rem;
}

.big_image {
    padding-right: 0em;
    max-height: 17rem !important;
    width: 100%;
    margin-left: 0rem;
    padding-left: 0rem;
    position: relative !important;
    max-width: 89% !important;
}

.square_info_container {
    display: none;
}

.singleevent .desc_cont {
    font-family: "Graphik-Regular";
    max-width: 100%;
    font-size: 18px;
    margin-bottom: 14rem;
    margin-left: auto;
    margin-right: auto;
    position: relative;
    width: 100%;
    padding-left: 0rem;
    border-top: 1px solid #a0a0a0;
    margin-top: 4.7rem;
    padding-top: 1.5rem;
}

.event_big_infos {
    position: relative;
    top: 23px;
    left: 1rem;
    margin-top: 0.6rem;
    width: 100% !important;
    padding-left: 0rem;
    padding-right: 0rem;
padding-top:0rem;
transition: all 0.5s ease !important;
}

.event-big .event_fluid_title {
    margin-top: -0.1rem;
    margin-left: 0rem;
    width: 100%;
    border-bottom: 0px solid #ececec;
transition: all 0.5s ease !important;
}

div.hover-big-title {
background-color:red !important;
}


div.hover-big-title .day_date {
color:green !important;
}

.hover-big-title .event_fluid_title {
    margin-top: 0.5rem;
transition: all 0.5s ease !important;
}



div.target32 {
    margin-left: 0rem;
    padding-left: 0rem;
    width: 100%;
}

div.target33 {
    margin-left: 0rem;
    padding-left: 0rem;
    width: 100%;
}

.event_infos .event_title {
font-size: 0.9rem;
    padding: 0%;
    margin-left: 0rem;
    margin-bottom: -1.1rem;
}

.event_category {
display:none !important;
}

.col-sm-4 .day_date {
    font-family: "Graphik-Regular";
    color: #b3b3b3;
    font-size: 1.25rem !important;
    margin-top: -2.2rem;
    margin-left: 3.9rem;
}

.eventlist .col-sm-4 .day_date {
    font-family: "Graphik-Regular";
    color: #b3b3b3;
    font-size: 1.25rem !important;
    margin-top: -2.7rem;
    margin-left: 3.9rem;
}


.eventlist h2.main-title {
    margin-bottom: 6.4rem;
    margin-top: -7.6rem;
    margin-left: -1.5625rem !important;
}

.filter-dropdown {
    border-top: 1px solid #b3b3b3;
    border-bottom: 1px solid #b3b3b3;
    margin-bottom: 1.8em;
    text-align: center;
    padding: 0.6em;
    font-family: "Graphik-Medium";
    font-size: 1.1rem;
    text-transform: none;
    color: #a5a5a5;
}

.page-template-page-eventslist .eventlist .events a:nth-child(4) img, .page-template-page-eventslist .eventlist .events a:nth-child(4) .event-lower-image {
max-width: 90%;
    position: relative;
    right: 0px;
    opacity: 1;
    margin-top: 2.9rem;
    max-height: 12.9rem!important;
    overflow: hidden;
    min-height: 17.9rem !important;
    min-width: 98%;
    margin-left: 0.4rem;
}

.page-template-page-eventslist .eventlist .events a:nth-child(4) div.event_infos {
    padding: 0px 0px 0px 0px !important;
    margin-bottom: 0.2rem;
}

.page-template-page-eventslist .eventlist .events a:nth-child(4) .col-sm-4 .row .event_fluid_title {
    margin-left: 6.2%;
    padding-bottom: 1rem;
}

.page-template-page-eventslist .eventlist .events a:nth-child(4) .col-sm-4 .row {
    opacity: 1;
    padding-top: 0.3rem;
    transition: all 0.5s ease !important;
    border-top: none;
    width: 110%;
    max-width: 110%;
    margin-right: 0rem;
    padding-right: 0rem;
}

.bottomrow1 .button-holder {
    margin-left: auto;
    margin-right: auto;
    float: none;
}

div.bottomrow1 {
    margin-top: 2.4rem;
    padding-top: 1.2rem;
    text-align: center;
}

.bottomrow1 .button-holder .button-holder {
    margin-top: 1.9rem;
}

.event-big .event_fluid_title {
    margin-top: -0.8rem;
    margin-left: -0.6rem;
    position: relative;
    margin-bottom: -7.1rem;
}

}

@media (max-width: 640px) {
.page-id-860 div#primary {
    padding-bottom: 1em;
    max-width: 100% !important;
    width: 100% !important;
    min-width: 320px !important;
}

 .single_post_image:before {
    content: '';
	position: absolute;
	top: 0;
	right: 0;
	bottom: 0;
	left: 0;
	background: -moz-linear-gradient(top, rgba(0,0,0,0) 0%, rgba(0,0,0,0) 63%, rgba(0,0,0,0.55) 100%); /* FF3.6-15 */
background: -webkit-linear-gradient(top, rgba(0,0,0,0) 0%,rgba(0,0,0,0) 63%,rgba(0,0,0,0.55) 100%); /* Chrome10-25,Safari5.1-6 */
background: linear-gradient(to bottom, rgba(0,0,0,0) 0%,rgba(0,0,0,0) 63%,rgba(0,0,0,0.55) 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#00000000', endColorstr='#33000000',GradientType=0 ); /* IE6-9 */
    margin-left: -17%;
    margin-right: -17%;
  }

.footer_container {
    left: 0% !important;
    margin-left: 2.1rem !important;
}

#post-860 .su-column-size-1-4 {
    margin-bottom: 3.8rem !important;
}

.single_post_image {
    max-height: 22rem;
    background-size: cover;
    background-position: center center;
    margin-left: -17%;
    margin-right: -21%;
}





.su-row.small-resources {
    margin-bottom: 0rem !important;
    padding-bottom: 0rem !important;
}

.home .event_big_infos .event_fluid_title, .home .event_big_infos .event_border {
    font-size: 2.2rem;
    padding-top: 0.5rem;
    height: inherit !important;
    line-height: 2.7rem;
}

.imgless_row .day_number {
    margin-left: 1rem;
    margin-top: -0.3rem !important;
}

.home div#terz_row {
    padding-right: 2rem !important;
    padding-left: 2.9rem !important;
}

.home .col-xs-9 .event_fluid_title, .home .col-sm-3 .col-sm-12 .event_fluid_title {
    font-size: 1.12rem;
    line-height: 1.5rem;
    color: #333333;
}

.imgless_row .event_infos .day_date>span {
    display: block;
    margin-left: -1.5em;
    font-size: 0.95rem !important;
    margin-top: 0.3rem;
}

.imgless_row .day_date {
    margin-bottom: -0.8rem;
}

.day_date span:nth-child(2) {
    display: none !important;
}

.home .pinkrow .fa-envelope-o {
    color: #ec008c;
    font-size: 2rem;
    margin-top: 2.3rem;
    margin-left: 0rem;
    margin-right: 0rem;
    text-align: center;
    width: 100%;
}

.diff_background .col-sm-12.std_button {
    max-width: 17.1rem;
    margin-left: auto;
    margin-right: auto;
    margin-top: 1.2rem;
}

.imgless_row a:nth-child(3) .event_fluid_title, .imgless_row a:nth-child(4) .event_fluid_title {
    margin-left: 23% !important;
    margin-top: -9%;
    margin-bottom: 0.7rem;
}

.imgless_row a:nth-child(3) .event_infos .day_date>span,.imgless_row a:nth-child(4) .event_infos .day_date>span {
    position: absolute;
    left: 0px;
    margin-left: 1.3rem !important;
    top: 5.1px;
}

.single-post {
max-width:100%;
overflow-x:hidden;
}

.event_fluid_title {
    margin-left: -0.6rem !important;
}

.eventlist .event_fluid_title {
    margin-left: -0.1rem !important;
    font-size: 1.4rem;
    line-height: 1.7rem !important;
}

.event_big_infos .day_date>span {
    display: inline-block;
    margin-right: 0.3rem;
    max-width: 5rem;
font-size:1.0rem !important;
}

.home .event_big_infos h2.site-ui {
    max-width: 24rem;
    margin-top: 7.4rem;
    color: #808080;
    line-height: 1.65rem;
    margin-left: -0.6rem;
    width: 95% !important;
}

body.home h2.site-ui {
    font-family: "Graphik-Regular";
    text-transform: capitalize;
    padding-top: 1rem;
    padding-bottom: 1em;
    font-size: 1.0rem !important;
    color: #969696;

}}

@media (max-width: 476px) {
div.second-about-button {
    margin-left: 0rem !important;
}
}

@media (min-width: 992px) {

body div.partners_fluid .row div.col-lg-offset-2 {
    padding-left: 7.4% !important;
    padding-left: 2.7% !important;
    padding-right: 8.5% !important;
    width: 84% !important;
    margin-left: 10% !important;
}
}
@media (min-width: 1200px) {
body div.partners_fluid .row div.col-lg-offset-2 {
    padding-left: 7.4% !important;
    padding-left: 6.5% !important;
    padding-right: 8.5% !important;
    width: 84% !important;
    margin-left: 10% !important;
}

}

.error404 #primary {
    width: 66.66667%;
    max-width: 66% !important;
    margin-left: 16% !important;
    margin-right: auto !important;
    position: relative;
    padding-left: 0rem;
    padding-right: 0rem !important;
}

.addtoany_list {display:none !important;}

.page-template-page-custom-gershoni .addtoany_list {display:inline-block !important;}
.show-tell .addtoany_list {display:inline-block !important;}
.show-tell .youtubeprim {
opacity:0;
}

a.a2a_button_facebook img {
    display: none !important;
}

a.a2a_button_facebook:after {
    content: 'Share on Facebook';
}

a.a2a_button_twitter img {
    display: none !important;
}

a.a2a_button_twitter:after {
    content: 'Share on Twitter';
}

a.a2a_button_facebook, a.a2a_button_twitter {
    display: block !important;
    margin-bottom: 0.9rem;
}

.togholder {
    width: 600px;
    margin: 20px auto;
    padding: 10px 0;
    box-shadow: none;
    display: block !important;
    text-align: left;
    margin-left: 0px !important;
}

input#toggle {
  display: none;
  visibility: hidden;
}
label.toggler {
    display: block;
    text-align: left;
    color: #666;
    font-size: 18px;
    font-weight: 400;
    max-width: 5.8rem;
    border-bottom: 1px solid grey;
    margin-top: -1.1rem;
    margin-bottom: 1rem;
}
label.toggler :hover {
  color: #000;
}
label.toggler ::before {
  font-family: Consolas, monaco, monospace;
  font-weight: bold;
  font-size: 15px;
  content: "+";
  vertical-align: text-top;
  display: inline-block;
  width: 20px;
  height: 20px;
  margin-right: 3px;
  background: radial-gradient(ellipse at center, #CCC 50%, transparent 50%);
}
#expand {
  height: 200px;
  overflow: hidden;
  transition: height 0.5s;
  color: #FFF;
  transition:  all 0.5s ease;
}

.sectoggler p {
    padding-left: 0px !important;
    padding-top: 20px;
    padding-bottom: 20px;
}

#toggle:checked ~ #expand {
  height:0px;
  transition:  all 0.5s ease
}

.custom-prim main h2 {
    max-width: 80%;
    margin-top: -1.3rem !important;
    font-size: 1.86rem;
}



.custom-prim .post {
    max-width: 100% !important;
    width: 100% !important;
}

.custom-prim span.author-source-hook {
    display: none !important;
}

.custom-prim .masonry-container .featured_column::before {
    content: "";
    position: absolute;
    height: 1px;
    left: 0%;
    right: 1.5em;
    top: 4.9em;
    border-top: 1px solid #b3b3b3;
}

.custom-prim h2.main-title {
    display: none;
}

.topprim:after {
    content: 'Episodes';
    position: absolute;
    margin-top: 9.8rem;
    margin-left: -10rem;
    font-size: 18px;
}

.page-template-page-custom-gershoni .entry-header, .show-tell .entry-header {
    margin-top: 9.2rem;
}

.custom-prim .prim-image {
    max-width: 47.7%;
    background-size: cover;
    background-position: center center;
    height: 17.3rem;
}

.epnumber {
    display: block;
    font-size: 18px;
    color: black;
}

.youtubeprim {
    border-bottom: 1px solid #EC008C;
    line-height: 1.9rem;
    padding-bottom: 0.35rem;
    font-size: 16px !important;
    font-family: 'Graphik-Regular';
    font-weight: 400 !important;
    color: black;
    max-width: 8.5rem !important
}

.prim-excerpt p {
    font-size: 18px !important;
    font-weight: 400;
    font-family: 'Graphik-Regular';
    line-height: 1.7rem;
}

.postid-1626 .row-speakers .schedule_label {
    display: none;
}

.postid-2034 .share_col, .postid-1657 .share_col, .postid-1588 .share_col {
    margin-top: 1em;
    opacity: 0;
}

@media (min-width: 641px) {{
.custom-prim .type-post .col-xs-6:nth-child(2) {
    padding-left: 25px !important;
}
}

.postid-1728 .sidebar-event-data {
    opacity: 0;
}

.postid-1998 .sidebar-event-data {
    opacity: 0;
}

.single-format-standard .share_col {
    opacity: 0;
}

.postid-2714 .sponsor_col img {
    mix-blend-mode: multiply;
    width: 100%;
    margin-top: 0.8rem;
    padding-left: 33.7%;
    padding-right: 32%;
    margin-bottom: -1rem;
}

.pink_schedule_row .time_schedule_desc {
    color: white !important;
font-family: "Graphik-Regular" !important;
}

.pum-overlay {
    background-color: rgba(111, 111, 111, 0.53) !important;
}

.pum-title {
    font-family: 'Graphik-bold' !important;
    margin-bottom: 1.1rem !important;
    margin-top: 1rem !important;
}

.pum-close {
background-color: #ea0b8c
 !important;}

.su-button-style-default {
background-color: none !important;
    color: #ec008c !important;
    border: none !important;
    font-family: 'Graphik-Medium' !important;
    font-size: 1.3rem !important;
    padding-left: 1.6rem !important;
    padding-right: 1.2rem !important;
    text-transform: capitalize;
    padding-top: 0.8rem !important;
    padding-bottom: 0.8rem !important;
    border-color: #ec008c !important;
    border-radius: 0px !important;
    -moz-border-radius: 0px !important;
    -webkit-border-radius: 0px !important;
    transition: all 0.2s ease !important;
background-color: rgba(255, 255, 255, 0) !important;
}

.su-button-style-default span{
background-color: none !important;
    color: #ec008c !important;
    border: 2px solid #ec008c;
    font-family: 'Graphik-Medium' !important;
    font-size: 1.3rem !important;
    padding-left: 1.6rem !important;
    padding-right: 1.2rem !important;
    text-transform: capitalize;
    padding-top: 0.8rem !important;
    padding-bottom: 0.8rem !important;
    border-color: #ec008c !important;
    border-radius: 0px !important;
    -moz-border-radius: 0px !important;
    -webkit-border-radius: 0px !important;
    transition: all 0.2s ease !important;
}

.pum-overlay p {
max-width: 34rem;
line-height: 1.5rem}

.single-event a.su-button-style-default {
    border: 2px solid #ec008c !important;
}

.enclose-signup-event {
    border-top: 1px #e5e5e5 solid;
    max-width: 34rem;
    padding-top: 2.1rem;
    border-bottom: 1px solid #e5e5e5 !important;
    height: 10rem;
    margin-top: 1.7rem;
}