/*
Theme Name: Nature Perspectives
Theme URI: 
Update URI: ninepoint-theme-nature-perspective
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: #08182e;
	font-size: 16px; 
	font-family: "Inter", sans-serif;
	font-optical-sizing: auto;
	font-weight: 300;
	font-style: normal;
}

/* 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;
}
b, 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 {
	display: flex;
	margin: 0;
	list-style: none;
}
.mainmenu li {
	display: inline-block;
	position: relative;
	padding: 12px 14px 12px 14px;
}
.mainmenu a:link, .mainmenu a:visited {
	font-size: 14px;
	line-height: 14px;
	font-weight: 400;
	color: #BBC3FB;
	text-decoration: none;
}
.mainmenu a::after {
	content: '';
	position: absolute;
	left: 0;
	bottom: 0;
	height: 11px;
	width: 100%;
	background-size: 0% 0%;
	background-repeat: no-repeat;
	background-position: 50% 50%;
	background-image: url('images/icon-line.png');
	transition: 0.2s linear;
}
.mainmenu a:hover::after, .mainmenu li.current-menu-item a::after {
	background-size: 100% 100%;
}
.mainmenu ul {
	display: none;
}


/* 404 */
.result-404 { padding: 18vw 4% 15vw; text-align: center; }
.result-404 .entry-title { font-size: 32px; line-height: 36px; padding-bottom: 30px }


/* global */
.ctitleh1 {
	font-family: "larken", serif;
	font-size: 55px;
	line-height: 59px;
	font-weight: 400;
	margin-bottom: 20px;
}
.ctitleh2 {
	font-family: "larken", serif;
	font-size: 40px;
	line-height: 48px;
	font-weight: 400;
	margin-bottom: 20px;
}
.ctitleh3 {
	font-family: "larken", serif;
	font-size: 29px;
	line-height: 33px;
	font-weight: 400;
	margin-bottom: 15px;
}
.ctitleh4 {
	font-size: 26px;
	line-height: 30px;
	font-weight: 700;
	margin-bottom: 20px;
}
.ctitleh5 {
	display: inline-block;
	font-size: 14px;
	line-height: 18px;
	text-transform: uppercase;
	font-weight: 700;
	color: #08182e;
	background-color: #e2e5fd;
	padding: 10px 16px 8px;
	border-radius: 8px;
	margin-bottom: 25px;
}
.ctitleintro {
	font-size: 18px;
	line-height: 22px;
	font-weight: 700;
	margin-bottom: 20px;
}
.clinkarrwh, .clinkarrlp, .clinkarrp {
	position: relative;
	display: inline-block;
	color: inherit;
	text-decoration: none !important;
	font-size: 14px;
	line-height: 14px;
	font-weight: 400;
	padding: 0 21px 12px 0;
	transition: 0.2s linear;
}
.clinkarrwh::after, .clinkarrlp::after, .clinkarrp::after, .clinkbtnlp::after {
	content: '';
	position: absolute;
	top: 0;
	right: 0;
	background-size: contain;
	background-repeat: no-repeat;
	height: 14px;
	width: 13px;
}
.clinkarrwh::before, .clinkarrlp::before, .clinkarrp::before {
	content: '';
	position: absolute;
	left: 0;
	bottom: 0;
	height: 11px;
	width: 100%;
	background-size: 0% 0%;
	background-repeat: no-repeat;
	background-position: 50% 50%;
	background-image: url('images/icon-line.png');
	transition: 0.2s linear;
}
.clinkbtnlp {
	position: relative;
	display: inline-block;
	color: inherit;
	text-decoration: none !important;
	font-size: 14px;
	line-height: 14px;
	font-weight: 400;
	padding: 10px 38px 10px 16px;
	border-radius: 5px;
	transition: 0.2s linear;
	margin: 8px 0 0;
}
.clinkbtnlp::after {
	top: 11px;
	right: 15px;
}
.clinkarrwh {
	color: #FFF;
}
.clinkarrwh::after {
	background-image: url('images/arrow-right-white.svg');
}
.clinkarrlp {
	color: #BBC3FB;
}
.clinkarrlp::after, .clinkbtnlp::after {
	background-image: url('images/arrow-right-lpurple.svg');
}
.clinkarrp {
	color: #5C76D7;
}
.clinkarrp::after {
	background-image: url('images/arrow-right-purple.svg');
}
.clinkbtnlp {
	border: 1px solid #BBC3FB;
	color: #BBC3FB;
}
.clinkarrwh a, .clinkarrlp a, .clinkarrp a, .clinkbtnlp a {
	color: inherit;
	text-decoration: none !important;
}
.clinkarrwh:hover::before {
	background-size: 100% 100%;
}
.clinkarrlp:hover::before {
	background-size: 100% 100%;
}
.clinkarrp:hover::before {
	background-size: 100% 100%;
}
.clinkbtnlp:hover {
}
.htxt hr {
	margin-bottom: 20px;
}
.htxt ul {
	margin: 0 0 20px 16px;
}
.htxt ul li {
	position: relative;
}
.htxt li {
	line-height: 20px;
}
.htxt iframe {
	width: 100%;
}

