/**
 * 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.
 */

html {
    overflow-y: scroll;
}

/* This ensures that the page always has a scrollbar to ensure that some headers load correctly without FOUC */

html, body {
    height: 100%;
}

h1 {
    font-size: 1.6rem;
    color: #696460;
    font-family: "Helvetica Neue", "Helvetica", Helvetica, Arial, sans-serif;
}

h3 {
    font-size: 1.1rem;
    color: #696460;
    font-weight: normal;
    font-family: "Helvetica Neue", "Helvetica", Helvetica, Arial, sans-serif;
}

h4 {
    font-size: 0.9rem;
    color: #696460;
    font-weight: bold;
    font-family: "Helvetica Neue", "Helvetica", Helvetica, Arial, sans-serif;
}

body > .contentRender {
    min-height: 100%;
    height: 100%;
}

body .mfp-arrow:hover, body .mfp-arrow:focus {
	background-color: transparent; /* foundation compatibility with magnific popup */
}

.panel_page {
    min-height: 100%;
    position: relative;
}
.panel_custom_header .logo p {
    margin-bottom: 0px;
}

.panel_custom_one_col {
    padding-top: 20px;
}
.root_panel.panel_page.no-header .slideshow_container {
    margin-top: 104px;
}
@media screen and (max-width: 1024px) {
	.root_panel.panel_page.no-header {
	    margin-top: 0px;
	}
}
/* DTN Mobile Footer Banner */
.panel_custom_footer.hasMobileAd {
    height: 150px;
}

.panel_custom_footer.hasMobileAd .mobileAd {
    display: block;
}
.panel_custom_footer .mobile-fixed .mobileAd > .content {
	background-color: transparent;
}
.panel_custom_footer .mobile-fixed {
	position: fixed;
	bottom: 0px;
	width: 100%;
	z-index: 9999;
}
.panel_custom_footer .mobileAd {
    display: none; 
    width: 100%;
    height: 50px;
}

.panel_custom_footer .mobileAd .dtnContainer {
    padding: 0px;
    position: relative;
    margin: 0 auto;
    width: 320px;
    display: block;
}

.panel_custom_footer .mobileAd .banner-close {
	position: absolute;
	
	top: -7px;
	cursor: pointer;
	right: 12%;
	padding: 0px 3px;
	color: white;
	background: #ff944b;
	font-size: 12px;
	height: 12px;
	width: 12px;
	z-index: 1;
}
.content {
	background: #fff;
	padding-bottom: 10px;
	position: relative;
}
.panel_custom_footer .mobileAd .fa {
	color: white;
	left: -6px;
	position: relative;
	font-size: 17px;
	top: -3px;
	border: #ff944b solid 1px;
	border-radius: 50px;
}
.navFooter {
    margin-left: 0px;
    margin-bottom: 0px;
}

.navFooter .item {
    display: inline;
}
.navFooter .item {
    border-right: 1px solid #ccc;
    margin-right: 5px;
    padding-right: 5px;
}

.navFooter .item:last-child {
    border-right: 0px; 
}

.navFooter .item a {
    font-size: 15px;
    line-height: 35px;
    color: #ccc;
    text-transform: uppercase;
}
.navFooter .item.no-border a {
    border: none;
}
.navFooter ul.dl-submenu {
    display: none;
}

/*** Social Hub ***/
.panel_custom_socialhub {
}

.panel_custom_socialhub .rawContent {
    display: none;
}

.panel_custom_socialhub .panes {
}

.panel_custom_socialhub .panes > .pane {
    display: none;
}

.panel_custom_socialhub .panes > .pane.active {
    display: block;
}

.panel_custom_socialhub .tabs {
    overflow: hidden;
}

.panel_custom_socialhub .tabs .tabContent {
    padding: 10px;
    float: left;
    text-align: center;
    background: #eee;
    cursor: pointer;
}

.panel_custom_socialhub .tabs > .tab.active .tabContent {
    background: #bbb;
}

.panel_custom_socialhub .powered-by-youtube {
    clear: both;
    font-size: 11px;
    line-height: 18px;
}

.panel_custom_socialhub .youtube-logo {
    height: 24px;
    width: 53px;
    display: block;
}

.youtube-logo {
    background: url(/includes/public/assets/shared/youtube_logo_bw.png) no-repeat;
}

/* Consistent styling for shared action items in event/listing/offer layout and detail */
/* Usually appears as foo | bar | baz, span separated */
.shared-action-items {
    overflow: hidden;
    margin-bottom: 10px;
	font-size: 16px;
}

.shared-action-items span {
    padding-right: 5px;
    margin-right: 5px;
    float: left;
    border-right: 1px solid #ccc;
}

.shared-action-items span:last-child {
    border-right: none;
}

/* shared back button used in event/listing/offer/blog  */
.shared-back-button{
    display: none;
}

/* OnceThere Book Now Button */
.once-there-book-button {
    text-align: center;
}

.once-there-book-button p {
    margin-bottom: 5px;
}

.once-there-book-button a.book-button {
    max-width: 125px;
    padding: 5px 0px;
    color: #fff;
    font-size: 18px;
    font-weight: bold;
    background-color: #b95915;
    display: inline-block;
    width: 100%;
}

.shared-list .item .once-there-book-button {
    float: right;
    margin-top: 10px;
    margin-right: 10px;
    width: 125px;
}

.shared-list .item .once-there-book-button a {
    color: #fff;
    padding: 5px 0px;
}

/** snippet is shared in offer detail, listing layout, listing detail **/
.yelp-snippet {
    margin-bottom: 1rem;
}

.yelp-snippet .yelp-rating {
    height: 21px;
}

.yelp-snippet .yelp-logo {
    height: 30px;
    position: relative;
    top: -3px;
}

.yelp-snippet .yelp-bottom {
    font-size: 12px;
}

.yelp-snippet .yelp-price {
    font-weight: bold;
    font-size: 15px;
}

.yelp-snippet .yelp-review-count {
    color: #666;
}














