/**

 *

 * -------------------------------------------
2
 * Basic template CSS file

 * -------------------------------------------

 *

 



 **/

 

/*

 *

 * 1. Global elements

 *

 *

------------------------------------ */

 

/* 1.1. Base document elements

==================================== */



* {
	outline: none!important;
}
html {
	border-bottom: 1px solid transparent; /* with min-height cause showing always the scrollbar */
	-webkit-font-smoothing: antialiased; /* Fixes Webkit GPU rendering */
	min-height: 100%;
}
body {
	background: #fff;
	color: #666;
	font-size: 15px;
	line-height: 1.6rem;
	min-height: 100%;
	padding: 0;
	font-weight: 400;
	font-family: 'Montserrat', sans-serif;
	font-family: 'Poppins', sans-serif;
	
}
#wrapper {
	max-width: 1200px;
	background: #fff;
	margin: 0 auto;
	-webkit-box-shadow: 0px 10px 19px 0px rgba(0,0,0,0.15);
	-moz-box-shadow: 0px 10px 19px 0px rgba(0,0,0,0.15);
	box-shadow: 0px 10px 19px 0px rgba(0,0,0,0.15);
}
.gk-page + #gk-top,  .gk-page + .gk-page-wrap {
	margin-left: -10px!important;
	margin-right: -10px!important;
	padding-left: 10px!important;
	padding-right: 10px!important;
}
/* 1.2. Base typography elements

==================================== */



a {
	color: #337139;
	text-decoration: none;
	-webkit-transition: color 0.3s ease-out;
	-moz-transition: color 0.3s ease-out;
	-ms-transition: color 0.3s ease-out;
	-o-transition: color 0.3s ease-out;
	transition: color 0.3s ease-out;
}
a.readmore {
	text-transform: uppercase;
	color: Black;
	display: inline;
	float: right;
}

