

body {
  font-family: Arial, Helvetica, sans-serif;
  font-size: 14px;
  color:#565656;
  line-height: 1.7143em;
}


.clear {
    clear: both;
}


img {
    max-width: 100%;
    height: auto;
}


.container {
  padding: 0;
  margin: 0 auto;
  width: 100%;
}



.nav-container {
  background: none;
  height: 40px;
  background-repeat: repeat-x;
  border:none;
  position: relative;
  z-index: 1;
}


.wrapper {
    max-width: 1080px;
    height: auto;
    margin: 0 auto;
    padding: 0;
}





/*========= Typography ===========*/


a {
  color: #942d26;
  text-decoration: underline;
}

a:focus, a:hover {
  color: #942d26;
  text-decoration: none;
}

a:focus {
  outline: none;
}


h1 {
  font-size: 32px;
  font-family: "Oswald", Arial, Helvetica, sans-serif;
  color: #942d26;
  font-weight: bold;
  text-transform: uppercase;
  margin-bottom: 35px;
  border-bottom: 8px solid #c3c3c3;
  padding-bottom: 20px;
}

h2 {
    font-size: 28px;
    font-family: "Oswald", Arial, Helvetica, sans-serif;
    color: #942d26;
    font-weight: bold;
    text-transform: uppercase;
    border-bottom: 8px solid #c3c3c3;
    padding-bottom: 20px;
    margin-bottom: 35px;
    margin-top: 50px;

}

h3 {
    font-size: 24px;
    font-family: "Oswald", Arial, Helvetica, sans-serif;
    color: #565656;   
    font-weight: bold;
   
}
h4 {
    color: black;
    font-weight: bold;
    font-size: 16px;}





/*========= Buttons ===========*/


a.btn, button {
    background: #942d26;
    color: white;
    font-weight: bold;
    text-decoration: none;
    border-radius: 0;
    border: none;
    font-family: "Oswald", Arial, Helvetica, sans-serif;
    padding: 6px 20px;}

a.btn:hover {opacity: 0.8;}    

.btn.focus, .btn:focus, .btn:hover {
    color: white; 
    outline: none;}

#button, #Submit1, input#button.form_button2, input#Submit1, input[type="reset"], input[type="submit"], html input[type="button"] {
    color: white;
    font-weight: normal;
    text-shadow: none;
    border-radius: 0px;
    box-shadow: none;
    background: #942d26;
    font-family: "Oswald", Arial, Helvetica, sans-serif;
    border: none;
    margin-bottom: 20px;
    margin-top: 30px;
    display: inline-block;
    padding: 8px 30px!important;
    width: auto;
    font-size: 1em;
    font-weight: bold;
}
#button {
    margin: 0;
    padding: 5px 25px!important;
}



#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;
  color: white;
  background: #942d26;
  border: none;
  opacity: 0.8;
}

#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.event-button {
    background: #942d26!important;
    text-decoration: none;
    border-radius: 0;
    border: none;
    margin-bottom: 14px;
    margin-left: 5%;
    margin-right: 5%;
    width: 90%;
}


ul.event-btn li {
    background: #942d26!important;
}

ul.event-btn li[style="color: black; background-color: gold;"] {
    background: gold!important;
}

a.btn.joinnow {
    font-size: 18px;
    padding: 6px 40px;
    margin-top: 20px;
}




/*=========header-section===========*/


header {
    background: #942d26;
}

header .row {
    margin-left: 0;
    margin-right: 0;
}


.logo {
  padding: 22px 0 24px;
  float: left;
  display: inline-block;
}


.logo img {
    max-width: 150px;
}


.top-contain {
    margin-top: 50px;
        text-align: right;
}

.tagline{
    float: left;
  display: inline-block;
  margin-left: 25px;
  margin-top: 45px;
}

.tagline h2 {
    text-align: left;
    color: white;
    text-transform: none;
    margin: 0;
    font-size: 35px;
    line-height: 35px;
    border: none;
    padding: 0;
}

.tagline h3{
    font-weight: 300;
    color: white;
    font-size: 27px;
    margin: 0;
    margin-top: 10px;
}





.top-nav {
    float: right;
    display: inline-block;
    padding-top: 55px;
    font-size: 15px;
    font-weight: bold;
    color: white;
    text-align: right;
}


.topnavwrap {
    display: inline-block;
    width: auto;
    float: right;
}

.top-nav a.btn {
    background: white;
    color: #942d26;
    padding: 0 20px;
    font-size: 18px;
    font-weight: bold;
    line-height: 40px;
    height: 40px;
    display: inline-block;
    margin: 0;
    float: left;
    margin-left: 10px;
}

.top-nav ul, .social ul {
    list-style: none;
    display: inline-block;
    padding: 0;
    margin:0;
}

