/* CSS Document */

/* theme fonts goes here */
@import url('https://fonts.googleapis.com/css?family=Open+Sans:400,400i,700');
@font-face {
	font-family: 'MyriadPro';
	src: url('../grove-splash/assets/fonts/MyriadPro-Regular.eot');
	src: url('../grove-splash/assets/fonts/MyriadPro-Regular.eot?#iefix') format('embedded-opentype'),
		url('../grove-splash/assets/fonts/MyriadPro-Regular.woff') format('woff'),
		url('../grove-splash/assets/fonts/MyriadPro-Regular.ttf')  format('truetype'),
		url('../grove-splash/assets/fonts/MyriadPro-Regular.svg#MyriadPro-Regular') format('svg');
	font-weight: normal;
	font-style: normal;
}

@font-face {
	font-family: 'MyriadPro-It';
	src: url('../grove-splash/assets/fonts/MyriadPro-It.eot');
	src: url('../grove-splash/assets/fonts/MyriadPro-It.eot?#iefix') format('embedded-opentype'),
		url('../grove-splash/assets/fonts/MyriadPro-It.woff') format('woff'),
		url('../grove-splash/assets/fonts/MyriadPro-It.ttf')  format('truetype'),
		url('../grove-splash/assets/fonts/MyriadPro-It.svg#MyriadPro-It') format('svg');
	font-weight: normal;
	font-style: italic;
}

@font-face {
	font-family: 'MyriadPro';
	src: url('../grove-splash/assets/fonts/MyriadPro-Bold.eot');
	src: url('../grove-splash/assets/fonts/MyriadPro-Bold.eot?#iefix') format('embedded-opentype'),
		url('../grove-splash/assets/fonts/MyriadPro-Bold.woff') format('woff'),
		url('../grove-splash/assets/fonts/MyriadPro-Bold.ttf')  format('truetype'),
		url('../grove-splash/assets/fonts/MyriadPro-Bold.svg#MyriadPro-Bold') format('svg');
	font-weight: bold;
	font-style: normal;
}
/* Table of Contents
-----------------------------------------------------------------------------
=> Clean Base
=> Base Typography
=> Images
=> Links
=> Forms
=> Tables
=> Framework
*/

/* Clean Base
------------------------------------------------------------------------------*/
html,
body,
div,
span,
object,
iframe,
h1,
h2,
h3,
h4,
h5,
h6,
p,
blockquote,
pre,
abbr,
address,
cite,
code,
del,
dfn,
em,
img,
ins,
kbd,
q,
samp,
small,
strong,
sub,
sup,
var,
b,
i,
dl,
dt,
dd,
ol,
ul,
li,
fieldset,
form,
label,
legend,
table,
caption,
tbody,
tfoot,
thead,
tr,
th,
td,
article,
aside,
canvas,
details,
figcaption,
figure,
footer,
header,
hgroup,
menu,
a,
nav,
section,
summary,
time,
mark,
audio,
video {
	margin:0;
	padding:0;
	border:0;
	font-size:100%;
	vertical-align:baseline;
	background:transparent;
	text-decoration:none;outline:none;
	-webkit-font-smoothing: subpixel-antialiased;
	-webkit-tap-highlight-color:rgba( 0, 0, 0, 0 );
}

html,
body {
	-webkit-text-size-adjust:none;
	height: 100%;
}

article,
aside,
canvas,
details,
figcaption,
figure,
footer,
header,
hgroup,
menu,
nav,
section,
summary { display: block; }

iframe { vertical-align: top; }

textarea:focus,
input:focus,
a,
div,
img { outline: none; }

*,
*:before,
*:after {
	-webkit-box-sizing: border-box;
	   -moz-box-sizing: border-box;
	        box-sizing: border-box;
}

/* Base Typography
------------------------------------------------------------------------------*/
body {
	color: #000;
	font-size: 16px;
	font-family: 'MyriadPro', sans-serif;
	font-weight: 400;
	line-height: 1.5;
	background-color: #fff;
	display: flex;
	flex-wrap: wrap;
}

address {
	font-style: italic;
	margin: 0 0 20px;
}

pre {
	background-color: transparent;
	background-color: rgba(0, 0, 0, 0.01);
	border: 1px solid #eaeaea;
	border: 1px solid rgba(51, 51, 51, 0.1);
	line-height: 1.2;
	margin-bottom: 1.6em;
	max-width: 100%;
	overflow: auto;
	padding: 0.8em;
	white-space: pre;
	white-space: pre-wrap;
	word-wrap: break-word;
}

