/* ======= Base ======= */
html,
body {
  height: 100%;
}
body {
  font-size: 13px;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}
.wrapper {
  min-height: 100%;
  margin-bottom: -344px;
  /* equal to footer height */
}
.wrapper:after {
  content: "";
  display: block;
  height: 344px;
  /* must be the same height as footer */
}
.footer {
  height: 344px;
  /* must be the same height as footer */
}
h1,
h2,
h3,
h4,
h5,
h6 {
  font-family: 'open sans', arial, sans-serif;
  font-weight: 300;
}
p {
  color: #444444;
  font-size: 13px;
}
a {
  color: #57a89a;
  -webkit-transition: all 0.4s ease-in-out;
  -moz-transition: all 0.4s ease-in-out;
  -ms-transition: all 0.4s ease-in-out;
  -o-transition: all 0.4s ease-in-out;
}
a:hover {
  text-decoration: none;
  color: #34655c;
}
a:focus {
  text-decoration: none;
}
.btn {
  -webkit-transition: all 0.4s ease-in-out;
  -moz-transition: all 0.4s ease-in-out;
  -ms-transition: all 0.4s ease-in-out;
  -o-transition: all 0.4s ease-in-out;
  -webkit-border-radius: 0;
  -moz-border-radius: 0;
  -ms-border-radius: 0;
  -o-border-radius: 0;
  border-radius: 0;
  -moz-background-clip: padding;
  -webkit-background-clip: padding-box;
  background-clip: padding-box;
}
.btn .fa {
  color: #fff;
  margin-right: 5px;
}
.btn .fa.fa-search {
  margin-right: 0;
}
.btn-theme {
  background: #57a89a;
  border: 1px solid #57a89a;
  color: #fff;
}
.btn-theme:hover {
  background: #79b9ae;
  border: 1px solid #79b9ae;
  color: #fff;
}
a.btn-cta,
.btn-cta {
  background: #57a89a;
  color: #fff;
  padding: 10px 20px;
  font-size: 18px;
  line-height: 1.33;
  -webkit-border-radius: 0;
  -moz-border-radius: 0;
  -ms-border-radius: 0;
  -o-border-radius: 0;
  border-radius: 0;
  -moz-background-clip: padding;
  -webkit-background-clip: padding-box;
  background-clip: padding-box;
  border: 1px solid #57a89a;
  font-family: 'open sans', arial, sans-serif;
}
a.btn-cta:hover,
.btn-cta:hover {
  color: #fff;
  background: #79b9ae;
  border: 1px solid #79b9ae;
}
a.btn-cta .fa,
.btn-cta .fa {
  margin-right: 10px;
  font-size: 20px;
  color: #fff;
}
.form-control {
  -webkit-border-radius: 0;
  -moz-border-radius: 0;
  -ms-border-radius: 0;
  -o-border-radius: 0;
  border-radius: 0;
  -moz-background-clip: padding;
  -webkit-background-clip: padding-box;
  background-clip: padding-box;
}
.form-control:focus {
  border-color: #57a89a;
  -webkit-box-shadow: none;
  -moz-box-shadow: none;
  box-shadow: none;
}
blockquote {
  font-size: 14px;
}
blockquote p {
  font-size: 14px;
  line-height: 1.5;
}
.RedDamask {
  background-color: #e27240;
}
.RedDamask:hover {
  background-color: #df622a;
}
.FireBush {
  background-color: #E28D40;
}
.FireBush:hover {
  background-color: #df802a;
}
.OliveDrab {
  background-color: #60A823;
}
.OliveDrab:hover {
  background-color: #54931f;
}
.Mojo {
  background-color: #C94139;
}
.Mojo:hover {
  background-color: #b73932;
}
.text-highlight {
  color: #23433e;
}
.highlight-border {
  border-color: #57a89a;
}
.read-more {
  -webkit-transition: all 0.4s ease-in-out;
  -moz-transition: all 0.4s ease-in-out;
  -ms-transition: all 0.4s ease-in-out;
  -o-transition: all 0.4s ease-in-out;
  font-size: 13px;
  display: block;
}
.read-more .fa {
  position: relative;
  top: 1px;
  margin-left: 5px;
}
.read-more:hover {
  text-decoration: none;
}
.carousel-fade .item {
  -webkit-opacity: 0;
  -moz-opacity: 0;
  opacity: 0;
  -webkit-transition: opacity 0.3s;
  -moz-transition: opacity 0.3s;
  -ms-transition: opacity 0.3s;
  -o-transition: opacity 0.3s;
}
.carousel-fade .item.active {
  -webkit-opacity: 1;
  -moz-opacity: 1;
  opacity: 1;
}
#topcontrol {
  background: #79b9ae;
  color: #fff;
  text-align: center;
  display: inline-block;
  width: 35px;
  height: 35px;
  border: none;
  -webkit-border-radius: 2px;
  -moz-border-radius: 2px;
  -ms-border-radius: 2px;
  -o-border-radius: 2px;
  border-radius: 2px;
  -moz-background-clip: padding;
  -webkit-background-clip: padding-box;
  background-clip: padding-box;
  -webkit-transition: all 0.4s ease-in-out;
  -moz-transition: all 0.4s ease-in-out;
  -ms-transition: all 0.4s ease-in-out;
  -o-transition: all 0.4s ease-in-out;
}
#topcontrol:hover {
  background: #57a89a;
}
#topcontrol .fa {
  position: relative;
  top: 3px;
  font-size: 25px;
}
.row-end {
  margin-right: 0;
  padding-right: 0;
}
ul.custom-list-style li {
  list-style: none;
}
.date-label {
  background: #f5f5f5;
  display: inline-block;
  width: 40px;
  height: 50px;
  text-align: center;
  font-size: 13px;
}
.date-label .month {
  background: #57a89a;
  color: #fff;
  display: block;
  font-size: 13px;
  text-transform: uppercase;
}
.date-label .date-number {
  clear: left;
  display: block;
  padding-top: 5px;
  font-size: 15px;
  font-family: 'open sans', arial, sans-serif;
  font-weight: 500;
}
.pagination > .active > a,
.pagination > .active > span,
.pagination > .active > a:hover,
.pagination > .active > span:hover,
.pagination > .active > a:focus,
.pagination > .active > span:focus {
  background-color: #57a89a;
  border-color: #57a89a;
}
.pagination > li > a:hover,
.pagination > li > span:hover,
.pagination > li > a:focus,
.pagination > li > span:focus {
  background-color: #ddeeeb;
  border-color: #9acbc2;
}
.pagination > li:first-child > a,
.pagination > li:first-child > span,
.pagination > li:last-child > a,
.pagination > li:last-child > span {
  -webkit-border-radius: 0;
  -moz-border-radius: 0;
  -ms-border-radius: 0;
  -o-border-radius: 0;
  border-radius: 0;
  -moz-background-clip: padding;
  -webkit-background-clip: padding-box;
  background-clip: padding-box;
}
.nav-tabs {
  border-bottom: none;
  position: relative;
  margin-bottom: -1px;
}
.tab-content {
  border: 1px solid #e8e8e8;
  padding: 15px;
  margin-bottom: 20px;
}
.nav > li > a {
  font-size: 13px;
}
.nav > li > a:focus,
.nav > li > a:hover {
  background: inherit;
}
.nav-tabs > li > a {
  border: 1px solid #e8e8e8;
  border-bottom: none;
  background: #f5f5f5;
  padding: 5px 15px;
  margin-right: 0;
  -webkit-border-radius: 0;
  -moz-border-radius: 0;
  -ms-border-radius: 0;
  -o-border-radius: 0;
  border-radius: 0;
  -moz-background-clip: padding;
  -webkit-background-clip: padding-box;
  background-clip: padding-box;
  color: #444444;
  -webkit-transition: all 0s;
  -moz-transition: all 0s;
  -ms-transition: all 0s;
  -o-transition: all 0s;
}
.nav-tabs > li {
  margin-right: 2px;
}
.nav-tabs > li.active {
  border-top: 2px solid #57a89a;
}
.nav-tabs > li.active a,
.nav-tabs > li.active a:hover,
.nav-tabs > li.active a:active,
.nav-tabs > li.active a:focus {
  border-bottom: 0;
  border-top: 0;
}
.table-striped > tbody > tr:nth-child(odd) > td,
.table-striped > tbody > tr:nth-child(odd) > th {
  background: #e4f1ef;
}
.table > thead > tr > th,
.table > tbody > tr > th,
.table > tfoot > tr > th,
.table > thead > tr > td,
.table > tbody > tr > td,
.table > tfoot > tr > td {
  border-top: 1px solid #ebebeb;
}
.table > thead > tr > th {
  border-bottom: 2px solid #9acbc2;
  color: #34655c;
}
.table-hover > tbody > tr:hover > td,
.table-hover > tbody > tr:hover > th {
  background: #e4f1ef;
}
.table-boxed,
.table-bordered {
  border: 1px solid #ebebeb;
}
.table.table-boxed > thead > tr > th {
  border-bottom: none;
  background: #57a89a;
  color: #fff;
}
.panel-group .panel {
  -webkit-border-radius: 0;
  -moz-border-radius: 0;
  -ms-border-radius: 0;
  -o-border-radius: 0;
  border-radius: 0;
  -moz-background-clip: padding;
  -webkit-background-clip: padding-box;
  background-clip: padding-box;
}
.panel-group .panel .panel-heading {
  background: none;
  border: none;
  -webkit-border-radius: 0;
  -moz-border-radius: 0;
  -ms-border-radius: 0;
  -o-border-radius: 0;
  border-radius: 0;
  -moz-background-clip: padding;
  -webkit-background-clip: padding-box;
  background-clip: padding-box;
}
.panel-group .panel .panel-heading .panel-title a {
  color: #57a89a;
}
.panel-group .panel .panel-heading .panel-title a:before {
  font-family: FontAwesome;
  line-height: 1;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  content: "\f146";
  margin-right: 5px;
}
.panel-group .panel .panel-heading .panel-title a.collapsed:before {
  content: "\f0fe";
}
.panel-group .panel .panel-body {
  font-size: 13px;
}
.panel {
  -webkit-border-radius: 0;
  -moz-border-radius: 0;
  -ms-border-radius: 0;
  -o-border-radius: 0;
  border-radius: 0;
  -moz-background-clip: padding;
  -webkit-background-clip: padding-box;
  background-clip: padding-box;
}
.panel .panel-heading {
  -webkit-border-radius: 0;
  -moz-border-radius: 0;
  -ms-border-radius: 0;
  -o-border-radius: 0;
  border-radius: 0;
  -moz-background-clip: padding;
  -webkit-background-clip: padding-box;
  background-clip: padding-box;
}
.panel .panel-heading h3.panel-title {
  font-weight: 500;
}
.panel .panel-heading .label {
  font-size: 10px;
}
.panel .panel-footer {
  -webkit-border-radius: 0;
  -moz-border-radius: 0;
  -ms-border-radius: 0;
  -o-border-radius: 0;
  border-radius: 0;
  -moz-background-clip: padding;
  -webkit-background-clip: padding-box;
  background-clip: padding-box;
}
.panel .panel-footer ul {
  margin-bottom: 0;
}
.panel .panel-footer ul.list-inline li {
  margin-bottom: 0;
}
.panel .panel-footer small {
  color: #999999;
}
.panel > .list-group .list-group-item:last-child {
  -webkit-border-radius: 0;
  -moz-border-radius: 0;
  -ms-border-radius: 0;
  -o-border-radius: 0;
  border-radius: 0;
  -moz-background-clip: padding;
  -webkit-background-clip: padding-box;
  background-clip: padding-box;
}
.panel-theme {
  border-color: #57a89a;
}
.panel-theme > .panel-heading,
.panel-theme > .panel-footer {
  color: #fff;
  background: #57a89a;
  border-color: #57a89a;
}
.no-margins {
  margin: 0;
}
.no-margin-left {
  margin-left: 0;
}
.no-margin-right {
  margin-right: 0;
}
.no-margin-top {
  margin-top: 0;
}
.no-margin-bottom {
  margin-bottom: 0;
}
.label {
  -webkit-border-radius: 0;
  -moz-border-radius: 0;
  -ms-border-radius: 0;
  -o-border-radius: 0;
  border-radius: 0;
  -moz-background-clip: padding;
  -webkit-background-clip: padding-box;
  background-clip: padding-box;
}
.label.label-theme {
  background: #57a89a;
}
.label .fa {
  margin-right: 4px;
}
.label.label-icon-only .fa {
  margin-right: 0;
}
.badge.badge-theme {
  background: #57a89a;
}
.badge.badge-default {
  background: #999;
}
.badge.badge-primary {
  background: #428bca;
}
.badge.badge-success {
  background: #5cb85c;
}
.badge.badge-info {
  background: #5bc0de;
}
.badge.badge-info {
  background: #5bc0de;
}
.badge.badge-warning {
  background: #f0ad4e;
}
.badge.badge-danger {
  background: #d9534f;
}
.promo-badge {
  font-size: 20px;
  display: table;
}
.promo-badge a {
  color: #fff;
  display: table-cell;
  width: 135px;
  height: 135px;
  text-align: center;
  vertical-align: middle;
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  -ms-border-radius: 50%;
  -o-border-radius: 50%;
  border-radius: 50%;
  -moz-background-clip: padding;
  -webkit-background-clip: padding-box;
  background-clip: padding-box;
  border: 5px solid #fff;
  -webkit-box-shadow: 0px 0px 1px 1px rgba(0, 0, 0, 0.1);
  -moz-box-shadow: 0px 0px 1px 1px rgba(0, 0, 0, 0.1);
  box-shadow: 0px 0px 1px 1px rgba(0, 0, 0, 0.1);
}
.promo-badge .percentage {
  font-size: 32px;
  font-weight: 500;
  color: #fff;
  position: relative;
  font-family: 'open sans', arial, sans-serif;
}
.promo-badge .percentage .off {
  font-size: 11px;
  position: absolute;
  top: 15px;
  right: -15px;
}
.promo-badge .desc {
  font-size: 12px;
}
.progress-bar-theme {
  background: #57a89a;
}
.img-thumbnail {
  -webkit-border-radius: 0;
  -moz-border-radius: 0;
  -ms-border-radius: 0;
  -o-border-radius: 0;
  border-radius: 0;
  -moz-background-clip: padding;
  -webkit-background-clip: padding-box;
  background-clip: padding-box;
  border-color: #e8e8e8;
  margin-bottom: 15px;
}
#cboxLoadedContent,
#cboxContent {
  background: none;
}
.box {
  background: #f5f5f5;
  padding: 15px;
}
.box.box-border {
  border-left: 5px solid #57a89a;
}
.box.box-dark {
  background: #444444;
  color: #fff;
}
.box.box-theme {
  background: #57a89a;
  color: #fff;
}
.box .date-label {
  background: #fff;
}
.social-icons {
  list-style: none;
  padding: 10px 0;
  margin-bottom: 0;
}
.social-icons li {
  float: left;
}
.social-icons li.row-end {
  margin-right: 0;
}
.social-icons a {
  display: inline-block;
  background: #89c2b8;
  width: 32px;
  height: 32px;
  text-align: center;
  padding-top: 4px;
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  -ms-border-radius: 50%;
  -o-border-radius: 50%;
  border-radius: 50%;
  -moz-background-clip: padding;
  -webkit-background-clip: padding-box;
  background-clip: padding-box;
  font-size: 18px;
  margin-right: 10px;
  float: left;
}
.social-icons a:hover {
  background: #57a89a;
}
.social-icons a .fa {
  color: #fff;
}
.social-icons a .fa:before {
  font-size: 18px;
  text-align: center;
  padding: 0;
}
/* ======= Header ======= */
.header .top-bar {
  background: #2c544d;
}
.header .top-bar .search-form {
  padding: 10px 0;
}
.header .top-bar .search-form .form-group {
  display: inline-block;
  margin-bottom: 0;
  vertical-align: middle;
}
.header .social-icons li.row-end {
  margin-right: 0;
}
.header .social-icons a {
  background: #23433e;
}
.header .social-icons a:hover {
  background: #57a89a;
}
.header .social-icons a:hover .fa {
  color: #fff;
}
.header .social-icons a .fa {
  color: rgba(255, 255, 255, 0.4);
}
.header .social-icons a .fa:before {
  font-size: 18px;
  text-align: center;
  padding: 0;
}
.header .header-main {
  padding: 30px 0;
}
.header .logo {
  margin-top: 0;
  margin-bottom: 0;
}
.header .menu-top {
  list-style: none;
  margin: 0;
  padding: 0;
  text-align: right;
  float: right;
}
.header .menu-top li {
  list-style: none;
  float: left;
  font-size: 11px;
  font-family: 'open sans', arial, sans-serif;
}
.header .menu-top li:last-child a {
  padding-right: 0;
}
.header .menu-top li.divider a {
  border-right: 1px solid #c3c3c3;
}
.header .menu-top li a {
  display: inline-block;
  color: #777777;
  padding: 0px 10px;
}
.header .menu-top li a:hover {
  color: #57a89a;
}
.header .contact {
  font-size: 20px;
  font-family: 'open sans', arial, sans-serif;
  font-weight: 300;
  margin-top: 10px;
}
.header .contact p {
  float: left;
  margin-bottom: 0;
}
.header .contact p.phone {
  margin-right: 30px;
}
.header .contact p a {
  color: #444444;
}
.header .contact .fa {
  color: #57a89a;
  margin-right: 8px;
  font-size: 18px;
  position: relative;
  top: 1px;
}
.header .contact .fa.fa-phone {
  font-size: 22px;
  top: 2px;
}
.header .search-form {
  border: 0;
  -webkit-box-shadow: none;
  -moz-box-shadow: none;
  box-shadow: none;
}
.header .search-form .form-control {
  width: 260px;
  background: #f5f5f5;
  -webkit-transition: all 0.4s ease-in-out;
  -moz-transition: all 0.4s ease-in-out;
  -ms-transition: all 0.4s ease-in-out;
  -o-transition: all 0.4s ease-in-out;
}
.header .search-form .form-control:focus {
  background: #fff;
  border-color: #57a89a;
}
.main-nav {
  background: #57a89a;
  margin-bottom: 30px;
}
.main-nav button {
  background: #23433e;
  color: #fff !important;
  -webkit-border-radius: 0;
  -moz-border-radius: 0;
  -ms-border-radius: 0;
  -o-border-radius: 0;
  border-radius: 0;
  -moz-background-clip: padding;
  -webkit-background-clip: padding-box;
  background-clip: padding-box;
}
.main-nav button:focus {
  outline: none;
}
.main-nav button .icon-bar {
  background-color: #fff;
}
.main-nav .navbar-collapse {
  padding: 0;
}
.main-nav .nav .nav-item {
  font-weight: 600;
  text-transform: uppercase;
  font-family: 'open sans', arial, sans-serif;
  z-index: 100;
}
.main-nav .nav .nav-item.dropdown {
  z-index: 101;
}
.main-nav .nav .nav-item a {
  color: #cde5e1;
  -webkit-transition: all 0.4s ease-in-out;
  -moz-transition: all 0.4s ease-in-out;
  -ms-transition: all 0.4s ease-in-out;
  -o-transition: all 0.4s ease-in-out;
}
.main-nav .nav .nav-item a:hover {
  background: #57a89a;
  color: #fff;
}
.main-nav .nav .nav-item.active {
  position: relative;
}
.main-nav .nav .nav-item.active > a {
  background: #46867b;
  color: #fff;
}
.main-nav .nav .nav-item.active > a:before {
  content: "\f0d8";
  position: absolute;
  bottom: -8px;
  left: 0;
  text-align: center;
  font-family: FontAwesome;
  display: block;
  font-size: 12px;
  width: 100%;
}
.main-nav .nav .nav-item.active > a.dropdown-toggle:before {
  display: none;
}
.main-nav .nav .nav-item.open a {
  background: #46867b;
  color: #fff;
}
.main-nav .nav .nav-item .dropdown-menu {
  -webkit-border-radius: 0;
  -moz-border-radius: 0;
  -ms-border-radius: 0;
  -o-border-radius: 0;
  border-radius: 0;
  -moz-background-clip: padding;
  -webkit-background-clip: padding-box;
  background-clip: padding-box;
  margin: 0;
  border: none;
  padding: 0;
  text-transform: none;
  min-width: 220px;
}
.main-nav .nav .nav-item .dropdown-menu a {
  border-bottom: 1px solid #3d766c;
  padding: 8px 20px;
}
.main-nav .nav .nav-item .dropdown-menu a:hover {
  background: #3d766c;
  color: #fff;
  padding-left: 24px;
}
.main-nav .nav .nav-item .dropdown-submenu {
  position: relative;
}
.main-nav .nav .nav-item .dropdown-submenu .fa {
  position: absolute;
  right: 15px;
  top: 10px;
}
.main-nav .nav .nav-item .dropdown-submenu li {
  position: relative;
}
.main-nav .nav .nav-item .dropdown-submenu li .fa {
  position: absolute;
  right: 15px;
  top: 10px;
}
.main-nav .nav .nav-item .dropdown-submenu > .dropdown-menu {
  top: 0;
  left: 100%;
  margin-top: 0px;
  margin-left: -1px;
}
/* ======= Footer ======= */
.footer {
  background: #444444;
  color: #fff;
}
.footer p {
  color: #dcdcdc;
}
.footer ul {
  padding-left: 0;
}
.footer li {
  list-style: none;
}
.footer h3 {
  margin-top: 0;
  margin-bottom: 20px;
}
.footer .footer-content {
  padding: 30px 0;
  font-size: 12px;
  min-height: 300px;
}
.footer .footer-content .footer-col .footer-col-inner {
  padding: 0 15px;
}
.footer .footer-content .footer-col .fa {
  margin-right: 10px;
  display: inline-block;
  color: #767676;
}
.footer .footer-content .footer-col .fa.fa-phone {
  font-size: 16px;
}
.footer .footer-content .footer-col li {
  margin-bottom: 10px;
  font-size: 12px;
}
.footer .footer-content .footer-col a {
  color: #dcdcdc;
}
.footer .footer-content .footer-col a:hover {
  color: #79b9ae;
}
.footer .footer-content .adr {
  margin-bottom: 30px;
}
.footer .footer-content .adr .fa {
  font-size: 16px;
  margin-top: 2px;
}
.footer .footer-content .subscribe-form {
  padding: 0;
}
.footer .footer-content .subscribe-form .form-group {
  display: inline-block;
  margin-bottom: 0;
  vertical-align: middle;
}
.footer .footer-content .subscribe-form .form-control {
  width: 320px;
  background: #f5f5f5;
  border: none;
  -webkit-transition: all 0.4s ease-in-out;
  -moz-transition: all 0.4s ease-in-out;
  -ms-transition: all 0.4s ease-in-out;
  -o-transition: all 0.4s ease-in-out;
}
.footer .footer-content .subscribe-form .form-control:focus {
  background: #fff;
}
.footer .bottom-bar {
  background: #2b2b2b;
  padding: 5px 0;
}
.footer .bottom-bar .copyright {
  font-size: 11px;
  color: #dcdcdc;
  line-height: 3;
}
.footer .bottom-bar .copyright a:hover {
  color: #79b9ae;
}
.footer .bottom-bar .social {
  margin: 0;
}
.footer .bottom-bar .social li {
  float: right;
  margin-left: 10px;
  text-align: center;
  font-size: 18px;
  line-height: 2;
}
.footer .bottom-bar .social li a {
  color: #a9a9a9;
  padding: 0 5px;
}
.footer .bottom-bar .social li a:hover {
  color: #57a89a;
}
/* ======= FlexSlider ======= */
.flexslider {
  -webkit-border-radius: 0;
  -moz-border-radius: 0;
  -ms-border-radius: 0;
  -o-border-radius: 0;
  border-radius: 0;
  -moz-background-clip: padding;
  -webkit-background-clip: padding-box;
  background-clip: padding-box;
  -webkit-box-shadow: 0 0 0;
  -moz-box-shadow: 0 0 0;
  box-shadow: 0 0 0;
  border: 0;
}
.flexslider .flex-control-nav {
  bottom: -35px;
}
.flexslider .flex-control-paging li a {
  background: #a1a1a1;
}
.flexslider .flex-control-paging li a:hover {
  background: #57a89a;
}
.flexslider .flex-control-paging li a.flex-active {
  background: #57a89a;
}
.flexslider .slides li {
  position: relative;
}
.flexslider .slides .flex-caption {
  position: absolute;
  left: 30px;
  bottom: 30px;
  color: #fff;
  display: inline-block;
  font-family: 'open sans', arial, sans-serif;
}
.flexslider .slides .flex-caption .main {
  display: inline-block;
  background: #57a89a;
  margin-bottom: 5px;
  padding: 10px 15px;
  font-size: 18px;
  text-transform: uppercase;
}
.flexslider .slides .flex-caption .secondary {
  display: inline-block;
  background: rgba(0, 0, 0, 0.8);
  padding: 5px 15px;
  color: #fff;
  font-size: 16px;
}
.flexslider .slides .promo-badge {
  position: absolute;
  right: 60px;
  top: 30px;
}
/* ======= Page ======= */
.page-wrapper .page-heading {
  margin-bottom: 30px;
  border-bottom: 1px solid #e8e8e8;
}
.page-wrapper .page-heading h1.heading-title {
  margin-top: 0;
  display: inline-block;
  font-size: 28px;
}
.page-wrapper .breadcrumbs {
  display: inline-block;
}
.page-wrapper .breadcrumbs ul {
  padding-top: 25px;
  margin: 0;
}
.page-wrapper .breadcrumbs ul li {
  color: #57a89a;
  font-size: 12px;
  float: left;
  list-style: none;
  display: inline-block;
}
.page-wrapper .breadcrumbs ul li a {
  display: inline-block;
  padding: 0 5px;
  color: #aaaaaa;
}
.page-wrapper .breadcrumbs ul li a:hover {
  color: #34655c;
}
.page-wrapper .breadcrumbs ul li.breadcrumbs-label {
  padding-right: 0;
  color: #aaaaaa;
}
.page-wrapper .breadcrumbs ul li.current {
  max-width: 250px;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
}
.page-wrapper .breadcrumbs ul li .fa {
  margin-right: 5px;
  color: #aaaaaa;
}
.page-wrapper ul li {
  margin-bottom: 5px;
}
.page-wrapper ul li .fa {
  margin-right: 5px;
  color: #57a89a;
}
.page-wrapper ul li.list-group-item {
  margin-bottom: -1px;
}
.page-wrapper ul.nav li {
  margin-bottom: 0;
}
.page-wrapper ul.social-icons li .fa {
  margin-right: 0;
  color: #fff;
}
.page-wrapper ol li {
  margin-bottom: 5px;
}
.page-wrapper dl dd {
  margin-bottom: 5px;
}
.page-wrapper .page-content h1 {
  font-size: 26px;
  font-weight: normal;
}
.page-wrapper .page-content h2 {
  font-size: 24px;
  font-weight: normal;
}
.page-wrapper .page-content h3 {
  font-size: 20px;
  font-weight: normal;
}
.page-wrapper .page-content h4 {
  font-size: 18px;
  font-weight: normal;
}
.page-wrapper .page-content h5 {
  font-size: 16px;
  font-weight: normal;
}
.page-wrapper .page-content h6 {
  font-size: 14px;
  font-weight: normal;
}
.page-wrapper .page-content .title {
  margin-top: 0;
  margin-bottom: 15px;
  font-weight: 300;
}
.page-wrapper .page-content .page-row {
  margin-bottom: 30px;
}
.page-wrapper .page-content .custom-quote {
  border-color: #9acbc2;
}
.page-wrapper .page-content .custom-quote p {
  font-size: 14px;
  color: #777777;
  line-height: 1.5;
}
.page-wrapper .page-content .custom-quote .fa {
  color: #57a89a;
  margin-right: 10px;
}
.page-wrapper .page-content .custom-quote .people {
  margin-top: 10px;
  font-size: 11px;
  color: #444444;
  font-style: normal;
}
.page-wrapper .page-content .custom-quote .people .name {
  color: #57a89a;
}
.page-wrapper .page-content .has-divider {
  border-bottom: 1px dotted #e8e8e8;
  padding-bottom: 15px;
}
.page-wrapper .page-content .has-divider-solid {
  border-bottom: 1px solid #e8e8e8;
}
.page-wrapper .page-content .row-divider {
  border-bottom: 1px dotted #e8e8e8;
  padding: 10px 0;
}
.page-wrapper .page-content .even-row {
  background: #f5f5f5;
}
.page-wrapper .page-content .read-more.btn {
  margin-bottom: 15px;
  display: inline-block;
}
.page-wrapper .page-content .panel-title {
  font-size: 16px;
  font-weight: 300;
}
.page-wrapper .page-content .video-iframe {
  max-width: 100%;
}
.page-wrapper .page-content .album-cover {
  border: 1px solid #e8e8e8;
  margin-bottom: 30px;
}
.page-wrapper .page-content .album-cover:hover {
  -webkit-box-shadow: 0px 0px 5px 0px #e8e8e8;
  -moz-box-shadow: 0px 0px 5px 0px #e8e8e8;
  box-shadow: 0px 0px 5px 0px #e8e8e8;
}
.page-wrapper .page-content .album-cover > a:hover {
  position: relative;
}
.page-wrapper .page-content .album-cover > a:hover img {
  display: block;
  -webkit-opacity: 0.9;
  -moz-opacity: 0.9;
  opacity: 0.9;
}
.page-wrapper .page-content .album-cover .desc {
  padding: 15px;
  position: relative;
}
.page-wrapper .page-content .album-cover .desc:before {
  content: "";
  display: block;
  border-left: 10px solid transparent;
  border-right: 10px solid transparent;
  border-bottom: 10px solid #fff;
  position: absolute;
  top: -10px;
}
.page-wrapper .page-content .prettyphoto:hover img {
  -webkit-box-shadow: 0px 0px 5px 0px #e8e8e8;
  -moz-box-shadow: 0px 0px 5px 0px #e8e8e8;
  box-shadow: 0px 0px 5px 0px #e8e8e8;
}
.page-wrapper .page-sidebar h3.title {
  margin-top: 0;
  margin-bottom: 15px;
  font-size: 20px;
}
.page-wrapper .page-sidebar .widget {
  margin-bottom: 30px;
  padding-bottom: 15px;
}
.page-wrapper .page-sidebar .widget.has-divider {
  border-bottom: 1px dotted #e8e8e8;
}
.page-wrapper .page-sidebar .widget .iframe {
  height: auto;
  min-height: 200px;
  max-width: 100%;
}
.page-wrapper .page-sidebar .widget .fa {
  margin-right: 5px;
  color: #57a89a;
}
.page-wrapper .page-sidebar .widget .fa.fa-phone {
  font-size: 16px;
}
.page-wrapper .page-sidebar .widget .btn .fa {
  color: #fff;
}
.page-wrapper .page-sidebar .widget .nav li a {
  padding: 5px 15px;
  color: #444444;
  margin-bottom: 10px;
  border-left: 5px solid transparent;
}
.page-wrapper .page-sidebar .widget .nav li a:hover {
  background: none;
  color: #57a89a;
}
.page-wrapper .page-sidebar .widget .nav li.active a {
  background: none;
  color: #57a89a;
  font-weight: bold;
  border-left: 5px solid #57a89a;
}
.page-wrapper .page-sidebar ul {
  padding-left: 0;
}
.page-wrapper .page-sidebar #flickr-photos li {
  list-style: none;
  float: left;
  display: inline-block;
  margin-bottom: 5px;
  margin-right: 5px;
}
.page-wrapper .page-sidebar #flickr-photos li img {
  max-width: 100%;
  -webkit-transition: all 0.4s ease-in-out;
  -moz-transition: all 0.4s ease-in-out;
  -ms-transition: all 0.4s ease-in-out;
  -o-transition: all 0.4s ease-in-out;
}
.page-wrapper .page-sidebar #flickr-photos li img:hover {
  -webkit-opacity: 0.8;
  -moz-opacity: 0.8;
  opacity: 0.8;
}
.page-wrapper .page-sidebar .news-item {
  margin-bottom: 15px;
}
.page-wrapper .page-sidebar .news-item img {
  width: 40px;
  height: 40px;
}
.page-wrapper .page-sidebar .news-item .title {
  font-size: 14px;
  margin-top: 0;
}
.page-wrapper .page-sidebar .testimonials-carousel {
  position: relative;
}
.page-wrapper .page-sidebar .testimonials-carousel .fa {
  color: #57a89a;
  margin-right: 5px;
  font-size: 18px;
}
.page-wrapper .page-sidebar .testimonials-carousel .carousel .item {
  min-height: 300px;
}
.page-wrapper .page-sidebar .testimonials-carousel .people {
  margin-top: 10px;
}
.page-wrapper .page-sidebar .testimonials-carousel .people .name {
  color: #57a89a;
}
.page-wrapper .page-sidebar .testimonials-carousel .people .title {
  color: #999;
}
.page-wrapper .page-sidebar .testimonials-carousel .carousel-controls {
  margin-top: 20px;
  text-align: right;
}
.page-wrapper .page-sidebar .testimonials-carousel .carousel-controls a .fa {
  -webkit-transition: all 0.4s ease-in-out;
  -moz-transition: all 0.4s ease-in-out;
  -ms-transition: all 0.4s ease-in-out;
  -o-transition: all 0.4s ease-in-out;
  background: #dddddd;
  color: #fff;
  display: inline-block;
  width: 20px;
  height: 20px;
  text-align: center;
  margin-right: 0;
  font-size: 15px;
}
.page-wrapper .page-sidebar .testimonials-carousel .carousel-controls a.next .fa {
  padding-top: 2px;
  padding-right: 1px;
}
.page-wrapper .page-sidebar .testimonials-carousel .carousel-controls a.prev .fa {
  padding-top: 2px;
  padding-right: 1px;
}
.page-wrapper .page-sidebar .testimonials-carousel .carousel-controls a:hover .fa {
  background: #57a89a;
}
/* ======= Configure Style ======= */
.config-wrapper {
  position: absolute;
  top: 100px;
  right: 0;
}
.config-wrapper-inner {
  position: relative;
}
.config-trigger {
  display: block;
  position: absolute;
  left: -36px;
  width: 36px;
  height: 36px;
  background: #444444;
  color: #fff;
  text-align: center;
  -webkit-border-top-right-radius: 0;
  -webkit-border-bottom-right-radius: 0;
  -webkit-border-bottom-left-radius: 4px;
  -webkit-border-top-left-radius: 4px;
  -moz-border-radius-topright: 0;
  -moz-border-radius-bottomright: 0;
  -moz-border-radius-bottomleft: 4px;
  -moz-border-radius-topleft: 4px;
  border-top-right-radius: 0;
  border-bottom-right-radius: 0;
  border-bottom-left-radius: 4px;
  border-top-left-radius: 4px;
  -moz-background-clip: padding;
  -webkit-background-clip: padding-box;
  background-clip: padding-box;
}
.config-trigger:hover {
  background: #000;
}
.config-trigger .fa {
  font-size: 22px;
  padding-top: 8px;
  display: block;
  color: #fff;
}
.config-panel {
  display: none;
  background: #444444;
  color: #fff;
  padding: 15px;
  -webkit-border-top-right-radius: 0;
  -webkit-border-bottom-right-radius: 0;
  -webkit-border-bottom-left-radius: 4px;
  -webkit-border-top-left-radius: 0;
  -moz-border-radius-topright: 0;
  -moz-border-radius-bottomright: 0;
  -moz-border-radius-bottomleft: 4px;
  -moz-border-radius-topleft: 0;
  border-top-right-radius: 0;
  border-bottom-right-radius: 0;
  border-bottom-left-radius: 4px;
  border-top-left-radius: 0;
  -moz-background-clip: padding;
  -webkit-background-clip: padding-box;
  background-clip: padding-box;
}
.config-panel p {
  margin: 0;
  padding: 0;
  margin-bottom: 15px;
  color: #fff;
}
.config-panel ul {
  margin-bottom: 0;
}
.config-panel li a {
  display: block;
  width: 20px;
  height: 20px;
  border: 2px solid transparent;
}
.config-panel li a:hover {
  -webkit-opacity: 0.9;
  -moz-opacity: 0.9;
  opacity: 0.9;
  border: 2px solid rgba(255, 255, 255, 0.8);
}
.config-panel li.active a {
  border: 2px solid #fff;
}
.config-panel li.default a {
  background: #6091ba;
}
.config-panel li.green a {
  background: #57a89a;
}
.config-panel li.purple a {
  background: #6f7a9f;
}
.config-panel li.red a {
  background: #a85770;
}
.config-panel .close {
  position: absolute;
  right: 5px;
  top: 5px;
  color: #fff;
}
.config-panel .close .fa {
  color: #fff;
}
.ie8 .footer .footer-content {
  min-height: 280px;
}
.ie8 .navbar-nav {
  position: relative;
  z-index: 100;
}
/* ======= Home Page ======= */
.home-page h1.section-heading,
.home-page h2.section-heading {
  font-size: 22px;
  font-weight: 300;
  line-height: 2;
  margin-top: 0;
  color: #2c544d;
}
.home-page h1.section-heading .line,
.home-page h2.section-heading .line {
  border-top: 2px solid #57a89a;
  display: inline-block;
  padding: 0 15px;
  padding-top: 5px;
}
.home-page section {
  background: #f5f5f5;
  overflow: hidden;
  margin-bottom: 30px;
}
.home-page .section-content {
  padding: 15px;
  padding-top: 0;
}
.home-page .carousel-controls a .fa {
  -webkit-transition: all 0.4s ease-in-out;
  -moz-transition: all 0.4s ease-in-out;
  -ms-transition: all 0.4s ease-in-out;
  -o-transition: all 0.4s ease-in-out;
  background: #dddddd;
  color: #fff;
  display: inline-block;
  width: 20px;
  height: 20px;
  text-align: center;
  margin-right: 0;
  font-size: 15px;
}
.home-page .carousel-controls a.next .fa {
  padding-top: 2px;
  padding-right: 1px;
}
.home-page .carousel-controls a.prev .fa {
  padding-top: 2px;
  padding-right: 1px;
}
.home-page .carousel-controls a:hover .fa {
  background: #57a89a;
}
.home-page .promo {
  margin-bottom: 30px;
}
.home-page .promo h1.section-heading,
.home-page .promo h2.section-heading {
  margin-top: 0;
  font-size: 24px;
  color: #fff;
}
.home-page .promo p {
  color: #f5f5f5;
}
.home-page .promo .btn-cta {
  font-size: 20px;
  margin-top: 30px;
  font-family: 'Open Sans', arial, sans-serif;
}
.home-page .news {
  position: relative;
}
.home-page .news .carousel-controls {
  position: absolute;
  right: 10px;
  top: 10px;
}
.home-page .news h2.title {
  font-size: 18px;
  margin-top: 0;
}
.home-page .news h2.title a {
  color: #444444;
}
.home-page .news h2.title a:hover {
  color: #34655c;
}
.home-page .news .news-item {
  padding-left: 115px;
  position: relative;
  margin-bottom: 20px;
}
.home-page .news .thumb {
  position: absolute;
  left: 0;
  top: 0;
}
.home-page .events .section-content {
  min-height: 520px;
}
.home-page .events .event-item {
  position: relative;
  padding-left: 55px;
  border-bottom: 1px solid #e8e8e8;
  padding-bottom: 10px;
}
.home-page .events .event-item .date-label {
  background: #fff;
  position: absolute;
  left: 0;
}
.home-page .events .event-item h2.title {
  margin-bottom: 20px;
  font-size: 16px;
}
.home-page .events .event-item p {
  margin-bottom: 5px;
}
.home-page .events .event-item .fa {
  margin-right: 5px;
  font-size: 14px;
  min-width: 16px;
  color: #666;
}
.home-page .events .event-item .fa.fa-map-marker {
  font-size: 18px;
}
.home-page .events .read-more {
  margin-top: 15px;
}
.home-page .events .details p {
  color: #666;
}
.home-page .course-finder .course-finder-form {
  margin-bottom: 15px;
}
.home-page .course-finder .keywords {
  padding-left: 0;
}
.home-page .course-finder .keywords input {
  width: 200px;
  margin-right: 5px;
}
.home-page .video {
  position: relative;
}
.home-page .video .carousel-controls {
  position: absolute;
  right: 10px;
  top: 10px;
}
.home-page .video .video-iframe {
  max-width: 100%;
  width: 100%;
  height: 287px;
  margin-bottom: 5px;
}
.home-page .links .fa {
  margin-right: 5px;
}
.home-page .testimonials {
  position: relative;
}
.home-page .testimonials .carousel-controls {
  position: absolute;
  right: 10px;
  top: 10px;
}
.home-page .testimonials .fa {
  color: #57a89a;
  margin-right: 5px;
  font-size: 18px;
}
.home-page .testimonials .carousel .item {
  min-height: 298px;
}
.home-page .testimonials .people {
  margin-top: 10px;
}
.home-page .testimonials .people .name {
  color: #57a89a;
}
.home-page .testimonials .people .title {
  color: #999;
}
.home-page .awards {
  background: #fff;
}
.home-page .awards .logos {
  margin: 0;
  padding: 0;
}
.home-page .awards .logos li {
  list-style: none;
  margin-right: 0;
  text-align: center;
}
.home-page .awards .logos li img {
  -webkit-opacity: 0.6;
  -moz-opacity: 0.6;
  opacity: 0.6;
  margin: 0 auto;
}
.home-page .awards .logos li img:hover {
  -webkit-opacity: 1;
  -moz-opacity: 1;
  opacity: 1;
}
.home-page .awards .carousel-control {
  background: none;
  width: auto;
  top: 20px;
  text-shadow: none;
  -webkit-opacity: 1;
  -moz-opacity: 1;
  opacity: 1;
  filter: alpha(opacity=100);
  -webkit-transition: all 0.4s ease-in-out;
  -moz-transition: all 0.4s ease-in-out;
  -ms-transition: all 0.4s ease-in-out;
  -o-transition: all 0.4s ease-in-out;
}
.home-page .awards .carousel-control .fa {
  color: #e8e8e8;
  font-weight: bold;
}
.home-page .awards .carousel-control:hover .fa {
  color: #999;
}
/* ======= Courses Page ======= */
.courses-wrapper .tab-content {
  font-size: 12px;
}
.courses-wrapper .tab-content .item {
  margin-top: 15px;
}
.courses-wrapper .tab-content img {
  margin-bottom: 10px;
}
.courses-wrapper .course-finder {
  margin-bottom: 30px;
}
.courses-wrapper .course-finder .keywords input {
  width: 260px;
}
.courses-wrapper .course-list-header {
  font-size: 13px;
  margin-bottom: 15px;
}
.courses-wrapper .course-list-header .summary {
  padding-top: 10px;
}
.courses-wrapper .course-list-header .control-label {
  font-size: 12px;
  font-weight: normal;
  display: inline-block;
  margin-right: 10px;
  line-height: 2;
}
.courses-wrapper .course-list-header .sort {
  padding-top: 5px;
}
.courses-wrapper .course-list-header .sort-options {
  width: auto;
  height: 25px;
  font-size: 12px;
}
.courses-wrapper .course-item {
  font-size: 12px;
}
.courses-wrapper .course-item .col-meta {
  color: #777777;
}
/* ======= Events Page ======= */
.events-wrapper .events-item .date-label {
  background: #f5f5f5;
}
.events-wrapper .events-item .details .time {
  margin-right: 10px;
}
.events-wrapper .events-item .details .fa {
  margin-right: 5px;
}
/* ======= Contact Page ======= */
.contact-form .required {
  color: #e14b39;
  display: inline-block;
  font-weight: normal;
  padding-left: 2px;
}
#map {
  height: 300px;
}
#map,
#map *,
#map *:before,
#map *:after {
  -webkit-box-sizing: content-box;
  -moz-box-sizing: content-box;
  box-sizing: content-box;
}
/* Extra small devices (phones, less than 768px) */
@media (max-width: 767px) {
  .wrapper {
    min-height: inherit;
    margin-bottom: 0;
  }
  .wrapper:after {
    content: none;
  }
  .footer {
    height: auto;
  }
  .pull-right,
  .pull-left {
    float: none !important;
  }
  .logo {
    text-align: center;
  }
  .header .contact p {
    text-align: center;
    margin-right: 0;
    margin-bottom: 5px;
    float: none;
  }
  .header .menu-top {
    text-align: center;
    margin-top: 10px;
  }
  .header .menu-top li {
    float: none;
    display: inline-block;
  }
  .header br {
    display: none;
  }
  .header .social-icons {
    text-align: center;
    margin: 0 auto;
  }
  .header .social-icons li {
    float: none;
    display: inline-block;
  }
  .main-nav .navbar-collapse {
    padding-left: 15px;
    padding-right: 15px;
    border-top: 0;
    -webkit-box-shadow: 0;
    -moz-box-shadow: 0;
    box-shadow: 0;
  }
  .navbar-nav {
    margin-top: 0;
  }
  .header .search-form {
    text-align: center;
  }
  .header .search-form .form-group {
    display: inline-block;
  }
  .header .search-form .form-control {
    width: 210px;
  }
  .main-nav .nav .nav-item.active > a:before {
    content: none;
  }
  .main-nav .nav .nav-item .dropdown-submenu > .dropdown-menu {
    position: static;
    left: auto;
    margin-left: 0;
  }
  .main-nav .nav .nav-item .dropdown-submenu .dropdown-menu a {
    padding-left: 30px;
  }
  .main-nav .nav .nav-item .dropdown-submenu .dropdown-menu a:hover {
    padding-left: 34px;
  }
  .main-nav .nav .nav-item .dropdown-submenu .dropdown-menu .dropdown-submenu .dropdown-menu a {
    padding-left: 45px;
  }
  .main-nav .nav .nav-item .dropdown-submenu .dropdown-menu .dropdown-submenu .dropdown-menu a:hover {
    padding-left: 49px;
  }
  .flexslider {
    margin-bottom: 15px;
  }
  .flex-direction-nav a {
    margin-top: -50px;
  }
  .flexslider .slides .flex-caption {
    position: static;
    display: block;
  }
  .flexslider .slides .flex-caption br {
    display: none;
  }
  .flexslider .slides .flex-caption .main {
    font-size: 13px;
    display: block;
    margin-bottom: 0;
  }
  .flexslider .slides .flex-caption .secondary {
    display: block;
    font-size: 12px;
  }
  .flexslider .flex-control-nav {
    display: none;
  }
  .home-page .promo .btn-cta {
    margin-top: 0;
  }
  .home-page .news .thumb {
    width: 60px;
    height: 60px;
  }
  .home-page .news .news-item {
    padding-left: 75px;
  }
  .home-page .course-finder .keywords {
    padding-left: 15px;
    margin-top: 10px;
  }
  .home-page .course-finder .keywords input {
    width: 180px;
  }
  .home-page .video .video-iframe {
    height: auto;
  }
  .home-page .testimonials .carousel .item {
    min-height: inherit;
  }
  .home-page .events .section-content {
    min-height: inherit;
  }
  .home-page .awards .carousel-control {
    top: 50px;
  }
  .footer .footer-content .subscribe-form .form-control {
    width: 140px;
  }
  .footer #tweet .tweets-list-container {
    max-width: 100%;
  }
  .footer .bottom-bar .social li {
    float: left;
  }
  .footer-col-inner {
    margin-bottom: 30px;
  }
  .footer #tweet {
    min-height: inherit;
  }
  .footer .footer-content .footer-col .fa-twitter {
    text-align: center;
    margin-bottom: 10px;
  }
  .page-wrapper .page-heading h1.heading-title {
    float: none;
    text-align: center;
    display: block;
  }
  .page-wrapper .breadcrumbs {
    text-align: center;
    display: block;
  }
  .page-wrapper .breadcrumbs ul {
    padding-top: 0;
    padding-left: 0;
    margin: 0 auto;
  }
  .page-wrapper .breadcrumbs ul li {
    float: none;
    display: inline-block;
  }
  .page-wrapper .breadcrumbs ul li.current {
    max-width: inherit;
    overflow: visible;
  }
  .home-page .course-finder .keywords input {
    float: left !important;
  }
}
/* Small devices (tablets, 768px and up) */
@media (min-width: 768px) {
  .wrapper {
    min-height: inherit;
    margin-bottom: 0;
  }
  .wrapper:after {
    content: none;
  }
  .footer {
    height: auto;
  }
  .footer .bottom-bar .social li {
    float: left;
  }
  .footer-col-inner {
    margin-bottom: 15px;
  }
  .home-page .testimonials .carousel .item {
    min-height: inherit;
  }
  .home-page .events .section-content {
    min-height: inherit;
  }
  .footer #tweet {
    min-height: inherit;
  }
  .page-wrapper .album-cover {
    min-height: 360px;
  }
}
/* Medium devices (desktops, 992px and up) */
@media (min-width: 992px) {
  .home-page .testimonials .carousel .item {
    min-height: 298px;
  }
  .home-page .events .section-content {
    min-height: 520px;
  }
  .home-page .video .video-iframe {
    height: 287px;
  }
  .footer .bottom-bar .social li {
    float: right;
  }
  .footer #tweet {
    min-height: 100px;
  }
  .page-wrapper .album-cover {
    min-height: 360px;
  }
  /* Sticky Footer */
  html,
  body {
    height: 100%;
  }
  body {
    font-size: 13px;
  }
  .wrapper {
    min-height: 100%;
    margin-bottom: -344px;
    /* equal to footer height */
  }
  .wrapper:after {
    content: "";
    display: block;
    height: 344px;
    /* must be the same height as footer */
  }
  .footer {
    height: 344px;
    /* must be the same height as footer */
  }
}
/* Large devices (large desktops, 1200px and up) */
@media (min-width: 1200px) {
  .home-page .course-finder .keywords input {
    width: 255px;
  }
}

