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

.mobile-fixed {
    position: fixed;
    bottom: 0px;
    left: 0px;
    width: 100%;
    z-index: 20001;
}

.mobileAd {
	display: none;
    /* position: fixed; */
    z-index: 1000;
    bottom: 0;
    left: 0;
    width: 100%;
    text-align: center;
}
.hasMobileAd .mobileAd { display: block; }

.mobileAd #dtnContainer {
    position: relative;
    margin: 0 auto;
    padding: 0;
    width: 100%;
    max-width: 320px;
}
.mobileAd #dtnContainer img { display: block; }
.mobileAd #dtnContainer .banner-close {
    position: absolute;
    top: 0;
    right: 0;
    padding: 0 5px;
    background-color: #fff;
    transform: translateY(-100%);
}

.panel_custom_container.has-background {
    display: block;
    margin-bottom: 20px;
    padding-top: 40px;
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
}

.panel_custom_container:before,
.panel_custom_container:after {
    content: "";
    display: table;
}

.panel_custom_container:after {
    clear: both;
}

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

/* Fonts
	font-family: 'CooperHewittBold',
	font-family: 'CooperHewittBoldItalic',
	font-family: 'CooperHewittBook',
	font-family: 'CooperHewittBookItalic',
	font-family: 'CooperHewittHeavy',
	font-family: 'CooperHewittLight',
	font-family: 'CooperHewittLightItalic',
	font-family: 'CooperHewittMedium',
	font-family: 'CooperHewittMediumItalic',
	font-family: 'CooperHewittSemibold',
	font-family: 'CooperHewittThin',
	font-family: 'CooperHewittThinItalic'
*/

/*Core Style*/
.core-styles h1,
.contentRender_name_plugins_core_textbox h1 {
	margin-top: 8px;
    color: #000;
    font-family: "CooperHewittHeavy",sans-serif;
    font-size: 40px;
    line-height: 42px;
    margin-bottom: 12px;
}

.core-styles h2,
.contentRender_name_plugins_core_textbox h2 {
	font-family: "CooperHewittBold",sans-serif;
    color: #1e497f;
    font-size: 35px;
    line-height: 38px;
    margin-top: 36px;
    margin-bottom: 12px;
}

.core-styles h3,
.contentRender_name_plugins_core_textbox h3 {
	font-family: "CooperHewittSemibold",sans-serif;
    color: #FFC709;
    font-size: 23px;
    line-height: 24px;
    letter-spacing: 1px;
    text-transform: uppercase;
    margin-top: 36px;
    margin-bottom: 12px;
}

.core-styles h4,
.contentRender_name_plugins_core_textbox h4 {
	font-family: "CooperHewittMedium",sans-serif;
    color: #8fbae4;
    font-size: 22px;
    line-height: 26px;
    margin-top: 36px;
    margin-bottom: 12px;
}
.panel_page.theme_microsite .contentRender_name_plugins_core_textbox h4 {
	color: #ffc709;
}

.core-styles h5,
.contentRender_name_plugins_core_textbox h5 {
	font-family: "CooperHewittBold",sans-serif;
    color: #000;
    font-size: 18px;
    line-height: 23px;
    margin-top: 36px;
    margin-bottom: 12px;
}

.core-styles h6,
.contentRender_name_plugins_core_textbox h6 {
	font-family: "CooperHewittSemibold",sans-serif;
    color: #1e497f;
    font-size: 17px;
    line-height: 19px;
    margin-top: 36px;
    margin-bottom: 12px;
}

.core-styles p,
.contentRender_name_plugins_core_textbox p {
	color: #404040;
    font-family: "CooperHewittBook",sans-serif;
    font-size: 16px;
    line-height: 24px;
    margin-bottom: 20px;
}

.core-styles a,
.contentRender_name_plugins_core_textbox a {
	color: #eb5152;
	transition: all 0.25s ease;
    -webkit-transition: all 0.25s ease;
    -moz-transition: all 0.25s ease;
    -ms-transition: all 0.25s ease;
    -o-transition: all 0.25s ease;
}
.core-styles a:hover,
.contentRender_name_plugins_core_textbox a:hover {
	color: #8fbae4;
}

.core-styles ul:not([class*="block-grid-"]),
.core-styles ol:not([class*="block-grid-"]),
.contentRender_name_plugins_core_textbox ul:not([class*="block-grid-"]),
.contentRender_name_plugins_core_textbox ol:not([class*="block-grid-"]) {
	color: #404040;
    font-family: "CooperHewittBook",sans-serif;
    font-size: 16px;
    line-height: 24px;
    margin-bottom: 20px;
}

.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 {

}

.core-styles td,
.core-styles tr,
.contentRender_name_plugins_core_textbox td,
.contentRender_name_plugins_core_textbox tr {

}

.core-styles table,
.contentRender_name_plugins_core_textbox table {
	background: #FFFFFF;
    border: solid 1px #DDDDDD;
    margin-bottom: 1.25rem;
    table-layout: auto;
}

/*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; }
body.crm-calendar-popup table { width: 100%; margin-bottom: 0;}
body.crm-calendar-popup table thead tr th,
body.crm-calendar-popup table tfoot tr th,
body.crm-calendar-popup table tfoot tr td,
body.crm-calendar-popup table tbody tr th,
body.crm-calendar-popup table tbody tr td,
body.crm-calendar-popup table tr td {
	padding: 2px;
	font-size: 12px;
}
body.crm-calendar-popup .lookup-cal,
body.crm-calendar-popup .lookup-calNav { border: none; }
body.crm-calendar-popup .lookup-calNav {
	margin-bottom: 0px;
	border-bottom: 1px solid #ccc;
}
body.crm-calendar-popup .lookup-cal td,
body.crm-calendar-popup .lookup-calNav td { text-align: center; }
body.crm-calendar-popup .lookup-close {
	margin-top: 15px;
	text-transform: uppercase;
	padding-bottom: 20px;
}
 
/* TARGET CALENDER TRIGGER ON FORMS*/
.contentRender form.simpleForm a img { margin-bottom: 10px; }
 
.contentRender form.simpleForm .row textarea,
.contentRender form.simpleForm .row input { margin-bottom: 10px; }
.contentRender form.simpleForm .button { display: inline-block; }
.contentRender form.simpleForm .captcha img,
.contentRender #sv_submit_event_form img {
	display: block;
	margin-left: auto;
	margin-right: auto;
	margin-bottom: 0;
}
.contentRender form.simpleForm .hint,
.contentRender #sv_submit_event_form .sv_api_hint {
	display: block;
	text-align: center;
}
.contentRender form.simpleForm .captcha #code,
.contentRender #sv_submit_event_form #code {
	width: 200px;
	display: block;
	margin: 0 auto;
	margin-top: -13px;
}
.contentRender 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; }
.contentRender #sv_submit_event_form .svrecurall *,#sv_submit_event_form #recur_show_1 {
	-moz-transition: opacity .6s;
	-o-transition: opacity .6s;
	-transition: opacity .6s;
	-webkit-transition: opacity .6s;
}
.contentRender #sv_submit_event_form select,
.contentRender #sv_submit_event_form select[size], #sv_submit_event_form select[multiple],
.contentRender #sv_submit_event_form input[type=text] { padding: 6px; }
.contentRender #sv_submit_event_form td:not(:first-child) {
	padding-left: 0;
	vertical-align: middle;
}
.contentRender #sv_submit_event_form table.fileuploads thead th,
.contentRender #sv_submit_event_form label.recur_menu,
.contentRender #sv_submit_event_form legend,
.contentRender #sv_submit_event_form div.datalabel label {
	font-weight: normal;
}
.contentRender #sv_submit_event_form .progress {
	background: grey;
	height: 22px;
	line-height: 18px;
}
.contentRender div#sv_submit_event_form.submitEventForm { padding: 0 !important; }
.contentRender #sv_submit_event_form .svrecurall *,#sv_submit_event_form #recur_show_1{
	-moz-transition:all .6s;
	-o-transition:all .6s;
	transition:all .6s;
	-webkit-transition:all .6s;
}
.contentRender #sv_submit_event_form #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: auto !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 form.simpleForm { padding-top: 20px; }
.contentRender form.simpleForm .formtext,
.contentRender form.simpleForm select,
.contentRender form.simpleForm input[type=text],
.contentRender form.simpleForm label,
.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 { border-radius: 0px !important; }

/* RESET FONT STYLE */
.contentRender form.simpleForm .formtext,
.contentRender form.simpleForm label,
.contentRender form.simpleForm select,
.contentRender form.simpleForm input[type="text"],
.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 {
	color: #1e497f;
	line-height: 1;
	font-style: normal;
	height: auto;
	text-rendering: optimizelegibility;
	vertical-align: middle;
	margin-bottom: 10px;
	font-family: "CooperHewittBook",sans-serif;
}
#sv_submit_event_form input[type="radio"]:checked ~ div#recur_opts_1.recur_opt { max-height: 320px !important; }

.contentRender form.simpleForm label { max-width: 100%; }

.contentRender form.simpleForm select {
	height: 2.3125rem;
	padding: 6px;
}

.contentRender form.simpleForm .formreq { color: #cd0f1e; }

/* REPLACE WITH A CORE STYLE HEADING */
.contentRender form.simpleForm h3,
.contentRender #sv_submit_event_form .formhead {
	background: transparent;
	display: block;
	margin: 20px 0 10px;
	padding: 4px 0;
	text-transform: capitalize;
}
.contentRender #sv_submit_event_form .formhead {
	font-family: "CooperHewittBold",sans-serif !important;
    display: table-cell;
    padding: 5px 0 !important;
}

.contentRender #sv_submit_event_form td:not(:first-child) {
    padding-left: 0;
    vertical-align: middle;
}

.contentRender form.simpleForm h3 { display: none; } /* All titles removed by request */
/* 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 {
	background: #8fbae4;
	background-repeat: repeat;
	-webkit-background-position: left top;
	-moz-background-position: left top;
	-ms-background-position: left top;
	-o-background-position: left top;
	background-position: left top;
	color: #fff;
	border-radius: 0px !important;
}
/* STRONG WEIGHT FOR LABELS */
.contentRender #sv_submit_event_form #customdate_list .formhead,
.contentRender #sv_submit_event_form label.recur_menu,
.contentRender #sv_submit_event_form div.datalabel label {
	font-weight: 600;
}
.contentRender #sv_submit_event_form label.recur_menu { background-color: #1e497f; }
/* STYLE SUBMIT BUTTONS */
.contentRender form.simpleForm .button,
.contentRender #sv_submit_event_form input.button,
.contentRender #sv_submit_event_form .svbtn,
.contentRender #multifileuploadcontainer label {
	background: #eb5152;
	border-width: 0;
    border-radius: 3px;
    color: #fff;
    font-family: "CooperHewittBook",sans-serif;
    font-size: 13px;
    letter-spacing: 0.05em;
    line-height: 1em;
    padding: 11px 15px;
}

.contentRender form.simpleForm .button:after,
.contentRender #sv_submit_event_form input.button:after,
.contentRender #sv_submit_event_form .svbtn:after,
.contentRender #multifileuploadcontainer label:after {
	content: "";
    font-family: FontAwesome;
    position: relative;
    right: -7px;
}

form.simpleForm .button:hover,
form.simpleForm .button:active,
#sv_submit_event_form input.button:hover,
#sv_submit_event_form input.button:active,
#sv_submit_event_form .svbtn:hover,
#sv_submit_event_form .svbtn:active,
#multifileuploadcontainer label:hover,
#multifileuploadcontainer label:active,
.svbtn:hover {
	background: #d2474a !important;
}
/* SET LINK COLOR HERE */
body.crm-calendar-popup a, body.crm-calendar-popup  a:hover {
	color:#8d8d8d !important;
	font-family: Arial, sans-serif;
	font-weight: 800 !important;
	font-style: normal !important;
}


/* SUBMIT EVENT FORM PIKA CALENDAR */
/* To test, click on the start date in a submit event form */
.pika-lendar .is-today .pika-button {
	/*
		Set a link color here. This can be standard site anchor color
	*/
}
.pika-lendar .pika-button:hover,
.pika-lendar .is-selected .pika-button {
	/*
		Set your hover/selected background and text color here.
		Note the Pika calendar uses important here so this is required to overwrite.
	*/
	color: #000;
	background: #e09c40 !important;
	border-radius: 0 !important;
	box-shadow: none;
}

.sitemap {margin-bottom: 20px;}
.sitemap h4 {
	color: #004280;
    font-size: 20px;
    line-height: 20px;
    font-family: "LLAkkuratWeb-Light", Helvetica, Arial, Sans-Serif;
    margin-bottom: 0.5rem;
    margin-top: 0.2rem;
}
.sitemap ul {
	margin-left: 1.1rem;
	list-style: none;
}
.sitemap > ul {
	column-count: 3;
}
.sitemap li {
	margin-bottom:0 !important;
}
@media screen and (max-width: 1024px){
	.sitemap > ul {
		column-count: 2;
	}
}
@media screen and (max-width: 640px){
	.sitemap > ul {
		column-count: 1;
	}
}

/*Cutup Styles*/

/*
|-----------------------------------------------------------------------------------------------------------
| FONTS
|-----------------------------------------------------------------------------------------------------------
|
*/

/*

Place all custom fonts here for reference

*/

@font-face {
    font-family: 'CooperHewittBold';
    src: url('/includes/public/assets/fonts/cooperhewitt-bold-webfont.eot');
    src: url('/includes/public/assets/fonts/cooperhewitt-bold-webfont.eot?#iefix') format('embedded-opentype'),
         url('/includes/public/assets/fonts/cooperhewitt-bold-webfont.woff') format('woff'),
         url('/includes/public/assets/fonts/cooperhewitt-bold-webfont.ttf') format('truetype'),
         url('/includes/public/assets/fonts/cooperhewitt-bold-webfont.svg#cooper_hewittbold') format('svg');
    font-weight: normal;
    font-style: normal;

}

@font-face {
    font-family: 'CooperHewittBoldItalic';
    src: url('/includes/public/assets/fonts/cooperhewitt-bolditalic-webfont.eot');
    src: url('/includes/public/assets/fonts/cooperhewitt-bolditalic-webfont.eot?#iefix') format('embedded-opentype'),
         url('/includes/public/assets/fonts/cooperhewitt-bolditalic-webfont.woff') format('woff'),
         url('/includes/public/assets/fonts/cooperhewitt-bolditalic-webfont.ttf') format('truetype'),
         url('/includes/public/assets/fonts/cooperhewitt-bolditalic-webfont.svg#cooper_hewittbold_italic') format('svg');
    font-weight: normal;
    font-style: normal;

}

@font-face {
    font-family: 'CooperHewittBook';
    src: url('/includes/public/assets/fonts/cooperhewitt-book-webfont.eot');
    src: url('/includes/public/assets/fonts/cooperhewitt-book-webfont.eot?#iefix') format('embedded-opentype'),
         url('/includes/public/assets/fonts/cooperhewitt-book-webfont.woff') format('woff'),
         url('/includes/public/assets/fonts/cooperhewitt-book-webfont.ttf') format('truetype'),
         url('/includes/public/assets/fonts/cooperhewitt-book-webfont.svg#cooper_hewittbook') format('svg');
    font-weight: normal;
    font-style: normal;

}

@font-face {
    font-family: 'CooperHewittBookItalic';
    src: url('/includes/public/assets/fonts/cooperhewitt-bookitalic-webfont.eot');
    src: url('/includes/public/assets/fonts/cooperhewitt-bookitalic-webfont.eot?#iefix') format('embedded-opentype'),
         url('/includes/public/assets/fonts/cooperhewitt-bookitalic-webfont.woff') format('woff'),
         url('/includes/public/assets/fonts/cooperhewitt-bookitalic-webfont.ttf') format('truetype'),
         url('/includes/public/assets/fonts/cooperhewitt-bookitalic-webfont.svg#cooper_hewittbook_italic') format('svg');
    font-weight: normal;
    font-style: normal;

}

@font-face {
    font-family: 'CooperHewittHeavy';
    src: url('/includes/public/assets/fonts/cooperhewitt-heavy-webfont.eot');
    src: url('/includes/public/assets/fonts/cooperhewitt-heavy-webfont.eot?#iefix') format('embedded-opentype'),

         url('/includes/public/assets/fonts/cooperhewitt-heavy-webfont.woff') format('woff'),
         url('/includes/public/assets/fonts/cooperhewitt-heavy-webfont.ttf') format('truetype'),
         url('/includes/public/assets/fonts/cooperhewitt-heavy-webfont.svg#cooper_hewittheavy') format('svg');
    font-weight: normal;
    font-style: normal;

}

@font-face {
    font-family: 'CooperHewittLight';
    src: url('/includes/public/assets/fonts/cooperhewitt-light-webfont.eot');
    src: url('/includes/public/assets/fonts/cooperhewitt-light-webfont.eot?#iefix') format('embedded-opentype'),
         url('/includes/public/assets/fonts/cooperhewitt-light-webfont.woff') format('woff'),
         url('/includes/public/assets/fonts/cooperhewitt-light-webfont.ttf') format('truetype'),
         url('/includes/public/assets/fonts/cooperhewitt-light-webfont.svg#cooper_hewittlight') format('svg');
    font-weight: normal;
    font-style: normal;

}

@font-face {
    font-family: 'CooperHewittLightItalic';
    src: url('/includes/public/assets/fonts/cooperhewitt-lightitalic-webfont.eot');
    src: url('/includes/public/assets/fonts/cooperhewitt-lightitalic-webfont.eot?#iefix') format('embedded-opentype'),
         url('/includes/public/assets/fonts/cooperhewitt-lightitalic-webfont.woff') format('woff'),
         url('/includes/public/assets/fonts/cooperhewitt-lightitalic-webfont.ttf') format('truetype'),
         url('/includes/public/assets/fonts/cooperhewitt-lightitalic-webfont.svg#cooper_hewittlight_italic') format('svg');
    font-weight: normal;
    font-style: normal;

}

@font-face {
    font-family: 'CooperHewittMedium';
    src: url('/includes/public/assets/fonts/cooperhewitt-medium-webfont.eot');
    src: url('/includes/public/assets/fonts/cooperhewitt-medium-webfont.eot?#iefix') format('embedded-opentype'),
         url('/includes/public/assets/fonts/cooperhewitt-medium-webfont.woff') format('woff'),
         url('/includes/public/assets/fonts/cooperhewitt-medium-webfont.ttf') format('truetype'),
         url('/includes/public/assets/fonts/cooperhewitt-medium-webfont.svg#cooper_hewittmedium') format('svg');
    font-weight: normal;
    font-style: normal;

}

@font-face {
    font-family: 'CooperHewittMediumItalic';
    src: url('/includes/public/assets/fonts/cooperhewitt-mediumitalic-webfont.eot');
    src: url('/includes/public/assets/fonts/cooperhewitt-mediumitalic-webfont.eot?#iefix') format('embedded-opentype'),
         url('/includes/public/assets/fonts/cooperhewitt-mediumitalic-webfont.woff') format('woff'),
         url('/includes/public/assets/fonts/cooperhewitt-mediumitalic-webfont.ttf') format('truetype'),
         url('/includes/public/assets/fonts/cooperhewitt-mediumitalic-webfont.svg#cooper_hewittmedium_italic') format('svg');
    font-weight: normal;
    font-style: normal;

}

@font-face {
    font-family: 'CooperHewittSemibold';
    src: url('/includes/public/assets/fonts/cooperhewitt-semibold-webfont.eot');
    src: url('/includes/public/assets/fonts/cooperhewitt-semibold-webfont.eot?#iefix') format('embedded-opentype'),
         url('/includes/public/assets/fonts/cooperhewitt-semibold-webfont.woff') format('woff'),
         url('/includes/public/assets/fonts/cooperhewitt-semibold-webfont.ttf') format('truetype'),
         url('/includes/public/assets/fonts/cooperhewitt-semibold-webfont.svg#cooper_hewittsemibold') format('svg');
    font-weight: normal;
    font-style: normal;

}

