body, html {
	margin: 0;
	padding: 0;
	width: 100%;
	height: 100%;
	font-family: 'Raleway', sans-serif;
	font-size: 15px;
	background-color: #e3e3e3;
	text-size-adjust: none !important;
}

.home-intro {
	position: relative;
	margin-top: 60px;
}

.home-intro img {
	width: 100%;
	display: block;
}

.podcast-embed {
	margin-top: 40px;
	margin-bottom: 40px;
}

.final-text-section {
	margin-bottom: 2em;
}

.tab-podcast {
	margin-bottom: 1.5em;
}

.tab-podcast iframe {
	background: #7f7f7f; 
}

.action-button {
	text-align: center;
	margin-top: 20px;
	margin-bottom: 40px;
}

.action-button a {
	font-size: 20px;
	font-weight: 300;
	color: #fff  !important;
	text-decoration: none !important;
	background-color: #ff4909;
	padding-top: 12px;
	padding-bottom: 12px;
	padding-left: 18px;
	padding-right: 18px;
	font-family: 'Oswald', sans-serif;
	border-radius: 10px;
	text-transform: uppercase;
	opacity: 0.9;
	transition: 0.1s;
}

.action-button a:hover {
	opacity: 1;
}

h1, h2, h3, nav, nav button, .footer-nav, .timePosted, .intro-text .swiper-slide, .title-overlay, .quote, .Accordion-trigger, .article-navigation, .file-links a, .social-links a, .base-B a, .contact-links a {
	font-family: 'Oswald', sans-serif;
}

header {
	position: fixed;
	top: 0;
	left: 0;
	width: 100%;
	height: 60px;
	z-index: 100;
	background: rgba(51,51,51,0.95);
}

header img {
	width: 40px;
	height: 40px;
	margin-top: 10px;
	margin-bottom: 10px;
	padding-left: 10px;
	padding-right: 12px;
	border-right: 0.5px solid rgba(255,255,255,0.4);
}

h1 {
	position: absolute;
	left: 74px;
	bottom: 17px;
	margin: 0;
	padding: 0;
	font-size: 20px;
	line-height: 25px;
	text-transform: uppercase;
	color: #fff;
	font-weight: 300;
}

.site-title h1 {
	position: relative;
	left: auto;
	bottom: auto;
	line-height: 1.2;
	text-transform: none;
	text-align: center;
	margin-top: 30px;
}

h2 {
	position: relative;
	font-size: 1em;
	text-transform: uppercase;
	font-weight: 400;
	margin: 0;
	padding: 0;
	padding-bottom: 10px;
	border-bottom: 1px solid black;
}

h3 {
	position: relative;
	font-size: 20px;
	line-height: 1.2;
	font-weight: 300;
	margin: 0;
	padding: 0;
	margin-bottom: 30px;
	margin-top: 5px;
	text-align: center;
}

p {
	line-height: 1.4;
	margin-top: 1em;
	margin-bottom: 1em;
}

strong {
	font-weight: 600;
}

.content {
	position: relative;
	padding-top: 8px;
	/*padding-bottom: 8px;*/
	
}

.copy-wrapper a, .journal-preview-content a {
    color: #ff4909;
    text-decoration: underline;
}

#content {
	position: absolute;
	margin-top: -88px;
}

.alt-header-content {
	padding-top: 68px;
}

.copy-wrapper {
	padding-left: 20px;
	padding-right: 20px;
	padding-top: 16px;
	padding-bottom: 16px;
	max-width: 780px;
	margin-left: auto;
	margin-right: auto;
}

.text-section p img {
	margin-left: auto;
	margin-right: auto;
	position: relative;
	display: block;
}

button {
    display: inline-block;
    border: none;
    margin: 0;
    text-decoration: none;
    cursor: pointer;
    -webkit-appearance: none;
    -moz-appearance: none;
    font-size: 16px;
    background: none;
}

.support-text {
	font-style: italic;
	text-align: center;
}

.file-links a {
	background-image: url(../imgs/icon-file.png);
	background-repeat: no-repeat;
	background-position: left center;
	background-size: 15px 19px;
	padding-left: 22px;
	text-decoration: none;
	font-size: 16px;
}


/* NAGIGATION */

.menu-checkbox,
.menu {
    display: none;
}

#main-menu.is-active {
	transform: translateX(100%);
}

#main-menu {
	width: 100%;
	height: calc(100% - 60px);
	background: rgba(51,51,51,0.95);
	display: flex;
	flex-direction: column;
	transition: transform 0.3s;
	position: fixed;
	top: 60px;
	left: 0;
	z-index: 40;
	margin-left: -100%;
}

.nav {
 list-style-type: none;
 margin: auto;
 padding: 0;
 text-align: center;
}

.nav li {
 border-bottom: 1px solid rgba(255,255,255,0.4);
}

.nav li ul {
 display: none;	
}

.nav li ul li {
 border-bottom: 0px;
 text-transform: capitalize;
 border-top: 1px solid rgba(255,255,255,0.2);	
}

