body {
  font-family: 'Arial', sans-serif;
  font-weight: 400;
  color: #000;
  font-size: 16px;
  line-height: 28px;
  margin: 0px !important;
}

.clear {
  clear: both;
}

img {
  max-width: 100%;
  height: auto;
}

.container {
  padding: 0;
  margin: 0 auto;
  width: 100%;
}

.wrapper {
  max-width: 1200px;
  width: 100%;
  height: auto;
  margin: 0 auto;
  padding: 0;
}

/*========= Typography ===========*/


a {
  color: #007DB6;
  text-decoration: underline;
  opacity: 1;
}

a:focus,
a:hover,
a:active {
  color: #003E6B;
  text-decoration: underline;
  outline: none;
}

h1 {
  font-size: 35px;
  color: #000;
  font-weight: 700;
  line-height: 50px;
  margin-top: 0px;
  margin-bottom: 20px;
  padding-bottom: 10px;
  border-bottom: 2px solid #007DB6;
}

h2 {
  font-size: 27px;
  color: #000;
  font-weight: 700;
  line-height: 37px;
  margin-top: 0px;
  margin-bottom: 20px;
  padding-bottom: 10px;
  border-bottom: 2px solid #007DB6;
}

h3 {
  font-size: 18px;
  color: #000;
  font-weight: 700;
  line-height: 24px;
  margin-top: 0px;
  margin-bottom: 10px;
}

h4 {
  /*color: #005586;
    font-weight: 700;
    font-size: 17px;
    text-transform: capitalize;*/
}

/*========= Buttons ===========*/


a.btn,
.btn,
a.btn,
.btn,
a.btn.view-btn {
  background-color: #003E6B;
  border: 2px solid #003E6B;
  padding: 8px 25px;
  color: #fff;
  text-decoration: none;
  font-size: 14px;
  font-weight: 700;
  border-radius: 40px;
  display: inline-flex;
  justify-content: center;
  align-items: center;
  line-height: 26px;
  transition: .3s;
}

a.btn:hover,
a.btn:focus,
.btn.focus,
.btn:focus,
.btn:hover,
a.btn.view-btn:hover,
a.btn.view-btn:active,
a.btn.view-btn.active,
a.btn.view-btn:focus,
.btn:active:focus {
  opacity: 1;
  background-color: #007DB6;
  border-color: #007DB6;
  color: #fff;
  outline: none !important;
  outline-offset: 0px;
}

#button,
#Submit1,
input#button.form_button2,
input#Submit1,
input[type="reset"],
input[type="submit"],
html input[type="button"] {
  background-color: #003E6B;
  border: 2px solid #003E6B;
  padding: 8px 25px !important;
  color: #fff;
  text-decoration: none;
  font-size: 14px;
  font-weight: 700;
  border-radius: 40px;
  display: inline-flex;
  justify-content: center;
  align-items: center;
  line-height: 26px;
  transition: .3s;
}

#button {
  margin: 0;
  padding: 5px 25px !important;
}

section.grey form input[type="submit"] {
  float: right;
}

#button:hover,
#Submit1:hover,
html input[type="button"]:hover,
input#button.form_button2:hover,
input[type="reset"]:hover,
input[type="submit"]:hover {
  opacity: 1;
  background-color: #007DB6;
  border-color: #007DB6;
  color: #fff;
}

#button:focus,
#Submit1:focus,
input[type="button"]:focus,
input[type="submit"]:focus,
input#button.form_button2:focus,
input[type="reset"]:focus {
  outline: none;
}


a.btn.event-button,
.event-btns a.btn.view-btn {
  background-color: #a0a0a0;
  border: 2px solid #a0a0a0;
  padding: 8px 25px;
  color: #fff;
  text-decoration: none;
  font-size: 14px;
  font-weight: 700;
  border-radius: 2px;
  display: inline-flex;
  justify-content: center;
  align-items: center;
  line-height: 26px;
  transition: .3s;
}

a.btn.event-button:hover,
.event-btns a.btn.view-btn:hover,
.event-btns a.btn.view-btn.active {
  opacity: 1;
  background-color: #007DB6;
  border-color: #007DB6;
  color: #fff;
}

ul.event-btn li {
  background: #003E6B !important;
  color: #000 !important;
  padding: 7px 10px;
}

ul.event-btn li[style="color: black; background-color: gold;"] {
  background: #003E6B !important;
}

.w-100 {
  width: 100% !important;
}

/*========== Header section =============*/

header .row {
  margin-left: 0;
  margin-right: 0;
}

