html,body
{
    width: 100%;
    height: 100%;
    margin: 0px;
    padding: 0px;
    overflow-x: hidden; 
}

body {
    font-family: Arial, Helvetica, sans-serif;
    color: #333333;
    font-size: 16px;
    line-height: 1.6;
    font-weight: 400;
}

.clear {clear: both;}

.padding-top{margin-top: 60px;}

img {max-width: 100%; height: auto;}

table {font-size: 13px;}

.container {
  padding: 0;
  margin: 0 auto;
  width: 100%;
}

.wrapper {
    max-width: 1100px;
    width: 100%;
    height: auto;
    margin: 0 auto;
    padding: 0 15px;
}

/*========== Typogray =============*/

a {color: #5f92cc; text-decoration: none; opacity: 1;}

a:hover, a:focus, a:active {
   color: #292667;
   outline: none;
}

h1 {
    color: #292667;
    text-transform: capitalize;
    font-size: 30px;
    margin-top:0px;
    margin-bottom: 26px;
    font-weight: 700;
    padding-bottom: 10px;
}

h2 {
    color: #292667;
    text-transform: capitalize;
    font-size: 30px;
    margin-top:0px;
    margin-bottom: 26px;
    font-weight: 700;
}

h3 {
    color: #292667;
    text-transform: capitalize;
    font-size: 18px;
    margin-bottom: 20px;
    font-weight: 700;
}

h4 {
   font-size: 16px;
   color:#292667;
   font-weight: bold;
}

.event-contain h2 {
   font-size: 23px;
}


/*========= Buttons ===========*/

a.btn, .btn {
    background: #b73227;
    color: #fff;
    text-decoration: none;
    border-radius: 0;
    border: 0;
}

a.btn:hover {
    background: #292667;
    text-decoration: none;
    color: #fff;
}    

.btn.focus, .btn:focus, .btn:hover {
   opacity: 1;
   background:  #292667;
   outline: none !important;
   color: #fff;
}

.btn:after {
  content: '\f101'; 
  font-family: FontAwesome;
  padding-left: 5px;
}


#button, #Submit1, input#button.form_button2, input#Submit1, input[type="reset"], input[type="submit"], html input[type="button"] {
    color: #fff;
    text-transform: none;
    text-shadow: none;
    border-radius: 0px;
    box-shadow: none;
    background: #b73227;
    border: none;
    display: inline-block;
    padding: 6px 30px;
    width: auto;
    font-size: 1em;
}

#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: #fff;
   background: #292667;
   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;
}

.event-cal a {text-decoration: none;}

a.btn.view-btn:after {
   content: '';
   display: none;
}

a.btn.event-button:hover {
   background: #292667;
}

a.btn.view-btn {background: #b73227; color: #fff;}

/*========== Nav section =============*/



.navrow {
    background-color: #5f92cc; 
    border-bottom: 4px solid #d9d9d9;
}

.navrow .col-md-9.col-sm-9 {padding-right: 0;}


.navbar-static-top .navbar-collapse {
    text-align: center;
}

.navbar-nav {
    float: left;
    display: inline-block;
    width: auto;
}

.nav>li>a {
  color: #fff;
  font-size: 16px;
  text-transform: capitalize;
  padding: 0 12px;
  line-height: 45px;
  text-decoration: none;
  font-weight: 700;
}

.nav > li > a:hover, .nav > li > a:focus, .nav .navbar ul li:hover, .nav .open > a, .nav .open > a:focus, .nav .open > a:hover {
   opacity: .8;
    background: none;
}

.nav > li > a:hover:after, .nav > li > a:focus:after, .nav>li.open>a:after {
    background-color: transparent;
    content: '\f0d7';
    font-family: FontAwesome;
    font-size: 24px;
    font-weight: normal;
    text-align: center;
    position: absolute;
    color: #5f92cc;
    top: 39px;
    left: 45%;
    z-index: 9999;
    line-height: 1em;
}


.dropdown-menu {
   border-radius: 0;
   font-size: 13px;
   padding-top: 15px;
   padding-bottom: 10px;
   background-color: #d9d9d9;
   top: 100%;
   min-width: 200px;
   border: none;
   box-shadow: none;
   margin-top: 4px;
    z-index: -1;
}  



.dropdown-menu > li > a {
  padding: 6px 14px;
  color: #4c4c4c;
  text-decoration: none;
  text-transform: uppercase;
  font-weight: bold;
}

.dropdown-menu > li > a:focus, .dropdown-menu > li > a:hover {
   background-color: transparent;
   color: #5f92cc;
}

.navbar.navbar-static-top {
    min-height: 45px;
    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: 4px;
}

/*----------search-icon------------*/

.search {
    display: inline-block; 
    margin: 0;
    font-size: 13px;
    background: #fff;
    padding: 0 6px;
    margin-top: 10px;
    float: right;
    border: 0;
    width: 100%;
}

.search input[type="text"] {
    border: none;
    background: transparent;
    outline: none;
    padding: 0;
    line-height: 24px;
    height: 24px;
    display: inline-block;
    float: left;
    color: #333;
    width: 80%;
}

.search button[type="submit"] {
    background: transparent;
    border: none;
    padding: 0;
    margin: 0;
    float:right;
    color: #ea723d;
    line-height: 24px;
    height: 24px;
    font-size: 18px;
}

 #searchbar {
    padding: 15px 15px;
    text-align: center;
    background-color: #eee;
    position: absolute;
    z-index: 5;
    right: 0;
    display: none;
}

