/* AFT Stylesheet - Under Construction */

html, body {
	height: 100%;
	width: 100%;
}

h1, h2, h3, h4, h5, h6, .btn {
	font-family: "Roboto", arial, sans-serif;
	letter-spacing: 0;
}

section.purple {
	background: url(../images/bgPattern.png);
}

section.grey {
	background: #f6f6f6;
}

section.content {
	padding-top: 75px;
	padding-bottom: 75px;
}

section.content h1 {
	display: block;
	text-align: center;
	text-transform: uppercase;
	font-size: 50px;
	font-weight: 700;
	margin-bottom: 50px;
}

section.content h2 {
	display: block;
	text-transform: uppercase;
	font-size: 40px;
	font-weight: 500;
	margin-bottom: 20px;
	text-align: center;
}

#wpcf7-f415-o1 textarea {
	height: 200px;
	font-family: "Open Sans", arial, sans-serif;
	font-size: 14px;
	line-height: 24px;
}

#wpcf7-f415-o1 input, #wpcf7-f415-o1 textarea {

}

#wpcf7-f415-o1 p {
	text-align: left;
	width: 80%;
	display: block;
	margin-left: auto;
	margin-right: auto;
}

#wpcf7-f415-o1 i {
	font-size: 12px;
	display: block;
	text-align: right;
}

section.white h1 {
	color: #000000;
}

section.grey h1 {
	color: #000000;	
}

section.purple h1 {
	color: #FFFFFF;
}

section.white p {
	color: #222222;
}

section.grey p, section.grey.construction p {
	color: #000000;	
}

section.purple p {
	color: #FFFFFF;	
}

section.purple a {
	color: #eed530 !important;
}

.h100 {
	height: 100%;
}

.h1 {
	height: 1px;
}

.clear {
	clear: both;
}

/* Top Bar */

div.top {
	position: fixed;
	width: 100%;
	height: 100px;
	z-index: 100;
	transition: height 0.5s;
}

div.top a.logo {
	display: block;
	margin-top: 27px;
	transition: margin 0.5s;
}

span.menuToggle {
	display: none;
}

div.top nav {
	float: right;
}

div.top nav ul {
	list-style: none;
	float: right;
}

div.top nav ul li {
	float: left;
	position: relative;
}

div.top nav ul li a {
	color: #FFFFFF;
	text-transform: uppercase;
	font-weight: 400;
	display: inline-block;
	font-size: 20px;
	font-family: "Roboto", arial, sans-serif;
	text-decoration: none;
	line-height: 100px;
	padding-left: 18px;
	padding-right: 18px;
	height: 100px;
	transition: height 0.5s, line-height 0.5s, background 0.5s;
}

div.top nav ul li a:hover {
	background: #50255c;
}

div.top button.toggleLogin {
	float: right;
	display: block;
	border: none;
	font-size: 22px;
	height: 95px;
	padding-left: 5px;
	padding-right: 5px;
	color: #eed530;
	transition: height 0.5s;
}

div.top.scrolled button.toggleLogin {
	height: 55px;
}

div.top.scrolled {
	background: rgba(80, 37, 92, 1) !important;
	height: 60px;
}

div.top.scrolled nav ul li a {
	height: 60px;
	line-height: 60px;
}

div.top.scrolled ul li:hover {
	background-color: rgba(255, 255, 255, 0.1);
}

div.top.scrolled ul li {
	height: 60px;
	line-height: 60px;
}

div.top.scrolled a.logo {
	margin-top: 9px;
	height: 60px;
}

div.top li:hover ul {
	display: block;
	opacity: 1;
	top: 100px;
}

div.top.scrolled li:hover ul {
	display: block;
	top: 60px;
}

div.top ul ul {
	display: none;
	opacity: 0;
	position: absolute;
	left: 0;
	z-index: 1100;
	background: #FFF;
	background-size: 11px 7px;
	width: 200px;
	margin: 0;
	top: 75px;
	left: 50%;
	margin-left: -100px;
	transition: opacity 0.5s, top 0.5s;
}

