/*
  Theme Name: Yorick
  Theme URI: https://orlandoshakes.org
  Version: 1.0
  Author: Dan Bookman
  Author URI: https://www.danbookman.com
  Tags: Canopy, responsive, simple, clean, HTML5, CSS3, Schema.org, Open Graph, ARIA
  Licence: GPL
  
  Description: Custom WordPress theme for the Orlando Shakes.
*/

/*----------Redeclarations----------*/

strong {
	font-weight: 700;
}

em {
	font-style: italic;
}

hr {
	display: none;
}

p {
	margin: 1em 0;
}

img {
	max-width: 100%;
	height: auto;
}

/*-------------Sprites--------------*/

.tcx_slideshow .flex-control-paging li a, #fancybox-loading, .fancybox-close, .fancybox-prev span, .fancybox-next span {
	background-image: url("images/spritesheet.png");
	background-repeat: no-repeat;
}

.logo {
	background-image: url("images/logo-orlando-shakes.png");
	background-repeat: no-repeat;
}

@media only screen and (-webkit-min-device-pixel-ratio: 2),
only screen and (min--moz-device-pixel-ratio: 2),
only screen and (-o-min-device-pixel-ratio: 2/1),
only screen and (min-device-pixel-ratio: 2),
only screen and (min-resolution: 192dpi),
only screen and (min-resolution: 2dppx) {
	.tcx_slideshow .flex-control-paging li a, #fancybox-loading, .fancybox-close, .fancybox-prev span, .fancybox-next span {
		background-image: url("images/spritesheet-2x.png");
		background-size: 500px 400px;
	}

	.logo {
		background-image: url("images/logo-orlando-shakes-2x.png");
		background-size: 154px 80px;
	}
}

/*-------Block Level Elements-------*/

html.open {
	overflow: hidden;
}

body {
	background-color: #fff;
	color: #808080;
	font: 18px/24px "Open Sans", Helvetica, Arial, sans-serif;
	-webkit-animation: bugfix infinite 1s;
	-webkit-text-size-adjust: 100%;
	-moz-text-size-adjust: 100%;
	-ms-text-size-adjust: 100%;
}

body.home {
	background-color: #0f5355;
}

header.main {
	position: relative;
	background-color: #fff;
	z-index: 2;
}

header.main .container {
	padding-top: 10px;
	padding-bottom: 10px;
}

.toggle {
	position: relative;
	display: block;
	padding: 0 20px;
	margin: 0 8px 0 -20px;
	float: left;
	font-size: 12px;
	line-height: 40px;
	text-transform: uppercase;
	cursor: pointer;
	z-index: 6;
}

.toggle .bar {
	display: block;
	width: 100%;
	height: 4px;
	max-width: 36px;
	background-color: #808080;
	margin-bottom: 9px;
}

.toggle:hover, .toggle:active, .toggle:focus {
	color: #333;
}

.toggle:hover .bar, .toggle:active .bar, .toggle:focus .bar {
	background-color: #333;
}

#navRight {
	position: relative;
	float: right;
}

#navRight a {
	display: inline-block;
	padding: 20px 20px 15px 20px;
	font-size: 15px;
	color: #808080;
	text-transform: uppercase;
}

#navRight a:hover {
	color: #333;
	text-decoration: none;
}

#navRight div a:last-child {
	padding-right: 0;
}

#menuRight {
	position: relative;
	float: right;
	opacity: 0;
	-webkit-transition: all 0.3s;
	-moz-transition: all 0.3s;
	-ms-transition: all 0.3s;
	-o-transition: all 0.3s;
	transition: all 0.3s;
	transition-delay: 0;
	-webkit-transform: translateX(30px);
	-moz-transform: translateX(30px);
	-ms-transform: translateX(30px);
	-o-transform: translateX(30px);
	transform: translateX(30px);
	pointer-events: none;
}

#menuRight a {
	color: #007377;
}

.open #menuRight {
	opacity: 1;
	-webkit-transform: translateX(0);
	-moz-transform: translateX(0);
	-ms-transform: translateX(0);
	-o-transform: translateX(0);
	transform: translateX(0);
	transition-delay: .25s;
	pointer-events: all;
}

#menuRight .widget-area {
	padding: 10px 30px 20px 30px;
	margin-top: 45px;
	color: #007377;
	-webkit-box-shadow: 0 1px 10px rgba(0, 0, 0, 0.3);
	-moz-box-shadow: 0 1px 10px rgba(0, 0, 0, 0.3);
	box-shadow: 0 1px 10px rgba(0, 0, 0, 0.3);
}

#text-2 h3::before, #text-3 h3::before {
	display: inline-block;
	width: 22px;
	margin-right: 15px;
	font-family: 'tcx';
	font-size: 24px;
	color: #007377;
}

#text-2 h3::before {
	content: '\e82d';
}

#text-3 h3::before {
	content: '\e82e';
}

.nav-circle {
	width: 10px;
	height: 10px;
	position: absolute;
	background-image: radial-gradient(rgba(255, 255, 255, 1), rgba(255, 255, 255, 1));
	opacity: 0;
	top: 50%;
	left: 18px;
	transform: translateX(-50%) translateY(-50%);
	border-radius: 50%;

	-webkit-transition: all 0.32s cubic-bezier(0.770, 0.000, 0.175, 1.000);
	-moz-transition: all 0.32s cubic-bezier(0.770, 0.000, 0.175, 1.000);
	-o-transition: all 0.32s cubic-bezier(0.770, 0.000, 0.175, 1.000);
	transition: all 0.32s cubic-bezier(0.770, 0.000, 0.175, 1.000);
}

.open .nav-circle {
	background-image: radial-gradient(rgba(255, 255, 255, 1), rgba(255, 255, 255, 1));
	opacity: 1;
	height: 250vw;
	width: 250vw;
}

#menu {
	position: relative;
	display: inline-block;
	margin-top: 40px;
	border-right: 5px solid #007377;
	opacity: 0;
	-webkit-transition: all 0.3s;
	-moz-transition: all 0.3s;
	-ms-transition: all 0.3s;
	-o-transition: all 0.3s;
	transition: all 0.3s;
	transition-delay: 0;
	-webkit-transform: translateX(-30px);
	-moz-transform: translateX(-30px);
	-ms-transform: translateX(-30px);
	-o-transform: translateX(-30px);
	transform: translateX(-30px);
	pointer-events: none;
}

.open #menu {
	opacity: 1;
	-webkit-transform: translateX(0);
	-moz-transform: translateX(0);
	-ms-transform: translateX(0);
	-o-transform: translateX(0);
	transform: translateX(0);
	transition-delay: .25s;
	pointer-events: all;
}

#menu li, #menuRight a, #menuRight input, #navbottom input {
	display: none;
}

.open #menu li {
	display: block;
}

.open #menuRight a, .open #menuRight input, .open #navbottom input {
	display: inline-block;
}

#toggle {
	display: none;
}

#nav {
	position: absolute;
	top: 100%;
	width: 100%;
	pointer-events: none;
}

.open #nav {
	pointer-events: all;
	z-index: 2;
}

#menu li {
	margin-right: 5px;
}

#menu > li:focus {
	outline: none;
}

#menu li:last-child {
	margin-right: 0;
}

#menu li:hover > .sub-menu, #menu li[aria-expanded="true"] > .sub-menu {
	left: 100%;
}

#menu li:hover > .sub-menu {
	display: block;
}

#menu a {
	display: block;
	padding-right: 20px;
	font-family: 'gilroyextrabold', 'Open Sans', Helvetica, Arial, sans-serif;
	font-size: 36px;
	line-height: 60px;
	color: #007377;
	text-decoration: none;
}

#menu li.menu-item-has-children:hover::after, #menu li.menu-item-has-children:focus::after {
	content: '';
	position: absolute;
	right: 0;
	margin-top: -36px;
	margin-left: -8px;
	border-width: 8px;
	border-bottom: 8px solid transparent;
	border-top: 8px solid transparent;
	border-right: 8px solid #007377;
}

#menu .current-menu-item, #menu .current_page_item, #menu .current-menu-ancestor, #menu .current_page_ancestor {

}

#menu .sub-menu {
	position: absolute;
	top: 0;
	left: -2999px;
	display: block;
	height: 100%;
	padding: 10px 0 10px 20px;
	margin-left: -10px;
	z-index: 900;
	-webkit-background-clip: padding;
	-moz-background-clip: padding;
	background-clip: padding-box;
}

#menu .sub-menu li {
	width: 100%;
	min-width: 200px;
}

#menu .sub-menu li a {
	display: inline-block;
	font-family: 'Open Sans', Helvetica, Arial, sans-serif;
	font-size: 24px;
	line-height: 44px;
	color: #daaa00;
	padding: 0 10px;
	white-space: nowrap;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
}

#menu .sub-menu li:hover, #menu .sub-menu .current-menu-item, #menu .sub-menu .current_page_item {

}

#menu .sub-menu li:hover {
	outline: none;
}

#menu .sub-menu .current-menu-ancestor, #menu .sub-menu .current_page_ancestor {
	background-color: transparent;
}

#menu .sub-menu .sub-menu {
	display: none;
	position: absolute;
	left: 100%;
	top: -10px;
	border-top-width: 0;

}

#menu .sub-menu .sub-menu a:hover, #menu .sub-menu .sub-menu .current-menu-item > a {

}

.aria-hidden {
	height: 1px;
	overflow: hidden;
}

.aria-hidden:focus {
	height: auto;
}

#navbottom {
	position: fixed;
	bottom: 0;
	left: 0;
	width: 100%;
	background: rgb(169,88,204);
	background: -moz-linear-gradient(left, rgba(169,88,204,1) 0%, rgba(45,204,211,1) 100%);
	background: -webkit-gradient(linear, left top, right top, color-stop(0%,rgba(169,88,204,1)), color-stop(100%,rgba(45,204,211,1)));
	background: -webkit-linear-gradient(left, rgba(169,88,204,1) 0%,rgba(45,204,211,1) 100%);
	background: -o-linear-gradient(left, rgba(169,88,204,1) 0%,rgba(45,204,211,1) 100%);
	background: -ms-linear-gradient(left, rgba(169,88,204,1) 0%,rgba(45,204,211,1) 100%);
	background: linear-gradient(to right, rgba(169,88,204,1) 0%,rgba(45,204,211,1) 100%);
	color: #fff;
	opacity: 0;
	-webkit-transition: all 0.3s;
	-moz-transition: all 0.3s;
	-ms-transition: all 0.3s;
	-o-transition: all 0.3s;
	transition: all 0.3s;
	transition-delay: 0.25s;
	-webkit-transform: scale(0.9) translateY(30px);
	-moz-transform: scale(0.9) translateY(30px);
	-ms-transform: scale(0.9) translateY(30px);
	-o-transform: scale(0.9) translateY(30px);
	transform: scale(0.9) translateY(30px);
	z-index: 2;
	pointer-events: none;
}

.open #navbottom {
	opacity: 1;
	-webkit-transform: scale(1) translateY(0);
	-moz-transform: scale(1) translateY(0);
	-ms-transform: scale(1) translateY(0);
	-o-transform: scale(1) translateY(0);
	transform: scale(1) translateY(0);
	transition-delay: .5s;
	pointer-events: all;
}

.newsletter-icon {
	position: relative;
	float: left;
	font-family: 'tcx';
	display: inline-block;
	margin-right: 15px;
	font-size: 40px;
	line-height: 59px;
}

.newsletter-title {
	position: relative;
	float: left;
	display: inline-block;
	margin-right: 10px;
	line-height: 46px;
}

.newsletter-label {
	position: relative;
	float: left;
	font-size: 12px;
	line-height: 40px;
}

#navbottom .gform_wrapper {
	margin: 0;
}

#navbottom .gform_wrapper .gfield {
	position: relative;
	float: left;
	clear: none;
	margin-top: 0;
	margin-bottom: 0;
}

#navbottom .gform_wrapper .gfield .ginput_complex > span {
	margin-top: 0;
	margin-bottom: 0;
}

#field_4_3 > label, #field_9_3 > label {
	width: 250px;
	padding: 8px;
	margin: 0;
	cursor: pointer;
	background-color: #007377;
	font-size: 14px;
	line-height: 19px;
	font-weight: 500;
}

#field_4_3 > label::after, #field_9_3 > label::after {
	content: '\2193';
	position: relative;
	float: right;
	display: block;
	width: 15px;
	height: 15px;
	background-color: #fff;
	color: #007377;
	text-align: center;
	font-family: 'tcx';
	font-size: 16px;
	line-height: 16px;
	-webkit-border-radius: 10px;
	-moz-border-radius: 10px;
	border-radius: 10px;
}

#field_4_3 .ginput_container, #field_9_3 .ginput_container {
	position: absolute;
	bottom: 40px;
	width: 400px;
	padding: 20px 20px 20px 0;
	margin-top: 0;
	margin-bottom: 0;
	background-color: #fff;
	color: #333;
	-webkit-box-shadow: 0 1px 10px rgba(0, 0, 0, 0.3);
	-moz-box-shadow: 0 1px 10px rgba(0, 0, 0, 0.3);
	box-shadow: 0 1px 10px rgba(0, 0, 0, 0.3);

	opacity: 0;
	-webkit-transition: all 0.3s;
	-moz-transition: all 0.3s;
	-ms-transition: all 0.3s;
	-o-transition: all 0.3s;
	transition: all 0.3s;
	-webkit-transform: scale(0.9) translateY(30px);
	-moz-transform: scale(0.9) translateY(30px);
	-ms-transform: scale(0.9) translateY(30px);
	-o-transform: scale(0.9) translateY(30px);
	transform: scale(0.9) translateY(30px);
	z-index: 2;
	pointer-events: none;
}

