@charset "utf-8";
/*   
Theme Name: halda-t
Theme URI: http://www.theyatesnetwork.com
Description: Theme template -- WordPress v5.2
Author: GS-I
Author URI: http://www.gs-interactive.com
Version: 1.000
*/
@CHARSET "ISO-8859-1";

@font-face {
    font-family: 'Archivo';
    src: url('fonts/Archivo-Regular.ttf');
    font-weight: 400;
    font-style: normal;
}
@font-face {
    font-family: 'Archivo';
    src: url('fonts/Archivo-Thin.ttf');
    font-weight: 300;
    font-style: normal;
}
@font-face {
    font-family: 'Archivo';
    src: url('fonts/Archivo-Bold.ttf');
    font-weight: 700;
    font-style: normal;
}
@font-face {
    font-family: 'Archivo';
    src: url('fonts/Archivo-Black.ttf');
    font-weight: 900;
    font-style: normal;
}
@font-face {
    font-family: 'ArchivoXCB';
    src: url('fonts/Archivo_ExtraCondensed-Bold.ttf');
    font-weight: 400;
    font-style: normal;
}


html {
	overflow-y: scroll;
	scroll-behavior: smooth;
	font-size:18px;
	line-height:1.6;
	color: #000;
}
@media only screen and (max-width : 950px) {
	html {
		font-size:16px;
	}
}
@media only screen and (max-width : 650px) {
	html {
		font-size:14px;
	}
}
body {
    padding: 0;
    margin: 0;
	font-family: 'Archivo','Montserrat', sans-serif;
	background-color:#fff;
	
}
.wrapper {
	position:relative;
	width: 100%;
overflow: hidden;
}
.texture {
	position: absolute;
	top: 0;
	bottom: 0;
	left: 0;
	right: 0;
	mix-blend-mode: multiply;
	background-repeat: repeat;
	pointer-events: none;
	background-image: url(images/bg-body.jpg);
  }

/* ----- HEADER ----- */
header {
	position:fixed;
	top: 0;
	left: 0;
	width: 100%;
	height:78px;
	z-index: 1000;
	border-bottom:2px solid #fff;
	background:rgba(255,255,255,0);
	transition: all .3s;
}
@media only screen and (max-width : 950px) {
	header {
		height:56px;
	}
}
.inside header {
	border-bottom:2px solid #000;
	background:rgba(255,255,255,.3);
}
.logged_in header {
	top: 32px;
}
header.sticky {
	background-color:#fff;
	height:56px;
	border-bottom:2px solid #000;
}

header .logo {
	position:absolute;
	top: 15px;
	left: 40px;
	width: 185px;
	height: auto;
	transition: all .3s;
}
@media only screen and (max-width : 950px) {
	header .logo {
		top: 14px;
		width: 125px;
	}
}
@media only screen and (max-width : 650px) {
	header .logo {
		left: 20px;
	}
}
header.sticky .logo {
	top: 14px;
	width: 125px;
}
header .logo svg {
	width:100%;
	height:auto;
}
header .logo svg .color {
	fill:#0F4B88;
}
.front header .logo svg .color {
	fill:#ffffff;
}
.front header.sticky .logo svg .color {
	fill:#0F4B88;
}

header .hamburger {
	position:absolute;
	top: 25px;
	right: 20px;
	width: 50px;
	height: auto;
	transition: all .3s;
}
@media only screen and (max-width : 950px) {
	header .hamburger {
		top: 17px;
		width: 40px;
	}
}

header.sticky .hamburger {
	top: 17px;
	width: 40px;
}
header .hamburger svg {
	width:100%;
	height:auto;
	fill:#2AAAE1;
	transition: all .3s;
}
header .hamburger:hover svg {
	fill:#0F4B88;
	cursor:pointer;
}
.front header .hamburger:hover svg {
	fill:#ffffff;
}
.front header.sticky .hamburger:hover svg {
	fill:#0F4B88;
}

/*------------------ MAIN NAV --------------------- */
nav {
	position:fixed;
	background-color:#fff;
	top: 0;
	right: -421px;
	width: 400px;
	min-height:100vh;
	z-index: 1500;
	border-left: 2px solid #000;
	transition:all .5s;
}
@media only screen and (max-width : 650px) {
	nav {
		right: -291px;
		width: 270px;
	}
}
.logged_in nav {
	top: 32px;
}
nav.open {
	right: 0;
}
nav .navclose {
	position:absolute;
	top: 25px;
	left: 25px;
	width: 25px;
	height: 25px;
	z-index: 1000;
}
@media only screen and (max-width : 650px) {
	nav .navclose {
		width: 20px;
		height: 20px;
	}
}
nav .navclose svg {
	width:100%;
	height:auto;
	fill:#2AAAE1;
	transition:all .3s;
}
nav .navclose:hover {
	cursor:pointer;
}
nav .navclose:hover svg {
	fill:#0F4B88;
}

nav .menu {
	position:relative;
	padding: 90px 60px 50px;
	margin:0;
	list-style:none;
	overflow:hidden;
}
@media only screen and (max-width : 650px) {
	nav .menu  {
		padding: 70px 25px 50px;
	}
}
nav .menu li {
	position:relative;
}
nav .menu li a {
	display:block;
	padding:0 0 15px;
	color:#303466;
	text-decoration: none;
	transition:all .3s;
	font-size: 1.25rem;
}
@media only screen and (max-width : 650px) {
	nav .menu li a {
		padding:0 0 10px;
	}
}
nav .menu li a:hover {
	color:#2ccefd;
}
nav .menu li.current_page_item > a {
	color:#2ccefd;
}
/*.menu-item-has-children > a::after {
  content: " +";
}*/

nav .menu ul {
	/*display:none;*/
	list-style:none;
	position:relative;
	padding:0 0 0 20px;
	margin:0 0 10px 0;
}
nav .menu ul li {
	position:relative;
	
}
nav .menu ul li a {
	display:block;
	height:auto;
	padding:0 0 15px 0;
	font-size:1.1rem;
}

main {
	position:relative;
	width: 100%;
	min-height:90vh;
}



/* -------------------- -------- */
/* -------   GLOBAL     -------- */
/* -------------------- -------- */

.banner-image {
	position:absolute;
	width:1600px;
	top:0;
	left:50%;
	margin:0 -800px;
}
@media only screen and (max-width : 1250px) {
	.banner-image {
		width:1200px;
		margin:0 -600px;
	}
}
@media only screen and (max-width : 950px) {
	.banner-image {
		width:900px;
		margin:0 -450px;
	}
}
@media only screen and (max-width : 650px) {
	.banner-image {
		width:700px;
		margin:0 -350px;
	}
}
.banner-image img {
	width:100%;
	height:auto;
}

.banner {
	position:relative;
	width:100%;
	color:#fff;
}
.banner .fixed {
	position:relative;
	margin:0 auto;
	max-width:1050px;
	padding:250px 50px 100px;
}
@media only screen and (max-width : 1250px) {
	.banner .fixed {
		padding:225px 50px 75px;
	}
}
@media only screen and (max-width : 950px) {
	.banner .fixed {
		padding:180px 50px 75px;
	}
}
@media only screen and (max-width : 650px) {
	.banner .fixed {
		padding:100px 25px 50px;
	}
}

.banner .fixed h1 {
	font-family: 'ArchivoXCB','Montserrat', sans-serif;
	font-size:5.5rem;
	line-height:1;
	font-weight:400;
	letter-spacing: 3px;
	text-transform: uppercase;
	margin:0;
}
@media only screen and (max-width : 1250px) {
	.banner .fixed h1 {
		font-size:5rem;
		letter-spacing: 2px;
	}
}
@media only screen and (max-width : 950px) {
	.banner .fixed h1 {
		font-size:4.5rem;
		letter-spacing: 1px;
	}
}
@media only screen and (max-width : 650px) {
	.banner .fixed h1 {
		font-size:3.75rem;
	}
}
.banner .fixed h2 {
	color:#0F4B88;
	font-weight:700;
	text-transform: uppercase;
	font-size:1.7rem;
	line-height:1.2;
	letter-spacing: 1px;
}
@media only screen and (max-width : 1250px) {
	.banner .fixed h2 {
		font-size:1.5rem;
		letter-spacing: 0;
	}
}


.cta-bottom {
	position:relative;
	width:100%;
	color:#000;
}
.cta-bottom .fixed {
	position:relative;
	margin:0 auto;
	max-width:950px;
	padding:100px 50px;
}
@media only screen and (max-width : 650px) {
	.cta-bottom .fixed {
		padding:50px 25px;
	}
}

.cta-bottom .fixed h2 {
	font-family: 'ArchivoXCB','Montserrat', sans-serif;
	font-size:3.5rem;
	line-height:1;
	font-weight:400;
	letter-spacing: 1px;
	text-transform: uppercase;
	margin:0;
	text-align: center;
}
@media only screen and (max-width : 650px) {
	.cta-bottom .fixed h2 {
		font-size:2.75rem;
	}
}
.cta-bottom .fixed h3 {
	color:#0F4B88;
	font-size:1.7rem;
	line-height:1;
	font-weight:700;
	letter-spacing: 1px;
	margin:10px 0 20px;
	text-align: center;
}

.cta-bottom  .fixed .btn-wrap {
	text-align: center;
}
.cta-bottom  .fixed .btn-wrap .btn {
	margin:10px 10px;
}

.btn-wrap {
	position:relative;
	margin:30px 0;
}
.btn-wrap .btn {
	display:inline-block;
	color:#fff;
	line-height:1;
	padding:12px 25px 10px;
	letter-spacing: 1px;
	background-color: #7ed8ff;
	text-transform:uppercase;
	text-decoration:none;
	font-weight:700;
	background: rgb(146,212,241);
	background: radial-gradient(circle, rgba(146,212,241,1) 19%, rgba(42,170,225,1) 91%);
	margin:0;
	transition: all .3s;
}
.btn-wrap .btn:hover {
	background: rgb(250,203,158);
	background: radial-gradient(circle, rgba(250,203,158,1) 27%, rgba(247,140,36,1) 85%);
}
 
/* -------------------- -------- */
/* -------   HOME       -------- */
/* -------------------- -------- */

/* -------    HP HERO   -------- */


