/*
Theme Name: Light Up The Queen
Theme URI: http://luq2016.mobiusnmdev.com/
Description: Custom child theme from Divi 3.
Author: Möbius New Media
Author URI: http://www.mobiusnm.com
Template: Divi

2016. Copyright. All Rights Reservered by Möbius New Media and Clients.
*/

@import url("../Divi/style.css");

/* 
	Colors:
	purple			#7d285e
	dark purple		#490537
	dark grey		#363636

	Theme customization starts here
------------------------------------------------------- */



/*-----------------------------------------------------
Fonts and Heads
------------------------------------------------------*/

body {
	-webkit-transition: all 500ms ease-in;
	-moz-transition: all 500ms ease-in;
	-o-transition: all 500ms ease-in;
	transition: all 500ms ease-in;
}


h1, h2, h3 { font-family: 'Playfair Display', Georgia, "Times New Roman", serif; }
h4, h5, h6 { font-family: 'Source Sans Pro', Helvetica, Arial, Lucida, sans-serif; }

h1 { 
	font-size: 42px; 
	line-height: 58px;
}

h2 { 
	font-size: 36px;
	line-height: 42px;
	padding-bottom: 30px !important;
}
h3 { 
	font-size: 24px; 
	line-height: 32px;
	padding: 30px 0 !important;
	color: #FFF !important;
}

h3.padding-top {
	padding-top: 140px !important;

}
h4 { 
	font-size: 18px;
	margin-bottom: 20px; 
}

h5 { 
	font-size: 16px; 
	
}

h6 { font-size: 14px; }

.et_pb_bg_layout_dark h2 {
	text-shadow: 0 0 10px rgba(0, 0, 0, .6);
}

.header-content h1 {
	text-shadow: 0 0 10px rgba(0, 0, 0, .6);
}


p.post-meta {
	font-weight: bold;
}

.intro_body_text {
	/*font-family: 'Playfair Display', Georgia, "Times New Roman", serif; */
	margin: 10px auto 0 !important;
	max-width: 900px;
	text-align: center;
	color: #ffffff;
	font-size: 22px;
	font-weight: 400;
	text-shadow: 0 0 10px rgba(0, 0, 0, .6);
	padding-bottom: 50px !important;
}
.intro_body_text h5 span {
	line-height: 40px !important;
	text-shadow: 0 0 10px rgba(0, 0, 0, .6);
}

/*---------------------------------------------------
Main Nav
-----------------------------------------------------*/

#et-top-navigation a.et_pb_button {
    right: 45px;
    margin-top: -14px;
    float: right;
    position: absolute;
    border: 2px solid #7d285e;
    border-radius: 3px;
    background: #7d285e;
    color: #FFF;
}
@media only screen and (max-width: 980px) {
	#et-top-navigation #et_mobile_nav_menu a.et_pb_button {
		display: none !important;
	}
	#et-top-navigation a.et_pb_button {
		margin-top: -4px;
	}
}
@media only screen and (max-width: 650px) {
	#et-top-navigation a.et_pb_button {
		display: none !important;
	}
}

#et-top-navigation a.et_pb_button:hover {
	background: #FFF;
	border: 2px solid #7d285e;
	color: #7d285e;
}

#et-top-navigation span {
    top: 2px;
}

#page-container {
	left: 0 !important;
}
.et_pb_button:before, .et_pb_button:after {
	line-height: 28px !important;
}
body #page-container .et_pb_button_0 {
	border-radius: 3px !important;
}
.et_pb_widget ul li {
	line-height: 24px;
	font-size: 17px;
	padding: 0 0 10px;
}
p.post-meta {
	display: none;
}

.et_pb_gutters3 .et_pb_column_4_4 .et_pb_blog_grid .column.size-1of3 .et_pb_post {
	border: 0px;
}

/*---------------------------------------------------
Footer Nav
-----------------------------------------------------*/
#listcategorypostswidget-3,
#listcategorypostswidget-4 {
	padding: 0 !important;
}
#listcategorypostswidget-2 strong a,
#listcategorypostswidget-3 strong a,
#listcategorypostswidget-4 strong a {
	text-transform: uppercase;
	font-size: 15px;
	letter-spacing: 1px;
	color: #7d285e;
}
#listcategorypostswidget-2 ul li,
#listcategorypostswidget-3 ul li,
#listcategorypostswidget-4 ul li {
	
}
#listcategorypostswidget-2 strong a:after,
#listcategorypostswidget-3 strong a:after,
#listcategorypostswidget-4 strong a:after {
	content: ":";
}
#listcategorypostswidget-3 h4.widgettitle {
	display: none;
}

#listcategorypostswidget-4 h4.widgettitle {
	display: none;
}
.credit {
	text-align: center;
	width: 87px;
	position: absolute;
	right: 75px;
	bottom: 20px;
}

.credit img {
	display: block;
	padding: 6px 0 0;
}

.menu-footer-menu-container,
.menu-footer-menu-2-container {
	padding-top: 48px;

}

#luq_footer span {
	text-transform: capitalize;
}

#luq_footer .et_pb_column:nth-child(2) {
	margin-right: 20px !important;
	width: 18%;
}

#luq_footer .et_pb_column:nth-child(3) {
	margin-right: 0 !important;
	width: 16%;
}
#luq_footer .et_pb_column:nth-child(4) {
	margin-right: 0 !important;
	width: 20%;
}


#luq_footer .et_pb_column:nth-child(3) .et_pb_button {
    margin-top: 7px;
    padding-top: 10px;
    padding-bottom: 10px;
}

#luq_footer .et_contact_bottom_container {
	float: left;
}

.page-id-130 #luq_donate {
	display: none;
}

/*
.et_pb_text_3 p {
	text-shadow: 0 0 10px rgba(0, 0, 0, .6);
}
*/

#luq_footer .et_pb_widget a {
	color: #fff;
	-webkit-transition: all 500ms ease-in;
	-moz-transition: all 500ms ease-in;
	-o-transition: all 500ms ease-in;
	transition: all 500ms ease-in;
}

#luq_footer .et_pb_widget a:hover {
	color: #9b2ca3;
	-webkit-transition: all 500ms ease-in;
	-moz-transition: all 500ms ease-in;
	-o-transition: all 500ms ease-in;
	transition: all 500ms ease-in;
}


.footer-text-2 p {
	font-size: 16px;
	line-height: 25px;
}

.et_pb_row_10 {
	border-top: 1px solid #ccc;
	border-bottom: 1px solid #ccc;
	margin: 0 auto 40px !important;
}


.page-id-138 .et_contact_bottom_container span {
	color: #000 !important;
}
.page-id-138 .et_pb_contact_form_0.et_pb_contact_form_container .input {
	background-color: #CCC;
}

.et_pb_column_5 {
	padding-right: 20px;
} 

.et_pb_social_media_follow {
	float: right;
}

.et_pb_widget_area {
	padding: 0;
}

ul.et_pb_social_media_follow {
	position: absolute;
	top: 8px;
	right: -135px;
}

/*---------------------------------------------------
Sections
-----------------------------------------------------*/

.et_pb_section.back_section {
	box-shadow: inset rgba(0, 0, 0, .4) 0px 4px 15px -4px;
}


/* --------------------------------------------------
Scroll Bar
-------------------------------------------------- */