.nav li a, .nav li button {
 color: #fff;
 text-decoration: none;
 padding-top: 10px;
 padding-bottom: 10px;
 padding-left: 12px;
 padding-right: 12px;
 display: block;
}

.nav ul {
 list-style-type: none;
 margin: 0;
 padding: 0;
 text-align: center;
}

.nav button {
	display:flex;
	margin-left: 1em;
}

.nav button::after {
  content: "";
  border-bottom: 1px solid #fff;
  border-right: 1px solid #fff;
  height: 0.5em;
  margin-left: 0.5em;
  margin-top: 0.35em;
  width: 0.5em;
  transform: rotate(45deg);
  transform-origin: center center;
  display: inline-block;
  vertical-align: top;
}

.font-size {
	position: relative;
	padding: 14px;
	width: 100%;
	text-align: center;
	box-sizing: border-box;
}

#font-plus, #font-minus {
	background-size: 40px 40px;
	background-position: center;
	background-repeat: no-repeat;
	display: inline-block;
	margin-left: 2px;
	margin-right: 2px;
}

#font-plus, #font-minus {
	display: inline-block;
	height: 36px;
	width: 36px;
	margin-top: 14px;
	border-radius: 50%;
	border: 3px solid white;
	box-sizing: border-box;
}

#font-plus {
	background-image: url(../imgs/font-plus.svg);
}

#font-minus {
	background-image: url(../imgs/font-minus.svg);
}	
	
.small .copy-wrapper p, .small .copy-wrapper ul, .small .copy-wrapper ol, .small .journal-preview-content p {
	font-size: 1em;
}

.medium .copy-wrapper p, .medium .copy-wrapper ul, .medium .copy-wrapper ol, .medium .journal-preview-content p {
	font-size: 1.1em;
}

.large .copy-wrapper p, .large .copy-wrapper ul, .large .copy-wrapper ol, .large .journal-preview-content p {
	font-size: 1.2em;
}


.large #font-plus {
	pointer-events: none;
	opacity: 0.3;
}

.small #font-minus {
	pointer-events: none;
	opacity: 0.3;
}

#menu-toggle {
	right: 0;
	top: 0;
}

.hamburger:hover {
    opacity: 1;
}

.hamburger-inner, .hamburger-inner::before, .hamburger-inner::after {
    width: 36px;
    height: 2px;
    background-color: #fff;
    border-radius: 0px;
    position: absolute;
    transition-property: transform;
    transition-duration: 0.15s;
    transition-timing-function: ease;
}

.hamburger.is-active .hamburger-inner, .hamburger.is-active .hamburger-inner::before, .hamburger.is-active .hamburger-inner::after {
    background-color: #fff;
}

.hamburger-box {
    width: 36px;
}

.hamburger {
	padding-top: 17px;
	padding-bottom: 17px;
}

nav, nav button {
	 
	 font-size: 15px;
	 text-transform: uppercase;
	 color: #fff;
}

/* PAGE INTROS */

.page-intro {
	width: 100%;
	height: auto;
	position: relative;
	margin-top: 60px;
}

.home .page-intro {
	/*height: 82%;*/
	margin-top: 60px;
	background-image: url(../imgs/showreel-loading.jpg);
	background-size: cover;
}

.static-img-container {
	width: 100%;
	height: 100%;
	position: relative;
}

.static-img-container img {
	width: 100%;
	height: 100%;
	object-fit: cover;
	display: block;
}

.login-overlay {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	display: flex;
	z-index: 100;
	align-items: center;
  	justify-content: center;
}

.vimeo-wrapper {
   position: absolute;
   top: 0;
   left: 0;
   width: 100%;
   height: 100%;
   z-index: 1;
   pointer-events: none;
   overflow: hidden;
}
.vimeo-wrapper iframe {
   width: 100vw;
   height: 56.25vw; /* Given a 16:9 aspect ratio, 9/16*100 = 56.25 */
   min-height: 100vh;
   min-width: 177.77vh; /* Given a 16:9 aspect ratio, 16/9*100 = 177.77 */
   position: absolute;
   top: 50%;
   left: 50%;
   transform: translate(-50%, -50%);
}

.site-title {
	width: 100%;
	height: 100%;
	position: absolute;
	display: flex;
	align-items: center;
  	justify-content: center;
  	top:0;
  	left: 0;
  	z-index: 35;
  	box-sizing: border-box;
  	padding: 36px;
  	padding-top: 100px;
}

.site-title-inner {
	margin: auto;
	width: 100%;
}

.site-title img {
	width: 100%;
	display: block;
}

.overlay {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-color: rgba(0,153,153,0.45);
    z-index: 10;
    transition: opacity 0.3s;
    pointer-events: none;
}

.lyt-activated .overlay {
	opacity: 0;
}

.dark-overlay {
	background-color: rgba(0,0,0,0.75);
}

.login {
	max-width: 300px;
}

.nope {
	color: #fff;
	margin-top: 20px;
}

