/**
Theme Name: Ascend by 681
Author: 681 Marketing
Author URI: https://www.681marketing.com
Description: A child theme based on Astra created for Ascend at the Aspen Institute by 681 Marketing.
Version: 1.0.0
License: GNU General Public License v2 or later
License URI: http://www.gnu.org/licenses/gpl-2.0.html
Text Domain: ascend-by-681
Template: astra
*/

[x-cloak] {
	display: none !important;
}

.profiles {
	display: grid;
	grid-template-columns: repeat(1, minmax(0, 1fr));
	gap: 2rem;
	padding: 3rem 0;
}

.profiles__item {
	box-shadow: 6px 6px 18px 0px rgb(0 0 0 / 30%);
	background-color: white;
}

.profiles__item a {
	text-decoration: none!important;
}

.profiles__content {
	padding: 1rem;
	display: flex;
	flex-direction: column;
	justify-content: space-between;
}

.profiles__content p:last-child {
	margin-bottom: 0!important;
}

.profiles__content p a {
	color: #2ea3f2;
}

.profiles__text {
	flex: 1 1 0%;
}

.profiles__name {
	font-family: 'Bebas Neue',display;
	color: #8cbb3f;
	font-size: 2rem;
	font-weight: 800;
	text-transform: uppercase;
	margin-bottom: 10px;
}

.profiles__title {
	font-size: 1.1rem;
	font-weight: 700;
	font-family: "Avenir Next LT W01 Regular",Helvetica,Arial,sans-serif;
	color: #666666;
	margin-bottom: 10px;
}

.profiles__bio h3,
.profiles__truth h3 {
	margin-top: 1rem;
	display: flex;
	justify-content: space-between;
	align-items: center;
	cursor: pointer;
}

.profiles__bio h3 span,
.profiles__truth h3 span {
	font-family: 'Bebas Neue',display;
	color: #8cbb3f;
	font-size: 1.3rem;
	font-weight: 800;
	text-transform: uppercase;
}

.profiles__bio h3 svg,
.profiles__truth h3 svg {
	height: 1.5rem/* 24px */;
	width: 1.5rem;
	color: #cccccc;
}

@media (min-width: 1024px) {
	.profiles {
		grid-template-columns: repeat(4, minmax(0, 1fr));
	}
}

.profile__headshot {
	height: 10rem;
	width: 10rem;
	margin: 0 auto;
	border-radius: 9999px;
}

.profile__name {
	text-align: center;
	margin-top: 1rem;
}

.profile__title {
	text-align: center;
	margin: 0.5rem 0;
	font-size: 1.5rem;
	font-weight: 600;
}

.profile__terms {
	text-align: center;
	margin: 0.5rem 0;
	font-size: 1rem;
}

.profile__terms a {
	color: #2ea3f2;
	text-decoration: underline;
}

.profile__location {
	text-align: center;
	margin: 0.5rem 0;
	font-size: 1rem;
	font-weight: 400;
}

.profile__svgs {
	display: flex;
	align-items: center;
	margin: 1.5rem 0;
	justify-content: center;
}

.profile__svgs div {
	padding: 0 1rem;
}

.profile__svgs div a {
	color: #00487B;
}

.profile__svgs div a:hover {
	color: #8DBB27;
}

.profile__svgs svg {
	height: 2rem;
	width: 2rem;
	fill: currentColor;
}

.profile__relationships {
	margin: 2rem 0;
}

h2 + .posts,
h2 + .events {
	padding: 1rem 0;
}

.event {
	background-color: #00497b;
	color: #ffffff;
	margin: 3rem 0;
	padding: 3rem 3rem;
}

.event__heading {
	color: #ffffff;
	font-size: 2rem;
	font-family: 'Bebas Neue',display;
	font-weight: 800;
	text-transform: uppercase;
}

.event__details {
	display: grid;
	grid-template-columns: repeat(1, minmax(0, 1fr));
	gap: 2rem;
	margin: 1rem 0;
}

.event__detail__override p {
	margin-top:2rem;
	margin-bottom:0;
}

.event__detail__override p:first-of-type {
	margin-top:0;
}

.rebirth {
	background-color: #8cbb3f;
	padding: 2rem;
}

.event__detail:not(:first-child) {
	margin-top: 2rem;
}

.event__button {
	text-align: center;
	margin-top: 2rem;
}

.event__subhead,
.post__subhead {
	text-transform: uppercase;
	font-weight: 700;
	font-size: 2rem;
	font-family: 'Bebas Neue',display;
}

.event__text {
	text-transform: uppercase;
	font-weight: 700;
	font-size: 2rem;
	font-family: 'Bebas Neue',display;
	color: #ffffff;
}


@media (min-width: 1024px) {
	.event__details {
		grid-template-columns: repeat(2, minmax(0, 1fr));
	}
}

.posts,
.events {
	display: grid;
	grid-template-columns: repeat(1, minmax(0, 1fr));
	gap: 2rem;
	padding: 3rem 0;
}

