@import url('https://fonts.googleapis.com/css2?family=Lateef&display=swap');
@import url('https://fonts.googleapis.com/css2?family=Roboto:ital,wght@0,100;0,300;0,400;0,500;0,700;0,900;1,100;1,300;1,400;1,500;1,700;1,900&display=swap');
@import url('https://fonts.googleapis.com/css2?family=Lateef&family=Lato:ital,wght@0,100;0,300;0,400;0,700;0,900;1,100;1,300;1,400;1,700;1,900&display=swap');
@import url('https://fonts.googleapis.com/css2?family=Lora:ital,wght@0,400;0,500;0,600;0,700;1,400;1,500;1,600;1,700&display=swap');
@import url('https://fonts.googleapis.com/css2?family=Oswald:wght@200;300;400;500;600;700&display=swap');
@import url('https://fonts.googleapis.com/css2?family=Oxygen:wght@300;400;700&display=swap');
@import url('https://fonts.googleapis.com/css2?family=Poppins:wght@400;500;600;700&display=swap');
@import url("../fonts/brandon/stylesheet.css");

@font-face {
  font-family: 'Weekend';
  src: url('/media/fonts/home_fonts/Weekend.eot');
  src: url('/media/fonts/home_fonts/Weekend.eot?#iefix') format('embedded-opentype'),
       url('/media/fonts/home_fonts/Weekend.woff2') format('woff2'),
       url('/media/fonts/home_fonts/Weekend.woff') format('woff'),
       url('/media/fonts/home_fonts/Weekend.ttf') format('truetype');
  font-weight: normal;
  font-style: normal;
}

html {
  overflow-x: hidden;
}
a {
  color: #236496;
  -webkit-transition: .3s all ease;
  -o-transition: .3s all ease;
  transition: .3s all ease;
  text-decoration: none;
}
a:hover {
  text-decoration: none;
  color: #939ca3;
}
a,
a:focus,
a:active {
  outline: none;
  transition: .2s;
}
img{
  max-width:100%;
}
.btn, .form-control {
  outline: none;
  -webkit-box-shadow: none !important;
  box-shadow: none !important;
  border-radius: 0px !important;
}
.btn:focus, .btn:active, .form-control:focus, .form-control:active {
  outline: none;
}
.form-control {
  -webkit-box-shadow: none !important;
  box-shadow: none !important;
  height: 46px;
  border-width: 1px;
}
.form-control:active, .form-control:focus {
  border-color: #ff7404;
}
textarea.form-control {
  height: inherit;
}
.btn {
  font-size: 13px;
  text-transform: uppercase;
  letter-spacing: .2em;
}
.btn.btn-primary {
  color: #fff;
  border-width: 2px;
}
.btn.btn-primary:hover, .btn.btn-primary:active, .btn.btn-primary:focus {
  border-color: #ff9037;
  background: #ff9037;
}
.btn.btn-sm {
  font-size: 12px;
}
.btn.btn-outline-primary {
  border-width: 2px;
  color: #ff7404;
}
.btn.btn-outline-primary:hover, .btn.btn-outline-primary:focus, .btn.btn-outline-primary:active {
  color: #fff;
}
.btn.btn-outline-white {
  border-width: 2px;
  border-color: #fff;
  color: #fff;
}
.btn.btn-outline-white:hover, .btn.btn-outline-white:focus {
  background: #fff;
  color: #000 !important;
  border-width: 2px;
}
.btn:hover {
  text-decoration: none;
}

/* New BODY */
body {
  background: #FFFFFF;
  font-family: 'Open Sans', sans-serif;
  color: #333333;
  font-size: 16px;
  margin: 0;
  padding: 0;
  text-shadow: none !important;
}
#wrapper {
  overflow: hidden;
  padding-top: 15px;
  position:relative;
}
.posi-relative {
  position: relative;
}
h1,
h2,
h3,
h4,
h5,
h6 {
  font-weight: 600;
  color: #236496;
  text-transform: uppercase;
}

h3 {
  /*font-size: 18px;*/
  color:  #236496;
  line-height: 1.2;
}
ol, ul {margin: 0;}

/* Header */
/* header .navbar{
  background-color: rgba(0, 0, 0, 0.85)
}
header .navbar-nav a{
  text-transform: uppercase;
  color:#fff;
  font-family: 'Open Sans', sans-serif;
  font-size: 13px;
  margin-right: 0;
} */

.navbar-expand-md .navbar-nav .nav-link {
    padding-right: .7rem;
    padding-left: .7rem;
}
/* .weather{
  max-width: 100px;
}
.weather a{
  min-width: 222px;
    transform: scale(0.5);
    margin-left: -60px;
}
header .navbar-nav.left-nav{
  width:43%;
  justify-content: space-between;
} */
.collapse.navbar-collapse.custom ul li a:after{
  display: none;
}
/* header .navbar-nav.right-nav{
  width:45%;
  justify-content: space-between;
  align-items: center;
}
header .logo-wrap{
  width:12%;
  margin: 0 10px;
  text-align: center;
} 
.content-part #com_development ul{
  padding-left: 15px;
}*/
#navbarCollapse.navbar-collapse.custom.collapse.in{
  display: block;
  margin-left: 10px;
  margin-top: 20px;
}


/* Header Section Styling */
header {
  grid-column: 1/5;
  padding: 0 0 15px 0;
}
header ul {
  padding-inline-start: 0;
}
header .top-bar a {
  color: #959595 !important;
}

header .top-bar nav ul li {
  list-style: none;
  display: inline-block;
  padding: 0 20px;
  font-size: 14.73px;
}

header .top-bar nav ul li:first-child {
  padding-left: 0;
}

header .top-bar nav ul li:last-child {
  padding-right: 0;
}

.header-container {
  display: grid;
  grid-template-columns: 350px 1fr;
  align-items: center;
  max-width: 1300px;
  padding: 0 15px;
  margin: 0 auto;
}

header .top-bar {
  text-align: right;
}

.mobile-menu {
  display: none;
}

header .top-bar a {
  color: #363636;
}
@media (max-width: 1400px) {
  header .top-bar nav ul li {
      padding: 0 5px;
  }
}
@media(max-width:1300px) {
  .header-container {
      max-width: 1120px;
  }
  header .top-bar nav ul li {
      font-size: 16.73px;
  }
}
@media(max-width:1199px) {
  header .top-bar nav ul li {
      padding: 0 10px;
      font-size: 14px;
  }
}
@media(max-width:991px) {
  .mobile-menu {
      display: block;
  }

  .desktop-menu {
      display: none;
  }

  .header-logo img {
      max-width: 150px;
  }

  header {
      position: relative;
  }

  .header-container {
      grid-template-columns: 1fr;
  }

  .topnav a.icon {
      background: #fff;
      display: block;
      position: absolute;
      right: 0;
      top: 0;
      width: 40px;
      height: 40px;
      text-align: center;
      color: #fff;
      padding-right: 15px;
  }

  .topnav a.icon i.fa {
      font-size: 20px;
  }

  #mobileLinks {
      display: none;
      background: #B6B7BB;
      position: absolute;
      top: 55px;
      right: 0;
      width: 100%;
      left: 0px;
      z-index: 9;
  }

  #mobileLinks a {
      color: #fff !important;
      display: block;
      padding: 10px;
      text-align: center;
      font-size: 18px;
      border-bottom: 1px solid #fff;
  }
}
/*------------------------------ 
HEADER
------------------------------ */
.alert-me {
  background-color: #a6421b;
  padding: 12px;
  color: #fff;
  border-radius: 0;
  line-height: 22px;  /* to override bootstrap 3 vs 4 diffs */
}
.alert-me.alert-dismissable .close, 
.alert-me.alert-dismissible .close {
  right: 0;
}
.alert-me span {
  /* color: #000; */
  color: #fff;
}
.close {opacity:1}
.alert-left {
  /* float: left; */
  display: table-row;
}
.alert-left i {
  display: table-cell;
  padding-right: 10px;
}
.alert-left #alertData {
  display: table-cell;
}
.alert-left a{
  color:rgba(233, 174, 48, 1);
  font-weight: 600;
}
.alert-left a:hover{
  color:rgba(255, 255, 255, 1);
}
/* .alert-left strong {
  margin-left: 5px;
} */
.alert-right {
  float: right;
}
.alert-right a {
  color: #fff;
}
.alert-right a:hover {
  opacity: .7;
}


/*Addvertisement*/
.addvertisement {
    padding-top: 10px;
    /* padding-bottom:25px; */
}
.add-slider {
  padding-left: 0;
  list-style: none;
  padding-top: 8px;
}
ul.add-slider {
  margin-bottom: 10px;
}
.add-slider .left-img {
  width: 45px;
  float: right;
  position: relative;
  padding-top: 2px;
}
.add-slider li {
  margin-right: 5px;
  position: relative;
}
.add-slider li:after {
  position: absolute;
  content: "";
  width: 1px;
  top: -2px;
  bottom: -2px;
  background: #A9A9A9;
  right: -10px;
  height: 52px;
}
.add-slider .right-content {
  padding-left: 10px;
  margin-right: 50px;
  font-weight: 300;
  font-size: 15px;
  line-height:1.32857143;
}
.add-slider .right-content h6{
  font-weight: 300;
  font-size: 15px;
  margin-bottom: 0;
  line-height: 1.32857143;
  color: #A9A9A9;
}
/* .add-slider .right-content .news-date{
  font-size: 14px;
  margin-bottom: 10px;
} */
.add-slider .right-content a {
  color: #A9A9A9;
  text-decoration: none;
  -webkit-transition:   .2s;
  -o-transition:  .2s;
  transition:   .2s;
  font-weight: 300;
  font-size: 15px;
  margin-bottom: 0;
  line-height: 1.32857143;
}
/* .add-slider .right-content a:hover {
  opacity: .8;
} */

.addvertisement .owl-theme .owl-nav {
    margin-top: 0px;
    /* padding-bottom: 15px; */
}
.add-prev {
  position: absolute;
  top: 18px;
  left: -20px;
}
.add-next {
  position: absolute;
  top: 18px;
  right: -20px;
}
.add-prev i:hover,
.add-next i:hover {
  color: #E9AE30;
}


@media (max-width: 767px) {
  .add-prev {
    position: absolute;
  }
  .add-next {
    position: absolute;
  }

  .add-slider li:after {
    position: absolute;
    content: "";
    width: 1px;
    top: -2px;
    bottom: -2px;
    background: #fff;
    right: -10px;
    height: 52px;
  }

  .happy-top {
    margin-bottom: 0px;
    margin-top: 30px;
    display: table;
}

.happy-botttom {
  padding: 0px 0px 0px 70px;
  margin: 0px !important;
}

.event-notice {
  margin: 0px !important;
  padding: 0px;
  line-height: 12px;
}


}

/*Serach*/
.common-header {
  /* box-shadow: 0 14px 7px -9px #f1f1f1; */
  z-index: 99999;
  position: relative;
  margin-top: -20px;
  padding: 25px 0;
}
.main-logo {
  max-width: 250px;
  bottom: -15px;
  /* margin-top: -24px; */
  margin-top: 0;
  z-index: 99;
  position: relative;
}
.btn-search {
   display: none; 
}
.search-form {
  margin-top: 2px;
  width: 50px;
  -webkit-transition: width ease-in-out .3s;
  -o-transition: width ease-in-out .3s;
  transition: width ease-in-out .3s;
}
.search-form.open {
  width: 300px;
  margin-right: 5px;
}
.close-search, .open-search {
  width: 35px;
  height: 35px;
  background: #f4f4f4;
  position: absolute;
  z-index: 3;
  right: 24px;
  -webkit-border-radius: 25px;
  -moz-border-radius: 25px;
  border-radius: 25px;
  line-height: 36px;
  color: #787b80;
  cursor: pointer;
  text-align: center;
  font-family: "Font Awesome 5 Free";
  font-weight: 900;
}
.close-search {
  background: 0 0
}
.close-search:before {
  content: "\f00d"
}
.open-search:before {
  content: "\f002"
}
.search-form .form-control {
border-radius: 0;
  padding-left: 30px;
  border-color: #f4f4f4;
  opacity: 0;
  -webkit-transition: background ease-in-out .15s, border-color ease-in-out .15s, opacity ease-in-out .3s;
  -o-transition: background ease-in-out .15s, border-color ease-in-out .15s, opacity ease-in-out .3s;
  transition: background ease-in-out .15s, border-color ease-in-out .15s, opacity ease-in-out .3s;
  height: 36px;
  -moz-transition: all 0.5s ease;
  -webkit-transition: all 0.5s ease;
  -ms-transition: all 0.5s ease;
  -o-transition: all 0.5s ease;
  transition: all 0.5s ease;
}
.search-form .form-control:focus {
  border-color: #236496;
  color: #236496;
  outline: 0;
  padding-left: 15px;
}
.search-form.open .form-control {
  opacity: 1
}
.search-form input[type=search]:focus::-webkit-input-placeholder {
  color: #236496;
  -moz-transition: all 0.5s ease;
  -webkit-transition: all 0.5s ease;
  -ms-transition: all 0.5s ease;
  -o-transition: all 0.5s ease;
  transition: all 0.5s ease;  
}
.search-form input[type=search]:focus::-moz-placeholder {
  color: #236496;
  -moz-transition: all 0.5s ease;
  -webkit-transition: all 0.5s ease;
  -ms-transition: all 0.5s ease;
  -o-transition: all 0.5s ease;
  transition: all 0.5s ease; 
}
.search-form input[type=search]:focus:-ms-input-placeholder {
  color: #236496;
  -moz-transition: all 0.5s ease;
  -webkit-transition: all 0.5s ease;
  -ms-transition: all 0.5s ease;
  -o-transition: all 0.5s ease;
  transition: all 0.5s ease;  
}
.search-form input[type=search]:focus:-moz-placeholder {
  color: #236496;
  -moz-transition: all 0.5s ease;
  -webkit-transition: all 0.5s ease;
  -ms-transition: all 0.5s ease;
  -o-transition: all 0.5s ease;
  transition: all 0.5s ease;  
}
.search-form.open form {margin-right: 20px;}

/*Slider*/
.caro-nav {
position: absolute;
right: 100px;
top: 25px;
transform: translateY(-50%);
z-index: 99;
}
.caro-nav ul {
list-style: none;
margin: 0;
padding: 0;

}
.caro-nav ul li {
position: relative;
float: left;
}
.caro-nav ul li a:hover {
background-color: #E9AE30;
/* background-color: #cc6600; */
}
.caro-nav ul li.caro-nav-active a {
/* background-color: #E9AE30; */
background-color: #cc6600;
}
.caro-nav ul li a {
display: inline-block;
background-color: #236496;
margin-right: 10px;
padding: 10px 30px;
color: #fff;
text-transform: uppercase;
font-size: 18px;
}

/*-- Main slide --*/
.carousel-control.left,
.carousel-control.right {
  background: none;
}
.main-slider .carousel-inner {
  overflow: visible;
}
.main-slider .item img {
    width: 100%;
    display: block;
}
.main-slider .slider-box {
    background-color: rgba(233, 174, 48,.9);
    padding: 30px;
    font-size: 22px;
    color: #fff;
    width: 500px;
    transform: translateY(-50%);
    float: right;
    position: absolute;
    right: 100px;
    top: 50%;
}
.main-slider .item .slider-box a{
  color:rgba(255, 255, 255, 0.9);
}
.main-slider .item .slider-box a:hover{
  color:rgba(255, 255, 255, 1);
}
.main-slider .carousel-control.left span {
  padding: 15px;
}
.main-slider .carousel-control.right span {
  padding: 15px;
}
.main-slider .carousel-control .fa-angle-left, .main-slider .carousel-control .fa-angle-right {
  position: absolute;
  top: 50%;
  z-index: 5;
  display: inline-block;
  transform: translateY(-50%);
}
.main-slider .carousel-control .fa-angle-left {
  left: 0;
}
.main-slider .carousel-control .fa-angle-right{
  right: 0;
}
.main-slider .carousel-control i {
  /*background: rgba(38, 71, 108,.70);*/
  color: #fff;
  /* line-height: 36px;
  font-size: 32px; */
  padding: 15px 20px;
  -webkit-transition: all 500ms ease;
  -o-transition: all 500ms ease;
  transition: all 500ms ease;
}
.main-slider .carousel-control i:hover {
  background: #f9ba48;
}

