/* ---------- OVERALL SETTINGS------------------------ */

@import url("https://use.typekit.net/pwp5lmn.css");
*{
	scroll-behavior: smooth !important;
	scroll-margin-top: 25vh;
}
:root{
	font-family: "neue-haas-grotesk-display", sans-serif;
	font-weight: 400;
	font-style: normal;
	color:#333;
	font-size: calc(1em + 0.4vw);
	line-height:1.5;
}
body{
	margin:0px;
	padding:0px;
	background-color:#fff;
}
/* ---------- WCC BRANDING BANNER------------------------ */
#wcc_banner{
	text-align:center;
	height:2rem;
	line-height:2rem;
	color:#1a3242;
	background-color:#fff;
	border-bottom:1px solid #356b78;
}
#wcc_banner strong{
	font-weight:700;
}
/* ---------- TOP AREA LAYOUT BOXES------------------------ */
#top{	
	display:flex;
}
/* ---------- home, search and menu buttons container------------------------ */
#top_buttons{
	display:flex;
	position:fixed;
	width:100%;
	bottom:0;
	z-index:100;
	background-color:#5c744e;
	border-top:1px solid #000;
	height:15%;
	overflow:hidden;
}
/* ---------- main nav container------------------------ */
#top_sub1{
	display:flex;
	position:fixed;
	width:100vw;
	height:85%;
	top:0;
	left:-100vw;
	z-index:50;
	transition: all 0.5s ease;
}
/* ---------- search fields container------------------------ */
#top_sub2{
	position:fixed;
	width:100vw;
	height:85%;
	top:0;
	left:-100vw;
	z-index:45;
	background-color:#fff;
	color:#fff;
	font-weight:700;
	transition: all 0.5s ease;
	display: flex;
	justify-content: center;
	align-items: center;
	overflow:hidden;
}
#block-yoursay-engage-001-exposedformwcc-searchpage-1{

}
#block-yoursay-engage-001-exposedformwcc-searchpage-1 label{
	display:none;
}
#block-yoursay-engage-001-exposedformwcc-searchpage-1 input{
	font-size:1.8rem;
	border:1px solid #5c744e;
	border-radius:0.5em;
	padding:1vw;
	width:80vw;
}
#block-yoursay-engage-001-exposedformwcc-searchpage-1 .form-actions input{
	margin-top:1em;
	margin-left:20%;
	background-color:#5c744e;
	color:#fff;
	width:60%;
}
#block-yoursay-engage-001-exposedformwcc-searchpage-1 .form-actions input:hover{
	background-color:#407E8D;
	border:1px solid #407E8D;
}

/* ---------- TOP ICON BUTTONS------------------------ */
.top_button{
	flex:1 1 0;
	display:flex;
	transition: all 0.5s ease;
}
.top_button a{
	text-decoration:none;
	flex:1 1 0;
	display:flex;
	justify-content:center;
	align-items:center;
	text-align:center;
	color:#fff;
	text-indent:-9999em;
	font-weight:700;
}
#hamburger{
	background-image:url("../images/hamburger.svg");
	background-size:auto 80%;
	background-repeat:no-repeat;
	background-position:center center;
	border:0;
	background-color:transparent;
}
#logo{
	background-image:url("../images/wcc_logo.svg");
	background-size:auto 80%;
	background-repeat:no-repeat;
	background-position:center center;
}
#search_button{
	background-image:url("../images/search.svg");
	background-size:auto 80%;
	background-repeat:no-repeat;
	background-position:center center;
	border:0;
	background-color:transparent;
}


/* ---------- MAIN NAVIGATION----------------------- */
/* ----------Chain the Flex box features down through the enclosing elements.--------------------- */
#top_sub1 div{
	flex:1 1 0;
	display:flex;
}
#top_sub1 nav{
	flex:1 1 0;
	display:flex;
}
#top_sub1 ul, #top_sub1 li{
	margin:0px;
	padding:0px;
	list-style-type: none;
	list-style-image: none;
}
#top_sub1 ul{
	display:flex;
	flex:1 1 0;
	flex-direction:column;
}
#top_sub1 li{
	flex:1 1 0;
	display:flex;
	flex-direction:column;
}
#top_sub1 a{
	text-decoration:none;
	flex:1 1 0;
	display:flex;
	justify-content:center;
	align-items:center;
	text-align:center;
	border-top:1px solid #fff;
	font-size:1.4rem;
	background-color:#fff;
	font-weight: 900;
	font-style: normal;
	color:#5c744e;
	padding-left:0.5rem;
	padding-right:0.5rem;
}
#top_sub1 a:hover{
	color:#fff;
	background-color:#5c744e;
}

