/* Genaral CSS */
/* maroon: #a10e2a; */
/* test comment */


/* Temp css to hide register button */
.register-btn{
  display:none;
}



html,
body {
  height: 100%;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

body {

  font-family: 'Lato', sans-serif;
  font-size: 16px;
  padding-right:0px !important;
  margin-right:0px !important;
}
.ann-logo{
    position: absolute;
    right: 1%;
    width: 70px;
}

.article-table tbody tr td {
    padding: 12px;
    border: 1px solid #ddd;
}

.board-img {
    object-fit: cover;
    border-radius: 50%;
    height: 200px;
    width: 200px;
    margin-bottom: 15px;
}

.text-field-material{
  margin-bottom:20px;
}

.jem_categories .description p:last-child{
  display:none;
}

.jem_categories .description{
  position:absolute;
  bottom: 97px;

}

.breadcrumb > li + li:nth-child(2)::before {
  content: " ";
  padding:0px;
}

#jemmodulebanner .venue-title, #jemmodulebanner .venue-title{
  font-family: "Poppins",sans-serif;
  font-weight: 300;
  font-size: 14px;
  color: #333333 !important;
}

#clear-search-button-page {
  z-index: 1;
}

.moduletablemain-module-banner .event-title a{
  font-size: 18px;
}

.moduletablemain-module-teaser .venue-title{
  padding-top:3px;
}

.jem_categories .description a{
  color: #ffe4fe;
  line-height: 25px;
  display: inline-block;
  font-weight: bold;
  font-size: 24px;
}

.flyerimage img {
    width: 100%;
}


.featuredProductImage {
    width: 100%;
}

.description{
    height: 63%;
    width: 89%;
}

.ma-image.uk-text-center img {
    width: 100%;
   height: 270px;
   object-fit: cover;
}
.uk-display-block.ma-pagination-list-footer.pagination ul li {

    display: inline-block;
    text-decoration: underline;

}

.description p, .description p a{
    height:100%;
    width:100%
}
.jem_categories .description p{
  padding:0px 10px;

}

.jem_categories h2{
  display:none;
}

.jem_categories .catimg {
  position:relative;
  bottom:10px;
}

.jem_categories .catimg:hover {
  opacity:0.7;
}

#sbox-overlay{
  background-color:#fff0;
}

.search-news-block {
  padding-left:10px;
}

.search-news-block .form-group input{
  border-bottom:1px solid #ddd;
}

#exampleInputPassword3{
  color:#a4a4a4;
}

#cboxContent #cboxClose {
  background: url(../../../images/close-btn.png) 0px 0 no-repeat;
  width: 38px;
  height: 38px;
  right: 35px;
  top: 28px;
  opacity: 0.6;
}

#cboxContent #cboxClose:hover {
  opacity: 1;
}



p {
  color: #333333;
  font-size: 16px;
  font-weight: 300;
}

.media-icon p {
  font-size: 24px;
}

a:focus {
  outline: none;
}


div#fox-container-m139 .fox-form-stacked .control-label{
  width:0px;
}

.visible-class{
  visibility:hidden;
}

div#jem {
  padding:0px;
}

.view-past-events a{
  color:#a10e2a;
  text-transform:uppercase;
  padding-left:10px;
}

.venue-title a {
  color:#959595;
}

.eventset .col-md-6{
  margin-bottom:20px;
}



.eventset hr{
  display:none;
}

.media-icon a {
  color: #b3b3b3;
  padding:8px;
}

h3 {
  color: #41464b;
}

.hasTooltip{
  display: block !important;
}

.inner-banner{
  max-height: 230px;
  overflow: hidden;
}

.inner-banner img {
  min-width: 100%;
}

.breadcrumb{
    display:none;
  background-color:#fff;
  text-transform: uppercase;
  font-size: 12px;
  font-weight: 300;
  font-family:'Poppins',sans-serif;
  padding: 0px 0px 19px;
}

.breadcrumb .pathway {
  color: #333333;
  text-decoration: none;
}

.page-header{
  padding-bottom: 0px;
  margin: 40px 0 0;
}

.page-header h2 {
  color: #760c23;
  font-size: 30px;
  text-transform: uppercase;
  font-family: Poppins;
  font-weight: bold;
  padding-bottom: 1px;
  margin: 92px 0 0;
  width:70%;
}

h2.uk-h3.uk-margin-top.uk-margin-bottom.ma-page-heading-date {
  color: #760c23;
  font-size: 48px;
  text-transform: uppercase;
  font-family: Poppins;
  font-weight: bold;
  padding-bottom: 1px;
  margin: 92px 0 0;
  width: 70%;
}

h1.uk-heading-bullet.uk-h2.ma-page-heading {
  color: #760c23;
  font-size: 48px;
  text-transform: uppercase;
  font-family: Poppins;
  font-weight: bold;
  padding-bottom: 1px;
  /* margin: 92px 0 0; */
  width: 70%;
  height: 100px;
}


a:focus, a:hover{
  text-decoration:none;
}

.page-header {
  border-bottom: none;
}

.img-wrapper {
  overflow: hidden;
}

.img-wrapper img {
  transition: transform .5s ease;
}

.img-wrapper img:hover {
  transform: scale(1.5);
  cursor: zoom-in;
}

.no-padding{
  padding-left: 0px;
  padding-right: 0px;
}

.no-padding-left{
  padding-left: 0px;
}

.no-padding-right{
  padding-right: 0px;
}

.uk-scope a {
  color: #a10e2a !important;
}

.uk-scope h3 a{
  font-size:24px;
}

.uk-scope .uk-text-center {
  text-align: left!important;
  width: 20%;
}

a.ma-month-title {
  text-transform: uppercase;
}

.pull-left{
  float:left;
}

.pull-right{
  float: right;
}

.spacing{
  height: 55px;
}

spacing-a{
  height:23px;
}
.spacing-b {
  height: 40px;
}

.article-body{
  margin-top:0px;
}

/*================================================
Fonts
================================================*/
/*Header Fonts*/

#jem .componentheading, .component-header{
  font-family: 'Poppins', sans-serif;
  font-size: 48px;
  font-weight: 700;
  text-transform: uppercase;
  color: #760c23;
}

/*================================================
NAVIGATION
================================================*/

.navbar {
  padding: 10px 0 0px 0px;
  transition: all .5s ease-in-out;
  background-color:#fff0;
}

.search-bar a i{
  color:#b3b3b3;
}

.right-content p{
  margin-bottom:5px;
}

#offlajn-ajax-search102 * {
  border: none !important;
  background-color: transparent !important;
  box-shadow: none !important;
}

#offlajn-ajax-search102{
  transition: all 0.5s ease-in-out;
  float:right;
  margin-top: -5px;
}

a{
  color:#333;
}

.side-header-text {
  line-height:31px;
  font-size:36px;
  font-weight:300;
}

.history .img-wrapper img:hover {
  transform: none;
}

.auction-price {
  font-size: 18px;
  color: #800000;
  font-weight: bold;
}

.date-print ul{
  padding-left:0px;
}

.date-print ul li{
  list-style-type:none;
  float:left;
  padding-right:25px;
  color:#959595;
}

.maroon-txt {
  color: #760c23;
  font-weight:bold;
}

.maroon-txt: hover{
  color: #760c23;
  font-weight:bold;
}

.history .img-container:last-child{
  margin-right:0px;
}

.latestnews {
  min-height:1400px;
}

.img-container {
  float:left;
  margin-right:10px;
}

.img-wrapper a:hover{
  opacity:0.7;

}

.venue-title {
  color:#959595;
  font-size:14px;
}

.maroon-txt a{
  color: #760c23;
  font-weight:bold;
}

.no-margin-bottom {
  margin-bottom:0px;
}

.partner-logos .item .slider-hover-effects:hover {
  background: none;
}

.bt_handles_num li.current a, .bt_handles_num li a {
  background:none !important;
}

.bt-cs .bt_handles_num li {
  background-color:#d6b6bd !important;
  padding: 10px !important;
  border-radius:3px !important;
}

.search-news-block input{
  border-top:none;
  border-bottom:1px soild #ddd;
}

.search-news-block .form-inline .form-control{
  border-top:none !important;
  border-top:1px solid #ddd !important;

}

.search-news-block .form-control{
  -webkit-box-shadow:none !important;
  box-shadow:none !important;
  transition:none !important;
}

.bt_handles_num li.current{
  background-color: #760c23 !important;
  padding: 10px !important;
  border-radius:3px !important;

}

.bt_handles_num {
  left: 6px !important;
}

#latest-news .nspArt.nspCol2 {
  padding-left: 0px !important;
}

#latest-news .nspArtPage.nspCol1.active {
  float:right;
}

#latest-news .moduletablenewsfeatured{
  float:left;
}

.news .bt-title{
  color:#000 !important;
}

.advert:first-child{
  padding-left:0px;
}

.news .bt-row-separate {
  border-bottom:none;
}

.news .bt-date{
  color:#959595;
  display:block;
  margin-bottom:15px;
}

.news .bt-introtext{
  display:block;
  margin-bottom:15px;
}


.news p.readmore a{
  color:#a10e2a !important;
  font-weight:bold;
  font-size:14px;
}

.auction-price p{
  margin-bottom: 0px;
}
#offlajn-ajax-search102.active{
  width: 200px;
  border-bottom: 1px solid #cccccc;
}

#search-form102 input {
  background-color: #ffffff;
  padding-top: 1px;
  color: #333333;
  font-family: "Poppins", sans-serif;
  font-weight: 600;
  font-style: normal;
  font-size: 14px;
}

input#search-area102 {
  padding: 0px 39px 0 48px;
}

.search-bar a{
  color: #333333;
  font-family: "Poppins", sans-serif;
  font-weight: 600;
  font-style: normal;
  font-size: 14px;
}

#jux-content-slider135 .item img{
  width:60%;
}

#jux-content-slider203 .item img{
  width:30%;
}

