/* Table of Content
==================================================
#Bootstrap override
#Carousel override
#Wordpress current item styles
#Basic Styles
#Buttons

*/


/* #Bootstrap override
================================================== */
.navbar {
  position: relative;
  min-height: 0;
  margin-bottom: 0;
  border: 1px solid transparent;
}
.navbar-default {
  background-color: transparent;
  border-color: transparent;
}
.navbar-default .navbar-collapse, .navbar-default .navbar-form {
  border-color: transparent;
}
.navbar-default .navbar-nav>li>a {
  color: #fff;
}
.navbar-nav {
  margin: 5px 0 0 0;
}
.navbar-collapse {
  overflow-x: visible;
  padding-right: 0;
  padding-left: 0;
  border-top: 1px solid transparent;
  box-shadow: inset 0 0px 0 rgba(255,255,255,0.1);
  -webkit-overflow-scrolling: touch;
}
.navbar-nav>li {
  float: left;
  border-left: 1px solid #fff;
}
.navbar-nav>li:first-child {
  border-left: 1px solid transparent;
}
.nav>li {
  position: relative;
  display: block;
  /*text-transform: uppercase;*/
}
.nav>li>a {
  /*border-left: 1px solid #fff;*/
  display: block;
  /* font-weight: bold; */
  margin: 0 10px 0;
  padding: 0px;
  position: relative;
  /* margin-left: 20px; */
  font-weight: 600;
  /*text-transform: uppercase;*/
}
.navbar-nav>li:last-child a {
  padding: 0 0 0 20px;
}
.navbar-nav li a {
  border-top:  0 solid transparent;
}
.navbar-nav li a:after{
  content: '';
  position: absolute;
  width: 0; height: 3px;
  display: block;
  right: 0;
  background: #fff;
  transition: width .2s ease;
  -webkit-transition: width .2s ease;
}
.navbar-nav li a:hover:after{
  width: 100%;
  left: 0;
  background: #fff;
}
.navbar-default .navbar-nav>.open>a, .navbar-default .navbar-nav>.open>a:hover, .navbar-default .navbar-nav>.open>a:focus {
    background-color: transparent;
    color: #ffffff;
}
.navbar-default .navbar-nav>li>a:hover, .navbar-default .navbar-nav>li>a:focus {
  color: #ffffff;
  background-color: transparent;
}
.navbar-nav li a:hover {
  /*border-top: 3px solid #395c84;
  background-color: #fff;*/
  color: #395c84;
}
.navbar-nav ul ul li a:hover {
  /*border-top: 3px solid transparent !important;
  background-color: #fff;*/
  color: #395c84;
}
.nav .open>a, .nav .open>a:hover, .nav .open>a:focus {
  background-color: #eee;
  border-color: #395c84;
}
.navbar-default .navbar-nav> .active > a {
  color: #008ed6;
}
.dropdown-menu {
  position: absolute;
  top: 100%;
  left: 0;
  z-index: 1000;
  display: none;
  float: left;
  min-width: 160px;
  padding: 5px 0;
  margin: 2px 0 0;
  list-style: none;
  /* font-size: 14px; */
  text-align: left;
  background-color: #33682E;
  border: 1px solid #ccc;
  border: 0 solid rgba(0,0,0,0.15);
  border-radius: 0;
  -webkit-box-shadow: 0 6px 12px rgba(0,0,0,0.175);
  box-shadow: 0 6px 12px rgba(0,0,0,0.175);
  background-clip: padding-box;
}
.dropdown-menu>li>a {
  display: block;
  padding: 3px 20px;
  clear: both;
  font-weight: normal;
  line-height: 1.42857143;
  color: #fff;
  white-space: nowrap;
}
.dropdown-menu>li>a:hover, .dropdown-menu>li>a:focus {
  text-decoration: none;
  color: #33682E;
  background-color: #ffffff;
}
/* #Carousel override
================================================== */
.carousel-indicators .active {
  margin: 0;
  width: 12px;
  height: 12px;
  background-color: #fff;
}
.carousel-indicators li {
  display: inline-block;
  width: 10px;
  height: 10px;
  margin: 1px;
  text-indent: -999px;
  border: 1px solid #fff;
  border-radius: 10px;
  cursor: pointer;
  background-color: #000 \9;
  background-color: rgba(0,0,0,0);
}
.carousel-control.left {
  background-image: -webkit-linear-gradient(left, rgba(0,0,0,0.0) 0, rgba(0,0,0,0.0000) 100%);
  background-image: -o-linear-gradient(left, rgba(0,0,0,0.0) 0, rgba(0,0,0,0.0000) 100%);
  background-image: -webkit-gradient(linear, left top, right top, color-stop(0, rgba(0,0,0,0.5)), to(rgba(0,0,0,0.0000)));
  background-image: linear-gradient(to right, rgba(0,0,0,0.0) 0, rgba(0,0,0,0.0000) 100%);
  background-repeat: repeat-x;
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#80000000', endColorstr='#00000000', GradientType=1);
}
.carousel-control.right {
  left: auto;
  right: 0;
  background-image: -webkit-linear-gradient(left, rgba(0,0,0,0.0000) 0, rgba(0,0,0,0.0) 100%);
  background-image: -o-linear-gradient(left, rgba(0,0,0,0.0000) 0, rgba(0,0,0,0.0) 100%);
  background-image: -webkit-gradient(linear, left top, right top, color-stop(0, rgba(0,0,0,0.0001)), to(rgba(0,0,0,0.0)));
  background-image: linear-gradient(to right, rgba(0,0,0,0.0000) 0, rgba(0,0,0,0.0) 100%);
  background-repeat: repeat-x;
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#00000000', endColorstr='#80000000', GradientType=1);
}
.carousel-caption {
    position: absolute;
    /*left: 20%;*/
    /*right: 20%;*/
    /* bottom: 20px; */
    z-index: 10;
    padding-top: 20px;
    padding-bottom: 20px;
    color: #fff;
    text-align: left;
    text-shadow: 0 1px 2px rgba(0,0,0,0.6);
    top: 40%;
}
.carousel-indicators {
  bottom: 70px;
}