/* ----------SECOND LEVEL-------------------- */
#top_sub1 ul ul{
	display:none;
	z-index:200;
	left:0;
	flex:4 1 0;
}
#top_sub1 ul ul a{
	color:#000;
	background-color:#fff;
	border-top:1px solid #e2e2e2;
	font-weight:400;
}
#top_sub1 ul ul a:hover{
	border-top:1px solid #e2e2e2;

}
/* ----------close menu button----------------- */
.menu_close{
	display:none!important;
}
/* ---------- Create standard transformations----------------- */
.rotate{
     transform: rotate(90deg);
}
.movein{
	left:0!important;
}
.sibling{
	display:none!important;
}
.expand{
	display:flex!important;
}
.hascontent{
	background-image:url("../images/arrow.svg");
	background-repeat:no-repeat;
	background-position:90% 50%;
	background-size:auto 30%;
}
.expandedcontent{
	background-image:url("../images/x_white.svg");
	background-color:#000!important;
	color:#fff!important;
}
.expandedcontent:hover{
	background-image:url("../images/x_white.svg")!important;

}


/* ----------UPPER AREA-------------------------------------------------------------------------------------------------------- */
#upperwrapper{
	display:flex;
	align-items: stretch;
	max-height:40vh;
	background-color:#e8eee5;
}
#title{
	flex:2 1 0;
	display:flex;
	justify-content:center;
	align-items: center;
	background-image:url("../images/skyline.svg");
	background-repeat:no-repeat;
	background-position:bottom right;
	background-size:50% auto;
	overflow:hidden;
}


/* ---------- PAGE TITLE AREA ------------------------ */
#title div{
	max-width:35rem;
}

H1{
	font-size:2.1rem;
	font-weight: 900;
	font-style: normal;
	letter-spacing:-0.02em;
	line-height:1em;
	margin:0;
	color:#5c744e;
}

#block-yoursay-engage-001-views-block-engagement-header-block-1{
	padding-top:0.3em;
}
.header_summary{
	margin-bottom:1.2em;
}
.header_state{
	display:inline-block;
	padding:0.3em;
	padding-left:1em;
	padding-right:1em;
	font-weight:700;
	font-size:0.9em;
	margin-right:1em;
	background-color:#5c744e;
	color:#fff;
}
.header_state_closed{
	display:inline-block;
	padding:0.3em;
	padding-left:1em;
	padding-right:1em;
	font-weight:700;
	font-size:0.9em;
	margin-right:1em;
	background-color:#666;
	color:#fff;
}
.header_dates{
	font-size:0.8em;
	color:#000;
	font-weight:700;
	background-image:url("../images/calendar.svg");
	background-repeat:no-repeat;
	background-size:auto 1.4em;
	padding-left:1.8em;
	display:inline-block;
}

/* ----------FEATURED AREA------------------------------------------------------- */

#featured{
	flex:1 1 0;
	background-color:#ccc;
	position:relative;
	height:40vh;
	display:none;
}
#featured:empty{
	display:none;
}
#featured div{
	height:100%;
}

#featured img{
  width: 100%;
  height: 100%;
  object-fit: cover;
}
/* ---------- Reusable slides for carousel----------------------- */
.slide{
    position:absolute;
    left:0;
    top:0;
    z-index:8;
    opacity:1.0;
	width:100%;
	height:100%;
	object-fit: cover;
}
.slide.active {
    z-index:10;
    opacity:1.0;
}
.slide.last-active {
    z-index:9;
}






/* ---------- MAIN CONTENT AREA------------------------------------------------------------------------------------------------------------------------------------------------------------------- */
#contentwrapper{
	max-width:100vw;
	margin:auto;
}
#content{
}
#block-yoursay-engage-001-content{
	max-width:35rem;
	padding-left:1em;
	padding-right:1em;
	position:relative;
	margin:auto;
}
#related{
	overflow:hidden;
	background-color:#f4f9f1;
}
 #related:empty{
	display:none;
}

/* ---------- Content area specific formatting -------------------------------------------- */
#contentwrapper h2{
	color:#18536b;
	font-size:1.6em;
	clear:both;
	padding-bottom:0.3em;
	line-height:1.2em;
	font-weight: 900;
	font-style: normal;
	letter-spacing:-0.02em;
}
#contentwrapper h3{
	font-size:1.3em;
}
#contentwrapper h4{
	font-size:1.1em;
}
/* ---------- Setup Links in COntent area -------------------------------------------- */
#contentwrapper a{
	font-weight:700;
	text-decoration:none;
	color:#000;
	background-color:#fff;
	border:1px solid #000;
	padding:0.3em;
	padding-left:0.6em;
	padding-right:0.6em;
	display:inline-block;
}
#contentwrapper a:hover{
	color:#fff;
	background-color:#000;
}


