/***** Hidden Event Strip on Main Site - Visible on Welcome ******/
.welcome-official-strip-top {
    display:none;
}

#admin_page_content {
    width: 80%;
    position: relative;
    margin: auto;
    padding: 40px 0px;
}

.container #admin_page_content {
    width: 100%;
    position: relative;
}

/** MSL Event Ticket Message **/
.event_tickets .msl_notification {
    background-color: transparent;
}

.event_tickets .msl_notification .error {
    display: block;
    margin: 0.2em;
    padding: 10px;
    text-align: center;
    color: #ffffff;
    background: #b74a47;
    border: none;
    border-width: 2px 0;
}
.event_tickets .msl_notification .confirm {
    display: block;
    margin: 0.2em;
    padding: 10px;
    text-align: center;
    color: #000000;
    background: #211c36;
    border: none;
    border-width: 2px 0;
}

.event_tickets .msl_notification .confirm a {
    color: #5ad1c5;
    text-decoration:underline;
}

/***** FORUM ******/

dl.forum_nav {
    float:none;
    width:100%;
    margin-bottom:30px;
}

#forum_post .badge,
#forum_addpost .badge,
#forum_addpost_postlist .badge {
    background-color: #fff;
    white-space: normal;
    border: none;
}

#forum_post .msl_badge_view_photos,
#forum_addpost .msl_badge_view_photos,
#forum_addpost_postlist .msl_badge_view_photos,
#forum_post .rss {
    display:none;
}

#forum_post .badge_avatar,
#forum_addpost .badge_avatar,
#forum_addpost_postlist .badge_avatar{
    margin-bottom: -20px;
    margin-top: 0px;
    width: 50px;
    border: none;
}

.forum_post_content {
    border-bottom: 2px solid #211C36;
}

#forum_addpost .forum_post_content {
    border-bottom: none;
}

#forum_topics table.msl_table {
    border:none !important;
}
p
#forum_topics table.msl_table th,
.forum_group {
    background: #211C36;
    border-bottom:none;
    border-right:none;
    padding:5px;
    color:#fff;
}

#forum_addpost .forum_post_tools {
    background: #fff;
    border-bottom:none;
    border-right:none;
    padding:5px;
    color:#fff;
    width:100%;
}

.forum_post_tools input[type="submit"], .forum_post_tools input.button {
    color: #fff;
    background:none;
    background-color: #211C36;
    border-color: #211C36;
    margin:10px 0px;
    white-space: inherit;
    font-weight:normal;
    padding: 10px;
    font-size:18px;
    border-radius:5px;
}

.forum_group a {
    color:#fff;
}

#forum_topics table.msl_table th:first-child {
    border-top-left-radius:5px;
}

#forum_topics table.msl_table th:last-child {
    border-top-right-radius:5px;
}

.forum_post_content1, 
.forum_post_content2, 
.forum_post_tools, 
.forum_post_tools_inner {
    background:none;
}

#forum_post .forum_post_controls {
    margin:30px 0px;
    background: #211c36;
    padding: 10px;
    border-radius: 5px;
}

#forum_post .forum_post_controls a {
    color:#fff;
    margin:0px 10px;
}


/***** EVENTS ******/

.msleventstyle .event-details h2 {
    margin:0px !important;
}

.msleventstyle .event-details h4 {
    margin:10px 0px 20px 0px;
}

.msleventstyle .eventlist_day h4 {
    color:inherit;
    font-size:22px !important;
}

.msleventstyle .event_item {
    /*width: 30.6%;*/
    width: 23%;
    border: 1px solid #d4d4d4;
    background: #fff;
    border-radius: 5px;
    margin: 10px;
    padding: 0px;
    float: left;
    /*min-height: 350px;*/
    min-height: 350px;
}

#msleventstyle-1 .event_item {
    width: 100% !important;
    margin: 10px;
    min-height:300px;
}

#msleventstyle-2 .event_item {
    width: 46% !important;
    margin: 10px;
    min-height:351px;
    
}

#msleventstyle-3 .event_item {
    width: 30% !important;
    margin: 10px;
    min-height:350px;
    
}

.msleventstyle .event_item .msl_event_name {
    padding: 10px;
    margin-top: -15px;
    display: block;
    font-size:18px !important;
    color: #337ab7 !important;
}

.msleventstyle .event_item .msl_event_name a {
    color: #337ab7 !important;;
}

.color-bg .panel-transparent .panel .msl_event_name, .color-bg .panel-transparent .panel .msl_event_name a {
    color: #337ab7 !important;
}


#msleventstyle-2 .msl_eventlist .msl_event_name {
    font-weight:normal;
}

.msleventstyle .event_item .msl_event_time, .msleventstyle .event_item .msl_event_location {
    padding: 0px 10px;
}

.msleventstyle .msl_event_image img {
    padding-bottom: 20px;
    display: block;
    width: 100%;
    margin: auto;
    margin-bottom:0px;
    border-radius: 5px;
}

.msleventstyle .msl-title .img-responsive {
    margin-bottom:0px;
}

.msleventstyle .msl_event_description, .msl_event_types {
    display:none;
}

.msleventstyle .event_item a {
    font-size:18px !important;
    color:#337ab7 !important;
    text-decoration:none !important;
}

.msleventstyle .event_item a:hover {
    text-decoration:underline !important;
}

.msleventstyle .msl_event_time {
    margin-bottom:0px;
    font-weight:bold;
}

@media (min-width:992px) and (max-width:1200px) {
    .msleventstyle .event_item {
         width: 45%;
    }
    
    #msleventstyle-3 .event_item {
        width: 45% !important;
    }
    
    #msleventstyle-2 .event_item {
        width: 45% !important;
    }
    
    #msleventstyle-1 .event_item {
        width: 95% !important;
    }
}


@media (max-width:992px) {
    .msleventstyle .event_item {
         width: 95%;
    }
    
    #msleventstyle-3 .event_item {
        width: 95% !important;
    }
    
    #msleventstyle-2 .event_item {
        width: 95% !important;
    }
    
    #msleventstyle-1 .event_item {
        width: 95% !important;
    }
}

.msleventstyle .eventlist_day {
    clear:both;
}

.msleventstyle .eventlist_day h4 {
    padding-top:20px;
}

.msleventstyle .msl_ticket {
    background-color: #357b73;
    background: #357b73;
    border-color: #357b73;
    color:#fff;
    white-space: inherit;
    display: block;
    margin-left:auto;
    margin-right:auto;
    margin-top:10px;
    margin-bottom:10px;
    width: 90%;
    padding: 10px 16px;
    border-radius: 6px;
    text-align: center;
    vertical-align: middle;
    -ms-touch-action: manipulation;
    touch-action: manipulation;
    cursor: pointer;
    background-image: none;
    border: 1px solid transparent;
}

.msleventstyle .msl_ticket:hover, .msleventstyle .msl_ticket:focus, .msleventstyle .msl_ticket:active {
    background-color: #255a54;
    text-decoration:none;
}

.msleventstyle .event_item .msl_event_tickets .msl_ticket {
    color:#fff !important;
}

.msleventstyle .event_item .msl_event_tickets .msl_ticket:hover {
    color:#fff !important;
    text-decoration:none !important;
}

#msleventsstyle-vertical .event_item {
    width: 100%;
    min-height: 50px !important;
    overflow:hidden;
    border:0px;
    margin:5px;
}

.white-bg #msleventsstyle-vertical .event_item {
    border-bottom: 1px solid #41b6e6;
    padding-bottom: 20px;
}

#msleventsstyle-vertical .msl_event_image img {
    width:450px;
    float:left;
    margin:0px 20px 0px 0px;
    padding-bottom: 0px;
    border-radius:0px;
    transition-duration: 0.2s;
}

#msleventsstyle-vertical .msl_event_image img:hover {
    transform: scale(1.04);
    cursor: pointer;
}

#msleventsstyle-vertical .msl_event_description {
    display: block;
    padding: 12px 10px 0px 0px;
}

#msleventsstyle-vertical .msl_event_name {
    margin-top:0px;
    font-size:20px !important;
    font-weight:700;
}

