/*
Theme Name:     Jupiter Child Theme
Theme URI: 		http://themeforest.net/user/artbees
Description:    Child theme for the Jupiter theme
Author:         RED
Theme URI: 		http://themeforest.net/user/artbees
Template:       jupiter
Version:        5.0.9
*/




/* Structure */

.clearfix {
zoom: 1;
}
.clearfix:before,
.clearfix::after {
content: "\0020";
display: block;
height: 0;
overflow: hidden;
}
.clearfix::after {
clear: both;
}





/* Header */

.mk-header-toolbar-holder {
  display: flex;
	flex: 1 1 0;
}
.mk-toolbar-navigation {
  float: right;
  display: flex;
  flex-direction: column;
  flex: 2 1 0;
  text-align: right;
}


/* Header Social */
.mk-header-social ul li a i:before {
	font-size:18px;
	color:#f90;
}
.mk-header-social ul li a i:before:hover,
.mk-header-social ul li a i:before:focus  {
	color:#e86b4c;
}
.mk-header-social ul li a{
	margin-top:2px;
}
.mk-header-social toolbar-section {
	width: 33%;
	float: right;
	flex-direction: column;
	order: 5;
}
.sticky-style-slide.header-style-1.a-sticky .mk-header-holder {
    padding-top: 32px;
}

/* Allow longer blog excerpts on homepage */
.home .mk-blog-classic-item .the-excerpt {
    height: 180px;
    overflow: visible !important;
    overflow-x: visible !important;
    overflow-y: visible !important;
}
.home .mk-blog-classic-item .the-title {
    min-height: 100px !important;
    height: auto !important;
    overflow: visible;
}

/* Facebook and Twitter Feeds */
.social-feeds .twitter-feed {
		/* margin-top: 95px; */
    /* width: 258px; */
		margin-top: 15px;
    /* margin-left: -28px; */
		margin-bottom: 0;
		height: 115px;
		overflow: hidden;
}
.social-feeds .twitter-feed .mk-tweet-list li {
	margin-bottom: 0;
	padding-bottom: 0;
	margin-left: 0;
	padding-left: 0 !important;
	padding-right: 0 !important;
	border-top: 1px solid rgba(0,0,0,.06);
	border-bottom: none !important;
}
.social-feeds .twitter-feed .tweet-text {
    font-size: 16px;
}
.social-feeds .twitter-feed .tweet-icon {
    display: none;
}
.social-feeds .social-feeds-container{
    background: #f5f5f5 !important;
    padding: 40px;
		padding-bottom: 20px;
    min-height: 600px;
    margin-bottom: 40px;
    border: 1px solid #eeeeee;
    overflow: hidden;
    position: relative;
    width: 100%;
}
.social-feeds .facebook-feed {
    /* height: 180px; */
		height: 405px;
    overflow: hidden;
    overflow-x: hidden;
    overflow-y: hidden;
}
.social-feeds .facebook-feed span.cff-text br {
    display: none;
}
.social-feeds .facebook-feed span.cff-text:after{
    content: ' [...]';
}
.social-feeds .facebook-feed span.cff-expand{
    display: none !important;
}
.social-feeds .facebook-feed #cff .cff-item {
    float: left;
    width: 100%;
    clear: both;
    padding: 0 0 80px 0;
    margin: 0;
    border-bottom: none;
    min-height: 230px;
    max-height: 230px;
}
.social-feeds .follow-us {
    letter-spacing: 1px;
    text-transform: uppercase;
    background: #d14d27;
    padding: 10px;
    color: #ffffff;
    line-height: 12px;
    font-weight: bold;
    font-size: 12px;
    position: absolute;
    right: 0;
    bottom: 0;
}
.social-feeds .follow-us svg {
    margin-right: 5px;
    height: 8px;
}
.social-feeds #follow-us-facebook {
    position: absolute;
    top: 65px;
    right: -8px;
    width: 400px;
}
.social-feeds #follow-us-twitter {
    position: absolute;
    top: 35px;
    right: -8px;
    width: 400px;
}
.social-feeds .twitter-feed .single-tweet br {
    display: none;
}
.social-feeds .fontawesome-facebook-icon {
    position: absolute;
    top: 40px;
    left: -4px;
}
.social-feeds .fontawesome-twitter-icon {
    position: absolute;
    /* top: 310px; */
		top: 465px;
    left: -4px;
}
.home .social-feeds .follow-us:hover {
    color: #252525 !important;
    background: #4092df;
}


/* Twitter Engagement Buttons */
.twitter_intents p {
    float: left;
    width: 15px;
    margin-top: 0;
}
.twitter_intents p a {
    width: 15px;
    height: 11px;
    background: url(assets/images/pa-twitter-engage-icons-sprite.png) no-repeat;
    background-size: 300% 200%;
    display: inline-block;
    text-indent: -9999px;
}
.twitter_intents p a.reply {
    background-position: 0 100%;
}
.twitter_intents p a.retweet {
    background-position: 50% 100%;
}
.twitter_intents p a.favorite {
    background-position: 100% 100%;
}





/* sidebar */
#mk-sidebar .widget a {
  font-weight: 500;
}





/* Front Page */

.home .mk-blog-classic-item .mk-readmore:hover {
    color: #252525 !important;
    background: #4092df;
}

.popup-btn a {
	padding-bottom: 0!important;
}

.edge-buttons {
	text-transform: uppercase;
}

/* News Columns Front Page */
.col1-blog-container {
    min-height: 600px;
    overflow: hidden;
    position: relative;
    width: 100%;
}
.col1-blog-container .mk-blog-classic-item {
    min-height: 600px;
    padding-bottom: 0;
    margin-bottom: 0;
}
.col2-blog-container {
    min-height: 600px;
    overflow: hidden;
    position: relative;
    width: 100%;
}
.col2-blog-container .mk-blog-classic-item {
    min-height: 600px;
    padding-bottom: 0;
    margin-bottom: 0;
}


/* Sponsor Logos */
.slick-header,
.slick-slider,
.slick-footer {
    background: transparent;
}
.wpls-logo-showcase .slick-dots {
    display: none !important;
}
.wpls-logo-showcase .wpls-logo-cnt.slick-track img {
    border: 0px solid #f1f1f1;
}
.wpls-logo-showcase button.slick-arrow {
	width: 40px;
	height: 100px;
	border-radius: 0% !important;
	margin-left: -30px !important;
	margin-right: -50px !important;
}
.wpls-logo-showcase .slick-prev {
    left: -15px !important;
}
.wpls-logo-showcase .slick-next {
    right: -15px !important;
}

#mk-footer div.mk-col-1-5:nth-child(2) {
  width: 25%;
}
#mk-footer div.mk-col-1-5:nth-child(5) {
  width: 15%;
}
.wpls-logo-slider .slick-slide .wpls-logo-title {
	position: relative;
	bottom: 0;
	text-transform: uppercase;
	font-weight: bold;
	color: #ff9900;
	font-size: 14px;
}
.wpls-fix-box {
  min-height: 150px !important;
}
.slick-track .wpls-fix-box {
	display: grid;
	align-content: center;
	height: 120px !important;
	min-height: 120px !important;
}




/* FORMS */

/* gravity forms */
.gform_wrapper {
	position: relative;
	margin: 1.5em 0;
	padding: 1em;
	background:#f7f7f7;
}
.gform_wrapper .gfield {
	margin-top: 20px;
}
.gform_wrapper .gfield_required {
	color:#c4161c !important;
}
.gform_wrapper p.required-note {
	position:absolute;
	right:4.5%;
	top:5px;
	font-size:11px;
}
.gform_wrapper p.required-note span {
	display:inline-block;
	position:relative;
	top:2px;
	left:-2px;
	font-size:17.6px;
	color:#c4161c;
}
.gform_wrapper .gform_footer {
	margin-top:.5em;
}
button,
.button,
input[type="button"],
input[type="reset"],
input[type="submit"] {
	background-color:#c4161c;
}
button:hover,
button:focus,
.button:hover,
.button:focus,
input[type="button"]:hover,
input[type="button"]:focus,
input[type="reset"]:hover,
input[type="reset"]:focus,
input[type="submit"]:hover,
input[type="submit"]:focus {
	background-color:#333;
}


/* Hides button to fix right hand gap on mobile */
@media screen and (max-width: 1340px) {
	#wpls-logo-showcase-slider-1 button.slick-arrow {
		display: none !important;
	}
}


/* adjust for mobile */
@media screen and (max-width: 1024px) {

    .home .mk-blog-classic-item .the-title {
        min-height: 70px !important;
        height: auto !important;
        overflow: visible;
    }

    .vc_column_container {
        width: 100%;
    }

    .col1-blog-container {
        min-height: 250px;
    }

    .col1-blog-container .mk-blog-classic-item {
        min-height: 250px;
        padding-bottom: 0;
        margin-bottom: 40px;
    }

    .col2-blog-container {
        min-height: 250px;
    }

    .col2-blog-container .mk-blog-classic-item {
        min-height: 250px;
        padding-bottom: 0;
        margin-bottom: 40px;
    }

    .social-feeds .social-feeds-container{
        min-height: 400px;
    }
    .social-feeds .fontawesome-facebook-icon {
        position: absolute;
        top: 40px;
        left: -4px;
    }
    .social-feeds .fontawesome-twitter-icon {
        position: absolute;
        /* top: 230px; */
				top: 78%;
        left: -4px;
    }
    /* .social-feeds .twitter-feed {
        margin-top: 15px;
    } */
    .social-feeds #follow-us-facebook {
        position: absolute;
        top: -20px;
        right: -8px;
    }
    .social-feeds #follow-us-twitter {
        position: absolute;
        top: 35px;
        right: -8px;
    }

}

