@import url("https://fonts.googleapis.com/css2?family=Roboto:wght@400;500;700&display=swap");
body {
  font-family: Roboto;
  background: #F5F5F5;
  color: #292828;
  font-size: 14px;
}

.pagecontent a, .pagecontent a:visited, .ms-rtestate-field a, .ms-rtestate-field a:visited {
  color: #840132;
}

.conatiner a:hover {
  text-decoration: none;
}

.logo-box img {
  height: 90px;
}

header {
  background-color: #840132;
  padding: 15px;
}

@media all and (min-width : 768px) {
  header .logo-box img{  transition: 0.4s;}
  .sticky header{ position:fixed;width: 100%;top: 0; z-index:999}
  .sticky header .logo-box img{ height:70px;}
  }


.menu-box a {
  color: #fff;
  font-size: 14px;
}

.menu-box a i {
  font-size: 25px;
  margin-right: 10px;
}

.menu-box a span {
  transform: translateY(-3px);
  display: inline-block;
}

.contactform {
  border: 1px solid #fff;
  padding: 5px 10px;
  color: #fff;
  margin-right: 20px;
  position: relative;
  z-index: 1;
  text-decoration: none;
}

.contactform:before {
  position: absolute;
  content: "";
  left: 0;
  width: 0;
  background: #fff;
  top: 0;
  height: 100%;
  z-index: -1;
  transition: width 0.5s;
}

.contactform:hover {
  color: #791632;
}

.contactform:hover:before {
  width: 100%;
}

/**Home Banner****/
.home-banner {
  border-bottom: 6pt solid #7A1733;
}

.home-banner .slick-slide img {
  width: 100%;
}

.welcome-wp {
  background-color: #f1f1f1;
  padding: 50px 0;
  color: #000;
  font-size: 13px;
}

.welcome-wp h1 {
  color: #000;
  font-size: 32px;
  font-weight: 700;
  line-height: normal;
  margin: 0 0 25px 0;
  padding: 0;
}

.welcome-content {
  line-height: 1.3;
}

.readmore-arrow {
  position: relative;
  padding-left: 40px;
  display: inline-block;
  color: #000;
  font-size: 15px;
  font-weight: 700;
}

.readmore-arrow:hover {
  color: #791632;
}

.circle-arrow {
  width: 28px;
  height: 28px;
  display: inline-block;
  position: absolute;
  left: 0;
  background-color: #791632;
  border-radius: 50%;
  top: -3px;
}

.arrow_button {
  border: solid #fff;
  border-width: 0 2pt 2pt 0;
  display: inline-block !important;
  padding: 3px;
  position: absolute;
  top: 10px;
  left: 8px;
}

.right_arrow {
  transform: rotate(-45deg);
  -webkit-transform: rotate(-45deg);
}

.left_arrow {
  transform: rotate(135deg);
  -webkit-transform: rotate(135deg);
}

.up_arrow {
  transform: rotate(-135deg);
  -webkit-transform: rotate(-135deg);
}

.down_arrow {
  transform: rotate(45deg);
  -webkit-transform: rotate(45deg);
}

.majors-programs-wp {
  background-color: #fff;
}

.program-wp-item {
  background-color: #f1f1f1;
  display: block;
  transition: background-color 0.5s;
  margin-bottom: 30px;
  text-decoration: none;
}

.program-wp-item img {
  width: 100%;
}

.program-wp-item .content-info {
  padding: 15px 15px 25px 15px;
}

.program-wp-item .faculty {
  color: #707070;
  font-size: 13px;
  font-weight: 500;
}

.program-wp-item h4 {
  color: #202020;
  min-height: 50px;
  margin: 0;
  padding: 10px 0;
  font-size: 18px;
  min-height: 64px;
}

.program-wp-item p {
  color: #292828;
  opacity: 0.7;
  font-size: 13px;
  min-height: 50px;
}

.program-wp-item:hover {
  text-decoration: none;
  background-color: #791632;
}

