
body {
    font-family: Arial, sans-serif !important;
    font-weight: 400;
    color: #333;
    font-size: 14px;
    line-height: 1.6;
}

.clear {clear: both;}

img {max-width: 100%; height: auto;}

table {font-size: 13px;}

td {padding-bottom: 5px;}

.container {
  padding: 0;
  margin: 0 auto;
  width: 100%;
}
.left-rail {
    right: 78%;
}
.wrapper {
    max-width: 1100px;
    width: 100%;
    height: auto;
    margin: 0 auto;
    padding: 0;
}
.logo a:hover{
  opacity: 1;
}
/*========= Typography ===========*/

a {
  color: #009999;
  text-decoration: underline;
  opacity: 1;
  transition:.3s;
}

a:focus, a:hover, a:active {
  color: #009999;
  text-decoration: none;
  outline: none;
}

h1 {
  font-size: 34px;
  color: #009999;
  font-weight: 700;
  margin-bottom: 15px;
  font-family: 'Calibri';
}

h2 {
    font-size: 28px;
    color: #000;
    font-weight: 600;
    margin-bottom: 15px;
	margin-top:0px;
	font-family: 'Calibri';
}

h3 {
  font-size: 24px;
  color: #000;
  font-weight: 700;
  font-family: 'Calibri';
}

h4 {
    /*color: #005586;
    font-weight: 700;
    font-size: 17px;
    text-transform: capitalize;*/
}

/*========= Buttons ===========*/
a.btn,.btn {
  background:#009999;
  color:#fff;
  font-size: 15px;
  line-height: 1.6;
  text-decoration:none;
  border-radius:2px;
   padding:6px 25px !important;
  border:0;
  font-weight:500;
  border:2px solid #009999;
}
a.btn:focus, .btn:focus {
  background:#fff;
  color:#009999;
  border-color:#009999;
   outline:0 !important;
   box-shadow:none !important;
}
a.btn:hover, .btn:hover {
 background:#fff;
  color:#009999;
  border-color:#009999;
}
.btn:after {
  content:'';
  display: none;
}
#button,#Submit1,input#button.form_button2,
input#Submit1,input[type="reset"],input[type="submit"],
html input[type="button"] {
  background:#009999 !important;
  color:#fff;
  text-decoration:none;
  border-radius:2px;
   padding:6px 25px !important;
  border:0;
  font-weight:500;
  border:2px solid #009999;
  line-height: 1.6;
}
#button:hover,#Submit1:hover,
html input[type="button"]:hover,
input#button.form_button2:hover,
input[type="reset"]:hover,input[type="submit"]:hover {
 
  background:#fff !important;
  color:#009999;
   border-color:#009999;
}
button:focus,#Submit1:focus,
#button:focus,input[type="button"]:focus,
input[type="submit"]:focus,input#button.form_button2:focus,
input[type="reset"]:focus,button:active, #Submit1:active,
#button:active,input[type="button"]:active,
input[type="submit"]:active,input#button.form_button2:active,
input[type="reset"]:active {
  background:#fff;
  color:#009999;
   border-color:#009999;
   outline:0 !important;
   box-shadow:none !important;
}
.main_content_area_box .store-buttons > button {
    color: #fff;
    text-transform: none;
    text-shadow: none;
    border-radius: 2px;
    box-shadow: none;
    background: #009999;
    background-image: none!important;
    border: 0;
    display: inline-block;
    padding: 6px 25px !important;
    width: auto;
    font-size: 14px!important;
    line-height: 1.6;
    outline: 0;
    border: 2px solid #009999;
    font-weight: 600 !important;
}
.main_content_area_box .store-buttons button:hover{
   background:#fff;
  color:#009999 !important;
   border-color:#009999;
   outline:0 !important;
   box-shadow:none !important;
} 
.member-button {
    text-align: center;
}
.member-button a{
  margin: 30px 0px;
}
/*========== Header section =============*/
.header-top {
    padding: 10px 0px;
}
.navrow {
    background-color: #009999;
}
.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: 15px;
    letter-spacing: .5px;
    padding: 0 15px;
    line-height: 55px;
    text-decoration: none;
    font-weight: 500;
    text-transform: uppercase;
}
.nav>li:first-child{ padding-left:0px;}
.nav>li>a:hover,.nav>li>a:focus,.nav .navbar ul li:hover,.nav .open>a,.nav .open>a:focus,.nav .open>a:hover {
  color: #000000;
  background:none;
}
.dropdown-menu {
    border-radius: 0px;
    font-size: 15px;
    padding-top: 0px;
    padding-bottom: 0px;
    background-color: #000;
    top: 100%;
    min-width: 200px;
    border: none;
    box-shadow: none;
    margin-top: 4px;
}
.dropdown-menu>li>a {
    padding: 12px 20px;
    color: #000;
    text-decoration: none;
    font-size: 14px;
    font-weight: 500;
    background: #fff;
    text-transform: uppercase;
    border-top: 1px solid #000;
}
.dropdown-menu>li:first-child a{ border-top:none;}
.dropdown-menu>li>a:focus,.dropdown-menu>li>a:hover {
  background-color:#fff;
  color:#009999;
  opacity: 1;
}
.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: 0px;
    box-shadow: 0px 5px 10px #ccc;
}
a.dropdown-toggle::after {
    content: "\f0d7";
	font-family: "FontAwesome";
	margin-left: 5px;
}

/*----------search-icon------------*/

.icons {
    position: relative;
}

.search {
    color: #406f66;
    padding-left: 8px;
    display: inline-block;
    float: right;
}

.search i {
    color: #000;
    font-size: 17px;
    font-weight: bold;
}

.search i.fa, .search i.fa:before{
    line-height: 26px;
    height: 26px;
}