/*
::-webkit-scrollbar {
    width: 5px;
}
::-webkit-scrollbar-track {
    -webkit-box-shadow: inset 0 0 6px rgba(0,0,0,0.7); 
}
::-webkit-scrollbar-thumb {
    background: #490537; 
    -webkit-box-shadow: inset 0 0 6px rgba(0,0,0,0.3); 
}
::-webkit-scrollbar-thumb:window-inactive {
	background: #490537; 
}
*/


/*--------------------------------------------------
Buttons
---------------------------------------------------*/

.et_pb_button {
	text-transform: uppercase;
	letter-spacing: 3px;
	font-size: 16px;
	font-family: 'Source Sans Pro', Helvetica, Arial, Lucida, sans-serif;
	font-weight: bold;
	border-radius: 1px;
}

.et_pb_button.et_pb_bg_layout_dark {
	color: #aaaaaa !important;
}

.et_pb_contact_submit.et_pb_button {
	color: #aaaaaa;
}

/*--------------------------------------------------
Form / Input
----------------------------------------------------*/

form p .input {
	background-color: #26111f;
	color: #aaaaaa;
}

form p .input:focus {
	background-color: #250f1e;
	color: #ffffff;
}


/*--------------------------------------------------
Pagination
--------------------------------------------------*/

.pagination {
    margin: 20px 0 5px;
}
.pagination .pagination_button {
    border: none;
    padding: 5px;
    transition: all 1s;
}
.pagination .alignleft .pagination_button::before {
	content: "\34";
	display: inline-block;
	margin-right: -19px;
	margin-left: 0;
	font-family: 'ETmodules';
	opacity: 0;
    transition: all .5s;
}
.pagination .alignleft .pagination_button:hover::before {
    opacity: 1;
    margin-left: -19px;
    margin-right: 0;
}

.pagination .alignright .pagination_button::after {
	content: "\35";
	display: inline-block;
	margin-left: -10px;
	margin-right: -30px;
	font-family: 'ETmodules';
	opacity: 0;
    transition: all .5s;
}
.pagination .alignright .pagination_button:hover::after {
    opacity: 1;
    margin-left: 2px;
}

/*----------------------------------------------------
HOME PAGE
----------------------------------------------------*/

.home #home_luq_svg {
	width: 25%;
    margin: auto;
    margin-bottom: 20px;
}
.home .et-waypoint:not(.et_pb_counters) {
	opacity: 1 !important;
}

.home .blog_three_grid{
	margin-bottom: 0 !important;
}
.home .blog_three_grid article {
	background-color: rgba(255, 255, 255, .75);
	margin-bottom: 0 !important;
}

.home .blog_three_grid .et_pb_button {
	float: right;
}

#home_callout_grid .et_pb_column {
	height: 400px;
	width: 100%;
}
#home_callout_grid .et_pb_column .et_pb_image, 
#home_callout_grid .et_pb_column .et_pb_image a {
	height: 100%;
}
#home_callout_grid .et_pb_column .et_pb_image a img {
	height: 100%;
	width: 100%;
	object-fit: cover;
}
/*----------------------------------------------------
EVENTS
----------------------------------------------------*/

#post-28152,
.page-id-27919 .et_pb_post {
	background-position: center top;
}





/*----------------------------------------------------
On Stage Page
----------------------------------------------------*/

.page-id-27919 #header_section h1 {
	color: #ffffff;
	font-style: italic;
	font-family: 'Playfair Display', Georgia, "Times New Roman", serif;
}
.page-id-27919 #header_section .et_pb_row {
	padding-top: 9%;
	padding-bottom: 7%;
}

.page-id-27919 .blog_grid article {
	background-size: cover;
	padding: 0 !important;
	border: none;
	opacity: .7 !important;
}
.page-id-27919 .blog_grid article:hover {
	opacity: .9 !important;
}
.page-id-27919 .blog_grid .et_pb_button {
	display: inline-block;
}
.page-id-27919 .blog_grid article .blog_overlay {
	overflow: hidden;
	padding: 15px;
	transition: 1.5s;
}
.page-id-27919 .blog_grid article .blog_overlay p {
	color: #666;
	line-height: 26px;
}
.page-id-27919 .blog_grid article .blog_overlay h2,
.page-id-27919 .blog_grid article .blog_overlay p,
.page-id-27919 .blog_grid article .blog_overlay .et_pb_button {
	opacity: 0;
	transition: .5s;
}
.page-id-27919 .blog_grid article .blog_overlay h2 {
	margin-top: 0;
}
.page-id-27919 .blog_grid article .blog_overlay:hover {
	max-height: none;
	background-color: white;
}
.page-id-27919 .blog_grid article .blog_overlay:hover h2,
.page-id-27919 .blog_grid article .blog_overlay:hover p,
.page-id-27919 .blog_grid article .blog_overlay:hover .et_pb_button {
	opacity: 1;
}


.page-id-27919 .et_pb_main_blurb_image {
	margin-bottom: -10px;
}
.page-id-27919 .et_pb_main_blurb_image img {
  -webkit-user-drag: none;
  -khtml-user-drag: none;
  -moz-user-drag: none;
  -o-user-drag: none;
  user-drag: none;
}
.page-id-27919 .et_pb_blurb_container {
    position: absolute;
    top: 0;
    padding-top: 40px;
    padding-bottom: 10px;
    width: 100%;
    background: white;
}
.page-id-27919 .et_pb_blurb_content {
	opacity: .8;
    overflow: hidden;
    border-radius: 100%;
    box-shadow: #3F142F 1px 1px 1px 1px;
    transition: all .5s;
}
.page-id-27919 .et_pb_blurb_content.selected {
	opacity: 1 !important;
    box-shadow: white 0px 0px 1px 1.5px !important;
}
.page-id-27919 .et_pb_blurb_content:hover {
	opacity: 1;
	box-shadow: #3F142F 1px 1px 1px 2px;
}
.page-id-27919 .et_pb_blurb_content:active {
	opacity: .9;
	box-shadow: #3F142F 1px 1px .5px .5px;
	transition: all 0s;
}
.page-id-27919 #programs_text {
	background-color: white;
	margin-top: -75px;
	opacity: .7;
}
.page-id-27919 #programs_text p {
	padding: 0;
	visibility: hidden;
	opacity: 0;
	max-height: 0;
	transition: opacity .5s;
}
.page-id-27919 #programs_text p::before {
	content: '';
    position: absolute;
    top: -115px;
    width: 0;
    height: 0;
    border-left: 45px solid transparent;
    border-right: 45px solid transparent;
    border-bottom: 40px solid white;
}
.page-id-27919 #programs_text #smart_arts::before{ left: calc(9% - 10px);}
.page-id-27919 #programs_text #art_residencies::before{ left: calc(35% - 10px);}
.page-id-27919 #programs_text #bridge_sessions::before{ left: calc(61% - 10px);}
.page-id-27919 #programs_text #on_screen::before{ left: calc(86% - 10px);}
.page-id-27919 #programs_text p.selected {
	visibility: visible;
	opacity: 1;
	max-height: 500px;
	padding: 30px;
}

.page-id-27919 #participating_schools {
	background: linear-gradient(
		to bottom, 
		rgba(63,20,47,0) 0%, rgba(63,20,47,0) 20%, rgba(63,20,47, .7) 40%, rgba(63,20,47, .9) 50%,rgba(63,20,47,1) 100%), 
		url(http://luq2016.mobiusnmdev.com/wp-content/uploads/2017/01/LUQ_New_BckPPurp.jpg);
    background-size: cover;
}