.side-element-wrapper {
  /* hacks to make one side slant only */
  /*overflow: hidden;*/
  /*background: linear-gradient(to right, red, white, white, red);*/
}
.slide-element {
  /*overflow: hidden;*/
  /*position: relative;*/
  /*overflow: hidden;*/
  /*background: linear-gradient(to right, red, white, white, red);*/
}
.slide-element h2 {
  /*background-color: #33682E;*/
  /*background-color: rgba(51, 104, 46, 0.69);*/
  margin: 0;
  padding: 0;
  /*position: absolute;*/
  /*transform:skewX(20deg);*/
  /*-ms-transform:skewX(20deg);*/
  /*-webkit-transform:skewX(20deg);*/
}
.slide-element > .title {
  background-color: #33682E;
  background-color: rgba(51, 104, 46, 0.80);
  overflow: hidden;
  padding: 10px 15px;
  position: absolute;
  /*transform:skewX(-20deg);*/
  /*-ms-transform:skewX(-20deg);*/
  /*-webkit-transform:skewX(-20deg);*/
}
.slide-element .title h2 {
  margin: 0;
  padding: 0;
}
/*.slide-element img {
  max-width: 100%;
  height: auto;
  vertical-align: middle;
}*/
.slide-element > .subtitle {
  background-color: #537f3f;
  background-color: rgba(83, 127, 63, 0.69);
  overflow: hidden;
  padding: 10px 15px;
  position: absolute;
  top: 73px;
}
.slide-element .subtitle h3 {
  margin: 0;
  padding: 0;
}
.slide-action, .slide-action:hover {
  color: #fff;
  text-decoration: none;
}

/* #WP Store Locator plugin override
================================================== */
.wpsl-store-location {
  display: inline-block
}
.wpsl-direction-wrap {
  display: inline-block;
  float: right;
}
#wpsl-search-wrap .wpsl-input label {
    margin-right: 0;
    min-width: 110px;
}

