html {
  font-size: 18px;
}

body.customize-support ,
.customize-support .cca-nav {
		margin-top:46px;
	}

body {
	background-color:#F9F9F9;
	font-family: 'Montserrat', sans-serif;
}

.no-scroll {
	height: 100%;
	overflow: hidden;
	width: 100%;
	position: fixed;
}

.no-padding {
	padding: 0;
}

.video-embed iframe {
	width:100%;
}

.no-margin {
	margin: 0 auto;
}

.vertical-wrapper {
	display: table;
	overflow: hidden;
}

.vertical-center {
	display: table-cell;
	vertical-align: middle;
}

.cca-nav {
	color:#ffffff;
	background-color:#23356F;

/*	height: 85px;*/
	padding-left:15px;
	padding-right:15px;
	transition: background 0.5s;
}

.cca-nav--blue,
.cca-nav--blue-open {
	background-color:#23356F !important;
	transition: background 0.5s;
	box-shadow: 0 0 6px #333333;
}

.resp-image img {
	width:100%;
	height:auto;
}

.main-banner {
	width:100%;
	margin-top:80px;
	background-color: transparent;
	background-repeat: no-repeat;
	background-size: cover;
}

.skew-banner {
	width:100%;
	margin-top:0px;
	height: 925px;
	background-color:#333;
	background-size: cover;
	background-position: center;
	position: absolute;
	overflow: hidden;
	z-index: -1;
	top:0;
}
.skew-banner--event {
  background-color:#ffffff;
}

.skew-banner.skew-banner--event:after {
  display: none;
}
@media (min-width: 992px) {
  .skew-banner.skew-banner--event:after {
    display: block;
  }
}

.skew-banner:after{
	content: '';
	background-color: #F9F9F9;
	display: block;
	width: 130%;
	height: 290px;
	left: -10px;
	position: absolute;
	right: 0;
	bottom: -16%;
	transform: rotate(-5deg);

}

.skew-banner--bio {
	height:600px;
}

.skew-smokescreen{
	width: 130%;
    height: 100%;
    background-color: rgba(6, 130, 144, 0.9);
    position: absolute;
    top: 0;
    -webkit-filter: contrast(150%) brightness(90%);
    filter: contrast(150%) brightness(90%);
}

.skew-bg {
	width: 100%;
	height: 100%;
	margin-top: 0px;
	background-size: cover;
	background-position: center;
	position: absolute;
	top: 0;
	z-index: -2;
	-webkit-filter: grayscale(100%) contrast(150%) brightness(110%);
	filter: grayscale(100%) contrast(150%) brightness(110%);
	-webkit-transform: translateZ(0);
	-webkit-perspective: 1000;
	-webkit-backface-visibility: hidden;
}

.skew-content {
	-webkit-transform: skew(0deg, 10deg);
	transform: skew(0deg, 10deg);
	position: absolute;

}

.main-banner__image {
	background-size: cover;
	background-position: center;
	-webkit-transform: skew(0deg, 10deg);
	transform: skew(0deg, 10deg);
	position: absolute;
	top:0;
	width: 100%;
	height: 800px;
}

.white {
	color:#ffffff;
}

.blue {
	color: #23356F;
}

h1 {
	font-family: 'Montserrat', sans-serif;
	font-weight: 700;
	font-size: 34px;
	line-height: 40px;
}

h2 {
	font-family: 'Montserrat', sans-serif;
	font-weight: 700;
	line-height: 28px;
	font-size: 24px;
	color: #23356F;
}

h3 {
	font-family: 'Montserrat', sans-serif;
	font-weight: 700;
	line-height: 24px;
	font-size: 20px;
	color: #23356F;
	margin-bottom: 20px;
}

h4 {
  font-family: 'Montserrat', sans-serif;
	font-weight: 500;
	line-height: 19px;
	font-size: 16px;
	color: #23356F;
	margin-bottom: 20px;
}

a {
	color:#0F99A8;
}

a:hover {
	text-decoration: none;
	color: #D69A2D;
}

em {
	font-weight: 600;
}

.link--teal {
	text-transform: uppercase;
	font-size: 14px;
	font-weight: 700;
	color: #0F99A8;
	display: block;
	margin-right: 5px;

}

.link--teal:hover {
	color:#D69A2D;
}

.link--teal:after {
	font-family: "Font Awesome 5 Pro";
	font-weight: 100;
	content: "\f178";
	padding-left: 3px;

}

.light {
	color:#ffffff;
}

.lead {
	font-size: 20px;
	color: #F9F9F9;
	margin:15px 0px;
}

p {
	font-size: 1rem;
	line-height: 1.5rem;
	margin-top: 0;
	margin-bottom: 1.5rem;
}

.button--teal {
	background-color: #0F99A8;
	font-size: 14px;
	color: #ffffff;
	text-transform: uppercase;
	font-weight: 700;
	border-radius: 0;
	padding:10px 20px;
}
.button--teal:hover {
	background-color:#D69A2D;
	color:#ffffff;
}

.divider {
	width:100%;
	height:1px;
	background-color:#cccccc;
}

/* Wordpress Text Wrapping Issue */
img.alignright { float: right; margin: 0 0 1em 1em; }
img.alignleft { float: left; margin: 0 1em 1em 0; }
img.aligncenter { display: block; margin-left: auto; margin-right: auto; }
.alignright { float: right; }
.alignleft { float: left; }
.aligncenter { display: block; margin-left: auto; margin-right: auto; }


.navbar-brand {
	width:160px;
}

.navbar-brand img{
	width:80%;
}

.navbar_back-link {
	position: absolute;
	right: 20px;
	top:15px;
	text-transform: uppercase;
	color: #ffffff;
	font-size:11px;
}

.cca-menu {
	padding-top:0px;
}

.navbar-collapse{
	padding: 0px 20px 0px 30px;
}

.cca-menu__container {
	height:900px;
}


