/**
 * 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%;
}

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

.panel_page {
	min-height: 100%;
	position: relative;
}

.panel_custom_two_col_even {
	margin: 30px 0;
}

body .grey-overlay {
	position: absolute;
    width: 100%;
    height: 100%;
    z-index: 100;
    background-color: rgba(0,0,0,.3);
    opacity: 0;
    pointer-events: none;
}
body.menu-active .grey-overlay {
    opacity: 1;
    pointer-events: all;
}

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

/*fonts.css*/
@font-face {
	font-family: 'arvil_sansregular';
	src: url('/includes/public/assets/fonts/arvil_sans-webfont.woff2') format('woff2'),
		 url('/includes/public/assets/fonts/arvil_sans-webfont.woff') format('woff');
	font-weight: normal;
	font-style: normal;
}

@font-face {
	font-family: 'latoblack';
	src: url('/includes/public/assets/fonts/lato-black-webfont.woff2') format('woff2'),
		 url('/includes/public/assets/fonts/lato-black-webfont.woff') format('woff');
	font-weight: normal;
	font-style: normal;
}

@font-face {
	font-family: 'latoblack_italic';
	src: url('/includes/public/assets/fonts/lato-blackitalic-webfont.woff2') format('woff2'),
		 url('/includes/public/assets/fonts/lato-blackitalic-webfont.woff') format('woff');
	font-weight: normal;
	font-style: normal;
}

@font-face {
	font-family: 'latobold';
	src: url('/includes/public/assets/fonts/lato-bold-webfont.woff2') format('woff2'),
		 url('/includes/public/assets/fonts/lato-bold-webfont.woff') format('woff');
	font-weight: normal;
	font-style: normal;
}

@font-face {
	font-family: 'latomedium';
	src: url('/includes/public/assets/fonts/lato-medium-webfont.woff2') format('woff2'),
		 url('/includes/public/assets/fonts/lato-medium-webfont.woff') format('woff');
	font-weight: normal;
	font-style: normal;
}

@font-face {
	font-family: 'latoregular';
	src: url('/includes/public/assets/fonts/lato-regular-webfont.woff2') format('woff2'),
		 url('/includes/public/assets/fonts/lato-regular-webfont.woff') format('woff');
	font-weight: normal;
	font-style: normal;
}

@font-face {
	font-family: 'libre_baskervilleitalic';
	src: url('/includes/public/assets/fonts/librebaskerville-italic-webfont.woff2') format('woff2'),
		 url('/includes/public/assets/fonts/librebaskerville-italic-webfont.woff') format('woff');
	font-weight: normal;
	font-style: normal;
}

@font-face {
	font-family: 'libre_baskervilleregular';
	src: url('/includes/public/assets/fonts/librebaskerville-regular-webfont.woff2') format('woff2'),
		 url('/includes/public/assets/fonts/librebaskerville-regular-webfont.woff') format('woff');
	font-weight: normal;
	font-style: normal;
}

/*---------------------------CORE STYLES---------------------------*/

.simpleForm h1,
.core-styles h1,
.contentRender_name_plugins_core_textbox h1 {
  color: #316066;
  font-size: 90px;
  font-family: 'arvil_sansregular';
  font-style: normal;
  line-height: 80px;
}


@media only screen and (min-width: 64.063em) {
	.simpleForm h1,
	.contentRender_name_plugins_core_textbox h1 {
	    margin-top: 25px;
	    margin-bottom: 30px;
	}
}

.simpleForm h2,
.core-styles h2,
.contentRender_name_plugins_core_textbox h2 {
  color: #316066;
  font-size: 58px;
  font-family: 'Lato', sans-serif;
  font-style: normal;
  font-weight: 700;
  line-height: 66px;
}

.simpleForm h3,
.core-styles h3,
.contentRender_name_plugins_core_textbox h3 {
  color: #316066;
  font-size: 50px;
  font-family: 'Lato', sans-serif;
  font-style: normal;
  line-height: 58px;
}

.simpleForm h4,
.core-styles h4,
.contentRender_name_plugins_core_textbox h4 {
  color: #316066;
  font-size: 54px;
  font-family: 'arvil_sansregular';
  font-style: normal;
  line-height: 48px;
}

.simpleForm h5,
.core-styles h5,
.contentRender_name_plugins_core_textbox h5 {
  color: #316066;
  font-size: 36px;
  font-family: 'Lato', sans-serif;
  font-style: normal;
  font-weight: 700;
  line-height: 42px;
}

.simpleForm h6,
.core-styles h6,
.contentRender_name_plugins_core_textbox h6 {
  color: #316066;
  font-size: 38px;
  font-family: 'arvil_sansregular';
  font-style: normal;
  line-height: 34px;
}

.simpleForm p,
.core-styles p,
.contentRender_name_plugins_core_textbox p {
  color: #316066;
  font-size: 19px;
  font-family: 'Libre Baskerville', serif;
  font-style: normal;
  font-weight: 400;
  line-height: 34px;
  letter-spacing: .4px;
  text-rendering: optimizeLegibility;
}

.simpleForm a,
.core-styles a,
.contentRender_name_plugins_core_textbox a {
  color: #17c7d2;
}

.simpleForm ul:not([class*="block-grid-"]) li,
.simpleForm ol:not([class*="block-grid-"]) li,
.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: #316066;
  font-size: 19px;
  line-height: 34px;
  font-family: 'Libre Baskerville', serif;
}

.simpleForm td,
.core-styles td,
.contentRender_name_plugins_core_textbox td,
.simpleForm tr,
.core-styles tr,
.contentRender_name_plugins_core_textbox tr {
  color: #316066;
  font-size: 19px;
  font-family: 'Libre Baskerville', serif;
  font-style: normal;
  font-weight: 400;
  line-height: 34px;
  text-rendering: optimizeLegibility;
}

@media screen and (max-width: 1024px){
	.simpleForm h1,
	.core-styles h1,
	.contentRender_name_plugins_core_textbox h1  {
    font-size: 76px;
    line-height: 68px;
	}
	.simpleForm h2,
	.core-styles h2,
	.contentRender_name_plugins_core_textbox h2 {
    font-size: 46px;
    line-height: 54px;
	}
	.simpleForm h3,
	.core-styles h3,
	.contentRender_name_plugins_core_textbox h3 {
    font-size: 38px;
    line-height: 46px;
	}
	.simpleForm h4,
	.core-styles h4,
	.contentRender_name_plugins_core_textbox h4 {
    font-size: 40px;
    line-height: 40px;
	}
	.simpleForm h5,
	.core-styles h5,
	.contentRender_name_plugins_core_textbox h5 {
    font-size: 28px;
    line-height: 32px;
	}
	.simpleForm h6,
	.core-styles h6,
	.contentRender_name_plugins_core_textbox h6 {
    font-size: 28px;
    line-height: 28px;
	}
}
@media screen and (max-width: 640px) {
	.simpleForm h1,
	.core-styles h1,
	.contentRender_name_plugins_core_textbox h1  {
    font-size: 50px;
    line-height: 50px;
	}
	.simpleForm h2,
	.core-styles h2,
	.contentRender_name_plugins_core_textbox h2 {
    font-size: 36px;
    line-height: 44px;
	}
	.simpleForm h3,
	.core-styles h3,
	.contentRender_name_plugins_core_textbox h3 {
    font-size: 28px;
    line-height: 36px;
	}
	.simpleForm h4,
	.core-styles h4,
	.contentRender_name_plugins_core_textbox h4 {
    font-size: 32px;
    line-height: 32px;
	}
	.simpleForm h5,
	.core-styles h5,
	.contentRender_name_plugins_core_textbox h5 {
    font-size: 22px;
    line-height: 26px;
	}
	.simpleForm h6,
	.core-styles h6,
	.contentRender_name_plugins_core_textbox h6 {
    font-size: 26px;
	}
	.simpleForm p,
	.core-styles p,
	.contentRender_name_plugins_core_textbox p {
		font-size: 17px;
    line-height: 26px;
	}
	.simpleForm ul:not([class*="block-grid-"]) li,
	.simpleForm ol:not([class*="block-grid-"]) li,
	.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: 17px;
    line-height: 26px;
	}
	.simpleForm td,
	.core-styles td,
	.contentRender_name_plugins_core_textbox td,
	.simpleForm tr,
	.core-styles tr,
	.contentRender_name_plugins_core_textbox tr {
	  font-size: 17px;
    line-height: 26px;
	}
}

