.logo {
  position: absolute;
  z-index: 9999;
  top: 0;
  left: 75px;
}
.logo .desk-logo {
  transition: opacity 1s ease-in-out;
  max-width: none;
  position: absolute;
  height: auto;
  width: 163px;
  opacity: 1;
}
.logo .sticky-logo {
  transition: opacity 1s ease-in-out;
  max-width: none;
  position: absolute;
  height: 95px;
  width: auto;
  opacity: 0;
}
@media (max-width: 991px) {
  .logo {
    left: calc(50% - 55px);
  }
  .logo .sticky-logo {
    transition: opacity 1s ease-in-out;
    height: 65px;
    width: auto;
  }
  .logo .desk-logo {
    transition: opacity 1s ease-in-out;
    height: 120px;
    width: auto;
  }
}
.intranet .logo .desk-logo {
  width: 175px;
  height: auto;
}
body.fixed .intranet .logo .desk-logo {
  opacity: 1;
}
body.fixed .logo .desk-logo {
  transition: opacity 1s ease-in-out;
  opacity: 0;
  left: -9999px;
}
body.fixed .logo .sticky-logo {
  transition: opacity 1s ease-in-out;
  opacity: 1;
}
header.ast-custom-header {
  transition: all 0.3s ease-in-out;
  z-index: 111;
  width: 100%;
  position: fixed !important;
}
header.ast-custom-header .menu-overlay {
  transition: all 0.3s ease-in-out;
  position: fixed;
  top: 0;
  left: 0;
  height: 100%;
  width: 100%;
  background-color: rgba(0, 0, 0, 0.2);
  z-index: -1;
  visibility: hidden;
  opacity: 0;
}
header.ast-custom-header .main-menu {
  display: flex;
  flex-wrap: wrap;
  position: relative;
  background-color: #fff;
  box-shadow: 0 6px 30px #999;
}
header.ast-custom-header .main-menu #top-navigation {
  float: right;
}
header.ast-custom-header .main-menu #top-navigation nav {
  z-index: 112;
}
header.ast-custom-header .main-menu #top-navigation .ubermenu-submenu li a {
  font-weight: normal;
  line-height: 16px;
}
header.ast-custom-header .main-menu #top-navigation a {
  font-family: 'Roboto Slab', serif;
}
@media (max-width: 991px) {
  header.ast-custom-header .main-menu #top-navigation {
    display: none !important;
  }
}
header.ast-custom-header .main-menu #main-navigation a {
  text-transform: uppercase;
  padding-bottom: 0;
}
header.ast-custom-header .main-menu #main-navigation .ubermenu-nav > li > a .ubermenu-target-text {
  padding-bottom: 15px;
  border-bottom: 8px solid #fff;
}
header.ast-custom-header .main-menu #main-navigation .ubermenu-nav > li > a .ubermenu-target-text:not([disabled]):hover {
  border-bottom: 8px solid #da3a37;
}
header.ast-custom-header .main-menu #main-navigation .ubermenu-nav > li.ubermenu-current-menu-item > a .ubermenu-target-text {
  border-bottom: 8px solid #da3a37;
}
header.ast-custom-header .main-menu #main-navigation #ast-search-form {
  z-index: 112;
}
header.ast-custom-header .main-menu .ubermenu-sub-indicator {
  display: none;
}
header.ast-custom-header .main-menu a {
  font-size: 15px;
  letter-spacing: 0;
  color: #000;
  font-weight: 700;
}
header.ast-custom-header .main-menu a:not([disabled]):hover {
  color: #da3a37 !important;
  text-decoration: none;
}
@media (max-width: 1076px) {
  header.ast-custom-header .main-menu a {
    font-size: 13px;
  }
}
header.ast-custom-header .main-menu .ast-container {
  width: 1240px;
  max-width: 100%;
  position: relative;
}
header.ast-custom-header .main-menu .menu-icon {
  transition: all 0.4s linear;
  cursor: pointer;
  padding: 0;
  width: 23px;
  height: 19px;
  top: 50%;
  float: right;
  position: absolute;
  transform: translateY(-50%);
  left: 20px;
  margin: 3px 0 0;
  z-index: 111;
}
header.ast-custom-header .main-menu .menu-icon .menu-box {
  height: 19px;
  width: 20px;
}
header.ast-custom-header .main-menu .menu-icon .menu-box span {
  width: 100%;
  height: 4px;
  margin-bottom: 3px;
  background: #111;
  display: block;
  border-radius: 0;
  transition: all 0.5s;
}
@media (min-width: 992px) {
  header.ast-custom-header .main-menu .menu-icon {
    transition: opacity 1s ease-in-out;
    display: none;
  }
}
header.ast-custom-header .main-menu .site-header-menu {
  padding: 10px 30px 0 30px;
  margin-left: auto;
}
header.ast-custom-header .main-menu .site-header-menu #main-navigation .search-custom-menu-item {
  float: right;
  border-left: 1px solid #111;
  margin-top: 8px;
}
header.ast-custom-header .main-menu #dws-mobile-search {
  transition: all 0.4s linear;
  cursor: pointer;
  padding: 0;
  top: 50%;
  position: absolute;
  transform: translateY(-50%);
  right: 20px;
  z-index: 10000;
}
@media (min-width: 992px) {
  header.ast-custom-header .main-menu #dws-mobile-search {
    display: none;
  }
}
@media (max-width: 991px) {
  header.ast-custom-header .main-menu {
    height: 66px;
  }
  header.ast-custom-header .main-menu .site-header-menu {
    display: none;
  }
}
header.ast-custom-header .hamburger-menu {
  transition: all 0.3s ease-in-out;
  position: fixed;
  top: 0;
  z-index: 101;
  height: 100%;
  background: #fff;
  padding: 50px 0;
  width: 300px;
  overflow: auto;
  left: -300px;
}
header.ast-custom-header .hamburger-menu ul {
  list-style: none;
}
header.ast-custom-header .hamburger-menu ul.sub-menu {
  display: none;
  padding-left: 10px;
  background-color: transparent;
  font-weight: 400;
  text-transform: none;
}
header.ast-custom-header .hamburger-menu ul.sub-menu a {
  color: #111;
  font-weight: 400;
  text-transform: uppercase;
  padding: 10px 0;
}
header.ast-custom-header .hamburger-menu ul.sub-menu a:not([disabled]):hover {
  color: #da3a37;
}
header.ast-custom-header .hamburger-menu ul.sub-menu a a {
  padding-left: 40px;
}
header.ast-custom-header .hamburger-menu [aria-current] {
  font-weight: 700;
  color: #000;
}
header.ast-custom-header .hamburger-menu-ul {
  list-style: none;
  margin: 75px 0 0 0;
}
header.ast-custom-header .hamburger-menu-ul > li > a {
  font-size: 14px;
  letter-spacing: 0;
  line-height: 17px;
  color: #111;
  font-weight: 700;
  text-transform: uppercase;
}
header.ast-custom-header .hamburger-menu-ul > li.active > a {
  color: #da3a37;
}
header.ast-custom-header .hamburger-menu-ul > li.active .menu-arrow {
  color: #da3a37;
}
header.ast-custom-header .hamburger-menu-ul li {
  position: relative;
  overflow: hidden;
}
header.ast-custom-header .hamburger-menu-ul li.current-menu-item a {
  color: #da3a37 !important;
  background-color: #d9edf7;
}
header.ast-custom-header .hamburger-menu-ul li.current-menu-item .sub-menu a {
  color: #111 !important;
  background-color: transparent;
}
header.ast-custom-header .hamburger-menu-ul li.active .menu-arrow {
  transform: rotate(180deg);
}
header.ast-custom-header .hamburger-menu-ul li .menu-arrow {
  transition: all 0.3s ease-in-out;
  position: absolute;
  top: 10px;
  right: 0;
  cursor: pointer;
  height: 35px;
  width: 50px;
  text-align: center;
  line-height: 35px;
}
header.ast-custom-header .hamburger-menu-ul li .menu-arrow:after {
  content: '\f078';
  font-weight: 400;
  font-family: 'Font Awesome 5 Pro';
}
header.ast-custom-header .hamburger-menu-ul li a {
  display: block;
  padding: 20px 20px;
  font-weight: 600;
  border-bottom: 1px solid #c4c4c4;
  font-size: 15px !important;
}
header.ast-custom-header .hamburger-menu-ul .search-custom-menu-item {
  display: none !important;
}
header.ast-custom-header .hamburger-menu-ul .ctafirst-buttonmbl {
  padding-top: 14px !important;
}
header.ast-custom-header .hamburger-menu-ul .ctalast-buttonmbl {
  padding-bottom: 14px !important;
  border-bottom: 1px solid #c4c4c4;
}
header.ast-custom-header .hamburger-menu-ul .mblutilitymenu-bstyle {
  background-color: #f0f0f0;
}
header.ast-custom-header .hamburger-menu-ul .mblutilitymenu-bstyle a {
  text-transform: capitalize !important;
  font-size: 16px !important;
  font-family: 'Roboto Slab', serif;
  font-weight: 400 !important;
}
header.ast-custom-header .hamburger-menu-ul .mblctamenu-bstyle {
  background-color: #d9edf7;
}
header.ast-custom-header .hamburger-menu-ul .mblctamenu-bstyle a {
  border: none;
  color: #da3a37 !important;
  text-transform: inherit !important;
  font-size: 17px !important;
  padding: 14px 20px 18px 14px;
  font-family: 'Roboto Slab', serif;
  font-weight: 700 !important;
}
header.ast-custom-header .hamburger-menu-ul .mblctamenu-bstyle a i {
  color: #000;
  margin-right: 8px;
  font-size: 20px;
  width: 26px;
  text-align: center;
}
header.ast-custom-header .hamburger-menu-ul .mblctamenu-bstyle a i:before {
  font-weight: normal;
}
header.ast-custom-header .hamburger-menu-footer .menu-footer-content {
  position: relative;
  width: 100%;
  padding: 6px 20px 20px;
}
header.ast-custom-header .hamburger-menu-footer .menu-footer-content .get-in-touch {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  margin-bottom: 20px;
  margin-top: 0;
  border-top: 0;
  padding-top: 0;
}
header.ast-custom-header .hamburger-menu-footer .menu-footer-content .get-in-touch h3 {
  color: #111;
  display: inline-block;
  font-size: 16px;
  text-transform: uppercase;
}
header.ast-custom-header .hamburger-menu-footer .menu-footer-content .get-in-touch ul {
  margin-left: auto;
  margin-top: 18px;
}
header.ast-custom-header .hamburger-menu-footer .menu-footer-content .get-in-touch ul::after {
  content: '';
  display: block;
  clear: both;
}
header.ast-custom-header .hamburger-menu-footer .menu-footer-content .get-in-touch ul li {
  float: left;
  padding: 0 10px;
}
header.ast-custom-header .hamburger-menu-footer .menu-footer-content .get-in-touch ul li a {
  font-size: 18px;
}
header.ast-custom-header .hamburger-menu-footer .menu-footer-content .get-in-touch ul li:last-child {
  padding-right: 0;
}
header.ast-custom-header .hamburger-menu-footer .menu-footer-content .get-in-touch a {
  color: #111;
  font-size: 20px;
}
header.ast-custom-header .hamburger-menu-footer .menu-footer-content .get-in-touch a:not([disabled]):hover {
  color: #da3a37;
}
header.ast-custom-header .hamburger-menu-footer .menu-footer-content .contact-info ul {
  margin-left: 0;
}
header.ast-custom-header .hamburger-menu-footer .menu-footer-content .contact-info ul li {
  position: relative;
  padding-left: 30px;
  line-height: normal;
  margin-bottom: 15px;
}
header.ast-custom-header .hamburger-menu-footer .menu-footer-content .contact-info ul li a {
  font-weight: 700;
  color: #111;
  font-size: 15px;
}
header.ast-custom-header .hamburger-menu-footer .menu-footer-content .contact-info ul li a i {
  position: absolute;
  left: 0;
  top: 2px;
}
header.ast-custom-header .hamburger-menu-footer .menu-footer-content .contact-info ul li a span {
  position: relative;
}
header.ast-custom-header .hamburger-menu-footer .menu-footer-content .contact-info ul li a:not([disabled]):hover {
  text-decoration: none;
  color: #da3a37;
}
header.ast-custom-header .hamburger-menu-footer .menu-footer-content .contact-info a .wj-text {
  transition: opacity 1s ease-in-out;
  opacity: 1;
  font-style: normal;
}
header.ast-custom-header .hamburger-menu-footer .menu-footer-content .contact-info a .wj-no {
  transition: opacity 1s ease-in-out;
  opacity: 0;
  position: absolute;
  top: 0;
  right: 6px;
  font-style: normal;
}
header.ast-custom-header .hamburger-menu-footer .menu-footer-content .contact-info a:not([disabled]):hover .wj-text {
  opacity: 0;
}
header.ast-custom-header .hamburger-menu-footer .menu-footer-content .contact-info a:not([disabled]):hover .wj-no {
  opacity: 1;
}
body.hamburger-open header.ast-custom-header .menu-overlay {
  z-index: 91;
  visibility: visible;
  opacity: 1;
}
body.hamburger-open header.ast-custom-header .main-menu .menu-icon .menu-box span {
  height: 2px;
}
body.hamburger-open header.ast-custom-header .main-menu .menu-icon .menu-box span:last-child {
  max-width: 12px;
}
body.hamburger-open header.ast-custom-header .main-menu .menu-icon .menu-box span:nth-child(1) {
  transform: rotate(45deg) translateY(3px) translateX(1px);
}
body.hamburger-open header.ast-custom-header .main-menu .menu-icon .menu-box span:nth-child(2) {
  opacity: 0;
}
body.hamburger-open header.ast-custom-header .main-menu .menu-icon .menu-box span:nth-child(3) {
  transform: rotate(-45deg) translateY(-6px) translateX(4px);
  max-width: 100%;
}
body.hamburger-open header.ast-custom-header .hamburger-menu {
  left: 0;
}
header.ast-custom-header #main-navigation #ubermenu-main-6-primary-2 {
  position: static !important;
}
header.ast-custom-header #main-navigation #ubermenu-main-6-primary-2 .ubermenu-submenu-align-full_width {
  display: flex;
}
header.ast-custom-header #main-navigation .ubermenu-nav .ubermenu-submenu-align-full_width {
  border-top: 1px solid #c4c4c4;
}
header.ast-custom-header #main-navigation .ubermenu-nav .submenu-contentbutton {
  color: #990000 !important;
  font-size: 16px !important;
  font-weight: 600 !important;
  margin-top: 16px;
  width: 100%;
  float: left;
  clear: both;
  text-transform: uppercase;
}
header.ast-custom-header #main-navigation .ubermenu-nav .submenu-contentbutton i {
  margin-left: 10px;
  font-size: 18px;
}
header.ast-custom-header #main-navigation .ubermenu-nav .submenu-contentbutton i:before {
  font-weight: bold !important;
}
header.ast-custom-header #main-navigation .ubermenu-nav .ubermenu-submenu {
  padding-bottom: 0;
}
header.ast-custom-header #main-navigation .ubermenu-nav .ubermenu-submenu .submenu-paddingleft {
  padding-left: 24%;
}
header.ast-custom-header #main-navigation .ubermenu-nav .ubermenu-submenu .submenu-aligncenter {
  padding-top: 100px;
}
header.ast-custom-header #main-navigation .ubermenu-nav .ubermenu-submenu .alumnitext-menu, header.ast-custom-header #main-navigation .ubermenu-nav .ubermenu-submenu .studenttext-menu {
  font-weight: bold;
  text-transform: inherit;
}
header.ast-custom-header #main-navigation .ubermenu-nav .ubermenu-submenu .alumnitext-menu:not([disabled]):hover, header.ast-custom-header #main-navigation .ubermenu-nav .ubermenu-submenu .studenttext-menu:not([disabled]):hover {
  color: #da3a37;
}
header.ast-custom-header #main-navigation .ubermenu-nav .ubermenu-submenu .ubermenu-target-text {
  line-height: 28px;
}
header.ast-custom-header #main-navigation .ubermenu-nav .ubermenu-submenu li {
  margin-top: 0;
}
header.ast-custom-header #main-navigation .ubermenu-nav .ubermenu-submenu li a {
  font-weight: normal;
  text-transform: uppercase;
}
header.ast-custom-header #main-navigation .ubermenu-nav .ubermenu-submenu li:last-of-type {
  display: flex;
}
header.ast-custom-header #main-navigation .ubermenu-nav .ubermenu-submenu li:last-of-type .ubermenu-submenu, header.ast-custom-header #main-navigation .ubermenu-nav .ubermenu-submenu li:last-of-type li, header.ast-custom-header #main-navigation .ubermenu-nav .ubermenu-submenu li:last-of-type a {
  display: flex;
  width: 100%;
}
header.ast-custom-header #main-navigation .ubermenu-nav .ubermenu-submenu li:last-of-type .ubermenu-image {
  width: 100%;
  object-fit: cover;
}
@media (min-width: 1400px) {
  header.ast-custom-header #main-navigation .ubermenu-nav .ubermenu-submenu li:last-of-type .future-students-imgmenu, header.ast-custom-header #main-navigation .ubermenu-nav .ubermenu-submenu li:last-of-type .academics-imgmenu, header.ast-custom-header #main-navigation .ubermenu-nav .ubermenu-submenu li:last-of-type .student-life-imgmenu {
    max-height: 380px;
    overflow: hidden;
  }
  header.ast-custom-header #main-navigation .ubermenu-nav .ubermenu-submenu li:last-of-type .alumni-imgmenu {
    max-height: 260px;
    overflow: hidden;
  }
}
header.ast-custom-header #main-navigation .ubermenu-nav .ubermenu-submenu li.ubermenu-current-menu-item a {
  font-weight: bold;
}
@media (max-width: 1200px) {
  header.ast-custom-header #main-navigation .ubermenu-nav .ubermenu-submenu .alumnitext-menu {
    padding-top: 60px !important;
  }
}
.heroleftside {
  padding: 0 70px 20px 70px;
  min-height: 600px;
  background-color: rgba(255, 255, 255, 0.8);
}
.heroleftside h1.fl-heading {
  font-size: 3rem;
}
.heroleftside h2.fl-heading {
  font-size: 2rem;
}
.noheroimage {
  margin-top: 4rem;
}
.fl-builder-content-44777 {
  background-color: #daedf7;
  min-height: 200px;
}
.fl-builder-content-30834 {
  background-color: #daedf7;
}
@media (max-width: 991px) {
  .heroleftside {
    padding: 0 20px 20px 20px;
  }
}
footer .toprow {
  background-color: #da3a37;
  padding: 20px;
}
footer .toprow .footermenu1 {
  font-weight: 700;
  font-family: 'Roboto Slab', serif;
  font-size: 1.1rem;
}
footer .toprow .footermenu2 .menu a, footer .toprow .footermenu3 .menu a {
  font-size: 0.9rem;
}
footer .toprow li .menu {
  padding: 10px;
}
footer .toprow .footermenu1 .menu a {
  padding-bottom: 20px;
}
footer .toprow .getintouch {
  text-align: right;
}
footer .toprow .getintouch h2 {
  letter-spacing: 2px;
  font-weight: 700;
  font-size: 2rem;
}
footer .toprow .getintouch .fl-module {
  margin-top: 20px;
}
footer .toprow .getintouch li {
  list-style: none;
  line-height: 2.5rem;
}
footer .toprow .getintouch li i {
  margin-left: 10px;
}
footer .toprow .getintouch h2, footer .toprow a, footer .toprow .getintouch li i {
  color: #fff;
}
footer .bottomrow {
  width: 80%;
  min-height: 75px;
}
footer .bottomrow .copyright {
  font-size: 0.9rem;
}
footer .bottomrow .copyright p {
  margin-bottom: 0;
}
footer .bottomrow .footerlogo img {
  width: 200px;
  height: 66px;
}
.thirtythree {
  width: 30%;
  margin-right: 40px;
}
.twentyfive {
  width: 22%;
  margin-right: 40px;
}
.twenty {
  width: 18%;
  margin-right: 40px;
}
@media only screen and (max-width: 992px) {
  footer .toprow .footermenu1, footer .toprow .footermenu2, footer .toprow .footermenu3 {
    display: none;
  }
  footer .toprow .getintouch {
    width: 100%;
    text-align: center;
    margin-right: 0;
  }
  footer .toprow .getintouch ul {
    margin: 0;
  }
}
.facetwp-pager {
  text-align: center;
  padding: 40px 0;
}
.facetwp-pager .facetwp-page {
  border: 1px solid #e6e6e6;
  display: inline-block;
  padding: 5px 10px;
  margin: 0 3px;
}
.facetwp-pager .facetwp-page:not([disabled]):hover {
  background: #f5f5f5;
  text-decoration: none;
}
.facetwp-pager .facetwp-page.active {
  background: #f5f5f5;
  text-decoration: none;
}
.facetwp-type-autocomplete {
  display: flex;
}
.facetwp-type-autocomplete .facetwp-autocomplete {
  border-top-right-radius: 0;
  border-bottom-right-radius: 0;
}
.facetwp-type-autocomplete .facetwp-autocomplete-update {
  border-top-left-radius: 0;
  border-bottom-left-radius: 0;
}
.filter_dropdown .facetwp-dropdown {
  height: 45px;
}
/* Medium devices (landscape tablets, 768px and up) */
@media only screen and (max-width: 768px) {
  #secondary .AutomaticSubMenuWidget {
    display: none;
  }
}
#secondary .widget.AutomaticSubMenuWidget .widget-title, #content .widget.AutomaticSubMenuWidget .widget-title a {
  background: transparent;
  color: #000;
  margin-bottom: 0;
  font-weight: bold !important;
}
#secondary .widget.AutomaticSubMenuWidget li {
  margin-bottom: 0 !important;
}
#secondary .widget.AutomaticSubMenuWidget li a {
  letter-spacing: 0.96px;
}
#secondary .widget.AutomaticSubMenuWidget li a, #content .widget.AutomaticSubMenuWidget .widget-title {
  border-bottom: 1px solid #f5f5f5;
  display: block;
  padding-left: 15px;
  font-weight: 500;
  font-size: 15.5px;
  padding-top: 20px;
  padding-bottom: 20px;
  /***line-height:23px; min-height:82px; display:flex; align-items:center;***/
}
.border_around {
  border: 1px solid #eee !important;
}
#secondary .widget.AutomaticSubMenuWidget li ul li {
  margin-left: 0;
  margin-right: 0;
}
#secondary .widget.AutomaticSubMenuWidget li ul li a {
  padding-left: 40px;
  word-break: break-word;
}
#secondary .widget.AutomaticSubMenuWidget li ul li ul li a {
  padding-left: 60px;
}
#secondary .widget.AutomaticSubMenuWidget .current-menu-item > a {
  background: #daedf7;
  color: #000;
}
#secondary .widget.AutomaticSubMenuWidget .arrow {
  margin-right: 7px;
  top: 7px;
  bottom: 0;
}
#secondary .widget.AutomaticSubMenuWidget .sub-menu {
  margin: 0;
}
#secondary .widget.AutomaticSubMenuWidget {
  border: 1px solid #e1e1e1;
  margin-bottom: 0;
}
.consumer-info-contentmain #content .widget.AutomaticSubMenuWidget {
  border: 2px solid #e1e1e1;
}
.AutomaticSubMenuWidget > .widget-title {
  background-color: #Da3a37;
  padding: 5px;
  text-transform: uppercase;
  font-family: Roboto;
  font-weight: 700;
  font-size: 15px;
  color: #fff;
  margin-bottom: 15px;
}
.AutomaticSubMenuWidget > .widget-title > a {
  color: white;
}
.AutomaticSubMenuWidget .sub-menu {
  display: none;
  margin-top: 8px;
  margin-bottom: 15px;
}
.AutomaticSubMenuWidget ul li a {
  text-transform: uppercase;
  font-family: Roboto;
  font-weight: 700;
  font-size: 15px;
  color: #000;
  line-height: 1em;
  letter-spacing: -0.4px;
  padding: 0 25px 0 5px;
}
.widget.AutomaticSubMenuWidget ul li, .widget ol li {
  border: none;
  position: relative;
}
.widget.AutomaticSubMenuWidget ul li {
  position: relative;
  padding-left: 0;
  margin-bottom: 8px !important;
}
.widget.AutomaticSubMenuWidget ul li a:hover {
  box-shadow: none;
  text-decoration: underline;
  color: #DA3A37;
}
.widget.AutomaticSubMenuWidget ul li .arrow {
  float: right;
  font-size: 20px;
  position: absolute;
  right: 0;
  top: -5px;
  /* transform: translateY(-50%); */
  height: 40px;
  width: 14px;
  text-align: right;
}
.AutomaticSubMenuWidget ul li .arrow::after {
  font-weight: 400;
  font-size: 15px;
}
.widget.AutomaticSubMenuWidget ul li.active .arrow {
  text-align: right;
  float: right;
  right: 0;
}
.widget.AutomaticSubMenuWidget ul li ul li {
  margin-left: 10px;
  line-height: 15px;
}
.widget.AutomaticSubMenuWidget ul li ul li a {
  font-size: 13px;
  text-transform: capitalize;
  color: #000;
}
.AutomaticSubMenuWidget ul li.current_page_item a {
  display: inline-block;
  color: #a62725;
}
.widget.AutomaticSubMenuWidget ul li ul li.current_page_item a {
  color: #a62725;
}
.widget.AutomaticSubMenuWidget ul li.current-menu-ancestor ul li.current_page_item a {
  color: #a62725;
}
.widget.AutomaticSubMenuWidget ul li.current-menu-ancestor ul li.current_page_item ul li a {
  color: #000;
}
.widget.AutomaticSubMenuWidget ul li.active ul li .arrow {
  top: 3px;
  width: 14px;
}
.widget.AutomaticSubMenuWidget ul li.active ul li.active .arrow {
  position: absolute;
  content: "";
  top: 2px;
  right: 0;
}
.widget.AutomaticSubMenuWidget ul li.active ul li.active ul li .arrow {
  background: transparent;
  font-size: 20px;
  top: 3px;
}
.widget.AutomaticSubMenuWidget ul li.active ul li .arrow::after, .widget.AutomaticSubMenuWidget ul li.active ul li.active ul li .arrow::after {
  top: 25%;
  position: relative;
}
.widget.AutomaticSubMenuWidget ul li.active ul li.active ul li.active .arrow {
  position: absolute;
  content: "";
  top: 2px;
  right: 0;
}
.widget.AutomaticSubMenuWidget ul li ul li:last-child {
  margin-bottom: 0 !important;
}
@media (max-width: 1199px) {
  .widget.AutomaticSubMenuWidget ul li ul li a {
    padding: 0 13px;
    line-height: 22px;
  }
}
@media (max-width: 640px) {
  .AutomaticSubMenuWidget {
    padding: 0 10px;
  }
}
.single-programs #secondary {
  margin-top: 16rem;
}
#car4 .items {
  height: auto;
}
/*# sourceMappingURL=https://www.washjeff.edu/wp-content/build/scss_library/715d218493f20bf6cb5529accc18accd41e7636d.css.map */