.cca-menu__container {
	padding:20px 0px;
}

.cca-menu li  {
	text-transform: uppercase;
	color: #ffffff;
	margin-top:10px;
	padding:0px 15px;
}

.cca-menu li a {
	color: #ffffff;
	font-weight: 500;
}

.navbar_back-link i {
	 font-size:16px;
}

.language-switch {
	position: absolute;
	top: 0px;
	right: 115px;
	width:80px;
	font-size: 12px;
	color: #fff;
	padding:5px 10px;
	background-color:#2F2F2F;
	display: none;
}

.language-switch a {
	padding:0px 5px;
	color:#D69A2D;
	text-transform: uppercase;
}

.language-switch--fr {
	right: 145px;
}

.FR-mobile a {
	color: #ffffff;
	font-size:20px;
	padding:10px 15px;
	display: block;
	text-transform: uppercase;
}

.search-mobile {
	color:#ffffff;
	font-size:22px;
	margin-left: 15px;
	position: relative;
}

.search__icon,
.search__icon:hover {
	color:#ffffff;
}

.navbar__search-field {
	position: absolute;
	top: 0px;
    width: 90%;
}

.navbar__search--input {
	background-color: transparent;
	color: #ffffff;
	border:none;
	border-bottom: 1px solid #ffffff;
	padding-left: 35px;
	padding-bottom: 5px;
	width:100%;
	outline: none;
	border-radius: 0px;
	font-size:16px;
}

.navbar__search--input::placeholder {
	color:rgba(255,255,255,0.5);
	font-weight: 100;
}

.collapsing .navbar__search--input {
	display: none;
}

.navbar-toggler {
	outline: none;
	border: none;
	color: #fff;
}

.date-box {
	padding:5px 10px;
	margin:15px 0px;
	background-color:#D69A2D;
	font-size: 14px;
	color:#ffffff;
	display: inline-block;
	text-transform: uppercase;
}

.date-box--trans {
	margin:5px 0px;
	font-size: 14px;
	color:#ffffff;
	display: inline-block;
	text-transform: uppercase;
}

.headline__title {
    font-weight: 700;
    font-size: 32px;
    line-height: 38px;
}

.headline__lead {
	font-size: 18px;
	line-height: 24px;
	color: #F9F9F9;
	margin:15px 0px;
}

.form__input {
	border-radius: 3px;
	border:none;
	height: 43px;
	padding: 10px 15px;
	font-size:14px;
}

.report-panel {
	margin-top:30px;
}

.headline {
	min-height: 450px;
    display: flex;
    /* padding: 20px 0; */
    padding-top: 30px;
}

.headline--bio {
	height: 250px;
}


.container--page-default {
	margin-bottom: 60px;
}

.container--page-banner {
	padding:0px 0px 0px 0px;
	margin-bottom: 60px;
}

.hide-details { visibility: hidden !important; height:0px;
}

.report-panel__sidebar,
.event-panel__sidebar {
	background-color:transparent;
}

.report-panel__nav,
.event-panel__nav {
	background-color: #23356F;
	color: #ffffff;
	margin:0;
	padding: 0;
	list-style: none;
}

.report-panel__icon {
	margin:5px 10px;
	float: left;
	padding-bottom:25px;
}

.report-panel__nav li a,
.event-panel__nav li a,
.report-panel__button,
.event-panel__button, 
.sidebar__date-and-location {
	list-style: none;
	display: block;
	padding:15px 10px;
	background-color: #23356F;
	color:#ffffff;
	text-decoration: none;
	border-bottom: 1px solid #405676;
}
.report-panel__nav li a:hover,
.event-panel__nav li a:hover,
.report-panel__button:hover, 
.event-panel__button:hover {
	background-color: #D69A2D;
	text-decoration: none;
}

.report-panel__nav .current-menu-item a, 
.event-panel__nav .current-menu-item a {
	background-color: #D69A2D;
	text-decoration: none;
}

.report-panel__nav a:last-child li {
	border-bottom: none;
}

.sub-menu {
	display: none;
}

.report-panel__cover {
	padding:40px;
	font-weight: 700;
	position: relative;
	z-index: 1;
	border-bottom: 1px solid #405676;
	text-align: center;
}

.report-panel__mobile {
	margin-top: -60px;
}

.report-panel__cover--progress img {

box-shadow: 5px 5px 8px rgba(0,0,0,0.35);

}

.report-panel__cover img {
	width:70%;
}

.report-panel__cover-container {
	position: relative;
	width:100%;
}

.report-panel__cover-bg {
	position: absolute;
	bottom: 0;
	width:100%;
	height:60%;
	background-color: #23356F;
}

.panel__content {
	background:#ffffff;
	padding: 30px 15px;
	min-height:430px;
}
.panel__content h2 { margin-bottom: 20px;}
.panel__content-default {
	background:#ffffff;
	padding: 15px;
}


.report-panel__share,
.report-panel__briefing  {
	font-weight: 700;
	line-height: 1.2;
	border-top: 3px solid #0F99A8;
	padding-top: 3px;
	margin-top: 30px;
}

.flex-share{
	display: flex;
}
.post-flex-share{
    flex-basis: 80%;
    display: flex;
    align-items: flex-start;
    justify-content: flex-end;
}

.report-panel__social {
	border-radius: 100%;
	width: 35px;
	height: 35px;
	padding-top: 8px;
	background-color: #0F99A8;
	display: inline-block;
	margin-right: 6px;
	color: #fff;
	font-size: 16px;
	line-height: 20px;
	text-align: center;
}
.report-panel__social img{
	width: 100%;
}
.report-panel__social svg{
	width: 100%;
	max-width: 20px;
}

.report-panel__social:hover {
	color:#ffffff;
	background-color: #D69A2D;
}

.report-panel__details-content img {
	width:100%;
	height:auto;
}

.report-panel__details-content {
	background-color:#ffffff;
	padding:60px 20px 40px 20px;
}

