<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">/*
Theme Name: Shine.io Custom Template 2021
Version: 2.0
*/
/* Legacy styling */
.pswp {
  display: none;
}
.alignleft,.aligncenter,.alignright {
	max-width: 100%;
}
.img-wide,.alignnone,.alignnone img {
	width: 100%;
}
.alignleft {
	float: left;
    margin-right: 30px;
    margin-bottom: 10px;
}
.alignright {
	float: right;
    margin-left: 30px;
    margin-bottom: 10px;
}
.aligncenter {
	display: block;
	margin: 10px auto;
}
.wp-caption {
	max-width: 100%;
	margin-top: 10px;
}
.wp-caption p {
	text-align: center;
	margin-bottom: 20px;
	margin-left: 0;
	margin-top: 6px;
	font-size: 14px;
	font-style: italic;
	line-height: 18px;
	margin: 6px auto 20px auto;
}


.header-video {
  position: relative;
  padding-bottom: 56.25%; /* 16:9 */
  height: 0;
}
.header-video iframe {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}

/*.header-video iframe {
  height: 35vw;
}

@media screen and (max-width: 992px) {
  .header-video iframe {
    height: 50vw;
  }
}*/
/* Report CSS */
body.single-report {
	padding-top: 0;
	position:relative;
	    -webkit-transition: padding 0.5s;
    transition: padding 0.5s;
}
#page-title.single.report-banner {
	color: #fff;
}
body.single-report:after{
	content: '';
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	background: #000;
	z-index: 99;
	visibility:hidden;
		-webkit-transition: all 200ms ease;
    -moz-transition: all 200ms ease;
    -o-transition: all 200ms ease;
    transition: all 200ms ease;
	opacity:0;
}
body.single-report.report-nav-visible:after{
	visibility:visible;
	opacity: 0.9;
	
}
body.single-report header#header {
	top: -140px;
	background: #222;
	transition: top 200ms ease;
}
@media screen and (max-width: 964px) {
	body.single-report header {
	    
	}
	body.single-report #site-wrapper {
		padding-top: 0;
	}
}
body.single-report.cmsi-nav-open {
	padding-top: 134px;
}
body.single-report.cmsi-nav-open header#header {
	top: 0;
}


@-webkit-keyframes scaleIn {
  from {
    -webkit-transform: translateY(-50%) scale(0);
  }
  to {
    -webkit-transform: translateY(-50%) scale(1);
  }
}
@-moz-keyframes scaleIn {
  from {
    -moz-transform: translateY(-50%) scale(0);
  }
  to {
    -moz-transform: translateY(-50%) scale(1);
  }
}
@keyframes scaleIn {
  from {
    -webkit-transform: translateY(-50%) scale(0);
    -moz-transform: translateY(-50%) scale(0);
    -ms-transform: translateY(-50%) scale(0);
    -o-transform: translateY(-50%) scale(0);
    transform: translateY(-50%) scale(0);
  }
  to {
    -webkit-transform: translateY(-50%) scale(1);
    -moz-transform: translateY(-50%) scale(1);
    -ms-transform: translateY(-50%) scale(1);
    -o-transform: translateY(-50%) scale(1);
    transform: translateY(-50%) scale(1);
  }
}
@-webkit-keyframes slideIn {
  from {
    opacity: 0;
    -webkit-transform: translateX(-25px);
  }
  to {
    opacity: 1;
    -webkit-transform: translateX(0);
  }
}
@-moz-keyframes slideIn {
  from {
    opacity: 0;
    -moz-transform: translateX(-25px);
  }
  to {
    opacity: 1;
    -moz-transform: translateX(0);
  }
}
@keyframes slideIn {
  from {
    opacity: 0;
    -webkit-transform: translateX(-25px);
    -moz-transform: translateX(-25px);
    -ms-transform: translateX(-25px);
    -o-transform: translateX(-25px);
    transform: translateX(-25px);
  }
  to {
    opacity: 1;
    -webkit-transform: translateX(0);
    -moz-transform: translateX(0);
    -ms-transform: translateX(0);
    -o-transform: translateX(0);
    transform: translateX(0);
  }
}

body.single-report .cd-stretchy-nav {
  position: fixed;
  z-index: 100;
  top: 0;
  right: 0;
    -webkit-transition: top 0.5s;
    transition: top 0.5s;
}
body.single-report.mobile-active .cd-stretchy-nav {
  display: none;
}
body.single-report .cd-stretchy-nav li {
	list-style-type: none;
}
body.single-report #inner-report-title {
	 -webkit-transition: top 0.5s;
    transition: top 0.5s;
}
body.single-report.cmsi-nav-open .cd-stretchy-nav,body.single-report.cmsi-nav-open #inner-report-title {
	top: 134px;
}
body.single-report.cmsi-search-open .cd-stretchy-nav,body.single-report.cmsi-search-open #inner-report-title {
	top: 179px;
}
body.single-report .cd-stretchy-nav .stretchy-nav-bg {
  /* this is the stretching navigation background */
  position: absolute;
  z-index: 1;
  top: 0;
  right: 0;
  width: 40px;
  height: 40px;
  border-radius: 0;
  background: #0071ad;
  box-shadow: 0 1px 4px rgba(0, 0, 0, 0.2);
  -webkit-transition: height 0.2s, box-shadow 0.2s;
  -moz-transition: height 0.2s, box-shadow 0.2s;
  transition: height 0.2s, box-shadow 0.2s;
}
body.single-report .cd-stretchy-nav.nav-is-visible .stretchy-nav-bg {
  height: 100%;
  box-shadow: 0 6px 30px rgba(0, 0, 0, 0.2);
}
body.single-report .main-content .page {
	background-color: inherit;
}
body.single-report .cd-nav-trigger {
  position: absolute;
  z-index: 3;
  top: 0;
  right: 0;
  height: 40px;
  width: 40px;
  border-radius: 0;
  /* replace text with image */
  overflow: hidden;
  white-space: nowrap;
  color: transparent;
}
body.single-report .cd-nav-trigger span,body.single-report  .cd-nav-trigger span::after,body.single-report  .cd-nav-trigger span::before {
  /* this is the hamburger icon */
  position: absolute;
  width: 16px;
  height: 2px;
  background-color: #ffffff;
}
body.single-report .cd-nav-trigger span {
  /* middle line of the hamburger icon */
  left: 50%;
  top: 50%;
  bottom: auto;
  right: auto;
  -webkit-transform: translateX(-50%) translateY(-50%);
  -moz-transform: translateX(-50%) translateY(-50%);
  -ms-transform: translateX(-50%) translateY(-50%);
  -o-transform: translateX(-50%) translateY(-50%);
  transform: translateX(-50%) translateY(-50%);
  -webkit-transition: background-color 0.2s;
  -moz-transition: background-color 0.2s;
  transition: background-color 0.2s;
}
body.single-report .cd-nav-trigger span::after,body.single-report  .cd-nav-trigger span::before {
  /* top and bottom lines of the hamburger icon */
  content: '';
  top: 0;
  left: 0;
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
  -webkit-transition: -webkit-transform 0.2s;
  -moz-transition: -moz-transform 0.2s;
  transition: transform 0.2s;
}
body.single-report .cd-nav-trigger span::before {
  -webkit-transform: translateY(-6px);
  -moz-transform: translateY(-6px);
  -ms-transform: translateY(-6px);
  -o-transform: translateY(-6px);
  transform: translateY(-6px);
}
body.single-report .cd-nav-trigger span::after {
  -webkit-transform: translateY(6px);
  -moz-transform: translateY(6px);
  -ms-transform: translateY(6px);
  -o-transform: translateY(6px);
  transform: translateY(6px);
}
body.single-report .no-touch .cd-nav-trigger:hover ~ .stretchy-nav-bg {
  box-shadow: 0 6px 30px rgba(0, 0, 0, 0.2);
}
body.single-report .nav-is-visible .cd-nav-trigger span {
  background-color: transparent;
  font-family: "Open Sans", sans-serif;
}
body.single-report .nav-is-visible .cd-nav-trigger span::before {
  -webkit-transform: rotate(-45deg);
  -moz-transform: rotate(-45deg);
  -ms-transform: rotate(-45deg);
  -o-transform: rotate(-45deg);
  transform: rotate(-45deg);
}
body.single-report .nav-is-visible .cd-nav-trigger span::after {
  -webkit-transform: rotate(45deg);
  -moz-transform: rotate(45deg);
  -ms-transform: rotate(45deg);
  -o-transform: rotate(45deg);
  transform: rotate(45deg);
}

body.single-report .cd-stretchy-nav ul {
  position: relative;
  z-index: 2;
  padding: 40px 0 10px;
  visibility: hidden;
  -webkit-transition: visibility 0.3s;
  -moz-transition: visibility 0.3s;
  transition: visibility 0.3s;
  text-align: right;
}
body.single-report .cd-stretchy-nav ul a {
  position: relative;
  display: block;
  height: 37px;
	font-family: "base-900-sans","serifa", sans-serif;
  line-height: 42px;
  padding: 0 calc(1em + 40px) 0 1em;
  color: rgba(255, 255, 255, 0.7);
  font-size: 1.4rem;
  -webkit-transition: all 0.2s;
  -moz-transition: all 0.2s;
  transition: all 0.2s;
  font-size: 16px;
}
body.single-report .cd-stretchy-nav ul a:hover {
	padding: 0 calc(1em + 50px) 0 1em;
}
body.single-report .cd-stretchy-nav ul a::after {
  /* navigation item icons */
  content: '';
  position: absolute;
  height: 16px;
  width: 16px;
  right: 22px;
  top: 50%;
  -webkit-transform: translateY(-50%) scale(0);
  -moz-transform: translateY(-50%) scale(0);
  -ms-transform: translateY(-50%) scale(0);
  -o-transform: translateY(-50%) scale(0);
  transform: translateY(-50%) scale(0);
  opacity: .6;
 /* background: url(../img/cd-sprite-1.svg) no-repeat 0 0; */
}
body.single-report .cd-stretchy-nav ul a:hover::before {
  /* line visible next to the active navigation item */
  content: '';
  position: absolute;
  width: 3px;
  height: 16px;
  top: 50%;
  right: 60px;
  -webkit-transform: translateX(23px) translateY(-25%) scaleY(0);
  -moz-transform: translateX(23px) translateY(-25%) scaleY(0);
  -ms-transform: translateX(23px) translateY(-25%) scaleY(0);
  -o-transform: translateX(23px) translateY(-25%) scaleY(0);
  transform: translateX(23px) translateY(-25%) scaleY(0);
  background-color: #fff;
}
body.single-report .cd-stretchy-nav ul li:first-of-type a::after {
  /* change custom icon using image sprites */
  background-position: -32px 0;
}
body.single-report .cd-stretchy-nav ul li:nth-of-type(2) a::after {
  background-position: -64px 0;
}
body.single-report .cd-stretchy-nav ul li:nth-of-type(3) a::after {
  background-position: -48px 0;
}
body.single-report .cd-stretchy-nav ul li:nth-of-type(4) a::after {
  background-position: 0 0;
}
body.single-report .cd-stretchy-nav ul li:nth-of-type(5) a::after {
  background-position: -16px 0;
}
body.single-report .cd-stretchy-nav ul span {
  /* navigation item labels */
  display: block;
  opacity: 0;
  -webkit-transform: translateX(-25px);
  -moz-transform: translateX(-25px);
  -ms-transform: translateX(-25px);
  -o-transform: translateX(-25px);
  transform: translateX(-25px);
}