div.top ul ul:before {
	content: " ";
	display: block;
	width: 100%;
	height: 7px;
	background: url(../images/subArrow.png) top center no-repeat;
	margin-top: -7px;
}

div.top ul.menu ul li {
	display: block;
	float: none;
	width: 200px;
	text-align: center;
	margin: 0;
	height: 40px;
	line-height: 40px;
	border-bottom: 1px solid #dedfe3;
}

div.top ul.menu ul li a {
	color: #32163b;
	font-size: 13px;
	line-height: 40px;
	height: 40px;
	width: 100%;
	padding: 0px;
}

div.top ul.menu ul li a:hover {
	background: #dedfe3;
	height: 40px;
}

div.top ul.menu ul li:nth-child(1) {
	border-top: 3px solid #eed530;
}

/* Landing Section */

section.landing {
	background: url(../images/bg.jpg) no-repeat center center;
	background-size: cover;
	height: 100%;
	width: 100%;
	position: relative;
}

section.landing header {
	text-align: center;
	position: absolute;
	top: 50%;
	left: 0px;
	width: 100%;
}

section.landing header h1 {
	color: #FFFFFF;
	font-weight: 700;
	font-size: 45px;
	text-transform: uppercase;
	margin-bottom: 40px;
}

section.landing header h2 {
	color: #FFFFFF;
	font-weight: 100;
	font-size: 30px;
	text-transform: lowercase;
	margin-bottom: 10px;
}

section.landing header .c2a {
	width: 300px;
	margin-left: auto;
	margin-right: auto;
}

section.landing header .c2a:hover a.arrowDown {
	margin-top: 75px;
}

section.landing header a.btn {
	color: #4c2458;
	background: #eed530;
	display: inline-block;
	border-radius: 5px;
	padding: 14px;
	padding-top: 16px;
	font-weight: 700;
	font-size: 22px;
	text-transform: uppercase;
	line-height: 20px;
	text-decoration: none;
}

section.landing header a.arrowDown {
	display: block;
	width: 30px;
	height: 10px;
	background: url(../images/arrowDown.png) no-repeat;
	background-size: 30px 10px;
	margin-left: auto;
	margin-right: auto;
	margin-top: 50px;
	transition: margin 0.3s;
}

/* Section About */

section.about p {
	font-family: "Open Sans", arial, sans-serif;
	color: #2d2d2d;
	font-size: 16px;
	line-height: 26px;
}

/* Section Content */

section.content p, section .content-column {
	font-family: "Open Sans", arial, sans-serif;
	color: #2d2d2d;
	font-size: 16px;
	line-height: 26px;
	word-wrap:break-word;
}

section.content.purple p {
	color: #FFF;
}

/* Section Construction */

section.construction p {
	font-family: "Open Sans", arial, sans-serif;
	color: #FFFFFF;
	text-align: center;
	font-size: 16px;
	line-height: 26px;
	margin-bottom: 50px;
}

/* Section Team */

section.contact .member {
	text-align: center;
}

section.contact p {
	font-family: "Open Sans", arial, sans-serif;
	text-align: center;
	font-size: 16px;
	line-height: 26px;
	margin-bottom: 75px;
}

section.contact .member .circle {
	position: relative;
	display: block;
	border-radius: 75px;
	width: 150px;
	height: 150px;
	overflow: hidden;
	margin-bottom: 12px;
	margin-left: auto;
	margin-right: auto;
}

section.contact .member .circle .hover {
	display: block;
	width: 100%;
	height: 100%;
	background: rgba(238, 231, 48, 0.5);
	position: absolute;
	top: 150px;
	left: 0px;
	transition: top 0.3s, border-radius 0.3s;
}

section.contact .member .circle:hover .hover {
	top: 0px;
	border-radius: 75px;
}

section.contact .member .circle .hover i {
	font-size: 50px;
	color: #FFF;
	line-height: 140px;
}

section.contact .member h1 {
	font-size: 20px;
}