#field_4_3.show .ginput_container, #field_9_3.show .ginput_container {
	opacity: 1;
	-webkit-transform: scale(1) translateY(0);
	-moz-transform: scale(1) translateY(0);
	-ms-transform: scale(1) translateY(0);
	-o-transform: scale(1) translateY(0);
	transform: scale(1) translateY(0);
	pointer-events: all;
}

#navbottom #field_4_1 {
	width: 33%;
}

#navbottom #field_4_2 {
	width: 22%;
	padding-left: 15px;
	padding-right: 15px;
}

#navbottom .gform_wrapper {
	clear: both;
}

#navbottom input.button {
	padding-top: 0.25em;
	padding-bottom: 0.25em;
}

#navbottom .gform_wrapper .gform_body input, #navbottom .gform_wrapper .gform_body textarea, #navbottom .gform_body input:focus, #navbottom .gform_body textarea:focus {
	border-color: #fff;
	color: #fff;
	font-size: 15px;
}

#navbottom .gform_footer {
	position: absolute;
	right: 0;
	top: 0;
	margin: 0;
}

#navbottom .gform_footer input.button {
	margin-top: 0;
}

#slideshow {
	background-color: #000;
	border-top: 4px solid #c0c0c0;
	margin-bottom: 20px;
}

#slideshow .container {
	padding: 0 20px;
}

#slideshow .tcx_slideshow {
	position: relative;
	clear: both;
	margin-bottom: 0;
}

#slideshow .slide-desc {
	width: 40%;
	height: 100%;
	padding: 30px;
	margin: 0;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
}

#slideshow .flex-control-nav {
	bottom: -20px;
}

#banner {
	width: 100%;
	height: 250px;
	padding: 30px 0;
	text-align: right;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
	background: #2dccd3;
	background: linear-gradient(90deg, #2dccd3, #a958cc, #daaa00);
	background-size: 600% 600%;
	-webkit-animation: BannerGradient 35s linear infinite;
	-moz-animation: BannerGradient 35s linear infinite;
	animation: BannerGradient 35s linear infinite;
}

@-webkit-keyframes BannerGradient {
	0%{background-position:0% 50%}
	50%{background-position:100% 50%}
	100%{background-position:0% 50%}
}
@-moz-keyframes BannerGradient {
	0%{background-position:0% 50%}
	50%{background-position:100% 50%}
	100%{background-position:0% 50%}
}
@keyframes BannerGradient {
	0%{background-position:0% 50%}
	50%{background-position:100% 50%}
	100%{background-position:0% 50%}
}

#banner .container {
	padding: 0 20px;
}

#banner h1 {
	position: absolute;
	display: none;
	font-size: 64px;
	margin-top: 130px;
	color: #fff;
	text-align: left;
}

.resource_category #banner h1 {
	margin-top: 123px;
}

.search #banner h1, .archive #banner h1, .p1418 #banner h1 {
	display: block;
}

#content {
	position: relative;
	float: left;
	width: 65%;
}

.full-width #content, .sectioned-page #content {
	width: 100%;
}

#content.blog.single, #content.page, .coursestorm-course-info.coursestorm_class {
	margin-top: -230px;
}

.home #content.page, .show #content.page {
	margin-top: 0;
}

.page .post {
	background-color: #fff;
}

.home.page .post {
	background-color: transparent;
}

.home-banner {
	padding-top: 40px;
	padding-bottom: 40px;
}

.home-routing h4 {
	text-align: left;
}

.home-routing .tcx_button {
	margin-top: 40px;
}

#showSidebar {
	position: relative;
	float: right;
	width: 30%;
}

#showSidebar .separator {
	height: 1px;
	background-color: #daaa00;
}

#showSidebar .tcx_button {
	position: relative;
	float: right;
	margin-top: 1.5em;
	margin-bottom: 1.5em;
}

#showSidebar .tcx_button.cta {
	float: none;
}

#showSidebar h4 {
	margin-bottom: 0;
	font-weight: 700;
	line-height: 24px;
}

#showSidebar .special-performance {
	clear: both;
}

#showSidebar .special-performance p {
	margin-bottom: 0;
}

#showSidebar .special-performance p + p {
	margin-top: 1em;
}

.content-advisory img {
	position: relative;
	float: left;
	margin-right: 20px;
}

#sidebar {
	position: relative;
	float: right;
	width: 25%;
	padding: 20px;
	margin-top: -80px;
	margin-bottom: 20px;
	background-color: #f6f6f6;
	border-top: 4px solid #a958cc;
}

.title-sidebar {
	margin-bottom: 12px;
	margin-top: 0;
}

#sidebar .widget {
	margin-bottom: 20px;
}

#sidebar select {
	width: 100%;
	font-size: 16px;
}

#sidebar .widget_categories, #sidebar .widget_nav_menu {
	font-size: 16px;
	line-height: 1.7em;
}

#sidebar .current-menu-item {
	font-weight: 700;
}

#sidebar .menu-item {
	line-height: 20px;
	margin-bottom: 8px;
}

.back-to-top {
	position: relative;
	clear: both;
	margin-top: 40px;
	text-align: right;
	font-size: 12px;
	text-transform: uppercase;
	background-color: #e7e7e7;
	z-index: 2;
}

.back-to-top, .back-to-top * {
	-webkit-transition: all 0.3s;
	-moz-transition: all 0.3s;
	-ms-transition: all 0.3s;
	-o-transition: all 0.3s;
	transition: all 0.3s;
}

.back-to-top a {
	position: absolute;
	left: 0;
	top: 0;
	display: block;
	width: 100%;
	height: 100%;
}

.back-to-top .container {
	padding-top: 0;
	padding-bottom: 0;
}

.back-to-top:hover {
	color: #333;
	background-color: #c3c3c3;
}

.back-to-top .label {
	display: inline-block;
	padding: 10px 90px 10px 0;
}

.back-to-top .top-icon {
	position: absolute;
	right: 0;
	top: -10px;
	font-family: 'tcx';
	display: inline-block;
	width: 62px;
	height: 62px;
	text-align: center;
	line-height: 60px;
	font-size: 60px;
	-webkit-border-radius: 60px;
	-moz-border-radius: 60px;
	border-radius: 60px;
	background-color: #343434;
	color: #fff;
	-webkit-box-shadow: 0 0 10px rgba(0,0,0,0.3);
	-moz-box-shadow: 0 0 10px rgba(0,0,0,0.3);
	box-shadow: 0 0 10px rgba(0,0,0,0.3);
}

.back-to-top:hover .top-icon {
	background-color: #daaa00;
}

.footer-routing {
	clear: both;
	background: #808080;
	color: #e7e7e7;
}

.footer-routing .container > .c25:last-child {
	margin-right: 0;
	width: 25%;
}

.footer-routing .textwidget, .footer-routing .menu-item {
	color: #e7e7e7;
	font-size: 12px;
	line-height: 21px;
	text-decoration: none;
}

.footer-routing .menu-item {
	margin-bottom: 8px;
	line-height: 15px;
}

.footer-routing .textwidget a, .footer-routing .menu-item a {
	color: #e7e7e7;
}

.footer-routing a:hover {
	color: #fff;
	text-decoration: underline;
}

.title-footer {
	font-size: 21px;
	line-height: 42px;
	color: #fff;
	border-bottom: 1px solid #555;
	margin: 1em 0;
}

.footer-routing .gform_wrapper .gform_heading {
	margin-bottom: 0.5em;
}

.footer-routing .gform_wrapper .gfield {
	margin: 0;
}

.footer-routing .gform_wrapper .gform_body input {
	height: auto;
}

.footer-routing .gform_wrapper .gform_footer {
	margin: 0.5em 0 0 0;
	padding-bottom: 0;
}

.footer-routing .footer-about .c33 {
	position: absolute;
	left: 66%;
	width: 50%;
	margin-right: 0;
}

.twitter-avatar {
	position: relative;
	float: left;
	margin: 5px 10px 10px 0;
}

.twitter-avatar img {
	border: 1px solid #000;
	-webkit-border-radius: 5px;
	-moz-border-radius: 5px;
	border-radius: 5px;
}

.time-meta {
	position: relative;
	float: right;
	margin: 1em 0;
}

.from-meta {
	display: none;
}

.footer-newsletter.c50 {
	width: 50%;
	margin-right: 0;
	margin-top: 10px;
	background-color: #cdcdcd;
	-webkit-box-shadow: 0 0 10px rgba(0, 0, 0, .3);
	-moz-box-shadow: 0 0 10px rgba(0, 0, 0, .3);
	box-shadow: 0 0 10px rgba(0, 0, 0, .3);
}

.footer-newsletter header {
	padding: 15px 30px;
	background-color: #007377;
}

.footer-newsletter header h4 {
	margin: 0;
}

.footer-newsletter header p {
	margin: 0;
	font-size: 12px;
}

.footer-newsletter .body {
	padding: 10px 30px 20px 30px;
}

.footer-newsletter .gform_wrapper {
	margin: 0;
}

.footer-newsletter .gform_wrapper .gfield, .footer-newsletter .gform_wrapper .gfield .ginput_complex > span {
	margin: 0.5em 0 0.75em 0;
}

.footer-newsletter #field_9_3 {
	margin-top: 30px;
}

.footer-newsletter .gform_footer {
	position: absolute;
	right: 0;
	bottom: 0;
}

.footer-newsletter .gform_footer input.button {
	padding-top: 0.25em;
	padding-bottom: 0.25em;
	margin-bottom: 0;
}

footer.main {
	clear: both;
	font-size: 12px;
	color: #808080;
	background-color: #343434;
}

footer.main:hover {
	color: #ddd;
}

footer.main a {
	color: #808080;
	text-decoration: none;
}

footer.main:hover a {
	color: #ddd;
	text-decoration: underline;
}

footer.main:hover .tcx-icon {
	text-decoration: none;
}

footer.main a:hover {
	text-decoration: none;
}

footer.main .float-left {
	margin-top: 12px;
}

#notification {
	position: absolute;
	top: 0;
	width: 100%;
	padding: 4px;
	text-align: center;
	background-color: #a958cc;
	color: #fff;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
	z-index: 4;
}

#notification div, #notification p {
	display: inline;
	margin: 0;
}

.notification {
	margin-top: 30px;
}

/*---------Inline Elements----------*/

header.main a, .toggle, .upcoming-show .featured-image, .pagination a {
	-webkit-transition: all 0.2s;
	-moz-transition: all 0.2s;
	-ms-transition: all 0.2s;
	-o-transition: all 0.2s;
	transition: all 0.2s;
}

header.main a:hover, .toggle:hover, .toggle:active, .toggle:focus, .upcoming-show .featured-image:hover, .pagination a:hover {
	-webkit-transform: scale(1.05);
	-moz-transform: scale(1.05);
	-ms-transform: scale(1.05);
	-o-transform: scale(1.05);
	transform: scale(1.05);
}

.logo {
	position: relative;
	float: left;
	display: block;
	width: 154px;
	height: 80px;
	text-indent: -999px;
	overflow: hidden;
	
}

.logo:hover {
	
}

h1, .h1 {
	margin-top: 20px;
	font-family: gilroyextrabold, 'Open Sans', Helvetica, Arial, sans-serif;
	font-size: 46px;
	line-height: 50px;
	color: #333;
}

.home h1 {
	margin-top: 0;
}

h2, .h2 {
	font-family: gilroyextrabold, 'Open Sans', Helvetica, Arial, sans-serif;
	font-size: 36px;
	line-height: 40px;
	color: #2c2c2c;
	margin: 0.5em 0;
}

.show h2 {
	color: #007377;
}

.upcoming-show h2 {
	margin-bottom: 0;
	font-size: 30px;
	line-height: 32px;
}

h2.show-subsection {
	position: relative;
	margin-top: 1.5em;
	margin-bottom: 1.5em;
	font-family: 'Open Sans', Helvetica, Arial, sans-serif;
	font-size: 24px;
	font-weight: 700;
	text-transform: uppercase;
	color: #2dccd3;
}

h2.show-subsection::before, .postmetadata::before {
	content: '';
	position: absolute;
	top: 50%;
	display: block;
	width: 100%;
	height: 1px;
	background-color: #007377;
}

h2.show-subsection span {
	position: relative;
	padding: 2px 8px;
	background-color: #007377;
}

h3, .h3 {
	font-size: 24px;
	line-height: 34px;
	color: #daaa00;
	margin: 0.5em 0;
}

#showSidebar h3, .cast-single h3 {
	font-weight: 700;
	color: #007377;
}

.cast-single h3 {
	margin-bottom: 0;
	line-height: 1.25em;
}

h4, .h4 {
	font-size: 18px;
	line-height: 32px;
	text-transform: uppercase;
	margin: 0.5em 0;
}

h4 a, .h4 a {
	color: #007377;
	text-decoration: underline;
}

.entrytext h4 {
	color: #007377;
}

h5, .h5, h6, .h6 {
	font-weight: 700;
	margin: 0.5em 0;
}

a {
	color: #333;
	text-decoration: none;
}

a:hover {
	color: #000;
	text-decoration: none;
}

.entrytext p a, .entrytext li a {
	color: #007377;
}

a:hover {
	text-decoration: underline;
}