/* ---------- ANCHORS MENU --------------------------------------------------------- */
#contentwrapper a[name]{
	margin:0px;
	padding:0px;
}
.ck-anchor{
	margin:0px!important;
	padding:0px!important;
}
#wccanchors{
	font-size:0.85em;
	position:relative;
	z-index:30;
}
#wccanchors h2{
    border-bottom:none;
    padding:0px;
    margin:0px;
	padding-top:0.5em;
	padding-bottom:0.5em;
	text-align:center;
}
#wccanchors ul{
    list-style-type: none;
    margin:0px;
    padding:0px;
	width:100%;
	display:flex;
	flex-wrap: wrap;
	justify-content: center;
}
#wccanchors li{
    list-style-type: none;
    padding:0px;
    flex:1 1 0;
	display:flex;
	margin:0.3em;
	min-width:40vw;
	max-width:50vw;
}
#wccanchors a{
    display:flex;
	width:100%;
    padding:0.6em;
    text-decoration:none;
    background-color:#fff;
    color:#407E8D;
	border:1px solid #407E8D;
	font-weight:700;
	line-height:1.2em;
	justify-content: center;
  	align-items: center;
	text-align:center;
}
#wccanchors a:hover, #wccanchors a:focus{
    background-color:#407E8D;
	color:#fff;
}



/* ---------- Highlight First letter of first paragraph -------------------------------------------- */
#block-yoursay-engage-001-content p:first-child:first-letter{
	float:left;
	font-size:5.3rem;
	margin-right:0.3rem;
	margin-top:0.3rem;
	line-height:0.7em;
	font-weight: 900;
	font-style: normal;
	color:#5c744e;
}
#block-yoursay-engage-001-content p{
	overflow:hidden;
}





/* ---------- Styles applied to IMG tags using CKeditor------------------------ */
.align-right{
	float:right;
	width:100%;
	max-width:45%;
	height:auto;
	margin-left:1rem;
	margin-bottom:1rem;
	transition: all 0.5s ease;
}
.align-left{
	float:left;
	width:100%;
	max-width:45%;
	height:auto;
	margin-right:1rem;
	margin-bottom:1rem;
	transition: all 0.5s ease;
}
.align-center{
	width:100%;
	height:auto;
	transition: all 0.5s ease;
}

/* ----------TABLES-------------------------------------------------------- */
.tablewrap{
	overflow: auto;
}
table{
	width:100%;
	margin-bottom:1em;
	border-collapse:collapse;
}
#content table{
		font-size:0.6em;
}
#related table{
		font-size:0.9em;
}
th, td {
	text-align: left;
	vertical-align:top;
	padding:0.3em;
	border:1px solid #fff;
}
table caption{
	font-weight:700;
	background-color:#1a3242;
	color:#fff;
	padding:0.3em;
	text-align:left;
	font-size:1.4em;
	margin-bottom:0.5em;
}
th{
  	background-color:#485b68;
    color:#fff;  
}
th:first-child{
	width:25%;
}

tr:nth-child(odd) {
  background-color:#e8eaec;
}
tr:nth-child(even) {
  background-color:#d1d6d9;
}

/* ---------- Remove First Letter Highlighting if text is in a table -------------------------------------------- */
#block-yoursay-engage-001-content table p:first-child:first-letter{
	float:none;
	font-size:1em;
	line-height:normal;
	margin-top:0;
	margin-right:0;
	font-family: "neue-haas-grotesk-display", sans-serif;
	font-weight:400;
}
#block-yoursay-engage-001-content table th p:first-child:first-letter{
	color:#fff;
	font-weight:700;
}




/* ----------LISTINGS----------------------------------------------------------------------------------------------------------------------------- */


.listing-frame{
	display: flex;
	flex-wrap: wrap;
	width:100%;
	gap:2vw;
	justify-content: center;
}

.listing{
	display:flex;
	flex-direction:column;
	width:100%;
	max-width:96%;
	font-size:0.8rem;
	overflow:hidden;
	background-color:#fff;
}

