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

@import url("https://use.typekit.net/obq2rsn.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;
	background-image: linear-gradient(#1a3242, #1a3242);
	background-size:100vw 40vh;
	background-repeat:no-repeat;
}
/* ---------- WCC BRANDING BANNER------------------------ */
#wcc_banner{
	text-align:center;
	height:2rem;
	line-height:2rem;
	background-color:#1a3242;
	color:#fff;
}
#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:#191e2a;
	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-wcc-base-2024-search{

}
#block-wcc-base-2024-search label{
	display:none;
}
#block-wcc-base-2024-search input{
	font-size:1.8rem;
	border:1px solid #bb9d44;
	border-radius:0.5em;
	padding:1vw;
	width:80vw;
}
#block-wcc-base-2024-search .form-actions input{
	margin-top:1em;
	margin-left:20%;
	background-color:#bb9d44;
	color:#fff;
	width:60%;
}
#block-wcc-base-2024-search .form-actions input:hover{
	background-color:#191e2a;
	border:1px solid #191e2a;
}

/* ---------- 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:#000;
	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/moyjil_logo.svg");
	background-size:80% auto;
	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:#191e2a;
	color:#fff;
	font-weight:700;
}
#top_sub1 a:hover{
	background-color:#fff;
	color:#bb9d44;

}

/* ----------SECOND LEVEL-------------------- */
#top_sub1 ul ul{
	display:none;
	z-index:200;
	left:0;
	flex:4 1 0;
}
#top_sub1 ul ul a{
	color:#17364b;
	background-color:#fff;
	border-top:1px solid #e2e2e2;
	font-weight:400;
}
#top_sub1 ul ul a:hover{
	border-top:1px solid #e2e2e2;
	background-image:url("../images/arrow_right.svg");
	background-repeat:no-repeat;
	background-position:90% 50%;
	background-size:auto 30%;
}
/* ----------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_white.svg");
	background-repeat:no-repeat;
	background-position:90% 50%;
	background-size:auto 30%;
}
.expandedcontent{
	background-image:url("../images/x.svg");
	background-color:#fff!important;
	color:#bb9d44!important;
	border-top:0.25rem solid #bb9d44!important;
}
.expandedcontent:hover{
	background-image:url("../images/x.svg")!important;

}

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

#featured{
	background-color:#000;
	position:relative;
	height:40vh;
	overflow:hidden;
}
#featured img{
	width:100vw;
	height:40vh;
	object-fit: cover;
}



/* ---------- Reusable slides for carousel------------------------------------------------ */
.slide{
    position:absolute;
    left:0;
    top:0;
    z-index:8;
    opacity:1.0;
    width:100%;
}
.slide.active {
    z-index:10;
    opacity:1.0;
}
.slide.last-active {
    z-index:9;
}
/* ---------- PAGE TITLE AREA (margin-top counters the height of the featured area sitting underneath it)------------------------ */
#title{
	margin:auto;
	position:relative;
	z-index:20;
	color:#fff;
	display: flex;
  	justify-content: center;
	align-items: center;
	text-align:center;
	margin-top:-40vh;
	height:30vh;
}
H1{
	font-size:2.4rem;
	margin:0px;
	padding:0px;
    text-shadow:1px 1px 6px #000;
	text-align:center;
	line-height:1em;
	margin-bottom:0.2em;
	color:#d1b667;
}
.tagline{
	font-weight:700;
	font-size:1.4rem;
	    text-shadow:1px 1px 6px #000;
}
/* ---------- MAIN CONTENT AREA------------------------ */
#content{
	padding:1rem;
	
	margin:auto;
	position:relative;
	z-index:20;
	background-color:#fff;
	border-top:1px solid #fff;
	border-radius:0.5em 0.5em 0 0;
}
#content h2{
	color:#17364b;
	border-bottom:3px solid #17364b;
	font-size:1.6em;
	clear:both;
}
#content h3{
	color:#18536b;
	font-size:1.3em;
}
#content h4{
	font-size:1.1em;
}
/* ---------- 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;
}
/* ---------- restrict width of body test to readable widths--------------------------------------- */
#block-wcc-base-2024-content{
	margin:auto;
	margin-bottom:0;
	margin-top:1em;
}
/* ---------- Highlight First letter of first paragraph -------------------------------------------- */
#block-wcc-base-2024-content p:first-child:first-letter{
	float:left;
	font-weight:700;
	font-size:5.3rem;
	margin-right:0.3rem;
	margin-top:0.3rem;
	line-height:0.7em;
	color:#17364b;
	font-family:Baskerville, "Palatino Linotype", Palatino, "Century Schoolbook L", "Times New Roman", "serif";
}
#block-wcc-base-2024-content p{
	overflow:hidden;
}