/*.entrytext p a, .entrytext li a {
	position: relative;
	display: inline-block;
	z-index: 1;
}

.entrytext p a::before, .entrytext li a::before {
	content: '';
	position: absolute;
	bottom: 2px;
	display: block;
	width: 100%;
	height: 5px;
	background-color: rgba(45, 204, 211, 0.25);
	z-index: -1;
}*/

.yorange {
	color: #daaa00;
}

.teal {
	color: #007377;
}

/*-------------The Post-------------*/

body .post {
	clear: left;
}

.archive .post, .search .post {
	margin-bottom: 40px;
}

.post-title {
	padding-top: 10px;
	margin: 0 0 20px;
}

.post h2 {
	display: block;
}

.post h2 a:hover {
	text-decoration: none;
}

.post .postmetadata a {
	color: #808080;
}

.post .postmetadata .read-more {
	position: relative;
	float: right;
	margin-right: 35px;
	text-transform: uppercase;
}

.single .post .postmetadata {
	padding-left: 0;
	background: none;
	font-size: 13px;
	margin-top: 0.5em;
}

.single .post .postmetadata .read-more {
	display: none;
}

.featured-image-container.full {
	max-height: 270px;
	overflow: hidden;
}

.single .featured-image img {
	max-width: 100%;
	height: auto;
}

.entrytext .wp-caption {
	max-width: 100%;
}

.entrytext .wp-caption-text, .entrytext cite {
	font-family: Georgia, Times, "Times New Roman", serif;
	font-size: 12px;
	font-style: oblique;
	padding-bottom: 1em;
}

.entrytext cite {
	display: block;
	text-align: right;
	border-bottom: 0;
}

.entrytext cite::before {
	content: '–';
	margin-right: 10px;
}

.entrytext img {
	max-width: 100%;
	height: auto;
}

.rounded {
	-webkit-border-radius: 400px;
	-moz-border-radius: 400px;
	border-radius: 400px;
}

.entrytext img.aligncenter {
	display: block;
	margin: 0 auto;
}

.entrytext .alignnone img, .entrytext .alignright img, .entrytext .alignleft img, .entrytext img.aligncenter, .gallery img {
	-webkit-box-shadow: 10px 10px 0 #007377;
	-moz-box-shadow: 10px 10px 0 #007377;
	box-shadow: 10px 10px 0 #007377;
}

.entrytext img.alignnone, .entrytext img.alignright, .entrytext img.alignleft, .entrytext img.aligncenter {
	-webkit-box-shadow: 10px 10px 0 #007377;
	-moz-box-shadow: 10px 10px 0 #007377;
	box-shadow: 10px 10px 0 #007377;
	margin-bottom: 1.5em;
}

.entrytext .alignnone img.no-border, .entrytext .alignright img.no-border, .entrytext .alignleft img.no-border, .entrytext img.aligncenter.no-border, .gallery img, .entrytext img.alignnone.no-border, .entrytext img.alignright.no-border, .entrytext img.alignleft.no-border, .entrytext img.aligncenter.no-border {
	-webkit-box-shadow: none;
	-moz-box-shadow: none;
	box-shadow: none;
}

.entrytext .alignnone img.no-margin, .entrytext .alignright img.no-margin, .entrytext .alignleft img.no-margin, .entrytext img.aligncenter.no-margin, .gallery img, .entrytext img.alignnone.no-margin, .entrytext img.alignright.no-margin, .entrytext img.alignleft.no-margin, .entrytext img.aligncenter.no-margin {
	margin-bottom: 0;
}

.entrytext img.alignright, .entrytext .wp-caption.alignright {
	margin-left: 2em;
}

.entrytext img.alignleft, .entrytext .wp-caption.alignleft {
	margin-right: 2em;
}

.entrytext ul, .entrytext ol {
	margin: 1.25em 0 1.5em 1.25em;
}

.entrytext ul ol, .entrytext ol ul, .entrytext ul ul, .entrytext ol ol {
	margin-bottom: 0;
	margin-top: 0;
}

.entrytext ul li, .entrytext ol li {
	padding: 1px 0;
	margin-left: 1.25em;
}

.entrytext ul > li {
	list-style-type: disc;
}

.entrytext ol > li {
	list-style-type: decimal;
}

.entrytext table {
	display: block;
	max-width: 100%;
	margin-bottom: 1.25em;
	overflow: scroll;
	overflow-y: hidden;
}

.entrytext td {
	border-bottom: 1px solid #777;
	padding: .5em;
}

.navigation {
	display: inline-block;
	width: 100%;
	margin: 1.25em 0;
}

.float-left, .alignleft {
	position: relative;
	float: left;
}

.float-right, .alignright {
	position: relative;
	float: right;
}

.separator {
	clear: both;
	height: 3px;
	width: 100%;
	background-color: #007377;
	margin: 1.5em 0;
}

.separator.light {
	height: 1px;
}

.archive #content .separator, .upcoming-shows .separator {
	width: 110%;
	margin-left: -40px;
	margin-top: 1em;
	margin-bottom: 1em;
}

.clear {
	clear: both;
}

.screen-reader-text {
	position: absolute !important;
	height: 1px; width: 1px;
	overflow: hidden;
	clip: rect(1px 1px 1px 1px); /* IE6, IE7 */
	clip: rect(1px, 1px, 1px, 1px);
	clip-path: polygon(0px 0px, 0px 0px,0px 0px, 0px 0px);
}

.reviews {
	height: 240px;
}

.show-review {
	height: 240px;
	position: absolute;
	width: 100%;
	background-color: #fff;
	overflow: hidden;
}

.show-review strong {
	position: relative;
	float: right;
}

/*-------------Classes--------------*/

.coursestorm_categories .page-title, .archive.class .page-title {
	display: none;
}

.coursestorm-course-single-image {
	min-width: 0;
	max-width: 60%;
	margin-left: 0;
}

.coursestorm-course-register {
	width: 25%;
}

.coursestorm-action-button {
	width: 100%;
}

.coursestorm-location-details {
	background-color: #f6f6f6;
	border: 4px solid #a958cc;
	border-width: 4px 0 0 0;
}

.coursestorm-location-details > * {
	padding-left: 0;
}

.coursestorm-class-date {
	max-width: 60%;
}

.coursestorm-calendar-date {
	clear: left;
}

.coursestorm-calendar-date .month, .coursestorm-upcoming-classes-widget-date .month {
	top: 0.7em;
}

.coursestorm-calendar-date .day, .coursestorm-upcoming-classes-widget-date .day {
	top: 1em;
}

.coursestorm-course-archive {
	border-bottom: 3px solid #007377;
}

.careers .career h3 {
	margin-top: 0;
	margin-bottom: 0;
}

/*-------------Resources------------*/

.resource-file {
	clear: both;
}

.resource-file h4, .resource-show h5, .resource-file img {
	float: left;
}

.resource-show h5 {
	max-width: 480px;
}

.resource-show h5 a {
	text-decoration: none;
}

.resource-file img, .resource-files .file img {
	max-width: 50px;
	height: auto;
	margin: 0 20px 20px 0;
	border: 1px solid #007377;
}

.resource-files .file img {
	margin: 0;
}

.resource-files .file {
	width: 100px;
	margin-bottom: 20px;
	position: relative;
	float: right;
	text-align: center;
}

.resource-files .file + .file {
	margin-right: 10px;
}

.resource-files .file span {
	display: block;
	max-width: 100px;
	line-height: 14px;
	font-size: 10px;
}

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

.entrytext section {
	background-repeat: no-repeat;
	background-size: cover;
}

.entrytext section.bg-full {
	background-position: center;
}

.entrytext section.bg-left {
	background-position: left;
}

.entrytext section.bg-right {
	background-position: right;
}

.entrytext section.bg-center {
	background-position: center;
}

.entrytext section.bg-white {
	background-color: #fff;
}

.entrytext section.drop-shadow {
	position: relative;
	-webkit-box-shadow: 0 0 10px rgba(0, 0, 0, .3);
	-moz-box-shadow: 0 0 10px rgba(0, 0, 0, .3);
	box-shadow: 0 0 10px rgba(0, 0, 0, .3);
	z-index: 2;
}

.entrytext section .container {
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
}

.entrytext section.left .container {
	padding-left: 35%;
}

.entrytext section.right .container {
	padding-right: 35%;
}

.entrytext section.vh100 {
	position: relative;
	width: 100%;
	height: 100vh;
	overflow: hidden;
}

.entrytext section.vh100 .container {
	top: 50%;
	-webkit-transform: translateY(-50%);
	transform: translateY(-50%);
}

.entrytext .reverse, .entrytext .reverse h1, .entrytext .reverse h2, .entrytext .reverse h3, .entrytext .reverse h4, .entrytext .reverse h5, .entrytext .reverse a {
	color: #fff;
}

.entrytext .reverse .separator {
	background-color: #fff;
}

.entrytext .text-left {
	text-align: left;
}

.entrytext .text-right {
	text-align: right;
}

.entrytext .text-center {
	text-align: center;
}

.entrytext section.narrow .container {
	width: 700px;
}

.cast-single img {
	max-width: 80%;
	-webkit-transition: all 0.2s;
	-moz-transition: all 0.2s;
	-ms-transition: all 0.2s;
	-o-transition: all 0.2s;
	transition: all 0.2s;
}

.cast-single img:hover {
	-webkit-transform: scale(1.05);
	-moz-transform: scale(1.05);
	-ms-transform: scale(1.05);
	-o-transform: scale(1.05);
	transform: scale(1.05);
}

/*------------PlayFest--------------*/

.list-custom-taxonomy-widget input {
	display: none;
}

/*--------------Boxes---------------*/

.prettybox {
	padding: 60px;
	margin: 60px 0;
	border: 1px solid #000;
	border-color: rgba(0, 0, 0, 0.35);
}

.reverse .prettybox {
	border-color: rgba(255, 255, 255, 0.35);
	color: #fff;
}

.prettybox.reverse, .reverse .prettybox.reverse {
	color: #000;
	border-color: rgba(0, 0, 0, 0.35);
}

/*---------The Tweetquote-----------*/

.tcx-tweet-quote, .tcx-tweet-quote:visited, .single.post .entrytext p .tcx-tweet-quote:visited {
	background-color: rgba(45, 204, 211, 0.25);
	color: #6a6a6a;
}

.tcx-tweet-quote::after {
	content: ' \e80b';
	margin-right: 4px;
	font-family: tcx;
}

.tcx-tweet-quote:hover, .single.post .entrytext p .tcx-tweet-quote:hover {
	text-decoration: none;
	color: #000;
}

/*-------------Comments-------------*/

#comments {
	clear: both;
}

.comment-list, .nopassword, .nocomments {
	margin: 1.25em 0;
}

.comment-list li.comment, #commentform {
	background: #f6f6f6;
	border: 1px solid #ddd;
	-webkit-border-radius: 3px;
	-moz-border-radius: 3px;
	border-radius: 3px;
	margin: 0 0 1.625em;
	padding: 1.625em;
	position: relative;
}

.comment-list .pingback {
	margin: 0 0 1.5em;
	padding: 0 1.5em;
}

.comment-list .children {
	list-style: none;
	margin: 0;
}

.comment-list .children li.comment {
	background: #fff;
	border-left: 1px solid #ddd;
	-webkit-border-radius: 0 3px 3px 0;
	-moz-border-radius: 0 3px 3px 0;
	border-radius: 0 3px 3px 0;
	margin: 1.5em 0 0;
	padding: 1.5em;
	position: relative;
}

.comment-author {
	font-size: 14px;
}

.comment-meta {
	color: #666;
	font-size: 12px;
	padding: .25em 0;
}

.comment-list .avatar {
	-webkit-border-radius: 3px;
	-moz-border-radius: 3px;
	border-radius: 3px;
	padding: 0;
	position: relative;
	float: left;
	margin-right: 10px;
}

.comment-list > li.pingback:before {
	content: '';
}

.comment-reply-link {
	display: inline-block;
	position: absolute;
	right: 1.5em;
	top: 1.5em;
	background-color: #ccc;
	background-color: rgba(255,255,255,0.4);
	color: #666;
	font-size: 12px;
	padding: 1px 4px;
	text-decoration: none;
	-webkit-border-radius: 3px;
	-moz-border-radius: 3px;
	border-radius: 3px;
}

.comment-reply-link:hover, .comment-reply-link:focus, .comment-reply-link:active, .active-reply {
	background-color: #ddd;
	background-color: rgba(255,255,255,0.8);
	color: #000;
}

a.comment-reply-link > span {
	display: inline-block;
	position: relative;
	top: -1px;
}

.comment-list > li.bypostauthor {
	background: #ddd;
	border-color: #d3d3d3;
}

.comment-list > li.bypostauthor .comment-meta {
	color: #575757;
}

.comment-list .children > li.bypostauthor {
	background: #ddd;
	border-color: #d3d3d3;
}

#respond .comment-form-author, #respond .comment-form-email, #respond .comment-form-url, #respond .comment-form-comment {
	position: relative;
}

#respond input[type="text"]:focus, #respond textarea:focus {
	text-indent: 0;
	z-index: 1;
}

#respond textarea {
	resize: vertical;
	width: 100%;
}

#respond .comment-form-author .required, #respond .comment-form-email .required {
	color: #daaa00;
	font-size: 18px;
	font-weight: bold;
	z-index: 1;
}

#respond .comment-notes, #respond .logged-in-as {
	font-size: 13px;
	margin-top: 0;
}