.search a {
    color: #000;
    font-size: 16px;
    font-weight: 700;
    text-decoration: none;
    font-family: 'Calibri';
}
.search a:hover, .search a:hover i.fa{ color:#009999}
.fa:before {
    padding-right: 5px;
    display: inline-block;
    font: normal normal normal 14px/1 FontAwesome;
    font-size: inherit;
    text-rendering: auto;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
}


#searchbar {
  padding: 0;
  text-align: center;
  background-color: #fff;
  position: absolute;
  z-index: 5;
  right: 0;
  display: none;
  width: 254px;
  top: 35px;
  height: 32px;
}



.search-form {
  display: block;
  padding-top: 10px;
}

form.searchform {
    display: inline-flex;
    width: 100%;
    background: #fff;
    border: 1px solid #009999;
	justify-content: space-between;
}

.search-field {
    border: 0;
    font-size: 14px;
    padding: 0;
    padding-left: 8px;
    display: inline-block;
    float: left;
    margin: 0;
    line-height: 32px;
    height: 33px;
    color: #000;
    font-weight: 500;
    background: transparent;
}


.searchform input:focus, .search-btn:focus {
    outline: none;
}
.search-btn {
    text-align: center;
    background-color: #009999;
    color: white;
    padding: 0 10px !important;
    cursor: pointer;
    margin: 0;
    display: inline-block;
    float: right;
    font-size: 14px;
    line-height: 28px;
    border-radius: 0px;
    height: 34px;
    font-weight: 500;
    letter-spacing: .3px;
}

.search-btn:hover {
  color:#fff;
  background-color: #669acc !important;
  border-color:#669acc;
}

/*--------Navigation-section---------*/

/*========== Header section =============*/
.header-section {
  padding:20px 0;
}
.logo a {
  display: block;
}
.logo img {
    height: 110px;
}
/*--------top-links----------*/
.top-contain {
    float: right;
        margin: 0px;
    display: flex;
    justify-content: flex-end;
    align-items: center;
	flex-wrap: wrap;
    min-height: 110px;
}
.top-links {
    float: right;
    display: inline-block;
    margin: 0px;
}
.top-links ul {
  list-style-type:none;
  padding:0;
  margin:0;
}
.top-links li {
  list-style-type:none;
  display:inline-block;
  line-height:1em;
  color:#000;
  font-size:10px;
  font-weight:400;
  position: relative;
  padding-right: 10px;
}
.top-links ul>li:after {
  content: ">";
   padding-left: 7px;
    position: absolute;
    top: 0px;
    font-size: 16px;
}
.top-links ul>li:last-of-type:after {
  content:"";
  display:none;
  padding: 0;
}
.top-links a {
    text-decoration: none;
    text-transform: uppercase;
    font-size: 14px;
    font-weight: 500;
    vertical-align: middle;
    letter-spacing: .3px;
    background: #009999;
    color: #fff;
    line-height: 1.6;
    text-decoration: none;
    border-radius: 2px;
    padding: 6px 25px !important;
    display: inline-block;
    border: 2px solid #009999;
}
.top-links a:last-child {
  padding-right:0;
}
.top-links a:hover,.top-links a:focus,.top-links a.active {
     background: #fff;
    color: #009999;
    border-color: #009999;
}
.member-login {
  display:inline-block;
  float:right;
}
.entry-field,.sign-btn {
  display:inline-block;
  float:left;
}
.entry-field .txt-user, .entry-field .txt-pass {
    font-size: 14px;
    height: 38px;
    line-height: 1.1;
    margin-left: 8px;
    width: 180px;
    color: #333333;
    padding: 5px 10px;
    border: 1px solid #ccc;
    background: transparent;
    border-radius: 0px;
    font-weight: 400;
	outline:0;
}
.entry-field .txt-user:focus, .entry-field .txt-pass:focus {
	outline:0;
}
.entry-field input::placeholder{color: #333333;}
.entry-field .txt-user {
  margin-left:0px;
}

.btn-user {
    border-radius: 0px;
    font-weight: 700;
    font-size: 16px;
    text-transform: none;
    background: #fff;
    padding: 5px 10px !important;
    height: auto;
    border: none;
    transition: .3s;
    color: #000;
    font-family: 'Calibri';
}
.btn-user:hover, .btn-user:focus, .btn-user:hover::before {
    color: #009999;
    opacity: 1;
	    outline: 0;
		background: #fff;
}
.sign-btn .btn:after {
  content:'';
  padding:0;
  display:none;
}
.btn-user::before {
  content:"\f023";
  font-family:"FontAwesome";
  padding-right:5px;
  color:#000;
  font-size: 17px;
}
.frgt {
    float: right;
    color: #000;
    font-size: 12px;
    padding-top: 12px;
    font-weight: 500;
    text-decoration: none;
    border-bottom: 1px solid #000;
    line-height: 16px;
}
.frgt:hover {
  color:#000000;
}
.login-btns {
  display:flex;
}

/*========== End of Nav section =============*/

/*========== Header section Ends =============*/


/*========== Slider section =============*/
section.slide {
  margin:0px;
}
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%;
}
.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:top center;
  -webkit-background-size:cover;
  -moz-background-size:cover;
  background-size:cover;
  background-repeat:no-repeat;
  background-color:#669acc;
  display:inline-block;
  min-height:380px;
  height:380px;
  display:block;
  width:100%;
  float:right;
}
.parallax.w-caption {
  width:60%;
}
.slidecont {
  position:absolute;
  left:0;
  top:0;
  height:100%;
  width:100%;
}
.slidecont .wrapper {
  height:100%;
  width:100%;
  position:relative;
}
.caption {
  position:absolute;
  text-align: center; 
  top:0;
  bottom:0;
  left:0;
  width:42%;
  background-color:#669acc;
  padding:0 20px;
  line-height:1.3em;
  display:table;
  height:100%;
  text-align:center;
  font-size:18px;
  color:#0055bb;
  z-index:100;
}
.slidecont .wrapper:before {
  position:absolute;
  content:'';
  background:#669acc;
  left:-100%;
  top:0;
  height:100%;
  width:100%;
  z-index:99;
}
.slidecont .wrapper:after {
  content:'';
  position:absolute;
  background:url('../images/theme/shape.png') no-repeat;
  width:100%;
  height:100%;
  top:0;
  margin-left:35%;
  z-index:99;
}
.slide.wrap {
  display:table-cell;
  vertical-align:middle;
}
.caption h1,.caption h2 {
  border:none;
  padding:0;
  font-size:38px;
  margin-top:0;
  color:#fff;
  font-weight:700;
  text-transform:uppercase;
  font-family: 'Calibri';
  text-align:left;
}
.caption p {
    font-size: 14px;
    line-height: 24px;
    text-align: left;
    color: #fff;
}
.caption a {
  text-decoration:none;
}
.caption .btn {
    font-size: 15px;
    padding: 7px 20px !important;
    margin: 10px 0px;
    float: left;
    text-align: center;
    background: #009999;
    color: #fff;
    min-width: 200px;
    text-transform: uppercase;
    border: 2px solid #009999;
    font-weight: 500;
    letter-spacing: .3px;
}
.caption .btn:hover {
  opacity:1;
  outline:none;
   background: #fff;
   border-color:#009999;
    color: #009999;
}
.caption .btn:after {
  display: none;
}
/*========== Slider section ends =============*/