@media (min-width:1200px) {
    #msleventsstyle-vertical .msl_ticket {
        background-color: #357b73;
        background: #357b73;
        border-color: #357b73;
        color:#fff;
        white-space: inherit;
        display: block;
        margin-left:auto;
        margin-right:auto;
        margin-top:10px;
        margin-bottom:10px;
        width: 57% !important;
        float:right !important;
        padding: 10px 16px;
        border-radius: 6px;
        text-align: center;
        vertical-align: middle;
        -ms-touch-action: manipulation;
        touch-action: manipulation;
        cursor: pointer;
        background-image: none;
        border: 1px solid transparent;
    }
}

#msleventsstyle-vertical .msl_ticket:hover, 
#msleventsstyle-vertical .msl_ticket:focus, 
#msleventsstyle-vertical .msl_ticket:active {
    background-color: #255a54;
    text-decoration:none;
}

@media (max-width:1200px) {
   #msleventssstyle-vertical .event_item {
        padding-bottom: 20px;
    }
    #msleventsstyle-vertical .msl_event_image img {
        width:100%;
        margin-bottom:10px;
    }
    #msleventsstyle-vertical .msl_event_description {
        padding: 10px;
    }
}

@media (max-width: 1200px) and (min-width: 992px) {
    #msleventsstyle-vertical .event_item {
        width: 45% !important;
        min-height:500px !important;
    }
}

@media (max-width:992px) {
    #msleventsstyle-vertical .event_item {
        width: 100% !important;
        padding-bottom: 20px;
        margin-left:0px;
    }
}

#msleventsstyle-vertical .msl_event_time:before {
    font-family: "Font Awesome 6 Pro";
    font-weight: 900;
    content: "\f073";
    margin-right:7px;
    display: inline-block;
    font-style: normal;
    font-variant: normal;
    text-rendering: auto;
    -webkit-font-smoothing: antialiased;
    width: 15px;
}

#msleventsstyle-vertical .msl_event_location:before {
    font-family: "Font Awesome 6 Pro";
    font-weight: 900;
    content: "\f3c5";
    margin-right:7px;
    display: inline-block;
    font-style: normal;
    font-variant: normal;
    text-rendering: auto;
    -webkit-font-smoothing: antialiased;
    width: 15px;
    margin-left:1px;
}


/******** NEWS  *******/

#news .msl-tags {
    display:none;
}

#news h1 {
    font-weight:bold;
}


.mslnewsstyle .msl-news .msl-item {
    width: 30.6%;
    border: 1px solid #d4d4d4;
    background: #fff;
    border-radius: 5px;
    margin: 10px;
    padding: 0px;
    padding-bottom: 10px;
    float: left;
    min-height: 340px;
}

.mslnewsstyle .msl-news .msl-item .msl-pubdate {
    font-weight:bold;
}

#mslnewsstyle-4 .msl-news .msl-item {
    width: 23%;
    padding-bottom: 20px;
}

#mslnewsstyle-2 .msl-news .msl-item {
    width: 46% !important;
}

#mslnewsstyle-1 .msl-news .msl-item {
    width: 95% !important;
    padding-bottom:30px;
    border-radius: 40px;
}

.mslnewsstyle .msl-news img {
    padding: 10px;
    width: 100%;
    display: block;
    border-radius: 40px;
    transition: transform 0.4s ease;
    margin: 0 auto;
}

.mslnewsstyle .msl-news img:hover {
    cursor: pointer;
    transform: translateY(-11px);
}

.mslnewsstyle .msl-title .img-responsive {
    margin-bottom:0px;
}

.mslnewsstyle .event-details h3 {
    margin:0px !important;
}

.mslnewsstyle .msl-title {
    padding: 10px;
    margin-top: -5px;
    display: block;
    font-size:18px !important;
    text-align:center;
}

.mslnewsstyle .msl-item-details {
    padding: 0px 10px;
}

.mslnewsstyle .msl-leader {
    padding: 0px 10px;
    color:#000 !important;
    font-size:18px !important;
    text-align:center;
}

.mslnewsstyle .msl-title a {
    font-size:18px !important;
    font-weight:bold;
    color:#337ab7 !important;
    text-decoration:none !important;
    text-align:center;
}

.mslnewsstyle .msl-title a:hover {
    text-decoration:underline !important;
}

@media (min-width:992px) and (max-width:1200px) {
    .mslnewsstyle .msl-news .msl-item,
    #mslnewsstyle-2 .msl-news .msl-item, 
    #mslnewsstyle-4 .msl-news .msl-item {
        width: 45% !important;
    }
    
    #mslnewsstyle-4 .msl-news .msl-item {
        min-height:350px;
    }
    
    #mslnewsstyle-1 .msl-news .msl-item {
    width: 95% !important;
}
}

@media (max-width:992px) {
    .mslnewsstyle .msl-news .msl-item,
    #mslnewsstyle-2 .msl-news .msl-item,
    #mslnewsstyle-4 .msl-news .msl-item,
    #mslnewsstyle-1 .msl-news .msl-item{
        width: 95% !important;
    }
    
    .mslnewsstyle .comments dt a {
        font-size:14px;
    }
}

#mslnewsstyle-vertical .msl-news .msl-item {
    width: 100%;
    min-height: 20px;
    padding-bottom: 0px;
    margin: 5px;
    border: none;
    overflow:hidden;
}

.white-bg #mslnewsstyle-vertical .msl-news .msl-item {
    border-bottom: 1px solid #41b6e6;
    padding-bottom: 20px;
}

#mslnewsstyle-vertical .msl-news img {
    width:450px;
    float:left;
    margin:0px 20px 0px 0px;
    padding-bottom: 0px;
    border-radius:0px;
    transition-duration: 0.2s;
}

#mslnewsstyle-vertical .msl-news img:hover {
    transform: scale(1.04);
    cursor: pointer;
}

#mslnewsstyle-vertical .msl-title {
    margin-top:10px;
    padding:0px;
    padding-right:10px;
}

#mslnewsstyle-vertical .msl-title a {
    font-size:20px !important;
}

#mslnewsstyle-vertical .msl-leader {
    padding-right:10px;
}

@media (max-width:1200px) {
    #mslnewsstyle-vertical .msl-news .msl-item {
        padding-bottom: 20px;
    }
    #mslnewsstyle-vertical .msl-news img {
        width:100%;
        margin:0px 0px 10px 0px;
    }
    #mslnewsstyle-vertical .msl-title {
        padding:10px 10px 0px 10px;
    }
    #mslnewsstyle-vertical .msl-leader {
        padding:0px 10px 10px 10px;
    }
}

@media (max-width: 1200px) and (min-width: 992px) {
    #mslnewsstyle-vertical .msl-item {
        width: 45% !important;
        min-height:500px !important;
    }
}

@media (max-width:992px) {
    #mslnewsstyle-vertical .msl-news .msl-item {
        width: 100% !important;
        padding-bottom: 20px;
        margin-left:0px;
    }
}

.news_rating {
    display:block;
    margin-bottom:20px;
    border-bottom:1px solid #e0e0e0;
    padding-bottom:10px;
}

.msl-rating-text {
    padding-left:5px;
}

.news_rating .rating-star {
    margin-top:3px;
}

/*** PRODUCT STYLING ***/

.msl-productstyle ul.join_list li {
  width: 30%;
  border: 1px solid #d4d4d4;
  background: #fff;
  border-radius: 5px;
  margin: 10px;
  padding: 0px;
  float: left;
  /* min-height: 350px; */
  min-height: 350px;
}

#msl-productstyle-2.msl-productstyle ul.join_list li {
  width: 46%;
}

#msl-productstyle-group.msl-productstyle ul.join_list li {
  width: 46%;
}

.msl-productstyle ul.join_list li img {
    height: auto !important;
    max-width: 100% !important;
    padding-bottom: 20px;
    display: block;
    width: 100%;
    margin: auto;
    margin-bottom: 0px;
    border-radius: 5px;
}

.msl-productstyle ul.join_list li .product-name {
    font-size: 19px !important;
    margin: 10px 0px 20px 0px;
    padding: 0px 10px;
    display: block;
}

.msl-productstyle ul.join_list li .product-name .product-price {
    display: block;
    font-weight:bold;
}