@media screen and (max-width: 767px) {
    .vc_column_container {
        width: 100%;
    }
    .home .mk-blog-classic-item .the-excerpt {
        height: auto !important;
        max-height: 318px !important;
        overflow: hidden !important;
        overflow-x: hidden !important;
        overflow-y: hidden !important;
    }
    #wpls-logo-showcase-slider-1 .slick-slide {
        padding: 0;
        position: relative;
        height: 200px;
        margin-top: 30px;
    }
    #wpls-logo-showcase-slider-1 .slick-slide .wpls-logo-title {
        position: absolute;
        bottom: 0;
        width: 100%;
        float: left;
        clear: both;
        margin-top: 50px;
    }


    .col1-blog-container {
        min-height: 375px;
    }
    .col1-blog-container .mk-blog-classic-item {
        min-height: 375px;
    }
    .col2-blog-container {
        min-height: 375px;
    }
    .col2-blog-container .mk-blog-classic-item {
        min-height: 375px;
    }

    .social-feeds .social-feeds-container{
        /* min-height: 680px; */
				padding: 20px;
    }
		.vc_icon_element.vc_icon_element-outer .vc_icon_element-inner.vc_icon_element-size-xs.vc_icon_element-have-style-inner {
			width: 2em!important;
			height: 2em!important;
		}
    .social-feeds .fontawesome-facebook-icon {
        position: absolute;
        top: 40px;
        left: -4px;
    }
    /* .social-feeds .fontawesome-twitter-icon {
        position: absolute;
        top: 330px;
        left: -4px;
    } */
    /* .social-feeds .twitter-feed {
        margin-top: 115px;
    } */
    .social-feeds #follow-us-facebook {
        position: absolute;
        top: 70px;
        right: -8px;
    }
    .social-feeds #follow-us-twitter {
        position: absolute;
        bottom: 0;
        right: -8px;
    }
}

@media screen and (max-width: 360px) {
    .vc_column_container {
        width: 100%;
    }
    .vc_column_container .vc_column-inner {
        padding: 0;
    }
    .social-feeds .social-feeds-container{
        min-height: 830px;
    }
    .social-feeds .facebook-feed {
        height: 274px;
        overflow: hidden;
        overflow-x: hidden;
        overflow-y: hidden;
    }
    .social-feeds .fontawesome-facebook-icon {
        position: absolute;
        top: 40px;
        left: -18px;
    }
    .social-feeds .fontawesome-twitter-icon {
        position: absolute;
        top: 430px;
        left: -18px;
    }
    /* .social-feeds .twitter-feed {
        margin-top: 115px;
    } */
    .social-feeds #follow-us-facebook {
        position: absolute;
        top: 70px;
        right: -8px;
    }
    .social-feeds #follow-us-twitter {
        right: -8px;
    }
}

@media screen and (max-width: 320px) {
    .social-feeds #follow-us-facebook {
        position: absolute;
        top: 70px;
        right: -24px;
    }
    .social-feeds #follow-us-twitter {
        right: -17px;
    }
}

/* 10Web Facebook Feed Styling Changes */

/* Put image on top */
#ffwd_container1_0 #ffwd_container2_0 .blog_style_object_container_0 {
	display: flex !important;
	flex-direction: column-reverse !important;
}

/* Make image scale with container width */
#ffwd_container1_0 #ffwd_container2_0 .bwg_blog_style_img_cont_0 .ffwd_blog_style_img_0 {
	width: 100% !important;
	/* width: 290px !important; */
	height: 290px !important;
	object-fit: contain;
	margin-bottom: 10px;
}

/* Center image */
#ffwd_container1_0 #ffwd_container2_0 .ffwd_blog_style_object_ver_al_0 {
	text-align: center !important;
}

/* Make container 100% width */
#ffwd_container1_0 #ffwd_container2_0 .blog_style_objects_conteiner_0 .blog_style_objects_conteiner_1_0 {
	width: 100% !important;
}

/* Fix text justifcation */
#ffwd_container1_0 #ffwd_container2_0 .ffwd_blog_style_object_info_container_0 {
	text-align: unset !important;
}

/* Add Ellipses */
/* .ffwd_blog_style_object_info_container_0 {
	position: relative;
}
.ffwd_blog_style_object_info_container_0:before {
	content: "[...]";
	display: block;
	position: absolute;
	top: 76px;
	right: 12px;
	padding: 0 5px;
	background: #f5f5f5;
} */

/* Link Styling */
#ffwd_container1_0 #ffwd_container2_0 .ffwd_blog_style_object_info_container_0 .ffwd_hashtag_0,
#ffwd_container1_0 #ffwd_container2_0 .ffwd_blog_style_object_info_container_0 .ffwd_message_tag_0,
#ffwd_container1_0 #ffwd_container2_0 .ffwd_blog_style_object_info_container_0 .ffwd_see_less_message,
#ffwd_container1_0 #ffwd_container2_0 .ffwd_blog_style_object_info_container_0 .ffwd_see_less_description,
#ffwd_container1_0 #ffwd_container2_0 .ffwd_blog_style_object_info_container_0 .ffwd_see_more_message,
#ffwd_container1_0 #ffwd_container2_0 .ffwd_blog_style_object_info_container_0 .ffwd_see_more_description {
	text-decoration: none !important;
	color: #f90 !important;
	font-size: inherit !important;
}
#ffwd_container1_0 #ffwd_container2_0 .ffwd_blog_style_object_info_container_0 .ffwd_hashtag_0:hover,
#ffwd_container1_0 #ffwd_container2_0 .ffwd_blog_style_object_info_container_0 .ffwd_message_tag_0:hover,
#ffwd_container1_0 #ffwd_container2_0 .ffwd_blog_style_object_info_container_0 .ffwd_see_less_message:hover,
#ffwd_container1_0 #ffwd_container2_0 .ffwd_blog_style_object_info_container_0 .ffwd_see_less_description:hover,
#ffwd_container1_0 #ffwd_container2_0 .ffwd_blog_style_object_info_container_0 .ffwd_see_more_message:hover,
#ffwd_container1_0 #ffwd_container2_0 .ffwd_blog_style_object_info_container_0 .ffwd_see_more_description:hover {
	color: #dd9933 !important;
}

/* Misc */
#ffwd_container1_0 #ffwd_container2_0 .blog_style_object_container_0 {
	padding: 0 !important;
	background-color: inherit !important;
}
#ffwd_container1_0 #ffwd_container2_0 .ffwd_blog_style_object_info_container_0 {
	background-color: inherit !important;
}

/* Hide unneeded content */
#ffwd_container1_0 #ffwd_container2_0 .ffwd_title_spun1_0,
.ffwd_blog_style_object_from_0,
#ffwd_container1_0 #ffwd_container2_0 a.ffwd_blog_style_object_name_0, #ffwd_container1_0 #ffwd_container2_0 .bwg_blog_style_object_description_0,
#ffwd_container1_0 #ffwd_container2_0 .ffwd_blog_style_object_info_container_0 .ffwd_see_more_message,
#ffwd_container1_0 #ffwd_container2_0 .ffwd_blog_style_object_info_container_0 .ffwd_see_more_description,
#ffwd_container1_0 #ffwd_container2_0 .ffwd_blog_style_object_info_container_0 .ffwd_see_less_message,
#ffwd_container1_0 #ffwd_container2_0 .ffwd_blog_style_object_info_container_0 .ffwd_see_less_description {
	display: none !important;
}

@media (max-width: 780px) {
	.mk-toolbar-sponsoredby img {
		float: unset !important;
		max-width: 75px !important;
		width: 100% !important;
		height: auto !important;
		margin: auto !important;
		margin-top: 10px !important;
	}
}



/* Smash Balloon Facebook feed */

.home .social-feeds .twitter-feed,
.home .social-feeds .vc_icon_element.fontawesome-twitter-icon {
	display: none; /* TEMPORARY */
}
.home .social-feeds .social-feeds-container {
	overflow: visible;
}
.home .social-feeds .cff-wrapper-ctn {
	overflow: visible;
}
.home .social-feeds .cff-item {
	position: relative;
}
.home .social-feeds .cff-item:last-child {
	padding-bottom: 0 !important;
	border-bottom: none !important;
}
.home .social-feeds .cff-item::before {
	content: "";
	position: absolute;
	top: 35%;
	left: -60px;
	width: 40px;
	height: 40px;
	border-radius: 50%;
	background-color: #4594dd;
}
.home .social-feeds .cff-item::after {
	content: "\f09a";
	position: absolute;
	top: calc(35% + 7px);
	left: -47px;
	color: #fff;
	font-family: FontAwesome;
	font-size: 20px;
}
.home .social-feeds .cff-item {
	position: relative;
}
.home .social-feeds .cff-post-text {
	line-height: 1.5;
}
.home .social-feeds #cff .cff-post-links {
	padding-top: 0;
}
.home .social-feeds .cff-text > a:last-child {
	display: block;
	font-size: 13px;
	line-height: 1.3;
}


a.more {
	text-decoration:none;
}
a.more:hover {
	text-decoration: underline;
}
a.more::after {
	content:"\f054";
	display:inline-block;  /* no underline on hover */
	position:relative;
	left:4px;
	top: -1px;
	margin-right: -10px; /* prevent wrap */
	font-family: FontAwesome;
	font-size: .7em;
	font-weight: 400;
	line-height: .8em;
}


/* video embed containers */
.embed-container {
	position: relative;
	padding-bottom: 56.25%;
	height: 0;
	overflow: hidden;
	max-width: 100%;
	margin: 10px 0 30px ;
}
.embed-container iframe,
.embed-container object,
.embed-container embed {
	position: absolute !important;
	top: 0 !important;
	left: 0 !important;
	width: 100% !important;
	height: 100% !important;
}


/* 50th ANNIVERSARY */

/* homepage slide for 50th video */
.home .slider-content a {
  display: inline-block;
  color: #fff !important;
  padding: 10px 10px;
}

/* Anniversary logo */
.fit-logo-img a img {
	height: 170%;
	max-height: 170%;
}
.a-sticky .fit-logo-img a img {
	height: 130%;
	max-height: 130%;
}
.main-navigation-ul > li.menu-item.fifty > a.menu-item-link {
	color: #1a7096;
}
.menu-hover-style-5 .main-navigation-ul > li.menu-item.fifty > a.menu-item-link:after {
	background-color: #dd9933 !important;
}
.master-holder h3 a {
	font-weight: 500;
}

/* homepage slider ) */
@media screen and (max-width: 1300px) {
	.home .mk-slider-slide:first-child .mk-section-image {
		background-position: center top !important;
	}
}