body.single-report .cd-stretchy-nav.nav-is-visible ul {
  visibility: visible;
}
body.single-report .cd-stretchy-nav.nav-is-visible ul a::after {
  /* navigation item icons */
  -webkit-transform: translateY(-50%) scale(1);
  -moz-transform: translateY(-50%) scale(1);
  -ms-transform: translateY(-50%) scale(1);
  -o-transform: translateY(-50%) scale(1);
  transform: translateY(-50%) scale(1);
  -webkit-animation: scaleIn 0.15s backwards;
  -moz-animation: scaleIn 0.15s backwards;
  animation: scaleIn 0.15s backwards;
  -webkit-transition: opacity 0.2s;
  -moz-transition: opacity 0.2s;
  transition: opacity 0.2s;
}
body.single-report .cd-stretchy-nav ul li a i.fa {
	position: absolute;
    top: 11px;
    right: 12px;
    color: #fff;
    opacity: 0;

}
.fa-cmsi:after{
    content: '';
    display: block;
    background: url('images/logocirclewhite.png') no-repeat transparent;
    height: 19px;
    width: 19px;
    position: relative;
    background-size: cover;
    left: 1px;
}
body.single-report .cd-stretchy-nav.nav-is-visible ul li a i.fa {
	opacity: 1;

}
body.single-report .cd-stretchy-nav.nav-is-visible ul a:hover {
  color: #ffffff;
  text-decoration: none;
}
body.single-report .cd-stretchy-nav.nav-is-visible ul a.active::after {
  opacity: 1;
}
body.single-report .cd-stretchy-nav.nav-is-visible ul a:hover::before {
  -webkit-transform: translateX(23px) translateY(-50%) scaleY(1);
  -moz-transform: translateX(23px) translateY(-50%) scaleY(1);
  -ms-transform: translateX(23px) translateY(-50%) scaleY(1);
  -o-transform: translateX(23px) translateY(-50%) scaleY(1);
  transform: translateX(23px) translateY(-50%) scaleY(1);
  -webkit-transition: -webkit-transform 0.15s 0.3s;
  -moz-transition: -moz-transform 0.15s 0.3s;
  transition: transform 0.15s 0.3s;
}
body.single-report .cd-stretchy-nav.nav-is-visible ul span {
  opacity: 1;
  -webkit-transform: translateX(0);
  -moz-transform: translateX(0);
  -ms-transform: translateX(0);
  -o-transform: translateX(0);
  transform: translateX(0);
  -webkit-animation: slideIn 0.15s backwards;
  -moz-animation: slideIn 0.15s backwards;
  animation: slideIn 0.15s backwards;
  -webkit-transition: -webkit-transform 0.2s;
  -moz-transition: -moz-transform 0.2s;
  transition: transform 0.2s;
}
body.single-report .no-touch .cd-stretchy-nav.nav-is-visible ul a:hover {
  color: #ffffff;
}
body.single-report .no-touch .cd-stretchy-nav.nav-is-visible ul a:hover::after {
  opacity: 1;
}
body.single-report .no-touch .cd-stretchy-nav.nav-is-visible ul a:hover span {
  -webkit-transform: translateX(-5px);
  -moz-transform: translateX(-5px);
  -ms-transform: translateX(-5px);
  -o-transform: translateX(-5px);
  transform: translateX(-5px);
}
body.single-report .cd-stretchy-nav.nav-is-visible ul li:first-of-type a::after,
body.single-report .cd-stretchy-nav.nav-is-visible ul li:first-of-type span {
  -webkit-animation-delay: 0.05s;
  -moz-animation-delay: 0.05s;
  animation-delay: 0.05s;
}
body.single-report .cd-stretchy-nav.nav-is-visible ul li:nth-of-type(2) a::after,
body.single-report .cd-stretchy-nav.nav-is-visible ul li:nth-of-type(2) span {
  -webkit-animation-delay: 0.1s;
  -moz-animation-delay: 0.1s;
  animation-delay: 0.1s;
}
body.single-report .cd-stretchy-nav.nav-is-visible ul li:nth-of-type(3) a::after,
body.single-report .cd-stretchy-nav.nav-is-visible ul li:nth-of-type(3) span {
  -webkit-animation-delay: 0.15s;
  -moz-animation-delay: 0.15s;
  animation-delay: 0.15s;
}
body.single-report .cd-stretchy-nav.nav-is-visible ul li:nth-of-type(4) a::after,
body.single-report .cd-stretchy-nav.nav-is-visible ul li:nth-of-type(4) span {
  -webkit-animation-delay: 0.2s;
  -moz-animation-delay: 0.2s;
  animation-delay: 0.2s;
}
body.single-report .cd-stretchy-nav.nav-is-visible ul li:nth-of-type(5) a::after,
body.single-report .cd-stretchy-nav.nav-is-visible ul li:nth-of-type(5) span {
  -webkit-animation-delay: 0.25s;
  -moz-animation-delay: 0.25s;
  animation-delay: 0.25s;
}
body.single-report .cd-stretchy-nav.nav-is-visible ul li:nth-of-type(6) a::after,
body.single-report .cd-stretchy-nav.nav-is-visible ul li:nth-of-type(6) span {
  -webkit-animation-delay: 0.3s;
  -moz-animation-delay: 0.3s;
  animation-delay: 0.3s;
}

@media screen and (max-width: 964px){
	body.single-report.cmsi-nav-open {
		padding-top: 73px;
	}
	body.single-report .cd-stretchy-nav {
	    top: 0;
	    right: 0;
	}
	body.single-report.cmsi-nav-open .cd-stretchy-nav,body.single-report.cmsi-nav-open #inner-report-title {
	    top: 73px;
	}
	body.single-report .cd-nav-trigger,body.single-report .cd-stretchy-nav .stretchy-nav-bg {
		height: 50px;
		width: 50px;
	}
	body.single-report .cd-stretchy-nav ul a {
	    padding: 0 calc(1em + 50px) 0 1em;
	}
	body.single-report .cd-stretchy-nav ul a:hover {
	    padding: 0 calc(1em + 60px) 0 1em;
	}
	body.single-report .cd-stretchy-nav ul li a i.fa {
		right: 17px;
	}
	body.single-report .cd-stretchy-nav.nav-is-visible ul a:hover::before {
	    -webkit-transform: translateX(13px) translateY(-50%) scaleY(1);
	    -moz-transform: translateX(13px) translateY(-50%) scaleY(1);
	    -ms-transform: translateX(13px) translateY(-50%) scaleY(1);
	    -o-transform: translateX(13px) translateY(-50%) scaleY(1);
	    transform: translateX(13px) translateY(-50%) scaleY(1);
	}
}

@media screen and (max-width: 920px) {
  body.single-report.cmsi-nav-open .cd-stretchy-nav,body.single-report.cmsi-nav-open #inner-report-title {
      top: 105px;
  }
}

.ref a {
    font-size: .8em;
    position: relative;
    top: -5px;
}

article.container.no-topper {
	padding: 75px 0;
}
i.fa.fa-sort-alpha-asc:before {
    content: "\f15d";
}
/* END LEGACY STYLES */
/*Post Date Fix*/
span.topper-post-meta {
    color: #fff;
    position: relative;
    z-index: 2;
    font-weight: bold;
    text-transform: uppercase;
    font-family: "Open Sans",sans-serif;
    font-size: 13px;
    margin-bottom: 10px;
    display: block;
}
#main-content &gt; div {
	clear: both;
}
#main-content  .section-wrap table {
	margin-bottom: 40px;
	margin-top: 15px;
}
/* Responsive Tables*/
#main-content h2 {
	clear: both;
}
#main-content  .section-wrap {
	clear: both;
}
@media only screen and (max-width: 800px) {
    #main-content  .section-wrap table {
    	border: none;
    	padding: 0;
    }
    /* Force table to not be like tables anymore */
	#main-content .section-wrap table, 
	#main-content .section-wrap thead, 
	#main-content .section-wrap tbody, 
	#main-content .section-wrap th, 
	#main-content .section-wrap td, 
	#main-content .section-wrap tr { 
		display: block; 
	}
 
	/* Hide table headers (but not display: none;, for accessibility) */
	#main-content .section-wrap tr:first-of-type { 
		position: absolute;
		top: -9999px;
		left: -9999px;
	}
 
	#main-content .section-wrap tr { border: 1px solid #ccc; border-top: none; }
 
	#main-content .section-wrap td { 
		/* Behave  like a "row" */
		border: none;
		border-bottom: 1px solid #eee; 
		position: relative;
		padding-left: 50%; 
		white-space: normal;
		text-align:left;
		padding-top: 10px;
		padding-bottom: 10px;
	}
 
	#main-content .section-wrap td:before { 
		/* Now like a table header */
	    position: absolute;
	    top: 2px;
	    left: 6px;
	    width: 45%;
	    padding-right: 10px;
	    padding-top: 10px;
	    padding-bottom: 10px;
	    white-space: nowrap;
	    text-align: left;
	    font-weight: bold;
	}
 
	/*
	Label the data
	*/
	#main-content .section-wrap td:before { 
		content: attr(data-title); 
	}
}


.wp-caption {
	max-width: 100%;
	margin-top: 10px;
}
#main-content .wp-caption p {
	text-align: center;
	margin-bottom: 20px;
	margin-left: 0;
	margin-top: 6px;
	font-size: 14px;
	font-style: italic;
	line-height: 18px;
	margin: 6px auto 20px auto;
}
#main-content h3 {
	font-weight: bold;
	font-size: 20px;
}
/* Exceptions */
body.postid-5596 .alignleft {
	margin-top: 0;
}
@media screen and (max-width: 1240px) {
	.main-nav-container .menu li {
	    padding: 0 10px;
	}
	.main-nav-container .menu {
	    font-size: 17.5px;
	    font-weight: bold;
	}
	#site-header .social-menu {
	    display: inline !important;
	}
}
@media screen and (max-width: 1038px) {
	.main-nav-container .menu {
	    font-size: 15.5px;
	    font-weight: bold;
	}
}

/* CVP remove gallery override from masonry */
.page-id-1410 .subsection-title,.page-id-1410 #main-content h3 {
	clear: both;
}
.page-id-1410 .cvp-figures {
	clear: both;
}
.page-id-1410 figure.cvp-figure {
    width: 33.33%;
    float: left;
    padding: 15px;
    min-height: 375px;
}
.page-id-1410 .cvp-figure img {
    margin-bottom: 5px;
}
.page-id-1410 .cvp-figure figcaption p {
	font-size: 14px;
}
@media screen and (max-width: 964px) {
	.page-id-1410 figure.cvp-figure {
		width: 50%;
	}
}
@media screen and (max-width: 499px) {
	.page-id-1410 figure.cvp-figure {
		width: 100%;
	}
}

