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

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

#page-header { }

#page-content { }


/* alert box */

.alert-wrap { background-color:#CE4540; 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; }


/* global typography */

h1 { font-size: 3.5rem; font-family: 'Barlow Condensed', sans-serif; font-weight:500; color:#081a25; margin-top:0px; margin-bottom: 1rem; letter-spacing:0.005rem; }
h2 { font-size: 1.6rem; font-family: 'Barlow Condensed', sans-serif; font-weight:500; color:#081a25; margin-top:1rem; margin-bottom: 1rem; letter-spacing:0.005rem; }
h2.on-detail { font-size: 0.9rem; margin-top:1.5rem; margin-bottom: 1rem; font-weight:700; color:#081a25; text-transform:uppercase; letter-spacing:0.050rem; }
h3 { font-size: 1.2rem; font-family: 'Barlow Condensed', sans-serif; font-weight:600; color:#081a25; text-transform:uppercase; letter-spacing:0.050rem; }
h4 { color:#081a25; }
h5 { color:#081a25; } 
h6 { color:#081a25; }

p, li { font-size:17px; line-height:1.6; }

p.intro,p.lead { font-family: 'Barlow Condensed', sans-serif; font-weight:500; font-size:24px; line-height:1.35; }

hr { margin-top: 1rem; margin-bottom: 1rem; border-top: 2px solid #efe9e5; }

a { color:#ca3a95; text-decoration:none; }
a:hover { color:#ba2e84;; text-decoration:none; }

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

label { color:#222; }

.form-control { border-color:#afc3ce; border-radius:0; }

.align-center { text-align:center; }

/* press releases */

a div.lnk-primary { color:#ca3a95; font-weight:700; font-size:18px; line-height:23px; }
a div.lnk-secondary { color:#000; font-weight:400; font-size:14px; line-height:20px; margin-top:4px; }
a div.lnk-secondary span { color:#aaa; }
a:hover div.lnk-primary { color:#ba2e84;; }
a:hover div.lnk-secondary { color:#222; }



/* buttons */

.btn-brand { background-color:#081a25; border:1px solid #081a25; color:#fff; font-family: 'Barlow Condensed', sans-serif; font-size:15px; font-weight:600; text-transform:uppercase; letter-spacing:0.050rem;
  margin:4px 2px 4px 0px; padding: .375rem 1rem; border-radius:0; transition: all 0.15s linear 0s; }
.btn-brand:hover { background-color:#ca3a95; border-color:#ca3a95; color:#fff; }

.btn-outline-brand { background-color:#fff; border:1px solid #081a25; color:#081a25; font-family: 'Barlow Condensed', sans-serif; font-size:15px; font-weight:600; text-transform:uppercase; letter-spacing:0.050rem; 
 margin:4px 2px 4px 0px; padding: .375rem 1rem; border-radius:0; transition: all 0.15s linear 0s; }
.btn-outline-brand:hover { background-color:#081a25; border-color:#081a25; color:#fff; }

.btn-brand-pill { background-color:#081a25; border:1px solid #081a25; color:#fff; font-family: 'Barlow Condensed', sans-serif; font-size:14px; font-weight:600; text-transform:uppercase; letter-spacing:0.050rem; 
  margin:4px 2px 4px 0px; padding: .275rem 1rem; border-radius:20px;  transition: all 0.15s linear 0s; }
.btn-brand-pill:hover {  background-color:#ca3a95; border-color:#ca3a95; color:#fff; }

.btn-outline-brand-pill { background-color:#fff; border:1px solid #081a25; color:#081a25; font-family: 'Barlow Condensed', sans-serif; font-size:14px; font-weight:600; text-transform:uppercase; letter-spacing:0.050rem;
  margin:4px 2px 4px 0px; padding: .275rem 1rem; border-radius:20px;  transition: all 0.15s linear 0s; }
.btn-outline-brand-pill:hover { background-color:#081a25; border-color:#081a25; color:#fff; }

.btn-naked { color:#081a25; font-family: 'Barlow Condensed', sans-serif; font-size:15px; font-weight:600; text-transform:uppercase; letter-spacing:0.050rem; margin:0; padding: .375rem 0rem; transition: all 0.15s linear 0s; }
.btn-naked:hover { color:#ca3a95; }

.add-arrow::after {
  display: inline-block;
  font-style: normal;
  font-variant: normal;
  text-rendering: auto;
  -webkit-font-smoothing: antialiased;
  font-family: "Font Awesome 6 Pro";
  font-weight: 400;
  content: "\f178";
  padding-left:8px;
}
.add-angle::after {
  display: inline-block;
  font-style: normal;
  font-variant: normal;
  text-rendering: auto;
  -webkit-font-smoothing: antialiased;
  font-family: "Font Awesome 6 Pro";
  font-weight: 400;
  content: "\203a";
  padding-left:8px;
}

.btn-naked.add-arrow::after { color:#ca3a95; }
.btn-outline-brand.add-arrow::after { color:#ca3a95; }
.btn-outline-brand-pill.add-arrow::after { color:#ca3a95; }

.btn-brand-white { background-color:#fff; border:1px solid #fff; color:#081a25; font-family: 'Barlow Condensed', sans-serif; font-size:15px; font-weight:600; text-transform:uppercase; letter-spacing:0.050rem;
  margin:4px 2px 4px 0px; padding: .375rem 1rem; border-radius:0; transition: all 0.15s linear 0s; }
.btn-brand-white:hover { color:#ca3a95; }
.btn-brand-white.add-arrow::after { color:#ca3a95; }

.btn-subscribe { display:inline-block; background-color:inherit; color:#fff; padding:0px 8px; font-size:14px; line-height:40px; font-family: 'Barlow Condensed', sans-serif; font-weight:700; letter-spacing:0.100rem; text-transform:uppercase; }
.btn-subscribe { border-top:1px solid #081a25; border-bottom:1px solid #081a25; }
.btn-subscribe span { margin-left:8px; color:#081a25; }
.btn-subscribe:hover { color:#fff; }

.btn-events { display:inline-block; background-color:inherit; color:#fff; padding:0px 8px; font-size:14px; line-height:40px; font-family: 'Barlow Condensed', sans-serif; font-weight:700; letter-spacing:0.100rem; text-transform:uppercase; }
.btn-events { border-top:1px solid #ca3a95; border-bottom:1px solid #ca3a95; }
.btn-events span { margin-left:8px; color:#ca3a95; }
.btn-events:hover { color:#ca3a95; }


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


/* footer */

.footer-subscribe { 
  background: rgb(1,114,180);
  background: linear-gradient(111deg, rgba(1,114,180,1) 0%, rgba(195,55,82,1) 50%, rgba(247,153,65,1) 100%);
  padding:30px;
}
.footer-subscribe-text { font-family: 'Barlow Condensed', sans-serif; font-weight:700; font-size:24px; line-height:30px; letter-spacing:0.005rem; color:#fff; margin-bottom:1rem; }
@media screen and (min-width: 992px) {
  .footer-subscribe-text { margin:0 30px 0 0; line-height:40px; }
}

.footer-wrap { background-color:#193546; padding:60px 0px; }
.footer-logo-hold { margin-bottom:40px; }
.footer-logo-logo { width:200px; height:84px; margin:0 auto 12px auto; }
.footer-logo-text { width:100%; color:#efe9e5; text-align:center; font-size:17px; line-height:1.5; padding-top:20px; }
.footer-logo-text a { color:#fff; }
@media screen and (min-width: 1200px) {
  .footer-wrap { padding:90px 0px; }
  .footer-logo-hold { display:table; width:100%; margin-bottom:0px; }
  .footer-logo-logo { display:table-cell; width:260px; margin:0; vertical-align:middle; }
  .footer-logo-text { display:table-cell; width:auto; text-align:left; padding-left:60px; vertical-align:middle; padding-top:0px; }
}

.footer-social { margin:1rem 0; }
.footer-social a { display:inline-block; font-size:18px; line-height:30px; margin:0 22px; }
.footer-social a { text-decoration:none; color:#efe9e5; transition: all 0.15s linear 0s; }
.footer-social a:hover { color:#fff; }
@media screen and (min-width: 1200px) { 
  .footer-social { margin:16px 0 0 0; }
  .footer-social a { margin:0 40px 0 0; } 
}

.footer-legal-wrap { background-color:#081a25; padding:30px 0px; }
.footer-legal-wrap p { color:#b5b5b5; margin:0; font-size:14px; line-height:1.5; }
.footer-legal-wrap a { color:#b5b5b5; text-decoration:underline; display:inline-block; padding:0 16px; transition: all 0.15s linear 0s; }
.footer-legal-wrap a:hover { color:#efe9e5; text-decoration:underline; }
p.footer-legal-pt1 { display:block; margin-bottom:12px; }
p.footer-legal-pt2 { display:block; } 
@media screen and (min-width: 560px) {
  .footer-legal-wrap a { padding:0 0 0 24px; }
  p.footer-legal-pt1 { display:inline-block; }
  p.footer-legal-pt2 { display:inline-block; }
}

.footer-relative { position:relative; overflow:hidden; }
.footer-lines { position:absolute; top:0px; left:0px; width:200px; height:1000px; opacity:0.25; 
  transform: rotate(30deg);
  transform-origin: top right;
}
.footer-line { border-right:1px solid #fff; float:left; width:12.5%; height:100%; }

	
/* banner */

.no-banner { width:100%; height:1px; background-color:#efe9e5; }

.banner-hold { position:relative; width:100%; height:260px; }
.banner-cover { position:absolute; top:0px; z-index:2; width:100%; height:260px;opacity:0.45;
 background-image: linear-gradient(to right top, #019ade, #468ee1, #7180dc, #966ecf, #b359b8, #cb4fa6, #dd4890, #e84679, #f55869, #fc6d59, #fd844c, #f99b43);
}

.banner-content { position:relative; top:0px; z-index:1; width:100%; height:260px; background-position:center center; background-size:cover; }
@media all and (min-width: 992px) {
  .banner-hold, .banner-content, .banner-cover { height:440px; }
}  
  
@media screen and (min-width: 1350px) {
  .body-lines-relative { width:100%; position:relative; overflow:hidden; }
  .body-lines { position:absolute; top:0px; right:0px; width:200px; height:1000px;
    transform: rotate(-30deg);
    transform-origin: top left;
  }
  .body-lines-opacity { opacity:0.5; }
  .body-line { border-left:1px solid #efe9e5; float:right; width:12.5%; height:100%; }
}


/* detail header */

.detail-header { width:100%; background:#fafafa; padding:60px 30px; }
.detail-header h1 { font-size: 3.5rem; color:#fff; }
.detail-header-point { background-image: linear-gradient(90deg, rgba(247,149,31,1) 0%, rgba(203,59,147,1) 100%); }
.detail-header-event { background-image: linear-gradient(90deg, rgba(203,59,147,1) 0%, rgba(4,86,153,1) 100%); }
.detail-header-parking { background-image: linear-gradient(90deg, rgba(4,86,153,1) 0%, rgba(203,59,147,1) 100%); }

p.header-groups { margin-top:20px; color:#fff; font-size:15px; font-weight:700; } 
a.btn-header-groups { background-color:inherit; padding:6px 12px; margin:3px 1px; border-radius:0px; transition: all 0.15s linear 0s;  }
a.btn-header-groups { font-size:15px; line-height:15px; letter-spacing:0.060rem; font-family: 'Barlow Condensed', sans-serif; font-weight:600; text-transform:uppercase; color:#fff; border:1px solid #fff; }
a.btn-header-groups:hover { background-color:#fff; color:#081a25; border-color:#fff; }


/* 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:96%; background-color:#081A25; font-family: 'Barlow Condensed', sans-serif; }
.d-sidenav-section { clip-path: polygon(0px 0, 100% 0, calc(100% - 12px) 100%, -12px 100%); }
.d-sidenav-section-label { display:table-cell; text-align:left; width:auto; padding:10px 12px 10px 38px; vertical-align:top; font-size:14px; line-height:24px; }
.d-sidenav-section-toggle { display:table-cell; text-align:right; width:64px; padding:10px 24px 10px 12px; vertical-align:top; cursor:pointer; color:#efe9e5; font-size:16px; line-height:24px; }
.d-sidenav-section-label a { color:#efe9e5; font-weight:700; text-transform:uppercase; letter-spacing:0.050rem; text-decoration:none; }
.d-sidenav-section-label a:hover { color:#fff; text-decoration:none;  }
#d-sidenav-drawer { display:none; }
@media all and (min-width: 992px) {
  .d-sidenav-section { width:100%; clip-path: polygon(12px 0, 100% 0, calc(100% - 12px) 100%, 0px 100%); }
	.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; font-family: 'Barlow Condensed', sans-serif; }
.d-sidenav > ul { border:0px solid #efeeee; } 
.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 #efe9e5;; }
.d-sidenav > ul > li:last-child { xborder-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;
}

.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:400; 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:500; font-size:16px; line-height:24px; vertical-align:top; color:#081A25; }
.d-sidenav li a div.sn-label-nested { display:table-cell; width:100%; text-align:left; padding:4px 20px 4px 50px; font-weight:400; font-size:15px; line-height:24px; vertical-align:top; color:#081A25; }
.d-sidenav li a:hover div { color:#CA3A95; }

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

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




/* home page hero */

.home-hero { position:relative; width:100%; height:400px; overflow:hidden; }
.home-hero-image { position:absolute; z-index:1; top:0px; width:100%; height:100%; background-position: center center; background-size:cover; }
.home-hero-video { position:absolute; z-index:2; top:0px; width:100%; height:100%; }
.home-hero-cover { position:absolute; z-index:3; top:0px; width:400px; height:100%; opacity:0.5; 
  background-image: linear-gradient(to top, #019ade, #468ee1, #7180dc, #966ecf, #b359b8, #cb4fa6, #dd4890, #e84679, #f55869, #fc6d59, #fd844c, #f99b43);
  clip-path: polygon(0 0, 175px 0, 100% 100%, 0 100%); 
}

.hero-video-hold {
  position: relative;
  width:100%; height:400px;
  top: 0;
  overflow:hidden;
}

#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);	
}
#hero-video video { display: inline-block; vertical-align: baseline; }

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

.home-hero-content { position:absolute; z-index:3; left:30px; bottom:30px; width:240px; height:auto; }
.home-hero-content span.home-hero-headline { display:block; font-family: 'Playfair Display', serif; font-weight:700; color:#fff; font-size:30px; line-height:1.2; text-shadow:1px 1px 3px #081a25; }


@media all and (min-width: 992px) {
  .home-hero { height:580px; }
  .hero-video-hold { height:580px; }
  .home-hero-cover { width:600px; clip-path: polygon(0 0, 228px 0, 100% 100%, 0 100%); }
  .home-hero-content { left:60px; bottom:60px; width:320px; }
  .home-hero-content span.home-hero-headline { font-size:40px; padding-bottom:20px; }
}


/* home features */

.home-features { margin:40px 0 20px 0; }
.home-feature { margin-bottom:30px; }
.home-feature a { display:block; width:100%; }
.home-feature-image { position:relative; width:100%; overflow:hidden; }
.home-feature-image-image { width:100%; padding-bottom:100%; background-position:center center; background-size:cover; }
.home-feature-image-cover { position:absolute; top:0px; width:100%; height:100%; opacity:0.45;  -webkit-transition: all 500ms ease-out;
  background-image: linear-gradient(to right top, #019ade, #468ee1, #7180dc, #966ecf, #b359b8, #cb4fa6, #dd4890, #e84679, #f55869, #fc6d59, #fd844c, #f99b43); }
.home-feature-image-headline { position:absolute; bottom:20px; left:20px; right:20px; font-weight:700; font-family: 'Playfair Display', serif; font-size:36px; line-height:1; color:#fff; text-shadow:1px 1px 3px #081a25; }
.home-feature-content { padding:20px 20px; }
.home-feature-text { color:#081a25; font-weight:400; font-size:15px; line-height:1.5; }
.home-feature-cta { margin-top:8px; }
.home-feature:hover .home-feature-cta .btn-naked { color:#ca3a95; }


/* home events */

.home-events-bg { background-color:#193546; padding:50px 0; } 
h1.home-events-h1 { color:#fff; margin:0; line-height:1; }

.owl-events-hold { position:relative; width:100%; max-width:1480px; margin:30px auto 0px auto; min-height:400px; padding:0; overflow:hidden; border-right:2px solid #081a25;  border-left:2px solid #081a25; }

.owl-events-hold .owl-carousel .owl-nav { overflow: hidden; height: 0px; }
.owl-events-hold .owl-carousel .jb-nav-btn {
  position: absolute;
  width: 90px;
  height: 90px;
  font-size:30px;
  line-height:58px;
  padding:16px;
  border-radius:90px;
  cursor: pointer;
  top: 40% !important;
  color:#eee;
  background-color:rgba(8,26,37,0.7);
  transition: all 0.15s linear 0s;
}
.owl-events-hold .owl-carousel .jb-nav-btn:hover { color:#fff; }
.owl-events-hold .owl-carousel .jb-prev-slide { left: -50px; text-align:right; }
.owl-events-hold .owl-carousel .jb-next-slide { right: -50px; text-align:left; }

.home-event { }
.home-event-tip { color:#fff; opacity:0.5; font-family: 'Barlow Condensed', sans-serif; font-size:16px; line-height:30px; font-weight:700; padding:5px 24px; text-transform:uppercase; }
.home-event-im { position:relative; width:100%; overflow:hidden; }
.home-event-image { position:relative; top:0px; width:100%; padding-bottom:100%; background-position:center center; background-size:cover; }
.home-event-cover { position:absolute; top:0px; left:0px; width:100%; height:100%; }
.home-event-angle { position:absolute; top:-120px; left:-120px; width:200px; height:200px; border:1px solid #fff; background-color:rgba(8,26,37,0.25); transform: rotate(-45deg); }
.home-event-month { position:absolute; top:24px; left:24px; color:#fff; font-family: 'Barlow Condensed', sans-serif; font-size:16px; line-height:1; font-weight:700; text-transform:uppercase; }
.home-event-day { position:absolute; top:48px; left:48px; color:#fff; font-family: 'Playfair Display', serif; font-weight:700; font-size:36px; line-height:1; text-shadow: 1px 1px 3px #081a25; }
.home-event-name { color:#fff; font-family: 'Playfair Display', serif; font-weight:700; font-size:24px; line-height:1.25; padding:10px 24px; }

.home-event a .home-event-cover { background-color:rgba(8,26,37,0.15); transition: all 0.15s linear 0s; }
.home-event a:hover .home-event-cover { background-color:rgba(8,26,37,0.05); }



/* home cta */

.home-cta { width:100%; max-width:1100px; margin:0px auto; }
.home-cta-hold { padding:60px 40px; }
.home-cta-gradient { width:100%; height:10px; background: linear-gradient(90deg, rgba(1,106,172,1) 0%, rgba(193,56,126,1) 50%, rgba(251,174,42,1) 100%); }
.home-cta-body { border-left:10px solid #016aac; border-right:10px solid #fbae2a; text-align:center; padding:40px; }
@media all and (min-width: 992px) { .home-cta-hold { padding:90px 60px; } }



/* home hoods */

.home-neighborhoods { background-color:#f2efed; } 

.owl-neighborhoods-hold { position:relative; width:100%; max-width:1480px; margin:30px auto; min-height:600px; padding:0; overflow:hidden; }

.owl-neighborhoods-hold .owl-carousel .owl-nav { overflow: hidden; height: 0px; }
.owl-neighborhoods-hold .owl-carousel .jb-nav-btn {
  position: absolute;
  width: 90px;
  height: 90px;
  font-size:30px;
  line-height:58px;
  padding:16px;
  border-radius:90px;
  cursor: pointer;
  top: 255px !important;
  color:#eee;
  background-color:rgba(8,26,37,0.7);
  transition: all 0.15s linear 0s;
}
.owl-neighborhoods-hold .owl-carousel .jb-nav-btn:hover { color:#fff; }
.owl-neighborhoods-hold .owl-carousel .jb-prev-slide { left: -50px; text-align:right; }
.owl-neighborhoods-hold .owl-carousel .jb-next-slide { right: -50px; text-align:left; }

.home-neighborhood { background-color:#EFE9E5; } 

.hn-card { display:block; width:100%; position:relative; }

@media screen and (min-width: 992px) {
  .hn-body-lines { position:absolute; top:0px; right:0px; width:200px; height:1000px;
    transform: rotate(-30deg);
    transform-origin: top left;
    opacity:1.0;
  }
  .hn-body-line { border-left:1px solid #fff; float:right; width:12.5%; height:100%; }
}



.hn-card-image { position:relative; z-index:2; }
.hn-card-image-image { position:relative; z-index:3; width:100%; height:500px; background-position:center center; background-size:cover; }
.hn-card-content { position:relative; z-index:4; padding:0px 24px 40px 24px; }
.hn-card-content-flag { display:inline-block; background-color:#081A25; color:#fff; font-family: 'Barlow Condensed', sans-serif; font-size:14px; line-height:24px; font-weight:700; text-transform:uppercase; letter-spacing:0.050rem;
  padding:10px 40px; clip-path: polygon(12px 0, 100% 0, calc(100% - 12px) 100%, 0 100%);
}
.hn-card-content-name span { display:inline-block; background-color:#6452A2; color:#fff; font-family: 'Playfair Display', serif; font-size:36px; line-height:40px; font-weight:700; 
  padding:20px 40px 22px 40px; clip-path: polygon(18px 0, 100% 0, calc(100% - 18px) 100%, 0 100%);
}
.hn-card-content-body { font-size:16px; max-width:560px; margin:24px 0; }
.hn-card-content-link { }

.hn-card-content-flag { position:relative; z-index:9999; margin-top:-10px; margin-left:-38px; }
.hn-card-content-name { position:relative; z-index:5; margin-top:-10px; margin-left:-40px; }

@media all and (min-width: 992px) {
  .hn-card { display:flex; width:100%; height:600px; align-items: top; }
  .hn-card-image { z-index:2; width:50%; height:600px; padding:0; }
  .hn-card-image-image { width:100%; height:600px; clip-path: polygon(0 0, 100% 0, calc(100% - 120px) 100%, 0 100%); }
  .hn-card-content { z-index:1; width:50%; padding:80px 50px 50px 0px; height:600px; }
  .hn-card-content-flag { }
  .hn-card-content-name { }
  .hn-card-content-body { }
}


 
/* home what we do */

.home-services { display:block; border:1px solid #F8971D; margin-top:60px; }

.home-services-image { position:relative; display: block; width:100%; max-width:600px; clip-path: polygon(0 0, 100% 0, calc(100% - 50px) 100%, 0 100%); margin-top:-24px; margin-left:-24px; }
.home-services-image-image { position:relative; top:0; display:block; width:100%; padding-bottom:60%; background-size:cover; background-position:center center; }
.home-services-image-cover { position:absolute; top:0px; z-index:2; width:100%; height:100%; opacity:0.45;
 background-image: linear-gradient(to right top, #019ade, #468ee1, #7180dc, #966ecf, #b359b8, #cb4fa6, #dd4890, #e84679, #f55869, #fc6d59, #fd844c, #f99b43); }
.home-services-content { display: block; padding:0px 30px 16px 60px; }

.home-services-flag { display:inline-block; margin-left:-24px; margin-bottom:30px;
  background-color:#081A25; color:#fff; font-family: 'Barlow Condensed', sans-serif; font-size:14px; line-height:24px; font-weight:700; text-transform:uppercase; letter-spacing:0.050rem;
  padding:10px 40px; clip-path: polygon(12px 0, 100% 0, calc(100% - 12px) 100%, 0 100%); 
}

.home-services-list { padding:8px 0 24px 0; }
.home-services-content p { margin:8px 0; font-size:15px; }
.home-services-content hr { margin:8px 0; width:40px; border-top: 1px solid #ca3a95; opacity:1.0; }

@media all and (min-width: 992px) {
 	.home-services { position:relative; display:flex; align-items: top; padding-bottom:70px; margin-top:90px;  }
	.home-services-image { z-index:2; width:60%; padding:0; max-width:6000px; clip-path: polygon(0 0, 100% 0, calc(100% - 90px) 100%, 0 100%); margin-top:-60px; margin-left:-30px; margin-bottom:60px; }
	.home-services-image-image { width:100%; padding:0; height:100%; }
  .home-services-content { z-index:1; width:40%; padding:0px 24px 0px 24px; margin-top:-20px; }
  .home-services-flag { margin-left:-56px; padding-left:60px; }
}

.home-service-boxes { margin:24px 0px; position:relative; z-index:99; }
.home-service-box { margin-bottom:24px; }
.home-service-box-1 { background-color:#ca3a95; border:10px solid #b72782; padding:8px 24px; height:100%; }
.home-service-box-2 { background-color:#066cb9; border:10px solid #005699; padding:8px 24px; height:100%; }
.home-service-box-3 { background-color:#6353a3; border:10px solid #4b3993; padding:8px 24px; height:100%; }

.home-service-box h2 { color:#fff; font-family: 'Playfair Display', serif; font-weight:700; }
.home-service-box p { color:#fff; font-size:15px; }
.btn-naked-services { color:#fff; font-family: 'Barlow Condensed', sans-serif; font-size:15px; font-weight:600; text-transform:uppercase; letter-spacing:0.050rem; margin:0; padding: .375rem 0rem; transition: all 0.15s linear 0s; }
.btn-naked-services:hover { color:#fff; }

.btn-naked-services::after {
  display: inline-block;
  font-style: normal;
  font-variant: normal;
  text-rendering: auto;
  -webkit-font-smoothing: antialiased;
  font-family: "Font Awesome 6 Pro";
  font-weight: 400;
  content: "\f178";
  padding-left:8px;
  color:#081a25;
}

@media all and (min-width: 992px) {
  .home-service-boxes { display:table; margin:-40px 20px 40px 20px; }
  .home-service-box { display:table-cell; width:33%; height:100%; vertical-align:top; margin:0; padding:0 15px; }
}



/* home-connect */

.home-connect { padding:20px 0 80px 0; }
.home-social { padding:10px 0 30px 0; }
.home-social a { display:inline-block; width:30px; height:30px; font-size:14px; line-height:30px; border-radius:50%; text-align:center; margin:0 16px 0 0; }
.home-social a { text-decoration:none; color:#000; background-color:#EFE9E5; border:none; transition: all 0.15s linear 0s; }
.home-social a .brand-color-fb { color:#3b5998; }
.home-social a .brand-color-tw { color:#1da1f2; }
.home-social a .brand-color-in { color:#ca3a95; }
.home-social a .brand-color-li { color:#0A66C2; }

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

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

.citylight-social-square { width: 50%; padding-bottom : 50%; border:7px solid #fff; }
@media all and (min-width: 768px) { .citylight-social-square { width: 25%; padding-bottom : 25%; } }

.citylight-social-square-cover { position:absolute; width:100%; height:100%; background-color:rgba(8,26,37,0.05); transition: all 0.15s linear 0s; }
.citylight-social-square:hover .citylight-social-square-cover { background-color:rgba(8,26,37,0.25); }
.citylight-social-square-icon { position:absolute; top:16px; left:16px; font-size:20px; line-height:20px; color:#fff; }





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


/* landing-page */

.snake-wrap { width:100%; margin-top:80px; }
.snake-container { width:100%; max-width:1200px; background-color:#fff; margin:0 auto; }
.snake-row { display:block; border:1px solid #F8971D; margin-bottom:70px; }

.snake-image { display: block; width:100%; max-width:600px; }
.snake-image-image { display:block; width:100%; padding-bottom:60%; background-size:cover; background-position:center center; }
.snake-content { display: block; background-color:#fff; padding:30px 30px 16px 60px; }
.snake-content h2 { font-family: 'Playfair Display', serif; margin-top:0px; font-weight:700; }
.snake-content p { font-size:16px; }
.sii-clip, .sii-clip-alt { clip-path: polygon(0 0, 100% 0, calc(100% - 50px) 100%, 0 100%); margin-top:-24px; margin-left:-24px; }

@media all and (min-width: 992px) {
  .snake-wrap { margin-top:90px;}
	.snake-row { display:flex; align-items: center; }
	.snake-row-alternate { flex-direction: row-reverse; }
	.snake-image { width:60%; padding:0; max-width:6000px; }
	.snake-content { width:40%; padding:0px;}
  .snake-row .snake-content { padding-left:0px; padding-right:60px; }
  .snake-row-alternate .snake-content { padding-left:60px; padding-right:0px; }
  .snake-image-image { width:100%; padding-bottom:60%; }
  .sii-clip { clip-path: polygon(0 0, 100% 0, calc(100% - 70px) 100%, 0 100%); margin-top:-30px; margin-left:-30px; margin-bottom:30px; }
  .sii-clip-alt { clip-path: polygon(0 0, 100% 0, 100% 100%, 70px 100%); margin-top:-30px; margin-left:30px; margin-bottom:30px; }
}




/* Basic Landing Page */

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

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




/* mapbox styles */

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

.dev-bg-complete { fill:#ca3a95; }
.dev-bg-under-construction { fill:#f8971d; }
.dev-bg-proposed { fill:#678DC7; }

.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:24px 16px; box-shadow: 0px 0px 4px 0px rgba(0, 0, 0, 0.4); }
.mapboxgl-popup-content p.mapbox-pop-name { margin:4px 0px; color: #132C50; font-family: 'Playfair Display', serif; font-weight:700; font-size:23px; line-height:1.25; }
.mapboxgl-popup-content p.mapbox-pop-address { margin:8px 0px; font-family: 'Open Sans', sans-serif; font-size:14px; line-height:20px; color:#222; }
.mapboxgl-popup-content p.mapbox-pop-link { margin:4px 0px; }


/* point-section */

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

.section-filters { text-align:center; margin:30px 0px; }
.section-filters .section-filters-title { text-align:center; color:#222; font-size:14px; line-height:16px; letter-spacing:0.100rem; font-weight:700; text-transform:uppercase; margin:0 0 14px 0;}
.section-filters ul { list-style:none; margin:0; padding:0 ;}
.section-filters li { display:inline; margin:0; padding:0; }
.section-filters a {
font-weight: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 { margin-bottom:24px; }
.pst-topline { border-top:1px solid #f8971d; padding-top:8px; }
.pst-box { height:100%; }
.pst a { display:block; border:1px solid #f8971d; height:100%; overflow:hidden; }

.pst a .pst-img-ar { width:100%; background-position: center center; background-size:cover; }
.pst a .pst-pad { padding:20px; }
.pst a .pst-lnk-primary { font-family: 'Playfair Display', serif; font-weight:700; color:#081A25; font-size:24px; line-height:1.2; transition: all 0.25s linear 0s; }
.pst a .pst-lnk-secondary { color:#081A25; font-size:14px; margin-top:8px; transition: all 0.25s linear 0s; }
.pst a .pst-tags { color:#081a25; font-family: 'Barlow Condensed', sans-serif; font-weight:700; text-transform:uppercase; letter-spacing:0.050rem; font-size:13px; margin-bottom:10px; }

.pst a:hover .pst-img-ar { }
.pst a:hover .pst-tags { color:#ba2e84; } 
.pst a:hover .pst-lnk-primary { color:#ba2e84; } 
.pst a:hover .pst-lnk-secondary { color:#ba2e84; } 

.pill-label-new { margin-top:10px; }
.pill-label-new span { background-color:#f8971d; color:#081a25; border-radius:10px; font-size:13px; line-height:13px; padding:2px 10px; }




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

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

.amenities { padding-bottom:10px;}
.amenity { display:block; vertical-align:bottom; font-weight:700; font-size:14px; line-height:20px; margin:12px 0px;}
@media all and (min-width: 768px) {
	.amenities { padding-bottom:0px;}
	.amenity { display:inline-block; margin:12px 12px 12px 0px;}
}
.amenity > img { width:30px; height:30px; margin-right:6px;}

.table-parking { border-color:#efe9e5;  border-top:1px solid #efe9e5; }
.table-parking th { font-family: 'Barlow Condensed', sans-serif; font-weight:600; }
.table-parking td { font-family: 'Barlow Condensed', sans-serif; font-weight:400; }

.ftn { text-align:center; }
.ftn-label { text-align:center; font-family: 'Playfair Display', serif; font-weight:700; font-size:20px; }
.ftn ul { margin:20px 0px; padding:0; }
.ftn li { list-style-type: none; padding:10px 0px; margin:0; border-top:1px solid #efe9e5; }
.ftn li:last-child { border-bottom:0; }
.ftnname { display:block; font-size:110%; font-family: 'Barlow Condensed', sans-serif; font-size:20px; }
.ftnaddress { font-size:80%; color:#081a25; font-weight:600; }
.ftndistance { font-size:80%; color:#63676A; font-weight:400; }





/* bbq-events-calendar */

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

.bbq-cal-header { display:table; width:100%; margin:0; padding:0; background-color:#f7f4f2; font-size:20px; line-height:32px; padding:12px 12px; }
.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; font-family: 'Barlow Condensed', sans-serif; text-transform:uppercase; }
.bbq-cal-header-middle a { color:#081a25; font-weight:600; letter-spacing:0.050rem; }
.bbq-cal-header-right { display:table-cell; width:40px; vertical-align:middle; text-align:center; }

#bbq-calendar table { width:100%; background-color:#f7f4f2; margin:0; padding:0; }   
#bbq-calendar th { /* days of the week */
  border-top:1px #efe9e5 solid; 
  background-color:#f7f4f2;
  color:#CEC0B9; /* color of days of the week */
  font-size:12px;
  line-height:30px;
  font-weight:700;
  text-align:center;
  }
#bbq-calendar td {
  border-top:1px #efe9e5 solid;
  background-color:#f7f4f2;
  color:#CEC0B9; /* color of inactive dates */
  font-size:14px;
  line-height:32px;
  text-align:center;
  }
#bbq-calendar a { color:#081a25; display:block; text-decoration:none; }
#bbq-calendar a.ontoday { font-weight:700; }
#bbq-calendar td.highlight a { background-color:#CEC0B9; color:#fff; }
#bbq-calendar a:hover { text-decoration:none; background-color:#CEC0B9;color:#fff;  }

.bbq-p { font-size:15px; text-align:center; padding-top:20px; }


#bbq-categories ul { list-style:none; padding:0; margin:0; width:100%; }
#bbq-categories ul li { padding:0; margin:0; border-bottom:1px solid #efe9e5; }
#bbq-categories ul li:last-child { border-bottom:none; }
#bbq-categories a { display:block; background-color:#f7f4f2; color:#081a25; padding:0 24px; font-family: 'Barlow Condensed', sans-serif; font-weight:600; font-size:15px; line-height:36px; text-align:center; }
#bbq-categories a.highlight { background-color:#081a25; color:#fff; }
#bbq-categories a:hover { text-decoration:none; background-color:#081a25; color:#fff; }


.bbq-results-header { display:table; width:100%; margin:0; padding:0; background-color:#efe9e5; font-size:20px; line-height:1.5; padding:12px 12px; }
.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; font-family: 'Barlow Condensed', sans-serif; font-size:30px; line-height:32px; }
.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 #efe9e5; padding:20px 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; padding-top:40px; }
	.bbq-row-date { display:table-cell; vertical-align:top; width:130px; text-align:center; padding-right:30px; }
	.bbq-row-list { display:table-cell; vertical-align:top; width:auto; text-align:left; }
}

.bbqdate { width:90px; margin:0 auto 24px auto; padding:0; }
@media all and (min-width: 768px) { .bbqdate { margin:0; }}

.bbqdate-tip { width:100%; text-align:center; color:#fff; background-color:#CA3A95; font-size:14px; line-height:25px; margin-top:5px; font-family: 'Barlow Condensed', sans-serif; font-weight:500; text-transform:uppercase; letter-spacing:0.050rem; }
.bbqdate-ongoing { width:100%; text-align:center; color:#fff; background-color:#CA3A95; font-size:14px; line-height:25px; margin-top:5px; font-family: 'Barlow Condensed', sans-serif; font-weight:500; text-transform:uppercase; letter-spacing:0.050rem; }

.bbqdate-cell { width:90px; height:90px; border:1px solid #efe9e5; border-top:none; position:relative; }
.bbqdate-month { position:absolute; top:12px; left:12px; color:#CA3A95; font-family: 'Barlow Condensed', sans-serif; font-weight:700; font-size:16px; line-height:16px; text-transform:uppercase; letter-spacing:0.050rem; }
.bbqdate-day { position:absolute; bottom:10px; right:10px; color:#CA3A95; font-family: 'Playfair Display', serif; font-weight:400; font-size:36px; line-height:36px; }
.bbqdate-line { position:absolute; top:50%; left:0px; width:90px; border-top:1px solid #efe9e5; transform: rotate(-45deg); }


.bbq-row-list ul { margin:0; padding:0; list-style:none; }
.bbq-row-list li { margin:0; padding:0; list-style:none; padding-bottom:20px; }

.bbq-row-list a div.lnk-primary { color:#000; font-family: 'Playfair Display', serif; font-weight:700; font-size:21px; line-height:1.25; }
.bbq-row-list a div.lnk-secondary { color:#081A25; font-weight:600; font-size:14px; line-height:20px; margin-top:4px; }
.bbq-row-list a div.lnk-secondary span { color:#efe9e5; }
.bbq-row-list a:hover div.lnk-primary { color:#ba2e84;; }
.bbq-row-list a:hover div.lnk-secondary { color:#000; }


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



/* Post Section */

.fpost-card { border:1px solid #f8971d; }
.fpost-card-image { position:relative; width:100%; overflow:hidden; clip-path: polygon(0 0, 100% 0, calc(100% - 50px) 100%, 0 100%); margin-top:-24px; margin-left:-24px; overflow:hidden; }
.fpost-card-image-image { width:100%; padding-bottom:58.6%; background-position:center center; background-size:cover; }
.fpost-card-image-cover { position:absolute; top:0px; width:100%; height:100%; opacity:0.45;  -webkit-transition: all 500ms ease-out;
  background-image: linear-gradient(to right top, #019ade, #468ee1, #7180dc, #966ecf, #b359b8, #cb4fa6, #dd4890, #e84679, #f55869, #fc6d59, #fd844c, #f99b43); }
.fpost-card-content { padding:32px 30px 42px 60px; }
.fpost-card-content-feat { font-family: 'Barlow Condensed', sans-serif; font-weight:600; font-size:15px; margin-bottom:8px; color:#6b767c; text-transform:uppercase; letter-spacing:0.050rem; margin-bottom:16px; }
.fpost-card-content-headline { color:#081a25; font-weight:700; font-family: 'Playfair Display', serif; font-size:32px; line-height:1.3; margin-bottom:24px; }
.fpost-card-content-body { color:#081a25; font-weight:400; font-size:16px; line-height:1.5; margin-bottom:16px; }

@media all and (min-width: 992px) {
  .fpost-card { display:flex; flex-direction: row-reverse; align-items: top; }
  .fpost-card-image { width:60%; padding:0; margin:0; clip-path: polygon(0 0, 100% 0, 100% 100%, 70px 100%); margin:-24px -24px 24px 24px; }
  .fpost-card-image-image { width:100%; height:100%; padding:0; }
  .fpost-card-content { width:40%; padding:80px 30px 80px 60px; }
}

.post-card-gallery { margin-top:60px; }
.post-card { margin-bottom:30px; }
.post-card a { display:block; width:100%; }
.post-card-image { position:relative; width:100%; overflow:hidden; }
.post-card-image-image { width:100%; padding-bottom:58.6%; background-position:center center; background-size:cover; }
.post-card-image-cover { position:absolute; top:0px; width:100%; height:100%; opacity:0.45;  -webkit-transition: all 500ms ease-out;
  background-image: linear-gradient(to right top, #019ade, #468ee1, #7180dc, #966ecf, #b359b8, #cb4fa6, #dd4890, #e84679, #f55869, #fc6d59, #fd844c, #f99b43); }
.post-card-content { padding:20px 0; }
.post-card-content-headline { color:#081a25; font-weight:700; font-family: 'Playfair Display', serif; font-size:21px; line-height:1.3; margin-bottom:8px; }
.post-card-content-body { color:#081a25; font-weight:400; font-size:15px; line-height:1.5; margin-bottom:16px; }
.post-card-content-more { color:#081a25; font-family: 'Barlow Condensed', sans-serif; font-size:15px; font-weight:600; letter-spacing:0.050rem; text-transform: uppercase; }
.post-card-content-more span { margin-left:8px; color:#ca3a95; }
.post-card a:hover .post-card-image-cover { opacity:0.35; transform:scale(1.5); }


/* 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:36px; height:36px; font-size:16px; line-height:34px; text-align:center; border-radius:50%; }
.sharing-square a { text-decoration:none; color:#081a25; background-color:#fff; border:1px solid #081a25;; transition: all 0.15s linear 0s;}
.sharing-square a:hover { color:#fff; background-color:#081a25; }
.share-cta { font-size:16px; line-height:16px; letter-spacing:0.020rem; font-weight:600; text-transform:uppercase;  font-family: 'Barlow Condensed', sans-serif; color:#ca3a95; }
@media all and (min-width: 992px) {
	.sharing-box { display:block; margin-top:0px; }
	.sharing-label { display:block; padding-bottom:0; }
	.sharing-icons { display:block; }
	.sharing-square { display:block; margin:16px 10px; }
}




/* merged nav */

.header-wrap { background-color:#fff; min-height:60px; }
.nav-relative { position:relative; }

.nav-hold { position:absolute; top:0; right:calc(100% - 190px); height:80px; background-color:#081a25; width:3000px; text-align:right; z-index:9999; }
.nav-hold { clip-path: polygon(0 0, 100% 0, calc(100% - 28px) 100%, 0 100%); }

.nav-logo { display:inline-block; width:148px; height:64px; margin-top:5px; margin-right:42px; }

.nav-toggle { position:absolute; right:0px; top:0px; width:30px; height:60px; text-align:center; }
.nav-toggle a { font-size:22px; line-height:60px; color:#081a25; }
.nav-toggle a:hover { color:#ca3a95; }

#nav-drawer { display:none }

@media all and (min-width: 992px) {
  
  .header-wrap { height:115px; }
  .nav-hold { right:calc(100% - 270px); height:148px; }
  .nav-hold { clip-path: polygon(0 0, 100% 0, calc(100% - 45px) 100%, 0 100%); }
  .nav-logo { width:223px; height:100px; margin-top:20px; margin-right:60px;  }
  .nav-toggle { display:none; }
  
  #nav-drawer { display:block!important; } /* slidetoggle fix */
  
}


#primary-nav { padding-top:74px; }

#primary-nav ul { margin:0; padding:0; }  

#primary-nav ul li { list-style: none; margin:0; padding:0; }

#primary-nav ul li div.menu-set { display:table; border-top:1px solid #efe9e5; width:100%; }

#primary-nav ul li div.menu-set a {
  display:table-cell;
  width:auto;
  text-align:left;
  vertical-align:top;
  padding:14px 6px;
  color: #081a25;
  font-size:18px;
  line-height:1.5;
  font-weight:700;
  text-transform:none;
}

#primary-nav ul  li div.menu-set a.subnav-toggle {
  width:30px;
  text-align:center;
}

#primary-nav ul li div.menu-set a:hover { color:#ca3a95; }

#primary-nav li div.meganav { display:none; padding-bottom:16px; }

#primary-nav li ul { margin:0; padding:0; }
 
#primary-nav li ul li a {
  display: block;
  padding:10px 4px 10px 24px;
  font-size:20px;
  line-height:1.5;
  font-family: 'Barlow Condensed', sans-serif;
  font-weight:500;
  text-transform:none;
  color: #081a25;
}

#primary-nav li ul li a:hover { color:#ca3a95; }

#secondary-nav { }

.nav-links { font-size:15px; line-height:1.5; }

.nav-links span { display:none; }

.nav-links a {
  display: block;
  padding:8px 8px;
  font-weight:700;
  color:#717171;
}

.nav-links a:hover { color:#ca3a95; }

.nav-search { }

#site-search {
  display:table;
  width:100%;	
  padding:8px 16px;
  margin:20px 0 24px 0;
  border:1px solid #efe9e5;
  border-radius:0px;
  text-align:left;
}

#site-search input[type="text"]{
  display:table-cell;	
  font-size:16px;
  line-height:1.5;
  color:#081a25;
  background:transparent;
  border:none;
  padding:0;
  margin:0;
  width:90%;
  text-align:left;  
  vertical-align:middle;
}

#site-search button {
  display:table-cell;
  font-size:16px;
  line-height:1.5;
  color:#081a25;
  background:transparent;
  border:none;
  margin:0;
  padding:0;
  width:10%;
  text-align:right;
  vertical-align:middle;
}

#site-search ::-webkit-input-placeholder { color:#081a25; opacity: 0.8;}
#site-search :-moz-placeholder { color:#081a25; opacity: 0.8; }
#site-search ::-moz-placeholder { color:#081a25; opacity: 0.8; }
#site-search :-ms-input-placeholder { color:#081a25; opacity: 0.8; }

/* desktop nav */

@media all and (min-width: 992px) {

  #primary-nav { position:absolute; top:65px; right:-24px; width:auto; height:50px; padding:0; }
  
  #primary-nav ul li div.menu-set { border:0; }

  #primary-nav ul li div.menu-set a.subnav-toggle { display:none; }

  #primary-nav ul { padding: 0 16px; margin: 0; list-style: none; display:block; text-align:right; }

  #primary-nav li { padding: 0; margin: 0; display:inline-block; }

  #primary-nav ul li div.menu-set a {
    display: inline-block;
    width: auto;
    padding:6px 18px 20px 18px;
    margin:0;
    font-size:18px;
    line-height:24px;
    color:#081a25;
    font-weight:700;
    letter-spacing:0;
    text-decoration:none;
    text-align:center;
    text-transform:none;
  }

  #primary-nav li:hover a { color:#ca3a95; }
  #primary-nav li a:hover { color:#ca3a95; }


  /* drop down lists */

  #primary-nav li div.meganav { 
    position: absolute;
    left:0px;
    width: 100%;
    height:auto;
    padding:20px 16px;
    background-color:#081a25;
    display:none;
  }

  #primary-nav li:hover > div.meganav {  display:block !important; z-index:9999; } 
  
  #primary-nav li ul { display:block; width:100%; padding:0 16px; }

  #primary-nav li ul.meganav-1 { width:33%; float:left; }
  #primary-nav li ul.meganav-2 { width:33%; float:left; }
  #primary-nav li ul.meganav-3 { width:33%; float:left; }

  #primary-nav li ul li { width:100%; border-bottom: 1px solid #064765; }
  #primary-nav li ul li:last-child { border-bottom:none; }

  #primary-nav li:hover ul li a { 
    display:block;
    width:100%;
    padding:16px 0px;
    margin:0;
    font-size:18px;
    line-height:22px;
    color:#fff;
    font-weight:400;
    letter-spacing:0;
    text-decoration:none;
    text-align:left;
    text-transform:none;
  }
  
  #primary-nav li:hover ul li a:hover { color: #ca3a95; }

  #secondary-nav { position:absolute; top:16px; right:8px; width:auto; height:24px; display:table; }
  #secondary-nav .nav-utility { display:table-cell; vertical-align:middle; text-align:right; }
  #secondary-nav .nav-search { display:table-cell; vertical-align:middle; text-align:right; width:100px; }

  .nav-links { display:block; font-size:12px; line-height:24px; }
  .nav-links a { display: inline-block; text-decoration:none; padding:0 8px; }
  .nav-links span { display:inline-block; padding:0 4px; color:#C3C3C3; }

  .nav-search { padding-left:8px; }

  #site-search {
    display:table;
    width:100%;
    padding:0;
    margin:0;
    border-width:0 0 1px 0;
  }

  #site-search input[type="text"]{
    display:table-cell;	
    font-size:12px;
    line-height:22px;
    height:22px;
    color:#717171;
    font-weight:700;
    background:transparent;
    border:none;
    padding:0;
    margin:0;
    width:80%;
    text-align:left;  
    vertical-align:middle;
  }

  #site-search button {
    display:table-cell;
    font-size:12px;
    line-height:22px;
    height:22px;
    color:#717171;
    font-weight:700;
    background:transparent;
    border:none;
    margin:0;
    padding:0;
    width:12%;
    text-align:right;
    vertical-align:middle;
  }
  
  #site-search ::-webkit-input-placeholder { color:#717171; opacity: 0.8;}
  #site-search :-moz-placeholder { color:#717171; opacity: 0.8; }
  #site-search ::-moz-placeholder { color:#717171; opacity: 0.8; }
  #site-search :-ms-input-placeholder { color:#717171; opacity: 0.8; }
  

}