#respond .form-submit {
	font-family: Arial, sans-serif;
	text-align: right;
	margin-bottom: 0;
}

#respond #cancel-comment-reply-link {
	color: #777;
	margin-left: 10px;
	text-decoration: none;
}

#respond .logged-in-as a:hover, #respond #cancel-comment-reply-link:hover {
	text-decoration: underline;
}

.comment-list #respond {
	margin: 1.5em 0 0;
	width: auto;
}

#cancel-comment-reply-link:focus, #cancel-comment-reply-link:active, #cancel-comment-reply-link:hover {
	color: #ff4b33;
}

#respond label {
	line-height: 2em;
}

#respond input[type="text"], #respond input[type="email"], #respond input[type="url"] {
	display: block;
	width: 75%;
	padding: .5em;
}

p.comment-form-comment {
	margin: 0;
}

.form-allowed-tags {
	display: none;
}

/*------------Galleries-------------*/

#content .gallery .gallery-row {
	margin-bottom: 1.5em;
}

#content .gallery .gallery-item .gallery-icon img {
	padding: 0;
}

#content .gallery .col-2 img, #content .gallery .col-3 img {
	max-width: 80%;
}

#content .gallery .col-4 img, #content .gallery .col-5 img {
	max-width: 70%;
}

/*-----------Accordions-------------*/

.accordion {
	position: relative;
	clear: both;
	display: block;
	padding: 8px 16px 8px 12px;
	background-color: #f6f6f6;
	font-size: 24px;
	line-height: 28px;
	margin: 1em 0;
	cursor: pointer;
}

.accordion::after {
	content: '\2193';
	position: absolute;
	right: 14px;
	top: 50%;
	margin-top: -11px;
	font-family: 'tcx';
}

.accordion:hover {
	background-color: #e9e9e9;
	color: #333;
}

blockquote {
	font-style: italic;
	font-size: 24px;
	line-height: 28px;
	margin: 1em 0;
}

blockquote::before {
	content: '\201c';
	position: relative;
	float: left;
	display: block;
	margin-right: 30px;
	color: #2dccd3;
	font-family: tcx;
	font-size: 40px;
	line-height: 40px;
	font-style: normal;
}

.element {
	margin-left: 20px;
	border-left: 3px #007377 solid;
	padding-left: 20px;
}

.element p {
	margin: 1em 0;
}

.element p:first-child {
	margin-top: 0;
}

.element p:last-child {
	margin-bottom: 0;
}

/*-------------Columns--------------*/

.c75, .c66, .c50, .c33, .c25, .c20 {
	display: block;
	position: relative;
	float: left;
	margin: 0 4% 1em 0;
}

.c75 {
	width: 71%;
}

.c66 {
	width: 62%;
}

.c50 {
	width: 46%;
}

.c33 {
	width: 29.3%;
}

.c25 {
	width: 21%;
}

.c20 {
	width: 16%;
}

.c75 .element, .c66 .element, .c50 .element, .c33 .element, .c25 .element, .c20 .element {
	width: auto;
}

/*.r5050 .c50, .r333333 .c33, .r6633 > div, .r3366 > div, .r7525 > div, .r2575 > div, .r25252525 .c25 {
	padding: 0 2%;
	margin-right: -2%;
	margin-left: -2%;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
}*/

.r5050 .c50, .r333333 .c33, .r6633 > div, .r3366 > div, .r7525 > div, .r2575 > div, .r25252525 .c25 {
	padding: 0 2%;
	margin-right: 0;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
}

.r5050 .c50 {
	width: 50%;
}

.r5050 .c50:nth-child(odd) {
	padding-left: 0;
	padding-right: 2%;
}

.r5050 .c50:nth-child(even) {
	padding-left: 2%;
	padding-right: 0;
}

.r6633 .c33, .r3366 .c33, .r333333 .c33 {
	width: 33.3%;
}

.r6633 .c66, .r3366 .c66 {
	width: 66.6%;
}

.r7525 .c75, .r2575 .c75 {
	width: 75%;
}

.r7525 .c25, .r2575 .c25, .r25252525 .c25 {
	width: 25%;
}

.r5050 .c50:nth-child(2n + 1), .r333333 .c33:nth-child(3n + 1), .r25252525 .c25:nth-child(4n + 1) {
	clear: left;
}

/*----------Related Posts-----------*/

.tcx_related {
	position: relative;
	margin: 1em 0;
	border: 1px solid #dedede;
	border-width: 1px 0;
	background-color: #ededed;
}

.tcx_related.c50 {
	margin: 0 4% 1em 0;
}

.tcx_related.c50.right {
	position: relative;
	float: right;
	margin: 0 0 1em 4%;
	text-align: left;
}

.tcx_related:hover {
	background-color: #dedede;
	border-color: #999;
}

.tcx_related a:hover {
	text-decoration: none;
}

.tcx_related .label {
	position: absolute;
	top: 0;
	padding: 0 4px;
	background: #dedede;
}

.tcx_related .desc {
	position: relative;
	padding: 10px;
}

.tcx_related .desc:after {
	content: '\2192';
	font-family: tcx;
	position: absolute;
	right: 10px;
	top: 50%;
	margin-top: -10px;
	font-size: 20px;
	line-height: 20px;
}

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

.tcx_button, input.button, .post-edit-link, .submit,
.coursestorm-course-session button, .coursestorm-course-session button:hover, .coursestorm-course-session button:focus, .coursestorm-course-register button, .coursestorm-course-register button:hover, .coursestorm-course-register button:focus, a.coursestorm-action-button, a.coursestorm-action-button:hover, a.coursestorm-action-button:visited, .entry-content a.coursestorm-action-button, .entry-content a.coursestorm-action-button:hover, .entry-content a.coursestorm-action-button:visited, .entry .entry-content a.coursestorm-action-button, .entry .entry-content a.coursestorm-action-button:hover, .entry .entry-content a.coursestorm-action-button:visited {
	display: inline-block;
	position: relative;
	cursor: pointer;
	text-rendering: auto;
	border: 0;
	-webkit-appearance: none;
	
	color: #fff;
	background: #daaa00;
	text-transform: uppercase;
	padding: .5em .75em;
	margin: .5em 0 1em 0;
	font-weight: 700;
	font-size: 18px;
	line-height: 1.5em;
	text-align: center;
	text-shadow: none;
	-webkit-border-radius: 4px;
	-moz-border-radius: 4px;
	border-radius: 4px;
	z-index: 1;

	-webkit-transition: color 0.3s;
	transition: color 0.3s;
	-webkit-transition-timing-function: cubic-bezier(0.2, 1, 0.3, 1);
	transition-timing-function: cubic-bezier(0.2, 1, 0.3, 1);
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
}

.coursestorm-course-session button, .coursestorm-course-session button:hover, .coursestorm-course-session button:focus, .coursestorm-course-register button, .coursestorm-course-register button:hover, .coursestorm-course-register button:focus, a.coursestorm-action-button, a.coursestorm-action-button:hover, a.coursestorm-action-button:visited, .button.coursestorm-action-button, .entry-content a.coursestorm-action-button, .entry-content a.coursestorm-action-button:hover, .entry-content a.coursestorm-action-button:visited, .entry-content .button.coursestorm-action-button, .entry .entry-content a.coursestorm-action-button, .entry .entry-content a.coursestorm-action-button:hover, .entry .entry-content a.coursestorm-action-button:visited, .entry .entry-content .button.coursestorm-action-button {
	border-width: 0 !important;
	border-radius: 4px !important;
	color: #fff !important;
	font-family: "Open Sans", Helvetica, Arial, sans-serif !important;
	font-size: 18px !important;
	font-weight: 700 !important;
	padding: .5em .75em !important;
	text-shadow: none !important;
}

.tcx_button.block {
	display: block;
	width: 100%;
}

.entrytext a.tcx_button, .entrytext input.button {
	color: #fff;
}

/* From: https://tympanus.net/Development/ButtonStylesInspiration */
.tcx_button::before,
.tcx_button::after {
	content: '';
	position: absolute;
	-webkit-border-radius: inherit;
	-moz-border-radius: inherit;
	border-radius: inherit;
	z-index: -1;
}

.tcx_button::before {
	top: -4px;
	bottom: -4px;
	left: -4px;
	right: -4px;
	opacity: 0.4;
	background: rgba(45, 204, 211, 1);
	-webkit-transform: scale3d(0.7, 1, 1);
	transform: scale3d(0.7, 1, 1);
	-webkit-transition: -webkit-transform 0.3s, opacity 0.3s;
	transition: transform 0.3s, opacity 0.3s;
}

.tcx_button::after {
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	background-color: #daaa00;
	-webkit-transform: scale3d(1.1, 1, 1);
	transform: scale3d(1.1, 1, 1);
	-webkit-transition: -webkit-transform 0.3s, background-color 0.3s;
	transition: transform 0.3s, background-color 0.3s;
}

.tcx_button::before,
.tcx_button::after {
	-webkit-transition-timing-function: cubic-bezier(0.2, 1, 0.3, 1);
	transition-timing-function: cubic-bezier(0.2, 1, 0.3, 1);
}

.tcx_button:hover {
	color: #fff;
}

.tcx_button:hover::before {
	opacity: 1;
}

.tcx_button:hover::after {
	background-color: #daaa00;
}

.tcx_button:hover::after,
.tcx_button:hover::before {
	-webkit-transform: scale3d(1, 1, 1);
	transform: scale3d(1, 1, 1);
}

.tcx_button:hover, input.button:hover, .post-edit-link:hover, .submit:hover, .coursestorm-course-session button:hover, .coursestorm-course-register button:hover, a.coursestorm-action-button:hover, .entry .entry-content a.coursestorm-action-button:hover {
	text-decoration: none;
	color: #fff;
	background: #00767a;
}

.tcx_button + .tcx_button {
	margin-left: 0.5em;
}

.tcx_button.small {
	padding-left: .55em;
	padding-right: .55em;
	font-size: 15px;
	line-height: 1.25em;
}

.tcx_button.small::before {
	display: none;
}

.tcx_button.small::after {
	content: ' \e80d';
	position: static;
	display: inline-block;
	width: auto;
	height: auto;
	margin-left: 12px;
	background-color: transparent;
	font-family: tcx;
	-webkit-transform: none;
	transform: none;
	-webkit-transition: none;
	transition: none;
}

.post-edit-link {
	position: relative;
	float: right;
	font-size: 80%;
}

/*-----------Search Form------------*/

.searchform {
	width: 100%;
	max-width: 300px;
	height: 34px;
	padding: 3px 30px 3px 0;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
	position: relative;
}

.searchform .search-icon {
	position: relative;
	float: left;
	margin-right: 10px;
	font-family: 'tcx';
	font-size: 30px;
	line-height: 36px;
	color: #007377;
}

.searchform .search {
	position: absolute;
	height: 100%;
	font-size: 20px;
	line-height: 36px;
	color: #a9a9a9;
	padding: 0;
	margin: 0;
	border-width: 0;
	background-color: transparent;
}

#sidebar .searchform {
	height: 42px;
	padding-left: 8px;
	background: #fff;
}

#sidebar .searchform .search {
	font-size: 18px;
}

#sidebar .searchform .searchsubmit {
	right: 6px;
}

.searchform .searchsubmit {
	width: 38px;
	height: 100%;
	font-family: 'tcx';
	font-size: 24px;
	line-height: 36px;
	border-width: 0;
	cursor: pointer;
	position: absolute;
	top: 0;
	right: 0;
}

.searchform .searchsubmit::after {
	content: '\e80d';
}

/*------------Slideshow-------------*/

.tcx_slideshow {
	position: relative;
	clear: both;
	margin-bottom: 20px;
}

.flex-control-nav {
	margin: 0;
	z-index: 999;
}

.slide-desc {
	position: absolute;
	bottom: 0;
	right: 0;
	background-color: #000;
	background-color: rgba(0,0,0,.5);
	padding: 20px;
	margin: 20px;
	width: 300px;
	line-height: 21px;
	color: #fff;
}

.slide-desc .tcx_button {
	clear: both;
	margin: 1em 0;
}

.title {
	font-size: 36px;
	line-height: 38px;
	color: #fff;
}

.slideshow-hero {
	margin-bottom: 0;
}

.show .slideshow-hero {
	position: relative;
	-webkit-box-shadow: 0 0 10px rgba(0, 0, 0, 0.3);
	-moz-box-shadow: 0 0 10px rgba(0, 0, 0, 0.3);
	box-shadow: 0 0 10px rgba(0, 0, 0, 0.3);
	z-index: 1;
}

.entrytext .slide-desc {
	position: static;
	width: auto;
	background-color: #000;
	background-color: rgba(0, 0, 0, .80);
	padding: 20px;
	margin: 0;
	color: #fff;
}

.slideshow-hero .slide {
	background-color: #000;
}

.slideshow-hero .slide-align {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	/*background: url('images/graphic-hero-bg-2.png') no-repeat;
	background-size: contain;*/
	pointer-events: none;
}

.slideshow-hero .slide-desc {
	position: static;
	width: 40%;
	padding: 20px 0 0 0;
	margin-left: 0;
	background-color: transparent;
	color: #fff;
	text-shadow: 1px 1px 2px rgba(0, 0, 0, 0.5);
	pointer-events: all;
}

.slideshow-hero .slide-desc h1 {
	margin-top: 0;
}

.slideshow-hero .slide-desc h4, .slideshow-hero .slide-desc h2 a, .slideshow-hero .slide-desc h1 a {
	color: #fff;
}

