/**
 * Resets
 */


* {
	-moz-box-sizing: border-box;
	-webkit-box-sizing: border-box;
	box-sizing: border-box;
}

::-moz-selection {
	background-color: #09f;
	color: #fff;
}

::selection {
	background-color: #09f;
	color: #fff;
}

:focus {
	outline: 0;
}

customhtml > * {
	position: relative;
    z-index: 10;
}
@font-face {
    font-family: 'Suisse Intl';
    src: url("https://files.persona.co/109503/SuisseIntl-Regular.woff2") format("woff2"), url("https://files.persona.co/109503/SuisseIntl-Regular.woff") format("woff");
    font-weight: 400;
    font-style: normal;
    font-display:swap;
}

.container-white {
	background: #fff;
    color:  #000!important;
}

.container-white h2, .container-white a {
    color:  #000!important;
}
.container-white small{
    color:  #000!important;
    opacity: 0.5;;
}
.name {
	left: 2rem;
     top: 2rem;
     right: 2rem;
    position: absolute; 

}
#fixed-header, #fixed-header-home {
	position:fixed;
	width:100%;
	left:0;
	top:0;
	background:transparent;
	padding-top: 0.5rem;
	padding-bottom: 1.5rem;
	padding-left: 1.5rem;
	padding-right: 1.5rem;
	z-index: 999999;
    
}
#fixed-bottom {
	position:fixed;
	width:100%;
	left:0;
	bottom:0;
	background:transparent;
	padding-top: 0.5rem;
	padding-bottom: 0rem;
	padding-left: 1.5rem;
	padding-right: 1.5rem;
	z-index: 999999;
    
}
.spacer {
	background-color: transparent;
	height:7vh;
	display: block;
}
.spacer-large {
	background-color: transparent;
	height:35vh;
	display: block;
}
hr.divider {
	border:none;
	width: 100%;
	height: 1px;
	border-bottom: .5px solid #5e5e5e;
    margin: 0px 0 0px 0;
}
#twentyfive-left {
	padding-left:25vw;
}
#padding {
	padding-top:0.5rem;
    padding-bottom: 0.5rem;
    padding-left: 1.5rem;
    padding-right: 1.5rem;
}
#fixed-header {


    padding-left: 1.5rem;
    padding-right: 1.5rem;
}
.padding-right {
	padding-right: 10vw!important;
}
.mobile-menu, .mobile-show {
	visibility: hidden!important;
    width: 100%;
}


.title-max-width  {
max-width: 400px;
     
}
#float-bottom {
    position:absolute;
    bottom:0;
  display: inline;
    
   

}
/**
 * Global
 */

body,
html {
	min-height: 100vh;
	margin: 0px;
	padding: 0px;
    font-family: 'Suisse Intl', Helvetica, Arial, sans-serif;
}

html {
	position: relative;
    
}

body {
	background:rgba(0, 0, 0, 1);
	color: #000;
}

a:active {
	opacity: 0.7;
}

.show-more {
 background-color: transparent;
  border: none;
  color: white;
  padding: 0px 0px;
  text-align: left;
  text-decoration: none;
  display: inline-block;
  font-size: 14px;
  margin: 0px 0px;
  cursor: pointer;
  opacity: .5;
  font-family: 'Suisse Intl', Helvetica, Arial, sans-serif; 
  -webkit-transition: all .25s ease-in-out;
	-moz-transition: all .25s ease-in-out;
	transition: all .25s ease-in-out;
}

.show-more::after {
	content: ' ▾';
	display: inline-block;
	position: absolute;
	margin-top:1px;
	margin-left:5px;


}

.show-more:hover {
  -webkit-transition: all .25s ease-in-out;
	-moz-transition: all .25s ease-in-out;
	transition: all .25s ease-in-out;
    opacity: 1;
}

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

}

.underline::after {
  content: '';
  position: absolute;
  width: 100%;
  transform: scaleX(0);
  height: 1px;
  bottom: 3px;
  left: 0;
  background-color: #000;
  transform-origin: bottom right;
  transition: transform 0.25s ease-out;
}

.underline:hover::after {
  transform: scaleX(1);
  transform-origin: bottom left;
}
.underline-active::after {
 content: "";
display: block;
position: absolute;
bottom: 0;
left: 0;
width: 100%;
height: 1px;
background: #000;
-webkit-transform: scaleX(0);
transform: scaleX(0);
-webkit-transform-origin: left center;
transform-origin: left center;
transition: all 0.5s cubic-bezier(0.645, 0.045, 0.355, 1);
  
}

.underlined {
    position:relative;
    display:inline-block;
    padding-bottom:0px;
}

.underlined:after {
    content:"";
    position:absolute;
    bottom:3px;
    left:0px;
    display:inline-block;
    width:100%;
    border-bottom:#000 solid 1px;
}

img {
  border-radius: 0%;
}
.hero-title {
  position: relative;
  bottom: 0;
  left: 0;
  width: 100%;
  font-size: 36.0vw;
  line-height: 0.75;
  font-weight: 306;
  letter-spacing: -0.04em;
  padding-left: 1vw;
}
/**
 * Backdrop
 */