.page-id-5727 .subsection-title,.page-id-5727 #main-content h3 {
	clear: both;
}
.page-id-5727 .cvp-figures {
	clear: both;
}
.page-id-5727 figure.cvp-figure {
    width: 33.33%;
    float: left;
    padding: 15px;
    min-height: 375px;
}
.page-id-5727 .cvp-figure img {
    margin-bottom: 5px;
}
.page-id-5727 .cvp-figure figcaption p {
	font-size: 14px;
}
@media screen and (max-width: 964px) {
	.page-id-5727 figure.cvp-figure {
		width: 50%;
	}
}
@media screen and (max-width: 499px) {
	.page-id-5727 figure.cvp-figure {
		width: 100%;
	}
}
@media screen and (min-width: 965px) {
	body.page-id-7462 {
		padding-top: 83px;
	}

}

body.page-id-7462 #main-content img.aligncenter {
	width: 100%;
	max-width: 500px;
	margin-bottom: 50px;
}

body.page-id-7462 #main-content h3 {
	clear: both;
	line-height: 25px;
}

body.page-id-7462 #main-content img.alignleft {
	width: 100%;
	max-width: 250px;
	margin-top: 0;
}
body.page-id-7462 #main-content hr {
	border: solid 1px #f5f5f5;
	clear: both;
	margin-top: 50px;
	margin-bottom: 50px;

}

body.page-id-7462 #main-content &gt; .row .row {
	margin-top: 35px;
	display: flex;
	align-items: center;
}
@media screen and (max-width: 767px) {
	body.page-id-7462 #main-content &gt; .row .row {
		display: block;
	}
}

body.page-id-7462 #main-content &gt; .row h4 {
	margin-top: 45px;
 	margin-bottom: 20px;
    font-size: 27px;
 }
@-webkit-keyframes menuLoad {
    0% {
    	display: flex;
    	opacity: 0;
        -webkit-transform: scale(.8);
    }
    100% {
    	display: flex;
        opacity: 1;
        -webkit-transform: scale(1);
    }
}

@-o-keyframes menuLoad {
    0% {
    	display: flex;
    	opacity: 0;
        -o-transform: scale(.8);
    }
    100% {
    	display: flex;
        opacity: 1;
        -o-transform: scale(1);
    }
}

@-ms-keyframes menuLoad {
    0% {
    	display: flex;
    	opacity: 0;
        -ms-transform: scale(.8);
    }
    100% {
    	display: flex;
        opacity: 1;
        -ms-transform: scale(1);
    }
}

@-moz-keyframes menuLoad {
    0% {
    	display: flex;
    	opacity: 0;
        -moz-transform: scale(.8);
    }
    100% {
    	display: flex;
        opacity: 1;
        -moz-transform: scale(1);
    }
}

@keyframes menuLoad {
    0% {
    	display: flex;
    	opacity: 0;
        transform: scale(.8);
    }
    100% {
    	display: flex;
    	opacity: 1;
        transform: scale(1);
    }
}

@-webkit-keyframes fadeIn {
    0% {
    	opacity: 0;
    }
    100% {
        opacity: 1;
    }
}

@-o-keyframes fadeIn {
    0% {
    	opacity: 0;
    }
    100% {
        opacity: 1;
    }
}

@-ms-keyframes fadeIn {
    0% {
    	opacity: 0;
    }
    100% {
        opacity: 1;
    }
}

@-moz-keyframes fadeIn {
    0% {
    	opacity: 0;
    }
    100% {
        opacity: 1;
    }
}

@keyframes fadeIn {
    0% {
    	opacity: 0;
    }
    100% {
    	opacity: 1;
    }
}

@-webkit-keyframes upDown {
    0% {
        -webkit-transform: translateY(0);
    }
    50% {
        -webkit-transform: translateY(-10px);
    }
    100% {
    	-webkit-transform: translateY(0);
    }
}

@-o-keyframes upDown {
    0% {
        -o-transform: translateY(0);
    }
    50% {
        -o-transform: translateY(-8px);
    }
    100% {
    	-o-transform: translateY(0);
    }
}

@-ms-keyframes upDown {
	0% {
        -ms-transform: translateY(0);
    }
    50% {
        -ms-transform: translateY(-8px);
    }
    100% {
    	-ms-transform: translateY(0);
    }
}

@-moz-keyframes upDown {
    0% {
        -moz-transform: translateY(0);
    }
    50% {
        -moz-transform: translateY(-8px);
    }
    100% {
    	-moz-transform: translateY(0);
    }
}

@keyframes upDown {
    0% {
        transform: translateY(0);
    }
    50% {
        transform: translateY(-8px);
    }
    100% {
    	transform: translateY(0);
    }
}
/*
DESIGN COLORS:
#175780 
#4aadad
#141c2e
#fa8f1c
#ffab00
*/
* {
	box-sizing: border-box;
}
html, body {
	font-family: 'Raleway', sans-serif;
	color: rgb(20,20,20);
	margin: 0;
}
h1,h2,h3,h4,h5,h6 {
	font-weight: 900;
	font-family: 'Nunito Sans', sans-serif;
}
h2 {
	font-size: 4em;
	margin: 0;
	margin-bottom: 5px;
}
body.single-report h2 {
  font-size: 30px;
}
h3 {
	font-size: 2em;
}
img {
	max-width: 100%;
	height: auto;
}
button,a.button {
	/*background: linear-gradient(90deg,#185780 0,#2d6386 50%,#225c82 100%);*/
	background: linear-gradient(45deg,#0b8aa1 0,#1fa9a4 50%,#2e9482 100%);
	padding: 12px 15px;
	/*border-radius: 5px;*/
	outline: none;
	border: solid 1px #333;
	color: #fff;
	font-weight: bold;
	font-size: 18px;
	text-decoration: none;
}
button i,a.button i {
	padding-left: 10px;
  transition: padding 100ms linear;
}
button:hover i,a.button:hover i {
  padding-left: 15px;
}
a {
	color: #185780;
}
/* Sections */
#header {
	position: fixed;
	z-index: 102;
	width: 100vw;
	height: 134px;
	padding: 0 30px;
	background: linear-gradient(180deg,rgba(0,0,0,.8) 0%,rgba(0,0,0,.3) 50%,rgba(0,0,0,0) 100%);
	top: 0;
	left: 0;
}
#header img {
	width: 200px;
	float: left;
	margin-top: 10px;
}
#header img.logo {
	position: relative;
z-index: 8;
}
#header .nav-wrap {
	float: right;
	align-items: flex-end;
	flex-direction: column;
	color: #fff;
	position: relative;
	z-index: 8;
}
#header .nav-wrap nav &gt; ul  {
	padding: 0;
	margin: 16px 0;
	display: inline-flex;
	align-items: flex-end;
	justify-content: flex-end;
}
#header .nav-wrap nav &gt; ul &gt; li {
	list-style-type: none;
	display: inline-block;
	font-weight: 600;
	font-size: 20px;
	padding: 5px 12px;
	font-family: 'Nunito Sans', sans-serif;
}
#header .nav-wrap &gt; nav &gt; ul &gt; li,#header .nav-wrap &gt; nav &gt; ul &gt; li .sub-menu li a {
	position: relative;
}
#header .nav-wrap &gt; nav &gt; ul &gt; li &gt; a {
	color: #fff;
	text-decoration: none;
}
#header .nav-wrap &gt; nav &gt; ul &gt; li:hover:after {
	content: '';
	height: 2px;
	background: linear-gradient(45deg,#0b8aa1 0,#1fa9a4 50%,#2e9482 100%);
	position: absolute;
	bottom: -2px;
	left: 0;
	width: 100%;
	z-index: 2;
}
#header .nav-wrap &gt; nav &gt; ul &gt; li .sub-menu li a:after {
  content: '';
  height: 2px;
  position: absolute;
  bottom: -2px;
  left: 0;
  width: 100%;
  z-index: 2;
  opacity: 0;
  bottom: 0;
  background: linear-gradient(45deg,#185780 0,#185780 50%,#185780 100%);
  transition: opacity 100ms linear;
}
/*#header .nav-wrap &gt; nav &gt; ul &gt; li .sub-menu li:hover a:after {
  opacity: 1;
}*/
#header .nav-wrap &gt; nav.social-nav &gt; ul &gt; li:hover:after {
	display: none;
}

#header .nav-wrap &gt; nav &gt; ul &gt; li &gt; i {
	font-size: 20px;
} 
#header .nav-wrap &gt; nav &gt; ul &gt; li ul.sub-menu {
	position: absolute;
    right: 0;
    padding: 5px 10px 5px 10px;
    /*padding: 10px 0;*/
    margin: 0;
    background: #232323;
    z-index: 2;
    font-size: 20px;
    /*margin-left: 10px;*/
    top: calc(100% + 5px);
    top: 100%;
    display: none;
}
#header .nav-wrap &gt; nav &gt; ul &gt; li:hover ul.sub-menu,#header .nav-wrap &gt; nav &gt; ul &gt; li ul.sub-menu:hover {
	display: block;
}
#header .nav-wrap &gt; nav &gt; ul &gt; li ul.sub-menu li {
	list-style-type: none;
	padding: 5px 10px;
}
#header .nav-wrap &gt; nav &gt; ul &gt; li ul.sub-menu a {
	color: #fff;
	text-decoration: none;
}
#header .nav-wrap .social-nav {
	margin-right: 20px;
}
#header .nav-wrap .social-nav ul {
	margin: 5px 0;
	width: 100%;
}
#header .nav-wrap .social-nav ul li:last-child {
	padding-right: 0;
}
#header .nav-wrap .social-nav li {
	padding: 12px 17px;
}
#footer {
	visibility: visible !important;
}
#footer .primary-nav.cta-nav ul li a,#header .nav-cta,.footer-cta a.button:last-child,#footer .primary-nav.cta-nav ul li a,#header a.button, .footer-cta a.button:last-child {
	background: linear-gradient(45deg, #fa8f1c 80%, #ffab00 100%);
	    background: linear-gradient(45deg, #ffb46c 0%,#fa8f1c 60%,#ffab00 100%);
	float: right;
	margin: 10px;
	display: inline-block;
	color: #fff;
	transition: all 200ms linear;
}
#footer .primary-nav.cta-nav ul li a:hover,#header .nav-cta,.footer-cta a.button:last-child:hover,#footer .primary-nav.cta-nav ul li a:hover,#header a.button:hover, .footer-cta a.button:last-child:hover {
/*	background: linear-gradient(45deg, #ffb46c 0%,#fa8f1c 60%,#ffab00 100%);*/
	background: #175780;
}
.nav-cta a {
	color: #fff;
	text-decoration: none;
}
/* Top Banner */
#top-banner,.mobile-nav {
	position: relative;
	z-index: 1;
	min-height: 75vh;
	display: flex;
	align-items: center;
	padding: 15px;
	color: rgba(250,250,250,1);
	overflow: hidden;
}
#top-banner:before,.mobile-nav:before,#top-banner.slideshow .swiper-slide:before {
	content: '';
	width: 100%;
	height: 100%;
	display: block;
	position: absolute;
	/*filter: blur(4px);*/
	/*transform: scale(1.2);*/
	top: 0;
	left: 0;
	z-index: -2;
	/*background: linear-gradient(45deg, #49adad 0%, #185780 70%, #151d2e 100%);*/
	background: linear-gradient(45deg, #275a5a 0%, #124769 70%, #151d2e 100%);
	/*background: linear-gradient(135deg, #FFA800 0%, #FF8A00 100%);*/
}
#top-banner:before {
	background: linear-gradient(45deg, #275a5a 0%, #124769 70%, #151d2e 100%);
}