.slideshow-hero .slide-desc strong {
	display: block;
	margin-top: 50px;
	margin-bottom: 50px;
	font-size: 24px;
}

.slideshow-hero .slide-desc p {
	font-size: 24px;
	line-height: 30px;
}

.slideshow-hero .slide-desc .tcx_button {
	margin-top: 40px;
	z-index: 2;
}

.slideshow-hero .slides img, .slideshow-hero .static img {
	position: relative;
	float: right;
	width: auto;
	max-height: 500px;
	max-height: 570px; /* for demo */
	-webkit-mask-image: -webkit-gradient(linear, left top, 30% top, from(rgba(0,0,0,0)), to(rgba(0,0,0,1)));
	mask-image: linear-gradient(left top, left 30%, from(rgba(0,0,0,0)), to(rgba(0,0,0,1)));
}

.slideshow-hero .slide-additional-info .slide {
	background-color: transparent;
}

.slideshow-hero .slides .slide-additional-info img, .slideshow-hero .static .slide-additional-info img {
	float: none;
	-webkit-mask-image: none;
	mask-image: none;
	max-height: 140px;
}

.slideshow-hero .static {
	position: relative;
}

.slides li {
	display: none;
	position: relative;
	width: 100%;
	line-height: 0;
	overflow: hidden;
}

.slideshow-hero .color-wedge {
	position: absolute;
	top: 0;
	left: 0;
	width: 50%;
	height: 100%;
	-webkit-clip-path: polygon(0 0, 15% 0, 100% 100%, 0% 100%);
	clip-path: polygon(0 0, 15% 0, 100% 100%, 0% 100%);
	/*-webkit-mask-image: -webkit-gradient(linear, left 45%, left bottom, from(rgba(0,0,0,1)), to(rgba(0,0,0,0)));*/
	-webkit-mask-image: -webkit-gradient(linear, 90% 30%, 70% 130%, from(rgba(0,0,0,1)), to(rgba(0,0,0,0)));
	mask-image: linear-gradient(left 45%, left bottom, from(rgba(0,0,0,1)), to(rgba(0,0,0,0)));
	pointer-events: none;
}

.slideshow-hero .black-wedge {
	position: absolute;
	top: 0;
	left: 0;
	width: 50%;
	height: 100%;
	background-color: #000;
	-webkit-clip-path: polygon(0 0, 15% 0, 100% 100%, 0% 100%);
	clip-path: polygon(0 0, 15% 0, 100% 100%, 0% 100%);
	pointer-events: none;
}

.slideshow-hero .white-wedge {
	position: absolute;
	top: 0;
	left: 0;
	width: 50%;
	height: 100%;
	-webkit-clip-path: polygon(0 0, 40% 0, 15% 100%, 0% 100%);
	clip-path: polygon(0 0, 40% 0, 15% 100%, 0% 100%);
	background: -moz-linear-gradient(275deg, rgba(255,255,255,0.5) 0%, rgba(255,255,255,0) 100%);
	background: -webkit-gradient(linear, right bottom, left bottom, color-stop(0%,rgba(255,255,255,0.5)), color-stop(100%,rgba(255,255,255,0)));
	background: -webkit-linear-gradient(275deg, rgba(255,255,255,0.5) 0%,rgba(255,255,255,0) 100%);
	background: -o-linear-gradient(275deg, rgba(255,255,255,0.5) 0%,rgba(255,255,255,0) 100%);
	background: -ms-linear-gradient(275deg, rgba(255,255,255,0.5) 0%,rgba(255,255,255,0) 100%);
	background: linear-gradient(275deg, rgba(255,255,255,0.5) 0%,rgba(255,255,255,0) 100%);
	pointer-events: none;
}

.slideshow-hero .slide-additional-info {
	clear: right;
	height: 190px;
	padding: 20px 20px 20px 51%;
	background: #fff;
}

.entrytext .slides, .entrytext .slides li, .tcx_slideshow .flex-control-paging li, .tcx_slideshow .flex-control-paging, ul.flex-direction-nav li {
	list-style-type: none;
	padding: 0;
	margin: 0;
}

.tcx_slideshow .slides .carousel {
	margin-right: 30px;
}

.slides img {
	width: 100%;
	height: auto;
}

.flex-control-paging li a {
	width: 11px;
	height: 11px;
	margin: 10px 6px 0 6px;
	border: 0;
	box-shadow: none;
	background-color: transparent;
	background-position: -25px 0;
	-webkit-transition: none;
	-ms-transition: none;
	-o-transition: none;
	-moz-transition: none;
	transition: none;
	direction: rtl;
	overflow: hidden;
}

html .flex-control-paging li .flex-active, .flex-control-paging li a:hover {
	background-color: transparent;
	background-position: -25px -11px;
}

.tcx_slideshow .numbers li a {
	text-indent: 0;
}

.entrytext .flex-direction-nav {
	margin: 0;
}

.flex-direction-nav a {
	position: absolute;
	top: 50%;
	display: block;
	width: 62px;
	height: 60px;
	background-color: #007377;
	opacity: 1;
	text-indent: 0;
	text-align: center;
	z-index: 2;
}

.open .flex-direction-nav a {
	z-index: 1;
}

.flex-direction-nav a:hover {
	text-decoration: none;
}

.flex-direction-nav .flex-prev {
	left: 0;
}

.flex-direction-nav .flex-prev::before {
	content: '\02c2';
}

.flex-direction-nav .flex-next {
	right: 0;
}

.flex-direction-nav .flex-next::before {
	content: '\02c3';
}

.flex-direction-nav .flex-prev::before, .flex-direction-nav .flex-next::before {
	display: block;
	width: 30px;
	height: 30px;
	margin-top: 15px;
	margin-left: 15px;
	font-family: tcx;
	font-size: 30px;
	line-height: 30px;
	color: #007377;
	background-color: #daaa00;
	-webkit-border-radius: 15px;
	-moz-border-radius: 15px;
	border-radius: 15px;
}

/*.video-overlay {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	text-align: center;
}

.video-overlay img {
	width: 50%;
	max-width: 200px;
	height: auto;
}*/

.video-overlay, .audio-overlay {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	background: url("images/graphic-video.png") center center no-repeat;
	background-size: 200px 200px;
}

.audio-overlay {
	cursor: pointer;
}

.audio-overlay .mejs-container {
	position: absolute;
	bottom: 0;
	left: 0;
	z-index: 1;
}

/*--------Responsive Embeds---------*/

.embed-responsive {
	position: relative;
	display: block;
	height: 0;
	padding: 0;
	overflow: hidden;
}

.embed-responsive .embed-responsive-item, .embed-responsive iframe, .embed-responsive embed, .embed-responsive object {
	position: absolute;
	top: 0;
	bottom: 0;
	left: 0;
	width: 100%;
	height: 100%;
	border: 0;
}

.embed-responsive.embed-responsive-16by9 {
	padding-bottom: 56.25%
}

.embed-responsive.embed-responsive-4by3 {
	padding-bottom:75%
}

/*----------jQuery Fader------------*/

.fadeThis {
	position: relative;
	display: block;
}

.fadeThis span, .fadeThis div {
	display: none;
}

.fadeThis span.hover {
	position: absolute;
	top: 0;
	left: 0;
	display: block;
}

#fadeButton, #fadeButton span.hover {
	background: url("images/fade-button.png") no-repeat;
	width: 150px;
	height: 40px;
}

#fadeButton span.hover {
	background-position: 0 -40px;
}

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

.pagination {
	clear: both;
}

.page-numbers {
	display: inline-block;
	padding: 3px 10px;
	background-color: #007377;
	color: #fff;
}

.page-numbers:hover {
	text-decoration: none;
	color: #fff;
}

.pagination .current, .pagination .dots {
	cursor: default;
}

.pagination .current {
	background-color: #daaa00;
}

.pagination .dots {
	border: 0;
	background: transparent;
	color: #000;
}

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

.tcx_share.bar {
	position: fixed;
	top: 25%;
	z-index: 99;
}

.tcx_share.bar.left {
	left: 0;
}

.tcx_share.bar.right {
	right: 0;
}

.tcx_share .notooltip .tip {
	display: none;
}

.tcx_share li {
	display: inline-block;
	line-height: 0;
	list-style-type: none;
}

.tcx_share a {
	text-decoration: none;
}

.tcx_share a:hover {
	text-decoration: none;
}

.tcx_share .tcx-icon {
	position: relative;
	display: inline-block;
	width: 30px;
	height: 30px;
	margin: 0;
	background-color: #999;
	-webkit-border-radius: 0;
	-moz-border-radius: 0;
	border-radius: 0;
}

.tcx_share .tcx-icon::before {
	font-size: 17px;
	line-height: 32px;
}

.tcx_share a:hover {
	background-color: #aaa;
}

.tcx_share.bar.top li:first-child a, .tcx_share.bar.right li:last-child a {
	-webkit-border-radius: 0 0 0 5px;
	-moz-border-radius: 0 0 0 5px;
	border-radius: 0 0 0 5px;
}

.tcx_share.bar.left li:first-child a {
	-webkit-border-radius: 0 5px 0 0;
	-moz-border-radius: 0 5px 0 0;
	border-radius: 0 5px 0 0;
}

.tcx_share.bar.right li:first-child a {
	-webkit-border-radius: 5px 0 0 0;
	-moz-border-radius: 5px 0 0 0;
	border-radius: 5px 0 0 0;
}

.tcx_share.bar li:last-child a {
	-webkit-border-radius: 0 0 5px 0;
	-moz-border-radius: 0 0 5px 0;
	border-radius: 0 0 5px 0;
}

.tcx_share.buttons li:first-child a {
	-webkit-border-radius: 5px 0 0 5px;
	-moz-border-radius: 5px 0 0 5px;
	border-radius: 5px 0 0 5px;
}

.tcx_share.buttons li:last-child a {
	-webkit-border-radius: 0 5px 5px 0;
	-moz-border-radius: 0 5px 5px 0;
	border-radius: 0 5px 5px 0;
}

/*------------Tool Tips-------------*/

.tooltip .tip {
	position: absolute;
	top: -13px;
	left: 65px;
	width: 190px;
	opacity: 0;
	visibility: hidden;
	padding: 16px 20px;
	color: #fff;
	font-size: 14px;
	line-height: 20px;
	text-align: left;
	pointer-events: none;
	border-radius: 5px;
	text-shadow: 1px 1px 2px rgba(0, 0, 0, 0.6);
	background: #444;
	background: rgba(60, 60, 60, 0.975);
	-webkit-transition: all 0.3s ease-in-out;
	-moz-transition: all 0.3s ease-in-out;
	-o-transition: all 0.3s ease-in-out;
	-ms-transition: all 0.3s ease-in-out;
	transition: all 0.3s ease-in-out;
	z-index: 9;
}

.tooltip:hover {
	text-decoration: none;
}

.tooltip .tip:after {
	content: '';
	position: absolute;
	top: 18px;
	left: 0;
	margin-left: -8px;
	border-width: 8px;
	border-bottom: 8px solid transparent;
	border-top: 8px solid transparent;
	border-right: 8px solid #444;
	border-right: 8px solid rgba(60, 60, 60, .975);
}

.tooltip:hover .tip {
	opacity: 1;
	top: -13px;
	left: 55px;
	visibility: visible;
}

.tooltip .tip:hover {
	visibility: hidden;
}

.tooltip .tip ul, .tooltip .tip li:last-child {
	margin-bottom: 0;
}

.right .tooltip .tip {
	left: auto;
	right: 65px;
}

.right .tooltip:hover .tip {
	right: 55px;
}

.right .tooltip .tip:after {
	left: auto;
	right: -16px;
	border-right: 8px solid transparent;
	border-left: 8px solid #444;
	border-left: 8px solid rgba(60, 60, 60, .975);
}

/*-------Responsive Photosets-------*/

.photoset {
	overflow: hidden;
	width: 100%;
}

.photoset .photoset-row {
	margin-bottom: .5rem;
	overflow: hidden;
	width: 150%;
}

.photoset .photoset-row:last-child { margin: 0; }

.photoset .photoset-item {
	display: block;
	float: left;
	margin: 0 .25rem;
}

.photoset .photoset-item:first-child { margin-left: 0; }

.photoset .photoset-item:last-child  { margin-right: 0; }

.photoset figure {
	margin: 0;
	overflow: hidden;
	position: relative;
	-webkit-backface-visibility: hidden; /* To fix webkit 1px rendering bug */
}

.photoset-item a {
	border: 0;
	display: block;
	position: relative;
	width: 100%;
	height: 100%;
}

.photoset .photoset-item:hover a + figcaption {
	-webkit-transform: translateY(0);
	transform: translateY(0);
}

.photoset img {
	display: block;
	max-width: 100%;
	transition: all .25s ease-in-out;
}

.photoset figcaption {
	background-color: rgba(255, 255, 255, .75);
	box-sizing: border-box;
	font-size: .75rem;
	padding: .5rem;
	position: absolute;
	bottom: 0;
	left: 0;
	width: 100%;
	-webkit-transform: translateY(100%);
	transform: translateY(100%);
	transition: all .5s ease-in-out;
}

.photoset figcaption a {
	display: inline;
	font-style: oblique;
}

.tcx-cln-icon {
	display: inline-block;
	font-size: 0;
	line-height: 0;
	text-align: center;
	margin-right: 10px;
}

.tcx-cln-icon:before {
	position: relative;
	top: 2px;
	font-family: tcx;
	font-size: 22px;
	line-height: 40px;
}

