/* FONTS */
/* 
@font-face {
	font-family:Montserrat;
	src: url("../fonts/Montserrat-Regular.ttf") format("ttf");
	font-weight:400;
	font-style:normal;
}

@font-face {
	font-family:Montserrat;
	src: url("../fonts/Montserrat-SemiBold.ttf") format("ttf");
	font-weight:600;
	font-style:normal;
}

@font-face {
	font-family:Montserrat;
	src: url("../fonts/Montserrat-bold.ttf") format("ttf");
	font-weight:800;
	font-style:normal;
}

@font-face {
	font-family:Futura;
	src: url("../fonts/FuturaBT-Book.ttf") format("ttf");
	font-weight:300;
	font-style:normal;
}

@font-face {
	font-family: Futura;
	src: url("../fonts/FuturaBT-Medium.ttf") format("tff");
	font-weight:400;
	font-style:normal;
}

@font-face {
	font-family: Futura;
	src: url("../fonts/FuturaBT-Heavy.ttf") format("tff");
	font-weight:600;
	font-style:normal;
} */

/* GLOBAL */

:root {
    --red: #F05C77;
    --orange:#E47700;
	--orange-light:#e89d48;
    --green:#00A831;
    --green-light:#84C441;
    --blue:#278FC7;
    --blue-light:#2E9AD6;
    --blue-dark:#004D6D;
    --yellow:#FFD63D;
	--h-prime:65px;
	--h-second:52px;
	--h-third:28px;
	--h-fourth: 25px;
	--body:18px;
	--misc:16px;
}

.red-text {
    color:var(--red)!important;
}
.orange-text {
    color:var(--orange)!important;
}
.orange-light-text {
    color:var(--orange-light)!important;
}
.green-text {
    color:var(--green)!important;
}
.green-light-text {
    color:var(--green-light)!important;
}
.blue-text {
    color:var(--blue)!important;
}
.blue-light-text {
    color:var(--blue-light)!important;
}
.blue-dark-text {
    color:var(--blue-dark)!important;
}
.yellow-text {
    color:var(--yellow)!important;
}

.light-text {
	color:#fff!important;
}

.red-bg {
    background-color:var(--red);
    color: #fff;
}
.orange-bg {
    background-color:var(--orange);
    color: #fff;
}
.green-bg {
    background-color:var(--green);
    color: #fff;
}
.green-light-bg {
    background-color:var(--green-light);
    color: #fff;
}
.blue-bg {
    background-color:var(--blue);
    color: #fff;
}
.blue-light-bg {
    background-color:var(--blue-light);
    color: #fff;
}
.blue-dark-bg {
    background-color:var(--blue-dark);
    color: #fff;
}
.yellow-bg {
    background-color:var(--yellow);
    color: #fff;
}

html,
body {
	width:100%;
	overflow-x:hidden;
	transition: all ease 400ms; 
	font-size:18px;
	line-height:25px;
	font-weight:400;
	font-family: "futura-pt", sans-serif;
}

h1,
h2,
h3,
h4,
h5,
h6 {
    font-family: Montserrat, sans-serif;
    font-weight: 600;
	color:var(--blue-dark);
}

/* h1 {
	font-size:65px;
	line-height:70px;
	margin-bottom:.5rem;
	color:var(--blue-dark);
} */

h1 {
	font-size:50px;
	line-height:65px;
	margin-bottom:.5rem;
	color:var(--blue-dark);
}

/* h2 {
	font-size:52px;
	line-height:62px;
	margin-bottom:.5rem;
	color:var(--blue-dark);
} */

h2 {
	font-size:42px;
	line-height:52px;
	margin-bottom:.5rem;
	color:var(--blue-dark);
}

/* h3 {
	font-size:28px;
	line-height:30px;
	font-weight: 400;
	margin-bottom:.5rem;
	color:var(--blue-dark);
} */

h3 {
	font-size:23px;
	line-height:25px;
	font-weight: 400;
	margin-bottom:.5rem;
	color:var(--blue-dark);
}

