  body,
html {
  font-family: "Gothic A1", sans-serif;
  font-weight: 400;
}

a {
  color: #751518;
}

a:hover {
  text-decoration: none !important;
  color: #111;
}

.btn-link:hover, .comments-link a:hover, .edit-link a:hover, .entry-meta a:hover, a:active, a:focus, a:hover{
  color: #bd1544 !important;
}

.padayon {
  font-family: "padayonregular";
}

.montserrat {
  font-family: "Montserrat", sans-serif;
}

.gothic-a1 {
  font-family: "Gothic A1", sans-serif;
  font-weight: 400;
}

.gothic-a1-b {
  font-family: "Gothic A1", sans-serif;
  font-weight: 700;
}

.muli {
  font-family: "Mulish", sans-serif;
  font-weight: 400;
}

.muli-b {
  font-family: "Mulish", sans-serif;
  font-weight: 700;
}

.roboto {
  font-family: "Roboto", sans-serif;
  font-weight: 400;
}

.roboto-b {
  font-family: "Roboto", sans-serif;
  font-weight: 700;
}

.lh-normal {
  line-height: normal;
}

.uppercase {
  text-transform: uppercase;
}
.bg-black {
  background: #333333;
}

.bg-maroon {
  background: #901335;
}

.bg-green {
  background: #00573f;
}

.light-red {
  color: #d02429;
}

.maroon {
  color: #901335;
}

.green{
  color: #00573f;
}

.white {
  color: #fff;
}

.black {
  color: #000;
}

.blue{
  color: #00adef;
}

.fb-blue {
  color: #4267b2;
}

.gray {
  color: #777777;
}

.yellow {
  color: #fdba25;
}

.fw-400 {
  font-weight: 400;
}

.h-100px {
  height: 100px;
}

.fw-500 {
  font-weight: 500;
}

.fw-700 {
  font-weight: 700;
}

.font-12 {
  font-size: 12px;
}

.font-14 {
  font-size: 14px;
}

.font-16 {
  font-size: 16px;
}

.font-18 {
  font-size: 18px;
}

.font-20 {
  font-size: 20px;
}

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

.font-24 {
  font-size: 24px;
}

.font-28 {
  font-size: 28px;
}

.font-32 {
  font-size: 32px;
}

.box-shadow {
  -webkit-box-shadow: 0px 0px 18px 0px rgb(52 52 52 / 10%);
  -moz-box-shadow: 0px 0px 18px 0px rgba(52, 52, 52, 0.1);
  box-shadow: 0px 0px 18px 0px rgb(52 52 52 / 10%);
}

.wp-block-getwid-table th {
  background: #751518;
  color: white;
}

.entry-content h4 {
  margin-bottom: 30px;
}

.entry-content hr.wp-block-separator {
  margin-bottom: 45px;
  margin-top: 45px;
}

.wp-block-image .aligncenter > figcaption,
.wp-block-image .alignleft > figcaption,
.wp-block-image .alignright > figcaption {
  display: table-caption;
  caption-side: bottom;
  font-size: 12px;
}

.wp-block-image figcaption{
  font-size: 12px;
  text-align: center;
}

h1.has-background,
h2.has-background,
h3.has-background,
h4.has-background,
h5.has-background,
h6.has-background {
  padding: 8px 15px 5px;
  margin-bottom: 0px;
}

.border-shadow {
  -webkit-box-shadow: 0px 0px 18px 0px rgb(52 52 52 / 10%);
  -moz-box-shadow: 0px 0px 18px 0px rgba(52, 52, 52, 0.1);
  box-shadow: 0px 0px 18px 0px rgb(52 52 52 / 10%);
}

.btn-green {
  font-family: "Mulish", sans-serif;
  font-size: 15px;
  color: #fff;
  background: #00573f;
  padding: 10px 25px;
  border-radius: 0px;
  border-radius: 10px;
  font-weight: 600;
}

.btn-green:hover,
.btn-green:active,
.btn-green:focus {
  color: #fff !important;
  background: #519671;
}

.btn-maroon {
  font-family: "Mulish", sans-serif;
  font-size: 15px;
  color: #fff;
  background: #901335;
  padding: 10px 25px;
  border-radius: 0px;
  border-radius: 10px;
  font-weight: 600;
}

.btn-maroon:hover,
.btn-maroon:active,
.btn-maroon:focus {
  color: #fff !important;
  background: #bd1544;
}

.btn-yellow {
  font-family: "Mulish", sans-serif;
  font-size: 15px;
  color: #fff;
  background: #fdba25;
  padding: 10px 25px;
  border-radius: 0px;
  border-radius: 10px;
  font-weight: 600;
}

.btn-yellow:hover,
.btn-yellow:active,
.btn-yellow:focus {
  color: #fff !important;
  background: #e7bd60;
}

.btn-black {
  font-family: "Mulish", sans-serif;
  font-size: 15px;
  color: #fff;
  background: #333;
  padding: 5px 25px;
  border-radius: 25px;
}

.btn-black:hover,
.btn-black:active,
.btn-black:focus {
  color: #fff !important;
  background: #666;
}

.h1,
.h2,
.h3,
.h4,
.h5,
.h6,
h1,
h2,
h3,
h4,
h5,
h6 {
  font-weight: 700 !important;
}

/*HEADER*/



header.navbar-header {
  -webkit-box-shadow: 0px 0px 5px 0px rgba(52, 52, 52, 0.1);
  -moz-box-shadow: 0px 0px 5px 0px rgba(52, 52, 52, 0.1);
  box-shadow: 0px 0px 5px 0px rgba(52, 52, 52, 0.1);
  position: fixed;
  z-index: 1000;
  padding-top: 0px;
  padding-bottom: 0px;
  left: 0px;
  right: 0px;
  width: 100%;
  background-color: white;
  top: 0px;
}

header.navbar-header .logo {
  height: 80px;
  display: inline-block;
  width: auto;
  transition: all 500ms;
}

#nav-header.scrolled .logo{
  height: 70px;
  display: inline-block;
  width: auto;
  transition: all 500ms;
}

#nav-header #searchform{
  margin-top: 20px;
  border: 1px solid #262626;
  border-radius: 20px;
  padding: 5px;
  transition: all 500ms;
  margin-bottom: 10px;
}

#nav-header.scrolled #searchform{
  margin-top: 10px;
  border: 1px solid #262626;
  border-radius: 20px;
  padding: 5px;
  margin-bottom: 0px;
  transition: all 500ms;
}

header.navbar-header h1 {
  color: #333;
  font-size: 24px;
}

header.navbar-header nav > ul > li > a {
  color: #9a2f4d;
  font-weight: 500;
  background: white;
  padding: 5px 0px;
  -webkit-transition: all 300ms;
  -moz-transition: all 300ms;
  -ms-transition: all 300ms;
  -o-transition: all 300ms;
  transition: all 300ms;
  border-bottom: 2px solid #fff;
}

header.navbar-header nav > ul > li > a:hover {
  border-bottom: 3px solid #7b1518;
}

header.navbar-header nav > ul > li.current_page_item > a {
  border-bottom: 3px solid #7b1518;
}

header.navbar-header nav > ul > li > a.active {
  border-bottom: 3px solid #7b1518;
}

header.navbar-header nav .header-info a {
  color: #751518;
  font-weight: 500;
}

header.navbar-header nav .header-info ul {
  padding-left: 0px;
}

header.navbar-header nav .header-info li {
  margin-bottom: 10px;
}

header.navbar-header nav .header-info li a:hover {
  color: #d02429;
  font-weight: 500;
}

header.navbar-header .search-btn {
  background: transparent;
  padding: 0px 0px 0px 25px;
  display: block;
  color: #000000cc;
  -webkit-transition: all 300ms;
  -moz-transition: all 300ms;
  -ms-transition: all 300ms;
  -o-transition: all 300ms;
  transition: all 300ms;
  margin-top: 52px;
  cursor: pointer;
}

header.navbar-header .search-btn.active {
  background: transparent;
  padding: 0px 0px 0px 25px;
  display: block;
  color: #751518;
}

.desktop-header {
  padding-left: 10%;
  padding-right: 10%;
}

.search-field {
  display: none;
  position: absolute;
  top: 90px;
  z-index: 1;
  width: auto;
  right: 0px;
  width: 300px;
}

.search-field form {
  -webkit-box-shadow: 0px 0px 5px 0px rgb(52 52 52 / 60%);
  -moz-box-shadow: 0px 0px 5px 0px rgba(52, 52, 52, 0.6);
  box-shadow: 0px 0px 5px 0px rgb(52 52 52 / 60%);
}

.search-field form > div {
  display: flex;
  align-content: center;
}

.search-field .screen-reader-text {
  display: none;
}

.search-field input[type="text"] {
  border: 1px solid white;
  padding: 3px 10px;
  font-size: 16px;
  border-radius: 0px;
}

.search-field #searchsubmit {
  font-family: "Mulish", sans-serif;
  color: #fff;
  background: #f5ba29;
  border: 1px solid #f5ba29;
  margin-left: 0px;
  padding: 3px 10px;
  font-size: 16px;
  border-radius: 0px;
  width: 100%;
}


header #searchform{
  margin-top: 20px;
  border: 1px solid #262626;
  border-radius: 20px;
  padding: 5px;
}

header #searchform input{
  border: 0px;
  outline: 0px;
}

header #searchform button{
  border: 0px;
  background: transparent;
  font-size: 20px;
}

/*HEADER MENU*/
#menu-main-menu {
  margin-bottom: 0px;
  padding-left: 0px;
}

#menu-main-menu-1 > .current-menu-parent > a {
  border-bottom: 3px solid #7b1518;
}

.dropdown-toggle::after {
  display: inline-block;
  font-style: normal;
  font-variant: normal;
  text-rendering: auto;
  -webkit-font-smoothing: antialiased;
  font-family: "Font Awesome 5 Free";
  font-weight: 900;
  content: "\f107";
  border-top: 0px;
  border-bottom: 0px;
  border-left: 0px;
  border-right: 0px;
  vertical-align: middle;
}