.modal-header {
  border-bottom: 0;
}
.modal.in .modal-dialog {z-index: 1050;}
.member-box {
  margin: 20px auto;
  text-align: center;
  width: 70%;
}
.member-box input[type="text"], .member-box input[type="password"], .member-box input[type="email"], .member-box input:focus {
  width: 100%;
  display: inline-block;
  margin-bottom: 20px;
  padding: 5px 5px;
  font-weight: normal;
  border: 1px solid #ccc;
  height:45px;
  outline:0;
}
.member-box h3 {
    font-size: 24px;
    color: #000;
    font-weight: 600;
    text-transform: capitalize;
    margin-bottom: 20px;
    margin-top: 0;
    text-align: left;
}
.login {
  margin: 10px 0;
}
.enter_button {
  float: right;
}
span.forgot {
  float: left;
  text-align: left;
  font-size: 12px;
  line-height: 1.35em;
}
.forgot a {
  font-size: 12px;
  font-weight: normal;
}
.forgot a:hover { 
  text-decoration: none;
}
.login-btn {
  display: inline-block;
  float: left;
}

/*========== Main section =============*/
.main-section{padding: 30px 0;}
.center-banner img {
    margin: 30px 0px;
}
.spotlight {
  text-align:center;
}
.spotlight-container {
  display:inline-block;
  position:relative;
  height:200px;
  width:100%;
  max-width:100%;
  margin-bottom:20px;
  margin-top:20px;
  border:none;
}
.spotlight-container .overlay {
  background-color:rgba(0,0,0,0.4);
  position:absolute;
  z-index:10;
  width:100%;
  height:200px;
  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;
  cursor: pointer;
}
.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-top:0;
  font-size:28px;
  color:white;
  text-transform:capitalize;
  font-weight:600;
  line-height:1.2;
 
  border:none;
  padding:0;
  margin-bottom: 8px;
}
.spotlight-content h2 a {
    color: #fff;
    text-decoration: none;
    font-size: 30px;
    font-weight: 600;
    line-height: 40px;
}
.spotlight-content-wrap p {
    font-size: 15px;
    line-height: 20px;
    margin: 0px;
    letter-spacing: .5px;
}
.spotlight-container:hover .overlay {
 background-color: #00999961;
  -webkit-transition:all .3s ease;
  -moz-transition:all .3s ease;
  -o-transition:all .3s ease;
  transition: all .3s ease-in-out;
}
.flexslider {
border: none !important;}

.ad {margin: 25px auto; text-align: center;}

/*------- Event Widget Homepage -----------*/

.event-contain {
    margin: 25px 0px;
    background: transparent !important;
    padding: 0px !important;
}
.event-contain h2 {
    font-size: 28px;
    color: #000;
    font-weight: 700;
    margin-bottom: 20px;
    margin-top: 0px;
    border-bottom: 1px solid #000;
    padding-bottom: 10px;
    font-family: 'Calibri';
}
.events ul {
  list-style-type: none;
  margin-bottom: 40px;
  padding: 0;
}

.events li {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    margin-bottom: 22px;
}

.event_date {
    text-align: center;
    width: 80px;
    height: 75px;
    background: #009999;
    transition: .3s;
    display: flex;
    flex-direction: column;
    justify-content: center;
}
.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%;
    background-color: transparent;font-weight: 400;
}
.event_date .day {
    font-size: 30px;
    line-height: 35px;
    font-weight: 600;
    background: transparent;
}
.event_date .month {
    font-size: 16px;
    letter-spacing: 1px;
    line-height: 22px;
}

.event_content {
    float: left;
    display: inline-flex;
    margin-left: 15px;
	min-height: 66px;
    align-items: flex-start;
    justify-content: center;
    flex-direction: column;
}
.event_content h5 {
    margin-top: 0px;
    margin-bottom: 5px;
}
.event_content h5 a {
    padding-bottom: 2px;
    font-size: 18px;
    font-weight: 700;
    color: #000;
    text-decoration: none;
    text-transform: capitalize;
    display: block;
    font-family: 'Calibri';
}
.event_content p {
    font-size: 14px;
    font-weight: 400;
    color: #000;
    margin-bottom: 0px;
    line-height: 22px;
}
  