/* ======= Garden Growz Visual Refresh ======= */
:root {
  --gg-cream: #fbf7ee;
  --gg-cream-deep: #f3eadb;
  --gg-paper: #fffdf8;
  --gg-sage: #7f9f78;
  --gg-leaf: #4f7d52;
  --gg-leaf-dark: #274b32;
  --gg-soil: #72543a;
  --gg-peach: #d88764;
  --gg-mist: #edf3e7;
  --gg-border: #e5dccd;
  --gg-text: #263328;
  --gg-muted: #657164;
  --gg-shadow: 0 14px 35px rgba(68, 84, 58, 0.1);
}

html,
body {
  height: auto;
}

body {
  background: var(--gg-cream);
  color: var(--gg-text);
  font-family: "Open Sans", Arial, sans-serif;
  font-size: 15px;
  line-height: 1.7;
}

.wrapper {
  min-height: 0;
  margin-bottom: 0;
}

.wrapper:after {
  content: none;
}

p,
li {
  color: var(--gg-muted);
  font-size: 15px;
  line-height: 1.7;
}

a {
  color: var(--gg-leaf);
}

a:hover,
a:focus {
  color: var(--gg-soil);
}

h1,
h2,
h3,
h4,
h5,
h6,
.heading-title,
.title {
  color: var(--gg-leaf-dark);
  font-weight: 700;
  letter-spacing: 0;
}