/*
FONTS
	font: 900 16px/1 'Gotham A', 'Gotham B', proxima-nova, sans-serif;

	font: 400 16px/1 komu-b, sans-serif;
	
	font-family: "Font Awesome 5 Free";
	font-weight: 900;
	content: "\fxxx";

COLORS
	color: #ff5459 rgba(255,84,89,1);
	color: #ff6d52 rgba(255,109,82,1);
	color: #ff944b rgba(255,148,75,1);
	color: #ffc357 rgba(255,195,87,1);

	background-image: linear-gradient(to left, #ffc357 0%, #ff944b 24%, #ff5459);

WIDTH CONTROL
	width: calc(100% - 1.75rem);
	max-width: 1177px;
	position: relative;
	margin: 0 auto;

*/
/*
|-----------------------------------------------------------------------------------------------------------
| RESET STYLES
|-----------------------------------------------------------------------------------------------------------
*/

html,body,div,span,applet,object,iframe,h1,h2,h3,h4,h5,h6,p,blockquote,pre,a,abbr,acronym,address,
big,cite,code,del,dfn,em,img,ins,kbd,q,s,samp,small,strike,strong,tt,var,center,dl,
dt,dd,ol,ul,li,fieldset,form,label,legend,table,caption,tbody,tfoot,thead,tr,th,td,article,aside,
canvas,details,embed,figure,figcaption,footer,header,hgroup,menu,nav,output,ruby,section,summary,
time,mark,audio,video {
	font-family: 'Gotham A', 'Gotham B', proxima-nova, sans-serif;
	margin: 0;
	padding: 0;
	border: 0;
	font-size: 100%;
	font: inherit;
}

article,aside,details,figcaption,figure,footer,header,hgroup,menu,nav,section {display: block;}

body { line-height: 1; }

p ol,
p ul { list-style: none; }

blockquote,
q { quotes: none; }

blockquote:before,
blockquote:after,
q:before,
q:after {
	content: '';
	content: none;
}

table {
	border-collapse: collapse;
	border-spacing: 0;
}
figure > a,
figure picture,
figcaption {
	display: block;
	position: relative;
	z-index: 1;
	width: 100%;
}
figure picture img {
	width: 100%
}
.clearfix::after {
    content: "";
    clear: both;
    display: table;
}
/*
|-----------------------------------------------------------------------------------------------------------
| GLOBAL TAG STYLES
|-----------------------------------------------------------------------------------------------------------
*/

body {
	background-color: #fff;
}
.wrapper {
	position: relative;
	width: 100%;
	margin: 0 auto;
	display: block;
	overflow: hidden;
	z-index: 1;
}
a {
	font-weight: 600;
	color: #ff944b;
}
.textbox a:hover {
	color: #ff944b;
}
a:hover {
	color: inherit;
}
h1 {
	font-family: 'Gotham A', 'Gotham B', proxima-nova, sans-serif;
	font-weight: 900;
	font-size: 36px;
	line-height: 1;
	color: #333;
	margin: 0 0 20px;
}
h2 {
	font-family: 'Gotham A', 'Gotham B', proxima-nova, sans-serif;
	font-weight: 600;
	font-size: 30px;
	line-height: 1.2;
	color: #333;
}
h3 {
	font-family: 'Gotham A', 'Gotham B', proxima-nova, sans-serif;
	font-weight: 600;
	font-size: 24px;
	line-height: 1;
	color: #333;
}
h1 > a,
h2 > a,
h3 > a,
h4 > a,
h5 > a,
h6 > a,
li.item > a {
  font: inherit;
  color: inherit;
  text-decoration: none;
  position: relative;
}
p {
	color: #333;
	font-size: 16px;
	font-family: 'Gotham A', 'Gotham B', proxima-nova, sans-serif;
	font-weight: 400;
	font-style: normal;
	line-height: 28px;
	text-rendering: optimizeLegibility;
	margin: 0 0 20px;
}
.control-width {
	width: calc(100% - 1.75rem);
	max-width: 1177px;
	position: relative;
	margin: 0 auto;
}
.control-width.tight {
	max-width: 956px;
}

.content .bw-ic--left-html-description.bw-ic--left-html-description,
.content .bw-hiw-card-description {
	font-family: 'Gotham A', 'Gotham B', proxima-nova, sans-serif;
}

.content .bw-ic--product-title.bw-ic--product-title {
	margin-bottom: 10px;
}

.content .bw-ic--highlight-container li {
	padding-left: 20px; 
}

.content .bw-ic--highlight-container li:before {
	width: 5px;
	height: 5px;
	top: 50%;
	background-color: #333;
	transform: translateY(-50%);
}

@media screen and (min-width: 40.063em) {

}
@media screen and (min-width: 64.063em) {

}
/*---------------------------END GLOBAL TAG STYLES---------------------------*/
/*
|-----------------------------------------------------------------------------------------------------------
| HEADER SECTION
|-----------------------------------------------------------------------------------------------------------
*/

header {
	position: relative;
	z-index: 30;
	left: 0;
	top: 0;
	width: 100%;
	margin: 0;
}
header.dark {
	background-color: #333;
}
header.light {
	background-color: #fff;
}
header .header-sizer {
	position: relative;
	display: flex;
	align-items: flex-end;
	justify-content: space-between;
	width: calc(100% - 1.75rem);
	max-width: 1155px;
	margin: 0 auto;
}
.microsite header .logo {
	flex: 0 0 200px;
	width: 200px;
	margin: 10px 0;
}
header .logo {
	flex: 0 0 104px;
	max-width: 104px;
	margin: 10px 0;
}
header .logo img.sticky-logo {
	width: 0px;
	opacity: 0;
	position: absolute;
	bottom: 3px;
}
header nav {
	width: 100%;
	max-width: 393px;
	position: absolute;
	left: auto;
	top: 100%;
	display: none;
}
header nav .header-social .social {
	list-style: none;
	margin-top: 10px;
	padding: 0;
	display: grid;
	grid-gap: 10px;
	grid-auto-flow: column;
}
header nav .header-social .social .item a {
	width: 30px;
	height: 30px;
	font-size: 20px;
	color: #222;
	border-radius: 50%;
	display: inline-flex;
	align-items: center;
	justify-content: center;
}