/* Anniversary main page */
.page-template-page-fifty {
	background: #f3f3f3;
	
}
.page-template-page-fifty .theme-page-wrapper {
	margin: 0 auto !important;
}
.page-template-page-fifty .theme-page-wrapper .theme-content {
	padding: 0 !important;
}
.page-template-page-fifty * {
	font-family: 'Barlow Condensed', sans-serif;
}
.page-template-page-fifty .hidden,
.page-template-page-fifty .mk-header,
.page-template-page-fifty .mk-header-toolbar,
.page-template-page-fifty #mk-page-introduce,
.page-template-page-fifty #mk-footer,
.page-template-page-fifty .mk-quick-contact-link {
	display: none !important;
}
.page-template-page-fifty section[data-vc-full-width="true"] > .vc_row[data-mk-full-width="true"] {
	width: 100% !important;
	left: 0 !important;
}

.page-template-page-fifty section p.more {
	margin: 30px 0 0;
}
.page-template-page-fifty section a.more {
	display: inline-block;
	padding: 5px 25px 8px 10px;
	background: rgba(0,0,0,.5);
	color: #fff;
	font-size: 18px;
	white-space: nowrap;
}
.page-template-page-fifty section a.more::after {
	content:"\f054";
	display:inline-block;  /* no underline on hover */
	position:relative;
	left:4px;
	top:0;
	margin-right: -10px; /* prevent wrap */
	font-family: FontAwesome;
	font-size:.7em;
	line-height: .8em;
}

/* History Timeline */
.page-template-page-fifty .tl-filters {
	width: 94% !important;
	left: 0 !important;
	margin-left: auto!important;
	margin-right: auto!important;
}
.page-template-page-fifty .tl-filters .wpb_column {
	padding-right: 0;
	padding-left: 0;
}
.page-template-page-fifty .history-section .tl-filters > .wpb_column {
	float: left;
	width: 19.2% !important;
	margin-left: 1% !important;
}
.page-template-page-fifty .history-section .tl-filters > .wpb_column:first-child {
	margin-left: 0 !important;
}
.page-template-page-fifty .tl-filters .mk-text-block {
	padding: 10px 0;
}
.page-template-page-fifty .tl-filters h3 {
	display: inline-block;
	margin-bottom: 0;
	line-height: .8;
	text-align: left !important;
}
.page-template-page-fifty .tl-filters h3 strong {
	color: #008395;
	font-size: 4.5vw;
	font-weight: 600;
}
.page-template-page-fifty .tl-filters .active h3 strong,
.page-template-page-fifty .tl-filters h3 strong:hover {
	color: #dd9933;
}
.page-template-page-fifty .tl-filters h3 strong:hover {
	cursor: pointer;
}
.page-template-page-fifty #theme-page .tl-filters .date-filter {
	width: 106px !important;
	margin: 0 auto;
  padding: 12px 5px 1px 12px;
	text-align: left;
}
.page-template-page-fifty .tl-filters .date-filter.active {
  border: 1px solid #dd9933;
	background: #fff;
}
.page-template-page-fifty .timeline-row {
	height: 800px;
	max-height: 800px;
	min-height: 30vh !important;
	transition: height 0.3s ease-out, min-height 0.3s ease-out;
}
.page-template-page-fifty .timeline-row .hor-container {
	/* padding: 0 !important; */
}
.page-template-page-fifty .timeline-row .timeline-hr {
	border-bottom-color: #dd9933 !important;
	border-bottom-width: 2px !important;
}
.page-template-page-fifty .timeline-row .timeline-hr::before {
	background-image: linear-gradient(to right, #dd9933, rgba(221,153,51,.5)) !important;
	height: 2px !important;
}
.page-template-page-fifty .timeline-row .timeline-hr::after {
	background-image: linear-gradient(to right, rgba(221,153,51,.5), #dd9933 ) !important;
	height: 2px !important;
}
.page-template-page-fifty .timeline-row .ex_s_lick-prev,
.page-template-page-fifty .timeline-row .ex_s_lick-next {
	top: 2% !important;
	width: 40px !important;
	background: none !important;
}
.page-template-page-fifty .timeline-row .ex_s_lick-prev.ex_s_lick-disabled,
.page-template-page-fifty .timeline-row .ex_s_lick-next.ex_s_lick-disabled {
	display: none !important;
}
.page-template-page-fifty .timeline-row .fa-angle-left:before,
.page-template-page-fifty .timeline-row .fa-angle-right:before {
	color: #008395;
	font-family: FontAwesome;
	font-size: 46px;
	font-weight: 400;
}

.wpex.horizontal-timeline.ex-multi-item .timeline-hr {
	top: 27px !important;
}
.page-template-page-fifty .timeline-row .ex_s_lick-list {
	padding-top: 10px !important;
}
.page-template-page-fifty .horizontal-timeline {
	position: absolute;
	width: 100%;
	opacity: 0;
}
.page-template-page-fifty .horizontal-timeline:nth-child(n+2) {
	z-index: -1;
}
.page-template-page-fifty .ex_s_lick-slide {
	margin: 0 1%;
}
.page-template-page-fifty .ex_s_lick-slide .wptl-more-meta,
.page-template-page-fifty .ex_s_lick-slide .wptl-excerpt,
.page-template-page-fifty .ex_s_lick-slide .wptl-readmore {
	display: none !important;
}
.page-template-page-fifty .ex_s_lick-slide .wp-timeline {
	background: none;
}
.page-template-page-fifty .ex_s_lick-slide .wpextt_templates {
	padding: 15px 0 0;
}
.page-template-page-fifty .ex_s_lick-slide .tl-point {
	display: inline-block !important;
	position: absolute !important;
	top: 0;
	left: 50%;
  transform: translateX(-50%);
	margin: 0 !important;
	padding-right: 15px;
	font-size: 24px !important;
	font-weight: 700;
	line-height: 34px !important;
}
.page-template-page-fifty .ex_s_lick-slide span.wpex_point i {
	height: 20px !important;
	line-height: 20px !important;
}
.page-template-page-fifty .ex_s_lick-slide .tl-point:before,
.page-template-page-fifty .ex_s_lick-slide .wpex_point:after {
	display: none;
}
.page-template-page-fifty .ex_s_lick-slide .wpextt_templates {
	margin-top: 4vw !important;
}
.page-template-page-fifty .ex_s_lick-slide .timeline-details {
	padding-top: 15px !important;
}
.page-template-page-fifty .ex_s_lick-slide .timeline-details h2 {
	margin: 0;
}
.page-template-page-fifty .ex_s_lick-slide .timeline-details h2 a {
	width: 100%;
	color: #000 !important;
	line-height: 1.2 !important;
	text-align: center !important;
	font-size: 20px;
}
.page-template-page-fifty .ex_s_lick-slide .timeline-details h2 a,
.page-template-page-fifty .ex_s_lick-slide .timeline-details h2 a::after {
	display: inline-block !important;
}
.page-template-page-fifty .ex_s_lick-slide .timeline-details h2 a::after {
	content: "\f105";
	position: relative;
	left: 2px;
	margin-right: -15px; /* prevent wrapping */
	color: #dd9933;
	font-family: FontAwesome;
	font-size: 18px;
	font-weight: 700;
}
.page-template-page-fifty .ex_s_lick-slide .wptl-excerpt,
.page-template-page-fifty .ex_s_lick-slide .wptl-readmore {
	display: none !important;
}

/* lightbox */
#glightbox-body .goverlay {
	background-color: rgba(0,0,0,.85);
}
#glightbox-body .gprev,
#glightbox-body .gnext,
#glightbox-body .gclose {
	background-color: transparent;
}
#glightbox-slider .gslide-description {
	overflow-y: hidden;
}
#glightbox-slider .lb-image img {
	width: 100%;
	height: auto;
}
#glightbox-slider h3.lb-title {
	margin: 0 0 0 -15px;
	padding: 10px 15px;
	background: #dd9933;
	color: #fff !important;
	font-size: 28px !important;
	font-weight: 700;
	line-height: 1.1;
	text-transform: none;
}
#glightbox-slider h3.lb-title + span {
	margin-bottom: 0;
	color: #dd9933 !important;
	font-size: 28px !important;
	font-weight: 700;
}
#glightbox-slider h3.lb-title::after,
#glightbox-slider h3.lb-title + span i,
#glightbox-slider .exp-lightbox-meta {
	display: none;
}
#glightbox-slider .wptl-social-share span a i {
	font-family: FontAwesome !important;
	transform: scale(1.3);
}
#glightbox-slider .extl-lb-content * {
	font-size: 20px !important;
}
#glightbox-slider .wpex-social-share {
	margin-top: 15px;
}
#glightbox-slider .wptl-social-share > span {
	background: #1a7096 !important;
}
#glightbox-slider .wptl-social-share > span,
#glightbox-slider .wptl-social-share > span a {
	width: 36px;
	height: 36px;
}
#glightbox-slider .gslide-description {
	overflow-y: scroll !important;
}


/* Story (Mission Impact) posts */