/* #Wordpress current item styles
================================================== */

ul#menu-main-menu li.current-menu-item a {
  color: #fff;
  background-color: transparent;
}
ul#menu-about-sidebar-menu a,
ul#menu-membership-sidebar-menu a,
ul#menu-related-links-sidebar-menu a,
ul#menu-wi-centre-sidebar-menu a {
  color: #323232;
}
ul#menu-about-sidebar-menu li.current-menu-item a,
ul#menu-membership-sidebar-menu li.current-menu-item a,
ul#menu-related-links-sidebar-menu li.current-menu-item a,
ul#menu-wi-centre-sidebar-menu li.current-menu-item a {
  color: #33682E;
  background-color: transparent;
  text-decoration: underline;
}

article {
  margin: 0 0 4%;
}
.entry-header h2 a {
  color: inherit;
}
.essexwi-paging {
  margin: 0 0 4%;
  padding: 0;
}
.previous, .next {
  list-style: none;
}
.previous {
  float: left;
}
.next {
  float: right;
}
/*.ngg-gallery-thumbnail-box { margin: 5px .5%!important; width: 32.3%!important; }
.ngg-gallery-thumbnail a { display: block; overflow: hidden; }
.ngg-gallery-thumbnail a img { border: 1px solid #8eb83b!important; width: 95%!important; padding: 2%!important; margin: 0 auto!important; }*/

/* #Basic Styles
================================================== */
body {
    font-family: 'Open Sans', sans-serif;
    color: #323232;
    line-height: 1.750em;
    -webkit-font-smoothing: antialiased;
    /* Fix for webkit rendering */
    -webkit-text-size-adjust: 100%;
    -ms-text-size-adjust: 100%;
    -webkit-appearance: none;
    -moz-appearance: none;
}
/* helper classes*/
.alignleft {
  float: left;
  margin: 7px 28px 28px 0;
}

.alignright {
  float: right;
  margin: 7px 0 28px 28px;
}

.aligncenter {
  clear: both;
  display: block;
  margin: 7px auto;
}
hr {
    margin-top: 20px;
    margin-bottom: 20px;
    border: 0;
    border-top: 1px solid #cdcdcd;
}
.essexwi-blockquote {
  color: #33682E;
  /*font-style: italic;*/
}
.header-wrapper {
  background-color: #33682e;
  padding: 10px 0;
}
.call-to-action-wrapper {
  display: inline-block;
  color: #fff;
  float: right;
  margin: 0;
  overflow: hidden;
  /*width: 100px;*/
}
.login-wrapper {
  display: inline-block;
  overflow: hidden;
  padding: 0 15px 0 0;
  vertical-align: middle;
}
.login-wrapper p {
  margin: 0;
  padding: 0;
}
.login-wrapper a {
  color: #ffffff;
}
.social-wrapper {
  display: inline-block;
  float: right;
  width: 120px;
}
.social {
  list-style: none;
  text-align: right;
}
ul.social li {
    /* border: 1px solid #F76798; */
    display: inline-block;
    width: 25px;
    height: 25px;
    border-radius: 50%;
    background-color: #fff;
    margin: 0 0 0 4%;
    position: relative;
}
.fa-twitter, .fa-facebook, .fa-instagram {
  color: #33682E;
  /*position: absolute;*/
  /*top: 25%;*/
  /*left: 28%;*/
}

ul.socialTop {
  /*width:200px;*/
  margin: 0;
  padding: 0;
}
ul.socialTop li {
    /* border: 1px solid #F76798; */
    display: inline-block;
    width: 28px;
    height: 28px;
    border-radius: 50%;
    background-color: #fff;
    margin: 0 0 0 5%;
    position: relative;
    text-align: center;
    border: 1px solid #fff;
    transition: all 0.3s;
}
ul.socialTop li:hover {
  background-color: transparent;
  border: 1px solid #fff;
}
ul.socialTop li:hover a i {
  color: #fff;
}
.btn-social-top {
    border-radius: 14px;
    font-size: 18px;
    /* height: 30px; */
    line-height: 0.6;
    padding: 5px 5px;
    text-align: center;
    /* width: 11px; */
}