section.contact .member h1 span.title {
	font-size: 16px;
	color: #858585;
	text-transform: none;
	display: block;
	margin-top: 5px;
}

section.contact.purple .member h1 span.title {
	color: #bd8fca;
}

/* Section Events */

section.events .events-table {
	background: #FFF;
}

section.events .events-table a.row {
	display: block;
	min-height: 49px;
	border-bottom: 1px solid #e4e4e4;
	position: relative;
	overflow: hidden;
	clear: both;
}

section.events .events-table a.empty_event {
	line-height: 49px;
	text-align: center;
	text-decoration: none;;
	color: #000;
}

section.events .events-table a.row:hover {
	cursor: pointer;
}

section.events .events-table a.row:after {
	content:'\f105';
	position: absolute;
	font-family: FontAwesome;
	font-size: 16px;
	right: 0px;
	top: 10px;
	height: 10px;
	background: #6e347f;
	color: #FFFFFF;
	text-align: right;
	padding-right: 20px;
	padding-left: 25px;
	transition: background 0.3s, right 0.3s, padding 0.3s;
}

section.events.purple .events-table a.row:after {
	background: rgba(80, 37, 92, 1);
}

section.events .events-table a.row:hover:after {
	background: #eed530;
	right: 0px;
	padding-right: 10px;
	padding-left: 13px;
}

section.events .events-table .row span {
	padding-left: 20px;
	font-size: 16px;
	color: #272727;
	font-family: "Open Sans", arial, sans-serif;
	line-height: 22px;
	padding-top: 10px;
	padding-bottom: 10px;
	display: block;
}

section.events .events-table .row.head {
	height: 46px;
	background: #6e347f;
	border-bottom: 4px solid #eed530;
}

section.events .events-table .row.head span {
	color: #FFF;
	padding-left: 20px;
	font-family: "Roboto", arial, sans-serif;
	font-size: 22px;
	font-weight: 100;
	text-transform: uppercase;
	line-height: 26px;
}

section.events .events-table a.row.past span {
	color: #dedede;
	line-height: 20px;
	font-size: 16px;
}

section.events .events-table a.row.past:after {
	background: rgba(110, 52, 127, 0.5);
}

section.events.purple .row.head {
	background: rgba(80, 37, 92, 1);
}

section.events .events-table a.empty_event:after {
	display: none;
}

/* Footer */

footer {
	background: #202020;
	height: 40px;
	color: #646464;
	text-align: center;
	margin-bottom: 0px;
}

footer p {
	margin: 0px;
	line-height: 38px;
}

/* Single Event */

.eventBGHolder {
	position: relative;
	height: 70%;
	background-size: cover;
	background-position: center center;
}

h1.event-title {
	position: absolute;
	bottom: 0px;
	display: block;
	width: 100%;
	text-align: center;
	left: 0px;
	font-size: 45px;
	color: #000;
	font-family: "Roboto", arial, sans-serif;
	text-transform: uppercase;
	font-weight: 600;
	background: #FFF;
	margin-bottom: 0px;
	min-height: 65px;
	line-height: 50px;
	padding-top: 25px;
	border-top: 5px solid #eed530;
	box-shadow: 0px -5px 0px #6f357f;
}

h2.location-date {
	font-size: 18px;
	font-family: "Roboto", arial, sans-serif;
	font-style: 300;
	display: block;
	text-align: center;
	border-top: 1px solid #e4e4e4;
	border-bottom: 1px solid #e4e4e4;
	padding-top: 10px;
	padding-bottom: 10px;
	margin-bottom: 5px;
	margin-left: 20px;
	margin-right: 20px;
	margin-top: 10px;
}

.event-info {
	padding-top: 25px;
	padding-bottom: 100px;
}