.msl-productstyle ul.join_list li .button {
    background-color: #357b73;
    background: #357b73;
    border-color: #357b73;
    color:#fff;
    white-space: inherit;
    display: block;
    margin-left:auto;
    margin-right:auto;
    margin-top:10px;
    margin-bottom:10px;
    width: 90%;
    padding: 10px 16px;
    border-radius: 6px;
    text-align: center;
    vertical-align: middle;
    -ms-touch-action: manipulation;
    touch-action: manipulation;
    cursor: pointer;
    background-image: none;
    border: 1px solid transparent;
}

.msl-productstyle ul.join_list li .button:hover, .msl-productstyle ul.join_list li .button:focus, .msl-productstyle ul.join_list li .button:active {
    background-color: #255a54;
    text-decoration:none;
}

@media  (max-width:1200px) and (min-width:992px) {
    .msl-productstyle ul.join_list li {
         width: 45%;
    }
    
    #msl-productstyle-3.msl-productstyle ul.join_list li {
        width: 45% !important;
    }
    
    #msl-productstyle-2.msl-productstyle ul.join_list li {
        width: 45% !important;
    }
    
    #msl-productstyle-group.msl-productstyle ul.join_list li {
        width: 45% !important;
    }
    
    #msl-productstyle-1.msl-productstyle ul.join_list li {
        width: 95% !important;
    }
}


@media (max-width:992px) {
    .msl-productstyle ul.join_list li {
         width: 95%;
    }
    
    #msl-productstyle-3.msl-productstyle ul.join_list li {
        width: 95% !important;
    }
    
    #msl-productstyle-2.msl-productstyle ul.join_list li {
        width: 95% !important;
    }
    
    #msl-productstyle-group.msl-productstyle ul.join_list li {
        width: 95% !important;
    }
    
    #msl-productstyle-1.msl-productstyle ul.join_list li {
        width: 95% !important;
    }
}

/******** SURVEY *******/

.survey-wb input[value="Start"],
.survey-wb input[value="Next"],
.survey-wb input[value="Resubmit"],
.survey-wb input[value="Finish"],
.survey-wb input[value="Start again"] {
    padding: 10px 30px;
    background-image: none;
    border: 1px solid #357b73;
    border-radius: 40px;
    background: #357b73;
    color: #fff;
    font-size: 18px;
    margin-top: 20px;
}

.survey-wb input[value="Start"]:hover,
.survey-wb input[value="Next"]:hover,
.survey-wb input[value="Resubmit"]:hover,
.survey-wb input[value="Finish"]:hover,
.survey-wb input[value="Start again"]:hover {
    background:#255a54
}

@media (min-width:1200px) {
    .text-center .survey-wb {
        text-align: left !important;
    }
    .text-center .survey-wb input[type=text],
    .text-center .survey-wb select {
        text-align:left !important;
    }
}

.text-center .survey-wb input[type=text],
.text-center .survey-wb select {
    text-align:center;
}

.survey-wb input[value="Cancel"] {
    padding: 10px 30px;
    background-image: none;
    border: 1px solid #d11a2a;
    border-radius: 40px;
    background: #b74a47;
    color: #fff;
    font-size: 18px;
    margin-top: 20px;
}

.survey-wb input[value="Cancel"]:hover {
    background: #913b39;
}

.survey-wb input[value="Back"] {
    padding: 10px 30px;
    background-image: none;
    border: 1px solid #3294C5;
    border-radius: 40px;
    background: #3294C5;
    color: #fff;
    font-size: 18px;
    margin-top: 20px;
}

.survey-wb input[value="Back"]:hover {
    background: #1a4f6a;
}

.survey-wb input[type=submit] {
    width:49% !important;
}

.survey-wb input[value="Start"] {
    width:100% !important;
}

.survey-wb input[type=text] {
    width:100% !important;
    border-radius:40px;
    padding: 20px;
    font-size:19px;
}

.survey-wb .vp_form input.address {
    width:100%;
    margin-bottom: 10px;
    border-radius: 40px;
    margin-left:10px;
}

.survey-wb .vp_form input.post_code {
    width:100%;
    margin-bottom: 10px;
    border-radius: 40px;
    margin-left:10px;
}

.survey-wb .vp_form .countrydropdown {
    width: 100%;
    margin-bottom: 10px;
    border-radius: 40px;
    font-size: 16px;
    margin-left: 10px;
    padding: 10px 30px;
}

@media (max-width:768px) {
    .survey-wb .vp_form input.address, .survey-wb .vp_form input.post_code, .survey-wb .vp_form .countrydropdown {
        width: 100%;
        margin-left:0px
    }
}

.survey-wb .vp_form textarea.max, .survey-wb .vp_form input.large {
    width: 100%;
    border-radius:40px;
    padding: 10px 30px;
}

.survey-wb .vp_content ul li {
    margin-bottom:10px;
    color:#000 !important;
}

/*SURVEY ON COLOR BACKGROUND */
.survey-wb {
    background-color:#fff;
    padding:20px 40px;
    border-radius:40px;
    margin:30px 0px;
}

.white-bg .survey-wb {
    border: 1px solid #dadada;
    border-radius:40px;
}

.survey-wb h1 {
    color:#211C36 !important;
    font-size:38px !important;
}

.survey-wb p,
.survey-wb ul,
.survey-wb ul li,
.survey-wb ol,
.survey-wb ol li {
    color:#000 !important;
    font-size:18px !important;
}

.survey-wb p a {
    color:#0092c2 !important;
    font-size:18px !important;
    text-decoration:none;
}

.survey-wb p a:hover {
    text-decoration:underline;
}

.survey-wb input[type="radio"] {
    margin-right:10px;
}

.color-bg .survey-wb ul li, .color-bg .survey-wb ol li {
    color:#000 !important;
}

.survey-wb .ajax__slider_h_rail {
    width:100%;
}

.survey-wb .qt_slider .vp_content span {
    font-size:18px;
    font-weight:bold;
    color:#211C36;
    display:block;
    margin:auto;
    text-align:center;
}

.survey-wb .vpFormPair.qt_slider {
    padding-top:20px;
    padding-bottom:20px;
}

.survey-wb .ajax__slider_h_handle img {
    margin-top:-8px;
}

.survey-wb .qt_noresponserequired {
    margin-top:40px;
}

.survey-wb .qt_noresponserequired label {
    text-decoration:underline;
}

.survey-wb .qt_noresponserequired p {
    padding-left:0px;
    padding-top: 0px;
}

#saf-page .survey-wb .qt_imageupload {
    display:none;
}


/******** ELECTIONS *******/

.election-wb .election {
    background:#fff;
    padding: 40px;
    border-radius: 40px;
    font-size:18px;
    position:relative;
    z-index:10;
}

.election-wb .votenow {
    display: block;
    background-color: #357b73;
    border-color: #357b73;
    color: #fff;
    text-align: center;
    padding: 10px 15px;
    font-size: 1.2em;
    margin: 20px 0;
}

.election-wb .votenow:hover {
    background-color:#255a54;
    border-color: #357b73;
    color: #fff;
}

.election-wb .election h1, .election-wb .election h2, .election-wb .election h3, .election-wb .election h4, .election-wb .election h5 {
    color:#357B73 !important;
    padding: 10px;
}

.election-wb .election p {
    color:#000 !important;
}

.election-wb .election p a {
    color:#337ab7 !important;
}

.election-wb .election p .btn-blue {
    color:#fff !important;
}

.election-wb .msl-election-stand dl {
    background-color: #357b73;
    color: #fff;
}

.election-wb .msl-election-posts dl {
    background-color: #211C36;
}

.election-wb .msl-election-posts dd {
    color: #fff;
}

.election-wb .msl-election-stand dl a, .election-wb .msl-election-posts dl a {
    color: #fff;
    text-decoration:underline;
}

.group-election-div .disclaimer {
    display:none;
}

/* REFERENDA ON COLOR BACKGROUND */

.referenda-wb .referendum {
    border: 1px solid #fff;
    margin: 1em 0;
    background: #fff;
    border-radius:5px;
    border:0px;
}

.referenda-wb .votenow {
    display: block;
    background-color: #357b73;
    border-color: #357b73;
    color: #fff;
    text-align: center;
    padding: 10px 15px;
    font-size: 1.2em;
    margin: 20px 0;
    border-radius:5px;
}

.referenda-wb .votenow:hover {
    background-color: #255a54;
    border-color: #357b73;
    color: #fff;
    text-decoration:none;
}

