body {
  font-family: 'Noto Serif', "Times New Roman", Times, serif;
  font-size: 14px;
  color: #2d2926;
  line-height: 1.7143em;
}

.clear {clear: both;}

img {
    max-width: 100%;
    height: auto;
}

.container {
  padding: 0;
  margin: 0 auto;
  width: 100%;
}

.wrapper {
    max-width: 1100px;
    height: auto;
    margin: 0 auto;
    padding: 0;
}

/*========= Typography ===========*/


a {
  color: #008A5f;
  text-decoration: underline;
}

a:focus, a:hover {
  color: #7FBD00;
  text-decoration: none;
}

a:focus {
  outline: none;
}


h1 {
  font-size: 28px;
  color: #186B37;
  font-family: 'Noto Serif', "Times New Roman", Times, serif;
  font-weight: 700;
  margin-bottom: 25px;
  letter-spacing: 2px;
  text-transform: uppercase;
}

h2 {
  font-size: 25px;
  color: #186B37;
  font-family: 'Noto Serif', "Times New Roman", Times, serif;
  font-weight: 700;
  letter-spacing: 2px;
  margin-bottom: 25px;
  text-transform: uppercase;
}

h3 {
    font-size: 21px;
    color: #186B37;   
    font-family: 'Noto Serif', "Times New Roman", Times, serif;
    font-weight: 700;
    text-transform: uppercase;
    margin-bottom: 15px;
}

h4 {
    font-weight: normal;
    font-size: 16px;
}

/*========= Buttons ===========*/

a.btn, .btn {
    background: #186B37;
    color: #fff;
    text-decoration: none;
    border-radius: 0;
    border: none;
    font-size: 14px;
    font-weight: normal;
    padding: 6px 30px;
}

a.btn:hover {opacity: 0.8; color: #fff;}    

.btn.focus, .btn:focus, .btn:hover {
    color: #fff;
    opacity: 0.8; 
    outline: none;
} 

#button, #Submit1, input#button.form_button2, input#Submit1, input[type="reset"], input[type="submit"], html input[type="button"] {
    color: #fff;
    font-weight: normal;
    text-transform: none;
    text-shadow: none;
    border-radius: 0px;
    box-shadow: none;
    background: #186B37;
    border: none;
    margin-bottom: 20px;
    margin-top: 30px;
    /*letter-spacing: 1px;*/
    display: inline-block;
    padding: 6px 30px!important;
    width: auto;
    font-size: 1em;
}

#button {
    margin: 0;
    padding: 5px 25px!important;
}

section.grey form input[type="submit"] {
    float: right;
}

#button:hover, #Submit1:hover, html input[type="button"]:hover,
input#button.form_button2:hover, input[type="reset"]:hover,
input[type="submit"]:hover {
  text-decoration: none;
  opacity: 0.8;
  border: none;
}

#button:focus, #Submit1:focus, input[type="button"]:focus, input[type="submit"]:focus,
input#button.form_button2:focus, input[type="reset"]:focus {
    outline: none;
}