abbr[title] {
	border-bottom: 1px dotted rgb(230, 230, 230);
	cursor: help;
}

mark,
ins {
	background-color: #fff9c0;
	text-decoration: none;
}

sup,
sub {
	font-size: 75%;
	height: 0;
	line-height: 0;
	position: relative;
	vertical-align: baseline;
}

sup { bottom: 1ex; }

sub { top: .5ex; }

small { font-size: 75%; }

big { font-size: 125%; }

dl { margin-bottom: 1.6em; }

dt { font-weight: bold; }

dd { margin-bottom: 1.6em; }

code,
kbd,
tt,
var,
samp,
pre {
	font-family: Inconsolata, monospace;
	-webkit-hyphens: none;
	-moz-hyphens: none;
	-ms-hyphens: none;
	hyphens: none;
}

b,
strong { font-weight: 700; }

dfn,
cite,
em,
i { font-style: italic; }

.h1,
.h2,
.h3,
.h4,
.h5,
.h6,
h1,
h2,
h3,
h4,
h5,
h6 {
	color: #000;
	line-height: 1.2;
	font-family: 'MyriadPro', sans-serif;
}

.h1,
h1 {
	font-size:55px;
	margin-bottom: 20px;
}

.h2,
h2 {
	font-size:35px;
	margin-bottom: 20px;
}

.h3,
h3 {
	font-size:25px;
	margin-bottom: 18px;
}

.h4,
h4 {
	font-size:22px;
	margin-bottom: 17px;
}

.h5,
h5 {
	font-size:20px;
	margin-bottom: 15px;
}

.h6,
h6 {
	font-size:18px;
	margin-bottom: 10px;
}

h1 a,
.h1 a,
h2 a,
.h2 a,
h3 a,
.h3 a,
h4 a,
.h4 a,
h5 a,
.h5 a,
h6 a,
.h6 a {
	color: inherit;
	text-decoration: none;
}

p { margin-bottom: 15px; }
p:last-child { margin-bottom: 0; }

ul { padding-left: 20px; }
ul li { padding-bottom: 10px; }
ul li:last-child{ padding-bottom: 0; }

ol { padding-left: 20px; }
ol li { padding-bottom: 10px; }
ol li:last-child{ padding-bottom: 0; }

.body-content ul,
.body-content ol{ padding-bottom: 15px; }

.body-content ul ul,
.body-content ul ol,
.body-content ol ol,
.body-content ol ul{
	padding-top: 10px;
	padding-bottom: 0;
}

blockquote {
	display: block;
	text-align: left;
	position: relative;
	background: #f3f3f3;
	padding: 20px 20px;
	border-left: 4px solid #1589cb;
	line-height: 2;
	font-size: 20px;
	font-style: italic;
	margin-bottom: 25px;
}

blockquote p {
	font-size: inherit;
	font-weight: inherit;
	line-height: inherit;
}

hr {
	border: 0 #000 solid;
	border-top-width: 1px;
	clear: both;
	height: 0;
	margin: 10px auto 40px;
}

img {
	border: none;
	max-width: 100%;
	height: auto;
	display: inline-block;
	vertical-align: top;
}

img[src$=".svg"] {
	width: 100%;
	height: auto;
	display: inline-block;
	vertical-align: top;
}

/* Link
------------------------------------------------------------------------------*/
a {
	color:#4777ac;
	transition: background-color 0.3s ease 0s, color 0.3s ease 0s;
}

a:hover {
	color:#000;
	text-decoration: underline;
}

a:focus { outline: none; }

/* 5. Forms
------------------------------------------------------------------------------*/
label {
	color: #000;
	font-size: 16px;
	font-weight: 400;
	line-height: 1.5;
	margin-bottom: 10px;
	display: block;
}

input,
textarea,
button { font-family: 'MyriadPro', sans-serif;  }

input[type="text"],
input[type="submit"],
input[type="button"],
input[type="password"],
input[type="email"],
input[type="tel"],
input[type="search"],
textarea {
	-webkit-appearance: none;
	outline: none;
}

input[type="text"],
input[type="password"],
input[type="email"],
input[type="tel"],
input[type="search"],
input[type="number"],
textarea {
	border: 1px solid #dedede;
	padding: 0 15px;
	color: #000;
	font-size: 16px;
	height: 46px;
	font-weight: 400;
	width: 100%;
}