.top-nav ul{
     margin: 0;
}

.top-nav li, .social li{
    display: inline-block;
}

.top-nav li a {
/*    text-decoration: none;
    padding: 0;
    
    text-transform: uppercase;
    color: white;
    font-weight: bold;*/
}

.top-nav li:last-of-type a{
  margin: 0;
}

/*.top-nav li a:after {
    content: '|';
    margin-left: 8px;
}


.top-nav li:last-of-type a:after{
  content: '';
  display: none;
  margin: 0;
}
*/

.top-nav li a:hover {
    color: #e1e1e1;
}

.login-btn {
    display: inline-block;
    padding: 0;
    margin: 0px;
    float: left;
}

.login-btn a{color:white; text-decoration: none;}



.top-nav a.btn:hover {
    background: #292929;
    opacity: 1;
    color: white;
}


button.btn-user {
    background: white;
    border: none;
    text-decoration: none;
    padding: 0px 20px;
    color: #942d26;
    font-size: 18px;
    font-weight: bold;
    line-height: 40px;
    margin-left: 10px;
    height: 40px;
}


button.btn-user:before {
    content: "\f023";
    font-family: FontAwesome;
    font-size: 17px;
    margin-right: 5px;
}


button.btn-user:hover {
    background: #292929;
    opacity: 1;
    color: white;
}



button.btn-user:focus, button.btn-user:active {
    outline: none;
}




.modal-header {
     border-bottom: 0;
}

.modal.in .modal-dialog {z-index: 1050;}



.member-box {
     margin: 0 auto 15px auto;
     text-align: center;
     width: 70%;
}

.member-box input {
    width: 100%;
    display: inline-block;
    margin-bottom: 10px;
    padding: 0 5px;
    font-weight: normal;
    font-family: Arial, Helvetica, sans-serif;
}

.member-box h3 {
    margin-top: 0;
    color: #942d26;
    text-transform: uppercase;
    margin-bottom: 25px;
}

.login {
     margin: 10px 0;
}



.enter_button {
    text-align: center;
   background-color: #942d26;
   color: white;
   font-weight: bold;
   padding: 0 20px;
   cursor: pointer;
   margin: 0;
   border-radius: 0;
   display: inline-block;
   float: right;
   font-size: 14px;
   line-height: 28px;
   border: 0;
}

span.forgot {
    float: left;
    text-align: left;
    font-size: 12px;
    line-height: 1.35em;
}


.forgot a {
    color: #4c4c4c;
    font-size: 12px;
    font-weight: normal;
    font-family: Arial, Helvetica, sans-serif;
}

.forgot a:hover{ color: #b42025;}






/*----------search-icon------------*/


.search{
    display: inline-block;
    margin-top: 15px;
    float: right;}

form.searchform {
    display: inline-block;
    border: none;
    background: white;
}

.search-field {
    width: 153px;
    border: 0;
    font-size: 15px;
    padding: 0;
    padding-left: 12px;
    display: inline-block;
    float: left;
    margin: 0;
    line-height: 34px;
    height: 34px;
    color: #333333;
    background: transparent;
    font-weight: normal;
}

.searchform input:focus, .search-btn:focus {
    outline: none;
}

.search .fa {
    line-height: inherit;
}


.search-btn {
    text-align: center;
    background-color: transparent;
    color: black;
    text-transform: uppercase;
    padding: 0 5px;
    cursor: pointer;
    margin: 0;
    border-radius: 0;
    display: inline-block;
    float: left;
    font-size: 11px;
    line-height: 34px;
    border: 0;
    width: 55px;
}

button.btn.search-btn {
    padding: 0 10px;
    width: auto;
    float: right;
    background: transparent;
    font-size: 15px;
    color: black;
}


.search-btn:hover {
  opacity: 0.8;
  color:white;
}


.search-btn.btn:after {
    display: none;
}


/*--------Navigation-section---------*/


.row.navrow {
    background: #292929;
}



.navbar-static-top .navbar-collapse {
    text-align: center;
}
.navbar-nav {
    float: left;
    /*margin: 0 auto;*/
    display: inline-block;
    width: auto;
}

.nav-contain {
    float: left;
    width: 100%;
    display: inline-block;
    text-align: center;
    height: 55px;
}


.nav-contain .container {
    width: auto;
    display: inline-block;

}


.nav > li > a {
    color: white;
    font-size: 15px;
    padding: 0 15px;
    line-height: 55px;
    font-weight: bold;
    text-transform: uppercase;
    text-decoration: none;
    letter-spacing: 1px;
    font-family: "Oswald", Arial, Helvetica, sans-serif;
}

/*.nav > li:first-of-type > a {
    padding-left: 0;
}*/

.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: #fff200;
}


