/************************************************

Stylesheet: Global Stylesheet

*************************************************/
/*********************
POSTS & CONTENT STYLES
*********************/
.page-title .vcard {
  border: 0px;
  padding: 0px; }

.byline {
  color: #999; }

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

.entry-content .alignleft, .entry-content img.alignleft {
  margin-right: 1.5em;
  display: inline;
  float: left; }

.entry-content .alignright, .entry-content img.alignright {
  margin-left: 1.5em;
  display: inline;
  float: right; }

.entry-content .aligncenter, .entry-content img.aligncenter {
  margin-right: auto;
  margin-left: auto;
  display: block;
  clear: both; }

.entry-content video, .entry-content object {
  max-width: 100%;
  height: auto; }

.entry-content pre {
  background: #eee;
  border: 1px solid #cecece;
  padding: 10px; }

.wp-caption {
  max-width: 100%;
  background: #eee;
  padding: 5px; }
  .wp-caption img {
    max-width: 100%;
    margin-bottom: 0;
    width: 100%; }
  .wp-caption p.wp-caption-text {
    font-size: 0.85em;
    margin: 4px 0 7px;
    text-align: center; }

.post-password-form input[type="submit"] {
  display: inline-block;
  vertical-align: middle;
  margin: 0 0 1rem 0;
  font-family: inherit;
  padding: 0.85em 1em;
  -webkit-appearance: none;
  border: 1px solid transparent;
  border-radius: 0;
  transition: background-color 0.25s ease-out, color 0.25s ease-out;
  font-size: 0.9rem;
  line-height: 1;
  text-align: center;
  cursor: pointer;
  background-color: #1779ba;
  color: #fefefe; }
  [data-whatinput='mouse'] .post-password-form input[type="submit"] {
    outline: 0; }
  .post-password-form input[type="submit"]:hover, .post-password-form input[type="submit"]:focus {
    background-color: #14679e;
    color: #fefefe; }

/*********************
IMAGE GALLERY STYLES
*********************/
.gallery {
  max-width: 100%;
  margin-left: auto;
  margin-right: auto;
  margin-right: -15px;
  margin-left: -15px; }

.gallery::before, .gallery::after {
  content: ' ';
  display: table; }

.gallery::after {
  clear: both; }

.gallery.gallery-columns-1 > dl {
  width: 100%;
  float: left;
  padding-right: 0.625rem;
  padding-left: 0.625rem; }
  @media print, screen and (min-width: 40em) {
    .gallery.gallery-columns-1 > dl {
      padding-right: 0.9375rem;
      padding-left: 0.9375rem; } }
  .gallery.gallery-columns-1 > dl:last-child:not(:first-child) {
    float: right; }

.gallery.gallery-columns-2 > dl {
  width: 50%;
  float: left;
  padding-right: 0.625rem;
  padding-left: 0.625rem; }
  @media print, screen and (min-width: 40em) {
    .gallery.gallery-columns-2 > dl {
      padding-right: 0.9375rem;
      padding-left: 0.9375rem; } }
  .gallery.gallery-columns-2 > dl:last-child:not(:first-child) {
    float: right; }

.gallery.gallery-columns-3 > dl {
  width: 33.33333%;
  float: left;
  padding-right: 0.625rem;
  padding-left: 0.625rem; }
  @media print, screen and (min-width: 40em) {
    .gallery.gallery-columns-3 > dl {
      padding-right: 0.9375rem;
      padding-left: 0.9375rem; } }
  .gallery.gallery-columns-3 > dl:last-child:not(:first-child) {
    float: right; }

.gallery.gallery-columns-4 > dl {
  width: 25%;
  float: left;
  padding-right: 0.625rem;
  padding-left: 0.625rem; }
  @media print, screen and (min-width: 40em) {
    .gallery.gallery-columns-4 > dl {
      padding-right: 0.9375rem;
      padding-left: 0.9375rem; } }
  .gallery.gallery-columns-4 > dl:last-child:not(:first-child) {
    float: right; }

.gallery.gallery-columns-5 > dl {
  width: 20%;
  float: left;
  padding-right: 0.625rem;
  padding-left: 0.625rem; }
  @media print, screen and (min-width: 40em) {
    .gallery.gallery-columns-5 > dl {
      padding-right: 0.9375rem;
      padding-left: 0.9375rem; } }
  .gallery.gallery-columns-5 > dl:last-child:not(:first-child) {
    float: right; }

.gallery.gallery-columns-6 > dl {
  width: 16.66667%;
  float: left;
  padding-right: 0.625rem;
  padding-left: 0.625rem; }
  @media print, screen and (min-width: 40em) {
    .gallery.gallery-columns-6 > dl {
      padding-right: 0.9375rem;
      padding-left: 0.9375rem; } }
  .gallery.gallery-columns-6 > dl:last-child:not(:first-child) {
    float: right; }

.gallery.gallery-columns-7 > dl {
  width: 14.28571%;
  float: left;
  padding-right: 0.625rem;
  padding-left: 0.625rem; }
  @media print, screen and (min-width: 40em) {
    .gallery.gallery-columns-7 > dl {
      padding-right: 0.9375rem;
      padding-left: 0.9375rem; } }
  .gallery.gallery-columns-7 > dl:last-child:not(:first-child) {
    float: right; }

.gallery.gallery-columns-8 > dl {
  width: 12.5%;
  float: left;
  padding-right: 0.625rem;
  padding-left: 0.625rem; }
  @media print, screen and (min-width: 40em) {
    .gallery.gallery-columns-8 > dl {
      padding-right: 0.9375rem;
      padding-left: 0.9375rem; } }
  .gallery.gallery-columns-8 > dl:last-child:not(:first-child) {
    float: right; }

.gallery dl {
  width: 100%;
  float: left;
  padding-left: 0.9375rem;
  padding-right: 0.9375rem; }

.gallery dl:last-child:not(:first-child) {
  float: right; }

/*********************
PAGE NAVI STYLES
*********************/
.page-navigation {
  margin-top: 1rem; }

/*********************
COMMENT STYLES
*********************/
#comments .commentlist {
  margin-left: 0px; }

#respond ul {
  margin-left: 0px; }

.commentlist li {
  position: relative;
  clear: both;
  overflow: hidden;
  list-style-type: none;
  margin-bottom: 1.5em;
  padding: 0.7335em 10px; }
  .commentlist li:last-child {
    margin-bottom: 0; }
  .commentlist li ul.children {
    margin: 0; }

.commentlist li[class*=depth-] {
  margin-top: 1.1em; }

.commentlist li.depth-1 {
  margin-left: 0;
  margin-top: 0; }

.commentlist li:not(.depth-1) {
  margin-left: 10px;
  margin-top: 0;
  padding-bottom: 0; }

.commentlist .vcard {
  margin-left: 50px; }
  .commentlist .vcard cite.fn {
    font-weight: 700;
    font-style: normal; }
  .commentlist .vcard time {
    float: right; }
    .commentlist .vcard time a {
      color: #999;
      text-decoration: none; }
      .commentlist .vcard time a:hover {
        text-decoration: underline; }
  .commentlist .vcard img.avatar {
    position: absolute;
    left: 10px;
    padding: 2px;
    border: 1px solid #cecece;
    background: #fff; }

.commentlist .comment_content p {
  margin: 0.7335em 0 1.5em;
  font-size: 1em;
  line-height: 1.5em; }

.commentlist .comment-reply-link {
  float: right; }

/*********************
COMMENT FORM STYLES
*********************/
.respond-form {
  margin: 1.5em 10px;
  padding-bottom: 2.2em; }
  .respond-form form {
    margin: 0.75em 0; }
    .respond-form form li {
      list-style-type: none;
      clear: both;
      margin-bottom: 0.7335em; }
      .respond-form form li label,
      .respond-form form li small {
        display: none; }
    .respond-form form input[type=text],
    .respond-form form input[type=email],
    .respond-form form input[type=url],
    .respond-form form textarea {
      padding: 3px 6px;
      background: #efefef;
      border: 2px solid #cecece;
      line-height: 1.5em; }
      .respond-form form input[type=text]:focus,
      .respond-form form input[type=email]:focus,
      .respond-form form input[type=url]:focus,
      .respond-form form textarea:focus {
        background: #fff; }
      .respond-form form input[type=text]:invalid,
      .respond-form form input[type=email]:invalid,
      .respond-form form input[type=url]:invalid,
      .respond-form form textarea:invalid {
        outline: none;
        border-color: #fbc2c4;
        background-color: #f6e7eb;
        -ms-box-shadow: none;
        box-shadow: none; }
    .respond-form form input[type=text],
    .respond-form form input[type=email],
    .respond-form form input[type=url] {
      max-width: 400px;
      min-width: 250px; }
    .respond-form form textarea {
      resize: none;
      width: 97.3%;
      height: 150px; }

#comment-form-title {
  margin: 0 0 1.1em; }

#allowed_tags {
  margin: 1.5em 10px 0.7335em 0; }

.nocomments {
  margin: 0 20px 1.1em; }

/*********************
SIDEBARS & ASIDES
*********************/
.sidebar li {
  list-style: none; }

.widget ul {
  margin: 0; }

/*********************
VISUAL EDITOR STYLES
*********************/
body#tinymce {
  margin: 20px; }