textarea {
	height: 150px;
	resize: none;
	overflow: auto;
	padding: 20px 15px;
}

input[type="text"]:focus,
input[type="password"]:focus,
input[type="email"]:focus,
input[type="tel"]:focus,
input[type="search"]:focus,
input[type="number"]:focus,
textarea:focus {
	border-color: #66afe9;
	outline:none;
}

button,
input[type="button"],
input[type="reset"],
input[type="submit"] {
	-webkit-appearance: button;
	cursor: pointer;
	padding: 0 15px;
	height: 40px;
	font-size: 14px;
	line-height: 1.5;
	text-align: center;
	border: none;
	text-transform: uppercase;
	border-radius: 0px;
	color: #fff;
	background-color: #0eb769;
}

button:hover,
input[type="button"]:hover,
input[type="reset"]:hover,
input[type="submit"]:hover {
	background-color: #66afe9;
	color: #fff;
	outline:none;
}

input[type="search"] { -webkit-appearance: textfield; }

input[type="search"]::-webkit-search-cancel-button,
input[type="search"]::-webkit-search-decoration { -webkit-appearance: none; }

::-webkit-input-placeholder {
	opacity: 1 !important;
	color: #000;
}

:-moz-placeholder {
	opacity: 1 !important;
	color: #000;
}

::-moz-placeholder {
	opacity: 1 !important;
	color: #000;
}

:-ms-input-placeholder {
	opacity: 1 !important;
	color: #000;
}

.form-group { margin-bottom: 30px; }

/* buttons */
.btn {
	display: inline-block;
	vertical-align: top;
	padding: 6px 12px;
	font-size: 14px;
	font-weight: 600;
	line-height: 1.5;
	text-align: center;
	border: none;
	text-transform: uppercase;
	border-radius: 0px;
	color: #fff;
	background-color: #0eb769;
}

.btn:hover,
.btn:focus {
	color: #fff;
	background-color: #019852;
	border-color: #019852;
	text-decoration: none;
}

.btn-sm { padding: 8px 16px; }
.btn-md { padding: 12px 24px; }

.btn-link {
	color: #98989c;
	text-transform: uppercase;
	font-size: 12px;
	font-weight: 700;
	letter-spacing: 2px;
	border-bottom: 1px solid #98989c;
	margin-bottom: 2px;
}

.btn-link:hover,
.btn-link:focus {
	color: #0eb769;
	font-weight: 700;
	text-decoration: none;
	border-bottom: 1px solid #0eb769;
}

/* Tables
------------------------------------------------------------------------------*/
table {
	border-spacing: 0;
	border-collapse: collapse;
}

td {
	text-align: left;
	font-weight: normal;
}

.table-responsive {
	display: block;
	width: 100%;
	overflow-x: auto;
	-webkit-overflow-scrolling: touch;
	-ms-overflow-style: -ms-autohiding-scrollbar;
}

.table-bordered {
	width: 100%;
	max-width: 100%;
	text-align: left;

}

.table-bordered th,
.table-bordered td {
	vertical-align: bottom;
	border-bottom: 1px solid #ddd;
	padding: 10px;
}

/* Layout Framework
------------------------------------------------------------------------------*/
/*--- main container ---*/
.wrapper {
	position: relative;
	display: flex;
	justify-content: space-between;
	align-content: space-between;
	width: 100%;
	min-height: 100%;
	flex-wrap: wrap;
}

.main-container { width: 100%; }

.header-wrapper {
	padding-top: 80px;
}
.container,
.container-fluid {
	width: 100%;
	max-width: 1300px;
	margin: auto;
	padding-right: 50px;
	padding-left: 50px;
}

.container-fluid { max-width: 100%; }

/*--- header ---*/
.main-header {
	width: 100%;
	height: auto;
}

/* responsive nav for small devices */
.hamburger {
	display: flex;
	align-items: center;
	justify-content: center;
	padding: 0;
	margin: 0;
	height: 50px;
	width: 50px;
	background-color: transparent;
	text-align: center;
}

.hamburger:not(.close) {
	position: absolute;
	top: 20px;
	right: 20px;
	z-index: 99;
}

.hamburger:hover,
.hamburger:focus {
	background-color: transparent;
	outline: none;
}

