@charset "UTF-8";

@font-face {
    font-family: 'Myriad Pro';
    src: url('../fonts/subset-MyriadPro-Regular.eot');
    src: url('../fonts/subset-MyriadPro-Regular.eot?#iefix') format('embedded-opentype'),
        url('../fonts/subset-MyriadPro-Regular.woff2') format('woff2'),
        url('../fonts/subset-MyriadPro-Regular.woff') format('woff'),
        url('../fonts/subset-MyriadPro-Regular.ttf') format('truetype'),
        url('../fonts/subset-MyriadPro-Regular.svg#MyriadPro-Regular') format('svg');
    font-weight: normal;
    font-style: normal;
}

@font-face {
    font-family: 'Myriad Pro';
    src: url('../fonts/subset-MyriadPro-Semibold.eot');
    src: url('../fonts/subset-MyriadPro-Semibold.eot?#iefix') format('embedded-opentype'),
        url('../fonts/subset-MyriadPro-Semibold.woff2') format('woff2'),
        url('../fonts/subset-MyriadPro-Semibold.woff') format('woff'),
        url('../fonts/subset-MyriadPro-Semibold.ttf') format('truetype'),
        url('../fonts/subset-MyriadPro-Semibold.svg#MyriadPro-Semibold') format('svg');
    font-weight: bold;
    font-style: normal;
}

@font-face {
    font-family: 'Inter';
    src: url('../fonts/subset-Inter-Regular.eot');
    src: url('../fonts/subset-Inter-Regular.eot?#iefix') format('embedded-opentype'),
        url('../fonts/subset-Inter-Regular.woff2') format('woff2'),
        url('../fonts/subset-Inter-Regular.woff') format('woff'),
        url('../fonts/subset-Inter-Regular.ttf') format('truetype'),
        url('../fonts/subset-Inter-Regular.svg#Inter-Regular') format('svg');
    font-weight: normal;
    font-style: normal;
}

@font-face {
    font-family: 'Inter';
    src: url('../fonts/subset-Inter-SemiBold.eot');
    src: url('../fonts/subset-Inter-SemiBold.eot?#iefix') format('embedded-opentype'),
        url('../fonts/subset-Inter-SemiBold.woff2') format('woff2'),
        url('../fonts/subset-Inter-SemiBold.woff') format('woff'),
        url('../fonts/subset-Inter-SemiBold.ttf') format('truetype'),
        url('../fonts/subset-Inter-SemiBold.svg#Inter-SemiBold') format('svg');
    font-weight: 600;
    font-style: normal;
}

@font-face {
    font-family: 'Inter';
    src: url('../fonts/subset-Inter-Bold.eot');
    src: url('../fonts/subset-Inter-Bold.eot?#iefix') format('embedded-opentype'),
        url('../fonts/subset-Inter-Bold.woff2') format('woff2'),
        url('../fonts/subset-Inter-Bold.woff') format('woff'),
        url('../fonts/subset-Inter-Bold.ttf') format('truetype'),
        url('../fonts/subset-Inter-Bold.svg#Inter-Bold') format('svg');
    font-weight: bold;
    font-style: normal;
}

@font-face {
    font-family: 'Quinfo';
    src: url('../fonts/subset-Quinfo.eot');
    src: url('../fonts/subset-Quinfo.eot?#iefix') format('embedded-opentype'),
        url('../fonts/subset-Quinfo.woff2') format('woff2'),
        url('../fonts/subset-Quinfo.woff') format('woff'),
        url('../fonts/subset-Quinfo.ttf') format('truetype'),
        url('../fonts/subset-Quinfo.svg#Quinfo') format('svg');
    font-weight: normal;
    font-style: normal;
}

html {
    -webkit-text-size-adjust: none;
}

body, div {
  margin: 0;
  padding: 0;
}

body {
	font-family: 'Myriad Pro', Arial, sans-serif;
	font-size: 16px;
	font-weight: normal;
	text-align: center;
	color: #3f3f3f;
	line-height: 1.333;
}

/* Section */

.section {
	position: relative;
	max-width: 1170px;
	margin: 0 auto;
}

/* Intro */

#intro {
	font-size: 22px;
	background: #f4f1ec url(../images/texture-bg.jpg) center top;
}

#intro .section {
	padding-top: 45px;
	padding-bottom: 45px;
	text-align: center;
}

#intro .section :last-child {
	margin-bottom: 0;
}

#intro .links {
	margin: 0 0 15px;
	padding: 0;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-pack: justify;
	    -ms-flex-pack: justify;
	        justify-content: space-between;
	-webkit-box-align: start;
	    -ms-flex-align: start;
	        align-items: flex-start;
	-ms-flex-wrap: wrap;
	    flex-wrap: wrap;
}

#intro .links li {
	margin: 0 0 20px;
	padding: 0;
	list-style: none;
}

#intro .links li a {
	display: inline-block;
	text-align: center;
	-webkit-transition: all 0.8s;
	-o-transition: all 0.8s;
	transition: all 0.8s;
}

#intro .links li a:hover {
	-webkit-filter: brightness(1.15);
	        filter: brightness(1.15)
}