.single-story {
	margin: 0;
	background: #f3f3f3;
	font-family: 'Barlow Condensed', sans-serif;
	font-size: 16px;
	line-height: 1.6;
}
.single-story p,
.single-story ul,
.single-story ol {
	font-size: 18px;
}
.single-story a,
.single-story sup {
	color: #1a7096;
}
.single-story a:hover,
.single-story sup:hover {
	color: #dd9933;
}
.single-story sup {
	top: -.2em;
}
.single-story sup:hover {
	cursor: help;
}
.single-story strong.timestamp {
	position: relative;
	font-size: 1.4em;
	font-weight: 600;
}
.single-story .footnote {
	margin: 50px 0 0;
	padding: 30px 0 0;
	border-top: 1px solid #dd9933;
	font-size: 14px;
	opacity: .8;
}
.single-story .header {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 15vw;
	background: #1a7096 !important; /* mid-blue */
	z-index: 2;
}
.single-story .logo {
	position: absolute;
	top: -2vw;
	left: 3%;
	width: 25%;
	margin: 0;
	font-size: 12px;
	opacity: 0;
	z-index: 3;
	animation: fadeIn 1s .5s ease forwards;
}
.single-story p.sponsor {
	position: absolute;
	top: 2vw;
	right: 10%;
	z-index: 2;
	width: 50%;
	margin: 0;
	color: #f3f3f3;
	font-family: 'Barlow Condensed', sans-serif;
	font-size: 4vw;
	font-weight: 400;
	line-height: 1.3;
	margin-top: 0;
	opacity: 0;
	white-space: normal;
	animation: fadeIn 1s .5s ease forwards;
}
.single-story p.sponsor a {
	color: #f3f3f3;
	text-decoration: none;
}
.single-story p.sponsor a::after {
	content: "\f105";
	display: inline-block;
	position: relative;
	top: 1px;
	left: 5px;
	font-family:'FontAwesome';
}
@keyframes fadeIn {
	100% {
		opacity: 1;
	}
}
@-webkit-keyframes fadeIn {
	100% {
		opacity: 1;
	}
}
@keyframes fadeOut {
	100% {
		opacity: 0;
	}
}
@-webkit-keyframes fadeOut {
	100% {
		opacity: 0;
	}
}
.single-story #mk-boxed-layout {
	padding-top: 8.5vw;
}
.single-story figure {
	margin: 0;
}
.single-story figure img {
	width: 100%;
	height: auto;
}
.single-story .featured-img {
	position: absolute;
	left: 3%;
	top: 25vw;
	width: 35%;
	height: auto;
}
.single-story img.alignright,
.single-story img.alignleft {
	margin-top: 10px;
}
.single-story p.wp-caption-text {
	padding: 0 5px;
	font-size: 14px;
	line-height: 1.3;
	text-align: left;
}

.single-story blockquote,
.single-story blockquote::before {
	background: none;
}
.single-story blockquote {
	padding-right: 0;
	padding-left: 0;
}
.single-story blockquote p {
	color: #dd9933;
	font-family: Georgia,Garamond,Times New Roman,serif !important;
	font-size: 5vw;
	font-weight: 400;
	line-height: 1.4;
}
.single-story blockquote p:last-child {
	font-family: Georgia,Garamond,Times New Roman,serif !important;
	font-size: 4vw;
	font-weight: 400;
	line-height: 1.2;
}
.single-story blockquote p:last-child::before {
	content: "\2014";
}
.single-story img,
.single-story .wp-caption,
.single-story div[id*='attachment'],
.single-story iframe {
	max-width: 100% !important;
}
.single-story .wp-caption {
	margin-top: 10px;
}
.single-story .to-timeline {
	position: absolute;
	top: 12vw;
	left: 5%;
	margin: 0;
	font-family: 'Barlow Condensed', sans-serif;
	font-size: 4vw;
	font-weight: 600;
	text-transform: uppercase;
	z-index: 999999999;
}
.single-story .to-timeline::before {
	content: "\f104";
	display: inline-block;
	position: relative;
	left: -5px;
	top: -.05vw;
	color: #1a7096;
	font-family:'FontAwesome';
	font-size: -8vw;
	transition: .5s color;
}
.single-story .to-timeline a {
	transition: .5s color;
}
.single-story .to-timeline:hover::before {
	color: #dd9933;
}
.single-story .title-container {
	position: relative;
	top: -10px;
	left: 30%;
	width: 70%;
	margin-top: 0;
}
.single-story h1.story-title,
.single-story .story-category {
	display: inline-block;
	margin: 0;
	padding: 3px 10px;
	background: #dd9933;
	color: #fff;
}
.single-story h1.story-title {
	position: relative;
	left: 0;
	font-family: Georgia,Garamond,Times New Roman,serif !important;
	font-size: 5vw;
	font-weight: 400;
	line-height: 1.2;
}
.single-story .story-category {
	font-size: 4vw;
	font-weight: 600;
	line-height: 1.2;
	text-transform: uppercase;
}
.single-story .title-container + p {
	margin-top: 30px;
}
.single-story h2 {
	margin: 30px 0 15px;
	color: #dd9933;
	font-size: 20px;
	font-weight: 600;
	text-transform: uppercase;
}


/* Story (Mission Impact) posts: lightbox */
.mfp-bg {
	display: none;
}
.mfp-wrap {
	height: calc(100% - 8vw);
	margin-top: 8vw;
	z-index: 99999;
}
.wqv-lightbox.mfp-close-btn-in .mfp-close {
	top: 1%;
	right: 1%;
	color: #dd9933;
  font-family: Arial,Baskerville,monospace;
	border: 2px solid #dd9933;
}
.wqv-lightbox.mfp-close-btn-in .mfp-close:hover {
	background-color: #dd9933;
	color: #fff;
}
.mfp-wrap iframe {
	max-width: 100%;
}
.wqv-article__content-wrapper,
.single-story #mk-theme-container {
	max-width: 1300px;
	margin-top: 0 !important;
	padding: 5vw 30px 30px 40% !important;
	background: #f3f3f3;
}
.single-story #mk-theme-container {
	padding: 35vw 3vw 10vw !important;
}
.mfp-content {
	overflow-y: scroll !important;
	background: #fff;
}
.mfp-content .wqv-article__content {
	margin-top: 30px;
	padding: 0;
}
.wqv-article__content-wrapper p,
.wqv-article__content-wrapper ul,
.wqv-article__content-wrapper ol {
	font-family: 'Barlow Condensed', sans-serif;
	font-size: 18px;
	line-height: 1.6;
}
.wqv-article__content-wrapper a {
	color: #1a7096;
}
.wqv-article__content-wrapper a:hover {
	color: #dd9933;
}
.wqv-article__content-wrapper .wqv-article__content a {
	text-decoration: underline;
}
.wqv-article__content-wrapper .wqv-article__content a:hover {
	text-decoration: none;
}
.mfp-content figure {
	margin: 0;
}
.mfp-content figure img {
	width: 100%;
	height: auto;
}
.mfp-content .featured-img {
	position: absolute;
  left: 15%;
  width: 22%;
  height: auto;
}
.mfp-content .featured-img {
	position: absolute;
  left: 15%;
  width: 22%;
  height: auto;
}
.mfp-content img.alignright,
.mfp-content img.alignleft {
	margin-top: 10px;
}

.mfp-content blockquote,
.mfp-content blockquote::before {
	background: none;
}
.mfp-content blockquote {
	padding: 15px 0 1px;
}
.mfp-content blockquote p {
	color: #dd9933;
	font-family: Georgia,Garamond,Times New Roman,serif !important;
	font-size: 2.5vw;
	font-weight: 400;
	line-height: 1.4;
}
.mfp-content blockquote p:last-child {
	margin-top: -10px;
	font-family: Georgia,Garamond,Times New Roman,serif !important;
	font-size: 1.8vw;
	font-weight: 400;
	line-height: 1.2;
}
.mfp-content blockquote p:last-child::before {
	content: "\2014";
}
.mfp-content .title-container {
	position: relative;
	left: -10%;
	margin-top: 30px;
}
.mfp-content h1.story-title,
.mfp-content .story-category {
	display: inline-block;
	margin: 0;
	padding: 3px 10px;
	background: #dd9933;
	color: #fff;
}
.mfp-content h1.story-title {
	position: relative;
	/* left: -8%; */
	top: -1px;
	font-family: Georgia,Garamond,Times New Roman,serif !important;
	font-size: 3.2vw;
	font-weight: 400;
	line-height: 1.2;
}
.mfp-content .story-category {
	font-size: 1.85vw;
	font-weight: 600;
	line-height: 1.2;
	text-transform: uppercase;
}
.feature-founder .mfp-content .story-category {
	display: none;
}
.mfp-content h2 {
	margin: 30px 0 15px;
	color: #dd9933;
	font-size: 20px;
	font-weight: 600;
	text-transform: uppercase;
}
.mfp-content sup {
	top: -.2em;
}
.mfp-content sup:hover {
	cursor: help;
}
.mfp-content i {
	font-family: FontAwesome !important;
	font-size: 12px !important;
}
.mfp-content strong.timestamp {
	position: relative;
	font-size: 1.4em;
	font-weight: 600;
}



/* Stories (Mission Impact) index page */
.page-template-page-stories #theme-page {
	margin: 0;
	background: #f3f3f3;
	font-family: 'Barlow Condensed', sans-serif;
	font-size: 16px;
	line-height: 1.6;
}
.page-template-page-stories #theme-page p,
.page-template-page-stories #theme-page ul,
.page-template-page-stories #theme-page ol {
	font-size: 18px;
}
.page-template-page-stories #theme-page p.more {
	margin-top: -15px;
	font-size: 16px;
	font-weight: 600;
	text-transform: uppercase;
}
.page-template-page-stories #theme-page a,
.page-template-page-stories #theme-page sup {
	color: #1a7096;
}
.page-template-page-stories #theme-page a:hover,
.page-template-page-stories #theme-page sup:hover {
	color: #dd9933;
}
.page-template-page-stories #theme-page .theme-content > p:first-child {
	font-size: 4vw;
	font-family: Georgia,Garamond,Times New Roman,serif;
	line-height: 1.4;
}
.page-template-page-stories #theme-page h2 {
	margin: 20px 0 0;
	padding: 50px 0 0;
	border-top: 1px solid rgba(0,0,0,.2);
	color: #1a7096;
	font-size: 4vw;
	font-weight: 600;
	text-transform: uppercase;
}

.page-template-page-stories #theme-page h2:first-of-type {
	margin-top: 50px;
	padding-top: 0;
	border-top: none;
}
.page-template-page-stories #theme-page article.story {
	margin: 40px 0;
}
.page-template-page-stories #theme-page figure,
.page-template-page-stories #theme-page .wp-caption,
.page-template-page-stories #theme-page img {
	display: none;  /* only featured image displays */
}
.page-template-page-stories #theme-page figure.featured-image {
	display: block;
	max-height: 350px;
	overflow: hidden;
	margin: 10px 0 20px;
}
.page-template-page-stories #theme-page figure.featured-image img {
	display: block;
	width: 100%;
	height: auto;
}
.page-template-page-stories #theme-page .title-container {
	margin-top: 0;
}
.page-template-page-stories #theme-page h1.story-title {
	margin: -7px 0 15px;
	line-height: 1.3;
}
.page-template-page-stories #theme-page h1.story-title a {
	display: inline-block;
	position: relative;
	margin: 0;
	padding: 3px 10px;
	background: #dd9933;
	color: #fff;
	font-family: Georgia,Garamond,Times New Roman,serif !important;
	font-size: 4vw;
	font-weight: 400;
	line-height: 1.2;
}
.page-template-page-stories #theme-page h1.story-title a:hover {
	background: #1a7096;
}
.page-template-page-stories #theme-page .title-container + p {
	margin-top: 30px;
}
.page-template-page-stories #theme-page article.story blockquote {
	display: none;
}



