/*
Theme Name: UTC Theme Theme
Author: Dave Weller
Author URI: https://southbank-utc.co.uk/
Version:1.0
*/

@font-face {
    font-family: 'nexa_bold';
    src: url('fonts/GilroyW00-Bold.woff2') format('woff2'),
         url('fonts/GilroyW00-Bold.woff') format('woff');
    font-weight: normal;
    font-style: normal;
}

@font-face {
    font-family: 'nexa_light';
    src: url('fonts/GilroyW00-RegularItalic.woff2') format('woff2'),
         url('fonts/GilroyW00-RegularItalic.woff') format('woff');
    font-weight: normal;
    font-style: normal;
}
html{
	position: relative;
}
body {
    font-family: 'nexa_light';
	padding:0;
	margin:0;	
	font-weight:300;
}

h1 {	
    font-family: 'nexa_bold';
	text-align:center;
	font-size:30px;
	color:#292947;
}
.contentWrap h1 {
	margin-bottom:50px;
}
h2 {
    font-family: 'nexa_light';
	text-transform:uppercase;
	font-size:22px;	
	color:#389999;
}
h3 {
    font-family: 'nexa_light';
	color:#7DADC6;
	font-size:18px;	
}
p, .contentWrap ul {
	font-size:16px;
	letter-spacing:1px;
	line-height:25px;	
	font-weight:300;
}
a {
	text-decoration:none;	
	color:#0061AB;
	transition:.2s;
}
.contentWrap p a {
	font-family: 'nexa_bold';
}
a:hover {
	
}
.clearBoth {
	clear:both;	
}
a.button {
	display:table;
	margin:20px auto;
	padding:10px 20px;
	color:#fff;
	text-align:center;
    font-family: 'nexa_bold';
	transition:.3s;
}
a.button:hover {
	background-color:#9F2484;
	color:#fff;
	transition:.3s;
}
a.button.dark{
	background-color:#6E9FBF;
	color:#fff;
}
a.button.dark:hover {
	background-color:#292947;
	color:#fff;
}
#open-menu svg {
	height:30px;
    width: auto;
	color:#fff;
	vertical-align:middle;
}

#mobile-menu {
	position:fixed;
	top:0;
	width:100%;
	padding:20px;
	box-sizing:border-box;
	background-color:#292947;	
	z-index:9999;
	height:100%;
	display:none;
	transition:left .3s linear
}
#mm-logo {
	position:absolute;
	top:0;
	left:50%;
	margin-left:-100px;
	width:200px;
	height:150px;
	background-image: url("images/menu-logo.png");
	background-position:center 20px;
	background-size: 200px;
	background-repeat:no-repeat;
}
#mobile-menu.open {
	display:block;
	transition:left .3s linear
}
.menu-mainmenu-container {
	position:relative;
	max-width:1200px;
	margin:150px auto 0 auto;
}
#mobile-menu ul {
	margin-top:40px;
	list-style:none;	
}
#mobile-menu ul li {
	margin:20px 0;	
}
#mobile-menu ul li a {
	color:#fff;
	font-size:22px;
	text-transform:uppercase;
	letter-spacing:1px;	
}
#close-me {
	position:absolute;
	top:30px;
	left:25px;
	cursor:pointer;	
}
#close-me svg {
	color:#fff;	
}
a#apply-menu {
	position: absolute;
    top: 0px;
    left: 65px;
    background-color: #B0C72F;
    text-transform: uppercase;
}

#contact-deets {
	position: absolute;
    top: 150px;
    right: 50%;
    margin-right: -600px;
}
#contact-deets p {
	text-align:left !important;
	color:#fff;
	font-size:22px;
}
#contact-deets span.address, #contact-deets span.phone {
	background-position:4px center;
}
.mobile-mm {
	display:none;
}
#contact-deets .menu-icon img {
		display:inline-block;
		vertical-align:middle;
		height:20px;
		width:auto;
		margin:0 10px;
}
@media screen and (max-width:768px) {
	#contact-deets {
		position: relative;
		top: 40px;
		right: 0;
		margin-right: 0;
	}
	#contact-deets p {
		text-align:left !important;
		color:#fff;
		font-size:22px;
	}
	#contact-deets span.address, #contact-deets span.phone {
		background-position:4px center;
	}
	.desktop-mm {
		display:none;
	}
	.mobile-mm {
		display:block;
		text-align:center;
	}
	.mobile-mm p {
		display:inline-block;
		margin:0;
	}
	#mm-logo {
		top:-10px;
		left:50%;
		margin-left:-50px;
		width:100px;
		height:80px;
		background-size:100px;
	}
	#close-me {
		top:20px;
	}
	.menu-icon img {
		display:block;
		vertical-align:middle;
		height:20px;
		width:auto;
		margin:0 10px;
	}
	.menu-mainmenu-container {
		margin:140px auto 0 auto;
	}
	a#apply-menu {
		position: absolute;
		top: 70px;
		left: 50%;
		margin-left: -100px;
		width: 200px;
		box-sizing: border-box;
		background-color: #B0C72F;
		text-transform: uppercase;
	}
}
.mobile-hide {
	display:block;	
}
.mobile-show {
	display:none;	
}
.menu-text {
	display:inline-block;
	margin-left:10px;
	font-size:20px;
	line-height:25px;
	vertical-align:middle;
	color:#fff;		
}

