/* home triptych */


.longmont-triptych { display:table; width:100%; max-width:1600px; margin:0 auto; 
  margin-top:-40px;
  position:relative;
  z-index:100;
  margin-bottom:40px; 
}
.longmont-triptych-wing-left { display:table-cell; width: 20%; text-align:center; vertical-align:top; }
.longmont-triptych-wing-right { display:table-cell; width: 20%; text-align:center; vertical-align:top; }
.longmont-triptych-wing-center { display:table-cell; width: auto; text-align:center; vertical-align:top; 
padding-top:120px;
}


.longmont-triptych-wing-left { 
  background-image:url('https://img.ctykit.com/cdn/co-longmont/images/left-triangles-2-710x1322.png');
  background-size: auto 500px;
  background-position:top right;
  background-repeat:no-repeat;
}
.longmont-triptych-wing-right { 
  background-image:url('https://ctycms.com/co-longmont/images/right-triangles-2-1020-1406.png');
  background-size: auto 500px;
  background-position:top left;
  background-repeat:no-repeat;
}

@media all and (min-width: 992px) {
  .longmont-triptych-wing-left { width: 30%; }
  .longmont-triptych-wing-right { width: 30%;  }
  .longmont-triptych-wing-center { width: auto; padding-top:120px; padding-left:2rem; }
}







/* basic landing */

