/*
	Theme Name: CareProvider.org Custom WordPress Theme
	Theme URI: http://www.guidomediaservices.com
	Description: Custom Genesis Child Theme Created For CareProvider.org
	Author: Guido Media
	Author URI: http://www.guidomediaservices.com
	Version: 1.0.0

	Template: genesis
	Template Version: 2.0.0
*/


/* HTML5 Reset ---------------------------------------------------------------------------------------------------- */

/* Baseline Reset (normalize.css 2.1.2) normalize.css v2.1.2 | MIT License | git.io/normalize --------------------------------------------- */

article,aside,details,figcaption,figure,footer,header,hgroup,main,nav,section,summary{display:block}audio,canvas,video{display:inline-block}audio:not([controls]){display:none;height:0}[hidden]{display:none}html{font-family:sans-serif;-ms-text-size-adjust:100%;-webkit-text-size-adjust:100%}body{margin:0}a:focus{outline:thin dotted}a:active,a:hover{outline:0}h1{font-size:2em;margin:.67em 0}abbr[title]{border-bottom:1px dotted}b,strong{font-weight:bold}dfn{font-style:italic}hr{-moz-box-sizing:content-box;box-sizing:content-box;height:0}mark{background:#ff0;color:#000}code,kbd,pre,samp{font-family:monospace,serif;font-size:1em}pre{white-space:pre-wrap}q{quotes:"\201C" "\201D" "\2018" "\2019"}small{font-size:80%}sub,sup{font-size:75%;line-height:0;position:relative;vertical-align:baseline}sup{top:-0.5em}sub{bottom:-0.25em}img{border:0}svg:not(:root){overflow:hidden}figure{margin:0}fieldset{border:1px solid silver;margin:0 2px;padding:.35em .625em .75em}legend{border:0;padding:0}button,input,select,textarea{font-family:inherit;font-size:100%;margin:0}button,input{line-height:normal}button,select{text-transform:none}button,html input[type="button"],input[type="reset"],input[type="submit"]{-webkit-appearance:button;cursor:pointer}button[disabled],html input[disabled]{cursor:default}input[type="checkbox"],input[type="radio"]{box-sizing:border-box;padding:0}input[type="search"]{-webkit-appearance:textfield;-moz-box-sizing:content-box;-webkit-box-sizing:content-box;box-sizing:content-box}input[type="search"]::-webkit-search-cancel-button,input[type="search"]::-webkit-search-decoration{-webkit-appearance:none}button::-moz-focus-inner,input::-moz-focus-inner{border:0;padding:0}textarea{overflow:auto;vertical-align:top}table{border-collapse:collapse;border-spacing:0}

/* Box Sizing */
*,
input[type="search"] {
	-webkit-box-sizing: border-box;
	-moz-box-sizing:    border-box;
	box-sizing:         border-box;
}

/* Float Clearing */
.clearfix:before,
.entry-content:before,
.entry:before,
.footer-widgets:before,
.nav-primary:before,
.nav-secondary:before,
.pagination:before,
.site-container:before,
.site-footer:before,
.site-header:before,
.site-inner:before,
.widget:before,
.wrap:before {
	content: " ";
	display: table;
}
.clearfix:after,
.entry-content:after,
.entry:after,
.footer-widgets:after,
.nav-primary:after,
.nav-secondary:after,
.pagination:after,
.site-container:after,
.site-footer:after,
.site-header:after,
.site-inner:after,
.widget:after,
.wrap:after {
	clear: both;
	content: " ";
	display: table;
}

/* Typographical Elements ---------------------------------------------------------------------------------------------------- */
html {
}
body {
	margin: 0;
	padding: 0;
	font-family: 'Muli', sans-serif;
	font-size: 16px;
	color: #30434e;
}
a,
button,
input:focus,
input[type="button"],
input[type="reset"],
input[type="submit"],
textarea:focus {
	-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;
	color: #03a0dd;
}
.site-header,
.site-header .site-title,
.site-header .site-title a,
.site-header .nav li,
.site-header .nav li a,
.site-header.scrolled .nav li,
.site-header.scrolled .nav li a,
.nav-primary ul li a:before{
	-webkit-transition: all 0.6s ease-in-out;
	-moz-transition:    all 0.6s ease-in-out;
	-ms-transition:     all 0.6s ease-in-out;
	-o-transition:      all 0.6s ease-in-out;
	transition:         all 0.6s ease-in-out;
}
::-moz-selection {
	background-color: #000;
	color: #fff;
}
::selection {
	background-color: #000;
	color: #fff;
}
a {
}
a img {
}
a:hover {
}
p {
}
strong {
}
ol,
ul {
}
blockquote,
blockquote::before {
}
blockquote {
}
blockquote::before {
}
.entry-content code {
}
cite {
}

/* Headings ---------------------------------------------------------------------------------------------------- */
h1,
h2,
h3,
h4,
h5,
h6 {
}

/* Objects */
img {
	height: auto;
	max-width: 100%;
}
.featured-content img,
.gallery img {
	width: auto; /* IE8 */
}

/* Forms ---------------------------------------------------------------------------------------------------- */
input,
select,
textarea {
	background-color: #fff;
	border: 1px solid #ddd;
	border-radius: 1px;
	color: #999;
	font-size: 14px;
	padding: 16px;
	width: 100%;
}
input:focus,
textarea:focus {
	border: 1px solid #015d92;
	outline: none;
}
::-moz-placeholder {
	color: #999;
}
::-webkit-input-placeholder {
	color: #999;
}
button,
input[type="button"],
input[type="reset"],
input[type="submit"],
.button,
.entry-content .button,
body .woocommerce #respond input#submit,
body .woocommerce a.button,
body .woocommerce button.button,
body .woocommerce input.button,
body .woocommerce #respond input#submit.disabled,
body .woocommerce #respond input#submit:disabled,
body .woocommerce #respond input#submit:disabled[disabled],
body .woocommerce a.button.disabled,
body .woocommerce a.button:disabled,
body .woocommerce a.button:disabled[disabled],
body .woocommerce button.button.disabled,
body .woocommerce button.button:disabled,
body .woocommerce button.button:disabled[disabled],
body .woocommerce input.button.disabled,
body .woocommerce input.button:disabled,
body .woocommerce input.button:disabled[disabled],
body .tribe-common .tribe-common-c-btn--small,
body .tribe-common a.tribe-common-c-btn--small,
body .event-tickets .tribe-tickets__attendee-tickets-footer-checkout-button.tribe-common-c-btn{
	background-color: transparent;
	border: solid 3px #015d92;
	color: #015d92;
	cursor: pointer;
	padding-left: 25px;
	padding-right: 25px;
	font-size: 14px;
	font-weight:bold;
	text-decoration: none;
	width: auto;
	height: 50px;
	line-height: 44px;
	padding-top: 0;
	padding-bottom: 0;
  border-radius:0;
}
.button,
.entry-content .button {
	display: inline-block;
}
button:hover,
input:hover[type="button"],
input:hover[type="reset"],
input:hover[type="submit"],
.button:hover,
.entry-content .button:hover,
body .woocommerce #respond input#submit:hover,
body .woocommerce a.button:hover,
body .woocommerce button.button:hover,
body .woocommerce input.button:hover,
body .woocommerce #respond input#submit.disabled:hover,
body .woocommerce #respond input#submit:disabled:hover,
body .woocommerce #respond input#submit:disabled[disabled]:hover,
body .woocommerce a.button.disabled:hover,
body .woocommerce a.button:disabled:hover,
body .woocommerce a.button:disabled[disabled]:hover,
body .woocommerce button.button.disabled:hover,
body .woocommerce button.button:disabled:hover,
body .woocommerce button.button:disabled[disabled]:hover,
body .woocommerce input.button.disabled:hover,
body .woocommerce input.button:disabled:hover,
body .woocommerce input.button:disabled[disabled]:hover,
body .event-tickets .tribe-tickets__attendee-tickets-footer-checkout-button.tribe-common-c-btn:hover{
	background-color: #015d92;
	color: #fff;
}
input[type="search"]::-webkit-search-cancel-button,
input[type="search"]::-webkit-search-results-button {
	display: none;
}

/* Gravity Forms ---------------------------------------------------------------------------------------------------- */
.gform_wrapper {
	max-width: 100%;
	width: 100%;
}
.gform_wrapper label {
	padding: 0;
	font-weight:bold;
	font-size:13px;
	padding-top:20px;
	color:#015d92;
}
.gform_wrapper .gfield_checkbox li input,
.gform_wrapper .gfield_checkbox li input[type="checkbox"],
.gform_wrapper .gfield_radio li input[type="radio"],
body .woocommerce form .form-row .input-checkbox{
	margin-top: 0;
  width:25px;
  height:5px;
  margin-right:10px;
}
.gform_wrapper ul {
	margin: 0;
	padding: 0;
}
.gform_wrapper li {
	margin: 0;
	list-style-type: none;
	margin-bottom: 12px;
	min-height: 50px;
}
.gform_wrapper .gfield_radio li{
	min-height:20px;
}
.gform_wrapper .gform_footer input[type="submit"] {
	font-size: 14px;
}
.gform_wrapper .gfield_checkbox label,
.gform_wrapper .show-label label {
	display: block;
	font-weight: normal;
}
.gform_wrapper .gf_left_half,
.gform_wrapper span.name_first,
.gform_wrapper .ginput_left {
	margin-left: 0;
	margin-right: 1%;
	width: 49%;
	display: block;
	float: left;
}
.gform_wrapper .gf_left_half {
	margin-right: 1%;
}
.gform_wrapper .gf_right_half,
.gform_wrapper span.name_last,
.gform_wrapper .ginput_right {
	margin-left: 1%;
	margin-right: 0;
	width: 49%;
	display: block;
	float: right;
}
.gform_wrapper .gf_right_half {
	margin-left: 1%;
}
div.gform_confirmation_message {
	text-align: center;
}
.gform_validation_container{
	display:none;
}
body.form-page .content{
	max-width:550px;
}
body.form-page h1{
	text-align:center;
}

/* Credit Card Fields */
.gform_card_icon_container {
 margin:8px 0 6px;
 height:32px
}
div.gform_card_icon {
 margin-right:4px;
 text-indent:-9000px;
 background-image:url(/wp-content/plugins/gravityforms/images/gf-creditcard-icons.png);
 background-repeat:no-repeat;
 width:36px;
 height:32px;
 float:left
}
.gform_card_icon_container.gform_card_icon_style1 div.gform_card_icon.gform_card_icon_visa {
 background-position:0 0
}
.gform_card_icon_container.gform_card_icon_style1 div.gform_card_icon.gform_card_icon_selected.gform_card_icon_visa {
 background-position:0 -32px
}
.gform_card_icon_container.gform_card_icon_style1 div.gform_card_icon.gform_card_icon_inactive.gform_card_icon_visa {
 background-position:0 -64px
}
.gform_card_icon_container.gform_card_icon_style1 div.gform_card_icon.gform_card_icon_mastercard {
 background-position:-36px 0
}
.gform_card_icon_container.gform_card_icon_style1 div.gform_card_icon.gform_card_icon_selected.gform_card_icon_mastercard {
 background-position:-36px -32px
}
.gform_card_icon_container.gform_card_icon_style1 div.gform_card_icon.gform_card_icon_inactive.gform_card_icon_mastercard {
 background-position:-36px -64px
}
.gform_card_icon_container.gform_card_icon_style1 div.gform_card_icon.gform_card_icon_amex {
 background-position:-72px 0
}
.gform_card_icon_container.gform_card_icon_style1 div.gform_card_icon.gform_card_icon_selected.gform_card_icon_amex {
 background-position:-72px -32px
}
.gform_card_icon_container.gform_card_icon_style1 div.gform_card_icon.gform_card_icon_inactive.gform_card_icon_amex {
 background-position:-72px -64px
}
.gform_card_icon_container.gform_card_icon_style1 div.gform_card_icon.gform_card_icon_discover {
 background-position:-108px 0
}
.gform_card_icon_container.gform_card_icon_style1 div.gform_card_icon.gform_card_icon_selected.gform_card_icon_discover {
 background-position:-108px -32px
}
.gform_card_icon_container.gform_card_icon_style1 div.gform_card_icon.gform_card_icon_inactive.gform_card_icon_discover {
 background-position:-108px -64px
}
.gform_card_icon_container.gform_card_icon_style1 div.gform_card_icon.gform_card_icon_maestro {
 background-position:-144px 0
}
.gform_card_icon_container.gform_card_icon_style1 div.gform_card_icon.gform_card_icon_selected.gform_card_icon_maestro {
 background-position:-144px -32px
}
.gform_card_icon_container.gform_card_icon_style1 div.gform_card_icon.gform_card_icon_inactive.gform_card_icon_maestro {
 background-position:-144px -64px
}
.gform_card_icon_container.gform_card_icon_style1 div.gform_card_icon.gform_card_icon_jcb {
 background-position:-180px 0
}
.gform_card_icon_container.gform_card_icon_style1 div.gform_card_icon.gform_card_icon_selected.gform_card_icon_jcb {
 background-position:-180px -32px
}
.gform_card_icon_container.gform_card_icon_style1 div.gform_card_icon.gform_card_icon_inactive.gform_card_icon_jcb {
 background-position:-180px -64px
}
.gform_card_icon_container.gform_card_icon_style2 div.gform_card_icon.gform_card_icon_visa {
 background-position:0 -192px
}
.gform_card_icon_container.gform_card_icon_style2 div.gform_card_icon.gform_card_icon_selected.gform_card_icon_visa {
 background-position:0 -224px
}
.gform_card_icon_container.gform_card_icon_style2 div.gform_card_icon.gform_card_icon_inactive.gform_card_icon_visa {
 background-position:0 -256px
}
.gform_card_icon_container.gform_card_icon_style2 div.gform_card_icon.gform_card_icon_mastercard {
 background-position:-36px -192px
}
.gform_card_icon_container.gform_card_icon_style2 div.gform_card_icon.gform_card_icon_selected.gform_card_icon_mastercard {
 background-position:-36px -224px
}
.gform_card_icon_container.gform_card_icon_style2 div.gform_card_icon.gform_card_icon_inactive.gform_card_icon_mastercard {
 background-position:-36px -256px
}
.gform_card_icon_container.gform_card_icon_style2 div.gform_card_icon.gform_card_icon_amex {
 background-position:-72px -192px
}
.gform_card_icon_container.gform_card_icon_style2 div.gform_card_icon.gform_card_icon_selected.gform_card_icon_amex {
 background-position:-72px -224px
}
.gform_card_icon_container.gform_card_icon_style2 div.gform_card_icon.gform_card_icon_inactive.gform_card_icon_amex {
 background-position:-72px -256px
}
.gform_card_icon_container.gform_card_icon_style2 div.gform_card_icon.gform_card_icon_discover {
 background-position:-108px -192px
}
.gform_card_icon_container.gform_card_icon_style2 div.gform_card_icon.gform_card_icon_selected.gform_card_icon_discover {
 background-position:-108px -224px
}
.gform_card_icon_container.gform_card_icon_style2 div.gform_card_icon.gform_card_icon_inactive.gform_card_icon_discover {
 background-position:-108px -256px
}
.gform_card_icon_container.gform_card_icon_style2 div.gform_card_icon.gform_card_icon_maestro {
 background-position:-144px -192px
}
.gform_card_icon_container.gform_card_icon_style2 div.gform_card_icon.gform_card_icon_selected.gform_card_icon_maestro {
 background-position:-144px -224px
}
.gform_card_icon_container.gform_card_icon_style2 div.gform_card_icon.gform_card_icon_inactive.gform_card_icon_maestro {
 background-position:-144px -256px
}
.gform_card_icon_container.gform_card_icon_style2 div.gform_card_icon.gform_card_icon_jcb {
 background-position:-180px -192px
}
.gform_card_icon_container.gform_card_icon_style2 div.gform_card_icon.gform_card_icon_selected.gform_card_icon_jcb {
 background-position:-180px -224px
}
.gform_card_icon_container.gform_card_icon_style2 div.gform_card_icon.gform_card_icon_inactive.gform_card_icon_jcb {
 background-position:-180px -256px
}
.ginput_complex .ginput_cardinfo_left,.ginput_complex .ginput_cardinfo_right {
 min-height:43px;
 position:relative;
 float:left
}
.ginput_complex .ginput_cardinfo_left,
.ginput_complex .ginput_cardinfo_right {
  width:100%;
}
.ginput_complex .ginput_cardinfo_right label {
 white-space:nowrap!important
}
.ginput_complex span.ginput_cardextras {
 display:block;
 overflow:hidden;
}
.ginput_container_creditcard input{
 margin-top:25px
}
.ginput_complex .ginput_cardinfo_right span.ginput_card_expiration_container {
 position:relative
}
.ginput_complex select.ginput_card_expiration.ginput_card_expiration_month,.ginput_complex select.ginput_card_expiration.ginput_card_expiration_year {
 width:47%!important;
 display:-moz-inline-stack;
 display:inline-block
}
.ginput_complex select.ginput_card_expiration.ginput_card_expiration_month {
 margin-right:5%;
}
.ginput_complex .ginput_cardinfo_right span.ginput_card_security_code_icon {
 width:32px;
 height:23px;
 background-image:url(/wp-content/plugins/gravityforms/images/gf-creditcard-icons.png);
 background-repeat:no-repeat;
 background-position:0 -128px;
 position:relative;
 top:1px;
 left:0;
 display:-moz-inline-stack;
 display:inline-block
}
div.gfield_creditcard_warning_message {
 display:none!important
}
#gform_fields li.credit_card_setting.field_setting ul li {
 padding:2px 0 4px
}
.gform_wrapper .ginput_container_creditcard label{
	padding-top:0;
	padding-bottom:40px;
}