.header-top {
  background-color: #003E6B;
  padding: 10px 0px;
}

.header-mail a {
  font-size: 14px;
  color: #fff;
  font-weight: 700;
  text-decoration: none;
}

.header-mail a span {
  color: #007DB6;
  font-size: 16px;
  margin-right: 10px;
}

.top-contain {
  float: right;
  padding-top: 35px;
}

.top-links {
  margin-right: 10px;
}

.top-links ul {
  list-style-type: none;
  padding: 0;
  margin: 0px;
  display: flex;
  gap: 15px;
  flex-wrap: wrap;
}

.top-links li {
  display: inline-block;
}

.top-links li:after {
  background-color: transparent;
  content: '|';
  font-size: 14px;
  font-weight: normal;
  display: inline-block;
  color: #003E6B;
  padding-left: 16px;
}

.top-links a {
  text-decoration: none;
  color: #003E6B;
  font-size: 16px;
  font-weight: 700;
}

.top-links a:hover,
.top-links a:focus,
.top-links a.active,
.header-mail a:hover {
  color: #007DB6;
  text-decoration: none;
  opacity: 1;
}

.top-contain,
.top-links,
.login-btn,
.search {
  display: inline-block;
  position: relative;
}

/*----------login-icon------------*/
.member-login {
  margin-left: 10px;
  display: flex;
    gap: 5px;
}

button.btn.btn-user {
  padding: 6px 20px !important;
}

.btn-user:before {
  content: "\f023";
  font-family: FontAwesome;
  color: #fff;
  margin-right: 10px;
  font-size: 14px;
}

.modal-dialog {
  z-index: 1050;
}

.modal-header {
  border-bottom: 0;
}

.modal-dialog.custom-modal {
  width: 500px;
}

.member-box {
  margin: 0 auto 15px auto;
  text-align: center;
  width: 100%;
  padding: 10px 50px;
}

.member-box h3 {
  margin-top: 0;
  margin-bottom: 20px;
}

.login {
  margin: 10px 0;
}

.txt-user,
.txt-pass {
  border: 1px solid #ccc;
  width: 100%;
  padding: 10px 10px;
}

.txt-pass {
  margin: 10px 0;
}

.forgot a {
  float: left;
  font-size: 14px;
  margin-top: 10px;
}

/*----------search-icon------------*/

.search a {
  color: #007DB6;
  font-weight: 700;
  display: flex;
  align-items: center;
  font-size: 14px;
  text-decoration: none;
  gap: 8px;
}

.search a>i {
  font-size: 12px;
}

.search a:hover,
.search a:active {
  color: #007DB6;
  opacity: 1;
}

#searchbar {
  text-align: center;
  position: absolute;
  z-index: 1200;
  right: 0px;
  display: none;
  width: 250px;
  top: 20px;
}

.search-form {
  display: block;
  padding-top: 10px;
}

form.searchform {
  display: inline-block;
  width: 100%;
  box-shadow: 0px 1px 4px #cccccc63;
  background: #fff;
  border-radius: 2px;
  overflow: hidden;
}

.search .fa-magnifying-glass-minus:before,
.search .fa-search-minus:before {
  content: "\f010";
  display: none;
}

.search-field {
  width: 180px;
  border: 0;
  font-size: 12px;
  padding: 0;
  padding-left: 5px;
  display: inline-block;
  float: left;
  margin: 0;
  line-height: 32px;
}

.searchform input:focus,
.search-btn:focus {
  outline: none;
}

.search-btn {
  text-align: center;
  font-weight: 600;
  text-transform: uppercase;
  padding: 0 5px;
  cursor: pointer;
  margin: 0;
  border-radius: 0;
  display: inline-block;
  float: right;
  font-size: 12px;
  line-height: 32px;
  border: 0;
  width: 65px;
  background-color: #007DB6;
  border-color: #007DB6;
  color: #fff;
}

.search-btn:hover {
  opacity: 0.8;
  /*color: #fc7754;*/
}

.logo a {
  display: block;
  margin: 10px 0px;
}

.logo a:hover {
  opacity: 1;
}

/*========== Nav section =============*/
.navbar {
  margin-bottom: 0px;
}

.navbar-right-box {
  display: flex;
  align-items: flex-start;
  flex-wrap: wrap;
  width: 100%;
  justify-content: flex-end;
  padding-top: 10px;
  padding-bottom: 15px;
}

.nav-contain {
  width: auto;
  display: inline-flex;
  text-align: left;
}

.navbar-static-top .navbar-collapse {
  text-align: center;
}

