

::selection {
	background: #95b1e7; /* Safari */
	}
::-moz-selection {
	background: #95b1e7; /* Firefox */
}


html, body {
	height: 100%;
    -webkit-text-size-adjust: 100%; /* Prevent font scaling in landscape while allowing user zoom */
}

body {
	margin: 0px;
	padding: 0px;
	text-align: center;
	width: 100%;
	height: 100%;
	background-color: #E6ECF0;
	font-weight: 300;
	color: #023741;
	font-size: 17px;
}

.wrapper {
	width: 1080px;
	height: auto;
	text-align: left;
	margin: 0px auto;
}
.wrapper--small {
	width: 800px;
}
b,strong {
	font-weight: bold;
}
i,em {
	font-style: italic;
}

.form-input {
	display: block;
	width: 100%;
	box-sizing: border-box;
	height: auto;
	margin: 8px 0;
	padding: 9px 10px;
	background-color: #fff;
	border-radius: 3px;
	border: 0px solid #aaa;
	box-shadow: 0 2px 20px rgba(0,0,0,0.1);
	font-weight: 300;
	color: #222;
	font-size: 17px;
	outline: none;
	-webkit-appearance:none;
	transition: all 300ms ease;
}
.form-input--error,
.form-input.error {
	border: 2px solid rgba(196,57,65, 0.8);
}
textarea.form-input {
	height: auto;
	resize: none;
}
select.form-input {
	-webkit-appearance: listbox;
}

.form-label {
	font-weight: bold;
	margin: 18px 0 4px 0;
}


.badge {
	padding: 12px 16px;
}

.button {
	position: relative;
	outline: none;
	display: inline-block;
	width: auto;
	height: auto;
	margin: 8px 60px 8px 0;
	padding: 16px 24px;
	line-height: 30px;
	border-radius: 3px 0 0 3px;
	background-color: #7F9F00;
	font-size: 17px !important;
	font-weight: 500 !important;
	color: #fff !important;
	text-decoration: none !important;
	border: none;
  	cursor: pointer;
  	-webkit-appearance:none;
	transition: all 300ms ease;
}
.button--menu {
	float: right;
	margin-top: 15px;
}
.button:after {
	position: absolute;
	bottom: 0;
	right: -60px;
	width: 60px;
	height: 30px;
	line-height: 30px;
	top: 50%;
	-webkit-transform: translateY(-50%);
	-ms-transform: translateY(-50%);
	transform: translateY(-50%);
	text-align: center;
	color: #fff;
	font-size: 16px;
	font-family: "Font Awesome 5 Free";
	font-weight: 900;
	content: "\f061";
	transition: all 300ms ease;
}
.button:before {
	content: '';
	position: absolute;
	top: 0;
	bottom: 0;
	right: -60px;
	width: 60px;
	height: auto;
	border-radius: 0 3px 3px 0;
	background: #023741;
}
.button--inverted:before {
	background: #fff;
}
.button--inverted:after {
	color: #023741;
}
.button:hover {
	background: #023741;
}
.button:hover:after {
	right: -65px;
}


.toggle-switch {
    position: relative;
    display: inline-block;
    width: 50px;
    min-width: 50px;
    height: 24px;
}
.toggle-switch-input {
    opacity: 0;
    width: 0;
    height: 0;
}
.toggle-switch-input:checked + .toggle-switch-slider {
	background: #023741;
}
.toggle-switch-input:checked + .toggle-switch-slider:before {
	transform: translateX(26px);
}
.toggle-switch-slider {
    position: absolute;
    cursor: pointer;
    left: 0;
    top: 0;
    right: 0;
    bottom: 0;
    background: #ccc;
    border-radius: 18px;
    transition: 300ms;
}
.toggle-switch-slider:before {
    position: absolute;
    content: "";
    height: 20px;
    width: 20px;
    top: 2px;
    left: 2px;
    border-radius: 50%;
    background: #fff;
    transition: 300ms;
}



.bg-twitter {
	background-color: #1da1f2;
}
.bg-facebook {
	background-color: #3b5998;
}
.bg-linkedin {
	background-color: #0077b5;
}
.bg-whatsapp {
	background-color: #128c7e;
}