/* ----------------------------- 
Theme Custom 
----------------------------- */
p {
	line-height: 20px;
	margin-bottom: 20px;
}
.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: 4000;
	box-sizing: border-box;
	display: flex;
	justify-content: space-between;
	padding: 42px 6% 24px 3.2%;
}
.stdh::before {
	content: '';
	position: absolute;
	top: 0;
	left: 0;
	z-index: -1;
	width: 100%;
	height: 100%;
	background-color: rgba(8, 24, 46, 1);
	opacity: 1;
	transition: 0.4s linear;
}
.stdh.stdhfull::before {
	opacity: 0;
}
.hlogo {
	width: 200px;
	padding: 0 0 4px 0;
}
.hlogo a {
	display: block;
}
.hlogo img {
	width: 100%;
}
.hright {
}
.hmtog {
	display: none;
	width: 30px;
	height: 26px;
	cursor: pointer;
	flex-wrap: wrap;
}
.hmtog div {
	background-color: #BBC3FB;
	width: 100%;
	height: 2px;
}
.hmenu {
	display: none;
	position: fixed;
	top: 0;
	right: 0;
	z-index: 4000;
	width: 260px;
	height: 100%;
	background-color: rgba(8, 24, 46, 1);
	overflow-y: auto;
	padding: 70px 30px;
}
.hmclose {
	position: absolute;
	top: 30px;
	right: 6%;
	width: 26px;
	height: 24px;
	cursor: pointer;
}
.hmclose::after, .hmclose::before {
	content: '';
	position: absolute;
	background-color: #BBC3FB;
	height: 2px;
	width: 26px;
	top: 10px;
	right: 0px;
	border-radius: 2px;
}
.hmclose::after {
	transform: rotate(45deg) translateZ(1px);
}
.hmclose::before {
	transform: rotate(-45deg) translateZ(1px);
}


/* standard */
.stdpg {
	padding: 200px 7% 160px;
}
.stdpgw {
	max-width: 1000px;
}
.stdpgw .ctitleh1 {
	margin-bottom: 30px;
}


