.ui-autocomplete {
    position: absolute;
    cursor: default;
    z-index:2000 !important;
    margin: 0;
    border: 1px solid rgba(0,0,0,0.14);
    background-color: #fff;
    max-height: 75%;
    overflow-y: auto;
    /* prevent horizontal scrollbar */
    overflow-x: hidden;
}
html .ui-autocomplete.ui-front.ui-menu.ui-widget.ui-widget-content li{
    margin:0;
    border:1px solid rgba(0,0,0,0.14);
    background-color:#fff;
    line-height: 44px;
    height: 44px;
    padding: 0 30px;
    font-size:14px;white-space:nowrap;display:block;
}
html .ui-autocomplete.ui-front.ui-menu.ui-widget.ui-widget-content li:hover, html .ui-autocomplete.ui-front.ui-menu.ui-widget.ui-widget-content li:focus, html .ui-autocomplete.ui-front.ui-menu.ui-widget.ui-widget-content li:active, html .ui-autocomplete.ui-front.ui-menu.ui-widget.ui-widget-content li.ui-menu-item.ui-state-focus {
    background-color:#FFA500;outline:none;
}
.ui-helper-hidden-accessible {
    display: none;
}
.site-menu__dropdown .menu-item.has-child .site-menu__dropdown.right-side {
    right: 100%;
    left: unset;
}
.sidebar-menu li.user-logout .user.circle {
    height: 64px;
    width: 64px;
    margin-left: 32px;
    margin-top: 5px;
    margin-bottom: 5px;
    float: left;
    object-fit: cover;
}
.user.circle.left {
    margin-right: 10px;
    color: #FFA500;
    background-color: #2A3375;
}
.sidebar-menu li.user-logout p {
    padding: 15px 10px 0px 10px;
    margin-bottom: -10px;
}
.sidebar-menu li.user-logout a {		
    color:#FFA500;
    font-weight: unset;
}
.sidebar-menu li a.btn.btn-primary {		
    max-width: 133px;
    margin: 10px auto;
}

main.user {
    background-color: lightgray;
    margin-top: 20px;
}
.no-padding {
    padding: 0px;
}
.adminOnly {
    color: #800000;
}
.adminSticky {
    position: relative;
    bottom: 0;
    left: 0;
    /*z-index: 10000;*/
    padding: 15px 30px 60px;
    width: 299px;
    border-top: solid 1px #dbdbdb;
    background-color: #fff;
    font-size: 14px;
    line-height: 1.5;
    margin-top:200px;
}
.adminIcon {
    width: 100px;
    color: white;
    background-color: #D60000;
    font-weight: 600;
    font-size: 10pt;
    line-height: 12pt;
    border-radius: 5px;
    margin-top:-30px;
    padding: 5px;
    text-align:center;
}
@media only screen and (max-width: 575px) {
    .search-block.d-flex {
        display: unset !important;
    }
}
#success_message {
    color: green;
    font-weight: bold;
}
#error_message {
    color: red;
    font-weight: bold;
}





/*     ADA COMPLIANCE TESTING / CHANGES        */
.hero.bg-cover {
    background-color: #2A3375;
}
/* .primary-menu {
    background-color: #2A3375;
} */
.site-menu {
    font-size: 1.1rem;
    font-weight: 500;
}
.block-title small {
    color: #0379B5;
}
.card-services__link {
    color: #0379B5
}
.card-icon .card-icon__body {
    color: #636363;
}
a {
    color: #0379B5;
    text-decoration: underline;
}
a:hover, a:active {
    color: #FFA500;
}
a.orange-link {
    color: #FFA500;
}
a.orange-white-link:hover, a.orange-white-link:active {
    color: #0379B5;
}
label, .input-field > label {
    color: #636363;
}

#contact-form .input-field > label {
    color: #fff;
}
#contact-form .input-field > label.active {
    color: #FFA500;
}

input:not([type]):focus:not([readonly]),
input[type=text]:not(.browser-default):focus:not([readonly]),
input[type=password]:not(.browser-default):focus:not([readonly]),
input[type=email]:not(.browser-default):focus:not([readonly]),
input[type=url]:not(.browser-default):focus:not([readonly]),
input[type=time]:not(.browser-default):focus:not([readonly]),
input[type=date]:not(.browser-default):focus:not([readonly]),
input[type=datetime]:not(.browser-default):focus:not([readonly]),
input[type=datetime-local]:not(.browser-default):focus:not([readonly]),
input[type=tel]:not(.browser-default):focus:not([readonly]),
input[type=number]:not(.browser-default):focus:not([readonly]),
input[type=search]:not(.browser-default):focus:not([readonly]),
textarea.materialize-textarea:focus:not([readonly]) {
border-bottom: 1px solid #FFA500;
-webkit-box-shadow: 0 1px 0 0 #FFA500;
        box-shadow: 0 1px 0 0 #FFA500;
}

