body, html, #page {
	font-family: 'Albert Sans', sans-serif;
}

header {
	padding: 1rem 2rem;
}

.container {
	max-width: 1600px;
	margin: 0 auto;
	width: 100%;
}

#primary-menu {
	align-items: center;
	place-content: end;
}

#primary-menu li {
	margin-left: 6px;
}

#primary-menu li a {
	font-family: 'Sofia Sans Condensed', sans-serif;
	text-transform: uppercase;
	color: #37343E;
	font-size: 18px;
	padding: 10px 0;
	transition: .5s;
}

#primary-menu li.cta a,
.btn.cta {
	background: #F64E5D;
	padding: 10px 24px;
	border-radius: 30px;
	color: #fff;
	transition: .5s;
	text-decoration: none;
	font-weight: bold;
}

#primary-menu li.cta a:hover,
.btn.cta:hover {
	background: #fb2f42;
}

.subNav ul {
	text-align: right;
}

.subNav li {
	list-style: none;
	display: inline-block;
	padding-left: 3px;
}

.subNav li a {
	transition: .5s;
}

.subNav li.search {
	padding-right: 5px;
	position: relative;
	top: -1px;
}

.subNav li a:hover {
    filter: brightness(0.5);
}

.subNav li img {
	width: 22px;
	height: 22px;
}

.main-navigation ul#primary-menu ul {
	box-shadow: none;
	flex-direction: column;
	text-align: right;
	padding: 7px 14px 7px 32px;
	overflow: hidden;
}

.main-navigation ul#primary-menu ul:after {
    content: " ";
    position: absolute;
    display: block;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    z-index: -1;
	background: linear-gradient(215deg, #007ECB 0%, #309DE0 100%);
    transform-origin: bottom left;
    -ms-transform: skew(-10deg, 0deg);
    -webkit-transform: skew(-10deg, 0deg);
    transform: skew(-10deg, 0deg);
}

.main-navigation ul li:hover > ul, .main-navigation ul li.focus > ul {
	right: 0;
}

#primary-menu li ul a {
	color: #fff;
	font-family: 'Albert Sans', sans-serif;
	text-transform: none;
	font-size: 14px;
	font-weight: 600;
	padding: 5px 0;
	transition: .5s;
}

#primary-menu li ul a:hover {
	text-decoration: underline;
}

#primary-menu > li > a {
	padding: 0 6px;
}

#primary-menu > li:hover {

}

#primary-menu > li:hover > a {
	background: #007ECB;
	color: #fff;
}

