/**
 * This file will be included in header in every page after foundation.
 * It should be used for content that relates
 * to your site as a whole, it should not be used for plugin-specific css.
 */
body {
	background: #EDEDED !important;
}
/* Shared Styles */
@media only screen {
	.LatoReg { font-family: 'Lato'; font-weight: 400; }
	.LatoBold { font-family: 'Lato'; font-weight: 700; }
	.MontserratReg { font-family: 'Montserrat'; font-weight: 400; }
	.MontserratBold { font-family: 'Montserrat'; font-weight: 700; }
	.FuturaMed { font-family: 'Futura LT W01 Medium'; }
	.FuturaMedCn { font-family: 'Futura LT W01 Medium Condensed'; }
	.FuturaBold { font-family: 'Futura LT W01 Bold'; }
	.FreightBigReg { font-family: 'Freight Big W01 Medium Regular'; }
	.FreightBigBlk { font-family: 'Freight Big W01 Black Regular'; }
	
	/*---------------------------CORE STYLES---------------------------*/
	.core-styles h1,
	.contentRender_name_plugins_core_textbox h1 {
		color: black;
		font-family: 'Freight Big W01 Black Regular';
		font-weight: normal;
		font-size: 36px;
		line-height: 42px;
	}
	.core-styles h2,
	.contentRender_name_plugins_core_textbox h2 {
		color: black;
		font-family: 'Freight Big W01 Black Regular';
		font-weight: normal;
		font-size: 32px;
		line-height: 38px;
	}
	.core-styles h3,
	.contentRender_name_plugins_core_textbox h3 {
		color: black;
		font-family: 'Freight Big W01 Black Regular';
		font-weight: normal;
		font-size: 28px;
		line-height: 34px;
	}
	.core-styles h4,
	.contentRender_name_plugins_core_textbox h4 {
		color: black;
		font-family: 'Freight Big W01 Black Regular';
		font-weight: normal;
		font-size: 24px;
		line-height: 30px;
	}
	.core-styles h5,
	.contentRender_name_plugins_core_textbox h5 {
		color: black;
		font-family: 'Freight Big W01 Black Regular';
		font-weight: normal;
		font-size: 22px;
		line-height: 32px;
	}
	.core-styles h6,
	.contentRender_name_plugins_core_textbox h6 {
		color: black;
		font-family: 'Freight Big W01 Black Regular';
		font-weight: normal;
		font-size: 18px;
		line-height: 28px;
	}
	.core-styles p,
	.contentRender_name_plugins_core_textbox p {
		color: black;
		font-family: 'Lato';
		font-weight: normal;
		font-size: 14px;
		line-height: 24px;
		text-align: justify;
		margin: 5px 0;
	}
	.core-styles a,
	.contentRender_name_plugins_core_textbox a {
		color: #e2c27a; /* gold */
		font-size: 14px;
		line-height: 18px;
	}
	.core-styles a:hover,
	.core-contentRender_name_plugins_core_textbox a:hover {
		color: #ee1c24; /* red */
	}
	.core-styles ul:not([class*="block-grid-"]) li,
	.core-styles ol:not([class*="block-grid-"]) li,
	.contentRender_name_plugins_core_textbox ul:not([class*="block-grid-"]) li,
	.contentRender_name_plugins_core_textbox ol:not([class*="block-grid-"]) li {
		color: black;
		font-family: 'Lato';
		font-weight: normal;
		font-size: 14px;
		line-height: 18px;
	}
	.core-styles td,
	.contentRender_name_plugins_core_textbox td,
	.core-styles tr,
	.contentRender_name_plugins_core_textbox tr {
		font-family: 'Lato';
		font-weight: normal;
		font-size: 14px;
		line-height: 18px;
	}
	h1 > a,
	h2 > a,
	h3 > a,
	h4 > a,
	h5 > a,
	h6 > a {
		font: inherit;
		color: inherit;
		text-decoration: none;
	}
	/*---------------------------END CORE STYLES---------------------------*/
	
	.contentRender_name_plugins_core_textbox {
		padding: 0 30px;
	}
	
	.goldButton {
		position: relative;
		display: inline-block;
		width: 160px;
		height: 55px;
		color: white !important;
		font-family: 'Futura LT W01 Medium Condensed';
		font-size: 18px;
		line-height: 55px;
		text-align: center;
		text-transform: uppercase;
		letter-spacing: 0.5px;
		background-color: #c3b07c;
		background-repeat: no-repeat;
		cursor: pointer;
		z-index: 1;
		-webkit-transition: all 500ms ease;
		   -moz-transition: all 500ms ease;
			-ms-transition: all 500ms ease;
			 -o-transition: all 500ms ease;
				transition: all 500ms ease;
	}
	
	.arrowWrapper {
	}
	.arrowWrapper .arrowLink {
		color: white;
		font-size: 14px;
		line-height: 38px;
	}
	.arrowWrapper:hover .arrowLink {
		color: #e2c27a;
	}
	.arrowWrapper .animatedArrow {
		position: relative;
	    display: inline-block;
	    vertical-align: top;
	    font-size: 38px;
	    line-height: 38px;
		top: -1px;
	    left: 5px;
		-webkit-transition: left 500ms ease-out;
		   -moz-transition: left 500ms ease-out;
			-ms-transition: left 500ms ease-out;
			 -o-transition: left 500ms ease-out;
				transition: left 500ms ease-out;
	}
	.arrowWrapper .animatedArrow:after {
		content: '\2192';
	}
	.arrowWrapper:hover .animatedArrow {
	    left: 15px;
		color: #e2c27a;
	}
	.vLabel {
	    white-space: nowrap;
	    text-transform: uppercase;
		font-weight: normal;
		font-size: 10px;
		letter-spacing: .08em;
	}
	
	.sitemap {
		margin-left: 50px;
	}
	
	.content_container .simpleForm {
		padding: 30px 0.9375rem 0;
	}
	.content_container .simpleForm h3 {
		padding-left: 0.9375rem;
	}
	.content_container .simpleForm .formCntrls {
		text-align: center;
	}
	.content_container .simpleForm input.button {
		position: relative;
		display: inline-block;
		width: 45%;
		max-width: 160px;
		height: 55px;
		padding: 0;
		color: white;
		font-family: 'Futura LT W01 Medium Condensed';
		font-size: 18px;
		line-height: 55px;
		text-align: center;
		text-transform: uppercase;
		letter-spacing: 0.5px;
		background-color: #c3b07c;
		background-repeat: no-repeat;
		cursor: pointer;
		z-index: 1;
	}
}
@media only screen and (min-width: 40.063em) {
	.goldButton {
		width: 160px;
		height: 50px;
		line-height: 50px;
	}
}
@media only screen and (min-width: 64.063em) {
	/*---------------------------CORE STYLES---------------------------*/
	.core-styles h1,
	.contentRender_name_plugins_core_textbox h1 {
		font-size: 50px;
		line-height: 60px;
	}
	.core-styles h2,
	.contentRender_name_plugins_core_textbox h2 {
		font-size: 40px;
		line-height: 50px;
	}
	.core-styles h3,
	.contentRender_name_plugins_core_textbox h3 {
		font-size: 30px;
		line-height: 40px;
	}
	.core-styles h4,
	.contentRender_name_plugins_core_textbox h4 {
		font-size: 26px;
		line-height: 36px;
	}
	.core-styles h5,
	.contentRender_name_plugins_core_textbox h5 {
		font-size: 22px;
		line-height: 32px;
	}
	.core-styles h6,
	.contentRender_name_plugins_core_textbox h6 {
		font-size: 18px;
		line-height: 28px;
	}
	.core-styles p,
	.contentRender_name_plugins_core_textbox p {
		font-size: 14px;
		line-height: 24px;
	}
	.core-styles a,
	.contentRender_name_plugins_core_textbox a {
		font-size: 14px;
		line-height: 18px;
	}
	.core-styles ul:not([class*="block-grid-"]) li,
	.core-styles ol:not([class*="block-grid-"]) li,
	.contentRender_name_plugins_core_textbox ul:not([class*="block-grid-"]) li,
	.contentRender_name_plugins_core_textbox ol:not([class*="block-grid-"]) li {
		font-size: 14px;
		line-height: 18px;
	}
	.core-styles td,
	.contentRender_name_plugins_core_textbox td,
	.core-styles tr,
	.contentRender_name_plugins_core_textbox tr {
		font-size: 14px;
		line-height: 18px;
	}
	/*---------------------------END CORE STYLES---------------------------*/
	
	.panel_custom_one_col.indent_content {
		padding-left: 80px;
	}
	.panel_custom_content.one_col.indent_content {
		padding-left: 110px;
	}
	.panel_custom_two_col .left_column .contentRender_name_plugins_core_textbox {
		padding: 10px 40px 20px;
	}
	.panel_custom_two_col .left_column .contentRender_name_plugins_core_textbox {
		max-width: 800px;
	}
	.panel_custom_two_col_generic.indent_content .left_column {
		padding-left: 80px;
	}
	
	.content_container .simpleForm .row {
		max-width: 1000px;
		margin: 0;
	}
	.content_container form.simpleForm label {
		text-align: left;
	}
	.content_container form.simpleForm .text-center {
		text-align: left !important;
	}
	.content_container form.simpleForm .small-centered.captcha {
		text-align: left !important;
		margin: 0;
		padding: 0;
	}
	
	.vLabel {
		font-size: 9px;
		-webkit-transform-origin: right top;
		   -moz-transform-origin: right top;
			-ms-transform-origin: right top;
			 -o-transform-origin: right top;
				transform-origin: right top;
	}
	/* adding translateZ(0) makes the text less jagged, but sometimes it's blurry */
	.rotate90 {
		/*-webkit-transform: rotate(-90deg) translateZ(0);
		   -moz-transform: rotate(-90deg) translateZ(0);
			-ms-transform: rotate(-90deg) translateZ(0);
			 -o-transform: rotate(-90deg) translateZ(0);
				transform: rotate(-90deg) translateZ(0);*/
		-webkit-transform: rotate(-90deg);
		   -moz-transform: rotate(-90deg);
			-ms-transform: rotate(-90deg);
			 -o-transform: rotate(-90deg);
				transform: rotate(-90deg);
	}
	.rotate270 {
		/*-webkit-transform: rotate(270deg) translateZ(0);
		   -moz-transform: rotate(270deg) translateZ(0);
			-ms-transform: rotate(270deg) translateZ(0);
			 -o-transform: rotate(270deg) translateZ(0);
				transform: rotate(270deg) translateZ(0);*/
		-webkit-transform: rotate(270deg);
		   -moz-transform: rotate(270deg);
			-ms-transform: rotate(270deg);
			 -o-transform: rotate(270deg);
				transform: rotate(270deg);
	}
	.labelDark {
		color: black;
	}
	.labelLight {
        /*color: #D4D4D4;*/ /* this is exactly the font from the comp but it's unreadable... */
		color: #848484;
	}
}
@media only screen and (min-width: 1400px) {
	.panel_custom_content.one_col.indent_content {
		padding-left: 190px;
	}
}
@media only screen and (min-width: 1600px) {
	.panel_custom_content.one_col.indent_content {
		padding-left: 220px;
	}
	.panel_custom_two_col .left_column .contentRender_name_plugins_core_textbox {
		max-width: 700px;
	}
}