.listing a{
	display:flex;
	flex-direction:column;
	flex-grow:1;
	color:#333;
	transition: all 0.5s ease;
	text-decoration:none;
	background-color:#fff;
	border:1px solid #ccc;
}
.listing a:hover{
	background-color:#485b68;
	color:#fff;
}
/* --------Registration Link--------------------------------------------- */
.listing_register{
	margin:0.5em;
	border:1px solid #ccc;
	padding:0.5em;
	max-height:1.5em;
	text-align:center;
	font-weight:700;
	font-size:0.9em;
}
.listing_register:hover{
	background-color:#485b68!important;
}

.listing_image{
	overflow:hidden;
}
.listing img{
    width:100%;
    height:auto;
    transition: all 0.5s ease;
	display:block;
}
.listing a:hover img{
   transform: scale(1.2);
   transition: all 0.5s ease;
}

.listing_text{
	padding:0.5em;
}
.listing_title{
	font-weight:700;
	font-size:1.4em;
	line-height:1em;
	margin-bottom:0.3em;
}
.listing a:hover .listing_title{
	color:#fff;
}
.listing_location{
	margin-bottom:0.5em;
	color:#333;
	font-weight:700;
}
.listing a:hover .listing_location{
	color:#fff;
}
.listing_date{
	color:#407E8D;
	font-weight:700;
	background-image:url("../images/calendar.svg");
	background-repeat:no-repeat;
	background-size:auto 1.4em;
	padding-left:1.8em;
	padding-right:0.5em;
	display:inline-block;
	font-size:0.8em;
}
.listing a:hover .listing_date{
	color:#fff;
	background-image:url("../images/calendar_white.svg");
}
.listing_time{
	color:#333;
	display:inline-block;
	border-left:1px solid #407E8D;
	padding-left:0.5em;
		font-size:0.8em;
}
.listing a:hover .listing_time{
	color:#fff;
	border-left:1px solid #fff;
}



/* ----------Embedded Videos-------------------------------------------------------- */
.video-filter iframe{
 	aspect-ratio:16 / 9;
	width:100%;
	height:auto;
	border-radius:0.5em;
}
/* ---------Google maps-------------------------------------------------------- */
.map{
	 	aspect-ratio:16 / 9;
	width:100%;
	height:auto;
	border-radius:0.5em;
}
/* ----------MAPS-------------------------------------------------------- */

.leaflet-map-divicon{
	background-color:#e69833;
	color:#fff;
	box-shadow:0 0 3px -1px #000;
	border-radius:0 1em 1em 1em;
	font-weight:700;
	min-width:2em;
	min-height:2em;
	display:flex;
	justify-content: center;
	align-items: center;
	text-align:center;
	font-size:1.2em;
}
.leaflet-map-divicon:hover{
	color:#e69833;
	background-color:#fff;
	box-shadow:3px 3px 4px -1px #000;
}	
.leaflet-map-divicon .map_title{
	font-size:0.7em;
	padding:0.3em;
}
.map_popup{
	width:100%;
	text-align:center;
}


.map_popup img{
    width:100%;
    height:auto;
    transition: all 0.5s ease;
	display:block;
}
.map_popup a:hover img{
   transform: scale(1.2);
   transition: all 0.5s ease;
}
.map_popup a{
	display:block;
	width:100%;
	height:100%;
	border-radius:0.3em;
	overflow:hidden;
	color:#000;
	font-weight:700;
	transition: all 0.5s ease;
	text-decoration:none;
	background-color:#fff;
}
.map_popup a:hover{
	background-color:#000;
	color:#fff;

}

/* ----------RELATED AREA----------------------------------------------------------------- */

#related H2{
	font-size:1.2em;
}

#related img{
	width:100%;
	height:auto;
}

#related .views-element-container{
	padding:1em;
	padding-bottom:0.2em;
}

/* ----------Timeline Block-------------------------------------------------------- */
#block-yoursay-engage-001-views-block-engagement-milestones-block-1{

}
.milestone{
	color:#333;
	background-image:url("../images/vert_line_dotted.svg");
	background-repeat:repeat-y;
	background-size:2rem auto;
}
.milestone:last-child{
	background-image:none;
}
.milestone_title{
	background-image:url("../images/dot_empty.svg");
	background-repeat:no-repeat;
	background-size:2rem auto;
	font-weight:700;
	padding-left:2rem;
}
.milestone_date{
	padding-left:2rem;
	color:#485b68;
	font-weight:700;
	font-size:0.9em;
}
.milestone_description{
	padding-left:2rem;
	font-size:0.8em;
}
.milestone_description p{
	margin:0px;
	padding:0px;
}