@media (min-width: 1025px) {
	header nav .header-social {
		order: -1;
	}
	header nav .header-social .social {
		margin-top: 0;
		margin-right: 30px;
	}
	header nav .header-social .social .item a:hover {
		color: #ff944b;
		border-color: #ff944b;
	}
}

header .site-search.active + nav {
	top: 200%
}
header nav.active {
	display: block;
}
header .actions {
	display: flex;
	align-items: center;
	/* position: relative; */
	margin: 10px 0;
}

header .actions .search-button,
header .actions .hamburger {
	display: inline-block;
}
header .actions .search-button {
	margin: 0;
	padding: 0;
	width: 39px;
	height: 44px;
	border-radius: 6px;
	margin: 0 5px 0 0;
	background-color: #c4c4c4;
	text-align: center;
}
header .actions .search-button.active i.fas,
header .actions .search-button svg {
	display: none;
}
header .actions .search-button i.fas,
header .actions .search-button.active svg {
	display: block;
	margin: 0 auto;
	text-align: center;
}
header .actions .hamburger {
	font: 600 11px/1 proxima-nova, sans-serif;
	margin: 0;
	padding: 0;
	width: 54px;
	height: 44px;
	border-radius: 6px;
	background-image: linear-gradient(to top, #ffc357 0%, #ff944b 24%, #ff5459);
}

header .actions .weather {
	display: none;
}
header .actions .site-search {
	position: absolute;
	display: none;
}
header .site-search input,
header .site-search input[type="search"]:focus {
	font: 400 15px/1 'Gotham A', 'Gotham B', proxima-nova, sans-serif;
	letter-spacing: .5px;
	margin: 0;
	padding: 10px 30px 10px 15px;
	box-shadow: none;
	background: transparent;
	border-color: #c4c4c4;
}
header.dark input.searchInput {
	background: #fff;
}
header .site-search input::placeholder {
	color: #333;
}
header .actions .site-search input::placeholder {
	color: #c4c4c4;
}
header .site-search button {
	margin: 0;
	padding: 0;
	position: absolute;
	right: 0px;
	top: 0;
	bottom: 0;
	width: 45px;
	font-size: 20px;
	background-color: #c4c4c4;
}
@media screen and (max-width: 64em) {
	header .site-search {
		position: absolute;
		height: 0px;
		overflow: hidden;
		background-color: #333;
	}
	header .site-search form {
		position: relative;
		background-color: #fff;
	}
	header .site-search.active {
		height: auto;
		padding: 18px;
		top: 100%;
		max-width: 393px;
	}
	header .site-search,
	header nav {
		width: calc(100% + 1.75rem);
		right: -0.875rem;
	}
	header nav.active::before {
		content: "";
		width: 150vw;
		height: 150vh;
		position: absolute;
		background-color: #000;
		right: 0;
		top: 0;
		opacity: .6;
	}
}
@media screen and (min-width: 40.063em) {
	header .site-search.active {
		max-width: 100vw;
	}
}
@media screen and (min-width: 64.063em) {
	header .logo,
	header .header-sizer > div.contentRender_name_plugins_common_logo .logo {
		flex: 0 0 200px;
		max-width: 200px;
		width: 200px;
		height: 86px;
		display: block;
	}
	header .logo img {
		max-height: 84.3px;
	}
	header.scrolling-up img.sticky-logo,
	header.scrolling-down img.sticky-logo {
		width: auto;
		max-width: 84px;
		opacity: 1;
	}
	header nav,
	header nav.active {
		display: flex;
		flex-flow: row wrap;
		align-items: flex-end;
		max-width: calc(100% - 260px);
		position: relative;
	}
	header .actions {
		position: absolute;
		right: 0;
		bottom: 40px;
	}
	header .actions .weather,
	header .actions .site-search {
		display: block;
	}
	header .site-search,
	header .actions .search-button,
	header .actions .hamburger {
		display: none;
	}
	header .actions .weather {
		align-items: center;
		font: 900 20px/1 'Gotham A', 'Gotham B', proxima-nova, sans-serif;
		margin: 10px 35px 5px 5px;
	}
	header.dark .actions .weather {
		color: #fff;
	}
	header.dark .actions .weather i {
		color: #ffa44d;
	}
	header .actions .weather img {
		position: relative;
		top: -6px;
		margin: 0 5px;
	}
	header .actions .site-search {
		position: relative;
	}
	.announcement-active {
		margin-top: 96px;	
	}
}
@media screen and (min-width: 1025px) and (max-width: 1200px) {
	header .logo,
	header .header-sizer > div.contentRender_name_plugins_common_logo {
		max-width: 170px;
}
	header nav, header nav.active {
		max-width: calc(100% - 200px);
	}
}
/*
|-----------------------------------------------------------------------------------------------------------
| BODY SECTION
|-----------------------------------------------------------------------------------------------------------
*/

main {
	position: relative;
	z-index: 20;
	left: 0;
	top: 0;
	width: 100%;
	margin: 0;
	padding: 0;
	background-color: #fff;
}
h2.gradient-header {
	font: 900 24px/1 'Gotham A', 'Gotham B', proxima-nova, sans-serif;
	text-align: center;
	text-transform: uppercase;
	margin: 0 0.9375rem 15px;
	background-image: linear-gradient(to left, #ffc357 0%, #ff944b 24%, #ff5459);
	-webkit-background-clip: text;
	-webkit-text-fill-color: transparent;
}
picture .copyright {
	font-family: 'Gotham A', 'Gotham B', proxima-nova, sans-serif;
	font-weight: 400;
	font-size: 9px;
	line-height: 1;
	text-transform: uppercase;
	background-color: rgba(0,0,0,0.5);
	color: #fff;
	position: absolute;
	bottom: 0;
	right: 0;
	z-index: 5;
	padding: 6px 15px;
	max-width: 50%;
}
picture .featured-tag {
	font-family: 'Gotham A', 'Gotham B', proxima-nova, sans-serif;
	font-weight: 600;
	font-size: 11px;
	line-height: 1;
	text-transform: uppercase;
	letter-spacing: 2px;
	background-image: linear-gradient(to left, #ffc357 0%, #ff944b 24%, #ff5459);
	color: #fff;
	position: absolute;
	bottom: 0;
	left: 0;
	z-index: 5;
	padding: 5px 15px;
	max-width: 50%;
}
[class$="arrows"] button .preview-container {
	position: absolute;
	top: 0px;
	bottom: 0px;
	width: 441px;
	background-color: rgba(0,0,0,0.66);
	opacity: 0;
	pointer-events: none;
	transition: opacity 0.35s ease;
	display: flex;
	align-items: center;
	padding: 15px 20px;
	z-index: 50;
}
[class$="arrows"] button[class$="previous"] .preview-container {
	flex-flow: row-reverse;
}
[class$="arrows"] button .preview-container img {
	width: auto;
	height: 100%;
	margin-right: 20px;
}
[class$="arrows"] button .preview-container h4 {
	color: #fff;
	font-weight: 600;
	text-transform: uppercase;
	font-size: 16px;
}
.sh-location {
	text-transform: uppercase;
}
.sh-location::before {
	display: inline-block;
	font-style: normal;
	font-variant: normal;
	text-rendering: auto;
	-webkit-font-smoothing: antialiased;
	font-family: "Font Awesome 5 Free";
	font-weight: 900;
	content: "\f3c5";
	margin: 0 5px 0 0;
	color: #ff8e57;
}
.sh-location img {
	display: none;
	position: relative;
	top: -2px;
	height: 10px;
	margin-right: 5px;
}
.sh-video-play-button {
	position: absolute;
	display: block;
	width: 65px;
	z-index: 2;
	top: 50%;
	left: 50%;
	transform: translate(-50%,-50%);
}
.sh-more-link {
	position: relative;
	display: inline-block;
}
.sh-back-link {
	font: 400 16px/1 'Gotham A', 'Gotham B', proxima-nova, sans-serif;
	margin: 0;
	padding: 0;
}
.sh-submit-wrapper {
	text-align: center;
	margin-bottom: 40px;
}
.sh-submit-link {
	font-family: 'Gotham A', 'Gotham B', proxima-nova, sans-serif;
	font-weight: 600;
	font-size: 16px;
	color: #fff;
	text-transform: uppercase;
	letter-spacing: 1px;
	display: inline-block;
	position: relative;
	margin: auto;
	padding: 15px 25px;
}
.sh-submit-link:focus,
.sh-submit-link:hover {
	color: #fff;
}
.sh-submit-link::before {
	content: "";
	display: block;
	position: absolute;
	top: 0px;
	right: 0px;
	bottom: 0px;
	left: 0px;
	z-index: -1;
	background-color: #ff944b;
	-ms-transform: skewX(15deg); /* IE 9 */
	-webkit-transform: skewX(15deg); /* Safari */
	transform: skewX(15deg); /* Standard syntax */
}
.sh-check-background:before {
	content: "";
	position: absolute;
	top: 0;
	bottom: 0;
	left: 0;
	right: 0;
	opacity: .3;
	background-image: url(/includes/public/assets/checkmark.svg);
	background-color: rgba(150,150,150, 0.9);
	background-position: 25% 0px;
	background-size: 150%;
	background-repeat: no-repeat;
}
button.slick-disabled {
	transition: opacity .35s ease;
	opacity: .5;
}
[class$="slider"] + [class$="arrows"] {
	display: flex;
	align-items: flex-start;
	justify-content: space-between;
	position: absolute;
	height: 0px;
	left: 0;
	right: 0;
	top: 0px;
	z-index: 5;
}
[class$="slider"] + [class$="arrows"] button {
	padding: 0px;
	margin: 0px;
	background-color: transparent;
}
[class$="slider"] + [class$="arrows"] button[name$="next"] svg {
	transform: scaleX(-1);
}
[class$="slider"] + [class$="arrows"] .arrow {
	width: 50px;
	height: 71.36px;
	fill: #333;
}
@media screen and (min-width: 40.063em) {
	picture .copyright {
		font-size: 11px;
		padding: 6px 15px;
	}
	h2.gradient-header {
		max-width: 670px;
		font-size: 60px;
		margin: 0 auto 35px;
	}
	.sh-check-background:before {
		background-position: -15px 50%;
		background-size: 60%;
	}
	.sh-submit-link {
		font-size: 18px;
	}
	.sh-video-play-button {
		width: 100px;
	}
}
@media screen and (min-width: 64.063em) {
	.homepage main {
		margin-top: 56.5%;
	}
	.two-column-panel {
		display: flex;
	}
	.two-column-panel .inner > div:nth-child(1) {
		flex: 0 1 50%;
		margin-right: 0.9375rem;
	}
	.two-column-panel .inner > div:nth-child(2) {
		flex: 1 1 50%;
		margin-left: 0.9375rem;
	}
	h2.gradient-header {
		max-width: 960px;
		font-size: 76px;
		margin: 0 auto 0;
	}
	.sh-check-background:before {
		background-position: -15px -1%;
		background-size: 42%;
	}
	[class$="arrows"] [class$="prev"]:hover .preview-container {
		opacity: 1;
		left: 100%;
	}
	[class$="arrows"] [class$="prev"]:hover .preview-container {
		opacity: 1;
		right: 100%;
	}
}

/*
|-----------------------------------------------------------------------------------------------------------
| FOOTER SECTION
|-----------------------------------------------------------------------------------------------------------
*/

footer {
	position: relative;
	z-index: 10;
	text-align: center;
	background-color: #333;
}
section.footer-hero {
	width: 100%;
	position: relative;
	background-color: #fff;
}
section.footer-hero img {
	width: 100%;
}
footer .footer-hero::after {
	content: "";
	position: absolute;
	bottom: 0;
	left: 0px;
	width: 100%;
	height: 6px;
	background-image: linear-gradient(to left, #ffc357 0%, #ff944b 24%, #ff5459);
}
footer .actions {
	position: absolute;
	left: 50%;
	top: 50px;
	transform: translateX(-50%);
}
section.actions > * {
	width: 100%;
	display: block;
	position: relative;
}
section.actions .vguide-wrapper,
section.actions .enews-wrapper {
	position: relative;
	display: block;
	margin: 0 0 15px;
}
section.actions .vguide-wrapper svg {
	width: 46px;
	height: 60px;
	margin: 0 20px 0 0;
	flex: 0 0 46px;
}
section.actions .enews-wrapper svg {
	width: 60px;
	height: 60px;
	margin: 0 20px 0 0;
	flex: 0 0 60px;
}
section.actions .enews-wrapper span,
section.actions .vguide-wrapper span {
	flex: 0.1 1 144px;
}
section.actions .vguide-wrapper .svg-arrow,
section.actions .enews-wrapper .svg-arrow {
	margin: 0 0 0 20px;
	width: 26px;
	transform: scaleX(-1);
	flex: 0 0 24px;
	
}
section.actions .vguide-wrapper::before,
section.actions .enews-wrapper::before {
	content: "";
	left: 0;
	right: 0;
	top: 0;
	bottom: 0;
	position: absolute;
	border: 3px solid #000;
	background-color: #fff;
	transform: skew(10deg);
	z-index: 2;
}
section.actions .vguide-wrapper:hover::before,
section.actions .enews-wrapper:hover::before {
	border: none;
	background-image: linear-gradient(to left, #ffc357 0%, #ff944b 24%, #ff5459);
}
section.actions .vguide-wrapper > a,
section.actions .enews-wrapper > a {
	font-family: 'Gotham A', 'Gotham B', proxima-nova, sans-serif;
	font-size: 20px;
	font-weight: 400;
	text-transform: uppercase;
	text-align: right;
	color: #ff944b;
	z-index: 3;
	display: inline-flex;
	position: relative;
	align-items: center;
	justify-content: center;
	padding: 15px 10px;
	width: 100%;
}
footer .footer-main {
	display: flex;
	align-items: flex-end;
	justify-content: flex-end;
	flex-flow: row wrap;
	width: 100%;
	max-width: 1064px;
	margin: 0 auto;
	position: relative;
	overflow: visible;
	padding: 41px 0 31px;
	transition: max-width .2s ease;
}
footer .footer-main .left-split {
	flex-grow: 1;
	flex-shrink: 1;
	flex-basis: 100%;
	padding: 0;
	margin: 0 0.9075rem 30px;
	display: block;
	max-width: 100%;
	text-align: center;
}
footer .footer-main .center-split {
	flex-grow: 1;
	flex-shrink: 1;
	flex-basis: 100%;
	padding: 0;
	margin: 0 0 10px;
}
footer .footer-main .right-split {
	flex-grow: 1;
	flex-shrink: 1;
	flex-basis: 100%;
	padding: 0;
	margin: 0 0.9075rem;
}
footer .logo {
	display: block;
	margin: auto;
	max-width: 200px;
}
footer address ul {
	color: #fff;
	list-style: none;
}
footer .footer-main address h3 {
	font-family: 'Gotham A', 'Gotham B', proxima-nova, sans-serif;
	font-size: 16px;
	line-height: 1;
	margin: 0 0 20px;
	color: #fff;
}
footer .footer-main .center-split address ul li,
footer .footer-main address p {
	font-family: 'Gotham A', 'Gotham B', proxima-nova, sans-serif;
	font-size: 14px;
	line-height: 1;
	margin: 0 0 15px;
	color: #fff;
}
footer .footer-main .center-split address ul li a {
	font-family: inherit;
	color: inherit;
	font-weight: 400;
}
footer ul.social {
	list-style: none;
	display: flex;
	justify-content: space-between;
	width: 100%;
	max-width: 290px;
	margin: 0 auto 30px;
}
footer ul.social li {
	display: inline-flex;
	height: 41px;
	width: 41px;
	align-items: center;
	justify-content: center;
	font-size: 24px;
	color: #fff;
	margin: 0;
	padding: 0;
}
footer .copyright {
	font-family: 'Gotham A', 'Gotham B', proxima-nova, sans-serif;
	font-size: 13px;
	line-height: 1;
	margin: 0;
	padding: 0;
	color: #fff;
}
footer ul.footer-nav-style li.item {
	font-family: 'Gotham A', 'Gotham B', proxima-nova, sans-serif;
	font-weight: 600;
	font-size: 16px;
	line-height: 1;
	color: #fff;
	text-transform: uppercase;
	margin: 0 0 15px;
}
footer .right-split.full-medium.shrink-large a { display: inline-block;}
footer .utah-logo {}
footer .sv-logo { width: 163px;}
section.actions .vguide-wrapper svg.svg-arrow polygon,
section.actions .enews-wrapper svg.svg-arrow polygon {
	fill:#ff944b
}
section.actions .st3 {
	fill: #333;
}
section.actions .st4 {
	fill:url(#SVGID_1_);
}

@media screen and (min-width: 40.063em) {
	section.footer-hero {
	}
	section.actions .vguide-wrapper > a,
	section.actions .enews-wrapper > a {
		padding: 25px 10px;
	}
	footer .footer-main .left-split {
		flex-basis: 40%;
		text-align: left;
	}
	footer .footer-main .center-split {
		flex-basis: 40%;
	}
	footer .footer-main .right-split {
		flex-basis: 40%;
	}
	footer .footer-main .full-medium {
		flex-basis: 100%;
	}
	footer .actions {
		display: flex;
		top: 35px;
	}
	section.actions > * {
		flex: 1 1 47%;
	}
	footer .logo {
		max-width: 300px;
		margin: 0;
	}
	footer ul.social {
		justify-content: space-between;
		width: 100%;
		max-width: 313px;
		margin: 0 0 30px;
	}
	footer ul.social li {
		height: 44px;
		width: 44px;
		margin: 0;
		padding: 0;
	}
	footer .footer-main {
		max-width: 768px;
		align-items: center;
	}
	footer address {
		text-align: left;
		position: relative;
		bottom: -25px;
	}
	footer nav.footer {
		width: calc(100% - 0.9075rem);
		max-width: 768px;
		margin-bottom: 30px;
	}
	footer ul.footer-nav-style li.item {
		display: inline-block;
		margin: 0 9px;
	}
	section.actions .vguide-wrapper,
	section.actions .enews-wrapper {
		margin: 0 0.9375rem 15px;
	}
}
.social i.blog {
	background: url(/includes/public/assets/blogger.png);
	height: 30px;
	width: 26px;
	display: block;
	background-repeat: no-repeat;
}
.social li.item i {
	font-family: "fontAwesome";
}
footer .right-split.full-medium.shrink-large img {
	max-width: 169px;
}
@media screen and (min-width: 64.063em) {
	section.actions .enews-wrapper span,
	section.actions .vguide-wrapper span {
		display: inline;
		flex: 0 1 260px;
		/* white-space: nowrap; */
		text-align: center;
	}
	footer .footer-main .left-split {
		flex-basis: 300px;
		margin: 0 0 40px;
	}
	footer .footer-main .center-split {
		flex-basis: 30%;
		margin: 0 0 40px;
	}
	footer .footer-main .right-split {
		flex-basis: 313px;
		margin: 0 0 40px;
		text-align: right;
	}
	footer .footer-main .shrink-large {
		flex-shrink: 2;
		flex-basis: 23%;
	}
	footer .footer-main .grow-large {
		flex-grow: 2;
		flex-basis: 44%;
		padding-left: 0.9075rem;
	}
	footer .footer-main {
		max-width: 1177px;
		justify-content: space-between;
		padding-bottom: 0;
		width: calc(100% - 1.75rem);
	}
	footer ul.social {
		justify-content: space-between;
		width: 100%;
		max-width: 313px;
		margin: 0 0;
		float: right;
	}
	ul.social li.item i {
		font-family: "fontAwesome";
	}
	footer nav.footer {
		width: 100%;
		max-width: 768px;
		margin-bottom: 0;
	}
	section.actions .vguide-wrapper:hover > a,
	section.actions .enews-wrapper:hover > a {
		color: #fff;
	}
	section.actions .vguide-wrapper:hover svg.svg-arrow polygon,
	section.actions .enews-wrapper:hover svg.svg-arrow polygon {
		fill: #fff;
	}
	section.actions .vguide-wrapper:hover .st3,
	section.actions .vguide-wrapper:hover .st4,
	section.actions .enews-wrapper:hover .st3,
	section.actions .enews-wrapper:hover .st4 {
		fill: #fff;
	}
}
.content > .contentRender_name_plugins_core_textbox {
	max-width: 1100px;
	margin: 0 auto;
	padding: 0px 15px;
}
.contentRender_name_plugins_core_textbox ul,.contentRender_name_plugins_core_textbox ol{
	margin-left: 1.25rem;
	margin-bottom: 1.25rem;
}
/*---------------------------CORE STYLES---------------------------*/
 
.core-styles h1,
.contentRender_name_plugins_core_textbox h1 {
 	color: #333;
	font-size: 72px;
	font-family: 'Gotham A', 'Gotham B', proxima-nova, sans-serif;
	font-style: normal;
	font-weight: 900;
	line-height: 80px;
	margin-bottom: 0.5rem;
	margin-top: 0.2rem;
}
 
.core-styles h2,
.contentRender_name_plugins_core_textbox h2 {
 	color: #333;
	font-size: 52px;
	font-family: 'Gotham A', 'Gotham B', proxima-nova, sans-serif;
	font-style: normal;
	line-height: 60px;
	font-weight: 900;
	margin-bottom: 0.5rem;
	margin-top: 0.2rem;	
}
 
.core-styles h3,
.contentRender_name_plugins_core_textbox h3 {
 	color: #333;
	font-size: 44px;
	font-family: 'Gotham A', 'Gotham B', proxima-nova, sans-serif;
	font-style: normal;
	line-height: 52px;
	font-weight: 900;
	margin-bottom: 0.5rem;
	margin-top: 0.2rem;	
}
 
.core-styles h4,
.contentRender_name_plugins_core_textbox h4 {
 	color: #333;
	font-size: 38px;
	font-family: 'Gotham A', 'Gotham B', proxima-nova, sans-serif;
	font-style: normal;
	line-height: 46px;
	font-weight: 900;
	margin-bottom: 0.5rem;
	margin-top: 0.2rem;	
}
 
.core-styles h5,
.contentRender_name_plugins_core_textbox h5 {
 	color: #333;
	font-size: 32px;
	font-family: 'Gotham A', 'Gotham B', proxima-nova, sans-serif;
	font-style: normal;
	line-height: 40px;
	font-weight: 900;
	margin-bottom: 0.5rem;
	margin-top: 0.2rem;	
}
 
.core-styles h6,
.contentRender_name_plugins_core_textbox h6 {
 	color: #333;
	font-size: 24px;
	font-family: 'Gotham A', 'Gotham B', proxima-nova, sans-serif;
	font-style: normal;
	line-height: 30px;
	font-weight: 900;
	margin-bottom: 0.5rem;
	margin-top: 0.2rem;	
}
 
.core-styles p,
.contentRender_name_plugins_core_textbox p {
 	color: #333;
	font-size: 16px;
	font-family: 'Gotham A', 'Gotham B', proxima-nova, sans-serif;
	font-weight: 400;
	font-style: normal;
	line-height: 28px;
	text-rendering: optimizeLegibility;
	margin-bottom: 1.25rem;
}
 
.core-styles a,
.contentRender_name_plugins_core_textbox a {
 	color: #ff944b;
	font-family: 'Gotham A', 'Gotham B', proxima-nova, sans-serif;
	font-weight: 900;
}
 
.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: #333;
	font-size: 16px;
	line-height: 28px;
	font-family: 'Gotham A', 'Gotham B', proxima-nova, sans-serif;
	list-style-position: outside;
}
.contentRender_name_plugins_core_textbox table,
.core-styles table {
	display: table;
	border-collapse: separate;
	border-spacing: 2px;
	border-color: grey;
	border: solid 1px #DDDDDD;
}
 
.core-styles td,
.contentRender_name_plugins_core_textbox td,
.core-styles tr,
.contentRender_name_plugins_core_textbox tr {
 	border: 1px solid #eee;
 	color: #333;
	font-size: 16px;
	font-family: 'Gotham A', 'Gotham B', proxima-nova, sans-serif;
	font-weight: 400;
	font-style: normal;
}
 
h1 > a,
h2 > a,
h3 > a,
h4 > a,
h5 > a,
h6 > a {
  font: inherit;
  color: inherit;
  text-decoration: none;
}
 
.core-styles img[align*='right'],
.contentRender_name_plugins_core_textbox img[align*='right'] { margin-left : 15px; margin-bottom: 5px; }
.core-styles img[align*='left'],
.contentRender_name_plugins_core_textbox img[align*='left'] { margin-right : 15px; margin-bottom: 5px; }

.slideshow_container > .contentRender_name_plugins_common_embed_widget,
.slideshow_container > .contentRender_name_plugins_core_textbox {
	padding-top: 105px;
}
@media screen and (max-width: 1024px) {
	.slideshow_container > .contentRender_name_plugins_common_embed_widget,
	.slideshow_container > .contentRender_name_plugins_core_textbox {
		padding-top: 0px;
	}
	.core-styles h1,
	.contentRender_name_plugins_core_textbox h1 {
		font-size: 56px;
		line-height: 62px;
	}
	.core-styles h2,
	.contentRender_name_plugins_core_textbox h2 {
		font-size: 48px;
		line-height: 58px;
	}
}
@media screen and (max-width: 640px) {
	.core-styles h1,
	.contentRender_name_plugins_core_textbox h1 {
		font-size: 34px;
		line-height: 42px;
	}
	.core-styles h2,
	.contentRender_name_plugins_core_textbox h2 {
		font-size: 30px;
		line-height: 36px;
	}
	.core-styles h3,
	.contentRender_name_plugins_core_textbox h3 {
		font-size: 26px;
		line-height: 32px;
	}
	.core-styles h4,
	.contentRender_name_plugins_core_textbox h4 {
		font-size: 23px;
		line-height: 28px;
	}
	.core-styles h5,
	.contentRender_name_plugins_core_textbox h5 {
		font-size: 21px;
		line-height: 26px;
	}
	.core-styles h6,
	.contentRender_name_plugins_core_textbox h6 {
		font-size: 18px;
		line-height: 22px;
	}
	.core-styles p,
	.contentRender_name_plugins_core_textbox p {
		font-size: 14px;
		line-height: 24px;
	}
	.core-styles td,
	.contentRender_name_plugins_core_textbox td,
	.core-styles tr,
	.contentRender_name_plugins_core_textbox tr {
		font-size: 14px;
	}	
}
/*---------------------------END CORE STYLES---------------------------*/
::selection {
	color: #fff;
	background: #ff944b;
}



/*** 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;
	font-family: 'Gotham A', 'Gotham B', proxima-nova, sans-serif;
}
.contentRender form.simpleForm .captcha #code,
.contentRender #sv_submit_event_form #code {
	width: 200px;
	display: block;
	margin: 0 auto;
	margin-top: -13px;
}
.contentRender form.simpleForm .captcha { overflow: hidden; }
.contentRender form.simpleForm .captcha #capimage { float: left;  margin-top: 10px; margin-right: 8px; }
.contentRender form.simpleForm .captcha .hint { 
	margin-top: 10px; 
	font-family: 'Gotham A', 'Gotham B', proxima-nova, sans-serif;
}
.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;
	font-family: 'Gotham A', 'Gotham B', proxima-nova, sans-serif;
}
.contentRender #sv_submit_event_form #customdate_list {padding: 0 !important; }
.contentRender #sv_submit_event_form #customdate_list table { margin-bottom: 0; border: 1px solid #ddd; }
.contentRender #sv_submit_event_form #customdate_list table td,
.contentRender #sv_submit_event_form #customdate_list table tr { border: none; }
.contentRender #sv_submit_event_form .recur_opt .detailbar { vertical-align: middle; }
.contentRender #sv_submit_event_form .recur_opt td {padding: 2px 0;}
.contentRender #sv_submit_event_form input[type=radio]:checked ~ div.recur_opt { max-height: 100%; }
.contentRender #sv_submit_event_form #recur_opts_99 { overflow: visible !important; }
.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;
}
 
.contentRender form.simpleForm .formCntrls,
.contentRender form.simpleForm h3 { text-align: center; }
@media only screen and (min-width: 40.125em) {
	.contentRender form.simpleForm p.hint,
	.contentRender form.simpleForm h3 {
		padding-left: 8px;
	}
	.contentRender form.simpleForm p.hint,
	.contentRender form.simpleForm .captcha,
	.contentRender form.simpleForm .formCntrls,
	.contentRender form.simpleForm h3 {
		margin-left: 25%;
		text-align: left !important;
		width: auto;
	}
	.contentRender form.simpleForm .columns p.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;
	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: 'Gotham A', 'Gotham B', proxima-nova, sans-serif;
}
/* RESET FONT STYLE */
.contentRender form.simpleForm .columns label,
.contentRender form.simpleForm .formtext,
.contentRender #sv_submit_event_form #customdate_list .formhead,
.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 form.simpleForm::-webkit-input-placeholder,
.contentRender #sv_submit_event_form input[type=text]::-webkit-input-placeholder {
	/*
		Add style, weight color to match general html style. Do not set font-family here. Use the above class.
	*/
	font-weight: 400;
	color: #333;
}
/* 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: #464646;
}
/* 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.
	*/
	color: #333;
	font-size: 44px;
	font-family: 'Gotham A', 'Gotham B', proxima-nova, sans-serif;
	font-style: normal;
	font-weight: 900;
}
/* 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.	
	*/
	background-color: #ffc357;
}
/* STRONG WEIGHT FOR LABELS */
.contentRender #sv_submit_event_form #customdate_list .formhead,
.contentRender #sv_submit_event_form legend {
	/* 
		Set your strong weight here for label items that need to be bolded
	*/
	font-weight: 900;
	font-size: 20px;
}
/* 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
	*/
	background-color: #ffc357;
	font-family: 'Gotham A', 'Gotham B', proxima-nova, sans-serif;
	color: #fff;
	padding: 0.5rem;

}
.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
	*/
	background-color: #ffc357;
	opacity: 0.8;
}
/* 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;
	color: #ff944b;
}
/* OPTIONAL: SET FORM HINT STYLE HERE */
.contentRender #sv_submit_event_form .hint,
.contentRender form.simpleForm p.hint:not(.formreq) {
	/* Default styling here. Changing is optional */
	color: #333;
	font-size: 16px;
	font-family: 'Gotham A', 'Gotham B', proxima-nova, sans-serif;
	font-weight: 400;
	font-style: normal;
	line-height: 28px;
	text-rendering: optimizeLegibility;
	margin-bottom: 1.25rem;

}
/* OPTIONAL: SET FORM REQUIRED STYLE HERE */
.contentRender #sv_submit_event_form div.datalabel label.svformreq,
.contentRender form.simpleForm .formreq,
.contentRender form.simpleForm label.formreq {
	color: #d81111;
}
/* 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
	*/
	color: #ff944b;
}
.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;
}
/*** END FORM STYLING ***/
.contentRender form.simpleForm,
.contentRender #sv_submit_event_form {
	max-width: 1000px;
	margin: 0 auto;
}
.contentRender form.simpleForm .inner_recur_opt