/* Panels */
@media only screen {
	.page_background {
		background-color: #ededed;
	}
	.content_container {
		display: block;
		position: relative;
		z-index: 1;
	}
	.page_panel {
		position: relative;
		display: block;
		width: 100%;
		z-index: 1;
	}
	
	.panel_custom_two_col .left_column,
	.panel_custom_two_col_generic .left_column,
	.panel_custom_two_col_generic .right_column {
		position: relative;
		display: block;
		width: 100%;
		background-color: white;
		overflow: auto;
	}
	.panel_custom_two_col .left_column {
		padding: 10px 0;
	}
	.panel_custom_two_col .right_column {
		position: relative;
		display: none;
		background-color: #ededed;
	}
	.panel_custom_content {
		position: relative;
		display: block;
		width: 100%;
		padding: 0;
	}
	.panel_custom_content .content_col {
		position: relative;
		display: block;
	}
	.panel_custom_content.two_col .left_content,
	.panel_custom_content.two_col .right_content {
		position: relative;
		display: block;
		width: 100%;
	}
}
@media only screen and (min-width: 40.063em) {
	.panel_custom_content.two_col .left_content {
		display: inline-block;
		vertical-align: top;
		width: 45%;
	}
	.panel_custom_content.two_col .right_content {
		display: inline-block;
		vertical-align: top;
		width: 54%;
	}
}
@media only screen and (min-width: 64.063em) {
	.page_background {
		background-color: #ededed;
		background-repeat: no-repeat;
		background-image: -webkit-linear-gradient(left, black, black 60px, #ededed 60px, #ededed);
		background-image:    -moz-linear-gradient(left, black, black 60px, #ededed 60px, #ededed);
		background-image:     -ms-linear-gradient(left, black, black 60px, #ededed 60px, #ededed);
		background-image:      -o-linear-gradient(left, black, black 60px, #ededed 60px, #ededed);
		background-image:		  linear-gradient(to right, black, black), linear-gradient(to right, #ededed, #ededed);
		background-position: 0 0, 60px 0;
		background-size: 60px 100%, 100% 100%;
	}
	.content_background {
		background-color: #ededed;
		background-repeat: no-repeat;
		background-image: -webkit-linear-gradient(left, black, black 60px, #ededed 60px, #ededed 110px, white 110px, white);
		background-image:    -moz-linear-gradient(left, black, black 60px, #ededed 60px, #ededed 110px, white 110px, white);
		background-image:     -ms-linear-gradient(left, black, black 60px, #ededed 60px, #ededed 110px, white 110px, white);
		background-image:      -o-linear-gradient(left, black, black 60px, #ededed 60px, #ededed 110px, white 110px, white);
		background-image:		  linear-gradient(to right, black, black), linear-gradient(to right, #ededed, #ededed), linear-gradient(to right, white, white);
		background-position: 0 0, 60px 0, 110px 0;
		background-size: 60px 100%, 50px 100%, 100% 100%;
	}
	.root_panel {
		position: relative;
		z-index: 1;
		max-width: 1600px;
		margin: 0 auto;
	}
	.content_container {
		margin-top: 215px;
	}
	.panel_custom_two_col .left_column {
		display: inline-block;
		vertical-align: top;
		position: relative;
		max-width: 66%;
		background-color: white;
		padding: 30px 0;
		margin-top: 50px;
		overflow: visible;
	}
	.panel_custom_two_col .right_column {
		display: inline-block;
		vertical-align: top;
		max-width: 520px;
		width: 33%;
		background-color: transparent;
	}
	.panel_custom_content.two_col {
		padding-left: 110px;
	}
	
	.panel_custom_two_col_generic .left_column,
	.panel_custom_two_col_generic .right_column {
		display: inline-block;
		vertical-align: top;
		background-color: transparent;
	}
	.panel_custom_two_col_generic.widths_5050 .left_column {
		width: 50%;
	}
	.panel_custom_two_col_generic.widths_5050 .right_column {
		width: 49%;
	}
	.panel_custom_two_col_generic.widths_3366 .left_column {
		width: 33%;
	}
	.panel_custom_two_col_generic.widths_3366 .right_column {
		width: 66%;
	}
	.panel_custom_two_col_generic.widths_6633 .left_column {
		width: 66%;
	}
	.panel_custom_two_col_generic.widths_6633 .right_column {
		width: 33%;
	}
	.panel_custom_two_col_generic.widths_7525 .left_column {
		width: 75%;
	}
	.panel_custom_two_col_generic.widths_7525 .right_column {
		width: 24%;
	}
	.panel_custom_two_col_generic.widths_2575 .left_column {
		width: 24%;
	}
	.panel_custom_two_col_generic.widths_2575 .right_column {
		width: 75%;
	}

	[class*="column"]+[class*="column"]:last-child {
		float: none !important;
	}
	[class*="column"]+[class*="column"]:last-child.reviews-provider-overview:last-child {
		float: right !important;
	}
}
@media only screen and (min-width: 1400px) {
	.content_background {
		background-image: -webkit-linear-gradient(left, black, black 60px, #ededed 60px, #ededed 130px, white 130px, white);
		background-image:    -moz-linear-gradient(left, black, black 60px, #ededed 60px, #ededed 130px, white 130px, white);
		background-image:     -ms-linear-gradient(left, black, black 60px, #ededed 60px, #ededed 130px, white 130px, white);
		background-image:      -o-linear-gradient(left, black, black 60px, #ededed 60px, #ededed 130px, white 130px, white);
		background-image:		  linear-gradient(to right, black, black), linear-gradient(to right, #ededed, #ededed), linear-gradient(to right, white, white);
		background-position: 0 0, 60px 0, 130px 0;
		background-size: 60px 100%, 130px 100%, 100% 100%;
	}
}
@media only screen and (min-width: 1600px) {
	.content_background {
		background-image: -webkit-linear-gradient(left, black, black 60px, #ededed 60px, #ededed 130px, white 130px, white);
		background-image:    -moz-linear-gradient(left, black, black 60px, #ededed 60px, #ededed 130px, white 130px, white);
		background-image:     -ms-linear-gradient(left, black, black 60px, #ededed 60px, #ededed 130px, white 130px, white);
		background-image:      -o-linear-gradient(left, black, black 60px, #ededed 60px, #ededed 130px, white 130px, white);
		background-image:		  linear-gradient(to right, black, black), linear-gradient(to right, #ededed, #ededed), linear-gradient(to right, white, white);
		background-position: 0 0, 60px 0, 130px 0;
		background-size: 60px 100%, 130px 100%, 100% 100%;
	}
}


/*** BEGIN FORM STYLING ***/
/* START RESET FORM STYLING. YOU SHOULDN'T HAVE TO MODIFY ANYTHING TILL CUSTOMIZE SECTION  */

/* The crm-calendar-popup class is added by JS in the header */

body.crm-calendar-popup  { overflow-y: hidden !important; }
body.crm-calendar-popup::-webkit-scrollbar { display: none; }
body.crm-calendar-popup .contentRender { display: none; } 
body.crm-calendar-popup .crm-calendar-parent { padding: 0; margin: 0; background: #fff; }
body.crm-calendar-popup table { width: 100%; margin-bottom: 0;}
body.crm-calendar-popup table thead tr th,
body.crm-calendar-popup table tfoot tr th,
body.crm-calendar-popup table tfoot tr td,
body.crm-calendar-popup table tbody tr th,
body.crm-calendar-popup table tbody tr td,
body.crm-calendar-popup table tr td {
	padding: 2px;
	font-size: 12px;
}
body.crm-calendar-popup .lookup-cal,
body.crm-calendar-popup .lookup-calNav { border: none; }
body.crm-calendar-popup .lookup-calNav {
	margin-bottom: 0px;
	border-bottom: 1px solid #ccc;
}
body.crm-calendar-popup .lookup-cal td,
body.crm-calendar-popup .lookup-calNav td { text-align: center; }
body.crm-calendar-popup .lookup-close {
	margin-top: 15px;
	text-transform: uppercase;
	padding-bottom: 20px;
}

/* TARGET CALENDER TRIGGER ON FORMS*/
.contentRender form.simpleForm a img { margin-bottom: 10px; }
 
.contentRender form.simpleForm .row textarea,
.contentRender form.simpleForm .row input { margin-bottom: 10px; }
.contentRender form.simpleForm .button { display: inline-block; }
.contentRender form.simpleForm .captcha img,
.contentRender #sv_submit_event_form img {
	display: block;
	margin-left: auto;
	margin-right: auto;
	margin-bottom: 0;
}
.contentRender form.simpleForm .hint,
.contentRender #sv_submit_event_form .sv_api_hint {
	display: block;
	text-align: center;
}
.contentRender form.simpleForm .captcha #code,
.contentRender #sv_submit_event_form #code {
	width: 200px;
	display: block;
	margin: 0 auto;
	margin-top: -13px;
}
.contentRender #sv_submit_event_form .svrecurall *,#sv_submit_event_form #recur_show_1{
	-moz-transition: opacity .6s;
	-o-transition: opacity .6s;
	-transition: opacity .6s;
	-webkit-transition: opacity .6s;
}
.contentRender #sv_submit_event_form select,
.contentRender #sv_submit_event_form select[size], #sv_submit_event_form select[multiple],
.contentRender #sv_submit_event_form input[type=text] { padding: 6px; }
.contentRender #sv_submit_event_form td:not(:first-child) {
	padding-left: 0;
	vertical-align: middle;
}
.contentRender #sv_submit_event_form table.fileuploads thead th,
.contentRender #sv_submit_event_form label.recur_menu,
.contentRender #sv_submit_event_form legend,
.contentRender #sv_submit_event_form div.datalabel label {
	font-weight: normal;
}
.contentRender #sv_submit_event_form .progress {
	background: grey;
	height: 22px;
	line-height: 18px;
}
.contentRender div#sv_submit_event_form.submitEventForm { padding: 0 !important; }
.contentRender #sv_submit_event_form .svrecurall *,#sv_submit_event_form #recur_show_1{
	-moz-transition:all .6s;
	-o-transition:all .6s;
	transition:all .6s;
	-webkit-transition:all .6s;
}
.contentRender #sv_submit_event_form .inner_recur_opt,
.contentRender #sv_submit_event_form label.recur_menu { margin: 0 1.25em ;}
.contentRender #sv_submit_event_form .inner_recur_opt { padding: 0 1.25em 0 1.25em; }
.contentRender #sv_submit_event_form #recur_range {
	margin: 0 1.25em;
	padding: 0 1.25em 0 1.25em;
}
.contentRender #sv_submit_event_form .inner_recur_opt label {
	height: 50px;
	line-height: 46px;
}
.contentRender #sv_submit_event_form .inner_recur_opt select {
	border: none;
	border-radius: 2px;
	min-width: 60px;
	padding-right: 24px;
}
.contentRender #sv_submit_event_form .svrecurall input[type=text]:not(#customdate) {
	border: none;
	border-radius: 2px;
}
.contentRender #sv_submit_event_form .svrecurall #customdate {
	width: 130px;
	text-align: center;
}
@media only screen and (min-width: 40.125em) {
	.contentRender form.simpleForm .hint,
	.contentRender form.simpleForm h3 {
		padding-left: 8px;
	}
	.contentRender form.simpleForm .hint,
	.contentRender form.simpleForm .captcha,
	.contentRender form.simpleForm .formCntrls,
	.contentRender form.simpleForm h3 {
		text-align: left;
		width: auto;
	}
	.contentRender form.simpleForm .hint {
		text-align: left !important;
	}
	.contentRender form.simpleForm .columns .hint {
		margin: 8px 0 10px 0;
		padding-left: 0px;
	}
	.contentRender form.simpleForm .captcha img,
	.contentRender form.simpleForm .captcha #code { margin-left: 0; }
	.contentRender form.simpleForm .hint { text-align: left; }
}
.contentRender form.simpleForm .button,
.contentRender #sv_submit_event_form input.button,
.contentRender #sv_submit_event_form .svbtn,
.contentRender #multifileuploadcontainer label {	
	-webkit-box-shadow: none;
	-moz-box-shadow: none;
	-ms-box-shadow: none;
	-o-box-shadow: none;
	box-shadow: none;
}
.contentRender form.simpleForm .button,
.contentRender #sv_submit_event_form input.button,
.contentRender #sv_submit_event_form .svbtn,
.contentRender #multifileuploadcontainer label {
	border-radius: 0px;
}
.contentRender form.simpleForm h3,
.contentRender #sv_submit_event_form .formhead {
	background-color: transparent;
}
.contentRender form.simpleForm .button,
.contentRender #sv_submit_event_form input.button,
.contentRender #sv_submit_event_form .svbtn,
.contentRender #multifileuploadcontainer label {
	background: none;
	border: none;
}
.contentRender form.simpleForm div input,
.contentRender #sv_submit_event_form div input {
	border-radius: initial;
}
/* END RESET */
 
/* CUSTOMIZE THE FOLLOWING */
/* RESET FONT FAMILY */
.contentRender #sv_submit_event_form legend,
.contentRender form.simpleForm label,
.contentRender form.simpleForm .formtext,
.contentRender form.simpleForm input,
.contentRender form.simpleForm select,
.contentRender #sv_submit_event_form .recur_opt input[type=checkbox] ~ label.minilabel,
.contentRender #sv_submit_event_form .recur_opt input[type=radio] ~ label.minilabel,
.contentRender #sv_submit_event_form table.fileuploads thead th,
.contentRender #sv_submit_event_form select,
.contentRender #sv_submit_event_form select[size], #sv_submit_event_form select[multiple],
.contentRender #sv_submit_event_form input[type=text],
.contentRender #sv_submit_event_form div.datalabel label,
.contentRender #sv_submit_event_form label.recur_menu {
 	/*
		Add a font family
	*/
	font-family: 'Lato';
}
/* RESET FONT STYLE */
.contentRender form.simpleForm .columns label,
.contentRender form.simpleForm .formtext,
.contentRender #sv_submit_event_form table.fileuploads thead th,
.contentRender #sv_submit_event_form select,
.contentRender #sv_submit_event_form select[size], #sv_submit_event_form select[multiple],
.contentRender #sv_submit_event_form input[type=text],
.contentRender #sv_submit_event_form div.datalabel label {
	/*
		Add style, weight color to match general html style. Do not set font-family here. Use the above class.
	*/
    font-weight: normal;
    font-size: 14px;
    line-height: 24px;
}
/* OPTIONAL RESET FOR INPUT STYLE */
/* This over-writes foundation style. Double check your select boxes. You may have to adjust the line-height to vertically center text */
.contentRender form.simpleForm input,
.contentRender form.simpleForm select,
.contentRender #sv_submit_event_form select,
.contentRender #sv_submit_event_form select[size], #sv_submit_event_form select[multiple],
.contentRender #sv_submit_event_form input[type=text] {
	color: black;
}
/* REPLACE WITH A CORE STYLE HEADING */
.contentRender form.simpleForm h3,
.contentRender #sv_submit_event_form .formhead {
	/*
		Add font family, style, weight color to match body.
		The easiest thing here to do is find a match H style on your html-styles page.
	*/
	padding-left: 0.9375rem;
	text-align: left;
}
/* SET KEY COLOR HERE */
.contentRender #sv_submit_event_form .recur_opt input[type=checkbox]:checked ~ label,
.contentRender #sv_submit_event_form .recur_opt input[type=radio]:checked ~ label,
.contentRender #sv_submit_event_form #recur_range input[type=checkbox]:checked ~ label,
.contentRender #sv_submit_event_form #recur_range input[type=radio]:checked ~ label,
.contentRender #sv_submit_event_form input[type=radio]:checked ~ label.recur_menu,
.contentRender #sv_submit_event_form .progress {
	/* 
		Set a background color or tiled image here as well as the color of text over it.
		This will affect things like the loading progress bar as well as some other event
		calendar related items.	
	*/
}
/* STRONG WEIGHT FOR LABELS */
.contentRender #sv_submit_event_form legend {
	/* 
		Set your strong weight here for label items that need to be bolded
	*/
}
/* STYLE SUBMIT BUTTONS */
.contentRender form.simpleForm .button,
.contentRender #sv_submit_event_form input.button,
.contentRender #sv_submit_event_form .svbtn,
.contentRender #multifileuploadcontainer label {
	/*
		This is your basic button styling. You can use your site submit button styling here.
		E.G. the listings submit styles
	*/
	position: relative;
	display: inline-block;
	width: 45%;
	max-width: 160px;
	height: 55px;
	padding: 0;
	color: white;
	font-family: 'Futura LT W01 Medium Condensed';
	font-size: 18px;
	line-height: 55px;
	text-align: center;
	text-transform: uppercase;
	letter-spacing: 0.5px;
	background-color: #c3b07c;
	background-repeat: no-repeat;
	cursor: pointer;
	z-index: 1;
}
.contentRender form.simpleForm .button:hover,
.contentRender form.simpleForm .button:active,
.contentRender #sv_submit_event_form input.button:hover,
.contentRender #sv_submit_event_form input.button:active,
.contentRender #sv_submit_event_form .svbtn:hover,
.contentRender #sv_submit_event_form .svbtn:active,
.contentRender #multifileuploadcontainer label:hover,
.contentRender #multifileuploadcontainer label:active {
	/*
		This is the hover style on the submit buttons
	*/
}
/* SET LINK COLOR HERE */
body.crm-calendar-popup .contentRender a, body.crm-calendar-popup .contentRender a:hover {
	/*
		This is a generic link style for the calendar popup.
 
		It's recommended you test the calendar popup but you might wanna limit your style here to color and family.
		The font size should be able to work across all sites.
	*/
	font-size: 1.0625rem;
	font-style: normal;
}

