/*
Theme Name: Shine.io Custom Template
Version: 1.0
*/

/*=============================
=            FONTS            =
=============================*/
/**
 *	Name: 	Font Name
 *	Code: 	font-family: 'font-name', sans-serif
 *	Sizes: 	300, 400, 500, 700
 */
body,html {
	font-family: 'ff-dagny-web-pro', sans-serif;
}

@media only screen and (max-width: 964px) {
	#mobile-nav ul.sub-menu li a {
	    font-size: 13px;
	}
}

.btn {
	font-size: 16px;
}
.home #latest-news .btn-ghost, #latest-news.block-news .btn-ghost {
	border-color: #fff;
	color: #fff;
}
.home #latest-news .btn-ghost:hover, #latest-news.block-news .btn-ghost:hover {
	background: #0C90A7;
    color: #fff;
}

.single-code .btn-pdf {
	position: relative;
	z-index: 2;
}

.post:after{
	clear:both;
}

.clear{
	clear: both;
}
.hide-topper {
	display: none;
}
article.container.no-topper {
	margin-top: 0;
	padding-top: 20px;
}
article.container blockquote {
	text-align: center;
    border-left: 0;
    padding: 0;
    padding: 25px 30px;
    width: 100%;
    margin: 0;
    margin: 35px 0;
    position: relative;
    z-index: 1;
}
article.container .swiper-slide blockquote {
	padding: 0 30px 25px 30px;
}
article.container .swiper-pagination-bullet-active {
	background: #2095AA;
}
article.container .swiper-container {
	clear: both;
}
article.container blockquote p {
	font-size: 20px;
    line-height: 27px;
}
article.container blockquote cite {

}

.thumbnail-holder {
	background-repeat: no-repeat;
	background-size: 100%;
	background-position: 50% 50%;
	width: 100%;
	height:150px;
	-webkit-transition: all 200ms ease;
    -moz-transition: all 200ms ease;
    -o-transition: all 200ms ease;
    transition: all 200ms ease;
}
.home #latest-news a.post:hover .thumbnail-holder,#latest-news.block-news a.post:hover .thumbnail-holder {
	height: 150px;
	background-size: 105%;
}

 #front-topper {
 	position: relative;
	z-index: 1;
	width: 100%;
	height: 100%;
	top: 0;
	left: 0;
	background: url('/wp-content/themes/shine-io/images/mckinley1.jpg') no-repeat transparent;
	background-size: cover;
	background-position: 50% 50%;
	padding: 100px 0;
 }

 #front-topper p, #front-topper h1 {
 	color: #fff;
 	text-align: center;
 	position: relative;
	z-index: 2;
 }
 #front-topper p {
 	line-height: 24px;
    font-size: 17px;
    padding: 5px 0;
 }
#front-topper h1 {
	font-size: 40px;

    letter-spacing: -0.005em;
}

 #front-topper .btn-gray-ghost {
 	border-color: #fff;
 	color: #fff;
 	position: relative;
	z-index: 2;
	margin-top: 20px;
 }
 #front-topper .btn.btn-gray-ghost:hover {
    background: #0C90A7;
    color: #fff;
}

 #front-topper:after{
	position: absolute;
	top: 0;
	left: 0;
	display: block;
	content: '';
	
	width: 100%;
	height: 100%;
	z-index: 1;
	background-color: #292824;
	/* IE 8 */
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=75)";

  /* IE 5-7 */
  filter: alpha(opacity=75);

  /* Netscape */
  -moz-opacity: 0.75;

  /* Safari 1.x */
  -khtml-opacity: 0.75;

  /* Good browsers */
  opacity: 0.75;
	
}

#footer-signup input {
	padding: 16px;
}

#footer-menu ul li ul.sub-menu li,.contact-copy p {
	font-size: 13px;
}

#footer-menu ul li {
	width: 16.6%;
}

#team-member-list .team-list-block {
	width: 33%;
}
@media screen and (max-width: 991px) {
	#team-member-list .team-list-block {
		width: 49%;
	}
}
@media screen and (max-width: 620px) {
	#team-member-list .team-list-block {
		width: 100%;
	}
}

