body {
  font-family: "Libre Franklin", sans-serif;
  font-weight: 700;
  color: #000000;
  font-size: 20px;
  line-height: 1.5;
  margin: 0px !important;
}

.clear {
  clear: both;
}

img {
  max-width: 100%;
  height: auto;
}

table {
  font-size: 14px;
}

td {
  padding-bottom: 5px;
}

.container {
  padding: 0;
  margin: 0 auto;
  width: 100%;
}

.wrapper {
  max-width: 1200px;
  width: 100%;
  height: auto;
  margin: 0 auto;
  padding: 0;
}

/*========= Typography ===========*/

a {
  color: #2484C6;
  text-decoration: none;
  opacity: 1;
}

a:focus,
a:hover,
a:active {
  color: #152441;
  text-decoration: underline;
  outline: none;
}

h1 {
  font-size: 30px;
  color: #000000;
  font-weight: bold;
  margin-top: 0px;
  margin-bottom: 16px;
}

h2 {
  font-size: 24px;
  color: #000000;
  font-weight: bold;
  margin-top: 0px;
  margin-bottom: 16px;
}

h3 {
  font-size: 20px;
  color: #000000;
  margin-top: 0px;
  margin-bottom: 16px;
  font-weight: bold;
}

h4 {
  color: #000000;
  /*color: #005586;
    font-weight: 700;
    font-size: 17px;
    text-transform: capitalize;*/
  margin-top: 0px;
  margin-bottom: 8px;
}

td, p{
	font-family: "Cormorant Garamond", serif;
}

/*========= Buttons ===========*/

a.btn,
.btn {
  background: #152441;
  color: #ffffff;
  text-decoration: none;
  border-radius: 4px;
  font-size: 16px;
  border: 1px solid #152441;
  display: inline-block;
  padding: 8px 20px !important;
  font-weight: 700;
  line-height: 24px;
  transition.3s;
}

a.btn:focus,
a.btn:hover,
.btn:focus,
.btn:hover {
  background: #2484C6;
  color: #ffffff;
  border-color: #2484C6;
  outline: none !important;
  text-decoration: none !important;
  box-shadow: none;
}


#button,
#Submit1,
input#button.form_button2,
input#Submit1,
input[type="reset"],
input[type="submit"],
html input[type="button"] {
  color: #ffffff;
  text-transform: capitalize;
  font-weight: 700;
  text-shadow: none;
  border-radius: 4px;
  box-shadow: none;
  background: #152441;
  border: 1px solid #152441;
  display: inline-block;
  padding: 8px 20px !important;
  width: auto;
  font-size: 16px;
  margin-left: 8px;
  line-height: 24px;
  transition.3s;
}

#button {
  margin: 0;
}

section.grey form input[type="submit"] {
  float: right;
}

#button:hover,
#Submit1:hover,
html input[type="button"]:hover,
input#button.form_button2:hover,
input[type="reset"]:hover,
input[type="submit"]:hover {
  background: #2484C6;
  color: #ffffff;
  border-color: #2484C6;
  outline: none !important;
  text-decoration: none !important;
}

#button:focus,
#Submit1:focus,
input[type="button"]:focus,
input[type="submit"]:focus,
input#button.form_button2:focus,
input[type="reset"]:focus {
  background: #2484C6;
  color: #ffffff;
  border-color: #2484C6;
  outline: none !important;
  text-decoration: none !important;
}


a.btn.event-button {
  background: #152441 !important;
  text-decoration: none;
  border-radius: 0;
  border: 1px solid #152441;
  margin-bottom: 14px;
  margin-left: 5%;
  margin-right: 5%;
  width: 90%;
  color: #ffffff !important;
  border-radius: 4px;
  font-weight: 700;
  font-size: 16px;
  line-height: 24px;
}

a.btn.event-button:hover {
  background: #2484C6;
  color: #ffffff;
  border-color: #2484C6;
  outline: none !important;
  text-decoration: none !important;
    opacity:0.7;
}

a.btn.view-btn {
  background: #152441;
  color: #ffffff;
  text-decoration: none;
  border-radius: 4px;
  font-size: 16px;
  border: 1px solid #152441;
  display: inline-block;
  padding: 8px 20px !important;
  font-weight: 700;
  line-height: 24px;
}

a.btn.view-btn:hover,
a.btn.view-btn:active,
a.btn.view-btn.active,
a.btn.view-btn:focus {
  background: #2484C6;
  color: #ffffff;
  border-color: #2484C6;
  outline: none !important;
  text-decoration: none !important;
}

.event-btns a.btn.view-btn {
  background: #a0a0a0;
  color: #fff;
  border-color: #a0a0a0;
}

.event-btns a.btn.view-btn:hover,
.event-btns a.btn.view-btn:active,
.event-btns a.btn.view-btn.active,
.event-btns a.btn.view-btn:focus {
  background: #2484C6;
  color: #ffffff;
  border-color: #2484C6;
  outline: none !important;
  text-decoration: none !important;
  opacity:1;
}

ul.event-btn li {
  background: #152441 !important;
  color: #ffffff !important;
  padding: 7px 10px;
}

ul.event-btn li[style="color: black; background-color: gold;"] {
  background: #152441 !important;
}

/*========== Header section =============*/

header .row {
  margin-left: 0;
  margin-right: 0;
}

.header-top {
  padding:6px 0;
}

.logo a img {
    max-width: 160px;
}

.logo {
    display: block;
}

.logo a {
  display: inline-flex;
  gap: 20px;
  align-items: center;
  text-decoration: none;
  justify-content: flex-start;
  text-align: left;
}

.logo a:hover {
  opacity: 1;
}

.header-banner {
  text-align: center;
}

.header-banner img {
  max-width: 100%;
}

.top-contain,
.login-wrapper {
  display: flex;
  align-items: center;
  justify-content: flex-end;
  flex-wrap: wrap;
}

.top-contain {
    margin-top: 25px;
}

.top-links ul {
  display: flex;
  flex-wrap: wrap;
  list-style-type: none;
  padding: 0;
  margin-bottom: 0px;
}

.top-links li {
  position: relative;
  margin: 0px !important;
}

.top-links li+li {
  padding-left: 24px;
}

.top-links li+li::before {
  content: '|';
  position: absolute;
  left: 11px;
  color: #000000;
  font-size: 16px;
  top: 0px;
  font-weight: 300;
}

.top-links a {
    text-decoration: none;
    color: #000000;
    font-size: 16px;
    font-weight: 700;
} 