#top-banner:after,.mobile-nav:after,#top-banner.slideshow .swiper-slide:after {
	content: '';
	width: 100%;
	height: 100%;
	display: block;
	position: absolute;
	background: rgba(0,0,0,.4);
	top: 0;
	left: 0;
	z-index: -1;
	/*background: url(/wp-content/themes/shine-io/2020/icon-pattern.png);*/
	/*background: url(/wp-content/themes/shine-io/2020/CMSI_city.png);*/
	background: url('/wp-content/themes/shine-io/2020/bg-texture3.png');
    top: 0;
    left: 0;
    z-index: -1;
    background-size: cover;
    /*opacity: 0.07;*/
    opacity: 0.2;
}
#top-banner.slideshow .swiper-slide-panel-1:before {
	background: linear-gradient(45deg, #275a5a 0%, #124769 70%, #151d2e 100%);
	

}
/*#top-banner.slideshow .swiper-slide-panel-1:after {
	background: url(/wp-content/themes/shine-io/2020/icon-pattern.png);
	background-size: cover;
	opacity: 0.07;
}*/
body.home #top-banner .swiper-slide h3,body.home #top-banner .swiper-slide h2{
	color: #fff !important;
}
body.home .top-banner-text {
	justify-content: center;
}
#top-banner.inner:after,#top-banner.index:after {
	background: url('/wp-content/themes/shine-io/2020/bg-texture3.png');
	background-size: cover;
}
#top-banner.slideshow {
	padding: 0;
	display: block;
}
#top-banner.no-post-image {
	justify-content: center;
    text-align: center;
    min-height: auto;
    padding-top: 150px;
    padding-bottom: 50px;
}
#top-banner.event-single {
	flex-direction: column;
	justify-content: flex-end;
	text-align: center;
}
/* When no header is present */
#top-banner-mask {
	position: fixed;
    width: 100%;
    height: 135px;
    background: #151d2e;
    top: 0;
    left: 0;
    z-index: 1;
}
body.single-report header#header {
	 background: #151d2e;
}

.youtube-bg-wrapper {
	position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    display: block;
    height: 0;
    width: 100%;
    padding: 0;
    padding-bottom: 56.25%;
}
.youtube-bg-wrapper iframe {
	height: calc(100% + 250px);
    width: 100%;
    position: absolute;
    top: 0;
    left: 0;
    bottom: 0;
    pointer-events: none;
    margin-top: -125px;
}

.video-background {
  position: absolute;
  overflow-x: hidden;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  z-index: 0;
}

.video-background iframe {
  position: absolute;
  top: 50%;
  left: 50%;
  width: 100%;
  height: 100%;
  transform: translate(-50%, -50%);
  -webkit-filter: blur(3px);
  filter: blur(3px);
}

@media (min-aspect-ratio: 16/9) {
  .video-background iframe {
    /* height = 100 * (9 / 16) = 56.25 */
    height: 56.25vw;
  }
}
@media (max-aspect-ratio: 16/9) {
  .video-background iframe {
    /* width = 100 / (9 / 16) = 177.777777 */
    width: 177.78vh;
  }
}

/*body.home #about {
	min-height: 100vh; 
	display: flex; 
	justify-content: center; 
	flex-direction: column;
}*/

/*body.home .scroll-down {
	z-index: 1;
    color: #fff;
    font-size: 40px;
    position: absolute;
    bottom: 5px;
    width: 100%;
    left: 0;
    cursor: pointer;
    animation-name: upDown;
    animation-duration: 1200ms;
	animation-fill-mode: forwards;
	animation-iteration-count: infinite;
	animation-timing-function: linear;
}*/

#about a.button,#about h2, #about p {
	position: relative;
	z-index: 1;
}
#about h2, #about p {
	/*color: #fff !important;*/
	max-width: 1200px;
    margin: 10px auto;
}

body.home #about h2 {
	/*font-size: 50px;*/
	line-height: 50px;
  margin-top: 0;
	
}

body.home #about p {
	font-size: 21px;
    line-height: 33px;
    max-width: 885px;
    margin: 0 auto;
    margin-top: 10px;
}
/*body.home #top-banner .swiper-slide a.button {
  background: linear-gradient(45deg, #ffb46c 0%,#fa8f1c 60%,#ffab00 100%);
  color: #eee;
}*/

/*span.color1,span.color2,span.color3 {
    display: inline-block;
    position: relative;
}

span.color1:before,span.color2:before,span.color3:before {
	content: '';
    width: 100%;
    height: 10px;
    position: absolute;
    bottom: 1px;
    left: 0;
    z-index: -1;
}*/

span.color1:before {
	background: #175780;
}
span.color2:before {
	
	background: #49adad;
}
span.color3:before {
	background: #fa8d1d;
}

.video-bg-mask {
	position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    width: 100%;
    height: 100%;
    overflow-x: hidden;
    padding: 0;
    background: linear-gradient(45deg, #275a5a 0%, #124769 70%, #151d2e 100%);
    opacity: 0.65;
    background: #151d2e;
}

@media screen and (max-width: 540px) {
	/*body.home #about h2 {
		padding-top: 60px;
	}*/
	.video-bg-mask,.video-background, .video-background iframe {
		height: 120vh;
	}
	#about p {
		margin-bottom: 10px !important;
	}
	#about a.button {
		margin: 5px 20px !important;
	}
/*	body.home #about,.video-background iframe {
		min-height: 120vh;
	}*/
}

.top-banner-date {
	margin-bottom: -15px;
}
.top-banner-date h4 {
	margin: 0;
background: #333333;
padding: 15px 15px;
font-size: 25px;
margin-top: 20px;
font-weight: normal;
}
#top-banner.no-post-image  .top-banner-text {
	min-height: auto;
}
#top-banner .swiper-slide {
	/*padding: 15px;*/
	padding: 15px 50px;
	display: flex;
	align-items: center;
	min-height: 75vh;
	padding-top: 90px;
}
/*body.home #top-banner,body.home #top-banner .swiper-slide {
	min-height: 50vh;
	padding-top: 0;
}*/
#top-banner h1,#top-banner h2 {
	font-size: 45px;
}
body.home #top-banner h1, body.home #top-banner h2 {
	color: #151d2e;
}
body.home #top-banner h3 {
	color: #151d2e;
}
body.postid-5260 #top-banner:before,body.postid-5260 #top-banner:after,
body.home #top-banner:before,body.home #top-banner:after,body.home #top-banner.slideshow .swiper-slide:after,
body.home #top-banner.slideshow .swiper-slide:before {
	display: none;
}
body.home #top-banner,body.home #top-banner .swiper-slide {
    background: linear-gradient(0deg, #4aadad 0%, #175780 50%, #175780 100%);
  }

/* For review */
/*body.home #top-banner.slideshow .swiper-slide-panel-1 {
  background-image: url(https://images.unsplash.com/photo-1485282451181-373ce0a1f879?ixid=MXwxMjA3fDB8MHxwaG90by1wYWdlfHx8fGVufDB8fHw%3D&amp;ixlib=rb-1.2.1&amp;auto=format&amp;fit=crop&amp;w=2251&amp;q=80);
  background-position: 50% 100%;
}
 
body.home #top-banner.slideshow .swiper-slide-panel-0 {
  background-image: url(https://images.unsplash.com/photo-1485182483021-f81778f36e0f?ixid=MXwxMjA3fDB8MHxwaG90by1wYWdlfHx8fGVufDB8fHw%3D&amp;ixlib=rb-1.2.1&amp;auto=format&amp;fit=crop&amp;w=2250&amp;q=80);
  background-position: 50% 80%;
}

body.home #top-banner.slideshow .swiper-slide-panel-2 {
  background-image: url(https://images.unsplash.com/photo-1504287797851-afaf81f634d2?ixid=MXwxMjA3fDB8MHxwaG90by1wYWdlfHx8fGVufDB8fHw%3D&amp;ixlib=rb-1.2.1&amp;auto=format&amp;fit=crop&amp;w=2250&amp;q=80);
  background-position: 50% 100%;
}

body.home #top-banner.slideshow .swiper-slide-panel-3 {
  background-image: url(https://images.unsplash.com/photo-1591427845094-dfa1b43c67a7?ixlib=rb-1.2.1&amp;ixid=MXwxMjA3fDB8MHxwaG90by1wYWdlfHx8fGVufDB8fHw%3D&amp;auto=format&amp;fit=crop&amp;w=1934&amp;q=80);
  background-position: 50% 25%;
}*/
.latest-blog-label {
  font-size: 16px;
    font-weight: bold;
    margin: 10px 5px;
}

body.home #top-banner.slideshow:before,body.home #top-banner.slideshow .swiper-slide:before {
  content: '';
    display: block;
    background-repeat: no-repeat;
    background-image: url('/wp-content/themes/shine-io/2020/bg-final-base.png') !important;
    background-position: 50% 100%;
    background-size: contain;
    z-index: -1;
    opacity: .25;
    bottom: -50px;
    top: auto;
}
@media screen and (max-width: 767px) {
  body.home #top-banner.slideshow:before,body.home #top-banner.slideshow .swiper-slide:before {
    bottom: -20px;
  }
}
@media screen and (max-width: 500px) {
  body.home #top-banner.slideshow:before,body.home #top-banner.slideshow .swiper-slide:before {
    bottom: 0px;
  }
}
body.home #top-banner.slideshow .swiper-slide:after {
  content: '';
  display: block;
    background: linear-gradient(45deg, #151d2e 0%, #185780 70%, #49adad 100%);
    background: linear-gradient(45deg, #151d2e 0%, #185780 80%, #151d2e 100%);
    opacity: .85;
    z-index: -1;
    display: none;
}
body.home #top-banner .swiper-slide {
  min-height: 85vh;
}
body.postid-5260 #top-banner:after,body.postid-3755 #top-banner.has-image.darken:after {
	display: block;
	background: rgba(0,0,0,1);
    opacity: .5;
}
body.postid-5260 #top-banner {
	background-size: cover;
}
#top-banner h3 {
	font-size: 30px;
	font-family: 'Raleway', sans-serif;
	font-weight: 500;
	margin-top: 5px;
}
#top-banner button,#top-banner a.button {
	display: inline-block;
	margin-top: 10px;
	margin-right: 5px;
  position: relative;
  z-index: 1;
}
#top-banner button:before, #top-banner a.button:before {
  position: absolute;
  content: "";
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  background-image: linear-gradient(45deg, #ffb46c 0%,#fa8f1c 60%,#ffab00 100%);
  z-index: -1;
  transition: opacity 100ms linear;
  opacity: 1;
}
#top-banner button:hover:before, #top-banner a.button:hover:before {
  opacity: 1;
}

#top-banner a.button.to-program,#top-banner a.button.to-program:before {
  background: none;
  border: none;
}