/*------end of event seciton---------*/

a.btn-member {
    background: #009999;
    display: flex;
    justify-content: center;
    align-items: center;
    height: 45px;
    color: #fff;
    font-size: 16px;
    text-transform: uppercase;
    text-decoration: none;
	border:2px solid #009999;
}
a.btn-member:hover{background: #fff; color:#009999; border-color:#009999;}

/*------Start of blog seciton---------*/
.blog {
    margin: 25px 0px;
}
.blog h2 {
    font-size: 24px;
    color: #000;
    font-weight: 600;
    margin-bottom: 15px;
    margin-top: 0px;
}
ul.news-list {
    padding: 0px;
    margin-bottom: 40px;
}
ul.news-list li {
    display: block;
    list-style: none;
}
ul.news-list li h4 {
    margin-top: 0px;
    margin-bottom: 5px;
    font-size: 24px;
}
ul.news-list li h4 a {
    padding-bottom: 0px;
    font-size: 16px;
    font-weight: 600;
    color: #009999;
    text-decoration: none;
    text-transform: uppercase;
}
ul.meta {
    padding: 0px;
    margin-bottom: 5px;
}
ul.meta li {
    display: inline-block;
    font-size: 13px;
	color: #000;
}
ul.news-list li  p {
    font-size: 14px;
    font-weight: 400;
    color: #000;
    margin-bottom: 0px;
    line-height: 24px;
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
}
ul.news-list > li + li {
    margin-top: 25px;
}
ul.meta li:last-child {
    display: none;
}

/*------end of blog seciton---------*/
.jobs {
    margin: 25px 0px;
}
.jobs h2{
	font-size: 28px;
    color: #000;
    font-weight: 700;
    margin-bottom: 15px;
	margin-top:0px;
	border-bottom: 1px solid #000;
    padding-bottom: 10px;
	font-family: 'Calibri';
}
ul.jobHeadings {
    padding: 0px;
    margin-bottom: 40px;
}
ul.jobHeadings li {
    display: block;
    list-style: none;
}
ul.jobHeadings li + li {
    border-top: 1px solid #ccc;
    padding-top: 9px;
    margin-top: 10px;
}
ul.jobHeadings li h3 {
    margin-top: 0px;
    margin-bottom: 5px;
}
ul.jobHeadings h3 a {
    padding-bottom: 0px;
    font-size: 18px;
    font-weight: 700;
    color: #000;
    text-decoration: none;
    text-transform: capitalize;
    font-family: 'Calibri';
}
ul.jobHeadings h3 a:hover{color: #009999;}
ul.jobHeadings li p{
    font-size: 14px;
    font-weight: 400;
    color: #000;
    margin-bottom: 0px;
    line-height: 24px;
	overflow: hidden;
text-overflow: ellipsis;
display: -webkit-box;
-webkit-line-clamp: 2;
-webkit-box-orient: vertical;
}
.jobCompany,.jobLocation {
  display:inline-block;
  text-decoration:none;
}
.jobCompany a, .jobLocation a {
  text-decoration:none;
  color: #000;
  font-size: 13px;
}
.jobCompany:after {
  content:'|';
  padding:0 5px;
}
.jobInfo p {
  overflow:hidden;
  position:relative;
  line-height:1.2em;
  max-height:3.5em;
  text-align:justify;
  margin-right:-1em;
  padding-right:1em;
}
.jobInfo p:before {
  content:'...';
  position:absolute;
  right:0;
  bottom:0;
  background:white;
  padding-left:.25em;
}
.jobInfo p:after {
  content:'';
  position:absolute;
  right:0;
  width:1em;
  height:1em;
  margin-top:0.2em;
  background:white;
}
.jobContain li {
  display:inline-block;
  width:100%;
  margin-bottom: 20px;
}

.explore {padding-top: 75px; padding-bottom: 20px;}

.explore:after {
  /*border-right: 1px solid #009999; 
  content: '';
  width: 1px;
  height: 150px;*/
}

.box-icon {
  text-align: center;
  opacity: 1;
  cursor: pointer;
  padding-bottom: 20px;
}

.box-icon.set-2 {margin-bottom: 25px;}

.box-icon:hover {opacity: 0.75;}

.box-icon span.fa {
  font-size: 45px;
  text-align: center;
  color: #4ec0e0;
  margin-right: -18px;
  margin-bottom: 10px;
  margin-top: 20px;
}

.box-icon h3 {
   margin-top: 4px;
}

.box-icon h3 a {
  font-size: 20px;
  color: #009999;
  font-weight: 700;
  text-decoration: none;
}

.box-icon a {text-decoration: none;}
span.link a {
    background-color: #009999;
    border: 2px solid #009999;
    padding: 7px 25px;
    color: #fff;
    text-decoration: none;
    text-transform: uppercase;
    font-weight: 500;
    float: right;
    height: 40px;
    font-size: 14px;
    margin-bottom: 30px;
    transition: .3s;
    letter-spacing: .3px;
}
span.link a:hover {
   opacity: 1;
   background-color: #fff;
   border-color:#009999;
   color: #009999;
}


/*------- lower-section-content --------*/

.middle-section {margin-top: 15px;}

.ad-1 {
   margin-right: auto;
   margin-left: auto;
   text-align: center;
}
.content-area-wrapper{ border: 1px solid #ccc;padding: 20px;height: 300px;}
.text-content {
    margin: 25px 0px;
}

.text-content h3 {
    font-size: 28px;
    color: #000;
    font-weight: 700;
    margin-bottom: 15px;
	border-bottom: 1px solid #000;
    padding-bottom: 10px;
	font-family: 'Calibri';
}
.spotlight h3, .text-content h3 {
   margin-top: 0;
}
.text-content p {
    font-size: 14px;
    color: #000;
    line-height: 24px;
    margin-bottom: 10px;
}
.content-area-wrapper p {
	 overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 7;
    -webkit-box-orient: vertical;
}
.text-content a {
    color: #009999;
    font-weight: 500;
    font-size: 14px;
}
.text-content a:hover{ color:#009999;}
.right-banner {
    margin: 20px 0px;
    text-align: center;
    height: 300px;
    display: flex;
    justify-content: center;
    align-items: center;
}
.photo {width: 42%; float: left; margin-right: 15px;}

.text {float: none;}


/*----------Blog-page------------*/



/*------- sponsor-styles --------*/

.sponsor {
    margin-top: 30px;
}
.sponsor h2 {
    text-align: center;
    margin-top: 0px;
    font-weight: 700;
    text-transform: capitalize;
    font-size: 28px;
	font-family: 'Calibri';
}
.sponsor h2::after {
    content: '';
    background: #101010;
    width: 620px;
    height: .5px;
    display: block;
    margin: 10px auto 0px;
}
ul.slide-logo {
    padding: 10px 10px;
    text-align: center;
}
ul.slide-logo li {text-align: center; height: auto;}
.slick-initialized .slick-slide a {
    height: 80px;
    width: 100%;
    display: flex;
    justify-content: center;
    align-items: center;
}
ul.slide-logo li img {
    max-width: 180px;
    max-height: 75px;
    object-fit: cover;
}

.slick-slide img {margin: 0 auto;}

/*----take comment out for sponsor arrows------*/

/*.slick-prev:before {content: "\f053";}

.slick-next:before {content: "\f054";}

.slick-prev:before, .slick-next:before {
    font-family: fontawesome;
    font-size: 26px;
    color: #000;
}*/

/*========== Main section ends =============*/

/*========== Footer section =============*/
/*========== Footer Section =============*/
footer {
  background:#6699cc;
  padding:30px 0 20px;
  color:#fff;
  font-size:16px;
}
.footer-address {
    color: #fff;
    font-weight: 400;
    font-size: 13px;
    line-height: 22px;
}
.footerAddress{
  text-align: center;
}
 
.footerSocial {
  text-align:right;
}
.footerSocial ul {
    margin-bottom: 0px;
    padding: 0;
    list-style-type: none;
    padding: 6px 0px;
}
.footerSocial li {
  display:inline-block;
  line-height:25px;
}
.footerSocial li a {
    color: #fff;
    text-decoration: none;
    font-size: 20px;
    padding: 0px 15px;
    display: block;
}
.footerSocial li a:hover {
  opacity:0.8;
}
.footer-logo {
    display: inline-block;
    float: right;
    width: 138px;
    height: 40px;
    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;
    margin: 20px 0px;
}
.copy {
    margin: 28px auto;
    text-align: left;
    font-size: 13px;
    color: #fff;
}

/*========== Footer section ends =============*/

/*========== Subpage section =============*/

/*----------Breadcrumb styles-----------*/

.breadcrumb-menu {
    padding-bottom: 10px;
    margin-top: 0px;
}

.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: #000;
    vertical-align: middle;
    font-weight: normal;
    font-family: FontAwesome;
    font-size: 16px;
}

.breadcrumb-menu ul li:last-child:after {
    content: "";
}

.breadcrumb-menu li:last-child a {
    color: #000;
}

.breadcrumb-menu ul li a {
    font-size: 13px;
    margin-right: 8px;
    margin-left: 4px;
    color: #000;
    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;color: #000000;}

.print-area {
   float: right;
   cursor: pointer;
   padding-top: 10px;
   height: 20px;
}

a.reamorel {
   color: #000000;
   text-decoration: none;
   /*text-transform: capitalize;*/
   font-size: 13px;
   cursor: pointer;
   text-decoration: none;
       margin-top: 20px;
    display: block;
}

.reamorel .fa {
   color: #000000;
   cursor: pointer;
}

a.reamorel:hover {
   text-decoration: underline;
   color: #000000;
}  

.main-content-subpage {
    padding: 40px 0 40px;
    border-top: 1px solid #ccc;
}

/*--------Left side navigation---------*/

.subpage-menu {
   position: relative;
   width: 100%;
   padding: 0;
}

.subpage-menu ul {
   margin: 0;
   list-style-type: none;
   padding:0;
   padding-top: 0px;
   padding-bottom: 30px;
}
.subpage-menu > ul {
    border: 2px solid #009999;
    padding: 15px;
	padding:20px;
}

.subpage-menu>ul>li>a {
    border-bottom: 1px solid #000;
    width: 100%;
    padding: 4px 8px;
    display: inline-block;
    text-transform: capitalize;
    color: #000;
    font-size: 14px;
    text-decoration: none;
    font-weight: 500;
}
.subpage-menu>ul>li:last-child>a {
    border-bottom: none;
}
.subpage-menu>ul>li>a:after {
    content: "\f105";
    display: inline-block;
    font-family: FontAwesome;
    float: right;
    font-size: 16px;
    color: #000;
    font-weight: bold;
    line-height: 24px;
}

.subpage-menu>ul>li>a.act:after {
    content: "\f107";
}
.ad-banner img {
    margin-bottom: 30px;
}
/*.subpage-menu a {
    color: #3a3a3c;
    text-decoration: none;
    
}*/

.subpage-menu a:hover,
.subpage-menu a:active,
.subpage-menu a:focus {
    color: #009999;
    outline: none;

}

.subpage-menu ul ul {
    padding: 10px 0 10px 10px;
    /*border-bottom: 1px solid #ffcd00;*/
}

.subpage-menu ul>li>ul>li>a {
    color: #000;
    background: none;
    padding: 4px 10px;
    display: inline-block;
    border-bottom: none;
    width: 100%;
    /*text-transform: capitalize;*/
    font-size: 13px;
    text-decoration: none;
}
.subpage-menu ul>li>ul>li>a:hover{ color: #009999!important;} 

.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: #009999;
}
a.btn-member {
    background: #009999;
    display: flex;
    justify-content: center;
    align-items: center;
    height: 45px;
    color: #fff;
	font-weight: 500;
    font-size: 16px;
    text-transform: uppercase;
    text-decoration: none;
	border:2px solid #009999;
}
a.btn-member:hover{background: #fff; color:#009999; border-color:#009999;}
.content-left .event_content p {
    font-size: 12px;
}

/*========== Subpage section ends =============*/
.content-right {
    padding-top: 0px;
}
.subpage-content h1, .subpage-content h2 {
    font-size: 28px;
    color: #000;
    font-weight: 700;
    margin-bottom: 15px;
    border-bottom: 1px solid #000000;
    padding-bottom: 8px;
    margin-top: 0px;
	font-family: 'Calibri';
}
.content-left .title-section h2 {
     font-size: 28px;
    color: #000;
    font-weight: 700;
    margin-bottom: 15px;
    border-bottom: 1px solid #000000;
    padding-bottom: 8px;
	font-family: 'Calibri';
	    
}
.content-left .title-section p {
    font-size: 14px;
    color: #000;
    line-height: 24px;
    margin-bottom: 10px;
}
 
/*----------Memberpage-------------*/

.sidebarmenu_page {
   float: right;
   /*padding-top: 5px;*/
   width: 100%;
   padding-bottom: 30px;
}

.logoutbtn a.btn-user, .accountbtn a.btn-user {
   background: transparent; 
   padding: 0 4px; 
   color: #000; 
   border: 0;
   /*text-transform: capitalize;*/
   text-decoration: none;
   display: inline-block;
   line-height: 24px;
   font-family: 'Calibri';
   font-weight:700;
   font-size: 16px;
}

.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{
    color: #009999;
}

.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;
}

 

.member-login-content, span.member_login_name, span.member_login_exp
  {display: inline-block;}

span.member_login_name {
    font-size: 16px;
    color: #333;
    font-weight: 700;
    font-family: 'Calibri';
}

/*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; color: #006f79;}*/

/*span.member_login_exp:before {content: "|";}*/

span.member_login_exp {
    font-size: 11.5px;
    text-align: center;
    color: #333;
    padding-left: 5px;
    position: relative;
    bottom: 2.5px;
}

a.btn.btn-login {
    font-weight: 400;
    text-shadow: none;
    border-radius: 0px;
    box-shadow: none;
    background: #009999;
    display: inline-block;
    padding: 6px 25px!important;
    width: auto;
    float: right;
    opacity: 1;
    color: #fff;
    text-decoration: none;
    border: 2px solid #009999;
    height: 40px;
} 

a.btn.btn-login h5 {font-size: 14px; margin: 0;line-height: 1.6;}

a.btn.btn-login:focus{outline: none;}

a.btn.btn-login:hover {
    text-decoration: none;
    color: #009999;
    border-color: #009999;
    background: #fff;
}
.login-welcome {
    margin-bottom: 0px;
    text-align: right;
    position: relative;
    width: 100%;
}
#accordion ul, .accordion ul {
    list-style: none;
    padding: 0;
    margin: 0;
}

#accordion h3 {
    font-size: 16px;
    border-bottom: 1px solid #000;
    font-weight: 700;
    padding-bottom: 6px;
    color: #000;
    text-transform: uppercase;
    font-family: 'Calibri';
}

#accordion ul li {margin-top: 20px;}

/*#accordion li:first-of-type {margin: 0;}*/

.accordion li a {
  color: #000;
   font-size: 13px;
   padding-left: 15px;
   text-decoration: none;
}

.accordion li a:hover {
    text-decoration: none;
    color: #009999;
}

#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 #ccc;
  width: 55%;
  padding: 30px;
  margin: 50px auto;
  border-radius: 4px;
}
.member_box_1 h3 {
  font-size: 16px;
  color: #333;
  font-weight: 400;
  line-height: 24px; margin-bottom:30px;
  margin-top: 0px;
}

.member_box_1 h1 {border-bottom: 0; font-size: 30px;margin-bottom: 10px !important;}

.member_box_1 .member-box {
   margin-left: auto;
   margin-right: auto;
   text-align: center;
 
}

#inputs {
  padding-bottom: 8px;
  text-align: center;
  margin: 0 auto;
  border-radius: 3px;
}
.login-field, .login-field:focus {
  margin-bottom: 15px;
  border: 1px solid #000000;
  width: 70%;
  height: 45px !important;
  line-height: 1.9 !important;
  padding: 10px 10px;
  border-radius: 4px;
  color:#009999;
  outline:0;
}