.top-links a:hover,
.top-links a:focus,
.top-links a.active {
  color: #2484C6;
  text-decoration: none;
  opacity: 1;
}

.top-links,
.login-btn,
.search {
  display: inline-block;
}

.bottom-contain {
  display: flex;
  align-items: center;
  justify-content: flex-end;
  flex-wrap: wrap;
  margin-top: 25px;
}

.bottom-contain .social-links p {
  display: none;
}

.bottom-contain .social-links {
  float: inherit;
  display: inline-block;
}

.bottom-contain .social-links ul {
  margin-bottom: 0px;
}

.bottom-contain .social-links a {
  color: #2484C6;
  font-size: 20px;
}

.bottom-contain .social-links a:hover {
  color: #152441 !important;
}

/*----------login-icon------------*/

/*.btn-user:after, .search:after {
   background-color: transparent;
   content: '\f105';
   font-family: FontAwesome;
   font-size: 12px;
   font-weight: normal;
   display: inline-block;
   color: #4ec0e0;
   padding-right: 6px;
}*/

.login-btn {
  margin-left: 10px;
}

.btn-user,
.logoutbtn .btn-user,
.accountbtn .btn-user {
  color: #fff;
  background-color: #152441;
  padding: 8px 20px !important;
  border: 1px solid #152441;
  font-weight: 700;
  font-size: 16px;
  line-height: 24px;
  border-radius: 4px;
}

.btn-user:before {
  content: "\f023";
  font-family: FontAwesome;
  padding-right: 8px;
}

.btn-user a {
  color: #fff;
  text-decoration: none;
}

.btn-user:hover,
.btn-user:active,
.btn-user:focus {
  color: #fff;
  background: #2484C6;
  border-color: #2484C6;
  box-shadow: none;
}

.custom-modal {
  z-index: 1050;
  width: 450px;
}

.modal-header {
  border-bottom: 0;
}

.member-box {
  margin: 0 auto 15px auto;
  text-align: center;
  width: 85%;
}

.member-box h3 {
  margin-top: 0;
}

.member_box_1 .login {
  margin: 30px auto;
  max-width: 400px;
}

.login-wrapper {
  padding-top: 0px;
  margin-left: 25px;
}

.txt-user,
.txt-pass {
  border: 1px solid #ccc;
  width: 100%;
  padding: 10px 10px;
  height: 45px;
  border-radius: 4px;
}

.txt-pass {
  margin: 15px 0;
}


.btn.enter_button {
  background: #152441;
  color: #ffffff;
  text-decoration: none;
  border-radius: 4px;
  font-size: 16px;
  border: 1px solid #152441;
  display: inline-block;
  padding: 8px 30px !important;
  font-weight: 700;
  line-height: 24px;
  float: right;
}

.btn.enter_button:focus,
.btn.enter_button:hover {
  background: #2484C6;
  color: #ffffff;
  border-color: #2484C6;
  outline: none !important;
  text-decoration: none !important;
  box-shadow: none;
  opacity:1;
}

.forgot {
  display: block;
  padding-top: 10px;
}

.forgot a {
  display: inline-block;
  font-size: 13px;
  margin-top: 0px;
}

.close {
  font-size: 25px !important;
  color: #666 !important;
  opacity: 1 !important;
}

.member-box span.forgot {
  float: left;
  padding-top: 0px;
  text-align: left;
}

/*======== 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;
  width: 100%;

}

#inputs {
  padding-bottom: 8px;
  text-align: center;
  margin: 0 auto;
  border-radius: 3px;
}

.login-field {
  margin-bottom: 15px;
  border: 1px solid #ccc;
  width: 70%;
  height: 45px !important;
  line-height: 1.9 !important;
  padding: 10px 10px;
  border-radius: 4px;
}

.signIn-btn {
	padding: 8px 20px !important;
	width: 70% !important;
	box-shadow: none !important;
	font-size: 16px !important;
	line-height: 24px !important;
	color: #ffffff !important;
	margin: 5px 0 !important;
	background-color: #152441 !important;
	border-radius: 4px !important;
	border: 1px solid #152441 !important;
	border-radius: 4px;
	font-weight: 500;
}

.signIn-btn:hover {
  color: #ffffff;
  background: #2484C6 !important;
  border-color: #2484C6 !important;
  opacity:1;
}

.forgot-links a {
  color: #2484C6;
  font-size: 13px;
  margin-top: 15px;
}

.forgot-links a:hover {
  color: #152441;
}

.modal-dialog {
  z-index: 9999;
  width: 500px;
}

/*----------search-icon------------*/

.icons {
  /*position: relative;
   top: 2px;*/
}

.search {
  /*color: #3fc8f4;*/
  margin-left: 25px;
}

.search a {
  color: #2484C6;
  font-weight: 400;
  text-decoration: none;
  /*text-transform: capitalize;*/
  font-size: 14px;
  text-decoration: none;
}

.search form {
  border: 1px solid #152441;
  float: left;
  width: 150px;
  border-radius: 4px;
}

