/*
Theme Name: Studio Simpatico
Theme URI: http://www.studiosimpati.co/
Description: This theme is a derivative of Super Hijinksified, custom coded for the client.
Author: Studio Simpatico
Author URI: http://www.studiosimpati.co/
Version: 1.0
Text Domain: icff-theme
*/

/***************************************************************************************************************************************************************************************/

/*HTML5 BOILERPLATE MINIFIED*/

/***************************************************************************************************************************************************************************************/

*{box-sizing:border-box;}article{display:block}aside{display:block}details{display:block}figcaption{display:block}figure{display:block;margin:0}footer{display:block}header{display:block}hgroup{display:block}nav{display:block}section{display:block}audio{display:inline;}canvas{display:inline;}video{display:inline;}audio:not([controls]){display:none}[hidden]{display:none}html{color:#222;font-family:sans-serif;font-size:100%;-webkit-text-size-adjust:100%;-ms-text-size-adjust:100%}button{-webkit-appearance:button;color:#222;cursor:pointer;font-family:sans-serif;font-size:100%;line-height:normal;margin:0;overflow:visible;vertical-align:middle}input{color:#222;font-family:sans-serif;font-size:100%;line-height:normal;margin:0;vertical-align:middle}select{color:#222;font-family:sans-serif;font-size:100%;margin:0;vertical-align:middle}textarea{color:#222;font-family:sans-serif;font-size:100%;margin:0;overflow:auto;resize:vertical;vertical-align:top}body{font-size:1em;line-height:1.4;margin:0}::-moz-selection{background:#333;color:#fff;text-shadow:none}::selection{background:#333;color:#fff;text-shadow:none}a{color:#00e}a:hover{color:#06e;outline:0}a:active{outline:0}abbr[title]{border-bottom:1px dotted}b{font-weight:700}strong{font-weight:700}blockquote{margin:1em 40px}dfn{font-style:italic}hr{border:0;border-top:1px solid #ccc;display:block;height:1px;margin:1em 0;padding:0}ins{background:#ff9;color:#000;text-decoration:none}mark{background:#ff0;color:#000;font-style:italic;font-weight:700}pre{font-family:monospace, serif;_font-family:'courier new', monospace;font-size:1em;white-space:pre-wrap;word-wrap:break-word}code{font-family:monospace, serif;_font-family:'courier new', monospace;font-size:1em}kbd{font-family:monospace, serif;_font-family:'courier new', monospace;font-size:1em}samp{font-family:monospace, serif;_font-family:'courier new', monospace;font-size:1em}q{quotes:none}q:before{content:none}q:after{content:none}small{font-size:85%}sub{bottom:-.25em;font-size:75%;line-height:0;position:relative;vertical-align:baseline}sup{font-size:75%;line-height:0;position:relative;top:-.5em;vertical-align:baseline}ul{margin:1em 0;padding:0 0 0 40px}ol{margin:1em 0;padding:0 0 0 40px}dd{margin:0 0 0 40px}nav ul{list-style:none;list-style-image:none;margin:0;padding:0}nav ol{list-style:none;list-style-image:none;margin:0;padding:0}img{border:0;-ms-interpolation-mode:bicubic;vertical-align:middle}svg:not(:root){overflow:hidden}form{margin:0}fieldset{border:0;margin:0;padding:0}label{cursor:pointer}legend{border:0;margin-left:-7px;padding:0;white-space:normal}input[type="button"]{-webkit-appearance:button;cursor:pointer;overflow:visible}input[type="reset"]{-webkit-appearance:button;cursor:pointer;overflow:visible}input[type="submit"]{-webkit-appearance:button;cursor:pointer;overflow:visible}button[disabled]{cursor:default}input[disabled]{cursor:default}input[type="checkbox"]{box-sizing:border-box;height:13px;padding:0;width:13px}input[type="radio"]{box-sizing:border-box;height:13px;padding:0;width:13px}input[type="search"]{-webkit-appearance:textfield;-moz-box-sizing:content-box;-webkit-box-sizing:content-box;box-sizing:content-box}input[type="search"]::-webkit-search-decoration{-webkit-appearance:none}input[type="search"]::-webkit-search-cancel-button{-webkit-appearance:none}button::-moz-focus-inner{border:0;padding:0}input::-moz-focus-inner{border:0;padding:0}input:invalid{background-color:#f0dddd}textarea:invalid{background-color:#f0dddd}table{border-collapse:collapse;border-spacing:0}td{vertical-align:top}.chromeframe{background:#ccc;color:#000;margin:.2em 0;padding:.2em 0}

/***************************************************************************************************************************************************************************************/

/*BODY STYLES*/

/***************************************************************************************************************************************************************************************/

@font-face {
	font-family: DomaineTextWeb;
	font-style: italic;
	font-weight: bold;
	src: 
url(../ORIG/fonts/domaine-text-web-bold-italic.woff) ,
url(../ORIG/fonts/domaine-text-web-bold-italic.woff2);
}

@font-face {
	font-family: DomaineTextWeb;
	font-weight: bold;
	src: 
url(../ORIG/fonts/domaine-text-web-bold.woff) ,
url(../ORIG/fonts/domaine-text-web-bold.woff2);
}

@font-face {
	font-family: DomaineTextWeb;
	font-style: italic;
	font-weight: 400;
	src: 
url(../ORIG/fonts/domaine-text-web-regular-italic.woff) ,
url(../ORIG/fonts/domaine-text-web-regular-italic.woff2);
}

@font-face {
	font-family: DomaineTextWeb;
	font-weight: 400;
	src: 
url(../ORIG/fonts/domaine-text-web-regular.woff) ,
url(../ORIG/fonts/domaine-text-web-regular.woff2);
}

:root {
  	--white: #fff;
  	--black: #000;
	--off-white: #F9F9F9;
	--green: #527C85;
	--light-gray: #D9D9D9;
	--med-gray: #ADADAD;
	--dark-gray: #808080;
	--blue: #D6E4E9;
	--purple: #F6F1FF;
	--pink: #FFECED;
	--brown: #9F755E;
  	--body-font: 'Helvetica', sans-serif;
	--special-font: 'Helvetica Neue', Helvetica, Arial, sans-serif;
	--container-width: 86%;
	--container-outer-padding: 50px;
}

html {
    font-size: 100%;
	scroll-behavior: smooth;
}

body { 
	background: var(--white);
	color: var(--black);
	font: 1rem var(--body-font);
	-moz-osx-font-smoothing: grayscale;
    -webkit-font-smoothing: antialiased;
}

html.active,
html.active body {
	overflow: hidden;
}

.svg-inline--fa {
	display: inline-block;
    font-size: inherit;
    height: 1em;
    overflow: visible;
	vertical-align: -0.125em;
}

.svg-inline--fa path {
	fill: currentColor;
}

a { 
	color: var(--black);
	text-decoration: none;
	transition: all .25s ease;
}

a:hover {
	color: var(--black);
	text-decoration: underline;
}

.btn,
.two-column-content a,
.gform_button {
	color: var(--black);
	display: inline-block;
	font: calc(14rem / 16)/calc(15 / 14) var(--special-font);
	letter-spacing: .06em;
	text-transform: uppercase;
}

.btn.white {
	color: var(--white);
	text-decoration: underline;
}

.btn.primary-btn,
.gform_button {
	border: 1px solid var(--black);
	border-radius: 3px;
	min-width: 202px;
	padding: 14px 30px;
	text-align: center;
}

.btn.primary-btn:hover,
.btn.primary-btn.white-bkg:hover,
.gform_button:hover {
	background: var(--black);
	color: var(--white);
	text-decoration: none;
}

.btn.primary-btn.black {
	background: var(--black);
	color: var(--white);
}

.btn.primary-btn.black:hover {
	background: var(--white);
	color: var(--black);
	text-decoration: none;
}

.btn.primary-btn.white-bkg {
	background: var(--white);
	border: none;
}

.btn.secondary-btn {
	background: var(--white);
	border-radius: 3px;
	box-shadow: 0px 15px 30px -15px rgba(0,0,0,.25);
	min-width: 295px;
	padding: 18px 102px 19px 19px;
	position: relative;
	text-align: left;
	transition: .25s ease;
}

.btn.secondary-btn:after {
	background: url('../ORIG/svgs/icon-arrow-alt.svg') no-repeat center;
	content: '';
	display: block;
	height: 8px;
	position: absolute;
	right: 23px;
	top: 50%;
	transform: translate3d(0,-50%,0);
	transition: .25s ease;
	width: 14px;
}

.btn.secondary-btn:hover {
	box-shadow: 0px 15px 30px -10px rgba(0,0,0,.25);
	text-decoration: none;
}

.btn.secondary-btn:hover::after {
	transform: translate3d(5px,-50%,0);
}

.btn.arrow-link {
	position: relative;
}

.btn.arrow-link:not(.alt) {
	font-size: calc(18rem / 16);
	letter-spacing: .01em;
	line-height: calc(30 / 18);
	padding-right: 60px;
}

.btn.arrow-link.alt {
	padding-right: 30px;
	text-decoration: underline;
}

.btn.arrow-link:after {
	content: '';
	right: 0;
	top: 50%;
	transform: translateY(-50%);
	transition: all .25s ease;
}

.btn.arrow-link.alt:after {
	background: url('../ORIG/svgs/icon-arrow-alt.svg') no-repeat;
	box-shadow: none;
	height: 8px;
	width: 14px;
}

.btn.arrow-link:hover::after {
	transform: translateX(10px) translateY(-50%);
}

input[type=submit],
button {
	background: none;
	transition: all .25s ease;
}

img,
svg,
{
	height: auto;
	max-width: 100%;
}

h1,
.heading-1,
h2,
.heading-2,
h3,
.heading-3,
h4,
.heading-4 {
	font-weight: 400;
	margin: 0;
}

h1,
.heading-1 {
	font-size: calc(50rem / 16);
	letter-spacing: .02em;
	line-height: calc(60 / 50);
}

h2,
.heading-2 {
	font-size: calc(36rem / 16);
	line-height: calc(44 / 36);
}

h3,
.heading-3,
.gform_wrapper h2.gsection_title,
.gform_wrapper .attachments label {
	font-size: calc(24rem / 16);
	line-height: calc(42 / 24);
}

h4,
.heading-4 {
	font-size: calc(20rem / 16);
	line-height: calc(24 / 20);
}

.large-heading {
	font-size: calc(58rem / 16);
	line-height: calc(62 / 58);
}

.alt-heading {
	font-size: calc(36rem / 16);
	line-height: calc(50 / 36);
}

.supertext {
	font-family: var(--special-font);
	font-size: calc(12rem / 16);
	letter-spacing: calc(0.1rem / 16);
	line-height: calc(22 / 12);
	text-transform: uppercase;
}

p,
ul,
ol {
	font-size: calc(18rem / 16);
	line-height: calc(28 / 18);
	margin: 0 0 30px;
}

p.large,
ul.large,
ol.large,
.large p,
.large ul,
.large ol,
.single-webinars .post-builder p:first-of-type {
	font-size: calc(21rem / 16);
	line-height: calc(34 / 21);
	margin: 0 0 66px;
}
.post-builder p.large{
	font-size: calc(21rem / 16);
	line-height: calc(34 / 21);
	margin: 0 0 30px;
}

p.small,
ul.small,
ol.small,
.small p,
.small ul,
.small ol {
	font-size: calc(15rem / 16);
	line-height: calc(24 / 15);
	margin: 0;
}

.eyebrow {
	display: block;
	font: calc(12rem / 16)/calc(15 / 12) var(--special-font);
	letter-spacing: .06em;
	text-transform: uppercase;
}

.eyebrow.large {
	font-size: calc(14rem / 16);
	letter-spacing: .1em;
	line-height: calc(30 / 14);
}

header, 
section, 
footer,
article {
	width: 100%;
}

.container {
	clear: both;
	margin: 0 auto; 
	max-width: var(--container-width); /*Based off 1200 Sketch files*/
	padding: 0 var(--container-outer-padding);
	@media (min-width: 992px) {
		position: relative;
	}
}

.flex-container {
	display: flex;
	flex-wrap: wrap;
	justify-content: space-between;
}

.grid {
	display: grid;
}

.accessibility,
.gform_wrapper .hidden_label .gfield_label,
.gform_wrapper .hidden_sub_label,
#extensions_message_2_18 {
	backface-visibility: hidden;
	left: -999999999px;
	position: absolute;
}

.image-zoom {
	overflow: hidden;
}

.image-zoom img {
	display: block;
	height: 100%;
	object-fit: cover;
	transition: all .25s ease;
	width: 100%;
}

/***Carousels***/

.carousel,
.slick-list,
.slide,
.slick-track {
	height: 100%;
}

.carousel {
	overflow: hidden;
}

.slick-track {
	display: flex;
}

.slick-arrow,
.btn.arrow-link:after,
button.mfp-arrow {
	background: url('./svgs/icon-arrow.svg') no-repeat center;
	background-color: var(--white);
	border: none;
	border-radius: 100%;
	box-shadow: 0 2px 8px rgba(0,0,0,.35);
	height: 30px;
	position: absolute;
	text-indent: -99999px;
	width: 30px;
}

.slick-arrow:hover,
button.mfp-arrow:hover{
	filter: invert(100%);
	outline: none;
	transform: translate3d(5px, 0, 0);
}

/***************************************************************************************************************************************************************************************/

/*HEADER STYLES*/

/***************************************************************************************************************************************************************************************/

header {
	align-items: center;
	border-bottom: 1px solid var(--light-gray);
	padding: 25px 36px 19px;
}

header .search-pop {
	background: none;
	border: none;
	display: inline-block;
	margin-left: 30px;
	padding: 0;
	vertical-align: -9px;
}

header .search-pop:hover,
header .mobile-menu:hover,
header .search-pop:focus,
header .mobile-menu:focus {
	opacity: .5;
	outline: none;
}

header > .btn:before {
	content: 'The';
	display: inline-block;
	margin-right: 5px;
}

header .logo,
header .logo img {
	display: block;
}

/***Nav***/

header:not(.show-header):before {
	background: var(--white);
	content: '';
	filter: blur(80%);
	height: 100vh;
	left: 0;
	opacity: 0;
	pointer-events: none;
	position: fixed;
	top: 0;
	transition: .25s ease;
	visibility: hidden;
	width: 100vw;
	z-index: 99;
}

header:not(.show-header).active:before {
	opacity: .7;
	visibility: visible;
}

header:not(.show-header).active + main {
	filter: blur(4px);
}

header .mobile-menu,
button.close {
	align-items: center;
	background: transparent;
	border: 0;
	cursor: pointer;
	display: inline-flex;
	flex-direction: column;
	justify-content: center;
	margin-right: -6px; /*Make up for the right padding*/
	outline: none;
	overflow: hidden;
	padding: 6px; /*Increase the mobile touchpoint*/
	position: relative;
	z-index: 99999;
	--menu-bar-height: 1px; /*Height of an individual menu bar*/
	--menu-bar-margin: 7px; /*Amount of spacing between the menu bars*/
	--menu-bar-width: 26px; /*Width of the menu bars*/
}

header .mobile-menu span:not(.accessibility),
button.close span:not(.accessibility) {
	background: var(--black);
	border-radius: 1px;
	display: block;
	height: var(--menu-bar-height);
	position: relative;
	width: var(--menu-bar-width);
}