.nope span {
	font-style: italic;
}

.nope a {
	text-decoration: underline;
	color: #fff;
}

/* BOX PREVIEWS */

.box-preview-container {
	position: relative;
	padding: 8px;
	display: flex;
	flex-direction: row;
    flex-wrap: wrap;
    padding-bottom: 0px;
}

.box-preview {
	position: relative;
	box-sizing: border-box;
	background: #fff;
	border-left: 8px solid #e3e3e3;
	border-right: 8px solid #e3e3e3;
	flex: 0 0 100%;
	margin-bottom: 16px;
}

.box-preview, .journal .box-preview {
	margin-bottom: 16px;
}

.box-preview-media {
	position: relative;
}

.box-preview-media img {
	position: relative;
	width: 100%;
	display: block;
}

.journal-preview-content {
	position: relative;
	padding: 20px;
	padding-top: 14px;
	padding-bottom: 38px;
}

.production-preview-content {
	position: relative;
	padding: 20px;
	padding-top: 14px;
	padding-bottom: 16px;
	background: rgba(51,51,51,0.95);
}

.production-box-container a {
	text-decoration: none;
}

.production-box-container .box-preview .overlay {
	transition: 0.2s;
}

.production-box-container .box-preview:hover .overlay {
	background-color: rgba(255,255,255,0.45);
}

.read-more {
	font-family: 'Oswald', sans-serif;
	font-size: 16px;
	text-decoration: none;
	display: block;
	color: #ff4909;
	position: absolute;
	bottom: 18px;
	left: 20px;
}

.box-preview h2 {
	white-space: nowrap;
	overflow: hidden;
	text-overflow: ellipsis;
	max-width: calc(100vw - 42px);
}

.box-preview h2 span {
	border-right: 0.5px solid rgba(0,0,0,0.5);
	padding-right: 6px;
	margin-right: 8px;
}

.home .box-preview h2 span {
	display: none;
}

.box-preview h2 a {
	color: #000;
	text-decoration: none;
	pointer-events: none;
}

.box-preview .production-preview-content h2 {
	border: none;
	padding: 0;
	color: #fff;
}

.truncate p:not(:first-child) {
	margin-top: -14px;
}

.you-tube {
    padding: 56.25% 0 0 0;
    position: relative;
    height: 0;
}

.you-tube lite-youtube iframe, .you-tube lite-youtube, .you-tube iframe {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
}

lite-youtube > .lty-playbtn {
	z-index: 39;
}

.intro-video {
	margin-top: 60px;
}

/* JOURNAL */

.single-post {
	position: relative;
}

.single-post-media {
	position: relative;
    margin: 16px;
    margin-top: 8px;
    margin-bottom: 0px;
}

.single-post-image-wrapper {
    padding: 56.25% 0 0 0;
    position: relative;
    height: 0;
}

.single-post-image {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
}

.single-post-image img {
    position: relative;
    width: 100%;
    height: 100%;
    object-fit: cover;
    display: block;
}

.you-tube lite-youtube iframe, .you-tube lite-youtube {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
}

.single-post h2 {

}

.additional-headline {
	margin-top: 40px;
	margin-bottom: -12px;
}

.additional-text, .additional-image, .additional-video {
	margin-top: 30px;
	margin-bottom: 30px;
}

.additional-image img {
	width: 100%;
	display: block;
}

.single-post h2 a {
	color: #000;
	text-decoration: none;
	pointer-events: none;
}

.article-navigation {
	padding: 20px;
	margin-bottom: 20px;
}

.article-navigation div {
	display: inline-block;
	width: 50%;
	margin-left: -2px;
	margin-right: -2px;
	box-sizing: border-box;
	padding-left: 16px;
	padding-right: 16px;
}

.article-navigation div a {
	display: block;
	color: #000;
	text-decoration: none;
	text-transform: uppercase;
}

.article-navigation .next-article a:after {
	display: inline-block;
	content: "";
	border-bottom: 1px solid #000;
	border-right: 1px solid #000;
	height: 8px;
	margin-left: 5px;
	margin-top: 7px;
	width: 8px;
	transform: rotate(-45deg);
	transform-origin: center center;
	vertical-align: text-top;
}

.article-navigation .previous-article a:before {
	display: inline-block;
	content: "";
	border-bottom: 1px solid #000;
	border-right: 1px solid #000;
	height: 8px;
	margin-right: 5px;
	margin-top: 7px;
	width: 8px;
	transform: rotate(135deg);
	transform-origin: center center;
	vertical-align: text-top;
}

.article-navigation div:nth-child(2) {
	border-left: 1px solid rgba(0,0,0,0.3);
}

.previous-article {
	text-align: right;
}

.article-nav-full {
	display: none;
}

.article-page h1 {
		display: none;
	}

/* TWITTER */

#twitter {
	position: relative;
}

.twitter-container, #twitter ul {
	position: relative;
	padding-left: 8px;
	padding-right: 8px;
	list-style: none;
	margin: 0;
	margin-top: -8px;
	margin-bottom: 8px;
}