.posts__item,
.events__item {
	box-shadow: 6px 6px 18px 0px rgb(0 0 0 / 30%);
	background-color: white;
}

.posts__content,
.events__content {
	padding: 1rem;
	display: flex;
	flex-direction: column;
	justify-content: space-between;
}

.profile .events__date {
	display: none;
}

.posts__meta,
.events__meta {
	margin-top: 1rem;
	text-transform: uppercase;
	display: flex;
	justify-content: space-between;
	border-top: 1px solid #eee;
	padding: 0.5rem 0 0.25rem 0;
	font-size: 0.75rem;
	font-weight: 400;
}

.posts__title,
.events__title {
	font-family: 'Bebas Neue',display;
	font-size: 1.75rem;
	line-height: 105%;
	font-weight: 500;
	margin-bottom: 1rem;
}

.events__date,
.events__time,
.events__location {
	font-family: "Avenir Next LT W01 Regular",Helvetica,Arial,sans-serif;
	font-size: 0.75rem;
	font-weight: 500;
	margin: 0.25rem 0;
}

.posts__button,
.events__button {
	margin-top: 1rem;
}

.posts__desc,
.events__desc {
	margin-top: 0.5rem;
}

.posts__button a,
.events__button a {
	font-family: 'Bebas Neue',display;
	font-size: 1.5rem;
	font-weight: 500;
	color: #8cbb3f;
	text-transform: uppercase;
}

@media (min-width: 1024px) {
	.posts,
	.events {
		grid-template-columns: repeat(3, minmax(0, 1fr));
	}
}

.event_content_image {
	width: 100%;
	margin-bottom: 1rem;
}

@media (min-width: 1024px) {
	.event_content_image {
		width: 33%;
		margin-bottom: 1rem;
		float: right;
		margin-left: 1rem;
	}
}

.archive-description {
	color: #666666;
	font-family: "Avenir Next LT W01 Regular",Helvetica,Arial,sans-serif;
	line-height: 1.6rem;
	font-size: 1.125rem;
}

.embed-container {
	position: relative;
	padding-bottom: 56.25%;
	overflow: hidden;
	max-width: 100%;
	height: auto;
	margin-top: 1rem;
	margin-bottom: 2rem;
}

.embed-container iframe,
.embed-container object,
.embed-container embed {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
}

.resource {
	display: grid;
	grid-template-columns: repeat(1, minmax(0, 1fr));
	gap: 2rem;
	padding: 3rem 0;
}

.resource__item {
	box-shadow: 6px 6px 18px 0px rgb(0 0 0 / 30%);
	background-color: white;
}

.resource__text {
	flex: 1 1 0%;
}

.resource__content {
	padding: 1rem;
	display: flex;
	flex-direction: column;
	justify-content: space-between;
}

.resource__title {
	font-size: 1.1rem;
	font-weight: 700;
	font-family: "Avenir Next LT W01 Regular",Helvetica,Arial,sans-serif;
	color: #666666;
	margin-bottom: 10px;
}

.resource__description {
	color: #666666;
}

.resource__link {
	margin-top: 1rem;
}

@media (min-width: 1024px) {
	.resource {
		grid-template-columns: repeat(3, minmax(0, 1fr));
	}
}

.posts__desc .read-more {
	display: none!important;
}

.post__hero {
	background-position: center;
	background-size: cover;
	height: 400px;
	margin-bottom: 3rem;
	margin-top: 1rem;
}

.archive-title {
	font-size: 48px!important;
	display: block!important;
}

.archive-description {
	display: block;
	color: white;
}

.entry-content > .wp-block-group.alignfull.has-background {
	padding: 4rem 0!important;
}

.archive-description a {
	text-decoration: underline;
}

.profiles__dropdown {
	padding: 1.5rem 0 0 0;
    text-align: right;
}

.profiles__dropdown select {
	background: white;
	padding-left: 0.75rem;
	padding-right: 2.5rem;
	padding-top: 0.5rem;
	padding-bottom: 0.5rem;
	font-size: 1rem;
	border-radius: 0.25rem;
	width: auto;
    background-position: right 0.5rem center;
    background-repeat: no-repeat;
    background-size: 1em 1em;
	appearance: none;
	margin-top: 0.25rem;
	background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' class='h-6 w-6' fill='none' viewBox='0 0 24 24' stroke='currentColor' stroke-width='2'%3E%3Cpath stroke-linecap='round' stroke-linejoin='round' d='M19 9l-7 7-7-7' /%3E%3C/svg%3E");
}

.navigation {
	text-align: center;
}

.navigation li a,
.navigation li a:hover,
.navigation li.active a,
.navigation li.disabled {
    color: #fff;
    text-decoration:none;
}

.navigation li {
    display: inline;
}