header .mobile-menu span:nth-of-type(2),
button.close span:nth-of-type(2) {
	margin: var(--menu-bar-margin) 0;
}

/*Close*/

header.active .mobile-menu,
button.close {
	background: white;
	border-radius: 100%;
	box-shadow: 2px 3px 6px -1px rgba(0,0,0,.2);
	height: 30px;
	width: 30px;
}

header.active .mobile-menu span:nth-of-type(1),
button.close span:nth-of-type(1) {
	transform: translateY(calc(var(--menu-bar-height) + var(--menu-bar-margin))) rotate(45deg);
}

header.active .mobile-menu span:nth-of-type(2),
button.close span:nth-of-type(2) {
	margin-right: auto;
	width: 0;
}

header.active .mobile-menu span:nth-of-type(3),
button.close span:nth-of-type(3) {
	transform: translateY(calc((var(--menu-bar-height) + var(--menu-bar-margin)) * -1)) rotate(-45deg);
}

/*Nav*/

header nav:not(.show-nav) {
	background: var(--white);
	box-shadow: 0 1px 12px 2px rgba(0,0,0,.2);
	display: flex;
	flex-direction: column;
	height: 100vh;
	left: 0;
	min-width: 1315px;
	opacity: 0;
	overflow: auto;
	padding: 60px 20px 130px 96px;
	position: absolute;
	top: 0;
	transform: translate3d(-20px,0,0);
	transition: .25s ease;
	visibility: hidden;
	width: calc(1154 / 1440 * 100%);
	z-index: 9999;
}

header.active nav {
	opacity: 1;
	transform: translate3d(0,0,0);
	visibility: visible;
}

header nav .searchform {
	display: none;
}

header nav ul {
	list-style: none;
	margin: 0;
	padding: 0;
	width: max-content;
}

#menu-main {
	margin-bottom: 30px;
	position: relative;
}

#menu-main > li > a {
	font: calc(52rem / 16)/calc(80 / 52) var(--special-font);
	text-decoration: none;
}

#menu-main a:hover,
#menu-main li.active > a {
	font-weight: bold;
}

/*Event Info*/

nav .event-info {
	margin-top: auto;
}

nav .event-info p {
	color: var(--med-gray);
	font-size: calc(18rem / 16);
	line-height: calc(30 / 18);
	margin: 0 0 10px;
}

nav .event-info ul {
	border-top: 1px solid var(--black);
	padding-top: 26px;
}

nav .event-info a {
	font-size: calc(22rem / 16);
	line-height: calc(44 / 22);
	text-decoration: none;
}

nav .event-info a:hover {
	text-decoration: underline;
}

/*Dropdowns*/

#menu-main .sub-menu {
	display: none;
	left: calc(100% + 113px);
	position: absolute;
	top: 0;
}

#menu-main li.menu-item-has-children.active > .sub-menu {
	display: block;
}

#menu-main .sub-menu a {
	font-size: calc(22rem / 16);
	line-height: calc(50 / 22);
}

#menu-main .sub-menu a:hover {
	text-decoration: none;
}

/*Third Level*/

#menu-main .sub-menu .sub-menu {
	left: calc(100% + 165px);
}

#menu-main .sub-menu .sub-menu a {
	color: var(--med-gray);
	font-size: calc(18rem / 16);
	line-height: calc(40 / 18);
}

#menu-main .sub-menu .sub-menu a:hover {
	color: var(--black);
}

/***Search Popup***/

.search-popup {
	background: var(--white);
	left: 0;
	opacity: 0;
	padding: 63px 40px;
	position: absolute;
	top: 76px;
	transform: scale(1, 0);
	transform-origin: center top;
	transition: all .24s ease;
	visibility: hidden;
	width: 100%;
	z-index: -999;
}

.search-popup.active {
	opacity: 1;
	transform: scale(1);
	visibility: visible;
	z-index: 999;
}

.searchform {
	position: relative;
	width: 100%;
}

.searchform label:not(.accessibility) {
	color: var(--dark-gray);
	font-size: calc(24rem / 16);
	left: 0;
	letter-spacing: .02em;
	position: absolute;
	top: 20px;
}

.searchform input {
	background: none;
	border: none;
	border-bottom: 1px solid var(--black);
	color: var(--black);
	font-family: inherit;
	font-size: calc(40rem / 16);
	height: 62px;
	letter-spacing: .02em;
	padding: 0 40px 0 95px;
	width: 100%;
}

.searchform input:focus {
	border-bottom-color: var(--light-gray);
	outline: none;
}

.searchform ::-webkit-input-placeholder { 
	color: var(--black); 
}

.searchform ::-moz-placeholder { 
	color: var(--black); 
	opacity: 1;
}

.searchform :-ms-input-placeholder {
	color: var(--black); 
}

.searchform button {
	background: none;
	border: none;
	padding: 0;
	position: absolute;
	right: 0;
	top: 32px;
	width: 30px;
}

.searchform button:hover {
	opacity: .5;
}

/***************************************************************************************************************************************************************************************/

/*SHOW HEADER STYLES*/

/***************************************************************************************************************************************************************************************/

.show-header {
	background: var(--white);
	padding-bottom: 0;
	position: relative;
}

.show-header .mobile-menu {
	display: none;
}

.show-header .nav-items,
.show-header .logo,
.show-header .header-btns {
	backface-visibility: hidden;
	z-index: 2;
}

.show-header .logo,
.show-header .header-btns {
	position: relative;
}

.search-popup.show-popup {
	left: 35px;
	max-width: 313px;
	padding: 0;
	top: 28px;
	transform: scale(0, 1);
	transform-origin: center left;
}

.search-popup.show-popup.active {
	transform: scale(1);
}

header.show-header .search-pop {
	margin-left: 0;
}

.show-popup .searchform label:not(.accessibility),
.show-popup .searchform input {
	font-size: calc(18rem / 16);
	height: auto;
	line-height: calc(28 / 18);
	top: 0;
}

.show-popup .searchform input {
	padding-left: 80px;
}

.show-popup .searchform button {
	top: 0;
}

.header-btns .btn.primary-btn {
	border-radius: 0;
	border-radius: 0;
	font-size: calc(12rem / 16);
	min-width: 110px;
	padding: 12px 20px;
	width: 110px;
}

.show-header .logo {
	left: 50%;
	position: absolute;
	top: 30px;
	transform: translateX(-50%);
}

/*Nav List*/

header.show-header.active::before {
	content: none;
}

.show-nav {
	padding: 18px 0 0;
	width: 100%;
}

.show-nav > ul::before {
	backface-visibility: hidden;
	background: var(--white);
	content: '';
	height: 0;
	height: 253px;
	left: 0;
	pointer-events: none;
	position: absolute;
	top: 116px;
	transform: scale(1,0);
	transform-origin: top;
	transition: .25s ease;
	width: 100vw;
	z-index: 1;
}

.sub-open .show-nav > ul::before {
	pointer-events: all;
	transform: scale(1,1);
}

.show-nav form {
	display: none;
}

.show-nav > ul {
	display: flex;
	justify-content: center;
	margin: 0 auto;
	width: 100%;
}

.show-nav > ul > li {
	padding: 0 28px;
	position: relative;
	z-index: 2;
}

.show-nav .menu-item-has-children > a,
.show-nav .menu-item-has-children > span {
	cursor: pointer;
	display: block;
	font-family: var(--special-font);
	font-size: calc(12rem / 16);
	letter-spacing: 0.1em;
	line-height: calc(22 / 12);
	padding-bottom: 21px;
	position: relative;
	text-transform: uppercase;
}

.show-nav .menu-item-has-children.active > a:hover {
	text-decoration: none;
}

.show-nav .menu-item-has-children.active > a::after,
.show-nav .menu-item-has-children.active > span::after {
	background: var(--black);
	bottom: 0;
	content: '';
	height: 3px;
	left: 0;
	position: absolute;
	width: 100%;
}

.show-nav .sub-menu {
	display: flex;
	flex-direction: column;
	flex-wrap: wrap;
	max-height: 240px;
	opacity: 0;
	padding-top: 30px;
	position: absolute;
	transition: .25s ease;
	visibility: hidden;
}

.show-nav .active .sub-menu {
	opacity: 1;
	visibility: visible;
}

.show-nav .sub-menu li {
	font-size: calc(15rem / 16);
	line-height: calc(22 / 15);
	margin-bottom: 20px;
	margin-right: 80px;
	z-index: 2;
}

.show-nav li:last-of-type .sub-menu {
	max-height: none;
}

.show-nav li:last-of-type .sub-menu li {
	margin-right: 0;
}

/***************************************************************************************************************************************************************************************/

/*FOOTER STYLES*/

/***************************************************************************************************************************************************************************************/

footer {
	background: var(--off-white);
	padding: 141px 0 53px;
	padding-bottom: 0px;
}

#menu-footer,
#menu-footer ul {
	list-style: none;
	margin: 0;
	padding: 0;
}

#menu-footer {
	display: grid;
	gap: 0 28px;
	grid-template-columns: repeat(5,1fr);
} 

#menu-footer > li:nth-of-type(7),
#menu-footer > li:nth-of-type(7) {
	margin-top: -90px;
}

#menu-footer > li:nth-of-type(6) {
	grid-column: 4;
}

#menu-footer > li:nth-of-type(7) {
	grid-column: 5;
}

#menu-footer a {
	display: block;
}

#menu-footer > li > a {
	font: calc(12rem / 16)/calc(22 / 12) var(--special-font);
	letter-spacing: .1em;
	margin-bottom: 25px;
	text-transform: uppercase;
}

#menu-footer .sub-menu a {
	color: var(--med-gray);
	font-size: calc(15rem / 16);
	line-height: calc(40 / 15);
	margin-bottom: 6px;
}

#menu-footer .sub-menu a:hover {
	color: var(--black);
	font-weight: 700;
	text-decoration: none;
}

/***Bottom Footer***/

footer .bottom-footer {
	border-top: 1px solid var(--light-gray);
	margin-top: 107px;
	padding-top: 22px;
}

footer .bottom-footer p, 
footer .bottom-footer ul {
	font: calc(12rem / 16)/calc(30 / 12) var(--special-font);
	letter-spacing: .1em;
	margin: 0 20px 0 0;
}

footer .bottom-footer ul {
	margin: 0;
	padding: 0;
}

footer .bottom-footer li {
	display: inline-block;
	list-style: none;
	text-transform: uppercase;
}

footer .bottom-footer li:first-child::after {
	background: var(--black);
	content: '';
	display: inline-block;
	height: 10px;
	margin: 0 5px;
	width: 1px;
}

/***Cookie Popup***/

.cookie-message.newsletter {
	background: var(--white);
	bottom: 0;
	display: none;
	left: 0;
	padding: 142px 0 76px;
	position: fixed;
	z-index: 9;
}

button.close {
	margin: 0;
	position: absolute;
	right: 46px;
	top: 42px;
}

/***************************************************************************************************************************************************************************************/

/*HOME STYLES*/

/***************************************************************************************************************************************************************************************/

.home-container {
	grid-template-columns: 267px 1fr;
}

.home-container aside {
	padding: 0 34px;
}

.home-container aside ul {
	list-style: none;
	margin: 0;
	padding: 0;
	position: sticky;
	top: 50vh;
	transform: translateY(-50%);
}

.home-container aside a,
.section-title {
	color: var(--light-gray);
	font-size: calc(36rem / 16);
	line-height: calc(50 / 36);
}

.home-container aside a:hover,
.home-container aside .active a {
	color: var(--black);
	text-decoration: none;
}

.home-container aside img {
	margin-left: 15px;
	opacity: 0;
	transition: all .25s ease;
	vertical-align: -3px;
}

.home-container aside .active img {
	opacity: 1;
}

.home-sections section {
	overflow: hidden;
	position: relative;
	width: calc(100vw - 267px);
}

.home-sections h2 {
	margin-bottom: 34px;
}

/***Hero***/

.hero {
	height: calc(100vh - 75px);
}

.hero .slide {
	background: no-repeat center;
	background-size: cover;
	display: flex;
}

.hero article {
	background: white;
	margin: auto 0 0;
	padding: 31px 40px;
	position: relative;
	width: calc(638 / 1173 * 100%);
}

.hero article img {
	position: absolute;
	right: 27px;
	top: 37px;
}

.hero h2 {
	margin-bottom: 14px;
}

.hero p {
	color: var(--dark-gray);
	width: calc(480 / (638 - 80) * 100%);
}

.hero a {
	text-decoration: underline;
}

.hero a:hover {
	text-decoration: none;
}

.hero .slick-arrow {
	bottom: 37px;
	right: 37px;
}

.hero .slick-arrow.slick-prev {
	display: none;
}

/***Read***/

.read {
	padding: 60px 0 120px !important;
}

/*Carousel*/

.card-carousel {
	margin-left: -14px;
	padding-right: 241px;
	position: relative;
	width: calc(100% + 14px);
}

.card-carousel, 
.card-carousel .slick-list, 
.card-carousel .slide, 
.card-carousel .slick-track {
	height: auto;
}

.card-carousel .slide {
	padding: 0 14px 70px;
}

.card-carousel .slick-prev {
	display: none !important;
}

.card-carousel .slick-next {
	margin-top: -45px;
	opacity: 0;
	right: 20px;
	top: 50%;
	transform: translateY(-50%);
}

.card-carousel:hover .slick-next {
	opacity: 1;
}

.card {
	background: var(--off-white);
	border-radius: 8px;
	display: block;
	height: 100%;
	min-height: 587px;
	overflow: hidden;
	position: relative;
	text-align: left;
	/* transition: all .25s ease; */
	--image-height: 325px;
}

.card-carousel .card {
	cursor: url(../ORIG/svgs/cursor.svg) ,auto;
}

.card.webinars-card {
	background: var(--blue);
}

.card.podcasts-card {
	background: var(--purple);
}

.card:not(.no-hover):hover {
	box-shadow: 0 15px 60px -25px rgba(0,0,0,.25);
	text-decoration: none;
}

.card .image {
	border-radius: 8px;
	height: var(--image-height);
	/* transition: .25s ease-out; */
	width: 100%;
}
/*
.card:not(.brands-card):not(.product-card):not(.sponsored):not(.no-hover):hover .image {
	transform: translate3d(0, calc(var(--image-height) * -1), 0) scaleY(.5);
}

.card:not(.sponsored):not(.brands-card):not(.product-card):not(.no-hover):hover article {
	transform: translate3d(0, calc(var(--image-height) * -1), 0);
}
*/
.card .image img {
	border-top-left-radius: 8px;
	border-top-right-radius: 8px;
	height: 100%;
	object-fit: cover;
	width: 100%;
}

.card:not(.sponsored) article {
	padding: 19px 32px 30px;
	/* transition: .25s ease-out; */
}

.card h3 {
	margin-bottom: 22px;
}

.card p {
	margin-bottom: 36px;
	width: calc(326 / 386 * 100%);
}

.card .btn.has-icon {
	padding-left: 44px;
	position: relative;
}

.card .btn .read-now {
	text-decoration: underline;
}

.card .btn img {
	left: 0;
	position: absolute;
	top: 50%;
	transform: translateY(-50%);
}