#footer-tweets{
	background-color: #2899AD;
	color: #fff;
}
#footer-tweets .swiper-slide p {
	color: #fff;
}
#footer-tweets .swiper-slide a {
	color: #D0D200;
}
.footer-tweet-logo {
	color: #fff;
	font-size: 40px;
}
.contact-copy {
	background: #fff;
	padding-top: 10px;
	position: relative;
    z-index: 2;
}
#footer-menu {
	background: #fff;
	padding: 20px 0 0 0;

}
#footer-menu ul li a {
	color: #333;
	font-weight:bold;
}
@media screen and (min-width: 1200px) {
	.home .swiper-container-topper {
		min-height: 400px;
		background-color: #242425;
	}

}


.alignleft,.aligncenter,.alignright {
	max-width: 100%;
}

#team-member-list .team-list-block {
	vertical-align: top;
}



.main-nav-container .menu {
	float: right;
}

.search-box input[type="text"] {
	clear: both;
	margin-top: 6px;
	font-size: 13px;
	border: solid 1px #eee;
	padding: 5px;
}

::-webkit-input-placeholder {
   color: #ccc;
}

:-moz-placeholder { /* Firefox 18- */
   color: #ccc;  
}

::-moz-placeholder {  /* Firefox 19+ */
   color: #ccc;  
}

:-ms-input-placeholder {  
   color: #ccc;  
}


form .search-text {
	width: 150px;
}
.right-nav {
	padding-right: 0px;
}
.header-nav.right{
	margin-bottom: 5px;
}
.main-nav-container {
	clear: both;
	display: block;
	background: none;
}
header {
	border-bottom: solid 1px #eee;
}
.swiper-container-topper .img-holder{
	min-height: 500px;
}
@media screen and (max-width: 767px){
	.swiper-container-topper .swiper-slide {
		min-height: 500px;
		padding-top: 20px;
	}
}


#featured-topics {
	background-color: #fff;
	padding-bottom: 0;
}
#featured-topics .container {
	padding: 18px 0;
	padding-bottom: 24px;
}
#featured-topics h3, #featured-topics i {
	color: #2095aa;
}
#featured-topics p {
	color: #444;
	margin-top: 0;
	display:none;
}
#featured-topics h3 {
    padding-top: 68px;
    margin-bottom: 0;
    font-size: 19px;
    color: #333;
}
#featured-topics a:hover i {
    font-size: 55px;
    top: 6px;
    color: #2095aa;
}
.home #latest-news,#latest-news.block-news {
    background-color: #ddd;
    padding: 10px 0 30px 0;
    position: relative;
    z-index: 1;
	width: 100%;
	height: 100%;
	top: 0;
	left: 0;
	background: url('/wp-content/themes/shine-io/images/mckinley1.jpg') no-repeat transparent;
	background-size: cover;
	background-position: 50% 50%;
}
.home #latest-news:after,#latest-news.block-news:after  {
	position: absolute;
	top: 0;
	left: 0;
	display: block;
	content: '';
	
	width: 100%;
	height: 100%;
	z-index: -1;
	background-color: #292824;
	/* IE 8 */
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=75)";

  /* IE 5-7 */
  filter: alpha(opacity=75);

  /* Netscape */
  -moz-opacity: 0.75;

  /* Safari 1.x */
  -khtml-opacity: 0.75;

  /* Good browsers */
  opacity: 0.75;
}
.home #latest-news .post,#latest-news.block-news .post  {
	display: block;
	background-color: #fff;
	width: 100%;
	margin: 0 auto;
	border: solid 1px #eee;
	margin-bottom: 40px;
	min-height: 445px;
	position: relative;
	color: #000;
}
#latest-news.block-news .post,.block-news .more-block {
	min-height: 390px;
}
/* START Manual add */
#latest-news.block-news.newsletter-news .post {
	min-height: 390px;
}
#latest-news.block-news.newsletter-news .post .thumbnail-holder {
	height: 200px;
}
#latest-news.block-news.newsletter-news a.post:hover .thumbnail-holder {
	height: 200px;
	background-size: 105%;
}
/* End manual add */
@media screen and (max-width: 964px) {
	#latest-news.block-news.newsletter-news .post {
		min-height: 330px;
	}
}
@media screen and (max-width: 767px) {
	#latest-news.block-news.newsletter-news .post {
		min-height: 0px;
	}
}
#latest-news.block-news {
	padding: 25px 0;
	position: relative;
	// background-color: #ccc;
}
#latest-news.block-news .container-fluid{
	max-width: 1300px;
	padding-right: 30px;
	padding-left: 30px;
}
#latest-news.block-news .block-news-post{
	padding-left: 15px;
	padding-right: 15px;
}
#latest-news.block-news .post {
	margin-bottom: 30px;
}
#latest-news.block-news .no-post-image .post-title {
    font-size: 30px;
}
#latest-news.block-news #pagination a{
	color: #fff;
	padding-bottom: 5px;
	display: inline-block;
	position: relative;
}
#latest-news.block-news #pagination a:hover{
	text-decoration: none;
}
#latest-news.block-news #pagination a:hover:after{
	content: '';
	position: absolute;
	bottom: 0;
	left: 0;
	width: 100%;
	height: 1px;
	background-color: #fff;
}



