html,body,div,span,object,iframe,pre,a,abbr,acronym,address,code,del,dfn,em,img,q,dl,dt,dd,ol,ul,li,fieldset,form,label,legend,table,caption,tbody,tfoot,thead,tr,th,td{margin:0;padding:0;border:0;font-weight:inherit;font-style:inherit;font-size:100%;font-family:inherit;vertical-align:baseline}
*,:before,:after{-webkit-box-sizing:inherit;box-sizing:inherit;outline:0;}

html{-webkit-box-sizing:border-box;box-sizing:border-box;font-size:10px;font-display:swap;font-family:'Arial',sans-serif;outline:0;text-rendering:optimizeLegibility;-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale;-webkit-font-feature-settings:kern 1;font-feature-settings:kern 1;-webkit-font-kerning:normal;font-kerning:normal;-webkit-text-size-adjust:100%;-ms-text-size-adjust:100%}

.hubuoa {color:#011F5B;font-family: "Manrope", sans-serif;background-color:#FFFFFF}

img { max-width: 100%;height:auto}
a, a:hover, a:visited{text-decoration:none;color:#011F5B}
em {font-style: italic}
strong {font-weight: 800;color: black;}

.is-size-normal{font-size:17px}

.container {padding:0 12px}

.header-logo {
    width: 100%;
    max-width:340px;
    margin: 0;
    line-height: 0;
}
.is-site-header {
    padding:12px 10px;
}
.is-site-header {
    position: sticky;
    -webkit-position: sticky;
    top: 0;
    left: 0;
    z-index: 99;
    background-color: #EEEEEE;
}
.burger-lines{margin-left:10px;width:40px;display:block;cursor:pointer;}
.burger-lines span {
    width: 100%;
    height: 3px;
    background-color: #011F5B;
    display: block;
}.burger-lines span:nth-child(2) {
    margin:5px 0;
}

.topmenu-row {
    display: flex;
    width: 100%;
    justify-content: flex-end;
    align-items: center;
    border-bottom: 1px solid #ccc;
    margin-bottom: 5px;
    padding-bottom: 5px;
}
.topmenu-row a:not(.social_item) {
    font-size: 15px;
    font-weight: 700;
    color:#011F5B;
    line-height: 1;
    margin-right: 5px;
/*     padding-bottom: 5px; */
}

.socials_wrap {  
    display: flex;
    justify-content: flex-end;
}
/* .socials_wrap a {
    display: block;
    margin-left: 5px;
} */
/* .socials_wrap a,
.socials_wrap a span{
    width: 20px;
    height: 20px;
} */
.socials_wrap a svg {
    width: 100%;
    height: 100%;
}.socials_wrap a svg {
    fill: #011F5B;
}

.socials_wrap .social_item {
    border: 1px solid;
    margin-left:8px;
    border-radius: 100%;
    padding: 4px;
    display: flex;
    align-items: center;
    justify-content: center;
    width: 30px;
    height: 30px;
}.socials_wrap a, .socials_wrap a span {
    height: 100%;
    width: auto;
}

.menu-container li {
    font-weight: 700;
    margin-right:4px;
    white-space:nowrap;
}
.menu-container li:after {
    content: "/";
    color:#aaa;
    font-weight: normal;
    padding-left:8px;
}
.menu-container li:last-child:after{display:none}
.menu-container li:last-child {
    margin-right: 0;
}

.menu-container li a {
    text-underline-offset: 5px;
}
.menu-container li a:hover {
    text-decoration: underline;
    color: #990000;
}

.menu-container li a, .more-row a {
    color: #011F5B;
}

.menu-container {
    display: flex;
    align-items: center;
    justify-content: flex-end;
    font-size: 16px;
}
.hero-section {
    position: relative;
    height: 90vh;
    overflow: hidden;
}
.hero-section .over-all {
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
}

  .main-menu .menu-container li.has-submenu {
    position: relative;
  }
  .main-menu .menu-container ul.is-submenu {
    position: absolute;
    top: 20px;
    left: 0;
    padding: 8px 10px;
    display: none;
    transition: .3s;
    z-index: 1;
    width: fit-content;
  }
  .main-menu .menu-container li.has-submenu:hover>ul.is-submenu {
    display: block;
  }
  .main-menu .menu-container ul.is-submenu li {
    background-color: #fff;
    border-radius: 4px;
    margin-bottom: 4px;
    padding: 5px 10px;
  }
  .home:not(.is-sticky) .is-site-header .main-menu .menu-container ul.is-submenu li {
    background-color: #011F5B;
  }
  .menu-container .is-submenu li:after {
    content: none;
  }

.univercity-button {
    line-height: 1;
    font-size: 13px;
    font-weight: 800;
    background-color: #990000;
    padding: 15px 10px;
}
.univercity-button a {
    color: #ffffff;
}

#search-button {
    line-height: 1;
    margin-right: 20px;
    width: 30px;
    height: 30px;
}#search-button svg {
    width: 100%;
    height: 100%;
}

