/*
Theme Name: Nine Degrees
Theme URI: 
Update URI: ninepoint-nine-degrees-theme
Author: Ninepoint
Author URI: https://ninepoint.cc
Version: 1.0
License: GNU General Public License v2 or later
License URI: http://www.gnu.org/licenses/gpl-2.0.html
*/

/* =Reset default browser CSS. Based on work by Eric Meyer: http://meyerweb.com/eric/tools/css/reset/index.html
-------------------------------------------------------------- */

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, font, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td {
	border: 0;
	font-family: inherit;
	font-size: 100%;
	font-style: inherit;
	font-weight: inherit;
	margin: 0;
	outline: 0;
	padding: 0;
	vertical-align: baseline;
}
:focus {/* remember to define focus styles! */
	outline: 0;
}
body {
	background: #fff;
	line-height: 1;
}
ol, ul {
	list-style: none;
}
table {/* tables still need 'cellspacing="0"' in the markup */
	border-collapse: separate;
	border-spacing: 0;
}
caption, th, td {
	font-weight: normal;
	text-align: left;
}
blockquote:before, blockquote:after,
q:before, q:after {
	content: "";
}
blockquote, q {
	quotes: "" "";
}
a img {
	border: 0;
}
article, aside, details, figcaption, figure,
footer, header, hgroup, menu, nav, section {
	display: block;
}

/* ----------------------------- 
Theme Basics 
----------------------------- */

/* =Structure */
html {
	height: 100%;
}
body {
	background: #fff;
	height: 100%;
}
#page {
	background: #fff;
	min-height: 100%;
}

/* Alignment */
.alignleft {
	display: inline;
	float: left;
	margin-right: 1.625em;
}
.alignright {
	display: inline;
	float: right;
	margin-left: 1.625em;
}
.aligncenter {
	clear: both;
	display: block;
	margin-left: auto;
	margin-right: auto;
}

/* =Global */
body, input, textarea {
	color: #000000;
	font-size: 19px; 
	font-family: 'Helvetica Now Display W05 Light', sans-serif;
}

/* Headings */
h1,h2,h3,h4,h5,h6 {
	clear: both;
}
hr {
	background-color: #ccc;
	border: 0;
	height: 1px;
	margin-bottom: 5px;
}

/* Media */
.entry-content img,
.comment-content img,
.widget img {
	max-width:100%;
}
img[class*="align"],
img[class*="wp-image-"],
img[class*="attachment-"] {
	height: auto; 
}
img.size-full,
img.size-large {
	max-width: 100%;
	width: auto; 
	height: auto;
}
embed,
iframe,
object {
	max-width: 100%;
}

/* Text elements */
ul, ol {
	margin: 0;
}
ul {
	list-style: disc;
}
ol {
	list-style: decimal;
}
ol ol {
	list-style: upper-alpha;
}
ol ol ol {
	list-style: lower-roman;
}
ol ol ol ol {
	list-style: lower-alpha;
}
ul ul, ol ol, ul ol, ol ul {
	margin-bottom: 0;
}
dl {
	margin: 0 1.625em;
}
dt {
	font-weight: bold;
}
dd {
	margin-bottom: 1.625em;
}
strong {
	font-weight: normal;
	font-family: 'Helvetica Now Display W05 Bold', sans-serif;
}
cite, em, i {
	font-style: italic;
}
blockquote {
	font-family: Georgia, "Bitstream Charter", serif;
	font-style: italic;
	font-weight: normal;
	margin: 0 3em;
}
blockquote em, blockquote i, blockquote cite {
	font-style: normal;
}
blockquote cite {
	color: #666;
	font: 12px "Helvetica Neue", Helvetica, Arial, sans-serif;
	font-weight: 300;
	letter-spacing: 0.05em;
	text-transform: uppercase;
}
pre {
	background: #f4f4f4;
	font: 13px "Courier 10 Pitch", Courier, monospace;
	line-height: 1.5;
	margin-bottom: 1.625em;
	overflow: auto;
	padding: 0.75em 1.625em;
}
code, kbd, samp, var {
	font: 13px Monaco, Consolas, "Andale Mono", "DejaVu Sans Mono", monospace;
}
abbr, acronym, dfn {
	border-bottom: 1px dotted #666;
	cursor: help;
}
address {
	display: block;
	margin: 0;
}
ins {
	background: #fff9c0;
	text-decoration: none;
}
sup,
sub {
	font-size: 10px;
	height: 0;
	line-height: 1;
	position: relative;
	vertical-align: baseline;
}
sup {
	bottom: 1ex;
}
sub {
	top: .5ex;
}
small {
	font-size: smaller;
}