.tcx-cln-icon.phone:before {
	content: '\e802';
}

.tcx-cln-icon.ticket:before {
	content: '\e817';
}

.home-routing {
	position: relative;
	z-index: 3;
}

.home-routing .c33 {
	padding-bottom: 40px;
	margin-bottom: 0;
}

.home-routing h4 {
	margin-bottom: 40px;
}

.home-routing h2 {
	margin-top: 0.25em;
	margin-bottom: 0.25em;
}

.home-routing h2 a::before {
	display: inline-block;
	width: 22px;
	margin-right: 20px;
	font-family: 'tcx';
	font-size: 24px;
	color: #007377;
}

.icon-theater::before {
	content: '\e823';
}

.icon-education::before {
	content: '\e828';
}

.icon-plan::before {
	content: '\e820';
}

.icon-chat::before {
	content: '\e829';
}

.icon-resources::before {
	content: '\e825';
}

.latest-post .c50 {
	margin-bottom: 0;
}

.latest-post .image {
	min-height: 380px;
	background-size: cover;
	background-repeat: no-repeat;
	background-position: center;
}

.posted-by, .posted-on, .updated-comma, .date-modified, .posted-in {
	display: none;
}

.latest-post .post-info {
	padding: 20px 0;
	box-sizing: border-box;
}

.post .postmetadata {
	position: relative;
	display: block;
	margin: 0;
	background-color: transparent;
	color: #daaa00;
	font-size: 18px;
	line-height: 32px;
	text-transform: uppercase;
}

.postmetadata .post-date {
	position: relative;
	float: right;
	padding-left: 12px;
	background-color: #fff;
}

.categories, .post-categories {
	position: relative;
	float: left;
	display: inline-block;
	padding: 0 8px;
	background-color: #007377;
	color: #2dccd3;
}

.categories a.h4, .postmetadata .post-categories a {
	color: #2dccd3;
}

.latest-post h2 {
	margin-top: 20px;
}

.latest-post h2 a {
	color: #808080;
}

.latest-post .tcx_button {
	position: relative;
	float: right;
	margin-bottom: 0;
}

/*.archive .post .entrytext .clear {
	position: relative;
}

.archive .post .entrytext .clear::after {
	content: '';
	position: absolute;
	top: 32px;
	display: block;
	height: 1px;
	width: 100%;
	background: #007377;
}*/

/*-----------Social Icons-----------*/

.tcx-icon {
	display: inline-block;
	width: 40px;
	height: 40px;
	-webkit-border-radius: 40px;
	-moz-border-radius: 40px;
	border-radius: 40px;
	background-color: #daaa00;
	font-size: 0;
	line-height: 0;
	text-align: center;
	margin: 5px 10px 5px 0;
}

.tcx-icon:hover {
	background-color: #fff;
	text-decoration: none;
}

.tcx-icon:before {
	font-family: tcx;
	font-size: 20px;
	line-height: 40px;
	color: #fff;
}

.tcx-icon.email:before {
	content: '\1f4e7';
}

.tcx-icon.facebook:before {
	content: '\e80a';
}

.tcx-icon.twitter:before {
	content: '\e80b';
}

.tcx-icon.linkedin:before {
	content: '\e808';
}

.tcx-icon.pinterest:before {
	content: '\e807';
}

.tcx-icon.youtube:before {
	content: '\e810';
}

.tcx-icon.vimeo:before {
	content: '\e80e';
}

.tcx-icon.googleplus:before {
	content: '\e809';
}

.tcx-icon.instagram:before {
	content: '\e82c';
}

.tcx-icon.flickr:before {
	content: '\f16e';
}

.tcx-icon.steam:before {
	content: '\e811';
}

.tcx-icon.lastfm:before {
	content: '\e80c';
}

.tcx-icon.behance:before {
	content: '\e822';
}

.tcx-icon.dribbble:before {
	content: '\e821';
}

.tcx-icon.stumbleupon:before {
	content: '\e803';
}

.tcx-icon.tumblr:before {
	content: '\e804';
}

.tcx-icon.reddit:before {
	content: '\e805';
}

.tcx-icon.foursquare:before {
	content: '\e806';
}

.tcx-icon.goodreads:before {
	content: '\e800';
}

.tcx-icon.rss:before {
	content: '\e81a';
}

.tcx-icon.web:before {
	content: '\1f30e';
}

.tcx-icon.email:hover, .color .tcx-icon.email {
	background-color: #f58020;
}

.tcx-icon.facebook:hover, .color .tcx-icon.facebook {
	background-color: #3b5998;
}

.tcx-icon.twitter:hover, .color .tcx-icon.twitter {
	background-color: #00aced;
}

.tcx-icon.googleplus:hover, .color .tcx-icon.googleplus {
	background-color: #dd4b39;
}

.tcx-icon.linkedin:hover, .color .tcx-icon.linkedin {
	background-color: #007bb6;
}

.tcx-icon.pinterest:hover, .color .tcx-icon.pinterest {
	background-color: #cb2027;
}

.tcx-icon.youtube:hover, .color .tcx-icon.youtube {
	background-color: #bb0000;
}

.tcx-icon.vimeo:hover, .color .tcx-icon.vimeo {
	background-color: #aad450;
}

.tcx-icon.instagram:hover, .color .tcx-icon.instagram {
	background-color: #517fa4;
}

.tcx-icon.flickr:hover, .color .tcx-icon.flickr {
	background-color: #0063dc;
}

.tcx-icon.steam:hover, .color .tcx-icon.steam {
	background-color: #000;
}

.tcx-icon.lastfm:hover, .color .tcx-icon.lastfm {
	background-color: #c3000d;
}

.tcx-icon.behance:hover, .color .tcx-icon.behance {
	background-color: #1769ff;
}

.tcx-icon.dribbble:hover, .color .tcx-icon.dribbble {
	background-color: #ea4c89;
}

.tcx-icon.stumbleupon:hover, .color .tcx-icon.stumbleupon {
	background-color: #eb4924;
}

.tcx-icon.tumblr:hover, .color .tcx-icon.tumblr {
	background-color: #35465c;
}

.tcx-icon.reddit:hover, .color .tcx-icon.reddit {
	background-color: #5f99cf;
}

.tcx-icon.foursquare:hover, .color .tcx-icon.foursquare {
	background-color: #e83165;
}

.tcx-icon.goodreads:hover, .color .tcx-icon.goodreads {
	background-color: #87614f;
}

.tcx-icon.rss:hover, .color .tcx-icon.rss {
	background-color: #fac649;
}

.tcx-icon.web:hover, .color .tcx-icon.web {
	background-color: #8cc642;
}

/*----------Gravity Forms-----------*/

.gform_wrapper {
	width: 100%;
	max-width: 100%;
	margin: 1em 0;
}

.gform_wrapper form {
	position: relative;
}

.gform_body .ginput_container, .gform_body span {
	overflow: visible;
}

.gform_wrapper .gform_heading {
	width: 100%;
	margin-bottom: 1em;
}

.gform_wrapper h3.gform_title {
	font-size: 2em;
	font-weight: normal;
	margin: 0.5em 0;
}

.gform_wrapper .gfield, .gform_wrapper .gfield .ginput_complex > span {
	padding: 0;
	margin: 1em 0;
	position: relative;
}

.gform_wrapper .gfield .ginput_complex > .ginput_right, .gform_wrapper .gfield .ginput_complex > .ginput_left {
	margin: 0.5em 0;
}

.gf_clear, .gf_clear_complex {
	clear: both;
}

.gform_wrapper .gfield_label, .gform_wrapper .top_label .gfield_label {
	display: none;
	font-size: 16px;
}

.gform_wrapper .gfield_label.keep-label, .gform_wrapper .gfield_label, .gform_wrapper .top_label .gfield_label.keep-label {
	display: block;
	margin-bottom: 0.5em;
}

/* non-inline labels
.gform_wrapper .gfield_label, .gform_wrapper .top_label .gfield_label {
	font-weight: bold;
	line-height: 1.5em;
	margin: 0.25em 0;
}*/

.gform_wrapper .gform_body input, .gform_wrapper .gform_body textarea {
	padding: 6px 10px 6px 0;
	font-size: 14px;
	border: 1px solid #808080;
	border-width: 0 0 1px 0;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
}

.gform_wrapper .gform_body input.button {
	padding-left: 10px;
}

.gform_wrapper .gform_body input {
	height: 34px;
}

.gform_body input:focus, .gform_body textarea:focus {
	border-color: #daaa00;
}

.gform_wrapper .top_label input.medium {
	padding-right: 10px;
}

.gform_wrapper .gform_body .ginput_complex input, .gform_wrapper .gform_body .ginput_complex .ginput_right input, .gform_wrapper .gform_body .gfield_error .ginput_complex .ginput_left input, .gform_wrapper .gform_body .gfield_error .ginput_complex .ginput_right input, .gform_wrapper .gform_body .ginput_complex .ginput_full input {
	width: 100% !important;
}

.gform_wrapper .gform_body .ginput_complex select, .gform_wrapper .gform_body .ginput_complex .ginput_right select {
	width: 110% !important;
}

.gform_wrapper .top_label input.large, .gform_wrapper .top_label select.large, .gform_wrapper .top_label textarea.textarea {
	width: 100%;
}

.gform_wrapper .ginput_complex .ginput_left, .gform_wrapper .gfield_error .ginput_complex .ginput_left, .gform_wrapper .gfield_error .ginput_complex .ginput_right {
	width: 47%;
}

.gform_wrapper .gfield_html ul {
	margin: 1em 0 1em 1.5em !important;
}

.gform_wrapper form .gfield_html li, .gform_wrapper .gfield_html li {
	list-style-type: disc !important;
	margin: 0 0 .5em !important;
}

.gform_wrapper .datepicker {
	width: 47% !important;
}

.ui-datepicker-div, .ui-datepicker-inline, #ui-datepicker-div {
	display: none;
	border: none;
	-webkit-box-shadow: 0 0 25px rgba(0, 0, 0, .4);
	-moz-box-shadow: 0 0 25px rgba(0, 0, 0, .4);
	box-shadow: 0 0 25px rgba(0, 0, 0, .4);
}

.ui-datepicker a {
	-webkit-transition: none;
	-ms-transition: none;
	-o-transition: none;
	-moz-transition: none;
	transition: none;
}

.recaptchatable {
	border: none;
}

.styled-select {
	position: relative;
	padding: 3px 34px 3px 3px;
	margin: 0;
	cursor: pointer;
	background-color: #007377;
	color: #fff;
	overflow: hidden;
	z-index: 1;
}

.styled-select:hover {
}

.styled-select::after {
	content: '\2193';
	position: absolute;
	right: 10px;
	top: 50%;
	display: block;
	width: 15px;
	height: 15px;
	margin-top: -8px;
	background-color: #fff;
	color: #007377;
	text-align: center;
	font-family: 'tcx';
	font-size: 16px;
	line-height: 16px;
	-webkit-border-radius: 10px;
	-moz-border-radius: 10px;
	border-radius: 10px;
	z-index: 2;
	pointer-events: none;
}

.styled-select select, .gform_wrapper .gfield.float-right .styled-select select, .gform_wrapper .gfield.float-left .styled-select select {
	position: relative;
	width: 110% !important;
	padding: 5px 0 6px 10px;
	font-size: 14px;
	vertical-align: top !important;
	text-align: left;
	background-color: transparent;
	-webkit-appearance: none;
	-moz-appearance: none;
	-webkit-box-shadow: none;
	-moz-box-shadow: none;
	box-shadow: none;
	border: none;
	cursor: pointer;
	z-index: 1;
}

.styled-select select:focus {
	outline: none;
	background-color: #007377;
}

.gform_wrapper ul.gfield_checkbox li, .gform_wrapper ul.gfield_radio li {
	padding: 1px 0 !important;
}

.gfield_radio label, .gfield_checkbox label {
	margin-left: 10px;
	font-size: 14px;
	cursor: pointer;
}

.gfield_radio input[type="radio"], .gfield_checkbox input[type="checkbox"] {
	display: none;
}

.gfield_radio input[type="radio"] + label span, .gfield_checkbox input[type="checkbox"] + label span {
	display: inline-block;
	width: 8px;
	height: 8px;
	margin-right: 10px;
	vertical-align: middle;
	background-color: #f6f6f6;
	border: 5px solid #f6f6f6;
	-webkit-border-radius: 20px;
	-moz-border-radius: 20px;
	border-radius: 20px;
	-webkit-box-shadow: 0px 0px 1px #333;
	-moz-box-shadow: 0px 0px 1px #333;
	box-shadow: 0px 0px 1px #333;
	cursor: pointer;
}

.gfield_radio input[type="radio"]:hover + label span, .gfield_checkbox input[type="checkbox"]:hover + label span {
	background-color: #dcdcdc;
}

.gfield_radio input[type="radio"]:checked + label span {
	background-color: #daaa00;
}

.gfield_checkbox input[type="checkbox"] + label span {
	width: 18px;
	height: 18px;
	border: 0;
	-webkit-border-radius: 3px;
	-moz-border-radius: 3px;
	border-radius: 3px;
}

.gfield_checkbox input[type="checkbox"]:checked + label span::before {
	margin-left: 1px;
	font-size: 23px;
	line-height: 12px;
	font-weight: normal;
	text-align: center;
	color: #daaa00;
	-webkit-text-shadow: 1px 0 0 #fff;
	-moz-text-shadow: 1px 0 0 #fff;
	text-shadow: 1px 0 0 #fff;
	content: '\2713';
}