.referenda-wb .referendum h3 {
    border-bottom: 1px solid #fff;
    color: #fff;
    background-color: #211C36;
    margin: 0;
    padding: 20px;
    border-top-left-radius: 5px;
    border-top-right-radius: 5px;
}

.referenda-wb .motion, .referenda-wb .referendum-description {
    padding:10px 20px;
}

.referenda-wb .referendum h4 {
    color: #211C36 !important;
    font-size: 28px;
    margin-left:15px;
}

.referenda-wb .motion-desc {
    margin-bottom:20px;
}

.referenda-wb .referendum p {
    color:#000 !important;
}

.referenda-wb .referendum p a, .referenda-wb .referendum ul li a {
    color:#337ab7 !important;
}

/* REF PAGE */

#referendum_ballot {
    border-radius: 5px;
    border: 1px solid #211c36;
}

#referendum_ballot h3 {
    background-color: #357B73 !important;
    padding: 1em;
    margin: 0;
    color: #fff;
    border-bottom: none;
}

#referendum_ballot input.button {
    padding: 0;
    border: 1px solid #999;
    border-radius: 5px;
    background: #f6f6f6;
    color: #333;
}

.ballot_nav select {
    color:#000;
    padding:10px 15px;
    width:100%;
    border-radius:5px;
}

.ballot_nav {
    background-color:#211C36;
    padding:20px;
    border-top: none;
    clear:both;
    
}

#referendum_ballot input.button {
    margin-top:10px;
    padding:5px;
}

/* COMMENT BOXES */

.comment_panel #add_comment dd {
    border-color: #09c;
    border-radius: 5px;
    border:1px solid #211c36;
}

.comment_panel #add_comment span.comment_details {
    background-color: #211c36;
    border-top-left-radius: 5px;
    border-top-right-radius: 5px;
    padding: 10px;
    margin-left: -1px;
    margin-top:-1px;
}

.comment_panel dl.comments span.comment_details h3 {
    font-size:18px !important;
}

@media (min-width: 992px) {
    [id*="idea-comments"] dl.comments dt {
        margin:0px;
        margin-right: -66px;
        width: 200px;
        float: right;
        text-align: left;
    }
}

@media (min-width: 768px) {
    [id*="idea-comments"] dl.comments dt a {
        display: block;
        float: left;
        margin: 0px
        text-align: left;
        padding: 0;
        background: none transparent;
        border: none;
    }
}


.comment_panel dl.comments span.comment {
    display: block;
    padding: 15px;
}

.comment_panel .button {
    color: #fff;
    background-color: #357b73;
    border-color: #357b73;
    margin: 10px 0px;
    display: inline-block;
    font-weight: 400;
    text-align: center;
    vertical-align: middle;
    -ms-touch-action: manipulation;
    touch-action: manipulation;
    cursor: pointer;
    background-image: none;
    border: 1px solid transparent;
    white-space: nowrap;
    padding: 6px 12px;
    font-size: 14px;
    line-height: 1.42857143;
    border-radius: 4px;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
}

.comment_panel .button:hover, .comment_panel .button:focus, .comment_panel .button:active {
    background-color: #255a54;
    color: #fff;
}

.comment_panel textarea.textbox {
    font-size:16px;
}

.comment_panel dl.comments span.comment_details {
    display: block;
    background: #357b73;
    color: #fff;
    position: relative;
    padding: 10px;
    font-size: 15px;
    border-top-left-radius: 5px;
    border-top-right-radius: 5px;
    margin-left: -1px;
    margin-top:-1px;
}

.comment_panel dl.comments span.comment_delete a {
    color: #fff;
    text-decoration: underline;
    margin-top: 5px;
    display: inline-block;
}

.comment_panel dl.comments dt img.avatar {
    display: none;
    margin: 0 auto;
    width: 50px;
}

.comment_panel dl.comments dd {
    display: block;
    min-height: 100px;
    margin: 0 150px 50px 0;
    border: 1px solid #357b73;
    border-radius:5px;
    padding: 0;
    clear: none;
}

@media (max-width:768px) {
    .comment_panel dl.comments dt {
        width: 70px;
        display: inline-block;
        float: right;
        clear: both;
        margin: 0px -15px 1em 0px;
        padding:2px
        background: url(../comment_right.html) no-repeat 0 0;
        text-align: center;
    }
    
    .comment_panel dl.comments dt a {
        font-size:12px !important;
    }
    
    .comment_panel dl.comments dd {
        margin: 0 60px 50px 0;
    }
}

.msl_admin_page .vp_form .checkbox label {
    margin-left: 15px;
}

/* MSL BLOG STYLE */

.mslblogstyle .img-responsive {
    margin-bottom:5px;
    border-top-left-radius:5px;
    border-top-right-radius:5px;
    display: block;
    margin-left: auto;
    margin-right: auto;
    width:100%;
}

.mslblogstyle .msl-recentblogposttitle {
    display:block;
    padding:20px 20px;
    /*text-align: center;*/
    font-size:17px !important;
    color: #337ab7 !important;
    text-decoration:none;
}

.mslblogstyle .msl-recentblogposttitle:hover {
    text-decoration:underline;
}

.mslblogstyle ul {
    list-style: none;
    padding:0px;
}

.mslblogstyle li {
        background: #fff;
        float:left;
        margin:10px;
        min-height:400px;
        border-radius:5px;
        /*margin-bottom:30px;*/
    }

@media (min-width:1200px) {
    .mslblogstyle li {
        width:30%;
        min-height: 430px;
    }
    
    #mslblogstyle-1 .msl-recentblogposts li {
        width: 97% !important;
        margin: 10px;
        min-height:300px;
    }
    
    #mslblogstyle-2 .msl-recentblogposts li {
        width: 45% !important;
        margin: 10px;
        min-height:300px;
    }
    
    #mslblogstyle-4 .msl-recentblogposts li {
        width: 23% !important;
        margin: 10px;
        min-height:460px;
    }
}

@media (max-width:1200px) and (min-width:996px) {
    .mslblogstyle li {
        width:30%;
        min-height: 430px;
    }
    
    #mslblogstyle-1 .msl-recentblogposts li {
        width: 97% !important;
        margin: 10px;
        min-height:300px;
    }
    
    #mslblogstyle-2 .msl-recentblogposts li, #mslblogstyle-4 .msl-recentblogposts li {
        width: 45% !important;
        margin: 10px;
        min-height:435px;
    }
}

@media (max-width:996px) and (min-width:768px) {
    .mslblogstyle li {
        width:46%;
        min-height:435px;
    }
    #mslblogstyle-1 .msl-recentblogposts li {
        width: 97% !important;
        margin: 10px;
        min-height:300px;
    }
}

@media (max-width:768px) {
    .mslblogstyle li {
        width:95%;
    }
    #mslblogstyle-1 .msl-recentblogposts li {
        width: 97% !important;
        margin: 10px;
        min-height:300px;
    }
}

.mslblogstyle .msl-recentblogpostblogname {
    display:none;
}

.mslblogstyle .msl-recentblogpost {
    display:block;
    border-radius: 5px;
    color:#000 !important;
}

.mslblogstyle li {
    border: 1px solid #ededed;
}

.mslblogstyle .msl-recentblogpostdate {
    display:block;
    margin-bottom:5px;
    padding: 0px 20px;
    font-weight:bold;
    padding-bottom:0px !important;
    color:#000 !important;
}

.mslblogstyle .msl-recentblogposts span {
    padding: 0px 20px;
    padding-bottom:20px;
}

.mslblogstyle .msl-recentblogpostimage {
    width:100%;
    border-top-left-radius:5px;
    border-top-right-radius:5px;
}

/* VACANCIES PAGE */

/*New HR HUB */

.msljoblistings .msl_notification {
    background-color: #b74a47;
    color: #fff;
    border: none;
    margin: 1em 0 1em 0;
    padding: 0.2em;
    text-align: center;
    font-weight: bold;
    border-radius:5px;
}

.msljoblistings .msl_notification .msl_info {
    background: none;
}

.msljoblistings .msl-joblist-details .msl-joblist-label {
    display:none;
}

.msljoblistings .msl-joblist-job p {
    margin-bottom:5px;
}

.msljoblistings .msl-joblist-job:after {
    content: "";
    left: 0px;
    position: absolute;
    display: inline-block;
    width: 100%;
    height: 59px;
    background: url(../png/sraight-line.png) repeat-x;
    background-repeat: repeat-x;
    margin-top:20px;
}