.navbar-brand{
  visibility: hidden;
}

.navbar-nav {
  float: right;
}
.navbar-nav > li > a {
  color: #333333;
  /*    font-family: "Roboto";*/
  font-size: 14px;
  /*    text-transform: uppercase;*/
  /*    letter-spacing: 1px;*/
  font-weight: 500;
  transition: all .2s ease-in-out;
}

.navbar-toggle {
  background-color: rgba(0, 0, 0, 0.1);
  border: 1px solid #fff;
  border-radius: 0;
}
.navbar-toggle .icon-bar {
  background-color: #fff;
}

.main-menu-heading {
  float:right;
}

.main-menu-heading .menu {
  float: left;
  padding-right: 20px;
}

.set-top-margin{
  margin-top:-20px;

}

.set-top-margin p{
  margin-bottom:0px;
}

.subscribe-fields {
  margin-top:-20px;
}

.subscribe-btn input{
  margin-top:-20px;
  border-radius:3px !important;
  height:53px !important;
}

.subscribe-fields input::-webkit-input-placeholder { /* Chrome/Opera/Safari */
  color: #222;
}
.subscribe-fields input::-moz-placeholder { /* Firefox 19+ */
  color: #222;
}
.subscribe-fields input:-ms-input-placeholder { /* IE 10+ */
  color: #222;
}
.subscribe-fields input:-moz-placeholder { /* Firefox 18- */
  color: #222;
}

.subscribe-btn .input-group {
  width:100% !important;
}



.subscribe-btn input{
  width:100%;
}

.subscribe-fields input{
  border:none;
  height:53px !important;
  border-radius:3px !important;

}

.main-menu-heading .menu:last-child{
  padding-right:0px;
}

.navbar-toggle2 {
  background-color: rgba(0, 0, 0, 0.3);
}

.navbar-collapse {
  max-height: none !important;
}

.logo .navbar-brand {
  padding: 0;
}

.logo .navbar-brand img {
  padding: 1px 10px 8px 0px;
}

.logo .navbar-brand {
  padding: 0;
  margin-left: 0;
  visibility: hidden;
}
.navbar > .container .navbar-brand, .navbar > .container-fluid .navbar-brand {
  margin-left: 0px;
}

/* HOME BACKGROUND */

header {
  background-image: url(/images/home-cover-bg.png);
  background-size: cover;
  background-position: center;
}
/*
.hero-text-box {
margin-top: 15%;
vertical-align: middle;
}
*/
.header-content {
  margin-top: 140px;
  /*margin-bottom: 181px;*/
}
.header-content p {
  font-family: 'Lato', sans-serif;
  font-size: 16px;
  font-weight: 300;
  margin-top: -200px;
  z-index:999999;
}
.header-content .logo-lg {
  margin-bottom: 28px;
}
.header-content .hero-text {
  margin-bottom: 15px;
}

.chamber-logo{
  margin-top: -17px;

}

.white-bg{
  background-color: white;
  border-bottom: 1px solid #dddddd;
}

.logo-lg{
  position: sticky;
  top: 28px;
  z-index:1031;
  width: 251px;
}

.overlay {

  height: 0%;
  width: 100%;
  position: fixed;
  z-index: 1;
  top: 0;
  left: 0;
  background-color: rgb(0,0,0);
  background-color: rgba(255, 255, 255, 0.9);
  overflow-y: hidden;
  transition: 0.5s;
}

.overlay-content {
  position: relative;
  top: 25%;
  width: 100%;
  text-align: center;
  margin-top: 30px;
}

.overlay a {
  padding: 8px;
  text-decoration: none;
  font-size: 36px;
  color: #818181;
  display: block;
  transition: 0.3s;
}

.overlay a:hover, .overlay a:focus {
  color: #f1f1f1;
}

.overlay .closebtn {
  position: absolute;
  top: 20px;
  right: 45px;
  font-size: 60px;
}

@media screen and (max-height: 450px) {
  .overlay {overflow-y: auto;}
  .overlay a {font-size: 20px}
  .overlay .closebtn {
    font-size: 40px;
    top: 15px;
    right: 35px;
  }
  
  .covid_button p{
        width:35%;
    }
}
.search-bar {
  /*text-align: right;*/
  margin-top: 19px;
  margin-bottom: 5px;
}
.search-bar a {
  color: #333333;
  text-decoration: none;
  font-size: 14px;
  font-weight: 500;
}
.search-bar a .fa-facebook {
  font-size: 18px;
  transition: all .2s ease-in-out;
}
.search-bar a .fa-facebook:hover{
  color: #597ac7;
}
.search-bar a .fa-twitter {
  font-size: 19px;
  transition: all .2s ease-in-out;
}
.search-bar a .fa-twitter:hover {
  color: #5bbcec;
}
.search-bar a .fa-youtube-play {
  font-size: 19px;
  transition: all .2s ease-in-out;
}
.search-bar a .fa-youtube-play:hover {
  color: #fd3832;
}
.search-bar a .fa-google-plus {
  font-size: 19px;
  transition: all .2s ease-in-out;
}
.search-bar a .fa-google-plus:hover {
  color: #dc4b3b;
}
.search-bar a .fa-linkedin {
  font-size: 19px;
  transition: all .2s ease-in-out;
}
.search-bar a .fa-linkedin:hover {
  color: #007ab6;
}


/* SITE BODY */

.l1{
  font-family:'Poppins', sans-serif;
  font-size: 22px;
  font-weight: 300;
  color:white;
}

.l2{
  font-family:'Poppins', sans-serif;
  font-size: 24px;
  font-weight: 600;
  color:white;
  margin-top: -3px;
}

.l3{
  font-family:'Poppins', sans-serif;
  font-size: 14px;
  font-weight: 300;
  color:white;
  margin-top: 5px;
}

.l4{
  font-size: 36px;
  font-weight: 700;
  font-family: 'ubuntu', sans-serif;
  color:white;
}

.link-content{
  padding-left: 140px;
  padding-top: 43px;
}

.link-content a, .link-content a:hover, .l4.link-name, .l4.link-name:hover{
  text-decoration:none;
}

.left-link{
  background-image: url(/images/leftlink-bg_new.png);
  height: 210px;
  background-size: cover;
  background-position: center;
}

.right-link{
  background-image: url(/images/rightlink-bg_new.png);
  height: 210px;
  background-size: cover;
  background-position: center;
}

.link-name{
  margin-top: -6px;
}

.temp-event-title{
  font-size: 40px;
  line-height: 48px;
  font-weight: 900;
  text-transform: uppercase;
  margin-top: 50px;
  margin-bottom: 85px;
  float: right;
  width: 506px;
  text-align: right;
}

.event-partners h3{
  color: #393939;
  font-size: 18px;
  font-weight: 600;
  text-transform: uppercase;
  text-align: center;
  margin-bottom: 14px;
  margin-top: 40px;
}

.event{
  margin-top: 87px;
  margin-bottom: 50px;
}

.view-all-link{
  font-size: 16px;
  font-weight: 600;
  float:right;
  color: #a10e2a;
}

.year {
  font-size: 12px;
  color: #000;
}


h2.event-title a {
  text-decoration: none;
  font-size: 16px;
  font-weight: 600;
  font-family: 'Poppins', sans-serif;
  color: #393939;
}

#jemmodulebanner .event-title{
  width: 70%;
  line-height: 18px;
}

div#jemmodulebanner .event-title {
  margin: 17px 0px 0px 0px !important;
}


.event-section{
  margin-bottom: 145px;
}

div#jemmodulebanner .eventset{
  border:none;
}

.advert-bg{
  background-color: #efefef;
}

.advert-text{
  font-family: 'Lato', sans-serif;
  font-weight: 400;
  font-size: 12px;
  margin-top: 30px;
  margin-bottom: 7px;
}

.advert{
  margin-bottom: 35px;
}

.members-are-key{
  background-image: url(/images/members-are-key-bg_new.png);
  background-size: cover;
  background-position: center;
  height: auto;
  padding: 30px 0;
  background-repeat: no-repeat;
  vertical-align: middle;
  background-attachment: fixed;
}
.member-content {
  margin-top: 2%;
  padding: 20px 0;
}
.member-heading {
  color: #fff;
  font-size: 30px;
  text-transform: uppercase;
  font-weight: 600;
  line-height: 31px;
}
.learn-more-link a {
  color: #fff;
  font-size: 16px;
  text-transform: uppercase;
  font-weight: 500;
  line-height: 58px;
  text-decoration: none;
}
.join-btn a {
  color: #fff;
  font-size: 16px;
  border: 1px solid #fff;
  padding: 7px 30px;
  text-decoration: none;
}

.join-btn {
  margin-top: 38px;
}
.section-white-space {
  padding-top: 50px;
  padding-bottom: 140px;
}
.section-heading h1 {
  font-size: 40px;
  font-weight: 900;
  line-height: 48px;
  color: #333333;
  text-transform: uppercase;
  margin: 0;
}
.news-body {
  margin-top: 88px;
}
.news-text {
  font-size: 16px;
  color: #393939;
  font-weight: 600;
  line-height: 20px;
}
.news-date {
  font-family: 'lato';
  font-size: 14px;
  color: #959595;
  font-weight: 400;
  line-height: 38px;
  margin-bottom: 15px;
  letter-spacing: 0.3px;
}
.view-all-news-link a, .view-all-link a, .view-all-publication-link a{
  font-size: 16px;
  font-weight: 600;
  color: #a10e2a;
}
.view-all-news-link {
  margin-top: 55px;
}

.view-all-link:hover {
  color: #a10e2a;

}