.main-nav ul li:hover > ul {
  display: block;
}

.main-nav ul ul {
  display: none;
  position: absolute;
  top: 50px;
  right: 0;
  z-index: 99999;
  width: 515px;
  background:  #9a2f4d;
  box-shadow: 0px 3px 3px rgba(0, 0, 0, 0.2);
  padding: 20px 0px;
  list-style: none;
  columns: 2;
}

.main-nav ul ul li a{
  display: block;
  padding: 0px 20px;
  margin-bottom: 15px;
}


.main-nav li {
  position: relative;
}

.main-nav > #menu-main-menu > .menu-item-has-children {
  position: relative;
}

#menu-main-menu > .menu-item > a {
  display: inline-table;
}

#searchform input[type="submit"] {
  position: relative;
}

#searchform input[type="submit"]:before {
  font-family: 'Font Awesome 5 Free';
  font-weight: 900;
  position: absolute;
  top: 0px;
  left: -5px;
  content: "\f002";
}

.main-nav > #menu-main-menu > .menu-item-has-children::after {
  display: none;
}

#menu-main-menu > .menu-item > ul.sub-menu > li {
  list-style-type: none;
  box-sizing: border-box;
  column-break-inside: avoid;
  -webkit-column-break-inside: avoid;
  break-inside: avoid-column;
}


#menu-main-menu > .menu-item > ul.sub-menu > li > a:hover {
  /* color: #751518 !important; */
}

.dropdown-menu {
  right: 0;
  left: auto;
}

/*HOMEPAGE*/

main.homepage .banner {
  position: sticky;
  top: 115px;
  z-index: 20;
}

main.homepage .homepage-container{
  margin-top: 0px;
  z-index: 21;
  position: relative;
  background-color: white;
}

/* main.homepage .banner .container {
  position: absolute;
  top: 50%;
  left: 5%;
  resize: 5%;
  transform: translateY(-50%);
} */

main.homepage .banner .container {
  color: white;
}

main.homepage .banner .container h2 {
  font-size: 52px;
  text-transform: uppercase;
  font-weight: 500;
}

main.homepage .banner .container p {
  font-size: 24px;
  font-weight: 500;
}

main {
  background: #fff;
  margin-top: 115px;
}

main.homepage{
  margin-top: 115px;
}

.web-content{
  margin-top: 115px;
}


main.homepage section.articles {
  padding-top: 60px;
  padding-bottom: 60px;
}

.em.em-calendar .em-cal-head>div{
  padding: 10px;
  margin: 0px;
}


.em.em-calendar .em-cal-head>div:first-child {
  border-left: 1px solid #aaa !important;
}

.em.em-calendar .em-cal-body>div.em-cal-col-1{
  border-left: 1px solid #aaa !important;
}

.em.em-calendar .em-cal-head>div{
  border: 1px solid #aaa !important;
  border-bottom: 0px !important;
  border-left: 0px !important;
}

.em.em-calendar .em-cal-body>div{
  border: 1px solid #aaa !important;
  border-left: 0px !important;
  border-bottom: 0px !important;
}

.em-cal-body{
  border-bottom: 1px solid #aaa !important;
}


.em-cal-body .eventful{
  background-color: #7b1518;
}

.em-cal-body .eventful-today{
  background-color: #00573f;
}

.em.em-calendar.size-small .em-cal-body .em-cal-day.eventful-today .em-cal-day-date a{
  background: transparent !important;
  border: 0px !important
}

.em.pixelbones .em-events-list ul{
  margin-bottom: 10px !important;
}

.em.pixelbones a{
  color: #000 !important;
}

.em-cal-body .eventful .em-cal-day-date a{
  color: #fff !important;
}

.em.em-list{
  grid-gap: 0px;
}

.em.em-calendar .em-cal-body  .eventful.em-cal-day .em-cal-day-date.em-cal-day-date a, 
.em.em-calendar .em-cal-body  .eventful.em-cal-day .em-cal-day-date.em-cal-day-date span{
  color: #fff !important;
  border: 0px !important;
}


main.homepage section.articles a .article-callout {
  background-color: white;
  padding: 15px 15px;
  /*margin-top: -50px;*/
  height: 100%;
  min-height: 100%;
  -webkit-box-shadow: 0px 0px 0px 0px rgba(0, 0, 0, 1);
  -moz-box-shadow: 0px 0px 0px 0px rgba(0, 0, 0, 1);
  box-shadow: 0px 0px 0px 0px rgba(0, 0, 0, 1);
  -webkit-transition: all 300ms;
  -moz-transition: all 300ms;
  -ms-transition: all 300ms;
  -o-transition: all 300ms;
  transition: all 300ms;
  border: 0px;
}

.sgd-1{
  background-color: #4b9c38;
}

.sgd-2{
  background-color: #c01e37;
}

.sgd-3{
  background-color: #fe371f;
}

.sgd-4{
  background-color: #f79e20;
}

.sgd-5{
  background-color: #487642;
}

.sgd-6{
  background-color: #15496f;
}

main.homepage section.articles a .article-callout-extension {
  background-color: rgba(123, 21, 24, 0.1);
}

main.homepage section.articles a .article-callout-notice {
  background-color: rgba(245, 171, 41, 0.1);
}

main.homepage section.articles a .article-callout-ac {
  background-color: rgba(10, 68, 36, 0.1);
}

/* main.homepage section.articles a:hover .article-callout {
  -webkit-box-shadow: 0px 0px 10px 0px rgba(0, 0, 0, 0.1);
  -moz-box-shadow: 0px 0px 10px 0px rgba(0, 0, 0, 0.1);
  box-shadow: 0px 0px 10px 0px rgba(0, 0, 0, 0.1);
} */

main.homepage section.articles .article-callout figure {
  height: 320px;
  background: #ccc;
  overflow: hidden;
  position: relative;
  /* border: 1px solid black; */
}

main.homepage section.articles .article-callout figure img {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate3d(-50%, -50%, 0) scale(1);
  z-index: 1;
  height: auto;
  width: 100%;
  transition: all .3s ease-in;
}

main.homepage section.articles .article-callout:hover figure img{
  transform: translate3d(-50%, -50%, 0) scale(1.025);
}



main.homepage section.articles .article-callout > span {
  font-size: 18px;
  font-family: "Roboto", sans-serif;
  color: #333;
  margin-bottom: 10px;
  font-weight: 700;
  text-transform: uppercase;
  line-height: normal;
}

main.homepage section.articles .article-callout .title-container h3 {
  font-family: "Gothic A1", sans-serif;
  font-weight: 700;
}

main.homepage section.articles .article-callout p {
  color: #333;
  /* line-height: normal; */
}

main.homepage section.articles hr {
  margin-bottom: 60px;
  border-top: 4px solid black;
  margin-top: 45px;
}


/* .article-callout-link:hover img{
  transition: transform .2s;
} */


._3d-flip-book .book-thumbnail img {
  height: 270px;
}


footer.page-footer {
  background: #262626;
  padding-top: 60px;
  padding-bottom: 30px;
  color: white;
  position: relative;
}

footer.page-footer:after {
  content: "";
  position: absolute;
  top: 0px;
  left: 0px;
  right: 0px;
  bottom: 0px;
  background: rgba(0, 0, 0, 0.5);
}

footer.page-footer .webinfo {
  padding-bottom: 60px;
  position: relative;
  z-index: 2;
  padding-left: 10%;
  padding-right: 10%;
}

footer.page-footer .webinfo a{
  color: white;
  font-size: 16px;
}

footer.page-footer .socmed a{
  color: #901335;
}

footer.page-footer .webinfo a:hover {
  color: #f5d49e;
}

footer.page-footer .other-schools {
  padding-top: 15px;
  padding-bottom: 15px;
  position: relative;
  z-index: 3;
}

footer.page-footer .other-schools li:not(:last-child) {
  border-right: 1px solid #ffffff;
  padding-right: 15px;
  margin-right: 0.5rem;
}

footer.page-footer .other-schools li{
  display: inline-block;
}


footer.page-footer .other-schools li a {
  font-family: "Gothic A1", sans-serif;
  font-size: 16px;
  color: #fff;
}

footer.page-footer .other-schools li a:hover {
  color: #ccc;
}

footer.page-footer  .end-text{
  position: relative;
  z-index: 1 ;

}


.nav-link {
  font-family: "Roboto", sans-serif;
  font-size: 18px;
  font-weight: 400;
  padding-left: 0px;
  padding-right: 0px;
}

header.navbar-header .list-inline-item:not(:last-child) {
  margin-right: 40px;
}

header.navbar-header .list-inline-item:last-child {
  margin-right: 20px;
}

section.update .update-title {
  background: white;
  padding: 15px 20px;
  position: relative;
  display: table;
  margin-right: auto;
  margin-left: auto;
  margin-bottom: -30px;
}

/*    section.update .update-title:after{
       
      content: "";
      position: absolute;
      top: 0;
      left: 100%;
      height: 100%;
      width: 61%;
      background: url('/wp-content/themes/upd-theme-new/assets/img/header-accent-1-min.svg') bottom center;

        
    }*/

section.update .update-title h3 {
  color: black;
  font-family: "Roboto", sans-serif;
  font-weight: 700;
  font-size: 24px;
  display: table;
  line-height: normal;
  margin-bottom: 0px;

  text-transform: uppercase;
}

section.update .update-body {
  padding-right: 90px;
}

section.update .update-body figure {
  width: 170px;
  height: 120px;
  background: #ccc;
  overflow: hidden;
  position: relative;
}

section.update .update-body figure img {
  position: absolute;
  top: 0%;
  transform: translateY(0%);
  z-index: 1;
  width: 100%;
}

section.update .update-body h3 {
  font-family: "Gothic A1", sans-serif;
  font-weight: 700;
  line-height: normal;
  margin-bottom: 0px;
}