button#register {
	margin-left: auto;
	margin-right: auto;
	display: block;
	padding-left: 35px;
	padding-right: 35px;
	text-transform: uppercase;
	font-size: 22px;
	font-family: "Roboto", arial, sans-serif;
	font-weight: 600;
	color: #4c2458;
	background: #eed530;
	border: none;
	margin-top: 50px;
	height: 50px;
	line-height: 53px;
	border-radius: 5px;
	transition: box-shadow 0.3s, padding-right 0.3s;
	position: relative;
	overflow: hidden;
}

section.grey button#register {
	color: #2d2d2d;
}

section.white button#register {
	color: #000;
}

button#register:hover {
	box-shadow: 0px 4px 5px rgba(0, 0, 0, 0.5);
	padding-right: 55px;
}

button#register:after {
	content:'\f105';
	position: absolute;
	right: -50px;
	top: -1px;
	font-family: "FontAwesome";
	font-size: 28px;
	transition: right 0.3s;
}

button#register:hover:after {
	right: 22px;
}

#registerFrameHolder {
	position: fixed;
	top: 100%;
	height: 100%;
	left: 0px;
	width: 100%;
	display: none;
	transition: top 0.7s;
	z-index: 100;
	overflow: hidden;
}

.fixedFrame {
	background:#fcfcfc;
	position:fixed;
	width:100%;
	height:100%;
	padding-bottom:50%;
	left:0px;
	z-index:1000;
	display:none;
	/*overflow:scroll !important;
	overflow-x: hidden; 
	-webkit-overflow-scrolling:touch !important;*/
	top: 100%;
	transition: top 0.7s;
}

#registerFrame {
	width: 1px !important;
    min-width: 100%;
	height: 100%;
	background: #fcfcfc;
}

button.toggle {
	top:-200px;
	position: fixed;
	left: 50%;
	width: 40px;
	height: 40px;
	font-size: 23px;
	text-align: center;
	background: #eed530;
	margin-left: -20px;
	border-radius: 20px;
	padding: 0px;
	border: none;
	z-index: 9999;
	color: rgb(80, 37, 92);
	transition: top 0.7s;
	display: none;
}

/* Blogs */

section.content article.blog {
	margin-bottom: 50px;
}

section.content article.blog h1 {
	font-size: 32px;
	font-family: "Roboto", arial, sans-serif;
	color: #2d2d2d;
	font-weight: 400;
	text-align: left;
	margin-bottom: 25px;
}

section.content article.blog span.thumbnail {
	display: block;
	width: 300px;
	height: 300px;
	max-width: 100%;
}

section.content article.blog p {
	font-family: "Open Sans", arial, sans-serif;
	font-size: 16px;
	color: #929292;
	line-height: 24px;
}

section.content article.blog a.readmore {
	background: #2d2d2d;
	color: #FFF;
	padding-left: 15px;
	padding-right: 20px;
	height: 35px;
	display: inline-block;
	text-decoration: none;
	line-height: 35px;
	position: relative;
	transition: padding-right 0.3s, background 0.3s;
	overflow: hidden;
}

section.content article.blog a.readmore:hover {
	padding-right: 30px;
	background: #57ad68;
}

section.content article.blog a.readmore i.fa {
	color: #57ad68;
	margin-right: 10px;
	font-size: 20px;
	line-height: 36px;
	float: left;
	transition: color 0.3s;
}

section.content article.blog a.readmore:hover i.fa {
	color: #2d2d2d;
}

section.content article.blog a.readmore:after {
	content:'\f105';
	font-family: "FontAwesome";
	color: #FFF;
	position: absolute;
	right: -100px;
	top: 1px;
	font-size: 18px;
	transition: right 0.3s;
}

section.content article.blog a.readmore:hover:after {
	right: 12px;
}

section.content a.moreblogs, section.content a.moreevents {
	display: block;
	background: #6e347f;
	font-family: "Roboto", arial, sans-serif;
	font-weight: 300;
	color: #FFF;
	margin-left: auto;
	margin-right: auto;
	text-decoration: none;
	width: 300px;
	text-align: center;
	transition: background 0.3s, padding-right 0.3s;
	position: relative;
	overflow: hidden;
	margin-top: 100px;
	border-radius: 5px;
	padding-top: 12px;
	padding-bottom: 12px;
	font-weight: 500;
	font-size: 22px;
	text-transform: uppercase;
	line-height: 20px;
	text-decoration: none;
}