.prospects {
  background-image: url(/images/prospects-bg.png);
  background-size: cover;
  background-position: center;
  height: auto;
  padding: 55px 0;
  background-repeat: no-repeat;
  vertical-align: middle;
  background-attachment: fixed;
}
.prospects-heading {
  font-size: 30px;
  color: #fff;
  font-weight: 600;
  margin-top: 15px;
}
.heading-wrapper {

}
.icon-wrapper {
  padding-right: 0px;
}
.prospects-heading p {
  color: #fff;
  font-size: 16px;
}
.prospects-heading a {
  color: #fff;
  font-size: 16px;
}
.prospects-btn {
  margin-top: 30px;
  color: #fff;
  font-size: 16px;
  border: 1px solid #fff;
  padding: 7px 30px;
  text-decoration: none;
  background-color: transparent;
}
.publication-content {
  margin-top: 0px;
}

.publication-content img {
  min-width: 100%;
}

.view-all-publication-link {
  margin-top: 40px;
}
.view-all-publication-link a {
  font-size: 16px;
  font-weight: 600;
  color: #a10e2a;
}
#our-members {
  background-color: #f9f8f8;
  padding: 50px 0;
}
.our-member-headeing {
  color: #393939;
  font-size: 24px;
  font-weight: 600;
  text-transform: uppercase;
  text-align: center;
  margin-bottom: 40px;
}
#subscribe {
  background-color: #e0ddde;
  padding: 55px 0;
}
.want-to-hear {
  color: #222222;
  font-size: 24px;
  font-weight: 500;
}
.select-boxes-line {
  font-size: 16px;
  font-family: "lato";
}
.form-inline .form-control {
  width: 250px;
  height: 50px;
  font-family: "lato";
  letter-spacing: 0.4px;
  border: none;
  margin-right: 3px;
}

.btn-subscribe {
  display: inline-block;
  background-color: #a10e2a;
  padding: 13px 14px;
  font-size: 16px;
  line-height: 1.42857143;
  border-radius: 4px;
  color: #fff;
  font-weight: 400;
  border: none;
}
.btn-subscribe:hover {
  background-color: #c11e3d;
  color: #fff;
  border: none;
}
.subscribe-form {
  margin-top: 5px;
}

.footer-bg{
  /*background-color: #22313f;*/
  background-color: #7e1431;
}

.f-h1, .f-p2{
  font-family: 'Poppins', sans-serif;
}

.f-h2, .f-h3, .f-p1, .f-p3{
  font-family: 'Lato', sans-serif;
}

.f-h1, .f-h2, .f-h3, .f-p1{
  color: #ffffff;
}

.f-p1{
  /*color: #b3b3b3;*/
  color: #e6e6e6;
  font-size: 12px;
  font-weight: 400;
}

.f-p2{
  color: #b3b3b3;
  font-size: 14px;
  font-weight: 300;
}

.f-p3{
  color: #b3b3b3;
  font-size: 13px;
  font-weight: 300;
}

.f-h1{
  font-size: 24px;
  font-weight: 400;
}

.f-h2{
  font-size: 18px;
  font-weight: 400;
  text-transform: uppercase;
}

.f-h3{
  font-size: 14px;
  font-weight: 400;
}

.assistance{
  margin-top: 45px;
  margin-bottom: 35px;

}

.assistance .f-p2 {
  color:#fff;
}

.footer-col .f-p3 {
  color:#efefef;
}

.seperator{
  height: 1px;
  /*border: 1px solid #3b4753;*/
  border: 1px solid #c3c3c3;
}

.footer-logo{
  margin-bottom: 23px;
}

.s2{
  margin-top: 33px;
  margin-bottom: 20px;
}

.about ul, .Events ul{
  padding-left: 12px;
}

.about-us{
  margin-top: 18px;
  margin-bottom: 18px;
  font-weight:bold;
}

.statuses .status-header {
  font-weight:bold;
}

.footer-panel ul{
  padding-left:0px;
}

.footer-panel ul li{
  list-style-type:none;
  float:left;
  padding-right:20px;
  color:#fff;
}

.footer-panel ul li a, .footer-panel p{
  color:#efefef;
  font-size:13px;
  font-weight:300;
}

.footer-panel ul li a:hover{
  text-decoration:underline;
}




.footer-panel p{
  color:#efefef !important;
}

.statuses{
  margin-top:30px;
}

.status-header{
  margin-bottom: 15px;
}

.membership{
  margin-top: 43px;
}

.contact-us{
  margin-top: 31px;
}

.advoacy-header{
  margin-bottom: 18px;
}

.our-network{
  margin-top: 40px;
  margin-bot: 65px;
}

.our-network-header{
  margin-bottom: 15px;
}

.publications-and-media{
  margin-top: 65px;
}

.services-header{
  margin-bottom: 18px;
}

.events-header{
  margin-top:38px;
  margin-bottom: 20px;
}

.footer-col{
  margin-top: 34px;
  margin-bottom: 57px;
}


.privacy-policy, .terms-conditions{
  font-size: 13px;
}

.footer-bottom{
  margin-top: 25px;
  margin-bottom: 25px;
}


/*EVENT CALENDAR CSS*/
#date-hour{
  background-color: #c83649;
  color: white;
  font-family: 'Lato', Sans-serif;
  text-align: center;
}

.moduletabledate{
  font-weight: 300;
  font-size: 60px;
}

.moduletableday{
  font-weight: 400;
  font-size: 20px;
  margin-top: -38px;
}

.moduletableday .text-predate{
  padding-bottom: 21px;
}

.moduletabledate .text-predate {
  margin-bottom: 21px;
}

.mod_jem_calajax_calendar-month, .mod_jem_calajax_calendar-month a {
  font-size: 12px !important;
  font-family: 'Lato', sans-serif !important;
  font-weight: 700 !important;
  color: #717171 !important;
}

.eventcalq table.mod_jem_calajax_calendar{
  border-left: none !important;
}

.eventcalq tr {
  height: 34px !important;
}

.eventcalq td.mod_jem_calajax_calday {
  font-family: 'Lato', sans-serif !important;
  font-size: 12px !important;
  font-weight: 400 !important;

}

.eventcalq tbody {
  background-color: #e0ddde !important;
  transform: scale(0.9);
}

.eventcalq table {
  background-color: #e0ddde !important;
}


.eventcalq td.mod_jem_calajax_caldaylink a:link, .eventcalq td.mod_jem_calajax_caldaylink a:visited{
  color: #2386bf;
}

.eventcalq caption {
  padding-top: 12px !important;
  padding-bottom: 2px !important;
}

.eventcalq td.mod_jem_calajax_caltoday {
  color: unset;
  background-color: transparent;
  /*width: 13%;*/
  font-size: 12px;
}

.mod_jem_calajax_calendar-month{
  background-color: #e0ddde !important;
}

.mod_jem_calajax_calendar th{
  text-align: center !important;
  background: #e0ddde !important;
}

.mod_jem_calajax_caldaylink a{
  background-color: #e0ddde !important;
}

.eventcalq {
  max-width: 100% !important;
}

.mod_jem_calajax_calday, .mod_jem_calajax_caldaylink, .mod_jem_calajax {
  font-family: 'lato', sans-serif important;
  font-size: 11px !important;
  text-align: center !important;
  border: none !important;
  background-color: #e0ddde !important;
}


.mod_jem_calajax_caldaylink, .mod_jem_calajax_caltodaylink{
  background-image: url(/images/event-bg.png);
  background-size: 66%;
  background-repeat: no-repeat;
  background-position: center center;
  border: none !important;
}

.eventcalq td.mod_jem_calajax_caldaylink a:link, .eventcalq td.mod_jem_calajax_caldaylink a:visited, .eventcalq td.mod_jem_calajax_caltodaylink a:link, .eventcalq td.mod_jem_calajax_caldaytodaylink a:visited,.eventcalq td.mod_jem_calajax_caltodaylink a:link, .eventcalq td.mod_jem_calajax_caltodaylink a:visited {
  color: #fff !important;
}

.mod_jem_calajax_caldaylink a, .mod_jem_calajax_caltodaylink {
  background-color: #e0ddde00 !important;
}

.eventcalq td.mod_jem_calajax_caltodaylink a:link, .eventcalq td.mod_jem_calajax_caltodaylink a:hover{
  border: none !important;
  background-color: #06F0;
}

.year {

  font-size: 12px;
  font-family: 'Poppins', sans-serif;
  font-weight: 400;
  color: #494949;

}

#jemmodulebanner [class|="calendar"]{
  text-align: left;
  width: 100%;
  height:70px;
}

#jemmodulebanner [class|="calendar"] .monthbanner{

  text-shadow: none;
  font-family: 'Poppins', sans-serif;
  font-weight: 500;
  font-size: 24px;
  color: #a10e2a;
}

div#jemmodulebanner .eventset{
  padding:0px;
}

div#jemmodulebanner .image-preview{
  margin:0px;
  padding:0px;
}

div#jemmodulebanner .time{
  background:none;
}

.cal-seperator{
  height: 4px;
  width: 24px;
  background-color: #a10e2a;
  margin-top: 17px;
  margin-bottom: 11px;
}


.moduletablenewslist .nspHeader a{
  font-family: 'Poppins',sans-serif;
  font-size: 16px;
  font-weight: 600;
  color: #393939;
  text-decoration: none;

}

.moduletablenewslist .nspInfo{
  font-family: 'Lato', sans-serif;
  font-weight: 400;
  font-size: 14px;
  color: #959595;

}

.section-heading {
  padding-bottom: 65px;
}


.moduletablenewsfeatured .nspHeader, .moduletablenewsfeatured .nspInfo{
  width: 280px;
}

.nspArt {
  display:inline-table;
}

.moduletablenewsfeatured .nspHeader {
  margin-top: -100px;
}

.moduletablenewsfeatured .nspHeader,.moduletablenewsfeatured .nspInfo{
  padding-left: 20px;
  text-decoration: none;
  color: white;
}

.moduletablenewsfeatured .nspHeader a{
  font-family: 'Poppins', sans-serif;
  font-weight: 600;
  font-size: 20px;
  text-decoration: none;
  color: white;
}

.moduletablenewsfeatured .nspInfo{
  font-family: 'Lato', sans-serif;
  font-weight: 500;
  font-size: 14px;
}