.navbar-nav {
  float: none;
  display: inline-block;
  width: auto;
}

.nav>li>a {
  color: #003E6B;
  font-size: 16px;
  padding: 10px 10px;
  line-height: 24px;
  font-weight: 700;
  text-transform: capitalize;
  text-decoration: none;
}

.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: #007DB6;
}

.dropdown-menu {
  background-color: #007DB6;
  border-radius: 2px !Important;
  min-width: 200px;
  max-width: 250px;
  top: 100%;
  border: 0;
  padding: 0px 0px;
  box-shadow: 0px 4px 4px 0px rgba(0, 0, 0, 0.25);
}

.dropdown-menu li>a {
  font-size: 15px;
  padding: 8px 15px !important;
  line-height: 22px;
  font-weight: 400;
  color: #fff !important;
  text-decoration: none;
  white-space: normal;
}

.dropdown-menu>li>a:focus,
.dropdown-menu>li>a:hover,
.dropdown-menu>li>a:active {
  background-color: #003E6B;
  color: #fff !important;
  opacity: 1;
}


/*--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;
}

.subpage-content-left {
  padding-top: 30px;
}

#menu ul {
  list-style: none;
  position: relative;
  margin: 0;
  padding: 0;
  float: left;
}

#menu ul li {
  float: left;
  position: relative;
  margin: 0;
  padding: 0;
}

#menu nav ul li a {
  color: #003E6B;
  font-size: 16px;
  line-height: 24px;
  font-weight: 700;
  text-decoration: none;
  text-transform: capitalize;
  padding: 10px 6px;
  float: left;
  width: 100%;
}

#menu nav ul li a:hover,
#menu nav ul li a:focus,
#menu nav ul li:hover,
#menu nav .open>a,
#menu nav .open>a:focus,
#menu nav .open>a:hover {
  background-color: transparent;
  color: #007DB6;
}

#menu ul ul {
  position: absolute;
  top: 45px;
  left: 0;
  display: none;
  background-color: #cee0f1;
  border-radius: 2px !Important;
  min-width: 200px;
  border: 0;
  padding: 0px 0px;
  box-shadow: 0px 4px 4px 0px rgba(0, 0, 0, 0.25);
  z-index: 99;
}

#menu ul ul li {
  width: 100%;
}

#menu ul ul li a {
  font-size: 15px;
  padding: 8px 15px !important;
  padding-right: 20px !important;
  line-height: 22px;
  font-weight: 500;
  color: #003E6B !important;
  text-decoration: none;
}

#menu ul ul li a:hover,
#menu ul ul li a:focus {
  background-color: #003E6B !important;
  color: #fff !important;
}

.sub-menu>a::after {
  content: "\f105";
  font-family: FontAwesome;
  position: absolute;
  right: 10px;
  top: 9px;
  font-size: 12px;
}

#menu ul ul ul {
  top: 0px;
  left: 100%;
}

#menu ul li:hover>ul {
  display: block;
}


/*========== 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;
  min-height: 470px;
  height: 470px;
  display: block;
}

.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: #003E6B;
}

.flexslider {
  border: 0px !Important;
}

.caption {
  position: absolute;
  top: 0px;
  left: 0;
  background: #003E6B;
  width: 500px;
  height: 100%;
  display: flex;
  flex-direction: column;
  justify-content: center;
  padding: 30px 0px;
  align-items: flex-start;
}

.caption::before {
  content: '';
  background: #003E6B;
  width: 1000px;
  height: 100%;
  left: -1000px;
  position: absolute;
}

.caption::after {
  content: '';
  width: 0;
  height: 0;
  right: -549px;
  position: absolute;
  border-top: 1100px solid transparent;
  border-left: 550px solid #003E6B;
  top: 0px;
}

.slide.wrap {
  display: table-cell;
  vertical-align: middle;
}

.caption h1,
.caption h2 {
  margin-top: 0;
  color: #fff;
  font-size: 30px;
  font-weight: bold;
  text-align: left;
  padding-bottom: 15px;
  margin-bottom: 25px;
  border-bottom: 2px solid #CEE0F1;
  line-height: 38px;
}

.caption p {
  color: #fff;
  font-size: 16px;
  text-align: left;
}

.caption a.btn {
  margin-top: 20px;
  background-color: #007DB6;
  border: 2px solid #007DB6;
  padding: 10px 20px;
  color: #fff;
  text-decoration: none;
  font-size: 16px;
  font-weight: 700;
  border-radius: 40px;
  min-width: 150px;
  display: inline-flex;
  justify-content: center;
  align-items: center;
  line-height: 24px;
  transition: .3s;
  box-shadow: none !important;
}

.caption a.btn:hover {
  background-color: #fff;
  border-color: #fff;
  color: #003E6B;
}

.flex-control-nav {
  display: 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/bg_direction_nav.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;
}

.full-ads img {
  margin-bottom: 25px;
}

.blog-contain,
.text-content,
.event-wrapper,
.sponsor {
  padding: 25px 0px;
  float: left;
  width: 100%;
}

.explore {
  padding-top: 75px;
  padding-bottom: 20px;
}

.explore:after {
  /*border-right: 1px solid #768591; 
  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: #003E6B;
  margin-right: -18px;
  margin-bottom: 10px;
  margin-top: 20px;
}

.box-icon h3 {
  margin-top: 4px;
}

.box-icon h3 a {
  font-size: 20px;
  color: #005189;

  font-weight: 700;
  text-decoration: none;
}

.box-icon a {
  text-decoration: none;
}

/*-------Article Widget Start --------*/