.navbar-nav>li>.dropdown-menu {
    border-radius: 0;
    /*width: 100%;*/
    min-width: 200px;
    border: 0;
    font-size: 13px;
    background-color: #292929;
    color: white;
    padding: 10px 0 15px;
    box-shadow: none;
    border-top: 5px solid #942d26;
}

.navbar-nav>li>.dropdown-menu li ul > li > a {
  font-size: 13px;
  padding: 8px 21px !important;
  line-height: 1.5;
  font-weight: normal;
}

.navbar-nav>li>.dropdown-menu li .nav-list > li > a:hover, 
.navbar-nav>li>.dropdown-menu li .nav-list > li > a:focus {
  background-color: transparent;
  color: #c37e56;
}

.navbar.navbar-static-top {
    min-height: 35px;
    margin: 0;
    border: none;
}

.navbar-nav>li>.dropdown-menu>li>a {
    color: white;
    padding: 4px 14px;
    text-decoration: none;
}

.navbar-nav>li>.dropdown-menu>li>a:focus, .navbar-nav>li>.dropdown-menu>li>a:hover {
    color: #fff200;
    text-decoration: none;
    background-color: transparent;
}

/*--this fixes the dropdown not showing all the time on hover--*/
.dropdown:hover .dropdown-menu {
    display: block;

 }

/* .navbar-nav>li>.dropdown-menu {
    margin-top: 3px;
}
*/


/*---------slider area----------*/


section.slide{
  padding: 0;
}

section.slide .row {
    margin: 0;

}
.slider-area {
    z-index: 10;
    position: relative;
    border-radius: 0;
    height: 100%;
    max-height: 100%;
    overflow: hidden;
    padding-bottom: 0;
    width: 100%;
  /*  margin-bottom: 60px;*/

}

.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: right center;
    -webkit-background-size: cover;
    -moz-background-size: cover;
    background-size: cover;
    background-repeat: no-repeat;
    background-color: #f8f8f8;
    display: inline-block;
    min-height: 420px;
    height: 420px;
    display: block;
    width: 60%;
    float: right;
}
/*a.slider-link {
    position: absolute;
    top: 0;
    bottom: 0;
    right: 60px;
    width: 50%;
    z-index: 5;
}*/


a.slider-link {
    position: absolute;
    top: 0;
    bottom: 0;
    right: 0;
    left: 0;
    z-index: 5;
}


.slidecont {
    position: absolute;
    left: 0;
    top: 0;
    height: 100%;
    width: 100%;
}

.slidecont .wrapper {
    height: 100%;
    width: 100%;
    position: relative;
    padding: 0;
}
.caption {
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    width: 40%;
    background: #e4e4e4;
    padding: 0 20px;
    display: table;
    height: 100%;
    /*text-align: center;*/
    font-size: 15px;
    color: white;
}

.slidecont .wrapper:before {
    position: absolute;
    content: '';
    background: #e4e4e4;
    left: -100%;
    top: 0;
    height: 100%;
    width: 100%;
}

.slidecont .wrapper:after {
    content: '';
    position: absolute;
    background: url('../images/theme/captionbg2.png') no-repeat;
    top: 0;
    height: 100%;
    width: 100%;
    margin-left: 39%;
}

.slide.wrap {
    display: table-cell;
    vertical-align: middle;
    position: relative;
    z-index: 8;
}


.caption{
  color: #333333;
}


.caption h2 {
  color: #454648;
  font-weight: 700;
  font-size: 38px;
  line-height: 48px;
  border: none;
  margin-bottom: 0px;
  text-align: left;
  text-transform: uppercase;
  margin-top: 0;
  margin-bottom: 20px;
  padding-bottom: 0;
}



.caption a {
  color: #333333;
  text-decoration: underline;

}

.caption p {
  color: #333333;
}

.caption .btn {
  background: #942d26;
    color: white;
    text-decoration: none;
    padding: 6px 30px;
    margin-top: 10px;
}



/*========= Slider-ends ===========*/




/*---------middle area homepage ---------*/



section.interior{padding: 0px 0 40px;}



section.main.home {
    padding: 20px 0 50px;
}





a.read-more {
    color: white;
    display: inline-block;
    width: 100%;
    text-align: right;
    padding-right: 15px;
    padding-bottom: 15px;
    text-transform: uppercase;
    text-decoration: none;
}


.directory-search {
    padding: 0 10px;
}

.directory-search input[type="text"] {
    display: inline-block;
    margin: 0;
    padding: 0;
    border: none;
    background: transparent;
    width: 80%;
    float: left;
    line-height: 29px;
}

.dir-serach-container {
    display: inline-block;
    width: 100%;
    padding: 0px 10px;
    padding-right: 0;
    border: 1px solid white;
}