.dark #open-menu svg, .dark .menu-text, .dark #header_right a  {
	color:#1a1a1a;
}.scroll .dark #open-menu svg, .scroll .dark .menu-text, .scroll .dark #header_right a  {
	color:#fff;
}s
/****** Base (1199px +)******/

#wrapper {
	position:relative;
	width:100%;
	overflow:auto;
}
header {
	position:fixed;
	top:0;
	width:100%;
	height:130px;
	max-height:130px;
    z-index: 999;
	transition.2s;
}
#header_wrap {
	position:relative;
	margin:0 auto;
	width:calc(100% - 40px);
	height:auto	;
	padding:0;
	box-sizing:border-box;
}
#header_left {
	position:relative;
	float:left;
    padding-top: 20px;
	transition:.2s;	
}
#logo {
	position:absolute;
	top:20px;
	left:50%;
	margin-left:-100px;
	transition:.2s;	
}
#logo img {
	width:200px;
	height:auto;	
	transition:.2s;	
}
#header_right {
	position:relative;
	float:right;
	text-align:right;
}
#header_right a {
	font-size:20px;
	color:#fff;
	margin-left:20px;
	transition:.5s;	
}
#header_right a:hover {
	color:#ccc;
	transition:.5s;	
}
header.scroll {
	background: rgba(6,36,51,.6);
	max-height: 68px;
	transition.2s;
}
header.scroll #header_left {
    padding-top: 16px;
	transition:.2s;	
}
header.scroll #logo {
	top: 10px;
    left: 50%;
    margin-left: -45px;
    transition: .2s;
}
header.scroll #logo img {
	width:90px;
	height:auto;	
	transition:.2s;	
}
header.scroll #header_right span, header.scroll #header_right br {
	display:none;
}
header.scroll #header_right p {
	line-height:32px;
}
/*#header_right a {
	font-size:20px;
	color:#fff;
	margin-left:20px;
	transition:.5s;	
}
#header_right a:hover {
	color:#ccc;
	transition:.5s;	
}*/
section {
	z-index:1;
}





#banner {
	position:fixed;
	top:0;
	width:100%;
	z-index:1;
}
#banner img {
	width: 100%;
    height: auto;
	display:block;
	max-height:700px;
	object-fit: cover;
}
#banner-text {
	position: absolute;
    bottom: 30%;
    left: 0;
    width: 100%;
    text-align: left;
}
#banner-text.right {
	text-align:right;
}
#banner-text span {
	padding:30px 50px;
	border-radius:0;
	font-size:40px;
    font-family: 'nexa_bold';
	color:#fff;
}
.video-container {
	position: relative;
	padding-top:56.25%;
}
.video-container iframe {
	position:absolute !important;
	width: 100%;
	height: 100%;
	top:0 !important;
	right:0 !important;
	bottom:0 !important;
	left:0 !important ;
	max-height:100vh;
}
section#welcome .contentWrap {
    padding: 30px 20px 0 20px;
}
section#welcome h1 {
	text-align:center;
}
@media screen and (min-width:769px) {
	section#topics, section#calendar, section#news, section#instagram {
		position: -webkit-sticky; /* Safari */
		position: sticky;
		top: 0;
	}
}
section#welcome {
    position: relative;
	background-color:#fff;
}
section#welcome p {
	margin-bottom:0;
}
section#topics {
	background-color:#fff;
}
section#topics .wrap {
    max-width: 1200px;
    margin: 0 auto;
	padding:100px 100px;
}
section#topics .one-half img {
	display:block;
	width:100%;
	height:auto;
}
.title-box {
	padding:5px 10px;
	background-color:#C93C85;
}
section#instagram {
	padding:100px 0 0 0;
	background-color:#fff;
}
.title-box p {
	text-align: center;
	font-family:'nexa_bold';
	color:#fff;
	text-transform:uppercase;
	font-size: 30px;
}
section#topics .one-half:nth-of-type(2) .title-box {
	background-color:#B0C72F;
}
section#calendar h2, section#news h2 {
    font-family: 'nexa_bold';
	text-align:center;
	font-size:30px;
	text-transform:capitalize;
	color:#fff;
}
section#calendar p, section#news p {
	color:#fff;	
}
section#calendar, section#news {
	padding:50px 30px;
	box-sizing:border-box;
}
#content {
	position:relative;
	width:100%;
	margin-top:700px;
	background-color:#FFFFFF;
	z-index:2;
}
#gallery, #supporting_info {
	position:relative;
	z-index:2;
}
section#calendar {
	background-color:#0D4A70;
}
section#calendar a.button, section#news a.button {
	color:#6E9FBF;
	background-color:#fff;
	transition:.2s;
}
section#calendar a.button:hover,section#news a.button:hover {
	color:#fff;
	background-color:#C93C85;
	transition:.2s;
}
section img.hero-image {
	width:100%;
	height:auto;
	display:block;
}
section#news {
	background-color:#6E9FBF;
}
section#news h3 {
	text-transform:uppercase;
	text-align:center;
	color:#fff;
}
section#news h4 {
	font-family:"nexa_bold";
	color:#292947
}
 