.report-panel__close {
	position: absolute;
	top:30px;
	right:40px;
	cursor: pointer;
}

.report-panel__key-findings {
	font-size: 18px;
	line-height: 26px;
	margin-top: 0;
	margin-bottom: 1rem;
	margin-left: -20px;
}

.report-panel__key-findings li {
	margin-bottom: 1rem;
}

.button__wrapper {
	padding-top: 30px;
	width:100%;
	text-align: center;
}

/*
|--------------------------------------------------------------------------
| Expert Funnel
|--------------------------------------------------------------------------
|*/


.expert-funnel{
	background-color: #ffffff;
	margin-top:0px;
	padding:40px 0px;
	width: 100%;
}

.experts-funnel__display {
	display: flex;
	flex-wrap: wrap;
	margin-top: 30px;
	width:100%;
}

.expert-funnel__card {
	background-color: #ffffff;
	width:100%;
	margin-top:30px;
	margin:15px;
}

.expert-funnel__pic {
	margin-bottom: 5px;
	overflow: hidden;
}

.expert-funnel__pic img{
	object-fit: cover;
	width: 100%;
	height: 200px;
}

.expert-funnel__title {
	font-weight: 700;
	font-size: 16px;
	color: #333333;
	line-height: 24px;
	margin-bottom: 10px;
}

.expert__affil {
	font-size:18px;
	font-weight:600;
	margin:15px 0px;
}

/*
|--------------------------------------------------------------------------
| Related Reports
|--------------------------------------------------------------------------
|*/

.home__related-reports .card-component:nth-child(n+3){
	display: none;
}

.related-reports {
	margin:30px 0px 20px 0px;

}

.related-reports__more {
	margin:30px auto 0px auto;

}

.related-reports__display {
		display: flex;
		flex-wrap: wrap;
}

.related-posts {
	margin:30px 0px 20px 0px;
	padding:30px 0px;
	border-bottom:1px solid #cccccc;
}

/*
|--------------------------------------------------------------------------
| Card Component
|--------------------------------------------------------------------------
|*/

.card-component {
	background-color: #ffffff;
	height:50px;
	flex-grow: 1;
	height:auto;
	margin-top: 15px;
	margin-bottom: 15px;
}

.card__cover {
	height:190px;
	background:#23356F;
	overflow: hidden;
	background-size:cover;
	background-position: center;
	position: relative;
}

.card__cover img{
	object-fit: cover;
	width: 100%;
}

.card__content {
	padding:20px;
}

.card__title {
	font-weight: 700;
	font-size: 20px;
	color: #333333;
	line-height: 23px;
	margin-bottom: 15px;
}

.card__text {
	font-size: 16px;
	line-height: 22px;
	color: #333333;
}

.card__date {
	font-size: 14px;
	line-height: 26px;
	color: #8A8D8F;
	text-transform: uppercase;
	flex-basis: 20%;
}

.card__post-label {
	text-transform: uppercase;
	color: #ffffff;
	background-color: #23356F;
	padding:5px 10px;
	font-size:14px;
	font-weight: 500;
	position: absolute;
	display: block;
	top: 20px;
    right: 0;
}
/*
|--------------------------------------------------------------------------
| Home - Featured Reports
|--------------------------------------------------------------------------
|*/

.home__featured-reports {
	background:#ffffff;
	padding: 15px 15px 0px 15px;
    margin-right: -15px;
    margin-left: -15px;
}

.home__featured-reports .card-component {
	margin:0px;
}

.featured__report {
	width:100%;
	height:100%;
	padding:50% 15px 40px 15px;
	outline: 15px solid #fff;
	background-size:cover;
	position: relative;
	overflow: hidden;
}

.featured__report-smokescreen {
	height:100%;
	width:100%;
	background:linear-gradient(rgba(51,51,51,0.4),rgba(51,51,51,0.8));
	position: absolute;
	top:0;
	left:0;
	opacity:0.5;
}



.featured__report-box:nth-child(3),
.home__featured-reports .card-component:nth-child(3) {
	display: none;
}


.featured__report-title{
	color: #ffffff;
	font-weight: 600;
	font-size: 18px;
	line-height: 22px;
	margin-bottom: 15px;
	z-index: 9;
	position: relative;
}

.featured__report-excerpt{
	color: #ffffff;
	font-size:14px;
	line-height: 20px;
	z-index: 9;
	position: relative;
}

/*
|--------------------------------------------------------------------------
| Expert Card - Details
|--------------------------------------------------------------------------
|*/

.experts-full__display {
		display: flex;
		flex-wrap: wrap;

}

.expert-card {
	background-color: transparent;
	height:50px;
	flex-grow: 0;
	/*flex-basis:247px;*/
	flex-basis: 100%;
	height:auto;
	margin-top:30px;
}


.expert-card__pic {

	/*background:grey;*/
	background:rgb(34,57,111);
	overflow: hidden;
	display: flex;
    align-items: center;
    justify-content: center;
    position:relative;
}


.expert-card__pic::before {
	content: "";
	display: block;
	padding-bottom: 100%;
}



.expert-card__pic--reports {
	/*min-height: 400px;*/
}

.expert-card__pic img {
	object-fit: cover;
    width: 101%;
    height: 101%;
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
}

.expert-card__pic--initial {
	color: rgba(255,255,255,0.5);
    font-size: 80px;
    font-weight: 600;
}

.expert-card__content {
	padding:20px 0px;
}

.expert-card__title {
	font-weight: 700;
	font-size: 18px;
	color: #333333;
	line-height: 24px;
	margin-bottom: 15px;
}

.expert-card__text {
	font-size: 14px;
	line-height: 20px;
	color: #8A8D8F;
}


/*
|--------------------------------------------------------------------------
| Report Footer
|--------------------------------------------------------------------------
|*/