.content.container {
  padding-bottom: 48px;
}

.header {
  background: var(--gg-paper);
  border-bottom: 1px solid rgba(114, 84, 58, 0.12);
}

.header .top-bar {
  background: var(--gg-leaf-dark);
}

.header .top-bar p {
  color: #f6efe2;
  font-size: 13px;
  letter-spacing: 0.02em;
  margin: 8px 0;
}

.header .header-main {
  padding: 22px 0;
}

.header .logo img {
  max-height: 74px;
  width: auto;
}

.header .menu-top li a {
  color: var(--gg-muted);
  font-size: 12px;
  font-weight: 700;
  text-transform: uppercase;
}

.header .menu-top li.divider a {
  border-right-color: var(--gg-border);
}

.header .menu-top li a:hover,
.header .contact .fa {
  color: var(--gg-leaf);
}

.header .contact {
  color: var(--gg-text);
  font-size: 15px;
  font-weight: 600;
  max-width: 760px;
}

.header .contact p {
  color: var(--gg-muted);
}

.main-nav {
  background: var(--gg-paper);
  border-bottom: 1px solid rgba(114, 84, 58, 0.14);
  box-shadow: 0 8px 24px rgba(66, 75, 49, 0.05);
  margin-bottom: 34px;
}

.main-nav button {
  background: var(--gg-leaf);
  border: 0;
  border-radius: 8px;
  margin-right: 0;
}