/* Slider Section */
.slider-wrap ul.slides li{
  position: relative;
}
.slider-wrap ul.slides li .slider-content{
  position: absolute;
  width: 100%;
  /*top: 0;*/
  bottom: 8px;
  left: 0;
  display: flex;
  height: 100%;
  align-items: center;
  justify-content: center;
}
.slider-wrap ul.slides li .slider-content h1{
  color: #fff;
  text-align: center;
  margin-bottom: 0;
  font-family:'Weekend', Arial, Helvetica, sans-serif;
  font-size:4.875rem;
  line-height: 1;
}
.slider-wrap ul.slides li .slider-content h1 span{
  /* font-family:'proxima_nova_altbold', Arial, Helvetica, sans-serif; */
  font-family: 'Open Sans', sans-serif;
  font-size: 3.625rem;
}
.slider-wrap .flexslider .flex-direction-nav{
  display: flex;
  justify-content: center;
  /*width: calc(100% - 20%);*/
  width: calc(100% - 16%);
  top: 40px;
  position: relative;
}
.slider-wrap .flexslider .flex-direction-nav li{
  margin-left: 5px;
  margin-right: 5px;
}
.slider-wrap .flexslider .flex-direction-nav li a{
  opacity: 1 !important;
  position: relative;
  z-index: 1;
  top:auto;
  width:30px;
  height: 30px;
  border-radius: 50%;
  border:1px solid rgba(255, 255, 255, 0.2);
}
.slider-wrap .flexslider .flex-direction-nav li a.flex-next{
  left: 0;
}
.slider-wrap .flexslider .flex-direction-nav li a.flex-prev:before{
  content: '';
  width: 100%;
    height: 100%;
  display: inline-block;
  background: url(/media/images/home_img/left-arrow.svg) no-repeat center center;
  background-size: 15px;
}
.slider-wrap .flexslider .flex-direction-nav li a.flex-next:before{
  content: '';
  width: 100%;
  height: 100%;
  display: inline-block;
  background: url(/media/images/home_img/right-arrow.svg) no-repeat center center;
  background-size: 15px;
}
.slider-wrap .flexslider .flex-direction-nav li a.flex-prev{
  right: 0;
  left: 0;
}
.thumb-images{
  margin-top:-90px;
}
.thumb-wrapper{
  max-width: 560px;
  margin-left: auto !important;
}
.flex-thumb{
  max-width:100%;
}
.slider-wrap .flex-thumb .flex-direction-nav{
  display: none;
}

.slider-wrap .flex-thumb .thumb-overlay{
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  padding:1rem;
}
.slider-wrap .flex-thumb .thumb-overlay h4{
  color: #fff;
  /* font-family:'proxima_nova_ltsemibold', Arial, Helvetica, sans-serif; */
  font-family: 'Open Sans', sans-serif;
  text-transform: uppercase;
  font-size: 1.375rem;
}
/* Welcome Section Css */
.welcome-wrapper{
  /* background:url(../img/welcome-bg.png) no-repeat left top;
  background-size: contain; */
  background: rgba(0, 0, 0, 0.85);
  color: #fff;
  /* margin-top: -56px; */
}
.welcome-wrapper-inner{
  /* background: rgba(0, 0, 0, 0.85); */
  background:url(/media/images/home_img/welcome-bg.png) no-repeat left top;
  background-size: contain;
  padding-bottom: 150px;
  padding-top:150px;
}
.welcome-wrapper h1{
  color:#fff;
  /* font-family:'proxima_nova_altbold', Arial, Helvetica, sans-serif; */
  font-family: 'Open Sans', sans-serif;
  font-size: 3.125rem;
  padding-right: 3.75rem;
  position: relative;
  padding-bottom: 1.875rem;
}
.welcome-wrapper h1:after{
  content: '';
  position: absolute;
  bottom: 0;
  right:3.75rem;
  min-width: 50px;
  height: 5px;
  background-color: #fff;
}
.welcome-wrapper-inner a.arrow{
  background: url(/media/images/home_img/arrowright_wht.svg) no-repeat right center;
  background-size: 18px;
  color: #fff;
  padding-right: 1.5rem;
  letter-spacing: 2px;
  /* font-family: 'proxima_nova_ltsemibold', Arial, Helvetica, sans-serif; */
  font-family: 'Open Sans', sans-serif;
  margin-top: 1rem;
  display: inline-block;
}
.welcome-wrapper-inner a{
  /*background: url(/media/images/home_img/arrowright_wht.svg) no-repeat right center;*/
  background-size: 18px;
  color: #fff;
  letter-spacing: 2px;
  /* font-family: 'proxima_nova_ltsemibold', Arial, Helvetica, sans-serif; */
  font-family: 'Open Sans', sans-serif;
  margin-top: 1rem;
  display: inline-block;
}

/* Event Section */
.event-wrapper .tab-wrapper .nav-tabs{
  border:none;
  margin-bottom: 2.375rem;
}
/*.event-wrapper .tab-wrapper .nav-tabs .nav-link:hover,
.event-wrapper .tab-wrapper .nav-tabs .nav-link:focus{
  border:none;
}*/
.event-wrapper .tab-wrapper .nav-tabs .nav-link{
  color: #999;
  /* font-family: 'proxima_nova_altbold', Arial, Helvetica, sans-serif; */
  font-family: 'Open Sans', sans-serif;
  font-size: 18px;
  border: none;
  padding-left: 0;
  padding-right: 0;
  max-width: 100%;
  position: relative;
  border-bottom: 4px solid #ffffff;
  display: inline-block;
}
button:focus{
  outline: none;
}
.event-wrapper .tab-wrapper .nav-tabs .nav-item{
  -webkit-box-flex: 0;
    -ms-flex: 0 0 33.33333%;
    flex: 0 0 33.33333%;
    max-width: 33.33333%;
}
.event-wrapper .tab-wrapper .nav-tabs .nav-item.show .nav-link, 
.event-wrapper .tab-wrapper .nav-tabs .nav-link.active{
  border-top:none;
  border-left:none;
  border-right:none;
  border-bottom: 4px solid #336699;
  color: #000;
  /*width: 90%;*/
  display: inline-block;
  padding-right: 20px;
}
.event-wrapper .tab-content .tab-pane .tab-image{
  margin-top:-4.375rem;
}
.section-title h2{
  /* font-family: 'Bodoni_SvtyTwo_ITC_TT', Arial, Helvetica, sans-serif;
  font-family: 'Open Sans', sans-serif; */
  font-size: 2.5rem;
}
.section-header .subtitle{
  color:#666666;
  font-size: 1.125rem;
  text-transform: uppercase;
}
.section-text{
  margin-top:2rem;
}
.section-text a{
  background: url(/media/images/home_img/arrow_right_black.svg) no-repeat right center;
  background-size: 18px;
  color: #333;
  padding-right: 1.5rem;
  letter-spacing: 2px;
  /* font-family: 'proxima_nova_ltsemibold', Arial, Helvetica, sans-serif; */
  font-family: 'Open Sans', sans-serif;
  margin-top: 1rem;
  display: inline-block;
  text-transform: uppercase;
}

.card .card-title{
  /* font-family: 'proxima_nova_altbold', Arial, Helvetica, sans-serif; */
  font-family: 'Open Sans', sans-serif;
  font-size: 1.125rem;
  /*text-transform: uppercase;*/
  margin:0 0 5px;
}
.card h5{
  font-size: 1rem;
}
/* Story Carousel */
.story-wrap .card{
  border:none;
  border-radius:0;
  -webkit-border-radius:0;
  -moz-border-radius:0
}
.story-wrap .card .card-body{
  padding-left: 0;
  padding-right: 0;
}

/* Footer Section */
.footer-wrap{
  /*background:url(/media/images/home_img/footer_bg.jpg) no-repeat left top;*/
  background-size:cover;
  text-align: center;
  padding-top: 5rem;
  padding-bottom: 2rem;
  position: relative;
}
.footer-wrap::before{
  content: '';
  position: absolute;
  top:0;
  left: 0;
  width:100%;
  height: 100%;
  /* background-color: rgba(0, 0, 0, 0.85); */
  background-color: rgba(0, 0, 0, 0.5);
}
.footer-wrap h2,
.footer-wrap h3{
  color:#fff;
}
.footer-wrap h2{
  font-size: 1.625rem;
  /* font-family: 'proxima_nova_altbold', Arial, Helvetica, sans-serif; */
  font-family: 'Open Sans', sans-serif;
}
.footer-wrap h3{
  font-size: 1.125rem;
  /* font-family: 'proxima_nova_ltthin', Arial, Helvetica, sans-serif; */
  font-family: 'Open Sans', sans-serif;
  word-spacing: 2px;
  text-transform: none;
}
footer.footer-wrap a{
  color: #fff;
}
.footer-wrap ul{
  list-style: none;
  padding: 0;
  display: flex;
  justify-content: center;
  margin-bottom: 0;
}
.footer-wrap ul li a{
  color:#fff;
  padding-left: 1rem;
  padding-right: 1rem;
  font-size: 12px;
}
.footer-wrap .footer-nav li{
  padding-left: 1rem;
  padding-right: 1rem;
}
.footer-wrap .footer-nav{
  margin-top: 4rem;
}
/* Loader */
.element-animate {
  opacity: 0;
  visibility: hidden;
}

#loader {
  position: fixed;
  width: 96px;
  height: 96px;
  left: 50%;
  top: 50%;
  -webkit-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  background-color: rgba(255, 255, 255, 0.9);
  -webkit-box-shadow: 0px 24px 64px rgba(0, 0, 0, 0.24);
  box-shadow: 0px 24px 64px rgba(0, 0, 0, 0.24);
  border-radius: 16px;
  opacity: 0;
  visibility: hidden;
  -webkit-transition: opacity .2s ease-out, visibility 0s linear .2s;
  -o-transition: opacity .2s ease-out, visibility 0s linear .2s;
  transition: opacity .2s ease-out, visibility 0s linear .2s;
  z-index: 1000;
}

#loader.fullscreen {
  padding: 0;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  -webkit-transform: none;
  -ms-transform: none;
  transform: none;
  background-color: #fff;
  border-radius: 0;
  -webkit-box-shadow: none;
  box-shadow: none;
}

#loader.show {
  -webkit-transition: opacity .4s ease-out, visibility 0s linear 0s;
  -o-transition: opacity .4s ease-out, visibility 0s linear 0s;
  transition: opacity .4s ease-out, visibility 0s linear 0s;
  visibility: visible;
  opacity: 1;
}

#loader .circular {
  -webkit-animation: loader-rotate 2s linear infinite;
  animation: loader-rotate 2s linear infinite;
  position: absolute;
  left: calc(50% - 24px);
  top: calc(50% - 24px);
  display: block;
  -webkit-transform: rotate(0deg);
  -ms-transform: rotate(0deg);
  transform: rotate(0deg);
}

#loader .path {
  stroke-dasharray: 1, 200;
  stroke-dashoffset: 0;
  -webkit-animation: loader-dash 1.5s ease-in-out infinite;
  animation: loader-dash 1.5s ease-in-out infinite;
  stroke-linecap: round;
}

@-webkit-keyframes loader-rotate {
  100% {
    -webkit-transform: rotate(360deg);
    transform: rotate(360deg);
  }
}

@keyframes loader-rotate {
  100% {
    -webkit-transform: rotate(360deg);
    transform: rotate(360deg);
  }
}

@-webkit-keyframes loader-dash {
  0% {
    stroke-dasharray: 1, 200;
    stroke-dashoffset: 0;
  }
  50% {
    stroke-dasharray: 89, 200;
    stroke-dashoffset: -35px;
  }
  100% {
    stroke-dasharray: 89, 200;
    stroke-dashoffset: -136px;
  }
}

@keyframes loader-dash {
  0% {
    stroke-dasharray: 1, 200;
    stroke-dashoffset: 0;
  }
  50% {
    stroke-dasharray: 89, 200;
    stroke-dashoffset: -35px;
  }
  100% {
    stroke-dasharray: 89, 200;
    stroke-dashoffset: -136px;
  }
}
.left_btn{
    bottom: 11px;
    position: absolute;
    z-index: 2;
    background: #f0b652;
    padding: 5px 18px;
    text-transform: uppercase;
    font-size: 13px;
    color: #000;
}
img.lft_icon{
    width: 12px;
    transform: rotate(320deg);
    margin-bottom: 4px;
    margin-right: 5px;
}
.image_wrapper.rotate img{
  transform: rotate(90deg);
  margin-left: 10px;
}
.row.for_position{
    margin-top: -100px;
    background: #fff;
}
.col-md-12.for_under{
    padding: 10px 28px;
}
h1.story_title{
    font-size: 20px;
    font-weight: 600;
    text-align: center;
    margin-top: 50px;
    margin-bottom: 30px;
    letter-spacing: 5px;
}
.flex-viewport{
  z-index: 9;
}
.logo-wrap.show,
.weather-wrap.show{
  display: none;
}
#navbarCollapse .nav-item a:hover{
  color: #8ccdff;
}
#slider .slider-content h1 span.font_change{
  font-family: 'Weekend', Arial, Helvetica, sans-serif;
  font-size: 4.875rem;
  line-height: 1;
}
#slider .slider-content h1 span{
    /*background: #000;*/
    /*opacity: 0.7;*/
    /*padding: 5px 15px;
    line-height: 100px !important;*/
    text-shadow: -1px 1px 0px #000000;
}
#open_dropdown{
    position: absolute;
    background: rgb(255, 255, 255);
    padding: 15px;
    display: block;
    margin-top: -10px;
}
#popup-btn:hover{
    cursor: pointer;
}
input.for_text{
    padding-left: 10px;
}
input.for_btn{
    background: #8ccdff;
    box-shadow: none;
    border: none;
    padding: 3px 10px;
}
input.for_btn:hover{
  cursor: pointer;
}
a.lowercase_text{
  text-transform: none;
  margin-left: 10px;
  background-image: none;
  font-size: 14px;
}
.mail_to{
  color: #fff;
}
.mail_to:hover{
  color: #8ccdff;
}
#slider .indicators{
  position: absolute;
  bottom: 43%;
  z-index: 9;
  width: 100%;
}
#slider .indicators .lft_indi{
  width: 50px;
  height: 50px;
  border-radius: 50%;
  border: 1px solid rgba(255, 255, 255, 0.2);
  position: absolute;
  left: 10px;
  background-color: rgba(0, 0, 0, 0.85);
}
#slider .indicators .right_indi{
  width: 50px;
  height: 50px;
  border-radius: 50%;
  border: 1px solid rgba(255, 255, 255, 0.2);
  float: right;
  margin-right: 10px;
  background-color: rgba(0, 0, 0, 0.85);
}
#slider .indicators .lft_indi:hover,
#slider .indicators .right_indi:hover{
  cursor: pointer;
}
#slider .indicators .left_indicator{
  width: 20px;
  position: absolute;
  left: 15px;
  top: 15px;
}
#slider .indicators .right_indicator{
  width: 20px;
  position: absolute;
  right: 24px;
  top: 15px;
}


/* Breadcrumb */
.breadcrumb-section .breadcrumb{
  background: none;
  padding-left: 0;
  padding-right: 0;
  text-transform: capitalize;
}
.breadcrumb-section .breadcrumb a{
  color:#336699;		
}
.breadcrumb-section .breadcrumb a:hover{
  opacity:0.8;
}
.breadcrumb>li+li:before {
  padding: 0 5px;
  color: #ccc;
  content: "/\00a0";
}
/* //Breadcrumb */

/* Interiror Page Css */
.main-content{
  position: relative;
  clear: both;
  /*margin: 35px 0;*/
  display: inline-block;
  width: 100%;
}
.page-title h1.title{
  /* font-family: 'proxima_nova_ltthin', sans-serif;
  font-size: 50px; */
  /* font-family: 'Bodoni_SvtyTwo_ITC_TT', Arial, Helvetica, sans-serif; */
  font-family: 'Open Sans', sans-serif;
  font-size: 42px;
  text-transform: uppercase;
}
.h2-title {
  color: #236496;
  text-transform: uppercase;
  line-height: 1.3;
  margin-top: 20px;
}
.planning-section h2.h2-title{
  color: #236496;
  text-transform: uppercase;
  line-height: 1.3;
  margin-top: 20px;
}
.breadcrumb-section .breadcrumb{
  background: none;
  padding-left: 0;
  padding-right: 0;
  text-transform: capitalize;
}
.breadcrumb-section .breadcrumb a{
  color:#336699;		
}
.breadcrumb-section .breadcrumb a:hover{
  opacity:0.8;
}
hr.bottom-border{
  background:url(/media/images/home_img/stripe.png) repeat-x 0 0;
  height: 5px;
  width: 100%;
  display: inline-block;
  border: none;
  margin-top: 10px;
  margin-bottom: 10px;
}
/* .main-content a{
  color:#336699;
} */
.main-content a#myA{
  position: relative;
  width: 300px;
  height: auto;
  z-index: unset;
}
.inner_banner img{
  width:100%;
}

/*Gallery*/
.gallery {
  position: relative;
  display: table;
}
.g-list ul {
  margin: 0;
  padding: 0;
  list-style: none;
}

.g-list ul li {
  width: 14.28%;
  float: left;
}
.g-list ul li img {
  display: block;
  width: 100%;
}
.g-box {
  position: absolute;
  width: 28.57%;
  background-color: #fff;
  right: 14.28%;
  top: 50%;
  transform: translateY(-50%);
  padding: 30px;
}
.g-box h2, 
.g-box h3 {
  line-height: 1.2;
  font-weight: 600;
}
.g-box h2, 
.g-box h3,
.g-box p {
  text-transform: uppercase;
  color: #236496;
}
.g-box p {
  margin-top: 15px;
  margin-bottom: 15px;
}
.g-box:before {
  content: "";
  position: absolute;
  left: 10px;
  right: 10px;
  top: 10px;
  bottom: 10px;
  border: 1px solid #E9AE30;
  z-index: -1;
}
.see-more a {
  background-color: #a6421b;
  color: #fff;
  padding: 5px 15px;
  text-transform: uppercase;
  transition: .3s;
}
.see-more a:hover {
  opacity: .8;
}
.image-section .caption {
  padding: 6px 0;
    font-size: 13px;
    line-height: 1.2;
}