section.update .update-body p {
  color: #333;
  font-size: 16px;
  line-height: normal;
}

section.update .update-body .article-row {
  padding-top: 25px;
  padding-bottom: 25px;
  padding-left: 25px;
  padding-right: 25px;
  background: transparent;
  -webkit-transition: all 300ms;
  -moz-transition: all 300ms;
  -ms-transition: all 300ms;
  -o-transition: all 300ms;
  transition: all 300ms;
}

section.update .update-body .article-row:hover {
  background: #f1f1f1;
}

section.links {
  padding-bottom: 60px;
}

section.links .link-title {
  background: #751518;
  padding: 15px 20px;
  position: relative;
  display: table;
  margin-left: auto;
  margin-right: auto;
  margin-bottom: -32px;
}

section.links .link-title:after {
  content: "";
  position: absolute;
  top: 0;
  left: 100%;
  height: 100%;
  width: 32%;
  background: url("/wp-content/themes/upd-theme-new/assets/img/header-accent-2-r-min.svg") bottom center;
}

section.links .link-title:before {
  content: "";
  position: absolute;
  top: 0;
  right: 100%;
  height: 100%;
  width: 32%;
  background: url("/wp-content/themes/upd-theme-new/assets/img/header-accent-2-l-min.svg") bottom center;
}

section.links .link-title.title-2 {
  background: #751518;
  padding: 15px 20px;
  position: relative;
  display: table;
  margin-left: auto;
  margin-right: auto;
}

section.links .link-title.title-2:after {
  content: "";
  position: absolute;
  top: 0;
  left: 100%;
  height: 100%;
  width: 29%;
  background: url("/wp-content/themes/upd-theme-new/assets/img/header-accent-2-r-min.svg") bottom center;
}

section.links .link-title.title-2:before {
  content: "";
  position: absolute;
  top: 0;
  right: 100%;
  height: 100%;
  width: 29%;
  background: url("/wp-content/themes/upd-theme-new/assets/img/header-accent-2-l-min.svg") bottom center;
}

section.links .link-title h3 {
  color: white;
  font-family: "Roboto", sans-serif;
  font-weight: 700;
  font-size: 24px;
  display: table;
  line-height: normal;
  margin-bottom: 0px;
}

section.links .link-body {
  border-top: 4px solid #f5ab29;
  background: white;
  padding: 60px 40px 30px;
  height: 356px;
}

section.links .link-container a {
  font-family: "Mulish", sans-serif;
  font-size: 18px;
  color: #11733c;
}

section.links .link-container li:not(:last-child) {
  margin-bottom: 20px;
}

/*NAVIGATION MENU*/
ul.main-header__links-container-primary > li {
  display: inline-block;
}

ul.main-header__links-container-primary > li:not(:last-child) {
  margin-right: 20px;
}

ul.main-header__links-container-primary > li > .header-info {
  display: none;
  position: absolute;
  top: 90px;
  width: 500px;
  left: 50%;
  transform: translateX(-50%);
  z-index: 2;
  text-align: left;
  padding: 15px;
  background: white;
  -webkit-box-shadow: 0px 0px 5px 0px rgba(52, 52, 52, 0.6);
  -moz-box-shadow: 0px 0px 5px 0px rgba(52, 52, 52, 0.6);
  box-shadow: 0px 0px 5px 0px rgba(52, 52, 52, 0.6);
}

ul.main-header__links-container-primary > li > .header-info li {
  list-style: none;
}

ul.main-header__links-container-primary > li > .header-info ul {
  columns: 2;
}

/*Banner*/
#banner-slider {
  position: relative;
  height: 90vh;
}

#banner-slider .slick-slide {
  height: auto;
}

#banner-slider .slick-arrow {
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  color: white;
  font-size: 52px;
  z-index: 2;
  height: 40px;
  width: 40px;
}



.slick-next:before, .slick-prev:before {
  font-size: 40px;
  color: #901335;
  font-family: "Font Awesome 5 Free"; 
  font-weight: 900; 
  
    left:-5px;
    position:absolute;
    top:0;
}

.slick-next:before{
  content: "\f054";
  
}

.slick-prev:before{
  content: "\f053";
}

.slick-next, .slick-prev{
  z-index: 5;
}

.video-container {
  overflow: hidden;
  height: 90vh;
  position: relative;
}

.image-container {
  overflow: hidden;
  height: 90vh;
  position: relative;
}

.video-container .video-inner {
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  z-index: 1;
  width: 100%;
}

.image-container .image-inner {
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  z-index: 1;
  width: 100%;
}

#banner-slider .slick-arrow i {
  opacity: 1;
  cursor: pointer;
  -webkit-transition: all 300ms;
  -moz-transition: all 300ms;
  -ms-transition: all 300ms;
  -o-transition: all 300ms;
  transition: all 300ms;
}

#banner-slider .slick-arrow i:hover {
  opacity: 0.5;
}

#banner-slider .slick-arrow.slick-prev {
  left: 30px;
}

#banner-slider .slick-arrow.slick-next {
  right: 30px;
}

#banner-slider .slick-dots {
  position: absolute;
  bottom: 15px;
  left: 0px;
  right: 0px;
  list-style: none;
  padding: 0;
  text-align: center;
  display: none;
}

#banner-slider .slick-dots li {
  display: inline-block;
}

#banner-slider .slick-dots li:not(:last-child) {
  margin-right: 10px;
}

#banner-slider .slick-dots li button {
  border-radius: 50%;
  background: transparent;
  border: 2px solid white;
  content: " ";
  font-size: 0px;
  width: 15px;
  height: 15px;
}

#banner-slider .slick-dots li.slick-active button {
  background: white;
  border: 2px solid white;
}



section.event .event-title {
  background: white;
  padding: 15px 20px;
  position: relative;
  display: table;
  margin-right: auto;
  margin-left: auto;
  margin-bottom: -30px;
}

/*    section.update .update-title:after{
   
  content: "";
  position: absolute;
  top: 0;
  left: 100%;
  height: 100%;
  width: 61%;
  background: url('/wp-content/themes/upd-theme-new/assets/img/header-accent-1-min.svg') bottom center;

    
}*/

section.event h2{
  color: #fdba25;
  font-family: "Roboto", sans-serif;
  font-weight: 700;
  font-size: 2rem;
 
  line-height: normal;
  margin-bottom: 0px;
  text-transform: uppercase;
  text-align: center;
}

section.event .event-title h3 {
  color: #fdba25;
  font-family: "Roboto", sans-serif;
  font-weight: 700;
  font-size: 24px;
  display: table;
  line-height: normal;
  margin-bottom: 0px;
  text-transform: uppercase;
}

section.event .event-body {
  background: white;
  padding: 40px 0px 30px;
}


section.event .col-20p{
  padding-right: 15px;
  padding-left: 15px;
  flex: 0 0 20%;
  max-width: 20%;
}

.event-info-month {
  font-family: "Roboto", sans-serif;
  font-weight: 700;
  font-size: 24px;
  
  color: #7b1518;
  text-align: center;
  line-height: 30px;
  text-transform: uppercase;
}

.event-info-day {
  font-family: "Roboto", sans-serif;
  font-weight: 700;
  font-size: 24px;
  
  color: #7b1518;
  text-align: center;
  line-height: 42px;
}

.events-featured a {
  display: block;
  background: transparent;
  -webkit-transition: all 300ms;
  -moz-transition: all 300ms;
  -ms-transition: all 300ms;
  -o-transition: all 300ms;
  transition: all 300ms;
  padding-top: 10px;
}

.events-featured a:hover {
  background: #f1f1f1;
}

.events-featured .events-thumb figure {
  height: 300px;
  background: #ccc;
  width: 500px;
  overflow: hidden;
  position: relative;
  margin-left: auto;
  margin-right: auto;
}

.events-featured .events-thumb figure img {
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  z-index: 1;
  width: 100%;
}

.events-list .events-thumb figure {
  height: 250px;
  background: #ccc;
  width: 100%;
  overflow: hidden;
  position: relative;
  margin-bottom: 0px;
}

.events-list .events-thumb figure img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.events-list .events-date{
  text-align: center;
  margin-bottom: 20px;
}

.events-list .events-date span{
  color: #00573f;
}

.articles .section-title{
  color: #00573f;
}

.events-list > a,
.css-events-list > a {
  padding-top: 10px;
  padding-bottom: 10px;
  background: transparent;
  -webkit-transition: all 300ms;
  -moz-transition: all 300ms;
  -ms-transition: all 300ms;
  -o-transition: all 300ms;
  transition: all 300ms;
  display: block;
}

.events-list > a:hover,
.css-events-list > a:hover {
  background: #f1f1f1;
}

.events-list > a:hover ul li,
.css-events-list > a:hover  ul li{
  color: #000;
}

.events-list > a:hover h4,
.css-events-list > a:hover h4{
  color: #7b1518;
}

section.event .events-featured .event-info {
  padding-bottom: 10px;
}

section.event .event-info p {
  color: #000;
  margin-bottom: 0px;
}

section.event .event-info h3 {
  font-size: 16px;
  margin-bottom: 5px;
  font-family: "Gothic A1", sans-serif;
  font-weight: 700;
}

section.event .event-info .event-text-excerpt {
  color: #333;
}

section.event .events-list {
  margin-bottom: 20px;
}

section.event .events-list a:not(:last-child) {
  margin-bottom: 25px;
  display: block;
}

main.events-page #searchform input {
  padding: 5px 15px;
  border-radius: 25px;
  font-size: 14px;
}

main.events-page #searchform input.btn:hover {
  background-color: #7b1518;
  color: white;
  border-color: #7b1518;
}

main.events-page #searchform .search-input {
  padding: 5px 25px;
  border-radius: 25px;
  font-size: 14px;
  border: 1px solid #333;
  margin-bottom: 15px;
  width: 100%;
}

main.events-page figure figcaption{
  text-align: center;
}

.articles a:hover .excerpt-container{
  color: #000;
  
}