main .page header,
main .post header {
	background: linear-gradient(207deg, #143B53, #005B94, #143B53, #005B94);
	text-align: center;
	color: #fff;
	padding: 2rem 0 1rem 0;
	background-size: 400% 400%;
	animation: gradient 15s ease infinite;
	margin-bottom: 6rem;
}

@keyframes gradient {
	0% {
		background-position: 0% 50%;
	}
	50% {
		background-position: 100% 50%;
	}
	100% {
		background-position: 0% 50%;
	}
}

.breadcrumbs {
	font-size: .9rem;
	font-family: 'Albert Sans', sans-serif;
}

.breadcrumbs a,
.breadcrumbs a:visited {
	color: #fff;
	text-decoration: none;
	transition: .5s;
	opacity: .75;
}

.breadcrumbs span {
	opacity: .5;
}

.breadcrumbs a:hover {
	opacity: 1;
	text-decoration: underline;
}

.breadcrumbs i {
	font-style: normal;
	padding: 0 .5rem;
}

article header h1 {
	font-family: 'Sofia Sans Condensed', sans-serif;
	font-size: 3rem;
	position: relative;
	display: inline-block;
	max-width: 1100px;
    line-height: 1;
}

article header h1 .ll {
	content: '';
	height: 1.5px;
	width: 6rem;
	position: absolute;
	left: -85%;
	top: 50%;
	background: rgba(255,255,255,.25);
	display: block;
	display: none;
}

article header h1 .rl {
	content: '';
	height: 1.5px;
	width: 6rem;
	position: absolute;
	right: -85%;
	top: 50%;
	background: rgba(255,255,255,.25);
	display: block;
	display: none;
}

.ancestor-tree {
	list-style: none;
	padding: 0;
	margin: 0 2rem 0 0;
}

.entry-content .ancestor-tree > li {
	list-style: none;
}

.ancestor-tree > li > a {
	display: none;
}

.ancestor-tree > li > .children > li {
	border-bottom: 1px solid #eee;
}

.ancestor-tree .children {
	margin: 0;
}

.ancestor-tree .children li {
	list-style: none;
	margin: 0.5rem 0;
	padding-bottom: .5rem;
}

.ancestor-tree .children li a {
	text-decoration: none;
	color: #007ECB;
	font-size: .9rem;
	line-height: 1.5;
	display: inline-block;
	font-weight: bold;
}

.ancestor-tree .children li a:hover {
	text-decoration: underline;
}

.ancestor-tree .children li .children {
	padding-left: .5rem;
	padding-top: .5rem;
}

.ancestor-tree .children li .children li {
	margin: 0;
	line-height: 1.25;
}

.ancestor-tree .children li .children a {
	font-size: .8rem;
	font-weight: normal;
	line-height: 1.25;
}

.entry-content {
	padding: 0 3rem;
}

.entry-content p {
	line-height: 2;
}

.entry-content h4 {
	font-weight: bold;
	font-size: 1.5rem;
}

.entry-content li {
	list-style: square;
	line-height: 2;
}

.entry-content li::marker {
	color: #F64E5D;
}

.wp-block-buttons {
}

.entry-content .wp-block-button a,
.entry-content .wp-block-button a:visited {
	background: #007ECB;
	color: #fff;
	font-size: 1rem;
	padding: 14px 21px;
	font-weight: 600;
	border-radius: 4px;
	transition: .5s;
}

.entry-content .wp-block-button a:hover {
	background: #0069aa;
	-webkit-box-shadow: 0 3px 6px 0 rgba(0,0,0,.15);
	box-shadow: 0 3px 6px 0 rgba(0,0,0,.15);
}

.entry-content .wp-block-quote {
	margin: 4rem 0 0 0;
	position: relative;
	padding: 6rem 2rem 2rem 2rem;
	background: #f5fbfe;
	border-radius: 10px;
}

.entry-content .wp-block-quote:before {
	content: '';
	position: absolute;
	width: 4rem;
	height: 4rem;
	background-image: url('../img/ita.svg');
	display: block;
	left: 2rem;
	margin: 0 auto;
	top: .75rem;
	background-size: 100%;
	background-repeat: no-repeat;
	background-position: center bottom;
}

.contentBlock {
	padding: 0;
}

.single-post .entry-content .contentBlock {
	padding-bottom: 8rem;
}

.wp-block-media-text__content p {
	margin: 0;
}

.entry-content a,
.entry-content a:visited {
	color: #007ECB;
}

.entry-content a:hover {
	color: #0069aa;
}

.entry-content hr {
	border: none;
	height: 1.5px;
	background: #eee;
	margin: 2rem 0;
}

.entry-content h2 {
	font-size: 2rem;
	font-weight: bold;
	padding: 1rem 0 3rem 0
}


.entry-content h3 {
	font-size: 1.5rem;
	font-weight: bold;
	padding: .5rem 0;
	line-height: 1.125;
}

.wp-block-column h2 {
	padding-top: 0;
	line-height: 1.25;
}

figure.wp-block-gallery.has-nested-images.galleryPartners {
	gap: 0 2rem;
}

figure.wp-block-gallery.has-nested-images.galleryPartners figure {
	max-width: 240px;
	height: 240px;
}

.logoMember {
	position: relative;
	max-width: 100%;
	margin: 0;
	padding: 1rem 1rem 2rem 1rem;
	text-align: center;
	border-bottom: 1px solid #efefef;
}

.logoMember img {
	max-width: 240px;
}

.members header {
	text-align: center;
	color: #fff;
}

.members article {
	background: linear-gradient(207deg, #143B53, #005B94, #143B53, #005B94);
	padding: 0 0 6rem 0;
	animation: gradient 15s ease infinite;
	background-size: 400% 400%;
}

.members article .entry-content {
	margin: 0;
}

.members .entry-content .profile {
	background: #fff;
	padding: 2rem 6rem;
}

.single-portfolio .entry-content h1 {
	font-weight: bold;
	font-size: 2.25rem;
	padding: 1rem 0;
}

.single-portfolio .contentBlock {
	text-align: center;
}

.single-portfolio .data span {
	font-weight: bold;
	text-transform: uppercase;
	font-size: 11px;
}

.single-portfolio .data {
	padding-bottom: 1rem;
	border-bottom: 1px solid #efefef;
	margin-bottom: 2rem;
}

.single-portfolio .data p {
	line-height: 1.5;
	color: #788e9c;
}

.single-portfolio .data p strong {
	color: #000;
	font-weight: 600;
}

.single-portfolio .catLinks {
	padding-bottom: 2rem;
}

.single-portfolio .description p {
	padding-bottom: 2rem;
	border-bottom: 1px solid #efefef;
	margin-bottom: 2rem;
	text-align: left;
}

.single-portfolio .catLinks {
	border: none;
}

.single-portfolio .catLinks li {
	list-style: none;
	display: inline-block;
	padding: 0 10px;
}

.single-portfolio .catLinks a {
    text-decoration: none;
    background: #f0f8fc;
    border: 1px solid #c3d5e1;
    padding: 6px 16px;
    font-size: 14px;
    transition: .5s;
}

.single-portfolio .catLinks a:hover {
    background: #e9f8ff;
}

.single-portfolio .catLinks span {
	padding-bottom: .75rem;
	display: inline-block;
}

.members .entry-content .aside {
	color: #fff;
}

.members .entry-content .aside ul {
	padding: 0;
	margin: 0 0 1.5rem 1rem;
}

.members .entry-content .aside li {
	line-height: 1;
	padding: 5px 0;
}

.members .entry-content .aside li a {
	font-size: 13px;
	color: #fff;
	text-decoration: none;
	opacity: .75;
	transition: .5s;
}

.members .entry-content .aside li a:hover {
	opacity: 1;
	border-bottom: 1px solid #fff;
}

.members .entry-content li::marker {
	color: #2a7db1;
	opacity: .25;
}

.members .entry-content .aside h6 {
	text-transform: uppercase;
	font-size: 12px;
	font-weight: bold;
	padding: 0 0 6px 0;
}

footer {
	background-image: url('../img/footer.png');
	padding: 4rem 0 2rem 0;
	background-size: auto 100%;
	background-repeat: repeat-x;
	color: #fff;
	font-size: .9rem;
	text-align: center;
}

footer .row {
	margin: 0;
}

footer p {
	line-height: 2;
}

footer p a {
	color: #fff;
}

footer p a:hover {
	color: #fff;
}

footer .social ul {
	margin: 0;
}

footer .social li {
	list-style: none;
	display: inline-block;
	padding: 0 6px;
}

footer .middle p {
	font-size: .8rem;
	line-height: 1.5;
}

.members .grid h1 {
	color: #fff;
	font-size: 3rem;
	font-weight: bold;
	margin: 0 0 3rem 0;
}

.members .grid {
	grid-auto-rows: 1fr
}

.members .grid ul {
	padding: 0;
	margin: 0 0 6rem 0;
	list-style: none;
	display: grid;
	grid-template-columns: 24% 24% 24% 24%;
	grid-gap: 0 1%;
}

.members .grid ul li {
	list-style: none;
	text-align: center;
	margin-bottom: 10px;
}

.members .grid ul li .thumb {
	display: block;
	margin: 1rem auto;
	padding: 0 40px;
	display: grid;
	place-items: center;
}

.members .grid ul li .thumb::before {
	content: "";
	display: block;
	padding-bottom: 100%;
	grid-area: 1/1/2/2;
}

.members .grid ul li .thumb img {
	width: 100%;
	grid-area: 1/1/2/2;
	max-height: 180px;
	object-fit: scale-down;
}

.members .grid ul li a {
	text-decoration: none;
	color: #000;
	padding: 2rem 0;
	display: block;
	transition: .5s;
	background: #fff;
	min-height: 210px;
}

.members .grid ul li a:hover {
	-webkit-box-shadow: 0 0 10px 2px rgba(0,0,0,.5);
	box-shadow: 0 0 10px 2px rgba(0,0,0,.75);
}

.members .grid ul li a h5 {
	line-height: 1.25;
	padding: 0 1rem;
	min-height: 80px;
}

.wp-block-embed iframe {
	width: 100%;
}

.type-page {
	padding-bottom: 6rem;
}

body.page {
	margin: 0;
}

#sliderHome {
	position: relative;
}

#sliderHome .slide {
	position: relative;
}