@media screen and (max-width: 991px) {
	.home #latest-news .post,#latest-news.block-news .post,.block-news .more-block {
		min-height: 490px;
	}
	#latest-news.block-news .post,.block-news .more-block {
		min-height: 455px;
	}
}
@media screen and (max-width: 767px) {
	.home #latest-news .post,#latest-news.block-news .post,.block-news .more-block {
		min-height: 0;
	}
	.block-news .more-block i {
		display: none;
	}
}
.home #latest-news .post:hover,#latest-news.block-news .post:hover{
	text-decoration:none;
}

.home #latest-news .post:after,#latest-news.block-news .post:after{
	clear:both;
}
.home #latest-news .post-content,#latest-news.block-news .post-content {
	padding: 0 15px;
     margin-bottom: 0;
}
.home #latest-news .post-content p,#latest-news.block-news .post-content p {
	font-size: 14px;
    line-height: 18px;
   	margin: 0;
}
.home #latest-news .read-more, #latest-news.block-news .read-more {
	display: block;
	position: absolute;
	bottom: 5px;
	left: 15px;
	font-size: 14px;
	float: none;
	margin: 10px 0;
	padding: 5px 10px;
}
@media screen and (max-width: 767px) {
	.home #latest-news .read-more,#latest-news.block-news .read-more {
		position: static;
		width: 100%;
		margin-top: 20px;
		padding: 10px 0;
		max-width: none;
		text-align: center;
	}
}
#category-search {
	position: absolute;
	top: 5px;
	right: 5px;
}
.themed-select {
    background: transparent;
    color: #eee;
    opacity: 0.9;
    direction: rtl;
    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-family: 'ff-dagny-web-pro', sans-serif;
    font-weight: 700;
    -webkit-font-smoothing: antialiased;
    height: 30px;
    line-height: 40px;
    -webkit-appearance: none;
    -moz-appearance: none;

}
.themed-select option {
	width: auto;
	direction: ltr;
}
.home #latest-news .post-title,#latest-news.block-news .post-title {
    margin-top: 15px;
    margin-bottom: 5px;
    font-size: 20px;
    color: #444;
}
@media screen and (max-width: 1199px){
	.home #latest-news .post-title,#latest-news.block-news .post-title {
		font-size: 17px;
	}
}
@media screen and (max-width: 991px){
	.home #latest-news .post-title,#latest-news.block-news .post-title {
		font-size: 20px;
	}
}
.post-event-status {
	margin: 15px 0 0 0;
}
#latest-news.block-news .post-title.post-event-title {
	margin-top: 5px;
}

.home #latest-news .post-title a:hover,#latest-news.block-news .post-title a:hover {
	text-decoration: none;
}
.home #latest-news h2#latest-news-title,#latest-news.block-news h1#latest-news-title,.block-news h2.latest-news-title {
	font-size: 27px;
	font-weight: normal;
	margin-bottom: 25px;
	background-color: none;
	color: #fff;
	padding: 30px 0 15px 0;
}
 // .block-news h2.latest-news-title {
 // 	font-size: 23px;
 // 	position: absolute;
 // 	top: 10px;
 // 	left: 0;
 // 	width: 100%;
 // }
 .block-news h2.latest-news-title {
 	clear: both;
 }
 .block-news .more-block{


	display: table;
 }
 .block-news .more-block a {
 	width: 100%;
	vertical-align:middle;
	font-size: 30px;
	margin: 0;
 	display: table-cell;
 	font-weight: lighter;
 }
 #latest-news.block-news.program-news .program-news-col{
 	position: relative;
 	padding-top: 110px;
 }