.page-id-27919 #participating_schools h2 {
	text-align: center;
	padding-bottom: 20px;
	font-family: 'Playfair Display', Georgia, "Times New Roman", serif;
}
.page-id-27919 #participating_schools h4 {
	text-align: center;
	max-width: 70%;
	margin: auto;
	color: #dbdbdb !important;
	font-size: 24px;
}
.page-id-27919 #participating_schools ul {
	text-align: center;
	padding-top: 25px;
    column-rule: 1px solid #5a3e52;
	margin: auto;
    max-width: 85%;
}
.page-id-27919 #participating_schools .three-column-text li {
	list-style-type: none;
	color: #dbdbdb;
}


/*----------------------------------------------
Programs Page

-----------------------------------------------*/
/*

.page-id-28240 .program-call {
	
	
}

.page-id-28240 .program-call:hover {
	
}

.page-id-28240 .program-call:active {
	
}
*/

.page-id-28240 .program-call .title {
	width: 320px;
	text-align: center;
	line-height: 30px;
}

.page-id-28240 #programs_text p {
	column-count: 2;
}

#program-1 h1,#program-2 h2,#program-3 h2,#program-4 h2 {
	font-size: 32px;
	line-height: 40px;
}

#program-1 a {
	background: url(http://luq2016.mobiusnmdev.com/wp-content/uploads/2017/02/Residency.jpg);
	background-position:center;
	display: inline-block;
	height: 280px;
	width: 280px;
	text-align: center;
	padding-top: 100px;
	border-radius: 100%;
	background-size: cover;
	box-shadow: white 0 0 1px 1px;
	transition: all .4s;
}

#program-1 a:hover {
	box-shadow: white 0 0 3px 3px;
	opacity: .9;
	transition: all 0s;
}

#program-1 a:active {
	box-shadow: white 0 0 3px 3px;
	opacity: .9;
	transition: all 0s;
}


#program-2 a {
	background: url(http://luq2016.mobiusnmdev.com/wp-content/uploads/2017/02/Boysie-Lowery.jpg);
	display: inline-block;
	height: 280px;
	width: 280px;
	text-align: center;
	padding-top: 100px;
	border-radius: 100%;
	background-size: cover;
	box-shadow: white 0 0 1px 1px;
	transition: all .4s;
}

#program-2 a:hover {
	box-shadow: white 0 0 3px 3px;
	opacity: .9;
	transition: all 0s;
}

#program-2 a:active {
	box-shadow: white 0 0 3px 3px;
	opacity: .9;
	transition: all 0s;
}

#program-3 a {
	background: url(http://luq2016.mobiusnmdev.com/wp-content/uploads/2017/02/SmartArts-1.jpg);
	display: inline-block;
	height: 280px;
	width: 280px;
	text-align: center;
	padding-top: 100px;
	border-radius: 100%;
	background-size: cover;
	box-shadow: white 0 0 1px 1px;
	transition: all .4s;
}


#program-3 a:hover {
	box-shadow: white 0 0 3px 3px;
	opacity: .9;
	transition: all 0s;
}

#program-3 a:active {
	box-shadow: white 0 0 3px 3px;
	opacity: .9;
	transition: all 0s;
}


#program-4 a {
	background: url(http://luq2016.mobiusnmdev.com/wp-content/uploads/2017/02/OnScreen.jpg);
	display: inline-block;
	height: 280px;
	width: 280px;
	text-align: center;
	padding-top: 100px;
	border-radius: 100%;
	background-size: cover;
	box-shadow: white 0 0 1px 1px;
	transition: all .4s;
}

#program-4 a:hover {
	box-shadow: white 0 0 3px 3px;
	opacity: .9;
	transition: all 0s;
}

#program-4 a:active {
	box-shadow: white 0 0 3px 3px;
	opacity: .9;
	transition: all 0s;
}


@media only screen and (max-width: 1250px) {
	.page-id-28240 .et_pb_section_1 .et_pb_row_0 .et_pb_column {
		width: 45.25% !important;
	}	
}

@media only screen and (max-width: 650px) {
	.page-id-28240 .et_pb_section_1 .et_pb_row_0 .et_pb_column {
		width: 98.25% !important;
	}	
}


/*-----------------------------------------------
News Page
-----------------------------------------------*/

.page-id-28084 #post-28084, .page-id-28084 .et_pb_section_1, .page-id-29003 .et_pb_section_1, .page-id-30793 .et_pb_section_1 {
	padding-bottom: 0;
}

.page-id-28084 .et_pb_widget_area, .page-id-30793 .et_pb_widget_area {
	border: none;
}

.page-id-28084 .et_pb_row_3-4_1-4, .page-id-29003 .et_pb_row_3-4_1-4, .page-id-30793 .et_pb_row_3-4_1-4 {
	border-top: solid 1px #e2e2e2;
}

.page-id-28084 .et_pb_row_inner_0, .page-id-29003 .et_pb_row_inner_0, .page-id-30793 .et_pb_row_inner_0 {
	border-right: solid 1px #e2e2e2;
}

.page-id-28084 article, .page-id-29003 article, .page-id-30793 article {
	padding-bottom: 40px;
	border-bottom: solid 1px #e2e2e2;
}

.page-id-28084 a.entry-featured-image-url, .page-id-29003 a.entry-featured-image-url, .page-id-30793 a.entry-featured-image-url {
	width: 50%;
	padding: 25px;
	float: left;
}

.page-id-28084 .post_info, .page-id-29003 .post_info, .page-id-30793 .post_info {
	width: 50%;
	padding: 25px;
	padding-top: 0;
	float: right;
}
.page-id-29003 .press-section img {
	width: auto;
	height: 200px;
}
#logo {
	max-height: 86%;
}
.et_pb_svg_logo #logo, .et_pb_svg_logo.et_header_style_split .et-fixed-header .centered-inline-logo-wrap #logo {
	height: 86%;
}



/*-----------------------------------------------
About Page
-----------------------------------------------*/

#members p {
	padding-bottom: 50px;
}

#members h3 {
	border-bottom: 1px solid #e2e2e2;
	padding-bottom: 20px;
}
#gallery .et_pb_gallery_image {
	border: 22px solid #FFF;
	border-bottom: 40px solid #FFF;
	border-radius: 6px;
	box-shadow: 0 0 10px rgba(0, 0, 0, .6);
}

#gallery .et-pb-controllers {
	bottom: -13px;
}
#gallery .et-pb-controllers .et-pb-active-control {
	background-color: #7d285e !important;
}

.ytp-thumbnail-overlay-image {
	background-image: url(http://luq2016.mobiusnmdev.com/wp-content/uploads/2016/12/QueenLogoNEW-1.svg) !important;
}

#our-mission {
	padding-top: 50px !important;
}


/*-----------------------------------------------
Blog Page
-----------------------------------------------*/


p.post-meta span {
	display: none;
}

.date {
	margin-bottom: 30px;
	padding: 5px 10px;
	font-weight: 800;
	font-size: 22px;
	border-left: 5px solid #000;
	color: #000;
}

.date p {
	margin-bottom: 0;
	padding-bottom: 0;
}


/*-----------------------------------------------
SAL77 page
-----------------------------------------------*/

.page-id-28854 a.et_pb_button {
	background: #FFF;
	border: 2px solid #7d285e;
	color: #7d285e;
}