/* #Splash
================================================== */
.splash_wrapper {
    /* Location of the image */
    /*background-image: url(../images/about_splash.jpg);*/
    /* Background image is centered vertically and horizontally at all times */
    background-position: center center;
    /* Background image doesn't tile */
    background-repeat: no-repeat;
    /* Background image is fixed in the viewport so that it doesn't move when     the content's height is greater than the image's height */
    /* background-attachment: fixed; */
    /* This is what makes the background image rescale based     on the container's size */
    background-size: cover;
    /* border-bottom: 5px solid #17aaa9; */
    padding: 5.5% 0;
    /*height: 290px;*/
}
.about-splash-wrapper {
    /* Location of the image */
    background-image: url(../images/about-splash-edit.jpg);
    /* Background image is centered vertically and horizontally at all times */
    background-position: center 100%;
    /* Background image doesn't tile */
    /*background-repeat: no-repeat;*/
    /* Background image is fixed in the viewport so that it doesn't move when     the content's height is greater than the image's height */
    /* background-attachment: fixed; */
    /* This is what makes the background image rescale based     on the container's size */
    /*background-size: cover;*/
    /* border-bottom: 5px solid #17aaa9; */
    padding: 7% 0 0;
}
.membership-splash-wrapper {
    /* Location of the image */
    background-image: url(../images/membership-splash.jpg);
    /* Background image is centered vertically and horizontally at all times */
    background-position: center 100%;
    /* Background image doesn't tile */
    /*background-repeat: no-repeat;*/
    /* Background image is fixed in the viewport so that it doesn't move when     the content's height is greater than the image's height */
    /* background-attachment: fixed; */
    /* This is what makes the background image rescale based     on the container's size */
    /*background-size: cover;*/
    /* border-bottom: 5px solid #17aaa9; */
    padding: 7% 0 0;
}
.contact-splash-wrapper {
    /* Location of the image */
    background-image: url(../images/contact-splash.jpg);
    /* Background image is centered vertically and horizontally at all times */
    background-position: center 100%;
    /* Background image doesn't tile */
    /*background-repeat: no-repeat;*/
    /* Background image is fixed in the viewport so that it doesn't move when     the content's height is greater than the image's height */
    /* background-attachment: fixed; */
    /* This is what makes the background image rescale based     on the container's size */
    /*background-size: cover;*/
    /* border-bottom: 5px solid #17aaa9; */
    padding: 7% 0 0;
}
.splash-content {
  overflow: hidden;
  opacity: .8;
  padding: 26px 0;
  position: relative;
}
.splash-content > .title {
  background-color: #33682E;
  background-color: rgba(51, 104, 46, 0.69);
  bottom: 0;
  padding: 10px 15px;
  position: absolute;
}
.splash-content > .title h3{
  color: #fff;
  font-weight: 700;
  margin: 0;
  padding: 0;
  text-transform: uppercase;
}
.welcome-module-wrapper {
  background-color: #33682e;
  border-radius: 5px;
  color: #fff;
  margin: -60px 0 40px;
  overflow: hidden;
  padding: 20px;
  -webkit-box-shadow: 1px 1px 6px -2px rgba(0,0,0,1);
  -moz-box-shadow: 1px 1px 6px -2px rgba(0,0,0,1);
  box-shadow: 1px 1px 6px -2px rgba(0,0,0,1);
}
.welcome-title {
  overflow: hidden;
}
.welcome-title h2 {
  font-weight: 700;
  text-transform: uppercase;
}
.welcome-text p {
  margin: 0;
  padding: 0;
}
.module-content-section {
  background-color: #ebebeb;
}
.essexwi-content-section {
  background-color: #ebebeb;
}
.news-module-wrapper img {
  border-radius: 5px;
  max-width: 100%;
  height: auto;
  vertical-align: middle;
}
.news-module-content {
  overflow: hidden;
}
.news-module-content h4 {
  margin: 20px 0 14px;
  text-transform: uppercase;
}
.readmore-link {
  color: #33682E;
  font-weight: 600;
  text-transform: uppercase;
}
.main-content, .essexwi-aside {
  margin: 5% 0 0;
}
.main-content {
  border-right: 1px solid #cdcdcd;
  /*margin: 5% 0 0;*/
  overflow: hidden;
  padding: 0 5% 0 0;
}
.main-content h3 {
  margin: 0 0 15px;
  padding: 0;
  text-transform: uppercase;
}
.feature-image-wrapper {
  margin: 0 0 34px;
  overflow: hidden;
}
.feature-image-wrapper img {
  max-width: 100%;
  height: auto;
  vertical-align: middle;
}
.essexwi-aside {
  overflow: hidden;
}
.side-menu-wrapper {
  /*background-color: #f9f9f9;*/
  /*font-size: 18px;*/
  list-style: none;
  overflow: hidden;
  margin: 0 0 10%;
  padding: 20px;
}
.side-menu-wrapper h3 {
  font-weight: 700;
  text-transform: uppercase;
}
.side-menu-wrapper h5 {
    font-weight: 700;
    text-transform: uppercase;
}
.side-menu-wrapper ul {
  list-style: none;
  margin: 0;
  padding: 0;
}
.side-menu-wrapper li {
  text-transform: uppercase;
  line-height: 2.100em;
}
a.side-menu-active {
  color: #33682E;
  /*font-weight: 600;*/
  text-decoration: underline;
}
div.essexwi-articles-archive a {
  color: #323232 !important;
}
div.essexwi-articles-archive a:hover {
  color: #33682E !important;
}
.sidebar-contact-wrapper a {
  color: #33682E;
}