.hp-hero{
	position:relative;
	width:100%;
	height:56vw;
	color:#fff;
	background-color:#0F4B88;
	background-image:url(images/hero-bg.jpg);
	background-size:cover;
	background-position: center;
	overflow: hidden;
}
@media only screen and (max-width : 500px) {
	.hp-hero{
		width:100%;
		height:352px;
		background-image:url(images/hero-bg-mobile.jpg);
	}
}
/*@media only screen and (max-width : 500px) {
	.hp-hero{
		width:100%;
		height:500px;
		background-image:url(images/hero-bg-mobile.jpg);
	}
}*/
.hp-hero .video-wrapper {
	position: relative;
	overflow: hidden;
	width: 100%;
	height: 56.25vw;
	background-color:#fff;
}
@media only screen and (max-width : 500px) {
	.hp-hero .video-wrapper {
		/*display:none;*/
		height: 352px;
		overflow:hidden;
	}
}
.hp-hero video {
	position: relative;
	width: 100%;
	height: auto;
}
@media only screen and (max-width : 500px) {
	.hp-hero video {
		position: absolute;
		width: 624px;
		height: 352px;
		top:0;
		left:calc(50vw - 312px);
	}
}

::-webkit-media-controls {
  display:none !important;
}


.hp-hero .fixed {
	position:absolute;
	top:50%;
	left:0;
	width:100%;
	height:1px;
}
/*@media only screen and (max-width : 500px) {
	.hp-hero .fixed {
		display:none;
	}
}*/
.hp-hero .fixed #hl-1 {
	position:absolute;
	width:100%;
	left:0;
	top:-9vw;
	font-weight:300;
	letter-spacing:100px;
	font-size:3vw;
	line-height:1.1;
	margin:0;
	opacity:0;
	animation: hl1In 1.5s ease forwards;
	animation-delay: 3s;
	text-align: center;
}


@keyframes hl1In {
	0% {
		opacity:0;
		letter-spacing:100px;
	}
	100% {
    	opacity:1;
		letter-spacing:10px;
	}
}


.hp-hero .fixed #hl-2 {
	position:absolute;
	width:100%;
	left:0;
	top:-5vw;
	font-weight:400;
	letter-spacing:70px;
	line-height:1;
	font-size:6vw;
	font-family: 'ArchivoXCB','Montserrat', sans-serif;
	opacity:0;
	animation: hl2In 1.5s ease forwards;
	animation-delay: 4.5s;
	text-align: center;
}


@keyframes hl2In {
	0% {
		opacity:0;
		letter-spacing:70px;
	}
	100% {
    	opacity:1;
		letter-spacing:10px;
	}
}

.hp-hero .fixed #hl-3 {
	position:absolute;
	width:500px;
	left:calc(50% - 250px);
	top:10vw;
	font-weight:400;
	line-height:1.2;
	font-size:1.3vw;
	opacity:0;
	animation: hl3In 1.5s ease forwards;
	animation-delay: 6s;
	text-align: center;
}
@media only screen and (max-width : 950px) {
	.hp-hero .fixed #hl-3 {
		width:40%;
		font-size:14px;
		left:30%;
	}
}
@media only screen and (max-width : 500px) {
	.hp-hero .fixed #hl-3 {
		width:220px;
		left:calc(50% - 110px);
	}
}

@keyframes hl3In {
	0% {
		opacity:0;
	}
	100% {
    	opacity:1;
	}
}
.hp-hero .fixed-m {
	display:none;
}
/*@media only screen and (max-width : 500px) {
	.hp-hero .fixed-m {
		display:block;
		padding:200px 0 0 0;
	}
	
	.hp-hero .fixed-m #hl-1 {
		font-weight:300;
		letter-spacing:10px;
		font-size:20px;
		line-height:1.1;
		margin:0;
		text-align: center;
	}
	
	.hp-hero .fixed-m #hl-2 {
		padding:10px;
		font-weight:400;
		letter-spacing:3px;
		line-height:1;
		font-size:36px;
		font-family: 'ArchivoXCB','Montserrat', sans-serif;
		text-align: center;
	}	
	
	.hp-hero .fixed-m #hl-3 {
		padding:20px;
		font-weight:400;
		line-height:1.2;
		font-size:15px;
		text-align: center;
	}
} */

.hp-hero .line  {
	position:absolute;
	bottom:0;
	left:calc(50% - 1px);
	width:2px;
	height:7vw;
	background-color: #fff;
	overflow: hidden;
}
@media only screen and (max-width : 950px) {
	.hp-hero .line  {
		height:65px;
	}
}
@media only screen and (max-width : 650px) {
	.hp-hero .line  {
		height:40px;
	}
}

/* -------    HP TAG   -------- */

.hp-tag {
	position:relative;
	width:100%;
	color:#000;
	background-image:url(images/hp-tag.jpg);
	background-position:center;
	background-repeat: no-repeat;
	background-size: 700px;
}
@media only screen and (max-width : 950px) {
	.hp-tag {
		background-size: 500px;
	}
}
@media only screen and (max-width : 650px) {
	.hp-tag {
		background-size: 300px;
	}
}
@media only screen and (max-width : 500px) {
	.hp-tag {
		background-size: 175px;
	}
}
.hp-tag .line  {
	position:absolute;
	top:0;
	left:calc(50% - 1px);
	width:2px;
	height:150px;
}
@media only screen and (max-width : 950px) {
	.hp-tag .line  {
		height:75px;
	}
}
@media only screen and (max-width : 650px) {
	.hp-tag .line  {
		height:60px;
	}
}
.innerline  {
	position:absolute;
	top:0;
	left:0;
	width:2px;
	height:0;
	background-color: #000;
	overflow: hidden;
}
.animate .innerline {
	height:100%;
}
.hp-tag .line .innerline {
	transition:all .5s;
}

.hp-tag .line2  {
	position:absolute;
	bottom:0;
	left:calc(50% - 1px);
	width:2px;
	height:150px;
}
@media only screen and (max-width : 950px) {
	.hp-tag .line2  {
		height:75px;
	}
}
@media only screen and (max-width : 650px) {
	.hp-tag .line2  {
		height:60px;
	}
}
.hp-tag .line2 .innerline {
	transition:all .5s;
	transition-delay: .5s;
}
.hp-tag .fixed {
	position:relative;
	margin:0 auto;
	max-width:950px;
	padding:230px 50px;
	text-align:center;
}
@media only screen and (max-width : 950px) {
	.hp-tag .fixed {
		padding:150px 50px;
	}
}
@media only screen and (max-width : 650px) {
	.hp-tag .fixed {
		padding:100px 25px;
	}
}
@media only screen and (max-width : 500px) {
	.hp-tag .fixed {
		padding:75px 25px;
	}
}
.hp-tag .fixed h2 {
	font-size:2rem;
	line-height:1.1;
	font-weight:400;
	letter-spacing: 1px;
	text-transform: uppercase;
	margin:0;
}
@media only screen and (max-width : 650px) {
	.hp-tag .fixed h2 {
		font-size:1.8rem;
	}
}
@media only screen and (max-width : 500px) {
	.hp-tag .fixed h2 {
		font-size:1.25rem;
	}
}
.hp-tag .fixed h2 strong {
	font-family: 'ArchivoXCB','Montserrat', sans-serif;
	font-size:4.5rem;
	line-height:1;
	font-weight:400;
	letter-spacing: 1px;
	text-transform: uppercase;
	margin:0;
}
@media only screen and (max-width : 650px) {
	.hp-tag .fixed h2 strong {
		font-size:3.25rem;
	}
}
@media only screen and (max-width : 500px) {
	.hp-tag .fixed h2 strong {
		font-size:2.25rem;
	}
}

/* -------    HP PLATFORM   -------- */

.hp-platform {
	position:relative;
	width:100%;
	color:#000;
	background-color:#fff;
	display:flex;
}
@media only screen and (max-width : 650px) {
	.hp-platform {
		display:block;
	}
}
.hp-platform .line  {
	position:absolute;
	top:0;
	left:calc(50% - 1px);
	width:2px;
	height:100%;
}
@media only screen and (max-width : 650px) {
	.hp-platform .line  {
		display:none;
	}
}
.hp-platform .line .innerline {
	transition:all 1s;
}
.hp-platform .left {
	width:50%;
	text-align: right;
}
@media only screen and (max-width : 650px) {
	.hp-platform .left {
		width:100%;
	}
}
.hp-platform .left .fixed {
	position:relative;
	display:inline-block;
	margin:0;
	max-width:500px;
	padding:100px 50px;
	text-align: left;
}
@media only screen and (max-width : 950px) {
	.hp-platform .left .fixed {
		padding:70px 50px;
	}
}
@media only screen and (max-width : 650px) {
	.hp-platform .left .fixed {
		padding:25px 25px;
		display:block;
	}
}
.hp-platform .left .fixed h2 {
	font-size:2rem;
	color:#000;
	line-height:1.1;
	font-weight:400;
	letter-spacing: 1px;
	text-transform: uppercase;
	margin:0 0 20px;
}
@media only screen and (max-width : 650px) {
	.hp-platform .left .fixed h2 {
		font-size:1.8rem;
	}
}
@media only screen and (max-width : 500px) {
	.hp-platform .left .fixed h2 {
		font-size:1.25rem;
	}
}
.hp-platform .left .fixed h2 strong {
	color:#2AAAE1;
	font-weight:900;
}


.hp-platform .right {
	position:relative;
	width:50%;
}
@media only screen and (max-width : 650px) {
	.hp-platform .right {
		width:100%;
		height: 320px;
	}
}
.hp-platform .right .inner {
	position:absolute;
	top:calc(50% - 200px);
	height:400px;
	width:100%;
	background-color:hsla(210,93%,6%,1);
background-image:
radial-gradient(at 1% 97%, hsla(19,93%,9%,1) 0px, transparent 50%),
radial-gradient(at 49% 3%, hsla(210,88%,22%,1) 0px, transparent 50%),
radial-gradient(at 97% 2%, hsla(14,48%,12%,1) 0px, transparent 50%),
radial-gradient(at 97% 53%, hsla(256,35%,34%,1) 0px, transparent 50%);
}
@media only screen and (max-width : 950px) {
	.hp-platform .right .inner {
		top:calc(50% - 140px);
		height:280px;
	}
}
.hp-platform .right .circle {
	position:absolute;
	width:450px;
	top:calc(50% - 225px);
	left:calc(50% - 225px);
}
@media only screen and (max-width : 950px) {
	.hp-platform .right .circle {
		width:320px;
		top:calc(50% - 160px);
		left:calc(50% - 160px);
	}
}
.hp-platform .right .circle img {
	width:100%;
	height:auto;
}

/* -------    HP ABOUT   -------- */

.hp-about {
	position:relative;
	width:100%;
	color:#000;
	background-color:#fff;
	background-image: url(images/hp-about-1.jpg);
	background-repeat:no-repeat;
	background-position: center;
	background-size:600px;
}
@media only screen and (max-width : 950px) {
	.hp-about {
		background-size: 500px;
	}
}
@media only screen and (max-width : 650px) {
	.hp-about{
		background-size: 350px;
	}
}
@media only screen and (max-width : 500px) {
	.hp-about {
		background-size: 200px;
	}
}
.hp-about .line1  {
	position:absolute;
	top:0;
	left:calc(50% - 1px);
	width:2px;
	height:130px;
}
@media only screen and (max-width : 950px) {
	.hp-about .line1  {
		height:40px;
	}
}
.hp-about .line1 .innerline {
	transition:all .5s;
}


