<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">/*
Theme Name: Twin Cities Gateway
Theme URI: http://tcgateway.com/
Description: This is the theme for the Twin Cities Gateway.
Author: Kimberly Holmes
Author URI: http://wafisherinteractive.com/
License: 
License URI: 
Template: wafish
Version: 0.1
*/
@import url("../wafish/style.css");
@import url("fonts/alright-sans.css");
@import url("css/elegant-font-style.css");
@import url("css/gmaps.css");
@import url("css/event-newsletter.css");
@import url("//fonts.googleapis.com/css?family=DM+Serif+Display:400,400i|Poppins:300,400,500,600,700&amp;display=swap");

body {
	font-family: 'Alright Sans LT Regular', sans-serif;
	
	font-size: 16px;
	color: #737373;
}
h1, h2, h3, h4, h5, h6 {
	font-family: 'DM Serif Display', serif;
	margin-bottom: .8em;
	color: #4f4f4f;
}
h1 {
	font-size: 3em;
}
h2 {
	font-size: 2.5em;
}
h3 {
	font-size: 2em;
}
h4 {
	font-size: 1.5em;
}
h5 {
	font-size: 1.2em;
}
h6 {
	font-size: 1.1em;	
}
p, ul, ol {
	
}
p a {
	color: #5199d0;	
}
a {
	color: #5199d0;	
}
a:hover {
	transition: all .4s linear;
}
strong {
	font-weight: 700;	
}
.off-canvas-wrapper {
	background: #3e7aa9;
}
.off-canvas-content, .off-canvas-content {
	max-width: 1600px;
	margin: 0 auto;
	box-shadow: none;
}	
.subtitle {
	font-size: .85em;
	color: #225277;
	letter-spacing: 2pt;
	text-transform:uppercase;	
	font-family: 'Alright Sans LT Medium', sans-serif;
}
.button {
	background: none;
	border: 3px solid #58a75c;
	color: #58a75c;	
	text-transform: uppercase;
	font-family: 'Poppins', sans-serif;
	letter-spacing: 2pt;
	font-weight: 600;
	padding: 0 40px;
	line-height: 43px;
	margin-top: 20px;
}

.button.blue {
	color: #5199d0;
	border-color: #5199d0;
}
.button.white {
	color: #fff;
	border-color: #fff;
}
.button:hover, .button:active, .button:focus {
	background: #58a75c;
	color: #fff;	
}
.button.white:hover, .button.white:active, .button.white:focus {
	background: #fff;
	color:#5199d0;
}
.button.blue:hover, .button.blue:active, .button.blue:focus {
	background: #5199d0;
	color: #fff;
}
.button.full {
	width: 100%;
	display: block;	
}
.button.no-outline {
	background: #58a75c;
	color: #fff;
	border: 3px solid #58a75c;	
}
.button.no-outline:hover, .button.no-outline:active, .button.no-outline:focus {
	background: none;
	color: #58a75c;
	border: 3px solid #58a75c;
}
.button.blue.no-outline {
	background: #5199d0;
	color: #fff;
	border: 3px solid #5199d0;	
}
.button.blue.no-outline:hover, .button.blue.no-outline:active, .button.blue.no-outline:focus {
	background: none;
	color: #5199d0;
	border: 3px solid #5199d0;
}
.button.grey {
	border-color: #828282;
	color:  #828282;
}
.button.grey:hover, .button.grey:active, .button.grey:focus {
	background-color: #828282;
	color: #fff;
}
.button.map {
	padding: 0 10px;
	font-size: .875em;
	display: block;	
}
.button.disabled {
	opacity: .5;	
}
.button.disabled:hover {
	opacity: .5;		
}
.thumbnail-preview {
	box-shadow: 0px 0px 25px 0px rgba(103, 140, 169, 0.15);
	margin: 10px;
}
#cookie-law {
	position: fixed;
	bottom: 0;
	right: 0;
	left: 0;
	z-index: 1000;
    background: #fff;
    padding: 20px 50px;
    border-top: 1px solid #ccc;
}
#cookie-law .close-cookie-banner {
	position: absolute;
	top: 10px;
	right: 10px;	
	font-weight: 700;
	font-size: 1.5em;
	color: #ccc;
}
#cookie-law p {
	max-width: 1200px;
	margin: 0 auto;	
}
.row {
	max-width:1200px;	
}
.row.narrow {
	max-width:1000px;	
}
.row .row.narrow {
	margin: 0 auto;
	max-width:80%;
}
.row.full {
	max-width: 100%;	
}
.interior-image .featured-listing {
	background: #000;	
}
.interior-image img.featured {
	opacity: .65;
}
.interior-image .overlay {
	width: inherit;
    text-align: right;
    padding-right: 10%;
    margin-top: -10%;
    padding-bottom: calc( 10% - 2.5em );
    position: relative;
}
.interior-image .overlay a {
	font-family: 'DM Serif Display', serif;
	color: #fff;
	font-size: 2.5em;
}
.interior-image .overlay a:hover { 
	opacity: .8;	
}
.interior-image .overlay a i {
	font-size: .8em;
}	
.interior-image .events-arrow {
	bottom: 0px;	
}
.interior-page-content ul {
	list-style: disc;
	margin-left: 40px;
}	
.interior-page-content ol {
	list-style: decimal;
	margin-left: 40px;
}	
header {
}
header.sticky-header {
	position: fixed;
	top: 0;
	max-width:1600px;
	background: #fff;
	height: 80px;	
	z-index: 1000;
	width:100%;
	transition: all .2s linear;
}
header .upper {
	background-color: #4c97cf;
	height: 45px;
	line-height: 45px;
	text-align: right;
}	
header .upper .social {
	float: left;
	font-size: 1.5em;
	margin-left: 20px;	
}
header .upper .social a {
	color: #fff;	
	margin: 0 10px;
}
header .upper .search {
	display: none;	
}
header.sticky-header .upper {
	display: none;	
}
header .upper .menu li {
	display: inline-block;	
}
header .upper .menu li a {
	font-size: .875em;
	letter-spacing: 1pt;
	text-transform: uppercase;
	color: #fff;
	line-height: 45px;
	padding: 0 15px;
	font-family: 'Alright Sans LT Medium', sans-serif;
}
header .upper .menu li a:hover {
	color: #fff;
	opacity: .7;
}
header .upper  .dropdown.menu &gt; li &gt; .is-dropdown-submenu {
	border: none;
    position: absolute;
    min-width: 300px;
    background: #4c97cf;
    margin-left: -15px;
    z-index: 700;
    text-align: left;
    visibility: visible;
}
header .upper .dropdown.menu &gt; li &gt; .is-dropdown-submenu li a {
	line-height: 30px;	
	text-align: left;
	color: #fff;
}
header .upper .dropdown.menu &gt; li &gt; .is-dropdown-submenu li a:hover {
	color: #3c7dae;
}
.top-bar, .top-bar ul {
	background-color: #fff;
}
.top-bar {
	height: 100px;
	padding: 0 0.5rem;	
}
header.sticky-header .top-bar {
	height: 80px;	
	padding: 0;
}
.top-bar .top-bar-title {
	margin-top: 0px;
	padding: 5px;
}
.top-bar .top-bar-title img {
	max-height: 90px;	
	height: 100%;
}
header.sticky-header .top-bar .top-bar-title {
	margin-top: 0;	
}
header.sticky-header .top-bar .top-bar-title img {
	height: 70px;	
	padding: 5px;
}

.top-bar .top-bar-section {
	background-color: none;
	float: right;
}
.top-bar &gt; .top-bar-right &gt; .menu {
	display:none;	
}
.top-bar &gt; .top-bar-right &gt; .menu.visible {
	display: block;	
}
.top-bar .menu &gt; li &gt; a {
	font-size: 1em;
	letter-spacing: 1pt;
	text-transform: uppercase;
	color: #787878;
	line-height: 100px;
	padding: 0 15px;
	font-family: 'Alright Sans LT Medium', sans-serif;
}

