/*!
Theme Name: APEX
Author: Chris House
*/ /*! normalize.css v8.0.1 | MIT License | github.com/necolas/normalize.css */



html {
	line-height: 1.15;
	-webkit-text-size-adjust: 100%;
}
* {
	margin: 0;
	padding: 0;
	box-sizing: border-box;
}
main {
	display: block;
}
h1 {
	font-size: 2em;
	margin: 0.67em 0;
}
hr {
	box-sizing: content-box;
	height: 0;
	overflow: visible;
}
pre {
	font-family: monospace, monospace;
	font-size: 1em;
}
a {
	background-color: transparent;
}
abbr[title] {
	border-bottom: none;
	text-decoration: underline;
	text-decoration: underline dotted;
}
b,
strong {
	font-weight: bolder;
}
code,
kbd,
samp {
	font-family: monospace, monospace;
	font-size: 1em;
}
small {
	font-size: 80%;
}
sub,
sup {
	font-size: 75%;
	line-height: 0;
	position: relative;
	vertical-align: baseline;
}
sub {
	bottom: -0.25em;
}
sup {
	top: -0.5em;
}
img {
	border-style: none;
}
button,
input,
optgroup,
select,
textarea {
	font-family: inherit;
	font-size: 100%;
	line-height: 1.15;
	margin: 0;
}
button,
input {
	overflow: visible;
}
button,
select {
	text-transform: none;
}
button,
[type="button"],
[type="reset"],
[type="submit"] {
	-webkit-appearance: button;
}
button::-moz-focus-inner,
[type="button"]::-moz-focus-inner,
[type="reset"]::-moz-focus-inner,
[type="submit"]::-moz-focus-inner {
	border-style: none;
	padding: 0;
}
button:-moz-focusring,
[type="button"]:-moz-focusring,
[type="reset"]:-moz-focusring,
[type="submit"]:-moz-focusring {
	outline: 1px dotted ButtonText;
}
fieldset {
	padding: 0.35em 0.75em 0.625em;
}
legend {
	box-sizing: border-box;
	color: inherit;
	display: table;
	max-width: 100%;
	padding: 0;
	white-space: normal;
}
progress {
	vertical-align: baseline;
}
textarea {
	overflow: auto;
}
[type="checkbox"],
[type="radio"] {
	box-sizing: border-box;
	padding: 0;
}
[type="number"]::-webkit-inner-spin-button,
[type="number"]::-webkit-outer-spin-button {
	height: auto;
}
[type="search"] {
	-webkit-appearance: textfield;
	outline-offset: -2px;
}
[type="search"]::-webkit-search-decoration {
	-webkit-appearance: none;
}
::-webkit-file-upload-button {
	-webkit-appearance: button;
	font: inherit;
}
details {
	display: block;
}
summary {
	display: list-item;
}
template {
	display: none;
}
[hidden] {
	display: none;
}
body {
	font-family: Termina, arial, sans-serif;
}
@media (max-width: 860px) {
	.site {
		overflow: hidden;
	}
}

.event-sponsors-cont-home-events .sponsor-logos a img {
    width: auto !important;
    height: auto !important;
    object-fit: default !important;
	margin: 0 auto !important;
}

.expo-airline-item {
	max-height: 240px !important;
    width: auto !important;
    height: auto !important;
    object-fit: contain !important;
    max-width: 240px !important;
}
 
.site-main-expo .section-heading-sponsor {
  font-size: 28px;
  text-align: center !important;
}


.sponsor-group.sponsor-diamond .sponsor-logos,
.sponsor-group.sponsor-platinum .sponsor-logos,
.sponsor-group.sponsor-gold .sponsor-logos,
.sponsor-group.sponsor-silver .sponsor-logos,
.sponsor-group.sponsor-bronze .sponsor-logos,
.sponsor-group.sponsor-additionalEventSponsors .sponsor-logos {
    text-align: center;
}