/* Date Picker */
#ui-datepicker-div {
	background: #FFF;
	border: 1px solid #b85e17;
	display:none;
	padding:20px;
	width:300px;
}
#ui-datepicker-div select {
	height: 25px;
	line-height: 25px;
	padding-top:0;
	padding-bottom:0;
}
.ui-icon {
	cursor: pointer;
}
.ui-datepicker-header a {
	cursor: pointer;
}
.ui-datepicker-prev {
	float: left;
	width: 50%;
}
.ui-state-disabled {
	display:none;
}
.ui-datepicker-next {
	float: right;
	width: 50%;
	text-align:right;
}
.ui-state-disabled {
	 display:none;
}
.ui-datepicker-title {
	margin-top: 20px;
}
.ui-datepicker-title select {
	width: 100%;
	margin-left:auto;
	margin-right:auto;
}
.ui-datepicker-month {
	margin: 0px 5% 6px;
}
.ui-datepicker-year {
	margin: 0px 15% 6px;
}
.ui-datepicker-today {
	border-radius: 4px;
}
.ui-datepicker-today a {
	color: #fff;
}
#ui-datepicker-div table {
	width: 100%;
}
#ui-datepicker-div td,
#ui-datepicker-div th  {
	text-align: center;
}
#ui-datepicker-div td a {
	display: block;
	padding: 5px;
}