a.btn.view-btn {background: #186B37; color: #fff;}

a.btn.view-btn:hover {
   border: 0;
   background: #186B37;
   color: #fff;
}

/*========== Nav section =============*/

.row.navrow {
    background-color: #fff; 
    border-bottom: 4px solid #186B37;
}

.nav-contain {
   width: 100%;
   text-align: center;
   height: 40px;
}

.navbar-static-top .navbar-collapse {
    text-align: center;
}

/*.collapse.navbar-collapse {
    text-align: center;
}*/

.navbar-nav {
    float: none;
    /*margin: 0 auto;*/
    display: inline-block;
    width: auto;
}

.nav>li>a {
   padding: 0 14px;
   color: #186B37;
   font-size: 14px;
   line-height: 40px;
   font-family: 'Noto Serif', "Times New Roman", Times, serif;
   font-weight: 700;
   text-decoration: none;
   text-transform: uppercase;
}

.nav>li>a:hover, .nav>li>a:focus, .nav .navbar ul li:hover, .nav .open>a, .nav .open>a:focus, .nav .open>a:hover {
    background-color: transparent;
    color: #7FBD00;
}

.dropdown-menu {
    border-radius: 0;
    min-width: 200px;
    /*width: 100%;*/
    border: 0;
    font-size: 14px !important;
    color: #fff;
    background: #007c40;
    padding: 15px 0 15px;
    box-shadow: none;
    left: 50%;
    right: auto;
    text-align: center;
    transform: translate(-50%, 0);
}

.dropdown-menu:after {
   font: normal normal normal 14px/1 FontAwesome;
}

.dropdown-menu:after {
    content: "\f0d7";
    color: #7FBD00;
    font-size: 28px !important;
    position: absolute;
    top: -10px;
    /*left: 40%;*/ 
    display: inline-block;    
    text-rendering: auto;
    -webkit-font-smoothing: antialiased;
    margin-left: -10px;
 }

.dropdown-menu li ul > li > a {
   font-size: 13px!important;
   padding: 8px 21px !important;
   line-height: 1.5;
   font-weight: normal;
}

.dropdown-menu li .nav-list > li > a:hover, 
.dropdown-menu li .nav-list > li > a:focus {
   background-color: transparent;
   color: #7FBD00;
}

.dropdown-menu>li>a {
    color: #fff;
    padding: 5px 15px;
    text-decoration: none;
    text-align: left;
    white-space: normal;
    line-height: 1.2em;
    font-family: 'Noto Serif', "Times New Roman", Times, serif;
    font-weight: 400;
}

.dropdown-menu>li>a:focus, .dropdown-menu>li>a:hover {
    color: #7FBD00!important;
    text-decoration: none;
    background-color: transparent;
}

.navbar.navbar-static-top {
    min-height: 40px;
    margin: 0;
    border: none;
}

/*--this fixes the dropdown not showing all the time on hover--*/
.dropdown:hover .dropdown-menu {
    display: block;
}

 .navbar-nav>li>.dropdown-menu {
    margin-top: 0;
}


/*=========header-section===========*/

header .row {
    margin-left: 0;
    margin-right: 0;
}

header.interior {border-bottom: 7px solid #186B37;}

.header-top {padding: 10px 0;}

.logo {padding: 15px 0;} 

.logo {display: inline-block;}

.logo:hover {opacity: 1;}



.top-contain {
   margin-top: 28px;
   text-align: right;
}

.headerbtns{
  display: flex;
  justify-content:space-evenly;
}

.top-nav ul, ul.social {
    list-style: none;
    display: inline-block;
    /*float: right;*/
    padding: 0;
    margin:0;
}

.top-nav li, .social li {
    display: inline-block;
}

/*.top-nav li a {
    text-decoration: none;
    padding: 0;
    margin-right: 5px;
    font-size: 15px;
    color: #231f20;
    font-weight: normal;
}*/

.top-nav li:last-of-type a {
    margin: 0;
}

/*.top-nav li a:after {
    content: '|';
    margin-left: 5px;
}*/

.top-nav li:last-of-type a:after {
  content: '';
  display: none;
  margin: 0;
}

.top-nav li a:hover {
   opacity: 0.8;
}

/*.top-login {
    margin-top: 5px;
    margin-left: 10px;
}

.top-login a.btn {
    font-size: 11px;
    text-transform: uppercase;
}

.top-login a.btn:hover{color:white; opacity: .8;}*/

.social-contain {margin: 10px 0;}

.social-links {
   display: inline-block;
}

.social-links {vertical-align: middle;}

div.social {
    margin-top: 30px;
    /*float: right;*/
}

.social a {
    font-size: 30px;
    color: #186B37;
    padding: 3px 3px;
    margin-right: 8px;
}

.social a:hover {
   opacity: 0.8;
} 

.social li:first-child a .fa {
    margin-left: 0px;
}

.join-btn, .login-btn {display: inline-block;}

.join-btn a.btn {
    padding: 4px 15px; 
    text-transform: uppercase;
    line-height: 30px;
    font-family: 'Noto Serif', "Times New Roman", Times, serif;
    font-weight: 500;
}

.search {
    display: inline-block;
    margin-top: 20px;
    font-size: 13px;
    background: transparent;
    padding: 0 8px;
    float: right;
    border: 1px solid #676766;
    vertical-align: middle;
}

.search form {
    width: 200px;
}

.search input[type="text"] {
    border: none;
    background: transparent;
    outline: none;
    padding: 0;
    line-height: 28px;
    height: 28px;
    display: inline-block;
    float: left;
    color: #2d2926;
    width: 175px;
    text-transform: uppercase;
    margin-bottom: 0;
}

.search button[type="submit"] {
    background: transparent;
    border: none;
    padding: 0;
    margin: 0;
    float: right;
    color: #7FBD00;
    line-height: 28px;
    height: 28px;
    font-size: 16px;
}

.login-btn {margin-left: 8px;}    

.btn-user {
   padding: 4px 15px; 
   text-transform: uppercase;
   line-height: 30px;
   width: 85px;
   font-family: 'Noto Serif', "Times New Roman", Times, serif;
   font-weight: 500;
   background: #186B37;
   color: #fff;
}

.logoutbtn a.btn-user, .accountbtn a.btn-user {
   padding: 10px 20px;
   text-transform: uppercase;
   line-height: 30px;
   width: 85px;
   font-family: 'Noto Serif', "Times New Roman", Times, serif;
   font-weight: 500;
   margin-left: 3px;
   color: #fff;
   vertical-align: middle;
}

/*--------- Login ------------*/

.modal-dialog {z-index: 1050;}

.member-box {
   margin: 0 auto 15px auto;
   text-align: center;
   width: 98%;
}

.member-box h3 {
   margin-top: 0;
}

.forgot a {
  float: left;
  color: #4c4c4c;
  font-size: 12px;
  margin-top: 10px;
}

.member-login {margin-top: 5px; margin-bottom: 10px;}

.button-left {text-align: right; padding-top: 4px;}

a.frgt {
   /*color: #404040;*/ 
   font-size: 12px;
   font-weight: normal;
}

a.frgt:hover {text-decoration: none;}

.modal-dialog {z-index: 1050;}

.modal-header {
    border-bottom: 0;
}

.member-box {
   margin: 0 auto 15px auto;
   text-align: center;
   width: 98%;
}

.member-box h3 {
    margin-top: 0;
    margin-bottom: 25px;
    font-size: 22px;
    text-align: center;
}

.login {
    margin: 10px 0;
}

.txt-user, .txt-pass {
   border: 1px solid #e3e3e3;
   width: 100%;
   padding: 3px 0 3px 4px;
   line-height: 30px;
   height: 30px;
   margin-bottom: 10px;
}

.enter_button {
    text-align: center;
    /*color: white;*/
    /*font-weight: bold;*/
    padding: 0px 20px!important;
    cursor: pointer;
    margin: 0;
    border-radius: 0;
    display: inline-block;
    float: right;
    font-size: 14px;
    line-height: 32px;
    height: 32px;
    border: 0;
    /*background: #0e5ba3;*/
    text-transform: uppercase;
    opacity: 1;
}

.enter_button:hover {
    opacity: 0.8;
    text-decoration: none;
}

span.forgot {
    float: left;
    text-align: left;
    font-size: 12px;
    line-height: 1.35em;
}

/*========== Slider section =============*/

section.slide .row {
    margin: 0;
}

section.slide {padding: 0;}

/*section.slide.subpage {
    min-height: 90px;
    background: url('/images/theme/carbg.png') no-repeat center;
    background-size: cover;
}*/

.slider-area {
    z-index: 10;
    position: relative;
    border-radius: 0;
    height: 100%;
    max-height: 100%;
    overflow: hidden;
    padding-bottom: 0;
    margin-top: 0;
    width: 100%;
}

.slider-bg {
    width: 100%;
    margin-top: 0;
}

.slider-area .col-sm-12, .slider-area .col-md-12 {
    padding: 0;
}

.parallax {
    background-attachment: scroll;
    background-position: center center;
    -webkit-background-size: cover;
    -moz-background-size: cover;
    background-size: cover;
    background-repeat: no-repeat;
    /*background-color: #f8f8f8;*/
    display: inline-block;
    min-height: 400px;
    height: 400px;
    display: block;
}

.slidecont {
    position: absolute;
    left: 0;
    top: 0;
    height: 100%;
    width: 100%;
}

.slidecont .wrapper {
    height: 100%;
    width: 100%;
    position: relative;
}

.flexslider {border: 0px;}

.flexslider .slides img {width: 100%;}

.caption {
    position: relative;
    top: 0;
    bottom: 0;
    right: 0;
    width: 33%;
    height: 100%;
    padding: 0 20px;
    display: table;
    text-align: center;
    font-size: 17px;
    color: #fff;
    background: rgba(24, 107, 55, 0.9);
    float: right;
}

.slide.wrap {
   display: table-cell;
   vertical-align: middle;
}

.caption h1, .caption h2, .caption h3 {
    margin-top: 0;
    font-size: 27px;
    color: #fff;
    border: none;
    padding-bottom: 0px;
    margin-bottom: 15px;
    letter-spacing: 1px;
}

.caption p {
    color: #fff;
    font-size: 17px;
}

.caption a {text-decoration: none;}

.caption a.btn {
    margin-top: 10px;
    font-size: 20px;
    padding: 6px 35px;
    width: 90%;
    background-color: #fff;
    color: #186B37;
    font-family: 'Noto Serif', "Times New Roman", Times, serif;
    font-weight: 500;
    text-transform: uppercase;
}

.caption a.btn:hover {
   opacity: 0.8;
}

.caption a.btn:after {
    /*content: '>';
    margin-left: 7px;*/
}

.flex-direction-nav li a {
    width: 32.5px;
    height: 40px;
    margin: -20px 0 0;
    display: block;
    /*background: url("../images/theme/prev-next-btn.png") no-repeat 0 0;*/
    position: absolute;
    top: 50%;
    z-index: 10;
    cursor: pointer;
    text-indent: -9999px;
    opacity: 0;
    -webkit-transition:all .3s ease;
}

.flex-direction-nav .flex-next {
    background-position: -38px 0 !important;
    right: 0px;
}

.flex-direction-nav .flex-prev {left:-36px;}

.flexslider:hover .flex-next {opacity: 1; right: 25px;}

.flexslider:hover .flex-prev {opacity: 1; left: 25px;}

.flexslider:hover .flex-next:hover, .flexslider:hover .flex-prev:hover {opacity:1;}

.flexslider:hover .flex-control-nav {
    opacity: 1; 
    -webkit-transition: all .3s ease;
}

/*========== Main section =============*/

section {
    padding: 50px 0 65px;
}

section.interior {padding: 25px 0 40px;}

.mid-content {text-align: center; margin-bottom: 30px;}

.spotlight-container {
    display: inline-block;
    position: relative;
    height: 167px;
    width: 253px;
    margin-bottom: 20px;
    margin-top: 20px;
}

.spotlight-container .overlay {
    background-color: rgba(45, 41, 38, 0.6);
    position: absolute;
    z-index: 10;
    width: 100%;
    height: 165px;
}

.spotlight-container img {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    z-index: 5;
    height: 100%;
    min-width: 100%;
}

.spotlight-content {
    text-align: center;
    display: table;
    vertical-align: middle;
    height: 100%;
    width: 100%;
    max-width: 100%;
    position: relative;
    z-index: 20;
}

.spotlight-content-wrap {
    display: table-cell;
    vertical-align: middle;
    text-align: center;
    text-decoration: none;
    color: white;
    padding: 0 10px;
}

.spotlight-content a {
    text-align: center;
    text-decoration: none;
    color: white;
     -webkit-transition:all .3s ease;
    -moz-transition:all .3s ease;
    -o-transition:all .3s ease;
    transition:all .3s ease-in-out;
}

.spotlight-content h2 {
    margin: 0;
    font-size: 22.5px;
    color: #7FBD00;
    text-transform: uppercase;
    text-shadow: 0px 3px 4.65px rgba(0, 0, 0, 0.7);
    font-weight: normal;
    line-height: 1.2;
    letter-spacing: 0.05em;
}

.spotlight-content h2 a {
    color: #7FBD00;
    text-decoration: none;
}

.spotlight-container:hover .overlay {
    background-color: transparent;
    -webkit-transition:all .3s ease;
    -moz-transition:all .3s ease;
    -o-transition:all .3s ease;
    transition:all .3s ease-in-out;
}

/*---------Event widget-----------*/

.events ul {
   list-style-type: none;
   margin: 0;
   padding: 0;
   margin-top: 20px;
}

.events li {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    margin-bottom: 20px;
}

.event_date {
    text-align: center;
    width: 70px;
    height: 70px;
    min-width: 70px;
    padding: 5px 0px;
    border: 0;
    background-color: #186B37;
    display: inline-block;
}

.event_date div, .event_date .month, .event_date .day, 
.event_date .year {
    display: inline-block;
    color: #fff;
    text-transform: uppercase;
    text-align: center;
    float: left;
    margin: 0 auto;
    width: 100%;
    font-family: 'Noto Serif', sans-serif;
    font-weight: 500;
}

.event_date .day {font-size: 28px; line-height: 1.3em;}

.event_date .month {
   font-size: 17px; 
   letter-spacing: 1px;
   line-height: 1.3em;
}

li a:hover, .latest_event a:hover {/*text-decoration: underline;*/}

.event_content {
    float: left;
    display: inline-block;
    margin-left: 15px;
}

.event_content h5 a {
    padding-bottom: 0px;
    font-size: 18px;
    font-weight: 400;
    color: #676766;
    text-decoration: none;
    font-family: 'Noto Serif', sans-serif;
    font-weight: 500;
}

.event_content h5 {margin-top: 5px;}

.event_content p {
   font-family: 'Noto Serif', sans-serif;
   font-weight: 400;
   color: #676766;
}

.events li .event_date:hover {opacity: 0.8;}

span.view-more {float: right; margin-top: 30px;}

.btn.view-more {
    text-decoration: none;
    padding: 6px 30px;
    display: inline-block;
    float: right;
    margin-top: 30px;
    /*color: #fff;
    background: #000;*/
    font-size: 14px;
}

.btn.view-more:hover {
    /*color: #000;
    background-color: #ffcd00;
    opacity: 0.8;*/
}

a.view-more:after {
    content: '\f101';
    margin-left: 7px;
    display: inline-block;
    font-family: FontAwesome;
    font-size: 14px;
    color: #fff;
}

.upperContent {
   margin-right: 30px;
}

.lowerContent, .sponsorContent {
   text-align: center;
   margin: 25px auto;
}

.sponsorContent img {
   height: auto!important;
   margin-bottom: 20px;
   margin-right: 20px;
}

.sponsorImg {
   margin-top: 30px;
}

input[type=checkbox], input[type=radio] {
    margin: 7px 8px 0 0px;}

hr {
    margin-top: 20px;
    margin-bottom: 20px;
    border: 0;
    border-top: 1px solid #bbb;
}

/*--------- Blog Widget -----------*/

/*.news-list {
  margin: 0;
  list-style-type: none;
  padding: 0;
}

.news-list a {
    text-decoration: none;
}

h4.section-heading {
    color: #0c6cb5;
    font-size: 17px;
    line-height: 1.2;
}

ul.meta {
    margin: 0;
    padding: 0;
    list-style: none;
    color: #a1a9ad;
    font-style: italic;
    padding-bottom: 5px;
}

.news-list p {
   color: #231f20;
   text-decoration: none;
   line-height: 1.4em;
}

.news-list li {
    padding-bottom: 10px;
}

ul.rss-items {
    padding: 0 0px 0 10px;
    list-style: none;
}

li.rss-item {
    display: inline-block;
    width: 100%;
    padding-bottom: 20px;
}

.read-more:hover {
    text-decoration: none;
}

.read-more {
    text-align: left;
    text-decoration: underline;
    color: #0c6cb5;
    font-style: italic;
}*/

.ad_home {text-align: center; margin: 25px 0 35px;}

/*------- sponsor-styles --------*/

/*.sponsor {margin-top: 10px;}

.sponsor h2 {
    text-align: center;
}

.sponsor h2:after {
    border-bottom: 1px solid #0c6cb5;
    content: '';
    width: 280px;
    height: 1px;
    display: block;
    padding-top: 8px;
    margin: 0 auto;
    text-align: center;
}

.sponsor-logo {
    margin: 0 auto 30px;
    padding: 0;
}

ul.slide-logo {
    padding: 20px 5px;
    text-align: center;
}

ul.slide-logo li {text-align: center; height: auto;}

ul.slide-logo li img {
    /*width: 200px;*/
    /*max-height: 135px;
}

.slick-slide img {margin: 0 auto;}

.slick-prev:before, .slick-next:before {
    display: none;
}*/

/*============= Footer ==============*/

.footer-top {
   background: #7FBD00;
   padding: 25px 0;
   color: #2d2926;
}

.footer-address {
    /*line-height: 1.4em;*/
}

.footerContent, .footerContent {
    font-size: 13px;
}

.footer-bottom {
    background: #186B37;
    color: #fff;
    text-align: center;
    padding: 7px 0;
}

.copy {font-size: 12px; font-weight: normal;}

.footer-logo {
    display: inline-block;
    float: right;
    width: 136px;
    height: 39px;
    background-image: url('../images/theme/naylor-logo-blk.png');
    background-attachment: scroll;
    background-position: center center;
    -webkit-background-size: cover;
    -moz-background-size: cover;
    background-size: cover;
    background-repeat: no-repeat;
    color: transparent;
    font-size: 0px;
}

/*========== Subpage section =============*/

/*----------Breadcrumb styles-----------*/

.breadcrumb-menu {
    padding-bottom: 25px;
}

.breadcrumb-menu ul {
    list-style-type: none;
    margin: 0;
    padding: 0;
}

.breadcrumb-menu ul li {
    display: inline-block;
    margin: 0;
    padding: 0;
}

.breadcrumb-menu li:after {
    display: inline-block;
    content: "/";
    color: #676766;
    vertical-align: middle;
    font-weight: normal;
    /*font-family: FontAwesome;*/
    font-size: 14px;
}

.breadcrumb-menu ul li:last-child:after {
    content: "";
}

.breadcrumb-menu li:last-child a {
    color: #008A5f;
}

.breadcrumb-menu ul li a {
    font-size: 13px;
    margin-right: 8px;
    margin-left: 4px;
    color: #676766;
    text-decoration: none;
    /*text-transform: capitalize;*/
}

.breadcrumb-menu ul li:first-of-type a {margin-left: 0;}

/*.breadcrumb-menu ul li a:hover,
.breadcrumb-menu ul li a:active  {text-decoration: underline;}*/

.print-area {
   float: right;
   cursor: pointer;
   padding-top: 10px;
   height: 20px;
}

a.reamorel {
   color: #676766;
   text-decoration: none;
   /*text-transform: capitalize;*/
   font-size: 13px;
   cursor: pointer;
   text-decoration: none;
}

.reamorel .fa {
   color: #7FBD00;
   cursor: pointer;
}

/*a.reamorel:hover {
   text-decoration: underline;
   color: #000;
}  */

/*.main-content-subpage {margin: 20px 0 40px;}*/



/*--------Left side navigation---------*/

.subpage-menu {
   position: relative;
   width: 100%;
}

.subpage-menu ul {
   margin: 0;
   list-style-type: none;
   padding:0;
   padding-top: 10px;
   padding-bottom: 40px;
}

.subpage-menu>ul>li>a {
   border-bottom: 1px solid #186B37;
   width: 100%;
   padding: 8px 6px 0; 
   display: inline-block;
   font-weight: normal;
   color: #676766;
   font-size: 14px;
   text-decoration: none;
}

.subpage-menu>ul>li>a:before {
    /*content: "\f105";
    display: inline-block;
    font-family: FontAwesome;
    font-size: 18px;
    color: #153a5c;
    margin-right: 5px;*/
}

.subpage-menu>ul>li>a:after {
    content: "\f054";
    display: inline-block;
    font-family: FontAwesome;
    float: right;
    font-size: 14px;
    color: #186B37;
}

.subpage-menu>ul>li>a.act:after {
    content: "\f078";
}

/*.subpage-menu a {
    color: #3a3a3c;
    text-decoration: none;
    
}*/

.subpage-menu a:hover,
.subpage-menu a:active,
.subpage-menu a:focus {
   opacity: 0.8;
   outline: none;
}

.subpage-menu ul ul {
    padding: 13px 0 6px 15px;
    border-bottom: 1px solid #186B37;
    margin-bottom: 15px;
}

.subpage-menu ul>li>ul>li>a {
    color: #186B37;
    background: none;
    /*padding: 0px 8px 8px;*/
    display: inline-block;
    border-bottom: none;
    width: 100%;
    /*text-transform: capitalize;*/
    font-size: 13px;
    text-decoration: none;
}

.subpage-menu ul>li>ul>li>a:before {
   content: "\f054";
   font-family: FontAwesome;
   padding-right: 4px;
   font-size: 12px;
}

.subpage-menu ul li ul li a:hover,
.subpage-menu ul li ul li a:focus,
.subpage-menu ul li ul li a:active {
   color: #7FBD00;
}

/*.subpage-menu ul li ul li a.act>ul li a:active {
    color: #0c6cb5;
}*/

.subpage-content-left {
   margin-top: -10px;
}

.subpage-content-right {
   margin-left: 20px;
}

.main-content-subpage h1 {
   /*border-bottom: 1px solid #0c6cb5;*/
   padding-bottom: 8px;
}

.member-btn {
   clear: both;
   padding-top: 20px;
   margin: 10px auto;
   text-align: center;
}

.member-btn a.btn {
   width: 252px;
   padding: 8px 15px;
   font-weight: 500px;
   font-family: 'Noto Serif', sans-serif;
   text-align: center;
   text-transform: uppercase;
}

.title-section {
   clear: both;
   padding-top: 20px;
}

.title-section h2 {
   padding: 0 3px 8px;
   font-size: 20px;
   color: #7FBD00;
}

.cprimary {
   width: 100%!important;
   margin-right: 0!important;
   border-right: 0!important;
   border-bottom: 1px solid #7FBD00;
   padding-right: 0!important;
}








.csecondary {
   max-width: 100%!important;
   margin-top: 20px!important;
   padding: 0!important;
   float: left!important;
}

/*========== Subpage section ends =============*/

/*----------Memberpage-------------*/

.sidebarmenu_page {
   /*float: right;*/
   /*padding-top: 5px;*/
   clear: both;
   width: 100%;
   padding-bottom: 30px;
}

.logoutbtn, .accountbtn {display: inline-block;}

.logoutbtn a.btn-user, .accountbtn a.btn-user {
   /*padding: 0 4px; 
   color: #4ec0e0; */
   border: 0;
   /*text-transform: capitalize;*/
   text-decoration: none;
   line-height: 24px;
}

.logoutbtn a.btn-user:hover, .logoutbtn a.btn-user:focus, .logoutbtn a.btn-user:active,
.accountbtn a.btn-user:hover, .accountbtn a.btn-user:focus, .accountbtn a.btn-user:active{
    opacity: 0.8;
}

/*.accountbtn a.btn-user:before {
    content: "\f2c0";
    font-family: FontAwesome;
    padding-right: 4px;
}

.logoutbtn a.btn-user:before {
    content: "\f08b";
    font-family: FontAwesome;
    padding-right: 4px;
}*/

.login-welcome {margin-bottom: 28px; display: inline-block;}

.member-login-content, span.member_login_name, span.member_login_exp
  {display: inline-block;}

span.member_login_name {
    font-size: 16px;
    color: #186B37;
    font-weight: 700;
   /* margin-right: 8px;*/
}

ul.member_logged_in {
    padding: 0;
    margin: 0;
    list-style: none;
    margin: 10px 0;
}

ul.member_logged_in li {
    display: inline-block;
    color: #333333;
}

ul.member_logged_in li a {opacity: 1; padding-right: 5px; padding-left: 5px;}

ul.member_logged_in li a:hover {opacity: 0.8;}

/*span.member_login_exp:before {content: "|";}*/

span.member_login_exp {
    font-size: 11.5px;
    text-align: center;
    /*color: #404040;*/
    padding-left: 5px;
    position: relative;
    bottom: 2.5px;
}

a.btn.btn-login {
    font-weight: 400;
    /*text-transform: uppercase;*/
    text-shadow: none;
    border-radius: 0px;
    box-shadow: none;
    /*background: #153a5c;*/
    margin-bottom: 20px;
    margin-top: 30px;
    /*letter-spacing: 1px;*/
    display: inline-block;
    padding: 8px 30px!important;
    width: auto;
    float: right;
    opacity: 1;
    color: #fff;
    text-decoration: none;
    /*border: 1px solid #153a5c;*/
} 

a.btn.btn-login h5 {font-size: 14px; margin: 0;}

a.btn.btn-login:focus{outline: none;}

a.btn.btn-login:hover {
    text-decoration: none;
    color: #fff;
    opacity: 0.8;
}

#accordion ul, .accordion ul {
    list-style: none;
    padding: 0;
    margin: 0;
}

#accordion h3 {
    font-size: 18px;
    border-bottom: 1px solid #676766;
    font-weight: bold;
    padding-bottom: 6px;
    color: #7FBD00;
    /*text-transform: uppercase;*/
    /*margin-top: 20px;*/
}