.gform_wrapper .gfield_label.keep-label {
	display: block;
	margin-bottom: 0.5em;
}

.gform_wrapper .gform_footer {
	text-align: right;
	padding: 0;
}

.gform_wrapper .gform_body .gfield_required {
	color: #daaa00;
	margin-left: 2px;
}

.gform_wrapper .top_label .gfield_description.validation_message {
	position: absolute;
	top: 10px;
	right: 10px;
	padding: 0 !important;
	margin: 0;
	text-align: right;
}

.gform_wrapper .gfield_error, .gform_wrapper li.gfield.gfield_error.gfield {
	width: auto;
	border: none;
	background: none;
	margin-bottom: 0.5em;
	margin-left: 0;
	padding: 0 !important;
}

.gform_wrapper .gfield_error .gfield_label, .gform_wrapper .gfield_error .ginput_container {
	margin-top: 0 !important;
}

#navbottom .gform_wrapper div.validation_error {
	font-size: 16px;
}

.footer-routing .gform_wrapper div.validation_error {
	margin-bottom: 0;
	font-size: 16px;
}

.gform_wrapper .gfield_error input, .gform_wrapper .gfield_error textarea {
	border-color: #daaa00 !important;
	border-width: 0 0 1px 0 !important;
}

.gform_body input::-webkit-input-placeholder, .gform_body textarea::-webkit-input-placeholder {
	color: #808080;
	text-align: left;
	-webkit-transition: all .2s ease-in-out;
	transition: all .2s ease-in-out;
}

.gform_body input:-moz-placeholder, .gform_body textarea:-moz-placeholder {
	color: #808080;
	opacity: 1;
	text-align: left;
	-moz-transition: all .2s ease-in-out;
	transition: all .2s ease-in-out;
}

.gform_body input::-moz-placeholder, .gform_body textarea::-moz-placeholder {
	color: #808080;
	opacity: 1;
	text-align: left;
	-moz-transition: all .2s ease-in-out;
	transition: all .2s ease-in-out;
}

.gform_body input:-ms-input-placeholder, .gform_body textarea:-ms-input-placeholder {
	color: #808080;
	text-align: left;
	-ms-transition: all .2s ease-in-out;
	transition: all .2s ease-in-out;
}

.gform_body input:hover::-webkit-input-placeholder, .gform_body textarea:hover::-webkit-input-placeholder {
	color: #333;
}

.gform_body input:hover:-moz-placeholder, .gform_body textarea:hover:-moz-placeholder {
	color: #333;
}

.gform_body input:hover::-moz-placeholder, .gform_body textarea:hover::-moz-placeholder {
	color: #333;
}

.gform_body input:hover::-moz-placeholder, .gform_body textarea:hover::-moz-placeholder {
	color: #333;
}

.gform_body input:hover:-ms-input-placeholder, .gform_body textarea:hover:-ms-input-placeholder {
	color: #333;
}

.gform_body input:focus::-webkit-input-placeholder, .gform_body textarea:focus::-webkit-input-placeholder {
	color: #000;
}

.gform_body input:focus:-moz-placeholder, .gform_body textarea:focus:-moz-placeholder {
	color: #000;
	opacity: 1;
}

.gform_body input:focus::-moz-placeholder, .gform_body textarea:focus::-moz-placeholder {
	color: #000;
	opacity: 1;
}

.gform_body input:focus:-ms-input-placeholder, .gform_body textarea:focus:-ms-input-placeholder {
	color: #000;
}

#navbottom .gform_body input::-webkit-input-placeholder, #navbottom .gform_body textarea::-webkit-input-placeholder {
	color: #fff;
	text-align: left;
	-webkit-transition: all .2s ease-in-out;
	transition: all .2s ease-in-out;
}

#navbottom .gform_body input:-moz-placeholder, #navbottom .gform_body textarea:-moz-placeholder {
	color: #fff;
	opacity: 1;
	text-align: left;
	-moz-transition: all .2s ease-in-out;
	transition: all .2s ease-in-out;
}

#navbottom .gform_body input::-moz-placeholder, #navbottom .gform_body textarea::-moz-placeholder {
	color: #fff;
	opacity: 1;
	text-align: left;
	-moz-transition: all .2s ease-in-out;
	transition: all .2s ease-in-out;
}

#navbottom .gform_body input:-ms-input-placeholder, #navbottom .gform_body textarea:-ms-input-placeholder {
	color: #fff;
	text-align: left;
	-ms-transition: all .2s ease-in-out;
	transition: all .2s ease-in-out;
}

#navbottom .gform_body input:hover::-webkit-input-placeholder, #navbottom .gform_body textarea:hover::-webkit-input-placeholder {
	color: #fff;
}

#navbottom .gform_body input:hover:-moz-placeholder, #navbottom .gform_body textarea:hover:-moz-placeholder {
	color: #fff;
}

#navbottom .gform_body input:hover::-moz-placeholder, #navbottom .gform_body textarea:hover::-moz-placeholder {
	color: #fff;
}

#navbottom .gform_body input:hover::-moz-placeholder, #navbottom .gform_body textarea:hover::-moz-placeholder {
	color: #fff;
}

#navbottom .gform_body input:hover:-ms-input-placeholder, #navbottom .gform_body textarea:hover:-ms-input-placeholder {
	color: #fff;
}

#navbottom .gform_body input:focus::-webkit-input-placeholder, #navbottom .gform_body textarea:focus::-webkit-input-placeholder {
	color: #fff;
}

#navbottom .gform_body input:focus:-moz-placeholder, #navbottom .gform_body textarea:focus:-moz-placeholder {
	color: #fff;
	opacity: 1;
}

#navbottom .gform_body input:focus::-moz-placeholder, #navbottom .gform_body textarea:focus::-moz-placeholder {
	color: #fff;
	opacity: 1;
}

#navbottom .gform_body input:focus:-ms-input-placeholder, #navbottom .gform_body textarea:focus:-ms-input-placeholder {
	color: #fff;
}

#navbottom .gform_wrapper .gfield {
	margin-right: 10px;
}

.gform_wrapper div.gfield_description {
	font-size: 14px;
}

.gform_wrapper .gfield label, .gform_wrapper div.validation_message {
	display: none;
}

.entrytext .gform_wrapper div.validation_message {
	display: block;
}

.gform_wrapper .gf_progressbar_wrapper {
	border-bottom-width: 0;
}

.gchoice_10_17_8, .gchoice_10_17_9 {
	display: none;
}

/*-------------FancyBox-------------*/

#fancybox-loading {
	background-position: -105px -45px;
}

.fancybox-close {
	background-position: 1px -45px;
}

.fancybox-nav span {
	width: 35px;
}

.fancybox-prev span {
	background-position: -35px -45px;
}

.fancybox-next span {
	background-position: -70px -45px;
}

.fancybox-skin {
	background-color: #fff;
}

ol.flex-control-thumbs {
	text-align: left;
	margin-left: 0;
}

.flex-control-thumbs li:first-child {
	margin-left: 0;
}

.flex-control-thumbs li {
	width: 16.8%;
	float: none;
	margin: 0;
	padding-right: 1%;
	padding-top: 1%;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
}

.flex-control-thumbs li:last-child {
	padding-right: 0;
}

/*-------------WebFonts-------------*/

@font-face {
	font-family: 'Open Sans';
	font-style: normal;
	font-weight: 400;
	src: url('fonts/OpenSans-Regular-webfont.eot');
	src: local('Open Sans'),
		 local('OpenSans'),
		 url('fonts/OpenSans-Regular-webfont.eot?#iefix') format('embedded-opentype'),
		 url('fonts/OpenSans-Regular-webfont.woff') format('woff'),
		 url('fonts/OpenSans-Regular-webfont.ttf') format('truetype'),
		 url('fonts/OpenSans-Regular-webfont.svg#open_sansregular') format('svg');
}

@font-face {
	font-family: 'Open Sans';
	font-style: italic;
	font-weight: 400;
	src: url('fonts/OpenSans-Italic-webfont.eot');
	src: local('Open Sans Italic'),
		 local('OpenSans-Italic'),
		 url('fonts/OpenSans-Italic-webfont.eot?#iefix') format('embedded-opentype'),
		 url('fonts/OpenSans-Italic-webfont.woff') format('woff'),
		 url('fonts/OpenSans-Italic-webfont.ttf') format('truetype'),
		 url('fonts/OpenSans-Italic-webfont.svg#open_sansitalic') format('svg');
}

@font-face {
	font-family: 'Open Sans';
	font-style: normal;
	font-weight: 700;
	src: url('fonts/OpenSans-Bold-webfont.eot');
	src: local('Open Sans Bold'),
		 local('OpenSans-Bold'),
		 url('fonts/OpenSans-Bold-webfont.eot?#iefix') format('embedded-opentype'),
		 url('fonts/OpenSans-Bold-webfont.woff') format('woff'),
		 url('fonts/OpenSans-Bold-webfont.ttf') format('truetype'),
		 url('fonts/OpenSans-Bold-webfont.svg#open_sansbold') format('svg');
}

@font-face {
	font-family: 'gilroyextrabold';
	src: url('fonts/gilroy-extrabold-webfont.eot');
	src: url('fonts/gilroy-extrabold-webfont.eot?#iefix') format('embedded-opentype'),
		 url('fonts/gilroy-extrabold-webfont.woff2') format('woff2'),
		 url('fonts/gilroy-extrabold-webfont.woff') format('woff'),
		 url('fonts/gilroy-extrabold-webfont.ttf') format('truetype'),
		 url('fonts/gilroy-extrabold-webfont.svg#gilroyextrabold') format('svg');
	font-weight: normal;
	font-style: normal;
}

@font-face {
	font-family: 'tcx';
	src: url('fonts/tcx-canopy.eot?26557808');
	src: url('fonts/tcx-canopy.eot?26557808#iefix') format('embedded-opentype'),
		 url('fonts/tcx-canopy.woff2?26557808') format('woff2'),
		 url('fonts/tcx-canopy.woff?26557808') format('woff'),
		 url('fonts/tcx-canopy.ttf?26557808') format('truetype'),
		 url('fonts/tcx-canopy.svg?26557808#tcx-canopy') format('svg');
	font-weight: normal;
	font-style: normal;
}

/*---------CSS3 and Tweaks----------*/

::-moz-selection {
	background: #252525;
	color: #e9e9e9;
}

::selection {
	background: #252525;
	color: #e9e9e9;
}

input, textarea {
	-webkit-transition: all .2s ease-in-out;
	-moz-transition: all .2s ease-in-out;
	-ms-transition: all .2s ease-in-out;
	-o-transition: all .2s ease-in-out;
	transition: all .2s ease-in-out;
}

input:focus, textarea:focus {
	outline: none;
}

a, footer.main, .accordion, #menu li, .tcx_related {
	-webkit-transition: color .2s linear, background .2s linear, border-color .2s linear;
	-ms-transition: color .2s linear, background .2s linear, border-color .2s linear;
	-o-transition: color .2s linear, background .2s linear, border-color .2s linear;
	-moz-transition: color .2s linear, background .2s linear, border-color .2s linear;
	transition: color .2s linear, background .2s linear, border-color .2s linear;
}

/*-----Responsive Media Queries-----*/

/**
 * Full
 */
@media only screen and (min-width: 1180px) {
	.container {
		position: relative;
		width: 1140px;
		padding: 20px 0;
		margin: 0 auto;
	}
}

/**
 * Chonky
 */
@media only screen and (min-width: 1900px) {
	.container {
		width: 1700px;
	}
}

/**
 * Hero
 */
@media only screen and (max-width: 1279px) {
	.home .slideshow-hero .container {
		width: 1020px;
	}
}

/**
 * Comfy Tablet
 */
@media only screen and (max-width: 1179px) {
	.container, .entrytext section.narrow .container {
		position: relative;
		width: 100%;
		padding: 20px;
		margin: 0 auto;
		-webkit-box-sizing: border-box;
		-moz-box-sizing: border-box;
		box-sizing: border-box;
	}

	.home .slideshow-hero .container {
		width: 100%;
		padding-left: 80px;
		padding-right: 80px;
	}

	.slideshow-hero .slide-desc {
		width: 100%;
	}

	.slideshow-hero .slide-desc strong {
		margin-top: 0;
	}

	.slideshow-hero .slide-desc .tcx_button {
		margin-top: 30px;
	}

	.open #menuRight {
		margin-right: 40px;
	}

	#menu {
		z-index: 9;
	}

	#menu .current-menu-ancestor, #menu .current_page_ancestor {
		background-color: transparent;
	}

	#menu .menu-item-has-children > a {
		padding-left: 10px;
	}

	#menu .sub-menu {
		display: none;
		width: auto;
		padding: 10px 5px 0 0;
		margin-left: 0;
		color: #fff;
		border-top-width: 0;
		background-color: #007377;
		-webkit-box-sizing: border-box;
		-moz-box-sizing: border-box;
		box-sizing: border-box;
		-webkit-box-shadow: 0 1px 10px rgba(0, 0, 0, 0.3);
		-moz-box-shadow: 0 1px 10px rgba(0, 0, 0, 0.3);
		box-shadow: 0 1px 10px rgba(0, 0, 0, 0.3);
	}

	#menu li:hover > .sub-menu {
		display: block;
	}

	#menu .sub-menu li {
		width: 100%;
	}

	#menu .sub-menu li a {
		line-height: 28px;
		padding: 6px 10px 6px 20px;
		height: auto;
		text-overflow: ellipsis;
		white-space: nowrap;
		overflow: hidden;
	}

	#menu .sub-menu .menu-item-has-children > a::after {
		top: auto;
		line-height: 30px;
		content: '\25bc';
	}

	#menu .sub-menu .sub-menu {
		position: static;
	}

	.title-page {
		font-size: 32px;
	}

	#slideshow .container {
		padding: 0;
	}

	#slideshow .slide-desc {
		width: 45%;
	}

	.slide-desc .title {
		font-size: 28px;
		line-height: 32px;
	}

	.slide-desc .description {
		font-size: 13px;
		line-height: 18px;
		margin: 0.5em 0;
	}

	.flex-direction-nav .flex-next {
		right: 0;
	}

	.flex-direction-nav .flex-prev {
		left: 0;
	}

	.back-to-top .top-icon {
		right: 20px;
	}

	.footer-routing .container > .c25 {
		width: 26%;
	}

	.footer-newsletter.c50 {
		width: 40%;
	}

	#field_4_3 > label, #field_9_3 > label {
		width: 110px;
	}

	#field_4_3 .ginput_container, #field_9_3 .ginput_container {
		width: 300px;
	}

	.archive #content .separator, .upcoming-shows .separator {
		width: 100%;
		margin-left: 0;
	}

	.coursestorm-map {
		float: right;
	}

	.coursestorm-course-description.has-location {
		float: left;
		max-width: 60%;
	}

	.resource-show h5 {
		max-width: none;
		width: 100%;
	}

}
@media only screen and (min-width: 761px) and (max-width: 977px) {

}