.program-wp-item:hover * {
  color: #fff !important;
}

.section-title {
  color: #000;
  font-size: 30px;
  font-weight: 700;
  margin: 0;
  padding: 0 0 15px 0;
}

.category-title {
  color: #9C9C9C;
  text-transform: uppercase;
  font-size: 18px;
  font-weight: 700;
  margin: 0;
  padding: 30px 0 10px 0;
}

.top-footer a, .top-footer:hover, .top-footer:active, .top-footer a:visited {
  text-decoration: none;
}

.top-footer {
  background-color: #791632;
  padding: 20px 0;
}

.top-footer h2 {
  margin-top: 0.5rem;
}

.top-footer h2, .top-footer h2 a {
  color: #fff;
  font-size: 16px;
  font-weight: 500;
  color: #fff;
}

.top-footer li a {
  color: #fff;
  opacity: 0.65;
  transition: opacity 0.5s;
  font-size: 14px;
}

.top-footer li a:hover {
  opacity: 1;
}

.top-footer ul {
  list-style: none;
  padding: 0;
  margin: 0 0 10px 0;
}

.bottom-footer {
  background-color: #6a132c;
  padding: 15px 0;
}

.copyright {
  color: #fff;
  opacity: 0.5;
  font-size: 12px;
}

.nav-social {
  margin: 0;
  padding: 0;
  list-style: none;
}

.nav-social li {
  display: inline-block;
  width: 40px;
}

.nav-social li a {
  color: #fff;
  opacity: 0.5;
  transition: all 0.5s;
}

.nav-social li a i {
  font-size: 22px;
}

.nav-social li a:hover {
  opacity: 1;
  transform: scale(1.2);
}

@media (max-width: 767px) {
  .nav-social-wp {
    text-align: center;
  }
}
.contact-form {
  background-color: #fff;
  box-shadow: 8px 0px 10px rgba(0, 0, 0, 0.13);
}

.contact-form h1 {
  color: #292828;
  font-weight: 500;
  font-size: 30px;
  margin: 0;
  padding: 0 0 30px 0;
}

.contact-form .form-group {
  padding-bottom: 45px;
}

.contact-form .form-group label {
  -moz-columns: #292828;
       columns: #292828;
  font-size: 14px;
  font-weight: 700;
  padding-bottom: 10px;
}

.contact-form .form-group label .required {
  -moz-columns: #7A1733;
       columns: #7A1733;
  display: inline-block;
  margin-left: 5px;
}

.contact-form .form-group .form-control {
  background: #F8F8F8;
  border: 1px solid rgba(217, 217, 217, 0.5);
  font-size: 14px;
  font-family: "Roboto";
  border-radius: 0;
  color: #9C9C9C;
  height: 38px;
}

.contact-form .form-group textarea.form-control {
  height: 120px;
}

.action-btns .btn-item {
  min-width: 150px;
  padding: 10px;
  border: 2px solid #7A1733;
  display: inline-block;
  position: relative;
  z-index: 1;
  text-decoration: none;
  font-size: 14px;
  font-weight: 700;
  text-align: center;
}

.action-btns .submit-btn {
  background: #7A1733;
  color: #fff;
  margin-right: 10px;
}

.action-btns .submit-btn:hover {
  background-color: #fff;
  color: #7A1733;
}

.action-btns .share-btn {
  background-color: #fff;
  color: #7A1733;
}

.action-btns .share-btn:hover {
  background-color: #7A1733;
  color: #fff;
}

.accordion-button {
  color: #292828;
  font-size: 18px;
}

.accordion-body {
  color: rgba(41, 40, 40, 0.7);
  font-size: 14px;
}

.accordion-button:not(.collapsed) {
  background-color: transparent;
  box-shadow: none;
  color: #7A1733;
  font-weight: 500;
}

.accordion-button::after {
  background: none;
  content: "+";
  color: #9C9C9C;
}