/* Alumni index page */
.page-template-page-alums .alum {
	margin: 40px 0 0;
}
.page-template-page-alums .alum .featured-image {
	max-width: 150px;
}
.page-template-page-alums .alum h1.alum-name {
	margin: 10px 0 0;
	font-size: 24px;
}
.page-template-page-alums .alum p.alum-meta {
	margin: 5px 0 0;
	font-size: 14px;
	line-height: 1;
	text-transform: uppercase;
	opacity: .8;
}
.page-template-page-alums .alum p.alum-meta span + span {
	margin-left: 5px;
	padding-left: 8px;
	border-left: 1px solid rgba(0,0,0,.6);
}
.page-template-page-alums .alum .alum-message {
	margin: 10px 0 0;
	font-size: 16px;
}





/* MapPress */
.mapp-iw * {
  font-family: Open Sans, sans-serif !important;
  font-size: 15px !important;
  line-height: 1.4 !important;
}
.mapp-iw a,
.mapp-iw a:link,
.mapp-iw a:visited {
  color: #f90 !important;
  font-weight: 700 !important;
}





/* MapPress: Housing Element Enforcement and Advocacy */
.single.affordable-housing .mapp-layout {
  position: relative;
  top: -30px;
}
.single.affordable-housing .mapp-menu-toggle,
.single.affordable-housing .mapp-geolocate-control-wrapper {
  display: none !important;
}
.single.affordable-housing .mapp-list {
  position: relative !important;
  padding-top: 35px !important;
}
.single.affordable-housing .mapp-list::before,
.single.affordable-housing .mapp-list::after {
  display: block;
  position: absolute;
  top: 10px;
  font-size: 12px;
  font-weight: 600;
  text-transform: uppercase;
}
.single.affordable-housing .mapp-list::before {
  content: "Current housing element work";
  left: 10px;
  color: #f90;
}
.single.affordable-housing .mapp-list::after {
  content: "Past housing element work";
  left: 250px;
  color: #666;
}
.single.affordable-housing .mapp-list .mapp-item {
  display: inline-block !important;
  padding: 2px !important;
  border-bottom: none !important;
}
.single.affordable-housing .mapp-list .mapp-title {
  padding-left: 3px !important;
  font-size: 12px !important;
}
.single.affordable-housing .mapp-iw .mapp-template {
  display: block !important;
}
.single.affordable-housing .mapp-iw .mapp-info {
  padding: 5px !important;
}
.single.affordable-housing .mapp-iw .mapp-dir-wrapper {
  display: none !important;
}




/* 50th Anniversary Sponsorships */
.page-template-page-fifty-sponsorships {
	background: #1a7096; /* mid-blue */
  overflow-x: hidden;
}
.page-template-page-fifty-sponsorships .master-holder-bg {
	background: none !important;
}
.page-template-page-fifty-sponsorships #mk-boxed-layout {
	padding-top: 24vw;
}
.page-template-page-fifty-sponsorships #mk-theme-container {
	max-width: 1300px;
  padding: 0 3% 90px;
}

.page-template-page-fifty-sponsorships .theme-page-wrapper {
	margin: 0 auto !important;
}
.page-template-page-fifty-sponsorships .theme-page-wrapper .theme-content {
	padding: 0 !important;
}
.page-template-page-fifty-sponsorships .hidden,
.page-template-page-fifty-sponsorships .mk-header,
.page-template-page-fifty-sponsorships .mk-header-toolbar,
.page-template-page-fifty-sponsorships #mk-page-introduce,
.page-template-page-fifty-sponsorships #mk-footer,
.page-template-page-fifty-sponsorships .mk-quick-contact-link {
	display: none !important;
}
.page-template-page-fifty-sponsorships section[data-vc-full-width="true"] > .vc_row[data-mk-full-width="true"] {
	width: 100% !important;
	left: 0 !important;
}

.page-template-page-fifty-sponsorships .photonic-loading {
  display: none !important;
}
.page-template-page-fifty-sponsorships .gala-media {
  margin: 50px 0 0 -100%;
}

.page-template-page-fifty-sponsorships p.back {
	position: relative;
  top: -2vw;
	margin: 0;
	font-family: 'Barlow Condensed', sans-serif;
	font-size: 18px;
	font-weight: 600;
	text-align: right;
	text-transform: uppercase;
	z-index: 999999999;
}
.page-template-page-fifty-sponsorships a.back {
	color: #dd9933;
	transition: .5s color;
}
.page-template-page-fifty-sponsorships a.back::before {
	content: "\f104";
	display: inline-block;
	position: relative;
	top: -1px;
	left: -6px;
	color: #dd9933;
	font-family:'FontAwesome';
	font-size: 20px;
	transition: .5s color;
}
.page-template-page-fifty-sponsorships a.back:hover,
.page-template-page-fifty-sponsorships a.back:hover::before {
	color: #fff;
}

.page-template-page-fifty-sponsorships *,
.page-template-page-fifty-sponsorships h1,
.page-template-page-fifty-sponsorships h2 {
	color: #fff;
	font-family: 'Barlow Condensed', sans-serif;
}
.page-template-page-fifty-sponsorships.page-id-32771 .sponsor-section h2,
.page-template-page-fifty-sponsorships.page-id-32771 .sponsor-section h3 {
	color: #f90;
}
.page-template-page-fifty-sponsorships.page-id-32771 .sponsor-section h3 {
  margin: 20px 0 30px;
  text-transform: uppercase;
  font-weight: 700;
  color: #f90;
  font-size: 14px;
}
.page-template-page-fifty-sponsorships .page-title-block,
.page-template-page-fifty-sponsorships .intro-text-pull,
.page-template-page-fifty-sponsorships .benefits-section .vc_row:nth-child(n+2):nth-child(odd),
.page-template-page-fifty-sponsorships .awardees-section > div:nth-child(even) {
	position: relative;
	left: -37vw;
	width: 32.5vw;
}
.page-template-page-fifty-sponsorships .intro-text-block {
	/* margin-top: -10vw; */
}
.page-template-page-fifty-sponsorships .intro-text-block a {
  text-decoration: underline;
}
.page-template-page-fifty-sponsorships .page-title-block h1 {
  margin-bottom: 10px;
	color: #dd9933;
	font-size: 4.99vw;
	font-weight: 700;
	line-height: 1;
	text-transform: uppercase;
}
.page-template-page-fifty-sponsorships .page-title-block p.location-time {
  font-size: 5.5vw;
  line-height: 1.3;
}
.page-template-page-fifty-sponsorships .intro-text-block *,
.page-template-page-fifty-sponsorships h2,
.page-template-page-fifty-sponsorships .benefits-section h1,
.page-template-page-fifty-sponsorships .awardees-section h1,
.page-template-page-fifty-sponsorships .videos-section h1 {
	font-family: Georgia,Garamond,Times New Roman,serif !important;
	font-size: 4vw !important;
	line-height: 1.5;
}
.page-template-page-fifty-sponsorships .wpb_single_image h2 {
  font-family: 'Barlow Condensed',sans-serif !important;
  font-size: 6vw !important;
  line-height: 1.3;
}
.page-template-page-fifty-sponsorships .wpb_single_image figcaption {
  line-height: 1.5;
  font-size: 16px;
}
.page-template-page-fifty-sponsorships .videos-section h1 {
  margin-top: 30px;
	font-size: 2.2vw !important;
}
.page-template-page-fifty-sponsorships .intro-text-pull h2 {
	font-size: 3vw !important;
	white-space: nowrap;
}
.page-template-page-fifty-sponsorships .benefits-section h1 {
	font-size: 3vw !important;
}
.page-template-page-fifty-sponsorships .awardees-section h1 {
	font-size: 6vw !important;
}
.page-template-page-fifty-sponsorships .videos-section h1 {
	font-size: 4vw !important;
}
.page-template-page-fifty-sponsorships .main-text-block {
	margin: 0 0 30px;
}
.page-template-page-fifty-sponsorships .main-text-block p {
	font-size: 21px;
}
.page-template-page-fifty-sponsorships .photo-note p {
	margin-top: 40px;
}

.page-template-page-fifty-sponsorships .sponsorship-img,
.page-template-page-fifty-sponsorships .intro-text-block,
.page-template-page-fifty-sponsorships .main-text-block,
.page-template-page-fifty-sponsorships .photo-note,
.page-template-page-fifty-sponsorships .button,
.page-template-page-fifty-sponsorships .videos-section,
.page-template-page-fifty-sponsorships .back {
	opacity: 0;
	animation: fadeInPix 1s ease forwards;
}
.page-template-page-fifty-sponsorships .intro-text-block,
.page-template-page-fifty-sponsorships .main-text-block,
.page-template-page-fifty-sponsorships .photo-note,
.page-template-page-fifty-sponsorships .button,
.page-template-page-fifty-sponsorships .videos-section,
.page-template-page-fifty-sponsorships .back {
	animation-delay: 6s;
}
.page-template-page-fifty-sponsorships .sponsorship-img.one {
	animation-delay: 3s;
}
.page-template-page-fifty-sponsorships .sponsorship-img.two {
	animation-delay: 5s;
}
.page-template-page-fifty-sponsorships .sponsorship-img.three {
	animation-delay: 5s;
}
.page-template-page-fifty-sponsorships .video-trigger {
  margin-top: 40px;
}
.page-template-page-fifty-sponsorships .video-trigger figure,
.page-template-page-fifty-sponsorships .awardee-figure {
  position: relative;
}
.page-template-page-fifty-sponsorships .video-trigger figure:hover,
.page-template-page-fifty-sponsorships .awardee-figure:hover {
  cursor: zoom-in;
}
.page-template-page-fifty-sponsorships .video-trigger figure::after,
.page-template-page-fifty-sponsorships .awardee-figure::after {
  content: "\f144";
  position: absolute;
  font-family: FontAwesome;
  font-size: 36px;
  top: 50%;
  left: 50%;
  transform: translate(-50%,-50%);
}

