* {
	outline: none !important;
}

body {
	font-family: 'Source Sans Pro', sans-serif;
	padding-top: 90px;
	font-size: 17px;
	line-height: 1.6;
	color: #2f3034;
}

h1,
h2,
h3,
h4,
h5,
h6 {
	color: #1a1a1a;
	margin-bottom: 15px;
}

.navbar-nav .nav-item .nav-link {
	text-transform: uppercase;
	color: #2F3034;
	font-weight: 700;
}

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

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

.btn {
	-webkit-border-radius: 2px;
	-moz-border-radius: 2px;
	border-radius: 2px;
	text-transform: uppercase;
	font-weight: 700;
	font-size: 14px;
	padding: 10px 30px;
}

.navbar-nav .nav-item a {
	text-transform: uppercase;
	color: #2F3034;
	font-weight: 700;
	font-size: 15px;
	position: relative;
	display: block;
	text-align: center;
}

.btn-grasshopper {
	color: #65942D;
	background-color: transparent;
	border-color: #65942D;
}

.btn-grasshopper:hover,
.btn-grasshopper:focus,
.btn-grasshopper:active,
.btn-grasshopper:not(:disabled):not(.disabled).active,
.btn-grasshopper:not(:disabled):not(.disabled):active {
	background-color: #65942D;
	border-color: #65942D;
	color: #fff;
}

.btn-grasshopper:not(:disabled):not(.disabled).active:focus,
.btn-grasshopper:not(:disabled):not(.disabled):active:focus,
.show>.btn-grasshopper.dropdown-toggle:focus,
.btn-grasshopper:focus {
	-webkit-box-shadow: 0 0 0 0.2rem rgba(101, 148, 45, .5);
	-moz-box-shadow: 0 0 0 0.2rem rgba(101, 148, 45, .5);
	box-shadow: 0 0 0 0.2rem rgba(101, 148, 45, .5);
}

.btn-grasshopper.active:hover,
.btn-grasshopper.active:focus,
.btn-grasshopper.active:active {
	color: #65942D !important;
	background-color: transparent !important;
}

.navbar-nav .nav-item .nav-link:hover,
.navbar-nav .nav-item .nav-link:focus {
	text-decoration: none;
	color: #65942d;
}

.footer_section {
	background-color: #F4F7FA;
	padding-top: 50px;
	padding-bottom: 50px;
	border-top: 1px solid #B3C2CC;
}

.footer_widget {}

.footer_widget ul {}

.footer_widget ul li {
	margin-bottom: 10px;
}

.footer_widget ul li a {}

.footer_widget .menu li a {
	color: #2F3034;
	font-weight: 700;
}

.footer_widget .textwidget ul li a {
	color: #2F3034;
	font-weight: 400;
}

.social_media {}

.social_media li {
	display: inline-block;
}

.social_media li+li {
	margin-left: 15px;
}

.social_media li a {
	color: #fff !important;
	background-color: #65942D;
	width: 35px;
	display: block;
	height: 35px;
	line-height: 35px;
	text-align: center;
	border-radius: 50px;
}

.section_title h2 {
	text-align: center;
	margin-bottom: 30px;
}

.history-item {
	border-left: 2px solid #D7DFE4;
	position: relative;
}

.history-item:first-child {
	padding-top: 0px;
}

.history-item:last-child .history-icon {
	border-color: #fff;
	background-color: #65942d;
}

.history-item .history-year {
	position: absolute;
	width: 60px;
	top: auto;
}

.history-item .history-year p {
	margin-bottom: 0px;
	color: #1A1A1A;
	line-height: 1;
	font-size: 18px;
}

.history-item .history-content h4 {
	color: #1A1A1A;
	font-size: 18px;
	margin-bottom: 5px;
}

.history-item .history-content p {
	color: #2F3034;
	margin-bottom: 0px;
}

.history-item .history-icon {
	position: absolute;
	-webkit-border-radius: 50px;
	-moz-border-radius: 50px;
	border-radius: 50px;
	background-color: #fff;
	border: 2px solid #65942d;
}

.single_member {
	max-width: 200px;
	margin-left: auto;
	margin-right: auto;
	margin-top: 30px;
}

.single_member img {
	width: 100%;
	margin-bottom: 15px;
}

.single_member h4 {
	color: #2F3034;
	font-size: 20px;
	margin-bottom: 0px;
}

.single_member p {
	color: #555555;
	line-height: 1.5;
	font-size: 16px;
}

.single_member a {
	color: #65942D;
}

.modal-backdrop {
	background-color: #fff;
}