/*-------------------------------------------
GEOFF STYLES FROM DIVI
--------------------------------------------*/
/* Containers */
.et_pb_row {
	position: relative;
	width: 93%;
	max-width: 1080px;
	margin: auto;
}
/* responsive margins mark and geoff */
@media screen and (min-device-width: 1150px) { 
	.et_pb_row {
	    width: 95.7%;
	}
}
.et_pb_gutter.et_pb_gutters2 #sidebar {
	/*position: fixed;*/
	right: 53px;
}


/*----------------------------------------------------
RESPONSIVE
----------------------------------------------------*/

@media only screen and (max-width: 980px) and (min-width: 480px) { 
	.home .blog_three_grid article .et_pb_image_container {
		width: 50%;
    	float: left;
	    margin: 15px 20px 5px 0px;
	}
	.home .blog_three_grid article h2 {
		margin-top: 10px;
	}
}
@media only screen and (max-width: 980px) {
	.home .blog_three_grid .et_pb_button {
		margin-top: 10px !important;
	}
	.home .blog_three_grid article {
		margin-bottom: 30px !important;
	}
	#home_callout_grid {
		padding: 0 !important;
	}
	h1 {
		font-size: 28px;
		line-height: 36px;
	}
	h2 {
		font-size: 22px;
		line-height: 26px;
	}
	.et_pb_fullwidth_header {
		padding: 50px 0 0 !important;
	}
	.home #home_luq_svg {
		width: 50%;
	}

}
@media only screen and (min-width: 981px) {
	.two-column-text {
		-webkit-column-count: 2; /* Chrome, Safari, Opera */
	    -moz-column-count: 2; /* Firefox */
	    column-count: 2;
	}

	.three-column-text {
		-webkit-column-count: 3; /* Chrome, Safari, Opera */
	    -moz-column-count: 3; /* Firefox */
	    column-count: 3;
	}
	.home #home_luq_svg {
		width: 40%;
	}
}
@media only screen and (max-width: 500px) {
	.home .home-title {
		font-size: 75%;
	}
	.home #home_luq_svg {
		width: 90%;
	}
}
@media only screen and (max-width: 375px) {
	.home .home-title {
		font-size: 62%;
	}
}




/* -------------------------------- 

HISTORY - TIMELINE

Modules - reusable parts of our design

-------------------------------- */
.cd-container {
  /* this class is used to give a max-width to the element it is applied to, and center it horizontally when it reaches that max-width */
  width: 90%;
  max-width: 1170px;
  margin: 0 auto;
}
.cd-container::after {
  /* clearfix */
  content: '';
  display: table;
  clear: both;
}

/* -------------------------------- 

Main components 

-------------------------------- */
/*
header {
  height: 200px;
  line-height: 200px;
  text-align: center;
  background: #303e49;
}

header h1 {
  color: #ffffff;
  font-size: 18px;
  font-size: 1.125rem;
}
@media only screen and (min-width: 1170px) {
  header {
    height: 300px;
    line-height: 300px;
  }
  header h1 {
    font-size: 24px;
    font-size: 1.5rem;
  }
}
*/
.cd-timeline-content .cd-date {
	font-family: 'Playfair Display', Georgia, "Times New Roman", serif;
	color: #FFF;
}

.cd-timeline-img.is-hidden,
.cd-timeline-content.is-hidden {
	visibility: hidden;
}
#cd-timeline {
  position: relative;
  padding: 2em 0;
  margin-top: 2em;
  margin-bottom: 2em;
}
#cd-timeline::before {
  /* this is the vertical line */
  content: '';
  position: absolute;
  top: 0;
  left: 18px;
  height: 100%;
  width: 4px;
  background: #d7e4ed;
}
@media only screen and (min-width: 1170px) {
  #cd-timeline {
    margin-top: 3em;
    margin-bottom: 3em;
  }
  #cd-timeline::before {
    left: 50%;
    margin-left: -2px;
  }
}

.cd-timeline-block {
  position: relative;
  margin: 2em 0;
}
.cd-timeline-block::after {
  clear: both;
  content: "";
  display: table;
}
.cd-timeline-block:first-child {
  margin-top: 0;
}
.cd-timeline-block:last-child {
  margin-bottom: 0;
}
@media only screen and (min-width: 1170px) {
  .cd-timeline-block {
    margin: 4em 0;
  }
  .cd-timeline-block:first-child {
    margin-top: 0;
  }
  .cd-timeline-block:last-child {
    margin-bottom: 0;
  }
}

.cd-timeline-img {
  position: absolute;
  top: 0;
  left: 0;
  width: 40px;
  height: 40px;
  border-radius: 50%;
  box-shadow: 0 0 0 4px #ffffff, inset 0 2px 0 rgba(0, 0, 0, 0.08), 0 3px 0 4px rgba(0, 0, 0, 0.05);
}
.cd-timeline-img img {
  display: block;
  width: 24px;
  height: 24px;
  position: relative;
  left: 50%;
  top: 50%;
  margin-left: -12px;
  margin-top: -12px;
  display: none;
}
.cd-timeline-img.cd-picture {
  background: #9b2ca3;
}
.cd-timeline-img.cd-movie {
  background: #c03b44;
}
.cd-timeline-img.cd-location {
  background: #f0ca45;
}
@media only screen and (min-width: 1170px) {
  .cd-timeline-img {
    width: 60px;
    height: 60px;
    left: 50%;
    margin-left: -30px;
    /* Force Hardware Acceleration in WebKit */
    -webkit-transform: translateZ(0);
    -webkit-backface-visibility: hidden;
  }
 .cd-timeline-img.is-hidden {
    visibility: hidden;
  }
   .cd-timeline-img.bounce-in {
    visibility: visible;
    -webkit-animation: cd-bounce-1 0.6s;
    -moz-animation: cd-bounce-1 0.6s;
    animation: cd-bounce-1 0.6s;
  }
}