/* Forms */
input[type=text],
input[type=password],
input[type=email],
input[type=url],
input[type=number],
textarea {
	background: #fafafa;
	-moz-box-shadow: inset 0 1px 1px rgba(0,0,0,0.1);
	-webkit-box-shadow: inset 0 1px 1px rgba(0,0,0,0.1);
	box-shadow: inset 0 1px 1px rgba(0,0,0,0.1);
	border: 1px solid #ddd;
	color: #888;
}
input[type=text]:focus,
input[type=password]:focus,
input[type=email]:focus,
input[type=url]:focus,
input[type=number]:focus,
textarea:focus {
	color: #373737;
}
textarea {
	padding-left: 3px;
	width: 98%;
}
input[type=text],
input[type=password],
input[type=email],
input[type=url],
input[type=number] {
	padding: 3px;
}

/* Links */
a {
	color: #849698;
}
a:focus,
a:active,
a:hover {
	text-decoration: underline;
}

/* =Menu */
.mainmenu li {
	display: block;
	padding: 5px 0;
}
.mainmenu a:link, .mainmenu a:visited {
	position: relative;
	font-size: 78px;
	line-height: 88px;
	font-family: 'Helvetica Now Display W05 Bold', sans-serif;
	color: #FFFFFF;
	text-decoration: none;
}
.mainmenu a::after {
	content: '';
	background-image: url('images/arrow-w.svg');
	background-size: contain;
	background-repeat: no-repeat;
	display: inline-block;
	vertical-align: middle;
	width: 67px;
	height: 20px;
	margin-left: 30px;
	transition: 0.3s linear;
	opacity: 0;
}
.mainmenu a:hover::after, .mainmenu .current-menu-item a::after {
	opacity: 1;
}
.mainmenu ul {
	display: none;
}

/* Fonts */
@font-face {
  font-family: 'Socicon';
  src: url('fonts/socicon.ttf') format('truetype'), url('fonts/socicon.woff') format('woff');
  font-weight: normal;
  font-style: normal;
}
[class^="socicon-"],
[class*=" socicon-"] {
  font-family: 'Socicon' !important;
  speak: none;
  font-style: normal;
  font-weight: normal;
  font-variant: normal;
  text-transform: none;
  line-height: 1;
  /* Better Font Rendering =========== */
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}
.socicon-linkedin:before {
	content: "\e04c";
}
.socicon-instagram:before {
	content: "\e044";
}


/* 404 */
.result-404 { padding: 19vw 7.2% 19vw; text-align: center; }
.result-404 .entry-title { font-family: 'Helvetica Now Display W05 Bold', sans-serif; font-size: 30px; padding-bottom: 50px; }
.result-404 .entry-content { font-size: 20px; line-height: 28px; }

