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

@import url('https://fonts.googleapis.com/css?family=Raleway:400,500,800|Big+Shoulders+Display');

/*
font-family: 'Big Shoulders Display', serif;
font-family: 'Raleway', sans-serif;
font-family: 'KlinicSlab-Book';
font-family: 'KlinicSlab-Bold';
font-family: 'Darkline';
*/
:root {
	--big-shoulders: 'Big Shoulders Display', serif;
	--raleway: 'Raleway', sans-serif;
	--ks-book: 'KlinicSlab-Book';
	--ks-bold: 'KlinicSlab-Bold';
	--darkline: 'Darkline';
}

@font-face {
  font-family: 'KlinicSlab-Book';
  src: url('/includes/public/assets/fonts/KlinicSlab-Book.eot');
  src: url('/includes/public/assets/fonts/KlinicSlab-Book.woff2') format('woff2'),
	   url('/includes/public/assets/fonts/KlinicSlab-Book.woff') format('woff'),
	   url('/includes/public/assets/fonts/KlinicSlab-Book.ttf') format('truetype'),
	   url('/includes/public/assets/fonts/KlinicSlab-Book.svg#KlinicSlab-Book') format('svg'),
	   url('/includes/public/assets/fonts/KlinicSlab-Book.eot?#iefix') format('embedded-opentype');
  font-weight: normal;
  font-style: normal;
}

@font-face {
  font-family: 'KlinicSlab-Bold';
  src: url('/includes/public/assets/fonts/KlinicSlab-Bold.eot');
  src: url('/includes/public/assets/fonts/KlinicSlab-Bold.woff2') format('woff2'),
	   url('/includes/public/assets/fonts/KlinicSlab-Bold.woff') format('woff'),
	   url('/includes/public/assets/fonts/KlinicSlab-Bold.ttf') format('truetype'),
	   url('/includes/public/assets/fonts/KlinicSlab-Bold.svg#KlinicSlab-Bold') format('svg'),
	   url('/includes/public/assets/fonts/KlinicSlab-Bold.eot?#iefix') format('embedded-opentype');
  font-weight: normal;
  font-style: normal;
}

@font-face {
	font-family: 'Darkline';
	src: url('/includes/public/assets/fonts/Darkline.otf') format('opentype');
	src: url('/includes/public/assets/fonts/Darkline.woff2') format('woff2'),
		 url('/includes/public/assets/fonts/Darkline.woff') format('woff'),
		 url('/includes/public/assets/fonts/Darkline.ttf') format('truetype');
	font-weight: normal;
	font-style: normal;
}

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

p,
table tr th,
table tr td {
	color: #4f4336;
	font-size: 18px;
	font-weight: 500;
	line-height:28px;
	font-style: normal;
	font-family: 'Raleway', sans-serif;
	text-rendering: optimizeLegibility;
}
a:link,
a:visited,
a:active {
	color:#f26520;
}

a:hover{
	color:#f26520;
}

ul,
ol,
dl {
	color: #2d1904;
	font-size:18px;
	line-height:26px;
	font-family: 'Open Sans', sans-serif;
}

h1 {
	color:#2d1904;
	font-size:86px;
	line-height: 80px;
	font-family: var(--darkline);
}
h2 {
	color:#2d1904;
	font-size: 58px;
	line-height: 60px;
	font-family: var(--ks-book);
}
h3 {
	color: #2d1904;
	font-size: 52px;
	line-height: 58px;
	font-family: var(--big-shoulders);
	font-weight: 700;
}
h4 {
	color: #2d1904;
	font-size: 36px;
	line-height: 38px;
	font-family: var(--raleway);
	text-transform: uppercase;
}
h5 {
	color:#2d1904;
	font-size:30px;
	line-height: 32px;
	font-family: var(--ks-book);
	text-transform: uppercase;
}
h6 {
	color:#2d1904;
	font-size: 30px;
	line-height: 34px;
	font-family: var(--ks-bold);
}
body > .contentRender {
	min-height: 100%;
	height: 100%;
}

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

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

.panel_custom_header .logo p {
	margin-bottom: 0px;
}

/* DTN Mobile Footer Banner */
.panel_custom_footer.hasMobileAd {
	height: 150px;
}

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

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

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

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

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

.navFooter {
	margin-left: 0px;
	margin-bottom: 0px;
}

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

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

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

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

.panel_custom_socialhub .rawContent {
	display: none;
}

.panel_custom_socialhub .panes {
}

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

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

.panel_custom_socialhub .tabs {
	overflow: hidden;
}

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

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

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

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

.youtube-logo {
	background: url(/includes/public/assets/shared/youtube_logo_bw.png) no-repeat;
}
.stackla-wrapper .stackla .title {
	font-family: 'Raleway ', sans-serif;
	font-size: 48px;
	text-transform: uppercase;
	font-weight: 800;
	text-align: center;
	color: #2D1904;
	padding-bottom: 40px;
	padding-top: 20px;
}

@media only screen and (max-width: 64em) {
	.stackla-wrapper .stackla .title {
		font-size: 42px;
		padding-bottom: 6px;
	}
}
@media only screen and (max-width: 40.063em) {
	.stackla-wrapper .stackla .title {
		font-size: 24px;
		text-align: left;
		padding-top: 0px;
	}
}

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

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

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

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

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

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

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

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

.shared-list .item .once-there-book-button a {
	color: #fff;
	padding: 5px 0px;
}
/* Foundation Override */
.row {
	max-width: 73rem;
}
.row.full-width {
	max-width: 100%;
}

/* color turq */
.color-main {
	color: #20948c;
}
.bg-color-main:hover,
.bg-color-main {
	background-color: #20948c;
}

/* color black */
.color-dark {
	color: #6d401d;
}
.bg-color-dark:hover,
.bg-color-dark {
	background-color: #6d401d;
}
/* Color red */
.color-danger {
	color: #a3c9b9;
}
.bg-color-danger:hover,
.bg-color-danger {
	background-color: #a3c9b9;
}
/* color yellow */
.color-bright {
	color: #fdbd2d;
}
.bg-color-bright:hover,
.bg-color-bright {
	background-color: #fdbd2d;
}
/* Color Gray / turq */
.color-soft {
	color: #a3c9b9;
}
.bg-color-soft:hover,
.bg-color-soft {
	background-color: #a3c9b9;
}
/* Color tan */
.color-warm {
	color: #e3c8a2;
}
.bg-color-warm:hover,
.bg-color-warm {
	background-color: #e3c8a2;
}
/* Color orange */
.color-warning {
	color: #f26520;
}
.bg-color-warning:hover,
.bg-color-warning {
	background-color: #f26520;
}

/* color green */
.color-calm {
	color: #8ca85c;
}
.bg-color-calm:hover,
.bg-color-calm {
	background-color: #8ca85c;
}
/* color light gray */
.color-lite {
	color: #8ca85c;
}
.bg-color-lite:hover,
.bg-color-lite {
	background-color: #8ca85c;
}
/* color blue */
.color-relax {
	color: #4684bb;
}
.bg-color-relax:hover,
.bg-color-relax {
	background-color: #4684bb;
}

.pattern-border {
	display: inline-block;
	width: 100%;
	min-height: 200px;
	z-index: 1;
	background-repeat-y: no-repeat;
}

.pattern-craft {
	background-image: url("/includes/public/assets/images/common/craftpaper_beige.png");
}
.pattern-craft-border-down {
	position: absolute;
	top: -175px;
	height: 200px;
	width: 100%;
	background-image: url("/includes/public/assets/images/common/craft-wave-down.png");
}
.pattern-craft-border-up {
	position: absolute;
	bottom: -175px;
	height: 200px;
	width: 100%;
	background-image: url("/includes/public/assets/images/common/craft-wave-up.png");
}
.pattern-burlap {
	background-image: url("/includes/public/assets/images/common/burlap_tan.png");
}
.pattern-light-border-up {
	position: absolute;
	bottom: -175px;
	height: 200px;
	width: 100%;
	background-image: url("/includes/public/assets/images/common/light-wave-up.png");
}
.no-pad{
	padding: 0px;
}