/*********************
PLUGIN STYLES
*********************/
.gform_body ul {
  list-style: none outside none;
  margin: 0; }

/*# sourceMappingURL=style.css.map */


/*********************
RESPONSIVE MENU STYLES
*********************/
/* Responsive Menu CSS */

#cssmenu, #cssmenu ul, #cssmenu ul li, #cssmenu ul li a, #cssmenu #head-mobile {
	border: 0;
	list-style: none;
	line-height: 1;
	display: block;
	position: relative;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
  box-sizing: border-box;
  text-align: right;
}
#cssmenu:after, #cssmenu > ul:after {
	content: ".";
	display: block;
	clear: both;
	visibility: hidden;
	line-height: 0;
	height: 0
}
#cssmenu #head-mobile {
	display: none
}
#cssmenu {
  font-family: "poppins", sans-serif;
  font-weight: 500;
	text-align: right;
  background: #444;
}
#cssmenu > ul > li {
    display: inline-block;
}
#cssmenu > ul > li > a {
	padding: 17px;
	font-size: 12px;
	letter-spacing: 1px;
	text-decoration: none;
  color: #fff;
}
#cssmenu > ul > li:last-child > a {
  padding: 20px 20px 17px;
  background: #ECEAE5;
  border-bottom: 0;
  border-radius: 5px;
  margin-right: 0;
  font-size: .9rem;
  line-height: 0;
  color: #162E27;
}
#cssmenu > ul > li:last-child > a:hover {
  border-bottom: 0;
  background: #AAA08A;
}
#cssmenu > ul > li:hover, #cssmenu ul li.active:hover, #cssmenu ul li.active, #cssmenu ul li.has-sub.active:hover {
	-webkit-transition: background .3s ease;
	-ms-transition: background .3s ease;
	transition: background .3s ease;
	color: #949494;
}
#cssmenu > ul > li.has-sub > a {
	padding-right: 25px
}
#cssmenu > ul > li.has-sub > a:after {
	position: absolute;
	top: 22px;
	right: 11px;
	width: 8px;
	height: 2px;
	display: block;
	background: #fff;
	content: ''
}
#cssmenu > ul > li.has-sub > a:before {
	position: absolute;
	top: 19px;
	right: 14px;
	display: block;
	width: 2px;
	height: 8px;
	background: #fff;
	content: '';
	-webkit-transition: all .25s ease;
	-ms-transition: all .25s ease;
	transition: all .25s ease
}
#cssmenu > ul > li.has-sub:hover > a:before {
	top: 23px;
	height: 0
}
#cssmenu ul ul {
	position: absolute;
	left: -9999px;
	z-index: 2;
	width: 250px;
	padding-top: 0;
	background: none;
}
#cssmenu ul ul li {
	opacity: 0;
	height: auto;
	-webkit-transition: all .25s ease;
	-ms-transition: all .25s ease;
	background: #fff;
	transition: all .25s ease
}
#cssmenu ul ul li:hover {
}
#cssmenu li:hover > ul {
	left: 0;
  margin-left: 0;
}
#cssmenu li:hover > ul > li {
	opacity: 1
}
#cssmenu ul ul ul {
	margin-left: 100%;
	top: 0
}
#cssmenu ul ul li a {
	font-size: 1rem;
	text-decoration: none;
	color: #fff;
	margin: 0;
	width: 100%;
	text-align: left;
	background: #AAA08A;
}
#cssmenu ul ul li a:hover {
	color: #162E27;
  background: #fff;
}
#cssmenu ul ul li:last-child > a, #cssmenu ul ul li.last-item > a {
	border-bottom: 0
}
#cssmenu ul ul li:hover > a, #cssmenu ul ul li a:hover {
	border-bottom-color: #eda2c8;
}
#cssmenu ul ul li.has-sub > a:after {
	position: absolute;
	top: 16px;
	right: 11px;
	width: 8px;
	height: 2px;
	display: block;
	background: #ddd;
	content: ''
}
#cssmenu ul ul li.has-sub > a:before {
	position: absolute;
	top: 13px;
	right: 14px;
	display: block;
	width: 2px;
	height: 8px;
	background: #ddd;
	content: '';
	-webkit-transition: all .25s ease;
	-ms-transition: all .25s ease;
	transition: all .25s ease;
}
#cssmenu ul ul > li.has-sub:hover > a:before {
	top: 17px;
	height: 0
}
#cssmenu ul ul li.has-sub:hover, #cssmenu ul li.has-sub ul li.has-sub ul li:hover {
	background: #363636;
}
#cssmenu ul ul ul li.active a {
	border-left: 1px solid #444
}
#cssmenu > ul > li.has-sub > ul > li.active > a, #cssmenu > ul ul > li.has-sub > ul > li.active> a {
	border-top: 1px solid #444
}