/* Site Containers ---------------------------------------------------------------------------------------------------- */
.site-container{
  overflow:hidden;
}
.wrap {
	margin: 0 auto;
	width: 96%;
}
body.page-tribe-attendee-registration .wrap {
	padding:0;
}
.site-inner {
	margin: 0 auto;
	width: 96%;
	clear: both;
}
.home .site-inner {
	padding: 0;
	width: 100%;
	max-width: 100%;
}

/* Layouts */
.content {
}
.full-width-content .content {
	width: 100%;
}

/* Primary Sidebar ---------------------------------------------------------------------------------------------------- */
.sidebar-primary {
	float: right;
	width: 360px;
}

/* WordPress Elements ---------------------------------------------------------------------------------------------------- */
.avatar {
	border-radius: 50%;
	float: left;
}
.alignleft .avatar {
	margin-right: 24px;
	margin-right: 2.4rem;
}
.alignright .avatar {
	margin-left: 24px;
	margin-left: 2.4rem;
}
.search-form {
	overflow: hidden;
}
.search-form input[type="submit"] {
	border: 0;
	clip: rect(0, 0, 0, 0);
	height: 1px;
	margin: -1px;
	padding: 0;
	position: absolute;
	width: 1px;
}
img.centered,
.aligncenter {
	display: block;
	margin: 0 auto 24px;
	margin: 0 auto 2.4rem;
}
a.alignnone img,
.alignnone img {
	margin-bottom: 12px;
	margin-bottom: 1.2rem;
}
.alignleft {
	float: left;
	text-align: left;
}
.alignright {
	float: right;
	text-align: right;
}
a.alignleft,
a.alignright {
    max-width: 100%;
}
a.alignleft img,
img.alignleft,
.wp-caption.alignleft {
	margin: 0 24px 24px 0;
	margin: 0 2.4rem 2.4rem 0;
}
a.alignright img,
img.alignright,
.wp-caption.alignright {
	margin: 0 0 24px 24px;
	margin: 0 0 2.4rem 2.4rem;
}
.entry-content .wp-caption-text {
	font-size: 14px;
	font-size: 1.4rem;
	text-align: center;
}
.widget_calendar table {
	width: 100%;
}
.widget_calendar td,
.widget_calendar th {
	text-align: center;
}

/* Top Bar ---------------------------------------------------------------------------------------------------- */
.top-bar {
	height:30px;
	background-color: #015d92;
	color:#fff;
	line-height:30px;
	position:fixed;
	width:100%;
	left:0;
	top:0;
	font-size:13px;
  z-index:99;
}
.top-bar a {
	color:#fff;
	text-decoration:none;
}
.top-bar .cc{
	background-image:url(images/icon-credit-cards.png);
	background-size:auto 20px;
	background-repeat:no-repeat;
	background-position:left center;
	float:right;
	display:block;
	text-indent:-9999px;
	height:30px;
	width:140px;
}
.top-bar .hours{
	background-image:url(images/icon-hours-white.png);
	background-size:auto 15px;
	background-repeat:no-repeat;
	background-position:left center;
	padding-left:20px;
	float:right;
	margin-left: 50px;
}
.top-bar .contact{
	background-image:url(images/icon-contact.png);
	background-size:auto 15px;
	background-repeat:no-repeat;
	background-position:left center;
	padding-left: 20px;
	float:right;
	margin-left: 25px;
}

/* Site Header ---------------------------------------------------------------------------------------------------- */
.site-header {
	height: 80px;
	background-color: #fff;
	position: fixed;
	top: 30px;
	left: 0;
	width: 100%;
	z-index: 99;
}
.site-header.scrolled  {
	height: 50px;
	border-bottom: solid 1px #eee;
}

/* Title Area */
.title-area {
	float: left;
}
.site-title {
	margin: 0;
	padding: 0;
	margin-top: 2px;
}
.scrolled .site-title {
	margin-top:2.5px;
}
.site-title a {
	width: 350px;
	height: 70px;
	display: block;
	background-image: url(images/logo.png);
	background-size: auto 100%;
	background-position: left center;
	background-repeat: no-repeat;
	text-indent:-9999px;
	position:relative;
}
.home .site-title a {
	opacity:0;
}
.scrolled .site-title a {
	height: 40px;
	width:320px;
}

/* Page Title */
.page-title::before {
	position: absolute;
	left: 0;
	top: 0;
	width: 100%;
	height: 100%;
	content: "";
	background-color: rgba(0,0,0,0.20);
	z-index: 1;
}
.page-title {
	background-image: url(images/bg-banner.jpg);
	background-size: cover;
	background-repeat: no-repeat;
	background-position: top center;
	height: 60vh;
	min-height: 400px;
	position: relative;
  margin-top:80px;
}
.page-title .wrap{
  max-width:1000px;
  position:relative;
  height:100%;
}
.page-title h1 {
	color: #fff;
	font-size:44px;
	position: absolute;
	bottom: 100px;
	width: 100%;
	left: 0;
	z-index: 9;
}
.page-title.event-page-header{
  height:300px;
  min-height:300px;
  background-image:none;
  background-color:#015d92;
}
.page-title.checkout-header{
	background-color:#02b824;
	height:200px;
  min-height:200px;
  background-image:none;
}
.page-title.checkout-header h1 {
	font-size:24px;
	bottom:50px;
}
.page-title.checkout-header h1 span{
	padding-right:20px;
	opacity:0.5;
}
.page-title.checkout-header h1 span.active{
	opacity:1.0;
}

