body,html {
  height:100%;
  font-family: "Gotham A", "Gotham B", Arial, sans-serif;
  background-color:#041e42;
  -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; }

.gutter-small.row { margin-right: -6px; margin-left: -6px; }
.gutter-small > [class^="col-"], .gutter-small > [class^=" col-"] { padding-right: 6px; padding-left: 6px; }

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


/* 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; color:#041e42; margin-top:0px; margin-bottom: 1rem; }
h2 { font-size: 1.7rem; font-family: "Knockout 51 A", "Knockout 51 B"; font-weight:400; letter-spacing:0.040rem; color:#041e42; margin-top:1rem; margin-bottom: 1rem; text-transform:uppercase; }
h2.on-detail { font-size: 0.9rem; margin-top:1.5rem; margin-bottom: 1rem; font-weight:400; color:#666; letter-spacing:0.050rem; text-transform:uppercase; }
h3 { font-size: 1.4rem; font-family: "Knockout 51 A", "Knockout 51 B"; font-weight:400;  letter-spacing:0.040rem; color:#041e42; text-transform:uppercase; }
h4 { color:#041e42; }
h5 { color:#041e42; } 
h6 { color:#041e42; }

.semi-bold { font-weight:500!important; }

.knockout-51 { font-family: "Knockout 51 A", "Knockout 51 B"; font-style: normal!important; font-weight: 400!important; }

.knockout-69 { font-family: "Knockout 69 A", "Knockout 69 B"; font-style: normal!important; font-weight: 400!important; }

.knockout-70 { font-family: "Knockout 70 A", "Knockout 70 B"; font-style: normal!important; font-weight: 400!important; }

.knockout-72 { font-family: "Knockout 72 A", "Knockout 72 B"; font-style: normal!important; font-weight: 400!important; }

.reveal-on-scroll { opacity:0; }

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

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

label { color:#041e42; font-weight: 500; font-size:15px; }

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:#bc003c; text-decoration:none; }
a:hover { color:#e00047; text-decoration:none; }

a div.lnk-primary { color:#bc003c; font-weight:700; font-size:18px; line-height:23px; }
a div.lnk-secondary { color:#041e42; 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:#e00047; }
a:hover div.lnk-secondary { color:#041e42; }

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:#bc003c; font-weight:500; text-transform:uppercase; color:#fff; letter-spacing:0.100rem; border:1px solid #bc003c; font-size:14px; transition: all 0.15s linear 0s; }
.btn-brand:hover { background-color:#e00047; border-color:#e00047; color:#fff; }

.btn-outline-brand { background-color:#fff; font-weight:500; text-transform:uppercase; color:#bc003c; letter-spacing:0.100rem; border:1px solid #bc003c; font-size:14px; transition: all 0.15s linear 0s; }
.btn-outline-brand:hover { background-color:#e00047; border-color:#e00047; color:#fff; }

.btn-brand-blue { background-color:#003360; font-weight:500; text-transform:uppercase; color:#fff; letter-spacing:0.100rem; border:1px solid #003360; font-size:14px; transition: all 0.15s linear 0s; }
.btn-brand-blue:hover { background-color:#041e42; border-color:#041e42; color:#fff; }

.btn-outline-brand-blue { background-color:#fff; font-weight:500; text-transform:uppercase; color:#003360; letter-spacing:0.100rem; border:1px solid #003360; font-size:14px; transition: all 0.15s linear 0s; }
.btn-outline-brand-blue:hover { background-color:#041e42; border-color:#041e42; color:#fff; }


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

.btn-outline-brand-pill { background-color:#fff; font-weight:500; text-transform:uppercase; color:#bc003c; letter-spacing:0.100rem; border:1px solid #bc003c; 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:#e00047; border-color:#e00047; color:#fff; }

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

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



/* footer */