h1 > a,
h2 > a,
h3 > a,
h4 > a,
h5 > a,
h6 > a {
  font: inherit;
  color: inherit;
  text-decoration: none;
}

/*---------------------------END CORE STYLES---------------------------*/
/*Form Styles*/
/* START RESET FORM STYLING (YOU SHOULDN'T HAVE TO MODIFY)  */

/* SHOWN BY JS IN FOOTER */

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; display: block; }
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;
}

.mfp-iframe-scaler button:hover,
.mfp-iframe-scaler button:focus { background-color: transparent; !important; }

/* 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 div.datalabel label.svformreq { color: #d81111; }
.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 .progress {
	height: 22px !important;
	line-height: 18px !important;
}
.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 ; color: #fff}
.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;
}
.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 #sv_submit_event_form input[type="text"] {
	cursor: text;
    text-transform: none;
    margin: 0px 0 25px;
    height: 39px;
    box-shadow: 0 0 0;
    font-family: "latoregular";
    font-size: 18px;
    color: #316066;
    background-color: #FFF;
    box-sizing: border-box;
    line-height: normal;
    position: relative;
    top: 2px;
}

.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 .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;
}

/* END RESET */

/* DTN Mobile Footer Banner */

.footerBottom .mobileAd {
    display: none;
    width: 100%;
    height: 50px;
    position: fixed;
    bottom: 0;
}

.footerBottom.hasMobileAd {
    height: 150px;
}

.footerBottom.hasMobileAd .mobileAd {
    display: block;
}

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

.footerBottom .mobileAd .banner-close {
    position: absolute;
    top: -18px;
    cursor: pointer;
    right: 0px;
    padding: 0px 3px;
    opacity: .75;
    color: white;
    background: #111;
    font-size: 12px;
}

.footerBottom .mobileAd .fa {
    color: white;
}

/*style.css*/
html, body { font-size: 100%; }

body {
	margin: 0;
	padding: 0;
	position: relative;
	background-color: #fff;
	color: #316066;
	font-weight: normal;
	line-height: 1.5;
	z-index: 1;
}

h1 {
	font-family: "latoblack";
	color: #316066;
	font-size: 36px;
	line-height: 40px;
}
h1.heading {
	text-transform: uppercase;
	text-align: center;
	margin-bottom: 20px;
}

h2 {
	font-family: "arvil_sansregular";
	font-size: 60px;
	line-height: 60px;
	color: #316066;
}

