
/*****Calendar Widget*****/
.ce-calendar-wrapper {
    width:100%;
    background-color:#e4e4e4;
}



.upcoming-wrapper {
    margin-bottom: 10px;
    width:auto;    
    background-color:#e4e4e4;
    border-top: none;
}

.cal-header {
    margin: 0 auto;
    width: 97%;
    height:auto;
}
.cal-header-label {
    padding: 0px;
    width:100%;
    float: none;
}
.calendar-widget  {
    width:100%;
    padding-bottom:10px;
    background-color:#e4e4e4;
   
}

.upcoming-label 
{
  color: #393D3E;  
  background-color:#e4e4e4;
  margin:10px 0 0 0;
  padding:5px 10px;
  text-transform:uppercase;
  font-family:Arial, Sans-Serif;
  font-size:14px;
  font-weight:bold;
}

.events {
    border-bottom:none;
    padding: 9px 9px 0;
    margin:0 5px;
}

.upcoming-date {
    color: #393D3E;
    margin: 0 0 0 5px;
    margin:0; 
}

.upcoming-title {
    color: #393D3E;  
    margin:0; 
}

.upcoming-location {
    color: #393D3E;   
    margin:0; 
}

.calendar-title td {
    background: none repeat scroll 0 0 #006A51;
    border: none;
    color: #FFFFFF;
    font:bold 16px Arial;   
    width: 220px; 
    text-transform: uppercase;
    padding: 13px 0 5px 0;   
}

.calendar-day-header {
    color: #3D565D;
    font: bold 12px Arial;
    padding-top:10px;
}

 #view-all a, img a, img, a img {
   
     color: #3D565D !important;
     
}

.class-or-event {
    
    color: #5b94c3 !important;
    font-weight: bold;
    -webkit-border-radius: 6px;
    -moz-border-radius: 6px;
    border-radius: 6px;
    margin:10px;
    background-color:transparent;
}

.calendar-today-day a, .calendar-day a, .calendar-weekend-day a, .calendar-other-month a 
{
    color: #393D3E !important;
    text-decoration:none;
    padding: 4px;
}

.class-or-event a 
{    
    color: #FFFFFF !important;
    padding: 4px 8px;
    background-color: #006A51;
    -webkit-border-radius: 6px;
    -moz-border-radius: 6px;
    border-radius: 6px;
}



.calendar-today-day a:hover, .calendar-day a:hover, .calendar-weekend-day a:hover, .calendar-other-month a:hover {
    text-decoration:none;
    background-color:#006A51;
    color: #fff !important;
    padding: 4px 8px;
    -webkit-border-radius: 6px;
    -moz-border-radius: 6px;
    border-radius: 6px;
}

.calendar-other-month
{
    display:none !important;
}


#view-all {
    padding: 10px 10px 0 0;
    text-align: right;
    margin:0;
}

/*GREEN*/
.cal-green .cal-header-left { background-image: none; }
.cal-green .cal-header-right { background-image: none; }
.cal-green .cal-header-label {
    background-color:#9ed6ee;
    color:#fff;
    -moz-border-radius: 5px 5px 0px 0px;
    -webkit-border-radius: 5px 5px 0px 0px;
    -khtml-border-radius: 5px 5px 0px 0px;
    behavior: url(border-radius.htc);
    border-radius: 5px 5px 0px 0px;
}

.cal-green .class-or-event { background-color:#9ed6ee; color:#fff; }
.cal-green .calendar-title {
    color: #fff;
    background-color: #9ed6ee;
    background-image: none;
}
.cal-green .calendar-today-day a:hover, .cal-green .calendar-day a:hover, .cal-green .calendar-weekend-day a:hover, .cal-green .calendar-other-month a:hover {
    text-decoration:underline;
    background-color:#9ed6ee;
    color: #fff !important;
}
.cal-green .upcoming-label {
    background-color:#9ed6ee;
    color:#fff;
}
.cal-green .upcoming-title a, .cal-green #view-all a{
    color: #9ed6ee;
    text-decoration:underline;
}