@media screen and (max-width:1023px) {
  #cssmenu > ul > li:last-child > a {
    width: 100%;
    border-bottom: 0;
    margin: 0;
    text-align: left;
    background: #AAA08A;
    font-size: 1em;
    margin-left: 0px;
    color: #fff;
    border-radius: 0;
    padding: 17px;
    line-height: 1;
  }
nav {
	width: 100%;
}
#cssmenu {
	width: 100%
}
#cssmenu ul {
	width: 250px;
	display: none;
	position: absolute;
	right: 0;
	top: 57px;
	z-index: 6;
}
#cssmenu ul li {
	width: 100%;
}
#cssmenu ul li:hover, #cssmenu ul li:hover a {
	background: #AAA08A;
}
#cssmenu ul ul li, #cssmenu li:hover > ul > li {
	height: auto;
	opacity: 1;
}
#cssmenu ul li a, #cssmenu ul ul li a {
	width: 100%;
	border-bottom: 0;
	margin: 0;
	text-align: left;
	background: #162e27;
	font-size: 1em;
	margin-left: 0px;
	color: #fff;
}
#cssmenu > ul > li {
	float: none
}
#cssmenu ul ul li a {
	padding-left: 25px
}
#cssmenu ul ul li {
	background: #444!important;
}
#cssmenu ul ul li:hover {
	background: #363636!important
}
#cssmenu ul ul ul li a {
	padding-left: 35px
}
#cssmenu ul ul li a {
	color: #ddd;
	background: black;
	text-align: left;
}
#cssmenu ul ul li:hover > a, #cssmenu ul ul li.active > a {
	color: #fff
}
#cssmenu ul ul, #cssmenu ul ul ul {
	position: relative;
	left: 0;
	width: 100%;
	margin: 0;
	text-align: left;
	top: 0;
	padding: 0;
}
#cssmenu > ul > li.has-sub > a:after, #cssmenu > ul > li.has-sub > a:before, #cssmenu ul ul > li.has-sub > a:after, #cssmenu ul ul > li.has-sub > a:before {
	display: none
}
#cssmenu #head-mobile {
	display: none;
}
.MenuButton {
	width: 59px;
	height: 46px;
	position: absolute;
	right: 0;
	top: -26px;
	cursor: pointer;
	z-index: 12399994;
	background: #AAA08A;
}
.MenuButton:after {
	padding: 2px 0px;
	position: absolute;
	top: 22px;
	right: 20px;
	display: block;
	height: 4px;
	width: 20px;
	border-top: 2px solid #dddddd;
	border-bottom: 2px solid #dddddd;
	content: ''
}
.MenuButton:before {
	-webkit-transition: all .3s ease;
	-ms-transition: all .3s ease;
	transition: all .3s ease;
	position: absolute;
	top: 16px;
	right: 20px;
	display: block;
	height: 2px;
	width: 20px;
	background: #ddd;
	content: ''
}
.MenuButton.menu-opened:after {
	-webkit-transition: all .3s ease;
	-ms-transition: all .3s ease;
	transition: all .3s ease;
	top: 23px;
	border: 0;
	height: 2px;
	width: 19px;
	background: #fff;
	-webkit-transform: rotate(45deg);
	-moz-transform: rotate(45deg);
	-ms-transform: rotate(45deg);
	-o-transform: rotate(45deg);
	transform: rotate(45deg);
	padding: 0;
}
.MenuButton.menu-opened:before {
	top: 23px;
	background: #fff;
	width: 19px;
	-webkit-transform: rotate(-45deg);
	-moz-transform: rotate(-45deg);
	-ms-transform: rotate(-45deg);
	-o-transform: rotate(-45deg);
	transform: rotate(-45deg)
}
#cssmenu .submenu-button {
	position: absolute;
	z-index: 99;
	right: 0;
	top: 0;
	display: block;
	border-left: none;
	height: 52px;
	width: 46px;
	cursor: pointer
}
#cssmenu .submenu-button.submenu-opened {
	background: #262626
}
#cssmenu ul ul .submenu-button {
	height: 34px;
	width: 34px
}
#cssmenu .submenu-button:after {
	position: absolute;
	top: 24px;
	right: 19px;
	width: 8px;
	height: 2px;
	display: block;
	background: #ddd;
	content: ''
}
#cssmenu ul ul .submenu-button:after {
	top: 15px;
	right: 13px
}
#cssmenu .submenu-button.submenu-opened:after {
	background: #fff
}
#cssmenu .submenu-button:before {
	position: absolute;
	top: 21px;
	right: 22px;
	display: block;
	width: 2px;
	height: 8px;
	background: #ddd;
	content: ''
}
#cssmenu ul ul .submenu-button:before {
	top: 12px;
	right: 16px
}
#cssmenu .submenu-button.submenu-opened:before {
	display: none
}
#cssmenu ul ul ul li.active a {
	border-left: none
}
#cssmenu > ul > li.has-sub > ul > li.active > a, #cssmenu > ul ul > li.has-sub > ul > li.active > a {
	border-top: none
}
#cssmenu li:hover > ul {
	left: 0;
}
}