@keyframes fadeInPix {
	100% {
		opacity: 1;
	}
}
@-webkit-keyframes fadeInPix {
	100% {
		opacity: 1;
	}
}

.page-template-page-fifty-sponsorships .benefits-section,
.page-template-page-fifty-sponsorships .awardees-section {
	margin: 8vw 0 0;
}
.page-template-page-fifty-sponsorships .benefits-section h1,
.page-template-page-fifty-sponsorships .awardees-section h1 {
	margin-bottom: 40px;
}
.page-template-page-fifty-sponsorships .awardees-row:nth-child(n+2) h1 {
  margin-top: 40px;
}
.page-template-page-fifty-sponsorships .benefits-section .vc_row:nth-child(n+3) .level-label {
	margin: -24px 0;
}
.page-template-page-fifty-sponsorships .benefits-section .level-label h3 {
	display: inline-block;
	position: relative;
	top: 2px;
	margin: 0;
	padding: 2px 7px 1px;
	color: #fff;
	font-size: 20px;
	font-weight: 700;
	text-transform: uppercase;
	background: #dd9933;
}
.page-template-page-fifty-sponsorships .benefits-section .level-label h3 em {
	font-style: normal;
	font-weight: 400;
}
.page-template-page-fifty-sponsorships .benefits-section ul {
	margin: 0;
	padding-top: 7px;
	padding-right: 15px;
	padding-bottom: 12px;
	padding-left: 15px;
	border: 2px solid #dd9933;
	font-weight: 600;
	list-style: none;
	background: rgba(255,255,255,.1);
}
.page-template-page-fifty-sponsorships .benefits-section li {
	position: relative;
	margin: 5px 0 0;
	padding-left: 20px;
	color: #fff;
	font-size: 18px;
}
.page-template-page-fifty-sponsorships .benefits-section li::before {
	content: "";
	position: absolute;
	left: 0;
	top: 8px;
	width: 10px;
	height: 10px;
	background: #dd9933;
}
.page-template-page-fifty-sponsorships .sponsor-section {
  /* left: 0 !important; */
  margin: 80px 0 -80px;
  padding: 50px 0;
  background: #fff;
}
.page-template-page-fifty-sponsorships .sponsor-section h2 a {
  color: #1a7096;
}

.page-template-page-fifty-sponsorships .note p {
	line-height: 1.3;
}
.page-template-page-fifty-sponsorships .cta {
	position: relative;
	top: -9vw;
	padding: 1.5vw 1vw .5vw;
	background: #dd9933;
}
.page-template-page-fifty-sponsorships .cta p {
	font-size: 4vw;
	font-weight: 400;
	line-height: 1.1;
}
.page-template-page-fifty-sponsorships .cta p:first-child {
	font-size: 6vw;
}
.page-template-page-fifty-sponsorships .cta p strong {
	font-weight: 600;
}
.page-template-page-fifty-sponsorships .cta a {
	color: #fff;
	text-decoration: none;
}
.page-template-page-fifty-sponsorships .cta a:hover {
	text-decoration: underline;
}
/* Gala page  */
.page-template-page-fifty-sponsorships .awardees-row p {
 font-size: 18px;
 line-height: 1.4;
}
.page-template-page-fifty-sponsorships .awardees-row figure {
  margin-bottom: 10px;
}
.page-template-page-fifty-sponsorships .awardees-col > div:nth-child(n+3) {
 margin-top: 30px;
}
.page-template-page-fifty-sponsorships .awardee-block img {
 width: 100%;
}
.page-template-page-fifty-sponsorships .awardee-block p {
 margin-bottom: 0;
}
/* .page-template-page-fifty-sponsorships .main-text-block p a, */
.page-template-page-fifty-sponsorships .awardee-block p a {
  text-decoration: underline;
}
.page-template-page-fifty-sponsorships .button {
 padding: 5px 20px;
 font-size: 24px;
 font-weight: 600;
 background-color: #d93;
}
.page-template-page-fifty-sponsorships .photos-section {
  margin-top: 50px;
}

/* 50th Anniversary Sponsors page */
.page-template-page-fifty-sponsorships.page-id-32621 #mk-theme-container  {
  padding: 0 0 30px;
}
.page-template-page-fifty-sponsorships.page-id-32621 .mk-grid {
  max-width: 1300px;
  margin: 0;
}
.page-template-page-fifty-sponsorships.page-id-32621 h2.thanks  {
  font-size: 7vw !important;
}
.page-template-page-fifty-sponsorships.page-id-32621 .wpls-logo-showcase-slider-wrp {
  padding: 30px 0;
  background: #fff;
}
.page-template-page-fifty-sponsorships.page-id-32621 .sponsor-list {
  padding: 20px 3% 30px;
  background: #fff;
}
.page-template-page-fifty-sponsorships.page-id-32621 .sponsor-list p,
.home .sponsor-list p {
  margin: 10px 0 0;
  color: #1a7096;
  font-size: 18px;
}
.page-template-page-fifty-sponsorships.page-id-32621 .sponsor-list + .sponsor-hdg,
.home .sponsor-list + .sponsor-hdg {
  margin-top: 80px;
}
.page-template-page-fifty-sponsorships.page-id-32621 .sponsor-list img.sponsor-logo,
.home .sponsor-list img.sponsor-logo {
  display: block;
  position: relative;
  margin: 0 auto;
}
/* slideshow */
.splide__arrow {
  top: 25% !important;
}






@media screen and (min-width: 375px) {

  /* sponsorships */
  .page-template-page-fifty-sponsorships .sponsorship-img.two {
    top: 62vw;
  }
  .page-template-page-fifty-sponsorships .sponsorship-img.three {
    top: 112vw;
  }
  .page-template-page-fifty-sponsorships .sponsorship-img.four {
    top: 151vw;
  }

}



@media screen and (min-width: 480px) {

  /* sponsorships */
  .page-template-page-fifty-sponsorships .sponsorship-img.two {
    top: 55vw;
  }
  .page-template-page-fifty-sponsorships .sponsorship-img.three {
    top: 100vw;
  }
  .page-template-page-fifty-sponsorships .sponsorship-img.four {
    top: 128vw;
  }
  .page-template-page-fifty-sponsorships .awardees-row figure {
    margin-bottom: 0;
  }
  .page-template-page-fifty-sponsorships .awardees-row:nth-child(n+2) figure {
    margin-bottom: 10px;
  }
  .page-template-page-fifty-sponsorships .awardee-block {
    position: relative;
    min-height: 170px;
    margin: 0;
    padding: 0 0 0 175px;
  }
  .page-template-page-fifty-sponsorships .awardee-block figure {
    position: absolute;
    top: 10px;
    left: 0;
    width: 150px;
  }

}



@media screen and (min-width: 600px) {

  /* sponsorships */
  .page-template-page-fifty-sponsorships .page-title-block p.location-time {
    font-size: 24px;
  }
  .page-template-page-fifty-sponsorships .sponsorship-img.two {
    top: 45vw;
  }
  .page-template-page-fifty-sponsorships .sponsorship-img.three {
    top: 90vw;
  }
  .page-template-page-fifty-sponsorships .sponsorship-img.four {
    top: 117vw;
  }

}