.top-bar .menu &gt; li &gt; a:hover, .top-bar .menu &gt; li.current_page_item &gt; a {
	color: #3c7dae;
}
header .dropdown.menu &gt; li.is-dropdown-submenu-parent &gt; a {
	padding-right: 15px;
}	
.dropdown.menu &gt; li.is-dropdown-submenu-parent &gt; a::after {
	border: none;	
}
.top-bar .dropdown.menu &gt; li &gt; .is-dropdown-submenu {
	border: none;
    position: absolute;
    min-width: 400px;
    background: #fff;
    margin-left: -15px;
    z-index: 700;
    visibility: visible;
}
.top-bar .dropdown.menu &gt; li &gt; .is-dropdown-submenu li a {
	line-height: 35px;	
}
.top-bar .dropdown.menu &gt; li &gt; .is-dropdown-submenu li a:hover {
	color: #3c7dae;
}
header.sticky-header .top-bar .menu &gt; li &gt; a {
	line-height: 80px;	
}
.top-bar .search {
	float: right;
	height: 100px;
	line-height: 100px;
	font-size: 2em;	
	padding: 0 20px;
}
header.sticky-header .top-bar .search {
	height: 80px;
	line-height: 80px;	
}
.top-bar .search a {
	color: #58a75c;	
}
.dropdown.menu &gt; li.opens-left &gt; .is-dropdown-submenu {
	left: 0;
	right: auto;	
}
#searchModal .small-text {
	display: none;	
}
#searchform {
	padding: 50px 0;
	text-align: center;
}	
#searchModal #searchform {
	padding: 50px;
}
#searchform input {
	width: calc(99% - 200px);
	display: inline-block;
	border: none;
	background: #e2e2e2;
	line-height: 2.4375rem;
	padding: 0 10px;
	box-shadow: none;
	font-size: 1em;
	letter-spacing: 2pt;
	text-transform: uppercase;
	font-weight: 600;
	color: #3c7dae;
	margin-bottom: 0;

}
#searchform input::placeholder {
	color: #3c7dae;
	font-size: 1em;
	letter-spacing: 2pt;
	text-transform: uppercase;
	font-weight: 600;
}
#searchform #searchsubmit {
	display: inline-block;	
	width: 200px;
	height: 2.4375rem;
	line-height: 2.4375rem;
	color: #fff;
	background: #3c7dae;
	font-size: .875em;
	letter-spacing: 2pt;
	text-transform: uppercase;
	font-weight: 600;
    left: -4px;
    position: relative;
}
.home-slider.slick-slider {
	max-width:1800px;
	margin: 0 auto;	
	background: #000;
	height: calc(100vh - 145px);
	overflow: hidden;
	width: 100%;
	z-index: 600;
	position: relative;
}
.home-intro .down-arrow {
	position: absolute;
    top: -100px;
    width: 100%;
    left: 0;
    text-align: center;
    z-index: 800;
    color: #fff;
    right: 0;
    font-size: 4em;
}
.home-intro .down-arrow:hover {
	opacity: .5;	
}
.home-slider .slick-slide, .home-slider .slick-track, .home-slider .slick-list {
	width: 100%;	
	background: #000;
}
.home-slider .slick-slide img {
	opacity: .8;	
}
.home-slider .slide-caption {
	position: absolute;
	width: inherit;
	padding-top: 25vh;
	font-size: 4em;
	color: #fff;
	z-index: 300;
}
.home-slider .slide-caption div {
	max-width: 60%;
	margin: 0 auto;	
	text-align: center;
}
.home-slider .slide-caption div span {
	font-family: 'DM Serif Display', serif;
	display: block;
	line-height: 1.2em;
	font-weight: 400;
	font-style: italic;
	margin-bottom: 20px;
}
.home-slider .slick-arrow {
	display: none!important;	
}
.home-slider .slick-dots {
	position: absolute;
	top: 0;
	z-index: 300;
	padding-top: 20vh;
}
.home-slider .slick-dots li {
	padding: 10px 0 0 50px;	
	border-bottom: 5px solid #fff;
	margin-bottom: 50px;
	opacity: .55;
}
.home-slider .slick-dots li.slick-active, .home-slider .slick-dots li:hover {
	opacity: 1;	
}
.home-slider .slick-dots li a {
	font-size: 2em;
	color: #fff;
	font-family: 'Poppins', sans-serif;
	margin-bottom: -10px;
    display: block;
    text-align: right;

}	
.home-intro {
	padding: 150px 50px 200px;
	text-align: center;	
	position: relative;
}
.home-intro .shopping {
	position: absolute;
	top: 0;
	height: 300px;
	width: 300px;
	left: 0;
	z-index:498;
	background: url(images/shopping.png) no-repeat top left;
	background-size: contain;
}
.home-intro .beer {
	position: absolute;
	top: 0px;
	height: 300px;
	width: 300px;
	right: 0;
	z-index:499;
	
	background: url(images/beer.png) no-repeat bottom left;
	background-size: cover;
}
.home-intro .golf {
	position: absolute;
	bottom: 0px;
	height: 300px;
	width: 400px;
	left: 0;
	z-index:500;
	background: url(images/golf.png) no-repeat bottom right;
	background-size: cover;
}
.home-intro .pizza {
	position: absolute;
    bottom:0px;
    height: 300px;
    width: 300px;
    right: 0px;
    z-index: 499;
    background: url(images/pizza.png) no-repeat bottom left;
    background-size: cover;
}
.home-intro h1 {
	color: #54a457;
}
.home-intro h1 span {
	position: relative;
    display: block;
    font-size: 4em;
    opacity: .04;
    margin: 0 auto -0.8em;	
    color: #6daad8;
}
.home-intro p {
	font-size: 1.1em;
	max-width: 80%;
	margin: 0 auto;
	line-height: 2em;
}
.home-intro .button {
	margin-top: 50px;	
}
.letsgo &gt; .row {
	position:relative;	
}
.letsgo &gt; .row .columns:first-of-type { 
	position: absolute;
	top:0;
	left:0;
	right:0;
	bottom:0;

}
.letsgo .blue-text {
	background-color: #5199d0;
	padding: 12% 130px;
	color: #fff;
	height: inherit;
	text-align: center;
	position: absolute;
	top:0;
	left:0;
	right:0;
	bottom:0;
	height:100%;
	width:100%;
}
@media screen and (min-width:1400px) { 
	.letsgo .blue-text {
		padding: 180px 130px;
	}
}
.letsgo .blue-text h2 {
	font-size: 3.5em;
	margin-top: -50px;	
	color: #fff;
}
.letsgo .blue-text h2 span {
	position: relative;
	text-align:center;
    display: block;
    font-size: 2em;
    opacity: .04;
    margin: 0 auto -1em;	
    color: #fff;
    text-transform: lowercase;
}
.letsgo .blue-text p {
	line-height: 2.2em;
}
.letsgo .blue-text a {
	font-size: 2.5em;	
	color: #fff;
	display: inline-block;
	margin-top: 30px;
	
}
.letsgo .blue-text a:hover {
	opacity: .5;	
}
.letsgo .feature-box {
	background: #000;	
}
.letsgo .feature-box:nth-of-type(1n):hover {
	background: #2f6e9d;
}
.letsgo .feature-box:nth-of-type(2n):hover {
	background: #54a457;
}
.letsgo .feature-box:nth-of-type(3n):hover {
	background: #b46322;
}
.letsgo .feature-box:nth-of-type(4n):hover {
	background: #9c9d2f;
}
.letsgo .feature-box div {
	position: relative;
}
.letsgo .feature-box .overlay {
	display: block;	
	z-index: 300;
	position:absolute;
	text-align: center;
	vertical-align: middle;
	left: 0;
	right: 0;
	top: 0;
	bottom: 0;
	margin: 20px;
	color: #fff;
	padding: calc(50% - 40px) 0;
	font-family: 'DM Serif Display', serif;
	font-size: 2em;
}
.letsgo .feature-box:hover .overlay {
	border: 4px solid #fff;
	
}
.letsgo .feature-box .overlay i {
	font-size: 1.5em;	
	display: none;
}
.letsgo .feature-box img {
	opacity: .75;	
}
.letsgo .feature-box:hover img {
	opacity: .15;
	transition: .4s linear;
}
.upcoming-events .bike {
	position: absolute;
	top: 0px;
	height: 250px;
	width: 250px;
	right: 0;
	z-index:499;
	
	background: url(images/bike.png) no-repeat bottom left;
	background-size: cover;
}
.upcoming-events .row {
	position: relative;	
	min-height: 700px;
}
.upcoming-events .large-6.columns:first-of-type {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
}
.upcoming-events .hockey {
	position: absolute;
	bottom: 0px;
	height: 300px;
	width: 400px;
	left: 0;
	z-index:500;
	background: url(images/hockey.png) no-repeat bottom left;
}