@font-face {
    font-family: 'CooperHewittThin';
    src: url('/includes/public/assets/fonts/cooperhewitt-thin-webfont.eot');
    src: url('/includes/public/assets/fonts/cooperhewitt-thin-webfont.eot?#iefix') format('embedded-opentype'),
         url('/includes/public/assets/fonts/cooperhewitt-thin-webfont.woff') format('woff'),
         url('/includes/public/assets/fonts/cooperhewitt-thin-webfont.ttf') format('truetype'),
         url('/includes/public/assets/fonts/cooperhewitt-thin-webfont.svg#cooper_hewittthin') format('svg');
    font-weight: normal;
    font-style: normal;

}

@font-face {
    font-family: 'CooperHewittThinItalic';
    src: url('/includes/public/assets/fonts/cooperhewitt-thinitalic-webfont.eot');
    src: url('/includes/public/assets/fonts/cooperhewitt-thinitalic-webfont.eot?#iefix') format('embedded-opentype'),
         url('/includes/public/assets/fonts/cooperhewitt-thinitalic-webfont.woff') format('woff'),
         url('/includes/public/assets/fonts/cooperhewitt-thinitalic-webfont.ttf') format('truetype'),
         url('/includes/public/assets/fonts/cooperhewitt-thinitalic-webfont.svg#cooper_hewittthin_italic') format('svg');
    font-weight: normal;
    font-style: normal;

}

/*
|-----------------------------------------------------------------------------------------------------------
| 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, sub, sup, tt, var, b, u, i, 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 {
    margin: 0;
    padding: 0;
    border: 0;
    font-size: 100%;
    font: inherit;
    vertical-align: baseline; }
  article, aside, details, figcaption, figure, footer, header, hgroup, menu, nav, section {
    display: block; }
  body {
    line-height: 1; }
  ol, ul {
    /*list-style: none;*/
    margin-left: 15px; }
  blockquote, q {
    quotes: none; }
  blockquote:before, blockquote:after,
  q:before, q:after {
    content: '';
    content: none; }
  table {
    border-collapse: collapse;
    border-spacing: 0; }

/*
|-----------------------------------------------------------------------------------------------------------
| GLOBAL TAG STYLES
|-----------------------------------------------------------------------------------------------------------
*/

body {
    -moz-font-feature-settings: "liga", "kern";
    -moz-font-feature-settings:"liga=1, kern=1";
    -ms-font-feature-settings:"liga", "kern";
    -o-font-feature-settings:"liga", "kern";
    -webkit-font-feature-settings:"liga", "kern";
    font-feature-settings: "liga", "kern";
    font-smoothing: antialiased;
    -webkit-font-smoothing: antialiased;
}

.wrapper {
    position: relative;
    display: block;
    width: 100%;
    font-family: "CooperHewittBook",sans-serif;
    font-size: 16px;
    line-height: 24px;
    color: #404040;
    margin: 0 auto;
}

h1, h2, h3, h4, h5, h6 {
    margin-bottom: 5px;
}
h1,
.title1 {
    margin-top: 8px;
    color: #404040;
    font-family: "CooperHewittHeavy",sans-serif;
    font-size: 40px;
    line-height: 42px;
}
h2,
.title2 {
    font-family: "CooperHewittBold",sans-serif;
    color: #404040;
    font-size: 35px;
    line-height: 36px;
}
h3,
.title3 {
    font-family: "CooperHewittSemibold",sans-serif;
    color: #FFC709;
    font-size: 23px;
    line-height: 22px;
    letter-spacing: 1px;
    text-transform: uppercase;
}
.panel-one-col-intro h3 {
    font-family: "CooperHewittMedium",sans-serif;
    color: #FFC709;
    font-size: 20px;
    margin-bottom: 20px !important;
}
h4,
.title4 {
    font-family: "CooperHewittMedium",sans-serif;
    color: #8fbae4;
    font-size: 22px;
    line-height: 26px;
}
h5,
.title5 {
    font-family: "CooperHewittBold",sans-serif;
    color: #000;
    font-size: 18px;
    line-height: 20px;
}
h6,
.title6 {
    font-family: "CooperHewittSemibold",sans-serif;
    color: #404040;
    font-size: 17px;
    line-height: 19px;
}
p {
    position: relative;
    color: #404040;
    font-family: "CooperHewittBook",sans-serif;
    font-size: 16px;
    line-height: 24px;
    margin-bottom: 20px;
}
em, i {
    font-family: "CooperHewittBookItalic";
}
strong, b {
    font-family: "CooperHewittBold";
}
.prefix { font-family: "CooperHewittBook"; }

a, a:link, a:visited, a:active {
	color: #eb5152;
    transition: all 0.25s ease;
    -webkit-transition: all 0.25s ease;
    -moz-transition: all 0.25s ease;
    -ms-transition: all 0.25s ease;
    -o-transition: all 0.25s ease;

}
.panel_page.theme_microsite a {
    color: #8fbae4;
}
.panel_page.theme_microsite h2 {
	color: #8fbae4;
}

a:hover {
    color: #8fbae4;
}

button, .button, a.button {
    background-color: #eb5152;
    border-radius: 3px;
    color: #fff;
    font-family: "CooperHewittBook",sans-serif;
    font-size: 13px;
    letter-spacing: 0.05em;
    line-height: 1em;
    padding: 11px 15px;
}
button:hover, button:focus, .button:hover, .button:focus, a.button:hover, a.button:focus {
    background-color: #d2474a;
}
button:not(.pika-button)::after,
.button:not(.pika-button)::after {
    content: "";
    font-family: FontAwesome;
    position: relative;
    right: -7px;
}
.button-prev::before {
    content: "";
    font-family: FontAwesome;
}
.button-prev::after {
    display: none;
}
.button2 {
    background-color: #1e497f;
}
.button2:hover {
    background-color: #1e497f;
}
.button2::before, .button2::after {
    color: #eb5152;
}
.sv-btn-med {
    font-size: 14px;
    padding: 0.75rem 2rem 0.6rem;
}
.sv-btn-lrg {
    font-size: 1rem;
    padding: 15px 24px 12px;
    text-transform: uppercase;
}
.ri-map-prev:after {
  display: none;
}
.ri-map-prev:before {
  content:"\f0d9";
  font-family: FontAwesome;
}

.wrapper img { border: medium none; }

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

.row {
    max-width: 100%;
}

.controlled-width .row {
    max-width: 1030px;
    margin: 0 auto;
}
.controlled-width .row .logoOnly {
    text-align: center;
}

/*.wrapper .column,
.wrapper .columns {
    padding: 0;
}*/

/*.wrapper .controlled-width .column,
.wrapper .controlled-width .columns {
    padding-left: 0.9375rem;
    padding-right: 0.9375rem;
}

.wrapper .controlled-width .column.collapse,
.wrapper .controlled-width .columns.collapse {
    padding-left: 0;
    padding-right: 0;
}*/

.wrapper .intro-panel {
    text-align: center;
    max-width: 40%;
	max-width: 650px;
    margin: 0 auto;
    padding: 40px 0;
    float: none !important;
}
.wrapper .intro-panel-interior {
	max-width: 650px;
    max-width: 804px;
	margin: 0 auto;
}

@media (min-width: 1025px) {
	.wrapper .intro-panel-interior {
		margin: 0 auto 0 70px;
	}
}

.wrapper .intro-panel-interior .contentRender_name_plugins_core_textbox {
    width: 100%;
	max-width: 650px;
	margin: 0;
}

.wrapper .intro-panel-interior .contentRender_name_plugins_social_stackla_widget{
	width: 100%;
	max-width: 650px;
	margin: 0 0 20px 0;
}

.wrapper .intro-panel h1 {
    font-family: "CooperHewittBold",sans-serif;
    font-size: 26px;
    text-align: center;
    text-transform: uppercase;
    margin-bottom: 12px;
}
.wrapper .intro-panel h1 span {
    font-family: "CooperHewittBook",sans-serif;
    color: #8fbae4;
    margin-left: 5px;
}
@media (max-width: 640px) {
	.wrapper .intro-panel h1 span {
		display: block;
	    margin-left: 0;
	    margin-top: 5px;
	}
}
.wrapper .intro-panel p { text-align: left; }
.wrapper .intro-panel .more-link,
.wrapper .intro-panel .more-link button {
    font-family: "CooperHewittBook",sans-serif;
    text-align: center;
}

::-webkit-input-placeholder {
    color: #000;
    opacity: 1;
}

:-moz-placeholder {
    /* Firefox 18- */
    color: #000;
    opacity: 1;
}

::-moz-placeholder {
    /* Firefox 19+ */
    color: #000;
    opacity: 1;
}

:-ms-input-placeholder {
    color: #000;
    opacity: 1;
}


/*
|-----------------------------------------------------------------------------------------------------------
| HEADER SECTION
|-----------------------------------------------------------------------------------------------------------
*/

.header-section {
    position: relative;
    z-index: 999;
    width: 100%;
    height: 100%;
    margin: 0 auto;
    box-shadow: 0 3px 5px rgba(0,0,0,0.1);
}
.header-section.microsite {
	border-top: 30px solid #ffc709;
	padding: 25px 0 25px;
}

.header-section .headerRow {
    margin: 0 auto;
    max-width: 1000px;
}

.header-section .logo {
    position: relative;
    display: inline-block;
    float: left;
    text-align: center;
    margin: 0;
    padding: 0;
    transition: all 0.5s ease 0s;
}
/*.header-section .logo a {display: block;}*/

.header-section .logo.small-centered img {
	display: block;
    position: relative;
    top: 15px;
    left: 0px;
    /*padding-left: 20px;
    padding-top: 15px;*/
}

.header-section .logo img {
	display: block;
    position: relative;
    top: 15px;
    left: 0px;
    /*padding-left: 20px;
    padding-top: 15px;*/
}

.header-section .header-right {
    /* position: relative; */
    float: right;
    display: inline-block;
    margin: 0;
}
@media only screen and (min-width: 40.063em){
	.header-section .logo img {
	    top: 15px;
	    left: 25px;
	}
	.header-section.microsite .logo img {
		top: auto;
		left: auto;
		max-height: 100px;
	}
}

@media only screen and (max-width: 64.063em){
	.header-section.microsite {
		border-top: 10px solid #ffc709;
		padding: 10px 0 10px;
	}
	.header-section.microsite .logo img {
		max-height: 60px;
		padding-left: 10px;
		top: 0;
	}
}
.header-section .search-weather {
    position: relative;
    float: right;
    width: 25%;
    height: 30px;
    line-height: 30px;
    vertical-align: middle;
}
.header-section .search-weather > div {display: inline-block;}

.header-section .weather-cont,
.header-section .search-cont {
    background-color: #fff;
    position: relative;
    display: inline-block;
    font-size: 13px;
    color: #c0ad00;
    padding: 0;
    margin-right: 20px;
    text-align: left;
}
.header-section .weather-cont { padding: 0 0 20px 10px; }
.header-section .mobilenav-footer .weather-wrapper { padding-bottom: 0; }
.header-section .weather-cont .weather-icon	{ font-size: 20px; vertical-align: middle; margin-right: 5px;}

.mobilenav .top-header-left .weather-cont {
    display: inline-block;
    width: 45%;
    color: #8fbae4;
    margin-right: 0;
    padding: 5px;
    text-align: right;
}

.header-section .weather-cont,
.header-section .weather-cont a {
    font-family: 'CooperHewittMedium', sans-serif;
    font-size: 13px;
    color: #8fbae4;
}

.header-section .weather-cont img,
.header-section .search-cont img {
    position: relative;
    top: -3px;
    display: inline-block;
    vertical-align: middle;
}

.header-section .weather-cont img { max-width: 30px; }
.header-section .search-cont img { margin-left: 5px; }

.header-section .search-cont { margin-right: 0; }

.mobilenav-footer .weather-cont,
.mobilenav-footer .weather-cont a { width: 100%; }

.mobilenav-footer .weather-cont .weather-main,
.mobilenav-footer .weather-cont .trip-main {
	display: inline-block;
	width: 35%;
}
.mobilenav-footer .weather-cont .trip-main { width: 40% }

/* Trip Builder Counter */
.header-section .tripcounter,
.header-section .tripcounter a {
	width: 96%;
	min-height: 25px;
	font-family: 'CooperHewittMedium', sans-serif;
	font-size: 13px;
	color: #8fbae4;
	text-align: right;
}
.header-section .tripcounter {
	width: 14%;
	display: inline-block;
	line-height: 34px;
}
.header-section .tripcounter img {
	position: relative;
	top: 2px;
}
/* Google Translate Container */
.header-section .google-translate {
	width: 90%;
	display: block;
	margin: 0 auto 15px;
	line-height: 34px;
	position: relative;
}
@media screen and (min-width: 64em) {
	.header-section .google-translate {
		width: 17%;
		margin: 0 0 0 15px;
		display: inline-block;
	}	
}
/*
|-----------------------------------------------------------------------------------------------------------
| BODY SECTION
|-----------------------------------------------------------------------------------------------------------
*/

.body-section {
    left: 0;
    position: relative;
    top: 0;
    width: 100%;
}

.body-section h1 {
    text-align: left;
    line-height: 100%;
}

.body-section .maincont {
    padding: 0px;
}

.panel-one-col,
.panel-one-col-intro,
.panel-two-col-right,
.panel-two-col-left,
.panel-two-col-even,
.panel-three-col {
    display: block;
}

.panel-two-col-right,
.panel-two-col-left,
.panel-two-col-even,
.panel-three-col { margin-top: 20px; }