section .post-list {
	position:relative;
	width:100%;
	margin:10px 0;
}
.post-list h4, ol.tribe-list-widget li h4 a {
	text-transform:uppercase !important;
	color:#B0C72F !important;
	font-family:"nexa_light" !important;
	font-size:16px !important;
	padding: 10px 0 10px 50px;
	background-image: url("images/event-icon@2x.png");
	background-size:30px;
	background-position:left center;
	background-repeat:no-repeat;
}
.tribe-events-list-widget .tribe-event-title {
	margin:30px 0 !important;
}
section#news .post-list h4 {
	background-image: url("images/news-pin@2x.png")
}
section .post-list:nth-of-type(1), section .post-list:nth-of-type(1) h4 {
	margin-top:0;
}
section.benefits h2 {
	text-align:center;
	color:#fff;
	font-family: "nexa_bold";
	font-size:30px;
	text-transform:capitalize;
}
section.benefits p, section.benefits ul {
	color:#fff;
}
section.benefits ul li {
	margin:20px;
}
section.benefits:nth-of-type(odd) .one-half.image {
	float:right;
}
a.button.large {
	font-size: 30px;
    padding: 20px 40px;
    background-color: #B0C72F;
    text-transform: uppercase;
    margin: 50px auto;
}
.contentWrap .one-third, .contentWrap .two-thirds {
	box-sizing:border-box;
	padding:0 20px;r
}
li.menu-item-has-children a {
	background-image:url("images/chevron-right.png");
	background-position:right 40%;
	background-size: 30px;
	background-repeat:no-repeat;
	padding-right:40px;
}
li.menu-item-has-children .sub-menu a {
	background-size: 0;
}
.menu-item-334 {
	margin-top:60px !important:;
}