.grid-cont {
	display: grid;
	grid-template-columns: auto 1120px auto;
}
.grid-cont > * {
	max-width: 100vw;
}
.grid-cont .right {
	grid-column: 2 / span 2;
}
.grid-cont .left {
	grid-column: 1 / span 2;
}
.grid-cont .centered {
	grid-column: 2 / span 1;
}
.grid-cont .full {
	grid-column: 1 / span 3;
}
.grid-cont.right {
	grid-template-columns: 1120px auto;
}
.grid-cont.right .left {
	grid-column: 1 / span 1;
}
@media (max-width: 1120px) {
	.grid-cont {
		grid-template-columns: auto 100% auto;
	}
}
@media (max-width: 860px) {
	.grid-cont {
		padding: 0 37px;
	}
	.grid-cont#main,
	.grid-cont#primary,
	.grid-cont.awards-body,
	.grid-cont.sponsor-body {
		padding: 0;
	}
}
.button-primary {
	text-decoration: none;
	color: white;
	font-size: 12px;
	font-weight: bold;
	line-height: 1.25;
	display: flex;
	justify-content: flex-start;
	align-items: center;
	max-width: 200px;
}
.button-primary > span {
	padding-right: 10px;
}
.button-primary:after {
	content: "";
	width: 40px;
	height: 40px;
	background-image: url("/wp-content/themes/apex/images/button-primary.png");
	background-position: left;
	background-size: 200% 100%;
}
.button-primary:hover:after {
	background-position: right;
}
.button-primary.button-primary-dark {
	color: #1d2240;
}
.button-primary.button-primary-dark:after {
	background-image: url("/wp-content/themes/apex/images/button-primary-dark.png");
}
.section-heading {
	text-transform: uppercase;
	font-size: 12px;
	line-height: 1.25;
	margin-bottom: 30px;
	padding: 0 10px;
}
@media (max-width: 1120px) {
	.section-heading {
		padding: 0;
	}
}
.section-heading ~ .underline {
	height: 1px;
	background-color: lightgrey;
	margin-bottom: 46px;
}
@media (max-width: 1120px) {
	.section-heading ~ .underline {
		margin-bottom: 46px;
	}
}
@media (max-width: 860px) {
	.section-heading ~ .underline {
		margin-bottom: 22px;
	}
}
.post-categories a {
	display: none;
}
.post-categories a:first-child {
	display: inline-block;
}
figure {
	max-width: 100%;
	width: auto !important;
}
figure img {
	max-width: 100%;
	height: auto;
}
.um-profile-photo-img,
.um .um-profile-photo a.um-profile-photo-img,
.um .um-profile-photo img,
.um .um-profile-photo span.um-profile-photo-overlay {
	border-radius: 0 !important;
}
*[class^="ad-cont"] {
	position: relative;
	background: none;
	display: block;
	text-align: center;
	max-width: 100%;
	width: auto;
	height: auto;
}
*[class^="ad-cont"]:after {
	content: "";
	width: 100%;
	text-align: center;
	color: white;
	font-size: 24px;
	text-transform: uppercase;
	font-weight: 600;
}
@media (max-width: 1120px) {
	*[class^="ad-cont"] {
		max-width: 100%;
	}
}
.ad-cont-alt:after {
	content: "";
}
.ad-cont-home-info-a {
	margin: 0 auto 96px auto;
}
@media (max-width: 1120px) {
	.ad-cont-home-info-a {
		margin: 0 auto 46px auto;
	}
}
.ad-cont-home-info-b {
	margin: 0 auto 46px auto;
}
@media (max-width: 1120px) {
	.ad-cont-home-info-b {
		margin: 0 auto 22px auto;
	}
}
.ad-cont-home-info-c {
	margin: 96px auto 0 auto;
}
@media (max-width: 1120px) {
	.ad-cont-home-info-c {
		margin: 46px auto 0 auto;
	}
}
.ad-cont-home-info-d {
	margin: 96px auto;
}
@media (max-width: 1120px) {
	.ad-cont-home-info-d {
		margin: 46px auto;
	}
}
.ad-cont-article-page-a {
	margin: 0 0 46px 0;
}
@media (max-width: 860px) {
	.ad-cont-article-page-a {
		width: 100%;
	}
}
.ad-cont-article-page-b {
	margin: 46px auto;
}
@media (max-width: 860px) {
	.ad-cont-article-page-b {
		width: 100%;
	}
}
.ad-cont-article-page-c {
	margin: 0 auto 46px auto;
}
@media (max-width: 860px) {
	.ad-cont-article-page-c {
		margin: 0 auto 22px auto;
	}
}
.ad-cont-interior {
	margin: 0 auto 96px auto;
}
@media (max-width: 1120px) {
	.ad-cont-interior {
		margin: 0 auto 46px auto;
	}
}
.ad-cont-category-page-a {
	margin: -180px auto 96px auto;
}
@media (max-width: 1120px) {
	.ad-cont-category-page-a {
		margin: -215px auto 46px auto;
	}
}
.ad-cont-category-page-b {
	margin: 96px auto;
}
@media (max-width: 1120px) {
	.ad-cont-category-page-b {
		margin: 46px auto;
	}
}
.ad-cont-category-page-d {
	margin: 96px auto;
}
@media (max-width: 860px) {
	.ad-cont-category-page-d {
		margin: 46px auto;
	}
}
.ad-cont-category-page-e {
	margin: 0 auto 96px auto;
}
@media (max-width: 1120px) {
	.ad-cont-category-page-e {
		margin: 0 auto 46px auto;
	}
}
.ad-cont-category-page-f {
	margin: 0 auto;
}
.ad-cont-cat-page-a {
	margin: -180px auto 96px auto;
}
@media (max-width: 1120px) {
	.ad-cont-cat-page-a {
		margin: -180px auto 46px auto;
	}
}
@media (max-width: 860px) {
	.ad-cont-cat-page-a {
		margin-bottom: 22px;
	}
}
.ad-cont-cat-page-b {
	margin: 96px auto -40px auto;
}
@media (max-width: 1120px) {
	.ad-cont-cat-page-b {
		margin: 46px auto -40px auto;
	}
}
@media (max-width: 860px) {
	.ad-cont-cat-page-b {
		margin-bottom: 0;
	}
}
.ad-cont-cat-page-c {
	margin: 0 auto 96px auto;
}
@media (max-width: 1120px) {
	.ad-cont-cat-page-c {
		margin: 0 auto 46px auto;
	}
}
.ad-cont-cat-page-d {
	margin: 46px auto 0 auto;
}
@media (max-width: 860px) {
	.ad-cont-cat-page-d {
		margin-top: 0;
	}
}
.ad-cont-cat-page-e {
	margin: 0 auto;
}
.ad-cont-awards-a {
	margin: 0 auto 46px auto;
}
.ad-cont-mag-page-b {
	margin-top: 0;
}
.ad-cont-category-page-c {
	margin: 96px auto;
}
@media (max-width: 1120px) {
	.ad-cont-category-page-c {
		margin: 46px auto;
	}
}
.ad-cont-mag-article {
	margin-top: 46px;
}
.ad-cont-author-page {
	margin: 0 auto;
}
.ad-cont-cat-video-page {
	margin: 96px auto 46px auto;
}
@media (max-width: 1120px) {
	.ad-cont-newsletter-issue-item {
		margin-top: 46px;
		margin-bottom: 0;
	}
}
.ad-cont-article-content {
	margin: 46px 0;
}
.ad-cont-article-content:after {
	display: none;
}
.ad-cont-issue-page-a {
	margin: 46px auto 0 auto;
}
.ad-cont-issue-page-b,
.ad-cont-issue-page-c {
	margin: 0 auto 46px auto;
}
.ad-cont-mag-article-a {
	margin-bottom: 46px;
}
.ad-cont-mag-article-c:after,
.ad-cont-mag-article-d:after {
	display: none;
}
img[src*="servedbyadbutler"] {
	max-width: 100%;
	height: auto;
}
.top-bar {
	background-color: black;
}
.site-toggle-cont {
	display: flex;
	justify-content: flex-end;
}
.site-toggle-cont.centered {
	margin-left: 0;
	margin-right: 0;
}
.site-toggle {
	margin-right: 1px;
}
.site-toggle a {
	color: white;
	font-family: Termina;
	font-size: 11px;
	font-weight: 600;
	line-height: 1.27;
	padding: 9px;
	text-decoration: none;
	display: block;
}
.site-toggle.inactive {
	opacity: 0.75;
	transition: all 0.2s;
}
.site-toggle.inactive:hover {
	opacity: 1;
}
.site-toggle.site-toggle-apex {
	background-color: #1d2240;
}
.site-toggle.site-toggle-ifsa {
	background-color: #08916b;
}
.site-toggle.site-toggle-fte {
	background-color: gray;
}
.main-bar {
	background-color: #1d2240;
	padding: 22px 100px;
	display: flex;
	flex-wrap: wrap;
	justify-content: space-between;
	align-items: center;
	position: relative;
}
@media (max-width: 1120px) {
	.main-bar {
		padding: 15px;
	}
}
@media (max-width: 860px) {
	.main-bar {
		padding: 15px 37px;
		flex-direction: column;
	}
	.main-bar > a {
		align-self: flex-start;
	}
	.main-bar .mobile-buttons {
		align-self: flex-end;
	}
}
.top-menu-button {
	cursor: pointer;
	padding: 5px 20px;
	display: flex;
	align-items: center;
}
@media (max-width: 860px) {
	.top-menu-button {
		display: none;
	}
}
.mobile-buttons {
	display: none;
}
@media (max-width: 860px) {
	.mobile-buttons {
		display: flex;
	}
}
.logo-apex {
	width: 420px;
	max-width: 100%;
	margin-right: 46px;
}
.logged-in-user-name,
.loginout a {
	text-decoration: none;
	color: white;
	font-size: 11px;
	display: block;
}
.loginout a {
	opacity: 0.75;
}
.mem-port-link {
	text-decoration: none;
	color: white;
	font-size: 11px;
	margin: 0 26px;
	display: block;
}
.footer-main-cont {
	background-color: #1d2240;
	padding: 96px 0 46px 0;
}
@media (max-width: 1120px) {
	.footer-main-cont {
		padding: 46px 0;
	}
}
.footer-main {
	width: 100%;
	display: flex;
	padding: 0 10px;
}
.footer-main > * {
	flex: 1;
}
@media (max-width: 860px) {
	.footer-main {
		flex-direction: column;
		align-items: flex-start;
		padding-left: 37px;
	}
}
#footer-menu {
	columns: 2;
	list-style: none;
}
#footer-menu a {
	font-size: 11px;
	line-height: 2.5;
	text-decoration: none;
	color: rgba(255, 255, 255, 0.8);
	transition: all 0.2s;
}
#footer-menu a:hover {
	color: white;
}
@media (max-width: 860px) {
	#footer-menu a {
		font-size: 16px;
		font-weight: 600;
	}
}
.social-footer {
	margin-top: 96px;
	display: flex;
	justify-content: flex-start;
}
.social-footer a {
	margin-right: 30px;
}
.social-footer a:last-child {
	margin: 0;
}
@media (max-width: 1120px) {
	.social-footer {
		margin-top: 46px;
	}
}
@media (max-width: 860px) {
	.footer-main-left {
		margin-bottom: 46px;
	}
}
.footer-main-left .logo-apex {
	width: 220px;
}
.footer-main-right {
	text-align: center;
}
.footer-main-right p a {
	font-size: 11px;
	line-height: 2.5;
	text-decoration: none;
	color: rgba(255, 255, 255, 0.8);
	transition: all 0.2s;
}
.footer-main-right p a:hover {
	color: white;
}
@media (max-width: 860px) {
	.footer-main-right p a {
		font-size: 16px;
		font-weight: 600;
	}
}
.footer-main-right .newsletter-form {
	margin-left: 0;
	margin-top: 32px;
	width: auto;
}
.footer-main-right .newsletter-form input {
	max-width: 253px;
}
@media (max-width: 860px) {
	.footer-main-right .newsletter-form {
		margin-top: 10px;
	}
}
@media (max-width: 860px) {
	.footer-main-right {
		margin-top: 46px;
	}
}
.footer-main-lower-cont {
	border-top: 1px solid rgba(255, 255, 255, 0.25);
	background-color: #1d2240;
	padding: 32px 22px;
}
@media (max-width: 860px) {
	.footer-main-lower-cont {
		padding: 32px 22px 96px 22px;
	}
}
.footer-main-lower {
	display: flex;
	font-size: 8px;
	line-height: 1.25;
	color: rgba(255, 255, 255, 0.5);
}
.footer-main-lower > * {
	flex: 1;
}
.footer-main-lower a {
	font-size: 8px;
	line-height: 1.25;
	color: rgba(255, 255, 255, 0.5);
	padding-left: 30px;
	text-decoration: none;
}
@media (max-width: 860px) {
	.footer-main-lower a:first-child {
		padding: 0;
	}
}
@media (max-width: 860px) {
	.footer-main-lower > div {
		order: 2;
	}
	.footer-main-lower > div:first-child {
		display: none;
	}
}
.footer-main-lower .footer-lower-links {
	text-align: right;
}
@media (max-width: 860px) {
	.footer-main-lower .footer-lower-links {
		text-align: left;
		margin-bottom: 10px;
		order: 1;
	}
}
@media (max-width: 860px) {
	.footer-main-lower {
		flex-direction: column;
	}
}
@media (max-width: 860px) {
	.footer-newsletter-desktop {
		display: none;
	}
}
.footer-newsletter-mobile {
	display: none;
}
.footer-newsletter-mobile a {
	font-size: 16px;
	line-height: 2.5;
	font-weight: 600;
	text-decoration: none;
	color: rgba(255, 255, 255, 0.8);
	transition: all 0.2s;
}
@media (max-width: 860px) {
	.footer-newsletter-mobile {
		display: block;
	}
}
.main-navigation {
	display: flex;
	align-items: center;
	flex-wrap: wrap;
	justify-content: flex-end;
}
@media (max-width: 860px) {
	.main-navigation {
		display: none;
	}
}
.main-navigation-mobile {
	display: none;
	position: absolute;
	top: 100%;
	right: -100%;
	z-index: 500;
	background-color: #1d2240;
	width: 100%;
	border-top: solid 1px rgba(255, 255, 255, 0.2);
	transition: all 0.5s;
	padding: 22px 0;
	flex-wrap: wrap;
}
@media (max-width: 860px) {
	.main-navigation-mobile {
		display: flex;
	}
	.main-navigation-mobile.active {
		right: 0;
	}
}
.main-navigation-mobile .top-menu-button-user {
	margin-top: 11px;
	padding-top: 22px;
	margin-right: 22px;
	border-top: solid 1px rgba(255, 255, 255, 0.2);
	width: 100%;
}
@media (max-width: 860px) {
	.main-navigation-mobile .top-menu-button-user {
		display: flex;
	}
}
.search-popout {
	position: absolute;
	top: -70px;
	right: 10px;
	transition: all 0.2s;
}
.search-popout form {
	display: flex;
}
.search-popout input {
	border: none;
	padding: 5px;
	font-family: "open sans";
	font-size: 14px;
	padding: 10px 15px;
}
.search-popout.active {
	top: 10px;
}
.search-popout .search-submit {
	background-color: #0484bd;
	color: white;
	border-radius: 0 15px 15px 0;
	cursor: pointer;
	padding-left: 10px;
	padding-right: 10px;
}
.search-popout .screen-reader-text {
	display: none;
}
.search-popout.search-popout-ifsa .search-submit {
	background-color: #065e46;
}
.menu-mobile-container {
	margin: 0 auto;
	padding: 30px 0;
}
#primary-menu,
#mobile-menu {
	list-style-type: none;
	display: flex;
}
#primary-menu > .menu-item,
#mobile-menu > .menu-item {
	padding: 0 20px;
}
#primary-menu > .menu-item a,
#mobile-menu > .menu-item a {
	text-decoration: none;
	font-size: 11px;
	color: white;
	line-height: 1.7;
	padding: 5px 0;
	transition: all 0.2s;
	border-bottom: solid 1px transparent;
}
#primary-menu > .menu-item a:hover,
#mobile-menu > .menu-item a:hover {
	border-color: white;
}
#primary-menu > .menu-item.current-page-ancestor a,
#primary-menu > .menu-item.current-menu-item a,
#mobile-menu > .menu-item.current-page-ancestor a,
#mobile-menu > .menu-item.current-menu-item a {
	border-color: white;
}
#mobile-menu {
	flex-direction: column;
}
@media (max-width: 860px) {
	#mobile-menu > .menu-item a {
		display: block;
		color: white;
		font-size: 30px;
		font-weight: 600;
	}
}
.secondary-bar {
	background-color: #161930;
	padding: 8px 0;
}
@media (max-width: 860px) {
	.secondary-bar {
		display: none;
	}
}
#secondary-menu {
	list-style-type: none;
	display: flex;
	justify-content: center;
}
#secondary-menu > .menu-item {
	border-left: solid 1px rgba(255, 255, 255, 0.3);
	padding: 0 46px;
}
#secondary-menu > .menu-item a {
	display: block;
	text-decoration: none;
	font-size: 11px;
	color: white;
	line-height: 1.5;
	padding: 7px 0;
	transition: all 0.2s;
	text-align: center;
	border-bottom: solid 1px transparent;
}
#secondary-menu > .menu-item a span {
	font-size: 9px;
	padding-top: 5px;
	display: block;
}
#secondary-menu > .menu-item a:hover {
	border-bottom-color: white;
}
@media (max-width: 1120px) {
	#secondary-menu > .menu-item a {
		font-size: 10px;
		padding: 3px 0;
	}
}
@media (max-width: 1120px) {
	#secondary-menu > .menu-item {
		padding: 0 15px;
	}
}
#secondary-menu > .menu-item:first-child {
	border-left: none;
}
#secondary-menu > .menu-item.current-page-ancestor a,
#secondary-menu > .menu-item.current-menu-item a {
	border-bottom-color: white;
}
.hamburger {
	margin-left: 16px;
}
.home-hero {
	display: flex;
}
@media (max-width: 860px) {
	.home-hero {
		flex-direction: column;
	}
}
.home-hero-left {
	background-size: cover;
	background-position: top center;
	display: flex;
	flex-direction: column;
	justify-content: flex-end;
	padding: 0 22px 46px 60px;
	transition: all 0.2s;
	text-decoration: none;
}
.home-hero-left:before {
	content: "";
	transition: all 0.2s;
	position: absolute;
	top: 0;
	left: 0;
	background-image: linear-gradient(to top, #161930, rgba(99, 101, 116, 0.65));
	opacity: 0.5;
	width: 100%;
	height: 100%;
}
.home-hero-left:hover:before {
	opacity: 1;
}
.home-hero-left:hover .home-hero-text {
	border-bottom: solid 1px white;
}
@media (max-width: 1120px) {
	.home-hero-left {
		width: 40%;
		padding: 0 46px 46px 46px;
	}
}
@media (max-width: 860px) {
	.home-hero-left {
		min-height: 375px;
	}
}
.home-hero-text {
	z-index: 100;
	color: white;
	font-size: 36px;
	line-height: 1.38;
	border-bottom: solid 1px transparent;
}
@media (max-width: 1120px) {
	.home-hero-text {
		font-size: 30px;
	}
}
.home-hero-link {
	z-index: 100;
}
.home-hero-right {
	display: flex;
	flex-wrap: wrap;
}
@media (max-width: 1120px) {
	.home-hero-right {
		width: 60%;
	}
}
@media (max-width: 860px) {
	.home-hero-right {
		flex-direction: column;
	}
}
.home-hero-left,
.home-hero-right {
	width: 50%;
	position: relative;
}
@media (max-width: 860px) {
	.home-hero-left,
	.home-hero-right {
		width: 100%;
	}
}
.home-hero-item {
	width: 50%;
	height: 50%;
	background-size: cover;
	background-position: center;
	padding: 55px;
	display: flex;
	flex-direction: column;
	justify-content: flex-end;
	transition: all 0.2s;
	position: relative;
	cursor: pointer;
}
.home-hero-item:before {
	transition: all 0.2s;
	content: "";
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	background-image: linear-gradient(to top, #161930, rgba(99, 101, 116, 0.65));
	opacity: 0.5;
}
.home-hero-item:hover:before {
	opacity: 1;
}
.home-hero-item:hover .home-hero-item-text {
	border-bottom: solid 1px white;
}
@media (max-width: 1120px) {
	.home-hero-item {
		padding: 25px;
	}
}
@media (max-width: 860px) {
	.home-hero-item {
		width: 100%;
		min-height: 250px;
	}
}
.home-hero-item-cat {
	position: relative;
	border-radius: 14px;
	background-color: #0484bd;
	display: inline-block;
	list-style-type: none;
	margin-bottom: 20px;
	border: solid 1px transparent;
	transition: all 0.2s;
	align-self: flex-start;
}
.home-hero-item-cat a {
	color: white;
	font-size: 9px;
	font-weight: normal;
	line-height: 1.29;
	text-decoration: none;
	display: block;
	padding: 8px 16px;
}
.home-hero-item-cat:hover {
	border-color: rgba(255, 255, 255, 0.5);
}
.home-hero-item-cat {
	z-index: 100;
}
.home-hero-item-text {
	z-index: 100;
	border-bottom: solid 1px transparent;
	transition: all 0.2s;
	padding-bottom: 3px;
}
.home-hero-item-text > a {
	font-size: 17px;
	color: white;
	line-height: 1.47;
	text-decoration: none;
	transition: all 0.2s;
}
@media (max-width: 1120px) {
	.home-hero-item-text > a {
		font-size: 14px;
	}
}
@media (max-width: 860px) {
	.home-hero-item-text > a {
		font-size: 17px;
	}
}
.home-info {
	background-image: url("/wp-content/themes/apex/images/img-clouds-small.jpg");
	background-size: cover;
	background-position: center;
}
@media (max-width: 860px) {
	.home-info {
		overflow-y: hidden;
		padding-bottom: 46px;
	}
}
.home-info-heading {
	font-size: 40px;
	line-height: 1.38;
	color: #1d2240;
	text-align: center;
	margin-bottom: 12px;
	position: relative;
	top: 100px;
}
@media (max-width: 860px) {
	.home-info-heading {
		top: 46px;
		font-size: 28px;
		text-align: left;
	}
}
.home-info-text {
	font-size: 16px;
	font-family: "Open Sans";
	line-height: 1.7;
	color: #1d2240;
	text-align: center;
	max-width: 550px;
	margin: 0 auto;
	margin-bottom: 96px;
	position: relative;
	top: 100px;
}
@media (max-width: 860px) {
	.home-info-text {
		margin-bottom: 22px;
		font-size: 16px;
		line-height: 1.38;
		color: rgba(29, 34, 64, 0.7);
		text-align: left;
		top: 46px;
		margin: 0;
	}
}
.home-info-boxes {
	display: flex;
	position: relative;
	top: 100px;
	max-width: 1120px;
	margin-left: auto;
	margin-right: auto;
}
@media (max-width: 860px) {
	.home-info-boxes {
		align-items: stretch;
		overflow-y: hidden;
		width: auto;
		margin-top: 52px;
		top: 20px;
		padding-bottom: 20px;
	}
}
.home-info-box {
	flex: 1;
	justify-content: flex-start;
	padding: 32px;
	background-color: white;
	display: flex;
	flex-direction: column;
	transition: all 0.2s;
}
.home-info-box path {
	transition: fill 0.2s;
	fill: #1d2240;
}
.home-info-box:nth-child(2) {
	margin: 0 46px;
}
@media (max-width: 1120px) {
	.home-info-box:nth-child(2) {
		margin: 0 22px;
	}
}
@media (max-width: 860px) {
	.home-info-box:nth-child(2) {
		margin: 0;
	}
}
.home-info-box a {
	text-decoration: none;
	color: #1d2240;
}
.home-info-box:hover {
	background-color: #1d2240;
}
.home-info-box:hover path {
	fill: white;
}
.home-info-box:hover .home-info-box-heading {
	color: white;
}
.home-info-box:hover .home-info-box-text {
	color: rgba(255, 255, 255, 0.7);
}
.home-info-box:hover .home-info-box-link {
	background-image: url("/wp-content/themes/apex/images/button-primary.png");
}
.home-info-box:hover .home-info-box-link:hover {
	background-position: right;
}
@media (max-width: 860px) {
	.home-info-box:hover .home-info-box-link {
		align-self: flex-start;
		padding-top: 0;
	}
}
@media (max-width: 1120px) {
	.home-info-box {
		padding: 22px;
	}
}
@media (max-width: 860px) {
	.home-info-box {
		width: 70%;
		min-width: 70%;
		margin-left: 10%;
		margin-right: 10%;
	}
}
.home-info-box-heading {
	font-size: 18px;
	line-height: 1.5;
	margin: 36px 0;
	transition: all 0.2s;
}
@media (max-width: 1120px) {
	.home-info-box-heading {
		margin: 16px 0;
		font-size: 18px;
	}
}
.home-info-box-text {
	font-size: 14px;
	line-height: 1.7;
	font-family: "open sans";
}
.home-info-box-link {
	margin-top: auto;
	align-self: flex-end;
	display: block;
	width: 40px;
	height: 40px;
	background-image: url("/wp-content/themes/apex/images/button-primary-dark.png");
	background-position: left;
	background-size: 200% 100%;
}
.home-info-box-link:hover {
	background-position: right;
}
@media (max-width: 860px) {
	.home-info-box-link {
		align-self: flex-start;
		padding-top: 0;
	}
}
.home-articles-display {
	transition: opacity 1s;
	overflow: hidden;
	display: flex;
	justify-content: center;
	flex-wrap: wrap;
}
@media (max-width: 1120px) {
	.home-articles-display {
		justify-content: space-around;
	}
}
.home-article-container {
	position: relative;
	width: 100%;
	max-width: 342px;
	display: flex;
	flex-direction: column;
	flex-wrap: wrap;
	justify-content: flex-start;
}
.home-article-container .sponsored-tag {
	top: 10px;
}
@media (min-width: 1121px) {
	.home-article-container:first-child,
	.home-article-container:nth-child(2) {
		width: 342px;
		max-width: 342px;
		margin-bottom: 56px;
		margin-left: 46px;
		margin-right: 46px;
	}
	.home-article-container:first-child .home-article-image,
	.home-article-container:nth-child(2) .home-article-image {
		min-height: 342px;
		height: 100%;
		width: 100%;
		flex: 3;
	}
	.home-article-container:first-child .home-article-content,
	.home-article-container:nth-child(2) .home-article-content {
		flex: 2;
		padding-left: 0;
		justify-content: center;
	}
	.home-article-container:first-child .home-article-content .post-categories,
	.home-article-container:nth-child(2) .home-article-content .post-categories {
		margin-top: 0;
	}
	.home-article-container:first-child .home-article-cat,
	.home-article-container:nth-child(2) .home-article-cat {
		position: relative;
		padding-top: 22px;
	}
	.home-article-container:first-child .home-article-cat .sponsored-tag,
	.home-article-container:nth-child(2) .home-article-cat .sponsored-tag {
		top: -40px;
		left: 0;
		right: auto;
	}
}
@media (min-width: 1121px) and (max-width: 1120px) {
	.home-article-container:first-child,
	.home-article-container:nth-child(2) {
		margin-bottom: 46px;
	}
}
@media (min-width: 1121px) {
	.home-article-container:nth-child(4) {
		margin-left: 46px;
		margin-right: 46px;
	}
}
@media (max-width: 1120px) {
	.home-article-container {
		margin-bottom: 75px;
		max-width: 300px;
	}
}
@media (max-width: 860px) {
	.home-article-container {
		max-width: 100%;
		margin-bottom: 46px;
	}
}
@media (min-width: 1121px) {
	.home-article-container.home-article-container-home:nth-child(4) {
		margin-left: 46px;
		margin-right: 46px;
	}
}
.home-articles {
	padding-top: 200px;
	padding-bottom: 96px;
	background-image: linear-gradient(to bottom, #f6f8fa 35%, #fff 121%);
}
@media (max-width: 1120px) {
	.home-articles {
		padding-bottom: 22px;
		padding-top: 160px;
	}
}
@media (max-width: 860px) {
	.home-articles {
		padding-top: 46px;
	}
}
.home-article-image {
	background-size: cover;
	background-position: center;
	width: 100%;
	height: 342px;
}
@media (max-width: 1120px) {
	.home-article-image {
		height: 225px;
	}
}
.home-article-content {
	display: flex;
	justify-content: space-between;
	flex-direction: column;
	flex: 1;
}
.home-article-content .post-categories {
	list-style-type: none;
	margin-top: 10px;
}
.home-article-content .post-categories a {
	font-size: 10px;
	line-height: 2.5;
	text-decoration: none;
	text-transform: uppercase;
	font-weight: 600;
	color: rgba(29, 34, 64, 0.5);
}
.home-article-content .home-hero-learn-more {
	color: #1d2240;
}
.home-article-content .home-hero-learn-more svg path {
	fill: rgba(29, 34, 64, 0.2);
}
.home-article-content .home-hero-learn-more:hover svg path {
	fill: #1d2240 !important;
}
.home-article-title {
	font-size: 20px;
	font-weight: 600;
	color: #1d2240;
	line-height: 1.42;
	margin-top: 18px;
	text-decoration: none;
}
@media (max-width: 1120px) {
	.home-article-title {
		margin-top: 10px;
		font-size: 16px;
	}
}
@media (max-width: 860px) {
	.home-article-title {
		margin-top: 0;
	}
}
.home-article-title a {
	color: #1d2240;
	text-decoration: none;
}
.home-article-blurb {
	font-size: 12px;
	font-weight: 500;
	line-height: 2.08;
	color: rgba(29, 34, 64, 0.7);
	margin: 10px 0;
}
@media (max-width: 1120px) {
	.home-article-blurb {
		margin: 10px 0 0 0;
	}
}
.home-articles-selection {
	display: flex;
	justify-content: space-between;
	margin-bottom: 96px;
	border-bottom: lightgray solid 1px;
	padding-bottom: 32px;
	align-items: stretch;
	padding-right: 10px;
	flex-wrap: wrap;
}
.home-articles-selection.home-articles-selection-main {
	margin-bottom: 96px;
}
.home-articles-selection > h2 {
	font-size: 28px;
	line-height: 0.89;
	color: #1d2240;
	width: 100%;
	margin-bottom: 22px;
}
.home-articles-selection > h2 a {
	text-decoration: none;
	color: #1d2240;
}
@media (max-width: 1120px) {
	.home-articles-selection > h2 {
		width: 100%;
		text-align: center;
		margin-bottom: 22px;
	}
}
@media (max-width: 860px) {
	.home-articles-selection > h2 {
		font-size: 16px;
		text-align: left;
	}
}
@media (max-width: 1120px) {
	.home-articles-selection {
		flex-wrap: wrap;
	}
}
.home-articles-selection .button-primary {
	white-space: nowrap;
	max-width: none;
}
@media (max-width: 860px) {
	.home-articles-selection .button-primary {
		width: 100%;
		white-space: nowrap;
		justify-content: flex-end;
		margin-top: 12px;
	}
}
.article-full-ifsa {
	margin-bottom: 96px;
}
.article-categories {
	display: flex;
	width: 100%;
}
@media (max-width: 860px) {
	.article-categories {
		flex-wrap: wrap;
		justify-content: center;
	}
}
.article-category,
.article-category-home {
	font-size: 10px;
	font-weight: 600;
	text-align: center;
	color: #1d2240;
	border-radius: 20px;
	padding: 10px 10px;
	text-transform: uppercase;
	border: solid 2px rgba(29, 34, 64, 0.2);
	line-height: 1.2;
	margin-right: 20px;
	transition: all 0.2s;
	display: flex;
	align-items: center;
	flex: 1;
	justify-content: center;
	text-decoration: none;
	cursor: pointer;
}
.article-category sup,
.article-category-home sup {
	color: rgba(29, 34, 64, 0.5);
}
.article-category.active,
.article-category:hover,
.article-category-home.active,
.article-category-home:hover {
	border-color: #1d2240;
}
@media (max-width: 860px) {
	.article-category,
	.article-category-home {
		margin: 5px;
	}
}
.article-category-home {
	background-color: #0484bd;
	color: white;
	border: solid 2px #0484bd;
	font-weight: normal;
	text-transform: none;
	transition: all 0.2s;
}
.article-category-home:hover {
	border-color: rgba(255, 255, 255, 0.5);
}
.home-videos {
	padding-top: 50px;
	padding-bottom: 96px;
	background-image: linear-gradient(to top, #f6f8fa 35%, #fff 121%);
}
.home-videos h2 a {
	text-decoration: none;
	font-size: 18px;
	color: #1d2240;
}
@media (max-width: 1120px) {
	.home-videos {
		padding-top: 22px;
		padding-bottom: 22px;
		padding-right: 10px;
		padding-left: 10px;
	}
}
@media (max-width: 860px) {
	.home-videos {
		padding-left: 37px;
		padding-right: 37px;
	}
}
.video-category {
	list-style-type: none;
	margin: 16px 0;
}
.video-category a {
	text-decoration: none;
	font-size: 10px;
	line-height: 2.5;
	text-decoration: none;
	text-transform: uppercase;
	font-weight: 600;
	color: rgba(29, 34, 64, 0.5);
}
@media (max-width: 1120px) {
	.video-category {
		margin: 4px 0;
	}
}
@media (max-width: 860px) {
	.video-category {
		margin: 10px 0 0 0;
	}
}
.videos-display {
	display: flex;
}
@media (max-width: 1120px) {
	.videos-display {
		flex-wrap: wrap;
		justify-content: space-between;
	}
}
.video-container {
	width: 100%;
	max-width: 245px;
	display: flex;
	flex-direction: column;
	margin: 0 46px 0 0;
}
.video-container:last-child {
	margin: 0;
}
@media (max-width: 1120px) {
	.video-container {
		margin: 0 0 46px 0;
		width: 45%;
		max-width: none;
	}
}
@media (max-width: 860px) {
	.video-container {
		width: 100%;
	}
}
.home-photo-2 {
	width: 100%;
	max-width: 245px;
	margin-left: 46px;
}
.video-image {
	height: 164px;
	background-size: cover;
	position: relative;
}
.video-image:after {
	content: "";
	position: absolute;
	top: 0;
	left: 0;
	background-color: #1d2240;
	opacity: 0.6;
	width: 100%;
	height: 100%;
}
.video-image svg {
	z-index: 100;
	position: absolute;
	bottom: auto;
	left: auto;
	background-color: rgba(255, 255, 255, 0.75);
	border-radius: 100%;
}
.video-image svg path {
	d: path("M457.035 366.291a25.075 25.075 0 1 0 1.965 9.73 24.927 24.927 0 0 0-1.965-9.73zM431 383.021v-13l10 6.84z");
	transform: translate(-409px, -351.021px);
	fill: rgba(4, 132, 189, 0.6) !important;
	transition: all, 0.2s;
	stroke: rgba(4, 132, 189, 0.85) !important;
}
.video-image:hover svg path {
	d: path("M457.035 366.291a25.075 25.075 0 1 0 1.965 9.73 24.927 24.927 0 0 0-1.965-9.73zM431 383.021v-13l10 6.84z");
	transform: translate(-409px, -351.021px);
	stroke: #1d2240 !important;
	fill: #1d2240 !important;
}
@media (max-width: 1120px) {
	.video-image {
		height: 225px;
	}
}
.video-title {
	text-decoration: none;
	color: #1d2240;
	font-size: 14px;
	font-weight: 600;
	line-height: 1.71;
}
.home-newsletter-container {
	background-image: linear-gradient(to bottom, #f6f8fa 35%, #fff 121%);
	padding-bottom: 96px;
}
.home-newsletter-container.home-newsletter-container-main {
	padding-top: 46px;
}
@media (max-width: 1120px) {
	.home-newsletter-container {
		padding-bottom: 46px;
	}
}
.home-newsletter {
	background-color: #1d2240;
	padding: 46px 0 46px 96px;
	display: flex;
	justify-content: space-around;
	grid-row: 1;
	z-index: 100;
}
@media (max-width: 1120px) {
	.home-newsletter {
		padding: 46px 0 46px 46px;
	}
}
@media (max-width: 860px) {
	.home-newsletter {
		flex-direction: column;
	}
}
.home-newsletter.awards-newsletter {
	padding: 22px 0 22px 22px;
}
.newsletter-heading {
	font-size: 14px;
	line-height: 2.5;
	color: rgba(255, 255, 255, 0.5);
	margin-bottom: 15px;
	text-transform: uppercase;
}
.newsletter-text {
	font-size: 20px;
	line-height: 1.25;
	color: white;
}
@media (max-width: 860px) {
	.newsletter-text {
		font-size: 17px;
	}
}
.newsletter-content {
	margin-right: 40px;
}
@media (max-width: 860px) {
	.newsletter-content {
		margin-bottom: 22px;
	}
}
.newsletter-form {
	display: flex;
	align-items: center;
	flex: 1;
	margin-left: 40px;
	width: 480px;
}
.newsletter-background {
	background-color: #1d2240;
	grid-row: 1;
	z-index: 0;
}
.home-magazine {
	overflow: hidden;
	background-image: linear-gradient(to top, #f6f8fa 35%, #fff 121%);
	padding: 0 0 96px 0;
}
.home-magazine > h2 {
	text-transform: uppercase;
	font-size: 18px;
	line-height: 1.25;
	margin-bottom: 22px;
	display: flex;
	justify-content: space-between;
	padding: 0 10px;
}
.home-magazine > h2 a {
	color: #1d2240;
	text-decoration: none;
}
@media (max-width: 860px) {
	.home-magazine > h2 {
		position: sticky;
		left: 0;
	}
}
.home-magazine .underline {
	height: 1px;
	background-color: lightgrey;
	margin-bottom: 46px;
}
@media (max-width: 860px) {
	.home-magazine .underline {
		position: sticky;
		left: 0;
	}
}
.home-magazine .home-magazine-carousel {
	grid-column: 2 / 3;
	max-width: none;
	overflow: hidden;
}
.home-magazine .home-magazine-carousel .mag-slider {
	display: flex;
	height: 339px;
	transition: margin 0.5s;
}
@media (max-width: 1120px) {
	.home-magazine .home-magazine-carousel .mag-slider {
		height: 250px;
	}
}
@media (max-width: 860px) {
	.home-magazine .home-magazine-carousel .mag-slider {
		height: auto;
	}
}
@media (max-width: 1120px) {
	.home-magazine {
		padding: 0 0 46px 0;
	}
}
@media (max-width: 860px) {
	.home-magazine {
		padding: 0 37px 22px 37px;
		overflow: scroll;
	}
}
.home-magazine-item {
	display: flex;
	width: 582px;
	min-width: 582px;
	height: auto;
}
@media (max-width: 1120px) {
	.home-magazine-item {
		width: 420px;
		min-width: 420px;
	}
}
@media (max-width: 860px) {
	.home-magazine-item {
		flex-direction: column;
		width: 230px;
		min-width: 230px;
		margin-right: 46px;
	}
}
.home-magazine-item-left {
	flex: 1;
	background-size: cover;
}
@media (max-width: 860px) {
	.home-magazine-item-left {
		height: 320px;
		flex: none;
	}
}
.home-magazine-item-right {
	flex: 1;
	margin-left: 46px;
	margin-right: 46px;
	display: flex;
	flex-direction: column;
	justify-content: center;
}
@media (max-width: 1120px) {
	.home-magazine-item-right {
		margin-left: 22px;
		margin-right: 22px;
	}
}
@media (max-width: 860px) {
	.home-magazine-item-right {
		margin: 22px 22px 0 0;
	}
}
.mag-title {
	font-size: 14px;
	font-weight: 600;
	line-height: 1.71;
	color: #1d2240;
	text-align: left;
}
.mag-link {
	font-size: 12px;
	font-weight: 600;
	line-height: 1.25;
	text-decoration: none;
	color: #1d2240;
	display: flex;
	align-items: center;
	margin-top: auto !important;
}
.mag-link span {
	padding-right: 10px;
}
.mag-link:after {
	content: "";
	width: 40px;
	height: 40px;
	cursor: pointer;
	background-image: url("/wp-content/themes/apex/images/button-primary-dark.png");
	background-position: left;
	background-size: 200% 100%;
}
.mag-link:hover:after {
	background-position: right;
}
@media (max-width: 860px) {
	.mag-link {
		margin-top: 12px;
	}
}
.mag-controls {
	display: flex;
}
.mag-controls .mag-left,
.mag-controls .mag-right {
	width: 40px;
	margin: 0 10px;
	cursor: pointer;
	height: 40px;
	background-image: url("/wp-content/themes/apex/images/button-primary-dark.png");
	background-position: left;
	background-size: 200% 100%;
}
.mag-controls .mag-left:hover,
.mag-controls .mag-right:hover {
	background-position: right;
}
.mag-controls .mag-left {
	background-image: url("/wp-content/themes/apex/images/button-primary-reversed.png");
}
.home-events-cont {
	padding: 64px 0;
	background-image: url("/wp-content/themes/apex/images/clouds-bg.jpg");
	background-size: cover;
}
@media (max-width: 1120px) {
	.home-events-cont {
		padding: 0;
	}
}
.home-events {
	padding: 0;
	background-color: white;
}
.home-events h2 {
	display: flex;
	justify-content: space-between;
	align-items: center;
	font-size: 28px;
	font-weight: 600;
	line-height: 0.89;
	border-bottom: solid 1px rgba(29, 34, 64, 0.05);
	padding: 0 0 22px 96px;
}
.home-events h2 .see-all-events-link {
	display: flex;
	align-items: center;
	text-decoration: none;
	font-size: 12px;
	font-weight: bold;
	line-height: 1.25;
	color: #1d2240;
}
.home-events h2 .see-all-events-link span {
	margin-right: 22px;
}
.home-events h2 .see-all-events-link svg path {
	fill: rgba(29, 34, 64, 0.2);
	transition: all 0.2s;
}
.home-events h2 .see-all-events-link:hover svg path {
	fill: rgba(29, 34, 64, 0.5);
}
@media (max-width: 860px) {
	.home-events h2 .see-all-events-link {
		display: none;
	}
}
@media (max-width: 1120px) {
	.home-events h2 {
		padding: 0 22px 46px 46px;
	}
}
@media (max-width: 860px) {
	.home-events h2 {
		padding: 0 37px 22px 37px;
		line-height: 1.2;
	}
}
@media (max-width: 860px) {
	.home-events {
		padding-top: 46px;
	}
}
.home-event-list li:nth-child(even) {
	background-color: #e9ebef;
}
@media (max-width: 860px) {
	.home-event-list {
		padding: 0;
	}
}
.home-event-item {
	grid-template-columns: 1120px auto;
	font-family: "Open Sans";
}
.home-event-item > div {
	display: flex;
	align-items: flex-start;
	justify-content: space-between;
	padding: 22px 0 22px 96px;
	border-bottom: solid 1px rgba(29, 34, 64, 0.05);
}
@media (max-width: 1120px) {
	.home-event-item > div {
		padding: 46px 22px 46px 46px;
	}
}
@media (max-width: 860px) {
	.home-event-item > div {
		flex-direction: column;
		padding: 22px 37px;
		align-items: flex-start;
	}
}
.home-event-item:nth-child(even) {
	background-color: #fbfcfd;
}
@media (max-width: 860px) {
	.home-event-item {
		padding: 0;
	}
}
.home-event-item:hover {
	background-color: #cdf4fe !important;
}
.home-event-date-location {
	flex: 1;
	opacity: 0.7;
	font-size: 10px;
	font-weight: 600;
	line-height: 2.2;
	color: #1d2240;
	text-transform: uppercase;
}
.home-event-date-location .far,
.home-event-date-location .fas {
	padding-right: 10px !important;
}
@media (max-width: 860px) {
	.home-event-date-location {
		padding-top: 22px;
	}
}
@media (max-width: 860px) {
	.home-event-date {
		padding-bottom: 5px !important;
	}
}
.home-event-date,
.home-event-location,
.home-event-countdown {
	font-size: 16px;
	font-weight: bold;
}
.home-event-date .fas,
.home-event-date .far,
.home-event-location .fas,
.home-event-location .far,
.home-event-countdown .fas,
.home-event-countdown .far {
	display: none;
}
@media (max-width: 860px) {
	.home-event-date .fas,
	.home-event-date .far,
	.home-event-location .fas,
	.home-event-location .far,
	.home-event-countdown .fas,
	.home-event-countdown .far {
		display: inline;
		padding-right: 5px !important;
	}
}
.home-event-title {
	flex: 2;
	font-size: 16px;
	font-weight: 600;
	line-height: 1.25;
	color: #1d2240;
	text-decoration: none;
	font-family: "Termina";
}
@media (max-width: 860px) {
	.home-event-title {
		font-size: 28px;
		padding-bottom: 10px !important;
		padding-left: 0 !important;
	}
}
.home-event-desc {
	font-size: 16;
	line-height: 1.38;
}
@media (max-width: 860px) {
	.home-event-desc {
		padding-bottom: 22px !important;
	}
}
.home-event-countdown {
	flex: 1;
	display: flex;
	justify-content: flex-end;
	align-items: center;
}
@media (max-width: 860px) {
	.home-event-countdown {
		display: none;
	}
}
.countdown-label {
	font-size: 10px;
	text-transform: uppercase;
	line-height: 2.2;
	font-weight: 600;
	opacity: 0.5;
	padding-bottom: 8px;
}
.home-countdown-middle {
	font-size: 18px;
	font-weight: 600;
	line-height: 1.17;
	margin: 0 30px;
}
.home-countdown-left,
.home-countdown-right {
	display: flex;
	flex-direction: column;
	align-items: center;
}
.countdown-hours,
.countdown-days {
	font-size: 18px;
	font-weight: 600;
	line-height: 1.17;
	color: #1d2240;
}
.home-lower-photo-cont {
	padding: 96px 0;
	background-image: linear-gradient(to bottom, #f6f8fa 35%, #fff 121%);
}
@media (max-width: 1120px) {
	.home-lower-photo-cont {
		padding: 46px 0;
	}
}
.home-lower-photo {
	background-size: cover;
	width: 100%;
	max-width: 1120px;
	height: 360px;
}
.events-main-info {
	background-color: #1d2240;
	padding-top: 96px;
	padding-bottom: 420px;
	background-image: url("/wp-content/themes/apex/images/plane-engine.png");
	background-size: 50% auto;
	background-repeat: no-repeat;
	background-position: right;
}
.events-main-info h2 {
	font-size: 12px;
	font-weight: 600;
	line-height: 1.25;
	color: rgba(255, 255, 255, 0.5);
	text-transform: uppercase;
	margin-bottom: 56px;
}
.events-main-info h3 {
	font-size: 40px;
	font-weight: 600;
	line-height: 1.38;
	color: white;
	max-width: 66%;
	margin-bottom: 56px;
}
@media (max-width: 1120px) {
	.events-main-info {
		padding-top: 46px;
	}
}
.events-landing-featured.cat-full-width-featured {
	margin: 46px 0 0 0;
	padding-left: 10px;
	padding-right: 10px;
}
@media (max-width: 860px) {
	.events-landing-featured.cat-full-width-featured {
		align-items: flex-start;
		padding-left: 37px;
		padding-right: 37px;
	}
}
.events-landing-main {
	background-image: linear-gradient(to bottom, #f6f8fa 35%, #fff 121%);
}
.events-featured-image {
	height: 450px;
}
.events-landing-events {
	background: none;
	padding-top: 0;
}
.events-landing-events .home-events {
	background: none;
}
.events-landing-events .home-events h2 {
	padding-left: 10px;
	padding-bottom: 22px;
}
@media (max-width: 860px) {
	.events-landing-events .home-events h2 {
		padding-left: 0;
		padding-right: 37px;
	}
}
.events-landing-events .home-event-item {
	background: none;
}
.events-landing-events .home-event-item div {
	padding-left: 10px;
}
@media (max-width: 860px) {
	.events-landing-events .home-event-item div {
		padding-left: 0;
	}
}
.events-landing-events .home-event-item .event-landing-event-image {
	height: 125px;
	width: 190px;
	background-size: cover;
}
.events-landing-events .home-event-item .home-event-date-location {
	flex: none;
}
.events-landing-events .home-event-item .home-event-title {
	flex: none;
}
@media (max-width: 860px) {
	.events-landing-events .home-event-item .home-event-title {
		padding-top: 22px;
	}
}
.events-landing-events .home-event-item .home-event-countdown {
	flex: none;
}
@media (max-width: 860px) {
	.events-landing-events {
		padding-bottom: 46px;
		padding-left: 37px;
		padding-right: 37px;
	}
}
.home-event-item {
	border-bottom: solid 1px darkgray;
	list-style-type: none;
}
.home-event-item .left > * {
	padding: 0 10px;
}
.home-event-item .left > *:nth-child(1) {
	flex: 3;
}
.home-event-item .left > *:nth-child(2) {
	flex: 3;
}
.home-event-item .left > *:nth-child(3) {
	flex: 1;
}
.home-event-item .left > *:nth-child(4) {
	flex: 1;
}
.home-event-item .left > *:nth-child(5) {
	flex: 1;
	justify-content: flex-start;
}
@media (max-width: 860px) {
	.home-event-item .left {
		padding: 22px !important;
	}
}
.events-sub-heading {
	font-size: 14px;
	line-height: 2;
	color: rgba(255, 255, 255, 0.6);
	max-width: 50%;
}
.events-carousel {
	padding-top: 0;
	margin-top: -600px;
	background: none;
}
.events-carousel h2.center {
	font-size: 28px;
	font-weight: 600;
	line-height: 0.89;
	color: white;
	margin-bottom: 30px;
	display: flex;
	justify-content: space-between;
}
.events-carousel h2.center svg path {
	fill: rgba(255, 255, 255, 0.5);
}
.events-carousel h2.center svg:hover path {
	fill: #fff;
}
.events-carousel .events-slider {
	height: auto !important;
}
@media (max-width: 860px) {
	.events-carousel {
		padding-left: 0;
		padding-right: 0;
	}
}
.events-carousel-cont {
	background-image: linear-gradient(to bottom, rgba(202, 214, 225, 0.72) 29%, #fff 100%);
	padding-top: 300px;
	padding-bottom: 250px;
}
.events-carousel-item {
	width: 342px;
	min-width: 342px;
	flex-direction: column;
	margin-right: 46px;
	text-align: left;
}
@media (max-width: 1120px) {
	.events-carousel-item {
		width: 388px;
		min-width: 388px;
	}
}
@media (max-width: 860px) {
	.events-carousel-item {
		width: 230px;
		min-width: 230px;
	}
}
.events-carousel-top {
	min-height: 342px;
	flex: none;
}
@media (max-width: 860px) {
	.events-carousel-top {
		min-height: 230px;
		height: 230px;
	}
}
.events-carousel-item-date {
	text-transform: uppercase;
	font-size: 10px;
	font-weight: 600;
	line-height: 2.5;
	color: rgba(29, 34, 64, 0.5);
	padding-top: 36px;
}
.events-carousel-bottom {
	margin: 0;
}
.events-carousel-bottom .mag-link {
	font-size: 20px;
	font-weight: 600;
	color: #1d2240;
	line-height: 1.5;
	margin: 0;
	padding: 15px 0;
}
@media (max-width: 1120px) {
	.events-carousel-bottom {
		padding-left: 10px;
		padding-right: 10px;
	}
}
.events-carousel-item-blurb {
	font-size: 12px;
	line-height: 2.08;
	color: rgba(29, 34, 64, 0.7);
}
.events-photo-cont {
	padding: 0 0 72px 0;
}
.events-photo {
	height: 360px;
	display: block;
	width: 100%;
	background-size: cover;
}
.sponsor-info-cont {
	background-image: url("/wp-content/themes/apex/images/sponsor-bg.jpg");
	background-size: cover;
	background-position: bottom;
}
.sponsor-info {
	background-color: white;
	padding: 46px 10px 0 0;
	margin-top: -255px;
}
.sponsor-info.sponsor-info-event-landing {
	margin-top: 46px;
	margin-bottom: 234px;
}
@media (max-width: 860px) {
	.sponsor-info.sponsor-info-event-landing {
		margin-top: 46px;
	}
}
@media (max-width: 1120px) {
	.sponsor-info {
		padding: 46px 10px 0 0;
	}
}
@media (max-width: 860px) {
	.sponsor-info.right {
		padding-right: 0;
		grid-column: 2 / span 1;
	}
}
.sponsor-info-text {
	display: flex;
	max-width: 1120px;
	padding-left: 99px;
}
@media (max-width: 1120px) {
	.sponsor-info-text {
		padding-left: 22px;
		padding-right: 46px;
	}
}
@media (max-width: 860px) {
	.sponsor-info-text {
		flex-direction: column;
		text-align: left;
	}
}
.sponsor-info-heading {
	font-size: 28px;
	font-weight: 600;
	line-height: 1.64;
	text-align: left;
	color: #1d2240;
	flex: 1;
}
@media (max-width: 1120px) {
	.sponsor-info-heading {
		font-size: 20px;
	}
}
.sponsor-info-body {
	padding-left: 164px;
	font-size: 14px;
	line-height: 2;
	color: rgba(29, 34, 64, 0.7);
	flex: 2;
}
@media (max-width: 1120px) {
	.sponsor-info-body {
		padding-left: 46px;
	}
}
@media (max-width: 860px) {
	.sponsor-info-body {
		padding-left: 0;
		padding-top: 22px;
	}
}
.sponsor-info-contact-box {
	background-color: #1d2240;
	margin: 46px 0 0 300px;
	margin-bottom: -96px;
	padding: 46px;
}
.sponsor-info-contact-box > div {
	display: flex;
	justify-content: space-evenly;
	align-items: center;
	height: 100%;
}
@media (max-width: 860px) {
	.sponsor-info-contact-box > div {
		flex-direction: column;
		text-align: left;
		align-items: flex-start;
	}
}
.sponsor-info-contact-box > div > div {
	font-size: 14px;
	line-height: 2;
	color: white;
}
@media (max-width: 860px) {
	.sponsor-info-contact-box > div > div {
		margin-left: 0;
	}
}
.sponsor-info-contact-box > div > div a {
	font-size: 14px;
	line-height: 2;
	color: white;
}
.sponsor-info-contact-box > div > div p.sponsor-info-contact-box-heading {
	font-size: 12px;
	text-transform: uppercase;
	font-weight: 600;
	line-height: 1.25;
	color: rgba(255, 255, 255, 0.5);
	margin-bottom: 0;
}
@media (max-width: 860px) {
	.sponsor-info-contact-box > div > div p.sponsor-info-contact-box-heading {
		margin-top: 46px;
	}
}
.sponsor-info-contact-box .sponsor-dl-link {
	display: flex;
	align-items: center;
	justify-content: flex-end;
	text-align: right;
	text-decoration: none;
}
.sponsor-info-contact-box .sponsor-dl-link span {
	padding-right: 25px;
}
@media (max-width: 860px) {
	.sponsor-info-contact-box {
		padding-right: 0;
		margin: 46px 0 0 0;
		padding: 46px 37px;
		height: auto;
	}
}
.home-event-heading {
	font-size: 14px;
	opacity: 0.6;
	font-weight: normal;
	line-height: 2.2;
	color: #1d2240;
	padding-bottom: 10px !important;
}
@media (max-width: 860px) {
	.home-event-heading {
		display: none !important;
	}
}
.presenting-info-cont {
	margin-top: 142px;
	padding-top: 96px;
	padding-bottom: 238px;
	text-align: center;
}
@media (max-width: 1120px) {
	.presenting-info-cont {
		padding-top: 46px;
		padding-bottom: 46px;
	}
}
@media (max-width: 860px) {
	.presenting-info-cont {
		margin-top: 22px;
	}
}
.presenting-info-heading {
	font-size: 40px;
	font-weight: 600;
	max-width: 75%;
	line-height: 1.38;
	margin: 0 auto 48px auto;
}
@media (max-width: 860px) {
	.presenting-info-heading {
		max-width: 100%;
	}
}
.presenting-info-text {
	font-size: 16px;
	line-height: 2;
	color: #1d2240;
	max-width: 50%;
	margin: 0 auto 48px auto;
}
@media (max-width: 860px) {
	.presenting-info-text {
		max-width: 100%;
	}
}
.presenting-info-url {
	font-size: 12px;
	font-weight: 600;
	line-height: 1.25;
	color: #1d2240;
	text-decoration: none;
	display: flex;
	align-items: center;
	justify-content: center;
}
.presenting-info-url span {
	padding-right: 25px;
}
.presenting-info-url svg path {
	transition: all 0.2s;
	fill: rgba(29, 34, 64, 0.5);
}
.presenting-info-url:hover svg path {
	fill: #1d2240;
}
.events-three-boxes {
	padding: 72px 0;
	display: flex;
	justify-content: space-between;
}
.event-boxes-box {
	width: 300px;
	height: 250px;
}
.event-details-header-cont {
	background-color: #1d2240;
	padding-bottom: 420px;
	padding-left: 10px;
	padding-right: 10px;
}
.event-details-header-cont.event-details-header-cont-main {
	padding-bottom: 46px;
	margin-bottom: 96px;
}
@media (max-width: 860px) {
	.event-details-header-cont {
		padding-left: 0;
		padding-right: 0;
	}
}
.event-details-header-cont .expo-featured-main-cont {
	width: 100%;
	flex-wrap: nowrap;
}
.event-details-header-cont .expo-featured-main-cont .news-featured-item {
	background-position: center;
}
@media (max-width: 860px) {
	.event-details-header-cont .expo-featured-main-cont .news-featured-item {
		background-position: top;
		width: 100%;
	}
}
@media (max-width: 860px) {
	.event-details-header-cont .expo-featured-main-cont {
		flex-wrap: wrap;
	}
}
.event-details-header-cont .expo-featured-cont {
	height: 358px;
}
@media (max-width: 860px) {
	.event-details-header-cont .expo-featured-cont {
		height: auto;
		padding-right: 37px;
		padding-left: 37px;
	}
}
.event-details-header-cont .news-featured-item-expo-middle {
	margin: 0 22px;
}
.event-overlay {
	background-repeat: no-repeat;
	background-position: top right;
	background-size: cover;
	width: 50%;
	height: 130%;
	position: absolute;
	top: 8px;
	right: 0;
	opacity: 0.1;
}
@media (max-width: 860px) {
	.event-overlay {
		width: 100%;
	}
}
.breadcrumb-cont.breadcrumb-cont-event {
	background-image: none;
}
.event-details-header {
	display: flex;
	flex-direction: column;
	justify-content: space-between;
	position: relative;
	padding-top: 22px;
	padding-right: 22px;
	overflow: hidden;
	margin-top: -200px;
}
@media (max-width: 860px) {
	.event-details-header {
		flex-direction: column;
		padding: 0 37px 22px 37px;
	}
}
.event-header-left {
	flex: 1;
	padding-right: 90px;
	z-index: 100;
	display: flex;
	align-items: center;
}
.event-header-left > img {
	max-width: 300px;
	margin-right: 46px;
}
@media (max-width: 860px) {
	.event-header-left > img {
		margin-right: 0;
		margin-bottom: 22px;
	}
}
.event-header-left.event-header-left-main {
	flex: 3;
	padding-right: 0;
}
@media (max-width: 860px) {
	.event-header-left {
		margin-top: 22px;
		padding-right: 0;
		flex-direction: column;
		align-items: flex-start;
	}
}
.event-header-right {
	flex: 1;
	padding-left: 0;
	z-index: 100;
	margin-top: 46px;
}
.event-header-right > img {
	width: 100%;
}
@media (max-width: 860px) {
	.event-header-right {
		padding-left: 0;
	}
}
.event-details-title {
	font-size: 60px;
	font-weight: 600;
	color: white;
	line-height: 1.2;
	margin-top: 0;
	margin-bottom: 28px;
}
@media (max-width: 1120px) {
	.event-details-title {
		font-size: 40px;
	}
}
.event-details-blurb {
	opacity: 0.9;
	color: white;
	font-family: "Open Sans";
	margin-bottom: 35px;
	font-size: 16px;
	font-weight: normal;
	line-height: 1.38;
}
.event-date-location-cont {
	display: inline-block;
	float: right;
}
.event-date-location-cont span {
	color: white;
	font-size: 18px;
	font-weight: 600;
	line-height: 1.67;
	text-transform: uppercase;
}
.event-date-location-cont span br {
	display: none;
}
.event-date-location-cont.event-date-location-cont-main {
	float: none;
	padding-top: 22px;
}
@media (max-width: 860px) {
	.event-date-location-cont {
		float: none;
	}
}
.event-details-info-cont {
	background-image: linear-gradient(to bottom, #f6f8fa 35%, #fff 121%);
}
@media (max-width: 860px) {
	.event-details-info-cont {
		padding: 0 0 0 37px;
	}
}
.event-details-info {
	background-color: white;
	padding: 56px 100px;
	margin-top: -325px;
}
@media (max-width: 860px) {
	.event-details-info {
		padding: 46px 31px;
		margin-top: -375px;
	}
}
.event-info-box {
	max-width: 1120px;
	display: flex;
	flex-wrap: wrap;
}
.event-info-top {
	width: 100%;
	padding-bottom: 56px;
	text-align: left;
}
.event-info-top img {
	max-height: 100px;
}
@media (max-width: 860px) {
	.event-info-top {
		padding-bottom: 22px;
	}
}
.event-info-left {
	flex: 2;
	display: flex;
	flex-direction: column;
	padding-right: 50px;
	text-align: left;
}
.event-info-left > h2 {
	font-size: 32px;
	font-weight: 600;
	line-height: 1.44;
	color: #11152a;
}
@media (max-width: 860px) {
	.event-info-left > h2 {
		font-size: 20px;
	}
}
@media (max-width: 860px) {
	.event-info-left {
		padding-right: 0;
	}
}
.event-info-right {
	padding-left: 50px;
	flex: 1;
	font-size: 10px;
	font-weight: 600;
	line-height: 1.2;
	text-transform: uppercase;
	text-align: left;
}
.event-info-right > div {
	margin-bottom: 34px;
	line-height: 2;
}
.event-info-right span {
	opacity: 0.7;
	display: block;
}
@media (max-width: 860px) {
	.event-info-right {
		display: none;
	}
}
.event-info-body {
	opacity: 0.9;
	font-size: 14px;
	line-height: 2;
	color: #1d2240;
	margin: 24px 0;
}
.event-photo-1-cont {
	background-image: linear-gradient(to top, #f6f8fa 35%, #fff 121%);
}
.event-photo-2-cont {
	background-image: linear-gradient(to top, #f6f8fa 35%, #fff 121%);
	margin-bottom: 450px;
	padding-bottom: 450px;
}
.event-photo-1,
.event-photo-2 {
	height: 361px;
	background-size: cover;
	margin: 72px 0;
}
.event-photo-2 {
	margin-top: 0;
}
.speakers-carousel-cont {
	padding-top: 96px;
	padding-bottom: 0;
	background-image: linear-gradient(to bottom, #f6f8fa 35%, #fff 121%);
}
.speakers-carousel-cont .speakers-carousel {
	margin-top: 0;
}
.speakers-carousel-cont .speakers-carousel h2.center {
	color: #1d2240;
}
.speakers-carousel-cont .speakers-carousel .mag-controls svg path {
	fill: rgba(29, 34, 64, 0.2);
}
.speakers-carousel-cont .speakers-carousel .mag-controls svg:hover path {
	fill: rgba(29, 34, 64, 0.5);
}
.speakers-carousel-cont .events-carousel-item-blurb {
	padding-bottom: 15px;
}
@media (max-width: 860px) {
	.speakers-carousel-cont {
		padding-top: 46px;
	}
}
.event-sessions {
	padding: 100px 0 !important;
}
.event-sessions > h2 {
	font-size: 24px;
	font-weight: 600;
	color: white;
	line-height: 1.21;
	padding-left: 96px;
}
@media (max-width: 1120px) {
	.event-sessions > h2 {
		padding-left: 46px;
	}
}
.event-sessions .event-sessions-boxes {
	align-items: stretch;
	padding-left: 96px;
	height: 354px !important;
}
@media (max-width: 1120px) {
	.event-sessions .event-sessions-boxes {
		padding-left: 46px;
	}
}
@media (max-width: 860px) {
	.event-sessions {
		padding-top: 56px !important;
		padding-bottom: 56px !important;
	}
}
.session-top {
	display: flex;
	justify-content: space-between;
	width: 100%;
	padding-right: 10px;
	align-items: center;
}
@media (max-width: 860px) {
	.session-top {
		flex-direction: column;
		align-items: flex-start;
	}
	.session-top > span {
		padding-bottom: 22px;
	}
}
.session-box {
	color: white;
	width: 339px;
	margin-right: 40px;
	background-color: rgba(51, 57, 97, 0.5);
	padding: 56px 32px;
}
.session-box h3 {
	font-size: 16px;
	font-weight: 600;
	line-height: 1.56;
	max-width: 75%;
	margin-top: 40px;
}
.session-time {
	opacity: 0.7;
	font-size: 10px;
	font-weight: 600;
	line-height: 1.2;
}
.upcoming-events-cont h2 {
	display: flex;
	justify-content: space-between;
	flex-wrap: wrap;
	align-items: center;
}
@media (max-width: 1120px) {
	.upcoming-events-cont h2 {
		padding-left: 10px;
	}
}
@media (max-width: 860px) {
	.upcoming-events-cont h2 {
		padding-left: 37px;
	}
}
.event-sessions-cont {
	background-image: none;
	background-color: transparent;
	padding-top: 1px;
	padding-bottom: 0;
	margin-top: 450px;
	background-image: url("/wp-content/themes/apex/images/clouds-bg.jpg");
	background-size: cover;
	background-position: bottom center;
	background-repeat: no-repeat;
}
.event-sessions-cont > .grid-cont {
	margin: -450px 0 0 0;
}
.event-sessions-cont > .grid-cont.ticket-info-cont {
	margin-top: 0;
}
.event-sessions-cont > .grid-cont > .upcoming-events-cont {
	background-color: #1d2240;
	padding: 100px 96px;
}
@media (max-width: 1120px) {
	.event-sessions-cont > .grid-cont > .upcoming-events-cont {
		padding: 100px 46px;
	}
}
.event-sessions-cont .home-magazine-carousel {
	transition: opacity 1s;
	opacity: 0;
	height: 0;
	overflow: hidden;
}
.event-sessions-cont .home-magazine-carousel.active {
	opacity: 1;
	height: auto;
}
.event-sessions-cont .mag-controls {
	margin-top: 46px;
	margin-left: 96px;
}
.event-sessions-cont .mag-controls svg path {
	fill: rgba(255, 255, 255, 0.5);
}
.event-sessions-cont .mag-controls svg:hover path {
	fill: #fff;
}
@media (max-width: 1120px) {
	.event-sessions-cont .mag-controls {
		margin-left: 46px;
	}
}
.session-type {
	opacity: 0.5;
	font-size: 10px;
	font-weight: 600;
	color: white;
	line-height: 1.2;
	margin-top: auto;
	text-transform: uppercase;
}
.multi-day-cont {
	display: flex;
	width: 100%;
}
@media (max-width: 860px) {
	.multi-day-cont {
		flex-wrap: wrap;
	}
}
.multi-day-date {
	margin: 40px 40px 55px 0;
	cursor: pointer;
}
.multi-day-date:hover > p,
.multi-day-date.active > p {
	opacity: 1;
}
.multi-day-date:last-child {
	margin-right: 0;
}
.multi-day-date > span {
	opacity: 0.7;
	font-size: 10px;
	font-weight: 600;
	line-height: 1.2;
	color: white;
	text-transform: uppercase;
}
.multi-day-date > p {
	transition: all 0.2s;
	font-size: 60px;
	font-weight: 600;
	line-height: 1.2;
	color: white;
	opacity: 0.3;
}
@media (max-width: 860px) {
	.multi-day-date > p {
		font-size: 20px;
	}
}
.multi-day-date.active > p {
	opacity: 1;
}
@media (max-width: 860px) {
	.multi-day-date {
		margin: 22px 40px 22px 0;
	}
}
.ticket-info {
	display: flex;
	padding: 36px 10px 224px 96px;
}
@media (max-width: 1120px) {
	.ticket-info {
		padding: 36px 10px 224px 46px;
	}
}
@media (max-width: 860px) {
	.ticket-info {
		flex-direction: column;
		padding: 36px 0 160px 0;
	}
}
.ticket-info-left {
	flex: 1;
	padding-right: 24px;
}
.ticket-info-left h3 {
	font-size: 60px;
	font-weight: 600;
	line-height: 1.2;
	color: #1d2240;
}
@media (max-width: 860px) {
	.ticket-info-left h3 {
		font-size: 40px;
	}
}
.ticket-info-right {
	flex: 1;
}
@media (max-width: 860px) {
	.ticket-info-right {
		padding-top: 22px;
	}
}
.ticket-info-date-loc {
	font-size: 14px;
	font-weight: 600;
	font-style: normal;
	line-height: 1.14;
	text-transform: uppercase;
	margin-top: 24px;
}
.ticket-info-text {
	font-size: 14px;
	color: #1d2240;
	margin: 24px 0;
	opacity: 0.9;
	line-height: 2;
}
.event-sponsors {
	display: flex;
	flex-wrap: wrap;
	align-items: center;
	padding-top: 46px;
	justify-content: center;
}
.event-sponsors > div {
	font-size: 10px;
	font-weight: 600;
	text-transform: uppercase;
	line-height: 1.2;
	opacity: 0.7;
}
@media (max-width: 860px) {
	.event-sponsors > div {
		width: 100%;
	}
}
.event-sponsors > * {
	margin: 0 46px 46px 0;
}
.event-sponsors a {
	display: block;
	height: 100px;
	display: flex;
	flex-direction: column;
	justify-content: center;
	align-items: center;
}
.event-sponsors img {
	max-height: 100%;
}
@media (max-width: 860px) {
	.event-sponsors {
		justify-content: flex-start;
	}
}
.event-home-title {
	display: flex;
	flex-wrap: wrap;
	justify-content: space-between;
}
.event-home-title .event-header-left {
	padding-right: 0;
	flex: 1;
}
.event-home-title .button-primary {
	max-width: none;
	justify-content: flex-end;
}
.event-home-title .event-date-location-cont {
	width: 100%;
}
@media (max-width: 860px) {
	.event-home-title {
		font-size: 28px;
	}
}
.event-home-event-title {
	flex: 2;
}
@media (max-width: 860px) {
	.breadcrumb-cont-expo {
		padding-bottom: 0;
	}
}
.expo-featured-main-cont {
	width: 100%;
	flex-wrap: nowrap;
}
.expo-featured-main-cont .news-featured-item {
	background-position: center;
}
@media (max-width: 860px) {
	.expo-featured-main-cont .news-featured-item {
		background-position: top;
		width: 100%;
	}
}
@media (max-width: 860px) {
	.expo-featured-main-cont {
		flex-wrap: wrap;
	}
}
.event-home-featured {
	top: 0;
	margin-top: -271px;
}
@media (max-width: 860px) {
	.event-home-featured {
		margin-top: 22px;
	}
}
.site-main-expo .section-heading {
	font-size: 28px;
}
.site-main-expo .home-magazine {
	padding: 0 0 22px 0;
}
.speakers-cont-event-home {
	margin-bottom: 96px;
}
.speakers-cont-event-home .button-primary {
	max-width: none;
}
@media (max-width: 1120px) {
	.speakers-cont-event-home {
		padding-left: 10px;
	}
}
@media (max-width: 860px) {
	.speakers-cont-event-home {
		padding-left: 37px;
		margin-bottom: 46px;
	}
}
.speakers-event-home {
	display: flex;
	flex-wrap: wrap;
}
@media (max-width: 860px) {
	.speakers-event-home {
		flex-direction: column;
	}
}
.speaker-item-event-home {
	width: 25%;
	padding-right: 46px;
	margin-bottom: 56px;
}
@media (max-width: 860px) {
	.speaker-item-event-home {
		width: 100%;
		padding-right: 37px;
		margin-bottom: 32px;
	}
}
.event-home-speaker-image {
	width: 100%;
	height: 245px;
	background-size: cover;
	background-position: center;
}
@media (max-width: 860px) {
	.event-home-speaker-image {
		height: 225px;
	}
}
.event-home-speaker-title {
	line-height: 1.5;
}
.event-home-speaker-name {
	font-size: 24px;
	line-height: 1;
}
@media (max-width: 860px) {
	.event-home-speaker-name {
		font-size: 18px;
	}
}
.section-heading-large {
	font-size: 28px !important;
}
.expo-magazine {
	background: none;
}
.expo-magazine .home-magazine-item {
	margin: 0 22px;
	width: 245px;
	min-width: 245px;
}
.expo-magazine .home-magazine-carousel .mag-slider {
	height: 220px;
}
.news-featured-item-expo-middle {
	margin: 0 22px;
}
@media (max-width: 860px) {
	.news-featured-item-expo-middle {
		margin: 22px 0 !important;
	}
}
.speakers-cont-event-home {
	padding-top: 0;
	margin-bottom: 96px;
}
.speakers-cont-event-home .button-primary {
	max-width: none;
}
@media (max-width: 1120px) {
	.speakers-cont-event-home {
		padding-left: 10px;
	}
}
@media (max-width: 860px) {
	.speakers-cont-event-home {
		padding-left: 37px;
		margin-bottom: 46px;
	}
}
.speakers-event-home {
	display: flex;
	flex-wrap: wrap;
}
@media (max-width: 860px) {
	.speakers-event-home {
		flex-direction: column;
	}
}
.speaker-item-event-home {
	width: 25%;
	padding-right: 46px;
	margin-bottom: 56px;
}
@media (max-width: 860px) {
	.speaker-item-event-home {
		width: 100%;
		padding-right: 37px;
		margin-bottom: 32px;
	}
}
.event-home-speaker-image {
	width: 100%;
	height: 245px;
	background-size: cover;
	background-position: center;
}
@media (max-width: 860px) {
	.event-home-speaker-image {
		height: 225px;
	}
}
.event-home-speaker-title {
	line-height: 1.5;
}
.event-home-speaker-name {
	font-size: 24px;
	line-height: 1;
}
@media (max-width: 860px) {
	.event-home-speaker-name {
		font-size: 18px;
	}
}
.event-sponsors-cont-home-events {
	margin-top: 96px;
}
.event-sponsors-cont-home-events .section-heading {
	font-size: 28px;
}
.event-sponsors-cont-home-events .button-primary {
	max-width: none;
}
@media (max-width: 1120px) {
	.event-sponsors-cont-home-events {
		padding-left: 10px;
		padding-right: 10px;
	}
}
@media (max-width: 860px) {
	.event-sponsors-cont-home-events {
		padding-left: 37px;
		padding-right: 37px;
		margin-top: 0;
	}
}
.event-sponsors-event-home {
	overflow-y: hidden;
}
.event-home-sponsors {
	display: flex;
	justify-content: center;
	align-items: stretch;
	overflow-y: hidden;
}
.expo-magazine {
	background: none;
}
.expo-magazine .home-magazine-item {
	margin: 0 22px;
	width: 245px;
	min-width: 245px;
}
.expo-magazine .home-magazine-carousel .mag-slider {
	height: 220px;
}
.event-home-sponsor-item {
	padding-right: 46px;
	padding-left: 46px;
	margin-bottom: 46px;
	max-width: 25%;;
	max-height: 240px; !important
	height: auto; !important
}
.event-home-sponsor-item img {
	width: 100%;
	height: auto; !important
}
@media (max-width: 860px) {
	.event-home-sponsor-item {
		margin-bottom: 22px;
	}
}
.events-sessions-cont-event-home {
	margin-top: 113px;
	background: none;
}
.events-sessions-cont-event-home .events-carousel {
	margin: 0;
}
@media (max-width: 860px) {
	.events-sessions-cont-event-home {
		margin-top: 46px;
	}
}
.ticket-info-event-home {
	background-image: url("/wp-content/themes/apex/images/clouds-bg.jpg");
	background-size: cover;
}
.event-home-general-info-cont.grid-cont {
	margin-top: 0;
}
@media (max-width: 1120px) {
	.event-home-general-info-cont.grid-cont {
		padding-left: 10px;
		padding-right: 10px;
	}
}
@media (max-width: 860px) {
	.event-home-general-info-cont.grid-cont {
		padding-left: 37px;
		padding-right: 37px;
	}
}
.event-home-general-info {
	display: flex;
	align-items: center;
}
@media (max-width: 860px) {
	.event-home-general-info {
		flex-direction: column;
	}
}
.event-gen-info-left {
	width: 50%;
	background-size: cover;
	height: 424px;
	background-position: center;
}
@media (max-width: 860px) {
	.event-gen-info-left {
		width: 100%;
		height: 275px;
	}
}
.event-gen-info-right {
	width: 50%;
	padding-left: 140px;
	max-width: 400px;
}
@media (max-width: 860px) {
	.event-gen-info-right {
		width: 100%;
		order: 1;
		padding-left: 0;
		padding-bottom: 22px;
	}
}
.event-news-cont {
	margin-top: 96px;
}
.event-news-cont .section-heading {
	font-size: 28px;
}
.event-news-cont .button-primary {
	max-width: none;
}
@media (max-width: 1120px) {
	.event-news-cont {
		padding-left: 10px;
		padding-right: 10px;
	}
}
@media (max-width: 860px) {
	.event-news-cont {
		padding-left: 37px;
		padding-right: 37px;
		margin-top: 46px;
	}
}
.event-news-event-home {
	display: flex;
}
@media (max-width: 860px) {
	.event-news-event-home {
		flex-direction: column;
	}
}
.event-news-event-home-item {
	width: 25%;
	padding-right: 46px;
	text-decoration: none;
}
.event-news-event-home-item .event-news-image {
	background-size: cover;
}
@media (max-width: 860px) {
	.event-news-event-home-item {
		width: 100%;
		padding-right: 0;
	}
}
.event-news-image {
	width: 100%;
	height: 164px;
}
.event-news-title {
	font-family: Termina;
	font-size: 14px;
	font-weight: 600;
	line-height: 1.71;
	color: #1d2240;
	padding-top: 32px;
}
@media (max-width: 860px) {
	.event-news-title {
		padding-top: 7px;
		padding-bottom: 22px;
	}
}
.ticket-info-event-home {
	margin-top: 113px;
}
@media (max-width: 860px) {
	.ticket-info-event-home {
		margin-top: 46px;
	}
}
.reg-info-event-home {
	text-align: center;
	padding: 96px 0;
}
.reg-info-event-home h4 {
	font-family: Termina;
	font-size: 40px;
	font-weight: 600;
	line-height: 1.38;
	color: #1d2240;
}
@media (max-width: 860px) {
	.reg-info-event-home h4 {
		font-size: 28px;
	}
}
.reg-info-event-home .ticket-info-text {
	max-width: 425px;
	margin: 24px auto;
}
.reg-info-event-home .button-primary {
	margin: 0 auto;
}
@media (max-width: 860px) {
	.reg-info-event-home {
		padding: 46px 10px;
	}
}
.event-date-loc-cont-event-home > span {
	font-size: 12px;
	margin-right: 34px;
	white-space: nowrap;
}
.exhibitors-cont-event-home {
	margin-top: 96px;
}
.exhibitors-cont-event-home > h2 {
	text-transform: uppercase;
	font-size: 18px;
	line-height: 1.25;
	padding-left: 10px;
	padding-right: 10px;
}
@media (max-width: 860px) {
	.exhibitors-cont-event-home > h2 {
		padding-left: 37px;
		padding-right: 37px;
	}
}
.expo-exhibitor-cont {
	display: flex;
	flex-wrap: wrap;
}
@media (max-width: 860px) {
	.expo-exhibitor-cont {
		padding: 0 37px;
	}
}
.expo-exhibitor-item {
	width: 25%;
	min-width: 25%;
	padding: 0 22px 44px 22px;
	text-decoration: none;
}
@media (max-width: 860px) {
	.expo-exhibitor-item {
		width: 100%;
	}
}
.expo-exhibitor-logo {
	width: 100%;
}
.do-you-have-expo {
	padding: 46px 10px;
	margin-top: 46px;
}
.do-you-have-expo p {
	margin-bottom: 0;
}
.sponsors-cont-event-home {
	margin-top: 96px;
}
.dailies-cont {
	display: flex;
}
@media (max-width: 860px) {
	.dailies-cont {
		flex-direction: column;
	}
}
.dailies-item {
	display: block;
	flex: 1;
	min-width: 25%;
	height: 300px;
	background-size: cover;
	margin: 0 15px;
}
@media (max-width: 860px) {
	.dailies-item {
		flex: none !important;
		width: 100%;
		margin: 15px 0 !important;
	}
}
.event-sponsors h2,
.event-sponsors .underline {
	width: 100%;
}
.news-featured.news-featured-main {
	top: 0;
	margin-top: 46px;
}
.event-details-header-main {
	margin-top: 46px;
}
@media (max-width: 860px) {
	.event-details-header-main {
		margin-top: 0;
	}
}
.news-newsletter-cont-main {
	margin-top: 46px;
	padding-bottom: 0;
	margin-bottom: 46px;
}
.dailies-main {
	margin-bottom: 96px;
}
@media (max-width: 860px) {
	.breadcrumb-cont-news-main {
		padding-bottom: 0 !important;
	}
}
.breadcrumb-cont.breadcrumb-cont-event {
	padding-bottom: 0;
}
.event-airlines .home-magazine-item > a {
	background-size: contain;
	background-repeat: no-repeat;
	background-position: center;
}
.article-details-cont {
	margin-top: 56px;
	margin-bottom: 112px;
}
.article-details-cont a {
	color: #04a1c8;
}
.article-details-cont .entry-title {
	line-height: 1.43;
	margin-bottom: 0;
}
.article-details-cont .article-details-image {
	background-size: cover;
	height: 420px;
	width: 100%;
	background-position: center;
	margin-bottom: 60px;
}
.article-details-cont .article-details-image.mag-details-image {
	height: 420px;
}
.article-details-cont .article-details-image.newsletter-details-image {
	height: 0;
}
@media (max-width: 860px) {
	.article-details-cont .article-details-image {
		height: 225px;
		margin-bottom: 22px;
	}
}
.article-details-cont .entry-content {
	display: flex;
	font-size: 16px;
	line-height: 1.38;
	text-align: left;
	color: #1d2240;
	font-family: "Open Sans", Arial, sans-serif;
	padding: 0 10px;
}
.article-details-cont .entry-content figure {
	margin-bottom: 22px;
}
.article-details-cont .entry-content figure figcaption {
	font-size: 13px;
	color: gray;
}
@media (max-width: 860px) {
	.article-details-cont .entry-content {
		flex-direction: column;
	}
}
.article-details-cont .entry-content-left,
.article-details-cont .entry-content-daily {
	flex: 2;
	max-width: 748px;
	padding-right: 46px;
}
.article-details-cont .entry-content-left h1,
.article-details-cont .entry-content-left h2,
.article-details-cont .entry-content-daily h1,
.article-details-cont .entry-content-daily h2 {
	font-family: Termina, arial, sans-serif;
	font-size: 20px;
	line-height: 1.5;
	color: #1d2240;
}
@media (max-width: 860px) {
	.article-details-cont .entry-content-left h1,
	.article-details-cont .entry-content-left h2,
	.article-details-cont .entry-content-daily h1,
	.article-details-cont .entry-content-daily h2 {
		font-size: 24px;
	}
}
.article-details-cont .entry-content-left p,
.article-details-cont .entry-content-daily p {
	margin: 20px 0;
}
@media (max-width: 860px) {
	.article-details-cont .entry-content-left,
	.article-details-cont .entry-content-daily {
		padding-right: 0;
	}
}
.article-details-cont .entry-content-left img,
.article-details-cont .entry-content-daily img {
	max-width: 100%;
	height: auto;
}
.article-details-cont .entry-content-left.entry-content-daily,
.article-details-cont .entry-content-daily.entry-content-daily {
	max-width: 100%;
	margin-top: -226px;
}
.article-details-cont .entry-content-right {
	flex: 1;
}
.article-details-cont .entry-content-right h3 {
	font-family: Termina;
	font-size: 12px;
	font-weight: normal;
	line-height: 1.25;
	color: #1d2240;
	text-transform: uppercase;
	padding-bottom: 30px;
	margin-bottom: 20px;
	border-bottom: 1px solid lightgray;
}
@media (max-width: 860px) {
	.article-details-cont .entry-content-right h3 {
		font-size: 16px;
		font-weight: 600;
		padding-bottom: 15px;
	}
}
.article-details-cont .entry-content-right .article-item {
	display: flex;
	margin-bottom: 24px;
	align-items: center;
}
.article-details-cont .entry-content-right .article-item img {
	width: 80px;
}
.article-details-cont .entry-content-right .article-item .article-item-right {
	font-family: Termina;
	margin-left: 16px;
}
.article-details-cont .entry-content-right .article-item .article-item-right ul {
	list-style-type: none;
}
.article-details-cont .entry-content-right .article-item .article-item-right ul a {
	font-size: 10px;
	font-weight: 600;
	line-height: 2.5;
	color: rgba(29, 34, 64, 0.5);
	text-transform: uppercase;
}
.article-details-cont .entry-content-right .article-item .article-item-right .article-item-title {
	font-size: 14px;
	font-weight: 600;
	line-height: 1.71;
	color: #161930;
}
.article-details-cont .entry-content-right .article-item .article-item-right a {
	text-decoration: none;
}
@media (max-width: 860px) {
	.article-details-cont .entry-content-right {
		margin-top: 46px;
	}
}
.article-details-cont .wp-block-quote {
	font-family: Termina, arial, sans-serif;
	font-size: 20px;
	font-weight: normal;
	line-height: 1.5;
	color: #04a1c8;
	max-width: 80%;
	margin: 25px auto;
}
@media (max-width: 860px) {
	.article-details-cont {
		margin-bottom: 46px;
	}
}
.article-landing-connect {
	margin-top: 65px;
	line-height: 1.65;
}
.article-landing-connect h4 {
	margin: 14px 0 10px 0;
	font-family: Termina;
	font-size: 17px;
}
.article-details-header {
	text-align: left;
}
.article-details-header .entry-meta {
	font-size: 11px;
	font-weight: normal;
	line-height: 2;
	font-family: Termina;
	display: flex;
	align-items: center;
}
.article-details-header .entry-meta .author-pic {
	margin-left: 15px;
}
.article-details-header .entry-meta a {
	text-decoration: none;
}
.article-details-header .entry-meta .byline {
	padding-left: 4px;
}
@media (max-width: 860px) {
	.article-details-header .entry-meta {
		flex-wrap: wrap;
		margin-top: 22px;
	}
}
.article-details-header .updated {
	display: none;
}
.article-landing-category ul,
.article-categories-list li ul {
	list-style-type: none;
	text-align: left;
}
.article-landing-category a,
.article-categories-list li a {
	background-color: #0484bd;
	color: white;
	font-size: 12px;
	font-weight: normal;
	line-height: 1.29;
	letter-spacing: normal;
	padding: 5px 10px;
	border-radius: 15px;
	text-decoration: none;
	display: inline-block;
}
.entry-date {
	text-decoration: none;
	font-weight: 600;
	color: #1d2240;
}
.article-share {
	margin-bottom: 18px;
}
.article-share > p {
	opacity: 0.5;
	font-size: 10px;
	font-weight: normal;
	line-height: 2.5;
	color: #1d2240;
	margin: 0 !important;
	text-transform: uppercase;
}
@media (max-width: 860px) {
	.article-share {
		margin-bottom: 0;
	}
	.article-share .addthis_inline_share_toolbox {
		margin-left: -15px;
	}
}
.article-categories-list {
	margin-bottom: 56px;
}
.article-categories-list li {
	list-style: none;
	padding: 6px 0;
	padding: 3px 0;
}
.article-landing-article-items {
	margin-bottom: 56px;
}
.article-landing-mag {
	display: flex;
	flex-wrap: wrap;
	align-items: center;
}
.article-landing-mag h3 {
	width: 100%;
}
@media (max-width: 860px) {
	.article-landing-mag {
		flex-direction: column;
		align-items: flex-start;
	}
}
.article-landing-mag-left {
	width: 150px;
}
.article-landing-mag-left img {
	width: 100%;
}
.article-landing-mag-right {
	flex: 1;
	padding-left: 44px;
}
.article-landing-mag-right h4 {
	font-family: Termina;
	font-size: 14px;
	font-weight: 600;
	line-height: 1.71;
	margin-bottom: 25px;
}
@media (max-width: 860px) {
	.article-landing-mag-right h4 {
		margin-bottom: 0;
	}
}
@media (max-width: 860px) {
	.article-landing-mag-right {
		padding-left: 0;
		margin-top: 22px;
	}
}
.author-pic img {
	border-radius: 100%;
	width: 45px !important;
	height: 45px !important;
}
.news-newsletter-cont {
	background: none;
}
.news-newsletter-cont.awards-collateral {
	margin-top: -175px;
	margin-bottom: 225px;
}
.article-cont-news {
	width: 30%;
}
.news_sponsor-cont {
	display: flex;
	align-items: center;
	flex-wrap: wrap;
	margin-bottom: 46px;
}
.breadcrumb-cont {
	background-color: #1d2240;
	background-size: 50% auto;
	background-repeat: no-repeat;
	background-position: right;
	padding-top: 10px;
}
.breadcrumb-cont.breadcrumb-cont-cat {
	padding-bottom: 227px;
}
@media (max-width: 1120px) {
	.breadcrumb-cont {
		padding-left: 10px;
		padding-right: 10px;
		padding-top: 15px;
	}
}
.breadcrumb {
	font-family: "Open Sans", Arial, sans-serif;
	font-size: 13px;
	font-weight: normal;
	line-height: 1.92;
	color: white;
	padding-bottom: 10px;
	padding-left: 15px;
	opacity: 0.5;
	display: flex;
}
.breadcrumb * {
	color: white;
	text-decoration: none;
	padding: 0 5px 0 0;
}
.breadcrumb a {
	transition: all 0.2s;
}
.breadcrumb ul {
	list-style-type: none;
}
@media (max-width: 1120px) {
	.breadcrumb {
		padding-bottom: 15px;
	}
}
.cat-title ul {
	list-style: none;
}
.cat-title a,
.cat-title li {
	font-family: Termina, arial, sans-serif;
	font-size: 40px;
	font-weight: 600;
	line-height: 1.38;
	color: white;
	text-decoration: none;
}
.cat-featured {
	display: flex;
	justify-content: space-between;
	position: relative;
	top: -171px;
	margin-bottom: 81px;
}
@media (max-width: 860px) {
	.cat-featured {
		flex-direction: column;
		padding: 0 37px;
		margin-bottom: 22px;
	}
}
.sponsored-tag {
	position: absolute;
	top: 10px;
	right: 0;
	color: white;
	font-size: 12px;
	font-family: "open sans", arial;
	letter-spacing: 1px;
	text-transform: uppercase;
	background-color: rgba(29, 34, 64, 0.8);
	line-height: 1;
	padding: 9px 18px 6px 18px;
}
.cat-featured-item {
	width: 30%;
	position: relative;
}
.cat-featured-item .sponsored-tag {
	top: 10px;
}
@media (max-width: 860px) {
	.cat-featured-item {
		width: 100%;
		margin-bottom: 46px;
	}
}
.cat-featured-item-image,
.cat-ind-news-image,
.mem-cat-image {
	background-size: cover;
	width: 100%;
	height: 342px;
}
@media (max-width: 860px) {
	.cat-featured-item-image,
	.cat-ind-news-image,
	.mem-cat-image {
		height: 225px;
	}
}
@media (max-width: 860px) {
	.cat-ind-news-image,
	.mem-cat-image {
		height: 225px;
	}
}
.cat-featured-item-cat,
.cat-ind-news-cat {
	margin: 22px 0 10px 0;
}
.cat-featured-item-cat ul,
.cat-ind-news-cat ul {
	list-style-type: none;
}
.cat-featured-item-cat ul a,
.cat-ind-news-cat ul a {
	font-family: Termina;
	font-size: 10px;
	font-weight: 600;
	line-height: 2.5;
	color: rgba(29, 34, 64, 0.5);
	text-decoration: none;
	text-transform: uppercase;
}
@media (max-width: 860px) {
	.cat-featured-item-cat ul,
	.cat-ind-news-cat ul {
		margin-top: 10px;
	}
}
@media (max-width: 1120px) {
	.cat-featured-item-cat,
	.cat-ind-news-cat {
		margin: 22px 0 0 0;
	}
}
@media (max-width: 860px) {
	.cat-featured-item-cat,
	.cat-ind-news-cat {
		margin: 0;
	}
}
@media (max-width: 860px) {
	.cat-ind-news-cat {
		margin-top: 0;
	}
}
.cat-featured-item-title,
.cat-ind-news-title,
.mem-cat-heading {
	border-bottom: solid 1px transparent;
	transition: all 0.2s;
}
.cat-featured-item-title:hover,
.cat-ind-news-title:hover,
.mem-cat-heading:hover {
	border-bottom-color: #1d2240;
}
.cat-featured-item-title a,
.cat-ind-news-title a,
.mem-cat-heading a {
	text-decoration: none;
	font-family: Termina;
	font-size: 20px;
	font-weight: 600;
	line-height: 1.5;
	color: #1d2240;
}
@media (max-width: 860px) {
	.cat-featured-item-title a,
	.cat-ind-news-title a,
	.mem-cat-heading a {
		font-size: 16px;
	}
}
.cat-featured-item-blurb,
.cat-ind-news-blurb,
.mem-cat-text {
	margin-top: 12px;
	font-family: "Open Sans", Arial, sans-serif;
	font-size: 16px;
	line-height: 1.38;
	color: rgba(29, 34, 64, 0.7);
}
@media (max-width: 1120px) {
	.cat-featured-item-blurb,
	.cat-ind-news-blurb,
	.mem-cat-text {
		margin-top: 14px;
	}
}
@media (max-width: 860px) {
	.cat-featured-item-blurb,
	.cat-ind-news-blurb,
	.mem-cat-text {
		margin-top: 0;
	}
}
.cat-full-width-featured {
	display: flex;
	align-items: center;
}
@media (max-width: 1120px) {
	.cat-full-width-featured {
		padding: 0 10px;
		margin-top: 46px;
	}
}
@media (max-width: 860px) {
	.cat-full-width-featured {
		flex-direction: column;
		padding: 0 37px;
	}
}
.cat-full-width-left {
	position: relative;
	flex: 1;
	text-align: left;
	max-width: 375px;
	padding-right: 10px;
}
.cat-full-width-left ul {
	list-style-type: none;
	margin-bottom: 24px;
}
.cat-full-width-left ul a {
	font-family: Termina;
	font-size: 10px;
	font-weight: 600;
	line-height: 2.5;
	color: rgba(29, 34, 64, 0.5);
	text-decoration: none;
	text-transform: uppercase;
}
.cat-full-width-left .sponsored-tag {
	top: -40px;
	left: 0;
	right: auto;
}
@media (max-width: 860px) {
	.cat-full-width-left {
		margin-right: 0;
		order: 2;
	}
}
.cat-full-width-title {
	margin-bottom: 19px;
	position: relative;
}
@media (max-width: 860px) {
	.cat-full-width-title {
		padding-top: 22px;
	}
}
.cat-full-width-title a,
.cat-popular-title a {
	font-family: Termina;
	font-size: 24px;
	font-weight: 600;
	line-height: 1.42;
	color: #1d2240;
	text-decoration: none;
}
@media (max-width: 860px) {
	.cat-full-width-title a,
	.cat-popular-title a {
		font-size: 16px;
	}
}
@media (max-width: 860px) {
	.cat-popular-title,
	.cat-ind-news-title,
	.mem-cat-heading {
		margin-top: 0;
	}
}
.cat-full-width-blurb {
	font-family: "Open Sans", Arial, sans-serif;
	font-size: 16px;
	line-height: 1.38;
	color: #1d2240;
	margin-bottom: 24px;
}
@media (max-width: 860px) {
	.cat-full-width-blurb {
		margin-bottom: 0;
	}
}
.cat-full-width-right {
	flex: 3;
}
@media (max-width: 860px) {
	.cat-full-width-right {
		order: 1;
		width: 100%;
	}
}
.cat-full-width-image {
	height: 640px;
	background-size: cover;
	background-position: center;
}
@media (max-width: 1120px) {
	.cat-full-width-image {
		height: 350px;
	}
}
@media (max-width: 860px) {
	.cat-full-width-image {
		width: 100%;
		height: 225px;
	}
}
.cat-full-width-videos {
	margin: 96px 0 0 0;
	background: none;
}
@media (max-width: 1120px) {
	.cat-full-width-videos {
		margin: 22px 0 0 0;
	}
}
.cat-popular,
.cat-ind-news,
.mem-categories-cont {
	display: flex;
	flex-wrap: wrap;
}
.cat-popular > span,
.cat-ind-news > span,
.mem-categories-cont > span {
	width: 100%;
	text-transform: uppercase;
	font-size: 18px;
	line-height: 1.25;
	margin-bottom: 30px;
	font-weight: 600;
}
.cat-popular .underline,
.cat-ind-news .underline,
.mem-categories-cont .underline {
	height: 1px;
	width: 100%;
	background-color: lightgrey;
	margin-bottom: 56px;
}
@media (max-width: 1120px) {
	.cat-popular .underline,
	.cat-ind-news .underline,
	.mem-categories-cont .underline {
		margin-bottom: 22px;
	}
}
@media (max-width: 1120px) {
	.cat-popular,
	.cat-ind-news,
	.mem-categories-cont {
		padding: 0 10px;
	}
}
@media (max-width: 860px) {
	.cat-popular,
	.cat-ind-news,
	.mem-categories-cont {
		padding: 0 37px;
	}
}
.cat-popular-item {
	width: 50%;
	display: flex;
	margin-bottom: 56px;
}
.cat-popular-item:nth-child(even) {
	padding-left: 46px;
}
@media (max-width: 860px) {
	.cat-popular-item:nth-child(even) {
		padding-left: 0;
	}
}
@media (max-width: 860px) {
	.cat-popular-item {
		width: 100%;
		flex-direction: column;
		margin-bottom: 46px;
	}
}
.cat-popular-title a {
	font-family: Termina;
	font-size: 14px;
	font-weight: 600;
	line-height: 1.71;
	color: #1d2240;
}
.cat-popular-image {
	background-size: cover;
	height: 164px;
}
@media (max-width: 860px) {
	.cat-popular-image {
		height: 225px;
	}
}
.cat-popular-cat ul {
	list-style-type: none;
	margin-bottom: 24px;
}
.cat-popular-cat ul a {
	font-family: Termina;
	font-size: 10px;
	font-weight: 600;
	line-height: 2.5;
	color: rgba(29, 34, 64, 0.5);
	text-decoration: none;
	text-transform: uppercase;
}
@media (max-width: 860px) {
	.cat-popular-cat ul {
		margin-bottom: 0;
		margin-top: 10px;
	}
}
.cat-popular-item-left,
.cat-popular-item-right {
	flex: 1;
	padding-right: 8px;
}
.cat-popular-item-left {
	margin-right: 22px;
	position: relative;
}
@media (max-width: 860px) {
	.cat-popular-item-left {
		margin-right: 0;
	}
}
.cat-popular-item-left .sponsored-tag {
	right: 8px;
}
.cat-magazine {
	background: none;
}
.do-you-have {
	padding: 96px 0;
	background-image: url("/wp-content/themes/apex/images/img-clouds.jpg");
	background-size: cover;
	text-align: center;
}
.do-you-have h4 {
	font-family: Termina;
	font-size: 40px;
	font-weight: 600;
	line-height: 1.38;
	color: #1d2240;
	margin-bottom: 16px;
}
.do-you-have h4 a {
	text-decoration: none;
	color: #1d2240;
}
.do-you-have p {
	font-family: "Open Sans", arial, sans-serif;
	font-size: 16px;
	line-height: 1.38;
	color: rgba(29, 34, 64, 0.7);
	margin-bottom: 96px;
}
.do-you-have p a {
	text-decoration: none;
	color: #04a1c8;
}
@media (max-width: 1120px) {
	.do-you-have p {
		margin-bottom: 46px;
	}
}
@media (max-width: 1120px) {
	.do-you-have {
		padding: 46px 0;
	}
}
.cat-ind-news,
.mem-categories-cont {
	display: flex;
	justify-content: space-between;
	margin-bottom: 81px;
	margin-top: 96px;
}
@media (max-width: 1120px) {
	.cat-ind-news,
	.mem-categories-cont {
		margin-top: 46px;
	}
}
@media (max-width: 860px) {
	.cat-ind-news,
	.mem-categories-cont {
		margin-bottom: 0;
	}
}
.cat-ind-news-item,
.mem-cat-item {
	position: relative;
	display: flex;
	width: 30%;
	flex-direction: column;
	margin-bottom: 46px;
}
@media (max-width: 860px) {
	.cat-ind-news-item,
	.mem-cat-item {
		width: 100%;
	}
}
.cat-ind-news-item .sponsored-tag,
.mem-cat-item .sponsored-tag {
	top: 10px;
}
.breadcrumb-cont-news {
	padding-bottom: 270px;
}
.news-landing-title {
	font-family: Termina, arial, sans-serif;
	font-size: 40px;
	font-weight: 600;
	line-height: 1.38;
	color: white;
	text-decoration: none;
	padding-bottom: 22px;
	padding-left: 10px;
}
@media (max-width: 1120px) {
	.news-landing-title {
		padding-bottom: 22px;
	}
}
.news-featured {
	position: relative;
	top: -271px;
}
.news-featured-cont {
	display: flex;
	height: 560px;
}
@media (max-width: 860px) {
	.news-featured-cont {
		height: auto;
		flex-wrap: wrap;
	}
}
.news-featured-prime-cont {
	width: 50%;
	display: flex;
	justify-content: stretch;
	height: 100%;
}
@media (max-width: 860px) {
	.news-featured-prime-cont {
		width: 100%;
	}
}
.news-featured-prime-item {
	width: 100%;
	position: relative;
	cursor: pointer;
}
.news-featured-main-cont {
	width: 50%;
	display: flex;
	flex-wrap: wrap;
	height: 100%;
}
@media (max-width: 860px) {
	.news-featured-main-cont {
		width: 100%;
	}
}
.news-featured-main-cont .news-featured-item {
	padding: 14px;
}
.news-featured-main-cont .news-featured-item .news-featured-item-title {
	margin-top: 8px;
}
.news-featured-main-cont .news-featured-item .news-featured-item-title a {
	font-size: 14px;
	line-height: 1.2;
}
.news-featured-item {
	width: 50%;
	cursor: pointer;
}
.news-featured-prime-item,
.news-featured-item {
	background-size: cover;
	padding: 42px 32px;
	display: flex;
	flex-direction: column;
	justify-content: flex-end;
	position: relative;
}
.news-featured-prime-item ul,
.news-featured-item ul {
	list-style-type: none;
}
.news-featured-prime-item ul li a[rel="tag"],
.news-featured-item ul li a[rel="tag"] {
	background-color: #0484bd;
	color: white;
	font-size: 10px;
	font-weight: normal;
	line-height: 1.29;
	letter-spacing: normal;
	padding: 8px 16px;
	border: solid 1px transparent;
	border-radius: 15px;
	text-decoration: none;
	display: inline-block;
	transition: all 0.2s;
}
.news-featured-prime-item ul li a[rel="tag"]:hover,
.news-featured-item ul li a[rel="tag"]:hover {
	border-color: rgba(255, 255, 255, 0.5);
}
.news-featured-prime-item:before,
.news-featured-item:before {
	content: "";
	transition: all 0.2s;
	content: "";
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	background-image: linear-gradient(to top, #161930, rgba(99, 101, 116, 0.65));
	opacity: 0.5;
}
@media (max-width: 860px) {
	.news-featured-prime-item,
	.news-featured-item {
		width: 100%;
		min-height: 250px;
	}
}
.news-featured-prime-item:hover .news-featured-prime-item-title,
.news-featured-prime-item:hover .news-featured-item-title,
.news-featured-item:hover .news-featured-prime-item-title,
.news-featured-item:hover .news-featured-item-title {
	border-bottom: solid 1px white;
}
.news-featured-prime-item:hover:before,
.news-featured-item:hover:before {
	opacity: 1;
}
.news-featured-prime-item-cat,
.news-featured-item-cat {
	z-index: 100;
	position: relative;
}
.news-featured-prime-item-title,
.news-featured-item-title {
	margin-top: 20px;
	z-index: 100;
	transition: all 0.2s;
	border-bottom: solid 1px transparent;
}
.news-featured-prime-item-title a,
.news-featured-item-title a {
	font-family: Termina;
	font-size: 24px;
	font-weight: 200;
	line-height: 1.38;
	text-decoration: none;
	color: white;
	transition: all 0.2s;
}
@media (max-width: 860px) {
	.news-featured-prime-item-title a,
	.news-featured-item-title a {
		font-size: 17px;
	}
}
.news-featured-prime-item-title.news-featured-item-title a,
.news-featured-item-title.news-featured-item-title a {
	font-size: 17px;
	line-height: 1.47;
}
.news-landing-browse {
	background: none;
	padding-top: 0;
}
.news-landing-browse .underline {
	height: 1px;
	width: 100%;
	background-color: lightgrey;
	margin-bottom: 80px;
}
.news-landing-browse .home-articles-selection {
	margin-bottom: 68px;
}
@media (max-width: 860px) {
	.news-landing-browse .home-articles-selection {
		margin-bottom: 37px;
	}
}
@media (max-width: 860px) {
	.news-landing-browse {
		padding-bottom: 0;
	}
}
.news-articles-display {
	justify-content: space-between;
}
@media (max-width: 1120px) {
	.news-articles-display {
		padding-left: 37px;
		padding-right: 37px;
	}
}
@media (max-width: 860px) {
	.news-articles-display {
		flex-direction: column;
	}
}
.article-container {
	position: relative;
	justify-content: flex-start;
}
.article-container.article-cont-news {
	justify-content: flex-start;
}
@media (max-width: 860px) {
	.article-container.article-cont-news {
		width: 100%;
		margin-bottom: 46px;
	}
}
.article-container .sponsored-tag {
	top: 10px;
}
.home-articles-news-landing {
	padding-top: 96px;
	padding-bottom: 56px;
}
.home-articles-news-landing .home-articles-selection {
	margin-bottom: 0;
}
.news-cat-heading {
	width: 100%;
	margin-bottom: 46px;
	border-bottom: solid 1px #1d2240;
}
.news-cat-heading a {
	text-decoration: none;
	color: #1d2240;
}
.news-articles-display-airport-experience,
.news-articles-display-brand-loyalty {
	margin-top: 96px;
}
@media (max-width: 860px) {
	.news-articles-display-airport-experience,
	.news-articles-display-brand-loyalty {
		margin-top: 46px;
	}
}
.videos-news-landing {
	margin: 0;
}
.mag-page-main .cat-ind-news,
.mag-page-main .mem-categories-cont {
	margin-bottom: 0;
}
.mag-landing-issuu {
	margin-bottom: 96px;
	padding: 0 10px;
}
.mag-issue-desc.content-body {
	padding-bottom: 0;
	padding-left: 37px;
	padding-right: 37px;
	max-width: 860px;
	margin: 0 auto;
}
.in-this-issue {
	margin-top: -180px;
	margin-bottom: 46px;
	padding: 0 10px;
}
@media (max-width: 1120px) {
	.in-this-issue {
		margin-top: -210px;
	}
}
.mag-issue-title {
	font-size: 30px;
}
.in-this-issue-cont {
	display: flex;
	flex-wrap: wrap;
	justify-content: space-between;
}
.in-this-issue-item {
	width: 30%;
	height: auto;
	display: flex;
	margin-bottom: 46px;
}
.in-this-issue-item a {
	text-decoration: none;
}
@media (max-width: 1120px) {
	.in-this-issue-item {
		margin-bottom: 22px;
	}
}
@media (max-width: 860px) {
	.in-this-issue-item {
		width: 100%;
		padding-left: 27px;
		padding-right: 27px;
	}
}
.in-this-issue-item-left {
	width: 80px;
	height: 80px;
	min-width: 80px;
	margin-right: 22px;
}
.in-this-issue-image {
	height: 100%;
	width: 100%;
	background-size: cover;
}
.in-this-issue-category {
	margin-bottom: 7px;
}
.in-this-issue-category ul {
	list-style-type: none;
}
.in-this-issue-category a {
	font-family: Termina;
	font-size: 10px;
	font-weight: 600;
	line-height: 2.5;
	color: rgba(29, 34, 64, 0.5);
	text-transform: uppercase;
	text-decoration: none;
}
.in-this-issue-title a {
	font-family: Termina;
	font-size: 14px;
	font-weight: 600;
	line-height: 1.71;
	color: #161930;
}
.issue-featured {
	margin-top: 0;
}
.mag-details-fig {
	margin-bottom: 60px;
}
.mag-details-fig .mag-details-image {
	margin-bottom: 5px;
}
.mag-details-fig figcaption {
	font-size: 13px;
	color: gray;
}
.content-body,
.entry-content {
	padding: 57px 0;
	font-family: "Open Sans", Arial, sans-serif;
	font-size: 16px;
	line-height: 1.38;
	color: #1d2240;
}
.content-body p,
.entry-content p {
	margin: 0 0 24px 0;
}
.content-body ul,
.content-body ol,
.entry-content ul,
.entry-content ol {
	margin: 0 0 24px 30px;
}
.interior-body {
	padding-left: 10px;
	padding-right: 10px;
}
@media (max-width: 860px) {
	.interior-body {
		padding-left: 37px;
		padding-right: 37px;
		flex-direction: column;
	}
}
.interior-body .content-int h2,
.interior-body .content-int h3,
.interior-body .content-int h4 {
	margin-bottom: 22px;
	text-align: left !important;
}
.content-int-cont {
	display: flex;
}
.content-int-cont > aside {
	position: sticky;
	align-self: flex-start;
	top: 57px;
	flex: 1;
	padding-right: 40px;
}
.content-int-cont > aside .menu {
	list-style-type: none;
	margin-bottom: 50px;
}
.content-int-cont > aside .menu a {
	text-decoration: none;
	color: #1d2240;
	font-weight: 600;
	font-size: 18px;
	padding: 7px 0;
	display: block;
	border-bottom: solid 1px transparent;
	display: inline-block;
	transition: all 0.2s;
}
.content-int-cont > aside .menu a:hover {
	color: #04a1c8;
	border-bottom-color: #04a1c8;
}
.content-int-cont > aside .menu .current-menu-item a {
	color: #04a1c8;
}
@media (max-width: 860px) {
	.content-int-cont > aside {
		order: 2;
		padding-right: 0;
		align-self: stretch;
		border-top: solid 1px lightgray;
		margin-top: 46px;
		padding-top: 22px;
	}
}
.content-int-cont .custom-html-widget h3 {
	font-family: Termina;
	font-size: 12px;
	font-weight: normal;
	line-height: 1.25;
	color: #1d2240;
	text-transform: uppercase;
	padding-bottom: 30px;
	margin-bottom: 20px;
	border-bottom: 1px solid lightgray;
}
.content-int {
	flex: 3;
}
@media (max-width: 860px) {
	.content-int {
		order: 1;
	}
}
.site-main-awards {
	background-image: url("/wp-content/themes/apex/images/img-clouds.jpg");
	background-size: cover;
}
.sponsor-message {
	display: flex;
	padding: 100px 75px 150px 75px;
	background-color: white;
	margin-top: -200px;
}
@media (max-width: 1120px) {
	.sponsor-message {
		padding-top: 46px;
	}
}
@media (max-width: 860px) {
	.sponsor-message {
		flex-direction: column;
		padding: 46px 37px 250px 37px;
	}
}
.sponsor-message-heading {
	font-size: 24px;
	font-weight: 600;
	color: #1d2240;
	line-height: 1.42;
	padding-right: 75px;
	max-width: 405px;
	text-align: left;
}
@media (max-width: 860px) {
	.sponsor-message-heading {
		padding-right: 0;
		max-width: 100%;
	}
}
.sponsor-message-body {
	max-width: 550px;
	text-align: left;
	font-family: "Open Sans";
	line-height: 1.7;
}
@media (max-width: 860px) {
	.sponsor-message-body {
		max-width: 100%;
		padding-top: 15px;
	}
}
.contact-box {
	display: flex;
	padding: 60px 75px;
	background-color: #1d2240;
	margin-left: 300px;
	margin-bottom: 96px;
	margin-top: -100px;
}
.contact-box p {
	color: white;
	text-align: left;
}
.contact-box p a {
	color: white;
}
@media (max-width: 1120px) {
	.contact-box {
		margin: -210px 0 46px 245px;
	}
}
@media (max-width: 860px) {
	.contact-box {
		margin-left: 0;
		flex-direction: column;
		padding: 46px 37px;
	}
}
.contact-box-left {
	margin-right: 100px;
}
@media (max-width: 860px) {
	.sponsor-box-left {
		margin: 0 0 46px 0;
	}
}
.sponsor-box-left,
.sponsor-box-right {
	text-align: left;
	font-family: Termina;
}
.sponsor-box-left h4,
.sponsor-box-right h4 {
	font-size: 12px;
	font-weight: 600;
	line-height: 1.25;
	color: rgba(255, 255, 255, 0.5);
	text-transform: uppercase;
	margin-bottom: 20px;
}
.sponsor-box-left div,
.sponsor-box-right div {
	font-size: 14px;
	line-height: 2;
	color: white;
}
.sponsor-box-left div a,
.sponsor-box-right div a {
	color: white;
}
.sponsor-box-left .home-hero-learn-more,
.sponsor-box-right .home-hero-learn-more {
	text-decoration: none;
	display: flex;
	align-items: center;
}
.sponsor-box-left .home-hero-learn-more span,
.sponsor-box-right .home-hero-learn-more span {
	padding-right: 20px;
}
.article-page-newsletter-cont {
	padding-left: 0;
	padding-right: 0;
}
.article-page-newsletter {
	flex-direction: column;
	padding: 46px 0 46px 46px;
}
.article-page-newsletter .newsletter-text {
	font-size: 17px;
}
.article-page-newsletter .newsletter-content {
	margin-bottom: 22px;
}
.article-page-newsletter a {
	color: white;
}
.sub-menu {
	list-style: none;
}
#secondary .sub-menu {
	display: none;
}
#secondary ul {
	margin-left: 0;
}
.page-id-413 #menu-item-650 .sub-menu,
.page-id-413 #menu-item-871 .sub-menu,
.parent-pageid-413 #menu-item-650 .sub-menu,
.parent-pageid-413 #menu-item-871 .sub-menu {
	display: block;
	margin-bottom: 10px;
	margin-left: 10px;
}
.page-id-413 #menu-item-650 .sub-menu a,
.page-id-413 #menu-item-871 .sub-menu a,
.parent-pageid-413 #menu-item-650 .sub-menu a,
.parent-pageid-413 #menu-item-871 .sub-menu a {
	font-size: 14px;
	padding: 5px 0;
	font-weight: normal;
}
.page-id-416 #menu-item-421 .sub-menu,
.parent-pageid-416 #menu-item-421 .sub-menu {
	display: block;
	margin-bottom: 10px;
	margin-left: 10px;
}
.page-id-416 #menu-item-421 .sub-menu a,
.parent-pageid-416 #menu-item-421 .sub-menu a {
	font-size: 14px;
	padding: 5px 0;
	font-weight: normal;
}
.page-id-12613 #menu-item-14783 .sub-menu,
.parent-pageid-12613 #menu-item-14783 .sub-menu {
	display: block;
	margin-bottom: 10px;
	margin-left: 10px;
}
.page-id-12613 #menu-item-14783 .sub-menu a,
.parent-pageid-12613 #menu-item-14783 .sub-menu a {
	font-size: 14px;
	padding: 5px 0;
	font-weight: normal;
}
.page-id-12614 #menu-item-14783 a,
.parent-pageid-12614 #menu-item-14783 a {
	color: #04a1c8;
}
.page-id-12614 #menu-item-14783 .sub-menu,
.parent-pageid-12614 #menu-item-14783 .sub-menu {
	display: block;
	margin-bottom: 10px;
	margin-left: 10px;
}
.page-id-12614 #menu-item-14783 .sub-menu a,
.parent-pageid-12614 #menu-item-14783 .sub-menu a {
	font-size: 14px;
	padding: 5px 0;
	font-weight: normal;
}
.awards-buttons {
	display: flex;
	justify-content: flex-end;
	flex-wrap: wrap;
	margin-bottom: 46px;
}
.awards-buttons .button-primary {
	margin-bottom: 8px;
	max-width: none;
}
.awards-buttons .button-primary span {
	font-size: 16px;
	padding-right: 10px;
}
.awards-buttons .button-primary:last-child {
	margin-left: 46px;
}
.award-single-featured-image {
	background-position: center;
	background-size: cover;
	height: 375px;
	margin-bottom: 46px;
}
@media (max-width: 860px) {
	.award-single-featured-image {
		height: 250px;
	}
}
// .tax-news_article_category.term-17 .main-bar,
// .single-apex_event.postid-16188 .main-bar,
// .single-apex_event.postid-18904 .main-bar {
// 	background-color: #08916b;
// }
// .tax-news_article_category.term-17 .footer-main-cont,
// .single-apex_event.postid-16188 .footer-main-cont,
// .single-apex_event.postid-18904 .footer-main-cont {
// 	background-color: #065e46;
// }
// .tax-news_article_category.term-17 .footer-main-lower-cont,
// .single-apex_event.postid-16188 .footer-main-lower-cont,
// .single-apex_event.postid-18904 .footer-main-lower-cont {
// 	background-color: #065e46;
// }
// .tax-news_article_category.term-17 .secondary-bar,
// .single-apex_event.postid-16188 .secondary-bar,
// .single-apex_event.postid-18904 .secondary-bar {
// 	background-color: #065e46;
// }
// .tax-news_article_category.term-17 .main-navigation-mobile,
// .single-apex_event.postid-16188 .main-navigation-mobile,
// .single-apex_event.postid-18904 .main-navigation-mobile {
// 	background-color: #065e46;
// }
// .tax-news_article_category.term-17 .sponsored-tag,
// .single-apex_event.postid-16188 .sponsored-tag,
// .single-apex_event.postid-18904 .sponsored-tag {
// 	background-color: rgba(8, 145, 107, 0.8);
// }
// .tax-news_article_category.term-17 .breadcrumb-cont,
// .single-apex_event.postid-16188 .breadcrumb-cont,
// .single-apex_event.postid-18904 .breadcrumb-cont {
// 	background-color: #08916b;
// }
// .single-apex_event.postid-16188 .secondary-bar,
// .single-apex_event.postid-18904 .secondary-bar {
// 	display: none;
// }
// .single-apex_event.postid-16188 .event-details-header-cont,
// .single-apex_event.postid-18904 .event-details-header-cont {
// 	background-color: #08916b;
// }
// .single-apex_event.postid-16188 .newsletter-background,
// .single-apex_event.postid-16188 .home-newsletter,
// .single-apex_event.postid-18904 .newsletter-background,
// .single-apex_event.postid-18904 .home-newsletter {
// 	background-color: #08916b;
// }
.tag-articles-display .post-categories {
	margin: 0;
}
.tag-articles-display .home-article-title {
	font-size: 18px;
	margin-top: 6px;
	margin-bottom: 12px;
}
.tag-articles-display .article-container {
	margin-bottom: 46px;
}
.ifsa-resource-item {
	margin-bottom: 64px;
}
.ifsa-resource-title {
	font-family: Termina;
	font-size: 20px;
	font-weight: 600;
	line-height: 1.5;
	color: #1d2240;
}
.ifsa-resource-date {
	font-family: Termina;
	font-size: 14px;
	font-weight: 600;
	line-height: 2;
	color: #1d2240;
	margin: 5px 0 10px 0;
}
.press-release-sidebar {
	list-style-type: none;
	margin: 0;
}
.press-release-date,
.press-release-title {
	font-weight: 600;
	font-size: 20px;
	text-transform: uppercase;
}
.press-release-title {
	padding-bottom: 22px;
}
.press-release-contact {
	text-decoration: none;
	color: #1d2240;
	font-weight: 600;
	font-size: 18px;
	padding: 7px 0;
	display: block;
	transition: all 0.2s;
}
.press-release-contact a {
	text-decoration: none;
}
.search-page-content .content-int article {
	padding: 10px;
	margin: 22px 0;
}
.search-page-content .content-int article .entry-title {
	margin: 0;
}
.search-page-content .content-int article .entry-title a {
	font-size: 18px;
}
.search-page-content .content-int article:nth-child(even) {
	background-color: #eeeeee;
}
.search-page-content .content-int .entry-summary {
	display: flex;
	align-items: center;
	margin-top: 16px;
}
.search-page-content .content-int .entry-summary img {
	max-width: 200px;
	margin-right: 22px;
	margin-bottom: 16px;
}
@media (max-width: 860px) {
	.search-page-content .content-int .entry-summary {
		flex-wrap: wrap;
	}
}
.interior-heading-image {
	background-size: cover;
	height: 330px;
	width: 100%;
	background-position: center;
	margin-bottom: 60px;
}
.pagination {
	margin-top: 46px;
}
.pagination .wp-pagenavi a,
.pagination .wp-pagenavi span {
	padding: 3px 5px;
	color: #1d2240;
	width: 30px;
	text-align: center;
	height: 30px;
	display: inline-block;
	border-radius: 100%;
}
.exhibitors-cont {
	display: flex;
	flex-wrap: wrap;
}
.exhibitors-button {
	max-width: 100%;
}
.exhibitors-heading {
	display: flex;
	justify-content: space-between;
}
.exhibitor-image {
	max-width: 400px;
	max-height: 200px;
	height: auto;
	display: block;
	margin-bottom: 40px;
}
.exhibitor-link {
	margin-top: 30px;
}
.session-content {
	flex-direction: column;
}
.session-meta {
	margin-bottom: 22px;
}
.um-faicon-gear:before,
.um-faicon-cog:before {
	content: "Edit \f013" !important;
}
.reg-table td {
	padding: 10px;
}
.about-squares {
	display: flex;
	justify-content: space-between;
	margin-top: 56px;
}
@media (max-width: 860px) {
	.about-squares {
		flex-direction: column;
	}
}
.about-body {
	padding-left: 10px;
	padding-right: 10px;
}
@media (max-width: 860px) {
	.about-body {
		padding: 46px 37px 0 37px;
	}
}
.about-square {
	width: 30%;
}
.about-square a {
	text-decoration: none;
	color: #1d2240;
}
.about-square div {
	height: 342px;
	margin-bottom: 43px;
	background-size: cover;
	background-position: center;
}
@media (max-width: 860px) {
	.about-square div {
		height: 225px;
		margin-bottom: 10px;
	}
}
.about-square p {
	font-family: Termina;
	font-size: 20px;
	font-weight: 600;
	line-height: 1.5;
	border-bottom: solid 1px transparent;
	transition: all 0.2s;
	display: inline-block;
}
.about-square p:hover {
	border-bottom-color: #1d2240;
}
@media (max-width: 860px) {
	.about-square {
		width: 100%;
		margin-bottom: 22px;
	}
}
.about-members-cont {
	background-image: url("/wp-content/themes/apex/images/img-clouds.jpg");
	padding-top: 96px;
	background-size: cover;
	margin-bottom: 293px;
}
.about-members-cont h3 {
	font-family: Termina;
	font-size: 40px;
	font-weight: 600;
	line-height: 1.38;
	color: #1d2240;
	margin-bottom: 24px;
	text-align: center;
}
@media (max-width: 860px) {
	.about-members-cont h3 {
		text-align: left;
	}
}
.about-members-cont p {
	margin: 0 0 24px 0;
	font-family: "Open Sans", arial, sans-serif;
	font-size: 16px;
	line-height: 1.38;
	text-align: center;
	color: rgba(29, 34, 64, 0.7);
}
@media (max-width: 860px) {
	.about-members-cont p {
		text-align: left;
	}
}
.about-members-cont .button-primary {
	justify-content: center;
	max-width: 100%;
}
@media (max-width: 860px) {
	.about-members-cont .button-primary {
		justify-content: flex-start;
	}
}
@media (max-width: 1120px) {
	.about-members-cont {
		padding-top: 46px;
	}
}
@media (max-width: 860px) {
	.about-members-cont {
		margin-bottom: 0;
	}
}
.about-member-squares {
	display: flex;
	justify-content: space-between;
	position: relative;
	bottom: -193px;
	margin-top: -104px;
	padding-left: 10px;
	padding-right: 10px;
}
@media (max-width: 860px) {
	.about-member-squares {
		margin-top: 46px;
		bottom: 0;
		padding-left: 0;
		padding-right: 0;
		flex-direction: column;
	}
}
.about-member-squares.awards-sections {
	margin-top: -175px;
	margin-bottom: 255px;
	bottom: 0;
	justify-content: space-around;
}
@media (max-width: 860px) {
	.about-member-squares.awards-sections {
		padding-left: 37px;
		padding-right: 37px;
	}
}
.about-member-square {
	width: 20%;
}
.about-member-square a {
	text-decoration: none;
	font-size: 20px;
	color: #1d2240;
}
.about-member-square > div {
	background-size: cover;
	height: 164px;
}
.about-member-square > p {
	font-family: Termina;
	font-weight: 600;
	line-height: 1.5;
	margin-top: 31px;
	text-align: left;
}
@media (max-width: 860px) {
	.about-member-square > p {
		margin: 10px 0 46px;
	}
}
@media (max-width: 860px) {
	.about-member-square {
		width: 100%;
	}
}
.membership-main {
	background-image: linear-gradient(to bottom, #f6f8fa 35%, #fff 121%);
}
.membership-main h3 {
	font-family: Termina;
	font-size: 20px;
	font-weight: 600;
	line-height: 1.5;
	color: #1d2240;
	margin-bottom: 22px;
}
.membership-main .section-heading {
	font-size: 28px;
	font-weight: 600;
	padding-left: 10px;
	padding-right: 10px;
}
.membership-main .section-heading span {
	font-weight: normal;
	text-transform: none;
}
.membership-types-apex .membership-types-cont {
	justify-content: center;
}
.membership-types-apex .membership-types-item {
	width: 20%;
	padding-right: 20px;
	display: flex;
	flex-direction: column;
}
.membership-types-apex .membership-types-item .membership-types-name {
	font-size: 26px;
	padding-top: 13px;
	display: flex;
	min-height: 100px;
	flex-direction: column;
	justify-content: center;
}
.membership-types-apex .membership-types-item .membership-types-image {
	background-position: center;
	display: block;
}
.membership-types-apex .membership-types-item .home-hero-learn-more {
	margin-top: auto;
}
@media (max-width: 1120px) {
	.membership-types-apex .membership-types-item {
		width: 28%;
	}
}
@media (max-width: 860px) {
	.membership-types-apex .membership-types-item {
		width: 100%;
		padding-right: 22px;
	}
}
.membership-types-apex.membership-types-ifsa .membership-types-item {
	width: 25%;
}
.covid-types-cont {
	grid-column: 1 / span 3 !important;
	margin-top: 64px;
}
.covid-hub-cont .membership-types-item {
	width: 33%;
}
.covid-hub-cont .membership-types-name {
	font-size: 18px !important;
	padding: 15px !important;
	color: white;
	background-color: #1d2240;
	margin-bottom: 20px;
	text-align: center;
}
.covid-hub-cont .membership-types-image {
	height: 225px;
}
.membership-types-cont {
	display: flex;
	flex-wrap: wrap;
	margin-bottom: 0;
	justify-content: space-between;
	padding: 0 10px;
	grid-column: 1 / span 3 !important;
	margin-top: 64px;
}
.membership-types-cont > h3 {
	width: 100%;
	margin-bottom: 30px;
	text-align: center;
}
.membership-types-item {
	display: block;
	flex: 1;
	padding-right: 22px;
	padding-left: 22px;
	text-decoration: none;
	margin-bottom: 46px;
	font-size: 16px;
	font-family: "Open Sans", Arial, sans-serif;
	line-height: 1.38;
}
.membership-types-item a {
	text-decoration: none;
	font-size: 16px;
}
@media (max-width: 860px) {
	.membership-types-item {
		width: 100% !important;
		padding-right: 0;
		flex: none;
	}
}
.membership-types-item p {
	margin: 0 0 24px 0;
}
.membership-types-item ul,
.membership-types-item ol {
	margin: 0 0 24px 30px;
}
.membership-types-item li {
	padding: 5px 0;
}
.membership-types-desc {
	padding: 22px 0 8px 0;
}
.membership-types-image {
	width: 100%;
	height: 164px;
	background-size: cover;
	display: block;
}
.membership-types-name {
	font-family: Termina;
	font-size: 20px;
	font-weight: 600;
	line-height: 1.5;
	color: #1d2240;
	padding-top: 22px;
}
.mem-cat-item {
	text-decoration: none;
	color: #1d2240;
}
.mem-cat-heading {
	margin-top: 22px;
}
.mem-cat-body {
	margin-top: -419px;
}
@media (max-width: 1120px) {
	.mem-cat-body {
		margin-top: -356px;
	}
}
@media (max-width: 860px) {
	.mem-cat-body {
		margin-top: 0;
		padding-top: 0;
	}
}
@media (max-width: 860px) {
	.breadcrumb-cont-mem-cats {
		padding-bottom: 0;
	}
}
.mem-cat-intro-text {
	background-color: #1d2240;
	color: white;
	padding: 22px;
	margin-bottom: 46px;
	width: 100%;
}
.mem-type-benefits-list {
	margin: 22px 0;
}
.mem-type-benefits-item {
	display: flex;
	align-items: center;
	margin: 0 0 18px 22px;
}
.mem-type-benefits-item p {
	margin: 0 !important;
}
.mem-benefit-icon {
	width: 40px;
	min-width: 40px;
	margin-right: 12px;
}
.mem-benefit-icon img {
	width: 100%;
}
.membership-callout {
	background-color: #1d2240;
	padding: 46px;
	margin-bottom: 46px;
}
.membership-callout p {
	font-size: 20px;
	text-align: center;
	line-height: 1.25;
	color: white;
	margin: 0;
}
.membership-callout p a {
	color: white;
}
.membership-callout.membership-callout-ifsa {
	background-color: #08916b;
}
.author-content {
	display: flex;
	justify-content: space-between;
}
@media (max-width: 860px) {
	.author-content {
		flex-direction: column;
		padding-left: 37px;
		padding-right: 37px;
	}
}
.author-info {
	color: white;
}
.author-info p {
	margin: 0 0 24px 0;
}
.author-image {
	width: 148px;
	min-width: 148px;
	height: 148px;
	background-size: cover;
	margin-right: 46px;
	background-position: center;
}
.author-name {
	font-family: Termina;
	font-size: 28px;
	font-weight: 600;
	line-height: 1.43;
	color: white;
	margin-top: 0;
	margin-right: 46px;
}
@media (max-width: 860px) {
	.author-name {
		margin-top: 22px;
	}
}
.author-bio {
	font-family: "Open Sans";
	font-size: 16px;
	line-height: 1.38;
	color: white;
	padding-right: 46px;
}
.author-connect {
	color: white;
}
.author-connect h3 {
	font-family: Termina;
	font-size: 12px;
	font-weight: 600;
	text-transform: uppercase;
	line-height: 1.25;
}
.author-connect-underline {
	width: 100%;
	height: 1px;
	background-color: white;
	margin: 30px 0;
}
.author-social-cont {
	display: flex;
}
.author-social-cont a {
	color: white;
	text-decoration: none;
	font-size: 18px;
	padding-right: 22px;
}
.breadcrumb-cont-author {
	padding-bottom: 210px;
}
@media (max-width: 860px) {
	.breadcrumb-cont-author {
		padding-bottom: 46px;
		background-image: none;
	}
}
.author-main {
	margin-top: -320px;
}
@media (max-width: 860px) {
	.author-main {
		margin-top: 0;
	}
}
@media (max-width: 860px) {
	.author-main .cat-ind-news,
	.author-main .mem-categories-cont {
		margin-top: 22px;
		padding-left: 0;
		padding-right: 0;
	}
}
.video-content iframe {
	width: 100%;
	height: 400px;
}
.news-featured-videos {
	top: -280px;
}
.news-featured-cont .video-container,
.home-articles-display-videos .video-container,
.cat-popular-videos .video-container,
.cat-ind-news-videos .video-container {
	max-width: 100%;
	margin: 0;
	justify-content: flex-start;
	padding: 0;
	cursor: default;
}
.news-featured-cont .video-container h3,
.home-articles-display-videos .video-container h3,
.cat-popular-videos .video-container h3,
.cat-ind-news-videos .video-container h3 {
	padding: 0 12px 12px 12px;
	position: absolute;
	bottom: 0;
}
.news-featured-cont .video-container .wpvl_auto_thumb_box,
.home-articles-display-videos .video-container .wpvl_auto_thumb_box,
.cat-popular-videos .video-container .wpvl_auto_thumb_box,
.cat-ind-news-videos .video-container .wpvl_auto_thumb_box {
	width: 100%;
	height: 100%;
}
.news-featured-cont .video-container .video_lightbox_auto_anchor_image,
.home-articles-display-videos .video-container .video_lightbox_auto_anchor_image,
.cat-popular-videos .video-container .video_lightbox_auto_anchor_image,
.cat-ind-news-videos .video-container .video_lightbox_auto_anchor_image {
	width: 100%;
	height: 100%;
}
.news-featured-cont .video-container .wpvl_auto_thumb_play,
.home-articles-display-videos .video-container .wpvl_auto_thumb_play,
.cat-popular-videos .video-container .wpvl_auto_thumb_play,
.cat-ind-news-videos .video-container .wpvl_auto_thumb_play {
	left: calc(50% - 25px);
	top: calc(50% - 25px);
}
.news-featured-cont .news-featured-main-cont .video-container,
.home-articles-display-videos .news-featured-main-cont .video-container,
.cat-popular-videos .news-featured-main-cont .video-container,
.cat-ind-news-videos .news-featured-main-cont .video-container {
	height: 50%;
}
.news-featured-cont .home-article-image,
.news-featured-cont .cat-ind-news-image,
.news-featured-cont .mem-cat-image,
.home-articles-display-videos .home-article-image,
.home-articles-display-videos .cat-ind-news-image,
.home-articles-display-videos .mem-cat-image,
.cat-popular-videos .home-article-image,
.cat-popular-videos .cat-ind-news-image,
.cat-popular-videos .mem-cat-image,
.cat-ind-news-videos .home-article-image,
.cat-ind-news-videos .cat-ind-news-image,
.cat-ind-news-videos .mem-cat-image {
	height: auto;
}
.video-landing-browse {
	padding-bottom: 46px;
}
.board-of-directors,
.board-of-governors,
.apex-ceo,
.apex-staff,
.apex-media-staff {
	margin-bottom: 72px;
}
.board-of-directors h3,
.board-of-governors h3,
.apex-ceo h3,
.apex-staff h3,
.apex-media-staff h3 {
	font-family: Termina;
	font-size: 24px;
	font-weight: 600;
	line-height: 1.38;
	color: #1d2240;
	margin-bottom: 16px;
}
.board-of-directors .button-primary-dark,
.board-of-governors .button-primary-dark,
.apex-ceo .button-primary-dark,
.apex-staff .button-primary-dark,
.apex-media-staff .button-primary-dark {
	max-width: 100%;
	width: 100%;
	margin: 46px 0 0 0;
}
.board-of-directors-intro p:last-child,
.board-of-governors-intro p:last-child {
	margin-bottom: 0;
}
.leaders-cont {
	display: flex;
	flex-wrap: wrap;
	justify-content: flex-start;
}
@media (max-width: 1120px) {
	.leaders-cont {
		justify-content: space-between;
	}
}
.leader-item {
	display: flex;
	width: 29%;
	flex-direction: column;
	font-family: "Open Sans";
	margin-top: 46px;
	margin-bottom: 10px;
	margin-right: 46px;
}
.leader-item:nth-child(3n + 3) {
	margin-right: 0;
}
@media (max-width: 1120px) {
	.leader-item {
		width: 245px;
		margin-right: 0;
	}
}
@media (max-width: 860px) {
	.leader-item {
		width: 245px;
		margin-right: 10px;
	}
	.leader-item:nth-child(2n) {
		margin-right: 10px;
	}
}
.apex-media-staff-cont .leader-item:nth-child(3n + 3) {
	margin-right: 46px;
}
.apex-media-staff-cont .leader-item:nth-child(3n + 2) {
	margin-right: 0;
}
.apex-media-staff-cont .leader-item:nth-child(1),
.apex-media-staff-cont .leader-item:nth-child(2) {
	margin-right: 0;
}
@media (max-width: 1120px) {
	.apex-media-staff-cont .leader-item:nth-child(3n + 2) {
		margin-right: 0;
	}
}
@media (max-width: 860px) {
	.apex-media-staff-cont .leader-item:nth-child(3n + 3) {
		margin-right: 10px;
	}
	.apex-media-staff-cont .leader-item:nth-child(2n) {
		margin-right: 10px;
	}
}
.leader-image {
	background-size: cover;
	height: 245px;
	max-width: 245px;
	margin-bottom: 10px;
}
.leader-name {
	padding-top: 10px;
	font-size: 20px;
	font-weight: 600;
	color: #1d2240;
	display: flex;
	justify-content: space-between;
	flex-wrap: wrap;
}
.leader-title,
.leader-phone {
	font-size: 14px;
	font-weight: 600;
	line-height: 1.38;
	color: rgba(29, 34, 64, 0.7);
}
.leader-board-title {
	padding: 2px 0 12px 0;
}
.leader-phone {
	font-weight: normal;
}
.leader-company {
	text-decoration: none;
	color: #0484bd;
	font-weight: normal;
}
.leader-linkedin .fab {
	color: #0072b1;
}
.leader-term {
	padding: 5px 0;
	font-style: italic;
	font-size: 14px;
}
h3.board-gov-heading {
	margin: 36px 0 -30px 0;
}
.newsletter-page-signup {
	font-size: 20px;
	font-weight: 600;
	text-decoration: none;
	color: #1d2240 !important;
	margin-bottom: 22px;
	display: block;
}
.newsletter-archives {
	margin-bottom: 46px;
}
.newsletter-archives h3 {
	font-size: 26px;
	margin-bottom: 22px;
}
.newsletter-archive-cont {
	margin-left: 30px;
}
.newsletter-archive-cont li {
	padding: 5px 0;
}
.newsletter-connect {
	margin-bottom: 46px;
}
.newsletter-issue-content {
	display: flex;
	flex-wrap: wrap;
}
.newsletter-issue-content-item {
	border-top: solid 6px #1d2240;
	padding-top: 46px;
	margin-bottom: 96px;
	display: flex;
	width: 100%;
	align-items: baseline;
}
.newsletter-issue-content-item a {
	text-decoration: none;
}
.newsletter-issue-content-item h4 {
	font-family: Termina;
	color: #1d2240;
	font-weight: 600;
	text-transform: uppercase;
	font-size: 18px;
	padding-right: 46px;
	padding-top: 10px;
	line-height: 1.3;
}
@media (max-width: 860px) {
	.newsletter-issue-content-item h4 {
		padding-right: 0;
	}
}
.newsletter-issue-content-item:nth-child(2n) .newsletter-issue-item-primary {
	order: 2;
}
@media (max-width: 1120px) {
	.newsletter-issue-content-item:nth-child(2n) .newsletter-issue-item-primary {
		order: initial;
	}
}
.newsletter-issue-content-item:nth-child(2n) .newsletter-issue-item-primary h4 {
	text-align: right;
}
@media (max-width: 1120px) {
	.newsletter-issue-content-item:nth-child(2n) .newsletter-issue-item-primary h4 {
		text-align: left;
	}
}
@media (max-width: 1120px) {
	.newsletter-issue-content-item {
		flex-direction: column;
	}
}
.newsletter-issue-item-image {
	width: 300px;
	height: 250px;
	background-size: cover;
}
@media (max-width: 860px) {
	.newsletter-issue-item-image {
		width: 100%;
	}
}
.newsletter-issue-item-primary,
.newsletter-issue-item-secondary {
	flex: 1;
}
@media (max-width: 860px) {
	.newsletter-issue-item-primary,
	.newsletter-issue-item-secondary {
		width: 100%;
	}
}
.newsletter-signup-form {
	display: flex;
	flex-direction: column;
	background-color: #1d2240;
	padding: 46px 30px 30px 30px;
}
.newsletter-signup-form input {
	width: 100%;
	border: none;
	padding: 10px;
}
.newsletter-signup-form input[type="text"],
.newsletter-signup-form input[type="email"] {
	margin-bottom: 20px;
}
.newsletter-signup-form input[type="submit"] {
	margin-top: 20px;
	width: 75%;
	cursor: pointer;
	transition: all 0.2s;
	background-color: #04a1c8;
	color: white;
}
.newsletter-signup-form input[type="submit"]:hover {
	background-color: #0484bd;
}
.newsletter-signup-form h3 {
	color: white !important;
}
.newsletter-signup-form p {
	display: flex;
	flex-direction: column;
	align-items: flex-end;
}
.newsletter-signup-form-apex,
.newsletter-signup-form-ifsa {
	max-width: 500px;
	margin-bottom: 22px;
}
.newsletter-signup-form-apex label,
.newsletter-signup-form-apex textarea,
.newsletter-signup-form-ifsa label,
.newsletter-signup-form-ifsa textarea {
	color: white;
	width: 100%;
}
.newsletter-signup-form-ifsa {
	background-color: #08916b;
}
.newsletter-signup-form-ifsa input[type="submit"] {
	background-color: #d0a153;
}
.newsletter-signup-form-ifsa input[type="submit"]:hover {
	background-color: #e0c28f;
}
.cmApp_signupContainer {
	padding: 0 !important;
	width: 100% !important;
}
table.centered td.column table.contents td.padded > h2 {
	font-size: 20px !important;
	line-height: 25px !important;
}
table.centered td.column table.contents td.padded .article-category,
table.centered td.column table.contents td.padded .article-category-home {
	flex: none;
}
@media (max-width: 860px) {
	table.centered td.column table.contents td.padded .article-category,
	table.centered td.column table.contents td.padded .article-category-home {
		width: 100%;
	}
}
table.centered td.column table.border {
	display: none !important;
}
/*# sourceMappingURL=style.css.map */