#backdrop {
	position: fixed;
	right: 0;
	top: 0;
	bottom: 0;
	max-width: 100%;
	z-index: 1;
}

/**
 * List
 */

.press {
 width: 100%;
margin-right: 0;
margin-left: 25%;
position: relative;   /* Get the row full width */
}

.press li {
    display: inline-block; /* Get all images to show in a row */
    width: 75%;            /* Show 4 logos per row */
    text-align: left;    /* Centre align the images */
    vertical-align: top;
    border-top: 1px solid #fffbfb;
    padding-top: 1.0rem;
    padding-bottom: 1.0rem;
    
}
.outlet {
  
  width: 33%!important;
  display:inline-block;
  vertical-align: top;
}
.Headline {
  
  width: 65%;
  display:inline-block;
}
.Headline::after {
	content: ' ▸';
}


/**
 * GENERIC List
 */

.table {
 width: 100%;
margin-right: 0;
margin-left: 25%;
position: relative;   /* Get the row full width */
}

.table li {
    display: inline-block; /* Get all images to show in a row */
    width: 75%;            /* Show 4 logos per row */
    text-align: left;    /* Centre align the images */
    vertical-align: top;
    border-top: .8px solid #777;
    padding-top: 1.5rem;
    padding-bottom: 1.5rem;
    
}
.title {
  
  width: 33%!important;
  display:inline-block;
  vertical-align: top;
}
.copy {
  
  width: 45%;
  display:inline-block;
}
.copy::after {
	content: ' ';
}

@media (max-width: 960px) {
    .press li, .table li { width: 100%; } /* Show 2 logos per row on medium devices (tablets, phones in landscape) */
.outlet {
  opacity: 0.5;
  display:block!important;
     width: 100%!important;
    padding-bottom:5px;
}
.Headline {
        display:block!important;
    width: 100%!important;
    }
    
    .press, .table {

margin-left: 0!important;
    }
    
    ul, ol {
	margin: 0;
	padding: 0 0 0 0em!important;
}
    .page-title {
	text-align: right;
}
    
    #padding {
	padding-top:0.5rem;
    padding-bottom: 0.5rem;
    padding-left: 1.5rem;
    padding-right: 1.5rem;
}
    #fixed-header {


    padding-left: 1.5rem;
    padding-right: 1.5rem;
}
    
    hh4  {

	font-size: 6.0vw!important;

}


}

/**
 * MOBILE
 */

@media (max-width: 639px) {
	

    .mobile-menu {
	visibility: visible!important;
    position: absolute; 
        right:1.5rem;
     display: block!important;
      text-align: right;
    width:30%;
     
}
        .mobile-show {
	visibility: visible!important;

     
}
    .mobile-menu-title {


     display: block!important;

    width:65%!important;
     
}
    
    .title-max-width  {
max-width: 100%!important;
     
}
    .web-menu {
	display:none!important;
   
}
    .spacer-large {
	background-color: transparent;
	height:15vh;
	display: block;
}
    .mobile-no {
	display: none!important;
}
    #twentyfive-left {
	padding-left:0.5rem!important;
}
    
}

/**
 * Container
 */

main {
	background: #fff;
	clear: both;
	overflow: hidden;
	position: absolute;
	max-width: 100%;
	width: 100%;
	z-index: 2;

	display: -webkit-box;
	display: -moz-box;
	display: -ms-flexbox;
	display: -webkit-flex;
	display: flex;

	-webkit-flex-wrap: wrap;
	-moz-flex-wrap: wrap;
	-ms-flex-wrap: wrap;
	flex-wrap: wrap;

	-webkit-align-items: center;
	-moz-align-items: center;
	-ms-align-items: center;
	align-items: center;
}

main > div {
	-moz-flex: 1 0 auto;
	-webkit-flex: 1 0 auto;
	flex: 1 0 auto;
	width: 100%;
}


.subpage_overlay {
	display: block;
	pointer-events: none;
	position: fixed;
	top: 0;
	left: 0;
	right: 0;
	bottom: 0;
	z-index: 1;
}

body.homepage .subpage_overlay {
	display: none;
}
/**
 * Content
 */

i, em {
	font-style: italic;
}

b, strong {
	font-weight: bold;
}

ul, ol {
	margin: 0;
	padding: 0 0 0 .5em;
}

sup {
	top: -0.4em;
	vertical-align: baseline;
	position: relative;
}

sub {
	top: 0.3em;
	vertical-align: baseline;
	position: relative;
}

s {
	
}

.slideshow-nav { 
	margin-bottom: 1.5em; 
    opacity: 0.4;
}

img {
	border: 0;
	padding: 0;
}

blockquote {
	margin: 0;
	padding: 0 0 0 2em;
}

hr {
	background: rgba(127, 127, 127, 1.0);
	border: 0;
	height: 0.10em;
	display: block;
}

.bodycopy {
	display: none;
}

.container {
	min-height: 100%;
}

.content img {
	float: none;
	margin-bottom: 0em;
}

.clear:after {
	content: "";
	display: table;
	clear: both;
}