#sliderHome .slide img {
	width: 100%;
	display: block;
}

#sliderHome .slide a {
	position: relative;
	display: block;
}

#sliderHome .slide a:after {
	position: absolute;
	content: '';
	width: 100%;
	height: 50%;
	bottom: 0;
	left: 0;
	background: linear-gradient(180deg, rgba(0, 0, 0, 0.00) 0%, rgba(0, 0, 0, 0.71) 68.75%);
	z-index: 1;
}

#sliderHome .slide .caption {
	position: absolute;
	bottom: 0;
	left: 0;
	width: 100%;
	color: #fff;
	z-index: 2;
	text-align: center;
}

#sliderHome .slide .caption h4 {
	font-size: 3.5rem;
	font-family: 'Sofia Sans Condensed', sans-serif;
}

#sliderHome .slide .caption p {
	max-width: 640px;
	margin: 0 auto 4rem auto;
}

#sliderHome .slick-arrow {
	background-image: url('../img/arrow-left.svg');
	background-color: transparent;
	border: none;
	border-radius: 0;
	position: absolute;
	background-position: center;
	background-repeat: no-repeat;
	left: 2rem;
	top: 50%;
	width: 2.5rem;
	height: 2.5rem;
	background-size: auto 100%;
	padding: 0;
	cursor: pointer;
	z-index: 2;
}

