@font-face {
  font-family: 'league-gothic';
  font-style: normal;
  font-weight: 400;
  font-display: swap;
  src:  
  url("https://ctycms.com/tx-fort-worth/_fonts/leaguegothic-regular-webfont.woff2") format("woff2"), 
 	url("https://ctycms.com/tx-fort-worth/_fonts/leaguegothic-regular-webfont.woff") format("woff"); 
}

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

#page-wrap {
  position:relative;
  width:100%;
  background-color:#fff;
  color:#212121;
}

#page-header {
  position: static;
  width:100%;
  z-index: 999;
}
#page-content { position: static; z-index:1; }

@media all and (min-width: 768px) { 
	#page-header { position: absolute; }
	#page-content { border-top:36px solid #0059ad; } 
}

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

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


/* responsive support */

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

.hold-width { max-width:800px; margin:0 auto; }
.padding-top { padding-top:32px; }
.padding-top-half { padding-top:16px; }
.padding-bottom { padding-bottom:32px; }
.padding-bottom-half { padding-bottom:16px; }
.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:48px; }
	.padding-top-half { padding-top:24px; }
	.padding-bottom { padding-bottom:48px; }
	.padding-bottom-half { padding-bottom:24px; }
	.split-left { padding-right:30px; }
	.split-right { padding-left:30px; }
	.form-boxed { padding:16px; }
}
@media all and (max-width: 767px) {
	.hidden-mobile { display:none; }
}

/* 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:#E9561D; 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!important; text-decoration:underline; }
a.alert-link:hover { color:#fff!important; 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-gothic'; font-weight:400; color:#0957b2; font-size:46px; line-height:48px; text-transform:uppercase; letter-spacing: 0.100rem; margin-top:0px; margin-bottom: 1rem; }
h1.top-center { font-size:60px; line-height:70px; text-align:center; }

h2.on-detail { font-size:14px; margin-top:20px; font-weight:600; color:#222; }
h2 { font-weight:700; letter-spacing:1px; color:#0957b2; text-transform:uppercase; font-size:19px; line-height:28px; }
h3 { font-weight:700; letter-spacing:1px; color:#0957b2; text-transform:uppercase; font-size:17px; line-height:28px; }
h4 { color:#212121; font-weight:400; }
h5 { color:#212121; font-weight:400; } 
h6 { color:#212121; font-weight:400; }

p, li { color:#000; font-size:16px; line-height:27px; }
p.intro { font-weight:400; color:#222; font-size:19px; line-height:28px; }

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

body a { color:#3a78c1; text-decoration:none; }
body a:hover { color:#0957b2; text-decoration:none; }

a div.lnk-primary { color:inherit; font-family: 'Sanchez W03 Bold',serif; font-weight:400; font-size:18px; line-height:23px; }
a div.lnk-secondary { color:#666; font-weight:300; font-size:14px; line-height:18px; margin-top:3px; }
a div.lnk-secondary span { color:#aaa; }
a:hover div.lnk-primary { color:inherit; }
a:hover div.lnk-secondary { color:#888; }

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

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

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

.btn-google { background-color:#eee; font-weight:400; color:#666; border:none; border-radius:10px; font-size:10px; line-height:12px; padding:2px 8px; white-space:nowrap; margin-left:8px;  }
.btn-google:hover { background-color:#ddd; color:#222; }

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

/* dfwi color scheme2 */