.accordion-button:not(.collapsed)::after {
  background: none;
  content: " -";
  transform: none;
}

.accordion-button:focus {
  box-shadow: none;
}

.group-title {
  color: #9C9C9C;
  font-weight: 500;
  font-size: 18px;
  margin: 0;
  padding: 0 0 10px 0;
}

.accordion {
  padding-bottom: 40px;
}

.section-p {
  padding: 50px 0;
}

.overlay {
  /* Height & width depends on how you want to reveal the overlay (see JS below) */
  height: 100%;
  width: 100%;
  position: fixed; /* Stay in place */
  z-index: 999; /* Sit on top */
  left: 0;
  top: -100vh;
  background-color: rgb(0, 0, 0); /* Black fallback color */
  background-color: rgb(0, 0, 0); /* Black w/opacity */
  overflow-x: hidden; /* Disable horizontal scroll */
  transition: 0.5s; /* 0.5 second transition effect to slide in or slide down the overlay (height or width, depending on reveal) */
}

.overlay-content li a {
  color: #fff;
  opacity: 0.5;
}

.overlay-content li a.level1 {
  font-size: 35px;
  display: block;
  opacity: 0.5;
  padding: 10px 50px 10px 0;
  text-transform: uppercase;
}

.overlay-content {
  top: 10%;
  left: 20%;
  position: relative;
}

#myNav.open {
  top: 0;
}

.opennav {
  text-align: right;
  float: right;
  margin-top: 3%;
}

.opennav a i {
  font-size: 30px;
  color: #fff;
}

.closebtn {
  position: absolute;
  text-decoration: none;
  top: 5%;
  right: 5%;
  font-size: 50px;
  color: #fff;
  z-index: 99;
}

.closebtn:hover {
  color: #fff;
  text-decoration: none;
}

.ms-core-listMenu-root, .ms-core-listMenu-root ul {
  margin: 0;
  padding: 0;
}

.ms-core-listMenu-root > li.static > a.static {
  display: none;
}

.ms-core-listMenu-horizontalBox li.static > .ms-core-listMenu-item {
  color: #fff;
  font-size: 35px;
  display: block;
  opacity: 0.5;
  padding: 10px 50px 10px 0;
  text-transform: uppercase;
  text-decoration: none;
}

.ms-core-listMenu-horizontalBox li.static:hover > .ms-core-listMenu-item {
  opacity: 1;
  font-weight: 700;
}

.ms-core-listMenu-horizontalBox ul.dynamic {
  margin: 0;
  padding: 0;
  list-style: none;
}

.ms-core-listMenu-horizontalBox li.dynamic-children a.ms-core-listMenu-item {
  font-size: 20px;
  padding: 5px 0;
  display: inline-block;
  text-decoration: none;
  color: #fff;
}

.ms-core-listMenu-horizontalBox li.dynamic-children a.ms-core-listMenu-item:hover {
  opacity: 1;
}

.ms-core-listMenu-root > li > ul.static {
  display: inline-flex;
  flex-direction: column;
}

.ms-core-listMenu-horizontalBox .dynamic-children.additional-background {
  background: none;
  padding-right: 0;
}

.ms-core-listMenu-root > li > ul.static > li {
  position: relative;
}

.ms-core-listMenu-root li.dynamic-children ul {
  position: absolute;
  display: none;
  left: 100%;
  top: 0;
  width: 200px;
  background-color: transparent;
  box-shadow: none;
  border: none;
}

.ms-core-listMenu-root [id^=drop] {
  display: none;
  position: absolute;
  left: 0;
  right: 0;
  top: 0;
  height: 70px;
  opacity: 0;
}

@media all and (min-width: 769px) {
  .ms-core-listMenu-root li.dynamic-children:hover ul {
    display: block;
  }
}
@media all and (max-width: 768px) {
  .ms-core-listMenu-root [id^=drop]:checked + ul {
    display: block;
    position: relative;
    width: 100%;
    left: 0;
  }
  .ms-core-listMenu-root [id^=drop] {
    display: block;
  }
}
.menudiv a i {
  font-size: 25px;
  margin-right: 10px;
}