#top-banner .slideshow-controls button:before {
  opacity: 0;
}
.top-banner-image {
	display: flex;
	justify-content: center;
	align-items: center;
}
.top-banner-image img{
	width: 100%;
	max-width: 600px;
    position:relative;
    -webkit-box-shadow:0 1px 4px rgba(0, 0, 0, 0.3);
    box-shadow:0 1px 4px rgba(0, 0, 0, 0.3);
}
.top-banner-image.portrait img {
	max-width: none;
	max-height: 400px;
	width: auto;
}
.top-banner-text,.top-banner-image {
	width: 50%;
	padding: 15px;
	padding-top: 50px;
	display: flex;
	justify-content: flex-end;
	min-height: 50vh;
	flex-direction: column;

}

body.home .top-banner-text,.top-banner-image {
	min-height: 35vh;
}
.top-banner-image img:after,.featured-project:after{
    content:"";
    position:absolute;
    z-index:-1;
    -webkit-box-shadow:0 0 40px rgba(0,0,0,0.8);
    box-shadow:0 0 40px rgba(0,0,0,0.8);
    bottom:0px;
    left:10%;
    right:10%;
    width:80%;
    height:50%;
    -moz-border-radius:100%;
    border-radius:100%;
}
#top-banner .slideshow-controls {
	position: absolute;
	bottom: 5px;
	/*bottom: 45%;*/
	left: 0;
	width: 100%;
	display: flex;
	justify-content: space-between;
	z-index: 5;
	/* Temp */
	/*padding: 2px;*/
}
#top-banner .slideshow-controls button {
	background: none;
	border: none;
	font-size: 12px;
	text-transform: uppercase;
	display: flex;
	align-items: center;
	cursor: pointer;
}
#top-banner .slideshow-controls button i {
	font-size: 28px;
	padding: 0 5px;
	transition: transform 100ms linear;
}
/*body.home #top-banner .slideshow-controls button {
	color: #151d2e;
}*/
.next-block:hover i {
	transition: transform 100ms linear;
}
#top-banner .slideshow-controls button:hover i, .next-block:hover i {
	transform: translateX(10px);
}
#top-banner .slideshow-controls button.previous:hover i {
	transform: translateX(-10px);
}
#top-banner .slideshow-controls button span {
	display: none;
}
/* About */
#about,#footer-sections,.program-hover-inner {
	text-align: center;
	padding: 50px 15px;
	border-top: solid 2px #ccc;
	border-bottom: solid  2px #ccc;
	background: linear-gradient(-45deg,rgb(237 239 238),rgb(255 255 255));
}
#about h2,#featured-cmsi-projects h2 {
	font-size: 40px;
	margin-bottom: 15px;
	color: #151d2e;
	/*background: linear-gradient(90deg,#0f5f6b 0,#1a5d69 50%,#125f6a 100%);
-webkit-background-clip: text;
-webkit-text-fill-color: transparent;*/
}
#about p {
	font-size: 20px;
	line-height: 27px;
	max-width: 885px;
	margin: 0 auto;
}
#about a.button,.core-area a.button {
	background: none;
	color: #333;
	margin: 20px;
	position: relative;
	z-index: 1;
	border: solid 3px transparent;
	/*border-radius: 5px;*/
	background-clip: padding-box;
	display: inline-block;
}
#footer .primary-nav.cta-nav ul li:after,#about a.button:after {
	content: '';
	background: rgba(250,250,250,.98);
		position: absolute;
		top: 0;
		left: 0;
		bottom: 0;
		right: 0;
		z-index: -1;
		/*border-radius: 5px;*/
}
#about a.button:before{
	content: '';
	    background: linear-gradient(90deg,#185780 0,#2d6386 50%,#225c82 100%);
		padding: 3px;
		position: absolute;
		top: 0;
		left: 0;
		bottom: 0;
		right: 0;
		margin: -2px;
		z-index: -2;
		/*border-radius: 5px;*/
}
#core-focus-areas {
	color: #fff;
	/*background: linear-gradient(-45deg,#0b8aa1,#4facbc);*/
	background: linear-gradient(135deg,#336f79,#07545f);
	min-height: 45vh;
	display: flex;
	flex-wrap: wrap;
	flex-direction: row;
}
#core-focus-areas .core-area {
	width: 50%;
	padding: 50px;
	display: flex;
	flex-direction: column;
	position: relative;
}
.core-area.documentary {
	background: #175780;
}
.core-area.civic-media {
	background: #4aadad;
}
.core-area.entertainment {
	background: #fa8f1c;
}
.core-area.fair-use {
	background: #141c2e;
}
.core-area .core-area-text h3 a {
	text-decoration: none;
	-webkit-tap-highlight-color:transparent;
}
.core-area .core-area-text h3 a::selection {
	background: transparent;
}
.core-area.documentary .core-area-text h3,
.core-area.documentary .core-area-text h3 a,
.core-area.documentary a.button,
#top-banner.program-banner.documentary h1 {
	color: #fa8e1c;
}
.core-area.civic-media .core-area-text h3,
.core-area.civic-media .core-area-text h3 a,
.core-area.civic-media a.button,
#top-banner.program-banner.civic-media h1 {
	color: #151d2e;
}
.core-area.entertainment .core-area-text h3,
.core-area.entertainment .core-area-text h3 a,
.core-area.entertainment a.button,
#top-banner.program-banner.entertainment h1 {
	color: #185780;
}
.core-area.entertainment .core-area-text p,
.core-area.entertainment .core-area-text li,
#top-banner.program-banner.entertainment p {
	color: #151d2e;
}
.core-area.fair-use .core-area-text h3,
.core-area.fair-use .core-area-text h3 a,
.core-area.fair-use a.button,
#top-banner.program-banner.fair-use h1 {
	color: #49adad;
}
.core-area .core-area-text ul li a {
	color: #fff;
	text-decoration: none;
}
.core-area.entertainment .core-area-text ul li a {
	color: #151d2e;
}
.core-area img {
	width: 100%;
	max-width: 300px;
	height: 250px;
	fill: #fff;
	opacity: 0.5;
}
.core-area h3 {
	margin-bottom: 10px;
	margin-top: 40px;
	font-size: 33px;
}
.core-area p {
	font-size: 18px;
	font-weight: normal;
    line-height: 30px;
}

.core-area-logo,.core-area-text {
	display: flex;
	flex-direction: column;
	justify-content: center;
}
.core-area-logo {
	text-align: center;
	align-items: center;
}
.core-area a.button {
	border: solid 1px #999;
	align-self: flex-end;
	margin-left: 0;
	margin-bottom: 0;
	position: absolute;
	bottom: 0;
	right: 0;
	border: none;
	width: 100%;
	text-align: right;
}
.core-area a.button i {
	font-size: 30px;
  transition: all 100ms linear;
}
.core-area a.button:hover i {
  transform: translateX(10px);
}
/* Featured CMSI Projects*/
#featured-cmsi-projects {
	padding: 50px 0;
	text-align: center;
	display: flex;
    flex-direction: row;
    flex-wrap: wrap;
    justify-content: center;
}
#featured-cmsi-projects h2 {
	margin-bottom: 30px;
	width: 100%;
}
.featured-project {
	display: inline-block;
	max-width: 350px;
	text-align: left;
	border: solid 1px #ddd;
	margin: 10px;
	position: relative;
	padding-bottom: 45px;
	background: rgba(250,250,250,1);
	-webkit-box-shadow:0 1px 4px rgba(0, 0, 0, 0.3);
    box-shadow:0 1px 4px rgba(0, 0, 0, 0.3);
}
.featured-project h3 {
	margin: 10px 0 5px 0;
}
.featured-project p {
	margin-top: 5px;
	line-height: 1.3em;
}
.featured-project img {
	width: 100%;
	height: 175px;
	object-fit: cover;
}
.featured-project a.button {
	text-align: right;
	border: none;
	background: none;
	color: #333;
	position: absolute;
	bottom: 0;
	right: 0;
	font-size: 15px;
}
.featured-project .project-text {
	padding: 0 15px;
}
#footer {
	padding: 30px 0;
	display: flex;
	align-items: center;
	justify-content: center;
	flex-direction: column;
}
#footer .primary-nav &gt; ul {
	margin: 0;
	padding: 0;
	text-align: center;
}
#footer .primary-nav &gt; ul &gt; li {
	display: inline-block;
	padding: 10px 15px;
	list-style-type: none;
}
#footer .primary-nav &gt; ul &gt; li a {
	color: #111;
	text-decoration: none;
}
#footer .primary-nav.cta-nav &gt; ul &gt; li {
	color: #fff;
	font-weight: bold;
}
#footer .primary-nav.cta-nav &gt; ul &gt; li a {
	color: #fff;
}
#footer-sections {
	padding: 10px 15px 30px 15px;
}
/* program */
.program-hover {
	padding: 15px;
	width: 80%;
	position: fixed;
	right: 0;
	top: 50px;
	padding-right: 40px;
	display: none;
	z-index: 10;
}
.program-hover:after {
	content: '';
	display: none;
}

.program-hover-inner {
	padding: 15px;
	display: flex;
	flex-direction: row;
	justify-content: flex-start;
	border: solid 1px #666;
	background: linear-gradient(135deg,#474a4a,#444);
	color: rgba(250,250,250,1);
	width: 100%;
}
.program {
	width: 25%;
	padding: 0 10px;
	text-align: center;
	position: relative;
}
.program img {
	position: absolute;
	top: -15px;
	left: 0;
	right: 0;
	opacity: 0.3;
	z-index: 0;
	transform: scale(1.1);
	display: none;
}
.program svg {
	width: 100px;
	height: auto;
	position: relative;
	z-index: 1;
}
.program svg path{
	stroke: #fff;
}
.program h3 {
	font-size: 22px;
	font-weight: 300;
}
.program ul {
	margin: 0;
	padding: 0;
}
.program ul li {
	list-style-type: none;
	margin-bottom: 15px;
	font-weight: bold;
	font-size: 15px;
	line-height: 20px;
}
#nav-programs:hover .program-hover {
	display: flex;
	justify-content: flex-end;
	z-index: 7;

}
body.hover #header:after {
	content: '';
	z-index: -1;
	width: 100%;
	height: 100%;
	background: rgba(0,0,0,.6);
	position: fixed;
	top: 0;
	left: 0;
	display: block;
	opacity: 0;
	animation-name: fadeIn;
	animation-duration: 300ms;
	animation-fill-mode: forwards;
}
#nav-programs:hover .program-hover-inner {
	padding: 0;
}
#nav-programs:hover .program-hover-inner .core-area {
	padding: 15px;
	width: 25%;
}
#nav-programs:hover .program-hover-inner ul {
	padding: 0;
	margin: 0;
	text-align: left;
}
#nav-programs:hover .program-hover-inner ul li {
	list-style-type: none;
	font-weight: bold;
	margin-bottom: 10px;
	padding-left: 10px;
	position: relative;
	font-size: 16px;
	left: 0;
	transition: left 100ms linear;
}
#header .nav-wrap &gt; nav &gt; ul &gt; li .sub-menu li {
  position: relative;
  left: 0;
  transition: left 100ms linear;
}

#nav-programs:hover .program-hover-inner ul li:hover,#header .nav-wrap &gt; nav &gt; ul &gt; li .sub-menu li:hover {
	left: 15px;
}
#header .nav-wrap &gt; nav &gt; ul &gt; li .sub-menu li:hover {
  left: 5px;
}