.spaced-top-50{
	margin-top: 50px;
}

/* Content Sections */
.content-section .content .top-panel {
	margin-top: 30px;
	position: relative;
	z-index: 1;
}
.content-section.interior .header .title{}



.content-section .row{
	position: relative;
}
body .content-section .full-width {
	max-width: 100%; 
}

.content-section .one-column{}
.content-section .one-column .header{}
.content-section .one-column .header h3.title{
	
}
.content-section .one-column .content{}
.content-section .one-column .content .text{}
.content-section .one-column .content .text .content-link{}


div.go-arrow {
	background-image: url('/includes/public/assets/images/common/go-arrow.png');
	height: 14px;
	width: 13px;
	display: inline-block;
	background-size: 100% 100%;
	background-repeat: no-repeat;
}

div.go-arrow.white {
	background-image: url('/includes/public/assets/images/common/go-arrow-white.png');
}
div.go-arrow.dark {
	background-image: url('/includes/public/assets/images/common/go-arrow-dark.png');
}

div.go-arrow.down {
	-ms-transform: rotate(90deg);
	-webkit-transform: rotate(90deg);
	transform: rotate(90deg);
}

div.go-arrow.up {
	-ms-transform: rotate(270deg);
	-webkit-transform: rotate(270deg);
	transform: rotate(270deg);
}

div.go-arrow.portside {
	-ms-transform: rotate(180deg);
	-webkit-transform: rotate(180deg);
	transform: rotate(180deg);
}

button.styled {
  border-radius: 10px;
  text-transform: uppercase;
  font-family: 'KlinicSlab-Bold';
  font-size: 20px;
  padding: 10px 20px 7px;
  letter-spacing: 1px;
  color: #fff;
}
.content-section .two-columns .right-side {
	z-index: 1;
}
.content-section .two-columns .left-side {
	overflow: hidden;
}

@media only screen and (min-width: 64.0625em) {
	.two-columns .right-side  .float-up {
		top: -80px;
		position: relative;
	}
	.hasAddThis .two-columns .right-side  .float-up {
		top: -155px;
		margin-bottom: -155px;
	}
	.no-header .two-columns .right-side  .float-up {
		top: 0;
		left: 0;
		position: relative;
	}
	.panel_custom_two_col_sidebar_left > .row > .left-side > .contentRender_name_plugins_collections_template_custom_imagebox {
		width: 50%;
		float: right;
		margin-left: 20px;
	}
}

@media only screen and (max-width: 64em) {
	h1 {
		font-size:68px;
		line-height: 60px;
	}

}

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

	button.styled {
		padding: 9px 14px 6px;
	}

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

.core-styles h1,
.contentRender_name_plugins_core_textbox h1 {
	color: #2d1904;
	font-size: 86px;
	line-height: 80px;
	font-family: 'Darkline', cursive;
	margin-bottom: 10px;
}

.core-styles h2,
.contentRender_name_plugins_core_textbox h2 {
	color: #2d1904;
	font-size: 58px;
	line-height: 60px;
	font-family: 'KlinicSlab-Book';
	margin-bottom: 10px;
}

.core-styles h3,
.contentRender_name_plugins_core_textbox h3 {
	color: #2d1904;
	font-size: 52px;
	line-height: 58px;
	font-family: var(--big-shoulders);
	font-weight: 700;
}

.contentRender_name_plugins_core_textbox h3 {
	font-weight: 500;
}

.core-styles h4,
.contentRender_name_plugins_core_textbox h4 {
	color: #2d1904;
	font-size: 36px;
	line-height: 38px;
	font-family: 'Raleway', sans-serif;
	text-transform: uppercase;
	margin-bottom: 8px;
}

.core-styles h5,
.contentRender_name_plugins_core_textbox h5 {
	color: #2d1904;
	font-size: 30px;
	line-height: 32px;
	font-family: 'KlinicSlab-Book';
	text-transform: uppercase;
	margin-bottom: 8px;
}

.core-styles h6,
.contentRender_name_plugins_core_textbox h6 {
	color: #2d1904;
	font-size: 30px;
	line-height: 34px;
	font-family: 'KlinicSlab-Bold';
	margin-bottom: 8px;
}

.core-styles p,
.contentRender_name_plugins_core_textbox p {
	color: #4f4336;
	font-size: 18px;
	font-weight: 500;
	line-height: 28px;
	font-style: normal;
	font-family: 'Raleway', sans-serif;
	text-rendering: optimizeLegibility;
	margin-bottom: 15px;
}
a, a:hover {
	color: #f26520;
	font-weight: normal;
	text-decoration: none;
}
.core-styles a:hover,
.contentRender_name_plugins_core_textbox a:hover {
	color: #f26520;
	text-decoration: none;
	font-weight: normal;
}

.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 {
	line-height: 24px;
}
.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: #4f4336;
	font-size: 18px;
	font-weight: 500;
	line-height: 28px;
	font-style: normal;
	font-family: 'Raleway', sans-serif;
	text-rendering: optimizeLegibility;
	margin-left: 17px;
}

.core-styles td,
.contentRender_name_plugins_core_textbox td,
.core-styles tr,
.contentRender_name_plugins_core_textbox tr {
	color: #2d1904;
	font-size: 18px;
	line-height: 26px;
	font-family: 'Open Sans', sans-serif;
}
.core-styles table,
.contentRender_name_plugins_core_textbox table {
	border-collapse: separate;
}

h1 > a, h1 > a:hover,
h2 > a, h2 > a:hover,
h3 > a, h3 > a:hover,
h4 > a, h4 > a:hover,
h5 > a, h5 > a:hover,
h6 > a, h6 > a:hover,
.core-styles h1 > a, .core-styles h1 > a:hover, 
.core-styles h2 > a, .core-styles h2 > a:hover, 
.core-styles h3 > a, .core-styles h3 > a:hover, 
.core-styles h4 > a, .core-styles h4 > a:hover, 
.core-styles h5 > a, .core-styles h5 > a:hover, 
.core-styles h6 > a, .core-styles h6 > a:hover, 
.contentRender_name_plugins_core_textbox h1 > a, .contentRender_name_plugins_core_textbox h1 > a:hover,
.contentRender_name_plugins_core_textbox h2 > a, .contentRender_name_plugins_core_textbox h2 > a:hover,
.contentRender_name_plugins_core_textbox h3 > a, .contentRender_name_plugins_core_textbox h3 > a:hover,
.contentRender_name_plugins_core_textbox h4 > a, .contentRender_name_plugins_core_textbox h4 > a:hover,
.contentRender_name_plugins_core_textbox h5 > a, .contentRender_name_plugins_core_textbox h5 > a:hover,
.contentRender_name_plugins_core_textbox h6 > a, .contentRender_name_plugins_core_textbox h6 > a:hover {
  font: inherit;
  color: inherit;
  text-decoration: none;
}
.core-styles img[style*='float: right'],
.contentRender_name_plugins_core_textbox img[style*='float: right'] { margin-left : 15px; margin-bottom: 5px; }
.core-styles img[style*='float: left'],
.contentRender_name_plugins_core_textbox img[style*='float: left'] { margin-right : 15px; margin-bottom: 5px; }   

.contentRender_name_plugins_common_header .contentRender_name_plugins_core_textbox p,
.contentRender_name_plugins_common_footer .contentRender_name_plugins_core_textbox p { display: inline; }