@media screen and (min-width:1024px) {
#cssmenu {
	background: none;
	text-align: left;
}
#cssmenu > ul > li > a {
	margin-right: 22px;
	border-bottom: solid 3px rgba(255,255,255,0.00);
	letter-spacing: 0;
	font-size: 1em;
	padding: 10px 0;
}
#cssmenu > ul > li > a:hover {
	border-bottom: solid 3px rgba(255,255,255,0.66);
}
#cssmenu > ul > li.has-sub > a:before {
	top: 14px;
}
#cssmenu > ul > li.has-sub > a:after {
	top: 17px;
}
#cssmenu > ul li.current-menu-item a {
	border-bottom: solid 3px #fff;
}
}
/* \END Responsive Menu CSS */

.menu .active>a {
  background: none;
}



/**************************************************************************************************
**********************
CREATIVE TOUCH STYLES
*********************/

/* Page Loading styles */
/* .prepage {
  position: fixed;
  width: 100vw;
  height: 100vh;
  background-color: #e4e4e4;
  top: 0;
  left: 0;
  z-index: 99999995;
  -webkit-transition: .5s;
  transition: .5s;
}

.preslide {
  position: fixed;
  width: 100vw;
  height: 100vh;
  background-color: #e4e4e4;
  top: 0;
  left: 0;
  z-index: 99999996;
  -webkit-transition: .5s;
  transition: .5s;
} */