.article-excerpt {
  /* overflow: hidden;
  /* text-overflow: ellipsis; */
  /* display: -webkit-box; */
  /* -webkit-line-clamp: 8; */
  /* -webkit-box-orient: vertical; */
  /* height: 210px;  */
}

.title-container {
  /*overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;*/
  
}

.event-text-excerpt {
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  line-height: normal;
}

.event-title-excerpt {
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  margin-bottom: 0px;
}

.excerpt-update-container {
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
}

.title-update-container {
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  margin-bottom: 0px;
}

.about-text-box {
  position: relative;

  display: contents;
}

.about-text-box p {
  color: white;
  position: absolute;
  top: 50%;
  transform: translate(-50%, -50%);
  width: 90%;
  left: 50%;
}

.bg-red {
  background: #751518;
}

.about .container a {
  -webkit-box-shadow: 0px 0px 5px 0px rgba(52, 52, 52, 0.6);
  -moz-box-shadow: 0px 0px 5px 0px rgba(52, 52, 52, 0.6);
  box-shadow: 0px 0px 5px 0px rgba(52, 52, 52, 0.6);
}

.about .container a:hover {
  -webkit-box-shadow: 0px 0px 10px 0px rgba(52, 52, 52, 0.6);
  -moz-box-shadow: 0px 0px 10px 0px rgba(52, 52, 52, 0.6);
  box-shadow: 0px 0px 10px 0px rgba(52, 52, 52, 0.6);
}

/*ARCHIVE PAGES*/
.category .category-title,
.archive .category-title {
  background: white;
  padding: 15px 20px;
  position: relative;
  display: table;
  margin-right: auto;
  margin-left: auto;
  margin-bottom: 30px;
  text-align: center;
  display: block;
}

.category a .article-callout,
.archive a .article-callout {
  background-color: white;
  padding: 30px;
  /*margin-top: -50px;*/
  height: 310px;
  -webkit-box-shadow: 0px 0px 18px 0px rgba(52, 52, 52, 0.1);
  -moz-box-shadow: 0px 0px 18px 0px rgba(52, 52, 52, 0.1);
  box-shadow: 0px 0px 18px 0px rgba(52, 52, 52, 0.1);
  -webkit-transition: all 300ms;
  -moz-transition: all 300ms;
  -ms-transition: all 300ms;
  -o-transition: all 300ms;
  transition: all 300ms;
}

.category a:hover .article-callout,
.archive a:hover .article-callout {
  -webkit-box-shadow: 0px 0px 10px 0px rgba(52, 52, 52, 0.3);
  -moz-box-shadow: 0px 0px 10px 0px rgba(52, 52, 52, 0.3);
  box-shadow: 0px 0px 10px 0px rgba(52, 52, 52, 0.3);
}

.category .category-title h2,
.archive .category-title h2 {
  color: black;
  font-family: "Roboto", sans-serif;
  font-weight: 700;
  font-size: 24px;
  display: table;
  line-height: normal;
  margin-bottom: 0px;
  text-transform: uppercase;
  position: relative;
  display: table;
  margin: 0 auto;
  padding: 0 20px;
  background: white;
}

.category .category-title:before,
.archive .category-title:before {
  content: "";
  position: absolute;
  border-top: 4px solid #751518;
  top: 50%;
  left: 0px;
  right: 0px;
  transform: translateY(-50%);
}

.archive .article-callout figure {
  height: 150px;
  background: #ccc;
  width: 100%;
  overflow: hidden;
  position: relative;
}

.archive .article-callout figure img {
  position: absolute;
  top: 0%;
  transform: translateY(0%);
  z-index: 1;
  width: 100%;
}

/*SIDEBAR*/
.sidebar-1-area ul {
  padding-left: 15px !important;
}

.sidebar-1-area ul li {
  list-style: none !important;
}

#comments {
  display: none !important;
}

main.inner-page {
  margin-top: 90px;
  margin-bottom: 90px;
}

.category-list a figure {
  height: 100px;
  background: #ccc;
  width: 100%;
  overflow: hidden;
  position: relative;
  margin-bottom: 0px;
}

.category-list a figure img {
  position: absolute;
  top: 0%;
  transform: translateY(0%);
  z-index: 1;
  width: 100%;
}

.category-list a .article-excerpt {
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  overflow: hidden;
  /* line-height: normal; */
}

/*PAGINATION*/
/*--------------------------------------------------------------
Pagination
--------------------------------------------------------------*/
/*.pagination {
  margin-top: 30px;
  margin-bottom: 30px;
  padding-left: 0;
}

.pagination a.page-numbers,
.pagination a.page-numbers:hover{
  color: #ccc;
  text-decoration:none;
  font-size: 16px;
  color: #fff;
  background: #159550;
  padding: 5px 10px;
  border-radius: 0px;
}

.pagination .current{
   color: #ccc;
  text-decoration:none;
  font-size: 16px;
  color: #fff;
 background: #751518;
  padding: 5px 10px;
  border-radius: 0px;
 

}*/

.pagination {
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  margin-top: 30px;
  margin-bottom: 30px;
}

.pagination span {
  text-decoration: none;
  font-size: 16px;
  color: #9a9a9a;
  background: #e0e0e0;
  padding: 5px 10px;
  border-radius: 0px;
}

.pagination li {
  padding: 5px 5px;
}

.pagination li:first-child a,
.pagination li:last-child a {
  color: #9a9a9a !important;
}

.pagination li a {
  color: #d02429;
  text-decoration: none;
  font-size: 16px;
  background: #e0e0e0;
  padding: 5px 10px;
  border-radius: 0px;
}

.pagination li a:hover {
  background: #f5d49e;
}

.pagination li.active a {
  color: #fff;
  background: #d02429;
}

.pagination .next,
.pagination .prev {
  font-size: 14px;
}



.em-pagination {
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  margin-top: 30px;
  margin-bottom: 30px;
  display: block;
}

.em-pagination a {
  color: #d02429;
  text-decoration: none;
  font-size: 16px;
  background: #e0e0e0;
  padding: 5px 10px;
  border-radius: 0px;
  margin: 5px;
  display: inline-block;
}

.em-pagination a:hover {
  background: #f5d49e;
}



.em-pagination strong .current {
  color: #fff;
  background: #d02429;
  padding: 5px 10px;
  border-radius: 0px;
  font-size: 16px;
  margin: 5px;
  display: inline-block;
}



.em-pagination  .next,
.em-pagination  .prev {
  font-size: 16px;
}

.post-thumbnail {
  margin-top: 1.5em;
  display: table;
  margin: auto;
}

.fb3d-modal {
  position: fixed;
  width: 100% !important;
  height: 100% !important;
  left: 0 !important;
  top: 0 !important;
  box-shadow: 0 0 5px #fff;
  z-index: -9;
  opacity: 0;
  transition: opacity 0.5s, z-index 0.5s step-end;
}

.publications-list table th,
.publications-list table td {
  border-top: 0px solid #dee2e6;
}

.fb3d-thumbnail-lightbox-mode,
.fb3d-thumbnail-mode {
  position: relative;
  display: table !important;
  line-height: 0;
  margin: auto !important;
}

.event-thumb-list {
  background: #ccc;
}

.microsite {
  margin-top: 0px !important;
}

.microsite .entry-content {
  margin-top: 0px;
}

.microsite .entry-header {
  display: none;
}

.microsite .is-style-outline > .wp-block-button__link,
.microsite .wp-block-button__link.is-style-outline {
  border: 3px solid;
  padding: 3px 15px;
  display: block;
  font-weight: 700;
}

.microsite .wp-block-post-featured-image a {
  display: block;
}

.microsite .wp-block-post-date {
  font-size: 80%;
  color: #777777;
  font-family: "Mulish", sans-serif;
  font-weight: 400;
}

.microsite-container {
  background: #7b1518;
  padding: 30px;
  position: relative;
  height: 300px;
  z-index: 1;
}

.microsite-container:after {
  content: "";
  width: 0;
  height: 0;
  border-top: 150px solid transparent;
  border-bottom: 150px solid transparent;
  border-left: 30px solid #7b1518;
  top: 0px;
  right: -30px;
  position: absolute;
}

.microsite-container-inner {
  position: absolute;
  top: 50%;
  left: 0px;
  right: 0px;
  transform: translateY(-50%);
}

.microsite-container-inner img {
  height: 100px;
  display: table;
  margin: 0 auto;
}

.recent-post-container {
  padding: 30px 30px 30px 60px;
  background: #f1f1f1;
}

.recent-post-container-thumb {
  height: 240px;
  background: #f1f1f1;
  width: 270px;
  overflow: hidden;
  position: relative;
}

.recent-post-container-thumb img {
  position: absolute;
  top: 0%;
  transform: translateY(0%);
  z-index: 1;
  width: 100%;
}

section.update .publication-container .book-thumbnail a {
  height: 220px;
  width: 190px;
  display: block;
  margin: 0 auto 0px;
  position: relative;
  overflow: hidden;
}

section.update .publication-container .book-thumbnail a img {
  position: absolute;
  top: 0%;
  /*transform: translateY(0%);*/
  z-index: 1;
  width: 100%;
}

.publication-container .btn-green {
  width: 190px;
  font-size: 15px;
  background: #159550;
  padding: 10px 10px;
  border-radius: 0px;
}

.publication-container .btn-green:hover {
  color: #fff !important;
  background: #519671;
  -webkit-transition: all 300ms;
  -moz-transition: all 300ms;
  -ms-transition: all 300ms;
  -o-transition: all 300ms;
  transition: all 300ms;
}

.btn-all-news {
  position: absolute;
  bottom: 0px;
  right: 42px;
  font-size: 15px;
  background: #159550;
  padding: 10px 25px;
  border-radius: 0px;
}

.update-online-page .update-title {
  background: #333;
}

.update-online-page .recent-article-content {
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-line-clamp: 8;
  -webkit-box-orient: vertical;
}