.loading[data-loading] {
	display: none;
	position: fixed;
	top: 8px; left: 8px;
	z-index: 100;
}

/**
 * Editor styles
 */

[data-css-presets="true"] main {
	background-color: transparent/*!content_left*/;
	text-align: left /*!text_left*/;
	min-height: 100vh /*!content_stretch*/;
	-webkit-align-items: flex-start /*!vertical_top*/;
	align-items: flex-start /*!vertical_top*/;
	left: 0 /*!content_left*/;
}

[data-css-presets="true"] .content_padded {
	padding: 0rem/*!main_margin*/;
}

[data-css-presets="true"] .content_width {
	width: 100%/*!content_left*/;
}

[data-css-presets="true"] #backdrop {
	width: 100% /*!background_cover*/;
}

[data-predefined-style="true"] main {
	font-size: 14px;
	font-weight: 400;
	color: rgb(0, 0, 0);
	ffont-family: 'Titling Gothic FB Normal', Social /*!Persona*/;
	font-style: normal;
	line-height: 1.3;
    font-family: 'Suisse Intl', Helvetica, Arial, sans-serif
}

[data-predefined-style="true"] main a {
	color: rgb(0, 0, 0);
    padding-bottom: 0.13em;
    border-bottom: 0px solid rgba(255, 255, 255, 1);
    text-decoration: none;
    -webkit-transition: all .25s ease-in-out;
	-moz-transition: all .25s ease-in-out;
	transition: all .25s ease-in-out;


}

[data-predefined-style="true"] main a:hover {
    -webkit-transition: all .25s ease-in-out;
	-moz-transition: all .25s ease-in-out;
	transition: all .25s ease-in-out;
    opacity: .5;
}

main a.image-link,
main a.icon-link,
main a.image-link:hover,
main a.icon-link:hover {
	border-bottom: 0;
	padding-bottom: 0;
}

[data-predefined-style="true"] h1 {
	ffont-family: "Titling Gothic FB Normal", Social /*!Persona*/;
	font-style: normal;
	font-weight: 400;
	padding: 0;
	margin: 0;
	font-size: 3.5rem;
	line-height: 1.10;
	color: rgb(0, 0, 0);
	text-rendering: optimizeLegibility;
    font-family: 'Suisse Intl', Helvetica, Arial, sans-serif
}

[data-predefined-style="true"] h1 a {
	color: rgba(255, 255, 255, 1);
}

[data-predefined-style="true"] h2 {
		ffont-family: "Titling Gothic FB Normal", Social /*!Persona*/;
	font-style: normal;
	font-weight: 400;
	padding: 0;
	margin: 0;
	font-size: 18px;
	line-height: 1.3;
	color: rgb(0, 0, 0);
	text-rendering: optimizeLegibility;
    font-family: 'Suisse Intl', Helvetica, Arial, sans-serif
}

[data-predefined-style="true"] h2 a {
	color: rgb(0, 0, 0);
}

[data-predefined-style="true"] h3  {
	font-style: normal;
	font-weight: 400;
	padding: 0;
	margin: 0;
	font-size: 10.0rem;
	line-height: 0.9;
    letter-spacing: -2px;;
	color: rgb(208, 208, 208);
	text-rendering: optimizeLegibility;
    font-family: 'Suisse Intl', Helvetica, Arial, sans-serif
}

[data-predefined-style="true"] h4  {
	font-style: normal;
	font-weight: 400;
	padding: 0;
	margin: 0;
	font-size: 3rem;
	line-height: 1.2;
	color: rgba(255, 255, 255, 1);
	text-rendering: optimizeLegibility;
    font-family: 'Suisse Intl', Helvetica, Arial, sans-serif
}



[data-predefined-style="true"] small {
	display: inline-block;
	font-size: 14px;
	line-height: 1.3;
	font-style: normal;
	font-weight: 400;
	color: rgba(84, 84, 84, 0.4);
	text-rendering: optimizeLegibility;
    font-family: 'Suisse Intl', Helvetica, Arial, sans-serif;
    padding-bottom: auto;
   

}

[data-predefined-style="true"] small a {
	color: rgba(99, 96, 96, 0.4);
	border-bottom: none;
    
}


[data-css-presets="true"] .subpage_overlay {
	background-color: rgba(255, 255, 255, 1)/*!subpage_overlay*/;
}
/**
 * Backstage Icon
 */

#backstage_icon {
	display: block;
}

/**
 * Breakpoints
 */

[data-css-presets="true"].mobile #plugin,
[data-css-presets="true"].mobile #backdrop,
.mobile #backdrop,
.mobile #plugin {
	position: relative;
	height: 50vh;
	min-width: 100%;
	width: calc(100% - 80rem) /*!right_fit*/;
	top: 0;
	bottom: auto;
	left: 0 /*!right_fit*/;
}

.mobile main,
[data-css-presets="true"].mobile main {
	position: relative;
	min-height: 10px;
	max-width: 100%;
	width: 100%;
}

.mobile main.content_width,
[data-css-presets="true"].mobile main.content_width {
	max-width: 100%;
	width: 100%;
}