/* h4 {
	font-size:22px;
	line-height:25px;
	font-weight: 600;
	margin-bottom:.5rem;
	color:var(--blue-dark);
} */

h4 {
	font-size:20px;
	line-height:23px;
	font-weight: 600;
	margin-bottom:.5rem;
	color:var(--blue-dark);
}

p {
	margin:1rem 0;
	color:#444;
}

/* p a {
	font-weight:600;
} */

a {
	color:var(--blue-dark);
/* 	font-weight:600!important; */
	text-decoration:underline;
}

time {
	font-style:italic;
}

strong {
	font-weight:600!Important;
	color:var(--blue-dark);
}

em {
	font-style:italic;
}

a:not(* a) {
	font-size:16px;
	line-height:20px;
}

section:not(.theme-slider):not(.newsletter):not(.anca-hero) {
	padding:5rem 0;
}

@media(max-width:1000px) {
	section:not(.theme-slider):not(.newsletter):not(.anca-hero) {
	padding:2rem 0;
}
}

section.list-group,
section.post-section,
section.comments-section {
	padding-top:0!important;
}

.single h1,
.flexible-content h1 {
	font-size:52px;
	line-height:60px;
}

.single h2,
.flexible-content h2,
.gallery h2 {
	font-size:28px;
	line-height:35px;
}

.single h3,
.flexible-content h3 {
	font-size:25px;
	line-height:30px;
}

.text-light-inner * {
	color:#fff!important;
}


.custom-button {
    border-radius: 50px;
    padding: .5rem 1rem;
    font-weight: bold!important;
    text-transform: uppercase;
    display:inline-block;
	transition: all ease 200ms;
	border:none;
	white-space:nowrap;
	font-family: Montserrat, sans-serif;
	min-width:200px;
	text-align:center;
	text-decoration:none;
	color:#fff;
}

.custom-button:hover {
	color:#fff;
	transform:scale(1.03);
	box-shadow: 0 2px 5px rgba(0,0,0, .5);
	text-decoration:none;
}

article img {
	width:100%;
/* 	object-fit:cover; */
		object-fit:contain;
	 height: 300px;
	 object-position: center;
}

.whats-up-north-blog  article img {
	object-fit:cover;
}

.medium-size {
	height:300px;
	width:300px;
}


/* BOOTSTRAP OVERWRITES */

.container {
	width:90%;
	max-width:2000px;
}

.card {
	border:none;
	box-shadow: 0 3px 5px rgba(0,0,0, .25);
}

.dropdown-toggle::after {
	display: none;
}

.dropdown-toggle:before {
	content:'\F229';
	font-family: 'bootstrap-icons';
	transition: 400ms all ease;
	font-size:12px;
}

.dropdown:hover > .dropdown-toggle:before {
	content:'\F235';
}

/* Helps to add hover functionality without interfering with click and keyboard events */
@media all and (min-width: 992px) {
	#menu-main-menu-1 .nav-item .dropdown-menu:not(.show){ 
		display: none; 
		position: static;
	}

	#menu-main-menu-1 .nav-item:hover .dropdown-menu:not(.show){ 
		display: block; 
		position: absolute;
    	inset: 0px auto auto 0px;
	    margin: 0px;
    	transform: translate3d(0px, 46px, 0px);
	}

}

/* HEADER */

#nav {
	box-shadow: 0 2px 8px rgb(0 0 0 / 40%);
}

#nav a:not(.custom-button):not(.mobile-menu > li > a) {
	font-size:20px;
	text-decoration:none;
	font-weight:400!important;
}

/* nav li.sub-menu {
	position:relative;
	display:flex;
	align-items:center;
} */