.update-online-page .recent-article-content .excerpt-container {
  color: #333;
  word-break: break-all;
  /* line-break: anywhere; */
  margin-top: 10px;
}

.update-online-page .recent-article-content .excerpt-container a{
  /* line-break: anywhere; */
}

.entry-content a{
  /* line-break: anywhere; */
}

.update-online-page ._3d-flip-book a {
  height: 300px;
  width: 210px;
  display: table;
  background: #ccc;
  margin: 0 auto 0px;
  position: relative;
  overflow: hidden;
}

.update-online-page ._3d-flip-book a img {
  height: 100%;
  object-fit: cover;
}

.update-online-page .recent-article > a {
  display: block;
  background: transparent;
  padding: 10px;
  border-radius: 10px;
  height: 100%;
}

.update-online-page .recent-article > a:hover {
  background: #f1f1f1;
  -webkit-transition: all 300ms;
  -moz-transition: all 300ms;
  -ms-transition: all 300ms;
  -o-transition: all 300ms;
  transition: all 300ms;
  /*webkit-box-shadow: 0px 0px 10px 0px rgb(52 52 52 / 30%);
    -moz-box-shadow: 0px 0px 10px 0px rgba(52, 52, 52, 0.3);
    box-shadow: 0px 0px 10px 0px rgb(52 52 52 / 30%);*/
}

.recent-article {
  width: 450px;
  height: 550px;
  margin: 0 auto 30px;
  display: table;
}

.recent-article figure {
  height: 300px;
  width: 450px;
  /*display: table;*/
  background: #ccc;
  margin: 0 auto 10px;
  position: relative;
  overflow: hidden;
}

.recent-article figure img {
  position: absolute;
  top: 0%;
  transform: translateY(0%);
  z-index: 1;
  width: 100%;
}

.recent-article .excerpt-container {
  -webkit-line-clamp: 3;
  /* line-height: normal; */
}

.recent-article-publication {
  width: 215px;
  height: 460px;
  margin: 0 auto 30px;
  display: table;
}

.recent-article-publication figure {
  height: 300px;
  width: 215px;
  /*display: table;*/
  background: #ccc;
  margin: 0 auto 10px;
  position: relative;
  overflow: hidden;
}

.recent-article-publication figure img {
  position: absolute;
  top: 0%;
  transform: translateY(0%);
  z-index: 1;
  width: 100%;
}

.events-page{
  margin-top: 165px;
}

.events-page table.em-calendar thead {
  font-size: 100%;
  font-weight: 400;
}

.events-page .table-bordered td,
.events-page .table-bordered th {
  border: 1px solid #000;
}

.events-page table.em-calendar .days-names td:first-child,
.events-page table.em-calendar .days-names td:last-child {
  color: #7b1518;
}

.events-page table.em-calendar td {
  padding: 5px 4px 2px;
  text-align: center;
}

.events-page .event-day-box {
  height: 100px;
  width: 100px;
  position: relative;
  overflow: hidden;
}

.events-page .event-day-box > img{
  position: absolute;
    height: auto;
    width: 200px;
    transform: translate(-50%, -50%);
    top: 50%;
    left: 50%;
    object-fit: cover;
}

.events-page .event-day-box .event-day-box-inner {
  height: 100%;
}

.events-page .event-day-box .event-day-box-inner .month {
  color: white;
  position: absolute;
  top: 0px;
  left: 0px;
  right: 0px;
  padding: 0px 15px;
  text-align: center;
}

.events-page .event-day-box .event-day-box-inner .day {
  font-size: 32px;
  position: absolute;
  top: 65%;
  left: 50%;
  transform: translate(-50%, -50%);
  font-weight: 700;
}

.events-page .events-list h4 {
  font-size: 20px !important;
  margin-bottom: 5px !important;
  font-family: "Gothic A1", sans-serif;
  font-weight: 700 !important;
}

.events-page .event-day-box .event-day-box-inner .month.color-01,
.events-page .event-day-box .event-day-box-inner .month.color-04,
.events-page .event-day-box .event-day-box-inner .month.color-07,
.events-page .event-day-box .event-day-box-inner .month.color-10 {
  background: #7b1518;
}

.events-page .event-day-box .event-day-box-inner .month.color-02,
.events-page .event-day-box .event-day-box-inner .month.color-05,
.events-page .event-day-box .event-day-box-inner .month.color-08,
.events-page .event-day-box .event-day-box-inner .month.color-11 {
  background: #0a4424;
}

.events-page .event-day-box .event-day-box-inner .month.color-03,
.events-page .event-day-box .event-day-box-inner .month.color-06,
.events-page .event-day-box .event-day-box-inner .month.color-09,
.events-page .event-day-box .event-day-box-inner .month.color-12 {
  background: #f5ab29;
}

#menu-item-27493 .header-info .header-info {
  display: none !important;
}

/*Dropdown Css*/
.main-nav {
  margin-top: 2px;
}

#menu-main-menu {
  margin-left: auto;
  display: table;
}

#menu-main-menu a {
  color: black !important;
  text-transform: uppercase;
  font-family: "Mulish", sans-serif;
}

#menu-main-menu a:hover {
  color: white !important;
}

#menu-main-menu > li.menu-item {
  display: inline-block;
  padding-top: 0px;
  padding-bottom: 0px;
  height: 50px;
}

#menu-main-menu > li.menu-item {
  padding: 8px 15px;
}

#menu-main-menu > li.menu-item:not(:last-child){
  margin-right: 15px;
}

#menu-main-menu > li.menu-item:hover{
  background-color: #9a2f4d;
  color: white;
}

#menu-main-menu > li.menu-item:hover a{
  color: white !important;
}


#menu-main-menu > li.menu-item > ul > li > a:hover{
  color: #eae0e3 !important;
}

.dropdown:hover > .dropdown-menu {
  display: block;
}

.dropdown-menu {
  margin-top: 0px;
  padding: 5px;
  width: 500px;
  columns: 2;
}

.dropdown-submenu {
  position: relative;
}
.dropdown-submenu > .dropdown-menu {
  top: 0;
  left: 100%;
  margin-top: -6px;
  margin-left: -1px;
  -webkit-border-radius: 0 6px 6px 6px;
  -moz-border-radius: 0 6px 6px;
  border-radius: 0 6px 6px 6px;
}
.dropdown-submenu:hover > .dropdown-menu {
  display: block;
}

.dropdown-submenu > a:after {
  display: block;
  content: " ";
  float: right;
  width: 0;
  height: 0;
  border-color: transparent;
  border-style: solid;
  border-width: 5px 0 5px 5px;
  border-left-color: #ccc;
  margin-top: 5px;
  margin-right: -10px;
}
.dropdown-submenu:hover > a:after {
  border-left-color: #fff;
}
.dropdown-submenu.pull-left {
  float: none;
}
.dropdown-submenu.pull-left > .dropdown-menu {
  left: -100%;
  margin-left: 10px;
  -webkit-border-radius: 6px 0 6px 6px;
  -moz-border-radius: 6px 0 6px 6px;
  border-radius: 6px 0 6px 6px;
}
/*./Dropdown Css*/

/*UPDATE ONLINE*/
footer.update-online-footer {
  background: #333;
}

footer.update-online-footer ul li a {
  color: #ffffff;
}


.has-maroon-background-color{
  background-color: #751518;
}
.has-green-background-color{
  background-color: #0a4424;
}

.has-yellow-background-color{
  background-color: #f5ab29;
}

.has-white-color{
  color: white !important;
}

.sidebar-content {
  /*margin-top: 75px;*/
  margin-bottom: 60px;
  padding-left: 30px;
  padding-right: 30px;
  border-left: 1px solid #ccc;
}

.widget-title{
  font-family: 'Roboto', sans-serif;
  font-weight: 700;
  font-size: 24px;
  border-bottom: 2px solid #751518;
  padding-bottom: 10px;
}

.sidebar-1-area .widget, .footer-widgets .widget {
    margin-bottom: 0;
    padding: 0rem;
    padding-left: 30px;
    padding-right: 30px;
}

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

.widget_categories figure{
  height: 180px;
  width: 100%;
    background: #ccc;
    overflow: hidden;
    position: relative;
    margin-bottom: 0px;
    display: table;
    margin: 0px auto 10px;
    border:  1px solid black;
}

.widget_categories figure img{
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  z-index: 1;
  width: 100%;
}

.widget_categories a:hover,
.widget_categories a:active,
.widget_categories a:focus{
  color: #d02429 !important;
}

.embedpress-document-embed > iframe{
  width: 100% !important;
  height: 700px !important;
}


#toTop{
  padding: 5px;
  background: rgba(123, 21, 24, 1);
  color: #fff;
  position: fixed;
  bottom: 30px;
  right: 60px;
  display: none;
  border-radius: 0px;
  display: block;
  text-align: center;
  height: 45px;
  width: 45px;
  line-height: normal;
  font-size: 25px;
  z-index: 1000;
}

#toTop:hover{
  opacity: .8;
}

#toTop i{
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}

._3d-flip-book .book-thumbnail img{
  display: block;
  width: 100%;
}

.homecard{
  -webkit-background-size: cover;
  -moz-background-size: cover;
  -o-background-size: cover;
  background-size: cover;
}

.homecard-container{
  padding: 30px 180px;

}

.homecard h3{
  color: #7b1518;
  text-align: center;
  font-size: 60px;
  margin-bottom: 30px;
}


table.em-calendar td.eventful a, table.em-calendar td.eventful-today a{
  color: #751518 !important
}

.event-list-image > img{
  object-fit: cover;
  height: 100px;
  width: 100px;
}

.events-page figure{
  width: auto !important;
}

/* NEW CSS 2024 */

.section-spacing{
  padding-top: 90px;
  padding-bottom: 90px; 
}


.section-spacing .btn-article{
  margin-top: 30px;
}


.article-scroll .slick-slide{ 
  height: auto;
}

.article-scroll .slick-dots li button:before{
  font-size: 16px;
  color: #00573f;
}