.new-article-wrap {
  display: flex;
  flex-wrap: wrap;
  justify-content: flex-start;
}

.article-container {
  margin-bottom: 25px;
}

.article-container .article_section_title1 a {
  padding-bottom: 0px;
  font-size: 16px;
  font-weight: 700;
  color: #007DB6;
  text-decoration: underline;
  display: inline-block;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  overflow: hidden;
  line-height: 24px;
}

.article-container .article_section_title1 a::first-line {
  text-transform: capitalize;
}

.article_section_title1 {
  margin-bottom: 10px;
}

.article_header_date {
  display: none;
}

.article-container .article_section_title1 a:hover {
  color: #003E6B;
}

.article_section_content {
  font-size: 16px;
  color: #000;
  margin-bottom: 0px;
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
}

.article-container a.read-more {
  display: block;
  color: #032538;
  margin-top: 15px;
  font-size: 16px;
  font-weight: 500;
  line-height: 24px;
  display: none;
}

.article-container a.read-more>span {
  margin-left: 6px;
  font-size: 12px;
}

.article-container a.read-more:hover {
  color: #B69D74;
}

/*-------Article Widget End --------*/

.button-group-box {
  display: flex;
  justify-content: flex-end;
}

.link a {
  background-color: #003E6B;
  border: 2px solid #003E6B;
  padding: 8x 25px;
  color: #fff;
  text-decoration: none;
  font-size: 14px;
  font-weight: 700;
  float: right;
  border-radius: 40px;
  min-width: 150px;
  display: flex;
  justify-content: center;
  align-items: center;
  line-height: 26px;
  transition: .3s;
}

.link a:hover {
  opacity: 1;
  background-color: #007DB6;
  border-color: #007DB6;
  color: #fff;
}

/*--------end of blog------------*/

/*------- lower-section-content --------*/

.middle-section {
  margin-top: 15px;
}

.ad-1 {
  margin-right: auto;
  margin-left: auto;
  text-align: center;
}

.spotlight h3,
.text-content h3 {
  margin-top: 0;
}

.photo {
  width: 42%;
  float: left;
  margin-right: 15px;
}

.text {
  float: none;
}


/*------- Event Widget Homepage -----------*/

.events ul {
  list-style-type: none;
  margin-bottom: 30px;
  padding: 0;
}

.events li {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  border-bottom: 1px solid #D4D4D4;
}

.event_date {
  text-align: center;
  width: 80px;
  height: 84px;
  min-width: 84px;
  margin: 0px;
  border-left: 5px solid #003E6B;
  background-color: #fff;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
}

.event_date div,
.event_date .month,
.event_date .day,
.event_date .year {
  display: inline-block;
  color: #000;
  text-transform: uppercase;
  text-align: center;
  float: left;
  margin: 0 auto;
  width: 100%;
  font-weight: 800;
  background-color: #fff;
  font-size: 32px;
  line-height: 40px;
  display: flex;
  flex-direction: column;
}

.event_date .month {
  font-size: 18px;
  line-height: 28px;
  font-weight: 700;
}

.events li.latest_event .event_date {
  border-color: #007DB6;
}

.event_content {
  display: inline-flex;
  padding-left: 15px;
  min-height: 84px;
  flex-direction: column;
  align-items: flex-start;
  justify-content: center;
  width: calc(100% - 70px);
}

.event-wrapper h2 {
  background: #003E6B;
  padding: 16px 20px;
  border-radius: 4px 4px 0px 0px;
  color: #fff;
  margin-bottom: 0px;
  border-bottom: none;
}

