﻿.nav-item__primary-toggle--active {
    border-bottom: solid 2px white;
}

button:focus {
    outline: 0;
}

/*Adjustment for the carousel slide speed*/
.carousel-item {
    transition: transform 7.0s ease-in-out;
    transition: transform 7.0s ease-in-out,-webkit-transform 7.0s ease-in-out
}

.news-article-cta-box-1,
.news-article-cta-box-2,
.news-article__p,
.news-article-side-cta-box-1 {
    margin-bottom: 32px;
}

.content-main__section {
    margin: 0px !important;
}

/*Adjustment for sidebar ads*/
.custom-sidebar-ads {
    margin: 0 0 44px 0 !important;
}

@media all and (-ms-high-contrast:none) {
    /* For IE10 */
    .news-article__ol, .news-article__ul {
        list-style: disc;
    }
    /* For IE11 */
    *::-ms-backdrop, .news-article__ol, .news-article__ul {
        list-style: disc;
    }
}

/* Adjustment for Event Date*/
.date-time {
    font-size: 18px;
}
/* Adjustment for search autocomplete */
.ui-autocomplete.ui-front {
    z-index: 1000;
}

.ui-widget-content a {
    color: #003745;
}

.ui-autocomplete li a.ui-corner-all.ui-state-focus {
    background-image: none;
    background-color: #003745;
    color: white;
}

/*Adjustment for container class on landing page*/
.container-adjustment {
    padding-right: 0px;
    padding-left: 0px;
}

.membership-benefits__info-icon {
    cursor: pointer;
}

    .membership-benefits__info-icon .title {
        top: 20px;
        padding: 4px;
        left: 0;
        display: inline;
    }

/*Adjustment for responsiveness videos embeded */
.custom-embeded-videos {
    max-width: 560px;
    margin: 0 auto;
}

.custom-embeded-videos-title {
    text-align: center;
    font-weight: bold;
    padding: 30px 0;
}