.row--lgGutter {
	margin-left: -30px;
	margin-right: -30px;
}
.row--lgGutter > .col,
.row--lgGutter > .col-12 {
	padding-left: 30px;
	padding-right: 30px;
}

.u-zoomOnHover {
	transition: all 300ms ease;
}
.u-zoomOnHover:hover {
	transform: scale(1.1);
}

.u-rotateOnHover {
	transition: all 600ms ease;
}
.u-rotateOnHover:hover {
	transform: rotate(180deg);
}

.u-text-decoration-none {
	text-decoration: none !important;
}



.u-anchor {
	position: absolute;
	margin-top: -100px;
}

.u-vAlignMiddle {
	position: relative;
	top: 50%;
	-webkit-transform: translateY(-50%);
	-ms-transform: translateY(-50%);
	transform: translateY(-50%);
}

.u-text-light {
	font-weight: 300 !important;
}
.u-text-green {
	color: #7F9F00 !important;
}
.u-text-dark {
	color: #023741 !important;
}

.u-text-bolder {
	font-weight: 500 !important;
}
.u-text-italic {
	font-style: italic !important;
}

.u-text-small {
	font-size: 16px !important;
}

.u-lineheight-small {
	line-height: 25px !important;
}

.u-light-bg {
	background: #D7E2E9;
}

.u-body-bg {
	background: #E6ECF0 !important;
}

.u-lines--3 {
	display: -webkit-box;
	-webkit-line-clamp: 3;
	-webkit-box-orient: vertical;  
	overflow: hidden;
	height: 75px;
}
.u-lines--6 {
	display: -webkit-box;
	-webkit-line-clamp: 6;
	-webkit-box-orient: vertical;  
	overflow: hidden;
	height: 150px;
}
@media (min-width: 576px) {
	.u-lines-sm--6 {
		display: -webkit-box;
		-webkit-line-clamp: 6;
		-webkit-box-orient: vertical;  
		overflow: hidden;
		height: 150px;
	}
}


.slick-arrow {
	position: absolute;
	bottom: 0;
	left: 0;
	margin-left: 0;
	width: 60px;
	height: 60px;
	text-align: center;
	line-height: 60px;
	border: none;
	background: #023741;
	color: #fff;
	font-size: 16px;
	cursor: pointer;
	transition: 300ms ease all;
}
.slick-prev {
	border-radius: 3px 0 0 3px;
}
.slick-next {
	left: 60px;
	border-radius: 0 3px 3px 0;
}
.slick-prev:hover {
	padding-right: 15px;
}
.slick-next:hover {
	padding-left: 15px;
}
.slick-disabled {
	opacity: 0.5;
	cursor: not-allowed;
}



.site-container {
	overflow: hidden;
}




.header {
	position: fixed;
	height: 160px;
	top: 0;
	left: 0;
	right: 0;
	z-index: 100;
	transition: all 300ms ease;
}
.header .wrapper {
	transition: all 300ms ease;
}
.header-placeholder {
	height: 160px;
}

.header-logo {
	display: block;
	width: auto;
	height: 80px;
	margin-top: 40px;
	margin-left: 12px;
	padding: 0;
	float: left;
}
.header-logo img {
	display: block;
	width: auto;
	height: 80px;
}
.header-logo img.small {
	display: none;
}
.menu-button {
	position: relative;
	overflow: hidden;
	display: block;
	float: right;
	margin-top: 40px;
	margin-right: 12px;
	width: 80px;
	height: 80px;
	background: #fff;
	border-radius: 6px;
	box-shadow: 0 2px 20px rgba(0,0,0,0.1);
	line-height: 80px;
	text-align: center;
	color: #023741 !important;
	font-size: 30px;
	transition: all 500ms ease;
}
.menu-button:after {
	content: '';
	position: absolute;
	z-index: 2;
	top: -20px;
	right: -20px;
	width: 4px;
	height: 4px;
	border-radius: 100%;
	opacity: 0;
	background: #7F9F00;
	transition: all 500ms ease;
}
.menu-button:hover {
	color: #fff !important;
	border-color: #fff;
	background: #fff;
}
.menu-button:hover:after {
	border-radius: 0;
	right: 0;
	top: 0;
	width: 100%;
	height: 100%;
	opacity: 1;
}
.menu-button i {
	position: relative;
	z-index: 3;
}