.fa:before {
  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 {
  text-align: center;
  position: absolute;
  z-index: 1200;
  right: 0;
  display: none;
  width: 280px;
  top: 50px;
}

.search-form {
  display: block;
  padding-top: 10px;
}

form.searchform {
  display: inline-block;
  width: 100%;
  border: 1px solid #ccc;
  padding: 0px;
  box-shadow: 0px 0px 10px #ccc;
}

.search-field {
  width: calc(100% - 65px);
  border: 0;
  font-size: 14px;
  color: #000000;
  padding: 0px 10px;
  display: inline-block;
  float: left;
  margin: 0;
  line-height: 37px;
  border: none;
  border-radius: 4px 0px 0px 4px;
  background: #ffffff;
}

.search-field::placeholder {
  color: #000000;
  opacity: 1
}

.search-field:focus,
.search-field:focus-visible {
  outline: none;
  border-color: #152441;
}

.search-btn {
  text-align: center;
  background-color: #152441;
  color: #ffffff;
  font-weight: 500;
  text-transform: capitalize;
  padding: 0 5px;
  cursor: pointer;
  margin: 0;
  border-radius: 0;
  display: inline-block;
  float: right;
  font-size: 12px;
  line-height: 28px;
  border: 0;
  width: 65px;
  padding: 5px 0px !important;
  border-radius: 0px 4px 4px 0px;
}

.search-btn:hover,
.search-btn:focus {
  opacity: 1;
  background-color: #2484C6;
  color: #ffffff;
  outline: 0;
}

/*========== Nav section =============*/

.navbar-wrapper {
  background: #152441;
}

.navbar-wrapper .nav-contain {
  width: 100%;
  height: auto;
}

.navbar-nav {
  float: none;
  display: block;
  width: auto;
  text-align: center;
}

.nav>li {
  display: inline-block;
  float: none;
}

.nav>li>a {
  color: #fff;
  font-size: 15px;
  padding: 12px 16px;
  font-weight: 600;
  line-height: 24px;
  text-transform: capitalize;
  text-decoration: none;
}

.nav>li:first-child>a {
  padding-left: 0px;
}

.nav>li:last-child>a {
  padding-right: 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 {
  background-color: transparent;
  color: #2484C6;
  opacity:1;
}

.dropdown-menu {
  background-color: #152441;
  border-radius: 2px !important;
  min-width: 200px;
  top: 100%;
  border: 0;
  padding: 0px 0px;
  margin: 0px;
  text-transform: capitalize;
  overflow: hidden;
}

.dropdown-menu li>a {
  font-size: 14px;
  padding: 8px 15px !important;
  line-height: 22px;
  font-weight:500;
  color: #ffffff !important;
  text-decoration: none;
}

.dropdown-menu>li>a:focus,
.dropdown-menu>li>a:hover,
.dropdown-menu>li>a:active {
  background-color: #FFCA66;
  color: #152441 !important;
  opacity: 1;
}

.navbar.navbar-static-top {
  min-height: 40px;
  margin: 0;
  border: none;
}

/*--this fixes the dropdown not showing all the time on hover--*/
.dropdown:hover .dropdown-menu {
  display: block;
}

.navbar-nav>li>.dropdown-menu {
  margin-top: 0px;
  box-shadow: 0px 0px 6px #00000029;
}


/*========== End of Nav section =============*/

/*========== Header section Ends =============*/


/*========== Slider section =============*/

section.slide .row {
  margin: 0;
}

section.slide {
  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;
  height: 600px;
  display: block;
}

.parallax::before {
  content: '';
  /* background: #ffffffab; */
  width: 100%;
  height: 100%;
  position: absolute;
  left: 0px;
  top: 0px;
}

.bgcover {
  /*background: white;
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    opacity: 0.25;*/
}

.slidecont {
  position: absolute;
  left: 0;
  top: 0;
  height: 100%;
  width: 100%;
}

.slidecont .wrapper {
  height: 100%;
  width: 100%;
  position: relative;
}

.flexslider {
  border: 0px;
}

.flexslider .slides img {
  width: 100%;
}

.flex-control-nav {
  margin-bottom: 25px;
  z-index: 30;
  opacity: 0;
  -webkit-transition: all .3s ease;
}

.flexslider:hover .flex-control-nav {
  opacity: 1;
  -webkit-transition: all .3s ease;
}

.flex-control-nav li a {
  width: 10px;
  height: 10px;
  display: block;
  background: #fff;
  /*background: rgba(0, 0, 0, 0.5);*/
  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: #4ec0e0;
}

.caption {
  position: relative;
  width: 65%;
  height: 245px;
  top: 20px;
  right: 0;
  bottom: 0;
  margin: 0 auto;
  text-align: center;
  display: flex;
  padding: 0 20px;
  color: #333;
  font-size: 14px;
 justify-content: center;
}

.slide.wrap {
    display: flex;
    vertical-align: middle;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    height: 100%;
}

.caption h1,
.caption h2 {
  margin-top: 0;
  color: #fff;
  font-size: 40px;
  font-weight: 600;
  text-align: center;
  margin-bottom: 18px;
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  border-bottom: 2px solid #FFCA66; 
  padding-bottom: 10px;
}

.caption p {
  color: #fff;
  font-size: 16px;
  text-align: center;
  font-weight: 500;
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-line-clamp: 6;
  -webkit-box-orient: vertical;
}

.caption a.btn {
  margin-top: 20px;
  font-size: 16px;
  height: 44px;
  background-color: #2484C6;
  padding: 8px 30px !important;
  color: #fff;
  border-radius: 4px;
  opacity: 1;
  font-weight: 700;
  display: inline-flex;
  align-items: center; 
border: 1px solid #2484C6;
}

.caption a.btn:hover {
  color: #fff;
  background: #152441;
  border-color: #152441;
  box-shadow: none;
}

.flex-direction-nav {
  *height: 0;
}

.flex-direction-nav li a {
  width: 32.5px;
  height: 41px;
  margin: -20px 0 0;
  display: block;
  /*background: url("../images/theme/prev-next-btn.png") no-repeat 0 0;*/
  position: absolute;
  top: 50%;
  z-index: 10;
  cursor: pointer;
  text-indent: -9999px;
  opacity: 0;
  -webkit-transition: all .3s ease;
}

.flex-direction-nav .flex-next {
  background-position: -38px 0 !important;
  right: 0px;
}

.flex-direction-nav .flex-prev {
  left: -36px;
}

.flexslider:hover .flex-next {
  opacity: 1;
  right: 25px;
}

.flexslider:hover .flex-prev {
  opacity: 1;
  left: 25px;
}

.flexslider:hover .flex-next:hover,
.flexslider:hover .flex-prev:hover {
  opacity: 1;
}

.flexslider:hover .flex-control-nav {
  opacity: 1;
  -webkit-transition: all .3s ease;
}

/*========== Slider section ends =============*/

/*========== Main section =============*/
.main-section {
  padding: 25px 0px;
}

.ad-banner-top{
	margin: 12px 0px;
}

.ad-banner {
  margin: 25px 0px;
}

.my-25 {
  margin-top: 25px;
  margin-bottom: 25px;
}

.mb-0 {
  margin-bottom: 0px !important;
}

.w-100 {
  width: 100% !important;
}

/* Sportlight Icons */
.actionbox-wrapper {
  background: #ffffff;
  margin-top: -310px;
  z-index: 999;
  box-shadow: 0px 3px 6px #00000029;
border-radius: 8px;
  margin-left: 15px;
  margin-right: 15px;
  width: calc(100% - 30px);
  border-bottom: 8px solid #FFCA66;
}

.actionbox-wrapper .border-left {
  border-left: 1px solid #2484C6;
}

.mid-content.tapbox {
  padding: 30px 10px;
}

.mid-content>a>span {
  font-size: 52px;
  color: #2484C6;
  margin-bottom: 20px;
}

.spotlight-content-wrap h2>a {
  color: #000000;
  font-size: 20px;
  text-transform: capitalize;
}

.spotlight-content-wrap h2>a:hover,
.spotlight-content-wrap h2>a:focus {
  color: #2484C6;
  text-decoration: none !important;
}

.spotlight-content-wrap>h2 {
	margin-top:0px;
    margin-bottom: 10px;
}

.spotlight-content-wrap>p {
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-line-clamp: 3;
  -webkit-box-orient: vertical;
  margin-bottom: 8px;
}

.spotlight-content-wrap>a {
  display: inline-flex;
  align-items: center;
  justify-content: flex-start;
  font-weight: 600;
  color:#2484C6;
  font-size: 14px;
}


.spotlight-content-wrap>a:hover{
	color:#152441;
}

.spotlight-content-wrap>a>span {
  padding-left: 8px;
  font-size: 13px;
  display: inline-flex;
  padding-top: 4px;
}

.spotlight-content-wrap>a {
  text-decoration: none !important;
}

.event-wrapper,
.article-container,
.text-content,
.blog,
.sponsor,
.naylor-ad img,
.spotlight-wrapper,
.social-feed-wrap,
.jobs {
  padding: 25px 0px;
}


.ad-banner img {
  margin: 25px 0px;
}

.pb-0 {
  padding-bottom: 0px !important;
}

.ad {
  text-align: center;
}

.text-content a.btn {
  margin-top: 15px;
}

.bg-wrapper{
	background: #FFCA661C;
	padding:25px 0px;
	margin:25px 0px;

}

/*---------- Event-Section -------------*/

.events-wrap {
  display: inline-block;
  width: 100%;
}

.event-wrapper {
  border-radius: 4px;
}

.events ul {
  margin: 0;
  list-style-type: none;
  padding: 0;
  margin-bottom: 24px;
}

.events li {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  padding: 8px 0px;
  border-radius: 2px;
  background: #152441;
}

.events li+li {
  margin-top: 10px;
}

.event_date {
  text-align: center;
  width: 80px;
  height: 70px;
  display: flex;
  padding: 0px 0px;
  justify-content: center;
  align-items: center;
  flex-direction: column;
}

.event_date div,
.event_date .month,
.event_date .day,
.event_date .year {
  display: inline-block;
  color: #ffffff;
  text-transform: capitalize;
  text-align: center;
  float: left;
  margin: 0 auto;
  width: 100%;
  font-weight: 700;
}

.event_date .day {
  font-size: 26px;
  line-height: 34px;
}

.event_date .month {
  font-size: 18px;
  font-weight: 500;
  line-height: 24px;
}

.event_content {
  position: relative;
  display: inline-flex;
  width: calc(100% - 80px);
  flex-direction: column;
  justify-content: center;
  padding: 0px 15px;
}

.event_content h5 a {
  padding-bottom: 0px;
  font-size: 18px;
  color: #ffffff;
  font-weight: 700;
  text-decoration: none;
  text-transform: capitalize;
  line-height: 24px;
}

.event_content h5 {
  margin-top: 0px;
  margin-bottom: 5px;
}

.event_content p {
  line-height: 24px;
  text-align: left;
  font-size: 16px;
  color: #ffffff;
  margin-bottom: 0px;
}


li.latest_event {
  background: #2484C6;
}

li.latest_event .event_date>div,
li.latest_event .event_content h5 a,
li.latest_event .event_content p {
  color: #ffffff;
}

.event_content h5 a:hover {
  color: #fff;
  opacity:0.8;
}

/*------end of event seciton---------*/

/*-------Blog Widget homepage--------*/

.blog h2 {
    text-align: center;
}

.news-list {
  margin: 0;
  list-style-type: none;
  padding: 0;
  display: flex;
  justify-content: flex-start;
}

.subpage-content-right #blog_subcontent {
  display: none;
}

.blog-img {
  width: 100%;
  display: inline-block;
  height: 220px;
  background-attachment: scroll;
  background-position: center center;
  -webkit-background-size: cover;
  -moz-background-size: cover;
  background-size: cover;
  background-repeat: no-repeat;
}

ul.news-list>li {
  display: inline-block;
  width: 32%;
  float: left;
  position: relative;
  height: 220px;
  overflow: hidden;
  background: #333333;
  margin-top: 0px;
  transition: all .3s ease;
  border-radius: 8px;
  overflow: hidden;
}

ul.news-list>li+li {
  margin-left: 2%;
}

.news-list li a {
  display: block;
  width: 100%;
  height: 100%;
}

.news-list li a::before {
  content: '';
  background: #00000040;
  width: 100%;
  height: 100%;
  position: absolute;
  left: 0px;
  top: 0px;
  z-index: 99;
}

.news-list li a .textWrap {
  z-index: 9999;
  padding: 0px 20px;
  position: absolute;
  bottom: 15px;
  left: 0px;
  width: 100%;
}

.news-list li a .textWrap ul.meta {
  padding: 0px;
}

.news-list li a .textWrap span.blog-rm {
  display: none;
}

.news-list li a .textWrap h4::after {
  content: '';
  height: 2px;
  width: 100%;
  background: #2484C6;
  display: block;
  margin: 2px 0px;
}

.news-list li a .textWrap h4 {
  color: #fff;
  font-size: 20px;
  font-weight: 700;
  line-height: 34px;
  margin-bottom: 4px;
}

.news-list li a:hover .textWrap h4 {
    color: #fff;
    opacity: 0.8;
}

ul.meta li {
  color: #fff;
  display: block;
  font-size: 14px;
  opacity: 1;
}

.blog-contain span.link a {
  background: transparent;
  border: none;
  padding: 0px !important;
  min-width: auto !important;
  color: #152441;
  margin-top: 20px;
  display: inline-flex;
  align-items: center;
  justify-content: flex-start;
}

.blog-contain span.link a>span {
  padding-left: 10px;
  font-size: 12px;
  display: inline-flex;
  line-height: 18px;
  padding-top: 4px;
}

/*--------end of blog------------*/

/*-------Article Widget Start --------*/

.article-container .article_section_title1 a {
  padding-bottom: 0px;
  font-size: 20px;
  font-weight: 700;
  color: #2484C6;
  text-decoration: none;
  display: inline-block;
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  font-family: "Cormorant Garamond", serif;
}

.ab_date_style {
    display: none;
}

.ab_author_style{
	overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
   display: none;
}

.article_section_divider {
    margin-bottom: 22px;
    display: block;
    width: 100%;
}

.article_section_title1 {
  margin-bottom: 3px;
}

.article_header_date {
  display: none;
}

.article-container .article_section_title1 a:hover {
  color: #152441;
}

.article_section_content {
  font-size: 16px;
  color: #000;
  margin-bottom: 0px;
  line-height: 1.5;
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  font-family: "Cormorant Garamond", serif;
}

.article-container a.read-more {
  display: none;
}

/*-------Article Widget End --------*/

.text-content ul {
  padding-left: 0px;
  margin-bottom: 35px;
}

.text-content ul li {
  display: block;
}

.text-content ul li+li {
  margin-top: 24px;
}

.text-content ul li h3 {
  margin-bottom: 10px;
  font-size: 18px;
}

.text-content ul li p {
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  margin-bottom: 12px;
}

.text-content ul li a.btn {
  margin-top: 0px;
  padding: 4px 16px !important;
  font-size: 14px !important;
}

.link {
  display: flex;
  justify-content: flex-start;
}

/*-------Job Widget homepage--------*/

ul.jobHeadings {
  padding: 0px;
  margin-bottom: 0px;
}

ul.jobHeadings li {
  display: block;
  list-style: none;
  margin-bottom: 33px;
}

ul.jobHeadings li h3 {
  margin-top: 0px;
  margin-bottom: 8px;
}

ul.jobHeadings h3 a {
  padding-bottom: 0px;
  font-size: 18px;
  font-weight: 700;
  color: #152441;
  text-decoration: none;
  text-transform: capitalize;
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-line-clamp: 1;
  -webkit-box-orient: vertical;
}

ul.jobHeadings h3 a:hover {
  color: #152441;
}

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: 3;
  -webkit-box-orient: vertical;
}