/* Primary Navigation ---------------------------------------------------------------------------------------------------- */
.nav-primary {
	float: right;
	width: 50%;
}
.home .nav-primary {
	display: none;
}
.nav-primary ul {
	margin: 0;
	padding: 0;
	display: flex;
	justify-content: space-between;
}
.nav-primary ul li {
	display: inline-block;
	list-style-type: none;
	padding: 0;
	margin: 0;
  position:relative;
}
.nav-primary ul li a {
	display: block;
	text-decoration: none;
	color: #015d92;
	font-weight:bold;
	height: 80px;
	line-height: 80px;
	cursor:pointer;
}
.nav-primary ul li a:hover {
	color:#02b824;
}
.scrolled .nav-primary ul li a {
	height: 50px;
	line-height: 50px;
}
.nav-primary ul li.search,
.nav-primary ul li.cart,
.nav-primary ul li.account{
	width:25px;
	height:25px;
	margin-top:28.5px;
}
.scrolled .nav-primary ul li.search,
.scrolled .nav-primary ul li.cart,
.scrolled .nav-primary ul li.account{
	margin-top:12.5px;
}
.nav-primary ul li.search a,
.nav-primary ul li.cart a,
.nav-primary ul li.account a{
	background-repeat:no-repeat;
	background-size:contain;
	backgound-position:center center;
	width:25px;
	height:25px;
	display:block;
	text-indent:-9999px;
}
.nav-primary ul li.search a{
	background-image:url(images/icon-search.png);
}
.nav-primary ul li.cart a{
	background-image:url(images/icon-cart.png);
}
.nav-primary ul li.account a{
	background-image:url(images/icon-account.png);
}
.nav-primary ul li:last-child a{
	background-color:#02b824;
	border:solid 3px #02b824;
	color:#fff;
	height: 40px;
	line-height:34px;
	margin-top:20px;
	padding-left: 20px;
	padding-right:20px;
}
.nav-primary ul li:last-child a:hover{
	background-color: transparent;
	color:#02b824;
}
.scrolled .nav-primary ul li:last-child a{
	margin-top:5px;
}
.nav-primary ul li.search a:before,
.nav-primary ul li.cart a:before,
.nav-primary ul li.account a:before{
	background-size:cover;
	background-repeat:no-repeat;
	background-position:center center;
	position:absolute;
	display:block;
	width:25px;
	height:25px;
	content:"";
	left:0;
	top:0;
	opacity:0;
}
.nav-primary ul li.search a:hover:before,
.nav-primary ul li.cart a:hover:before,
.nav-primary ul li.account a:hover:before{
	opacity:1;
}
.nav-primary ul li.search a:before{
	background-image:url(images/icon-search-green.png);
}
.nav-primary ul li.cart a:before{
	background-image:url(images/icon-cart-green.png);
}
.nav-primary ul li.account a:before{
	background-image:url(images/icon-account-green.png);
}
.nav-primary ul.sub-menu {
	left: -9999px;
	opacity: 0;
	position: absolute;
	-webkit-transition: opacity 0.4s ease-in-out;
	-moz-transition:    opacity 0.4s ease-in-out;
	-ms-transition:     opacity 0.4s ease-in-out;
	-o-transition:      opacity 0.4s ease-in-out;
	transition:         opacity 0.4s ease-in-out;
	width:350px;
	z-index: 99;
	padding: 0;
	margin: 0;
	height: auto;
  display:block;
  background-color:#fff;
  border-left:solid 1px #eee;
  border-right:solid 1px #eee;
  border-bottom:solid 1px #eee;
}
.nav-primary ul.sub-menu li,
.scrolled .nav-primary ul.sub-menu li{
	width: 100%;
	padding: 0;
	margin: 0;
  padding-left:20px;
}
.nav-primary ul.sub-menu a,
.scrolled .nav-primary ul.sub-menu a{
	padding: 0;
	position: relative;
	width: 100%;
	display: block;
  height:40px;
  line-height:40px;
}
.nav-primary ul.sub-menu li:last-child a{
	background-color:transparent;
	border:none;
	color: #015d92;
	height: 40px;
	line-height:40px;
	margin-top:0;
	padding-left:0;
	padding-right:0;
}
.nav-primary ul.sub-menu li:last-child a:hover{
	background-color: transparent;
	color:#02b824;
}
.scrolled .nav-primary ul.sub-menu li:last-child a{
	margin-top:0;
}
.nav-primary .menu-item:hover > .sub-menu {
	left: auto;
	opacity: 1;
}
.show-menu,
.close-menu,
.nav-primary ul li.mobile{
	display: none;
}

/* Home Page ---------------------------------------------------------------------------------------------------- */
#home-banner {
	width: 100%;
	height:100vh;
  min-height:750px;
	background-color: #fff;
	background-image: url(images/bg-banner.jpg);
	background-size:cover;
	background-position:center 80px;
	margin-top:0px;
  position:relative;
}
#home-banner .wrap {
	padding-top:240px;
	color: #015d92;
	font-size: 38px;
	position: relative;
	z-index: 9;
	width: 50%;
	float:left;
	margin-left: 10%;
}
#home-banner .wrap h2 {
	font-weight:300;
	font-size:3.7vw;
	margin: 0;
	letter-spacing:-2px;
	color:#30434e;
	width:100%;
}
#home-banner .wrap h2 span{
	display: none;
	left:-80px;
	position:relative;
}
#home-banner .wrap p{
	position:relative;
	letter-spacing:-1px;
	font-weight:bold;
	margin:0;
	display: none;
	left:-80px;
}
#home-banner .wrap .buttons {
	display: none;
	margin-top:45px;
}
#home-banner .wrap a.button {
	background-color:#015d92;
	color: #fff;
}
#home-banner .wrap a.button:hover {
	background-color:transparent;
	color:#015d92;
}
#home-promo{
  position:absolute;
  bottom:0;
  left:0;
  width:100%;
  padding-top:35px;
  padding-bottom:35px;
  background-color:rgba(255,255,255,0.75);
  font-size:22px;
  text-align:center;
  font-weight:bold;
}
#home-promo .widgettitle{
  font-size:28px;
  font-weight:bold;
  color: #015d92;
}

/* Home Content */
.home-content {
	padding-top: 10vh;
	padding-bottom: 10vh;
}

/* Home Welcome */
#welcome .wrap {
	max-width: 1400px;
	font-size:18px;
}
#welcome .left{
	float:left;
	width:35%;
}
#welcome h3 {
	color:#015d92;
	font-size: 55px;
	line-height:55px;
	margin-top:25px;
	margin-bottom:15px;
	font-weight:normal;
	padding-left: 60px;
	background-image:url(images/logo-icon.png);
	background-size: contain;
	background-position:left center;
	background-repeat:no-repeat;
	float:right;
}
#welcome a.button{
	float:right;
	text-align:left;
	padding-right:80px;
	background-image:url(images/icon-button-arrow.png);
	background-repeat:no-repeat;
	background-position: 95% center;
	background-size: 10px auto;
}
#welcome p {
	border-left: solid 8px #015d92;
	padding-left:35px;
	float:right;
	width:60%;
}

/* Home About */
#home-about {
	background-image:url(images/bg-content-1.jpg);
	background-repeat:no-repeat;
	background-size:cover;
	background-position:top center;
	height: 50vh;
	min-height:550px;
}
#home-about .wrap {
	width: 40%;
	float:left;
	margin-left:10%;
	font-size:18px;
}
#home-about h4 {
	font-weight:300;
	font-size:45px;
	line-height:55px;
	margin-bottom: 0;
	color:#015d92;
	width:100%;
}

/* Home Content 1 */
#home-content-1 .wrap{
	display:flex;
	justify-content:space-between;
}
#home-content-1 section{
	width:45%;
}
#home-content-1 h5 {
	color:#015d92;
	font-size: 35px;
	line-height:45px;
	margin-top:0;
	margin-bottom:15px;
	font-weight:normal;
}
#home-content-1 ul {
	z-index: 9;
	position: relative;
	margin:0;
	padding:0;
}
#home-content-1 ul li {
	display: block;
	position: relative;
	margin-bottom: 10px;
}
#home-content-1 ul li .title{
  font-weight:bold;
}
#home-content-1 ul li p{
	margin-top:0;
}
#home-content-1 section:first-child ul li {
	background-color:#f9f9f9;
	border-bottom:solid 6px #f1f1f1;
	padding:10px;
}

/* Home Upcoming Classes */
#upcoming-classes {
	background-color:#f9f9f9;
}
#upcoming-classes .wrap{
	max-width:94%;
}
#upcoming-classes h3 {
	color:#015d92;
	font-size: 55px;
	line-height:55px;
	margin-top:0;
	margin-bottom:45px;
	font-weight:normal;
	padding-left: 60px;
	background-image:url(images/logo-icon.png);
	background-size: contain;
	background-position:left center;
	background-repeat:no-repeat;
	width:560px;
	margin-left:auto;
	margin-right:auto;
}
#upcoming-classes .cat-desc{
  width:96%;
  max-width:900px;
  margin-left:auto;
  margin-right:auto;
  text-align:center;
}
#upcoming-classes .cat-desc .title{
	font-weight:bold;
	color:#015d92;
	font-size:22px;
  margin-bottom:0;
}
#upcoming-classes .cat-desc .notice{
	color:red;
	font-weight:bold;
}
#upcoming-classes ul.event-list {
	margin:0;
	margin-top:12px;
	padding:0;
  display:flex;
  justify-content: space-between;
  flex-wrap:wrap;
}
#upcoming-classes ul.event-list li {
	display:block;
  padding:12px;
	background-color:#fff;
	margin-bottom:20px;
	border-bottom:solid 6px #f1f1f1;
  flex: 0 0 24%;
}
#upcoming-classes ul.event-list li .event-image {
  width:100%;
  height:200px;
  overflow:hidden;
}
#upcoming-classes ul.event-list li .event-image img{
  width:auto;
  height:100%;
}
#upcoming-classes ul.event-list li h4{
	font-weight:bold;
	color:#015d92;
	font-size:18px;
  margin-bottom:0;
}
#upcoming-classes ul.event-list li .date,
#upcoming-classes ul.event-list li .location{
  display:block;
}
#upcoming-classes ul.event-list li p{
	margin-top:0;
  font-size: 13px;
}
#upcoming-classes ul.event-list li .event-cat{
  font-size:12px;
  color:#999;
  border-right:solid 1px #999;
  padding-right:3px;
  margin-right:3px;
}
#upcoming-classes ul.event-list li .event-cat:last-child{
  margin:0;
  padding:0;
  border:none;
}
#upcoming-classes ul.event-list li a.register {
	display:block;
	color:#fff;
  background-color:#02b824;
  border:solid 3px #02b824;
  width:100%;
  text-align:center;
	font-weight:bold;
	text-decoration:none;
  height:30px;
  line-height:24px;
  margin-top:10px;
}
#upcoming-classes ul.event-list li a.register:hover {
	color:#02b824;
  background-color:transparent;
}