/*---------------------------END CORE STYLES---------------------------*/
@media only screen and (max-width: 40.063em) { 
	.core-styles h1,
	.contentRender_name_plugins_core_textbox h1 {
		font-size: 42px;
		line-height: 36px;
	}
	.core-styles h2,
	.contentRender_name_plugins_core_textbox h2 {
		font-size: 32px;
		line-height: 34px;
	}
	.core-styles h3,
	.contentRender_name_plugins_core_textbox h3 {
		font-size: 32px;
		line-height: 35px;
	}
	.core-styles h4,
	.contentRender_name_plugins_core_textbox h4 {
		font-size: 26px;
		line-height: 30px;
	}
	.core-styles h5,
	.contentRender_name_plugins_core_textbox h5 {
		font-size: 24px;
		line-height: 30px;
	}
	.core-styles h6,
	.contentRender_name_plugins_core_textbox h6 {
		font-size: 24px;
		line-height: 30px;
	}
	p, table tr th, table tr td {
		font-size: 16px;
		line-height: 24px;
	}

	div.go-arrow {
		height: 9px;
		width: 9px;
	}
	button.styled {
		font-size: 15px;
	}
}
/* Social Nav */
.socail-nav-wrapper{
	width: 100%;
	text-align: center;
}
.socail-nav-wrapper ul.socail-nav{
	list-style-type: none;
	margin: 0px;
	padding: 0px;
}
.socail-nav-wrapper ul.socail-nav a.socail-link{
	display: inline-block;
	background-color: #fff;
	border-radius: 100%;
	margin: 0 3px;
}
.socail-nav-wrapper ul.socail-nav a.socail-link:hover{
	text-decoration: none;
}

.socail-nav-wrapper ul.socail-nav a.socail-link li.item{
	height: 45px;
	width: 45px;
	display: inline-block;
	border-radius: 100%;

}

.socail-nav-wrapper ul.socail-nav a.socail-link .item .fa{
	font-size: 26px;
	position: relative;
	top: 10px;
	color: #20958d;
}

/* Footer Nav */
.footer-nav-wrapper{
	margin-bottom: 10px;
}
.panel_custom_footer .address-wrapper a,
.panel_custom_footer .address-wrapper a:hover{
	color: #f8f4ea;
	font-weight: bold;
}
.footer .footer-nav-wrapper .footer-nav ul.items{
	list-style-type: none;
	margin: 0px;
	text-align: center;
	width: 100%;
	margin-top: 20px;
	padding-bottom: 12px;
}
.footer-nav-wrapper .footer-nav ul.items li{
	display: inline-block;
	margin: 0px 2px;
	font-family: 'Raleway', sans-serif;
	font-weight: bold;
	font-size: 16px;
	text-transform: uppercase;
	color: #2d1904;
}
.footer-nav-wrapper .footer-nav ul.items li.item a.nav-link{
	font-family: 'Raleway', sans-serif;
	font-weight: bold;
	font-size: 16px;
	text-transform: uppercase;
	color: #2d1904;
}

@media only screen and (max-width: 1200px) { 
	.socail-nav-wrapper ul.socail-nav a.socail-link{
		margin: 0 0.5% 10px;
	}

}

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

	ul.main-nav > li.nav-item > a.nav-link {
		font-size: 20px;
	}

	ul.secondary-nav li.nav-item a.nav-link {
		/*font-size: 13px;*/
	}

}

@media only screen and (max-width: 64em) { 
	.industry-nav-wrapper,
	.main-nav-wrapper,
	.secondary-nav-wrapper {
	   display: none;
	}

	.socail-nav-wrapper ul.socail-nav a.socail-link li.item{
		text-align: center;
	}

}

@media only screen and (min-width: 700px) and (max-width: 885px) { 


	.socail-nav-wrapper ul.socail-nav a.socail-link li.item{
		text-align: center;
		height: 42px;
		width: 42px;
	}


	.socail-nav-wrapper ul.socail-nav a.socail-link .item .fa {
		top: 10px;
		font-size: 22px;
	}


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

	.socail-nav-wrapper ul.socail-nav a.socail-link li.item{
		text-align: center;
		height: 35px;
		width: 35px;
	}


	.socail-nav-wrapper ul.socail-nav a.socail-link .item .fa {
		top: 4px;
		font-size: 18px;
	}

}

@media only screen and (max-width: 40.063em) {  
	.footer .top-section .three-columns div .top.socail-nav-wrapper {
		position: relative;
		top: initial;
		text-align: center;
		margin-top: 0px;
		padding: 0px 25px;
	}
	.socail-nav-wrapper ul.socail-nav a.socail-link {
		margin: 0 3px 8px;
	}
	.mobile-nav-wrapper .mobile-nav{
		width: 100vw;
		padding: 15px 0.9375rem;
	}
	.footer .footer-nav-wrapper .footer-nav ul.items {
		margin-top: 15px;
	}
	.footer-nav-wrapper .footer-nav ul.items li.item,
	.footer-nav-wrapper .footer-nav ul.items li.item a.nav-link {
		font-size: 14px;
		line-height: 14px;
	}

}
.header-section{
	position: relative;
	top: 0px;
	width: 100%;
	z-index: 999;
}
.header-section a:hover{
	text-decoration: none;
}

.header-section .row{
	max-width: 73em;
}

.header-section .header-content{
}
.header-section .header-wrapper{
	padding-top: 31px;
	max-height: 105px;
	height: 105px;
}
.header-section .search-wrapper{}
.header-section .header{
}
.header-section .header .left-side{
	padding-left: 0px;
}
.header-section .header .left-side .logo-wrapper{
	position: absolute;
	top: -22px;
	right: 1.5px;
}
.header-section .header .left-side .logo{
	max-width: 214.5px;
	width: 214.5px;
}
.header-section .header .right-side{
	padding-left: 0px;
}
.header-section .header .right-side > .top-section{
	
}

.header-section .header .right-side ul{
	margin: 0px;
	white-space: nowrap;
}
.header-section .header .right-side ul li{
	display: inline-block;
}

.header-section .header .right-side ul li a.mobile-link {
	padding: 10px 20px;
	border-top-left-radius: 10px;
	position: relative;
	right: -15px;
}
.header-section .header .right-side ul li a.mobile-link.open {
	background-color: #ece5d9;
}


.header-section .header .right-side ul li a{}
.header-section .header .right-side ul li a .fa-times{
	font-size: 16px;
}
.header-section .header .right-side ul.actions li button{
	
}


.header-section .header .right-side ul.actions li a.mobile-link button{
	
}
.header-section .header .right-side ul.actions li.mobile{
		display: none;
}
.header-section .header .right-side ul.actions li a.mobile-link.open img.open{
	display: none;
}

.header-section .header .right-side ul.actions li a.mobile-link img.close{
	display: none;
}
.header-section .header .right-side ul.actions li a.mobile-link.open img.close{
	display: inline-block;
}

.header-section .header .right-side ul.actions li.mobile .mobile-nav-wrapper{
	display: none;
	position: absolute;
	right: -15px;
	z-index: 999;
	top: 30px;
}

.header-section .header .right-side ul.actions li.mobile.open .mobile-nav-wrapper{
	display: block;
}

.header-section .header .right-side .secondary-nav-wrapper{}

.header-section .header .right-side ul.actions{}
.header-section .header .right-side .actions-wrapper{
	padding-right: 0px;
	padding-left: 0px;
	text-align: right;
}
.header-section .header .right-side ul.actions li.action.book-now a.book-link{}
.header-section .header .right-side ul.actions li.action.book-now{}
.header-section .header .right-side ul.actions li.action.itinerary{}
.header-section .header .right-side ul.actions li.action.itinerary a.itinerary-link{}
.header-section .header .right-side ul.actions .action.search{
	position: relative;
	
}
.header-section .header .right-side .search-toggle-btn{
	background-color: transparent;
	padding: 0px;
}
.header-section .header .right-side .search-toggle-btn.open{
	top: 5px;
}

.header-section .header .right-side .search-toggle-btn img.mag{
	position: relative;
	bottom: 2px;
}
.header-section .header .right-side .search-toggle-btn.open img.mag{
	display: none;
}
.header-section .header .right-side a.search-link{}
.header-section .right-side > .bottom-section {
	float: left;
	width: 100%;
}
.header-section .bottom-section .main-nav-wrapper{}