.report-footer {
	border-top:1px solid #ccc;
	padding:40px 0px 15px 0px;
}

.report-footer__box {
	background-color: #23356F;
	color: #ffffff;
	padding:30px;
	margin:0;
	margin-bottom: 30px;
	overflow: hidden;
	height: auto;
}

.report-footer__box-text {
	margin-top:15px;
}

.report-footer__box-text a {
	color:#ffffff;
}

.footer__canada-logo {
    width: 100%;
    padding: 10px 20px;
    max-width: 130px;
    background: white;
    border-radius: 5px;
    margin: 20px 0;
}
.footer__canada-logo img{width: 100%;}

/*
|--------------------------------------------------------------------------
| About CTA funnel
|--------------------------------------------------------------------------
|*/

.about-funnel{
	background-color: #23356F;
	color:#ffffff;
	margin-top:0px;
	padding:60px 0px;
	width: 100%;
	text-align:center;
}

.about-funnel__title{
	margin-bottom:30px;
	font-size: 24px;
    line-height: 30px;
}

/* About all pages - increase container size */
@media (min-width: 1200px){
	.page-template-page-about .container,
	.page-template-page-academies .container,
	.page-template-page-publications .container,
	.page-template-page-board-of-directors .container,
	.page-template-page-scientific-advisory-committee .container,
	.page-template-page-staff .container,
	.page-template-page-careers .container {
    max-width: 1820px;
	}
}

/*
|--------------------------------------------------------------------------
| Home Experts Funnel
|--------------------------------------------------------------------------
|*/



.experts-home__expert-pic{
	width: 50%;
/*	background:#ccc;*/
	display: none;
	background-size: 101%;
	background-position: center;
	background-repeat: no-repeat!important;
	position: relative;
/*	transition: background-image 1s linear;
	-webkit-transition: background-image 1s linear;*/
}

.experts-home__expert-pic:nth-child(-n+4){
	display: block;
}

.experts-home__expert-pic:before {
      content: "";
      float: left;
      padding-top: 100%;
    }

.experts-home__expert-pic:nth-child(odd){
	/*background:#333;*/
}

.expert-bg {
    position:absolute;
    top:0;
    left:0;
    height:100%;
    width:100%;
    background-size: 101%;
    background-position: center;
    background-repeat: no-repeat!important;
}

.home__experts-funnel {
	background-color:#ffffff;
	margin:35px auto;
	max-width: 1300px;
	height:auto;
}

.home__experts-grid {
	width:100%;
	/*background: #ccc;*/
	height:auto;
	display: flex;
	flex-wrap: wrap;
	float: left;
	overflow: hidden;
}

.home__experts-content {
	width:100%;
	padding:30px 20px 40px 20px;
	height:auto;
	display: inline-block;
}

.home__process {
	background-color: #ffffff;
	padding:30px 5px;
}

.process__img {
	margin-bottom:30px;
	width:100%;
	height: auto;
}

.process__content img {
	width:100%;
	height: auto;
}

.home__academies {
	background-color: #ffffff;
	padding:30px 5px;
	margin-top:30px;
}
.academy-logo {
	display:block;
	width: 100%;
    padding: 0;
}
.academy-title {
	display:inline-block;
	font-weight: 600;
	line-height: 20px;
	margin-top:15px;
}

/*
|--------------------------------------------------------------------------
| Filter Search
|--------------------------------------------------------------------------
|*/

.filter__results {
	padding:40px 0px;
}

.filter__wrapper {
	margin-top:0px;
}

.filter__content {
	color:#b7b7b7;
	padding:40px 30px;
	background-color: #2F2F2F;
}

.filter__dropdown {
	appearance: none;
	-moz-appearance: none;
	-webkit-appearance: none;
	font-size: 14px;
	background: transparent url(../img/triangle.png);
	background-position: 95% center;
	background-repeat: no-repeat;
	background-size: 14px;
	background-color: #FFF;
	text-overflow: "";
	width: 100%;
	height: 43px;
	padding: 5px 35px 5px 15px;
	border:  none;
	border-radius: 3px;
	font-size: 14px;
	margin-bottom: 16px;
}


.filter__alpha {
	background-color: #ffffff;
	display: flex;
	padding: 0px 5px;
}

.filter__letter{
	color: #495057;
	padding:5px;
	flex-grow: 1;
}

.filter__dropdown,
.form__input {
	width:100%;
}

.footer__top {
	background-color: #2F2F2F;
	color: #F9F9F9;
	font-size: 16px;
	padding:50px 0px 50px 0px;
}

.footer__bottom {
	background-color: #1E1E1E;
	color: #B7B7B7;
	font-size: 16px;
	padding:30px 0px;
}

.footer__bottom a {
	color:#B7B7B7;
}

.footer__copyright{
	font-size: 14px;
	margin-top:5px;
}

.footer__login {
	margin-bottom:20px;
	text-transform: uppercase;
}

.footer__title{
	font-size:18px;
	font-family: 'Montserrat', sans-serif;
	font-weight: 700;
	text-transform: uppercase;
	color: #ffffff;
}

.footer__quick-links {
	padding: 5px 0px 40px 0px;
	columns: 2;
}

.footer__contact {
	padding: 5px 0px 40px 0px;
	font-size:16px;
}

.footer__social {
	margin:15px 0px;
}

.footer__contact a {
	color:#F9F9F9;
}

.footer__subscribe {
	padding: 15px 0px 15px 0px;
}

.footer-menu {
	list-style: none;
	padding:0px;
}

.footer-menu a{
	color:#ffffff;
}

.footer__error {
	width: 80%;
    font-size: 12px;
    padding-top: 5px;
}

.experts-bio__pic {
	width:100%;
    background: rgb(34,57,111);

    overflow: hidden;
    display: flex;
    align-items: center;
    justify-content: center;
}

.expert-bio__pic--initial {
    color: #FFF;
    font-size: 100px;
    font-weight: 600;
}