/* Content ---------------------------------------------------------------------------------------------------- */
.content,
.tribe-events-pg-template{
	width: 96%;
	max-width: 1000px;
	height: 100%;
	position: relative;
	margin-left: auto;
	margin-right: auto;
	z-index: 9;
	color: #222;
	font-size: 18px;
	padding-top: 10vh;
	padding-bottom: 10vh;
}
.content h2,
body .tribe-common  h2.tribe-common-h2 {
  color:#015d92;
	font-weight: 700;
	font-size: 32px;
	line-height:38px;
	margin: 0;
}
.content h3,
body .tribe-common   h3.tribe-common-h3 {
	font-weight: normal;
	font-size: 28px;
	margin-top: 5px;
	margin-bottom: 5px;
	font-style: italic;
}

/* Events List ---------------------------------------------------------------------------------------------------- */
body #tribe-bar-form{
  background-color:#f9f9f9;
  border:solid 1px #f1f1f1;
}
body #tribe-bar-form input[type=text]{
  border-bottom:solid 3px #f1f1f1;
}
.tribe-events-list-separator-month{
  font-size:2.5vw;
  text-align:center;
  border-bottom:solid 3px #999;
  color:#999;
  margin-bottom:80px;
  margin-top:80px;
  height:40px;
  font-weight:normal;
  background-color:transparent;
}
.tribe-events-list-separator-month span{
  background-color:#fff;
  padding-left:20px;
  padding-right:20px;
  margin-top:20px;
}
.events-list.tribe-bar-is-disabled #tribe-events-content-wrapper {
  max-width:1000px!important;
}
.tribe-events-list .tribe-events-loop .tribe-event-featured.tribe-events-first{
  padding-top: 25px !important;
}
.tribe-events-list .type-tribe_events{
  display:flex;
  justify-content:space-between;
  margin-bottom:95px;
}
.tribe-events-list .type-tribe_events .event-image{
  flex:35% 0 0;
  height:100%;
  float:left;
  margin-right:5%;
  background-color:#fff;
}
.tribe-events-list .type-tribe_events.tribe-event-featured .event-image{
  margin-top:10px;
}
.tribe-events-list .type-tribe_events .event-image img{
  width:100%;
  height:auto;
}
.tribe-events-list .type-tribe_events .event-info{
  flex:60% 0 0;
}
.tribe-events-list .type-tribe_events .tribe-events-list-event-title {
  margin:0;
}
.tribe-events-list .type-tribe_events .tribe-events-list-event-title a{
  font-weight:bold;
	color:#015d92;
	font-size:22px;
  text-decoration:none;
}
body .tribe-events-event-cost span{
  padding:0;
}
.tribe-events-list .tribe-events-loop .tribe-events-event-meta{
  font-size:14px;
  line-height:16px;
}
.tribe-events-list .tribe-events-loop .tribe-event-featured .tribe-events-event-meta,
.tribe-events-list .tribe-events-loop .tribe-event-featured a{
  color:#fff;
  font-weight:bold;
}
.tribe-events-list .tribe-events-loop .tribe-events-event-cost{
  display:flex;
  justify-content:space-between;
}
.tribe-events-list .tribe-events-loop .tribe-events-event-cost .ticket-cost{
  font-size:2em;
  line-height:50px;
  font-weight:bold;
  color:#02b824;
  border:none;
}
.tribe-events-list .tribe-events-loop .tribe-event-featured .tribe-events-event-cost .ticket-cost{
  background-color:#fff;
  color:#02b824;
}
.tribe-events-list .tribe-events-loop .tribe-events-event-cost .tribe-tickets-left{
  height:50px;
  background-color:#e4e4e4;
  line-height:50px;
  margin-left:12px;
  font-size:16px;
  padding-left:20px;
  padding-right:20px;
  display:inline-block;
}
.tribe-events-list .tribe-events-loop .tribe-events-event-cost form{
  width:50%;
  float:right;
  height:50px;
}
.tribe-events-list .tribe-events-loop .tribe-events-event-cost a.tribe-common-c-btn{
  background-color:transparent;
	color:#02b824;
  border:solid 3px #02b824;
  border-radius:0;
  margin:0;
  display:block;
  font-size:12px;
  font-weight:bold;
}
.tribe-events-list .tribe-events-loop .tribe-event-featured .tribe-events-event-cost a.tribe-common-c-btn{
  color:#fff;
  background-color:#02b824;
  font-weight:bold;
}
.tribe-events-list .tribe-events-loop .tribe-events-event-cost a.tribe-common-c-btn:hover{
  color:#fff;
  background-color:#02b824;
}
.tribe-events-list .tribe-events-loop .tribe-event-featured .tribe-events-event-cost a.tribe-common-c-btn:hover{
  color:#02b824;
  background-color:#fff;
  border-color:#fff;
}
.tribe-events-list .tribe-events-loop .tribe-events-content{
  font-size:14px;
  line-height:16px;
}
#tribe-events-content table.tribe-events-calendar .type-tribe_events.tribe-events-category-initial-training{
	background-color: #0ea0d7;
}
#tribe-events-content table.tribe-events-calendar .type-tribe_events.tribe-events-category-ceu-training {
	background-color: #dabe00;
	color:#fff;
}
#tribe-events-content table.tribe-events-calendar .type-tribe_events.tribe-events-category-ceu-training a{
	color:#fff;
}