/*-------Job Widget End --------*/

span.link a,
.subpage-content .store-buttons button {
  background: #152441;
  color: #ffffff;
  text-decoration: none;
  border-radius: 4px;
  font-size: 16px !important;
  border: 1px solid #152441;
  display: inline-block;
  padding: 8px 20px !important;
  font-weight: 700 !important;
  line-height: 24px;
  min-width: 130px;
  transition: .3s;
  width: auto !important;
  background-image: none !important;
  margin: 0px !important;
  text-transform: capitalize;
}

a.btn-member {
  background: #152441;
  display: flex;
  justify-content: center;
  align-items: center;
  height: 45px;
  color: #ffffff;
  font-size: 16px;
  font-weight: 700;
  line-height: 24px;
  text-decoration: none;
  border-radius: 4px;
  border: 1px solid #152441;
  margin-bottom: 25px;
}

span.link a:hover,
span.link a:focus,
a.btn-member:hover,
a.btn-member:focus,
.subpage-content .store-buttons button:hover,
.subpage-content .store-buttons button:focus {
  background-color: #2484C6;
  border-color: #2484C6;
  color: #ffffff;
}

/*--------end of blog------------*/

/*------- sponsor-styles --------*/

.sponsor h2 {
  text-align: center;
  padding-bottom: 0px;
  border: none;
}

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: 210px;
  max-height: 90px;
  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-top {
  background: #2484C6;
  font-size: 16px;
  color: #fff;
  padding: 40px 0px;
}