.lang {
    line-height: 1;
    width: 32px;
    overflow:hidden;
    border-radius:100%;
    height:32px;
    margin-left: 15px;
}
.lang img{width:100%;height:100%;object-fit:cover}


.o-head {line-height: 1.3;font-weight:700}
.uppercase{text-transform:uppercase}

.f-700,
.font-weight-700{font-weight:700}
.f-800,
.font-weight-800{font-weight:800}

.max-3{
    display: -webkit-box;
    -webkit-line-clamp: 3;
    -webkit-box-orient: vertical;
    overflow: hidden;
    -o-text-overflow: ellipsis;
    text-overflow: ellipsis;
}

.thumb-holder {
    position: relative;
    height: 0;
    padding-bottom: 57%;
    background-color: #ccc;
}
.thumb-holder.vertical{
    padding-bottom: 129%;
}
.thumb-holder .imagefit {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.hero-section div#hero-player {
    position: relative;
    height: 0;
    padding-bottom:47%;/*47*/
    margin-bottom:0;
}
.hero-section div#hero-player .video-container .video-container__video {
    width: 100%;
    height: calc((100vw* 9) / 16);
}


/* .hero-section div#hero-player .plyr__video-wrapper.plyr__video-embed {
    width: 100%;
    height: 100%;
    object-fit: cover;
    position: absolute;
    top: 0;
    left: 0;
}.hero-section div#hero-player:after {
    content: "";
    background:#000;
    opacity:0.3;
    position: absolute;
    top: 0;
    left: 0;
    z-index: 1;
    right: 0;
    bottom: 0;
}.hero-section video {
    width: 100%;
    height: 100%;
    object-fit: cover;
    position: absolute;
    top: 0;
    left: 0;
} */

.home-section {
    padding-bottom: 6rem;
    border-bottom: 0.5px solid #000;
    margin-bottom: 6rem;
}
.home-section.hightlighted {
    padding-top: 30px;
}
.home-section:last-of-type {
    border: none;
    margin-bottom: 0;
}.home-section.mb-0, .home-section.py-0 {
    border-bottom: none;
}
.more-row{display:flex;justify-content:flex-end}
.more-label {
    font-size: 13px;
    font-weight: 700;
    display: flex;
    align-items: center;
    border-bottom: 1px solid transparent;
    padding-bottom: 2px;
}
.more-label svg path {
    fill: #011F5B;
}.more-label svg {
    width: 13px;
    height: 13px;
    margin-left: 10px;
}


.column.br:not(:last-child):after {
    content: "";
    border-right: 1px solid #DDD;
    position: absolute;
    top: var(--bulma-column-gap);
    bottom: var(--bulma-column-gap);
    right: 0;
}

.event-date {
    color: #990000;
    font-weight: 700;
    font-size: 13px;
    letter-spacing: 1.5px;
    border-bottom: 2px solid #990000;
    padding-bottom: 3px;
    display: inline-block;
    margin-bottom: 10px;
}