@-webkit-keyframes cd-bounce-1 {
  0% {
    opacity: 0;
    -webkit-transform: scale(0.5);
  }
  60% {
    opacity: 1;
    -webkit-transform: scale(1.2);
  }
  100% {
    -webkit-transform: scale(1);
  }
}
@-moz-keyframes cd-bounce-1 {
  0% {
    opacity: 0;
    -moz-transform: scale(0.5);
  }
  60% {
    opacity: 1;
    -moz-transform: scale(1.2);
  }
  100% {
    -moz-transform: scale(1);
  }
}
@keyframes cd-bounce-1 {
  0% {
    opacity: 0;
    -webkit-transform: scale(0.5);
    -moz-transform: scale(0.5);
    -ms-transform: scale(0.5);
    -o-transform: scale(0.5);
    transform: scale(0.5);
  }
  60% {
    opacity: 1;
    -webkit-transform: scale(1.2);
    -moz-transform: scale(1.2);
    -ms-transform: scale(1.2);
    -o-transform: scale(1.2);
    transform: scale(1.2);
  }
  100% {
    -webkit-transform: scale(1);
    -moz-transform: scale(1);
    -ms-transform: scale(1);
    -o-transform: scale(1);
    transform: scale(1);
  }
}
.cd-timeline-content {
  position: relative;
  margin-left: 60px;
  background: #ffffff;
  border-radius: 0.25em;
  padding: 1em;
  box-shadow: 0 3px 0 #d7e4ed;
}
.cd-timeline-content::after {
  clear: both;
  content: "";
  display: table;
}
.cd-timeline-content h2 {
  color: #303e49;
}
.cd-timeline-content p,
.cd-timeline-content .cd-read-more,
.cd-timeline-content .cd-date {
  font-size: 13px;
  font-size: 0.8125rem;
}
.cd-timeline-content .cd-read-more,
.cd-timeline-content .cd-date {
  display: inline-block;
}
.cd-timeline-content p {
  margin: 1em 0;
  line-height: 1.6;
}
.cd-timeline-content .cd-read-more {
  float: right;
  padding: .8em 1em;
  background: #acb7c0;
  color: #ffffff;
  border-radius: 0.25em;
}
.no-touch .cd-timeline-content .cd-read-more:hover {
  background-color: #bac4cb;
}
.cd-timeline-content .cd-date {
  float: left;
  padding: 0;
  opacity: 1;
}
.cd-timeline-content::before {
  content: '';
  position: absolute;
  top: 16px;
  right: 100%;
  height: 0;
  width: 0;
  border: 7px solid transparent;
  border-right: 7px solid #ffffff;
}
@media only screen and (min-width: 768px) {
  .cd-timeline-content h2 {
    font-size: 20px;
    font-size: 1.25rem;
  }
  .cd-timeline-content p {
    font-size: 16px;
    font-size: 1rem;
  }
  .cd-timeline-content .cd-read-more,
  .cd-timeline-content .cd-date {
   
  }
}
@media only screen and (min-width: 1170px) {
  .cd-timeline-content {
    margin-left: 0;
    padding: 1.6em;
    width: 45%;
  }
  .cd-timeline-content::before {
    top: 24px;
    left: 100%;
    border-color: transparent;
    border-left-color: #ffffff;
  }
  .cd-timeline-content .cd-read-more {
    float: left;
  }
  .cd-timeline-content .cd-date {
    position: absolute;
    width: 100%;
    left: 122%;
    top: 0;
    font-size: 62px;
  }
  .cd-timeline-block:nth-child(even) .cd-timeline-content {
    float: right;
  }
  .cd-timeline-block:nth-child(even) .cd-timeline-content::before {
    top: 24px;
    left: auto;
    right: 100%;
    border-color: transparent;
    border-right-color: #ffffff;
  }
  .cd-timeline-block:nth-child(even) .cd-timeline-content .cd-read-more {
    float: right;
  }
  .cd-timeline-block:nth-child(even) .cd-timeline-content .cd-date {
    left: auto;
    right: 122%;
    text-align: right;
  }
  .cssanimations .cd-timeline-content.is-hidden {
    visibility: hidden;
  }
  .cssanimations .cd-timeline-content.bounce-in {
    visibility: visible;
    -webkit-animation: cd-bounce-2 0.6s;
    -moz-animation: cd-bounce-2 0.6s;
    animation: cd-bounce-2 0.6s;
  }
}

@media only screen and (min-width: 1170px) {
  /* inverse bounce effect on even content blocks */
  .cssanimations .cd-timeline-block:nth-child(even) .cd-timeline-content.bounce-in {
    -webkit-animation: cd-bounce-2-inverse 0.6s;
    -moz-animation: cd-bounce-2-inverse 0.6s;
    animation: cd-bounce-2-inverse 0.6s;
  }
}
@-webkit-keyframes cd-bounce-2 {
  0% {
    opacity: 0;
    -webkit-transform: translateX(-100px);
  }
  60% {
    opacity: 1;
    -webkit-transform: translateX(20px);
  }
  100% {
    -webkit-transform: translateX(0);
  }
}
@-moz-keyframes cd-bounce-2 {
  0% {
    opacity: 0;
    -moz-transform: translateX(-100px);
  }
  60% {
    opacity: 1;
    -moz-transform: translateX(20px);
  }
  100% {
    -moz-transform: translateX(0);
  }
}
@keyframes cd-bounce-2 {
  0% {
    opacity: 0;
    -webkit-transform: translateX(-100px);
    -moz-transform: translateX(-100px);
    -ms-transform: translateX(-100px);
    -o-transform: translateX(-100px);
    transform: translateX(-100px);
  }
  60% {
    opacity: 1;
    -webkit-transform: translateX(20px);
    -moz-transform: translateX(20px);
    -ms-transform: translateX(20px);
    -o-transform: translateX(20px);
    transform: translateX(20px);
  }
  100% {
    -webkit-transform: translateX(0);
    -moz-transform: translateX(0);
    -ms-transform: translateX(0);
    -o-transform: translateX(0);
    transform: translateX(0);
  }
}
@-webkit-keyframes cd-bounce-2-inverse {
  0% {
    opacity: 0;
    -webkit-transform: translateX(100px);
  }
  60% {
    opacity: 1;
    -webkit-transform: translateX(-20px);
  }
  100% {
    -webkit-transform: translateX(0);
  }
}
@-moz-keyframes cd-bounce-2-inverse {
  0% {
    opacity: 0;
    -moz-transform: translateX(100px);
  }
  60% {
    opacity: 1;
    -moz-transform: translateX(-20px);
  }
  100% {
    -moz-transform: translateX(0);
  }
}
@keyframes cd-bounce-2-inverse {
  0% {
    opacity: 0;
    -webkit-transform: translateX(100px);
    -moz-transform: translateX(100px);
    -ms-transform: translateX(100px);
    -o-transform: translateX(100px);
    transform: translateX(100px);
  }
  60% {
    opacity: 1;
    -webkit-transform: translateX(-20px);
    -moz-transform: translateX(-20px);
    -ms-transform: translateX(-20px);
    -o-transform: translateX(-20px);
    transform: translateX(-20px);
  }
  100% {
    -webkit-transform: translateX(0);
    -moz-transform: translateX(0);
    -ms-transform: translateX(0);
    -o-transform: translateX(0);
    transform: translateX(0);
  }
}

/* JD CODE - 071817 */
.et_pb_column.homeBox {
    height: 23vw !important;
    padding-right: 0 !important;
    width: 25vw !important;
}
.et_pb_column.homeBox h2.boxHdr {
    font-size: 2.4vw !important;
}
.et_pb_column.homeBox p {
    font-size: 1vw !important;
}
body.page-id-29092 .et_pb_column_5 {
    padding-right: 0 !important;
}
body.page-id-29092 .et_pb_section_0 {
    background-position: 0 5px;
}

.page-id-138 .et_pb_section_1 .et_pb_contact_form_0 .et_pb_contact_form_1 {
	display: none;
}

@media only screen and (max-width: 980px) {
    .et_pb_column.homeBox {
        height: 50vw !important;
        padding-right: 0 !important;
        width: 50vw !important;
    }
    .et_pb_column.homeBox h2.boxHdr {
        font-size: 5vw !important;
    }
    .et_pb_column.homeBox p {
        font-size: 2.2vw !important;
    }
}
@media only screen and (max-width: 500px) {
    .et_pb_column.homeBox {
        height: 100vw !important;
        padding-right: 0 !important;
        width: 100vw !important;
    }
    .et_pb_column.homeBox h2.boxHdr {
        font-size: 8vw !important;
    }
    .et_pb_column.homeBox p {
        font-size: 4.2vw !important;
    }
}


#luq_footer .et_pb_contact_form_0 .et_pb_contact_form .et_contact_bottom_container {
	
}
#luq_footer .et_pb_contact_form_0 .et_pb_contact_form {
	margin-left: 0;
}
#luq_footer .et_pb_contact_form_0 .et_pb_contact_form p {
	padding-left: 0;
}
#luq_footer .et_pb_contact_form_0 .et_pb_contact_form .et_contact_bottom_container button {
	margin-left: 0;
}