.main-nav .nav .nav-item {
  font-family: "Open Sans", Arial, sans-serif;
  font-weight: 700;
  text-transform: none;
}

.main-nav .nav .nav-item a {
  color: var(--gg-leaf-dark);
  font-size: 14px;
  padding: 17px 15px;
}

.main-nav .nav .nav-item a:hover,
.main-nav .nav .nav-item.active > a,
.main-nav .nav .nav-item.open a {
  background: var(--gg-mist);
  color: var(--gg-leaf-dark);
}

.main-nav .nav .nav-item.active > a:before {
  content: none;
}

.page-wrapper,
.home-page section {
  background: var(--gg-paper);
  border: 1px solid rgba(114, 84, 58, 0.12);
  border-radius: 8px;
  box-shadow: var(--gg-shadow);
  margin-bottom: 34px;
  overflow: hidden;
}

.page-wrapper .page-heading {
  background: var(--gg-mist);
  border-bottom: 1px solid rgba(114, 84, 58, 0.12);
  padding: 18px 24px;
}

.page-wrapper .page-heading h1.heading-title {
  color: var(--gg-leaf-dark);
  font-size: 28px;
  font-weight: 800;
  line-height: 1.25;
}

.page-wrapper .page-content {
  padding: 26px 24px;
}

.page-wrapper .page-content .page-row {
  margin-bottom: 28px;
}