.hp-about .fixed {
	position:relative;
	margin:0 auto;
	max-width:1050px;
	padding:200px 50px 0;
	text-align: center;
}
@media only screen and (max-width : 950px) {
	.hp-about .fixed {
		padding:120px 25px 0;
	}
}
@media only screen and (max-width : 650px) {
	.hp-about .fixed {
		padding:100px 25px 0;
	}
}
@media only screen and (max-width : 500px) {
	.hp-about .fixed {
		padding:75px 25px 0;
	}
}
.hp-about .fixed  h2 {
	font-size:2rem;
	line-height:1.1;
	font-weight:400;
	letter-spacing: 1px;
	text-transform: uppercase;
	margin:0 0 60px;
}
@media only screen and (max-width : 650px) {
	.hp-about .fixed  h2 {
		font-size:1.8rem;
		margin:0 25px 30px;
	}
}
@media only screen and (max-width : 500px) {
	.hp-about .fixed  h2 {
		font-size:1.25rem;
	}
}
.hp-about .fixed  h2 strong {
	font-family: 'ArchivoXCB','Montserrat', sans-serif;
	font-size:4.5rem;
	line-height:1;
	font-weight:400;
	letter-spacing: 1px;
	text-transform: uppercase;
	margin:0;
}
@media only screen and (max-width : 650px) {
	.hp-about .fixed  h2 strong {
		font-size:3.25rem;
	}
}
@media only screen and (max-width : 500px) {
	.hp-about .fixed  h2 strong {
		font-size:2.25rem;
	}
}
.hp-about .fixed .btn-wrap {
	margin:50px 0 0;
	text-align: center;
}
@media only screen and (max-width : 650px) {
	.hp-about .fixed .btn-wrap {
		margin:25px 0 0;
	}
}
.hp-image {
	position:relative;
	width:100%;
	color:#000;
	background-color:#fff;

}
.hp-image .line  {
	position:absolute;
	top:0;
	left:calc(50% - 1px);
	width:2px;
	height:100%;
}

.hp-image .line .innerline {
	transition:all 1.5s;
}
.hp-image .image {
	position:relative;
	width:100%;
	max-width:1450px;
	height:auto;
	margin:0 auto;
}
.hp-image .image img {
	width:100%;
	height:auto;
}


/* -------    HP CAREERS   -------- */

.hp-careers {
	position:relative;
	width:100%;
	color:#000;
	background-color:#fff;
	display:flex;
}
@media only screen and (max-width : 650px) {
	.hp-careers {
		display:block;
	}
}
.hp-careers .line  {
	position:absolute;
	top:0;
	left:calc(50% - 1px);
	width:2px;
	height:100%;
}

@media only screen and (max-width : 650px) {
	.hp-careers .line  {
		height:40px;
	}
}
.hp-careers .line .innerline {
	transition:all 1s;
}
.hp-careers .left {
	margin:70px 0 100px;
	width:50%;
	background-image:url(images/hp-careers1.jpg);
	background-size:cover;
	height:33vw;
}
@media only screen and (max-width : 850px) {
	.hp-careers .left {
		margin:20px 0 40px;
	}
}
@media only screen and (max-width : 650px) {
	.hp-careers .left {
		width:100%;
		height:66vw;
		margin:0 0 20px;
	}
}

.hp-careers .right {
	width:50%;
	display:flex;
	align-items: center;
}
@media only screen and (max-width : 650px) {
	.hp-careers .right {
		width:100%;
	}
}
.hp-careers .right .fixed {
	position:relative;
	margin:0;
	max-width:550px;
	padding:30px 50px 30px 50px;
}

@media only screen and (max-width : 650px) {
	.hp-careers .right .fixed {
		padding:25px;
	}
}
.hp-careers .right .fixed h2 {
	font-size:2.25rem;
	color:#000;
	line-height:1.2;
	font-weight:400;
	letter-spacing: 1px;
	text-transform: uppercase;
	margin:0 0 20px;
}
@media only screen and (max-width : 1050px) {
	.hp-careers .right .fixed h2 {
		font-size:1.8rem;
	}
}
@media only screen and (max-width : 850px) {
	.hp-careers .right .fixed h2 {
		font-size:1.25rem;
	}
}
.hp-careers .right .fixed h2 strong {
	color:#2AAAE1;
	font-weight:900;
}




/* -------    HP NEWS   -------- */

.hp-news {
	position:relative;
	width:100%;
	color:#000;
	background-color: hsla(198,77%,52%,1);
	background-image: radial-gradient(at 98% 97%, hsla(225,94%,75%,1) 0px, transparent 50%), radial-gradient(at 96% 15%, hsla(200,76%,52%,1) 0px, transparent 50%);
}
.hp-news .fixed {
	position:relative;
	margin:0 auto;
	max-width:950px;
	padding:130px 50px 100px 200px;
}
@media only screen and (max-width : 950px) {
	.hp-news .fixed {
		padding:70px 50px 70px 150px;
	}
}
@media only screen and (max-width : 650px) {
	.hp-news .fixed {
		padding:40px 25px;
	}
}

.hp-news .fixed h2 {
	font-family: 'ArchivoXCB','Montserrat', sans-serif;
	font-size:5rem;
	line-height:1.1;
	font-weight:400;
	letter-spacing: 1px;
	text-transform: uppercase;
	margin:0 0 20px;
}
@media only screen and (max-width : 850px) {
	.hp-news .fixed h2 {
		font-size:3rem;
	}
}
@media only screen and (max-width : 500px) {
	.hp-news .fixed h2 {
		font-size:2rem;
	}
}
.hp-news .fixed .headlines {
	margin: 70px 0 0 0;
}
@media only screen and (max-width : 850px) {
	.hp-news .fixed .headlines {
		margin: 25px 0 0 0;
	}
}
.hp-news .fixed .headlines a {
	color:#000;
	text-decoration: none;
	transition: all .3s;
}
.hp-news .fixed .headlines a:hover {
	color:#0F4B88;
}
.hp-news .slick-dots {
	list-style: none;
	margin:0;
	padding:0;
	z-index: 99;
	position: relative;
}
.hp-news .slick-dots li {
	display:inline-block;
	width:15px;
	height:15px;
	background-color: #95d4f0;
	margin:0 15px 0 0;
}
.hp-news .slick-dots li:hover {
	background-color: #fff;
	cursor:pointer;
}
.hp-news .slick-dots li.slick-active {
	background-color: #fff;
}
.hp-news .slick-dots li button {
	display:none;
}

.hp-news .fixed span {
	color:#fff;
}
.hp-news .fixed .btn-wrap {
	text-align: center;
}

.hp-news .fixed .itn {
	position:absolute;
	top:0;
	left:50px;
	height:100%;
}

@media only screen and (max-width : 650px) {
	.hp-news .fixed .itn {
		display:none;
	}
}
.hp-news .fixed .itn img {
	width:auto;
	height:100%;
}

.hp-news .itn-mobile {
	display:none;
	width:100%;
	padding:0;
}

@media only screen and (max-width : 650px) {
	.hp-news .itn-mobile {
		display:block;
	}
}
.hp-news .itn-mobile img {
	width:100%;
	height:auto;
}

.hp-news .line  {
	position:absolute;
	top:0;
	left:calc(50% - 1px);
	width:2px;
	height:100px;
}
@media only screen and (max-width : 950px) {
	.hp-news .line  {
		height:50px;
	}
}
@media only screen and (max-width : 650px) {
	.hp-news .line  {
		display:none;
	}
}
.hp-news .line .innerline {
	background-color:#fff;
	transition:all .5s;
}




/* -------------------- -------- */
/* -------    ABOUT     -------- */
/* -------------------- -------- */


.about.intro {
	position:relative;
	width:100%;
	color:#000;
}
.about.intro .fixed {
	position:relative;
	margin:0 auto;
	max-width:1050px;
	padding:0 50px;
}
@media only screen and (max-width : 650px) {
	.about.intro .fixed {
		padding:0 25px;
	}
}
.about.intro .fixed h2 {
	color:#2AAAE1;
	font-weight:900;
	text-transform: uppercase;
	font-size:2.25rem;
	line-height:1.1;
	margin:0;
}
.about.intro .fixed h3 {
	color:#000;
	font-weight:700;
	text-transform: uppercase;
	font-size:1.7rem;
	line-height:1.2;
	letter-spacing: 1px;
	margin:0;
}

.about.who {
	position:relative;
	width:100%;
	color:#000;
}
.about.who .fixed {
	position:relative;
	margin:0 auto;
	max-width:900px;
	padding:10px 50px 20px 200px;
}
@media only screen and (max-width : 950px) {
	.about.who .fixed {
		padding:10px 50px 70px 150px;
	}
}
@media only screen and (max-width : 650px) {
	.about.who .fixed {
		padding:0 25px 50px 25px;
	}
}

.about.who .fixed img {
	width:100%;
	margin-left:-3%;
	height:auto;
}

.about.who .fixed .ti {
	position:absolute;
	top:30px;
	left:50px;
	width:90px;
	z-index:1;
}
@media only screen and (max-width : 950px) {
	.about.who .fixed .ti {
		width:70px;
	}
}
@media only screen and (max-width : 650px) {
	.about.who .fixed .ti {
		display:none;
	}
}
.about.who .fixed .ti img {
	width:100%;
	height:auto;
}

.about.who .tim {
	display:none;
	width:100%;
	padding:25px 0;
}

@media only screen and (max-width : 650px) {
	.about.who .tim {
		display:block;
	}
}
.about.who .tim img {
	width:100%;
	height:auto;
}

.about.team {
	position:relative;
	width:100%;
	color:#000;
	background-image: url("images/about-leadership-gradient.png");
	background-repeat: repeat-x;
	background-size:auto 125px;
}

.about.team .fixed {
	position:relative;
	margin:0 auto;
	max-width:1050px;
	padding:70px 50px 20px;
}
@media only screen and (max-width : 650px) {
	.about.team .fixed {
		padding:50px 25px;
	}
}
.about.team .fixed h2 {
	color:#0F4B88;
	font-weight:700;
	text-transform: uppercase;
	font-size:1.7rem;
	line-height:1.2;
	letter-spacing: 1px;
	text-align: center;
	margin:0;
}