/* Styles for the width */
.grid-container {
  max-width: 1600px;
}
.grid-container.narrow {
  max-width: 1280px;
}
.grid-container.Wide {
  max-width: 90%;
}

/* Styles for the sections */
section {
  padding: 10rem 0;
  width: 100%;
  background: #fff;
}
section.grey {
  background: #ECEAE5;
}
section.dark {
  background: #162E27;
  color: #fff;
}
section.dark p, section.dark p a {
  color: #fff;
}
.nopad {
  padding: 0;
}
.nopadtop {
	padding-top:0;
}
/***********************
HEADING/FONT STYLES
***********************/
/* Title styles */
h1, h2, h3, h4, h5, h6 {
	font-style: normal;
	text-rendering: optimizeLegibility;
  display: block;
  font-family: "jubilat", serif;
  font-weight: 600;
  line-height: 1.1;
}

h1 {
	font-size: 2.4rem;
}
h2, h3 {
	font-size: 2.4rem;
}
h4 {
	font-size: 2rem;
}
h5 {
	font-size: 1.6rem;
}
h6 {
	font-size: 1.4rem;
}

/* Paragraph styles */
body {
  font-family: "poppins", sans-serif;
  font-weight: 500;
  color: #162E27;
}
p {
  font-family: "poppins", sans-serif;
  line-height: 1.5;
  font-size: 1.1rem;
	font-style: normal;
	text-rendering: optimizeLegibility;
  padding: 0;
  font-weight: 500;
}
p.largeText {
	font-size: 16px;
	line-height: 25px;
}
p.smallText {
	font-size: .8rem;
}
strong {
	font-weight: bold;
  font-weight: 700;
}
/* Link Styles */
a, input[type="submit"] {
	text-decoration: none;
	cursor: pointer;
	-webkit-transition: all .4s ease-in-out;
	-moz-transition: all .4s ease-in-out;
	-ms-transition: all .4s ease-in-out;
	-o-transition: all .4s ease-in-out;
	transition: all .4s ease-in-out;
}
p a, a {
  color: #162E27;
  -webkit-transition: all .4s ease-in-out;
  -moz-transition: all .4s ease-in-out;
  -ms-transition: all .4s ease-in-out;
  -o-transition: all .4s ease-in-out;
  transition: all .4s ease-in-out;
}
.main-content p a {
text-decoration: underline;
color: #AAA08A;
}
.main-content p a:hover {
  color: #162E27;
  }
p a:hover, a:hover {
  color: #AAA08A;
}
.centered {
  text-align: center;
}
blockquote, blockquote p {
  color: #162E27!important;
}
blockquote {
  border-left: 1px solid #AAA08A;
}
.wp-block-separator, hr {
  width: 50px;
  margin: 2.5rem 0;
  border-top: 0;
  border-bottom: 2px solid #AAA08A;
}
/***********************
HEADER STYLES
***********************/
.header {
  background: #162E27;
  padding: 15px 0;
  width: 100%;
  padding: 1em 0;
}
.hero-banner .overlay {
  background: rgb(0,0,0);
background: linear-gradient(180deg, rgba(0,0,0,0.35) 10%, rgba(0,0,0,0.1) 100%);
  min-height: 80vh;
  height: 80vh;
  display: flex;
  justify-content: center;
  align-items: center;
  text-align: left;
  border-bottom: 10px #AAA08A solid;
  box-shadow: 0 10px 0 #606758;
  position: relative;
}
.hero-banner.inner-banner .overlay {
  min-height: 50vh;
  height: 50vh;
}
.hero-banner .grid-container {
  width: 100%;
  margin: 0;
}
.hero-banner h1, .hero-banner {
  color: #fff;
  font-size: 4.5rem;
  margin-bottom: -10px;
}
.header .logo {
  width: 150px;
}