.panel-one-col.details { background-color: #ececec; }
.panel-one-col.details > .row { background-color: #fff; }

.panel-one-col-intro .main-col .col-inner {
    max-width: 85%;
    margin: 0 auto;
}
.panel-one-col-intro .main-col .col-inner-centered {
    max-width: 85%;
    margin: 0 auto;
}


.blue-bg { background-color: #8fbae4; }

.show-more,
.show-more:hover {
    font-family: 'CooperHewittSemibold', sans-serif;
    font-size: 13px;
    color: #8fbae4;
    position: absolute;
    bottom: 0;
    left: 0;
    width: 100%;
    text-align: center;
    margin: 0;
    padding: 40px 0 10px;
    opacity: 1;
    -webkit-transition: all .3s ease-in-out;
            transition: all .3s ease-in-out;

    /* Permalink - use to edit and share this gradient: http://colorzilla.com/gradient-editor/#ffffff+0,ffffff+43&0+0,1+43 */
    background: -moz-linear-gradient(top,  rgba(255,255,255,0) 0%, rgba(255,255,255,1) 43%); /* FF3.6-15 */
    background: -webkit-linear-gradient(top,  rgba(255,255,255,0) 0%,rgba(255,255,255,1) 43%); /* Chrome10-25,Safari5.1-6 */
    background: linear-gradient(to bottom,  rgba(255,255,255,0) 0%,rgba(255,255,255,1) 43%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#00ffffff', endColorstr='#ffffff',GradientType=0 ); /* IE6-9 */
}
.show-more.active { filter: alpha(opacity=0);
     -khtml-opacity: .0;
       -moz-opacity: .0;
            opacity: .0; }

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

.footer-section {
    position: relative;
    z-index: 1;
    text-align: center;
}

.footer-section .footer-top {
    width: 100%;
    background-color: #1e497f;
    height: 20px;
}

.footer-section .footer-middle {
    position: relative;
    background: #ececec none repeat scroll 0 0;
    width: 100%;
    line-height: 20px;
    margin: 0 auto;
    padding: 30px 0 0;
    border-top: 8px solid #fff;
}

.footer-section .footer-bottom {
    background: #1e497f none repeat scroll 0 0;
    width: 100%;
    padding: 2px 0 20px;
}

.footer-section .footer-row {
    padding: 0;
    text-align: left;
    box-sizing: border-box;
}

.footer-section .logo-container { padding: 0; }
.footer-section .logo-container .logo-container-inner {
    height: 100%;
    min-height: 200px;
    text-align: center;
    padding: 20px 20px 0;
    margin: 0 auto;
}
.footer-section .logo-container .footer-logo {
    display: inline-block;
    padding-bottom: 10px;
    width: 220px;
}
.footer-section .logo-container .logo-container-inner img { width: 220px; }

.footer-section .subscribe { padding: 20px 0; }

.footer-section .vguide,
.footer-section .subscribe {
    float: none;
    width: 50%;
    margin: 0 auto;
    clear: both;
}

.footer-section .vguide .vguide-title {
    float: left;
    width: 50%;
}

.footer-section .vguide .vguide-img {
    float: left;
    width: 112px;
    margin-right: 15px;
}

.footer-section .vguide .vguide-title {
    font-family: 'CooperHewittBook';
    font-size: 14px;
    color: #404040;
}

.footer-section .vguide .vguide-title .title {
    font-family: 'CooperHewittBold';
    font-size: 21px;
    line-height: 26px;
    color: #000;
    text-transform: uppercase;
    margin-bottom: 10px;
}
.footer-section .vguide .vguide-title .title span {
    font-family: 'CooperHewittSemibold';
    font-size: 21px;
    color: #eb5152;
    text-transform: none;
}
.footer-section .vguide .vguide-title .more-link, .custom-button a {
    display: block;
    width: 100%;
    font-family: 'CooperHewittSemibold';
    font-size: 16px;
    color: #000;
    margin-top: 10px;
}
.footer-section .vguide .vguide-title .more-link .fa {
    color: #eb5152;
    margin-left: 5px;
}

.footer-section .footer-logo-title {
    font-family: Helvetica,sans-serif;
    font-size: 22px;
    letter-spacing: 2px;
    text-transform: uppercase;
    color: #fff;
    padding-left: 25px;
    letter-spacing: 0.1em;
}

.footer-section .footer-logo-title span {
    display: inline-block;
    height: 17px;
    width: 1px;
    border-left: 1px dotted #fff;
    margin: 0 10px;
}

.footer-section .footer-bottom { color: #fff; }
.footer-section .footer-bottom.has-mobile-ad { padding-bottom: 100px; }

.footer-section .copyright,
.footer-section .sv-logo {
    display: block;
    width: 100%;
    height: 44px;
    font-family: 'CooperHewittBook',sans-serif;
    font-size: 12px;
    line-height: 44px;
    color: #8c8c8c;
    padding-top: 20px;
    vertical-align: middle;
    text-align: center;
}
.footer-section .sv-logo img { max-width: 150px; }

.footer-section .logo-container-inner .ta-logo {
	position: absolute;
    bottom: 15px;
    left: 50%;
    width: 100%;
    font-size: 11px;
    color: #000;
    margin: 0px auto;
    text-align: center;
    transform: translateX(-50%);
}
.footer-section .logo-container-inner .ta-logo span { display: inline-block; }
.footer-section .logo-container-inner .ta-logo img {
	position: relative;
	top: 4px;
	display: inline-block;
	max-width: 100px;
	margin-left: 4px;
	margin-top: 2px;
}

.footer-section .logo-container-inner .aa-logo {
    padding: 15px 0px;
}
.footer-section .logo-container-inner .aa-logo img {
    width: auto;
    height: 55px;
}
/*
|-----------------------------------------------------------------------------------------------------------
| Footer Microsite
|-----------------------------------------------------------------------------------------------------------
*/
.footer.microsite {

}
.footer.microsite .top {
	display: flex;
	background: #F0F0F0;
	padding: 50px 30px;
}
.footer.microsite .section-left {
	width: 40%;
}
.footer.microsite .section-middle {
	width: 40%;
}
.footer.microsite .section-right {
	width: 20%;
	display: flex;
}
.footer.microsite .vguide {
	float: right;
}
.footer.microsite .social-links {
	text-align: left;
}
.footer.microsite .social-wrapper {
	clear: both;
}
.footer.microsite .social-links .icons {
	font-size: 40px;
	height: 40px;
	width: 40px;
	color: #808080;
}
.footer.microsite .footer-logo {	
	margin: auto 0 0 auto;
	max-width: 220px;
}
@media only screen and (max-width: 64.063em){
	.footer.microsite .top {
		display: block;
		padding: 30px 20px;
	}
	.footer.microsite .section-left,
	.footer.microsite .section-middle,
	.footer.microsite .section-right {
		width: 100%;
	}
	.footer.microsite .social-links {
		text-align: center;
		margin: 10px 0 20px;
	}
	.footer.microsite .footer-logo {
		margin: auto;
	}
}
/*
|-----------------------------------------------------------------------------------------------------------
| Custom Widgets
|-----------------------------------------------------------------------------------------------------------
*/

.stackla-cont { border-top: 8px solid #eb5152; }
.stackla-cont.int-view { border: 0 none; }

.atn-share {
    position: relative;
    text-align: right;
    margin-top: 15px;
}

.atn-share .atn {
    display: block;
    margin-top: 5px;
}

.vguide-cont {
    position: relative;
    height: 100%;
    margin-bottom: 0;
    overflow: hidden;
    transition: all 0.5s ease 0s;
}

.social-links {
    position: relative;
    top: 0px;
    left: 50%;
    width: 100%;
    margin: 0px auto;
    text-align: center;
    transform: translateX(-50%);
}
.mobilenav-footer .social-links {
    position: relative;
    bottom: 0;
}
.social-links .icons {
    display: inline-block;
    width: 20px;
    height: 20px;
    font-size: 30px;
    line-height: 22px;
    text-align: center;
    vertical-align: middle;
    margin-right: 20px;
    color: #404040;
    transition: all 0.5s ease 0s;
}
.social-links .icons:hover { filter: alpha(opacity=70);
     -khtml-opacity: .70;
       -moz-opacity: .70;
            opacity: .70;
}
.social-links .icons:last-child { margin-right: 0px; }

.mobilenav .social-links {
    padding: 20px;
}
.mobilenav .social-links .icons {
    background-color: transparent;
    height: 20px;
    width: 20px;
    line-height: 20px;
}

.cal-widget { margin-bottom: 20px; }

#jrs-widget-1989 input,
#jrs-widget-1990 input,
#jrs-widget-1989 select,
#jrs-widget-1990 select {
    margin: 0;
    border-color: transparent;
    color: #000;
    font-family: CooperHewittBold, sans-serif;
    font-size: 16px;
    font-weight: 400;
    background: #fff;
}

#jrs-widget-1989 button,
#jrs-widget-1990 button {
    margin: 0;
}

.jrs-calendar-icon-1989:after,
.jrs-calendar-icon-1990:after {
    color: #000;
}

@media (min-width: 1025px) {
    #jrs-submit-1989,
    #jrs-submit-1990 {
        width: 100%;
    }
}

/*
|-----------------------------------------------------------------------------------------------------------
| MEDIA QUERIES
|-----------------------------------------------------------------------------------------------------------
*/


/*** Mobile ***/

@media only screen and (max-width: 641px) {

    /*
    |------------------------
    | HEADER SECTION
    |------------------------
    */

    .header-section { min-height: 86px; }

    .header-section .top-nav-cont {
        top: 0;
        height: 86px;
    }
    .header-section.microsite .top-nav-cont {
    	top: auto;
    	height: auto;
    }
    .header-section .logo {
        left: 15px;
        padding-top: 0px;
        z-index: 2;
    }
    .header-section.microsite .logo {
    	left: 0;
    	padding: 0;
    }
    .header-section .logo img {
        max-width: 150px;
        padding-left: 0;
    }

    .header-section .top-nav-cont .top-header .top-header-right { display: none; }

    /*
    |------------------------
    | BODY SECTION
    |------------------------
    */

    h1 {
        font-size: 30px;
        line-height: 32px;
        margin-bottom: 10px;
    }
    h2 {
        font-size: 24px;
        line-height: 24px;
    }
    h3 {
        font-size: 16px;
        line-height: 18px;
    }
    p {
        font-size: 14px;
		line-height: 1.4;
    }

    .body-section,
    .body-section .maincont {
        padding: 0;
    }
    .body-section {
        margin-top: 0;
    }

    /*.panel-one-col p,
    .panel-one-col-intro p,
    .panel-two-col-right p,
    .panel-two-col-left p,
    .panel-two-col-even p,
    .panel-three-col p {
        max-height: 200px;
        overflow: hidden;
    }*/

	.panel-intro-container { position: relative; }

	.panel-intro-container .overflow-content {
        position: relative;
        padding-bottom: 100px;
		max-height: 375px;
        overflow: hidden;
	}

    .wrapper .intro-panel {
        max-width: 100%;
        padding: 40px 30px 0;
    }

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


    .footer-section .vguide,
    .footer-section .subscribe { width: 100%; }

}


/*** Tablet and Desk***/

@media only screen and (min-width: 40.063em) {
    /*
    |------------------------
    | HEADER SECTION
    |------------------------
    */

    /*.header-section .logo img {
        top: 15px;
        left: 25px;
    }*/

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

}


/*** Tablet ***/

@media only screen and (min-width: 40.063em) and (max-width: 1025px) {

    h1 {
        font-size: 36px;
    }
    h2 {
        font-size: 28px;
    }

    /*
    |------------------------
    | HEADER SECTION
    |------------------------
    */

    .header-section { min-height: 90px; }
    .header-section .logo {
        left: 0px;
        padding: 0;
    }
    .header-section .logo img { left: 10px; }

    .header-section .top-nav-cont { padding: 0; }

    .header-section .weather-cont {     
    	margin-right: 0; 
    }

    /*
    |------------------------
    | BODY SECTION
    |------------------------
    */

    .wrapper .intro-panel { max-width: 65%; }
    .panel-one-col-intro .main-col .col-inner { max-width: 95%; }


	.wrapper .intro-panel-interior {
		margin: 0 auto;
		max-width: 80%;
	}
	.wrapper .intro-panel-interior .contentRender_name_plugins_core_textbox { margin-bottom: 40px; }

    /*.panel-one-col-intro .main-col .col-inner h1,
    .panel-one-col-intro .main-col .col-inner h3,
    .panel-one-col-intro .main-col .col-inner p {
        max-width: 80%;
        margin: 0 auto;
    }
    .panel-one-col-intro .main-col .col-inner p { margin-bottom: 40px; }*/

    .atn-share {
        width: 100%;
        margin-bottom: 20px;
    }

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

}

/*** Desktop ***/

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

    .collapse {
        padding: 0 !important;
    }
    /*
    |------------------------
    | HEADER SECTION
    |------------------------
    */

    .header-section .header-right {
        float:left;
        margin: 0px 0 0;
    }

    .header-section .weather-cont {
        padding: 0 20px 0 0;
        border-right: 1px solid #e0e0e0;
    }

    /*
    |------------------------
    | BODY SECTION
    |------------------------
    */

    .panel-one-col-intro .main-col .col-inner {
        padding-left: 240px;
        padding-top: 30px;
        margin: 0 auto;
		max-width: 1210px;
    }
    /*.panel-one-col-intro .main-col .col-inner h1,
    .panel-one-col-intro .main-col .col-inner h3,
    .panel-one-col-intro .main-col .col-inner p {
        max-width: 650px;
        margin: 0 auto;
    }*/
    .panel-one-col-intro .main-col .col-inner h1 { margin-bottom: 12px; }
    .panel-one-col-intro .main-col .col-inner p { margin-bottom: 40px; }

    .atn-share { margin-top: 0; }

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

    .footer-section .footer-middle { padding-bottom: 40px; }

    .footer-section .vguide,
    .footer-section .subscribe,
    .footer-section .vguide .vguide-img,
    .footer-section .vguide .vguide-title {
        float: left;
        width: 50%;
        clear: none;
    }

    .footer-section .vguide {padding-top: 20px;}
    .footer-section .vguide .vguide-img {
        width: 112px;
        margin-right: 15px;
    }

    .footer-section .logo-container { padding: 0 20px 0 0; }

    .footer-section .footer-bottom { padding-bottom: 0; }

    .footer-section .copyright,
    .footer-section .sv-logo {
        display: inline-block;
        width: 50%;
        float: left;
        text-align: left;
        padding-top: 0;
    }
    .footer-section .sv-logo { text-align: right; }

}



/* ******************* SEARCH BOX ******************* */

.header-section .search-cont,
.mobilenav .site-search-box {
    position: relative;
    z-index: 99;
    font-family: 'CooperHewittSemibold';
    font-size: 16px;
    color: #404040;
    text-align: center;
    vertical-align: middle;
    padding: 0;
    cursor: pointer;
}

.header-section .search-cont .close {
    position: relative;
    left: 10px;
    width: 30px;
    font-size: 32px;
    color: #8C8B8C;
}

.header-section .search-cont.active .close,
.header-section .search-cont span { display: block; }

.header-section .search-cont span { font-family: "CooperHewittMedium",sans-serif; }

.header-section .search-cont.active span,
.header-section .search-cont .close { display: none; }

.site-search-dd {
    position: fixed;
    opacity: 0;
    left: 0;
    top: 90px;
    background: url('/includes/public/assets/images/searchbg.png') repeat-x;
    background-size: cover;
    border: 0 none;
    height: 100%;
    width: 0;
    z-index: 20003;
    overflow: hidden;
    -webkit-transition: opacity 225ms ease-in-out;
    -moz-transition: opacity 225ms ease-in-out;
    -o-transition: opacity 225ms ease-in-out;
    transition: opacity 225ms ease-in-out;
}

.site-search-dd.active {
    display: block;
    width: 100%;
    opacity: 1;
}

.site-search-dd.active input[type=search] {
    position: relative;
    top: 0px;
    left: 0;
    width: 100%;
    max-width: 630px;
    height: auto;
    background: transparent;
    display: block;
    font-family: "CooperHewittBook", sans-serif;
    font-size: 30px;
    line-height: 1.3;
    color: #fff;
    margin: 0 auto;
    padding: 0 5px 12px;
    text-align: left;
    text-transform: none;
    border-bottom: 10px solid #ffc709;
    box-shadow: none;
}

.site-search-dd.active input[type=search]::-webkit-input-placeholder {
    color: #fff;
    opacity: 1;
}

.site-search-dd.active input[type=search]:-moz-placeholder {
    /* Firefox 18- */
    color: #fff;
    opacity: 1;
}

.site-search-dd.active input[type=search]::-moz-placeholder {
    /* Firefox 19+ */
    color: #fff;
    opacity: 1;
}

.site-search-dd.active input[type=search]:-ms-input-placeholder {
    color: #fff;
    opacity: 1;
}

.site-search-dd.active .search-btn {
    position: absolute;
    right: -10px;
    top: 0;
    /*background: url('/includes/public/assets/images/search-icon-lrg.png');*/
    width: 64px;
    height: 64px;
    display: block;
    cursor: pointer;
}

.site-search-dd.active .search-icon {
    position: absolute;
    right: 55px;
    top: 18px;
}

.site-search-dd.active .search-close {
    background: rgba(0, 0, 0, 0) url("/includes/public/assets/images/close-x.png") repeat scroll 0 0;
    color: #8b8b8b;
    cursor: pointer;
    height: 40px;
    line-height: 1;
    position: absolute;
    right: 5px;
    text-align: center;
    text-transform: uppercase;
    top: 23px;
    width: 40px;
}

.site-search-dd .site-search-cont {
    left: 0;
    margin: 25px auto 0;
    max-width: 100%;
    position: relative;
    right: 0;
    text-align: left;
}

.site-search-dd form input {
    background-color: transparent;
    border: 0 none;
}

.site-search-dd .site-search-cont {
    max-width: 630px;
}

/* Mobile Specific */
.site-search-mobile {
    position: relative;
    display: inline-block;
    background-color: #ffc709;
    width: 100%;
    height: auto;
    margin: 0px;
    padding: 20px 0 0px 15px;
    border: 0 none;
}
.site-search-mobile input[type=search] {
    position: relative;
    top: 0;
    left: 0;
    background-color: #fff;
    display: inline-block;
    /*float: left;*/
    width: 95%;
    height: 40px;
    font-family: 'CooperHewittMedium',Arial,Helvetica,sans-serif;
    font-size: 16px;
    color: #404040;
    margin-bottom: 20px;
    padding-left: 15px;
    vertical-align: top;
    border: 1px solid #8fbae4;
}

.site-search-mobile input[type=search]::-webkit-input-placeholder {
    color: #000;
    opacity: 1;
}

.site-search-mobile input[type=search]:-moz-placeholder {
    /* Firefox 18- */
    color: #000;
    opacity: 1;
}

.site-search-mobile input[type=search]::-moz-placeholder {
    /* Firefox 19+ */
    color: #000;
    opacity: 1;
}

.site-search-mobile input[type=search]:-ms-input-placeholder {
    color: #000;
    opacity: 1;
}

.site-search-mobile .search-icon {
    position: absolute;
    right: 22px;
    top: 28px;
}

/* ******************* MEDIA QUERIES ******************* */
/*** Mobile ***/
@media only screen and (max-width: 40em) {
    .site-search-mobile input[type=text] {font-size: 12px;}
    .site-search-mobile .fa {width: 35px;}
}

/*** Tablet ***/
@media only screen and (min-width: 40.063em) and (max-width: 64em) {
    .header-section .search-cont { width: 20%; }
}

/*** Tablet and Desk***/
@media only screen and (min-width: 40.063em){
    .site-search-box {
        position:relative;
        top: 5px;
        right: auto;
        display: inline-block !important;
    }

}

/*** Desktop  ***/
@media only screen and (min-width: 64.063em) {

    .header-section .search-cont { display: inline-block; }

    .site-search-dd.active .searchBtn {
        cursor: pointer;
        font-size: 19px;
        height: 25px;
        left: 12px;
        margin-left: 6px;
        position: absolute;
        top: 18px;
        width: 25px;
        z-index: 10;
      }

}


/*
|-----------------------------------------------------------------------------------------------------------
| HOMEPAGE SLIDESHOW SECTION
|-----------------------------------------------------------------------------------------------------------
*/

.header-slideshow .home-header { position: relative;}

.header-slideshow .home-header .slide { position: relative; }
.header-slideshow .home-header .slide::after {
    position: absolute;
    left: 0;
    bottom: 0;
    background: rgba(0, 0, 0, 0) linear-gradient(transparent, #000) repeat scroll 0 0;
    height: 240px;
    width: 100%;
    content: "";
    opacity: 0.7;
}
.header-slideshow .home-header .slide > img {
    display: block;
    width: 100%;
    position: relative;
}
.header-slideshow .home-header .slide > video {
    position: absolute;
    top: 0;
    left: 50%;
    display: block;
    width: auto;
	height: 100%;
    transform: translateX(-50%);
	transition: opacity .2s cubic-bezier(0, 0, 0.3, 1);
	opacity: 0;
}
.header-slideshow .home-header .slide > video.loaded { opacity: 1; }

.header-slideshow .home-header .info {
    position: absolute;
	left: 50%;
    top: 50%;
    z-index: 10;
    transform: translate(-50%, -50%);
	padding: 0;
}
@media (min-width: 1025px) {
	.header-slideshow .home-header .info { top: 70%; }
}

.header-slideshow .home-header .info .title {
	font-family: "LLAkkuratWeb-Regular", sans-serif;
	font-size: 27px;
	color: #fff;
	margin-bottom: 5px;
}
.header-slideshow .home-header .info .title h1{
	font-family: 'CooperHewittBold';
	color: #fff;
    font-size: 64px;
    line-height: 59px;
    text-align: center;

}
.header-slideshow .home-header .info .video-controls {
    width: 100%;
    text-align: center;
    margin: 20px auto 0;
}

.header-slideshow .home-header .info .video-controls .play-pause,
.header-slideshow .home-header .info .video-controls .sound {
	display: inline-block;
    background: rgba(0, 0, 0, 0) url(/includes/public/assets/images/icons/icon-play-pause.png) no-repeat right center;
    width: 34px;
    height: 34px;
    margin-right: 3px;
    cursor: pointer;
    background-position: right center;
}

.header-slideshow .home-header .info .video-controls .play-pause.paused { background-position: 0 -50px; }

@media only screen and (min-width: 64em) {
	.header-slideshow .home-header .info .video-controls .play-pause{ 
		background: rgba(0, 0, 0, 0) url(/includes/public/assets/images/icons/video-controls.svg) no-repeat scroll 0 0 / 100% auto; 
		background-position: 0 -50px; 
		width: 50px;
		height: 50px;
	}
	.header-slideshow .home-header .info .video-controls .sound { 
		background: rgba(0, 0, 0, 0) url(/includes/public/assets/images/icons/video-controls.svg) no-repeat scroll 0 0 / 100% auto; 
		width: 50px;
		height: 50px;
	}

	.header-slideshow .home-header .info .video-controls .play-pause.paused { background-position: 0 0px; }
}

.header-slideshow .home-header .info .video-controls .sound { background-position: 0 -150px; }
.header-slideshow .home-header .info .video-controls .sound.muted { background-position: 0 -100px; }

.header-slideshow .home-header .slick-slide {
    position: relative;
    max-width: 100vw;
    margin: 0 5px;
}
.home-header .slick-btn-cont {
    position: absolute;
    top: 50%;
    left: 50%;
    z-index: 1;
    background-color: transparent;
    width: 100%;
    padding: 0;
    pointer-events: none;
    transform: translate(-50%, -50%);
}
.home-header .slick-arrow button {
	background-size: 100%;
    background-color: transparent;
    background-position: center center;
    background-repeat: no-repeat;
    width: 40px;
    height: 40px;
    font-size: 0;
    pointer-events: auto;
    transition: all 0.5s ease 0s;
    padding: 0;
    margin-bottom: 0;
}
.home-header .slick-prev {
    background-image: url("/includes/public/assets/images/arrow-prev.png");
    float: left;
    margin-left: 15px;
}
.home-header .slick-next {
    background-image: url("/includes/public/assets/images/arrow-next.png");
    float: right;
    margin-right: 15px;
}
.home-header .slick-prev:hover {
    background-image: url("/includes/public/assets/images/arrow-prev2.png");
}
.home-header .slick-next:hover {
    background-image: url("/includes/public/assets/images/arrow-next2.png");
}
/**** END DOTS ****/


@media only screen and (max-width: 40em) {
	.header-slideshow .home-header .slide,
    .header-slideshow .home-header .slide > img {
		left: 50%;
		width: 100%;
		max-width: none;
        height: auto;
		transform: translateX(-50%);
		overflow: hidden;
    }
	.header-slideshow .home-header .slide::after { height: 100px; }
	.header-slideshow .home-header .info .title h1{
	    font-size: 46px;
	    line-height: 43px;
	}
}
@media only screen and (min-width: 40.063em) and (max-width: 64em) {
	.header-slideshow .home-header .slick-list { padding: 0 !important; }
    .header-slideshow .home-header .slide .info img { max-width: 150px; }
}
@media only screen and (min-width: 64.063em) { }
@media only screen and (min-width: 1125px) {
	.home-header .slick-btn-cont {
		width: 1110px;
		max-width: 100%;
	}
}


/* Standard Image Box */
.imagebox {
    position: relative;
    display: block;
    margin-left: auto;
    margin-right: auto;
    margin-bottom: 30px;
    overflow: hidden;
}

.imagebox .img { width: 100%; }

.imagebox .content-holder {
    background: #000014 none repeat scroll 0 0;
    bottom: 0;
    left: 0;
    max-height: 72px;
    padding: 12px 0px;
    position: absolute;
    transition: all 0.5s ease 0s;
    width: 100%;
}

.imagebox:hover .content-holder.hover {
    max-height: 144px;
}

.imagebox .content-holder .title-inner {
    background: #000;
    padding: 0px 10px;
    box-sizing: border-box;
}

.imagebox .content-holder .title-inner .title {
    font-size: 18px;
    color: #fff;
    line-height: 1.3;
}

.imagebox .content-holder .content-box {
    color: #fff;
    font-size: 15px;
    height: 0;
    line-height: 21px;
    transition: height 0.5s ease 0s;
    visibility: hidden;
}

.imagebox:hover .content-box {
    height: 144px;
    visibility: visible;
}

/*** Mobile ***/
@media only screen and (max-width: 40em) {
    .imagebox .content-holder { bottom: 12px; }
    .imagebox .content-holder .title-inner { padding: 0 20px; }
}

/*** Tablet ***/
@media only screen and (min-width: 40.063em) and (max-width: 64em) {}

/*** Desktop ***/
@media only screen and (min-width: 1025px) {}


/* Image Box Slider */
.imagebox-slider {
    position: relative;
    display: block;
    /*max-width: 970px;*/
    margin-left: auto;
    margin-right: auto;
    margin-bottom: 60px;
}

.imagebox-slider .img { width: 100%; }

.imagebox-slider .title-inner {
    background: #000;
    min-height: 67px;
    padding: 0px 10px;
    box-sizing: border-box;
}

.imagebox-slider .title-inner .title {
    font-family: Arial, sans-serif;
    font-size: 18px;
    color: #fff;
    line-height: 1.3;
    padding: 10px 30px;
}

.imagebox-slider .slick-btn-cont {
    background-color: transparent;
    left: 50%;
    padding: 0;
    pointer-events: none;
    position: absolute;
    bottom: 20px;
    transform: translateX(-50%);
    width: 100%;
    z-index: 1;
}

.imagebox-slider .slick-prev,
.imagebox-slider .slick-next {
    position: absolute;
    top: 50%;
    z-index: 99;
    background-size: 100%;
    background-color: transparent;
    background-position: center center;
    background-repeat: no-repeat;
    width: 40px;
    height: 50px;
    font-size: 26px;
    color: #fff;
    padding: 0;
    margin-bottom: 0;
    pointer-events: auto;
    transition: all 0.5s ease 0s;
    transform: translateY(-50%);
    filter: alpha(opacity=9);
         -khtml-opacity: .9;
           -moz-opacity: .9;
                opacity: .9;
}

.imagebox-slider .slick-prev {
    left: 0px;
    float: left;
}
.imagebox-slider button.slick-prev::after,
.imagebox-slider button.slick-prev::before { content: "" }
.imagebox-slider .slick-next {
    right: 0px;
    float: right;
}
.imagebox-slider button.slick-next::after,
.imagebox-slider button.slick-next::before { content: "" }

.imagebox-slider .slick-dots {
    position: absolute;
    bottom: -20px;
    left: 50%;
    margin: 0;
    padding: 0;
    transform: translateX(-50%);
}
.imagebox-slider .slick-dots li {
    display: inline-block;
    margin: 0 7px;
    text-align: center;
    line-height: 20px;
}
.imagebox-slider .slick-dots li button {
    display: inline-block;
    background-color: #d4d4d4;
    width: 5px;
    height: 5px;
    font-size: 0;
    margin: 0;
    padding: 0;
    border-radius: 50%;
}
.imagebox-slider .slick-dots li button::before {
    content: "";
}
.imagebox-slider .slick-dots li.slick-active button {
    background-color: #8fbae4;
}


/*** Mobile ***/
@media only screen and (max-width: 40em) {}

/*** Tablet ***/
@media only screen and (min-width: 40.063em) and (max-width: 64em) {}

/*** Desktop ***/
@media only screen and (min-width: 1025px) {}

/* Featured Events Collection */

.featured-events {
    position: relative;
    overflow: visible;
    margin: 20px auto;
    max-width: 970px;
}

.featured-events .featured-inner { text-align: center; }

.featured-events .top { margin-bottom: 15px; }
.featured-events .top .title {
    font-family: "CooperHewittBold",sans-serif;
    font-size: 36px;
    color: #1e497f;
    text-align: left;
    margin-bottom: 0px;
}

.featured-events .item {
    display: block;
    padding: 5px 20px 5px 10px;
}
.featured-events .item .item-inner {
    display: block;
    border-bottom: 1px solid #ddd;
}
.featured-events .item .img {
    float: left;
    width: 30%;
    margin-right: 10px;
}
.featured-events .item .info {
    float: left;
    width: 60%;
    height: 100%;
    font-size: 14px;
    text-align: left;
    color: #404040;
    padding-top: 10px;
	padding-bottom: 15px;
    line-height: 1.2;
}
.featured-events .item .info .date {
    position: relative;
    font-family: "CooperHewittBold",sans-serif;
    font-size: 10px;
    color: #eb5152;
    text-transform: uppercase;
    vertical-align: top;
    letter-spacing: 0.2em;
}
.featured-events .item .title {
    font-family: "CooperHewittBold",sans-serif;
    font-size: 14px;
    font-weight: normal;
    color: #28323c;
    text-align: left;
    line-height: 1.2;
    margin: 0 0 5px;
}
.featured-events .item .more-link {
    display: block;
    font-family: "CooperHewittSemibold",sans-serif;
    color: #404040;
    width: 100%;
    padding-top: 10px;
}
.featured-events .item .more-link .fa { color: #eb5152; }


.featured-events .see-all-link { margin-top: 20px; }
.featured-events .see-all-link .button {
    font-family: "CooperHewittBook",sans-serif;
    font-size: 16px;
    text-transform: uppercase;
}


/*** Mobile ***/
@media only screen and (max-width: 40em) {
    .featured-events .item { padding-right: 10px; }
}

/*** Desktop ***/
@media only screen and (min-width: 1025px) {
    .featured-events .item .img { margin-right: 0; }
    .featured-events .item .info {
        font-size: 16px;
        padding-top: 10px;
		padding-left: calc(30% + 30px);
		margin-left: -30%;
		width: 100%;
    }
    .featured-events .item .info .date { font-size: 12px; }
    .featured-events .item .title {
        font-family: "CooperHewittHeavy",sans-serif;
        font-size: 18px;
    }
}


/* Highlights Image Box */

.highlights-cont {
    position: relative;
    border-top: 44px solid #8fbae4;
}
.highlights-cont .highlights-inner {
  border-top: 4px solid #ffc709;
}
.highlights-cont .columns {
  padding:0px;
}
.highlights-cont .img-box-wrap {
  position: relative;
  display: block;
  overflow: hidden;
  border-bottom: 4px solid #8fbae4;
}
.highlights-cont .imgcont {
    margin-bottom: -10px;
    padding-bottom: 5px;
}
.highlights-cont .imgcont img {
  width:100%;
}
.highlights-cont .img-box-wrap .imgcont:after {
  content:"";
  position: absolute;
  bottom: 0px;
  left:0px;
  width:100%;
  height:70%;
  opacity: 0.1;
  background: linear-gradient(rgba(0,0,0,0), #000);
  background: -o-linear-gradient(rgba(0,0,0,0), #000);
  background: -moz-linear-gradient(rgba(0,0,0,0), #000);
  background: -webkit-linear-gradient(rgba(0,0,0,0), #000);
}
.highlights-cont .img-box-text {
  position: absolute;
  bottom:17px;
  left:17px;
  margin:0px;
  color:#fff;
  font-size:16px;
  transform: translateY(0px);
  -ms-transform: translateY(0px);
  -webkit-transform: translateY(0px);
  transition:all ease .5s;
}
.highlights-cont .img-box-wrap:hover .img-box-text {
  transform: translateY(-11px);
  -ms-transform: translateY(-11px);
  -webkit-transform: translateY(-11px);
}
.highlights-cont .img-box-text:after {
  content:"\f0da";
  color:#eb5152;
  font-family:FontAwesome;
  display: inline-block;
  transform:translate(4px, 2px);
  -ms-transform:translate(4px, 2px);
  -webkit-transform:translate(4px, 2px);
  transition:all ease .35s;
}
.highlights-cont .img-box-wrap:hover .img-box-text:after {
  color:#ffc709;
  transform:translate(13px, 2px);
  -ms-transform:translate(13px, 2px);
  -webkit-transform:translate(13px, 2px);
}
.highlights-cont .ri-map-pinterest {
  position: absolute;
  top:15px;
  right:15px;
  width: 20px;
}

/*** Desktop ***/
@media only screen and (min-width: 1024px) {
    .highlights-cont .img-box-text { font-size: 21px; }

    .highlights-cont .ri-map-pinterest {
      top:15px;
      right:15px;
      width: 40px;
      opacity: .8;
      transform: translateY(-150%);
      -ms-transform: translateY(-150%);
      -webkit-transform: translateY(-150%);
      transition:all ease .5s;
    }
    .highlights-cont .img-box-wrap:hover .ri-map-pinterest {
      transform: translateY(0%);
      -ms-transform: translateY(0%);
      -webkit-transform: translateY(0%);
    }
    .highlights-cont .ri-map-pinterest:hover {
      opacity: 1;
    }
}


/* RI Storyline Collection */

.storylines-cont {
    position: relative;
    background-color: #fff;
    padding: 30px 0px;
    margin: 30px auto;
}
.with-map .storylines-cont { margin-top: 0; }

.storylines-cont ul { margin: 0 !important; }

.persona-map .main-title,
.storylines-cont .main-title,
.storylines-top .main-title {
    display: inline-block;
    font-family: "CooperHewittBold",sans-serif;
    font-size: 46px;
    text-transform: uppercase;
    color: #1e497f;
    width: 100%;
    padding: 5px 0px 5px 20px;
}
.storylines-top .main-title {
    background-color: #fff;
    line-height: 70px;
    text-align: center;
    border-top: 4px solid #ffc709;
    margin: 45px 0 0;
}
.storylines-top .main-title { text-align: center; }

@media screen and (max-width: 641px){
	.persona-map .main-title,
	.storylines-top .main-title {
		font-size: 35px;
	}
	.persona-map .main-title {
    	padding: 25px 40px 35px 40px;
    	text-align: center;
    }
}
.persona-map .main-title span,
.storylines-cont .main-title span,
.storylines-top .main-title span {
    font-family: "CooperHewittBook",sans-serif;
    letter-spacing: 0.05em;
    color: #eb5152;
    text-transform: none;
}

.storylines-top .storylines-map,
.storylines-top .storylines-map .map-cont img {
    position: relative;
    width: 100%;
}

.storylines-top .side-control {
    position: absolute;
    left: -250px;
    top: 0;
    z-index: 10;
    background-color: #fff;
    width: 250px;
    box-shadow: 0 5px 10px rgba(0,0,0,.3);
    -webkit-transition: all .3s ease-in-out;
            transition: all .3s ease-in-out;
}
.storylines-top .side-control.active {
    left: 0;
}

.storylines-top .side-control .openclose {
    position: absolute;
    top: 5px;
    right: -22px;
    background-color: #fff;
    width: 22px;
    height: 50px;
    color: #787878;
    text-align: center;
    line-height: 50px;
    vertical-align: middle;
    cursor: pointer;
    box-shadow: 3px 0px 2px rgba(0,0,0,.1);
    -webkit-transition: all .3s ease-in-out;
            transition: all .3s ease-in-out;
}

.storylines-top .side-control .openclose.active .fa { transform: rotate(-180deg); }

.storylines-top .storylines-map .side-control .top-title {
    background-color: #eb5152;
    font-family: "CooperHewittBook",sans-serif;
    font-size: 14px;
    color: #fff;
    padding: 30px 15px 10px;
}
.storylines-top .storylines-map .side-control .options {
    padding: 10px 5px 10px 15px;
}

.storylines-top .storylines-map .side-control .options .item {
    display: inline-block;
    width: 100%;
    clear: both;
    cursor: pointer;
    -webkit-user-select: none;  /* Chrome all / Safari all */
    -moz-user-select: none;     /* Firefox all */
    -ms-user-select: none;
    border-bottom: 1px solid #e0e0e0;
}
.storylines-top .storylines-map .side-control .options .item .icon {
    float: left;
    width: 40px;
    margin-right: 10px;
    pointer-events: none;
}
.storylines-top .storylines-map .side-control .options .item .title {
    float: left;
    font-family: "CooperHewittSemibold",sans-serif;
    font-size: 14px;
    color: #404040;
    line-height: 40px;
    vertical-align: middle;
    pointer-events: none;
}
.storylines-top .storylines-map .side-control .options .item .checkbox {
    float: right;
    font-family: "FontAwesome";
    font-size: 18px;
    padding: 0 10px;
    line-height: 42px;
    vertical-align: middle;
}
.storylines-top .storylines-map .side-control .options .item .checkbox .fa {
    line-height: 42px;
    vertical-align: middle;
}
.storylines-top .storylines-map .side-control .options .item .checkbox .fa-square-o { color: #787878; }
.storylines-top .storylines-map .side-control .options .item .checkbox .fa-check-square { color: #3397ff; }

.storylines-top .storylines-map .side-control .options .item .checkbox .fa-square-o,
.storylines-top .storylines-map .side-control .options .item .checkbox.active .fa-check-square { display: block; }
.storylines-top .storylines-map .side-control .options .item .checkbox.active .fa-square-o,
.storylines-top .storylines-map .side-control .options .item .checkbox .fa-check-square { display: none; }

.storylines-top .storylines-map .side-control .bottom {
    display: block;
    width: 100%;
    font-family: "CooperHewittMedium",sans-serif;
    font-size: 13px;
    color: #8fbae4;
    padding: 10px 15px;
    clear: both;
}

.storylines-cont .item {
    margin-bottom: 14px;
    /*border-bottom: 1px solid #ddd;*/
    padding-bottom: 0;
}
.storylines-cont .item .border {float: left; border-bottom: 1px solid #ddd;}
.storylines-cont .item .img,
.storylines-cont .item .info { float: left; }

.storylines-cont .item .img {
    width: 30%;
    margin-right: 13px;
   /* margin-bottom: 8px;*/
}
.storylines-cont .item .img img {display: block;}
.storylines-cont .item .info { width: 64%; }
.storylines-cont .item .info .type {
    font-family: "CooperHewittHeavy",sans-serif;
    font-size: 11px;
    color: #eb5152;
    text-transform: uppercase;
    letter-spacing: 0.3em;
}
.storylines-cont .item .info .title {
    font-family: "CooperHewittBold",sans-serif;
    font-size: 16px;
    color: #000;
    margin-bottom: 6px;
}
.storylines-cont .item .info .description {
    font-size: 14px;
    color: #404040;
    line-height: 1.2;
    margin-bottom: 6px;
}
.storylines-cont .item .info .more-link a {
    font-family: "CooperHewittSemibold",sans-serif;
    font-size: 14px;
    color: #404040;
}
.storylines-cont .item .info .more-link a .fa {
    color: #eb5152;
    margin-left: 5px;
}

/*** Mobile ***/
@media only screen and (max-width: 40em) {
    .storylines-cont { margin: 30px 5px; }
    .with-map .storylines-cont { margin-top: 0; }
}

/*** Tablet ***/
@media only screen and (min-width: 40.063em) and (max-width: 64em) {
    .storylines-cont { max-width: 85%; }

    .storylines-cont .main-title { text-align: left; }
    .persona-map .main-title {
    	padding: 25px 40px 35px 40px;
    	text-align: center;
    }
}

/*** Desktop ***/
@media only screen and (min-width: 1025px) {

    .storylines-cont {
        padding: 30px 20px;
        margin: 50px 0 0;
        margin-bottom: 50px;
    }
    .with-map .storylines-cont { margin-top: 0; }

    .storylines-cont .item .img { margin-right: 30px; }
    .storylines-cont .item .info {
        width: 62%;
        padding-top: 20px;
    }

    .persona-map .main-title,
    .persona-map .main-title span,
    .storylines-cont .main-title,
    .storylines-cont .main-title span { font-size: 50px; }

    .storylines-cont .main-title {
      padding: 25px 0px 35px 40px;
      text-align: left;
    }
    .persona-map .main-title {
    	padding: 25px 40px 35px 40px;
    	text-align: center;
    }

    .storylines-cont .item .info .type { font-size: 12px; }
    .storylines-cont .item .info .title { font-size: 18px; }
    .storylines-cont .item .info .description,
    .storylines-cont .item .info .more-link a { font-size: 16px; }
}



/*
|-----------------------------------------------------------------------------------------------------------
| Main Nav Widget
|-----------------------------------------------------------------------------------------------------------
*/
.nav-container {
    float: left;
    width: 90%;
}

.nav-primary {
  text-align: center;
  padding: 0px;
}

.nav-primary .item {
    display: inline-block;
    height: 44px;
    margin: 0 20px 0 0;
}

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

.nav-primary .item a {
    position: relative;
    z-index: 20002;
    display: inline-block;
    font-family: "CooperHewittMedium", Arial, Helvetica,sans-serif;
    font-size: 17.5px;
    color: #404040;
    line-height: 1.8;
    text-decoration: none;
}

.nav-primary .item > a {
    width: 100%;
    height: 100%;
}

.nav-primary .item > a[href="/plan/leisure-blog/"] {
	color: #eb5152;
}

.nav-primary .item .fa-caret-down {
    display: inline-block;
    color: #eb5152;
}

.nav-primary .item > .fa-caret-down {
    position: relative;
    top: -20px;
}

.nav-primary .item:hover,
.nav-primary .item.selected {}

.nav-primary .nav-marker {
    position: absolute;
    top: 2px;
    left: 50%;
    width: 110px;
    height: 30px;
    display: none;
    -webkit-transform: translateX(-50%);
        -ms-transform: translateX(-50%);
            transform: translateX(-50%);
}
.nav-primary .nav-marker:after {
    display: block;
    width: 110px;
    height: 30px;
    content: '\f0d8';
    font-family: FontAwesome;
    font-size: 40px;
    color: #ffc709;
}
.nav-primary .item:last-child .nav-marker { }
.nav-primary .dropdown {
    position: absolute;
    left: 0;
    right: 0;
    top: 91px;
    z-index: 20001;
    display: none;
    background: #fff;
    width: 100%;
    min-height: 75px;
    box-shadow: 0px 5px 5px rgba(0, 0, 0, 0.3);
    border-top: 5px solid #ffc709;
    padding: 0;
}

.nav-primary .dropdown .dropdown-inner {
	max-width: 1300px;
	margin: 0 auto;
	display: flex;
    min-height: 400px;
}

.nav-primary .dropdown .dropdown-inner > div:first-child {
	width: 290px;
}

.nav-primary .item:hover > a { z-index: 100001; }
/*.nav-primary .item:hover .dropdown-support {
	position: absolute;
	z-index: 100000;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	transition: transform .6s;
	transform: scaleY(0);
	transform-origin: center bottom;
}
.nav-primary .item > a:hover + .dropdown-support {
	transition: none;
	transform: scaleY(1);
}*/

.nav-primary .drop-item:hover > a { z-index: 100001; }
/*.nav-primary .drop-item:hover > .drop-item-dropdown-support {
	position: absolute;
	z-index: 100000;
	top: 0;
	left: 25%;
	width: 25%;
	height: 100%;
	transform: scaleX(0);
	transform-origin: right center;
	transition: transform .8s;
}
.nav-primary .drop-item > a:hover + .drop-item-dropdown-support {
	transform: scaleX(1);
	transition: none;
}*/

/*.nav-primary .item > a:hover + .dropdown,*/
.nav-primary .item:hover > .dropdown,
.nav-primary .item:hover a > .nav-marker { display: block; }

.nav-primary .dropdown .dropdown-feature,
.nav-primary .dropdown .dropdown-items {
    background-color: #fff;
    float: left;
    height: 100%;
}
.nav-primary .dropdown .dropdown-feature { padding: 10px; }

.nav-primary .dropdown .dropdown-feature {width: 290px;}
.nav-primary .dropdown .dropdown-items {/* width: calc(100% - 290px); */flex: 1;padding-top: 10px;}

.nav-primary .dropdown .dropdown-feature .nav-info {
    text-align: left;
    padding-bottom: 20px;
}
.nav-primary .dropdown .dropdown-feature .nav-info .title a {
    font-family: 'CooperHewittBold';
    font-size: 18px;
    color: #000;
    margin: 10px 0;
}
.nav-primary .dropdown .dropdown-feature .nav-info .title .fa {
    font-size: 18px;
    color: #eb5152;
}
.nav-primary .dropdown .dropdown-feature .nav-info .description {
    font-family: 'CooperHewittBook';
    font-size: 14px;
    color: #404040;
    line-height: 1.2;
}

.nav-primary .dropdown .drop-item {
    display: block;
    float: left;
    width: 33.33%;
    list-style: outside none none;
    /*margin-bottom: 10px;*/
    /* margin-right: 15px; */
    padding: 15px;
    text-align: left;
    position: relative;
}

.nav-primary .dropdown .dd-sub-items .drop-item {
	float: none;
	width: 100%;
}

.nav-primary .dropdown .drop-item:hover,
.nav-primary .dropdown .drop-item.has-dropdown .dd-sub-items,
.nav-primary .dropdown .drop-item.subnav-active { background-color: #ececec; }

.nav-primary .dropdown .drop-item a {
    /* position: relative; */
    display: block;
    width: calc(100% - 30px);
    font-family: 'CooperHewittBook', Arial, sans-serif;
    font-size: 13px;
    font-weight: normal;
    color: #404040;
    line-height: 1.2;
    text-align: left;
    padding: 0;
    text-transform: none;
    vertical-align: middle;
}

.nav-primary .dropdown .drop-item i {
    position: absolute;
    right: 0;
    top: 0;
    font-size: 22px;
    color: #eb5152;
    z-index: 1;
    padding: 11px 15px 12px;
    transition: transform 0.2s ease;
    cursor: pointer;
}
.nav-primary .dropdown .drop-item i.subnav-active {
	transform: rotate(180deg);
}

.nav-primary .dropdown .drop-item.has-dropdown .dd-sub-items,
.nav-primary .dropdown .drop-item.has-dropdown .dd-sub-items .drop-item.has-dropdown .dd-sub-items.fourth {
    position: absolute;
    left: 15px;
    right: 5px;
    top: 40px;
    display: none;
    padding: 0;
    z-index: 1000010;
    height: auto;
    box-shadow: -5px 5px 10px rgba(0, 0, 0, 0.3);
}

.nav-primary .dropdown .drop-item.has-dropdown.has-widgets .dd-sub-items,
.nav-primary .dropdown .drop-item.has-dropdown.has-widgets .dd-sub-items .drop-item.has-dropdown.has-widgets .dd-sub-items.fourth {/* left:50% */};

.nav-primary .dropdown .drop-item.has-dropdown > .subnav-active + .dd-sub-items { display: block; }
.nav-primary .dropdown .drop-item.has-dropdown .subnav-active + .dd-sub-items { display: block; }

.nav-primary .dropdown .drop-item.has-dropdown .dd-sub-items .drop-item .dd-sub-items.fourth,
.nav-primary .dropdown .drop-item.has-dropdown .dd-sub-items .drop-item:hover,
.nav-primary .dropdown .drop-item.has-dropdown .dd-sub-items .drop-item.subnav-active { background-color: #d9d9d9; }

.nav-primary .dropdown .drop-item.has-dropdown .dd-sub-items .dd-sub-items .drop-item:hover { background-color: #bfbfbf; }

.nav-primary .dropdown .drop-item.has-dropdown .dd-sub-items .drop-item.has-dropdown .dropdown-items {/* width: 100%; */}
.nav-primary .dropdown .drop-item.has-dropdown .dd-sub-items .drop-item.has-dropdown .subnav-active + .dd-sub-items {/* left: 100%; */display: block;}


.nav-primary .dropdown.hasImagebox > .dropdown-items {position: absolute;left: 25%}
.nav-primary .dropdown.hasImagebox > .dropdown-items .dd-sub-items {left: 100%;width: 100%;}

/*
|-----------------------------------------------------------------------------------------------------------
| BEGIN Secondary Nav Widget
|-----------------------------------------------------------------------------------------------------------
*/
.header-section .top-row {
	padding: 10px 0 0 33px;
	width: 100%;
}
.secondary-nav {
	display: inline-block;
	width: 38%;
	margin-left: 2px;
}
.secondary-nav a {
	font-family: 'CooperHewittMedium', sans-serif;
    font-size: 13px;
    color: #8fbae4;
}
.secondary-nav ul {
	list-style-type: none;
	text-align: right;
}
.secondary-nav ul li {
    display: inline-block;
    font-size: 14px;
    font-weight: bold;
    margin-left: 25px;
}
.secondary-nav .dl-submenu {
	display: none;
	min-width: 200px;
    padding: 5px 5px;
    margin-left: 0;
    position: absolute;
    z-index: 30000;
    background: #fff;
    box-shadow: 0px 5px 5px rgba(0, 0, 0, 0.3);
    border-top: 5px solid #ffc709;
}
.secondary-nav .dl-submenu > li {
	display: block;
	overflow: hidden;
    padding: 7px 0;
    margin: 0 10px;
    text-align: left;
}
.secondary-nav .dl-submenu > li a {

}
.secondary-nav .item-topnav:hover > .dl-submenu, .secondary-nav .sub-item.has-submenu:hover > .dl-submenu {
	display: block;
}
.mobilenav .secondary-nav {
	width: 100%;
	overflow: hidden;
	background: #ececec;
	margin-left: 0;
}
.mobilenav .secondary-nav ul li {
	display: inherit;
	float: none;
    overflow: hidden;
    position: relative;
    list-style-type: none;
    width: 100%;
    border-bottom: 1px solid #dedee3;
    margin: 0;
}
.mobilenav .secondary-nav a {
	display: inline-block;
    width: 100%;
    font-family: 'CooperHewittMedium',Arial,Helvetica,sans-serif;
    font-size: 16px;
    font-weight: normal;
    color: #404040;
    line-height: 21px;
    text-align: left;
    padding: 12px 15px 12px;
}
.mobilenav .secondary-nav a .fa {
	display: none;
}


.header-section.microsite .secondary-nav {
	float: right;
	width: auto;
	padding-top: 55px;
}
.header-section.microsite .secondary-nav .item {
	display: inline-block;
	padding: 0 0 0 20px;
}
.header-section.microsite .secondary-nav .item a {
	font-size: 30px;
    color: #000;
}
.header-section.microsite .mobilenav .secondary-nav {
	float: none;
	margin: 10px 20px 20px;
	width: calc(100% - 40px);
}
.header-section.microsite .mobilenav .menu-title {
	width: 100%;
	text-align: center;
	font-family: 'CooperHewittMedium',Arial,Helvetica,sans-serif;
	font-size: 26px;
	padding: 10px 0 10px;
	border-bottom: 1px solid #ffc709;
}
.header-section.microsite .mobilenav .mobile-dd {
	border-top: 4px solid #ffc709;
	border-bottom: 4px solid #ffc709;
	top: 60px;
}
.header-section.microsite .mobilenav ul.nav-list li.item-main {
	padding: 0;
}
.header-section.microsite .mobilenav ul.nav-list li.item-main .item-inner {
	border-bottom: 1px solid #ffc709;
}
.header-section.microsite .mobilenav ul.nav-list li.item-main div > a {
	padding: 5px 15px 5px;
}
@media only screen and (max-width: 64.063em){
	.header-section.microsite .secondary-nav {
		padding-top: 0;
	}
}

/*
|-----------------------------------------------------------------------------------------------------------
| END Secondary Nav Widget
|-----------------------------------------------------------------------------------------------------------
*/

/*
|-----------------------------------------------------------------------------------------------------------
| Interior Side Nav Widget
|-----------------------------------------------------------------------------------------------------------
*/

.sidenav {
    position: absolute;
    top: 20px;
    left: -15px;
    background-color: #8fbae4;
    display: block;
    margin: 0 auto;
    text-align: center;
    width: 100%;
    max-width: 240px;
    padding: 15px;
    z-index: 20;
}

.sidenav .sidenav-inner {
    background-color: #fff;
    padding-bottom: 15px;
}

.sidenav .sidenav-title {
    position: relative;
    z-index: 10;
    width: 100%;
    height: auto;
    font-family: "CooperHewittBold",sans-serif;
    font-size: 14px;
    font-weight: 300;
    text-align: left;
    color: #1e497f;
    padding: 15px 0 0 25px;
    vertical-align: middle;
    cursor: pointer;
}

.sidenav .sidenav-title a { color: inherit; }

.sidenav .item .indicator {
    position: absolute;
    left: 5px;
    top: 3px;
}
.sidenav .item .fa {
    bottom: 10px;
    height: 20px;
    width: 20px;
    display: block;
    font-size: 16px;
    color: #eb5152;
    text-align: center;
    line-height: 18px;
    margin: 0 auto;
    vertical-align:middle;
    cursor: pointer;
    -webkit-transition: all .3s ease-in-out;
            transition: all .3s ease-in-out;
}

.sidenav .item .indicator.active .fa { transform: rotate(90deg); }

.sidenav .sidenav-dd {
    position: relative;
    z-index: 1;
    background-color: #fff;
    width: 100%;
    box-sizing: border-box;
    overflow: hidden;
    padding: 0;
}

.sidenav .sidenav-dd .item {
    position: relative;
    text-align: left;
}

.sidenav .sidenav-dd .item:first-child {border: 0 none;}

.sidenav .sidenav-dd .item a,
.sidenav .sidenav-dd .item .dropdown .drop-item a {
    color: #404040;
    display: inline-block;
    font-family: "CooperHewittMedium",sans-serif;
    font-size: 13px;
    padding: 0px 15px 0 28px;
    text-transform: none;
    width: 100%;
}

.sidenav .sidenav-dd .item .dropdown {
    display: none;
    padding-left: 10px;
}
.sidenav .sidenav-dd .item .dropdown.active {display: block;}

.sidenav .sidenav-dd .item .dropdown .drop-item a {
    color: #28323c;
    padding-left: 35px;
}

.sidenav .sidenav-dd .item:hover > a,
.sidenav .sidenav-dd .item .dropdown .drop-item:hover > a,
.sidenav .sidenav-dd .item.selected a {
    font-family: "CooperHewittSemibold",sans-serif;
    font-style: italic;
    color: #8fbae4;
}

/*
|-----------------------------------------------------------------------------------------------------------
| Footer Nav Widget
|-----------------------------------------------------------------------------------------------------------
*/

.footer-nav-container {
    display: block;
    width: 100%;
    text-align: center;
    margin-top: 60px;
}

.footer-nav-container a {
    display: block;
    font-family: 'CooperHewittBook', Arial;
    color: #ffc709;
    font-size: 14px;
    line-height: 34px;
    padding: 0;
}

/*** Desktop ***/
@media only screen and (min-width: 1025px) {
	.footer-nav-container { margin-top: 100px; }
}

/*
|-----------------------------------------------------------------------------------------------------------
| Mobile Nav
|-----------------------------------------------------------------------------------------------------------
*/

.mobile-black-out {
    position: absolute;
    top: 83px;
    left: 0;
    z-index: 10;
    background-color: rgba(0,0,0,0.5);
    display: none;
    width: 100%;
}
.mobile-black-out.active { display: block; }

.mobilenav {
    position: absolute;
    right: 0;
    top: 0px;
    z-index: 1;
    padding: 0;
    width: 100%;
    height: 0;
    max-width: 280px;
}
.mobilenav.active {
    height: auto;
    z-index: 20001;
}

.mobilenav .mobilenav-inner { padding: 0px; }

.mobilenav .hamburger {
    position: absolute;
    top: 15px;
    right: 20px;
    background: url(/includes/public/assets/images/icons/ic_menu.svg) no-repeat right 12px;
    width: 90px;
    height: 50px;
    font-size: 28px;
    text-align: left;
    color: #fff;
    cursor: pointer;
    padding: 0 0 0 15px;
    vertical-align: middle;
    border-left: 1px solid #ddd;
}
.header-section.microsite .mobilenav .hamburger {
	width: 50px;
	top: 0px;
}
.mobilenav .hamburger img {
    position: relative;
    top: 10px;
    width: 32px;
}
.mobilenav .hamburger.active {
    background: url(/includes/public/assets/images/icons/ic-cancel.svg) no-repeat center 12px;
    width: 40px;
    padding: 0;
    border: 0;
}
.mobilenav .hamburger.active img { display: none; }

.mobilenav .hamburger.active .menu-open,
.mobilenav .hamburger .menu-close  { display: none; }

.mobilenav .hamburger.menu-open,
.mobilenav .hamburger.active  .menu-close{ display: inline-block; }

.mobilenav .mobile-dd {
    position: relative;
    top: 85px;
    right: 5px;
    background-color: #fff;
    display: none;
    width: 100%;
    opacity: 0;
    padding: 0;
    border-top: 4px solid #8fbae4;
    border-bottom: 4px solid #8fbae4;
    box-shadow: 0 4px 10px rgba(0,0,0,.3);
    -webkit-transition: opacity 225ms ease-in-out;
       -moz-transition: opacity 225ms ease-in-out;
         -o-transition: opacity 225ms ease-in-out;
            transition: opacity 225ms ease-in-out;
}

.mobilenav .mobile-dd.active {
    display: block;
    opacity: 1;
    overflow-y: visible;
    height: auto;
}

.mobilenav ul {
    position: relative;
    margin: 0;
}
.mobilenav ul.nav-list li {
    float: none;
    overflow: hidden;
    position: relative;
    list-style-type: none;
    width: 100%;
}
.mobilenav ul.nav-list li.current > .item-inner a {
    font-style: italic;
}
.mobilenav ul.nav-list li.selected {
    background-color: transparent;
}

.mobilenav ul.nav-list li.mobile-item {
    margin: 0 15px;
}



.mobilenav ul.nav-list li.item-main,
.mobilenav ul.nav-list li.item-main ul li {
    background-color: #fff;
    padding: 0;
    padding-top: 10px;
}

.mobilenav ul.nav-list li.item-main .item-inner {
    width: 100%;
    position: relative;
    border-bottom: 1px solid #dedee3;
}

.mobilenav ul.nav-list li.item-main div > a,
.mobilenav ul.nav-list li.item-main ul li div > a {
    display: inline-block;
    width: 100%;
    font-family: 'CooperHewittMedium',Arial,Helvetica,sans-serif;
    font-size: 16px;
    font-weight: normal;
    color: #404040;
    line-height: 21px;
    text-align: left;
    padding: 7px 15px 20px;
}
.mobilenav ul.nav-list li.item-main ul li.item-child div > a {
	padding-left: 30px
}
.mobilenav ul.nav-list li.item-main ul li.item-child li.item-child div > a {
	padding-left: 45px
}
.mobilenav ul.nav-list li.item-main ul li.item-child li.item-child li.item-child div > a {
	padding-left: 60px
}

.mobilenav ul.nav-list li.item-main ul li div > a {
    font-family: 'CooperHewittSemibold',Arial,Helvetica,sans-serif;
    color: #8fbae4;
    font-size: 13px;
    line-height: 18px;
    text-transform: none;
}

.mobilenav ul.nav-list li.item-main ul li ul li div > a,
.mobilenav ul.nav-list li.item-main ul li ul li ul li div > a {
    font-family: 'CooperHewittMedium',Arial,Helvetica,sans-serif;
    font-size: 13px;
    color: #404040;
    padding-left: 0px;
}

.mobilenav ul.nav-list li.item-main ul li ul li ul li div > a { font-family: 'CooperHewittBook',Arial,Helvetica,sans-serif; }

/* Add arrow to parent items with children*/
.mobilenav ul.nav-list li .arrow {
    position: absolute;
    right: 0;
    top: 0;
    display: none;
    width: 30px;
    height: 30px;
    color: #000;
    font-size: 18px;
    line-height: 35px;
    text-align: center;
    vertical-align: top;
    cursor: pointer;
    z-index: 99;
}
.mobilenav ul.nav-list li div > .arrow { right: 0px; }
.mobilenav ul.nav-list li.has-submenu .arrow {
    display: inline-block;
}
.mobilenav ul.nav-list li.item-main .fa { color: #eb5152; }

.mobilenav ul.nav-list li.item-main ul li div > .arrow .fa { color: #8fbae4; }
.mobilenav ul.nav-list li.item-main.selected > .item-inner .arrow .fa,
.mobilenav ul.nav-list li.item-main > ul li.selected > .item-inner .arrow .fa { transform: rotate(180deg); }

.mobilenav ul.nav-list li .fa {
    height: 100%;
    line-height: 30px;
    width: auto;
    -webkit-transition: all .3s ease-in-out;
            transition: all .3s ease-in-out;
}

.mobilenav .mobile-children {
    height: auto;
    margin-left: 0px;
}

.mobilenav ul.nav-list li.item-main ul li ul li a { }



.mobilenav ul.nav-list li.spacer {
    background-color: #fff;
    height: 1px;
    display: block;
    margin: 20px auto;
    text-align: center;
    max-width: 85%;
}

/* Industry Mobile Nav */

.mobilenav ul.nav-list li.item-middle {
    background-color: #1e497f;
    line-height: 28px;
    padding: 10px 0 0 15px;
}

.mobilenav ul.nav-list li.item-middle .item-inner {
    position: relative;
    width: 100%;
    border-bottom: 1px solid #404040;
}
.mobilenav .mobile-footer-nav ul.nav-list li {
	padding: 0;
    padding-top: 10px;
}
.mobilenav .mobile-footer-nav ul.nav-list li.item-middle .item-inner a {
	padding-left: 15px;
}
.mobilenav .mobile-footer-nav ul.nav-list li.item-middle li.item-child .item-inner a {
	padding-left: 30px;
}
.mobilenav .mobile-footer-nav ul.nav-list li.item-middle li.item-child li.item-child .item-inner a {
	padding-left: 45px;
}
.mobilenav .mobile-footer-nav ul.nav-list li.item-middle li.item-child li.item-child li.item-child .item-inner a {
	padding-left: 60px;
}
.mobilenav ul.nav-list li.item-middle div > a,
.mobilenav ul.nav-list li.item-middle ul li div > a {
    position: relative;
    display: inline-block;
    width: 100%;
    font-family: 'CooperHewittBook',Arial,Helvetica,sans-serif;
    font-size: 14px;
    color: #ffc709;
    font-weight: normal;
    line-height: 24px;
    padding: 0 0 12px;
    text-align: left;
}
.mobilenav ul.nav-list li.item-middle ul li div > a {
    color: #ececec;
    text-transform: none;
}

.mobilenav ul.nav-list li.item-middle ul li.selected > div > a { font-family: 'CooperHewittSemibold',Arial,Helvetica,sans-serif; }
.mobilenav ul.nav-list li.item-middle ul li ul li ul li div > a { font-family: 'CooperHewittBook',Arial,Helvetica,sans-serif; }

.mobilenav ul.nav-list li.item-middle .arrow {
    color: #eb5152;
    font-size: 14px;
    line-height: 22px;
}

.mobilenav ul.nav-list li.item-middle.selected > .item-inner .arrow .fa,
.mobilenav ul.nav-list li.item-middle > ul li.open > .item-inner .arrow .fa { transform: rotate(180deg); }

/* Misc */

.mobilenav ul.nav-list li ul li > a { text-transform: none; }

.mobilenav ul.nav-list li > ul.mobile-children { display: none; }
.mobilenav ul.nav-list li ul.mobile-children.open { display: block; }

.mobilenav ul.nav-list li.has-submenu ul li:last-child { border: 0 none; }

/*
|-----------------------------------------------------------------------------------------------------------
| MEDIA QUERIES
|-----------------------------------------------------------------------------------------------------------
*/
/*** Mobile ***/
@media only screen and (max-width: 40em) {

}

/*** Tablet ***/
@media only screen and (min-width: 40.063em) and (max-width: 1025px) {
    .mobile-black-out,
    .mobilenav .mobile-dd { top: 90px; }
    .mobilenav .hamburger { top: 20px; }
    .mobilenav .mobilenav-inner {  }
    .mobilenav .mobilenav-footer .mobile-footer-nav .pipe:nth-of-type(2) { text-indent: -9999px; }
}

/*** Tablet and Desk***/
@media only screen and (min-width: 40.063em){}

/*** Desktop ***/
@media only screen and (min-width: 1025px) {

    .nav-container { padding: 5px 0 0; }

    .nav-secondary,
    .nav-secondary a {
        margin: 0 auto;
        padding: 0;
        text-align: center;
    }

    .mobile-black-out { display: none !important; }

    .footer-nav-container {
        text-align: left;
        margin-top: 0;
    }
    .footer-nav-container a {
        display: inline-block;
        height: 44px;
        line-height: 44px;
        margin: 8px 10px 10px 0px;
    }
}


/* Shared Form */
.shared-form {
    width: 100%;
    height: 100%;
}

/* Shared Input */
.shared-input,
.shared-input[type] {
    background-color: #fff;
    display: inline-block;
    width: 75%;
    height: 30px;
    font-family: "LLAkkuratWeb-Regular", sans-serif;
    font-size: 12px;
    color: #000;
    line-height: 30px;
    margin-bottom: 20px;
    margin-right: 15px;
    padding: 0 15px;
    border: medium none;
}
.shared-input::-webkit-input-placeholder {
    color: #8d8d8d;
}
.shared-input::-moz-placeholder {
    color: #8d8d8d;
}
.shared-input:-ms-input-placeholder {
    color: #8d8d8d;
}
.shared-input:-moz-placeholder {
    color: #8d8d8d;
}

/* Shared Select */
.shared-select {
    position: relative;
    background: #fff url('/includes/public/assets/images/icons/sort-arrow.png') no-repeat 96% center;
    color: #000;
    font-family: "LLAkkuratWeb-Regular", sans-serif;
    font-size: 12px;
    border: 1px solid #ccc;
    height: 30px;
    line-height: 30px;
    padding-left: 10px;
    padding-right: 35px;
    padding-top: 0;
    padding-bottom: 0;
    margin-bottom: 20px;
}
.shared-select:before {
    position: absolute;
    right: 10px;
    content: "\f0dc";
    font-size: 12px;
    font-family: 'FontAwesome';
    color: #000;
    text-transform: uppercase;
    line-height: 30px;
    text-align: center;
}

button.shared-button {
    background-color: #fff;
    font-family: "LLAkkuratWeb-Regular", sans-serif;
    font-size: 18px;
    color: #e9891d;
    text-align: center;
    line-height: 1.2;
    padding: 0px 14px;
    border: 1px solid #ccc;
    -webkit-transition: all .3s ease-in-out;
            transition: all .3s ease-in-out;

}
button:hover.shared-button {
    background-color: #e9891d;
    color: #fff;
}

/* Shared Button */

.btn-wrapper {
    position: relative;
    display: inline-block;
    width: auto;
    line-height: 1em;
    margin: 0px auto;
    text-align: center;
    padding: 0;
    cursor: pointer;
    transition: all ease .5s;
}

.btn-wrapper a {
    margin: 0 auto;
    width: auto;
    text-align: center;
}

@media only screen and (max-width: 40em) {
    .shared-input,
    .shared-input[type] { width: 100%; }
}

@media only screen and (min-width: 40.063em) and (max-width: 64em) {
    .shared-input,
    .shared-input[type] { width: 70%; }
}

.shared-layout {
    width: 100%;
    margin: 0 auto;
    background: #1e497f;
}

input.shared-input {}

input.shared-input.input-text {}

input.shared-input.input-checkbox {}

button.shared-submit {}


/* Custom styled checkboxes */

input[type="checkbox"]:not(:checked),
input[type="checkbox"]:checked {
    position: absolute;
    left: -9999px;
}

input[type="checkbox"]:not(:checked) + label,
input[type="checkbox"]:checked + label {
    position: relative;
    padding-left: 25px;
    cursor: pointer;
}

input[type="checkbox"]:not(:checked) + label:before,
input[type="checkbox"]:checked + label:before {
    width: 14px;
    height: 14px;
    font-family: FontAwesome;
    content: '\f0c8';
    color: #fff;
    position: absolute;
    top: 0px;
    left: 1px;
}

input[type="checkbox"]:not(:checked) + label:after,
input[type="checkbox"]:checked + label:after {
    width: 14px;
    height: 14px;
    font-family: FontAwesome;
    content: '\f14a';
    color: #3497ff;
    position: absolute;
    top: 0;
    left: 1px;
}

input[type="checkbox"]:not(:checked) + label:after {
    opacity: .4;
}

input[type="checkbox"]:checked + label:after {
    opacity: 1;
}

input[type="checkbox"]:not(:checked):hover + label:after {
    opacity: 0.6;
}

.filters-wrapper {
    display: none;
    float: left;
    width: 250px;
}

.filters {
    padding: 20px 15px;
    background-color: #1e497f;
}

.filters .close {
    display: inline-block;
    width: 15px;
    height: 15px;
    content: '';
    position: absolute;
    top: 8px;
    right: 18px;
    background-image: url('/includes/public/assets/images/ic-cancel.svg');
    background-repeat: no-repeat;
    background-position: center center;
    background-size: contain;
    cursor: pointer;
    z-index: 10;
}

.filters label {
    margin-bottom: 5px;
    font-family: "CooperHewittBook";
    font-size: 14px;
    font-weight: normal;
    color: #fff;
}
.filters label.keyword { color: #ffc709; }

.filters .form-group {
    position: relative;
}
.filters .form-group .keyword_exact {
	margin: 0 0 15px 0;
}

.filters input.shared-input.input-text {
    width: 85%;
    height: 33px;
    border-bottom-left-radius: 3px;
    border-top-left-radius: 3px;
    margin-right: 0;
	margin-bottom: 10px;
}
.filters input.disabled[type="checkbox"] + label,
.filters input.disabled[type="checkbox"] {
    display: none;
}

.filters button.shared-submit {
    position: absolute;
    right: 0;
    top: 0px;
    background-color: #eb5152;
    height: 33px;
    border-radius: 0 3px 3px 0;
    margin: 0;
    padding: 7px 14px;
    vertical-align: top;
}
.filters button.shared-submit:after { content: ' '; }

.filters button.shared-submit .fa { color: #fff; }

.filters h3 {
    color: #fff;
    font-family: "CooperHewittSemibold";
    font-size: 16px;
    letter-spacing: 0;
}

.filters h3 > a.clearfilters {
    float: right;
    font-size: 14px;
    font-family: "CooperHewittBook";
}

.filters h3 > a.clearfilters:hover {
    text-decoration: underline;
}

.filters h4 {
    margin-bottom: 0px;
    font-family: "CooperHewittMedium";
    font-size: 15px;
    font-weight: normal;
    color: #ffc709;
}

.filters ul.filter-items {
    padding: 0;
    margin: 0 0 25px;
    list-style: none;
}

.filters ul.filter-items > li input[type="checkbox"] {}

.filters ul.filter-items > li {
    display: none;
    color: #fff;
    font-family: "CooperHewittBook";
    font-size: 14px;
    line-height: 24px;
}

.filters ul.filter-items.showmore > li,
.filters ul.filter-items > li:nth-child(-n+5) {
    display: block;
}

.filters ul.filter-items > li > label {
    margin: 0;
}

.filters ul.filter-items > li > a {
    text-align: left;
}

.filters ul.filter-items > li span {
    color: #8fbae4;
    margin-left: 5px;
}

.filters ul.filter-items > li.showmore {
    display: block;
    font-family: "CooperHewittBook";
    font-size: 14px;
    color: #8fbae4;
    cursor: pointer;
}

.filters ul.filter-items > li.showmore:hover {
    text-decoration: underline;
}

.filters ul.filter-items > li.showmore::after {
    display: inline-block;
    width: 12px;
    height: 6px;
    font-family: FontAwesome;
    content: '\f0d7';
    color: #eb5152;
    margin-left: 5px;
}

.filters ul.filter-items.showmore > li.showmore::after {
    transform: rotate(180deg);
    position: relative;
    top: 19px;

}

.results-wrapper { background-color: #ececec; }
.shared-detail .results-wrapper {background-color: transparent;}
.results {
    padding: 20px 10px;
    text-align: center;
}

.results ul li.sort-disabled {
	pointer-events: none;
	opacity: 0.5;
}

ul.options {
    display: none;
    width: 100%;
    padding: 0 30px;
    margin: 0 0 15px;
    list-style: none;
    background-color: #fff;
    border: 1px solid #d8d7d7;
    border-radius: 3px;
}

@media only screen and (max-width: 64.063em) {
	ul.options {
		padding: 10px;
	}
}

ul.options > li {
    display: inline-block;
    vertical-align: top;
}

ul.options > li.title {
    padding: 10px 5px;
    border-left: 1px solid #d8d7d7;
    font-family: "CooperHewittBold";
    font-size: 14px;
    line-height: 27px;
    padding-left: 15px;
}

@media only screen and (max-width: 64.063em) {
	ul.options > li {
	    display: block;
	}
	ul.options > li.title {
		line-height: 25px;
    	width: 100%;
    	padding-left: 0;
    }
}

ul.options > li.title:first-of-type {
    border-left: 0;
}

ul.options > li > a {
    display: block;
    padding: 11px 7px 9px;
    font-family: "CooperHewittBook";
    font-size: 14px;
    line-height: 25px;
    color: #8C8B8C;
    text-align: center;
    border-bottom: 2px solid transparent;
}

ul.options > li > a.active,
ul.options > li > a.selected,
ul.options > li > a:hover {
    color: #eb5152;
    border-bottom: 2px solid #eb5152;
}

ul.mobile-options {
    width: 100%;
    position: relative;
    padding: 0;
    margin: 0 0 15px;
    list-style: none;
    background-color: #1e497f;
    border-radius: 3px;
    text-align: center;
}

ul.mobile-options > li {
    position: relative;
    display: inline-block;
    vertical-align: top;
    border-right: 1px solid #52586c;
    width: 32%;
}

ul.mobile-options > li:last-of-type {
    border-right: 0;
}

.panel_page.theme_microsite ul.mobile-options > li > a,
ul.mobile-options > li > a {
    display: block;
    padding: 11px 15px 9px;
    font-family: "CooperHewittSemibold";
    font-size: 14px;
    line-height: 25px;
    color: #fff;
    text-align: center;
}

ul.mobile-options > li .fa { color: #eb5152; }

ul.mobile-options ul.options {
    border: 0;
}

ul.mobile-options li.sort-disabled .fa {display: none;}

ul.mobile-options .options-dropdown {
    position: absolute;
    left: 20px;
    z-index: 10;
    display: none;
    border-top: 5px solid #ffc709;
}

ul.mobile-options .options-dropdown::before {
    display: block;
    width: 0;
    height: 0;
    content: '';
    position: absolute;
    top: -12px;
    left: 15px;
    border-style: solid;
    border-width: 0 12.5px 12px 12.5px;
    border-color: transparent transparent #ffc709 transparent;
    z-index: 99;
}

ul.mobile-options > li.active > .options-dropdown {
    display: block;
}

ul.mobile-options .options-dropdown.centered {
    right: 0;
    left: 0;
    width: 100%;
}

ul.mobile-options .options-dropdown.centered::before {
    left: 50%;
    border-color: transparent transparent #fff transparent;
}

ul.mobile-options > li.active > .options-dropdown .mobile-filters-wrapper {
    width: 300px;
    min-height: 400px;
    text-align: left;
}

ul.mobile-options > li.active > .options-dropdown > ul.options {
    display: inline-block;
    width: auto;
}

.shared-map-container { display: none; }

.layout-map .shared-map-container {
	display: block;
	margin-bottom: 20px;
}

.shared-map {}

.shared-map .gMapContainer,
.shared-map .gMapHolder {
    width: 100%;
    min-height: 580px;
}

.shared-map .infoWindow {}

.shared-map .infoWindow h5 {
    margin: 0;
    font-size: 20px;
    font-family: "CooperHewittMedium";
    line-height: 22px;
    color: #212121;
}

.shared-map .infoWindow h5 a { color: #212121; }

.shared-map .infoWindow ul.contactInfo {
    margin: 0;
    padding: 0;
    list-style: none;
}

.shared-map .infoWindow ul.contactInfo > li {
    margin-bottom: 5px;
    font-family: "CooperHewittBook";
    font-size: 13px;
    line-height: 22px;
    color: #616161;
}

.shared-map .infoWindow ul.contactInfo > li .shared-action-items span {
    padding-right: 10px;
}

.shared-map .infoWindow ul.contactInfo > li .shared-action-items a {
    color: #212121;
    text-transform: uppercase;
}

.shared-items-container {
    /*display: none;*/
    width: 100%;
}

.shared-items {
    margin-bottom: 4px;
}

.shared-items [class*="block-grid-"] > li { padding: 0 0.45rem 1.25rem; }

.layout-grid .shared-items-container,
.layout-list .shared-items-container {
    display: inline-block;
}

.shared-items .shared-item {
    overflow: hidden;
    box-shadow: 0px 2px 4px rgba(0, 0, 0, 0.2);
    border-radius: 3px;
    background-color: #fff;
}

.shared-items .shared-item .image-container { position: relative; }

.shared-items .shared-item .image-container a {
    display: block;
}

.shared-items .shared-item .image-container .booking {
    position: absolute;
    top: 0;
    right: 0;
    background-color: #ffcc1b;
    color: #212121;
    font-family: "CooperHewittBold";
    font-size: 15px;
    font-weight: 400;
    text-align: center;
    padding: 5px 30px;
    border-radius: 3px;
}

.shared-items .shared-item .image-container .dtn-banner {
    position: absolute;
    top: 0;
    background: #eb5152 url("/includes/public/assets/images/RI-mark-white.svg") no-repeat scroll 8px center / 4% auto;
    width: 100%;
    font-family: "CooperHewittMedium";
    font-size: 9px;
    line-height: 18px;
    color: #fff;
    text-transform: uppercase;
    text-align: right;
    letter-spacing: 0.3em;
    vertical-align: middle;
    padding-right: 8px;
}

.shared-items .shared-item .image-container img {
    width: 100%;
    height: 100%;
}

.layout-list .shared-items .shared-item .image-container {
    overflow: hidden;
    float: left;
}

.layout-list .shared-items .shared-item .image-container img {
    width: 92px;
    height: 92px;
}

.shared-items .shared-item .contents {
    padding: 12px 15px;
    text-align: left;
}

.layout-list .shared-items .shared-item .contents {
    margin-left: 92px;
    padding-bottom: 0;
}

.shared-items .shared-item .contents .date{
    font-size: 16px;
	font-family: "CooperHewittMedium",sans-serif;
	color: #404040;
	margin-left: 0;
}


.shared-items .shared-item .contents h2 {
    font-family: "CooperHewittBold";
    font-size: 16px;
    line-height: 22px;
    color: #000;
    margin: 0 3px 0 0;
}

.shared-items .shared-item .contents h2:after {
    position: absolute;
    color: #eb5152;
    content: "\f0da";
    display: inline-block;
    font-family: FontAwesome;
    height: 6px;
    margin-left: 5px;
    width: 12px;
}

.shared-items .shared-item .contents h2 a {
    color: #212121;
}

.layout-list .shared-items .shared-item .contents h2 {
    font-size: 16px;
    text-align: left;
}

.shared-items .shared-item .contents .address,
.shared-items .shared-item .contents .address a {
    font-family: "CooperHewittBook";
    font-size: 13px;
    line-height: 22px;
    color: #404040;
    margin-bottom: -5px;
}

.shared-items .shared-item .contents .address .fa { color: #eb5152; }

.layout-list .shared-items .shared-item .contents .address {
    text-align: left;
}

.shared-items .shared-item .contents .region {
    font-family: "CooperHewittMedium";
    font-size: 11px;
    color: #1e497f;
    margin: 0 0px 5px 10px;
}

.shared-items .shared-item .contents .details-wrapper {
    display: flex;
    flex-direction: column;
}

.shared-items .shared-item .contents .details-wrapper .rate {
    display: flex;
    flex-direction: column;
    margin: 0 0 10px;
}

.shared-items .shared-item .contents .details-wrapper .rate h4 {
    margin-bottom: 0px;
    font-size: 18px;
    line-height: 1.6;
}

.shared-items .shared-item .contents .details-wrapper .rate a {
    color: #d2474a;
    font-size: 14px;
}

.shared-items .shared-item .contents .actions{margin-bottom: 10px;}

.shared-items .shared-item .contents .actions.no-region{
	margin-top: 15px;
}

.shared-items .shared-item .contents .description { display: none; }

.shared-items .shared-item .contents .description p {
    margin: 0 0 2px;
    font-size: 13px;
    line-height: 22px;
    color: #444;
}

.layout-list .shared-items .shared-item .contents .description,
.layout-list .shared-items .shared-item .contents .actions { display: none; }


.shared-items .shared-item .contents .actions .detail-link button { margin-bottom: 0; }


.top .pagination-container {
    margin-bottom: 0px;
}

.top .pagination-container .pager {
    display: none;
}

.pagination { }
.pagination-container.bottom-container .pagination { padding-bottom: 30px; }

.pagination .total {
    font-size: 14px;
    line-height: 27px;
}

.pagination .total b {
    font-family: "CooperHewittBold";
}

.pagination .pager {
    text-align: center;
}

.pagination .pager a.disabled {
    color: #121212;
    opacity: 0.3;
    cursor: default;
}

.pagination .pager ul {
    margin: 0;
    padding: 0;
    list-style: none;
}

.pagination .pager li {
    display: inline-block;
    font-family: "CooperHewittMedium";
    font-size: 14px;
    padding: 0 10px;
}

.pagination .pager li a {
    color: #eb5152;
}

.pagination .pager li a span {
    padding: 0 5px;
}

.overlay {
    display: none;
    width: 100%;
    height: 100%;
    position: absolute;
    top: 0;
    left: 0;
    background-color: rgba(0, 0, 0, 0.4);
    z-index: 5;
}

.overlay.active {
    display: block;
}

@media only screen and (min-width: 40.063em) {
    .results {
        padding: 20px 80px;
        text-align: left;
    }
}

@media only screen and (min-width: 64.063em) {
    .layout-list .shared-items .shared-item {
        min-height: 178px;
    }
    .layout-list .shared-items .shared-item .image-container img {
        width: 268px;
        height: 185px;
    }
    .layout-list .shared-items .shared-item .contents h2 {
        font-size: 24px;
        line-height: 30px;
    }
    ul.options {
        display: block;
    }
    .shared-detail .results-wrapper {
        margin-left: 0;
    }
    .results { padding: 20px 10%; }
    .filters-wrapper {
        display: block;
    }
    .layout-list .shared-items .shared-item .contents {
        margin-left: 268px;
    }
    .shared-items .shared-item .contents .actions {
        display: block;
    }
    .layout-list .shared-items .shared-item .contents .description {
        display: block;
    }
    .layout-grid .shared-items .shared-item .contents .description {
        display: none;
    }
    .layout-list .shared-items .shared-item .contents .actions {
        display: block;
    }
    .overlay.active {
        display: none;
    }
    .filters .close {
        display: none;
    }
    .pagination-container.top-container {
        margin-bottom: 15px;
    }
}

@media only screen and (min-width: 1200px) {
    .results { padding: 20px 15%; }
}


.shared-detail .gMapContainer { float: right; width: 20%; }
.shared-detail .gMapContainer .gMapHolder { height: 225px;  }

.shared-detail .shared-detail-top {
    width: 100%;
    overflow: hidden;
    clear: both;
    margin-top: 35px;
    margin-bottom: 10px;
    text-align: right;
}

.shared-detail .shared-detail-top .shared-back-button,
.shared-detail .shared-detail-top .atn-share {
    display: inline-block;
    width: auto;
    height: 20px;
    margin: 0 10px;
    line-height: 20px;
    vertical-align: middle;
}
.shared-detail .shared-detail-top .atn-share { margin-right: 20px; }
.shared-detail .shared-detail-top .shared-back-button {
    margin-right: 0;
    margin-top: -2px;
    padding-right: 10px;
}
.shared-detail .shared-detail-top .shared-back-button a {
    font-family: 'CooperHewittSemibold', sans-serif;
    font-size: 12px;
    color: #404040;
}
.shared-detail .shared-detail-top .shared-back-button .fa {
    color: #eb5152;
    margin-right: 5px;
}
.shared-detail .shared-detail-top span,
.shared-detail .shared-detail-bottom span {
    display: inline-block;
    height: 22px;
    line-height: 20px;
    vertical-align: middle;
    color: #ddd;
}

.shared-detail .shared-detail-bottom .detail-label {
    font-family: "CooperHewittSemibold",sans-serif;
    color: #404040;
    vertical-align: unset;
}

.shared-detail .shared-detail-bottom .desc span {
    display: inline;
    line-height: inherit;
    vertical-align: baseline;
    color: inherit;
}

.shared-detail .shared-detail-bottom .desc .detail-label {
	font-family: 'CooperHewittSemibold', sans-serif;
}

.shared-detail .shared-detail-bottom {
    padding: 0 110px;
}

.shared-detail .shared-detail-bottom .detail-content, .shared-detail .shared-detail-bottom .booking-row {
    display: flex;
}

.shared-detail .shared-detail-bottom .detail-content .rate {
    margin: 15px 0 0 20px;
}
.shared-detail .shared-detail-bottom .detail-content .room-type {
    margin: 30px 0 0 20px;
}

@media (max-width:  40.063em) {
    .shared-detail .shared-detail-bottom .detail-content h4 {
        font-size: 16px;
    }
    .shared-detail .shared-detail-bottom .detail-content, .shared-detail .shared-detail-bottom .booking-row {
        display: -webkit-inline-box;
    }
}
.shared-detail .shared-detail-bottom h1 { font-family: 'CooperHewittBold', sans-serif; }
.shared-detail .shared-detail-bottom .address .details{
	list-style-type: none;
	margin-left: 0;
	margin-bottom: 15px;
}
.shared-detail .shared-detail-bottom .address .details .address,
.shared-detail .shared-detail-bottom .address .details .address span,
.shared-detail .shared-detail-bottom .region,
.shared-detail .shared-detail-bottom .region span,
.shared-detail .shared-detail-bottom .phone,
.shared-detail .shared-detail-bottom .phone span,
.shared-detail .shared-detail-bottom .date,
.shared-detail .shared-detail-bottom .date span {
    font-family: 'CooperHewittMedium', sans-serif;
    font-size: 14px;
    margin-left: 6px;
    color: #404040;
}
.shared-detail .shared-detail-bottom .address .details .address,
.shared-detail .shared-detail-bottom .address .details .address span {
    font-family: 'CooperHewittBook', sans-serif;
    margin-left: 0;
    font-size: 18px;
}
.shared-detail .shared-detail-bottom .address .fa { color: #eb5152; }
.shared-detail .shared-detail-bottom .region,
.shared-detail .shared-detail-bottom .region span {
    color: #1e497f;
}

.shared-detail .shared-detail-bottom .date,
.shared-detail .shared-detail-bottom .date span {
    margin-top: 5px;
	margin-bottom: 10px;
    font-family: "CooperHewittMedium",sans-serif;
    /*font-size: 16px;*/
    color: #404040;
}

.shared-detail .shared-detail-bottom .phone { margin: 5px 0 10px 6px; }

.shared-items .shared-item .contents .tripbuilder a,
.shared-detail .shared-detail-bottom .address .details .tripbuilder a, 
.shared-detail .shared-detail-bottom .address .details .booking-row h4{
	font-size: 14px;
    font-family: 'CooperHewittSemibold', sans-serif;
    color: #8fbae4;
    margin: 0 15px;
}

.shared-detail .shared-detail-bottom .address .details .booking-row h4::before{
    content: "|";
    display: inline-block;
    height: 22px;
    line-height: 20px;
    vertical-align: middle;
    color: #ddd;
}

.shared-detail .shared-detail-bottom .address .details .booking-row .booking.tripbuilder a {
    margin-right: 5px;
    color: #eb5152;
}

.shared-detail .shared-detail-bottom h4 {
    position: relative;
    color: #404040;
    font-family: "CooperHewittBook",sans-serif;
    font-size: 16px;
    line-height: 24px;
    margin-top: 2px;
}

.shared-detail .shared-detail-bottom .address .details .booking-row .promo.tripbuilder h4::before {
    margin-right: 15px;
}

.shared-items .shared-item .contents .tripbuilder a img,
.shared-detail .shared-detail-bottom .address .details .tripbuilder a img {
    vertical-align: middle;
    position: relative;
    top: -5px;
    margin-right: 10px;
}

.shared-items .shared-item .contents .tripbuilder a:first-of-type,
.shared-detail .shared-detail-bottom .address .details .tripbuilder.add-trip a:first-of-type{margin-left: 0;}

.shared-items .shared-item .contents .tripbuilder a.website { margin: 0 15px; }


.shared-detail .shared-detail-bottom .desc{
    position: relative;
    color: #404040;
    font-family: "CooperHewittBook",sans-serif;
    font-size: 16px;
    line-height: 24px;
    margin-bottom: 20px;
}

.shared-detail .shared-detail-bottom .desc .show-more { text-align: left; }

.shared-detail .shared-detail-bottom .action-links a {
    display: inline-block;
    font-family: 'CooperHewittSemibold', sans-serif;
    font-size: 14px;
    color: #404040;
}
.shared-detail .shared-detail-bottom .action-links a .fa {
    color: #eb5152;
    margin-left: 5px;
}
.shared-detail .shared-detail-bottom .action-links span {
	margin: 0 15px;
}
.shared-detail .shared-detail-bottom .action-links a.only-link:last-child{margin-left: 0;}

.shared-detail .shared-detail-bottom .social-cont {
    width: 100%;
    text-align: left;
    margin:0;
    list-style-type: none;
}
.shared-detail .shared-detail-bottom .social-cont { margin-top: 10px;}
.shared-detail .shared-detail-bottom .social-cont a:not(.tripadvisor-ratings) {
    display: inline-block;
    margin: 0 25px 0 0;
}
.shared-detail .shared-detail-bottom .social-cont a:not(.tripadvisor-ratings):last-child { margin: 0 0 0 0; }

.shared-detail .shared-detail-bottom .hotel-additional-rates h6 {
    color: #404040;
    font-size: 30px;
    line-height: 1.2;
    font-family: 'CooperHewittBold', sans-serif;
}

@media only screen and (max-width: 641px) {
    .shared-detail .shared-detail-bottom .hotel-additional-rates h6 {
        font-size: 22px;
    }
}

.shared-detail .shared-detail-bottom .image-gallery {
    position: relative;
    margin-bottom: 30px;
}
.shared-detail .shared-detail-bottom .image-gallery .gal-img { max-height: 457px; }
.shared-detail .shared-detail-bottom .image-gallery .gal-img a{display: block;}
.shared-detail .shared-detail-bottom .image-gallery img { width: 100%; }
.shared-detail .shared-detail-bottom .image-gallery .gallery-icon {
    position: absolute;
    bottom: 0;
    right: 0;
    background-color: rgba(0,0,0,0.6);
    font-family: 'CooperHewittBook', sans-serif;
    font-size: 16px;
    padding: 8px 8px 5px 10px;
    color: #fff;
    text-align: center;
    pointer-events: none;
    cursor: pointer;
}
.shared-detail .shared-detail-bottom .image-gallery .gallery-icon span {
    line-height: 1;
    vertical-align: middle;
}
.shared-detail .shared-detail-bottom .image-gallery .gallery-icon a { font-size: 14px; }
.shared-detail .shared-detail-bottom .image-gallery .fa {
    display: inline-block;
    font-size: 24px;
    color: #fff;
    margin-left: 10px;
}

.shared-detail .shared-detail-bottom .image-gallery .youtube-play {
    position: absolute;
    top: 50%;
    left: 50%;
    max-width: 80px;
    -webkit-transform: translate(-50%, -50%);
            transform: translate(-50%, -50%);
}

/*** Tabs ***/
.shared-detail .detail-panes > .tabs {
    max-width: 100%;
    position: relative;
    z-index: 2;
    overflow: hidden;
}
.shared-detail .tabs dd {
    float: none;
}
.shared-detail .tabs dd > a {
    background: transparent;
    width: 100%;
    font-family: 'CooperHewittSemibold', sans-serif;
    font-size: 14px;
    color: #8fbae4;
    padding: 0;
}
.shared-detail .tabs dd > a .fa {
    margin-left: 3px;
    -webkit-transition: all .3s ease-in-out;
        transition: all .3s ease-in-out;
}
.shared-detail .tabs dd.active > a .fa { transform: rotate(180deg); }

.shared-detail .detail-panes > .tabs-content {
    width: 100%;
    max-width: 100%;
}
.shared-detail .detail-panes > .tabs-content .content {
    padding: 0;
}
.shared-detail .detail-panes > .tabs-content .content p {
    line-height: 18px;
    font-size: 14px;
}
.shared-detail .detail-panes > .tabs dd {
    margin-bottom: 1px !important;
}
.shared-detail .detail-panes > .tabs dd > a {

}
.shared-detail .detail-panes > .tabs dd.active a {
    background-color: #8fbae4;
    background-image: url("/includes/public/assets/shared/indicator.png");
    background-repeat: no-repeat;
    background-position: right center;
}

/*** Tablet ***/
@media only screen and (max-width: 1024px) {
    .shared-detail .shared-detail-bottom { padding: 0 90px; }
    .shared-detail .shared-detail-bottom .image-gallery .gallery-icon { bottom: 6px; }
}

/*** Mobile ***/
@media only screen and (max-width: 640px) {
    .shared-detail .shared-detail-bottom { padding: 0 25px; }
}


/* INTERACTIVE MAP MAIN */

.ri-map-wrap {
    position: relative;
    padding-bottom: 50px;
    border-bottom: 4px solid #eb5152;
}

.ri-map {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	background-image: url(/includes/public/assets/images/map/big-map-bg.jpg);
	background-position: center;
	background-size: cover;
	background-attachment: fixed;
	z-index: -1;
}

.ri-map:before {
    content: "";
    position: absolute;
    top: 0px;
    left: 0px;
    width: 100%;
    height: 100%;
    background-color: rgba(0, 0, 0, .2);
}

@media (max-width: 64.063em) {
    .ri-map {
        background-attachment: initial;
    }
}

body .wrapper .row.full-width {
    max-width: 100vw;
}

body .wrapper .row.ri-map-grid {
    max-width: 62.7rem;
}

.large-3 .ri-map-cont,
.large-4 .ri-map-cont,
.large-5 .ri-map-cont,
.large-6 .ri-map-cont,
.large-7 .ri-map-cont,
.large-8 .ri-map-cont,
.large-9 .ri-map-cont,
.large-10 .ri-map-cont,
.large-11 .ri-map-cont,
.large-12 .ri-map-cont {
    max-width: 420px;
}

.large-6 .ri-map-cont{height: 560px;}
@media (max-width: 40.063em) {
    .large-6 .ri-map-cont { height: auto; }
}

.large-3 .ri-map-dot:after,
.large-4 .ri-map-dot:after {
    width: 8px;
    height: 8px;
}

.large-3 .ri-map-title .ri-map-title-line,
.large-4 .ri-map-title .ri-map-title-line {
    height: 4px;
}

.row.full-width .ri-map-cont {
    max-width: 100%;
}

.ri-map-wrap .row.ri-wider-row,
.ri-map-wrap .row.ri-map-grid {
	margin: 0 auto !important;
}

.ri-map-cont {
    margin: 0px auto -6px auto;
    width: 100%;
    position: relative;
    overflow: hidden;
}

.row.ri-wider-row {
    max-width: 970px;
}

.ri-map-wrap .columns {
    padding: 0px;
}

.ri-map-popup-overflow .columns {
    padding: 0px 30px;
}

.ri-svg-hit {
    cursor: pointer;
}

.ri-map-cont #background,
.ri-map-cont #pattern-plus,
.ri-map-cont #USA {
    pointer-events: none;
}

.st0 {
    fill: url(#SVGID_1_);
}

.ri-stars polygon {
    fill: #DDEAF7;
}

.ri-usa polygon,
.ri-usa path {
    fill: #313850;
}

.st3,
.ri-usa polygon.st3 {
    fill: #eb5152;
}

.st4 {
    fill: #fff;
}

.ri-sail {
    fill: #FFFFFF;
}

#ri-region-stroke path {
    fill: none;
    stroke: #fff;
    stroke-width: 1px;
    stroke-linecap: butt;
    stroke-linejoin: miter;
    stroke-miterlimit: 4;
    stroke-opacity: 1;
}

.ri-region-color1 path,
.ri-region-color2 path,
.ri-region-color3 path {
    fill: rgba(255, 255, 255, .6);
    /*stroke: #fff;
  stroke-width: 1px;
  stroke-linecap: butt;
  stroke-linejoin: miter;
  stroke-miterlimit: 4;
  stroke-opacity: 1;*/
    transition: all ease .5s;
}

.ri-map-region:hover path,
.ri-map-region[data-active="active"] path {
    fill: #8fbae4;
}

.ri-map-region[data-hover="hoveractive"] path {
    fill: #ffc709;
}

@media only screen and (max-width: 64em) {
	.ri-map-head-text{
		margin-bottom: 15px;
	}
}

@media only screen and (min-width: 40.063em) and (max-width: 64em) {
	.ri-map-intro-text{
		width: 350px;
	    margin: 0 auto;
	}
}

.ri-map-head-text h2,
.ri-map-head-text h4 {
    color: #fff;
    line-height: 1em;
    text-align: center;
}

.ri-map-head-text h2 {
    font-size: 44px;
    text-transform: uppercase;
    margin-bottom: 12px;
    margin-top: 36px;
}

.ri-map-head-text h4 {
    font-size: 36px;
    margin-top: 0px;
}

.ri-map-intro-text p.ri-yellow {
    color: #ffc709;
    font-weight: bold;
}

.ri-map-popup-text h2,
.ri-map-popup-text p,
.ri-map-intro-text h2,
.ri-map-intro-text p {
    color: #fff;
    max-height: 100%;
}
.ri-map-popup-text h2 {
	font-size: 35px;
	line-height: 1;
}

/* MAP DOTS */

.ri-map-dot {
    position: absolute;
    width: 1px;
    height: 1px;
}

.ri-map-dot:after {
    content: "";
    position: absolute;
    top: 50%;
    left: 50%;
    width: 10px;
    height: 10px;
    background-color: #eb5152;
    border: 1px #fff solid;
    border-radius: 50%;
    box-shadow: 0px 0px 0px 0px #fff;
    box-shadow: 0px 0px 0px 0px rgba(255, 255, 255, .8);
    transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    -webkit-transform: translate(-50%, -50%);
    transition: all ease .35s;
}

.ri-map-dot1 {
    top: 18%;
    left: 45%;
}

.ri-map-dot2 {
    top: 21.3%;
    left: 44%;
}

.ri-map-dot3 {
    top: 29.6%;
    left: 41.2%;
}

.ri-map-dot4 {
    top: 33.5%;
    left: 54%;
}

.ri-map-dot5 {
    top: 50%;
    left: 49.3%;
}

.ri-map-dot6 {
    top: 51.5%;
    left: 34.8%;
}

.ri-map-dot7 {
    top: 73%;
    left: 30.3%;
}

.ri-map-dot[data-active="active"]:after {
    box-shadow: 0px 0px 0px 8px rgba(255, 255, 255, .8);
}

.ri-map-dot[data-hover="hoveractive"]:after {
    transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    -webkit-transform: translate(-50%, -50%);
    animation: bloop .35s forwards;
    -moz-animation: bloop .35s forwards;
    -webkit-animation: bloop .35s forwards;
}

@keyframes bloop {
    0% {
        box-shadow: 0px 0px 0px 8px rgba(255, 255, 255, .8);
    }
    5% {
        box-shadow: 0px 0px 0px 7px rgba(255, 255, 255, .8);
    }
    100% {
        box-shadow: 0px 0px 0px 23px rgba(255, 255, 255, 0);
    }
}

@-moz-keyframes bloop {
    0% {
        box-shadow: 0px 0px 0px 8px rgba(255, 255, 255, .8);
    }
    5% {
        box-shadow: 0px 0px 0px 7px rgba(255, 255, 255, .8);
    }
    100% {
        box-shadow: 0px 0px 0px 23px rgba(255, 255, 255, 0);
    }
}

@-webkit-keyframes bloop {
    0% {
        box-shadow: 0px 0px 0px 8px rgba(255, 255, 255, .8);
    }
    5% {
        box-shadow: 0px 0px 0px 7px rgba(255, 255, 255, .8);
    }
    100% {
        box-shadow: 0px 0px 0px 23px rgba(255, 255, 255, 0);
    }
}


/* REAL TEXT FOR MAP */

.ri-map-title {
    position: absolute;
    width: 1px;
    height: 1px;
    color: #fff;
    font-family: CooperHewittMedium;
    transition: all ease .5s;
}

.large-3 .ri-map-title {
    font-size: 9px;
}

.large-4 .ri-map-title {
    font-size: 13.5px;
}

.large-5 .ri-map-title,
.large-6 .ri-map-title,
.large-7 .ri-map-title,
.large-8 .ri-map-title,
.large-9 .ri-map-title,
.large-10 .ri-map-title,
.large-11 .ri-map-title,
.large-12 .ri-map-title {
    font-size: 18px;
}

.row.full-width .ri-map-title {
    font-size: 1.4vw;
}

.ri-map-title1 {
    top: 8%;
    left: 57%;
}

.ri-map-title2 {
    top: 15%;
    left: 57%;
}

.ri-map-title3 {
    top: 22%;
    left: 57%;
}

.ri-map-title4 {
    top: 29%;
    left: 66%;
}

.ri-map-title5 {
    top: 55.5%;
    left: 57%;
}

.ri-map-title6 {
    top: 62.5%;
    left: 57%;
}

.ri-map-title7 {
    top: 69.5%;
    left: 57%;
}

@media (max-width: 640px) {
    .ri-map-title1 { top: 7.5%; }
    .ri-map-title2 { top: 14.5%; }
    .ri-map-title3 { top: 21.5%; }
    .ri-map-title4 { top: 28.5%; }
    .ri-map-title5 { top: 55%; }
    .ri-map-title6 { top: 62%; }
    .ri-map-title7 { top: 68.5%; }
}

.ri-map-title .ri-map-title-wrap {
    width: 100vw;
}

.ri-map-title span {
    position: relative;
}

.ri-map-title .ri-map-title-line {
    position: absolute;
    top: 100%;
    left: 0px;
    width: 100%;
    height: 4px;
    overflow: hidden;
}

.ri-map-title .ri-map-title-line:after {
    content: "";
    position: absolute;
    top: 50%;
    left: 50%;
    width: 0px;
    height: 100%;
    background-color: #a22c44;
    transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    -webkit-transform: translate(-50%, -50%);
    transition: all ease .5s;
}

.ri-map-title[data-active="active"] .ri-map-title-line:after,
.ri-map-title[data-hover="hoveractive"] .ri-map-title-line:after {
    width: 100%;
    background-color: #8fbae4;
}


/* END REAL TEXT FOR MAP */


/* INTERACTIVE MAP ITEM IMAGE BOXES */

.ri-map-grid {
    /* 372487 hide the grid but don't remove it because the slides are used by the clickable map */
    display: none;

    border: 4px #fff solid;
    border-bottom: none;
    position: relative;
}

.ri-map-grid .img-box-wrap {
    border-bottom: 4px #fff solid;
}

.ri-map-grid .columns:nth-child(odd) {
    border-right: 2px #fff solid;
}

.ri-map-grid .columns:nth-child(even) {
    border-left: 2px #fff solid;
}

.col-4-imgs {
    margin-top: 44px;
    border-top: 4px #ffc709 solid;
    border-bottom: 3px #8fbae4 solid;
    box-shadow: 0px -44px 0px #8fbae4;
}

.col-4-imgs .columns {
    padding: 0px;
}

.img-box-wrap {
    position: relative;
    display: block;
    overflow: hidden;
}

.imgcont img {
    width: 100%;
}

.img-box-wrap .imgcont:after {
    content: "";
    position: absolute;
    bottom: 0px;
    left: 0px;
    width: 100%;
    height: 70%;
    opacity: .8;
    background: linear-gradient(rgba(0, 0, 0, 0), #000);
    background: -o-linear-gradient(rgba(0, 0, 0, 0), #000);
    background: -moz-linear-gradient(rgba(0, 0, 0, 0), #000);
    background: -webkit-linear-gradient(rgba(0, 0, 0, 0), #000);
}

.img-box-text {
    position: absolute;
    bottom: 17px;
    left: 17px;
    margin: 0px;
    color: #fff;
    font-size: 21px;
    transform: translateY(0px);
    -ms-transform: translateY(0px);
    -webkit-transform: translateY(0px);
    transition: all ease .5s;
}

.img-box-wrap:hover .img-box-text {
    transform: translateY(-11px);
    -ms-transform: translateY(-11px);
    -webkit-transform: translateY(-11px);
}

.img-box-text:after {
    content: "\f0da";
    color: #eb5152;
    font-family: FontAwesome;
    display: inline-block;
    transform: translate(4px, 2px);
    -ms-transform: translate(4px, 2px);
    -webkit-transform: translate(4px, 2px);
    transition: all ease .35s;
}

.img-box-wrap:hover .img-box-text:after {
    color: #ffc709;
    transform: translate(13px, 2px);
    -ms-transform: translate(13px, 2px);
    -webkit-transform: translate(13px, 2px);
}

.ri-map-pinterest {
    position: absolute;
    top: 15px;
    right: 15px;
    opacity: .8;
    transform: translateY(-150%);
    -ms-transform: translateY(-150%);
    -webkit-transform: translateY(-150%);
    transition: all ease .5s;
}

.img-box-wrap:hover .ri-map-pinterest {
    transform: translateY(0%);
    -ms-transform: translateY(0%);
    -webkit-transform: translateY(0%);
}

.ri-map-pinterest:hover {
    opacity: 1;
}


/* END INTERACTIVE MAP ITEM IMAGE BOXES */


/* MAP POPUP */

.ri-map-popup-darkbg {
    position: fixed;
    top: 0px;
    left: 0px;
    width: 100vw;
    height: 100vh;
    background-color: rgba(0, 0, 0, .8);
    opacity: 0;
    z-index: 999;
    pointer-events: none;
}

.ri-map-popup-darkbg:after {
    content: "Close";
    position: fixed;
    bottom: 5px;
    left: 35px;
    color: #fff;
    font-size: 12px;
    letter-spacing: .55555555px;
    text-transform: uppercase;
    font-family: "CooperHewittBook", sans-serif;
}

@media only screen and (max-width: 1023px) {
	body.ri-map-popup-active {
	    overflow: visible;
	    width: 100%;
	    pointer-events: none;
	}
}

.ri-map-popup-active .ri-map-popup-darkbg {
    opacity: 1;
    pointer-events: auto;
}

.ri-map-popup-item,
.ri-map-item-gradient {
    position: fixed;
    top: 50%;
    left: 50%;
    z-index: 999;
    pointer-events: none;
    max-width: 1024px;
    max-height: calc(100vh - 60px);
    width: calc(100% - 60px);
    transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    -webkit-transform: translate(-50%, -50%);
    transition: all ease .35s;
}

.ri-map-popup-close {
    position: absolute;
    top: -15px;
    right: -15px;
    cursor: pointer;
}

.ri-map-popup-overflow {
    overflow-x: hidden;
    overflow-y: scroll;
    height: 100%;
    padding: 30px;
    background-color: #fff;
    max-height: calc(100vh - 100px);
}

.ri-map-item-gradient {
    overflow: hidden;
    pointer-events: none;
    background-color: transparent;
}

.ri-map-popup-item,
.ri-map-item-gradient {
    opacity: 0;
    transform: translate(-50%, -50%) scale(.7);
    -ms-transform: translate(-50%, -50%) scale(.7);
    -webkit-transform: translate(-50%, -50%) scale(.7);
}

.ri-map-popup-item.active,
.ri-map-popup-active .ri-map-item-gradient {
    opacity: 1;
    transform: translate(-50%, -50%) scale(1);
    -ms-transform: translate(-50%, -50%) scale(1);
    -webkit-transform: translate(-50%, -50%) scale(1);
}

.ri-map-popup-item.active {
    pointer-events: auto;
}

.ri-map-popup-overflow:after,
.ri-map-item-gradient:after,
.ri-map-text-gradient {
    content: "";
    position: absolute;
    bottom: 0px;
    left: 0px;
    width: 100%;
    height: 25px;
    cursor: pointer;
    background: linear-gradient(rgba(255, 255, 255, 0), #fff 90%);
    background: -o-linear-gradient(rgba(255, 255, 255, 0), #fff 90%);
    background: -ms-linear-gradient(rgba(255, 255, 255, 0), #fff 90%);
    background: -webkit-linear-gradient(rgba(255, 255, 255, 0), #fff 90%);
}

.ri-map-popup-overflow:after {
    bottom: 35px;
    pointer-events: none;
}

.text-reveal .ri-map-text-gradient {
    display: none;
}

.ri-map-read-more {
    position: absolute;
    right: 10px;
    bottom: 10px;
    color: #404040;
    font-size: 13px;
    line-height: 1em;
    font-family: "CooperHewittMedium", sans-serif;
}

.ri-map-popup-overflow::-webkit-scrollbar {
    display: none;
}

.ri-map-popup-images img {
    width: 100%;
}

.ri-map-popup-text .top-item,
.ri-map-grid .bottom-item { display: block; }
.ri-map-popup-text .bottom-item,
.ri-map-grid .top-item { display: none; }

.ri-map-popup-text,
.ri-map-popup-images {
    opacity: 0;
    display: none;
    transform: translateY(35px);
    -ms-transform: translateY(35px);
    -webkit-transform: translateY(35px);
    transition: all ease .4s 0s;
}

.ri-map-popup-text.active {
    transition: all ease .4s .1s;
}

.ri-map-popup-images.active {
    transition: all ease .4s .2s;
}

.ri-map-popup-text.active,
.ri-map-popup-images.active {
    opacity: 1;
    display: block;
    transform: translateY(0px);
    -ms-transform: translateY(0px);
    -webkit-transform: translateY(0px);
}

.ri-map-popup-text button {
    margin-top: 20px;
}

.ri-map-popup-text.text-reveal button {
    margin-top: 0px;
}

.ri-map-popup-text h2 {
    margin-top: 0px;
    padding-top: 3px;
}

.ri-map-popup-text button:hover {
    background-color: #d2474a;
}

.ri-map-popup-text button:after {
    content: "\f0da";
    font-family: FontAwesome;
}
.ri-map-intro-text button.link-arrow a,
.ri-map-intro-text .button.link-arrow a,
.ri-map-popup-text button a,
.ri-map-popup-text .button a { color: #fff; }

.ri-popup-nav-cont {
    text-align: center;
    color: #fff;
    transform: translateY(-1px);
    -ms-transform: translateY(-1px);
    -webkit-transform: translateY(-1px);
}

.ri-popup-nav-cont .button {
    background-color: #1e497f;
    margin: 0px;
    padding: .75rem 2rem .6rem 2rem;
}

.ri-popup-nav-cont .button:hover { background-color: #1e497f; }

.ri-popup-nav-btns {
    display: none;
    background-color: #fff;
}

.ri-popup-nav-btns.active {
    display: block;
}

.ri-map-prev:after {
    display: none;
}

.ri-map-prev:before {
    color: #eb5152;
    content: "\f0d9";
    font-family: FontAwesome;
}

.ri-map-next:after {
    color: #eb5152;
    content: "\f0da";
    font-family: FontAwesome;
}


/* END MAP POPUP */


/* END INTERACTIVE MAP MAIN */


/* PERSONAS */

.split-cont {
    position: relative;
    background-color: #fff;
    padding: 30px 0px;
}

.split-left {
    float: left;
    width: 222px;
}

.split-right {
    float: right;
    text-align: center;
    width: calc(100% - 222px);
}

.map-wrapper {
    position: relative;
    height: 896px;
    background-image: url(/includes/public/assets/images/personas/map1.png);
    background-position: top center;
    background-size: cover;
}

.map-wrapper.active {
    background-image: url(/includes/public/assets/images/personas/map2.png);
}

.map-left {
    position: absolute;
    top: 0px;
    left: 0px;
    width: 276px;
    height: 454px;
    height: 454px;
    background-image: url(/includes/public/assets/images/personas/map-side.png);
    background-position: center;
    background-repeat: no-repeat;
}

.map-wrapper.active .map-left {
    background-image: url(/includes/public/assets/images/personas/map-side2.png);
}


/* END PERSONAS */


/* REGION PAGE */

.regionbox {
    text-align: center;
    background-image: url(/includes/public/assets/images/region/pattern.png);
}

.stackla-max {
    width: 100%;
    max-width: 970px;
    margin: 0px auto;
}


/* END REGION PAGE */


/* LISTINGS PAGE */

.filter-cont {
    position: relative;
    background-color: #ececec;
}

.filter-left {
    position: absolute;
    top: 0px;
    left: 0px;
    width: 250px;
    height: 100%;
    background-color: #2a3144;
}

.filter-right {
    float: right;
    padding: 20px 0px 40px;
    text-align: center;
    width: calc(100% - 250px);
}

.resp-filter-cont {
    position: relative;
}

.mobile-hit1 {
    position: absolute;
    top: 17px;
    left: 10px;
    width: 100px;
    height: 50px;
}

.mobile-cont1 {
    position: absolute;
    top: 0px;
    left: 0px;
    width: 100%;
    display: none;
}

.open1 .mobile-cont1 {
    display: block;
}


/* END LISTINGS PAGE */


/* DETAIL PAGE */

.mimmy {
    border-top: 30px #e1edc3 solid;
    border-bottom: 30px #e1edc3 solid;
}

.detail-wrap {
    background-color: #ececec;
}

.detail-wrap .row {
    max-width: 65rem;
}

.deets-map-hit {
    position: absolute;
    top: 120px;
    left: 70px;
    width: 200px;
    height: 80px;
}

.deets-map-popup {
    position: fixed;
    top: 0px;
    left: 0px;
    width: 100%;
    height: 100%;
    background-color: rgba(0, 0, 0, .8);
    display: none;
    z-index: 2;
}

.popup-active .deets-map-popup {
    display: block;
}

.deets-map-center {
    position: fixed;
    top: 50%;
    left: 0px;
    width: 100%;
    text-align: center;
    transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    -webkit-transform: translateY(-50%);
}


/* END DETAIL PAGE */


/* END INTERACTIVE MAP ISH */

@media only screen and (min-width: 1024px) {
    body.ri-map-popup-active {
        pointer-events: auto;
        overflow: auto;
    }
    .ri-map-popup-item,
    .ri-map-item-gradient {
        position: relative;
        top: 0px;
        left: 0px;
        width: auto;
        height: auto;
        transform: translate(0%, 0%) scale(1);
        -ms-transform: translate(0%, 0%) scale(1);
        -webkit-transform: translate(0%, 0%) scale(1);
    }
    .ri-map-popup-item,
    .ri-map-popup-item.active {
        pointer-events: auto;
        transform: translate(0%, 0%) scale(1);
        -ms-transform: translate(0%, 0%) scale(1);
        -webkit-transform: translate(0%, 0%) scale(1);
    }
    .ri-map-popup-item { max-height: 500px; }

    .ri-popup-nav-cont { margin-top: 15px; }

    .ri-map-popup-close {
        display: none;
    }
    .ri-map-popup-overflow {
        padding: 30px 0 0;
        max-height: inherit;
        background-color: transparent;
        overflow-y: hidden;
    }
    .ri-map-popup-darkbg {
        display: none;
    }
    .ri-map-popup-text.active {
        opacity: 1;
        display: block;
        transform: translateY(0px);
        -ms-transform: translateY(0px);
        -webkit-transform: translateY(0px);
    }
    .ri-popup-nav-btns {
        text-align: left;
        padding-left: 15px;
        background-color: transparent;
    }
    .ri-map-popup-overflow:after {
        display: none;
    }
    .ri-map-intro-text {
        opacity: 1;
        display: block;
        padding: 45px;
    }
    .ri-map-intro-text.inactive {
        opacity: 0;
        display: none;
    }
    .ri-popup-nav-cont .button {
        margin: 0px;
        font-size: 14px;
        border: 1px #fff solid;
        background-color: rgba(0, 0, 0, 0)!important;
    }
    .ri-popup-nav-cont .button:hover {
        background-color: rgba(30, 73, 127, .4)!important;
    }
    .ri-map-popup-text .top-item .imgcont img {
        border: 4px solid #fff;
    }
    .ri-map-popup-text p.item-desc {
        margin-bottom: 0;
    }
    .ri-map-popup-text p.item-desc a {
        font-family: "CooperHewittSemibold",sans-serif;
        font-size: 16px;
        color: #fff;
    }
    .ri-map-popup-text p.item-desc a .fa {
        color: #eb5152;
        margin-left: 5px;
    }
}

@media only screen and (max-width: 1023px) {
    .ri-map-wrap {
        padding: 50px 30px;
    }
    .large-3 .ri-map-title,
    .large-4 .ri-map-title,
    .large-5 .ri-map-title,
    .large-6 .ri-map-title,
    .large-7 .ri-map-title,
    .large-8 .ri-map-title,
    .large-9 .ri-map-title,
    .large-10 .ri-map-title,
    .large-11 .ri-map-title,
    .large-12 .ri-map-title {
        font-size: 1.8vw;
    }
    .ri-map-title .ri-map-title-line {
        height: 4px;
    }
    .ri-map-dot:after {
        width: 7px;
        height: 7px;
    }
    .ri-map-pinterest {
        width: 18px;
        top: 6px;
        right: 6px;
        transform: translateY(0%);
        -ms-transform: translateY(0%);
        -webkit-transform: translateY(0%);
    }
    .img-box-text {
        font-size: 18px;
    }
    .ri-map-head-text h2 {
        font-size: 30px;
    }
    .ri-map-head-text h4 {
        font-size: 19px;
        margin-top: -6px;
    }
    .ri-map-popup-text h2,
    .ri-map-intro-text h2 {
        color: #1e497f;
    }
    .ri-map-popup-text p {
        color: #404040;
    }
}

@media only screen and (max-width: 640px) {
    .large-3 .ri-map-title,
    .large-4 .ri-map-title,
    .large-5 .ri-map-title,
    .large-6 .ri-map-title,
    .large-7 .ri-map-title,
    .large-8 .ri-map-title,
    .large-9 .ri-map-title,
    .large-10 .ri-map-title,
    .large-11 .ri-map-title,
    .large-12 .ri-map-title {
        font-size: 3vw;
    }
    .ri-map-title {
        font-size: 3.6vw;
    }
    .img-box-text {
        font-size: 18px;
    }
    .ri-map-popup-overflow {
        padding: 20px 15px;
    }
    .ri-popup-nav-cont .button {
        width: 49%;
    }
}


/* Map Explorer - to clear scroll bar */
#mapexplorerPlaceholder { margin: 0 10px; }


/** 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: -1px;
}

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

.yelp-snippet .yelp-price {	
	color: #404040 !important;
    font-family: 'CooperHewittBold', sans-serif;
    font-weight: bold;
    font-size: 16px;
}

.yelp-snippet .yelp-review-count {
    color: #404040 !important;
}
.review-rating img, .reviews-rating-line img {
	vertical-align: top;
	margin-top: 4px;
}

.booking-embed.is-sticky {
	width: 100%;
	position: fixed;
	top: 0;
	z-index: 9999;
}

/*Custom Button */
.custom-button {
    display: flex;
}

.custom-button.align-left {
    justify-content: flex-start;
}

.custom-button.align-center {
    justify-content: center;
}

.custom-button.align-right {
    justify-content: flex-end;
}

.custom-button .button-link {
    display: inline-block;
    padding: 12px 32px;
    font-size: 1rem;
    color: #fff;
    text-decoration: none;
    border-radius: 5px;
    max-width: 220px;
    margin: 2px;
    text-align: center;
    text-transform: none;
}

/* Newsletter signup */
.subscribe .subscribe-title {
	padding-bottom: 15px;
}
.subscribe .subscribe-title span {
	font-family: 'CooperHewittSemibold';
	font-size: 19px;
	color: #eb5152;
	text-transform: none;
	text-transform: uppercase;
}
ul.newsletter-option {
	list-style: none;
	margin-bottom: 10px;
	margin-left: 5px;
}
ul.newsletter-option li {
	position: relative;
	text-align: left;
}
ul.newsletter-option input[type='radio'] {
	position: relative;
	opacity: 0;
	z-index: 1;
	margin-bottom: 8px;
}
ul.newsletter-option input[type='radio']:checked + .radio-ui:after {
	display: block;
}
ul.newsletter-option .radio-ui {
	display: inline-block;
	width: 20px;
	height: 20px;
	border: 1px solid #aca69a;
	background: #FFFFFF;
	position: relative;
	top: -3px;
	vertical-align: middle;
	margin-right: 5px;
	margin-left: -20px;
	z-index: 0;
	-moz-border-radius: 100%;
	-webkit-border-radius: 100%;
	border-radius: 100%;
}
ul.newsletter-option .radio-ui:after {
	content: '';
	position: absolute;
	top: 2px;
	left: 2px;
	right: 2px;
	bottom: 2px;
	background: #1a3d5e;
	display: none;
	-moz-border-radius: 100%;
	-webkit-border-radius: 100%;
	border-radius: 100%;
}
ul.newsletter-option label {
	display: inline-block;
	font-size: 14px;
}
.subscribe form {
	display: flex;
}
.subscribe form button {
	flex: 0 0 100px;
	margin-left: 20px;
}

.subscribe form button::after {
	display: none;
}