@media (max-width: 575px) {
  .menu-box {
    padding-top: 20px;
  }
  .open-nav {
    float: right;
  }
  .top-footer {
    display: none;
  }
}
.subpage-nav nav ul {
  margin: 0;
  padding: 0;
  list-style: none;
}

.subpage-nav nav ul li a {
  display: inline-block;
  padding: 15px 20px;
  color: #292828;
  font-size: 16px;
  text-decoration: none;
}

.subpage-nav nav ul li a.active, .subpage-nav nav ul li a:hover {
  border-bottom: 3px solid #7A1733;
}

.wp-title {
  color: #292828;
  font-weight: 700;
  font-size: 33px;
  margin: 0;
  padding: 0 0 35px 0;
}

.section-padding {
  padding: 50px 0;
}

.presitent-wp img {
  width: 100%;
}

.trustees-wp {
  position: relative;
}

.trustees-wp img {
  width: 100%;
}

.emeriti-item {
  text-align: center;
  padding-bottom: 20px;
}

.emeriti-img {
  border: 2px solid #9C9C9C;
  border-radius: 50%;
  display: inline-block;
  padding: 2px;
  background-color: #fff;
}

.emeriti-img img {
  width: 120px;
  border-radius: 50%;
}

.emeriti-item h5 {
  color: #292828;
  font-size: 16px;
  font-weight: 500;
  padding: 10px 0;
}

.member-img {
  border: 3px solid #7A1733;
  border-radius: 50%;
  display: inline-block;
  padding: 2px;
  background-color: #fff;
}

.member-img img {
  width: 120px;
  border-radius: 50%;
}

.member-item h5 {
  color: #7A1733;
  font-weight: 700;
  padding-top: 10px;
  font-size: 1rem;
  margin-bottom: 0;
}

.member-item div {
  font-weight: 700;
  padding-top: 5px;
}

.wp-title {
  color: #292828;
  font-weight: 700;
  font-size: 22px;
  margin: 0;
  padding: 0 0 35px 0;
}

@media all and (min-width: 768px) {
  .gradient-img {
    position: absolute;
    left: 0;
    right: 0%;
    top: 0;
    height: 100%;
    background: linear-gradient(180deg, rgba(0, 0, 0, 0.28) 0%, rgba(0, 0, 0, 0.63) 43.91%);
  }
  .trustee-info-block {
    position: absolute;
    left: 0;
    z-index: 5;
    right: 0%;
    bottom: 5vh;
  }
  .trustee-info-block * {
    color: #fff !important;
  }
}
.layout-about .section-p h2 {
    padding-right: 40px;
    font-family: 'Roboto Slab';
    font-weight: 300;
    font-size: 28px;
    line-height: 35px;
    color: #737373;
    margin: 0 0 5px;
}
.layout-about .section-p p {
    color: #737373;
    font-size: 13px;
    line-height: 1.3;
    margin-bottom: 15px;
}
.layout-about .section-p a {
    text-decoration: none;
}

.layout-about .section-p strong {
    font-weight: bold;
}

.layout-about .section-p ul li:before {
    left: -20px;
    content: ">";
    position: absolute;
    color: #840132;
    -webkit-transform: scaleX(0.65);
    -moz-transform: scaleX(0.65);
    transform: scaleX(0.65);
    font-family: 'Roboto';
    font-weight: 700;
    font-size: 18px;
    top: -4px;
}

.layout-about .section-p li {
    font-size: 13px;
    color: #707070 /*737373*/;
    margin-bottom: 5px;
    position: relative;
    list-style: none;
}

.layout-about .section-p ul {
    padding-left: 19px;
}

.layout-about .section-p ul {
    padding: 0 0 0 40px;
}