@media only screen and (max-width: 1200px) { 
	.header-section .header .left-side .logo-wrapper{
		right: -28px;
	}
	.header-section .header .right-side {
		padding-left: 5px; 
	}
}

@media only screen and (max-width: 64em) { 
	.header-section .header-wrapper{
		padding-top: 5px;
		padding-bottom: 7px;
		max-height: 38px;
		height: initial;
	}
	.header-section .header .left-side{
		padding-left: 0.9375rem;
	}

	.header-section .header .left-side .logo-wrapper{
		bottom: auto;
		right: auto;
		top: auto;
	}
	.header-section .header .left-side .logo {
		max-width: 90px;
	}
	.header-section .header .right-side{
	}

	.header-section .header .right-side .actions-wrapper{   
	}

	.header-section .header .right-side ul.actions .action.search{
		display: none;
		
	}

	.header-section .header .right-side ul.actions li.mobile{
		display: block;
		position: relative;
		top: 8px;
	}

	.header-section .header .right-side ul.actions li a.mobile-link button{
		font-family: 'Raleway', sans-serif;
		font-size: 15px;
		font-weight: bold;
		color: #2d1904;
		background-color: transparent;
		padding: 0px;
		margin-bottom: 0;
	}
	.header-section .header .right-side ul.actions li a.mobile-link button:focus {
		outline:0;
	}
	
	.header-section .header .right-side ul.actions li a.mobile-link button .sep {
		color: #95ae69;
		padding: 0px 5px;
	}

	.header-section .right-side > .bottom-section {
		display: none;
	}
}
.footer-section{
	margin-top: 110px;
}
.footer-section .row{
	max-width: 73rem;
}

.footer-section .footer-wrapper{
	position: relative;
}
.footer-section .footer-wrapper .footer{
	position: relative;
}

.footer-section .footer-wrapper .footer ul{
	list-style-type: none;
	margin: 0px;
	padding: 0px;
}
.footer-section .footer-wrapper .footer .top-section-wrapper{
	background-image: url('/includes/public/assets/images/footer/back.png');
	background-repeat: repeat-x;
	background-size: 100% 100%;
	position: relative;
	z-index: 1;
}
.footer .top-section-wrapper{
	padding-bottom: 30px;
	padding-top: 45px;
}
.footer .top-section{}
.footer .top-section .three-columns{}
.footer .top-section .three-columns .left-side{
	text-align: left;
}
.footer .top-section .three-columns .left-side .logo-wrapper{}
.footer .top-section .three-columns .left-side .logo{
	max-width: 340px;
}

.footer .top-section .three-columns .left-side ul{
	list-style-type: none;
	margin: 0px;
}
.footer .top-section .three-columns .left-side ul li{
	display: inline-block;
	white-space: nowrap;
	font-weight: normal;
	line-height: 17px;
	font-size: 16px;
}
@media only screen and (min-width: 640px) and (max-width:780px) { 
	.footer .top-section .three-columns .left-side ul li{    font-size: 13px;}
}
@media only screen and  (max-width:400px) { 
	.footer .top-section .three-columns .left-side ul li{    font-size: 12px;}
}



.footer .top-section .three-columns .left-side .address-wrapper{
	margin-top: 30px;
}
.footer .top-section .three-columns .left-side .address-wrapper .top-content{}
.footer .top-section .three-columns .left-side .address-wrapper ul.items{
	font-size: 16px;
	font-family: 'Raleway', sans-serif;
	color: #f8f4ea;
}
.footer .top-section .three-columns .left-side .address-wrapper ul.items .email{
	color: #fff;
	font-size: 16px;
}
.footer .top-section .three-columns .left-side .address-wrapper ul.items li.sep{
	color: #fff;
	font-size: 16px;
}
.footer .top-section .three-columns .middle{
	padding: 0px;
	margin-top: 12px;
	text-align: center;
}
.footer .top-section .three-columns .translate-wrapper {
	color: #fff;
	font-family: 'Raleway', sans-serif;
	font-size: 14px;
	margin-top: 45px;
}
.footer .top-section .three-columns .translate-wrapper .title {
	margin-bottom: 10px;
}
.footer .top-section .three-columns .translate-wrapper .googleTranslateDropdown {
	font-family: 'Raleway', sans-serif;
	background-color: #ece5d9;
	border-color: #ece5d9;
	border-radius: 10px;
	color: #2d1904;
	font-size: 15px;
	max-width: 210px;
	margin: 0 auto;
}
.footer .top-section .three-columns .right-side{
	text-align: right;
}

/* Bottom Section */
.footer .bottom-section-wrapper{
	padding-bottom: 10px;
}
.footer .bottom-section-wrapper .bottom-section{
	
}
.footer .bottom-section-wrapper .bottom-section .bottom-row {
	text-align: center;
	margin-bottom: 10px;
}
.footer .bottom-section-wrapper .bottom-section .bottom-row .copyright {
	display: inline-block;
}
.footer .bottom-section-wrapper .bottom-section .bottom-row .copyright p {
	font-size: 15px;
	font-family: 'Raleway', sans-serif;
	line-height: 17px;
	color: #2d1904;
}
.footer .bottom-section-wrapper .bottom-section .bottom-row .simpleview {
	display: inline-block;
	position: absolute;
	right: 5%;
}
.footer .bottom-section-wrapper .bottom-section .bottom-row .simpleview img{
	width: 210px;
}

@media only screen and (max-width: 64em) { 

	.footer-section .footer-wrapper .footer .top-section-wrapper{
		background-image: url('/includes/public/assets/images/footer/back-tab.png');
	}

	.footer .top-section-wrapper {
		padding-top: 35px;
		padding-bottom: 30px;
	}

	.footer .top-section .three-columns div .top {
		float: left;
		width: 50%;
		text-align: center;
		padding: 0px 5px;
	}
	.footer .top-section .three-columns div .bottom {
		margin-top: 0px;
		float: right;
		width: 50%;
		padding: 0px 0px  0px 20px;
		text-align: left;
	}
	.footer .top-section .three-columns .translate-wrapper {
		width: 50%;
		margin-top: 65px;
	}
	.footer .top-section .three-columns .left-side .logo-wrapper {
		padding: 0px;
		text-align: center;
	}

	.footer .top-section .three-columns .left-side .logo {
		max-width: 385px;
	}

	.footer .top-section .three-columns .left-side .address-wrapper {
		margin-top: 17px;
	}
	.footer .top-section .three-columns .middle {
		margin-top: 25px;
	}

	.footer .top-section .three-columns .right-side {
		margin-top: 15px;
	}

	.footer .bottom-section-wrapper .bottom-section .bottom-row .simpleview {
		position: relative;
		right: auto;
		display: block;
		margin-top: 15px;
	}

}

@media only screen and (min-width: 40.063em) and (max-width: 741px) { 
	.footer .top-section-wrapper {
		padding-top: 45px;
		padding-bottom: 35px;
	}

}


@media only screen and (max-width: 40.063em) { 
	.footer-section {
		margin-top: 30px;
	}
	.footer-section .footer-wrapper .footer .top-section-wrapper{
		background-image: url('/includes/public/assets/images/footer/back-mobile.png');
	}

	.footer .top-section .three-columns div .bottom ,
	.footer .top-section .three-columns div .top {
		float: left;
		width: 100%;
		text-align: center;
		padding: 0px;
	}
	.footer .top-section .three-columns div .bottom {
	}

	.footer .top-section .three-columns .left-side .address-wrapper ul.items {
		font-size: 13px;
		line-height: 17px;
	}

	.footer .top-section .three-columns .left-side .address-wrapper {
		margin-top: 30px;
	}
	.footer .top-section .three-columns .translate-wrapper {
		width: 100%;
	}
	.footer .top-section .three-columns .right-side {
		margin-top: 20px;
	}

	.footer .top-section .three-columns .right-side .footer-image {
		width: 200px;
	}
	.footer .bottom-section-wrapper .bottom-section .bottom-row .simpleview img {
		width: 180px;
	}
	.footer-nav-wrapper {
		padding: 0px 0.9375rem;
	}
}