/* nav li.sub-menu:before {
	content:'\F229';
	font-family: 'bootstrap-icons';
	transition: 400ms all ease;
	font-size:16px;
}

nav li.sub-menu:hover:before {
	content:'\F235';
} */
/* 
nav ul.sub-menu {
	position:absolute;
	display:flex;
	flex-direction:column;
	gap:1.5rem;
	justify-content:center;
	align-items:flex-start;
	z-index:-1;
	opacity:0;
	padding: 1rem 2rem 1rem 1rem;
	margin-top:2rem;
	background-color:#fff;
	width:max-content;
	transition: all ease 300ms;
	transform-origin: top left;
	top:0;
} */

/* nav ul.sub-menu.active {
	z-index:10;
	opacity:1;
}

nav ul.sub-menu li:hover {
	text-decoration:underline;
} */

/* nav ul.sub-menu li {
	margin:0;
}

nav > ul > li > a {
	margin-left:0.5rem;
	white-space:nowrap;
} */

/* #menu-main-menu-1 > li:hover > .dropdown-menu {
	position: absolute;
    inset: 0px auto auto 0px;
    margin: 0px;
    transform: translate3d(0px, 45px, 0px);
	display:block;
} */

#nav .social-icon {
	color: var(--blue-dark);
	font-size:18px;
}

.mobile-header .custom-button {
	text-align:center;
	min-width:100%;
}


.mobile-header  .custom-button:hover {
	box-shadow:none;
	transform:scale(1);
}

.mobile-menu-toggle {
	all:unset;
	width:100px;
	cursor:pointer;
	margin-bottom:14px;	
}

.mobile-menu {
	position:absolute;
	max-height:0;
	width:100vw;
	left:0;
	right:0;
	z-index:-1;
	background-color: #fff;
	margin-top:3rem;
	opacity:0;
	transition: all ease 300ms;
	transform-origin: top center;
}

.mobile-menu.active {
	max-height: max-content;
	z-index:10;
	opacity:1;
	box-shadow: 0 10px 8px rgba(0,0,0, .5);
}

.mobile-menu > li {	
	width:inherit;
	margin:0;
	
}

.mobile-menu > li > a {
	padding:1rem .5rem;	
	border-bottom: 1px solid var(--blue-dark);
	font-size:16px;
	font-weight:bold!important;
	width:inherit;
	display:block;
	text-decoration:none;
}

.mobile-menu ul.sub-menu {
  	max-height: 0;
  	overflow: hidden;
  	transition: all 0.2s ease-out;
	position:relative;
	pointer-events:none;
}

.mobile-menu ul.sub-menu.active {
	max-height: max-content;
  	overflow: auto;
	border-bottom: 1px solid var(--blue-dark);
	pointer-events:all;
}

.mobile-menu ul.sub-menu li {
	padding: .5rem 1rem;
	font-size:inherit;
}

.mobile-menu-toggle .bar {
	width:80%;
	margin-bottom:10px;
	height:15px;
	border-radius:20px;
	display:block;
}

.mobile-menu-toggle .bar:nth-child(2) {
	width:100%;
}

.mobile-menu-toggle .bar:last-child {
	width:60%;
}

/* LOGO */

.logo {
	max-width: 300px;
}

.copyright {
    border-top:2px solid #fff;
    padding: 2rem 0;
    font-size: 16px;
    line-height:23px;
}

img {
	max-width:100%;
}

/* HEADER SEARCH */

.search-wrapper {
	position: relative;
	display: inline-block;
	height: 100%;
	width: 20px;
	text-align: center;
	z-index:100;
}

.search-icon {
	position: relative;
	cursor: pointer;
}

.search-icon i {
	font-size: 22px;
	color: #033858;
}

.search-bar {
	position: absolute;
	top: 40px;
	opacity: 0;
	right: -1000px;
    transition: all 200ms ease;
}

.search-icon.search-open + .search-bar,
.search-bar:focus-within {
	opacity: 1;
	right: 34px;
}

.search-bar p {
	position:relative;
	margin-bottom: 0;
}

.search-bar input {
	padding: 7px 14px;
	border-right: none;
    border-radius: 20px 0 0 20px;
}