#nav-programs:hover .program-hover-inner ul li:before,#header .nav-wrap &gt; nav &gt; ul &gt; li .sub-menu li:before {
	font-family: "Font Awesome 5 Pro";
	content: "\f178";
	font-weight: lighter;
	position: absolute;
	left: 0;
	opacity: 0;
	transition: all 100ms linear;
}
#header .nav-wrap &gt; nav &gt; ul &gt; li .sub-menu li:before {
  font-size: 15px;
  top: 8px;
}
#nav-programs:hover .program-hover-inner ul li:hover:before {
	left: -15px;
	opacity: 1;
}
#header .nav-wrap &gt; nav &gt; ul &gt; li .sub-menu li:hover:before {
  left: -10px;
  /*opacity: 1;*/
}

#nav-programs:hover .program-hover-inner .core-area img {
	width: 80%;
	height: 150px;
}
#nav-programs:hover .program-hover-inner h3 {
	font-size: 20px;
	text-align:  left;
}
#nav-programs:hover .nav-wrap nav &gt; ul &gt; li:hover:after {
	background: linear-gradient(45deg,#0b8aa1 0,#1fa9a4 50%,#2e9482 100%);
}
body.hover #header .nav-wrap .social-nav {
	display: none;
}

.mobile-nav-icon {
	font-size: 40px;
    color: #fff;
    position: fixed;
    top: 25px;
    right: 25px;
	display: none;
}
.mobile-nav-icon.mobile-close {
	font-size: 30px;
	left: 15px;
	right: auto;
	top: 15px;
	color: #ccc;
	z-index: 5;
}
.mobile-nav-2 .mobile-nav-icon.mobile-close {
	font-size: 14px;
	text-transform: uppercase;
	color: #ccc;
	font-weight: bold;
	top: 5px;
}
.mobile-nav-2 .mobile-nav-icon.mobile-close i {
	font-size: 30px;
	position: relative;
	top: 6px;
	padding-right: 5px;
}
.mobile-nav {
	position: fixed;
	top: 0;
	left: 0;
	width: 100%;
	min-height: 100vh;
	z-index: 10;
	display: none;
	flex-direction: column;
	padding: 0;
	justify-content: center;
	overflow-y: scroll;
}
.mobile-nav-inner {
	padding: 50px 0;
	width: 100%;
	position: relative;
	z-index: 1;
  height: 100vh;
  overflow-y: scroll;
}
.mobile-nav-inner.program-active,.mobile-nav-inner.about-nav-active {
	padding: 0;
	padding-bottom: 100px;
  display: flex;
  justify-content: center;
  align-items: center;
  flex-direction: column;
}
.mobile-program-shade {
	position: absolute;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    z-index: 0;
}
.mobile-program-shade:before,.mobile-program-shade:after {
	content: '';
	width: 100%;
	height: 100%;
	display: block;
	position: absolute;
	top: 0;
	left: 0;
	z-index: -1;
}
.mobile-program-shade:after {
	background: url('/wp-content/themes/shine-io/2020/bg-texture3.png');
    background-size: cover;
    background-position: 50% 50%;
    z-index: 0;
    opacity: 0;
    transition: opacity 300ms linear;
}
.mobile-program-shade.active:after {
	opacity: 0.2;
}
.mobile-program-shade.documentary:before,#top-banner.program-banner.documentary:before {
	background: linear-gradient(45deg, #175780 0%,#175790 100%);
}
.mobile-program-shade.civic-media:before,#top-banner.program-banner.civic-media:before {
	background: linear-gradient(45deg, #4aadad 0%,#4aadbd 100%);
}
.mobile-program-shade.entertainment:before,#top-banner.program-banner.entertainment:before {
	background: linear-gradient(45deg, #fa8f1c 0%,#fa8f2c 100%);
}
.mobile-program-shade.fair-use:before,#top-banner.program-banner.fair-use:before {
	background: linear-gradient(45deg, #141c2e 0%,#141c4e 100%);
}
.nav-end-wrap {
	display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    padding: 25px 0;
}
.nav-end-wrap .social-nav {
  display: flex;
  flex-wrap: wrap;
}
.nav-end-wrap .social-nav ul {
  display: flex;
  padding: 0;
}
.nav-end-wrap .social-nav ul li {
  list-style-type: none;
  padding: 5px 15px;
  font-size: 17px;
}
.nav-end-wrap .social-nav ul li a {
  color: #fff;
}
#header .mobile-nav img.logo {
	width: 150px;
}

.nav-core {
	display: flex;
	flex-direction: column;
	width: 100%;
	margin: 20px 0;
	position: relative;

}
.nav-core .core-area {
    display: flex;
    flex-direction: row;
    border-bottom: solid 1px #333;
}
.nav-core .core-area:last-child {
	border-bottom: none;
}
#header .nav-core .core-area .core-area-logo img {
	width: 75px;
	margin: 20px;
	height: 55px;
}
#header .nav-core .core-area .core-area-text h3 {
	padding: 5px;
	margin: 0;
	font-size: 20px;
}
.mobile-nav-list {
	width: 100%;
}
.mobile-nav-list ul {
    margin: 0;
    padding: 0;
    display: flex;
    justify-content: space-around;
    align-items: center;
}
.mobile-nav-list ul li {
	list-style-type: none;
	padding: 10px;
	font-weight: bold;
	margin: 0;
	font-size: 18px;
}
.mobile-nav-list ul li a {
	text-decoration: none;
	color: #fff;
}
#header .mobile-nav a.button {
	margin-top: 30px;
}


.mobile-nav-2-splash {
	background: url('/wp-content/themes/shine-io/2020/bg-texture3.png');
	background-size: cover;
	position: fixed;
	width: 100%;
	height: 100%;
	top: 0;
	left: 0;
	z-index: -1;
	opacity: 0.2;
}
.mobile-nav.mobile-nav-2:before,.footer-cta a.button:first-of-type {
	background: linear-gradient(45deg, #175780 0%,#175790 100%);
}
.mobile-nav.mobile-nav-2:after {
	background: rgba(0,0,0,.45);
}
.mobile-nav-2 h3 {
	color: #fa8e1c;
	text-align: center;
}
.mobile-nav-2 ul {
	padding: 0;
	margin: 0;
	font-weight: bold;
	text-align: center;
	font-size: 20px;
}
.mobile-nav-2 li {
	list-style-type: none;
	margin-bottom: 30px;
}

.footer-cta {
	position: fixed;
    z-index: 1;
    bottom: 0;
    left: 0;
    width: 100%;
    display: flex;
}
.footer-cta a.button {
	font-size: 13px;
	max-width: 50%;
}
.footer-cta a.button:last-child {
	flex-grow: 1;
	max-width: unset;
	margin: 0;
}



body.mobile-active .mobile-nav {
	/* Animation */
	animation-name: menuLoad;
	animation-duration: 300ms;
	animation-fill-mode: forwards;
	display: flex;
}
body.mobile-active #header .nav-core .core-area ul {
	display: none;
}
body.mobile-active .nav-core .core-area.active {
	height: 300px;
    flex-direction: column;
    text-align: center;
    justify-content: center;
    background: none;
    border: none;
}
body.mobile-active #header .nav-core .core-area.active h3 {
	font-size: 35px;
}
body.mobile-active #header .nav-core .core-area.active .core-area-logo img {
	width: 150px;
	height: 175px;
}
body.mobile-active #header .nav-core .core-area.active ul {
	display: flex;
	display: flex;
    flex-direction: column;
    padding: 0;
    margin: 10px auto;
}

body.mobile-active #header .nav-core .core-area.active ul li {
	font-weight: bold;
	font-size: 19px;
	margin-bottom: 15px;
	list-style-type: none;
}
body.mobile-active .nav-core .core-area.inactive {
	height: 0;
	opacity: 0;
	overflow: hidden;
}
.mobile-nav-inner.program-active .mobile-nav-list,.mobile-nav-inner.program-active .nav-end-wrap {
	display: none;
}
.mobile-nav-inner .about-mobile-nav-wrap .sub-menu,.mobile-nav-inner.about-nav-active  .pre-nav,.mobile-nav-inner.about-nav-active  .blog-nav,.mobile-nav-inner.about-nav-active  .nav-end-wrap {
  display: none;
}
.mobile-nav-inner.about-nav-active .about-mobile-nav-wrap {
  width: 100%;
}
.mobile-nav-inner.about-nav-active .about-mobile-nav-wrap {
  text-align:center;
  font-size: 40px;
}
.mobile-nav-inner.about-nav-active .about-mobile-nav-wrap .sub-menu {
  display: block;
  margin-top: 20px;
}

@media screen and (max-width: 669px) {
	#core-focus-areas .core-area {
		width: 100%;
	}
}
@media screen and (max-width: 920px) {
	#top-banner-mask,body.single-report header#header {
		height: 105px;
	}
	body.single-report.cmsi-nav-open #report-home {

	}


	body #header .nav-wrap, body.mobile-active .nav-wrap {
		display: none;
	}
	#header img.logo {
		width: 125px;
		margin-top: 20px;
	}
	#top-banner,#top-banner.slideshow .swiper-slide {
		flex-direction: column-reverse;
		flex-direction: column-reverse;
		padding-top: 100px;
		padding-bottom: 90px;
	}
  #top-banner.program-banner {
    padding-bottom: 10px;
  }
	#top-banner.slideshow .swiper-slide {
		height: auto;
	}
	#top-banner .slideshow-controls button span {
		display: inline;
	}
	.top-banner-text, .top-banner-image {
		width: 100%;
		min-height: 0;
		padding-top: 10px;
		max-width: 600px;
	}
	.mobile-nav-icon {
		display: block;
		color: #fff; 
	    font-size: 50px;
	    position: absolute;
	    top: 25px;
	    right: 35px;
	}
	#top-banner h1,#top-banner h2 {
		font-size: 30px;
	}
	#top-banner h3 {
		font-size: 25px;
	}
}


/* Inner page */
#top-banner.inner {
	min-height: 50vh;
	padding-top: 100px;
}
#top-banner.inner .top-banner-text {
	width: 100%;
	text-align: center;
	min-height: 25vh;
}
#top-banner.inner .top-banner-text small {
	font-size: 17px;
}
#top-banner.inner .top-banner-text h2 {
	font-size: 40px;
}
.top-banner-text h2 a {
	color: #fff;
	text-decoration: none;
}
#main-content {
	padding: 50px 30px;
    font-size: 18px;
    line-height: 31px;
    font-weight: 400;
    background: #fff;

}
body.postid-453 #main-content {
	padding-top: 0;
}
body.postid-453 .report-blocks {
	padding-top: 50px;
}
#main-content h2 {
	margin-top: 40px;
	font-size: 40px;
	line-height: 42px;
}
#main-content .page-label h2 {
	margin-top: 0;
}
#main-content .text,#main-content .image-grid {
	max-width: 1300px;
	margin: 0 auto;
}
#main-content .text a,#main-content .image-grid a {
	/* These are technically the same, but use both */
  overflow-wrap: break-word;
  word-wrap: break-word;

  -ms-word-break: break-all;
  /* This is the dangerous one in WebKit, as it breaks things wherever */
  word-break: break-all;
  /* Instead use this non-standard one: */
  word-break: break-word;

  /* Adds a hyphen where the word breaks, if supported (No Blink) */
  -ms-hyphens: auto;
  -moz-hyphens: auto;
  -webkit-hyphens: auto;
  hyphens: auto;

}