a, a:link { color: #17c7d2; }
a:visited, a:hover, a:active { color: #17c7d2; }

p {
	font-size: 14px;
	line-height: 24px;
	color: #316066;
	font-family: "libre_baskervilleregular";
}
p > a { color: #17c7d2; }
p > a:hover { color: #17c7d2; }

.row { max-width: 73.5rem !important; }

.overlay {
	display: none;
	width: 100%;
	height: 100%;
	position: fixed;
	top: 0;
	left: 0;
	background-color: rgba(27, 27, 27, 0.2);
	z-index: 20;
}
body.menu-active .overlay { display: block; }

.one-col {
	padding: 30px 0 20px;
}

.icon {
	display: inline-block;
	width: 22px;
	height: 22px;
	background-repeat: no-repeat;
}
.icon.icon-globe {
	background-image: url('/includes/public/assets/images/other/translate.svg');
}
.icon.icon-facebook {
	background-image: url('/includes/public/assets/images/social/facebook/fb_orange.svg');
	background-position: 5px 0;
}
.icon.icon-twitter {
	background-image: url('/includes/public/assets/images/social/twitter/tw_orange.svg');
	background-position: 0 2px;
}
.icon.icon-instagram {
	background-image: url('/includes/public/assets/images/social/instagram/in_orange.svg');
	background-size: cover;
}
.icon.icon-youtube {
	background-image: url('/includes/public/assets/images/social/youtube/yt_orange.svg');
	background-position: 0 3px;
}
.icon.icon-search {
	background-image: url('/includes/public/assets/images/other/search.svg');
}
.icon.icon-map-marker {
	background-image: url('/includes/public/assets/images/other/map_pin/map_pin_white.svg');
}
.icon.icon-map-marker-blue {
	background-image: url('/includes/public/assets/images/other/map_pin/map_pin_blue.svg');
}
.icon.icon-hamburger {
	background-image: url('/includes/public/assets/images/other/hamburger.png');
}
.icon.icon-info {
	background-image: url('/includes/public/assets/images/other/details.svg');
}
.icon.icon-close {
	background-image: url('/includes/public/assets/images/other/close.svg');
}
.icon.icon-facebook-green {
	background-image: url('/includes/public/assets/images/social/facebook/fb_green.svg')
}
.icon.icon-facebook-white {
	background-image: url('/includes/public/assets/images/social/facebook/fb_white.svg')
}
.icon.icon-instagram-white {
	background-image: url('/includes/public/assets/images/social/instagram/in_white.svg');
}
.icon.icon-twitter-green {
	background-image: url('/includes/public/assets/images/social/twitter/tw_green.svg')
}
.icon.icon-share {
	background-image: url('/includes/public/assets/images/other/share-icon.png');
}

@media only screen and (min-width: 40.063em) {
	p {
		font-size: 18px;
		line-height: 30px;
	}

	h1 {
		font-size: 56px;
		line-height: 56px;
	}

	h2 {
		font-size: 70px;
		line-height: 70px;
	}
}

@media only screen and (min-width: 64.063em) {
	h1 {
		font-size: 70px;
		line-height: 70px;
	}

	h2 {
		font-size: 90px;
		line-height: 90px;
	}

	p {
		font-size: 20px;
		line-height: 34px;
	}
}

#mapexplorerPlaceholder {
  padding: 0 45px 50px;
}

@media only screen and (max-width: 1024px) {
	#mapexplorerPlaceholder {
		padding: 0 8px 20px;
	}
}

/*forms.css*/
form .shared-input {
	display: block;
	height: 48px;
	width: 100%;
	position: relative;
	padding: 5px 15px;
	margin: 0 0 10px;
	text-transform: uppercase;
	border: 0;
	color: #222;
	box-shadow: 0 0 0;
	background-color: #fff;
	cursor: pointer;
	font-family: "latoregular";
	font-size: 18px;
	color: #316066;
}
form .shared-input:hover {
	background-color: #fff;
}
form .shared-input.shared-select {
	background-image: url('/includes/public/assets/images/arrows/sq_filled/arrow_charcol_down.svg');
	-moz-appearance: none;
}
form .shared-input.shared-textbox {
	cursor: text;
	text-transform: none;
}
form .shared-input.shared-submit {
	border: 3px solid #fff;
	color: #fff;
	font-family: "latoblack";
	font-size: 18px;
	background-color: transparent;
}

:focus {
	outline:none;
}

@media only screen and (min-width: 40.063em) {
	form .shared-input {
		margin: 0 0 25px;
	}
}

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

/*interior.css*/
body.grayout .content {
	position: relative;
}
body.grayout .footer_container {
	position: relative;
}
body.grayout .content::before {
  content: "";
  position: absolute;
  top: 0px;
  left: 0px;
  width: 100%;
  height: 100%;
  background-color: rgba(0,0,0,.3);
  display: block;
  z-index: 2;
}
body.grayout .footer_container::before {
	content: "";
  position: absolute;
  bottom: 0px;
  left: 0px;
  width: 100%;
  height: calc(100% + 70px);
  background-color: rgba(0,0,0,.3);
  display: block;
  z-index: 2;
}
body.grayout .shareContainer .shareButton {
	position: absolute;
	right: 15px;
	z-index: 10;
}
@media screen and (max-width: 1024px){
	body.grayout .content::before,
	body.grayout .footer_container::before{
		display: none;
	}
}
.slideshow_container .headerSlideshow {
	padding-bottom: 10px;
	margin-bottom: 20px;
}
.slideshow_container .headerSlideshow.interior {
	background-image: url('/includes/public/assets/images/patterns/interior-bg.png');
	background-repeat: repeat-x;
	background-position: left bottom;
}
.slideshow_container .headerSlideshow .slick-slider {
	margin-bottom: 0;
}
.interiorContainer {
	position: relative;
	padding-bottom: 20px;
	/*background-image: url('/includes/public/assets/images/patterns/interior-bg.png');
	background-repeat: repeat-x;*/
}
/*.interiornavContainer {
	padding-bottom: 30px;
}*/

.interiorContainer .interiorNavButton {
	position: absolute;
	display: inline-block;
	padding: 8px 15px 6px;
	background-color: #fff;
	border: 2px solid #4e4e56;
	z-index: 20;
	cursor: pointer;
}
.interiorContainer .interiorNavButton > a {
	font-family: "latomedium";
	font-size: 18px;
	line-height: 20px;
	color: #4e4e56;
}
.interiorContainer .interiorNavButton > a > span {
	background-image: url('/includes/public/assets/images/other/menu-icon.png');
	background-repeat: no-repeat;
	background-position: left center;
	text-transform: uppercase;
	padding-left: 15px;
}

.interiorContainer ul.interiorNav {
	display: none;
	position: absolute;
	left: 15px;
	top: 60px;
	width: 400px;
	margin: 0 auto;
	padding: 20px;
	list-style: none;
	background-color: #fff;
	border: 2px solid #4e4e56;
	z-index: 20;
}
.interiorContainer.menu-active ul.interiorNav {
	display: block;
}
.interiorContainer ul.interiorNav li {
	padding: 10px 0;
}
.interiorContainer ul.interiorNav > li.title {
	padding: 0 0 5px;
	margin: 0;
}
.interiorContainer ul.interiorNav > li.title a{
	padding: 0 0 5px;
	margin: 0;
	font-size: 30px;
	line-height: 36px;
	font-family: "arvil_sansregular";
	color: #4e4e56;
	border-bottom: 2px solid #bbdc00;
	letter-spacing: 1px;
	display: block;
}
.interiorContainer ul.interiorNav li {position: relative;}
.interiorContainer ul.interiorNav li.active > a {
	color: #bbdc00;
	text-decoration: underline;
}
.interiorContainer ul.interiorNav li a {
	font-family: "libre_baskervilleregular";
	color: #4e4e56;
}
.interiorContainer ul.interiorNav li.hasDropdown > a span {
  display: inline-block;
  position: absolute;
  content: '';
  right: 0;
  top: 15px;
  background-image: url(/includes/public/assets/images/arrows/filled/arrow_charcol_down.svg);
  background-repeat: no-repeat;
  width: 16px;
  height: 16px;
}
.interiorContainer ul.interiorNav li.hasDropdown.dropdownOpen > a span {
  background-image: url(/includes/public/assets/images/arrows/filled/arrow_charcol_up.svg);
}
.interiorContainer ul.interiorNav li.hasDropdown ul.subnav {
	list-style: none;
	display: none;
}
.interiorContainer ul.interiorNav li.hasDropdown.dropdownOpen > ul.subnav {
	display: block;
}
.interiorContainer ul.interiorNav li.hasDropdown.dropdownOpen > ul.subnav li:last-child {
	padding-bottom: 0;
}

.interiorContainer .shade {
	display: none;
	position: absolute;
	top: 0;
	left:0 ;
	width: 100%;
	height: 100%;
	background-color: rgba(0, 0, 0, 0.4);
}
.interiorContainer.menu-active .shade {
	display: block;
}

.shareContainer {}
.shareContainer .shareButton {
	float: right;
	font-family: "latomedium";
	font-size: 18px;
	line-height: 20px;
	color: #17c7d2;
	padding: 8px 15px;
	border: 2px solid #17c7d2;
	background-color: #fff;
	z-index: 20;
	transition: all ease .5s;
}
.shareContainer.share-active .shareButton {
	background-color: #17c7d2;
	color: #fff;
}
.shareContainer .shareButton > i {
	float: left;
	margin-right: 5px;
}
.shareContainer.share-active .shareButton > i {
	background-image: url('/includes/public/assets/images/other/share-icon-white.png');
}

.shareContainer ul.addthis {
	opacity: 0;
	margin: 0;
	margin-right: -15px;
	padding: 0;
	list-style: none;
	float: right;
	padding-right: 10px;
	transition: all ease .5s;
}
.shareContainer.share-active ul.addthis {
	opacity: 1;
	margin: 0;
}
.shareContainer ul.addthis > li {
	display: inline-block;
	padding-left: 5px;
}

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

@media only screen and (min-width: 64.063em) {
	.shareContainer .searchButton {
		display: inline-block;
		position: absolute;
		top: 10px;
		right: 0;
		cursor: pointer;
		padding: 0;
	}
	.shareContainer .searchButton > i {
		vertical-align: middle;
	}
}

/*header.css*/
.header {
	background-color: #fff;
	max-height: 140px;
	min-height: 60px;
	z-index: 30;
	height: 100%;
	z-index: 101;
}

body.menu-active .header {
	position: absolute;
	top: 0;
	width: 100%;
	height: 73px;
}

.header .brand {
	position: relative;
	display: block;
}
.header .brand .logo {
	position: relative;
	top: 10px;
	left: 0px;
	height: 52px;
}
.header .brand .sublogo {
	position: absolute;
	top: -5px;
	left: -150px;
	height: 130px;
}

.header .mobileHeader {
	display: block;
	width: 100%;
	background-color: #fff;
	text-align: right;
	padding: 15px 0;
}
.header .mobileHeader .menuButton {
	text-align: center;
	display: inline-block;
	vertical-align: middle;
	padding-left: 10px;
	border-left: 2px solid #ededed;
	cursor: pointer;
}
.header .mobileHeader .menuButton > i {
	position: relative;
	top: 8px;
}
.header .mobileHeader .menuButton > span {
	display: block;
	color: #ff674c;
	text-transform: uppercase;
	font-family: "latoblack";
	font-size: 12px;
	line-height: 14px;
}

.header .desktopHeader {
	display: block;
	width: 100%;
	background-color: #fff;
}
.header .desktopHeader .headerTop {
	max-width: 700px;
	width: 100%;
	margin-top: 20px;
	position: relative;
	border-bottom: 3px solid #ededed;
	min-height: 47px;
}
.header .desktopHeader .headerTop .secondary-nav-section {
	display: inline-block;
	margin-right: 3%
}
.header .desktopHeader .headerTop .translate{
	display: inline-block;
	margin-right: 4%;
}
/*.header .desktopHeader .headerTop .translate .googleTranslateDropdown {
	display: none;
}*/
.header .desktopHeader .headerTop .translate .googleTranslateDropdown.dropdownOpen {
	display: block;
	position: absolute;
	width: 200px;
	z-index: 4;
}
@media screen and (max-width: 1024px){
	/*.header .mobileMenu .googleTranslate .googleTranslateDropdown {
		display: none;
	}*/
	.header .mobileMenu .googleTranslate .googleTranslateDropdown.dropdownOpen {
		display: block;
		position: absolute;
		width: 200px;
		z-index: 4;
	}
}

.header .desktopHeader .headerTop .social {
	display: inline-block;
	vertical-align: bottom;
}
.searchButton {
	display: inline-block;
	cursor: pointer;
	padding-right: 10px;
}
.searchButton > i {
	vertical-align: middle;
}

.translateButton {
	position: relative;
	top: -3px;
}
.translateButton > i.icon-globe {
	margin-right: 5px;
	vertical-align: text-top;
	display: inline-block;
}
.translateButton > span {
	color: #bbdc00;
	font-size: 16px;
	font-family: "latomedium";
	vertical-align: middle;
	display: inline-block;
}
.translateButton > span select {
	margin: 0;
  background-color: #fff;
  border: none;
  background-image: none;
  width: 70px;
  color: #bbdc00;
  font-size: 16px;
  font-family: "latomedium";
  padding: .5rem 0;
   -moz-appearance: none;
 	-webkit-appearance: none;
 	cursor: pointer;
}
.translateButton >span select option {
	color: #4e4e56;
}

ul.secondaryNav {
	display: inline-block;
	margin: 0;
	padding: 0;
	list-style: none;
}
.secondaryNav > li {
	display: inline-block;
}
.secondaryNav > li > a {
	display: block;
	padding: 10px;
	text-transform: uppercase;
	color: #4e4e56;
	font-family: "latoregular";
}
.secondaryNav > li > a:hover {}
.secondaryNav > li:first-of-type > a {
	padding-left: 0;
}
.secondaryNav > li:last-of-type > a {
	padding-left: 0;
}

ul.socialNav {
	display: inline-block;
	margin: 0;
	padding: 0;
	list-style: none;
	vertical-align: bottom;
}
.socialNav > li {
	display: inline-block;
	vertical-align: text-top;
}
.socialNav > li > a {
	display: block;
	padding: 6px;
	font-family: "latomedium";
	font-size: 16px;
}

ul.primaryNav {
	margin: 0;
	padding: 0;
	list-style: none;
}
.primaryNav > li {
	display: inline-block;
	position: relative;
}
.primaryNav > li > a {
	display: block;
	padding: 15px 8px;
	font-size: 18px;
	font-family: "latoblack";
	color: #17c7d2;
	text-transform: uppercase;
}
.primaryNav > li:hover > a {
	color: #17c7d2;
}
.primaryNav > li:first-of-type > a {
	padding-left: 0;
}
.primaryNav > li:last-of-type > a {
	padding-right: 0;
}
.primaryNav > li > .dropdown {
	display: none;
	width: 300px;
	position: absolute;
	top: 55px;
	left: -100px;
	background-color: #fff;
	border-top: 3px solid #ff674c;
	list-style: none;
	z-index: 25;
	box-shadow: 1px 1px 1px rgba(0, 1, 1, 0.1);
}
.primaryNav > li:hover > .dropdown {
	display: block;
	padding: 10px 25px;
}
.primaryNav > li > .dropdown::after {
	display: block;
	position: absolute;
	top: -15px;
	left: 44%;
	content: '';
	width: 0;
	height: 0;
	border-left: 15px solid transparent;
	border-right: 15px solid transparent;
	border-bottom: 15px solid #ff674c;
}
.primaryNav > li.events > .dropdown::after { left: 35%; }
.primaryNav > li.plan > .dropdown::after { left: 32%; }

.primaryNav > li > .dropdown > li {}
.primaryNav > li > .dropdown > li > a {
	display: block;
	padding: 10px 0;
	font-size: 16px;
	font-family: "latoregular";
	color: #316066;
}
.primaryNav > li > .dropdown > li > a:hover {
	color: #ff674c;
}

.mobileMenu {
	display: none;
	background-color: #fff;
	border-top: 20px solid #ededed;
	z-index: 11;
	position: absolute;
	top: 73px;
	width: 100%;
	padding: 20px 20px 15px;
}
body.menu-active .mobileMenu {
	display: block;
}

.mobileMenu ul.mobilePrimaryNav {
	margin: 0;
	padding: 0;
	list-style: none;
}
.mobileMenu ul.mobilePrimaryNav > li {
	display: block;
}
.mobileMenu ul.mobilePrimaryNav > li > a {
	display: inline-block;
/*	width: 100%;*/
	padding: 5px 0;
/*	position: relative;*/
	font-size: 18px;
	line-height: 30px;
	text-transform: uppercase;
	font-family: "latoblack";
}
.mobileMenu ul.mobilePrimaryNav li.active > a {
	color: #ff674c;
	border-bottom: 1px solid #ff674c;
}
.mobileMenu ul.mobilePrimaryNav li.hasDropdown > a span {
	display: inline-block;
	width: 16px;
	height: 16px;
	content: '';
	position: absolute;
	right: 0;
	top: 15px;
	background-image: url('/includes/public/assets/images/arrows/filled/arrow_charcol_down.svg');
	background-repeat: no-repeat;
}
/*.mobileMenu ul.mobilePrimaryNav li.hasDropdown .dropdown li.hasDropdown a span {
	top: 5px;
}*/
.mobileMenu ul.mobilePrimaryNav li.hasDropdown.dropdownOpen > a span {
	background-image: url('/includes/public/assets/images/arrows/filled/arrow_charcol_up.svg');
}

.mobileMenu ul.mobilePrimaryNav li ul.dropdown {
	display: none;
	padding: 0;
	list-style: none;
}
.mobileMenu ul.mobilePrimaryNav li.hasDropdown.dropdownOpen > ul.dropdown {
	display: block;
}
.mobileMenu ul.mobilePrimaryNav li.hasDropdown {
	position: relative;
}
.mobileMenu ul.mobilePrimaryNav li ul.dropdown li a {
	display: inline-block;
	margin: 10px 0;
	font-size: 16px;
	font-family: "latoblack";
	line-height: 20px;
}
.mobileMenu ul.mobilePrimaryNav li ul.dropdown li a span {
	position: absolute;
}

.mobileMenu .mobileSecondaryNav {
	margin: 10px 0;
	padding: 10px 0;
	list-style: none;
	border-top: 2px solid #ededed;
}
.mobileSecondaryNav > li {
	display: block;
}
.mobileSecondaryNav > li > a {
	display: block;
	width: 100%;
	position: relative;
	font-size: 18px;
	color: #316066;
	font-family: "latoblack";
	padding: 5px 0;
}
.mobileSecondaryNav li.hasDropdown > a span {
	display: inline-block;
	position: absolute;
	content: '';
	right: 0;
	top: 15px;
	background-image: url('/includes/public/assets/images/arrows/filled/arrow_charcol_down.svg');
	background-repeat: no-repeat;
	width: 16px;
	height: 16px;
}
.mobileSecondaryNav li.hasDropdown ul.dropdown li.hasDropdown > a span {
	top: 5px;
}
.mobileSecondaryNav li.hasDropdown.dropdownOpen > a span {
	background-image: url('/includes/public/assets/images/arrows/filled/arrow_charcol_up.svg');
}
.mobileSecondaryNav li.hasDropdown .dropdown {
	list-style: none;
}
.mobileSecondaryNav li.hasDropdown ul.dropdown li {
	position: relative;
}
.mobileSecondaryNav li.hasDropdown ul.dropdown li a {
  color: #316066;
  font-family: "latoblack";
  font-size: 16px;
  line-height: 20px;
}
.mobileSecondaryNav li.hasDropdown ul.dropdown {display: none;}
.mobileSecondaryNav li.hasDropdown.dropdownOpen > ul.dropdown {
	display: block;
}
.mobileMenu .mobileMenuFooter {
	margin: 0;
	padding: 25px 0 0;
	border-top: 2px solid #ededed;
}
.mobileMenu .mobileMenuFooter .translateButton {
	color: #bbdc00;
	font-family: "latoregular";
	line-height: 36px;
}

@media screen and (max-width: 1024px){
	.mobileMenu .social {text-align: right;}
	.mobileMenu .socialNav {
		margin: 0;
		padding: 0;
		list-style: none;
		text-align: right;
	}
	.socialNav > li {
		display: inline-block;
	}
	.socialNav > li > a {
		display: block;
		padding: 0 5px;
	}
}


@media only screen and (min-width: 40.063em) {
	.header .brand .logo {
		position: relative;
		left: 15px;
	}

	.header .mobileHeader {
		padding: 15px;
	}

	.mobileMenu {
		right: 0;
		width: 400px;
	}
}

@media only screen and (min-width: 64.063em) {
	body.menu-active .header {
		position: relative;
		height: 100%;
	}

	.header .brand .logo {
		position: relative;
		top: 10px;
		left: 30px;
		height: 100%;
		max-height: 105px;
	}

	.searchButton {
		display: inline-block;
		position: absolute;
		top: 8px;
		right: 0;
		cursor: pointer;
		padding-right: 10px;
	}
}

/*widgets/headerslideshow.css*/
.headerSlideshow {
	display: block;
	width: 100%;
	position: relative;
	z-index: 10;
}
body.menu-active .headerSlideshow {
	padding-top: 73px;
}

.headerSlideshow .slides {
	display: block;
	width: 100%;
}
.headerSlideshow .slides .slide {
	position: relative;
	overflow: hidden;
}
.headerSlideshow .slides .slide > img,
.headerSlideshow .slides .slide a > img {width: 100%;}
.headerSlideshow .slides .slide picture img {
	position: relative;
	top: 0;
	left: 50%;
	width: auto;
	max-width: none;
	height: 300px;
	transform: translateX(-50%);
}
.headerSlideshow .slides .slide .message {
	display: block;
	position: absolute;
	bottom: 15px;
	right: 0;
	padding: 15px 15px;
	max-width: 450px;
	min-width: 200px;
	z-index: 10;
	margin: 0 15px;
}
.headerSlideshow .slides .slide .message.left {
	right: initial;
	left: 0;
}
.headerSlideshow .slides .slide .message.left h2{
	text-align: left;
}
.headerSlideshow .slides .slide .message.left p {
	text-align: left;
}
.headerSlideshow .slides .slide .message.blue {
	background-color: rgba(23, 199, 210, .85);
}
.headerSlideshow .slides .slide .message.gray {
	background-color: rgba(78, 78, 86, .85);
}
.headerSlideshow .slides .slide .message.red {
	background-color: rgba(255, 103, 76, .85);
}
.headerSlideshow .slides .slide .message.green {
	background-color: rgba(187, 220, 0, .85);
}

.headerSlideshow .slides .slide .message h2 {
	margin: 0;
	text-transform: uppercase;
	font-size: 25px;
	line-height: 22px;
	text-align: right;
	font-family: "arvil_sansregular";
	letter-spacing: 1px;
}
.headerSlideshow .slides .slide .message h2 {
	color: #fff;
}
.headerSlideshow .slides .slide .message h2 > a {
	color: #fff;
}
.headerSlideshow .slides .slide .message p {
	margin: 0;
	font-size: 16px;
	font-family: "latoregular";
	text-align: right;
	color: #fff;
}
@media screen and (max-width: 640px){
	.headerSlideshow .slides .slide .message p {
		font-size: 12px;
	}
}

.headerSlideshow .slides .slide .cover {
	position: absolute;
	top: 0px;
	left: 0px;
	width: 100%;
	height: 100%;
	background-color: rgba(23,199,210,0);
	transition: all ease .5s;

		background-color: rgba(23,199,210,.75);
}
.headerSlideshow .slides .slide.slick-active .cover {
	background-color: rgba(23,199,210,0);
}
.headerSlideshow .slides .slide .cover::before {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	background: rgba(141,229,233,.75);
	content: '';
	-webkit-transition: -webkit-transform 0.6s;
	transition: transform 0.6s;
	-webkit-transform: scale3d(2.1,1.4,1) rotate3d(0,0,1,45deg) translate3d(0,-130%,0);
	transform: scale3d(2.1,1.4,1) rotate3d(0,0,1,45deg) translate3d(0,-130%,0);
	transition: all ease .5s;

	-webkit-transform: scale3d(2.2,1.4,1) rotate3d(0,0,1,45deg) translate3d(0,130%,0);
	transform: scale3d(2.2,1.4,1) rotate3d(0,0,1,45deg) translate3d(0,130%,0);
	transition: all ease 1s;
}
.headerSlideshow .slides .slide.slick-active .cover::before {
	-webkit-transform: scale3d(2.1,1.4,1) rotate3d(0,0,1,45deg) translate3d(0,-130%,0);
	transform: scale3d(2.1,1.4,1) rotate3d(0,0,1,45deg) translate3d(0,-130%,0);
}

.headerSlideshow .arrows {
	display: none;
	position: absolute;
	top: 46%;
	width: 100%;
}
body.menu-active .headerSlideshow .arrows {
	top: 55%;
}

.headerSlideshow .arrows .arrow {
	position: absolute;
	display: inline-block;
	width: 45px;
	height: 45px;
	background-repeat: no-repeat;
	background-position: 0 0;
	cursor: pointer;
}
.headerSlideshow .arrows .arrow.prev {
	left: 15px;
	background-image: url('/includes/public/assets/images/arrows/sq_filled/arrow_turquoise_left.svg');
}
.headerSlideshow .arrows .arrow.next {
	right: 15px;
	background-image: url('/includes/public/assets/images/arrows/sq_filled/arrow_turquoise_right.svg');
}

@media only screen and (min-width: 40.063em) {
	.headerSlideshow .slides .slide picture img {
		height: 0;
		width: 100%;
	}
	.headerSlideshow .slides .slide picture img.loaded {
		height: 100%
	}
	.headerSlideshow .arrows {
		display: block;
	}
}

@media only screen and (min-width: 64.063em) {
	body.menu-active .headerSlideshow {
		padding-top: 0;
	}
	body.menu-active .headerSlideshow .arrows {
		top: 46%;
	}

	.headerSlideshow .slides .slide .message {
		bottom: 35px;
		right: 0;
		padding: 15px 15px;
		max-width: 450px;
		min-width: 300px;
	}
	.headerSlideshow .slides .slide .message h2 {
		font-size: 36px;
		line-height: 28px;
	}
	.headerSlideshow .slides .slide .message p {
		font-size: 16px;
	}

	.headerSlideshow .arrows .arrow {
		width: 60px;
		height: 60px;
	}
	.headerSlideshow .arrows .arrow.prev {
		left: 30px;
	}
	.headerSlideshow .arrows .arrow.next {
		right: 30px;
	}
}

/*widgets/slider.css*/
.highlights {
	display: block;
	width: 100%;
	position: relative;
}
.highlights .slides .slide {
	padding: 20px 0;
	margin-bottom: 20px;
	position: relative;
}
.highlights .slides .slide:nth-of-type(3n - 2) { background-image: url('/includes/public/assets/images/patterns/zigzag_coral.png'); }
.highlights .slides .slide:nth-of-type(3n - 1) { background-image: url('/includes/public/assets/images/patterns/zigzag_green.png'); }
.highlights .slides .slide:nth-of-type(3n) { background-image: url('/includes/public/assets/images/patterns/zigzag_blue.png'); }

.highlights .message-wrapper {
	position: relative;
	padding: 15px;
	padding-bottom: 100px;
	background-color: #fff;
	overflow: hidden;
}
.highlights .message-wrapper .message {
	position: relative;
	left: -70px;
	z-index: 2;
	width: 100%;
	opacity: 0;
	transition: all ease .7s;
}
.highlights .slick-active .message-wrapper .message {
	opacity: 1;
	left: 0px;
}

.highlights .message-wrapper .message h2 {
	margin: 0 0 20px;
	font-size: 40px;
	line-height: 36px;
	font-family: "arvil_sansregular";
	color: #316066;
	text-transform: uppercase;
}

.highlights .message-wrapper .message h4 {
	margin: 0 0 20px;
	font-style: italic;
	font-size: 20px;
	font-family: "libre_baskervilleitalic";
	color: #17c7d2;
}

.highlights .message-wrapper .message p {
	padding-top: 20px;
	border-top: 2px solid #ededed;
	font-size: 14px;
}

.highlights .message-wrapper img.background {
	position: absolute;
	right: -50px;
	bottom: 0px;
	width: 100%;
	z-index: 1;
	opacity: 0;
	transition: all ease .5s .35s;
}
.highlights .slick-active .message-wrapper img.background {
	right: 0px;
	opacity: 1;
}

.highlights .arrows {
	position: relative;
	z-index: 5;
}
.highlights .arrows .arrow {
	position: relative;
	display: inline-block;
	width: 33px;
	height: 33px;
	background-repeat: no-repeat;
	background-size: 100%;
	cursor: pointer;
}
.highlights .arrows .arrow.prev { background-image: url('/includes/public/assets/images/arrows/illus-arrow-left.png'); }
.highlights .arrows .arrow.next { background-image: url('/includes/public/assets/images/arrows/illus-arrow-right.png'); }

@media only screen and (min-width: 40.063em) {
	.highlights .slides .slide {
		padding: 40px 0px;
	}

	.highlights .message-wrapper {
		padding: 30px;
		padding-bottom: 300px;
	}
	.highlights .message-wrapper .message h2 {
		font-size: 60px;
		line-height: 55px;
	}

	.highlights .message-wrapper .message h4 {
		font-size: 24px;
	}

	.highlights .message-wrapper .message p {
		font-size: 17px;
		line-height: 27px;
	}

	.highlights .arrows .arrow {
		width: 50px;
		height: 50px;
		background-size: cover;
	}
}

@media only screen and (min-width: 64.063em) {
	.highlights .slides .slide {
		padding: 100px 0px;
	}

	.highlights .message-wrapper {
		padding: 50px;
	}

	.highlights .message-wrapper .message {
		max-width: 520px;
	}
	.highlights .message-wrapper .message h4 {
		margin-bottom: 40px;
	}

	.highlights .message-wrapper .message p {
		padding-top: 50px;
		font-size: 17px;
	}

	.highlights .arrows {
		padding-top: 30px;
	}

	.highlights .slick-active .message-wrapper img.background {
		right: -150px;
		bottom: -100px;
	}
}

/*widgets.featuredevents.css*/
.row .featuredEvents .row{
	margin-left: 0;
    margin-right: 0;
}

.featuredEvents {
	display: block;
	width: 100%;
	margin: 30px 0;
	visibility: hidden;
}
.featuredEvents .featuredHead {
	border-bottom: 1px solid #feedbb;
	padding-bottom: 20px;
}
.featuredEvents .featuredHead .title {
	margin: 0 0 10px;
	text-transform: uppercase;
	font-size: 48px;
	line-height: 42px;
	font-family: "arvil_sansregular";
	color: #316066;
}
.featuredEvents .featuredHead .featuredNav {
	position: absolute;
	top: -5px;
	right: 0;
}
.featuredEvents .all {
	display: inline-block;
	font-size: 20px;
	line-height: 27px;
	font-family: "latomedium";
	color: #17c7d2;
	text-transform: uppercase;
	float: left;
}
.featuredEvents .featuredNav .arrows {max-width: 30px;}
.featuredEvents .featuredNav .arrows.bottom {max-width: none;}
.featuredEvents .featuredNav .arrow {
	display: block;
	width: 30px;
	height: 30px;
	background-repeat: no-repeat;
	cursor: pointer;
}
.featuredEvents .featuredNav .arrow.up {
	background-image: url('/includes/public/assets/images/arrows/sq_outlined/arrow_blue_up.svg');
	margin-bottom: 5px;
}
.featuredEvents .featuredNav .arrow.down {
	background-image: url('/includes/public/assets/images/arrows/sq_outlined/arrow_blue_down.svg');
}

.featuredEvents .featuredFoot {}
.featuredEvents .featuredFoot .featuredNav {
	float: right;
}
.featuredEvents .featuredFoot .featuredNav .arrow {
	display: inline-block;
}
.featuredEvents .featuredFoot .featuredNav .arrow.up {
	margin: 0;
}

.featuredEvents .featuredList {}
.featuredEvents .featuredList .item {
	padding: 30px 0;
	border-bottom: 3px solid #feedbb;
}
.featuredEvents .featuredList .item .day {
	display: inline-block;
	font-size: 50px;
	text-align: right;
	color: #ff674c;
	font-family: "latoblack";
	border-right: 3px solid #ededed;
	line-height: 50px;
	padding-right: 10px;
	margin: 0 7px 10px;
}

.featuredEvents .featuredList .item .month {
	display: inline-block;
	text-align: right;
	font-size: 18px;
	line-height: 27px;
	text-transform: uppercase;
	font-family: 'latomedium';
	color: #ff674c;
	letter-spacing: 2px
}

.featuredEvents .featuredList .item .imgcont {
	position: relative;
	overflow: hidden;
	margin-bottom: 10px;
}
.featuredEvents .featuredList .item .imgcont img {
	width: 100%;
}

.featuredEvents .featuredList .item .imgcont .cover {
	position: absolute;
	top: 0px;
	left: 0px;
	width: 100%;
	height: 100%;
	background-color: rgba(23,199,210,0);
	transition: all ease .5s;
}

@media screen and (min-width: 1025px){
	.featuredEvents .featuredList .item .imgcont:hover .cover {
		background-color: rgba(23,199,210,.75);
	}
	.featuredEvents .featuredList .item .imgcont .cover::before {
		position: absolute;
		top: 0;
		left: 0;
		width: 100%;
		height: 100%;
		background: rgba(141,229,233,.75);
		content: '';
		-webkit-transition: -webkit-transform 0.6s;
		transition: transform 0.6s;
		-webkit-transform: scale3d(2.1,1.4,1) rotate3d(0,0,1,45deg) translate3d(0,-130%,0);
		transform: scale3d(2.1,1.4,1) rotate3d(0,0,1,45deg) translate3d(0,-130%,0);
		transition: all ease .5s;
	}
	.featuredEvents .featuredList .item .imgcont:hover .cover::before {
		-webkit-transform: scale3d(2.2,1.4,1) rotate3d(0,0,1,45deg) translate3d(0,130%,0);
		transform: scale3d(2.2,1.4,1) rotate3d(0,0,1,45deg) translate3d(0,130%,0);
	}
}

.featuredEvents .featuredList .item .title {
	color: #ff674c;
	font-family: "latoblack";
	font-size: 24px;
	line-height: 34px;
	margin-bottom: 10px;
}

@media only screen and (min-width: 40.063em) {
	.featuredEvents .featuredList .item .title {margin-bottom: 30px;}
}
.featuredEvents .featuredList .item .title > a {
	color: inherit;
}

.featuredEvents .featuredList .item ul.details {
	margin: 0 0 20px;
	padding: 0;
	list-style: none;
}
.featuredEvents .featuredList .item ul.details > li {
	font-size: 18px;
	line-height: 24px;
	color: #316066;
	font-family: "latoregular";
}

.featuredEvents .featuredList .item p {
	font-size: 14px;
	line-height: 20px;
	margin-bottom: 0;
}

@media only screen and (min-width: 40.063em) {
	.featuredEvents .featuredHead .title {
		font-size: 75px;
		line-height: 60px;
	}
	.featuredEvents .featuredNav .all.show-for-medium {
		display: inline-block !important;
		float: none;
		padding-right: 10px;
	}
	.featuredEvents .featuredNav .arrows {
		display: inline-block;
	}

	.featuredEvents .all {
		display: inline-block;
		font-size: 20px;
		line-height: 27px;
		font-family: "latomedium";
		color: #17c7d2;
		text-transform: uppercase;
		float: left;
	}
	.featuredEvents .featuredNav .arrows {max-width: none;}

	.featuredEvents .featuredNav .arrow {
		display: inline-block !important;
		width: 45px;
		height: 45px;
	}
	.featuredEvents .featuredNav .arrow.up {
		margin-bottom: 0px;
	}

/*	.featuredEvents .featuredFoot .featuredNav .arrow {
		margin-top: 20px;
	}*/

	.featuredEvents .featuredList .item .day {
		font-size: 64px;
		line-height: 64px;
		border-right: 0px;
		border-bottom: 3px solid #ededed;
		padding-right: 0px;
		padding-bottom: 10px;
		margin: 0 0 10px;
		float: right;
	}

	.featuredEvents .featuredList .item .month {
		float: right;
		font-size: 18px;
		line-height: 27px;
	}

	.featuredEvents .featuredList .item .title {
		font-size: 30px;
		line-height: 34px;
	}

	.featuredEvents .featuredList .item ul.details > li {
		font-size: 22px;
		line-height: 27px;
	}

	.featuredEvents .featuredList .item p {
		font-size: 17px;
		line-height: 27px;
	}
}

@media only screen and (min-width: 64.063em) {
	.featuredEvents .featuredHead{border-bottom: 3px solid #feedbb;}
	.featuredEvents .featuredHead .title {
		margin: 0;
		font-size: 90px;
		line-height: 80px;
	}

	.featuredEvents .featuredHead .featuredNav {
		top: 25px;
	}

	.featuredEvents .featuredNav .arrow {
		display: inline-block;
		width: 50px;
		height: 50px;
	}

/*	.featuredEvents .featuredFoot .featuredNav .arrow {
		margin-top: 30px;
	}*/
}

/* STACKLA */
.stackla-widget { margin-bottom: 30px; }

@media only screen and (min-width: 40em) and (max-width: 64.062em) {
	.stackla-widget { margin-bottom: 50px; }
}

@media only screen and (min-width: 64.063em) {
	.stackla-widget { margin-bottom: 70px; }
}

/*widgets/visitorsguide.css*/
.visitorGuide {
	margin-bottom: 25px;
}
.visitorGuide h1 {
	color: #316066;
	font-family: "latoblack";
	font-size: 24px;
	line-height: 24px;
}

.visitorGuide p {
	font-size: 17px;
	line-height: 24px;
}

.visitorGuide a {
	display: block;
	/*max-width: 300px;*/
	height: 48px;
	padding: 14px;
	/*padding-right: 50px;*/
	background-color: #33C7D1;
	background-image: url('/includes/public/assets/images/arrows/right-arrow.png');
	background-position: center right;
	background-repeat: no-repeat;
	color: #fff;
	font-size: 20px;
	line-height: 22px;
	font-family: "libre_baskervilleregular";
}

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

@media only screen and (min-width: 64.063em) {
	.visitorGuide {
		width: 70%;
		margin: 0 auto;
	}
	.visitorGuide h1 {
		font-size: 36px;
		line-height: 36px;
	}
}

/*widgets/newsletter.css*/
.newsletter {
	margin-bottom: 25px;
}
.newsletter h1 {
	color: #316066;
	font-family: "latoblack";
	font-size: 24px;
	line-height: 24px;
}

.newsletter p {
	font-size: 17px;
	line-height: 24px;
}

.newsletter form {
	position: relative;
	width: 100%;
}
.newsletter form > input[type="text"] {
	cursor: text;
	height: 48px;
}

.newsletter form > button {
	position: absolute;
	top: 0;
	right: 0;
	height: 48px;
	font-size: 20px;
	font-family: "libre_baskervilleregular";
	background-image: url('/includes/public/assets/images/arrows/right-arrow.png');
	background-repeat: no-repeat;
	background-position: center right;
	background-color: transparent;
}


/* Placeholder styles */
.newsletter ::-webkit-input-placeholder {
	font-family: "libre_baskervilleitalic";
	color: #ededed;
	text-transform: none;
	font-size: 20px;
	line-height: 20px;
}

.newsletter :-moz-placeholder { /* Firefox 18- */
	font-family: "libre_baskervilleitalic";
	color: #ededed;
	text-transform: none;
	font-size: 20px;
	line-height: 20px;
}

.newsletter ::-moz-placeholder {  /* Firefox 19+ */
	font-family: "libre_baskervilleitalic";
	color: #ededed;
	text-transform: none;
	line-height: 20px;
	font-size: 20px;
}

.newsletter :-ms-input-placeholder {
	font-family: "libre_baskervilleitalic";
	color: #ededed;
	text-transform: none;
	line-height: 20px;
	font-size: 20px;
}

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

@media only screen and (min-width: 64.063em) {
	.newsletter {
		width: 75%;
		margin: 0 auto;
	}
	.newsletter h1 {
		font-size: 36px;
		line-height: 36px;
	}
	.newsletter form {
		max-width: 450px;
	}
}

/*footer.css*/
.footer {
	display: block;
	width: 100%;
	padding-top: 5px;
	margin-top: 70px;
	position: relative;
	border-top: 1px solid #33c7d1;
}
.footer .footerTop {
	display: block;
	position: relative;
	padding: 0 0 25px;
	background-image: url('/includes/public/assets/images/patterns/zigzag_yellow.png');
}
.footer .footerBottom {
	padding: 40px 0;
	text-align: center;
	background-color: #fff;
}
.footer .social-cont {
	margin: 0 15px;
}
.footer ul.socialNav {
	display: block;
	max-width: 300px;
	width: 100%;
	margin: 0 auto;
	padding: 20px 10px 5px;
	position: relative;
	top: -38px;
	background-color: #fff;
	border: 1px solid #33c7d1;
	list-style: none;
	text-align: center;
	box-shadow: 0 0 0 5px #fff;
}
.footer ul.socialNav:before {
    content: "";
    position: absolute;
    top: 31px;
    left: -7px;
    height: 1px;
    width: 6px;
    background-color: #33c7d1;
}
.footer ul.socialNav:after {
    content: "";
    position: absolute;
    top: 31px;
    right: -7px;
    height: 1px;
    width: 6px;
    background-color: #33c7d1;
}
.footer ul.socialNav > li {
	display: inline-block;
	vertical-align: middle;
}
.footer ul.socialNav > li.text {
	display: block;
	padding: 0;
}
.footer ul.socialNav > li.text {
	color: #316066;
	font-family: "arvil_sansregular";
	text-transform: uppercase;
	text-align: center;
	padding: 0 0 15px;
	font-size: 36px;
	line-height: 27px;
	letter-spacing: 3px;
}

.footer ul.socialNav > li > a {
	display: block;
	color: #316066;
	padding-right: 30px;
}
.footer ul.socialNav > li:last-of-type > a {
	padding-right: 6px;
}

.footer ul.socialNav > li i.icon {
	width: 25px;
	height: 25px;
}
.footer ul.socialNav > li i.icon-facebook {
	background-image: url('/includes/public/assets/images/social/facebook/fb_turquoise.svg');
}
.footer ul.socialNav > li i.icon-twitter {
	background-image: url('/includes/public/assets/images/social/twitter/tw_turquoise.svg');
	vertical-align: sub;
}
.footer ul.socialNav > li i.icon-instagram {
	background-image: url('/includes/public/assets/images/social/instagram/in_turquoise.svg');
	background-size: cover;
}
.footer ul.socialNav > li i.icon-youtube {
	background-image: url('/includes/public/assets/images/social/youtube/yt_turquoise.svg');
	vertical-align: sub;
}
@media only screen and (min-width: 40.063em) {
	.footer ul.socialNav {
		max-width: 540px;
		margin: 0 auto;
	}
	.footer ul.socialNav > li {
		vertical-align: initial;
	}

	.footer ul.socialNav > li.text {
		display: inline-block;
		padding-right: 40px;
	}

	.footer ul.socialNav > li i.icon-twitter {
		vertical-align: initial;
	}
	.footer ul.socialNav > li i.icon-youtube {
		vertical-align: initial;
	}
}

@media only screen and (min-width: 64.063em) {
	.footer ul.socialNav {
		max-width: 530px;
	}
}

.footer .footerText {
	text-align: center;
	margin-bottom: 10px;
	font-family: "latoregular";
}
.footer .footerText > p {
	margin-bottom: 0;
	padding: 0 15px;
	color: #316066;
	font-size: 14px;
	line-height: 24px;
	font-family: "latoregular";
}
@media only screen and (min-width: 40.063em) {
	.footer .footerText {
		text-align: left;
	}
	.footer .footerText > p {
		padding: 0;
	}
}

@media only screen and (min-width: 64.063em) {
	.footer .footerText > p {
		font-size: 16px;
		line-height: : 26px;
	}
}

.footer .iowalogo {
	position: relative;
	margin-bottom: 20px;
	max-width: 240px;
}
.footer .logos {
	margin-top: 15px;
}
.footer .logos .tripadvisor-logo {
	display: block;
	text-align: center;
	margin-bottom: 15px;
}
.footer .logos .simpleview-logo {
	display: block;
	text-align: center;
}
@media only screen and (min-width: 40.063em) {
	.footer .logos {
		text-align: left;
	}
	.footer .logos .tripadvisor-logo {
		display: inline-block;
		margin-bottom: 0px;
	}
	.footer .logos .simpleview-logo {
		display: inline-block;
	}
}

ul.footerNav {
	margin: 0 auto;
	padding: 0;
	list-style: none;
	text-align: center;
}
ul.footerNav > li {
	display: inline-block;
}
ul.footerNav > li > a {
	display: block;
	text-transform: uppercase;
	color: #316066;
	font-family: "latoregular";
	font-size: 14px;
	line-height: 27px;
}
ul.footerNav > li > a::after {
	display: inline-block;
	content: '|';
	padding-right: 7px;
	padding-left: 7px;
}
ul.footerNav > li:last-of-type > a::after {
	display: none;
}
@media only screen and (min-width: 40.063em) {
	ul.footerNav {
		text-align: left;
	}
	ul.footerNav > li > a {
		font-size: 18px;
		line-height: 27px;
	}
}

@media only screen and (min-width: 64.063em) {
	.footer .footerBottom {
		text-align: left;
	}
	.footer .logos {
		margin: 0;
		text-align: right;
	}
	.footer .logos .tripadvisor-logo {
		margin-bottom: 55px;
	}
}

/*widgets/stackla.css*/
.socialGrid {
	margin: 0 0 50px;
	padding: 0;
	list-style: none;
	background-color: #316066;
}
.socialGrid > li {
	float: left;
	padding: 0 !important;
	position: relative;
	vertical-align: top;
}
.socialGrid > li.text {
	background-color: #316066;
	text-align: center;
}
.socialGrid > li.text h3 {
	margin: 70px 0 5px;
	font-family: "latoblack";
	color: #fff;
	font-size: 24px;
	text-transform: uppercase;
}

.socialGrid > li.text p {
	padding: 0 5px;
	font-family: "latoregular";
	color: #fff;
	font-size: 18px;
	line-height: 26px;
}

.socialGrid > li img {
	width: 100%;
}

.socialGrid > li i {
	position: absolute;
	bottom: 10px;
	right: 10px;
}

/*widgets/spotlight.css*/
.spotlight {
	background-image: url('/includes/public/assets/images/patterns/stripe-mobile.png');
	background-repeat: repeat-x;
	background-position: 0 0;
}
.spotlight > .row > .columns:nth-of-type(4n+1) {
	clear: both;
}
.row .spotlight .row{
	margin-left: auto;
	margin-right: auto;
}
.spotlight h1 {
	margin: 5px 0 0;
	color: #316066;
	font-family: "arvil_sansregular";
	font-size: 52px;
	line-height: 40px;
}

.spotlight .item {
	display: block;
	padding: 10px 0;
}
.spotlight .item img {
	width: 100%;
}

.spotlight .item .angled-item {
    position: relative;
    overflow: hidden;
}
.spotlight .item .colored-box{
	position: absolute;
    top: 0px;
    left: 0px;
    width: 100%;
    height: 100%;
    background-color: rgba(23,199,210,0);
    transition: all ease .5s;
}
.colored-box:before {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(141,229,233,.75);
    content: '';
    -webkit-transition: -webkit-transform 0.6s;
    transition: transform 0.6s;
    -webkit-transform: scale3d(2.1,1.4,1) rotate3d(0,0,1,45deg) translate3d(0,-130%,0);
    transform: scale3d(2.1,1.4,1) rotate3d(0,0,1,45deg) translate3d(0,-130%,0);
    transition: all ease .5s;
}
.angled-item:hover .colored-box {
    background-color: rgba(23,199,210,.75);
}
.angled-item:hover .colored-box:before {
    -webkit-transform: scale3d(2.2,1.4,1) rotate3d(0,0,1,45deg) translate3d(0,130%,0);
    transform: scale3d(2.2,1.4,1) rotate3d(0,0,1,45deg) translate3d(0,130%,0);
}

.spotlight .item h3  {
	margin: 0;
	margin-top: 10px;
	font-size: 18px;
	line-height: 24px;
	font-family: "latomedium";
	color: #17c7d2;
	text-transform: uppercase;
}

.spotlight .item a h3 .linktext {
	color: #316066;
	font-size: 18px;
}

@media only screen and (max-width: 64em) {
	.spotlight > .row > .columns:nth-of-type(2n+1) {
		clear: both;
	}
}

@media only screen and (min-width: 40.063em) {
	.spotlight {
		background-image: url('/includes/public/assets/images/patterns/stripes.png');
		background-position: 0 -15px;
	}
	.spotlight h1 {
		font-size: 100px;
		line-height: 42px;
		text-align: left;
		margin: 25px 0 55px;
	}

	.spotlight .item {
		padding: 0px;
		padding-bottom: 12px;
	}
	.spotlight .item h3  {
		margin-top: 15px;
		font-size: 22px;
	}
}

@media only screen and (min-width: 40.063em) and (max-width: 64.063em){
	.spotlight .columns.medium-6{
	    padding-left: 25px;
    	padding-right: 25px;
    }
}

@media only screen and (min-width: 64.063em) {
	.spotlight {
		background-position: 0 0;
	}
	.spotlight h1 {
		font-size: 140px;
		line-height: 42px;
		margin: 58px 0 60px;
	}
}

.sitemap { margin: 30px 0; }
.sitemap ul { list-style-position: inside; }
.sitemap ul.multicol { column-count: 3; }

@media (max-width: 64em) {
  .sitemap ul.multicol { column-count: 2; }
}

@media (max-width: 40em) {
  .sitemap ul.multicol { column-count: 1; }
}

.simpleForm {
	color: #316066;
	font-size: 19px;
	font-family: 'Libre Baskerville', serif;
	font-style: normal;
	font-weight: 400;
	line-height: 34px;
	letter-spacing: .4px;
	text-rendering: optimizeLegibility;
}

@media screen and (max-width: 640px) {
	.simpleForm {
		font-size: 17px;
		line-height: 26px;
	}
}

.simpleForm .button {
	font-family: "latomedium";
	font-size: 18px;
	line-height: 20px;
	color: #17c7d2;
	padding: 8px 15px;
	border: 2px solid #17c7d2;
	background-color: #fff;
	text-align: center;
}

.simpleForm select,
.simpleForm input[type="text"] {
	display: block;
	height: 48px;
	width: 100%;
	position: relative;
	padding: 5px 15px;
	margin: 0 0 10px;
	text-transform: uppercase;
	color: #222;
	box-shadow: 0 0 0;
	background-color: #fff;
	cursor: pointer;
	font-family: "latoregular";
	font-size: 18px;
	color: #316066;
}

.simpleForm select {
	background-image: url(/includes/public/assets/images/arrows/sq_filled/arrow_charcol_down.svg);
	-moz-appearance: none;
}

.simpleForm .captcha { text-align: center; }
.simpleForm .captcha img { margin-bottom: 15px; }

.simpleForm .formCntrls { text-align: center; }

@media (max-width: 640px) {
	.simpleForm table td[width="50%"] {
		display: block;
		width: 100%;
	}
}