#intro .links li a span.ico {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	    -ms-flex-align: center;
	        align-items: center;
	-webkit-box-pack: center;
	    -ms-flex-pack: center;
	        justify-content: center;
	width: 168px;
	height: 168px;
	padding: 5px;
	text-align: center;
	background: currentColor;
	border-radius: 100%;
	-webkit-transition: all 0.8s;
	-o-transition: all 0.8s;
	transition: all 0.8s;
}

#intro .links li a:hover span.ico {
	-webkit-transform: translateY(-10px);
	-ms-transform: translateY(-10px);
	transform: translateY(-10px);
	-webkit-box-shadow: 0 2px 15px rgb(0 0 0 / 60%);
	box-shadow: 0 2px 15px rgb(0 0 0 / 60%);
}

#intro .links li a span.ico img {
	display: block;
	height: 67.26190476190476%;
}

#intro .links li a span.name {
	display: block;
	font-family: 'Inter', Arial, sans-serif;
	font-size: 20px;
	margin-top: 12px;
}

#intro .links li:nth-child(6n+1) a {
	color: #81a05b;
}

#intro .links li:nth-child(6n+2) a {
	color: #243915;
}

#intro .links li:nth-child(6n+3) a {
	color: #266425;
}

#intro .links li:nth-child(6n+4) a {
	color: #767650;
}

#intro .links li:nth-child(6n+5) a {
	color: #81a05b;
}

#intro .links li:nth-child(6n+6) a {
	color: #a1a485;
}


/* Content Slider */

#contentSlider {
	position: relative;
	background: #243915;
	color: #fff;
	font-weight: bold;
	min-height: 612px;
}

#contentSlider .image {
	position: absolute;
	width: 50%;
	left: 0;
	top: 0;
	bottom: 0;
	background: no-repeat center top;
	background-size: cover;
}

#contentSlider .text {
	margin-left: auto;
	width: 50%;
	padding: 100px 83px 170px;
}

#contentSlider .text .slides {
	position: static;
	margin: 0;
	padding: 0;
}

#contentSlider .text .slides li {
	margin: 0;
	padding: 0;
	list-style: none;
}

#contentSlider .text .title {
	font-family: 'Inter', Arial, sans-serif;
	font-size: 30px;
	font-weight: normal;
}

#contentSlider .text .slides .owl-nav {
	position: absolute;
	right: 83px;
	bottom: 111px;
}

#contentSlider .text .slides .owl-nav .owl-prev,
#contentSlider .text .slides .owl-nav .owl-next {
	width: 40px;
	height: 40px;
	font-size: 40px;
	margin-left: 16px;
	border: 3px solid #fff;
	border-radius: 100%;
	outline: none;
	background: url(../images/slider-arrow.svg) no-repeat center;
	text-indent: -9999em;
	opacity: 0.6;
	background-size: 14px;
	-webkit-transition: opacity 0.3s;
	-o-transition: opacity 0.3s;
	transition: opacity 0.3s;
}

#contentSlider .text .slides .owl-nav .owl-next {
	-webkit-transform: rotate(180deg);
	    -ms-transform: rotate(180deg);
	        transform: rotate(180deg);
}

#contentSlider .text .slides .owl-nav .owl-prev:hover,
#contentSlider .text .slides .owl-nav .owl-next:hover {
	opacity: 1;
}


/* Miscelleneous */

p {
	margin: 0 0 21px;
	text-align: left;
}

ul,ol {
	margin-bottom: 21px;
}

h1,h2,h3,h4,h5,h6, .heading, .subheading {
	margin: 0 0 21px;
	font-family: 'Quinfo', Arial, sans-serif;
	font-weight: normal;
	padding: 0;
	color: #81a05b;
	line-height: 1.2;
}

.heading {
	font-size: 48px;
	margin-bottom: 30px;
}

.subheading {
	font-size: 36px;
}

a,
a:hover,
a:active,
a:focus {
	text-decoration: none;
	outline: none;
	color: #266425;
}

img {
	border: 0;
	max-width: 100%;
	height: auto;
}

.clear {
	clear: both;
}

.clearfix:after { 
  content: "."; 
  display: block; 
  height: 0; 
  clear: both; 
  visibility: hidden; 
}

.clearfix { 
  display: inline-block;  
}

* html .clearfix{  
  height: 1%;  
}

.clearfix {  
  display: block;  
}

::-webkit-input-placeholder {
	opacity: 1;
	color: inherit;
}

:-moz-placeholder {
	opacity: 1;
	color: inherit;
}

::-moz-placeholder {
	opacity: 1;
	color: inherit;
}

:-ms-input-placeholder {  
	opacity: 1;
	color: inherit;
}

input::-moz-focus-inner { 
    border: 0;
    padding: 0;	
}

form {
	margin: 0;
	padding: 0;
}

input, select, textarea {
    border-radius: 0;
}
.staffListv2 li .text {
	font-family: 'Myriad Pro', Arial, sans-serif;
	font-size: 16px;
	font-weight: normal;
	text-align: center;
	color: #3f3f3f;
	line-height: 1.333;
}
.staffListv2 li .wrap {
	background: #f8faf4;
}
.staffListv2 .title {
	font-family: 'Quinfo', Arial, sans-serif !important;
	padding: 0;
	color: #89a248 !important;
}
.staffListv2 .title span {
	font-weight: bold !important;
}