.about.team .fixed .members {
	position:relative;
	margin:50px 0 0 0;
}
@media only screen and (max-width : 650px) {
	.about.team .fixed .members {
		position:relative;
		margin:25px 0 0 0;
	}
}
.about.team .fixed .members .row {
	position:relative;
	border-bottom:solid 2px #ccc;
	padding:0 0 50px 0;
	margin:0 0 30px 0;
	overflow:hidden;
}
.about.team .fixed .members .row:hover {
	cursor:pointer;
}

.about.team .fixed .members .row .fndr {
	position:relative;
	padding:8px 20px;
	text-align:center;
	background-color:#134a86;
	color:#00aeef;
		font-weight:900;
	text-transform: uppercase;
	font-size:1.5rem;
	line-height:1.1;
}

.about.team .fixed .members .row .left {
	position:absolute;
	width:28%;
	left:4%;
	top:25px;
	height:370px;
	overflow:hidden;
}
@media only screen and (max-width : 650px) {
	.about.team .fixed .members .row .left {
		width:32%;
		height:300px;
		margin:0 1% 0 0;

	}
}
@media only screen and (max-width : 500px) {
	.about.team .fixed .members .row .left {
		position: relative;
		width:175px;
		height:200px;
		margin:0 auto 10px;
	}
}
.about.team .fixed .members .row .left img {
	width:100%;
	height:auto;
}
.about.team .fixed .members .row .right {
	position:relative;
	width:62%;
	padding:0 5% 0 33%;
	overflow:hidden;
}
@media only screen and (max-width : 650px) {
	.about.team .fixed .members .row .right {
		width:67%;
		padding:0 0 0 33%;
	}
}
@media only screen and (max-width : 500px) {
	.about.team .fixed .members .row .right {
		width:100%;
		padding:0;
	}
}
.about.team .fixed .members .row .right .bio {
	position:relative;
	padding:0;
	overflow:hidden;
}
.about.team .fixed .members .row .right h2 {
	color:#F78C24;
	font-weight:900;
	text-transform: uppercase;
	font-size:1.7rem;
	line-height:1.1;
	text-align: left;
	margin:35px 0 0 0;
}
@media only screen and (max-width : 650px) {
	.about.team .fixed .members .row .right h2 {
		font-size:1.5rem;
		margin:0;
	}
}
.about.team .fixed .members .row .right h3 {
	color:#0F4B88;
	font-weight:500;
	text-transform: uppercase;
	font-size:1.2rem;
	line-height:1.2;
	text-align: left;
	margin:0 0 5px 0;
}
@media only screen and (max-width : 650px) {
	.about.team .fixed .members .row .right h3 {
		font-size:1rem;
		margin:0;
	}
}
.about.team .fixed .members .row .open {
	position:absolute;
	right:38%;
	bottom:5px;
	transition: all .2s;
}
@media only screen and (max-width : 500px) {
	.about.team .fixed .members .row .open {
		right:calc(50% - 10px);
	}
}
.about.team .fixed .members .row.on .open {
	transform: rotate(180deg);
	transform-origin: center;
}
.about.team .fixed .members .row .open svg {
	fill:#0F4B88;
	transition: all .2s;
}
.about.team .fixed .members .row:hover .open svg {
	fill:#F78C24;
}

.about.bod {
	position:relative;
	width:100%;
	color:#000;
}
.about.bod .fixed {
	position:relative;
	margin:0 auto;
	max-width:1050px;
	padding:50px 50px 100px;
}
@media only screen and (max-width : 650px) {
	.about.bod .fixed {
		padding:0 25px 50px;
	}
}
.about.bod .fixed h2 {
	color:#0F4B88;
	font-weight:700;
	text-transform: uppercase;
	font-size:1.7rem;
	line-height:1.2;
	letter-spacing: 1px;
	text-align: center;
}

.about.bod .fixed .box {
	position:relative;
	padding:20px 0;
	border-bottom:solid 2px #ccc;
}
.about.bod .fixed .box .title {
	position:relative;
	color:#0F4B88;
	font-size:.9rem;
	font-weight:400;
	line-height:1.2;
}

.about.bod .fixed .box .title strong {
	display: block;
	margin:0 0 3px 0;
	font-weight:700;
	text-transform: uppercase;
	font-size:1.3rem;
}

.about.bod .fixed .box .title .li {
	position:absolute;
	top:0;
	right:0;
}
.about.bod .fixed .box .title .li svg {
	fill:#0F4B88;
	width:20px;
	tansition:all .3s;
}
.about.bod .fixed .box .title .li:hover svg {
	fill:#000;
	width:24px;
}

.about.bod .fixed .box .title .open {
	position:absolute;
	right:15px;
	top:15px;
	transition: all .2s;
}
.about.bod .fixed .box .title.on .open {
	transform: rotate(180deg);
	transform-origin: center;
	top:15px;
}
.about.bod .fixed .box .title .open svg {
	fill:#0F4B88;
	transition: all .2s;
}
.about.bod .fixed .box:hover .title .open svg {
	fill:#F78C24;
}

.about.bod .fixed .box .bio {
	display:none;
}

.about.investors {
	position:relative;
	width:100%;
	color:#fff;
	background-color:hsla(210,92%,30%,1);
	background-image:
	radial-gradient(at 1% 19%, hsla(222,43%,45%,1) 0px, transparent 50%),
	radial-gradient(at 98% 96%, hsla(210,87%,25%,1) 0px, transparent 50%);

}
.about.investors .fixed {
	position:relative;
	margin:0 auto;
	max-width:850px;
	padding:50px 50px 50px 20%;
	overflow:hidden
}
@media only screen and (max-width : 650px) {
	.about.investors .fixed {
		padding:50px 25px;
	}
}
.about.investors .fixed .logos {
	position:relative;
	width:100%;
	display:flex;
	flex-wrap:wrap;
	justify-content: space-between;
}
.about.investors .fixed .logos img {
	width:30%;
	height:auto;
}
.about.investors .fixed .logos img.Big {
	width:48%;
}

.about.investors .fixed .ti {
	position:absolute;
	top:0;
	left:50px;
	width:auto;
	height:100%;
	z-index:1;
}
@media only screen and (max-width : 650px) {
	.about.investors .fixed .ti {
		display:none;
	}
}
.about.investors .fixed .ti img {
	width:auto;
	height:100%;
}

.about.investors .tim {
	display:none;
	width:100%;
	padding:25px 0;
}

@media only screen and (max-width : 650px) {
	.about.investors .tim {
		display:block;
	}
}
.about.investors .tim img {
	width:100%;
	height:auto;
}


/* -------------------- -------- */
/* -------    SCIENCE   -------- */
/* -------------------- -------- */

.science.hold {
	position:relative;
	width:100%;
	color:#000;
	min-height:600px;
}
.science.hold .fixed {
	position:relative;
	margin:0 auto;
	max-width:900px;
	padding:0 50px 20px 200px;
}
@media only screen and (max-width : 950px) {
	.science.hold .fixed {
		padding:0 50px 20px 150px;
	}
}
@media only screen and (max-width : 650px) {
	.science.hold .fixed {
		padding:0 25px 20px 25px;
	}
}

.science.hold .fixed h2 {
	color:#0F4B88;
	font-weight:700;
	text-transform: uppercase;
	font-size:1.7rem;
	line-height:1.2;
	letter-spacing: 1px;
}
.science.hold .fixed .blue {
	color:#0F4B88;
}


.science.hold .fixed .ti {
	position:absolute;
	top:10px;
	left:50px;
	width:90px;
}
@media only screen and (max-width : 950px) {
	.science.hold .fixed .ti {
		width:70px;
	}
}
@media only screen and (max-width : 650px) {
	.science.hold .fixed .ti {
		display:none;
	}
}
.science.hold .fixed .ti img {
	width:100%;
	height:auto;
}

.science.hold .tim {
	display:none;
	width:100%;
	padding:25px 0;
}

@media only screen and (max-width : 650px) {
	.science.hold .anm-mobile {
		display:block;
	}
}
.science.hold .tim img {
	width:100%;
	height:auto;
}


#science .animation  {
	background-color:#fff;
	position: relative;
}

#science .animation .stage {
	position:absolute;
	top:50px;
	left:0;
	width:100%;
	height:calc(100vh - 50px);
	margin:0;
	padding:0;
}
#science .animation .stage .animg {
	position:absolute;
	top:0;
	left:0;
	width:100%;
	height:calc(100vh - 50px);
	background-color:hsla(204,89%,15%,1);
	display:none;

}
#science .animation .stage .animg .image {
	width:600px;
	height:100%;
	position:absolute;
	right:50%;
	top:50%;
	margin:-300px 25px 0 0;
}
@media only screen and (max-width : 1250px) {
	#science .animation .stage .animg .image {
		width:450px;
		margin:-275px 25px 0 0;
	}
}
@media only screen and (max-width : 950px) {
	#science .animation .stage .animg .image {
		width:350px;
		margin:-175px 25px 0 0;
	}
}
@media only screen and (max-width : 750px) {
	#science .animation .stage .animg .image {
		width:32%;
		left:36%;
		top:20px;
		margin:0;
	}
}
@media only screen and (max-width : 450px) {
	#science .animation .stage .animg .image {
		width:40%;
		left:30%;
	}
}
#science .animation .stage .animg .image img {
	width:100%;
	height:auto;
}

#science .animation .stage .animg .text {
	width:600px;
	position:absolute;
	left:50%;
	top:50%;
	margin:-250px 0 0 25px;
	line-height:1.2;
	color:#fff;
}
@media only screen and (max-width : 1250px) {
	#science .animation .stage .animg .text {
		width:450px;
		margin:-225px 0 0 25px;
	}
}
@media only screen and (max-width : 950px) {
	#science .animation .stage .animg .text {
		width:350px;
		top:50%;
		margin:-200px 0 0 25px;
	}
}
@media only screen and (max-width : 750px) {
	#science .animation .stage .animg .text {
		width:90%;
		left:5%;
		top:40%;
		margin:0;
	}
}
@media only screen and (max-width : 450px) {
	#science .animation .stage .animg .text {
		top:27%;
	}
}