.search-bar button[type="submit"] {
	position: absolute;
	height: 100%;
	background-color: #fff;
	border-width: 2px;
	border-left: none;
    border-radius: 0 20px 20px 0;
}

/* FOOTER */

footer p,
footer a {
	color:#fff;
	margin:0;
	text-decoration:none;
	font-weight:400!important;
}

footer .social a {
	border: solid #fff 2px;
	border-radius:50%;
	padding: .5rem;
    display: grid;
    place-items: center;
	width: 43px;
    height: 43px;
}

footer strong {
	color:#fff;
}

footer ul li {
	margin: .5rem 0;
}

/* HOMEPAGE */

/* ====================================================================================================================
 * DEFAULT THEME
 * ====================================================================================================================*/

.flexslider {
  margin: 0!important;
  background: #fff;
  position: relative;
  border-width:0;
  zoom: 1;
  -webkit-border-radius: 4px;
  -moz-border-radius: 4px;
  border-radius: 4px;
  -webkit-box-shadow: '' 0 1px 4px rgba(0, 0, 0, 0.2);
  -moz-box-shadow: '' 0 1px 4px rgba(0, 0, 0, 0.2);
  -o-box-shadow: '' 0 1px 4px rgba(0, 0, 0, 0.2);
  box-shadow: '' 0 1px 4px rgba(0, 0, 0, 0.2);
}
.flexslider .slides {
  zoom: 1;
	height: 50vh;
	max-height:650px;
	min-height:500px;
}

.flexslider .slides li {
	position:relative;
}

.flexslider .slides img {
  height: auto;
  -moz-user-select: none;
}
.flex-viewport {
  max-height: 2000px;
  -webkit-transition: all 1s ease;
  -moz-transition: all 1s ease;
  -ms-transition: all 1s ease;
  -o-transition: all 1s ease;
  transition: all 1s ease;
}
.loading .flex-viewport {
  max-height: 300px;
}
@-moz-document url-prefix() {
  .loading .flex-viewport {
    max-height: none;
  }
}
.carousel li {
  margin-right: 5px;
}
.flex-direction-nav {
  *height: 0;
}
.flex-direction-nav a {
  text-decoration: none;
  display: block;
  width: 40px;
  height: 40px;
  margin: -20px 0 0;
  position: absolute;
  top: 50%;
  z-index: 10;
  overflow: hidden;
  opacity: 0;
  cursor: pointer;
  color: rgba(0, 0, 0, 0.8);
  text-shadow: 1px 1px 0 rgba(255, 255, 255, 0.3);
  -webkit-transition: all 0.3s ease-in-out;
  -moz-transition: all 0.3s ease-in-out;
  -ms-transition: all 0.3s ease-in-out;
  -o-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
}
.flex-direction-nav a:before {
  font-family: "flexslider-icon";
  font-size: 40px;
  display: inline-block;
  content: '\f001';
  color: rgba(0, 0, 0, 0.8);
  text-shadow: 1px 1px 0 rgba(255, 255, 255, 0.3);
}
.flex-direction-nav a.flex-next:before {
  content: '\f002';
}
.flex-direction-nav .flex-prev {
  left: -50px;
}
.flex-direction-nav .flex-next {
  right: -50px;
  text-align: right;
}
.flexslider:hover .flex-direction-nav .flex-prev {
  opacity: 0.7;
  left: 10px;
}
.flexslider:hover .flex-direction-nav .flex-prev:hover {
  opacity: 1;
}
.flexslider:hover .flex-direction-nav .flex-next {
  opacity: 0.7;
  right: 10px;
}
.flexslider:hover .flex-direction-nav .flex-next:hover {
  opacity: 1;
}
.flex-direction-nav .flex-disabled {
  opacity: 0!important;
  filter: alpha(opacity=0);
  cursor: default;
  z-index: -1;
}
.flex-pauseplay a {
  display: block;
  width: 20px;
  height: 20px;
  position: absolute;
  bottom: 5px;
  left: 10px;
  opacity: 0.8;
  z-index: 10;
  overflow: hidden;
  cursor: pointer;
  color: #000;
}
.flex-pauseplay a:before {
  font-family: "flexslider-icon";
  font-size: 20px;
  display: inline-block;
  content: '\f004';
}
.flex-pauseplay a:hover {
  opacity: 1;
}
.flex-pauseplay a.flex-play:before {
  content: '\f003';
}
.flex-control-nav {
width: 100%;
    position: absolute;
    bottom: 10%;
    text-align: center;
    transform: translateY(-90%);
}
.flex-control-nav li {
  margin: 0 6px;
  display: inline-block;
  zoom: 1;
  *display: inline;
}
.flex-control-paging li a {
  width: 1rem;
  height: 1rem;
  display: block;
  background-color: transparent;
	border: 2px solid #fff;
  cursor: pointer;
  text-indent: -9999px;
  -webkit-box-shadow: inset 0 0 3px rgba(0, 0, 0, 0.3);
  -moz-box-shadow: inset 0 0 3px rgba(0, 0, 0, 0.3);
  -o-box-shadow: inset 0 0 3px rgba(0, 0, 0, 0.3);
  box-shadow: inset 0 0 3px rgba(0, 0, 0, 0.3);
  -webkit-border-radius: 20px;
  -moz-border-radius: 20px;
  border-radius: 20px;
}
.flex-control-paging li a:hover {
  background-color: #fff;
}
.flex-control-paging li a.flex-active {
  background-color: #fff;
  cursor: default;
}
.flex-control-thumbs {
  margin: 5px 0 0;
  position: static;
  overflow: hidden;
}
.flex-control-thumbs li {
  width: 25%;
  float: left;
  margin: 0;
}
.flex-control-thumbs img {
  width: 100%;
  height: auto;
  display: block;
  opacity: .7;
  cursor: pointer;
  -moz-user-select: none;
  -webkit-transition: all 1s ease;
  -moz-transition: all 1s ease;
  -ms-transition: all 1s ease;
  -o-transition: all 1s ease;
  transition: all 1s ease;
}
.flex-control-thumbs img:hover {
  opacity: 1;
}
.flex-control-thumbs .flex-active {
  opacity: 1;
  cursor: default;
}
.hidden,.hide{
	display: none;
}
/* ====================================================================================================================
 * RESPONSIVE
 * ====================================================================================================================*/