.directory-search input[type="text"]:focus, .directory-search select:focus {
    outline: none;
}

.directory-search select {
    width: 100%;
    display: inline-block;
    background: transparent;
    border: 1px solid white;
    border-radius: 0!Important;
    margin: 10px auto;
    color: white;
}


button.dir-serach.search-btn {
    border: none;
    background: transparent;
    float: right;
    width: auto;
    display: inline-block;
    line-height: 29px;
    padding: 0 10px;
}



input[type=checkbox], input[type=radio] {
    margin: 7px 8px 0 0px;}


.ad-banner {
    text-align: center;
    margin-top: 35px;
    margin-bottom: 35px;
}



.subpage-content {
    margin-bottom: 50px;
}




hr {
    margin-top: 20px;
    margin-bottom: 20px;
    border: 0;
    border-top: 1px solid #bbb;
}









/*-------Blog-Section--------*/

.news-list {
  margin: 0;
  list-style-type: none;
  padding: 0;
}

.news-list a {
    text-decoration: none;
}

h4.section-heading {
    color: #565656;
    text-transform: uppercase;
    
}

ul.meta {
    margin: 0;
    padding: 0;
    list-style: none;
    color: #a1a9ad;
    font-style: italic;
    padding-bottom: 5px;
}



.news-list p {
 color:#565656;

}

.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: right;
    text-decoration: underline;
}



/*-------Event-Section--------*/


.color-wrap {
    background: #942d26;
    padding: 15px;
    padding-bottom: 20px;
    margin-top: 20px;
}


.color-wrap h2{
  color: white;
  border-bottom-color: white;
  margin-top: 15px;
}


.color-wrap a.btn.view-all {
    background: white;
    color: #942d26;
}


.events ul {
    padding: 0;
    margin: 0;
    list-style: none;
}

.events li {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    margin-bottom: 30px;
}





.event_date {
    background: white;
    width: 70px;
    height: 70px;
    min-width: 70px;
    text-align: center;
    padding: 5px 0px;

}


.event_content {
    float: left;
    display: inline-block;
    margin-left: 15px;
}

.event_date div, .event_date .month, .event_date .day, .event_date .year {
    display: inline-block;
    color: #942d26;
    text-transform: uppercase;
    font-weight: bold;
    text-align: center;
    float:left;
    margin: 0 auto;
    width: 100%;
    font-family: "Oswald", Arial, Helvetica, sans-serif;
}

/*.latest_event .event_date div, .latest_event .event_date .month, .latest_event .event_date .day, .latest_event .event_date .year {
color: #0071ba;
}*/

.event_date .day {
    font-size: 32px;
    line-height: 32px;
    padding-top: 4px;
}

.event_date .month {
    font-size: 14px;
    letter-spacing: 2px;
    line-height: 18px;

}

.event_content h5 a {
    color: white;
    text-decoration: none;
    font-size: 18px;
    font-weight: bold;
 
}

.event_content h5{ margin-top: 0;}

/*.latest_event .event_content h5 a {
    color: #0071ba;}*/

.event_content p {
color: white;
}




a.view-all {
    float: right;
}

a.read-more:after {
    content: '>>';
    padding-left: 5px;
}




/*---------Footer-----------*/





.footer-top{
    background: #c3c3c3;
    color: #565656;;
    font-size: 12px;
    padding:30px 0 40px;
}

.footer-top a{
    font-weight: bold;
    color: #565656;
}


ul.centerfooter {
    padding: 0;
    margin: 0;
    list-style: none;
    text-align: center;
}


.centerfooter li {
    display: inline-block;
}
.centerfooter li a {
    text-decoration: none;
}
.centerfooter li a:after {
    content: "|";
    margin-left: 5px;
}

ul.centerfooter>li:last-of-type>a:after {
    content: "";
    display: none;
    margin: 0;
}





.footer-bottom {
    background: black;
    color: white;
    font-size: 10px;
    padding: 12px 0 20px;
}