/* ---------- Setup Links in COntent area -------------------------------------------- */
#block-wcc-base-2024-content a{
	text-decoration:none;
	background-color:#5b754b;
	color:#fff;
	display:inline-block;
	background-image:url("../images/button_arrow.svg");
	background-size:auto 1em;
	background-repeat:no-repeat;
	background-position:right center;
    border-radius:0.5em;
	margin-bottom:0.3em;
	margin-right:0.3em;
	margin-left:0.3em;
	padding:0.4em;
    padding-left:0.6em;
    padding-right:1.4em;
	font-size:0.9em;
}
#block-wcc-base-2024-content a:hover{
	background-color:#000;
}

/* ---------- blockquote areas -------------------------------------------- */
#content blockquote{
	margin:0;
    background-color:#F2F1E8;
    padding:1rem;
    border-radius:0.4em;
    font-size:0.8em;
	overflow:hidden;
}
#content blockquote p:first-child:first-letter{
	font-size:5.3em;
}
#content blockquote a{
	word-break: break-all;
	margin-left:0;
}
#content blockquote table{
	margin-top:1em;
}
#content blockquote ul{
	padding-left:1em;
	clear:both;
}
#content blockquote ul a{
	display:block;
}
/* ----------Breadcrumbs-------------------- */
#block-wcc-base-2024-breadcrumbs{
	border-bottom:1px solid #ccc;
	font-size:0.9em;
	font-weight:700;
	color:#333;
	display:block;
	margin-top:2vw;
}
#block-wcc-base-2024-breadcrumbs ol{
	list-style-type: none;
	margin:0px;
	padding:0px;
	text-align:center;
}
#block-wcc-base-2024-breadcrumbs li{
	margin:0px;
	padding:0px;
	display:inline-block;
	padding-left:1em;
}

#block-wcc-base-2024-breadcrumbs a{
	color:#813612;
	color:#C5511B;
	display:block;
	text-decoration:none;
	padding-right:1em;
	padding-top:0.35em;
	padding-bottom:0.35em;
	border-right:1px solid #ccc;
}
#block-wcc-base-2024-breadcrumbs a:hover{
	color:#054254;
}

/* ---------- Page Anchors Menu created at top of page --------------------------------------------------------- */

/* ---------- Hide Links in Content area that are used for anchors ------------ */
#block-wcc-2023b-content a[name]{
	margin:0px;
	padding:0px;
}
.ck-anchor{
	margin:0px!important;
	padding:0px!important;
}
.backtotop{
	text-align:right;
	margin:0!important;
	font-size:0.6em!important;
}
.backtotop a{
	margin:0!important;
	background-color:#fff!important;
	background-image:url("../images/back_to_top.svg")!important;
	color:#C5511B!important;
}
.backtotop a:hover{
	background-image:url("../images/back_to_top_over.svg")!important;
	color:#407E8D!important;
}
#wccanchors{
	font-size:0.85em;

}
#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;
}
#wccanchors li{
    list-style-type: none;
    padding:0px;
    flex:1 1 0;
	display:flex;
	margin:0.2em;
	justify-content: center;
}
#wccanchors a{
    border-radius:0.5em;
    display:flex;
	width:100%;
    padding:0.6em;
    text-decoration:none;
    background-color:#C5511B;
    color:#fff;
	font-weight:700;
	line-height:1.2em;
	justify-content: center;
  	align-items: center;
	text-align:center;
	min-width:30vw;
	max-width:50vw;
}
#wccanchors a:hover, #wccanchors a:focus{
    background-color:#407E8D;
	color:#fff;
}



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

.listing-frame{
	display: flex;
	flex-wrap: wrap;
	font-size:1rem;
	justify-content: center;
	gap:1rem 2%;
	clear:both;
}
.listing{
	display:flex;
	width:100%;
}
/* ---------This fixes an issue with listings not taking p the full width available------------------ */
.listing .views-field{
	display:block;
	width:100%;
}
.listing_image{
	overflow:hidden;
	border-radius:0 0 0.3em 0.3em;
}
.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 a{
	display:block;
	width:100%;
	height:100%;
	border-top:5px solid #C5511B;
	border-radius:0.3em;
	overflow:hidden;
	color:#333;
	transition: all 0.5s ease;
	text-decoration:none;
}
.listing a:hover{
	background-color:#407E8D;
	color:#fff;
	border-top:5px solid #407E8D;
}
.listing_text{
	padding:0.5em;
}
.listing_title{
	font-weight:700;
	color:#1a3242;
	font-size:1.4em;
}
.listing a:hover .listing_title{
	color:#fff;
}
.listing_body{

}
.listing_date{
	color:#ab4818;
	font-size:0.9em;
	font-weight:700;
	background-image:url("../images/calendar.svg");
	background-repeat:no-repeat;
	background-size:auto 1.4em;
	padding-left:1.6em;
}
.listing a:hover .listing_date{
	color:#fff;
}
.listing_taxonomy{
	color:#ab4818;
	font-size:0.6em;
	font-weight:700;
}
.listing a:hover .listing_taxonomy{
	color:#fff;
}

