.v-app-bar{
    display: flex !important;
    justify-content: center !important;
    align-items: center !important;
}

.v-app-bar > .v-toolbar__content{
    width: 1440px !important;
}

.page-top{
    height:100px !important;
}

.text-main{
    font-size: 20px !important;
}

.text-smaller {
    font-size: 15px !important;
}

.top-action {
    padding-top: 15px !important;
}


.header {
    position: relative;
    text-align: center;
    color: #fff; /* Text color */
}

/* Style for the background image */
.header-image {
    width: 100%;
    height: auto;
    opacity: 0.7; /* Adjust the opacity as needed */
}

/* Style for the overlay */
.overlay {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-color: rgba(0, 0, 0, 0.65); /* Adjust the overlay color and opacity as needed */
}

/* Style for the text inside the header */
.header-text {
    position: absolute;
    top: 30%;
    left: 50%;
    transform: translate(-50%, -50%);

    color: #fff;
}

.header-text h1{
    font-size: 76px;
}

@media(max-width:1250px){
    .header-text h1{
        font-size: 54px;
    }

    .header-text {
        font-size: 54px !important;
    }
}

@media(max-width:920px){
    .header-text h1{
        font-size: 48px;
    }

    .header-text {
        font-size: 48px !important;
    }
}

@media(max-width:720px){
    .header-text h1{
        font-size: 24px;
    }

    .header-text {
        font-size: 24px !important;
    }
}

@media(min-width: 1200px){
    .v-window__next{
        position: absolute !important;
        top: 200px !important;
    }

    .v-window__prev{
        position: absolute !important;
        top: 200px !important;
    }
}

/* Define a container for the columns */
.columns-container {
    margin-top: -25px !important;
    z-index: 10;
    max-width: 1440px;
    width: 100%;
    margin: 0 auto;
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
}

.columns-container2 {
    margin-top: 40px !important;
    z-index: 8;
    max-width: 1440px;
    width: 100%;
    margin: 0 auto;
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
}

/* Style each column */
.column {
    cursor: pointer;
    flex: 0 0 calc(33.33%);
    height: 110px;
    padding: 10px;
    background-color: #f1f1f1;
    border: 0px solid #0d4291;
    box-sizing: border-box;
    display: flex;
    align-items: center;
    position: relative;
}

/* Style each column */
.column2 {
    flex: 0 0 calc(33.33%);
    height: 110px;
    padding: 10px;
    background-color: white; /*#F6F6F6;*/
    border: 0px solid #0d4291;
    box-sizing: border-box;
    display: flex;
    align-items: center;
    position: relative;
}

/* Add spacing between columns */
.column + .column {
    margin-left: 0;
}

/* Icon style (for example, using Font Awesome) */
.column i {
    margin-right: 30px;
    font-size: 48px;
    margin-left: 30px;
    color: white;
}

.column p {
    color: white;
}

/* Style for the text within each column */
.column-text {
    display: flex;
    flex-direction: column;
    padding-top: 15px;
    color: white;
}

.column-text2 {
    display: flex;
    flex-direction: column;
    padding-top: 15px;
    color: #383838;
}



.column2 i {
    margin-right: 30px;
    font-size: 48px;
    margin-left: 30px;
    color: #0d4291;
}

.column2 p {
    color: #383838;
}

.column2 h2 {
    font-size: 22px;
}


.c1 {
    background-color: #0a53be;
}

.c2 {
    background-color: #0d4291;
}

.c3 {
    background-color: #062148;
}

.calendar-dropdown {
    display: none;
    position: absolute;
    top: 100%;
    left: 0;
    width: 100%;
    background-color: #fff;
    border: 1px solid #ddd;
    box-shadow: 0 2px 5px rgba(0, 0, 0, 0.1);
    z-index: 1;
}

.calday-dropdown {
    display: none;
    position: absolute;
    color: black;
    width: 400px;
    background-color: #fff;
    border: 1px solid #ddd;
    box-shadow: 0 2px 5px rgba(0, 0, 0, 0.1);
    z-index: 2;
    padding: 5px 5px 5px 5px;
}


.column:hover .calendar-dropdown {
    display: block;
}

.calDayHasEv:hover .calday-dropdown {
    display: block;
}

.calNavBtn{
    color:white;
}

.celEvDiv{
    display: inline-block;
    margin-bottom: 5px;
}



.celEvDiv a{
    display: inline-block;
}

.celEvDiv span{
    font-size: smaller;
    display: inline-block;
}



/* Responsive media query for smaller screens */
@media (max-width: 768px) {
    .columns-container {
        flex-direction: column;
    }
    .columns-container2 {
        flex-direction: column;
    }
    .column {
        /*flex: 0 0 calc(100%);*/
        width:100%;
    }
    .column2 {
        /*flex: 0 0 calc(100%);*/
        width:100%;
    }
    .image-container{
        flex-direction: column;
    }
    .image-container{
        width:100%;
    }
    /*
    .header{
        height:220px;
    }
    .header-image{
        height:220px;
    }
    */
    .header-text h1{
        font-size: smaller;
    }
}