#latest-news.block-news h1#latest-news-title {
	text-align: center;
	font-size: 40px;
}
.home #latest-news .post:after,#latest-news.block-news .post:after {
	content:none;
}
.home #latest-news .post-date,#latest-news.block-news .post-date {
	margin-bottom: 10px;
	line-height: 14px;
}
#site-search button, #site-search input {
	margin-top: 10px;
}
#blog-list .post:after {
	clear: both;
}
#featured-topics i.fa-fast-forward:before {
	left: 0;
}
.more-news {
	margin-top: 20px;
}
.btn.btn-pdf {
	position: relative;
	z-index: 2;
}
.swiper-container-topper .swiper-slide .img-holder.bg:after {
	background-color: #242425;
	-ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=100)";

  /* IE 5-7 */
  filter: alpha(opacity=100);

  /* Netscape */
  -moz-opacity: 1;

  /* Safari 1.x */
  -khtml-opacity: 1;

  /* Good browsers */
  opacity: 1;
}


.site-slogan {
    font-size: 20px;
    font-weight: 100;
    line-height: 42px;
    margin-right: 5px;
    color: #2095aa;
}


#latest-news.program-links .program-link-section {
    padding-bottom: 50px;
}

#latest-news.program-links .program-link-section .post {
    padding-bottom: 50px;
}

/*#latest-news.program-links .program-link-section .img-wide {
	max-width: 70%;
	margin: 10px auto;
	display: block;
	text-align: center;
}*/
#page-title {
	padding: 60px 0 60px 0;
}
#page-title.single {
	padding: 50px 0;
}
#page-title.has-image {
	position: relative;
	z-index: 1;
	width: 100%;
	height: 100%;
	top: 0;
	left: 0;
	background-size: cover;
	background-position: 50% 50%;
	padding: 100px 0;
}
#page-title.has-image.default-image {
	background-position: 50% 20%;
}
#page-title.has-image:after{
	position: absolute;
	top: 0;
	left: 0;
	display: block;
	content: '';
	
	width: 100%;
	height: 100%;
	z-index: 1;
	
}
#page-title.has-image.darken:after{
	background-color: #292824;
	/* IE 8 */
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=75)";

  /* IE 5-7 */
  filter: alpha(opacity=75);

  /* Netscape */
  -moz-opacity: 0.75;

  /* Safari 1.x */
  -khtml-opacity: 0.75;

  /* Good browsers */
  opacity: 0.75;
}
/* American Realities exception */
body.single-resource.postid-5511 #page-title.has-image.darken:after{
	/* IE 8 */
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=50)";

  /* IE 5-7 */
  filter: alpha(opacity=50);

  /* Netscape */
  -moz-opacity: 0.5;

  /* Safari 1.x */
  -khtml-opacity: 0.5;

  /* Good browsers */
  opacity: 0.5;
}
#page-title h1 {
	font-size: 43px;
	line-height:normal;
	position: relative;
	z-index: 2;
	font-weight: lighter;
}
#page-title .event-meta, #page-title h5 {
	position: relative;
	z-index: 2;
}
#page-title h5 {
    font-size: 17px;
}


#page-title .banner-bg {
	position: absolute;
	
	z-index: 1;
}

img.img-wide.portrait {
    max-width: 200px;
    width: auto;
    float: left;
    margin-right: 20px;
    margin-top: 5px;
    max-height: 200px;
    height: auto;
}

/* Portrait exception */
img.img-wide.portrait {
    max-width: 300px;
    width: auto;
    float: none;
    height: auto;
    margin: 20px auto;
    text-align: center;
    display: block;
    max-height: 350px;
}

.pull-focus-section-wrap {
	padding: 10px 0 25px 0;
}
.pull-focus-section-wrap h2 {
	margin-bottom: 10px;
}

/* Override */
#site-header li:hover .sub-menu li a {
     padding-bottom: 0; 
}

body {
	padding-top: 100px;
}
@media screen and (max-width: 964px) {
	body {
		padding-top: 20px;
	}
}


#blog-list .popular-categories ul {
    padding-left: 0;
}
#blog-list .popular-categories h3 {
	margin-bottom: 5px;
}
#blog-list .popular-categories ul li {
    padding: 5px 0 5px 0px;
    margin: 0;
    font-size: 17px;
    border-bottom: solid 1px #eee;
    list-style-type: none;
}

article.container p {
    line-height: 21px;
}
a.read-more {
    border: solid 1px #2095aa;
    padding: 6px 12px;
}