.upcoming-events .event-list {
	padding: 100px 100px;	
	position: relative;
    z-index: 600;
}
.upcoming-events .event-list &gt; .subtitle {
	color:  #5199d0;
}
.upcoming-events .event {
	display: block;
	border-bottom: 3px solid #4f4f4f;
	padding: 30px 0;
	position:relative;
}
.upcoming-events .event::after {
	content: '+';
    position: absolute;
    right: 0;
    font-size: 3em;
    top: 28%;
    color: #4f4f4f;
}	
.upcoming-events .event:first-of-type {
	border-top: 3px solid #4f4f4f;
}
.upcoming-events .title {
	display: block;
	font-family: 'DM Serif Display', serif;
	color:  #5199d0;
	font-size: 2em;
	margin-bottom: 10px;
}
.upcoming-events .date-location {
	font-family: 'Poppins', sans-serif;	
	color: #4f4f4f;
}
.upcoming-events .date-location .sep {
	margin: 0 15px;	
}
.upcoming-events .signature-event {
	position: relative;	
	background: #000;
	min-height: 700px;
	background-size: cover;
}
.upcoming-events .signature-event img {
	opacity: .75;	
}
.upcoming-events .signature-event .event-info {
	position: absolute;
	z-index: 300;
	bottom: 0;
	right: 0;
	left: 0;	
	margin: 50px;
	background: #fff;
	padding: 50px;
}
.upcoming-events .signature-event .event-info .subtitle {
	display: block;
	margin-bottom: 10px;	
}
.upcoming-events .signature-event .event-info .title {
	margin-bottom: 15px;	
	display: block;
	font-size: 2.3em;
}
.upcoming-events .signature-event .event-info::after {
	content: '+';
    position: absolute;
    right: 20px;
    font-size: 3.5em;
    top: 0;
    height: 100%;
    padding-top: 10%;
    color: #4f4f4f;
    bottom: 0;
}
.photo-links .column:nth-of-type(1n) {
	background: #2f6e9d;
	width:33%;
}
.photo-links .column:nth-of-type(2n) {
	background: #54a457;
	width: calc(100% - 33%);
}
.photo-links .column:nth-of-type(3n) {
	background: #b46322;
	width: calc(100% - 33%);
}
.photo-links .column:nth-of-type(4n) {
	background: #9c9d2f;
	width:33%;
}
.photo-links .feature {
	background: #000;
	position: relative;	
	height: 400px;
}
.photo-links .feature:hover {
	background: none;	
	transition: .2s linear;
}
.photo-links .feature .replace {
	background-size: cover;	
	position: absolute;
	top: 0;
	left: 0;
	right: 0;
	bottom: 0;
	background-position: center center;
	opacity: .8;
}
.photo-links .feature:hover .replace {
	opacity: .25;
	transition: .2s linear;
}
.photo-links .feature .overlay {
	padding: 175px 100px;
	text-align: center;	
	position: absolute;
	top: 0;
	left: 0;
	right: 0;
	bottom: 0;
	z-index:300;
}
.photo-links .column:nth-of-type(3n+1) .feature:hover .overlay {
	padding: 150px 100px;
}
.photo-links .feature .overlay .title {
	display: block;
	font-family: 'DM Serif Display', serif;
	color:  #fff;
	font-size: 2em;
	margin-bottom: 10px;
	line-height: 1.25em;
}
.photo-links .feature .overlay i {
	display: block;
	font-size: 2.5em;	
}
.photo-links .feature .overlay .text, .photo-links .feature .overlay i {
	display: none;	
}
.photo-links .feature:hover .overlay {
	padding: 65px 150px;
	margin: 50px;
	border: 4px solid #fff;
	color: #fff;
	line-height: 1.5em;
	
}
.photo-links .column:nth-of-type(3n+1) .feature:hover .overlay {
	padding: 20px 50px;
}
.photo-links .feature:hover .overlay .text, .photo-links .feature:hover .overlay i {
	display: block;
}
.home .itineraries, .list-news, .inner-itineraries {
	text-align: center;
	padding: 100px;	
}
.list-news { 
	padding: 50px 0 0 0;
}
.inner-itineraries {
	padding: 100px 0 0 0;
}
.home .itineraries .subtitle {
	color: #5199d0;
}
.home .itineraries h2 span, .photo-gallery h2 span, .shrpa h2 span {
	position: relative;
	text-align:center;
    display: block;
    font-size: 2em;
    opacity: .02;
    margin: 0 auto -1em;	
    color: #000;
    text-transform: lowercase;

}
.home .itineraries .row {
	position: relative;
	margin-top: 80px;	
}
.home .itineraries .itin-arrow {
	top: -40px;
	position: absolute;
	font-size: 1.8em;	
	color: #5199d0;
}
.home .itineraries .itin-arrow.next {
	left: calc(50% + 5px);	
}
.home .itineraries .itin-arrow.prev {
	right: calc(50% + 5px);	
}
.home .itineraries .column .article, .list-news .column .article {
	background: #fff;
	box-shadow: 0px 0px 25px 0px rgba(103, 140, 169, 0.15);
	text-align: left;
	margin: 20px;
}
.list-news .column .article {
	margin-bottom: 1.875rem;	
}
.home .itineraries .column .article .title, .list-news .column .article .title  {
	font-size: 2em;
	display: block;
	font-family: 'DM Serif Display', serif;
	margin: 20px 0;
}
.home .itineraries .column .article .content, .list-news .column .article .content  {
	padding: 30px;	
}
.home .itineraries .column .article .content .subtitle, .itineraries .column .article .content .subtitle a, .list-news .column .article .content .subtitle, .list-news .column .article .content .subtitle a {
	color: #54a457;
}
.home .itineraries .column .article .content p, .list-news .column .article .content p,  {
	line-height: 2em;	
}
.photo-gallery {
	text-align: center;
	padding-top: 50px;	
}
.home .gallery {
	max-height: 100vh;
	overflow: hidden;
}
.grid-sizer, .item {
	width: calc( (100% - 30px) / 4 );
	margin-bottom: 10px;	
}
.shrpa {
	padding: 0 0 100px;
}	
.shrpa .heading {
	text-align: center;	
}
footer {
	background: #5199d0;
	padding: 100px 0;
	text-align: center;
	position: relative;
	margin-top: 12px;
}
footer .up-arrow { 
	position: absolute;
	top: -30px;
	left: 0;
	right: 0;
	
}
footer .up-arrow i {
	height: 55px;
	width: 80px;
	margin: 0 auto;
	color: #5199d0;
	background-color: #fff;	
	padding: 10px;
	font-size: 2em;
	box-shadow: 0px 0px 25px 0px rgba(103, 140, 169, 0.15);
}
footer .main-footer .menu  {
	margin: 30px 0 50px;	
}
footer .main-footer .menu li  {
	display: inline-block;	
}
footer .main-footer .menu li a {
	color: #fff;
	text-transform: uppercase;
	letter-spacing: 2pt;	
	font-size: .875em;
}
footer .main-footer .menu li a:hover {
	opacity: .8;	
}
footer .social a {
	color: #fff;
	font-size: 2em;
	padding: 0 20px;
	display: inline-block;	
}
.footer-ta {
	color: #fff;
	font-size: .875em;
	margin-top: 50px;
}
.footer-ta span {
	display: block;	
	margin-bottom: 10px;
}
.footer-ta img {
	max-width: 300px;
}
.row.logos {
	background: #fff;
	margin: 100px 0;
	padding: 40px;	
}
.row.logos img {
	max-height: 45px;	
}
footer .footer-title {
	text-align: left;
	font-weight: bold;
	color: #fff;
	margin-bottom: 20px;
	display: block;
}
footer .newsletter {
	text-align:left;	
}
footer .newsletter form input {
	display: inline-block;
}
footer .newsletter form input[type="text"] {
	float: left;
	width: 65%;	
	height: 40px;
	border: 4px solid #fff;
	line-height: 40px;
	background: none;
	padding-left: 10px;
	font-size: .875em;
	text-transform: uppercase;
	letter-spacing: 2pt;
	color: #fff;
}
footer .newsletter form input[type="submit"] {
	width: 40px;
    height: 40px;
    float: left;
    background: #fff url(images/submit.jpg) no-repeat center center;
    color: #5199d0;
    border: none;
    font-weight: bold;
}

footer .newsletter form input[type="text"]::-webkit-input-placeholder { /* Chrome/Opera/Safari */
  	color: #fff;
  	font-weight: bold;
}
footer .newsletter form input[type="text"]::-moz-placeholder { /* Firefox 19+ */
  	color: #fff;
  	font-weight: bold;
}
footer .newsletter form input[type="text"]:-ms-input-placeholder { /* IE 10+ */
 	color: #fff;
 	font-weight: bold;
}
footer .newsletter form input[type="text"]:-moz-placeholder { /* Firefox 18- */
  	color: #fff;
  	font-weight: bold;
}
footer .contact {
	text-align: left;
	font-weight: bold;
	margin-top: 35px;
}
footer .contact a {
	color: #fff;
}	
footer .contact .menu li a { 
	padding: 10px 0;	
}
footer .contact .menu li:first-of-type a:after {
	content: '|';
	color: #fff;
	padding: 0 10px;
}
footer .weather h2 {
	display: none;	
}
footer .weather .weather-atlas-wrapper {
	font-family: inherit;
	text-shadow: none;
	border:none!important;
	font-size: 1em;
}	
footer .weather .weather-atlas-wrapper .weather-atlas-header {
	background: none;
	text-transform: capitalize;		
	border:none!important;
	font-weight: bold;
}
footer .weather .weather-atlas wrapper .weather-atlas-header .weather-atlas-header-title {
	font-size: 1em;
}