.event-card__date {
    width: 60px;
    height: 70px;
    top: 10px;
    right: 20px;
    position: absolute;
    text-align: center;
    background: #fff;
    color: #011F5B;
    -webkit-box-shadow: 0 12px 14px 0 rgba(0, 0, 0, 0.1);
    box-shadow: 0 12px 14px 0 rgba(0, 0, 0, 0.1);
    z-index: 2;
}
.event-card__month {
    height: 22px;
    background: #990000;
    color: #FFF;
    text-transform: uppercase;
    display: block;
    font-weight: 500;
    font-size: 1.2rem;
    letter-spacing: 0.4px;
    line-height: 1;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    padding-top: 5px;
}
.event-card__day {
    display: block;
    height: 48px;
    font-size: 2.8rem;
    color: #011F5B;
    background: #FFF;
    line-height: 1.428571429;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    padding-top: 5px;
}

.section-title {
    font-size: 3.2rem;
    line-height:1.25;
/*     font-family: 'Noto Serif'; */
    font-weight: 800;
    position:relative;
      margin-bottom:10px
}
.section-title:after {
    content: '';
    display: block;
    position: absolute;
    background: #011F5B;
    opacity: .4;
    width: 100px;
    height: 4px;
    bottom:-10px;
}.has-text-centered .section-title:after {
    margin-inline: auto;
    display: inline-block;
    left: 0;
    right: 0;
}
.desc:before {
    content: "";
    margin-top: 15px;
    width: 50px;
    background: #011F5A;
    display: block;
    margin-bottom: 10px;
    height: 3px;
}
.column.is-6 .desc:before {
    margin-inline: auto;
}
.desc p {
    display: -webkit-box;
    -webkit-line-clamp: 3;
    -webkit-box-orient: vertical;
    overflow: hidden;
    -o-text-overflow: ellipsis;
    text-overflow: ellipsis;
}

.sep {
    display: block;
    width: 100%;
    background: #DDD;
    height: 1px;
}

.article-mask .desc {
    color: rgba(1, 31, 91, 0.68);
}

.footer-logo img {
    filter: grayscale(1) brightness(21);
  opacity: 0.8;
}
.footer-logo {
    max-width: 160px;
    margin-bottom: 30px;
}

.is-footer:after {
    content: "";
    background-color: #011F5B;
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    opacity: 0.8;
}
.is-footer {
    position: relative;
    padding: 10rem 0 3rem;
}
.is-footer .container {
    position: relative;
    z-index: 1;
}
.is-footer .container span {
    color: #FFF;
}
.is-footer p, .is-footer a {
    color: #FFF;
    font-size: 13px;
    font-weight: 500;
}

.is-footer .footer-image {
    position: absolute;
    object-fit: cover;
    filter: grayscale(1);
    mix-blend-mode: multiply;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    width: 100%;
    height: 100%;
    object-position: center;
}


.rect-box {
    padding: 3rem;
    text-align: center;
}
.rect-box .rect-logo img {
    width: 100%;
    height: 100%;
    object-fit: contain;
}
.rect-box .rect-logo {
    line-height: 1;
    height: 70px;
    position: relative;
    margin-bottom: 3rem;
}

.rect-box .o-head {
    color: #FFF;
}.rect-button {
    border: 1px solid #FFF;
    border-radius: 50px;
    color: #FFF;
    font-size: 13px;
    padding: 15px;
    max-width: 300px;
    margin: 40px auto;
    font-weight: 700;
    letter-spacing:0.8px
}

.full-row {
  line-height: 0;
  background-color:#EDF0F4;
  width: 100vw;
  position: relative;
  left: 50%;
  right: 50%;
  margin-left: -50vw;
  margin-right: -50vw;  
}
.feature-article .desc {
    display: block;
    line-height: 1.36;
    margin-top: 10px;
}

.label-item {
    font-size: 13px;
    color: #990000;
    display: block;
    margin-bottom:8px;
    font-weight: 700;
    line-height:1.1;
    text-transform: uppercase;
}