.hamburger .line {
	display: block;
	width: 30px;
	margin: 6px auto;
	height: 4px;
	background-color: #e67e22;
}

.hamburger:hover { cursor: pointer; }

.hamburger .wrap { display: block; }

.hamburger.close { padding: 10px; }

.hamburger.close .wrap {
	position: relative;
	display: block;
	width: 30px;
	height: 30px;
}

.hamburger.close .line {
	position: absolute;
	top: calc(50% - 2px);
	width: 100%;
	margin: 0;
	transform: rotate(45deg);
	background-color: #fff
}

.hamburger.close .line:last-child { transform: rotate(-45deg); }

.menu-state {
	position: fixed;
	top: 0;
	bottom: 0;
	left: -100%;
	z-index: 999;
	width: 80%;
	max-width: 450px;
	background-color: #3ab4a6;
	transition: all 0.3s ease-in-out;
}

.mobilenav.is-open .menu-state { left: 0; }

.mobilenav .nav-logo { padding: 15px; }

.mobilenav ul,
.mobilenav li {
	position: relative;
	padding: 0;
	margin: 0;
	list-style: none;
}

.mobilenav ul ul { display: none; }

.mobilenav .caret {
	position: absolute;
	top: 3px;
	right: 2px;
	display: block;
	width: 36px;
	height: 36px;
	cursor: pointer;
}

.mobilenav .caret:not(.trigger-caret) { pointer-events: none; }

.mobilenav .caret:before,
.mobilenav .caret:after {
	position: absolute;
	content: '';
	top: 0;
	left: 0;
	bottom: 0;
	right: 0;
	display: block;
	margin: auto;
	width: 20px;
	height: 2px;
	background: #fff;
}

.mobilenav .caret:after {
	transform: rotate(-90deg);
	transition: all .2s ease;
}

.mobilenav .is-open > .caret:after { transform: rotate(0); }

.mobilenav ul a {
	z-index: 2;
	display: block;
	padding: 10px 15px;
	cursor: pointer;
	border-bottom: 1px solid rgba(255, 255, 255, 0.25);
	font-size: 20px;
	text-decoration: none;
	color: #ffffff;
}

.mobilenav .has-sub > a { padding-right: 40px; }

.mobilenav li li a {
	padding-left: 30px;
	font-size: 16px;
}

.mobilenav li li li a {
	padding-left: 50px;
	font-size: 15px;
}

.mobilenav .nav-backdrop {
	position: fixed;
	z-index: -1;
	height: 100%;
	width: 100%;
	opacity: 0;
	visibility: hidden;
	transition: all 0.4s ease-in;
	background: rgba( 0, 0, 0, 0.8 );
}

.mobilenav.is-open .nav-backdrop {
	opacity: 1;
	z-index: 999;
	visibility: visible;
}

.mobilenav .menu-outer {
	max-height: calc( 100vh - 80px );
	overflow-y: auto;
	padding-bottom: 60px;
}

/* nav */
.navigation {
	width: 100%;
	height: auto;
}

.navigation ul {
	padding: 0;
	margin: 0;
	list-style: none;
}

.navigation ul li {
	padding: 0;
	margin: 0;
	list-style: none;
}

.navigation ul li a {

}

/*--- footer ---*/
.main-footer {
	width: 100%;
	height: auto;
	background: #322348;
	line-height: normal;
}

.first-block{
	max-width: 945px;
	width: 100%;
	margin: 0 auto;
}

a.a-btn {
    text-decoration: none;
    border: 1px solid #fff;
    padding: 10px;
    color: #fff;
    margin: 0 30px;
    min-width: 195px;
	font-size: 42px;
	line-height: 1.1;
	padding: 12px 0;
}
a.green{
	background: #239201;
	border: 1px solid #239201;
}
.content-item h1{
	color: #fff;
	font-weight: 400;
	margin-bottom: 70px;
}
 .overlay {
    height: 100%;
    width: 100%;
    position: absolute;
    z-index: 9999;
    top: 0;
    left: 0;
    background-color: rgba(0,0,0, 0.88);
}
.hero-section{
	background: url(../grove-splash/images/Grove_splash.jpg);
    height: 100vh;
    display: flex;
    align-items: center;
    justify-content: center;
    padding-top: 200px;
}
.main-header{
	position: absolute;
}
.container{
	position: relative;
	z-index: 99999;
}