/***********************
BUTTON STYLES
***********************/
.BTN, .wp-block-button__link {
  margin-top: .5rem;
	padding: 14px 30px 12px 30px;
	background: #AAA08A;
	display: inline-block;
  font-size: 16px;
  font-weight: 500;
	color: #fff;
  border-radius: 5px;
  -webkit-transition: all .4s ease-in-out;
  -moz-transition: all .4s ease-in-out;
  -ms-transition: all .4s ease-in-out;
  -o-transition: all .4s ease-in-out;
  transition: all .4s ease-in-out;
}
.BTN:hover, .wp-block-button__link:hover {
	background: #162E27;
	color: #fff;
}
.BTN.light {
  color: #162E27;
  background: #fff;
}
.BTN.light:hover {
  background: #AAA08A;
}
.BTN.dark {
  color: #fff;
  background: #162E27;
}
.BTN.dark:hover {
  background: #AAA08A;
}
section.dark .BTN:hover {
background: #ECEAE5;
color: #162E27;
}


/*********************
ACCORDION STYLES
*********************/
.main-content.faq .clearfix, .main-content.gallery-slider .clearfix {
  margin: 1.5rem auto;
  display: block;
  width: 100%;
}
.faqs .panel ul {
  list-style-position: outside;
}
.faqs .panel ul li {
  font-size: 1.8rem;
  font-weight: 300;
}
/* Style the buttons that are used to open and close the accordion panel */
.faq .accordion {
  background-color: none;
  border: none;
  background: #fff;
  color: #162E27;
  cursor: pointer;
  padding: 18px 45px;
  width: 100%;
  text-align: left;
  outline: none;
  transition: 0.4s;
  margin-bottom: 10px;
  align-items: center;
  display: flex;
  justify-content: space-between;
  border-radius: 5px;
}
.faq .accordion h6 {
  color: #162E27;
  margin: 0;
  font-size: 1.25rem;
  text-transform: none;
}
.faq .panel p, .faq .panel p a {
  color: #162E27;
  text-align: left;
}
.faq .panel p a {
  text-decoration: underline;
}
/* Add a background color to the button if it is clicked on (add the .active class with JS), and when you move the mouse over it (hover) */
.faq .active, .faq .accordion:hover,.faq button:focus {
  background: #162E27;
}
.faq .active h6, .faq .accordion:hover h6 ,.faq button:focus h6, .faq .accordion:hover:after, .faq .accordion:focus:after  {
  color: #fff;
}

/* Style the accordion panel. Note: hidden by default */
.faq .panel {
  padding: 0 1rem;
  background-color: none;
  display: none;
  overflow: hidden;
  margin-bottom: 1rem;
}
.faq .accordion:after {
  content: '\f067'; /* Unicode character for "plus" sign (+) */
  font-family: "Font Awesome 5 Free"; font-weight: 900;
  font-size: 13px;
  color: #162E27;
  float: right;
  margin-left: 5px;
  margin-top: 6px;
  position: static;
  padding: 0;
  -webkit-box-shadow: 5px 10px 20px 0px rgba(0,0,0,0.12);
-moz-box-shadow: 5px 10px 20px 0px rgba(0,0,0,0.12);
box-shadow: 5px 10px 20px 0px rgba(0,0,0,0.12);
}
.faq .active:after {
  content: "\f068"; /* Unicode character for "minus" sign (-) */
}


/* NO SELECT + HIGHLIGHT COLOR */
*::selection {
  background: #162E27;
  color: #fff;
}