.swiper-container-topper .swiper-slide .img-holder.bg {
     -webkit-filter: blur(0px); 
    filter: blur(0px);
    width: 110%;
    height: 110%;
    left: -55%;
    margin-left: 50%;
}
.page-id-1640 .gallery_default .wpmf-gallery-item {
	width: 32% !important;
	margin-bottom: 20px !important;
}
@media screen and (max-width: 661px) {
	.page-id-1640 .gallery_default .wpmf-gallery-item {
		width: 49% !important;
	}
}
@media screen and (max-width: 434px) {
	.page-id-1640 .gallery_default .wpmf-gallery-item {
		width: 100% !important;
	}
}

body .wpmf-gallerys .wpmf-gallery-item {
	width: 50% !important;
	position: static !important;
	float: left !important;
	min-height: 450px !important;
	padding: 15px !important;
	margin-bottom: 0 !important;
}
body .wpmf-gallerys > div {
	height: auto !important;
}
@media screen and (max-width: 964px) {
	body .wpmf-gallerys .wpmf-gallery-item {
		width: 100% !important;
		min-height: 0;
		margin-bottom: 20px !important;
	}
}

body .wpmf-gallerys .wpmf-gallery-item .excerpt {
	text-transform: none;
	color: #333;
	display: block;
	font-size: 15px;
	line-height: 17px;
	letter-spacing: 0 !important;
	font-family: 'ff-dagny-web-pro', sans-serif !important;
}
body .wpmf-gallerys .wpmf-gallery-item .title {
	font-size: 15px;
	display: block;
	margin-top: 10px;
	margin-bottom: 0;
	padding-bottom: 5px;
	letter-spacing: 0 !important;
	font-family: 'ff-dagny-web-pro', sans-serif !important;
}

body .wpmf-gallerys .wpmf-gallery-item br {
	display: none;
}


#content-search {
	width: 100%;
	/*background-color: #2095aa;*/
	background-color: #d2e5e8;
	padding: 4px 0 10px 0;
}
#content-search.affix {
	top: 100px;
	z-index: 10;
}
@media only screen and (max-width: 964px) {
	#content-search.affix {
		top: auto;
		bottom: 0;
	}

}
.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: #111 !important;
    font-size: 14px;
    letter-spacing: 0.05em;
    font-family: 'ff-dagny-web-pro', sans-serif;
    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;

}

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

.image-text-row {
	clear: both;
	margin-bottom: 30px;
	margin-top: 30px;
}
.image-text-row .col-sm-2 {

}
.image-text-row h3 {
	margin-top: 0;
	font-weight: bold;
}
.image-text-row img {
	display: block;
	margin: 0 auto;
}


/*=====================================
=            MEDIA QUERIES            =
=====================================*/

/*==========  Mobile First Method  ==========*/

/* Custom, iPhone Retina */
@media only screen and (min-width : 320px) {

}

/* Extra Small Devices, Phones */
@media only screen and (min-width : 480px) {

}

/* Small Devices, Tablets */
@media only screen and (min-width : 768px) {

}

/* Medium Devices, Desktops */
@media only screen and (min-width : 992px) {

}

/* Large Devices, Wide Screens */
@media only screen and (min-width : 1200px) {
		.home #latest-news .post,#latest-news.block-news .post {
			display: block;
			min-height: 400px;
		}
		.block-news .more-block {
			min-height: 400px;
		}
}

@media only screen and (max-width: 400px){
	#pagination ul li {
		display: block;
	    width: 25%;
	    float: left;
	    margin-bottom: 15px;
	}
}

.copyright {
    padding: 23px 0 33px 0;
}



article.container h2 {
    background-color: #ddd;
    padding: 10px 10px 8px 7px;
    line-height: 29px;
    /* text-transform: lowercase; */
    margin-left: -15px;
    margin-top: 40px;
}

article.container h4 {
	border-bottom: solid 1px #ccc;
    padding-bottom: 5px;
    width: auto;
    display: block;
    margin: 25px 0 10px -10px;
}
article .section-wrap {
	margin: 7px 0;
}
article .section-wrap ul li,article .section-wrap ol li {
	font-size: 15px;
	margin-bottom: 10px;
}

article .section-wrap hr {
	margin-left: -15px;
    border: none;
    border-bottom: solid 1px #ccc;
}