.green-text {	color: #337139;}
article section.content a:active,  article section.content a:focus,  article section.content a:hover,  article section.intro a:active,  article section.intro a:focus,  article section.intro a:hover {
	color: #111;
}
a:active,  a:focus,  a:hover {
	color: #193a1c;
	cursor: pointer;
}
h1, h2, h3, h4, h5, h6 {letter-spacing: normal; color: #000; font-family: 'Barlow Condensed', sans-serif;}

h1,  h2 {
	font-weight: 700;
	margin: 20px 0;
	-ms-word-wrap: break-word;
	word-wrap: break-word;
	color: #193a1c;
}

h1 {font-size: 3rem}

h2 {
	font-size: 2.1rem;
}
h2.page-title {
	text-align: center;
	margin: 0 0 40px 0;
}
h2.volunteer-heading, h2.testimonial-heading {font-size: 4.2rem; 	color: #234626;}
h2.volunteer-heading {color: #fff;}
h3 {
	font-size: 1.6rem;
	font-weight: 700;
	text-transform: uppercase;
}
h4 {
	font-size: 1.3rem;
	color: #337139;
	font-weight: 700;
	margin: 10px 0 10px 0;
}
h5 {
	font-size: 1.1rem;
}
h6 {
	font-size: 1rem;
}
p {
	-ms-word-wrap: break-word;
	word-wrap: break-word;
}
.page-title {
	font-size: 3rem;
}
.gk-breadcrumbs {
	text-transform: uppercase;
	font-weight: 700;
}
ul,  ol {
	list-style-type: none;
	margin: 10px 0;
	padding: 0;
}
#gk-mainbody ul {
	margin-left: 15px;
}
#gk-mainbody li {
	position: relative;
	padding-left: 12px;
}
#gk-mainbody li:before {
	content: '\f04d';
	color: #234626;
	font-family: fontAwesome;
	font-size: 6px;
	margin-right: 2px;
	position: relative;
	left: 0;
	float: left;
	top: 5px;
	margin-left: -10px;
}
ul li,  ol li {
}


img {
	height: auto;
	max-width: 100%;
}
.box ul li,  .box ol li {
	border-top: 1px solid #eee;
}
.box ul li:first-child,  .box ol li:first-child {
	border-top: none;
}
.box ul ul,  .box ol ol {
	border-top: 1px solid #eee;
	margin: 0;
	padding: 0 0 0 20px;
}
/* 1.3. Base form elements

==================================== */



/* buttons */

.btn,  button,  .readon,  a.gk-button,  input[type="button"],  input[type="submit"] {
	display: inline-block;
	padding: 4px 10px 4px;
	margin-bottom: 0;
	float: none;
	font-size: 1.3em;
	text-transform: uppercase;
	font-weight: 700;
	line-height: 18px;
	color: #fff;
	text-align: center;
	text-shadow: 0 0px 0px rgba(255, 255, 255, 0.75);
	vertical-align: middle;
	cursor: pointer;
	background-color: #234626;
	text-decoration: none;
	border: 0px solid #cccccc;
	width: 100%;
}
.gform_wrapper ul li.gfield {padding-left: 0 !important;}
#contact input[type="submit"] {
	background-color: #fff;
	color: #000;
	width: 150px;
	border-radius: 5px;
	font-family: 'Barlow Condensed', sans-serif;
	
}
.gform_wrapper .gform_footer.left_label, .gform_wrapper .gform_footer.right_label {
	padding: 1em 0 .625em;
	margin-left: 0 !important;
	width: 100% !important;
}
.gform_wrapper .gform_footer {
	padding : 0 !important;
}
body .gform_wrapper label.gfield_label+div.ginput_container {
	margin-top: 3px !important;
}
.gform_wrapper form ul.left_label li, .gform_wrapper form ul.right_label li, .gform_wrapper ul.left_label li, .gform_wrapper ul.right_label li {
	margin-bottom: 5px !important;
}
.gform_body {
	float: left;
	width: 100%;
	margin-top: 20px;
	font-size: 1.1rem;

}
.btn:hover,  .btn:active,  .btn.active,  .btn.disabled,  .btn[disabled],  button:hover,  input[type="button"]:hover,  input[type="submit"]:hover,  button:active,  input[type="button"]:active,  input[type="submit"]:active,  button.disabled,  input[type="button"].disabled,  input[type="submit"].disabled,  a.gk-button:hover,  a.gk-button:active,  a.gk-button.active,  a.gk-button.disabled,  a.gk-button[disabled],  .readon:hover,  .readon:active,  .readon:focus {
	background-color: #e6e6e6;
}
.btn:active,  .btn.active,  button:active,  a.gk-button:active,  a.gk-button.active  input[type="button"]:active,  input[type="submit"]:active {
	background-color: #cccccc;
}
.btn:first-child,  button:first-child,  a.gk-button:first-child,  input[type="button"]:first-child,  input[type="submit"]:first-child {
	margin-left: 0;
}
.btn:hover,  button:hover,  a.gk-button:hover,  input[type="button"]:hover,  input[type="submit"]:hover {
	color: #333333;
	text-decoration: none;
	background-color: #e6e6e6;
	background-position: 0 -15px;
	-webkit-transition: background-position 0.1s linear;
	-moz-transition: background-position 0.1s linear;
	-ms-transition: background-position 0.1s linear;
	-o-transition: background-position 0.1s linear;
	transition: background-position 0.1s linear;
}
.btn:focus,  button:focus,  a.gk-button:focus,  input[type="button"]:focus,  input[type="submit"]:focus {
	outline: thin dotted #333;
	outline: 5px auto -webkit-focus-ring-color;
	outline-offset: -2px;
}
.btn.active,  .btn:active,  button:active,  a.gk-button:active,  input[type="button"]:active,  input[type="submit"]:active {
	background-color: #e6e6e6;
	background-color: #d9d9d9;
	background-image: none;
	outline: 0;
	-webkit-box-shadow: inset 0 2px 4px rgba(0, 0, 0, 0.15), 0 1px 2px rgba(0, 0, 0, 0.05);
	-moz-box-shadow: inset 0 2px 4px rgba(0, 0, 0, 0.15), 0 1px 2px rgba(0, 0, 0, 0.05);
	box-shadow: inset 0 2px 4px rgba(0, 0, 0, 0.15), 0 1px 2px rgba(0, 0, 0, 0.05);
}
.btn.disabled,  .btn[disabled],  button.disabled,  a.gk-button:disabled,  a.gk-button[disabled],  input[type="button"].disabled,  input[type="submit"].disabled {
	cursor: default;
	background-color: #e6e6e6;
	background-image: none;
	opacity: 0.65;
	filter: alpha(opacity=65);
	-webkit-box-shadow: none;
	-moz-box-shadow: none;
	box-shadow: none;
}
.btn-large {
	padding: 9px 14px;
	font-size: 15px;
	line-height: normal;
	-webkit-border-radius: 5px;
	-moz-border-radius: 5px;
	border-radius: 5px;
}
/* input fields */