.msljoblistings .msl-joblist-title {
    display:block;
}

.msljoblistings .msl-joblist-title a {
    font-size: 30px;
    font-weight:900;
}

.msljoblistings .msl-joblist-job:before {
    content: "";
    left: 0;
    position: absolute;
    display: inline-block;
    width: 60px;
    height: 60px;
    background: url(../png/circle-progress-icon-sm.png) no-repeat;
    background-size:60px 60px;
    margin-top:10px;
    margin-left:20px;
}

.msljoblistings .msl-joblist-job {
    margin-left:100px;
    padding-bottom: 20px;
    margin-top: 50px;
}

.msljoblistings .msl-joblist-employer {
    background: #b74a47;
    padding: 2px 10px 2px 25px;
    border-radius: 10px;
    margin-bottom: 10px;
    display: inline-block;
    font-size:14px;
}

.msljoblistings .msl-joblist-employer:before {
    font-family: "Font Awesome 5 Pro";
    content: "\f02b";
    vertical-align: middle;
    font-weight: 900;
    position: absolute;
    color: #fff;
    margin-left: -15px;
}

.msljoblistings .msl-joblist-label {
    display: inline-block;
    margin-right: 5px;
    font-weight:bold;
}

.jobs-icons-top-left {
    background-image: url(../png/icon-background-top-left.png);
    background-repeat: no-repeat;
    background-size: 150px;
    background-position: top -2px left -4px;
}

.jobs-icons-top-right {
    background-image: url(../png/icon-background-top-right.png);
    background-repeat: no-repeat;
    background-size: 150px;
    background-position: top -2px right -4px;
}

/***** GROUPS BOXES *****/

.group-list ul.msl_organisation_list {
    margin: 0px;
    text-align: center;
}

.group-list ul.msl_organisation_list li {
    display: inline-block;
}

.group-list ul.msl_organisation_list li {
    padding: 40px 0 20px;
    list-style: none;
    vertical-align: top;
    width: 23%;
    text-align: center;
    margin: 0 5px 20px;
    overflow: hidden;
    position: relative;
    border: none;
    background: #fff;
    border-radius: 5px;
    box-shadow: none;
    min-height: 326px;
}

@media (min-width:768px) and (max-width:992px) {
    .group-list ul.msl_organisation_list li {
        width: 30%;
    }
}


@media (max-width:768px) {
    .group-list ul.msl_organisation_list li {
        width: 100%;
        margin:0 0 20px;
    }
}

.group-list ul.msl_organisation_list {
    list-style: none;
    margin: 0;
    padding: 0;
}

.groups-flex .group-list ul.msl_organisation_list {
    display: flex;
    justify-content: center;
    border-bottom: 0;
    flex-flow: row wrap;
}

@media (max-width:1020px) {
    .groups-flex .group-list ul.msl_organisation_list {
        display: block;
    }
}

.group-list ul.msl_organisation_list li .logo {
    padding: 10px;
    display: block;
    overflow: hidden;
    margin-bottom: 10px;
}

.group-list ul.msl_organisation_list li a {
    font-size: 18px;
    line-height: 1.3;
    transition-duration: 0.5s;
    color:#337ab7 !important;
    text-decoration:none !important;
}

.group-list ul.msl_organisation_list li .logo:hover {
    transform: scale(1.2);
    cursor:pointer;
}

.group-list ul.msl_organisation_list li img {
    margin: 0 auto;
}

.yourideasdiv .cke_button__source {
    display:none;
}

/*Event Specific Syling*/

.msleventstyle-flex .msl_eventlist > div {
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
}

.msleventstyle-pill .event-details h2 {
    margin:0px !important;
}

.msleventstyle-pill .event-details h4 {
    margin:10px 0px 20px 0px;
}

.msleventstyle-pill .eventlist_day h4 {
    color:inherit;
    font-size:22px !important;
}

.msleventstyle-pill .event_item {
    overflow:hidden;
    width: 23%;
    border: 1px solid #d4d4d4;
    background: #fff;
    border-radius: 40px;
    margin: 10px;
    padding: 0px;
    float: left;
    min-height: 350px;
}

@media (min-width:1200px) {
    #msleventsstyle-3.msleventstyle-pill .event_item {
        width: 30%;
    }
}

/*@media (min-width:1020px) {
  .msleventstyle-pill .msl_eventlist div:first-child {
      display: flex;
      justify-content: center;
  }
}*/

.msleventstyle-pill .event_item .msl_event_name {
    padding: 10px;
    margin-top: -8px;
    display: block;
    font-size:20px !important;
    color: #337ab7 !important;
    text-align: center;
    font-weight:bold;
}

.msleventstyle-pill .event_item .msl_event_name a {
    color: #337ab7 !important;;
}

.msleventstyle-pill .event_item .msl_event_time,
.msleventstyle-pill .event_item .msl_event_location {
    padding: 0px 10px;
    text-align:center;
    font-weight:bold;
}

.bg-70 .msleventstyle-pill .event_item .msl_event_time, 
.bg-70 .msleventstyle-pill .event_item .msl_event_location {
    font-weight:bold;
}

.msleventstyle-pill .msl_event_image img {
    padding-bottom: 20px;
    display: block;
    width: 100%;
    margin: auto;
    margin-bottom:0px;
    border-radius: 40px;
    transition-duration: 0.4s;
    padding:10px;
}

.msleventstyle-pill .msl_event_image img:hover {
    cursor: pointer;
    transform: translateY(-11px);
}

.msleventstyle-pill .msl-title .img-responsive {
    margin-bottom:0px;
}

.msleventstyle-pill .msl_event_description {
    text-align: center;
    padding: 10px 20px 0 20px;
    font-size: 17px;
}

.msleventstyle-pill .event_item a {
    font-size:18px !important;
    color:#337ab7 !important;
    text-decoration:none !important;
}

.msleventstyle-pill .event_item a:hover {
    text-decoration:underline !important;
}

.msleventstyle-pill .msl_event_time {
    margin-bottom:0px;
    font-weight:bold;
}

@media (min-width:992px) and (max-width:1200px) {
    .msleventstyle-pill .event_item {
         width: 45%;
    }
}


@media (max-width:992px) {
    .msleventstyle-pill .event_item {
         width: 95%;
    }
}

.msleventstyle-pill .eventlist_day {
    clear:both;
}

.msleventstyle-pill .eventlist_day h4 {
    padding-top:20px;
}

.msleventstyle-pill .msl_ticket {
    background-color: #357b73;
    background: #357b73;
    border-color: #357b73;
    color:#fff;
    white-space: inherit;
    display: block;
    margin-left:auto;
    margin-right:auto;
    margin-top:10px;
    margin-bottom:10px;
    width: 90%;
    padding: 10px 16px;
    border-radius: 20px;
    text-align: center;
    vertical-align: middle;
    -ms-touch-action: manipulation;
    touch-action: manipulation;
    cursor: pointer;
    background-image: none;
    border: 1px solid transparent;
    transition: transform 0.3s ease;
}

.msleventstyle-pill .msl_ticket:hover, .msleventstyle-pill .msl_ticket:focus, .msleventstyle-pill .msl_ticket:active {
    background-color: #255a54;
    text-decoration:none;
    transform: translateY(-5px) scale(1.03);
}

.msleventstyle-pill .event_item .msl_event_tickets .msl_ticket {
    color:#fff !important;
}

.msleventstyle-pill .event_item .msl_event_tickets .msl_ticket:hover {
    color:#fff !important;
    text-decoration:none !important;
}

.msleventstyle-pill .msl_event_time:before {
    font-family: "Font Awesome 6 Pro";
    font-weight: 900;
    content: "\f073";
    margin-right:7px;
    display: inline-block;
    font-style: normal;
    font-variant: normal;
    text-rendering: auto;
    -webkit-font-smoothing: antialiased;
    width: 15px;
    color: #3f366f;
}

.msleventstyle-pill .msl_event_location:before {
    font-family: "Font Awesome 6 Pro";
    font-weight: 900;
    content: "\f3c5";
    margin-right:7px;
    display: inline-block;
    font-style: normal;
    font-variant: normal;
    text-rendering: auto;
    -webkit-font-smoothing: antialiased;
    width: 15px;
    margin-left:1px;
    color: #3f366f;
}