/*Sponsored Story*/

.sponsored-story {
	align-items: flex-start;
	margin-top: 118px;
}

.sponsored-story article {
	width: calc(455 / 1173 * 100%);
}

.sponsored-story .eyebrow {
	margin: 32px 0 120px;
}

.sponsored-story h3 {
	margin-bottom: 49px;
}

.sponsored-story p {
	margin-bottom: 75px;
}

.sponsored-story img {
	width: calc(649 / 1173 * 100%);
}

/***Watch***/

.home-sections .watch {
	overflow: visible;
	padding: 61px 0 71px;
	position: relative;
}

.watch:before {
	background: var(--green);
	content: '';
	height: 100%;
	position: absolute;
	right: 0;
	top: 0;
	width: 100vw;
	z-index: -1;
}

/***Listen***/

.listen {
	padding-top: 100px;
}

.listen .intro {
	font-size: calc(32rem / 16);
	line-height: calc(46 / 32);
	margin: 139px 0 159px;
	width: calc(986 / 1173 * 100%);
}

/***Brands***/

.brands {
	padding: 151px 0 125px;
}

/*Brands Card*/

.home .card.brands-card {
	background: var(--pink);
	max-height: 587px;
}

.home .card.brands-card .image {
	/* height: 100%; */
}

.home .card.brands-card .image {
	height: calc(100% - 76px);
}
/*
.home .card.brands-card:hover .image {
	height: calc(100% - 76px);
}
*/

.home .card.brands-card article {
	align-items: center;
	display: flex;
	height: 76px;
	justify-content: space-between;
	padding: 5px 26px 5px;
}

.home .card.brands-card h3 {
	font-size: calc(18rem / 16);
	letter-spacing: 0;
	line-height: calc(40 / 18);
	margin: 0;
}

.home .card.brands-card p {
	display: none;
}

.home .card.brands-card .btn {
	background: url('../ORIG/svgs/icon-arrow-alt.svg') no-repeat right center;
	padding: 0 20px 0 0;
}

/***Social Media***/

.social-media {
	border-top: 1px solid var(--light-gray);
	overflow: hidden;
	padding: 20px 0 55px;
	text-align: center;
}

.social-media h2 {
	margin-bottom: 38px;
}

.social-media ul {
	margin: 0 0 80px;
	padding: 0;
}

.social-media li {
	display: inline-block;
	list-style: none;
	margin: 0 8px;
}

.social-media li a {
	text-decoration: none;
}

.social-media li a:hover {
	text-decoration: underline;
}

.social-media #sb_instagram #sbi_images .sbi_item {
	margin: 0 13px !important;
}

/***Newsletter***/

.newsletter {
	border-top: 1px solid var(--light-gray);
	padding: 112px 0;
}

.newsletter article {
	margin-top: 42px;
	width: calc(432 / 1072 * 100%);
}

.newsletter h2 {
	margin-bottom: 38px;
}

.newsletter p {
	color: var(--dark-gray);
}

.newsletter .form {
	width: calc(438 / 1072 * 100%);
}

.newsletter .form input[type=text],
.newsletter .form input[type=email] {
	appearance: none;
	-webkit-appearance: none;
	background: none;
	border: none;
	border-bottom: 1px solid var(--black);
	border-radius: 0;
	color: var(--black);	
	font: calc(12rem / 16) var(--special-font);
	height: 30px;
	letter-spacing: .01em;
	margin-bottom: 43px;
	outline: none;
	text-transform: uppercase;
	width: 100%;
}
.newsletter .form input[type=text]:focus,
.newsletter .form input[type=email]:focus {
	border-bottom: 1px solid var(--med-gray);
}

.newsletter .form ::-webkit-input-placeholder { 
	color: var(--black);
}

.newsletter .form ::-moz-placeholder { 
	color: var(--black);
	opacity: 1;
}

.newsletter .form :-ms-input-placeholder {
	color: var(--black); 
}

.newsletter .form .agreement {
	display: block;
	font: calc(12rem / 16) var(--special-font);
	letter-spacing: .1em;
	margin: -17px 0 43px;
}

.newsletter .form .agreement input {
	margin-right: 13px;
}

/***************************************************************************************************************************************************************************************/

/*SHOW HOME STYLES*/

/***************************************************************************************************************************************************************************************/

/***Hero***/

.show-hero.hero {
	height: calc(100vh - 125px);
	position: relative;
}

.show-hero.hero .carousel {
	height: calc(100% - 40px);
}

.show-hero.hero .slick-arrow {
	bottom: 109px;
}

.hero p.carousel-supertext {
	color: var(--white);
	font-family: var(--special-font);
	font-size: calc(12rem / 16);
	line-height: calc(22 / 12);
	margin: 0 0 13px;
	text-transform: uppercase;
}

.show-hero.hero article {
	background: none;
	padding: 0 67px 120px;
}

.show-hero.hero h2 {
	color: var(--white);
	margin-bottom: 42px;
}

.show-hero.hero .btn {
	color: var(--white);
}

/***Ticker***/

.ticker-wrap {
	background: var(--white);
	overflow: hidden;
}

.ticker-wrap .ticker {
	border-bottom: 1px solid var(--light-gray);
	box-sizing: content-box;
	display: inline-block;
	white-space: nowrap;
}

.ticker-wrap .ticker__item {
	display: inline-block;
	padding: 6px 0 4px;
}


.hero .ticker p {
	color: var(--black);
	font-size: calc(15rem / 16);
	line-height: calc(30 / 15);
	margin-bottom: 0;
	margin-right: 80vw;
	width: auto;
}

.hero .ticker p span {
	display: inline-block;
	font-family: var(--special-font);
	font-size: calc(12rem / 16);
	line-height: calc(22 / 10);
	margin-bottom: 2px;
	margin-right: 11px;
	text-transform: uppercase;
}

/***About***/

.show-about {
	padding: 78px 0 calc(130px + 92px);
}

.show-about > .flex-container {
	align-items: center;
}

.about-text {
	max-width: 464px;
	width: 32vw;
}

.show-about .supertext {
	margin-bottom: 15px;
}

.show-about h2 {
	margin-bottom: 38px;
}

.show-about .btn {
	text-decoration: underline;
}

.show-about .btn:hover {
	text-decoration: none;
}

.about-imgs {
	max-width: 552px;
	position: relative;
	width: 38vw;
}

.about-imgs .small-img {
	bottom: -92px;
    left: -142px;
    max-width: 437px;
    position: absolute;
    width: 30vw;
}

/***Two Panel***/

.two-panel .flex-container {
	flex-wrap: nowrap;
}

.panel {
	color: var(--white);
	padding: 110px 110px 126px;
	text-align: center;
	width: 50vw;
}

.panel-text {
	border: 1px solid var(--white);
	border-radius: 20px;
	margin: 0 auto;
	max-width: 493px;
}

.panel .supertext {
	border-bottom: 1px solid var(--white);
	margin: 22px auto 0;
	padding-bottom: 15px;
}

.panel h2 {
	margin: 197px auto 212px;
	max-width: 300px;
}

.panel h2 a {
	color: var(--white);
}

.panel h2 a:hover {
	text-decoration: none;
}

.panel .btn {
	display: block;
	margin-bottom: 48px;
}

.panel .btn:hover {
	text-decoration: none;
}

/***Home Sections***/

.show-home .read,
.show-home .watch,
.show-home .listen {
	align-items: center;
}

.main-section {
	width: calc(100vw - 267px);
}

.section-title {
	color: var(--black);
	margin-left: 37px;
}

.section-title img {
	margin-left: 15px;
}

.main-section-button {
	margin-bottom: 34px;
}

.show-home .watch {
	background: var(--green);
}

.show-home .listen {
	padding-bottom: 116px;
}

.show-home .watch .section-title,
.show-home .watch .main-section-button .btn,
.show-home .watch .btn.primary-btn {
	color: var(--white);
}

.show-home .watch .main-section-button {
	margin-top: 58px;
}

.show-home .watch .btn.primary-btn {
	border: 1px solid var(--white);
	margin-bottom: 65px;
}

/***************************************************************************************************************************************************************************************/

/*ABOUT PAGE STYLES*/

/***************************************************************************************************************************************************************************************/

.sticky-side.flex-container {
	flex-wrap: nowrap;
}

.sticky-container {
	background-size: cover;
	height: 100vh;
	position: sticky;
	top: 0;
	width: 50vw;
}

.sticky-container img {
	display: none;
}

.scroll-container {
	padding: 0 70px 150px;
	width: 50vw;
}

.about-page .supertext {
	margin: 56px auto 100px;
	text-align: center;
}

.about-page h1 {
	margin: 0 auto 100px;
	max-width: 580px;
	text-align: center;
}

.about-page.scroll-container .dates {
	font-size: calc(18rem / 16);
	line-height: calc(30 / 18);
	margin-bottom: 80px;
	max-width: none;
	text-align: center;
}

.about-page .intro-text {
	color: var(--dark-gray);
	margin: 0 auto 148px;
	max-width: 607px;
}

.scroll-container .content-container  * {
	margin-left: auto;
	margin-right: auto;
	max-width: 607px;
}

.scroll-container .content-container h2 {
	color: var(--black);
	font-size: calc(30rem / 16);
	line-height: calc(40 / 30);
	margin: 129px auto 37px;
	max-width: 200px;
	text-align: center;
}

.scroll-container .content-container h2:first-of-type {
	margin-top: 0;
}

.scroll-container .content-container p,
.scroll-container .content-container ul,
.scroll-container .content-container ol {
	color: var(--dark-gray);
}

.scroll-container .content-container .btn {
	display: block;
	margin-top: 50px;
	text-align: center;
	text-decoration: underline;
}

/***************************************************************************************************************************************************************************************/

/*HOTEL PAGE STYLES*/

/***************************************************************************************************************************************************************************************/

.scroll-container.hotel-page .content-container h2:first-of-type {
	margin-top: 63px;
}

.scroll-container.hotel-page .content-container .supertext {
	color: var(--black);
	margin-top: 62px;
}

.scroll-container.hotel-page .content-container strong {
	color: var(--black);
	font-weight: 400;
}

.scroll-container.hotel-page .content-container a {
	display: inline;
    font-family: var(--body-font);
    text-decoration: underline;
    text-transform: none;
}

/***************************************************************************************************************************************************************************************/

/*DEFAULT PAGE STYLES*/

/***************************************************************************************************************************************************************************************/

.alignleft { 
	float: left; 
	margin-right: 15px; 
}

.alignright { 
	float: right; 
	margin-left: 15px; 
}

.aligncenter {
    display: block;
    margin: 0 auto 20px;
}

.alignnone {
    display: block;
    margin: 0 0 20px;
}

.wp-caption {
    max-width: 100%;
}

.page-content {
	padding: 60px 0;
}

.page-content h1 {
	margin-bottom: 60px;
	text-align: center;
}

.page-content .container {
	max-width: 990px;
}

/*404*/

.missing-page .flex-container {
	align-items: center;
	flex-direction: column;
	padding-bottom: 200px;
	padding-top: 200px;
}

/***************************************************************************************************************************************************************************************/

/*STORIES ARCHIVE STYLES*/

/***************************************************************************************************************************************************************************************/

/***Featured Story***/

.featured-story {
	height: 826px;
	max-height: 100vh;
	position: relative;
}

.featured-story img {
	height: 100%;
	object-fit: cover;
	width: calc(720 / 1440 * 100%);
}

.featured-story article {
	align-items: center;
	display: flex;
	flex-direction: column;
	justify-content: center;
	padding: 50px 94px 130px 68px;
	position: relative;
	text-align: center;
	width: calc(720 / 1440 * 100%);
}

.featured-story h2 {
	margin-bottom: 70px;
}

.featured-story .btn {
	bottom: 66px;
	left: 50%;
	position: absolute;
	transform: translateX(-50%);
}

/***Posts***/

.stories-posts {
	overflow: hidden;
	padding: 70px 0 100px;
}

/*Filters*/

.stories-posts h3.eyebrow {
	margin: 0 0 13px;
	text-align: center;
} 

.stories-posts .mobile-filter,
.finalists .mobile-filter {
	display: none;
}

.stories-posts .filters {
	margin: 0 0 78px;
	padding: 0;
	text-align: center;
}

.stories-posts .filters li,
.finalists .filters li {
	display: inline-block;
	list-style: none;
}

.stories-posts .filters li:not(:last-child)::after,
.finalists .filters li:not(:last-child)::after {
	background: var(--med-gray);
	border-radius: 100%;
	content: '';
	display: inline-block;
	height: 5px;
	margin: 0 5px;
	vertical-align: 3px;
	width: 5px;
}

.stories-posts .filters a {
	color: var(--med-gray);
}

.stories-posts .filters .current-cat a {
	color: var(--black);
}

/*Grid*/

.stories-posts .grid {
	gap: 82px 27px;
	grid-template-columns: repeat(3,1fr);
	list-style: none;
	margin: 82px 0 0;
	padding: 0;
	transform: translate(0,0);
}

.stories-posts .alm-listing.grid {
	margin-top: 0;
}

@media (min-width: 1900px) {
	.stories-posts .grid {
		grid-template-columns: repeat(4,1fr);
	}
	
}

.stories-posts .alm-listing.grid li:nth-of-type(n+1):nth-of-type(-n + 3) {
	margin-top: 82px;
}

/*Featured Sponsored*/

.stories-posts .sponsored-post {
	grid-column: 1 / -1;
}

.stories-posts .sponsored-story {
	align-items: center;
	margin: 0;
	padding-left: 52px;
}

.stories-posts .sponsored-story .eyebrow {
	margin: 0 0 30px;
}

.stories-posts .sponsored-story p {
	margin-bottom: 66px;
}

.stories-posts .sponsored-story img {
	margin-right: calc(-7vw - 50px);
}

/*Sponsored Cards*/

.card.sponsored {
	background: no-repeat center;
	background-size: cover;
	color: var(--white);
	display: flex;
	flex-direction: column;
	overflow: hidden;
	padding: 29px 30px 45px;
	text-align: center;
}

.card.sponsored:before {
	background: var(--black);
	content: '';
	height: 100%;
	left: 0;
	opacity: .3;
	position: absolute;
	top: 0;
	width: 100%;
}

.card.sponsored .eyebrow {
	position: relative;
}

.card.sponsored article {
	margin: auto 0 0;
	padding: 0;
	position: relative;
	transition: transform .25s ease;
}

.card.sponsored:hover article {
	transform: translate3d(0, -40px, 0);
}

.card.sponsored h3 {
	margin-bottom: 43px;
}

/***Pagination***/

.alm-btn-wrap {
	margin-top: 137px;
	text-align: center;
}

.alm-btn-wrap .btn.done {
	display: none;
}

/***************************************************************************************************************************************************************************************/

/*STORIES SINGLE STYLES*/

/***************************************************************************************************************************************************************************************/

/***Hero***/

/*Two Column*/

/*
.post-hero.two-column {
	display: flex;
	height: 826px;
	max-height: 100vh;
}
*/
.post-hero.two-column {
	display: flex;
	min-height: 1000px;	
}

.post-hero.two-column + .post-builder .container > *:first-child {
	margin-top: 150px;
}