footer .weather .city_selector_toggle_link {
	display: none;	
}
footer .weather .weather-atlas-wrapper .weather-atlas-body {
	padding-top: 0;	
}
footer .weather .weather-atlas-footer {
	display: none;	
}
footer .weather .weather-atlas-wrapper .current_temp  {
	width: 50%;
	float: left;	
}
footer .weather .weather-atlas-wrapper .current_temp .wi {
	font-size: 2em;
	margin-top: 20px
}
footer .weather .weather-atlas-wrapper .current_temp .temp {
	font-size: 2.5em;	
}
footer .weather .weather-atlas-wrapper .current_temp .current_text {
	font-size: 1em;
}
footer .weather .weather-atlas-wrapper .current_text_2 {
	width: 49%;
	float: left;
	font-size: .875em;
	text-transform: capitalize;
	text-align: center;
}
footer .lower-contact {
	display: none;
}
.copyright {
	width: 100%;
	font-size: .8em;
	text-align: center;
	padding: 20px;
	background-color: #3e7aa9;
	color: #fff;

}
.copyright a {
	color: #fff;
}
#lightgallery div img {
	cursor: pointer;
}
#lightgallery div.caption {
	text-transform: uppercase;
    font-family: 'Poppins', sans-serif;
    letter-spacing: 2pt;
    font-size: .875rem;
    font-weight: 600;
    padding: 0 10px 10px;
    text-align: left;
    display: block;
    width: 100%;
}
.interior-image {
	text-align: center;
}	
.interior-page-content {
	padding: 100px 50px;	
}
.interior-page-content .centered {
	max-width: 80%;	
	margin: 0 auto 50px;
	text-align: center;
}
.interior-page-content .centered .css-event-form {
	text-align: left;	
}
.interior-page-content .centered.no-pad {
	margin-bottom: 0;		
}
.interior-page-content.news .centered {
	margin-bottom: 0;	
}
.interior-page-content .centered h1 {
	margin-bottom: 0;
	line-height: 1em;
}	
.interior-page-content .centered h1 + h2 {
	color: #5199d0;
	font-family: "Alright Sans LT Regular", sans-serif;
	text-transform: uppercase;
	font-size: 1em;
	font-weight: 600;
	letter-spacing: 1pt;
	margin-top:.8em;
	margin-bottom: 35px; 
}	
.interior-page-content .centered p, .interior-page-content .narrow p {
	margin-bottom: 10px;	
}
.interior-page-content .centered h1 + p:first-of-type {
	margin-top: 40px;
}
.interior-page-content .centered strong em {
	color: #54a457;
	font-size: .95em;
	font-weight: 600;
	text-transform: uppercase;
	margin-top: 30px;
	display: block;
	letter-spacing: 1pt;	
}

/**FILTERS**/
.filter-button {
	text-transform: uppercase;
	font-size: 1em;
	letter-spacing: 1.5pt;
	color: #fff;
	margin: 20px auto 0;	
	max-width: calc( 1200px - 1.875rem);
	background: #5199d0;
	padding: 0 15px;
    line-height: 48px;
	font-weight: 600;
	box-shadow: 0px 0px 25px 0px rgba(103, 140, 169, 0.15);	
}
.filter-button &gt; span {
	text-align: left;	
}
.filter-button:hover {
	cursor: pointer;
	opacity: .9;
	transition: all .2s linear;
}	
.filter-button &gt; .layout {
	float: right;	
}
.filter-button &gt; .layout i {
	padding-left: 10px;	
}
.filters {
	height: 0;
	transition: height .2s linear;
	overflow: hidden;
	background: #5199d0;
	color:#fff;
	text-transform: uppercase;
	margin-bottom: 1.875rem;
	max-width: calc( 1200px - 1.875rem);
	box-shadow: 0px 0px 25px 0px rgba(103, 140, 169, 0.15);	
}
.filters ul {
	list-style: none;
	margin-left: 0;	
}
.filters.open {
	height: auto;
	overflow: visible;
	padding: 15px 30px 30px;
}
.filters .filter-title {
	font-weight: 600;
	margin-bottom: 10px;
	font-size: 1.1em;
	display: block;
}
.filters label {
	color:#fff;
	text-transform: uppercase;
	line-height: 1.2em;
	font-size: .95em;
}
.filters label input[type="checkbox"], .filters label input[type="radio"]  {
	border: none;
	box-shadow: none;
	margin-bottom: 10px;	
}
.main-ta {
	font-size: .875em;
	margin: 0 auto 50px;
	text-align: center;
}
.main-ta span {
	display: block;	
	margin-bottom: 10px;
}
.main-ta img {
	max-width: 300px;
}
.sidebar-ta {
	margin: 40px auto 0;	
}
.sidebar-ta img {
	width:100%;	
}
/**LISTINGS**/
.row.listings {
	display: none;	
}
.additional-facilities,
.additional-facilities .row.listingssf {
	margin-top: 50px;	
}
.additional-facilities h2 {
	margin-bottom: 20px;	
}
.row.listings.open {
	display: block;
}	
.listing .content {
	background: #fff;
	box-shadow: 0px 0px 25px 0px rgba(103, 140, 169, 0.15);	
	position: relative;
	margin-bottom: 1.875rem;
}
.listing .content .featured-image {
	position: relative;
}
.listing .content .featured-image .destination {
	position: absolute;
	top: 0;
	right: 0;
	background: #54a457;
	padding: 10px 15px;
	text-transform: uppercase;
	color: #fff;
	font-weight: 600;
	letter-spacing: 1pt;
	font-size: .8em;
	z-index: 4;	
} 
.listing .content .featured-image .destination a {
	color: #fff;
}	
.listing .content .featured-image .destination a:after {
	content: ', ';	
}
.listing .content .featured-image .destination a:last-of-type:after {
	content: '';	
}
.listing .content .featured-image .social {
	position: absolute;
	bottom: 10px;
	right: 10px;	
	z-index: 5;
}
.listing .content .featured-image .social a {
	margin-left: 7px;	
}
.listing .content .featured-image .social a img {
	max-height: 22px;	
}
.listing .listing-content {
	padding: 30px 25px;
	text-align: center;
}
.listing.hotel .listing-content {
	min-height: 260px;
}
.listing .listing-content.sports-facilities {
	text-align: left;	
}
.listing .ta {
	margin-top: 20px;	
}
.listing .ta_title, .tripadvisor .ta_title {
	font-size: .975em;
	font-weight: 600;
	margin-bottom: 5px;
	display: block;
}
.listing .ta_reviews, .tripadvisor .ta_reviews {
	font-size: .875rem;
	text-decoration: underline;
	line-height: 20px;	
}

.listing.dining .listing-content {
	display: none;
	z-index: 3;
	position: absolute;
	top: 50%;
	height:100%;
	width: 100%;
	padding: 80px 40px;
	color: #fff;
	-ms-transform: translateY(-50%);
  	transform: translateY(-50%);
}	
.listing.dining .featured-image {
	background: #fff;	
}
.listing.dining:hover .featured-image {
	background:  #5199d0;	
}
.listing.dining:hover .featured-image &gt; img {
	opacity: .1;	
}
.listing.dining:hover .listing-content {
	display: block;	
}
.listing.dining .listing-content ul.locations {
	list-style: none;
	margin-left: 0;
	text-transform: capitalize;
	margin-top: 5px;
	font-size: .95em;
}
.listing.dining .listing-content ul.locations a {
	color: #fff;	
}
.listing .listing-content .title {
	font-family: 'DM Serif Display', serif;
	color: #2f6e9d;
	font-size: 1.7em;
	margin-bottom: 15px;
	display: block;
}	
.listing.dining .listing-content .title {
	color: #fff;	
}
.listing.dining .ta {
	display: none;
}
.listing.dining:hover .ta {
	position: absolute;
	bottom: -90px;	
	background: #5199d0;
	height: 90px;
	padding: 20px;
	left: 0;
	right: 0;
	z-index:50;
	color: #fff;
	text-align: center;
	display: block;
}
.listing.dining:hover .ta a {
	color: #fff;
}
.listing a:hover .title, .listing a:hover {
	opacity: .9;	
	transition: all .2s linear;
}
.listing .listing-content p.address {
	line-height: 1.4em;
	font-size: .95em;
}	
.listing .listing-content .phone {
	color: #5199d0;
	font-size: 1.1em;
	font-weight: 600;
	margin-top: 10px;
	display: block;
}
.listing .listing-content p.seating {
	font-size: .9em;
	color: #979797;
	margin-top: 5px;	
}
.listing.dining .listing-content .phone {
	color:#fff;
}

.listing .listing-content .ta-single {
	margin: 15px 0 0;	
}
.listing.dining .button.white.outline {
	border-width: 2px;	
}
.listing .button.full {
	color: #fff;
	border: none;
	margin: 0;
	line-height: 54px;
}