.footer-brnad-logo img {
  width: 120px;
}

.footer-address,
.footer-address p {
  font-size: 14px;
  color: #fff;
  line-height: 1.5;
  margin-bottom: 0px;
}

.footer-links ul{
	margin: 12px 0px;
}

.footer-links li {
  display: block;
  list-style: none;
}

.footer-links li+li {
  margin-top: 20px;
}

.footer-links li a {
	font-size: 14px;
	color: #fff;
	line-height: 1.5;
  display: block;
  font-weight: 400;
}

.social-links {
  float: right;
  display: block;
}

.social-links ul {
  list-style-type: none;
  padding: 0;
}

.social-links li {
  display: inline-block;
}

.social-links li+li {
  margin-left: 20px;
}

.social-links a {
  color: #fff;
  font-size: 20px;
}

.social-links a:hover,
.footer-links li a:hover {
  color:#152441 !important;
}

.footer-logo {
  display: inline-block;
  float: right;
  width: 134px;
  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;
  margin-top: 25px;
}

.footer-bottom {
  background: #152441;
  text-align: center;
}

.copy {
  font-size: 12px;
  padding: 10px 0px;
  color: #ffffff;
  text-align: center;
  font-weight: 500;
}

/*========== Footer section ends =============*/

/*========== Subpage section =============*/

/*----------Breadcrumb styles-----------*/

.breadcrumb-menu {
  padding-bottom: 25px;
  padding-top: 5px;
}

.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: 4px;
  margin-left: 0px;
  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: #2484C6;
}

.print-area {
  float: right;
  cursor: pointer;
  padding-top: 10px;
  height: 20px;
}

a.reamorel {
  color: #152441;
  text-decoration: none;
  /*text-transform: capitalize;*/
  font-size: 13px;
  cursor: pointer;
  text-decoration: none;
}

.reamorel .fa {
  color: #152441;
  cursor: pointer;
}

a.reamorel:hover {
  text-decoration: underline;
  color: #152441;
}

.main-content-subpage {
  padding: 25px 0;
}

.member-button {
  margin-bottom: 25px;
}

.member-button .btn{
	width:100%
}

/*--------Left side navigation---------*/

.subpage-menu {
  position: relative;
  width: 100%;
  padding: 0;
}

.subpage-menu ul {
  margin: 0;
  list-style-type: none;
  padding: 0;
  padding-top: 10px;
  padding-bottom: 40px;
}

.subpage-menu>ul {
  padding: 0px !important;
  margin-bottom: 25px;
}

.subpage-menu>ul>li>a {
  border-bottom: 1px solid #000;
  width: 100%;
  padding: 10px 0px;
  display: inline-block;
  font-weight: 500;
  color: #000000;
  font-size: 14px;
  text-decoration: none;
line-height: 22px;
padding-left: 22px;
}

.subpage-menu>ul>li>a:after {
  content: "\f105";
  display: inline-block;
  font-family: FontAwesome;
  float: left;
  font-size: 16px;
  color: #000000;
  margin-right: 10px;
position: absolute;
left: 0px;
}

.subpage-menu>ul>li>a.act:after {
  content: "\f107";
}

/*.subpage-menu a {
    color: #3a3a3c;
    text-decoration: none;
    
}*/

.subpage-menu a:hover,
.subpage-menu a:active,
.subpage-menu a:focus {
  color: #2484C6;
  outline: none;

}

.subpage-menu ul ul {
  padding: 0px 0 0px 15px;
}

.subpage-menu ul>li>ul>li>a {
  color: #000000;
  background: none;
  padding: 4px 10px;
  display: inline-block;
  border-bottom: none;
  width: 100%;
  font-weight: 500;
  font-size: 12px;
  text-decoration: none;
}

