/** Vlad's changed 9/25/2015 **/

.featherlight-iframe .featherlight-content{
	background-color:black;
}
.featherlight .featherlight-inner{
	margin-top:25px;
}
/* LAUREN'S CHANGES */

.swiper-slide .slide-subtitle {
	font-weight: 400;
	}

.site-header > header{
	font-weight: 400;
	}

.swiper-slide .slide-title {
	line-height: 95%;
	}

.site-header .countdown-timer {
	background-color: #000000;
	}

/* Matt's Changes!! */

.brand-center-banner img {
	display: block;
	width: 100%;
}
/** Lauren changed 10/14/2015 **/
main.home .fts-twitter-div .fa-circle {
  color: #00AAE7; }



/** Lauren changed 12/28/2015 to create edit press conference schedule**/
.ajde_evcal_calendar .eventon_sort_line {
	display: none !important;
}
.ajde_evcal_calendar .calendar_header .evcal_arrows {
    border-color: #A1A1A1 !important;
}
.ajde_evcal_calendar .calendar_header .evcal_arrows .fa {
    color: #A1A1A1 !important;
}


/** Lauren changed 12/28/2015 to create IBM contest login page**/
.page-id-2995 .site-header {
display: none;
}

.page-id-2995 .site-footer {
display: none;
}

.page-id-2998 .site-header {
display: none;
}

.page-id-2998 .site-footer {
display: none;
}


/** Lauren changed 12/29/2015 to edit homepage video height**/
main.home .welcome-video .content {
height: 29em;
}



/** Lauren changed 12/30/2015 to edit content timeline**/
.t_node_desc {
display: none !important;
}


main.archive-photo-gallery .page-content li {
background-position: 0% 20%;
}

/** Dave changed 6/14/2016 to fix the navigation text **/
.site-header .site-helper-menu a {
    letter-spacing: 4.5px;
    padding: .76em .1em;
    word-break: initial;
}


.site-header a {
    display: inline-block;
    opacity: .75;
    word-break: initial;
}

.location .fa-inverse{
    font-family: Klavika,sans-serif;
}



/** Dave added 8/30/16 to edit google form styles**/
.ss-q-item-label p{ 
     line-height: 1.75;
    margin-top: -30px;
    margin-bottom: 1.5em;
}

.error-message{
 display: none;

}
.ss-secondary-text{
    margin-top:-15px !important;        
}

.referral{
    padding-top: 20px;
}

.ss-form input[type=text], .ss-form input[type=url], .ss-form input[type=number]{
width:60% !important;    
    
}

.ss-form-question {
    padding-bottom:20px;
}

select {
    border: 1px solid #aaa;
    border-radius: 1px;
    padding-top: .5rem;
    padding-bottom: .4rem;
    padding-right: 2rem;
    background-color: #AAA;
    color: #fff;
    font-size: .9em;
    letter-spacing: .15em;
    height :30px;
    margin-top: 10px;
    width: 100%;
   
    
    
}

.required-message{   
    display:none;
}

@media only screen and (min-width: 960px) {
 select {
    border: 1px solid #aaa;
    border-radius: 1px;
    padding-top: .5rem;
    padding-bottom: .4rem;
    padding-right: 2rem;
    background-color: #AAA;
    color: #fff;
    font-size: .9em;
    letter-spacing: .15em;
    height :30px;
    margin-top: 10px;
    width: 60%;
    
    
    
}   
    
}



.ss-form-title {
    display: none;
}

.ss-q-title {
    font-weight: 700;
}
    

.page-row.no-padding {
margin-top: -250px;
padding-left: 20px;
padding-right: 20px;
}


/** Lauren added 9/13/16 to remove AddThis post counter. Post counter not displaying on staging site, so this code only appears on live.**/
.at_flat_counter {
display: none !important;
}


/** Lauren added 9/19/16 to adjust for wordpress and plugin updates**/
.button, button, input[type=reset], input[type=submit], input[type=button] {
display: table-cell;
}

.group-button ul {
    margin-top: 5px;
}

  .group-callout.consolidate li {
    float: left !important;}