main.homepage section.articles a .article-callout{
  height: auto;
  min-height: 1px;
}

.sustainable-dev-goals{
  padding: 0px 0px 30px
}

.sustainable-dev-goals .count-boxes{
  display: grid;
  padding: 20px;
  grid-template-columns: auto auto auto;
  gap: 40px;
}

.sustainable-dev-goals .count-box-item{
  font-size: 32px;
  font-weight: 700;
  padding: 15px 20px;
  text-align: center;
  color: white;
  border-radius: 10px;
}

.dynamic-category-section figure{
  height: 500px;
  overflow: hidden;
  position: relative;
  
}

.dynamic-category-section figure img{
  position: absolute;
}

.zoom-in-animation{
  transform: scale(1);
  transition: all .3s ease-in;
}

.zoom-in-animation:hover{
  transform: scale(1.05);
  transition: all .3s ease-in;
}

.events-list a .events-thumb{
  height: 270px;
  overflow: hidden;
  position: relative;
}

.events-list a .events-thumb img{
  transform: scale(1);
  transition: all .3s ease-in;
  position: absolute;
}


.events-list a:hover .events-thumb img{
  transform: scale(1.05);
  transition: all .3s ease-in;
}

#searchform input[type="submit"] {
  position: relative;
  background: #7b1518;
  color: white;
  border-color: #7b1518;
}

.em.em-calendar.size-medium .em-cal-body .em-cal-day .em-cal-day-date .limited-icon, .em.em-calendar.size-small .em-cal-body .em-cal-day .em-cal-day-date .limited-icon{
  display: none !important;
}


@media not all and (min-resolution:.001dpcm)
{ @supports (-webkit-appearance:none) {

    .safari_only { 
       height: 520px !important;
    }
}}

@media not all and (min-resolution:.001dpcm)
{ @supports (-webkit-appearance:none) and (stroke-color:transparent) {
  .safari_only { 
    height: 520px !important;
 }
}}

@media (min-resolution:.001dpcm){ 
  @supports (-webkit-appearance:none) and (not (stroke-color:transparent)) {
    .safari_only { 
      height: 520px !important;
   }
  }}
/*DESKTOP*/

@media (min-width: 2100px) {
}

@media (min-width: 1800px) and (max-width: 2099px) {
}

@media (min-width: 1600px) and (max-width: 1799px) {
  header.navbar-header .logo {
    height: 70px;
    display: inline-block;
    width: auto;
  }

  #menu-main-menu > li.menu-item:not(:last-child) {
    margin-right: 10px;
  }

  header.navbar-header .search-btn {
    margin-top: 46px;
    padding: 0px 0px 0px 20px;
  }

  main.homepage .banner {
    top: 85px;
  }

  main.homepage{
    margin-top: 85px
  }
}

@media (min-width: 1400px) {
  .container {
      max-width: 1320px;
  }
}

@media (min-width: 1400px) and (max-width: 1599px) {
  header.navbar-header .logo {
    height: 70px;
    display: inline-block;
    width: auto;
  }

  #menu-main-menu > li.menu-item:not(:last-child) {
    margin-right: 10px;
  }

  header.navbar-header .search-btn {
    margin-top: 46px;
    padding: 0px 0px 0px 20px;
  }

  main.homepage .banner {
    top: 55px;
  }

  main.homepage{
    margin-top: 55px
  }

  main.homepage section.articles .article-callout figure {
    height: 200px;
  }

  .events-list .events-thumb figure {
    height: 170px;
  }

  .main-nav ul ul {
    top: 34px;
  }

  .search-field {
    top: 75px;
  }

  #menu-main-menu > .menu-item.current_page_item > a::before,
  #menu-main-menu > .current-menu-parent > a::before {
    bottom: -1px;
  }

  .desktop-header {
    padding-left: 5%;
    padding-right: 5%;
  }

  footer.page-footer .webinfo {
    padding-left: 5%;
    padding-right: 5%;
  }

  .events-list a .events-thumb {
    height: 180px;
  }
}

@media (min-width: 1200px) and (max-width: 1399px) {
  header.navbar-header .logo {
    height: 70px;
    display: inline-block;
    width: auto;
  }

  #menu-main-menu > li.menu-item:not(:last-child) {
    margin-right: 0px;
  }


  main.homepage .banner {
    top: 60px;
  }

  main.homepage{
    margin-top: 60px
  }

  main.homepage section.articles .article-callout figure {
    height: 160px;
  }

  .events-list .events-thumb figure {
    height: 170px;
  }


  .desktop-header {
    padding-left: 15px;
    padding-right: 15px;
  }

  footer.page-footer .webinfo {
    padding-left: 15px;
    padding-right: 15px;
  }

  .video-container {
    height: 650px;
  }

  .events-list a .events-thumb {
    height: 180px;
  }
}

@media (min-width: 992px) and (max-width: 1199px) {
  .main-nav {
    margin-top: 28px;
  }

  header.navbar-header .logo {
    height: 60px;
    display: inline-block;
    width: auto;
  }

  #menu-main-menu-mobile-1 {
    margin-bottom: 0px;
    padding-left: 0px;
    margin-left: auto;
    display: table;
  }

  main.homepage .banner {
    top: 60px;
  }

  main.homepage{
    margin-top: 70px
  }

  main.homepage section.articles .article-callout figure {
    height: 160px;
  }

  .events-list .events-thumb figure {
    height: 170px;
  }

  .research .font-20, .extension .font-20{
    font-size: 14px;
  }


  .desktop-header {
    padding-left: 15px;
    padding-right: 15px;
  }

  footer.page-footer .webinfo {
    padding-left: 15px;
    padding-right: 15px;
  }

  footer.page-footer{
    font-size: 14px;
  }

  footer.page-footer .webinfo a{
    font-size: 14px;
  }

  .video-container {
    height: 650px;
  }  
  /* #menu-main-menu-mobile-1 > .current-menu-parent > a {
    border-bottom: 3px solid #7b1518;
  } */

  #menu-main-menu-mobile-1 a {
    color: #000000cc !important;
    font-size: 14px;
  }

  #menu-main-menu-mobile-1 > li.menu-item:not(:last-child) {
    margin-right: 10px;
  }

  .dropdown-toggle::after {
    display: inline-block;
    font-style: normal;
    font-variant: normal;
    text-rendering: auto;
    -webkit-font-smoothing: antialiased;
    font-family: "Font Awesome 5 Free";
    font-weight: 900;
    content: "\f107";
    border-top: 0px;
    border-bottom: 0px;
    border-left: 0px;
    border-right: 0px;
    vertical-align: middle;
  }

  #menu-main-menu-mobile-1 > .menu-item a {
    border-bottom: 3px solid transparent;
  }

  /* #menu-main-menu-mobile-1 > .menu-item.current_page_item::before > a,
  #menu-main-menu-mobile-1 > .current-menu-parent::before > a {
    border-bottom: 3px solid #751518;
  } */

  .main-nav ul li:hover > ul {
    display: block;
  }

  .main-nav ul ul {
    display: none;
    position: absolute;
    top: 35px;
    right: 0;
    z-index: 99999;
    width: 200px;
    background: #fff;
    box-shadow: 0px 3px 3px rgba(0, 0, 0, 0.2);
    padding: 10px;
    list-style: none;
    columns: 1;
  }

  .main-nav li {
    position: relative;
  }

  .main-nav > #menu-main-menu-mobile-1 > .menu-item-has-children {
    position: relative;
  }

  #menu-main-menu-mobile-1 > .menu-item > a {
    padding-left: 5px;
    padding-right: 5px;
    padding-bottom: 25px;
  }

  /* #menu-main-menu-mobile-1 > .menu-item.current_page_item > a::before,
  #menu-main-menu-mobile-1 > .current-menu-parent > a::before {
    border-bottom: 3px solid #751518;
    position: absolute;
    bottom: -3px;
    left: 0px;
    right: 0px;
    content: "";
  } */

  .main-nav > #menu-main-menu-mobile-1 > .menu-item-has-children::after {
    font-family: "Font Awesome 5 Free";
    font-weight: 900;
    content: "\f107";
    display: none;
  }

  #menu-main-menu-mobile-1 > .menu-item > ul.sub-menu > li {
    border-bottom: 3px solid transparent;
  }

  #menu-main-menu-mobile-1 > .menu-item > ul.sub-menu > li.current_page_item {
    border-bottom: 3px solid #751518;
  }

  #menu-main-menu-mobile-1 > .menu-item > ul.sub-menu > li > a:hover {
    color: #751518 !important;
  }

  #menu-main-menu-mobile-1 > li.menu-item {
    display: inline-block;
    padding-top: 0px;
    padding-bottom: 0px;
  }

  .dropdown-menu {
    right: 0;
    left: auto;
  }

  header.navbar-header .search-btn {
    margin-top: 28px;
    padding: 0px 0px 0px 0px;
    margin-right: 30px;
  }

  header.navbar-header .search-btn.active {
    padding: 0px 0px 0px 10px;
  }

  .desktop-header {
    padding-left: 0%;
    padding-right: 0%;
  }

  main.homepage section.articles .article-callout > span {
    font-size: 20px;
  }

  #menu-main-menu a {
    font-size: 14px;
  }

  main.homepage section.articles a .article-callout {
    height: auto;
    overflow: hidden;
  }

  main.homepage section.articles .article-callout figure {
    height: 165px;
    width: auto;
  }

  main.homepage section.articles .article-callout > span {
    font-size: 16px;
  }

  main.homepage section.articles .article-callout .title-container h3.font-20 {
    font-size: 15px;
  }

  main.homepage section.articles .article-callout .excerpt-container {
    font-size: 14px;
    
  }

  .events-featured .events-thumb figure {
    height: 240px;
    width: auto;
  }

  main.homepage
    section.microsite
    .recent-post-container
    .title-container
    h3.font-20 {
    font-size: 16px;
  }

  main.homepage section.microsite .recent-post-container .lh-normal {
    font-size: 13px;
  }

  footer.page-footer .font-20 {
    font-size: 14px;
  }

  footer.page-footer .font-24 {
    font-size: 18px;
  }

  footer.page-footer .webinfo {
    padding-left: 15px;
    padding-right: 15px;
  }

  footer.page-footer .other-schools li a {
    font-size: 14px;
  }

  .video-container {
    height: 56.5vh;
  }

  #banner-slider {
    position: relative;
    height: 56.5vh;
  }

  .search-field {
    top: 60px;
  }

  .recent-article figure {
    height: 270px;
    width: 430px;
  }

  main.events-page #searchform input {
    padding: 5px 10px;
  }

  .homecard-container {
    padding: 30px 90px;
  }

  .event .event-body .events-list>div{
    justify-content: center;
  }

  section.event .col-20p {
   
    flex: 0 0 33%;
    max-width: 33%;
    margin-bottom: 60px;
  }

  .sustainable-dev-goals .count-boxes {
    grid-template-columns: auto auto;
    gap: 20px;
}