#contact input[type="text"],  input[type="password"],  input[type="email"],  input[type="www"],  input[type="tel"] {
	background: #949f95;
	border: 0px solid #e5e5e5;
	-webkit-border-radius: 5px;
	-moz-border-radius: 5px;
	border-radius: 5px;
	color: #000;
	height: 32px;
	line-height: 32px;
	padding: 0 9px;
}
 input::-webkit-input-placeholder, textarea::-webkit-input-placeholder { /* Chrome/Opera/Safari */
 color: #000;
}
input::-moz-placeholder { /* Firefox 19+ */
 color: #000;
}
input:-ms-input-placeholder { /* IE 10+ */
 color: #000;
}
input:-moz-placeholder { /* Firefox 18- */
 color: #000;
}
#contact textarea {
	background: #949f95;
	border: 0px solid #e5e5e5;
	-webkit-border-radius: 5px;
	-moz-border-radius: 5px;
	border-radius: 5px;
	line-height: 23px;
	padding: 10px;
	text-transform: none;
}
label {
	display: inline-block;
	font-weight: normal;
	padding: 0 0 4px 0;
}
.gform_wrapper .top_label .gfield_label {
	margin: 20px 0 0 0 !important;
}
#contact label, #gform_1 label {
	display: none !important
}
#content #gform_1 .left_label input.large, #content #gform_1 .left_label textarea.medium {
	width: 100%;
}
input, select {
	min-height: 40px;
}
form p {
	clear: both;
	margin: 5px 0;
}
select {
	max-width: 100%;
}
.page-template-template-contact-page form {
	max-width: 400px;
}
.page-template-template-contact-page #contact form {
	max-width: 100%;
}
form ul li:before {
	display: none;
}
/* 1.4. Base other elements

==================================== */



article {
	margin: 20px 0;
}
.tag-page article,  .category-page article,  .search-page article {
	margin: 20px 0 60px 0;
}
/* 1.5. Base CSS classes

==================================== */



/*

 *

 * 2. Template containers

 *

 *

------------------------------------ */
section {padding: 40px 0;}


#gk-head + .gk-page-wrap,  #gk-head + #gk-top {
}
#gk-header + .gk-page-wrap {
	padding-top: 20px;
}
.gk-page {
	margin: 0 auto;
	width: 100%;
	max-width: 1200px;
	padding: 0 20px
}
#gk-head .gk-page {
max-width: 98%;
}
/*.page-template-template-blog .gk-page {width: 100%;}*/



#gk-mainbody-columns {
	display: block;
	overflow: hidden;
	width: 100%;
	margin-top: 0px;
	padding: 40px 0;
	padding-top: 0;
}
#gk-mainbody-columns > section {
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	-ms-box-sizing: border-box;
	-o-box-sizing: border-box;
	box-sizing: border-box;
	display: block;
	float: left;
}
#gk-mainbody-columns > aside {
	background: #fff;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	-ms-box-sizing: border-box;
	-o-box-sizing: border-box;
	box-sizing: border-box;
	display: block;
	float: left;
	padding: 60px 0 0 40px;
}
#gk-mainbody-columns.gk-column-left > section {
	float: right;
}
#gk-mainbody-columns.gk-column-left > aside {
	float: left;
	padding: 0 20px 0 0;
}
/*

 *

 * 3. Template structure

 *

 *

------------------------------------ */

 