/* ----------------------------- 
Theme Custom 
----------------------------- */
p {
	line-height: 29px;
	margin-bottom: 30px;
}
.ibvtop {
	display: inline-block;
	vertical-align: top;
}
.ibvmid {
	display: inline-block;
	vertical-align: middle;
}
.ibvbtm {
	display: inline-block;
	vertical-align: bottom;
}
.stdlink a {
	color: inherit;
	text-decoration: none;
}
.stdh {
	position: fixed;
	top: 0;
	left: 0;
	width: 100%;
	z-index: 5000;
	padding: 0 7.2%;
	box-sizing: border-box;
}
.stdh-tl {
	position: absolute;
	top: 24px;
	left: 0;
	width: 7.2%;
	text-align: center;
}
.stdh-tl img {
	width: 82px;
}
.stdh-tr {
	position: absolute;
	top: 43px;
	right: 0;
	width: 7.2%;
	text-align: center;
}
.hmtog {
	display: inline-block;
	cursor: pointer;
}
.hmtog div {
	display: inline-block;
	width: 16px;
	height: 16px;
	background-color: #000;
	border-radius: 50%;
	margin: 0 3px;
}
.hmtog.hmtogw div {
	background-color: #FFF;
}
.hmenu {
	display: none;
	position: fixed;
	top: 0;
	left: 0;
	width: 100%;
	bottom: 0;
	z-index: 6000;
	padding: 0 7.2%;
	box-sizing: border-box;
	background-color: #000;
	overflow-y: auto;
}
.hmenu::after {
	content: '';
    display: inline-block;
    height: 100%;
    vertical-align: middle;
    margin-right: -0.25em;
}
.hmclose {
	display: inline-block;
	width: 35px;
	height: 35px;
	background-color: #FFF;
	border-radius: 50%;
	cursor: pointer;
}
.hmenuw {
	display: inline-block;
	vertical-align: middle;
	width: calc(100% - 0.5em);
}
.arrlink h5 a, .arrlinkw h5 a  {
	display: inline-block;
	position: relative;
}
.arrlink h5 a::after, .arrlinkw h5 a::after {
	content: '';
	background-image: url('images/arrow-b.svg');
	background-size: contain;
	background-repeat: no-repeat;
	display: inline-block;
	vertical-align: middle;
	width: 67px;
	height: 20px;
	margin: 4px 0 0 15px;
	transition: 0.3s linear;
	opacity: 0;
}
.arrlinkw h5 a::after {
	background-image: url('images/arrow-w.svg');
}
.arrlink h5 a:hover::after, .arrlinkw h5 a:hover::after {
	opacity: 1;
}


