/*
Theme Name: Exte landing
Theme URI: 
Update URI: ninepoint-theme-exte-landing
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: #373737;
	font-size: 15px; 
	font-family: Georgia, "Times New Roman", "Helvetica Neue", Helvetica, Arial, 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: bold;
}
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;
}

/* Links */
a {
	color: #849698;
}
a:focus,
a:active,
a:hover {
	text-decoration: underline;
}

/* =Menu */
.mainmenu li {
	display: inline-block;
	position: relative;
	padding: 5px;
}
.mainmenu a:link, .mainmenu a:visited {
	font-size: 14px;
	color: #000000;
	text-transform: uppercase;
	text-decoration: none;
}
.mainmenu a:hover, .mainmenu .current-menu-item {
	font-weight: bold;
}
.mainmenu ul {
	display: none;
	position: absolute;
}
.mainmenu ul li {
}
.mainmenu ul a {
}
.mainmenu ul li:hover > ul {
	display: block;
}

/* 404 */
.result-404 { padding: 18vw 4% 15vw; text-align: center; }
.result-404 .entry-title { font-size: 32px; line-height: 36px; padding-bottom: 30px }

/* ----------------------------- 
Theme Custom 
----------------------------- */
p {
}
.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;
}
body {
	margin: 0;
	font-family: "Barlow", sans-serif;
	font-weight: 400;
	font-style: normal;
	background-color: #016464;
	color: #000;
	font-size: 28px;
	line-height: 40px;
}
.page {
}
.pgtop {
	position: relative;
	overflow: hidden;
}
.introload {
	position: absolute;
	top: -28vw;
	left: 0;
	z-index: 100;
	width: 110%;
	transition: 0.6s;
}
.introloadani {
	top: -36vw;
	transform: scale(0.05);
}
.introload img {
	width: 100%;
}
.intro {
	display: flex;
	align-items: center;
	justify-content: center;
	position: relative;
	min-height: 100vh;
}
.intro::after {
	content: '';
	position: absolute;
	z-index: 2;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	background: linear-gradient(180deg, rgba(65, 184, 187, 0.00) 58.5%, rgba(65, 184, 187, 0.90) 100%);
}
.intro video {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	object-fit: cover;
}
.introw {
	display: none;
	position: relative;
	z-index: 10;
}
.logo {
	width: 566px;
	margin: 0 auto 3.6vw;
	transition: 0.8s ease-in-out;
}
.introani .logo {
	width: 250px;
	margin: 0 auto 16vw;
}
.logo img {
	width: 100%;
}
.tagline {
	color: #FFF;
	text-align: center;
	font-size: 31px;
	line-height: normal;
	text-transform: uppercase;
	margin: 0 auto;
	transition: 0.8s ease-in-out;
}
.introani .tagline {
	font-size: 68px;
	margin: 0 auto 11vw;
}
.content {
	background-color: #F5F5F5;
	padding: 122px 4% 120px;
}
.contentw {
	max-width: 880px;
	margin: 0 auto 20px;
	text-align: center;
	font-size: 42px;
	line-height: 46px;
}
.joinbtn {
	max-width: 120px;
	margin: 0 auto;
	text-align: center;
	font-size: 14px;
	line-height: 14px;
	text-transform: uppercase;
	border: 1px solid #000;
	cursor: pointer;
}
.joinbtn a {
	display: block;
	color: inherit;
	text-decoration: none;
	padding: 12px 16px;
}
.footer {
	background-color: #FFF;
	padding: 22px 6%;
}
.ftrw {
	display: flex;
	flex-wrap: wrap;
	justify-content: space-between;
}
.ftrr {
	display: flex;
	flex-wrap: wrap;
	align-items: center;
}
.social {
	display: flex;
	margin: 0 24px 0 0;
}
.socialicon {
	width: 28px;
	height: 28px;
	background-size: contain;
	background-repeat: no-repeat;
	margin: 0 14px 0 0;
}
.social-facebook {
	display: none;
	background-image: url('media/facebook.svg');
}
.social-instagram {
	background-image: url('media/instagram.svg');
}
.social-linkedin {
	background-image: url('media/linkedin.svg');
}
.ftrtag {
	color: #016464;
	font-size: 19px;
	line-height: 23px;
	text-transform: uppercase;
}
.ftrlogo {
}
.ftrlogo img {
	width: 194px;
}
#mailingpopup {
	padding: 40px 20px 5px;
	background-color: #FFF;
	text-align: center;
}
.cffield {
}
.cffield input {
	font-family: "Barlow", sans-serif;
	border: 1px solid #000;
	font-size: 14px;
	line-height: 14px;
	text-transform: uppercase;
	padding: 10px;
	box-shadow: none;
	margin-bottom: 10px;
}
.cfsubmit {
}
.cfsubmit input {
	font-family: "Barlow", sans-serif;
	max-width: 80px;
	margin: 0 auto;
	text-align: center;
	font-size: 14px;
	line-height: 14px;
	text-transform: uppercase;
	border: 1px solid #000;
	padding: 12px 16px;
	cursor: pointer;
	background-color: #FFF;
}
.wpcf7-spinner {
	display: block;
	margin: 10px auto 0;
}