/* 3.1. Top

==================================== */



#gk-top {
	overflow: hidden;
	padding: 0;
	background-size: cover;
	background-repeat: no-repeat;
	min-height: 50vh;
}

#gk-top .gk-page {
	width: 100%;
}
#gk-top img {
	width: 100% !important
}
#gk-top h3 {
	display: none;
}
/* 3.2. Header

==================================== */



#gk-head {
	position: fixed;
	padding: 0;
	top: 0;
	z-index: 1;
	margin-bottom: 0px;
	background: #234626;
	width: 100%;
}
#gk-head .gk-page {
	width: 98%;
}
#gk-head:after {
	clear: both;
	content: "";
	display: table;
}
#gk-head h1 {
	margin: 0;
	height: 20px;
}
#gk-head a.cssLogo {
	background: url('../images/shiloh-logo.png') no-repeat top center;
	display: block;
	background-size: contain;
	height: 110px;
	width: 144px;
	text-indent: -9999px;
	position: absolute;
	z-index: 1;
	border-top: 0;
	border-bottom: 0;
	padding: 0;/*padding: 30px 40px 20px 40px;*/

}
#main-menu-mobile {
	border: 1px solid #000;
	height: 48px;
	left: -9999px;
	position: absolute;
	top: 0px;
	width: 160px;
}
#gk-header {
	background: #f5f5f5;
	margin: 0 -10px;
	padding: 30px 0;
}
#gk-header .header img {
	display: block;
	height: auto;
	width: 100%;
}
#gk-header .header {
	border: none;
	margin: 0;
	padding: 0;
}

.header-address {color: #fff;
    padding-top: 10px;
    text-align: right;
    float: right;
    font-weight: 700;
    text-transform: uppercase;
font-family: 'Barlow Condensed', sans-serif;}
/* 3.3. Content

==================================== */



section.intro {
	font-size: 110%;
	padding: 0;
}
.box::after,  #respond::after,  #gk-mainbody::after,  #gk-mainbody-columns::after {
	clear: both;
	content: "";
	display: table;
}
section.content::after {
	clear: both;
	content: "";
	display: table;
}
/* 3.4. Sidebar

==================================== */



/* 3.5. Bottom

==================================== */



#gk-bottom {
	margin: 0;
	overflow: hidden;
	padding: 0;
	text-align: center;
}
#gk-bottom .box {
	float: left;
	margin: 0;
	color: #fff;
	padding: 45px 0;
}
#gk-bottom #text-5 {
	width: 100%;
	padding: 0;
	margin: 0;
	background: #fff;
	padding: 20px 0;
}
#gk-bottom #text-5 span {
	color: #aedfe8;
	font-family: FontAwesome;
	font-size: 20px;
	margin: 0 5px;
}
#gk-bottom #text-3 {
	width: 100%;
	color: #000000;
	padding: 25px 0;
}
#gk-bottom #text-2 {
	width: 100%;
	color: #000000;
	padding: 25px 0;
}
i {
	font-style: none !important;
}
#gk-bottom ul li,  #gk-bottom ol li {
	line-height: 2.0;
}
#gk-bottom .box ul li,  #gk-bottom .box ol li {
	border-top: none;
}
/* 3.6. Footer

==================================== */