input:not([type]):focus:not([readonly]) + label,
input[type=text]:not(.browser-default):focus:not([readonly]) + label,
input[type=password]:not(.browser-default):focus:not([readonly]) + label,
input[type=email]:not(.browser-default):focus:not([readonly]) + label,
input[type=url]:not(.browser-default):focus:not([readonly]) + label,
input[type=time]:not(.browser-default):focus:not([readonly]) + label,
input[type=date]:not(.browser-default):focus:not([readonly]) + label,
input[type=datetime]:not(.browser-default):focus:not([readonly]) + label,
input[type=datetime-local]:not(.browser-default):focus:not([readonly]) + label,
input[type=tel]:not(.browser-default):focus:not([readonly]) + label,
input[type=number]:not(.browser-default):focus:not([readonly]) + label,
input[type=search]:not(.browser-default):focus:not([readonly]) + label,
textarea.materialize-textarea:focus:not([readonly]) + label {
color: #FFA500;
}


/*    BUTTON STYLING   */

button.btn.seasonBtn.curSeason.btn-active:hover:focus:active {
    background-color:orange !important;
    /* color:white; */

}
.btn.btn-icon, button.btn.seasonBtn, .btn.btn-small {
    min-width: unset;
    padding: .75rem 1.25rem;
    margin: 10px;
}
.btn.btn-small {
    margin: 5px;
}
.btn-admin {
    background-color: #D60000;
    color: white;
    font-weight: 600;
}
.btn-admin:hover, .btn-admin:active {
    background-color: #800000;
    color: white;
}
.btn:hover, .btn-large:hover, .btn-small:hover, .btn-icon:hover {
    background-color: #FFA500;
}
.btn-row-padding {
    padding: 10px 5px !important;
    text-align: center;
}
.btn-active {
    background-color: #FFA500;
    color: #000;
}
.btn-disabled {
    pointer-events: none;
    background-color:#DFDFDF;
    color: #000;
}
button.admin-btn {
    background-color: #800000;
    color: white;
}
button.btn-circle, a.btn-circle {
    padding: 1rem 1.25rem;
    border-radius: 50%;
    min-width: unset;
}
button.transparent, a.transparent {
    background-color: rgba(0, 0, 0, 0) !important;
    box-shadow: none !important;
    padding: 0px;
    border: none !important;
}
.btn-floating {
    background-color: #2A3375;
}




/* LIST DATABASE PAGES */
i.inline {
    vertical-align: middle !important;
    margin-right: 5px !important;
}
.no-margin-bottom {
    margin-bottom: 0px;
}
#site-main-content {
    margin-top: 150px;
    min-height: 700px;
}
.ctaBox {
    margin-top: 40px;
}
@media only screen and (max-width: 992px) {
    .ctaBox {
        margin-top: 0px;
    }
}
.compList {
    border: 2px solid orange !important;
    padding: 15px !important;
}
.userBox {
    background-color: white;
    border: 2px solid #FFA500;
    padding-top: 15px;
    /*border-radius: 5px;*/
    -webkit-box-shadow: 0 2px 2px 0 rgba(0, 0, 0, 0.14), 0 3px 1px -2px rgba(0, 0, 0, 0.12), 0 1px 5px 0 rgba(0, 0, 0, 0.2);
    box-shadow: 0 2px 2px 0 rgba(0, 0, 0, 0.14), 0 3px 1px -2px rgba(0, 0, 0, 0.12), 0 1px 5px 0 rgba(0, 0, 0, 0.2);
}





/*    SECOND HEADER STYLING   */

#secondHeader {
    position: fixed;
    background-color: white;
    left: 0;
    /* padding-left: 2%; */
    padding-top: 5px;
    border-bottom: 1px solid;
    z-index: 5;
    /* top:110px;    for non-logged in */ 
    top: 87px;
}
#secondHeader.sticky-header {
    /* top: 94px;   for non-logged in */
    top: 71px;
    
}
#secondHeader button.btn {
    font-size: 14px;
    /* height: 36px;
    line-height: 36px; */
    margin: 0px 0px !important;
}
#secondHeader ul {
    list-style-type: none;
}
#secondHeader ul li {
    float: left;
}
#clearHeader {
    height: 150px;
    visibility: hidden;
}
@media only screen and (max-width: 600px) {
    #secondHeader {
        top: 85px;
    }
    #secondHeader.sticky-header {
        top: 65px;
    }
    /* .input-field.col.s9 {
        margin: 0px;
    } */
}
@media only screen and (max-width: 992px) {
    #secondHeader {
        padding-bottom: 10px;
    }

    #clearHeader {
        height: 190px;
    }
    .pagination li a {
        font-size: 14px;
    }
}