/*EVENTS PAGE - SIMILAR EVENTS*/

.similar-events-eh {
  display: flex;
  flex-wrap: wrap;
  align-items: stretch;
  justify-content: center;
  gap: 1rem;
}

.similar-events-eh > div {
  flex: 0 1 265px;
  display: flex;
  max-width: 265px;
}

@media (max-width:920px) {
  .similar-events-eh > div {
    max-width: 100%;
    flex: none;
  }
}

.similar-events-eh .event {
  display: flex;
  flex-direction: column;
  flex: 1;
  box-sizing: border-box;
  overflow: hidden;
  border: 1px solid #d4d4d4;
  background: #fff;
  border-radius: 40px;
  margin: 10px;
  padding: 20px;
  transition-duration: 0.4s;
}

.similar-events-eh .event dt a {
  gap: 0.75rem;
  text-decoration: none;
  align-items: center;
  font-weight: 600;
  font-size: 20px;
}

.similar-events-eh .event_image {
  flex: 0 0 100%;
  width: 100%;
  overflow: hidden;
}

.similar-events-eh .event_image img {
  width: 100%;
  display: block;
  margin: auto;
  margin-bottom: 20px;
  border-radius: 40px;
  transition-duration: 0.4s;
}

.similar-events-eh .event_image img:hover {
  cursor: pointer;
  transform: translateY(-11px);
}

.similar-events-eh .event dd {
  margin: 0.5rem 0;
}

.similar-events-eh .event_description {
  flex: 1;
  overflow: hidden;
}

.similar-events-eh .event_location,
.similar-events-eh .event_time {
  font-weight: 700;
}

.similar-events-eh .event_time:before {
    font-family: "Font Awesome 6 Pro";
    font-weight: 900;
    content: "\f073";
    margin-right:7px;
    display: inline-block;
    font-style: normal;
    font-variant: normal;
    text-rendering: auto;
    -webkit-font-smoothing: antialiased;
    width: 15px;
    color: #3f366f;
}

.similar-events-eh .event_location:before {
    font-family: "Font Awesome 6 Pro";
    font-weight: 900;
    content: "\f3c5";
    margin-right:7px;
    display: inline-block;
    font-style: normal;
    font-variant: normal;
    text-rendering: auto;
    -webkit-font-smoothing: antialiased;
    width: 15px;
    margin-left:1px;
    color: #3f366f;
}

/** Carousel Specific Styling **/

/***** EVENTS ******/

.event-carousel-wrapper .msleventstyle .event-details h2 {
    margin:0px !important;
}

.event-carousel-wrapper .msleventstyle .event-details h4 {
    margin:10px 0px 20px 0px;
}

.event-carousel-wrapper .msleventstyle .eventlist_day h4 {
    color:inherit;
    font-size:22px !important;
}

.event-carousel-wrapper .msleventstyle .event_item {
    /*width: 30.6%;*/
    overflow:hidden;
    width: 23%;
    border: 1px solid #d4d4d4;
    background: #fff;
    border-radius: 40px;
    margin: 10px;
    padding: 0px;
    float: left;
    /*min-height: 350px;*/
    min-height: 350px;
}

.event-carousel-wrapper .msleventstyle .event_item .msl_event_name {
    padding: 10px;
    margin-top: -8px;
    display: block;
    font-size:20px !important;
    color: #337ab7 !important;
    text-align: center;
    font-weight:bold;
}

.event-carousel-wrapper .msleventstyle .event_item .msl_event_name a {
    color: #337ab7 !important;;
}

.event-carousel-wrapper .msleventstyle .event_item .msl_event_time,
.event-carousel-wrapper .msleventstyle .event_item .msl_event_location {
    padding: 0px 10px;
    text-align:center;
    font-weight:bold;
}

.bg-70 .event-carousel-wrapper .msleventstyle .event_item .msl_event_time, 
.bg-70 .event-carousel-wrapper .msleventstyle .event_item .msl_event_location {
    font-weight:bold;
}

.event-carousel-wrapper .msleventstyle .msl_event_image img {
    padding-bottom: 20px;
    display: block;
    width: 100%;
    margin: auto;
    margin-bottom:0px;
    border-radius: 40px;
    transition-duration: 0.4s;
    padding:10px;
}

.event-carousel-wrapper .msleventstyle .msl_event_image img:hover {
    cursor: pointer;
    transform: translateY(-11px);
}

.event-carousel-wrapper .msleventstyle .msl-title .img-responsive {
    margin-bottom:0px;
}

.event-carousel-wrapper .msleventstyle .msl_event_description {
    text-align: center;
    padding: 10px 20px 0 20px;
    font-size: 17px;
}

.bg-70 .event-carousel-wrapper .msleventstyle .msl_event_description {
    display:block;
}

.event-carousel-wrapper .msleventstyle .event_item a {
    font-size:18px !important;
    color:#337ab7 !important;
    text-decoration:none !important;
}

.event-carousel-wrapper .msleventstyle .event_item a:hover {
    text-decoration:underline !important;
}

.event-carousel-wrapper .msleventstyle .msl_event_time {
    margin-bottom:0px;
    font-weight:bold;
}

@media (min-width:992px) and (max-width:1200px) {
    .event-carousel-wrapper .msleventstyle .event_item {
         width: 45%;
    }
}


@media (max-width:992px) {
    .event-carousel-wrapper .msleventstyle .event_item {
         width: 95%;
    }
}

.event-carousel-wrapper .msleventstyle .eventlist_day {
    clear:both;
}

.event-carousel-wrapper .msleventstyle .eventlist_day h4 {
    padding-top:20px;
}

.event-carousel-wrapper .msleventstyle .msl_ticket {
    background-color: #357b73;
    background: #357b73;
    border-color: #357b73;
    color:#fff;
    white-space: inherit;
    display: block;
    margin-left:auto;
    margin-right:auto;
    margin-top:10px;
    margin-bottom:10px;
    width: 90%;
    padding: 10px 16px;
    border-radius: 20px;
    text-align: center;
    vertical-align: middle;
    -ms-touch-action: manipulation;
    touch-action: manipulation;
    cursor: pointer;
    background-image: none;
    border: 1px solid transparent;
    transition: transform 0.3s ease;
}

.event-carousel-wrapper .msleventstyle .msl_ticket:hover, .event-carousel-wrapper .msleventstyle .msl_ticket:focus, .event-carousel-wrapper .msleventstyle .msl_ticket:active {
    background-color: #255a54;
    text-decoration:none;
    transform: translateY(-5px) scale(1.03);
}

.event-carousel-wrapper .msleventstyle .event_item .msl_event_tickets .msl_ticket {
    color:#fff !important;
}

.event-carousel-wrapper .msleventstyle .event_item .msl_event_tickets .msl_ticket:hover {
    color:#fff !important;
    text-decoration:none !important;
}

.event-carousel-wrapper .msl_event_time:before {
    font-family: "Font Awesome 6 Pro";
    font-weight: 900;
    content: "\f073";
    margin-right:7px;
    display: inline-block;
    font-style: normal;
    font-variant: normal;
    text-rendering: auto;
    -webkit-font-smoothing: antialiased;
    width: 15px;
    color: #3f366f;
}

.event-carousel-wrapper .msl_event_location:before {
    font-family: "Font Awesome 6 Pro";
    font-weight: 900;
    content: "\f3c5";
    margin-right:7px;
    display: inline-block;
    font-style: normal;
    font-variant: normal;
    text-rendering: auto;
    -webkit-font-smoothing: antialiased;
    width: 15px;
    margin-left:1px;
    color: #3f366f;
}

@media (min-width:1200px) {
    .event-carousel-container.no-scroll {
        display: flex;
        justify-content: center;
    }
}

.event-carousel-wrapper .event_item.no-scroll {
  display: flex;
  gap: 20px;
  overflow: hidden;
  justify-content: flex-start;
}

.event-carousel-wrapper.has-no-scroll .event_item.no-scroll {
  flex: 0 0 auto;
  width: calc(45% - 10px);
}

.event-carousel-wrapper.has-no-scroll .event_item.no-scroll dl {
    width: 100%;
}