.one-half {
	position:relative;
	float:left;
	width:50%;
	box-sizing:border-box;
	padding:0 20px;
}
#topics .one-half {
	padding:0 50px;
}
section#news .news-item {
	width:100%;
}
section#news a.button {
	width:auto;
	background-color:#fff;
	border-radius:0;
	color:#292947;
	padding:10px 20px;
}
section#instagram h2, #sponsors h2 {
	text-align:center;
	font-family:"nexa_bold";
	color:#0D4A70;
	font-size:30px;
	text-transform: none;
	margin: 0 auto 50px auto;
}
section#instagram h2 span {
	padding: 20px 0 20px 80px;
	background-image:url("images/instagram-icon@2x.png");
	background-position:left center;
	background-size:50px;
	background-repeat:no-repeat;
}
footer{
	position:relative;
}
#map img {
	width:100%;
	height:auto;
	display:block;
}
#map iframe {
	width:100%;
	height:300px;
}
#map {
	position:relative;
	z-index:2;
}
.sbi_header_text, .sbi_header_link, .sb_instagram_header {
	display:none;
}
#recent-letters {
	position: relative;
	width:100%;
	box-sizing: border-box;
	padding:20px;
	background-color:#B0C72F;
}
#recent-letters h2 {
    font-family: 'nexa_bold';
	text-transform:capitalize;
	color:#fff;
	text-align:center;
}
.recent-letter {
	position:relative;
	background-image:url("images/letter-download@2x.png");
	background-position:center left;
	background-size:20px;
	background-repeat:no-repeat;
	box-sizing: border-box;
	padding-left:30px;
}
.recent-letter a {
	line-height:25px;
	font-size:20px;
	color:#fff;
	text-transform:capitalize;
}
a.cta-link {
    font-family: 'nexa_bold';
	display:block;
	width:100%;
	box-sizing:border-box;
	padding:20px;
	border:2px #7A3580 solid;
	background-color:#fff;
	color:#292947;
	margin-top:20px;
}
.staff_profile {
	position:relative;
	float:left;
	width:calc(100% / 4);
	box-sizing: border-box;
	padding:20px;
}
.staff_profile img {
	display:block;
	width:100%;
	height:auto;
}
.staff_profile h3 {
    font-family: 'nexa_bold';
	color:#378787;
	text-align:center;
	font-size:20px;
}
.staff_profile p {
	color:#292947;
	text-align:center;
	font-size:20px;
}
.policy_page {
	background-image:url("images/pencil-icon.png");
	background-position: -20% 120%;
	background-size:900px;
	background-repeat:no-repeat;
}
a.policy {
	display:flex;
	float:left;
	align-items:center;
	width:calc(23% - 4px);
	box-sizing:border-box;
	padding:20px 10px 20px 50px;
	margin:10px 1%;
	border:2px #00619A solid;
	vertical-align: middle;
	background-image:url("images/download-icon@2x.png");
	background-position:20px center;
	background-size:20px;
	background-repeat:no-repeat;
	min-height:85px;
	color:#00619A;
	transition:.3s;
}
a.policy:hover {
	background-color:#00619A;
	background-image:url("images/download-hover-icon@2x.png");
	background-position:20px center;
	background-size:20px;
	background-repeat:no-repeat;
	color:#fff;
	transition:.3s;
}
.news-item {
	position: relative;
	float:left;
	width:calc(50% - 30px);
	margin:0 30px 30px 0;
}	
.center-text {
	text-align:center !important;
}
.news-item img {
	width:100%;
	height:150px;
	object-fit:cover;
}
.news-item h2 {
    font-family: 'nexa_bold';
	text-transform:capitalize;
	color:#404156;
}
.news-item p.blog-date {
	color:#00A5CE;
	font-size:18px;
}
.news-item a.button {
	border-radius:0;
	background-color:#292947;
	color:#fff;
	width:100%;
	padding:10px 0;
	
}
.two-thirds .news-item:nth-of-type(2n+1) {
	clear:left;
}
#news-archives {
	background-color:#7DADC5;
	width:100%;
	box-sizing:border-box;
	padding:30px;
}
li#archives-2, li#archives-3 {
	display:block;
}
#news-archives h3 {
	color:#292947;
	font-family:'nexa_bold';
	font-size:20px;
	text-align:center;
}
#news-archives ul {
	list-style:none;
	margin-left:-40px;
}
#news-archives ul li {
	padding-left: 50px;
	background-image:url("images/archive-icon@2x.png");
	background-position:left center;
	background-size:40px;
	background-repeat:no-repeat;
}
#news-archives ul li a {
	line-height:40px;
	color:#fff;
	font-size:20px;
	text-decoration:none;
}
p.contact-deets {
	text-align:center;
}
span.address {
	padding-left:30px;
	background-image:url("images/address-icon@2x.png");
	background-size:12px;
	background-position:left center;
	background-repeat:no-repeat;
}
span.phone {
	padding-left:30px;
	background-image:url("images/phone-icon-pink@2x.png");
	background-size:11px;
	background-position:left center;
	background-repeat:no-repeat;
}
span.url {
	padding-left:30px;
	background-image:url("images/web-address-icon@2x.png");
	background-size:20px;
	background-position:left center;
	background-repeat:no-repeat;
}
span.email {
	padding-left:30px;
	background-image:url("images/email-icon-pink@2x.png");
	background-size:20px;
	background-position:left center;
	background-repeat:no-repeat;
}
#supporting_info {
	background-color:#379999
}
#supporting_info h2 {
	text-align:center;
	color:#fff;
	font-family:"nexa_bold";
	text-transform:capitalize;
}
#supporting_info h2 span {
	padding-left:40px;
	font-size:30px;
	background-image:url("images/paperclip@2x.png");
	background-position:left center;
	background-size:30px;
	background-repeat:no-repeat;
}
#supporting_info .one-quarter {
	position:relative;
	float:left;
	width:calc(100% / 4);
	box-sizing:border-box;
	padding:20px;
}
.supporting_info_item {
	position:relative;
	background-image:url("images/download-hover-icon@2x.png");
	background-position: top left;
	background-size:20px;
	background-repeat:no-repeat;
	box-sizing: border-box;
	padding-left:30px;
}
.supporting_info_item a {
	line-height:25px;
	font-size:20px;
	color:#fff;
	text-transform:capitalize;
}
#gallery {
	background-color:#7DADC5;
}
#gallery .one-quarter {
	position:relative;
	float:left;
	width:calc(100% / 4);
	box-sizing: border-box;
	padding:20px;
}
#gallery .one-quarter img {
	display:block;
	width:100%;
	height:200px;
	object-fit:cover;
}
#gallery h2 {
	font-family:"nexa_bold";
	color:#fff;
	text-align:center;
	text-transform:capitalize;
	font-size:30px;
}
#gallery h2 span {
	padding-left:40px;
	background-image:url("images/camera-icon.png@2x");
	background-position:left center;
	background-size:30px;
	background-repeat:no-repeat;
}
footer .one-third {
	box-sizing:border-box;
	padding:20px;
}
footer h2 {
	font-family:"nexa_bold";
	color:#fff;
	text-align:center;
}
footer #map iframe {
	width:100%;
	height:300px;
}
li#tribe-events-list-widget-2 {
	display:block;
}
ol.tribe-list-widget {
	list-style:none;
	margin-left:-40px;
}
ol.tribe-list-widget li h4 a {
	color:#292947;
	font-size:30px;
	text-transform:uppercase;
}
ol.tribe-list-widget li h4 a:hover {
	color:#fff;
}
p.tribe-events-back {
	display:none !important;
}
ul.sub-menu {
	position:absolute;
	margin-top:0 !important;
	top:0;
	left:350px;
	display:none;
	width:50%;
	min-height: 100vh;
}
ul.sub-menu.open {
	display:block;
}
ul.sub-menu li:first-of-type {
	margin-top:0 !important;
}
ul.sub-menu.open li ul.sub-menu {
	display:none;
}
ul.sub-menu.open li ul.sub-menu.opened {
	display:block;
}
ul.sub-menu li a {
	color:#CF5C7F !important;
}
.menu ul li {
	width:100%;
}
/*li.menu-item-has-children:hover ul.sub-menu, ul.sub-menu:hover {
	display:block !important;
}*/
p.error {
	color:#fff;
	font-style:italic;
	text-align: center;
}