@media only screen and (max-width: 400px) {
img#logo {
    margin-left: -15px;
    margin-top: -5px;
    width: 80px;
}
}


.shine-light-h1 {
	color: #91328D !important; 
	text-align: center; 
	font-size: 4rem;
	line-height: 4rem;
	margin-bottom: 18px;
} 

.shine-light-h2 {
	color: #91328D !important; 
	text-align: center; 
	font-size: 2.8rem;
	line-height: 3rem;
} 

.shine-light-p {
	font-size: 1.4rem;
	line-height: 2rem;
}
@media only screen and (max-width: 1450px) {
	.shine-light-content {
		padding-left: 100px !important;
		padding-right: 100px !important;
	}
}
@media only screen and (max-width: 1000px) {
	.shine-light-content {
		padding-left: 0px !important;
		padding-right: 0px !important;
	}
}
@media only screen and (max-width: 768px) {
	.shine-light-h1 { font-size: 2.2rem; line-height: 2.8rem; }
	.shine-light-h2 { font-size: 1.8rem; line-height: 2.0rem; }
	.shine-light-p  { font-size: 1.3rem; line-height: 1.8rem; }
}

/* JD STYLE - 010219 */
.btn-vip, .btn-ga {
	background: #7d285e !important;
	color: #ffffff !important;
}
.btn-ga {
	margin-top: 50px;
}


/* RM Code 012219 - Boysie content styles*/
.mo-body-content {
	background: #3f142f !important;
}
.mo-body-content-light {
	background: #FFFFFF !important;
}
.mo-body-content-image {
}
.mo-body-content .et_pb_row, .mo-body-content-image .et_pb_row, .mo-body-content-light .et_pb_row {
	max-width: 960px !important;
	color: #fff;
}
.mo-body-content-light .et_pb_row, .mo-body-content-light h3 {
	color: #3f142f !important;
}

#boysie-side-nav {
	background-color: white;
	width: 210px;
	position: fixed;
	right: 0;
	top: 88px;
	text-align: center;
	border-top: 5px solid rgba(63, 20, 47, 0.75);
	box-shadow: -1px 1px 0 rgba(0, 0, 0, 0.1);
	padding: 10px;
	overflow: hidden;
    font-size: 16px;
    line-height: 18px;
}
#boysie-side-nav span:after {
    content: '2';
    font-family: 'ETmodules';
    font-size: 32px;
    font-weight: 600;
	cursor: pointer;
}
#boysie-side-nav.hidden h4 {
	margin-bottom: 0;
}
#boysie-side-nav.hidden span:after {
	content: '3';
}
#boysie-side-nav .anchors {
	margin-bottom: 5px;
}
#boysie-side-nav.hidden .anchors {
	display: none;
}
#boysie-side-nav a, #boysie-side-nav h4 {
	color: #3f142f;
}
#boysie-side-nav h4 {
	margin-top: 10px;
	color: #3f142f;
	cursor: pointer;
}
#boysie-side-nav a, #boysie-side-nav h4 {
	color: #3f142f;
}
@media only screen and (max-width: 1300px) {
	#boysie-side-nav{
		display: none;
	}
}

@media only screen and (min-width: 1000px) {
	.page-id-29921 div#apply {
    	position: absolute;
    	top: -260px;
    }
	.page-id-29921 h3#eligibility {
    	margin-top: 100px;
	}
	.page-id-29921 .et_pb_section.mo-body-content-light.et_pb_section_1.et_section_regular {
		padding-top: 100px;
	}
}

.page-id-29911 h1 {
	padding-bottom: 25px !important;
	color: white;
}
.page-id-29911 h4 {
	padding-top: 25px;
	padding-bottom: 0px;
	color: white;
}
/*End RM Code - Boysie content styles*/


/* RM Code - new top nav layout*/
#top-menu > li:last-child {
    padding-right: 150px;
}

#luq_footer .et_pb_row_10 {
	margin-bottom: 0px !important;
	border-bottom: none;
}

.et_mobile_menu {
	position: fixed;
	width: 75%;
	height: calc(100% - 80px);
	left: unset;
	right: 0;
	overflow: scroll;
}

#main-header {
	position: fixed !important;
}
#top-menu li li a {
    border-top: solid 1px rgba(126, 41, 94,.2);
}
#top-menu li li:first-child a {
    border: none;
}
/* End RM Code - new top nav layout*/

.fluid-width-video-wrapper {
	padding-top: 52% !important;
}

/* New Shine A Light Page - 12/1/21 */
body.page-id-30649 #main-content {
	background: #490537;
	background: linear-gradient(180deg, rgba(38,17,31,1) 0%, rgba(73,5,55,1) 100%);
}
body.page-id-30649 #main-content h1 {
	color: white;
	padding-bottom: 50px;
}
body.page-id-30649 #main-content .sal-date, body.home #main-content .sal-date {
	color: white;
	font-size: 24px;
	font-weight: 700;
	line-height: 1.8em;
	padding: 30px 0 50px;
	text-align: center;
}
body.page-id-30649 #main-content .sal-date span, body.home #main-content .sal-date span {
	font-size: 34px;
}
body.page-id-30649 #main-content #main_countedown_1 .time_description, body.home #main-content #main_countedown_1 .time_description {
	font-family: 'open sans', sans-serif;
	font-size: 12px;
    text-transform: uppercase;
}
body.page-id-30649 #main-content #main_countedown_1 .time_left, body.home #main-content #main_countedown_1 .time_left {
	background: rgba(0,0,0, .3);
	font-size: 35px;
}
body.page-id-30649 #main-content .sal-form-intro, body.home #main-content .sal-form-intro {
	color: white;
	font-weight: 700;
	padding: 40px 0;
}
body.page-id-30649 #main-content .sal-form label input {
	border-radius: 10px 0 0 10px;
	height: 40px;
	padding: 0 0 0 10px;
	width: 325px;
}
body.page-id-30649 #main-content .sal-form .sal-submit {
	background: #aaa;
	border: 0;
	border-radius: 0 10px 10px 0;
	color: #490537;
	font-weight: 700;
	height: 40px;
	padding: 10px;
	text-transform: uppercase;
}
body.page-id-30649 #main-content .mc4wp-response {
	color: yellow;
	padding: 20px;
}
body.page-id-28084 .sal-box {
	color: white;
	padding: 7vh 0;
	text-align: center;
}
body.page-id-28084 .sal-box h5 {
	padding: 30px 0;
}
body.page-id-28084 .sal-box .sal-date, body.home .sal-box .sal-date {
	color: white;
	font-size: 24px;
	font-weight: 700;
	line-height: 1.8em;
	padding: 30px 0 50px;
	text-align: center;
}
body.page-id-28084 .sal-box .sal-date span, body.home .sal-box .sal-date span {
	font-size: 34px;
}
body.page-id-28084 .sal-box .sal-copy, body.home .sal-box .sal-copy {
	margin: 0 auto;
	width: 70%;
}

.logos-box, .logos-box-top {
	background: #ffffff;
}
.logos-box {
	display: flex;
}
.logos-box-top .logo-lg {
	display: block;
	margin: 0 auto;
    text-align: center;
    width: 320px;
}
.logos-box .logo-md {
	display: inline-block;
	height: fit-content;
	margin: 0 auto;
	max-width: 14vw;
    text-align: center;
	width: 100%;
}

