/**
 * Resets
 */

 #top.desktop {
	display: block;
     position: relative;
}

 #top.mobile {
	display: none;
}

.cols-two b{
	font-weight: normal;
        font-family: 'Circular Std';
font-size: 38px;margin-top: -11px;
    position: absolute;
}

.cols-two b.first{
	
    margin-top: -20px;
    margin-left: -22px;
}



.cols-three .col-right{
	
    padding-top:50px;
}

.expand.expanded .more {
	display: block;
	padding-top: 0;
	height: auto;
	margin-top: 10px;
	overflow: hidden
}
.expand .selected .more {
	display: block;
	max-width: 700px;
	padding-top: 20px;
	font-size: 15px;
	color: rgba(0, 0, 0, .5)
}
.expand.expanded .plus {
	display: none
}
.expand.expanded .minus {
	display: block
}
.more {
	text-align: left;
	display: none;
	overflow: hidden;
	height: 0
}
.read-less {
	font-family: 'Circular Std';
	margin-top: 10px;
	display: none;
	border-radius: 40px;
	border: 2px solid white;
	padding: 7px 13px;
	font-size: 15px;
	letter-spacing: 1px;
}
.read-more {
	display: block;
	position: relative;
	margin: 20px auto 0px auto!important;
	text-align: left
}
.expand.expanded .read {
	display: none
}
.expand.expanded .read-less {
	display: inline-block
}
.read-more span {
	display: none
}

.more {
	overflow: hidden;
	display: block;
	height: 0
}
.read {
	font-family: 'Circular Std';
	border: 2px solid white;
	padding: 7px 13px;
	font-size: 15px;
	letter-spacing: 1px;
	border-radius: 30px;
	text-align: center;
	margin-top: 10px;
	background-size: contain;
	color: #fff;
	background-repeat: no-repeat;
	display: inline-block
}
.read:hover {
	color: black;
	background: white;
}
.read-less:hover {
	color: black;
	background: white;
}
#backdrop:after {
	content: "";
	position: fixed;
	width: 100%;
	height: 100%;
	left: 0px;
	z-index: 19;
	top: 0px;
	background: rgba(0, 0, 0, 0.5);
}
.header {
	position: fixed;
	top: 0px;
	width: 100%
}
.header-inner {
    max-width: 1400px;
    margin: 0px auto;
    width:calc(100% - 100px);
	font-family: 'Circular Std Book';
	font-size: 20px;
	justify-content: space-between;
	padding: 50px 50px;
	display: flex;
	align-items: center;
}
.container {
      scroll-behavior: smooth;

	z-index: 0;
	position: fixed;
	width: 100%;
	overflow: scroll;
	top: 130px;
}
.logo {
	position: absolute;
	left: 0px;
	right: 0px;
	margin: 0px auto;
	width: 300px;
	height: 100px;
	background-repeat: no-repeat;
	background-size: contain;
	background-position: center;
	background-image: url(https://files.persona.co/115594/Mount-logo.svg);
}
.cols-one {
	overflow: initial;
	align-items: flex-start;
	display: flex;
	flex-wrap: wrap;
    padding-bottom: 50vh;
     max-width: 1400px;
    margin: 0px auto;
}
.cols-two {
	overflow: initial;
	align-items: flex-start;
	display: flex;
     max-width: 1400px;
    margin: 0px auto;
	flex-wrap: wrap;
}
.cols-three {
	padding: 50vh 0px 150px 0px;
	overflow: initial;
	align-items: flex-start;
	display: flex;
	flex-wrap: wrap;
     max-width: 1400px;
    margin: 0px auto;
}
.col-left {
	padding: 50px 0px 50px 50px;
	top: 50px;
	position: sticky;
	width: 50%;
}
.col-right {
	padding: 250px 0px 50px 50px;
	width: 50%;
}
main {
	overflow: initial !important;
	z-index: 99999999 !important;
	padding: 50px;
}




* {
	-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;
}
/**
 * Global
 */

body, html {
	min-height: 100vh;
	margin: 0px;
	padding: 0px;
}
html {
	position: relative;
}
body {
	background: #222;
	color: #fff;
}
a:active {
	opacity: 0.7;
}
/**
 * Backdrop
 */

#backdrop {
	position: fixed;
	right: 0;
	top: 0;
	bottom: 0;
	max-width: 100%;
	z-index: 1;
}
/**
 * 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
 */

small b{
    font-size: 36px;
	font-family: 'Nocturno Display', Social/*!Persona*/
	;
}

i, em {
	font-style: italic;
}
b, strong {
	font-weight: normal;
}
ul, ol {
	margin: 0;
	padding: 0 0 0 1em;
}
sup {
	top: -0.4em;
	vertical-align: baseline;
	position: relative;
}
sub {
	top: 0.3em;
	vertical-align: baseline;
	position: relative;
}
s {}
.slideshow-nav {
	margin-bottom: 0.5em;
}
img {
	border: 0;
	padding: 0;
}
blockquote {
	margin: 0;
	padding: 0 0 0 2em;
}
hr {
	background: rgba(127, 127, 127, 0.2);
	border: 0;
	height: 0.08em;
	display: block;
}
/*
 * Projects
 */