#sliderHome .slick-next {
	left: auto;
	right: 2rem;
	background-image: url('../img/arrow-right.svg');
}

#sliderHome .slick-dots {
	position: absolute;
	bottom: 2rem;
	left: 0;
	right: 0;
}

#sliderHome .slick-dots {
	list-style: none;
	padding: 0;
	margin: 0;
	text-align: center;
}

#sliderHome .slick-dots li {
	display: inline-block;
	margin: 0 5px;
}

#sliderHome .slick-dots li.slick-active button {
	background: #fff;
}

#sliderHome .slick-dots li button {
	text-indent: -9999rem;
	overflow: hidden;
	border: none;
	background: rgba(255,255,255,.25);
	border-radius: 0;
	height: 1.5px;
	width: 84px;
	padding: 0;
}



.home .about .container {
	max-width: 960px;
	margin: 8rem auto;
}

.home .about h6 {
	font-weight: bold;
	font-size: 1.5rem;
	padding-top: 2rem;
}

.about .num {
	border-radius: 100%;
	max-width: 230px;
	margin: 0 auto;
	padding: 3rem 0;
	position: relative;
	z-index: 2;
}

.about .num > div {
	width: 49%;
	display: inline-block;
	text-align: center;
}

.about .num > div {
	font-size: .9rem;
	font-weight: bold;
	margin: 1rem 0;
	padding: 0;
	line-height: 1.25;
	vertical-align: top;
}