/* Event Single ---------------------------------------------------------------------------------------------------- */
.tribe-events-single .event-image{
  width:30%;
  margin-right:5%;
  float:left;
}
.tribe-events-single .event-image img{
  width:100%;
  height:auto;
}
.tribe-events-single .event-title{
  margin-top:0;
  margin-bottom:5px;
  color: #015d92;
  font-size:2em;
}
.tribe-events-single .event-day-time{
  color: #03a0dd;
  font-size:1.5em;
  margin-top:0;
  margin-bottom:25px;
}
.tribe-events-single .tribe-events-cost{
  font-size: 2em;
  line-height: 50px;
  height:50px;
  display:inline-block;
  font-weight: bold;
  color: #02b824;
  margin-right:20px;
  float:left;
}
.tribe-events-single a.tickets-jumper{
  color: #02b824;
  border: solid 3px #02b824;
  background-color: transparent;
  cursor: pointer;
  padding-left: 25px;
  padding-right: 25px;
  font-size: 14px;
  font-weight: bold;
  text-decoration: none;
  width: auto;
  height: 50px;
  line-height: 44px;
  padding-top: 0;
  padding-bottom: 0;
  display:inline-block;
}
.tribe-events-single .tribe-events-single-event-description,
.tribe-events-single form#tribe-tickets,
.tribe-events-single .tribe-events-event-meta,
.entry .entry-content .event-tickets .tribe-tickets__tickets-form,
.event-tickets .tribe-tickets__tickets-form{
  width:100%;
	max-width:100%;
}
.tribe-events-single .tribe-events-single-event-description{
  clear:both;
}
.tribe-events-single .tribe-events-policy{
  background-color:#f9f9f9;
  border:solid 1px #ccc;
  padding:20px;
}
.tribe-events-single .tribe-events-policy img{
  float:left;
}
.tribe-events-single .tribe-events-policy strong.title{
  color: #015d92;
  font-size: 1.4em;
  line-height:59px;
  margin-left:10px;
}
.tribe-events-single .tribe-events-event-meta{
  display:flex;
  flex-wrap:wrap;
}
.tribe-events-single .tribe-events-meta-group-details,
.tribe-events-single .tribe-events-meta-group-venue{
  flex:50% 0 0;
}
.tribe-events-single .tribe-events-meta-group-gmap{
  flex:100% 0 0;
}
span.tribe-events-event-cost,
span.tribe-street-address,
span.tribe-country-name,
span.tribe-events-gmap,
span.tribe-venue-tel,
span.tribe-venue-url{
  display:block;
}
span.tribe-street-address{
  float:left;
}
span.tribe-events-event-cost{
  color: #02b824;
  font-weight:bold;
}
.tribe-events-single form#tribe-tickets{
  max-width:100%;
  background-color:#f9f9f9;
  border:solid 1px #ccc;
  padding:20px;
  border-radius:0;
}
.tribe-events-single form#tribe-tickets .tribe-tickets__item__quantity button{
  border:solid 2px #ccc;
  margin:0;
  padding:0;
  height:40px;
  line-height:36px;
  width:40px;
  font-size:18px;
}
.tribe-events-single form#tribe-tickets button.tribe-tickets__item__quantity__remove,
.event-tickets .tribe-tickets__tickets-item-quantity-remove{
  color: #8F0B0B;
  border-color: #8F0B0B;
}
.tribe-events-single form#tribe-tickets button.tribe-tickets__item__quantity__add,
.event-tickets .tribe-tickets__tickets-item-quantity-add{
  color: #02b824;
  border-color: #02b824;
}
.tribe-events-single form#tribe-tickets .tribe-tickets__item__quantity{
  align-self:center;
}
.tribe-events-single form#tribe-tickets .tribe-tickets-quantity{
  font-size:20px;
  font-weight:bold;
}
.tribe-events-single form#tribe-tickets  .tribe-tickets__item__content__title{
  font-weight:bold;
}
.tribe-events-single form#tribe-tickets .tribe-currency-prefix{
  color: #02b824;
  font-weight:bold;
}
.tribe-events-single form#tribe-tickets .tribe-tickets__buy.tribe-common-c-btn,
.event-tickets .tribe-tickets__tickets-buy.tribe-common-c-btn{
  padding-top:0;
  border-color: #02b824;
  color: #02b824;
	background-color:transparent;
}
.tribe-events-single form#tribe-tickets .tribe-tickets__buy.tribe-common-c-btn:hover,
.event-tickets .tribe-tickets__tickets-buy.tribe-common-c-btn:hover{
  background-color: #02b824;
  color: #fff;
}
.tribe-events-single form#tribe-tickets .tribe-tickets__buy.tribe-common-c-btn:disabled,
body .event-tickets .tribe-tickets__tickets-buy.tribe-common-c-btn:disabled{
  background-color:#f9f9f9;
  color:#ccc;
  border-color:#ccc;
}
.event-tickets .tribe-dialog__wrapper.tribe-modal__wrapper--ar{
	margin-top:100px;
}
.event-tickets .tribe-dialog__wrapper.tribe-modal__wrapper--ar .tribe-modal__content .tribe-tickets__tickets-item-quantity{
	height:25px;
	margin-top:25px;
}
body .event-tickets .tribe-dialog__wrapper.tribe-modal__wrapper--ar .tribe-modal__content .tribe-tickets__tickets-item-quantity-number{
	height:25px;
}

/* Events Footer Nav ---------------------------------------------------------------------------------------------------- */
.single-tribe_events .tribe-events-nav-pagination{
  border:solid 2px #41baff;
  height:50px;
}
.single-tribe_events .tribe-events-nav-pagination ul{
  padding:0;
  margin:0;
}
.single-tribe_events .tribe-events-nav-pagination li a {
  line-height:50px;
  text-decoration:none;
  color:#41baff;
  display:block;
}
.single-tribe_events .tribe-events-nav-pagination li.tribe-events-nav-previous a{
  text-align:left;
}
.single-tribe_events .tribe-events-nav-pagination li.tribe-events-nav-next a{
  text-align:right;
}

/* WooCommerce ---------------------------------------------------------------------------------------------------- */

/* WooCommerce Cart ---------------------------------------------------------------------------------------------------- */
body .woocommerce-message{
  border-top: solid 1px #f1f1f1;
  background-color:#f9f9f9;
  border-bottom: solid 5px #f1f1f1;
}
body .woocommerce table.shop_table{
  border-radius:0;
}
body .woocommerce .quantity .qty{
  width:80px;
}
body #add_payment_method table.cart td.actions .coupon .input-text,
body.woocommerce-cart table.cart td.actions .coupon .input-text,
body .woocommerce-checkout table.cart td.actions .coupon .input-text{
  width:250px;
  padding-top:0;
  padding-bottom:0;
  height:50px;
  line-height:50px;
}
body.woocommerce-cart .wc-proceed-to-checkout a.checkout-button{
  height:50px;
  line-height:44px;
  padding-top:0;
  padding-bottom:0;
  background-color:transparent;
  color:#02b824;
  border-color:#02b824;
}
body.woocommerce-cart .wc-proceed-to-checkout a.checkout-button:hover{
  background-color:#02b824;
  color:#fff;
}
body.woocommerce .cart-collaterals .cart_totals,
body.woocommerce-page .cart-collaterals .cart_totals{
	width:100%;
	float:none;
}

/* Attendees Form ---------------------------------------------------------------------------------------------------- */
body.page-tribe-attendee-registration .event-tickets .tribe-tickets__registration-grid, body.page-tribe-attendee-registration .tribe-common .tribe-tickets__registration-grid{
	display:block !important;
}
body.page-tribe-attendee-registration .tribe-common.tribe-tickets__registration .tribe-tickets__mini-cart{
	max-width:100%!important;
	margin-top:0!important;
}
body.page-tribe-attendee-registration .event-tickets .tribe-tickets__registration-event, body.page-tribe-attendee-registration .tribe-common .tribe-tickets__registration-event{
	padding-right:0 !important;
}
body.page-tribe-attendee-registration .tribe-common .tribe-common-c-loader{
  background-color:rgba(0,0,0,0.65);
}
body .tribe-common .tribe-common-c-loader .tribe-common-c-loader__dot{
  background-color:rgba(255,255,255,0.65);
}
body.page-tribe-attendee-registration .tribe-common.tribe-tickets__registration{
  max-width:1000px;
}
body.page-tribe-attendee-registration .tribe-common.tribe-tickets__registration .tribe-tickets__registration__grid{
  grid-template-columns: calc(100% - 40%) 40%;
}
body.page-tribe-attendee-registration .breadcrumb{
  display:none;
}
body.page-tribe-attendee-registration .tribe-common.tribe-tickets__registration .tribe-tickets__registration__actions {
  margin-top:0;
}
body.page-tribe-attendee-registration .tribe-common.tribe-tickets__registration .tribe-tickets__mini-cart{
  width:100%;
}
.tribe-tickets__registration__summary{
  margin-bottom:0;
}
.tribe-tickets__item__attendee__field__textarea textarea.ticket-meta{
  height:150px;
  line-height:20px;
  padding-left:12px;
  padding-right:12px;
  padding-top:15px;
  overflow:hidden;
}
.tribe-tickets-meta-required.tribe-tickets__item__attendee__field__textarea textarea.ticket-meta{
  height:50px;
  line-height:50px;
  padding-top:0;
}
body.page-tribe-attendee-registration .event-tickets .tribe-tickets__registration-actions,
body.page-tribe-attendee-registration .tribe-common .tribe-tickets__registration-actions{
	margin-top:0!important;
}
body.page-tribe-attendee-registration .event-tickets .tribe-tickets__registration-title a,
body.page-tribe-attendee-registration .tribe-common .tribe-tickets__registration-title a{
  color: #03a0dd;
}
body.page-tribe-attendee-registration .event-tickets .tribe-tickets__registration-footer, body.page-tribe-attendee-registration .tribe-common .tribe-tickets__registration-footer{
	max-width:100%!important;
}
body .tribe-common  .tribe-tickets__registration-footer button.checkout-button{
  height:50px;
  line-height:44px;
  padding-top:0!important;
  padding-bottom:0!important;
  background-color:transparent;
  color:#02b824;
  border-color:#02b824;
	width:100%;
	display: block;
	text-align: center;
	margin-bottom: 1em;
	font-size: 1.25em;
	padding: 1em;
}
body .tribe-common  .tribe-tickets__registration-footer button.checkout-button:hover{
  background-color:#02b824;
  color:#fff;
}