.search-wrapper{}

.search-wrapper .search{}

.search-wrapper .search.open{}
.search form.search-form{
	position: relative;
	bottom: 2px;
	min-width: 100%;
	-ms-transform: translateY(8px);
	-moz-transform: translateY(8px);
}
.search form.search-form input.search-input{
	background: transparent;
	outline: none;
	border-color: transparent;
	box-shadow: none;
	font-family: 'KlinicSlab-Book';
	font-style: italic; 
	margin-bottom: 0px;
	min-width: 100%;
}

.search form.search-form img.border {
	position: absolute;
	bottom: 5px;
}

.search form.search-form .search-submit{
	position: absolute;
	bottom: 7px;
	height: 10px;
	width: 37px;
	padding: 0px;
	right: 0px;
	background-color: transparent;
	color: #8ca85c;
}
.search form.search-form .search-submit .fa {
	font-size: 20px;
}
.mobile-nav .search form.search-form .search-submit{    
	top: -1px;
	right: 8px;
	height: 49px;
}
.mobile-nav ul.nav-items .nav-item.search {

}
.mobile-nav .search form.search-form {
	min-width: initial;
	height: 49px;
}
.mobile-nav .search form.search-form input.search-input{
	background-image: url("/includes/public/assets/images/nav/search-back.png");
	background-repeat: no-repeat;
	background-size: 100% 100%; 
	min-width: initial;
	height: 49px;
	font-family: 'KlinicSlab-Book';
	font-weight: bold;
	font-size: 20px;
}
.search form.search-form input.search-input::-webkit-input-placeholder {
	font-size: 18px;
	font-family: 'KlinicSlab-Book';
	color: #8ca85c;
}
.search form.search-form input.search-input::-moz-placeholder { 
	font-size: 18px;
	font-family: 'KlinicSlab-Book';
	color: #8ca85c;
}
.search form.search-form input.search-input:-ms-input-placeholder {
	font-size: 18px;
	font-family: 'KlinicSlab-Book';
	color: #8ca85c;
}
.search form.search-form input.search-input:-moz-placeholder { 
	font-size: 18px;
	font-family: 'KlinicSlab-Book';
	color: #8ca85c;
}
@media only screen and (max-width: 64em) { 

	.search-wrapper{    
		position: relative;
		right: initial;
		top: initial;
		z-index: 1;
	}

	.search-wrapper .search{
		opacity: 1;
		width: 100%;
	}
}
.add-this {
	width: 100%;
	text-align: right;
	margin-top: 15px;
	margin-bottom: 30px;
}
.add-this .items {
	list-style-type: none;
	margin: 0px;
}
.add-this .items .add-link {
	line-height: 26px;
}
.add-this .items .add-link .item {
	display: inline-block;
	border-radius: 50%;
	width: 30px;
	height: 30px;
	text-align: center;
	padding-top: 2px;
	margin-left: 5px;
	line-height: 27px;
}
.add-this .items .add-link .item.twitter {
	background-color: #17A5E0;
}
.add-this .items .add-link .item.facebook {
	background-color: #3C5998;
}
.add-this .items .add-link .item.envelope {
	background-color: #D8D5D1;
}
.add-this .items .add-link .item.print {
	background-color: #C5C1BA;
}
.add-this .items .add-link .item.plus {
	background-color: #FF6A44
}
.add-this .items .add-link .item .fa {
	color: #fff;
}
.connect-wrapper {
	margin-top: 60px;
}
.connect-wrapper .connect {}
.connect .image-wrapper {
	text-align: right;
}
.connect .connect-image {}
div.connect-wrapper div.connect div.content {
	float: left;
}
.connect-wrapper .connect .sizer-image {
	opacity: 0;
	min-height: 220px;
}
.connect-wrapper .connect .content-wrapper {
	position: absolute;
	bottom: 0px;
	left: 20px;
}
.connect-wrapper .connect .content-wrapper .visitor-wrapper,
.connect-wrapper .connect .content-wrapper .letter-wrapper {
	padding-left: 30px;
	padding-right: 50px;
}
.connect .content .title {
	font-family: 'Darkline', cursive;
	font-size: 50px;
	line-height: 54px;
	color: #2d1904;
}
.connect .visitor-wrapper {}
.connect .visitor-wrapper .header {}
.connect .visitor-wrapper .title {}
.connect .visitor-wrapper .text {
	font-family: 'Raleway', sans-serif;
	font-size: 16px;
}
.connect .visitor-wrapper .guide-link {
	font-family: 'Raleway', sans-serif;
	font-weight: bold;
}
.connect .visitor-wrapper .go-arrow {}
.connect .break-wrapper {
	margin-top: 10px;
	padding-bottom: 10px;
	width: 100%;
}
.connect .break-img {
	width: 90%;
}
.connect .letter-wrapper {}
.connect .letter {}
.connect .letter .header {}
.connect .letter .title {
	font-size: 46px;
	line-height: 50px;
}
.connect .letter .letter-form {
	position: relative;
	margin-top: 15px;
	width: 85%;
}
.connect .letter .email-input {
	background: #ece5d9;
	outline: none;
	border-color: #ece5d9;
	box-shadow: none;
	font-family: 'KlinicSlab-Book';
	font-style: italic;
	margin-bottom: 0px;
	height: 48px;
	padding: 10px;
	border-radius: 10px;
}
.connect .letter .email-input::-webkit-input-placeholder {
	font-size: 18px;
	font-family: 'KlinicSlab-Book';
	color: #2d1904;
	font-style: italic;
}
.connect .letter .email-input::-moz-placeholder { 
	font-size: 18px;
	font-family: 'KlinicSlab-Book';
	color: #2d1904;
	font-style: italic;
}
.connect .letter .email-input:-ms-input-placeholder {
	font-size: 18px;
	font-family: 'KlinicSlab-Book';
	color: #2d1904;
	font-style: italic;
}
.connect .letter .email-input:-moz-placeholder { 
	font-size: 18px;
	font-family: 'KlinicSlab-Book';
	color: #2d1904;
	font-style: italic;
}

.connect .letter .email-btn {
	font-family: 'Raleway', sans-serif;
	font-weight: bold;
	color: #fff;
	text-align: center;
	font-size: 19px;
	padding: 10px;
	border-top-right-radius: 10px; 
	border-bottom-right-radius: 10px; 
	position: absolute;
	right: 0px;
	bottom: 0px;
	margin-bottom: 0;
	line-height: inherit;
}
.connect .letter .go-arrow {}


@media only screen and (max-width: 64em) { 

	.connect-wrapper {
		margin-top: 65px;
	}

}

@media only screen and (max-width: 40.063em) { 
	.connect-wrapper {
		margin-top: 60px;
	}
	.connect .image-wrapper {
		text-align: left;
	}
	.connect-wrapper .connect .sizer-image {
		display: none;
	}
	.connect-wrapper .connect .content-wrapper {
		position: relative;
		left: 0px;
		margin-top: 15px;
	}

	.connect-wrapper .connect .content-wrapper .visitor-wrapper, 
	.connect-wrapper .connect .content-wrapper .letter-wrapper {
		padding-left: 0px;
		padding-right: 0px;
	}
	.connect-wrapper .connect .content-wrapper .visitor-wrapper .title, 
	.connect-wrapper .connect .content-wrapper .letter-wrapper .title {
		font-size: 32px;
		line-height: 34px;
	}
	.connect-wrapper .connect .content-wrapper .visitor-wrapper .text{
		font-size: 13px;
		line-height: 18px;
		margin-top: 5px;
	}

	.connect .break-wrapper {
		margin-top: 5px;
		padding-bottom: 5px;
	}
	.connect .letter .letter-form {
		width: 100%;
	}
	.connect .letter .email-btn,
	.connect .letter .email-input {
		height: 40px;
	}
	.connect .letter .email-btn {
		padding: 0px 10px;
		font-size: 15px;
	}


	.connect .letter .email-input {
		font-size: 15px;
	}
	.connect .letter .email-input::-webkit-input-placeholder {
		font-size: 15px;
	}
	.connect .letter .email-input::-moz-placeholder { 
		font-size: 15px;
	}
	.connect .letter .email-input:-ms-input-placeholder {
		font-size: 15px;
	}
	.connect .letter .email-input:-moz-placeholder { 
		font-size: 15px;
	}

	.connect .letter .go-arrow {
		position: relative;
		left: 1px;
		height: 10px;
	}
}
.image-box-wrapper{}
.image-box-wrapper .image-box-wrapper{}
.image-box-wrapper .image-box{}
.image-box-wrapper .image-box .image-wrapper{
	padding-left: 2px;
	padding-right: 4px;
}
.image-box-wrapper.standard .image-box .image-wrapper img{
	border-top-left-radius: 10px;
	border-top-right-radius: 10px;
	width: 100%;
}