.contentWrap {
	position:relative;
	width:calc(100% - 40px);
	margin:0 auto;
	padding:30px 20px;
	box-sizing:border-box;	
	max-width:1200px;
}
.contentWrap.content {
	width:50%;
}
.row {
	position:relative;
	width:100%;
	overflow:auto;
}

.one-third {
	position:relative;
	float:left;
	width:33.3%;	
}
.two-thirds {
	position:relative;
	float:left;
	width:66.6%;	
}

.pullLeft {
	position:relative;
	float:left;
	width:49.9%;
	padding:20px;
	box-sizing:border-box;
}
.pullRight {
	position:relative;
	float:right;
	width:49.9%;
	padding:20px;
	box-sizing:border-box;
}
.image-column {
	position:relative;
	float:left;
	width:calc(100% / 3);
	box-sizing:border-box;
	padding:5px;	
}
.image-column:nth-of-type(3n+1) {
	clear:left;	
}
.image-column img {
	width:100%;
	height:auto;
}
nav {
	position:relative;
	width:100%;	
	border-top:1px #000 solid;
	border-bottom:1px #000 solid;
}
nav ul {
	list-style:none;
	text-align:center;	
	margin:0 !important;
}
nav ul li {
	display:inline-block;	
	padding:10px 20px;
}
nav ul li a {
	font-size:16px;
	text-transform:uppercase;
	color:#000;	
	letter-spacing:1px;
	transition:.5s;
}
nav ul li a:hover {
	color:#CCC;	
	transition:.5s;
}
.tribe-events-widget-link {
	display:none;
}
.tribe-event-duration {
	color:#fff;
}
.overlay-container {
	position: relative;
}
.overlay {
	position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    display: flex;
    justify-content: center;
    align-items: center;
    background-color: rgba(0,0,0,.6);
    opacity: 0;
    padding: 0 20px;
    box-sizing: border-box;
    text-align: center;
    color: #fff;
    transition: .2s;
}
.overlay-container:hover .overlay {
	opacity:1;
	transition:.2s;
}



/*** Contact ***/
#contact-form {
	position:relative;
	max-width:600px;
	margin:20px auto;
}
.wpcf7-text, .wpcf7-number {
	width:100%;
	height:40px;
	padding:0 10px;
	box-sizing:border-box;
	background-color:#E7EFF3;
	border:none;
	font-size:16px;
	text-align:center;
	color:#868686;	
	margin:10px 0;
}
.wpcf7-textarea {
	width:100%;
	height:100px;
	padding:10px 10px;
	box-sizing:border-box;
	background-color:#E7EFF3;
	border:none;
	font-size:16px;
	color:#868686;	
	margin:10px 0;
}