/***********************
SLICK SLIDER STYLES
***********************/
.testimonial.centered {
	width: 80%;
	margin: 0 auto;
}
.slick-prev:before, .slick-next:before {
  font-family: "Font Awesome 5 Free";
  font-weight: 900;
  content: "\f053";
  color: #fff;
  padding: 14px 10px;
  background: #162E27;
}
.slick-next:before {
  content: "\f054";
}
.slick-prev {
  left: 0;
  z-index: 1;
}
.slick-next {
  right: 12px;
  z-index: 1;
}
.slick-dots li button:before {
  color: #162E27;
}
/*********************
GENERIC FORM STYLES
*********************/
.signup .gform_wrapper form.gf_simple_horizontal div.gform_body {
 width: 100%!important;
 max-width: 100%!important;
}
.signup .gform_legacy_markup_wrapper.gf_browser_chrome ul.gform_fields li.gfield span.name_first, .signup .gform_legacy_markup_wrapper.gf_browser_chrome ul.gform_fields li.gfield span.name_last, .signup .gform_legacy_markup_wrapper.gf_browser_chrome ul.gform_fields li.gfield span.name_middle {
  padding-top: 0;
}
.signup .gform_legacy_markup_wrapper li.hidden_label input {
  margin-top: 0;
}
.signup .gform_wrapper form.gf_simple_horizontal div.gform_body ul.top_label.form_sublabel_below li.gfield, .signup .gform_wrapper form.gf_simple_horizontal div.gform_footer.top_label {
  vertical-align: top;
}
.signup .gform_legacy_markup_wrapper {
  margin-bottom: 0;
}
.button {
  background: #AAA08A;
  border: 2px solid #AAA08A;
  padding: 17px 30px 16px 30px;
}
.button:hover, .button:focus {
  background: #837b6b;
  border: 2px solid #837b6b;
}
.gform_wrapper .gform_footer input.button, .gform_wrapper .gform_footer input[type=submit], .gform_wrapper .gform_page_footer input.button, .gform_wrapper .gform_page_footer input[type=submit] {
  border-radius: 3px;
  margin: 0;
  font-size: 15px;
  letter-spacing: .5px;
  width: 100%;
}
.gform_wrapper ul.gform_fields li.gfield {
  padding-right: 0;
}
.gform_wrapper textarea.large {
  height: 160px;
  border: 2px solid #fff;
  background: #fff;
  border-radius: 3px;
  box-shadow:none;
}
.gform_wrapper input:not([type=radio]):not([type=checkbox]):not([type=submit]):not([type=button]):not([type=image]):not([type=file]) {
  border: 2px solid #fff;
  border-radius: 3px;
  background: #fff;
  font-size: 1rem;
  min-height: 52px!important;
  box-shadow: none;
}
[type=color], [type=date], [type=datetime-local], [type=datetime], [type=email], [type=month], [type=number], [type=password], [type=search], [type=tel], [type=text], [type=time], [type=url], [type=week], textarea, .gform_wrapper .top_label .gfield_label, .gform_wrapper legend.gfield_label {
  color: #162E27;
}
.gform_wrapper textarea {
  font-size: 1rem;
}
.gform_wrapper .field_sublabel_above .ginput_complex.ginput_container label, .gform_wrapper .field_sublabel_above div[class*=gfield_date_].ginput_container label, .gform_wrapper .field_sublabel_above div[class*=gfield_time_].ginput_container label, .gform_wrapper .field_sublabel_below .ginput_complex.ginput_container label, .gform_wrapper .field_sublabel_below div[class*=gfield_date_].ginput_container label, .gform_wrapper .field_sublabel_below div[class*=gfield_time_].ginput_container label, .gform_wrapper h3.gform_title {
  display: none;
}
.gform_wrapper.gf_browser_chrome ul.gform_fields li.gfield span.name_first input, .gform_wrapper.gf_browser_chrome ul.gform_fields li.gfield span.name_last input {
  margin-bottom: 0;
}
.gform_legacy_markup_wrapper .gform_footer {
  padding: 0!important;
}
.gform_legacy_markup_wrapper .gform_footer input.button, .gform_legacy_markup_wrapper .gform_footer input[type=submit] {
  margin-right: 0!important;
}

/*********************
HOMEPAGE STYLES
*********************/
.main-content .intro-cta {
  padding-bottom: 5rem;
}
.main-content .box-shadow {
  height: 100%;
  width: 100%;
  -webkit-box-shadow: 20px 20px 5px 0px rgba(0,0,0,0.12);
  -moz-box-shadow: 20px 20px 5px 0px rgba(0,0,0,0.12);
  box-shadow: 20px 20px 5px 0px rgba(0,0,0,0.12);
}

.main-content .box-shadow img {
  -webkit-box-shadow: 10px 10px 0px 0px rgba(170,160,138,1);
-moz-box-shadow: 10px 10px 0px 0px rgba(170,160,138,1);
box-shadow: 10px 10px 0px 0px rgba(170,160,138,1);
}


/* Session Styles boxes */
.padbot {
  padding-bottom: 20rem;
}
.sessions .grid-container.martop {
  background: #fff;
  margin-top: -20rem;
  padding-top: 10rem;
}
.sessions ul {
  margin: 2rem 0 0;
}
.sessions ul li {
 list-style: none;
}
.sessions ul li .session-block {
  -webkit-box-shadow: 5px 10px 20px 0px rgba(0,0,0,0.12);
  -moz-box-shadow: 5px 10px 20px 0px rgba(0,0,0,0.12);
  box-shadow: 5px 10px 20px 0px rgba(0,0,0,0.12);
  border-radius: 5px;
}
.sessions ul li .session-block img {
  border-radius: 5px 5px 0 0;
}
.sessions ul li .inner {
  padding: 2rem;
  background: #ECEAE5;
  border-radius: 0 0 5px 5px;
  position: relative;
}
.session-cta {
  position: absolute;
  margin: 0;
  padding: 6px;
  text-transform: uppercase;
  background: #162E27;
  color: #fff;
  font-weight: 700;
  font-size: .75rem;
  z-index: 3;
  height: 28px;
  top: -28px;
  right: 0;
}

/* Plan your visit styles */
.plan-visit ul {
  margin: 1rem 0 0;
}
.plan-visit ul li {
 list-style: none;
}
.plan-visit ul li .box, .contact-box {
  padding: 2rem 1rem 2rem;
  background: #fff;
  border-radius: 5px;
  -webkit-box-shadow: 5px 10px 20px 0px rgba(0,0,0,0.12);
  -moz-box-shadow: 5px 10px 20px 0px rgba(0,0,0,0.12);
  box-shadow: 5px 10px 20px 0px rgba(0,0,0,0.12);
  margin-bottom: 2rem;
}
.plan-visit ul li .box {
  padding: 3rem 1rem 2rem;
  margin-bottom: 4rem;
  text-align: center;
}
.plan-visit ul li .box p:last-child, .plan-visit ul li:last-child .box {
  margin-bottom: 0;
}
.plan-visit h6.number {
	display: block;
    width: 65px;
    height: 65px;
    background: #aaa08a;
    border-radius: 100%;
    padding: 12px;
    text-align: center;
    color: #fff;
    margin: -77.5px auto 1rem;
    text-align: center;
    border: 4px solid #FFF;
    font-family: "jubilat", serif;
    display: flex;
    align-items: center;
    justify-content: center;
}