.listing .button.full.availability {
	background-color:  #5199d0;
}
.listing .button.full.more-info {
	background-color:  #2f6e9d;
} 
.listing .button.full.website {
	background-color:  #54a457;
} 
.listing .button.full.no-website {
	background-color:  #ccc;
} 
.row.map {
	height: 0;
	overflow: hidden;
}	
.row.map.open {
	height: auto;
}
.emt_events h1 {
	display: none;	
}
.emt_events &gt; p &gt; a {
    margin-bottom: 50px;
	height: auto!important;
}
.emt_events ul {
	list-style: none;
}
.emt_events ul li {
	display: block;
	margin-bottom: 30px;
	background: #fff;
	box-shadow: 0px 0px 25px 0px rgba(103, 140, 169, 0.15);
	padding: 40px;
	min-height: 290px;
}
.emt_events .searchResultThumb {
	float: right;
	max-width: 25%;
}
.emt_events .searchResultText {	
	max-width: 74%;
	text-align: left;
	padding-right: 30px;
} 
.emt_events .searchResultText h3 {
	font-size: 1.5em;
	margin-bottom: 10px;	
}
.emt_events .searchResultText h3 a {
	color: #58a75c;
}
.emt_events .searchResultText .addy {
	font-size: .9em;	
	margin-bottom: 10px;
}
.emt_events .searchResultText p:nth-of-type(2) {
	font-size: .9em;
	font-weight: 500;
	margin-bottom: 10px;
	color: #5199d0;
}
.signature-event-content {
	background: #4e4e4e;
	text-align: center;
	color: #c1c1c1;	
	padding: 65px;
}
.signature-event-content span {
	display: block;	
}

.signature-event-content .subtitle {
	color: #5199d0;
	font-weight: 700;
}
.signature-event-content .event-title {
	font-family: 'DM Serif Display', serif;
	font-size: 2.5em;
	margin-bottom: 10px;	
	color: #fff;
}
.signature-event-content .dates {
	font-size: .875em;
	margin-bottom: 15px;
	letter-spacing: 1pt;
}
.signature-event-content p {
	font-size: .925em;
	line-height: 1.2em;
}
.signature-event-content .button {
	margin-bottom: 0;	
}
.events-arrow {
	display: block;
	position: absolute;
	bottom: 0;
	right: 5px;
	font-size: 2.8em;
	color: #fff;
	opacity: .5;
	z-index:20;
}
.events-arrow:hover {
	opacity: .8;
}	
.events-arrow.prev {
	right: 30px;	
}
.featured-events .slick-list {
	width:100%;	
}
.featured-event .featured-content iframe {
	width: 100%;
	height: 100%;
}
.em-search-text label span {
	display: none;
}
.em-search-text input {
	background: #e5e5e5 url(images/search-icon.png) no-repeat right center;
	border: none;
	letter-spacing: 1pt;
	color: #a5a5a5;
	box-shadow: none;
	font-weight: 600;
	font-size: 1.15em;
	padding-left: 10px;
	height: 45px;
	line-height: 45px;
	max-width: 600px;
	margin: 40px auto 20px;
}
.em-search-text input:focus {
	background: #e5e5e5 url(images/search-icon.png) no-repeat right center;
	border: none;
	box-shadow: none;
}
.em-search-text input::placeholder {
	color: #a5a5a5;
}
.event-filter select { 
	background: #e5e5e5 url(images/down-icon.png) no-repeat right center;
	border: none;
	height: 45px;
	letter-spacing: 1pt;
	line-height: 45px;
	box-shadow: none;
	color: #a5a5a5;
	font-weight: 600;
	font-size: 1.15em;
	padding: 0;
	max-width: 600px;
	margin: 0 auto;
	padding-left: 10px;
}
.full-events-list.grid .single-event {
	width: calc( ( 100% - 60px ) / 3);
	margin: 10px;
	display: block;
	float: left;
}
.full-events-list .single-event {	
	box-shadow: 0px 0px 25px 0px rgba(103, 140, 169, 0.15);
	background-color: #fff;
}
.full-events-list .single-event.calendar {
	background: none;
	box-shadow: none;	
}
.full-events-list .single-event.calendar .button {
	margin-top: 0;
	width: 100%;
}
.full-events-list .single-event.calendar table {
	border-collapse: collapse;
	border: none;
	background: #fff;
	box-shadow: 0px 0px 25px 0px rgba(103, 140, 169, 0.15);	
}
.full-events-list .single-event.calendar thead {
	background-color: #5199d0;
	border: none;
}