#gk-footer {
	clear: both;
	color: #fff;
	font-size: 11px;
	margin: 0;
	padding: 30px 0;
	text-align: center;
	float: left;
	width: 100%;
}
#gk-footer .contact-fields {
	text-align: left;
	padding: 0;
	font-size: 11px
}
#gk-footer i {
	font-size: 15px;
	margin: 7px 3px 0 0;
}
#gk-footer a {
	color: #697f6b;
}
#gk-footer a:active,  #gk-footer a:focus,  #gk-footer a:hover {
	color: #697f6b;
}
#gk-footer a:hover i {
	color: #fff;
}
#footer-menu {
	float: left;
	line-height: 18px;
	margin: 0;
	width: 100%;
}
#footer-menu > li {
	float: left;
	text-transform: uppercase;
	width: auto;
	font-size: 1.2rem;
	font-weight: 700;
	text-align: left;
	font-family: 'Barlow Condensed', sans-serif;
}
#footer-menu > li > a {
	color: #fff;
	border-right: 2px solid #234626;
	margin-right: 15px;
	padding-right: 15px;
}
#gk-top-link {
	margin-left: 20px;
}
#footer-menu .sub-menu li {
	text-transform: none;
	font-family: 'poppins', sans-serif;
	font-size: .8rem;
}
#footer-menu .sub-menu li a {
	color: #fff;
}
.gk-disclaimer {
	clear: both;
	margin: 0;
	text-align: center;
	margin-top: 50px;
	display: block;
	float: left;
	width: 100%;
}
/*

 *

 * 4. Widget styles

 *

 *

------------------------------------ */

 

/* 4.1. Base style

==================================== */



.box {
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	-ms-box-sizing: border-box;
	-o-box-sizing: border-box;
	box-sizing: border-box;
	padding: 0 10px;
}
.box-title {
	font-size: 20px;
	font-weight: 300;
	margin: 0 0 12px 0;
}
/* 4.2. Base style for other areas

==================================== */



#gk-top .box,  #gk-bottom .box {
	float: left;
}
.widget-area .col1 {
	width: 100%;
}
.widget-area .col2 {
	width: 50%;
}
.widget-area .col3, #gk-bottom .box {
	width: 33.3%;
}
.widget-area .col4 {
	width: 25%;
}
.widget-area .col5 {
	width: 20%;
}
.widget-area .col6 {
	width: 16.6%;
}
.widget-area .box.last1 {
	width: 100%;
}
.widget-area .box.last2 {
	width: 50%;
}
.widget-area .box.last3 {
	width: 33.3%;
}
.widget-area .box.last4 {
	width: 25%;
}
.widget-area .box.last5 {
	width: 20%;
}
.widget-area .nth1 {
	clear: both;
}
/* 4.3. Device classes

==================================== */



.onlyDesktop {
	display: block!important;
}
.onlyTablets {
	display: none!important;
}
.onlySmartphones {
	display: none!important;
}
.onlyTabltetsAndSmartphones {
	display: none!important;
}
#gk-mainbody-bottom .box {
	padding: 0;
	margin-bottom: 0;
}
#gk-mainbody-bottom img {
	width: 33% !important;
	margin: 0 0 .5% 0 !important;
	height: 230px;
}
#gk-mainbody-bottom img.middle {
	margin: 0 .5% .5% .5% !important;
}
.imagethumb {
	width: 48%;
	float: left;
	margin: 1%;
	text-align: center;
}
.imagethumb img {
	height: 258px;
}
#gk-top .box {
	padding: 0;
}
.more-tag {
	display: block;
	float: right;
}
#gk-mainbody {
	position: relative;
}
.home #gk-mainbody {
	padding: 0;
	text-align: center;
	margin-top: 0;
}
#archives-2 label {
	display: none;
}
div.gallery-image {
	border: 1px solid #ccc;
	width: 300px;
	display: block;
	max-width: 100%;
	position: relative;
	height: 202px;
	text-align: center;
}
div.gallery-image h4 {
	position: absolute;
	top: 0;
	left: 0;
	height: 200px;
	background: #fff;
	width: 100%;
	margin: 0 !important;
	opacity: .7;
	line-height: 200px
}
div.gallery-image h4 a {
	color: #000;
}
div.gallery-image:hover h4 {
	background: none !important;
	opacity: 1.0
}
div.gallery-image:hover h4 a {
	color: #fff !important;
}
section#contact {
	float: left;
	width: 100%;
	padding: 50px 0;
}
#gk-mainbody section {
	float: left;
	width: 100%;
}
#gk-mainbody section.summary {
	padding: 0;
}
#gk-mainbody section#content {
	margin: 0px 0;
}
#gk-mainbody section#content > div > div {
	padding: 0 0px 20px 0px;
}
#gk-mainbody section#content.facility > div > div {
	padding: 0 40px 20px 40px;
}
#gk-mainbody section.no-pad, section#contact.no-pad {
	padding: 0;
}
#gk-mainbody section .gk-page {
}
#gk-mainbody section#testimonial {
	padding-top: 40px;
}
.dark-green {
	color: #fff;
	background: #0f1b0f;
}
.dark-green a {
	color: #949f95;
}
.light-gray {
	background: #ececec;
}
.light-green {
	background: #193a1c;
	color: #fff;
}
.main-header {
	border-right: 3px solid #fff;
	padding: 30px 0;
	font-family: 'Barlow Condensed', sans-serif;
	font-size: 4.2rem;
	line-height:1;
	font-weight:700;
	
}
.main-text {
padding-left: 40px;
    font-size: 1.4em;
    font-weight: 500;
    line-height: 1.2;
		font-family: 'Barlow Condensed', sans-serif;

}
#home-main {
	text-align: left;
	font-size: 18px;
}
.home-box {
	text-align: left;
}
.home-box img {
	width: 278px;
}
.sub-box img {
	width: 100%;
}
.home-box h3 {
	margin-top: 5px;
}
.home-box h3 a {
	color: #000;
	margin-left: 10px;
}
.home-box > div {
	padding: 5px 0 0 0;
	background: #fff;
}
.home-box > div > div {
	padding: 10px 15px;
}
a.learn-more, a.button, a.green-button {
	font-weight: 700;
	margin-top: 0px;
	text-transform: uppercase;
	font-family: 'Barlow Condensed', sans-serif;
	    font-size: 1.2rem;
}