.gallery-wrap{
  margin-top: 30px;
}
.gallery-container .col-sm-4{
  padding-left: 10px;
  padding-right: 10px;
}
.gallery-container .thumbnail{
  position: relative;
  text-align: center;
  border:none;
  padding: 0;
}
.thumbnail {
  display: block;
  padding: 4px;
  margin-bottom: 20px;
  line-height: 1.42857143;
  background-color: #fff;
  border: 1px solid #ddd;
  border-radius: 4px;
  -webkit-transition: border .2s ease-in-out;
  -o-transition: border .2s ease-in-out;
  transition: border .2s ease-in-out;
}
.gallery-container .thumbnail a .lightbox-overlay{
  position: absolute;
  width: 100%;
  height: 100%;
  
  top:0;
  left: 0;
  

  display: -webkit-flex; /* Safari */
  -webkit-align-items: center; /* Safari 7.0+ */
  display: flex;
  align-items: center;
}
.icon-gallery{
  background: rgba(0, 0, 0, 0.7);
  margin: auto;
  width: 30px;
  height: 30px;
  border-radius: 50%;
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  line-height: 30px;
}

.icon-gallery i{
  color: #fff;
}
.planning-section{
  /*border:1px solid #eeeeee;*/
  padding: 10px 2px;
  margin-bottom: 20px;
  margin-top:10px;
}
.planning-section h2.h2-title{
  margin-top: 0;
}
.tag-section h3.h3-title{
  /* font-family: 'Proxima Nova',  sans-serif; */
  font-family: 'Open Sans', sans-serif;
  text-transform: uppercase;
}
.tag-section ul{
  padding: 0;
  margin:0;
  list-style: none;
}
.tag-section ul li{
  float: left;
  margin-right: 10px;
}
.tag-section ul li a{
  text-transform: uppercase;
  color:#fff;
  background: #336699;
  padding: 5px 10px;
}
.tag-section ul li a:hover{
  background:#333;
  text-decoration: none;
}
.right-section ul{
  margin: 0;
  padding: 0;
  list-style: none;
  margin-bottom: 15px;
}
.right-section .right-address ul li:first-child{
  border-top: 1px solid #ccc;
}
.right-section .right-address ul li{
  padding:15px 0;
  border-bottom: 1px solid #ccc;
  display: inline-block;
  width: 100%;
}
.right-section .right-address ul li > div{
  float: left;
}
.right-section .right-address ul li a{
  line-height: 28px;
  float: left;
}
.address-icon{
  margin-right: 18px;
  margin-top: 1px;
}
.address-icon.phone-cont{
  margin-right: 22px;
}
.address-icon i{
  color:#336699;
  font-size: 24px;
}
.address-icon i.fa.fa-calendar{
  font-size: 16px;
}
.location-map .modal-body{
  padding: 0;
}
.location-map .modal-body iframe{
  width:100%;
  height:450px;
}
.location-map .modal-content{
  box-shadow: none;
  -webkit-box-shadow: none;
  -moz-box-shadow: none;
  background: none;
}
.location-map .modal-content{
  border:none;
}
.location-map .modal-header{
  padding: 15px 0 0;
}
.location-map .modal-header button.close{
  opacity: 1;
  color: #ccc;
  text-shadow: none;
  -webkit-text-shadow: none;
  -moz-text-shadow: none;
  font-size: 32px;
}



.right-section h3{
  font-size: 21px;
  text-transform: uppercase;
  /* font-family: 'Proxima Nova',  sans-serif; */
  font-family: 'Open Sans', sans-serif;
  color:#336699;
}
.right-links-section a{
  /*text-transform: capitalize;*/
}
.right-links-section .nav-tabs>li{
  margin:0;
  position: relative;
  padding:0 10px;
}
.right-links-section .nav-tabs>li:first-child{
  padding-left:0;
}
.right-links-section .nav-tabs>li:last-child{
  padding-right:0;
}
.right-links-section .nav>li:first-child:after{
  content: "|";
  position: absolute;
  top: 0;
  right: 0;
  font-size: 18px;
  color: #bcbcbc;
}
.right-links-section .nav-tabs>li.active>a,
.right-links-section .nav-tabs>li.active>a:focus,
.right-links-section .nav-tabs>li.active>a:hover{
  border:none;
  background: none;
}
.right-links-section .nav-tabs>li.active>a{
  color: #336699;

}
.right-links-section .nav>li>a{
  padding:0;
  color: #bcbcbc;
  border: none;
  font-size: 16px;
}
.right-links-section .nav-tabs{
  border:none;
  margin-bottom:15px;
}
.right-links-section #by_name a:hover{
  opacity: 0.8;
}
.right-links-section .nav>li>a:hover{
  background: none;
  color: #336699;
  border: none;
}
.right-links-section #activity label {
  padding:0;
  margin:0 0 5px;
  display:block; 
  cursor: pointer;
  font-weight: normal;
   }
   .right-links-section #activity ul{
  margin-top: 20px;
}
   .right-links-section #activity label input[type="checkbox"] {
  margin: 3px 0 0 0;
  float: left;
}

.right-links-section #activity label i{
  margin: 0 10px;
}
.goto-btn{
  margin-top:15px;
}
.goto-btn button{
  text-transform: uppercase;
  background: #336699;
    color: #fff;
    border-radius: 0;
    -webkit-border-radius: 0;
    -moz-border-radius: 0;
    padding: 6px 15px;
    border: none;
    cursor: pointer;
}
.goto-btn.tellus-btn{
   margin-top:6px;
}
.goto-btn.tellus-btn button{
  text-transform: uppercase;
  background: transparent;
    color: #336699;
    border-radius: 0;
    -webkit-border-radius: 0;
    -moz-border-radius: 0;
    padding: 6px 0;
    border: none;
    cursor: pointer;
}
/* .slbCaption{
	display:none !important;
} */
.slbContentOuter .slbIframeCont{ 
	width:50em !important;
}
#baguetteBox-overlay{
  display: none;
}
/* //Interiror Page Css */

/* Slideshow */
	
#slideshow {
  position:relative;
  width:100% !important;
  /* height:320px; */
  height:395px;
  overflow:hidden;
  /* border:8px solid #fff;
  -webkit-box-shadow:1px 1px 5px #ddd;
  -moz-box-shadow:1px 1px 5px #ddd;
  -o-box-shadow:1px 1px 5px #ddd;
  box-shadow:1px 1px 5px #ddd; */
}
#slideshow img {
  max-width: none;
  position:absolute;
  width:100%;
  height:395px;
  /* height:320px; */
  object-fit: cover;
  top:0;
  left:0;
  margin-left:0;
  margin-top:0;
  opacity:0;
  -webkit-transition-property: opacity, -webkit-transform;
  -webkit-transition-duration: 3s, 8s;
  -moz-transition-property: opacity, -moz-transform;
  -moz-transition-duration: 3s, 8s;
  -o-transition-property: opacity, -o-transform;
  -o-transition-duration: 3s, 8s;
  transition-property: opacity, transform;
  transition-duration: 3s, 8s;
}
#slideshow img  {
  -webkit-transform-origin: bottom left;
  -moz-transform-origin: bottom left;
  -o-transform-origin: bottom left;
  transform-origin: bottom left;
}
#slideshow :nth-child(2n+1) {
  -webkit-transform-origin: bottom right;
  -moz-transform-origin: bottom right;
  -o-transform-origin: bottom right;
  transform-origin: bottom right;
}
#slideshow :nth-child(3n+1) {
  -webkit-transform-origin: bottom left;
  -moz-transform-origin: bottom left;
  -o-transform-origin: bottom left;
  transform-origin: bottom left;
}
#slideshow :nth-child(4n+1) {
  -webkit-transform-origin: bottom right;
  -moz-transform-origin: bottom right;
  -o-transform-origin: bottom right;
  transform-origin: bottom right;
}
#slideshow .fx:first-child + img ~ img {
	z-index:-1;
}
#slideshow .fx {
  -webkit-transform: scale(1.1);
  -moz-transform: scale(1.1);
  -o-transform: scale(1.1);
  transform: scale(1.1);
  opacity:1;
}

/* Promo / popup box in header bottom right corner */
div.banner {
  position:relative;
}
.offer-section-wrap {
    position: absolute;
    bottom: 1px;
    left: 12px;
    width: 90%;
    z-index: 99;
}
.swim_more{
  font-weight: 300;
}
.offer-section{
	text-align: center;
	background:rgba(51, 102, 153, 1);
	color: #fff;
	padding:10px 20px;
	font-size: 16px;
  line-height: 1.4;
  min-height: 75px;
}
.offer-section:after{
	content:'';
	position: absolute;
	width: 0px;
  height: 0px;
  border-left: 20px solid transparent;
  border-right: 20px solid transparent;
	border-top: 20px solid rgba(51, 102, 153, 1);
	bottom: -20px;
	left: 42%;
}
.offer-section p{
	margin:0 0 10px;
  font-weight: 700;
}

/* Staff Directory page */

.pro-pic {
	position: absolute;
	left: 15px;
	top: -60px;
	z-index: 999;
}
.pro-pic img {
	width: 80px !important;
	height: 80px !important;
	object-fit: cover;
	border: 2px solid #fff;
	border-radius: 50%;
	-webkit-border-radius: 50%;
	-moz-border-radius: 50%;
}
.employees-detail .staff-contact {
    color: #666;
    font-size: 14px;
    line-height: 20px;
}

h3.event-title {
	margin-bottom: 10px;
}
/* .right-part h3 {
  margin-top: 11px;
} */
.right-part h3, h3 {
  font-size: 21px;
  line-height: 28px;
  font-family: Oswald;
  font-weight: 400;
  color: #265172;
}
.right-part h3 a {
	color: #265172;
}
.right-part .shadow-box {
	padding-bottom: 28px;
	padding-top: 25px;
	position: relative;
	display: inline-block;
	background-size: 100%;
}
.right-part .thumb-image img{
	margin-bottom: 10px;
}
.right-part .shadow-box.right-1 {
	padding-top: 0;
	margin-top: 0;
	border-top: none;
}
.right-part .shadow-box:last-child {
	background: none;
}
.right-part .shadow-box .text-part {
	display: inline-block;
  width: 100%;
  font-family: 'Open Sans', sans-serif;
  font-size: 14px;
  line-height: 22px;
  color: #000000;
}
.right-part .shadow-box .text-part iframe {
	height: 150px;
}

/* LEFT sidebar / menu */
/* .left-part h3 {
	font-size: 24px;
	font-weight: 600;
  margin-bottom: 10px;
  text-transform: uppercase;
}
.left-part h3 a {
	color: #236496;
  font-family: 'Open Sans', sans-serif;
  font-weight: normal;
} */
.left-part ul {
	padding-left: 0;
}
.left-part ul.catgry li.dropmenu {
	position: relative;
}
.left-part .ineer-left_head .catgry li.active {
	position: relative;
}
.left-part .catgry .dropmenu .sub-menu li a:hover, .left-part .catgry .dropmenu .sub-menu li.active a {
	font-weight: normal !important;
}
.left-part .ineer-left_head .catgry li.active.dropmenu .togglemenu {
	position: absolute;
	top: 0 !important;
	right: 0px;
  display: block;
  cursor: pointer;
}
.left-part .ineer-left_head .catgry li .togglemenu {
	display: none;
	position: absolute;
    top: 0 !important;
    right: 0px;
    cursor: pointer;
}
.left-part .ineer-left_head .catgry li.dropmenu .togglemenu{
  display: block;
  cursor: pointer;
}
.togglemenu1 .active-nav{
	font-size: 14px;
    color: #336699;
    text-transform: uppercase;
    letter-spacing: 1px;
    display: inline-block;
    width: 100%;
    padding-right: 15px;
    line-height: 18px;
    cursor: pointer;
}
.left-part .ineer-left_head .catgry li.dropmenu span.plus > img{
	width: 100%;
    max-width: 12px;
}
.left-part .ineer-left_head .catgry li.dropmenu .togglemenu1 span.plus > img{
	width: 100%;
    max-width: 12px;
}
.left-part .ineer-left_head .catgry li.active.nodropmenu .togglemenu1 span.plus{
	display: none;
}
.left-part .ineer-left_head .catgry li .togglemenu1 img{
	position: absolute;
	top: 4px;
	right: 3px;
	width: 15px;
}

.left-part .ineer-left_head .catgry li .sub-menu {
	display: block;
	padding-left: 10px;
}
.left-part .ineer-left_head .catgry .dropmenu > a {
	position: relative;
}
.left-part .ineer-left_head .catgry .togglemenu span, .left-part .ineer-left_head .catgry .togglemenu span {
	background-size: 15px;
	position: absolute;
	right: 0;
	content: '';
	width: 15px;
	height: 15px;
  top: 0;
  /* top: 8px; */
  cursor: pointer;
}
.left-part li {
	margin: 3px 0;
	display: inline-block;
	width: 100%;
}

.left-part li a {
  text-transform: uppercase;
  letter-spacing: 1px;
  display: inline-block;
  width: 100%;
}
.left-part li a:hover, .left-part li.active>a, .left-part h3 a:hover, .left-part li.active a.mehind {
  color: #e9ae30;
}
.left-part .catgry .dropmenu .sub-menu .pagelist a
{
  /* color: inherit; */
  font-weight: unset;
  font-size: .9em;
  text-transform: capitalize;
}
.sub-menu li.active a {
   font-weight: bold;
}
.left-part .catgry .dropmenu .sub-menu li a:hover,.left-part .catgry .dropmenu .sub-menu li.active a{
    font-weight: bold;
}

/* Event Calendar */
.table-style .today {
	background: #2A3F54;
	color: #ffffff;
}
.text-box .staff-details {
	background: #fff;
	display: inline-block;
	width: 100%;
	position: relative;
	z-index: 9;
  margin-top: 15px;
}
.text-box {
	position: relative;
	text-align: center;
	padding: 15px;
	margin-bottom: 0;
	width: 100%;
	text-align: left;
	display: inline-block;
}

/* Cov_all.css start */

.employees-list{
  margin-top: 30px;
}
.employees-member-profiles {
    padding-top: 0;
    padding-bottom: 0;
}
.employees-list-wrapper {
    max-width:100%;
    margin: 0;
}
.employees-list-wrapper h1{
  /* font-family: 'Bodoni_SvtyTwo_ITC_TT', Arial, Helvetica, sans-serif; */
  font-family: 'Open Sans', sans-serif;
  font-size: 42px;
}
.employees-list-wrapper .nav-tabs {
    border-bottom: medium none;
    padding-left: 0;
}
.employees-list-wrapper .nav-tabs > li {
    float: left;
    position: relative;
    margin: 0 17px;
    list-style: none;
}
.employees-list-wrapper .nav-tabs > li:first-child {
    margin-left: 0;
}
.employees-list-wrapper .nav-tabs > li:last-child:after {
    display: none;
}
.employees-list-wrapper .nav-tabs > li:after {
    position: absolute;
    content: "";
    right: -19px;
    top: 7px;
    background-color: #999999;
    width: 2px;
    height: 18px;
}
.employees-list-wrapper ul.nav.nav-tabs li a:hover{
    cursor: pointer;
}
a.active_tab{
  color: #336699 !important;
}
.employees-list-wrapper .nav-tabs > li > a {
    border: medium none;
    border-radius: 0;
    line-height: 1.42857;
    margin-right: 0;
    color: #999999;
    font-size: 21px;
    padding: 0;
    transition: all 0.5s ease-in-out;
}
.employees-list-wrapper .nav-tabs li a:hover {
    color: #000;
    background-color: transparent;
    transition: all 0.5s ease-in-out;
}
.employees-list-wrapper .nav-tabs > li.active > a, .employees-list-wrapper .nav-tabs > li.active > a:focus, .employees-list-wrapper .nav-tabs > li.active > a:hover {
    border: none;
    color: #000;
}
.employees-list .employees-detail {
    border: 1px solid #cecece;
    margin-bottom: 30px;
    margin-top: 0;
    position: relative;
    cursor: default;
    min-height: 376px;
    
}
.employees-list .employees-detail .success_reveal_message{
    font-size: 30px;
    color: green;
    line-height: 40px;
    padding-top: 30px !important;
    padding: 10px;
    padding-bottom: 60px;
}
.employees-list .employees-detail .image-holder img {
    width: 100%;
}
.employees-list .employees-detail .text-box {
    font-size: 18px;
}
.employees-list .employees-detail .text-box h2 {
    color: #333;
    font-size: 24px;
    font-weight: 600;
}
.employees-list .employees-detail .text-box p {
    color: #333;
    font-size: 17px;
    margin-bottom: 0;
    line-height: 18px;
    margin-top: 5px;
    min-height: 45px;
}
.employees-list .emloyees-card {
    margin: 0 -15px;
    padding-left: 15px;
}
.staff-description {
    font-style: italic;
    color: #336666;
    margin-top: 5px;
    margin-bottom: 10px;
    line-height: normal;
}
.employees-list .employees-detail:hover .pluse-hover {
    transition: all 0.5s ease-in-out;
    -webkit-transition: all 0.5s ease-in-out;
    -moz-transition: all 0.5s ease-in-out;
    visibility: visible;
    opacity: 1;
}
.employees-list .introtext {
    padding:0 15px 20px;
    font-size: 18px;
    line-height: 24px;
    color: #666666;
}
.employees-list ul li {
    list-style: none;
    float: left;
}