#science .animation .stage .animg .text h2 {
	font-family: 'ArchivoXCB','Montserrat', sans-serif;
	font-size: 1.25rem;
	line-height: 1;
	font-weight: 400;
	text-transform: uppercase;
	margin: 0;
	color:#F78C24;
}
@media only screen and (max-width : 1250px) {
	#science .animation .stage .animg .text h2{
		font-size:1.1rem;
	}
}
#science .animation .stage .animg .text h3{
	text-transform: uppercase;
	font-size:2rem;
	font-weight: 400;
	line-height:1;
	color:#fff;
	margin:15px 0;
}
@media only screen and (max-width : 1250px) {
	#science .animation .stage .animg .text h3{
		font-size:1.5rem;
	}
}
#science .animation .stage .animg .text h3 strong{
	font-weight: 900;
	color:#2AAAE1;
}
#science .animation .stage .animg .text h4 {
	text-transform: uppercase;
	font-size:2rem;
	font-weight: 900;
	line-height:1;
	color:#fff;
	margin:15px 0;
}
#science .animation .stage .animg .nuggets {
	width:600px;
	height:200px;
	position:absolute;
	left:50%;
	top:50%;
	margin:50px 25px 0 25px;
}
@media only screen and (max-width : 1250px) {
	#science .animation .stage .animg .nuggets {
		width:450px;
		height:150px;
		top:55%;
	}
}
@media only screen and (max-width : 950px) {
	#science .animation .stage .animg .nuggets {
		width:350px;
		height:125px;
		top:60%;
	}
}
@media only screen and (max-width : 750px) {
	#science .animation .stage .animg .nuggets {
		width:90%;
		height:100px;
		left:5%;
		top:77%;
		margin:0;
	}
}
@media only screen and (max-width : 450px) {
	#science .animation .stage .animg .nuggets {
		top:75%;
	}
}
#science .animation .stage .animg .nuggets img {
	width:auto;
	height:100%;
}
#science .animation .stage .nuggets .label-1 {
	color:#fff;
	position:absolute;
	left:0;
	top:-30px;
	width:45%;
	font-weight:600;
	line-height:1;
	font-size: .8rem;
}
#science .animation .stage .nuggets .label-2 {
	color:#fff;
	position:absolute;
	right:0;
	top:-30px;
	width:45%;
	font-weight:600;
	line-height:1;
	font-size: .8rem;
}
#science .animation .stage .animg .nuggets .nugget-1 {
	width:auto;
	height:100%;
	position:absolute;
	left:0;
	top:0;
	transition: all 1.5s;
	transition-delay: .5s;
}

#science .animation .stage .slide .nuggets .nugget-1 {
	left:20%;
}
#science .animation .stage .animg .nuggets .nugget-2 {
	width:auto;
	height:100%;
	position:absolute;
	right:0;
	top:0;
	transition: all 1.5s;
	transition-delay: .5s;
}
#science .animation .stage .slide .nuggets .nugget-2 {
	right:20%;
	-webkit-filter: grayscale(100%);
	-moz-filter:    grayscale(100%);
	-ms-filter:     grayscale(100%);
	-o-filter:      grayscale(100%);
}
#science .animation .stage .animg .nuggets .junction {
	width:auto;
	height:35px;
	position:absolute;
	left:50%;
	top:50%;
	margin:-20px 0 0 -50px;
}
@media only screen and (max-width : 650px) {
	#science .animation .stage .animg .nuggets .junction {
		width:auto;
		height:20px;
		margin:-10px 0 0 -25px;
	}
}
#science .animation .stage #animg-1 {
	display:block;
	background-color:hsla(210,93%,6%,1);
background-image:
radial-gradient(at 1% 97%, hsla(210,93%,9%,1) 0px, transparent 50%),
radial-gradient(at 49% 3%, hsla(210,88%,22%,1) 0px, transparent 50%),
radial-gradient(at 97% 2%, hsla(210,92%,14%,1) 0px, transparent 50%),
radial-gradient(at 97% 53%, hsla(256,35%,34%,1) 0px, transparent 50%);

}
#science .animation .stage #animg-2 {
	background-color:hsla(210,93%,6%,1);
background-image:
radial-gradient(at 1% 97%, hsla(210,93%,9%,1) 0px, transparent 50%),
radial-gradient(at 49% 3%, hsla(210,88%,22%,1) 0px, transparent 50%),
radial-gradient(at 97% 2%, hsla(210,92%,14%,1) 0px, transparent 50%),
radial-gradient(at 97% 53%, hsla(256,35%,34%,1) 0px, transparent 50%);

}
#science .animation .stage #animg-3 {
	background-color:hsla(210,93%,6%,1);
background-image:
radial-gradient(at 1% 97%, hsla(19,93%,9%,1) 0px, transparent 50%),
radial-gradient(at 49% 3%, hsla(210,88%,22%,1) 0px, transparent 50%),
radial-gradient(at 97% 2%, hsla(14,48%,12%,1) 0px, transparent 50%),
radial-gradient(at 97% 53%, hsla(256,35%,34%,1) 0px, transparent 50%);

}




#science .animation .trigger  {
	position:relative;
	top:0;
	left:0;
	height:60vh;
	width:100%;
}
#science .animation .trigger.last  {
	height:100vh;
}

#science .animation .dots  {
	position:absolute;
	left:20px;
	bottom:calc(50% - 50px);
	margin-bottom:0;
}
@media only screen and (max-width : 750px) {
	#science .animation .dots  {
		display:none;
	}
}
#science .animation .dots a  {
	display:block;
	font-size:1px;
	line-height:1;
	width:15px;
	height:15px;
	color:#fff;
	background-color: #2AAAE1;
	margin:0 0 20px;
}
#science .animation .dots a.on  {
	color:#2ABFEE;
	background-color:#fff;
}
#science .animation .dots a:hover  {
	color:#2ABFEE;
	background-color:#fff;
}



/* -------------------- -------- */
/* -------    PLATFORM  -------- */
/* -------------------- -------- */


.platform.intro {
	position:relative;
	width:100%;
	color:#000;
}
.platform.intro .fixed {
	position:relative;
	margin:0 auto;
	max-width:1050px;
	padding:0 50px 50px;
	font-size:1.3rem;
}
@media only screen and (max-width : 650px) {
	.platform.intro .fixed {
		padding:25px 25px;
	}
}
.platform.intro .fixed strong {
	color:#2AAAE1;
}

.platform.novel {
	position:relative;
	width:100%;
	color:#fff;
	min-height:600px;
}
.platform.novel .fixed {
	position:relative;
	margin:0 auto;
	max-width:850px;
	padding:20px 50px 50px 150px;
}
@media only screen and (max-width : 950px) {
	.platform.novel .fixed {
		padding:70px 50px 70px 150px;
	}
}
@media only screen and (max-width : 650px) {
	.platform.novel .fixed {
		padding:50px 25px;
	}
}

.platform.novel .fixed .box {
	position:relative;
	min-height:200px;
	width:auto;
	background-color: #0F4B88;
	padding:30px 50px;
	margin:0 0 40px 0;
	color:#fff;
}
@media only screen and (max-width : 650px) {
	.platform.novel .fixed .box {
		padding:20px 25px;
		margin:0 0 30px 0;
	}
}
.platform.novel .fixed .box.b1 {
	padding:80px 50px 30px;
background-color:hsla(204,89%,15%,1);
background-image:
radial-gradient(at 13% 6%, hsla(210,89%,15%,1) 0px, transparent 50%),
radial-gradient(at 51% 5%, hsla(210,89%,31%,1) 0px, transparent 50%),
radial-gradient(at 93% 6%, hsla(210,87%,15%,1) 0px, transparent 50%),
radial-gradient(at 5% 49%, hsla(210,89%,15%,1) 0px, transparent 50%),
radial-gradient(at 94% 49%, hsla(210,89%,30%,1) 0px, transparent 50%),
radial-gradient(at 53% 95%, hsla(210,89%,48%,1) 0px, transparent 50%),
radial-gradient(at 95% 97%, hsla(210,89%,34%,1) 0px, transparent 50%);
}
@media only screen and (max-width : 650px) {
	.platform.novel .fixed .box.b1 {
		padding:40px 25px 20px;
	}
}
.platform.novel .fixed .box.b2 {
background-color:hsla(210,81%,13%,1);
background-image:
radial-gradient(at 0% 0%, hsla(222,100%,16%,1) 0px, transparent 50%),
radial-gradient(at 15% 100%, hsla(162,14%,21%,1) 0px, transparent 50%),
radial-gradient(at 51% 100%, hsla(197,61%,21%,1) 0px, transparent 50%),
radial-gradient(at 99% 0%, hsla(209,100%,9%,1) 0px, transparent 50%);

}
.platform.novel .fixed .box.b3 {
	padding:30px 50px 80px;
background-color:hsla(210,80%,12%,1);
background-image:
radial-gradient(at 0% 0%, hsla(214,84%,10%,1) 0px, transparent 50%),
radial-gradient(at 68% 99%, hsla(200,81%,39%,1) 0px, transparent 50%),
radial-gradient(at 100% 51%, hsla(200,87%,24%,1) 0px, transparent 50%),
radial-gradient(at 17% 99%, hsla(201,89%,17%,1) 0px, transparent 50%);
}
@media only screen and (max-width : 650px) {
	.platform.novel .fixed .box.b3 {
		padding:20px 25px 40px;
	}
}
.platform.novel .fixed .box .mask-top {
	width:100%;
	height:50px;
	position:absolute;
	top:0;
	left:0;
}
@media only screen and (max-width : 650px) {
	.platform.novel .fixed .box .mask-top {
		height:25px;
	}
}
.platform.novel .fixed .box .mask-bottom {
	width:100%;
	height:50px;
	position:absolute;
	bottom:0;
	left:0;
}
@media only screen and (max-width : 650px) {
	.platform.novel .fixed .box .mask-bottom {
		height:25px;
	}
}
.platform.novel .fixed .box h2 {
	color:#fff;
	font-size:2.2rem;
	line-height: 1;
	font-weight:400;
	text-transform: uppercase;
	margin:0 0 10px;
}
@media only screen and (max-width : 650px) {
	.platform.novel .fixed .box h2 {
		font-size:1.8rem;
	}
}
.platform.novel .fixed .box h2 strong {
	color:#2AAAE1;
	font-weight:900;
	margin-left:10px;
}
.platform.novel .fixed .box h3 {
	color:#F78C24;
	font-size:1.5rem;
	line-height: 1;
	font-weight:400;
	text-transform: uppercase;
	margin:0 0 5px;
}
@media only screen and (max-width : 650px) {
	.platform.novel .fixed .box h3 {
		font-size:1.25rem;
	}
}
.platform.novel .fixed .box .img1 {
	margin: 0 -10% -100px -10%;
	width: 120%;
}
@media only screen and (max-width : 650px) {
	.platform.novel .fixed .box .img1 {
		margin: 0 -10% -10px -10%;
	}
}
.platform.novel .fixed .box .img2 {
	position:relative;
	margin: 0 -10% 0 -10%;
	width: 120%;
}
.platform.novel .fixed .box .img2 .lbl-1 {
	position:absolute;
	left:31%;
	top:70%;
	width:160px;
	margin:0 0 0 -80px;
	color:#fff;
	font-size:.75rem;
	text-align: center;
	line-height:1.1;
}
.platform.novel .fixed .box .img2 .lbl-2 {
	position:absolute;
	left:48%;
	top:52%;
	width:100px;
	margin:0 0 0 -50px;
	color:#fff;
	font-size:.75rem;
	text-align: center;
	line-height:1;
}
.platform.novel .fixed .box .img2 .lbl-3 {
	position:absolute;
	left:66%;
	top:70%;
	width:160px;
	margin:0 0 0 -80px;
	color:#fff;
	font-size:.75rem;
	text-align: center;
	line-height:1.1;
}
@media only screen and (max-width : 550px) {
	.platform.novel .fixed .box .img2 .lbl-1 {
		font-size:.65rem;
	}
	.platform.novel .fixed .box .img2 .lbl-2 {
		font-size:.65rem;
	}
	.platform.novel .fixed .box .img2 .lbl-3 {
		font-size:.65rem;
	}
}
.platform.novel .fixed .box .img3 {
	margin: 20px auto 0;
	width: 50%;
}
.platform.novel .fixed .box  img {
	width:100%;
	height:auto;
}