.about .num > div strong {
	font-family: 'Sofia Sans Condensed', sans-serif;
	font-size: 3rem;
	line-height: 1;
	color: #129246;
}

.about .num > div:nth-child(2) strong,
.about .num > div:nth-child(4) strong {
	color: #CE2C3A;
}

.home .about img {
	max-width: 240px;
}

.about .rSide {
	background-image: url('../img/symbol.svg');
	background-position: center;
	background-size: auto 100%;
	background-repeat: no-repeat;
	position: relative;
}

.about .rSide video {
	position: absolute;
	left: 0;
	right: 0;
	margin: 0 auto;
	top: 0;
	border-radius: 320px;
}

.section.blue {
	background: #0C4161;
}

.section {
	padding: 6rem 0;
}

.section .container {
	max-width: 1200px;
	margin: 0 auto;
}

.section h3 {
	font-family: 'Sofia Sans Condensed', sans-serif;
	font-size: 2.5rem;
	text-transform: uppercase;
	border-top: 2px solid #F64E5D;
	padding-top: 1rem;
	display: inline-block;
	padding-bottom: 3rem;
	line-height: 1;
}

.section.blue h3 {
	color: #fff;
}

.initiatives.section {
	background-image: url('../img/symbol-dark.svg');
	background-position: center;
	background-repeat: no-repeat;
	background-size: auto 80%;
}

.initiatives.section ul {
	display: grid;
	grid-template-columns: 1fr 1fr 1fr 1fr 1fr 1fr;
}

.initiatives.section li {
	display: inline-block;
}

.initiatives.section li:nth-child(2n) {
	background: #0C344D;
}

.initiatives.section a {
	text-decoration: none;
	display: block;
	transition: .5s;
}

.initiatives.section a img {
	display: block;
	margin-bottom: 2rem;
	margin-right: 0;
	width: 100%;
}

.initiatives.section a span {
	color: #fff;
	font-weight: 600;
	font-size: 1.35rem;
	display: block;
	line-height: 1.25;
	padding: 0 1rem;
	margin-bottom: 2rem;
	min-height: 82px;
	vertical-align: bottom;
}

.initiatives.section a .arrow-long {
	opacity: .25;
	max-width: 32px;
	margin-left: 1rem;
	transition: .5s;
	position: relative;
	top: 0;
}

.initiatives.section a:hover .arrow-long {
	opacity: 1;
	top: -5px;
}

.section h3 strong {
	color: #F64E5D;
}

.network.section .row {
	margin-bottom: 6rem;
}

.network.section ul {
	display: grid;
	grid-template-columns: 25% 25% 25% 25%;
	margin: 0;
	padding: 0;
	list-style: none;
	text-align: center;
}

.network.section .labelCol {
	text-align: right;
	font-weight: bold;
	font-family: 'Sofia Sans Condensed', sans-serif;
	font-size: 1.35rem;
	text-transform: uppercase;
	line-height: 1;
}

.network.section ul li {
	padding: 2rem 1rem;
	text-align: center;
	vertical-align: middle;
	display: flex;
    align-items: center;
    justify-content: center;
    border: 1px solid #E8EAED;
}

.network.section ul li img {
	max-width: 90%;
	transition: .5s;
	opacity: .8;
}

.network.section ul li img:hover {
	opacity: 1;
}

#susMembers .labelCol h5 {
	font-weight: 300;
	padding-top: 15px;
}

#susMembers .container {
	display: flex;
}

#susMembers ul {
	border: none;
	position: relative;
	display: block;
	width: calc(100% - 4rem);
	margin: 0 auto;
}