/** NEW PAGE **/
/* New Shine A Light Page - 2/11/22 */
body.page-id-30878 #main-content {
	background: #490537;
	background: linear-gradient(180deg, rgba(38,17,31,1) 0%, rgba(73,5,55,1) 100%);
}
body.page-id-30878 #main-content h1 {
	display: none;
}

body.page-id-30878 .top-outer {
	clear: both;
	position: relative;
	width: 100%;
}
body.page-id-30878 .top-outer .top-banner {
}
body.page-id-30878 .top-info-box {
	text-align: center;
}
body.page-id-30878 #main-content .sal-date, body.home #main-content .sal-date {
	color: white;
	font-size: 44px;
	font-weight: 700;
	line-height: 1.8em;
	padding: 30px 0 50px;
	text-align: center;
}
body.page-id-30878 #main-content .sal-date {
	padding: 40px 0 0;
}
body.page-id-30878 #main-content .sal-loc {
	color: white;
	font-size: 25px;
	font-weight: 700;
	line-height: 1.8em;
	padding: 0 0 50px;
	text-align: center;
}
body.page-id-30878 #main-content .call-txt {
	color: #e39e50;
	font-size: 22px;
	font-weight: 700;
	line-height: 1.8em;
	padding: 0 0 20px;
	text-align: center;
}
body.page-id-30878 #main-content a.btn-tix {
	background: #e39e50;
	color: white;
	font-size: 27px;
	font-weight: 700;
	line-height: 1.8em;
	padding: 10px 50px;
	text-align: center;
}

body.page-id-30878 #main-content .sal-date span, body.home #main-content .sal-date span {
	font-size: 34px;
}
body.page-id-30878 #main-content #main_countedown_1 .element_conteiner {
	min-width: 230px !important;
}
body.page-id-30878 #main-content #main_countedown_1 .time_description, body.home #main-content #main_countedown_1 .time_description {
	font-family: 'open sans', sans-serif;
	font-size: 18px;
    text-transform: uppercase;
}
body.page-id-30878 #main-content #main_countedown_1 .time_left {
	background: rgba(0,0,0, .3);
	font-size: 70px;
}
body.page-id-30878 #main-content .sal-form-intro, body.home #main-content .sal-form-intro {
	color: white;
	font-weight: 700;
	padding: 40px 0;
}
body.page-id-30878 #main-content .sal-form label input {
	border-radius: 10px 0 0 10px;
	height: 40px;
	padding: 0 0 0 10px;
	width: 325px;
}
body.page-id-30878 #main-content .sal-form .sal-submit {
	background: #aaa;
	border: 0;
	border-radius: 0 10px 10px 0;
	color: #490537;
	font-weight: 700;
	height: 40px;
	padding: 10px;
	text-transform: uppercase;
}
body.page-id-30878 #main-content .mc4wp-response {
	color: yellow;
	padding: 20px;
}
body.page-id-30878 article#post-30878 {
	margin: 0 auto;
	max-width: 1040px;
}
body.page-id-30878 #bottom-buttons {
	margin: 5vh 0 12vh;
	text-align: center;
}
body.page-id-30878 #sal-logos {
	text-align: center;
}
body.page-id-30878 #sal-logos img {
	width: 100%;
}
body.page-id-30878 #bottom-buttons .call-txt {
	color: white !important;
}
body.page-id-30878 #sal-right-copy {
	color: white;
	font-size: 22px;
	line-height: 2em;
}
body.page-id-30878 #sal-counter-box {
	margin: 3vh 0;
}
@media only screen and (max-width: 768px) {
	body.page-id-30878 #main-content #main_countedown_1 .element_conteiner {
		min-width: 98px !important;
	}
	body.page-id-30878 #main-content #main_countedown_1 .time_description, body.home #main-content #main_countedown_1 .time_description {
		font-size: 13px;
	}
	body.page-id-30878 #main-content #main_countedown_1 .time_left, body.home #main-content #main_countedown_1 .time_left {
		font-size: 35px;
	}
}

/* JD UPDATES 11/30/22 */
.foot-address a {
	color: #aaa !important;
	text-decoration: underline;
}
.foot-address a:hover {
	text-decoration: none;
}
body.home #main-content .sal-box .sal-date,
body.page-id-31230 #main-content .sal-box .sal-date {
	color: white;
	font-size: 40px;
	font-weight: 700;
	line-height: 1.8em;
	text-align: center;
	font-size: 40px;
	padding: 20px 0;
}
body.home #main-content .sal-box .sal-tix,
body.page-id-31230 #main-content .sal-box .sal-tix {
	color: white;
	font-size: 40px;
	font-weight: 700;
	line-height: 1.8em;
	padding: 20px 0 50px;
	text-align: center;
}
body.home #main-content .sal-box .sal-tix a,
body.page-id-31230 #main-content .sal-box .sal-tix a {
	color: #ffffff!important;
    border-width: 6px!important;
    border-color: #7d285e;
    border-radius: 2px;
    letter-spacing: 2px;
    font-size: 16px;
    background-color: #7d285e;
}
body.home #main-content .sal-box .sal-tix a::after,
body.page-id-31230 #main-content .sal-box .sal-tix a::after {
	padding-top: 33px;
}
/* SAL Page */
body.page-id-31007 #main-content .sal-box .sal-date,
body.page-id-31223 #main-content .sal-box .sal-date
 {
	color: white;
	font-weight: 700;
	line-height: 1.6em;
	text-align: center;
	font-size: 40px;
	padding: 20px 0 0;
}
body.page-id-31007 #main-content .sal-box .sal-place,
body.page-id-31223 #main-content .sal-box .sal-place {
	color: white;
	font-size: 34px;
	font-weight: 700;
	line-height: 1.6em;
	text-align: center;
	font-size: 34px;
	padding: 0 0 20px 0;
}
body.page-id-31007 #main-content .sal-box .sal-tix,
body.page-id-31223 #main-content .sal-box .sal-tix {
	color: white;
	font-size: 28px;
	font-weight: 700;
	line-height: 1.8em;
	padding: 0 0 50px;
	text-align: center;
}
body.page-id-31007 #main-content .sal-box .sal-tix a,
body.page-id-31223 #main-content .sal-box .sal-tix a {
	color: #ffffff!important;
    border-width: 6px!important;
    border-color: #7d285e;
    border-radius: 2px;
    letter-spacing: 2px;
    font-size: 16px;
    background-color: #7d285e;
}
body.page-id-31007 #main-content .sal-box .sal-tix a::after,
body.page-id-31223 #main-content .sal-box .sal-tix a::after {
	padding-top: 15px;
}

