/*
Theme Name: Bellefield
Author: Design Nebula
Version: 2.2.0
Author URI: http://dapperad.com/
*/

@font-face{
	font-family:"Montserrat-Regular";
	src:url("fonts/Montserrat/Montserrat-Regular.ttf") format("truetype");
}
@font-face{
	font-family:"Montserrat-Bold";
	src:url("fonts/Montserrat/Montserrat-Bold.ttf") format("truetype");
}
@font-face{
	font-family:"Lato-Regular";
	src:url("fonts/lato/Lato-Regular.ttf") format("truetype");
}
html {
	font-size: 62.5%;
	overflow-y: scroll;
	-webkit-text-size-adjust: 100%;
	-ms-text-size-adjust: 100%;
}
body {
	margin:0;
	color: #53565A;
	font-family: "Montserrat-Regular", Arial, sans-serif;
	font-size: 15px;
	font-size: 1.5rem;
	line-height: 1.3;
/* 	letter-spacing: 1px; */
}
.normalsize {font-size:15px; font-size:1.5rem;}
/* h1, h2, h3, h4 ,h5, h6 {font-weight:normal;} */
.giant {font-size:96px; font-size:9.6rem; line-height:1;}
.font1 {font-size:1px;}
h1 {font-size:48px; font-size:4.8rem;}
@media screen and (max-width: 400px) {
	h1 {font-size:40px; font-size:4rem;}
}
h2 {font-size:36px; font-size:3.6rem;}
h3 {font-size:30px; font-size:3.0rem;}
h4 {font-size:22px; font-size:2.2rem;}
h5 {font-size:18px; font-size:1.8rem;}
h6, .smalltext {font-size:14px; font-size:1.4rem;}
h1,h2,h3,.smalltext {margin:0;}
h4,h5,h6 {margin:0;}
h1,h2,h3,h4,h5,h6 {font-family:"Montserrat-Bold", Arial, sans-serif; font-weight:normal;}
p, .lato {font-family:"Lato-Regular", Arial, sans-serif;}
input, textarea, select, button {font-family: "Montserrat-Regular", Arial, sans-serif;}
.line1 {line-height:1;}
a {text-decoration:none; /* color:#53565A; */ color:inherit;}
#amenitiespage a {display:inline-block; border-bottom:1px dotted white;}
table, td {border:0 none transparent; outline:0 none transparent;}
.contentwidth {width:100%; /* max-width:1500px; */}