.tweet-wrapper, #twitter ul li {
	background: #329cc3;
	padding-left: 20px;
	padding-right: 20px;
	padding-top: 15px;
	padding-bottom: 7px;
	border: 8px solid #e3e3e3;;
	color: #fff;
	position: relative;
	display: block;
	box-sizing: border-box;
}

#twitter .interact {
	display: none;
}

#twitter ul li:last-child {
	display: none;
}

/*
.tweet-wrapper h2 {
	background-image: url(../imgs/twitter-logo.svg);
	background-size: 22px 22px;
	background-repeat: no-repeat;
	color: #fff;
	border-bottom: 1px solid #fff;
	padding-left: 29px;
}
*/

.timePosted {
	background-image: url(../imgs/twitter-logo.svg);
	background-size: 22px 22px;
	background-repeat: no-repeat;
	color: #fff;
	border-bottom: 1px solid #fff;
	padding-left: 29px;
	padding-top: 2px;
	display: block;
	position: absolute;
	top: 0;
	left: 20px;
	height: 34px;
	text-transform: uppercase;
	width: calc(100% - 40px);
	box-sizing: border-box; 
}

.timePosted a {
	text-decoration: none;
	pointer-events: none;
	color: #fff;
}

.tweet {
	padding-top: 34px;
}

.tweet a {
	color: #fff;
}

/* ACCORDIAN */

.Accordion {
  margin: 0;
  padding: 0;
  border: 3px solid #333333;
  border-radius: 7px;
  text-align: left;
  text-size-adjust: none !important;
  max-height: 999999px;
  margin-top: 40px;
  margin-bottom: 40px;
}

.Accordion h3 {
  margin: 0;
  padding: 0;
}

.Accordion.focus {
  /*border-color: hsl(216, 94%, 73%);*/
}

.Accordion.focus h3 {
  /*background-color: hsl(0, 0%, 97%);*/
}

.Accordion > * + * {
  border-top: 1px solid hsl(0, 0%, 82%);
}

.Accordion-trigger {
  background: none;
  color: hsl(0, 0%, 13%);
  display: block;
  font-size: 16px;
  font-weight: 400;
  margin: 0;
  padding-top: 16px;
  padding-bottom: 16px;
  padding-left: 16px;
  padding-right: 16px;
  position: relative;
  text-align: left;
  width: 100%;
  outline: none;
}

.Accordion-trigger:focus,
.Accordion-trigger:hover {
  background: #fff;
}

.Accordion *:first-child .Accordion-trigger {
  border-radius: 5px 5px 0 0;
}

button {
  border-style: none;
}

.Accordion button::-moz-focus-inner {
  border: 0;
}

.Accordion-title {
  display: block;
  pointer-events: none;
  border: transparent 2px solid;
  border-radius: 5px;
  padding: 0.25em;
  outline: none;
}

.Accordion-trigger:focus .Accordion-title {
  /*border-color: hsl(216, 94%, 73%);*/
}

.Accordion-icon {
  border: solid hsl(0, 0%, 62%);
  border-width: 0 2px 2px 0;
  height: 0.5rem;
  pointer-events: none;
  position: absolute;
  right: 2em;
  top: 50%;
  transform: translateY(-60%) rotate(45deg);
  width: 0.5rem;
}

.Accordion-trigger:focus .Accordion-icon,
.Accordion-trigger:hover .Accordion-icon {
  
}

.Accordion-trigger[aria-expanded="true"] .Accordion-icon {
  transform: translateY(-50%) rotate(-135deg);
}

.Accordion-panel {
  margin: 0;
  padding-top: 16px;
  padding-left: 16px;
  padding-right: 16px;
  padding-bottom: 24px;
  padding: 0px;
  text-size-adjust: none !important;
}

.Accordion-panel div img {
  width: 100%;
  display; block;
}

.Accordion-panel div p {
  margin-left: 20px;
  margin-right: 20px;
}

.Accordion-panel div p:first-child {
  margin-top: 28px;
}

.Accordion-panel div p:last-child {
  margin-bottom: 30px;
}

/* For Edge bug https://developer.microsoft.com/en-us/microsoft-edge/platform/issues/4806035/ */
.Accordion-panel[hidden] {
  display: none;
}

.Accordion-panel div ol {
  padding: 0px;
  margin-left: 30px;
  margin-right: 30px;
}

ol
{
	list-style-type: none;
	margin-left: 20px;
	margin-top: 7px;
	margin-bottom: 7px;
}

ul
{
	margin-left: 20px;
	margin-top: 7px;
	margin-bottom: 7px;
	padding: 0px;
}


ol li
{
	margin-top: 0.6em;
	margin-bottom: 0.6em;
	line-height: 1.3;
}

.content ul li
{
	margin-top: 0.6em;
	margin-bottom: 0.6em;
	line-height: 1.3;
}

.Accordion-panel div ol:first-child {
  margin-top: 28px;
}