.navigation li a,
.navigation li a:hover,
.navigation li.active a,
.navigation li.disabled {
    background-color: #2ea3f2;
    border-radius: 3px;
    cursor: pointer;
    padding: 12px;
    padding: 0.75rem;
	font-weight: medium;
}

.navigation li a:hover,
.navigation li.active a {
    background-color: #8cbb3f;
}

.hide_small_screens {
	display: none;
}

@media (min-width: 1024px) {
	.hide_small_screens {
		display: inline-block;
	}
}

.blue-links,
.posts-data-table a {
	color: #2ea3f2;
	text-decoration: underline;
}

.table__headshot {
	height: 3rem;
	width: 3rem;
	margin: 0 auto;
	border-radius: 9999px;
}

.col-profile_headshot {
	width: 4rem;
}

.space-x-1 > * + * {
	margin-left: 0.25rem; /* 4px */
}


/* gravity forms */
body .gform_wrapper form input[type='submit'] {
    font-size: 15px;
    font-family:"Avenir Next", Helvetica, Arial, sans-serif;
    color: #ffffff;
    background-color: #0076c8;
    border: 0;
    border-radius: 3px;
    padding: 12px 24px;
    margin-bottom:0;
    line-height:1.5;
}

/* timezone spacer */
body .event-box .tz-space {
	visibility: hidden;
}


body .gform_wrapper form input[type='submit']:hover {
    color: #000000;
    background-color: #ffffff;
}

body .gform_wrapper.gravity-theme .gform_validation_errors {
	margin-bottom: 24px;
}

body .gform_wrapper.gravity-theme .gform_validation_errors > h2 {
	line-height:1;
}

.gform_wrapper.gravity-theme .gform_validation_errors > h2 {
	color: #c02b0a;
    font-size: 16px !important;
    font-weight: 500;
    line-height: 17.6px;
    margin: 0 0 12px 0;
}

body .gform_wrapper.gravity-theme .gform_validation_errors > h2.hide_summary {
    margin: 0;
}

body .gform_wrapper.gravity-theme .gfield_description {
	background: none;
    border: 0;
    font-style: italic;
    padding: 0 0 12px;
}









/* complex events */
body .complex-content-area .wp-block-heading {
	margin-bottom: 24px;
}

body .complex-content-area .wp-block-uagb-advanced-heading {
    padding: 0;
    margin: 0 auto
}

body .complex-content-area .wp-block-uagb-advanced-heading .uagb-heading-text {
    margin: 0;
    text-align: center
}

body .complex-content-area .wp-block-uagb-advanced-heading .uagb-separator-wrap {
    font-size: 0;
    text-align: center
}

body .complex-content-area .wp-block-uagb-advanced-heading .uagb-separator {
    border-top-style: solid;
    display: inline-block;
    border-top-width: 2px;
    width: 5%;
    margin: 0px 0px 10px 0px
}

body .complex-content-area .wp-block-uagb-advanced-heading .uagb-desc-text {
    margin: 0;
    text-align: center
}

body .complex-content-area .uagb-block-heading-complex.wp-block-uagb-advanced-heading .uagb-heading-text {
    text-align: left;
    color: #ffffff;
    margin-bottom: 5px;
}

body .complex-content-area .uagb-block-heading-complex.wp-block-uagb-advanced-heading .uagb-separator-wrap {
    text-align: left;
}

body .complex-content-area .uagb-block-heading-complex.wp-block-uagb-advanced-heading .uagb-desc-text {
    text-align: left;
    color: #ffffff;
}

body .complex-content-area .uagb-block-heading-complex .uagb-heading-text {
    font-weight: 700;
}

body .complex-content-area .uagb-block-heading-complex .uagb-desc-text {
    font-weight: 700;
}

/* hero banner */
body .complex-content-area .hero-banner a {
	color:#00497b;
}

body .complex-content-area .hero-image-container img {
	margin:0 auto;
}


/* days */
body .complex-content-area .complex-day-label {
	margin-top:60px;
	padding-bottom:90px;
	overflow: hidden;
    position: relative;
}
  
body .complex-content-area .complex-day-bg {
	position:absolute;
	width:50vw;
	height:100%;
	top:0;
}
  
body .complex-content-area .complex-day-details {
	max-width: 1240px;
	margin:0 auto;
	position:relative;
	z-index:9999;
	background:#fff;
	display: block;
	padding: 36px;
	align-items: center;
	box-shadow: 6px 6px 18px 0px rgba(0, 0, 0, 0.30);
}

body .complex-content-area .complex-day-details h2 {
	color:#0A4A7A;
	font-family: 'Bebas Neue',Helvetica,Arial,sans-serif;
	font-size: 63px !important;
	font-style: normal;
	font-weight: 400;
	line-height: 76.8px;
	margin-bottom: 0;
}

body .complex-content-area .complex-day-details h3 {
	color: #8CBB3F;
	font-family: 'Bebas Neue',Helvetica,Arial,sans-serif;
	font-size: 35px;
	font-style: normal;
	font-weight: 400;
	line-height: 43.2px;
	text-transform: uppercase;
	margin:0 0 23px;
}