/*    FIXED FILTER STYLING   */
#filters, #filterDropUp {
    display: none;
}
#fixedFilter {
    position: fixed;
    right: 0;
    background-color: #fff;
    z-index: 5;
}
#filterDropDown, #filterDropUp {
    cursor: pointer;
    border: 1px solid orange;
}
#filterDropDown p, #filterDropUp p {
    font-weight: bold;
}
#filterDropDown i, #filterDropUp i {
    margin-top:5px;
    margin-left:5px;
}
#filtersForm {
    overflow: scroll;
}
#filters {
    border: 1px solid orange;
    border-top: none;
    padding-top: 20px;
}
.filter-categories {
    font-weight: 600;

}
.filter-categories.marg-bottom {
    margin-bottom: 25px;
}


/* Fixed Filter - Fixed to top */
/* #fixedFilter {
    position: fixed;
    right: 0;
    background-color: #fff;
} */







/* FORM STYLING */


.dropdown-content li > a, .dropdown-content li > span {
    color: #2a3375;
}
[type="checkbox"]:checked + span:not(.lever)::before {
    border-right: 2px solid orange;
    border-bottom: 2px solid orange;
}
[type="radio"]:checked + span::after, [type="radio"].with-gap:checked + span::after {
    background-color: orange;
}
[type="radio"]:checked + span::after, [type="radio"].with-gap:checked + span::before, [type="radio"].with-gap:checked + span::after {
    border: 2px solid orange;
}
.input-field .prefix.active {
    color: orange;
}
.datepicker-date-display {
    background-color: orange !important;
}
.datepicker-table td.is-selected {
    background-color: orange !important;
}
.datepicker-cancel, .datepicker-clear, .datepicker-today, .datepicker-done, .datepicker-table td.is-today {
    color: orange !important;
}
.timepicker-digital-display {
    background-color: orange;
}
.timepicker-close {
    color: orange;
}
.timepicker-canvas line {
    stroke: orange;
}
.timepicker-canvas-bearing, .timepicker-canvas-bg {
    fill: orange;
}
.timepicker-tick.active, .timepicker-tick:hover {
  background-color: rgba(255, 165, 0, 0.25);
}


/*    PLAYS & AUTHOR STYLING   */
.numCircle {
    padding: .25rem 1rem;
    border-radius: 50%;
    background-color: #2A3375;
    color: orange;
    text-align: center;
    float: right;
}
.seasonData {
    display:none;
}
.seasonData.curSeason {
    display: block;
}
.pagination li.active {
    background-color: #2b3375;
}
#alphabet {
    background-color: white;
    z-index: 5;
    margin-bottom: 5px;
}


/*   From compDetails   */
img.compTypeBtn {
    width: 100px;
    /* margin-top: 37px; */
    margin-left: 5px;
    float: right;

}
form.work{
    display: none;
}
.detailsInfo {
    /* background-color: #F4F3F2; */
    padding: 5% !important;
    /* padding-top: 1% !important; */
    background-color: white;
    border: 1px solid orange;
}
.iconOnly {
    color: orange !important;
}
.iconOnly:hover, .iconOnly:active {
    color: #0379B5;
}
.iconRow {
    float: right;
    margin-top: -40px;            
}
.newIcons {
    /* height: 40px; */
    height: 35px;
    margin-right: 10px;
    margin-left: 15px;
}
.newIcons.moveLeft {
    margin-left: -20px;
    margin-top: -10px;
}
.currentCastList, .mobileColumns {
    column-count: 2;
}
.restrictedMsg {
    font-style: italic;
}
.user.circle {
    object-fit: cover;
}
.staffCompPhoto {
    width: 50px;
    height: 50px;
    text-align: center;
}
i.staffCompPhoto{
    padding-top: 10px;
}
.hoverLink:hover {
    color: orange;
}
.hoverLinkFill {
    /* margin: 30px 5px 0px 5px; */
    margin: 0px 5px;
    color: orange;
}
.hoverLinkFill:hover  {
    color: rgba(0,0,0,.25);
}
.doubleClick {
    display: none;
}
.singleClick {
    display: block;
}
.calDate {
    width:80px;
    /* height:48px; */
    border: 1px solid #2A3375;
    border-radius:5px;
    text-align:center;
    /*margin-right: 20px;
    margin-left: 45px;*/
    font-size: 14px;
    margin-bottom: 20px;
    
}
.CalDateHead {
    background-color:#2A3375;
    color:orange;
    text-transform:uppercase;
    margin: 0px !important;    
}