.experts-bio__past-role{
	padding: 40px 40px 10px 40px;
	background-color: #ffffff;
	border-top:1px solid #8A8D8F;
}

.past-roles {
	padding-left:20px;
	font-size: 18px;
}

.past-roles li {
	padding-bottom:20px;
}

.experts__text {

	padding:40px 5px 0px 5px;
}

.about__bio-container {
	margin-top:40px;
}

.publications__covers {
	border:1px solid #cccccc;
	margin-top:25px;
	width:100%;
}

.publications__titles {
	text-align:center;
	margin:5px 0px;
	display: block;
	color:#333;
}
.job__heading {
	margin-top:40px;
}
.job__container{
	margin-top:30px;
}
.job__posting {
	display: flex;
	margin-top:-1px;
	padding-top:20px;
	padding-bottom:20px;
	border-top:1px solid #cccccc;
	border-bottom:1px solid #cccccc;
	color:#333;
}

a:hover .job__posting {
	background-color: #F9F9F9;
}

.job__title {
	font-weight: 700;
	font-size:18px;
	line-height: 24px;
	color: #23356F;
}

.job__posted{
	text-align: right;
	font-size: 14px;
}

.contact-map {
	width: 100vw;
	height: 90vh;
}

.single__share {
	display: flex;
	min-height:60px;
	color: #8A8D8F;
	font-size: 14px;
}

/*
|--------------------------------------------------------------------------
| Load more
|--------------------------------------------------------------------------
|*/


.article-card__container {
    max-width: 1300px;
    margin: 0px auto;
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
}


.recent-posts__container {
    max-width: 1300px;
    margin: 0 auto;
    padding-top: 30px;
}

.link__wrapper {
	    margin-top: 30px;
    width: 100%;
    text-align: center;
    display: flex;
}

.load-more {
    text-align: center;
    margin: 0 auto;
}

/*Loading pagination */

.load-more-indicator,
.loading a {
 	display: none;
}
.loading span.load-more-indicator {
    display: block;
    margin: 0 auto;
    width: 60px;
}


/*
|--------------------------------------------------------------------------
| Experts Page
|--------------------------------------------------------------------------
|*/

.experts__search-form {
	display: contents;
}

.experts__list {
	width:100%;
	display: flex;
	flex-direction: row;
	justify-content: space-evenly;
}

.experts__list--buttons {
	width: 100%;
}


/*
|--------------------------------------------------------------------------
| Staff Page
|--------------------------------------------------------------------------
|*/

.staff__contact {
	padding:15px 0px 0px 15px;
}

.staff__picture {
	width: auto;
	height: 120px;
}

.staff__info {
	height: 120px;
}

.staff__section {
	margin-top: 10px;
	margin-bottom: 10px;
}

.staff__name {
	color: #333333;
	font-size: 18px;
}

.staff__role {
	color: #8A8D8F;
	font-size: 16px;
}

.resp-container {
    position: relative;
    overflow: hidden;
    padding-top: 56.25%;
}

.resp-iframe {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    border: 0;
}

/* new */
.page-template-page-staff .wp-block-image {
	margin: 35px 0 20px;
}
.senior-staff {
    padding-top: 0;
	margin-bottom: 55px;
}
.panel__content .senior-staff h2 {
    margin-bottom: 10px;
}
.senior-staff .expert-card__content {
    padding: 20px 0px 0;
}
.research-staff {
    padding-top: 30px;
}
.research-staff.contact-us {
    text-align: center;
}
.research-staff.contact-us h3 {
    color: #198D9D;
}
.research-staff.contact-us .btn {
    background-color: #222C62;
}
.research-staff.contact-us .btn:hover {
	 background-color: #0F99A8;
}
ul.bio-list {
    padding: 0;
    list-style-type: none;
	margin-top: 10px;
	columns: 2;
  -webkit-columns: 2;
  -moz-columns: 2;
	max-height: 100%;
	height: auto;
    display: block;
	width: 100%;
}
ul.bio-list li {
	margin-bottom: 28px;
	padding-right: 40px;
	max-width: 60%;
	overflow: hidden;
}
@media (min-width: 1279px) and (max-width: 1360px){
	ul.bio-list li {
		padding-right: 25px;
	}
}
@media (min-width: 768px) and (max-width: 1280px){
	ul.bio-list li {
		padding-right: 15px;
	}
}
ul.bio-list li h4 {
	font-size: 18px;
		line-height: 22px;
		color: #212529;
		font-weight: bold;
	margin-bottom: 2px;
}
ul.bio-list li p {
	font-size: 16px;
		line-height: 19px;
		color: #212529;
		font-weight: 600;
	margin-bottom: 16px;
}
ul.bio-list li a,
ul.bio-list li span {
	font-size: 18px;
		line-height: 22px;
		color: #212529;
		font-weight: 500;
	display: block;
}
ul.bio-list li a:hover {
	color: #23356F;
}

@media screen and (max-width: 1240px){
	ul.bio-list {
		max-height: 100%;
	}
	ul.bio-list li { max-width: 100%; }
}
@media screen and (max-width: 520px){
	ul.bio-list {
		columns: 1;
    -webkit-columns: 1;
    -moz-columns: 1;
	}
}

/*
|--------------------------------------------------------------------------
| Academies Page
|--------------------------------------------------------------------------
|*/

.carousel {
	min-height: 600px;
}

/*
|--------------------------------------------------------------------------
| Twitter Feed
|--------------------------------------------------------------------------
|*/

.twitter-feed {
	background-color:#23356F;
	width:100%;
	padding:25px 0px;
	color: #F9F9F9;
}

.twitter-feed__icon {
	font-size:36px;
}


.toast {
	position:fixed;
	bottom:5px;
	z-index: 9999;
	width:100%;
	display:flex;
	justify-content: space-between;
	align-items:center;
	background-color:#23356F;
	box-shadow: 0px 0px 6px #1E1E1E;
	color: #F9F9F9;
	left: 0;
    right: 0;
    margin: 0 auto;
    border-radius: 3px;
    padding:25px 25px;
}