.events-list a .events-thumb {
  height: 180px;
}
}

@media (min-width: 768px) and (max-width: 991px) {
  header .logo {
    height: 50px !important;
  }

  header .search-btn {
    background: white;
    padding: 4px 10px;
    display: block;
    color: #751518;
    -webkit-transition: all 300ms;
    -moz-transition: all 300ms;
    -ms-transition: all 300ms;
    -o-transition: all 300ms;
    transition: all 300ms;
    font-size: 26px;
  }

  header .search-btn.active {
    background: #d02429;
    padding: 4px 10px;
    display: block;
    color: white;
  }

  .search-field {
    display: none;
    position: absolute;
    top: 60px;
    z-index: 1;
    width: 250px;
    right: initial;
    left: -100%;
    transform: translateX(-50%);
  }

  .navbar-toggler {
    background: white;
    padding: 0px 10px;
    display: block;
    color: #751518;
    -webkit-transition: all 300ms;
    -moz-transition: all 300ms;
    -ms-transition: all 300ms;
    -o-transition: all 300ms;
    transition: all 300ms;
    font-size: 32px;
  }

  .main-header__links-container-primary {
    text-align: left !important;
  }

  ul.main-header__links-container-primary > li {
    display: block;
  }

  ul.main-header__links-container-primary > li:not(:last-child) {
    margin-right: 0px;
  }

  header nav > ul > li > a {
    color: #751518;
    font-weight: 500;
    background: white;
    padding: 5px 20px;
    -webkit-transition: all 300ms;
    -moz-transition: all 300ms;
    -ms-transition: all 300ms;
    -o-transition: all 300ms;
    transition: all 300ms;
    width: 100%;
    display: block;
  }

  ul.main-header__links-container-primary > li > .header-info {
    display: none;
    position: relative;
    top: 0px;
    width: 100%;
    left: 50%;
    transform: translateX(-50%);
    z-index: 2;
    text-align: left;
    padding: 10px 15px 10px 40px;
    background: white;
  }

  ul.main-header__links-container-primary > li > .header-info ul {
    columns: 1;
  }

  .about-text-box p {
    color: white;
    position: relative;
    top: 0;
    transform: translateY(0%);
  }
  .video-container {
    overflow: hidden;
    height: 43.5vh;
    position: relative;
  }

  #banner-slider {
    position: relative;
    height: 43.5vh;
  }

  main.homepage section.articles a .article-callout {
    padding: 10px;
    height: auto;
  }

  .event-info-day {
    font-size: 20;
    line-height: 20px;
  }

  .events-list .events-thumb figure {
    height: 46.66px;
  }

  .about-text-box {
    position: relative;
    padding: 30px;
    height: 100%;
  }

  .about-text-box p {
    color: white;
    position: relative;
    top: 0;
    transform: translate(0%, 0%);
    left: 0px;
    width: 100%;
    padding: 15px;
  }

  main.homepage section.articles .article-callout > span {
    font-size: 14px;
  }

  header.navbar-header .search-btn {
    margin-top: 0px;
  }

  main.homepage section.articles .article-callout figure {
    height: 165px;
    width: 187px;
  }

  main.homepage section.articles .article-callout .title-container h3 {
    font-size: 16px !important;
  }

  main.homepage section.articles .article-callout .excerpt-container {
    font-size: 14px;
  }

  .slick-dotted.slick-slider {
    margin-bottom: 0px;
  }

  .microsite-excerpt {
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 8;
    -webkit-box-orient: vertical;
  }

  .recent-post-container-thumb {
    height: 200px;
    width: 170px;
  }

  .microsite-excerpt .title-container h3 {
    font-size: 16px;
  }

  .microsite-excerpt .lh-normal {
    font-size: 14px;
  }

  .microsite .recent-post-container a.microsite-link {
    font-size: 14px;
  }

  .microsite-container {
    background: #7b1518;
    padding: 30px;
    position: relative;
    height: 260px;
    z-index: 1;
  }

  .microsite-container-inner img {
    height: 70px;
    display: table;
    margin: 0 auto;
  }

  .microsite-container:after {
    content: "";
    width: 0;
    height: 0;
    border-top: 130px solid transparent;
    border-bottom: 130px solid transparent;
    border-left: 30px solid #7b1518;
    top: 0px;
    right: -30px;
    position: absolute;
  }

  section.update .update-body {
    padding-right: 0px;
  }

  .main-nav {
    margin-top: 0px;
  }

  #menu-main-menu-mobile {
    padding-left: 0px;
    list-style: none;
  }

  #menu-main-menu-mobile a {
    display: block;
    padding: 5px 15px;
  }

  .main-nav ul ul {
    display: none;
    position: relative;
    top: 0;
    right: 0;
    z-index: 99999;
    width: auto;
    background: #fff;
    box-shadow: none;
    padding: 10px;
    list-style: none;
    columns: 1;
  }

  .events-featured .events-thumb figure {
    height: 214px;
    width: 325px;
  }

  .event-info-month {
    font-size: 20px;
  }

  .events-list .events-thumb figure {
    height: 70px;
    background: #ccc;
    width: 100%;
    overflow: hidden;
    position: relative;
    margin-bottom: 15px;
  }

  section.event .event-info h3 {
    font-size: 16px;
    margin-bottom: 5px;
    font-family: "Gothic A1", sans-serif;
    font-weight: 700;
  }

  section.event .event-info .event-text-excerpt {
    font-size: 16px;
  }

  footer.page-footer .webinfo {
    padding-left: 15px;
    padding-right: 15px;
  }

  footer.page-footer .webinfo .font-20 {
    font-size: 14px;
  }

  footer.page-footer .webinfo .font-24 {
    font-size: 17px;
  }

  footer.page-footer .webinfo .h-100px {
    height: 70px;
  }

  footer.page-footer .webinfo .font-32 {
    font-size: 20px;
  }

  footer.page-footer .other-schools li a {
    font-family: "Gothic A1", sans-serif;
    font-size: 12px;
    color: #fff;
  }

  footer.page-footer .other-schools li:not(:last-child) {
    border-right: 1px solid #ffffff;
    padding-right: 8px;
    margin-right: 3px;
  }

  main.events-page #searchform input {
    padding: 5px 10px;
  }

  .homecard-container {
    padding: 30px 90px;
  }

  .homecard h3 {
    font-size: 36px;
  }

  main.homepage .banner {
    top: 60px;
  }

  main.homepage{
    margin-top: 70px
  }

  main.homepage section.articles .article-callout figure {
    height: 120px;
  }

  .events-list .events-thumb figure {
    height: 140px;
  }

  .research .font-20, .extension .font-20{
    font-size: 14px;
  }


  .desktop-header {
    padding-left: 15px;
    padding-right: 15px;
  }

  footer.page-footer .webinfo {
    padding-left: 15px;
    padding-right: 15px;
  }

  footer.page-footer{
    font-size: 14px;
  }

  footer.page-footer .webinfo a{
    font-size: 14px;
  }

  .event .event-body .events-list>div{
    justify-content: center;
  }

  section.event .col-20p {
   
    flex: 0 0 33%;
    max-width: 33%;
    margin-bottom: 60px;
  }

  .research .font-32, .extension .font-32{
    font-size: 20px;
  }

  .section-spacing .btn-article {
    position: relative;
    bottom: 0px;
    margin-top: 15px;
  }

  .article-excerpt {
    height: 200px;
  }


  .sidebar-content{
    margin-top: 90px;
    border-left: 0px;
  }

  .sustainable-dev-goals .count-boxes {
    width: 360px;
    margin: auto;
  }

  .recent-article {
    width: 100%;
    height: auto;
  }

  .recent-article figure {
    height: 230px;
    width: 100%;
  }

}
@media (min-width: 576px) and (max-width: 767px) {
  about-text-box p {
    color: white;
    position: relative;
    top: 0;
    transform: translateY(0%);
  }
  header .logo {
    height: 40px !important;
  }

  header .search-btn {
    background: white;
    padding: 4px 10px !important;
    display: block;
    color: #751518;
    -webkit-transition: all 300ms;
    -moz-transition: all 300ms;
    -ms-transition: all 300ms;
    -o-transition: all 300ms;
    transition: all 300ms;
    font-size: 26px;
  }

  header .search-btn.active {
    background: #d02429;
    padding: 4px 10px;
    display: block;
    color: white;
  }

  .search-field {
    display: none;
    position: absolute;
    top: 60px;
    z-index: 1;
    width: 250px;
    right: initial;
    left: -100%;
    transform: translateX(-50%);
  }

  .navbar-toggler {
    background: white;
    padding: 0px 10px;
    display: block;
    color: #751518;
    -webkit-transition: all 300ms;
    -moz-transition: all 300ms;
    -ms-transition: all 300ms;
    -o-transition: all 300ms;
    transition: all 300ms;
    font-size: 32px;
  }

  .main-header__links-container-primary {
    text-align: left !important;
  }

  ul.main-header__links-container-primary > li {
    display: block;
  }

  ul.main-header__links-container-primary > li:not(:last-child) {
    margin-right: 0px;
  }

  header nav > ul > li > a {
    color: #751518;
    font-weight: 500;
    background: white;
    padding: 5px 20px;
    -webkit-transition: all 300ms;
    -moz-transition: all 300ms;
    -ms-transition: all 300ms;
    -o-transition: all 300ms;
    transition: all 300ms;
    width: 100%;
    display: block;
  }

  ul.main-header__links-container-primary > li > .header-info {
    display: none;
    position: relative;
    top: 0px;
    width: 100%;
    left: 50%;
    transform: translateX(-50%);
    z-index: 2;
    text-align: left;
    padding: 10px 15px 10px 40px;
    background: white;
  }

  ul.main-header__links-container-primary > li > .header-info ul {
    columns: 1;
  }

  .video-container {
    overflow: hidden;
    height: 31.5vh;
    position: relative;
  }

  #banner-slider {
    position: relative;
    height: 31.5vh;
  }

  #banner-slider .slick-dots li.slick-active button {
    display: none;
  }

  main.homepage section.articles a .article-callout {
    padding: 30px;
    /* margin-top: -50px; */
    height: auto;
  }

  .events-featured {
    margin-bottom: 15px;
  }

  .event-info-day {
    font-size: 42px;
  }

  .event-info-month {
    font-size: 18px;
    line-height: 15px;
  }

  section.event .events-list {
    margin-bottom: 10px;
  }

  .events-list .events-thumb figure {
    height: 46.66px;
  }

  footer .webinfo a {
    font-size: 14px;
  }

  footer .other-schools a {
    font-size: 12px;
  }

  footer .other-schools li a {
    font-family: "Gothic A1", sans-serif;
    font-size: 12px;
    color: #fff;
  }

  footer .other-schools li:not(:last-child) {
    border-right: 0px solid #ffffff;
  }

  footer .other-schools li {
    padding-left: 5px;
    padding-right: 5px;
  }
  .about-text-box p {
    color: white;
    position: relative;
    top: 0;
    transform: translate(0%, 0%);
    left: 0px;
    width: 100%;
    padding: 15px;
  }

  .about-text-box {
    position: relative;
    padding: 30px;
    height: 100%;
  }

  .main-nav {
    margin-top: 0px;
  }

  #menu-main-menu-mobile {
    padding-left: 0px;
    list-style: none;
  }

  #menu-main-menu-mobile a {
    display: block;
    padding: 5px 15px;
  }

  .main-nav ul ul {
    display: none;
    position: relative;
    top: 0;
    right: 0;
    z-index: 99999;
    width: auto;
    background: #fff;
    box-shadow: none;
    padding: 10px;
    list-style: none;
    columns: 1;
  }

  .homecard-container {
    padding: 30px 90px;
  }

  .homecard h3 {
    font-size: 36px;
  }

  .events-page .event-day-box {
    margin: 15px auto 15px;
    width: 100%;
    height: 200px;
  }

  .events-page .event-day-box > img {
    height: auto;
    width: 100%;
}

  .events-page .events-list{
    margin-top: 30px;
  }

  .pagination li a {
    padding: 5px 5px;
  }

  .event-list-image > img {
    object-fit: cover;
    height: 200px;
    width: 100%;
    margin-bottom: 15px;
  }

  .article-callout-link{
    display: inline-table;
    margin-bottom: 15px;
  }

  main.homepage section.articles .article-callout figure {
    margin: 0 auto 15px;
  }

  .sidebar-content{
    margin-top: 90px;
    border-left: 0px;
  }

  .sustainable-dev-goals .count-boxes {
    width: 360px;
    margin: auto;
  }
}