.nav-card-gallery { margin:48px 0 0 0; }
.nav-card-margin { margin-bottom:48px; }
.nav-card { width:100%; height:100%; background-color:#fff; border-radius:6px; overflow:hidden; 
  -webkit-box-shadow: 0px 0px 8px 0px rgba(177,158,144,0.25);
  -moz-box-shadow: 0px 0px 8px 0px rgba(177,158,144,0.25);
  box-shadow: 0px 0px 8px 0px rgba(177,158,144,0.25);
}
.nav-card a { display:block; }
.nav-card a .nav-card-image { position:relative; width:100%; padding-bottom:66.66%; background-color:#eee; margin-bottom:12px; overflow:hidden;  }
.nav-card a .nav-card-image-bg {  position:absolute; top:0; width:100%; height:100%; background-position:center center; background-size:cover; transition: all .5s; }
.nav-card a .nav-card-image-cover { position:absolute; top:0; width:100%; height:100%; background-color:rgba(0,0,0,0.0); transition: all .5s;  }
.nav-card a:hover .nav-card-image-bg { transform: scale(1.02); }

.nav-card-content { width:100%; height:100%; background-color:#fff; padding:10px 20px 20px 20px; text-align:center; }
.nav-card-content-headline { color: inherit; font-weight: 700; font-size: 20px; line-height: 25px;}



/* basic snake */

.snake-wrap { width:100%; background-color:#f3f3f3; }
.snake-container { width:100%; max-width:12000px; 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; }
}

/* basic staff */

.basic-staff { margin:24px 0; }
.board-card { margin-bottom:24px; }
.board-picture-hold { max-width:240px; margin:36px auto 22px auto; }
.board-picture { width:100%; padding-bottom:100%; border-radius:50%; background-position:center center; background-size:cover;  }
.board-name { text-align:center; font-weight: 700; font-size:20px; line-height:1.3; margin-bottom:4px; }
.board-title { text-align:center; font-weight: 400; font-size:18px; line-height:1.3; margin-bottom:4px; }
.board-body { text-align:center; font-weight: 400; }





/* point-section */

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


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

.sticky-wrap { background-color:#fafafa; }
.sticky-hold { display:block; }
.sticky-content { width:100%; background-color:white; 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:1600px; margin:0 auto; min-height:100vh; }
	.sticky-content { width:40%; height:auto; }
	.sticky-map { width:60%; height:auto; }
	#stickymap { width:100%; height:100vh; top:0px; position: sticky; position: -webkit-sticky; /* need for safari */ }
}


/* point section stacky */

/* section filters */

.btn-section-filters { margin:1rem 0; }
.btn-section-filters ul { list-style:none; margin:0; padding:0; text-wrap:balance; }
.btn-section-filters li { display:inline; margin:0; padding:0; }
.btn-section-filters a {
  display:inline-block;
  text-decoration: none;
  font-size:  0.7rem;
  line-height: 1;
  font-weight:800;
  text-transform:none;
  letter-spacing: 0rem;
  color:var( --cty-brand-blue);
  background-color:inherit;
  border:1px solid var( --cty-brand-blue);
  transition:var(--cty-transition-hover); 
  border-radius:24px;
  padding:0.5rem 0.75rem;
  white-space: nowrap;
  margin:6px 3px;
}
.btn-section-filters a:hover { 
  background-color:var( --cty-brand-blue); 
  border-color:var( --cty-brand-blue); 
  color:white; 
  text-decoration: none; 
}
.btn-section-filters a.selected { 
  background-color:var( --cty-brand-blue); 
  border-color:var( --cty-brand-blue); 
  color:white; 
}



:root {
  --stacky-height: 900px; /* desktop element height */
}
.stacky-wrap { background-color:inherit; }
.stacky-hold { display:block; }
.stacky-content { width:100%; padding:24px; min-height:100px; }
.stacky-map { width:100%; height:70vh; min-height:420px; background-color:#E8E0D8; }
#stackymap { width:100%; height:70vh; background-color:#E8E0D8; }
@media all and (min-width: 992px) {
	.stacky-hold { display:flex; flex-direction:row; width:100%; max-width:1600px; margin:0 auto; height:900px; /* includes border */}
  .stacky-hold { overflow:hidden; }
	.stacky-content { width:40%; padding:16px; height:auto; overflow-y: scroll; }
	.stacky-map { width:60%; height:var(--stacky-height); }
	#stackymap { width:100%; height:var(--stacky-height); top:0px; }
}
@media all and (min-width: 1200px) {
	.stacky-wrap { padding:24px 24px 24px 8px; }
	.stacky-content { width:600px; }
	.stacky-map { width:calc(100% - 600px); }
}

.stackycard { position:relative; display:flex; width:100%; overflow:hidden; margin-top:1rem; 
  background-color:white; 
  color:black; 
}
.stackycard-content { width:calc(100% - 160px); min-height:160px; padding:1rem; }
.stackycard-image { width:160px; height:inherit; background-color:#eee;  }

.stackycard-map-link { position:absolute; top:0px; right:0px; background:#666; height:auto; }
.stackycard-map-link button { float:right; }
@media all and (min-width: 1500px) {
	.stackycard-content { width:calc(100% - 220px); min-height:180px; padding:1.5rem; }
	.stackycard-image { width:220px; }
  .stacky-content { width:700px; }
	.stacky-map { width:calc(100% - 700px); }
}

.stackycard-image a { display:block; width:100%; height:100%; background-size:cover; background-position:center center; background-repeat:no-repeat; }

.stackycard-subhead { font-size:0.5rem; line-height:1.4; font-weight:500; text-transform:none; letter-spacing:0.010rem; margin-bottom:0.5rem; text-wrap:balance; }
.stackycard-headline { font-size:1.2rem; line-height:1.2; font-weight:800; margin-bottom:0.5rem; text-wrap:balance; }
.stackycard-text { font-size:0.8rem; line-height:1.3; font-weight:700; margin-bottom:0.5rem; text-wrap:balance; }

@media all and (min-width: 1200px) {
  .stackycard-subhead { font-size:0.8rem; }
  .stackycard-headline { font-size:1.6rem; }
  .stackycard-text { font-size:0.9rem;  }
  .stackycard-subhead { width:calc(100% - 60px); }
}


.btn-map-it { 
  display:inline-block;
  background-color:#efedef; 
  border:0px;  
  color:black; 
  font-size:13px; line-height:30px; font-weight:600; text-transform:uppercase; letter-spacing:0.010rem; 
  border-radius:0px; 
  border:0; 
  margin: 0; 
  padding: 0 10px; 
  transition:var(--cty-transition-hover);  
  text-decoration:none; 
}
.btn-map-it:hover {  
  background-color:#efedef;
  color:black; 
  text-decoration:none; 
}



/* 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:white; background-color:var(--cty-brand-blue); border:none; transition: all 0.15s linear 0s;}
.point-social-icons a:hover { color:white; background-color:var(--cty-brand-blue); }

#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:150px; max-height:500px; background-color:#E6E4E0; border-top:2px solid white; border-bottom:2px solid white; }
@media all and (min-width: 992px) {
	#point-detail #clmap { border:2px solid white; }
	#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-detail */

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


/* meeting calendar */

:root {
	--cty-meetingsbg-100: #fafafa; /* blank dates */
	--cty-meetingsbg-200: #f4f4f4;
	--cty-meetingsbg-300: #eaeaea;
}

.bcal { margin-top:2rem; }
.bcal-header { width:100%; background-color:var(--cty-meetingsbg-300); padding: 0.5rem; border:1px solid white; font-size:1.1rem; font-weight:700; }
.bcal-header-prev { display:inline-block; padding: 0.5rem; }
.bcal-header-current { display:inline-block; padding: 0.5rem; }
.bcal-header-next { display:inline-block; padding: 0.5rem; }
.bcal-row { width:100%; }
.bcal-cell { width:100%; background-color:var(--cty-meetingsbg-200); border:1px solid white; font-size:16px; }
.bcal-cell span { display:block; padding:6px 12px; background-color:var(--cty-meetingsbg-300); font-weight:700; }
.bcal-cell ul { padding:6px 12px; margin:0; }
.bcal-cell ul li { padding:0; margin:0 0 8px 16px; }
.bcal-cell-blank { display:none; background-color: var(--cty-meetingsbg-100); }
.bcal-cell-empty { display:none; }
@media all and (min-width: 992px) {
  .bcal-cell-blank { display:table-cell; }
  .bcal-cell-empty { display:table-cell; }
  .bcal-header { text-align:center; border-bottom:2px; }
  .bcal-row { display:table; width:100%; }
  .bcal-cell { display:table-cell; width:14.3%; height:100px; vertical-align:top; }
  .bcal-cell ul li { font-size:15px;}
}

/* directory */

#letterindexplace { 
   margin:10px 0 10px 0px;
   }

#letterindex {
  padding: 0;
  margin: 0;
  list-style: none;
  float:left;
}

#letterindex li {
  list-style-type: none;
  float:left;
  display:block;
  background-color:#eee;
  color:#666;
  padding:5px;
  margin:1px;
  cursor:pointer;
  font-weight:bold;
  font-size:90%;
  }

#directory_results p { padding:8px 12px; margin:0; }


/* video cards */

.video-cards { margin:24px 0; }
.video-card { width:100%; height:100%; background-color:#f5f5f5; }
.video-card-image-bg { width:100%; padding-bottom:56.25%; background-size:cover; background-position:center center; }
.video-card-content { padding:24px 30px 24px 24px; text-align:left; }



/* board cards */

.board-cards { margin:2.5rem 0; }

.board-card { background-color:#231f20; color:white; text-align:left; width:100%; height:100%; }
.board-card-image { display:block; width:100%; }
.board-card-image-img { display:block; width:100%; padding-bottom: 135%; background-size:cover; background-position:center center; }
.board-card-content { padding:1.5rem 1.5rem; }

.board-icon { display:inline-block; text-align:center; width:30px; padding-right:6px; }
.board-card-headline {
  font-weight: 700;
  font-size: 1.5rem;
  line-height: 1.25;
  text-wrap:balance; 
  margin-bottom: 0.15rem;
}
.board-card-title { 
  font-weight:700; 
  font-size:0.9rem; 
  line-height:1.3; 
  text-wrap:balance;
  margin-bottom:0.6rem;  
  text-transform:uppercase;
}
.board-card-phone { 
  font-weight:500; 
  font-size:0.9rem; 
  line-height:1.3; 
  margin-top:0.6rem; 
  color:#ff4438; 
}
.board-card-email { 
  font-weight:500; 
  font-size:0.9rem; 
  line-height:1.3;
   margin-top:0.6rem; 
   color:#ff4438;  
}
.board-card-term { 
  font-weight:400; 
  font-size:0.85rem; 
  line-height:1.3; 
  text-wrap:balance;
  margin-top:0.6rem;  
}

.board-card-phone a, .board-card-email a { color:white; text-decoration:none; }
.board-card-phone a:hover, .board-card-email a:hover { color:white; text-decoration:underline; }