/*
.post-hero.two-column img {
	height: 100%;
	object-fit: cover;
	width: 50%;
}
*/
.post-hero.two-column img {
	height: 100%;
	object-fit: cover;
	width: 50%;
	min-height: 800px;
}

.post-hero.two-column article {
	display: flex;
	flex-direction: column;
	padding: 60px 75px 70px;
	text-align: center;
	width: 50%;
}

.post-hero.two-column article > div {
	margin: auto 0;
}

.post-hero.two-column h1 {
	margin-bottom: 30px;
}

.post-hero.two-column .share-post {
	margin-top: 87px;
}

.post-hero.two-column p {
	color: var(--dark-gray);
	margin: 0;
}

/*Full Width*/

.post-hero.full-width img {
	filter: brightness(.7);
	height: 792px;
	object-fit: cover;
	width: 100%;
}

.post-hero.full-width article {
	margin: 0 auto;
	max-width: 706px;
	padding: 36px 20px 0;
	position: relative;
}

.post-hero.full-width h1 {
	bottom: calc(100% + 100px);
	color: var(--white);
	left: 0;
	margin: 0;
	position: absolute;
	text-align: center;
	width: 100%;
}

.post-hero.full-width article > div {
	margin-top: 46px;
	width: 100%;
}

.post-hero.full-width article > div .eyebrow {
	position: absolute;
	right: 20px;
	top: 36px;
}

.post-hero.full-width p {
	color: var(--dark-gray);
}

.post-hero.full-width .share-post {
	display: none;
}

/***Post Builder***/

.post-builder .mobile {
	display: none;
}

.post-builder .share-post {
	margin: 115px auto 0;
	text-align: center;
}

.single-post .post-builder p {
	color: var(--dark-gray);
}

/*Regular Text*/

.post-builder article {
	margin: 0 auto !important;
	max-width: 666px;
}

/*Two Column Image + Text*/

.two-column-content {
	grid-template-columns: 1fr 1fr;
	margin-left: calc(-7vw - 50px);
	padding: 100px 0 122px;
	width: 100vw;
}

.two-column-content .image {
	display: flex;
}

.two-column-content .image-container {
	margin: auto;
}

.two-column-content img {
	height: auto;
	max-height: 390px;
	max-width: 521px;
	width: auto;
}

.two-column-content article {
	margin: auto;
	max-width: 670px;
	padding: 0 50px;
}

.two-column-content a {
	text-decoration: underline;
}

.two-column-content a:hover {
	text-decoration: none;
}

/*Quotes*/

blockquote {
	margin: 64px auto;
	max-width: 1018px;
	padding: 0;
}

blockquote cite {
	display: block;
	margin-top: 20px;
}

blockquote.image-bkg {
	background: no-repeat center;
	background-size: cover;
	color: var(--white);
	display: flex;
	flex-direction: column;
	justify-content: flex-end;
	margin: 0 0 100px calc(-7vw - 50px);
	max-width: none;
	min-height: 902px;
	padding: 50px 95px 187px;
	position: relative;
	width: 100vw;
}

blockquote.image-bkg:before {
	background: var(--black);
	content: '';
	height: 100%;
	left: 0;
	opacity: .4;
	position: absolute;
	top: 0;
	width: 100%;
}

.two-column-content + blockquote.image-bkg {
	margin-top: 0;
}

blockquote.image-bkg p.heading-3 {
	color: var(--white);
	line-height: calc(32 / 24);
	max-width: 406px;
	position: relative;
}

blockquote.image-bkg cite {
	margin-top: 28px;
	position: relative;
}

/*Images*/

.image-block {
	margin: 58px auto 30px;
	max-width: 784px;
}

.image-block ul {
	gap: 26px;
	grid-template-columns: 1fr 1fr;
	list-style: none;
	margin: 0;
	padding: 0;
}

.caption {
	font-size: calc(12rem / 16);
	font-style: italic;
	line-height: calc(28 / 12);
	margin: 10px 0 0;
}

.mfp-bg,
.mfp-image-holder .mfp-content {
	background: var(--white);
}

.mfp-image-holder .mfp-content {
	border-bottom: 1px solid var(--light-gray);
	border-top: 1px solid var(--light-gray);
	width: 100%;
}

.mfp-figure {
	display: flex;
	flex-direction: column;
}

.mfp-figure::after,
.mfp-arrow::after, 
.mfp-arrow::before {
	display: none;
}

.mfp-figure figure {
	margin: auto;
}

.mfp-figure figcaption {
	position: relative;
}

img.mfp-img {
	padding: 186px 0 200px;
}

.mfp-bottom-bar {
	margin: 0;
	top: calc(100% - 170px);
}

.mfp-title,
.mfp-counter {
	color: var(--black);
	font: italic calc(12rem / 16) var(--special-font);
}

.mfp-counter {
	font-style: normal;
}

.mfp-content .close {
	right: 28px;
	top: 34px;
}

.mfp-content button:focus {
	opacity: .5;
	outline: none;
}

button.mfp-arrow {
	left: auto;
	margin-top: -15px;
	top: 50%;
	z-index: 99999;
}

button.mfp-arrow.mfp-arrow-left {
	right: 100px;
	transform: scale(-1,1);
}

button.mfp-arrow.mfp-arrow-right {
	right: 50px;
}

button.mfp-arrow.mfp-arrow-left:hover,
button.mfp-arrow.mfp-arrow-left:focus {
	transform: scale(-1,1) translate3d(5px, 0, 0);
}

/*Ads*/

.ad-block {
	background: var(--off-white);
	margin: 76px 0 76px calc(-7vw - 50px);
	padding: 24px 0;
	text-align: center;
	width: 100vw;
}

/***Related Posts***/

.related-posts {
	padding: 146px 0 150px;
	text-align: center;
}

.related-posts h2 {
	font-size: calc(30rem / 16);
	line-height: calc(44 / 30);
	margin-bottom: 67px;
}

.related-posts .grid {
	margin-bottom: 117px;
}

/***************************************************************************************************************************************************************************************/

/*WEBINARS ARCHIVE STYLES*/

/***************************************************************************************************************************************************************************************/

/***Hero***/

.archive-hero {
	padding: 59px 0 0;
	text-align: center;
}

.archive-hero article {
	margin: 0 auto;
	width: calc(559 / 1200 * 100%);
}

.archive-hero h1 {
	margin-bottom: 20px;
}

.archive-hero p {
	margin-bottom: 64px;
}

.share-post {
	margin: 0;
	padding: 0;
}

.share-post li {
	display: inline-block;
	font-size: calc(22rem / 16);
	list-style: none;
	margin: 0 18px;
}

.copy-url {
	display: none;
}

/***Posts***/

.post-type-archive-webinars .stories-posts .grid {
	gap: 122px 27px;
	margin-bottom: 122px;
}

.post-type-archive-webinars .stories-posts .grid li {
	position: relative;
}

.post-type-archive-webinars .card + .eyebrow {
	left: 0;
	line-height: calc(24 / 14);
	position: absolute;
	top: calc(100% + 18px);
}

/***************************************************************************************************************************************************************************************/

/*WEBINARS SINGLE STYLES*/

/***************************************************************************************************************************************************************************************/

/***Hero***/

.video-hero {
	margin-bottom: 99px;
	padding-bottom: calc(826 / 1440 * 100%);
	position: relative;
}

.video-hero iframe,
.video-hero button,
.video-hero button:before {
	height: 100%;
	left: 0;
	padding: 0;
	position: absolute;
	top: 0;
	width: 100%;
}

.video-hero button {
	background: no-repeat center;
	background-size: cover;
	border: none;
	display: flex;
}

.video-hero button:before {
	background: var(--black);
	content: '';
	opacity: 0;
	padding: 0;
	transition: opacity .25s ease;
}

.video-hero button:hover::before {
	opacity: .5;
}

.video-hero button span {
	color: var(--white);
	cursor: pointer;
	font: 1rem var(--special-font);
	letter-spacing: .06em;
	margin: auto;
	padding-top: 74px;
	position: relative;
	text-transform: uppercase;
}

.video-hero button span:before {
	background: url('../ORIG/svgs/icon-play.svg') no-repeat;
	content: '';
	height: 50px;
	left: 50%;
	position: absolute;
	top: 0;
	transform: translateX(-50%);
	width: 50px;
}

.video-hero iframe {
	opacity: 0;
	pointer-events: none;
	visibility: hidden;
	z-index: 1;
}

.video-hero.video-active iframe {
	opacity: 1;
	pointer-events: all;
	visibility: visible;
}

/***Content***/

.single-webinars h1 {
	margin-bottom: 45px;
	text-align: center;
}

.single-webinars article p.large {
	margin-bottom: 37px;
}

/***************************************************************************************************************************************************************************************/

/*PODCASTS SINGLE STYLES*/

/***************************************************************************************************************************************************************************************/

.podcasts-hero {
	background: var(--purple);
	margin-bottom: -83px;
	padding: 60px 0 40px;
}

.podcasts-hero .flex-container {
	align-items: center;
}

.podcasts-hero .audio {
	border: 1px solid var(--black);
	border-radius: 30px;
	padding: 32px;
	width: calc(451 / 1200 * 100%);
}

.podcasts-hero article {
	text-align: center;
	width: calc(570 / 1200 * 100%);
}

.podcasts-hero h1 {
	margin: 52px 0 74px;
}

.podcasts-hero p {
	margin: 72px 0 60px;
	text-align: left;
}

.podcasts-hero .subscribe {
	margin: 0;
	padding: 0;
}

.podcasts-hero .subscribe li {
	display: inline-block;
	list-style: none;
}

.podcasts-hero .subscribe li:not(:first-child) {
	text-transform: none;
}

.podcasts-hero .subscribe li:not(:last-child):after {
	content: '|';
	display: inline-block;
	margin: 0 5px;
}

/***************************************************************************************************************************************************************************************/

/*ADVISORY COUNCIL PAGE STYLES*/

/***************************************************************************************************************************************************************************************/

.advisory-council {
	padding: 55px 0 125px;
}

.advisory-council .container {
	max-width: 1000px;
}

.advisory-council h1 {
	margin-bottom: 42px;
	text-align: center;
}

.advisory-council p {
	margin-bottom: 100px;
	text-align: center;
}

.advisory-council ul {
	list-style: none;
	margin: 0;
	padding: 0;
}

.advisory-council .flex-container {
	gap: 58px;
	justify-content: center;
}

.advisory-council h2.eyebrow {
	font-size: calc(18rem / 16);
	letter-spacing: .1em;
	margin-bottom: 40px;
}

.advisory-council li li {
	font-size: calc(24rem / 16);
	line-height: calc(48 / 24);
}

.advisory-council li li span {
	font-size: calc(15rem / 16);
	margin-left: 10px;
}

/***************************************************************************************************************************************************************************************/

/*DIVERSITY COUNCIL PAGE STYLES*/

/***************************************************************************************************************************************************************************************/

.advisory-council.diversity-council article {
	margin: 0 auto;
	width: calc(666 / 900 * 100%);
}

.advisory-council.diversity-council article p {
	text-align: left;
}

/***************************************************************************************************************************************************************************************/

/*SEARCH RESULTS PAGE STYLES*/

/***************************************************************************************************************************************************************************************/

.search-results h2 {
	margin: 100px 0 42px;
}

/***************************************************************************************************************************************************************************************/

/*SPONSORS PAGE STYLES*/

/***************************************************************************************************************************************************************************************/

.sponsorships {
	padding: 55px 0 0;
	text-align: center;
}

.sponsorships article {
	margin: 0 auto;
	width: calc(666 / 1200 * 100%);
}

.sponsorships p.heading-2 {
	margin: 37px 0 128px;
}

.sponsorships .grid {
	align-items: center;
	gap: 80px 40px;
	grid-template-columns: repeat(4,1fr);
	list-style: none;
	margin: 0 0 85px;
	padding: 0;
	text-align: center;
}

.sponsorships .grid img {
	max-height: 80px;
	max-width: 182px;
	width: auto;
}

.sponsorships h2 + p {
	color: var(--dark-gray);
	margin: 55px 0 50px;
}

.contact-info {
	border-bottom: 1px solid var(--light-gray);
	padding: 40px 0;
	text-align: left;
}

.contacts {
	border-bottom: 1px solid var(--light-gray);
}

div.contact-info {
	align-items: center;
	border-top: 1px solid var(--light-gray);
	font-size: 1rem;
	line-height: calc(28 / 16);
	width: 100%;
}

.contact-info .eyebrow,
.contact-info.eyebrow {
	font-size: calc(18rem / 16);
}

/***************************************************************************************************************************************************************************************/

/*CONTACT PAGE STYLES*/

/***************************************************************************************************************************************************************************************/

.contact-details {
	padding: 60px 0 70px;
}

.contact-details h1 {
	margin-bottom: 55px;
	text-align: center;
}

.contact-details ul {
	list-style: none;
	margin: 0;
	padding: 0;
}

.contact-details table {
	width: 100%;
}

.contact-details table tbody tr:first-child {
	border-top: 1px solid var(--light-gray);
}

.contact-details table td {
	display: table-cell;
	vertical-align: middle;
}

.contact-details table td.eyebrow {
	padding-right: 50px;
	width: calc(493 / 1250 * 100%);	
}

.contact-details table td.heading-4 {
	padding-right: 23px;
	width: calc(403 / 1250 * 100%);	
}

.contact-details table .phone-email {
	font-size: 1rem;
	line-height: calc(28 / 16);
	width: calc(342 / 1250 * 100%);	
}

/***************************************************************************************************************************************************************************************/

/*PRESS ARCHIVE STYLES*/

/***************************************************************************************************************************************************************************************/

.press-posts {
	padding: 57px 0 93px;	
}

.press-posts article {
	margin: 0 auto 138px;
	text-align: center;
	width: calc(670 / 1250 * 100%);
}

.press-posts h1 {
	margin-bottom: 60px;
}

.press-posts p {
	color: var(--dark-gray);
	margin-bottom: 75px;
	text-align: left;
}

.press-posts h2 {
	margin-bottom: 70px;
	text-align: center;
}

.press-posts h3 {
	margin-bottom: 62px;
	text-align: center;
}

.press-posts ul {
	border-bottom: 1px solid var(--light-gray);
	list-style: none;
	margin: 0 0 62px;
	padding: 0;
}

.press-posts li {
	border-top: 1px solid var(--light-gray);
	padding: 52px 0;

}

/***************************************************************************************************************************************************************************************/

/*PRESS SINGLE STYLES*/

/***************************************************************************************************************************************************************************************/

/***One Column Layout***/

.press-content {
	padding: 55px 0 142px;
}

.press-content .eyebrow {
	text-align: center;
}

.press-content h1 {
	margin: 40px auto 72px;
	max-width: 786px;
	text-align: center;
}

.press-content article {
	color: var(--dark-gray);
}

.press-content .share-post.top {
	margin: 80px 0;
}

.press-content .share-post.bottom {
	margin: 118px 0 0;
}

/***Two Column Layout***/

.sticky-side.press-content {
	padding: 0;
}

.sticky-side.press-content .scroll-container {
	padding: 55px 70px 100px;
}

.sticky-side.press-content h1 {
	margin: 100px auto 60px;
	max-width: 100%;
}

.sticky-side.press-content .share-post {
	text-align: center;
}

.sticky-side.press-content .share-post.top {
	margin: 60px 0 114px;
}