/* home */
#home {
}
.hintro {
	position: relative;
	padding-top: 53.3%;
	line-height: 0;
}
.hintrotxt {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	bottom: 0;
	z-index: 100;
	box-sizing: border-box;
	padding: 0 7.2%;
	background-color: #FFF;
	font-family: 'Helvetica Now Display W05 Bold', sans-serif;
}
.hintrotxt::after {
	content: '';
    display: inline-block;
    height: 100%;
    vertical-align: middle;
    margin-right: -0.25em;
}
.hintrotxtw {
	display: inline-block;
	vertical-align: middle;
	width: calc(100% - 0.5em);
}
.hintrotxt p {
	font-size: 76px;
	line-height: 96px;
	margin-bottom: 0;
}
.hintro video {
	object-fit: cover;
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	z-index: 10;
}
.hintrovidm {
	display: none;
}
.hsection {
	padding: 100px 7.4%;
}
.hsect-l {
	width: 50%;
	box-sizing: border-box;
	padding: 0 5% 0 0;
}
.hsect-r {
	width: 50%;
	box-sizing: border-box;
}
.hsection .ptxt p {
	font-size: 24px;
	line-height: 34px;
}
.hcontent {
}
.hcontent-item {
	position: relative;
}
.hcontent-item a {
	display: block;
}
.hcitem-media {
	padding-top: 55%;
	background-size: cover;
	background-position: 50% 50%;
}
.hcontenti-dmbg .hcitem-media, .hcontenti-dmbg .hcitem-mediam {
	padding: 0;
}
.hcitem-media video, .hcitem-mediam video, .hcitem-media img, .hcitem-mediam img {
	position: static;
	width: 100%;
	height: 100%;
	object-fit: cover;
}
.hcitem-mediam {
	display: none;
	padding-top: 111%;
	background-size: cover;
	background-position: 50% 50%;
	margin-bottom: 40px;
}
.hcitem-media video, .hcitem-mediam video {
	object-fit: cover;
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	z-index: 10;
}
.hcitem-txt {
	position: absolute;
	top: 78%;
	left: 7.2%;
	z-index: 100;
}
.hcitem-txt:hover > .hcitem-desc {
	opacity: 1;
}
.hcitem-txt:hover > .hcitem-name::after {
	opacity: 1;
}
.hcitemclr-white {
	color: #FFF;
}
.hcitemclr-black {
}
.hcitem-name {
	display: inline-block;
	position: relative;
	font-family: 'Helvetica Now Display W05 Bold', sans-serif;
	font-size: 26px;
	line-height: 34px;
	margin-bottom: 10px;
}
.hcitem-name::after {
	content: '';
	background-image: url('images/arrow-w.svg');
	background-size: contain;
	background-repeat: no-repeat;
	display: inline-block;
	vertical-align: top;
	width: 67px;
	height: 20px;
	margin: 12px 0 0 15px;
	transition: 0.3s linear;
	opacity: 1;
}
.hcitemclr-black .hcitem-name::after {
	background-image: url('images/arrow-b.svg');
}
.hcitem-desc {
	font-family: 'Helvetica Now Display W05 Bold', sans-serif;
	font-size: 20px;
	line-height: 28px;
	opacity: 1;
	max-width: 340px;
	transition: 0.3s linear;
}
.hcta {
	padding: 20% 7.2%;
}
.hctaw {
}
.hcta h2 {
	font-family: 'Helvetica Now Display W05 Bold', sans-serif;
	font-size: 56px;
	line-height: 66px;
	margin-bottom: 10px;
}
.hcta h5 {
	font-family: 'Helvetica Now Display W05 Bold', sans-serif;
	font-size: 24px;
	line-height: 34px;
}


/* standard */
.stdpg {
	padding: 140px 7.2% 80px;
}
.stdpgw {
	max-width: 1100px;
	margin: 0 auto;
}
.stdpg .entry-title {
	font-family: 'Helvetica Now Display W05 Bold', sans-serif;
	font-size: 56px;
	line-height: 66px;
	margin-bottom: 50px;
}


/* join */
#joinpg {
	padding: 230px 7.2% 180px;
}
.join-intro {
	max-width: 1100px;
	margin-bottom: 120px;
}
.join-intro h2 {
	font-family: 'Helvetica Now Display W05 Bold', sans-serif;
	font-size: 76px;
	line-height: 96px;
	margin-bottom: 30px;
}
.join-content {
}
.join-item {
	width: 33.333%;
	box-sizing: border-box;
	padding: 0 3% 0 0;
}
.joini-loc {
	font-size: 19px;
	line-height: 23px;
	font-family: 'Helvetica Now Display W05 Bold', sans-serif;
	margin-bottom: 70px;
}
.joini-title {
	font-size: 44px;
	line-height: 54px;
	font-family: 'Helvetica Now Display W05 Bold', sans-serif;
	margin-bottom: 25px;
}
.joini-desc {
	margin-bottom: 35px;
}
.joini-desc ul {
	margin: 0 0 20px 20px;
	line-height: 26px;
}
.joini-link {
	font-size: 26px;
	line-height: 34px;
	font-family: 'Helvetica Now Display W05 Bold', sans-serif;
}