.contact-content {

}
.contact-header {
  margin: 5% 0 2%;
  overflow: hidden;
}
.contact-form-header {
  margin: 6% 0 2%;
  overflow: hidden;
}
.contact-header h3, .contact-form-header h3 {
  margin: 0;
  padding: 0;
  text-transform: uppercase;
}

.form-social-wrapper {
  /*display: inline-block;*/
  float: left;
  margin: 10% 0 0 0;
  width: 60px;
}
ul.form-social {
  margin: 0;
  padding: 0;
}
ul.form-social li {
    /* border: 1px solid #F76798; */
    display: inline-block;
    width: 25px;
    height: 25px;
    border-radius: 50%;
    background-color: #33682E;
    margin: 0 4% 0 0;
    position: relative;
}
ul.form-social .fa-twitter, ul.form-social .fa-facebook {
  color: #fff;
  position: absolute;
  top: 25%;
  left: 28%;
}
/* #Google Map
================================================== */
#map {

    width: 100%;
    height: 310px;
    /*margin-top: 100px;*/
}
#more-info-a > a {
	color: black !important;
	pointer-events: none;
	cursor: default;
	text-decoration: none;
}
 .gm-style-iw * {
        display: block;
        max-width: 100%;
    }
    .gm-style-iw h4, .gm-style-iw p {
        margin: 0;
        padding: 0;
    }
    .gm-style-iw a {
        color: #4272db;
    }
.google-maps {
  border: 1px solid #CECECE;
  margin: 0 0 0;
  position: relative;
  padding-bottom: 27%; /* This is the aspect ratio */
  height: 0;
  overflow: hidden;
}