.press-content .awards-list {
	margin-top: 130px;
	text-align: center;
}

.press-content .awards-list h3 {
	margin-bottom: 44px;
}

.press-content .awards-list ul {
	list-style: none;
	margin: 0;
	padding: 0;
}

.press-content .awards-list > ul {
	margin-top: 80px;
	text-align: left;
}

.press-content .awards-list > ul > li:not(:last-child) {
	margin-bottom: 42px;
}

.press-content .awards-list h4 {
	text-align: left;
}

.press-content .awards-list li li {
	color: var(--dark-gray);
	font-size: calc(20rem / 16);
	line-height: calc(26 / 20);
}

/***************************************************************************************************************************************************************************************/

/*FAQS PAGE STYLES*/

/***************************************************************************************************************************************************************************************/

.faqs {
	padding: 48px 0 100px;
}

.faqs h1 {
	margin-bottom: 42px;
	text-align: center;
}

.accordions {
	border-bottom: 1px solid var(--black);
	list-style: none;
	margin: 0;
	padding: 0;
}

.accordions li {
	border-top: 1px solid var(--black);
}

.accordions button {
	background: none;
	border: none;
	font-size: calc(15rem / 16);
	min-height: 79px;
	padding: 10px 30px 10px 0;
	position: relative;
	text-align: left;
	width: 100%;
}

.accordions button:focus,
.accordions button:hover {
	opacity: 1;
	outline: none;
}

.accordions button:after {
	background: url('../ORIG/svgs/icon-plus.svg') no-repeat;
	content: '';
	height: 21px;
	position: absolute;
	right: 0;
	top: 50%;
	transform: translateY(-50%);
	transition: transform .25s ease;
	width: 21px;	
}

.accordions .active button:after {
	transform: translateY(-50%) rotate(45deg);
}

.accordions article {
	padding: 10px 0 50px;
}

/***************************************************************************************************************************************************************************************/

/*EVENT SCHEDULE PAGE STYLES*/

/***************************************************************************************************************************************************************************************/

.event-schedule {
	padding-bottom: 100px;
}

.event-schedule .tabs-nav {
	border-bottom: 1px solid var(--light-gray);
	list-style: none;
	margin: 0 0 77px;
	padding: 21px 0;
	text-align: center;
}

.event-schedule .tabs-nav li {
	display: inline-block;
	margin: 0 28px;
}

.event-schedule .tabs-nav button {
	background: none;
	border: none;
	padding: 0;
}

.event-schedule .tabs-nav .active button {
	text-decoration: underline;
}

.event-schedule table {
	border-bottom: 1px solid var(--light-gray);
	width: 100%;
}

.event-schedule td {
	border-top: 1px solid var(--light-gray);
	padding: 24px 0;
}

.event-schedule td.heading-2 {
	padding-right: 20px;
	width: calc(480 / 1366 * 100%);
}

.event-schedule td.info {
	padding-right: 20px;
	width: calc(765 / 1366 * 100%);
}

.event-schedule td .eyebrow {
	font-size: calc(18rem / 16);
	margin-top: 12px;
}

.event-schedule td article {
	color: var(--dark-gray);
	max-width: 496px;
	padding: 20px 0 0;
}

.event-schedule td:last-child {
	width: 106px;
}

.event-schedule td button {
	background: none;
	border: none;
	margin-top: 13px;
	padding: 0 20px 0 0;
	position: relative;
	text-align: left;
	text-decoration: underline;
}

.event-schedule td button .less,
.event-schedule .active td button .more {
	display: none;
}

.event-schedule .active td button .less {
	display: inline;
}

.event-schedule td button:after {
	background: url('../ORIG/svgs/icon-arrow-alt.svg') no-repeat;
	background-size: contain;
	content: '';
	height: 8px;
	position: absolute;
	right: 0;
	top: 5px;
	width: 14px;
}

.event-schedule .active td button:after {
	transform: scale(-1,1);
}

/***************************************************************************************************************************************************************************************/

/*DATES & TIMES PAGE STYLES*/

/***************************************************************************************************************************************************************************************/

.scroll-container.dates-times {
	padding-top: 56px;
	text-align: center;
}

.dates-times h1 {
	margin-bottom: 203px;
}

.dates-times h1 .eyebrow {
	margin-bottom: 142px;
}

.dates-times ul {
	border-top: 1px solid var(--black);
	list-style: none;
	margin: 0;
	padding: 0;
}

.dates-times ul li {
	border-bottom: 1px solid var(--black);
	font: calc(15rem / 16)/calc(40 / 15) var(--special-font);
	letter-spacing: .05em;
	padding: 10px 0;
}

/***************************************************************************************************************************************************************************************/

/*COUTURE TALKS PAGE STYLES*/

/***************************************************************************************************************************************************************************************/

/***Intro***/

.page-hero {
	grid-template-columns: 1fr 1fr;
	min-height: calc(100vh - 74px);
	overflow: hidden;
	text-align: center;
}

.page-template-page-talks .page-hero {
	text-align: left;
}

.page-hero .image {
	background: no-repeat center;
	background-size: cover;
}

.page-hero article {
	margin: 0 auto;
	max-width: calc(507px + 70px + 88px);
	padding: 55px 70px 80px 88px;
	text-align: center;
}

.page-hero h1 {
	margin-bottom: 90px;
}

.page-hero h1 .eyebrow {
	margin-bottom: 78px;
}

.page-hero p {
	text-align: left;
}

.page-hero .btn {
	margin-top: 60px;
}

/***Featured Speakers***/

.featured-speakers {
	padding: 90px 0 100px;
}

.featured-speakers h2 {
	margin-bottom: 60px;
	text-align: center;
}

.featured-speakers .grid {
	gap: 26px;
	grid-template-columns: repeat(3,1fr);
	list-style: none;
	margin: 0;
	padding: 0;
}

.featured-speakers .grid li {
	background: var(--off-white);
	border-radius: 8px;
	overflow: hidden;
}

.featured-speakers .grid img {
	height: 325px;
	object-fit: cover;
	width: 100%;
}

.featured-speakers .grid article {
	font-size: calc(24rem / 16);
	line-height: calc(42 / 24);
	min-height: 264px;
	padding: 22px 32px;
}

/***************************************************************************************************************************************************************************************/

/*WHY ATTEND PAGE STYLES*/

/***************************************************************************************************************************************************************************************/

/***Register***/

.register {
	background: no-repeat center;
	background-size: cover;
	color: var(--white);
	overflow: hidden;
	padding: 190px 0;
	text-align: center;
}

.register .container {
	max-width: 750px;
}

.register h2 {
	margin-bottom: 65px;
}

.register p {
	margin-bottom: 78px;
	text-align: left;
}
	
/***Content + Slider***/

.content-slider {
	align-items: center;
	overflow: hidden;
	padding-top: 173px;
}

.content-slider > article {
	margin-left: 95px;
	width: calc(514 / 1440 * 100%);
}

.content-slider h2 {
	margin-bottom: 48px;
}

.content-slider > article p {
	margin-bottom: 65px;
}

.content-slider .carousel {
	overflow: visible;
	padding: 0;
	width: calc(708 / 1440 * 100%);
}

.content-slider .carousel .slick-list {
	overflow: hidden;
	padding-right: 241px;
}

.content-slider .carousel .slick-next {
	left: 12px;
	margin-top: 0;
	opacity: 1;
	right: auto;
	top: -64px;
	transform: none;
}

.content-slider .card-carousel .slide {
	padding: 0 14px;
}

.content-slider .card .btn {
	padding-left: 0;
}
	
/***Content Image***/

.image-content-block {
	align-items: center;
	overflow: hidden;
	padding: 140px 0 80px;
}

.image-content-block article {
	margin-left: 95px;
	width: calc(500 / 1440 * 100%);
}

.image-content-block h2 {
	margin-bottom: 48px;
}

.image-content-block p {
	margin-bottom: 80px;
}

.image-content-block img {
	height: 100%;
	max-height: 80vh;
	object-fit: cover;
	width: calc(702 / 1440 * 100%);
}

/***************************************************************************************************************************************************************************************/

/*WHY EXHIBIT PAGE STYLES*/

/***************************************************************************************************************************************************************************************/

/***Right Content + Image***/

.image-content-block.alt article {
	margin: 0 auto;
}

.image-content-block.alt p {
	margin-bottom: 28px;
}

.image-content-block.alt .arrow-link {
	margin-top: 12px;
}

.image-content-block.alt .primary-btn {
	margin-top: 42px;
}

/***************************************************************************************************************************************************************************************/

/*COUTURE DESIGN AWARDS*/

/***************************************************************************************************************************************************************************************/

/***Hero***/

.page-template-page-design-awards .page-hero img {
	max-height: initial;
}

.page-template-page-design-awards .page-hero article {
	padding-bottom: 2px;
}

/***Judges***/

.judges {
	padding: 0 0 71px;
}

.judges .years-sort,
.judges .years-sort ul {
	list-style: none;
	margin: 0;
	padding: 0;
}

.judges .years-sort {
    display: block;
	margin: 90px auto;
	position: relative;
    width: max-content;
}

.judges .years-sort .btn:after,
.judges .years-sort .btn:hover::after {
	transform: rotate(90deg) translate3d(0,-50%,0);
}

.judges .years-sort ul {
	background: var(--white);
	border-radius: 0 0 3px 3px;
	box-shadow: 0px 15px 30px -15px rgba(0,0,0,.25);
	display: none;
	left: 0;
	padding: 10px 0;
	position: absolute;
	top: 100%;
	width: 100%;
	z-index: 9;
}

.judges .years-sort:hover ul,
.judges .years-sort.active ul {
	display: block;
}

.judges .years-sort a {
	display: block;
	padding: 10px 20px;
}

.judges .flex-container {
	align-items: center;
	flex-wrap: nowrap;
}

.judges h2 {
	margin-left: 37px;
	margin-top: -116px;
	width: 174px;
}

.judges .card-carousel {
	padding-bottom: 116px;
	width: calc(100vw - 269px);
}

.judges .card-carousel .slide {
	padding-bottom: 0;
}

.judges .card-carousel .slide .card h3 {
	margin-bottom: 9px;
}

.judges .card-carousel .slide .card p {
	margin-bottom: 20px;
}

.card-carousel.bottom-arrows .slick-prev,
.card-carousel.bottom-arrows .slick-next {
	bottom: 8px;
	margin: 0;
	opacity: 1;
	right: 37px;
	top: unset;
	transform: none;
	z-index: 1;
}

.card-carousel.bottom-arrows .slick-prev {
	display: block !important;
	right: 95px;
	transform: scale(-1,1);
}

/***Finalists***/

.finalists h2 {
	color: var(--brown);
	margin: 0 auto 31px;
	max-width: 757px;
	text-align: center;
}

.finalists .products {
	background: var(--off-white);
	padding: 116px 0 163px;
}

.finalists .products > .eyebrow {
	color: #E15F00;
	margin: 0 auto;
	text-align: center;
}

.finalists .filters {
	margin: 12px auto 56px;
	max-width: 1134px;
	padding: 0;
	text-align: center;
}

.finalists .filters li:not(:last-child)::after {
	background-color: var(--brown);
}

.finalists .filters a {
	color: var(--brown);
}

.finalists .filters .current-cat a {
	color: #E15F00;
}

.product-card {
	background: var(--white);
}

.product-card .image img {
	object-fit: contain;
	padding: 40px;
}

.product-card article {
	padding: 32px; 
}

.product-card .eyebrow {
	margin: 0 0 12px;
}

.product-card h3 {
	margin-bottom: 0;
}

.finalists .cat-wrapper {
	align-items: center;
	padding-top: 72px;
}

.finalists .cat-wrapper .heading-2 {
	color: var(--brown);
	margin-left: 37px;
	margin-top: -94px;
	width: 174px;
}

.finalists .cat-wrapper .card-carousel {
	padding-bottom: 94px;
	width: calc(100vw - 269px);
}

.finalists .cat-wrapper .card-carousel .slide {
	padding-bottom: 0;
}

.finalists .cat-wrapper .card {
	min-height: unset;
}

/***************************************************************************************************************************************************************************************/

/*FORM PAGE STYLES*/

/***************************************************************************************************************************************************************************************/

.form-content {
	padding-bottom: 100px;
	padding-top: 90px;
}

.form-content.extra-spacing {
	padding-top: 329px;
}

.form-content h1 {
	margin-bottom: 39px;
	text-align: center;
}

.form-content h2 {
	margin: 130px auto 34px;
	text-align: center;
}

.form-content h3 {
	margin: 76px auto 56px;
	text-align: center;
}

/***Form***/

.gform_wrapper {
	color: var(--black);
	margin: 0 auto;
	max-width: 560px;
	text-align: center;
}

.form-content.extra-spacing .gform_wrapper {
	margin-top: 300px;
}

.gform_wrapper ul {
	list-style: none;
	margin: 0;
	padding: 0;
}

.gform_wrapper .gfield_radio {
	display: flex;
	justify-content: space-between;
	margin-bottom: 54px;
}

.gform_wrapper .gfield_radio label {
	font-size: calc(24rem / 16);
	line-height: calc(40 / 24);
	margin-left: 16px;
}

.gform_wrapper .gfield_radio input {
	-moz-appearance: none;
	-webkit-appearance: none;
	appearance: none;
	background: none;
	border: 6px solid var(--white);
	border-radius: 100%;
	box-shadow: 0 0 0 1px var(--black);
	height: 19px;
	vertical-align: middle;
	width: 19px;
}

.gform_wrapper .gfield_radio input:checked {
	background: var(--black);
}

.gform_wrapper input[type=text],
.gform_wrapper input[type=email],
.gform_wrapper input[type=url],
.gform_wrapper input[type=tel],
.gform_wrapper select,
.gform_wrapper textarea {
	border: 1px solid var(--black);
	border-radius: 3px;
	color: var(--black);
	font: calc(12rem / 16) var(--special-font);
	height: 53px;
	letter-spacing: .06em;
	margin-bottom: 27px;
	padding: 0 12px;
	text-align: center;
	text-transform: uppercase;
	width: 100%;
}

.gform_wrapper select {
	-moz-appearance: none;
	-webkit-appearance: none;
	appearance: none !important;
	background: url('../ORIG/svgs/icon-arrow-alt.svg') no-repeat calc(100% - 26px) center;
}

.gform_wrapper textarea {
	height: 154px;
	padding: 12px;
	text-align: left;
}

.gform_wrapper input[type=text]:focus,
.gform_wrapper input[type=email]:focus,
.gform_wrapper .gfield_radio input:focus,
.gform_wrapper input[type=url]:focus,
.gform_wrapper input[type=tel]:focus,
.gform_wrapper select:focus,
.gform_wrapper textarea:focus {
	border-color: var(--med-gray);
	outline: none;
}

.gform_wrapper ::-webkit-input-placeholder { 
	color: var(--black); 
}

.gform_wrapper ::-moz-placeholder { 
	color: var(--black); 
	opacity: 1;
}

.gform_wrapper :-ms-input-placeholder {
	color: var(--black); 
}

.gform_wrapper .special-label label {
	display: block;
	font-size: calc(15rem / 16);
	letter-spacing: .02em;
	line-height: calc(24 / 15);
	margin: 52px 0 22px;
	text-align: left;
}