section.purple a.moreblogs, section.purple a.moreevents {
	background: rgba(80, 37, 92, 1);
	color: #FFF!important;
}

section.content a.moreevents {
	margin-top: 50px;
	width: 350px;
}

section.content a.moreblogs:hover, section.content a.moreevents:hover {
	padding-right: 15px;
	background: #eed530;
}

section.content a.moreblogs:after, section.content a.moreevents:after {
	content:'\f105';
	font-family: "FontAwesome";
	color: #FFF;
	position: absolute;
	right: -100px;
	top: 11px;
	font-size: 24px;
	transition: right 0.3s;
}

section.content a.moreblogs:hover:after, section.content a.moreevents:hover:after {
	right: 17px;
}

section.content.purple article.blog h1 {
	color: #FFF;
}

section.content.purple article.blog p {
	color: #e7d0ee;
}

section.content.purple a.moreblogs {
	color: rgb(80, 37, 92);
	background: #eed530;
}

section.content.purple a.moreblogs:after {
	color: rgb(80, 37, 92);
}

/* Title Band */

.titleBand {
	position: relative;
}

.titleBand h1 {
	display: block;
	position: absolute;
	top: 50%;
	text-align: center;
	font-size: 55px;
	color: #fff;
	font-family: "Roboto", arial, sans-serif;
	text-transform: uppercase;
	font-weight: 600;
	width: 100%;
}

.titleBand h1 span {
	display: inline-block;
	/*background: rgba(255,255,255,0.7);*/
	background: rgba(238,213,38,0.8);
	padding-left: 25px;
	padding-right: 25px;
	padding-top: 20px;
	padding-bottom: 20px;
	min-width: 300px;
	margin-top: -25px;
}

/* AFT Button Shortcode */

section a.aft-button, form input[type=submit] {
	color: #FFF;
	background: #4c2458;
	display: inline-block;
	border-radius: 5px;
	padding: 18px;
	padding-top: 8px;
	padding-bottom: 6px;
	font-weight: 500;
	font-size: 18px;
	text-transform: uppercase;
	text-decoration: none;
	transition: background 0.3s, padding-right 0.3s;
	position: relative;
	overflow: hidden;
	font-weight: 500;
	font-family: "Roboto", sans-serif;
	text-align: center;
}

section a.aft-button:hover {
	padding-right: 40px;
	background: #eed530;
}

section a.aft-button:after {
	display: block;
	height: 100%;
	content:'\f105';
	font-family: "FontAwesome";
	color: #FFF;
	position: absolute;
	right: -100px;
	top: 6px;
	font-size: 24px;
	transition: right 0.3s;
}

section a.aft-button:hover:after {
	right: 16px;
}

section.purple a.aft-button {
	color: rgb(80, 37, 92) !important;
	background: #eed530;
}

section.purple a.aft-button:after {
	color: rgb(80, 37, 92);
}

.content-column img {
	max-width: 90%;
	height: auto;
}

a.centerImageLink {
	display: block;
	text-align: center;
}

.huge_it_slideshow_image_wrap_gallery_1, .huge_it_slideshow_image_wrap_gallery_2 {
	background: none !important;
}

div.huge_it_slideshow_dots_thumbnails_gallery_1, div.huge_it_slideshow_dots_thumbnails_gallery_2 {
	display: none !important;
}

form input, form textarea {
	display: block;
	width: 100%;
	border-radius: 0px !important;
}

form input[type=submit] {
	float: left;
	width: auto;
	line-height: 20px;
}

div#wpcf7-f319-o1 {
	width: 70%;
	margin-left: auto;
	margin-right: auto;
}

.mc-field-group label {
	margin-bottom: -15px !important;
}

/* Responsive */