.google-maps iframe {
    position: absolute;
    top: 0;
    left: 0;
    width: 100% !important;
    height: 100% !important;
}
/* Buttons
-------------------------------------------------- */
.welcome-btn-wrapper {
  overflow: hidden;
  padding: 14px 0;
}
.action-btn {
  display: inline-block;
  /*line-height: 2.857em;*/
  /* padding: 0 4.375em; */
  background: #ffffff;
  /* color: #2d995a; */
  font-size: 16px;
  /* font-family: 'Montserrat', sans-serif; */
  font-weight: 700;
  /* margin-top: 1.000em; */
  text-decoration: none;
  /*text-transform: uppercase;*/
  /* -webkit-transition: background 0.3s ease;
  -moz-transition: background 0.3s ease;
  -o-transition: background 0.3s ease;
  transition: background 0.3s ease; */
  letter-spacing: 0.125em;
}
.welcome-btn {
  border-radius: 5px;
  color: #33682e;
  float: right;
  padding: 12px 12px;
}
.btn-send {
  color: #fff;
  background-color: #33682E;
  border-color: #33682E;
  font-weight: 600;
  font-size: 18px;
  padding: 10px 25px;
  -webkit-box-shadow: 1px 1px 6px -2px rgba(0,0,0,1);
  -moz-box-shadow: 1px 1px 6px -2px rgba(0,0,0,1);
  box-shadow: 1px 1px 6px -2px rgba(0,0,0,1);
}
.action-banner {
  background-color: #33682e;
  border-radius: 5px;
  margin: 3% 0;
  overflow: hidden;
  padding: 25px;
  -webkit-box-shadow: 1px 1px 6px -2px rgba(0,0,0,1);
  -moz-box-shadow: 1px 1px 6px -2px rgba(0,0,0,1);
  box-shadow: 1px 1px 6px -2px rgba(0,0,0,1);
}
.member-action-text-wrapper {
  color: #fff;
  padding: 12px 0;
}
.member-action-text-wrapper p {
  font-size: 22px;
  font-weight: 600;
  margin: 0;
  text-transform: uppercase;
}
.member-btn {
  border-radius: 5px;
  color: #33682e;
  float: right;
  padding: 12px 12px;
}

