/* league spartan */

@font-face{
  font-family: 'League Spartan';
  font-display: swap;
  font-weight: 700;
  font-style: normal;
  src:url('https://ctycms.com/oh-akron/_fonts/leaguespartan-bold.woff2') format('woff2'),
    url('https://ctycms.com/oh-akron/_fonts/leaguespartan-bold.woff') format('woff');
}

body,html {
  height:100%;
  font-family: 'Lato', sans-serif;
  background-color:#444;
  -webkit-font-smoothing: antialiased;
}

#page-wrap {
  position:relative;
  width:100%;
  max-width:1400px;
  margin:0 auto;
  background-color:#fff;
  color:#222;
}

#page-header {
  position: relative;
  width:100%;
  z-index:100;
}

#page-content { position: relative; z-index:1; }
@media all and (min-width: 992px) {
	#page-content { margin-top:-52px; }
}

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


/* responsive support */

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

.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 14px 24px; max-width:48%; height:auto!important; }
.img-wrapleft { float:left; padding:0; margin:6px 24px 14px 0px; max-width:48%; height:auto!important; }

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

.logo-crawl-wrap { background-color:#0066B3; padding:24px 30px 48px 30px; }
.logo-crawl-headline { color:#fff; text-align:center; font-family: 'League Spartan', sans-serif; font-weight:700; margin:24px 0; font-size:21px; }
@media all and (min-width: 992px) {
  .logo-crawl-wrap { padding:30px 90px 60px 90px; }
}
.owl-logo { } 
.owl-logo span { display:block; border:3px solid #fff; background-color:#fff; padding:20px; }
.owl-logo a { display:block; border:3px solid #fff; background-color:#fff; padding:20px; }
.owl-logo a:hover { border-color:#e96e02; }

/* 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-family: 'League Spartan', sans-serif; font-weight:700; color:#0066b3; font-size: 2.5rem; margin-top:0px; margin-bottom: 1rem; }
h2 { font-family: 'League Spartan', sans-serif; font-weight:700; color:#0066b3; font-size: 1.4rem; margin-top:1.35rem; margin-bottom: 1rem; }
h3 { font-family: 'Lato', sans-serif; font-weight:700; color:#003a65; font-size: 1.2rem; margin-top:1rem; margin-bottom: 1rem; letter-spacing:0.020rem; }
h4 { color:#0066b3; }
h5 { color:#0066b3; } 
h6 { color:#0066b3; }

h2.legacy { font-family: 'Lato', sans-serif;  font-weight: 300; color: #003a65; font-size: 30px; line-height: 38px; text-transform: uppercase; }
h2.on-detail { font-size:14px; margin-top:20px; font-weight:400; color:#0066b3; margin-top:2.0rem; margin-bottom: 1rem; }

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

p.intro { color:#111; font-size:21px; line-height:1.5; }

label {  }

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

a { color:#ec7c19; text-decoration:none; }
a:hover { color:#e96e02; text-decoration:underline; }
a.no-decoration:hover { text-decoration:none; }

a.linkout-google { font-size:13.6px; font-weight:700; margin-left:6px; }

a div.lnk-primary { font-family: 'League Spartan',sans-serif; font-weight:700; color:#0066b3; font-size:20px; line-height:26px; }
a div.lnk-secondary { color:#383838;; font-weight:400; font-size:16px; line-height:23px; margin-top:3px; }
a div.lnk-secondary i { color:#ec7c19; }
a div.lnk-secondary span { color:#aaa; }
a:hover div.lnk-primary { color:#e96e02; }
a:hover div.lnk-secondary { color:#222; }

a.league-link {  font-family:'League Spartan',sans-serif; font-size:14px; line-height:20px;}
a.league-link i { margin-right:8px; }
a.league-link:hover { text-decoration:none; }

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



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-akron { background-color:#ec7c19; color:#fff; font-weight:400; text-transform:uppercase; font-family:'League Spartan',sans-serif; border:none; font-size:16px; line-height:16px; padding: 10px 12px 6px 12px }
.btn-akron:hover { background-color:#0066b3; color:#fff; text-decoration: none; }


.btn-brand { background-color:#ec7c19; font-weight:700; text-transform:uppercase; color:#fff; border:1px solid #ec7c19; font-size:15px; transition: all 0.15s linear 0s; }
.btn-brand:hover { background-color:#e96e02; border-color:#e96e02; color:#fff; text-decoration: none; }

.btn-brand-pill { background-color:#ec7c19; font-weight:700; text-transform:uppercase; color:#fff; border:1px solid #ec7c19; font-size:12px; line-height:16px; transition: all 0.15s linear 0s; padding: 5px 15px; border-radius:60px; }
.btn-brand-pill:hover {  background-color:#e96e02; border-color:#e96e02; color:#fff; text-decoration: none; }

.btn-outline-brand { background-color:#fff; font-weight:400; text-transform:uppercase; color:#ec7c19; border:1px solid #ec7c19; font-size:15px; transition: all 0.15s linear 0s; }
.btn-outline-brand:hover { background-color:#e96e02; border-color:#e96e02; color:#fff; text-decoration: none; }



/* footer */

footer { display:block; background-color:#8dc63f; padding:30px 0; }
footer a { }
footer a:hover { }
footer p { font-size:14px; line-height:21px; color: #003a65; text-align:center; }
footer p.footer-subscribe-cta { font-size:24px; line-height:27px; color: #003a65; text-transform:uppercase; font-weight:300; }
footer a.footer-link { font-family: 'League Spartan', sans-serif; font-weight:700; font-size:16px; line-height:28px; color:#003a65; }
footer a.footer-link:hover { color:#0066b3; text-decoration:none; }


.hidden-mobile { display:none; }
/*
#page-wrap { position: relative; min-height: 100%; margin-bottom: 90px; }
#sticky-footer { display:block; position: fixed; left: 0; bottom: 0; height: 90px; width: 100%; background-color:#eee; z-index:999999; }
*/
@media screen and (min-width: 768px) {
	footer p { text-align:left; }
	.hidden-mobile { display:block; }
	/*
  #sticky-footer { display:none; }
	#page-wrap { margin-bottom:0px; min-height:auto; }
  */
}


/* sticky footer */

.sticky-footer-content { display:table; width:100%; max-width:400px; margin:12px auto 0px auto; }
.sticky-footer-link { display:table-cell; width:20%; text-align:center; vertical-align:top; }

.sticky-footer-link a { fill:#003a65; height:36px; font-family: 'Lato', sans-serif; }
.sticky-footer-link a span { display:block; font-weight:700; font-size:12px; line-height:14px; color:#003a65; padding:8px 0px; }
.sticky-footer-link a:hover { fill:#ec7c19; color:#ec7c19;} 
.sticky-footer-link a:hover span { color:#ec7c19;} 

#svg-explore-f { width:32px; height:32px;}
#svg-work-f { width:38px; height:31px;}
#svg-live-f { width:34px; height:34px;}
#svg-do-business-f { width:33px; height:33px;}
#svg-get-around-f { width:27px; height:32px;}



/* banner */

.no-banner { width:100%; }
.banner-b { width:100%; height:160px; background-color:#eee; background-position:center center; background-size:cover; }
@media all and (min-width: 560px) { .banner-b { height:180px; }}
@media all and (min-width: 768px) { .no-banner { height:20px; }}
@media all and (min-width: 768px) { .banner-b { height:240px; }}
@media all and (min-width: 992px) { .banner-b { height:300px; }}




/* sidenav */

#sidenav { width:100%; }

#snavsection { background-color:#0066b3; border:1px solid #0066b3;}
#snavsection a { display:block; padding:16px 16px; text-transform:uppercase; font-weight:700; letter-spacing:0.025rem; font-size:16px; line-height:20px; color:#fff; }
#snavsection a:hover { color:#eee; text-decoration:none; }

#sidenav ul { padding:0; margin:0; }
#sidenav > ul { border:1px solid #0066b3; border-bottom:0px; border-right:0px; } /* outer ul */
#sidenav li { padding:0; margin:0; list-style:none; }
#sidenav li ul { padding-bottom:16px; }
#sidenav li ul li { padding:4px 0px; }
#sidenav > ul > li { border-bottom:1px solid #0066b3; }
#sidenav > ul > li:last-child { border-bottom:none; }

#sidenav li a {
  display:table;
  width:100%; 
  text-decoration:none;
  background-color:#fff;
  font-weight:400;
  letter-spacing:0.025rem;
}

#sidenav li a div.sn-indicator { display:table-cell; width:36px; text-align:center; padding:16px 0px; font-weight:400; font-size:12px; line-height:24px; vertical-align:top; color:#0066b3; }
#sidenav li a div.sn-label { display:table-cell; width:auto; text-align:left; padding:16px 20px 16px 0px; font-weight:400; font-size:16px; line-height:24px; vertical-align:top; color:#0066b3; }
#sidenav li a div.sn-label-nested { display:table-cell; width:100%; text-align:left; padding:4px 20px 4px 50px; font-weight:400; font-size:14px; line-height:24px; vertical-align:top; color:#0066b3; }
 
#sidenav li a:hover div { color:#e96e02; }
#sidenav li a.activeitem div { color:#ec7c19; }
#sidenav li a.activeiteminner div { color:#ec7c19; }



/* basic landing page */

#landingicon { text-align:center; margin-top:10px; margin-bottom:10px;}
#landingicon svg { fill:#0066B3; width:70px; height:auto; }	
#landingintro { max-width:900px; margin:0 auto; }
#landinggallery { margin:46px 0;}
#landinggallery a { display:block; background-color:#fff; padding-bottom:24px; }
#landinggallery a:hover { text-decoration:none;}
.landing { }
.landingim { }
.landinglink { font-family:'League Spartan',sans-serif; color:#0066b3; font-weight:700; font-size:22px; line-height:27px; text-align:center; margin-top:18px;}




/* basic staff */

.staff-cards { margin-top:24px; }
.staff-card { margin-bottom:24px; }
.staff-picture-hold { width:100%; margin:0px auto 24px auto; }
.staff-picture { width:100%; padding-bottom:58%; background-position:center center; background-size:cover;  }
.staff-name { text-align:left; font-family: 'League Spartan', sans-serif; color:#0066b3; font-size:24px; line-height:1.2; margin-bottom:4px; }
.staff-title { text-align:left; font-weight:700; font-size:18px; line-height:1.2; margin-bottom:8px; }
.staff-email { text-align:left; font-weight:400; font-size:14px; line-height:1.3; margin-bottom:0px; color:#0066b3; }
.staff-body { text-align:left; font-weight: 400; font-size:16px; line-height:1.4; margin-top:12px; margin-bottom:24px; }
@media all and (min-width: 992px) {
  .staff-name { text-align:left; }
  .staff-title { text-align:left; }
  .staff-email { text-align:left; }
  .staff-body { text-align:left; }
}



/* detail header */

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

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

a.btn-header-groups { background-color:#fafafa; padding:5px 9px; margin:3px 1px; border-radius:4px; transition: all 0.15s linear 0s;  }
a.btn-header-groups { font-size:15px; line-height:15px; letter-spacing:  0.005rem; font-weight:400; text-transform:none; color:#ec7c19; border:1px solid #b8b8b8;}
a.btn-header-groups:hover { background-color:#ffffff; color:#e96e02; border-color:#e96e02; text-decoration: none; }



/* home - topango gallery */

.topango-wrap { padding:0; margin:0; }

.topango-slide{ width:100%; }

.topango-relative{ position:relative; width:100%; }

.topango-image { display:block; z-index:10; background-size: cover; background-position: 80% 50%; }

.topango-textbox { display:block; z-index:12; position:absolute; top:0px; width:100%;}

.topango-image, .topango-textbox, .topango-slide { width:100%; height:400px; }
@media all and (min-width: 768px) { .topango-image, .topango-textbox, .topango-slide { height:400px; }}
@media all and (min-width: 992px) { .topango-image, .topango-textbox, .topango-slide { height:400px; }}

.topango-tb { display:table; width:100%; height:100%; padding:0 24px; max-width:990px; margin:0 auto;}
@media all and (min-width: 768px) {
	.topango-tb { padding:0 90px; }
}
@media all and (min-width: 1160px) {
	.topango-tb { padding:0px; }
}

.topango-tr { display:table-row; width:100%; height:100%; }
.topango-tc { display:table-cell; width:100%; height:100%; vertical-align:top;}
@media all and (min-width: 768px) {
	.topango-tc { display:table-cell; width:100%; height:100%; vertical-align:middle;}
}

.topango-caption-wrap {  }

.topango-logo { text-align:center; margin-bottom:20px; margin-top:30px; }
.topango-logo img { margin:0 auto; width:90px; height:auto; }
.topango-tc a { color:#fff; text-decoration:none; }
.topango-tc a:hover { color: #fff; text-decoration:none;}
.topango-tc h4 { color:#fff; font-family:'League Spartan',sans-serif; font-weight:700; font-size:26px; line-height:30px; text-transform:uppercase; text-align:center; margin-top:0; margin-bottom:0px; text-shadow: 0px 0px 2px #666;}
.topango-tc p { color:#fff; font-family:'Lato',serif; font-weight:400; font-size:16px; line-height:22px; text-align:center; margin-top:0; margin-bottom:0; text-shadow: 0px 0px 2px #666;}

@media all and (min-width: 768px) {
	.topango-logo { display:none; }
	.topango-tc h4 { text-align:center; font-size:36px; line-height:40px;}
	.topango-tc p { text-align:center; font-size:20px; line-height:24px;}
}

@media all and (min-width: 992px) {
	.topango-tc h4 { text-align:left; max-width:700px; font-size:56px; line-height:56px; }
	.topango-tc p { text-align:left; max-width:700px; font-size:27px; line-height:32px; }
}

.cycle-next {
  position: absolute;
  z-index: 300;
  top: 50%;
  margin-top: -42px;
  right: 3%;
  width: 44px;
  height: 84px;
  display: block;
  cursor: pointer;
}
.cycle-prev {
  position: absolute;
  z-index: 400;
  top: 50%;
  margin-top: -42px;
  left: 3%;
  width: 44px;
  height: 84px;
  display: block;
  cursor: pointer;
}
@media all and (max-width: 767px) {
	.cycle-next, .cycle-prev { display:none; width:22px; height:42px; background-size:cover; margin-top:-21px; }
}

.cycle-swipe { display:block; position:absolute; z-index:501; bottom:26px; width:100%; height:39px; text-align:center; }
.cycle-swipe img { margin:0 auto; }
@media all and (min-width: 768px) {
	.cycle-swipe { display:none; }
}
.cycle-blue-paint { display:none;}
@media all and (min-width: 768px) {
	.cycle-blue-paint { display:block; position:absolute; z-index:500; bottom:0; width:100%; height:32px; background:url('https://ctycms.com/oh-akron/blue-paint-bottom-1400.png') bottom center no-repeat; background-size:1400px; }
}



/* featured event boxes */

.feature-boxes { margin:0; }
.darkblue-bg { width:100%; background-color:#0066b3;}
.lightblue-bg { width:100%; background-color:#1b89db;}

.fevt-intro { background-color:#0066b3; padding:5px 1px 25px 1px;}
@media all and (min-width: 768px) { .fevt-intro { background-color:#0066b3; padding:5px 20px 25px 20px;}}
.fevt-intro h2 { color:#fff; margin-bottom:0px; }
.fevt-intro p { color:#fff;}

#fevt-carousel {  }

a.fevt { display:block; text-align:center; padding:30px 20px 4px 20px; background-color:#1b89db; color:#fff; height:100%;}
a.fevt:hover { color:#fff; text-decoration:none;}
@media all and (min-width: 768px) {
	a.fevt { padding-bottom:30px; min-height:240px;}
	a.fevt:hover { background-color:#0066b3; }
}

.fevt { font-size:16px; line-height:23px; font-weight:300;}
.fevt b { display:block; font-family:'League Spartan',sans-serif; font-weight:700; font-size:18px; line-height:24px; padding-bottom:2px; }
.fevt .bst-date { font-weight:400; font-size:90%;}
.fevt i { font-weight:400; color:#fff; font-size:20px; margin-top:6px;}



/* home featured point */

.fp-wrap { width:100%; background-color:#fff;}
.fp-tb { display:block; max-width:1038px; margin:0 auto; background-color:#fff;}
.fp-trow { display:block; width:100%; }
.fp-tcell { display:block; width:100%; }
.featured-business-image { display:block; width:100%; padding-bottom:100%; background-size: cover; background-position:center center; }
.featured-business-cover { display:none; position:absolute; top:0; bottom:0; right:0; left:0; background:url('https://ctycms.com/oh-akron/white-paint-right-74x600.png') top right no-repeat; background-size: contain; }
@media all and (min-width: 768px) {
	.fp-tb { display:table; }
	.fp-trow { display:table-row; width:100%; }
	.fp-tcell { display:table-cell; width:50%; vertical-align:top; position:relative; }
	.featured-business-image { display:block; position:absolute; top:0; bottom:0; right:0; left:0; padding:0; }
	.featured-business-cover { display:block; }
	
}

#businessblock { padding:30px 24px; text-align:center;}
#businessblock h2 { font-family:'Lato',sans-serif; color:#09385b; font-weight:300; font-size:32px; line-height:32px; text-transform:uppercase; margin:0; margin-bottom:12px; }
#businessblock h3 { font-family:'League Spartan',sans-serif; color:#09385b; font-size:20px; line-height:38px; margin:0;}
#businessblock p small { color:#09385b; font-weight:300; font-size:18px; line-height:24px; }
#businessblock p b { color:#09385b; font-weight:700; font-size:16px; line-height:26px; }
@media all and (min-width: 768px) { #businessblock { text-align:left;}}
@media all and (min-width: 1100px) { #businessblock { padding:30px 0px 30px 48px; }}


/* home news */

.silver-bg { width:100%; background-color:#f0f0f0; padding-top:20px; padding-bottom:24px;}

#newsblock h2.legacy { margin:0px 0px 10px 0px; }

a.newsroom-link { text-decoration:none; }
a.newsroom-link:hover { text-decoration:none; }
a span.newsroom-title { display:block; margin-top:4px; font-family: 'League Spartan', sans-serif; font-weight:700; font-size:18px; line-height:24px; color:#0066b3; }
a span.newsroom-body { display:block; margin-top:10px; font-family: 'Lato', sans-serif; font-weight:400; font-size:15px; line-height:22px; color:#111; }
a span.newsroom-body i { color:#ec7c19; margin-left:4px; }
a:hover span.newsroom-title { color:#ec7c19; }
a:hover span.newsroom-body { color:#333; }


/* home social */

.ss-header-wrap { padding:30px 0px; }
.ss-header { font-family:'Lato',sans-serif; color:#14405a; font-weight:300; font-size:26px; line-height:40px; text-align:center; text-transform:uppercase; }
.ss-subheader { font-family:'Lato',sans-serif; color:#14405a; font-weight:400; font-size:18px; line-height:20px; text-align:center; margin-top:2px;}
@media all and (min-width: 768px) {
	.ss-header-wrap { padding:24px 0px; }
	.ss-header { font-size:36px; }
	.ss-subheader { margin-top:8px; }
}

.ss-wrap-outer { width:100%; border:1px solid #fff; background-color:#fff;}
.ss-wrap { width:100%; }
.ss-instarow { width:100%; clear:both; }
.ss-twitterrow { width:100%; clear:both; }
@media all and (min-width: 768px) {
	.ss-wrap-outer { width:100%; border:3px solid #fff; }
	.ss-wrap { display:table; width:100%; }
	.ss-instarow { display:table-cell; width:30%; vertical-align:top; }
	.ss-twitterrow { display:table-cell; width:40%; vertical-align:top; }
}

.ss-instacell { width:50%; float:left;}
.ss-instacellpair { }
.ss-twittercell { width:100%; }
.ss-twittercell1 { background-color:#0066b3; }
.ss-twittercell2 { background-color:#ec7c19; }
		
.ss-instagram { position:relative; background-position:center center; background-size:cover; width:100%; padding-bottom:100%; display:block; border:1px solid #fff; }
.ss-instagram a { position:absolute; width:100%; height:100%; z-index:1; }
.ss-instagram-icon { position:absolute; left:12px; bottom:12px; color:#fff; z-index:2; font-size:15px; line-height:15px; font-weight:700;}

.ss-twitter { position:relative; width:100%; display:block; overflow:hidden; }

@media all and (min-width: 768px) {
	.ss-twitter { padding-bottom:37.5%; }
	.ss-instagram { border:3px solid #fff; } 
	.ss-twitter { border:3px solid #fff; } 
}

.ss-twitter span { width:100%; display:block; text-align:center; padding:30px 24px 30px 24px; }
.ss-twitter span { font-family: 'League Spartan', sans-serif; font-weight:700;  color:#fff; font-size:18px; line-height:22px; }
	
@media all and (min-width: 768px) {
  .ss-twitter span { position:absolute;  }
}






/* map markers and popups */

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

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

.mapboxgl-popup { width: 200px; padding-bottom: 30px; } /* adjust padding bottom to height of marker */
.mapboxgl-popup-content { text-align: center; padding:20px 10px; box-shadow: 0px 0px 4px 0px rgba(0, 0, 0, 0.4); }
.mapboxgl-popup-content h3 { font-family: 'Lato', sans-serif; font-weight:700; margin:8px 0px; color: #0066b3; font-weight:700; font-size:18px; line-height:22px; text-transform:uppercase; }
.mapboxgl-popup-content h5 { font-family: 'Lato', sans-serif; font-weight:400; margin:8px 0px; font-size:14px; line-height:22px; color:#222;}
.mapboxgl-popup-content p { font-family: 'Lato', sans-serif; font-weight:400; margin:8px 0px; font-size:14px; line-height:20px;}

.mapboxgl-popup-content p.mapbox-pop-name { font-family: 'Lato', sans-serif; font-weight:700; margin:8px 0px; color: #0066b3; font-weight:700; font-size:18px; line-height:22px; text-transform:uppercase; }
.mapboxgl-popup-content p.mapbox-pop-address { font-family: 'Lato', sans-serif; font-weight:400; margin:8px 0px; font-size:14px; line-height:22px; color:#222; }
.mapboxgl-popup-content p.mapbox-pop-link { font-family: 'Lato', sans-serif; font-weight:400; margin:8px 0px; font-size:14px; line-height:20px; }



/* point-section */

#point-section #clmap { width:100%; height:300px; background-color:#E6E4E0; border-top:1px solid #eee; border-bottom:1px solid #eee; }
@media all and (min-width: 768px) { #point-section #clmap { height:400px; } }
@media all and (min-width: 992px) { #point-section #clmap { height:500px; } }

.section-filters { text-align:center; margin:20px 0px 10px 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:400;
text-decoration: none;
line-height: 16px;
font-size: 16px;
text-align: center;
display:inline-block;
color:#383838;
background-color:#ffffff;
letter-spacing:  0.005rem;
border:1px solid #b8b8b8;
border-radius:2px;
padding:6px 10px;
white-space: nowrap;
margin:6px 4px;
text-transform:none;
}
.section-filters a:hover { background-color:#eee; color:#0066b3; border-color:#ec7c19; text-decoration: none; }
.section-filters a.selected { background-color:#fff; color:#0066b3; border-color:#ec7c19;}
.section-filters a span { margin-right:8px; color:#383838;}
.section-filters a.selected span {color:#0066b3;}
.section-filters a:hover span { color:#0066b3;}

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

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



#point-detail { border-top:1px solid #E6E4E0; border-bottom:1px solid #E6E4E0;}
#point-detail #clmap { width:100%; height:50vh; min-height:100px; max-height:360px; background-color:#E6E4E0; border-top:2px solid #fff; border-bottom:2px solid #fff; }


.pev ul { }
.pev li { } 
.pev .pevname { }
.pev .pevdate { color:#444; }
.pev .pevtime { color:#666; }

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

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

.bbq-cal-header { display:table; width:100%; margin:0; padding:0; background-color:#8dc63f; font-size:20px; 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; }
.bbq-cal-header-right { display:table-cell; width:40px; vertical-align:middle; text-align:center; }
.bbq-cal-header a { color:#fff; }
.bbq-cal-header a:hover { color:#fff; }

#bbq-calendar table { width:100%; background-color:#f8f8f8; margin:0; padding:0; }   
#bbq-calendar th { /* days of the week */
  color:#fff; /* color of days of the week */
  font-size:16px;
  line-height:40px;
  text-align:center;
  font-weight:300;
  background-color:#0066b3;
  border-bottom:2px solid #f8f8f8;
  }
#bbq-calendar td {
  border-bottom:2px solid #f8f8f8;
  background-color:#f8f8f8;
  color:#bdbdbd; /* color of inactive dates */
  font-size:15px;
  line-height:30px;
  font-weight:300;
  text-align:center;
  }

#bbq-calendar td.highlight { background-color:#0066b3; }
#bbq-calendar td.highlight-left { background-color:#0066b3; border-radius:35px 0 0 35px; }
#bbq-calendar td.highlight-right { background-color:#0066b3; border-radius:0 35px 35px 0; }
#bbq-calendar td.highlight-single { background-color:#0066b3; border-radius:35px; }

#bbq-calendar a { display:block; text-decoration:none; outline:none; color:#4c4c4c; }
#bbq-calendar a:hover { color:#fff; }
#bbq-calendar td.highlight a { color:#fff; }
#bbq-calendar td.highlight a.ontoday { color:#8dc63f; } 

#bbq-calendar td.normal:hover { background-color:#0066b3; border-radius:25px; }

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

#bbqsidebar { padding:20px;}

#bbq-categories ul { list-style:none; padding:0; margin:0; width:100%; }
#bbq-categories ul li { padding:0; margin:0; border-top: 1px solid #f8f1ed; text-transform:uppercase; }
#bbq-categories ul li:last-child { border-bottom:0px; }
#bbq-categories a { display:block; background-color:#f8f8f8; padding:8px 24px; text-align:center; color:#000; font-weight:300; font-size:14px; }
#bbq-categories a.highlight { background-color:#0066b3; color:#fff; }
#bbq-categories a:hover { text-decoration:none; background-color:#0066b3; color:#fff; }

.bbq-submit a { display:block; background-color:#5E7F24; color:#fff; padding:0 24px; font-size:13px; line-height:34px; text-align:center; font-family: 'Avenir LT W01_65 Medium'; text-transform:uppercase; }
.bbq-submit a:hover { text-decoration:none; background-color:#61871b; color:#fff; }


/* events calendar bbq */

a.featured-box { display:block; height:100%; background-color:#f8f8f8; margin-bottom:20px; transition: all 0.15s linear 0s; border-bottom:10px solid #fff; }
a.featured-box .featured-box-text { padding:20px 10px; text-align:center;}
a.featured-box h2 { margin:0; }
a.featured-box p { margin:0; color:#777; }
a.featured-box i { font-weight:400; color:#ec7c19; }
a.featured-box:hover { background-color:#f4f4f4;}
a.featured-box, a:hover.featured-box { text-decoration:none;}



/* bbq-results */

h1.bbq-headline {  }

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

.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:#0066B3; font-size:12px; line-height:21px; margin-top:5px; font-weight:300; text-transform:uppercase; }
.bbqdate-day { text-align:center; color:#0066B3; background-color:#fff; font-size:30px; line-height:41px; margin-top:5px; font-weight:300; text-transform:uppercase; }
.bbqdate-tip { text-align:center; color:#0066B3; background-color:inherit; font-size:12px; line-height:16px; margin-top:5px; font-weight:300; text-transform:uppercase; }
.bbqdate-ongoing { text-align:center; color:#fff; background-color:#0066B3; font-size:12px; line-height:21px; margin-top:6px; font-weight:300; text-transform:uppercase; }

.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 { font-size:90%; color:#666; }


/* Lightbox Thumbs */

#lightboxgallery { margin-top:30px; margin-bottom:30px; background-color:#eee; padding:24px; }
@media all and (max-width: 767px) { #lightboxgallery { margin-left:-24px; margin-right:-24px; }}
#lightboxgallery .thumbwrap { box-sizing:content-box; display:inline-block; text-align: center; vertical-align:middle; width:100px; height:100px; margin:8px; padding:8px; background-color:#fff; }


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


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

.post-card-gallery { margin:60px 0px 30px 0px; }

.post-hold { padding:0px 10px 60px 10px; }

.no-gutters {
  margin-right: 0;
  margin-left: 0;
  > .col,
  > [class*="col-"] {
    padding-right: 0;
    padding-left: 0;
  }
}

.post-image { padding:0px 0px 16px 0px; }
@media all and (min-width: 576px) { .post-image { padding:0px 16px 0px 0px; }}
@media all and (min-width: 768px) { .post-image { padding:0px 0px 16px 0px; }}
@media all and (min-width: 992px) { .post-image {  padding:0px 16px 0px 0px; }}

.post-card { }
.post-card a { text-decoration:none; }
.post-card a:hover { text-decoration:none; }

.post-title { font-family: 'League Spartan',sans-serif; font-weight: 700; color: #0066b3; font-size: 18px; line-height: 24px; }
.post-date { font-weight:400; font-size: 13px; line-height:13px; color:#000; margin:8px 0px; }
.post-teaser { font-weight:300; color: #383838; font-size:16px; line-height:24px; }
.post-teaser i { color:#ec7c19; }

.post-card a:hover .post-title {color:#e96e02; }



/* Post Detail */

.point-box { display:table; width:100%; }
.point-box-icon { display:table-cell; width:24px; vertical-align:top; padding-top:2px; color:#0066b3; }
.point-box-link{ display:table-cell; width:auto; vertical-align:top; }


.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:#ec7c19; border:none; transition: all 0.15s linear 0s;}
.sharing-square a:hover { color:#fff; background-color:#e96e02; }

.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:1px; }
	.sharing-label { display:block; }
	.sharing-icons { display:block; }
	.sharing-square { display:block; margin:20px 0px; }
}


/* 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: #DEDEDE; /* inactive color */
  display: inline-block;
  cursor: pointer;
  border-radius: 3px;
}
.owl-theme .owl-nav [class*='owl-']:hover {
  background:  #EE8B33; /* 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: #DEDEDE; /* 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:  #EE8B33; /* active color */
}

/* Owl Sponor logo Carousel Gallery */

.owl-log-wrapper { }

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

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

/* featured events */

	
#fevt-carousel .owl-nav  {
  display:none;
}
#fevt-carousel .owl-dots .owl-dot {
  display: inline-block;
  zoom: 1;
  *display: inline;
}
#fevt-carousel .owl-dots .owl-dot span {
  width: 20px;
  height: 20px;
  margin: 5px 7px;
  background: #6db4e8;
  display: block;
  -webkit-backface-visibility: visible;
  -webkit-transition: opacity 200ms ease;
  -moz-transition: opacity 200ms ease;
  -ms-transition: opacity 200ms ease;
  -o-transition: opacity 200ms ease;
  transition: opacity 200ms ease;
  -webkit-border-radius: 30px;
  -moz-border-radius: 30px;
  border-radius: 30px;
}
#fevt-carousel .owl-dots .owl-dot.active span, .owl-theme .owl-dots .owl-dot:hover span {
  background: #fff;
}

@media all and (min-width: 768px) {
	#fevt-carousel .owl-controls { display:none; }
}


/* Covid Dining */

.pcovid-padding { padding-bottom:30px; }
.pcovid { border:1px solid #e1e1dc; padding:16px 20px; height:100%; }
.pcovid h2 { margin:0 0 6px 0; font-size:23px; line-height:1.5; text-transform:none; }
.pcovid h2 a { color:#0066b3; text-decoration:underline; }
.pcovid p { margin:0 0 6px 0; }

.pcovgroups { font-style:italic; font-size:14px; line-height:1.3; margin:-3px 0 8px 0px; }

.pcovid-options { margin:12px 0px; }

.pcovid-options > div { margin:8px 0px; font-weight:700;}

.pcovid-option-icons { display:inline-block; width:30px; height:30px; font-size:16px; line-height:30px; border-radius:50%; text-align:center; }
.pcovid-option-icons { text-decoration:none; color:#fff; background-color:#8DC63F; border:none; margin-right:4px; }

.pcovid p.covid-narrative { font-size:15px; line-height:1.3; margin:0; }


/* where to posts */

#where-to-intro h1, #where-to-h1 { font-size: 1.6rem!important; }

@media all and (min-width: 768px) {
  #where-to-intro h1, #where-to-h1 { font-size: 2.0rem!important; }
}


.where-to-hold { }
.where-to-col-a { }
.where-to-col-b { }
.where-to-col-c { }
@media all and (min-width: 992px) {
  .where-to-hold { display:table; width:100%; }
  .where-to-col-a { display:table-cell; width:120px; vertical-align:top; }
  .where-to-col-b { display:table-cell; width:auto; vertical-align:top; }
  .where-to-col-c { display:table-cell; width:120px; vertical-align:top; }
}

.listicle-container { margin-top:30px; margin-bottom:30px;}
.listicle-box { width:100%; max-width:1200px; margin:24px auto; }
.listicle-row { width:100%; }
.listicle-content { position:relative; display: block; width:100%; height:100%; background-color:#fafafa; padding:4px;}
.listicle-content hr { height:2px; background-color:#666; border:none; width:40px; margin:16px 0px; }
.listicle-inside { border:1px solid #fff; padding:8px; }
.listicle-image { position:relative; display: block; width:100%; padding-bottom: 100%; background-size:cover; background-position:center center;}
@media all and (min-width: 992px) {
  .listicle-container { margin-left:-100px; margin-right:-100px; }
  .listicle-box { display:table; }
	.listicle-row { display:table-row; }
	.listicle-content { width:50%; display:table-cell; padding:16px; }
	.listicle-inside { padding:50px; }
	.listicle-image { width:50%; display:table-cell; padding:0px; background-size:cover; background-position:center center;}
}

