body,html {
  height:100%;
  font-family: 'Poppins', sans-serif;
  background-color:#222222;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale !important;
  text-rendering: optimizeLegibility !important;
}

#page-wrap {
  position:relative;
  width:100%;
  background-color:#ffffff;
  color:#111111;
}

#page-header {
  position: static;
  width:100%;
}

#page-header.is-fixed {
  position: fixed;
  top:0px;
  z-index: 999999;
  width:100%;
  box-shadow: 0px 0px 6px 0px rgba(0, 0, 0, 0.5);
}

#page-content { position: static; z-index:1; }

@media print { .no-print, .no-print * { display: none !important; }}


/* responsive support */

.container-fluid { max-width:1200px; padding:0 24px; margin:0 auto; }

.silver-wrap { background-color:#f7f7f7; }

.hold-width { max-width:800px; margin:0 auto; }
.padding-top { padding-top:40px; }
.padding-top-half { padding-top:20px; }
.padding-bottom { padding-bottom:40px; }
.padding-bottom-half { padding-bottom:20px; }
.form-padding { margin:24px 0; }
.form-boxed { border: 1px solid #ced4da; border-radius: .25rem; padding:8px; }
.form-vote-padding { padding-top:10px; padding-bottom:20px; }
@media all and (min-width: 768px) {
	.padding-top { padding-top:60px; }
	.padding-top-half { padding-top:30px; }
	.padding-bottom { padding-bottom:60px; }
	.padding-bottom-half { padding-bottom:30px; }
	.split-left { padding-right:30px; }
	.split-right { padding-left:30px; }
	.form-boxed { padding:16px; }
}


/* responsive images */

.img-responsive { max-width: 100%; height:auto!important; }
.img-fluid { width:100%!important; height:auto!important; }
.img-wrapright { float:right; padding:0; margin:6px 0px 16px 30px; max-width:48%; height:auto!important; }
.img-wrapleft { float:left; padding:0; margin:6px 30px 16px 0px; max-width:48%; height:auto!important; }

.img-rounded { border-radius: 10px; }


.video-container { position: relative; padding-bottom: 56.25%; height: 0; overflow: hidden; }
.video-responsive { position: relative; padding-bottom: 56.25%; height: 0; overflow: hidden; }
.video-container iframe, .video-container object, .video-container embed { position: absolute; top: 0; left: 0; width: 100%; height: 100%; }
.video-responsive iframe, .video-responsive object, .video-responsive embed { position: absolute; top: 0; left: 0; width: 100%; height: 100%; }


/* responsive features */

figure,figcaption,img { display: block; }
figcaption { font-weight:400; font-size:14px; line-height:1.4; margin:6px 0px 12px 0px; } 

.container-fluid-feature { max-width:768px; padding:0 24px; margin:0 auto; }

.body-feature { padding:0; margin:24px 0px 24px 0px; width:100%; }
.body-feature-full { padding:0; margin:24px 0px 24px 0px; width:100%; }
.body-feature-full p, .body-feature-full div, .body-feature-full figure { margin-left:-24px; margin-right:-24px; }
.body-feature-left { padding:0; margin:24px 0px 24px 0px; width:100%; }
.body-feature-right { padding:0; margin:24px 0px 24px 0px; width:100%; }
.body-feature-callout { border-top:1px solid #eee; border-bottom:1px solid #eee; margin-top:30px; margin-bottom:30px; }
.body-feature-callout p { font-weight:400; font-size:20px; line-height:30px; text-align:center; padding:16px 0px 6px 0px; }

.body-feature-full figcaption { padding-left:24px; padding-right:24px; }

@media all and (min-width: 768px) {
	.body-feature-left { float:left; padding:0; margin:6px 30px 12px 0px; width:60%; }
	.body-feature-left p, .body-feature-left figure { margin-left:-24px; } 
	.body-feature-right { float:right; padding:0; margin:6px 0px 12px 30px; width:60%; }
	.body-feature-right p, .body-feature-right figure { margin-right:-24px; }
	.body-feature-callout { } 
	.body-feature-callout p { padding:24px 24px 14px 24px; }
	
	.body-feature-left figcaption { padding-left:24px; }
	.body-feature-right figcaption { padding-right:24px; }
}


/* sponsor logos */

.sponsor-logos { margin:24px 0px; text-align:center;}
.sponsor-logos p { display:inline-block; max-width:120px; margin:6px 6px; border:4px solid #eee;}
.sponsor-logos p a { display:block; border:2px solid #fff;  transition: all 400ms ease;  }
.sponsor-logos p a:hover { border:2px solid #ddd; }
.sponsor-logos p img { max-width:120px; border:16px solid #fff; width:100%!important; height:auto!important; }
@media all and (min-width: 768px) {
	.sponsor-logos p { max-width:160px; margin:14px 12px;}
	.sponsor-logos p img { max-width:160px; }
}


/* alert box */

.alert-wrap { background-color:#cc3300; color:#fff; }
.alert-hold { display: table; width: 100%; }
.alert-prefix { display:table-cell; vertical-align: top; width:90px; padding-top:20px; }
.alert-content { display:table-cell; vertical-align: top; width:auto; padding-top:20px; }
.alert-dismiss { display:table-cell; vertical-align: top; width:32px; padding-top:20px; text-align:right; }

.alert-prefix { 
  color: #fff;
  font-size: 20px;
  line-height: 20px;
  font-weight: 400;
  text-transform: uppercase;
  letter-spacing: 0.100rem;
  padding-bottom:20px;
}

.alert-content { 
  color: #fff;
  font-size: 13px;
  line-height: 20px;
  font-weight: 700;
  text-transform: uppercase;
  letter-spacing: 0.100rem;
}

.alert-message { padding-bottom:20px; }
a.alert-link { color:#fff; text-decoration:underline; }
a.alert-link:hover { color:#fff; text-decoration:underline; }

.alert-dismiss { 
  color:#fff;
  font-size:20px;
  line-height:20px; 
  font-weight: 700;
  padding-bottom:20px;
}

#dismiss-alert { color:#fff; text-decoration:none; }

/*
#page-header.is-fixed .alert-wrap { display:none; }
*/

/* global typography */

h1 { font-size: 2.5rem; font-weight:700; color:#334; margin-top:0px; margin-bottom: 1rem; }
h2 { font-size: 1.5rem; font-weight:700; color:#334; margin-top:1rem; margin-bottom: 1rem; }
h2.on-detail { font-size: 0.9rem; margin-top:1.5rem; margin-bottom: 1rem; font-weight:700; color:#222; text-transform:uppercase; letter-spacing:0.050rem; }
h3 { font-size: 1.1rem; font-weight:700; color:#334; }
h4 { color:#334; }
h5 { color:#334; } 
h6 { color:#334; }

p, li { color:#334; font-size:17px; line-height:1.5; }

p.intro { font-weight:500; font-size:20px; line-height:1.5;}

label { color:#222; font-weight:600;}

hr { margin-top: 1rem; margin-bottom: 1rem; border: 0; border-top-color: currentcolor; border-top-style: none; border-top-width: 0px; border-top: 1px solid rgba(0,0,0,.1); opacity:1.0; }

a { color:#0A75C7; text-decoration:none; }
a:hover { color:#0967AE; text-decoration:none; }

a div.lnk-primary { color:#0A75C7; font-weight:700; font-size:18px; line-height:23px; }
a div.lnk-secondary { color:#334; font-weight:400; font-size:16px; line-height:20px; margin-top:3px; }
a div.lnk-secondary span { color:#aaa; }
a:hover div.lnk-primary { color:#0967AE; }
a:hover div.lnk-secondary { color:#222; }

b,strong { font-weight:700; }

ul { margin-left: 0; padding-left: 16px; }
li { margin-bottom:3px; }
@media all and (min-width: 768px) { ul { margin-left: 0; padding-left: 32px; } }


.btn-brand { background-color:#0A75C7; font-weight:600; text-transform:uppercase; color:#fff; letter-spacing:0.100rem; border:1px solid #0A75C7; border-radius:6px; font-size:14px; transition: all 0.15s linear 0s; }
.btn-brand:hover { background-color:#0967AE; border-color:#0967AE; color:#fff; }

.btn-outline-brand { background-color:#fff; font-weight:600; text-transform:uppercase; color:#0A75C7; letter-spacing:0.100rem; border:1px solid #0A75C7; border-radius:6px; font-size:14px; transition: all 0.15s linear 0s; }
.btn-outline-brand:hover { background-color:#0967AE; border-color:#0967AE; color:#fff; }

.btn-brand-pill { background-color:#0A75C7; font-weight:500; text-transform:uppercase; color:#fff; letter-spacing:0.100rem; border:1px solid #0A75C7; font-size:12px; line-height:16px; transition: all 0.15s linear 0s; padding: 5px 15px; border-radius:60px; }
.btn-brand-pill:hover {  background-color:#0967AE; border-color:#0967AE; color:#fff; }

.btn-outline-brand-pill { background-color:#fff; font-weight:500; text-transform:uppercase; color:#0A75C7; letter-spacing:0.100rem; border:1px solid #0A75C7; font-size:12px; line-height:16px; transition: all 0.15s linear 0s; padding: 5px 15px; border-radius:60px; }
.btn-outline-brand-pill:hover { background-color:#0967AE; border-color:#0967AE; color:#fff; }

.lk { display:table; width:100%; margin-bottom:12px; }
.lk-arrow { display:table-cell; width:30px; vertical-align:top; font-size:16px; line-height:1.4; color:#034884; }
.lk-content { display:table-cell; width:auto; vertical-align:top; }


/* footer */

.footer-wrap { background-color:#085a99; margin:0; padding:0px 0; }
.footer-wrap p.orgname { color:#fff; font-weight:700; font-size:24px; line-height:28px; }
.footer-wrap p { color:#fff; font-size:16px; line-height:1.5; }
.footer-wrap a { color:#B7D978; }
.footer-wrap a:hover { color:#BFDD88; }
.footer-logo { width:100%; max-width:150px; margin:30px auto 0px 0px;  }
.footer-social { margin:2px 0; }
.footer-social a { display:inline-block; width:30px; height:30px; font-size:14px; line-height:30px; border-radius:50%; text-align:center; margin:0 6px; }
.footer-social a { text-decoration:none; color:#fff; background-color:#034884; border:none; transition: all 0.15s linear 0s;}
.footer-social a:hover { color:#fff; background-color:#0967AE; }
.center-then-left { text-align:center; }
.center-then-right { text-align:center; }
@media screen and (min-width: 768px) {
	.footer-logo { margin-left:0; }
  .footer-social a { margin:0 12px 0 0; }
	.center-then-left { text-align:left; align-items: center; }
	.center-then-right { text-align:right; align-items: center; }
}


.btn-footer { background-color:#034884; font-weight:400; text-transform:uppercase; color:#fff!important; letter-spacing:0.100rem; border:0; border-radius:8px; font-size:14px; transition: all 0.15s linear 0s; }
.btn-footer:hover { background-color:#0967AE; border-color:#0967AE; color:#fff; }


.footer-legal-wrap { background-color:#034884; padding:30px 0px; }
.footer-legal-wrap p { font-size:15px; line-height:1.5; }
.footer-legal-wrap a { color:#eee; }
.footer-legal-wrap a:hover { color:#fff; }
.footer-legal-wrap p.md-inline { color:#fff; margin:0; }
@media screen and (min-width: 768px) {
	.footer-legal-wrap p.md-inline { display:inline-block; }
}	
	
	
/* banner */

.no-banner { width:100%; border-top:1px solid #eee; }
.banner-b { width:100%; height:160px; background-color:#eee; background-position:center center; background-size:cover;}
@media all and (min-width: 992px) {
  .banner-b { height:240px; }
}


/* detail header */

.full-color { width:100%; background:#fafafa; }

.detail-header { width:100%; background:#fafafa; border-top:1px solid #f2f2f2; border-bottom:1px solid #f2f2f2; }

.detail-header h1 { }

p.header-groups { margin-top:20px;} 

a.btn-header-groups { background-color:#fff; padding:4px 8px; margin:3px 1px; border-radius:4px; transition: all 0.15s linear 0s;  }
a.btn-header-groups { font-size:13px; line-height:15px; letter-spacing:0.050rem; font-weight:700; text-transform:uppercase; color:#0A75C7; border:2px solid #0A75C7; }
a.btn-header-groups:hover { color:#0967AE; border-color:#0967AE; }


/* sidenav drawer */

.sidenav-container { max-width:1200px; margin:auto; } /* match container-fluid width */
.sidenav-row { display:block; width:100%; }
.sidenav-col-nav { display:block; width:100%; padding:0; }
.sidenav-col-content { display:block; width:100%; padding-right:24px; padding-left:24px; }
@media screen and (min-width: 992px) {
	.sidenav-row { display: flex; flex-direction: row-reverse; width:100%; }
	.sidenav-col-nav { display:block; width:25%; padding:60px 24px 60px 40px; }
	.sidenav-col-content { display:block; width:75%; padding-right:40px; }
}

.d-sidenav { width:100%; }

.d-sidenav-section { display:table; width:100%; background-color:#034884; border-top:1px solid #fff; }
.d-sidenav-section-label { display:table-cell; text-align:left; width:auto; padding:10px 12px 10px 24px; vertical-align:top; font-size:16px; line-height:24px; }
.d-sidenav-section-toggle { display:table-cell; text-align:right; width:64px; padding:10px 24px 10px 12px; vertical-align:top; cursor:pointer; color:#fff; font-size:21px; line-height:24px; }
.d-sidenav-section-label a { color:#fff; font-weight:700; text-transform:uppercase; letter-spacing:0.025rem; text-decoration:none; }
.d-sidenav-section-label a:hover { color:#fff; text-decoration:none;  }
#d-sidenav-drawer { display:none; }
@media all and (min-width: 992px) {
  .d-sidenav-section { background-color:#085a99; border-radius:6px 6px 0 0; overflow:hidden; }
	.d-sidenav-section-label { display:block; width:100%;}
	.d-sidenav-section-toggle { display:none;  }
	#d-sidenav-drawer { display:block!important; }
}

.d-sidenav ul { padding:0; margin:0; }
.d-sidenav > ul { border:1px solid #efeeee; border-radius: 0 0 6px 6px;  } 
.d-sidenav li { padding:0; margin:0; list-style:none; }

.d-sidenav li .li-flex { display:flex; }

.d-sidenav > ul > li { border-bottom:1px solid #efeeee; }
.d-sidenav > ul > li:last-child { border-bottom:none; }

.d-sidenav li ul { padding-bottom:16px; }
.d-sidenav li ul li { padding:4px 0px; }

.d-sidenav li a {
  display:table;
  width:100%; 
  text-decoration:none;
  font-weight:400;
}

.d-sidenav li.d-open { background-color:#fff; }

.d-sidenav li a div.sn-indicator { display:table-cell; width:36px; text-align:left; padding:14px 0px 14px 20px; font-weight:600; font-size:14px; line-height:24px; vertical-align:top; color:#fff; }
.d-sidenav li a div.sn-label { display:table-cell; width:auto; text-align:left; padding:14px 20px 14px 0px; font-weight:600; font-size:15px; line-height:24px; vertical-align:top; color:#111; }
.d-sidenav li a div.sn-label-nested { display:table-cell; width:100%; text-align:left; padding:4px 20px 4px 50px; font-weight:600; font-size:14px; line-height:24px; vertical-align:top; color:#444; }
.d-sidenav li a:hover div { color:#085a99; }

.d-sidenav li.d-open a div.sn-indicator { color:#085a99; }
.d-sidenav li.d-selected div.sn-indicator { color:#085a99!important; }
.d-sidenav li.d-selected div.sn-label { color:#085a99; }

.d-sidenav li.d-sub-selected div.sn-label-nested { color:#085a99!important; }


/* home page video */

.hero-wrap {
  position: relative;
  width:100%; height:80vh; min-height:400px; max-height:800px;
  top: 0;
  overflow:hidden;
  background:white;
}

#hero-video {
  position: absolute;
  top: 50%;
  left: 50%;
  min-width: 100%;
  min-height: 100%;
  width: auto;
  height: auto;
  z-index: 1;
  -ms-transform: translate(-50%, -50%) scale(1.01);
  -moz-transform: translate(-50%, -50%) scale(1.01);
  -webkit-transform: translate(-50%, -50%) scale(1.01);
  transform: translate(-50%, -50%) scale(1.01);	
}
audio, canvas, progress, video { display: inline-block; vertical-align: baseline; }


.hero-video-darken { position: absolute; z-index: 101; display:table; width:100%; height:100%; background-color:rgba(0,0,0,0.25); }
.hero-video-content { display:table-cell; width:100%; height:100%; text-align:center; vertical-align:middle; padding:90px 24px; }
.hero-video-content-wrap { max-width:640px; margin: auto; }
.hero-video-content-wrap h1 { color:white; text-shadow: 1px 1px 0px #005480; }
.hero-video-content-wrap h2 { color:white; text-shadow: 1px 1px 0px #005480; }
.hero-video-content-wrap p { color:white; margin:16px 0 0 0; }
@media all and (min-width: 768px) {
	.hero-video-content-wrap h1 {  }
}
@media all and (min-width: 992px) {
  .hero-video-content {  padding:110px 24px 110px 24px; }
}

.hero-video-control { position:absolute; z-index:102; top:20px; right:20px; width:50px; height:50px; background-color:rgba(0,0,0,0.7); border-radius:50%; }
.hero-video-control a { display:block; width:50px; font-size:14px; line-height:50px; text-align:center; color:white; }






/* home domino */

.home-domino { width:100%; margin-bottom:30px; }
.home-domino-content { width:100%; background-color:#e8eff7; padding:30px; border-radius:10px 10px 0 0; text-align:center; }
.home-domino-image { width:100%; background-color:#eee; padding-bottom:66%; border-radius: 0 0 10px 10px; background-position:center center; background-size:cover; }
@media all and (min-width: 992px) { 
  .home-domino { display:table; }
  .home-domino-content { display:table-cell; width:50%; height:300px; vertical-align:middle; padding:40px; border-radius:10px 0 0 10px; }
  .home-domino-image { display:table-cell; width:50%; height:300px; vertical-align:middle; padding:0; border-radius:0 10px 10px 0; }
}


/* home happening gallery */

.home-happening-gallery { }

.home-gallery-link { display:block; background-color:#eee; margin-bottom:30px; border-radius:10px; overflow:hidden; }
.home-gallery-link-no-top-radius { border-radius:0 0 10px 10px; }
.home-gallery-link-top { position:relative; width:100%; height:286px;}
.home-gallery-link-photo { position:absolute; z-index:1; width:100%; height:100%; background-position:center center; background-size:cover;}
.home-gallery-link-cover { position:absolute; z-index:2; width:100%; height:100%; background-color:rgba(8,90,153,0.05); transition: all 0.25s linear 0s; }
.home-gallery-link-text { position:absolute; z-index:3; width:100%; height:100%; color:#fff; padding:24px; font-size: 18px; line-height:28px; opacity:0; transition: all 0.15s linear 0s;}
.home-gallery-link-bottom { background-color:#085A99; padding: 20px 24px 16px 24px; transition: all 0.25s linear 0s; } 
.home-gallery-link-headline { color: #fff; font-weight:700; text-transform:uppercase; font-size:24px; line-height:32px; }
.home-gallery-link-headline span { margin-left:10px; font-size:16px; }

.home-gallery-link:hover .home-gallery-link-cover { background-color:rgba(8,90,153,0.75); }
.home-gallery-link:hover .home-gallery-link-text { opacity:1; }
.home-gallery-link:hover .home-gallery-link-bottom { background-color:#085A99; }


/* home events list */

.home-events-header { background-color:#334; padding: 20px 24px 16px 24px; border-radius: 10px 10px 0 0; } 
.home-events-header-headline { color: #fff; font-weight:700; text-transform:uppercase; font-size:24px; line-height:32px; }

#homebbqlist { background-color:#e8eff7; padding:2px 24px; }
#homebbqlist .bbq-row { border:0; }
#homebbqlist .bbqdate-day { background-color:#fff; }


/* citylight social grid */

.citylight-social-grid { width:100%; border-left:8px solid #fff; border-bottom:8px solid #fff; background-color:#333; }

.citylight-social-square {
  display:block;
  background-size:cover;
  background-position:center center;	
  float:left;
  position: relative;
  margin:0px;
  overflow:hidden;
  border-right:8px solid #fff;
  border-top:8px solid #fff;
}

.citylight-social-square { width: 50%; padding-bottom : 50%; }
@media all and (min-width: 768px) { .citylight-social-square { width: 33.33%; padding-bottom : 33.33%; } }
@media all and (min-width: 992px) { .citylight-social-square { width: 20%; padding-bottom : 20%; } .citylight-social-square-6 { display:none; } }

.citylight-social-square-cover { position:absolute; width:100%; height:100%; background-color:rgba(0,0,0,0.05); transition: all 0.15s linear 0s; }
.citylight-social-square:hover .citylight-social-square-cover { background-color:rgba(0,0,0,0.35); }
.citylight-social-square-icon { position:absolute; bottom:8%; left:8%; color:#fff; font-size:22px; line-height:22px; }
@media all and (min-width: 768px) { 
   .citylight-social-square-icon { bottom:16%; left:16%; font-size:28px; line-height:28px; }
}

/* subscribe cta */

.subscribe-cta-wrap { 
  background: rgb(152,189,228);
  background: linear-gradient(103deg, rgba(152,189,228,1) 0%, rgba(183,217,120,1) 100%);
}
.subscribe-cta-hold { display:block; width:100%; padding:70px 24px; }
.subscribe-cta { display:block; text-align:center; color:#334; font-size:36px; line-height:40px; padding-top:0px; }
.subscribe-a { display:block; text-align:center; padding-top:24px; }
@media screen and (min-width: 768px) {
	.subscribe-cta-hold { display:table; max-width:800px; margin:0 auto; padding:80px 24px; }
	.subscribe-cta { display:table-cell; text-align:left; vertical-align:middle; padding-top:2px;}
	.subscribe-a { display:table-cell; text-align:right; vertical-align:middle; padding-top:0px; }
}


/* basic lightbox */

.lightbox-wrap { margin-top:30px; }
.lightbox-squares { width:100%; padding-bottom:100%; background-color:#eee; background-position:center center; background-size:cover; margin-bottom:30px; }


/* basic snake */

.snake-wrap { width:100%; background-color:#fafafa; }
.snake-container { width:100%; max-width:1400px; background-color:#fff; margin:0 auto; }
.snake-row { display:block; }
.snake-image { display: block; width:100%; padding-bottom: 90%; background-size:cover; background-position:center center; }
.snake-content { display: block; background-color:#fff; padding:30px; }
@media all and (min-width: 576px) {
	.snake-image { padding-bottom: 50%; }
}
@media all and (min-width: 768px) {
	.snake-row { display:flex; }
	.snake-row-alternate { flex-direction: row-reverse; }
	.snake-image { width:50%; padding:0; }
	.snake-content { width:50%; padding:60px; }
}
@media all and (min-width: 992px) {
	.snake-content { padding:90px; }
}

/* basic snake altnerate */

.bsnake-wrap { width:100%; }
.bsnake-container { width:100%; max-width:1400px; background-color:#fff; margin:0 auto; }
.bsnake-row { display:block; margin-bottom:30px; }
.bsnake-image { display: block; width:100%; padding:0 24px; }
.bsnake-content { display: block; background-color:#fff; padding:30px; }
@media all and (min-width: 576px) {
	.bsnake-image { padding-bottom: 50%; }
}
@media all and (min-width: 768px) {
	.bsnake-row { display:flex; align-items: center; }
	.bsnake-row-alternate { flex-direction: row-reverse; }
	.bsnake-image { width:55%; padding:24px; }
	.bsnake-content { width:45%; padding:24px 48px; }
}


/* Basic Landing Page */

.nav-card-gallery { margin:24px 0px; }
.nav-card { margin-bottom:24px; }
.nav-card a { position:relative; display:block; width:100%; height:100%; background-color:#333; }
.nav-card-image { width:100%; padding-bottom:100%; background-position:center center; background-size:cover; }
.nav-card-cover { position:absolute; top:0; width:100%; height:100%; background-color:rgba(0,0,0,0.1); }
.nav-card-content {  position:absolute; bottom:0; width:100%; height:auto; padding:24px; background-color:rgba(0,0,0,0.8);  }
.nav-card-content-headline { text-align:center; color:#fff; font-size:18px; line-height:22px;  }

.nav-card-transition {  -webkit-transition: all 250ms ease-out;
  -moz-transition: all 250ms ease-out;
  -o-transition: all 250ms ease-out;
  transition: all 250ms ease-out;
}
.nav-card a:hover .nav-card-cover { background-color:rgba(0,0,0,0.3); }
.nav-card a:hover .nav-card-content { background-color:#000; } 




/* map markers and popups */

.smarker {  width: 24px; height: 36px; cursor: pointer; }
.smarker-bg { position:absolute; width:24px; height:36px; fill:#1164a3; }
.smarker-i { position:absolute; width:24px; height:36px; text-align:center; font-size:11px; line-height:24px; color:#fff; }
.smarker-ip { position:absolute; width:24px; height:36px; text-align:center; font-size:13px; line-height:24px; color:#fff; }

.mapboxgl-map { font-family:inherit; }
.mapboxgl-ctrl-attrib.mapboxgl-compact { min-height:24px; } /* bug fix */

.mapboxgl-popup { font-family: 'Poppins', sans-serif; width: 220px; padding-bottom: 30px; } /* adjust padding bottom to height of marker */
.mapboxgl-popup-content { text-align: center; padding:20px 20px; box-shadow: 0px 0px 4px 0px rgba(0, 0, 0, 0.4); }
.mapboxgl-popup-content h3 { margin:12px 0px; color: #085a99; font-weight:700; font-size:20px; line-height:1.25; }
.mapboxgl-popup-content h5 { margin:12px 0px; font-size:15px; line-height:1.25; color:#333;}
.mapboxgl-popup-content p { margin:12px 0px; }

.mapboxgl-popup-content p.mapbox-pop-name { margin:12px 0px; color: #085a99; font-weight:700; font-size:20px; line-height:1.25; }
.mapboxgl-popup-content p.mapbox-pop-address { margin:12px 0px; font-size:15px; line-height:1.25; color:#333;}
.mapboxgl-popup-content p.mapbox-pop-link { margin:12px 0px; }



/* point-section */

#point-section #clmap { width:100%; height:50vh; min-height:100px; max-height:500px; background-color:#E6E4E0; border-top:1px solid #eee; border-bottom:1px solid #eee; }

.section-filters { text-align:center; margin:30px 0px; }
.section-filters .section-filters-title { text-align:center; color:#222; font-size:14px; line-height:16px; letter-spacing:0.100rem; font-weight:700; text-transform:uppercase; margin:0 0 14px 0;}
.section-filters ul { list-style:none; margin:0; padding:0 ;}
.section-filters li { display:inline; margin:0; padding:0; }
.section-filters a {
font-weight:600;
text-decoration: none;
line-height: 12px;
font-size: 12px;
text-align: center;
display:inline-block;
color:#334;
background-color:#ffffff;
letter-spacing:  0.050rem;
border:1px solid #334;
border-radius:4px;
padding:6px 10px;
white-space: nowrap;
margin:4px 3px;
text-transform:uppercase;
}
.section-filters a:hover { background-color:#334; border-color:#334; color:#fff; text-decoration: none; }
.section-filters a.selected { background-color:#334; border-color:#334; color:#fff; }

.point-section-results { margin:30px 0px; }

.pst { margin-bottom:24px; }
.pst-topline { border-top:1px solid #eee; padding-top:8px; }
.pst a { display:block; }

.pst a .pst-image { position:relative; width:100%; padding-bottom:66.66%; background-color:#eee; margin-bottom:12px; border-radius:10px; overflow:hidden;}
.pst a .pst-image-bg { position:absolute; top:0; width:100%; height:100%; background-position:center center; background-size:cover; }
.pst a .pst-image-cover { position:absolute; top:0; width:100%; height:100%; background-color:rgba(0,0,0,0.1); transition: all .5s;}
.pst a:hover .pst-image-cover { background-color:rgba(0,0,0,0.5);  }


/* point section ticky */

.sticky-hold {  }
.sticky-content { width:100%; background-color:#fff; padding:40px; min-height:100px; }
.sticky-map { width:100%; height:90vh; min-height:420px; background-color:#E8E0D8; }
#stickymap { width:100%; height:90vh; background-color:#E8E0D8; }
@media all and (min-width: 768px) {
	.sticky-hold { display:flex; width:100%; max-width:1800px; margin:0 auto; background-color:#000; min-height:100vh; }
	.sticky-content { flex: 1 1 auto; height:auto; }
	.sticky-map { flex: 1 1 auto; height:auto; }
	#stickymap { width:100%; height:100vh; top:0px; position: sticky; position: -webkit-sticky; /* need for safari */ }
}



/* point-detail */

.plogo { width:200px; height:200px; background-size:cover; background-position:center center; float:right; margin:0 0 24px 24px; }

.point-social-icons { margin:24px 0; text-align:left;}
.point-social-icons a { display:inline-block; width:30px; height:30px; font-size:15px; line-height:30px; border-radius:50%; text-align:center; margin:0 12px 0 0; }
.point-social-icons a { text-decoration:none; color:#fff; background-color:#0A75C7; border:none; transition: all 0.15s linear 0s;}
.point-social-icons a:hover { color:#fff; background-color:#0967AE; }



#point-detail { margin-left:-24px; margin-right:-24px; border-top:1px solid #E6E4E0; border-bottom:1px solid #E6E4E0; }
#point-detail #clmap { width:100%; height:50vh; min-height:100px; max-height:500px; background-color:#E6E4E0; border-top:2px solid #fff; border-bottom:2px solid #fff; }
@media all and (min-width: 992px) {
	#point-detail #clmap { border:2px solid #fff; border-radius:6px; }
	#point-detail { margin-left:0px; margin-right:0px; border: 1px solid #E6E4E0; border-radius:6px; }
}

.ftn { text-align:center; }
.ftn h4 { text-align:center; }
.ftn ul { margin:20px 0px; padding:0; }
.ftn li { list-style-type: none; padding:10px 0px; margin:0; border-bottom:1px solid #eee6e8;}
.ftn li:last-child { border-bottom:0;}
.ftnname { display:block; font-size:110%;}
.ftnaddress { font-size:80%; color:#000; }
.ftndistance { font-size:80%; color:#666;}





/* bbq-events-calendar */

/* bbq-controls */

.bbq-control-wrap { margin-bottom:30px; }

.bbq-cal-header { display:table; width:100%; margin:0; padding:0; background-color:#fafafa; font-size:16px; line-height:1.5; padding:12px 0px; }
.bbq-cal-header-left { display:table-cell; width:40px; vertical-align:middle; text-align:center; }
.bbq-cal-header-middle { display:table-cell; width:auto; vertical-align:middle; text-align:center; text-transform:uppercase; }
.bbq-cal-header-right { display:table-cell; width:40px; vertical-align:middle; text-align:center; }

#bbq-calendar table { width:100%; background-color:#fff; margin:0; padding:0; }   
#bbq-calendar th { /* days of the week */
  border-top:1px #e7e7e7 solid; 
  background-color:#fafafa;
  color:#aaa; /* color of days of the week */
  font-size:10px;
  line-height:26px;
  text-align:center;
  }
#bbq-calendar td {
  border-top:1px #e7e7e7 solid;
  background-color:#fafafa;
  color:#777; /* color of inactive dates */
  font-size:13px;
  line-height:32px;
  text-align:center;
  }
#bbq-calendar a { display:block; text-decoration:none; }
#bbq-calendar a.ontoday { font-weight:700; }
#bbq-calendar td.highlight a { background-color:#ddd; color:#222; }
#bbq-calendar td.highlight a:hover { text-decoration:none; background-color:#bada55; }

.bbq-p { text-align:center; font-size:12px; line-height:36px;  }

#bbq-categories ul { list-style:none; padding:0; margin:0; width:100%; }

#bbq-categories ul li { padding:0; margin:0; border-bottom:1px solid #e7e7e7; }
#bbq-categories ul li:last-child { border-bottom:0px; }
#bbq-categories a { display:block; background-color:#fafafa; padding:0 24px; font-size:14px; line-height:36px; text-align:center; }
#bbq-categories a.highlight { background-color:#ddd; color:#222; }
#bbq-categories a:hover { text-decoration:none; background-color:#bada55; }

#bbq-submit a { display:block; background-color:#eee; padding:0 24px; font-size:11px; line-height:34px; }
#bbq-submit a:hover { text-decoration:none; background-color:#bada55;}


/* bbq-results */

h1.bbq-headline {  }

.bbq-results-header { display:table; width:100%; margin:0; padding:0; background-color:#fafafa; font-size:16px; line-height:1.5; padding:12px 0px; }
.bbq-results-header-left { display:table-cell; width:40px; vertical-align:middle; text-align:center;  }
.bbq-results-header-middle { display:table-cell; width:auto; vertical-align:middle; text-align:center; text-transform:none; }
.bbq-results-header-right { display:table-cell; width:40px; vertical-align:middle; text-align:center; }

.bbq-results-list { width:100%;}

.bbq-row { display:block; width:100%; border-top:1px solid #e7e7e7; padding:20px 0px; }
.bbq-row-homepage { border-top:0px; padding:12px 0px; }
.bbq-row-date { display:block; width:100%; text-align:center; }
.bbq-row-list { display:block; width:100%; text-align:center; }

@media all and (min-width: 768px) {
	.bbq-row { display:table; }
	.bbq-row-date { display:table-cell; vertical-align:top; width:70px; text-align:center; padding-right:30px; }
	.bbq-row-list { display:table-cell; vertical-align:top; width:auto; text-align:left; }
}

.bbqdate { width:70px; margin:0 auto 24px auto; padding:0; }
@media all and (min-width: 768px) { .bbqdate { margin:0; }}
.bbqdate-month { text-align:center; color:#fff; background-color:#034884; font-size:12px; line-height:21px; border-radius:4px 4px 0px 0px; margin-top:5px;}
.bbqdate-day { text-align:center; color:#034884; background-color:#eee; font-size:30px; line-height:41px; border-radius:0px 0px 4px 4px;}
.bbqdate-tip { text-align:center; color:#034884; background-color:inherit; font-size:12px; line-height:16px; margin-top:5px; }
.bbqdate-ongoing { text-align:center; color:#fff; background-color:#034884; font-size:12px; line-height:21px; border-radius:4px; margin-top:6px;}

.bbq-row-list ul { margin:0; padding:0; list-style:none; }
.bbq-row-list li { margin:0; padding:0; list-style:none; padding-bottom:16px;}
.bbq-row-list a { }
.bbq-row-list a:hover { text-decoration:none; }


/* event-detail */

ul.datelist { list-style-type: none; padding-left:0; margin-left:0; }
ul.datelist li { margin-bottom:6px; }
ul.datelist li .dldate {  }
ul.datelist li .dltime { color:#666; }



/* Owl Gallery */

.owl-wrapper { }

.owl-theme .owl-nav { margin-top: 10px; text-align: center; -webkit-tap-highlight-color: transparent; }
.owl-theme .owl-nav [class*='owl-'] {
  color: #fff;
  font-size: 14px;
  margin: 5px;
  padding: 4px 7px;
  background: #d6d6d6; /* inactive color */
  display: inline-block;
  cursor: pointer;
  border-radius: 3px;
}
.owl-theme .owl-nav [class*='owl-']:hover {
  background: #0967AE; /* hover color */
  color: #fff;
  text-decoration: none; 
}
.owl-theme .owl-nav .disabled { opacity: 0.5; cursor: default; }
.owl-theme .owl-nav.disabled + .owl-dots { margin-top: 10px; }

.owl-theme .owl-dots { text-align: center; -webkit-tap-highlight-color: transparent; }
.owl-theme .owl-dots .owl-dot { display: inline-block; zoom: 1; *display: inline; }
.owl-theme .owl-dots .owl-dot span {
  width: 20px; /* circle size */
  height: 20px; /* circle size */
  margin: 6px 8px;
  background: #d6d6d6; /* inactive color */
  display: block;
  -webkit-backface-visibility: visible;
  transition: opacity 200ms ease;
  border-radius: 30px; 
}
.owl-theme .owl-dots .owl-dot.active span, .owl-theme .owl-dots .owl-dot:hover span {
  background: #0A75C7; /* active color */
}


/* form submit event */

.input-group-addon.Sstartdate,
.input-group-addon.Senddate{
  cursor: pointer;
  }

.input-group-text {height:38px; }  
.btn-file {
    position: relative;
    overflow: hidden;
}
.btn-file input[type=file] {
    position: absolute;
    top: 0;
    right: 0;
    min-width: 100%;
    min-height: 100%;
    font-size: 100px;
    text-align: right;
    filter: alpha(opacity=0);
    opacity: 0;
    outline: none;
    background: white;
    cursor: inherit;
    display: block;
}
input[readonly] {
  background-color: #f6f8f9!important;
  color: #999!important;
}

.div-advanced-options { 
	border: 1px solid #ced4da;
	border-radius: 4px;
	padding:8px 16px;
}

.table-advanced-events > tbody > tr > td, .table-advanced-events > tbody > tr > th {
    padding: 10px 16px 0px 0px;
    line-height: 1.42857143;
    vertical-align: middle;
	border-top:none;
	margin:0;
}

.table-advanced-events > tbody > tr > th { width:120px; }
.table-advanced-events > tbody > tr > td { line-height:34px;}
.table-advanced-events > tbody > tr > th > label { font-weight:700;}


/* post section */

.isotope-filters { margin:24px auto; text-align:center; max-width:900px;}
.isotope-filters h3 { text-align:center; color:#b6b5b5; font-size:14px; line-height:16px; letter-spacing: 0.100rem; text-transform:uppercase;}
.isotope-filters button {
font-weight:400;
letter-spacing: 0.100rem;
text-decoration: none;
line-height: 14px;
font-size: 14px;
text-align: center;
display:inline-block;
color:#6c6c6c;
background-color:#ededed;
border:none;
border-radius:4px;
padding:6px 9px;
white-space: nowrap;
margin:0px 6px 10px 0px;
}
.isotope-filters button:hover { background-color:#85c442; color:#fff; text-decoration: none; cursor:pointer;}
.isotope-filters button.button-selected { background-color:#85c442; color:#fff; }

.isotope { margin-top: 48px; width:100%; }

.isotope-item { }

.isotope-sizer,.isotope-item { width: 100%; }

.isotope-margin { margin-bottom:24px; }

@media all and (min-width: 768px) {
	.isotope-sizer,.isotope-item { width: 50%; }
	.isotope-margin { margin-left:12px; margin-right:12px;}
}

@media all and (min-width: 992px) { 
	.isotope-sizer,.isotope-item { width: 33.33%; }
}

@media all and (min-width: 1200px) { 
	.isotope-sizer,.isotope-item { width: 25%; }
}

/* cards */

.iso-card { }

.iso-card a { display:block; width:100%;
  -webkit-box-shadow: 2px 2px 4px 0px rgba(0,0,0,0.25);
  -moz-box-shadow: 2px 2px 4px 0px rgba(0,0,0,0.25);
  box-shadow: 2px 2px 4px 0px rgba(0,0,0,0.25);
}

.iso-card-image { position:relative; width:100%; height:auto; }
.iso-card-image-image { }
.iso-card-image-cover { position:absolute; top:0px; width:100%; height:100%; background-color:rgba(0,0,0,0.25); }
.iso-card-image-tag { position:absolute; top:0px; right:0px; width:auto; height:auto; background-color:rgba(0,0,0,0.7); font-size:12px; line-height:12px; color:#fff; padding:10px; }

.iso-card-content { background-color:#eee; padding:20px; text-align:left; }
.iso-card-content-headline { color:#444; font-size:20px; line-height:26px; margin-bottom:10px; }
.iso-card-content-body { color:#555; font-size:14px; line-height:20px;  margin-bottom:10px; }

.iso-card-transition {  -webkit-transition: all 250ms ease-out;
  -moz-transition: all 250ms ease-out;
  -o-transition: all 250ms ease-out;
  transition: all 250ms ease-out;
}

.iso-card a:hover .iso-card-image-cover { background-color:rgba(0,0,0,0.0); }
.iso-card a:hover .iso-card-content { background-color:#bada55; } 


/* Post Section */

.post-card-gallery { margin:48px 0px 24px 0px; }
.post-card { margin-bottom:30px; }
.post-card a { display:block; width:100%; }

.post-card-image { position:relative; width:100%; height:auto; }
.post-card-image-image { width:100%; padding-bottom:66%; background-position:center center; background-size:cover;  }
.post-card-image-cover { position:absolute; top:0px; width:100%; height:100%; background-color:rgba(0,0,0,0); }
.post-card-image-tag { position:absolute; top:0px; right:0px; width:auto; height:auto; background-color:rgba(0,0,0,0.5); font-size:12px; line-height:12px; color:#fff; padding:10px; }

.post-card-content { background-color:#fff; padding:20px; text-align:left; }
.post-card-content-headline { color:#222; font-weight:700; font-size:20px; line-height:1.4; margin-bottom:12px; }
.post-card-content-body { color:#222; font-weight:400; font-size:15px; line-height:23px;  margin-bottom:12px; }
.post-card-content-more { color:#0A75C7; font-size: 13px; font-weight: 700; letter-spacing: 0.0500rem; text-transform: uppercase; }

.post-card-transition {  -webkit-transition: all 250ms ease-out;
  -moz-transition: all 250ms ease-out;
  -o-transition: all 250ms ease-out;
  transition: all 250ms ease-out;
}

.post-card a:hover .post-card-image-cover { background-color:rgba(0,0,0,0.15); }
.post-card a:hover .post-card-content { background-color:#fafafa; } 
.post-card a:hover .post-card-content-headline { color:#000; }
.post-card a:hover .post-card-content-body { color:#222; }
.post-card a:hover .post-card-content-more { color:#0967AE; }


/* Post Detail */

.sharing-box { display:table; margin:10px auto; }
.sharing-label { display:table-cell; text-align:center; padding:10px; }
.sharing-icons { display:table-cell; text-align:center; }
.sharing-square { display:inline-block; text-align:center; margin:10px; }
.sharing-square a { display:inline-block; width:40px; height:40px; font-size:18px; line-height:38px; text-align:center;  }
.sharing-square a { text-decoration:none; color:#fff; background-color:#0A75C7; border:none; transition: all 0.15s linear 0s;}
.sharing-square a:hover { color:#fff; background-color:#0967AE; }
.share-cta { font-size:14px; line-height:16px; letter-spacing:0.100rem; font-weight:700; text-transform:uppercase; }
@media all and (min-width: 992px) {
	.sharing-box { display:block; margin-top:0px; }
	.sharing-label { display:block; }
	.sharing-icons { display:block; }
	.sharing-square { display:block; margin:20px 10px; }
}

.awesome-box { display:table; width:100%; }
.awesome-box-icon { display:table-cell; width:40px; vertical-align:top; text-align:center; }
.awesome-box-link { display:table-cell; width:auto; vertical-align:top; text-align:left; }










/* accordian */

.accordion { list-style: none; margin: 36px 0px 24px 0px; padding: 0; }

.accordion__heading { border-top: 1px solid #aaa; font-size: inherit; margin: 0; padding:0; }

.accordion__trigger {
  -webkit-appearance: none;
  background-color: #fff;
  border: none;
  border-radius: 0;
  box-shadow: none;
  color: #4464c2;
  cursor: pointer;
  display: block;
  font-size: inherit;
  font-weight:700;
  margin: 0;
  padding: 16px 50px 16px 16px;
  position: relative;
  text-align: left;
  width: 100%;
  z-index: 2;
}

.accordion__trigger:after {
  border-left: .4em solid transparent;
  border-right: .4em solid transparent;
  border-top: .5em solid #222;
  bottom: 0;
  content: '';
  height: 0;
  margin: auto;
  position: absolute;
  right: 16px;
  top: 0;
  transition: transform .2s ease-in-out;
  transform-origin: center center;
  transform: rotate(0deg);
  width: 0;
}

.accordion__trigger:hover:after,
.accordion__trigger:focus:after,
.accordion__trigger[aria-expanded="true"]:after {
	/* border-top-color: #fff; */ /* change color of css triangle */
}

.accordion__trigger[aria-expanded="true"]:after {
	transform: rotate(180deg);
}

.accordion__trigger:hover,
.accordion__trigger:focus {
	background-color: #fafafa;
	outline: none;
}

.accordion__trigger:focus {
	/*box-shadow: inset 0 0 0 2px #1e82d1;*/
}

.accordion__trigger[aria-disabled="true"]:hover {
	background-color: #1b75bc;
	color: #fff;
	cursor: not-allowed;
}

.accordion__trigger[aria-disabled="true"]:focus {
	background-color: #0a2a42;
}

.accordion__trigger[aria-expanded="true"] {
	background: #fafafa;
	/*color: #fff;*/
}

.accordion__panel {
	max-height: 0vh;
	overflow: hidden;
	padding: 0;
	position: relative;
	visibility: hidden;
	z-index: 1;
}

.accordion__panel > :last-child {
	margin-bottom: 0;
}

.accordion__panel[aria-hidden="false"] {
	background-color: #fafafa;
	max-height: 100vh;
	overflow: hidden; /* prevent scrollbar flash */
	padding: 0;
	visibility: visible;
	transition: max-height 1.3s linear,	visibility 1.3s linear;
}

.accordion_panel_inner { padding:8px 50px 16px 16px; }

/* holiday map */

.pd-wrap { padding:24px 0px 0px 0px; }
.pd-hold { display:block; background-color:#fff; border-bottom:1px solid #aaa; max-width:1400px; border:2px solid #eee; border-radius:10px; overflow:hidden; margin: 0 auto; }
.pd-map { padding:0px;}
.pd-list { padding:24px;}

#perfect-day-map { width:100%; height:60vh; min-height:80px; background-color:#fff; }

@media all and (min-width: 992px) { 
	.pd-wrap { padding:24px 24px 24px 24px; }
	.pd-map { width:50%; height:550px; float:right;}
	.pd-list { width:50%; height:550px; overflow-y:scroll; }
	#perfect-day-map { height:550px; } 
}

@media all and (min-width: 1200px) { 
	.pd-wrap { padding:50px 20px 50px 20px; }
	.pd-map { width:50%; height:750px; float:right;}
	.pd-list { padding:24px 40px; width:50%; height:850px; overflow-y:scroll; }
	#perfect-day-map { height:850px; } 
}

.smarker-bg-holiday { position:absolute; width:24px; height:36px; fill:#085A99; }
.smarker-num {  }

#perfecttable { margin:30px 10px 20px 10px; }
#perfecttable tr { border-left:1px dashed #666; vertical-align:top; }
#perfecttable tr:last-child { border-left:none; }
#perfecttable th { padding-right:16px; padding-bottom:16px; }

#perfecttable th p {
  background: #085A99;
  border-radius: 20px;
  -moz-border-radius: 20px;
  -webkit-border-radius: 20px;
  color: #ffffff;
  display: inline-block;
  font-size:15px;
  line-height: 40px;
  text-align: center;
  width: 40px; 
  margin-left:-21px;
  margin-top:-2px;
}

#perfecttable td { padding-top:0px; padding-bottom:16px; padding-left:16px; }

#perfecttable a.pt-text-link { display:block; text-decoration:none; color:#000;}
#perfecttable a.pt-text-link:hover { text-decoration:none; color:#000;}

#perfecttable a.pt-text-link h4 { color: #085A99; margin-top:6px; margin-bottom:9px; font-size:21px; line-height:1.3; font-weight:700; }