.page-template-template-about-php .modal-backdrop.show {
	opacity: .7;
}

.modal-content {
	border: none;
	-webkit-border-radius: 0;
	-moz-border-radius: 0;
	border-radius: 0;
	padding: 30px;
	-webkit-box-shadow: 0px 0px 10px 1px rgba(0, 0, 0, 0.25);
	-moz-box-shadow: 0px 0px 10px 1px rgba(0, 0, 0, 0.25);
	box-shadow: 0px 0px 10px 1px rgba(0, 0, 0, 0.25);
}

.close {
	font-size: 16px;
	font-weight: 400;
}

.modal_member_photo img {}

.modal_member_bio h4 {
	margin-bottom: 5px;
}

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

.hero_section p:first-child,
.hero_section p:last-child {
	margin-bottom: 0px;
}

.hero_section ul li {
	position: relative;
	padding-left: 30px;
	line-height: 1.5;
}

.hero_section ul li+li {
	margin-top: 15px;
}

.hero_section ul li:before {
	content: "\f061";
	display: inline-block;
	color: #65942d;
	font-family: "FontAwesome";
	position: absolute;
	left: 0;
	top: 0;
}

blockquote {
	font-size: 18px;
	margin-bottom: 0px;
	position: relative;
	padding-left: 80px;
	padding-top: 5px;
}

blockquote+blockquote {
	margin-top: 50px;
}

blockquote:before {
	content: "\f10d";
	display: block;
	color: #65942d;
	font-family: "FontAwesome";
	border: 2px solid #65942d;
	width: 35px;
	height: 35px;
	line-height: 32px;
	text-align: center;
	-webkit-border-radius: 50px;
	-moz-border-radius: 50px;
	border-radius: 50px;
	position: absolute;
	left: 0;
	top: 0;
}

blockquote p:last-child {
	font-weight: 700;
}

blockquote p {
	margin-bottom: 0px;
}

blockquote p+p {
	margin-top: 15px;
}

div.tilde_intro {
	background-color: #F5EEE8;
	border-width: 1px 0px 1px 0px;
	border-style: solid;
	border-color: #C0A88F;
	padding-top: 20px;
	padding-bottom: 20px;
}

div.tilde_intro h4 {
	margin-bottom: 5px;
}

div.tilde_intro p {
	line-height: 1.5;
}

div.tilde_intro a {
	color: #214C5B;
	margin-top: 10px;
	display: inline-block;
}

div.tilde_intro a:hover {
	text-decoration: none;
}

.newsroom_intro {
	padding-top: 50px;
	padding-bottom: 50px;
}

.newsroom_intro a {
	color: #65942d;
}

.newsroom_intro a:hover {
	text-decoration: none;
}

.newsroom_intro img {
	margin-top: 20px;
	margin-bottom: 20px;
}

.single_iconbox {
	background-color: #F4F7FA;
	margin-bottom: 25px;
	margin-top: 25px;
}

.single_iconbox .icon {
	width: 50px;
	height: 50px;
	margin-bottom: 15px;
	position: relative;
}

.single_iconbox .icon img {
	position: absolute;
	left: 0;
	bottom: 0;
}

.single_iconbox p {
	margin-bottom: 0px;
}

.approval_section {}

.approval_section_content {
	border: 1px solid #B3C2CC;
	text-align: center;
	padding: 50px 30px;
}

.approval_section p {
	margin-bottom: 0px;
}

.gallery {
	overflow: hidden;
}

.newsroom_intro .gallery {
	text-align: center;
}

.career_iconbox_section {
	background-color: #f4f7fa;
}

.career_category_section {
	border-style: solid;
	border-color: #b3c2cc;
	border-width: 1px 0px 1px 0px;
}

.single_career_category {
	text-align: center;
	max-width: 250px;
	display: block;
	margin: 25px auto;
}

.single_career_category .btn {
	width: 100%;
}

.single_career_category img {
	margin-bottom: 15px;
	width: 100%;
	height: auto;
}

.career_blockquote_section_2 blockquote {
	margin-top: 25px;
	margin-bottom: 25px;
}

.job_list {}

.job_list li {}

.job_list li+li {
	margin-top: 10px;
}

.job_list li a {
	color: #2f3034;
	text-decoration: underline;
}

.job_list li a i {
	margin-right: 10px;
	color: #65942d;
}

.form-control,
.custom-select {
	color: #2f3034;
	border-color: #afbac5;
	-webkit-border-radius: 0px;
	-moz-border-radius: 0px;
	border-radius: 0px;
}

.application_form .form-control,
.application_form .custom-select {
	border-width: 0px 0px 1px 0px;
	padding-left: 0px;
	padding-right: 0px;
}