#accordion ul li {margin-top: 20px;}

/*#accordion li:first-of-type {margin: 0;}*/

.accordion li a {
   color: #186B37;
   font-size: 14px;
   padding-left: 15px;
   text-decoration: none;
   line-height: 26px;
}

.accordion li a:before {
    content: "\f054";
    display: inline-block;
    font-family: FontAwesome;
    font-size: 14px;
    color: #186B37;
    margin-right: 5px;
}

.accordion li a:hover, .accordion li a:hover:before {
    text-decoration: none;
    color: #7FBD00;
}

#inputs input[type="text"], #inputs input[type="password"] {
    height: auto!important;
    padding: 0 3px;
    line-height: 1.5em;
}

/*======== Login Page ===========*/

.main-content-subpage .full {margin: 20px 0 90px;}

.member_box_1 {
   text-align: center;
   border: 2px solid #c6c4c5;
   width: 45%;
   padding: 12px 0 15px;
   margin: 10px auto 80px;
}

.member_box_1 h1 {border-bottom: 0; font-size: 30px;}

.member_box_1 .member-box {
   margin-left: auto;
   margin-right: auto;
   text-align: center;
   padding-top: 15px;
}

#inputs {
  padding-bottom: 8px;
  text-align: center;
  margin: 0 auto;
  border-radius: 3px;
}