.wpcf7-submit {
	margin:-5px 0 0 0;
	width:100%;
	height:40px;
	padding:0 10px;
	box-sizing:border-box;
	border:none;
	background:#7DADC5;
	font-size:16px;
	font-family:"nexa_bold";
	color:#fff;
	margin:10px 0;
	transition:.5s;
}
.wpcf7-submit:hover {
	background:#ccc;
	transition:.5s;	
}
::-webkit-input-placeholder { /* Chrome/Opera/Safari */
	font-family:"nexa_light";
	text-align: center;
	color:#868686;	
}
::-moz-placeholder { /* Firefox 19+ */
	font-family:"nexa_light";
	text-align: center;
	color:#868686;	
}
:-ms-input-placeholder { /* IE 10+ */
	font-family:"nexa_light";
	text-align: center;
	color:#868686;	
}
:-moz-placeholder { /* Firefox 18- */
	font-family:"nexa_light";
	text-align: center;
	color:#868686;	
}
/*** Footer ***/
footer {
	position:relative;
	width:100%;
	background:#1C1C1C;
	padding:30px 0;
	z-index:2;
}
#footer_wrap {
	position:relative;
	margin:0 auto;
	width:calc(100% - 40px);	
	max-width:1200px;
}
footer p, footer a,footer a:hover {
	text-align:center !important;
	font-size:14px;
	color:#fff;	
}
footer a {
	color:#C93C85;
}
footer ul.menu {
	list-style:none;
	margin-left:-40px;
	text-align:center;
}
/*** Fixes / Changes ***/
#breadcrumbs {
	display: none !important;
}
ul#menu-mainmenu {
	font-family:"nexa_bold";
}
ul.sub-menu {
	font-family:"nexa_light";
}
#sponsors {
	padding: 100px 0 50px 0;
	background: #fff;
	z-index: 1;
	position: relative;
}
a.button.apply-header { display:none;}
/***** Strictly Desktop Only *****/

@media screen and (min-width:769px) {
	
	#banner-text {
		background-color:transparent !important;
	}
	#banner-buttons a.button {
    	display: inline-block;
		padding: 20px 30px;
		margin-right:30px;
		text-transform:uppercase;
	}
	#banner-buttons {
		margin: 50px 0 0 150px;
	}
	a.button.apply-header {
		display: none;
		text-transform: uppercase;
		margin: 0 auto 0 20px;
		padding:5px 20px;
		transition:.2s;
	}
	a.button.apply-header.open {
		display: inline-block;
		transition:.2s;	
	}
	
}

/***** End Desktop Only *****/
/**** Tablet ****/
@media screen and (max-width:768px) {
	.image-column {
		width:calc(100% / 2);
	}
	.image-column:nth-of-type(3n+1) {
		clear:none;	
	}
	.image-column:nth-of-type(1n+1) {
		clear:left;
	}
	.contentWrap.content {
		width:75%;
	}
	#sponsors {
		padding:50px 0;
	}
}

/**** Mobile ****/
@media screen and (max-width:768px) {
	header #header_left {
		padding-top: 16px;
		transition:.2s;	
	}	
	header #logo {
		top:10px;
		left:50%;
		margin-left:-50px;
		transition:.2s;	
	}
	header #logo img {
		width:100px;
		height:auto;	
		transition:.2s;	
	}
	header #header_right span, header #header_right br {
		display:none;
	}
	header #header_right p {
		line-height:32px;
	}


	.pullLeft, .pullRight,.two-thirds,.one-third, .one-half, .one-quarter, #supporting_info .one-quarter, .staff_profile, .news-item {
		width:100%;	
	}
	#gallery .one-quarter {
		width:50%;
	}
	.two-thirds h2 {
		text-align:center;
	}
	.one-third img.profile {
		width:100%;
		height:auto;
		display:block;
	}
	.tribe-events-list-widget .tribe-list-widget {
		margin-left:-40px !important;
	}
	.tribe-events-list-widget .tribe-events-list-widget-events {
		padding:0 !important;
	}
	section#calendar .one-half, section#news .one-half {
		padding:0
	}
	
	#banner {
    	position: relative;
	}
	#content {
		margin-top:0;
	}
	#banner img {
		height:350px
	}
	#banner-text {
		position:relative;
		bottom:0;
		padding: 20px;
    	box-sizing: border-box;
	}
	#banner-text p {
		text-align: center;
		line-height: 50px;
		margin: 0;
		padding: 20px 0;
	}
	#banner-text p span {
		padding:0;
	}
	#gallery .one-quarter img {
		height:100px;
	}
	ul.sub-menu {
		position: relative;
		left: -20px;
		width:100%;
		min-height:0;
	}
	.menu ul li {
		width:calc(100% - 10px);
	}
	ul.sub-menu li:first-of-type {
		margin-top: 20px !important;
	}
	#mobile-menu {
		overflow:auto !important;
		padding-bottom:30px;
	}
	#topics .one-half {
		padding:10px;
	}	
	section#topics {
		margin: 10px auto 10px auto;
	}
	.mobile-hide {
		display:none;	
	}
	.mobile-show {
		display:block;	
	}
	section#topics .wrap {
		padding:0;
	}
	section#welcome {
		padding-bottom:30px;	
	}
	section#calendar, section#news {
		padding: 0;
	}
	#banner-buttons a.button {
			padding: 20px;
			min-width: 200px;
			text-transform: uppercase;
		}
}