.image-box-wrapper .image-box .content{
	text-align: center;
	padding: 15px 20px;
}
.image-box-wrapper .image-box .content .header{}
.image-box-wrapper .image-box .content .header .title{
	font-family: 'KlinicSlab-Bold';
	font-size: 19px;
	text-transform: uppercase;
	color: #fff;
}
.image-box-wrapper .image-box .content .data {
	font-family: 'Raleway', sans-serif;
	font-size: 15px;
	color: #fff;
}
.image-box-wrapper .image-box .content .data .text {
	font-family: 'Raleway', sans-serif;
	font-size: 15px;
	color: #fff;
}

.image-box-wrapper .image-box .content .data .actions {}
.image-box-wrapper .image-box .content .data .actions a.action-link:hover {}
.image-box-wrapper .image-box .content .data .actions a.action-link {}

.image-box-wrapper.standard {}
.image-box-wrapper.standard .image-box-wrapper {}
.image-box-wrapper.standard .image-box {}
.image-box-wrapper.standard .image-box .header {}
.image-box-wrapper.standard .image-box .header .title {
}
.image-box-wrapper.standard .image-box .image-wrapper {
	position:  relative;
}
.image-box-wrapper.standard .image-box .image-wrapper .imgbox-image{
	width: 100%;
}
.image-box-wrapper.inline.right{
	max-width: 50%;
	margin: 30px 0px 30px 30px;
}

.image-box-wrapper.standard .image-box .image-wrapper .video-action-wrapper {}
.image-box-wrapper.standard .image-box .image-wrapper .video-action {
	position: absolute;
	top: calc(50% - 45px);
	left: calc(50% - 45px);
}
.image-box-wrapper.standard .image-box .image-wrapper .play {}

.image-box-wrapper.standard .image-box .action-wrapper {}
.image-box-wrapper.standard .image-box .action-wrapper .action {}
.image-box-wrapper.standard .image-box .action-wrapper .action a.action-link {}
.image-box-wrapper.standard .image-box .action-wrapper .action a.action-link button {}

.image-box-wrapper.dtn {}
.image-box-wrapper.dtn .image-box-wrapper {}
.image-box-wrapper.dtn .image-box-wrapper .image-box {}
.image-box-wrapper.dtn .image-box-wrapper .image-box .image-wrapper {}
.image-box-wrapper.dtn .image-box-wrapper .image-box .image-wrapper img {}
.image-box-wrapper.dtn .content-wrapper {}
.image-box-wrapper.dtn .dtn-content  {}
.image-box-wrapper.dtn .dtn-content .header {}
.image-box-wrapper.dtn .dtn-content .header h6.title {}
.image-box-wrapper.dtn .dtn-content .description {}
.image-box-wrapper.dtn .dtn-content .description p.text {}
.image-box-wrapper.dtn .dtn-content .description p.text a.img-link {}



.image-box-wrapper .fade {}


.image-box-wrapper .orng-box {
	background-image: url('/includes/public/assets/images/common/org-box.png');
	background-size: 100% 100%;
}

@media only screen and (max-width: 64em) { 
	.image-box-wrapper {}
	.image-box-wrapper.standard {}


	.image-box-wrapper .image-box {}
	.image-box-wrapper.standard .image-box { padding-left: 20px; padding-right: 20px; }


	.image-box-wrapper .image-box .image-wrapper img {}
	.image-box-wrapper .image-box .image-wrapper {}

	.image-box-wrapper.dtn .image-box-wrapper .image-box {}
	.image-box-wrapper.dtn .dtn-content .description p.text {}


	.image-box-wrapper.inline.right{
		margin: 20px 0px 20px 20px;
	}
}

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

	.image-box-wrapper.inline.right{
		max-width: 100%;
		margin: 20px 0px;
		width: 100%;
	}

	.image-box-wrapper.dtn .image-box-wrapper .image-box,
	.image-box-wrapper.standard .image-box,
	.image-box-wrapper .image-box {}

	.image-box-wrapper .image-box .content .header .title {

	}
	.image-box-wrapper .image-box .content {}
}
.map-container {
	margin-top: 60px;
}
.map-container  .map-wrapper {
	position: relative;
	background-image: url("/includes/public/assets/images/map/back.png");
	z-index: 0;
}
.map-wrapper .map {}
.map-wrapper .map .left-side {}
.map-wrapper .map .left-side .map-display-wrapper {}
.map-wrapper .map .left-side .map-display {}
.map-wrapper .map .left-side .image-wrapper {
	position: relative;
	right: 30px;
	top: 9px;
}
.map-wrapper .map .left-side .map-img {
	min-width: 483px;
}
.map-wrapper .map .right-side {
	margin-top: 40px;
	padding: 0px 0px 0px 40px;
}
.map-wrapper .map .right-side > .header {
	position: relative;
	display: inline-block;
	width: 100%;
	border-bottom: 2px solid #CBC0A9;
}
.map-wrapper .map .right-side > .header > .title {
	float: left;
	font-size: 65px;
}
.map-wrapper .map .right-side .header .actions-wrapper {
	font-family: 'Raleway', sans-serif;
	font-size: 18px;
	font-weight: bold;
	line-height: 20px;
	position: absolute;
	right: 10px;
	bottom: 12px;
}
.map-wrapper .map .right-side .header .action-link {}
.map-wrapper .map .right-side .header .go-arrow {}
.map-wrapper .map .right-side .content {}
.map-wrapper .map .right-side .content .map-items {}
.map-wrapper .map .right-side .content .map-item {
	padding: 0px;
	position: relative;
	margin-bottom: 20px;
}
.map-wrapper .map .right-side .content .map-item.no-bottom-border .border-wrapper {
	display: none;
}

.map-wrapper .map .right-side .content .map-item .info-wrapper {
	background-size: 100% 100%;
	padding: 15px 20px 17px;
	margin-top: 8px;
}
.map-wrapper .map .right-side .content .map-item .border-wrapper {
	display: inline-block;
	width: 100%;
	text-align: center;
	position: absolute;
	bottom: -20px;
}
.map-wrapper .map .right-side .content .map-item .border-wrapper .border-bottom {
	border-bottom: 2px solid #CBC0A9;
	display: inline-block;
	width: 90%;
}

.map-wrapper .map .right-side .content .map-item:hover > .info-wrapper {
	background-image: url("/includes/public/assets/images/map/hover.png");
}

.map-wrapper .map .right-side .content .map-item .header {
}
.map-wrapper .map .right-side .content .map-item .title {
	margin-bottom: 0px;
	font-weight: normal;
	font-family: 'KlinicSlab-Book';
}
.map-wrapper .map .right-side .content .map-item .text {
	font-family: 'Raleway', sans-serif;
	font-size: 15px;
	line-height: 20px;
}
.map-wrapper .map .right-side .content .map-item .map-link {
	font-weight: bold;
}