/* about */
#aboutpg {
	padding: 230px 0 0;
}
.about-intro {
	max-width: 1100px;
	margin: 0 7.2% 200px;
}
.about-intro h2 {
	font-family: 'Helvetica Now Display W05 Bold', sans-serif;
	font-size: 76px;
	line-height: 96px;
	margin-bottom: 30px;
}
.about-intro h3 {
	font-size: 24px;
	line-height: 34px;
}
.about-content {
	margin: 0 7.2%;
	border-bottom: 1px solid #C1C1C1;
}
.aboutc-full {
	margin-bottom: 130px;
}
.aboutc-full img, .aboutc-full video {
	max-width: 100%;
}
.aboutc-txtw {
}
.aboutc-txt {
	width: 50%;
	box-sizing: border-box;
	margin-bottom: 130px;
}
.aboutc-txt:nth-child(1) {
	padding: 0 5% 0 0;
}
.aboutc-txt h2 {
	font-family: 'Helvetica Now Display W05 Bold', sans-serif;
	font-size: 56px;
	line-height: 66px;
	margin-bottom: 50px;
}
.aboutc-txt h3 {
	font-size: 24px;
	line-height: 34px;
}
.aboutc-txt h4 {
	font-family: 'Helvetica Now Display W05 Bold', sans-serif;
	font-size: 19px;
	line-height: 25px;
	margin-bottom: 30px;
}
.aboutc-txt b, .aboutc-txt strong {
	font-weight: normal;
	font-family: 'Helvetica Now Display W05 Bold', sans-serif;
}
.aboutc-imgs {
	margin-bottom: 135px;
}
.aboutc-imgl {
	width: 50%;
	box-sizing: border-box;
	padding: 16vw 14% 0 0;
}
.aboutc-imgr {
	width: 50%;
	box-sizing: border-box;
}
.aboutc-img {
	background-size: cover;
	background-position: 50% 50%;
}
.aboutc-img1 {
	padding-top: 158.3%;
}
.aboutc-img2 {
	padding-top: 108.3%;
	margin-bottom: 12vw;
}
.aboutc-img3 {
	width: 56.5%;
	padding-top: 73.3%;
}


/* projects */
#projspg {
	padding: 230px 0 0;
}
.projsintro {
	padding: 0 7.2% 90px;
	font-family: 'Helvetica Now Display W05 Bold', sans-serif;
	font-size: 56px;
	line-height: 66px;
}
.projsintro p {
	line-height: 66px;
	margin-bottom: 0;
}
.projs-items {
}
.projs-item {
	position: relative;
	width: 50%;
}
.projs-item a {
	display: block;
}
.projsi-media {
	padding-top: 55%;
	background-size: cover;
	background-position: 50% 50%;
}
.projsi-media video {
	object-fit: cover;
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	z-index: 10;
}
.projsi-txt {
	position: absolute;
	top: 30px;
	left: 25px;
	z-index: 100;
	box-sizing: border-box;
	padding: 0 100px 0 0;
	font-family: 'Helvetica Now Display W05 Bold', sans-serif;
	font-size: 22px;
	line-height: 28px;
	opacity: 0;
	transition: 0.3s linear;
	max-width: 440px;
}
.projsi-txt::after {
	content: '';
	background-image: url('images/arrow-b.svg');
	background-size: contain;
	background-repeat: no-repeat;
	display: inline-block;
	vertical-align: middle;
	width: 67px;
	height: 20px;
	margin: 4px 0 0 15px;
}
.projsitxtclr-white::after {
	background-image: url('images/arrow-w.svg');
}
.projsitxtclr-black::after {
	background-image: url('images/arrow-b.svg');
}
.projsitxtclr-white {
	color: #FFF;
}
.projsitxtclr-black {
	color: #000;
}
.projs-item a:hover > .projsi-txt {
	opacity: 1;
}
.projs-more {
	text-align: center;
	padding: 25px;
	color: #C1C1C1;
	font-family: 'Helvetica Now Display W05 Bold', sans-serif;
	font-size: 26px;
	line-height: 30px;
}
.projs-more span {
	cursor: pointer;
}
.projs-brands {
	background-color: #000;
	color: #FFF;
	padding: 175px 7.2% 90px;
}
.projs-brandsintro {
	font-family: 'Helvetica Now Display W05 Bold', sans-serif;
	font-size: 56px;
}
.projs-brandsintro p {
	line-height: 66px;
	margin-bottom: 50px;
}
.projs-brandcol {
	width: 25%;
	padding: 0 10px 0 0;
	box-sizing: border-box;
}
.projs-brandcol p {
	font-size: 19px;
	line-height: 31px;
}
.projs-brandcol b, .projs-brandcol strong {
	font-weight: normal;
	font-family: 'Helvetica Now Display W05 Bold', sans-serif;
}