body .complex-content-area .complex-day-details p {
	margin:0;
}

/* sessions */
body .complex-content-area .complex-sessions {
	margin-top: 90px;
}

body .complex-content-area .complex-sessions .session-grid {
    display: grid;
	grid-template-columns: 1fr 1fr;
	row-gap: 42px;
	margin-top:24px;
}

body .complex-content-area .complex-sessions .session-item {
    display: flex;
    justify-content: left;
	cursor: pointer;
	position:relative;
	padding-right:10px;
	align-items: start;
	max-height: 166px;	
}

.session-wrapper{
	display: flex;
	flex-direction: column;
	margin-top: auto;
    margin-bottom: auto;
}

.truncate {
	overflow: hidden;
	text-overflow: ellipsis;
	display: -webkit-box;
	-webkit-line-clamp: 2; /* number of lines to show */
	line-clamp: 2;
	-webkit-box-orient: vertical;
}

.entry-content p {
    /* margin-bottom: 0px; */
}

body .complex-content-area .complex-sessions .session-item:nth-of-type(odd) {
	margin-right:10px;
}

body .complex-content-area .complex-sessions .session-item:nth-of-type(even) {
	margin-left:10px;
}

body .complex-content-area .complex-sessions .session-item:hover {
	box-shadow: 6px 6px 18px 0px rgba(0, 0, 0, 0.30);
}

body .complex-content-area .complex-sessions .session-item a {
    text-decoration: none;
}

body .complex-content-area .complex-sessions .session-item .session-link {
	position:absolute;
	top:0;
	bottom:0;
	left:0;
	right:0;
	width:100%;
	height:100%;
	
	
}

body .complex-content-area .complex-sessions .session-item h4 {
	color: #4B4F58;
	font-family: Bebas Neue;
	font-size: 20px;
	font-style: normal;
	font-weight: 400;
	line-height: 30px;
	text-transform: uppercase;
	text-decoration: none;
	margin:0;
}