@media only screen and (max-width: 64em) { 
	.map-wrapper .map .left-side .image-wrapper {
		right: initial;
		text-align: center;
		top: 9px;
	}
	.map-wrapper .map .right-side {
		padding-left: 0.9375rem;
		padding-right: 0.9375rem;
		padding: 0px 50px;
	}

	.map-wrapper .map .right-side .medium-block-grid-2 > li:nth-of-type(odd) .border-wrapper {
		padding-left: 8px;
	}
	.map-wrapper .map .right-side .medium-block-grid-2 > li:nth-of-type(even) .border-wrapper {
		padding-right: 8px;
	}
	.map-wrapper .map .right-side .content .map-item .border-wrapper {
		padding: 0px 20px;
	}
	.map-wrapper .map .right-side .content .map-item .border-wrapper .border-bottom {
		width: 100%;
	}
}


@media only screen and (max-width: 40.063em) { 
	.map-container {
		margin-top: 30px;
	}

	.map-wrapper .map .left-side .map-img {
		min-width: 100%;
	}
	.map-wrapper .map .right-side {
		padding: 0px 0.9375rem 20px;
		margin-top: 30px;
	}
	.map-wrapper .map .right-side > .header > .title {
		font-size: 28px;
	}
	.map-wrapper .map .right-side .header .actions-wrapper {
		font-size: 14px;
		right: 0px;
	}
	.map-wrapper .map .right-side .medium-block-grid-2 > li:nth-of-type(even) .border-wrapper,
	.map-wrapper .map .right-side .medium-block-grid-2 > li:nth-of-type(odd) .border-wrapper {
		padding-left: 10px;
		padding-right: 10px;
	}
	.map-wrapper .map .right-side ul.map-items li:first-of-type .info-wrapper {
		margin-top: 0px;
	}
	.map-wrapper .map .right-side .content .map-item {
		margin-bottom: 0px;
	}
	.map-wrapper .map .right-side .content .map-item .info-wrapper {
		padding: 0px 10px;
		margin-top: 21px;
	}
	.map-wrapper .map .right-side .content .map-item .title {
		font-size: 20px;
	}
	.map-wrapper .map .right-side .content .map-item .text {
		font-size: 13px;
		line-height: 16px;
	}
}

.logo-wrapper p {
	margin-bottom: 0;
	display: inline-block;
}

/* DTN Mobile Footer Banner */
.panel_custom_footer.hasMobileAd {
	height: 150px;
}

.panel_custom_footer.hasMobileAd .mobileAd {
	display: block;
	z-index: 100000;
	text-align: center;
	background: #fff;
}

.panel_custom_footer .mobileAd {
	display: none;
	width: 100%;
	height: 50px;
	position: fixed;
	bottom: 0;
	text-align: center;
	background: #fff;
	z-index: 10000;
}

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

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

.panel_custom_footer .mobileAd .fa {
	color: white;
}
h1,
h2,
h3,
h4,
h5,
h6,
p,
a,
s,
i,
ul,
ol,
li,
b,
blockquote,
.inline-list {
	margin: 0;
	border: 0;
	padding: 0;
	line-height: 1.2;
	border-radius: 0;
	background: none
}


.leo-filter-open header {
	z-index: 2;
}
 
/*** BEGIN FORM STYLING ***/
/* START RESET FORM STYLING. YOU SHOULDN'T HAVE TO MODIFY ANYTHING TILL CUSTOMIZE SECTION  */
 
/* The crm-calendar-popup class is added by JS in the header */
body.crm-calendar-popup  { overflow-y: hidden !important; }
body.crm-calendar-popup::-webkit-scrollbar { display: none; }
body.crm-calendar-popup .contentRender { display: none; } 
body.crm-calendar-popup .crm-calendar-parent { padding: 0; margin: 0; background: #fff; }
body.crm-calendar-popup table { width: 100%; margin-bottom: 0;}
body.crm-calendar-popup table thead tr th,
body.crm-calendar-popup table tfoot tr th,
body.crm-calendar-popup table tfoot tr td,
body.crm-calendar-popup table tbody tr th,
body.crm-calendar-popup table tbody tr td,
body.crm-calendar-popup table tr td {
	padding: 2px;
	font-size: 12px;
}
body.crm-calendar-popup .lookup-cal,
body.crm-calendar-popup .lookup-calNav { border: none; }
body.crm-calendar-popup .lookup-calNav {
	margin-bottom: 0px;
	border-bottom: 1px solid #ccc;
}
body.crm-calendar-popup .lookup-cal td,
body.crm-calendar-popup .lookup-calNav td { text-align: center; }
body.crm-calendar-popup .lookup-close {
	margin-top: 15px;
	text-transform: uppercase;
	padding-bottom: 20px;
}
 
/* TARGET CALENDER TRIGGER ON FORMS*/
.contentRender form.simpleForm a img { margin-bottom: 10px; }
 
.contentRender form.simpleForm .row textarea,
.contentRender form.simpleForm .row input { margin-bottom: 10px; }
.contentRender form.simpleForm .button { display: inline-block; }
.contentRender form.simpleForm .captcha img,
.contentRender #sv_submit_event_form img {
	display: block;
	margin-left: auto;
	margin-right: auto;
	margin-bottom: 0;
}
.contentRender form.simpleForm .hint,
.contentRender #sv_submit_event_form .sv_api_hint {
	display: block;
	text-align: center;
}
.contentRender form.simpleForm .captcha #code,
.contentRender #sv_submit_event_form #code {
	width: 200px;
	display: block;
	margin: 0 auto;
	margin-top: -13px;
}
.contentRender #sv_submit_event_form .svrecurall *,#sv_submit_event_form #recur_show_1{
	-moz-transition: opacity .6s;
	-o-transition: opacity .6s;
	-transition: opacity .6s;
	-webkit-transition: opacity .6s;
}
.contentRender #sv_submit_event_form select,
.contentRender #sv_submit_event_form select[size], #sv_submit_event_form select[multiple],
.contentRender #sv_submit_event_form input[type=text] { padding: 6px; }
.contentRender #sv_submit_event_form td:not(:first-child) {
	padding-left: 0;
	vertical-align: middle;
}
.contentRender #sv_submit_event_form table.fileuploads thead th,
.contentRender #sv_submit_event_form label.recur_menu,
.contentRender #sv_submit_event_form legend,
.contentRender #sv_submit_event_form div.datalabel label {
	font-weight: normal;
}
.contentRender #sv_submit_event_form .progress {
	background: grey;
	height: 22px;
	line-height: 18px;
}
.contentRender div#sv_submit_event_form.submitEventForm { padding: 0 !important; }
.contentRender #sv_submit_event_form .svrecurall *,#sv_submit_event_form #recur_show_1{
	-moz-transition:all .6s;
	-o-transition:all .6s;
	transition:all .6s;
	-webkit-transition:all .6s;
}
.contentRender #sv_submit_event_form .inner_recur_opt,
.contentRender #sv_submit_event_form label.recur_menu { margin: 0 1.25em ;}
.contentRender #sv_submit_event_form .inner_recur_opt { padding: 0 1.25em 0 1.25em; }
.contentRender #sv_submit_event_form #recur_range {
	margin: 0 1.25em;
	padding: 0 1.25em 0 1.25em;
}
.contentRender #sv_submit_event_form .inner_recur_opt label {
	height: 50px;
	line-height: 46px;
}
.contentRender #sv_submit_event_form .inner_recur_opt select {
	border: none;
	border-radius: 2px;
	min-width: 60px;
	padding-right: 24px;
}
.contentRender #sv_submit_event_form .svrecurall input[type=text]:not(#customdate) {
	border: none;
	border-radius: 2px;
}
.contentRender #sv_submit_event_form .svrecurall #customdate {
	width: 130px;
	text-align: center;
}
 