.footer-logo {
    display: inline-block;
    float: right;
    width: 136px;
    height: 39px;
    background-image: url('../images/theme/naylor-logo-white.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;
}


.social-media {
    text-align: right;
    margin-top: 20px;
}


.social li a{
  font-size: 26px;
  margin-left: 15px;
  color: #942d26;
}

.social li a:hover{
  opacity: 0.8;
}

/*----------Subpage-section-----------*/



.cprimary, .csecondary {
    width: 100%!important;
    min-width: 100%!important;
    max-width: 100%!important;
    margin: 0!important;
    border: none!important;
    padding: 0!important;
    height: auto!important;
}

.cprimary {
    padding-bottom: 40px!important;
}


/*----------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: #942d26;
}


.breadcrumb-menu ul li:last-child:after {
    content: "";
}

.breadcrumb-menu li:active:after {
    color: #942d26;
}

.breadcrumb-menu ul li a {
    font-size: 12px;
    margin-right: 6px;
    margin-left: 2px;
    color: #942d26;
}

.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: none;
}




.print-area{
  float: right;
  cursor: pointer;
  padding-top: 10px;
  height: 20px;
}

.print-area a {
    color: #303030;
    text-decoration: none;
    text-transform: uppercase;
    font-size: 11px;
    cursor: pointer;
}

.print-area .fa {
  color: #303030;
  cursor: pointer;
}

.print-area a:hover {
    text-decoration: underline;
    color: #303030;
}




/*--------Right side navigation---------*/



.subpage-menu {
   position: relative;
   width: 100%;
   }


.subpage-menu ul {
   margin: 0;
   list-style-type: none;
   padding:0;
    background: #942d26;
    padding: 15px;
    padding-bottom: 20px;
/*   padding-top: 25px;
   padding-bottom: 40px;*/
}

.subpage-menu>ul>li>a {
   border-bottom: 1px solid white;
   width: 100%;
   padding: 9px 0px; 
   display: inline-block;
   color: white;
}

.subpage-menu ul li a:before {
    content: "\f054";
    display: inline-block;
    font-family: 'FontAwesome';
    color: white;
    float: left;
    padding-right: 5px;
    font-size: 11px;
}





.subpage-menu ul li a.act:before{
content: "\f078";


}




.subpage-menu a {
    color: #000000;
    text-decoration: none;
    font-size: 14px;
}



.subpage-menu a:hover {
    color: white;
    opacity: 0.8;
}

.subpage-menu a:active,
.subpage-menu a:focus, {
    color: white;
    outline: none;
    opacity: 0.8;
}


.subpage-menu ul ul {
    padding: 13px 0 6px 15px;
   
}



.subpage-menu ul>li>ul>li>a {
    border-bottom: 1px solid white;
    color: white;
    background: none;
    padding: 0px 8px 8px;
    display: inline-block;
    width: 100%;
}


.subpage-menu>ul>li>a.act {
    border-bottom: 4px solid white;
}

.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: white;
}



/*--------Right side navigation ends---------*/

.main-content-subpage .col-md-9.col-md-push-3 {
    padding-left: 40px;
}

.subpage-content-left {
  width: 100%;

}

.left.half {
    float: left;
    display: inline-block;
    width: 47%;
    margin-right: 2.5%;
}

.right.half {
    display: inline-block;
    float: right;
    width: 47%;
    margin-left: 2.5%;
}





/*----------Memberpage-------------*/


.member-box {
    margin: 0 auto 15px auto;
    text-align: center;
    width: 90%;
}

.member_box_1 {
    margin: 0 auto 15px auto;
    text-align: center;
    width: 60%;
    padding: 10px 40px;
    border: 1px solid #942d26;
}

.login input {
    width: 100%;
    display: inline-block;
    padding: 5px;
    margin-bottom: 15px;
    color:#565656;
}

.login .forgot {
    display: inline-block;
    float: left;
    text-align: left;
}

.sidebarmenu_page {
    float: right;
    width: 100%;
    background: #942d26;
    padding: 15px;
    padding-bottom: 20px;
    margin-bottom: 35px;
}

.member_login_name {
    font-size: 18px;
    color: black;
    font-weight: bold;
}

ul.member_logged_in {
    padding: 0;
    margin: 0;
    list-style: none;
    margin: 10px 0;
}

ul.member_logged_in li {
    display: inline-block;
}

.member_login_exp {
    font-size: 11px;
    text-align: center;
}

.login-contain .member_login_name {
    color: white;
}


a.btn.btn-login {
    margin-top: 30px;
    display: inline-block;
    padding: 8px 30px;
    float: right;
    background: white;
    color: #942d26;
} 

a.btn.btn-login h5 {
  font-size: 14px;
font-weight: bold;
margin: 0;
color: #942d26;
}

a.btn.btn-login


a.btn.btn-login:focus{outline: none;}

a.btn.btn-login:hover {
    text-decoration: none;
    border: none;
    opacity: 0.8;
}


#accordion ul, .accordion ul {
    list-style: none;
    padding: 0;
    margin: 0;
}


#accordion{margin-top: 40px;}

#accordion:first-of-type{margin-top: 0}

#accordion h3 {
    font-size: 20px;
    font-weight: bold;
    text-transform: uppercase;
    color: white;
    border-bottom: 4px solid white;
    padding: 0 0 10px 0px;
}

.accordion li {
   border-bottom: 1px solid white;
   padding: 5px 0;
   margin-left: 10px;
}

.accordion li a {
    color:white;
    font-size: 13px;
    /*padding-left: 9px;*/
    text-decoration: none;
}