div, nav, header, footer, section, .idiv, input, textarea, article, aside, main, button, select, form, ul, h1, h2, h3, h4, h5, h6, .accurate { box-sizing:border-box;}
.idiv {display: inline-block;}
.block {display:block;}
.hidden {display:none;}
.transparent, .hoveropaque {opacity: 0;}
.semiopaque {opacity: .5;}
.opaque, .hoveropaque:hover {opacity:1;}
.fright, .alignright {float:right;}
.fleft, .alignleft {float:left;}
.floatcontainer::after {
    content: " ";
    display: block;
    height: 1px;
    clear: both;
}
.relative {position:relative;}
.absolute {position:absolute;}
.fixed {position:fixed;}
.vtop {vertical-align:top;}
.vmiddle {vertical-align:middle;}
.vbottom {vertical-align:bottom;}
.bold {font-family:"Montserrat-Bold", Arial, sans-serif; font-weight:normal;}
.unbold {font-family: "Montserrat-Regular", Arial, sans-serif; font-weight:normal;}
.caps {text-transform:uppercase;}
.lowercase {text-transform:lowercase;}
.whitetext {color:white;}
.bluetext {color:#7BA7BC;}
.lighttext {color:#AAA;}
.eggshelltext {color:#E0DED8;}
.desaturate, .desaturate-above {filter:grayscale(100%); -webkit-filter:grayscale(100%); transition:-webkit-filter 1s; transition:filter 1s; transition:filter 1s, -webkit-filter 1s; -webkit-transition:-webkit-filter 1s;}
.amenity-grayscale{
	content: "";
	position:absolute;
	top:0;
	left:0;
	right:0;
	bottom:0;
	background-repeat: no-repeat;
	background-size: cover;
	background-position: center; /* grayscale handled by plugin */
}
.desaturate:hover, .hovercontainer:hover .desaturate-above {-webkit-filter:none; filter:none;}
/* .invert {-webkit-filter:invert(70%); filter:invert(70%);} */
.redhover:hover, .redhover:active, .redback {background-color:#7E2E4B; color:white;}
.coalback {background-color:#382D24;}
.goldback {background-color:#AB8422;}
.eggshellback {background-color:#E0DED8;}
.blueback {background-color:#7BA7BC;}
.whiteback {background-color:white;}
.grayback {background-color:#53565A;}
.centertext {text-align:center;}
.righttext {text-align:right;}
.lefttext {text-align:left;}
.justifytext {text-align:justify;}
.justifymaker {display:inline-block; width:100%; height:1px;}
.nodeco, .nodeco:hover {text-decoration:none;}
.width0 {width:0;}
.width25 {width:25%;}
.fullheight {height:100%;}
.fullscreenheight {height:100vh;}
#topvid.fullscreenheight {
	height: calc(100vh - 88px);
}
@media screen and (max-width: 1000px) {
	#topvid.fullscreenheight {
		height: calc(100vh - 70px);
	}
}
#amenities {
	overflow: hidden;
}
.halfscreenheight {height:50vh;}
.minfullscreenheight {min-height:100vh;}
.screenheight60 {height:60vh;}
.screenheight40 {height:40vh;}
.screenheight30 {height:30vh;}
.screenheight20 {height:20vh;}
.screenheight10 {height:10vh;}
.fullwidth {width:100%;}
.halfwidth {width:48%;}
.cover {-o-object-fit:cover;object-fit:cover;}
.max100 {max-width:100%;}
.max150 {max-width:150px;}
.max200 {max-width:200px;}
.max320 {max-width:320px;}
.max500 {max-width:500px;}
.max800 {max-width:800px;}
.max1000 {max-width:1000px;}
.min125 {min-width:125px;}
.min250 {min-width:250px;}
.min500 {width:500px; max-width:100%;}
.centerdiv {margin: 0 auto;}
.nomargin {margin:0;}
.nopadding {padding:0;}
.top {top:0;}
.top1 {margin-top:10px; margin-top:2vh;}
.top2 {margin-top:20px; margin-top:5vh;}
.top3 {margin-top:40px; margin-top:10vh;}
.top4 {margin-top:60px; margin-top:20vh;}
.top5 {margin-top:100px; margin-top:30vh;}
.top6 {margin-top:200px; margin-top:50vh;}
.left {left:0;}
.left1 {margin-left:10px; margin-left:3vw;}
.left2 {margin-left:20px; margin-left:5vw;}
.left3 {margin-left:40px; margin-left:10vw;}
.left4 {margin-left:60px; margin-left:20vw;}
.left5 {margin-left:100px; margin-left:30vw;}
.right {right:0;}
.right1 {margin-right:10px; margin-right:3vw;}
.right2 {margin-right:20px; margin-right:5vw;}
.right3 {margin-right:40px; margin-right:10vw;}
.right4 {margin-right:60px; margin-right:20vw;}
.right5 {margin-right:100px; margin-right:30vw;}
.bottom {bottom:0;}
.bottom1 {margin-bottom:10px; margin-bottom:2vh;}
.bottom2 {margin-bottom:20px; margin-bottom:5vh;}
.bottom3 {margin-bottom:40px; margin-bottom:10vh;}
.bottom4 {margin-bottom:60px; margin-bottom:20vh;}
.bottom5 {margin-bottom:100px; margin-bottom:30vh;}
.bottom6 {margin-bottom:200px; margin-bottom:50vh;}
.right15, .alignleft {margin-right:15px;}
.left15, .alignright {margin-left:15px;}
.padded {padding:0 5%;}
.padding1 {padding:1%;}
.padding3 {padding:3%;}
.padding5 {padding:5%;}
.padding10 {padding:10px;}
.padding20 {padding:20px;}
.padding30 {padding:30px;}
.padding70 {padding:70px;}
.margin10 {margin:10px;}
.margin20 {margin:20px;}
.margin30 {margin:30px;}
.margin70 {margin:70px;}
.zsub {z-index:-1;}
.z1 {z-index:1;}
.z5 {z-index:5;}
.z10 {z-index:10;}
.z15 {z-index:15;}
.z20 {z-index:20;}
.z25 {z-index:25;}
img {max-width:100%; height:auto;}
.imagebox {overflow:hidden; max-width:100%;}
.clickable {cursor:pointer;}
.transit {transition:all 1s; -webkit-transition:all 1s;}
.transitwidth {transition:width .7s; -webkit-transition:width .7s;}
.transitheight {transition:height 1s; -webkit-transition:height 1s;}
.transitopaque {transition:opacity 1s; -webkit-transition:opacity 1s;}
.circle, .dot {border-radius:50%;}
.centervert::after {content:" "; display:inline-block; vertical-align:middle; height:100%;}
ul.horizontal {list-style:none; margin-left:0px;}
ul.horizontal li {display:inline-block;}

.dot {border:solid 2px white; width:15px; height:15px; margin-top:10px;}
.dot.filled {background-color:white;}
.scrolldownwrapper {padding:2vh 0;}
.scrolldown, .closex, .openplus {border:solid 3px white; width:45px; height:45px; text-align:center;}
.scrolldown {padding:12px 5px 0;}
.closex svg, .openplus svg {width:20px; height:20px; margin:10px;}
.verticaltext {-ms-transform: rotate(-90deg); -webkit-transform: rotate(-90deg); transform: rotate(-90deg);
			-ms-transform-origin:0px 0px; -webkit-transform-origin:0px 0px; transform-origin:0px 0px;}
input, textarea {padding:.7em; border:3px solid white; background-color:white; font-size:1.4rem; margin-top:4%;}
.reverse input, .reverse textarea {background-color:#f1f2f2;}
.button {padding:.5em 2em; border:3px solid white; color:white; background-color:transparent; text-transform:uppercase;}
.button.reverse.blueborder {
	background: #7BA7BC;
	display: block;
	width: 280px;
	max-width: 100%;
	box-sizing: border-box;
	text-align: center;
}

.button.reverse.blueborder:hover {
	border-color: #7BA7BC;
	background: #fff;
}

.reset {-webkit-appearance:none; -moz-appearance:none; appearance:none; border-radius:0px;}
.button:hover, .button:active, .scrolldown:hover, .scrolldown:active, .closex:hover, .closex:active, .openplus:hover, .openplus:active {background-color:white; color:#7BA7BC;}
.reverse .button {background-color:#7BA7BC; color:white; border:0 none transparent;}
.reverse .button:hover, .reverse .button:active {background-color:#B1B3B3;}
.scrolldown:hover polyline, .scrolldown:active polyline, .closex:hover line, .closex:active line, .openplus:hover line, .openplus:active line {stroke:#7BA7BC;}
.hotspotgroup:hover path.hotspot {fill:#6894A4; stroke:none;}
.hotspotgroup {cursor:pointer;}
/* #logo img {height:22vh;} */
#availabilitycta {top:21em; left:0;}
#scrolldots {right:30px; top:50%; margin-top:-65px;}
#anchornav, #sidenav {overflow:hidden; position:fixed; top:0; right:0; z-index:25;}
#anchornav {line-height:1; text-align:justify; background-color:white; width:100%; border-bottom:1px solid #B1B3B3;}
.home #anchornav {border-bottom:0 none transparent;}

.home #anchornav{
	position: relative;
}

#anchornav.sticky {
	position: fixed;
}

.hamburger {width:50px;}
.hamburger div {height:6px; width:100%;}
.hamburger div:nth-child(odd) {background-color:#333;}
.hamburger div:nth-child(even) {background-color:transparent;}
/* #headerwrapper {height:90px;} */
.amenityslide, .coverimage {background-position:center center; background-size:cover;}
.skrim {background-color:rgba(60,60,60,.7);}
.heroskrim {background-color:rgba(83,86,90,.5);}
footer {padding:7vh 10vw;}
footer h6 {font-size:13px; font-size:1.3rem; font-family:"Lato-Regular", Arial, sans-serif;}
.whitebar::after {content:" "; width:85px; height:6px; background-color:white; display:block; margin:15px auto;}
div.blackbar::after {content:" "; width:85px; height:6px; background-color:#53565A; display:block; margin:25px 0;}
section.blackbar::after {content:" "; width:85px; height:6px; background-color:#53565A; display:block; margin:7vh auto;}
.hero {height:400px; max-height:100vh;}
.building .imagebox {
	overflow:hidden;
	height: 1px;
	padding-bottom: 56%;
	background-repeat: no-repeat;
	background-size: cover;
	background-position: center;
}
.event p, .building p {margin:0;}
.event p:last-child {margin-bottom: 20px;}
.building h4 {margin:10px 0 12px;}
.leasinginfo {color:#AAA; margin-top:12px; text-transform:uppercase;}
.leasinginfo.clickable:hover, .bluehover:hover {color:#7BA7BC;}
hr {border-top:1px solid #7BA7BC; margin:1em 0;}
.blackout {height:0; width:100%; background-color:rgba(0,0,0,.7); overflow:hidden; opacity:0; position:fixed; left:0; top:0; z-index:30; text-align:center;}
.blackout.popped {height:100vh; opacity:1;}
#availabilitylightbox table td {padding-left:7px; padding-right:7px;}
#mapsection {background-color:#6894A4;}
.hotspotlightbox {width:500px; height:350px;}
#locationoverlay {height:100%; overflow:hidden;}
#locationoverlay.transparent {height:0%;}
.hotspotlightbox hr {border-top:2px solid #FFFFFF; margin:1em 0;}
table.spacedcells td, .floor {padding-bottom:12px;}

::-webkit-input-placeholder { color:#AAA; }
::-moz-placeholder { color:#AAA; } /* firefox 19+ */
:-ms-input-placeholder { color:#AAA; } /* ie */
input:-moz-placeholder { color:#AAA; }
.compass{
	fill:#fff;
	stroke:#000;
	stroke-width:1.5;
}
.cbutton{
	fill:#356680;
	stroke:#6894A4;
	stroke-miterlimit:6;
	stroke-linecap:round;
}
.cbutton:hover{
	stroke-width:2;
}
.plus-minus{
	fill:#fff;
	pointer-events:none;
}
@-ms-viewport {
	width: device-width;
}
@-o-viewport {
	width: device-width;
}
@viewport {
	width: device-width;
}

.floathalf {background-position:center center; background-size:cover; text-align:center; position:relative;}
.floathalf img {width:130px; height:auto; left:50%; top:50%; margin-left:-65px; margin-top:-65px; opacity:1;}
.floathalf:hover img, .floathalf.pseudohover img {opacity:0;display:none;}
.floathalf:hover .hoveropaque, .floathalf.pseudohover .hoveropaque {opacity:1;}
.flexopaque {opacity:.5;}
.floathalf:hover .flexopaque, .floathalf.pseudohover .flexopaque {opacity:.9;}

@media screen and (max-width: 1100px) {
	.floathalf {height:500px;}
}

@media screen and (min-width: 1000px) {
	.mobileonly {display:none;}
	.floathalf {float:left; width:50%; height:400px;}
	#page {padding-top:88px;}
	.home #page {padding-top:0px;}
	/* .home #anchornav {height:0px;} */
	#anchornav .hiddenpad {padding:1em 3% 0;}
	#anchornav .navlinks {display:inline-block; vertical-align:middle;}
	#anchornav .navlinks a {margin-left:10px; margin-left:3vw; display:inline-block; padding:10px 0 5px;}
	#anchornav .navlinks li.current-menu-item a {border-bottom:6px solid #53565A;}
	.hamburger {display:none;}
	.event .column:first-of-type {width:40%;}
	.event .column:last-of-type {width:60%;}
	.leasingcontacts .idiv {width:325px;}
	.desktophalfwidth {width:48%;}
	.desktopfright {float:right;}
	.desktopidiv {display:inline-block;}
}

@media screen and (max-width: 1100px) {
	.floathalf {
		height:auto;
		width: 100%;
		float: none;
	}
}

@media screen and (min-height: 480px) and (min-width: 800px) {
	.halfheight {height:50%;}
	.thirdheight {height:33%;}
}

@media screen and (max-width: 999px) {
	.desktoponly {display:none;}
	.floathalf {padding:60px 0;}
	#page {padding-top:70px;}
	.home #page {padding-top:0px;}
	.home h2 {font-size:30px; font-size:3.0rem;}
	#anchornav {font-size:1px; height:auto;}
	#anchornav .hiddenpad {padding:7px 3% 4px;}
	/* .home #anchornav.reverse {background-color:transparent;} */
	#anchornav img {opacity:1;}
	/* .home #anchornav.reverse img {opacity:0;} */
	#sidenav {background-color:#53565A; height:100%;}
	#sidenav .hiddenpad {padding:15px;}
	#sidenav .navlinks a {display:block; color:white; margin-top:15px;}
	#sidenav .button {padding:4px 7px;}
	.hamburger {display:inline-block; vertical-align:middle;}
	/* .home .reverse .hamburger div:nth-child(odd) {background-color:#FFF;} */
	.desktophalfwidth {width:100%;}
	.mobilepadding5 {padding:5%;}
	.desktopidiv {margin:0 auto;}
}



/* Locations Page Only */
@media screen and (min-width:1500px){
	.building {width:22%; margin-right:3.85%;}
	.building:nth-of-type(4n+4) {margin-right:0%;}
}
@media screen and (max-width: 1499px) and (min-width:850px){
	.building {width:30%; margin-right:4.75%;}
	.building:nth-of-type(3n+3) {margin-right:0%;}
}
@media screen and (max-width: 849px) and (min-width:525px){
	.building {width:46.5%; margin-right:6%;}
	.building:nth-of-type(2n+2) {margin-right:0%;}
}
@media screen and (max-width: 524px) {
	.building {width:100%; margin-right:0%;}
}


/* Availability */
.ht-availability-table,
.ht-modal {
	font-family: "Lato-Regular", Arial, sans-serif !important;
	font-size: 1.5rem !important;
}

.ht-size-cell {
	text-transform: uppercase;
}

@media screen and (max-width: 400px) {
	.ht-availability-table,
	.ht-modal{
		font-size: 1rem !important;
	}
}

.ht-availability-header-cell {
	color: #7BA7BC;
	text-transform: uppercase;
	font-family: "Montserrat-Bold", Arial, sans-serif;
	font-size: 1.5rem;
}

@media screen and (max-width: 400px) {
	.ht-availability-header-cell {
		font-size: 1rem;
	}
}

.ht-availability-building-cell {
	background-color: #EEE;
	padding: 5px 7px;
	color: #53565A;
	text-transform: uppercase;
	font-size: 2.2rem;
	font-family: "Montserrat-Bold", Arial, sans-serif;
	background: none;
}

.ht-availability-space-attachments-cell {
	text-align: right;
	color: #7BA7BC;
}

.cta-cell {
	height: 110px;
}

.cta-cell-buzz {
	height: 60px;
}

.home .wpcf7-response-output {
	background: #fff;
}


.overlayVideo {
  position: absolute;
  left: -3000px;
  top: 0px;
  z-index: 6;
  visibility: hidden;
}

#video_container {
  width: 100%;
  height: 100%;
  overflow: hidden;
  position: relative;
  z-index: 1;
  opacity: 1;
}

#cover_all {
  position: absolute;
  top: 0;
  left: 0;
  z-index: 5;
  height: 100%;
  width: 100%;
}

#main-image {
  position: absolute;
  top: 0;
  left: 0;
  bottom: 0;
  right: 0;
  z-index: 3;
  background-repeat: no-repeat;
  background-position: 50% 50%;
  background-size: cover;
}
@media screen and (min-width: 1000px) {
	#main-image {
		display: none !important;
	}
}

@media screen and (max-width: 1000px) {
	#cycle1 {
		display: none;
	}
	#cycle2,
	#cycle3,
	#cycle4,
	#cycle5 {
		position: relative !important;
		opacity: 1 !important;
	}
}

.contactform {
	background: rgba(255,255,255,.85);
	text-align: center;
}
.contactform div.blackbar::after {
	margin: 25px auto;
}

section#culture,
section#location,
section#contact {
	background-repeat: no-repeat;
	background-position: center;
	background-size: cover;
}

section#culture {
	background-image: url(images/bluewave.svg);
}

.crawler-item {
	background-repeat: no-repeat;
	background-position: center;
	background-size: contain;
	width: 200px;
	height: 150px;
	margin: 0 auto;
	display: inline-block;
}

#close-infobox {
	display: block;
	position: absolute;
	top: 0;
	bottom: 0;
	left: 0;
	right: 0;
	z-index: 1;
}

.infobubble2 a.idiv.button {
	position: relative;
	z-index:2;
}

/* hightower fixes */
.modal-dialog {
	max-width: 100%;
}
.modal-body {
	padding: 5px !important;
}

.ht-availability-iframe {
	max-width: 100%;
}

a.right.carousel-control {
	height: 36px;
	top: 50%;
	margin-top: -18px;
}

.floor-name {margin-bottom: 0;}

@media screen and (max-width: 600px) {
	.floor-label {
		clear:both;
		float: none;
		width: auto;
	}
	
	.width25 {
		width: 32%;
		margin-right: 1%;
	}
}

.clearboth {clear:both;display:block;font-size:0;height:0;line-height:0;width:100%;}

.simple-content a {
	color: #7BA7BC;
}

.footer-link-tw img {
	width: 44px;
	height: auto;
	padding-left: 4px;
	padding-bottom: 1px;
	display: inline-block;
}

.contact-hashtag {
	font-size: 18px;
	font-size: 1.8rem;
	margin: 10px 0 0 0;
	width: 100%;
	text-align: center;
}

.footer-content {
	padding-bottom: 20px;
}

.homehero--vimeo-vid {
	position: absolute;
	top: 0;
	left: 0;
	right: 0;
	bottom: 0;
	overflow: hidden;
}

.homehero--vimeo-vid iframe {
	position: absolute;
}

.covid-mod {
	background-position: right center;
	display: flex;
	flex-direction: column;
	justify-content: center;
}

.covid-mod h1 {
	color: #7BA7BC;
	display: flex;
	align-self: center;
}

@media (max-width: 575px) {
	
	.covid-mod h1 br {
		display: none;
	}
}

@media (min-width: 1000px) and (max-width:1150px) {
	#anchornav .navlinks a {
		margin-left: 12px;
	}
}

@media (min-width: 1060px) {
	.covid-mod h1 {
		width: 1000px;
		text-align: left;
	}
}

.pure--section-wrap {
	background-image: url(images/swoosh.svg);
	background-position: right bottom;
	background-repeat: no-repeat;
	background-size: 300px auto;
}

.pure--images img {
	margin: 5px 0;
}

@media (min-width: 370px) {
	.pure--images {
		display: flex;
		flex-direction: row;
		justify-content: flex-start;
	}
	
	.pure--images-divider {
		height: 30px;
		width: 1px;
		border-left: 2px solid #000;
		margin: -3px 10px 5px 10px;
		align-self: start;
	}
	
	.pure--images img {
		align-self: center;
	}
	
	.pure--images img:last-child {
		margin-bottom: -1px;
	}
}

@media (min-width: 575px) {
	.pure--images-divider {
		margin: -3px 20px 5px;
	}
}

.section-divider {
	margin: 0;
	border-color: #f2f2f2;
	border-width: 1px 0 0 0;
}

.docs--row {
	display: flex;
    flex-wrap: wrap;
	list-style-type: none;
	justify-content: center;
	padding: 0;
	margin: 0 -15px;
}

.docs--col {
	display: flex;
	padding: 0 15px;
	margin-bottom: 50px;
    width: 100%;
    min-height: 1px;
	box-sizing: border-box;
}

.docs--link:hover .docs--image {
	transform: translateY(-7px);
}

.docs--image {
	margin-bottom: 30px;
	box-shadow: 0 0 10px rgba(0,0,0,0.1);
	overflow: hidden;
	transition: transform .3s;
}

.docs--image img {
	object-fit: contain;
	object-position: center bottom;
	display: block;
}

.docs--title {
	text-transform: uppercase;
	font-size: 15px;
	font-family: "Montserrat-Bold", sans-serif;
	font-weight: 700;
}

.docs--download {
	text-transform: uppercase;
	font-size: 12px;
}

@media (min-width: 575px) {
	.docs--col {
		flex: 0 0 50%;
		max-width: 50%;
	}
}

@media (min-width: 992px) {
	.docs--col {
		flex: 0 0 33.333333%;
		max-width: 33.333333%;
	}
}

.purehp--section {
	position: relative;
	background-image: url(images/swoosh.svg);
	background-position: right bottom;
	background-repeat: no-repeat;
	background-size: 60vmin;
	text-align: center;
	color: #53565A;
	min-height: 700px;
}

.purehp--cta {
	color: #53565A;
	border-color: #53565A;
	display: block;
	width: 280px;
	max-width: 100%;
	box-sizing: border-box;
	text-align: center;
	transition: all .3s;
}

.purehp--cta:hover {
	color: #fff;
	background-color: #53565A;
}

.purehp--section-inside {
	width: 100%;
	height: 100%;
	display: flex;
	flex-direction: column;
	justify-content: center;
	text-align: center;
	padding: 3%;
}

.purehp--logo {
	align-self: center;
	width: 560px;
	max-width: calc(100% - 60px);
	margin-bottom: 60px;
}

.pure--headline {
	align-self: center;
}

.purehp--cta-wrap {
	align-self: center;
}

.purehp--m-logo {
	position: absolute;
	bottom: 60px;
	left: 50%;
	transform: translateX(-50%);
}