.image-gradient{
  display:inline-block;
  background: -moz-linear-gradient(top, rgba(0,0,0,0) 60%, rgba(0,0,0,1) 90%); /* FF3.6+ */
  background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,rgba(0,0,0,0.65)), color-stop(100%,rgba(0,0,0,0))); /* Chrome,Safari4+ */
  background: -webkit-linear-gradient(top, rgba(0,0,0,0) 60%,rgba(0,0,0,1) 90%); /* Chrome10+,Safari5.1+ */
  background: -o-linear-gradient(top, rgba(0,0,0,0) 60%,rgba(0,0,0,1) 90%); /* Opera 11.10+ */
  background: -ms-linear-gradient(top, rgba(0,0,0,0) 60%,rgba(0,0,0,1) 90%); /* IE10+ */
  background: linear-gradient(to bottom, rgba(0,0,0,0) 60%,rgba(0,0,0,1) 90%); /* W3C */
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#a6000000', endColorstr='#00000000',GradientType=0 ); /* IE6-9 */
}

.moduletablenewsfeatured img{
  position:relative;
  z-index:-1;
  display:inline-block;
}

#jemmoduleteaser .daynumteaser {
  font-family: 'Lato', sans-serif;
  font-size: 13px !important;
  font-weight: 700 !important;
  text-align: left;
}

#jemmoduleteaser .daynumteaser-one {
  color: #393939 !important;
  font-family: 'Lato', sans-serif;
  font-weight: 400 !important;
  font-size: 13px !important;
}

#jemmoduleteaser .venue-title {
  font-size: 14px;
  font-family: 'Lato', sans-serif;
  font-weight: 400;
}

#jemmoduleteaser .venue-title a{
  color: #959595;
  text-decoration: none;
}

#jemmoduleteaser [class|="calendar"]{
  line-height: 16px !important;
  text-align: left;
}

.teaser-seperator{
  height: 3px;
  width: 16px;
  background-color: #a10e2a;
  margin-bottom: 10px;
}

#jemmoduleteaser h2 {
  margin-top: 3px;
}

.e-cal, .e-banner, .e-teaser{
  margin-bottom:40px;
}

.view-more-events{
  margin-bottom: 65px;
}

#jemmodulebanner .banner-jem img {
  width: 100%;
  height: 210px;
  object-fit: fill;
}

#jemmoduleteaser table {
  margin-bottom: 15px;
}

div#jemmoduleteaser .eventset{
  border-bottom: none !important;
}


.sidebar {
  margin-top: 98px;
}

#js-mainnav.megamenu.blackwhite{
  border: none;
  border-bottom: none;
  background-color: #fff;
  background: #fff;
}

#megamenucss #js-mainnav.blackwhite .js-megamenu {
  background: #fafafa00;
}

#megamenucss .blackwhite.megamenu ul.level0 > li.megacss:hover > a.megacss, #megamenucss #js-mainnav.megamenu.blackwhite ul.level0 li.active {
  background: #ffffff00!important;
  /* color: #ffffff00!important; */
}

.sp-accordion-item .toggler{
  background-color:#ebebeb;
}

.sp-accordion-item:nth-child(even) .toggler {
  background-color: #f3f3f3;
}

.prospects-btn{
  transition: all 0.5s ease-in-out;
}
.prospects-btn:hover{
  background-color:rgba(255,255,255,0.2);
  border: 1px solid #ffffff00;
}

.newsl-header{
  color: #222222;
  font-family: 'Poppins', sans-serif;
  font-weight: 400;
  font-size: 24px;
}

.moduletablenewsl .input-group{
  border-radius: 20px;
  display: inline-table;
  width: 49%;
}

.newsl-btn{
  background-color: #a10e2a;
  border:none;
  font-family: 'Poppins', sans-serif;
  font-weight: 500;
  font-size: 16px;
}

.btn-primary:hover {
  background-color: #f01841;
  border: none;
}

.moduletablenewsl .modns .input-group input.modns {
  height: 40px;
}

.owl-theme .owl-dots .owl-dot.active span,.owl-theme .owl-dots .owl-dot:hover span {
  background: #9e0b0f;
}

.event-heading{
  margin-bottom: 70px;
  margin-top: 120px;
}

.custom2img,.custom3img{
  display:none;
}

#event-info-table td {
  padding-right: 6px;
  padding-left:6px;
}

#event-info-table td{
  padding-bottom: 28px;
}


.when-title, .time-title, .where-title, .custom1-title, .custom2-title, .custom3-title{
  font-family: 'Lato',sans-serif;
  font-size: 16px;
  font-weight: 700;
  color: #222222;
}

.where-info a {
  color: #000;
  text-decoration: none;
}
.when-info{
  font-family: 'Poppins',sans-serif;
  font-size: 24px;
  font-weight: 300;
  color: #222222;
}

.time-info, .where-info, .custom1-info, .custom2-info, .custom3-info{
  font-family: 'Lato',sans-serif;
  font-size: 24px;
  font-weight: 300;
  color: #222222;
}

.custom4-title, .custom4-info{
    color: #222222;
}

.btn.register-btn:hover, .btn.register-btn:focus{
    color:white !important;
}

.reg-close{
  padding-top:10px;
}

.reg-close td {
  padding-top: 17px;
}

.description.event_desc {
  padding-top: 25px;
}

.custom1-mprice,.custom2-mprice, .custom3-mprice{
  visibility: hidden;
  position: relative;
}

.custom1-mprice:after {
  visibility: visible;
  position: absolute;
  top: 0;
  left: 0;
  content: "Patron Members";
  font-family: 'Lato',sans-serif;
  font-size: 14px;
  font-weight: 300;
  color: #222222;
}

.custom2-mprice:after {
  visibility: visible;
  position: absolute;
  top: 0;
  left: 0;
  content: "Members";
  font-family: 'Lato',sans-serif;
  font-size: 14px;
  font-weight: 300;
  color: #222222;
}

.custom3-mprice:after {
  visibility: visible;
  position: absolute;
  top: 0;
  left: 0;
  content: "Non-Members";
  font-family: 'Lato',sans-serif;
  font-size: 14px;
  font-weight: 300;
  color: #222222;
}

.low-padding {
  padding-bottom: 6px !important;
}

.flyerimage{
  margin-bottom:20px;
}

.venue-div{
  display:none;
}

h1{
  font-size: 48px;
  font-weight:bold;
  font-family:'Popppins',sans-serif;
  color: #333333;
}

 .custom4-mprice{
  display:none;
}

.register-btn, .register-btn:hover, .register-btn:focus{
  width:142px;
  height: 50px;
  background-color:#a10e2a;
  color: white;
  font-family: 'Poppins',sans-serif;
  font-size:16px;
  font-weight: 500;
}

.register-btn2, .register-btn2:hover, .register-btn2:focus{
  width:142px;
  height: 50px;
  background-color:#a10e2a;
  color: white;
  font-family: 'Poppins',sans-serif;
  font-size:16px;
  font-weight: 500;
  padding: 13px;
}

.register-btn-disabled, .register-btn-disabled:hover, .register-btn-disabled:focus{
  width:200px;
}

#event-info-table tr td img {
  position: relative;
  margin-top: -55%;
}

.fox-item{
  border-bottom: 1px solid #e0ddde;
}

div#fox-container-m139 input[type="text"], div#fox-container-m139 textarea {
  border: none;
}

div#fox-container-m139 .control-group {
  margin-bottom: 28px;
}

div#fox-container-m139 .fox-form-stacked .control-label {
  width: 142px;
  height: 25px;
}

.fox-column.fox-column12 .controls, .fox-column.fox-column12 .controls *{
  width:100%;
}

[id^=fox-m139]{
  width:100% !important;
}

div#fox-container-m139 .fox-form input[type="text"]:hover, div#fox-container-m139 .fox-form input[type="text"]:focus,div#fox-container-m139 .fox-form textarea:hover, div#fox-container-m139 .fox-form textarea:focus{
  background-color: #ffffe000;
}

div#fox-container-m139 input[type="text"]:focus, div#fox-container-m139 textarea:focus{
  border: none;
  box-shadow: none;
}

.fox-item:last-child{
  border: none;
}

#fox-m139-textarea1{
  height: 80px !important;
}

div#fox-container-m139 .btn,div#fox-container-m139 .btn:hover {
  background-color: #a10e2a !important;
  height: 50px;
  background-position: 0 -104px;
  width: 200px;
  border: none;
  text-shadow: none;
}

div#fox-container-m139 .btn span{
  color: white;
  font-family:'Poppins', sans-serif;
  font-weight: 500;
  font-size: 16px;
}

.location.floattext table{
  display: inline-block;
}

.location.floattext table td{
  padding-right:190px;
  padding-bottom: 14px;
}

#js-mainnav.megamenu.blackwhite ul.level0 li.megacss a.megacss{
  border:none;
}

.toggler:nth-of-type(even)
{
  background-color: #d5d5d5;
}

.spacing-para {
  height: 20px;
}


#search-results102 {
  z-index: 2000;
  border-bottom: 1px solid lightgray;
  border-left: 1px solid lightgray;
  border-right: 1px solid lightgray;
  position: fixed;
}

.contact.event-contact{
  margin-top: 37px !important;
}


@media (min-width : 1367px) {
  .container {
    min-width: 1360px !important;
  }

  .nspArt.nspCol2 {
    padding-left: 45px !important;
  }
}

@media (min-width : 992px) {
    
    

  .f-col-2{
    margin-left: 25px;
  }

  .f-col-3{
    margin-left: -25px;
  }

}



/*menu*/
.modal-logo{
  padding-right:17px;
}

.img-responsive.modal-logo {
  padding-left: 8px;
}

.modal-backdrop.in{
  display:none;
}

.modal-backdrop.in{
  opacity:0 !important;
}

.modal-body {
  padding: 50px;
  background-color: #fff;
}