/* Checkout ---------------------------------------------------------------------------------------------------- */
body .woocommerce .col2-set .col-1,
body.woocommerce-page .col2-set .col-1,
body .woocommerce .col2-set .col-2,
body.woocommerce-page .col2-set .col-2{
  width:100%;
  float:none;
}
body.woocommerce-checkout .select2-hidden-accessible,
body.woocommerce-checkout form .form-row select,
body.woocommerce-checkout form .form-row .select2-container,
body.woocommerce-checkout form .select2-container--default .select2-selection--single,
body.woocommerce-checkout .select2-container--default .select2-selection--single .select2-selection__rendered,
body.woocommerce-page .select2-hidden-accessible,
body.woocommerce-page form .form-row select,
body.woocommerce-page form .form-row .select2-container,
body.woocommerce-page form .select2-container--default .select2-selection--single,
body.woocommerce-page .select2-container--default .select2-selection--single .select2-selection__rendered{
	height:50px!important;
	line-height:50px;
	border-radius:0!important;
	border-color:#ccc;
	font-size:13px;
	color:#bbb;
}
body.woocommerce-checkout .woocommerce-privacy-policy-text{
	color:#999;
	text-align:center;
}
body.woocommerce-checkout .woocommerce #payment #place_order{
	background-color:transparent;
	border:solid 3px #02b824;
	color:#02b824;
	border-radius:0;
	line-height:44px;
	height:50px;
  font-size: 16px;
	padding-top:0;
	padding-bottom:0;
	float:none;
	margin-left:25%;
	margin-right:25%;
	position:relative;
	width:50%;
}
body.woocommerce-checkout .woocommerce #payment #place_order:hover{
	color:#fff;
	background-color:#02b824;
}
body.woocommerce-checkout #payment ul.payment_methods li.payment_method_stripe img{
	width:50px;
}
body.woocommerce-checkout table.shop_table,
body.woocommerce-checkout #payment{
	border-radius:0;
}
body.woocommerce-checkout .tribe-checkout-backlinks{
  margin-bottom:15px;
}
body.woocommerce-checkout .tribe-checkout-backlinks a {
  background-color:transparent;
  color:#999;
  border:solid 3px #999;
  height:40px;
  line-height:34px;
  text-align:center;
  width:25%;
  margin-right:5%;
  display:inline-block;
  font-size:12px;
  text-decoration:none;
}
body.woocommerce-checkout .tribe-checkout-backlinks a:hover{
  background-color:#999;
  color:#fff;
}

/* Footer CTA ---------------------------------------------------------------------------------------------------- */
#footer-cta {
	padding-top: 100px;
	padding-bottom: 100px;
	text-align: center;
	font-size: 22px;
	font-weight:bold;
	background-color:#41baff;
	color: #fff;
}
#footer-cta .widgettitle {
	font-size: 40px;
	line-height: 50px;
	font-weight:300;
	font-style:italic;
	margin: 0;
}
#footer-cta .gform_description{
	margin-bottom:20px;
	display:block;
}
#footer-cta .gform_wrapper form {
	width: 96%;
	max-width: 800px;
	margin-left: auto;
	margin-right: auto;
	position: relative;
}
#footer-cta .gform_wrapper form input{
	margin-bottom: 15px;
	border:solid 1px #fff;
}
#footer-cta .gform_wrapper form input:hover{
	margin-bottom: 15px;
	border:solid 1px #015d92;
}
#footer-cta .gform_wrapper form input[type="submit"] {
	border-color: #fff;
	color: #fff;
	font-style: normal;
	border:solid 3px #fff;
}
#footer-cta .gform_wrapper form input[type="submit"]:hover {
	color:#fff;
	border-color:#015d92;
	background-color:#015d92;
}

/* Site Footer ---------------------------------------------------------------------------------------------------- */
.site-footer {
	background-color:#015d92;
	text-align: center;
	color: #fff;
	padding-top: 100px;
	padding-bottom: 100px;
	min-height:35vh;
	font-size: 14px;
	font-weight: 300;
}
.site-footer a.footer-logo {
	width: 250px;
	height: 50px;
	display: block;
	background-image: url(images/logo-white.png);
	background-size: auto 100%;
	background-position: center center;
	background-repeat: no-repeat;
	text-indent:-9999px;
	position:relative;
	margin-left:auto;
	margin-right:auto;
	margin-bottom:30px;
}
.site-footer p {
	margin-top: 0;
	margin-bottom: 12px;
	font-weight: 300;
}
.site-footer a {
	text-decoration: none;
	color: #fff;
}
.site-footer a:hover {
	color: #000;
}
.site-footer p.signature,
.site-footer p.signature a {
	color: #ccc;
}
.site-footer ul {
	margin: 0;
	padding: 0;
	display: block;
	text-align: center;
	margin-bottom: 15px;
}
.site-footer ul li {
	display: inline-block;
	list-style-type: none;
	height: 30px;
	line-height: 30px;
}
.site-footer ul li a {
	width: 100%;
	display: block;
	padding-left: 10px;
	padding-right: 10px;
}

/* Search Popup ---------------------------------------------------------------------------------------------------- */
.search-popup {
	width:100%;
	height:100%;
	position:fixed;
	top:0;
	left:0;
	background-color:rgba(255,255,255,0.95);
	z-index:99;
	display:none;
}
.search-popup .wrap {
	width: 96%;
	max-width:700px;
	position:relative;
	padding-top:30vh;
	margin-left:auto;
	margin-right:auto;
}
.search-popup input[type="search"],
.search-popup button[type="submit"]{
	height:50px;
	line-height:46px;
}
.search-popup input[type="search"]{
	width:70%;
	float:left;
	border:solid 1px #999;
}
.search-popup button[type="submit"] {
	width:25%;
	float:right;
	border:solid 3px #015d92;
  color:#015d92;
}
.search-popup button[type="submit"]:hover {
	background-color:#015d92;
  color:#fff;
}
.search-popup a#close-search {
	background-image:url(images/icon-close-dark.png);
	background-size:cover;
	background-repeat:no-repeat;
	width:40px;
	height:40px;
	position:absolute;
	top:50px;
	right:0;
	cursor:pointer;
	text-indent:-9999px;
}

/* Notification Popup ---------------------------------------------------------------------------------------------------- */
#notification-popup {
	position: fixed;
	background-color: rgba(0,0,0,0.6);
	width: 100%;
	height: 100%;
	top: 0;
	left: 0;
	display: none;
	z-index: 99999;
}
#notification-popup .wrap {
	width: 70%;
	max-width: 700px;
	background-color: #fff;
	color: #222;
	padding: 25px;
	margin-top: 75px;
	text-align: center;
	font-size:18px;
	border-radius:5px;
	position: relative;
	min-height: 400px;
}
#notification-popup .widgettitle {
  font-size: 35px;
  display: block;
  margin-bottom: 20px;
  text-transform: uppercase;
  color: #B71414;
  font-weight: bold;
}
#notification-popup a{
  cursor: pointer;
  font-weight:bold;
  color:#015d92;
}
#notification-popup a#close-notification-button {
	position: absolute;
	top: 10px;
	right: 10px;
	background-image: url(images/icon-close-dark.png);
	text-indent: -9999px;
	cursor: pointer;
	background-size: cover;
	width: 25px;
	height: 25px;
	display: block;
}

/* Responsive Elements ---------------------------------------------------------------------------------------------------- */

@media only screen and (max-width: 1650px) {
  #home-banner .wrap{
    width:60%;
    margin-left:5%;
  }
}

@media only screen and (max-width: 1590px) {
	.nav-primary{
		width:65%;
	}
}

@media only screen and (max-width: 1390px) {
  #home-banner .wrap{
    font-size:2.8vw;
  }
  #home-banner .wrap h2{
    font-size:4.7vw;
  }
  #upcoming-classes ul.event-list li{
    flex:0 0 31%;
  }
  .tribe-events-list-separator-month{
    font-size:3.5vw;
  }
}

@media only screen and (max-width: 1220px) {
  .site-title a {
    width:290px;
    height:65px;
  }
  .nav-primary{
		width:70%;
	}
  #home-banner .wrap h2{
    font-size:5vw;
  }
}