.header-nav {
	width: 340px;
	height: auto;
	display: none;
	position: absolute;
	top: 0;
	right: 12px;
	z-index: 110;
	background-color: #fff;
	border-radius: 3px;
	padding: 0;
	margin: 40px 0 0 0 !important;
	box-sizing: border-box;
	box-shadow: 0 2px 20px rgba(0,0,0,0.1);
}
.header-nav.is-visible {
	display: block;
}
.header-nav-close {
	display: block;
	margin-left: auto;
	margin-right: 20px;
	margin-top: 20px;
	width: 40px;
	height: 40px;
	text-align: center;
	line-height: 40px;
	color: #023741 !important;
	font-size: 30px;
}
.header-nav ul {
	display: block;
	width: auto;
	height: auto;
	margin: 20px 20px 30px 20px;
	padding: 0;
}
.header-nav ul li {
	display: block;
	width: auto;
	height: auto;
	list-style: none;
}
.header-nav ul li a {
	display: block;
	width: auto;
	height: auto;
	margin: 6px 0;
	padding: 5px 10px;
	text-align: right;
	line-height: 28px;
	overflow: hidden;
	border-radius: 6px;
	font-size: 20px;
	font-weight: 700;
	color: #023741;
	text-decoration: none;
	transition: all 300ms ease;
}
.header-nav ul li.active a,
.header-nav ul li a:hover {
	color: #7F9F00;
}


.header--scrolling {
	height: 1px;
}
.header--scrolling .wrapper {
	width: auto;
	padding-left: 20px;
	padding-right: 20px;
}
.header--scrolling .header-nav {
	right: 32px;
}
.header--scrolling .header-logo {
	height: 80px;
	width: 80px;
	padding: 0px;
}
.header--scrolling .header-logo > img {
	height: 80px;
}
.header--scrolling .header-logo > img.small {
	display: block;
}
.header--scrolling .header-logo > img.large {
	display: none;
}





.page-header {
	position: relative;
	z-index: 3;
	width: 100%;
	height: 532px;
	background: #023741;
}
.page-header--home {
	height: 640px;
}
.page-header--withImage {
	margin-bottom: 60px;
}
.page-header:after {
	content: '';
	position: absolute;
	z-index: 5;
	bottom: -923px;
	right: 0;
	width: 371px;
	height: 1193px;
	background-image: url('../img/watermark.svg');
	background-repeat: no-repeat;
	background-size: cover;
	background-position: center center;
}

.page-header-wrapper {
	height: calc(100% - 160px);
}
.page-header-wrapper-inner {
	position: relative;
	top: 50%;
	-webkit-transform: translateY(-50%);
	-ms-transform: translateY(-50%);
	transform: translateY(-50%);
	padding-bottom: 50px;
}

.page-header-image {
	position: relative;
	z-index: 5;
	border-radius: 3px;
	height: 432px;
	background-repeat: no-repeat;
	background-size: cover;
	background-position: center center;
}
.page-header--home .page-header-image {
	height: 540px;
}
.page-header-image-description {
	width: 390px;
	text-align: left;
	font-size: 44px !important;
	margin-left: 80px !important;
	color: #fff !important;
	text-shadow: 0 2px 2px rgba(0,0,0,0.1);
}

.page-header-slider .slick-arrow {
	z-index: 100;
	left: auto;
	right: 12px;
	bottom: 12px;
}
.page-header-slider .slick-prev {
	right: 73px;
}



.page-header-scroll-icon-container {
	position: absolute;
	left: 30px;
	bottom: 50px;
	z-index: 100;
	opacity: 0.8;
}
.page-header-scroll-down {
	position: absolute;
	bottom: -22px;
	left: 0;
	right: 0;
	text-align: center;
    height: 20px;
    color: #fff;
    font-size: 18px;
}
.page-header-scroll-icon:before {
    position: absolute;
}
.page-header-scroll-icon {
    width: 30px;
    height: 45px;
    bottom: 10px;
    border: 4px solid #fff;
    border-radius: 12px;
}
@media (max-width: 767px) {
    .icon-scroll {
        position: relative;
    }
}
.page-header-scroll-icon:before {
    content: '';
    width: 4px;
    height: 8px;
    background: #fff;
    margin-left: -2px;
    top: 10px;
    border-radius: 8px;
    animation-duration: 1.2s;
    animation-iteration-count: infinite;
    animation-name: scroll
}
@keyframes scroll {
    0% {
        opacity: 1
    }
    100% {
        opacity: 0;
        transform: translateY(30px)
    }
}