.nav > li > a:focus, .nav > li > a:hover {
  text-decoration: none;
  background-color: white;
}

.menu  img {
  padding: 17px 0px;
}

.nav-child a, .nav li a{
  font-family: 'Lato', sans-serif;
  font-size: 14px;
  font-weight: 300;
  color: #333333;
}

.image-title{
  font-family: 'Poppins', sans-serif;
  font-size: 16px;
  font-weight: 600;
  color: #333333;
  text-transform: uppercase;
}

.nav-child a{
  font-family: 'Lato', sans-serif;
  font-size: 14px;
  font-weight: 300;
  color: #333333;
}

.nav a {
  transition: all 0.25s cubic-bezier(.55,.09,.68,.53);
}

.deeper > a{
  font-family: 'Lato', sans-serif;
  font-size: 15px;
  font-weight: 400 !important;
  color: #333333;
}

.item-165 a {
  font-weight: 400 !important;
  font-size: 16px;
}


.item-158 a, .item-209 a {
  font-weight: 600 !important;
  font-size: 16px !important;
  text-transform: uppercase;

}

li.item-160 a, li.item-161 a, li.item-162 a, li.item-163 a{
  font-family: 'Lato', sans-serif;
  font-size: 14px !important;
  font-weight: 300 !important;
  color: #333333;
  text-transform: initial;
}

.deeper {
  margin-bottom: 10px;
}

.nav a:hover {
  color: #ba0b3a;
}

.nav li ul li {
  padding: 5px 0px;
  list-style-type: disc;
  color:#dddddd;
}

.nav li ul{
  padding-left: 12px;
}

.nav > li > a {
  padding: 12px 0px;
}

.modal-footer{
  padding:0px;
}

.modal-header, .modal-footer {
  border: none;
  background-color:white;
}

.modal-header .close {
  /* margin-top: -6px; */
  font-size: 80px;
  z-index: 10000;
  position: absolute;
  /* top: 2%; */
  right: 8%;
  color: #333333;
  opacity: 1;
  font-weight: 300;
}

.modal-footer .btn{
  display:none;
}

.modal-body {
  padding: 18px 50px 0px 50px;
  border-bottom: #7e1431 solid 5px;
}

.first-col .nav > li > a {
  padding: 8px 0px;
}

.modal-open {
  overflow: scroll;
}

.nav-toggler{
  padding: 4px 0px;
}

.f-p1 a{
  color:#dee3e7;
  text-decoration: none;
}

.f-p1 a:hover{
  color:#dee3e7;
}

span.control-label.collapsed{
  display:none !important;
}

.fox-column12 label{
  font-weight: 400;
}

#accordion_sp1_id140{
  background-color: #f3f3f3;
}

#accordion_sp1_id140 a{
  color: #333;
}

#accordion_sp1_id140 a:hover{
  color: #1e1e1e;
}

#sbox-window {
  display: none;
}

.footer-col a {
  /*color: #b3b3b3;*/
  color: #e6e6e6;
}

#responsive-tabs {
  text-align: center;
}


body#itemid-353 #responsive-tabs {
  text-align: left !important;
}


body#itemid-353 #responsive-tabs label {
    min-width: 350px;
}

 

.col-lg-12.fw-content .row .col-md-4.col-sm-12:nth-child(2) a.button {
    margin-left: 50px;
}

#responsive-tabs label{
  min-width: 25.2%;
  font-family: 'Lato', sans-serif;
  font-size: 16px;
  font-weight: 400;
  color: #333333;
  background: none;
  border-bottom: 1px solid #cccccc;
  border-top: none;
}

#responsive-tabs input[type="radio"]:checked + label {
  background: none;
  border-bottom: 1px solid #a10e2a;
  border-top: none;
  color: #a10e2a;
}

#responsive-tabs label:hover, #responsive-tabs label:active, #responsive-tabs label:focus{
  background: none;
}

.article-content ul {
  list-style-type: square;
  color: #c2c2c2;
  padding-left: 17px;
}

.breadcrum ul{
  padding-left: 3px;
}

.article-content ul li span{
  color: #333333;
}

.article-content .breadcrum ul{
  color: #333333;
}

.tab-content{
  margin-top: 10px;
  color: #333333;
}

.tab-content-item{
  min-height: 1316px;
}

.tab-content ul{
  line-height: 32px;

}

.tab-content-2 ul{
  line-height: 38px;
}

.tab-content ul{
  list-style: none;
  padding-left: 0px;
  padding-top: 2px;
}

.tab-content ul > li > p {
  padding-left: 25px;
}

.tab-content ul li::before {
  content: "■";
  color: #c2c2c2;
  padding-right:15px;
}

.tab-content ul li{
  font-family: 'Lato', sans-serif;
  font-size: 16px;
  font-weight: 300;
}

.tab-content-2 strong{
  font-weight: 700;
  font-family: 'Lato', sans-serif;
  font-size: 18px;
}

#content3, #content4 {
  margin-top: 29px;
}

.tab-content .sidebar-content{
  font-size: 30px;
  font-weight: 300;
  line-height: 34px;
}

.tab-content-3 h3{
  color: #333333;
}

.countries a {
  text-decoration: none;
}

.countries .country-name, .countries .type{
  color: #333333;
}

.countries .est, .countries .type{
  margin-top: -2px;
}

.countries .country-name{
  margin-top: 2px;
}

.countries .est{
  color: #707070;
  font-size: 14px;
  font-weight: 300;
}

.flags-inner{
  margin-bottom: 6px;
}

.country-names-inner, .type-inner{
  color:#a10e2a;
  font-size: 34px;
}

.type-inner{
  margin-top: -10px;
}

.est-inner{
  margin-top: -4px;
  font-weight: 300;
  font-size: 16px;
}

.country-inner-desc {
  margin-top: 25px;
  margin-bottom: 40px;
}

.com-header {
  color: #a10e2a;
  font-size: 16px;
  font-weight: bold;
  margin-bottom: 25px;
}

.com-seperator{
  height:3px;
  width:30px;
  background-color:#cccccc;
  margin-bottom: 10px;
}

.com-name{
  font-weight:bold;
}

.com-desig {
  font-size: 14px;
  font-weight: 300;
  margin-top: -2px;
}

.com-comp {
  font-size: 12px;
  font-weight: 300;
  margin-top: -2px;
}

.row.country-row-1 {
  margin-bottom: 33px;
}

.entrance-header {
  font-weight: 600;
  font-size: 18px;
}

.entrance.ef1 {
  margin-top: 10px;
}

.entrance-fee span {
  font-weight: 300;
}

.rs-price {
  font-size: 24px;
}

.entrance-fee {
  margin-top: -1px;
}

.entrance.ef2 {
  margin-top: 13px;
}

.download-section {
  margin-top: 23px;
  margin-bottom: 49px;
}

.download-header {
  font-weight: 600;
  color: #a10e2a;
}

.contact-inner-header {
  color: #760c23;
  font-weight: bold;
  font-size: 16px;
}

.contact-inner-address{
  margin-top: 4px;
  line-height: 21px;
}

.contact-inner-number {
  margin-top: 11px;
}

.contact-inner-number a {
  color: #333333;
}

.website-link-section {
  margin-top: 46px;
}

.website-link a{
  font-family: 'Ubuntu',sans-serif;
  color: #760c23;
  font-size: 23px;
  margin-top: -8px;
}

.website-link {
  margin-top: -8px;
}

.row.countries {
  margin-bottom: 45px;
}

.moduletableprojects .bt-cs .bt-center {
  margin-bottom: 12px;
}

.moduletableprojects .bt-title {
  font-family: 'Poppins', sans-serif;
  font-weight: 600 !important;
  font-size: 18px;
  color: #a10e2a !important;
}

.moduletableprojects .bt-introtext {
  margin-top: 11px;
  font-weight:300;
  margin-bottom: 18px;;
}

.bt-cs .bt-inner a {
  text-decoration: none;
  color: #a41c45;
}


.bt-cs .bt-inner .bt-title{
  text-transform: initial;
}

.moduletableprojects .bt-row-separate {
  border:none;
}

.moduletableprojects .bt-cs .bt-inner img {
  border:none;
  outline:none;
}

.moduletableprojects .bt-row {
  margin-bottom: 24px;
}
.capacity, .hallstyle, .rates, .other{
  margin-bottom:11px;
}

.v-rate {
  margin-top: 15px;
}

.v-price {
  margin-top: -10px;
}

.v-first {
  margin-top: -2px;
}

.venues {
  margin-bottom: 90px;
}

.venues-contact {
  margin-top: 60px;
}

.venues-contact > * {
  padding-bottom: 9px;
}

.v-email a {
  color: #7a0026;
}

.downloads {
  margin-top: 55px;
}

.downloads > * {
  padding-bottom: 18px;
}

.download img {
  padding-right: 10px;
}

.download .ico-text:hover{
  color: #760c23;
}

.sample-form {
  margin-top: 30px;
}

.sample-form-header {
  margin-bottom: 11px;
}

.sample-form {
  margin-bottom: 27px;
}

.documents-contact > * {
  padding-bottom: 8px;
}

.nac-content {
  margin-top: 32px;
}

.key-focus {
  font-weight: 300;
}

.nac-header {
  font-weight: 300;
  font-size: 24px;
  color: #32004b;
  line-height: 30px;
  width: 71%;
  margin-bottom: 21px;
}

.nac-seperator{
  height:3px;
  width:30px;
  background-color:#cccccc;
  margin-bottom: 4px;
}

/* TABS CSS */

.rl_tabs-toggle-inner.nn_tabs-toggle-inner {
  font-size: 16px;
  font-weight:400;
  font-family:'Lato', sans-serif;
}

.rl_tabs.align_justify > ul.nav-tabs > li a, .rl_tabs.align_justify > ul.nav-tabs > li a:hover {
  border-bottom: 1px solid #ddd;
}

.rl_tabs > .nav > li > a:hover {
  background-color: transparent;
}