.event-wrapper .events {
  box-shadow: 0px 4px 4px 0px rgba(0, 0, 0, 0.25);
}

.event_content h5 {
  margin-top: 0px;
  margin-bottom: 5px;
}

.event_content h5 a {
  padding-bottom: 0px;
  font-size: 16px;
  font-weight: 700;
  color: #003E6B;
  text-decoration: none;
  text-transform: capitalize;
}

.event_content p::before {
  content: "\f017";
  font-family: 'FontAwesome';
  margin-right: 3px;
  font-size: 13px;
}

.event_content p {
  line-height: 20px;
  text-align: left;
  font-size: 14px;
  color: #000;
  margin-bottom: 0px;
}

.event_content h5 a:hover {
  color: #003E6B;
}

/*------end of event seciton---------*/


/*------- sponsor-styles --------*/

.sponsor h2,
.highlights h2 {
  text-align: center;
  border: none;
  padding-bottom: 0px;
}

.sponsor h2::after,
.highlights h2::after {
  content: '';
  background: #003E6B;
  border-bottom: 2px solid #007DB6;
  width: 300px;
  display: block;
  margin: 13px auto;
}

.sponsor-logo {
  margin: 0 auto;
  padding: 0;
}

ul.slide-logo {
  text-align: center;
  margin: 0px !important;
  padding-left: 0px;
}

ul.slide-logo li {
  text-align: center;
  height: auto;
}

ul.slide-logo li a {
  display: flex;
  justify-content: center;
  align-items: center;
  height: 90px;
}


ul.slide-logo li img {
  max-width: 240px;
  max-height: 90px;
}

.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: #003E6B;
  padding-top: 30px;
}

.footer-address {
  padding-left: 35px;
}

.footer-address,
.footer-address p {
  font-size: 16px;
  color: #fff;
  line-height: 30px;
  font-weight: 600;
  margin-bottom: 0px;
}

.social-links ul {
  list-style-type: none;
  padding: 0;
  text-align: right;
  padding-bottom: 20px;
}

.social-links li {
  display: inline-block;
}

.social-links li+li {
  margin-left: 20px;
}

.social-links a {
  color: #fff;
  font-size: 20px;
}

.fa-bluesky.fa-2x {
    font-size: 1.7em;
}

.social-links a:hover {
  color: #007DB6;
}

.footer-logo-box img {
    height: 110px;
}

.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: 0px;
}

.footer-bottom {
  background: #003E6B;
  padding-bottom: 20px;
  text-align: center;
}

.copy {
  font-size: 14px;
  color: #fff;
}

/*========== Footer section ends =============*/

/*========== Subpage section =============*/

/*----------Breadcrumb styles-----------*/

.breadcrumb-menu {
  padding-bottom: 20px;
  padding-top: 10px;
}

.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;
}

.breadcrumb-menu ul li a:hover {
  color: #003E6B;
}

.print-area {
  float: right;
  cursor: pointer;
  padding-top: 10px;
  height: 20px;
}

a.reamorel {
  color: #768591;
  text-decoration: none;
  /*text-transform: capitalize;*/
  font-size: 13px;
  cursor: pointer;
  text-decoration: none;
}

.reamorel .fa {
  color: #4dbfdf;
  cursor: pointer;
}

a.reamorel:hover {
  text-decoration: underline;
  color: #000;
}

.main-content-subpage {
  padding: 25px 0px;
  border-top: 4px solid #003E6B;
}

/*--------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>li+li {
  margin-top: 5px;
}

.subpage-menu>ul>li>a {
  border-bottom: 1px solid #007DB6;
  width: 100%;
  padding: 8px 0px;
  display: inline-block;
  font-weight: 700;
  color: #000;
  font-size: 15px;
  text-decoration: none;
  padding-right: 25px;
  position: relative;
  line-height: 24px;
}

.subpage-menu>ul>li>a:after {
  content: "\f067";
  display: inline-block;
  font-family: FontAwesome;
  top: 8px;
  font-size: 12px;
  color: #000;
  margin-right: 0px;
  position: absolute;
  right: 10px;
}

.subpage-menu>ul>li>a.act:after {
  content: "\f068";
}

.subpage-menu a {
  text-decoration: none;
}

.subpage-menu a:hover,
.subpage-menu a:active,
.subpage-menu a:focus {
  color: #007DB6;
  outline: none;

}

.subpage-menu ul ul {
  margin: 0px;
  padding: 5px 20px;
}

.subpage-menu ul>li>ul>li>a {
  color: #000;
  background: none;
  padding: 4px 8px;
  display: inline-block;
  border-bottom: none;
  width: 100%;
  font-weight: 500;
  /*text-transform: capitalize;*/
  font-size: 14px;
  text-decoration: none;
}