footer {
  margin: 1% 0;
}
.logo-footer {
  display: inline-block;
}
.copyright {
  color: #373535;
  display: inline-block;
  margin: 0 0 -7px;
  overflow: hidden;
}
.copyright p {
  margin: 0;
  padding: 0;
}
.contact-wrapper {
  color: #373535;
  /*display: inline-block;*/
  float: right;
  margin: 8px 0 0;
}
.contact p {
  margin: 0;
  padding: 0;
}
.social-wrapper-footer {
  /*display: inline-block;*/
  float: right;
  margin: 6px 0 0 10px;
  width: 68px;
}
/*ul.social-footer {
  margin: 0;
  padding: 0;
}*/
/*ul.social-footer li {
     border: 1px solid #F76798;
    display: inline-block;
    width: 25px;
    height: 25px;
    border-radius: 50%;
    background-color: #ebebeb;
    margin: 0 0 0 4%;
    position: relative;
}*/
ul.social-footer .fa-twitter, ul.social-footer .fa-facebook {
  color: #fff;
  /*position: absolute;*/
  /*top: 25%;*/
  /*left: 28%;*/
}
ul.social-footer {
  /*width:200px;*/
  margin: 0;
  padding: 0;
}
ul.social-footer li {
    /* border: 1px solid #F76798; */
    display: inline-block;
    width: 28px;
    height: 28px;
    border-radius: 50%;
    background-color: #ebebeb;
    margin: 0 0 0 5%;
    position: relative;
    text-align: center;
    transition: all 0.3s;
}
ul.social-footer li:hover {
  background-color: transparent;
  border: 1px solid #33682e;
}
ul.social-footer li:hover a i {
  color: #33682e;
}
.btn-social-bottom {
    border-radius: 14px;
    font-size: 18px;
    /* height: 30px; */
    line-height: 0.6;
    padding: 5px 5px;
    text-align: center;
    /* width: 11px; */
}
.copyright a, .contact a {
  color: #323232;
}
.login-footer {
  display: none;
  padding: 8px 0 0;
}
.login-footer a {
  color: inherit;
}
.centenary-section {
  background-color: #153131;
  padding: 10px 0 0;
}
.centenary-wrapper {
  padding: 14px 0 0;
  /*text-align: center;*/
  display: table;
  margin: 0 auto;
}
.centenary-content {
  color: #fff;
  font-size: 18px;
  font-weight: 700;
  padding: 15px 0 10px;
  text-align: left;
  text-transform: uppercase;
}
.centenary-content-date {
  color: #fff;
  font-size: 18px;
  font-weight: 700;
  padding: 15px 0 0;
  text-align: right;
}
/* Flip Clock */
.flip-clock-wrapper ul li a div div.inn, body .flip-clock-small-wrapper ul li a div div.inn { color: #fff; background-color: #b33f34; }
body .flip-clock-dot, body .flip-clock-small-wrapper .flip-clock-dot {
  background: #fff;
}
body .flip-clock-wrapper .flip-clock-meridium a, body .flip-clock-small-wrapper .flip-clock-meridium a {
  color: #fff;
}
.flip-clock-small-wrapper {
  text-align: center;
  position: relative;
  width: 100%;
  /*margin: 2% auto 1% !important;*/
  display: table-cell;
}
.flip-clock-small-wrapper .flip-clock-divider .flip-clock-label {
  color: #fff;
  top: -1.4em;
  font-weight: 600;
}


.flip-clock-small-wrapper ul li a div div.inn {
  font-size: 14px;
  text-shadow: 0 0 2px #000;
}
.flip-clock-small-wrapper ul {
  height: 25px;
  line-height: 26px;
}
.flip-clock-small-wrapper .flip-clock-dot.top {
  top: 8px;
}
.flip-clock-small-wrapper .flip-clock-divider {
  height: 29px;
}
.flip-clock-small-wrapper .flip-clock-dot {
  width: 4px;
  height: 4px;
}
.flip-clock-small-wrapper .flip {box-shadow: 0 0px 5px rgba(0, 0, 0, 0.7);}

.mental-health-wrapper {
  overflow: hidden;
}
.mh-image-wrapper img {
  max-width: 100%;
  height: auto;
  vertical-align: top;
}

[id^=gallery-] img  {
	border: 0 solid #cfcfcf !important;
}

.search-results-title h3 {
	color: #244631;
	font-size: 16px;
	font-style: italic;
	margin: 0;
	padding: 0 0 32px;
	text-transform: capitalize;
}
.searchform-wrapper {
	display: inline-block;
	padding: 0 16px 0 0;
}
.searchform-wrapper form label input.search-field {
	color: #33682e;
	border: 0 none;
	box-shadow: none;
	padding: 2px 4px;
}
input.search-submit {
	background-color: #244631;
	border: 1px solid #244631;
	border-radius: 5px;
	padding: 3px 14px;
	transition: all 0.3s;
}

input.search-submit:hover {
	border: 1px solid #fff;
}
.search-results-module {
	margin: 0 0 16px;
}
.search-results-module h3 {
	margin: 0;
	padding: 0;
}
.search-results-module h3 a {
	color: #000;
	font-size: 18px;
	font-weight: 600;
}
.search-pagination-wrapper {
	padding: 16px 0;
}
.page-numbers {
	background-color: #244631;
	border-radius: 5px;
	color: #fff;
	font-size: 16px;
	padding: 6px;
	vertical-align: super;
	transition: all 0.3s;
}
.page-numbers:hover {
	background-color:#93b6a1;
	color: #fff;
	text-decoration: none;
}
.page-numbers.current {
	background-color: #93b6a1;
}
textarea:focus, input:focus{
	outline: none;
}

body.tribe-events-page-template .tribe-common-l-container.tribe-events-l-container {
  padding-top: 0 !important;
}

body.tribe-events-page-template .feature-image-wrapper {
  display: none;
}

/* Find a WI */
.hc-p2 {
  color: black;
  font-size: 100%;
  background-color: transparent;
  font-family: 'Open Sans', sans-serif;
}
.hc-block .hc-mt2 {
  display: none!important;
}