@media (max-width:1200px) {
    .event-carousel-wrapper.has-no-scroll {
        max-width:100%;
        max-width: 100%;
    }
    .event-carousel-wrapper.has-no-scroll .event_item.no-scroll {
        width: 96%;
        display: flex;
        flex: 0 0 44%;

    }
}

/***** NEWS ******/


.news-carousel-wrapper .mslnewsstyle .msl-item {
    overflow: hidden;
    width: 23%;
    border: 1px solid #d4d4d4;
    background: #fff;
    border-radius: 40px;
    margin: 10px;
    padding: 0;
    float: left;
    min-height: 350px;
    box-sizing: border-box;
}
.news-carousel-wrapper .mslnewsstyle .msl-item .msl-image img {
    padding: 10px;
    width: 100%;
    display: block;
    border-radius: 40px;
    transition: transform 0.4s ease;
    margin: 0 auto;
}

.news-carousel-wrapper .mslnewsstyle .msl-item .msl-image img:hover {
    cursor: pointer;
    transform: translateY(-11px);
}

.news-carousel-wrapper .mslnewsstyle .msl-title {
    padding: 10px;
    font-size: 20px !important;
    color: #337ab7 !important;
    text-align: center;
    margin: 0;
}

.news-carousel-wrapper .mslnewsstyle .msl-title a {
    text-decoration: none !important;
    padding: 10px;
    margin-top: -12px;
    display: block;
    font-size: 20px !important;
    color: #337ab7 !important;
    text-align: center;
    font-weight: 600;
}

.news-carousel-wrapper .mslnewsstyle .msl-title a:hover {
    text-decoration: underline !important;
}

.news-carousel-wrapper .mslnewsstyle .msl-leader {
    padding: 0 10px;
    text-align: center;
    margin-top: 0;
    margin-bottom: 10px;
    font-size: 17px;
    color: #000;
}

.news-carousel-wrapper .mslnewsstyle .msl-item-details {
    text-align: center;
    padding-bottom: 10px;
}

.news-carousel-wrapper .mslnewsstyle .msl-pubdate {
    font-weight: bold;
    font-size: 14px;
    color: #666;
    display:none;
}

@media (min-width: 992px) and (max-width: 1200px) {
    .news-carousel-wrapper .mslnewsstyle .msl-item {
        width: 45% !important;
    }
}

@media (max-width: 992px) {
    .news-carousel-wrapper .mslnewsstyle .msl-item {
        width: 95% !important;
        margin-left: auto;
        margin-right: 10px;
    }
}

.news-carousel-wrapper.has-no-scroll .msl-item-list.no-scroll {
  display: flex;
  gap: 20px;
  overflow: hidden;
  justify-content: flex-start;
}

.news-carousel-wrapper.has-no-scroll .msl-item.no-scroll {
  flex: 0 0 auto;
  width: calc(45% - 10px);
}

.news-carousel-wrapper.has-no-scroll .event-carousel-nav {
  display: none !important;
}

@media (max-width:1200px) {
    .news-carousel-wrapper.has-no-scroll {
        max-width:100%;
    }
    .news-carousel-wrapper.has-no-scroll .msl-item-list.no-scroll {
      display: block;
    }
    .news-carousel-wrapper.has-no-scroll .msl-item.no-scroll {
      display: block;
      margin-bottom: 10px;
      width:100% !important;
    }
}

.news_rating {
    display:block;
    margin-bottom:20px;
    border-bottom:1px solid #e0e0e0;
    padding-bottom:10px;
}

.msl-rating-text {
    padding-left:5px;
}

.news_rating .rating-star {
    margin-top:3px;
}

/** Blog Carousel **/

.blog-carousel-wrapper {
  position: relative;
  width: 100%;
  overflow: hidden;
  margin: 0 auto;
  box-sizing: border-box;
}

@media (max-width:1200px) {
    .blog-carousel-wrapper {
        width: 66%;
    }
}

.blog-carousel-wrapper .mslblogstylecarousel {
  overflow: hidden;
  position: relative;
  width: 100%;
  box-sizing: border-box;
}


.blog-carousel-wrapper .blog-carousel-track {
  display: flex;
  flex-wrap: nowrap;
  transition: transform 0.5s ease;
  will-change: transform;
}


.blog-carousel-wrapper .msl-recentblogposts {
  padding: 0;
  margin: 0;
  list-style: none;
  display: contents; 
}


.blog-carousel-wrapper li.msl-recentblogpost {
  flex: 0 0 calc(50% - 20px);
  min-width: calc(50% - 20px);
  margin: 10px;
  box-sizing: border-box;
  display: flex !important;
  flex-direction: column;
  justify-content: flex-start;
  overflow: hidden;
  background: #fff;
  border-radius: 40px;
  padding: 10px;
  transition: box-shadow 0.3s ease;
}

.blog-carousel-wrapper .msl-recentblogpost img.msl-recentblogpostimage {
  height: 180px;
  width: 100%;
  object-fit: cover;
  margin-bottom: 10px;
  display: block;
  border-radius: 40px;
  transition-duration: 0.4s;
}

.blog-carousel-wrapper .msl-recentblogpost img.msl-recentblogpostimage:hover {
    cursor: pointer;
    transform: translateY(-11px);
}

.blog-carousel-wrapper .msl-recentblogpost a.msl-recentblogposttitle {
  font-weight: 600;
  font-size: 20px;
  margin-bottom: 5px;
  color: #337ab7;
  text-decoration: none;
  text-align:center;
  display: block;
}

.msl-recentblogpostblogname {
    display:none;
}

.blog-carousel-wrapper .msl-recentblogpost a.msl-recentblogposttitle:hover {
  text-decoration: underline;
}

.blog-carousel-wrapper .msl-recentblogpostdate,
.blog-carousel-wrapper .msl-recentblogpost span.msl-recentblogpost {
  display: block;
  font-size: 17px;
  color: #333;
  text-align: center;
  margin-bottom: 10px;
}

.blog-carousel-wrapper .msl-recentblogpost span.msl-recentblogpost {
    padding:10px;
}

.blog-carousel-wrapper .msl-recentblogpostdate {
     font-weight:600;
}

.blog-carousel-wrapper .event-carousel-nav.next {
  position: absolute;
  top: 50%;
  right: 10px;
  transform: translateY(-50%);
  z-index: 10;
  background: #3F366F;
  color: #fff;
  border: none;
  font-size: 2rem;
  padding: 10px 20px;
  cursor: pointer;
  border-radius: 30px;
  user-select: none;
  transition: background 0.3s ease;
}

.blog-carousel-wrapper .event-carousel-nav.next:hover {
  background: #6b5ea4;
}

.blog-carousel-wrapper .msl-recentblogpost.faded {
  opacity: 0.3;
  pointer-events: none;
}

.blog-carousel-wrapper .mslblogstylecarousel li.msl-recentblogpost {
  flex: 0 0 33.33%;
  min-width: 33.33%;
  max-width: 33.33%;
  margin: 10px;
  transition: opacity 0.3s ease;
}

.blog-carousel-wrapper .mslblogstylecarousel .msl-recentblogpost.faded {
  opacity: 0.4;
  pointer-events: none;
}

.blog-carousel-wrapper .event-carousel-container.no-scroll {
  display: flex;
  gap: 20px; 
}

.blog-carousel-wrapper .event-carousel-container.no-scroll li {
  flex: 1 1 48%;
  max-width: 48%;
}

@media (max-width:1200px) {
    .blog-carousel-wrapper.has-no-scroll {
        width:100%;
    }
    .blog-carousel-wrapper .event-carousel-container.no-scroll {
      display: block;
      gap: 0px; 
    }
    .blog-carousel-wrapper .mslblogstylecarousel .event-carousel-container.no-scroll li.msl-recentblogpost {
      flex: 0 0 46%;
      min-width: 96%;
      max-width: 96%;
      margin: 10px;
      transition: opacity 0.3s ease;
    }
    .blog-carousel-wrapper .mslblogstylecarousel li.msl-recentblogpost {
      flex: 0 0 80%;
      min-width: 80%;
      max-width: 80%;
      margin: 10px;
      transition: opacity 0.3s ease;
    }  
}

/** DIV Carousel **/