/* project single */
.projectpost {
	padding: 215px 0 25px;
}
.projpost-intro {
	padding: 0 7.2% 130px;
}
.projpost-introw {
	max-width: 1390px;
	margin: 0 auto;
}
.projposti-img {
	width: calc(50% - 7.5%);
	padding-top: 36.4%;
	background-size: cover;
	background-position: 50% 50%;
	margin-right: 7.5%;
}
.projposti-txt {
	width: 50%;
	padding-top: 5vw;
}
.ptxt p {
	font-size: 19px;
	line-height: 29px;
}
.ptxt h2 {
	font-family: 'Helvetica Now Display W05 Bold', sans-serif;
	font-size: 56px;
	line-height: 66px;
	margin-bottom: 70px;
}
.ptxt h4 {
	font-family: 'Helvetica Now Display W05 Bold', sans-serif;
	font-size: 19px;
	line-height: 25px;
	margin-bottom: 30px;
}
.ptxt b, .ptxt strong {
	font-weight: normal;
	font-family: 'Helvetica Now Display W05 Bold', sans-serif;
}
.ptxt h5 a, .ptxt h5 a  {
	font-family: 'Helvetica Now Display W05 Bold', sans-serif;
	display: inline-block;
	position: relative;
	font-size: 24px;
	line-height: 34px;
	text-decoration: none;
	color: #000;
	margin: 0 55px 10px 0;
}
.ptxt h5 a::after, .ptxt h5 a::after {
	content: '';
	background-image: url('images/arrow-b.svg');
	background-size: contain;
	background-repeat: no-repeat;
	display: inline-block;
	vertical-align: middle;
	width: 30px;
	height: 12px;
	margin: 4px 0 0 14px;
	transition: 0.3s linear;
}
.projpost-content {
}
.projpost-fmedia {
	position: relative;
	padding-top: 55%;
	background-size: cover;
	background-position: 50% 50%;
	margin-bottom: 38px;
}
.projpost-fmedia.projpost-fmediav {
	padding-top: 0;
}
.projpost-fmedia video {
	/*
	object-fit: cover;
	position: absolute;
	top: 0;
	left: 0;
	height: 100%;
	z-index: 10;
	*/
	width: 100%;
}
.projpost-fmvimeo {
	margin-bottom: 38px;
}
.projpost-mmedia .projpost-fmvimeo {
	margin-bottom: 25px;
}
.projpost-txtw {
	padding: 0 7.2%;
}
.projpost-txt {
	width: 50%;
	padding: 0 2.5%;
	box-sizing: border-box;
	margin-bottom: 130px;
}
.projpost-txtouter {
	position: relative;
	left: -2.5%;
	width: 102.5%;
}
.projpost-txtf {
	margin-bottom: 130px;
}
.projpost-mmedia {
	padding: 0 7.2% 13px;
}
.projpost-media {
	margin-bottom: 25px;
}
.projpost-media video, .projpost-media img {
	width: 100%;
}
.postnav {
	padding: 0 7.2%;
	margin-bottom: 145px;
}
.postnav-next {
	font-size: 19px;
	line-height: 25px;
}
.postnav-next div {
	font-family: 'Helvetica Now Display W05 Bold', sans-serif;
	font-size: 25px;
	line-height: 35px;
	margin-bottom: 8px;
}