.file_upload_field {
	height: calc(2.25rem + 2px);
	border-style: solid;
	border-width: 0px 0px 1px 0px;
	border-color: #afbac5;
}

.file_upload_field label {
	margin: 3px 0px;
	float: left;
	color: #2f3034;
	overflow: hidden;
	white-space: nowrap;
}

.file_upload_field .btn {
	padding: 5px 15px;
	float: right;
}

.custom-select:focus,
.form-control:focus {
	color: #2f3034;
	background-color: #fff;
	border-color: #2f3034;
	outline: 0;
	-webkit-box-shadow: none;
	-moz-box-shadow: none;
	box-shadow: none;
}

textarea {
	resize: vertical;
}

.application_form textarea {
	height: 180px;
}

.single-career .application_section {
	border-top: 1px solid #65942D;
}

.job_sidebar .widget-title {
	text-align: center;
	margin-bottom: 30px;
}

.job_sidebar .aligncenter {
	display: block;
	text-align: center;
	margin-left: auto;
	margin-right: auto;
}

.job_title {
	margin-bottom: 30px;
}

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

.back_btn {
	color: #2F3034;
	font-weight: 700;
	margin-left: -20px;
	display: inline-block;
}

.back_btn i {
	margin-right: 10px;
}

.back_btn:hover {
	color: #2F3034;
}

.grasshopper_map iframe {
	width: 100%;
	min-height: 300px;
}

.contact_options a {
	color: inherit;
}

.history_section {
	position: relative;
	z-index: 2;
}

.hero_section.overlay {
	position: relative;
	z-index: 1;
}

.hero_section {
	background-attachment: scroll;
	background-repeat: no-repeat;
}

.hero_section:not(.reverse) {
	background-position: left top;
}

.hero_section.reverse {
	background-position: right top;
}

.hero_section.overlay:before {
	content: "";
	display: block;
	position: absolute;
	top: 0;
	width: 60%;
	height: 100%;
}

.hero_section.overlay.reverse:before {
	left: 0;
}

.hero_section.overlay:not(.reverse):before {
	right: 0;
}

.hero_section.overlay:not(.reverse):before {
	background: -moz-linear-gradient(left, rgba(255, 255, 255, 0) 0%, rgba(255, 255, 255, 0.63) 25%, rgba(255, 255, 255, 1) 40%, rgba(255, 255, 255, 1) 100%);
	background: -webkit-linear-gradient(left, rgba(255, 255, 255, 0) 0%, rgba(255, 255, 255, 0.63) 25%, rgba(255, 255, 255, 1) 40%, rgba(255, 255, 255, 1) 100%);
	background: linear-gradient(to right, rgba(255, 255, 255, 0) 0%, rgba(255, 255, 255, 0.63) 25%, rgba(255, 255, 255, 1) 40%, rgba(255, 255, 255, 1) 100%);
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#00ffffff', endColorstr='#ffffff', GradientType=1);
}

.hero_section.overlay.reverse:before {
	background: -moz-linear-gradient(left, rgba(255, 255, 255, 1) 0%, rgba(255, 255, 255, 1) 55%, rgba(255, 255, 255, 0.56) 75%, rgba(255, 255, 255, 0) 100%);
	background: -webkit-linear-gradient(left, rgba(255, 255, 255, 1) 0%, rgba(255, 255, 255, 1) 55%, rgba(255, 255, 255, 0.56) 75%, rgba(255, 255, 255, 0) 100%);
	background: linear-gradient(to right, rgba(255, 255, 255, 1) 0%, rgba(255, 255, 255, 1) 55%, rgba(255, 255, 255, 0.56) 75%, rgba(255, 255, 255, 0) 100%);
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#ffffff', endColorstr='#00ffffff', GradientType=1);
}

.dropdown-menu {
	-webkit-border-radius: 0px;
	-moz-border-radius: 0px;
	border-radius: 0px;
}

.navbar-nav .dropdown-menu .dropdown-item {
	padding: 5px 15px;
}

.navbar-nav .dropdown-item:hover,
.navbar-nav .dropdown-item.active,
.navbar-nav .dropdown-item:active {
	background-color: #fff;
	color: #65942d;
}

.posts_list {}

.posts_list li {
	
}

.posts_list li h4 {
	margin-bottom: 10px;
}

.posts_list li a {
	color: #1a1a1a;
}

.featured_news_section .item:hover h4,
.posts_list li a:hover {
	color: #000;
	text-decoration: underline;
}

.posts_list li img {
	width: 100%;
}