.breadcrumbs,
.page-wrapper .breadcrumbs ul li,
.page-wrapper .breadcrumbs ul li a {
  color: var(--gg-muted);
  font-size: 12px;
}

.home-page .promo,
.promo.page-wrapper {
  background: linear-gradient(135deg, #fffdf8 0%, #f1eadc 48%, #e7efdf 100%);
  border-color: rgba(114, 84, 58, 0.14);
}

.home-page .promo .page-content,
.promo.page-wrapper .page-content {
  padding: 34px;
}

.home-page .promo h1.heading-title,
.promo.page-wrapper h1.heading-title {
  font-size: 42px;
  font-weight: 800;
  line-height: 1.12;
  margin-bottom: 18px;
}

.lead {
  color: var(--gg-text);
  font-size: 18px;
  line-height: 1.7;
}

.home-page .promo p {
  color: var(--gg-text);
}

.img-thumbnail {
  background: var(--gg-paper);
  border: 1px solid rgba(114, 84, 58, 0.18);
  border-radius: 8px;
  box-shadow: 0 10px 26px rgba(68, 84, 58, 0.13);
  padding: 6px;
}

.btn,
a.btn-cta,
.btn-cta {
  border-radius: 999px;
  font-weight: 700;
  letter-spacing: 0;
  padding: 10px 20px;
}

.btn-theme,
a.btn-cta,
.btn-cta {
  background: var(--gg-leaf);
  border-color: var(--gg-leaf);
  color: #fff;
}

.btn-theme:hover,
.btn-theme:focus,
a.btn-cta:hover,
.btn-cta:hover {
  background: var(--gg-leaf-dark);
  border-color: var(--gg-leaf-dark);
  color: #fff;
}

.btn-default {
  background: #fffaf1;
  border-color: rgba(114, 84, 58, 0.24);
  color: var(--gg-leaf-dark);
}

.btn-default:hover,
.btn-default:focus {
  background: var(--gg-mist);
  border-color: var(--gg-sage);
  color: var(--gg-leaf-dark);
}

.home-page h1.section-heading,
.home-page h2.section-heading {
  color: var(--gg-leaf-dark);
  font-size: 26px;
  font-weight: 800;
  line-height: 1.25;
  margin: 0;
  padding: 22px 24px 0;
}

.home-page h1.section-heading .line,
.home-page h2.section-heading .line {
  border-top: 0;
  display: inline-block;
  padding: 0 0 8px;
  position: relative;
}

.home-page h1.section-heading .line:after,
.home-page h2.section-heading .line:after,
.has-divider:after {
  background: var(--gg-peach);
  border-radius: 999px;
  content: "";
  display: block;
  height: 3px;
  margin-top: 10px;
  width: 54px;
}

.home-page .section-content {
  padding: 20px 24px 24px;
}

.home-page .news .news-item {
  background: #fffaf1;
  border: 1px solid rgba(114, 84, 58, 0.12);
  border-radius: 8px;
  margin: 0 0 24px;
  min-height: 180px;
  padding: 22px;
}

.home-page .news .news-item h2.title {
  font-size: 20px;
  font-weight: 800;
  line-height: 1.35;
}

.home-page .news h2.title a {
  color: var(--gg-leaf-dark);
}

.home-page .news h2.title a:hover {
  color: var(--gg-leaf);
}

.home-page .news .thumb {
  border-radius: 8px;
  float: right;
  margin: 0 0 12px 16px;
  max-width: 96px;
  position: static;
}

.read-more {
  color: var(--gg-leaf);
  font-size: 14px;
  font-weight: 700;
  margin-top: 10px;
}

.read-more:hover {
  color: var(--gg-soil);
}

.panel {
  background: #fffaf1;
  border: 1px solid rgba(114, 84, 58, 0.14);
  border-radius: 8px;
  box-shadow: none;
  height: 100%;
  transition: border-color 0.2s ease, box-shadow 0.2s ease, transform 0.2s ease;
}

.panel:hover {
  border-color: rgba(79, 125, 82, 0.35);
  box-shadow: 0 12px 28px rgba(68, 84, 58, 0.1);
  transform: translateY(-2px);
}

.panel .panel-body {
  padding: 22px;
}

.panel .panel-body .text-muted {
  color: var(--gg-soil);
  font-size: 12px;
  font-weight: 800;
  letter-spacing: 0.04em;
  text-transform: uppercase;
}

.page-wrapper .page-content h2,
.page-wrapper .page-content h3,
.panel .title {
  line-height: 1.35;
}

.panel .title {
  font-size: 19px;
  font-weight: 800;
  margin-top: 0;
}

.quote,
blockquote {
  background: var(--gg-mist);
  border-left: 5px solid var(--gg-peach);
  border-radius: 8px;
  padding: 20px;
}

blockquote p {
  color: var(--gg-text);
  font-size: 16px;
}

ul.custom-list-style {
  padding-left: 0;
}

ul.custom-list-style li {
  color: var(--gg-text);
  margin-bottom: 10px;
}

ul.custom-list-style li .fa {
  color: var(--gg-leaf);
}

.footer {
  background: var(--gg-leaf-dark);
  color: #fff;
  height: auto;
}

.footer p,
.footer li {
  color: #e8efe0;
}

.footer h3 {
  color: #fffaf1;
  font-size: 20px;
  font-weight: 800;
}

.footer .footer-content {
  font-size: 14px;
  min-height: 0;
  padding: 38px 0 28px;
}

.footer .footer-content .footer-col a {
  color: #fffaf1;
  font-weight: 700;
}

.footer .footer-content .footer-col a:hover {
  color: #f0b391;
}

.footer .footer-content .footer-col .fa {
  color: #b9d0ae;
}

.footer .bottom-bar {
  background: #1d3625;
  padding: 14px 0;
}

.footer .bottom-bar .copyright {
  color: #e8efe0;
  font-size: 12px;
  line-height: 1.7;
}

.footer .bottom-bar .copyright a {
  color: #fffaf1;
  font-weight: 700;
}

.text-highlight {
  color: var(--gg-leaf-dark);
}

.form-control {
  border-color: rgba(114, 84, 58, 0.22);
  border-radius: 8px;
  box-shadow: none;
  min-height: 42px;
}

.form-control:focus {
  border-color: var(--gg-leaf);
  box-shadow: 0 0 0 3px rgba(79, 125, 82, 0.12);
}

@media (min-width: 992px) {
  body {
    font-size: 15px;
  }

  .wrapper {
    min-height: 0;
    margin-bottom: 0;
  }

  .wrapper:after {
    content: none;
  }

  .footer {
    height: auto;
  }
}

@media (max-width: 991px) {
  .header .contact {
    font-size: 14px;
    line-height: 1.5;
  }

  .main-nav .nav .nav-item a {
    padding: 14px 11px;
  }
}

@media (max-width: 767px) {
  body {
    font-size: 14px;
  }

  p,
  li {
    font-size: 14px;
  }

  .content.container {
    padding-left: 18px;
    padding-right: 18px;
  }

  .header .header-main {
    padding: 18px 0;
  }

  .header .logo img {
    max-height: 66px;
  }

  .header .contact p.phone {
    margin-right: 0;
  }

  .main-nav {
    margin-bottom: 22px;
  }

  .main-nav .navbar-collapse {
    padding: 0;
  }

  .main-nav .nav .nav-item a {
    border-top: 1px solid rgba(114, 84, 58, 0.08);
    padding: 12px 18px;
  }

  .page-wrapper .page-heading,
  .page-wrapper .page-content,
  .home-page .section-content,
  .home-page h1.section-heading,
  .home-page h2.section-heading {
    padding-left: 18px;
    padding-right: 18px;
  }

  .home-page .promo .page-content,
  .promo.page-wrapper .page-content {
    padding: 24px 18px;
  }

  .home-page .promo h1.heading-title,
  .promo.page-wrapper h1.heading-title {
    font-size: 32px;
  }

  .lead {
    font-size: 16px;
  }

  .btn,
  .btn-theme,
  .btn-default {
    display: inline-block;
    margin-bottom: 8px;
    white-space: normal;
  }

  .home-page .news .news-item {
    min-height: 0;
    padding: 18px;
  }

  .home-page .news .thumb {
    float: none;
    margin: 0 0 14px;
    max-width: 100%;
    width: 100%;
  }

  .footer .footer-content {
    padding-bottom: 14px;
  }
}

/* ======= Garden Growz Polish Pass ======= */
:root {
  --gg-sage: #a7c79c;
  --gg-leaf: #6f9f72;
  --gg-leaf-dark: #365f3d;
  --gg-mist: #f0f6ea;
  --gg-shadow: 0 12px 28px rgba(68, 84, 58, 0.08);
}

.content.container {
  padding-bottom: 56px;
}

.header {
  background: var(--gg-paper);
}

.header .top-bar {
  background: var(--gg-mist);
  border-bottom: 1px solid rgba(114, 84, 58, 0.1);
}

.header .top-bar p {
  color: var(--gg-leaf-dark);
  font-size: 13px;
  line-height: 1.5;
  margin: 8px 0;
}

.header .top-bar a {
  color: var(--gg-leaf-dark);
  font-weight: 800;
}

.header .top-bar .fa {
  color: var(--gg-leaf);
}

.header .top-bar .divider {
  color: rgba(54, 95, 61, 0.35);
  display: inline-block;
  margin: 0 8px;
}

.header .header-main {
  padding: 24px 15px;
  text-align: center;
}

.header .logo {
  float: none;
  margin: 0 auto;
  padding: 0;
  width: auto;
}

.header .logo img {
  max-height: 88px;
}

.header .info,
.header .contact,
.header .menu-top {
  display: none;
}

.main-nav {
  background: var(--gg-paper);
  margin-bottom: 40px;
}

.main-nav button {
  background: var(--gg-mist);
  border: 1px solid rgba(114, 84, 58, 0.14);
}

.main-nav button .icon-bar {
  background-color: var(--gg-leaf-dark);
}

.main-nav .nav .nav-item a {
  color: var(--gg-text);
}

.main-nav .nav .nav-item a:hover,
.main-nav .nav .nav-item.active > a,
.main-nav .nav .nav-item.open a {
  background: var(--gg-mist);
  color: var(--gg-leaf-dark);
}

.page-wrapper,
.home-page section {
  margin-bottom: 40px;
}

.page-wrapper .page-heading {
  padding: 22px 28px;
}

.page-wrapper .page-content {
  padding: 32px 28px;
}

.page-wrapper .page-content .page-row {
  margin-bottom: 34px;
}

.home-page .promo .page-content,
.promo.page-wrapper .page-content {
  padding: 42px;
}

.btn,
a.btn-cta,
.btn-cta {
  padding: 11px 22px;
}

.btn-theme,
a.btn-cta,
.btn-cta {
  background: var(--gg-leaf);
  border-color: var(--gg-leaf);
}

.btn-theme:hover,
.btn-theme:focus,
a.btn-cta:hover,
.btn-cta:hover {
  background: #5f8f62;
  border-color: #5f8f62;
}

.home-page h1.section-heading,
.home-page h2.section-heading {
  padding: 28px 28px 0;
}

.home-page .section-content {
  padding: 24px 28px 28px;
}

.home-page .news .section-content .row,
.page-content section.page-row > .row {
  display: flex;
  flex-wrap: wrap;
}

.home-page .news .section-content .row:before,
.home-page .news .section-content .row:after,
.page-content section.page-row > .row:before,
.page-content section.page-row > .row:after {
  content: none;
}

.home-page .news .section-content .row > [class*="col-"],
.page-content section.page-row > .row > [class*="col-"] {
  display: flex;
  float: none;
}

.home-page .news .news-item {
  display: flex;
  flex-direction: column;
  margin-bottom: 26px;
  min-height: 0;
  padding: 26px;
}

.panel {
  display: flex;
  flex-direction: column;
  margin-bottom: 26px;
  width: 100%;
}

.panel .panel-body {
  display: flex;
  flex: 1;
  flex-direction: column;
  padding: 26px;
}

.read-more,
.panel .panel-body .read-more,
.home-page .news .news-item .read-more {
  margin-top: auto;
  padding-top: 10px;
}

.page-content section.page-row {
  padding-bottom: 10px;
}

.page-wrapper .page-content .row.page-row > [class*="col-md-4"],
.page-wrapper .page-content .row.page-row > [class*="col-sm-6"] {
  margin-bottom: 20px;
}

@media (max-width: 991px) {
  .header .top-bar .top-note,
  .header .top-bar .top-contact {
    float: none !important;
    text-align: center;
  }

  .main-nav {
    margin-bottom: 30px;
  }
}

@media (max-width: 767px) {
  .content.container {
    padding-left: 16px;
    padding-right: 16px;
  }

  .header .top-bar .top-contact {
    margin-top: 0;
  }

  .header .top-bar .divider {
    display: none;
  }

  .header .top-bar a {
    display: block;
    margin-top: 2px;
  }

  .header .header-main {
    padding: 18px 15px;
  }

  .header .logo img {
    max-height: 66px;
  }

  .page-wrapper,
  .home-page section {
    margin-bottom: 28px;
  }

  .page-wrapper .page-heading,
  .page-wrapper .page-content,
  .home-page .section-content,
  .home-page h1.section-heading,
  .home-page h2.section-heading {
    padding-left: 20px;
    padding-right: 20px;
  }

  .home-page .promo .page-content,
  .promo.page-wrapper .page-content {
    padding: 28px 20px;
  }

  .home-page .news .section-content .row,
  .page-content section.page-row > .row {
    display: block;
  }

  .home-page .news .section-content .row > [class*="col-"],
  .page-content section.page-row > .row > [class*="col-"] {
    display: block;
  }

  .home-page .news .news-item,
  .panel .panel-body {
    padding: 22px;
  }
}

/* Homepage closing CTA */
.home-page .footer-cta {
  background:
    linear-gradient(135deg, rgba(240, 246, 234, 0.96), rgba(255, 250, 241, 0.98)),
    var(--gg-paper);
  border-color: rgba(111, 159, 114, 0.28);
  box-shadow: 0 18px 42px rgba(68, 84, 58, 0.1);
  text-align: center;
}

.footer-cta-inner {
  margin: 0 auto;
  max-width: 820px;
  padding: 46px 28px 50px;
}

.footer-cta-kicker {
  color: var(--gg-soil);
  font-size: 13px;
  font-weight: 800;
  letter-spacing: 0.08em;
  margin-bottom: 8px;
  text-transform: uppercase;
}

.home-page .footer-cta h2.section-heading {
  padding: 0;
}

.home-page .footer-cta h2.section-heading .line:after {
  margin-left: auto;
  margin-right: auto;
}

.footer-cta-copy {
  color: var(--gg-text);
  font-size: 17px;
  line-height: 1.7;
  margin: 14px auto 0;
  max-width: 680px;
}

.footer-cta-actions {
  display: flex;
  flex-wrap: wrap;
  gap: 12px;
  justify-content: center;
  margin: 26px 0 0;
}

.footer-cta-actions .btn {
  margin: 0;
}

@media (max-width: 767px) {
  .footer-cta-inner {
    padding: 34px 20px 38px;
  }

  .footer-cta-actions {
    display: block;
  }

  .footer-cta-actions .btn {
    margin-bottom: 10px;
    width: 100%;
  }
}

/* About page map */
.garden-map-section {
  background: #fffaf1;
  border: 1px solid rgba(114, 84, 58, 0.14);
  border-radius: 8px;
  margin-top: 10px;
  padding: 28px;
}

.garden-map-section p {
  max-width: 760px;
}

.garden-map-frame {
  border: 1px solid rgba(114, 84, 58, 0.16);
  border-radius: 8px;
  box-shadow: 0 12px 28px rgba(68, 84, 58, 0.08);
  margin-top: 18px;
  overflow: hidden;
}

.garden-map-frame iframe {
  border: 0;
  display: block;
  height: 360px;
  width: 100%;
}

@media (max-width: 767px) {
  .garden-map-section {
    padding: 22px;
  }

  .garden-map-frame iframe {
    height: 300px;
  }
}

/* Rich content cards */
.content-intro {
  color: var(--gg-text);
  font-size: 17px;
  line-height: 1.7;
  margin-bottom: 24px;
  max-width: 860px;
}

.content-section {
  margin-top: 34px;
}

.content-section:first-child {
  margin-top: 0;
}

.content-grid {
  display: flex;
  flex-wrap: wrap;
  margin-left: -15px;
  margin-right: -15px;
}

.content-grid:before,
.content-grid:after {
  content: none;
}

.content-grid > [class*="col-"] {
  display: flex;
  float: none;
}

.garden-card {
  background: #fffaf1;
  border: 1px solid rgba(114, 84, 58, 0.14);
  border-radius: 8px;
  box-shadow: 0 12px 28px rgba(68, 84, 58, 0.07);
  display: flex;
  flex-direction: column;
  margin-bottom: 30px;
  overflow: hidden;
  width: 100%;
}

.garden-card-image {
  background-position: center;
  background-size: cover;
  min-height: 190px;
}

.garden-card-body {
  display: flex;
  flex: 1;
  flex-direction: column;
  padding: 24px;
}

.garden-card-kicker {
  color: var(--gg-soil);
  font-size: 12px;
  font-weight: 800;
  letter-spacing: 0.05em;
  margin-bottom: 8px;
  text-transform: uppercase;
}

.garden-card h3,
.garden-card h2 {
  color: var(--gg-leaf-dark);
  font-size: 20px;
  font-weight: 800;
  line-height: 1.3;
  margin: 0 0 10px;
}

.garden-card p {
  margin-bottom: 16px;
}

.garden-card .read-more,
.garden-card .btn {
  margin-top: auto;
}

.feature-split {
  align-items: center;
  display: flex;
  gap: 34px;
}

.feature-split-image {
  background-position: center;
  background-size: cover;
  border-radius: 8px;
  box-shadow: 0 12px 28px rgba(68, 84, 58, 0.09);
  min-height: 320px;
}

.tag-list {
  margin-top: 10px;
}

.tag-list span {
  background: var(--gg-mist);
  border-radius: 999px;
  color: var(--gg-leaf-dark);
  display: inline-block;
  font-size: 12px;
  font-weight: 800;
  margin: 0 6px 8px 0;
  padding: 7px 11px;
}

/* Article and guide pages */
.breadcrumb-trail {
  color: var(--gg-soil);
  font-size: 13px;
  font-weight: 700;
  margin-bottom: 16px;
}

.breadcrumb-trail a {
  color: var(--gg-leaf-dark);
}

.article-hero {
  background: #fffaf1;
  border: 1px solid rgba(114, 84, 58, 0.12);
  border-radius: 8px;
  box-shadow: 0 12px 28px rgba(68, 84, 58, 0.07);
  margin-bottom: 34px;
  overflow: hidden;
}

.article-hero-image {
  background-position: center;
  background-size: cover;
  min-height: 390px;
}

.article-hero-body {
  padding: 34px;
}

.article-kicker {
  color: var(--gg-soil);
  font-size: 12px;
  font-weight: 800;
  letter-spacing: 0.06em;
  margin-bottom: 10px;
  text-transform: uppercase;
}

.article-hero h1 {
  color: var(--gg-leaf-dark);
  font-size: 38px;
  font-weight: 800;
  line-height: 1.2;
  margin: 0 0 14px;
}

.article-summary {
  color: var(--gg-text);
  font-size: 17px;
  line-height: 1.75;
  margin-bottom: 0;
}

.article-layout {
  align-items: flex-start;
  display: grid;
  gap: 34px;
  grid-template-columns: minmax(0, 1fr) 280px;
}

.article-content {
  background: #fffaf1;
  border: 1px solid rgba(114, 84, 58, 0.12);
  border-radius: 8px;
  box-shadow: 0 12px 28px rgba(68, 84, 58, 0.06);
  padding: 36px;
}

.article-content h2 {
  color: var(--gg-leaf-dark);
  font-size: 26px;
  font-weight: 800;
  line-height: 1.3;
  margin: 34px 0 13px;
}

.article-content h2:first-child {
  margin-top: 0;
}

.article-content h3 {
  color: var(--gg-leaf-dark);
  font-size: 19px;
  font-weight: 800;
  line-height: 1.35;
  margin: 24px 0 10px;
}

.article-content p,
.article-content li {
  color: var(--gg-text);
  font-size: 15px;
  line-height: 1.78;
}

.article-content ul,
.article-content ol {
  margin-bottom: 20px;
  padding-left: 22px;
}

.article-toc {
  background: #f5faef;
  border: 1px solid rgba(114, 84, 58, 0.12);
  border-radius: 8px;
  padding: 22px;
  position: sticky;
  top: 18px;
}

.article-toc h2 {
  color: var(--gg-leaf-dark);
  font-size: 16px;
  font-weight: 800;
  margin: 0 0 12px;
}

.article-toc a {
  color: var(--gg-text);
  display: block;
  font-size: 13px;
  font-weight: 700;
  line-height: 1.4;
  padding: 7px 0;
}

.article-toc a:hover,
.article-toc a:focus {
  color: var(--gg-leaf-dark);
}

.tip-box,
.article-cta {
  background: var(--gg-mist);
  border: 1px solid rgba(114, 84, 58, 0.12);
  border-radius: 8px;
  margin: 28px 0;
  padding: 24px;
}

.tip-box h3,
.article-cta h2 {
  margin-top: 0;
}

.faq-list {
  border-top: 1px solid rgba(114, 84, 58, 0.12);
  margin-top: 16px;
}

.faq-item {
  border-bottom: 1px solid rgba(114, 84, 58, 0.12);
  padding: 18px 0;
}

.faq-item h3 {
  margin-top: 0;
}

.related-guides {
  margin-top: 34px;
}

.guide-index-actions {
  margin-bottom: 24px;
}

.guide-index-actions .btn {
  margin: 0 8px 10px 0;
}

@media (max-width: 991px) {
  .article-layout {
    display: block;
  }

  .article-toc {
    margin-bottom: 24px;
    position: static;
  }

  .article-hero h1 {
    font-size: 32px;
  }
}

@media (max-width: 767px) {
  .article-hero-image {
    min-height: 250px;
  }

  .article-hero-body,
  .article-content {
    padding: 24px;
  }

  .article-hero h1 {
    font-size: 28px;
  }
}

@media (max-width: 991px) {
  .feature-split {
    display: block;
  }

  .feature-split-image {
    margin-bottom: 24px;
  }
}

@media (max-width: 767px) {
  .content-grid {
    display: block;
  }

  .content-grid > [class*="col-"] {
    display: block;
  }

  .garden-card-image {
    min-height: 170px;
  }

  .garden-card-body {
    padding: 22px;
  }
}

/* Two-tier header restructure */
.header {
  background: var(--gg-paper);
  border-bottom: 1px solid rgba(114, 84, 58, 0.12);
  box-shadow: 0 10px 28px rgba(68, 84, 58, 0.05);
  margin-bottom: 40px;
}

.header .top-bar {
  background: #f5faef;
  border-bottom: 1px solid rgba(114, 84, 58, 0.1);
}

.header .top-bar .container {
  align-items: center;
  display: flex;
  justify-content: space-between;
  min-height: 34px;
}

.header .top-bar p {
  color: var(--gg-leaf-dark);
  font-size: 13px;
  line-height: 1.4;
  margin: 0;
}

.header .top-bar .top-note a {
  color: var(--gg-leaf-dark);
  font-weight: 700;
}

.header .top-bar .top-note a:hover,
.header .top-bar .top-note a:focus {
  color: #3f7f45;
  text-decoration: none;
}

.header .top-bar .top-note .fa {
  color: var(--gg-leaf);
  margin-right: 5px;
}

.header .top-bar .top-note,
.header .top-bar .top-contact,
.header .top-bar .top-utility {
  float: none !important;
}

.top-utility {
  align-items: center;
  display: flex;
  gap: 18px;
}

.top-utility a {
  color: var(--gg-leaf-dark);
  font-size: 13px;
  font-weight: 700;
  line-height: 1.4;
}

.top-utility a:hover,
.top-utility a:focus {
  color: #3f7f45;
  text-decoration: none;
}

.top-utility .fa {
  color: var(--gg-leaf);
  margin-right: 5px;
}

.login-link {
  align-items: center;
  background: transparent;
  border: 0;
  border-radius: 0;
  color: var(--gg-leaf-dark);
  display: inline-flex;
  font-size: 12px;
  font-weight: 800;
  gap: 6px;
  letter-spacing: 0.02em;
  line-height: 1;
  padding: 0;
}

.login-link:hover,
.login-link:focus {
  color: #93ce99;
  text-decoration: none;
}

.header .top-bar .login-link .fa {
  color: var(--gg-leaf);
}

.header .header-main {
  align-items: center;
  display: flex;
  justify-content: space-between;
  min-height: 104px;
  padding: 5px 5px;
  text-align: left;
}

.header .logo {
  flex: 0 0 auto;
  margin: 0;
}

.header .logo img {
  display: block;
  max-height: 108px;
}

.header .main-nav {
  background: transparent;
  border: 0;
  box-shadow: none;
  margin: 0;
}

.header .main-nav .navbar-collapse {
  border: 0;
  box-shadow: none;
  padding: 0;
}

.header .main-nav .navbar-nav {
  align-items: center;
  display: flex;
  float: none;
  margin: 0;
}

.header .main-nav .nav .nav-item {
  font-weight: 800;
  text-transform: none;
}

.header .main-nav .nav .nav-item a {
  border-radius: 999px;
  color: var(--gg-text);
  font-size: 14px;
  line-height: 1.2;
  padding: 11px 12px;
}

.header .main-nav .nav .nav-item a:hover,
.header .main-nav .nav .nav-item a:focus,
.header .main-nav .nav .nav-item.active > a {
  background: var(--gg-mist);
  color: var(--gg-leaf-dark);
}

.header .main-nav .nav .nav-login a {
  background: var(--gg-leaf);
  color: #fff;
  margin-left: 8px;
  padding-left: 15px;
  padding-right: 15px;
}

.header .main-nav .nav .nav-login a:hover,
.header .main-nav .nav .nav-login a:focus {
  background: #5f8f62;
  color: #fff;
}

.header .main-nav .nav .nav-login .fa {
  margin-right: 6px;
}

.header .main-nav .nav .dropdown-toggle .fa {
  color: var(--gg-leaf);
  font-size: 12px;
  margin-left: 5px;
}

.header .main-nav .nav .dropdown-menu {
  background: var(--gg-paper);
  border: 1px solid rgba(114, 84, 58, 0.14);
  border-radius: 8px;
  box-shadow: 0 16px 32px rgba(68, 84, 58, 0.12);
  margin-top: 2px;
  min-width: 210px;
  padding: 8px;
}

.header .main-nav .nav .dropdown:hover > .dropdown-menu,
.header .main-nav .nav .dropdown:focus-within > .dropdown-menu {
  display: block;
}

.header .main-nav .nav .dropdown-menu li a {
  border-radius: 6px;
  color: var(--gg-text);
  display: block;
  font-size: 13px;
  font-weight: 700;
  padding: 10px 12px;
}

.header .main-nav .nav .dropdown-menu li a:hover,
.header .main-nav .nav .dropdown-menu li a:focus {
  background: var(--gg-mist);
  color: var(--gg-leaf-dark);
}

.header .main-nav .navbar-toggle {
  background: var(--gg-mist);
  border: 1px solid rgba(114, 84, 58, 0.14);
  border-radius: 8px;
  margin: 0;
  padding: 10px 11px;
}

.header .main-nav .navbar-toggle .icon-bar {
  background: var(--gg-leaf-dark);
}

@media (max-width: 1199px) {
  .header .main-nav .nav .nav-item a {
    font-size: 13px;
    padding-left: 9px;
    padding-right: 9px;
  }
}

@media (max-width: 991px) {
  .header {
    margin-bottom: 30px;
  }

  .top-utility {
    justify-content: center;
    margin-top: 5px;
  }

  .header .header-main {
    min-height: 90px;
  }

  .header .logo img {
    max-height: 76px;
  }

  .header .main-nav .navbar-header {
    float: none;
  }

  .header .main-nav .navbar-toggle {
    display: block;
  }

  .header .main-nav .navbar-collapse {
    background: var(--gg-paper);
    border: 1px solid rgba(114, 84, 58, 0.12);
    border-radius: 8px;
    box-shadow: 0 14px 28px rgba(68, 84, 58, 0.1);
    left: 15px;
    margin-top: 14px;
    padding: 8px;
    position: absolute;
    right: 15px;
    top: 100%;
    z-index: 1000;
  }

  .header .main-nav .navbar-collapse.collapse {
    display: none !important;
  }

  .header .main-nav .navbar-collapse.collapse.in {
    display: block !important;
  }

  .header .main-nav .navbar-nav {
    display: block;
    width: 100%;
  }

  .header .main-nav .navbar-nav > li {
    float: none;
  }

  .header .main-nav .nav .nav-item a {
    border-radius: 8px;
    display: block;
    font-size: 14px;
    padding: 12px 14px;
  }

  .header .main-nav .nav .nav-login a {
    margin: 8px 0 0;
    text-align: center;
  }

  .header .main-nav .nav .dropdown-menu {
    background: transparent;
    border: 0;
    box-shadow: none;
    display: block;
    margin: 0 0 6px;
    padding: 0 0 0 12px;
    position: static;
    width: 100%;
  }

  .header .main-nav .nav .dropdown-menu li a {
    font-size: 13px;
    padding: 9px 14px;
  }
}

@media (max-width: 767px) {
  .header {
    margin-bottom: 26px;
  }

  .header .top-bar .container {
    display: block;
    padding-bottom: 8px;
    padding-top: 8px;
    text-align: center;
  }

  .top-utility {
    display: block;
    margin-top: 6px;
  }

  .top-utility a {
    display: block;
    margin-top: 3px;
  }

  .header .header-main {
    min-height: 80px;
    padding: 8px 15px;
  }

  .header .logo img {
    max-height: 64px;
  }
}