#susMembers ul li {
	border: none;
	height: 75px;
	padding: 10px;
}

#susMembers ul li img {
	width: 100%;
	object-fit: contain;
    height: 100%;
}

#susMembers .slick-arrow {
	background-image: url('../img/arrow-left.svg');
	background-color: transparent;
	border: none;
	border-radius: 0;
	position: absolute;
	background-position: center;
	background-repeat: no-repeat;
	left: -2rem;
	top: 24px;
	width: 1.5rem;
	height: 1.5rem;
	background-size: auto 100%;
	padding: 0;
	cursor: pointer;
	z-index: 2;
	filter: brightness(0);
	transition: .5s;
	opacity: .15;
}

#susMembers .slick-next {
	left: auto;
	right: -2rem;
	background-image: url('../img/arrow-right.svg');
}

#susMembers .slick-arrow:hover {
	opacity: .75;
}

.section.grey {
	background: #F7F9FC;
}

.events.section ul {
	margin: 0;
	list-style: none;
	display: grid;
	grid-gap: 0 4%;
	grid-template-columns: 30% 30% 30%;
	max-width: 90%;
	margin-left: 10%;
}

.events.section ul li {
	margin-bottom: 3rem;
}

.events.section ul li img {
	width: 100%;
	position: relative;
	z-index: 2;
}

.events.section ul li .thumb {
	position: relative;
	z-index: 1;
	display: block;
}

.events.section ul li .thumb:after {
	position: absolute;
	right: -10px;
	top: 5px;
	border: 2px solid #F64E5D;
	background: none;
	content: '';
	display: block;
	width: 100%;
	height: 100%;
	z-index: 0;
}

.events.section ul li a {
	text-decoration: none;
	color: #000;
}

.events.section ul li h5 {
	font-weight: bold;
	font-size: 1.25rem;
	padding-top: 1.5rem;
	padding-left: 1rem;
	line-height: 1.25;
}

.events.section ul li .date {
	position: absolute;
	background: #F64E5D;
	color: #fff;
	z-index: 3;
	font-weight: bold;
	padding: 6px 10px;
	text-transform: uppercase;
	left: -10px;
	top: 64px;
	font-size: 1.35rem;
	width: 80px;
	line-height: 1.25;
	text-align: center;
}

.news.section {
	padding: 0;
	background-image: url('../img/half.png');
	background-position: center;
	background-repeat: repeat-y;
}

.news.section .row {
	position: relative;
}

.news.section .row > div {
	padding: 6rem 0 5rem 0;
	position: relative;
}

.news.section h3 {
	font-size: 1.5rem;
}

.news.section .sideMembers {
	background: #CE2C3A;
	overflow: hidden;
}

.news.section .row:after {
	content: '';
	position: absolute;
	right: 0%;
	top: 0;
	background: #CE2C3A;
	width: 50%;
	height: 100%;
	display: none;
}

.news.section .sideMembers h3 {
	margin-left: 4rem;
	border-color: #0C4161;
}

.news.section ul {
	list-style: none;
	padding: 0 3rem 0 0;
	margin: 0;
}

.news.section .sideMembers ul {
	margin-left: 4rem;
}

.news.section ul a {
	text-decoration: none;
	color: #fff;
}

.news.section ul a .date {
	opacity: .85;
	font-size: 12px;
}

.news.section ul a h5 {
	font-weight: 600;
	font-size: 1.25rem;
	line-height: 1.25;
	padding-bottom: .5rem;
}

.news.section ul a p {
	font-size: .9rem;
	opacity: .85;
}

.news.section ul a:hover h5 {
	text-decoration: underline;
}

.news.section .row > div > a {
	color: #fff;
	text-transform: uppercase;
	font-weight: bold;
	margin-top: 2rem;
	display: inline-block;
	font-size: .9rem;
}

.news.section .row > div.sideMembers > a {
	margin-left: 4rem;
}