.gform_wrapper #field_1_12 .gfield_label,
.gform_wrapper #field_2_10 .gfield_label,
.gform_wrapper #field_2_15 .gfield_label {
	display: block;
	font: calc(12rem / 16)/calc(15 / 12) var(--special-font);
	letter-spacing: .06em;
	margin: 23px 0 40px;
	text-transform: uppercase;
}

.gform_wrapper #field_1_12 .gfield_radio,
.gform_wrapper #field_2_10 .gfield_radio,
.gform_wrapper #field_2_15 .gfield_radio {
	justify-content: space-around;
	margin-bottom: 94px;
}

.gform_wrapper h2.gsection_title {
	margin: 85px 0 35px;
}

.gform_wrapper .gfield_description {
	margin-bottom: 60px;
	text-align: left;
}

.gform_wrapper .attachments label {
	display: block;
	margin: 40px 0 26px;
}

.gform_wrapper .attachments {
	margin-bottom: 62px;
}

.gform_wrapper .attachments .gfield_description {
	font: calc(12rem / 16)/calc(15 / 12) var(--special-font);
	letter-spacing: .02em;
	margin-bottom: 66px;
}

p.small.small-print {
	color: var(--dark-gray);
	font-size: calc(12rem / 16);
	line-height: calc(20 / 12);
	margin: 43px 0 0;
	text-align: center;
}

/***Bottom Contact***/

.bottom-contact {
	text-align: center;
}

.bottom-contact h2 {
	margin: 94px 0 25px;
}

.bottom-contact .contact {
	border-bottom: 1px solid var(--light-gray);
	border-top: 1px solid var(--light-gray);
	margin-top: 38px;
	padding: 25px 0;
	text-align: left;
}

.bottom-contact .contact .eyebrow {
	font-size: calc(18rem / 16);
}

.bottom-contact .contact p {
	margin: 0;
}

/***************************************************************************************************************************************************************************************/

/*BUYER QUALIFICATIONS STYLES*/

/***************************************************************************************************************************************************************************************/

.buyer-qualifications {
	padding-bottom: 120px;
	padding-top: 55px;
}

.buyer-qualifications h1 {
	margin-bottom: 70px;
	text-align: center;
}

.buyer-qualifications h2 {
	margin: 48px 0 20px;
}

.buyer-qualifications ol {
	margin: 0 0 132px;
	padding: 0 0 0 20px;
}

.buyer-qualifications ol li {
	margin-bottom: 28px;
}

.buyer-qualifications hr {
	border: none;
	border-top: 1px solid var(--black);
	margin: 0 0 20px;
}

/***************************************************************************************************************************************************************************************/

/*MQ MAX-WIDTH 1400*/

/***************************************************************************************************************************************************************************************/

@media only screen and (max-width: 87.5em) {
	
	:root {
/* 		--container-width: 100%; */
	}
	
	/***Stories Single***/
	
	blockquote.image-bkg {
		margin: 0 0 100px -50px;
	}
	
	.ad-block {
		margin: 76px 0 76px -50px;
	}
	
	.two-column-content {
		margin-left: -50px;
	}
	
}

/***************************************************************************************************************************************************************************************/

/*MQ MAX-WIDTH 1150*/

/***************************************************************************************************************************************************************************************/

@media only screen and (max-width: 71.875em) {
	
	:root {
		--container-outer-padding: 20px;
	}
	
	h1,
	.heading-1 {
		font-size: calc(36rem / 16);
		line-height: calc(44 / 36);
	}
	
	h2,
	.heading-2 {
		font-size: calc(28rem / 16);
	}
	
	h3,
	.heading-3 {
		font-size: calc(20rem / 16);
		line-height: 1.2;
	}
	
	h4,
	.heading-4 {
		font-size: calc(15rem / 16);
		line-height: calc(24 / 15);
	}

	.large-heading {
		font-size: calc(30rem / 16);
		line-height: calc(40 / 30)
	}

	.alt-heading {
		font-size: calc(21rem / 16);
		line-height: calc(30 / 21)
	}
	
	p,
	ul,
	ol {
		font-size: calc(15rem / 16);
		line-height: calc(24 / 15);
		margin: 0 0 25px;
	}
	
	p.large,
	ul.large,
	ol.large,
	.large p,
	.large ul,
	.large ol,
	.single-webinars .post-builder p:first-of-type {
		font-size: calc(18rem / 16);
		margin: 0 0 30px;
	}
	
	p.small,
	ul.small,
	ol.small,
	.small p,
	.small ul,
	.small ol {
		font-size: calc(14rem / 16);
		line-height: calc(20 / 14);
	}
	
	.btn {
		font-size: calc(12rem / 16);
	}
	
	.btn.primary-btn {
		min-width: 164px;
		padding: 12px 15px;
	}
	
	.btn.arrow-link {
		font-size: calc(14rem / 16);
	}
	
	/***Nav***/
	
	header nav:not(.show-nav) {
		min-width: 0;
		padding: 140px 20px 30px 60px;
		width: 100%;
	}
	
	#menu-main > li > a {
		font-size: calc(32rem / 16);
	}
	
	#menu-main .sub-menu,
	#menu-main .sub-menu .sub-menu {
		left: calc(100% + 50px);
	}
	
	#menu-main .sub-menu .sub-menu a {
		font-size: 1rem;
	}
	
	nav .event-info p {
		font-size: calc(15rem / 16);
	}
	
	#menu-main .sub-menu a,
	nav .event-info a {
		font-size: calc(18rem / 16);
	}

	/***Show Nav***/

	.show-nav > ul > li {
		padding: 0 15px;
	}

	.search-popup.show-popup {
		border-bottom: 1px solid var(--light-gray);
		left: 0;
		max-width: 100%;
		padding: 40px;
		top: 83px;
		transform-origin: center top;
	}
	
	/***Footer***/
	
	footer {
		padding: 56px 0 27px;
	}
	
	#menu-footer {
		gap: 65px 25px;
		grid-template-columns: repeat(3,1fr);
	}
	
	#menu-footer > li:nth-of-type(6),
	#menu-footer > li:nth-of-type(7) {
		grid-column: auto;
		margin: 0;
	}
	
	#menu-footer > li > a {
		margin-bottom: 15px;
	}
	
	#menu-footer .sub-menu a {
		margin-bottom: 0;
	}	
	
	footer .bottom-footer {
		margin-top: 75px;
		padding-top: 12px;
	}
	
	/***Homepage***/
	
	.home-container {
		grid-template-columns: 1fr;
	}
	
	.home-container aside {
		background: var(--white);
		padding: 15px var(--container-outer-padding);
		position: sticky;
		top: 0;
		z-index: 9;
	}
	
	.home-container aside ul {
		position: static;
		text-align: center;
		transform: none;
	}
	
	.home-container aside li {
		display: inline-block;
		margin: 0 5px;
	}
	
	.home-container aside li:last-child {
		display: none;
	}
	
	.home-container aside a {
		border: 1px solid transparent;
		border-radius: 10px;
		color: var(--dark-gray);
		display: block;
		font-size: calc(12rem / 16);
		padding: 10px 12px;
		position: relative;
	}
	
	.home-container aside .active a {
		border-color: var(--black);
		/* padding: 10px 36px 10px 12px; */
		padding-right: 36px;
	}
	
	.home-container aside img {
		position: absolute;
		right: 12px;
		top: 50%;
		transform: translateY(-50%);
		width: 14px;
	}
	
	.home-sections section {
		width: 100vw;
	}
	
	.home-sections section:not(.hero),
	.show-home .read,
	.show-home .watch,
	.show-home .listen {
		padding: 60px 26px 55px;
		text-align: center;
	}

	.show-home .watch .btn.primary-btn {
		margin-bottom: 0;
	}
	
	.home-sections section:not(.hero) h2 {
		text-align: center;
	}
	
	.card-carousel {
		margin: 0;
		padding: 0;
		text-align: left;
		width: 100%;
	}
	
	.card-carousel .slide {
		padding-bottom: 55px;
	}

	.card {
		--image-height: 220px;
	}
	
	.card:hover .image,
	.card:hover article {
		transform: translate3d(0,0,0) !important;
	}

	.card article {
		padding: 14px 20px 24px;
	}
	
	.sponsored-story {
		margin-top: 100px;
	}
	
	.sponsored-story .eyebrow,
	.sponsored-story p {
		margin: 0 0 20px;
	}
	
	.listen .intro {
		font-size: calc(18rem / 16);
		line-height: calc(30 / 18);
		margin: 110px 0;
		text-align: left;
		width: 100%;
	}
	
	.home-sections section.brands {
		padding-top: 0;
	}
	
	.home .card.brands-card .image {
		height: calc(100% - 76px);
	}

	/***Show Home***/

	.panel {
		padding: 80px 60px;
	}

	.panel h2 {
		margin: 180px auto;
	}

	.section-title {
		display: none;
	}

	.main-section {
		width: 100%;
	}

	.main-section-button {
		text-align: center;
	}

	.main-section .btn.primary-btn {
		display: block;
	    margin: 0 auto;
	    width: fit-content;
	}

	.show-home .listen {
		padding-bottom: 91px;
	}
	
	/***Stories Archive***/
	
	.featured-story article {
		padding: 50px 20px 130px 20px;
	}
	
	.stories-posts .grid {
		gap: 30px;
		grid-template-columns: repeat(2,1fr);
		margin-top: 30px;
	}
	
	/***Stories Single***/
	
	.two-column-content {
		grid-template-columns: 1fr;
		margin-left: -20px;
		padding: 0 20px 60px;
	}
	
	.two-column-content .image {
		margin: 60px auto 0;
		order: 2;
	}
	
	.two-column-content img {
		width: 100%;
	}
	
	.two-column-content article {
		padding: 0;
	}
	
	blockquote.image-bkg {
		margin: 0 0 60px -20px;
	}
	
	.ad-block {
		margin: 76px 0 76px -20px;
	}
	
	/***Advisory Council***/
	
	.advisory-council .flex-container > li {
		width: 100%;
	}
	
	.advisory-council .flex-container > li:first-child {
		margin-bottom: 100px;
	}
	
	.advisory-council ul li li {
		font-size: calc(22rem / 16);
		line-height: calc(18 / 22);
		margin-bottom: 20px;
	}
	
	.advisory-council ul li li span {
		display: block;
		font-size: calc(12rem / 16);
		line-height: calc(18 / 12);
		margin: 4px 0 0;
	}
	
	/***Dates & Times***/
	
	.dates-times {
		grid-template-columns: 1fr;
	}
	
	.dates-times img {
		display: none;
	}
	
	.dates-times article {
		padding: 50px 20px;
	}
	
	.dates-times h1 {
		margin-bottom: 135px;
	}
	
	.dates-times h1 .eyebrow {
		margin-bottom: 92px;
	}
	
	/***Couture Talks***/
	
	.page-hero,
	.featured-speakers .grid {
		grid-template-columns: 1fr;
		min-height: 0;
	}
	
	.page-hero .image {
		height: 450px;
	}
	
	.page-hero article {
		padding: 45px 20px;
		width: 100%;
	}
	
	.page-hero h1 {
		margin-bottom: 40px;
	}
	
	.page-hero h1 span {
		margin-bottom: 53px;
	}
	
	.featured-speakers {
		padding-top: 68px;
	}
	
	.featured-speakers .grid article {
		font-size: calc(18rem / 16);
	}
	
	/***Why Attend***/
	
	.content-slider {
		padding: 140px 20px 0;
	}
	
	.content-slider .carousel .slick-list {
		padding: 0;
	}
	
	.content-slider > article,
	.image-content-block article {
		margin: 0 0 102px;
		width: 100%;
	}
	
	.content-slider .carousel,
	.image-content-block img {
		width: 100%;
	}
	
	.image-content-block {
		padding-top: 20px;
	}
	
	.image-content-block article {
		margin: 60px 0 0;
		order: 2;
		padding: 0 20px;
	}
	
	/***Why Exhibit***/
	
	.image-content-block.alt img {
		order: 2;
	}
	
	.image-content-block.alt article {
		margin: 47px 0 70px;
		order: 0;
	}
	
	.image-content-block.alt .arrow-link {
		margin-top: 0;
	}
	
	.image-content-block.alt p:last-child {
		text-align: center;
	}
	
	.image-content-block.alt + .content-slider {
		padding-top: 0;
	}

	/***Design Awards***/

	.page-template-page-design-awards .page-hero article {
		padding-bottom: 70px;
	}

	.judges {
		overflow: hidden;
	}

	.judges .years-sort {
		margin: 79px auto 75px;
	}
	
	.judges .years-sort:not(.active):hover ul {
		display: none;
	}

	.judges .flex-container {
		flex-wrap: wrap;
	}

	.judges h2 {
		margin: 0 var(--container-outer-padding) 50px;
		text-align: center;
		width: 100%;
	}

	.judges h2 br {
		display: none;
	}

	.judges .card-carousel {
		margin: 0;
		overflow: initial;
		padding: 0 var(--container-outer-padding) 88px;
		width: 100%;
	}

	.judges .card-carousel .slick-list {
		border-radius: 8px;
		overflow: hidden;
	}

	.card-carousel.bottom-arrows .slick-prev {
		/*right: calc(56px + var(--container-outer-padding));*/
		right: calc(50% + 28px);
		transform: translateX(50%) scale(-1,1);
	}

	.card-carousel.bottom-arrows .slick-next {
		/*right: var(--container-outer-padding);*/
		right: calc(50% - 28px);
		transform: translateX(50%);
	}

	.finalists {
		background: var(--off-white);
		padding: 60px var(--container-outer-padding) 80px;
	}

	.finalists h2 {
		font-size: calc(36rem / 16);
	}

	.finalists .products {
		background: transparent;
		padding: 5px 0 0;
	}

	.finalists .cat-wrapper {
		padding-top: 60px;
	}

	.finalists .cat-wrapper .heading-2 {
		margin: 0 auto 50px;
		text-align: center;
		width: 100%;
	}

	.finalists .cat-wrapper .card-carousel {
		width: 100%;
	}

	.finalists .product-card .image img {
		padding: 20px;
	}
	
	/***Forms***/
	
	.form-content h1 {
		margin-bottom: 13px;
	}
	
	.form-content h2 {
		margin: 90px 0 15px;
	}
	
	.scroll-container.form-content {
		padding: 46px 20px;
	}
	
	.form-content.extra-spacing .gform_wrapper {
		margin-top: 60px;
	}
	
	.gform_wrapper .gfield_radio {
		display: block;
		text-align: left;
	}
	
	.gform_wrapper .gfield_radio li + li {
		margin-top: 24px;
	}
	
	.gform_wrapper #field_1_12 .gfield_radio {
		margin-bottom: 58px;
	}
	
	p.small.small-print,
	.bottom-contact p,
	.bottom-contact .contact {
		text-align: left;
	}
	
	.bottom-contact .contact {
		display: block;
	}
	
	.bottom-contact .contact .eyebrow {
		margin-bottom: 10px;
	}
	
	/***Sponsors***/
	
	.sponsorships .grid img {
		max-width: 100%;
	}
	
}

/***************************************************************************************************************************************************************************************/

/*MQ MAX-WIDTH 800*/

/***************************************************************************************************************************************************************************************/