@media screen and (max-width: 860px) {
  .flex-direction-nav .flex-prev {
    opacity: 1;
    left: 10px;
  }
  .flex-direction-nav .flex-next {
    opacity: 1;
    right: 10px;
  }
		
}

.d-grid {
	display:grid;
	gap:1rem;
}

/* PAGE BUILDER SECTIONS */

.highlight-links a:hover {
	color:var(--orange);
	text-decoration:underline;
}

.aligncenter {
	display: block;
  	margin-left: auto;
  	margin-right: auto;
}

.alignleft {
	float:left;
	padding:10px;
}

.alignright {
	float:right;
	padding:10px;
}

.section-padding-bottom {
	padding-bottom:8rem;
}

.press-release-style a,
.new-economy-news-style a,
.regional-press-coverage-style a,
.publications-style a {
	color:var(--blue-dark);
	font-weight:600;
	text-decoration:underline;
}

.press-release-style a:hover,
.new-economy-news-style a:hover,
.regional-press-coverage-style a:hover,
.publications-style a:hover {
	color:var(--orange);
}

.list-item {
	list-style:none;
}

.list-item h3 {
	font-size: 23px!important;
    line-height: 25px!important;
}

.list-item:not(:last-child) {
	border-bottom: 1px solid #dddddd;
}

.d-grid-center {
	display:grid;
	place-items:center;
}

.big-idea p {
	color:var(--blue-dark);
}

.anca-hero .hero-wrapper,
.banner {
	background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
    height: 40vh;
}

.flexible-content h3 {
	color:var(--blue-dark);
}