.full-events-list .single-event.calendar thead td {
	padding: 8px 5px;	
	border-right: 1px solid #d3d3d3;
}
.full-events-list .single-event.calendar thead td:last-of-type {
	border-right: 1px solid #5199d0;
}
.full-events-list .single-event.calendar tbody {
	border-top: none;	
}
.full-events-list .single-event.calendar tbody tr {
	background: #fff;	
}
.full-events-list .single-event.calendar tbody tr td {
	border: 1px solid #d3d3d3;	
}
.full-events-list .single-event.calendar tbody tr td:nth-of-type(1) {
	border-left: 1px solid #fff;
}
.full-events-list .single-event.calendar tbody tr td:nth-of-type(7) {
	border-right: 1px solid #fff;
}
.full-events-list .single-event.calendar tbody tr:last-of-type td {
	border-bottom: 1px solid #fff;
}
.full-events-list .single-event.calendar td.month_name {
	color: #fff;	
	font-family: 'DM Serif Display', serif;
	font-weight: 400;
	font-size: 1.2em;
}
.full-events-list .single-event.calendar thead a {
	color: #fff;	
}
.full-events-list .single-event.calendar tr.days-names {
	background-color: #d3d3d3;
}
.full-events-list .single-event.calendar tr.days-names td {
	color: #9f9f9f;
	font-size: .875em;
	font-weight: 700;
	padding: 10px;
	border: 1px solid #d3d3d3!important;
}
.full-events-list .single-event.calendar tr td {
	padding: 15px 10px;
}
.full-events-list .single-event.calendar tr td.eventful-today {
	background-color: #c2dcf0;
}
.calendar .eventful a, .calendar .eventful-today a, .em.em-calendar.size-small .em-cal-body .em-cal-day.eventful .em-cal-day-date.colored a {
	color: #5199d0!important;
}
.full-events-list .single-event .content {
	padding: 30px;
	text-align: center;
}	
.full-events-list .single-event .content span {
	display: block;
}
.full-events-list .single-event .content span.title {
	margin-bottom: 12px;
}
.full-events-list .single-event .content span.title a {
	font-size: 1.5em;
	color: #4e4e4e;
	font-family: 'DM Serif Display', serif;	
}
.full-events-list .single-event .content .location {
	color: #5199d0;
	text-transform: uppercase;
	letter-spacing: 1pt;
	font-size: .85em;
	font-weight:700;
	margin-bottom: 15px;
}
.full-events-list .single-event .content .dates {
	color: #9e9e9e;
	font-size: .85em;
}
.full-events-list .single-event.recurring-event .content .dates.normal {
	display: none;	
}
.full-events-list .single-event .content span.community {
	display:none;	
}
.css-events-list &gt; span {
	background: #fff;
	color: #5199d0;
	padding: 20px;
	width: 100%;
	display: block;
	box-shadow: 0px 0px 25px 0px rgba(103, 140, 169, 0.15);
	text-align: center;
	font-size: 1.5em;
	letter-spacing: 1pt;
	text-transform: uppercase;
	 
}
.css-events-list &gt; span.em-pagination {
	padding: 50px;
	background: none;
	box-shadow: none;
	font-size: .9em;
}
.css-events-list &gt; span.em-pagination .page-numbers {
	background:#5199d0;
	color: #fff;
	padding: 10px;
	
}
.css-events-list &gt; span.em-pagination .page-numbers.current, .css-events-list &gt; span.em-pagination .page-numbers:hover {
	opacity: .8;
}
.single-event .event-meta, .search-event-meta {
	background: #f6f6f6;
	padding: 20px;
	width: 100%;	
	margin: 20px 0 40px;
	color: #5199d0;
	letter-spacing: 1pt;
	font-weight: 700;
	font-size: .875em;
}
.search-entry {
	margin-bottom: 20px;	
}
.search-entry h2 {
	margin-bottom: 20px;	
}
.search-event-meta {
	margin: 0 0 20px;	
	background: none;
	padding: 0;
}
.single-event .event-meta p {
	margin-bottom: 0;	
}
.single-event .event-meta span { 
	border-right: 1px solid #5199d0;
	padding-right: 10px;
	margin-right: 10px;	
}
.single-event .event-meta span.signature-event {
	text-transform: uppercase;	
}
.single-event .event-meta span:last-of-type {
	padding-right: 0;
	margin-right: 0;
	border: none;	
}
.single-event .photo-video {
	margin: 40px 0 100px;	
}
.single-event .photo-video iframe {
	width: 100%;
	height: 100%;
}
.single-event .recurring-event .dates.normal {
	display: none;	
}
.single-event .map {
	margin: 50px auto 70px;
	max-width: 800px;
	height: 300px;
}
.hotel-image {
	position: relative;
	background-size: cover;
	background-repeat: no-repeat;
	background-position: center top;
}
.hotel-meta {
	background: #5199d0;
	padding: 60px;
	color: #fff;
	text-align: center;	
	font-weight: 600;
	letter-spacing: 1pt;
}
.hotel-meta i {
	display: block;
	font-size: 2em;
	margin-bottom: 10px;	
}
.hotel-meta a {
	color: #fff;
	font-size: 1.1em;
}
.hotel-meta a.button {
	font-size: .9em;	
}
.hotel-meta i.fa-phone {
	font-size: 1.75em;
}
.hotel-meta div {
	margin-bottom: 20px;
	font-size: .89em;	
}
.single-listing .centered h1 {
	font-size: 2.4em;
	color: #5199d0;	
	margin-bottom: 40px;	
}
.single-listing .centered p:last-of-type {
	margin-bottom: 0;	
}
.single-hotel .subtitle {
	color: #8a8a8a;
}
.single-listing ul {
	list-style: none;
	margin-left: 0;	
	column-count: 2;
}
.single-listing h3 {
	margin-top: 30px;
}
.tripadvisor {
	box-shadow: 0px 0px 25px 0px rgba(103, 140, 169, 0.15);
	background: #fff;
	padding: 40px;
	display: inline-block;
	margin: 50px auto 50px;
}
.logo {
	clear: both;
	margin-top: 50px;
	display: block;	
}
.logo img {
	max-width: 250px;	
}
.gallery {
	margin-top: 50px;	
}
.gallery .column {
	margin: .9375rem 0;	
}
.event-space-meta {
	background: #5199d0;
	padding: 20px;
	max-width: 500px;
	width: 100%;
	margin: 50px auto;
	color: #fff;
	font-weight: 600;
	text-transform: uppercase;
	letter-spacing: 1pt;
}
.listing-image img {
	margin-top: 60px;	
	max-height: 500px;
	width: auto;
}
.listing-meta {
	padding: 40px;
	display: block;
	max-width: 500px;
	width: 100%;
	margin: 60px auto 50px;
	background: #f6f6f6;
	text-align: center;	
	font-weight: 600;
	letter-spacing: 1pt;
}
.listing-meta.multiple {
	display: inline-block;
	margin: 60px 10px 10px;	
	max-width: 400px;
}
.listing-meta i {
	display: block;
	color: #5199d0;
	font-size: 2em;
	margin-bottom: 10px;	
}
.listing-meta i.fa-phone {
	font-size: 1.75em;
}
.listing-meta a {
	color: #737373;
}
.listing-meta div {
	margin-bottom: 20px;
	font-size: .89em;	
}
.listing-meta .button {
	margin-bottom: 0;
	color: #54a457;	
}
.listing-meta .button:hover {
	color: #fff;	
}
.event-spaces {
	margin-top: 100px;	
}
.event-spaces .event-space {
	padding: 20px;
	background-color: #fff;
	box-shadow: 0px 0px 25px 0px rgba(103, 140, 169, 0.15);
	width: calc( ( 100% - 60px ) / 3 );
	margin: 10px;
	display: inline-block;
}
.event-spaces .event-space .title {
	font-family: 'DM Serif Display', serif;
	font-size: 1.4em;
	color: #5199d0;
	margin-bottom: 20px;
	display: block;	
}
.event-spaces .event-space .description {
	line-height: 1.2em;
}
.event-spaces .event-space p {
	text-transform: uppercase;
	margin-top: 10px;
	font-weight: 600;
	color: #54a457;
}
.event-spaces .event-space ul {
	margin-left: 0px;	
	list-style: none;
	margin-top: 3px;
	line-height: 1.2em;
}
.gallery {
	text-align: center;	
}
.home .gallery .column {
	float: none!important;
    display: inline-block;
    clear: none;
}
.contact-bar {
	margin: 50px 0;	
}
.contact-bar p {
	font-size: .9em;
	font-weight: 600;
	color: #5199d0;
	text-align: left;
	line-height: 27px;
}	
.contact-bar p span {
	margin-right: 10px;	
}
.contact-bar p span:after {
	content: '|';	
	margin-left: 10px;	
}
.contact-bar p span:last-of-type:after {
	content: '';	
}
.contact-bar .social {
	float: right;
}
.row.eat, .row.stay, .row.events {
	margin-top: 100px;	
}
.sub-menu-container {
	background: #f6f6f6;
	padding: 10px 20px;
	max-width: calc( 1200px - 1.875rem);
	margin: 0px auto 60px;	
	text-align: center;
}
.interior-page-content ul.community-menu {
	list-style: none;
	margin: 30px 0;
	
}
.sub-menu-container ul {
	margin-left: 0;	
}
.interior-page-content ul.community-menu li, .sub-menu-container ul li  {
	display: inline-block;
	margin: 0 12px;
}
.interior-page-content ul.community-menu li.city a:after, .sub-menu-container ul:not(.sub-menu) &gt; li:first-of-type a:after {
	content: ':';	
}
.interior-page-content ul.community-menu li.city a {
	color: #4f4f4f;
}
.sub-menu-container.ttd ul:not(.sub-menu) &gt; li:first-child a:before {
	content: 'all ';	
}
.interior-page-content ul.community-menu li a, .sub-menu-container ul li a {
	text-transform: uppercase;
	font-size: .875em;
	letter-spacing: 1pt;
	font-weight: 700;	
	color: #5199d0;
	padding: 0;
}
.sub-menu-container ul li.current-menu-item a {
	color: #4f4f4f;
}	
.interior-page-content ul.community-menu li a:hover, .sub-menu-container ul li a:hover {
	color: #1d6798;	
}
.sub-menu-container ul li ul {
	display: none;
	position: absolute;	
	background: #f6f6f6;
	text-align: left;
	padding: 20px 0 5px;
	z-index: 30;
}
.sub-menu-container ul li:hover &gt; ul {
	display: block;
}
.sub-menu-container ul li ul li {
	display: block;	
}
.community-desc {
	position: relative;
}
.community-desc &gt; div {
	text-align: left;
	position: relative;
  	top: 50%;
  	transform: translateY(-50%);
}
.ttd h2 {
	text-align: center;	
}
.content-holder {
	position: relative;
}
.content-holder ul {
	margin-bottom: 20px;
}
.page-id-194 .article:nth-of-type(2) .article-content, .page-id-194 .article:nth-of-type(4) .article-content  {
	padding-top: 0px;
}
.content-holder .valign {
	position: relative;
  	top: 50%;
  	transform: translateY(-50%);
}
.content-holder .valign-pos {
	transform: translateY(75%);	
}
.content-holder h2 {
	margin-bottom: 15px;
}
.content-holder a.button {
	display: inline-block;
	clear: both;	
	margin-top: 30px;
}
.single-community .row.events {
	margin: 100px auto;	
}
.single-community .signature-event {
	margin-bottom: 1.875rem;	
	background: #fff;
	box-shadow: 0px 0px 25px 0px rgba(103, 140, 169, 0.15);
}
.single-community .signature-event .community-signature-event-content {
	padding: 50px;
}
.single-community .signature-event .community-signature-event-content .title {
	font-family: 'DM Serif Display', serif;
	font-size: 2.2em;
	color: #4f4f4f;
	margin-bottom: 20px;
	display: block;
}
.single-community .signature-event .community-signature-event-content .date {
	color: #5199d0;
    text-transform: uppercase;
    letter-spacing: 1pt;
    font-size: .85em;
    font-weight: 700;
    margin-bottom: 20px;
    display: block;
}
.event-img {
	position: relative;	
	background-position: center center;
	background-size: cover;
}
.event-img img {
	height: inherit;	
}
.community-listing-page.interior-page-content .centered h1 {
	margin-bottom: 25px;
}
.article {
	margin-bottom: 80px;	
}
.article h2 {
	text-align: center;	
}
.centered h1 + .centered-content {
	margin-top: 25px;
}
.article .article-content h2 {
	text-align: left;	
}
.single-post .article {
	margin-top: 80px; 
	margin-bottom: 0;	
}
.article .single-image {
	box-shadow: 0px 0px 25px 0px rgba(103, 140, 169, 0.15);
}
.article-content {
	padding: 0 50px;	
}
.single-blog-post .article-content {
	padding-top: 0;
}
.single-blog-post .article .row {
	margin-bottom: 80px;	
}
.single-blog-post .article .row.centered-article {
	margin-bottom: 0;
}
.single-blog-post .article .row.centered-article.text-only {
	margin-bottom: 80px;
}
@media screen and (max-width:1024px) { 
	.single-post .article-content {
		padding: 40px!important;
	}
}
.single-pressrelease-post h1 {
	font-size:2.3em;
	line-height: 1.2em;
	text-align: center;
	margin-bottom:25px;
}
.single-pressrelease-post p, .single-pressrelease-post ul, .single-pressrelease-post ol {
	margin-bottom: 10px;
}
.single-pressrelease-post .post-meta {
	color: #5199d0;
	text-transform: uppercase;
	margin-bottom: 50px;
	font-size: 1em;
	font-weight: 700;
	text-align: center;
}
.next-link, .prev-link {
	background: #fff;
	box-shadow: 0px 0px 25px 0px rgba(103, 140, 169, 0.15);	
	padding: 20px;
	margin-top: 50px;
	position: relative;
}
.next-link:hover, .prev-link:hover {
	opacity: .8;
}
.prev-link {
	padding-left: 70px;	
}
.next-link {
	padding-right: 70px;	
	text-align: right;
}
.next-link span, .prev-link span {
	position: absolute;
	height: 100%;
	line-height: 100%;
	width: 40px;
	padding: 0 10px;
	top: 0;
	bottom: 0;
	color: #fff;
	background-color: #5199d0;
}
.next-link span:hover, .prev-link span:hover {
	opacity: .8;	
}
.prev-link span {
	left: 0;	
}
.next-link span {
	right: 0;	
}
.press-post {
	margin-bottom: 20px;
	padding-bottom: 20px;
	border-bottom: 1px dotted #ccc;	
}
.press-post h2 {
	font-size: 1.5em;
	margin-bottom: 10px;	
}
.press-post .post-meta {
	text-transform: uppercase;
	margin-bottom: 20px;
	font-size: .8em;
	font-weight: 700;
	color:#ccc;
}
.press-post .button {
	font-size: .8em;
	border-width: 2px;
}
.right .article-content {
	padding-left: 0;
}
.left .article-content {
	padding-right: 0;
}
.article-content.sports-calendar {
	margin-top: 20px;
	padding: 0 50px;
}
.article-content.centered {
	padding: 35px 50px 0;	
	margin-bottom: 0;
}
.article-content h2 {
	font-size: 1.5em;	
}
.article-content.centered h2 {
	text-align: center;	
}
.article-content p {
	margin-bottom: 20px;	
}
.article-content a.button {
	color: #4e4e4e;
	border-color: #4e4e4e;
	margin-top: 0;
}	
.article-content a.button:hover {
	background-color: #4e4e4e;
	color: #fff;
}	
.video iframe {
	max-width: 100%;
}
.collage {
	position: relative;	
	margin: 80px 0;
}
.collage-image {
	box-shadow: 0px 0px 25px 0px rgba(103, 140, 169, 0.15);	
}
.collage-image:nth-of-type(1) {
	position: relative;
	top: 0;
	left: 0;
	max-width: 50%;	
	z-index: 30;
}
.collage-image:nth-of-type(2) {
	position: absolute;
    top: 5%;
    right: 5%;
    max-width: 60%;
    z-index: 32;
}
.collage-image:nth-of-type(3) {
	position: absolute;
	bottom:-5%;
	right: 0;
	max-width: 80%;	
	z-index: 3;
}
.acf-map {
	width: 100%;
    height: 600px;
}