/* Simple button styling */
.simple-button {
	display: block;
	max-width: 1230px;
	margin: 0 auto;
	padding: 0 15px;
}
.simple-button.align_right {
	text-align: right;
}
.simple-button.align_left {
	text-align: left;
}
.simple-button.align_center {
	text-align: center;
}
.simple-button a {
	margin: 10px 0;
	position: relative;
	display: inline-block;
	vertical-align: middle;
	overflow: hidden;
	line-height: 21px;
	text-decoration: none;
	color: #fff;
	width: 200px;
	font-weight: 700;
	font-size: 16px;
	background-color: #ff944b;
	padding: 13px 2px;
	text-align: center;
	text-transform: uppercase;
	font-family: 'Gotham A', 'Gotham B', proxima-nova, sans-serif;
}
.simple-button.small-button a {
	padding: 11px 22px;
	font-size: 14px;
	width: 150px;
}
/* END Simple button styling */


/*Clouds*/

.contentRender_type_widget.contentRender_name_plugins_common_clouds {
	top: -54%;
	position: absolute;
	width: 100%;
	z-index: -1;
}
.clouds img {
	position: absolute;
	z-index: 0;
	transform:translateY(0);
}
.clouds img.bottom-clouds {
	width: 100%;
	position: absolute;
	bottom: -637px;
	transition-duration: 0.8s;
}
.clouds img.bottom-clouds-two {
	bottom: -418px;
	right: 0;
	transform: scaleX(-1);
	transition-duration: 1s;
}
.clouds img.top-clouds {
	top: -70px;
	right: -208px;
	transform: scaleX(-1);
	transition-duration: 1s;
}
.clouds img.top-clouds-two {
	top: -21px;
	left: -106px;
	transition-duration: 1.5s;
}
.clouds img.top-clouds-three {
	position: absolute;
	top: 114px;
	left: -3px;
	transition-duration: 1s;
}
.clouds img.top-clouds-four {
	position: absolute;
	top: 171px;
	left: 98px;
	transition-duration: 0.9s;
}
.clouds img.bottom-cloudsthree {
	width: 100%;
	bottom: -944px;
	transform: scaleY(-1);
}