.platform.novel .fixed .ti {
	position:absolute;
	top:30px;
	left:0;
	width:90px;
}
@media only screen and (max-width : 950px) {
	.platform.novel .fixed .ti {
		width:70px;
	}
}
@media only screen and (max-width : 650px) {
	.platform.novel .fixed .ti {
		display:none;
	}
}
.platform.novel .fixed .ti img {
	width:100%;
	height:auto;
}

.platform.novel .tim {
	display:none;
	width:100%;
	padding:25px 0;
}

@media only screen and (max-width : 650px) {
	.platform.novel .tim {
		display:block;
	}
}
.platform.novel .tim img {
	width:100%;
	height:auto;
}



/* -------------------- -------- */
/* -------    PIPELINE  -------- */
/* -------------------- -------- */


.pipe.intro {
	position:relative;
	width:100%;
	color:#000;
}
.pipe.intro .fixed {
	position:relative;
	margin:0 auto;
	max-width:1050px;
	padding:50px 50px;
}
@media only screen and (max-width : 650px) {
	.pipe.intro .fixed {
		padding:25px 25px;
	}
}
.pipe.intro .fixed strong {
  color: #2AAAE1;
}
.pipe.intro .fixed img {
	width:100%;
	margin-left:-3%;
	height:auto;
}
.pipe.intro .fixed h2 {
	color:#0F4B88;
	font-weight:700;
	text-transform: uppercase;
	font-size:1.7rem;
	line-height:1.1;
	margin:30px 0 10px;
}
.pipe.chart {
	position:relative;
	width:100%;
	background-color:#0F4B88;
}
#pipetext {
	max-width:2500px;
	margin:0 auto;
}
#pipetext .fixed {
	max-width:1100px;
	margin:0 auto;
	padding:50px 50px;
}
@media(max-width: 650px) {
	#pipetext .fixed {
		padding:30px 20px;
	}
}


#pipeline {
	position:relative;
}
@media(max-width: 550px) {
	#pipeline {
		display:none
	}
}
#pipeline .chart .inner {
	position:relative;
	max-width:1050px;
	margin:0 auto;
	color:#030303;
	padding:0 50px;
}
@media(max-width: 650px) {
	#pipeline .chart .inner {
		padding:0 10px;
	}
}
#pipeline .chart .inner .row {
	position:relative;
	border-bottom: 3px solid #080808;
	display:flex;
}
#pipeline .row.header  {
	color:#0F4B88;
}
#pipeline .chart .inner .row .clm {
	width:calc(23% - 40px);
	border-right:1px solid #080808;
	padding:15px 20px;
	height:70px;
	font-size:15px;
	font-weight:300;
	line-height:1.2;
}
@media(max-width: 950px) {
	#pipeline .chart .inner .row .clm {
		width:calc(23% - 20px);
		padding:10px 10px;
		font-size:13px;
	}
}
@media(max-width: 750px) {
	#pipeline .chart .inner .row .clm {
		width:calc(23% - 10px);
		padding:10px 5px;
		font-size:11px;
	}
}
#pipeline .chart .inner .row.header .clm {
	font-size:17px;
	height:40px;
	padding-top:0;
}
@media(max-width: 1100px) {
	#pipeline .chart .inner .row.header .clm {
		font-size:15px;
	}
}
@media(max-width: 950px) {
	#pipeline .chart .inner .row.header .clm {
		font-size:13px;
	}
}
@media(max-width: 750px) {
	#pipeline .chart .inner .row.header .clm {
		font-size:11px;
	}
}
#pipeline .chart .inner .row .clm.first {
	width:calc(31% - 20px);
	padding-left:0;
}
@media(max-width: 950px) {
	#pipeline .chart .inner .row .clm.first {
		width:calc(31% - 10px);
	}
}
@media(max-width: 750px) {
	#pipeline .chart .inner .row .clm.first {
		width:calc(31% - 5px);
	}
}
#pipeline .chart .inner .row .clm strong {
	font-weight:700;
}


#pipeline .chart .inner .row.header .clm.first strong {
	font-weight:700;
}

#pipeline .chart .inner .row .plbar {
	position:absolute;
	top:33px;
	width:69%;
	left:calc(31% - 1px);
	height:34px;
	overflow:hidden;
}
#pipeline .chart .inner .row .plbar .line {
	position:absolute;
	top:0;
	left:0;
	width:1px;
	transition:all 1s;
}
#pipeline .chart .inner .row .plbar .line img {
	position:absolute;
	top:0;
	right:0;
}

#pipeline-mobile {
	position:relative;
	display:none;
}
@media(max-width: 550px) {
	#pipeline-mobile {
		display:block;
	}
}

#pipeline-mobile .inner {
	position:relative;
	padding:10px 25px;
}

#pipeline-mobile .inner .row {
	position:relative;
	border-bottom: 3px solid #080808;
	padding:15px 0;
	font-size:15px;
}
#pipeline-mobile .inner .row .stage {
	position:relative;
	padding:5px 0 0;
	color:#F78C24;
	font-size:18px;
	font-weight:700;
}
#pipeline-mobile .inner .row h2 {
	position:relative;
	font-size:18px;
	margin:0;
}

.pipe.program {
	position:relative;
	width:100%;
	color:#000;
}
.pipe.program .fixed {
	position:relative;
	margin:0 auto;
	max-width:1050px;
	padding: 0 50px 50px;
}
@media only screen and (max-width : 650px) {
	.pipe.program .fixed {
		padding: 0 25px 25px;
	}
}

.pipe.program .fixed h2 {
	color:#0F4B88;
	font-weight:700;
	text-transform: uppercase;
	font-size:1.7rem;
	line-height:1.1;
	letter-spacing: 1px;
	margin:25px 0 10px;
}

.pipe.program .fixed h3 {
	color:#0F4B88;
	font-weight:700;
	font-size:1.3rem;
	line-height:1.2;
}
.pipe.program .fixed h3 span {
	color:#2AAAE1;
}

.pipe.sources {
	position:relative;
	width:100%;
	color:#000;
}
.pipe.sources .fixed {
	position:relative;
	margin:0 auto;
	max-width:1050px;
	padding: 0 50px 50px;
	font-size:15px;
}
@media only screen and (max-width : 650px) {
	.pipe.sources .fixed {
		padding: 0 25px 25px;
	}
}


.pipe.modal {
	display:none;
	max-width:900px;
}



/* -------------------- -------- */
/* -------   NEWS/PUBS -------- */
/* -------------------- -------- */


.news.featured {
	position:relative;
	color:#000;
	padding:0 50px;
	overflow:hidden;
}
@media only screen and (max-width : 650px) {
	.news.featured {
		padding:0 25px 50px;
	}
}
.news.featured .fixed {
	color:#000;
	font-size:.8rem;
	position:relative;
	margin:0 auto;
	max-width:1050px;
	padding:0;
	background-color:hsla(198,77%,52%,1);
	background-image:
	radial-gradient(at 98% 97%, hsla(225,94%,75%,1) 0px, transparent 50%),
	radial-gradient(at 96% 15%, hsla(200,76%,52%,1) 0px, transparent 50%);
	display:flex;
}
@media only screen and (max-width : 650px) {
	.news.featured .fixed {
		flex-wrap:wrap;
	}
}
.news.featured .fixed h2 {
	color:#000;
	font-family: 'ArchivoXCB','Montserrat', sans-serif;
	font-size:2.25rem;
	line-height:1;
	font-weight:400;
	letter-spacing: 1px;
	text-transform: uppercase;
	margin:30px 0 10px;
	text-decoration: none;
}
@media only screen and (max-width : 850px) {
	.news.featured .fixed h2 {
		font-size:2.25rem;
		letter-spacing: 0;
		margin:10px 0 10px;
	}
}
.news.featured .fixed h3 {
	color:#fff;
	font-size:1.15rem;
	line-height:1.1;
	font-weight:600;
	margin:0;
	text-decoration: none;
}
@media only screen and (max-width : 850px) {
	.news.featured .fixed h3 {
		font-size:1rem;
	}
}
.news.featured .fixed a {
	color:#000;
	font-weight:600;
	text-decoration: none;
	transition: all .2s;
}
.news.featured .fixed a:hover {
	color: #0F4B88;
}
.news.featured .fixed .thumb {
	position:relative;
	width:30%;
	background-size: cover;
	background-position: center;
}
@media only screen and (max-width : 850px) {
	.news.featured .fixed .thumb {
		width:35%;
	}
}
@media only screen and (max-width : 650px) {
	.news.featured .fixed .thumb {
		width:100%;
		height:50vw;
		background-position: top -12vw center;
	}
}
.news.featured .fixed .thumb img {
	width:100%;
	height:auto;
}
.news.featured .fixed .text {
	width:64%;
	padding:15px 3%;
	text-decoration: none;
}
@media only screen and (max-width : 850px) {
	.news.featured .fixed .text {
		width:59%;
	}
}
@media only screen and (max-width : 650px) {
	.news.featured .fixed .text {
		width:94%;
	}
}
.news.list {
	position:relative;
	width:100%;
	color:#000;
}
.news.list .fixed {
	position:relative;
	margin:0 auto;
	max-width:1050px;
	padding:50px 50px 50px;
	
}
@media only screen and (max-width : 650px) {
	.news.list .fixed {
		padding:0 25px 50px;
	}
}
.news.list .fixed h2 {
	color:#0F4B88;
	font-weight:700;
	text-transform: uppercase;
	font-size:1.7rem;
	line-height:1.2;
	letter-spacing: 1px;
}
.news.list .fixed .old {
	display:none;
}
.news.list .fixed .item {
	padding:1px 0 6px 0;
	margin: 0 0 6px 0;
	border-bottom: solid 2px #ccc;
}
.news.list .fixed .show-more .btn:hover {
	cursor:pointer;
}