.toast__notice {
	font-size:20px;
}

.toast__close {
	position: absolute;
    top: -7px;
    right: 7px;
    color: white;
    font-size: 32px;
    cursor: pointer;
}

/*
|--------------------------------------------------------------------------
| Events Page
|--------------------------------------------------------------------------
|*/

/* Nav */
.single-event .cca-nav {
  background-color: #23356F;
}

/* Banner */

.skew-bg--event {
  filter: none;
}

.gradient-mask {
  -webkit-mask-image: linear-gradient(to right, transparent 45%, black 75%);
  mask-image: linear-gradient(to right, transparent 45%, black 75%);
}

.event__title {
  font-weight: 700;
  font-size: 32px;
  line-height: 39px;
  color: #23356F;
  text-transform: uppercase;
}
@media (min-width: 576px) {
  .event__title {
    font-size: 38px;
    line-height: 46px;
  }
}
.event__title span {
  color: #b20925;
}
.event__label {
  font-size: 0.777rem;
  line-height: 1.1655rem;
  color: #23356F;
  font-weight: 700;
  margin-right: 20%;
  text-transform: uppercase;
  margin: 60px 0 15px;
}

.event__label span {
  box-decoration-break: clone;
  -webkit-box-decoration-break: clone;
  background-color: #ebebeb;
  padding: 5px;
}

.event__subtitle {
  font-size: 1rem;
  line-height: 1.222rem;
  color: #23356F;
  font-weight: 500;
  margin-bottom: 45px;
}

@media (min-width: 576px) {
  .event__subtitle {
    font-size: 1.222rem;
    line-height: 1.333rem;
    margin-right: 20%;
  }
}

.banner__sponsors__text {
  font-size: 0.777rem;
  line-height: 0.888rem;
  color: #000000;
  font-weight: 500;
  margin-bottom: 15px;
}

.banner__sponsors__container {
  margin: 0 0 60px;
}

.banner__sponsors__container .sponsor {
  padding: 0;
  height: 80px;
  margin-bottom: 20px;
}


/* Sidebar */
.sticky {
  position: relative; 
}
@media (min-width: 768px) {
  .sticky {
    position: sticky;
    top: 90px; 
  }
}


.fixed-button--unset {
  position: absolute;
  top: 0;
  transition: all 1s;
  background-color: #23356F;
}

.fixed-button {
  position: fixed;
  top: 72px;
  z-index: 10;
  transition: all 1s;
  background-color: #e3e3e3;
  box-shadow: 0px 0px 6px #1E1E1E;
}
@media (min-width: 768px) {
  .fixed-button {
    position: absolute;
    top: 0;
    background-color: transparent;
    box-shadow: none;
    transition: none;
    
  }
}

.event-panel__button, 
.sidebar__date-and-location {
  padding-left: 40px;
  padding-right: 20px;
}

.event-panel__button-container {
  width: 100%;
  padding: 15px;
  display: flex;
  justify-content: center;
}

.event-panel__button-container__spacer {
  height: 52px;
}

.sidebar__date-and-location {
  font-size: .888rem;
  line-height: 1.2rem;
}

.sidebar__event-dates {
  margin-bottom: 10px;
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
}

.sidebar__event-date {
  margin-bottom: 15px;
  flex: 1 1 50%;
  max-width: 50%;
}
@media (min-width: 768px) {
  .sidebar__event-date {
    flex: 1 1 100%;
    max-width: 100%;
  }
}

.sidebar__event-date:first-child:before {
  font-family: "Font Awesome 5 Pro";
  font-weight: 400;
  content: "\f073";
  position: absolute;
  left: 14px;
  font-size: 18px;
  margin-top: 3px;
}

.sidebar__event-location-address {

}

.sidebar__event-location {
  font-weight: 700;
}

.sidebar__event-location:before {
  font-family: "Font Awesome 5 Pro";
  font-weight: 900;
  content: "\f3c5";
  position: absolute;
  left: 14px;
  font-size: 18px;
  margin-top: 3px;
}

/* Panel */
.event__panel {
  padding: 30px 15px;
  background: #ffffff;
  margin-top: 30px;
}

@media (min-width: 768px) {
  .event__panel {
    padding: 30px 30px;
  }
}

.event__panel h2 {
  margin-bottom: 30px;
}

.event__panel:first-child {
  margin-top: 0;
}

/* Summary */
.alert__block {
  display: flex;
    flex-direction: row;
    justify-content: space-between;
    align-items: center;;
    font-weight: 500;
    padding: 0;
    background: #ffffff;
    margin: 0px 0 -30px 0;
}

.alert__content {
	font-size: .888rem;
	line-height: 1rem;
	background-color: #0f99a82e;
	display: block;
	padding: 30px;
	width: 100%
}

.alert__content i {
  font-size: 22;
  margin-right: .33rem;
}

.alert__block a {
  font-size: 14px;
  line-height: 16px;
  text-transform: uppercase;
  font-weight: 500;
}

.button--event {
  font-weight: 500;
  font-size: 0.777rem;
  line-height: 0.888rem;
  width: 100%;
}

.summary__content {
  font-weight: 500;
}

.summary__featured-post {
  display: flex;
  flex-direction: column;
  margin-top: 50px;
}

@media (min-width: 768px) {
  .summary__featured-post {
    flex-direction: row;
  }
}

.featured-post__image {
  height: 200px;
  flex: 1 1 auto;
  max-width: 100%;
  object-fit: cover;
  margin-bottom: 20px;
}

@media (min-width: 768px) {
  .featured-post__image {
    flex: 1 1 45%;
    max-width: 45%;
    margin-right: 30px;
    margin-bottom: 0;
  }
}