/*Clouds transition*/
.clouds img.bottom-clouds.come-in {
	transform: translateY(-130px);
	transition-duration: 0.8s;
}
.clouds img.bottom-clouds-two.come-in {
	transform: scaleX(-1) translateY(-209px);
	transition-duration: 1s;
}
.clouds img.top-clouds.come-in {
	transform: translateY(-72px) scaleX(-1);
	transition-duration: 1s;
}
.clouds img.top-clouds-two.come-in {
	transform: translateY(-36px);
	transition-duration: 1.5s;
}
.clouds img.top-clouds-three.come-in {
	transform: translateY(-83px);
	transition-duration: 1s;
}
.clouds img.top-clouds-four.come-in {
	transform: translateY(-196px);
	transition-duration: 0.9s;
}
@media only screen and (max-width: 1300px) {
	.contentRender_type_widget.contentRender_name_plugins_common_clouds {
		top: -48%;
	}
	.clouds img.bottom-clouds.come-in {
		transform: translateY(-79px);
		transition-duration: 0.8s;
	}
	.clouds img.bottom-clouds {
		width: 100%;
		position: absolute;
		bottom: -461px;
	}	
	.clouds img.bottom-cloudsthree {
		width: 100%;
		bottom: -622px;
		transform: scaleY(-1);
	}
}