.rl_tabs .nav-tabs > li > a:hover {
  border-color: #eee0 #eee0 #ddd0;
}

.rl_tabs > ul.nav-tabs > li.active > a:focus,.rl_tabs > ul.nav-tabs > li.active > a:active, .rl_tabs > ul.nav-tabs > li > a:focus, .rl_tabs > ul.nav-tabs > li > a:active {
  outline: 0;
  border-top: transparent;
  border-right: transparent;
  border-left: transparent;
}

.rl_tabs.top > ul.nav-tabs > li.active a, .rl_tabs.top > ul.nav-tabs > li.active a:hover, .rl_tabs.top > ul.nav-tabs > li.active a:focus{
  border-bottom: 1px solid #a10e2a;
}

.rl_tabs .nav-tabs > li.active > a, .rl_tabs .nav-tabs > li.active > a:focus, .rl_tabs .nav-tabs > li.active > a:active{
  border:none;
}

.rl_tabs .nav-tabs > li.active > a, .rl_tabs .nav-tabs > li.active > a:hover {
  border: none;
}

.rl_tabs.top > ul.nav-tabs > li.active > a:focus, .rl_tabs.top > ul.nav-tabs > li > a:focus {
  -webkit-box-shadow: none;
  -moz-box-shadow: none;
  box-shadow: none;
}

.nav-tabs > li > a{
  border:none;
}

.rl_tabs .nav-tabs > li > a {
  border:none;
}

.rl_tabs.top > ul.nav-tabs > li.active a > span{
  color: #a10e2a;
}

.nac-tabs .tab-content {
  min-height: 900px;
}

.gs1-download a:hover{
  color: #a10e2a;
}

.news-search-btn{
  width: 21px;
  height: 33px;
  background-color: transparent;
  border: none;
  background-image: url(/images/search-icon.png);
  background-repeat: no-repeat;
  background-size: contain;
  background-position: center center;
}

.news-search-btn .fa-search{
  display:none;
}

#ui-datepicker-div td a{
  border: none;
  background: #f6f6f600;
  font-weight: 400;
}

#ui-datepicker-div .ui-state-highlight, .ui-widget-content .ui-state-highlight{
  color: #454545;
}

#ui-datepicker-div .ui-state-active, .ui-widget-content .ui-state-active{
  color: #c83649;
  font-weight: bold;
}

#ui-datepicker-div .ui-widget-header{
  background-color: transparent;
  border:none;
}

#ui-datepicker-div .ui-datepicker-month, #ui-datepicker-div .ui-datepicker-year, #ui-datepicker-div .ui-datepicker-month:hover, #ui-datepicker-div .ui-datepicker-year:hover{
  font-weight: 300;
  text-align: center;
  /*border: 1px solid #c3c3c3;*/
}

#ui-datepicker-div .ui-datepicker-month{
  margin-right: 5px;
}

.ui-state-hover{
  background:transparent !important;
  border:none !important;
}

.ui-datepicker {
  width: 17em;
  padding: .2em 0.9em 0 !important;
}

.uk-scope {
  margin-top: 26px;
}

.ma-count {
  font-weight: 400;
  font-size: 16px !important;
  text-transform: uppercase;
}

.uk-scope ul li {
  margin-top: 9px !important;
}

.moduletablemain-module-teaser .event-title a:hover, .moduletablenewslist .nspHeader a:hover{
  color: #760c23;
}

#searchForm .phrases, #searchForm .only{
  display:none;
}

#searchForm{
  margin-top: 60px;
}

#searchForm .btn-group.pull-left {
  width: 32%;
}

#searchForm .btn-toolbar {
  margin-bottom: 10px;
}

#search-searchword {
  width: 100%;
  border: 1px solid #b1b1b1;
  height: 32px;
  padding: 10px;
}

#searchForm .badge {
  background-color: #a10e2a;
}

.search .search-results {
  margin-top: 45px;
}

.search .result-category {
  display: none;
}

.search .result-title a:hover {
  color: #760c23;
}

.search .result-created {
  margin-bottom: 46px;
  font-size: 13px;
  color: #7d7d7d;
  font-weight: bold;
  margin-top: 5px;
}

/*--------REGISTRATION-----------------------*/

div#jem fieldset {
  border: none !important;
}

.registration-modal ul{
  padding-left: 0px;
}

.wizard > .steps > ul > li {
  width: 33.3% !important;
}

/*
.registration-modal ul li:first-child a{
-moz-border-radius: 4px 0 0 4px;
-webkit-border-radius: 4px 0 0 4px;
border-radius: 4px 0 0 4px;
}

.registration-modal .steps ul li::after {
position: absolute;
right: -20px;
top: 0;
height: 0;
width: 0;
border-bottom: 20px inset transparent;
border-left: 20px solid #efefef;
border-left-color: rgb(239, 239, 239);
border-top: 20px inset transparent;
content: "";
z-index: 2;
}

.registration-modal .steps .current::after {
border-left-color: #d94700;
}
*/

.wizard > .content {
  margin: 5px 0px 30px 0px !important;
}

/*.wizard > .actions {*/
/*   padding-bottom: 40px !important;*/
/*}*/

.wizard > .steps a, .wizard > .steps a:hover, .wizard > .steps a:active {
  margin: 0 0.5em 0.7em !important;
}

.wizard > .steps li:first-child a, .wizard > .steps li:first-child a:hover, .wizard > .steps li:first-child a:active {
  margin: 0 0.5em 0.7em 0 !important;
}

.wizard > .steps li:last-child a, .wizard > .steps li:last-child a:hover, .wizard > .steps li:last-child a:active {
  margin: 0 0 0.7em 0.5em !important;
}

.wizard > .steps .current a, .wizard > .steps .current a:hover, .wizard > .steps .current a:active {
  background: #760C23 !important;
}

.r-event-name{
  font-size: 26px !important;
}

.steps{
  padding-bottom: 10px;
}

/*
.registration-modal .steps ul li a {
-moz-border-radius: 0px !important;
-webkit-border-radius: 0px !important;
border-radius: 0px !important;
}
*/

.wizard > .content {
  background: #fff0 !important;
  border: 2px solid #dadada !important;
  font-size: 15px !important;
}

.wizard > .content > .body {
  width: 100% !important;
}

.w-row {
  padding-top: 25px;
}

#myModal5 .modal-header .close {
  top: 2%;
  right: 2%;
}

.r-event-name {
  margin-bottom: 25px;
}

.wizard > .actions a, .wizard > .actions a:hover, .wizard > .actions a:active {
  padding: 0.4em 1em !important;
}

.wizard > .steps .done a, .wizard > .steps .done a:hover, .wizard > .steps .done a:active {
  background: #eee !important;
  color: #aaa !important;
}

.wizard > .actions a, .wizard > .actions a:hover, .wizard > .actions a:active {
  background: #760C23 !important;
}

#comp-address {
  min-height: 62px;
}

.wizard .content, .wizard .content label{
  font-weight: 300 !important;
}

.wizard .content .form-control{
  font-weight: 400 !important;
}

.payment-header {
  font-size: 32px;
  font-weight: 600;
}

#amount {
  font-weight: 400;
  font-size: 34px;
}

.steps li {
  text-align: center;
}

#member-count {
    float: right;
}

.steps .number{
  color: #efefef;
  background-color: #b1b3b2;
  padding: 1px 3px;
  border-radius: 3px;
  font-size: 12px;
}

.steps .current .number {
  color: #760c23;
  background-color: #fff;

}

.our-members-header {
  font-size: 24px;
  font-weight: 600;
  padding-bottom: 3px;
  padding-top: 10px;
}

#member-list-id-nav {
  padding-bottom: 30px;
  padding-top: 28px;
}

.our-members-content ul{
  padding-left: 0px !important;
}

.ln-letters a {
  padding: 2px 10px;
  border: none;
  border-bottom: 2px solid;
}

#member-list-id-nav a:not(.ln-disabled) {
  color: #760c23;
}

.ln-letters .ln-last {
  border-right: none;
}

#member-list-id li{
  color: #333;
  margin-bottom: 3px;
}

.list-group-item:first-child {
  border-top-left-radius: 0px;
  border-top-right-radius: 0px;
}

#clear-search-button-home{
  z-index: 1;
}

.category_description {
  padding-bottom: 28px;
}

.spacer.product-container {
  border: none;
}

.vm-col-4 {
  width: 25%;
  padding: 0px 15px;
}

.pub-name, .p-name-home, .product-related-products .vm-product-media-container h2{
  text-align: left !important;
  font-family: 'Poppins', sans-serif;
  font-size: 16px;
  font-weight: 600;
  color: #333;
}

.pub-name a:hover, .p-name-home:hover, .product-related-products .vm-product-media-container a:hover{
  color: #a10e2a
}

.browse-view .row .product .spacer {
  padding: 0px;
}

.PricesalesPrice{
  font-size:24px !important;
  font-weight:400 !important;
  color: #a10e2a !important;
}

.c-syb {
  font-size: 14px !important;
  font-weight: 400;
  color: #a10e2a !important;
}
.pub-name, .home-p-name, .product-related-products .vm-product-media-container h2{
  min-height: unset;
}

.pub-name > h2, .product-related-products .vm-product-media-container h2{
  text-align: left;
}

.pub-name > h2, .home-p-name, .product-related-products .vm-product-media-container > h2{
  font-size: 16px;
  min-height: 60px;
}

.home-p-name{
  min-height: 50px;
}

.pub-name > h2 > a, .product-related-products .vm-product-media-container a{
  line-height: 23px;
}

div.vm-details-button {
  text-align: left;
}

div.vm-details-button a {
  text-align: center;
  font-size: 14px;
}

.pub-row {
  padding-bottom: 61px;
}

a.product-details{
  border: solid #a10e2a 1px;
  border-radius: 0px;
  -webkit-border-radius: 0px;
  -moz-border-radius: 0px;
  color: #a10e2a;
  text-decoration: none;
  padding: 5px 5px 4px;
  text-transform:uppercase;
}