.Accordion-panel div ol:last-child {
  margin-bottom: 30px;
}

.Accordion table {
	width: 100%;
	box-sizing: border-box;
	display: inline-block;
	vertical-align: top;
	padding-left: 28px;
	padding-right: 28px;
	margin-top: 20px;
	margin-bottom: 30px;
}

.Accordion table td { 
	vertical-align: top;
}

.Accordion ul {
	margin-left: 40px;
	margin-bottom: 20px;
	margin-top: 12px;
}

.Accordion ul:last-child {
	margin-bottom: 30px;
}

.Accordion table ul {
	margin: 0;
	padding: 0;
	margin-left: 16px;
	margin-top: 12px;
	margin-bottom: 20px;
}

.Accordion table ul li {
	margin-top: 10px;
	margin-bottom: 10px;
}

/* LOGOS */

.logo-section, .large-logo-section
{
	padding-left: 20px;
	padding-right: 20px;
	margin-bottom: 30px;
	text-align: center;
	margin-top: -8px;
}

.contact-links img
{
	text-align: left;
	width: auto;
	height: 87px;
	display: block;
	margin-top: 30px;
	padding-bottom: 20px;
}

.logo-section img
{
	width: auto;
	height: 40px;
	display: inline-block;
	margin-left: 10px;
	margin-right: 10px;
	margin-bottom: 10px;
	margin-top: 10px;
}

.large-logo-section img
{
	width: auto;
	height: 87px;
	display: inline-block;
	margin-left: 10px;
	margin-right: 10px;
	margin-bottom: 10px;
	margin-top: 10px;
}

/* FOOTER */

footer
{
	position: relative;
	margin-top: 0px;
	padding-top: 16px;
	padding-bottom: 16px;
}

.tight-footer
{
	padding-top: 0px;
}

.connected-box
{
	position: relative;
	box-sizing: border-box;
	padding: 18px;
	padding-top: 14px;
	background-color: #e05e35;
	width: 100%;
	border-left: 16px solid #e3e3e3;
	border-right: 16px solid #e3e3e3;
}

.connected-box h2
{
	color: #fff;
	border-bottom: 1px solid #fff;
}


.connected-inner {
	height: 40px;
	margin-top: 16px;
}

.signup-form {
	flex-grow: 1;
}

.social-links {	
	border-bottom: 1px rgba(255,255,255,0.3) solid;
	padding-bottom: 8px;
	text-align: center;
}	

.social-links a, .contact-links a
{
	/*border-right: 1px rgba(255,255,255,0.4) solid;*/
	transition: 0.2s;
	background-size: 26px 26px;
	background-repeat: no-repeat;
	background-position: left center;
	display: inline-block;
	height: 38px;
	line-height: 38px;
	padding-left: 30px;
	color: #fff;
	text-decoration: none;
	margin-right: 20px;
	font-size: 16px;
}

.contact-links a {
	color: #000;
	display: block;
}

.social-links a:last-child
{
	margin-right: 0px;
}

.social-links span
{
	display: none;
}

.twitter {
	background-image: url(../imgs/icon-twitter-white.svg);
}

.instagram {
	background-image: url(../imgs/icon-instagram-white.svg);
}

.facebook {
	background-image: url(../imgs/icon-facebook-white.svg);
}

.youtube {
	background-image: url(../imgs/icon-youtube-white.svg);
}

.email {
	background-image: url(../imgs/icon-email-white.svg);
}

.contact-twitter {
	background-image: url(../imgs/icon-twitter.svg);
}

.contact-instagram {
	background-image: url(../imgs/icon-instagram.svg);
}

.contact-facebook {
	background-image: url(../imgs/icon-facebook.svg);
}

.contact-youtube {
	background-image: url(../imgs/icon-youtube.svg);
}

.contact-email {
	background-image: url(../imgs/icon-email.svg);
}

#mce-EMAIL, .login-email
{
	border-radius: 0px;
	position: relative;
	padding: 10px;
	box-sizing: border-box;
	font-size: 15px;
	width: calc(100% - 100px);
	-webkit-appearance: none;
	border: 0;
}

#mc-embedded-subscribe, .login-submit
{
	background-color: #ccc;
	border-radius: 0px;
	margin-left: -4px;
	position: relative;
	padding: 10px;
	box-sizing: border-box;
	font-size: 15px;
	width: 100px;
	cursor: pointer;
	-webkit-appearance: none;
	border: 0;
}

#mc_embed_signup
{
	
}

#mc_embed_signup div { display: inline; }

.base {
	background: rgba(51,51,51,0.97);
	margin-left: 16px;
	margin-right: 16px;
	padding-top: 16px;
	padding-bottom: 16px;
	padding-left: 16px;
	padding-right: 16px;
}

.base div {
	text-align: center;
}

.base img
{
	display: block;
	max-width: 200px;
	margin-top: 4px;
	margin-bottom: 6px;
	margin-left: auto;
	margin-right: auto;
}