.accordion li a:before {
    content: "\f054";
    display: inline-block;
    font-family: 'FontAwesome';
    color: white;
    /*float: left;*/
    padding-right: 5px;
    font-size: 11px;
    margin-left: 8px;
}

.accordion li a:hover {
    opacity: 0.8;
}

/*.loggedout a.btn-user:before {
    content: "\f007";
    display: inline-block;
    font-family: 'FontAwesome';
    color: #942d26;
    font-size: 17px;
    margin-right: 5px;
}*/

.loggedin {margin-left: 10px;}

.loggedout a.btn-user:before {
    content: "\f09c";
    display: inline-block;
    font-family: 'FontAwesome';
    color: #942d26;
    font-size: 17px;
    margin-right: 5px;
}

.loggedout a.btn-user:hover:before {color: white;}

.formlabel {
    display: inline-block;
    width: 80px;
    float: left;
}
.forminput input {
    display: inline-block;
    float: left;
}

#inputs input[type="text"], #inputs input[type="password"] {
    height: auto!important;
    padding: 0 3px;
    line-height: 1.5em;
}

/*----------Blog-page------------*/

#blog_subcontent {
    padding-top: 30px;
}

#blog_content h1 {
    font-size: 20px;
    color: #942d26;
    font-weight: bold;
    margin-top: 20px;
    border-bottom: 1px solid;
    margin-bottom: 7px;
    padding-bottom: 15px;
}

#blog_subcontent h1 {
    font-size: 16px;
    border-bottom: 1px solid;
    font-weight: bold;
    padding-bottom: 10px;
    margin-top: 20px;
    margin-bottom: 10px;
}


#blog_subcontent ul {
    padding: 0;
    list-style: none;
}

.article {
    margin-bottom: 40px;
}

.article .details {
    margin: 0 0 20px 0;
    padding: 0;
    list-style: none;

}

.article .details li {
    margin: 0px 5px 10px 0px;
    display: inline;
   /* color:#555555;*/
}



#archives {
  padding-bottom: 10px;
}

.article .introduction {
  padding-bottom: 10px;
}

#login:last-of-type ul {padding: 0}

#login:last-of-type ul li{
    border: none;
}



a.btn, button {
    }

#login:last-of-type ul li a {
    color: white;
    font-weight: bold;
    text-decoration: none;
    border-radius: 0;
    border: none;
    font-family: "Oswald", Arial, Helvetica, sans-serif;
    display: inline-block;
    padding: 8px 30px;
    float: right;
    background: white;
    color: #942d26;
}

#login:last-of-type ul li a:hover{opacity: 0.8;}

p.link a {
    padding: 12px 0 0;
    display: inline-block;
}

p.link a:after {
    content: ' >';

}

.main_content_area_box #blog_subcontent {
    display: none;
}




/*----------Event-page---------------*/

a.site_content h4 {
  font-size: 14px;
}

td a {
  font-size: 13px;
}

label {
  font-weight: normal;
}






/*-------Member Pages CSS-------*/
section.interior input[type="text"]{
    padding: 5px;
}

.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: 5px 20px;
  border: 1px solid #e7e6e6;
  height: 22px;
  /*font-size: 12px;*/
  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: 9px;
  font-weight: normal;
  color: #3a3a39;
  line-height: 12px;
  text-decoration: none;
  text-transform: uppercase;
}

.directions_area p, .directions_area table, .directions_area a{
  /*font-size: 12px;*/
  text-transform: none;
  text-decoration: none;
  line-height: 13px;
}

.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;}
.form_top_selected, .form_link_selected, .directions_area a, .directions_area a:link, .directions_area a:visited {color: #033649;}


.directions_area_title {
  font-size: 14px;
  font-weight: bold;
  color: #3a3a39;
}

.directions_area, .directions_area_3, .directions_area_2  {
  font-size: 12px;
  font-weight: none;
  color: #3a3a39;
  padding: 15px;
  background-color: #efefef;
  border-collapse:collapse;
  border-bottom: 1px solid #999999;
  line-height: 16px;  
}

.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: 12px;*/
  font-weight: none;
  color: #243039;
  padding: 15px;
  line-height: 16px;
  width: 100%;
  text-align: center;
  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: 2px solid #53585b;
  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: 2px solid #53585b;
  border-bottom: 2px solid #53585b;
  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: 12px;*/
  font-weight: bold;
  color: #333638;
  padding-left: 10px;
}

.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 #033649;
  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: 10px;
  font-weight: normal;
  color: #6f6e6e;
  line-height: 13px;}

.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 #033649; 
  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: 2px solid #53585b;
  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;
}








/*-------Member-login-pg-------*/


.login-sub .login-area input[type="text"], .login-sub .login-area input[type="password"] {
    border: 1px solid #b2b2b2;
    color: #333333!important;
    width: 100%;
    margin-bottom: 10px;
    padding: 4px 8px;
}