.single-listing .single-map {
    width: 100%;
    height: 300px;
    border: none;
    margin: 0 0 50px;
}
.ttd-cat {
	background: #000;	
	position: relative;
	margin-bottom: 1.875rem;
}
.ttd-cat a {
	position: relative;
	display: block;
	height: 100%;
	width: 100%;
}
.ttd-cat a img {
	opacity: .5;
}
.ttd-cat a span {
	position: absolute;
	display: block;
	text-align: center;
	top: 0;
	bottom: 0;
	left: 0;
	right: 0;
	color: #fff;
	font-family: 'DM Serif Display', serif;
	font-size: 2em;
	z-index: 30;
	padding-top: calc( 50% - .5em );
}
.ttd-cat a:hover img {
	opacity: .8;
	transition: all .2s linear;
}	
.ttd-cat a:hover span {
	text-shadow: 0px 0px 7px rgba(0,0,0,1);
}
// Fixes potential theme css conflict.
.acf-map img {
   max-width: inherit !important;
}
.holder {
	max-width:1200px;
	margin: 0 auto;
	padding: 50px 0;
	width: 100%;
	height: inherit;
	clear: both;	
}
.holder .half-image {
	float: left;
	max-width: 35%;
	
}
.holder .half-image img {
	box-shadow: 0px 0px 25px 0px rgba(103, 140, 169, 0.15);	
}
.holder:nth-of-type(even) .half-image {
	float: right;
}
.holder .half-content {
	max-width: 64%;
	display: block;
	float: left;
}
.holder:nth-of-type(even) .half-content {
	float: none;

}
.holder .half-content .article-content {
	padding: 0 60px;	
}
.holder .half-content h3 { 
	font-size: 1.5em;
}
.holder .half-content h3 a {
	color:#5199d0;
}
.holder .half-content p {
	font-size:.9em;	
}
.month {
	text-align: left;	
}
.month h2 {
	margin-bottom: 20px;	
}
.infographic {
	max-width: 800px;	
	margin: 0 auto;
}
.infographic-section .image img {
	max-width: 300px;	
	margin-top: 50px;
}
.infographic-section .heading {
	display: block;
	width: 100%;
	background-color: #5199d0;
	padding: 20px;
	margin-top: -40px;
	transition: background .2s linear;
	cursor: pointer;
}
.infographic-section .heading:hover, .infographic-section.open .heading {
	background-color: #58a75c;
}
.infographic-section .heading h2 {
	color: #fff;
	margin-bottom: 0;
}	
.infographic-section .heading h3 {
	font-family: "Alright Sans LT Regular", sans-serif;
	text-transform: uppercase;
	color: #fff;
	font-size: 1em;
	font-weight: 600;
	letter-spacing: 1pt;
	margin-bottom:0 
}
.infographic-section .heading h4 {
	color: #5199d0;
}
.infographic-section .content {
	background: #f6f6f6;
	display: none;
	padding: 50px;	
	transition: height .2s linear;
}

.infographic-section .content ul, .infographic-section .content ol {
	list-style: none;
	margin-left: 0;	
}
.filter-news {
	margin-top: 50px;	
}
.filter-news label, .filter-news select {
	display: inline-block;
	max-width: 30%;
	font-size: .85em;
    letter-spacing: 2pt;
    text-transform: uppercase;
    font-family: 'Alright Sans LT Medium', sans-serif;
}
.filter-news label {
    color: #5199d0;
    text-align: right;	
}
.filter-news select {
	max-width: 30%;
    border: none;
    padding: 0 0 0 .5rem;
    line-height: 2.4375rem;
    color: #808080;
    background-color: #f6f6f6;
    background-position: 96% center;
}