@media( max-width:968px ) { 

	div.top nav ul li a {
		padding-left: 10px;
		padding-right: 10px;
	}

	.construction .six.columns {
		width: 100%;
		margin: 0;
		margin-bottom: 50px;
	}

	h1.event-title {
		font-size: 35px;
	}

}


@media( max-width:768px ) {

	span.menuToggle {
		display: block;
		color: #FFF;
    	font-size: 25px;
    	float: right;
    	margin-top: 8px;
	}

	span.menuToggle:hover {
		cursor: pointer;
	}

	nav ul {
		display: block;
		position: fixed;
		width: 100%;
		left: 0px;
		top: -100%;
		background: #663574;
		z-index: 9999;
		overflow: hidden;
		transition: top 0.6s;
	}

	nav ul.open {
		display: block;
		top: 60px;
		opacity: 1;
		z-index: 500;
	}

	nav ul li {
		display: block;
		width: 100%;
		padding: 0px;
		height: 60px;
		line-height: 60px;
		border-bottom: 1px solid #5f316c;
		margin-bottom: 0px;
		text-align: center;
	}

	nav ul li a {
		width: 100%;
	}

	div.top button.toggleLogin {
		height: 55px;
		padding-left: 20px;
	}

	div.top li:hover ul, div.top.scrolled li:hover ul {
		display: none;
	}

	section.content h1 {
		font-size: 35px;
	}

	section.landing header h1 {
		font-size: 30px;
		margin-bottom: 40px;
	}

	section.landing header h2 {
		font-size: 20px;
	}

	section.landing header .c2a {
		max-width: 100%;
	}

	div.top {
		background: rgba(80, 37, 92, 1) !important;
		height: 60px;
	}

	div.top a.logo {
		margin-top: 15px;
	}

	div.top.scrolled a.logo {
		margin-top: 15px;
	}

	div.top a.logo img {
		width: 60px;
		height: auto;
	}

	div.top .three.columns {
		width: 80px;
		float: left;
	}

	div.top .nine.columns {
		width: 200px;
		float: right;
	}

	div.top nav ul li a {
		font-size: 16px;
		line-height: 60px;
		padding-left: 8px;
		padding-right: 8px;
		height: 60px;
	}

	section.landing header a.btn {
		font-size: 16px;
		padding: 10px;
	}

	/* Events */

	section.events .events-table .row span {
		line-height: 20px;
		display: inline-block;
	}

	section.events .events-table a.row {
		padding-top: 5px;
	}

	section.events .events-table a.row:after {
		padding-left: 13px;
		padding-right: 10px;
	}

	/* BG */

	.eventBGHolder {
		height: 50%;
	}

	.titleBand h1 {
		font-size: 45px;
	}

	h1.event-title {
		padding-top: 15px;
	}
}

@media( max-width: 600px ) {
	section .content-column, section .content-column p {
		text-align: center !important;
	}
}

@media( max-width:550px ) { 

	section.events .events-table .row.head div {
		width: 33% !important;
	}

	section.events .events-table .row.head div span {
		font-size: 18px;
	}

	section.events .events-table .row span {
		line-height: 20px;
		display: inline-block;
	}

	section.events .events-table a.row {
		padding-top: 5px;
	}

	section.events .events-table a.row:after {
		padding-left: 13px;
		padding-right: 10px;
	}

	section.content article.blog span.thumbnail {
		width: 100%;
		margin-bottom: 25px;
	}

	.eventBGHolder {
		height: 60%;
	}

	.titleBand h1 {
		font-size: 40px;
	}

	.titleBand h1 span {
		min-width: 200px;
	}

	h1.event-title {
		font-size: 30px;
		line-height: 37px;
	}

	section.content a.moreblogs {
		font-size: 18px;
		max-width: 90%;
	}

	section.content a.moreevents {
		font-size: 18px;
		max-width: 90%;
	}

	.fixedFrame {
		overflow:scroll !important;
		overflow-x: hidden; 
		-webkit-overflow-scrolling:touch !important;
	}

}