.right-part ul{
    padding-left: 0;
}
.right-part ul li {
    list-style: none;
    font-weight: 300;
    font-size: 14px;
    line-height: 20px;
    /*display: inline-block;*/
    width:100%;
    color:#000;
}
.remove_pad ul.for_bullets{
  padding-left: 15px;
}
.right-part ul li a{
    padding: 5px 0;
    /*border-bottom: 1px solid rgba(0, 0, 0, 0.1);*/
    display: inline-block;
    width:100%;
    font-size: 16px;
}
/*.thumb-image h3.sky-blue{
  font-size: 21px;
  text-transform: uppercase;
  font-family: 'Proxima Nova', sans-serif;
  color: #336699;
}*/
.right-part ul li:last-child{
    border-bottom: none;
    border-bottom:none;
}
header .nav>li>a{
    color:#333333 ;
}
/* card gallery issue */
.emloyees-card .card-customize-reveal .login-form .form-group,
.emloyees-card .card-customize-staff-reveal .login-form .form-group{
	position: relative;
	margin-bottom: 23px;
}
.emloyees-card .card-customize-reveal .login-form .form-group span.error,
.emloyees-card .card-customize-staff-reveal .login-form .form-group span.error{
	position: absolute;
    left: 0;
    bottom: -18px;
    font-size: 11px !important;
}
.emloyees-card .card-customize-reveal .login-form .form-group textarea,
.emloyees-card .card-customize-staff-reveal .login-form .form-group textarea{
    height:75px;
    padding: 10px;
    border: 1px solid #cecece;
}
.emloyees-card.custom-card .card-customize-reveal{
    overflow: hidden !important;
}
#usr_name,
#usr_email,
#usr_phone{
	padding-left: 8px;
  min-height: 40px;
  border: 1px solid #cecece;
}
.emloyees-card .card-customize-staff-reveal{
    overflow: hidden !important;
}
.employees-member-profiles .card-custom-reveal,
.employees-member-profiles .card-customize-reveal,
.employees-member-profiles .card-customize-staff-reveal{
  padding: 20px;
  position: absolute;
  background-color: rgb(255, 255, 255);
  width: 100%;
  left: 0px;
  bottom: 0px;
  height: 100%;
  z-index: 9999;
  overflow-y: auto;
  display: none;
}

.employees-member-profiles .show-custom-toggle{
  float: left;
  margin-top: 10px;
}
.employees-member-profiles .show-customize-toggle{
  margin-top: 10px;
}
.employees-member-profiles .custom-contact{
  line-height: 10px !important;
}
.employees-member-profiles .card-customize-reveal #usr_message,
.employees-member-profiles .card-customize-reveal #usr_name,
.employees-member-profiles .card-customize-reveal #usr_phone,
.employees-member-profiles .card-customize-reveal #usr_email {
  width: 99%;
}
.emloyees-card.custom-card .employees-detail button.close,
.employees-member-profiles .card-customize-staff-reveal button.close {
  margin-top: -18px;
  margin-right: -10px
}
.employees-member-profiles .card-customize-reveal .submittion,
.employees-member-profiles .card-customize-staff-reveal .submittion{
  background: #336699;
  color: white;
  width: 99%;
  height: 36px;
  border: none;
}
.card-customize-staff-reveal .submittion:hover{
	cursor: pointer;
}
.employees-member-profiles .card-custom-reveal p span,
.employees-member-profiles .card-custom-reveal p,
.employees-member-profiles .card-customize-staff-reveal p span,
.employees-member-profiles .card-customize-staff-reveal p {
  color: rgba(0, 0, 0, 0.71)!important;
  margin: 10px 0!important;
  font-weight: 400!important;
  font-style: normal!important;
  line-height: 1.5!important;
  font-size: 16px!important;
}
.employees-member-profiles .card-custom-reveal .close{
  position: absolute;
  right: 30px;
  top:35px;
}
.employees-member-profiles .card-customize-reveal #usr_message-error,
.employees-member-profiles #usr_name-error,
.employees-member-profiles #usr_email-error,
.employees-member-profiles #usr_phone-error{
  color: red;
}
.employees-member-profiles .card-bio p{
  margin-bottom: 15px;
}
.employees-member-profiles .card-bio ul{
  color: rgba(0, 0, 0, 0.71)!important;
  font-weight: 400!important;
  font-style: normal!important;
  line-height: 1.5!important;
  font-size: 16px!important;

}
.employees-member-profiles .card-bio ul li{
  list-style: disc;
}
.employees-member-profiles .emloyees-card-list .staff-contact,
.employees-member-profiles .emloyees-card-list .staff-toggle{
  float: left !important;
}
.employees-member-profiles .emloyees-card-list .staff-toggle{
  margin-top: 2px;
  -webkit-transition: all 0.3s ease 0s;
    -moz-transition: all 0.3s ease 0s;
    -ms-transition: all 0.3s ease 0s;
    -o-transition: all 0.3s ease 0s;
    transition: all 0.3s ease 0s;
}
.employees-member-profiles .emloyees-card-list .staff-toggle:hover{
    opacity: 0.8;
}
.employees-member-profiles .emloyees-card-list .staff-toggle h5{
    font-weight: normal;
    font-size: 15px;
}
.col-md-3.left-part.col-sm-3.hidden-xs{
    width: 16.33%;
    margin-left: 0;
    padding: 5px 0 0 18px;
    flex: unset;
}

.mid-right-cont.col-md-9.col-sm-9{
    width: 83%;
    padding-right: 0;
    max-width: unset;
    flex: unset;
}
.event-section{
    width:100%;
}
.event-box .event a{
    color:#2c2c6c;
    font-family: 'Noto Serif', serif;
}

/*Council Page*/
.directory-box .user-bio {
    display: none;
    margin-left: 0;
    padding-left: 0;
    margin-top: 18px !important;
}
.card-customize-staff-reveal .close:hover{
    cursor: pointer;
}

section.main-content{
    margin-top: 20px;
}

.employees-list-wrapper .nav-tabs li a{
  /*font-family: 'Bodoni_SvtyTwo_ITC_TT', Arial, Helvetica, sans-serif;*/
  font-size: 22px;
  text-transform: uppercase;
  /* font-family: "Proxima Nova", Arial, sans-serif; */
  font-family: 'Open Sans', sans-serif;
}

/* Photos Landing page */
.section{
  position:relative
}
/*.section_wrapper,.container{
  max-width:1220px;
  margin:0 auto;
  position:relative
}*/
.section.full-width > .section_wrapper{
  max-width:100%!important;
  padding-left:0!important;
  padding-right:0!important
}
.section_wrapper:after,.container:after{
  clear:both;
  content:" ";
  display:block;
  height:0;
  visibility:hidden;
}

.mcb-wrap{
  float:left;
  position:relative;
  z-index:1;box-sizing:border-box;
}
.mcb-wrap.move-up{
  z-index:28;
}
.mcb-wrap.divider{
  width:100%;
  height:0!important
}

.column,.columns{
  float:left;
  margin:0 1% 40px;
}

/* .column */
.one-sixth.column				{ width: 14.666%; }	/* 1/6 */
.one-fifth.column				{ width: 18%; }			/* 1/5 */
.one-fourth.column,
.four.columns						{ width: 23%; }			/* 1/4 */
.one-third.column				{ width: 31.333%; }	/* 1/3 */
.two-fifth.column				{ width: 38%; }			/* 2/5 */

.one-second.column			{ width: 48%; }			/* 1/2 */
.three-fifth.column			{ width: 58%; }			/* 3/5 */
.two-third.column				{ width: 64.666%; }	/* 2/3 */
.three-fourth.column		{ width: 73%; }			/* 3/4 */
.four-fifth.column			{ width: 78%; }			/* 4/5 */
.five-sixth.column			{ width: 81.333%; }	/* 5/6 */
.one.column							{ width: 98%; }			/* 1/1 */

hr.no_line{
  border-top: 0;
}
.column_attr.clearfix h2{
  color: #336699;
    text-transform: uppercase;
    font-size: 30px;
    line-height: 32px;
    font-weight: 900;
    letter-spacing: 5px;
}

.mfp-fade.mfp-bg {
opacity: 0;
-webkit-transition: all 0.15s ease-out; 
-moz-transition: all 0.15s ease-out; 
transition: all 0.15s ease-out;
}
.mfp-fade.mfp-bg.mfp-ready {
opacity: 0.8;
}
.mfp-fade.mfp-bg.mfp-removing {
opacity: 0;
}

.mfp-fade.mfp-wrap .mfp-content {
opacity: 0;
-webkit-transition: all 0.15s ease-out; 
-moz-transition: all 0.15s ease-out; 
transition: all 0.15s ease-out;
}
.mfp-fade.mfp-wrap.mfp-ready .mfp-content {
opacity: 1;
}
.mfp-fade.mfp-wrap.mfp-removing .mfp-content {
opacity: 0;
}
.right_image ul{
padding: 0;
}
.right_image ul li{
list-style: none;
float: left;	
}
.modal-dialog.custom{
max-width: 900px;
top: 40px;
}
.modal-dialog.custom .modal-body{
padding: 0;
}
.close.cls:hover{
cursor: pointer;
color: #fff;
}
.close.cls{
padding: 0;
background: transparent;
border: 0;
-webkit-appearance: none;
position: absolute;
top: -25px;
z-index: 99999;
right: 5px;
font-size: 20px;
}

@media screen and (max-width: 767px) {
img.visible_photo.scale-with-grid{
  max-width: 100%;
  height: auto;
}
.two-third.column{
  width: 100%;
}
.section.mcb-section.custom{
  padding-left: 33px;
  padding-right: 33px;
  padding-top: 50px !important;
}
.column.mcb-column.one-third.column_column.surfing_box{
  width: 100%;
}
h2.for_aligns{
  font-size: 19px !important;
  line-height: 19px !important;
  letter-spacing: 3px !important;
}
}


.right-portfolio ul{
margin-left: -15px;
margin-right: -15px;
}
.right-portfolio li{
width:50%;
display: inline-block;
float: left;
padding:15px;
}
.portfolio-list .portfolio-item {
  position: relative;
}
.thumb-info {
  display: block;
  position: relative;
  text-decoration: none;
  max-width: 100%;
  background-color: #FFF;
  border-radius: 0;
  overflow: hidden;
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
  -webkit-transform: translate3d(0, 0, 0);
  transform: translate3d(0, 0, 0);
}
.thumb-info .thumb-info-wrapper {
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
  -webkit-transform: translate3d(0, 0, 0);
  transform: translate3d(0, 0, 0);
  border-radius: 0;
  margin: 0;
  overflow: hidden;
  display: block;
  position: relative;
}
.thumb-info img {
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
  border-radius: 3px;
  position: relative;
  width: 100%;
}
.thumb-info:hover img {
  -webkit-transform: scale(1.1, 1.1);
  transform: scale(1.1, 1.1);
}
.thumb-info.thumb-info-centered-info .thumb-info-title {
  background: transparent;
  left: 5%;
  width: 90%;
  -webkit-transition: opacity .2s ease-out, -webkit-transform .2s ease-out;
  transition: opacity .2s ease-out, -webkit-transform .2s ease-out;
  transition: transform .2s ease-out, opacity .2s ease-out;
  transition: transform .2s ease-out, opacity .2s ease-out, -webkit-transform .2s ease-out;
  -webkit-transform: translate(0%, -50%);
  transform: translate(0%, -50%);
  top: 50%;
  bottom: auto;
  opacity: 0;
  text-align: center;
  padding: 0;
  position: absolute;
}
.thumb-info .thumb-info-inner {
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
  display: block;
}
.thumb-info .thumb-info-wrapper:after {
  content: "";
  background: rgba(33, 37, 41, 0.8);
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
  border-radius: 4px;
  bottom: -4px;
  color: #FFF;
  left: -4px;
  position: absolute;
  right: -4px;
  top: -4px;
  display: block;
  opacity: 0;
  z-index: 1;
}
.thumb-info:hover .thumb-info-wrapper:after {
  opacity: 1;
}
.thumb-info.thumb-info-centered-info .thumb-info-title {
color:#fff;
}
.thumb-info.thumb-info-centered-info:hover .thumb-info-title {
  opacity: 1;
  -webkit-transform: translate(0%, -50%);
  transform: translate(0%, -50%);
  z-index: 2;
}

.disabled-popup{
  display: none;
}
.iframe-wrapper iframe{
  width:100%;
  min-height: 250px;
}
.page-title h1.title{
  text-transform: none;
}
.photo_counter {
    position: relative;
    top: 30px;
    left: 48px;
    /* font-family: 'Bodoni SvtyTwo OS ITC TT'; */
    font-family: 'Open Sans', sans-serif;
    font-size: 40px;
    font-weight: normal !important;
    color: #bec0c1;
}
.portfolio-item span.thumb-info-wrapper.border-radius-0 span.thumb-info-title {
    top: 60px;
    left: 12px;
    line-height: 0;
}

.portfolio-item span.thumb-info-inner.text-1 {
    /* font-family: 'Bodoni SvtyTwo OS ITC TT'; */
    font-family: 'Open Sans', sans-serif;
    font-size: 29px;
    line-height: 35px;
    text-align: left;
    font-weight: normal;
    min-height: 105px;
}
/* pressromm page start */

.typology-section > :last-child{
  margin-bottom: 0;
}
.sidebar_intro{
  margin-bottom: 20px;
}
/*.section-content {
    max-width: 720px;
    margin: 0 auto 12rem;
        margin-bottom: 12rem;
}*/
.typology-posts {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
  }
  .typology-layout-b:first-child {
    padding-top: 0;
}
.typology-layout-b {
    padding-left: 13rem;
    padding-bottom: 67px;
    margin-bottom: 0;
    padding-top: 67px;
}
.typology-post {
    position: relative;
    /*margin-bottom: 9rem;
    padding-bottom: 10rem;*/

}
.pressroom-section .typology-post{
  display: none;
}
.typology-post.typology-layout-b::before, .section-content-b .typology-ad-between-posts::before {
    background: 
    rgba(68,68,68,0.2);
}
.section-content-b .typology-ad-between-posts::before, .typology-post.typology-layout-b::before {
    content: "";
    height: 100%;
    position: absolute;
    width: 1px;
    left: 9rem;
    top: 25px;
    display: block;
}
.entry-footer, .entry-header {
    position: relative;
    z-index: 2;
}
.entry-header {
    margin-bottom: 27px;
}
.entry-title {
    -ms-word-wrap: break-word;
    word-wrap: break-word;
}
.entry-title, .typology-layout-a .entry-content p:last-child, .typology-layout-b .entry-content p:last-child, .typology-layout-b .entry-content p:only-of-type, blockquote p, q p {
    margin-bottom: 0;
}
.entry-title a {
    -webkit-transition: all .15s ease-in-out;
    -moz-transition: all .15s ease-in-out;
    -ms-transition: all .15s ease-in-out;
    -o-transition: all .15s ease-in-out;
    transition: all .15s ease-in-out;
    text-decoration: none;
    color: #000;
    text-transform: uppercase;
    font-size: 30px;
}
.typology-posts .entry-title a {
  -webkit-transition: all .15s ease-in-out;
  -moz-transition: all .15s ease-in-out;
  -ms-transition: all .15s ease-in-out;
  -o-transition: all .15s ease-in-out;
  transition: all .15s ease-in-out;
  text-decoration: none;
  color: #236496;
  font-size: 24px;
}

.para_cont a:hover {
  text-decoration: none !important;
  color: #939ca3 !important;
}
.pressroom-section .typology-layout-b {
  padding-bottom: 40px;
  margin-bottom: 0;
  padding-top: 5px;
}
.pressroom-section .typology-fake-bg {
  margin-top: 50px;
}

.pressroom-section .typology-layout-b.first_child {
  padding-top: 0;
}

.typology-fake-bg {
    margin-top: 30px;
}
.entry-meta {
    margin-top: 10px;
}
.meta-item {
    text-transform: none;
}
.typology-pagination .navigation {
    position: relative;
    max-width: 355px;
    margin: 0 auto;
    display: block;
    height: 42px;
    /*text-align: center;*/
}
.para_cont.open_txt .more-text,
.para_cont.open_txt .close_txt{
  display: block;
}
.para_cont .close_txt{
  display: none;
}
.para_cont .close_txt:hover{
  cursor: pointer;
}
.para_cont .close_txt{
  color: #336699;
  margin-top: 15px;
}
.para_cont.open_txt a.read-more{
  display: none;
}
.entry-content.for_fonts img{
  margin-bottom: 15px;
}
.typology-pagination{
  margin-top: 67px;
  margin-bottom: 67px;
}
.typology-loader {
    font-size: 8px;
    width: 32px;
    margin: 0 auto 0 -16px;
    opacity: 0;
    top: 17px;
    height: 10px;
    left: 50%;
    z-index: -1;
    position: absolute;
}
.typology-pagination .infinite-scroll a, .typology-pagination .load-more a, .typology-pagination .nav-links .next, .typology-pagination .nav-links .prev, .typology-pagination .next a, .typology-pagination .prev a {
    min-width: 160px;
}
.typology-pagination .current, .typology-pagination .infinite-scroll a, .typology-pagination .load-more a, .typology-pagination .nav-links .next, .typology-pagination .nav-links .prev, .typology-pagination .next a, .typology-pagination .prev a {
    color: #ffffff;
    background: #333333;
}
.typology-pagination a, .typology-pagination span {
    font-size: 1.1rem;
    line-height: 39px;
    text-align: center;
    text-transform: uppercase;
    display: inline-block;
    text-decoration: none;
}
.meta-item, .meta-item span, .meta-item a, .comment-metadata a {
    color: #888888;
}
.typology-layout-b .post-date-hidden, .meta-item {
    font-size: 1.3rem;
    display: none;
}
.meta-item {
    margin-right: 15px;
}
.meta-item {
    display: inline-table;
    vertical-align: top;
}
.coauthors {
    display: inline;
}
.meta-item, .meta-item span, .meta-item a, .comment-metadata a {
    color: #888888;
}
.meta-author a {
    margin-left: 5px;
}
.meta-item, .meta-item span, .meta-item a, .comment-metadata a {
    color: 
    #888888;
}
.meta-item a {
    text-decoration: none;
    padding-bottom: 3px;
    border-bottom: 1px solid 
    transparent;
    -webkit-transition: border-bottom .1s ease-in-out;
    -o-transition: border-bottom .1s ease-in-out;
    transition: border-bottom .1s ease-in-out;
}
.typology-layout-b .post-date {
    position: absolute;
    top: -4px;
    left: -139px;
    text-align: center;
    width: 75px;
  }
  .typology-layout-b .post-date-day, .typology-outline-nav li a:hover, .style-timeline .post-date-day {
    color: 
    #c62641;
}
.typology-layout-b .post-date-day {
    font-size: 6rem;
    display: block;
    line-height: 6rem;
}