.search-icon{
  font-size:30px;
  margin-top: 11px;
}

.search-icon a{
color:  #292667;
margin-left: 10px;

}

.search-icon a:hover{
color:  #b73227;

}
/*========== navigation section ends =============*/

/*========== Header section =============*/

.header-section {padding: 40px 0;}

.logo{
}

.logo img{
  max-width: 390px;
}


/*--------top-links----------*/

.top-contain {
  float: right; 
  display: inline-block;
}

.top-links {
    float: right;
    display: inline-block;
}

.top-links ul {
    list-style-type: none;
    padding: 0;
    margin: 0;
}

.top-links li {
    list-style-type: none;
    display: inline-block;
    line-height: 1em;
    font-size: 14px;
    font-weight: bold;
}

.top-links ul>li:after{
  content: ">";
  padding: 0 5px;
}

.top-links ul>li:last-of-type:after{
  content: "";
  display: none;
  padding: 0;
}


.top-links a {
   text-decoration: none;
   color: #333;
   /*margin-right: 8px;*/
   text-transform: uppercase;
   font-size: 14px;
   font-weight: bold;
   vertical-align: middle;
}

.icons{
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    justify-content: flex-end;
}
.social{
  float: right;
}
.social ul {
    list-style-type: none;
    padding: 0;
    margin-bottom: 20px;
    margin-top: 20px;
}

.social li {
    list-style-type: none;
    display: inline-block;
    line-height: 1em;
}

.social a {
   text-decoration: none;
   color: #292667;
   /*margin-right: 8px;*/
   text-transform: uppercase;
   font-size: 30px;
   vertical-align: middle;
   padding: 0 15px 0 0;
}

.social a:hover{
     color: #b73227;
}

.top-links a:last-child {padding-right: 0;}

.top-links a:hover, .top-links a:focus, .top-links a.active {
   color:#b73227;
}




.member-login {
    display: inline-block;
    float: right;
    /*margin-top: 70px;*/
}

.entry-field, .sign-btn {
    display: inline-block;
    float: left;
}




.entry-field .txt-user, .entry-field .txt-pass {
    font-size: 15px;
    height: 36px;
    line-height: 36px;
    margin-left: 8px;
    width: 223px;
    color: #333333;
    padding: 20px 12px;
    border: 1px solid #5f92cd;
    background: transparent;
    border-radius: 0;
    font-weight: 400;
}

.entry-field .txt-user {margin-left: 0px;}

.sign-btn{
  margin-left: 8px;
}

.sign-btn .btn {
    border-radius: 0px;
    padding: 10px 12px;
    font-weight: 400;
    font-size: 15px;
    text-transform: none;
    background: #b73227;
}

.sign-btn .btn:hover {
   
    background: #292667;
}

.sign-btn .btn:after{
  content: '';
  padding: 0;
  display: none;}

.sign-btn .btn:before {
   content: "\f023";
   font-family: "FontAwesome";
   padding-right: 5px;
}

.frgt {
    float: right;
    color: #57565a;
    font-size: 13px;
    padding-top: 5px;
    opacity: 1;
    text-decoration: underline;
}