.single-report #page-title h1 {
  z-index: 1 !important;
}
body.single-report.mobile-active #inner-report-title {
  z-index: 1 !important;
}

@media screen and (max-width: 540px) {
  body.single-team #main-content .text {
    hyphens: none;
  }
  #main-content h2 {
    hyphens: auto;
  }
}


#main-content .even a.button {
  background-image: linear-gradient(45deg, #ffb46c 0%,#fa8f1c 60%,#ffab00 100%);
}

.twitter-tweet.twitter-tweet-rendered {
  margin: 10px auto;
}

.icon-text {
  padding: 30px 0;
}

.icon-section {
    display: flex;
    justify-content: center;
    align-items: flex-start;
    max-width: 1300px;
    margin: 0 auto;
}

.icon-section .icon i {
  display: block;
  font-size: 55px;
  margin: 25px auto;
  color: #185780;
  text-align: center;
}


.icon-section .icon {
  width: 175px; 
  flex-shrink: 0;
}
.icon-section .text {
  flex-grow: 1;
  max-width: unset;
}

.modules .text {
  padding-bottom: 30px;
}

.two-column {
  display: flex;
  max-width: 1300px;
  flex-wrap: wrap;
  margin: 0 auto;
}
.two-column .section-title {
  width: 100%;
}

.two-column .text {
  width: 50%;
}
.two-column .text:first-of-type {
  padding-right: 15px;
}
.two-column .text:last-of-type {
  padding-left: 15px;
}

.page-grid-nav {
	padding: 0;
	margin-left: -30px;
	margin-right: -30px;
	display: flex;
	margin-top: -50px;
	padding-bottom: 30px;
}
.page-grid-nav .menu-item {
	width: 25%;
}
.page-grid-nav .menu-item button,.page-grid-nav .menu-item a.nav-button {
	width: 100%;
	padding: 33px 0;
	background: #141c2e;
	color: #fff;
}
.calls-to-action {
	display: flex;
	justify-content: space-around;
	padding: 30px 0 50px 0;
}
.calls-to-action button {
	border: solid 1px #555;
}
.calls-to-action button.featured {
	background: linear-gradient(45deg,#0b8aa1 0%,#1fa9a4 50%,#2e9482 100%);
	color: #fff;
}
.calls-to-action button.featured:after {
	display: none;
}
.media-text-block {
	/*background: linear-gradient(45deg,#0b8aa1 0%,#1fa9a4 50%,#2e9482 100%);*/
	background: #141c2e;
	min-height: 20vh;
	margin-left: -30px;
	margin-right: -30px;
	padding: 50px 30px;
	display: flex;
	color: #fff;
}

.media-text-block .media-asset, .media-text-block .media-text {
	width: 50%;
	display: flex;
}
.media-text-block .media-text {
	padding: 0 20px;
	display: flex;
	justify-content: flex-start;
	flex-direction: column;
}
#main-content .media-text-block h3 {
	margin-top: 20px;
	margin-bottom: 0;
	color: #49adad;
	font-size: 43px;
	line-height: 45px;
}

.headshot-logo-text {
  padding: 50px 0;
  display: flex;
  max-width: 1300px;
  margin: 0 auto;
  flex-wrap:  wrap;
}
.headshot-logo-text .media-asset {
  width:  20%;
  padding-right: 15px;
}
.headshot-logo-text .media-text{
  width:  80%;
  padding-left:  15px;
} 
#main-content .headshot-logo-text h3 {
  margin-top: 0;
  margin-bottom: 0;
  font-size: 43px;
  line-height: 45px;
}

@media screen and (max-width: 767px) {
  .headshot-logo-text .media-asset,.headshot-logo-text .media-text {
    width:  100%;
  }
  .headshot-logo-text .media-asset img {
    max-width:  300px;
    /*margin:  5px auto 30px auto;*/
    display:  block;
    margin-bottom:  30px;
    margin-left:  15px;
  }
}


/* Temp */
body #main-content.program-content {
  padding: 30px;
}
body #main-content.program-content .media-text-block {
	padding: 50px 30px;
}
body #main-content .media-text-block.odd {
	background: #fff;
	color: #111;
}
body #main-content .media-text-block.even {
	background: #185780;
}

body #main-content.program-content .media-text-block img {
	box-shadow: 0 1px 4px rgba(0, 0, 0, 0.3);
  width: 100%;
}

body #main-content.program-content .media-text-block h3 {
	font-size: 30px;
	line-height: 33px;
	color: #175780;
} 
body #main-content .media-text-block.even h3 {
	color: #fa8e1c;
}


body #main-content.program-content.civic-media .media-text-block.even {
  background: #161e2e;
}
body #main-content.program-content.civic-media .media-text-block h3 {
  color: #161e2e;
}
body #main-content.program-content.civic-media .media-text-block.even h3 {
  color: #4aadad;
}

body #main-content.program-content.fair-use .media-text-block.even {
  background: #151d2e;
}
body #main-content.program-content.fair-use .media-text-block h3 {
  color: #151d2e;
}
body #main-content.program-content.fair-use .media-text-block.even h3 {
  color: #4aadad;
}

.media-asset {
	justify-content: flex-end;
    padding-right: 20px;
}
.media-video {
  position: relative;
  padding-bottom: 56.25%; /* 16:9 */
  height: 0;
}
.media-video iframe {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}
.media-text-block button,.media-text-block .buttons {
  display: flex;
  flex-wrap: wrap;
}
.media-text-block button,.media-text-block a.button {
	align-self: flex-start;
	margin-left: 0;
  margin-bottom: 10px;
  margin-right: 10px;
}
/* */
.media-text-block.media-text-block-light {
	background: #fff;
	color: #111;
	max-width: 1300px;
	margin: 0 auto;
}
.media-text-block.media-text-block-light .media-asset {
	width: auto;
}
.media-text-block.media-text-block-light h3 {
	color: #141c2e;
}
.gallery-row {
	margin-left: -30px;
	margin-right: -30px;
	display: flex;
	min-height: 50vh;
	padding: 30px 0;
}
.gallery-row img {
	width: 25%;
	object-fit: cover;
}
.inline-signup {
	padding: 50px 75px;
}
.inline-signup h4 {
	color: #fff;
	font-size: 20px;
	width: 100%;
	margin: 0 0 15px 0;
	text-align: center;
}
.inline-signup form {
	display: flex;
	justify-content: center;
	padding: 15px 15px 30px 15px;
	background: #333;
	flex-wrap: wrap;
	max-width: 900px;
	margin: 0 auto;
}
.inline-signup .signup-input {
	width: 35%;
}
.inline-signup input {
	width: 100%;
	padding: 8px;
	font-size: 23px;
}
.image-quote {
	margin-left: -30px;
	margin-right: -30px;
	padding: 50px 0;
	display: flex;
	
}
.image-quote .image-quote-image {
	width: 50%;
}
.image-quote .image-quote-image img {
	width: 100%;
	height: 100%;
	object-fit: cover;
}
.image-quote .quote-text {
	width: 50%;
	font-size: 65px;
	line-height: 70px;
	padding: 15px;
	background: #175780;
	color: #fff;
}
.image-quote .quote-text p {
	margin-top: 10px;
	position: relative;
	font-weight: 200;
	padding: 40px 20px 20px 40px;
	z-index: 1;
}
.image-quote .quote-text p:before {
	content: '\f10d';
	font: normal normal normal 175px/1 FontAwesome;
	position: absolute;
	top: -5px;
	left: 5px;
	z-index: -1;
	opacity: 0.08;
	color: #ccc;
}
.image-quote .quote-text small {
	font-weight: bold;
    font-size: 27px;
    text-align: right;
    display: block;
    padding-right: 40px;
    color: #fa8e1c;
}
.image-grid {
	padding: 50px;
	display: flex;
	flex-wrap: wrap;
}
/* Team List */
.image-grid-center {
	justify-content: center;
}
.image-grid h2 {
	width: 100%;
	text-align: center;
	font-size: 35px;
	margin-bottom: 20px;
}
.image-grid a {
	color: #111;
	text-decoration: none;
}
.image-grid .grid-item {
	width: 25%;
	padding: 10px 15px 30px 15px;
}
.image-grid .grid-item h3, .image-grid .grid-item h5 {
	margin: 0;
	line-height: initial;
}
.image-grid .grid-item h3 {
	font-size: 25px;
}
.image-grid .grid-item h5 {
	font-weight: normal;
}
.image-grid .grid-item img {
	height: 360px;
	object-fit: cover;
	object-position: 50% 20%;
	width: 100%;
}
.image-grid.fit .grid-item img {
  object-fit: contain;
  height: auto;
  max-width: 100%;
}
.social-share {
	display: flex;
	align-items: center;
	justify-content: center;
	flex-wrap: wrap;
	padding: 30px 0;
}
.social-share .facebook a{
	color: #3b5998;
}
.social-share .twitter a{
	color: #1da1f2;
}
.social-share .linkedin a {
	color: #007bb5;
}
.social-share .share a {
	padding: 5px 25px;
	font-size: 40px;
	display: block;
}
.social-share h5 {
	width: 100%;
	text-align: center;
	margin: 0;
	margin-bottom: 5px;
}
.next-block {
	display: block;
	margin-left: -30px;
    margin-right: -30px;
    text-align: center;
    background: #151d2e;
    transition: background 100ms linear;
    color: #fff;
    padding: 30px 15px;
    text-decoration: none;
}
.next-block h3 {
	font-size: 25px;
	line-height: 28px;
}
.next-block h5 {
	margin: 0;
}
.next-block:hover {
	background: #1f2b44;
}

.next-block.outside-next-block {
  margin-left: 0;
  margin-right: 0;
  width: 100%;
}


/* Team Single */
.report-blocks {
	display: flex;
	padding: 20px 0;
	flex-wrap: wrap;
}
.report-blocks .page-label {
	width: 25%;
	padding: 0;
}
.report-blocks .page-label select {
	width: 100%;
    border: none;
    color: #185780;
    -webkit-appearance: none;
    -moz-appearance: none;
    text-indent: 1px;
    text-overflow: '';
    cursor: pointer;
}
#main-content.year-page .report-blocks .page-label {
  display: none;
}


.report-blocks .blocks {
    padding: 0;
    width: 75%;
}

#main-content.year-page .report-blocks .blocks {
  margin: 0 auto;
}