.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: #007DB6;
}

.title-section {
  padding-top: 30px;
}

.ad-banner {
  padding-top: 30px;
  text-align: center;
}

/*========== Subpage section ends =============*/

/*----------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: #003E6B;
  border: 0;
  /*text-transform: capitalize;*/
  text-decoration: none;
  display: inline-block;
  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 {
  color: #054e86;
}

.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;
  /* 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: 5px;
  position: relative;
  bottom: 2.5px;
}

a.btn.btn-login {
  background-color: #003E6B;
  border: 2px solid #003E6B;
  padding: 8px 20px;
  color: #fff;
  text-decoration: none;
  font-size: 15px;
  font-weight: 700;
  border-radius: 4px;
  display: inline-flex;
  justify-content: center;
  align-items: center;
  line-height: 24px;
  transition: .3s;
  margin-top: 20px;
  float: right;
}

a.btn.btn-login h5 {
  font-size: 15px;
  font-weight: 700;
  margin: 0;
  line-height: 24px;
}

a.btn.btn-login:focus {
  outline: none;
}

a.btn.btn-login:hover {
  opacity: 1;
  background-color: #fff;
  border-color: #003E6B;
  color: #003E6B;
}

#accordion ul,
.accordion ul {
  list-style: none;
  padding: 0;
  margin: 0;
}

#accordion h3 {
  font-size: 15px;
  border-bottom: 2px solid #cee0f1;
  font-weight: 700;
  padding-bottom: 5px;
  color: #003E6B;
  text-transform: capitalize;
  /* margin-top: 20px; */
}

#accordion ul li {
  margin-top: 5px;
}

/*#accordion li:first-of-type {margin: 0;}*/

.accordion li a {
  color: #003E6B;
  font-size: 15px;
  padding-left: 15px;
  text-decoration: none;
}

.accordion li a:hover {
  text-decoration: underline;
  color: #007DB6;
  text-decoration: none;
}

#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-radius: 10px;
  width: 55%;
  padding: 20px 20px;
  margin: 50px auto;
  background: #cee0f1;
}

.member_box_1 h1 {
  border-bottom: 0;
  font-size: 30px;
}

.member_box_1 .member-box {
  margin-left: auto;
  margin-right: auto;
  text-align: center;
  padding-top: 15px;
}

#inputs {
  padding-bottom: 8px;
  text-align: center;
  margin: 0 auto;
  border-radius: 3px;
}

.login-field {
  margin-bottom: 10px;
  border: 1px solid #8a8a8a;
  width: 80%;
  height: 40px !important;
  line-height: 1.9 !important;
  padding: 10px 10px;
}

.signIn-btn {
  width: 80% !important;
  box-shadow: none !important;
  color: #ffffff;
  margin: 5px 0 !important;
  background-color: #003E6B;
  border: 2px solid #003E6B;
  padding: 6px 20px;
  font-size: 16px;
  font-weight: 500;
  border-radius: 40px;
  min-width: 150px;
  display: flex;
  justify-content: center;
  align-items: center;
  line-height: 24px;
  transition: .3s;
}

.signIn-btn:hover {
  opacity: 1;
  background-color: #ffb597;
  border-color: #ffb597;
  color: #fff;
}

.forgot-links a {
  font-size: 14px;
  margin-top: 15px;
}

.login .btn {
  float: right;
}

/*----------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;*/
}


/*=========== 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: #003E6B;
  text-transform: initial;
}


.form_top_selected,
.form_link_selected {
  font-size: 11px;
  color: #003E6B;
}

.form_link {
  font-size: 11px;
}

.directions_area_title {
  font-size: 15px;
  font-weight: bold;
  color: #005189;
}

.directions_area,
.directions_area_3,
.directions_area_2 {
  /*font-size: 12px;*/
  font-weight: normal;
  color: #3a3a39;
  padding: 15px;
  background-color: #efefef;
  border-collapse: collapse;
  border-bottom: 1px solid #999999;
  line-height: 18px;
}

.directions_area_2 {
  border: none;
  background-color: #fff;
  /*padding: 0;
  padding-top: 15px;*/
}

.directions_area2_title {
  font-size: 14px;
  font-weight: bold;
  color: #f10101;
}