/* Define a container for the calendar */
.calendar {
    border: 0px;
    background-color: #F9FBFD;
}

/* Style for the calendar header */
.calendar-header {
    background-color: #007BFF; /* Header background color */
    color: #fff; /* Header text color */
    padding: 10px;
    text-align: center;
}

/* Style for the calendar table */
.calendar-table {
    width: 100%;
    border-collapse: collapse;
}

.calendar-table th,
.calendar-table td {
    border: 1px solid #ddd;
    padding: 10px;
    text-align: center;
    color: #1f1f1f;
}

.calendar-table td.calDayHasEv{
    background-color: #0a58ca;
    color: white;
}

.calendar-table th{
    background-color: silver;
}

/* Style for the current day */
.current-day {
    background-color: #007BFF; /* Current day background color */
    color: #fff; /* Current day text color */
}

.fcrse_1 {
    min-height: 260px;
}

.fcrse_1{
    border-bottom: 0px !important;
}

.fcrse_13{
    border-bottom: 0px !important;
}

.image-container {
    max-width: 1440px;
    margin: 20px auto;
    display: flex;
    justify-content: space-between;
    width: 100%;
}

.image-column {
    flex: 0 0 calc(20%); /* Adjust the width and spacing */
    box-sizing: border-box;
    border: 0px;
    max-width: 480px; /* Set the maximum width for each column */
}

.image-wrapper {
    text-align: center;
    padding: 20px;
}

.image-wrapper img {
    max-width: 100%;
    height: 157px;
    display: block;
    margin: 0 auto;
}

.crse14s{
    font-size:21px !important;
}

.newsbrowser .btn_div{
    position:relative;
    bottom: -5px;
}

.newsbrowser .fcrse_content{
    margin-bottom:0px !important;
}

.newsbrowser .fcrse_1{
    padding-bottom:0px !important;
}

.newscnt em{
    font-style: italic;
}

@font-face {
    font-family: 'Catamaran';
    font-style: normal;
    font-weight: 400;
    src: url(https://fonts.gstatic.com/s/catamaran/v19/o-0bIpQoyXQa2RxT7-5B6Ryxs2E_6n1iPHjd5bjdu2ui.woff2) format('woff2');
    unicode-range: U+0964-0965, U+0B82-0BFA, U+200C-200D, U+20B9, U+25CC;
}
/* latin-ext */
@font-face {
    font-family: 'Catamaran';
    font-style: normal;
    font-weight: 400;
    src: url(https://fonts.gstatic.com/s/catamaran/v19/o-0bIpQoyXQa2RxT7-5B6Ryxs2E_6n1iPHjd5aDdu2ui.woff2) format('woff2');
    unicode-range: U+0100-02AF, U+0304, U+0308, U+0329, U+1E00-1E9F, U+1EF2-1EFF, U+2020, U+20A0-20AB, U+20AD-20CF, U+2113, U+2C60-2C7F, U+A720-A7FF;
}
/* latin */
@font-face {
    font-family: 'Catamaran';
    font-style: normal;
    font-weight: 400;
    src: url(https://fonts.gstatic.com/s/catamaran/v19/o-0bIpQoyXQa2RxT7-5B6Ryxs2E_6n1iPHjd5a7duw.woff2) format('woff2');
    unicode-range: U+0000-00FF, U+0131, U+0152-0153, U+02BB-02BC, U+02C6, U+02DA, U+02DC, U+0304, U+0308, U+0329, U+2000-206F, U+2074, U+20AC, U+2122, U+2191, U+2193, U+2212, U+2215, U+FEFF, U+FFFD;
}

html, body, div, span, applet, object, iframe, h1, h2, h3, h4, h5, h6, p, blockquote, pre, a,
abbr, acronym, address, big, cite, code, del, dfn, em, img, ins, kbd, q, s, samp, small,
strike, strong, sub, sup, tt, var, b, u, center, dl, dt, dd, ol, ul, li, fieldset, form,
label, legend, table, caption, tbody, tfoot, thead, tr, th, td, article, aside, canvas,
details, embed, figure, figcaption, footer, header, hgroup, menu, nav, output, ruby, section,
summary, time, mark, audio, video {
    font-family: Catamaran !important;
}

#facebook-anchor {
    position: fixed;
    top: 50%; /* Adjust as needed */
    right: 0; /* Stick to the left window edge */
    transform: translateY(-50%);
    z-index: 1000; /* Ensure it's above other content */
    background-color: white; /* White background */
    padding: 10px 20px; /* Add padding */
    border: 2px solid #1877F2; /* Facebook-like border color */
    border-right: none; /* No border on right side */
    border-radius: 25px 0 0 25px; /* Rounded corners on right side */
    box-shadow: 0 4px 8px rgba(0, 0, 0, 0.1); /* Optional: Add shadow */
    transition: all 0.3s ease; /* Smooth transition for hover effect */
}

#facebook-anchor img {
    width: 50px; /* Adjust size as needed */
    height: auto;
}

#facebook-anchor:hover {
    box-shadow: 0 8px 16px rgba(0, 0, 0, 0.2); /* Slightly larger shadow on hover */
}