.report-blocks .blocks-inner {
	display: flex;
	width: 100%;
	justify-content: flex-start;
	flex-wrap: wrap;
}
.report-blocks h2 {
    font-size: 40px;
    padding-top: 5px;
    line-height: 42px;
}
.report-blocks .blocks .featured-project {
	text-align: left;
    margin: 0;
    margin-bottom: 20px;
    position: relative;
    padding-left: 15px;
    padding-right: 15px;
    padding-bottom: 45px;
    width: 33.333%;
    border: none;
    box-shadow: none;
    background: transparent;
    max-width: unset;
}
.report-blocks .blocks.two .featured-project {
	width: 50%;
}
#main-content .report-blocks .blocks .featured-project.no-post-image {
	display: flex;
	align-items: center;
}
.report-blocks .featured-project small {
	font-weight: bold;
	display: block;
	line-height: 16px;
	margin-bottom: 2px;
}
.report-blocks .featured-project img {
	object-fit: contain;
	min-height: unset;
	object-position: left;
	height: 160px;
}
.report-blocks .blocks.two .featured-project img {
	height: 205px;
}
/*	.report-blocks .featured-project.portrait img {
	object-position: center;
}*/
.report-blocks .featured-project h3 {
	font-size: 18px;
	line-height: 20px;
	margin-top: 2px;
}
.report-blocks .featured-project h3 a {
	color: #111;
	text-decoration: none;
	background: #111;
	-webkit-background-clip: text;
	-webkit-text-fill-color: transparent;
}
.report-blocks .featured-project h3 a:hover {
	background: linear-gradient(45deg,#0b8aa1 0,#1fa9a4 50%,#2e9482 100%);
	-webkit-background-clip: text;
	-webkit-text-fill-color: transparent;
}
.report-blocks .featured-project h3 a:hover {
	color: #333;
}
#main-content .report-blocks .featured-project.no-post-image h3 {
	font-size: 30px;
	line-height: 35px;
}
.report-blocks .featured-project .project-text {
	padding: 0;
}
#pagination {
	width: 100%;
	text-align: center;
}
#pagination h5 {
	margin: 0;
}
ul.pagination {
	margin: 0;
	padding: 0;
	display: flex;
	width: 100%;
	justify-content: center;
	flex-wrap: wrap;
}
ul.pagination li {
    list-style-type: none;
    padding: 10px 20px;
    font-weight: bold;
}
ul.pagination li a {
	text-decoration: none;
}
.report-blocks .post-date {
	font-size: 12px;
}
.post-type-archive-cmsi-press .report-blocks .post-date {
  line-height: 17px;
}
.sectioned-resource  {
	display: flex;
	flex-direction: row-reverse;
}
.sectioned-resource .resource-nav {
	padding: 5px;
	margin-top: 20px;
	width: 25%;
}
.sectioned-resource .resource-nav ul {
	padding: 0;
	margin: 0;
	line-height: 18px;
	font-size: 15px;

}
.sectioned-resource .scroller {
	position: -webkit-sticky;
	position: sticky;
    top: 150px;
    height: 80vh;
    overflow: scroll;
}
.sectioned-resource .resource-nav &gt; ul {
    overflow: auto;
}
.sectioned-resource .resource-nav ul li {
	margin: 0;
	padding: 0 5px;
	list-style-type: none;
	font-weight: bold;
	
	
}

.sectioned-resource .resource-nav ul li a {
	color: #555;
	text-decoration: none;
	display: inline-block;
	padding: 10px 5px;
}
.sectioned-resource .resource-nav ul li a.active {
	padding-left: 30px;
	margin-left: -30px;
	background: #eee;
}
.sectioned-resource .resource-nav ul li a.active {
	color: #333;
}
.sectioned-resource .resource-nav ul li ul {
	padding-left: 30px;
}
.sectioned-resource .resource-nav ul li ul li {
	text-indent: -15px;
}
.sectioned-resource .text {
	padding: 0 50px 0 15px;
}
.sectioned-resource .text h3 {
	margin-bottom: 10px;
	margin-top: 20px;
}
.sectioned-resource .text .section {
	margin-bottom: 50px;
}


#top-banner.team-single {
	align-items: flex-end;
	min-height: 55vh;
	justify-content: center;	
}
#top-banner.team-single .top-banner-text {
	width: 100%;
	text-align: left;
}
#top-banner.team-single .top-banner-text {
	width: auto;
    text-align: left;
    display: flex;
    align-items: flex-start;
    margin-bottom: -30px;
    margin-left: -30px;
    margin-left: -33px;
	position: relative;
	z-index: 1;
	justify-content: flex-end;
}
#top-banner.team-single .top-banner-text small {
	font-size: 15px;
}
#top-banner.team-single .top-banner-text h2 {
	font-size: 28px;
}
#top-banner.team-single .top-banner-text small {
	display: block;
	padding: 10px 20px;
	background: red;
	font-weight: bold;
	background: #49adad;
	font-weight: bold;
}
#top-banner.team-single .top-banner-text h2 {
	padding: 10px 20px;
	background: blue;
	margin: 0;
	background: #333333;
}

#top-banner.program-banner .top-banner-icon {
	max-width: 200px;
    margin: 0 auto;
}
#top-banner.program-banner p {
	font-size: 20px;
    line-height: 30px;
    max-width: 1250px;
    margin: 10px auto;
    margin-bottom: 30px;
}
#top-banner.program-banner.documentary:before {
	background: linear-gradient(45deg, #175780 0%,#175790 100%);
}
#top-banner.program-banner:after {
	opacity: 0.15;
}

#site-search {
	position: fixed;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    z-index: 10000;
    background: #175780;
    display: flex;
    justify-content: center;
    align-items: center;
    border: solid 10px #141c2e;
    display: none;
}
body.search-active #site-search {
	/* Animation */
	animation-name: menuLoad;
	animation-duration: 300ms;
	animation-fill-mode: forwards;
	display: flex;

}
#site-search form i {
	padding: 0;
}
#site-search input {
	padding: 13px;
    border: solid 1px #555;
    border-radius: 0px;
    font-size: 20px;
}
#site-search .mobile-nav-icon {
	display: block;
	position: absolute;
	left: 10px;
	top: 10px;
	right: auto;
}


.show-mobile {
  display: none;
}
.hide-mobile {
  display: block;
}

/* Sectioned resource */
#content-search {
  position: fixed;
  bottom: 0;
  left: 0;
  width: 100%;
  background-color: #141c2e;
  padding: 4px 0 15px 0;
}
#content-search.affix {
  top: 100px;
  z-index: 10;
}
@media only screen and (max-width: 920px) {
  #content-search.affix {
    top: auto;
    bottom: 0;
  }
}
#content-search {
  display: none;
}
.section-select {
    background: transparent;
    color: #eee;
    opacity: 0.9;
  width: 500px; 
  text-align-last:center;
  text-overflow: ellipse;
/*    text-transform: uppercase;*/
    transition: 0.08s ease-in;
    -o-transition: 0.08s ease-in;
    -ms-transition: 0.08s ease-in;
    -moz-transition: 0.08s ease-in;
    -webkit-transition: 0.08s ease-in;
    border: 0;
    outline: 0;
    color: #fff !important;
    font-size: 14px;
    letter-spacing: 0.05em;
    font-weight: 700;
    -webkit-font-smoothing: antialiased;
    height: 30px;
    line-height: 40px;
    display: block;
    margin: 0 auto;
    -webkit-appearance: none;
    -moz-appearance: none;
    text-indent: 1px;
    text-overflow: '';

}

.section-select option {
  width: auto;

}
.section-select option i {
  font-family: "Font Awesome 5 Pro";
}

@media only screen and (max-width: 499px) {
  .section-select {
    width: 100%;
  }
}

.chosen-container {
  display: block;
  margin: 0 auto;
  font-size: 14px;
}
.chosen-single {
  background: none;
  border: none;
  color: #fff;
}

@media screen and (max-width: 920px) {
  body.single-post #top-banner.inner {
    padding-bottom: 10px;
  }
  body.single-code #top-banner.inner {
    padding-bottom: 20px;
  }
  .show-mobile {
    display: block;
  }
  .hide-mobile {
    display: none;
  }
	.report-blocks .page-label {
		width: 100%;
		text-align: center;
		margin-bottom: 30px;
	}
	.report-blocks .blocks {
		width: 100%;
	}
	.report-blocks .blocks .featured-project {
		width: 50%;
	}
	.report-blocks .featured-project h3,.report-blocks .featured-project .post-date,.report-blocks .featured-project small {
		text-align: center;
	}
	.report-blocks .featured-project img {
		object-position: center;
	}
/*	.sectioned-resource {
		flex-direction: column;
	}*/
/*	.sectioned-resource .resource-nav {
		width: 100%;
    
    display: none;
    position: sticky;
    top: 120px;
    background: #fff;
    border: solid 1px #ccc;
    margin-bottom: 10px;
	}*/
/*	.sectioned-resource .scroller {
		height: auto;
		width: 100%;
	}
	.sectioned-resource .resource-nav .scroller &gt; ul {
		display: flex;
	    overflow-x: scroll;
	    width: 100%;
	}
	.sectioned-resource .resource-nav ul li {
    display: flex;
    word-break: normal;
    flex: 1 0 auto;
    max-width: 300px;
    justify-content: center;
    align-items: center;
    line-height: 16px;
	}
	.sectioned-resource .resource-nav ul li ul {
		display: flex;
	}
  .sectioned-resource .resource-nav ul li ul li {
    text-indent: 0;
  }
  .sectioned-resource .resource-nav ul li a.active {
    padding-left: 5px;
    margin-left: 0;
  }*/
	.image-grid {
		padding: 0;
	}
	.image-grid .grid-item {
		width: 50%;
	}
	#top-banner.team-single {
		flex-direction: column;
	    justify-content: center;
	    align-items: center;
	}
	#top-banner.team-single .top-banner-text {
		align-items: center;
		min-height: 0;
		margin-left: 0;
		flex-direction: column-reverse;
	}
	#top-banner.team-single .top-banner-image img {
		padding-bottom: 3px !important;
	}
  .two-column .text {
    width: 100%;
  }
  .two-column .text:first-of-type {
    padding-right: 0;
  }
  .two-column .text:last-of-type {
    padding-left: 0;
  }
  #top-banner.team-single .top-banner-text small {
    text-align: center;
  }
  .inline-signup {
    padding: 50px 0;
  }
  .inline-signup form {
    flex-direction: column;
    align-items: center;
  }
  .inline-signup .signup-input {
    width: 100%;
    margin-bottom: 15px;
  }
}

@media screen and (max-width: 799px) {
  #content-search {
    display: block;
  }
  .sectioned-resource .resource-nav {
    display: none;
  }
  .sectioned-resource .sections {
    width: 100%;
  }
} 

@media screen and (max-width: 540px) {
  .alignleft,.alignright {
    float: none;
    display: block;
    margin: 10px auto;
    text-align: center;
  }
	body.home .scroll-down {
		display: none;
	}
	#top-banner .swiper-slide {
		padding: 15px;
	}
	.report-blocks .blocks .featured-project {
		width: 100% !important;
	}
	.image-grid .grid-item {
		width: 100% !important;
	}
	.media-text-block {
		flex-wrap: wrap;
	}
	.media-text-block .media-asset {
		margin-bottom: 10px;
	}
	.media-text-block .media-asset, .media-text-block .media-text {
		width: 100%;
	}
  .icon-text .icon-section {
    flex-wrap: wrap;
    flex-direction: row;
  }
  .icon-text .icon {
    width: 100%;
    flex-shrink: 1;
  }

}


body.postid-8519 #main-content p span {
    line-height: initial;
    display: inline-block;
}

body.postid-8618 #main-content .image-grid {
  padding: 10px 50px;
}
body.postid-8618 #main-content .text {
  padding-bottom: 0;
}
body.postid-8618 #main-content .inline-signup {
  padding-top: 20px;
  padding-bottom: 20px;
}


</pre></body></html>