body .complex-content-area .complex-sessions .session-item:hover a h4 {
	color: var(--ascend-aspeninstitute-org-sushi, #8CBB3F);
}


body .complex-content-area .complex-sessions .session-thumb {
	padding-right:40px;
}

body .complex-content-area .complex-sessions .session-thumb img {
	height:166px;
	width:166px;
	max-height:166px;
	max-width:166px;
}

.session-title{
	font-family: 'Bebas Neue',Helvetica,Arial,sans-serif !important;
	
}


/* speakers */
body .complex-content-area .complex-speakers {
	width: 100%;
    max-width: none;
}

body .complex-content-area .speaker-grid-container {
	position: relative;
}

body .complex-content-area .speaker-grid-container .grid-nav {
    text-align: right;
    padding: 0 16px 16px;
}

body .complex-content-area .speaker-grid-container .carousel-arrow {
	/* position: absolute; */	
	/* top: 50%;
	transform: translateY(-50%); */
	width: 40px;
	height: 40px;
	border: none;
	border-radius: 2px;
    background: #0077C8;
	color: #fff;
	cursor: pointer;
	transition:200ms all ease-in;
}
body .complex-content-area .speaker-grid-container .carousel-arrow:hover {
	filter: brightness(0.85);
}

body .complex-content-area .speaker-grid-container .carousel-arrow.inactive {
	cursor: default !important;
	filter: brightness(0.5) !important;
}

body .complex-content-area .speaker-grid {
	display:flex;
	flex-wrap: wrap;
	gap: 16px;
	justify-content: center;
}

body .complex-content-area .speaker-col {
	box-shadow: 6px 6px 18px 0px rgba(0, 0, 0, 0.30);
	transition:200ms all ease-in;
	position: relative;
	top:0;
	/* flex:0 0 25%; */
	width:25%;
	width:calc(25% - 16px);
}

body .complex-content-area .speaker-col:hover {
	box-shadow: 6px 16px 24px 0px rgba(0, 0, 0, 0.40);
	top:-8px;
}


body .complex-content-area .speaker-col .speaker-photo {
	position:relative;
}

body .complex-content-area .speaker-col .speaker-photo img {
	width:100%;
	max-width:none;
}

body .complex-content-area .speaker-col .speaker-photo .stripes {
	transition: 200ms all ease-in;
	/* height:275px; */
	overflow:hidden;
	background-image:url('/wp-content/themes/ascend-681/i/speakers-green-bg.png');
	height:0;
	background-repeat:repeat;
	background-position: bottom center;
	transition: 200ms all ease-in;
	position:absolute;
	bottom:0;
	left:0;
	right:0;
	width:100%;
}

body .complex-content-area .speaker-col:hover .speaker-photo .stripes {
	/* height:275px; */
	height:30px;
}

body .complex-content-area .speaker-info {
	/* padding:18px 18px 8px 18px; */
	padding:18px;
}

body .complex-content-area .speaker-info .speaker-name {
	color: #8CBB3F;
	font-family: Bebas Neue;
	font-size: 35px;
	font-style: normal;
	font-weight: 400;
	line-height: 35px;
	text-transform: uppercase;
	margin:0;
	/* min-height:70px; */
}

body .complex-content-area .speaker-info .speaker-position {
	color: #000;
	margin:16px 0;
	font-family: "Avenir Next", Helvetica, Arial, sans-serif;
	font-size: 16px;
	font-style: normal;
	font-weight: 400;
	line-height: 22.4px;
	/* min-height:45px; */
}

body .complex-content-area .speaker-info .speaker-company {
	color: #000;
	font-family:"Avenir Next", Helvetica, Arial, sans-serif;
	font-size: 16px;
	font-style: normal;
	font-weight: 400;
	line-height: 22.4px;
	margin:0;
}

body .complex-content-area .speaker-info a {
	text-decoration: none;
}





/* organizations */
body .complex-content-area .complex-organizations {
	width: 100%;
    max-width: none;
}

body .complex-content-area .organization-grid-container {
	position: relative;
}

body .complex-content-area .organization-grid-container .grid-nav {
    text-align: right;
    padding: 0 16px 16px;
}

body .complex-content-area .organization-grid-container .carousel-arrow {
	/* position: absolute; */
	/* top: 50%;
	transform: translateY(-50%); */
	width: 40px;
	height: 40px;
	border: none;
	border-radius: 2px;
    background: #0077C8;
	color: #fff;
	cursor: pointer;
	transition:200ms all ease-in;
}
body .complex-content-area .organization-grid-container .carousel-arrow:hover {
	filter: brightness(0.85);
}

body .complex-content-area .organization-grid-container .carousel-arrow.inactive {
	cursor: default !important;
	filter: brightness(0.5) !important;
}

body .complex-content-area .organization-grid {
	display:flex;
	flex-wrap: wrap;
	gap: 16px;
	justify-content: center;
}

body .complex-content-area .organization-col {
	box-shadow: 6px 6px 18px 0px rgba(0, 0, 0, 0.30);
	transition:200ms all ease-in;
	position: relative;
	top:0;
	/* flex:0 0 25%; */
	width:25%;
	width:calc(25% - 16px);
}

body .complex-content-area .organization-col:hover {
	box-shadow: 6px 16px 24px 0px rgba(0, 0, 0, 0.40);
	top:-8px;
}


body .complex-content-area .organization-col .organization-photo {
	position:relative;
}

body .complex-content-area .organization-col .organization-photo img {
	width:100%;
	max-width:none;
}

body .complex-content-area .organization-col .organization-photo .stripes {
	transition: 200ms all ease-in;
	/* height:275px; */
	overflow:hidden;
	background-image:url('/wp-content/themes/ascend-681/i/speakers-green-bg.png');
	height:0;
	background-repeat:repeat;
	background-position: bottom center;
	transition: 200ms all ease-in;
	position:absolute;
	bottom:0;
	left:0;
	right:0;
	width:100%;
}

body .complex-content-area .organization-col:hover .organization-photo .stripes {
	/* height:275px; */
	height:30px;
}

body .complex-content-area .organization-info {
	/* padding:18px 18px 8px 18px; */
	padding:18px;
}

body .complex-content-area .organization-info .organization-name {
	color: #8CBB3F;
	font-family: Bebas Neue;
	font-size: 35px;
	font-style: normal;
	font-weight: 400;
	line-height: 35px;
	text-transform: uppercase;
	margin:0;
	/* min-height:70px; */
}

body .complex-content-area .organization-info .organization-position {
	color: #000;
	margin:16px 0;
	font-family: "Avenir Next", Helvetica, Arial, sans-serif;
	font-size: 16px;
	font-style: normal;
	font-weight: 400;
	line-height: 22.4px;
	/* min-height:45px; */
}

body .complex-content-area .organization-info .organization-company {
	color: #000;
	font-family:"Avenir Next", Helvetica, Arial, sans-serif;
	font-size: 16px;
	font-style: normal;
	font-weight: 400;
	line-height: 22.4px;
	margin:0;
}

body .complex-content-area .organization-info a {
	text-decoration: none;
}





/* resources */
body .complex-content-area .complex-resources .resource-cards-lg .resource-card-lg {
	width:100%;
	display:flex;
	box-shadow: 6px 6px 18px 0px rgba(0, 0, 0, 0.30);
	position:relative;
	margin-bottom:36px;
	min-height:516px;
}

body .complex-content-area .complex-resources .resource-cards-lg .resource-graphic {
	/* max-height:466px; */
	/* max-width:466px; */
	max-width: 516px;
	width:100%;
	padding:0 0 50px 50px;
	text-align:right;
	vertical-align: top;
	background-image:url('/wp-content/themes/ascend-681/i/bg-pattern-yellow.png');
	background-position: bottom left;
}

body .complex-content-area .complex-resources .resource-cards-lg .resource-card-lg:nth-child(odd) .resource-graphic {
	background-image:url('/wp-content/themes/ascend-681/i/bg-pattern-arrows-orange.png');
}


body .complex-content-area .complex-resources .resource-cards-lg .resource-graphic .resource-bg {
	max-height: 466px;
    max-width: 466px;
    width: 100%;
    height: 100%;
    margin-left: auto;
	background-size: cover;
}

body .complex-content-area .complex-resources .resource-cards-lg .resource-info {
    flex: 1;
	align-self: center;
	padding:0 30px;
}

body .complex-content-area .complex-resources .resource-cards-lg .resource-text {
	max-width:463px;
	margin:0 auto;
	padding: 70px 0 120px;
}

body .complex-content-area .complex-resources .resource-cards-lg .resource-title {
	font-family: 'Bebas Neue',Helvetica,Arial,sans-serif;
	font-size: 39px;
	font-style: normal;
	font-weight: 400;
	line-height: 48px;
	text-transform: uppercase;
	margin:-50px 0 0;
}

body .complex-content-area .complex-resources .resource-cards-lg .resource-description {
	color: #666;
	font-family: "Avenir Next",Helvetica,Arial,sans-serif;
	font-size: 18px;
	font-style: normal;
	font-weight: 400;
	line-height: 27px;
	margin-top: 20px;
}

body .complex-content-area .complex-resources .resource-cards-lg .resource-button {
	position:absolute;
	bottom:30px;
	right:30px;
	border-radius: 2px;
	background: #0077C8;
	text-decoration: none;
	text-transform: uppercase;
	height:60px;
	width:225px;
	text-align: center;
	/* display: inline-flex; */
	padding: 18px 32.99px 18px 33.98px;
	/* align-items: flex-start; */
	display:block;
	text-align: center;
	font-family: 'Bebas Neue',Helvetica,Arial,sans-serif;
	font-size: 24px;
	font-style: normal;
	font-weight: 400;
	line-height: 24px;
	color:#fff;
}

body .complex-content-area .complex-resources .resource-cards-lg .resource-button:hover {
	background:#3a3a3a;
}

body .complex-content-area .complex-resources .resource-cards-sm {
	width:100%;
	display:grid;
	margin-bottom:36px;
	gap:80px;
	grid-template-columns: 1fr 1fr 1fr;
}

body .complex-content-area .complex-resources .resource-cards-sm .resource-card-sm {
	box-shadow: 6px 6px 18px 0px rgba(0, 0, 0, 0.30);
	position:relative;
	display:flex;
	flex-flow: column;
}

body .complex-content-area .complex-resources .resource-cards-sm .resource-card-sm .resource-graphic {
	width:100%;
	/* padding: 0 0 33px 33px; */
	/* height: 345px; */
}

body .complex-content-area .complex-resources .resource-cards-sm .resource-card-sm .resource-info {
	padding:16px 24px 24px; 
	flex-grow: 1;
    display: flex;
    flex-direction: column;
}

body .complex-content-area .complex-resources .resource-cards-sm .resource-card-sm .resource-graphic .resource-bg {
	margin-left: auto;
    background-size: cover;
    display: block;
    width: 90%;
    padding-bottom: 90%;
    margin-bottom: 10%;
}

body .complex-content-area .complex-resources .resource-cards-sm .resource-card-sm:nth-child(3n+1) .resource-graphic {
	background-image:url('/wp-content/themes/ascend-681/i/bg-pattern-resource-sm-1.png');
}

body .complex-content-area .complex-resources .resource-cards-sm .resource-card-sm:nth-child(3n+2) .resource-graphic {
	background-image:url('/wp-content/themes/ascend-681/i/bg-pattern-resource-sm-2.png');
}

body .complex-content-area .complex-resources .resource-cards-sm .resource-card-sm:nth-child(3n) .resource-graphic {
	background-image:url('/wp-content/themes/ascend-681/i/bg-pattern-resource-sm-3.png');
}

body .complex-content-area .complex-resources .resource-cards-sm .resource-card-sm .resource-info .resource-title {
	color: #666;
	font-family: Bebas Neue;
	font-size: 20px;
	font-style: normal;
	font-weight: 400;
	line-height: 30px; /* 150% */
	text-transform: uppercase;
	margin-bottom:15px;
}

body .complex-content-area .complex-resources .resource-cards-sm .resource-card-sm .resource-title a {
	color: #666;
	font-family: 'Bebas Neue',Helvetica,Arial,sans-serif;
	font-size: 20px;
	font-style: normal;
	font-weight: 400;
	line-height: 30px; /* 150% */
	text-transform: uppercase;
	text-decoration: none;
}

body .complex-content-area .complex-resources .resource-cards-sm .resource-card-sm .resource-description {
	color: #666;
	font-family:"Avenir Next", Helvetica, Arial, sans-serif;
	font-size: 18px;
	font-style: normal;
	font-weight: 400;
	line-height: 27px;
	margin-bottom:48px;
}

body .complex-content-area .complex-resources .resource-cards-sm .resource-card-sm .resource-button {
	border-radius: 2px;
	background: #0077C8;
	text-decoration: none;
	text-transform: uppercase;
	text-align: center;
	min-height:60px;
	width:100%;
	display: block;
	padding: 18px 32.99px 18px 33.98px;
	padding: 18px;
	font-family: 'Bebas Neue',Helvetica,Arial,sans-serif;
	font-size: 24px;
	font-style: normal;
	font-weight: 400;
	line-height: 24px;
	color:#fff;
	margin-top: auto;
}

body .complex-content-area .complex-resources .resource-cards-sm .resource-card-sm .resource-button:hover {
	background:#3a3a3a;
}

body .complex-content-area .complex-testimonials {
	position: relative;
	overflow: hidden;
	background:#F2F5F7;
	padding-bottom: 45px;
	margin-left: calc(-50vw + 50%);
    margin-right: calc(-50vw + 50%);
	margin-top:30px;
    max-width: 100vw;
    width: 100vw;
}

body .complex-content-area .complex-testimonials .testimonial-arrow-l, 
body .complex-content-area .complex-testimonials .testimonial-arrow-r {
	position:absolute;
	top:50%;
	transform: translateY(-50%);
	opacity:0;
	transition: 200ms all ease-in;
	width: 50px;
	height:50px;
	background: rgba(0, 0, 0, 0.3);
	border-radius: 100%;
	text-align: center;
	color: #fff;
	cursor: pointer;
}

body .complex-content-area .complex-testimonials .testimonial-arrow-l {
	left:15px;
}

body .complex-content-area .complex-testimonials .testimonial-arrow-r {
	right:15px;
}

body .complex-content-area .complex-testimonials .testimonial-arrow-l:hover,
body .complex-content-area .complex-testimonials .testimonial-arrow-r:hover {
	filter: brightness(0.85);
}


body .complex-content-area .complex-testimonials:hover .testimonial-arrow-l, 
body .complex-content-area .complex-testimonials:hover .testimonial-arrow-r {
	opacity:1;
}
  
body .complex-content-area .complex-testimonials .inner {
	display: flex;
    flex-wrap: wrap;
    height: 100%;
    justify-content: center;
    align-items: center;
	max-width: 1240px;
    margin: 0 auto;
	padding:145px 0;
}
  
body .complex-content-area .complex-testimonials .testimonials-group {
	width: 100%;
	display: flex;
	transition: transform 0.5s ease;
	justify-content: center;
    align-items: center;
}
  
body .complex-content-area .complex-testimonials .testimonial-single {
	flex: 0 0 100%;
	display:flex;
	opacity: 0;
	position: absolute;
	transition: opacity 0.5s ease;
}

body .complex-content-area .complex-testimonials .testimonial-single.active {
	opacity: 1;
	position: static;
	transition: opacity 0.5s ease;
}

body .complex-content-area .complex-testimonials .testimonial-single span {
	font-family: Arial, Helvetica, sans-serif;
}
  
body .complex-content-area .complex-testimonials .testimonial-single p {
	max-width:950px;
	margin:0 auto;
	color: #000;
	font-family:"Avenir Next", Helvetica, Arial, sans-serif;
	font-size: 42px;
	font-style: normal;
	font-weight: 400;
	line-height: 56px;
}
  
body .complex-content-area .complex-testimonials .carousel-dots {
	display: flex;
	justify-content: center;
	/* margin-top: 10px; */
	position: absolute;
    bottom: 45px;
}

body .complex-content-area .complex-testimonials .dot {
	height: 10px;
	width: 10px;
	border-radius: 50%;
	background-color: #bbb;
	margin: 0 5px;
	cursor: pointer;
	position:relative;
	transition: 200ms all ease-in;
}

body .complex-content-area .complex-testimonials .dot:hover {
	filter: brightness(0.85);
}
  
body .complex-content-area .complex-testimonials .dot.active {
	background-color: #555;
}

body .lity {
	z-index:100000;
}

body .complex-content-area .lightbox-gallery {
	display: flex;
    flex-wrap: wrap;
    justify-content: center;
    gap: 5px;
    margin: 0 auto 60px;
	/* justify-content: left; */
}

body .complex-content-area .lightbox-gallery img {
	border: #d5d9dd solid 1px;
	padding:2px;
	transition: 200ms all ease-in;
	background: #eee;
}

body .complex-content-area .lightbox-gallery .gallery-item {
	width: 275px;
    height: 275px;
    background-size: cover;
    margin: 2px;
    outline: #d5d9dd solid 1px;
	position:relative;
}

body .complex-content-area .lightbox-gallery .gallery-item:hover {
	filter: brightness(0.85);
}

body .complex-content-area .lightbox-gallery .gallery-item a {
	position:absolute;
	top:0;
	bottom:0;
	left:0;
	right:0;
	width:100%;
	height:100%;
}

body .complex-content-area .complex-view-photos {
	text-align: center;
	margin-top:60px;
	margin-bottom:140px;
}

@media(max-width:1275px) {
	body .complex-content-area .complex-day-details {
		margin:0 20px;
	}
}


@media(max-width:991px) {
	body .complex-content-area .complex-sessions .session-description {
		display:none;
	}

	body .complex-content-area .speaker-grid {
		gap:36px;
	}

	body .complex-content-area .speaker-col {
		width:50%;
		width:calc(50% - 32px);
		max-width: 350px;
    	margin: 0 auto;
	}

	body .complex-content-area .organization-grid {
		gap:36px;
	}

	body .complex-content-area .organization-col {
		width:50%;
		width:calc(50% - 32px);
		max-width: 350px;
    	margin: 0 auto;
	}

	body .complex-content-area .complex-resources .resource-cards-lg .resource-graphic {
		max-width: 360px;
		padding: 0 0 25px 25px;
	}

	body .complex-content-area .complex-resources .resource-cards-sm {
		gap: 30px;
	}

	body .complex-content-area .complex-testimonials .inner {
		margin: 0 auto;
		padding: 85px 0;
	}

	body .complex-content-area .complex-testimonials .testimonial-single {
		max-width: 90vw;
	}

	body .complex-content-area .complex-testimonials .testimonial-single p {
		/* font-size:85%; */
		line-height: 1.35;
		font-size: 36px;
	}
}


@media(max-width:767px) {
	body .complex-content-area .complex-day-label {
		padding: 20px 5px;
	}

	body .complex-content-area .complex-day-bg {
		width:100vw;
	}

	body .complex-content-area .complex-sessions .session-grid {
		grid-template-columns: repeat(1, 1fr);
	}

	body .complex-content-area .speaker-grid {
		grid-template-columns: repeat(2, 1fr);
	}

	body .complex-content-area .speaker-col {
		width:100%;
	}

	body .complex-content-area .organization-grid {
		grid-template-columns: repeat(2, 1fr);
	}

	body .complex-content-area .organization-col {
		width:100%;
	}

	body .complex-content-area .complex-sessions .session-item:nth-of-type(even),
	body .complex-content-area .complex-sessions .session-item:nth-of-type(odd) {
		margin:0;
	}

	body .complex-content-area .complex-resources .resource-cards-lg .resource-card-lg {
		display: flex;
		max-width: 345px;
		margin-left: auto;
		margin-right: auto;
		flex-direction:column;
	}

	body .complex-content-area .complex-resources .resource-cards-lg .resource-graphic {
		display: block;
		max-width: none;
		/* padding: 25px; */
		padding:0;
	}

	body .complex-content-area .complex-resources .resource-cards-lg .resource-graphic .resource-bg {
		margin-left: auto;
		background-size: cover;
		display: block;
		width: 90%;
		padding-bottom: 90%;
		margin-bottom: 10%;
	}

	body .complex-content-area .complex-resources .resource-cards-lg .resource-info {
		padding:16px 24px 24px;
		display: flex;
		flex-direction: column;
	}

	body .complex-content-area .complex-resources .resource-cards-lg .resource-text {
		padding:0;
	}

	body .complex-content-area .complex-resources .resource-cards-lg .resource-title {
		margin-top:0;
		margin-bottom: 15px;
		color: #666;
		font-size: 20px;
		font-weight: 400;
		line-height: 30px;
	}

	body .complex-content-area .complex-resources .resource-cards-lg .resource-description {
		font-size: 18px;
	    margin-bottom: 48px;
	}

	body .complex-content-area .complex-resources .resource-cards-lg .resource-button {
		width: 100%;
		position: static;
		text-align: center;
		display: block;
		margin-top:auto;
	}


	body .complex-content-area .complex-resources .resource-cards-sm {
		/* max-width: 500px; */
		max-width: 345px;
		margin: 0 auto 36px;
		display:block;
	}

	body .complex-content-area .complex-resources .resource-cards-sm .resource-card-sm {
		margin-bottom: 36px;
	}

	body .complex-content-area .complex-resources .resource-cards-sm .resource-card-sm .resource-graphic {
		/* padding: 0 0 25px 25px; */
	}

	body .complex-content-area .complex-resources .resource-cards-sm .resource-card-sm .resource-graphic img {
		max-width: none;
    	width: 100%;
		margin-left:auto;
	}

	body .complex-content-area .complex-testimonials .testimonial-single p {
		/* font-size:85%; */
		line-height: 1.35;
		font-size: 26px;
	}

	body .complex-content-area .lightbox-gallery .gallery-item {
		height:200px;
		width:200px;
	}
}

/* @media(max-width:px) {
	body .event-box {
		padding:3rem 2.5rem;
	}
} */