.post-date-month{
    color: #333333;
}

.typology-layout-b .post-date::after, blockquote::before, q::before {
    background: #c62641;
}
.typology-layout-b .post-date::after {
    content: "";
    position: absolute;
    height: 11px;
    width: 11px;
    display: block;
    border-radius: 50%;
    left: 94px;
    top: 17px;
    z-index: 2;
}
.comment-content a, .comment-reply-link, .entry-content a, .logged-in-as a, .textwidget a, .typology-footer .widget p a {
    text-decoration: none;
    padding-bottom: 3px;
    border-bottom: 1px solid;
    -webkit-transition: border-bottom .1s ease-in-out;
    -o-transition: border-bottom .1s ease-in-out;
    transition: border-bottom .1s ease-in-out;
}
.typology-featured-image {
    position: relative;
    padding: 0 !important;
    border: none !important;
    display: inline-block;
    margin-bottom: 33px;
}

.entry-content .typology-featured-image:hover {
    background: #000;
    opacity: 0.9;
    -webkit-transition: opacity .2s ease-in-out;
    -moz-transition: opacity .2s ease-in-out;
    -ms-transition: opacity .2s ease-in-out;
    -o-transition: opacity .2s ease-in-out;
    transition: opacity .2s ease-in-out;
}

/*.style-thumbnail .entry-image a::after, .typology-featured-image::after {
    content: "";
    position: absolute;
    left: 0;
    top: 0;
    height: 100%;
    width: 100%;
    background: #000;
    opacity: 0;
    -webkit-transition: opacity .2s ease-in-out;
    -moz-transition: opacity .2s ease-in-out;
    -ms-transition: opacity .2s ease-in-out;
    -o-transition: opacity .2s ease-in-out;
    transition: opacity .2s ease-in-out;
}*/
.entry-title, .typology-layout-a .entry-content p:last-child, .typology-layout-b .entry-content p:last-child, .typology-layout-b .entry-content p:only-of-type, blockquote p, q p {
    margin-bottom: 0;
}
.typology-post::after, .section-title::after, .typology-pagination::before {
    background: 
    rgba(51,51,51,0.2);
}
.section-title::after, .typology-post::after {
    content: "";
    height: 1px;
    width: 50px;
    position: absolute;
    bottom: 0;
    left: 50%;
    margin-left: -25px;
    background: rgba(68,68,68,0.2);
}
header.entry-header .entry-meta .meta-item.meta-author {
    font-size: 15px !important;
}

header.entry-header .entry-meta .meta-item.meta-author .coauthors span.vcard.author span.fn{
    font-size:15px;
}
header.entry-header .entry-meta .meta-item.meta-author .coauthors span.vcard.author span.fn:after ,
header.entry-header .entry-meta .meta-item.meta-rtime:after{
    content: "/";
    right: -7px;
    position: relative;
}

/*header.entry-header .entry-meta .meta-item.meta-author .coauthors span.vcard.author
 span.fn a:hover{
border-bottom: 1px solid;
}*/

header.entry-header .entry-meta .meta-item.meta-rtime {
    font-size: 15px;
}

header.entry-header .entry-meta .meta-item.meta-comments {
    font-size: 15px;
}
header.entry-header .entry-meta .meta-item.meta-comments a:hover{

border-bottom: 1px solid;
}

/*Photo gallery start */
ul#lightgallery .photo_title,
ul#lightgallery .photo_counter{
  display: none;
}
ul#lightgallery li a:hover > .photo_title{
  display: block;
  position: absolute;
  top: 10px;
  left: 10px;
  /* font-family: 'Bodoni_SvtyTwo_ITC_TT'; */
  font-family: 'Open Sans', sans-serif;
  color: #fff;
  font-size: 26px;
  line-height: 32px;
  z-index: 999;
}
ul#lightgallery li a:hover > .photo_counter{
  display: block;
  position: absolute;
  color: #c3c5c7;
  font-size: 42px;
  line-height: 32px;
  left: 115px;
  top: 140px;
  z-index: 999;
}
#lightgallery a{
  position: relative;
}
ul#lightgallery li a:hover:before{
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    z-index: 200;
    background: rgba(33, 37, 41, 0.8);;
    -webkit-transition: all 0.6s;
    transition: all 0.6s;
    display: block;
    height: 100%;
    width: 100%;
}

ul#lightgallery{
  padding: 0;
}
.demo-gallery > ul > li {
  width: 170px !important;margin: 0 !important;
  display: inline-block;
  list-style: outside none none;
  position: relative;
}

.demo-gallery > ul > li a {
  border: 3px solid #FFF;
  border-radius: 3px;
  display: block;
  overflow: hidden;
  position: relative;
  float: left;
}

.demo-gallery > ul > li a > img {
  -webkit-transition: -webkit-transform 0.15s ease 0s;
  -moz-transition: -moz-transform 0.15s ease 0s;
  -o-transition: -o-transform 0.15s ease 0s;
  transition: transform 0.15s ease 0s;
  -webkit-transform: scale3d(1, 1, 1);
  transform: scale3d(1, 1, 1);
  height: 100%;
  width: 100%;
}

.demo-gallery > ul > li a:hover > img {
  -webkit-transform: scale3d(1.1, 1.1, 1.1);
  transform: scale3d(1.1, 1.1, 1.1);
}

.demo-gallery > ul > li a:hover .demo-gallery-poster > img {
  opacity: 1;
}

.demo-gallery > ul > li a .demo-gallery-poster {
  background-color: rgba(0, 0, 0, 0.1);
  bottom: 0;
  left: 0;
  position: absolute;
  right: 0;
  top: 0;
  -webkit-transition: background-color 0.15s ease 0s;
  -o-transition: background-color 0.15s ease 0s;
  transition: background-color 0.15s ease 0s;
}

.demo-gallery > ul > li a .demo-gallery-poster > img {
  left: 50%;
  margin-left: -10px;
  margin-top: -10px;
  opacity: 0;
  position: absolute;
  top: 50%;
  -webkit-transition: opacity 0.3s ease 0s;
  -o-transition: opacity 0.3s ease 0s;
  transition: opacity 0.3s ease 0s;
}

.demo-gallery > ul > li a:hover .demo-gallery-poster {
  background-color: rgba(0, 0, 0, 0.5);
}

.demo-gallery .justified-gallery > a > img {
  -webkit-transition: -webkit-transform 0.15s ease 0s;
  -moz-transition: -moz-transform 0.15s ease 0s;
  -o-transition: -o-transform 0.15s ease 0s;
  transition: transform 0.15s ease 0s;
  -webkit-transform: scale3d(1, 1, 1);
  transform: scale3d(1, 1, 1);
  height: 100%;
  width: 100%;
}

.demo-gallery .justified-gallery > a:hover > img {
  -webkit-transform: scale3d(1.1, 1.1, 1.1);
  transform: scale3d(1.1, 1.1, 1.1);
}

.demo-gallery .justified-gallery > a:hover .demo-gallery-poster > img {
  opacity: 1;
}

.demo-gallery .justified-gallery > a .demo-gallery-poster {
  background-color: rgba(0, 0, 0, 0.1);
  bottom: 0;
  left: 0;
  position: absolute;
  right: 0;
  top: 0;
  -webkit-transition: background-color 0.15s ease 0s;
  -o-transition: background-color 0.15s ease 0s;
  transition: background-color 0.15s ease 0s;
}

.demo-gallery .justified-gallery > a .demo-gallery-poster > img {
  left: 50%;
  margin-left: -10px;
  margin-top: -10px;
  opacity: 0;
  position: absolute;
  top: 50%;
  -webkit-transition: opacity 0.3s ease 0s;
  -o-transition: opacity 0.3s ease 0s;
  transition: opacity 0.3s ease 0s;
}

.demo-gallery .justified-gallery > a:hover .demo-gallery-poster {
  background-color: rgba(0, 0, 0, 0.5);
}

.demo-gallery .video .demo-gallery-poster img {
  height: 48px;
  margin-left: -24px;
  margin-top: -24px;
  opacity: 0.8;
  width: 48px;
}
/*Photo gallery end */

ul#hover_box_image {
    list-style: none;
}
ul#hover_box_image_two{
  list-style: none;
}
.hover_one .col-sm-6 {
    float: left;
    padding: 0;
}

 .hover_two .col-sm-6{
  float: left;
  padding: 0;
 }
 .img-wrapper-second:after {
/* .img-circle:after { */
   width: 311px;
    height: 179px;
    /*background-color: #2DFFF3;*/
    background-color: #8CCDFF;
    position: absolute;
    content: " ";
    top: 32px;
    left:48px;
    z-index: -9;
}


.col-sm-12.hover_one .img-first{
  position: relative;
  left: 2px;
}

.col-sm-12.hover_one .img-first:before{
    width: 90px;
    height: 185px;
    /*background-color: #2DFFF3;*/
    background-color: #8CCDFF;
    position: absolute;
    content: " ";
    top: 180px;
    left: 40px;
}
.img-circle {
  position: relative;
  top: -34px;
  left: 35px;
  z-index: 10;
}
.col-sm-12.hover_one {
    padding: 0;
}
.col-sm-12.hover_two {
    position: relative;
    clear: both;
    z-index: 9;
}
.col-sm-12.hover_three {
    bottom: 150px;
}
.video_image {
    position: relative;
    top: -95px;
    left: 125px;
}
.hover_three .col-sm-12.col-md-8 {
    float: left !important;
    padding: 0;
}
.hover_three .col-sm-12.col-md-4{
    float: left !important;
    padding: 0;
}


.hover_one img.img-responsive {
    position: relative;
    top: -7px;
}
.hover_two .video_image {
    position: relative;
    top: -132px;
    left: 85px;
}

.hover_three .col-sm-8{
    float: left;
    padding: 0;
}
.hover_three .col-sm-4 {
    float: left;
    padding: 0;
}

.hover_three img.img-responsive {
    top: -28px;
    position: relative;
    left: 50px;
}
.hover_three h5 {
    top: 35px;
    position: relative;
    text-align: right;
    color: #336699;
    /* font-family: 'proxima_nova_altbold', Arial, Helvetica, sans-serif; */
    font-family: 'Open Sans', sans-serif;
    text-transform: uppercase;
    font-size: 17px;
    letter-spacing: 1px;
    line-height: 18px;
    right: 8px;
}

/*.video_image:after {
   position: absolute;
    left: 32%;
    background-image: url('https://www.jjcreative.com/USLA/img/photo_gallery/play-btn.png');
    width: 125px;
    height: 125px;
    content: " ";
    background-repeat: no-repeat;
    opacity: 0.9;background-size: 100%;
    top: 35%;}
*/
.video_image{
  position: relative;
}
.hover_one .col-sm-12.col-md-6 {
    float: left;
    padding: 0;
}

.hover_one .col-sm-12.col-md-6 {
    float: left;
    padding: 0;
}
section.story-wrap .card-body h4.card-title a{
  color: #000;
}
footer.footer-wrap{
  margin-top: 30px;
}

/* for FAQ module start */
div.for_size{
  width: 576px;
  overflow: hidden;
  display: inline-block;
}
h4.panel-title.faq-title{
  margin-bottom: 0;
}
h3.faq-subheading {
  position: relative;
  padding-bottom: 15px;
  padding-top: 15px;
  margin-bottom: 0;
  border-bottom: 1px solid #000;
  padding-top: 15px;
  cursor: pointer;
  font-size: 24px;
}
h3.faq-subheading.more:after {
  content: "+";
  font-size: 24px;
  position: absolute;
  right: 15px;
  top: 15px;
  font-family: 'Open Sans', sans-serif;
  color: #337ab7;
  font-weight: 600;
}
h3.faq-subheading.more.active {
  color: #337ab7;
  color: #337ab7;
  border-bottom: 1px solid #337ab7;
}
h3.faq-subheading.more.active:after {
  content: "close";
  font-size: 14px;
  position: absolute;
  right: 8px;
  top: 20px;
  color: #337ab7;
  font-weight: 300;
  text-transform: capitalize;
  font-family: 'Open Sans', sans-serif;
}

.faq-accordian-wrap.panel-default > .panel-heading {
  background: none;
  padding: 0;
  display: inline-block;
  width: 100%;
  border: none;
  position: relative;
  cursor: pointer;
}
.faq-accordian-wrap.panel-default > .panel-heading::after {
  content: "";
  background: url(/media/images/home_img/right-arrow1.svg) no-repeat scroll 0 0;
  display: inline-block;
  width: 15px;
  height: 15px;
  position: absolute;
  right: 0;
  top: 10px;
}
h4.panel-title.faq-title a{
  margin-right: 0 !important;
}
.faq-accordian-wrap.panel-default > .panel-heading.isOpen::after {
  content: "";
  -webkit-transform: rotate(90deg);
  -moz-transform: rotate(90deg);
  -ms-transform: rotate(90deg);
  -o-transform: rotate(90deg);
  transform: rotate(90deg);
}
.faq-accordian-wrap.panel-default {
  background: none;
  box-shadow: none;
  -webkit-box-shadow: none;
  -moz-box-shadow: none;
  display: inline-block;
  width: 100%;
  padding: 15px 0;
  border-bottom: 1px solid #ddd;
  border-top: none;
  border-left: none;
  border-right: none;
  border-radius: 0;
  -webkit-border-radius: 0;
  -moz-border-radius: 0;
  margin-bottom: 0;
  cursor: pointer;
}
.faq-accordian-wrap.panel-default .panel-body {
  border-top: none !important;
  padding-left: 0;
  padding-right: 0;
}
.faq-accordian-wrap.panel-default>.panel-heading h4.panel-title.faq-title > a {
  font-size: 18px;
  margin-bottom: 5px;
  font-weight: 400;
  color: #000;
  position: relative;
  line-height: normal;
}
/* for FAQ module end */

/* stuff module start */
.resources_page .title-link h3.event-title, .list-item-section a h3.event-title {
  font-family: 'Roboto Slab', serif;
  font-size: 24px;
  margin-bottom: 5px;
  font-weight: 700;
  margin-top: 15px;
  color: #000;
}
a.title-link:hover h3.event-title, a.title-link:focus h3.event-title {
  opacity: 0.8 !important;
}
.resources_page .event-box, .resource-top-cont {
  padding-bottom: 105px;
  /* background: url(/media/images/home_img/border_bg.png) no-repeat center bottom; */
  position: relative;
  margin-bottom: 8px;
  border-bottom: none;
  /*background-position-y: 110%;*/
}
.resources_page .event-box:before, .resource-top-cont:before {
  content: '';
  height: 1px;
  width: 40%;
  background: #000;
  position: absolute;
  bottom: 35px;
  left: 0;
}
.resources_page .event-box:after, .resource-top-cont:after {
  content: '';
  height: 1px;
  width: 40%;
  background: #000;
  position: absolute;
  bottom: 35px;
  right: 0;
}
.resources_page .event-box p, .list-item-section .event-box p {
  margin-bottom: 3px;
  line-height: 20px;
}
.resources_page .resources_page > h4 {
  margin-bottom: 40px;
}
.resources_page h2 {
  font-weight: 700;
  font-size: 36px;
  margin-bottom: 10px;
}
/*.resource-top-cont {
  margin-top: 20px;
}*/
.resource-part {
  width: 100%;
}
html body h3.event-title.stuff-list-title {
  font-size: 26px ;
  line-height: 30px;
  margin-bottom: 5px;
  font-weight: 400 ;
  margin-top: 15px;
  color: #369;
  margin-top: 0;
}
.stuff-thumb-image {
  position: relative;
}
.stuff-thumb-image .thumb-overlay {
  height: 100%;
  width: 100%;
  background: rgba(255, 255, 255, 0.3);
  position: absolute;
  top: 0;
  left: 0;
  text-align: center;
  opacity: 0;
  transition: all 0.5s ease;
  -webkit-transition: all 0.5s ease;
  -moz-transition: all 0.5s ease;
 -0-transition: all 0.5s ease;
}
.stuff-thumb-image a:hover .thumb-overlay {
  opacity: 1;
}
.stuff-thumb-image .thumb-overlay span {
  display: table;
  vertical-align: middle;
  height: 100%;
  width: 100%;
}
.stuff-thumb-image .thumb-overlay span i {
  display: table-cell;
  vertical-align: middle;
  color: #000;
  font-size: 20px;
}
.event-section .event-left {
  max-width: 150px;
  float: left;
}
.event-section .stuff-event-wrapp {
  padding-left: 180px;
}
.event-section .event {
  display: inline-block;
  width: 100%;
}
/* stuff module end */