body.crm-calendar-popup .contentRender a {
	color: black;
}
body.crm-calendar-popup .contentRender a:hover {
	color: #ee1c24;
}

/* OPTIONAL: SET FORM HINT STYLE HERE */
.contentRender #sv_submit_event_form .hint,
.contentRender form.simpleForm .hint:not(.formreq) {
	/* Default styling here. Changing is optional */
	color: #5b5b5b;
	font-size: 14px;
}
/* OPTIONAL: SET FORM REQUIRED STYLE HERE */
.contentRender #sv_submit_event_form div.datalabel label.svformreq,
.contentRender form.simpleForm label.formreq {
}
/* SUBMIT EVENT FORM PIKA CALENDAR */
/* To test, click on the start date in a submit event form */
.pika-lendar .is-today .pika-button {
	/*
		Set a link color here. This can be standard site anchor color
	*/
}
.pika-lendar .pika-button:hover,
.pika-lendar .is-selected .pika-button {
	/*
		Set your hover/selected background and text color here.
		Note the Pika calendar uses important here so this is required to overwrite.
	*/
	color: #fff;
	background: #a49483 !important;
	border-radius: 0 !important;
	box-shadow: none;
}

/* Las Vegas form customizations */
@media only screen {
	.contentRender form.simpleForm {
		padding: 30px 0.9375rem 0;
	}
	.contentRender .simpleForm .formCntrls {
		text-align: center;
	}
	
	/* position the calendar icon and date field text */
	.contentRender form.simpleForm #fieldcontainer_udf_180 a,
	.contentRender form.simpleForm #fieldcontainer_udf_234 a {
		position: absolute;
		top: 9px;
	}
	.contentRender form.simpleForm .columns input[name="udf_180"],
	.contentRender form.simpleForm .columns input[name="udf_234"] {
		padding-left: 33px;
	}
	
	/* ticket 308779 - Mayweather form (frm_44) */
	.contentRender form.simpleForm[name="frm_44"] #rowcontainer_contact_sendemail {
		margin-bottom: 15px;
	}
	/* official visitor's guide (frm_25) - the email signup is a checkbox; move the label up next to it */
	.contentRender form.simpleForm[name="frm_25"] .columns label[for="contact_sendemail"] {
		position: relative;
		top: -30px;
		left: 10px;
	}
}
@media only screen and (min-width: 432px) {
	.contentRender form.simpleForm[name="frm_25"] .columns label[for="contact_sendemail"] {
		top: 0;
		left: 0;
	}
}
@media only screen and (min-width: 40.063em) {
}
@media only screen and (min-width: 64.063em) {
	.contentRender .simpleForm .row {
		max-width: 1000px;
		margin: 0;
	}
	.contentRender form.simpleForm label {
		text-align: left;
	}
	.contentRender form.simpleForm .text-center {
		text-align: left !important;
	}
	.contentRender form.simpleForm .small-centered.captcha {
		text-align: left !important;
		margin: 0;
		padding: 0;
	}
	
	/* position the calendar icon and date field text */
	.contentRender form.simpleForm #fieldcontainer_udf_180 a,
	.contentRender form.simpleForm #fieldcontainer_udf_234 a {
		position: absolute;
		top: 33px;
	}
	.contentRender form.simpleForm .columns input[name="udf_180"],
	.contentRender form.simpleForm .columns input[name="udf_234"] {
		padding-left: 33px;
	}
	
	/* ticket 308779 - Mayweather form (frm_44) */
	.contentRender form.simpleForm[name="frm_44"] #rowcontainer_contact_sendemail {
		margin-bottom: 0;
	}
	.contentRender form.simpleForm[name="frm_44"] #labelcontainer_contact_sendemail {
		width: 100% !important;
	}
	.contentRender form.simpleForm[name="frm_44"] #fieldcontainer_contact_sendemail {
		width: 100% !important;
	}
	.contentRender form.simpleForm[name="frm_44"] #labelcontainer_udf_2410 {
		width: 100% !important;
	}
	.contentRender form.simpleForm[name="frm_44"] #fieldcontainer_udf_2410 {
		width: 75% !important;
	}
}
.extLink {
	height: 12px;
	width: 20px;
	display: inline-block;
	background-image: url(/includes/public/assets/shared/externalLink.png);
	background-repeat: no-repeat;
	background-size: 13px 12px;
	background-position-x: 4px;
}

/*** END FORM STYLING ***/