@media only screen and (max-width:964px){
	#mobile-nav {
	    display: block;
	    height: 100vh;
	    width: 250px;
	    background: #383838;
	    position: fixed;
	    right: 0;
	    top: 0;
	    bottom: 0;
	    position: fixed;
	    overflow-y: scroll;
	    overflow-x: hidden;
    }
    #mobile-nav > ul {
		padding-bottom: 20px;
    }
    #mobile-nav nav {
    	position: relative;
    	top: 0;
    }
    #mobile-nav .nav-holder {
    	top: 0;
    	padding-top: 30px;
    	padding-bottom: 30px;
    	-ms-transform: translate(0%, 0%);
    	-webkit-transform: translate(0%, 0%);
    	transform: translate(0%, 0%);
    }
    #mobile-nav .nav-holder ul.sub-menu {
    	    width: 75%;
    padding-top: 5px;
    margin-bottom: 20px;
    margin-left: auto;
    margin-right: auto;
    border-top: none;
    }
    #mobile-nav ul li a {
    	margin-bottom: 15px;
    	font-size: 18px;
    }
    article.container .swiper-slide blockquote {
    	margin-top: 5px;
    }
    article.container .swiper-slide blockquote p {
    	font-size: 17px;
    	line-height: 22px;
    }
}

/*==========  Non-Mobile First Method  ==========*/

/* Large Devices, Wide Screens */
@media only screen and (max-width : 1200px) {

}

/* Medium Devices, Desktops */
@media only screen and (max-width : 992px) {

}

/* Small Devices, Tablets */
@media only screen and (max-width : 768px) {
	.image-text-row {
		text-align: center;
	}
	.image-text-row h3 {
		margin-top: 20px;
	}
}

/* Extra Small Devices, Phones */
@media only screen and (max-width : 480px) {

}

/* Custom, iPhone Retina */
@media only screen and (max-width : 320px) {

}

/* Report CSS */
body.single-report {
	padding-top: 0;
	position:relative;
	    -webkit-transition: padding 0.5s;
    transition: padding 0.5s;
}
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 {
	top: -103px;
}
@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: 100px;
}
body.single-report.cmsi-nav-open 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 #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: 104px;
}
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);
	}
}

.ref a {
    font-size: .8em;
    position: relative;
    top: -5px;
}
#spaced-list li {
	margin-bottom: 10px;
}
body.single-program #front-topper ul {
	margin-top: 40px;
}
body.single-program #front-topper ul li {
	display: inline-block;
    list-style-type: none;
    color: #fff;
    text-align: center;
    position: relative;
    z-index: 2;
    margin: 0;
    width: 19.7%;
    padding: 5px 0;
}
@media screen and (max-width: 991px){
	body.single-program #front-topper ul li {
		width: 49%;
		margin-bottom: 25px;
	}
}
@media screen and (max-width: 416px){
	body.single-program #front-topper ul li {
		width: 100%;
		margin-bottom: 25px;
	}
}
body.single-program #front-topper ul li a {
	
    border-bottom: solid 1px #aaa;
    border-top: solid 1px #aaa;
    padding: 10px 2px;
    color: #fff;
    font-weight: normal;
    font-size: 20px;
    margin: 20px;
    -webkit-transition: all 200ms ease;
    -moz-transition: all 200ms ease;
    -o-transition: all 200ms ease;
    transition: all 200ms ease;
    font-size: 15px;
}
body.single-program #front-topper ul li a:hover {
	text-decoration: none;
    border-color: #1f94a9;
    color: #fff;
}

body.single-program .resource-sub-link {
	width: 100%;
    height: 1px;
    display: block;
    position: relative;
    top: -200px;
}

/*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;
}

article.container .section-wrap table {
	margin-bottom: 40px;
	margin-top: 15px;
}
/* Responsive Tables*/
article.container h2 {
	clear: both;
}
article.container .section-wrap {
	clear: both;
}
@media only screen and (max-width: 800px) {
    article.container .section-wrap table {
    	border: none;
    	padding: 0;
    }
    /* Force table to not be like tables anymore */
	article.container .section-wrap table, 
	article.container .section-wrap thead, 
	article.container .section-wrap tbody, 
	article.container .section-wrap th, 
	article.container .section-wrap td, 
	article.container .section-wrap tr { 
		display: block; 
	}
 
	/* Hide table headers (but not display: none;, for accessibility) */
	article.container .section-wrap tr:first-of-type { 
		position: absolute;
		top: -9999px;
		left: -9999px;
	}
 
	article.container .section-wrap tr { border: 1px solid #ccc; border-top: none; }
 
	article.container .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;
	}
 
	article.container .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
	*/
	article.container .section-wrap td:before { 
		content: attr(data-title); 
	}
}


.wp-caption {
	max-width: 100%;
	margin-top: 10px;
}
article.container .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;
}
article.container 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 article.container 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 article.container 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%;
	}
}