a.button, a.green-button, .green-button {
	background: #fff;
	padding: 7px 15px;
	display: inline-block;
	margin-top: 15px;
	clear: both;
	color: #000;
	border-radius: 5px;
	font-size: 1.2rem;

}
.green-button {font-weight: 700; padding: 3px 8px;}
a.green-button, .green-button, .green-button a {
	color: #fff;
	background: #337139;
    font-size: 1rem;
}
a.button:hover, a.green-button:hover {
	text-decoration: none;
	background: #949f95;
	color: #fff;
}
a.learn-more:hover {
	text-decoration: none;
	color: #337139
}
a.learn-more:after, a.button:after{
	font-family: fontAwesome;
	content: '\f054';
	padding-left: 5px;
	font-size: 12px
}
a.green-button:after {
	color: #fff;
}
.home .custom-excerpt {
	min-height: 180px;
}
#gk-mainbody section#home-help {
	min-height: 350px;
	text-align: left;
}
#gk-mainbody section#home-help {
	display: table;
	height: 350px;
}
#gk-mainbody section#home-help > div {
}
#gk-mainbody section#home-help > div > div {
	display: table-cell;
	vertical-align: middle;
}
#home-help .main-header {
	display: block !important;
	border-right: 0;
	text-align: left;
	padding: 0 0 0 15px;
	height: 350px;
}
#home-help .main-header > div {
	display: table-cell;
	vertical-align: middle;
	height: 350px;
}
.help-box {
	background: #193a1c;
}
.help-box > div {
	max-width: 250px;
	height: 350px;
	display: table-cell;
	padding: 40px 0;
}

