/**
* radicalmedia-com
* v4.6.0
* 2023-12-05 05:21:29 PM 
*/

/**
* general -> sepcific
*/

:root {
	--pad-body: 15px;
	--u-16: 1.11vw;
	--u-20: 1.39vw;
	--u-22: 1.53vw;
	--u-24: 1.39vw;
	--u-26: 1.81vw;
	--u-30: 2.08vw;
	--u-40: 2.78vw;
	--u-44: 3.06vw;
	--u-46: 3.19vw;
	--u-56: 3.89vw;
	--u-72: 5vw;
	--u-88: 6.11vw;
	--u-98: 6.81vw;
	--u-100: 6.94vw;
	--u-102: 7.08vw;
	--u-120: 8.33vw;
	--u-125: 8.68vw;
	--fnt-jumbo: clamp(22px, var(--u-102), 102px);
	--fnt-jumbo-sub: clamp(12px, var(--u-40), 40px);
	--fnt-md: clamp(14px, var(--u-30), 30px);
	--fnt-sm: clamp(12px, var(--u-24), 24px);
	--fnt-fam-sans: "Helvetica Neue", Helvetica, Arial, "Lucida Grande", sans-serif;
}

:root {
	--rm-nav-h: 51px;
}

/**
* utility classes
*/

.d-i {
	display: inline;
}

.d-ib {
	display: inline-block;
}

.d-b {
	display: block;
}

.show_to_stack {
	display: none;
}

.show_to_stack-inline {
	display: none;
}

/* includes tablets */

.ua_mobile .hide_from_mobile {
	display: none;
}

.ua_device_phone .hide_from_phone {
	display: none;
}

.theme_dark {
	background-color: #000;
	color: #fff;
}

.theme_dark a,
.theme_dark .fake_a {
	color: #fff;
}

.theme_dark a:link,
.theme_dark .fake_a:link,
.theme_dark a:visited,
.theme_dark .fake_a:visited,
.theme_dark a:active,
.theme_dark .fake_a:active {
	color: #fff;
}

.theme_dark a:focus,
.theme_dark .fake_a:focus,
.theme_dark a:hover,
.theme_dark .fake_a:hover {
	background-color: #fff;
	color: #000;
}

.theme_dark a:focus,
.theme_dark .fake_a:focus {
	outline-color: #fff;
}

.theme_dark a.theme_light,
.theme_dark .fake_a.theme_light {
	color: #000;
}

.theme_dark a.theme_light:link,
.theme_dark .fake_a.theme_light:link,
.theme_dark a.theme_light:visited,
.theme_dark .fake_a.theme_light:visited,
.theme_dark a.theme_light:active,
.theme_dark .fake_a.theme_light:active {
	color: #000;
}

.theme_dark a.theme_light:focus,
.theme_dark .fake_a.theme_light:focus,
.theme_dark a.theme_light:hover,
.theme_dark .fake_a.theme_light:hover {
	background-color: #000;
	color: #fff;
}

.theme_dark a.theme_light:focus,
.theme_dark .fake_a.theme_light:focus {
	outline-color: #000;
}

.theme_dark .search {
	border-color: #fff;
}

.theme_dark .section_label {
	color: #999;
}

a.theme_dark,
.fake_a.theme_dark {
	color: #fff;
}

a.theme_dark:link,
.fake_a.theme_dark:link,
a.theme_dark:visited,
.fake_a.theme_dark:visited,
a.theme_dark:active,
.fake_a.theme_dark:active {
	color: #fff;
}

a.theme_dark:focus,
.fake_a.theme_dark:focus,
a.theme_dark:hover,
.fake_a.theme_dark:hover {
	background-color: #fff;
	color: #000;
}

a.theme_dark:focus,
.fake_a.theme_dark:focus {
	outline-color: #fff;
}

.theme_light {
	background-color: #fff;
	color: #000;
}

.theme_light a,
.theme_light .fake_a {
	color: #000;
}

.theme_light a:link,
.theme_light .fake_a:link,
.theme_light a:visited,
.theme_light .fake_a:visited,
.theme_light a:active,
.theme_light .fake_a:active {
	color: #000;
}

.theme_light a:focus,
.theme_light .fake_a:focus,
.theme_light a:hover,
.theme_light .fake_a:hover {
	background-color: #000;
	color: #fff;
}

.theme_light a:focus,
.theme_light .fake_a:focus {
	outline-color: #000;
}

.theme_light a.theme_dark,
.theme_light .fake_a.theme_dark {
	color: #fff;
}

.theme_light a.theme_dark:link,
.theme_light .fake_a.theme_dark:link,
.theme_light a.theme_dark:visited,
.theme_light .fake_a.theme_dark:visited,
.theme_light a.theme_dark:active,
.theme_light .fake_a.theme_dark:active {
	color: #fff;
}

.theme_light a.theme_dark:focus,
.theme_light .fake_a.theme_dark:focus,
.theme_light a.theme_dark:hover,
.theme_light .fake_a.theme_dark:hover {
	background-color: #fff;
	color: #000;
}

.theme_light a.theme_dark:focus,
.theme_light .fake_a.theme_dark:focus {
	outline-color: #fff;
}

.theme_light .search {
	border-color: #000;
}

a.theme_light,
.fake_a.theme_light {
	color: #000;
}

a.theme_light:link,
.fake_a.theme_light:link,
a.theme_light:visited,
.fake_a.theme_light:visited,
a.theme_light:active,
.fake_a.theme_light:active {
	color: #000;
}

a.theme_light:focus,
.fake_a.theme_light:focus,
a.theme_light:hover,
.fake_a.theme_light:hover {
	background-color: #000;
	color: #fff;
}

a.theme_light:focus,
.fake_a.theme_light:focus {
	outline-color: #000;
}

.pad {
	padding: 30px;
}

.pad_t,
.pad_v {
	padding-top: 30px;
}

.pad_r,
.pad_h {
	padding-right: 30px;
}

.pad_b,
.pad_v {
	padding-bottom: 30px;
}

.pad_l,
.pad_h {
	padding-left: 30px;
}

.page_pad {
	padding-left: 15px;
	padding-right: 15px;
}

.mar {
	margin: 30px;
}

.mar_t,
.mar_v {
	margin-top: 30px;
}

.mar_r,
.mar_h {
	margin-right: 30px;
}

.mar_b,
.mar_v {
	margin-bottom: 30px;
}

.mar_l,
.mar_h {
	margin-left: 30px;
}

.pad_half {
	padding: 15px;
}

.pad_half_t,
.pad_half_v {
	padding-top: 15px;
}

.pad_half_r,
.pad_half_h {
	padding-right: 15px;
}

.pad_half_b,
.pad_half_v {
	padding-bottom: 15px;
}

.pad_half_l,
.pad_half_h {
	padding-left: 15px;
}

.mar_half {
	margin: 15px;
}

.mar_half_t,
.mar_half_v {
	margin-top: 15px;
}

.mar_half_r,
.mar_half_h {
	margin-right: 15px;
}

.mar_half_b,
.mar_half_v {
	margin-bottom: 15px;
}

.mar_half_l,
.mar_half_h {
	margin-left: 15px;
}

.pad_quarter {
	padding: 7.5px;
}

.pad_big {
	padding: 80px;
}

.pad_big_t,
.pad_big_v {
	padding-top: 80px;
}

.pad_big_r,
.pad_big_h {
	padding-right: 80px;
}

.pad_big_b,
.pad_big_v {
	padding-bottom: 80px;
}

.pad_big_l,
.pad_big_h {
	padding-left: 80px;
}

.pad_section {
	padding: 80px 0;
}

.pad_em {
	padding: 1em;
}

.pad_em_t,
.pad_em_v {
	padding-top: 1em;
}

.pad_em_r,
.pad_em_h {
	padding-right: 1em;
}

.pad_em_b,
.pad_em_v {
	padding-bottom: 1em;
}

.pad_em_l,
.pad_em_h {
	padding-left: 1em;
}

.clearfix:after {
	content: " ";
	float: none;
	position: relative;
	display: table;
	clear: both;
	margin: 0;
	padding: 0;
	border: 0px none;
}

.screen_reader_only {
	position: absolute;
	left: -99999px;
	top: 0;
	height: 0px;
	width: 0px;
	overflow: hidden;
	text-indent: -99999em;
}

.fully_hidden {
	display: none;
}

.block {
	position: relative;
	display: block;
	box-sizing: border-box;
}

.inline-block {
	position: relative;
	display: inline-block;
}

.show_to_focus {
	position: absolute;
	left: -99999px;
	top: 0;
	height: 0px;
	width: 0px;
	overflow: hidden;
	text-indent: -99999em;
	transition: all 0.3s;
}

.show_to_focus:focus {
	left: 0;
	top: 0;
	width: auto;
	height: auto;
	text-indent: 0;
	z-index: 150;
}

.curtain {
	position: fixed;
	top: 0;
	left: 0;
	right: 0;
	bottom: 0;
	width: 100%;
	height: 100%;
}

.max_w_laptop {
	max-width: 1440px;
}

.centered {
	margin-left: auto;
	margin-right: auto;
	position: relative;
}

.centered_laptop {
	margin-left: auto;
	margin-right: auto;
	position: relative;
	padding-right: 30px;
	padding-left: 30px;
	max-width: 1440px;
}

.left,
.right {
	position: relative;
	display: block;
	box-sizing: border-box;
	float: left;
	clear: none;
}

.right {
	float: right;
}

.abs_t,
.abs_tr,
.abs_tl,
.abs_r,
.abs_b,
.abs_br,
.abs_bl,
.abs_l,
.abs_fill {
	position: absolute;
}

.abs_t,
.abs_tr,
.abs_tl,
.abs_fill {
	top: 0;
}

.abs_r,
.abs_tr,
.abs_br {
	right: 0;
}

.abs_b,
.abs_br,
.abs_bl {
	bottom: 0;
}

.abs_l,
.abs_tl,
.abs_bl,
.abs_fill {
	left: 0;
}

.abs_fill {
	width: 100%;
	height: 100%;
}

.show_to_focus {
	left: -99999px;
	top: 0;
	height: 0px;
	width: 0px;
	overflow: hidden;
	text-indent: -99999em;
	transition: all 0.3s;
	position: absolute;
	display: block;
	padding: 15px;
	border: 5px solid #000;
	background: #fff;
	color: #000;
	top: -8em;
	left: -110vw;
	transition: top 0.3s;
	z-index: 300;
	position: fixed;
	width: auto;
	height: auto;
	z-index: 150;
}

.show_to_focus:focus {
	left: 0;
	top: 0;
	width: auto;
	height: auto;
	text-indent: 0;
	z-index: 150;
}

.show_to_focus:focus {
	top: 15px;
	left: 15px;
	color: #000;
	z-index: 300;
}

.show_to_focus:focus {
	left: 0;
	top: 0;
	width: auto;
	height: auto;
	text-indent: 0;
	z-index: 150;
}

.show_to_focus:focus {
	top: 15px;
	left: 15px;
	color: #000;
	z-index: 300;
}

.bg_cover {
	background-repeat: no-repeat;
	background-position: center center;
	background-size: cover;
}

img.bg_cover {
	object-fit: cover;
}

#director_caret {
	position: fixed;
	bottom: 0px;
	display: block;
	background-color: white;
	height: 1em;
	opacity: 0.8;
}

#director_caret .rm_icon_caret {
	cursor: pointer;
}

.clr-black {
	color: #000;
}

.clr-white {
	color: #fff;
}

.clr-grey-f6 {
	color: #f6f6f6;
}

.clr-grey-c {
	color: #ccc;
}

.clr-grey-9 {
	color: #999;
}

.clr-grey-75 {
	color: #757575;
}

.clr-grey-6 {
	color: #666;
}

.clr-grey-2b {
	color: #2B2B2B;
}

.clr-grey-13 {
	color: #131313;
}

.clr-grey-2ba {
	color: rgba(43, 43, 43, 0.7);
}

.clr-grey-13a {
	color: rgba(19, 19, 19, 0.7);
}

/* modded from : http://meyerweb.com/eric/tools/css/reset/ 
   v2.0 | 20110126
   License: none (public domain)
======================================================================  */

html,
body,
div,
span,
applet,
object,
iframe,
h1,
h2,
h3,
h4,
h5,
h6,
p,
blockquote,
pre,
a,
abbr,
acronym,
address,
big,
cite,
code,
del,
dfn,
em,
img,
ins,
kbd,
q,
s,
samp,
small,
strike,
strong,
sub,
sup,
tt,
var,
b,
u,
i,
center,
dl,
dt,
dd,
ol,
ul,
li,
fieldset,
form,
label,
legend,
table,
caption,
tbody,
tfoot,
thead,
tr,
th,
td,
article,
aside,
canvas,
details,
embed,
figure,
figcaption,
footer,
header,
hgroup,
menu,
nav,
output,
ruby,
section,
summary,
time,
mark,
audio,
video {
	margin: 0;
	padding: 0;
	border: 0;
	font-size: inherit;
	font: inherit;
	vertical-align: baseline;
}

/* HTML5 display-role reset for older browsers */

article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
menu,
nav,
section,
main,
div {
	position: relative;
	display: block;
	box-sizing: border-box;
}

/* remember to define focus styles! */

:focus {
	outline: 0;
}

html,
body {
	margin: 0;
	padding: 0;
	border: 0;
	font-size: inherit;
	font: inherit;
	vertical-align: baseline;
	font-size: 24px;
}

html {
	background: #000;
	min-height: 100%;
	min-height: 100vh;
	color: #fff;
}

body {
	min-height: 100%;
	min-height: 100vh;
	font-family: "Helvetica Neue", Helvetica, Arial, "Lucida Grande", sans-serif;
	font-weight: 400;
	letter-spacing: -0.02em;
	text-rendering: optimizeLegibility;
	-webkit-font-smoothing: antialiased;
	-moz-osx-font-smoothing: grayscale;
}

body * {
	-webkit-backface-visibility: hidden; /* fixes weird webkit jiggle on transition */
	-moz-backface-visibility: hidden;
	backface-visibility: hidden;
}

body.no-transitions * {
	transition: none !important;
}

/*
This CSS resource incorporates links to font software which is the valuable copyrighted property of Monotype and/or its suppliers. You may not attempt to copy, install, redistribute, convert, modify or reverse engineer this font software. Please contact Monotype with any questions regarding Web Fonts:  https://www.linotype.com
*/

@font-face {
	font-family: "Helvetica Neue LT W01_81488926";
	src: url("/fonts/1488926/dd7814bd-8abf-46c5-a4be-db0977de2cca.woff2") format("woff2"), url("/fonts/1488926/20ffa4b4-0154-4ca6-800c-468cecbd60f1.woff") format("woff");
	font-weight: normal;
	font-style: normal;
	font-display: fallback;
}

.fnt-hv {
	font-family: "Helvetica Neue LT W01_81488926", "Helvetica Neue LT Std Hv", "Helvetica Neue", Helvetica, Arial, sans-serif;
}

.fake_font {
	font-family: "Helvetica Neue", Helvetica, Arial, "Lucida Grande", sans-serif;
	font-weight: 400;
	font-size: 24px;
	font-size: 1rem;
}

.fs_110 {
	font-size: 110px;
	font-size: 4.583rem;
}

.fs_110_78_60 {
	font-size: 110px;
	font-size: 4.583rem;
}

.fs_110_78_40 {
	font-size: 110px;
	font-size: 4.583rem;
}

.fs_110_78_30 {
	font-size: 110px;
	font-size: 4.583rem;
}

.fs_110_78_30 {
	font-size: 110px;
	font-size: 4.583rem;
}

.fs_90_78_30 {
	font-size: 90px;
	font-size: 3.75rem;
}

.fs_80_42_36 {
	font-size: 80px;
	font-size: 3.333rem;
}

.fs_78 {
	font-size: 78px;
	font-size: 3.25rem;
}

.fs_60_42_36 {
	font-size: 60px;
	font-size: 2.5rem;
}

.fs_58_58_38 {
	font-size: 58px;
	font-size: 2.417rem;
}

.fs_56 {
	font-size: 56px;
	font-size: 2.333rem;
}

.fs_56_56_28 {
	font-size: 56px;
	font-size: 2.333rem;
}

.fs_56_56_18 {
	font-size: 56px;
	font-size: 2.333rem;
}

.fs_56_56_46_36 {
	font-size: 56px;
	font-size: 2.333rem;
}

.fs_56_36_18 {
	font-size: 56px;
	font-size: 2.333rem;
}

.fs_46 {
	font-size: 46px;
	font-size: 1.917rem;
}

.fs_46_46_22 {
	font-size: 46px;
	font-size: 1.917rem;
}

.fs_44_44_30 {
	font-size: 44px;
	font-size: 1.833rem;
}

.fs_40 {
	font-size: 40px;
	font-size: 1.667rem;
}

.fs_36 {
	font-size: 36px;
	font-size: 1.5rem;
}

.fs_36_36_22 {
	font-size: 36px;
	font-size: 1.5rem;
}

.fs_36_36_18 {
	font-size: 36px;
	font-size: 1.5rem;
}

.fs_36_28_18 {
	font-size: 36px;
	font-size: 1.5rem;
}

.fs_32 {
	font-size: 32px;
	font-size: 1.333rem;
}

.fs_32_32_18 {
	font-size: 32px;
	font-size: 1.333rem;
}

.fs_32_32_14 {
	font-size: 32px;
	font-size: 1.333rem;
}

.fs_32_24_18 {
	font-size: 32px;
	font-size: 1.333rem;
}

.fs_32_24_14 {
	font-size: 32px;
	font-size: 1.333rem;
}

.fs_30 {
	font-size: 30px;
	font-size: 1.25rem;
}

.fs_30_24_24 {
	font-size: 30px;
	font-size: 1.25rem;
}

.fs_28 {
	font-size: 28px;
	font-size: 1.167rem;
}

.fs_28_28_16 {
	font-size: 28px;
	font-size: 1.167rem;
}

.fs_28_28_14 {
	font-size: 28px;
	font-size: 1.167rem;
}

.fs_24 {
	font-size: 24px;
	font-size: 1rem;
}

.fs_24_24_18 {
	font-size: 24px;
	font-size: 1rem;
}

.fs_24_24_16 {
	font-size: 24px;
	font-size: 1rem;
}

.fs_24_18_16 {
	font-size: 24px;
	font-size: 1rem;
}

.fs_24_18_18_14 {
	font-size: 24px;
	font-size: 1rem;
}

.fs_24_24_14 {
	font-size: 24px;
	font-size: 1rem;
}

.fs_24_18_14 {
	font-size: 24px;
	font-size: 1rem;
}

.fs_22 {
	font-size: 22px;
	font-size: 0.917rem;
}

.fs_22_22_17 {
	font-size: 22px;
	font-size: 0.917rem;
}

.fs_22_22_14 {
	font-size: 22px;
	font-size: 0.917rem;
}

.fs_20_18_12_10 {
	font-size: 20px;
	font-size: 0.833rem;
}

.fs_18 {
	font-size: 18px;
	font-size: 0.75rem;
}

.fs_18_18_16 {
	font-size: 18px;
	font-size: 0.75rem;
}

.fs_18_18_18_14 {
	font-size: 18px;
	font-size: 0.75rem;
}

.fs_18_14 {
	font-size: 18px;
	font-size: 0.75rem;
}

.fs_18_18_12 {
	font-size: 18px;
	font-size: 0.75rem;
}

.fs_17 {
	font-size: 17px;
	font-size: 0.708rem;
}

.fs_16 {
	font-size: 16px;
	font-size: 0.667rem;
}

/*
.fs_15 {
	.font_size(15);
	.stack({
		.font_size(15, @font_size_stack);
	});
}
.fs_15_15_12 {
	.font_size(15);
	.stack({
		.font_size(12, @font_size_stack);
	});
}

.fs_14 {
	.font_size(14);
	.stack({
		.font_size(14, @font_size_stack);
	});
}

.fs_12 {
	.font_size(12);
	.stack({
		.font_size(12, @font_size_stack);
	});
}
.fs_12_12_10 {
	.font_size(12);
	.stack({
		.font_size(10, @font_size_stack);
	});
}

.fs_10 {
	.font_size(10);
	.stack({
		.font_size(10, @font_size_stack);
	});
}
*/

.font_grey {
	color: #666;
}

html,
body {
	min-width: 320px;
}

body {
	width: 100vw;
	width: calc(100vw - (100vw - 100%));
	min-width: 320px;
}

.link_underline,
.link_underline span {
	text-decoration: underline;
}

.link_underline:link,
.link_underline span:link,
.link_underline:visited,
.link_underline span:visited,
.link_underline:active,
.link_underline span:active {
	text-decoration: underline;
}

.link_underline:focus,
.link_underline span:focus,
.link_underline:hover,
.link_underline span:hover {
	text-decoration: underline;
}

.grey6_to_black {
	color: #666;
}

.grey6_to_black:link,
.grey6_to_black:visited,
.grey6_to_black:active {
	color: #666;
}

.grey6_to_black:focus,
.grey6_to_black:hover {
	color: #000;
	background: #fff;
}

.grey6_to_white {
	color: #666;
}

.grey6_to_white:link,
.grey6_to_white:visited,
.grey6_to_white:active {
	color: #666;
}

.grey6_to_white:focus,
.grey6_to_white:hover {
	color: #fff;
	background: #000;
}

a,
.fake_a {
	transition: all 0.2;
	color: #000;
	background-color: transparent;
	text-decoration: none;
}

a:link,
.fake_a:link,
a:visited,
.fake_a:visited,
a:active,
.fake_a:active {
	color: #000;
	background-color: transparent;
	text-decoration: none;
}

a:focus,
.fake_a:focus,
a:hover,
.fake_a:hover {
	color: #fff;
	background-color: #000;
	text-decoration: none;
}

a.link_underline,
.fake_a.link_underline {
	text-decoration: underline;
}

a.link_underline:link,
.fake_a.link_underline:link,
a.link_underline:visited,
.fake_a.link_underline:visited,
a.link_underline:active,
.fake_a.link_underline:active {
	text-decoration: underline;
}

a.link_underline:focus,
.fake_a.link_underline:focus,
a.link_underline:hover,
.fake_a.link_underline:hover {
	text-decoration: underline;
}

a.no_bg,
.fake_a.no_bg {
	background-color: transparent;
}

a.no_bg:link,
.fake_a.no_bg:link,
a.no_bg:visited,
.fake_a.no_bg:visited,
a.no_bg:active,
.fake_a.no_bg:active {
	background-color: transparent;
}

a.no_bg:focus,
.fake_a.no_bg:focus,
a.no_bg:hover,
.fake_a.no_bg:hover {
	background-color: transparent;
}

a.grey6_to_black,
.fake_a.grey6_to_black {
	color: #666;
}

a.grey6_to_black:link,
.fake_a.grey6_to_black:link,
a.grey6_to_black:visited,
.fake_a.grey6_to_black:visited,
a.grey6_to_black:active,
.fake_a.grey6_to_black:active {
	color: #666;
}

a.grey6_to_black:focus,
.fake_a.grey6_to_black:focus,
a.grey6_to_black:hover,
.fake_a.grey6_to_black:hover {
	color: #000;
	background: #fff;
}

a.opacity_link,
.fake_a.opacity_link {
	transition: opacity 0.3s;
	color: inherit;
	background-color: transparent;
	opacity: 1;
}

a.opacity_link:link,
.fake_a.opacity_link:link,
a.opacity_link:visited,
.fake_a.opacity_link:visited,
a.opacity_link:active,
.fake_a.opacity_link:active {
	color: inherit;
	background-color: transparent;
	opacity: 1;
}

a.opacity_link:focus,
.fake_a.opacity_link:focus,
a.opacity_link:hover,
.fake_a.opacity_link:hover {
	color: inherit;
	background-color: transparent;
	opacity: 0.65;
}

p a,
.fake_p a,
blockquote a {
	text-decoration: underline;
}

p a:link,
.fake_p a:link,
blockquote a:link,
p a:visited,
.fake_p a:visited,
blockquote a:visited,
p a:active,
.fake_p a:active,
blockquote a:active {
	text-decoration: underline;
}

p a:focus,
.fake_p a:focus,
blockquote a:focus,
p a:hover,
.fake_p a:hover,
blockquote a:hover {
	text-decoration: underline;
}

p,
.fake_p {
	line-height: 1.5;
	letter-spacing: -0.02em;
}

p + p,
.fake_p + p,
p + .fake_p,
.fake_p + .fake_p {
	margin-top: 1em;
}

strong,
b {
	font-weight: bold;
}

em,
i {
	font-style: italic;
}

sub,
sup {
	font-size: 0.9em;
	line-height: 1;
	display: inline-block;
}

sub {
	vertical-align: sub;
}

sup {
	vertical-align: super;
}

ol,
ul {
	list-style: none;
}

q {
	display: inline-block;
	quotes: '“' '”' '‘' '’'; /* or ... none; */
}

q:before {
	content: open-quote;
}

q:after {
	content: close-quote;
}

blockquote {
	position: relative;
	display: block;
	quotes: none;
}

blockquote:before,
blockquote:after {
	content: "";
}

table {
	border-collapse: collapse;
	border-spacing: 0;
}

span,
time {
	display: inline-block;
}

.rm_icon {
	display: inline-block;
	background-color: transparent;
	width: 1em;
	height: 1em;
	color: inherit;
	vertical-align: -0.15em;
	fill: currentColor;
	overflow: hidden;
	transition: all 0.3s;
}

.rm_icon_logo {
	width: 320px;
	height: 39px;
}

.rm_logo_wrap {
	position: relative;
	box-sizing: border-box;
	float: left;
	clear: none;
	z-index: 150;
	display: block;
	padding: 15px;
	margin: 15px;
}

.rm_logo_wrap .rm_icon_logo {
	display: block;
	width: 300px;
	height: 36px;
	transition: all 0.15s 0;
	will-change: color, fill;
	transform: translate3d(0, 0, 0);
}

a.rm_logo_wrap {
	color: #000;
	background-color: transparent;
}

a.rm_logo_wrap:link,
a.rm_logo_wrap:visited,
a.rm_logo_wrap:active {
	color: #000;
	background-color: transparent;
}

a.rm_logo_wrap:focus,
a.rm_logo_wrap:hover {
	color: #fff;
	background-color: #000;
}

.rm_networkbug {
	display: inline-block;
	background-color: transparent;
	width: 2em;
	height: 2em;
	vertical-align: -0.15em;
	overflow: hidden;
	transition: all 0.3s;
}

h1,
h2,
h3,
h4,
h5,
h6,
.fake_h1,
.fake_h2,
.fake_h3,
.fake_h4,
.fake_h5,
.fake_h6 {
	font-weight: 700;
	letter-spacing: -0.02em;
	line-height: 1.1;
}

h1,
.fake_h1 {
	font-size: 110px;
	font-size: 4.583rem;
}

h2,
.fake_h2 {
	font-size: 56px;
	font-size: 2.333rem;
}

h3,
.fake_h3 {
	font-size: 46px;
	font-size: 1.917rem;
}

h4,
.fake_h4 {
	font-size: 36px;
	font-size: 1.5rem;
}

h5,
.fake_h5 {
	font-size: 28px;
	font-size: 1.167rem;
}

h6,
.fake_h6 {
	font-size: 22px;
	font-size: 0.917rem;
}

img,
video,
object,
embed {
	position: relative;
	display: block;
	width: 100%;
	max-width: 100%;
	height: auto;
}

figcaption {
	position: absolute;
	right: 0;
	bottom: 0;
	padding: 30px;
	width: 100%;
	z-index: 10;
}

.caption {
	line-height: 1.5;
	letter-spacing: -0.02em;
	font-size: 18px;
	font-size: 0.75rem;
}

.caption a {
	text-decoration: underline;
}

.caption a:link,
.caption a:visited,
.caption a:active {
	text-decoration: underline;
}

.caption a:focus,
.caption a:hover {
	text-decoration: underline;
}

.caption + p,
.caption + .fake_p {
	margin-top: 1em;
}

.credit {
	font-size: 12px;
	font-size: 0.5rem;
}

video,
object {
	background: #fff;
}

.bottom_third,
.ikls_vid_uber_wrap .bottom_third {
	color: #fff;
	text-shadow: 0px 0px 13px rgba(0, 0, 0, 0.3);
	padding: 30px;
	font-weight: 700;
}

.video_w_caption figcaption {
	padding: 0;
	display: none;
}

button {
	-webkit-appearance: none;
	-moz-appearance: none;
	appearance: none;
	padding: 0;
	margin: 0;
	background: transparent;
	border: 0px solid transparent;
	font-family: inherit;
	font-size: inherit;
	font-weight: inherit;
	letter-spacing: inherit;
	color: inherit;
	cursor: pointer;
}

button:focus {
	outline-color: #000;
	outline-style: solid;
	outline-width: 2px;
}

button::-moz-focus-inner {
	padding: 0;
	border: 0;
}

*:disabled {
	opacity: 0.5;
	cursor: not-allowed;
}

/* SEARCH FIELDS */

input.search_field {
	-webkit-appearance: none;
	-moz-appearance: none;
	appearance: none;
	position: relative;
	display: block;
	padding: 0;
	margin: 0 0 -0.15em;
	border: 0px solid transparent;
	background: transparent;
	font-family: inherit;
	font-size: inherit;
	font-weight: 700;
	color: inherit;
	width: 100%;
}

input.search_field::-webkit-input-placeholder {
	font-family: inherit;
	font-size: inherit;
	font-weight: 700;
	padding: 0;
	margin: 0;
	border: 0px solid transparent;
	color: inherit;
	opacity: 0.6;
	vertical-align: baseline;
}

input.search_field:-moz-placeholder { /* Firefox 18- */
	font-family: inherit;
	font-size: inherit;
	font-weight: 700;
	padding: 0;
	margin: 0;
	border: 0px solid transparent;
	color: inherit;
	opacity: 0.6;
	vertical-align: baseline;
}

input.search_field::-moz-placeholder { /* Firefox 19+ */
	font-family: inherit;
	font-size: inherit;
	font-weight: 700;
	padding: 0;
	margin: 0;
	border: 0px solid transparent;
	color: inherit;
	opacity: 0.6;
	vertical-align: baseline;
}

input.search_field:-ms-input-placeholder {
	font-family: inherit;
	font-size: inherit;
	font-weight: 700;
	padding: 0;
	margin: 0;
	border: 0px solid transparent;
	color: inherit;
	opacity: 0.6;
	vertical-align: baseline;
}

input.search_field:focus::-webkit-input-placeholder {
	opacity: 0.3;
}

input.search_field:focus:-moz-placeholder { /* Firefox 18- */
	opacity: 0.3;
}

input.search_field:focus::-moz-placeholder { /* Firefox 19+ */
	opacity: 0.3;
}

input.search_field:focus:-ms-input-placeholder {
	opacity: 0.3;
}

/* clears the 'X' from Internet Explorer */

input.search_field::-ms-clear {
	display: none;
	width: 0;
	height: 0;
}

input.search_field::-ms-reveal {
	display: none;
	width: 0;
	height: 0;
}

/* clears the 'X' from Chrome */

input.search_field::-webkit-search-decoration,
input.search_field::-webkit-search-cancel-button,
input.search_field::-webkit-search-results-button,
input.search_field::-webkit-search-results-decoration {
	display: none;
}

.search_result_card a {
	position: relative;
}

main {
	background: #fff;
	color: #000;
	min-height: 400px;
	padding-top: 96px;
}

.fullframe,
a.fullframe,
.fullframe_minus_nav,
.fullframe_minus_nav_and_subnav {
	position: relative;
	display: block;
	box-sizing: border-box;
	padding: 30px;
	min-height: 360px;
	background-repeat: no-repeat;
	background-position: center center;
	background-size: cover;
	height: 100vh;
}

.fullframe_minus_nav {
	height: calc(100vh - 96px);
}

.fullframe_minus_nav_and_subnav {
	height: calc(100vh - 143px);
}

.minFrameMinusTheNavThings,
.directorsindex_uber_wrap {
	min-height: 75vh;
	min-height: calc(100vh - 143px);
}

.four_up_wrap:after,
.three_up_wrap:after,
.two_up_wrap:after {
	content: " ";
	float: none;
	position: relative;
	display: table;
	clear: both;
	margin: 0;
	padding: 0;
	border: 0px none;
}

.four_up_wrap > *,
.three_up_wrap > *,
.two_up_wrap > *,
.four_up,
.three_up,
.two_up {
	float: left;
	clear: none;
	position: relative;
	display: block;
	box-sizing: border-box;
	box-sizing: padding-box;
	width: 50%;
}

.four_up_wrap > *,
.four_up {
	width: 25%; /*
	.break({
		width: 50%;
		&:nth-child(4n+1) {
			clear: none;
		}
		&:nth-child(3n+1) {
			clear: left;
		}
	}, @laptop-width * 0.75);
	*/
}

.four_up_wrap > *:nth-child(4n+1),
.four_up:nth-child(4n+1) {
	clear: left;
}

.three_up_wrap > *,
.three_up {
	width: 33.3333%;
	width: calc(100% / 3);
}

.three_up_wrap > *:nth-child(3n+1),
.three_up:nth-child(3n+1) {
	clear: left;
}

.full_w { /*
	&.two_up_wrap > * {
		.break_up({
			width: ~"calc(100% / 3)";
		}, @laptop-width_plus);
		.break_up({
			width: 25%;
		}, @laptop-width * 2);
		.break_up({
			width: 20%;
		}, @laptop-width * 2.5);
	}
	*/
}

.full_w.has_gap > * {
	padding-right: 30px;
	padding-bottom: 30px;
}

.four_col_wrap,
.three_col_wrap {
	-moz-column-gap: 30px;
	-webkit-column-gap: 30px;
	-o-column-gap: 30px;
	-ms-column-gap: 30px;
	column-gap: 30px;
	-moz-column-rule: 0;
	-webkit-column-rule: 0;
	-o-column-rule: 0;
	-ms-column-rule: 0;
	column-rule: 0;
}

.four_col_wrap > *,
.three_col_wrap > * {
	display: inline-block;
	transform: translateZ(0px);
}

.four_col_wrap > figure,
.three_col_wrap > figure {
	position: relative;
	display: block;
	box-sizing: border-box;
}

.four_col_wrap {
	-moz-column-count: 4;
	-webkit-column-count: 4;
	-o-column-count: 4;
	-ms-column-count: 4;
	column-count: 4;
}

.three_col_wrap {
	-moz-column-count: 3;
	-webkit-column-count: 3;
	-o-column-count: 3;
	-ms-column-count: 3;
	column-count: 3;
}

.two_col_wrap > * {
	display: inline-block;
	vertical-align: middle;
	width: 50%;
}

.two_col_wrap .copy_section_content,
.two_col_wrap .blockquote_content {
	padding: 30px;
}

/*
.two_col_wrap {

	-moz-column-count: 2;
	-webkit-column-count: 2;
	-o-column-count: 2;
	-ms-column-count: 2;
	column-count: 2;

	> * {
		.block();
	}


	.break({
		-moz-column-count: 1;
		-webkit-column-count: 1;
		-o-column-count: 1;
		-ms-column-count: 1;
		column-count: 1;
	}, @stack-width * 0.75);

}
*/

/*
.two_col_wrap {
	display: flex;
	align-items: stretch;

	> * {
		flex-grow: 1;
		width: 50%;
	}

}
*/

/* alternate way to ensure height etc.. has it's own problems
.two_col_wrap {

	display: table;
	width: 100%;

	> * {
		display: table-cell;
		vertical-align: middle;
		width: 50%;
		background: rgba(0,0,0,0.05);
	}

	.break({
		display: block;
		> * {
			display: block;
			width: 100%;
		}
	}, @stack-width * 0.75);

}
*/

.feature_card_copy {
	position: absolute;
	bottom: 0;
	left: 0;
	padding-left: 30px;
	padding-bottom: 30px;
	width: 100%;
	padding-right: 6.5em;
	z-index: 5;
}

.feature_card_copy:after {
	content: " ";
	float: none;
	position: relative;
	display: table;
	clear: both;
	margin: 0;
	padding: 0;
	border: 0px none;
}

.section_chunk {
	margin-left: auto;
	margin-right: auto;
	position: relative;
	max-width: 1440px;
	padding-left: 30px;
	padding-right: 30px;
}

.section_chunk .blockquote_content > *,
.section_chunk .copy_section_content > * {
	margin-left: auto;
	margin-right: auto;
	position: relative;
	max-width: 900px;
}

.headline_with_copy {
	padding-top: 80px;
	padding-bottom: 80px;
	padding-right: 30px;
	padding-left: 30px;
}

.headline_with_image .section_title {
	z-index: 100;
}

.section_content {
	padding: 80px 0;
	padding-right: 30px;
	padding-left: 30px;
}

.section_label {
	color: #666;
	padding-bottom: 15px;
	clear: both;
}

.section_title {
	padding-bottom: 30px;
}

.section_copy {
	line-height: 1.5;
	letter-spacing: -0.02em;
	font-size: 22px;
	font-size: 0.917rem;
	max-width: 777px;
}

.section_copy a {
	text-decoration: underline;
}

.section_copy a:link,
.section_copy a:visited,
.section_copy a:active {
	text-decoration: underline;
}

.section_copy a:focus,
.section_copy a:hover {
	text-decoration: underline;
}

.section_copy + p,
.section_copy + .fake_p {
	margin-top: 1em;
}

.legal_section {
	line-height: 1.5;
	letter-spacing: -0.02em;
	font-size: 22px;
	font-size: 0.917rem;
	max-width: 777px;
	padding: 30px;
	padding-bottom: 10px;
}

.legal_section a {
	text-decoration: underline;
}

.legal_section a:link,
.legal_section a:visited,
.legal_section a:active {
	text-decoration: underline;
}

.legal_section a:focus,
.legal_section a:hover {
	text-decoration: underline;
}

.legal_section + p,
.legal_section + .fake_p {
	margin-top: 1em;
}

.legal_smallprint {
	line-height: 1.5;
	letter-spacing: -0.02em;
	font-style: italic;
	font-weight: bold;
	padding-left: 30px;
	max-width: 777px;
	color: #999;
}

.legal_smallprint a {
	text-decoration: underline;
}

.legal_smallprint a:link,
.legal_smallprint a:visited,
.legal_smallprint a:active {
	text-decoration: underline;
}

.legal_smallprint a:focus,
.legal_smallprint a:hover {
	text-decoration: underline;
}

.legal_smallprint + p,
.legal_smallprint + .fake_p {
	margin-top: 1em;
}

#legal_footer {
	margin-top: 40px;
	padding-bottom: 70px;
}

.copy_section_content {
	padding-top: 80px;
	padding-bottom: 80px;
	padding-right: 30px;
	padding-left: 30px;
}

.copy_section {
	margin-left: auto;
	margin-right: auto;
	position: relative;
	max-width: 900px;
}

.copy_section .section_title {
	max-width: 1005px;
}

.spacer_block {
	padding-top: 40px;
}

/**
* Theme Name: Ikelos : Default - 2.0
* Description:  video jammer styles!
* Author: Beecher & Avery (@radicalmedia) & Dan Hai
* Version: 2.0
*/

/** 
* more specific than it needs to be? 
* YARP! 
* BUUUUUUUT - this should help us avoid collissions with external styles
*/

.ikls_vid_uber_wrap { /* =======================================================================================
Example showing how to change the color/size of the icons:
.iklsicon-name {
	font-size: 32px; // works because "width" & "height" were set using em units
	color: red; // works for single-colored icons, because "fill" was set to "currentColor"
}
======================================================================================== */ /**
* utility classes 
*/ /**
* reset our wrap and some tags
*/
	margin: 0;
	padding: 0;
	border: 0;
	font-size: inherit;
	font: inherit;
	vertical-align: baseline;
	line-height: 1;
	box-sizing: border-box;
	position: relative;
	display: block;
	font-family: "Helvetica Neue", helvetica, arial, sans-serif;
	font-size: 24px; /**
*
* form elements need extra attention because of the whole shadow dom thing
* we're using them in the markup because they help with semantics and accessibility
*
*/ /*
.ikls_scrubber_wrap:focus progress,
.ikls_scrubber_wrap:focus progress[value]
.ikls_scrubber_wrap:hover progress, 
.ikls_scrubber_wrap:hover progress[value] {
	top: @ikls-track_height *-1;
	height: @ikls-track_height *3;
	&::-webkit-progress-value {
		top: @ikls-track_height *-1;
	}
	&::-moz-progress-bar { 
		top: @ikls-track_height *-1;
	}
	&::-ms-fill {
		top: @ikls-track_height *-1;
	}
}
*/ /**
* things specific to ikelos ui markup and states
* this is included in the .ikls_vid_uber_wrap 
*/ /* @revisit ... doing silly things to ms edge ...
&[data-hastouch="true"] {

	.ikls_btn,
	.ikls_btn-pseudo {
		&:hover {
			.ikls-btn_focus-touch();
		}
		&.ikls_active,
		&:active,
		&[aria-pressed="true"] {
			.ikls-btn_active();
		}
	}

	.ikls_scrubber_wrap {
		font-size: 1.75em;
		top: @ikls-track_height * -1.75em;
	}

	.ikls_vid_controls_wrap {
		margin-bottom: @ikls-track_height * -3.5;
	}

	&.ikls_show_controls,
	&.ikls_focused,
	&:hover {
		.ikls_vid_controls_wrap {
			margin-bottom: 0;
		}
	}

	&.ikls_hide_controls,
	&.ikls_hide_controls.ikls_show_controls,
	&.ikls_hide_controls.ikls_focused,
	&.ikls_hide_controls:hover {
		.ikls_vid_controls_wrap {
			margin-bottom: @ikls-track_height * -3.5;
		}
	}

}
*/
}

.ikls_vid_uber_wrap .ikls_icon {
	position: relative;
	display: block;
	margin: 0 auto;
	width: 1.5em;
	height: 1.5em;
	fill: currentColor;
	vertical-align: text-bottom;
}

.ikls_vid_uber_wrap .iklsicon-checkmark {
	width: 0.75em;
}

.ikls_vid_uber_wrap .iklsicon-cog {
	width: 0.875em;
}

.ikls_vid_uber_wrap .iklsicon-info {
	width: 0.875em;
}

.ikls_vid_uber_wrap .iklsicon-download {
	width: 0.95em;
}

.ikls_vid_uber_wrap .iklsicon-volume-off {
	width: 0.875em;
	display: none;
}

.ikls_vid_uber_wrap .iklsicon-pause {
	width: 0.5em;
	display: none;
}

.ikls_vid_uber_wrap .iklsicon-play {
	width: 0.5em;
}

.ikls_vid_uber_wrap .iklsicon-tv {
	width: 0.875em;
}

.ikls_vid_uber_wrap .ikls_busy {
	box-sizing: padding-box;
	width: 0.15em;
	height: 0.7em;
	border-top: 0.15em solid currentcolor;
	border-bottom: 0.15em solid currentcolor;
	animation: ikls_spin-n-scale 2s infinite linear;
}

.ikls_vid_uber_wrap .ikls_busy:before,
.ikls_vid_uber_wrap .ikls_busy:after {
	content: "";
	position: absolute;
	left: 0;
	top: -0.15em;
	width: 100%;
	height: 100%;
	border-top: 0.15em solid currentcolor;
	border-bottom: 0.15em solid currentcolor;
	animation: ikls_spin 2s infinite;
}

.ikls_vid_uber_wrap .ikls_busy:before {
	animation-delay: 0.4s;
}

.ikls_vid_uber_wrap .ikls_busy:after {
	animation-delay: 0.8s;
}

.ikls_vid_uber_wrap .iklsicon-cc {
	width: 1.75em;
}

.ikls_vid_uber_wrap .iklsicon-fullscreen {
	width: 0.875em;
}

.ikls_vid_uber_wrap .iklsicon-exit-fullscreen {
	width: 0.875em;
}

.ikls_vid_uber_wrap .iklsicon-volume-on {
	width: 0.875em;
}

.ikls_vid_uber_wrap .iklsicon-close {
	width: 0.625em;
	height: 0.625em;
}

.ikls_vid_uber_wrap .ikls_reset {
	margin: 0;
	padding: 0;
	border: 0;
	font-size: inherit;
	font: inherit;
	vertical-align: baseline;
	line-height: 1;
}

.ikls_vid_uber_wrap .ikls_clearfix:after {
	content: " ";
	float: none;
	position: relative;
	display: table;
	clear: both;
	margin: 0;
	padding: 0;
	border: 0px none;
}

.ikls_vid_uber_wrap .ikls_screen_reader_only {
	position: absolute;
	left: -99999px;
	top: 0;
	height: 0px;
	width: 0px;
	overflow: hidden;
	text-indent: -99999em;
}

.ikls_vid_uber_wrap .ikls_block {
	position: relative;
	display: block;
}

.ikls_vid_uber_wrap .ikls_inline-block {
	position: relative;
	display: inline-block;
}

.ikls_vid_uber_wrap .ikls_show_to_focus {
	position: absolute;
	left: -99999px;
	top: 0;
	height: 0px;
	width: 0px;
	overflow: hidden;
	text-indent: -99999em;
	transition: all 0.3s;
}

.ikls_vid_uber_wrap .ikls_show_to_focus:focus {
	left: 0;
	top: 0;
	width: auto;
	height: auto;
	text-indent: 0;
	z-index: 27;
}

.ikls_vid_uber_wrap .ikls_fullframe {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
}

.ikls_vid_uber_wrap .ikls_left,
.ikls_vid_uber_wrap .ikls_right,
.ikls_vid_uber_wrap .ikls_75,
.ikls_vid_uber_wrap .ikls_50,
.ikls_vid_uber_wrap .ikls_30,
.ikls_vid_uber_wrap .ikls_25,
.ikls_vid_uber_wrap .ikls_20,
.ikls_vid_uber_wrap .ikls_15,
.ikls_vid_uber_wrap .ikls_10,
.ikls_vid_uber_wrap .ikls_5 {
	position: relative;
	display: block;
	float: left;
	clear: none;
}

.ikls_vid_uber_wrap .ikls_right {
	float: right;
}

.ikls_vid_uber_wrap .ikls_75 {
	width: 75%;
}

.ikls_vid_uber_wrap .ikls_50 {
	width: 50%;
}

.ikls_vid_uber_wrap .ikls_30 {
	width: 30%;
}

.ikls_vid_uber_wrap .ikls_25 {
	width: 25%;
}

.ikls_vid_uber_wrap .ikls_20 {
	width: 20%;
}

.ikls_vid_uber_wrap .ikls_15 {
	width: 15%;
}

.ikls_vid_uber_wrap .ikls_10 {
	width: 10%;
}

.ikls_vid_uber_wrap .ikls_5 {
	width: 5%;
}

.ikls_vid_uber_wrap * {
	margin: 0;
	padding: 0;
	border: 0;
	font-size: inherit;
	font: inherit;
	vertical-align: baseline;
	line-height: 1;
	position: relative;
	box-sizing: border-box;
}

.ikls_vid_uber_wrap img,
.ikls_vid_uber_wrap video,
.ikls_vid_uber_wrap object,
.ikls_vid_uber_wrap embed {
	position: relative;
	display: block;
	width: 100%;
	max-width: 100%;
	height: auto;
	background-color: #fff;
}

.ikls_vid_uber_wrap video::--webkit-media-controls-play-button {
	display: none!important;
	-webkit-appearance: none;
}

.ikls_vid_uber_wrap video::-webkit-media-controls-start-playback-button {
	display: none!important;
	-webkit-appearance: none;
}

.ikls_vid_uber_wrap video::-webkit-media-controls-start-playback-button {
	display: none !important;
	-webkit-appearance: none;
}

.ikls_vid_uber_wrap span,
.ikls_vid_uber_wrap time {
	display: inline-block;
}

.ikls_vid_uber_wrap a {
	text-decoration: none;
}

.ikls_vid_uber_wrap a:link,
.ikls_vid_uber_wrap a:visited,
.ikls_vid_uber_wrap a:active {
	text-decoration: none;
}

.ikls_vid_uber_wrap a:focus,
.ikls_vid_uber_wrap a:hover {
	text-decoration: none;
}

.ikls_vid_uber_wrap button {
	-webkit-appearance: none;
	-moz-appearance: none;
	appearance: none;
	position: relative;
	display: block;
	padding: 0;
	margin: 0;
	border: 0px none;
	border-radius: 0;
	border-image-width: 0;
	font: inherit;
	line-height: 1;
}

.ikls_vid_uber_wrap button::-moz-focus-inner {
	border: 0;
	padding: 0;
	margin-top: -2px;
	margin-bottom: -2px;
}

.ikls_vid_uber_wrap .ikls_btn,
.ikls_vid_uber_wrap a.ikls_btn {
	padding: 0.25em 0.4em;
	color: inherit;
	min-height: 2em;
	min-width: 1.5em;
	transform: translateZ(0);
	transition: all 0.3s ease;
	box-sizing: border-box;
	text-align: center;
}

.ikls_vid_uber_wrap .ikls_btn:hover,
.ikls_vid_uber_wrap a.ikls_btn:hover {
	background: #2B2B2B;
	cursor: pointer;
}

.ikls_vid_uber_wrap .ikls_btn:focus,
.ikls_vid_uber_wrap a.ikls_btn:focus {
	background: #2B2B2B;
	outline: none;
}

.ikls_vid_uber_wrap .ikls_btn.ikls_active,
.ikls_vid_uber_wrap a.ikls_btn.ikls_active,
.ikls_vid_uber_wrap .ikls_btn:active,
.ikls_vid_uber_wrap a.ikls_btn:active,
.ikls_vid_uber_wrap .ikls_btn[aria-pressed="true"],
.ikls_vid_uber_wrap a.ikls_btn[aria-pressed="true"] {
	background: rgba(0, 0, 0, 0.7);
}

.ikls_vid_uber_wrap .ikls_btn:disabled,
.ikls_vid_uber_wrap a.ikls_btn:disabled {
	cursor: not-allowed;
	animation: none;
	opacity: 0.5;
}

.ikls_vid_uber_wrap .ikls_btn.ikls_btn_skinny,
.ikls_vid_uber_wrap a.ikls_btn.ikls_btn_skinny {
	padding-left: 0.2em;
	padding-right: 0.2em;
}

.ikls_vid_uber_wrap .ikls_btn-pseudo {
	padding: 0.25em 0.4em;
	color: inherit;
	min-height: 2em;
	min-width: 1.5em;
	transform: translateZ(0);
	transition: all 0.3s ease;
	box-sizing: border-box;
}

.ikls_vid_uber_wrap .ikls_text_btn,
.ikls_vid_uber_wrap button.ikls_text_btn {
	display: inline-block;
	padding: 0.25em;
	margin-bottom: 0.25em;
	color: inherit;
	cursor: pointer;
	border-bottom: 1px solid transparent;
}

.ikls_vid_uber_wrap .ikls_text_btn:hover,
.ikls_vid_uber_wrap button.ikls_text_btn:hover,
.ikls_vid_uber_wrap .ikls_text_btn:focus,
.ikls_vid_uber_wrap button.ikls_text_btn:focus {
	background: rgba(0, 0, 0, 0.35);
	border-bottom: 1px solid #808080;
}

.ikls_vid_uber_wrap .ikls_text_btn.ikls_active,
.ikls_vid_uber_wrap button.ikls_text_btn.ikls_active,
.ikls_vid_uber_wrap .ikls_text_btn:active,
.ikls_vid_uber_wrap button.ikls_text_btn:active,
.ikls_vid_uber_wrap .ikls_text_btn[aria-pressed="true"],
.ikls_vid_uber_wrap button.ikls_text_btn[aria-pressed="true"] {
	background: rgba(0, 0, 0, 0.45);
	border-bottom: 1px solid #bfbfbf;
}

.ikls_vid_uber_wrap .ikls_text_btn:disabled,
.ikls_vid_uber_wrap button.ikls_text_btn:disabled {
	cursor: not-allowed;
	animation: none;
	opacity: 0.5;
}

.ikls_vid_uber_wrap input[type=range] {
	-webkit-appearance: none;
	-moz-appearance: none;
	appearance: none;
	margin: 0;
	width: 100%; /* webkit 
	@media screen and (-webkit-min-device-pixel-ratio:0) { 
		margin-top: @ikls-track_height * -1;
	}*/ /* mozilla */ /* ms */
}

.ikls_vid_uber_wrap input[type=range]:focus {
	outline: none;
}

.ikls_vid_uber_wrap input[type=range]::-webkit-slider-runnable-track {
	-webkit-appearance: none;
	-moz-appearance: none;
	appearance: none;
	width: 100%;
	height: 0.2em;
	background: #2B2B2B;
	border-radius: 0;
	border: 0.2em solid transparent;
	border-left: 0 transparent;
	border-right: 0 transparent;
	box-shadow: 0 0 0 transparent, 0px 0px 0 rgba(13, 13, 13, 0);
	cursor: pointer;
	transition: all 0.3s;
	outline: none;
	box-sizing: content-box;
}

.ikls_vid_uber_wrap input[type=range]::-webkit-slider-thumb {
	-webkit-appearance: none;
	-moz-appearance: none;
	appearance: none;
	box-shadow: 0 0 0 transparent, 0px 0px 0 rgba(13, 13, 13, 0);
	border: 0 solid transparent;
	height: 0.6em;
	width: 0.6em;
	border-radius: 100%;
	background: #eaeaea;
	cursor: pointer;
	transition: all 0.3s;
	margin-top: -0.2em;
}

.ikls_vid_uber_wrap input[type=range]::-moz-range-track {
	-webkit-appearance: none;
	-moz-appearance: none;
	appearance: none;
	width: 100%;
	height: 0.2em;
	background: #2B2B2B;
	border-radius: 0;
	border: 0.2em solid transparent;
	border-left: 0 transparent;
	border-right: 0 transparent;
	box-shadow: 0 0 0 transparent, 0px 0px 0 rgba(13, 13, 13, 0);
	cursor: pointer;
	transition: all 0.3s;
	outline: none;
}

.ikls_vid_uber_wrap input[type=range]::-moz-range-thumb {
	-webkit-appearance: none;
	-moz-appearance: none;
	appearance: none;
	box-shadow: 0 0 0 transparent, 0px 0px 0 rgba(13, 13, 13, 0);
	border: 0 solid transparent;
	height: 0.6em;
	width: 0.6em;
	border-radius: 100%;
	background: #eaeaea;
	cursor: pointer;
	transition: all 0.3s;
}

.ikls_vid_uber_wrap input[type=range]::-moz-focus-outer {
	border: 0;
	outline: none;
}

.ikls_vid_uber_wrap input[type=range]::-ms-track {
	width: 100%;
	height: 0.2em;
	background: #2B2B2B;
	border-radius: 0;
	border: 0.2em solid transparent;
	border-left: 0 transparent;
	border-right: 0 transparent;
	box-shadow: 0 0 0 transparent, 0px 0px 0 rgba(13, 13, 13, 0);
	cursor: pointer;
	transition: all 0.3s;
	outline: none;
	background: transparent;
	border-color: transparent;
	border-width: 0;
	color: transparent;
	overflow: visible;
}

.ikls_vid_uber_wrap input[type=range]::-ms-thumb {
	box-shadow: 0 0 0 transparent, 0px 0px 0 rgba(13, 13, 13, 0);
	border: 0 solid transparent;
	height: 0.6em;
	width: 0.6em;
	border-radius: 100%;
	background: #eaeaea;
	cursor: pointer;
	transition: all 0.3s;
}

.ikls_vid_uber_wrap input[type=range].ikls_scrubber {
	background: transparent;
	height: 0.3em;
	position: relative;
	display: block;
	margin-top: -0.05em;
	width: 100%;
	overflow: visible;
	outline: none;
	pointer-events: all;
	z-index: 22; /* webkit */ /* mozilla */ /* ms */
}

.ikls_vid_uber_wrap input[type=range].ikls_scrubber::-webkit-slider-runnable-track {
	width: 100%;
	height: 0.2em;
	background: #2B2B2B;
	border-radius: 0;
	border: 0.2em solid transparent;
	border-left: 0 transparent;
	border-right: 0 transparent;
	box-shadow: 0 0 0 transparent, 0px 0px 0 rgba(13, 13, 13, 0);
	cursor: pointer;
	transition: all 0.3s;
	outline: none;
	background-color: transparent;
	border-color: transparent;
	box-shadow: none;
}

.ikls_vid_uber_wrap input[type=range].ikls_scrubber::-webkit-slider-thumb {
	box-shadow: 0 0 0 transparent, 0px 0px 0 rgba(13, 13, 13, 0);
	border: 0 solid transparent;
	height: 0.6em;
	width: 0.6em;
	border-radius: 100%;
	background: #eaeaea;
	cursor: pointer;
	transition: all 0.3s;
}

.ikls_vid_uber_wrap input[type=range].ikls_scrubber::-moz-range-track {
	-webkit-appearance: none;
	-moz-appearance: none;
	appearance: none;
	width: 100%;
	height: 0.2em;
	background: #2B2B2B;
	border-radius: 0;
	border: 0.2em solid transparent;
	border-left: 0 transparent;
	border-right: 0 transparent;
	box-shadow: 0 0 0 transparent, 0px 0px 0 rgba(13, 13, 13, 0);
	cursor: pointer;
	transition: all 0.3s;
	outline: none;
	background-color: transparent;
	border-color: transparent;
	box-shadow: none;
}

.ikls_vid_uber_wrap input[type=range].ikls_scrubber::-moz-range-thumb {
	box-shadow: 0 0 0 transparent, 0px 0px 0 rgba(13, 13, 13, 0);
	border: 0 solid transparent;
	height: 0.6em;
	width: 0.6em;
	border-radius: 100%;
	background: #eaeaea;
	cursor: pointer;
	transition: all 0.3s;
}

.ikls_vid_uber_wrap input[type=range].ikls_scrubber::-ms-track {
	width: 100%;
	height: 0.2em;
	background: #2B2B2B;
	border-radius: 0;
	border: 0.2em solid transparent;
	border-left: 0 transparent;
	border-right: 0 transparent;
	box-shadow: 0 0 0 transparent, 0px 0px 0 rgba(13, 13, 13, 0);
	cursor: pointer;
	transition: all 0.3s;
	outline: none;
	background-color: transparent;
	border-color: transparent;
	box-shadow: none;
}

.ikls_vid_uber_wrap input[type=range].ikls_scrubber::-ms-fill-lower {
	width: 100%;
	height: 0.2em;
	background: #2B2B2B;
	border-radius: 0;
	border: 0.2em solid transparent;
	border-left: 0 transparent;
	border-right: 0 transparent;
	box-shadow: 0 0 0 transparent, 0px 0px 0 rgba(13, 13, 13, 0);
	cursor: pointer;
	transition: all 0.3s;
	outline: none;
	background-color: transparent;
	border-color: transparent;
	box-shadow: none;
}

.ikls_vid_uber_wrap input[type=range].ikls_scrubber::-ms-fill-upper {
	width: 100%;
	height: 0.2em;
	background: #2B2B2B;
	border-radius: 0;
	border: 0.2em solid transparent;
	border-left: 0 transparent;
	border-right: 0 transparent;
	box-shadow: 0 0 0 transparent, 0px 0px 0 rgba(13, 13, 13, 0);
	cursor: pointer;
	transition: all 0.3s;
	outline: none;
	background-color: transparent;
	border-color: transparent;
	box-shadow: none;
}

.ikls_vid_uber_wrap input[type=range].ikls_scrubber::-ms-thumb {
	box-shadow: 0 0 0 transparent, 0px 0px 0 rgba(13, 13, 13, 0);
	border: 0 solid transparent;
	height: 0.6em;
	width: 0.6em;
	border-radius: 100%;
	background: #eaeaea;
	cursor: pointer;
	transition: all 0.3s;
}

.ikls_vid_uber_wrap input[type=range]:hover::-webkit-slider-thumb {
	background: #fff;
	border-radius: 100%;
	height: 0.6em;
	width: 0.6em;
}

.ikls_vid_uber_wrap input[type=range]:hover::-moz-range-thumb {
	background: #fff;
	border-radius: 100%;
	height: 0.6em;
	width: 0.6em;
}

.ikls_vid_uber_wrap input[type=range]:hover::-ms-thumb {
	background: #fff;
	border-radius: 100%;
	height: 0.6em;
	width: 0.6em;
}

.ikls_vid_uber_wrap input[type=range]:focus {
	outline: none;
}

.ikls_vid_uber_wrap input[type=range]:focus::-webkit-slider-thumb {
	background: #fff;
	border-radius: 100%;
	height: 0.6em;
	width: 0.6em;
	outline: none;
}

.ikls_vid_uber_wrap input[type=range]:focus::-moz-range-thumb {
	background: #fff;
	border-radius: 100%;
	height: 0.6em;
	width: 0.6em;
	outline: none;
}

.ikls_vid_uber_wrap input[type=range]:focus::-ms-thumb {
	background: #fff;
	border-radius: 100%;
	height: 0.6em;
	width: 0.6em;
	outline: none;
}

.ikls_vid_uber_wrap .ikls_vertical_track {
	transform: rotate(-90deg);
	transform-origin: left top;
}

.ikls_vid_uber_wrap progress,
.ikls_vid_uber_wrap progress[value] {
	-webkit-appearance: none;
	-moz-appearance: none;
	appearance: none;
	position: absolute;
	left: 0;
	top: 0;
	z-index: 12;
	width: 100%;
	height: 0.2em;
	background: #2B2B2B;
	border-radius: 0;
	border: 0.2em solid transparent;
	border-left: 0 transparent;
	border-right: 0 transparent;
	box-shadow: 0 0 0 transparent, 0px 0px 0 rgba(13, 13, 13, 0);
	cursor: pointer;
	transition: all 0.3s;
	outline: none;
	border: 0px none; /* webkit */ /* IE10 */
	color: #131313;
}

.ikls_vid_uber_wrap progress::-webkit-progress-inner-element,
.ikls_vid_uber_wrap progress[value]::-webkit-progress-inner-element {
	width: 100%;
	height: 0.2em;
	background: #2B2B2B;
	border-radius: 0;
	border: 0.2em solid transparent;
	border-left: 0 transparent;
	border-right: 0 transparent;
	box-shadow: 0 0 0 transparent, 0px 0px 0 rgba(13, 13, 13, 0);
	cursor: pointer;
	transition: all 0.3s;
	outline: none;
	border: 0px none;
}

.ikls_vid_uber_wrap progress::-webkit-progress-bar,
.ikls_vid_uber_wrap progress[value]::-webkit-progress-bar {
	width: 100%;
	height: 0.2em;
	background: #2B2B2B;
	border-radius: 0;
	border: 0.2em solid transparent;
	border-left: 0 transparent;
	border-right: 0 transparent;
	box-shadow: 0 0 0 transparent, 0px 0px 0 rgba(13, 13, 13, 0);
	cursor: pointer;
	transition: all 0.3s;
	outline: none;
	background-color: #131313;
	border: 0px none;
}

.ikls_vid_uber_wrap progress::-webkit-progress-value,
.ikls_vid_uber_wrap progress[value]::-webkit-progress-value {
	width: 100%;
	height: 0.2em;
	background: #2B2B2B;
	border-radius: 0;
	border: 0.2em solid transparent;
	border-left: 0 transparent;
	border-right: 0 transparent;
	box-shadow: 0 0 0 transparent, 0px 0px 0 rgba(13, 13, 13, 0);
	cursor: pointer;
	transition: all 0.3s;
	outline: none;
	border: 0px none;
}

.ikls_vid_uber_wrap progress::-moz-progress-bar,
.ikls_vid_uber_wrap progress[value]::-moz-progress-bar {
	width: 100%;
	height: 0.2em;
	background: #2B2B2B;
	border-radius: 0;
	border: 0.2em solid transparent;
	border-left: 0 transparent;
	border-right: 0 transparent;
	box-shadow: 0 0 0 transparent, 0px 0px 0 rgba(13, 13, 13, 0);
	cursor: pointer;
	transition: all 0.3s;
	outline: none;
	border: 0px none;
}

.ikls_vid_uber_wrap progress::-ms-progress-bar,
.ikls_vid_uber_wrap progress[value]::-ms-progress-bar {
	width: 100%;
	height: 0.2em;
	background: #2B2B2B;
	border-radius: 0;
	border: 0.2em solid transparent;
	border-left: 0 transparent;
	border-right: 0 transparent;
	box-shadow: 0 0 0 transparent, 0px 0px 0 rgba(13, 13, 13, 0);
	cursor: pointer;
	transition: all 0.3s;
	outline: none;
	border: 0px none;
}

.ikls_vid_uber_wrap progress::-ms-fill,
.ikls_vid_uber_wrap progress[value]::-ms-fill {
	width: 100%;
	height: 0.2em;
	background: #2B2B2B;
	border-radius: 0;
	border: 0.2em solid transparent;
	border-left: 0 transparent;
	border-right: 0 transparent;
	box-shadow: 0 0 0 transparent, 0px 0px 0 rgba(13, 13, 13, 0);
	cursor: pointer;
	transition: all 0.3s;
	outline: none;
	border: 0px none;
}

.ikls_vid_uber_wrap .ikls_vid_uber_wrap_inner {
	position: relative;
	overflow: hidden;
	color: #fff;
	background: inherit;
}

.ikls_vid_uber_wrap .ikls_skip {
	padding: 0.5em;
	background: rgba(0, 0, 0, 0.7);
	color: #fff;
}

.ikls_vid_uber_wrap .ikls_big_play {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	overflow: hidden;
	background: transparent;
	text-align: center;
	color: #fff;
	font-size: 1em;
	transition: opacity 0.3s;
	cursor: pointer;
}

.ikls_vid_uber_wrap .ikls_big_play .ikls_icon {
	transition: all 0.3s ease;
	opacity: 0.5;
	width: 10.35%;
	height: auto;
}

.ikls_vid_uber_wrap .ikls_big_play:focus .ikls_icon,
.ikls_vid_uber_wrap .ikls_big_play:hover .ikls_icon {
	opacity: 1;
}

.ikls_vid_uber_wrap .ikls_big_play:disabled {
	cursor: not-allowed;
	animation: none;
}

.ikls_vid_uber_wrap .ikls_big_play:disabled .ikls_icon {
	opacity: 0.75;
}

.ikls_vid_uber_wrap .ikls_poster {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	background-repeat: no-repeat;
	background-position: center center;
	background-size: cover;
}

.ikls_vid_uber_wrap .ikls_poster:after {
	content: "";
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	background-color: transparent;
}

.ikls_vid_uber_wrap .ikls_bottom_third {
	position: absolute;
	bottom: 0px;
	left: 0;
	width: 100%;
	text-align: left;
	opacity: 1;
	transition: all 0.3s;
}

.ikls_vid_uber_wrap .ikls_bottom_third > * {
	max-width: 48em;
	margin: 0 auto;
}

.ikls_vid_uber_wrap .ikls_show_vid_controls {
	padding-top: 0.1em;
	margin-bottom: 0;
	opacity: 1;
	-moz-transform: translateY(-30px);
	-webkit-transform: translateY(-30px);
	-o-transform: translateY(-30px);
	-ms-transform: translateY(-30px);
	transform: translateY(-30px);
	pointer-events: all;
}

.ikls_vid_uber_wrap .ikls_vid_controls_wrap {
	position: absolute;
	bottom: 0;
	left: 0;
	width: 100%;
	margin-bottom: -0.2em;
	opacity: 0;
	-moz-transform: translateY(110%);
	-webkit-transform: translateY(110%);
	-o-transform: translateY(110%);
	-ms-transform: translateY(110%);
	transform: translateY(110%);
	transition: all 0.3s;
	z-index: 27;
	pointer-events: none;
}

.ikls_vid_uber_wrap .ikls_vid_controls_wrap:focus {
	padding-top: 0.1em;
	margin-bottom: 0;
	opacity: 1;
	-moz-transform: translateY(-30px);
	-webkit-transform: translateY(-30px);
	-o-transform: translateY(-30px);
	-ms-transform: translateY(-30px);
	transform: translateY(-30px);
	pointer-events: all;
}

.ikls_vid_uber_wrap .ikls_vid_controls_inner {
	margin: 0 auto;
	width: 100%;
	max-width: 48em;
	background: rgba(0, 0, 0, 0.7);
	transition: all 0.3s;
}

.ikls_vid_uber_wrap .ikls_vid_controls_inner:after {
	content: " ";
	float: none;
	position: relative;
	display: table;
	clear: both;
	margin: 0;
	padding: 0;
	border: 0px none;
}

.ikls_vid_uber_wrap .ikls_busy {
	display: none;
}

.ikls_vid_uber_wrap .ikls_cc {
	position: relative;
	display: block;
	font-size: 0.75em;
	padding: 0.2em;
}

.ikls_vid_uber_wrap .ikls_play_pause.ikls_btn {
	padding-left: 0.75em;
}

.ikls_vid_uber_wrap .ikls_volume_uber_wrap {
	position: relative;
}

.ikls_vid_uber_wrap .ikls_volume_scrubber_wrap {
	position: relative;
	display: block;
	float: left;
	clear: none;
	width: 3em;
	padding: 0.39em 0.25em 0.39em 1px;
	background: transparent;
	border-color: transparent;
	z-index: 22;
	height: 2em;
}

.ikls_vid_uber_wrap .ikls_volume_scrubber_wrap:before {
	content: " ";
	width: 2.7em;
	height: 4px;
	background-color: #2B2B2B;
	display: block;
	position: absolute;
	top: 47%;
}

.ikls_vid_uber_wrap .ikls_volume_scrubber_wrap input[type=range] {
	color: transparent;
	background: transparent !important;
	border-color: transparent;
	height: 100%;
}

.ikls_vid_uber_wrap .ikls_volume_scrubber_wrap input[type=range]::-webkit-slider-runnable-track {
	-webkit-appearance: none;
	-moz-appearance: none;
	appearance: none;
	width: 100%;
	height: 0.2em;
	background: #2B2B2B;
	border-radius: 0;
	border: 0.2em solid transparent;
	border-left: 0 transparent;
	border-right: 0 transparent;
	box-shadow: 0 0 0 transparent, 0px 0px 0 rgba(13, 13, 13, 0);
	cursor: pointer;
	transition: all 0.3s;
	outline: none;
	background: transparent;
	box-sizing: content-box;
}

.ikls_vid_uber_wrap .ikls_volume_scrubber_wrap input[type=range]::-moz-range-track {
	-webkit-appearance: none;
	-moz-appearance: none;
	appearance: none;
	width: 100%;
	height: 0.2em;
	background: #2B2B2B;
	border-radius: 0;
	border: 0.2em solid transparent;
	border-left: 0 transparent;
	border-right: 0 transparent;
	box-shadow: 0 0 0 transparent, 0px 0px 0 rgba(13, 13, 13, 0);
	cursor: pointer;
	transition: all 0.3s;
	outline: none;
	background: transparent;
}

.ikls_vid_uber_wrap .ikls_fullscreen_toggle .ikls_icon {
	display: none;
}

.ikls_vid_uber_wrap .ikls_scrubber_wrap {
	position: absolute;
	top: -0.2em;
	left: 0;
	width: 100%;
	height: 0.2em;
	z-index: 27;
}

.ikls_vid_uber_wrap .ikls_time_wrap {
	padding: 0.25em 0.4em;
	color: inherit;
	min-height: 2em;
	min-width: 1.5em;
	transform: translateZ(0);
	transition: all 0.3s ease;
	box-sizing: border-box;
	padding: 0.35em 0.4em 0.1em; /* webkit */
}

.ikls_vid_uber_wrap .ikls_time_wrap time,
.ikls_vid_uber_wrap .ikls_time_wrap span {
	font-size: 0.5em;
	display: inline-block;
}

.ikls_vid_uber_wrap .ikls_settings {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	background: rgba(0, 0, 0, 0.7);
	color: #fff;
	opacity: 0;
	height: 0;
	overflow: hidden;
	transition: all 0.3s;
	z-index: 27;
}

.ikls_vid_uber_wrap .ikls_settings_inner {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	overflow: hidden;
	overflow-y: auto;
	display: none;
	padding: 2em 1em;
}

.ikls_vid_uber_wrap .ikls_settings_content {
	max-width: 48em;
	margin: auto;
}

.ikls_vid_uber_wrap .ikls_section {
	padding: 1em 1.75em 1em 0;
}

.ikls_vid_uber_wrap .ikls_sectionhead {
	border-bottom: 1px solid #808080;
	margin: 0 0 0.15em;
	font-size: 1.05em;
	text-transform: uppercase;
	padding: 0 0 0.25em;
}

.ikls_vid_uber_wrap .ikls_sectionhead:focus {
	outline: none;
	border-bottom: 1px solid #bfbfbf;
}

.ikls_vid_uber_wrap .ikls_close_settings,
.ikls_vid_uber_wrap .ikls_close_transcript {
	font-size: 2em;
	position: absolute;
	top: 0;
	right: 15px;
	padding: 8px 6px;
	opacity: 0.75;
	cursor: pointer;
	transition: all 0.3s ease;
	color: inherit;
	display: none;
}

.ikls_vid_uber_wrap .ikls_close_settings:hover,
.ikls_vid_uber_wrap .ikls_close_transcript:hover,
.ikls_vid_uber_wrap .ikls_close_settings:focus,
.ikls_vid_uber_wrap .ikls_close_transcript:focus {
	opacity: 1;
}

.ikls_vid_uber_wrap .ikls_close_transcript {
	right: 0px;
}

.ikls_vid_uber_wrap .ikls_download_link {
	display: inline-block;
	padding: 0.25em;
	margin-bottom: 0.25em;
	color: inherit;
	cursor: pointer;
	border-bottom: 1px solid transparent;
}

.ikls_vid_uber_wrap .ikls_download_link:hover,
.ikls_vid_uber_wrap .ikls_download_link:focus {
	background: rgba(0, 0, 0, 0.35);
	border-bottom: 1px solid #808080;
}

.ikls_vid_uber_wrap .ikls_download_link.ikls_active,
.ikls_vid_uber_wrap .ikls_download_link:active,
.ikls_vid_uber_wrap .ikls_download_link[aria-pressed="true"] {
	background: rgba(0, 0, 0, 0.45);
	border-bottom: 1px solid #bfbfbf;
}

.ikls_vid_uber_wrap .ikls_download_link:disabled {
	cursor: not-allowed;
	animation: none;
	opacity: 0.5;
}

.ikls_vid_uber_wrap .ikls_airplay {
	display: none;
}

.ikls_vid_uber_wrap .ikls_track_wrap {
	display: none;
	position: absolute;
	left: 0;
	bottom: 100%;
	width: 100%;
	margin-bottom: 0.2em;
	transition: all 0.3s;
	z-index: 17;
}

.ikls_vid_uber_wrap .ikls_track_wrap_inner {
	background: rgba(0, 0, 0, 0.75);
	color: #fff;
	padding: 0.5em;
	margin: 0 auto;
	max-width: 48em;
	line-height: 1.35;
}

.ikls_vid_uber_wrap .ikls_transcript_wrap {
	display: block;
}

.ikls_vid_uber_wrap .ikls_close_transcript {
	display: none;
}

.ikls_vid_uber_wrap .ikls_transcript_wrap_inner {
	padding: 0 1.75em 0 0.5em;
	line-height: 0.01em;
	opacity: 0;
	pointer-events: none;
	transition: all 0.5s;
}

.ikls_vid_uber_wrap .ikls_transcript_wrap_inner p + p {
	padding-top: 1em;
}

.ikls_vid_uber_wrap[data-playback-state="paused"] .ikls_big_play {
	opacity: 1;
}

.ikls_vid_uber_wrap[data-playback-state="paused"] .iklsicon-play {
	display: block;
}

.ikls_vid_uber_wrap[data-playback-state="paused"] .iklsicon-pause {
	display: none;
}

.ikls_vid_uber_wrap[data-playback-state="paused"] .ikls_bottom_third {
	opacity: 1;
	pointer-events: all;
}

.ikls_vid_uber_wrap.ikls_played .ikls_bottom_third {
	opacity: 0;
	pointer-events: none;
}

.ikls_vid_uber_wrap.ikls_played[data-playback-state="paused"] .ikls_big_play > .ikls_icon {
	opacity: 0;
}

.ikls_vid_uber_wrap.ikls_played[data-playback-state="paused"] .ikls_bottom_third {
	opacity: 1;
	pointer-events: all;
}

.ikls_vid_uber_wrap.ikls_played[data-playback-state="paused"][data-venue="phone"] .ikls_big_play > .ikls_icon {
	opacity: 1;
}

.ikls_vid_uber_wrap.ikls_played[data-playback-state="ended"] .ikls_big_play > .ikls_icon {
	opacity: 1;
}

.ikls_vid_uber_wrap.ikls_played[data-playback-state="ended"] .ikls_bottom_third {
	opacity: 1;
	pointer-events: all;
}

.ikls_vid_uber_wrap.ikls_played[data-playback-state="ended"][data-venue="phone"] .ikls_big_play > .ikls_icon {
	opacity: 1;
}

.ikls_vid_uber_wrap[data-playback-state="playing"] .ikls_big_play {
	opacity: 0;
}

.ikls_vid_uber_wrap[data-playback-state="playing"] .iklsicon-play {
	display: none;
}

.ikls_vid_uber_wrap[data-playback-state="playing"] .iklsicon-pause {
	display: block;
}

.ikls_vid_uber_wrap[data-playback-state="playing"] .ikls_bottom_third {
	opacity: 0;
	pointer-events: none;
}

.ikls_vid_uber_wrap[aria-busy="true"] .ikls_play_pause-icon {
	display: none;
}

.ikls_vid_uber_wrap[aria-busy="true"] .ikls_big_play {
	opacity: 1;
}

.ikls_vid_uber_wrap[aria-busy="true"] .ikls_big_play:hover .ikls_icon,
.ikls_vid_uber_wrap[aria-busy="true"] .ikls_big_play:focus .ikls_icon {
	animation: ikls_spin-n-scale 2s infinite linear;
}

.ikls_vid_uber_wrap[aria-busy="true"] .ikls_busy {
	display: block;
}

.ikls_vid_uber_wrap[aria-busy="true"][data-playback-state="playing"] .ikls_big_play {
	background-image: none !important;
}

.ikls_vid_uber_wrap[data-volume-state="muted"] .iklsicon-volume-on {
	display: none;
}

.ikls_vid_uber_wrap[data-volume-state="muted"] .iklsicon-volume-off {
	display: block;
}

.ikls_vid_uber_wrap[data-ikls-duration="0"] .ikls_scrubber_wrap,
.ikls_vid_uber_wrap[data-ikls-duration="0"] .ikls_time_wrap time.ikls_video_duration,
.ikls_vid_uber_wrap[data-ikls-duration="0"] .ikls_time_wrap span {
	display: none;
}

.ikls_vid_uber_wrap.ikls_has_captions .ikls_captions_wrap_inner,
.ikls_vid_uber_wrap.ikls_has_captions .ikls_transcript_wrap {
	display: block;
}

.ikls_vid_uber_wrap.ikls_show_tracks .ikls_track_wrap {
	display: block;
}

.ikls_vid_uber_wrap.ikls_show_transcript .ikls_close_transcript {
	display: block;
}

.ikls_vid_uber_wrap.ikls_show_transcript .ikls_transcript_wrap_inner {
	padding: 0.5em 1.75em 1em 0.5em;
	opacity: 1;
	pointer-events: all;
	line-height: 1.5;
}

.ikls_vid_uber_wrap.ikls_show_settings .ikls_settings {
	opacity: 1;
	height: 100%;
}

.ikls_vid_uber_wrap.ikls_show_settings .ikls_settings_inner,
.ikls_vid_uber_wrap.ikls_show_settings .ikls_close_settings,
.ikls_vid_uber_wrap.ikls_show_settings .ikls_settings_content {
	display: block;
}

.ikls_vid_uber_wrap.ikls_show_settings .ikls_settings_inner {
	display: flex;
}

.ikls_vid_uber_wrap.ikls_airplay_available .ikls_airplay {
	display: block;
}

.ikls_vid_uber_wrap.ikls_show_controls .ikls_vid_controls_wrap,
.ikls_vid_uber_wrap.ikls_focused .ikls_vid_controls_wrap,
.ikls_vid_uber_wrap:hover .ikls_vid_controls_wrap {
	padding-top: 0.1em;
	margin-bottom: 0;
	opacity: 1;
	-moz-transform: translateY(-30px);
	-webkit-transform: translateY(-30px);
	-o-transform: translateY(-30px);
	-ms-transform: translateY(-30px);
	transform: translateY(-30px);
	pointer-events: all;
}

.ikls_vid_uber_wrap.ikls_show_controls .ikls_track_wrap,
.ikls_vid_uber_wrap.ikls_focused .ikls_track_wrap,
.ikls_vid_uber_wrap:hover .ikls_track_wrap {
	margin-bottom: 0;
}

.ikls_vid_uber_wrap.ikls_show_controls .ikls_bottom_third,
.ikls_vid_uber_wrap.ikls_focused .ikls_bottom_third,
.ikls_vid_uber_wrap:hover .ikls_bottom_third {
	bottom: 3.35em;
}

.ikls_vid_uber_wrap.ikls_has_fullscreen .iklsicon-fullscreen {
	display: block;
}

.ikls_vid_uber_wrap.ikls_has_fullscreen .ikls_is-fullscreen .iklsicon-fullscreen {
	display: none;
}

.ikls_vid_uber_wrap.ikls_has_fullscreen .ikls_is-fullscreen .iklsicon-exit-fullscreen {
	display: block;
}

.ikls_vid_uber_wrap.ikls_has_fullscreen .ikls_is-fullscreen .ikls_settings_inner {
	align-items: center;
}

.ikls_vid_uber_wrap.ikls_show_controls .ikls_vid_uber_wrap_inner:-webkit-full-screen,
.ikls_vid_uber_wrap.ikls_focused .ikls_vid_uber_wrap_inner:-webkit-full-screen,
.ikls_vid_uber_wrap:hover .ikls_vid_uber_wrap_inner:-webkit-full-screen {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	font-size: 1.5em;
}

.ikls_vid_uber_wrap.ikls_show_controls .ikls_vid_uber_wrap_inner:-webkit-full-screen video,
.ikls_vid_uber_wrap.ikls_focused .ikls_vid_uber_wrap_inner:-webkit-full-screen video,
.ikls_vid_uber_wrap:hover .ikls_vid_uber_wrap_inner:-webkit-full-screen video {
	width: 100%;
	height: 100%;
}

.ikls_vid_uber_wrap.ikls_show_controls .ikls_vid_uber_wrap_inner:-webkit-full-screen .ikls_vid_controls_wrap,
.ikls_vid_uber_wrap.ikls_focused .ikls_vid_uber_wrap_inner:-webkit-full-screen .ikls_vid_controls_wrap,
.ikls_vid_uber_wrap:hover .ikls_vid_uber_wrap_inner:-webkit-full-screen .ikls_vid_controls_wrap {
	-moz-transform: translateY(-2em);
	-webkit-transform: translateY(-2em);
	-o-transform: translateY(-2em);
	-ms-transform: translateY(-2em);
	transform: translateY(-2em);
}

.ikls_vid_uber_wrap.ikls_show_controls .ikls_vid_uber_wrap_inner:-webkit-full-screen .ikls_track_wrap,
.ikls_vid_uber_wrap.ikls_focused .ikls_vid_uber_wrap_inner:-webkit-full-screen .ikls_track_wrap,
.ikls_vid_uber_wrap:hover .ikls_vid_uber_wrap_inner:-webkit-full-screen .ikls_track_wrap {
	text-align: center;
	-moz-transform: translateY(-0.5em);
	-webkit-transform: translateY(-0.5em);
	-o-transform: translateY(-0.5em);
	-ms-transform: translateY(-0.5em);
	transform: translateY(-0.5em);
}

.ikls_vid_uber_wrap.ikls_show_controls .ikls_vid_uber_wrap_inner:-webkit-full-screen .ikls_close_settings,
.ikls_vid_uber_wrap.ikls_focused .ikls_vid_uber_wrap_inner:-webkit-full-screen .ikls_close_settings,
.ikls_vid_uber_wrap:hover .ikls_vid_uber_wrap_inner:-webkit-full-screen .ikls_close_settings {
	top: 1em;
	right: 1em;
}

.ikls_vid_uber_wrap.ikls_show_controls .ikls_vid_uber_wrap_inner:-webkit-full-screen .ikls_bottom_third,
.ikls_vid_uber_wrap.ikls_focused .ikls_vid_uber_wrap_inner:-webkit-full-screen .ikls_bottom_third,
.ikls_vid_uber_wrap:hover .ikls_vid_uber_wrap_inner:-webkit-full-screen .ikls_bottom_third {
	bottom: 4.2em;
}

.ikls_vid_uber_wrap.ikls_show_controls .ikls_vid_uber_wrap_inner:-moz-full-screen,
.ikls_vid_uber_wrap.ikls_focused .ikls_vid_uber_wrap_inner:-moz-full-screen,
.ikls_vid_uber_wrap:hover .ikls_vid_uber_wrap_inner:-moz-full-screen {
	font-size: 1.5em;
}

.ikls_vid_uber_wrap.ikls_show_controls .ikls_vid_uber_wrap_inner:-moz-full-screen video,
.ikls_vid_uber_wrap.ikls_focused .ikls_vid_uber_wrap_inner:-moz-full-screen video,
.ikls_vid_uber_wrap:hover .ikls_vid_uber_wrap_inner:-moz-full-screen video {
	width: 100%;
	height: 100%;
}

.ikls_vid_uber_wrap.ikls_show_controls .ikls_vid_uber_wrap_inner:-moz-full-screen .ikls_vid_controls_wrap,
.ikls_vid_uber_wrap.ikls_focused .ikls_vid_uber_wrap_inner:-moz-full-screen .ikls_vid_controls_wrap,
.ikls_vid_uber_wrap:hover .ikls_vid_uber_wrap_inner:-moz-full-screen .ikls_vid_controls_wrap {
	-moz-transform: translateY(-2em);
	-webkit-transform: translateY(-2em);
	-o-transform: translateY(-2em);
	-ms-transform: translateY(-2em);
	transform: translateY(-2em);
}

.ikls_vid_uber_wrap.ikls_show_controls .ikls_vid_uber_wrap_inner:-moz-full-screen .ikls_track_wrap,
.ikls_vid_uber_wrap.ikls_focused .ikls_vid_uber_wrap_inner:-moz-full-screen .ikls_track_wrap,
.ikls_vid_uber_wrap:hover .ikls_vid_uber_wrap_inner:-moz-full-screen .ikls_track_wrap {
	text-align: center;
	-moz-transform: translateY(-0.5em);
	-webkit-transform: translateY(-0.5em);
	-o-transform: translateY(-0.5em);
	-ms-transform: translateY(-0.5em);
	transform: translateY(-0.5em);
}

.ikls_vid_uber_wrap.ikls_show_controls .ikls_vid_uber_wrap_inner:-moz-full-screen .ikls_close_settings,
.ikls_vid_uber_wrap.ikls_focused .ikls_vid_uber_wrap_inner:-moz-full-screen .ikls_close_settings,
.ikls_vid_uber_wrap:hover .ikls_vid_uber_wrap_inner:-moz-full-screen .ikls_close_settings {
	top: 1em;
	right: 1em;
}

.ikls_vid_uber_wrap.ikls_show_controls .ikls_vid_uber_wrap_inner:-moz-full-screen .ikls_bottom_third,
.ikls_vid_uber_wrap.ikls_focused .ikls_vid_uber_wrap_inner:-moz-full-screen .ikls_bottom_third,
.ikls_vid_uber_wrap:hover .ikls_vid_uber_wrap_inner:-moz-full-screen .ikls_bottom_third {
	bottom: 4.2em;
}

.ikls_vid_uber_wrap.ikls_show_controls .ikls_vid_uber_wrap_inner:full-screen,
.ikls_vid_uber_wrap.ikls_focused .ikls_vid_uber_wrap_inner:full-screen,
.ikls_vid_uber_wrap:hover .ikls_vid_uber_wrap_inner:full-screen {
	font-size: 1.5em;
}

.ikls_vid_uber_wrap.ikls_show_controls .ikls_vid_uber_wrap_inner:full-screen video,
.ikls_vid_uber_wrap.ikls_focused .ikls_vid_uber_wrap_inner:full-screen video,
.ikls_vid_uber_wrap:hover .ikls_vid_uber_wrap_inner:full-screen video {
	width: 100%;
	height: 100%;
}

.ikls_vid_uber_wrap.ikls_show_controls .ikls_vid_uber_wrap_inner:full-screen .ikls_vid_controls_wrap,
.ikls_vid_uber_wrap.ikls_focused .ikls_vid_uber_wrap_inner:full-screen .ikls_vid_controls_wrap,
.ikls_vid_uber_wrap:hover .ikls_vid_uber_wrap_inner:full-screen .ikls_vid_controls_wrap {
	-moz-transform: translateY(-2em);
	-webkit-transform: translateY(-2em);
	-o-transform: translateY(-2em);
	-ms-transform: translateY(-2em);
	transform: translateY(-2em);
}

.ikls_vid_uber_wrap.ikls_show_controls .ikls_vid_uber_wrap_inner:full-screen .ikls_track_wrap,
.ikls_vid_uber_wrap.ikls_focused .ikls_vid_uber_wrap_inner:full-screen .ikls_track_wrap,
.ikls_vid_uber_wrap:hover .ikls_vid_uber_wrap_inner:full-screen .ikls_track_wrap {
	text-align: center;
	-moz-transform: translateY(-0.5em);
	-webkit-transform: translateY(-0.5em);
	-o-transform: translateY(-0.5em);
	-ms-transform: translateY(-0.5em);
	transform: translateY(-0.5em);
}

.ikls_vid_uber_wrap.ikls_show_controls .ikls_vid_uber_wrap_inner:full-screen .ikls_close_settings,
.ikls_vid_uber_wrap.ikls_focused .ikls_vid_uber_wrap_inner:full-screen .ikls_close_settings,
.ikls_vid_uber_wrap:hover .ikls_vid_uber_wrap_inner:full-screen .ikls_close_settings {
	top: 1em;
	right: 1em;
}

.ikls_vid_uber_wrap.ikls_show_controls .ikls_vid_uber_wrap_inner:full-screen .ikls_bottom_third,
.ikls_vid_uber_wrap.ikls_focused .ikls_vid_uber_wrap_inner:full-screen .ikls_bottom_third,
.ikls_vid_uber_wrap:hover .ikls_vid_uber_wrap_inner:full-screen .ikls_bottom_third {
	bottom: 4.2em;
}

.ikls_vid_uber_wrap.ikls_show_controls .ikls_vid_uber_wrap_inner:fullscreen,
.ikls_vid_uber_wrap.ikls_focused .ikls_vid_uber_wrap_inner:fullscreen,
.ikls_vid_uber_wrap:hover .ikls_vid_uber_wrap_inner:fullscreen {
	font-size: 1.5em;
}

.ikls_vid_uber_wrap.ikls_show_controls .ikls_vid_uber_wrap_inner:fullscreen video,
.ikls_vid_uber_wrap.ikls_focused .ikls_vid_uber_wrap_inner:fullscreen video,
.ikls_vid_uber_wrap:hover .ikls_vid_uber_wrap_inner:fullscreen video {
	width: 100%;
	height: 100%;
}

.ikls_vid_uber_wrap.ikls_show_controls .ikls_vid_uber_wrap_inner:fullscreen .ikls_vid_controls_wrap,
.ikls_vid_uber_wrap.ikls_focused .ikls_vid_uber_wrap_inner:fullscreen .ikls_vid_controls_wrap,
.ikls_vid_uber_wrap:hover .ikls_vid_uber_wrap_inner:fullscreen .ikls_vid_controls_wrap {
	-moz-transform: translateY(-2em);
	-webkit-transform: translateY(-2em);
	-o-transform: translateY(-2em);
	-ms-transform: translateY(-2em);
	transform: translateY(-2em);
}

.ikls_vid_uber_wrap.ikls_show_controls .ikls_vid_uber_wrap_inner:fullscreen .ikls_track_wrap,
.ikls_vid_uber_wrap.ikls_focused .ikls_vid_uber_wrap_inner:fullscreen .ikls_track_wrap,
.ikls_vid_uber_wrap:hover .ikls_vid_uber_wrap_inner:fullscreen .ikls_track_wrap {
	text-align: center;
	-moz-transform: translateY(-0.5em);
	-webkit-transform: translateY(-0.5em);
	-o-transform: translateY(-0.5em);
	-ms-transform: translateY(-0.5em);
	transform: translateY(-0.5em);
}

.ikls_vid_uber_wrap.ikls_show_controls .ikls_vid_uber_wrap_inner:fullscreen .ikls_close_settings,
.ikls_vid_uber_wrap.ikls_focused .ikls_vid_uber_wrap_inner:fullscreen .ikls_close_settings,
.ikls_vid_uber_wrap:hover .ikls_vid_uber_wrap_inner:fullscreen .ikls_close_settings {
	top: 1em;
	right: 1em;
}

.ikls_vid_uber_wrap.ikls_show_controls .ikls_vid_uber_wrap_inner:fullscreen .ikls_bottom_third,
.ikls_vid_uber_wrap.ikls_focused .ikls_vid_uber_wrap_inner:fullscreen .ikls_bottom_third,
.ikls_vid_uber_wrap:hover .ikls_vid_uber_wrap_inner:fullscreen .ikls_bottom_third {
	bottom: 4.2em;
}

.ikls_vid_uber_wrap.ikls_hide_controls .ikls_vid_controls_wrap,
.ikls_vid_uber_wrap.ikls_hide_controls.ikls_show_controls .ikls_vid_controls_wrap,
.ikls_vid_uber_wrap.ikls_hide_controls.ikls_focused .ikls_vid_controls_wrap,
.ikls_vid_uber_wrap.ikls_hide_controls:hover .ikls_vid_controls_wrap {
	margin-bottom: -2.2em;
	-moz-transform: translateY(110%);
	-webkit-transform: translateY(110%);
	-o-transform: translateY(110%);
	-ms-transform: translateY(110%);
	transform: translateY(110%);
}

.ikls_vid_uber_wrap.ikls_hide_controls .ikls_track_wrap,
.ikls_vid_uber_wrap.ikls_hide_controls.ikls_show_controls .ikls_track_wrap,
.ikls_vid_uber_wrap.ikls_hide_controls.ikls_focused .ikls_track_wrap,
.ikls_vid_uber_wrap.ikls_hide_controls:hover .ikls_track_wrap {
	margin-bottom: 0.2em;
}

.ikls_vid_uber_wrap.ikls_hide_controls .ikls_vid_uber_wrap_inner:-webkit-full-screen,
.ikls_vid_uber_wrap.ikls_hide_controls.ikls_show_controls .ikls_vid_uber_wrap_inner:-webkit-full-screen,
.ikls_vid_uber_wrap.ikls_hide_controls.ikls_focused .ikls_vid_uber_wrap_inner:-webkit-full-screen,
.ikls_vid_uber_wrap.ikls_hide_controls:hover .ikls_vid_uber_wrap_inner:-webkit-full-screen {
	font-size: 1.5em;
}

.ikls_vid_uber_wrap.ikls_hide_controls .ikls_vid_uber_wrap_inner:-webkit-full-screen .ikls_vid_controls_inner,
.ikls_vid_uber_wrap.ikls_hide_controls.ikls_show_controls .ikls_vid_uber_wrap_inner:-webkit-full-screen .ikls_vid_controls_inner,
.ikls_vid_uber_wrap.ikls_hide_controls.ikls_focused .ikls_vid_uber_wrap_inner:-webkit-full-screen .ikls_vid_controls_inner,
.ikls_vid_uber_wrap.ikls_hide_controls:hover .ikls_vid_uber_wrap_inner:-webkit-full-screen .ikls_vid_controls_inner {
	opacity: 0;
}

.ikls_vid_uber_wrap.ikls_hide_controls .ikls_vid_uber_wrap_inner:-webkit-full-screen .ikls_close_settings,
.ikls_vid_uber_wrap.ikls_hide_controls.ikls_show_controls .ikls_vid_uber_wrap_inner:-webkit-full-screen .ikls_close_settings,
.ikls_vid_uber_wrap.ikls_hide_controls.ikls_focused .ikls_vid_uber_wrap_inner:-webkit-full-screen .ikls_close_settings,
.ikls_vid_uber_wrap.ikls_hide_controls:hover .ikls_vid_uber_wrap_inner:-webkit-full-screen .ikls_close_settings {
	top: 1em;
	right: 1em;
}

.ikls_vid_uber_wrap.ikls_hide_controls .ikls_vid_uber_wrap_inner:-moz-full-screen,
.ikls_vid_uber_wrap.ikls_hide_controls.ikls_show_controls .ikls_vid_uber_wrap_inner:-moz-full-screen,
.ikls_vid_uber_wrap.ikls_hide_controls.ikls_focused .ikls_vid_uber_wrap_inner:-moz-full-screen,
.ikls_vid_uber_wrap.ikls_hide_controls:hover .ikls_vid_uber_wrap_inner:-moz-full-screen {
	font-size: 1.5em;
}

.ikls_vid_uber_wrap.ikls_hide_controls .ikls_vid_uber_wrap_inner:-moz-full-screen .ikls_vid_controls_inner,
.ikls_vid_uber_wrap.ikls_hide_controls.ikls_show_controls .ikls_vid_uber_wrap_inner:-moz-full-screen .ikls_vid_controls_inner,
.ikls_vid_uber_wrap.ikls_hide_controls.ikls_focused .ikls_vid_uber_wrap_inner:-moz-full-screen .ikls_vid_controls_inner,
.ikls_vid_uber_wrap.ikls_hide_controls:hover .ikls_vid_uber_wrap_inner:-moz-full-screen .ikls_vid_controls_inner {
	opacity: 0;
}

.ikls_vid_uber_wrap.ikls_hide_controls .ikls_vid_uber_wrap_inner:-moz-full-screen .ikls_close_settings,
.ikls_vid_uber_wrap.ikls_hide_controls.ikls_show_controls .ikls_vid_uber_wrap_inner:-moz-full-screen .ikls_close_settings,
.ikls_vid_uber_wrap.ikls_hide_controls.ikls_focused .ikls_vid_uber_wrap_inner:-moz-full-screen .ikls_close_settings,
.ikls_vid_uber_wrap.ikls_hide_controls:hover .ikls_vid_uber_wrap_inner:-moz-full-screen .ikls_close_settings {
	top: 1em;
	right: 1em;
}

.ikls_vid_uber_wrap.ikls_hide_controls .ikls_vid_uber_wrap_inner:full-screen,
.ikls_vid_uber_wrap.ikls_hide_controls.ikls_show_controls .ikls_vid_uber_wrap_inner:full-screen,
.ikls_vid_uber_wrap.ikls_hide_controls.ikls_focused .ikls_vid_uber_wrap_inner:full-screen,
.ikls_vid_uber_wrap.ikls_hide_controls:hover .ikls_vid_uber_wrap_inner:full-screen {
	font-size: 1.5em;
}

.ikls_vid_uber_wrap.ikls_hide_controls .ikls_vid_uber_wrap_inner:full-screen .ikls_vid_controls_inner,
.ikls_vid_uber_wrap.ikls_hide_controls.ikls_show_controls .ikls_vid_uber_wrap_inner:full-screen .ikls_vid_controls_inner,
.ikls_vid_uber_wrap.ikls_hide_controls.ikls_focused .ikls_vid_uber_wrap_inner:full-screen .ikls_vid_controls_inner,
.ikls_vid_uber_wrap.ikls_hide_controls:hover .ikls_vid_uber_wrap_inner:full-screen .ikls_vid_controls_inner {
	opacity: 0;
}

.ikls_vid_uber_wrap.ikls_hide_controls .ikls_vid_uber_wrap_inner:full-screen .ikls_close_settings,
.ikls_vid_uber_wrap.ikls_hide_controls.ikls_show_controls .ikls_vid_uber_wrap_inner:full-screen .ikls_close_settings,
.ikls_vid_uber_wrap.ikls_hide_controls.ikls_focused .ikls_vid_uber_wrap_inner:full-screen .ikls_close_settings,
.ikls_vid_uber_wrap.ikls_hide_controls:hover .ikls_vid_uber_wrap_inner:full-screen .ikls_close_settings {
	top: 1em;
	right: 1em;
}

.ikls_vid_uber_wrap.ikls_hide_controls .ikls_vid_uber_wrap_inner:fullscreen,
.ikls_vid_uber_wrap.ikls_hide_controls.ikls_show_controls .ikls_vid_uber_wrap_inner:fullscreen,
.ikls_vid_uber_wrap.ikls_hide_controls.ikls_focused .ikls_vid_uber_wrap_inner:fullscreen,
.ikls_vid_uber_wrap.ikls_hide_controls:hover .ikls_vid_uber_wrap_inner:fullscreen {
	font-size: 1.5em;
}

.ikls_vid_uber_wrap.ikls_hide_controls .ikls_vid_uber_wrap_inner:fullscreen .ikls_vid_controls_inner,
.ikls_vid_uber_wrap.ikls_hide_controls.ikls_show_controls .ikls_vid_uber_wrap_inner:fullscreen .ikls_vid_controls_inner,
.ikls_vid_uber_wrap.ikls_hide_controls.ikls_focused .ikls_vid_uber_wrap_inner:fullscreen .ikls_vid_controls_inner,
.ikls_vid_uber_wrap.ikls_hide_controls:hover .ikls_vid_uber_wrap_inner:fullscreen .ikls_vid_controls_inner {
	opacity: 0;
}

.ikls_vid_uber_wrap.ikls_hide_controls .ikls_vid_uber_wrap_inner:fullscreen .ikls_close_settings,
.ikls_vid_uber_wrap.ikls_hide_controls.ikls_show_controls .ikls_vid_uber_wrap_inner:fullscreen .ikls_close_settings,
.ikls_vid_uber_wrap.ikls_hide_controls.ikls_focused .ikls_vid_uber_wrap_inner:fullscreen .ikls_close_settings,
.ikls_vid_uber_wrap.ikls_hide_controls:hover .ikls_vid_uber_wrap_inner:fullscreen .ikls_close_settings {
	top: 1em;
	right: 1em;
}

.ikls_vid_uber_wrap.ikls_hide_controls .ikls_big_play,
.ikls_vid_uber_wrap.ikls_hide_controls.ikls_show_controls .ikls_big_play,
.ikls_vid_uber_wrap.ikls_hide_controls.ikls_focused .ikls_big_play,
.ikls_vid_uber_wrap.ikls_hide_controls:hover .ikls_big_play {
	cursor: none;
}

.ikls_vid_uber_wrap.ikls_hide_controls .ikls_bottom_third,
.ikls_vid_uber_wrap.ikls_hide_controls.ikls_show_controls .ikls_bottom_third,
.ikls_vid_uber_wrap.ikls_hide_controls.ikls_focused .ikls_bottom_third,
.ikls_vid_uber_wrap.ikls_hide_controls:hover .ikls_bottom_third {
	bottom: 0px;
}

.ikls_vid_uber_wrap.ikls_hide_controls[data-venue="tablet"] .ikls_track_wrap,
.ikls_vid_uber_wrap.ikls_hide_controls.ikls_show_controls[data-venue="tablet"] .ikls_track_wrap,
.ikls_vid_uber_wrap.ikls_hide_controls.ikls_focused[data-venue="tablet"] .ikls_track_wrap,
.ikls_vid_uber_wrap.ikls_hide_controls:hover[data-venue="tablet"] .ikls_track_wrap {
	margin-bottom: 0.7em;
}

.ikls_vid_uber_wrap[data-venue="tablet"] .ikls_vid_controls_inner,
.ikls_vid_uber_wrap[data-venue="tablet"] button.ikls_close_settings svg,
.ikls_vid_uber_wrap[data-venue="tablet"] button.ikls_close_transcript svg {
	font-size: 48px;
}

.ikls_vid_uber_wrap[data-venue="tablet"] .ikls_track_wrap {
	margin-bottom: 1.5em;
}

.ikls_vid_uber_wrap[data-venue="tablet"]:hover .ikls_bottom_third {
	bottom: 5.55em;
}

.ikls_vid_uber_wrap[data-venue="tablet"]:hover.ikls_hide_controls .ikls_bottom_third {
	bottom: 0em;
}

/**
* hopefully you dont have to use this - but it would be for vendor specific styles and whatnot
* note, you may have to also add the .ikls_vid_uber_wrap selector to your style overrides ...
*/

.ikls_video_duration {
	color: #666;
}

.gallery_wrap .ikls_vid_uber_wrap {
	width: 100%;
	height: 100%;
	position: absolute;
	top: 0;
	left: 0;
}

.gallery_wrap .ikls_vid_uber_wrap .ikls_vid_uber_wrap_inner,
.gallery_wrap .ikls_vid_uber_wrap video {
	width: 100%;
	height: 100%;
	position: absolute;
	top: 0;
	left: 0;
}

.fullscreen_gallery .ikls_vid_uber_wrap_inner {
	font-size: 1.5em;
}

.fullscreen_gallery .ikls_vid_uber_wrap_inner video {
	width: 100%;
	height: 100%;
}

.fullscreen_gallery .ikls_vid_uber_wrap_inner .ikls_vid_controls_wrap {
	-moz-transform: translateY(-2em);
	-webkit-transform: translateY(-2em);
	-o-transform: translateY(-2em);
	-ms-transform: translateY(-2em);
	transform: translateY(-2em);
}

.fullscreen_gallery .ikls_vid_uber_wrap_inner .ikls_track_wrap {
	text-align: center;
	-moz-transform: translateY(-0.5em);
	-webkit-transform: translateY(-0.5em);
	-o-transform: translateY(-0.5em);
	-ms-transform: translateY(-0.5em);
	transform: translateY(-0.5em);
}

.fullscreen_gallery .ikls_vid_uber_wrap_inner .ikls_close_settings {
	top: 1em;
	right: 1em;
}

.fullscreen_gallery .ikls_vid_uber_wrap_inner .ikls_bottom_third {
	bottom: 4.2em;
}

._ua_browser_safari .ikls_volume_scrubber_wrap {
	padding-top: 0.45em;
}

/**
* opacity type slideshow
*/

/*
// exists in _mixins.less
.transition(@stuff) {
	transition: @stuff;
}
*/

._faderBasic_uber_wrap {
	width: 100%;
	max-width: 100%;
	padding: 0;
	margin: 0;
}

._faderBasic_uber_caption {
	padding: 30px;
}

._faderBasic_uber_caption p:last-child {
	padding-bottom: 0;
}

._fb_item {
	margin: 0 auto;
	padding: 0;
	position: absolute;
	top: 0;
	left: 0;
	opacity: 0;
	z-index: -1;
}

._fb_item._fb_activeSlide {
	opacity: 1;
	z-index: 10;
	position: relative;
	top: auto;
	left: auto;
}

._fb_slide_indicator_wrap {
	font-size: 18px;
	font-size: 0.75rem;
	padding-right: 15px;
	padding-left: 15px;
	display: none;
	text-align: right;
	color: #666;
}

._fb_slide_indicator {
	display: inline-block;
}

._fb_current_slide {
	color: #000;
}

._fb_current_slide.light_numbers {
	color: #fff;
}

._fb_ready {
	padding: 0;
	width: 100%;
	overflow: hidden;
	-ms-touch-action: pan-y;
	z-index: 1; /*
		._faderBasic_wrap:focus ~ ._fb_nextPrev._fb_prev,
		._faderBasic_wrap:hover ~ ._fb_nextPrev._fb_prev,
		._fb_nav_wrap:focus ._fb_nav_nextPrev._fb_prev,
		._fb_nav_wrap:hover ._fb_nav_nextPrev._fb_prev {

		}
		._faderBasic_wrap:focus ~ ._fb_nextPrev._fb_next,
		._faderBasic_wrap:hover ~ ._fb_nextPrev._fb_next,
		._fb_nav_wrap:focus ._fb_nav_nextPrev._fb_next,
		._fb_nav_wrap:hover ._fb_nav_nextPrev._fb_next {

		}
		
*/ /*
	.no_nav ._fb_nav { margin-left: 0px !important;}
	.no_nav ._fb_nav_nextPrev {display: none !important;}
	*/
}

._fb_ready ._faderBasic_wrap > * {
	margin: 0 auto;
	padding: 0;
	position: absolute;
	top: 0;
	left: 0;
	opacity: 0;
	z-index: -1;
}

._fb_ready ._faderBasic_wrap > *._fb_activeSlide {
	opacity: 1;
	z-index: 10;
	position: relative;
	top: auto;
	left: auto;
}

._fb_ready.crossfade ._faderBasic_wrap > * {
	margin: 0 auto;
	padding: 0;
	position: absolute;
	top: 0;
	left: 0;
	opacity: 0;
	z-index: -1;
	transition: opacity 0.1s ease;
}

._fb_ready.crossfade ._faderBasic_wrap > *._fb_activeSlide {
	opacity: 1;
	z-index: 10;
	position: relative;
	top: auto;
	left: auto;
}

._fb_ready ._fb_nextPrev,
._fb_ready ._fb_nav_nextPrev {
	font-family: "sans-serif";
	position: absolute;
	display: block;
	font-size: 2em;
	width: 1em;
	height: 1em;
	overflow: hidden;
	top: 50%;
	right: 30px;
	margin-top: 0;
	padding: 0;
	background: transparent;
	color: #000;
	z-index: 300;
	cursor: pointer;
	transform: translate3d(0, 0, 0);
	transition: all 0.1s ease;
}

._fb_ready ._fb_nextPrev svg,
._fb_ready ._fb_nav_nextPrev svg {
	color: #fff;
	fill: #000;
}

._fb_ready ._fb_nextPrev:focus svg,
._fb_ready ._fb_nav_nextPrev:focus svg,
._fb_ready ._fb_nextPrev:hover svg,
._fb_ready ._fb_nav_nextPrev:hover svg {
	color: #000;
	fill: #fff;
}

._fb_ready ._fb_nextPrev._fb_prev,
._fb_ready ._fb_nav_nextPrev._fb_prev {
	margin-top: 0.25em;
}

._fb_ready ._fb_nextPrev._fb_next,
._fb_ready ._fb_nav_nextPrev._fb_next {
	margin-top: -1.25em;
}

._fb_ready ._fb_nav_nextPrev {
	padding: 81px 30px;
	bottom: 22.5px;
	top: auto;
	margin-top: 0;
}

._fb_ready ._fb_nav_wrap {
	position: absolute;
	right: 0;
	bottom: 0;
	width: 100%;
	max-width: 100%;
	overflow: visible;
	max-height: 0px;
	margin: 0 auto;
	padding: 0;
	z-index: 20;
	pointer-events: none;
	bottom: 15px;
	transition: all 0.1s ease;
}

._fb_ready ._fb_nav_wrap.showMe {
	max-height: 4em;
	padding: 30px 30px;
}

._fb_ready ._fb_slide_indicator_wrap {
	display: block;
}

._fb_ready ._fb_nav {
	margin-left: 0%;
	transition: all 0.1s ease;
	padding: 0 7.5px;
	text-align: center;
}

._fb_ready ._fb_nav.touched {
	transition: none;
}

._fb_ready ._fb_nav {
	margin-left: 0px !important;
}

._fb_ready ._fb_nav_nextPrev {
	display: none !important;
}

._fb_ready ._fb_thumb {
	display: none;
	width: 1.5em;
	height: 1.5em;
	margin: 0 0.25em;
	display: inline-block;
	cursor: pointer;
	background: #000;
	background-image: none !important;
	border-radius: 100%;
	opacity: 0.5;
	pointer-events: all;
	transition: all 0.1s ease;
}

._fb_ready ._fb_thumb:hover,
._fb_ready ._fb_thumb.showMe {
	opacity: 1;
}

/* === device sepcific ==== */

._ua_venue_phone ._fb_nav_wrap {
	position: relative;
	background: #ccc;
}

._ua_venue_phone ._fb_slide_indicator_wrap {
	text-align: center;
}

._ua_venue_phone ._fb_nextPrev {
	top: auto;
	bottom: 22.5px;
}

._ua_venue_phone ._fb_nextPrev._fb_prev {
	margin-top: 0;
	left: 30px;
}

._ua_venue_phone ._fb_nextPrev._fb_next {
	margin-top: 0;
}

._ua_venue_phone ._fb_nextPrev svg,
._ua_venue_phone ._fb_nextPrev svg:focus,
._ua_venue_phone ._fb_nextPrev svg:hover {
	fill: transparent;
}

.cheeseburger {
	position: relative;
	box-sizing: border-box;
	float: left;
	clear: none;
	font-size: 1rem;
	display: block;
	box-sizing: padding-box;
	z-index: 150;
	padding: 15px;
	cursor: pointer;
	transition: all 0.2s;
}

.cheeseburger .cheeseburger-bars {
	position: relative;
	width: 2.1em;
	height: 2em;
	transition: all 0.2s;
}

.cheeseburger .cheeseburger-bars span {
	background: #000;
	display: block;
	position: absolute;
	width: 50%;
	height: 5px;
	transform: translateZ(0);
	transition: all 0.2s;
}

.cheeseburger .cheeseburger-bars span:nth-child(1) {
	top: 2.5px;
	left: 0;
}

.cheeseburger .cheeseburger-bars span:nth-child(2) {
	top: 2.5px;
	right: 0;
}

.cheeseburger .cheeseburger-bars span:nth-child(3) {
	left: 0;
	top: 50%;
	margin-top: -2.5px;
	width: 100%;
}

.cheeseburger .cheeseburger-bars span:nth-child(4) {
	bottom: 2.5px;
	left: 0;
}

.cheeseburger .cheeseburger-bars span:nth-child(5) {
	bottom: 2.5px;
	right: 0;
}

.cheeseburger .cheeseburger-bars span:last-child {
	margin-bottom: 0;
}

.cheeseburger:focus,
.cheeseburger:hover {
	outline: none;
}

.cheeseburger:focus .cheeseburger-bars span:nth-child(1),
.cheeseburger:hover .cheeseburger-bars span:nth-child(1),
.cheeseburger:focus .cheeseburger-bars span:nth-child(2),
.cheeseburger:hover .cheeseburger-bars span:nth-child(2) {
	top: 0;
}

.cheeseburger:focus .cheeseburger-bars span:nth-child(4),
.cheeseburger:hover .cheeseburger-bars span:nth-child(4),
.cheeseburger:focus .cheeseburger-bars span:nth-child(5),
.cheeseburger:hover .cheeseburger-bars span:nth-child(5) {
	bottom: 0;
}

.cheeseburger[aria-expanded="true"] .cheeseburger-bars {
	width: 1.575em;
}

.cheeseburger[aria-expanded="true"] .cheeseburger-bars span {
	width: 85%;
}

.cheeseburger[aria-expanded="true"] .cheeseburger-bars span:nth-child(1),
.cheeseburger[aria-expanded="true"] .cheeseburger-bars span:nth-child(2) {
	top: 0;
}

.cheeseburger[aria-expanded="true"] .cheeseburger-bars span:nth-child(4),
.cheeseburger[aria-expanded="true"] .cheeseburger-bars span:nth-child(5) {
	bottom: 0;
}

.cheeseburger[aria-expanded="true"] .cheeseburger-bars span:nth-child(1) {
	transform-origin: left top;
	transform: rotate(45deg);
}

.cheeseburger[aria-expanded="true"] .cheeseburger-bars span:nth-child(2) {
	transform-origin: right top;
	transform: rotate(-45deg);
}

.cheeseburger[aria-expanded="true"] .cheeseburger-bars span:nth-child(3) {
	width: 0.2em;
	left: 50%;
	margin-left: -0.1em;
}

.cheeseburger[aria-expanded="true"] .cheeseburger-bars span:nth-child(4) {
	transform-origin: left bottom;
	transform: rotate(-45deg);
}

.cheeseburger[aria-expanded="true"] .cheeseburger-bars span:nth-child(5) {
	transform-origin: right bottom;
	transform: rotate(45deg);
}

#skip_to_content,
.show_to_focus,
a.show_to_focus {
	left: -99999px;
	top: 0;
	height: 0px;
	width: 0px;
	overflow: hidden;
	text-indent: -99999em;
	transition: all 0.3s;
	position: absolute;
	display: block;
	padding: 15px;
	border: 5px solid #000;
	background: #fff;
	color: #000;
	top: -8em;
	left: -110vw;
	transition: top 0.3s;
	z-index: 300;
	position: fixed;
	width: auto;
	height: auto;
	z-index: 150;
}

#skip_to_content:focus,
.show_to_focus:focus,
a.show_to_focus:focus {
	left: 0;
	top: 0;
	width: auto;
	height: auto;
	text-indent: 0;
	z-index: 150;
}

#skip_to_content:focus,
.show_to_focus:focus,
a.show_to_focus:focus {
	top: 15px;
	left: 15px;
	color: #000;
	z-index: 300;
}

#skip_to_content:focus,
.show_to_focus:focus,
a.show_to_focus:focus {
	left: 0;
	top: 0;
	width: auto;
	height: auto;
	text-indent: 0;
	z-index: 150;
}

#skip_to_content:focus,
.show_to_focus:focus,
a.show_to_focus:focus {
	top: 15px;
	left: 15px;
	color: #000;
	z-index: 300;
}

#main_nav_toggle,
#main_search_toggle {
	position: absolute;
	top: 15px;
	right: 15px;
}

._ua_not_mobile #main_logo:hover,
._ua_not_mobile #main_nav_toggle:hover,
._ua_not_mobile #main_search_toggle:hover {
	opacity: 1;
	background: #000;
	color: #fff;
}

._ua_not_mobile #main_logo:hover .cheeseburger-bars span,
._ua_not_mobile #main_nav_toggle:hover .cheeseburger-bars span,
._ua_not_mobile #main_search_toggle:hover .cheeseburger-bars span {
	background-color: #fff;
}

.keyboardUser #main_logo:focus,
.keyboardUser #main_nav_toggle:focus,
.keyboardUser #main_search_toggle:focus {
	opacity: 1;
	background: #000;
	color: #fff;
}

.keyboardUser #main_logo:focus .cheeseburger-bars span,
.keyboardUser #main_nav_toggle:focus .cheeseburger-bars span,
.keyboardUser #main_search_toggle:focus .cheeseburger-bars span {
	background-color: #fff;
}

#main_search_toggle {
	right: 75px;
	padding: 15px;
	margin-top: 0;
	width: auto;
	height: auto;
	overflow: hidden;
}

#main_search_toggle .rm_icon_search {
	top: 50%;
	left: 50%;
	width: auto;
	height: 50%;
	transform: translate(-50%, -50%);
}

#main_search_toggle .cheeseburger-bars,
#main_search_toggle .rm_icon_search {
	transition: opacity 0.3s;
}

#main_search_toggle[aria-expanded="false"] .rm_icon_search {
	opacity: 1;
}

#main_search_toggle[aria-expanded="false"] .cheeseburger-bars {
	opacity: 0;
}

#main_search_toggle[aria-expanded="true"] {
	right: 15px;
}

#main_search_toggle[aria-expanded="true"] .rm_icon_search {
	opacity: 0;
}

#main_search_toggle[aria-expanded="true"] .cheeseburger-bars {
	opacity: 1;
}

#main_search_toggle[aria-expanded="true"] + #search_nav + #main_nav_toggle {
	right: -180px;
	pointer-events: none;
}

#rm_uber_wrap {
	overflow: hidden;
	width: 100%;
	min-height: 100vh;
}

#rm_uber_wrap .cheeseburger {
	font-size: 16px;
}

#main_nav_wrap {
	z-index: 150;
	position: fixed;
	top: 0;
	left: 0;
	right: 0;
	display: block;
	padding: 0;
	background: #fff;
	max-height: 100vh;
}

#main_nav_wrap:after {
	content: " ";
	float: none;
	position: relative;
	display: table;
	clear: both;
	margin: 0;
	padding: 0;
	border: 0px none;
}

#main_nav_wrap::-webkit-scrollbar {
	display: none;
}

#search_wrap-top_bar {
	position: relative;
	display: block;
	box-sizing: border-box;
	float: left;
	clear: none;
	z-index: 150;
	padding: 30px 0;
	margin-top: 0.2em;
}

#search_wrap-main_nav {
	display: none;
	font-size: 60px;
	font-size: 2.5rem;
	padding: 0;
	border-left: 15px solid transparent;
}

#search_wrap-main_nav .search {
	padding-right: 0.75em;
}

#search_wrap-main_nav .search_submit {
	font-size: 0.5em;
}

#search_nav {
	width: 100%;
	overflow: hidden;
}

#search_nav[aria-hidden="true"] {
	max-height: 0px;
}

#homepage_search_wrap {
	font-size: 110px;
	font-size: 4.583rem;
	box-sizing: border-box;
	height: 400px;
	padding: 0 37.5px;
	width: 100%;
	z-index: 100;
	opacity: 1;
	clear: left;
	transform: translate3d(0, 0, 0);
	pointer-events: auto;
}

#homepage_search_wrap input.search_field::-webkit-input-placeholder {
	opacity: 0.3;
}

#homepage_search_wrap input.search_field:-moz-placeholder { /* Firefox 18- */
	opacity: 0.3;
}

#homepage_search_wrap input.search_field::-moz-placeholder { /* Firefox 19+ */
	opacity: 0.3;
}

#homepage_search_wrap input.search_field:-ms-input-placeholder {
	opacity: 0.3;
}

#homepage_search_wrap input.search_field:focus::-webkit-input-placeholder {
	opacity: 0.2;
}

#homepage_search_wrap input.search_field:focus:-moz-placeholder { /* Firefox 18- */
	opacity: 0.2;
}

#homepage_search_wrap input.search_field:focus::-moz-placeholder { /* Firefox 19+ */
	opacity: 0.2;
}

#homepage_search_wrap input.search_field:focus:-ms-input-placeholder {
	opacity: 0.2;
}

#nav_search_wrap {
	font-size: 110px;
	font-size: 4.583rem;
	box-sizing: border-box;
	height: 400px;
	width: 100%;
	z-index: 100;
	opacity: 1;
	clear: left;
	transform: translate3d(0, 0, 0);
	pointer-events: auto;
}

#nav_search_wrap input.search_field::-webkit-input-placeholder {
	opacity: 0.3;
}

#nav_search_wrap input.search_field:-moz-placeholder { /* Firefox 18- */
	opacity: 0.3;
}

#nav_search_wrap input.search_field::-moz-placeholder { /* Firefox 19+ */
	opacity: 0.3;
}

#nav_search_wrap input.search_field:-ms-input-placeholder {
	opacity: 0.3;
}

#nav_search_wrap input.search_field:focus::-webkit-input-placeholder {
	opacity: 0.2;
}

#nav_search_wrap input.search_field:focus:-moz-placeholder { /* Firefox 18- */
	opacity: 0.2;
}

#nav_search_wrap input.search_field:focus::-moz-placeholder { /* Firefox 19+ */
	opacity: 0.2;
}

#nav_search_wrap input.search_field:focus:-ms-input-placeholder {
	opacity: 0.2;
}

#big_ol_search.hide_autofill .search_autofill_wrap {
	display: none;
}

#search_autofill {
	max-height: 0px;
	height: 0px;
	transition: all 0.3s;
}

.search_toggle {
	position: relative;
	box-sizing: border-box;
	float: left;
	clear: none;
	font-size: 1rem;
	display: block;
	box-sizing: padding-box;
	z-index: 150;
	padding: 16px;
	margin-top: 29px;
	padding-bottom: 22.5px;
	cursor: pointer;
}

.search_toggle.hidden {
	display: none;
}

#main_nav {
	font-size: clamp(2rem, 61px, 2.5vw);
	min-width: 100vw;
	padding: 0;
	pointer-events: none;
	overflow-x: hidden;
	animation-fill-mode: forwards;
	animation-delay: 0s;
}

#main_nav:after {
	content: " ";
	float: none;
	position: relative;
	display: table;
	clear: both;
	margin: 0;
	padding: 0;
	border: 0px none;
}

#main_nav[aria-hidden="true"] {
	animation: displayFadeIn2 0.3s ease;
	animation-fill-mode: forwards;
	animation-direction: reverse;
}

#main_nav[aria-hidden="false"] {
	animation: displayFadeIn2 0.3s ease;
	animation-fill-mode: forwards;
}

.menuOpen #main_nav {
	pointer-events: auto;
	max-height: calc(100dvh - 4.25rem);
	padding: 0 0 0.5em;
	overflow: hidden;
	overflow-y: auto;
}

.main_nav_item {
	display: block;
	position: relative;
	max-width: 7.65em;
	max-height: 0;
	width: 100%;
	box-sizing: border-box;
	float: right;
	clear: both;
	letter-spacing: -0.02em;
	line-height: 1;
	font-weight: 700;
	padding: 0;
	will-change: opacity, transform, padding;
	transform: translateX(75%);
	opacity: 0;
	pointer-events: none;
	transition: opacity 5s ease;
}

#main_nav_curtain {
	pointer-events: none;
	height: 0;
	background: #fff;
	opacity: 0;
	z-index: -1;
	transition: opacity 0.2s;
}

.pagetype_not-home #main_nav[aria-hidden="false"] + #main_nav_curtain,
#search_nav[aria-hidden="false"] + #main_nav + #main_nav_curtain,
#search_nav[aria-hidden="false"] + #main_nav_toggle + #main_nav + #main_nav_curtain {
	pointer-events: all;
	height: 100%;
	opacity: 0.75;
}

#main_nav_wrap #search_nav {
	padding-left: 30px;
	padding-right: 30px;
}

.noscript #main_nav_curtain {
	pointer-events: all;
	height: 100%;
	opacity: 0.75;
}

.noscript .cheeseburger .cheeseburger-bars {
	width: 1.575em;
}

.noscript .cheeseburger .cheeseburger-bars span {
	width: 85%;
}

.noscript .cheeseburger .cheeseburger-bars span:nth-child(1),
.noscript .cheeseburger .cheeseburger-bars span:nth-child(2) {
	top: 0;
}

.noscript .cheeseburger .cheeseburger-bars span:nth-child(4),
.noscript .cheeseburger .cheeseburger-bars span:nth-child(5) {
	bottom: 0;
}

.noscript .cheeseburger .cheeseburger-bars span:nth-child(1) {
	transform-origin: left top;
	transform: rotate(45deg);
}

.noscript .cheeseburger .cheeseburger-bars span:nth-child(2) {
	transform-origin: right top;
	transform: rotate(-45deg);
}

.noscript .cheeseburger .cheeseburger-bars span:nth-child(3) {
	width: 0.2em;
	left: 50%;
	margin-left: -0.1em;
}

.noscript .cheeseburger .cheeseburger-bars span:nth-child(4) {
	transform-origin: left bottom;
	transform: rotate(-45deg);
}

.noscript .cheeseburger .cheeseburger-bars span:nth-child(5) {
	transform-origin: right bottom;
	transform: rotate(45deg);
}

.noscript #main_nav {
	padding: 0 30px 15px;
	pointer-events: auto;
}

#main_nav[aria-hidden="false"] .main_nav_item,
.nav_open .main_nav_item,
.noscript .main_nav_item {
	pointer-events: auto;
	opacity: 1;
	max-height: 3em;
	padding: 7.5px 7.5px;
	animation: navOutRight 0.2s ease;
	animation-fill-mode: forwards;
	animation-direction: normal;
}

#main_nav[aria-hidden="false"] .main_nav_item:nth-child(1),
.nav_open .main_nav_item:nth-child(1),
.noscript .main_nav_item:nth-child(1) {
	animation-delay: 0.1s;
}

#main_nav[aria-hidden="false"] .main_nav_item:nth-child(2),
.nav_open .main_nav_item:nth-child(2),
.noscript .main_nav_item:nth-child(2) {
	animation-delay: 0.125s;
}

#main_nav[aria-hidden="false"] .main_nav_item:nth-child(3),
.nav_open .main_nav_item:nth-child(3),
.noscript .main_nav_item:nth-child(3) {
	animation-delay: 0.15s;
}

#main_nav[aria-hidden="false"] .main_nav_item:nth-child(4),
.nav_open .main_nav_item:nth-child(4),
.noscript .main_nav_item:nth-child(4) {
	animation-delay: 0.175s;
}

#main_nav[aria-hidden="false"] .main_nav_item:nth-child(5),
.nav_open .main_nav_item:nth-child(5),
.noscript .main_nav_item:nth-child(5) {
	animation-delay: 0.2s;
}

#main_nav[aria-hidden="false"] .main_nav_item:nth-child(6),
.nav_open .main_nav_item:nth-child(6),
.noscript .main_nav_item:nth-child(6) {
	animation-delay: 0.225s;
}

#main_nav[aria-hidden="false"] .main_nav_item:nth-child(7),
.nav_open .main_nav_item:nth-child(7),
.noscript .main_nav_item:nth-child(7) {
	animation-delay: 0.25s;
}

#main_nav[aria-hidden="false"] .main_nav_item:nth-child(8),
.nav_open .main_nav_item:nth-child(8),
.noscript .main_nav_item:nth-child(8) {
	animation-delay: 0.275s;
}

#main_nav[aria-hidden="false"] .main_nav_item:nth-child(9),
.nav_open .main_nav_item:nth-child(9),
.noscript .main_nav_item:nth-child(9) {
	animation-delay: 0.3s;
}

#sub_nav_wrap {
	padding-left: 30px;
	padding-right: 15px;
	z-index: 140;
}

#sub_nav_wrap:after {
	content: " ";
	float: none;
	position: relative;
	display: table;
	clear: both;
	margin: 0;
	padding: 0;
	border: 0px none;
}

.sub_nav_content_wrap {
	min-width: 10em;
	z-index: 130;
}

.exposed_tags {
	display: flex;
	flex-wrap: wrap;
	margin-bottom: 15px;
}

.exposed_tags a {
	margin-right: 1em;
	margin-left: -0.25em;
	padding: 0.25em;
	font-weight: 700;
	font-size: clamp(18px, 50px, 2.2vw);
	letter-spacing: -0.025em;
}

.exposed_tags a:last-child {
	margin-right: 0;
}

.exposed_tags a[aria-current="page"] {
	background: #000;
	color: #fff;
}

.exposed_tags a[aria-current="page"]:focus {
	text-decoration: underline;
}

.exposed_tags-wrap + #sub_nav {
	display: none;
}

#sub_nav {
	background: #fff;
	margin-bottom: 15px;
	float: left;
}

#sub_nav:after {
	content: " ";
	float: none;
	position: relative;
	display: table;
	clear: both;
	margin: 0;
	padding: 0;
	border: 0px none;
}

#sub_nav .active,
#sub_nav .sub_nav_toggle {
	color: #999;
	background-color: transparent;
}

#sub_nav .active:link,
#sub_nav .sub_nav_toggle:link,
#sub_nav .active:visited,
#sub_nav .sub_nav_toggle:visited,
#sub_nav .active:active,
#sub_nav .sub_nav_toggle:active {
	color: #999;
	background-color: transparent;
}

#sub_nav .active:focus,
#sub_nav .sub_nav_toggle:focus,
#sub_nav .active:hover,
#sub_nav .sub_nav_toggle:hover {
	color: #fff;
	background-color: #000;
}

.sub_nav_element {
	float: left;
}

.sub_nav_element .mobile_text {
	display: none;
}

.sub_nav_element .desktop_text {
	display: block;
}

.sub_nav_element:after {
	content: "/";
	line-height: 1.2;
	padding: 0px 7px;
}

.sub_nav_element:last-child:after {
	display: none;
}

.sub_nav_element .sub_nav_crumb_anchor {
	font-weight: 700;
	padding: 3px 6px;
	margin-left: -6px;
	margin-right: -10px;
	margin-top: -3px;
	display: inline-block;
}

.sub_nav_crumb {
	padding-top: 3px;
}

.sub_nav_dropdown_current {
	background-color: #000;
	color: #fff;
	cursor: pointer;
	font-size: inherit;
	padding: 3px 6px;
	font-weight: 700;
	display: inline-block;
}

.sub_nav_dropdown_current:focus,
.sub_nav_dropdown_current:hover {
	background-color: #999;
}

.sub_nav_dropdown_current:focus .current_option {
	text-decoration: underline;
}

.sub_nav_dropdown_current[aria-expanded="true"] .dropdown_closed_icon {
	display: none;
}

.sub_nav_dropdown_current[aria-expanded="true"] .dropdown_open_icon {
	display: inline-block;
}

.sub_nav_dropdown_current[aria-expanded="false"] .dropdown_closed_icon {
	display: inline-block;
}

.sub_nav_dropdown_current[aria-expanded="false"] .dropdown_open_icon {
	display: none;
}

.sub_nav_dropdown_current.subnav_loader .dropdown_icon {
	display: none;
}

.sub_nav_dropdown-fullw .sub_nav_dropdown_current {
	display: flex;
	justify-content: space-between;
	min-width: 100%;
	text-align: left;
}

.sub_nav_divider {
	float: left;
	padding: 0px 10px;
}

.dropdown_icon {
	margin-left: 30px;
}

.sub_nav_dropdown_list {
	padding-top: 8px;
	position: absolute;
	box-sizing: border-box;
	min-width: 100%;
	z-index: 100;
	background-color: #fff;
	overflow-y: auto;
	overflow-x: hidden;
	max-height: 66vh;
}

.sub_nav_dropdown_item {
	font-size: 18px;
	font-size: 0.75rem;
	cursor: pointer;
	overflow: hidden;
	transform: translateZ(0);
}

.sub_nav_dropdown_item a {
	padding: 7px;
	display: block;
	font-weight: 500;
	color: #666;
}

.sub_nav_dropdown_item a:link,
.sub_nav_dropdown_item a:visited,
.sub_nav_dropdown_item a:active {
	color: #666;
}

.sub_nav_dropdown_item a:focus,
.sub_nav_dropdown_item a:hover {
	color: #fff;
	background-color: #000;
}

.sub_nav_dropdown_item.current a {
	color: #000;
}

.sub_nav_dropdown_item.current a:link,
.sub_nav_dropdown_item.current a:visited,
.sub_nav_dropdown_item.current a:active {
	color: #000;
}

.sub_nav_dropdown_item.current a:focus,
.sub_nav_dropdown_item.current a:hover {
	color: #fff;
	background-color: #000;
}

.sub_nav_dropdown.two_columns .sub_nav_dropdown_list {
	min-width: 380px;
}

.sub_nav_dropdown.two_columns .sub_nav_dropdown_item {
	width: 50%;
	text-align: left;
	box-sizing: border-box;
}

.sub_nav_dropdown.two_columns .sub_nav_dropdown_item:nth-child(odd) {
	float: left;
	clear: left;
}

.sub_nav_dropdown.two_columns .sub_nav_dropdown_item:nth-child(even) {
	float: right;
	clear: right;
}

.sub_nav_dropdown {
	margin-right: 25px;
	min-width: 130px;
}

.sub_nav_dropdown:after {
	display: block;
	content: "/";
	line-height: 1.5;
	padding: 0px 7px 0px 10px;
	position: absolute;
	left: 100%;
	color: #000;
	top: 0px;
}

.sub_nav_dropdown.radcom_dropdown:after {
	display: none;
}

.sub_nav_dropdown .sub_nav_dropdown_list .sub_nav_dropdown_item {
	max-height: 0px;
	opacity: 0;
	padding: 0px 2px;
	transition: opacity 0.3s, padding 0.3s, max-height 0.3s;
}

.sub_nav_dropdown_curtain {
	display: block;
	position: fixed;
	top: 0;
	left: 0;
	width: 0;
	height: 100%;
	z-index: -1;
	background: transparent none;
	opacity: 0;
	pointer-events: none;
	transition: opacity 0.3s;
}

.sub_nav_dropdown_list[aria-hidden="false"] {
	padding-bottom: 15px;
}

.sub_nav_dropdown_list[aria-hidden="false"] .sub_nav_dropdown_item {
	max-height: 3em;
	opacity: 1;
	padding: 4px 2px;
}

.sub_nav_dropdown_list[aria-hidden="false"] + .sub_nav_dropdown_curtain {
	opacity: 1;
	width: 100%;
	pointer-events: auto;
}

.sub_nav_dropdown.dropdown_open .sub_nav_dropdown_list {
	padding-bottom: 15px;
}

.sub_nav_dropdown.dropdown_open .sub_nav_dropdown_list .sub_nav_dropdown_item {
	max-height: 3em;
	opacity: 1;
	padding: 4px 2px;
}

.sub_nav_dropdown.dropdown_open .sub_nav_dropdown_curtain {
	opacity: 1;
	width: 100%;
	pointer-events: auto;
}

.sub_nav_dropdown .dropdown_open_icon {
	display: none;
}

.sub_nav_dropdown .dropdown_closed_icon {
	display: inline-block;
}

.sub_nav_dropdown.dropdown_open .dropdown_open_icon {
	display: inline-block;
}

.sub_nav_dropdown.dropdown_open .dropdown_closed_icon {
	display: none;
}

.nav_social a {
	display: inline-block;
}

.nav_social a:hover,
.nav_social a:active,
.nav_social a:focus {
	background-color: transparent;
	color: inherit;
}

.nav_social a:hover .rm_icon,
.nav_social a:active .rm_icon,
.nav_social a:focus .rm_icon {
	color: #fff;
	fill: #000;
}

.nav_social .rm_icon {
	color: #000;
	fill: transparent;
	width: 1.5em;
	height: 1.5em;
	margin: 10px;
}

.nav_social.main_nav_item a {
	display: inline-block;
}

.nav_social.main_nav_item .rm_icon {
	font-size: 1rem;
	width: 1.5em;
	height: 1.5em;
	margin: 0;
}

#main_nav_wrap.menuOpen a.main_nav_item {
	padding-left: 15px;
}

#main_nav_wrap.theme_dark {
	background: transparent;
}

#main_nav_wrap.theme_dark a.main_nav_item {
	color: #fff;
	transition-duration: 0s;
}

#main_nav_wrap.theme_dark a.main_nav_item:link,
#main_nav_wrap.theme_dark a.main_nav_item:visited,
#main_nav_wrap.theme_dark a.main_nav_item:active {
	color: #fff;
	transition-duration: 0s;
}

#main_nav_wrap.theme_dark a.main_nav_item:focus,
#main_nav_wrap.theme_dark a.main_nav_item:hover {
	color: #000;
	background: #fff;
}

#main_nav_wrap.theme_dark #main_logo {
	color: #fff;
	transition-duration: 0s;
}

#main_nav_wrap.theme_dark #main_logo:link,
#main_nav_wrap.theme_dark #main_logo:visited,
#main_nav_wrap.theme_dark #main_logo:active {
	color: #fff;
	transition-duration: 0s;
}

#main_nav_wrap.theme_dark #main_logo:focus,
#main_nav_wrap.theme_dark #main_logo:hover {
	color: #000;
	background: #fff;
}

#main_nav_wrap.theme_dark #main_nav_toggle .cheeseburger-bars span,
#main_nav_wrap.theme_dark #main_search_toggle .cheeseburger-bars span {
	background-color: #fff;
}

#main_nav_wrap.theme_dark #search_nav {
	background: #fff;
	color: #000;
}

#main_nav_wrap.theme_dark #search_nav .search {
	border-color: #000;
}

#main_nav_wrap.theme_dark.menuOpen,
#main_nav_wrap.theme_dark.searchOpen {
	background: #fff !important;
}

#main_nav_wrap.theme_dark.menuOpen .rm_logo_wrap .rm_icon_logo,
#main_nav_wrap.theme_dark.searchOpen .rm_logo_wrap .rm_icon_logo,
#main_nav_wrap.theme_dark.menuOpen .rm_icon_search,
#main_nav_wrap.theme_dark.searchOpen .rm_icon_search {
	color: #000;
}

#main_nav_wrap.theme_dark.menuOpen #main_logo:focus .rm_icon_logo,
#main_nav_wrap.theme_dark.searchOpen #main_logo:focus .rm_icon_logo,
#main_nav_wrap.theme_dark.menuOpen #main_logo:hover .rm_icon_logo,
#main_nav_wrap.theme_dark.searchOpen #main_logo:hover .rm_icon_logo {
	color: #fff;
}

#main_nav_wrap.theme_dark.menuOpen a.main_nav_item,
#main_nav_wrap.theme_dark.searchOpen a.main_nav_item {
	color: #000;
}

#main_nav_wrap.theme_dark.menuOpen a.main_nav_item:link,
#main_nav_wrap.theme_dark.searchOpen a.main_nav_item:link,
#main_nav_wrap.theme_dark.menuOpen a.main_nav_item:visited,
#main_nav_wrap.theme_dark.searchOpen a.main_nav_item:visited,
#main_nav_wrap.theme_dark.menuOpen a.main_nav_item:active,
#main_nav_wrap.theme_dark.searchOpen a.main_nav_item:active {
	color: #000;
}

#main_nav_wrap.theme_dark.menuOpen a.main_nav_item:focus,
#main_nav_wrap.theme_dark.searchOpen a.main_nav_item:focus,
#main_nav_wrap.theme_dark.menuOpen a.main_nav_item:hover,
#main_nav_wrap.theme_dark.searchOpen a.main_nav_item:hover {
	color: #fff;
	background: #000;
}

#main_nav_wrap.theme_dark.menuOpen #main_nav_toggle .cheeseburger-bars span,
#main_nav_wrap.theme_dark.searchOpen #main_nav_toggle .cheeseburger-bars span,
#main_nav_wrap.theme_dark.menuOpen #main_search_toggle .cheeseburger-bars span,
#main_nav_wrap.theme_dark.searchOpen #main_search_toggle .cheeseburger-bars span {
	background-color: #000;
}

._ua_not_mobile #main_nav_wrap.theme_dark #main_logo:hover,
._ua_not_mobile #main_nav_wrap.theme_dark #main_nav_toggle:hover,
._ua_not_mobile #main_nav_wrap.theme_dark #main_search_toggle:hover {
	background: #fff;
	color: #000;
}

._ua_not_mobile #main_nav_wrap.theme_dark #main_logo:hover .cheeseburger-bars span,
._ua_not_mobile #main_nav_wrap.theme_dark #main_nav_toggle:hover .cheeseburger-bars span,
._ua_not_mobile #main_nav_wrap.theme_dark #main_search_toggle:hover .cheeseburger-bars span {
	background-color: #000;
}

._ua_not_mobile #main_nav_wrap.theme_dark.menuOpen #main_logo:hover,
._ua_not_mobile #main_nav_wrap.theme_dark.searchOpen #main_logo:hover,
._ua_not_mobile #main_nav_wrap.theme_dark.menuOpen #main_nav_toggle:hover,
._ua_not_mobile #main_nav_wrap.theme_dark.searchOpen #main_nav_toggle:hover,
._ua_not_mobile #main_nav_wrap.theme_dark.menuOpen #main_search_toggle:hover,
._ua_not_mobile #main_nav_wrap.theme_dark.searchOpen #main_search_toggle:hover,
._ua_not_mobile #main_nav_wrap.theme_dark.menuOpen .search_submit:hover,
._ua_not_mobile #main_nav_wrap.theme_dark.searchOpen .search_submit:hover {
	background: #000;
	color: #fff;
}

._ua_not_mobile #main_nav_wrap.theme_dark.menuOpen #main_logo:hover .cheeseburger-bars span,
._ua_not_mobile #main_nav_wrap.theme_dark.searchOpen #main_logo:hover .cheeseburger-bars span,
._ua_not_mobile #main_nav_wrap.theme_dark.menuOpen #main_nav_toggle:hover .cheeseburger-bars span,
._ua_not_mobile #main_nav_wrap.theme_dark.searchOpen #main_nav_toggle:hover .cheeseburger-bars span,
._ua_not_mobile #main_nav_wrap.theme_dark.menuOpen #main_search_toggle:hover .cheeseburger-bars span,
._ua_not_mobile #main_nav_wrap.theme_dark.searchOpen #main_search_toggle:hover .cheeseburger-bars span,
._ua_not_mobile #main_nav_wrap.theme_dark.menuOpen .search_submit:hover .cheeseburger-bars span,
._ua_not_mobile #main_nav_wrap.theme_dark.searchOpen .search_submit:hover .cheeseburger-bars span {
	background-color: #fff;
}

._ua_not_mobile #main_nav_wrap.theme_dark.menuOpen #main_logo:hover .rm_icon_search,
._ua_not_mobile #main_nav_wrap.theme_dark.searchOpen #main_logo:hover .rm_icon_search,
._ua_not_mobile #main_nav_wrap.theme_dark.menuOpen #main_nav_toggle:hover .rm_icon_search,
._ua_not_mobile #main_nav_wrap.theme_dark.searchOpen #main_nav_toggle:hover .rm_icon_search,
._ua_not_mobile #main_nav_wrap.theme_dark.menuOpen #main_search_toggle:hover .rm_icon_search,
._ua_not_mobile #main_nav_wrap.theme_dark.searchOpen #main_search_toggle:hover .rm_icon_search,
._ua_not_mobile #main_nav_wrap.theme_dark.menuOpen .search_submit:hover .rm_icon_search,
._ua_not_mobile #main_nav_wrap.theme_dark.searchOpen .search_submit:hover .rm_icon_search {
	color: #fff;
}

.keyboardUser #main_nav_wrap.theme_dark #main_logo:focus,
.keyboardUser #main_nav_wrap.theme_dark #main_nav_toggle:focus,
.keyboardUser #main_nav_wrap.theme_dark #main_search_toggle:focus {
	background: #fff;
	color: #000;
}

.keyboardUser #main_nav_wrap.theme_dark #main_logo:focus .cheeseburger-bars span,
.keyboardUser #main_nav_wrap.theme_dark #main_nav_toggle:focus .cheeseburger-bars span,
.keyboardUser #main_nav_wrap.theme_dark #main_search_toggle:focus .cheeseburger-bars span {
	background-color: #000;
}

#sub_sub_nav {
	font-size: 20px;
	padding: 0px 30px;
	font-weight: 500;
	color: #666;
	padding-bottom: 15px;
	z-index: 1;
	position: relative;
	background-color: white;
}

.sub_sub_nav_copy_wrap {
	max-width: 47em;
}

#error_404 {
	font-size: 44px;
	font-size: 1.833rem;
	max-width: 1000px;
	padding: 0 30px;
}

.search {
	--border-u: 4px;
	--border-offset: calc(var(--border-u) * 2.5);
	position: relative;
	padding-right: 1.25em;
	border-bottom: var(--border-u) solid #000;
}

#search_wrap-top_bar .search {
	--border-u: 2px;
}

.search.search_with_filters:before {
	top: calc(100% + var(--border-offset));
}

.search_submit,
.search_toggle {
	position: absolute;
	display: block;
	font-size: 0.85em;
	width: 1em;
	height: 1em;
	cursor: pointer;
}

.search_submit {
	display: flex;
	align-items: center;
	justify-content: center;
	width: 1.5em;
	height: calc(100% + var(--border-offset));
	right: 0;
	background: #fff;
}

.search_submit svg {
	width: 80%;
	height: 80%;
}

.search_submit:focus,
.search_submit:hover {
	outline: none;
	background: #000;
	color: #fff;
}

.big_ol_search .search {
	padding-right: 0.75em;
}

.big_ol_search .search_submit {
	font-size: 0.51em;
}

.searching .searching_icon:after {
	content: "";
	display: block;
	position: relative;
	width: 0.66em;
	height: 0.65em;
	border-radius: 100%;
	background: transparent none;
	border: 0.15em solid #666;
	border-top: 0.15em solid transparent;
	z-index: 1;
	transition: opacity 0.3s;
	-moz-animation: load8 1.1s infinite linear;
	-webkit-animation: load8 1.1s infinite linear;
	-o-animation: load8 1.1s infinite linear;
	-ms-animation: load8 1.1s infinite linear;
	animation: load8 1.1s infinite linear;
	pointer-events: none;
}

.searching .search_submit svg {
	display: none;
}

.search_context_snippet {
	font-weight: normal;
	display: block;
	pointer-events: none;
}

.search_context_snippet {
	position: absolute;
	top: 0;
	left: 0;
	padding: 20px;
	opacity: 0;
	overflow: hidden;
	font-size: 0.75em;
	line-height: 1.5;
	width: 100%;
}

.search_context_snippet b {
	font-weight: bold;
	background-color: white;
	color: black;
	padding: 4px;
}

.search_context_snippet:after {
	content: "";
	display: block;
	position: absolute;
	width: 100%;
	height: 100%;
	inset: 0;
	background: linear-gradient(rgba(0, 0, 0, 0), rgba(0, 0, 0, 0.75));
}

.search_image {
	background-size: cover;
	background-position: 50% 50%;
	transition: all 5s ease;
}

.search_result_card .search_image {
	opacity: 0.5;
}

.search_result_card.loaded .search_image {
	opacity: 1;
}

.search_result_card:hover .search_context_snippet {
	opacity: 1;
	background: rgba(0, 0, 0, 0.8);
}

.contact_uber_wrap {
	padding-right: 30px;
	padding-left: 30px;
	padding-top: 80px;
	background-color: #000;
	color: #fff;
	color: #999;
}

.contact_uber_wrap a,
.contact_uber_wrap .fake_a {
	color: #fff;
}

.contact_uber_wrap a:link,
.contact_uber_wrap .fake_a:link,
.contact_uber_wrap a:visited,
.contact_uber_wrap .fake_a:visited,
.contact_uber_wrap a:active,
.contact_uber_wrap .fake_a:active {
	color: #fff;
}

.contact_uber_wrap a:focus,
.contact_uber_wrap .fake_a:focus,
.contact_uber_wrap a:hover,
.contact_uber_wrap .fake_a:hover {
	background-color: #fff;
	color: #000;
}

.contact_uber_wrap a:focus,
.contact_uber_wrap .fake_a:focus {
	outline-color: #fff;
}

.contact_uber_wrap a.theme_light,
.contact_uber_wrap .fake_a.theme_light {
	color: #000;
}

.contact_uber_wrap a.theme_light:link,
.contact_uber_wrap .fake_a.theme_light:link,
.contact_uber_wrap a.theme_light:visited,
.contact_uber_wrap .fake_a.theme_light:visited,
.contact_uber_wrap a.theme_light:active,
.contact_uber_wrap .fake_a.theme_light:active {
	color: #000;
}

.contact_uber_wrap a.theme_light:focus,
.contact_uber_wrap .fake_a.theme_light:focus,
.contact_uber_wrap a.theme_light:hover,
.contact_uber_wrap .fake_a.theme_light:hover {
	background-color: #000;
	color: #fff;
}

.contact_uber_wrap a.theme_light:focus,
.contact_uber_wrap .fake_a.theme_light:focus {
	outline-color: #000;
}

.contact_uber_wrap .search {
	border-color: #fff;
}

.contact_uber_wrap .section_label {
	color: #999;
}

.contact_uber_wrap blockquote {
	color: #fff;
}

.contact_section {
	padding-bottom: 30px;
	padding-top: 7.5px;
	border-top: 2px solid #999;
}

.contact_section h6 {
	font-size: 22px;
	font-size: 0.917rem;
	padding-bottom: 30px;
}

.contact_section .contact_email {
	display: none;
}

.contacts_wrap:after {
	content: " ";
	float: none;
	position: relative;
	display: table;
	clear: both;
	margin: 0;
	padding: 0;
	border: 0px none;
}

.results_wrap .contact_card {
	max-width: 300px;
}

.contact_card {
	position: relative;
	display: block;
	box-sizing: border-box;
	float: left;
	clear: none;
	padding-bottom: 30px;
	padding-right: 15px;
	font-size: 16px;
	font-size: 0.667rem;
	min-width: 20%;
	max-width: 20%;
	line-height: 1.5;
	color: #999;
}

.contact_card a {
	display: block;
	background-color: transparent;
	color: #999;
}

.contact_card a:link,
.contact_card a:visited,
.contact_card a:active {
	background-color: transparent;
	color: #999;
}

.contact_card a:focus,
.contact_card a:hover {
	background-color: transparent;
	color: #fff;
}

.contact_card:nth-child(5n+1) {
	clear: left;
}

.contact_break_5_4 .contact_card:nth-child(5n+1),
.contact_break_4_5 .contact_card:nth-child(5n+1) {
	clear: none;
}

.contact_break_5_4 .contact_card:nth-child(10),
.contact_break_4_5 .contact_card:nth-child(10) {
	clear: left;
}

.contact_break_5_4 .contact_card:nth-child(15),
.contact_break_4_5 .contact_card:nth-child(15) {
	clear: left;
}

.contact_break_5_4 .contact_card:nth-child(6) {
	clear: left;
}

.contact_break_4_5 .contact_card:nth-child(5) {
	clear: left;
}

.contact_break_3_3_4 .contact_card:nth-child(5n+1) {
	clear: none;
}

.contact_break_3_3_4 .contact_card:nth-child(4) {
	clear: left;
}

.contact_break_3_3_4 .contact_card:nth-child(7) {
	clear: left;
}

.contact_break_3_3_4 .contact_card:nth-child(11) {
	clear: left;
}

.contact_break_3_4_4 .contact_card:nth-child(5n+1) {
	clear: none;
}

.contact_break_3_4_4 .contact_card:nth-child(4) {
	clear: left;
}

.contact_break_3_4_4 .contact_card:nth-child(8) {
	clear: left;
}

.contact_break_3_4_4 .contact_card:nth-child(12) {
	clear: left;
}

.contact_break_4_3 .contact_card:nth-child(5n+1) {
	clear: none;
}

.contact_break_4_3 .contact_card:nth-child(5) {
	clear: left;
}

.contact_break_4_3 .contact_card:nth-child(8) {
	clear: left;
}

.contact_card a {
	color: #999;
	text-decoration: underline;
}

.contact_card a:link,
.contact_card a:visited,
.contact_card a:active {
	color: #999;
	text-decoration: underline;
}

.contact_card a:focus,
.contact_card a:hover {
	color: #fff;
	text-decoration: underline;
}

.contact_name {
	color: #fff;
	font-weight: 700;
}

a.contact_name {
	color: #fff;
	text-decoration: none;
}

a.contact_name:link,
a.contact_name:visited,
a.contact_name:active {
	color: #fff;
	text-decoration: none;
}

a.contact_name:focus,
a.contact_name:hover {
	background-color: transparent;
	color: #fff;
	text-decoration: underline;
}

.contact_address {
	padding-top: 1em;
	padding-bottom: 1em;
}

.general_contacts_wrap .contact_section .contact_email,
.groowm_edit_mode .contact_section .contact_email {
	display: block;
	max-width: 100%;
	overflow: hidden;
	text-overflow: ellipsis;
}

.results_wrap .contact_name {
	color: #000;
	font-size: 28px;
	font-size: 1.167rem;
	line-height: 1.1;
}

.results_wrap .contact_card {
	max-width: 500px;
	padding-bottom: 35px;
}

.results_wrap .contact_card:nth-child(2n+1),
.results_wrap .contact_card:nth-child(3n+1),
.results_wrap .contact_card:nth-child(4n+1),
.results_wrap .contact_card:nth-child(5n+1),
.results_wrap .contact_card:nth-child(5),
.results_wrap .contact_card:nth-child(8),
.results_wrap .contact_card:nth-child(10),
.results_wrap .contact_card:nth-child(15) {
	clear: none;
}

.results_wrap .contact_card .contact_sub {
	font-size: 24px;
	font-size: 1rem;
	line-height: 1.2em;
}

.results_wrap .contact_card a {
	color: #999;
}

.results_wrap .contact_card a:link,
.results_wrap .contact_card a:visited,
.results_wrap .contact_card a:active {
	color: #999;
}

.results_wrap .contact_card a:focus,
.results_wrap .contact_card a:hover {
	color: #666;
}

.clear_breaks:nth-child(2n+1),
.clear_breaks:nth-child(3n+1),
.clear_breaks:nth-child(4n+1),
.clear_breaks:nth-child(5n+1),
.clear_breaks:nth-child(5),
.clear_breaks:nth-child(8),
.clear_breaks:nth-child(10),
.clear_breaks:nth-child(15) {
	clear: none;
}

#main_footer {
	background-color: #000;
	color: #fff;
	z-index: 100;
}

#main_footer a,
#main_footer .fake_a {
	color: #fff;
}

#main_footer a:link,
#main_footer .fake_a:link,
#main_footer a:visited,
#main_footer .fake_a:visited,
#main_footer a:active,
#main_footer .fake_a:active {
	color: #fff;
}

#main_footer a:focus,
#main_footer .fake_a:focus,
#main_footer a:hover,
#main_footer .fake_a:hover {
	background-color: #fff;
	color: #000;
}

#main_footer a:focus,
#main_footer .fake_a:focus {
	outline-color: #fff;
}

#main_footer a.theme_light,
#main_footer .fake_a.theme_light {
	color: #000;
}

#main_footer a.theme_light:link,
#main_footer .fake_a.theme_light:link,
#main_footer a.theme_light:visited,
#main_footer .fake_a.theme_light:visited,
#main_footer a.theme_light:active,
#main_footer .fake_a.theme_light:active {
	color: #000;
}

#main_footer a.theme_light:focus,
#main_footer .fake_a.theme_light:focus,
#main_footer a.theme_light:hover,
#main_footer .fake_a.theme_light:hover {
	background-color: #000;
	color: #fff;
}

#main_footer a.theme_light:focus,
#main_footer .fake_a.theme_light:focus {
	outline-color: #000;
}

#main_footer .search {
	border-color: #fff;
}

#main_footer .section_label {
	color: #999;
}

#main_footer blockquote {
	color: #fff;
}

#main_footer > * {
	margin-left: auto;
	margin-right: auto;
	position: relative;
}

#main_footer > *:after {
	content: " ";
	float: none;
	position: relative;
	display: table;
	clear: both;
	margin: 0;
	padding: 0;
	border: 0px none;
}

#main_footer .footer_link:after {
	content: "";
	display: inline-block;
	vertical-align: bottom;
	height: 0.75em;
	speak: none;
	border-left: 1px solid #666;
	padding: 0 1em 0 0;
	margin-left: 1em;
	transform: rotate(15deg);
}

#main_footer a {
	background-color: transparent;
	color: #999;
}

#main_footer a.footer_link {
	text-decoration: underline;
}

#main_footer a.footer_link:link,
#main_footer a.footer_link:visited,
#main_footer a.footer_link:active {
	text-decoration: underline;
}

#main_footer a.footer_link:focus,
#main_footer a.footer_link:hover {
	text-decoration: underline;
}

#main_footer a:link,
#main_footer a:visited,
#main_footer a:active {
	background-color: transparent;
	color: #999;
}

#main_footer a:focus,
#main_footer a:hover {
	background-color: transparent;
	color: #fff;
}

#main_footer a.rm_logo_wrap {
	color: #fff;
}

#main_footer a.rm_logo_wrap:link,
#main_footer a.rm_logo_wrap:visited,
#main_footer a.rm_logo_wrap:active {
	color: #fff;
}

#main_footer a.rm_logo_wrap:focus,
#main_footer a.rm_logo_wrap:hover {
	color: #999;
}

#main_footer a.contact_name {
	color: #fff;
	text-decoration: none;
}

#main_footer a.contact_name:link,
#main_footer a.contact_name:visited,
#main_footer a.contact_name:active {
	color: #fff;
	text-decoration: none;
}

#main_footer a.contact_name:focus,
#main_footer a.contact_name:hover {
	background-color: transparent;
	color: #fff;
	text-decoration: underline;
}

#main_footer .legal_wrap {
	position: absolute;
	right: 0;
	bottom: 0;
	padding: 30px;
	font-size: 16px;
	font-size: 0.667rem;
	color: #999;
}

#main_footer .legal_wrap > * {
	position: relative;
	display: inline-block;
}

#main_footer .legal_wrap > *:last-child:after {
	display: none;
	content: "";
}

#main_footer #contact {
	display: none; /* so the microdata is still there, even though you cant see it */
}

#main_footer .nav_social {
	display: inline-block;
	vertical-align: baseline;
}

#main_footer .nav_social a {
	vertical-align: baseline;
}

#main_footer .nav_social a:focus,
#main_footer .nav_social a:hover {
	background-color: transparent !imporant;
}

#main_footer .nav_social a:focus .rm_icon,
#main_footer .nav_social a:hover .rm_icon {
	color: #fff;
}

#main_footer .nav_social .rm_icon {
	color: #999;
	margin: 0 0 -5px 0;
}

.background_slideshow > * {
	position: absolute;
	top: 0px;
	left: 0px;
	width: 100%;
	height: 100%;
	z-index: 1;
	opacity: 0;
	transition: opacity 0.15s ease-in;
	transition-delay: 0.15s;
	overflow: hidden;
}

.background_slideshow > *.active {
	z-index: 50;
	opacity: 1;
	transition-delay: 0s;
	transition: opacity 0.1s ease-in;
}

.background_slideshow > * .lowres {
	filter: blur(15px);
	-webkit-filter: blur(15px);
	transform: scale(1.1);
}

.show_loading:before {
	content: "";
	display: block;
	position: absolute;
	top: 30px;
	left: 30px;
	width: 1em;
	height: 1em;
	border-radius: 100%;
	background: transparent none;
	border: 0.125em solid #fff;
	border-top: 0.125em solid transparent;
	z-index: 1;
	transition: opacity 0.3s;
	-moz-animation: load8 1.1s infinite linear;
	-webkit-animation: load8 1.1s infinite linear;
	-o-animation: load8 1.1s infinite linear;
	-ms-animation: load8 1.1s infinite linear;
	animation: load8 1.1s infinite linear;
	pointer-events: none;
}

.loader:before {
	content: "";
	display: block;
	position: absolute;
	top: 30px;
	left: 30px;
	width: 1em;
	height: 1em;
	border-radius: 100%;
	background: transparent none;
	border: 0.125em solid #fff;
	border-top: 0.125em solid transparent;
	z-index: 1;
	transition: opacity 0.3s;
	-moz-animation: load8 1.1s infinite linear;
	-webkit-animation: load8 1.1s infinite linear;
	-o-animation: load8 1.1s infinite linear;
	-ms-animation: load8 1.1s infinite linear;
	animation: load8 1.1s infinite linear;
	pointer-events: none;
}

.loader:before {
	top: auto;
	left: auto;
	bottom: 30px;
	right: 30px;
	z-index: 1;
	border: 10px solid #ccc;
	border-top: 10px solid transparent;
	-moz-animation: load8 1.1s infinite linear, show 0.75s;
	-webkit-animation: load8 1.1s infinite linear, show 0.75s;
	-o-animation: load8 1.1s infinite linear, show 0.75s;
	-ms-animation: load8 1.1s infinite linear, show 0.75s;
	animation: load8 1.1s infinite linear, show 0.75s;
	pointer-events: none;
}

.loader.hideLoader:before {
	-moz-animation: load8 1.1s infinite linear, hide 0.75s;
	-webkit-animation: load8 1.1s infinite linear, hide 0.75s;
	-o-animation: load8 1.1s infinite linear, hide 0.75s;
	-ms-animation: load8 1.1s infinite linear, hide 0.75s;
	animation: load8 1.1s infinite linear, hide 0.75s;
	opacity: 0;
}

.subnav_loader:after {
	content: "";
	display: block;
	position: relative;
	float: right;
	margin-left: 10px;
	width: 0.66em;
	height: 0.65em;
	border-radius: 100%;
	background: transparent none;
	border: 0.15em solid #fff;
	border-top: 0.15em solid transparent;
	z-index: 1;
	transition: opacity 0.3s;
	-moz-animation: load8 1.1s infinite linear;
	-webkit-animation: load8 1.1s infinite linear;
	-o-animation: load8 1.1s infinite linear;
	-ms-animation: load8 1.1s infinite linear;
	animation: load8 1.1s infinite linear;
	pointer-events: none;
	top: 3px;
}

.loadMoreLink {
	padding: 15px;
	font-size: 24px;
	font-size: 1rem;
	position: relative;
	display: block;
	text-align: center;
	font-weight: 700;
	background-color: #f6f6f6;
	color: #000;
}

.loadMoreLink:link,
.loadMoreLink:visited,
.loadMoreLink:active {
	background-color: #f6f6f6;
	color: #000;
}

.loadMoreLink:focus,
.loadMoreLink:hover {
	color: #fff;
	background-color: #000;
}

.loadMoreLink span {
	position: relative;
	display: inline-block;
}

.loadMoreLink.loading span:before {
	content: "";
	display: block;
	position: absolute;
	top: 30px;
	left: 30px;
	width: 1em;
	height: 1em;
	border-radius: 100%;
	background: transparent none;
	border: 0.125em solid #fff;
	border-top: 0.125em solid transparent;
	z-index: 1;
	transition: opacity 0.3s;
	-moz-animation: load8 1.1s infinite linear;
	-webkit-animation: load8 1.1s infinite linear;
	-o-animation: load8 1.1s infinite linear;
	-ms-animation: load8 1.1s infinite linear;
	animation: load8 1.1s infinite linear;
	pointer-events: none;
}

.loadMoreLink.loading span:before {
	top: 0.05em;
	left: 100%;
	margin-left: 0.5em;
	border-color: #999;
	border-top-color: transparent;
}

.autofill_loader:before {
	content: "";
	display: block;
	position: absolute;
	top: 30px;
	left: 30px;
	width: 1em;
	height: 1em;
	border-radius: 100%;
	background: transparent none;
	border: 0.125em solid #fff;
	border-top: 0.125em solid transparent;
	z-index: 1;
	transition: opacity 0.3s;
	-moz-animation: load8 1.1s infinite linear;
	-webkit-animation: load8 1.1s infinite linear;
	-o-animation: load8 1.1s infinite linear;
	-ms-animation: load8 1.1s infinite linear;
	animation: load8 1.1s infinite linear;
	pointer-events: none;
}

.autofill_loader:before {
	top: initial;
	left: 15px;
	margin-top: 5px;
	font-size: 40px;
	border-color: #ccc;
	border-top-color: transparent;
}

.fancy_fade_in {
	opacity: 0.01;
	transform: translateY(20%);
	pointer-events: none;
	transition: none;
}

.fancy_fade_in.loaded {
	opacity: 1;
	transform: translateY(0) translateZ(0);
	pointer-events: all;
	-webkit-backface-visibility: hidden;
	-moz-backface-visibility: hidden;
	backface-visibility: hidden;
	transition: opacity 1.35s, transform 0.45s;
	transition-timing-function: ease; /* Run the loop */
}

.fancy_fade_in.loaded:nth-child(1n+1) {
	transition-delay: 0.15s;
}

.fancy_fade_in.loaded:nth-child(2n+1) {
	transition-delay: 0.3s;
}

.fancy_fade_in.loaded:nth-child(3n+1) {
	transition-delay: 0.45s;
}

.fancy_fade_in.loaded:nth-child(4n+1) {
	transition-delay: 0.6s;
}

.fancy_fade_in.loaded:nth-child(5n+1) {
	transition-delay: 0.75s;
}

.fancy_fade_in.loaded:nth-child(6n+1) {
	transition-delay: 0.9s;
}

.fancy_fade_in.loaded:nth-child(1) {
	transition-delay: 0.15s;
}

.fancy_fade_in.loaded:nth-child(2) {
	transition-delay: 0.3s;
}

.fancy_fade_in.loaded:nth-child(3) {
	transition-delay: 0.45s;
}

.fancy_fade_in.loaded:nth-child(4) {
	transition-delay: 0.6s;
}

.fancy_fade_in.loaded:nth-child(5) {
	transition-delay: 0.75s;
}

.fancy_fade_in.loaded:nth-child(6) {
	transition-delay: 0.9s;
}

.fancy_fade_in.loaded:nth-child(7) {
	transition-delay: 1.05s;
}

.fancy_fade_in.loaded:nth-child(8) {
	transition-delay: 1.2s;
}

.fancy_fade_in.loaded:nth-child(9) {
	transition-delay: 1.35s;
}

.fancy_fade_in.loaded:nth-child(10) {
	transition-delay: 1.5s;
}

.fancy_fade_in.loaded:nth-child(11) {
	transition-delay: 1.65s;
}

.fancy_fade_in.loaded:nth-child(12) {
	transition-delay: 1.8s;
}

.fancy_fade_in.loaded:nth-child(1) {
	transition-delay: 0s;
}

/*
.fancy_fade_in.tile {

	.show_loading();

	background: @grey_c;
	opacity: 1;
	transform: translateY(30px);
	margin-top:inherit;
	margin-bottom:inherit;
	transition: opacity @ffi_trns_speed, transform @ffi_trns_speed *2;

	&:before {
		border-color: @white;
		border-top-color: transparent;
	}

	> a {
		.fancy_fade_in();
	}

	&:nth-child(1) > a { transition-delay: 0s; }
	&:nth-child(2) > a { transition-delay: @ffi_delay_unit; }
	&:nth-child(3) > a { transition-delay: @ffi_delay_unit * 2; }
	&:nth-child(4) > a { transition-delay: @ffi_delay_unit * 3; }
	&:nth-child(5) > a { transition-delay: @ffi_delay_unit * 4; }
	&:nth-child(6) > a { transition-delay: @ffi_delay_unit * 5; }
	&:nth-child(7) > a { transition-delay: @ffi_delay_unit * 6; }
	&:nth-child(8) > a { transition-delay: @ffi_delay_unit * 7; }
	&:nth-child(9) > a { transition-delay: @ffi_delay_unit * 8; }
	&:nth-child(10) > a { transition-delay:@ffi_delay_unit * 9; }
	&:nth-child(11) > a { transition-delay: @ffi_delay_unit * 10; }
	&:nth-child(12) > a { transition-delay: @ffi_delay_unit * 11; }

	&.loaded {
		a {
			opacity: 1;
			transform: translateY(0);
			pointer-events: all;
		}
		&:before {
			opacity: 0;
		}
	}

}
*/

.pre_lazyload {
	padding-top: 56.25%;
	background-color: #f6f6f6;
}

.pre_lazyload:before {
	content: "";
	display: block;
	position: absolute;
	top: 30px;
	left: 30px;
	width: 1em;
	height: 1em;
	border-radius: 100%;
	background: transparent none;
	border: 0.125em solid #fff;
	border-top: 0.125em solid transparent;
	z-index: 1;
	transition: opacity 0.3s;
	-moz-animation: load8 1.1s infinite linear;
	-webkit-animation: load8 1.1s infinite linear;
	-o-animation: load8 1.1s infinite linear;
	-ms-animation: load8 1.1s infinite linear;
	animation: load8 1.1s infinite linear;
	pointer-events: none;
}

.pre_lazyload:before {
	font-size: 40px;
}

.pre_lazyload.lazyloaded {
	padding-top: 0;
}

.pre_lazyload.lazyloaded:before {
	display: none;
}

.two_col_wrap .video,
.two_col_wrap .image {
	padding-top: 56.25%;
	background-color: #f6f6f6;
	padding-top: 28.13%;
}

.two_col_wrap .video:before,
.two_col_wrap .image:before {
	content: "";
	display: block;
	position: absolute;
	top: 30px;
	left: 30px;
	width: 1em;
	height: 1em;
	border-radius: 100%;
	background: transparent none;
	border: 0.125em solid #fff;
	border-top: 0.125em solid transparent;
	z-index: 1;
	transition: opacity 0.3s;
	-moz-animation: load8 1.1s infinite linear;
	-webkit-animation: load8 1.1s infinite linear;
	-o-animation: load8 1.1s infinite linear;
	-ms-animation: load8 1.1s infinite linear;
	animation: load8 1.1s infinite linear;
	pointer-events: none;
}

.two_col_wrap .video:before,
.two_col_wrap .image:before {
	font-size: 40px;
}

.two_col_wrap .video.lazyloaded,
.two_col_wrap .image.lazyloaded {
	padding-top: 0;
}

.two_col_wrap .video.lazyloaded:before,
.two_col_wrap .image.lazyloaded:before {
	display: none;
}

.two_col_wrap .video img,
.two_col_wrap .image img {
	display: none;
}

.two_col_wrap .video img.loaded,
.two_col_wrap .image img.loaded {
	display: block;
}

.video,
.image {
	padding-top: 56.25%;
	background-color: #f6f6f6;
}

.video:before,
.image:before {
	content: "";
	display: block;
	position: absolute;
	top: 30px;
	left: 30px;
	width: 1em;
	height: 1em;
	border-radius: 100%;
	background: transparent none;
	border: 0.125em solid #fff;
	border-top: 0.125em solid transparent;
	z-index: 1;
	transition: opacity 0.3s;
	-moz-animation: load8 1.1s infinite linear;
	-webkit-animation: load8 1.1s infinite linear;
	-o-animation: load8 1.1s infinite linear;
	-ms-animation: load8 1.1s infinite linear;
	animation: load8 1.1s infinite linear;
	pointer-events: none;
}

.video:before,
.image:before {
	font-size: 40px;
}

.video.lazyloaded,
.image.lazyloaded {
	padding-top: 0;
}

.video.lazyloaded:before,
.image.lazyloaded:before {
	display: none;
}

.video img,
.image img {
	display: none;
}

.video img.loaded,
.image img.loaded {
	display: block;
}

.groowm_edit_mode .video,
.groowm_edit_mode .image {
	padding-top: 0px;
}

.groowm_edit_mode .video:before,
.groowm_edit_mode .image:before {
	display: none;
}

.groowm_edit_mode .video img,
.groowm_edit_mode .image img {
	display: block;
}

#gallery_canvas .gallery_canvas_poster:before {
	font-size: 80px;
}

#gallery_canvas .gallery_canvas_item:before {
	font-size: 80px;
}

.homepage_slideshow {
	font-size: 80px;
}

.tile {
	position: relative;
	overflow: visible;
}

.tile a {
	position: relative;
	display: block;
	width: 100%;
	overflow: visible;
	padding-bottom: 62.5%;
	color: #fff;
	background-color: #000;
}

.tile a:before {
	width: 100%;
	height: 100%;
	position: absolute;
	top: 0;
	left: 0;
	content: "";
	background: #000;
	display: block;
	opacity: 0;
	z-index: 6;
	transition: opacity 0.3s;
}

.tile a > * {
	position: absolute;
	bottom: 0;
	left: 0;
}

.tile a > * img,
.tile a > *:first-child {
	width: 100%;
	height: 100%;
}

.tile a figcaption {
	z-index: 10;
	text-shadow: 0px 0px 13px rgba(0, 0, 0, 0.3);
	background: linear-gradient(rgba(0, 0, 0, 0), rgba(0, 0, 0, 0.01) 5%, rgba(0, 0, 0, 0.02) 15%, rgba(0, 0, 0, 0.5) 100%);
}

.tile a:link,
.tile a:visited,
.tile a:active {
	color: #fff;
	background-color: #000;
}

.tile a:focus,
.tile a:hover {
	color: #fff;
	background-color: #000;
}

.tile a:focus:before,
.tile a:hover:before {
	opacity: 0.4;
}

.tile.theme_light a {
	color: #000;
	background-color: #fff;
}

.tile.theme_light a:link,
.tile.theme_light a:visited,
.tile.theme_light a:active {
	color: #000;
	background-color: #fff;
}

.tile.theme_light a:focus,
.tile.theme_light a:hover {
	color: #000;
	background-color: #fff;
}

.tile.theme_light:before {
	background: #fff;
}

.tile > *,
.tile a {
	width: 100.1%;
	min-height: 100.1%;
	margin-bottom: -1px;
}

.tile_copy {
	padding: 5%;
	width: 100%;
	box-sizing: padding-box;
	position: absolute;
	bottom: 0;
	left: 0;
}

.tile_title {
	font-size: 32px;
	font-size: 1.333rem;
	font-weight: 700;
	line-height: 0.95;
}

.tile_subtitle {
	font-size: 20px;
	font-size: 0.833rem;
	line-height: 0.95;
	margin-top: 10px;
}

.gallery_wrap .three_up_wrap .tile_title {
	font-size: 42px;
	font-size: 1.75rem;
	font-size: calc(20px + (42 - 20) * ((100vw - 480px) / (1137 - 480))); /*
		.break({
			.font_size(36, @font_size_stack);
		}, @laptop-width);
		.break({
			.font_size(25, @font_size_stack);
		}, @stack-width * 1.5);
		.break({
			.font_size(20, @font_size_stack);
		}, @stack-width * 0.5);
		*/
}

.three_up_wrap .tile_title {
	font-size: 56px;
	font-size: 2.333rem;
}

.three_up_wrap.stack_one_up_wrap .tile_title {
	font-size: calc(24px + (56 - 24) * ((100vw - 480px) / (2842.5 - 480)));
}

.four_up_wrap .tile_title {
	font-size: calc(16px + (32 - 16) * ((100vw - 480px) / (2274 - 480)));
}

*[aria-hidden="true"]:not(.ariahidden-visible) {
	display: none;
	animation-name: displayFadeIn;
	animation-duration: 0.3s;
	animation-timing-function: linear;
	animation-delay: 0s;
	animation-direction: reverse;
	animation-fill-mode: forwards;
}

*[aria-hidden="false"] {
	animation-name: displayFadeIn;
	animation-duration: 0.3s;
	animation-timing-function: linear;
	animation-delay: 0s;
	animation-direction: forwards;
	animation-fill-mode: forwards;
}

.bio_first_sentence {
	font-size: 36px;
	font-size: 1.5rem;
}

.awards_section .section_content {
	max-width: 1440px;
	margin-left: auto;
	margin-right: auto;
	position: relative;
	padding-right: 30px;
	padding-left: 30px;
}

.award_icons_wrap .award {
	position: relative;
	display: block;
	box-sizing: border-box;
	float: left;
	clear: none;
	padding-right: 30px;
	padding-bottom: 30px;
	width: 16.6666%;
	width: calc(100% / 6);
}

.award_icons_wrap .award:nth-child(6n+1) {
	clear: left;
}

.award_icons_wrap .award img {
	transition: opacity 0.15s;
}

.award_icons_wrap .award img.loading {
	opacity: 0;
}

.award_icons_wrap .award img.loaded {
	opacity: 1;
}

.details_section {
	margin-left: auto;
	margin-right: auto;
	position: relative;
	max-width: 1137px;
}

.details_section a:link,
.details_section a:visited,
.details_section a:active {
	color: #999;
}

.details_section a:hover {
	color: #000;
	background-color: transparent;
}

.details_content_wrap:after {
	content: " ";
	float: none;
	position: relative;
	display: table;
	clear: both;
	margin: 0;
	padding: 0;
	border: 0px none;
}

.details_copy {
	position: relative;
	display: block;
	box-sizing: border-box;
	float: left;
	clear: none;
	width: 63%;
}

.details_copy a {
	text-decoration: underline;
}

.details_copy a:link,
.details_copy a:visited,
.details_copy a:active {
	text-decoration: underline;
}

.details_copy a:focus,
.details_copy a:hover {
	text-decoration: underline;
}

.details_wrap-stack {
	position: relative;
	display: block;
	box-sizing: border-box;
	float: left;
	clear: none;
	float: right;
	padding-left: 30px;
	width: 30%;
}

.details_wrap-stack:after {
	content: " ";
	float: none;
	position: relative;
	display: table;
	clear: both;
	margin: 0;
	padding: 0;
	border: 0px none;
}

.details_wrap-stack > * {
	padding-bottom: 30px;
}

.detail_content {
	color: #999;
}

.detail_content a {
	text-decoration: underline;
}

.details_wrap-inline:after {
	content: " ";
	float: none;
	position: relative;
	display: table;
	clear: both;
	margin: 0;
	padding: 0;
	border: 0px none;
}

.details_wrap-inline > *:nth-child(n+5) {
	padding-top: 30px;
}

.related_section .section_content {
	max-width: 1440px;
	margin-left: auto;
	margin-right: auto;
	position: relative;
	padding-right: 30px;
	padding-left: 30px;
}

.related_section .section_label {
	padding-bottom: 30px;
	padding-top: 7.5px;
	border-top: 2px solid #999;
}

.related_links_wrap.three_up_wrap .tile_title {
	font-size: 32px;
	font-size: 1.333rem;
}

.related_links_wrap .tile {
	overflow: hidden;
}

.related_links_wrap .tile a:before {
	width: 101%;
	height: 101%;
}

blockquote {
	position: relative;
	display: block;
	quotes: none;
	color: #666;
}

blockquote:before,
blockquote:after {
	content: "";
}

.theme_dark blockquote {
	color: #fff;
}

.blockquote_content {
	padding-top: 80px;
	padding-bottom: 80px;
	padding-right: 30px;
	padding-left: 30px;
}

.blockquote_content header,
.blockquote_content footer {
	font-size: 18px;
	font-size: 0.75rem;
}

.blockquote_content header {
	padding-bottom: 15px;
}

.blockquote_content footer {
	padding-top: 15px;
}

.blockquote_content footer cite:before {
	content: "\2014";
	display: inline-block;
	float: left;
	padding: 0 0.25em 0 0;
}

.blockquote_content footer cite a {
	color: #666;
	background: transparent;
}

.blockquote_content footer cite a:link,
.blockquote_content footer cite a:visited,
.blockquote_content footer cite a:active {
	color: #666;
	background: transparent;
}

.blockquote_content footer cite a:focus,
.blockquote_content footer cite a:hover {
	color: #000;
	background: transparent;
}

.blockquote_content > p {
	font-weight: 700;
	letter-spacing: -0.02em;
	line-height: 1.1;
	font-size: 36px;
	font-size: 1.5rem;
	position: relative;
	display: block;
	quotes: '“' '”' '‘' '’'; /* or ... none; */
}

.blockquote_content > p:before {
	content: open-quote;
	position: absolute;
	top: 0;
	right: 100%;
}

.blockquote_content > p:after {
	content: close-quote;
}

.image_w_caption figcaption:after {
	content: " ";
	float: none;
	position: relative;
	display: table;
	clear: both;
	margin: 0;
	padding: 0;
	border: 0px none;
}

.image_w_caption .caption {
	position: absolute;
	bottom: 0;
	left: 0;
	padding: 30px;
	width: 70%;
}

.image_w_caption .credit {
	position: absolute;
	right: 0;
	bottom: 0;
	padding: 30px;
	width: 30%;
	text-align: right;
	color: #999;
}

.bottom_third {
	font-size: 36px;
	transition: opacity 0.3s;
}

.video_w_caption {
	width: 100%;
}

.video_w_caption .radical_module {
	width: 100%;
	height: 100%;
}

.video_w_caption .radical_module .ikls_vid_uber_wrap {
	width: 100%;
	height: 100%;
}

.video_w_caption .radical_module .ikls_vid_uber_wrap .ikls_vid_uber_wrap_inner {
	width: 100%;
	height: 100%;
}

.gallery_wrap {
	position: relative;
	overflow: hidden;
}

.gallery_wrap .feature_card_copy {
	padding-right: 130px;
}

.gallery_wrap .feature_card_copy:before {
	content: "";
	position: absolute;
	display: block;
	bottom: 0;
	left: 0;
	width: 100%;
	height: 150%;
	background: linear-gradient(rgba(0, 0, 0, 0), rgba(0, 0, 0, 0.2), rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0.5));
	pointer-events: none;
}

.gallery_wrap h1 {
	position: relative;
	display: block;
	box-sizing: border-box;
	float: left;
	clear: none;
	text-shadow: 0px 0px 15px rgba(0, 0, 0, 0.3);
	font-size: calc(30px + (60 - 30) * ((100vw - 480px) / (1005 - 480))); /*
		.break({
			.font_size(60, @font_size_stack);
		}, @stack-width);

		.break({
			.font_size(30, @font_size_stack);
		}, @stack-width * 0.5);
		*/
}

.gallery_wrap .cta_wrap {
	position: absolute;
	right: 0;
	bottom: 0;
	margin-right: 30px;
	margin-bottom: 30px;
}

.gallery_wrap .cta_wrap .network_bug {
	display: inline-block;
	max-width: 100px;
	vertical-align: middle;
	margin-right: 0;
}

.gallery_wrap .ikls_bottom_third > * {
	opacity: 0;
	transition: opacity 0.3s;
}

.gallery_wrap .ikls_show_controls .ikls_bottom_third > *,
.gallery_wrap .ikls_focused .ikls_bottom_third > * {
	opacity: 1;
}

.gallery_wrap .play_reel_cta {
	position: absolute;
	bottom: 0;
	left: 0;
	width: 100%;
	height: 100%;
	z-index: 5;
}

.gallery_nav {
	background: #000;
}

.gallery_nav.hidden {
	display: none;
}

#gallery_download {
	position: absolute;
	right: 30px;
	top: -45px;
	z-index: 120;
	font-weight: 700;
	font-size: 24px;
	font-size: 1rem;
}

#gallery_download .reel_zip {
	color: #999;
	background-color: transparent;
}

#gallery_download .reel_zip:link,
#gallery_download .reel_zip:visited,
#gallery_download .reel_zip:active {
	color: #999;
	background-color: transparent;
}

#gallery_download .reel_zip:focus,
#gallery_download .reel_zip:hover {
	color: #fff;
	background-color: #000;
}

#gallery_download .reel_zip .rm_icon {
	padding-right: 5px;
	vertical-align: -0.09em;
	transition: none;
}

#gallery_canvas_posters {
	display: block;
	position: absolute;
	top: 0px;
	left: 0px;
	height: 100%;
	width: 100%;
}

#gallery_canvas_posters.hidden {
	display: none;
}

._ua_not_mobile #gallery_canvas_media .ikls_poster {
	display: none;
}

#gallery_canvas_media {
	display: none;
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
}

#gallery_canvas_media .ikls_vid_uber_wrap .ikls_big_play > .ikls_icon {
	opacity: 0;
}

#gallery_canvas_media .ikls_vid_uber_wrap[data-playback-state="ended"] .ikls_vid_uber_wrap_inner .ikls_big_play > .ikls_icon {
	opacity: 0;
}

#gallery_canvas_media .ikls_bottom_third {
	transition: all 0.3s;
	margin-bottom: -0.2em;
	-moz-transform: translateY(110%);
	-webkit-transform: translateY(110%);
	-o-transform: translateY(110%);
	-ms-transform: translateY(110%);
	transform: translateY(110%);
	opacity: 0;
}

#gallery_canvas_media .ikls_bottom_third .title_wrapper {
	min-height: 2em;
	background: #000;
	opacity: 0.7;
	margin-bottom: 2px;
	padding-left: 0.7em;
	padding-top: 10px;
	font-weight: bold;
	padding-bottom: 7px;
}

#gallery_canvas_media .ikls_vid_uber_wrap[data-playback-state="playing"] .ikls_big_play {
	opacity: 1;
}

#gallery_canvas_media .ikls_vid_uber_wrap[data-playback-state="playing"] .iklsicon-play {
	display: none;
}

#gallery_canvas_media .ikls_vid_uber_wrap[data-playback-state="playing"] .iklsicon-pause {
	display: block;
}

#gallery_canvas_media .ikls_vid_uber_wrap[data-playback-state="playing"] .ikls_bottom_third {
	pointer-events: none;
}

#gallery_canvas_media .ikls_vid_uber_wrap[data-playback-state="playing"].ikls_hide_controls .ikls_bottom_third {
	opacity: 0;
}

#gallery_canvas_media .ikls_vid_uber_wrap.ikls_focused .ikls_bottom_third {
	opacity: 1;
	-moz-transform: translateY(0%);
	-webkit-transform: translateY(0%);
	-o-transform: translateY(0%);
	-ms-transform: translateY(0%);
	transform: translateY(0%);
	margin-bottom: -2px;
	transition-delay: margin 0.3s ease-in 2s;
}

#gallery_canvas_media .gallery_overlay {
	opacity: 0;
	color: #666;
	position: absolute;
	top: 50%;
	transition: opacity 0.5s ease-in-out;
}

#gallery_canvas_media .gallery_overlay.show_button {
	opacity: 1;
	outline: none;
}

#gallery_canvas_media .gallery_overlay.hide_button {
	display: none !important;
}

#gallery_canvas_media .gallery_overlay .rm_icon {
	transition: opacity 0.5s ease-in-out;
	fill: none;
}

#gallery_canvas_media #gallery_close {
	right: 21px;
	padding: 15px;
	position: absolute;
	top: 0;
	right: 0;
	background: #fff;
}

#gallery_canvas_media #gallery_close.show_button {
	background: #fff;
	color: #000;
}

#gallery_canvas_media #gallery_close.show_button:hover {
	background: #000;
	color: #fff;
}

#gallery_canvas_media #gallery_close .rm_icon {
	transition: opacity 0.5s ease-in-out;
	fill: currentColor;
}

#gallery_canvas_media #gallery_close .rm_icon:hover {
	fill: #fff;
}

#gallery_canvas_media .gallery_change_button {
	width: 44px;
	height: 44px;
	color: white;
	background-color: black;
	cursor: pointer;
}

#gallery_canvas_media .gallery_change_button:hover {
	background-color: white;
	color: black;
}

#gallery_canvas_media .gallery_change_button .rm_icon {
	height: 1.5em;
	width: 1.5em;
	vertical-align: -0.25em;
}

#gallery_canvas_media #gallery_left {
	left: 30px;
}

#gallery_canvas_media #gallery_right {
	right: 30px;
}

#gallery_canvas_media.active {
	display: block;
}

#gallery_canvas_media:hover #gallery_close {
	display: block;
}

.gallery_canvas_item {
	display: none;
	position: absolute;
	top: 0px;
	left: 0px;
	width: 100%;
	height: 100%;
}

.gallery_canvas_item video {
	max-height: 100%;
}

.gallery_canvas_item.current {
	display: block;
}

.gallery_canvas_item .ikls_placeholder {
	opacity: 0 !important;
	transition: opacity 0.5s ease-in 0s;
}

.gallery_canvas_item .ikls_vid_paused .ikls_placeholder {
	opacity: 1 !important;
	transition: opacity 0.5s ease-in 0s;
}

.gallery_canvas_poster {
	position: absolute;
	top: 0px;
	left: 0px;
	width: 100%;
	height: 100%;
	z-index: 0;
	opacity: 0;
	transition: opacity 0.1s ease-in;
	transition-delay: 0.1s;
	overflow: hidden;
}

.gallery_canvas_poster.current {
	z-index: 1;
	opacity: 1;
	transition-delay: 0s;
	transition: opacity 0.1s ease-in;
}

.gallery_canvas_poster .lowres {
	filter: blur(15px);
	-webkit-filter: blur(15px);
	transform: scale(1.1);
}

.lowres {
	filter: blur(15px);
	-webkit-filter: blur(15px);
	transform: scale(1.05);
}

.lowres_parent:before {
	content: "";
	display: block;
	position: absolute;
	top: 30px;
	left: 30px;
	width: 1em;
	height: 1em;
	border-radius: 100%;
	background: transparent none;
	border: 0.125em solid #fff;
	border-top: 0.125em solid transparent;
	z-index: 1;
	transition: opacity 0.3s;
	-moz-animation: load8 1.1s infinite linear;
	-webkit-animation: load8 1.1s infinite linear;
	-o-animation: load8 1.1s infinite linear;
	-ms-animation: load8 1.1s infinite linear;
	animation: load8 1.1s infinite linear;
	pointer-events: none;
}

.lowres_parent:before {
	top: auto;
	left: auto;
	bottom: 30px;
	right: 30px;
	z-index: 1;
	border: 10px solid #ccc;
	border-top: 10px solid transparent;
	-moz-animation: load8 1.1s infinite linear, show 0.75s;
	-webkit-animation: load8 1.1s infinite linear, show 0.75s;
	-o-animation: load8 1.1s infinite linear, show 0.75s;
	-ms-animation: load8 1.1s infinite linear, show 0.75s;
	animation: load8 1.1s infinite linear, show 0.75s;
	pointer-events: none;
}

.lowres_parent.hideLoader:before {
	-moz-animation: load8 1.1s infinite linear, hide 0.75s;
	-webkit-animation: load8 1.1s infinite linear, hide 0.75s;
	-o-animation: load8 1.1s infinite linear, hide 0.75s;
	-ms-animation: load8 1.1s infinite linear, hide 0.75s;
	animation: load8 1.1s infinite linear, hide 0.75s;
	opacity: 0;
}

.lowres_parent:before {
	top: 50%;
	left: 50%;
	border: 10px solid #ccc;
	border-top: 10px solid transparent;
	margin-left: -50px;
	margin-top: -50px;
	-moz-animation: load8 1.1s infinite linear, show 0.75s;
	-webkit-animation: load8 1.1s infinite linear, show 0.75s;
	-o-animation: load8 1.1s infinite linear, show 0.75s;
	-ms-animation: load8 1.1s infinite linear, show 0.75s;
	animation: load8 1.1s infinite linear, show 0.75s;
}

.gallery_nav_item {
	float: left;
	clear: none;
	position: relative;
	display: block;
	box-sizing: border-box;
}

.gallery_nav_item.current .asset_href:before,
.gallery_nav_item.selected .asset_href:before {
	opacity: 0.4;
	background: black;
}

.hide_cta .play_reel_cta {
	display: none;
}

.caret_button {
	position: absolute;
	bottom: 0;
	left: 0;
	bottom: -5px;
	text-align: center;
	width: 100%;
}

.caret_button#directors_caret {
	position: fixed;
	bottom: 0px;
}

.play_reel_cta {
	font-weight: 500;
	transition: opacity 0.1s ease-in-out;
	font-size: 14px;
	background-color: none;
	opacity: 0.7;
}

.play_reel_cta:focus,
.play_reel_cta:hover {
	background-color: transparent !important;
	color: #FFF !important;
	opacity: 1;
}

.play_reel_cta .play_reel_cta-copy {
	position: absolute;
	display: block;
	top: 50%;
	left: 50%;
	transform: translate(-50%, -50%);
	margin-top: 2.25em;
	background: transparent;
	font-size: 0.95em;
	font-weight: bold;
}

.play_reel_cta svg {
	display: inline-block;
	vertical-align: middle;
	font-size: 3em;
}

body.fullscreen_gallery .gallery_wrap {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	position: fixed;
	min-height: 100vh;
	max-height: 100vh;
	min-width: 100vw;
	z-index: 150;
}

body.fullscreen_gallery .gallery_wrap #gallery_canvas {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
}

body.fullscreen_gallery .gallery_wrap #gallery_canvas #gallery_close {
	display: none;
}

body.fullscreen_gallery .gallery_wrap .gallery_nav {
	display: none;
}

.fullscreen_inline {
	float: none;
	width: 100%;
	height: 100%;
}

/*
div.fullscreen_text {

	.abs_fill();
	position: fixed;

	min-height: 100vh;
	max-height: 100vh;
	min-width: 100vw;
	z-index: @z-top;

	background: white;
	overflow: auto;

	padding: 0;

	.fullscreen_text_inner_wrap {
		max-width: 780px;
		margin: 0 auto;
		padding: 20px;
	}

	.fullscreen_close {
		color: black;
		background: white;
		position: absolute;
		top: 20px;
		right: 20px;
	}

	p {
		line-height: 1.3;
		font-size: 1.6em;
		color: black;
		font-weight: bold;
	}

}

div.fullscreen_inline {

	float: none;
	width: 100%;
	height: 100%;

}

.fs-hidden {
	opacity: 0;
}
.fs-fade-in {
	opacity: 1;
	animation-name: fadeInOpacityFS;
	animation-iteration-count: 1;
	animation-timing-function: ease-in;
	animation-duration: 1s;
}
@keyframes fadeInOpacityFS {
	0% {opacity: 0;}
	100% {opacity: 1;}
}
.fs-fade-out {
	opacity: 0;
	animation-name: fadeOutOpacityFS;
	animation-iteration-count: 1;
	animation-timing-function: ease-in;
	animation-duration: 1s;
	pointer-events: none; // no more clicky time for you
}
@keyframes fadeOutOpacityFS {
	0% {opacity: 1;}
	100% {opacity: 0;}
}

body, html {
	&.fs_overflow_hidden {
		overflow: hidden;
	}
}
*/

div.fullscreen_text {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	position: fixed;
	min-height: 100vh;
	max-height: 100vh;
	min-width: 100vw;
	z-index: 150;
	background: rgba(0, 0, 0, 0.8);
	overflow: auto;
	padding: 0;
}

div.fullscreen_text .fullscreen_text_inner_wrap {
	padding: 40px;
	background: white;
}

div.fullscreen_text .fullscreen_close {
	color: black;
	background: white;
	position: absolute;
	top: 20px;
	right: 20px;
	padding: 20px;
	z-index: 151;
}

div.fullscreen_text p {
	line-height: 1.2;
	font-size: 1.5em;
	color: black;
	font-weight: bold;
}

div.fullscreen_inline {
	float: none;
	width: 100%;
	height: 100%;
}

.fs-hidden {
	opacity: 0;
	display: none;
}

.fs-fade-in {
	opacity: 1;
	animation-name: fadeInOpacityFS;
	animation-iteration-count: 1;
	animation-timing-function: ease-in;
	animation-duration: 1s;
}

.fs-fade-out {
	opacity: 0;
	animation-name: fadeOutOpacityFS;
	animation-iteration-count: 1;
	animation-timing-function: ease-in;
	animation-duration: 1s;
	pointer-events: none;
}

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

.project_card {
	display: block;
	position: relative;
}

a.project_card-link {
	display: block;
	position: relative;
	isolation: isolate;
	color: #000;
	background: transparent;
}

a.project_card-link:before {
	content: "";
	display: block;
	position: absolute;
	inset: -10px;
	background: transparent;
}

a.project_card-link:hover:before,
a.project_card-link:focus:before {
	background: #000;
}

a.project_card-link:hover .project_card-copy,
a.project_card-link:focus .project_card-copy {
	color: #fff;
}

.project_card-commercial a.project_card-link:hover .project_card-line3,
.project_card-studio a.project_card-link:hover .project_card-line3,
.project_card-entertainment a.project_card-link:hover .project_card-line3,
.project_card-commercial a.project_card-link:focus .project_card-line3,
.project_card-studio a.project_card-link:focus .project_card-line3,
.project_card-entertainment a.project_card-link:focus .project_card-line3 {
	color: #999;
}

.project_card-entertainment a.project_card-link:hover .project_card-line2,
.project_card-entertainment a.project_card-link:focus .project_card-line2 {
	color: #999;
}

.project_card-media {
	position: relative;
}

.project_card-media:after {
	content: "";
	display: block;
	position: absolute;
	bottom: 0;
	left: 0;
	width: 100%;
	padding-top: 10px;
	background: rgba(0, 0, 0, 0.35);
	speak: none;
	pointer-events: none;
}

.project_card-video,
.project_card-network-bug {
	position: absolute;
	pointer-events: none;
}

.project_card-video {
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
}

.project_card-video video {
	width: 100%;
	height: 100%;
	object-fit: cover;
	background: transparent;
	opacity: 0;
	transition: opacity 0.3s ease;
}

.project_card-video.loopyVideoCanPlay video {
	opacity: 1;
}

.project_card-network-bug {
	bottom: 0.75em;
	right: 0.5em;
	width: 10%;
	max-width: 140px;
	min-width: 40px;
}

.project_card-copy-wrap {
	padding-top: 5px;
}

.project_card-copy {
	color: #000;
}

.project_card-commercial .project_card-line3,
.project_card-studio .project_card-line3,
.project_card-entertainment .project_card-line3,
.project_card-entertainment .project_card-line2 {
	color: #757575;
}

.project_card-copy:first-of-type:after {
	content: " — ";
	content: " — " / "";
	display: inline-block;
	margin: 0 0 0 0.25em;
	speak: none;
	pointer-events: none;
}

.no-firstline-dash .project_card-copy:first-of-type:after {
	content: "";
	display: none;
}

.project_card-awardlist {
	margin-top: 15px;
	display: flex;
	flex-wrap: wrap;
	gap: 15px;
}

.project_card-awardlist .award img {
	width: auto;
	height: 2em;
}

.pagetype_home main {
	padding-top: 0;
}

.pagetype_home #main_search_toggle {
	right: 15px;
}

.pagetype_home #search_nav {
	background: #fff;
	color: #000;
}

.pagetype_home #search_nav .search {
	border-color: #000;
}

.pagetype_home #main_nav_wrap {
	position: absolute;
}

.pagetype_home #main_nav_wrap:before {
	content: "";
	display: block;
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 250%;
	background: linear-gradient(rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0.02) 85%, rgba(0, 0, 0, 0.01) 95%, rgba(0, 0, 0, 0) 100%);
	pointer-events: none;
}

.pagetype_home #main_nav_wrap.searchOpen:before {
	display: none;
}

.pagetype_home #main_logo {
	color: #fff;
	transition-duration: 0s;
}

.pagetype_home #main_logo:link,
.pagetype_home #main_logo:visited,
.pagetype_home #main_logo:active {
	color: #fff;
	transition-duration: 0s;
}

.pagetype_home #main_logo:focus,
.pagetype_home #main_logo:hover {
	color: #000;
	background: #fff;
}

.pagetype_home #main_logo .rm_icon_logo {
	transition-duration: 0s;
	width: 400px;
	height: 48.12px;
}

.pagetype_home #main_nav {
	padding: 15px;
	position: absolute;
	top: 0;
	right: 0;
}

.pagetype_home .main_nav_item {
	position: relative;
	display: block;
	box-sizing: border-box;
	float: left;
	clear: none;
	width: auto;
	transform: translate3d(0, 0, 0);
	opacity: 1;
	pointer-events: all;
	max-height: none;
	max-width: none;
	border-bottom: 4px solid transparent;
	margin: 0 0 3.75px;
	padding: 15px 15px 11.25px;
	font-size: 30px;
	font-size: 1.25rem;
}

.pagetype_home .main_nav_item:focus,
.pagetype_home .main_nav_item:hover {
	background: transparent;
	color: #fff;
	border-color: #fff;
}

.pagetype_home .main_nav_item.nav_social {
	background: transparent !important;
	padding-top: 4.5px;
	padding-bottom: 0;
	border-bottom: 0px none;
	margin-bottom: 0;
	position: absolute;
	right: 47px;
	top: 77%;
	padding-right: 0;
	margin-right: -5%;
}

.pagetype_home .main_nav_item.nav_social a {
	background-color: transparent !important;
}

.pagetype_home .main_nav_item.nav_social a:focus .rm_icon,
.pagetype_home .main_nav_item.nav_social a:hover .rm_icon {
	fill: #fff;
	color: #000;
}

.pagetype_home .main_nav_item.nav_social .rm_icon {
	fill: transparent;
	color: #fff;
}

.pagetype_home .homepage_jammer {
	z-index: 50;
}

.pagetype_home .homepage_jammer.theme_dark a.fullframe:focus,
.pagetype_home .homepage_jammer.theme_dark a.fullframe:hover {
	background: #000;
	color: #fff;
}

.pagetype_home .homepage_jammer.theme_light a.fullframe:focus,
.pagetype_home .homepage_jammer.theme_light a.fullframe:hover {
	background: #fff;
	color: #000;
}

.pagetype_home .fullframe {
	min-height: 730px;
}

.homepage_link,
a.homepage_link {
	display: block;
}

.homepage_link:hover,
a.homepage_link:hover {
	background-color: transparent;
}

.homepage_link:focus,
a.homepage_link:focus {
	background-color: transparent;
	outline: none;
}

.homepage_link.backgroundImageAdded:before,
a.homepage_link.backgroundImageAdded:before {
	content: "";
	display: block;
	position: absolute;
	bottom: 0;
	left: 0;
	width: 100%;
	height: 4em;
	background: linear-gradient(rgba(0, 0, 0, 0), rgba(0, 0, 0, 0.01) 5%, rgba(0, 0, 0, 0.02) 10%, rgba(0, 0, 0, 0.5) 100%);
	pointer-events: none;
}

.homepage_link .homepage_bottom_wrap,
a.homepage_link .homepage_bottom_wrap {
	position: absolute;
	bottom: 30px;
	padding-left: 30px;
	width: 100%;
	color: #fff;
}

.homepage_link .homepage_card_details,
a.homepage_link .homepage_card_details {
	padding-right: 170px; /*
		.break({
			padding-right: @bug-small + @pad;
		}, @stack-width);
		*/
}

.homepage_link .homepage_network_wrap,
a.homepage_link .homepage_network_wrap {
	position: absolute;
	bottom: 7px;
	right: 30px;
}

.homepage_link .homepage_network_wrap img,
a.homepage_link .homepage_network_wrap img {
	width: 140px;
	font-size: 16px;
	text-align: right;
	text-transform: uppercase;
	font-weight: bold; /*
			.break({
				width: @bug-small;
			}, @stack-width);
			*/
}

.homepage_link .homepage_card_title,
a.homepage_link .homepage_card_title {
	font-size: 62px;
}

.homepage_link .homepage_card_sub,
a.homepage_link .homepage_card_sub {
	font-size: 34px;
}

.homepage_slideshow {
	overflow: hidden;
}

.anchor_link-downArrow {
	display: block;
	position: relative;
	font-size: clamp(36px, var(--u-44), 44px);
	padding: 13px 20px 20px;
}

.anchor_link-downArrow svg {
	display: block;
	height: 1em;
	width: auto;
	margin: 0 auto;
	fill: currentColor;
}

.anchor_link-downArrow:focus,
.anchor_link-downArrow:hover {
	background: transparent;
	color: #666;
}

.copy_jumbo-wrap {
	text-align: center;
	display: flex;
	align-items: center;
	justify-content: center;
	flex-wrap: wrap;
	flex-direction: column;
	max-width: 1440px;
	margin: auto;
	padding-top: 15px;
}

.copy_jumbo {
	font-family: "Helvetica Neue LT W01_81488926", "Helvetica Neue LT Std Hv", "Helvetica Neue", Helvetica, Arial, sans-serif;
	font-size: 22px;
	font-size: clamp(22px, var(--u-88), 88px);
	line-height: 0.941;
	letter-spacing: -0.04em;
}

.copy_jumbo-sub {
	font-family: "Helvetica Neue LT W01_81488926", "Helvetica Neue LT Std Hv", "Helvetica Neue", Helvetica, Arial, sans-serif;
	font-size: 12px;
	font-size: var(--fnt-jumbo-sub);
	line-height: 1;
	letter-spacing: -0.04em;
	margin: var(--u-30) auto;
	max-width: 22.75em;
}

.copy_jumbo-sub br:first-of-type {
	display: none;
}

.video_loop-wrap:nth-child(3) {
	margin-bottom: clamp(40px, var(--u-100), 100px);
}

.video_loop-wrap img {
	object-fit: cover;
	opacity: 1;
	transition: opacity 0.3s;
}

.video_loop-wrap.loopyVideoCanPlay img {
	opacity: 0;
}

.video_loop {
	padding-top: 0;
}

.hp_font {
	font-weight: bold;
	letter-spacing: -0.022em;
	line-height: 1.067;
	font-size: 16px;
	font-size: clamp(16px, var(--u-46), 46px);
}

.hp_copy-p {
	font-weight: bold;
	letter-spacing: -0.022em;
	line-height: 1.067;
	font-size: 16px;
	font-size: clamp(16px, var(--u-46), 46px);
	line-height: 1.1;
}

.hp_pad-t {
	padding-top: 15px;
}

.hp_pad-tsm {
	padding-top: 10px;
}

.overflow-elipsis {
	max-width: 100%;
	display: block;
	white-space: nowrap;
	overflow: hidden;
	text-overflow: ellipsis;
}

.hp_copy-link,
a.hp_copy-link {
	display: inline-block;
	line-height: 1.1;
	font-size: 12px;
	font-size: clamp(12px, var(--u-16), 16px);
	font-weight: bold;
	color: #757575;
}

.hp_copy-link:link,
a.hp_copy-link:link,
.hp_copy-link:visited,
a.hp_copy-link:visited,
.hp_copy-link:active,
a.hp_copy-link:active {
	color: #757575;
}

.hp_copy-link:focus,
a.hp_copy-link:focus,
.hp_copy-link:hover,
a.hp_copy-link:hover {
	color: #000;
	background-color: transparent;
}

.announcement01 .announcement-inner .announcement-media,
.announcement01b .announcement-inner .announcement-media {
	padding-bottom: 5px;
}

.announcement01 .announcement-inner .hp_copy-p,
.announcement01b .announcement-inner .hp_copy-p {
	max-width: 80%;
}

.copyP-hangPunct-double .announcement-copy {
	text-indent: -0.35em;
}

.copyP-hangPunct-single .announcement-copy {
	text-indent: -0.2em;
}

.announcement-hasLink {
	position: relative;
	display: block;
}

.announcement-hasLink:before {
	content: "";
	display: block;
	position: absolute;
	inset: -10px;
	background: transparent;
}

.announcement-hasLink .hp_copy-link > * {
	text-decoration: underline;
}

.announcement-hasLink:focus:before,
.announcement-hasLink:hover:before {
	background: black;
}

.announcement-hasLink:focus .hp_copy-link,
.announcement-hasLink:hover .hp_copy-link {
	color: #999;
}

.hp_hanger,
.hp_hanger-sm {
	padding-top: 15px;
	border-top: 10px solid #ccc;
}

.hp_hanger-sm {
	padding-top: 7.5px;
	border-color: #999;
	border-top-width: 5px;
}

.quote blockquote .quote-copy:before,
.quote blockquote .quote-copy:after {
	display: inline-block;
}

.quote blockquote .quote-copy:before {
	content: "“";
	text-indent: -0.5em;
}

.quote blockquote .quote-copy:after {
	content: "”";
}

.quote-copy {
	color: #000;
}

.quote-footer {
	position: relative;
	padding: 10px 0 0;
}

.pagetype_home2022 #page_main {
	color: #000;
	background: #fff;
	padding: var(--rm-nav-h) 0 0;
}

.pagetype_home2022 #main_main {
	padding: 0 var(--pad-body) 10px;
}

.pagetype_home2022 #main_footer .legal_wrap {
	position: relative;
	display: flex;
	padding: 30px 0;
	justify-content: flex-end;
	flex-wrap: wrap;
}

.pagetype_home2022 a#footer_logo-lg {
	color: #fff;
}

.pagetype_home2022 a#footer_logo-lg:link,
.pagetype_home2022 a#footer_logo-lg:visited,
.pagetype_home2022 a#footer_logo-lg:active {
	color: #fff;
}

.pagetype_home2022 a#footer_logo-lg:focus,
.pagetype_home2022 a#footer_logo-lg:hover {
	color: #fff;
}

.hp_footer {
	padding: var(--pad-body) var(--pad-body) 10px;
	background: #000;
	color: #fff;
}

.hp_footer a {
	color: #aaa;
}

.hp_footer a:link,
.hp_footer a:visited,
.hp_footer a:active {
	color: #aaa;
}

.hp_footer a:focus,
.hp_footer a:hover {
	color: #fff;
}

.bottom_cta-wrap {
	font-size: clamp(14px, var(--u-46), 46px);
	line-height: 1.109;
	letter-spacing: -0.04em;
	max-width: 32em;
	padding-right: 0.75em;
}

.bottom_cta-wrap a {
	display: inline-block;
	color: #666;
	background: transparent;
	text-decoration: underline;
	text-underline-position: under;
	text-decoration-thickness: 0.04em;
}

.bottom_cta-wrap a:before {
	content: "";
	display: inline-block;
	vertical-align: text-bottom;
	width: 1em;
	height: 1em;
	background: no-repeat url(data:image/svg+xml;base64,PHN2ZyB3aWR0aD0iNDA3IiBoZWlnaHQ9IjMzMyIgdmlld0JveD0iMCAwIDQwNyAzMzMiIGZpbGw9Im5vbmUiIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyI+CjxnIGNsaXAtcGF0aD0idXJsKCNjbGlwMF8xMDRfNCkiPgo8cGF0aCBkPSJNNi44MTc2OGUtMDYgMTM5LjIzTDMwMS44NyAxMzkuMjNMMjAxLjUzIDM4Ljg5TDI0MC40MiAyLjAwMDg1ZS0wNUw0MDYuNTkgMTY2LjE3TDI0MC40MiAzMzIuMzRMMjAxLjUzIDI5My40NUwzMDAuNzUgMTk0LjIzTDkuMjIxODFlLTA2IDE5NC4yM0w2LjgxNzY4ZS0wNiAxMzkuMjNaIiBmaWxsPSJ3aGl0ZSIvPgo8L2c+CjxkZWZzPgo8Y2xpcFBhdGggaWQ9ImNsaXAwXzEwNF80Ij4KPHJlY3Qgd2lkdGg9IjMzMi4zNCIgaGVpZ2h0PSI0MDYuNTkiIGZpbGw9IndoaXRlIiB0cmFuc2Zvcm09InRyYW5zbGF0ZSgxLjUyNTg4ZS0wNSAzMzIuMzQpIHJvdGF0ZSgtOTApIi8+CjwvY2xpcFBhdGg+CjwvZGVmcz4KPC9zdmc+Cg==);
	background-size: contain;
	background-position: center center;
	text-decoration: none;
	speak: none;
	pointer-events: none;
	margin: 0 0.2em;
	color: #fff;
}

.bottom_cta-wrap a:focus,
.bottom_cta-wrap a:hover {
	color: #fff;
	text-decoration: underline;
	background: transparent;
}

.hp_contact-wrap {
	margin-top: 80px;
	font-weight: bold;
	font-size: 16px;
	font-size: clamp(16px, var(--u-20), 20px);
	line-height: 1.1;
	letter-spacing: -0.022em;
}

.hp_contact-wrap a {
	text-decoration-thickness: 0.04em;
}

.hp_contact-wrap a .rm_social_instagram {
	fill: none;
	vertical-align: text-bottom;
	font-size: 1.45em;
	margin: -0.15em;
}

.hp_contact-wrap .footer_legal-copy,
.hp_contact-wrap .footer_legal-link,
.hp_contact-wrap .footer_legal-social {
	font-size: 16px;
	display: inline-block;
	line-height: 1.5;
	padding: 5px 15px 5px 0;
}

.hp_contact-wrap .footer_legal-social {
	text-decoration: none;
}

.hp_contact-wrap .footer_legal-link,
.hp_contact-wrap .footer_legal-social > span {
	text-decoration: underline;
	text-underline-position: under;
	text-decoration-thickness: 0.08em;
}

.hp_contact-wrap .hp_hanger {
	border-color: #fff;
}

.hp_contact-wrap > li {
	padding-bottom: 30px;
	min-width: 0;
}

.hp_contact-wrap .contact_link {
	display: block;
	line-height: 1;
	padding: 5px 0;
}

.hp_contact-wrap .contact-font-lg {
	font-size: 30px;
	font-size: clamp(30px, var(--u-44), 44px);
	font-weight: bolder;
	line-height: 0.909;
	letter-spacing: -0.044em;
}

.hp_contact-wrap * + .contact_sub {
	padding-top: 15px;
}

.hp_contact-wrap .footer_legal-firstLi.pad_t {
	padding-top: 40px;
	padding-top: clamp(40px, var(--u-56), 56px);
}

.hp_contact-wrap .contact_name.pad_half_t {
	padding-top: 15px;
}

.hp_contact-wrap .contact_address {
	padding-top: 0;
}

.hp_contact-wrap .icon-arrow_right {
	display: inline-block;
}

.hp_contact-wrap .icon-arrow_right:before {
	content: "";
	display: inline-block;
	vertical-align: baseline;
	width: 0.85em;
	height: 0.7em;
	background: no-repeat url(data:image/svg+xml;base64,PHN2ZyB3aWR0aD0iNDA3IiBoZWlnaHQ9IjMzMyIgdmlld0JveD0iMCAwIDQwNyAzMzMiIGZpbGw9Im5vbmUiIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyI+CjxnIGNsaXAtcGF0aD0idXJsKCNjbGlwMF8xMDRfNCkiPgo8cGF0aCBkPSJNNi44MTc2OGUtMDYgMTM5LjIzTDMwMS44NyAxMzkuMjNMMjAxLjUzIDM4Ljg5TDI0MC40MiAyLjAwMDg1ZS0wNUw0MDYuNTkgMTY2LjE3TDI0MC40MiAzMzIuMzRMMjAxLjUzIDI5My40NUwzMDAuNzUgMTk0LjIzTDkuMjIxODFlLTA2IDE5NC4yM0w2LjgxNzY4ZS0wNiAxMzkuMjNaIiBmaWxsPSJ3aGl0ZSIvPgo8L2c+CjxkZWZzPgo8Y2xpcFBhdGggaWQ9ImNsaXAwXzEwNF80Ij4KPHJlY3Qgd2lkdGg9IjMzMi4zNCIgaGVpZ2h0PSI0MDYuNTkiIGZpbGw9IndoaXRlIiB0cmFuc2Zvcm09InRyYW5zbGF0ZSgxLjUyNTg4ZS0wNSAzMzIuMzQpIHJvdGF0ZSgtOTApIi8+CjwvY2xpcFBhdGg+CjwvZGVmcz4KPC9zdmc+Cg==);
	background-size: contain;
	background-position: center center;
}

.rm_logo_wrap-lg {
	position: relative;
	display: block;
	margin-top: 30px;
}

.rm_logo_wrap-lg:focus,
.rm_logo_wrap-lg:hover {
	background: #000;
	outline: 15px solid #000;
	outline-offset: 10px;
}

.rm_logo_wrap-lg .rm_icon_logo {
	width: 101.2%;
	height: auto;
	aspect-ratio: 8/1;
	object-fit: contain;
	object-position: center bottom;
	transform: translateY(4%);
}

.homepage2022_modules {
	--masonry-cols: 1;
	--masonry-offset-idx: 3;
	padding: 0;
}

.homepage2022_modules > *.anchor_link-downArrow {
	display: none;
}

.homepage2022_modules > *.anchor_link-downArrow:nth-of-type(1) {
	display: block;
	font-size: clamp(36px, var(--u-98), 98px);
	padding-top: 0;
	padding-bottom: var(--u-40);
}

.homepage2022_modules > *.anchor_link-downArrow:nth-of-type(1) svg {
	display: block;
}

.homepage2022_modules > *.anchor_link-downArrow:last-child {
	padding-bottom: 0;
	margin-top: 0 !important;
}

.homepage2022_modules > *:nth-child(n+4) > *:last-child {
	padding-bottom: 40px;
	padding-bottom: clamp(40px, var(--u-100), 100px);
}

.homepage2022_modules .project_card-copy {
	font-weight: bold;
	letter-spacing: -0.022em;
	line-height: 1.067;
	font-size: 16px;
	font-size: clamp(16px, var(--u-46), 46px);
	letter-spacing: -0.03em;
}

.homepage2022_modules .video_loop {
	background-color: transparent;
}

.pagetype_home2022 .page_pad {
	padding-left: var(--pad-body);
	padding-right: var(--pad-body);
}

.identity_header {
	padding-left: 30px;
	padding-right: 30px;
}

.identity_block,
.identity_stack {
	min-height: 20px;
}

.identity_block {
	height: auto;
}

.identity_block .stack_block_header {
	display: none;
}

.identity_block .copy_section_content {
	font-weight: bold;
	padding-top: 10px;
	padding-bottom: 10px;
	line-height: 1.5;
	font-size: 1.1em;
}

.identity_stack_modules_wrap {
	overflow: auto;
}

.identity_modules_wrap {
	padding-bottom: 50px;
}

.file_content {
	cursor: pointer;
	margin-bottom: 11px;
	margin-top: 11px;
	padding-left: 30px;
}

.file_content .identity_copy {
	float: left;
	border-bottom: 2px solid;
	border-color: #999;
}

.file_content .rm_icon_download {
	float: left;
	padding-left: 15px;
	padding-top: 5px;
	transition: none;
}

.file_content .file_download_link {
	color: #999;
	background-color: transparent !important;
}

.file_content .file_download_link .identity_copy {
	border-color: #999;
}

.file_content .file_download_link:hover {
	color: #000;
}

.file_content .file_download_link:hover .identity_copy {
	border-color: #000;
}

.identity_stack_wrap {
	margin-top: 30px;
	padding-left: 30px;
	padding-right: 30px;
}

.identity_stack_wrap .identity_block {
	margin-bottom: 30px;
	position: relative;
	display: block;
	box-sizing: border-box;
	float: left;
	clear: none;
	padding-right: 30px;
	padding-bottom: 30px;
	width: 33.3333%;
	width: calc(100% / 3);
}

.identity_stack_wrap .identity_block .stack_block_header {
	display: block;
}

.identity_stack_wrap .identity_block .file_content {
	padding: 0;
}

.identity_stack_wrap .identity_block .copy_section_content {
	font-weight: bold;
	padding-right: 0px;
	padding-left: 0px;
}

.identity_stack_wrap .identity_block:nth-child(3n+1) {
	clear: left;
}

.pagetype_identity .hr_section_wrap {
	margin-top: 30px;
	margin-bottom: 30px;
}

.pagetype_search #search_wrap-top_bar,
.pagetype_search #main_nav_wrap .search_toggle {
	display: none;
}

.autofill_suggestion {
	height: 30px;
	font-size: 24px;
	font-size: 1rem;
	font-weight: 700;
	padding: 8px 0px;
}

.autofill_suggestion a.autofill_link {
	color: #000;
	display: block;
	padding: 8px;
	margin: 8px 0px;
}

.autofill_suggestion a.autofill_link:hover {
	background-color: #000;
	color: #fff;
}

.autofill_suggestion.current a.autofill_link {
	background-color: #000;
	color: #fff;
}

.results_uber_wrap {
	padding-top: 80px;
	padding-bottom: 80px;
	padding-right: 30px;
	padding-left: 30px;
	min-height: 560px;
	min-height: 75vh;
	opacity: 1;
	transition: all 0.3s;
}

.results_uber_wrap.searching {
	opacity: 0.5;
}

.results_uber_wrap.searching:before {
	content: "";
	display: block;
	position: absolute;
	top: 30px;
	left: 30px;
	width: 1em;
	height: 1em;
	border-radius: 100%;
	background: transparent none;
	border: 0.125em solid #fff;
	border-top: 0.125em solid transparent;
	z-index: 1;
	transition: opacity 0.3s;
	-moz-animation: load8 1.1s infinite linear;
	-webkit-animation: load8 1.1s infinite linear;
	-o-animation: load8 1.1s infinite linear;
	-ms-animation: load8 1.1s infinite linear;
	animation: load8 1.1s infinite linear;
	pointer-events: none;
}

.results_uber_wrap.searching:before {
	font-size: 1.5em;
}

.results_uber_wrap.loading {
	opacity: 0.01;
}

.results_section {
	padding-bottom: 80px;
}

.results_section .contact_card {
	font-size: 24px;
	font-size: 1rem;
}

.results_wrap {
	margin-right: -30px;
}

.results_wrap > .loaded {
	background: transparent;
}

.director_result .directors_name {
	color: #000;
}

.director_result span {
	text-decoration: underline;
}

.big_ol_search input.search_field {
	font-size: 80px;
	font-size: 3.333rem;
	border-right: 10px solid transparent;
}

.search_with_filters {
	width: 100%;
	box-sizing: border-box;
	display: flex;
	flex-wrap: wrap;
	border-bottom: none;
}

.search_with_filters:before {
	content: "";
	display: block;
	width: 100%;
	height: 4px;
	background: #000;
	position: absolute;
	left: 0;
	top: 0.75em;
}

.search_with_filters input.search_field {
	flex: 1 1 auto;
	width: auto;
}

.search_with_filters .radcom_dropdown {
	margin-right: 0;
	font-size: 0.5em;
}

#searchPreFilterText {
	float: left;
	font-weight: 700;
	margin-right: 15px;
	padding-top: 3px;
}

#work_splash_results {
	background: #fff;
}

#work_splash_results .tile_subtitle {
	font-weight: 700;
}

._ua_venue_phone .pagetype_directorindex #main_nav_wrap {
	background: #000 !important;
}

._ua_venue_phone .pagetype_directorindex #main_nav_wrap.menuOpen,
._ua_venue_phone .pagetype_directorindex #main_nav_wrap.searchOpen {
	background: #fff !important;
}

.pagetype_directorindex #main_nav_wrap {
	background: transparent;
	transition: all 0.25s ease;
}

.pagetype_directorindex.scroll-not-at-top #main_nav_wrap,
.pagetype_directorindex.scroll-not-at-top #sub_nav_wrap {
	background: #000;
}

.pagetype_directorindex #sub_nav_wrap {
	position: sticky;
	top: 92px;
	z-index: 130;
	transition: all 0.3s ease;
	padding-bottom: 10px;
	margin-top: -1px;
}

.pagetype_directorindex main {
	background: transparent;
	color: #fff;
}

.pagetype_directorindex main a {
	color: #fff;
	transition-duration: 0s;
}

.pagetype_directorindex main a:link,
.pagetype_directorindex main a:visited,
.pagetype_directorindex main a:active {
	color: #fff;
	transition-duration: 0s;
}

.pagetype_directorindex main a:focus,
.pagetype_directorindex main a:hover {
	color: #000;
	background: #fff;
}

.pagetype_directorindex main .sub_nav_dropdown_current {
	background-color: #fff;
	color: #000;
}

.pagetype_directorindex main .sub_nav_dropdown_current:focus,
.pagetype_directorindex main .sub_nav_dropdown_current:hover {
	background-color: #f6f6f6;
}

.pagetype_directorindex main .sub_nav_dropdown_current:focus .current_option {
	text-decoration: underline;
}

.pagetype_directorindex main .sub_nav_dropdown_list { /* help define the edge b/t subcontent and menu */
	box-shadow: 0 20px 20px rgba(0, 0, 0, 0.75);
}

.pagetype_directorindex main .sub_nav_dropdown_list a {
	color: #000;
	transition-duration: 0s;
}

.pagetype_directorindex main .sub_nav_dropdown_list a:link,
.pagetype_directorindex main .sub_nav_dropdown_list a:visited,
.pagetype_directorindex main .sub_nav_dropdown_list a:active {
	color: #000;
	transition-duration: 0s;
}

.pagetype_directorindex main .sub_nav_dropdown_list a:focus,
.pagetype_directorindex main .sub_nav_dropdown_list a:hover {
	color: #fff;
	background: #000;
}

.pagetype_directorindex main .sub_nav_dropdown_list .current a {
	color: #fff;
	background: #000;
}

.pagetype_directorindex main .sub_nav_dropdown_list .current a:link,
.pagetype_directorindex main .sub_nav_dropdown_list .current a:visited,
.pagetype_directorindex main .sub_nav_dropdown_list .current a:active {
	color: #fff;
	background: #000;
}

.pagetype_directorindex main .sub_nav_dropdown_list .current a:focus,
.pagetype_directorindex main .sub_nav_dropdown_list .current a:hover {
	color: #fff;
	background: #000;
}

.pagetype_directorindex #sub_nav {
	margin-left: auto;
	margin-right: auto;
	position: relative;
	max-width: 1440px;
	margin-bottom: 0;
	background: transparent;
}

.directorsindex_uber_wrap {
	margin-left: auto;
	margin-right: auto;
	position: relative;
	padding: 30px;
	z-index: 120;
}

.directorsindex_uber_wrap .directors_tagline {
	font-size: 18px;
	font-size: 0.75rem;
	max-width: 760px;
	font-weight: bold;
	margin-top: -18px;
	margin-bottom: 35px;
}

.directorsindex_uber_wrap .directors_tagline a {
	color: #888;
	background-color: transparent;
}

.directorsindex_uber_wrap .directors_tagline a:link,
.directorsindex_uber_wrap .directors_tagline a:visited,
.directorsindex_uber_wrap .directors_tagline a:active {
	color: #888;
	background-color: transparent;
}

.directorsindex_uber_wrap .directors_tagline a:focus,
.directorsindex_uber_wrap .directors_tagline a:hover {
	color: white;
	background-color: black;
}

.directorsindex_uber_wrap .directors_tagline.no_content {
	display: none;
}

.directorsindex_section {
	position: relative;
}

.directorsindex_section a:not(.show_to_focus) {
	position: relative;
	display: inline-block;
	box-sizing: border-box;
	width: 100%;
	padding: 8px;
	margin-left: -7px;
	margin-right: 15px;
}

.directorsindex_categories {
	float: left;
	width: 25%;
	padding: 0 30px 0 0;
	margin-bottom: 60px;
	position: sticky;
	top: 138px;
	z-index: 130;
}

.directorsindex_categories ul {
	width: 100%;
}

.directorsindex_categories ul li {
	width: 100%;
}

.directorsindex_categories-dropdown {
	display: none;
}

#directorsindex_categories-dropdown-list {
	padding-right: 15px;
	min-width: 100%;
}

.directorsindex_section .directorsindex_categories-link { /* 16px, 21px */ /* -- calc(16px + (30 - 16) * ((75vw - 480px) / (1440 - 480))) to fit ? */
	font-size: calc(20px + (42 - 20) * ((75vw - 480px) / (1440 - 480)));
	font-weight: 700;
	white-space: nowrap;
	margin: 0;
}

.directorsindex_section .directorsindex_categories-link.selected {
	background: #fff;
	color: #000;
}

.directorsindex_section .directorsindex_categories-link.selected:link,
.directorsindex_section .directorsindex_categories-link.selected:visited,
.directorsindex_section .directorsindex_categories-link.selected:active {
	background: #fff;
	color: #000;
}

.directorsindex_section .directorsindex_categories-link.selected:focus,
.directorsindex_section .directorsindex_categories-link.selected:hover {
	background: #fff;
	color: #000;
}

.directorsindex_section .directorsindex_categories-link:focus {
	text-decoration: underline;
}

.directorsindex_categories-link,
.director-link {
	margin-bottom: 2px;
	display: inline-block;
}

.directorsindex_directors-lists {
	float: left;
	clear: none;
	width: 75%;
	padding-bottom: 80px;
}

.directorsindex_directors-lists:after {
	content: " ";
	float: none;
	position: relative;
	display: table;
	clear: both;
	margin: 0;
	padding: 0;
	border: 0px none;
}

.directorsindex_list:after {
	content: " ";
	float: none;
	position: relative;
	display: table;
	clear: both;
	margin: 0;
	padding: 0;
	border: 0px none;
}

.directorsindex_list > * {
	box-sizing: border-box;
	width: 100%;
}

.directorsindex_list > * {
	font-size: calc(16px + (30 - 16) * ((75vw - 480px) / (1440 - 480)));
	font-weight: 700;
}

.directorsindex_category-section {
	padding-bottom: 80px;
}

.directorsindex_category-section h2 {
	padding-bottom: 10px;
}

.directorsindex_section {
	padding-top: 10px;
	padding-bottom: 10px;
	padding-bottom: 30px;
}

.directorsindex_section:after {
	content: " ";
	float: none;
	position: relative;
	display: table;
	clear: both;
	margin: 0;
	padding: 0;
	border: 0px none;
}

.pagetype_directorindex #rm_uber_wrap {
	overflow: unset;
}

#bgImgJammer {
	position: fixed;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	width: 100vw;
	height: 100vh;
	pointer-events: none;
	background: transparent none no-repeat center center;
	background-size: cover;
}

#bgImgJammer:after {
	content: "";
	display: block;
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 286px;
	z-index: 1;
	background-image: linear-gradient(rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0.1), rgba(0, 0, 0, 0));
}

#bgImgJammer:before {
	content: "";
	display: block;
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	z-index: 1;
	background: rgba(0, 0, 0, 0.4);
}

#bgImgJammer img {
	display: block;
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	width: 100vw;
	height: 100vh;
	object-fit: cover;
	opacity: 0;
	transition: opacity 0.3s ease;
	pointer-events: none;
	z-index: 0;
}

#bgImgJammer img.showtime {
	opacity: 1;
}

/* slightly different behavior here for the dropdown */

.pagetype_directorindex .sub_nav_dropdown_current {
	text-align: left;
	min-width: 10em;
}

.pagetype_directorindex .dropdown_icon {
	float: right;
	margin-left: 0;
}

.pagetype_contact main {
	background: #000;
}

.pagetype_contact .section_copy {
	letter-spacing: -0.02em;
	margin-left: 0;
	font-size: 12px;
	font-size: 0.75rem;
}

.pagetype_contact .copy_section_content {
	padding: 0;
}

.pagetype_contact .section_chunk {
	padding-bottom: 30px;
	color: #999;
	padding-top: 7.5px;
}

.pagetype_contact .section_chunk h6 {
	border-top: 2px solid #999;
	font-size: 22px;
	font-size: 0.917rem;
	padding-bottom: 30px;
	padding-top: 7.5px;
	color: #999;
}

.about_copy .section_copy {
	letter-spacing: -0.02em;
	font-size: 24px;
	font-size: 1rem;
	max-width: 860px;
	margin: 0 auto;
	line-height: 1.4;
	font-weight: bold;
}

.about_copy .copy_section_content {
	text-align: center;
	padding: 13px 30px;
	color: #000;
}

.about_copy .copy_section_wrap:first-of-type .copy_section_content {
	padding-top: 60px;
}

.about_copy .copy_section_wrap:first-of-type .copy_section_content .section_copy {
	font-size: 56px;
	font-size: 2.333rem;
}

.about_copy .copy_section_wrap:last-of-type .copy_section_content {
	padding-bottom: 100px;
}

.about_copy .hr_section_wrap hr {
	max-width: 89px;
	height: 4px;
	background-color: black;
	margin: 10px auto 21px auto;
}

.about_copy sup {
	font-size: 0.4em;
	line-height: 1;
	display: inline;
	position: relative;
	top: -1px;
}

.legal_page {
	margin-left: auto;
	margin-right: auto;
	position: relative;
	max-width: 1440px;
}

.article_title,
.article_publication,
.article_date,
.article_image,
.article_url {
	padding-left: 30px;
}

.article_image {
	width: 400px;
}

#news_results {
	padding: 0 15px;
	padding: 0 var(--pad-body);
}

#news_results .news_article .news_anchor {
	display: flex;
	flex-wrap: wrap;
	position: relative;
	margin-bottom: 30px;
}

#news_results .news_article .news_anchor:focus-visible .news_article_headline,
#news_results .news_article .news_anchor:hover .news_article_headline {
	text-decoration: underline;
}

#news_results .news_article .news_article_img {
	flex: 1;
	width: 100%;
	min-width: 100%;
	aspect-ratio: 16 / 9;
	background: no-repeat center center;
	background-size: cover;
	background-color: #efefef;
}

#news_results .news_article .news_article_details {
	flex: 1;
	background-color: #f6f6f6;
	padding: 15px;
}

#news_results .news_article .news_article_details .news_article_headline {
	font-size: 24px;
	color: #000;
}

#news_results .news_article .news_article_details .news_article_details_small {
	margin-top: 15px;
}

#news_results .news_article .news_article_details .news_article_details_small > * {
	float: left;
}

#news_results .news_article .news_article_details .news_article_publication {
	font-weight: bold;
	font-size: 16px;
	margin-right: 20px;
	color: #000;
}

#news_results .news_article .news_article_details .news_date {
	font-size: 16px;
	font-weight: bold;
	color: #999;
}

#news_social {
	float: right;
	padding-right: 0;
}

#news_social a:hover,
#news_social a:active,
#news_social a:focus {
	background-color: transparent;
	color: inherit;
}

#news_social a:hover .rm_icon,
#news_social a:active .rm_icon,
#news_social a:focus .rm_icon {
	color: #fff;
	fill: #999;
}

#news_social .rm_icon {
	margin: 2px;
	color: #fff;
	fill: #000;
}

/**
* here there be dragons
*/

._ua_venue_mobile .video_thumb:before {
	content: "";
	position: absolute;
	top: 50%;
	left: 50%;
	transform: translate3d(-50%, -50%, 0);
	font-size: 5em;
	width: 1em;
	height: 1em;
	background: url("/img/icons/view/svg/sprite.view.svg") no-repeat;
	background-size: 275%;
	background-position: 0 99.77929465%;
	pointer-events: none;
	z-index: 10;
}

#old_browser_warning {
	display: none;
}

.old_browser #old_browser_warning {
	display: block;
}

@media screen and (-webkit-min-device-pixel-ratio: 0) {

.ikls_vid_uber_wrap .ikls_time_wrap {
	padding-top: 0.3em;
}

}

@media reader, speech, aural {

#main_footer .legal_wrap > *:after {
	display: none;
	visibility: hidden;
}

}

@media (prefers-reduced-motion) {

.loopy_video {
	display: none;
}

}

@media (prefers-reduced-motion: reduce) {

.project_card-video video {
	display: none !important;
}

}

@media only screen and (min-width: 480px) {

:root {
	--rm-nav-h: 96px;
}

.copy_jumbo-sub {
	max-width: 100%;
}

.copy_jumbo-sub br:first-of-type {
	display: inline;
}

.hp_copy-link,
a.hp_copy-link {
	font-size: 24px;
	font-size: clamp(14px, var(--u-24), 24px);
}

.hp_contact-wrap .footer_legal-copy,
.hp_contact-wrap .footer_legal-link,
.hp_contact-wrap .footer_legal-social {
	padding: 0;
}

.hp_contact-wrap {
	display: grid;
	grid-template-columns: repeat(2, 1fr);
	grid-column-gap: 30px;
	grid-row-gap: 30px;
}

.hp_contact-wrap [itemprop="location"] {
	display: flex;
	flex-wrap: wrap;
	flex-direction: column;
	height: 100%;
	justify-content: space-between;
}

.hp_contact-wrap [itemprop="location"] > * {
	width: 100%;
}

#news_results {
	grid-template-columns: repeat(3, 1fr);
}

#news_results .news_article {
	flex: 1;
	background-color: #f6f6f6;
}

#news_results .news_article .news_article_img {
	min-width: auto;
	max-width: 340px;
}

}

@media only screen and (min-width: 720px) {

.play_reel_cta {
	font-size: 18px;
}

.copy_jumbo-sub {
	margin-bottom: 0;
}

.video_loop-wrap:nth-child(3) {
	margin-bottom: inherit;
}

.hp_font {
	font-size: 30px;
	font-size: clamp(14px, var(--u-30), 30px);
}

.hp_copy-p {
	font-size: 30px;
	font-size: clamp(14px, var(--u-30), 30px);
}

.hp_copy-p {
	font-size: 30px;
	font-size: clamp(14px, var(--u-30), 30px);
}

.homepage2022_modules > *.anchor_link-downArrow {
	display: block;
}

.homepage2022_modules > *.anchor_link-downArrow:nth-of-type(1) {
	padding-bottom: 0;
}

.homepage2022_modules .project_card-copy {
	font-size: 30px;
	font-size: clamp(14px, var(--u-30), 30px);
}

.homepage2022_modules .project_card-copy {
	font-size: 30px;
	font-size: clamp(14px, var(--u-30), 30px);
}

.homepage2022_modules {
	--masonry-cols: 2;
	display: grid;
	grid-column-gap: 30px;
	grid-row-gap: 30px;
	grid-template-columns: repeat(var(--masonry-cols), 1fr);
	grid-template-rows: auto;
}

.homepage2022_modules > * {
	margin-top: unset;
}

.homepage2022_modules > *.anchor_link-downArrow,
.homepage2022_modules > *:first-child,
.homepage2022_modules > *:nth-child(2),
.homepage2022_modules > *.anchor_link-downArrow + *:nth-child(3) {
	grid-column: 1/-1;
}

.homepage2022_modules > *.anchor_link-downArrow > *:last-child,
.homepage2022_modules > *:first-child > *:last-child,
.homepage2022_modules > *:nth-child(2) > *:last-child,
.homepage2022_modules > *.anchor_link-downArrow + *:nth-child(3) > *:last-child {
	padding-bottom: 0;
}

.homepage2022_modules > *.ui-sortable-helper,
.homepage2022_modules > *:first-child,
.homepage2022_modules > *:nth-child(2),
.homepage2022_modules > *:nth-child(3),
.homepage2022_modules > *:nth-child(4),
.homepage2022_modules > *.anchor_link-downArrow + *,
.homepage2022_modules > *.anchor_link-downArrow + * + * {
	margin-top: 0 !important;
}

.homepage2022_modules > *.anchor_link-downArrow:nth-child(4) {
	margin-top: -30px !important;
	margin-bottom: -30px;
}

.homepage2022_modules > *:nth-child(2).project_card img,
.homepage2022_modules > *.anchor_link-downArrow + *:nth-child(3).project_card img {
	max-height: calc(100vh - var(--rm-nav-h) - 30px);
	object-fit: cover;
}

#news_results {
	padding: 0 30px;
	padding: 0 var(--pad-body);
	display: grid;
	grid-template-columns: repeat(2, 1fr);
	gap: var(--pad-body);
}

#news_results .news_article .news_anchor {
	flex: 1;
	margin-bottom: 0;
	min-height: 100%;
}

#news_results .news_article .news_article_img {
	flex: 1 0 auto;
	min-width: 100%;
}

#news_results .news_article .news_article_details {
	display: flex;
	flex-direction: column;
}

#news_results .news_article .news_article_details .news_article_headline {
	flex: 1 0 auto;
}

}

@media only screen and (min-width: 840px) {

.hp_contact-wrap {
	grid-template-columns: repeat(3, 1fr);
	grid-column-gap: 50px;
	grid-row-gap: 50px;
}

}

@media only screen and (min-width: 960px) {

:root {
	--pad-body: 30px;
}

.page_pad {
	padding-left: 30px;
	padding-right: 30px;
}

.play_reel_cta {
	font-size: 24px;
}

div.fullscreen_text .fullscreen_text_inner_wrap {
	max-width: 820px;
	margin: 20px auto;
}

.copy_jumbo {
	font-size: var(--fnt-jumbo);
	white-space: nowrap;
}

.hp_copy-link,
a.hp_copy-link {
	font-size: clamp(12px, var(--u-16), 16px);
}

.announcement01 .announcement-inner,
.announcement01b .announcement-inner {
	display: grid;
	grid-template-columns: repeat(2, 1fr);
	grid-column-gap: 20px;
}

.announcement01 .announcement-inner .hp_copy-p,
.announcement01b .announcement-inner .hp_copy-p {
	max-width: 100%;
	font-size: 14px;
	font-size: var(--fnt-md);
}

#news_social {
	padding-right: 15px;
}

}

@media only screen and (min-width: 1080px) {

#news_results .news_article .news_article_img {
	min-width: auto;
	max-width: 33.33%;
}

}

@media only screen and (min-width: 1200px) {

.quote-copy {
	padding-right: 20%;
}

}

@media only screen and (min-width: 1440px) {

:root {
	--rm-nav-h: 93px;
}

.contact_break.desktop {
	clear: left;
}

.contact_card.desktop {
	clear: left;
}

.contact_break_5_4 .contact_card.desktop,
.contact_break_4_5 .contact_card.desktop {
	clear: left;
}

.contact_break_3_3_4 .contact_card.desktop {
	clear: left;
}

.contact_break_3_4_4 .contact_card.desktop {
	clear: left;
}

.contact_break_4_3 .contact_card.desktop {
	clear: left;
}

.play_reel_cta {
	font-size: 32px;
}

.pagetype_contact .copy_section_content {
	padding-left: 0;
}

}

@media only screen and (min-width: 1620px) {

#news_results {
	grid-template-columns: repeat(3, 1fr);
}

}

@media only screen and (min-width: 2160px) {

.full_w.four_up_wrap > * {
	width: 20%;
}

.full_w.four_up_wrap > *:nth-child(4n+1) {
	clear: none;
}

.full_w.four_up_wrap > *:nth-child(5n+1) {
	clear: left;
}

}

@media only screen and (min-width: 2340px) {

#news_results {
	grid-template-columns: repeat(4, 1fr);
}

}

@media only screen and (min-width: 2880px) {

.full_w.four_up_wrap > * {
	width: 16.6666%;
	width: calc(100% / 6);
}

.full_w.four_up_wrap > *:nth-child(5n+1) {
	clear: none;
}

.full_w.four_up_wrap > *:nth-child(6n+1) {
	clear: left;
}

.full_w.three_up_wrap > * {
	width: 25%;
}

.full_w.three_up_wrap > *:nth-child(3n+1) {
	clear: none;
}

.full_w.three_up_wrap > *:nth-child(4n+1) {
	clear: left;
}

}

@media only screen and (min-width: 4320px) {

.full_w.three_up_wrap > * {
	width: 20%;
}

.full_w.three_up_wrap > *:nth-child(4n+1) {
	clear: none;
}

.full_w.three_up_wrap > *:nth-child(5n+1) {
	clear: left;
}

}

@media only screen and (min-width: 5040px) {

.full_w.three_up_wrap > * {
	width: 16.6666%;
	width: calc(100% / 6);
}

.full_w.three_up_wrap > *:nth-child(5n+1) {
	clear: none;
}

.full_w.three_up_wrap > *:nth-child(6n+1) {
	clear: left;
}

}

@media only screen and (max-width: 1440px) {

.fs_110_78_60 {
	font-size: 78px;
	font-size: 3.25rem;
}

.fs_110_78_60 {
	font-size: 78px;
	font-size: 3.25rem;
}

.fs_110_78_40 {
	font-size: 78px;
	font-size: 3.25rem;
}

.fs_110_78_40 {
	font-size: 78px;
	font-size: 3.25rem;
}

.fs_110_78_30 {
	font-size: 78px;
	font-size: 3.25rem;
}

.fs_110_78_30 {
	font-size: 78px;
	font-size: 3.25rem;
}

.fs_110_78_30 {
	font-size: 78px;
	font-size: 3.25rem;
}

.fs_110_78_30 {
	font-size: 78px;
	font-size: 3.25rem;
}

.fs_90_78_30 {
	font-size: 78px;
	font-size: 3.25rem;
}

.fs_90_78_30 {
	font-size: 78px;
	font-size: 3.25rem;
}

.fs_80_42_36 {
	font-size: 42px;
	font-size: 1.75rem;
}

.fs_80_42_36 {
	font-size: 42px;
	font-size: 1.75rem;
}

.fs_60_42_36 {
	font-size: 42px;
	font-size: 1.75rem;
}

.fs_60_42_36 {
	font-size: 42px;
	font-size: 1.75rem;
}

.fs_58_58_38 {
	font-size: 58px;
	font-size: 2.417rem;
}

.fs_58_58_38 {
	font-size: 58px;
	font-size: 2.417rem;
}

.fs_56_56_46_36 {
	font-size: 56px;
	font-size: 2.333rem;
}

.fs_56_56_46_36 {
	font-size: 56px;
	font-size: 2.333rem;
}

.fs_56_36_18 {
	font-size: 36px;
	font-size: 1.5rem;
}

.fs_56_36_18 {
	font-size: 36px;
	font-size: 1.5rem;
}

.fs_36_28_18 {
	font-size: 28px;
	font-size: 1.167rem;
}

.fs_36_28_18 {
	font-size: 28px;
	font-size: 1.167rem;
}

.fs_32_24_18 {
	font-size: 24px;
	font-size: 1rem;
}

.fs_32_24_18 {
	font-size: 24px;
	font-size: 1rem;
}

.fs_32_24_14 {
	font-size: 24px;
	font-size: 1rem;
}

.fs_32_24_14 {
	font-size: 24px;
	font-size: 1rem;
}

.fs_30_24_24 {
	font-size: 24px;
	font-size: 1rem;
}

.fs_30_24_24 {
	font-size: 24px;
	font-size: 1rem;
}

.fs_24_18_16 {
	font-size: 18px;
	font-size: 0.75rem;
}

.fs_24_18_16 {
	font-size: 18px;
	font-size: 0.75rem;
}

.fs_24_18_18_14 {
	font-size: 18px;
	font-size: 0.75rem;
}

.fs_24_18_18_14 {
	font-size: 18px;
	font-size: 0.75rem;
}

.fs_24_18_14 {
	font-size: 18px;
	font-size: 0.75rem;
}

.fs_24_18_14 {
	font-size: 18px;
	font-size: 0.75rem;
}

.fs_20_18_12_10 {
	font-size: 18px;
	font-size: 0.75rem;
}

.fs_20_18_12_10 {
	font-size: 18px;
	font-size: 0.75rem;
}

.rm_logo_wrap .rm_icon_logo {
	width: 265px;
	height: 32px;
}

.rm_logo_wrap .rm_icon_logo {
	width: 265px;
	height: 32px;
}

h1,
.fake_h1 {
	font-size: 78px;
	font-size: 3.25rem;
}

h1,
.fake_h1 {
	font-size: 78px;
	font-size: 3.25rem;
}

h1,
.fake_h1 {
	font-size: 78px;
	font-size: 3.25rem;
}

h1,
.fake_h1 {
	font-size: 78px;
	font-size: 3.25rem;
}

main {
	padding-top: 93px;
}

main {
	padding-top: 93px;
}

.fullframe_minus_nav {
	height: calc(100vh - 93px);
}

.fullframe_minus_nav {
	height: calc(100vh - 93px);
}

.fullframe_minus_nav_and_subnav {
	height: calc(100vh - 140px);
}

.fullframe_minus_nav_and_subnav {
	height: calc(100vh - 140px);
}

.minFrameMinusTheNavThings,
.directorsindex_uber_wrap {
	min-height: calc(100vh - 140px);
}

.minFrameMinusTheNavThings,
.directorsindex_uber_wrap {
	min-height: calc(100vh - 140px);
}

.full_w.three_up_wrap > * {
	width: 50%;
}

.full_w.three_up_wrap > *:nth-child(3n+1) {
	clear: none;
}

.full_w.three_up_wrap > *:nth-child(2n+1) {
	clear: left;
}

.full_w.three_up_wrap > * {
	width: 50%;
}

.full_w.three_up_wrap > *:nth-child(3n+1) {
	clear: none;
}

.full_w.three_up_wrap > *:nth-child(2n+1) {
	clear: left;
}

.feature_card_copy {
	padding-right: 4.5em;
}

.feature_card_copy {
	padding-right: 4.5em;
}

.section_chunk {
	padding-left: 0;
	padding-right: 0;
}

.section_chunk {
	padding-left: 0;
	padding-right: 0;
}

#homepage_search_wrap {
	font-size: 78px;
	font-size: 3.25rem;
}

#homepage_search_wrap {
	font-size: 78px;
	font-size: 3.25rem;
}

#nav_search_wrap {
	font-size: 78px;
	font-size: 3.25rem;
}

#nav_search_wrap {
	font-size: 78px;
	font-size: 3.25rem;
}

.contact_break.desktop-laptop {
	clear: left;
}

.contact_break.desktop-laptop {
	clear: left;
}

.contact_card.desktop-laptop {
	clear: left;
}

.contact_card.desktop-laptop {
	clear: left;
}

.contact_break_5_4 .contact_card.desktop-laptop,
.contact_break_4_5 .contact_card.desktop-laptop {
	clear: left;
}

.contact_break_5_4 .contact_card.desktop-laptop,
.contact_break_4_5 .contact_card.desktop-laptop {
	clear: left;
}

.contact_break_3_3_4 .contact_card.desktop-laptop {
	clear: left;
}

.contact_break_3_3_4 .contact_card.desktop-laptop {
	clear: left;
}

.contact_break_3_4_4 .contact_card.desktop-laptop {
	clear: left;
}

.contact_break_3_4_4 .contact_card.desktop-laptop {
	clear: left;
}

.contact_break_4_3 .contact_card.desktop-laptop {
	clear: left;
}

.contact_break_4_3 .contact_card.desktop-laptop {
	clear: left;
}

#main_footer {
	padding-top: 0.75em;
}

#main_footer {
	padding-top: 0.75em;
}

.loadMoreLink {
	font-size: 18px;
	font-size: 0.75rem;
}

.loadMoreLink {
	font-size: 18px;
	font-size: 0.75rem;
}

.tile_title {
	font-size: 24px;
	font-size: 1rem;
}

.tile_title {
	font-size: 24px;
	font-size: 1rem;
}

.tile_subtitle {
	font-size: 18px;
	font-size: 0.75rem;
}

.tile_subtitle {
	font-size: 18px;
	font-size: 0.75rem;
}

.gallery_wrap .three_up_wrap .tile_title {
	font-size: 36px;
	font-size: 1.5rem;
	font-size: calc(20px + (36 - 20) * ((100vw - 480px) / (1137 - 480)));
}

.gallery_wrap .three_up_wrap .tile_title {
	font-size: 36px;
	font-size: 1.5rem;
	font-size: calc(20px + (36 - 20) * ((100vw - 480px) / (1137 - 480)));
}

.related_links_wrap.three_up_wrap .tile_title {
	font-size: 24px;
	font-size: 1rem;
}

.related_links_wrap.three_up_wrap .tile_title {
	font-size: 24px;
	font-size: 1rem;
}

.pagetype_home #main_search_toggle {
	transform: scale(0.75) translate(0, -6px);
}

.pagetype_home #main_search_toggle {
	transform: scale(0.75) translate(0, -6px);
}

.pagetype_home #main_logo .rm_icon_logo {
	width: 340px;
	height: 40.9px;
}

.pagetype_home #main_logo .rm_icon_logo {
	width: 340px;
	height: 40.9px;
}

.pagetype_home .main_nav_item {
	font-size: 24px;
	font-size: 1rem;
}

.pagetype_home .main_nav_item {
	font-size: 24px;
	font-size: 1rem;
}

.homepage_link .homepage_card_title,
a.homepage_link .homepage_card_title {
	font-size: 50px;
}

.homepage_link .homepage_card_title,
a.homepage_link .homepage_card_title {
	font-size: 50px;
}

.homepage_link .homepage_card_sub,
a.homepage_link .homepage_card_sub {
	font-size: 20px;
}

.homepage_link .homepage_card_sub,
a.homepage_link .homepage_card_sub {
	font-size: 20px;
}

.autofill_suggestion {
	font-size: 18px;
	font-size: 0.75rem;
}

.autofill_suggestion {
	font-size: 18px;
	font-size: 0.75rem;
}

.autofill_suggestion a.autofill_link {
	padding: 6px;
	margin: 4px 0px;
}

.autofill_suggestion a.autofill_link {
	padding: 6px;
	margin: 4px 0px;
}

.autofill_suggestion {
	padding: 4px 0px;
}

.autofill_suggestion {
	padding: 4px 0px;
}

.results_section .contact_card {
	font-size: 18px;
	font-size: 0.75rem;
}

.results_section .contact_card {
	font-size: 18px;
	font-size: 0.75rem;
}

.big_ol_search input.search_field {
	font-size: 42px;
	font-size: 1.75rem;
}

.big_ol_search input.search_field {
	font-size: 42px;
	font-size: 1.75rem;
}

.directorsindex_category-section h2 {
	font-size: 1.9rem;
}

.directorsindex_category-section h2 {
	font-size: 1.9rem;
}

.pagetype_contact .section_chunk {
	padding-right: 30px;
	padding-left: 30px;
}

.about_copy .copy_section_wrap:first-of-type .copy_section_content .section_copy {
	font-size: 56px;
	font-size: 2.333rem;
}

.about_copy .copy_section_wrap:first-of-type .copy_section_content .section_copy {
	font-size: 56px;
	font-size: 2.333rem;
}

}

@media only screen and (max-width: 1440px) and only screen and (max-width: 960px) {

.pagetype_contact .section_chunk {
	padding-right: 15px;
}

.pagetype_contact .section_chunk {
	padding-right: 15px;
}

.pagetype_contact .section_chunk {
	padding-left: 15px;
}

.pagetype_contact .section_chunk {
	padding-left: 15px;
}

}

@media only screen and (max-width: 1140px) {

.pagetype_home .searchOpen .nav_social {
	display: none;
}

.pagetype_home .searchOpen .nav_social {
	display: none;
}

}

@media only screen and (max-width: 1100px) {

.contact_break:nth-child(5),
.contact_break:nth-child(6),
.contact_break:nth-child(10),
.contact_break:nth-child(15) {
	clear: none;
}

.contact_break:nth-child(5n+1) {
	clear: none;
}

.contact_break:nth-child(4n+1) {
	clear: left;
}

.contact_break:nth-child(5),
.contact_break:nth-child(6),
.contact_break:nth-child(10),
.contact_break:nth-child(15) {
	clear: none;
}

.contact_break:nth-child(5n+1) {
	clear: none;
}

.contact_break:nth-child(4n+1) {
	clear: left;
}

.contact_card:nth-child(5),
.contact_card:nth-child(6),
.contact_card:nth-child(10),
.contact_card:nth-child(15) {
	clear: none;
}

.contact_card:nth-child(5n+1) {
	clear: none;
}

.contact_card:nth-child(4n+1) {
	clear: left;
}

.contact_card:nth-child(5),
.contact_card:nth-child(6),
.contact_card:nth-child(10),
.contact_card:nth-child(15) {
	clear: none;
}

.contact_card:nth-child(5n+1) {
	clear: none;
}

.contact_card:nth-child(4n+1) {
	clear: left;
}

.contact_break_5_4 .contact_card:nth-child(5),
.contact_break_4_5 .contact_card:nth-child(5),
.contact_break_5_4 .contact_card:nth-child(6),
.contact_break_4_5 .contact_card:nth-child(6),
.contact_break_5_4 .contact_card:nth-child(10),
.contact_break_4_5 .contact_card:nth-child(10),
.contact_break_5_4 .contact_card:nth-child(15),
.contact_break_4_5 .contact_card:nth-child(15) {
	clear: none;
}

.contact_break_5_4 .contact_card:nth-child(5n+1),
.contact_break_4_5 .contact_card:nth-child(5n+1) {
	clear: none;
}

.contact_break_5_4 .contact_card:nth-child(4n+1),
.contact_break_4_5 .contact_card:nth-child(4n+1) {
	clear: left;
}

.contact_break_5_4 .contact_card:nth-child(5),
.contact_break_4_5 .contact_card:nth-child(5),
.contact_break_5_4 .contact_card:nth-child(6),
.contact_break_4_5 .contact_card:nth-child(6),
.contact_break_5_4 .contact_card:nth-child(10),
.contact_break_4_5 .contact_card:nth-child(10),
.contact_break_5_4 .contact_card:nth-child(15),
.contact_break_4_5 .contact_card:nth-child(15) {
	clear: none;
}

.contact_break_5_4 .contact_card:nth-child(5n+1),
.contact_break_4_5 .contact_card:nth-child(5n+1) {
	clear: none;
}

.contact_break_5_4 .contact_card:nth-child(4n+1),
.contact_break_4_5 .contact_card:nth-child(4n+1) {
	clear: left;
}

.contact_break_3_3_4 .contact_card:nth-child(5),
.contact_break_3_3_4 .contact_card:nth-child(6),
.contact_break_3_3_4 .contact_card:nth-child(10),
.contact_break_3_3_4 .contact_card:nth-child(15) {
	clear: none;
}

.contact_break_3_3_4 .contact_card:nth-child(5n+1) {
	clear: none;
}

.contact_break_3_3_4 .contact_card:nth-child(4n+1) {
	clear: left;
}

.contact_break_3_3_4 .contact_card:nth-child(5),
.contact_break_3_3_4 .contact_card:nth-child(6),
.contact_break_3_3_4 .contact_card:nth-child(10),
.contact_break_3_3_4 .contact_card:nth-child(15) {
	clear: none;
}

.contact_break_3_3_4 .contact_card:nth-child(5n+1) {
	clear: none;
}

.contact_break_3_3_4 .contact_card:nth-child(4n+1) {
	clear: left;
}

.contact_break_3_3_4 .contact_card:nth-child(4n+1) {
	clear: none;
}

.contact_break_3_3_4 .contact_card:nth-child(4) {
	clear: left;
}

.contact_break_3_3_4 .contact_card:nth-child(11) {
	clear: left;
}

.contact_break_3_3_4 .contact_card:nth-child(4n+1) {
	clear: none;
}

.contact_break_3_3_4 .contact_card:nth-child(4) {
	clear: left;
}

.contact_break_3_3_4 .contact_card:nth-child(11) {
	clear: left;
}

.contact_break_3_4_4 .contact_card:nth-child(5),
.contact_break_3_4_4 .contact_card:nth-child(6),
.contact_break_3_4_4 .contact_card:nth-child(10),
.contact_break_3_4_4 .contact_card:nth-child(15) {
	clear: none;
}

.contact_break_3_4_4 .contact_card:nth-child(5n+1) {
	clear: none;
}

.contact_break_3_4_4 .contact_card:nth-child(4n+1) {
	clear: left;
}

.contact_break_3_4_4 .contact_card:nth-child(5),
.contact_break_3_4_4 .contact_card:nth-child(6),
.contact_break_3_4_4 .contact_card:nth-child(10),
.contact_break_3_4_4 .contact_card:nth-child(15) {
	clear: none;
}

.contact_break_3_4_4 .contact_card:nth-child(5n+1) {
	clear: none;
}

.contact_break_3_4_4 .contact_card:nth-child(4n+1) {
	clear: left;
}

.contact_break_3_4_4 .contact_card:nth-child(4n+1) {
	clear: none;
}

.contact_break_3_4_4 .contact_card:nth-child(4) {
	clear: left;
}

.contact_break_3_4_4 .contact_card:nth-child(12) {
	clear: left;
}

.contact_break_3_4_4 .contact_card:nth-child(4n+1) {
	clear: none;
}

.contact_break_3_4_4 .contact_card:nth-child(4) {
	clear: left;
}

.contact_break_3_4_4 .contact_card:nth-child(12) {
	clear: left;
}

.contact_break_4_3 .contact_card:nth-child(5),
.contact_break_4_3 .contact_card:nth-child(6),
.contact_break_4_3 .contact_card:nth-child(10),
.contact_break_4_3 .contact_card:nth-child(15) {
	clear: none;
}

.contact_break_4_3 .contact_card:nth-child(5n+1) {
	clear: none;
}

.contact_break_4_3 .contact_card:nth-child(4n+1) {
	clear: left;
}

.contact_break_4_3 .contact_card:nth-child(5),
.contact_break_4_3 .contact_card:nth-child(6),
.contact_break_4_3 .contact_card:nth-child(10),
.contact_break_4_3 .contact_card:nth-child(15) {
	clear: none;
}

.contact_break_4_3 .contact_card:nth-child(5n+1) {
	clear: none;
}

.contact_break_4_3 .contact_card:nth-child(4n+1) {
	clear: left;
}

.contact_break_4_3 .contact_card:nth-child(5n+1) {
	clear: none;
}

.contact_break_4_3 .contact_card:nth-child(4n+1) {
	clear: none;
}

.contact_break_4_3 .contact_card:nth-child(5) {
	clear: left;
}

.contact_break_4_3 .contact_card:nth-child(8) {
	clear: left;
}

.contact_break_4_3 .contact_card:nth-child(5n+1) {
	clear: none;
}

.contact_break_4_3 .contact_card:nth-child(4n+1) {
	clear: none;
}

.contact_break_4_3 .contact_card:nth-child(5) {
	clear: left;
}

.contact_break_4_3 .contact_card:nth-child(8) {
	clear: left;
}

}

@media only screen and (max-width: 1080px) {

.details_wrap-inline > *:nth-child(n+4) {
	padding-top: 30px;
}

.details_wrap-inline > *:nth-child(n+4) {
	padding-top: 30px;
}

}

@media only screen and (max-width: 1080px) and only screen and (max-width: 960px) {

.details_wrap-inline > *:nth-child(n+4) {
	padding-top: 15px;
}

.details_wrap-inline > *:nth-child(n+4) {
	padding-top: 15px;
}

.details_wrap-inline > *:nth-child(n+4) {
	padding-top: 15px;
}

.details_wrap-inline > *:nth-child(n+4) {
	padding-top: 15px;
}

}

@media only screen and (max-width: 1044px) {

.pagetype_directorindex #sub_nav_wrap {
	top: 92px;
}

.pagetype_directorindex #sub_nav_wrap {
	top: 92px;
}

.directorsindex_uber_wrap {
	padding-top: 0px;
}

.directorsindex_uber_wrap {
	padding-top: 0px;
}

.directorsindex_categories {
	top: 136px;
	padding-top: 2px;
}

.directorsindex_categories a.directorsindex_categories-link {
	margin-right: 0;
}

.directorsindex_categories {
	top: 136px;
	padding-top: 2px;
}

.directorsindex_categories a.directorsindex_categories-link {
	margin-right: 0;
}

.directorsindex_list {
	-moz-column-count: 2;
	-webkit-column-count: 2;
	-o-column-count: 2;
	-ms-column-count: 2;
	column-count: 2;
}

.directorsindex_list {
	-moz-column-count: 2;
	-webkit-column-count: 2;
	-o-column-count: 2;
	-ms-column-count: 2;
	column-count: 2;
}

.directorsindex_section {
	padding-top: 0px;
}

.directorsindex_section {
	padding-top: 0px;
}

}

@media only screen and (max-width: 1023px) {

.pagetype_home #main_nav_wrap:before {
	height: 100%;
}

.pagetype_home #main_nav_wrap:before {
	height: 100%;
}

.pagetype_home #main_nav {
	position: relative;
	right: auto;
	padding-top: 30px;
}

.pagetype_home #main_nav {
	position: relative;
	right: auto;
	padding-top: 30px;
}

.pagetype_home .main_nav_item {
	font-size: 60px;
	font-size: 3.75rem;
}

.pagetype_home .main_nav_item {
	font-size: 60px;
	font-size: 3.75rem;
}

.pagetype_home .main_nav_item {
	float: none;
	clear: both;
	width: 100%;
	border-bottom: 0px none;
	margin: 0;
	padding: 15px;
}

.pagetype_home .main_nav_item:focus,
.pagetype_home .main_nav_item:hover {
	background: #fff;
	color: #000;
}

.pagetype_home .main_nav_item {
	float: none;
	clear: both;
	width: 100%;
	border-bottom: 0px none;
	margin: 0;
	padding: 15px;
}

.pagetype_home .main_nav_item:focus,
.pagetype_home .main_nav_item:hover {
	background: #fff;
	color: #000;
}

.pagetype_home .main_nav_item.nav_social {
	padding-top: 0;
	position: relative;
	top: auto;
	right: auto;
	margin-right: 0;
}

.pagetype_home .main_nav_item.nav_social .rm_icon {
	font-size: 1.5rem;
}

.pagetype_home .main_nav_item.nav_social {
	padding-top: 0;
	position: relative;
	top: auto;
	right: auto;
	margin-right: 0;
}

.pagetype_home .main_nav_item.nav_social .rm_icon {
	font-size: 1.5rem;
}

.pagetype_home .searchOpen #main_nav {
	display: none;
}

.pagetype_home .searchOpen #main_nav {
	display: none;
}

}

@media only screen and (max-height: 980px) and (max-width: 1023px) {

.homepage_link .homepage_bottom_wrap,
a.homepage_link .homepage_bottom_wrap {
	display: none;
}

}

@media only screen and (max-width: 960px) {

.show_to_stack {
	display: block;
}

.show_to_stack {
	display: block;
}

.show_to_stack-inline {
	display: inline-block;
}

.show_to_stack-inline {
	display: inline-block;
}

.hide_from_stack {
	display: none;
}

.hide_from_stack {
	display: none;
}

.pad {
	padding: 15px;
}

.pad {
	padding: 15px;
}

.pad_t,
.pad_v {
	padding-top: 15px;
}

.pad_t,
.pad_v {
	padding-top: 15px;
}

.pad_r,
.pad_h {
	padding-right: 15px;
}

.pad_r,
.pad_h {
	padding-right: 15px;
}

.pad_b,
.pad_v {
	padding-bottom: 15px;
}

.pad_b,
.pad_v {
	padding-bottom: 15px;
}

.pad_l,
.pad_h {
	padding-left: 15px;
}

.pad_l,
.pad_h {
	padding-left: 15px;
}

.mar {
	margin: 15px;
}

.mar {
	margin: 15px;
}

.mar_t,
.mar_v {
	margin-top: 15px;
}

.mar_t,
.mar_v {
	margin-top: 15px;
}

.mar_r,
.mar_h {
	margin-right: 15px;
}

.mar_r,
.mar_h {
	margin-right: 15px;
}

.mar_b,
.mar_v {
	margin-bottom: 15px;
}

.mar_b,
.mar_v {
	margin-bottom: 15px;
}

.mar_l,
.mar_h {
	margin-left: 15px;
}

.mar_l,
.mar_h {
	margin-left: 15px;
}

.pad_half {
	padding: 7.5px;
}

.pad_half {
	padding: 7.5px;
}

.pad_half_t,
.pad_half_v {
	padding-top: 7.5px;
}

.pad_half_t,
.pad_half_v {
	padding-top: 7.5px;
}

.pad_half_r,
.pad_half_h {
	padding-right: 7.5px;
}

.pad_half_r,
.pad_half_h {
	padding-right: 7.5px;
}

.pad_half_b,
.pad_half_v {
	padding-bottom: 7.5px;
}

.pad_half_b,
.pad_half_v {
	padding-bottom: 7.5px;
}

.pad_half_l,
.pad_half_h {
	padding-left: 7.5px;
}

.pad_half_l,
.pad_half_h {
	padding-left: 7.5px;
}

.mar_half {
	margin: 7.5px;
}

.mar_half {
	margin: 7.5px;
}

.mar_half_t,
.mar_half_v {
	margin-top: 7.5px;
}

.mar_half_t,
.mar_half_v {
	margin-top: 7.5px;
}

.mar_half_r,
.mar_half_h {
	margin-right: 7.5px;
}

.mar_half_r,
.mar_half_h {
	margin-right: 7.5px;
}

.mar_half_b,
.mar_half_v {
	margin-bottom: 7.5px;
}

.mar_half_b,
.mar_half_v {
	margin-bottom: 7.5px;
}

.mar_half_l,
.mar_half_h {
	margin-left: 7.5px;
}

.mar_half_l,
.mar_half_h {
	margin-left: 7.5px;
}

.pad_quarter {
	padding: 3.75px;
}

.pad_quarter {
	padding: 3.75px;
}

.pad_big {
	padding: 40px;
}

.pad_big {
	padding: 40px;
}

.pad_big_t,
.pad_big_v {
	padding-top: 40px;
}

.pad_big_t,
.pad_big_v {
	padding-top: 40px;
}

.pad_big_r,
.pad_big_h {
	padding-right: 40px;
}

.pad_big_r,
.pad_big_h {
	padding-right: 40px;
}

.pad_big_b,
.pad_big_v {
	padding-bottom: 40px;
}

.pad_big_b,
.pad_big_v {
	padding-bottom: 40px;
}

.pad_big_l,
.pad_big_h {
	padding-left: 40px;
}

.pad_big_l,
.pad_big_h {
	padding-left: 40px;
}

.pad_section {
	padding-left: 40px 0;
}

.pad_section {
	padding-left: 40px 0;
}

.stack_full {
	clear: both;
	float: none;
	position: relative !important;
	display: block;
	width: auto;
}

.stack_full {
	clear: both;
	float: none;
	position: relative !important;
	display: block;
	width: auto;
}

.centered_laptop {
	padding-right: 15px;
}

.centered_laptop {
	padding-right: 15px;
}

.centered_laptop {
	padding-left: 15px;
}

.centered_laptop {
	padding-left: 15px;
}

html,
body {
	font-size: 16px;
}

html,
body {
	font-size: 16px;
}

.fake_font {
	font-size: 16px;
	font-size: 1rem;
}

.fake_font {
	font-size: 16px;
	font-size: 1rem;
}

.fs_110 {
	font-size: 110px;
	font-size: 6.875rem;
}

.fs_110 {
	font-size: 110px;
	font-size: 6.875rem;
}

.fs_110_78_60 {
	font-size: 60px;
	font-size: 3.75rem;
}

.fs_110_78_60 {
	font-size: 60px;
	font-size: 3.75rem;
}

.fs_110_78_40 {
	font-size: 40px;
	font-size: 2.5rem;
}

.fs_110_78_40 {
	font-size: 40px;
	font-size: 2.5rem;
}

.fs_110_78_30 {
	font-size: 30px;
	font-size: 1.875rem;
}

.fs_110_78_30 {
	font-size: 30px;
	font-size: 1.875rem;
}

.fs_110_78_30 {
	font-size: 30px;
	font-size: 1.875rem;
}

.fs_110_78_30 {
	font-size: 30px;
	font-size: 1.875rem;
}

.fs_90_78_30 {
	font-size: 30px;
	font-size: 1.875rem;
}

.fs_90_78_30 {
	font-size: 30px;
	font-size: 1.875rem;
}

.fs_78 {
	font-size: 78px;
	font-size: 4.875rem;
}

.fs_78 {
	font-size: 78px;
	font-size: 4.875rem;
}

.fs_58_58_38 {
	font-size: 38px;
	font-size: 1.583rem;
}

.fs_58_58_38 {
	font-size: 38px;
	font-size: 1.583rem;
}

.fs_56 {
	font-size: 56px;
	font-size: 3.5rem;
}

.fs_56 {
	font-size: 56px;
	font-size: 3.5rem;
}

.fs_56_56_28 {
	font-size: 28px;
	font-size: 1.75rem;
}

.fs_56_56_28 {
	font-size: 28px;
	font-size: 1.75rem;
}

.fs_56_56_18 {
	font-size: 18px;
	font-size: 1.125rem;
}

.fs_56_56_18 {
	font-size: 18px;
	font-size: 1.125rem;
}

.fs_56_56_46_36 {
	font-size: 46px;
	font-size: 1.917rem;
}

.fs_56_56_46_36 {
	font-size: 46px;
	font-size: 1.917rem;
}

.fs_56_36_18 {
	font-size: 18px;
	font-size: 0.75rem;
}

.fs_56_36_18 {
	font-size: 18px;
	font-size: 0.75rem;
}

.fs_46 {
	font-size: 46px;
	font-size: 2.875rem;
}

.fs_46 {
	font-size: 46px;
	font-size: 2.875rem;
}

.fs_46_46_22 {
	font-size: 22px;
	font-size: 1.375rem;
}

.fs_46_46_22 {
	font-size: 22px;
	font-size: 1.375rem;
}

.fs_44_44_30 {
	font-size: 30px;
	font-size: 1.875rem;
}

.fs_44_44_30 {
	font-size: 30px;
	font-size: 1.875rem;
}

.fs_40 {
	font-size: 40px;
	font-size: 2.5rem;
}

.fs_40 {
	font-size: 40px;
	font-size: 2.5rem;
}

.fs_36 {
	font-size: 36px;
	font-size: 2.25rem;
}

.fs_36 {
	font-size: 36px;
	font-size: 2.25rem;
}

.fs_36_36_22 {
	font-size: 22px;
	font-size: 1.375rem;
}

.fs_36_36_22 {
	font-size: 22px;
	font-size: 1.375rem;
}

.fs_36_36_18 {
	font-size: 18px;
	font-size: 1.125rem;
}

.fs_36_36_18 {
	font-size: 18px;
	font-size: 1.125rem;
}

.fs_36_28_18 {
	font-size: 18px;
	font-size: 1.125rem;
}

.fs_36_28_18 {
	font-size: 18px;
	font-size: 1.125rem;
}

.fs_32 {
	font-size: 32px;
	font-size: 2rem;
}

.fs_32 {
	font-size: 32px;
	font-size: 2rem;
}

.fs_32_32_18 {
	font-size: 18px;
	font-size: 1.125rem;
}

.fs_32_32_18 {
	font-size: 18px;
	font-size: 1.125rem;
}

.fs_32_32_14 {
	font-size: 14px;
	font-size: 0.875rem;
}

.fs_32_32_14 {
	font-size: 14px;
	font-size: 0.875rem;
}

.fs_32_24_18 {
	font-size: 18px;
	font-size: 1.125rem;
}

.fs_32_24_18 {
	font-size: 18px;
	font-size: 1.125rem;
}

.fs_32_24_14 {
	font-size: 14px;
	font-size: 0.875rem;
}

.fs_32_24_14 {
	font-size: 14px;
	font-size: 0.875rem;
}

.fs_30 {
	font-size: 30px;
	font-size: 1.875rem;
}

.fs_30 {
	font-size: 30px;
	font-size: 1.875rem;
}

.fs_30_24_24 {
	font-size: 24px;
	font-size: 1.5rem;
}

.fs_30_24_24 {
	font-size: 24px;
	font-size: 1.5rem;
}

.fs_28 {
	font-size: 28px;
	font-size: 1.75rem;
}

.fs_28 {
	font-size: 28px;
	font-size: 1.75rem;
}

.fs_28_28_16 {
	font-size: 16px;
	font-size: 1rem;
}

.fs_28_28_16 {
	font-size: 16px;
	font-size: 1rem;
}

.fs_28_28_14 {
	font-size: 14px;
	font-size: 0.875rem;
}

.fs_28_28_14 {
	font-size: 14px;
	font-size: 0.875rem;
}

.fs_24 {
	font-size: 24px;
	font-size: 1.5rem;
}

.fs_24 {
	font-size: 24px;
	font-size: 1.5rem;
}

.fs_24_24_18 {
	font-size: 18px;
	font-size: 1.125rem;
}

.fs_24_24_18 {
	font-size: 18px;
	font-size: 1.125rem;
}

.fs_24_24_16 {
	font-size: 16px;
	font-size: 1rem;
}

.fs_24_24_16 {
	font-size: 16px;
	font-size: 1rem;
}

.fs_24_18_16 {
	font-size: 16px;
	font-size: 1rem;
}

.fs_24_18_16 {
	font-size: 16px;
	font-size: 1rem;
}

.fs_24_18_18_14 {
	font-size: 18px;
	font-size: 1.125rem;
}

.fs_24_18_18_14 {
	font-size: 18px;
	font-size: 1.125rem;
}

.fs_24_24_14 {
	font-size: 14px;
	font-size: 0.875rem;
}

.fs_24_24_14 {
	font-size: 14px;
	font-size: 0.875rem;
}

.fs_24_18_14 {
	font-size: 14px;
	font-size: 0.875rem;
}

.fs_24_18_14 {
	font-size: 14px;
	font-size: 0.875rem;
}

.fs_22 {
	font-size: 22px;
	font-size: 1.375rem;
}

.fs_22 {
	font-size: 22px;
	font-size: 1.375rem;
}

.fs_22_22_17 {
	font-size: 17px;
	font-size: 1.063rem;
}

.fs_22_22_17 {
	font-size: 17px;
	font-size: 1.063rem;
}

.fs_22_22_14 {
	font-size: 14px;
	font-size: 0.875rem;
}

.fs_22_22_14 {
	font-size: 14px;
	font-size: 0.875rem;
}

.fs_20_18_12_10 {
	font-size: 12px;
	font-size: 0.5rem;
}

.fs_20_18_12_10 {
	font-size: 12px;
	font-size: 0.5rem;
}

.fs_18 {
	font-size: 18px;
	font-size: 1.125rem;
}

.fs_18 {
	font-size: 18px;
	font-size: 1.125rem;
}

.fs_18_18_16 {
	font-size: 16px;
	font-size: 1rem;
}

.fs_18_18_16 {
	font-size: 16px;
	font-size: 1rem;
}

.fs_18_14 {
	font-size: 14px;
	font-size: 0.875rem;
}

.fs_18_14 {
	font-size: 14px;
	font-size: 0.875rem;
}

.fs_18_18_12 {
	font-size: 12px;
	font-size: 0.75rem;
}

.fs_18_18_12 {
	font-size: 12px;
	font-size: 0.75rem;
}

.fs_17 {
	font-size: 17px;
	font-size: 1.063rem;
}

.fs_17 {
	font-size: 17px;
	font-size: 1.063rem;
}

.fs_16 {
	font-size: 16px;
	font-size: 1rem;
}

.fs_16 {
	font-size: 16px;
	font-size: 1rem;
}

.rm_logo_wrap {
	padding: 7.5px;
	margin: 7.5px;
}

.rm_logo_wrap {
	padding: 7.5px;
	margin: 7.5px;
}

.rm_logo_wrap .rm_icon_logo {
	width: 168px;
	height: 20px;
}

.rm_logo_wrap .rm_icon_logo {
	width: 168px;
	height: 20px;
}

h1,
.fake_h1 {
	font-size: 30px;
	font-size: 1.875rem;
}

h1,
.fake_h1 {
	font-size: 30px;
	font-size: 1.875rem;
}

h1,
.fake_h1 {
	font-size: 30px;
	font-size: 1.875rem;
}

h1,
.fake_h1 {
	font-size: 30px;
	font-size: 1.875rem;
}

h2,
.fake_h2 {
	font-size: 28px;
	font-size: 1.75rem;
}

h2,
.fake_h2 {
	font-size: 28px;
	font-size: 1.75rem;
}

h3,
.fake_h3 {
	font-size: 22px;
	font-size: 1.375rem;
}

h3,
.fake_h3 {
	font-size: 22px;
	font-size: 1.375rem;
}

h4,
.fake_h4 {
	font-size: 22px;
	font-size: 1.375rem;
}

h4,
.fake_h4 {
	font-size: 22px;
	font-size: 1.375rem;
}

h5,
.fake_h5 {
	font-size: 14px;
	font-size: 0.875rem;
}

h5,
.fake_h5 {
	font-size: 14px;
	font-size: 0.875rem;
}

h6,
.fake_h6 {
	font-size: 17px;
	font-size: 1.063rem;
}

h6,
.fake_h6 {
	font-size: 17px;
	font-size: 1.063rem;
}

figcaption {
	padding: 15px;
}

figcaption {
	padding: 15px;
}

.bottom_third,
.ikls_vid_uber_wrap .bottom_third {
	padding: 15px;
}

.bottom_third,
.ikls_vid_uber_wrap .bottom_third {
	padding: 15px;
}

main {
	padding-top: 51px;
}

main {
	padding-top: 51px;
}

.fullframe,
a.fullframe,
.fullframe_minus_nav,
.fullframe_minus_nav_and_subnav {
	padding: 15px;
}

.fullframe,
a.fullframe,
.fullframe_minus_nav,
.fullframe_minus_nav_and_subnav {
	padding: 15px;
}

.fullframe,
a.fullframe,
.fullframe_minus_nav,
.fullframe_minus_nav_and_subnav {
	height: auto;
	min-height: auto;
	padding-top: 56.25%;
}

.fullframe,
a.fullframe,
.fullframe_minus_nav,
.fullframe_minus_nav_and_subnav {
	height: auto;
	min-height: auto;
	padding-top: 56.25%;
}

.minFrameMinusTheNavThings,
.directorsindex_uber_wrap {
	min-height: calc(100vh - 86px);
}

.minFrameMinusTheNavThings,
.directorsindex_uber_wrap {
	min-height: calc(100vh - 86px);
}

.four_up_wrap > *,
.three_up_wrap > *,
.two_up_wrap > *,
.four_up,
.three_up,
.two_up {
	width: 50%;
}

.four_up_wrap > *:nth-child(4n+1),
.three_up_wrap > *:nth-child(4n+1),
.two_up_wrap > *:nth-child(4n+1),
.four_up:nth-child(4n+1),
.three_up:nth-child(4n+1),
.two_up:nth-child(4n+1) {
	clear: none;
}

.four_up_wrap > *:nth-child(3n+1),
.three_up_wrap > *:nth-child(3n+1),
.two_up_wrap > *:nth-child(3n+1),
.four_up:nth-child(3n+1),
.three_up:nth-child(3n+1),
.two_up:nth-child(3n+1) {
	clear: none;
}

.four_up_wrap > *:nth-child(2n+1),
.three_up_wrap > *:nth-child(2n+1),
.two_up_wrap > *:nth-child(2n+1),
.four_up:nth-child(2n+1),
.three_up:nth-child(2n+1),
.two_up:nth-child(2n+1) {
	clear: left;
}

.four_up_wrap > *,
.three_up_wrap > *,
.two_up_wrap > *,
.four_up,
.three_up,
.two_up {
	width: 50%;
}

.four_up_wrap > *:nth-child(4n+1),
.three_up_wrap > *:nth-child(4n+1),
.two_up_wrap > *:nth-child(4n+1),
.four_up:nth-child(4n+1),
.three_up:nth-child(4n+1),
.two_up:nth-child(4n+1) {
	clear: none;
}

.four_up_wrap > *:nth-child(3n+1),
.three_up_wrap > *:nth-child(3n+1),
.two_up_wrap > *:nth-child(3n+1),
.four_up:nth-child(3n+1),
.three_up:nth-child(3n+1),
.two_up:nth-child(3n+1) {
	clear: none;
}

.four_up_wrap > *:nth-child(2n+1),
.three_up_wrap > *:nth-child(2n+1),
.two_up_wrap > *:nth-child(2n+1),
.four_up:nth-child(2n+1),
.three_up:nth-child(2n+1),
.two_up:nth-child(2n+1) {
	clear: left;
}

.full_w.has_gap > * {
	padding-right: 15px;
}

.full_w.has_gap > * {
	padding-right: 15px;
}

.full_w.has_gap > * {
	padding-bottom: 15px;
}

.full_w.has_gap > * {
	padding-bottom: 15px;
}

.full_w.three_up_wrap > * {
	width: 100%;
}

.full_w.three_up_wrap > * {
	width: 100%;
}

.four_col_wrap,
.three_col_wrap {
	-moz-column-count: 2;
	-webkit-column-count: 2;
	-o-column-count: 2;
	-ms-column-count: 2;
	column-count: 2;
	-moz-column-gap: 15px;
	-webkit-column-gap: 15px;
	-o-column-gap: 15px;
	-ms-column-gap: 15px;
	column-gap: 15px;
}

.four_col_wrap,
.three_col_wrap {
	-moz-column-count: 2;
	-webkit-column-count: 2;
	-o-column-count: 2;
	-ms-column-count: 2;
	column-count: 2;
	-moz-column-gap: 15px;
	-webkit-column-gap: 15px;
	-o-column-gap: 15px;
	-ms-column-gap: 15px;
	column-gap: 15px;
}

.four_col_wrap.directors_index,
.three_col_wrap.directors_index {
	-moz-column-count: 3;
	-webkit-column-count: 3;
	-o-column-count: 3;
	-ms-column-count: 3;
	column-count: 3;
	-moz-column-gap: 15px;
	-webkit-column-gap: 15px;
	-o-column-gap: 15px;
	-ms-column-gap: 15px;
	column-gap: 15px;
}

.four_col_wrap.directors_index,
.three_col_wrap.directors_index {
	-moz-column-count: 3;
	-webkit-column-count: 3;
	-o-column-count: 3;
	-ms-column-count: 3;
	column-count: 3;
	-moz-column-gap: 15px;
	-webkit-column-gap: 15px;
	-o-column-gap: 15px;
	-ms-column-gap: 15px;
	column-gap: 15px;
}

.two_col_wrap .copy_section_content,
.two_col_wrap .blockquote_content {
	padding: 15px;
}

.two_col_wrap .copy_section_content,
.two_col_wrap .blockquote_content {
	padding: 15px;
}

.feature_card_copy {
	padding-left: 15px;
}

.feature_card_copy {
	padding-left: 15px;
}

.feature_card_copy {
	padding-bottom: 15px;
}

.feature_card_copy {
	padding-bottom: 15px;
}

.feature_card_copy {
	padding-right: 4em;
}

.feature_card_copy {
	padding-right: 4em;
}

.headline_with_copy {
	padding-top: 40px;
}

.headline_with_copy {
	padding-top: 40px;
}

.headline_with_copy {
	padding-bottom: 40px;
}

.headline_with_copy {
	padding-bottom: 40px;
}

.headline_with_copy {
	padding-right: 15px;
}

.headline_with_copy {
	padding-right: 15px;
}

.headline_with_copy {
	padding-left: 15px;
}

.headline_with_copy {
	padding-left: 15px;
}

.section_content {
	padding-left: 40px 0;
}

.section_content {
	padding-left: 40px 0;
}

.section_content {
	padding-right: 15px;
}

.section_content {
	padding-right: 15px;
}

.section_content {
	padding-left: 15px;
}

.section_content {
	padding-left: 15px;
}

.section_label {
	padding-bottom: 7.5px;
}

.section_label {
	padding-bottom: 7.5px;
}

.section_title {
	padding-bottom: 15px;
}

.section_title {
	padding-bottom: 15px;
}

.section_copy {
	font-size: 14px;
	font-size: 0.875rem;
}

.section_copy {
	font-size: 14px;
	font-size: 0.875rem;
}

.legal_section {
	font-size: 14px;
	font-size: 0.875rem;
}

.legal_section {
	font-size: 14px;
	font-size: 0.875rem;
}

.copy_section_content {
	padding-top: 40px;
}

.copy_section_content {
	padding-top: 40px;
}

.copy_section_content {
	padding-bottom: 40px;
}

.copy_section_content {
	padding-bottom: 40px;
}

.copy_section_content {
	padding-right: 15px;
}

.copy_section_content {
	padding-right: 15px;
}

.copy_section_content {
	padding-left: 15px;
}

.copy_section_content {
	padding-left: 15px;
}

._fb_slide_indicator_wrap {
	padding-right: 7.5px;
}

._fb_slide_indicator_wrap {
	padding-right: 7.5px;
}

._fb_slide_indicator_wrap {
	padding-left: 7.5px;
}

._fb_slide_indicator_wrap {
	padding-left: 7.5px;
}

.cheeseburger {
	padding: 15px;
	padding-top: 10px;
	padding-bottom: 11.25px;
}

.cheeseburger .cheeseburger-bars {
	width: 1.76em;
	height: 1.75em;
}

.cheeseburger .cheeseburger-bars span {
	height: 0.25em;
}

.cheeseburger {
	padding: 15px;
	padding-top: 10px;
	padding-bottom: 11.25px;
}

.cheeseburger .cheeseburger-bars {
	width: 1.76em;
	height: 1.75em;
}

.cheeseburger .cheeseburger-bars span {
	height: 0.25em;
}

.cheeseburger[aria-expanded="true"] .cheeseburger-bars {
	width: 1.45em;
}

.cheeseburger[aria-expanded="true"] .cheeseburger-bars {
	width: 1.45em;
}

#main_nav_toggle,
#main_search_toggle {
	top: 0;
	right: 0;
}

#main_nav_toggle,
#main_search_toggle {
	top: 0;
	right: 0;
}

#main_search_toggle {
	right: 60px;
	padding: 10.5px 4.5px;
}

#main_search_toggle[aria-expanded="true"] {
	right: 10.5px;
}

#main_search_toggle {
	right: 60px;
	padding: 10.5px 4.5px;
}

#main_search_toggle[aria-expanded="true"] {
	right: 10.5px;
}

#search_wrap-top_bar {
	display: none;
}

#search_wrap-top_bar {
	display: none;
}

#search_wrap-main_nav {
	display: block;
}

#search_wrap-main_nav {
	display: block;
}

#search_wrap-main_nav {
	font-size: 60px;
	font-size: 3.75rem;
	border-width: 7.5px;
}

#search_wrap-main_nav {
	font-size: 60px;
	font-size: 3.75rem;
	border-width: 7.5px;
}

#homepage_search_wrap {
	font-size: 60px;
	font-size: 3.75rem;
}

#homepage_search_wrap {
	font-size: 60px;
	font-size: 3.75rem;
}

#nav_search_wrap {
	font-size: 60px;
	font-size: 3.75rem;
}

#nav_search_wrap {
	font-size: 60px;
	font-size: 3.75rem;
}

.search_toggle {
	padding: 14px;
	margin-top: 11px;
}

.search_toggle {
	padding: 14px;
	margin-top: 11px;
}

#main_nav_wrap #search_nav {
	padding-left: 15px;
	padding-right: 15px;
}

#main_nav_wrap #search_nav .search_submit {
	font-size: 0.35em;
}

#main_nav_wrap #search_nav {
	padding-left: 15px;
	padding-right: 15px;
}

#main_nav_wrap #search_nav .search_submit {
	font-size: 0.35em;
}

.noscript .cheeseburger .cheeseburger-bars {
	width: 1.45em;
}

.noscript .cheeseburger .cheeseburger-bars {
	width: 1.45em;
}

.noscript #main_nav {
	padding: 0 15px 7.5px;
}

.noscript #main_nav {
	padding: 0 15px 7.5px;
}

#sub_nav_wrap {
	padding-left: 15px;
}

#sub_nav_wrap {
	padding-left: 15px;
}

.sub_nav_dropdown_item {
	font-size: 14px;
	font-size: 0.875rem;
}

.sub_nav_dropdown_item {
	font-size: 14px;
	font-size: 0.875rem;
}

.sub_nav_dropdown {
	min-width: 0px;
}

.sub_nav_dropdown {
	min-width: 0px;
}

#sub_sub_nav {
	padding: 0px 15px 15px 15px;
}

#sub_sub_nav {
	padding: 0px 15px 15px 15px;
}

#error_404 {
	font-size: 30px;
	font-size: 1.875rem;
}

#error_404 {
	font-size: 30px;
	font-size: 1.875rem;
}

.contact_uber_wrap {
	padding-right: 15px;
}

.contact_uber_wrap {
	padding-right: 15px;
}

.contact_uber_wrap {
	padding-left: 15px;
}

.contact_uber_wrap {
	padding-left: 15px;
}

.contact_uber_wrap {
	padding-top: 40px;
}

.contact_uber_wrap {
	padding-top: 40px;
}

.contact_section {
	padding-bottom: 15px;
}

.contact_section {
	padding-bottom: 15px;
}

.contact_section h6 {
	font-size: 17px;
	font-size: 1.063rem;
}

.contact_section h6 {
	font-size: 17px;
	font-size: 1.063rem;
}

.contact_section h6 {
	padding-bottom: 15px;
}

.contact_section h6 {
	padding-bottom: 15px;
}

.contact_break.laptop {
	clear: left;
}

.contact_break.laptop {
	clear: left;
}

.contact_card {
	padding-bottom: 15px;
}

.contact_card {
	padding-bottom: 15px;
}

.contact_card {
	font-size: 16px;
	font-size: 1rem;
}

.contact_card {
	font-size: 16px;
	font-size: 1rem;
}

.contact_card.laptop {
	clear: left;
}

.contact_card.laptop {
	clear: left;
}

.contact_break_5_4 .contact_card.laptop,
.contact_break_4_5 .contact_card.laptop {
	clear: left;
}

.contact_break_5_4 .contact_card.laptop,
.contact_break_4_5 .contact_card.laptop {
	clear: left;
}

.contact_break_3_3_4 .contact_card.laptop {
	clear: left;
}

.contact_break_3_3_4 .contact_card.laptop {
	clear: left;
}

.contact_break_3_4_4 .contact_card.laptop {
	clear: left;
}

.contact_break_3_4_4 .contact_card.laptop {
	clear: left;
}

.contact_break_4_3 .contact_card.laptop {
	clear: left;
}

.contact_break_4_3 .contact_card.laptop {
	clear: left;
}

.results_wrap .contact_name {
	font-size: 14px;
	font-size: 0.875rem;
}

.results_wrap .contact_name {
	font-size: 14px;
	font-size: 0.875rem;
}

.results_wrap .contact_card .contact_sub {
	font-size: 16px;
	font-size: 1rem;
}

.results_wrap .contact_card .contact_sub {
	font-size: 16px;
	font-size: 1rem;
}

#main_footer .legal_wrap {
	padding: 15px;
}

#main_footer .legal_wrap {
	padding: 15px;
}

#main_footer .legal_wrap {
	font-size: 16px;
	font-size: 1rem;
}

#main_footer .legal_wrap {
	font-size: 16px;
	font-size: 1rem;
}

.loadMoreLink {
	padding: 7.5px;
}

.loadMoreLink {
	padding: 7.5px;
}

.loadMoreLink {
	font-size: 14px;
	font-size: 0.875rem;
}

.loadMoreLink {
	font-size: 14px;
	font-size: 0.875rem;
}

.tile_title {
	font-size: 18px;
	font-size: 1.125rem;
}

.tile_title {
	font-size: 18px;
	font-size: 1.125rem;
}

.tile_subtitle {
	font-size: 12px;
	font-size: 0.5rem;
}

.tile_subtitle {
	font-size: 12px;
	font-size: 0.5rem;
}

.three_up_wrap .tile_title {
	font-size: 36px;
	font-size: 2.25rem;
}

.three_up_wrap .tile_title {
	font-size: 36px;
	font-size: 2.25rem;
}

.bio_first_sentence {
	font-size: 19px;
	font-size: 1.188rem;
}

.bio_first_sentence {
	font-size: 19px;
	font-size: 1.188rem;
}

.awards_section .section_content {
	padding-right: 15px;
}

.awards_section .section_content {
	padding-right: 15px;
}

.awards_section .section_content {
	padding-left: 15px;
}

.awards_section .section_content {
	padding-left: 15px;
}

.award_icons_wrap .award {
	padding-right: 15px;
}

.award_icons_wrap .award {
	padding-right: 15px;
}

.award_icons_wrap .award {
	padding-bottom: 15px;
}

.award_icons_wrap .award {
	padding-bottom: 15px;
}

.award_icons_wrap .award {
	min-width: 25%;
}

.award_icons_wrap .award:nth-child(6n+1) {
	clear: none;
}

.award_icons_wrap .award:nth-child(4n+1) {
	clear: left;
}

.award_icons_wrap .award {
	min-width: 25%;
}

.award_icons_wrap .award:nth-child(6n+1) {
	clear: none;
}

.award_icons_wrap .award:nth-child(4n+1) {
	clear: left;
}

.details_wrap-stack {
	padding-left: 15px;
}

.details_wrap-stack {
	padding-left: 15px;
}

.details_wrap-stack > * {
	padding-bottom: 15px;
}

.details_wrap-stack > * {
	padding-bottom: 15px;
}

.details_wrap-inline > *:nth-child(n+5) {
	padding-top: 15px;
}

.details_wrap-inline > *:nth-child(n+5) {
	padding-top: 15px;
}

.details_wrap-inline > *:nth-child(n+3) {
	padding-top: 30px;
}

.details_wrap-inline > *:nth-child(n+3) {
	padding-top: 30px;
}

.related_section .section_content {
	padding-right: 15px;
}

.related_section .section_content {
	padding-right: 15px;
}

.related_section .section_content {
	padding-left: 15px;
}

.related_section .section_content {
	padding-left: 15px;
}

.related_section .section_label {
	padding-bottom: 15px;
}

.related_section .section_label {
	padding-bottom: 15px;
}

.related_links_wrap.three_up_wrap .tile_title {
	font-size: 14px;
	font-size: 0.875rem;
}

.related_links_wrap.three_up_wrap .tile_title {
	font-size: 14px;
	font-size: 0.875rem;
}

.related_links_wrap > * {
	width: 33.333%;
	width: calc(100% / 3);
}

.related_links_wrap > :nth-child(2n+1) {
	clear: none;
}

.related_links_wrap > * {
	width: 33.333%;
	width: calc(100% / 3);
}

.related_links_wrap > :nth-child(2n+1) {
	clear: none;
}

.blockquote_content {
	padding-top: 40px;
}

.blockquote_content {
	padding-top: 40px;
}

.blockquote_content {
	padding-bottom: 40px;
}

.blockquote_content {
	padding-bottom: 40px;
}

.blockquote_content {
	padding-right: 15px;
}

.blockquote_content {
	padding-right: 15px;
}

.blockquote_content {
	padding-left: 15px;
}

.blockquote_content {
	padding-left: 15px;
}

.blockquote_content header,
.blockquote_content footer {
	font-size: 12px;
	font-size: 0.75rem;
}

.blockquote_content header,
.blockquote_content footer {
	font-size: 12px;
	font-size: 0.75rem;
}

.blockquote_content header {
	padding-bottom: 7.5px;
}

.blockquote_content header {
	padding-bottom: 7.5px;
}

.blockquote_content footer {
	padding-top: 7.5px;
}

.blockquote_content footer {
	padding-top: 7.5px;
}

.blockquote_content > p {
	font-size: 22px;
	font-size: 1.375rem;
}

.blockquote_content > p {
	font-size: 22px;
	font-size: 1.375rem;
}

.image_w_caption .caption {
	padding: 15px;
}

.image_w_caption .caption {
	padding: 15px;
}

.image_w_caption .credit {
	padding: 15px;
}

.image_w_caption .credit {
	padding: 15px;
}

.gallery_wrap .cta_wrap {
	margin-right: 15px;
}

.gallery_wrap .cta_wrap {
	margin-right: 15px;
}

.gallery_wrap .cta_wrap {
	margin-bottom: 15px;
}

.gallery_wrap .cta_wrap {
	margin-bottom: 15px;
}

.gallery_wrap .cta_wrap .network_bug {
	max-width: 50px;
	margin-right: 0;
}

.gallery_wrap .cta_wrap .network_bug {
	max-width: 50px;
	margin-right: 0;
}

#gallery_download {
	font-size: 18px;
	font-size: 1.125rem;
}

#gallery_download {
	font-size: 18px;
	font-size: 1.125rem;
}

#gallery_canvas_media .gallery_overlay {
	top: 46%;
}

#gallery_canvas_media .gallery_overlay {
	top: 46%;
}

#gallery_canvas_media #gallery_close {
	padding: 7.5px;
}

#gallery_canvas_media #gallery_close {
	padding: 7.5px;
}

.caret_button {
	display: none;
}

.caret_button {
	display: none;
}

div.fullscreen_text .fullscreen_text_inner_wrap {
	margin: 20px;
}

.pagetype_home #main_search_toggle {
	transform: none;
}

.pagetype_home #main_search_toggle {
	transform: none;
}

.pagetype_home #main_nav {
	padding: 7.5px;
}

.pagetype_home #main_nav {
	padding: 7.5px;
}

.pagetype_home .fullframe {
	min-height: 100vh;
}

.pagetype_home .fullframe {
	min-height: 100vh;
}

.homepage_link.backgroundImageAdded:before,
a.homepage_link.backgroundImageAdded:before {
	height: 100%;
}

.homepage_link.backgroundImageAdded:before,
a.homepage_link.backgroundImageAdded:before {
	height: 100%;
}

.homepage_link .homepage_bottom_wrap,
a.homepage_link .homepage_bottom_wrap {
	padding-left: 15px;
}

.homepage_link .homepage_bottom_wrap,
a.homepage_link .homepage_bottom_wrap {
	padding-left: 15px;
}

.identity_header {
	padding-left: 15px;
	padding-right: 15px;
}

.identity_header {
	padding-left: 15px;
	padding-right: 15px;
}

.file_content {
	padding-left: 15px;
}

.file_content {
	padding-left: 15px;
}

.identity_stack_wrap {
	padding-left: 15px;
	padding-right: 15px;
}

.identity_stack_wrap {
	padding-left: 15px;
	padding-right: 15px;
}

.identity_stack_wrap .identity_block {
	margin-bottom: 15px;
}

.identity_stack_wrap .identity_block {
	margin-bottom: 15px;
}

.identity_stack_wrap .identity_block {
	padding-right: 15px;
}

.identity_stack_wrap .identity_block {
	padding-right: 15px;
}

.identity_stack_wrap .identity_block {
	padding-bottom: 15px;
}

.identity_stack_wrap .identity_block {
	padding-bottom: 15px;
}

.identity_stack_wrap .identity_block {
	min-width: 50%;
}

.identity_stack_wrap .identity_block:nth-child(3n+1) {
	clear: none;
}

.identity_stack_wrap .identity_block:nth-child(2n+1) {
	clear: left;
}

.identity_stack_wrap .identity_block {
	min-width: 50%;
}

.identity_stack_wrap .identity_block:nth-child(3n+1) {
	clear: none;
}

.identity_stack_wrap .identity_block:nth-child(2n+1) {
	clear: left;
}

.pagetype_identity .hr_section_wrap {
	margin-top: 15px;
}

.pagetype_identity .hr_section_wrap {
	margin-top: 15px;
}

.pagetype_identity .hr_section_wrap {
	margin-bottom: 15px;
}

.pagetype_identity .hr_section_wrap {
	margin-bottom: 15px;
}

.autofill_suggestion {
	font-size: 18px;
	font-size: 1.125rem;
}

.autofill_suggestion {
	font-size: 18px;
	font-size: 1.125rem;
}

.results_uber_wrap {
	padding-top: 40px;
}

.results_uber_wrap {
	padding-top: 40px;
}

.results_uber_wrap {
	padding-bottom: 40px;
}

.results_uber_wrap {
	padding-bottom: 40px;
}

.results_uber_wrap {
	padding-right: 15px;
}

.results_uber_wrap {
	padding-right: 15px;
}

.results_uber_wrap {
	padding-left: 15px;
}

.results_uber_wrap {
	padding-left: 15px;
}

.results_section {
	padding-bottom: 40px;
}

.results_section {
	padding-bottom: 40px;
}

.results_section .contact_card {
	font-size: 14px;
	font-size: 0.875rem;
}

.results_section .contact_card {
	font-size: 14px;
	font-size: 0.875rem;
}

.results_wrap {
	margin-right: -15px;
}

.results_wrap {
	margin-right: -15px;
}

.pagetype_directorindex #sub_nav_wrap {
	top: 50px;
}

.pagetype_directorindex #sub_nav_wrap {
	top: 50px;
}

.directorsindex_uber_wrap {
	padding: 15px;
}

.directorsindex_uber_wrap {
	padding: 15px;
}

.directorsindex_categories {
	top: 85px;
}

.directorsindex_categories {
	top: 85px;
}

.directorsindex_directors-lists {
	padding-bottom: 40px;
}

.directorsindex_directors-lists {
	padding-bottom: 40px;
}

.directorsindex_category-section {
	padding-bottom: 40px;
}

.directorsindex_category-section {
	padding-bottom: 40px;
}

.directorsindex_section {
	padding-bottom: 15px;
}

.directorsindex_section {
	padding-bottom: 15px;
}

.pagetype_contact .section_chunk {
	padding-bottom: 15px;
}

.pagetype_contact .section_chunk {
	padding-bottom: 15px;
}

.pagetype_contact .section_chunk h6 {
	font-size: 17px;
	font-size: 1.063rem;
}

.pagetype_contact .section_chunk h6 {
	font-size: 17px;
	font-size: 1.063rem;
}

.pagetype_contact .section_chunk h6 {
	padding-bottom: 15px;
}

.pagetype_contact .section_chunk h6 {
	padding-bottom: 15px;
}

.about_copy .section_copy {
	font-size: 18px;
	font-size: 1.125rem;
}

.about_copy .section_copy {
	font-size: 18px;
	font-size: 1.125rem;
}

.about_copy .section_copy {
	max-width: 700px;
}

.about_copy .section_copy {
	max-width: 700px;
}

.about_copy .copy_section_content {
	padding: 13px 15px;
}

.about_copy .copy_section_content {
	padding: 13px 15px;
}

.about_copy .copy_section_wrap:first-of-type .copy_section_content .section_copy {
	font-size: 46px;
	font-size: 1.917rem;
}

.about_copy .copy_section_wrap:first-of-type .copy_section_content .section_copy {
	font-size: 46px;
	font-size: 1.917rem;
}

.about_copy .copy_section_wrap:last-of-type .copy_section_content {
	padding-bottom: 55px;
}

.about_copy .copy_section_wrap:last-of-type .copy_section_content {
	padding-bottom: 55px;
}

}

@media only screen and (max-width: 960px) and only screen and (max-width: 960px) {

.details_wrap-inline > *:nth-child(n+3) {
	padding-top: 15px;
}

.details_wrap-inline > *:nth-child(n+3) {
	padding-top: 15px;
}

.details_wrap-inline > *:nth-child(n+3) {
	padding-top: 15px;
}

.details_wrap-inline > *:nth-child(n+3) {
	padding-top: 15px;
}

}

@media only screen and (max-width: 845px) {

.contact_break:nth-child(4n+1) {
	clear: none;
}

.contact_break:nth-child(3n+1) {
	clear: left;
}

.contact_break:nth-child(4n+1) {
	clear: none;
}

.contact_break:nth-child(3n+1) {
	clear: left;
}

.contact_card:nth-child(4n+1) {
	clear: none;
}

.contact_card:nth-child(3n+1) {
	clear: left;
}

.contact_card:nth-child(4n+1) {
	clear: none;
}

.contact_card:nth-child(3n+1) {
	clear: left;
}

.contact_break_5_4 .contact_card:nth-child(4n+1),
.contact_break_4_5 .contact_card:nth-child(4n+1) {
	clear: none;
}

.contact_break_5_4 .contact_card:nth-child(3n+1),
.contact_break_4_5 .contact_card:nth-child(3n+1) {
	clear: left;
}

.contact_break_5_4 .contact_card:nth-child(4n+1),
.contact_break_4_5 .contact_card:nth-child(4n+1) {
	clear: none;
}

.contact_break_5_4 .contact_card:nth-child(3n+1),
.contact_break_4_5 .contact_card:nth-child(3n+1) {
	clear: left;
}

.contact_break_3_3_4 .contact_card:nth-child(4n+1) {
	clear: none;
}

.contact_break_3_3_4 .contact_card:nth-child(3n+1) {
	clear: left;
}

.contact_break_3_3_4 .contact_card:nth-child(4n+1) {
	clear: none;
}

.contact_break_3_3_4 .contact_card:nth-child(3n+1) {
	clear: left;
}

.contact_break_3_3_4 .contact_card:nth-child(8) {
	clear: none;
}

.contact_break_3_3_4 .contact_card:nth-child(11) {
	clear: none;
}

.contact_break_3_3_4 .contact_card:nth-child(8) {
	clear: none;
}

.contact_break_3_3_4 .contact_card:nth-child(11) {
	clear: none;
}

.contact_break_3_4_4 .contact_card:nth-child(4n+1) {
	clear: none;
}

.contact_break_3_4_4 .contact_card:nth-child(3n+1) {
	clear: left;
}

.contact_break_3_4_4 .contact_card:nth-child(4n+1) {
	clear: none;
}

.contact_break_3_4_4 .contact_card:nth-child(3n+1) {
	clear: left;
}

.contact_break_3_4_4 .contact_card:nth-child(8) {
	clear: none;
}

.contact_break_3_4_4 .contact_card:nth-child(12) {
	clear: none;
}

.contact_break_3_4_4 .contact_card:nth-child(8) {
	clear: none;
}

.contact_break_3_4_4 .contact_card:nth-child(12) {
	clear: none;
}

.contact_break_4_3 .contact_card:nth-child(4n+1) {
	clear: none;
}

.contact_break_4_3 .contact_card:nth-child(3n+1) {
	clear: left;
}

.contact_break_4_3 .contact_card:nth-child(4n+1) {
	clear: none;
}

.contact_break_4_3 .contact_card:nth-child(3n+1) {
	clear: left;
}

.contact_break_4_3 .contact_card:nth-child(8) {
	clear: none;
}

.contact_break_4_3 .contact_card:nth-child(8) {
	clear: none;
}

}

@media only screen and (max-width: 810px) {

.exposed_tags-wrap {
	display: none;
}

.exposed_tags-wrap + #sub_nav,
.exposed_tags-wrap.alwasy_show {
	display: block;
}

.exposed_tags-wrap.alwasy_show a {
	min-width: 100%;
	font-size: clamp(24px, 5vw, 10vw);
}

.exposed_tags-wrap {
	display: none;
}

.exposed_tags-wrap + #sub_nav,
.exposed_tags-wrap.alwasy_show {
	display: block;
}

.exposed_tags-wrap.alwasy_show a {
	min-width: 100%;
	font-size: clamp(24px, 5vw, 10vw);
}

}

@media only screen and (max-width: 760px) {

#main_footer .legal_wrap {
	clear: both;
	float: none;
	position: relative !important;
	display: block;
	width: auto;
}

#main_footer .legal_wrap > * {
	padding: 1em 0;
}

#main_footer .legal_wrap > *:after {
	padding: 0 0.5em 0 0;
	margin-left: 0.5em;
}

#main_footer .legal_wrap > *:last-child {
	display: block;
}

#main_footer .legal_wrap > *:nth-last-child(2):after {
	display: none;
	visibility: hidden;
}

#main_footer .legal_wrap {
	clear: both;
	float: none;
	position: relative !important;
	display: block;
	width: auto;
}

#main_footer .legal_wrap > * {
	padding: 1em 0;
}

#main_footer .legal_wrap > *:after {
	padding: 0 0.5em 0 0;
	margin-left: 0.5em;
}

#main_footer .legal_wrap > *:last-child {
	display: block;
}

#main_footer .legal_wrap > *:nth-last-child(2):after {
	display: none;
	visibility: hidden;
}

}

@media only screen and (max-width: 756px) {

.pagetype_directorindex #main_nav_wrap,
.pagetype_directorindex #sub_nav_wrap {
	background: #000;
}

.pagetype_directorindex #main_nav_wrap,
.pagetype_directorindex #sub_nav_wrap {
	background: #000;
}

.directorsindex_uber_wrap {
	padding-top: 0px;
}

.directorsindex_uber_wrap {
	padding-top: 0px;
}

.directorsindex_categories {
	top: 86px;
	width: 100%;
	width: calc(100% + 7px);
}

.directorsindex_categories:before {
	content: "";
	display: block;
	position: absolute;
	width: 100vw;
	transform: translate(-15px, 0);
	background: #000;
	height: 100%;
	top: 0;
	box-sizing: border-box;
}

.directorsindex_categories {
	top: 86px;
	width: 100%;
	width: calc(100% + 7px);
}

.directorsindex_categories:before {
	content: "";
	display: block;
	position: absolute;
	width: 100vw;
	transform: translate(-15px, 0);
	background: #000;
	height: 100%;
	top: 0;
	box-sizing: border-box;
}

.directorsindex_list,
.directorsindex_directors-lists {
	float: none;
	width: 100%;
}

.directorsindex_categories-inline {
	display: flex;
}

.directorsindex_categories-inline > * {
	display: inline-block;
	flex: 1 0 auto;
}

.directorsindex_list > * {
	font-size: calc(21px + (30 - 21) * ((75vw - 480px) / (1440 - 480)));
}

.directorsindex_list,
.directorsindex_directors-lists {
	float: none;
	width: 100%;
}

.directorsindex_categories-inline {
	display: flex;
}

.directorsindex_categories-inline > * {
	display: inline-block;
	flex: 1 0 auto;
}

.directorsindex_list > * {
	font-size: calc(21px + (30 - 21) * ((75vw - 480px) / (1440 - 480)));
}

.directorsindex_section {
	padding-top: 0px;
}

.directorsindex_section {
	padding-top: 0px;
}

}

@media only screen and (max-width: 720px) {

.two_col_wrap > * {
	display: block;
	width: 100%;
}

.two_col_wrap .copy_section_content,
.two_col_wrap .blockquote_content {
	padding-top: 30px;
	padding-bottom: 30px;
}

.two_col_wrap > * {
	display: block;
	width: 100%;
}

.two_col_wrap .copy_section_content,
.two_col_wrap .blockquote_content {
	padding-top: 30px;
	padding-bottom: 30px;
}

.details_copy {
	float: none;
	clear: both;
	width: 100%;
}

.details_copy {
	float: none;
	clear: both;
	width: 100%;
}

.details_wrap-stack {
	float: none;
	clear: both;
	width: 100%;
	padding-top: 15px;
	padding-left: 0;
}

.details_wrap-stack > * {
	position: relative;
	display: block;
	box-sizing: border-box;
	float: left;
	clear: none;
	width: 50%;
	padding-right: 1em;
}

.details_wrap-stack > *:nth-child(odd) {
	clear: left;
}

.details_wrap-stack {
	float: none;
	clear: both;
	width: 100%;
	padding-top: 15px;
	padding-left: 0;
}

.details_wrap-stack > * {
	position: relative;
	display: block;
	box-sizing: border-box;
	float: left;
	clear: none;
	width: 50%;
	padding-right: 1em;
}

.details_wrap-stack > *:nth-child(odd) {
	clear: left;
}

.homepage_link .homepage_card_details,
a.homepage_link .homepage_card_details {
	padding-right: 30px;
}

.homepage_link .homepage_card_details,
a.homepage_link .homepage_card_details {
	padding-right: 30px;
}

.homepage_link .homepage_network_wrap img,
a.homepage_link .homepage_network_wrap img {
	display: none;
}

.homepage_link .homepage_network_wrap img,
a.homepage_link .homepage_network_wrap img {
	display: none;
}

.homepage2022_modules > * {
	margin-top: 0 !important;
}

.homepage2022_modules > * {
	margin-top: 0 !important;
}

.search_with_filters {
	margin-bottom: 1em;
}

.search_with_filters .radcom_dropdown {
	position: absolute;
	top: 100%;
	left: 0;
	margin-top: 4px;
}

.search_with_filters {
	margin-bottom: 1em;
}

.search_with_filters .radcom_dropdown {
	position: absolute;
	top: 100%;
	left: 0;
	margin-top: 4px;
}

}

@media only screen and (max-width: 720px) and only screen and (max-width: 960px) {

.two_col_wrap .copy_section_content,
.two_col_wrap .blockquote_content {
	padding-top: 15px;
}

.two_col_wrap .copy_section_content,
.two_col_wrap .blockquote_content {
	padding-top: 15px;
}

.two_col_wrap .copy_section_content,
.two_col_wrap .blockquote_content {
	padding-bottom: 15px;
}

.two_col_wrap .copy_section_content,
.two_col_wrap .blockquote_content {
	padding-bottom: 15px;
}

.two_col_wrap .copy_section_content,
.two_col_wrap .blockquote_content {
	padding-top: 15px;
}

.two_col_wrap .copy_section_content,
.two_col_wrap .blockquote_content {
	padding-top: 15px;
}

.two_col_wrap .copy_section_content,
.two_col_wrap .blockquote_content {
	padding-bottom: 15px;
}

.two_col_wrap .copy_section_content,
.two_col_wrap .blockquote_content {
	padding-bottom: 15px;
}

}

@media only screen and (max-width: 650px) {

.contact_break {
	width: 50%;
	min-width: 50%;
	max-width: 50%;
}

.contact_break:nth-child(3n+1) {
	clear: none;
}

.contact_break:nth-child(2n+1) {
	clear: left;
}

.contact_break {
	width: 50%;
	min-width: 50%;
	max-width: 50%;
}

.contact_break:nth-child(3n+1) {
	clear: none;
}

.contact_break:nth-child(2n+1) {
	clear: left;
}

.contact_card {
	width: 50%;
	min-width: 50%;
	max-width: 50%;
}

.contact_card:nth-child(3n+1) {
	clear: none;
}

.contact_card:nth-child(2n+1) {
	clear: left;
}

.contact_card {
	width: 50%;
	min-width: 50%;
	max-width: 50%;
}

.contact_card:nth-child(3n+1) {
	clear: none;
}

.contact_card:nth-child(2n+1) {
	clear: left;
}

.contact_break_5_4 .contact_card,
.contact_break_4_5 .contact_card {
	width: 50%;
	min-width: 50%;
	max-width: 50%;
}

.contact_break_5_4 .contact_card:nth-child(3n+1),
.contact_break_4_5 .contact_card:nth-child(3n+1) {
	clear: none;
}

.contact_break_5_4 .contact_card:nth-child(2n+1),
.contact_break_4_5 .contact_card:nth-child(2n+1) {
	clear: left;
}

.contact_break_5_4 .contact_card,
.contact_break_4_5 .contact_card {
	width: 50%;
	min-width: 50%;
	max-width: 50%;
}

.contact_break_5_4 .contact_card:nth-child(3n+1),
.contact_break_4_5 .contact_card:nth-child(3n+1) {
	clear: none;
}

.contact_break_5_4 .contact_card:nth-child(2n+1),
.contact_break_4_5 .contact_card:nth-child(2n+1) {
	clear: left;
}

.contact_break_3_3_4 .contact_card {
	width: 50%;
	min-width: 50%;
	max-width: 50%;
}

.contact_break_3_3_4 .contact_card:nth-child(3n+1) {
	clear: none;
}

.contact_break_3_3_4 .contact_card:nth-child(2n+1) {
	clear: left;
}

.contact_break_3_3_4 .contact_card {
	width: 50%;
	min-width: 50%;
	max-width: 50%;
}

.contact_break_3_3_4 .contact_card:nth-child(3n+1) {
	clear: none;
}

.contact_break_3_3_4 .contact_card:nth-child(2n+1) {
	clear: left;
}

.contact_break_3_4_4 .contact_card {
	width: 50%;
	min-width: 50%;
	max-width: 50%;
}

.contact_break_3_4_4 .contact_card:nth-child(3n+1) {
	clear: none;
}

.contact_break_3_4_4 .contact_card:nth-child(2n+1) {
	clear: left;
}

.contact_break_3_4_4 .contact_card {
	width: 50%;
	min-width: 50%;
	max-width: 50%;
}

.contact_break_3_4_4 .contact_card:nth-child(3n+1) {
	clear: none;
}

.contact_break_3_4_4 .contact_card:nth-child(2n+1) {
	clear: left;
}

.contact_break_4_3 .contact_card {
	width: 50%;
	min-width: 50%;
	max-width: 50%;
}

.contact_break_4_3 .contact_card:nth-child(3n+1) {
	clear: none;
}

.contact_break_4_3 .contact_card:nth-child(2n+1) {
	clear: left;
}

.contact_break_4_3 .contact_card {
	width: 50%;
	min-width: 50%;
	max-width: 50%;
}

.contact_break_4_3 .contact_card:nth-child(3n+1) {
	clear: none;
}

.contact_break_4_3 .contact_card:nth-child(2n+1) {
	clear: left;
}

}

@media only screen and (max-width: 560px) {

.download_cta {
	display: none;
}

.download_cta {
	display: none;
}

.main_nav_item {
	max-width: 100%;
}

.main_nav_item {
	max-width: 100%;
}

.pagetype_home #main_nav_wrap {
	position: relative;
}

.homepage_jammer > .fullframe {
	min-height: 0;
}

.homepage_slideshow.fullframe {
	padding: 0;
}

.background_slideshow > * {
	position: relative;
	top: auto;
	left: auto;
	padding-top: 56%;
}

.homepage_bottom_wrap {
	display: block !important;
	bottom: 15px !important;
}

.homepage_card_title {
	font-size: 28px !important;
}

.abs_fill.homepage_link.lowres_parent {
	position: absolute;
}

.pagetype_home #main_nav_wrap {
	position: relative;
}

.homepage_jammer > .fullframe {
	min-height: 0;
}

.homepage_slideshow.fullframe {
	padding: 0;
}

.background_slideshow > * {
	position: relative;
	top: auto;
	left: auto;
	padding-top: 56%;
}

.homepage_bottom_wrap {
	display: block !important;
	bottom: 15px !important;
}

.homepage_card_title {
	font-size: 28px !important;
}

.abs_fill.homepage_link.lowres_parent {
	position: absolute;
}

}

@media only screen and (max-width: 480px) {

.fs_80_42_36 {
	font-size: 36px;
	font-size: 1.5rem;
}

.fs_80_42_36 {
	font-size: 36px;
	font-size: 1.5rem;
}

.fs_60_42_36 {
	font-size: 36px;
	font-size: 1.5rem;
}

.fs_60_42_36 {
	font-size: 36px;
	font-size: 1.5rem;
}

.fs_56_56_46_36 {
	font-size: 36px;
	font-size: 2.25rem;
}

.fs_56_56_46_36 {
	font-size: 36px;
	font-size: 2.25rem;
}

.fs_24_18_18_14 {
	font-size: 14px;
	font-size: 0.875rem;
}

.fs_24_18_18_14 {
	font-size: 14px;
	font-size: 0.875rem;
}

.fs_20_18_12_10 {
	font-size: 10px;
	font-size: 0.625rem;
}

.fs_20_18_12_10 {
	font-size: 10px;
	font-size: 0.625rem;
}

.fs_18_18_18_14 {
	font-size: 14px;
	font-size: 0.875rem;
}

.fs_18_18_18_14 {
	font-size: 14px;
	font-size: 0.875rem;
}

.video_w_caption figcaption {
	display: block;
	position: relative;
	background: #666;
	padding-bottom: 15px;
}

.video_w_caption figcaption {
	display: block;
	position: relative;
	background: #666;
	padding-bottom: 15px;
}

.ikls_vid_uber_wrap .bottom_third {
	display: none;
}

.ikls_vid_uber_wrap .bottom_third {
	display: none;
}

.stack_one_up_wrap > *,
.stack_one_up {
	width: 100%;
	float: none;
	clear: both;
}

.stack_one_up_wrap > *,
.stack_one_up {
	width: 100%;
	float: none;
	clear: both;
}

.four_col_wrap.directors_index,
.three_col_wrap.directors_index {
	-moz-column-count: 2;
	-webkit-column-count: 2;
	-o-column-count: 2;
	-ms-column-count: 2;
	column-count: 2;
	-moz-column-gap: 15px;
	-webkit-column-gap: 15px;
	-o-column-gap: 15px;
	-ms-column-gap: 15px;
	column-gap: 15px;
}

.four_col_wrap.directors_index,
.three_col_wrap.directors_index {
	-moz-column-count: 2;
	-webkit-column-count: 2;
	-o-column-count: 2;
	-ms-column-count: 2;
	column-count: 2;
	-moz-column-gap: 15px;
	-webkit-column-gap: 15px;
	-o-column-gap: 15px;
	-ms-column-gap: 15px;
	column-gap: 15px;
}

.sub_nav_element {
	padding-top: 5px;
}

.sub_nav_element .mobile_text {
	display: block;
}

.sub_nav_element .desktop_text {
	display: none;
}

.sub_nav_element {
	padding-top: 5px;
}

.sub_nav_element .mobile_text {
	display: block;
}

.sub_nav_element .desktop_text {
	display: none;
}

.sub_nav_crumb {
	padding-top: 8px;
}

.sub_nav_crumb {
	padding-top: 8px;
}

.sub_nav_dropdown_current {
	font-size: inherit;
	padding: 3px 10px;
}

.sub_nav_dropdown_current {
	font-size: inherit;
	padding: 3px 10px;
}

.sub_nav_divider {
	line-height: 1.2;
	padding: 0px 7px;
}

.sub_nav_divider {
	line-height: 1.2;
	padding: 0px 7px;
}

.sub_nav_dropdown_list {
	width: auto;
	max-width: 100%;
}

.sub_nav_dropdown_list > * {
	width: auto;
}

.sub_nav_dropdown_list {
	width: auto;
	max-width: 100%;
}

.sub_nav_dropdown_list > * {
	width: auto;
}

.sub_nav_dropdown:after {
	line-height: 2.3;
}

.sub_nav_dropdown:after {
	line-height: 2.3;
}

.contact_break.mobile {
	clear: left;
}

.contact_break.mobile {
	clear: left;
}

.contact_card.mobile {
	clear: left;
}

.contact_card.mobile {
	clear: left;
}

.contact_break_5_4 .contact_card.mobile,
.contact_break_4_5 .contact_card.mobile {
	clear: left;
}

.contact_break_5_4 .contact_card.mobile,
.contact_break_4_5 .contact_card.mobile {
	clear: left;
}

.contact_break_3_3_4 .contact_card.mobile {
	clear: left;
}

.contact_break_3_3_4 .contact_card.mobile {
	clear: left;
}

.contact_break_3_4_4 .contact_card.mobile {
	clear: left;
}

.contact_break_3_4_4 .contact_card.mobile {
	clear: left;
}

.contact_break_4_3 .contact_card.mobile {
	clear: left;
}

.contact_break_4_3 .contact_card.mobile {
	clear: left;
}

#main_footer .nav_social {
	display: block;
}

#main_footer .nav_social.nav_social-legacy {
	display: inline-block;
}

#main_footer .nav_social {
	display: block;
}

#main_footer .nav_social.nav_social-legacy {
	display: inline-block;
}

.loadMoreLink {
	padding-top: 15px;
	padding-bottom: 15px;
}

.loadMoreLink {
	padding-top: 15px;
	padding-bottom: 15px;
}

.tile_copy {
	padding: 7.5px;
}

.tile_copy {
	padding: 7.5px;
}

.tile_title {
	font-size: 14px;
	font-size: 0.875rem;
}

.tile_title {
	font-size: 14px;
	font-size: 0.875rem;
}

.tile_subtitle {
	font-size: 10px;
	font-size: 0.625rem;
}

.tile_subtitle {
	font-size: 10px;
	font-size: 0.625rem;
}

.gallery_wrap .three_up_wrap .tile_title {
	font-size: 20px;
	font-size: 1.25rem;
	font-size: calc(20px + (36 - 20) * ((100vw - 480px) / (1137 - 480)));
}

.gallery_wrap .three_up_wrap .tile_title {
	font-size: 20px;
	font-size: 1.25rem;
	font-size: calc(20px + (36 - 20) * ((100vw - 480px) / (1137 - 480)));
}

.three_up_wrap .tile_title {
	font-size: 24px;
	font-size: 1.5rem;
}

.three_up_wrap .tile_title {
	font-size: 24px;
	font-size: 1.5rem;
}

.award_icons_wrap .award {
	min-width: 33.3333%;
	min-width: calc(100% / 3);
}

.award_icons_wrap .award:nth-child(4n+1) {
	clear: none;
}

.award_icons_wrap .award:nth-child(3n+1) {
	clear: left;
}

.award_icons_wrap .award {
	min-width: 33.3333%;
	min-width: calc(100% / 3);
}

.award_icons_wrap .award:nth-child(4n+1) {
	clear: none;
}

.award_icons_wrap .award:nth-child(3n+1) {
	clear: left;
}

.related_links_wrap > * {
	float: none;
	width: 100%;
}

.related_links_wrap > * {
	float: none;
	width: 100%;
}

.gallery_wrap .feature_card_copy {
	padding-right: 70px;
}

.gallery_wrap .feature_card_copy {
	padding-right: 70px;
}

.pagetype_home #main_nav_wrap:before {
	display: none;
}

.pagetype_home #main_nav_wrap:before {
	display: none;
}

.pagetype_home #main_logo .rm_icon_logo {
	width: 240px;
	height: 28.87px;
}

.pagetype_home #main_logo .rm_icon_logo {
	width: 240px;
	height: 28.87px;
}

.pagetype_home #main_nav {
	padding: 0 0 30px;
}

.pagetype_home .main_nav_item {
	width: 100%;
}

.pagetype_home #main_nav {
	padding: 0 0 30px;
}

.pagetype_home .main_nav_item {
	width: 100%;
}

.identity_stack_wrap .identity_block {
	clear: left;
	min-width: 100%;
}

.identity_stack_wrap .identity_block:nth-child(3n+1) {
	clear: none;
}

.identity_stack_wrap .identity_block:nth-child(2n+1) {
	clear: none;
}

.identity_stack_wrap .identity_block {
	clear: left;
	min-width: 100%;
}

.identity_stack_wrap .identity_block:nth-child(3n+1) {
	clear: none;
}

.identity_stack_wrap .identity_block:nth-child(2n+1) {
	clear: none;
}

.autofill_suggestion {
	font-size: 14px;
	font-size: 0.875rem;
}

.autofill_suggestion {
	font-size: 14px;
	font-size: 0.875rem;
}

.autofill_suggestion a.autofill_link {
	padding: 3px;
	margin: 2px 0px;
}

.autofill_suggestion a.autofill_link {
	padding: 3px;
	margin: 2px 0px;
}

.autofill_suggestion {
	height: initial;
	padding: 1px 0px;
}

.autofill_suggestion {
	height: initial;
	padding: 1px 0px;
}

.big_ol_search input.search_field {
	font-size: 36px;
	font-size: 1.5rem;
}

.big_ol_search input.search_field {
	font-size: 36px;
	font-size: 1.5rem;
}

.search_with_filters:before {
	top: 1.75rem;
}

.search_with_filters:before {
	top: 1.75rem;
}

#searchPreFilterText {
	padding-top: 7px;
}

#searchPreFilterText {
	padding-top: 7px;
}

.pagetype_directorindex #main_nav_wrap {
	background: #000 !important;
}

.pagetype_directorindex #main_nav_wrap.menuOpen,
.pagetype_directorindex #main_nav_wrap.searchOpen {
	background: #fff !important;
}

.pagetype_directorindex #main_nav_wrap {
	background: #000 !important;
}

.pagetype_directorindex #main_nav_wrap.menuOpen,
.pagetype_directorindex #main_nav_wrap.searchOpen {
	background: #fff !important;
}

.directorsindex_uber_wrap .directors_tagline {
	font-size: 14px;
	font-size: 0.875rem;
}

.directorsindex_uber_wrap .directors_tagline {
	font-size: 14px;
	font-size: 0.875rem;
}

.directorsindex_uber_wrap .directors_tagline {
	margin-top: -10px;
	margin-bottom: 34px;
	line-height: 1.6;
}

.directorsindex_uber_wrap .directors_tagline {
	margin-top: -10px;
	margin-bottom: 34px;
	line-height: 1.6;
}

/*
	.directorsindex_categories {
		ul {
			width: auto;
			li {
				text-align: left;
				width: 50%;
				width: auto;
			}
		}
	}
	*/

.directorsindex_categories {
	padding-right: 0;
	margin-bottom: 0;
	box-shadow: -10px 10px 10px rgba(0, 0, 0, 0.75);
}

.directorsindex_categories-inline {
	display: block;
	display: flex;
}

.directorsindex_categories-dropdown {
	display: none;
}

.directorsindex_list {
	-moz-column-count: 1;
	-webkit-column-count: 1;
	-o-column-count: 1;
	-ms-column-count: 1;
	column-count: 1;
}

.directorsindex_list > * {
	font-size: 40px;
	font-size: 1.667rem;
}

.directorsindex_section a {
	margin-right: 0;
}

/*
	.directorsindex_categories {
		ul {
			width: auto;
			li {
				text-align: left;
				width: 50%;
				width: auto;
			}
		}
	}
	*/

.directorsindex_categories {
	padding-right: 0;
	margin-bottom: 0;
	box-shadow: -10px 10px 10px rgba(0, 0, 0, 0.75);
}

.directorsindex_categories-inline {
	display: block;
	display: flex;
}

.directorsindex_categories-dropdown {
	display: none;
}

.directorsindex_list {
	-moz-column-count: 1;
	-webkit-column-count: 1;
	-o-column-count: 1;
	-ms-column-count: 1;
	column-count: 1;
}

.directorsindex_list > * {
	font-size: 40px;
	font-size: 1.667rem;
}

.directorsindex_section a {
	margin-right: 0;
}

#bgImgJammer {
	display: none;
}

#bgImgJammer {
	display: none;
}

.pagetype_contact .section_chunk {
	padding-right: 15px;
	padding-left: 15px;
}

.about_copy .section_copy {
	font-size: 17px;
	font-size: 1.063rem;
}

.about_copy .section_copy {
	font-size: 17px;
	font-size: 1.063rem;
}

.about_copy .copy_section_content {
	padding: 10px 15px;
}

.about_copy .copy_section_content {
	padding: 10px 15px;
}

.about_copy .copy_section_wrap:first-of-type .copy_section_content {
	padding-top: 20px;
}

.about_copy .copy_section_wrap:first-of-type .copy_section_content {
	padding-top: 20px;
}

.about_copy .copy_section_wrap:first-of-type .copy_section_content .section_copy {
	font-size: 36px;
	font-size: 2.25rem;
}

.about_copy .copy_section_wrap:first-of-type .copy_section_content .section_copy {
	font-size: 36px;
	font-size: 2.25rem;
}

.about_copy .copy_section_wrap:last-of-type .copy_section_content {
	padding-bottom: 55px;
}

.about_copy .copy_section_wrap:last-of-type .copy_section_content {
	padding-bottom: 55px;
}

#news_social .rm_icon {
	margin: 3px;
	width: 1.5em;
	height: 1.5em;
}

#news_social .rm_icon {
	margin: 3px;
	width: 1.5em;
	height: 1.5em;
}

}

@media only screen and (max-width: 480px) and only screen and (max-width: 960px) {

.video_w_caption figcaption {
	padding-bottom: 7.5px;
}

.video_w_caption figcaption {
	padding-bottom: 7.5px;
}

.video_w_caption figcaption {
	padding-bottom: 7.5px;
}

.video_w_caption figcaption {
	padding-bottom: 7.5px;
}

.pagetype_contact .section_chunk {
	padding-right: 7.5px;
}

.pagetype_contact .section_chunk {
	padding-right: 7.5px;
}

.pagetype_contact .section_chunk {
	padding-left: 7.5px;
}

.pagetype_contact .section_chunk {
	padding-left: 7.5px;
}

}

@media only screen and (max-width: 415px) {

#homepage_search_wrap {
	bottom: 0px;
}

#homepage_search_wrap {
	bottom: 0px;
}

#nav_search_wrap {
	bottom: 0px;
}

#nav_search_wrap {
	bottom: 0px;
}

}

@media only screen and (max-height: 560px) {

.pagetype_home .fullframe {
	min-height: 730px;
}

}

@-webkit-keyframes hide {

0% {
	opacity: 1;
}

100% {
	opacity: 0;
}

}

@keyframes hide {

0% {
	opacity: 1;
}

100% {
	opacity: 0;
}

}

@-webkit-keyframes show {

0% {
	opacity: 0;
}

100% {
	opacity: 1;
}

}

@keyframes show {

0% {
	opacity: 0;
}

100% {
	opacity: 1;
}

}

@-webkit-keyframes load8 {

0% {
	-webkit-transform: rotate(0deg);
}

100% {
	-webkit-transform: rotate(360deg);
}

}

@keyframes load8 {

0% {
	transform: rotate(0deg);
}

100% {
	transform: rotate(360deg);
}

}

@keyframes displayFadeIn {

0% {
	display: none !important;
	opacity: 0;
}

1% {
	display: block !important;
	opacity: 0;
}

100% {
	display: block !important;
	opacity: 1;
}

}

@keyframes displayFadeIn2 {

from {
	display: none;
	opacity: 0;
}

to {
	display: block;
	opacity: 1;
}

}

@keyframes navOutRight {

from {
	transform: translateX(50%);
}

to {
	transform: none;
}

}

@keyframes piroette {

0% {
	transform: rotateY(0deg);
}

100% {
	transform: rotateY(360deg);
}

}

@keyframes ikls_spin {

0% {
	transform: rotate(0);
}

100% {
	transform: rotate(360deg);
}

}

@keyframes fadeInOpacityFS {

0% {
	opacity: 0;
}

100% {
	opacity: 1;
}

}

@keyframes fadeOutOpacityFS {

0% {
	opacity: 1;
}

100% {
	opacity: 0;
}

}