.base-A 
{
	text-align: right;
	font-size: 11px;
	color: #fff;
	margin-right: 14px;
	margin-bottom: 16px
}

.base-B ul {
	display: inline-block;
	height: 50px;
	list-style: none;
	margin: 0;
	padding: 0;
	text-align: left;
}

.base-B ul li {
	margin: 0px;
	padding: 0px;
	line-height: normal;
}

.base-B ul:first-child {
	border-right: 0.5px solid rgba(255,255,255,0.3);
	text-align: right;
}

.base-B ul a {
	color: #fff;
	text-decoration: none;
	display: block;
	padding-left: 18px;
	padding-right: 18px;
	padding-top: 1px;
	padding-bottom: 1px;
}

/* SWIPER */

.swiper-lazy-preloader {
	top: 32vw;
}

.swiper-wrapper { position: relative; }

.page-slideshow
{
	width: 100%;
	height: auto;
	position: relative;
}

.page-slideshow .swiper-slide
{
	box-sizing: border-box;
	width: 100%;
	height: 100%;
}

.page-slideshow .swiper-slide img
{
	width: 100%;
	height: 100%;
	object-fit: cover;
	display: block;
}

.production-text {
	display: none;
}

.intro-text
{
	width: 100%;
	height: 100%;
	position: absolute;
	top: 0px;
	left: 0px;
	z-index: 10;
	pointer-events: none !important;
}

.intro-text .swiper-slide
{
	box-sizing: border-box;
	padding-left: 30px; 
	padding-right: 30px;
	text-align: center;
	background: transparent;
	display: table;
	pointer-events: none !important;
}

.intro-text .home-logo
{
	padding-left: 26px !important; 
	padding-right: 26px !important;
	
}

.intro-text .home-logo img
{
	width: 100%;
	display: block;
}


.intro-text .swiper-slide, .title-overlay, .quote, .site-title h1
{
	color: white;
	font-size: 25px;
	font-weight: 300;
	/*line-height: 10vw;*/
}

.overlay-inner {
width: 100%;
height: 100%;
position: relative;
display: table-cell;
vertical-align: middle;
}

.stars img {
	width: 40px;
	margin-left: 2px;
	margin-right: 2px;
	display: inline-block;
}

.quote
{
	letter-spacing: normal !important;
	font-size: 25px; !important;
}

.quote-text
{
	/*padding-top: 0.4em;*/
}

.quoteCredit
{
	display: inline-block;
	margin-left: auto;
	margin-right: auto;
	position: relative;
	padding-top: 10px;
	margin-top: 20px;
	border-top: 1px solid rgba(255,255,255,0.8);
	text-transform: uppercase;
	font-size: 25px !important;
}

.press
{
	vertical-align: top;
	border-top: 1px #FFF solid;
	display: inline-block;
	padding-top: 20px;
	margin-top: 20px !important;
	position: relative;
	box-sizing: border-box;
}

.press-w0
{
	width: 3vw;
	margin-top: 0;
}

.press-w1
{
	width: 20vw;
	margin-top: 0;
}

.press-w2
{
	width: 25vw;
	margin-top: 0;
}

.press-w3
{
	width: 30vw;
	margin-top: 0;
}

.press-w4
{
	width: 35vw;
	margin-top: 0;
}

.press-w5
{
	width: 40vw;
	margin-top: 0;
}

.swiper-button-next, .swiper-button-prev
{
	border-radius: 50%;
	background-color: #212121;
	background-image: url(../imgs/arrow-down.svg);
	background-repeat: no-repeat;
	background-position: center;
	width: 36px;
	height: 36px;
	display: block;
	position: absolute;
	top: 50%;
	margin-top: -18px;
	background-size: 18px 18px;
	z-index: 60;
}

.swiper-button-next { transform: rotate(-90deg); }
.swiper-button-prev { transform: rotate(90deg); }

.swiper-container-horizontal > .swiper-pagination-bullets, .swiper-pagination-custom, .swiper-pagination-fraction
{
	left: auto;
	right: -52px;
	bottom: 14px;
	width: 52px;
	height: 52px;
	border-radius: 50%;
	line-height: 52px;
	background-color: rgba(255, 255, 255, 0.8);
	transition: transform 0.3s;
}

.swiper-button-next::after, .swiper-button-prev::after {
	content: "";
}

.counter-active { transform: translate(-62px, 0px); }

.swiper-pagination
{
	z-index: 60;
	font-size: 11px;
	font-weight: 700;
}

.swiper-slide 
{
color: #e3e3e3;
text-align: right;
}

.scroll-indicator
{
	right: 50%;
	margin-right: -18px;
	opacity: 1;
	transition: opacity 0.25s;
	width: 36px;
	height: 36px;
	margin-top: -50px;
}

.video-icon, .scroll-arrow
{
	background-repeat: no-repeat;
	background-position: center;
	background-size: 18px 18px;
	position: relative;
	width: 36px;
	height: 36px;
	cursor: pointer;
	display: block;
}