.featured-post__content {
  flex: 1 1 auto;
  max-width: 100%;
  font-weight: 500;
}

.featured-post__content h3 {
  margin-bottom: 15px;
}

.featured-post__content p {
  margin-bottom: 10px;
}

.featured-post__content a  {
  text-transform: uppercase;
  font-size: 14px;
  line-height: 16px;
  font-weight: 500;
}

.featured-post__link {
  font-weight: 500;
  text-transform: uppercase;
  font-size: .888rem;
  line-height: 1rem;
}

/* Speaker */

.speaker {
  cursor: pointer;
}

.speaker__photo {
  margin-bottom: 5px;
  position: relative;
}
.speaker__photo:before {
  display: block;
  content: "";
  width: 100%;
  padding-top: 100%;
}
.speaker__photo img {
  max-width: 100%;
  width:100%;
  height: 100%;
  object-fit: cover;
  object-position: 50% 0;
  position: absolute;
  top: 0;
  right: 0;
}

.speaker__name {
  font-weight: 700;
  margin-bottom: 30px;
  line-height: 20px;
  font-size: 16px;
}

.speaker:nth-last-child(2) .speaker__name {
  margin-bottom: 0;
}
@media (min-width: 768px) {
  .speaker:nth-last-child(2) .speaker__name,
  .speaker:nth-last-child(4) .speaker__name {
    margin-bottom: 0;
  }
}

.speaker__position {
  font-weight: 700;
}

.speaker__bio {
  padding-bottom: 20px;
  margin-bottom: 20px;
  border-bottom: 1px #e3e3e3 solid;
}

.speaker__schedule__header {
  color: #000000;
  font-weight: 600;
}

.button--agenda {
  margin-bottom: 20px;
}
@media (min-width: 768px) {
  .button--agenda {
    margin-bottom: 0;
    width: auto;
    float: right;
  }
}

.speaker__schedule__item {
  display: flex;
  flex-direction: column;;
  min-height: 60px;
  font-size: .888rem;
  line-height: 1rem;
  font-weight: 500;
  margin-bottom: 30px;
}
@media (min-width: 768px) {
  .speaker__schedule__item {
    flex-direction: row;
  }
}
.speaker__schedule__item:last-child {
  margin-bottom: 0;
}

.schedule__item__time {
  flex: 1 1 33%;
  max-width: 33%;
  flex: 1 1 100%;
  max-width: 100%;
  font-weight: 600;
  margin-bottom: 20px;
  font-size: .888rem;
  line-height: 1rem;
}
@media (min-width: 768px) {
  .schedule__item__time {
    flex: 1 1 40%;
    max-width: 40%;
    margin-right: 30px;
  }
}

.schedule__item__details {
  flex: 1 1 100%;
  max-width: 100%;
}
@media (min-width: 768px) {
  .schedule__item__details {
    flex: 1 1 60%;
    max-width: 60%;
  }
}

.schedule__item__title {
  font-weight: 600;
  margin-bottom: 20px;
}

.schedule__item__title span {
  text-transform: uppercase;
}

/* Modals */

.modal-content {
  border: none;
  cursor: unset;
  display: flex;
  flex-direction: column;
}
@media (min-width: 992px) {
  .modal-content {
    flex-direction: row;
  }
}
.modal__close {
  position: absolute;
  padding: 10px;
  top: 0px;
  right: 0px;
  height: 36px;
  width: 36px;
  font-size: 36px;
  display: flex;
  justify-content: center;
  align-items: center;
  border: none;
  color: #ffffff;
  overflow: hidden;
  z-index: 10;
  background-color: #0F99A8;
}
.modal__close:hover, 
.modal__close:active  {
  cursor: pointer;
  background-color:#D69A2D;
}

.modal-content__image {
  min-width: 30%;
  flex-basis: 30%;
  margin-right: 30px;
  width:100%;
  position: relative;
  height: 250px;
}

.modal-content__image:before {
  display: block;
  content: "";
  width: 100%;
  padding-top: 100%;
}
.modal-content__image img {
  max-width: 100%;
  width: calc(100% - 50px);
  height: 100%;
  padding-left: 5px;
  object-fit: cover;
  object-position: 50% 0;
  position: absolute;
  top: 36px;
  right: 30px;
}
@media (min-width: 992px) {
  .modal-content__image img {
    width: 100%;
    top: 0px;
    right: 0px;
    height: 100%;
    padding: 0;
  }
}

.modal-content__content {
  flex: 1 1 auto;
  padding: 40px;
  font-weight: 500;
  padding: 40px 25px;
}
@media (min-width: 992px) {
  .modal-content__content {
    padding: 40px 40px 40px 0px;
  }

}
.modal-content__content h2 {
  margin-bottom: 10px;
}
.modal-content__content p {
  line-height: 1.4rem;
}

.modal-content__content p:last-child {
  margin-bottom: 0;
}

/* Agenda */

.agenda__date {
  padding: 10px 15px;
  margin: 0 -15px;
  width: calc(100% + 30px);
  display: flex;
  justify-content: space-between;
  align-items: center;
  background-color: #23356F;
  color: #ffffff;
}

@media (min-width: 768px) {
  .agenda__date {
    padding: 10px;
    margin: 0px;
    width: 100%;
  }
}

@media (min-width: 768px) {
  .agenda__date {
    padding: 10px 20px;
  }
}

ul.agenda__schedule {
  list-style: none;
  padding: 0;
  margin: 0;
}
li.agenda__item {
  display: flex;
  flex-direction: column;
  padding: 20px 0;
  border-bottom: 1px solid #ececec;
  min-height: 60px;
  font-size: .888rem;
  line-height: 1.25rem;
  font-weight: 500;
}
@media (min-width: 768px) {
  li.agenda__item {
    padding: 20px 10px;
    flex-direction: row;
  }
}
@media (min-width: 992px) {
  li.agenda__item {
    padding: 20px 30px;
    flex-direction: row;
  }
}