.flexible-content li {
	font-size: 1rem;
	line-height:2rem;
}

.flexible-content p {
	margin-bottom:.5rem;
}

.mission * {
	color:#fff!important;
}

.pagination a,
.pagination span.current {
	padding:1rem;
	background-color:#efefef;
	border-radius:8px;
	font-size:1rem;
	text-decoration:none;
}

.pagination span.current {
	color:var(--orange);
	font-weight:600;
}

.arrow:hover {
	transform:scale(1.05);
}

.arrow {
	position:relative;
	padding-right:1rem;
	transition: all ease 400ms;
}

/* .post time,
.time-clock {
	position:relative;
	padding-left:2rem;
}


.post time:before,
.time-clock:before {
	content:'\F291';
	font-family: 'bootstrap-icons';
	position:absolute;
	left:0;
} */

.arrow:after {
	position:absolute;
	margin-left:5px;
	content:'\F138';
	font-family: 'bootstrap-icons';
}

.post-content ul {
	list-style-type: disc;
	margin-left:1.5rem;
}

.post-content ul li,
.post-content ul li * {
/* 	font-size:16px; */
		font-size:18px;
}

.single-post-content a {
	color:var(--orange);
}

main p a {
	color:var(--blue-dark);
}

main p a:hover {
	color:var(--orange);
	text-decoration:underline;
}

.membership-benefits:after {
	content:'';
    position: absolute;
    top: 100%;
    left: 50%;
    margin-left: -50px;
    width: 0;
    height: 0;
    border-top: solid 50px var(--blue-dark);
    border-left: solid 50px transparent;
    border-right: solid 50px transparent;
}

.custom-border {
	border-right:1px solid #fff;
	border-bottom:none;
}

.what-we-do .b-bottom {
	border-bottom: 2px solid var(--blue-light);
}

.staff-grid {
	grid-template-columns:repeat(4,1fr);
}

.projects-grid {
	grid-template-columns:repeat(3,1fr);
}

.gallery-grid {
	place-items:center;
}

@media (max-width: 1100px ) {
	.staff-grid,
	.projects-grid,
	.gallery-grid {
		grid-template-columns:repeat(2,1fr)!important;
	}
}

.post-section h2 {
	color:var(--blue-dark);
	text-align:center;
	padding:1rem 0;
}

.post-section .post,
.post-section .events{
	display:grid;
	grid-template-columns: 1fr 3fr;
	margin-bottom:1rem;
	align-items:center;
}

.posts-content {
	padding:1rem;
	
}

.post-section .staff,
.post-section .board,
.post-section .projects {
	display: flex;
	flex-direction:column;
	justify-content:center;
	align-items:center;
	gap:1rem;
	padding:1rem;
	border: 1px solid #eee;
	margin-bottom:1rem;
}

.post-section img {
	object-fit:cover!important;
}

.posts-title a {
	text-decoration:none;
}

.projects {
    margin: 5rem 0!important;
}

.staff img,
.board img,
.projects img {
	border-radius:50%;
}

.staff img {
	max-width:200px;
	max-height:200px;
}

.staff h5 {
	font-weight:400!important;
	line-height:20px;
}

.projects img {
	margin-top: -100px;
}

.staff .posts-content,
.board .post-content{
	text-align:center;
}


.projects .post-metadata {
	display: flex;
    flex-direction: column;
    justify-content: flex-start;
    align-items: center;
    gap: 1rem;
}

.staff .posts-content a,
.board .posts-content a{
	margin-top:1rem;
}

/* CONTACT */

.contact-input {
	margin:1rem 0;
}

.contact-input span {
	width: -webkit-fill-available;
}

.contact-input label {
	font-family:Montserrat, sans-serif;
	margin-bottom:.5rem;
	color: var(--blue-dark);
}
small {
	font-size.12px;
}

.contact-input input,
.contact-input textarea {
	padding:.5rem;
	border-radius: 20px;
	border:2px solid var(--blue-dark);
	width:inherit;
}