.posts_list li .post_date {
	margin-bottom: 0px;
}

.post_date {
	color: #7f8891;
}

.newsroom_sidebar .widget {
	border: 1px solid #9fb0c1;
	background-color: #f4f7fa;
}

.news_back a {
	color: #65942d;
}

.news_back a:hover {
	text-decoration: none;
}

.single_post_content blockquote p {
	font-weight: inherit;
}

.single_post_content ul li {
	position: relative;
	padding-left: 25px;
}

.single_post_content ul li:before {
	content: "";
	width: 7px;
	height: 7px;
	background-color: #65942d;
	-webkit-border-radius: 50px;
	-moz-border-radius: 50px;
	border-radius: 50px;
	display: block;
	position: absolute;
	top: 11px;
	left: 0;
}

.owl-carousel .owl-stage-outer {
	z-index: 1;
}

.featured_news_section .post_date {
	margin-bottom: 5px;
}

.post_carousel.owl-carousel .owl-stage-outer {
	margin-bottom: 30px;
}

.post_carousel.owl-carousel {
	margin-top: 50px;
}

.post_carousel.owl-theme .owl-nav {
	margin: 0px;
	position: absolute;
	left: 0;
	width: 100%;
}

.owl-carousel.owl-theme .owl-nav button {
	background: transparent !important;
	font-size: 20px;
	color: #65942d !important;
}

.post_carousel.owl-carousel.owl-theme .owl-nav button {
	-webkit-border-radius: 50px;
	-moz-border-radius: 50px;
	border-radius: 50px;	
	border: 1px solid #65942d;
	margin: 0px;
	padding: 0px;
	width: 35px;
	height: 35px;
}

.post_carousel.owl-theme .owl-nav button.owl-prev {
	float: left;
}

.post_carousel.owl-theme .owl-nav button.owl-next {
	float: right;
}

.owl-theme .owl-nav button i {
	vertical-align: super;
	line-height: inherit;
}

.owl-carousel a:hover {
	text-decoration: none;
}

.newsroom_contact {
	position: fixed;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	z-index: 9999;
	background-color: #fff;
	overflow-y: auto;
	display: none;
}

.newsroom_contact_close {
	padding-right: 30px;
    position: fixed;
    top: 0;
    left: 0;
    z-index: 1;
    background-color: #fff;
    width: 100%;
}

.newsroom_contact_close a {
	color: #2f3034;
}

.newsroom_contact_close a:hover {
	text-decoration: none;
}

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

.owl-theme .owl-dots .owl-dot span {
	border: 1px solid #65942D;
	background-color: transparent;
}

.post_carousel.owl-theme .owl-dots .owl-dot span {
	margin-top: 12px;
}

.owl-theme .owl-dots .owl-dot.active span,
.owl-theme .owl-dots .owl-dot:hover span {
	background-color: #65942D;
}

.featured_post_carousel .owl-nav {
	margin-top: 0px;
	position: absolute;
	z-index: 1;
	height: 36px;
	width: 100%;
}

.featured_post_carousel .owl-nav button{
	margin: 0px !important;
	width: 30px;
	height: 30px;	
    position: relative;
}

.featured_post_carousel .owl-nav button.owl-prev{
	float: left;
    left: 20px;
}

.featured_post_carousel .owl-nav button.owl-next{
	float: right;
    right: 20px;
}

.newsroom_sidebar ul li a {
	color: #65942d;
}

.newsroom_sidebar ul li + li {
	margin-top: 5px;
}

.newsroom_sidebar ul li a img{
	margin-right: 10px;
}

.newsroom_sidebar ul li a:hover {
	text-decoration: none;
}

.navigation li a,
.navigation li a:hover,
.navigation li.active a,
.navigation li.disabled {
    color: #fff;
    text-decoration:none;
}
 
.navigation li {
    display: inline-block;
	margin-top: 0px;
}
 
.navigation li a,
.navigation li a:hover,
.navigation li.active a,
.navigation li.disabled {
    background-color: #fff;
	border: 1px solid #65942D;
    border-radius: 2px;
    cursor: pointer;
    padding: 1px 10px;
    display: block;
	color: #65942D;
	-webkit-transition: all .15s ease-in-out;
	-moz-transition: all .15s ease-in-out;
	transition: all .15s ease-in-out;
}
 
.navigation li a:hover,
.navigation li.active a {
    background-color: #65942D;
	color: #fff;
}

.wp-embedded-content {
	max-width: 100%;
}

.navbar-collapse.show {
	max-height: 400px;
	overflow-y: auto;
}

.newsroom_contact_modal_show {
	overflow: hidden;
}