@media (min-width: 360px) and (max-width: 575px) {
  header .logo {
    height: 40px !important;
  }

  .main-nav {
    margin-top: 0px;
  }

  #menu-main-menu-mobile {
    list-style: none;
    padding-left: 0px;
  }

  main.homepage {
    margin-top: 60px;
  }

  main.homepage .banner {
    top: 60px;
  }  

  #menu-main-menu-mobile li a {
    padding-top: 5px;
    padding-bottom: 5px;
    width: 100%;
    display: block;
  }

  header.navbar-header .search-btn {
    margin-top: 0;
    cursor: pointer;
  }

  .main-nav ul ul {
    position: relative;
    top: 0px;
    right: 0;
    z-index: 99999;
    width: auto;
    background: #fff;
    box-shadow: 0px 1px 1px rgb(0 0 0 / 20%);
    padding: 0px 10px;
    list-style: none;
    columns: 1;
  }

  .video-container {
    height: 18.5vh;
  }

  #banner-slider {
    position: relative;
    height: 18.5vh;
  }

  .embed-responsive-16by9::before {
    padding-top: 44.25%;
  }

  .search-field {
    top: 45px;
  }

  .slick-dotted.slick-slider {
    margin-bottom: 0px;
  }

  .microsite-container:after {
    border-left: 165px solid transparent;
    border-right: 165px solid transparent;
    border-top: 30px solid #7b1518;
    bottom: -30px;
    right: 0px;
    border-bottom: initial;
    top: unset;
  }

  .recent-post-container {
    padding: 60px 15px 15px;
    background: #f1f1f1;
  }

  .recent-post-container-thumb {
    height: 240px;
    background: #f1f1f1;
    width: auto;
    overflow: hidden;
    position: relative;
    margin-top: 30px;
  }

  .events-featured .events-thumb figure {
    height: 240px;
    width: auto;
  }

  .event-info-day {
    font-size: 20px;
  }

  .events-list .events-thumb figure {
    height: 200px;
    background: #ccc;
    width: 100%;
    overflow: hidden;
    position: relative;
    margin-bottom: 15px !important;
  }

  section.update .update-body {
    padding-right: 0px;
  }

  section.update .update-body figure {
    width: auto;
    height: 180px;
    background: #ccc;
    overflow: hidden;
    position: relative;
    margin-bottom: 20px !important;
  }

  .btn-all-news {
    position: relative;
    bottom: 0px;
    right: 0px;
    font-size: 15px;
    background: #159550;
    padding: 10px 25px;
    border-radius: 0px;
    width: auto;
    margin-bottom: 60px;
    left: 0;
    margin-left: auto !important;
    margin-right: auto !important;
  }

  .publication-container {
    border-left: 0px solid transparent;
  }

  .btn-green {
    font-family: "Mulish", sans-serif;
    font-size: 15px;
    color: #fff;
    background: #159550;
    padding: 10px 25px;
    border-radius: 0px;
    margin-left: auto;
    margin-right: auto;
  }

  .webinfo {
    text-align: center;
  }

  address.text-right {
    text-align: center !important;
  }

  footer.page-footer .other-schools li a {
    font-family: "Gothic A1", sans-serif;
    font-size: 12px;
    color: #fff;
  }

  footer.page-footer .other-schools li:not(:last-child) {
    border-right: 0px solid #ffffff;
    padding-right: 5px;
  }

  main.homepage section.articles a .article-callout{
    height: auto;
    padding: 0;
  }

  main.homepage section.articles .article-callout figure{
    margin: 0 auto 15px;
  }

  .event-info-month {
    font-size: 20px; 
  }

  .event .events-featured{
    padding-bottom: 30px;
    border-bottom: 4px solid #751518;
    margin-bottom: 30px; 
  }

  .text-justify{
    text-align: left !important;
  }

  .recent-article {
    width: 100%;
    height: 200px;
    margin: 0 auto 30px;
    display: table;
  }

  .recent-article figure {
    width: 100%;
    height: 200px;
  }

  .update-online-page ._3d-flip-book a {
    height: 220px;
    width: auto;
  }

  .update-online-footer .text-md-right li{
    font-size: 13px;
  }

  #toTop{
    width: 30px;
    height: 30px;
    font-size: 20px;
    right: 30px;
  }

  .homecard-container {
    padding: 30px 30px;
  }

  .events-page .event-day-box {
    margin: 15px auto 15px;
    width: 100%;
    height: 200px;
  }

  .events-page .event-day-box > img {
    height: auto;
    width: 100%;
}

  .events-page .events-list{
    margin-top: 30px;
  }

  .pagination li a {
    padding: 5px 5px;
  }

  .event-list-image > img {
    object-fit: cover;
    height: 200px;
    width: 100%;
    margin-bottom: 15px;
  }

  .article-callout-link{
    display: inline-table;
    margin-bottom: 15px;
  }

  main.homepage section.articles .article-callout figure {
    margin: 0 auto 15px;
    height: 140px;
  }

  .sidebar-content{
    margin-top: 90px;
    border-left: 0px;
  }

  .sustainable-dev-goals .count-boxes {
    width: 240px;
    margin: auto;
    gap: 15px;
  }

  .sustainable-dev-goals .count-box-item {
    font-size: 24px;
    padding: 9px 12px;
  }

  .research .font-32, .extension .font-32{
    font-size: 20px;
  }

  .research .font-20, .extension .font-20{
    font-size: 14px;
  }

  .section-spacing .btn-article {
    position: relative;
    bottom: 0px;
    margin-top: 15px;
  }

  .research .row{
    flex-direction: column-reverse;
  }

  .research .pl-5, .research .pr-5{
    padding-left: 0px !important;
    padding-right: 0px !important;
  }

  .extension .pl-5, .extension .pr-5{
    padding-left: 0px !important;
    padding-right: 0px !important;

  }

  section.event .col-20p {
    padding-right: 15px;
    padding-left: 15px;
    flex: 0 0 100%;
    max-width: 100%;
  }

  .event-info{
    margin-bottom: 60px;
  }

  .publication-container .pl-5, .publication-container .pr-5{
    padding-left: 15px !important;
    padding-right: 15px !important;
  }
  
  .dynamic-category-section figure{
  	height: auto  !important;
  }
  
  .dynamic-category-section figure img {
  	position: relative; !important;
  }
  
}