div.vm-details-button a {
  border: solid #a10e2a 1px;
}

span.addtocart-button input.addtocart-button:hover {
  background: none;
  color: #fff;
  background-color: #a10e2a;
}

.addtocart-bar {
  text-align: left;
}

span.addtocart-button input.addtocart-button{
  max-width: 100%;
  background: #FFF;
  color: #a10e2a;
  border: solid #a10e2a 1px;
  border-radius: 0px;
  font-size: 16px;
  cursor: pointer;
  text-align: center;
  letter-spacing: 0px;
  padding: 9px 12px;
  margin-bottom: 0;
  font-family: 'Lato', sans-serif;
  font-weight: 400;
  text-transform: uppercase;
}

.addtocart-button{
  padding-left: 3px;
}

.quantity-box .quantity-input, .cart-summary .quantity-input {
  color: #a10e2a;
}

span.quantity-box input.quantity-input:hover, span.quantity-box input.quantity-input:hover{
  color:  #a10e2a;
}

#fancybox-bg-e{
  background-image: none;
  background-color: white;
}

#fancybox-content a, #fancybox-content a:hover{
  color:  #a10e2a;
  font-weight:bold;
}

#fancybox-content {
  border-width: 0px !important;
  padding: 50px 50px 20px 50px;
}

#fancybox-content h4 {
  margin-top: 45px;
}


.view-cart a, .view-cart a:hover{
  color:#a10e2a;
  font-weight:bold;
  font-size: 20px;
  text-transform: uppercase;
}

.view-all-link, .view-all-news-link a, .view-all-publication-link a{
  text-transform: uppercase;
}

.home-p-name {
  margin-top: 17px;
}

.productdetails-view .spacer-buy-area {
  padding-left: 0px;
  padding-top: 50px;
}

.row.pub-detail-content {
  margin-top: 60px !important;
}

.product-description .title{
  display:none;
}

.product-fields-title-wrapper .hasTooltip{
  display: none !important;
}

.product-related-products .product-fields-title-wrapper{
  padding: 84px 0 40px 0px;
}

.product-related-products .product-fields-title{
  font-family:'Poppins', sans-serif;
  font-weight: 600;
  font-size: 24px;
  color: #a10e2a;
}

.product-related-products{
  border:none;
}


.product-field.product-field-type-R {
  width: 25%;
}

.product-field-type-R, .product-field-type-Z {
  margin: 0px 0px;
  padding: 0 15px;
}

.product-related-products .product-field-desc{
  visibility:hidden;
}


.moduletablepub-business .spacer img{
  max-width: 100%;
  max-height: 275px;
}

.moduletablepub-business {
  margin-top: 12px;
}

#fancybox-content .product-related-products{
  display:none;
}

.report-table img{
  border: 1px solid #e0ddde;
}

.sec-header {
  font-size: 18px;
  font-weight: 600;
  color: #760c23;
}

.sec-list {
  font-weight: 300;
}

/*---------------CART TEMP CHANGES----------------*/
/*---------------remove for default view----------------*/

#com-form-login, .billto-shipto, .vm-fieldset-customer-note, .vm-fieldset-tos{
  display:none;
}

.cart-summary{
  margin-top:20px;
}

span.cart-images img {
  float: left;
  margin: 0;
  width: 69px;
}

.cart-summary td, .cart-summary th {
  border:none;
}

.cart-summary tr td {
  padding: 23px 3px 2px;
}

.vm-cart-item-name a{
  padding-left:15px;
}

.vm2-add_quantity_cart {
  background-position: 2px -2px;
  width: 24px;
  height: 28px;
}

.coupon {
  padding: 13px;
  color: #760c23;
  border-radius: 4px;
  border: 1px solid #760C23;
  font-size: 13px;
}

span.details-button input.details-button {
  padding: 11px 8px;
}

.cart-summary tr:nth-last-child(-n+4) {
  display:none;
}

.checkout-button-top {
  border:none;
}


.vm-button-correct, .vm-button-correct:link, .vm-button-correct:visited {
  display: inline-block;
  font-size: 17px;
  font-weight: 700;
  text-decoration: none;
  text-align: center;
  background: #760c23;
  color: #fff;
  border: none;
  cursor: pointer;
  letter-spacing: 0px;
  text-decoration: none;
  padding: 9px 12px 9px;
  font-family: 'lato', sans-serif;
  font-weight: 400;
  text-transform: uppercase;
}

span.details-button input.details-button {
  background: url("../images/vmgeneral/backgrounds.png") repeat-x scroll center top #E8E8E8;
  color: #760C23;
  border: 1px solid #760C23;
}

span.details-button input.details-button {
  background:none;
}

span.as-at{
  color: #5f5f5f;
  font-size: 13px;
  float:right;
}

.report-table tr td {
  padding: 15px 19px 15px 0px;
}

.report-table tr td a:hover{
  color:#760c23;
}

.reg-crumbs{
  margin-bottom: 40px !important;
}

.registration-modal .ibox-content{
  padding: 0px !important;
  border:none;
}

.close{
  background: url(../../../images/close-btn.png) 0px 0 no-repeat !important;
  width: 38px;
  height: 38px;
  right: 35px;
  top: 28px;
  opacity: 1 !important;
}

.wizard-big.wizard > .content {
  min-height: 0px !important;
}

.registration-modal label {
  float:right;
}

#btn_add_multiple{
  float: right;
}

#btn_add_multiple{
  background-color: #e9e9e9;
}

.participant_details_class_dup, .participant_details_class{
  padding: 30px 0px 12px;
  border: 1px dashed #adadad;
  /*background-color: #f0f0f0;*/
  border-radius: 5px;
  margin: 10px 0px;
}

#payment_value{
  text-align: right;
  font-weight: bold;
  font-size: 33px;
}

.pay-radio{
  display:inline-block !important;
  padding-left: 10px !important;
}

.pay-notice-wrap{
  border: 1px solid #e0e0e0;
  text-align: justify;
  height: auto;
  width: 25%;
  padding: 10px 25px 58px;
  font-family: 'Roboto', sans-serif;
  font-weight: 300;
  font-size: 14px;
  -webkit-box-shadow: -1px 37px 81px -43px rgba(0,0,0,0.3);
  -moz-box-shadow: -1px 37px 81px -43px rgba(0,0,0,0.3);
  box-shadow: -1px 37px 81px -43px rgba(0,0,0,0.3);
  display: table;
  margin: 100px auto;
}

.note-strong{
  text-align: center;
  font-size: 32px;
  text-transform: uppercase;
  font-weight: bold;
  color: #4d4d4d;
  margin-bottom: 30px;

}

.pay-btn{
  text-align:center;
}

.pay-now-btn{
  padding: 19px 93px;
  color: white;
  background-color: #7e1431;
  border: none;
  font-size: 16px;
  font-weight: bold;
}

.pay-body{
  height:auto;
}

.white{
  color:white;
}

.success-body{
  width:50%;
  display: table;
  margin: 20px auto;
  background-color: #f9f9f9;
}

.success-body .container{
  min-width: unset !important;
}

.invoice-text{
  padding-left: 10px;
}

.check-img {
  height: 75px;
  width: 75px;
}

.return-btn {
  padding: 10px 40px;
  background-color: #1fce6d;
  color: white;
  border: none;
  font-weight: 400;
  font-size: 14px;
  border-radius: 3px;
}


/*---------------- CART PAYMENT---------------*/

.adminForm.user-details tr {
    padding: 9px 0px;
    display: block;
}

.adminForm.user-details tr td input{
    width:100%;
}

.default.vm-button-correct.vm-button-next {
    background: #760c23;
    color: #fff;
    border:none;
}

.vm-wrap.vm-order-done{
    padding: 45px;
    border: 1px solid #ddd;
    margin: 87px 0;
}

.order-view {
    padding: 30px;
    border: 1px solid #ddd;
    margin: 87px 0;
}

.post_payment_order_total {
    margin-bottom: 18px;
}

.order-info tr td {
    padding-bottom: 3px;
}

.order-info td {
    font-size: 1.4rem;
}

.spaceStyle.vm-orders-order {
    overflow: hidden;
    padding: 13px 10px 10px 10px;
    border: 1px solid #ddd;
}

.tabs.dyn-tabs {
    border: 1px solid #ddd;
}

.sectiontableheader th {
    padding-bottom: 20px;
}

.order-tot td {
    padding-top: 30px;
}





/*-------------EVENT MODAL---------------*/

@media (min-width:992px) {
  .modal-lg {
    width:1250px;
  }
}


/*------------TEXT CSS-----------------*/

.mini-heading{
  font-size: 24px;
  font-weight:300;
}


.history .right-content p{
  font-size: 13px;
}

.history .left-content p{
  line-height: 22px;
  margin: 0 0 17px;
}

.v-header{
  color: #a41c45;
  font-weight: bold;
}

.v-big{
  font-size: 30px;
  font-weight:300;
}

.v-small{
  font-size: 14px;
  font-weight:300;
  margin-top: -6px;
}


.col-lg-4.country-inner-right {
  margin-top: 148px;
}


#responsive-tabs label span{
  font-size: 15px;
}

.reg-modal-size{
  width: 1250px !important;
}

#event-info-table > tbody > tr:nth-last-child(2) .rs{
  display: none;
}

.registration-modal{
    color: #454545;
}

#jux-content-slider203 .lazyOwl{
  margin: auto;
}

#jux-content-slider203 figure{
  text-align: center;
}

#jux-content-slider135 .lazyOwl{
  margin: auto;
}

#jux-content-slider135 figure{
  text-align: center;
}


.aixwebtick-red .maks2-title{
      background-color: #e9e9e9 !important;
      color:#000 !important;
}