@media only screen and (max-width: 50em) {

	/***Show Header***/

	.show-header .logo {
		top: 35px;
	}

	.show-header .logo img {
		max-width: 120px;
	}

	.show-nav > ul > li {
		padding: 0 14px;
	}

	.show-nav li:last-of-type .sub-menu {
		max-width: 140px;
	}

	/***Show Home***/

	.two-panel .flex-container {
		flex-direction: column;
		flex-wrap: wrap;
	}

	.panel {
		margin: 100px auto 0;
		padding: 123px 33px;
		width: calc(100vw - 30px);
	}

	.panel:first-of-type {
		margin-top: 0;
	}

	.panel-text {
		border: 0;
	}

	.panel .supertext {
		border: 0;
		margin-top: 0;
		padding-bottom: 0;
	}

	.panel h2 {
		margin: 121px auto 115px;
	}

	.panel .btn.white {
		background: var(--white);
		border-radius: 3px;
		color: var(--black);
		margin: 0 auto;
		padding: 12px 0;
		text-decoration: none;
		width: 150px;
	}

	/***About***/

	.sticky-side.flex-container {
		flex-direction: column;
	}

	.sticky-container,
	.scroll-container {
		width: 100vw;
	}

	.sticky-container {
		background-image: none !important;
		height: auto;
		margin: 0 auto;
		max-width: 580px;
		position: static;
	}

	.sticky-container img {
		display: block;
	}
	
	/***Podcast Single***/
	
	.podcasts-hero {
		margin-bottom: 0;
	}
	
	.podcasts-hero .audio,
	.podcasts-hero article {
		width: 100%;
	}
	
	.podcasts-hero article {
		margin-top: 60px;
	}
	
	.podcasts-hero article span.eyebrow {
		left: 0;
		position: absolute;
		top: -40px;
		width: 100%;
	}
	
	.podcasts-hero h1,
	.podcasts-hero .subscribe li:first-child::after {
		display: none;
	}
	
	.podcasts-hero .subscribe li:first-child {
		width: 100%;
	}
	
	/***Event Schedule***/
	
	.event-schedule .tabs-nav {
		border: none;
		margin-bottom: 10px;
		padding-top: 40px;
	}
	
	.event-schedule .tabs-nav li {
		display: block;
		margin: 0 0 20px;
	}
	
	.event-schedule .tabs-nav button {
		text-align: center;
		width: 100%;
	}
	
	.event-schedule table,
	.event-schedule tbody,
	.event-schedule tr,
	.event-schedule td {
		display: block;
		width: 100% !important;
	}
	
	.event-schedule tr {
		border-top: 1px solid var(--light-gray);
		padding: 20px 0;
	}
	
	.event-schedule td {
		border: none;
		padding: 0 !important;
	}
	
	.event-schedule td.heading-2 {
		font-size: calc(20rem / 16);
	}
	
	.event-schedule td .eyebrow {
		font-size: calc(12rem / 16);
	}
	
	.event-schedule td button::after {
		top: 2px;
	}

}

/***************************************************************************************************************************************************************************************/

/*MQ MAX-WIDTH 650*/

/***************************************************************************************************************************************************************************************/

/* @media only screen and (max-width: 40.625em) { */
@media only screen and (max-width: 950px) {	
	/***Header***/
	
	header {
		padding: 13px 15px 10px;
	}
	
	header .search-pop svg,
	.search-popup svg,
	.search-popup.active svg {
		display: none;
	}
	header .search-pop,
	.search-popup,
	.search-popup.active {
		padding: 0 !important;
	}
	
	header .logo {
		width: 120px;
	}
	
	header > .btn {
		font-size: calc(12rem / 16);
	}
	
	header > .btn:before {
		display: none;
	}
	
	header.active .nav-items {
		order: 3;
	}
	
	header nav:not(.show-nav) {
		padding-top: 0;
		transform: translate3d(0,0,0);
	}
	
	header nav .searchform {
		background: url('../ORIG/svgs/icon-search.svg') no-repeat 21px center;
		display: block;
		margin: 0 0 33px -60px;
		width: calc(100% + 80px);
	}
	
	header nav .searchform input {
		border-bottom-color: var(--light-gray);
		font-size: calc(14rem / 16);
		height: 58px;
		letter-spacing: 0;
		padding: 0 70px 0 60px;
	}
	
	header nav .searchform input:focus {
		border-bottom-color: var(--black);
	}
	
	#menu-main > li > a {
		font-size: calc(22rem / 16);
		line-height: calc(46 / 22);
	}
	
	#menu-main .sub-menu {
		padding-left: 36px;
		position: static;
	}
	
	#menu-main .sub-menu .sub-menu {
		padding-left: 20px;
	}

	/***Show Header***/

	.show-header {
		border-bottom: none;
		padding: 13px 0 0;
	}

	.show-header .mobile-menu {
		display: block;
	}

	.nav-items {
		margin-left: 0;
	}

	.show-header .nav-items {
		margin-left: 15px;
	}

	header .mobile-menu {
		padding: 6px 0;
	}

	.show-header .logo {
		top: 20px;
	}

	.show-header .logo img {
		max-width: 100%;
	}

	.header-btns {
		display: flex;
		flex-wrap: nowrap;
		margin-top: 16px;
		width: 100%;
	}

	.header-btns .btn.primary-btn {
		background: var(--black);
		border-radius: 0;
		color: var(--white);
		display: block;
		width: 100%;
	}

	.header-btns .btn.primary-btn:first-child {
		margin-right: 1px;
	}

	.header-btns .btn.primary-btn:hover {
		background: var(--white);
		color: var(--black);
		text-decoration: none;
	}

	.show-nav li:last-of-type .sub-menu {
		max-width: none;
	}

	/***Show Header Mobile Nav***/

	.show-nav > ul::before {
		content: none;
	}

	.show-nav {
		display: none;
	}

	.show-header.active .show-nav {
		background: var(--white);
		display: block;
		height: 100vh;
		left: 0;
		padding-top: 0;
		position: fixed;
		top: 0;
		width: 100vw;
		z-index: 10;
	}

	header.show-header.active .mobile-menu {
		position: absolute;
		right: 16px;
		top: 16px;
	}

	header.show-header nav .searchform {
		display: block;
		margin: 0;
		width: 100%;
	}

	header.show-header nav .searchform input {
		background: var(--white);
		padding-left: 57px;
	}

	.show-nav .searchform button {
		left: 16px;
		right: auto;
		top: 16px;
	}

	.show-nav > ul {
		flex-direction: column;
		margin: 33px 20px 33px 55px;
		overflow-y: auto;
		width: auto;
	}

	.show-nav > ul > li {
		line-height: calc(48 / 15);
		padding: 0;
	}

	.show-nav .menu-item-has-children > a,
	.show-nav .menu-item-has-children > span {
		font-size: calc(22rem / 16);
		line-height: calc(46 / 22);
		padding: 0;
	}

	.show-nav .menu-item-has-children.active > a::after, 
	.show-nav .menu-item-has-children.active > span::after {
		content: none;
	}

	.show-nav .menu-item-has-children > a:hover, 
	.show-nav .menu-item-has-children > span:hover {
		text-decoration: none;
	}

	.show-nav .sub-menu {
		margin-left: 38px;
		max-height: none;
		padding: 10px 0;
	}

	.show-nav .active .sub-menu {
		position: static;
	}

	.show-nav .sub-menu li {
		font-size: calc(16rem / 16);
		line-height: calc(36 / 16);
		margin: 0;
	}
	
	/***Footer***/
	
	#menu-footer {
		grid-template-columns: repeat(2,1fr);
	}
	
	.cookie-message.newsletter {
		padding: 30px 0 50px;
	}
	
	button.close {
		right: 23px;
		top: 30px;
	}
	
	/***Homepage***/
	
	.hero article {
		margin: auto 0 98px auto;
		padding: 15px 16px 25px;
		width: calc(100% - 24px);
	}
	
	.hero article img {
		right: 23px;
		top: 26px;
	}
	
	.hero p {
		color: var(--black);
		width: calc(100% - 56px);
	}
	
	.home .card-carousel {
		margin-left: -26px;
		width: 100vw;
	}
	
	.card-carousel .slide {
		padding: 0 10px 50px;
	}
	
	.card:not(.no-hover):hover {
		box-shadow: none;
	}
	
	.card h3 {
		margin-bottom: 10px;
	}
	
	.card .btn {
		font-size: calc(10rem / 16);
		padding-left: 35px;
	}
	
	.card .btn img {
		width: 20px;
	}
	
	.sponsored-story {
		color: var(--white);
		padding: 25px 0 64px;
		position: relative;
	}
	
	.sponsored-story img {
		filter: brightness(.7);
		height: 100%;
		left: -26px;
		max-width: none;
		object-fit: cover;
		position: absolute;
		top: 0;
		width: calc(100% + 26px + 26px);
		z-index: -1;
	}
	
	.sponsored-story article {
		width: 100%;
	}
	
	.sponsored-story h3 {
		margin: 367px 0 35px;
	}
	
	.sponsored-story p {
		display: none;
	}
	
	.sponsored-story .btn.primary-btn {
		background: var(--white);
		border: none;
		color: var(--black);
	}
	
	.sponsored-story .btn.primary-btn:hover {
		background: var(--black);
		color: var(--white);
	}
	
	.card.brands-card,
	.home .card.brands-card {
		max-height: 489px;
	}
	
	.social-media h2 {
		margin-bottom: 20px;
	}
		
	.newsletter {
		padding: 80px 0 50px;
	}
	
	.newsletter h2 {
		margin-bottom: 18px;
	}
	
	.newsletter article,
	.newsletter .form {
		margin: 0;
		width: 100%;
	}
	
	.newsletter p {
		max-width: 258px;
	}
	
	.newsletter .btn {
		display: block;
		margin: 0 auto;
	}

	/***Show Home***/

	.show-hero.hero article {
		margin: auto 0 98px;
		padding: 20px 40px 0;
		width: 100%;
	}

	.show-about {
		padding: 56px 0 100px;
	}

	.show-about > .flex-container {
		flex-direction: column;
	}

	.about-text,
	.about-imgs {
		width: 100%;
	}

	.about-imgs {
		margin-top: 74px;
	}

	.about-imgs .small-img {
		display: none;
	}

	/***About Page***/

	.scroll-container {
		padding: 0 20px 40px;
	}

	.about-page .intro-text {
		margin-bottom: 80px;
	}

	.scroll-container .content-container h2 {
		margin-top: 60px;
		max-width: none;
	}
	
	/***Stories Archive***/
	
	.featured-story {
		height: calc(100vh - 53px);
	}
	
	.featured-story img {
		filter: brightness(.7);
		height: 100%;
		left: 0;
		object-fit: cover;
		position: absolute;
		top: 0;
		width: 100%;
		z-index: -1;
	}
	
	.featured-story article {
		color: var(--white);
		padding: 50px 15px 100px 15px;
		width: 100%;
	}
	
	.featured-story h2 {
		margin-bottom: 18px;
	}
	
	.featured-story .btn {
		background: var(--white);
		border-color: transparent;
		bottom: 53px;
	}
	
	.stories-posts {
		padding-top: 48px;
	}
	
	.stories-posts h3.eyebrow,
	.stories-posts .filters li:not(:last-child)::after,
	.stories-posts .filters,
	.finalists h3.eyebrow,
	.finalists .filters li:not(:last-child)::after,
	.finalists .filters {
		display: none;
	}
	
	.stories-posts .mobile-filter,
	.finalists .mobile-filter {
		background: url('../ORIG/svgs/icon-arrow-alt.svg') no-repeat calc(100% - 26px) center;
		background-color: var(--white);
		border: none;
		border-radius: 3px;
		box-shadow: 0 15px 30px -15px rgba(0,0,0,.25);
		display: block;
		height: 52px;
		padding: 0 40px 0 19px;
		text-align: left;
		width: 100%;
	}
	
	.stories-posts .mobile-filter.active,
	.finalists .mobile-filter.active {
		background: url('../ORIG/svgs/icon-close.svg') no-repeat calc(100% - 16px) center;
		background-color: var(--white);
	}
	
	.stories-posts .filters,
	.finalists .filters {
		background-color: var(--white);
		border-radius: 3px;
		box-shadow: 0 15px 30px -15px rgba(0,0,0,.25);
		margin: 0;
		padding-bottom: 10px;
		text-align: left;
	}
	
	.stories-posts .filters li,
	.stories-posts .mobile-filter.active + .filters,
	.finalists .filters li,
	.finalists .mobile-filter.active + .filters {
		display: block;
	}
	
	.stories-posts .filters a,
	.finalists .filters a {
		color: var(--black);
		display: block;
		font-size: calc(20rem / 16);
		line-height: calc(50 / 20);
		padding: 0 20px;
	}
	
	.stories-posts .grid {
		grid-template-columns: 1fr;
	}
	
	.stories-posts .filters + .grid {
		margin-top: 74px;
	}
	
	.card {
		min-height: 350px;
	}
	
	.card p {
		width: 100%;
	}
	
	.alm-btn-wrap {
		margin-top: 100px;
	}
	
	/***Webinars***/
	
	.archive-hero article {
		width: 100%;
	}

	.copy-url {
		background: url('../ORIG/svgs/icon-link.svg') no-repeat 22px center;
		border: none;
		border-radius: 29px;
		box-shadow: 0 1px 8px -2px rgba(0,0,0,.25);
		display: block;
		font: calc(12rem / 16)/1 var(--special-font);
		letter-spacing: .1em;
		margin: 55px auto 0;
		padding: 15px 15px 15px 53px;
		position: relative;
		right: 2px;
		text-transform: uppercase;
	}
	
	/***Search Results***/
	
	.search-results .searchform label:not(.accessibility),
	.search-results .searchform input {
		font-size: calc(18rem / 16);
	}
	
	.search-results .searchform label:not(.accessibility) {
		top: 12px;
	}
	
	.search-results .searchform input {
		height: 50px;
		padding-left: 75px;
	}
	
	.search-results .searchform button {
		top: 18px;
	}
	
	.search-results h2 {
		margin: 30px 0 40px;
	}
	
	/***Stories Single***/
	
	.post-hero.two-column {
		height: calc(100vh - 53px);
		position: relative;
	}
	
	.post-hero.two-column img {
		filter: brightness(.7);
		left: 0;
		position: absolute;
		top: 0;
		width: 100%;
	}
	
	.post-hero.two-column article {
		color: var(--white);
		display: flex;
		flex-direction: column;
		padding: 34px 0 30px;
		position: relative;
		text-align: center;
		width: 100%;
	}
	
	.post-hero.two-column .share-post,
	.post-hero p {
		display: none;
	}
	
	.post-hero.two-column .eyebrow.post-meta {
		bottom: 30px;
		left: 50%;
		position: absolute;
		transform: translateX(-50%);
	}
	
	.post-hero.full-width img {
		height: 758px;
	}
	
	.post-hero.full-width h1 {
		bottom: calc(100% + 37px);
	}
	
	.post-builder .mobile {
		display: block;
	}
	
	.post-hero.two-column + .post-builder .container > *:first-child {
		margin-top: 50px;
	}
	
	blockquote.image-bkg {
		height: 100vh;
		margin: 0 0 100px;
		max-height: 650px;
		min-height: 0;
		padding: 30px 30px 18px;
		width: 100%;
	}
	
	.post-builder .share-post {
		margin-top: 100px;
	}
	
	.stories-posts.related-posts {
		padding-top: 100px;
	}
	
	.related-posts .grid {
		display: block;
		margin-bottom: 60px;
	}
	
	.image-block ul {
		grid-template-columns: 1fr;
		margin: 60px auto;
		width: calc(265 / 342 * 100%);
	}
	
	.mfp-content .close {
		right: 12px;
		top: 24px;
	}
	
	img.mfp-img {
		padding: 86px 0 100px;
	}
	
	.mfp-bottom-bar {
		top: calc(100% - 90px);
	}
	
	button.mfp-arrow {
		right: auto;
		margin-top: 0;
		top: 24px;
	}
	
	button.mfp-arrow.mfp-arrow-left {
		left: 20px;
	}
	
	button.mfp-arrow.mfp-arrow-right {
		left: 60px;
	}

	.mobile-carousel {
		overflow: visible;
	}

	.mobile-carousel .slick-list { 
		padding: 0 30px;
	}

	.mobile-carousel .slick-arrow {
		display: none !important;
	}

	.mobile-carousel .slick-slide {
		padding: 0 5px 50px;
	}
	
	.card:not(.sponsored) article {
		padding: 19px 20px 30px;
	}
	
	/**Single Webinars***/
	
	.video-hero {
		margin-bottom: 40px;
	}
	
	/***Sponsors***/
	
	.sponsorships article {
		width: 100%;
	}
	
	.sponsorships .grid {
		gap: 30px;
		grid-template-columns: repeat(2,1fr);
	}
	
	.contact-info {
		display: block;
	}
	
	.contact-info .eyebrow {
		margin-bottom: 27px;
	}

	.sponsorships .contact-info .eyebrow:nth-of-type(2) {
		font-family: var(--body-font);
		font-size: calc(15rem / 16);
		line-height: calc(24 / 15);
		text-transform: none;
	}
	
	/***Contact***/
	
	.contact-details table,
	.contact-details table tbody,
	.contact-details table tr,
	.contact-details table td {
		display: block;
		width: 100% !important;
	}
	
	.contact-details table tr {
		border-bottom: 1px solid var(--light-gray);
		padding: 35px 0;
	}
	
	.contact-details table td {
		border: none;
		padding: 0;
	}
	
	.contact-details table .heading-4 {
		margin: 26px 0;
	}
	
	.contact-details table .phone-email {
		font-size: calc(15rem / 16);
		line-height: calc(24 / 15);
	}
	
	/***Press Archive***/
	
	.press-posts {
		padding: 38px 0 0;
	}
	
	.press-posts article {
		border-bottom: 1px solid var(--light-gray);
		margin-bottom: 60px;
		padding-bottom: 100px;
		width: 100%;
	}
	
	.press-posts h1 {
		margin-bottom: 40px;
	}
	
	.press-posts h2 {
		margin-bottom: 32px;
	}
	
	.press-posts h3 {
		margin-bottom: 20px;
		text-align: left;
	}
	
	.press-posts li {
		padding: 18px 0;
	}
	
	/***Diversity Council***/
	
	.advisory-council.diversity-council article {
		width: 100%;
	}
	
	/***FAQs***/
	
	.accordions button {
		font-size: calc(12rem / 16);
	}
	
	/***Why Attend***/
	
	.register {
		padding: 82px 0 76px;
	}
	
	.content-slider,
	.image-content-block {
		text-align: center;
	}
	
	.content-slider h2,
	.content-slider p,
	.image-content-block h2,
	.image-content-block p {
		text-align: left;
	}

	.image-content-block p + .btn.primary-btn {
		margin-top: 50px;
	}
	
	/***Press Single***/
	
	.press-content .share-post.bottom {
		margin: 90px 0 0;
	}
	
	.sticky-side.press-content h1 {
		margin: 32px 0 50px;
	}
	
	.sticky-side.press-content .share-post.top {
		display: none;
	}
	
	.sticky-side.press-content .scroll-container {
		padding: 55px 20px 100px;
	}
	
	.press-content .sticky-container {
		padding-top: 0;
	}
	
	.sticky-side.press-content .eyebrow.post-meta {
		margin-bottom: 57px;
	}
	
	.press-content .awards-list img {
		display: none;
	}
	
	.press-content .awards-list li li {
		font-size: calc(15rem / 16);
		line-height: calc(24 / 15);
	}
	
	/***Buyer Qualifications***/
	
	.scroll-container.buyer-qualifications {
		padding-bottom: 50px;
		padding-top: 50px;
	}
	
	.buyer-qualifications h1 {
		margin-bottom: 47px;
	}
	
	.buyer-qualifications ol {
		margin-bottom: 70px;
	}
	
}