.contact-address h3,
.contact-address p {
	color:#fff;
}

.map iframe {
    max-width: -webkit-fill-available;
}

.staff-single img {
	border-radius:50%;
	aspect-ratio:1/1;
	object-fit:cover;
	    max-height: 400px;
    max-width: 400px;
}

.contact-info {
	padding:1rem;
	margin:1rem auto;
	border:2px solid var(--yellow);
	width:fit-content;
}

.bg-color-stripe::before {
	    content: " ";
    position: absolute;
    height: 200px;
    width: 20%;
    background-color: var(--yellow);
    top: 35%;
    left: 0;
    transform: translateY(-65%);
    z-index: -1;
}

.downloadable:hover {
	color:var(--orange);
	text-decoration:underline;
}

@media (max-width:850px) {

 	h1,
	.image-caption {
		font-size:52px!important;
		line-height:60px!important;
	}
	
	
	.d-grid {
		grid-template-columns:repeat(2, 1fr)!important;
	}

	.staff-grid{
		grid-template-columns:repeat(1, 1fr)!important;
	}
	
	.grid-col {
		box-shadow: 0 2px 8px rgb(0,0,0 / 20%);
	}
	
	.grid-col:hover {
		box-shadow: 0 3px 10px rgb(0,0,0 / 50%);
	}
	
	.moblie-pag > div {
		opacity:0;
		position:absolute;
		z-index:-1;
		transition: all ease-in 300ms;
	}
	
	.moblie-pag > div.active {
		opacity:1;
		position:relative;
		z-index:2;
	}
	
	.home-post:not(:first-child):not(:nth-child(2)) {
		display:none;
	}
	input,
	textarea {
		max-width:95%;
	}
	.post-section .post,
.post-section .events,
	.post-section .staff,
.post-section .board,
.post-section .projects {
	display:block;
}
	.posts-image {
		text-align:center;
	}
	

.custom-border {
	border-left:none;
	border-bottom:1px solid #fff;
	margin:1rem 0;
	padding:1rem 0;
}
	
	.newsletter .blue-light-bg .container {
	max-width:90%;
}
	
}


@media (max-width: 767px){
	.staff-grid{
		grid-template-columns:repeat(1, 1fr)!important;
	}
	.job-opportunities .d-grid, 
	.press-releases .d-grid, 
	.featured-stories .d-grid,
	.new-economy-news .d-grid,
	.whats-up-north-blog .d-grid,
	.annual-reports .d-grid,
	.publications .d-grid,
	.events .d-grid,
	.regional-press-coverage .d-grid{
		/* grid-template-columns:repeat(1, 1fr)!important; */
		grid-template-columns: repeat(1, minmax(0, 1fr)) !important
	}
	article.featured-stories{
		display: block !important;
	}

}


@media (max-width:600px) {
	
	.post-section .staff img {
		padding-top:1rem;
	}

	.post-section .projects img {
		max-width:90%;
	}
	
	.post-section .staff,
.post-section .board,
	.post-section .projects {
		padding:0;
	}
	
	.mobile-menu-toggle {
	all:unset;
	width:50px;
	cursor:pointer;
}
	.mobile-menu-toggle .bar {
	margin-bottom:5px;
	height:8px;
	border-radius:20px;
	display:block;
}
	
		.newsletter-form-wrapper .submit {
		width:100%;
	}
	
/* 	.d-grid {
		grid-template-columns:repeat(1, 1fr)!important;
	} */
	.home-post:not(:first-child) {
		display:none;
	}
	
	.newsletter .blue-light-bg .container {
		max-width:90%!important;
	}
	
	footer .logo {
	max-width:100%;
}
}

/* EVENTS */

.events-list {
	display: grid;
    grid-template-columns: 15% 85%;
    align-items: center;
    gap: 1rem;
    padding-bottom: 1rem;
}

@media(max-width:980px) {
	.events-list {
		grid-template-columns:1fr;
	}
	.events-list > p {
margin:auto!important;
	}
}