.contentRender form.simpleForm .formCntrls,
.contentRender form.simpleForm h3 { text-align: center; }
@media only screen and (min-width: 40.125em) {
	.contentRender form.simpleForm p.hint,
	.contentRender form.simpleForm h3 {
		padding-left: 8px;
	}
	.contentRender form.simpleForm p.hint,
	.contentRender form.simpleForm .captcha,
	.contentRender form.simpleForm .formCntrls,
	.contentRender form.simpleForm h3 {
		margin-left: 25%;
		text-align: left !important;
		width: auto;
	}
	.contentRender form.simpleForm .columns p.hint {
		margin: 8px 0 10px 0;
		padding-left: 0px;
	}
	.contentRender form.simpleForm .captcha img,
	.contentRender form.simpleForm .captcha #code { margin-left: 0; }
	.contentRender form.simpleForm .hint { text-align: left; }
}
.contentRender form.simpleForm .button,
.contentRender #sv_submit_event_form input.button,
.contentRender #sv_submit_event_form .svbtn,
.contentRender #multifileuploadcontainer label {    
	-webkit-box-shadow: none;
	-moz-box-shadow: none;
	-ms-box-shadow: none;
	-o-box-shadow: none;
	box-shadow: none;
	box-shadow: none;
}
.contentRender form.simpleForm .button,
.contentRender #sv_submit_event_form input.button,
.contentRender #sv_submit_event_form .svbtn,
.contentRender #multifileuploadcontainer label {
	border-radius: 0px;
}
.contentRender form.simpleForm h3,
.contentRender #sv_submit_event_form .formhead {
	background-color: transparent;
}
.contentRender form.simpleForm .button,
.contentRender #sv_submit_event_form input.button,
.contentRender #sv_submit_event_form .svbtn,
.contentRender #multifileuploadcontainer label {
	background: none;
	border: none;
}
.contentRender form.simpleForm div input,
.contentRender #sv_submit_event_form div input {
	border-radius: initial;
}
/* END RESET */
 
/* CUSTOMIZE THE FOLLOWING */
 
/* RESET FONT FAMILY */
.contentRender #sv_submit_event_form legend,
.contentRender form.simpleForm label,
.contentRender form.simpleForm .formtext,
.contentRender form.simpleForm input,
.contentRender form.simpleForm select,
.contentRender #sv_submit_event_form .recur_opt input[type=checkbox] ~ label.minilabel,
.contentRender #sv_submit_event_form .recur_opt input[type=radio] ~ label.minilabel,
.contentRender #sv_submit_event_form table.fileuploads thead th,
.contentRender #sv_submit_event_form select,
.contentRender #sv_submit_event_form select[size], #sv_submit_event_form select[multiple],
.contentRender #sv_submit_event_form input[type=text],
.contentRender #sv_submit_event_form div.datalabel label,
.contentRender #sv_submit_event_form label.recur_menu {
	/*
		Add a font family
	*/
	font-family: 'Raleway', sans-serif;
}
/* RESET FONT STYLE */
.contentRender form.simpleForm .columns label,
.contentRender form.simpleForm .formtext,
.contentRender #sv_submit_event_form table.fileuploads thead th,
.contentRender #sv_submit_event_form select,
.contentRender #sv_submit_event_form select[size], #sv_submit_event_form select[multiple],
.contentRender #sv_submit_event_form input[type=text],
.contentRender #sv_submit_event_form div.datalabel label {
	/*
		Add style, weight color to match general html style. Do not set font-family here. Use the above class.
	*/
	color: #4f4336;
	font-size: 18px;
	font-weight: 500;
	line-height: 28px;
	font-style: normal;
	text-rendering: optimizeLegibility;
}
/* OPTIONAL RESET FOR INPUT STYLE */
/* This over-writes foundation style. Double check your select boxes. You may have to adjust the line-height to vertically center text */
.contentRender form.simpleForm input,
.contentRender form.simpleForm select,
.contentRender #sv_submit_event_form select,
.contentRender #sv_submit_event_form select[size], #sv_submit_event_form select[multiple],
.contentRender #sv_submit_event_form input[type=text] {
	color: #464646;
}
/* REPLACE WITH A CORE STYLE HEADING */
.contentRender form.simpleForm h3,
.contentRender #sv_submit_event_form .formhead {
	/*
		Add font family, style, weight color to match body.
		The easiest thing here to do is find a match H style on your html-styles page.
	*/
	color: #2d1904;
	font-size: 52px;
	line-height: 58px;
}
/* SET KEY COLOR HERE */
.contentRender #sv_submit_event_form .recur_opt input[type=checkbox]:checked ~ label,
.contentRender #sv_submit_event_form .recur_opt input[type=radio]:checked ~ label,
.contentRender #sv_submit_event_form #recur_range input[type=checkbox]:checked ~ label,
.contentRender #sv_submit_event_form #recur_range input[type=radio]:checked ~ label,
.contentRender #sv_submit_event_form input[type=radio]:checked ~ label.recur_menu,
.contentRender #sv_submit_event_form .progress {
	/* 
		Set a background color or tiled image here as well as the color of text over it.
		This will affect things like the loading progress bar as well as some other event
		calendar related items. 
	*/
	background-color: #f26520;
}
/* STRONG WEIGHT FOR LABELS */
.contentRender #sv_submit_event_form legend {
	/* 
		Set your strong weight here for label items that need to be bolded
	*/
	font-weight: bold;
}
/* STYLE SUBMIT BUTTONS */
.contentRender form.simpleForm .button,
.contentRender #sv_submit_event_form input.button,
.contentRender #sv_submit_event_form .svbtn,
.contentRender #multifileuploadcontainer label {
	/*
		This is your basic button styling. You can use your site submit button styling here.
		E.G. the listings submit styles
	*/
	background-color: #f26520;
	font-family: 'Raleway', sans-serif;
	font-weight: bold;
	color: #fff;
	text-align: center;
	font-size: 19px;
	padding: 10px 20px;
	border-radius: 10px;
}
.contentRender form.simpleForm .button:hover,
.contentRender form.simpleForm .button:active,
.contentRender #sv_submit_event_form input.button:hover,
.contentRender #sv_submit_event_form input.button:active,
.contentRender #sv_submit_event_form .svbtn:hover,
.contentRender #sv_submit_event_form .svbtn:active,
.contentRender #multifileuploadcontainer label:hover,
.contentRender #multifileuploadcontainer label:active {
	/*
		This is the hover style on the submit buttons
	*/
}
/* SET LINK COLOR HERE */
body.crm-calendar-popup .contentRender a, body.crm-calendar-popup .contentRender a:hover {
	/*
		This is a generic link style for the calendar popup.
 
		It's recommended you test the calendar popup but you might wanna limit your style here to color and family.
		The font size should be able to work across all sites.
	*/
	font-size: 1.0625rem;
	font-style: normal;
}
/* OPTIONAL: SET FORM HINT STYLE HERE */
.contentRender #sv_submit_event_form .hint,
.contentRender form.simpleForm p.hint:not(.formreq) {
	/* Default styling here. Changing is optional */
	color: #5b5b5b;
	font-size: 14px;
}
/* OPTIONAL: SET FORM REQUIRED STYLE HERE */
.contentRender #sv_submit_event_form div.datalabel label.svformreq,
.contentRender form.simpleForm label.formreq {
	color: #d81111;
}
/* SUBMIT EVENT FORM PIKA CALENDAR */
/* To test, click on the start date in a submit event form */
.pika-lendar .is-today .pika-button {
	/*
		Set a link color here. This can be standard site anchor color
	*/
}
.pika-lendar .pika-button:hover,
.pika-lendar .is-selected .pika-button {
	/*
		Set your hover/selected background and text color here.
		Note the Pika calendar uses important here so this is required to overwrite.
	*/
	color: #fff;
	background: #a49483 !important;
	border-radius: 0 !important;
	box-shadow: none;
}
/*** END FORM STYLING ***/

@media only screen and (min-width: 64.0625em) { 
	.sidebar-container > .offset {
		left: -10px;
		position: relative;
	}
}