.directions_area2 {
  font-size: 13px;
  font-weight: none;
  color: #243039;
  padding: 15px;
  line-height: 18px;
  width: 100%;
  text-align: left;
  margin-left: 18px;
  margin-right: 18px;
  border-bottom: 1px solid #ededed;
}

.directions_area2 p,
.directions_area2 table,
.directions_area2 a {
  /*font-size: 12px;*/
  font-weight: none;
  color: #243039;
}

.directions_area2 a {
  line-height: 13px;
  text-decoration: none;
}

.form_sub_title_block,
.form_sub_title_block_2,
.form_sub_title_block_3 {
  background-color: #ffffff;
  padding: 7px 20px;
  border-bottom: 1px solid #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: 35px;
  padding: 5px 10px;
}

.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: 24px !important;
  line-height: 37px !important;
  margin-bottom: 20px !important;
  padding-bottom: 10px !important;
}

.navlistlines li:hover {
  border-left: 0 !important;
  color: #768591 !important;
}

.subpage-menu .navlistlines li a {
  font-size: 15px !important;
  color: #003E6B !important;
}

/*========= Mediaqueries ===========*/

@media (max-width: 1200px) {

  .caption {
    padding: 30px 30px;
  }

  .navbar-right-box {
    padding: 5px 0px;
    min-height: auto;
    align-items: center;
  }

}

@media (min-width: 999px) and (max-width: 1200px) {

  .wrapper {
    padding: 0 15px;
  }

  .event-content .text {
    margin-top: 35px;
  }

}

@media (max-width: 767px) {

  /*========== MOBILE NAVIGATION ONLY ============*/

  /*.navrow .col-xs-11, .navrow .col-xs-1 {
     padding-right: 8px;
     padding-left: 8px;
   }*/

  .navbar {
    position: relative;
  }

  #menu {
    position: relative;
    background: #003E6B;
    margin-top: 12px;
    display: none;
    float: left;
    width: 100%;
  }

  #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;
    left: auto !important;
    top: auto !important;
    margin: 0px 15px;
    box-shadow: none;
    width: calc(100% - 30px);
  }

  #menu ul ul li {
    width: 100% !important;
  }

  #menu>nav>ul>li ul li.sub-menu>ul {
    z-index: 999999;
  }

  #menu>nav>ul>li ul li.sub-menu>ul>li>a {
    background: #fff;
    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);
  }

  header {
    padding-bottom: 15px;
  }


  .navbar-right-box {
    position: relative;
  }

  .member-login {
    margin-left: 0px;
    position: absolute;
    left: 0px;
    top: 0px;
    z-index: 9999;
  }

  .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;
    border-radius: 0;
    padding: 0;
    margin: 10px 0;
    float: right;
  }

  .navbar-toggle .icon-bar {
    background-color: #003E6B;
    height: 3px;
    width: 28px;
  }

  .navbar-toggle .icon-bar+.icon-bar {
    margin-top: 5px;
  }

  .navbar.navbar-static-top {
    min-height: auto;
    width: 100%;
  }

  .container>.navbar-header {
    margin: 0;
  }

  .navbar-toggle:hover {
    background-color: transparent;
  }

  .navbar-nav {
    height: 100%;
    width: 100%;
  }

  .navbar-collapse {
    width: 100%;
    margin-top: 10px;
  }

  .navbar-static-top .navbar-collapse {
    margin-right: 0;
    margin-left: 0;
    text-align: center;
    border: 0;
    box-shadow: none;
    position: relative;
    width: 100%;
    min-width: 100%;
    border-top: 1px solid #003E6B;
  }

  .navbar-collapse .navbar-nav>li>a {
    float: none;
    line-height: 28px;
  }

  .navbar-collapse .open .dropdown-menu {
    padding: 10px 0;
    border-top: none;
    background-color: #8b99a6;
  }

  .navbar-nav>li>.dropdown-menu {
    position: relative;
    min-width: 100%;
    margin: 0;
    box-shadow: none;
  }

  .navbar-collapse .dropdown-menu>li>a {
    color: #fff;
    text-align: center;
  }

  .navbar-collapse .dropdown-menu>li>a:hover {
    background-color: #003E6B;
    color: #fff !important;
  }

  .slick-prev,
  .slick-next {
    display: none !important;
  }


  /*========== END MOBILE NAVIGATION ============*/

  .logo {
    padding: 0px 0px;
    display: block;
    text-align: center;
  }

  .header-mail a span {
    font-size: 12px;
    margin-right: 5px;
  }

  .top-links li::before {
    padding-right: 10px;
  }

  .top-contain {
    float: none;
    width: 100%;
    text-align: center;
    padding-top: 15px;
    padding-bottom: 15px;
  }

  .navbar-right-box {
    padding: 0px;
    min-height: auto;
  }

  .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;
    margin-bottom: 25px;
  }

  .blog-contain,
  .text-content,
  .event-wrapper,
  .job-contain,
  .facebook-content,
  .twitter-content,
  .sponsor {
    padding: 15px 0px;
    float: left;
    width: 100%;
  }

  .full-ads img {
    margin: 15px 0px;
  }

  .ad-left {
    text-align: center;
  }

  .copy {
    text-align: center;
  }

  .col-md-9.col-md-push-3 {
    padding: 0;
  }

  footer {
    text-align: center;
  }

  .social-links,
  .footer-logo {
    float: none;
  }

  .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;
  }

  .footer-top {
    padding: 30px 0px;
  }

  .caption {
    padding: 12px 15px;
    align-items: center;
  }

  footer {
    text-align: center;
  }

  .social-links ul {
    text-align: center;
    padding-bottom: 0px;
    margin: 0px;
  }

  .footer-logo-box img {
    margin: 0px auto;
  }

  .footer-address {
    padding: 20px 0px;
  }

  .social-links {
    border-left: none;
    text-align: center;
    padding-bottom: 20px;
  }

  .social-links ul {
    text-align: center;
  }

  ul.slide-logo li img {
    max-width: 180px;
    max-height: 90px;
  }

}