.help-text {min-height: 110px;}
.help-box h3, .help-box h4 {
	color: #fff;
}
.help-box h4 {
	min-height: 50px;
	max-width: 220px;
}
.contact-fields {
	padding: 40px 0 0 40px;
	font-weight: 700;
	font-size: 1.3rem;
	line-height: 1.3;
}
.contact-fields .main-header {
	font-size: 92px;
	line-height: 48px;
	padding-bottom: 15px;
}
.contact-fields .main-header span {
	font-size: 48px;
}
div.map {
	padding: 0;
}
.contact-info {
	padding-top: 10px;
}
#facility-wrap, .columns-4 {
	-webkit-column-count: 4; /* Chrome, Safari, Opera */
	-moz-column-count: 4; /* Firefox */
	column-count: 4;
	-webkit-column-gap: 20px; /* Chrome, Safari, Opera */
	-moz-column-gap: 20px; /* Firefox */
	column-gap: 20px;
	  -moz-column-fill: balance;
       column-fill: balance;
}

 .columns-3 {
	-webkit-column-count: 3; /* Chrome, Safari, Opera */
	-moz-column-count: 3; /* Firefox */
	column-count: 3;
	-webkit-column-gap: 20px; /* Chrome, Safari, Opera */
	-moz-column-gap: 20px; /* Firefox */
	column-gap: 20px;
	  -moz-column-fill: balance;
       column-fill: balance;
}

#facility-wrap > div, .columns-4 > div, .columns-3 > div {
	-webkit-column-break-inside: avoid; /* Chrome, Safari */
	page-break-inside: avoid;           /* Theoretically FF 20+ */
	break-inside: avoid-column;         /* IE 11 */
	background: #fff;
	margin: 0 0px 0px 0;
	margin-top: 0px !important;
}
#facility-wrap > div > div {
	padding: 0 20px 20px 20px;
}

#testimonialCarousel {    text-align: center;}
#testimonialCarousel span {
font-size: 2.2rem;
    font-weight: 700;
    line-height: 1.2;
	font-style: italic;
	color: #000

}
#testimonialCarousel h5 {
text-transform: uppercase;}
#text-2 h3.box-title {
	color: #fff;
	text-align: center;
	font-size: 0px;
	margin: 0;
	padding: 5px 0;
	/* padding-top: 5px; */
	float: left;
	width: 100%;
	background: #fff;
}
#text-2 h3.box-title:before {
	content: '\f16d';
	font-family: fontAwesome;
	color: #193a1c;
	font-size: 22px;
}
.acf-map {
	width: 100%;
	height: 600px;
	border: #ccc solid 0px;
	margin: 0;
}
.home section.white {
	background: rgba(255,255,255,.9);
	float: left;
	width: 100%;
	padding: 40px 0;
}
.home #gk-mainbody section.white, .home #gk-mainbody section#home-boxes {
	padding: 40px 0;
}
section.white .main-header {
	color: #337139;
	text-align: left;
	border-right: 0;
}
/* fixes potential theme css conflict */