@media screen and (min-width: 768px) {

	.gform_wrapper .gfield textarea {
		height: 100px !important;
	}

	/* 50th anniversary */
	.page-template-page-fifty .tl-filters {
		width: 70% !important;
		margin: calc(31vw + 80px) auto 2vw;
	}
	.page-template-page-fifty .history-section .tl-filters > .wpb_column {
		width: 15% !important;
		margin-left: 6% !important;
	}

	/* stories */
	.page-template-page-stories #theme-page .theme-content > p:first-child {
		margin-left: 33%;
		font-size: 30px;
	}
	.page-template-page-stories #theme-page h2 {
		font-size: 30px;
	}
	.page-template-page-stories #theme-page h1.story-title a {
		font-size: 24px;
	}
	.page-template-page-stories #theme-page figure.featured-image {
		float: left;
		width: 30%;
		max-width: 280px;
		max-height: 250px;
		margin: 3px 3% 15px 0;
	}
	.page-template-page-stories #theme-page .story-text {
		float: left;
		width: 67%;
	}
	.single-story .header {
		height: 8.5vw;
	}
	.single-story .logo {
		left: 11%;
		width: 15%;
	}
	.single-story p.sponsor {
		top: 3vw;
		width: auto;
		font-size: 2vw;
		white-space: nowrap;
	}
	.single-story #mk-theme-container {
		padding: 10vw 30px 30px 40% !important;
	}
	.single-story .to-timeline {
		left: calc(15% - 8px);
		top: 4vw;
		font-size: 1.7vw;
	}
	.single-story .featured-img {
		left: 15%;
		top: 8vw;
		width: 22%;
	}
	.single-story .title-container {
		left: -10%;
		width: 100%;
	}
	.single-story .story-category {
		font-size: 1.85vw;
	}
	.single-story h1.story-title {
		font-size: 3.2vw;
	}
	.single-story blockquote p {
		font-size: 2.5vw;
	}
	.single-story blockquote p:last-child {
		font-size: 1.8vw;
	}

  /* sponsorships */
  .page-template-page-fifty-sponsorships #mk-boxed-layout {
  	padding-top: 10vw;
  }
  .page-template-page-fifty-sponsorships #mk-theme-container {
		padding: 0 3% 90px 30%;
	}
  .page-template-page-fifty-sponsorships .intro-text-block {
    position: relative;
  }
  .page-template-page-fifty-sponsorships .intro-text-block *
  .page-template-page-fifty-sponsorships .page-title-block h1 {
		position: relative;
		top: calc(30px - 5vw);
		font-size: 36px;
		letter-spacing: -.05px;
    text-align: right;
	}
  .page-template-page-fifty-sponsorships .intro-text-block *,
  .page-template-page-fifty-sponsorships h2,
  .page-template-page-fifty-sponsorships .benefits-section h1,
  .page-template-page-fifty-sponsorships .awardees-section h1,
  .page-template-page-fifty-sponsorships .videos-section h1 {
  	font-size: 1.7vw !important;
  }
  .page-template-page-fifty-sponsorships .video-trigger {
    margin-top: 0;
  }
  .page-template-page-fifty-sponsorships .sponsorship-img.one,
  .page-template-page-fifty-sponsorships .sponsorship-img.three {
  	position: absolute;
  	height: auto;
  }
  .page-template-page-fifty-sponsorships .sponsorship-img.one {
    left: -26vw;
    top: 28vw;
    width: 27vw;
  }
  .page-template-page-fifty-sponsorships .sponsorship-img.two {
    margin-top: 32vw;
    width: 40vw;
  }
  .page-template-page-fifty-sponsorships .sponsorship-img.three {
    left: -21vw;
    top: 118vw;
    width: 23vw;
  }
  .page-template-page-fifty-sponsorships .video-trigger figure {
    display: block;
  }
  .page-template-page-fifty-sponsorships .video-trigger figure::after,
  .page-template-page-fifty-sponsorships .awardee-figure::after {
    opacity: 0;
    transition: opacity .5s;
  }
  .page-template-page-fifty-sponsorships .video-trigger figure::after {
    top: 30%;
    transform: translateY(0);
  }
  .page-template-page-fifty-sponsorships .video-trigger figure:hover::after,
  .page-template-page-fifty-sponsorships .awardee-figure:hover::after {
    opacity: 1;
  }
  .page-template-page-fifty-sponsorships .sponsorship-img h2 {
    position: relative;
    font-size: 2vw !important;
  }
  .page-template-page-fifty-sponsorships .sponsorship-img figcaption {
    position: relative;
  }
  .page-template-page-fifty-sponsorships .sponsorship-img.one h2,
  .page-template-page-fifty-sponsorships .sponsorship-img.one figcaption {
    left: 30vw;
    width: 40vw
  }
  .page-template-page-fifty-sponsorships .sponsorship-img.one h2 {
    top: 3.8vw;
  }
  .page-template-page-fifty-sponsorships .sponsorship-img.one figcaption {
    top: -15vw;
  }
  .page-template-page-fifty-sponsorships .sponsorship-img.two h2,
  .page-template-page-fifty-sponsorships .sponsorship-img.two figcaption {
    left: -26vw;
    width: 24vw;
  }
  .page-template-page-fifty-sponsorships .sponsorship-img.two h2 {
    top: 9vw;
  }
  .page-template-page-fifty-sponsorships .sponsorship-img.two figcaption {
    top: -18vw;
    margin-bottom: -15px;
  }
  .page-template-page-fifty-sponsorships .sponsorship-img.three h2,
  .page-template-page-fifty-sponsorships .sponsorship-img.three figcaption {
    left: 25vw;
    width: 40vw;
  }
  .page-template-page-fifty-sponsorships .sponsorship-img.three h2 {
    top: 3.3vw;
  }
  .page-template-page-fifty-sponsorships .sponsorship-img.three figcaption {
    top: -12.5vw;
    margin-bottom: -12vw;
  }
  .page-template-page-fifty-sponsorships .awardees-section {
  	margin-top: 28vw;
  }
  .page-template-page-fifty-sponsorships .awardees-section h1 {
    font-size: 32px !important;
	}
  .page-template-page-fifty-sponsorships .videos-section h1 {
    font-size: 24px !important;
	}

  /* sponsors page */
  .page-template-page-fifty-sponsorships.page-id-32621 h2.thanks  {
    margin: -50px 0 0;
    font-size: 3vw !important;
  }
  .page-template-page-fifty-sponsorships.page-id-32621 .sponsor-list {
    column-count: 2;
  }
  .page-template-page-fifty-sponsorships.page-id-32621 .sponsor-list.image {
    column-count: 1;
  }
  .page-template-page-fifty-sponsorships.page-id-32621 .sponsor-list p {
    display: inline-block;
    width: 100%;
    text-align: left !important;
  }

	/* alums */
	.page-template-page-alums .alum {
		margin-top: 50px;
	}
	.page-template-page-alums .alum .featured-image {
		float: left;
		margin: 5px 3% 0 0;
	}
	.page-template-page-alums .alum h1.alum-name {
		margin-top: 0;
	}

}



@media screen and (min-width: 900px) {
	.page-template-page-fifty .tl-filters {
		margin-top: 55vw;
	}
	.page-template-page-stories #theme-page .theme-content > p:first-child {
		margin-left: 0;
	}
}


@media screen and (min-width: 960px) {

	.page-template-page-fifty .tl-filters h3 strong {
		font-size: 42px;
	}
	.page-template-page-fifty .history-section .tl-filters > .wpb_column {
		/* width: 100px !important;
		margin-left: 7.9% !important; */
	}
	.page-template-page-fifty .history-section .tl-filters > .wpb_column:first-child {
		margin-left: 0 !important;
	}

  /* sponsorships */
  .page-template-page-fifty-sponsorships .intro-text-block {
    /* top: -75px; */
  }
  .page-template-page-fifty-sponsorships .page-title-block p.location-time {
    font-size: 24px;
  }

}





@media screen and (min-width: 1024px) {

  .page-template-page-fifty-sponsorships .sponsorship-img.two {
    margin-top: 24vw;
  }
  .page-template-page-fifty-sponsorships .sponsorship-img.three {
    top: 90vw;
  }
  .page-template-page-fifty-sponsorships .awardees-section {
    margin-top: 18vw;
  }

}




@media screen and (min-width: 1100px) {

	.page-title {
		margin-top: 35px;
	}

  /* sponsors page */
  .page-template-page-fifty-sponsorships.page-id-32621 .sponsor-list {
    column-count: 3;
  }
  .page-template-page-fifty-sponsorships.page-id-32621 .sponsor-list.image {
    column-count: 1;
  }
  .page-template-page-fifty-sponsorships.page-id-32621 h2.thanks  {
    margin-top: -100px;
  }

}

@media screen and (min-width: 1300px) {
	.page-template-page-fifty .tl-filters {
		width: 909px !important;
		left: 0 !important;
		margin-top: 500px;
		margin-left: calc(50% - 455px) !important;
	}
	.page-template-page-fifty .timeline-row {
		min-height: 33vh !important;
	}
	.page-template-page-fifty .wqv-lightbox.mfp-close-btn-in .mfp-close {
		right: auto;
		left: 1240px;
	}
	.page-template-page-fifty .wqv-article__content-wrapper {
	  padding-right: 0 !important;
	  padding-left: 522px !important;
	}
	.page-template-page-fifty .mfp-wrap {
	/* .single-story #mk-boxed-layout { */
		height: calc(100% - 111px);
		margin-top: 111px;
	}
	.page-template-page-fifty .mfp-wrap article.wqv-article {
		position: relative;
		max-width: 1300px;
		margin: 0 auto;
	}
	.page-template-page-fifty .wqv-lightbox.mfp-close-btn-in .mfp-close {
		left: calc(50vw + 590px);
	}
	.single-story #mk-boxed-layout {
		padding-top: 111px;
	}
	.single-story #mk-theme-container {
		padding: 85px 0 30px 522px !important;
	}
	.single-story .to-timeline {
		top: 13px;
		font-size: 20px;
	}
	.single-story .to-timeline::before {
		font-size: 20px;
	}
	.single-story .featured-img {
		top: 60px;
	}
	.mfp-content .story-category,
	.single-story .story-category {
		font-size: 24px;
	}
	.mfp-content h1.story-title,
	.single-story h1.story-title {
		/* left: -8%; */
		font-size: 44px;
	}
	.single-story .header .inner,
	.single-story #mk-boxed-layout {
		position: relative;
		max-width: 1300px;
		margin: 0 auto;
	}
	.single-story .header {
		height: 111px;
	}
	.single-story .logo {
		top: -26px;
		width: 195px;
	}
	.single-story p.sponsor {
		top: 39px;
		left: 51%;
		font-size: 26px;
	}
	.single-story blockquote p,
	.mfp-content blockquote p {
		font-size: 32px;
	}
	.single-story blockquote p:last-child,
	.mfp-content blockquote p:last-child {
		font-size: 24px;
	}

  /* sponsorships */
  .page-template-page-fifty-sponsorships .logo {
    width: 192px;
  }
  .page-template-page-fifty-sponsorships .page-title-block h1,
  .page-template-page-fifty-sponsorships .page-title-block p.location-time {
    top: calc(88px - 10vw);
  }
	.page-template-page-fifty-sponsorships .page-title-block,
	.page-template-page-fifty-sponsorships .intro-text-pull,
	.page-template-page-fifty-sponsorships .benefits-section .vc_row:nth-child(n+2):nth-child(odd),
  .page-template-page-fifty-sponsorships .awardees-section > div:nth-child(even) {
		left: -569px;
		width: 500px;
	}
	.page-template-page-fifty-sponsorships .intro-text-pull h2,
	.page-template-page-fifty-sponsorships .benefits-section h1 {
		font-size: 39px !important;
	}
  .page-template-page-fifty-sponsorships .intro-text-block * {
    font-size: 22px !important;
  }
	.page-template-page-fifty-sponsorships .sponsorship-img.one {
    left: -323px;
    top: 440px;
		width: 338px;
	}
	.page-template-page-fifty-sponsorships .sponsorship-img.two {
	  margin-top: 290px;
	  width: 312px;
	}
	.page-template-page-fifty-sponsorships .sponsorship-img.three {
    left: -255px;
	  top: 1040px;
	  width: 270px;
	}
  .page-template-page-fifty-sponsorships .sponsorship-img.one h2,
  .page-template-page-fifty-sponsorships .sponsorship-img.one figcaption {
    left: 360px;
    width: 450px;
  }
  .page-template-page-fifty-sponsorships .sponsorship-img.one h2 {
    top: 34px;
  }
  .page-template-page-fifty-sponsorships .sponsorship-img.one figcaption {
    top: -190px;
  }
  .page-template-page-fifty-sponsorships .sponsorship-img.two h2,
  .page-template-page-fifty-sponsorships .sponsorship-img.two figcaption {
    left: -342px;
    width: 320px;
  }
  .page-template-page-fifty-sponsorships .sponsorship-img.two h2 {
    top: 54px;
  }
  .page-template-page-fifty-sponsorships .sponsorship-img.two figcaption {
    top: -155px;
  }
  .page-template-page-fifty-sponsorships .sponsorship-img.three h2,
  .page-template-page-fifty-sponsorships .sponsorship-img.three figcaption {
    left: 290px;
    width: 450px;
  }
  .page-template-page-fifty-sponsorships .sponsorship-img.three h2 {
    top: 35px;
  }
  .page-template-page-fifty-sponsorships .sponsorship-img.three figcaption {
    top: -148px;
  }
	.page-template-page-fifty-sponsorships .cta p {
		font-size: 24px;
	}
	.page-template-page-fifty-sponsorships .cta p:first-child {
		font-size: 32px;
	}
  .page-template-page-fifty-sponsorships .awardees-section {
  	margin-top: 230px;
  }
  .page-template-page-fifty-sponsorships .awardees-row:nth-child(n+2) h1 {
    margin-top: 0;
  }
  .page-template-page-fifty-sponsorships h2 {
    font-size: 32px !important;
  }
  .page-template-page-fifty-sponsorships .wpb_single_image h2 {
    font-size: 18px !important;
  }

  /* sponsors */
  .page-template-page-fifty-sponsorships.page-id-32621 h2.thanks  {
    font-size: 39px !important;
  }

}