/** Flexslider ***/

/*
 * jQuery FlexSlider v2.7.2
 * https://www.woocommerce.com/flexslider/
 *
 * Copyright 2012 WooThemes
 * Free to use under the GPLv2 and later license.
 * http://www.gnu.org/licenses/gpl-2.0.html
 *
 * Contributing author: Tyler Smith (@mbmufffin)
 *a
 */
/* ====================================================================================================================
 * FONT-FACE
 * ====================================================================================================================*/
@font-face {
  font-family: 'flexslider-icon';
  src: url('fonts/flexslider-icon.eot');
  src: url('fonts/flexslider-icon.eot?#iefix') format('embedded-opentype'), url('fonts/flexslider-icon.woff') format('woff'), url('fonts/flexslider-icon.ttf') format('truetype'), url('fonts/flexslider-icon.svg#flexslider-icon') format('svg');
  font-weight: normal;
  font-style: normal;
}
/* ====================================================================================================================
 * RESETS
 * ====================================================================================================================*/
.flex-container a:hover,
.flex-slider a:hover {
  outline: none;
}
.slides,
.slides > li,
.flex-control-nav,
.flex-direction-nav {
  margin: 0;
  padding: 0;
  list-style: none;
}
.flex-pauseplay span {
  text-transform: capitalize;
}
/* ====================================================================================================================
 * BASE STYLES
 * ====================================================================================================================*/
.flexslider {
  margin: 0;
  padding: 0;
}
.flexslider .slides > li {
  display: none;
  -webkit-backface-visibility: hidden;
}
.flexslider .slides img {
  width: 100%;
  display: block;
}
.flexslider .slides:after {
  content: "\0020";
  display: block;
  clear: both;
  visibility: hidden;
  line-height: 0;
  height: 0;
}
html[xmlns] .flexslider .slides {
  display: block;
}
* html .flexslider .slides {
  height: 1%;
}
.no-js .flexslider .slides > li:first-child {
  display: block;
}
/* ====================================================================================================================
 * DEFAULT THEME
 * ====================================================================================================================*/