@media (max-width: 700px) {

  .caption {
    left: 0px;
    max-width: 700px;
    margin-left: 0px;
    width: 100%;
	background: rgba(0,62,107,0.6);
  }

}

@media (max-width: 480px) {

  .member_box_1 {
    width: 95%;
  }

  .member-box {
    width: 100%;
    padding: 0px 20px;
  }

  .modal-dialog.custom-modal {
    width: 95%;
  }


}

@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;
  }

  .mid-content h2 {
    font-size: 23px;
  }

}


@media (min-width: 768px) and (max-width: 999px) {

  .wrapper {
    padding: 0 15px;
  }

  .navbar-right-box {
    align-items: top;
    flex-wrap: nowrap;
  }

  .header-section .wrapper {
    padding: 0;
  }

  .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%;
  }

  #menu nav ul li a {
    padding: 6px 6px;
  }

  .footer-address {
    padding-left: 0px;
  }

}


/* 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-family: 'Open Sans', sans-serif !important;
  font-size: 1em !important;
}

table.dir-table-90 {
  font-family: 'Open Sans', sans-serif !important;
}

.dir-second-title {
  font-size: 1.2em !important;
  font-family: 'Open Sans', sans-serif !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;
  font-family: 'Open Sans', sans-serif !important;
}

.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 slider css */

@media (min-width:1550px) and (max-width:1920px) {

  .parallax {
    -webkit-background-size: contain;
    -moz-background-size: contain;
    background-size: cover;
    min-height: 500px;
    height: 500px;
    background-color: #ccc;
  }

}

@media (min-width:1100px) and (max-width:1450px) {

  .parallax {
    min-height: 450px;
    height: 450px;
  }
}

@media (max-width:1100px) {
  .parallax {
    min-height: 400px;
    height: 400px;
  }
}

@media (max-width:960px) {
  .parallax {
    min-height: 310px;
    height: 310px;
  }
}

@media (min-width:768px) and (max-width:860px) {
  .parallax {
    min-height: 270px;
    height: 270px;
  }
}

@media (max-width:767px) {
  .parallax {
    min-height: 250px;
    height: 250px;
  }

  .caption h1,
  .caption h2 {
    font-size: 18px;
    margin-bottom: 2px;
    padding-bottom: 2px;
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
  }

  .caption p {
    font-size: 13px;
    margin-bottom: 5px;
    line-height: 22px;
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
  }

  .caption a.btn {
    margin-top: 10px;
    padding: 4px 30px;
    font-size: 13px;
  }

}

@media (max-width:700px) {
  .parallax {
    min-height: 220px;
    height: 220px;
  }

  .caption p {
    display: none;
  }
}

@media (min-width:481px) and (max-width:560px) {
  .parallax {
    min-height: 180px;
    height: 180px;
  }
}

@media (max-width:480px) {
  .parallax {
    min-height: 160px;
    height: 160px;
  }
}

@media (max-width:376px) {
  .parallax {
    min-height: 140px;
    height: 140px;
  }
}