/***************************************************************************************************************************************************************************************/

/*ACCESSIBILITY REDUCE MOTIONS*/

/***************************************************************************************************************************************************************************************/

@media (prefers-reduced-motion: no-preference) {
	
	/***JazzyScroll Animations***/
	
	[data-jazzy-scroll] {
		pointer-events: none;
		transition: .8s cubic-bezier(0.65, 0, 0.35, 1);
	}
	
	[data-jazzy-scroll].animated-in {
		pointer-events: all;
	}

	/***Ticker***/

	@keyframes ticker {
		0% {
			-webkit-transform: translate3d(0, 0, 0);
			transform: translate3d(0, 0, 0);
			visibility: visible;
		}
		100% {
			-webkit-transform: translate3d(-80%, 0, 0);
			transform: translate3d(-80%, 0, 0);
		}
	}
	
	.ticker-wrap .ticker {
		animation-duration: 200s;
		animation-iteration-count: infinite;
		animation-name: ticker;
		animation-timing-function: linear;
	}

	.ticker-wrap:hover .ticker,
	.ticker-wrap.paused .ticker {
		animation-play-state: paused;
	}

	/*All fade ins*/
	
	[data-jazzy-scroll*="fade-in"] {
		opacity: 0;
	}
	
	[data-jazzy-scroll*="fade-in"].animated-in {
		opacity: 1;
	}

	/*Fade in up*/
	
	[data-jazzy-scroll="fade-in-up"] {
		position: relative;
		transform: translate3d(0, 60px, 0);
	}
	
	[data-jazzy-scroll="fade-in-up"].animated-in,
	[data-jazzy-scroll="fade-in-left"].animated-in,
	[data-jazzy-scroll="fade-in-right"].animated-in {
		transform: translate3d(0, 0, 0);
	}
	
	/*Fade in Left*/
	
	[data-jazzy-scroll="fade-in-left"] {
		transform: translate3d(160px, 0, 0);
	}
	
	[data-jazzy-scroll="fade-in-right"] {
		transform: translate3d(-160px, 0, 0);
	}

	/***Header***/

	header .mobile-menu span:not(.accessibility) {
		transition: .3s;
	}
	
	/***Zoom Images***/
	
	a:hover .image-zoom img {
		transform: scale(1.1);
	}
	
}

/** Custom CSS **/

.ticker-wrap.disabled p {
	width: 100%;
	text-align: center;
}

.ticker-wrap.disabled .ticker, .ticker-wrap.disabled .ticker .ticker__item{
width: 100%;
}



iframe.inquire {
    height: 1100px;
}
.show-nav .menu-item-has-children > a, .show-nav .menu-item-has-children > span {
    cursor: default;
}
.card {
    background: #eeeeee;
}
.judges .card-carousel .slide {
    outline: 0;
}

header > .btn:before {
    content: none;
}

.panel h2 {
    margin: 197px auto 42px;
}
.panel .btn {
    margin-bottom: 248px;
}

.Atelier h4 {
    margin: 30px 0;
}
@media only screen and (min-width: 641px) {
.gform_wrapper .ginput_complex .ginput_left, .gform_wrapper .ginput_complex .ginput_right {
    width: 50%;
    display: inline-block;
}
.gform_wrapper .ginput_complex .ginput_left {
    padding-right: 8px;
}
}
.charleft.ginput_counter {
    margin-bottom: 24px;
    margin-top: -24px;
    font-size: calc(15rem / 20);
}
.gform_wrapper .gfield_description {
    margin-bottom: 60px;
    text-align: center;
    margin-top: -30px;
}
#field_6_9 .gfield_radio {
    display: block;
    justify-content: space-between;
    margin-bottom: 54px;
}
#field_6_13 .gfield_radio {
    display: block;
    justify-content: space-between;
    margin-bottom: 54px;
}
#field_6_14 .gfield_radio {
    display: block;
    justify-content: space-between;
    margin-bottom: 54px;
}
#field_6_15 .gfield_radio {
    display: block;
    justify-content: space-between;
    margin-bottom: 54px;
}
#field_6_16 .gfield_radio {
    display: block;
    justify-content: space-between;
    margin-bottom: 54px;
}
#field_6_17 .gfield_radio {
    display: block;
    justify-content: space-between;
    margin-bottom: 54px;
}
#field_6_18 .gfield_radio {
    display: block;
    justify-content: space-between;
    margin-bottom: 54px;
}
#field_6_19 .gfield_radio {
    display: block;
    justify-content: space-between;
    margin-bottom: 54px;
}
#field_6_20 .gfield_radio {
    display: block;
    justify-content: space-between;
    margin-bottom: 54px;
}
a.privacy {
    font-size: calc(18rem / 19);
    text-decoration: underline;
}

.show-nav > ul > li {
	padding: 15px 28px 0px 28px;}


.show-nav > ul::before {
	height:300px;
  transition: .35s ease;
}
.show-nav .sub-menu {
	transition: .5s ease;
	max-height:400px;
	    height: 400px;
    padding-bottom: 150px;
}

#menu-footer > li > a {
	pointer-events:none;
}

.img-caption  {
	position:relative;
	width:100%;
	max-width:50%;
}
.img-caption img{
	width: 100%;
}

.caption_text {
	position:absolute !important;
	right:25px !important;
	bottom:25px !important;
}
.sponsored-story .img-caption {
	width:100% !important;
	max-width:100%;
	
}
.sponsored-story .img-caption img {
	max-width:100% !important;
}
@media only screen and (max-width: 71.875em){
	.img-caption  {
		width:100%;
		max-width:100%;
	}
	.image-content-block.alt .img-caption {
		order:2;
	}
}

@media (max-width: 650px) {
	.img-caption  {
		width:100%;
		max-width:100%;
	}
	.featured-story .img-caption  {
		width:100% !important;
		position:absolute;
	}
	.sponsored-story .img-caption {
		filter: brightness(.7);
    	height: 100%;
    	left: -26px;
    	max-width: none;
    	object-fit: cover;
    	position: absolute;
    	top: 0;
    	width: calc(100% + 26px + 26px) !important;
    	z-index: -1;
	}
	.sponsored-story .img-caption img {
		left:0;
	}
}


.post-template-default .image-block.two-column img {
    max-width: 100%;
    height: auto;
}

.accordions li li {
	border-top:0px;
	padding-bottom:10px;
}

.post-type-archive-webinars .stories-posts .ajax-load-more-wrap .alm-load-more-btn {
	border-color:#fff;
	color:#fff;
}
.hotel-page-wrapper .hotel-page h6 {
    display: flex;
    align-items: center;
    justify-content: center;
}
.hotel-page-wrapper .hotel-page h6 a {
    border: 1px solid var(--black);
    border-radius: 3px;
    min-width: 202px;
    padding: 14px 30px;
    text-align: center;
    width: auto;
    text-decoration: none !important;
	font: calc(14rem / 16)/calc(15 / 14) var(--special-font) !important;
    letter-spacing: .06em;
    text-transform: uppercase !important;
}
.hotel-page-wrapper .hotel-page h6 a:hover {
    background: var(--black);
    color: var(--white);
    text-decoration: none;
}

div#icff_970_Top {
    margin-top: 80px;
    text-align: center;
}



/* ------ New Emerald Standard Footer CSS ------ */


footer .flex-container {
    display: flex;
    align-items: flex-start;
}

.col-half:first-child {
    margin-right: 5%;
}

.social.footer-social p {
    padding-top: 20px;
	margin-bottom: 15px;
}
.social.footer-social p.followustext {
	font-size: calc(15rem / 16);
}
.social.footer-social {
    text-align: right;
    color: #fff;
    line-height: 2;
}

.first-section {
    background-color: #373e4a!important;
    padding: 10px 0;
	margin-top: 120px;
}

.footer-nav ul {
    list-style-type: none;
    margin: 0;
	margin-left:-40px;
}

.footer-nav ul li {
    float: left;
    border-right: 1px solid #fff;
    padding: 0 5px;
    margin-top: 20px;
}

.second-section {
    background-color: #2b2b2b!important;
    color: #fff;
	padding: 10px 0;
}
.second-section .container.flex-container{
	align-items: baseline;
}
.footer-nav ul li a {
    color: #fff;
}

.col-half {
    width: 47.5%;
}
.copyright-text p.copytext {
	margin-bottom: 0px; 
	font-size: calc(15rem / 16);
}
.copyright-text a {
    color: #fff;
}

.third-section {
    background-color: #373e4a!important;
    padding: 10px 0;
    text-align: right;
}
.third-section a {
	font-size: calc(15rem / 16);
}
.copyright-text {
    text-align: right;
	font-size: calc(15rem / 16);
}

.copyright-text a {
    color: #fff;
	text-decoration: none;
}
.copyright-text.corplinks {
	padding:10px 0;
}

.social.footer-social ul.social {
    float: right;
    margin: 0;
    overflow: unset;
    display: flex;
}
.social.footer-social ul.social li {
    background-color: #fff;
    margin: 5px;
    width: 30px;
    height: 30px;
    border-radius: 100%;
    display: flex;
    justify-content: center;
    align-items: center;
}

@media only screen and (max-device-width: 980px) {
    .flex-container {
    display: flex;
    text-align: center;
   }
	
	.col-half
	{
		width: 100% !important;
		margin: 0 !important;
	}
	
	.social.footer-social {
    text-align: center;
    }
	
	.footer-nav ul {
    list-style-type: none;
    margin: 0;
    display: flex;
    margin-bottom: 20px;
    justify-content: center;
    align-items: center;
    }
	
	.footer-nav ul li
	{
		line-height: 10px;
	}
	.footer-nav ul li a
	{
		font-size: 10px;
	}
	
	.first-section
	{
		padding: 20px 0 20px;
	}
	
	.second-section
	{
		padding: 20px 0 35px;
	}
	
	.copyright-text {
    text-align: center;
     }
	
	.social.footer-social ul.social li {
    margin: 20px 0 0 0;
         }
    
	.social.footer-social ul.social
	{
		float: unset;
		display: flex;
        justify-content: center;
		padding: 0 !important;
	}
	.social.footer-social ul.social li
	{
		margin-top: -9px;
        margin-left: 5px;
        margin-right: 5px;
	}
	
}

.hero a.btn {
		background: #000;
		padding: 20px;
		opacity: .8;
}

.wanted-btn {
	margin: 40px auto 0 auto;
	text-align: center;
}

.wanted-btn a {
	text-transform: uppercase;
	font-size: 14px;
	line-height:15px;
	color: #fff;
	background: #000;
	padding: 20px;
	opacity: .8;
}