/*YELLOW*/
.cal-yellow .cal-header-left { background-image: none; }
.cal-yellow .cal-header-right { background-image: none; }
.cal-yellow .cal-header-label {
    background-color:#4CA6D8;
    color:#fff;
    -moz-border-radius: 5px 5px 0px 0px;
    -webkit-border-radius: 5px 5px 0px 0px;
    -khtml-border-radius: 5px 5px 0px 0px;
    behavior: url(border-radius.htc);
    border-radius: 5px 5px 0px 0px;
    }
.cal-yellow .class-or-event { background-color:#4CA6D8; color:#fff; }
.cal-yellow .calendar-title {
    color: #fff;
    background-color: #4CA6D8;
    background-image: none;
}
.cal-yellow .calendar-today-day a:hover, .cal-yellow .calendar-day a:hover, .cal-yellow .calendar-weekend-day a:hover, .cal-yellow .calendar-other-month a:hover {
    text-decoration:underline;
    background-color:#4CA6D8;
}
.cal-yellow .upcoming-label {
    background-color:#4CA6D8;
    color:#fff;
}
.cal-yellow .upcoming-title a, .cal-yellow #view-all a{
    color: #4CA6D8;
    text-decoration:underline;
}


/*BLUE*/
.cal-blue .cal-header-left { background-image: none; }
.cal-blue .cal-header-right { background-image: none; }
.cal-blue .cal-header-label {
    background-color:#2077a3;
    color:#fff;
    -moz-border-radius: 5px 5px 0px 0px;
    -webkit-border-radius: 5px 5px 0px 0px;
    -khtml-border-radius: 5px 5px 0px 0px;
    behavior: url(border-radius.htc);
    border-radius: 5px 5px 0px 0px;
    }
    
.cal-blue .class-or-event { background-color:#2077a3; color:#fff; }
.cal-blue .calendar-title {
    color: #fff;
    background-color: #2077a3;
    background-image: none;
}
.cal-blue .calendar-today-day a:hover, .cal-blue .calendar-day a:hover, .cal-blue .calendar-weekend-day a:hover, .cal-blue .calendar-other-month a:hover {
    background-color:#2077a3;
}
.cal-blue .upcoming-label {
    background-color:#2077a3;
    color:#fff;
}
.cal-blue .upcoming-title a, .cal-blue #view-all a{
    color: #2077a3;
    text-decoration:underline;
}


.calendar-today-day a, .calendar-day a, .calendar-weekend-day a, .calendar-other-month a 
{
    color: #fff;
    display: block;
    width:10px;
}

.calendar-next-prev 
{
    border:none;
}

.calendar-next-prev a 
{
    display:block;
    padding: 0px 10px;
    width:13px;
    height:18px;
    
}

.calendar-next-prev a[title="Go to the next month"] 
{
    background:transparent url(/_img/calendar/calendar-arrow-right.png) center no-repeat;
}

.calendar-next-prev a[title="Go to the previous month"] 
{
    background:transparent url(/_img/calendar/calendar-arrow-left.png) center no-repeat;
}

.ajax__tab_header {
    padding: 0 0 0 0;
}

.ajax__tab_panel {
    border:1px solid #ccc;
    width:700px;
}

.ajax__tab_tab {
    padding:0 10px 0 10px;
    margin:0;
    background-color:#f2f0e9;
    cursor: pointer;
}

.ajax__tab_tab a {
    font:normal .9em Arial;
    text-decoration:none;
    color:#808080;
}

.ajax__tab_hover .ajax__tab_tab a, .ajax__tab_active .ajax__tab_tab a {
    color:#000;
}

.ajax__tab_hover .ajax__tab_outer, .ajax__tab_active .ajax__tab_outer {
    background:transparent url(../_img/tab-left-over.png) bottom left no-repeat;
}

.ajax__tab_hover .ajax__tab_inner, .ajax__tab_active .ajax__tab_inner
{
    background:transparent url(../_img/tab-right-over.png) bottom right no-repeat;
}

.ajax__tab_hover .ajax__tab_tab, .ajax__tab_active .ajax__tab_tab {
    background-color:#d2e1eb;
}

.class-event-tabs .ajax__tab_header {
    display:none;
}

.ce-hub-wrapper {
    margin: 10px;
}

.result-title:hover {
    color:#0063BE;
}

.result-title {
    color:#0063BE;
}

.full-details-link {
    color:#0063BE;
}