#facility-main-pic {
	width: 100%;
	float: left;
	position: fixed;
	z-index: -1;
	top: 80px;
}
.page-template-template-facility-top #gk-mainbody {
	background: rgba(255,255,255,.9);
	margin-top: 400px;
	margin-bottom: 200px
}
#facility-main-pic img {
	width: 100%;
	height: auto;
}
.acf-map img {
	max-width: inherit !important;
}
#sbi_load {
	padding-top: 0 !important;
}
body.home {
	background: url('../images/highropes2.jpg') no-repeat fixed;
}
body.home .gk-page {
	max-width: 1200px;
}
body.home header .gk-page {
	max-width: 90%;
}
#forms > div > div {
	-webkit-column-count: 3; /* Chrome, Safari, Opera */
	-moz-column-count: 3; /* Firefox */
	column-count: 3;
}
#forms >div > div > div {
}
.news-wrap > div {
	-webkit-column-count: 4; /* Chrome, Safari, Opera */
	-moz-column-count: 4; /* Firefox */
	column-count: 4;
	-webkit-column-gap: 20px; /* Chrome, Safari, Opera */
	-moz-column-gap: 20px; /* Firefox */
	column-gap: 20px;
}
.news-list {
	-webkit-column-break-inside: avoid; /* Chrome, Safari */
	page-break-inside: avoid;           /* Theoretically FF 20+ */
	break-inside: avoid-column;         /* IE 11 */
	background: #fff;
	margin-bottom: 20px;
}
.facility-list > div, .news-list > div {
	background: #efefef;
	padding: 15px;
	min-height: 180px;
	margin-bottom: 20px;
}
.facility-list p {
	min-height: 100px;
}
.facility-list:hover > div {
	background: #fff;
}
.facility-list:hover img {
	-webkit-filter: brightness(150%); /* Safari */
	filter: brightness(150%);
}
.facility-list > div h3 {
	margin-top: 15px;
}
section.facility-wrap, section.news-wrap {
	padding-top: 40px !important;
}
.gform_wrapper {
	max-width: 550px;
}
.gform_wrapper .gform_footer {
	clear: none !important;
	margin-top: 20px !important;
	float: left;
	width: 100%;
	text-align: center;
	max-width: 550px;
}
#contact .gform_wrapper .gform_footer {
	margin-top: 5px !important;
}
.contact-list img {
	margin-bottom: 10px;
}
.contact-list:hover img {
	-webkit-filter: brightness(150%); /* Safari */
	filter: brightness(150%);
}
.video-background {
	background: #000;
	position: fixed;
	top: 0;
	right: 0;
	bottom: 0;
	left: 0;
	z-index: -1;
}
.video-foreground, .video-background iframe {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	pointer-events: none;
}
#vidtop-content {
	top: 0;
	color: #fff;
}
.vid-info {
	position: absolute;
	top: 0;
	right: 0;
	width: 33%;
	background: rgba(0,0,0,0.3);
	color: #fff;
	padding: 1rem;
	font-family: Avenir, Helvetica, sans-serif;
}
.vid-info h1 {
	font-size: 2rem;
	font-weight: 700;
	margin-top: 0;
	line-height: 1.2;
}
.vid-info a {
	display: block;
	color: #fff;
	text-decoration: none;
	background: rgba(0,0,0,0.5);
	transition: .6s background;
	border-bottom: none;
	margin: 1rem auto;
	text-align: center;
}

@media (min-aspect-ratio: 16/9) {
.video-foreground {
	height: 300%;
	top: -100%;
}
}

@media (max-aspect-ratio: 16/9) {
.video-foreground {
	width: 300%;
	left: -100%;
}
}

@media all and (max-width: 600px) {
.vid-info {
	width: 50%;
	padding: .5rem;
}
.vid-info h1 {
	margin-bottom: .2rem;
}
}

@media all and (max-width: 500px) {
.vid-info .acronym {
	display: none;
}
}
.home-background {
	width: 100%;
	float: left;
	padding: 100px 0;
	background: rgba(0,0,0,.6);
}
#sb_instagram {
	background: #fff;
	float: left;
}

@media (max-width: 1000px) {
}
.gform_wrapper .left_label input.large, .gform_wrapper .left_label select.large, .gform_wrapper .left_label textarea.large, .gform_wrapper .left_label textarea.medium, .gform_wrapper .left_label textarea.small, .gform_wrapper .right_label input.large, .gform_wrapper .right_label select.large, .gform_wrapper .right_label textarea.large, .gform_wrapper .right_label textarea.medium, .gform_wrapper .right_label textarea.small {
	width: 100% !important;
	max-width: 550px
}
#testimonial.carousel-inner .item {
	max-height: 250px;
	overflow: auto;
}
.page-id-86 label {
	display: none !important;
}
.gform_wrapper .gfield_checkbox input {min-height: 0;}
.gform_wrapper .gfield_checkbox li label, .gform_wrapper .gfield_radio li label, li#field_2_8 label {display: inline-block !important;}
.gray {
	background: #ddd;
}

textarea#input_2_6 {margin-top: 20px}




/*VIDEO HOMEPAGE*/
    #myVideo {
  position: absolute;
  right: 0;
  top: -50%;
  min-width: 100%;
        z-index: -1;
}
    
    #video-container {height: 80vh; overflow:  hidden; width: 100%; position: relative;}


/*BASIC */
.custom-excerpt, .help-text {font-size: .9rem; line-height: 1.3;}
.custom-excerpt {padding: 20px}
.sub-box > div {padding-top: 1px;}
.ngg-galleryoverview {margin: 0 !important}
.facility-list {color: #666;}
.facility-list h3 {color: #000}