/* content flexible */
#cntflxpg {
}
.cntflxpgw {
}
.bgc-white {
	background-color: #FFF;
}
.bgc-cream {
	background-color: #f2f1eb;
}
.bgc-navy {
	background-color: #08182e;
}
.bgc-lpurple {
	background-color: #BBC3FB;
}
.bgc-purple {
	background-color: #5C76D7;
}
.cntflx-txtwh {
	color: #FFF;
}
.cntflxrow {
	position: relative;
}
.cntflxrpadtop-thin {
	padding-top: 20px;
}
.cntflxrpadtop-small {
	padding-top: 40px;
}
.cntflxrpadtop-medium {
	padding-top: 60px;
}
.cntflxrpadtop-large {
	padding-top: 80px;
}
.cntflxrpadtop-wide {
	padding-top: 120px;
}
.cntflxrpadtop-ewide {
	padding-top: 200px;
}
.cntflxrpadbtm-thin {
	padding-bottom: 20px;
}
.cntflxrpadbtm-small {
	padding-bottom: 40px;
}
.cntflxrpadbtm-medium {
	padding-bottom: 60px;
}
.cntflxrpadbtm-large {
	padding-bottom: 80px;
}
.cntflxrpadbtm-wide {
	padding-bottom: 120px;
}
.cntflx-banner {
	line-height: 0;
}
.cntflx-banner .cntflxw {
	position: relative;
}
.cntflx-mediaouter {
	position: relative;
	z-index: 1;
}
.cntflx-media {
}
.cntflx-media-mobile {
	display: none;
}
.cntflx-media img, .cntflx-media-mobile img {
	width: 100%;
	height: 100%;
	object-fit: cover;
}
.cntflx-media video, .cntflx-media-mobile video {
	width: 100%;
	height: 100%;
	object-fit: cover;
}
.cntflx-exmedia {
	display: none;
}
.cntflx-exmedia, .cntflx-exmedia iframe {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
}
.cntflxban-slsh {
	width: 100%;
	overflow: hidden;
}
.cntflxslsh-slide {
	width: 100%;
}
.cntflxslsh-slide img {
	width: 100%;
	height: 100%;
	object-fit: cover;
}
.cntflxban-txtw {
	display: flex;
	justify-content: center;
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	bottom: 0;
	z-index: 2000;
	box-sizing: border-box;
	padding: 4vw 7% 3vw;
}
.cntflxbantxtva-top {
	align-items: start;
}
.cntflxbantxtva-tq {
	align-items: start;
	padding: 10vw 7% 2vw;
}
.cntflxbantxtva-cntr {
	align-items: center;
}
.cntflxbantxtva-btm {
	align-items: end;
}
.cntflxban-txt {
	color: #FFF;
	display: flex;
	width: 100%;
}
.cntflxtxt-cntr {
	align-self: center;
}
.cntflxtxt-btm {
	align-self: end;
}
.cntflxban-txt .htxt p {
	margin-bottom: 20px;
}
.cntflxtxt-wide {
	max-width: 1100px;
}
.cntflxtxt-large {
	max-width: 930px;
}
.cntflxtxt-med {
	max-width: 840px;
}
.cntflxtxt-stdpls {
	max-width: 770px;
}
.cntflxtxt-std {
	max-width: 630px;
}
.cntflxtxt-narrw {
	max-width: 540px;
}
.cntflxtxt-sml {
	max-width: 420px;
}
.cntflxtxt-center {
	text-align: center;
	margin: 0 auto;
}
.cntflxtxt-left {
	text-align: left;
}
.cntflx-ftxt {
	position: relative;
	padding-left: 4%;
	padding-right: 4%;
	overflow: hidden;
}
.cntflx-ftxt .cntflxw {
	position: static;
	max-width: 2000px;
	margin: 0 auto;
}
.cntflx-ftxt .htxtw {
	position: relative;
	z-index: 10;
}
.cntflx-ftxt .htxt {
	position: relative;
	z-index: 10;
}
.cntflx-bgmedia {
	position: absolute;
	top: 0;
	left: 0;
	z-index: 2;
	width: 100%;
	height: 100%;
}
.cntflx-bgmedia video {
	width: 100%;
	height: 100%;
	object-fit: cover;
}
.cntflx-bgmedia img {
	width: 100%;
	height: 100%;
	object-fit: cover;
}
.cntflx-txtbg {
	position: absolute;
	z-index: 2;
	bottom: -50px;
	left: -9%;
	width: 118%;
}
.cntflx-txtbg video {
	width: 100%;
}
.cntflx-txtbg img {
	width: 100%;
}
.clinkarrwh.cntflxplaybtn {
	font-size: 24px;
	line-height: 30px;
	padding: 0 48px 12px 0;
}
.clinkarrwh.cntflxplaybtn::after {
	background-image: url('images/icon-playbtn.svg');
	width: 40px;
	height: 40px;
	top: -4px;
	right: 0;
}
.cntflx-tkr {
	padding-left: 7%;
	padding-right: 7%;
}
.cntflx-tkr .cntflxw {
}
.cntflx-tckrw {
	overflow: hidden;
	height: 60px;
	text-align: center;
}
.cntflx-tckrw div {
	display: inline-block;
	vertical-align: middle;
	margin: 0 30px;
}
.cntflx-tckrw a {
	display: block;
}
.cntflx-tckrw img {
	max-width: 170px;
	max-height: 60px;	
}
.cntflx-blkrows {
	position: relative;
	padding-left: 4%;
	padding-right: 4%;
	overflow: hidden;
}
.cntflx-blkrowsw {
	position: relative;
	z-index: 10;
	display: flex;
	flex-wrap: wrap;
	text-align: center;
	max-width: 2000px;
	margin: 0 auto;
}
.cntflx-blkcs {
	width: 33.333%;
	box-sizing: border-box;
	padding: 0 3.4% 50px;
}
.cntflx-blkcs:hover > .cntflx-blkm::before, .cntflx-blkcs:hover > a .cntflx-blkm::before {
	opacity: 1;
	transform: rotate(0deg) translateZ(1px);
}
.cntflx-blkcs > a {
	display: block;
}
.cntflx-blkm {
	position: relative;
	padding: 45px;
}
.cntflx-blkm::before {
	content: '';
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	bottom: 0;
	z-index: 0;
	background-image: url('images/icon-circle.png');
	background-size: contain;
	opacity: 0;
	transform: rotate(120deg) translateZ(1px);
	transition: 0.3s linear;
}
.cntflx-blkcs .cntflx-media {
	position: relative;
	padding-top: 100%;
}
.cntflx-blkcs .cntflx-media img, .cntflx-blkcs .cntflx-media video {
	position: absolute;
	top: 0;
	left: 0;
	border-radius: 50%;
}
.cntflx-sldr {
}
.cntflx-sldr .cntflxw {
	overflow: hidden;
}
.cntflx-sldritems {
	left: 0;
	width: calc(100% - 36px);
	margin: 0 auto;
	padding: 0 0 70px;
}
.cntflx-sldritems.cntflx-sldrinonav {
	padding: 0;
}
.cntflx-sldritem {
	padding: 6px 18px 12px;
	box-sizing: border-box;
}
.cntflx-sldritemw {
	border-radius: 10px;
	box-shadow: 0px 2px 8px -1px rgba(0, 0, 0, 0.5);
	padding: 25px 30px 30px;
	text-align: center;
}
.cntflx-sldritemw.bgc-navy, .cntflx-sldritemw.bgc-purple {
	color: #FFF;
}
.cntflx-sldrtxt {
	text-align: center;
}
.cntflx-sldritemw img {
	max-height: 30px;
	margin: 0 auto 20px;
}
.cntflx-sldrmeta {
	margin-bottom: 20px;
}
.slick-prev, .slick-next {
	position: absolute;
	bottom: 0;
	cursor: pointer;
	height: 30px;
	width: 30px;
	z-index: 10;
	background-image: url('images/arrow-carousel-right.svg');
	background-size: contain;
	background-repeat: no-repeat;
}
.slick-prev {
	left: calc(50% - 36px);
}
.slick-next {
	left: calc(50% + 6px);
}
.slick-prev {	
	transform: scaleX(-1);
}
.cntflx-cntcols {
	position: relative;
	padding-left: 4%;
	padding-right: 4%;
	overflow: hidden;
}
.cntflx-cntcols .cntflxw {
	max-width: 2000px;
	margin: 0 auto;
}
.cntflxcntcols-row {
	position: relative;
	z-index: 10;
	display: flex;
	flex-wrap: wrap;
}
.cntflxcntcolva-top {
	align-items: start;
}
.cntflxcntcolva-center {
	align-items: center;
}
.cntflxccow-none {
	padding: 0;
}
.cntflxccow-std {
	padding: 0 9%;
}
.cntflxccow-wide {
	padding: 0 4.5%;
}
.cntflxcntcolp-lrg {
	padding: 0 10%;
}
.cntflxcntcolp-med {
	padding: 0 5%;
}
.cntflxcntcolp-sml {
	padding: 0 2%;
}
.cntflxcntcolp-none {
	padding: 0;
}
.cntflxcntcols-txt {
	width: 50%;
	box-sizing: border-box;
}
.cntflxcntcols3 .cntflxcntcols-txt {
	width: 33.333%;
}
.cntflxcntcolsdiv-splt5050 .cntflxcntcols-txt:nth-child(1) {
	width: 50%;
}
.cntflxcntcolsdiv-splt5050 .cntflxcntcols-txt:nth-child(2) {
	width: 50%;
}
.cntflxcntcolsdiv-splt4060 .cntflxcntcols-txt:nth-child(1) {
	width: 40%;
}
.cntflxcntcolsdiv-splt4060 .cntflxcntcols-txt:nth-child(2) {
	width: 60%;
}
.cntflxcntcolsdiv-splt3070 .cntflxcntcols-txt:nth-child(1) {
	width: 30%;
}
.cntflxcntcolsdiv-splt3070 .cntflxcntcols-txt:nth-child(2) {
	width: 70%;
}
.cntflxcntcols-txt .cntflx-media {
}
.cntflxcntcols-txt .htxt {
}
.cntflx-accritems {
	border-top: 1px solid #5C76D7;
}
.accr {
	position: relative;
	border-bottom: 1px solid #5C76D7;
	padding: 20px 0 5px 0;
}
.accrh {
	color: #BBC3FB;
	margin: 0 0 15px 0;
	padding: 0 0 0 38px;
	cursor: pointer;
}
.accrh::before {
	content: '+';
	position: absolute;
	top: 20px;
	left: 0;
	border: 1px solid #5C76D7;
	border-radius: 50%;
	width: 22px;
	height: 22px;
	box-sizing: border-box;
	color: #5C76D7;
	font-size: 26px;
	line-height: 18px;
	font-weight: 400;
	display: flex;
	justify-content: center;
}
.accr.accropen .accrh::before {
	content: '‒';
	line-height: 16px;
}
.accrc {
	display: none;
	padding: 0 0 0 38px;
}
.cntflx-slsh {
	padding-left: 4%;
	padding-right: 4%;
}
.cntflx-slsh .cntflxw {
	max-width: 1200px;
	margin: 0 auto;
	background-color: inherit;
}
.cntflx-slshstd {
	display: flex;
	flex-wrap: wrap;
	align-items: center;
}
.cfslnav {
	height: 32px;
	background-image: url('images/arrow-carousel-right.svg');
	background-size: contain;
	background-repeat: no-repeat;
}
.cfslnav-l {
	cursor: pointer;
	width: 32px;
	margin: 0 5.4% 0 0;
	transform: scaleX(-1);
}
.cfslnav-r {
	cursor: pointer;
	width: 32px;
	margin: 0 0 0 5.4%;
}
.cfslsh {
	width: calc(100% - 10.8% - 64px);
}
.cfslsh-slide {
	width: 100%;
}
.cfslsh-slidew {
	display: flex;
	flex-wrap: wrap;
	align-items: center;
	box-sizing: border-box;
	padding: 70px 5.4% 55px;
	background-color: #FFF;
	box-shadow: 0px 2px 8px -1px rgba(0, 0, 0, 0.3);
	border-radius: 10px;
}
.cfslsh-slide .htxt {
	width: 52%;
	box-sizing: border-box;
	padding: 0 10% 0 0;
}
.cfslsh-slide .cntflx-media {
	width: 48%;
}
.cfslpgrw {
	width: 100%;
	text-align: center;
}
.cfslpgr {
	padding: 20px 0 0;
}
.cfslpgr span {
	display: inline-block;
	width: 11px;
	height: 11px;
	box-sizing: border-box;
	border: 1px solid #5C76D7;
	border-radius: 50%;
	margin: 6px 3px 0;
	cursor: pointer;
}
.cfslpgr span.cycle-pager-active {
	background-color: #5C76D7;
}
.cntflx-slshfull {
	background-color: inherit;
}
.cfslpgrf {
	background-color: #FFF;
	border-radius: 10px;
	box-sizing: border-box;
	text-align: center;
	padding: 24px;
	max-width: 1110px;
	margin: 0 auto 75px;
}
.cfslshf-label {
	width: 250px;
	display: inline-block;
	vertical-align: top;
	box-sizing: border-box;
	padding: 10px 2px;
	text-align: center;
	color: #5C76D7;
	font-size: 14px;
	line-height: 14px;
	font-weight: 400;
	border: 1px solid #5C76D7;
	border-radius: 8px;
	margin: 6px;
	cursor: pointer;
	transition: 0.2s linear;
}
.cfslshf-label.cycle-pager-active, .cfslshf-label:hover {
	background-color: #5C76D7;
	color: #FFF;
	font-weight: 700;
}
.cfslshf {
	width: 100%;
	background-color: inherit;
}
.cfslshf-slide {
	display: none;
	width: 100%;
	background-color: inherit;
}
.cfslshf-slidec {
	display: block;
}
.cfslshf-slide.cycle-slide-active {
	z-index: 102 !important;
}
.cfslshf-top {
	display: flex;
	flex-wrap: wrap;
	align-items: center;
	padding: 0 3.5% 30px;
	box-sizing: border-box;
	max-width: 1020px;
	margin: 0 auto;
}
.cfslshf-top .htxt {
	width: 62%;
	box-sizing: border-box;
	padding: 0 7.3% 0 0;
}
.cfslshf-top .cntflx-media {
	width: 38%;
}
.cfslshf-slide .cntflx-accritems {
	max-width: 1020px;
	margin: 0 auto 60px;
}
.cfslshf-slide .accrh {
  color: #5C76D7;
}
.cfslshf .cfslnav-l {
	margin: 0 20px 0 0;
}
.cfslshf .cfslnav-r {
	margin: 0 0 0 20px;
}
.cfslshf .cfslsh {
	width: calc(100% - 40px - 64px);
}
.cfslshf .cfslsh-slidew {
	padding: 45px 6% 55px 8.2%;
}
.cfslshf .cfslsh-slide .htxt {
	width: 55%;
	padding: 0 3% 0 0;
}
.cfslshf .cfslsh-slide .cntflx-media {
	width: 45%;
}
.cfslshf .cfslsh-slide .ctitleh5 {
	position: relative;
	left: -15px;
}
canvas {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	z-index: 1;
	display: block;
	background-color: transparent;
}
.wpcf7 {
	max-width: 830px;
	margin: 0 auto;
}
.cfrow {
	display: flex;
	flex-wrap: wrap;
	margin: 0 0 15px 0;
}
.cfrow p, .cfsubmit p {
	margin: 0;
}
.cfsfield {
	width: 50%;
	box-sizing: border-box;
	padding: 0 11px;
}
.cffield {
	width: 100%;
	box-sizing: border-box;
	padding: 0 11px;
}
.cfsfield input, .cffield input, .cffield textarea {
	width: 100%;
	box-sizing: border-box;
	padding: 14px 14px;
	border-radius: 10px;
	background-color: #FFF;
	box-shadow: none;
	border: 0px;
	font-size: 16px;
	line-height: 16px;
}
.cfsubmit {
	position: relative;
	text-align: center;
	margin: 20px 0 0;
}
.cfsubmit input {
	border: 0px;
	box-shadow: 0px;
	background-color: transparent;
	color: #5C76D7;
	font-size: 14px;
	line-height: 18px;
	font-weight: 400;
	padding: 3px 21px 3px 0;
	background-image: url('images/arrow-right-purple.svg');
	background-size: 14px 13px;
	background-position: right center;
	background-repeat: no-repeat;
	cursor: pointer;
}
.wpcf7-spinner {
	display: block;
	margin: 5px auto 0;
}