.social-item {
    border-bottom: 2px solid #011F5B;
    color: #011F5B;
}

.panepistimio__row {
    color: #FFF;
    padding-top:4rem;
    text-align:center;
}.panepistimio__row p {
    line-height: 1.3;
    max-width: 900px;
    margin: 20px auto 0;
}.panepistimio__row .action-button {
    color: #FFF;
    font-weight: 700;
    border: 1px solid #FFF;
    margin: 0 auto;
    display: inline-block;
    padding: 12px 20px;
    line-height: 1;
    font-size: 13px;
    border-radius: 50px;
    margin-inline: auto;
    margin-top: 20px;
}.panepistimio__row .section-title::after {
    background-color: #FFF;
}


.hightlighted:before {
    content: "";
    position: absolute;
    top: 0;
    height: 50%;
    background:rgba(129, 175, 211, 0.8);
/*     background-color:#5D96CB; */
    left: 50%;
    right: 50%;
    margin-left: -50vw;
    margin-right: -50vw;
    max-height: 250px;
}

.wrap-important-news {
    position: relative;
    padding-top: 6rem;    
}
.wrap-important-news .section-title {
    text-align: center;
    color: #FFF;
    position: relative;
}.wrap-important-news .section-title::after {
    position: relative;
    margin-inline: auto;
    background-color:#FFFFFF;
}.wrap-important-news .section-desc {
    font-size: 17px;
    margin: 0 auto;
    max-width: 580px;
    text-align: center;
    color: #FFF;
    position: relative;
    font-weight: 500;
    line-height: 1.45;  
}

.wrap-important-news:before {
    content: "";
    position: absolute;
    top: 0;
    height: 50%;
    background:#04225C;
    left: 50%;
    right: 50%;
    margin-left: -50vw;
    margin-right: -50vw;
}

