.fc-calendar-container { position: relative;  width: 100%;margin-bottom: 20px; } .fc-calendar { width: 100%; } .fc-calendar .fc-head { height:28px; line-height:22px; color: #0E406A;margin-bottom: 35px; } .fc-calendar .fc-body { position: relative; width: 100%;} .fc-calendar .fc-row { width: 100%; border-bottom: 1px solid #ececec; } .fc-four-rows .fc-row  { height: 25%; } .fc-five-rows .fc-row  { /*height: 20%;*/ height: 19.59%; } .fc-six-rows .fc-row { height: 16.66%; height: calc(100%/6); } .fc-calendar .fc-row > div, .fc-calendar .fc-head > div { float: left; height: 100%; width:  14%; /* 100% / 7 */ width: calc(100%/7); position: relative; } /* IE 9 is rounding up the calc it seems */ .ie9 .fc-calendar .fc-row > div, .ie9 .fc-calendar .fc-head > div { width:  14.2%; } .fc-calendar .fc-row > div { border-right: 1px solid #ececec; padding: 4px; position: relative; } .fc-calendar .fc-head > div { text-align: center; color: #0E406A; font-weight: 800; font-size: 19px; text-transform: uppercase; line-height: normal; } .fc-calendar .fc-row > div > span.fc-date { position: absolute; width: 30px; height: 20px; font-size: 12px; line-height: 20px; font-weight: 700; color: #ddd; text-shadow: 0 -1px 0 rgba(255,255,255,0.8); bottom: 5px; right: 5px; text-align: right; } .fc-calendar .fc-row > div > span.fc-weekday { padding-left: 5px; display: none; } .fc-calendar .fc-row > div.fc-today { border: 1px dashed var(--navyblue); border-radius: 100%; } .fc-calendar .fc-row > div.fc-out { opacity: 0.6; } .fc-calendar .fc-row > div:last-child, .fc-calendar .fc-head > div:last-child { border-right: none; }

/* Calendar Css Start  */
.calendar {
    position: absolute;
    bottom: 11%;
    left: 0;
    right: 0;
}
.calendar .calendar-wrap {
    position: relative;
    z-index: 2;
    width: 54%;
    margin-left: auto;
    max-width: 650px;
    background-color: var(--sky);
    padding: 25px 20px 25px;
}
.calendar .calendar-block {
    max-width: 450.82px;
    margin-left: auto; margin-right: auto;
}
.calendar .custom-month{
    margin-bottom: 0;
    color: var(--navyblue);
    font-size: 55px;
    font-weight: 400;
    letter-spacing: 1.1px;
    line-height: 1;
}
.calendar .custom-year{
    color: #0E406A;
    font-size: 29.824px;
    font-weight: 500;
    line-height: normal;
    letter-spacing: 1.491px;
    margin-bottom: 0;
    margin-top: 10px;
}
.calendar .calendaer-heading{
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
    margin-bottom: 40px;
}
.calendar .fc-calendar .fc-body .fc-row{
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    height: 60px;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
}
.calendar .fc-calendar .fc-row > div{
    height: 42px;
    max-width: 42px;
}
.calendar .fc-calendar .fc-row > div > span.fc-date {
    font-weight: 400;
    font-size: 19px;
    text-align: center;
    bottom: auto;
    top: 50%;
    -webkit-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    transform: translateY(-50%);
    left: 0;
    right: 0;
    margin: 0 auto;
    text-shadow: none;
    color: var(--navyblue);
    line-height: normal;
}
.calendar-nav .btn-icon{
    background-color: var(--white);
    border: 1px solid var(--yellow);
    width: 56.08px;
    height: 56.08px;
    position: relative;
    border-radius: 100%;
    display: -webkit-inline-box;
    display: -ms-inline-flexbox;
    display: inline-flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    -webkit-transition: var(--transition);
    -o-transition: var(--transition);
    transition: var(--transition);
}
.calendar-nav .btn-icon img{
    -webkit-filter: var(--filter);
            filter: var(--filter);
    width: 15.405px;
    height: 26.458px;
}
.calendar-nav .btn-icon.prev img{
    -webkit-transform: rotate(180deg);
        -ms-transform: rotate(180deg);
            transform: rotate(180deg);
}
.calendar-nav .btn-icon.prev{
    margin-right: 15px;
}
.calendar-nav .btn-icon:hover{
    background-color: var(--yellow);
}
.calendar-nav .btn-icon:hover img{
    -webkit-filter: brightness(0) invert(1);
            filter: brightness(0) invert(1);
}
.fc-calendar .fc-row > div.fc-content {
    background-color: var(--yellow);
}
.fc-content-tooltip {
    position: absolute;
    display: none;
    padding: 8px;
    bottom: calc(100% + 13px);
    z-index: 1;
    left: 50%;
    min-width: 135px;
    min-height: 35px;
    text-align: center;
    background-color: var(--white);
    margin-top: 0;
    cursor: pointer;
    font-size: 12px;
    line-height: normal;
    color: #000;
    font-weight: 300;
    -webkit-transform: translate(-50%, 0%);
        -ms-transform: translate(-50%, 0%);
            transform: translate(-50%, 0%);
    border-radius: 3px;
    -webkit-filter: drop-shadow(-4px 4px 4px rgba(0, 0, 0, 0.20));
            filter: drop-shadow(-4px 4px 4px rgba(0, 0, 0, 0.20));
}
.fc-content-tooltip::after {
    content: ''; 
    position: absolute; 
    bottom: -10px; 
    left: 50%;
    -webkit-transform: translate(-50%, 0);
        -ms-transform: translate(-50%, 0);
            transform: translate(-50%, 0);
    width: 0px; 
    height: 0px; 
    border-left: 8px solid transparent;
    border-right: 8px solid transparent;
    border-top: 10px solid var(--white);
}
/* Calendar Css End  */

/* Event List Section Css Start  */
.event-calendar-section {
    margin-top: 30px; margin-bottom: 140px;
}
.event-calendar-section .col-left,
.event-calendar-section .col-right{
    width: 50%;
    padding-left: 40px; padding-right: 40px;
}
.event-calendar-section .event-row,.event-calendar-section .event-calendar-nav,.event-calendar-section .calendar-nav-bottom{
    margin-left: -40px; margin-right: -40px;
}
.event-calendar-section .event-row .col-left{
    border-right: 1px solid var(--sky);
}
.event-calendar-section .row{
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
}
.event-calendar-nav{
    margin-bottom: 70px;
}
.event-calendar-nav .col-right{
    text-align: right;
}
.event-calendar-nav .calendar-nav{
    margin-left: auto;
}
.event-calendar-nav .term-date {
    color: var(--navyblue);
    font-size: 20px;
    font-weight: 400;
    letter-spacing: 1px;
    font-family: 'IvyPresto Headline';
    background-color: var(--sky);
    padding: 22px 40px;
    min-width: 380px;
    text-align: left;
    background-repeat: no-repeat;
    background-position: calc(100% - 27px) 50%;
}
.event-calendar-nav .term-date:hover{
    background-image: url(../images/arrow.svg);
    background-size: 15px;
}
.event-calendar-list-box .img-wrapper {
    position: relative;
    padding-top: 70%;
}
.event-calendar-list-box .img-wrapper.overlay::before,
.event-popup .img-wrapper.overlay::before{
    background: -webkit-gradient(linear, left top, left bottom, color-stop(50%, rgba(0, 0, 0, 0)), to(rgba(0, 0, 0, 0.4)));
    background: -o-linear-gradient(top, rgba(0, 0, 0, 0) 50%, rgba(0, 0, 0, 0.4) 100%);
    background: linear-gradient(180deg, rgba(0, 0, 0, 0) 50%, rgba(0, 0, 0, 0.4) 100%);
    z-index: 1;
}
.event-calendar-section .event-calendar-col{
    width: 100%;
}
.event-calendar-section .event-calendar-col.small{
    width: 50%;
}
.event-calendar-list-box .img-wrapper img{
    position: absolute;
    left: 0;
    top: 0;
    height: 100%;
    width: 100%;
    -o-object-fit: cover;
       object-fit: cover;
}
.event-img-box {
    position: relative;
}
.event-calendar-col .event-date-box,
.event-popup.standard .event-date-box {
    position: absolute;
    left: 0;
    bottom: 0;
    color: var(--white);
    width: 100%;
    padding: 35px 40px;
    -webkit-column-gap: 30px;
       -moz-column-gap: 30px;
            column-gap: 30px;
    -ms-flex-wrap: nowrap;
    flex-wrap: nowrap;
    margin-bottom: 0;
    z-index: 2;
}
.event-calendar-col:not(.small) .event-date-box img{
    flex-shrink: 0;
}
.event-calendar-col .event-calendar-list-box{
    height: 100%;
    position: relative;
    z-index: 1;
}
.event-calendar-col .event-calendar-list{
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    height: 100%;
}
.event-calendar-col .event-calendar-list .event-img-box{
    -webkit-box-flex: 0;
        -ms-flex: 0 0 auto;
            flex: 0 0 auto;
}
.event-calendar-list-box.green{
    background-color: var(--green);
}
.event-calendar-list-box.navyblue{
    background-color: var(--navyblue);
}
.event-calendar-col .event-list-content-box {
    padding: 23px 33px 35px 40px;
    -webkit-box-flex: 1;
        -ms-flex: 1;
            flex: 1;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
}
.event-calendar-col .event-list-content-box *:not(.btn,.addeventatc_dropdown span),
.single-event .event-list-content-box:not(.event-icon-btn span){
    color: var(--white);
}
.event-calendar-col .event-list-title{
    margin-bottom: 30px;
    line-height: normal;
    letter-spacing: 2px;
    font-size: 40px;
}
.event-time-location-box {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-column-gap: 15px;
       -moz-column-gap: 15px;
            column-gap: 15px;
    font-size: 14px;
    font-weight: 700;
    letter-spacing: 0.28px;
    line-height: normal;
}
.event-time-location-box:not(:last-child){
    margin-bottom: 15px;
}
.event-time-location-con {
    margin-bottom: 37px;
}
.event-calendar-col .desc p {
    line-height: 24px;
    font-weight: 400;
    letter-spacing: 0;
}
.event-calendar-col .learn-more-btn{
    margin-top: auto;
    padding-top: 50px;
    row-gap: 15px;
}
.event-calendar-section .addeventatc{
    margin-left: auto;
    background-color: transparent !important;
    padding: 0 !important;
    border: 0 !important;
    width: 35px;
    height: 36px;
    -webkit-box-shadow: none !important;
            box-shadow: none !important;
}
.addeventatc .addeventatc_icon{
    background-image: url(../images/calendar_plus.svg) !important;
    background-repeat: no-repeat;
    background-position: center;
    background-size: auto !important;
    top: 0 !important;
    left: 0 !important;
    width: 35px !important;
    height: 36px !important; 
}
.event-calendar-section .calendar-nav-bottom {
    margin-top: 85px;
}
.event-calendar-section .calendar-nav-bottom .col-left {
    text-align: right;
}
.event-calendar-section .month-title{
    font-weight: 400;
    line-height: 1;
    font-size: 57px;
    letter-spacing: 0;
    text-transform: uppercase;
    margin-bottom: 0;
}
.event-calendar-col .btn{
    color: var(--navyblue);
    padding: 11px 16px;
}
.event-calendar-col.small .event-date-box{
    font-size: 41px;
    font-weight: 400;
    line-height: 1;
    letter-spacing: 2.121px;
    padding: 22px;
    margin-bottom: 0;
    -webkit-column-gap: 18px;
       -moz-column-gap: 18px;
            column-gap: 18px;
}
.event-calendar-col.small .event-date-box img {
    max-width: 42px;
}
.event-calendar-col.small .event-list-content-box {
    padding: 16px 20px 20px;
}
.event-calendar-col.small .event-list-title{
    letter-spacing: 1.4px;
    font-size: 28px;
    font-weight: 400;
    line-height: 36px;
}
.single-event.event-calendar-list-box:not(:last-child){
    margin-bottom: 25px;
}
.single-event.event-calendar-list-box{
    background-color: var(--sky);
}
.single-event .event-calendar-list {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
}
.single-event .event-list-content-box{
    background-color: var(--navyblue);
    padding: 40px 50px 80px;
    width: 71%;
    position: relative;
    z-index: 1;
}
.single-event .event-list-content-box .addeventatc-selected{
    bottom: 0 !important;
    top: auto !important;
}
.single-event .event-date-icon {
    width: 29%;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    text-align: center;
    padding: 25px 15px;
    background-color: var(--sky);
}
.single-event .event-date-box h6 {
    color: var(--white);
    font-family: 'IvyPresto Headline';
    margin-top: -10px; margin-bottom: 5px;
    font-weight: 300;
    line-height: 120.4px;
    letter-spacing: 6.018px;
    font-size: 120px;
}
.single-event .event-date-box span {
    color: var(--navyblue);
    font-family: 'IvyPresto Headline';
    font-weight: 300;
    line-height: 28.366px;
    letter-spacing: 1.135px;
    font-size: 22.693px;
}
.single-event .event-list-title {
    line-height: 36px;
    letter-spacing: 1.4px;
    font-size: 28px;
    margin-bottom: 23px;
}
.event-calendar-section .single-event .addeventatc {
    right: 25px;
    position: absolute;
    bottom: 20px;
}
.single-event .event-time-location-con {
    margin-bottom: 10px;
}
.single-event .event-list-content-box>p{
    font-weight: 700;
    font-size: 14px;
}
.event-calendar-section .col-right .event-list-content-box .btn{
    border-color: var(--white);
    color: var(--white);
    min-width: 165px;
    padding: 11px 20px;
    position: absolute;
    bottom: 20px;
}
.event-calendar-section .col-right .event-list-content-box .btn:hover{
    color: var(--blue);
    border-color: var(--yellow);
    background-color: var(--yellow);
}
/* Event List Section Css End  */

/* Event Popup Css Start  */
.event-popup {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100vh;
    z-index: 10;
    background-color: rgba(255, 255, 255, 0.75);
    display: none;
    padding: 40px 15px;
}
.event-popup-wrapper {
    height: 100%;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    overflow-y: auto;
    padding: 15px;
}
.event-popup-body {
    -webkit-box-shadow: -3.31px 3.31px 9.92px 3.31px #00000026;
            box-shadow: -3.31px 3.31px 9.92px 3.31px #00000026;
    max-width: 950px;
    margin: auto;
    width: 100%;
    background-color: var(--white);
    position: relative;
}
.event-popup .event-list-content-box .btn{
    display: none;
}
.event-popup .content-wrap{
    max-width: 630px;
    margin-left: auto; margin-right: auto;
}
.event-popup .close-popup:not(:hover){
    background-color: transparent;
}
.event-popup .addeventatc {
    background: transparent!important;
    -webkit-box-shadow: none !important;
            box-shadow: none !important;
    border: 0;
    text-shadow: none;
    font-family: "Inter", sans-serif;
    color: var(--white)!important;
    font-weight: 700;
    font-size: 14px!important;
    letter-spacing: 0.02em;
    text-transform: uppercase;
    padding-left: 55px;
}
.event-popup .learn-more-btn {
    margin-top: 50px;
}
.event-popup .event-list-content-box{
    min-height: 300px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    -webkit-box-pack: end;
        -ms-flex-pack: end;
            justify-content: end;
    background-color: transparent;
}
.event-popup .single-event .event-date-box h6 {
    font-size: 150px;
    letter-spacing: 0.05em;
    margin-top: 3px; margin-bottom: 20px;
}
.event-popup .single-event .event-date-box span{
    font-size: 28px;
    letter-spacing: 0.05em; 
}
.event-popup .event-list-title{
    color: #0E406A;
    font-size: 40px;
    line-height: 45px;
    letter-spacing: 0;
    font-family: 'IvyPresto Headline';
    margin-top: 0; margin-bottom: 40px;
}
.event-popup .single-event.event-calendar-list-box{
    margin-bottom: 0;
    background-color: var(--navyblue);
}
.event-popup.green .single-event.event-calendar-list-box{
    background-color: var(--green);
}
.event-popup .fulltext-content {
    padding: 60px 30px;
}
.event-popup .content-wrap .btn {
    margin-top: 40px;
}
.event-popup.standard .event-img-box {
    width: 55%;
    -ms-flex-negative: 0;
        flex-shrink: 0;
}
.event-popup.standard .event-calendar-list-box .img-wrapper{
    padding-top: 64%;
    height: 100%;
}
.event-popup.standard .event-calendar-list .event-date-box{
    font-size: 55px;
    padding: 15px 30px;
    letter-spacing: 0.05em;
}
.event-popup.standard .event-calendar-list .event-date-box img{
    max-width: 55px;
}
.event-popup.standard .single-event.event-calendar-list-box{
    padding: 20px;
    background-color: var(--green);
}
/* Event Popup Css End  */

@media only screen and (max-width: 1440px) and (max-height: 767px){
    .event-banner.inner-banner-slider .bg-img {
        min-height: 768px;
    }
}
@media only screen and (max-width: 1440px) {
    /* Calendar Css Start  */
    .calendar{
        bottom: 30px;
    }
    .fc-calendar .fc-head{
        margin-bottom: 15px;
    }
    .calendar .calendaer-heading{
        margin-bottom: 30px;
    }
    .fc-calendar-container{
        margin-bottom: 10px;
    }
    .calendar .custom-month{
        font-size: 50px;
    }
    .calendar .fc-calendar .fc-body .fc-row{
        height: 58px;
    }
    .calendar .calendar-wrap{
        padding: 25px 20px 20px;
    }
    .calendar .calendar-wrap{
        width: 52%;
    }
    /* Calendar Css End  */

    /* Event List Section Css Start  */
    .event-calendar-col .event-date-box {
        padding: 30px;
    }
    .event-calendar-col .event-list-content-box{
        padding: 25px;
    }
    .event-calendar-col.small .event-date-box{
        -webkit-column-gap: 15px;
           -moz-column-gap: 15px;
                column-gap: 15px;
        font-size: 24px;
    }
    .event-calendar-col.small .event-date-box img {
        max-width: 30px;
    }   
    .event-calendar-col:not(.small) .event-date-box img {
        max-width: 50px;
        min-width: 50px;
        height: 47px;
        width: 50px;
    }     
    .event-calendar-col:not(.small) .event-date-box {
        font-size: 52px;
    }
    .single-event .event-date-box h6{
        font-size: 100px;
    }
    .single-event .event-list-content-box{
        padding: 30px 30px 80px 30px;
    }
    .event-calendar-section .col-left, .event-calendar-section .col-right{
        padding-left: 30px; padding-right: 30px;
    }
    .event-calendar-section .event-row, .event-calendar-section .event-calendar-nav, .event-calendar-section .calendar-nav-bottom {
        margin-left: -30px; margin-right: -30px;
    }
    /* Event List Section Css End  */

    /* Event Popup Css Start  */
    /* Event Popup Css End  */
}
@media only screen and (max-width: 1366px) {
    /* Calendar Css Start  */
    /* Calendar Css End  */

    /* Event List Section Css Start  */
    .single-event .event-date-box h6 {
        font-size: 80px;
    }
    .single-event .event-date-icon{
        width: 33%;
    }
    .single-event .event-list-content-box{
        width: 66.66%;
    }
    .event-calendar-col.small .event-date-box{
        font-size: 20px;
        padding: 20px;
        -webkit-column-gap: 10px;
           -moz-column-gap: 10px;
                column-gap: 10px;
    }
    .event-calendar-col.small .event-date-box img {
        max-width: 26px;
    }
    .event-calendar-col.small .event-list-title{
        font-size: 26px;
        line-height: 34px;
    }
    .event-calendar-section {
        margin-top: 30px; margin-bottom: 100px;
    }
    .event-calendar-section .col-left, .event-calendar-section .col-right {
        padding-left: 20px; padding-right: 20px;
    }
    .event-calendar-section .event-row, .event-calendar-section .event-calendar-nav, .event-calendar-section .calendar-nav-bottom {
        margin-left: -20px; margin-right: -20px;
    }
    .event-calendar-col .learn-more-btn{
        padding-top: 30px;
    }
    /* Event List Section Css End  */

    /* Event Popup Css Start  */
    /* Event Popup Css End  */
}
@media only screen and (max-width: 1199px) {
    /* Calendar Css Start  */
    /* Calendar Css End  */

    /* Event List Section Css Start  */
    .event-calendar-nav .term-date{
        padding: 20px 30px;
        min-width: 300px;
    }
    .event-calendar-section .month-title{
        font-size: 42px;
    }
    .event-calendar-section .event-row .col-left,
    .event-calendar-section .event-row .col-right{
        width: 100%;
    }
    .event-calendar-section .event-calendar-col {
        width: 66.66%;
    }
    .event-calendar-section .event-calendar-col.small {
        width: 33.33%;
    }
    .event-calendar-section .calendar-nav-bottom {
        margin-top: 60px;
    }
    .event-calendar-section {
        margin-top: 30px; margin-bottom: 70px;
    }
    .event-calendar-section .event-row .col-left {
        border-right: 0;
    }
    .event-calendar-section .addeventatc{
        width: 30px;
    }
    /* Event List Section Css End  */

    /* Event Popup Css Start  */
    .event-popup.standard .event-calendar-list .event-date-box{
        font-size: 48px;
    }
    /* Event Popup Css End  */
}
@media only screen and (max-width: 991px) {
    /* Calendar Css Start  */

    .calendar-nav .btn-icon{
        width: 46.08px;
        height: 46.08px;    
    }
    .calendar .fc-calendar .fc-row > div > span.fc-date{
        font-size: 16px;
    }
    .calendar .fc-calendar .fc-row > div {
        height: 40px;
        max-width: 40px;
    }
    /* Calendar Css End  */

    /* Event List Section Css Start  */
    .event-calendar-section .event-calendar-col {
        width: 100%;
    }
    .event-calendar-section .event-calendar-col.small {
        width: 50%;
    }
    .event-calendar-nav {
        margin-bottom: 50px;
    }
    .event-calendar-nav .term-date {
        padding: 16px 20px;
        min-width: 200px;
    }
    .event-calendar-nav .col-left{
        width: 65%;
    }
    .event-calendar-nav .col-right{
        width: 35%;
    }
    /* Event List Section Css End  */

    /* Event Popup Css Start  */
    .event-popup.standard .event-date-box {
        font-size: 36px;
        -webkit-column-gap: 15px;
           -moz-column-gap: 15px;
                column-gap: 15px;
    }
    .event-popup.standard .event-date-box img,.event-popup.standard .event-calendar-list .event-date-box img {
        max-width: 40px;
    }
    /* Event Popup Css End  */
}
@media only screen and (max-width: 767px) {
    /* Calendar Css Start  */
    .calendar {
        position: static;
    }
    .calendar .calendar-wrap {
        width: 100%;
        padding: 30px;
    }
    .calendar {
        position: static;
        padding-left: 0; padding-right: 0;
    }
    .calendar .calendar-block {
        max-width: 100%;
    }
    .calendar .fc-calendar .fc-row > div {
        height: 38px;
        max-width: 38px;
    }
    .calendar .custom-month {
        font-size: 38px;
    }
    .calendar .custom-year{
        font-size: 22px;
    }
    .calendar-nav .btn-icon.prev {
        margin-right: 5px;
    }
    /* Calendar Css End  */

    /* Event List Section Css Start  */
    .event-calendar-nav .col-left,.single-event .event-list-content-box,.event-calendar-section .calendar-nav-bottom .col-right,
    .event-calendar-nav .col-right,.single-event .event-date-icon,.event-calendar-section .calendar-nav-bottom .col-left,
    .event-calendar-nav .term-date,.event-calendar-section .event-calendar-col.small,.event-calendar-section .month-title {
        width: 100%;
    }
    .event-calendar-nav .col-left{
        -webkit-box-pack: center;
            -ms-flex-pack: center;
                justify-content: center;
        row-gap: 30px;
    }
    .event-calendar-nav .calendar-nav {
        margin-left: auto; margin-right: auto;
    }
    .event-calendar-nav {
        margin-bottom: 40px;
    }
    .event-calendar-col:not(.small) .event-date-box {
        font-size: 20px;
        -webkit-column-gap: 15px;
           -moz-column-gap: 15px;
                column-gap: 15px;
        padding: 15px;
        line-height: normal;
    }
    .event-calendar-col:not(.small) .event-date-box img {
        max-width: 45px;
        width: 45px;
        min-width: 45px;
        height: 45px;
    }
    .event-calendar-col .event-list-title{
        font-size: 26px;
        line-height: 34px;
    }
    .single-event .event-calendar-list {
        -ms-flex-wrap: wrap;
            flex-wrap: wrap;
    }
    .event-calendar-section .calendar-nav-bottom .col-left,.event-calendar-section .calendar-nav-bottom .col-right,
    .event-calendar-section .month-title {
        text-align: center;
    }
    .event-calendar-section .calendar-nav-bottom {
        margin-top: 40px;
    }
    .event-calendar-section {
        margin-top: 30px; margin-bottom: 50px;
    }
    .single-event .event-list-content-box {
        padding: 30px 30px 80px 20px;
    }
    /* Event List Section Css End  */

    /* Event Popup Css Start  */
    .event-popup,.event-popup-wrapper{
        padding: 0;
    }
    .event-popup .single-event .event-date-box h6 {
        font-size: 100px;
        letter-spacing: 0.05em;
        margin-top: -15px; margin-bottom: 3px;
    }
    .event-popup .event-list-content-box {
        min-height: auto;
        padding: 30px;
    }
    .event-popup .fulltext-content {
        padding: 30px;
    }
    .event-popup .learn-more-btn {
        margin-top: 30px;
    }
    .event-popup .event-list-title{
        font-size: 34px;
        line-height: 39px;
        margin-top: 0; margin-bottom: 30px;
    }
    .event-popup .close-popup:not(:hover){
        background-color: var(--navyblue);
    }
    .event-popup .content-wrap .btn {
        margin-top: 30px;
    }
    .event-popup.standard .event-img-box{
        width: 100%;
    }
    .event-popup.standard .event-list-content-box{
        padding: 30px 0 0;
    }
    .event-popup.standard .event-date-box {
        padding: 10px 15px;
        font-size: 24px;
    }
    .event-popup.standard .event-date-box img,.event-popup.standard .event-calendar-list .event-date-box img{
        max-width: 34px;
    }
    .event-popup.standard .close-popup:not(:hover){
        background-color: var(--green);
    }
    .event-popup .close-popup {
        height: 44px;
        width: 44px;
    }
    .event-popup .close-popup img {
        max-width: 18px;
    }
    .event-popup.standard .event-calendar-list .event-date-box {
        font-size: 30px;
        padding: 15px 20px;
        line-height: 1;
    }
    /* Event Popup Css End  */
}
@media only screen and (max-width: 400px) {
    /* Calendar Css Start  */
    .calendar .calendar-wrap{
        padding: 30px 20px;
    }
    /* Calendar Css End  */
}