.frgt:hover {opacity: 0.8; color: #57565a;}



/*========== Header section =============*/

/*========== Slider section =============*/

section.slide .row {
    margin: 0;
}

section {padding: 0;}

.slider-area {
    z-index: 10;
    position: relative;
    border-radius: 0;
    height: 100%;
    max-height: 100%;
    overflow: hidden;
    padding-bottom: 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: #d2d8dd;*/
    display: inline-block;
    min-height: 475px;
    height: 475px;
    display: block;
}

.slidecont {
    position: absolute;
    left: 0;
    top: 0;
    height: 100%;
    width: 100%;
}

.slidecont .wrapper {
    height: 100%;
    width: 100%;
    position: relative;
    padding: 0;
}

.flexslider {border: 0px;}

.flexslider .slides img {width: 100%;}

.flex-control-nav {
    margin-bottom: 25px; 
    z-index: 30;
    opacity: 0;
    -webkit-transition: all .3s ease;
    display: none;
}

.flexslider:hover .flex-control-nav {
    opacity: 1;    
    -webkit-transition: all .3s ease;
}

.flex-control-nav li a {
    width: 10px;
    height: 10px;
    display: block;
    background: #1e2059;
    cursor: pointer;
    text-indent: -9999px;
    -webkit-border-radius: 20px;
    -moz-border-radius: 20px;
    -o-border-radius: 20px;
    border-radius: 20px;
    box-shadow: inset 0 0 3px rgba(0, 0, 0, 0.3);
    z-index: -9999;
}

.flex-control-nav li a:hover, .flex-control-nav li a.active {
    /*background: #fff;*/
}

.caption {
    position: absolute;
    top: 0;
    bottom: 0;
    right: 0;
    width: 33.33%;
    height: 100%;
    padding: 0 20px;
    display: table;
    text-align: center;
    font-size: 18px;
    color: #fff;
    background: rgba(95, 146, 204, 0.85);
}

.slide.wrap {
   display: table-cell;
   vertical-align: middle;
}

.caption h1, .caption h2 {
   margin-top: 0;
   color: #fff;
   font-size: 36px;
   text-transform: capitalize;
   text-align: center;
   padding-bottom: 25px;
}

.caption h3{
  color: #fff;
}

.caption p {color: #fff; font-size: 14px; text-align: center;}

.caption a.btn {
   background: #b73227;
   color: #fff;
   text-align: center;
   margin-top: 15px;
   padding: 6px 50px;
   font-size: 20px;
   font-weight: normal;
   text-transform: capitalize;
}
.caption a.btn:hover{
  background:#292667;
}

.caption a.btn:after{
  content: '';
  display: none;
  padding: 0;
}

.caption a {text-decoration: none;}




/*========== Slider section ends =============*/

/*========== Main Section =============*/

section.main {
   padding: 60px 0 65px;
}

section.interior {
  padding: 60px 0 80px;
  border-top: 4px solid #d9d9d9;
}


.row-eq-height {
   display: -webkit-box;
   display: -webkit-flex;
   display: -ms-flexbox;
   display: flex;
}

.ad-banner{
  text-align: center;
  margin-bottom: 60px;
}

hr{
  border-top: 2px solid #d9d9d9;
  margin-top: 30px;
  margin-bottom: 0px;
}

.mid-content {
  text-align: center;
  margin-bottom: 50px;
}

.mid-content h2 {
  font-size: 32px; 
  text-transform:none; 
  color: #292667;
  font-weight: bold;
  padding-bottom: 0;
  border-bottom: none;
  margin-top:15px;
  margin-bottom: 26px;
  line-height: 1;
}

.mid-content h2 a, a .mid-content h2, .mid-content a,
.mid-content h2 a:hover, a:hover .mid-content h2, .mid-content a:hover{
  text-decoration: none;
}

.mid-content span.fa {
    font-size: 60px;
    text-align: center;
    color: #292667;
    background: transparent;
    margin-bottom: 0px;
    
    margin-top: 0px;
}


.mid-content a:hover {
    opacity: 0.8;
    text-decoration: none;
}



.border {
    border-left: 2px solid #b5b5b5;
    padding-left: 30px;
}



.spotlight{
  text-align: center;
}

.spotlight-container {
    display: inline-block;
    position: relative;
    height: 170px;
    width: 100%;
    max-width: 253px;
    margin-bottom: 20px;
    margin-top: 20px;
    border: none;
}

.spotlight-container .overlay {
    background-color: rgba(0, 0, 0, 0.3);
    position: absolute;
    z-index: 10;
    width: 100%;
    height: 170px;
    border: none;
}
.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: 28px;
    color: white;
    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.025em;
    border: none;
    padding: 0;
}

.spotlight-content h2 a{
    color: white;
    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-Section -------------*/

.events-wrap h2:before {
    content: "\f073";
    font-family: FontAwesome;
    font-size: 42px;
    color: #292667;
    padding-right: 10px;
}









.events-wrap{
  margin-bottom: 40px;
  display: inline-block;
    width: 100%;
}

.events ul {
    margin: 0;
    list-style-type: none;
    padding: 0;
}

.events li {
   display: -webkit-box;
   display: -webkit-flex;
   display: -ms-flexbox;
   display: flex;
   margin-bottom: 20px;
}

.event_date {
    text-align: center;
    width: 68px;
    height: 68px;
    min-width: 68px;
    padding: 5px 0px;
    border: 0;
    background-color: #292667;
    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%;
    letter-spacing: 2px;
    font-weight: 700;
}

li.latest_event .event_date {
   background-color: #5f92cc;
}

li.latest_event .event_content h5 a {color: #5f92cc;}

.event_date .day {
  font-size: 28px; 
  font-weight: 500;
  line-height: 1.3em;}

.event_date .month {
   font-size: 18px; 
   font-weight: 700;
   line-height: 1.3em;
}

.event_content {
    float: left;
    display: inline-block;
    margin-left: 15px;
}

.event_content h5 a {
    padding-bottom: 0px;
    font-size: 18px;
    color: #333;
    text-decoration: none;
    text-transform: uppercase;
}

.event_content h5 {margin-top: 3px;}


.event_content p {
    line-height: 1.5;
    text-align: left !important;
    font-size: 13px;
}

.events li .event_content:hover h5 a, .events li .event_content:hover {
   color: #b73227;
}

.eventSection, .blog {
   margin: 25px 0 15px;
}

.view-more {
   text-align: right;
   float: right;
   margin-top: 20px;
}


.view-more a {
   padding: 6px 22px;
}


/*----------blog section-------------*/


ul.news-list {
    margin: 0;
    list-style-type: none;
    padding-left: 2px;
}

ul.news-list li {padding-bottom: 8px;}

h4.section-heading a {
    text-decoration: none;
    font-size: 18px;
    color: #ea723d;
    font-weight: bold;
    text-transform: uppercase;
    padding-top: 10px;
}

h4.section-heading a:hover {
  opacity: 0.8;
}

ul.meta {margin: 0; list-style-type: none; padding: 0;}

ul.meta li {
    color: #014896; 
    font-weight: 300;
    line-height: 1;
    display: inline-block;
}

ul.news-list p {margin-top: 8px; color: #484848;}

ul.news-list p a { text-decoration: none;}

ul.news-list p a:hover, ul.news-list p a:focus, ul.news-list p a.active {
    color: #484848;
}

.blog span.view-more {margin-top: 10px; margin-bottom: 30px;}





/*------- sponsor-styles --------*/

.sponsor {
  margin-top: 20px;
  /*padding-top: 50px;*/
 /* border-top: 1px solid #b5b5b5;*/
}


.sponsor h2 {
    text-align: center;
        padding-bottom: 15px;
}



.sponsor-logo {
    padding: 0;
}

ul.slide-logo {
    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, .slick-next {
    display: none;
    left: 0;
    right: 0;
}



/*-------- Bottom Section after Content ---------*/



/*========== Main Section ends =============*/

/*========== Footer Section =============*/

.footer-top {
  background: #5f92cd; 
  padding: 35px 0 25px;
  color: #fff;
  font-size: 12px;
}

.footerAddress a {color: #fff;}


.footerSocial {
    text-align: center;
}

.footerSocial ul {
    margin: 0;
    padding: 0;
    list-style-type: none;
}

.footerSocial li {
   display: inline-block;
   line-height: 22px;
}

.footerSocial li a {
    color: #fff;
    text-decoration: none;
    font-size: 30px;
    padding: 0 10px;
}

.footerSocial li a:hover {opacity: 0.8;}


.footer-bottom {
   background: #2d3656;
}


.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;
}

.copy {
   margin: 10px auto; 
   text-align: center; 
   font-size: 12px;
   color: #fff;
}


/*========== Footer Section ends =============*/

/*========== Subpage Section =============*/


.member-btn {margin: 25px auto 35px auto; text-align: center;}

.member-btn a {
   text-align: center;
   padding: 10px 40px;
   font-size: 16px;
   text-decoration: none;
   text-transform: uppercase;
}

.member-btn a:after {
   content: '';
   display: none;
}

.header-section.sub {
   border-bottom: 7px solid #3f6e9f;
}

.twitter.sub:before {
   content: "";
   background: #b5b5b5;
   width: 96%;
   height: 2px;
   display: block;
   margin: 15px auto 25px;
   text-align: center;
}

/*--------Right side navigation---------*/

.subpage-menu {
   position: relative;
   width: 100%;
   padding: 0;
   display: inline-block;
}

.subpage-menu ul {
   margin: 0;
   list-style-type: none;
   padding: 0;
   padding-bottom: 20px;
}

.subpage-menu>ul>li>a {
   border-bottom: 1px solid #292667;
   width: 100%;
   padding: 10px 8px 0 8px; 
   display: inline-block;
}

.subpage-menu a {
   color: #333;
   text-decoration: none;
   font-size: 14px;
}

.subpage-menu a:after {
    display: inline-block;
    content: "\f105";
    color: #292667;
    vertical-align: middle;
    font-weight: normal;
    font-size: 18px;
    font-family: FontAwesome;
    padding-right: 15px;
    float: right;
}

.subpage-menu a:hover {
   color: #b73227;
}

.subpage-menu a:active,
.subpage-menu a:focus {
    color: #ea723d;
    outline: none;
}

.subpage-menu>ul>li>a.act:after {
    content: "\f107";
}

.subpage-menu ul ul {
   padding: 0px 0 0px 15px;
   margin-bottom: 10px;
}

.subpage-menu ul>li>ul>li>a {
   color: #0;
   text-transform: none;
   background: none;
   padding: 10px 8px 3px 8px; 
   display: inline-block;
   border-bottom: none;
   width: 100%;
   font-size: 13px;
}

/*.subpage-menu ul > li > a.act.active {
   content: "\f078";
}*/

.subpage-menu ul li ul li a:after {content: '';}

.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: #ea723d; 
}

.subpage-content-left {padding-right: 20px;}

/*.title-section h2 {
   border-bottom: 1px dotted #21b24b; 
   padding-bottom: 8px;
   margin-bottom: 30px;
   font-size: 24px;
}
*/
.title-section p {padding-bottom: 15px;}

/*----------Breadcrumb styles-----------*/

.breadcrumb-menu {
    margin-bottom: 20px;
}

.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: #629abf;
    font-weight: normal;
    width: 12px;
}

.breadcrumb-menu ul li:last-child:after {
    content: "";
}

.breadcrumb-menu li:last-child a {
    color: #629abf;
}

.breadcrumb-menu ul li a {
    font-size: 12px;
    text-transform: uppercase;
    margin-right: 8px;
    margin-left: 0;
    color: #5f92cc;
    text-decoration: none;
}

.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;
}


a.print-area{
  text-decoration: none;
  color: #629abf;
}

a.print-area .fa-print{
  color: #ea723d;
}

a.print-area:hover{
  color: #ea723d;
}


/*.subpage-content-left, .subpage-content-right {
   margin-top: 30px;
}
.subpage-content-right {padding-top: 2px;}*/

section.interior h2 {
    font-size: 24px;
}


.sponsor.sub:before {margin: 30px auto 35px;}

.store-buttons button {
    font-size: 12px !important;
    font-weight: 700;
    background-image: none !important;
    background:#b73227;
    color: #fff;
    margin: 0 5%;
    width: 20%;
}

.store-buttons button:hover {
    background:#292667;
    
}

/*========== Subpage Section Ends =============*/

/*============ User portal =============*/

.member_login_name {
    text-transform: uppercase;
    font-size: 24px;
    color: #2d3656;
    font-weight: 700;
    margin-right: 8px;
}

.member_login_name, ul.member_logged_in {
   display: inline-block;
}

.member-login-content {text-align: right;}

.member_box_1 .member-login-content {text-align: center;}

ul.member_logged_in { font-size: 18px; padding-left: 0; list-style-type: none;}

ul.member_logged_in li {display: inline-block;}

.member-login-content li a {opacity: 1;}

.member-login-content li a:hover {
    opacity: 0.8; 
    /*text-decoration: underline;*/
}

span.member_login_exp {
   font-size: 12px; 
   line-height: 0.8;
   display: block;
}

#accordion ul {padding-bottom: 5px;}

#accordion h3 {
   background: transparent;
   font-weight: bold;
   border-bottom: 2px solid #5f92cc;
   width: 100%;
   font-size: 18px;
   color: #2d3656;
   padding-bottom: 5px;
   text-transform: uppercase;
   margin-bottom: 5px;
}

.accordion ul {padding-bottom: 10px;}

.accordion li {border-bottom: 1px solid #5f92cc;}

.accordion li a {
    padding: 6px 8px 2px 8px;
    line-height: 1;
    color: #4c4c4c;
    font-size: 14px;
    display: inline-block;
    width: 100%;
}

.accordion li a:hover, .accordion li a.active, .accordion li a:focus {
    background: transparent;
    border-left: none;
}

.accordion li a:hover:after, .accordion li a:focus:after, 
.accordion li a.active:after {color: #737373;}

.form_sub_title {
  color: #999898; 
  font-size: 16px;
  font-weight: 400;
}

.logout_wrapper {
   float: right;
   clear: both;
}

a.btn.btn-login {
    margin: 20px auto 30px auto;
    padding: 0 45px;
} 

 a.btn.btn-login h5{ color: white; font-weight: 500; }

a.btn.btn-login:hover {opacity: 0.8; color: #fff;}

a.btn.btn-login h5:after {
    content: '\f101';
    font-family: FontAwesome;
    padding-left: 5px;
}

a.btn.btn-login:after {content: '';}   

a.btn.btn-login:hover {opacity: 0.8; color: #fff;}

/*============Member Pages CSS Form/Table============*/


.form_data {
    font-weight: normal;
    color: #4c4c4c;
}

.form_data_block, .form_top, .form_data_block_2, .form_data_block_4, .form_data_block_5, 
.form_data_block_6, .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: #ececec;
    padding: 10px 8px;
    border: 0;
    border: 1px solid #e7e6e6;
    font-weight: normal;
    color: #6f6e6e;
    border-bottom: 1px solid white;
    height: auto;
}

.form_data_block_2, .form_data_block_5{
    background: #fbfbfb;
    border-bottom: 1px solid #e7e6e6;
}

.form_sub_title_block, .form_sub_title_block_2, .form_sub_title_block_3 {
    background-color: #ffffff;
    border-collapse: collapse;
    padding: 30px 8px 15px;
    font-size: 1.1em;
    border-bottom: 2px solid;
}

.form_data_block_5{
    border: 1px solid #e7e6e6;
}

.form_sub_title {
    font-weight: bold;
    font-size: 1.1em;
    padding-left: 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 {
    font-size: 10px;
    font-weight: normal;
    color: #333;
    line-height: 1.1em;
    text-transform: uppercase;
}

.form_nav {
    background: #c1c1c1;
    color: white;
    padding: 10px 8px;
    border: 0;
    font-weight: normal;
    border-bottom: 1px solid white;
    height: auto;
}

.form_nav_link, .form_nav_link_selected{
    font-size: 10px;
    font-weight: normal;
    color: #333;
    line-height: 1.1em;
    text-transform: uppercase;
}

.form_top_selected, .form_link_selected, .form_nav_link_selected{
    color: white;
}

.directions_area, .directions_area_3, .directions_area_2 {
    font-weight: normal;
    color: #3a3a39;
    padding: 15px;
    background-color: #efefef;

}
.directions_area, .directions_area_3, .directions_area_2{
    border-bottom: 1px solid white;
}

.directions_area p, .directions_area table, .directions_area a, 
.directions_area a:link, .directions_area a:visited,
.directions_area, .directions_area_3, .directions_area_2{
    font-size: 1em;
}

.directions_area_title{
    font-size: 1.1em;
    width: 100%;
    margin: 10px 0 15px;
}

.btn-row {
    width: 100%;
    display: inline-block;
    text-align: right;
    padding-top: 10px;
}

.btn-row>td{
    width: 100%;
    display: inline-block;
    text-align: right;
}

.form_textbox, .form_textarea, .form_textarea_big, .form_multiselect, 
.form_textarea_short, .form_textbox_small, .form_button{
    font-size: 1em;
    padding: 5px;
}

input[disabled="disabled"]:hover {
    cursor: not-allowed;
}

.form_data_medium, .form_data_medium p, .form_data_medium table, 
.form_data_medium a{
    font-size: 1em;
}

.form_data_medium{
    padding: 10px 8px;
}

.req, .required{
    color: red;
}


.form_textarea_narrow, .form_textarea_shorter, .form_textarea_2 {
    width: auto;
    min-width: 230px;
    max-width: 100%;
    background-color: #ffffff;
    font-weight: normal;
    border: 1px solid #cccccc;

}



.form_data_block textarea, .form_data_block_2 textarea {
    border: 1px solid #ccc;
}

.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{
margin-bottom:0;
font-weight:normal;
}


#button1.form_button_2 {
    padding: 6px 15px!important;
}


/*CUSTOM MEMBER PAGE COLORS*/

.form_sub_title{
  color: #2d3656;
}

.form_sub_title_block, .form_sub_title_block_2, .form_sub_title_block_3{
  border-bottom-color: #5f92cc!important;
}



/*============Member Pages CSS ends============*/

/*==========Design-template-full=========*/

.member_box_1 h1 {font-size: 24px;}

.member_box_1 {
  text-align: center;
  border: 2px solid #cccdcc;
  width: 55%;
  padding: 30px;
  margin: 40px auto 35px auto;
}
 
.member_login_contain {
  margin-left: auto;
  margin-right: auto;
  text-align: center;
  padding-top: 15px;
}

#inputs {
  padding-bottom: 8px;
  text-align: center;
  margin: 0 auto;
  border-radius: 0;
}

.login-field {
  margin-bottom: 7px;
  border: 1px solid #bbb;
  width: 100%;
  height: 30px ;
  line-height: 1.9 ;
  padding-left: 4px;
}

.signIn-btn {
    float: right;
}


.forgot-links {
    float: left;
    text-align: left;
    font-size: .875em;
}

.forgot-links a {padding-top: 10px;  opacity: 1;}


.forgot-links a:hover {opacity: 0.8;}

h3.badlogin {
  text-transform: none;
    font-size: 15px;
    line-height: 1.4;
    padding: 0 15px;
    font-weight: normal;
}

/*==========Design-template-full ends=========*/



/*========= Mediaqueries ===========*/


@media (max-width: 1100px) {
  ul.slide-logo{padding: 0}
  .slick-prev, .slick-next {
      display: none;
      left: 0;
      right: 0;
  }

   .member-btn a {padding: 10px 25px; font-size: 15px;}

   .caption {
    width: 40%;}
}

@media (max-width: 991px) {

    /*-----search-mobile-section--------*/
    .search-row {
       position: absolute;
       right: 0;
       z-index: 1050;
    }  

    .icons {
       position: relative;
      width: 100%;
      display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    justify-content: center;
    }



    

    form.searchform {
        display: inline-block;
        width: 280px;
        border: 1px solid #ddd;
        background: white;
        float: right;
    }

    .search-field {
        width: 225px;
        border: 0;
        font-size: 17px;
        padding: 0;
        padding-left: 7px;
        display: inline-block;
        float: left;
        margin: 0;
        line-height: 35px;
        height: 35px;
    }

    .searchform input:focus, .search-btn:focus {
        outline: none;
    }

    .btn.search-btn {
        padding: 0 7px;
        width: auto;
        float: right;
        font-size: 17px;
        color: white;
        line-height: 35px;
        height: 35px;
    }


    .search-btn:hover {
       opacity: 0.8;
       color: white;
    }

    .search-btn.btn:after {
        display: none;
    }

    .slick-prev, .slick-next{display: none; left:0; right:0;}

    .member_box_1 {width: 65%;}

   .member-box {width: 98%;}

   .noPadding {padding: 0;}

   .navbar-nav>li>a {font-size: 13px; padding: 0 10px;}

 }

@media (max-width: 960px) {
.entry-field .txt-user, .entry-field .txt-pass{width: 165px;}



}




@media (min-width: 768px) and (max-width: 860px) {
  .logo img {
    max-width: 300px;
}

   .navbar.navbar-static-top {height: auto; line-height: 1;}

   .member-btn a {
       font-size: 14px;
       width: 100%;
       padding: 10px 0;
   }

   .twitter.sub h2, .sponsor.sub h2 {
      font-size: 23px;
   }

   .caption{
     width: 50%;
   }

}

@media (max-width: 767px) {


/*========== MOBILE NAVIGATION ONLY ============*/
  .nav-contain {
     height: auto;
    /* margin-left: 0;
     margin-right: 0;*/
     width: 100%;
  }

  .navbar {margin-bottom: 0;}

  .navbar-toggle {
     background-color: transparent;
     /* border: 1px solid #fff;*/
     border-radius: 0;
     padding: 5px 0;
     margin-left: 15px;
     float: left;
  }
  .navbar-toggle:hover, .navbar-toggle:active, .navbar-toggle:focus {
     background-color: transparent;
   }

  .navbar-toggle .icon-bar {
    background-color: #fff; 
    height: 3px;
  }

  .navbar.navbar-static-top {min-height: auto; margin-bottom: 0;}

  .navbar-collapse .navbar-nav>li>a {
     float: none;
     line-height: 35px;
     border-right: 0;
     border-left: 0;
  }  

  .navbar-collapse {
     padding-right: 0;
     padding-left: 0;
  }

  .navbar-static-top .navbar-collapse {
     text-align: center;
     border: 0;
     box-shadow: none;
     position: relative;
     min-width: 200px;
     right: 0;
     padding-bottom: 10px;
  }

  /*.container>.navbar-header {margin: 0;}*/

  .navbar-nav {
     float: none;
     width: 100%;
  }

  .navbar-collapse .open .dropdown-menu {
     /*padding: 10px 0;*/
     background-color: #edebec; 
     width: 100%;
     min-width: 0;
     display: inline-block;
  }

  .navbar-nav>li>.dropdown-menu {
     position: relative;
     min-width: 100%;
     margin-top: -2px;
     box-shadow: none;
     border-right: 0;
     border-left: 0;
  } 

  .navbar-collapse .dropdown-menu>li>a {text-align: center; color: #3f6e9f;}

  .navbar-collapse .dropdown-menu>li>a:hover {
     background-color: transparent;
     color: #00205c;
  }


/*============= MOBILE NAVIGATION ENDS ================*/

.form_data_block input#Submit1{
  float:left;
}

.subpage-content-right{
  margin-top:60px;

}
.sponsor{
  margin-top: 0px;
}

.mid-content h2{
  margin:0px;

}

.mid-content span.fa{
  margin:0px;
}

section.main{
  padding: 30px 0 35px;
}
 
.mid-content{
  margin-bottom:30px;
}
   .border{
    border: none;
    padding-left: 15px;
   }

    .header-section {padding-top: 15px;}

    .search {margin: 12px 0 0 0; width: 165px;}

    .logo {margin: 0 auto; padding-bottom: 15px;}

    .top-contain {
        float: none; 
        margin: 15px auto 0 auto; 
        text-align: center;
        display: block;
    }

    .top-links, .member-login {float: none; width: 100%;}

    .top-links ul {padding: 0;}


    .blog {padding-top: 20px;}

    span.view-more {margin-right: 0;}

    .sponsor:before {
       width: 100%;
       margin: 20px auto 35px;
    }

    .row-eq-height {display: block;}

    .footerSocial {margin: 20px auto;}

    .footer-logo {
       margin-left: auto;
       margin-right: auto;
       display: block;
       float: none;
    }

    .footer-top {text-align: center;}

    .breadcrumb-contain .col-xs-9, .breadcrumb-contain .col-xs-3 {
      padding-right: 0px; padding-left: 0px;}

    .member_box_1 {width: 100%;}

    
    .breadcrumb-menu {
       padding-bottom: 15px;
    }

    .member-login-content {text-align: center;}

    .sidebarmenu_page {
       clear: both;
       padding-top: 25px;
    }

    .caption {
    width: 60%;
  }
    .slick-prev, .slick-next {
    right: 0;
    left: 0;
    display: none;
}


 .entry-field, .sign-btn {
    display: block;
    margin-left: 0;
    float: none;
}

   .sign-btn {float: right;}

 
.entry-field .txt-user, .entry-field .txt-pass{
      margin-bottom: 10px;
      width: 100%;
      margin-left: 0;
   }
   .logo {text-align: center;}
   .logo img{
    max-width: 250px;
   }
   .nav > li > a:hover:after, .nav > li > a:focus:after, .nav>li.open>a:after{display: none; content: '':;}
 


  .member_box_1 {width: 60%;}

    .member-box {width: 100%;}

    .login-area {
       width: 90%;
       margin: 0 auto;
    }


   .footer-logo {margin-left: auto;margin-right: auto;display: block;float: none;}

   .member_box_1 {width: 100%;}

   .button-left{
    float: left;
   }

}

@media (max-width: 700px) {
    
    .caption {
        left: 0px;    
        max-width: 700px;
        margin-left: 0px;
        width: 100%;
    }

    
}


@media (max-width: 480px) {

  .upperContent h2, .lowerContent h2 {
     font-size: 30px;
  }

  h2 {font-size: 26px;}

  .login-area {
     width: 95%;
     margin: 0 auto;
  }

  .entry-field .txt-user, .entry-field .txt-pass {
     margin-left: 0;
  }

  .sign-btn {float: right;}

  .button-left a {
     float: left;
     margin-top: 0;
  }
  
  .subpage-content h1 {
     font-size: 25px;
  }

  .member_box_1 {width: 95%;}

  .member-box {width: 100%;}

}