@media only screen and (min-width: 993px) {
    /* .row .col.m4.offset-m1 {
        margin-left: 3.3333333333%;
        width: 46.3333333333%;
    } */
    .flex {
        display: flex;
        flex-wrap: wrap;
    }
}
@media only screen and (min-width: 601px) and (max-width: 992px) {
    .row .col.m4.offset-m1 {
        margin-left: 3.3333333333%;
        width: 38.3333333333%;
    }
    .calendarEvent {
        text-align: center;
    }
    .calDate {
        margin-left:auto;
        margin-right: auto;
    }
    /* .container {
        width: 95%;
    } */
}
@media only screen and (max-width: 850px) {
    img.compTypeBtn {
        width: 75px;
        margin-right: -10px;
        display: block;
    }

}
@media only screen and (max-width: 800px) {
    .iconRow {
        float: none;
        margin-top: 0px;
        margin-left: 30px;
    }
}
@media only screen and (max-width: 600px) {
    .mobileColumns {
        column-count: 1;
        margin-top: -15px;
    }
    .compHeader {
        margin-top:0px;
    }
    .doubleClick {
        display: block;
    }
    .singleClick {
        display: none;
    }
}






/**************
FROM STAFF DETAILS
***************/
.staffPhoto {
    width: 150px;
    height: 150px;
    margin-top: 30px;
}
a.transparent {
    color: #000;
}
.transHov i {
    color: rgba(0,0,0,0);
}
.transHov:hover i {
    cursor: pointer;
    color: orange;
}
.transHov:hover i:hover, .transHov:hover i:active {
    color: #0379B5;
}
ul.audList {
    margin-bottom: 20px;
    padding-left: 20px !important;
}
ul.audList li {
    margin-bottom: 5px;
}
.netNumEvent {
    background-color: #2b3375;
    color: orange;
    padding: 5px;
    border-radius: 50%;
    width: 40px;
    height: 40px;
    float: left;
    margin-right: 10px;
    text-align: center;
}
.netNumEvent+h6 {
    margin-top: 10px;
}




/**************
FROM EMPTY SEARCH
***************/
li.clear {
    clear: both;
    margin-top: 10px;
}
@media print {
    .noPrint {
        display: none !important;
    }
}

/* img.user.circle {
    width: 64
} */
a#loadMore:focus {
    background-color: orange;
}


/**************
PULSE ANIMATION
***************/
.pulse {
width: 22px;
height: 22px;
border-radius: 50%;
cursor: pointer;
box-shadow: 0 0 0 rgba(255,255,0, 1);
animation: pulse 2s infinite;
}
.pulse:hover {
animation: none;
}

@-webkit-keyframes pulse {
0% {
    -webkit-box-shadow: 0 0 0 0 rgba(255,255,0, 1);
}
70% {
    -webkit-box-shadow: 0 0 0 10px rgba(255,255,0, 0);
}
100% {
    -webkit-box-shadow: 0 0 0 0 rgba(255,255,0, 0);
}
}
@keyframes pulse {
0% {
    -moz-box-shadow: 0 0 0 0 rgba(255,255,0, 1);
    box-shadow: 0 0 0 0 rgba(255,255,0, 1);
}
70% {
    -moz-box-shadow: 0 0 0 10px rgba(255,255,0, 0);
    box-shadow: 0 0 0 10px rgba(255,255,0, 0);
}
100% {
    -moz-box-shadow: 0 0 0 0 rgba(255,255,0, 0);
    box-shadow: 0 0 0 0 rgba(255,255,0, 0);
}
}
/*************
DELETE MOBILE CSS AFTER A WHILE TO ENSURE CACHE IS FLUSHED */
.show-on-extra-large, .show-on-large, .show-on-medium, .show-on-medium-and-down, .show-on-medium-and-up, .show-on-small {
display: none !important;
}
@media only screen and (max-width: 600px) {
.hide-on-small-only, .hide-on-small-and-down {
    display: none !important;
}
}

@media only screen and (max-width: 992px) {
.hide-on-med-and-down {
    display: none !important;
}
}

@media only screen and (min-width: 601px) {
.hide-on-med-and-up {
    display: none !important;
}
}

