@font-face { 
font-family:'Josefin Sans';
font-style:normal;
font-weight:600;
src:url(https://fonts.gstatic.com/s/josefinsans/v16/Qw3PZQNVED7rKGKxtqIqX5E-AVSJrOCfjY46_N_XbMlhLzTs.woff2) format('woff2');
unicode-range:U+0102-0103, U+0110-0111, U+0128-0129, U+0168-0169, U+01A0-01A1, U+01AF-01B0, U+1EA0-1EF9, U+20AB;
} 
@font-face { 
font-family:'Josefin Sans';
font-style:normal;
font-weight:600;
src:url(https://fonts.gstatic.com/s/josefinsans/v16/Qw3PZQNVED7rKGKxtqIqX5E-AVSJrOCfjY46_N_XbMhhLzTs.woff2) format('woff2');
unicode-range:U+0100-024F, U+0259, U+1E00-1EFF, U+2020, U+20A0-20AB, U+20AD-20CF, U+2113, U+2C60-2C7F, U+A720-A7FF;
} 
@font-face { 
font-family:'Josefin Sans';
font-style:normal;
font-weight:600;
src:url(https://fonts.gstatic.com/s/josefinsans/v16/Qw3PZQNVED7rKGKxtqIqX5E-AVSJrOCfjY46_N_XbMZhLw.woff2) format('woff2');
unicode-range:U+0000-00FF, U+0131, U+0152-0153, U+02BB-02BC, U+02C6, U+02DA, U+02DC, U+2000-206F, U+2074, U+20AC, U+2122, U+2191, U+2193, U+2212, U+2215, U+FEFF, U+FFFD;
} 
@font-face { 
font-family:'Lato';
font-style:normal;
font-weight:400;
src:url(https://fonts.gstatic.com/s/lato/v17/S6uyw4BMUTPHjxAwXjeu.woff2) format('woff2');
unicode-range:U+0100-024F, U+0259, U+1E00-1EFF, U+2020, U+20A0-20AB, U+20AD-20CF, U+2113, U+2C60-2C7F, U+A720-A7FF;
} 
@font-face { 
font-family:'Lato';
font-style:normal;
font-weight:400;
src:url(https://fonts.gstatic.com/s/lato/v17/S6uyw4BMUTPHjx4wXg.woff2) format('woff2');
unicode-range:U+0000-00FF, U+0131, U+0152-0153, U+02BB-02BC, U+02C6, U+02DA, U+02DC, U+2000-206F, U+2074, U+20AC, U+2122, U+2191, U+2193, U+2212, U+2215, U+FEFF, U+FFFD;
} 
*, :after, :before { 
    box-sizing: border-box;
} 

.container { 
    width: 100%; 
    padding-right: 15px; 
    padding-left: 15px; 
    margin-right: auto; 
    margin-left: auto;
} 

@media (min-width: 576px){     
.container { 
    max-width: 540px;
} 
}     

@media (min-width: 768px){     
.container { 
    max-width: 720px;
} 
}     

@media (min-width: 992px){     
.container { 
    max-width: 960px;
} 
}     

@media (min-width: 1200px){     
.container { 
    max-width: 1140px;
} 
}     

article, aside, dialog, figcaption, figure, footer, header, hgroup, main, nav, section { 
    display: block;
} 

.section-padding { 
    padding: 60px 0; 
    padding-top: 60px; 
    padding-right: 0px; 
    padding-bottom: 60px; 
    padding-left: 0px;
} 

body { 
    margin: 0; 
    font-family: -apple-system,BlinkMacSystemFont,"Segoe UI",Roboto,"Helvetica Neue",Arial,sans-serif,"Apple Color Emoji","Segoe UI Emoji","Segoe UI Symbol"; 
    font-size: 1rem; 
    font-weight: 400; 
    line-height: 1.5; 
    color: #212529; 
    text-align: left; 
    background-color: #fff; 
    margin-top: 0px; 
    margin-right: 0px; 
    margin-bottom: 0px; 
    margin-left: 0px;
} sc

body { 
    background: #fff; 
    font-size: 15px; 
    font-weight: 400; 
    font-family: 'Lato', sans-serif; 
    -webkit-box-sizing: border-box; 
    -moz-box-sizing: border-box; 
    box-sizing: border-box; 
    -webkit-font-smoothing: subpixel-antialiased; 
    color: #212121; 
    line-height: 25px; 
    -webkit-backface-visibility: hidden; 
    backface-visibility: hidden; 
    overflow-x: hidden; 
    background-image: initial; 
    background-position-x: initial; 
    background-position-y: initial; 
    background-size: initial; 
    background-repeat-x: initial; 
    background-repeat-y: initial; 
    background-attachment: initial; 
    background-origin: initial; 
    background-clip: initial; 
    background-color: rgb(255, 255, 255);
} 

html { 
    font-family: sans-serif; 
    line-height: 1.15; 
    -webkit-text-size-adjust: 100%; 
    -ms-text-size-adjust: 100%; 
    -ms-overflow-style: scrollbar; 
    -webkit-tap-highlight-color: transparent; 
    text-size-adjust: 100%;
} 

html { 
    overflow-x: hidden;
} 

:root { 
    --blue: #007bff; 
    --indigo: #6610f2; 
    --purple: #6f42c1; 
    --pink: #e83e8c; 
    --red: #dc3545; 
    --orange: #fd7e14; 
    --yellow: #ffc107; 
    --green: #28a745; 
    --teal: #20c997; 
    --cyan: #17a2b8; 
    --white: #fff; 
    --gray: #6c757d; 
    --gray-dark: #343a40; 
    --primary: #007bff; 
    --secondary: #6c757d; 
    --success: #28a745; 
    --info: #17a2b8; 
    --warning: #ffc107; 
    --danger: #dc3545; 
    --light: #f8f9fa; 
    --dark: #343a40; 
    --breakpoint-xs: 0; 
    --breakpoint-sm: 576px; 
    --breakpoint-md: 768px; 
    --breakpoint-lg: 992px; 
    --breakpoint-xl: 1200px; 
    --font-family-sans-serif: -apple-system,BlinkMacSystemFont,"Segoe UI",Roboto,"Helvetica Neue",Arial,sans-serif,"Apple Color Emoji","Segoe UI Emoji","Segoe UI Symbol"; 
    --font-family-monospace: SFMono-Regular,Menlo,Monaco,Consolas,"Liberation Mono","Courier New",monospace;
} 

.row { 
    display: -webkit-box; 
    display: -ms-flexbox; 
    display: flex; 
    -ms-flex-wrap: wrap; 
    flex-wrap: wrap; 
    margin-right: -15px; 
    margin-left: -15px;
} 

.animated { 
    -webkit-animation-duration: 1s; 
    animation-duration: 1s; 
    -webkit-animation-fill-mode: both; 
    animation-fill-mode: both;
} 

.fadeInDown { 
    -webkit-animation-name: fadeInDown; 
    animation-name: fadeInDown;
} 

.col, .col-1, .col-10, .col-11, .col-12, .col-2, .col-3, .col-4, .col-5, .col-6, .col-7, .col-8, .col-9, .col-auto, .col-lg, .col-lg-1, .col-lg-10, .col-lg-11, .col-lg-12, .col-lg-2, .col-lg-3, .col-lg-4, .col-lg-5, .col-lg-6, .col-lg-7, .col-lg-8, .col-lg-9, .col-lg-auto, .col-md, .col-md-1, .col-md-10, .col-md-11, .col-md-12, .col-md-2, .col-md-3, .col-md-4, .col-md-5, .col-md-6, .col-md-7, .col-md-8, .col-md-9, .col-md-auto, .col-sm, .col-sm-1, .col-sm-10, .col-sm-11, .col-sm-12, .col-sm-2, .col-sm-3, .col-sm-4, .col-sm-5, .col-sm-6, .col-sm-7, .col-sm-8, .col-sm-9, .col-sm-auto, .col-xl, .col-xl-1, .col-xl-10, .col-xl-11, .col-xl-12, .col-xl-2, .col-xl-3, .col-xl-4, .col-xl-5, .col-xl-6, .col-xl-7, .col-xl-8, .col-xl-9, .col-xl-auto { 
    position: relative; 
    width: 100%; 
    min-height: 1px; 
    padding-right: 15px; 
    padding-left: 15px;
} 

@media (min-width: 768px){     
.col-md-3 { 
    -webkit-box-flex: 0; 
    -ms-flex: 0 0 25%; 
    flex: 0 0 25%; 
    max-width: 25%; 
    flex-grow: 0; 
    flex-shrink: 0; 
    flex-basis: 25%;
} 
}     

@media (min-width: 992px){     
.col-lg-3 { 
    -webkit-box-flex: 0; 
    -ms-flex: 0 0 25%; 
    flex: 0 0 25%; 
    max-width: 25%; 
    flex-grow: 0; 
    flex-shrink: 0; 
    flex-basis: 25%;
} 
}     

.schedule-tab-title  { 
    margin-bottom: 35px;
} 

@media (min-width: 768px){     
.col-md-9 { 
    -webkit-box-flex: 0; 
    -ms-flex: 0 0 75%; 
    flex: 0 0 75%; 
    max-width: 75%; 
    flex-grow: 0; 
    flex-shrink: 0; 
    flex-basis: 75%;
} 
}     

@media (min-width: 992px){     
.col-lg-9 { 
    -webkit-box-flex: 0; 
    -ms-flex: 0 0 75%; 
    flex: 0 0 75%; 
    max-width: 75%; 
    flex-grow: 0; 
    flex-shrink: 0; 
    flex-basis: 75%;
} 
}     

.clearfix:after { 
    display: block; 
    clear: both; 
    content: "";
} 

.table-responsive { 
    display: block; 
    width: 100%; 
    overflow-x: auto; 
    -webkit-overflow-scrolling: touch; 
    -ms-overflow-style: -ms-autohiding-scrollbar;
} 

.schedule-tab-content .tab-content  { 
    /*box-shadow: 1px 3px 15px rgba(0, 0, 0, 0.1);*/
} 

dl, ol, ul { 
    margin-top: 0; 
    margin-bottom: 1rem;
} 

ul, ol { 
    list-style: outside none none; 
    margin: 0; 
    padding: 0; 
    list-style-position: outside; 
    list-style-image: none; 
    list-style-type: none; 
    margin-top: 0px; 
    margin-right: 0px; 
    margin-bottom: 0px; 
    margin-left: 0px; 
    padding-top: 0px; 
    padding-right: 0px; 
    padding-bottom: 0px; 
    padding-left: 0px;
} 

.nav { 
    display: -webkit-box; 
    display: -ms-flexbox; 
    display: flex; 
    -ms-flex-wrap: wrap; 
    flex-wrap: wrap; 
    padding-left: 0; 
    margin-bottom: 0; 
    list-style: none; 
    list-style-position: initial; 
    list-style-image: initial; 
    list-style-type: none;
} 

.nav-tabs { 
    border-bottom: 1px solid #dee2e6; 
    border-bottom-width: 1px; 
    border-bottom-style: solid; 
    border-bottom-color: rgb(222, 226, 230);
} 

.nav-tabs { 
    border-bottom: 0px; 
    border-bottom-width: 0px; 
    border-bottom-style: initial; 
    border-bottom-color: initial;
} 

.schedule-tab-title .nav-tabs  { 
 /*   background: #404040!important;*/ 
    background-image: initial !important; 
    background-position-x: initial !important; 
    background-position-y: initial !important; 
    background-size: initial !important; 
    background-repeat-x: initial !important; 
    background-repeat-y: initial !important; 
    background-attachment: initial !important; 
    background-origin: initial !important; 
    background-clip: initial !important; 
    /*background-color: rgb(64, 64, 64)*/ !important;
} 

.schedule-tab-title .nav-tabs  { 
    background: #ffffff; 
    background-image: initial; 
    background-position-x: initial; 
    background-position-y: initial; 
    background-size: initial; 
    background-repeat-x: initial; 
    background-repeat-y: initial; 
    background-attachment: initial; 
    background-origin: initial; 
    background-clip: initial; 
    background-color: rgb(255, 255, 255);
} 

.fade { 
    opacity: 0; 
    transition: opacity .15s linear; 
    transition-duration: 0.15s; 
    transition-timing-function: linear; 
    transition-delay: 0s; 
    transition-property: opacity;
} 

.fade.show { 
    opacity: 1;
} 

.tab-content > .tab-pane  { 
    display: none;
} 

.tab-content > .active  { 
    display: block;
} 

ul li , li  { 
    list-style: none; 
    list-style-position: initial; 
    list-style-image: initial; 
    list-style-type: none;
} 

.nav-tabs .nav-item  { 
    margin-bottom: -1px;
} 

a { 
    color: #007bff; 
    text-decoration: none; 
    background-color: transparent; 
    -webkit-text-decoration-skip: objects; 
    text-decoration-line: none; 
    text-decoration-thickness: initial; 
    text-decoration-style: initial; 
    text-decoration-color: initial;
} 

a { 
    -webkit-transition: all 0.2s linear; 
    -moz-transition: all 0.2s linear; 
    -o-transition: all 0.2s linear; 
    transition: all 0.2s linear; 
    transition-duration: 0.2s; 
    transition-timing-function: linear; 
    transition-delay: 0s; 
    transition-property: all;
} 

.nav-link { 
    display: block; 
    padding: .5rem 1rem; 
    padding-top: 0.5rem; 
    padding-right: 1rem; 
    padding-bottom: 0.5rem; 
    padding-left: 1rem;
} 

.events-year { 
    background-color: #191919!important;
} 

.nav-tabs .nav-link  { 
    border: 1px solid transparent; 
    border-top-left-radius: .25rem; 
    border-top-right-radius: .25rem; 
    border-top-width: 1px; 
    border-right-width: 1px; 
    border-bottom-width: 1px; 
    border-left-width: 1px; 
    border-top-style: solid; 
    border-right-style: solid; 
    border-bottom-style: solid; 
    border-left-style: solid; 
    border-top-color: transparent; 
    border-right-color: transparent; 
    border-bottom-color: transparent; 
    border-left-color: transparent; 
    border-image-source: initial; 
    border-image-slice: initial; 
    border-image-width: initial; 
    border-image-outset: initial; 
    border-image-repeat: initial;
} 

.events-year.active { 
    background-color: #404040!important; 
    border: 1px solid #404040!important; 
    border-top-width: 1px !important; 
    border-right-width: 1px !important; 
    border-bottom-width: 1px !important; 
    border-left-width: 1px !important; 
    border-top-style: solid !important; 
    border-right-style: solid !important; 
    border-bottom-style: solid !important; 
    border-left-style: solid !important; 
    border-top-color: rgb(64, 64, 64) !important; 
    border-right-color: rgb(64, 64, 64) !important; 
    border-bottom-color: rgb(64, 64, 64) !important; 
    border-left-color: rgb(64, 64, 64) !important; 
    border-image-source: initial !important; 
    border-image-slice: initial !important; 
    border-image-width: initial !important; 
    border-image-outset: initial !important; 
    border-image-repeat: initial !important;
} 

.nav-link , .nav-tabs .nav-link.active  { 
    color: #495057; 
    background-color: #fff; 
    border-color: #dee2e6 #dee2e6 #fff; 
    border-top-color: rgb(222, 226, 230); 
    border-right-color: rgb(222, 226, 230); 
    border-bottom-color: rgb(255, 255, 255); 
    border-left-color: rgb(222, 226, 230);
} 

.schedule-tab-title .nav-tabs .nav-link  { 
    border-radius: 0px; 
    position: relative; 
    cursor: pointer; 
    height: 90px; 
    width: 255px; 
    border-bottom: 1px solid #e5e5e5; 
    transition: all 500ms ease; 
    padding: 20px 20px; 
    border-top-left-radius: 0px; 
    border-top-right-radius: 0px; 
    border-bottom-right-radius: 0px; 
    border-bottom-left-radius: 0px; 
    border-bottom-width: 1px; 
    border-bottom-style: solid; 
    border-bottom-color: rgb(229, 229, 229); 
    transition-duration: 500ms; 
    transition-timing-function: ease; 
    transition-delay: 0s; 
    transition-property: all; 
    padding-top: 20px; 
    padding-right: 20px; 
    padding-bottom: 20px; 
    padding-left: 20px;
} 

.schedule-tab-title .nav-tabs .nav-link  { 
    border-bottom: 1px solid #191919; 
    border-bottom-width: 1px; 
    border-bottom-style: solid; 
    border-bottom-color: rgb(25, 25, 25);
} 

.nav-link , .schedule-tab-title .nav-tabs .nav-link.active , .nav-link:hover  { 
    background: #82B1FF; 
    border: 1px solid #82B1FF; 
    transition: all 0.3s ease-in-out 0s; 
    -moz-transition: all 0.3s ease-in-out 0s; 
    -webkit-transition: all 0.3s ease-in-out 0s; 
    -o-transition: all 0.3s ease-in-out 0s; 
    background-image: initial; 
    background-position-x: initial; 
    background-position-y: initial; 
    background-size: initial; 
    background-repeat-x: initial; 
    background-repeat-y: initial; 
    background-attachment: initial; 
    background-origin: initial; 
    background-clip: initial; 
    background-color: rgb(130, 177, 255); 
    border-top-width: 1px; 
    border-right-width: 1px; 
    border-bottom-width: 1px; 
    border-left-width: 1px; 
    border-top-style: solid; 
    border-right-style: solid; 
    border-bottom-style: solid; 
    border-left-style: solid; 
    border-top-color: rgb(130, 177, 255); 
    border-right-color: rgb(130, 177, 255); 
    border-bottom-color: rgb(130, 177, 255); 
    border-left-color: rgb(130, 177, 255); 
    border-image-source: initial; 
    border-image-slice: initial; 
    border-image-width: initial; 
    border-image-outset: initial; 
    border-image-repeat: initial; 
    transition-duration: 0.3s; 
    transition-timing-function: ease-in-out; 
    transition-delay: 0s; 
    transition-property: all;
} 

.card { 
    position: relative; 
    display: -webkit-box; 
    display: -ms-flexbox; 
    display: flex; 
    -webkit-box-orient: vertical; 
    -webkit-box-direction: normal; 
    -ms-flex-direction: column; 
    flex-direction: column; 
    min-width: 0; 
    word-wrap: break-word; 
    background-color: #fff; 
    background-clip: border-box; 
    border: 1px solid rgba(0,0,0,.125); 
    border-radius: .25rem; 
    overflow-wrap: break-word; 
    border-top-width: 1px; 
    border-right-width: 1px; 
    border-bottom-width: 1px; 
    border-left-width: 1px; 
    border-top-style: solid; 
    border-right-style: solid; 
    border-bottom-style: solid; 
    border-left-style: solid; 
    border-top-color: rgba(0, 0, 0, 0.125); 
    border-right-color: rgba(0, 0, 0, 0.125); 
    border-bottom-color: rgba(0, 0, 0, 0.125); 
    border-left-color: rgba(0, 0, 0, 0.125); 
    border-image-source: initial; 
    border-image-slice: initial; 
    border-image-width: initial; 
    border-image-outset: initial; 
    border-image-repeat: initial; 
    border-top-left-radius: 0.25rem; 
    border-top-right-radius: 0.25rem; 
    border-bottom-right-radius: 0.25rem; 
    border-bottom-left-radius: 0.25rem;
} 

.card { 
    /*background: #191919!important; */
    background-image: initial !important; 
    background-position-x: initial !important; 
    background-position-y: initial !important; 
    background-size: initial !important; 
    background-repeat-x: initial !important; 
    background-repeat-y: initial !important; 
    background-attachment: initial !important; 
    background-origin: initial !important; 
    background-clip: initial !important; 
    /*background-color: rgb(25, 25, 25) !important;*/
} 

.schedule-tab-content .card  { 
    border: none; 
    border-top-width: initial; 
    border-right-width: initial; 
    border-bottom-width: initial; 
    border-left-width: initial; 
    border-top-style: none; 
    border-right-style: none; 
    border-bottom-style: none; 
    border-left-style: none; 
    border-top-color: initial; 
    border-right-color: initial; 
    border-bottom-color: initial; 
    border-left-color: initial; 
    border-image-source: initial; 
    border-image-slice: initial; 
    border-image-width: initial; 
    border-image-outset: initial; 
    border-image-repeat: initial;
} 

h1, h2, h3, h4, h5, h6 { 
    margin-top: 0; 
    margin-bottom: .5rem;
} 

.h1, .h2, .h3, .h4, .h5, .h6, h1, h2, h3, h4, h5, h6 { 
    margin-bottom: .5rem; 
    font-family: inherit; 
    font-weight: 500; 
    line-height: 1.2; 
    color: inherit;
} 

.h4, h4 { 
    font-size: 1.5rem;
} 

h1, h2, h3, h4 { 
    font-size: 36px; 
    font-weight: 700; 
    font-family: 'Josefin Sans', sans-serif;
} 

.schedule-tab-title .item-text h4  { 
    font-size: 15px; 
    color: #2f323c; 
    line-height: 22px; 
    font-weight: 400; 
    text-transform: uppercase;
} 

.schedule-tab-title .item-text h4  { 
    color: #bbb;
} 

.nav-link h4 , .schedule-tab-title .nav-tabs .nav-link.active h4 , .nav-link:hover h4  { 
    color: #fff;
} 

.card-header { 
    padding: .75rem 1.25rem; 
    margin-bottom: 0; 
    background-color: rgba(0,0,0,.03); 
    border-bottom: 1px solid rgba(0,0,0,.125); 
    padding-top: 0.75rem; 
    padding-right: 1.25rem; 
    padding-bottom: 0.75rem; 
    padding-left: 1.25rem; 
    border-bottom-width: 1px; 
    border-bottom-style: solid; 
    border-bottom-color: rgba(0, 0, 0, 0.125);
} 

.card-header:first-child { 
    border-radius: calc(.25rem - 1px) calc(.25rem - 1px) 0 0; 
    border-top-left-radius: calc(0.25rem - 1px); 
    border-top-right-radius: calc(0.25rem - 1px); 
    border-bottom-right-radius: 0px; 
    border-bottom-left-radius: 0px;
} 

.card-header  { 
    background: #191919!important; 
    border-bottom: 1px solid black!important; 
    background-image: initial !important; 
    background-position-x: initial !important; 
    background-position-y: initial !important; 
    background-size: initial !important; 
    background-repeat-x: initial !important; 
    background-repeat-y: initial !important; 
    background-attachment: initial !important; 
    background-origin: initial !important; 
    background-clip: initial !important; 
    background-color: rgb(25, 25, 25) !important; 
    border-bottom-width: 1px !important; 
    border-bottom-style: solid !important; 
    border-bottom-color: black !important;
} 

.card-header  { 
    border: none; 
    cursor: pointer; 
    background: #fff; 
    border-bottom: 1px solid #ddd; 
    border-top-width: initial; 
    border-right-width: initial; 
    border-left-width: initial; 
    border-top-style: none; 
    border-right-style: none; 
    border-left-style: none; 
    border-top-color: initial; 
    border-right-color: initial; 
    border-left-color: initial; 
    border-image-source: initial; 
    border-image-slice: initial; 
    border-image-width: initial; 
    border-image-outset: initial; 
    border-image-repeat: initial; 
    background-image: initial; 
    background-position-x: initial; 
    background-position-y: initial; 
    background-size: initial; 
    background-repeat-x: initial; 
    background-repeat-y: initial; 
    background-attachment: initial; 
    background-origin: initial; 
    background-clip: initial; 
    background-color: rgb(255, 255, 255); 
    border-bottom-width: 1px; 
    border-bottom-style: solid; 
    border-bottom-color: rgb(221, 221, 221);
} 

.card-header .images-box  { 
    width: 70px; 
    height: 70px; 
    float: left; 
    margin-right: 20px;
} 

.card-header .time { 
    color: #ddd!important;
} 

.card-header .time  { 
    color: #bbb; 
    font-size: 13px; 
    margin-bottom: 5px;
} 

.card-header .time  { 
    color: #777777; 
    font-size: 13px; 
    margin-bottom: 5px;
} 

a:hover { 
    color: #0056b3; 
    text-decoration: underline; 
    text-decoration-line: underline; 
    text-decoration-thickness: initial; 
    text-decoration-style: initial; 
    text-decoration-color: initial;
} 

a:hover { 
    text-decoration: none; 
    text-decoration-line: none; 
    text-decoration-thickness: initial; 
    text-decoration-style: initial; 
    text-decoration-color: initial;
} 

.h5, h5 { 
    font-size: 1.25rem;
} 

.card-header .name  { 
    color: #ddd;
} 

.card-header .name  { 
    position: relative; 
    font-size: 14px; 
    color: #ddd; 
    font-weight: 500; 
    display: inline-block; 
    margin-bottom: 5px;
} 

img { 
    vertical-align: middle; 
    border-style: none; 
    border-top-style: none; 
    border-right-style: none; 
    border-bottom-style: none; 
    border-left-style: none;
} 

.img-fluid { 
    max-width: 100%; 
    height: auto;
} 

.card-header .images-box img  { 

} 

.card-header h4  { 
    color: #bbb;
} 

.card-header h4  { 
    font-weight: 700; 
    font-size: 18px; 
    color: #ddd; 
    margin-bottom: 8px;
    margin-top: 8px;
} 
.events-year{
    background-color: #12324A!important;
    border: 1px solid #12324A!important;
}
.events-year.active{
    background-color: #2F6188!important;
    border: 1px solid #2F6188!important;
}
.events-year:hover {
    background-color: #2F6188!important;
    border: 1px solid #2F6188!important;
}
.card-header {
    background: #2F6188!important;
    border-bottom: 1px solid #2F6188!important;
}
.schedule-area{
    text-align:left;
}
.images-box {
    display: flex;
    justify-content: center;
    align-items: center;
}


.schedule-tab-content .tab-content{
	border-radius: 5px;
}
.schedule-tab-content .tab-content:first-child .card-header{
	border-radius: 5px;
}
.schedule-tab-content .tab-content:first-child .card{
	border-radius: 5px;
}

.card div{
    margin-bottom: 1px;
}