/* content flexible */
#cntflxpg {
	padding: 215px 0 40px;
}
.cntflxrow-text {
	padding: 0 7.4%;
}
.cntflxrow-text .ptxt {
	margin-bottom: 45px;
}
.cntflxrow-single {
	padding: 0 7.4% 55px;
}
.cntflxrow-dbl {
	padding: 0 5.1%;
}
.cntflxrow-dblw {
}
.cntflxp-single a, .cntflxp-dbl a {
	display: block;
}
.cntflxp-single a:hover > .cntflxp-img, .cntflxp-dbl a:hover > .cntflxp-img {
}
.cntflxp-dbl {
	display: inline-block;
	vertical-align: top;
	width: 50%;
	box-sizing: border-box;
	padding: 0 2.3% 55px;
}
.cntflxp-img {
	position: relative;
	padding-top: 55%;
	margin-bottom: 30px;
}
.cntflxp-img div {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	bottom: 0;
	background-size: cover;
	background-position: 50% 50%;
}
.cntflxp-txt {
	max-width: 560px;
}
.cntflxp-title {
	font-family: 'Helvetica Now Display W05 Bold', sans-serif;
	font-size: 26px;
	line-height: 34px;
	margin-bottom: 10px;
}
.cntflxp-sdesc {
	font-size: 19px;
	line-height: 29px;
	margin-bottom: 5px;
}
.cntflxp-tags {
	color: #9F9F9F;
	font-size: 16px;
	line-height: 22px;
}
.cntfl-loadmorew {
	padding: 40px 20px 0;
	text-align: center;
}
.cntfl-loadmore {
	display: inline-block;
	color: #C1C1C1;
	font-family: 'Helvetica Now Display W05 Bold', sans-serif;
	font-size: 23px;
	line-height: 31px;
	cursor: pointer;
}

/* team */
#teampg {
	padding: 230px 0 0;
}
.team-intro {
	padding: 0 7.2% 90px;
	font-family: 'Helvetica Now Display W05 Bold', sans-serif;
	font-size: 68px;
	line-height: 88px;
}
.member-cards {
	display: flex;
	flex-wrap: wrap;
	padding: 0 0 0 25%;
}
.member-card {
	width: 33.333%;
	box-sizing: border-box;
	padding: 0 0 20px 2px;
}
.memberc-img {
	background-size: cover;
	background-position: 50% 50%;
	padding-top: 110.5%;
	margin-bottom: 10px;
}
.memberc-txt {
	display: flex;
	justify-content: space-between;
	align-items: start;
}
.memberctxt-creds {
	width: calc(100% - 90px);
	box-sizing: border-box;
	padding: 0 20px 0 0;
}
.memberbio-crname {
	font-family: 'Helvetica Now Display W05 Bold', sans-serif;
	font-size: 19px;
	line-height: 23px;
}
.memberbio-crtitle {
	font-size: 19px;
	line-height: 23px;
}
.memberctxt-bio-open {
	display: flex;
	width: 92px;
	align-items: center;
	box-sizing: border-box;
	padding: 3px 25px 0 0;
}
.bio-textp {
	font-family: 'Helvetica Now Display W05 Bold', sans-serif;
	font-size: 19px;
	line-height: 23px;
	margin-right: 10px;
}
.bio-imagep {
	display: flex;
	justify-content: center;
	align-items: center;
	border: 2px solid #000;
	width: 26px;
	height: 26px;
	border-radius: 50%;
	cursor: pointer;
	font-size: 36px;
	line-height: 36px;
}
.member-bio-popup {
	display: none;
	position: fixed;
	top: 0;
	left: 0;
	width: 100%;
	bottom: 0;
	overflow-y: auto;
	align-content: center;
	background-color: rgba(255, 255, 255, 0.95);
}
.memberbp-wrap {
	display: flex;
	align-items: center;
	width: 100%;
	box-sizing: border-box;
	padding: 0 5% 0 25%;
}
.memberbp-text-wrap {
	position: relative;
	display: flex;
	flex-wrap: wrap;
	align-items: start;
	max-width: 1060px;
	padding: 80px 0 20px;
}
.memberbio-img {
	width: 36.5%;
	padding-top: 41%;
	background-size: cover;
	background-position: 50% 50%;
}
.memberbio-txt {
	width: 63.5%;
	box-sizing: border-box;
	padding: 30px 0 0 6%;
}
.memberbio-creds-wrapper {
}
.memberbio-creds {
	padding-bottom: 25px;
}
.memberbio-close {
	position: absolute;
	top: 80px;
	right: 20px;
	display: flex;
	justify-content: center;
	align-items: center;
	border: 2px solid #000;
	width: 26px;
	height: 26px;
	border-radius: 50%;
	cursor: pointer;
}
.memberbio-close::after {
	content: '';
	position: absolute;
	top: calc(50% - 1px);
	left: calc(50% - 8px);
	width: 16px;
	height: 2px;
	background-color: #000;
}
.memberbio-fulltext {
}
.teamc-txt {
	padding: 220px 4% 40px 25%;
}
.teamc-txt h2 {
	font-family: 'Helvetica Now Display W05 Bold', sans-serif;
	font-size: 56px;
	line-height: 66px;
	margin-bottom: 30px;
}
.teamc-txtw {
	max-width: 650px;
}