.news.list .fixed .date {
	color:#F78C24;
}
.news.list .fixed .date .type {
	color:#000;
	font-size:90%;
	text-transform: uppercase;
}

.news.list .fixed a {
	color:#000;
	font-weight:600;
	text-decoration: none;
	transition: all .3s;
}
.news.list .fixed a:hover {
	color:#0F4B88;
}

.news.single {
	position:relative;
	width:100%;
	color:#000;
}
.news.single .fixed {
	position:relative;
	margin:0 auto;
	max-width:1050px;
	padding:50px 50px 50px;
	
}
@media only screen and (max-width : 650px) {
	.news.single .fixed {
		padding:25px;

	}
}
.news.single .fixed h2 {
	line-height:1.2;
	
}


/* -------------------- -------- */
/* -------    CAREERS   -------- */
/* -------------------- -------- */

.careers.intro {
	position:relative;
	width:100%;
	color:#000;
}
.careers.intro .fixed {
	position:relative;
	margin:0 auto;
	max-width:1050px;
	padding:0 50px 50px;
}
@media only screen and (max-width : 650px) {
	.careers.intro .fixed {
		padding:0 25px 50px;
	}
}
.careers.intro .fixed h2 {
	color:#000;
	font-weight:700;
	text-transform: uppercase;
	font-size:2rem;
	line-height:1.1;
	margin:0;
}
@media only screen and (max-width : 500px) {
	.careers.intro .fixed h2 {
		font-size:1.5rem;
	}
}
.slick-slide img {
	height: 450px;
}
@media only screen and (max-width : 650px) {
	.slick-slide img {
		height: 250px;
	}
}
.slick-slider div { transition: none; }
.slick-track {
transition: fade 2000ms ease-out;  
infinite: true;  
}

.careers.intro2 .fixed {
	position:relative;
	margin:0 auto;
	max-width:950px;
	padding:50px 50px 50px;
}
@media only screen and (max-width : 650px) {
	.careers.intro2 .fixed {
		padding:50px 25px 25px;
	}
}
.careers.intro2 .fixed h2 {
	color:#000;
	font-weight:700;
	text-transform: uppercase;
	font-size:2rem;
	line-height:1.1;
	margin:0;
}
@media only screen and (max-width : 500px) {
	.careers.intro2 .fixed h2 {
		font-size:1.5rem;
	}
}
.careers.intro2 .fixed h2 strong {
	color:#2AAAE1;
	font-weight:700;
}

.careers.blocks .block-wrap {
	position:relative;
	width:920px;
	margin:0 auto;
	padding:20px 0;
	display:flex;
	flex-wrap:wrap;
}
@media only screen and (max-width : 950px) {
	.careers.blocks .block-wrap {
		width:auto;
	}
}

.careers.blocks .block-wrap .line1 {
	position:absolute;
	top:20%;
	left:-120px;
	width:250px;
	height:10px;
	background-color:#0F4B88;
	overflow: hidden;
}
@media only screen and (max-width : 950px) {
	.careers.blocks .block-wrap .line1 {
		display:none;
	}
}
.careers.blocks .block-wrap .line2 {
	position:absolute;
	bottom:25%;
	right:-120px;
	width:250px;
	height:10px;
	background-color:#F78C24;
	overflow: hidden;
}
@media only screen and (max-width : 950px) {
	.careers.blocks .block-wrap .line2 {
		display:none;
	}
}
.careers.blocks .block {
	width:430px;
	height:430px;
	margin:10px;
	position:relative;
	overflow:hidden;
}
@media only screen and (max-width : 950px) {
	.careers.blocks .block {
		width:46vw;
		height:45vw;
		margin:2vw;
		position:relative;
		overflow:hidden;
	}
}
.careers.blocks .block:hover {
	cursor:pointer;
}
.careers.blocks .block .front {
	position:relative;
	height:100%;
}
.careers.blocks .block .front .front-in {
	position:relative;
	width:90%;
	height:90%;
	overflow:hidden;
}
.careers.blocks .block.left .front .front-in {
	margin:0 0 10% 10%;

}
.careers.blocks .block.right .front .front-in {
	margin:0 10% 10% 0;

}
.careers.blocks .block .front .front-in img {
	width:100%;
	height:auto;
}
.careers.blocks .block .front .front-in .title  {
	position:absolute;
	bottom:0;
	left:0;
	height:25%;
	text-align:center;
	background-color:#fff;
	width:100%;
}
@media only screen and (max-width : 500px) {
	.careers.blocks .block .front .front-in .title  {
		height:30%;
	}
}
.careers.blocks .block .front .front-in .title h3  {
	text-transform:uppercase;
	font-size:1.7rem;
	margin:10px 0 10px;
	color:#2AAAE1;
	line-height:1.1;
	font-weight:700;
	width:100%;
}
@media only screen and (max-width : 650px) {
	.careers.blocks .block .front .front-in .title h3  {
		font-size:1.2rem;
	}
}
@media only screen and (max-width : 500px) {
	.careers.blocks .block .front .front-in .title h3  {
		font-size:1rem;
	}
}
.careers.blocks .block.right .front .corner  {
	position:absolute;
	top:0;
	left:0;
	width:20%;
	height:20%;
	clip-path: polygon(0 0, 100% 0, 0 100%);
	background-color:#2AAAE1;
}
.careers.blocks .block.left .front .corner  {
	position:absolute;
	top:0;
	right:0;
	width:20%;
	height:20%;
	clip-path: polygon(0 0, 100% 0, 100% 100%);
	background-color:#2AAAE1;
}

.careers.blocks .block .back {
	position:absolute;
	top:-100%;
	width:100%;
	height:100%;
	background-color:#2AAAE1;
	transition: all .7s;
}
.careers.blocks .block.left .back {
	left:100%;
	/*rotate: 45deg;*/
}
.careers.blocks .block.right .back {
	left:-100%;
	scale:.1;
	/*rotate: -45deg;*/
}
.careers.blocks .block:hover .back {
	top:0;
	left:0;
	scale:1;
	/*rotate: 0deg;*/
}
.careers.blocks .block.on .back {
	top:0;
	left:0;
	scale:1;
	/*rotate: 0deg;*/
}
.careers.blocks .block .back .back-in {
	width:calc(100% - 80px);
	height:calc(100% - 80px);
	padding:40px;
	color:#fff;
	display:flex;
	align-items:center;
	text-align: center;
	font-size:1.1rem;
}
@media only screen and (max-width : 950px) {
	.careers.blocks .block .back .back-in {
		width:calc(100% - 20px);
		height:calc(100% - 20px);
		padding:10px;
		line-height:1.4;
	}
}
@media only screen and (max-width : 650px) {
	.careers.blocks .block .back .back-in {
		font-size:1rem;
		line-height:1.2;
	}
}
@media only screen and (max-width : 500px) {
	.careers.blocks .block .back .back-in {
		font-size:.8rem;
	}
}
.careers.blocks .block .back .back-in h3  {
	text-transform:uppercase;
	font-size:1.7rem;
	margin:5px 0 10px;
	color:#fff;
	line-height:1.1;
	font-weight:700;
}
@media only screen and (max-width : 650px) {
	.careers.blocks .block .back .back-in h3  {
		font-size:1.2rem;
	}
}
@media only screen and (max-width : 500px) {
	.careers.blocks .block .back .back-in h3  {
		font-size:1rem;
	}
}

.careers.cta-bottom .fixed h3 {
	color:#000;
	font-size:1.3rem;
	line-height:1;
	font-weight:400;
	letter-spacing: 1px;
	text-transform: uppercase;
	margin:10px 0 30px;
	text-align: center;
}


.careers.listings {
	position:relative;
background-color:hsla(198,0%,100%,1);
background-image:
radial-gradient(at 12% 31%, hsla(198,74%,52%,0.37) 0px, transparent 50%),
radial-gradient(at 45% 78%, hsla(65,92%,55%,0.21) 0px, transparent 50%),
radial-gradient(at 78% 41%, hsla(210,80%,28%,0.31) 0px, transparent 50%);
		margin: 0 0 70px 0;
}
.careers.listings .fixed {
	position:relative;
	margin:0 auto;
	max-width:950px;
	padding:50px 50px;
		
}

.careers.listings .fixed h4 {
	color: #0F4B88;
	font-weight: 700;
	text-transform: uppercase;
	font-size: 1.5rem;
	letter-spacing: 1px;
	line-height: 1.2;
}

.careers.listings .fixed .jobs {
	margin:20px 0;
}
.careers.listings .fixed .jobs .position {
	position:relative;
	padding: 0 0 20px 0;
	margin: 0 0 20px 0;
	border-bottom: solid 2px #ccc;
}
.careers.listings .fixed .jobs .position:last-child {
	border-bottom: none;
	margin:0;
	padding:0;
}
.careers.listings .fixed .jobs .position .open {
	position:absolute;
	top:0;
	right:20px;
}

.careers.listings .fixed .jobs .position .open {
	transform: rotate(-90deg);
	transform-origin: center;
}
.careers.listings .fixed .jobs .position svg {
	fill:#F78C24;
	transition: all .2s;
}
.careers.listings .fixed .jobs .position:hover svg {
	fill:#0F4B88;
}

.careers.listings .fixed .jobs a {
	display: inline-block;
	color: #000;
	text-decoration: none;
	padding: 0 60px 0 0;
}
.careers.listings .fixed .jobs a:hover {
	color: #0F4B88;
}

.careers.listings .fixed h4 {
	color: #0F4B88;
	font-weight: 700;
	text-transform: uppercase;
	font-size: 1.5rem;
	letter-spacing: 1px;
	line-height: 1.2;
	margin:0;
}
.careers.listings .fixed p {
	margin-top:0;
}
.careers.listings .fixed .btn-wrap {
	text-align: center;
}
.careers.listings .tri {
	position:absolute;
	left:0;
	bottom:-70px;
	opacity:.8;
}


/* -------------------- -------- */
/* -------   CONTACT US -------- */
/* -------------------- -------- */


.contact.address {
	position:relative;
	width:100%;
	color:#000;
}
.contact.address .fixed {
	position:relative;
	margin:0 auto;
	max-width:100%;
	padding:50px 50px 250px;
	display:flex;
}
@media only screen and (max-width : 850px) {
	.contact.address .fixed {
		max-width:100%;
		padding:50px 50px 100px;
		display:block;
	}
}
@media only screen and (max-width : 650px) {
	.contact.address .fixed {
		padding:50px 25px 50px;
	}
}

.contact.address .fixed a {
	color:#000;
	text-decoration: none;
}
.contact.address .fixed a:hover {
	color:#0F4B88;
	text-decoration: none;
}