@media only screen and (min-width: 600px) and (max-width: 992px) {
.hide-on-med-only {
    display: none !important;
}
}

@media only screen and (min-width: 993px) {
.hide-on-large-only {
    display: none !important;
}
}

@media only screen and (min-width: 1201px) {
.hide-on-extra-large-only {
    display: none !important;
}
}

@media only screen and (min-width: 1201px) {
.show-on-extra-large {
    display: block !important;
}
}

@media only screen and (min-width: 993px) {
.show-on-large {
    display: block !important;
}
}

@media only screen and (min-width: 600px) and (max-width: 992px) {
.show-on-medium {
    display: block !important;
}
}

@media only screen and (max-width: 600px) {
.show-on-small {
    display: block !important;
}
}

@media only screen and (min-width: 601px) {
.show-on-medium-and-up {
    display: block !important;
}
}

@media only screen and (max-width: 992px) {
.show-on-medium-and-down {
    display: block !important;
}
}

@media only screen and (max-width: 600px) {
.center-on-small-only {
    text-align: center;
}
}

/************
TAP TARGET
*************/
.non-sign-up-tap-target.tap-target {
    background-color: transparent !important;
    -webkit-box-shadow: none;
    box-shadow: none;
}
.tap-target-wrapper.open {
    position: fixed !important;
    z-index: 800;
    border-radius: 0% !important;
    border-bottom-left-radius: 50% !important;
}
.non-sign-up-tap-target .tap-target-content {
    top: 650px !important;
    text-align: right !important;
    max-width: 400px !important;
    background-color: #2b3375 !important;
    border-bottom-left-radius: 50% !important;
    -webkit-box-shadow: 0 20px 20px 0 rgba(0, 0, 0, 0.14), 0 10px 50px 0 rgba(0, 0, 0, 0.12), 0 30px 10px -20px rgba(0, 0, 0, 0.2) !important;
    box-shadow: 0 20px 20px 0 rgba(0, 0, 0, 0.14), 0 10px 50px 0 rgba(0, 0, 0, 0.12), 0 30px 10px -20px rgba(0, 0, 0, 0.2) !important;
}

.non-sign-up-tap-target+.tap-target-wave .hoverLink.tap-target-origin {
    margin: 0px !important;
}
.non-sign-up-tap-target+.tap-target-wave::before {
    background-color: none !important;
}
.non-sign-up-tap-target+.tap-target-wave::after {
    background-color: orange !important;
}
@media only screen and (max-width: 600px) {
    i.inline.pulse {
        font-size: 18px;
        margin-right: 0px !important;
    }
    ul.currentCastList ul.browser-default {
        padding-left: 20px;
    }
    a.audAlert {
        margin-left: -20px;
    }
    .expandData {
        display: none;
    }
    .non-sign-up-tap-target .tap-target-content {
        top: 500px !important;
    }
}
.flexNew {
    display: flex;
    /* flex-direction: row; */
    flex-wrap: wrap;
}





/***********
    SUBSCRIPTION PLAN STYLING
************/
.plans-card.stretched-link {
    text-decoration: none;
}
.btn-blue-outline {
    background-color: #fff;
    color: #2a3375;
    border-color: #2a3375;
    
}
.select_plan, .plan_selected {
    margin-top:30px;
}
.plan_selected {
    /* display:none; */
    background-color: orange;
    color: #2a3375;
}



.card-info:hover,
.card-info:focus,
.card-info:active,
.card-info.card_selected {
    color: #fff;
    background-color: #2a3375;
    border-color: #2a3375;
}

.card-info:hover:before,
.card-info:focus:before {
    opacity: 0;
}

.card-info:hover:after,
.card-info:focus:after,
.card-info.card_selected {
    opacity: 1;
}

.card-info:hover .card-info__top,
.card-info:hover .card-info__top h3,
.card-info:focus .card-info__top,
.card-info:focus .card-info__top h3,
.card-info.card_selected .card-info__top,
.card-info.card_selected .card-info__top h3 {
    color: #fff;
}

.card-info:hover .card-info__top del,
.card-info:focus .card-info__top del,
.card-info.card_selected .card-info__top del,
.card-info.card_selected .card-info__top del {
    color: rgba(255, 255, 255, 0.54);
}

.card-info:hover .card-info__content,
.card-info:focus .card-info__content,
.card-info.card_selected .card-info__content,
.card-info.card_selected .card-info__content {
    color: #fff;
}
.card-info.card_selected:before {
    background-image: url("../../images/home/curved-shape-blue.png") !important;
    opacity: 1;
}

#plan_id_select {
    opacity:0;
    pointer-events:none;
}