#event-form #event-name {
	width: 100%;
}	
#event-form #em-form-with-recurrence p:first-of-type, #event-form .event-categories {
	display: none;
}
#event-form .event-attributes.reccuringid {
	display: none;
}
#event-form i {
	color: red;
	font-weight: 700;	
}
#event-form #em-location-data .em-location-map-container, #event-form #em-location-data table.em-location-data {
	width: 100%;
	float: none;	
}
.interior-page-content ul.ice-skating {
	column-count: 3;
	column-gap: 10px;
	margin-left: 0;
	list-style: none;
	margin-bottom: 10px;	
}
.interior-page-content ul.ice-skating li {
	margin-bottom: 10px;	
}
.sitemap {
	text-align: left;	
}
.sitemap ul.menu &gt; li {
	display: block;	
	text-transform: uppercase;
	
}
.sitemap ul.menu &gt; li a {
	font-weight: 600;
	letter-spacing: 1pt;
}
.sitemap ul.menu &gt; li &gt; ul &gt; li {
	text-transform: capitalize;
}
.sitemap ul.menu &gt; li &gt; ul &gt; li a {
	font-weight: 300;
	letter-spacing: 0;
}
@media screen and (min-width:1024px) {
	.hotel-image, .hotel-meta {
		min-height: 370px;	
	}	
}
@media screen and (max-width:1286px) and (min-width:1025px) {
	.top-bar .top-bar-title {
		max-width: 50%;	
		margin-top: 0;
	}
	.top-bar .top-bar-right {
		width: 100%;
		text-align: center;	
	}
	.top-bar .menu li {
		display: inline-block;	
	}

}
@media screen and (max-width:1024px) {
	h1 {
		font-size: 3em;
		line-height: 1.2em;
	}
	h2 {
		font-size: 1.8em;
		line-height: 1.2em;
	}
	h3 {
		font-size: 1.6em;
		line-height: 1.2em;
	}
	h4 {
		font-size: 1.4em;
		line-height: 1.2em;
	}
	h5 {
		font-size: 1.3em;
		line-height: 1.2em;
	}
	h6 {
		font-size: 1.2em;
		line-height: 1.2em;	
	}
	header {
		height: 100px;	
	}
	.upper {
		display: none;	
	}
	.upper .menu {
		float: none;
		text-align: center;		
	}
	.upper .menu li {
		display: inline-block;
	}
	header.sticky-header .top-bar {
		box-shadow: 0px 0px 10px 0px rgba(103, 140, 169, 0.15)	
	}
	.top-bar .top-bar-title { 
		margin-top: 0;
		height: 100px;
	}
	.top-bar .top-bar-title img {
		height: 90px;
	}
	.top-bar .top-bar-right {
		width: auto;
		margin-right: 10px;	
	}
	.top-bar .top-bar-right a {
		line-height: 100px;
		font-size: 1.5em;
		color: #54a457;
	}
	header .search {
		display: none;	
	}
	.off-canvas.position-right {
		background: none;	
	}
	.off-canvas.position-right .search {
		padding: 20px;
		font-size: 1.5em;
	}
	.off-canvas.position-right .search a {
		color: #fff;
	}
	.off-canvas.position-right .search a:hover {
		opacity: .8;	
	}
	.close-button {
		font-size: 2.5em;
		color: #fff;
	}
	.close-button:hover {
		color: #fff;
		opacity: .8;	
	}
	.menu li {
		position:relative;	
		display: block;
	}
	.menu li a {
		font-size: 1em;
    	letter-spacing: 1pt;
    	text-transform: uppercase;
    	color: #fff;
    	line-height: 1.2em;
    	padding: 10px 15px;
    	font-family: 'Alright Sans LT Medium', sans-serif;
    	
	}	
	.menu li.has-dropdown:after {
		content: '\33';
	    position: absolute;
	    font-family: eleganticons;
	    color: #fff;
	    right: 10px;
	    top:0;
    	font-size: 1.5em;
	}
	.menu li.has-dropdown.opened:after {
		content: '\32';
	}
	.menu li ul.sub-menu {
		margin-left: 10px;
		line-height: 30px;
		font-size: .8em;
		display: none;	
	}
	.menu li ul.sub-menu li a {
		opacity: .8;
	}	
	.menu li.has-dropdown.opened ul.sub-menu {
		display: block;
	}
	.home-slider.slick-slider {
		height: calc(100vh - 100px);
		background:#4E99D5;
	}
	.home-slider.slick-slider .slide {
		margin-bottom: 300px;
	}
	.home-slider.slick-slider .slide img {
		opacity: 1;	
	}
	.home-slider .slick-slide, .home-slider .slick-track, .home-slider .slick-list {
		background:#4E99D5;
	}
	.home-slider .slide-caption {
		position: absolute;
		padding: 50px 20px;
		background: #4E99D5;
		font-size: 2em;	
		bottom: 0;
		margin-bottom: 0;
		z-index: 601;
		height: 300px;
		overflow: visible;
	}
	.home-slider .slide-caption div {
		max-width: 100%;	
	}
	.home-slider .slide-caption .button {
		padding: 10px 20px;
		font-size: .375em;	
	}
	.home-slider .slick-dots {
		padding-top: 5vh;	
	}
	.home-slider .slick-dots li {
		padding: 10px 0 10px 20px;
		margin-bottom: 10px;	
	}
	.home-slider .slick-dots li a {
		font-size: 1em;	
	}
	.home-intro .down-arrow {
		top: -10vh;
	}	
	.home-intro {
		padding: 90px 20px;	
		padding: 25vh 20px;

	}
	.home-intro h1 span {
		font-size: 2em;	
	}
	.home-intro .shopping, .home-intro .beer, .home-intro .golf, .home-intro .pizza {
		height: 80px;
		width:80px;	
	}
	.letsgo &gt; .row .columns:first-of-type {
		position: relative;
	}
	.letsgo .blue-text {
		position: relative;
		padding: 80px 20px;
	}	

	.letsgo .subtitle {
		margin-bottom: 100px;
    	display: block;
	}	
	.letsgo .blue-text h2 {
		margin-top: 0;
	    position: absolute;
	    top: 50px;
	    left: 0;
	    right: 0;
	}	
	.letsgo .blue-text h2 span {
		margin: 0 auto;
	    top: 50px;	
	}
	.upcoming-events .large-6.columns:first-of-type {
		position: relative;
	}	
	.upcoming-events .title {
		font-size: 1.5em;
	}
	.upcoming-events .bike {
		width: 80px;
		height: 80px;	
	}
	.upcoming-events .hockey {
	 	width: 100px;
		height: 60px;
		background-size: cover;
		background-position: center center;
	}
	.upcoming-events .event-list {
	 	padding: 80px 40px;	
	}
	.upcoming-events .signature-event .event-info {
	 	margin: 10px;
	 	padding: 25px;	
	}
	.upcoming-events .signature-event {
		min-height: 400px;	
	}
	.photo-links .column {
	 	width: 100%!important;
	}
	.photo-links .column .feature:hover .overlay {
	 	padding: 10px!important;
	}	
	.itineraries {
	 	padding: 80px 20px;	
	 	position:relative;
	}
	.itineraries .subtitle {
		display: block;
		margin-bottom: 80px;	
	}
	.itineraries &gt; h2 {
		margin-top: 0;
	    position: absolute;
	    top: 80px;
	    left: 0;
	    right: 0;
	}
	.itineraries h2 span, .photo-gallery h2 span {
	 	margin: 0 auto;
    	top: 30px;
	}
	.itineraries .column {
		margin-bottom: 20px;
	}
	footer .footer-logo {
		max-width: 60%;	
	}
	footer .logos .column {
		margin: 20px 0;
	}
	footer .newsletter {
		text-align: center;
		margin-bottom: 20px;
	}	
	footer .contact {
		display: none;
	}	
	footer .footer-title, footer .weather-atlas-header-title {
		text-align: center;
		margin-bottom: 0;
		font-size: 1.2em;
	}
	footer .newsletter form input[type="text"],
	footer .newsletter form input[type="submit"] {
		display: inline-block;
		float:none;
	}
	footer .newsletter form input[type="submit"] {
		top: 16px;
	    left: -4px;
	    position: relative;	
	}
	footer .lower-contact {
		text-align: center;
	}
	.interior-page-content .centered {
		max-width:95%;	
	}
	.full-events-list.grid .single-event {
		width: calc( ( 100% - 60px ) / 2)
	}
	.show-for-small {
		display: block;	
	}
	.hide-for-small {
		display: none;	
	}
	.hotel-image { 
		text-align: center;	
	}
	.hotel-meta h1 {
		color: #fff;
		font-size: 2.4em;	
	}
	.listing .content {
		margin-bottom: 	1.875rem;
	}
	.article .row {
		margin-bottom: 0;
		text-align: center;
	}
	.weather-atlas-wrapper .current_text_2 {
		display: inline-block!important;	
	}
	.filters .column {
		margin-bottom: 20px;	
	}
	.holder {
		padding: 20px 0;	
	}
	.holder .half-image {
		float: none;
		width: auto;
		max-width: 80%;
    	margin: 0 auto;	
	}
	.holder:nth-of-type(even) .half-image {
		float: none;	
	}
	.holder .half-content {
		float: none;
		width: auto;
		max-width: 80%;
    	margin: 0 auto;	
	}
	.holder .half-content .article-content {
		padding: 20px 0;	
	}
	.article-content {
		padding: 50px 10px;	
	}
	.article {
		margin-bottom: 20px;	
	}
	.community-desc &gt; div {
		top: auto;
		transform: none;	
	}
	
}
@media screen and (min-width: 1025px) { 
	.show-for-small {
		display: none;	
	}	
}
@media screen and (max-width: 640px) {
	h1 {
		font-size: 2em;	
	}
	.top-bar, header, .top-bar .top-bar-title {
		height: 85px;	
	}
	.top-bar .top-bar-title img {
		height: 75px;	
	}
	.top-bar .top-bar-right a {
		line-height: 85px;	
	}
	.full-events-list.grid .single-event {
		width: 100%;	
		margin: 10px 0;
	}
	.event-filter select, .em-search-text input {
		max-width: 100%;	
	}
	.home-intro .down-arrow {
		display: none;	
	}
	.home-intro {
		padding: 15vh 20px;
	}	
	.home .itineraries, .list-news {
		padding: 100px 20px;	
	}
	.home .itineraries .column .article .content .subtitle {
		margin-bottom: 20px;	
	}
	.home-slider.slick-slider {
		height: auto;	
	}
	.gallery .item {
		width: calc( (100% - 10px)/ 2 );
	}
	.button {
		line-height: 1.2em;
		padding: 10px;	
	}
	.listing .button {
		padding: 0;	
	}
	iframe {
		width: 100%;
		max-height: 200px;
	}	
	.featured-content iframe {
		max-height: 100%;	
	}
	.interior-page-content {
		padding: 50px 10px;	
	}
	.interior-image .overlay {
		bottom: 20%;
		text-align: center;	
	}
	.interior-image .overlay a {
		font-size: 1.4em;	
	}
	.signature-event-content {
		padding: 65px 25px;	
	}
	.button.map {
		padding: 10px;	
	}
	.single-community .logo {
		margin: 20px auto;
		max-width: 300px;
	}
	.single-community &gt; .things-to-do, .single-community &gt; .events, .single-community &gt; .hotels, .single-community &gt; .dining {
		padding: 0px 20px 50px;	
	}
	.single-community &gt; .things-to-do h2 {
		text-align: center;
		margin-bottom: 50px;
	}
	.content-holder .valign-pos {
		transform: none;
		text-align: center;
		margin-bottom: 20px;	
	}
	.single-community &gt; .dining {
		padding-top: 100px;	
		position: relative;
	}
	.single-community .dining .content-holder {
		position: absolute;
		top: 0;	
		height: 100px;
		right: 0;
		left: 0;
		text-align: center;
	}
	.content-holder .valign, .community-desc &gt; div {
		top: auto;
		transform: none;	
	}
}
</pre></body></html>