.login-field {
  margin-bottom: 10px;
  border: 1px solid #8a8a8a;
  width: 80%;
  height: 30px !important;
  line-height: 1.9 !important;
  padding-left: 5px;
}

.signIn-btn {
  border-radius: 0 !important;
  padding: 5px 20px !important;
  width: 80% !important;
  box-shadow: none !important;
  /*text-transform: uppercase !important;*/
  font-size: 14px !important; 
  line-height: 1.5 !important;
  /*color: #ffffff;*/
  margin: 5px 0 !important;
  position: relative;
  left: 2px;
}

.signIn-btn:hover {
  /*color: #061d36;*/
  /*background: transparent;
  border: 1px solid #005189;*/
}

.forgot-links a {color: #2d2926; font-size: 12px; margin-top: 15px;}

a.register {color: #2d2926;}

.forgot-links a:hover {opacity: 0.8;}

h3.badlogin {
    color: #e01b23;
    font-size: 15px;
    line-height: 1.4;
    padding: 0 15px;
    font-weight: normal;
}

/*----------Event-page---------------*/

a.site_content h4 {
  font-size: 13px;
  /*color: #006f79;*/
  text-decoration: underline;
  letter-spacing: 0;
}

a.site_content h4:hover {
   text-decoration: none;
   /*color: #006f79;*/
}

.calendar_event td {font-size: 14px;}

td a {font-size: 14px; text-decoration: none;}

.event-button:hover {
    background-color: #186B37;
    color: #fff;
    opacity: 0.8;
}    

.event-contain h2 {font-size: 20px; letter-spacing: 1px;}

a.btn.event-button {margin-bottom: 18px;}

/*=========== Member Pages CSS ============*/

.include_c_logged_in {display: none;}

.form_data { 
  /*background: #fff!important;*/
  font-weight: normal;
  color: #4c4c4c;
}
.form_data td a { text-decoration: none; color: #023560; font-weight: bold; }
.form_data_block, .form_top, .form_data_block_2, .form_data_block_4, .form_data_block_7, 
.form_data_block_8, .form_data_block_9, .form_data_block_no_side_padding, 
.form_data_block_underline, .form_data_block_overline, .form_data_block_3{
  background: #efefef;
  padding: 4px 14px;
  border: 1px solid #e7e6e6;
  height: 25px;
  font-size: 13px;
  font-weight: normal;
  color: #6f6e6e;
  line-height: 17px;  
}

.form_data_block label, .form_top label, .form_data_block_2 label, .form_data_block_4 label, .form_data_block_7 label, 
.form_data_block_8 label, .form_data_block_9 label, .form_data_block_no_side_padding label, 
.form_data_block_underline label, .form_data_block_overline label, .form_data_block_3 label {
    display: initial;
}

.form_data_block_2{background: white;}

.form_top {background: #f5f4f4;}
.form_field input { padding: 5px;}
.form_data_block_4 {padding: 10px;}
.form_data_block_4 td { padding: 10px!important;}
.form_data_block_5 td { padding: 10px!important;}
.form_data_block_4 li { padding: 0 0 0 20px;}
.form_data_block_4 li a { text-decoration: none;}
.form_data td a:hover, .form_data_block_4 li a:hover, .directions_area a:hover, .directions_area a:active, .directions_area2 a:hover, .directions_area2 a:active 
{text-decoration: underline;}

.form_data_block_5 {
  background: #ffffff;
  height: 42px;
  border: 1px solid #e7e6e6; 
  /*font-size: 12px;*/
  font-weight: normal;
  color: #6f6e6e;
  padding: 10px;
}

.directions_area_2 li {padding: 0 20px;}

.padding { padding: 10px;}

.expert td { padding: 5px; }

.form_top25 { padding: 0 0 10px 0;}

.form_top table, .form_top p, .form_top a, .form_top a:visited, .form_link, .form_link a, .form_top_selected,
.form_link a:visited, .form_link_selected, .form_top2, .form_top2 p, .form_top2 table,
.form_top2 a, .form_top2 a:visited, .directions_area p, .directions_area table, .directions_area a, .directions_area a:link, .directions_area a:visited {
  font-size: 13px;
  font-weight: normal;
  color: #3a3a39;
  line-height: 15px;
  text-decoration: none;
  text-transform: uppercase;
}

.directions_area p, .directions_area table, .directions_area a{
  font-size: 13px;
  text-transform: none !important;
  text-decoration: none;
  line-height: 16px;
}

.form_top p, .form_top2 p{color: #6f6e6e;}
.form_top a:hover, .form_top a:active, .form_link a:hover, .form_link a:active,
.form_top2 a:hover, .form_top2 a:active{color: #326698;}
.directions_area a, .directions_area a:link, .directions_area a:visited {/*color: #4ec0e0;*/ text-transform: initial;}


.form_top_selected, .form_link_selected {font-size: 11px; /*color: #4ec0e0;*/} 
.form_link {font-size: 11px;}

.directions_area_title {
  font-size: 15px;
  font-weight: bold;
  color: #005189;
}

.directions_area, .directions_area_3, .directions_area_2  {
  /*font-size: 12px;*/
  font-weight: normal;
  color: #3a3a39;
  padding: 15px;
  background-color: #efefef;
  border-collapse:collapse;
  border-bottom: 1px solid #999999;
  line-height: 18px;  
}

.directions_area_2 {
  border:none;
  background-color: #fff;
  /*padding: 0;
  padding-top: 15px;*/
}

.directions_area2_title {
  font-size: 14px;
  font-weight: bold;
  color: #f10101;}

.directions_area2 {
  font-size: 13px;
  font-weight: none;
  color: #243039;
  padding: 15px;
  line-height: 18px;
  width: 100%;
  text-align: left;
  margin-left: 18px;
  margin-right: 18px;
  border-bottom: 1px solid #ededed;
}

.directions_area2 p, .directions_area2 table, .directions_area2 a {
  /*font-size: 12px;*/
  font-weight: none;
  color: #243039;
}

.directions_area2 a {
  line-height: 13px;
  text-decoration: none;
}

.form_sub_title_block, .form_sub_title_block_2, .form_sub_title_block_3 {
  background-color: #ffffff;
  padding: 7px 20px;
  border-bottom: 1px solid #061d36;
  border-collapse:collapse;
}

.form_sub_title_block_2 {padding: 7px 10px;}
.form_sub_title_block_3 {padding: 7px 0;}
.form_data_block_7 {
  padding: 5px 10px;
  border: none;
  border-top: 1px solid #bed0e6;
  border-bottom: 1px solid #bed0e6;
  border-collapse:collapse;
}

.form_data_block_8 {
  background-color: #ffffff;
  padding: 5px 10px;
  border: none;
}

.form_data_block_9 {
  padding: 0 10px;
  border: none;
}

.form_sub_title {
  font-size: 15px;
  font-weight: bold;
  color: #676766;
}

.form_sub_title_block2 {
  background-color: #ffffff;
  padding: 7px 20px;
  border-collapse:collapse;

}

.form_data_block_no_side_padding {
  padding: 5px 0;
  border:none;
  border-bottom: 1px solid #bed0e6;
  border-top: 1px solid #bed0e6;
  border-collapse:collapse;
}

.form_data_block_underline {
  background-color: #ffffff;
  padding: 5px 20px;
  border: none;
  border-bottom: 1px solid #bed0e6;
  border-collapse:collapse;
}

.form_data_block_overline, .form_data_block_3 {
  background-color: #ffffff;
  padding: 5px 20px;
  border: none;
  border-collapse:collapse;
  border-top:1px solid #bed0e6;
}

.form_data_block_3 { 
  border-top:1px solid #061d36;
  height: 30px;
  font-weight: bold;
}

.form_data_small, .form_data_small p, .form_data_small table, .form_data_small a, .form_data_medium, .form_data_medium p, .form_data_medium table, .form_data_medium a {  
   font-size: 12px;
   font-weight: normal;
   color: #6f6e6e;
   line-height: 20px;
}

.form_data_medium, .form_data_medium p, .form_data_medium table, .form_data_medium a
 {/*font-size: 11px;*/}

.form_data_small a, .form_data_small a:visited, .form_data_medium a  {
  color: #033649;
  text-decoration: none;
}

.form_data_small a:hover, .form_data_small a:active, .form_data_medium a:hover, .form_data_medium a:active  {
  text-decoration: underline;}

.form_textbox, .form_textarea, .form_textarea_big, .form_multiselect,
.form_textarea_short, .form_textbox_small, .form_button {
  background-color: #ffffff;
  font-weight: normal;
  border:1px solid #cccccc;
  font-size: 10pt;
  width: 300px;
  color: #666666; 
}

.form_textarea {height: 75px;}
.form_textarea_big {height: 170px;}
.form_textarea_short {width: 15px;}

.form_button {
  /*font-size: 12pt;*/
  color: #999999; 
  height: 30px;
}

.form_textbox_small {
  min-height: 22px;
  height: auto;
}

.form_data_block_6, .form_data_block_bordertop {
  background-color: #ffffff;
  padding: 5px 10px;
  border-collapse:collapse;
  border-top: 1px solid #061d36; 
  height: 30px;
  font-weight: bold;
  color:#6f6e6e;   
}

.form_data_block_bordertop {border: 1px solid #acacaa; font-weight: normal;}

.form_textarea_narrow, .form_textarea_shorter, .form_textarea_2 {
  width: 230px;
  background-color: #ffffff;
  font-weight: normal;
  border:1px solid #cccccc;
  font-size: 10pt;
  color: #666666; 
}

.form_textarea_shorter {width: 130px; min-height: 22px; height: auto;}
.form_textarea_2 {height: 75px;}
.form_sub_title_block_2 {
  background-color: #ffffff;
  padding: 7px 10px 7px 0px;
  border-bottom: 1px solid #061d36;
  border-collapse:collapse;
}

.directions_area_3 {border:none; padding: 10px;}

.form_button_3 {
  font-size: 11px;
  width: 120px;
  height: 22px;
  border:1px solid #cccccc;
}

.form_HR_block {
  background-color: #ffffff;
  padding: 7px 20px;
  border-collapse:collapse;
}

input[type="checkbox"] {
   margin: 0 5px 0;
}

/*========= Store page ===========*/

.storeheader {
   font-size: 24px!important;

}

.navlistlines li:hover {
   border-left: 0 !important;
   color: #061d36 !important;
}

.subpage-menu .navlistlines li a {
   font-size: 15px !important;
   color: #0c6cb5 !important;
}

.btn.pull-right {
    margin-top: 15px;
}

.store-buttons button {
    background: #0c6cb5;
    color: #fff;
    text-decoration: none;
    border-radius: 0;
    border: none;
    font-size: 15px;
    font-weight: normal;
}

/*========= Mediaqueries ===========*/

@media (max-width: 767px) {

/*========== MOBILE NAVIGATION ONLY ============*/
  
  .navrow .wrapper {padding: 0;}

  .nav-contain {
    height: auto;
    margin-left: 0px;
    margin-right: 0;
    width: 100%;
  }

  .navbar {
    margin-bottom: 0;
  }

  .navbar-toggle {
    background-color: transparent;
    border: none;
    border-radius: 0;
    margin-right: 5px;
    margin-bottom: 0;
    /*padding: 0;*/
    /*margin-right: 0;*/
    /*margin-top: 16px;*/
  }

  .navbar-toggle .icon-bar {
     background-color: #7FBD00;
     height: 3px;
  }

  .navbar.navbar-static-top {min-height: auto; margin-bottom: 0;}

  .navbar-collapse .navbar-nav >li>a {
    float: none;
    line-height: 42px;
  }  

  .navbar-toggle:hover {
    background-color: transparent;
  }

  .navbar-collapse {
    padding-right: 0;
    padding-left: 0;
    /*width: 100%;
    margin-top: 20px;*/
  }

  .navbar-static-top .navbar-collapse {
      text-align: center;
     /*background: #000000;*/
     /* margin: 0;*/
      border: 0;
      box-shadow: none;
      position: relative;
      min-width: 200px;
      right: 0;
      padding-bottom: 10px;
   }

    .navbar-nav {
       float: none;
       width: 100%;
      /* height: 100%;*/
    }

  .navbar-nav .open .dropdown-menu {
    width: 100%;
    min-width: 0;
    display: inline-block;
    background: transparent;
    /*background: #ffcd00;*/
    /*padding: 0 10px;*/
  }

  .dropdown-menu:after {
    content: " ";
  }

  .navbar-nav > li > .dropdown-menu {
     position: relative;
     min-width: 100%;
     margin: 0;
     box-shadow: none;
     transform: none;
     left: 0;
     right: 0;
  }

  .navbar-collapse .dropdown-menu>li>a {/*color: #fff;*/ text-align: center;}

  .navbar-collapse .dropdown-menu>li>a:hover {color: #7FBD00;}


/*========== END MOBILE NAVIGATION ============*/

  .wrapper {padding: 0 20px;}

  header .wrapper {padding: 0 5px;}

   h1 {font-size: 25px;}

   h2, .sponsor h2 {font-size: 23px;}

  .logo {
      padding: 15px 0 20px;
      display: block;
      text-align: center;
      max-width: 285px;
      margin: 0 auto;
  }

  .top-contain {
     float: none;
     width: 100%;
     margin: 20px auto 25px;
     text-align: center;
  }

  .search {float: none;}

  .row, .slider-area .row {margin: 0 auto;}

  .slider-area .col-md-12 {
    padding-left: 0;
    padding-right: 0;
  }

  .mid-content {margin-bottom: 0;}

  .upperContent {margin-right: 0;}

  .slidecont .wrapper {padding: 0;}

  .eventSection {margin: 30px 0;}

  .lowerContent {margin-top: 38px;}

  section.main .wrapper,
  .main-content-subpage {padding: 0 6px;}

  .copy {text-align: center;}

  .col-md-9.col-md-push-3 {padding: 0;}

  footer {text-align: center;}

  .footer-top .col-xs-6 {padding: 0;}

  .footerContent {margin: 20px 0;}

  .social-links {float: none; /*margin-top: 15px;*/}

  ul.social {text-align: center;}

  .footer-logo {float: none;}

  /*section.interior .wrapper {
     padding: 0 6px;
  }*/

  .subpage-content-right {margin-left: 0;}

  .subpage-content-left {margin-right: 0; margin-top: 20px;}

  .subpage-content-left h1 {font-size: 26px;}

  .cprimary, .csecondary {
     width: 100%!important; 
     margin-right: 0!important; 
     margin-left: 0!important;
     max-width:100%!important;
     padding: 0 0 20px 0!important;
     float:none!important;
  }

  .cprimary {
     border-right: none!important;
     border-bottom: 1px #7FBD00 solid;
     margin-bottom: 40px;
  }

  form {overflow: auto;}

  .calcontainer form {overflow: hidden;}

  .no_padding {padding: 0;}

  .padding_left {padding-left: 0;}

  .padding_right {padding-right: 0;}


}

@media (max-width: 700px) {
    
    .caption {
        left: 0px;    
        max-width: 700px;
        margin-left: 0px;
        width: 100%;
        padding: 20px 15px 25px;
        height: 100%;
        top: 0;
    }

    .caption h1, .caption h2 {font-size: 25px;}

}

@media (max-width: 480px) {

  .parallax {min-height: 300px; height: 300px;}

   h1 {font-size: 25px;}

   .sponsor h2 {font-size: 23px;}

   .member_box_1 {width: 95%;}

   .member-box {width: 100%;}

   iframe {width: 100%;}
}

@media (min-width: 480px) and (max-width: 689px) {

   .member_box_1 {width: 70%;}

   .member-box {width: 100%;}

   iframe {width: 100%;}

}

@media (min-width: 689px) and (max-width: 767px) {

   .member_box_1 {width: 55%;}

   .member-box {width: 100%;}

}

@media (min-width: 768px) and (max-width: 860px) {

   .navbar.navbar-static-top {height: auto; line-height: 1;}

   .navbar-nav > li > a {font-size: 13px; padding: 0 10px;} 

   .mid-content h2 {font-size: 23px;}

   h2 {font-size: 23px;}

   .top-contain {
     margin-top: 12px;
     text-align: right;
   }

}


@media (min-width: 768px) and (max-width: 999px) {

   .wrapper {padding: 0 20px;}

   header .wrapper {padding: 0;}

   /*.login-btn {
      position: relative;
      top: -2px;
   }*/

   .navrow .col-sm-12, .navrow .col-md-12 {
      padding-left: 0;
      padding-right: 0;
   }

   .nav-contain {height: auto;}

   .member_box_1 {width: 65%;}

   .member-box {width: 98%;}

   .subpage-content-right {margin-left: 0;}


}    

@media (min-width: 999px) and (max-width: 1200px) {
  
  .wrapper {padding: 0 15px;}

  .event-content .text {margin-top: 35px;}

}



/* DAILY CALENDAR VIEW REDESIGN */

#whole-page-daily {  
  margin-left: 45px; 
  margin-bottom: 100px; 
  margin-right: 50px; 
}

#whole-page-daily .top-cal-box {
  height: auto; 
}

#whole-page-daily .bottom-cal-box {
  height: 200px;  
  border: 1px solid black; 
  margin-top: 20px; 
  display: inline-block; 
  width: 99%; 
}

#whole-page-daily .button-group {
  margin-bottom: 30px; 
}

#whole-page-daily a.view-cal-buttons {
  display: inline-block; 
  border: 2px solid #004165; 
  margin-right: 5px;
  margin-bottom: 10px;   
  width: 125px;
  text-align: center; 
}

.top-cal-box .calendar-contents {
}

/* BIG */
@media (min-width: 801px) {

  #whole-page-daily .left-cal-box {
    margin-right: 50px;
    border: 1px solid green; 
    width: 59%;
    display: inline-block;
    margin-right: 20px;  
  }
  #whole-page-daily .right-cal-box {
    border: 1px solid purple; 
    width: 37%;  
    display: inline-block;
  }
}

/* SMALL */
@media (max-width: 800px) {

  #whole-page-daily .left-cal-box {
    width: auto; 
    overflow: auto; 
    margin-bottom: 10px; 
    border: 1px solid green; 
    height: auto; 
  }
  #whole-page-daily .right-cal-box {
    width: auto; 
    overflow: auto;  
    border: 1px solid purple; 
    height: auto; 
  }
  #whole-page-daily .bottom-cal-box {
    height: 200px;  
    border: 1px solid black; 
    margin-top: 20px; 
    display: inline-block; 
    width: 100%; 
  }
}