/* Class Registration */
#registrant-employee-id-field 
{
    display:none;
}
#registrant-company-field 
{
    display:none;
}


.date {
    background: none;
    float: left;
    padding: 2px 8px 8px 5px;
    font-weight: bold;
}

.item {
    background-color: #FFFFFF;
    border-bottom: 1px solid #F2F0E9;
    border-left: 1px solid #F2F0E9;
    border-right: 1px solid #F2F0E9;
    margin: 0 0 15px 0;
    padding: 5px;
    width: 660px;
}

.itemCol1 {
    width:100px;
    float:left;
}

.itemCol2 {
    width:455px;
    float:left;
}

.itemCol3 {
    width:100px;
    float:left;
}

.description {
    color: #3D565D;
    font: 14px Arial;
    margin: 0;
    padding: 0;
}


.accordionHeaderSelected {
    background-color: #3d84c6;
    color: #FFFFFF;
    cursor: pointer;
    font: 16px Arial;
    margin-top: 2px;
    padding: 5px;
    text-decoration: none;
}

.accordionHeader {
    background-color: #3d84c6;
    color: #FFFFFF;
    cursor: pointer;
    font: 16px Arial;
    margin-top: 1px;
    padding: 5px;
}

.full-details-link {
    color: #83BF43;
    font: 14px Arial;
    margin: 0;
    padding: 0;
    text-align: right;
}
#class-registration #class-title{
    font-size: 20px;
    line-height: 30px;
    color: #000;
    font-weight: bold;
    font-family: Arial, Helvetica, sans-serif;
}
#class-registration #class-cost{
    font-size: 18px;
    color: #000;
    font-weight:bold;
}
#class-registration span 
{
    display:inline-block;
}
#class-registration #class-quantity-field{
    border:none !important;
    color:#000;
    font-weight:bold;
    margin:20px 0px !important;
}
#class-registration #class-pay-later input[type="checkbox"] {
    height: auto;
    float: left;
    width: auto;
    margin-bottom: 10px;
    margin-top: 1px;
    margin-left:10px;
}
#class-registration #class-pay-later > div{
    color:#000;
    font-weight:bold;
}
#class-registration input.next-prev{
    padding: 10px 70px 10px 70px;
    border-radius: 6px;
    border: 1px solid #c3c3b9;
    color: #736e69;
    font-size: 14px !important;
    text-align: center;
    cursor: pointer;
    background-color: inherit;
    width: auto;
    margin: 20px 0px 20px -15px;
}
#class-registration input[value="Next"], #class-registration input[value="Submit"]{
    margin-left:5px;
}
#class-registration .option-label, #class-registration #class-total{
    margin-bottom: 5px;
    margin-top: 5px;
    font-weight: bold;
    color: #000;
}
#class-registration .registration-option-review{
    border-bottom: 1px solid #e5e5e5;
    margin-bottom: 20px;
    padding-bottom: 20px;
}
#class-registration .registration-option-review:last-of-type{
    border-bottom:none;
}
#class-registration span.option-value{
    margin-left:10px;
    margin-top:5px;
}
.warning span
{
    display:inline-block;
}
.warning a
{
    display:inline-block;
}

.guest-registration-options input[type="radio"] 
{
    margin:0px 2px 0px 0px;
}

.guest-registration-options .option-value span
{
    margin:0px 10px 0px 2px;
}

.class-event-tabs .tab-panel-header
{
    display:none;
}

.mission_main .mission_text .pagination ul li {
    display: inline-block;
    font-size: 24px;
    padding: 0 5px;
    cursor: pointer;
}

.mission_main .mission_text .pagination ul li.active-class {
    color: black;
    

}
.mission_main .mission_text .pagination ul li.btnclasswhite.active-class{
    background-color:#f0ad4e;

}

.mission_main .mission_text .pagination ul li.btnclasswhite {
    background-color: #fff;
    display: inline-block;
    border-color: #ccc;
    padding: 10px 12px;
    text-align: center;
    white-space: nowrap;
    vertical-align: middle;
    touch-action: manipulation;
    cursor: pointer;
    user-select: none;
    background-image: none;
    border: 1px solid #b1b1b1;
    border-radius: 4px;
    margin-right:5px;
    font-size:18px;
    line-height:18px;


}