.milestone_not_begun{
	padding-bottom:1em;
}
.milestone_not_begun .milestone_title{
	background-image:url("../images/dot_empty_light.svg");
}
.milestone_started{
	padding-bottom:1em;
}
.milestone_started .milestone_title{

}
.milestone_in_progress{
	padding-bottom:1em;
}
.milestone_in_progress .milestone_title{
	background-image:url("../images/dot_full.svg");
}
.milestone_completed{
	background-image:url("../images/vert_line.svg");
	background-repeat:repeat-y;
	background-size:2rem auto;
	color:#000;
	padding-bottom:1em;
}
.milestone_completed .milestone_title{
	background-image:url("../images/dot_full.svg");
}


/* ----------SUB AREAs----------------------------------------------------------------- */
#sub1, #sub2, #sub3{
	position:relative;
	z-index:20;
	padding-left:2vw;
	padding-right:2vw;
	margin:auto;
}
#sub1 .views-element-container, #sub2 .views-element-container, #sub3 .views-element-container{
	padding-top:1em;
	padding-bottom:1em;
}
#sub1 h2, #sub2 h2, #sub3 h2{
	text-align:center;
	font-weight:900;
	font-size:2.4em;
	margin:auto;
	padding:0px;
	margin-bottom:0.5em;
	border-bottom:1px solid #ccc;
}
/* ----------SUB2 AREA----------------------------------------------------------------- */
#sub2{
	background-color:#e4f1f8;
}
/* ----------SUB3 AREA----------------------------------------------------------------- */
.iframe_survey{
	border:1px solid #ccc;
	width:100%;
	min-height:200vh;
	overflow-y: scroll;
}

/* ----------FOOTER AREA ---------------------- */

#footer{
	background-color:#1a3242;
	border-top:15px solid #a3a8ab;
	font-size:0.6rem;
	display:flex;
	flex-wrap: wrap;
	background-image:url("../images/skyline_dark.svg");
	background-size:50% auto;
	background-repeat:no-repeat;
	background-position:100% 100%;
	padding-top:2em;
	padding-bottom:1em;
}
#footer a{
	color:#fff;
	text-decoration:none;
}
/* ----------area 1 in footer ---------------------- */
#council_logo{
	flex:1 1 0;
	background-image:url("../images/wcc_logo_tourist.png");
	background-repeat:no-repeat;
	background-position:top center;
	background-size:contain;
		max-height:14em;
}
/* ----------area 2 in footer ---------------------- */
#council_details{
	flex:3 1 0;
	color:#a3a8ab;
	padding-right:2em;
}
.acknowledgement{
	font-size:0.9em;
	background-image:url("../images/flags3.png");
	background-repeat:no-repeat;
	background-size:auto 3em;
	padding-bottom:4em;
	margin-top:1em;
	margin-bottom:1em;
	background-position:bottom left;
}
#council_details h2{
	font-weight:400;
	border-bottom:1px solid #a3a8ab;
	color:#fff;
	font-size:2em;
	margin:0;
}
.admin_login{
	margin-left:0;
	font-size:0.8em;
	display:block;
}
.wcc_link{
	font-size:1.4em;
}
/* ----------area 3 in footer ---------------------- */
#council_social{
	flex:1 1 100%;
	color:#fff;
	font-weight:700;
	text-align:left;
	padding-right:2em;
	align-self:flex-end;
	margin-left:25vw;
}
#council_social ul{
	list-style-type: none;
	list-style-image: none;
	margin:0px;
	padding:0px;
}
#council_social li{
	list-style-type: none;
	list-style-image: none;
	margin:0px;
	padding:0px;
	display:inline-block;
}
.social{
	background-repeat:no-repeat;
	text-indent:999em!important;
	display:inline-block;
	width:2.4em;
	height:2.4em;
	margin-right:0.3em;
	overflow:hidden;
}
.facebook{
	background-image:url("../images/facebook_icon.svg");
}
.instagram{
	background-image:url("../images/insta_icon.svg")
}
.twitter{
	background-image:url("../images/facebook_icon.svg");
}
.youtube{
	background-image:url("../images/youtube_icon.svg");
}
/* ---------- COLOR BANDS AT BOTTOM OF PAGE------------------------ */
.bands{
	display:flex;
	margin-bottom:15vh;
}
.band{
	height:1vh;
	flex:1 1 0;
}
.band1{
	background-color:#68416f;
}
.band2{
	background-color:#d39440;
}
.band3{
	background-color:#b43a7a;
}
.band4{
	background-color:#6199c9;
}
.band5{
	background-color:#96bb50;
}