.login-sub .login-area button{
  background: #033649;
  border:none;
  color:white;
      padding: 4px 13px;
    float: right;
}

.login-sub .login-area button:hover{opacity: 0.8;}



.contentblock img {
    width: 64px;
    height: 64px;
    display: inline-block;
    float: left;
    margin-right: 20px;
    margin-bottom: 20px;
}

.contentblock {
    display: inline-block;
    margin-bottom: 40px;
    width: 100%;
}


.contentblock h3 {
    margin-top: 5px;
}

.sectblock {
    margin-bottom: 40px;
    text-align: center;
}

.sectblock h2 a {
    text-decoration: none;
}

.sectblock p {
    text-align: left;
}


#ev_reg_register, #ev_reg_detail {
    width: 100%;
}

.divassoc {
    margin-top: 0!Important;
    top: 0!important;
    right: 0!important;
    left: 0!important;
    border-color: #666666!important;
}

h3.badlogin {
    font-weight: normal;
    font-size: 16px;
    color: #b70000;
}

/*---------------mediaqueries----------------*/

@media (max-width: 480px) {

  .header-wrapper, .inner-wrapper {
    padding-left: 2.5%;
    padding-right: 2.5%;
  }

  .slider-bg {
    padding-top: 30px;
    padding-bottom: 15px;
  }

  .content-middle {
    padding: 15px 0;
  }

  .sponsor a img {
    width: 100%;
  }

  .footer-logo a {
    text-align: center;
    padding: 10px 0;
  }



  .header-top-right {
    margin-top: 0;
  }

  .header-bg {
    padding-top: 10px;
  }

  .logo-img img {
    padding-bottom: 0;
  }


}


@media (min-width: 480px) and (max-width: 689px) {

  .header-wrapper, .inner-wrapper {
    padding-left: 4%;
    padding-right: 4%;
  }

  .slider-bg {
    padding-top: 110px;
  }

  .content-middle {
    padding: 15px 0;
  }

  .footer-logo a {
    text-align: center;
    padding: 10px 0;
  }




}


@media (min-width: 689px) and (max-width: 767px) {

  .header-wrapper, .inner-wrapper {
    padding-left: 3%;
    padding-right: 3%;
  } 

  .slider-bg {
    padding-top: 98px;
  }

  .logo-img img {
    width: 75%;
    text-align: center;
  }



}

@media (min-width: 768px) and (max-width: 999px) {

  .slider-bg {
    padding-top: 10px;
  }

  .content-subpage {
    padding-top: 40px;
  }

  .header-wrapper, .inner-wrapper {
    padding-left: 2%;
    padding-right: 2%;
  }
  
  .tapimg-box-1, .tapimg-box-2 {
    height: 325px;
  }

  .main {
    margin-top: 162px;
  }

}

@media (min-width: 999px) and (max-width: 1000px) {

  .slider-bg {
    padding-top: 110px;
  }
  
}

@media (min-width: 768px;) and (max-width: 991px;){
    .top-contain {
    margin-top: 34px;
    text-align: right;
    padding-bottom: 13px;
}

.logo {
    text-align: center;
}

.logo img {
    max-width: 80%;
}
}



@media (max-width: 991px) {
.row-eq-height {
    display: block;
        padding: 0 20px;
}

.col-md-3.boxes {
    width: 100%;
    margin-left: 0;
    margin-right: 0;
    position: relative;
    min-height: 1px;
        margin-bottom: 30px;
}

}

/*==========NAVIGATION ==================*/