.mission_main .mission_text .pagination ul li.btnclasswhite:hover{
        color: #333;
    background-color: #f0ad4e;
    border-color: #8c8c8c;
}


.btnclass{
    color: #000;
    background-color: #f0ad4e;
    border-color: #eea236;
    display: inline-block;
    margin-bottom: 0;
    font-weight: normal;
    text-align: center;
    white-space: nowrap;
    vertical-align: middle;
    touch-action: manipulation;
    cursor: pointer;
    user-select: none;
    background-image: none;
    border: 1px solid transparent;
    padding: 5px 10px;
    font-size: 12px;
    line-height: 1.5;
    border-radius: 3px;
    margin-right: 5px;
}

#btnNext {
        margin-left: 5px;
    }

.mission_main .mission_text .pagination ul li:hover {
    color: #ffb900;
}

@media screen and (max-width: 1100px)  
{
    /* Mobile Classes & Events
    ---------------------------------*/
    
    .ce-search-wrapper 
    {
        width:100%;
    }
    
    .ce-hub-wrapper {
        margin:0;
    }
    
    .ajax__tab_panel, .ajax__tab_body, .class-event-tabs
    {
        width:100%;
    }
    
    .item 
    {
        width:100%;
        padding:10px 0;
    }
    
    .item .date, .item .time
    {
        float:none;
        padding:0;
    }
    
    .result-title 
    {
        margin:0;
    }
    
    .description 
    {
        margin:5px 0;
    }
    
    .full-details-link {
        padding:5px 0 0 0;
        text-align: left;
    }
    
    .inner_main_middle a {
        font-size: 14px;
        line-height: 1.25;
    }
    
    
}

/* FMOLHS OVERRIDES */
.c-ce-info input[type="text"],
.c-ce-info select,
.c-ce-info textarea {
    border-color: var(--color-primary-dark);
    width: 100%;
    border-radius: 0.375rem;
    --tw-text-opacity: 1;
    color: rgb(78 78 78/var(--tw-text-opacity));
    padding-top: 10px;
    padding-bottom: 9px;
}

.c-ce-info label {
    font-size: 14px;
    line-height: 24px;
    text-transform: uppercase;
    margin-bottom: 0.25rem;
    font-weight: 700;
    --tw-text-opacity: 1;
    color: rgb(78 78 78/var(--tw-text-opacity));
}

.c-ce-info select {
    background-position: right 0.5rem center;
    background-repeat: no-repeat;
    background-size: 1.5em 1.5em;
    padding-right: 2.5rem;
    --tw-text-opacity: 1;
    color: rgb(78 78 78/var(--tw-text-opacity));
}

#class-registration input[value="Previous"] {
    display: inline-block;
    border-radius: 0.375rem;
    border-width: 1px;
    --tw-border-opacity: 1;
    border-color: rgb(31 161 205 / var(--tw-border-opacity));
    --tw-bg-opacity: 1;
    background-color: rgb(255 255 255 / var(--tw-bg-opacity));
    padding-top: 0.75rem;
    padding-bottom: 0.75rem;
    padding-left: 2rem;
    padding-right: 2rem;
    text-align: center;
    font-weight: 800;
    text-transform: uppercase;
    color: var(--color-primary-dark);
    transition-property: color, background-color, border-color, text-decoration-color, fill, stroke;
    transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
    transition-duration: 150ms;
}

#class-registration input[value="Next"], 
#class-registration input[value="Submit"] {
    display: inline-block;
    border-radius: 0.375rem;
    border-width: 1px;
    border-color: var(--color-primary-dark);
    background-color: var(--color-primary-dark);
    padding: 0.75rem 2rem;
    text-align: center;
    font-weight: 800;
    text-transform: uppercase;
    --tw-text-opacity: 1;
    color: rgb(255 255 255/var(--tw-text-opacity));
    transition-property: color,background-color,border-color,text-decoration-color,fill,stroke;
    transition-timing-function: cubic-bezier(.4,0,.2,1);
    transition-duration: .15s;
}

#class-registration [type="checkbox"],
#class-registration [type="radio"] {
    margin-right: .5rem;
}

#class-date-time .event-card__icon-info {
    display: flex;
    margin-top: .5rem;
}

#class-date-time .event-card__icon-info svg {
    margin-right: .5rem;
}