.div-carousel-wrapper .carousel-wrapper-div {
    overflow: hidden;
    width: 23%;
    border: 1px solid #d4d4d4;
    background: #fff;
    border-radius: 40px;
    margin: 10px;
    padding: 0;
    float: left;
    min-height: 350px;
    box-sizing: border-box;
    transition: box-shadow 0.3s ease;
}
.div-carousel-wrapper .carousel-wrapper-div .carousel-wrapper-image-link img {
    padding: 10px;
    width: 100%;
    display: block;
    border-radius: 40px;
    transition: transform 0.4s ease;
    margin: 0 auto;
}

.div-carousel-wrapper .carousel-wrapper-div .carousel-wrapper-image-link img:hover {
    cursor: pointer;
    transform: translateY(-11px);
}

.div-carousel-wrapper .carousel-wrapper-div .carousel-wrapper-title {
    margin-top:10px !important;
    font-size: 20px !important;
    color: #337ab7 !important;
    text-align: center;
    margin: 0;
}

.div-carousel-wrapper .carousel-wrapper-div .carousel-wrapper-title a {
    text-decoration: none !important;
    margin-top: -12px;
    display: block;
    font-size: 20px !important;
    color: #337ab7 !important;
    text-align: center;
    font-weight: 600;
}

.div-carousel-wrapper .carousel-wrapper-div .carousel-wrapper-title a:hover {
    text-decoration: underline !important;
}

.div-carousel-wrapper .carousel-wrapper-div h2 {
    padding: 0 10px;
    text-align: center;
    margin-top: 0;
    margin-bottom: 10px;
    font-size: 25px;
    color: #211C36;
}

.div-carousel-wrapper .carousel-wrapper-div h3,
.div-carousel-wrapper .carousel-wrapper-div h4 {
    color: #211C36;
}

.div-carousel-wrapper .carousel-wrapper-div p,
.div-carousel-wrapper .carousel-wrapper-div ul,
.div-carousel-wrapper .carousel-wrapper-div ul li {
    padding: 0 10px;
    margin-top: 0;
    margin-bottom: 10px;
    font-size: 17px;
    color: #000;
    list-style-position:inside;
}

.div-carousel-wrapper .carousel-wrapper-div p a,
.div-carousel-wrapper .carousel-wrapper-div ul a{
    font-size: 17px;
}

.div-carousel-wrapper .carousel-wrapper-div .carousel-wrapper-leader {
    padding: 0 10px;
    text-align: center;
    margin-top: 0;
    margin-bottom: 10px;
    font-size: 17px;
    color: #000;
}

.div-carousel-wrapper .div-carousel-wrapper-list {
  overflow: hidden;
  width: 100%; 
}

.div-carousel-wrapper .event-carousel-track {
  display: flex;
  flex-wrap: nowrap;
  transition: transform 0.5s ease;
  will-change: transform;
}

.div-carousel-wrapper .carousel-wrapper-div {
  flex: 0 0 auto;
  width: 33.3333%; 
  box-sizing
}

/* To make MSL Carousel work */

.event-carousel-wrapper {
  position: relative;
  width: 100%; 
  overflow: hidden;
  margin: 0 auto;
  z-index:10;
}

.event-carousel-wrapper .event-carousel-track {
  display: flex;
  transition: transform 0.5s ease;
  width: 100%;
}

.event-carousel-wrapper .event_item {
  flex: 0 0 33.33%; 
  transition: opacity 0.3s ease; 
  box-sizing: border-box; 
}

.event-carousel-wrapper .event_item.faded {
  opacity: 0.3;
}

.event-carousel-wrapper .event-carousel-nav {
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    z-index: 10;
    background: rgb(76 64 132);
    color: #fff;
    border: none;
    font-size: 2rem;
    padding: 10px 20px;
    cursor: pointer;
    border-radius: 30px;
}

.event-carousel-wrapper .event-carousel-nav.prev {
  left: 1rem;
}

.event-carousel-wrapper .event-carousel-nav.next {
  right: 1rem;
}

.event-carousel-wrapper .event-carousel-nav:hover {
  background: rgb(107 94 164);
}

@media (max-width: 1200px) {
    .event-carousel-wrapper {
        position: relative;
        width: 100%;
        max-width: 400px;
        overflow: hidden;
        margin: 0 auto;
    }
  .event-carousel-wrapper .event_item {
    flex: 0 0 80%;
  }
}

@media (max-width: 768px) {
    .event-carousel-wrapper {
        position: relative;
        width: 100%;
        max-width: 280px;
        overflow: hidden;
        margin: 0 auto;
    }
  .event-carousel-wrapper .event_item {
    flex: 0 0 80%; 
  }

  .event-carousel-wrapper .event-carousel-nav {
    font-size: 1.5rem;
    padding: 10px 15px;
  }
}

@media (min-width:1200px) {
    .event-carousel-width-500 {
        width:500px !important;
    }
}

/* News Carousel */

.news-carousel-wrapper {
  position: relative;
  width: 100%; 
  overflow: hidden;
  margin: 0 auto;
}

.news-carousel-wrapper .event-carousel-track {
  display: flex;
  transition: transform 0.5s ease;
  width: 100%;
}

.news-carousel-wrapper .msl-item {
  flex: 0 0 33.33%; 
  transition: opacity 0.3s ease;
  box-sizing: border-box; 
}

.news-carousel-wrapper .msl-item.faded {
  opacity: 0.3;
}

.news-carousel-wrapper .event-carousel-nav {
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  z-index: 10;
  background: #3F366F;
  color: #fff;
  border: none;
  font-size: 2rem;
  padding: 10px 20px;
  cursor: pointer;
  border-radius: 30px;
}

.news-carousel-wrapper .event-carousel-nav.prev {
  left: 1rem;
}

.news-carousel-wrapper .event-carousel-nav.next {
  right: 1rem;
}

.news-carousel-wrapper .event-carousel-nav:hover {
  background: #6b5ea4;
}

@media (max-width: 1200px) {
  .news-carousel-wrapper {
    max-width: 400px;
  }
  .news-carousel-wrapper .msl-item {
    flex: 0 0 80%;
  }
}

@media (max-width: 768px) {
  .news-carousel-wrapper {
    max-width: 280px;
  }
  .news-carousel-wrapper .msl-item {
    flex: 0 0 80%; 
    margin:0px 2px;
  }

  .news-carousel-wrapper .event-carousel-nav {
    font-size: 1.5rem;
    padding: 10px 15px;
  }
}

@media (min-width: 1200px) {
  .news-carousel-width-500 {
    width: 500px !important;
  }
}

/* DIV Carousel */

.div-carousel-wrapper {
  position: relative;
  width: 100%; 
  overflow: hidden;
  margin: 0 auto;
}

.div-carousel-wrapper .event-carousel-track {
  display: flex;
  transition: transform 0.5s ease;
  width: 100%;
}

.div-carousel-wrapper .carousel-wrapper-div {
  flex: 0 0 33.33%; 
  transition: opacity 0.3s ease; 
  box-sizing: border-box; 
}

.div-carousel-wrapper .carousel-wrapper-div.faded {
  opacity: 0.3;
}

.div-carousel-wrapper .event-carousel-nav {
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  z-index: 10;
  background: #3F366F;
  color: #fff;
  border: none;
  font-size: 2rem;
  padding: 10px 20px;
  cursor: pointer;
  border-radius: 30px;
}

.div-carousel-wrapper .event-carousel-nav.prev {
  left: 1rem;
}

.div-carousel-wrapper .event-carousel-nav.next {
  right: 1rem;
}

.div-carousel-wrapper .event-carousel-nav:hover {
  background: #6b5ea4;
}

@media (max-width: 1200px) {
  .div-carousel-wrapper {
    max-width: 400px;
  }
  .div-carousel-wrapper .carousel-wrapper-div {
    flex: 0 0 80%;
  }
}

@media (max-width: 768px) {
  .div-carousel-wrapper {
    max-width: 280px;
  }
  .div-carousel-wrapper .carousel-wrapper-div {
    flex: 0 0 80%; 
    margin: 0 2px;
  }

  .div-carousel-wrapper .event-carousel-nav {
    font-size: 1.5rem;
    padding: 10px 15px;
  }
}

/* Hide Uploader Name */

.mslwidget .msl-resourcefile .msl-uploader {
    display:none !important;
}

.mslresourcelist li.msl-resource {
    border:none;
}

.mslresourcelist .msl-resource {
    padding:0;
    margin-bottom:10px;
}