/*********************
YOUTUBE EMBED STYLES
*********************/
/* Youtube full width embed */
.videoWrapper {
  position: relative;
  padding-bottom: 56.25%;
  /* 16:9 */
  padding-top: 25px;
  height: 0;
}
.videoWrapper iframe {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}

/*********************
CONTACT PAGE STYLES
*********************/
.contact-box {
  padding: 3rem 2rem;
}
.connect {
  margin-top: 2rem;
}
.connect i {
  font-size: 1.6rem;
  margin-right: 1rem;
}
.map iframe {
  width: 100%;
}
.word-break {
  word-break: break-all;
}

/*********************
FOOTER STYLES
*********************/
.footer {
  background: #fff;
  padding: 3.5rem 0 0;
}
.footer img.logo {
  width: 180px;
}
.footer nav ul {
  display: flex;
  flex-direction: column;
}
.footer nav ul li a, .footer-contact a{
  padding: 0;
  margin-bottom: 1rem;
  font-size: 1rem;
}
#menu-footer-links .active>a {
  color: #AAA08A;
}
.footer .logo {
  width: 250px;
}
.footer-contact {
  display: flex;
  flex-direction: column;
}
.footer-contact p strong, .footer-contact i {
  color: #AAA08A;
}
.footer-contact p, .footer-contact a {
  font-weight: 500;
  font-size: 1rem;
}
.footer .copyright {
  margin: 2.5rem auto;
}
.footer .copyright p, .footer .copyright a {
  font-size: .9rem;
}
.footer .copyright a {
  text-decoration: underline;
}
.footer .copyright a:hover {
  color: #AAA08A;
}


/* MEDIA QUERIES */

@media only screen and (max-width:1600px) {
  .padbot {
    padding-bottom: 10rem;
  }
  .sessions .grid-container.martop {
    margin-top: 0;
    padding-top: 0;
  }
}

@media only screen and (max-width:1023px) {
  /* Menu and Header */
  .hero-banner h1 {
    font-size: 3rem;
  }
  h1, h2, h3 {
    font-size: 2rem;
  }
  h4, h5 {
    font-size: 1.4rem;
  }
  /* Sections */
  section {
    padding: 5.5rem 0;
  }
  .padbot {
    padding-bottom: 5.5rem;
  }
   /* Booking Sessions */
  .sessions ul li .inner {
    margin-bottom: 2rem;
  }
  .sessions ul li:nth-child(3) .inner, .sessions ul li:last-child .inner {
    margin-bottom: 0;
  }
}

@media only screen and (max-width: 641px) {
.gform_legacy_markup_wrapper input:not([type=radio]):not([type=checkbox]):not([type=image]):not([type=file]) {
    line-height: 1!important;
    min-height: auto!important;
}
.gform_legacy_markup_wrapper .ginput_container span:not(.ginput_price) {
  margin-bottom: 16px!important;
}
.contact .gform_legacy_markup_wrapper .ginput_container span:not(.ginput_price) {
  margin-bottom: 0!important;
}
}
@media only screen and (max-width:639px) {
  /* Menu and Header */
  .MenuButton {
    top: -67px;
  }
  #cssmenu ul {
    top: 15px;
  }
  .hero-banner h1, .hero-banner {
    margin-bottom: 0;
  }
  /* Footer */
  .footer {
    text-align: center;
  }
  .footer img.logo {
    margin-bottom: 1.5rem;
  }
  /* Sections */
section {
  padding: 3rem 0;
}
.padbot {
  padding-bottom: 3rem;
}
.sessions .grid-container.martop {
  margin-top: 0;
  padding-top: 0;
}
.hero-banner .overlay, .hero-banner.inner-banner .overlay {
  padding: 5rem 0;
  min-height: auto;
  height: auto;
}
.main-content main {
  margin-bottom: 2rem;
}

/* Headings */
h1 {
  font-size: 2rem;
}
  .hero-banner h1 {
font-size: 2.5rem;
}
h2, h3 {
  font-size: 1.85rem;
}
h4, h5 {
  font-size: 1.3rem;
}
h6 {
  font-size: 1.15;
}
p {
  font-size: 1rem;
}
/* Booking Sessions */
.sessions ul li:nth-child(3) .inner {
  margin-bottom: 2rem;
}
/* FAQs */
.faq .accordion {
  padding: 1rem;
}
.martopmob {
  margin-top: 2rem;
}
}