body.teal h1, body.teal h2, body.teal h3 {color:#19bcb9;}
body.teal a { color:#149694;}
body.teal a:hover { color:#19bcb9;}

body.orange h1, body.orange h2, body.orange h3 { color:#e9561d;}
body.orange a { color:#ef8203;}
body.orange a:hover { color:#e9561d;}

body.pink h1, body.pink h2, body.pink h3 {color:#e5006c;}
body.pink a { color:#b70056;}
body.pink a:hover { color:#e5006c;}

body.green h1, body.green h2, body.green h3 {color:#bcc81e;}
body.green a { color:#838c15;}
body.green a:hover { color:#bcc81e;}

body.purple h1, body.purple h2, body.purple h3 {color:#6e4b75;}
body.purple a { color:#96709d;}
body.purple a:hover { color:#6e4b75;}

.btn-dfwi { 
  color: #fff!important;
  font-weight: 700;
  border: 0px;
  background-color:#0957b2;
  padding: 8px 16px;
  margin:8px 0px;
  font-size: 15px;
  line-height: 18px;
  text-transform: uppercase;
  display: inline-block;
  text-align: center;
  vertical-align: middle;
  touch-action: manipulation;
  cursor: pointer;
  white-space: nowrap;
  border-radius: 4px;
  letter-spacing:1px;
  transition: all .3s;
}
.btn-dfwi:hover { background-color:#00488F; color:#fff!important;}

.btn-teal { background-color:#19bcb9;}
.btn-teal:hover { background-color:#149694;}

.btn-orange { background-color:#e9561d;}
.btn-orange:hover { background-color:#ef8203;}

.btn-green { background-color:#bcc81e;}
.btn-green:hover { background-color:#838c15;}

.btn-pink { background-color:#e5006c;}
.btn-pink:hover { background-color:#b70056;}

.btn-purple { background-color:#6e4b75;}
.btn-purple:hover { background-color:#96709d;}



/* pre-footer */

footer { }

.pre-footer { background: #0059ad url('https://img.ctykit.com/cdn/tx-fort-worth/pre-footer-bg.jpg'); background-position: center center; background-size:cover; border-top:1px solid #fff; padding-top:27px; padding-bottom:27px;}

.footer-social a { display:inline-block; width:38px; height:38px; font-size:18px; line-height:38px; border-radius:50%; text-align:center; vertical-align:middle; margin:0 5px; }
.footer-social a { text-decoration:none; color:#005AAD!important; border:none; background-color:#fff; transition: all 0.15s linear 0s;}
.footer-social a:hover { color:#00488F!important; background-color:#69b4fd; }

.footer-hold { display:block; height:38px; vertical-align:middle; }
.footer-stay { display:none; height:38px; vertical-align:middle; color:#69b4fd; font-family:'league-gothic'; font-size:24px; line-height:38px; text-transform:uppercase; -moz-osx-font-smoothing: grayscale; }
.footer-social { display:block; height:38px; vertical-align:middle; text-align:center; }
.footer-form { display:none; height:38px; vertical-align:middle; }
@media all and (min-width: 768px) {
	.footer-hold { display:table; height:38px; width:auto; margin: 0 auto; }
	.footer-stay { display:table-cell; height:38px; width:auto; }
	.footer-social {  display:table-cell; height:38px; width:auto; padding-left:28px; padding-right:28px; }
	.footer-form { display:table-cell; height:38px; width:auto; }
	.footer-social a.footer-mobile-subscribe { display:none; }
}



#footer-subscribe {
  display:table;
  width:auto;
  height:36px;
  background-color:#00488f; 
  padding:0;
  margin:0;
  border:1px solid #00488f; 
  }

#footer-subscribe input[type="text"]{
  display:table-cell;	
  font-size:12px;
  line-height:36px;
  height:36px; /* ie11*/
  font-weight:700;
  color:#fff;
  background:transparent;
  border:none;
  padding:0 16px;
  margin:0;
  width:250px;
  text-align:left;  
  vertical-align:middle;
}

#footer-subscribe button {
  display:table-cell;
  font-size:12px;
  line-height:36px;
  font-weight:700;
  height:36px; /* ie11*/
  background-color:#005AAD;
  color:#69b4fd;
  border:none;
  margin:0;
  padding:0;
  width:36px;
  text-align:center;
  vertical-align:middle;
}

#footer-subscribe ::-webkit-input-placeholder { color:#ddd; opacity: 1.0; }
#footer-subscribe :-moz-placeholder { color:#ddd; opacity: 1.0; }
#footer-subscribe ::-moz-placeholder { color:#ddd; opacity: 1.0; }
#footer-subscribe :-ms-input-placeholder { color:#ddd; opacity: 1.0; }

/* post-footer */

.post-footer { background-color:#004285; border-top:1px solid #003365; padding:14px 0; }

.post-footer a { color:#69b4fd!important; }
.post-footer a:hover { color:#69b4fd!important; text-decoration:underline; }

.post-footer i { font-style:normal; text-transform:none; font-weight:400; letter-spacing:0px;}

.post-footer .pf1 { font-size:11px; line-height:24px; font-weight:700; letter-spacing:1px; color:#fff; text-align:center; text-transform:uppercase; }
.post-footer .pf2 { font-size:11px; line-height:24px; font-weight:700; letter-spacing:1px; color:#0059ac; text-align:center; text-transform:uppercase; }
@media all and (min-width: 768px) {
	.post-footer .pf1 { text-align:left; }
	.post-footer .pf2 { text-align:right; }
}



/* banner */

.no-banner { width:100%; border-top:1px solid #eee; }

.banner-block { background-color:#444; }
@media all and (min-width: 992px) { .banner-block { height:86px; }}
	

.banner-image { width:100%; height:200px; background-color:#eee; background-position: center center; background-size: cover; }
@media all and (min-width: 560px) { .banner-image { min-height:240px; }}
@media all and (min-width: 768px) { .banner-image { min-height:320px; }}

@media all and (min-width: 768px) { .banner-gradient {
    position: absolute;
    z-index: 101;
    width: 100%;
    height: 200px;
    background-color: rgba(0,0,0,0.3);
	background: -moz-linear-gradient(top, rgba(0,0,0,0.7) , rgba(0,0,0,0) );
	background: -webkit-linear-gradient(top, rgba(0,0,0,0.7) , rgba(0,0,0,0) );
	background: linear-gradient(to bottom, rgba(0,0,0,0.7) , rgba(0,0,0,0) );
}}

/* detail header */

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

.bottom-line { border-bottom: 1px solid #e8e8e8; }

.detail-header { width:100%; background:#fff; }

.detail-header h1 { }

p.header-groups { margin-top:0px; margin-bottom:0px; } 
p.header-groups a { text-decoration:underline; }



/* sidenav */

.container-sidenav { display:block; width:100%; }
.container-sidenav-row { display:block; width:100%; }
.container-sidenav-nav { display:block; width:100%; }
.container-sidenav-content { display:block; width:100%; padding:40px 24px; }
@media all and (min-width: 992px) {
	.container-sidenav { display:table; width:100%; max-width:1100px; margin:0 auto; }
	.container-sidenav-row { display:table-row; width:100%; }
	.container-sidenav-nav { display:table-cell; width:25%; padding:40px 16px 40px 24px; vertical-align:top; }
	.container-sidenav-content { display:table-cell; width:75%; padding:40px 24px 40px 16px; vertical-align:top; }
}

#sidenav { width:100%; }

#snavsection { display:table; background-color:#0957b2; width:100%; }
#snavsection .sidenav-toggle-label { display:table-cell; width:auto; vertical-align:top; font-size:16px; font-weight:700; line-height:24px; padding:10px 18px; }
#snavsection .sidenav-toggle { display:table-cell; width:40px; vertical-align:top; cursor:pointer; font-weight:600; color:#ffffff; text-align:left; font-size:18px; line-height:24px; padding:10px 18px;}
#snavsection a { text-transform:uppercase; letter-spacing:0.070rem; color:#fff; }
#snavsection a:hover { color:#eee; }
#sidenav-drawer { display:none; }
@media all and (min-width: 992px) {
	#snavsection .sidenav-toggle-label { display:block; width:100%; }
	#snavsection .sidenav-toggle { display:none; }
	#sidenav-drawer { display:block!important; }
}

#sidenav ul { padding:0; margin:0; }

#sidenav > ul { border:1px solid #e8e8e8; } /* 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 #e8e8e8; }
#sidenav > ul > li:last-child { border-bottom:none; }

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

#sidenav li a div.sn-indicator { display:table-cell; width:36px; text-align:left; padding:12px 0px 12px 20px; font-weight:600; font-size:12px; line-height:20px; vertical-align:top; color:#dedddd; }
#sidenav li a div.sn-label { display:table-cell; width:auto; text-align:left; padding:12px 20px 12px 0px; font-weight:600; font-size:13px; line-height:20px; vertical-align:top; color:#666666; text-transform:uppercase;}
#sidenav li a div.sn-label-nested { display:table-cell; width:100%; text-align:left; padding:4px 20px 4px 46px; font-weight:600; font-size:13px; line-height:20px; vertical-align:top; color:#666666; }
 
#sidenav li a:hover div { background-color:#ffffff; color:#0957b2; }
#sidenav li a.activeitem div { background-color:#f2f6fb; color:#0957b2; }
#sidenav li a.activeiteminner div { background-color:#ffffff; color:#0957b2; }

.smedia { display:none; }
.smedia { margin:20px 0 0 0; font-size:22px; line-height:30px; font-family:'league-gothic'; font-weight:400; -moz-osx-font-smoothing: grayscale;}
@media all and (min-width: 992px) {
	.smedia { display:block; }
}

body.teal #snavsection { background-color:#19bcb9;}
body.teal #sidenav li a:hover div { background-color:#fafafa; color:#19bcb9; }
body.teal #sidenav li a.activeitem div { background-color:#fafafa; color:#19bcb9; }
body.teal #sidenav li a.activeiteminner div { background-color:#ffffff; color:#19bcb9; }

body.orange #snavsection { background-color:#e9561d;}
body.orange #sidenav li a:hover div { background-color:#fff5f2; color:#e9561d; }
body.orange #sidenav li a.activeitem div { background-color:#fff5f2; color:#e9561d;}

body.pink #snavsection { background-color:#e5006c;}
body.pink #sidenav li a:hover div { background-color:#fafafa; color:#e5006c; }
body.pink #sidenav li a.activeitem div  { background-color:#fafafa; color:#e5006c;}

body.green #snavsection { background-color:#bdd600;}
body.green #sidenav li a:hover div { background-color:#fafafa; color:#bdd600; }
body.green #sidenav li a.activeitem div  { background-color:#fafafa; color:#bdd600;}

body.purple #snavsection { background-color:#6e4b75;}
body.purple #sidenav li a:hover div { background-color:#fafafa; color:#6e4b75; }
body.purple #sidenav li a.activeitem div  { background-color:#fafafa; color:#6e4b75;}


/* home - topango gallery */

.topango-wrap { position:relative; padding:0; margin:0; width:100%; height:320px; overflow:hidden; }
@media all and (min-width: 768px) { .topango-wrap { height:520px; }}
@media all and (min-width: 992px) { .topango-wrap { height:580px; }}


.topango-cover {
position: absolute;
z-index: 101;
width: 100%;
height: 150px;
background-color: rgba(0,0,0,0.3);
background: -moz-linear-gradient(top, rgba(0,0,0,0.7) , rgba(0,0,0,0) );
background: -webkit-linear-gradient(top, rgba(0,0,0,0.7) , rgba(0,0,0,0) );
background: linear-gradient(to bottom, rgba(0,0,0,0.7) , rgba(0,0,0,0) );
}

.topango-slide{ width:100%; height:auto; }

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

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

.topango-image{ width:100%; height:320px; }
@media all and (min-width: 768px) { .topango-image { height:520px; }}
@media all and (min-width: 992px) { .topango-image { height:580px; }}


.topango-text { display:block; z-index:12; position:absolute; bottom:0; width:100%; height:auto; xxbackground-color:rgba(65,65,65,0.50); padding:10px 0px 20px 0px; }
@media all and (min-width: 768px) {
	.topango-text { padding:20px 20px 20px 20px;}
}

.topango-text a { color:#fff; text-decoration:none;}
.topango-text a:hover { color:#fff; text-decoration:none;}
.topango-text h4 { text-shadow: 1px 1px 2px #222; color:#fff; font-family:'league-gothic',serif; font-weight:400; font-size:46px; line-height:46px;  margin-top:0; margin-bottom:0; 
text-transform:uppercase; letter-spacing: 1px; -webkit-font-smoothing: antialiased; -moz-osx-font-smoothing: grayscale; }
.topango-text p { text-shadow: 1px 1px 2px #222; color:#fff; font-family:'Raleway',serif; font-weight:700; font-size:14px; line-height:20px; margin-top:0; margin-bottom:0; }

@media all and (min-width: 768px) {
	.topango-text h4 {font-size:60px; line-height:60px;}
	.topango-text p { font-size:16px; line-height:24px;}
}

@media all and (min-width: 992px) {
	.topango-text h4 { font-size:90px; line-height:90px; }
	.topango-text p {font-size:18px; line-height:28px; }
}

.cycle-pager { display:none; }

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


/* home video option */

.hvwrap { background-color:#f4f4f4; border-bottom:2px solid #eee; }
.hvtable { width:100%; display:block; }
.hvtr { width:100%; display:block; }
.hvtd { width:100%; display:block; }
.hvtd-video { width:100%; padding:10px; }
.hvtd-intro { width:100%; padding:24px; text-align:center; }
@media all and (min-width: 992px) {
	.hvtable { width:100%; display:table; max-width:1100px; margin:0 auto; }
	.hvtr { width:100%; display:table-row; }
	.hvtd { width:100%; display:table-cell; vertical-align:middle; }
	.hvtd-video { width:66%; padding:24px; }
	.hvtd-intro { width:33%; padding:24px 24px 24px 12px; }
}
.home-intro h1 { font-size: 60px; line-height: 65px; }


/* hometop */

#hometop { margin:30px 0;}

#homegallery a { display:block; background-color:#fff; margin-bottom:24px; transition:.25s;}

.hlanding { position:relative; }
.hlandingim { padding-bottom:20px; }
.hlandinglink { position:absolute; display:block; bottom:0px; left:20%; width:60%; background-color:#fff; text-align:center; font-size:13px; line-height:48px; }
.hlandinglink { font-weight:700; letter-spacing:1px; text-transform:uppercase;}

.hlandinglink { font-weight:700; }

#hcell0 .hlandinglink { background-color:#0051B2; color:#fff; }
#hcell1 .hlandinglink { background-color:#e5006c; color:#fff; }
#hcell2 .hlandinglink { background-color:#19bcb9; background-color:#128280; color:#fff; }
#hcell3 .hlandinglink { background-color:#e9b61d;  background-color:#AC5C02; color:#fff; }
#hcell4 .hlandinglink { background-color:#6e4b75; color:#fff; }

#hcell0 .hlandinglink { background-color:#0957B2; color:#fff; }
#hcell1 .hlandinglink:hover { background-color:#b70056; color:#fff; }
#hcell2 .hlandinglink:hover { background-color:#149694; color:#fff; }
#hcell3 .hlandinglink:hover { background-color:#ef8203; color:#fff; }
#hcell4 .hlandinglink:hover { background-color:#96709d; color:#fff; }

.evboxing { background-color:#f4f4f4; margin-bottom:24px; border-left:2px solid #dfdfdf; }
.evlist { padding-top:10px; padding-bottom:16px; }

.evt { display:table; width:100%; }
.evthold { display:table-row;  width:100%; vertical-align:top; }
.evtleft { display:table-cell; text-align:center; width:90px; padding:5px 0;}
.evtright { display:table-cell; text-align:left; padding-right:20px; vertical-align:middle; padding:6px 0;}
.evt1,.evt2 { border-bottom:1px solid #fff;}

.evinfo { display:block;}
.hmamb { display:block; width:64px; margin:8px auto;}
.hma { color:#707070; font-size:13px; line-height:18px; text-transform:uppercase; font-weight:700; }
.hmb { color:#0052b2; font-family:'Sanchez W03 Semibold'; font-weight:400; font-size:22px; line-height:28px; }
.hmc { color:#707070; border-top:1px solid #e8e8e8; font-size:11px; line-height:22px; font-weight:500; width:54px; margin:0 auto; }
.evname { color:#086ED4; font-family:'Sanchez W03 Semibold'; font-weight:400; font-size:18px; line-height:24px;}
.evvenue { color:#5e5e5e; font-size:11px; line-height:16px; }

/* home business downtown */

.business-downtown { width:100%; background: #0059ad url('https://img.ctykit.com/cdn/tx-fort-worth/business-downtown-bg.jpg'); background-position: center center; background-size:cover; padding-bottom:20px;}
.double-box-link { display:table; width:90%; margin:-24px auto 25px auto;}
.double-box-link a { display:table-row; font-size:13px; line-height:13px; font-weight:700; letter-spacing:1px; text-transform:uppercase; vertical-align:bottom; }
.double-box-link a span.db-label { display:table-cell; background-color:#0773DF; color:#fff; padding:17px 0px 15px 18px; text-align:left; }
.double-box-link a span.db-arrow { display:table-cell; background-color:#53a7f9; color:#fff; padding:17px 0px 15px 0px; width:50px; text-align:center; }

/* home lower */

#homelower { max-width:660px; margin:0 auto; text-align:center;}
#homelower h1 { font-size:40px; line-height:42px; padding-bottom:6px; }
#homelower p { color:#5e5e5e;}

#lowergallery { margin: 30px 0; }
#lowergallery a { display:block; background-color:#fff; margin-bottom:24px; transition:.25s;}

.lower{ position:relative; }
.lowerim { padding-bottom:20px; }
.lowerlink { position:absolute; display:block; bottom:0px; left:15%; width:70%; background-color:#fff; text-align:center; font-size:13px; line-height:48px; }
.lowerlink { font-weight:700; letter-spacing:1px; text-transform:uppercase; }



/* citylight social grid */

.citylight-social-grid { width:100%; border-left:1px solid white; border-bottom:1px solid white; background-color:black; }

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

.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-10 { display:none; } }
@media all and (min-width: 992px) { .citylight-social-square { width: 20%; padding-bottom : 20%; } .citylight-social-square-10 { 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:white; 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; }
}



/* basic landing page */

.landing-intro { max-width:660px; margin:0 auto; text-align:center; }
.landing-intro h1 { font-size:60px; line-height:70px; }

.landing-gallery { margin:30px 0; }
.landing-gallery a { display:block; background-color:#fff; margin-bottom:24px; transition:.25s;}

.landing { position:relative; }
.landingim { padding-bottom:20px; }
.landinglink { position:absolute; display:block; bottom:0px; left:15%; width:70%; background-color:#fff; text-align:center; font-size:13px; line-height:48px; }
.landinglink { font-weight:700; letter-spacing:1px; text-transform:uppercase;}


/* basic-staff feature box */

.staff-browser { margin:24px 0; }
.feature-margin-bottom { margin-bottom:24px; }
a.featured-box { display:block; height:100%; background-color:#e9e9e9; transition: all 0.15s linear 0s; }
a.featured-box .featured-box-text { padding:20px; }
a.featured-box .featured-box-image { padding:1px; }
a.featured-box h3 { margin:0; }
a.featured-box p { margin:0; color:#777; }
a.featured-box p.read-more { margin-top:16px; text-align:right; font-family:'league-gothic',serif; font-weight:400; color:#555;
text-transform:uppercase; letter-spacing: 1px; font-size:16px; line-height:16px; }
a.featured-box:hover { background-color:#f4f4f4;}


/* Post Section */

.post-card-gallery { margin:48px 0px 24px 0px; }
.post-card-margin { margin-bottom:30px; }
.post-card { height:100%; }
.post-card a { display:block; width:100%; height:100%; background-color:#e9e9e9; border:1px solid #e9e9e9;  -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-image { position:relative; width:100%; height:auto; }
.post-card-image-image { }
.post-card-image-cover { position:absolute; top:0px; width:100%; height:100%; }
.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:white; padding:10px; }

.post-card-content { padding:20px; text-align:left; }
.post-card-content-headline { color: #19bcb9; font-weight: 700;
    letter-spacing: 1px;
    text-transform: uppercase;
    font-size: 17px;
    line-height: 28px;
    margin-bottom:12px; 
}
.post-card-content-body { color:#666; font-weight:400; font-size:15px; line-height:23px; margin-bottom:12px; }
.post-card-content-more { color:var(--cc-alink); font-size: 13px; font-weight: 700; letter-spacing: 0.0500rem; text-transform: uppercase; text-align:right; }

.post-card a:hover { background-color:#f4f4f4; border-color:#f4f4f4; }

/* 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; border-radius:20px; }
.sharing-square a { text-decoration:none; color:#3a78c1; background-color:#fafafa; border:none; transition: all 0.15s linear 0s;}
.sharing-square a:hover { color:#0957b2; background-color:#eee; }
.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; }
}

/* map markers and popups */

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

.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:30px 20px; box-shadow: 0px 0px 4px 0px rgba(0, 0, 0, 0.4); }
.mapboxgl-popup-content p.mapbox-pop-name { margin:4px 0px;color: #111111!important; font-family:'Sanchez W03 Semibold'; font-weight:400; font-size:16px; line-height:20px; text-transform:uppercase; }
.mapboxgl-popup-content p.mapbox-pop-address { margin:8px 0px; font-size:12px; line-height:20px; color:#444; }
.mapboxgl-popup-content p.mapbox-pop-link { margin:4px 0px; font-size:14px; line-height:20px; }

.mapboxgl-popup-content h3 { margin:0px; color: #111111!important; font-family:'Sanchez W03 Semibold'; font-weight:400; font-size:16px; line-height:20px; text-transform:uppercase; }
.mapboxgl-popup-content h5 { margin:8px 0px 12px 0; color: #666666!important; font-family: 'Raleway', sans-serif; font-size:12px; line-height:20px; color:#aaa;}
.mapboxgl-popup-content p { margin:0px; font-family: 'Raleway', sans-serif; font-size:14px; line-height:20px;}
.mapboxgl-popup-content p a { color:#fff!important;}

/* point-section */

#point-section #clmap { width:100%; height:300px; background-color:#E8E0D8; }
@media all and (min-width: 768px) { #point-section #clmap { height:400px; } }
@media all and (min-width: 992px) { #point-section #clmap { height:500px; } }


.section-filters { margin:30px 0px; }
.section-filters .section-filters-title { color:#444; font-size:14px; line-height:16px; letter-spacing:0.100rem; font-weight:600; 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:inherit;
background-color:#ffffff;
letter-spacing:  0.050rem;
border:1px solid #999;
border-radius:2px;
padding:6px 10px;
white-space: nowrap;
margin:0px 8px 10px 0px;
text-transform:uppercase;
}
.section-filters a:hover { background-color:#eeeeee; text-decoration: none; }
.section-filters a.selected { background-color:#eeeeee;  }

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

.pst { margin-bottom:30px; }
.pst a { display:block; }

.pst a .pst-image { position:relative; width:100%; padding-bottom:40%; background-color:#eee; }
.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);  }

.pst-regular { border-top:3px solid #aaa; padding-top:10px; }
.pst-featured { border-top:3px solid #E44238;  padding-top:10px; background:url('https://img.ctykit.com/cdn/tx-fort-worth/sundance24x25.png') top right no-repeat; background-size: 24px 25px;}



/* 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:#3a78c1; border:none; transition: all 0.15s linear 0s;}
.point-social-icons a:hover { color:#fff; background-color:#0957b2; }


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

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


/*
.ftnname { font-family:'Sanchez W03 Bold',serif; font-weight:400; font-size:18px; }
.ftnaddress { color:#666; font-weight:300; font-size:14px; }
.ftndistance { color:#666; font-weight:300; font-size:12px;}

.ftn-boxing { display:block; margin-bottom:24px; }
.ftn-boxing h4 { padding:20px 20px 0px 20px; color:#333; font-family:'league-gothic'; font-weight:400; text-transform:uppercase;
font-weight:normal; -webkit-font-smoothing: antialiased; -moz-osx-font-smoothing: grayscale; font-size:20px; line-height:24px;}
.ftn-boxing h4 i { color:#EE7E53; padding-right:10px;}
.ftn-boxing ul { list-style-type: none; margin:0; padding:10px 20px 20px 20px;}
.ftn-boxing li { padding:15px 0px 15px 0px; margin:0; border-top:1px solid #e8e8e8;}
*/

.ftn { }
.ftn .ftn-label { padding:20px 20px 0px 20px; color:#004285; color:#666; font-family:'league-gothic'; font-weight:400; text-transform:uppercase; font-size:20px; line-height:24px; letter-spacing:0.010rem; }
.ftn ul { list-style-type: none; margin:0; padding:10px 20px 20px 20px; }
.ftn li { padding:15px 0px 15px 0px; margin:0; border-top:1px solid #e8e8e8; }
.ftn li:last-child { border-bottom:0;}
.ftnname { display:block; font-family:'Sanchez W03 Bold',serif; font-weight:400; font-size:18px; }
.ftnaddress { color:#666; font-weight:300; font-size:14px; }
.ftndistance { color:#666; font-weight:300; font-size:12px;}




/* bbq-events-calendar */

.bbq-control-wrap { margin-bottom:30px; }
.bbq-boxing { border:2px solid #e8e8e8; }

.bbq-cal-header { display:table; width:100%; margin:0; padding:0; background-color:#ffffff; }
.bbq-cal-header-left { display:table-cell; width:40px; vertical-align:middle; text-align:center; font-size:12px; line-height:40px; }
.bbq-cal-header-middle { display:table-cell; width:auto; vertical-align:middle; text-align:center; font-size:22px; line-height:40px; text-transform:uppercase; font-family:'league-gothic',serif; font-weight:400; -webkit-font-smoothing: antialiased; -moz-osx-font-smoothing: grayscale; }
.bbq-cal-header-right { display:table-cell; width:40px; vertical-align:middle; text-align:center; font-size:12px; line-height:40px; }

#bbq-calendar table { width:100%; background-color:#fff; margin:0; padding:0; }   
#bbq-calendar th { /* days of the week */
  border-top:1px #fff solid; 
  background-color:#19BCB9;
  color:#fff; /* color of days of the week */
  font-size:10px;
  line-height:20px;
  text-align:center;
  }
#bbq-calendar td {
  border-top:1px #e7e7e7 solid;
  background-color:#fff;
  color:#fff; /* color of inactive dates */
  font-size:13px;
  line-height:34px;
  font-family:'Sanchez W03 Semibold'; font-weight:400;
  text-align:center;
  }
#bbq-calendar a { display:block; text-decoration:none; }
#bbq-calendar a.ontoday { font-weight:700; text-decoration:underline; }
#bbq-calendar td.highlight a { background-color:#eee; }
#bbq-calendar td a:hover { text-decoration:none; background-color:#ddd; }

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

#bbq-categories ul { list-style:none; padding:0; margin:0; width:100%; border:2px solid #19BCB9; background-color:#19BCB9; }

#bbq-categories ul li { padding:0; margin:0; border-bottom:1px solid #77D6D3; }
#bbq-categories ul li:last-child { border-bottom:0px; }
#bbq-categories a { display:block; background-color:#19BCB9; padding:0 24px; font-size:13px; line-height:34px;  font-family:'Sanchez W03 Semibold'; font-weight:400; text-align:center; color:#fff; }
#bbq-categories a.highlight { background-color:#77D6D3; color:#fff; }
#bbq-categories a:hover { text-decoration:underline; background-color:#77D6D3; color:#fff; }


/* bbq-results */


.bbq-results-header { display:table; width:100%; margin:0; padding:0; background-color:#19bcb9; color:#fff; font-size:24px; line-height:30px; padding:16px; }
.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; text-transform:uppercase; font-family:'league-gothic',serif; font-weight:400; -webkit-font-smoothing: antialiased; -moz-osx-font-smoothing: grayscale; }
.bbq-results-header-right { display:table-cell; width:40px; vertical-align:middle; text-align:center; }

#whiten a { color:#fff; }

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

.bbq-row { display:block; width:100%; border-top:1px solid #e8e8e8;; padding:30px 0px 20px 0; }
.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:100px; 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:#666666; background-color:inherit; font-size:14px; line-height:18px; margin-top:5px; text-transform:uppercase; font-weight:700; }
.bbqdate-day { text-align:center; color:#19bcb9; background-color:inherit; font-size:24px; line-height:28px; margin-top:5px; font-family:'Sanchez W03 Semibold'; font-weight:400; }
.bbqdate-tip { text-align:center; color:#b4b4b4; background-color:inherit; font-size:12px; line-height:22px; margin-top:5px; font-weight:500; border-top:1px solid #e8e8e8; }
.bbqdate-ongoing { text-align:center; color:#666666; background-color:inherit; font-size:12px; line-height:18px; margin-top:6px; text-transform:uppercase; font-weight:700;	}

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


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

/* 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: #0957b2; /* 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: #3a78c1; /* active color */
}

/* news */

p.news-locations { font-size:90%; font-weight:bold; color:#666; }

/* blog */

p.blog-locations { font-size:90%; font-weight:bold; color:#999; }

p.blog-tags { font-size:90%; font-weight:bold; color:#999;}

p.blog-posted { font-size:90%; font-weight:bold; color:#999; }

/* forms */

label { font-size:90%; color:#222; font-weight:700; }

.well {
    margin-top: 20px;
    margin-bottom: 20px;
    min-height: 20px;
    padding: 19px;
    background-color: #f5f5f5;
    border: 1px solid #e3e3e3;
    border-radius: 4px;
    -webkit-box-shadow: inset 0 1px 1px rgba(0,0,0,.05);
    box-shadow: inset 0 1px 1px rgba(0,0,0,.05);
}

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

/* Covid Dining */

.pcovid-padding { padding-bottom:30px; }
.pcovid { border:1px solid #e1e1dc; padding:16px 20px; height:100%; }
.pcovid h2 { font-family: 'league-gothic'; font-weight:400; margin:0 0 6px 0; font-size:30px; line-height:1.1; text-transform:uppercase; }
.pcovid p { margin:0 0 6px 0; }

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

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

.pcovid-options > div { margin:10px 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:#E9561D; border:none; margin-right:4px; }

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


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