@media (max-width: 767px) {
.ad-banner>div>img {
    display: none;
}

 .container>.navbar-header{
  margin: 0;
 }
  .nav-container {
    height: auto;
    
  }

  .navbar {
    margin-bottom: 0;
  }

  .navbar-toggle {
    background-color: transparent;
    border: none;
    border-radius: 0;
    padding: 0;
    margin-right: 0;
  }

  .navbar-toggle .icon-bar {
    background-color: white;
    height: 3px;
  }


.navbar.navbar-static-top {
    min-height: auto;
    text-align: right;}


  .navbar-toggle:hover {
    background-color: transparent;
  }

  .navbar-collapse {
    width: 100%;
    margin-top: 20px;
  }

  .navbar-nav .open .dropdown-menu {
    min-width: 0;
    display: inline-block;
    height: 100%;
  }


.navbar-nav > li > .dropdown-menu{
  position: relative; 
  min-width: 100%;
margin: 0;
left:0;}


/*.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: white;
    color: #942d26;
}
*/
/*.caption {
    top: 15%;}*/

  .caption h2{
    font-size: 32px;
    letter-spacing: 2px;}

    .caption a.btn {
    padding: 6px 40px;}

header .wrapper {
    padding: 0;
}


.sponsors li {
    width: 100%;}


.evnt-ico {
    font-size: 60px;
}

.evnt-info {
    font-size: 18px;
    line-height: 1.4em;
    margin-bottom: 30px;
}


.slider-area-sub .row {
    margin: 0 auto;
}
.slider-area .col-md-12 {
    padding-left: 0;
    padding-right: 0;
}

.main-content-subpage .col-md-9.col-md-push-3 {
    padding-left: 15px;
}

.top-contain {
    margin: 10px 0 0;
    text-align: right;
    display: inline-block;
    float: right;
    width: 100%;
}

.top-nav {
    margin-top: 0;
    padding: 0;
    padding-top: 20px;
    padding-bottom: 20px;
    width: 100%;
    text-align: center;
    float: none;
}

.topnavwrap {
    float: none;
    text-align: center;
    margin: 0 auto;
}


.top-nav ul {
    list-style: none;
    display: inline-block;
    /*float: none;*/
    padding: 0;
    margin: 0;
    width: auto;
}

.login-btn {
    display: inline-block;
    /*float: none;*/
    padding: 0;
}


ul.topnav li a {
    font-size: 10px;
    margin-right: 5px;


}

.nav > li > a {
    color: white;
    font-size: 14px;
    padding: 10px 18px;
    line-height: 1em;}


.top-nav li a:after {
    margin-left: 5px;
}



.nav-contain, .search, .top-login {
    display: inline-block;
}

.search{display: none;}



.search, .login-btn, .top-nav a.btn {
    line-height: 40px;
    height: 40px;
    float: left;
}



.caption{width: 100%}



.nav-contain {
    margin-left: 0px;
    margin-right: 0;
    width: 100%;
    height: auto;
    margin: 0;
}

.navbar-static-top .navbar-collapse {
    text-align: center;
    background: #292929;
    color: white;
    margin: 0;
    margin-top: 7px;
    border: 0;
    box-shadow: none;
    position: absolute;
    min-width: 200px;
    right: 0;
    padding: 0;
}

.nav>li {

    display: inline-block;
    width: 100%;
}

.navbar-nav {
   float: none;
   width: 100%;
   height: 100%;
   margin: 0;
   /*border-top: 5px solid #942d26;*/
}

.col-md-7.col-md-offset-5 {
    margin-top: 0;
    margin-bottom: 0;
}


.logo {
    /* padding: 25px 0 5px; */
    display: inline-block;
    float: none;
    width: 100%;
    text-align: center;
    padding: 15px 0 20px;
}

.tagline {
    float: none;
    display: inline-block;
    margin-left: 0;
    margin-top: 0;
    text-align: center;
    width: 100%;
}

.tagline h2 {
    font-size: 24px;
    line-height: 25px;
    text-align: center;
}

.tagline h3{font-size: 18px;}


a.more-events {
    margin: 15px 0 40px;
}

ul.contact{margin-bottom: 50px;}
/*ul.social {
    margin-top: 60px;}*/
.social a {
    font-size: 14px;
}

.footer-bottom, .footer_logo {
    text-align: center;
}

.footer_logo {
    margin-top: 20px;
}

.subpage-content-left.equal-columns {
    padding-top: 30px;
    margin-top: 30px;
    border-top: 1px solid #eee;
}
header .col-md-3.col-md-pull-9 {
    display: inline-block;
}

.member_box_1 {
    width: 100%;
    padding: 10px 15px;
}

/* img{width: 100%;}*/


 .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 #e5e5e5 solid;
  margin-bottom: 40px;

}

ul.news-list>li {
    width: 100%;
    margin-right: 0;
}

.sitemaprow{margin-right: 0; margin-left: 0;}

.sitemapsec {
    width: 100%;
    padding: 0;
}



}

@media (max-width: 1020px){
.wrapper {
    padding: 0 20px;}}

/* 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%; 
  }
}


.divguests {
    border: solid 1px;
    border-color: #333333!important;
    top: 0!important;
    left: 0!important;}





@media (max-width: 768px) {
    .parallax {
    height: 240px;
    min-height: 240px;
  }
  .caption{
    width: 50%;
  }
  .slidecont .wrapper:after{
        margin-left: 49%;
  }
  .caption p{
    font-size: 12px;
    line-height: 1.5em;
  }



}


@media (max-width: 689px) {
  .parallax {
      background-position: center center;
    -webkit-background-size: cover;
    -moz-background-size: cover;
    background-size: cover;
    width: 100%;
}
  .caption {
    width: 100%;
    background: rgba(211, 211, 211, 0.5);
    /*text-align: center;*/
}
.slidecont .wrapper:after{
       display: none;
  }
}