.page-container {
	position: relative;
	z-index: 5;
}
.page-container-text {
	min-height: 200px;
	position: relative;
	z-index: 5;
}



.album-image {
	display: block;
	width: auto;
	height: 150px;
	border-radius: 3px;
	background-repeat: no-repeat;
	background-size: cover;
	background-position: center center;
}




.card {
	display: block;
	background: #fff;
	border: 0;
	border-radius: 3px;
}
.card--light {
	background: #E6ECF0;
}
.card--lighter {
	background: #F2F5F7;
}
.card-section {
	padding: 30px;
}
.card--large .card-section {
	padding: 40px 60px;
}
.card-side-image {
	float: right;
	width: 160px;
	margin-left: 40px;
	margin-bottom: 40px;
}
.card-icon {
	font-size: 40px;
}




.coach {
	display: block;
	font-weight: 300 !important;
	color: #023741 !important;
	text-decoration: none !important;
}
.coach-image {
	position: relative;
	z-index: 1;
	overflow: hidden;
	height: 280px;
	margin-right: 40px;
	background-repeat: no-repeat;
	background-position: center center;
	background-size: cover;
	transition: all 300ms ease;
	filter: grayscale(1);
}
.coach-image:after {
	content: '';
	position: absolute;
	z-index: 2;
	top: -100px;
	right: -100px;
	width: 4px;
	height: 4px;
	border-radius: 100%;
	opacity: 0;
	background: rgb(127,159,0, 0.3);
	background-blend-mode: multiply;
	transition: all 500ms ease;
}
a.coach:hover .coach-image {
	filter: grayscale(0);
}
a.coach:hover .coach-image:after {
	border-radius: 0;
	right: 0;
	top: 0;
	width: 100%;
	height: 100%;
	opacity: 0;
}
.coach > .card {
	position: relative;
	z-index: 2;
	margin-left: 40px;
	margin-top: -40px;
}




.project-slider {
	position: relative;
}
.project-slider-item {
	position: relative;
	padding-bottom: 60px;
	min-height: 460px !important;
}
.project-slider-item .card {
	margin-left: 28%;
	width: 72%;
	position: relative;
	z-index: 3;
}
.project-slider-item-image {
	width: calc(28% + 60px);
	height: calc(100% - 60px);
	min-height: 400px;
	position: absolute;
	top: 60px;
	left: 0;
	z-index: 2;
	border-radius: 3px;
	background-repeat: no-repeat;
	background-position: center center;
	background-size: cover;
}
.project-slider .slick-arrow {
	left: auto;
	bottom: -40px;
	left: 28%;
	margin-left: auto;
	margin-left: 100px;
}
.project-slider .slick-next {
	margin-left: 160px;
}




.testimonial-slider {
	margin-left: -15px;
	margin-right: -15px;
}
.testimonial-slider-item {
	padding: 0 15px 30px 15px;
}
.testimonial-slider-item .card {

}
.testimonial-slider .slick-prev {
	left: 15px;
	bottom: -48px;
}
.testimonial-slider .slick-next {
	left: 76px;
	bottom: -48px;
}



.coach-slider {
	margin-left: -30px;
	margin-right: -30px;
	padding-bottom: 100px;
}
.coach-slider-item {
	padding: 0 30px;
}
.coach-slider-button {
	position: absolute;
	right: 0;
	bottom: 0;
}
.coach-slider .slick-prev {
	left: 70px;
}
.coach-slider .slick-next {
	left: 131px;
}




.icon-container {
	display: inline-block;
	color: #7F9F00 !important;
	width: 32px;
	text-align: center;
}
.icon-container--small {
	width: 24px;
}



.partner-slider-container {
	border-top: 2px solid #d8e3e9;
}