/*
.subpage-menu ul>li>ul>li>a:before{
   content: '\f105';
   font-family: FontAwesome;
   padding-right: 4px;
}
*/

.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: #2484C6;
}

.subpage-menu ul>li>ul>li.active>a {
  color: #2484C6;
}

/*
.cprimary {
    width: 100% !important;
    float: left;
    margin-right: 0px !important;
    border-right: none !important;
    padding-right: 0px !important;
}
.csecondary {
    display: none;
}
*/

.cprimary {
  width: 60% !important;
  border-right: none !important;
  margin-right: 0px !important;
  padding-right: 20px !important;
}

.csecondary {
  max-width: 40% !important;
  padding: 0px !important;
  width: 40% !important;
}

/*========== Subpage section ends =============*/

/*----------store start-------------*/

.section_body .store-field {
  margin-bottom: 16px;
  float: left;
  width: 100%;
  height: auto !important;
}

.store-field--width input {
  margin-top: 0px !important;
  margin-left: 0px !important;
}

/*----------store ends-------------*/

/*----------Memberpage-------------*/

.sidebarmenu_page {
  float: right;
  /*padding-top: 5px;*/
  width: 100%;
  padding-bottom: 25px;
}

.logoutbtn a.btn-user,
.accountbtn a.btn-user {
  background: #152441;
  color: #fff;
  text-decoration: none;
  border-radius: 4px;
  font-size: 16px;
  border: 1px solid #152441;
  display: inline-block;
  padding: 6px 20px !important;
  font-weight: 700;
  line-height: 24px;
}

.logoutbtn a.btn-user:hover,
.logoutbtn a.btn-user:focus,
.logoutbtn a.btn-user:active,
.accountbtn a.btn-user:hover,
.accountbtn a.btn-user:focus,
.accountbtn a.btn-user:active {
  background: #152441;
  color: #fff;
  border-color: #152441;
  outline: none !important;
  text-decoration: none !important;
  opacity:0.7;
}

.accountbtn a.btn-user:before {
  content: "\f2c0";
  font-family: FontAwesome;
  padding-right: 8px;
}

.logoutbtn a.btn-user:before {
  content: "\f08b";
  font-family: FontAwesome;
  padding-right: 8px;
}

.member-login-content {
  margin-bottom: 0px;
  display: inline-block;
}

.member-login-content,
span.member_login_name,
span.member_login_exp {
  display: inline-block;
}

span.member_login_name {
  font-size: 16px;
  color: #333;
  font-weight: 700;
  /* margin-right: 8px;*/
}

/*ul.member_logged_in {
    padding: 0;
    margin: 0;
    list-style: none;
    margin: 10px 0;
}

ul.member_logged_in li {
    display: inline-block;
    color: #333333;
}

ul.member_logged_in li a {opacity: 1; padding-right: 5px; padding-left: 5px;}

ul.member_logged_in li a:hover {opacity: 0.8; color: #006f79;}*/

/*span.member_login_exp:before {content: "|";}*/

span.member_login_exp {
  font-size: 11.5px;
  text-align: center;
  color: #333;
  padding-left: 0px;
  position: relative;
  bottom: 2.5px;
}

a.btn.btn-login {
  color: #ffffff;
  text-transform: capitalize;
  font-weight: 700;
  text-shadow: none;
  border-radius: 4px;
  box-shadow: none;
  background: #152441;
  border: 1px solid #152441;
  margin-top: 25px;
  display: inline-block;
  padding: 8px 20px !important;
  width: auto;
  font-size: 16px;
  margin-left: 8px;
  line-height: 24px;
  float: right;
}

a.btn.btn-login h5 {
  font-size: 16px;
  margin: 0;
  line-height: 24px;
  font-weight: 700;
   color: #ffffff;
}

a.btn.btn-login:focus {
  outline: none;
}

a.btn.btn-login:hover {
  text-decoration: none;
  color: #ffffff;
  border-color: #2484C6;
  background: #2484C6;
}

#accordion ul,
.accordion ul {
  list-style: none;
  padding: 0;
  margin: 0;
}

#accordion h3 {
  font-size: 16px;
  border-bottom: 1px solid #000000;
  font-weight: 500;
  padding-bottom: 6px;
  color: #000000;
  text-transform: capitalize;
  /*margin-top: 20px;*/
  line-height: 22px;
  margin-bottom: 10px;

}

#accordion ul li {
  margin-top: 20px;
}

#accordion:first-child ul li {
  margin-top: 0px;
}

/*#accordion li:first-of-type {margin: 0;}*/

.accordion li a {
  color: #000000;
  font-size: 14px;
  padding-left: 15px;
  text-decoration: none;
}

.accordion li a:hover {
  text-decoration: underline;
  color: #2484C6;
}

#inputs input[type="text"],
#inputs input[type="password"] {
  height: auto !important;
  padding: 0 3px;
  line-height: 1.5em;
}



/*----------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: #152441;
  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-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: #152441;
}

.directions_area,
.directions_area_3,
.directions_area_2 {
  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;
}

.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: #768591;
}

.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;
  height: 34px;
  padding: 0px 5px;
}

.form_textarea_shorter {
  width: 130px;
  min-height: 34px;
  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: 34px;
  border: 1px solid #cccccc;
}

.form_HR_block {
  background-color: #ffffff;
  padding: 7px 20px;
  border-collapse: collapse;
}

input[type="checkbox"] {
  margin: 0 5px 0;
}

/*========= Store page ===========*/

.storeheader {
  font-size: 24px !important;
  line-height: 30px !important;
}

.navlistlines li:hover {
  border-left: 0 !important;
  color: #152441 !important;
}

.subpage-menu .navlistlines li a {
  font-size: 15px !important;
  color: #152441 !important;
}

/*========= Mediaqueries ===========*/
@media (max-width: 992px) {

  .nav>li+li {
    margin-left: 0px;
  }

  .actionbox-wrapper {
    margin-top: 0px;
  }

  .mid-content.tapbox {
    padding: 25px 10px;
  }

  .slick-prev,
  .slick-next {
    display: none !important;
  }


  .cprimary,
  .csecondary {
    width: 100% !important;
    max-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;
  }
  
  .logo a img {
  max-width: 160px;
}

.articlemain_wrapper_left {
  width: 55% !important; 
}

.articlemain_wrapper_right {
  width: 40% !important; 
}

.header-banner img {
  padding: 35px 0px;
}

}