.signIn-btn {
  padding: 10px 20px !important;
  width: 100% !important;
  box-shadow: none !important;
  text-transform: uppercase !important;
  font-size: 16px !important;
  line-height: 1.9 !important;
  color: #ffffff;
  margin: 5px 0 !important;
  background-color: #009999!important;
  border-radius: 4px !important;

}

.signIn-btn:hover {
  color: #009999;
  background: #fff !important;
  border-color: #009999;
}

.forgot-links a {color: #000; font-size: 13px; margin-top: 15px;}

.forgot-links a:hover {color: #000000;}

/*----------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;}

/*=========== 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: #009999;
}

.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 #033649;
  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: #009999;
}

.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: 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 #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: 1px solid #033649;
  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: 25px !important;
    color: #000;
    font-weight: 600;
    margin-bottom: 15px !important;
    border-bottom: 1px solid #000000;
    padding-bottom: 8px !important;
    line-height: 28px !important;
}

.navlistlines li:hover {
   border-left: 0 !important;
   color: #768591 !important;
}

.subpage-menu .navlistlines li a {
   font-size: 15px !important;
   color: #4ec0e0 !important;
}

/*========= Mediaqueries ===========*/
@media (max-width: 990px) {
	
.nav > li > a {
  padding: 0 8px;
  font-size: 14px;
}
search-icon {
  position: absolute;
  right: 0px;
  top: 5px;
  height: 41px;
  width: auto;
  text-align: center;
  line-height: 40px;
  z-index: 9999;
  min-width: 80px;
}
.search-icon > a {
  color: #000;
  font-size: 15px;
  display: block;
}
#searchbar {
  position: absolute;
  top: 51px;
  right: 0px;
  z-index: 9999;
  background-color: transparent;
}
.searchform {
	display: flex;
	justify-content: flex-start;
	align-items: center;
	margin: 10px 0px;
	border-radius: 4px;
	overflow: hidden;
}
.searchform input {
	height: 34px;
	padding: 5px 8px;border-radius: 0px;border: 1px solid #fff;
}

.searchform .search-btn {
	background-color: #000 !important;
  color: #fff;
  font-size: 15px;
  line-height: 10px;
  text-decoration: none;
  border-radius: 0px;
  padding: 0px 15px;
  border: 0;
  font-weight: 400;
  height: 34px;
  padding: 0px 10px !important;
}
.searchform .search-btn:hover{ color:#669acc;}
	.logo img {
	  height: 76px;
	}
	.top-contain {
	  min-height: 76px;
	}
	.event_content p {
		line-height: 20px;
	}
	
}

@media (max-width: 767px) {

.slick-next {right: 0px !important;}
.slick-prev {left: 0px !important;}
/*========== MOBILE NAVIGATION ONLY ============*/
   
   /*.navrow .col-xs-11, .navrow .col-xs-1 {
     padding-right: 8px;
     padding-left: 8px;
   }*/

  .nav-contain {
    height: auto;
    margin-left: 0;
    margin-right: 0;
    /*width: 100%;*/
    /*float: none;*/
    text-align: right;
  }
  .slick-prev, .slick-next {
  display: none !important;
}

  .navbar {margin-bottom: 0;}

  .navbar-toggle {
    background-color: transparent;
    border: none;
    border-radius: 0;
    padding: 0;
    margin: 12px 15px 12px 0;
    float: right;
  }

  .navbar-toggle .icon-bar {
     background-color: #f9f5ed;
     height: 3px;
  }

  .navbar.navbar-static-top {
    min-height: auto; 
    /*height: auto;*/
    width: auto;
    /*display: inline-block;*/
  }

  /*.nav-contain .container {width: auto;}*/

  .container>.navbar-header {margin: 0;}

  .navbar-toggle:hover {background-color: transparent;}

  .navbar-nav {
     float: none;
     height: 100%;
     width: 100%;
     /*text-align: center;*/
  }

  .navbar-collapse {
     width: 100%;
     margin-top: 10px;
  }

  .navbar-static-top .navbar-collapse {
     margin-right: 0;
     margin-left: 0;
     padding: 10px 0;
     text-align: center;
     border: 0;
     box-shadow: none;
     position: relative;
     width: 100%;
     min-width: 100%;
  }

  .navbar-collapse .nav>li {/*display: inline-block;*/}

  .navbar-collapse .navbar-nav>li>a {
     /*padding-top: 8px;*/
     float: none;
     line-height: 40px;
  }

  .navbar-collapse .open .dropdown-menu {
     padding: 10px 0;
     border-top: 4px solid #fff;
     background-color: #fff;
  }

  .navbar-nav > li > .dropdown-menu {
     position: relative; 
     min-width: 100%;
     margin: 0;
     box-shadow: none;
  }

  .navbar-collapse .dropdown-menu>li {margin-top: 0px;}

  .navbar-collapse .dropdown-menu>li>a {color: #fff; text-align: center;font-size: 12px;background: #000000;}

  .navbar-collapse .dropdown-menu>li>a:hover {
     color: #009999;
  }


/*========== END MOBILE NAVIGATION ============*/

  .logo {
      display: block;
      text-align: center;
  }
.logo a {
  display: block;
}
  .top-contain {
     float: none;
     width: 100%;
     text-align: center;
  }

  .row, .slider-area .row {margin: 0 auto;}

  .slider-area .col-md-12 {
    padding-left: 0;
    padding-right: 0;
  }

  .middle-section .col-xs-6 {padding: 0;}

  .event-contain { margin-bottom: 25px;}

  .spotlight, .text-content {
     margin-top: 25px;
  }

  .spotlight h3, .text-content h3 {
     margin-bottom: 20px;
  }
  .text-content {
  float: left;
  width: 100%;
}

  /*.bottom-section .col-md-3, .bottom-section .col-sm-3,
  .bottom-section .col-md-9, .bottom-section .col-sm-9 {
    padding-left: 0; 
    padding-right: 0;
  }*/

  .ad-left {text-align: center;}

  /*.col-md-6 .lower-content {margin-top: 15px;}*/

  /*.sponsor img {height: auto !important;}*/

  .copy {
	  text-align: center;
	  margin-bottom: 0px;
	}

  .col-md-9.col-md-push-3 {padding: 0;}

  footer {text-align: center;}

  .social-links {float: none; margin-top: 15px;}
	.footerSocial {
	  text-align:center;
	}
  .footer-logo {
	  float: none;
	  margin-top: 0px;
	  position: relative;
	  top: -5px;
	}

  .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 #e3e3e3 solid;
     margin-bottom: 40px;
  }
  

	.search-icon {
	  right: auto;
	  left: 0px;
	  top: 0px;
	  position: relative;
	  height: auto;
	}
	.searchform {
		margin: 3px 0px;
	 
	}
	 
	.navbar-toggle {
	  margin: 11px 0px !important;
	 
	}
	.navbar-toggle .icon-bar {
	  width: 28px !important;
	  height: 3px !important;
	}
	.navbar-toggle .icon-bar + .icon-bar {
	  margin-top: 5px !important;
	}

	.logo {
	  padding: 0px 0 10px;
	 
	}
	.top-contain {
	  margin: 0px auto 10px;
	  min-height: auto;
	  justify-content: center;
	}
	 .top-links {
	  margin: 0px;
	  width: auto;
	}
	 .entry-field {
	  width: 100%;
	}
	.entry-field .txt-user, .entry-field .txt-pass  {
	  margin-left: 0px;
	  width: 100%;
	  margin-bottom: 10px;
	  border-color: #666;
	  border-radius: 4px;
	  height: 40px;
	}
	.button-left {
	  float: left;
	}
	.sign-btn {
	  margin-left: 20px;
	  float: right;
	}
	.sign-btn .btn {
	  padding: 5px 20px;
	  border-radius: 4px;
	}
	.sponsor h2::after {
	 
	width: 100%;}
	.footerSocial {
	  margin-top: 20px;
	}
	.member-login {
	  width: 100%;
	}
	.col-sm-9.col-sm-push-3 .row {
	  margin-left: -15px;
	  margin-right: -15px;
	}
	.breadcrumb-menu, a.reamorel { margin-top: 10px;} 
	.content-right {
	  padding-top: 20px;
	}

}

@media (max-width: 700px) {
    
    .caption {
        left: 0px;    
        max-width: 700px;
        margin-left: 0px;
        width: 100%;
    }

}

@media (max-width: 480px) {

   .member_box_1 {width: 95%;}

   .member-box {width: 100%;}
   
   .sponsor h2::after { width: 100%;}


}

@media (min-width: 480px) and (max-width: 767px) {

    .blog {float: right;}  

    .photo {width: auto;}
	
	.entry-field + .entry-field {margin-left: 2%;}
	.entry-field {width: 49%;}

    /*.member-login {
       float: none;
       margin: 20px auto 0 auto;
       text-align: center;
       display: block;
   } 

   .entry-field .txt-user, .entry-field .txt-pass {width: 175px;}

   .entry-field .txt-pass {margin-right: 0;}

   .sign-btn .btn {margin-left: 0;}

   .frgt {float: none;}*/

   .member_box_1 {width: 70%;}

   .member-box {width: 100%;}


}

@media (min-width: 689px) and (max-width: 767px) {

    /*.top-contain {float: right;}*/

    /*.social {width: 55%;}

    .top-nav {width: 45%;}

    .member-login {
       float: right;
       margin: 20px auto 0 auto;
    } */

   /*.entry-field .txt-user, .entry-field .txt-pass {width: 200px;}*/

   .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 8px;
}
.top-contain {
  min-height: 80px;
}
#searchbar {
 
  top: 25px;
 
}
.slick-next {right: 0px !important;}
.slick-prev {left: 0px !important;}

   .mid-content h2 {font-size: 23px;}

}