.scroll-arrow
{
	width: 36px;
	height: 36px;
}

.scroll-indicator
{
	border-radius: 50%;
	background-color: #212121;
	position: absolute;
	top: 100vh;
	z-index: 39;
}

.scroll-arrow { background-image: url(../imgs/arrow-down.svg); }

.slideshow-arrow
{
	opacity: 1;
	transition: opacity 0.25s;
}

.arrow-scrolled { opacity: 0; }

.overlay-inactive
{
	opacity: 0.3;
	background-color: rgba(0,153,153,0);
}

.title-inactive { opacity: 0; }

.title-slide img
{
	width: 100%;
	box-sizing: border-box;
	/*filter: drop-shadow( 0px 0px 80px rgba(255, 255, 255, 0.5));*/
}

.post-copy img {
	width: 100% !important;
	height: auto !important;
	margin-top: 1em;
	margin-bottom: 1em;
}

@media only screen and (min-width: 680px) {

	.connected-wrapper {
	display: flex;
	}
	
	.base div {
	display: inline-block;
	height: 50px;
	vertical-align: top;
	text-align: left;
	}
	
	.base {
	padding-top: 22px;
	padding-bottom: 22px;
	padding-left: 24px;
	padding-right: 24px;
	
	}
	
	.base img
	{
	max-width: 250px;
	
	}
	
	.base-A {
		margin-bottom: 0;
	}
	
	.base-B ul {
	border-right: 0px !important;
	text-align: left !important;
	border-left: 0.5px solid rgba(255,255,255,0.3);
	}
	
	.social-links {	
	border-right: 1px rgba(255,255,255,0.4) solid;
	margin-right: 20px;
	padding-bottom: 0;
	border-bottom: 0;
	}
	
	.social-links a:last-child
	{
	margin-right: 20px;
	}

	.single-post-media {
    margin-top: 16px;
	}
	
	.article-page h1 {
		display: block;
	}
	
	.page-slideshow
	{
	height: 100vh;
	}
	
	.swiper-lazy-preloader {
	top: 50%;
	}
	
	.production-text {
	display: block;
	}
	
	.page-intro {
	/*height: 100%;*/
	margin-top: 0;
	}
	
	.Accordion-panel div p {
  	margin-left: 30px;
  	margin-right: 30px;
	}
	
	.box-preview {
	flex: 0 0 50%;
	}
	
	.home .box-preview:last-child {
		display: none;
	}

	.box-preview h2 {
		max-width: calc(50vw - 64px);
	}
	
	.tweet-wrapper, #twitter ul {
		display: flex;
	}

	.video-icon
	{
		background-size: 24px 24px;
		width: 52px;
		height: 52px;
	}
	
	.scroll-arrow
	{
		background-size: 27px 44px;
		width: 52px;
		height: 52px;
	}
	
	.video-control
	{
		width: 52px;
		height: 52px;
		margin-top: -66px;
	}
	
	.scroll-indicator
	{
		margin-right: -26px;
		width: 52px;
		height: 52px;
		margin-top: -66px;
	}
	
	.swiper-button-next, .swiper-button-prev
	{
		width: 52px;
		height: 52px;
		margin-top: -26px;
		background-size: 27px 44px;
	}
	
	.press-w0
	{
		width: 1.2vw;
		margin-top: 0;
	}
	
	.press-w1
	{
		width: 5vw;
		margin-top: 0;
	}
	
	.press-w2
	{
		width: 10vw;
		margin-top: 0;
	}
	
	.press-w3
	{
		width: 15vw;
		margin-top: 0;
	}
	
	.press-w4
	{
		width: 20vw;
		margin-top: 0;
	}
	
	.press-w5
	{
		width: 25vw;
		margin-top: 0;
	}
	
	.intro-text .swiper-slide { padding-left: 100px; padding-right: 100px; }
	
	.intro-text .swiper-slide, .title-overlay, h3, .site-title h1
	{
		font-size: 30px;
		/*line-height: 8vw;*/
		/*max-width: 800px;*/
		margin-left: auto;
		margin-right: auto;
	}
	
	.site-title h1
	{
	   /*max-width: 680px;*/
	}
	
	.logo-section img
	{
		height: 50px;
		margin-bottom: 14px;
		margin-top: 14px;
	}
	
	.footer-nav {
		display: inline-block;
		border-right: 1px solid rgba(255,255,255,0.3);
		padding-right: 18px;
		margin-right: 12px;
	}
	
	.footer-nav:last-child {
		border-right: 0px;
		padding-right: 0px;
		margin-right: 0px;
	}
	
	.single-post h2 a {
		display: none;
	}
	
	.overlay {
   		background-image: url(../imgs/dots.png);
	}

}