/* Event module start */
.filter.event-filter select.selectpicker{
  border: 1px solid #ccc;
  color: #333;
  margin-right: 3px;
  background: #fff;
  padding: 5px;
  max-width: 200px;
}
.filter.event-filter select.selectpicker:hover{
  cursor: pointer;
}
.events-section .event-box .event-image{
  position: relative;
  display: inline-block;
  width: auto;
  max-width: 180px;
  vertical-align: top;
}
.events-section .event-box .event-image .mag-glass img{
  max-width: 100%;
}
.events-section .event-box .event-image .mag-glass{
  position: absolute;
  height: 25px;
  width: 25px;
  top: 42%;
  left: 42%;
}
.events-section a:hover{
  opacity: 0.8;
}

.events-section .event-box .event-content.add_space{
  /*padding-left: 180px;*/
  display: inline-block;
  margin-left: 20px;
  width: 75%;
}
.events-section .event-box .event-content .sky-blue-text{
  line-height: normal;
  margin-bottom: 0;
}
.gallery-wrap.add_top{
  margin-top: 0;
}
/* Event module end */

/* for Editorial 1 start */

.hide_editorial_1{
  display: none;
}
/* for Editorial 1 end */



/*resident giude*/
/*side bar*/
.right-part {
    padding-top: 3px;
}
.address-icon {
    position: relative;
}
.sky-blue.remove_space {
    display: none;
}

.right-part .shadow-box.right-1{
    border-bottom: 1px solid #ccc;
    padding-bottom: 15px;
}
.address-cont.address-sidebar strong {
  line-height: 1.8;
}

.map_icon .address-cont.address-sidebar:before {
    content: "\f041";
    font-family: FontAwesome;
    font-style: normal;
    font-weight: normal;
    text-decoration: inherit;
    color: #336699;
    font-size: 24px;
    padding-right: 0.5em;
    position: absolute;
    top: 7px;
    left: 0;
}
.right-part .shadow-box .text-part .address-cont.address-sidebar {
    padding-left: 30px;
    font-weight: 100;
    font-size: 16px;
    position: relative;
    line-height: 1.8;color: #000000;
    /* font-family: "Proxima Nova", Arial, sans-serif;padding-top: 15px */
    font-family: 'Open Sans', sans-serif;
}

.address-cont.address-sidebar a {
    color: #336699;
    line-height: 28px;
    font-size: 1rem;
}
.address-icon{display: none;}
.shadow-box-part {display: none;}

.right-part .shadow-box.right-2, .right-part .shadow-box.right-3{
    border-bottom: 1px solid #ccc;
    position: relative;
    width: 100%;
    /*padding: 20px 0px;
    padding-left: 30px;*/
}
/*.right-part.about .shadow-box.right-2:before{

    content: "\f10b";
    font-family: FontAwesome;
    font-style: normal;
    font-weight: normal;
    text-decoration: inherit;
    color: #336699;
    font-size: 24px;
    padding-right: 0.5em;
    position: absolute;
    top:11px;
    left: 0;
}*/
.calendar_icon{
  content: "\f073";
  font-family: FontAwesome;
  font-style: normal;
  font-weight: normal;
  text-decoration: inherit;
  color: #336699;
  font-size: 17px;
  padding-right: 0.5em;
  position: absolute;
  top: 18px;
  left: 0;
  padding-left: 30px;
  padding: 0;
}
.right-part .shadow-box.right-2 .text-part p a{
    font-family: 'Open Sans', sans-serif;
    padding-top: 15px;
    position: relative;
}
   
.right-part .shadow-box.right-2 .text-part p{
margin: 0 !important;
    margin-top: 5px;}



.calendar_icon:before{

    content: "\f073";
    font-family: FontAwesome;
    font-style: normal;
    font-weight: normal;
    text-decoration: inherit;
    color: #336699;
    font-size: 17px;
    padding-right: 0.5em;
    position: absolute;
    top: 18px;
    left: 0;
}
.calendar_icon .thumb-image{
  padding-left: 30px;
}

/* .right-part .shadow-box.right-3 .text-part p{
    font-weight: 300;
    font-size: 16px;
    position: relative;
    line-height: 1.8;margin: 0;
    font-family: 'Open Sans', sans-serif;
} */

.right-part .shadow-box.right-4{

 border-bottom: 1px solid #ccc;position: relative;
    width: 100%;    padding: 10px 0px;


}
/* .right-part .shadow-box.right-4 .thumb-image h3.sky-blue {
    font-size: 21px;
    text-transform: uppercase;
    font-family: 'Open Sans', sans-serif;
    color: #336699;
    font-weight: 100;
} */

.right-part .shadow-box.right-4  .text-part ul li a{
  border-bottom: none;
   font-size: 16px;padding: 0;
    line-height: 1.8;
    /* font-family: 'Proxima Nova', sans-serif; */
    font-family: 'Open Sans', sans-serif;
}
.right-part .shadow-box.right-4  .text-part ul{
  margin-bottom: 0px;
}
.right-part .shadow-box.right-4 .text-part ul li a:hover{
  opacity: 0.8;
}
/*side bar end*/

/*main section*/
/* .middle-section .middle-part .content-part {
  line-height: 26px;
  font-size: 15px;
} */
.middle-section .middle-part .content-part h1, h1 {
    font-size: 38px;
    font-weight: 300;
/*    font-family: 'Oxygen';*/
    line-height: 42px;
    font-family: 'Poppins', sans-serif;
    font-weight: 600;
}
.middle-section .middle-part .content-part h2, h2 {
  font-size: 24px;
  font-weight: 300;
  font-family: 'Oxygen';
  margin-bottom: 10px;
  line-height: 1.3;
}
.gallery-wrap .gallery-container .gallery .thumbnail span.icon-gallery {
    line-height: 2.2;
}
/*main section end*/

.pressroom_story_content.row .pull-quote.col-sm-5.col-xs-12 h2.byline-text{
  font-size: 1.7rem;
  margin-bottom: 24px;
}
.fancybox-prev span{
  background:url(/media/images/home_img/back.png) !important;
  background-repeat: no-repeat !important; 
  background-size: 100% !important;
}
.fancybox-next span{
  background:url(/media/images/home_img/arrow.png) !important; 
  background-repeat: no-repeat !important; 
  background-size: 100% !important;
}
.fancybox-nav span{
  width: 25px !important;
}
.rtfz_cls.col-md-9.col-sm-6.middle-section.remove_space, .right-part.right_align{
  float: left;
}
.right-part.right_align .right_sidebar.news_sidebar{
  margin-top: 0;
}
.right_align .shadow-box.right-1{
  border-top: none;
}
.right-part.right_align{
  padding-top: 20px;
}
.col-md-3.col-sm-3.col-xs-12.right-part.right_align.hide_sidebars{
  display: none;
}
.rtfz_cls.col-md-9.col-sm-6.middle-section.remove_space.max_width{
  max-width: 100%;
}
.typology-posts article a{
  border-bottom: none;
}
a.views_more{
  float: right;
}
.col-md-3.col-sm-3.col-xs-12.right-part div.rss-feed{
  display: none;
}
.right_sidebar.hide_on_section{
  display: none;
}
.list-item-section .event-box, .resource-part .event-section .event-box{
  margin-top: 0;
  margin-bottom: 10px;
  display: inline-block;
  width: 100%;
  padding-top: 2px;
}
.list-content-wrapp .list-img-left {
    max-width: 170px;
    float: left;
}
.list-content-wrapp .list-content {
    padding-left: 185px;
    clear: none;
    border-top: none;
    padding-top: 0;
}
.list-content.full-width-resource label{
  font-weight: 700;
}
.resource-part .event-box h1.event-title{
    font-size: 24px;
    color: #000;
    font-family: unset;
}
.resource-part .event-box a{
  font-family: unset;
}
.resource-part .list-content.full-width-resource{
  padding-left: 0;
}
.resource-part #selectresource:hover{
  cursor: pointer;
}
.resource-part #selectresource{
  padding: 0 5px;
}
img.img-responsive.first_clg_img{
  height: 220px;
  z-index: 99;
  /* height: 251px;
  width: 320px; */
}
img.img-res.second_clg_img{
  height: 155px;
  /* height: 128px;
  width: 193px; */
}
img.img-responsive.third_clg_img{
  /* width: 566px;
  height: 426px; */
  height: 425px;
  width: 100%;
}
img.img-responsive.fourth_clg_img{
  /* width: 302px;
  height: 152px; */
  height: 170px;
  z-index: 9;
}

.layout_b .flt_lft{
  float: left;
}
.layout_b .flt_rt{
  float: right;
}
.layout_b{
  margin-top: 20px;
}
.right-part.borders .shadow-box.right-1{
  border-top: none;
}
/* .container.hide_cont_width{
  margin-top: 20px;
} */
.editorial-mdl-top.brdrimg .flt_lft{
  float: left;
}
.editorial-mdl-top.brdrimg img.full_wid{
  width: 100%;
  margin-bottom: 15px;
}
.image-section.margin_below{
  margin-bottom: 10px;
}
.image-section .image-caption {
  font-family: 'Open Sans', sans-serif;
  font-size: 13px;
  font-weight: 300;
}
img.marginc_below{
  margin-bottom: 10px;
}
.entry-content.for_fonts p.for_fonts{
  margin: 0px 0px 18px;
  padding: 0px;
  border: 0px;
  font-variant-numeric: inherit;
  font-variant-east-asian: inherit;
  font-stretch: inherit;
  line-height: 1.45em;
  outline: none;
  -webkit-font-smoothing: antialiased;
  box-sizing: border-box;
  font-family: Georgia, serif;
  font-size: 1.26em;
  color: rgb(46, 46, 46);
  background-color: rgb(247, 247, 247);
}
article .more_link{
  display: inline-block;
  width: 100%;
}
article .more_link a{
  float: right;
}
article .more_link a:hover{
  cursor: pointer;
}
.para_cont span.more-text{
  display: none;
}
.grid-container3.default_hidden{
  display: none;
}
body.dektop-menu #navbarCollapse ul.navbar-nav.left-nav li:hover > .dropdown-menu.second_drop,
body.dektop-menu #navbarCollapse ul.navbar-nav.right-nav li:hover > .dropdown-menu.second_drop,
body.dektop-menu #navbarCollapse .dropdown-menu.second_drop li:hover > ul.dropdown-menu.third_drop{
  display: block;
}
body.dektop-menu span.sub-arrow{
  display: none;
}
/*li.open_nav:hover > ul{
  display: block;
}*/
.grid-container3.default_hidden{
  position: absolute;
  background: rgba(0, 0, 0, 0.85);
  z-index: 9;
}
/*.grid-container3.default_hidden ul{
  list-style: none;
  padding: 8px 15px;
}*/
.editorial-mdl-top1.full_width_iframe{
  width: 100%;
}
#for_custom_ht{
  height: 500px;
}
.rtfz_cls.col-md-7.col-sm-6.middle-section .gallery-wrap{
  margin: 0;
  margin-top: 15px;
}
.navbar-nav.left-nav li a,
.navbar-nav.right-nav li a{
  color: #fff;
}
.navbar-nav.left-nav li a:hover,
.navbar-nav.right-nav li a:hover{
  color: #60ccfd;
}
.navbar-nav.left-nav li > ul,
.navbar-nav.right-nav li > ul{
  background: rgba(0, 0, 0, 0.85);
}
.navbar-nav.left-nav li,
.navbar-nav.right-nav li{
  position: relative;
}
.navbar-expand-md .navbar-nav .dropdown-menu.second_drop{
  /*padding: 8px 15px;*/
}
.navbar-expand-md .navbar-nav .dropdown-menu.second_drop a,
.navbar-expand-md .navbar-nav .dropdown-menu.third_drop a{
  font-size: 14px;
  width: auto;
  display: inline-block;
  /*padding: 3px 5px;*/
}
.navbar-nav .sub-arrow, .navbar-nav .collapsible .sub-arrow{
  position: static;
  margin-top: 0;
  margin-right: 0;
  margin-left: 0;
  display: inline-block;
  width: 0;
  height: 0;
  overflow: hidden;
  vertical-align: middle;
  border-top: 4px solid;
  border-right: 4px dashed transparent;
  border-bottom: 4px dashed transparent;
  border-left: 4px dashed transparent;
  margin-left: 8px;
}

ul.dropdown-menu.second_drop li span.sub-arrow{
  position: absolute;
    right: -5px;
    margin-top: 10px;
    margin-right: 15px;
    border-top: 4px dashed transparent;
    border-bottom: 4px dashed transparent;
    border-left: 4px solid;
    color: #fff;
}
ul.dropdown-menu.second_drop,
ul.dropdown-menu.third_drop{
  /*padding: 8px 12px;*/
  min-width: 17em;
  max-width: 20em;
  border: 1px solid rgba(0,0,0,.15);
  border-radius: 4px;
  border-top-left-radius: 4px;
  border-top-right-radius: 4px;
  -webkit-box-shadow: 0 6px 12px rgba(0,0,0,.175);
  box-shadow: 0 6px 12px rgba(0,0,0,.175);
  border-radius: 0;
  margin: 0;
}
ul.dropdown-menu.second_drop li a{
  padding: 4px 15px;
}
ul.dropdown-menu.third_drop{
  left: 100%;
  top: -9px;
  padding: 8px 0;
}
h1.hide_title_resource{
  display: none;
}
.resource-part.ml.border-gray.clearfix .event-section.clearfix .event-box:first-child{
  padding-top: 0;
}
.col-md-3.left-part.col-sm-3.hidden-xs.add_padd_up{
  padding: 20px 0 0 18px;
}
.right_sidebar.stuff_remove_space{
  margin-top: 0;
}

.right-part p {
  margin-bottom:  0;
}

.event-content.custom_wrap_cont{
  display: inline-block;
  width: 74%;
  margin-left: 15px;
}
/*nav.navbar.navbar-expand-md{
  margin-bottom: 30px;
}*/
/* .container.hide_cont_width{
  margin-top: 30px;
} */
article header.entry-header{
  margin-bottom: 10px;
}
p.pressroomdate.custom{
  margin-bottom: 0;
}
.contact_left_address .form_lft{
  float: left;
  padding: 0;
}
.contact_left_address .form.right-part{
  float: right;
  padding: 0;
}
.contact_left_address .form.right-part input[type="text"]{
  border: 1px solid #ccc;
}
.contact_left_address .form.right-part .form-control:active, .form-control:focus{
  border-color: #336699;
}
span.output_message{
  background: #336699;
  color: #fff;
  padding: 5px 12px;
  margin-top: 15px;
}
button.custom_contact:hover{
  cursor: pointer;
}
.contact_left_address{
  display: inline-block;
  width: 100%;
  margin-top: 20px;
}
h3.event-title.stuff-list-title.stuff_modules a,
.event-title.stuff-list-title.stuff_modules h1{
  font-size: 26px;
  line-height: 30px;
  margin-bottom: 5px;
  font-weight: 400;
  margin-top: 0; 
  color : #369;
  font-family: 'Roboto', sans-serif
}
.stuff-list-title.stuff_modules .event-box.new{
  padding-top: 8px;
}
.stuff-list-title.stuff_modules .event-box.new img{
  margin-bottom: 10px;
}
.custom_wrapepr_contact{
  margin-top: 30px;
}
.custom_intro_text, h4 {
    font-size: 19px;
    line-height: 28px;
    font-family: 'Open Sans', sans-serif;
    text-transform: none;
    color: #333;
    margin-top: 0;
    margin-bottom: 20px;
}
h4.custom_intro_text {
  margin-bottom: 0;
}
h4.custom_intro_text p {
  margin-bottom: 0;
}
/*.editorial-mdl-top1.planning-section{
    padding: 0px 2px;
}*/
.editorial-mdl-top1.planning-section .image-section {
    margin-top: 20px;
}

.main-section.people-card{
  width: 100%;
}
.people-card-list{
  width: 100%;
  padding: 0;
  margin: 0;
  margin-top: 30px;
}

/*For Webcam popup*/
.boxinner {
  width: 40%;
  margin: 0 auto;
  background: rgba(255,255,255,0.2);
  padding: 35px;
  border: 2px solid #fff;
  border-radius: 20px/50px;
  background-clip: padding-box;
  text-align: center;
}

.button {
  font-size: 1em;
  padding: 10px;
  color: #fff;
  border: 2px solid #06D85F;
  border-radius: 20px/50px;
  text-decoration: none;
  cursor: pointer;
  transition: all 0.3s ease-out;
}
.button:hover {
  background: #06D85F;
}

.overlayinner {
  position: fixed;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  background: rgba(0, 0, 0, 0.7);
  transition: opacity 500ms;
  visibility: hidden;
  opacity: 0;
  z-index: 999;
}
.overlayinner:target {
  visibility: visible;
  opacity: 1;
}

.popupinner {
  margin: 70px auto;
  padding: 20px;
  background: #fff;
  border-radius: 5px;
  width: 30%;
  position: relative;
  transition: all 5s ease-in-out;
}

.popupinner .close {
  position: absolute;
  top: 0px;
  right: 3px;
  transition: all 200ms;
  font-size: 30px;
  font-weight: bold;
  text-decoration: none;
  color: #333 !important;
}
.popupinner .close:hover {
  color: #06D85F;
}
.popupinner .contentinner {
  max-height: 30%;
  overflow: auto;
}
h4.custom_size_font, p.font_desc, .fck_field p {
  font-size: 16px;
  font-weight: normal;
  line-height: 22px;
  margin: 0 0 10px;
}
.content-part h4.custom_size_font {
  font-size: 18px;
  line-height: 24px;
}

@media screen and (max-width: 700px){
  .boxinner{
    width: 70%;
  }
  .popupinner{
    width: 70%;
  }
}
/*For Webcam popup End*/