@media (max-width: 767px) {

  /*========== MOBILE NAVIGATION ONLY ============*/

  /*.navrow .col-xs-11, .navrow .col-xs-1 {
     padding-right: 8px;
     padding-left: 8px;
   }*/
   
   .event-detail-right{
	   float:left !important;
   }
   
   .header-banner img {
  max-width: 320px;
  padding: 0px;
}


  .navbar {
    position: relative;
  }

  #menu {
    position: absolute;
    background: #152441;
    left: -15px;
    right: -15px;
    top: 45px;
    display: none;
  }

  #menu>nav>ul>li {
    width: 100%;
    margin: 0px !important;
  }

  #menu>nav>ul>li a {
    width: 100%;
    text-align: center;
    color: #fff;
  }

  #menu ul li:hover>ul {
    display: block;
  }

  #menu ul ul {
    position: relative !important;
    width: 100%;
    left: auto !important;
    top: auto !important;
    margin: 0px;
  }

  #menu ul ul li {
    width: 100% !important;
  }

  #menu>nav>ul>li ul li.sub-menu>ul {
    z-index: 999999;
    border-top: 1px solid #305E93;
  }

  #menu>nav>ul>li ul li.sub-menu>ul>li>a {
    background: #e36e1e;
    padding: 5px 0px !important;
    font-size: 13px !important;
  }

  #menu>nav>ul>li>ul li.sub-menu>ul>li+li {
    border-top: none;
  }

  .sub-menu>a::after {
    right: auto;
    margin-left: 20px;
    transform: rotate(90deg);
  }


  .nav-contain {
    height: auto;
    margin-left: 0;
    margin-right: 0;
    /*width: 100%;*/
    /*float: none;*/
    text-align: right;
  }

  .navbar {
    margin-bottom: 0;
  }

  .navbar-toggle {
    background-color: transparent;
    border: none;
    float: right;
    padding: 0px;
    border-radius: 2px;
    margin: 14px 0px;
  }

  .nav-contain {
    float: right;

    width: 100%;
  }

  .navbar.navbar-static-top {
    width: 100%;
    height: auto;
  }

  .navbar-toggle .icon-bar {
    background-color: #fff;
    height: 3px;
    width: 30px;
  }

  .navbar-toggle .icon-bar+.icon-bar {
    margin-top: 5px;
  }

  .navbar.navbar-static-top {
    min-height: auto;
  }

  .container>.navbar-header {
    margin: 0;
  }

  .navbar-toggle:hover {
    background-color: transparent;
  }

  .navbar-nav {
    float: none;
    height: 100%;
    width: 100%;
  }

  .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%;
    margin-top: 0px;
    padding-top: 0px;
  }

  .navbar-collapse .nav>li {
    display: block;
  }

  .navbar-collapse .navbar-nav>li>a {
    float: none;
    line-height: 40px;
  }

  .navbar-nav>li>.dropdown-menu {
    position: relative;
    min-width: 100%;
    margin: 0;
    box-shadow: none;
    background-color: #2484C6 !important;
  }

  .navbar-nav {
    margin: 0px;
  }

  .navbar-collapse .dropdown-menu>li {
    margin-top: 2px;
  }

  .navbar-collapse .dropdown-menu>li>a {
    color: #152441;
    text-align: center;
  }

  .navbar-collapse .dropdown-menu>li>a:hover,
  .navbar-collapse .dropdown-menu>li>a:focus {
    background-color: #FFCA66;
    color: #152441 !important;
  }


  /*========== END MOBILE NAVIGATION ============*/
  
  .main-section {
	padding-top: 0px;
}

  .logo {
    padding: 15px 0 20px;
    display: block;
    text-align: center;
  }

  .top-contain {
    float: none;
    width: 100%;
    margin: 10px auto;
    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-wrapper {
    float: left;
  }

  .spotlight h3,
  .text-content h3 {
    margin-bottom: 20px;
  }

  /*.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;
	padding: 10px 15px;
  }

  .col-md-9.col-md-push-3 {
    padding: 0;
  }

  footer {
    text-align: center;
  }

  .social-links {
    float: none;
    margin-top: 0px;
  }

  .footer-logo {
    float: none;
  }

  .header-top {
    padding: 0px;
  }

  .top-contain {
    margin: 0px;
    text-align: center;
    display: flex;
    justify-content: center;
    align-items: center;
    flex-wrap: wrap;
  }

  .top-links {
    margin-bottom: 0px;
    padding: 8px 0px;
  }


  .btn-user,
  .logoutbtn .btn-user,
  .accountbtn .btn-user {
    padding: 7px 15px !important;
  }

  .slick-prev,
  .slick-next {
    display: none !important;
  }

  .actionbox-wrapper {
    margin-top: 0px;
  }

  .mid-content.tapbox {
    padding: 25px 0px;
    text-align: center;
  }

  .actionbox-wrapper .border-left {
    border-left: none;
    border-top: 1px solid #70707036;
  }

  .actionbox-wrapper {
    box-shadow: none;
    margin-bottom: 0px;
    padding: 0px;
  }

  .parallax {
    height: 320px;
  }

  .news-list {
    flex-wrap: wrap;
  }

  ul.news-list>li {
    width: 100%;
  }

  ul.news-list>li+li {
    margin-left: 0px;
    margin-top: 15px;
  }

  .event-wrapper,
  .article-container,
  .text-content,
  .blog,
  .sponsor,
  .naylor-ad,
  .spotlight-wrapper,
  .social-feed-wrap,
  .jobs  {
    padding: 15px 0px;
    float: inherit;
    width: 100%;
  }
  
  .bg-wrapper { 
  padding: 15px 0px;
  margin:15px 0px;
}

  .center-ads img,
  .ad-banner {
    margin: 15px 0px;
  }

  .caption {
    width: 100%;
    height: auto;
  }

  .blog-contain h2 {
    text-align: left;
  }

  .header-top .col-sm-9 {
    padding: 0px;
  }

  .header-top .col-sm-9 .top-links {
    padding-left: 15px;
  }

  .navbar-wrapper {
    display: flex;
    justify-content: space-between;
    align-items: flex-start;
    width: 100%;
    flex-direction: column;
    margin-top: 0px;
    background: #152441;
  }

  .nav>li+li {
    margin-left: 0px;
  }

  .nav>li>a {
    color: #fff;
    font-size: 15px;
    padding: 4px 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 {
    background-color: transparent;
    color: #2484C6;
  }

  .logo {
    padding-top: 10px;
    padding-bottom: 0px;
  }

  .login-wrapper {
    padding-top: 0px;
    padding-bottom: 20px;
    margin-left: 0px;
  }

  .bottom-contain {
    margin-top: 10px;
    justify-content: center;
    gap: 10px;
  }

  .bottom-contain .social-links ul {
    margin-top: -15px;
  }

  .top-contain,
  .login-wrapper {
    justify-content: center;
  }

  .social-wrapper {
    border-left: none;
    padding-left: 0px;
    margin-top: 0px;
  }

  .footer-logo {
    float: none;
    margin-top: 0px;
  }

  #searchbar {
    top: 45px;
    right: 50%;
    margin-right: -140px;
  }

  .social-wrapper,
  .footer-address {
    padding: 10px 0px;
  }

  .events ul,
  .text-content ul {
    margin-bottom: 20px;
  }
  
  .footer-links ul { 
  padding-left: 0px;
}

.article_wrapper_header {
  padding: 0px 15px;
}

  .article_main_subteasers,
.articlemain_wrapper_right, 
.articlemain_wrapper_left {
  width: 100% !important;
  float: left !important;
}

}

@media (max-width: 700px) {

  .caption {
    left: 0px;
    max-width: 700px;
    margin-left: 0px;
    width: 100%;
  }

}

@media (max-width: 575px) {
	
	.logo {
		padding-bottom: 0px;
	}
  
  .logo a {
    gap: 0px;
    flex-direction: column;
  }

  span.tagline-text {
    font-size: 13px;
    line-height: 24px;
	text-align: center;
  }

  .search {
    margin-left: 15px;
  }
  
  .search form {
    width: 100%;
  }

  .member_box_1 {
    width: 95%;
  }

  .member-box {
    width: 100%;
  }

.instagram-media { 
  min-width: 100% !important;
}

.top-links ul {
  justify-content: center;
}

.top-links li + li {
  padding-left: 16px;
}

.top-links li + li::before { 
  left: 6px; 
  font-size: 16px; 
}

.top-links a { 
  font-size: 14px; 
}


}

@media (max-width: 320px) {
	
	.header-banner img {
		max-width: 280px;
	}
}

@media (min-width: 480px) and (max-width: 689px) {

  .blog {
    float: right;
  }

  .photo {
    width: auto;
  }

  .member_box_1 {
    width: 70%;
  }

  .member-box {
    width: 100%;
  }

}

@media (min-width: 689px) and (max-width: 767px) {

  .member_box_1 {
    width: 55%;
  }

  .member-box {
    width: 100%;
  }

}

@media (min-width: 768px) and (max-width: 860px) {

  .navbar.navbar-static-top {
    height: auto;
    line-height: 1;
  }

  .navbar-nav>li>a {
    font-size: 14px;
    padding: 10px 15px;
  }

  .mid-content h2 {
    font-size: 23px;
  }

}


@media (min-width: 768px) and (max-width: 999px) {

  .wrapper {
    padding: 0 15px;
  }

  header .row {
    margin-right: -15px;
    margin-left: -15px;
  }

  .header-section .wrapper {
    padding: 0;
  }

  .nav-contain {
    height: auto;
  }

  .spotlight,
  .text-content {
    height: auto;
  }

  .member_box_1 {
    width: 65%;
  }

  .member-box {
    width: 98%;
  }

  .spotlight-wrapper {
    display: flex;
    flex-wrap: wrap;
  }

  .spotlight-container+.spotlight-container .spotlight-image {
    margin-top: 0px;
  }

  .spotlight-container {
    width: 50%;
    padding-right: 20px;
  }

  .footer-brnad-logo {
    text-align: center;
  }
  
  .col-md-3.col-sm-12 > div {
  text-align: center;
}
  
.footer-links ul {
  padding-left: 0px;
}

}

@media (min-width: 999px) and (max-width: 1200px) {

  .wrapper {
    padding: 0 15px;
  }

  .event-wrapper .text {
    margin-top: 35px;
  }

}

@media (max-width:1100px) {

  .actionbox-wrapper {
    margin-top: -70px;
  }

}


/* 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 {}

.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: 150px;
  }

  .top-contain {
    width: 100%;
    float: none;
    margin: 10px auto;
    text-align: center;
  }

  .top-links {
    width: 75%;
  }

  a.footer-logo {
    text-align: center;
  }

}

/* Responsive banner css */
/*
@media (min-width:1550px) and (max-width:1920px) {

  .parallax {
    min-height: 490px;
    height: 490px;
  }

}

@media (min-width:1100px) and (max-width:1450px) {

  .parallax {
    min-height: 350px;
    height: 350px;
  }
}
*/

@media (max-width:1100px) {
  .parallax {
    min-height: 300px;
    height: 300px;
  }

  .caption {
    width: 100%;
    height: 100%;
    top: 0px;
  }

  .caption h1,
  .caption h2 {
    font-size: 25px;
    margin-bottom: 15px;
  }

  .caption p {
    font-size: 14px;
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
  }

  .caption a.btn {
    margin-top: 5px;
    font-size: 15px;
    height: 45px;
    padding: 10px 30px !important;
  }

}

@media (max-width:960px) {
  .parallax {
    min-height: 270px;
    height: 270px;
  }

  .actionbox-wrapper {
    margin: 0px;
    width: 100%;
  }

}

@media (min-width:768px) and (max-width:860px) {
  .parallax {
    min-height: 230px;
    height: 230px;
  }
}

@media (max-width:767px) {
  .parallax {
    min-height: 215px;
    height: 215px;
  }

  .caption h1,
  .caption h2 {
    font-size: 20px;
    margin-bottom: 10px;
  }

  .caption a.btn {
    margin-top: 5px;
    font-size: 14px;
    height: 40px;
    padding: 10px 25 !important;
  }

  .caption p {
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 1;
    -webkit-box-orient: vertical;
  }

}

@media (max-width:700px) {
  .parallax {
    min-height: 180px;
    height: 180px;
  }

  .caption p {
    display: none;
  }
}

@media (min-width:481px) and (max-width:560px) {
  .parallax {
    min-height: 140px;
    height: 140px;
  }
}

@media (max-width:480px) {
  .parallax {
    min-height: 125px;
    height: 125px;
  }

  .caption h1,
  .caption h2 {
    font-size: 18px;
    margin-bottom: 10px;
  }

  .caption h1::after,
  .caption h2::after {
    display: none;
  }

  .modal-dialog {
    width: auto !important;
  }
  
  .login-field,
  .signIn-btn  {
	width: 100%;
  }

}

@media (max-width:376px) {
  .parallax {
    min-height: 105px;
    height: 105px;
  }
}