/* BLOG INTRO */
.blog_intro {
	margin-top: 100px;
}
.blog_intro .intro {
	padding: 55px 50px 30px;
	background-color: #333;
	margin-bottom: 15px;
	z-index: 12;
}
.blog_intro .intro hr {
	margin: 0px;
	margin-bottom: 15px;
}
.blog_intro .intro * {
	color: #fff;
}
.blog_intro .intro h1 {
	font-size: 38px;
	margin-bottom: 15px;
}
.blog_intro .intro p {
	font-family: 'Gotham A', 'Gotham B', proxima-nova, sans-serif;
	font-weight: 100;
	font-size: 17px;
	line-height: 28px;
	margin-bottom: 45px;
}
@media screen and (min-width: 40.063em) {
	.blog_intro .intro h1 {
		font-size: 72px;
		margin-bottom: 35px;
		line-height: 70px
	}	
}
@media screen and (min-width: 64.063em) {
	.blog_intro .intro {
		margin-top: -222px;
		margin-bottom: 82.5px;
		margin-right: 1.9375rem!important;
	}
}	

/* Social Share */
.sv-share-button-wrapper {
	--share-trigger-button-color:#ff944b;
	--share-trigger-icon-color:#ff944b;
	--share-trigger-bg-color-hover: transparent;
}

.sv-share-button-wrapper .sv-share-trigger:focus i,
.sv-share-button-wrapper .sv-share-trigger:hover i,
.sv-share-button-wrapper .sv-share-trigger:focus,
.sv-share-button-wrapper .sv-share-trigger:hover {
	color: #ff5459;
}