/* footer */
#footer {
	display: flex;
	flex-wrap: wrap;
	align-items: start;
	color: #FFF;
	background-color: #5C76D7;
	padding: 50px 7% 50px;
	font-size: 14px;
}
#footer p {
	line-height: 20px;
	margin-bottom: 10px;
}
.ftrl {
	width: 300px;
}
.ftrlogo {
	padding: 0 0 35px 0;
}
.ftrlogo a {
	display: inline-block;
}
.ftrlogo img {
	width: 290px;
}
.ftrlcol {
	padding: 0 0 0 80px;
}
.ftrl-details {
}
.fsocial {
}
.socicon {
	position: relative;
	display: inline-block;
	vertical-align: top;
	background-size: contain;
	background-repeat: no-repeat;
	width: 16px;
	height: 16px;
	margin: 0 18px 15px 0;
}
.socicon-facebook {
	background-image: url('images/social-facebook.svg');
}
.socicon-instagram {
	background-image: url('images/social-instagram.svg');
}
.socicon-x {
	background-image: url('images/social-x.svg');
}
.socicon-linkedin {
	background-image: url('images/social-linkedin.svg');
}
.ftrr {
	display: flex;
	flex-wrap: wrap;
	width: calc(100% - 300px);
	box-sizing: border-box;
	padding: 35px 0 0 0;
}
.ftrr .widget {
	width: calc(33.333% - 4%);
	border-left: 1px solid #FFF;
	padding: 0 0 0 4%;
	margin: 0 0 0 4%;
	box-sizing: border-box;
}
.ftrr .widget-title {
	font-size: 16px;
	line-height: 20px;
	font-weight: 700;
	margin-bottom: 5px;
}