.bodycopy {
	display: none;
}
.container {
	min-height: 100%;
}
.content img {
	float: none;
	margin-top: 1em;
	margin-bottom: 1em;
}
/*
 * Other
 */

.clear:after {
	content: "";
	display: table;
	clear: both;
}
.loading[data-loading] {
	display: none;
	position: fixed;
	top: 8px;
	left: 8px;
	z-index: 100;
}
#backstage_icon {
	position: fixed;
}
/**
 * Editor styles
 */

[data-css-presets="true"] main {
	background-color: rgba(0, 0, 0, 0)/*!content_center*/
	;
	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_center*/
	;
	margin-left: auto/*!content_center*/
	;
	margin-right: auto/*!content_center*/
	;
	right: 0/*!content_center*/
	;
}
[data-css-presets="true"] .content_padded {
	padding: 0rem/*!main_margin*/
	;
}
[data-css-presets="true"] .content_width {
	width: 100%/*!content_center*/
	;
}
[data-css-presets="true"] #backdrop {
	width: 100%/*!background_cover*/
	;
}
[data-predefined-style="true"] main {
	font-size: 25px;
	font-weight: 200;
	color: rgba(255, 255, 255, 1);
	font-family: 'Circular Std Book';
	font-style: normal;
	line-height: 1.4;
}
[data-predefined-style="true"] main a {
	color: rgba(255, 253, 255, 1);
	padding-bottom: 0.07em;
	text-decoration: none;
}
[data-predefined-style="true"] main a:hover {
opacity: 0.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 {
	font-family: 'Nocturno Display', Social/*!Persona*/
	;
	font-style: normal;
	font-weight: 400;
	padding: 0;
	margin: 0;
	font-size: 8.2rem;
	line-height: 1;
	color: rgb(255, 255, 255);
	text-rendering: optimizeLegibility;
}
[data-predefined-style="true"] h1 a {
	color: rgb(255, 255, 255);
}
[data-predefined-style="true"] h2 {
	font-family: 'Circular Std Book';
	font-style: normal;
	font-weight: 400;
	padding: 0;
	margin: 0;
	color: rgba(255, 255, 255, 1);
	font-size: 4.0rem;
	line-height: 1.1;
    letter-spacing: 0.3px;
	text-rendering: optimizeLegibility;
}
[data-predefined-style="true"] h2 a {
	border-bottom: 0.07rem solid rgba(255, 255, 255, 0.5);
	color: rgba(255, 255, 255, 1);
	padding-bottom: 0.2rem;
}
[data-predefined-style="true"] small {
	display: inline-block;
	text-transform: uppercase;
	letter-spacing: 1px;
	;
	color: rgba(255, 255, 255, 0.85);
	font-family: 'Circular Std';
	font-style: normal;
	font-weight: 400;
	font-size: 12px;
	;
	line-height: 1.5;
}
[data-predefined-style="true"] small a {
	color: rgba(255, 255, 255, 0.85);
	border-bottom-width: 0.07em;
}
/**
 * Breakpoints
 */

[data-css-presets="true"].mobile #backdrop, [data-css-presets="true"].mobile #backdrop, .mobile #backdrop, .mobile #backdrop {
	position: relative;
	height: 50vh;
	min-width: 100%;
	max-width: 100%;
	width: 100%;
	top: 0;
	left: 0;
	right: 0;
	bottom: auto;
}
.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%;
}
[data-css-presets="true"] .subpage_overlay {
	background-color: rgba(255, 255, 255, 0)/*!subpage_overlay*/
	;
}
@media only screen and (max-width : 1180px) {
    [data-predefined-style="true"] h2 {
	
	font-size: 3rem;
	line-height: 1.1;
    letter-spacing: 0.3px;
	text-rendering: optimizeLegibility;
}
    .cols-two b{
font-size: 38px;
        margin-top: -11px;
    position: absolute;
}

.cols-two b.first{
	
    margin-top: -20px;
    margin-left: -22px;
}



.cols-three .col-right{
	
    padding-top:50px;
}

.expand.expanded .more {
	margin-top: 10px;
}
.expand .selected .more {

	padding-top: 20px;
	font-size: 15px;
}


.read-less {
	font-family: 'Circular Std';
	margin-top: 10px;
	display: none;
	border-radius: 40px;
	border: 2px solid white;
	padding: 7px 13px;
	font-size: 15px;
	letter-spacing: 1px;
}


.read {
	font-family: 'Circular Std';
	border: 2px solid white;
	padding: 7px 13px;
	font-size: 15px;
	letter-spacing: 1px;
	border-radius: 30px;
	text-align: center;
	margin-top: 10px;
	background-size: contain;
	color: #fff;
	background-repeat: no-repeat;
	display: inline-block
}

.header {
	position: fixed;
	top: 0px;
	width: 100%
}
.header-inner {
    max-width: 1500px;
    margin: 0px auto;
    width:calc(100% - 50px);
	font-family: 'Circular Std Book';
	font-size: 20px;
	justify-content: space-between;
	padding:  50px 25px;
	display: flex;
	align-items: center;
}
.container {
      scroll-behavior: smooth;

	z-index: 0;
	position: fixed;
	width: 100%;
	overflow: scroll;
	top: 130px;
}
.logo {
	position: absolute;
	left: 0px;
	right: 0px;
	margin: 0px auto;
	width: 300px;
	height: 100px;
	background-repeat: no-repeat;
	background-size: contain;
	background-position: center;
	background-image: url(https://files.persona.co/115594/Mount-logo.svg);
}
.cols-one {
	overflow: initial;
	align-items: flex-start;
	display: flex;
	flex-wrap: wrap;
    padding-bottom: 50vh;
     max-width: 1500px;
    margin: 0px auto;
}
.cols-two {
	overflow: initial;
	align-items: flex-start;
	display: flex;
     max-width: 1500px;
    margin: 0px auto;
	flex-wrap: wrap;
}
.cols-three {
	padding: 50vh 0px 150px 0px;
	overflow: initial;
	align-items: flex-start;
	display: flex;
	flex-wrap: wrap;
     max-width: 1500px;
    margin: 0px auto;
}
.col-left {
	padding: 25px;
	top: 50px;
	position: sticky;
	width: 50%;
}
.col-right {
	padding: 250px 25px 50px 25px;
	width: 50%;
}
main {
	overflow: initial !important;
	z-index: 99999999 !important;
	padding: 25px;
}
    
    
    
    
    
}


@media only screen and (max-width : 980px) {
    [data-predefined-style="true"] h2 {
	
	font-size: 3rem;
	line-height: 1.1;
    letter-spacing: 0.3px;
	text-rendering: optimizeLegibility;
}
    
    [data-predefined-style="true"] h2 br{
	display: none;
}
    .cols-two b{
font-size: 28px;
        margin-top: -8px;
    position: absolute;
}

.cols-two b.first{
	
    margin-top: -12px;
    margin-left: -14px;
}



.cols-three .col-right{
	
    padding-top:50px;
}

.expand.expanded .more {
	margin-top: 10px;
}
.expand .selected .more {

	padding-top: 20px;
	font-size: 15px;
}


.read-less {
	font-family: 'Circular Std';
	margin-top: 10px;
	display: none;
	border-radius: 40px;
	border: 2px solid white;
	padding: 7px 13px;
	font-size: 13px;
	letter-spacing: 1px;
}


.read {
	font-family: 'Circular Std';
	border: 2px solid white;
	padding: 7px 13px;
	font-size: 13px;
	letter-spacing: 1px;
	border-radius: 30px;
	text-align: center;
	margin-top: 10px;
	background-size: contain;
	color: #fff;
	background-repeat: no-repeat;
	display: inline-block
}

.header {
	position: relative;
	top: 0px;
	width: 100%
}
.header-inner {
    max-width: 1500px;
    margin: 0px auto;
    width:calc(100% - 50px);
	font-family: 'Circular Std Book';
	font-size: 20px;
	justify-content: space-between;
	padding:  50px 25px;
	display: flex;
	align-items: center;
}
.container {

	z-index: 0;
	position: relative;
	width: 100%;
	overflow: visible;
	top: 0px;
}
.logo {
	position: absolute;
	left: 0px;
	right: 0px;
	margin: 0px auto;
	width: 200px;
	height: 93px;
	background-repeat: no-repeat;
	background-size: contain;
	background-position: center;
	background-image: url(https://files.persona.co/115594/Mount-logo.svg);
}
.cols-one {
	overflow: initial;
	align-items: flex-start;
	display: flex;
	flex-wrap: wrap;
    padding-bottom: 20vh;
     max-width: 1500px;
    margin: 0px auto;
}
.cols-two {
	overflow: initial;
	align-items: flex-start;
	display: flex;
     max-width: 1500px;
    margin: 0px auto;
	flex-wrap: wrap;
}
.cols-three {
	padding: 20vh 0px 75px 0px;
	overflow: initial;
	align-items: flex-start;
	display: flex;
	flex-wrap: wrap;
     max-width: 1500px;
    margin: 0px auto;
}
.col-left {
	padding: 25px;
	top: 0px;
	position: relative;
	width: 100%;
}
.col-right {
	padding: 50px 25px 50px 25px;
	width: 100%;
}
main {
	overflow: initial !important;
	z-index: 99999999 !important;
	padding: 25px;
}
    
    .phone{
	
        display: none;
}
    
    .email{
	
        display: none;
}
    
    [data-predefined-style="true"] main {
	font-size: 20px;
	font-weight: 200;
	color: rgba(255, 255, 255, 1);
	font-family: 'Circular Std Book';
	font-style: normal;
	line-height: 1.4;
}
    
    small b{
    font-size: 28px;
        margin-left: 13px;;
	font-family: 'Nocturno Display', Social/*!Persona*/
	;
}
    
    html{
	
            scroll-behavior: smooth;
}
    #top.desktop{
	display: none;
}
  #top.mobile {
	display: block;
}
        
}

@media only screen and (max-width : 700px) {
 
    
    main{
	
        padding: 10px;
}
}