li.agenda__item:last-child {
  border: none;
}

.agenda__time {
  flex: 1 1 40%;
  max-width: 40%;
  flex: 1 1 100%;
  max-width: 100%;
  font-weight: 600;
  margin-bottom: 20px;
}
@media (min-width: 768px) {
  .agenda__time {
    flex: 1 1 25%;
    max-width: 25%;
    margin-right: 30px;
  }
}

@media (min-width: 1200px) {
  .agenda__time {
    flex: 1 1 33%;
    max-width: 33%;
  }
}
.agenda__time span {
  white-space: nowrap;
}

.agenda__details {
  flex: 1 1 100%;
  max-width: 100%;
}
@media (min-width: 768px) {
  .agenda__details{
    flex: 1 1 60%;
  }
}

.agenda__title {
  text-transform: uppercase;
  font-weight: 600;
  margin-bottom: 20px;
}
.agenda__description {
	margin-top:-15px;
	margin-bottom:20px;
}
.agenda__speaker {
  margin-bottom: 20px
}
.agenda__speaker:last-child {
  margin-bottom: 0;
}

.agenda__speaker span {
  font-weight: 600;
}

.agenda__speaker__panel-name {
  font-weight: 600;
  text-transform: uppercase;
  margin-bottom: 5px;
}

/* Sponsors */
.sponsor {
  height: 120px;
  width: 100%;
  object-fit: contain;
  padding: 15px 20px;
  margin-bottom: 20px;
  background-blend-mode: multiply;
}
@media (min-width: 768px) {
  .sponsor {
    margin-bottom: 0;
  }
}
@media (min-width: 992px) {
  .sponsor {
    margin-bottom: 20px;
    padding: 0 20px;
  }
}

.sponsors__row {
  margin-bottom: 30px;
  border-bottom: 1px solid #ececec;
}
@media (min-width: 768px){
  .sponsors__row {
    padding-bottom: 20px;
  }
}
@media (min-width: 992px){
  .sponsors__row {
    padding-bottom: 0px;
  }
}

.sponsors__tier:last-child .sponsors__row {
  margin-bottom: 0;
  padding-bottom: 0;
  border-bottom: none;
}

.sponsors__content {
  font-weight: 500;
}

h3 + .sponsors__tier{
  margin-top: 30px;
}

.sponsors__tier-header {
  text-transform: uppercase;
}

/* FAQ */
.faq__question {
  padding: 10px 20px;
  display: flex;
  justify-content: space-between;
  align-items: center;
  background-color: #23356F;
  color: #ffffff;
  margin-bottom: 15px;
}

.faq__question:hover {
  cursor: pointer;
}

.faq_question i {
  transition: all 0.33s;
}

.faq__question.collapsed i {
  transform: rotate(180deg);
}

.faq__answer {
  padding: 5px 20px 20px;
  font-weight: 500;
}

.faq__answer p {
  margin-bottom: 0;
}

/* News and Updates */

.single-event .related-posts {
  margin: 0;
  border-bottom: 0;
  padding: 40px 0 20px;
}


/* Share Cards */
.share-card {

}

.share-card .share-card__thumb {
	display: block;
	width: 100%;
	margin-bottom: 30px;
	border: 6px solid #0F99A8;
}

a.share-card:hover .share-card__thumb {
	border: 6px solid #D69A2D;
}
.modal-share {
	max-width:900px;
}
.modal-share .modal-content {
	background-color: transparent;
	flex-direction: column;
}
.modal-share .modal-content img {
max-width:100%;
}

.modal-share .modal-header {
	border: none;
}
.modal-share .close {
	background: #0F99A8;
    margin-right: 0px;
    width: 50px;
    height: 50px;
    padding: 15px;
    color: #ffffff;
    opacity:1;
}
.modal-sharebuttons {
	padding: 10px 20px;
    color: #ffffff;
    font-size: 22px;
}

.modal-sharebuttons i {
	margin: 0 10px;
	font-size: 30px;
}
.modal-backdrop.show {
	opacity: 0.8;
}

/* Event Card */
.event-card__container {
	margin: 30px 0 0;
	overflow:hidden;
	position: relative;
}
@media (min-width: 576px){
	.event-card__container {
		background-color: unset;
	}
}
.page-template-home .event-card__container {
	margin-bottom: 30px;
}
/* @media (min-width: 576px){
	.page-template-home .event-card__container {
		margin-bottom: 50px;
	}
} */

.event-card {
	padding: 20px;
}
@media (min-width: 576px){
	.event-card {
		padding: 40px;
	}
}

.event-card .event__label {
	margin-top: 0;
	width: 80%;
	text-align: right;
	padding: 5px 15px 5px 5px;
	background-color: #ebebeb;
	margin-left: calc(20% + 20px);
	margin-bottom: 100px;
}
@media (min-width: 576px){
	.event-card .event__label {
		position: static;
		width: 100%;
		text-align: left;
		padding: 0;
		background-color: unset;
		margin-right: 20%;
		margin-left: 0;
		margin-bottom: 15px;
	}
}

.event-card .event__title--card span {
	color: #B20928;
}

.event-card .event__subtitle {
	margin-bottom: 20px;
	font-size: 1rem;
}

.button--event-card {
	width: auto;
	font-weight: 700;
}

.event-card__container .skew-banner--event {
	width: calc(100% + 80px);
	margin: -40px -40px -40px;

}
@media (min-width: 576px){
	.event-card__container .skew-banner--event {
		position: absolute;
		height: 900px;
		z-index:-1;
		margin: -40px -40px -40px;
	}
}

@media (max-width: 576px) {
	.event-card .gradient-mask {
		background-size: 1000px auto;
		background-position: -400px 0;
		mask-image: linear-gradient(to top, transparent 70%, black 80%);
		-webkit-mask-image: linear-gradient(to top, transparent 70%, black 80%);
	}
}