.flexslider {
  margin: 0 0 60px;
  background: #fff;
  border: 4px solid #fff;
  position: relative;
  zoom: 1;
  -webkit-border-radius: 4px;
  -moz-border-radius: 4px;
  border-radius: 4px;
  -webkit-box-shadow: '' 0 1px 4px rgba(0, 0, 0, 0.2);
  -moz-box-shadow: '' 0 1px 4px rgba(0, 0, 0, 0.2);
  -o-box-shadow: '' 0 1px 4px rgba(0, 0, 0, 0.2);
  box-shadow: '' 0 1px 4px rgba(0, 0, 0, 0.2);
}
.flexslider .slides {
  zoom: 1;
}
.flexslider .slides img {
  height: auto;
  -moz-user-select: none;
}
.flex-viewport {
  max-height: 2000px;
  -webkit-transition: all 1s ease;
  -moz-transition: all 1s ease;
  -ms-transition: all 1s ease;
  -o-transition: all 1s ease;
  transition: all 1s ease;
}
.loading .flex-viewport {
  max-height: 300px;
}
@-moz-document url-prefix() {
  .loading .flex-viewport {
    max-height: none;
  }
}
.carousel li {
  margin-right: 5px;
}
.flex-direction-nav {
  *height: 0;
}
.flex-direction-nav a {
  text-decoration: none;
  display: block;
  width: 40px;
  height: 40px;
  margin: -20px 0 0;
  position: absolute;
  top: 50%;
  z-index: 10;
  overflow: hidden;
  opacity: 0;
  cursor: pointer;
  color: rgba(0, 0, 0, 0.8);
  text-shadow: 1px 1px 0 rgba(255, 255, 255, 0.3);
  -webkit-transition: all 0.3s ease-in-out;
  -moz-transition: all 0.3s ease-in-out;
  -ms-transition: all 0.3s ease-in-out;
  -o-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
}
.flex-direction-nav a:before {
  font-family: "flexslider-icon";
  font-size: 40px;
  display: inline-block;
  content: '\f001';
  color: rgba(0, 0, 0, 0.8);
  text-shadow: 1px 1px 0 rgba(255, 255, 255, 0.3);
}
.flex-direction-nav a.flex-next:before {
  content: '\f002';
}
.flex-direction-nav .flex-prev {
  left: -50px;
}
.flex-direction-nav .flex-next {
  right: -50px;
  text-align: right;
}
.flexslider:hover .flex-direction-nav .flex-prev {
  opacity: 0.7;
  left: 10px;
}
.flexslider:hover .flex-direction-nav .flex-prev:hover {
  opacity: 1;
}
.flexslider:hover .flex-direction-nav .flex-next {
  opacity: 0.7;
  right: 10px;
}
.flexslider:hover .flex-direction-nav .flex-next:hover {
  opacity: 1;
}
.flex-direction-nav .flex-disabled {
  opacity: 0!important;
  filter: alpha(opacity=0);
  cursor: default;
  z-index: -1;
}
.flex-pauseplay a {
  display: block;
  width: 20px;
  height: 20px;
  position: absolute;
  bottom: 5px;
  left: 10px;
  opacity: 0.8;
  z-index: 10;
  overflow: hidden;
  cursor: pointer;
  color: #000;
}
.flex-pauseplay a:before {
  font-family: "flexslider-icon";
  font-size: 20px;
  display: inline-block;
  content: '\f004';
}
.flex-pauseplay a:hover {
  opacity: 1;
}
.flex-pauseplay a.flex-play:before {
  content: '\f003';
}
.flex-control-nav {
  width: 100%;
  position: absolute;
  bottom: -40px;
  text-align: center;
}
.flex-control-nav li {
  margin: 0 6px;
  display: inline-block;
  zoom: 1;
  *display: inline;
}
.flex-control-paging li a {
  width: 11px;
  height: 11px;
  display: block;
  background: #666;
  background: rgba(0, 0, 0, 0.5);
  cursor: pointer;
  text-indent: -9999px;
  -webkit-box-shadow: inset 0 0 3px rgba(0, 0, 0, 0.3);
  -moz-box-shadow: inset 0 0 3px rgba(0, 0, 0, 0.3);
  -o-box-shadow: inset 0 0 3px rgba(0, 0, 0, 0.3);
  box-shadow: inset 0 0 3px rgba(0, 0, 0, 0.3);
  -webkit-border-radius: 20px;
  -moz-border-radius: 20px;
  border-radius: 20px;
}
.flex-control-paging li a:hover {
  background: #333;
  background: rgba(0, 0, 0, 0.7);
}
.flex-control-paging li a.flex-active {
  background: #000;
  background: rgba(0, 0, 0, 0.9);
  cursor: default;
}
.flex-control-thumbs {
  margin: 5px 0 0;
  position: static;
  overflow: hidden;
}
.flex-control-thumbs li {
  width: 25%;
  float: left;
  margin: 0;
}
.flex-control-thumbs img {
  width: 100%;
  height: auto;
  display: block;
  opacity: .7;
  cursor: pointer;
  -moz-user-select: none;
  -webkit-transition: all 1s ease;
  -moz-transition: all 1s ease;
  -ms-transition: all 1s ease;
  -o-transition: all 1s ease;
  transition: all 1s ease;
}
.flex-control-thumbs img:hover {
  opacity: 1;
}
.flex-control-thumbs .flex-active {
  opacity: 1;
  cursor: default;
}
#sbi_load {
	display:none !important;
}
/* ====================================================================================================================
 * RESPONSIVE
 * ====================================================================================================================*/
@media screen and (max-width: 860px) {
  .flex-direction-nav .flex-prev {
    opacity: 1;
    left: 10px;
  }
  .flex-direction-nav .flex-next {
    opacity: 1;
    right: 10px;
  }
}
/*** New Calendar ***/
.simcal-calendar-head {
	border:none;
}
.simcal-day-label {
	border-bottom:none !important;
}
.simcal-day-label span {
	background-color:#292947 !important;
}