li.active.open_nav > a{
  color: #60ccfd;
}
.stuff-event-wrapp.remove_lft_space {
    padding-left: 0;
}
ul.for_bullets li{
  list-style: unset;
  display: flow-root list-item;
}
ul.for_bullets{
  padding-left: 12px;
}
/* h2.h2-title.increese_font{
  font-size: 34px;
  line-height: 35px;
} */
.goto-btn.tellus-btn a{
  padding-left: 0;
}
img.webcam_icon_2{
  display: none;
}
.navbar-nav.left-nav li a.on_hover:hover > img.webcam_icon_1{
  display: none;
}
.navbar-nav.left-nav li a.on_hover:hover > img.webcam_icon_2{
  display: block;
}
.flex-direction-nav{
  display: none !important;
}
#carousel_ .float{
    position: relative;
    z-index: 9;
    float: left;
    margin-right: 18px;
}
#carousel_ .float .thumb-overlay{
    position: absolute;
    left: 0;
    top: 0;
    padding: 1rem;
}
#carousel_ .float .thumb-overlay h4{
    color: #fff;
    /* font-family: 'proxima_nova_ltsemibold', Arial, Helvetica, sans-serif; */
    font-family: 'Open Sans', sans-serif;
    text-transform: uppercase;
    font-size: 1.375rem;
    text-shadow: -1px 1px 0px #000000;
}
/* .flt_lft img{
  padding-bottom: 15px;
}
.col-sm-12.col-md-4.flt_lft .editorial-block-3 p{
  font-size: 14px;
  line-height: 21px;
} */
.block-subhead {
  font-size: 22px;
  color: #236496;
  font-weight: 600;
}
.section-text.remove_space{
  margin-top: 10px;
}
.section-text.remove_space p{
  margin-bottom: 0;
}
h5.news_healine{
  min-height: 48px;
}
p.webcam_caption{
  line-height: 24px;
}
.news_cats span a{
  text-transform: uppercase;
  color: #666 !important;
  font-weight: 600;
  font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, "Helvetica Neue", Arial, sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol"
}
.news_cats span a.tab_active{
  color: #336699 !important;
/* border-bottom: 4px solid #369;*/
  display: inline-block;
  padding-bottom: 6px;
}
.news_cats span a{
   border-bottom: 4px solid #fff;
    padding-bottom: 6px;
}
.news_cats a{
  font-size: 19px;
}
.news_cats span a:hover{
  cursor: pointer;
}
a.read-more-close{
  display: inline-block;
  width: 100%;
  margin-top: 20px;
}
.news_cats{
  /*max-width: 610px;
  margin: auto;*/
}
#para_none{
  display: none;
}
.para_wrapper.tab_active #para_block{
  display: none;
}
.para_wrapper.tab_active #para_none{
  display: block;
}
a.read_more_para:hover,
a.close_para:hover{
  cursor: pointer;
}
a.read_more_para,
a.close_para{
  color: #336699 !important;
}
.height_align{
    height: 165px;
    overflow: hidden;
    display: inline-block;
}
.height_align img{
  width: 100%;
}
.col-sm-4.news_right a h5:hover{
  color: #336699;
}
.col-sm-4.news_right p{
  font-size: 15px;
  line-height: 22px;
}
#tabing_News::after {
    content: '';
    background: #666;
    height: 13px;
    width: 2px;
    position: absolute;
    margin-left: 9px;
    top: 10px;
}
.news_cats {
    position: relative;
}
.resources_page .event-box .full-width-resource a > h1:hover{
  color: #336699 !important;
  transition: all .3s;
}
.remove_pad ul.for_bullets li{
  font-size: 16px;
  padding: 5px 0;
}

/* Slideshow module css */
.slide_row {
  border-top: 1px dotted #666;
  float: left;
  width: 98%;
}
.slide_row .ht-hero-lft.col-sm-8 {
  padding-left: 0;
  padding-top: 10px;
  border-right: 1px dotted #666;
  min-height: 130px;
  float: left;
}
.slide_row .ht-hero-rgt.col-sm-4 {
  padding: 10px 0;
  float: right;
}
.slide_row .rel-lnk-rgt {
  margin-top: 5px;
}
.slide_row .rel-lnk-top {
  float: left;
  width: 100%;
  padding-left: 15px !important;
  border-bottom: 1px dotted #666;
  padding-bottom: 15px;
}
.slide_row p {
  margin-bottom: 10px;
}
.slideshowbanner-image {
  display: inline-block;
  width: 641px;
}
.slideshowbanner-image iframe {
  width: 100%;
  height: 362px;
}
.slideshow-main{
  position: relative;
  overflow: hidden;
  margin-top: 30px;
}
.slideshow-main #nav-bottom{
  float: right;
  display: inline-block;
  position: relative;
  top: -15px;
}
.slideshow-main #nav-bottom a{
  width: 15px;
  height: 15px;
  display: inline-block;
  border-radius: 15px;
  background-color: #cccccc;
  overflow: hidden;
  text-indent: -999px;
  margin-left: 5px;
}
.slideshow-main #nav-bottom a.activeSlide{
  background: #336699;
}
.slide_row h2{
  margin-bottom: 10px;
}
.show_nav.hide_editorial_1.hide_editorial_1{
  display: block;
}
#slideshowpics{
  height: 375px;
}
.middle-section.space,
.show_nav.hide_editorial_1{
  margin-top: 30px;
}
.slider_cont{
  display: inline-block;
  margin-left: 15px;
  margin-top: 5px;
}
.slider_cont p{
  /* font-weight: 600;
  font-family: 'Open Sans', sans-serif;
  line-height: 22px; */
  color:#8a8c8e;
}
.slide_row.add_spc {
    margin-top: 30px;
}
li.submodule.manage_line{
  line-height: 19px;
}
/* Member table start */
ul.custom_tab li{
  width: 20%;
}
.usr_members.active{
  display: block !important;
}
.usr_members tr td{
  padding: 10px 0;
  line-height: 21px;
  width: 20%;
}
.usr_members{
  display: none;
}
.usr_members tr{
  border-bottom: 1px solid #777;
}
.nav.nav-tabs.custom_tab li.active a{
  border-bottom: 2px solid #369;
  color: #369;
}
.nav.nav-tabs.custom_tab li a:hover{
  cursor: pointer;
}
.nav.nav-tabs.custom_tab li a{
  font-size: 14px;
  padding-bottom: 10px;
  display: inline-block;
  font-weight: 600;
}
.custom_row{
  margin-top: 30px;
}
#zone_wise_btn{
  margin-left: 15px;
}
#first_wise_btn{
  margin-left: 20px;
}
a#spouse_wise_btn{
  margin-left: 20px;
}
a#company_wise_btn{
  margin-left: 20px;
}
.tab-content.custom_wrapper{
  /*margin-top: 10px;*/
  background: #eafbfe;
  padding: 0 15px;
}
.sorter_table {
  margin-top: 25px;
}
a#last_wise_btn{
  margin-left: 10px;
}
.sorter_table .custom_tab li.lake_zone_cls,
.sorter_table .lake_wrapper .usr_members table tr td.lake_zone_cls,
.sorter_table .first_name_wrapper .usr_members table tr td.lake_zone_cls,
.sorter_table .last_name_wrapper .usr_members table tr td.lake_zone_cls,
.sorter_table .spouse_name_wrapper .usr_members table tr td.lake_zone_cls{
  width:13%;
}
.sorter_table .custom_tab li.last_name_cls,
.sorter_table .lake_wrapper .usr_members table tr td.last_name_cls,
.sorter_table .first_name_wrapper .usr_members table tr td.last_name_cls,
.sorter_table .last_name_wrapper .usr_members table tr td.last_name_cls,
.sorter_table .spouse_name_wrapper .usr_members table tr td.last_name_cls{
  width:22%;
}
/* Member table end */

/*tabing*/


.event-wrapper .tab-wrapper .nav-tabs .nav-item{
  width: 100%;
  text-align: center;
}

.event-wrapper .tab-wrapper .nav-tabs .nav-item a {
  width: 100%;
  padding-right: 0 !important;
}
.tab-wrapper ul#tabsJustified {
    border-bottom: 2px solid #ccc;
}
.event-wrapper .tab-wrapper .nav-tabs .nav-item {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 33.33333%;
    flex: 0 0 33.33333%;
}

.event-wrapper .tab-wrapper .nav-tabs.lookTwoTab li.nav-item{
    width: 50%;
    flex: none;
    max-width: 50%;
}




/*news tab1*/
/*.news_cats span {
    margin: 0 17px;
}
#tabing_News:before {
    content: '';
    position: absolute;
    content: "";
    left: 11% !important;
    top: 8px !important;
    background-color: #999999;
    width: 1px;
    height: 21px;
}

#tabing_News::after{
  display: none;
}*/

/*news tab1 end*/
/*/*news tab 2*/
.news_cats #tabing_News::after{
  display: none;
}
.news_cats .tab_active {
    margin-bottom: 0;
    border-bottom: 2px solid #336699 !important;
    background: #ffffff;
    z-index: 999999;
    padding: 6px 15px;transition: none;
}
.news_cats{
position: relative;
}
.news_cats a#tabing_Obituaries {
     padding: 6px 15px !important;
    /*border: 1px solid #ffffff;*/
}
.news_cats:before{
  content: '';
    width: 100%;
    height: 0;
    position: absolute;
    left: 0;
    bottom: 0;
    border-bottom: 1px solid rgb(167, 176, 180);
  }
.news_cats span a.tab_active {
  
    position: relative;
    z-index: 9;
    background: #fff;
    border-bottom: none;
}
.news_cats span a {
     border-bottom: none; 
     padding-bottom: 6px;
    padding: 6px 15px !important;
}

/*news tab2 end*/


/*become_a_member*/
.hide_cont_width .middle-section .content-part .planning-section {
    width: 100%;
}
/*become_a_member end*/

#slideshow.remove_scale img.fx{
  transform: unset;
}
.stuff-list-title.stuff_modules > h1{
  /* font-family: 'Bodoni_SvtyTwo_ITC_TT', Arial, Helvetica, sans-serif !important; */
  font-family: 'Open Sans', sans-serif;
  font-size: 44px !important;
  color: #000 !important;
  margin-bottom: 28px !important;
  margin-top: 22px !important;
}
/* for stuff tabing start */

.nav.nav-tabs.stuff_tabbing li a{
  color: #666;
  font-size: 18px;
  font-weight: 600;
  padding: 11px 10px;
}
.nav.nav-tabs.stuff_tabbing li{
  line-height: 42px;
}
.for_border{
  margin-top: 32px;
}
.nav.nav-tabs.stuff_tabbing li.active a{
  border-top: 1px solid rgb(167, 176, 180);
  border-left: 1px solid rgb(167, 176, 180);
  border-right: 1px solid rgb(167, 176, 180);
  border-top-left-radius: 4px;
  border-top-right-radius: 4px;
  padding: 11px 10px;
  color: #336699;      
  position: relative;
  background-color: #fff;
}
.resources_page.resource_details{
  position: relative;
}
.nav-tabs.stuff_tabbing{
  border-bottom: unset;
}
.for_border:before {
  content: '';
  width: 100%;
  height: 0;
  position: absolute;
  left: 0;
  top: 41px;
  border-bottom: 1px solid rgb(167, 176, 180);
}
/* for stuff tabing end */
#lightgallery-Hist a.single_2{
  width: 100%;
}

footer.footer-wrap {
    background-size: cover !important;
    height: 100%;
    background-position: center;
}



/*****************/

.footer h4 {
  text-transform: uppercase;
  color: #A9A9A9;
  font-size: 18px;
}
.footer ul {
  list-style: none;
  padding: 0;
  margin: 0;
}
.footer ul li {
  line-height: 2.5;
}
.footer ul li a {
  color: #236496;
  text-decoration: none;
}
.footer ul li a:hover {
  opacity: .8;
}


.footer-bottom {
  text-align: center;
  background: #A9A9A9;
  padding: 40px 0;
}

.copy-right {
  vertical-align: middle;
  padding: 0 33px;
  margin-top: 20px;
}

.copy-right p {
  font-size: 12px;
  color: #fffefe;
  font-weight: 400;
  margin: 0;
  padding: 0;
}
.about-jeff .copy-right p {
  font-size: 14px;
}
.faqs-page .copy-right p {
  font-size: 14px;
}

.foot-nav {
  display: inline-block;
  vertical-align: middle;
  padding: 0 33px;
}

.foot-nav ul {
  padding: 0;
  margin: 0;
}

.foot-nav ul li {
  padding: 0 15px;
  margin: 0;
  list-style: none;
  border-left: 1px solid #fffefe;
  line-height: 15px;
}

.foot-nav ul li a {
  font-size: 14px;
  color: #fffefe;
  font-weight: 400;
  margin: 0;
  padding: 0;
  line-height: 15px;
}

.foot-nav ul li a:hover {
  background: none;
}

.foot-nav ul li a:focus {
  background: none;
}

.foot-nav ul li:first-child {
  border-left: none;
}



/*ToolTip*/
.mcTooltipWrapper, 
.mcTooltipInner {
    width:300px!important;
}
.foo-tooltip h3 {
  margin-top: 0;
  color: #236496;
}
.foo-tooltip p {
  font-size: 12px;

}
.foot-nav ul li .foo-tooltip {
  text-align: left;
}
.foot-nav ul li .foo-tooltip a {
  text-transform: inherit;
  line-height: 24px;
  font-size: 12px;
  color: ;
}
.foot-nav ul li .foo-tooltip p {
  color: #236496;
}


.contact-tooltip a {
  display: block;
  position: relative;
  z-index: 0;
}
.contact-tooltip a:hover ~ .tooltip-sep-content {
  opacity: 1;
    visibility: visible;
    transition: all 0.5s cubic-bezier(0.75, -0.02, 0.2, 0.97);
    transition-delay: 0;
}
.tooltip-sep-content {
    opacity: 0;
    visibility: hidden;
    padding: 15px 30px;
    /*border: 2px solid #666;*/
    background-color: #fff;
    width: 360px;
    position: absolute;
    left: 0;
    transform: translateX(calc(-50% + 45px));
    z-index: 9999;
    bottom: 35px;
    transition-delay: 2s;
    border-radius: 3px;
    box-shadow: 1px 1px 4px -1px #000;
}
.tooltip-sep-content:before {
    content: "";
    position: absolute;
    left: 50%;
    transform: rotate(134deg);
    bottom: -6px;
    width: 15px;
    height: 15px;
    background: #fff;
    /* border: 2px solid #666; */
    z-index: -5;
    box-shadow: 2px -2px 1px 1px #666;
}
.foo-widget {
  color: #236496;
  line-height: 2;
  margin-bottom: 30px;
}
.foo-widget ul li a {
  color: #236496;
}


.wi-social ul li {
    /*background: #1c2652;*/
}

.wi-social ul li {
    display: inline-block;
    margin-right: 5px;
    width: 45px;
    height: 45px;
    /*margin-bottom: 15px;*/
    text-align: center;
    position: relative;
}

.wi-social ul li a {
    display: block;
    position: absolute;
    left: 0;
    right: 0;
    top: 0;
    bottom: 0;
    overflow: hidden;
}

.wi-social ul li a .normal-show {
    position: absolute;
    left: 0;
    right: 0;
    top: 34%;
    bottom: 0;
    -webkit-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    transform: translateY(-50%);
    -webkit-transition: .5s;
    -o-transition: .5s;
    transition: .5s;
}
.wi-social ul li a .hover-show {
    position: absolute;
    left: 0;
    right: 0;
    top: 120%;
    bottom: 0px;
    -webkit-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    transform: translateY(-50%);
    -webkit-transition: .5s;
    -o-transition: .5s;
    transition: .5s;
}
.wi-social ul li a:hover i.normal-show {
    top: -55%;
}
.wi-social ul li a:hover i.hover-show {
    top: 55%;
}




.clearfix:before, .clearfix:after { content: " "; display: table; }
.clearfix:after { clear: both; }

.grid {
  list-style: none;
  margin: 30px auto;
  padding: 1;
}
.grid .item {
  display: block;
  float: left;
  opacity: 1;
}

.grid.effect-2 .item.animate {
  -webkit-transform: translateY(200px);
  transform: translateY(200px);
  -webkit-animation: moveUp 0.65s ease forwards;
  animation: moveUp 0.65s ease forwards;
}

@-webkit-keyframes moveUp {
  0% { }
  100% { -webkit-transform: translateY(0); opacity: 1; }
}

@keyframes moveUp {
  0% { }
  100% { -webkit-transform: translateY(0); transform: translateY(0); opacity: 1; }
}
@media screen and (max-width: 900px) {
  .grid .item {width: 50%;}
}

@media screen and (max-width: 400px) {
  .grid .item {width: 100%;}
}
.left.carousel-control i{
  padding:15px 12px 15px 10px;
}
.right.carousel-control i{
  padding:15px 10px 15px 12px;
}
.left.carousel-control i:before{
  content: '';
  background: url(../../images/back.svg) no-repeat 0 0;
  background-size: 100%;
  height: 30px;
  width:30px;
  display: inline-block;
  margin-top: 3px;
}
.right.carousel-control i:before{
  content: '';
  background: url(../../images/next.svg) no-repeat 0 0;
  background-size: 100%;
  height: 30px;
  width:30px;
  display: inline-block;
  margin-top: 3px;
}


.happy-content .happy-botttom .event-notice{
  margin-bottom: 5px;
  font-weight: 600;
}
.happy-content .happy-botttom a{
  color:#333;
}
.happy-content .happy-botttom a:hover{
  color: #236496;
}
.happy-content .happy-botttom .canceled-event{
  color:#a6421b;
  margin-top:5px;
}
.contact-address{
  margin-bottom: 30px;
}
html body .so-list{
  /*width:258px;*/
  width:120px;
}