.footer-wrap { background-color:#21304d; margin:0; padding:0; }
.footer-wrap { background: linear-gradient( #fff, #fff 100px, #21304d 20px); }
.footer-logo { max-width:150px; margin:30px auto 0px 0px; }
.footer-wrap h4 { color:#fff; }
.footer-wrap p { color:#fff; font-size:16px; line-height:1.5; }
.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:#bc003c; border:none; transition: all 0.15s linear 0s;}
.footer-social a:hover { color:#fff; background-color:#e00047; }
.center-then-left { text-align:center; }
.center-then-right { text-align:center; }
@media screen and (min-width: 768px) {
  .footer-logo { margin:0; }
	.footer-social a { margin:0 12px 0 0; }
	.center-then-left { text-align:left; }
	.center-then-right { text-align:right; }
	
}

.footer-legal-wrap { background-color:#21304d; padding:0px 0px 20px 0px; }
.footer-legal-wrap p { font-size:12px; line-height:2.0; text-transform:uppercase; letter-spacing:0.075rem; }
.footer-legal-wrap a { color:#fff; text-decoration:underline; }
.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:#bc003c; border:2px solid #bc003c; }
a.btn-header-groups:hover { color:#e00047; border-color:#e00047; }


/* 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:#041e42; }
.d-sidenav-section-label { display:table-cell; background-color:#041e42; text-align:left; width:auto; padding:10px 12px 10px 24px; vertical-align:top; }
.d-sidenav-section-label { font-family: "Knockout 51 A", "Knockout 51 B"; font-size:20px; line-height:24px; }
.d-sidenav-section-toggle { display:table-cell; background-color:#041e42; text-align:right; width:64px; padding:10px 24px 10px 12px; vertical-align:top; cursor:pointer; color:#fff; font-size:20px; line-height:24px; }
.d-sidenav-section-label a { color:#fff; font-weight:400; text-transform:uppercase; letter-spacing:0.030rem; text-decoration:none; }
.d-sidenav-section-label a:hover { color:#eee; text-decoration:none;  }
#d-sidenav-drawer { display:none; }
@media all and (min-width: 992px) {
	.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:3px solid #f7f7f5; border-top:none; } 
.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 #f7f7f5; }
.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:16px; line-height:24px; vertical-align:top; color:#003360; }
.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:13px; line-height:24px; vertical-align:top; color:#003360; }
.d-sidenav li a:hover div { color:#bc003c; }

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

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




/* home page video */

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

#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%; xxbackground: linear-gradient(180deg, rgba(2,0,36,0.55) 0%, rgba(1,157,198,0) 75%, rgba(0,212,255,0) 100%); }
.hero-video-content { display:table-cell; width:100%; height:100%; text-align:center; vertical-align:middle; background-color:rgba(35,40,48,0.15); padding:90px 24px;}
.hero-video-content-wrap { max-width:560px; margin: auto;}
.hero-video-content-wrap h1 { color:#fff; font-size:26px; line-height:1.25; text-shadow: 1px 1px 2px #132C50;}
.hero-video-content-wrap p { color:#fff; margin:16px 0 0 0; }
@media all and (min-width: 768px) {
	.hero-video-content-wrap h1 { font-size:42px; line-height:1.25;  }
}

.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:#fff; }


/* home features */


.home-gallery { margin:24px 0px; }
.home-card { margin-bottom:12px; }
.home-card a { display:block; width:100%; border-top:4px solid #21304D; }
.home-card-image { width:100%; padding-bottom:68%; background-position:center center; background-size:cover; margin-bottom:20px; background-color:#fafafa; }
.home-card-cover {  }
.home-card-content { }
.home-card-content-headline { color:#003360; font-size:30px; line-height:1.0; font-family: "Knockout 51 A", "Knockout 51 B"; text-transform:uppercase; margin-bottom:12px; }
.home-card-content-teaser { color:#041e42; font-weight: 500; margin-bottom:12px; }
.home-card-content-link { color:#bc003c; font-weight:700; font-size:15px; text-transform:uppercase; letter-spacing:0.050rem; }

.home-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;
}
.home-card a:hover .home-hero-content-link  { color:#e00047; padding-left:16px; }




/* citylight social grid */

.citylight-social-grid { width:100%; border:2px 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:4px 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%; } .citylight-social-square-8 { display:none; }}
@media all and (min-width: 992px) { .citylight-social-square { width: 20%; padding-bottom : 20%; } .citylight-social-square-8 { display:block; } }

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

.citylight-social-intro { display:block; float:left; background-color:#65438a; width:100%; padding-bottom:50%; position: relative; border:4px solid #fff; }
@media all and (min-width: 768px) { .citylight-social-intro { width: 66.66%; padding-bottom : 33.33%; } }
@media all and (min-width: 992px) { .citylight-social-intro { width: 40%; padding-bottom : 20%; } }

.citylight-social-intro { background-size:cover; background-position: center center; }
.social-intro-hold { position:absolute; top:0; display:table; width:100%; height:100%; }
.social-intro-cell { display:table-cell; width:100%; height:100%; vertical-align:middle; text-align:center; background-color:rgba(188,0,60,0.8); }
.social-intro-cell-h1 { color:#fff; font-size:36px; line-height:36px; }
.social-intro-cell-h2 { color:#fff; font-size:18px; line-height:56px; font-weight:600; text-transform:uppercase; letter-spacing:0.050rem; }
.social-intro-icons { margin-top:4px; }
.social-intro-icons a { display:inline-block; width:30px; height:30px; font-size:14px; line-height:30px; border:0; border-radius:50%; text-align:center; margin:0 6px; }
.social-intro-icons a { text-decoration:none; color:#fff; background-color:#21304D; border:none; transition: all 0.15s linear 0s; }
.social-intro-iconsl a:hover { background-color:#e00047!important; }


/* home closer */

.home-closer { padding-bottom:40px; }
@media all and (min-width: 768px) {
  .home-closer { padding-left:25%; padding-bottom: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:1200px; 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; }
}
@media all and (min-width: 1200px) {
	.snake-content { padding:120px; }
}

/* neighborhoods */

.neighborhood-container { width:100%; max-width:1200px; background-color:#fff; margin:0 auto; }
.neighborhood-row { display:block; margin-top:20px; background-color:#fafafa; }

.neighborhood-logo { background-color:#eee; display: block; width:100%; }
.neighborhood-logo-1 { background-color:#003360; } /* blue */
.neighborhood-logo-2 { background-color:#bc003b; } /* red */
.neighborhood-logo-3 { background-color:#c25297; } /* purple */
.neighborhood-logo-4 { background-color:#3cc2af; } /* teal */
.neighborhood-logo-5 { background-color:#35aec7; } /* blue */
.neighborhood-logo-6 { background-color:#efa300; } /* gold */
.neighborhood-logo span { display:block; max-width:150px; margin:0 auto; padding:30px; }
.neighborhood-content { display: block; padding:30px; }

@media all and (min-width: 768px) {
  .neighborhood-logo span { max-width:350px; }
	.neighborhood-row { display:flex; align-items: center; }
	.neighborhood-row-alternate { flex-direction: row-reverse; }
	.neighborhood-logo { width:50%; padding:20px 40px; }
	.neighborhood-content  { width:50%; padding:20px 40px; }
}
@media all and (min-width: 992px) {
  .neighborhood-logo { width:45%; padding:20px 50px; }
	.neighborhood-content  { width:55%; padding:20px 50px; }
}
@media all and (min-width: 1200px) {
  .neighborhood-logo { padding:20px 60px; }
	.neighborhood-content  { padding:20px 60px; }
}


/* Basic Landing Page */

.nav-card-gallery { margin:40px 0px 24px 0px; }
.nav-card { margin-bottom:12px; }
.nav-card a { position:relative; display:block; width:100%; height:320px; background-color:#333; }
.nav-card-image { width:100%; height:320px; background-position:center center; background-size:cover; }
.nav-card-cover { position:absolute; top:0; width:100%; height:320px; background-color:rgba(33,48,77,0.1); }
.nav-card-content { position:absolute; bottom:12px; width:80%; height:auto; padding:16px 24px; background-color:#21304D;  }
.nav-card-content-headline { font-family: "Knockout 51 A", "Knockout 51 B"; 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(33,48,77,0.3); }
.nav-card a:hover .nav-card-content { padding:16px 20px 16px 28px; } 


/* News Room */

.lk { padding:8px 0px 16px 0px; }
.lk a { display:table; width:100%; }
.lk a:hover { text-decoration:none; }
.lk a .lk-arrow { display:table-cell; vertical-align:top; width:36px; color:#222; }
.lk a .lk-content { display:table-cell; vertical-align:top; width:auto;}
.lk .lnk-primary { }
.lk .lnk-secondary { font-size:14px; font-weight:700; }


/* map markers and popups */

.smarker {  width: 24px; height: 36px; cursor: pointer; }
.smarker-bg { position:absolute; width:24px; height:36px; fill:#122C50; }
.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 20px; box-shadow: 0px 0px 4px 0px rgba(0, 0, 0, 0.4); }
.mapboxgl-popup-content h3 { font-family: "Knockout 51 A", "Knockout 51 B"; margin:6px 0px; color: #003360; font-weight:400; font-size:20px; line-height:22px; text-transform:uppercase; }
.mapboxgl-popup-content h5 { font-family: "Gotham A", "Gotham B"; margin:10px 0px; font-size:14px; line-height:24px; color:#333; font-weight:400; }
.mapboxgl-popup-content p { font-family: "Gotham A", "Gotham B"; margin:6px 0px; font-size:14px; line-height:20px;}

.mapboxgl-popup-content p.mapbox-pop-name { font-family: "Knockout 51 A", "Knockout 51 B"; margin:6px 0px; color: #003360; font-weight:400; font-size:20px; line-height:22px; text-transform:uppercase; }
.mapboxgl-popup-content p.mapbox-pop-address { font-family: "Gotham A", "Gotham B"; margin:10px 0px; font-size:14px; line-height:24px; color:#333; font-weight:400; }
.mapboxgl-popup-content p.mapbox-pop-link { font-family: "Gotham A", "Gotham B"; margin:6px 0px; font-size:14px; line-height:20px;}


/* 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:400;
text-decoration: none;
line-height: 12px;
font-size: 12px;
text-align: center;
display:inline-block;
color:#122C50;;
background-color:#ffffff;
letter-spacing:  0.050rem;
border:1px solid #122C50;
border-radius:2px;
padding:6px 10px;
white-space: nowrap;
margin:4px 3px;
text-transform:uppercase;
}
.section-filters a:hover { background-color:#122C50; border-color:#122C50; color:#fff; text-decoration: none; }
.section-filters a.selected { background-color:#122C50; border-color:#122C50; 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; }
.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:1300px; 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 */

.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:#bc003c; border:none; transition: all 0.15s linear 0s;}
.point-social-icons a:hover { color:#fff; background-color:#e00047; }



#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:600px; 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; }
	#point-detail { margin-left:0px; margin-right:0px; border: 1px solid #E6E4E0; }
}

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



/* event cards */

.event-card-filters { margin:24px auto 0px auto; text-align:center; max-width:1100px;}
.event-card-filters a {
display:inline-block;
text-align: center;
font-weight: 400;
font-style: normal;
text-transform: uppercase;
font-size: 12px;
line-height: 30px;
text-decoration: none;
color: #bc003c;
background-color:inherit;
letter-spacing: 1px;
border: 2px solid #bc003c;
padding:0px 12px;
white-space: nowrap;
transition: all 0.15s linear 0s;
margin:0px 8px 12px 0px;
}
.event-card-filters a.highlight { background-color:#bc003c; color:#ffffff; border-color:#bc003c; }
.event-card-filters a:hover { background-color:#e00047; color:#fff; border-color:#e00047; text-decoration: none; cursor:pointer;}

.event-card-results { margin:30px 0px 0px 0px; }

.event-card-cell { height:100%; padding-bottom:30px;  }

.event-card { height:100%; background-color:#fafafa; position:relative; }
.event-card-image { width:100%; padding-bottom:56.25%; background-position:center center; background-size:cover; }

.event-card-content { padding:16px 16px; }

.event-card-dateline { font-size:14px; line-height:1.4; margin-bottom:6px; }
.event-card-label { font-size:18px; line-height:1.4; font-weight:700; margin-bottom:6px; }
.event-card-teaser { font-size:14px; line-height:1.4;  }

.event-featured-pill { position:absolute; top:12px; right:12px; display:inline-block; background-color:#222; font-weight: 400; text-transform:uppercase; color:#fff; letter-spacing:0.100rem; border:0px;
	font-size:11px; line-height:24px; padding: 0px 14px; border-radius:60px; }





/* 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:#3cc2af; color:#041e42; }
#bbq-calendar td.highlight a:hover { text-decoration:none; background-color:#003360; color:#fff; }

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



/* 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; color:#041e42; }
.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 { font-family: "Knockout 51 A", "Knockout 51 B"; text-align:center; color:#003360; background-color:#3cc2af; font-size:14px; line-height:21px; border-radius:0; margin-top:5px; text-transform:uppercase; }
.bbqdate-day { text-align:center; color:#003360; background-color:#fff; border:2px solid #3cc2af; font-size:30px; line-height:41px; border-radius:0; }
.bbqdate-tip { text-align:center; color:#003360; background-color:inherit; font-size:12px; line-height:16px; margin-top:5px; }
.bbqdate-ongoing { text-align:center; color:#003360; background-color:#3cc2af; 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: #e00047; /* 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: #bc003c; /* 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 { margin-bottom:12px; }
.post-card-margin a { display:block; width:100%; height:100%; background-color:#f5f5f6; }

.post-card-image { position:relative; width:100%; height:auto; }
.post-card-image-image { width:100%; padding-bottom:68%; background-position: center center; background-size:cover; }
.post-card-image-cover { position:absolute; top:0px; width:100%; height:100%; background-color:rgba(33,48,77,0.1); }
.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 { 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:#bc003c; 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(33,48,77,0.3); }
.post-card a:hover .post-card-content-more { color:#e00047; }


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


/* 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 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:#4b026b; border:none; margin-right:4px; }

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