body.page-id-31007 #main-content .sal-box .sal-copy,
body.page-id-31223 #main-content .sal-box .sal-copy {
	color: white;
}
body.page-id-31007 #main-content .sal-box .sal-copy a,
body.page-id-31223 #main-content .sal-box .sal-copy a {
	color: white;
	text-decoration: underline;
}
body.page-id-31007 #main-content .sal-box .sal-copy a:hover,
body.page-id-31223 #main-content .sal-box .sal-copy a:hover {
	text-decoration: none;
}
/* EVENTS Pages */
body.page-id-28084  #main-content .sal-box {
	padding: 0 0 7vh;
}
body.page-id-28084 #main-content .sal-box .sal-date {
	color: white;
	font-weight: 700;
	line-height: 1.6em;
	text-align: center;
	font-size: 40px;
	padding: 20px 0 0;
}
body.page-id-28084 #main-content .sal-box .sal-place {
	color: white;
	font-size: 34px;
	font-weight: 700;
	line-height: 1.6em;
	text-align: center;
	font-size: 34px;
	padding: 0 0 20px 0;
}
body.page-id-28084 #main-content .sal-box .sal-tix {
	color: white;
	font-size: 28px;
	font-weight: 700;
	line-height: 1.8em;
	padding: 0 0 50px;
	text-align: center;
}
body.page-id-28084 #main-content .sal-box .sal-tix a,
body.page-id-31227 #main-content .sal-box .sal-tix a {
	color: #ffffff!important;
    border-width: 6px!important;
    border-color: #7d285e;
    border-radius: 2px;
    letter-spacing: 2px;
    font-size: 16px;
    background-color: #7d285e;
}
body.page-id-28084 #main-content .sal-box .sal-tix a::after,
body.page-id-31227 #main-content .sal-box .sal-tix a::after {
	padding-top: 15px;
}


body.page-id-28084 #main-content .sal-box .sal-copy {
	color: white;
}
body.page-id-28084 #main-content .sal-box .sal-copy a {
	color: white;
	text-decoration: underline;
}
body.page-id-28084 #main-content .sal-box .sal-copy a:hover {
	text-decoration: none;
}
body.page-id-28084 #main-content .sal-box .sal-button-box {
	text-align: center;
}

/* NEW Responsive */
@media only screen and (max-width: 480px) {
	body.home #main-content .sal-box .sal-date {
		font-size: 28px;
		line-height: 1.4em;
	}
	body.home #main-content .sal-box .sal-tix {
		font-size: 28px;
		line-height: 1.4em;
	}
	h1 {
		line-height: 52px !important;
	}
	h2 {
		line-height: 45px !important;
	}
	.page-id-28084 a.entry-featured-image-url, .page-id-29003 a.entry-featured-image-url, .page-id-30793 a.entry-featured-image-url {
		padding: 0;
		width: 100%;
	}
	body.single h1.entry-title {
		font-size: 35px;
    	line-height: 40px !important;
    	padding: 0 0 30px;
	}
	ul.et_pb_social_media_follow {
		right: 40px;
	}
}
@media only screen and (min-width: 481px) and (max-width: 980px) { 

}
@media only screen and (min-width: 981px) {

}

/* NEW SAL PAGE - 2/8/23 */
body.page-id-31263 .sal-box {
	color: white;
	padding: 1vh 0 3vh;
	text-align: center;
}
body.page-id-31263 .sal-box a {
	color: #f671e8;
}
body.page-id-31263 #main-content .sal-box .sal-tix {
	padding-bottom: 70px;
}
body.page-id-31263 #main-content .sal-box .sal-tix a {
	color: #ffffff!important;
    border-width: 6px!important;
    border-color: #f671e8;
    border-radius: 2px;
    letter-spacing: 2px;
    font-size: 32px;
    background-color: #f671e8;
}
@media only screen and (max-width: 480px) {
	body.page-id-31263 #main-content .sal-box .sal-tix a {
		font-size: 22px;
	}
}

body.page-id-31263 #main-content .sal-box .sal-copy {
	text-align: left !important;
}

body.page-id-31263 #main-content .sal-box .sal-tix .et_pb_button:before, body.page-id-31263 #main-content .sal-box .sal-tix .et_pb_button:after {
    line-height: 51px !important;
}

/* NEW POSTER DESIGN PAGE - 7/21/23 */
body.page-id-31326 #main-content .sal-box .sal-copy {
	color: white;
}
body.page-id-31326 #main-content .sal-box h1 {
	color: #a05284;	
}

body.page-id-31326 #main-content .wpcf7-form {
    background: rgba(255,255,255,.1);
    padding: 30px;
	width: 100%;
}
body.page-id-31326 #main-content .wpcf7-form .row {
	display: flex;
	justify-content: left;
	padding: 0 0 20px;
}
body.page-id-31326 #main-content .wpcf7-form .row .col-md-4 {
	color: white;
	width: 19%;
}
body.page-id-31326 #main-content .wpcf7-form .row .col-md-6 {
	color: white;
	width: 50%;
}
body.page-id-31326 #main-content .wpcf7-form .row .col-md-8 {
	color: white;
	width: 70%;
}
body.page-id-31326 #main-content .wpcf7-form .row .col-md-12 {
	color: white;
	width: 100%;
}
body.page-id-31326 #main-content .wpcf7-form .row .col-md-12 textarea {
	width: 80%;
}
body.page-id-31326 #main-content .wpcf7-form .wpcf7-submit {
	background: #7d285e;
	border: 1px solid white;
	color: white;
	font-size: 16px;
	font-weight: bold;
	letter-spacing: 3px;
	padding: 10px 20px;
	text-transform: uppercase;
}
body.page-id-31326 #main-content .sal-box h2 {
	color: white;
	font-size: 27px;
	font-weight: 700;
	line-height: 34px;
	padding: 20px 0 5px;
}
body.page-id-31326 #main-content .sal-box ul {
	color: white;
}
body.page-id-31326 #main-content .sal-box .sal-legal {
	color: white;
	font-size: 12px;
	line-height: 17px;
}
body.page-id-31326 #main-content .wpcf7-form .wpcf7-response-output {
	border: 1px solid black;
	background: white;
	color: black;
}
body.page-id-31347 .contest-callout {
	background: rgba(255,255,255, .8);
	border-radius: 30px 0 30px 0;
	padding: 20px;
}
body.page-id-31347 .contest-callout h2 {
	font-family: 'Open Sans',Helvetica,Arial,Lucida,sans-serif;
	font-size: 50px;
	font-weight: 700;
	line-height: 40px;
	text-align: center;
	text-shadow: none;
}
body.page-id-31347 .contest-callout p {
	color: black;
	font-family: 'Open Sans',Helvetica,Arial,Lucida,sans-serif;
	text-align: center;
	text-shadow: none;
}
body.page-id-31347 .contest-callout p a {
	font-weight: 700;
}


/* NEW SAL PAGE 2024 - 12/14/23 */
body.page-id-31356 .sal-box {
	color: white;
	padding: 1vh 0 3vh;
	text-align: center;
}
body.page-id-31356 .sal-box a {
	color: #9B2CA2;
}
body.page-id-31356 .sal-box h2 {
color: #7d285e;
}
body.page-id-31356 #main-content .sal-box .sal-tix {
	padding-bottom: 70px;
}
body.page-id-31356 #main-content .sal-box .sal-tix a {
	color: #ffffff!important;
    border-width: 6px!important;
    border-color: #f671e8;
    border-radius: 2px;
    letter-spacing: 2px;
    font-size: 32px;
    background-color: #f671e8;
}
@media only screen and (max-width: 480px) {
	body.page-id-31356 #main-content .sal-box .sal-tix a {
		font-size: 22px;
	}
}

body.page-id-31356 #main-content .sal-box .sal-copy {
	text-align: left !important;
}

body.page-id-31356 #main-content .sal-box .sal-tix .et_pb_button:before, body.page-id-31356 #main-content .sal-box .sal-tix .et_pb_button:after {
    line-height: 51px !important;
}