/*===Burger Menu===*/
/* #burger-aside{transition: all .5s ease-in-out;position:fixed;left:-100%;top:0;bottom:0;background-color:#F2F2F2;z-index:9;width:330px;overflow-x:hidden;scrollbar-width:thin;}
#burger-aside.opened{left:0;overflow:scroll;} */
.burger-menu-inner .burger-menu-inner-top {margin-top: 20px;}
.burger-logo{width:100%;margin:0}
.burger-menu-inner{height:100%;display:flex;flex-direction:column;justify-content:space-between;padding:2rem}
#close-burger{cursor:pointer;line-height:1;padding:5px;text-align:center;width:20px;height:20px;float:right;position:absolute;right:5px;top:5px}
#close-burger svg{width:100%;height:100%}
.burger-menu-ul{margin-left: 0;}
.burger-menu-ul li{font-size:16px;line-height:1.1;font-weight:700;color:#011F5B;padding-bottom:12px;position:relative;border-bottom:1px solid #011F5B;margin-bottom:12px;}
.burger-menu-ul li:last-child{margin-bottom:0;padding-bottom:0;border:none}
.burger-menu-ul li a{color:#011F5B}
/* .burger-menu-ul li .smb{cursor:pointer;position:absolute;right:0;width:20px;height:20px;background-image:url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAABgAAAAYCAMAAADXqc3KAAAABGdBTUEAALGPC/xhBQAAACBjSFJNAAB6JgAAgIQAAPoAAACA6AAAdTAAAOpgAAA6mAAAF3CculE8AAAAM1BMVEUAAACDkJaDkJf///+CkZiEjpiDkJeEkJeDkZeEkJaDkJaDkJeAgICEkJeDkZeEj5eDkJd2vtPZAAAAEHRSTlMATmcBaE3ylfB6d5oCk39bkb4P9AAAAAFiS0dEAIgFHUgAAAAJcEhZcwAADsQAAA7EAZUrDhsAAAAHdElNRQflAg8THg/yYFzAAAAAVklEQVQoz83JyxJAMBAF0WYwxCP3/7/WRqXExJpenoYv63qLaMPIJA/HXDOLwjGXFkjSulW+SweEU/xxbl6dym/n4eUEv07D4ZDcGw5JajqkF4ec+UknQQ0FTDcS+8MAAAAldEVYdGRhdGU6Y3JlYXRlADIwMjEtMDItMTVUMTk6MzA6MTUrMDA6MDCPFbAwAAAAJXRFWHRkYXRlOm1vZGlmeQAyMDIxLTAyLTE1VDE5OjMwOjE1KzAwOjAw/kgIjAAAABl0RVh0U29mdHdhcmUAd3d3Lmlua3NjYXBlLm9yZ5vuPBoAAAAASUVORK5CYII=);background-repeat:no-repeat;background-position:center;background-size:16px;transition:all .3s ease;filter:brightness(10)} */
/* .burger-menu-ul li .subitems{display:none;margin-bottom:1.5rem}
.burger-menu-ul li.active .subitems{display:block;}
.burger-menu-ul li .subitems li:first-child{margin-top:2rem}
.burger-menu-ul li .subitems li a{opacity:.8} */
/* .burger-menu-footer{border-top:1px solid rgba(255,255,255,.3);padding-top:15px} */
.burger-menu-footer .univercity-button {font-size:16px;}
.no-scroll{overflow:hidden}

@media screen and (max-width:450px){
    #burger-aside.active{width:100%}
}


@media screen and (max-width:1499px) {
.menu-container{font-size:14px}
}
@media screen and (max-width:1279px) {
  .main-menu{display:none}
}

@media screen and (max-width:1023px) {
.wrap-important-news:before {
    max-height: 100vw;
    height: 35%;
}
.hero-section {
    height: auto;
}
.section-title {font-size: 3rem}
.home-section article:not(.feature-article) {
    border-bottom: 1px solid #ccc;
    padding-bottom: 20px;
    margin-bottom: 20px;
}
.o-head {line-height: 1.2}
.br:after{display:none} 
.wrap-important-news .section-desc {
    margin-bottom: 25px;
}  
}


a h3 {
    color: #011F5B;
}
a:hover h3 {
    text-decoration: underline;
}


.hero-section .video-overlay {
    position: absolute;
    color: white;
    z-index: 10;
    background:linear-gradient(to bottom,rgba(0,0,0,0) 0,#000 100%);
    left: 0;
    right: 0;
    bottom: 0;
    padding-bottom:5%;  
/*     max-width: 500px; */
}
.hero-section .video-overlay .inner-overlay{max-width:500px}
.hero-section .video-overlay h1 {
    font-size: 3rem;
    font-weight: 800;
    line-height:1.3
}
.hero-section .video-overlay h3 {
    font-size: 2rem;
    margin-bottom:10px;
    font-weight: 600;
    line-height:1.3  
}
.hero-section .video-overlay h3:after {
    content: "";
    width: 100px;
    background: #FFF;
    display: block;
    height: 3px;
    margin-top: 9px;
}
.video-overlay .rect-button {
    margin: 20px 0 0;
    text-align: center;
}
@media screen and (max-width:767px) {
/* .hero-section div#hero-player {padding-bottom:65%} */
.hero-section .video-overlay {
    position: relative;
    background: #eee;
    padding-top: 20px;padding-bottom:30px
}  
.hero-section .video-overlay .inner-overlay{text-align:center;}  
.hero-section .video-overlay h3:after{background-color:#011F5B;margin-inline:auto}  
.hero-section .video-overlay h3, .hero-section .video-overlay h1 {color:#011F5B}
  
  
}


.video-layout .full-row {
    padding: 0 50px;
}
.slick-item {
    padding: 0 15px;
}

.carousel-slider .slide-arrow {
    position: absolute;
    top: 50%;
    margin: -20px 0px 0px 0px;
    z-index: 10;
    font-size: 0;
    width: 30px;
    height: 30px;
    filter: invert(1);
    display: flex;
    justify-content: center;
    align-items: center;
    padding: 5px;
    border-radius: 50%;
}
.parousiaseis-slider.carousel-slider .slide-arrow {
    top: 40%;
}

.carousel-slider .slide-arrow.prev-arrow {
background-color: #f2f2f2;
left: 0;
}

.carousel-slider .slide-arrow.next-arrow {
background-color: #f2f2f2;
right: 0;
}

.carousel-slider .slide-arrow.slick-disabled {
opacity: 0.2;
}

.home .is-site-header .socials_wrap svg path {fill: #011F5B;transition: all .5s ease-in;}

@media screen and (min-width:1200px) {
.home:not(.is-sticky) .is-site-header {
    left: 0;
    right: 0;
    position: fixed;
    background: transparent;
    padding-top: 3rem;
    border-bottom: 0.5px solid rgba(255, 255, 255, 0.5)
}
.home:not(.is-sticky) .is-site-header .header-logo{max-width:400px}
.home:not(.is-sticky) .is-site-header .topmenu-row a:not(.social_item),
.home:not(.is-sticky) .is-site-header .socials_wrap a,
.home:not(.is-sticky) .is-site-header .menu-container li a {color: #FFF} 
.home:not(.is-sticky) .is-site-header .socials_wrap svg path {fill: #FFF;transition: all .5s ease-in;}
.home:not(.is-sticky) .is-site-header .header-logo img {filter: invert(1) brightness(100)}
.home:not(.is-sticky) .is-site-header .burger-lines span {background-color:#FFFFFF}
  
}



.post_content p:has(img.aligncenter) {text-align: center;line-height: 0}
.post_content p:has(img.alignleft) {float: left;padding: 0 20px 5px 0;margin-bottom: 0}
.post_content p:has(img.alignright) {float: right;padding: 0 0 5px 20px;margin-bottom: 0}

.slick-slider .slick-arrow {
    position: absolute;
    top: 50%;
    z-index: 10;
    transform: translateY(-50%);
    cursor: pointer;
}
.slick-slider .prev-arrow.slick-arrow {
    left: 0;
}
.slick-slider .next-arrow.slick-arrow {
    right: 0;
}


.event_item h5 {
    font-size: 17px;
    margin-bottom: 5px;
    line-height: 1.3;
}
.event_item .event_data.event_date {
    font-size: 14px;
}
.event_item .event_data.event_date .eventpost-status, .event_item .event_data.event_date .eventpost-date-export .dashicons-calendar, table.event-post-calendar-table caption.screen-reader-text {
    display: none;
}
.event_item .event_data.event_date .event_link, .event_item .event_data.event_category .event_category {
    font-size: 12px;
}
table.event-post-calendar-table {
    font-size: 18px;
}
table.event-post-calendar-table thead th{
    color: #011F5B;
}
table.event-post-calendar-table thead tr.event_post_cal_days th{
    border-left: 1px solid #ccc;
    border-right: 1px solid #ccc;
}
table.event-post-calendar-table tr td {
    font-size: 14px;
    border-left: 1px solid #ccc;
    border-right: 1px solid #ccc;
}
table.event-post-calendar-table tr td:nth-child(7n+1), table.event-post-calendar-table thead tr.event_post_cal_days th:first-child {
    border-left: none;
}
table.event-post-calendar-table tr td:nth-child(7n), table.event-post-calendar-table thead tr.event_post_cal_days th:last-child {
    border-right: none;
}
.event_loop.event_list .event_item:not(:last-child) {
    border-bottom: 1px solid #ccc;
    padding-bottom: 20px;
    margin-bottom: 20px;
}

.calendar-column-title {
    color: #011F5B;
    text-align: center;
    border-bottom: 1px solid #ccc;
    padding-bottom: 10px;
    font-size: 20px;
    margin-bottom:25px;;
}.calendar-column-title h3 {
    font-weight: 600;
}

.burger-aside {
    padding: 20px;
    transition: all .5s ease;
    position: fixed;
    right: -300px;
    top: 0;
    bottom: 0;
    background-color: #EDF0F4;
    z-index: 100;
    width: 300px;
    overflow-x: hidden;
}
.burger-aside.active {
    right: 0;
    transition: all .5s ease;
}
.burger-aside-inner {
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    height: 100%;
}

.search-area {
    margin-block: 20px;
}
#searchform {
    display: flex;
    align-items: center;
}
#searchform input#s {
    -webkit-appearance: none;
    -moz-appearance: none;
    -ms-appearance: none;
    border: 1px solid #ccc;
    padding: 5px;
    color: #222;
    font-weight: 400;
    font-size: 16px;
    height: 40px;
    border-radius: 0;
    flex: 1;
    margin: 0;
}
#searchform #searchsubmit {
    -webkit-appearance: none;
    -moz-appearance: none;
    -ms-appearance: none;
    background-color: #011F5B;
    border: none;
    padding: 5px 10px;
    color: #fff;
    font-weight: 700;
    font-size: 14px;
    width: 100px;
    height: 40px;
    border-radius: 0;
}

.burger-nav .menu-container {
    flex-direction: column;
    gap: 20px;
}
.burger-nav li.has-submenu {text-align: center;}
.burger-nav .menu-container li::after{
    content: none;
}
.burger-aside-footer .uni-btn {
    margin-bottom: 20px;
}
.burger-aside-footer .socials_wrap {
    justify-content: center;
}


.event_item h5{font-size:17px;line-height:1.2;font-weight:600;margin-bottom:10px}
.event_item .event_data.event_category .event_category:first-child{padding-left:0;margin-left:0}
.event_category{margin-left:0;padding-left:0}
.event_item .event_data.event_date{font-size:14px;font-weight:500;margin-block:10px}
.event_item .event_data.event_date span{font-size:14px;opacity:1}
.event_item .event_data.event_date:before{content:"\f508";font-family:'dashicons';font-size:18px;float:left;margin-right:5px}
.events-calendar{background-color:#edf0f4;padding:3rem}
.events-calendar .eventpost_calendar{background-color:#fff;padding:0}
.events-calendar .eventpost_calendar .eventpost-calendar-header{margin-bottom:20px;margin-top:15px}
tr.event_post_cal_days{border-block:1px solid #CCC}
table.event-post-calendar-table tr:not(:last-child) td:not(.event_post_day_now){border-bottom:1px solid #ccc}
table.event-post-calendar-table tr td,tr.event_post_cal_days th{padding:8px}

.burger-nav .has-submenu {
    position: relative;
}
.burger-nav .has-submenu .dashicons {
    cursor: pointer;
    position: relative;
    right: -5px;
    top: 3px;
    transition: all 0.3s ease;
}
.burger-nav .is-submenu {
    display: none;
}

.burger-nav .has-submenu .dashicons-arrow-down-alt2.rotated {transform:rotate(180deg);}

.paper-side-posts:not(:last-child) {
    border-bottom: 1px solid #ccc;
    padding-bottom: 10px;
    margin-bottom: 10px;
}
/* .paper-side-posts .desc p{-webkit-line-clamp:2;} */
@media screen and (max-width: 1023px) {
    .paper-side-posts:not(:last-child) {
        border-bottom: 0;
        padding-bottom: 0;
        margin-bottom: 0;
    }

    .home-section .container .newsletter-c2a .wrap-section-title,
    .home-section .container .newsletter-c2a #mc_embed_shell {
        padding: 0 20px;
    }
}
@media screen and (max-width: 768px) {
.wrap-important-news:before{max-height:200px}  
.paper-cols{display: flex;flex-direction: column}
.paper-col-3 {order: 2;}
.paper-cols .borderless article{
border-bottom: 0;
padding-bottom: 0;
margin-bottom: 0;
}

.home-section article:not(.feature-article){margin-bottom:0}  
.home-section {padding-bottom: 3rem}  
.wrap-important-news {padding-top: 3rem}
.section-title {font-size: 2.6rem}  
  
}

.hubuoa.tag {
    display: block;
    white-space: normal;
}

.civis-banner{
    display: flex;
    justify-content: center;
    align-items: center;
}