/**
 * Tablet
 */
@media only screen and (max-width: 760px) {
	html.open {
		overflow: visible;
	}

	header.main .container {
		overflow: hidden;
	}

	.body {
		position: relative;
		z-index: 2;
	}

	#navRight .textwidget {
		width: 132px;
		text-align: right;
	}

	#navRight a {
		padding: 0;
	}

	.open .nav-circle {
		height: 500vw;
		width: 500vw;
	}

	#menu {
		width: 100%;
		border-right: 0;
	}

	#menu a {
		transform-origin: center left;
	}

	#menu li:hover > .sub-menu {
		position: static;
		padding-bottom: 10px;
		margin-left: -20px;
		margin-right: -26px;
		-webkit-box-shadow: inset 0 1px 10px rgba(0, 0, 0, 0.3);
		-moz-box-shadow: inset 0 1px 10px rgba(0, 0, 0, 0.3);
		box-shadow: inset 0 1px 10px rgba(0, 0, 0, 0.3);
	}

	#menu .menu-item-has-children > a {
		padding-left: 0;
	}

	#menu li.menu-item-has-children:hover::after {
		display: none;
	}

	.open #nav, .open #navbottom {
		position: relative;
	}

	.open #navbottom {
		top: -10px;
	}

	.open #menuRight {
		float: none;
		margin-right: -20px;
		margin-left: -20px;
	}

	#navbottom #field_4_1, #navbottom #field_4_2 {
		width: 100%;
		margin-bottom: 20px;
	}

	#navbottom #field_4_2 {
		padding-left: 0;
	}

	#navbottom #field_4_3, #navbottom #field_4_3 > label {
		width: 100%;
	}

	#navbottom #field_4_3 > label {
		box-sizing: border-box;
	}

	#navbottom #field_4_3 .ginput_container {
		left: 10px;
	}

	#navbottom .gform_footer {
		position: static;
		padding-top: 20px;
	}

	.newsletter-label {
		margin-top: 0;
		line-height: 20px;
	}

	.slideshow-hero .slide-align {
		position: static;
	}

	#slideshow .slide-desc {
		width: 100%;
		height: 100%;
		padding: 15px 20px;
		background-color: transparent;
		position: relative;
	}

	.slideshow-hero .flex-direction-nav a {
		top: 20%;
	}

	.home .slideshow-hero .container {
		padding-left: 40px;
		padding-right: 40px;
	}

	.slideshow-hero .slide-align {
		position: relative;
		bottom: 0;
	}

	.slideshow-hero .slide-align .container {
		clear: both;
		/*top: -200px;*/
	}

	.slideshow-hero .slide-additional-info {
		position: relative;
		bottom: 0px;
		width: 100%;
		height: auto;
		padding-left: 20px;
		z-index: 1;
		box-sizing: border-box;
	}

	.slideshow-hero .slide-desc {
		padding-top: 0;
	}

	.slideshow-hero .slide-desc strong {
		margin-bottom: 20px;
	}

	.slideshow-hero .slide-desc p {
		font-size: 18px;
	}

	.slideshow-hero .slides img, .slideshow-hero .static img {
		-webkit-mask-image: none;
		mask-image: none;
	}

	.slideshow-hero .black-wedge, .slideshow-hero .color-wedge, .slideshow-hero .white-wedge {
		display: none;
	}

	.slideshow-bottom, #slideshow .flex-direction-nav, #slideshow .flex-control-nav {
		display: none;
	}

	.latest-post .c50 {
		width: 100%;
	}

	.latest-post .post-info {
		padding: 20px;
	}

	.archive #content .separator, .upcoming-shows .separator {
		margin-top: 2em;
		margin-bottom: 2em;
	}

	.title-page {
		line-height: 38px;
		padding-left: 0;
		text-align: left;
	}

	.tcx_button {
		font-size: 18px;
	}

	.accordion {
		font-size: 22px;
		line-height: 28px;
		background-position: 102% 50%;
	}

	.slide-desc {
		padding: 5px;
	}

	.slide-desc p {
		margin: 5px 0;
	}

	.searchform {
		max-width: none;
	}

	.searchform .search {
		width: 90%;
	}

	.home-banner .container p {
		text-align: center;
	}

	.home-routing .c33 {
		width: 100%;
	}

	.latest-post .image {
		min-height: 280px;
	}

	#banner {
		height: 230px;
	}

	#content {
		width: 100%;
	}

	#sidebar, #showSidebar {
		width: 100%;
		margin-top: 20px;
		-webkit-box-sizing: border-box;
		-moz-box-sizing: border-box;
		box-sizing: border-box;
	}

	.gform_wrapper .top_label input.medium, .gform_wrapper .top_label select.medium {
		width: 100%;
	}

	.gform_wrapper .datepicker {
		width: 77% !important;
	}

	.gallery-col-4 .gallery-item {
		width: 50%;
	}

	.r25252525 .c25 {
		width: 50%;
	}

	.r25252525 .c25:nth-child(2n+1) {
		clear: left;
	}

	.footer-routing .container > .c25 {
		width: 46%;
	}

	.footer-newsletter.c50 {
		width: 100%;
	}

	#field_4_3 > label, #field_9_3 > label {
		width: 240px;
	}

	.footer-newsletter header p {
		line-height: 18px;
	}

	.coursestorm-map {
		float: none;
		clear: both;
	}

	.coursestorm-course-description.has-location {
		float: none;
		max-width: 100%;
	}

	.reviews, .show-review {
		height: auto;
	}

	.reviews .show-review {
		display: none !important;
	}

	.reviews .show-review:first-child {
		position: static;
		display: block !important;
		opacity: 1 !important;
	}

	.reviews .show-review blockquote {
		margin-top: 0;
		font-size: 18px;
		line-height: 24px;
	}

	.reviews .show-review blockquote p {
		margin-top: 0;
	}

	.resource_category #banner h1 {
		margin-top: 103px;
	}
}

@media only screen and (min-width: 481px) and (max-width: 760px) {
	.c75, .c66 {
		width: 100%;
	}

	.c33, .c25, .c20 {
		width: 46%;
	}

	.r7525 .c75, .r2575 .c75, .r7525 .c25, .r2575 .c25 {
		width: 100%;
	}
}

/**
 * Phone
 */
@media only screen and (max-width: 480px) {
	#menu a {
		-webkit-box-sizing: border-box;
		-moz-box-sizing: border-box;
		box-sizing: border-box;
	}

	#menu .sub-menu li a {
		font-size: 22px;
	}

	.toggle {
		margin-right: 0;
	}

	#navRight .textwidget {
		width: 110px;
	}

	#navRight a {
		font-size: 13px;
	}

	.tcx-cln-icon {
		margin-right: 5px;
	}

	.tcx-cln-icon:before {
		font-size: 18px;
	}

	.flex-direction-nav a {
		width: 44px;
		height: 42px;
	}

	.flex-direction-nav .flex-prev::before, .flex-direction-nav .flex-next::before {
		width: 25px;
		height: 25px;
		margin-top: 8px;
		margin-left: 8px;
		font-size: 26px;
		line-height: 26px;
	}

	.slideshow-hero .flex-direction-nav a {
		top: 15%;
	}

	.slideshow-hero .slide-desc h4, .slideshow-hero .slide-desc p {
		line-height: 20px;
	}

	.slideshow-hero .slide-desc strong {
		line-height: 26px;
	}

	.home-routing h4 {
		margin-left: 10px;
	}

	.latest-post .image {
		min-height: 200px;
		max-height: 230px;
	}

	.postmetadata .post-date {
		float: left;
		width: 100%;
		padding-left: 5px;
	}

	.postmetadata::before {
		display: none;
	}

	.slideshow-hero .slides .slide-additional-info img, .slideshow-hero .static .slide-additional-info img {
		max-height: none;
	}

	#banner {
		height: 180px;
		padding-top: 30px;
	}

	#content.blog.single, #content.page, .coursestorm-course-info.coursestorm_class {
		margin-top: -180px;
	}

	.title-page {
		line-height: 34px;
	}

	footer.main .float-left, footer.main .float-right {
		display: block;
		width: 100%;
		float: none;
		text-align: center;
	}

	.c75, .c66, .c50, .c33, .c25, .c20 {
		width: 100%;
	}

	.r6633 .c33, .r3366 .c33, .r333333 .c33, .r6633 .c66, .r3366 .c66, .r7525 .c75, .r2575 .c75, .r7525 .c25, .r2575 .c25 {
		width: 100%;
	}

	.cast-single.c33 {
		width: 50%;
		line-break: strict;
	}

	.r333333 .cast-single.c33:nth-child(3n + 1) {
		clear: none;
	}

	.r333333 .cast-single.c33:nth-child(2n + 1) {
		clear: left;
	}

	.tcx_related.c50 {
		width: 100%;
		margin: 1em 0;
	}

	.tooltip .tip {
		display: none;
	}

	.fancybox-overlay .fancybox-opened .fancybox-skin {
		padding: 5px !important;
	}

	.entrytext .alignleft img, .entrytext .alignright img, .entrytext .aligncenter img, .entrytext img.alignleft, .entrytext img.alignright, .entrytext img.aligncenter {
		width: 100%;
		height: auto;
	}

	.entrytext .wp-caption {
		width: 100% !important;
	}

	.gallery-col-4 .gallery-item {
		width: 100%;
	}

	.footer-routing .footer-about .c33 {
		position: static;
		width: 100%;
		left: 0;
	}

	.widget-footer h4 {
		line-height: 24px;
	}

	#field_4_3 > label, #field_9_3 > label {
		width: 140px;
	}

	.searchform .search {
		width: 80%;
	}

	#field_4_3 .ginput_container, #field_9_3 .ginput_container {
		left: -20px;
		width: 290px;
	}

	.coursestorm-details-title, .coursestorm-course-register, .coursestorm-location-details, .coursestorm-class-date {
		width: 100%;
		max-width: 100%;
	}

	.coursestorm-filter-form {
		margin-bottom: 1em;
	}

	.coursestorm-course-single-image {
		min-height: 255px;
		max-width: 100%;
		background-size: contain;
		background-repeat: no-repeat;
		background-position: center;
	}

	.coursestorm-browse-categories > ul > li {
		box-sizing: border-box;
	}

	.searchform .searchsubmit {
		padding: 0;
	}

	h1, .h1 {
		font-size: 36px;
		line-height: 40px;
	}

	h2, .h2 {
		font-size: 32px;
	}

	#banner h1 {
		font-size: 54px;
		margin-top: 60px;
	}

	.r5050 .upcoming-show.c50 {
		width: 100%;
	}

	.r5050 .upcoming-show.c50:nth-child(even) {
		padding-left: 0;
	}

	.upcoming-show h2 {
		font-size: 26px;
		line-height: 30px;
	}

	h2.show-subsection {
		line-height: 36px;
	}
}

/**
 * iPhone
 */
@media only screen and (max-width: 320px) {
	#menu a {
		font-size: 31px;
	}

	#menu .sub-menu li a {
		font-size: 18px;
		line-height: 22px;
	}

	#navRight {
		float: none;
		clear: both;
	}

	#navRight .textwidget {
		width: 100%;
		text-align: center;
	}

	#navRight a, #navRight div a:last-child {
		padding-left: 10px;
		padding-right: 10px;
	}

	.slideshow-hero .flex-direction-nav a {
		top: 10%;
	}

	#banner {
		height: 150px;
	}

	#content.blog.single, #content.page, .coursestorm-course-info.coursestorm_class {
		margin-top: -150px;
	}
	
	#field_4_3 > label, #field_9_3 > label {
		width: 100px;
	}

	#field_4_3 .ginput_container, #field_9_3 .ginput_container {
		width: 250px;
	}

	.newsletter-icon {
		font-size: 30px;
	}
	
	#banner h1 {
		font-size: 44px;
		margin-top: 36px;
	}

	.cast-single h3 {
		font-size: 18px;
	}
	
}