.moduletablenote {
    border-top-left-radius: 50px;
    border-bottom-left-radius: 50px;
    background: #3f1459;
    width: 245px;
    height: 50px;
    padding-left: 56px;
    position: absolute;
    right: 0px;
    top: 100px;
    -webkit-box-shadow: 0 8px 6px -6px #00000082;
    -moz-box-shadow: 0 8px 6px -6px #00000082;
    box-shadow: 0 8px 6px -6px #00000082;
    /* transition: transform .4s; */
    animation: zoomeInfinit 7s 1s ease-in-out infinite;
}


.language-tab #responsive-tabs {
    text-align: left;
}

a#menu335 {
    display: none !important;
}


.moduletable.covid .bt-cs .bt-inner .bt-title {
    color: #000;
}

.moduletable.covid {
    margin-left: -59px !important;
    
}

.moduletable.covid .bt-cs .bt-inner img {
 max-width: 140% !important;
}

.covid a.bt-title {
    text-transform: initial;
    color: #000;
    border-bottom: 1px #7e1431 dotted;
}

.page-header_covid h2 {
    color: #760c23;
    font-size: 25px;
    text-transform: uppercase;
    font-family: Poppins;
    /* font-weight: bold; */
    padding-bottom: 1px;
    margin: 65px 0px 50px;
    width: 70%;
}

p.covid_p {
    color: #760c23;
    font-size: 25px;
    text-transform: uppercase;
}

@media (max-width: 481px){
  
  .row.header_table_covid {
    display: none;
}

.covid_button p{
        width:35%;
    }
  
}

/*enqury*/
div#fox-container-m224 input[type="text"], div#fox-container-m224 textarea {
  border: none;
}

div#fox-container-m224 .control-group {
  margin-bottom: 14px;
}

div#fox-container-m224 .fox-form-stacked .control-label {
  width: 142px;
  height: 25px;
}

.fox-column.fox-column12 .controls, .fox-column.fox-column12 .controls *{
  width:100%;
}

[id^=fox-m224]{
  width:100% !important;
}

div#fox-container-m224 .fox-form input[type="text"]:hover, div#fox-container-m224 .fox-form input[type="text"]:focus,div#fox-container-m224 .fox-form textarea:hover, div#fox-container-m224 .fox-form textarea:focus{
  background-color: #ffffe000;
}

div#fox-container-m224 input[type="text"]:focus, div#fox-container-m224 textarea:focus{
  border: none;
  box-shadow: none;
}

.fox-item:last-child{
  border: none;
}

#fox-m224-textarea1{
  height: 80px !important;
}

div#fox-container-m224 .btn,div#fox-container-m224 .btn:hover {
  background-color: #a10e2a !important;
  height: 50px;
  background-position: 0 -104px;
  width: 200px;
  border: none;
  text-shadow: none;
}

div#fox-container-m224 .btn span{
  color: white;
  font-family:'Poppins', sans-serif;
  font-weight: 500;
  font-size: 16px;
}


.covid_button p {
    font-weight: 900;
    text-transform: uppercase;
    margin-bottom: 20px;
    /* border: 1px dotted #000; */
    width: 10%;
    text-align: center;
    background: #ba0b3a;
    padding: 12px;
    float:right;
}

.covid-title p{
    color: #ba0b3a;
    font-size: 24px;
    text-transform: uppercase;
    font-weight: 400;
    text-align: center;
    
}

.covid_button a{
    color: #fff;
}

.circulars a.bt-title {
    text-transform: uppercase !important;
    font-size: 15px !important;
}


.circulars p.readmore {
    background: #760c23;
    padding: 7px 15px 7px 13px !important;
    text-transform: uppercase !important;
    float: right !important;
}

.circulars p.readmore a{

    color:#fff;
}


.new_covid_button a {
    background: #760c23;
    color: #fff;
    font-size: 14px;
    text-transform: uppercase;
    font-family: Poppins;
    font-weight: 400;
    padding-bottom: 1px;
    padding: 11px;
    border-radius: 5px;
    text-align: center;
    margin-bottom: 5px;
    margin-left: 6px;
}

.new_covid_button {
    display: inline-flex;
    width: 100%;
}

.new_covid_button a.modal_link.cboxElement {
    width: 25%;
}

div#cboxContent {
    width: auto !important;
}


@media (min-width: 500px) and (max-width: 1024px) {
  
 .page-header h2{
     font-size:30px !important;
 }
 
 .circulars a.bt-title {
    text-transform: uppercase !important;
    font-size: 8px !important;
}
  
}

div#fox-container-m224 .fox-messages p{
    font-size: 24px !important;
    color: #760c23 !important;
    text-align: center !important;
    text-transform: uppercase !important;
    font-weight: 800 !important;
    font-family:'Poppins', sans-serif !important;
}


.covid.circulars .bt-inner {
    height: 250px;
}


@media (min-width: 768px) and (max-width: 1024px) {
    .covid.circulars .bt-inner {
    height: 400px;
}
    
    .circulars p.readmore{
        align-items: center !important;
    }
}


div#fox-m224-textfield1-box {
    width: 48% !important;
    margin-top: -64px;
    float: right;
}

div#fox-m224-email-box {
    width: 48% !important;
}


.notification_host {
    z-index: 999999 !important;
    float: right !important;
    margin-top: 70px !important;
}

body#itemid-336 .notification_host{
    display:none;
}

a.ask-a-question.bold {
    display: none !important;
}

#aixwebtick-211{
background-color:#e9e9e9 !important;
}

.aixwebtick-red{
    background-color:#e9e9e9 !important;
}

.aixwebtick-red a{
    color:#000 !important;
}


/*slec2020*/

.yellow{
    color: #fecd19;
    font-size: 20px;
    font-weight: bold;
    text-transform: uppercase;
}

.reg_button a {
    background-color: #fecd19;
    padding: 12px 37px;
    color: #fff;
    border-radius: 10px;
}

#itemid-354 .inner-banner.col-lg-12.no-padding, #itemid-353 .inner-banner.col-lg-12.no-padding {
    max-height: 700px;
}

.row.article-body.slec #responsive-tabs label {
    color: #f4953c;
    /* font-size: 60px !important; */
    font-weight: bold;
}

.row.article-body.slec #responsive-tabs label span {
    font-size: 20px;
}

#itemid-354 .breadcrum, #itemid-353 .breadcrum{
    display:none;
}

.row.article-body.slec .tab-content-item {
    min-height: auto;
}

.button_slec {
        border-radius: 4px;
    background-color: #ffcd15;
    border: 7px solid #fce7a1;
    padding: 8px 10px;
    width: 258px;
    margin: 5px;
    font-size: 25px;
    font-weight: bold;
    /*float: right;*/
}

.button_slec span {
  cursor: pointer;
  display: inline-block;
  position: relative;
  transition: 0.5s;
}

.button_slec span:after {
  content: '\00bb';
  position: absolute;
  opacity: 0;
  top: 0;
  right: -20px;
  transition: 0.5s;
}

.button_slec:hover span {
  padding-right: 25px;
}

.button_slec:hover span:after {
  opacity: 1;
  right: 0;
}

img.img_session {
    margin: 12px;
}

button.button_slec a {
    color: #000000;
}


@media only screen and (max-width: 600px) {
  .navbar {
    background-color: #fff;
  }
}

.head_title{
    font-size: 35px;}
    
    .col-md-3.col-sm-12.box_sles {
    background-color: #fcedb9;
    padding: 12px;
    border: 1px solid #f3800d;
    height: 170px;
}

.sles_title a {
    font-size: 21px;
    font-weight: bold;
}

li.box_sles {
    border: 1px dotted;
    margin-top: 12px;
}

li.box_sles::before {
    color: #fff !important;
}

.sles_time {
    color: #000;
    font-weight: 500;
}

.sles_sub {
    color: #000;
    /* font-weight: normal; */
    /* font-size: 13px; */
}

.advp-wrapper {
    z-index: 99999999999;
}


/*Health Watch*/
body#itemid-358 .page-header h2 {
    color: #afa4b2;
    margin: 10px 0 0;
    /*display:none !important;*/
    
}

.breadcrumb{
    display:none;
}

body#itemid-358 .row.article-body.slec #responsive-tabs label span {
    font-size: 20px;
    background-color: #83bde4;
    padding: 12px;
}

body#itemid-358 .row.article-body.slec #responsive-tabs label {
    color: #ffffff;}
    
p.button_rf a{
    background: #afa4b2; 
    color: #fff; 
    font-size: 14px; 
    text-transform: uppercase; 
    font-weight: 400; 
    padding-bottom: 1px; 
    width: auto; 
    padding: 12px 33px; 
    border-radius: 11px;
    
}

p.download_hw {
    background: #afa4b2;
    padding: 7px 15px 7px 13px !important;
    text-transform: uppercase !important;
    /* float: right !important; */
}

p.download_hw a{
    color:#fff !important;
}

#itemid-358 #responsive-tabs input[type="radio"]:checked + label{
    border-bottom: 1px solid #83bde4;
}

form#registration_hw p{
	display: inline-block;
    max-width: 100%;
    margin-bottom: 5px;
    font-weight: 400;
    border-bottom: 1px solid #e0ddde;
}

.hw_form {
    border: 1px solid #83bde4;
    width: 100%;
}

form#registration_hw button.btn.btn-success.submit-button {
    font-size: 20px;
    background-color: #83bde4;
    padding: 12px;
    width: 20%;
    border: none;
}

.hw_form:focus {
    border: none;
}

[class^=os-gallery-tabs-main] .osgalery-cat-tabs {
    display: none;
}

body#itemid-358 .inner-banner {
    max-height: 367px !important;
}

body#itemid-370 .inner-banner {
    max-height: 200px !important;
    margin-bottom: 29px !important;
}


body#itemid-370  .page-header{
    display:none !important;
}

div#fox-container-m263 select, div#fox-container-m263 textarea, div#fox-container-m263 input[type="text"]{
    border:none;
}
div#fox-container-m263 .fox-form select, div#fox-container-m263 .fox-form textarea, div#fox-container-m263 .fox-form input[type="text"] {
    width: 100%;
}