@media (min-width: 768px) and (max-width: 999px) {

   .wrapper {padding: 0 15px;}
   /*.login-btn {
      position: relative;
      top: -2px;
   }*/

   .navrow .col-sm-12, .navrow .col-md-12 {
      padding-left: 0;
      padding-right: 0;
   }

   .nav-contain {height: auto;}

   .spotlight, .text-content {height: auto;}

   .member_box_1 {width: 65%;}

   .member-box {width: 98%;}


}    

@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%; 
  }
}

 

/*========== Online Directory page style override ============*/

table.dir-table {
 
  font-size: 1em !important;
}

table.dir-table-90 {
    font-family: 'Lato', sans-serif !important;
}

.dir-second-title {
    font-size: 1.2em !important; 
 
    color: #0e2359;
}

div.dir-third-title {font-size: 14px; margin-top: 4px;}

.dir-table-head {
    font-size: 1.1em !important; 
    /*color: #0e3264;*/ 
}

.dir-udt {font-size: 0.9em !important;}

a.dir-links:hover, a.dir-links:focus, a.dir-links:active {color: #a8a7a7 !important;}

.btn.btn-marg-all, .btn.btn-marg-all.btn-marg {
    color: #f8c619;
    text-transform: none;
    text-shadow: none;
    border-radius: 0;
    box-shadow: none;
    background: #0e2359;
    margin-bottom: 20px;
    /*letter-spacing: 1px;*/
    display: inline-block;
    text-transform: uppercase;
    padding: 5px 27px;
    width: auto;
    font-size: .85em;
    opacity: 1;
 
} 

.btn.btn-marg-all:after, .btn.btn-marg-all.btn-marg:after {
   /*content: '>>';*/
   margin-right: 1px;
}

.btn.btn-marg-all:hover, .btn.btn-marg-all.btn-marg:hover {
   text-decoration: none;
   opacity: 0.8;
}

.btn.btn-marg-all:focus, .btn.btn-marg-all.btn-marg:focus {
   outline:none;
}

/************** Print Media ******************/

@media print {

  .logo {width: 30%; margin: 10px auto; text-align: center;}

  .logo img {max-width: 250px;}

  .top-contain {width: 100%; float: none; margin: 10px auto; text-align: center;}

  .top-links {width: 75%;}

  a.footer-logo {text-align: center;}

}