/* ---------- Override formatting inherited from general Links-------------------------------------------------- */
#block-wcc-base-2024-content .listing a{
    display:inline-block;
    background-color:transparent;
	color:#333;
    text-decoration:none;
    padding:0;
    padding-left:0;
    padding-right:0;
    border-radius:0.5em;
    margin-right:0;
    margin-bottom:0;
    background-image:none;
	font-weight:400;
}
#block-wcc-base-2024-content .listing a:hover, #block-wcc-base-2024-content .listing a:focus{
	background-color:#407E8D;
    color:#fff;
}


/* ---------- PAGER at bottom of listings------------------------------------------------------ */
.pager{
	margin-top:1em;
	grid-column: 1 / span 1;
}
.pager ul{
	list-style-type: none;
	margin:0px;
	padding:0px;
}
.pager li{
	list-style-type: none;
	margin:0px;
	padding:0px;
	display:inline-block;
}
.pager li a{
	display:block;
	text-decoration:none;
	text-align:center;
	margin:0.2em;
	color:#fff;
	background-color:#5b754b;
	background-image:url("../images/button_arrow.svg");
	background-size:auto 1em;
	background-repeat:no-repeat;
	background-position:right center;
    border-radius:0.5em;
	padding:0.4em;
    padding-left:1em;
    padding-right:1.8em;
	font-size:0.9em;
	font-weight:700;
}
.pager li a:hover{
	background-color:#000;
}
.pager .is-active a{
	background-color:#C5511B;
}

/* ----------TABLES-------------------------------------------------------- */
.tablewrap{
	overflow: auto;
}
table{
	width:100%;
	font-size:0.8em;
	margin-bottom:1em;
	border-collapse:collapse;
}
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;
}
table a{
	text-decoration:none;
	background-color:#5b754b;
	color:#fff;
	display:inline-block;
	background-image:url("../images/button_arrow.svg");
	background-size:auto 1em;
	background-repeat:no-repeat;
	background-position:center right;
	padding-right:2em;
	padding-left:0.5em;
	margin-right:0.5em;
	padding-top:0.3em;
	padding-bottom:0.3em;
	margin-bottom:0.2em;
	font-size:0.85em;
    border-radius:0.3em;
	font-weight:700;
}
table a:hover{
	background-color:#000;
}
table ul{
	margin:0px;
	padding:0px;
	list-style-type: none;
}
table li{
	margin:0px;
	padding:0px;
	list-style-type: none;
}
/* ---------- Remove First Letter Highlighting if text is in a table -------------------------------------------- */
#block-wcc-base-2024-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-wcc-base-2024-content table th p:first-child:first-letter{
	color:#fff;
	font-weight:700;
}

/* ---------- COUNCIL MEETINGS Table----------------------------------------------------------- */
tbody .views-field-field-special-regular{
	font-weight:700;
	background-color:#acb5bb;
	color:#1a3242;
}
tbody .views-field-field-meeting-date-1{
	background-color:#c1cccf;
	color:#1a3242;
}


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

/* ---------- Expandable sections (eg. as used on infringement review page)----------------------------------------- */
.section{
	border:1px solid #ccc;
	padding-left:1em;
	margin-bottom:1em;
}
.section.closed{
	background-image:url("../images/green_down_arrow.svg");
	background-repeat:no-repeat;
	background-position:99% center;
	background-size:3em auto;
}
.section.open{
	background-image:url("../images/dark_x.svg");
	background-repeat:no-repeat;
	background-position:99% 1em;
	background-size:2em auto;
}
.section h2{
	padding-right:4em;
	border-bottom:none !important;
	font-size:1.2em !important;
}
.section_content ul{
	clear:both;
}



/* ----------RELATED AREA This isnt currently used for anything----------------------------------------------------------------- */
#related{
	padding-left:1em;
	padding-right:1em;
		position:relative;
	z-index:20;
	background-color:#fff;
	clear:both;
}
/* ----------SUB1 AREA----------------------------------------------------------------- */
#sub1{
	padding-left:1em;
	padding-right:1em;
	background-color:#ecf3f4;
}
#sub1 h2{
	margin:0px;
	padding:0.5em;
	text-align:center;
	color:#1a3242;
}


/* ----------SUB2 AREA----------------------------------------------------------------- */
#sub2{
	padding-left:1em;
	padding-right:1em;
}
#sub2 h2{
	margin:0px;
	padding:0.5em;
	text-align:center;
	color:#1a3242;
}

/* ----------SUB3 AREA This isnt currently used for anything----------------------------------------------------------------- */
#sub3{

}



/* ----------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.png");
	background-repeat:no-repeat;
	background-position:center 2em;
	background-size:50% auto;
}
/* ----------area 2 in footer ---------------------- */
#council_details{
	flex:3 1 0;
	color:#a3a8ab;
	padding-right:2em;
}
.acknowledgement{
	font-size:0.9em;
	background-image:url("../images/flags.png");
	background-repeat:no-repeat;
	background-size:8em auto;
	padding-left:10em;
	margin-top:1em;
	margin-bottom:1em;
}
#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")
}

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