@media only screen and (min-width: 1120px) {

.social-links span
{
	
	display: initial;
}

.copy-wrapper {
	padding-left: 36px;
	padding-right: 36px;
}

.box-preview {
	flex: 0 0 33.333%;
}

.box-preview h2 {
	max-width: calc(33.333vw - 62px);
}

.home .box-preview:last-child {
		display: block;
	}

h1 {
	left: 100px;
	bottom: 18px;
	font-size: 25px;
	line-height: 25px;
}

.shade {
	background: rgb(2,0,36);
	background: linear-gradient(0deg, rgba(2,0,36,0) 0%, rgba(46,46,46,1) 80%);
	position: absolute;
	top: 0;
	left:0;
	width: 100%;
	height: 200px;
	opacity: 0.6;
	z-index: 100;
}

.font-size {
	position: absolute;
	width: auto;
	right: 16px;
	top: 15px;
	height: 48px;
	border-left: 0px solid rgba(255,255,255,0.4);
	padding: 0px;
	padding-left: 12px;
}

.action-button a {
	font-size: 25px;
	margin-top: 30px;
	margin-bottom: 50px;
}

.home .page-intro {
	/*height: 82%;*/
	margin-top: 0px;
}

/* 980+ NAVIGATION */

.nav li ul li {
  border-top: 0px;
  text-align: left;	
}

.nav li { border-bottom: 0; }

.nav li button {
  display: flex;
  padding-top: 14px;
  padding-bottom: 14px;
} 

.alt-header-content {
	padding-top: 88px;
	min-height: calc(100vh - 230px);
}

#main-menu {
	margin-left: 0;
	height: auto;
	top: 0;
	background: none;
	z-index: 1000;
	text-align: right;
}

.nav li {
 padding-top: 0px;
 padding-bottom: 0px;
}

.menu {
	display: block;
}

#menu-toggle {
	display: none;
}

header {
	height: 80px;
	background: none;
}

header img {
	width: 50px;
	height: 50px;
	margin-top: 15px;
	margin-bottom: 15px;
	padding-left: 20px;
	padding-right: 12px;
}

.header {
	transition: background 0.3s;
}

.alt-header {
	background: rgba(51,51,51,0.97);
}

.scrolled .header, .triggered .header {
	background: rgba(51,51,51,0.97);
}

.nav {
  display: flex;
  padding-right: 16px;
  position: absolute;
  right: 94px;
  top: 28px;
}

.nav button {
    margin-left: 0em;
}

.nav ul {
  border: 1px solid rgba(255, 255, 255, 0.5);
  border-top: 0px;
  display: block;
  position: absolute;
  min-width: 100%;
  box-sizing: border-box;
  transition: background 0.3s;
}

.scrolled .nav ul, .solid-header .nav ul, .triggered .nav ul {
  background: rgba(51,51,51,0.95);
}

.nav li {
  margin: 0;
  position: relative;
}

.nav ul a {
  border: 0;
  color: #fff;
  display: block;
  margin: 0;
  padding: 0.5em 1em;
  text-decoration: none;
}

.nav ul li:not(:first-child) a {
  border-top: 1px solid rgba(255, 255, 255, 0.5);
}

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

/*.disclosure-nav ul a:focus {
  outline: 5px solid rgba(0, 90, 156, 0.75);
  position: relative;
}*/

.nav button, .nav li a {
  align-items: center;
  display: flex;
  padding: 14px;
  padding-left: 12px;
  padding-right: 12px;
  text-decoration: none;
  color: #fff;
  box-sizing: border-box;
  border: 1px solid transparent;
  border-radius: 0px;
}

.nav button::after {
  margin-top: -0.2em;
}

/*
.disclosure-nav button:focus {
  border-color: #005a9c;
  outline: 5px solid rgba(0, 90, 156, 0.75);
  position: relative;
}
*/

.nav button:hover,
.nav li a:hover,
.nav button[aria-expanded=true]
 {
  border: 1px solid rgba(255, 255, 255, 0.5);
  color: #fff;
}

.nav button:hover::after,
.nav button[aria-expanded=true]::after {
  border-color: #fff;
}

.intro-video {
	margin-top: 80px;
}

footer
{
	/*display: flex;*/
}

.mailing-list
{
	border-right: 8px #e3e3e3 solid;
}

.credits
{
	border-left: 8px #e3e3e3 solid;
	margin-top: 0px;
}

.article-nav-full {
	display: initial;
}

.article-navigation {
	text-align: center;
}

.article-navigation div {
	width: auto;
	}
	
	.Accordion table {
	width: 33.333%;
	box-sizing: border-box;
	border-right: 1px dotted rgba(0,0,0,0.3);
	display: inline-block;
	margin-left: -2px;
	margin-right: -2px;
	vertical-align: top;
	padding-left: 28px;
	padding-right: 28px;
	margin-top: 20px;
	margin-bottom: 30px;
}

.Accordion table:last-child {
	border-right: 0px;
}

.Accordion table td { 
	vertical-align: top;
}

.Accordion table tbody tr:nth-child(2) td {
	/*background: red;*/
	height: 300px;
}

}


@media only screen and (min-width: 1280px) {

#twitter ul li:last-child {
	display: initial;
}


}