.services.section ul {
	display: grid;
	max-width: 90%;
	margin-left: 10%;
	margin-top: 2rem;
	grid-template-columns: 33% 33% 33%;
	list-style: none;
	margin-bottom: 4rem;
}

.services.section ul li {
	border: 1px solid #D8DEE6;
	padding: 2rem;
}

.services.section ul li h5 {
	font-size: 1.5rem;
	font-weight: bold;
	line-height: 1.25;
	padding: 10px 0;
}

.services.section ul li p {
	margin: 0;
}

.services.section ul li p a {
	color: #000;
}

a.strongLink,
a.strongLink:visited {
	color: #000;
	font-weight: 600;
	text-transform: uppercase;
	font-size: .9rem;
}

.system.section {
	background: #143B53;
}

.system.section ul {
	display: grid;
	max-width: 90%;
	margin-left: 10%;
	margin-top: 2rem;
	grid-template-columns: 25% 25% 25% 25%;
	list-style: none;
	margin-bottom: 4rem;
}

.system.section ul li {
	border: 1px solid #2F4E61;
	align-items: center;
    justify-content: center;
    text-align: center;
}

.system.section ul li a {
	display: block;
	width: 100%;
	height: 100%;
	display: flex;
    justify-content: center;
    text-align: center;
}

.system.section ul li.red a {
	background: #CE2C3A;
}

.system.section ul li a img {
	max-width: 85%;
	object-fit: scale-down;
}

.wp-block-latest-posts {
	list-style: none;
	padding: 0;
	margin: 0;
}

.wp-block-latest-posts li {
	list-style: none;
	border-bottom: 1px solid #ddd;
	padding-bottom: 1rem;
	margin-bottom: 2rem;
}

.wp-block-latest-posts li > a {
	font-size: 1.5rem;
	text-decoration: none;
	font-weight: 600;
	line-height: 1.15;
}

.wp-block-latest-posts li > a:hover {
	text-decoration: underline;
}

.wp-block-latest-posts li time {
	color: #aaa;
}

.wp-block-latest-posts__post-excerpt {
	color: #555;
}

.wp-block-latest-posts__post-excerpt,
li .wp-block-latest-posts__post-excerpt a {
	line-height: 1.35;
	font-size: .9rem;
	font-weight: normal;
}

.ytGallery > li > div {
	max-height: 220px;
	overflow: hidden;
	position: relative;
	background: #000;
}

.ytGallery > li > div a:after {
	content: '';
	width: 92px;
	height: 92px;
	background-repeat: no-repeat;
	background-image: url('../img/play.svg');
	background-position: center;
	background-size: auto 100%;
	display: block;
	position: absolute;
	left: 0;
	right: 0;
	margin: 0 auto;
	top: 30%;
	z-index: 2;
	-webkit-box-shadow: 0 0 5px 5px rgba(0,0,0,.5);
	box-shadow: 0 0 5px 5px rgba(0,0,0,.5);
	border-radius: 100%;
}

.ytGallery > li > a,
.ytGallery > li > a:visited {
	text-overflow: hidden;
	font-size: 1rem;
	line-height: 1.25;
	display: block;
	color: #000;
	font-weight: normal;
	position: relative;
}

.ytGallery > li a img {
	transition: .5s;
	opacity: .75;
}

.ytGallery > li:hover a img {
	opacity: 1;
}

.page-media-gallery main .entry-content .row > div {
	display: none;
}

.page-media-gallery main .entry-content .row > div.contentBlock {
	display: block;
	max-width: 100%;
    flex-basis: 100%;
}

.page-initiatives .contentBlock p a {
	color: #000;
	line-height: 1;
	font-size: 1.25rem;
	text-decoration: none;
	font-weight: bold;
}

ul.mediaGallery {
	list-style: none;
	display: grid;
	grid-template-columns: 24% 24% 24% 24%;
	grid-gap: 0;
	margin: 0;
}