.partner-slider {
	max-height: 190px;
}
.partner-slider-container {
	
}
.partner-slider-item {
	width: 170px;
	height: 170px;
	margin: 10px auto;
	border-radius: 100%;
	display: block;
	overflow: hidden;
	text-align: center;
	padding: 0 15px;
}
.partner-slider-item-inner {
	
}
.partner-slider-item img {
	display: block;
	position: relative;
	max-width: 100%;
	max-height: 100px !important;
	margin-left: auto;
	margin-right: auto;
}




.text-box {
	font-size: 17px;
	line-height: 30px;
}
.text-box h1,
.text-box h2,
.text-box h3,
.text-box h4,
.text-box h5,
.text-box h6 {
	word-wrap: break-word;
	font-weight: 700;
	font-size: 20px;
	color: #023741;
	margin: 0px;
	padding: 6px 0;
}
.text-box h1,
.text-box h2 {
	font-size: 40px;
}
.text-box h3 {
	font-size: 36px;
	font-weight: 400;
}
.text-box h4 {
	font-size: 32px;
}
.text-box h5 {
	font-size: 28px;
}
.text-box a {
	color: #7F9F00;
	font-weight: 700;
	text-decoration: none;
	cursor: pointer;
}
.text-box a:hover {
	text-decoration: underline;
}
.text-box h1 a,
.text-box h2 a,
.text-box h3 a,
.text-box h4 a,
.text-box h5 a,
.text-box h6 a {
	color: #023741;
}
.text-box p {
	margin: 0;
	padding: 8px 0;
}
.text-box ul, .text-box ol {
    padding: 0;
	margin-left: 30px;
}
.text-box ul li {
	list-style: disc;
}
.text-box ol li {
	list-style: decimal;
}
.text-box img {
	max-width: 100%;
	height: auto !important;
}
.text-box iframe {
	max-width: 100%;
}
.text-box hr {
	display: block;
	width: auto;
	height: 1px;
	border: 0;
	background-color: rgba(0,0,0,0.1);
	padding: 0;
	margin: 20px 0;
}
.text-box sup {
	vertical-align: super;
    font-size: smaller;
}
.text-box sub {
	vertical-align: sub;
    font-size: smaller;
}

.text-white h1,
.text-white h2,
.text-white h3,
.text-white h4,
.text-white h5,
.text-white h6 {
	color: #fff !important;
}



.breadcrumb-path {
	font-size: 14px;
	font-weight: 500;
}
.breadcrumb-path a {
	padding: 0 8px;
	font-size: 14px;
	color: #66777a;
	font-weight: 500 !important;
}
.breadcrumb-path a:first-child {
	padding-left: 0;
}


.footer {
	background: #023741;
	padding: 50px 0;
	font-size: 15px;
	line-height: 25px;
}

.footer-logo img {
	max-width: 236px;
}

.footer-social {
	
}
.footer-social-item {
	display: inline-block;
	width: 36px;
	height: 36px;
	margin-right: 5px;
	border-radius: 100%;
	line-height: 36px;
	text-align: center;
	background: rgba(255,255,255,0.3);
	color: #fff !important;
	font-size: 20px;
	font-weight: 400 !important;
}



.modal-close {
	position: absolute;
	top: -30px;
	right: -30px;
	z-index: 3;
	display: block;
	width: 60px;
	height: 60px;
	background: #023741;
	border-radius: 3px;
	color: #fff;
	line-height: 60px;
	text-align: center;
	border: 0;
	font-size: 30px;
	cursor: pointer;
}
.modal-header {
	display: block;
	background: #CFDBE1;
	border-bottom: 0;
	padding: 30px 50px;
}
.modal-header-image {
	display: block;
	width: auto;
	max-width: 240px;
	height: 240px;
	background-repeat: no-repeat;
	background-size: cover;
	background-position: center center;
	border-radius: 3px;
}
.modal-content {
	border: 0;
}
.modal-body {
	padding: 40px 50px;
}

@media (min-width: 576px) {
	.modal-dialog {
		margin-top: 70px;
	}
}
@media (min-width: 991px) {
	.modal-dialog {
		max-width: 840px;
	}
}