/*hamburger menu*/
.button_container {
  position: absolute;
  top: 44px;
  right: 2%;
  height: 27px;
  width: 35px;
  cursor: pointer;
  z-index: 100;
  transition: opacity .25s ease, top .2s ease;
  z-index: 9999;  
}
.button_container:hover {
  opacity: .7;
}
.button_container.active {
  top: 28px;
}
.button_container.active .top {
  transform: translateY(11px) translateX(0) rotate(45deg);
  background: #FFF;
}
.button_container.active .middle {
  opacity: 0;
  background: #FFF;
}
.button_container.active .bottom {
  transform: translateY(-11px) translateX(0) rotate(-45deg);
  background: #FFF;
}
.button_container span {
  background: #236496;
  border: none;
  height: 5px;
  width: 100%;
  position: absolute;
  top: 0;
  left: 0;
  transition: all .35s ease;
  cursor: pointer;
}
.button_container span:nth-of-type(2) {
  top: 11px;
}
.button_container span:nth-of-type(3) {
  top: 22px;
}

.overlay-menu {
    position: absolute;
    background: #236496;
    top: 0;
    right: 0;
    /* width: 270px; */
    width: auto;
    min-width:270px;
    height: 0%;
    opacity: 0;
    visibility: hidden;
    transition: opacity .35s, visibility .35s, height .35s;
    overflow: hidden;
    z-index: 999;
}
.overlay-menu.open {
    opacity: .9;
    visibility: visible;
    min-height: 580px;
}
.overlay-menu.open li {
  animation: fadeInRight .5s ease forwards;
  animation-delay: .35s;
}
.overlay-menu.open li:nth-of-type(2) {
  animation-delay: .4s;
}
.overlay-menu.open li:nth-of-type(3) {
  animation-delay: .45s;
}
.overlay-menu.open li:nth-of-type(4) {
  animation-delay: .50s;
}
.overlay-menu nav {
  position: relative;
  height: 77%;
  top: 50%;
  transform: translateY(-50%);
  font-size: 20px;
  font-weight: 400;
  text-align: right;
}
.overlay-menu ul {
  list-style: none;
  /* padding: 0; */
  padding: 0 30px 20px;
  margin: 0 auto;
  display: inline-block;
  position: relative;
  height: 100%;
  /* padding-right: 50px; */
}
.overlay-menu ul li {
  display: block;
  /*height: 25%;
  height: calc(100% / 4);
  min-height: 50px;*/
  line-height: 1.9;
  position: relative;
  opacity: 0;
}
.overlay-menu ul li a {
  display: inline-block;
  position: relative;
  color: #FFF;
  text-decoration: none;
  overflow: hidden;
}
.overlay-menu ul li a:hover:after, 
.overlay-menu ul li a:focus:after, 
.overlay-menu ul li a:active:after {
  width: 100%;
}
.overlay-menu ul li a:after {
  content: '';
  position: absolute;
  bottom: 0;
  left: 50%;
  width: 0%;
  transform: translateX(-50%);
  height: 2px;
  background: #FFF;
  transition: .35s;
}

@keyframes fadeInRight {
  0% {
    opacity: 0;
    left: 20%;
  }
  100% {
    opacity: 1;
    left: 0;
  }
}

@media (min-width: 768px) {
  .navbar-nav>li {
      float: left;
  }
}

.navbar-nav {
  flex-direction: row;
}
.mew {
  border-top: 1px solid #f1f1f1;
  margin-top: 50px;
  padding-top: 20px;
}


.navbar-nav {
 flex-direction: row;
}

.overlay-menu ul li a:hover{
 color: #FFF !important;
}





/*Event Page*/
.event-all-itmes {
  margin-top: 50px;
}
.event-all-itmes .heading {
  color: #236496;
  text-transform: uppercase;
}
.event-all-itmes .shadow-box {
  margin-top: 20px;
}
.event-all-itmes .reset {
  display: inline-block;
  float: right;
}

.filter {
    margin-top: 21px;
    padding-bottom: 20px;
    background-image: url("../../../images/lower-shadow.png");
    background-repeat: no-repeat;
    background-position: bottom center;
    background-size: contain;
    background-color: #fff;
    position: relative;
}
.event-box {
    border-bottom: 1px solid #cdcdcd;
    padding: 22px 0 13px 0;
    clear: left;
}
.event-all-itmes .right-part .shadow-box.right-1 {
    border-bottom: 1px solid #ccc;
    padding-bottom: 15px;
}
.events-section .event-box .event-content .sky-blue-text a {
    font-size: 28px;
    line-height: 30px;
    margin-bottom: 5px;
    font-weight: 400;
    margin-top: 15px;
    color: #336699;
    margin-top: 0;
    display: inline-block;
}

/* .events-section .event-box .event-image {
    float: left;
    width: auto;
    max-width: 150px;
} */
.events-section .event-box .event-content.add_space {
    /* padding-left: 180px; */
    display: inline-block;
    margin-left: 20px;
}
.event-all-itmes .thumb-image img {
  display: inline-block;
  width: 100%;
  margin-bottom: 15px;
}

/*Calendar Style*/
.supercal {
width: 100%;
}
.supercal .supercal-header {
display: block;
line-height: 34px;
text-align: center;
position: relative;
background:#fff;
padding: 10px 0 0 0;
}
.supercal .supercal-header .prev-month {
    float: left;
    height: 34px;
    width: 20px;
    background-image:url(images/left-arrow.svg);
    background-repeat:no-repeat;
    background-position:center center;
    position: absolute;
    right: 15px;
    background-size: 100%;
}
.supercal .supercal-header .next-month {
    float: right;
    height: 34px;
    width: 20px;
    background-image:url(images/right-arrow.svg);
    background-repeat:no-repeat;
    background-position:center center;
    position: absolute;
    right:0;
    background-size: 100%;
}
.supercal-month {
    position: relative;
    z-index: 0;
    overflow: hidden;
    /* border:1px solid #c6c6c6; */
    padding: 0 0 15px 0;
    background: #fff;
}

.thumb-image > img {
  display: inline-block;
  width: 100%;
  margin-bottom: 15px !important;
}
.supercal-month th{font-weight:normal;font-size:10px;}
.supercal table {
 width: 100%; 
/*width:auto !important;*/
max-width:auto !important;
background: #fff;
font-size:12px;
}
.supercal table td{font-size:12px; 
    /* font-family: 'Open Sans', sans-serif; */
}
.table-condensed > thead > tr > th, .table-condensed > tbody > tr > th, 
.table-condensed > tfoot > tr > th, .table-condensed > thead > tr > td, .table-condensed > tbody > tr > td, .table-condensed > tfoot > tr > td{
    /* padding:3.6px; */
    padding: 8px 2px 8px;
    border: none;
    font-size: 10px;
    color:#666;
}
.supercal td {
cursor: pointer; 
/* font-family: 'Open Sans', sans-serif; */
}
.supercal-month .table-condensed.current tbody > tr > th{
    text-transform: uppercase;
    font-weight: 700 !important;
    border: none;
    padding-bottom: 0;
    font-size: 10px;
    color: #5b5652 !important;
    text-align: center;
}
.supercal-month .table-condensed.current tbody > tr > th:first-child{
    color: #ff000c !important;
    text-align: center;
}

.supercal td:hover {
color: #337ab7;
}
.supercal td.month-prev, .supercal td.month-next {
/* background: #eee; */
color: #b3b3b3 !important;
}
.supercal td.selected {
/* background: #7BB205 !important; */
/* color: #fff;
font-weight: normal; */
    color: #337ab7 !important;
    font-weight: bold;
}
.supercal td.today {
/* font-weight: bold; */
}
/* Footer */
.supercal .supercal-footer {
width: 100%;
display: table;
display:none;
}
.supercal .supercal-footer span.supercal-input {
display: table-cell;
width: 100%;
cursor: default;
}
.month {
    /*font-family: dinengschriftregular;*/
  font-size:18px;
  color:#585756;
    /* text-transform:uppercase; */
    text-align: left;
    font-weight: bold;
}
.month .datecal{
    color:#337ab7;
}

.example1 td {
    border: 1px solid #fdfdfd ;
}

.supercal-header .btn {
    background-color: transparent;
    padding: 0;
    text-indent: -9986px;
}
.supercal-header .btn:focus,
.supercal-header .btn:active, 
.supercal-header .btn.active{
    outline: none !important;
    box-shadow: none !important;
    -webkit-box-shadow: none !important;
    -moz-box-shadow: none !important;
    -o-box-shadow: none !important;
}
.supercal table td{text-align:center;}
.supercal table{margin-bottom:0px;}
.example1.supercal.carousel-vertical.transition {
    background-image: url("../images/calendar-shaddow.png");
    background-position: center bottom;
    background-repeat: no-repeat;
    padding-bottom:3px;
}

.eventdate {
    font-family: arial;
    font-size: 13px;
    margin-top: 14px;
}
.eventdate .gray-text {
    margin-top: 11px;
}
.eventdate .sky-blue-text {
   
  font-size: 17px;
    letter-spacing: normal;
    margin-bottom: 1px;
}
.eventdate.col-md-12 {
    padding: 0 18px 18px 0;
  width:100% !important;
}

.supercal table td.has-events{
        /* background: #0FB7F0 ; */
        /* color:#fff; */
        color:#666;
        position: relative;
    }
    .supercal table td.has-events:after{
        content: "";
        position: absolute;
        width:4px;
        height:4px;
        background:#337ab7;
        display: inline-block;
        border-radius: 100%;
        -webkit-border-radius: 100%;
        -moz-border-radius: 100%;
        bottom: 0;
        left: 49%;
    }  
    #sidebar-calendar{
        /* border:1px solid #2591d2;
        border-top:none; */
        background-image: url(images/bottom-shadow.png);
        background-position: center bottom;
        background-repeat: no-repeat;
        background-size: 100%;
        padding-bottom: 3px;
    /* display: inline-block; */
    }
    #sidebar-calendar{
        display: inline-block;
        width: 100%;
        margin-top: 15px;
    }
    .thumb-image.event-sidebar-calendar .shadow-box-part{
        margin-bottom: 15px;
    }
    .thumb-image.event-sidebar-calendar{
        z-index: -9;
        display: inline-block;
        margin: 0 0 15px;
    }
    #sidebar-calendar-data-events p.sky-blue-text{
        font-size:18px !important;
        font-weight: bold;
        font-family:arial !important;
    }
.sidebar-event #sidebar-calendar-data-events p.calender-text{
    line-height: 20px;
    margin-bottom: 20px;
    font-family: 'Arvo', serif;
}
#sidebar-calendar-data-events .sky-blue-text{
    color: #337ab7 !important;
}
@media (max-width: 630px) {
  .events-section .event-box .event-image {
      max-width: inherit;
  }
  .events-section .event-box .event-content.add_space {
      margin-top: 10px;
      margin-left: 0;
  }
}

@media (max-width: 1024px) {
  .event-content.custom_wrap_cont {
    width: 65%;
  }
}

@media (min-width: 768px) {
  .event-content.custom_wrap_cont {
    width: 65%;
  }
}

.happening .happy-t-r a:hover,.happening .view-all a:hover {
  color: #939ca3 !important;
}
.social-slider .so-items a:hover {
  color: #fff !important;
}
.icon_container ul.doclist {
  list-style: none;
  font-size: 13px;
  margin-left: 0;
  padding-left: 0;
}
.doclist a {
  color:#a6421b;
  font-size: 16px;
}
/* .marginTop {
  margin-top: 30px;
} */

/*overriding owl-carousel css*/
.owl-carousel .owl-nav.disabled {
  display: block !important;
  height: 0;
  padding-bottom: 0;
}
.testimonial .owl-carousel .owl-nav.disabled {
  display: none !important;
}
hr{
  margin: 10px 0;
}

h4.evt-boiltitle {
  padding-top: 15px;
  margin-bottom:  5px;
  font-size:  16px;
  line-height: 20px;
}


.boiluplist_item {
  padding-top:  15px;
  border-bottom:  solid 1px #C1C1C1;
}

.sidebar_main_title h3.sky-blue {
  margin-bottom:  0;
}

/* Sidebar boilup Quote styles, added 7th January 2022 */
.sidebar-quote-boilup {
  padding: 20px 2px 10px 2px;
}
.quote-image-wrapper {
  position: relative;
}
.quote-image-wrapper .quote-image {
  background: #fff;
  display: inline-block;
  padding: 10px 10px 20px;
  box-shadow: 0px 6px 6px 0px rgba(0, 0, 0, 0.10);
  -webkit-box-shadow: 0px 6px 6px 0px rgba(0, 0, 0, 0.10);
  -moz-box-shadow: 0px 6px 6px 0px rgba(0, 0, 0, 0.10);
  -ms-box-shadow: 0px 6px 6px 0px rgba(0, 0, 0, 0.10);
  -o-box-shadow: 0px 6px 6px 0px rgba(0, 0, 0, 0.10);
}
.sidebar-quote-boilup ul li.quote-credit {
  padding-left: 10px;
}
.sidebar-quote-boilup ul li.quote-credit::before {
  content: '-';
  position: absolute;
  left: 0;
}
.sidebar_cont .boilup_list.shadow-box .sidebar-quote-boilup:not(:last-child) {
  border-bottom: 1px solid #ccc;
  padding-bottom: 25px;
}

ul li.ql-indent-1 {
  margin-left: 20px;
  list-style-type: circle;
}
ul li.ql-indent-2 {
  margin-left: 40px;
  list-style-type: square;
}

ol li.ql-indent-1 {
  margin-left: 20px;
  list-style-type: lower-alpha;
}
ol li.ql-indent-2 {
  margin-left: 40px;
  list-style-type: lower-roman;
}

/* 2023 css */
.middle-part .content-part .custom_intro_text p>br, 
.middle-part .content-part .event-detail-content p>br,
.middle-part .content-part #com_development p>br,
.middle-part .content-part .editorial-block-3 p>br,
.middle-part .content-part p>br {
  display: none;
}
.middle-part .content-part .custom_intro_text ul, 
.middle-part .content-part .event-detail-content ul,
.middle-part .content-part ul {
  padding-left: 20px;
}
.editorial-block-3 h1, .editorial-block-3 h2, .editorial-block-3 h3, .editorial-block-3 h4, .editorial-block-3 h5, .editorial-block-3 h6 {
  color: #333333;
  font-family: 'Open Sans', sans-serif !important;
}
.left-padding-0{
	padding-left: 0;
}
.reset {
  font-size: 14px;
  float :right;
  margin-top: 10px;
}
.events-section .event-box .event-content.add_space {
  width: 70%;
  margin-left: 10px
}
.events-section .event-box .event-content .gray-text.text-upper{
  margin: 5px 0 10px;
}
.events-section .event-box .event-content .sky-blue-text a, .events-section .event-box .event-content .sky-blue-text{
  font-size: 32px ;
  line-height: 36px;
  font-weight: 400 ;
  margin-top: 15px;
  color: #336699 ;
  margin-top: 0;
  display: inline-block;
}
.event-content.custom_wrap_cont.noimage{
  width: 100%;
  margin-left: 0;
}
.go_back_link {
  height: 8px;
}

/*new header image style, with transparent bigword and headline*/
.banner-safe-area-inner {
/*  opacity: 0;*/
  transition-property: opacity;
  transition-duration: 3s;
}
.banner-safe-area-inner.show {
  display: block;
  opacity: 1;
} 
.banner-safe-area-inner {
    position: absolute;
    left: 0;
    top: 50%;
    transform: translateY(-50%);
    z-index: 99;
    margin: auto;
    right: 0;
}


@media (min-width: 768px) {
    .banner-safe-area-inner {
        max-width:750px
    }
}

@media (min-width: 992px) {
    .banner-safe-area-inner {
        max-width:970px
    }
}

@media (min-width: 1200px) {
    .banner-safe-area-inner {
        max-width:1170px
    }
}
.banner-safe-area-inner h1,
.banner-safe-area-inner h2 {
  color: #fff;
  line-height: 0.9;
}
.banner-safe-area-inner h1 {
    font-family: 'Hind', sans-serif;
    font-size: 90px;
    font-weight: 700;
    color: rgba(255,255,255,.4);
    margin-left: 50px;
    margin-top: -10px;
}
.banner-safe-area-inner h2 {
    font-family: 'PT Serif', serif;
    margin-left: 200px;
    font-size: 46px;
    text-transform: inherit;
    margin-top: -70px;
}

@media (max-width: 991px) {
  .banner-safe-area-inner h1 {
      font-size: 72px;
      margin-left: 10px;
  }
  .banner-safe-area-inner h2 {
      font-size: 32px;
      margin-left: 50px;
      margin-top: -47px;
  }
}
/* End of new header transparent bigword & headline */

.moduler-text {
  padding: 15px 0 10px 0;
}

/*Council Page*/
.directory-box h1.user-title.mini-user {
  font-size: 26px !important;
}

.directory-box h2.mini-user {
  margin-top: 0;
  font-family: 'Poppins', sans-serif !important;
  margin-bottom: 8px !important;
  font-size: 22px !important;
}
.event-section .directory-box .col-md-9.col-sm-12 {
    padding-left: 0!important;
}
@media (max-width: 767px) {
  .directory-box h1.user-title.mini-user {
      font-size: 20px !important;
  }
  .directory-box h2.mini-user {
      font-size: 18px !important;
  }
    .directory-box h1.user-title.mini-user {
      margin-top: 0;
  }
}