@media only screen and (max-width: 1023px) {
  #welcome h3{
    font-size:4vw;
  }
  .show-menu,
	.close-menu{
		width:47px;
		height:35px;
		background-repeat:no-repeat;
		background-size:contain;
		background-position:center center;
		text-indent:-9999px;
		position:absolute;
		right:25px;
		top:22px;
		cursor:pointer;
	}
	.show-menu{
		display:block;
		background-image:url(images/icon-mobile-menu.png);
	}
	.close-menu{
		background-image:url(images/icon-mobile-close.png);
	}
	.scrolled .show-menu,
	.scrolled .close-menu{
		top:8px;
	}
  .nav-primary,
  .scrolled .nav-primary{
    width:80%;
    height:100%;
    position:fixed;
    left:-100%;
    top:0;
    background-color:#fff;
    overflow:hidden;
  }
  .nav-primary .wrap{
		width:100%;
		margin:0;
	}
	.nav-primary ul{
		display:block;
	}
	.nav-primary ul li{
		width:100%;
    display:block;
    position:inherit;
	}
	.nav-primary ul li a,
	.scrolled .nav-primary ul li a,
  .nav-primary ul li.search a,
	.scrolled .nav-primary ul li.search a,
  .nav-primary ul li.cart a,
	.scrolled .nav-primary ul li.cart a,
	.nav-primary ul li.account a,
	.scrolled .nav-primary ul li.account a{
		display:block;
		width:100%;
		height:11vh;
		line-height:11vh;
		font-size:24px;
		text-transform:none;
		padding-left:20px;
	}
	.nav-primary ul li.mobile{
		display:block;
	}
	.nav-primary ul li.title{
		width: 100%;
		height:20vh;
		display: block;
		background-image: url(images/logo.png);
		background-size:250px auto;
		background-repeat: no-repeat;
		background-position: 20px center;
		text-indent: -9999px;
	}
  .nav-primary ul li.search,
	.scrolled .nav-primary ul li.search,
  .nav-primary ul li.cart,
	.scrolled .nav-primary ul li.cart,
	.nav-primary ul li.account,
	.scrolled .nav-primary ul li.account,
   .nav-primary ul li.last,
	.scrolled .nav-primary ul li.last{
		margin:0;
    height:auto;
    width:auto;
	}
  .nav-primary ul li.search a,
	.scrolled .nav-primary ul li.search a,
  .nav-primary ul li.cart a,
	.scrolled .nav-primary ul li.cart a,
	.nav-primary ul li.account a,
	.scrolled .nav-primary ul li.account a{
		text-indent:0;
		padding-left:65px;
		background-size:25px auto;
		background-position:20px center;
	}
  .nav-primary ul li:last-child a,
	.scrolled .nav-primary ul li:last-child a{
		margin:0;
    padding-right:0;
    height:11vh;
    line-height:11vh;
    border:none;
	}
	.nav-primary ul.sub-menu {
		left:auto;
		right:-100%;
		opacity:1;
		position: absolute;
		width:100%;
    height:100%;
		background-color:#f7f7f7;
    top:20vh;
	}
	.scrolled .nav-primary ul.sub-menu {
		border:none;
	}
  .nav-primary ul.sub-menu li,
  .scrolled .nav-primary ul.sub-menu li{
    border-bottom:solid 1px #015d92;
    padding-left:0;
    position:relative;
  }
	.nav-primary ul.sub-menu li a,
  .scrolled .nav-primary ul.sub-menu li a{
		height:auto;
		min-height: 7.5vh;
		line-height:3.5vh;
		padding-top:2vh;
		padding-bottom:2vh;
    font-size:20px;
    padding-left:20px;
	}
  .nav-primary ul.sub-menu li a:hover,
  .scrolled .nav-primary ul.sub-menu li a:hover{
		background-color:transparent;
		color:#015d92;
	}
  .nav-primary ul.sub-menu li.back-link a::before{
    position:absolute;
    left:15px;
    top:2vh;
    content:"<<";
    height:7.5vh;
    width:30px;
    color:#fff;
  }
  .nav-primary ul.sub-menu li.back-link a{
    color:#fff;
    background-color:#015d92;
    padding-left:40px;
    cursor:pointer;
  }
  .nav-primary ul.sub-menu li.back-link a:hover{
    background-color:#015d92;
    color:#fff;
  }
  .nav-primary ul.sub-menu li:last-child a{
    height:7.5vh;
    line-height:3.5vh;
  }
  #home-banner{
    background-position:60% center;
  }
  #home-banner .wrap{
    font-size:4.5vw;
  }
  #home-banner .wrap h2{
    font-size:5.5vw;
  }
  #home-about h4{
    margin-top:0;
  }
  .page-title{
    height:400px;
  }
  .tribe-events-list-separator-month{
    font-size:4.5vw;
  }
}

@media only screen and (max-width: 800px) {
	#home-banner{
    background-position:65% center;
  }
  #home-about{
    background-position:45% top;
  }
  #home-about .wrap{
    width:50%;
    margin-left:5%;
  }
  #home-content-1 .wrap{
    display:block;
  }
  #home-content-1 section{
    width:100%;
    float:none;
  }
  #upcoming-classes ul.event-list li{
    flex:0 0 48%;
  }
  .page-title{
    height:300px;
    min-height:300px;
  }
  .tribe-events-list-separator-month{
    font-size:5.5vw;
  }
  .tribe-events-list .type-tribe_events .event-image{
    flex:0 0 40%;
  }
  .tribe-events-list .type-tribe_events .event-info{
    flex:0 0 55%;
  }
}

@media only screen and (max-width: 680px) {
  .top-bar{
    height:70px;
  }
  .top-bar .cc{
    float:none;
    flex:0 0 100%;
    position:relative;
    display:block;
  }
  .top-bar .contact,
  .top-bar .hours{
    margin-left:0;
    position:relative;
    display:inline-block;
    float:none;
  }
  .top-bar .hours{
    margin-left:20px;
  }
  .site-header{
    border-bottom:solid 1px #015d92;
    top:70px;
  }
  #home-banner::before{
    position:absolute;
    width:100%;
    height:600px;
    background-color:rgba(255,255,255,0.75);
    left:0;
    top:0;
    z-index:1;
    content:"";
  }
  #home-banner{
    background-position:80% center;
    position:relative;
    height:600px;
    max-height:600px;
    margin-top:130px;
  }
  #home-banner .wrap{
    width:90%;
    text-align:center;
    padding-top:100px;
    font-size:5.5vw;
  }
  #home-banner .wrap h2{
    font-size:6.5vw;
  }
  #home-promo .widgettitle{
    font-size:4.5vw;
  }
  #home-promo{
    background-color:transparent;
    z-index:9999;
    font-size:3.5vw;
    padding-bottom:20px;
  }
  #upcoming-classes h3,
  #welcome h3,
  #home-about h4,
  #home-content-1 h5{
    font-size:6.5vw;
    font-weight:normal;
  }
  .home-content .wrap,
  #home-about .wrap{
    width:90%;
    margin-left:auto;
    margin-right:auto;
    position:relative;
  }
  #welcome .left,
  #welcome p{
    width:100%;
    float:none;
  }
  #welcome h3{
    float:none;
    width:100%;
  }
  #welcome a.button{
    width:100%;
    float:none;
  }
  #welcome p{
    border-left:none;
    padding-left:0;
  }
  #home-about::before{
    position:absolute;
    width:100%;
    height:100%;
    background-color:rgba(255,255,255,0.75);
    left:0;
    top:0;
    z-index:1;
    content:"";
  }
  #home-about{
    position:relative;
    min-height:400px;
    background-position: 65% top;
  }
  #home-about .wrap{
    float:none;
    z-index:9;
    position:relative;
  }
  #upcoming-classes ul.event-list{
    display:block;
  }
  #upcoming-classes ul.event-list li{
    width:90%;
    margin-left:auto;
    margin-right:auto;
  }
  .page-title{
    margin-top:150px;
  }
  a.alignright img,
  img.alignright,
  .wp-caption.alignright{
    float:none;
    width:100%;
    margin-left:0;
  }
  .tribe-events-list-separator-month{
    font-size:6.5vw;
    line-height:6.5vw;
  }
  .tribe-events-list .type-tribe_events{
    display:block;
  }
  .tribe-events-list .type-tribe_events .event-image{
    width:100%;
    margin-right:0;
  }
  .tribe-events-list .type-tribe_events .event-info{
    width:100%;
  }
}

@media only screen and (max-width: 480px) {
  .site-title a {
    width: 280px;
    height: 60px;
  }
  .show-menu, .close-menu {
    right:15px;
  }
  #home-banner .wrap {
    font-size:7.5vw;
  }
  #home-banner .wrap h2 {
    font-size:8.5vw;
  }
  #home-promo .widgettitle{
    font-size:6vw;
  }
  #home-promo{
    font-size:4.5vw;
    padding-left:12px;
    padding-right:12px;
  }
  #upcoming-classes h3,
  #welcome h3,
  #home-about h4,
  #home-content-1 h5{
    font-size:8.5vw;
  }
  .gform_wrapper .gf_left_half,
  .gform_wrapper span.name_first,
  .gform_wrapper .ginput_left,
  .gform_wrapper .gf_right_half,
  .gform_wrapper span.name_last,
  .gform_wrapper .ginput_right{
    width:100%;
    margin-left:0;
    margin-right:0;
    float:none;
  }
  #footer-cta .gform_wrapper li{
    margin-bottom:0;
  }
  .tribe-events-list .tribe-events-loop .tribe-events-event-cost{
    flex-wrap:wrap;
  }
  .tribe-events-event-cost .tribe-common{
    flex:0 0 100%;
    display:block;
    margin-top:15px;
  }
  .tribe-events-event-cost .tribe-common a{
    text-align:center;
    padding-left:0;
    padding-right:0;
  }
}

@media only screen and (max-width: 380px) {
  .site-title a {
    width:230px;
    height:50px;
    margin-top:10px;
  }
  .scrolled site-title a {
    margin-top:0;
  }
  #home-promo .widgettitle{
    font-size:7vw;
  }
  #home-promo{
    font-size:5.5vw;
  }
}