@media screen and (min-width: 2000px) {
	.page-template-page-fifty .timeline-row {
		max-width: 2000px;
		margin: 0 auto !important;
	}
}


@media screen and (max-width: 767px) {
	.page-template-page-fifty .tl-filters h3 strong {
		font-size: 7vw;
	}
	.page-template-page-fifty .timeline-media {
		transform: scale(.75) !important;
	}
	.page-template-page-fifty .timeline-details {
		margin-top: -25px !important;
	}
	.page-template-page-fifty .timeline-row {
		min-height: 50vh !important;
	}
	.page-template-page-fifty .ex_s_lick-slide .wp-timeline {
		transform: scale(.7);
    margin-top: -8vw;
	}
	.page-template-page-fifty .ex_s_lick-slide .wpextt_templates {
		margin-top: 8vw !important;
		padding-top: 0 !important;
	}
	.page-template-page-fifty .ex_s_lick-slide .tl-point {
		font-size: 18px !important;
	}
	#glightbox-slider .gslide-inner-content {
		height: 85%;
		max-height: 85%;
		vertical-align: middle;
	}
	#glightbox-slider .ginner-container {
		position: relative;
		top: 3%;
		padding: 0 0 0 10px;
	}
	#glightbox-slider .gslide-description {
		margin: 10px 0;
		overflow-y: scroll;
	}
	#glightbox-slider .extl-lightbox-info {
		padding-right: 10px;
	}
	#glightbox-slider .lb-image {
		margin-bottom: 5px;
	}
	#glightbox-slider h3.lb-title {
		font-size: 5vw;
    padding: 1vw 1vw;
    width: 97%;
    left: 7%;
	}
	#glightbox-slider h3.lb-title + span {
		margin: 5px 0;
		font-size: 5vw;
	}
	#glightbox-slider .extl-lb-content * {
		font-size: 16px;
		line-height: 1.3;
	}
	.mfp-wrap {
		height: calc(100% - 28vw) !important;
		margin-top: 28vw !important;
		z-index: 99999 !important;
	}
	.wqv-article__content-wrapper {
		padding: 5vw 3% 30px 10% !important;
	}
	.mfp-content .featured-img {
		position: relative;
		top: 20vw !important;
		left: -7% !important;
    width: 80% !important;
    margin-bottom: 80px;
	}
	.mfp-content .title-container {
		position: absolute;
		top: 8vw;
		right: 7vw;
		left: auto;
		text-align: right;
	}
	.mfp-content .story-category {
		font-size: 4vw !important;
	}
	.mfp-content h1.story-title {
		top: -2px;
		left: auto;
    font-size: 6vw !important;
	}
	.mfp-content img.alignright,
	.mfp-content img.alignleft {
    width: 100%;
		max-width: none !important;
    margin: 10px 0;
	}
	.mfp-content blockquote sup {
		display: none;
	}
	.mfp-content blockquote p {
		font-size: 5.5vw;
	}
	.mfp-content blockquote p:last-child {
		font-size: 4vw;
	}
	.mfp-content iframe {
		max-height: 160px;
	}

	.page-template-page-fifty-sponsorships {
		overflow-x: hidden;
	}
	.page-template-page-fifty-sponsorships .logo {
		top: -6vw;
		left: -5vw;
		width: 47%;
	}
  .page-template-page-fifty-sponsorships .gala-media {
    margin: 0 0 0 -40%;
  }
	.page-template-page-fifty-sponsorships p.back {
		top: 0vw;
		margin-right: 10px;
		font-size: 16px;
	}
	.page-template-page-fifty-sponsorships a.back::before {
		top: 0;
		left: -5px;
		font-size: 18px;
	}
	.page-template-page-fifty-sponsorships .page-title-block {
    left: -22vw;
    width: 70vw;
    margin-top: 50px;
	}
	.page-template-page-fifty-sponsorships .intro-text-block {
		margin: 10px 0 0;
	}
	.page-template-page-fifty-sponsorships .intro-text-pull {
		top: 5px;
		left: -22vw;
	}
	.page-template-page-fifty-sponsorships .intro-text-pull h2 {
		text-align: left;
    font-size: 6vw !important;
	}
	.page-template-page-fifty-sponsorships .main-text-block p {
		font-size: 18px;
	}
	.page-template-page-fifty-sponsorships .photo-note {
		line-height: 1;
	}
	.page-template-page-fifty-sponsorships .photo-note p {
		margin-top: 10px;
    line-height: 1.3;
	}
	.page-template-page-fifty-sponsorships .benefits-section,
  .page-template-page-fifty-sponsorships .awardees-section {
		position: relative;
		/* left: -29vw;
		width: 90vw; */
    margin-top: 50px;
    padding-left: 0;
	}
	.page-template-page-fifty-sponsorships .benefits-section h1,
  .page-template-page-fifty-sponsorships .awardees-section h1 {
		position: relative;
	}
  .page-template-page-fifty-sponsorships .benefits-section h1 {
		left: 11vw;
    font-size: 6vw !important;
	}
  .page-template-page-fifty-sponsorships .awardees-section h1  {
		left: 0;
	}
	.page-template-page-fifty-sponsorships .benefits-section li {
		font-size: 5vw;
    line-height: 1.3;
	}
	.page-template-page-fifty-sponsorships .benefits-section li::before {
		top: 7px;
		width: 8px;
		height: 8px;
	}
	.page-template-page-fifty-sponsorships .benefits-section .vc_row:nth-child(n+2):nth-child(odd),
  .page-template-page-fifty-sponsorships .awardees-section > div:nth-child(even) {
		left: 0;
		width: 99vw;
	}
	.page-template-page-fifty-sponsorships .benefits-section .vc_row:nth-child(n+3) .level-label {
		margin-top: 20px;
	}
	.page-template-page-fifty-sponsorships .note {
		margin-top: 40px;
	}
	.page-template-page-fifty-sponsorships .cta {
		top: 3vw;
		padding: 6vw ​3% 1vw;
	}
	.page-template-page-fifty-sponsorships .cta p {
		font-size: 4vw;
	}
	.page-template-page-fifty-sponsorships .cta p:first-child {
		font-size: 6vw;
	}

}


@media screen and (min-width: 769px) and (max-height: 1300px) {
	.page-template-page-fifty .timeline-row {
		max-width: 1200px;
		margin: 0 auto !important;
	}
	.page-template-page-fifty .tl-filters {
		margin-top: 39vh;
	}
	.page-template-page-fifty .ex_s_lick-slide .wpextt_templates {
		margin-top: 4vh !important;
	}
}

/* @media screen and (min-width: 769px) and (max-height: 1100px) {
	.page-template-page-fifty p.description-two {
		top: 90px;
		font-size: 2.4vh;
	}
	.page-template-page-fifty .tl-filters {
		margin: 76vh auto 0;
	}
} */

@media screen and (min-width: 769px) and (max-height: 960px) {
	.page-template-page-fifty .tl-filters,
	.page-template-page-fifty .timeline-row {
		transform: scale(.9);
	}
	.page-template-page-fifty .timeline-row {
		height: 200px !important;
	}
}

@media screen and (min-width: 769px) and (max-height: 800px) {
	.page-template-page-fifty .timeline-row {
		overflow-y: scroll !important;
	}
}



@media screen and (min-width: 768px) {
	.page-template-page-fifty-sponsorships .benefits-section,
	.page-template-page-fifty-sponsorships .form-section {
		padding: 0;
	}
}


@media screen and (min-width: 1300px) {
  .page-template-page-fifty-sponsorships .logo {
    left: calc(50vw - 530px);
  }
	.page-template-page-fifty-sponsorships #mk-theme-container {
		padding-left: 642px;
		margin: 0 auto;
	}
  .page-template-page-fifty-sponsorships .gala-media {
    position: relative;
    left: -285px;
    /* margin: 50px 0 0 -485px; */
    margin: 100px calc(50% - 50vw) 0;
  }
	.page-template-page-fifty-sponsorships .intro-section > div {
		width: 612px;
	}
	.page-template-page-fifty-sponsorships .page-title-block,
	.page-template-page-fifty-sponsorships .intro-text-pull {
		width: 422px;
		left: -480px;
	}
}



/*
 @media only screen and (orientation:landscape) {
   body {
     height: 100vw !important;
     transform: rotate(90deg) !important;
   }
 }
*/
/* iPhone X and up */
@media screen and (max-device-width: 640px) and (min-height: 600px) {
		.page-template-page-fifty .tl-filters {
			margin-top: 450px;
		}
	 .wpex.horizontal-timeline.ex-multi-item .timeline-hr {
	 	top: 37px !important;
	 }
	 .page-template-page-fifty .timeline-row .ex_s_lick-list {
	 	padding-top: 20px !important;
	 }
	.page-template-page-fifty .timeline-row .ex_s_lick-prev,
	.page-template-page-fifty .timeline-row .ex_s_lick-next {
		top: 5% !important;
	}
}


@media screen and (min-width: 641px) and (max-width: 768px) {
	.page-template-page-fifty .tl-filters {
		margin-top: 550px;
	}

}