ul.mediaGallery li {
	list-style: none;
	margin-bottom: 4rem;
}

ul.mediaGallery li a {
	text-decoration: none;
	line-height: 1.25;
	display: block;
	width: calc(100% - 2rem);
}

ul.mediaGallery li a h5 {
	font-weight: bold;
	font-size: 1.125rem;
	color: #222;
}

ul.mediaGallery li a .thumb {
	width: 100%;
	display: block;
	margin-bottom: 10px;
}

ul.mediaGallery li a .thumb img {
	width: 100%;
}

ul.mediaGallery li a .sub {
	color: #666;
}

ul.mediaGallery li a:hover h5 {
	text-decoration: underline;
}

.newsList li {
	list-style: none;
	border-bottom: 1px solid #eee;
	margin-bottom: 2rem;
}

.newsList li a,
.newsList li a:visited {
	text-decoration: none;
	color: #333;
}

.newsList li a span {
	font-size: .75rem;
	color: #999;
}

.newsList li a:hover h5 {
	color: #000;
	text-decoration: underline;
}

.newsList li a h5 {
	font-weight: bold;
	font-size: 1.25rem;
	line-height: 1.25;
	display: block;
	padding-bottom: 5px;
	padding-top: 5px;
}

.newsList li a p {
	font-size: .9rem;
	display: block;
	line-height: 1.35;
	color: #666;
}

.pagination {
	text-align: center;
}

.entry-content .pagination a,
.entry-content .pagination a:visited {
	padding: 10px;
    border: 1px solid #ddd;
    color: #000;
    text-decoration: none;
    min-width: 42px;
    display: inline-block;
    transition: .5s;
}

.entry-content .pagination a:hover {
	background: #eee;
}

.pagination .current {
    min-width: 42px;
    display: inline-block;
    font-weight: bold;
}

.searchResults .page-header {
	background: #efefef;
	text-align: center;
	margin: 1rem 0 3rem 0;
}

.searchResults .row {
	margin: 0;
}

.searchResults .newsList li {
	padding-bottom: 2rem;
}

.searchResults nav {
	padding-bottom: 4rem;
}

.searchResults nav a {
	color: #333;
}

.searchForm {
	display: inline-block;
}

.searchForm input[type=text] {
    border: none;
    border-bottom: 1px solid #ccc;
    border-radius: 0;
    font-size: 14px;
    width: 120px;
}

.subNav {
	display: flex;
    place-content: end;
}


@media only screen and (max-width: 960px) {

	header {
		padding: 1rem;
	}

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

	.subNav {
		display: grid;
		grid-template-columns: 50% 50%;
		padding: 1rem 0;
	}

	.subNav ul {
		margin: 0;
		padding: 0;
	}

	button.menu-toggle {
	    border: none;
	    background: #efefef;
	    border-radius: 30px;
	    font-weight: bold;
	    text-transform: uppercase;
	    padding: 12px 30px 13px 30px;
	    width: 100%;
	}

	#sliderHome .slide .caption h4 {
		font-size: 1rem;
		padding-bottom: 2rem;
	}

	#sliderHome .slide .caption p,
	#sliderHome .slick-dots,
	#sliderHome .slick-arrow {
		display: none !important;
	}

	.home .about .container {
		padding: 0 2rem;
		margin: 2rem auto;
	}

	.about .rSide {
		background-size: contain;
	}

	.initiatives.section ul {
		grid-template-columns: 50% 50%;
		margin: 0;
	}

	.section .container {
		padding: 0 2rem;
	}

	.network.section ul {
		grid-template-columns: 33% 33% 33%;
	}

	.events.section ul {
		max-width: 100%;
		margin: 0;
		display: block;
	}

	.news.section {
		background-position: left;
	}

	.services.section ul {
		margin: 0;
		display: block;
	}

}