.contact.address .fixed .left {
	width:50%;
	text-align: right;
	padding:50px 0;
}
@media only screen and (max-width : 850px) {
	.contact.address .fixed .left {
		width:100%;
		text-align: left;
	}
}
.contact.address .fixed .left .inner {
	display:inline-block;
	width:525px;
	text-align: left;
}
.contact.address .fixed .left h2 {
	color:#000;
	font-weight:700;
	text-transform: uppercase;
	font-size:1.7rem;
	line-height:1.2;
	letter-spacing: 1px;
	margin:0 0 30px;
}
.contact.address .fixed .left .emails {
	color:#2AAAE1;
	font-weight:400;
	text-transform: uppercase;
	font-size:1rem;
	line-height:1.4;
	margin:40px 0 0 0;
	padding:40px 0 0 0;
	border-top:2px solid #000;
}
.contact.address .fixed .left div strong {
	color:#000;
	font-weight:700;
	text-transform: none;
	font-size:1.25rem;
}
.contact.address .fixed .right {
	width:50%;
}
@media only screen and (max-width : 850px) {
	.contact.address .fixed .right {
		width:100%;
		height:400px;
	}
}



/* -------------------- -------- */
/* -------   BLOG       -------- */
/* -------------------- -------- */

.banner.blog {
}
.banner.blog .fixed {
	max-width: 1250px;
	padding: 150px 50px 50px;
	display:flex;
	flex-wrap:wrap;
	align-items:center;

}
@media only screen and (max-width : 950px) {
	.banner.blog .fixed {
		padding: 70px 25px 25px;
	}
}
.banner.blog .left {
	width:35%;
}
@media only screen and (max-width : 500px) {
	.banner.blog .left {
		width:100%;
	}
}
.banner.blog .left img {
	width:100%;
	height:auto;
}
.banner.blog .right {
	width:50%;
	margin:0 0 0 2%;
	color:#000;
	font-size:.8rem;
}
@media only screen and (max-width : 950px) {
	.banner.blog .right {
		width:63%;
	}
}
@media only screen and (max-width : 500px) {
	.banner.blog .right {
		width:100%;
		margin:10px 0 0 0;
	}
}
.banner.blog .right h1 {
	color:#000;
	font-size:3.25rem;
	letter-spacing:0;
}
@media only screen and (max-width : 950px) {
	.banner.blog .right h1 {
		font-size:2.7rem;
	}
}
.blog strong {
	color:#2AAAE1;
}
.blog h2 {
	margin:70px 0 5px 0;
	text-transform: uppercase;
}
.blog h2 em {
	display:block;
	margin:5px 0 5px 0;
	text-transform: uppercase;
	color:#2AAAE1;
	font-size:75%;
	font-style:normal;
}

.emb-left {
	position:absolute;
	top:30%;
	left:-200px;
	width:350px;
	height:auto;
	opacity:.3;
}

.emb-left img {
	width:100%;
	height:auto;
}
.emb-right {
	position:absolute;
	top:50%;
	right:-210px;
	width:350px;
	height:auto;
	opacity:.3;
}

.emb-right img {
	width:100%;
	height:auto;
}

/* -------    FOOTER / CONTACT   -------- */

.pre-footer {
	position:relative;
	color:#000;
	background-color:#fff;
background-image:
radial-gradient(at 97% 95%, hsla(214,100%,56%,0.15) 0px, transparent 50%);
}
.pre-footer .fixed {
	margin:0 auto;
	max-width:1200px;
	padding:100px 50px;
	display:flex;
}
@media only screen and (max-width : 950px) {
	.pre-footer .fixed {
		padding:50px 50px;
	}
}
@media only screen and (max-width : 650px) {
	.pre-footer .fixed {
		padding:25px 25px;
		display:block;
	}
}

.pre-footer .fixed a {
	color:#000;
	text-decoration: none;
}
.pre-footer .fixed a:hover {
	color:#2AAAE1;;
	text-decoration: none;
}

.pre-footer .fixed .left {
 	padding:35px 0 0 0;
	width:50%;
}
@media only screen and (max-width : 850px) {
	.pre-footer .fixed .left {
		width:60%;
	}
}
@media only screen and (max-width : 550px) {
	.pre-footer .fixed .left {
		width:100%;
	}
}
.pre-footer .fixed .left .logo {
 	margin:0 30px 25px 0;
	max-width:270px;
}
.pre-footer .fixed .left .logo img {
 	width:100%;
	height:auto;
}
.pre-footer .fixed .left svg {
 	margin:0 8px 8px 0;
	fill:#666666;
	transition:all .3s;
}
.pre-footer .fixed .left svg:hover {
	fill:#000;
}

.pre-footer .fixed .center {
 	padding:35px 0 0 0;
	width:30%;
}
@media only screen and (max-width : 850px) {
	.pre-footer .fixed .center {
		width:40%;
	}
}
@media only screen and (max-width : 550px) {
	.pre-footer .fixed .center {
		width:100%;
	}
}
.pre-footer .fixed .center :first-child {
 	margin-top:0;
}

.pre-footer .fixed .right {
	text-align:left;
	width:20%;
	line-height:2;
}
@media only screen and (max-width : 850px) {
	.pre-footer .fixed .right {
		display:none;
	}
}
.pre-footer .fixed .right ul {
	margin:0;
	padding:0;
	list-style: none;
}
.pre-footer .fixed .right ul li {
	margin:0;
	padding:0 0 7px;
}
.pre-footer .fixed .right ul li a {
	line-height:1;
	text-transform: uppercase;
	font-weight:700;
}
.pre-footer .fixed .right ul li ul {
	display:none;
}

footer {
	width:100%;
	color:#000;
	font-size: 13px;
	background-color:#EBEBEB;
}
footer .fixed {
	margin:0 auto;
	max-width:1500px;
	padding:13px 50px;
	display:flex;
}
@media only screen and (max-width : 650px) {
	footer .fixed {
		padding:13px 25px;
		display:block;
	}
}
footer .fixed .left {
 	width:60%;
}
@media only screen and (max-width : 650px) {
	footer .fixed .left {
		width:100%;
		text-align: center;
	}
}
footer .fixed .right {
	width:40%;
	font-weight:700;
	text-align: right;
}
@media only screen and (max-width : 650px) {
	footer .fixed .right {
		width:100%;
		text-align: center;
	}
}

.InUp {
	transition: transform 1s ease-in-out;
	transform: translateY(50px);
}
.animate .InUp {
	transform: translateY(0px);
}

.fadeInUp {
	transition: transform 1s ease-in-out;
	transform: translateY(50px);
	opacity: .2;
}
.animate .fadeInUp {
	opacity: 1;
	transform: translateY(0px);
}


.InLeft {
	transition: all 1s ease-in-out;
	transform: translateX(-50px);
}
.animate .InLeft {
	transform: translateX(0px);
}

@media only screen and (max-width : 650px) {
	.InLeft {
		transform: translateY(50px);
		opacity: .2;
	}
	.animate .InLeft {
		opacity: 1;
		transform: translateY(0px);
	}
}

.fadeInLeft {
	transition: transform 1s ease-in-out;
	transform: translateX(-50px);
	opacity: .3;
}
.animate .fadeInLeft {
	opacity: 1;
	transform: translateX(0px);
}
@media only screen and (max-width : 650px) {
	.fadeInLeft {
		transform: translateY(50px);
		opacity: .2;
	}
	.animate .fadeInLeft {
		opacity: 1;
		transform: translateY(0px);
	}
}

.InRight {
	transition: transform 1s ease-in-out;
	transform: translateX(50px);
}
.animate .InRight {
	transform: translateX(0px);
}
@media only screen and (max-width : 650px) {
	.InRight {
		transform: translateY(50px);
		opacity: .2;
	}
	.animate .InRight {
		opacity: 1;
		transform: translateY(0px);
	}
}

.fadeInRight {
	transition: transform 1s ease-in-out;
	transform: translateX(50px);
	opacity: .3;
}
.animate .fadeInRight {
	opacity: 1;
	transform: translateX(0px);
}
@media only screen and (max-width : 650px) {
	.fadeInRight {
		transform: translateY(50px);
		opacity: .2;
	}
	.animate .fadeInRight {
		opacity: 1;
		transform: translateY(0px);
	}
}




#return-to-top {
    bottom: 0;
    display: none;
    height: 32px;
    position: fixed;
    left:50%;
	margin:0 0 0 -44px;
    transition: all 0.3s ease 0s;
    width: 88px;
    z-index: 800;

}


/* =WordPress Core
-------------------------------------------------------------- */
.alignnone {
    margin: 5px 20px 20px 0;
}

.aligncenter,
div.aligncenter {
    display: block;
    margin: 5px auto 5px auto;
}

.alignright {
    float:right;
    margin: 5px 0 20px 20px;
}

.alignleft {
    float: left;
    margin: 5px 20px 20px 0;
}

a img.alignright {
    float: right;
    margin: 5px 0 20px 20px;
}

a img.alignnone {
    margin: 5px 20px 20px 0;
}

a img.alignleft {
    float: left;
    margin: 5px 20px 20px 0;
}

a img.aligncenter {
    display: block;
    margin-left: auto;
    margin-right: auto;
}

.wp-caption {
    background: #fff;
    border: 1px solid #f0f0f0;
    max-width: 96%; /* Image does not overflow the content area */
    padding: 5px 3px 10px;
    text-align: center;
}

.wp-caption.alignnone {
    margin: 5px 20px 20px 0;
}

.wp-caption.alignleft {
    margin: 5px 20px 20px 0;
}

.wp-caption.alignright {
    margin: 5px 0 20px 20px;
}

.wp-caption img {
    border: 0 none;
    height: auto;
    margin: 0;
    max-width: 98.5%;
    padding: 0;
    width: auto;
}

.wp-caption p.wp-caption-text {
    font-size: 11px;
    line-height: 17px;
    margin: 0;
    padding: 0 4px 5px;
}

/* Text meant only for screen readers. */
.screen-reader-text {
	border: 0;
	clip: rect(1px, 1px, 1px, 1px);
	clip-path: inset(50%);
	height: 1px;
	margin: -1px;
	overflow: hidden;
	padding: 0;
	position: absolute !important;
	width: 1px;
	word-wrap: normal !important; /* Many screen reader and browser combinations announce broken words as they would appear visually. */
}

.screen-reader-text:focus {
	background-color: #eee;
	clip: auto !important;
	clip-path: none;
	color: #444;
	display: block;
	font-size: 1em;
	height: auto;
	left: 5px;
	line-height: normal;
	padding: 15px 23px 14px;
	text-decoration: none;
	top: 5px;
	width: auto;
	z-index: 100000;
	/* Above WP toolbar. */
}