/* contact */
#contactpg {
	background-color: #000;
	color: #FFF;
	height: 100vh;
}
#contactpg::after {
	content: '';
    display: inline-block;
    height: 100%;
    vertical-align: middle;
    margin-right: -0.25em;
}
.contactw {
	display: inline-block;
	vertical-align: middle;
	width: calc(100% - 0.5em);
	box-sizing: border-box;
	padding: 0 7.2%;
	text-align: justify;
}
.contactw::after {
	content: '';
	display: inline-block;
	width: 100%;
}
.contactd-item {
	padding: 0 20px 0 0;
}
.contactdi-title {
	font-family: 'Helvetica Now Display W05 Bold', sans-serif;
	font-size: 18px;
	line-height: 22px;
	padding-bottom: 50px;
}
.contactdi-txt {
	font-size: 44px;
	line-height: 60px;
}
.contactdi-txt p {
	line-height: 60px;
	margin-bottom: 0;
}
.contact-social a {
	font-size: 26px;
	line-height: 26px;
	margin: 0 0 0 24px;
}


/* footer */
#footer {
	border-top: 1px solid #C1C1C1;
	margin: 0 7.2% 80px;
	padding: 30px 0 50px;
}
#footer a {
	transition: 0.3s linear;
	margin-left: 10px;
}
#footer a:hover {
	color: #000;
}
.ftr-l {
	width: 60%;
}
.ftr-lcpyr {
	font-size: 19px;
	line-height: 25px;
	margin: 0 30px 20px 0;
}
.ftr-lwl {
	font-size: 19px;
	line-height: 25px;
}
.ftr-lwl .widget {
	display: inline-block;
	vertical-align: top;
	box-sizing: border-box;
	padding: 0 60px 30px 0;
}
.ftr-lwl .widget p {
	line-height: 25px;
}
.ftr-r {
	color: #C1C1C1;
	width: 40%;
	text-align: right;
}
.ftr-rwr {
	font-size: 20px;
	line-height: 24px;
	font-family: 'Helvetica Now Display W05 Bold', sans-serif;
	margin-right: 14px;
}
.ftr-rwr .widget {
	display: inline-block;
	vertical-align: middle;
	box-sizing: border-box;
	padding: 0 0 30px 30px;
}
.ftr-rwr .widget p {
	font-size: 15px;
	line-height: 19px;
	margin: 0;
}
.ftr-rwr ul {
	list-style: none;
	margin: 0;
}
.ftr-rwr ul li {
	display: inline-block;
	vertical-align: top;
	margin: 0 0 38px 38px;
}
.fsocial a {
	font-size: 24px;
	line-height: 24px;
	margin: 0 0 0 24px;
}