.elementor-kit-15{--e-global-color-primary:#4F5A3F;--e-global-color-secondary:#191812;--e-global-color-text:#7A7A7A;--e-global-color-accent:#D14731;--e-global-color-2629327:#2F312A;--e-global-color-7b8a0d4:#FFFFFF;--e-global-color-3386691:#CF864E;--e-global-color-46f8f08:#2E2F29;--e-global-typography-primary-font-family:"Nunito Sans";--e-global-typography-primary-font-size:3rem;--e-global-typography-primary-font-weight:600;--e-global-typography-primary-line-height:3.2rem;--e-global-typography-secondary-font-family:"Nunito Sans";--e-global-typography-secondary-font-size:2rem;--e-global-typography-secondary-font-weight:400;--e-global-typography-secondary-line-height:2.4rem;--e-global-typography-text-font-family:"Nunito Sans";--e-global-typography-text-font-size:1rem;--e-global-typography-text-font-weight:400;--e-global-typography-text-line-height:1.2rem;--e-global-typography-accent-font-family:"Nunito Sans";--e-global-typography-accent-font-size:1rem;--e-global-typography-accent-font-weight:500;--e-global-typography-accent-line-height:1.2rem;--e-global-typography-53b84de-font-family:"Nunito Sans";--e-global-typography-53b84de-font-size:20px;--e-global-typography-53b84de-font-weight:800;--e-global-typography-53b84de-text-transform:uppercase;color:var( --e-global-color-text );font-size:1rem;}.elementor-kit-15 e-page-transition{background-color:#FFBC7D;}.elementor-kit-15 a{color:#0370B9;font-weight:500;}.elementor-kit-15 a:hover{color:var( --e-global-color-2629327 );text-decoration:none;}.elementor-kit-15 h1{color:var( --e-global-color-7b8a0d4 );font-family:"Nunito Sans", Sans-serif;font-size:4rem;font-weight:700;line-height:4.4rem;}.elementor-kit-15 h2{color:var( --e-global-color-2629327 );font-family:"Nunito Sans", Sans-serif;font-size:2rem;font-weight:400;text-decoration:none;line-height:2.4rem;}.elementor-kit-15 h3{color:var( --e-global-color-2629327 );font-family:"Nunito Sans", Sans-serif;font-size:2.4rem;font-weight:600;line-height:2.8rem;}.elementor-kit-15 h4{color:var( --e-global-color-2629327 );font-size:2rem;line-height:2rem;}.elementor-kit-15 h5{color:var( --e-global-color-2629327 );font-size:2rem;line-height:2.4rem;}.elementor-kit-15 h6{color:var( --e-global-color-2629327 );font-size:1.4rem;line-height:2rem;}.elementor-section.elementor-section-boxed > .elementor-container{max-width:1140px;}.e-con{--container-max-width:1140px;}.elementor-widget:not(:last-child){--kit-widget-spacing:20px;}.elementor-element{--widgets-spacing:20px 20px;--widgets-spacing-row:20px;--widgets-spacing-column:20px;}{}h1.entry-title{display:var(--page-title-display);}.site-header .site-branding{flex-direction:column;align-items:stretch;}.site-header{padding-inline-end:0px;padding-inline-start:0px;}.site-footer .site-branding{flex-direction:column;align-items:stretch;}@media(max-width:1024px){.elementor-section.elementor-section-boxed > .elementor-container{max-width:1024px;}.e-con{--container-max-width:1024px;}}@media(max-width:767px){.elementor-section.elementor-section-boxed > .elementor-container{max-width:767px;}.e-con{--container-max-width:767px;}}:root { --Boxed:1440px; --Black:#000000; --Half:720px; --Mobile:320px; }
/* Start custom CSS *//* Dept Logo */
@media (max-width: 768px) {
.dept-logo {
    position: static;
}
.dept-logo .elementor-image-box-wrapper {
    display: flex;
    align-items: center;
}
.dept-logo .elementor-image-box-title {
    color: #2f312a !important;
}
.dept-logo .elementor-image-box-description {
    color: #b1a96f !important;
}
.dept-logo .elementor-image-box-img {
    margin-bottom: 0 !important;
    margin-right: 8px !important;
    }
}

@media (max-width: 768px) {
  .leadership {
    display: none;
  }
}

.child-sidebar-menu a {
  font-family: 'Nunito Sans', sans-serif;
  text-transform: uppercase;
  text-decoration: none;
  position: relative;
  line-height: 1.4rem;
  letter-spacing: 1px;
  }

/* underline base */
.child-sidebar-menu a::after {
  content: "";
  position: absolute;
  left: 0;
  bottom: -2px;
  height: 3px;
  background-color: #cf864e;
  transition: width 0.4s ease;
}

/* hover underline */
.child-sidebar-menu a:hover::after {
  width: 100px;
}

/* active/current item underline */
.child-sidebar-menu .current_page_item > a::after,
.child-sidebar-menu .current-menu-item > a::after {
  width: 100%;
}
.child-sidebar-menu li {
  margin-bottom: 12px;
}


.wp-block-button__link {
  background-color: #0170B9;
  color: #fff !important;
  border: none;
  border-radius: 8px;
  text-decoration: none;
}

/* Hover + Focus */
.wp-block-button__link:hover,
.wp-block-button__link:focus {
  background-color: #3A3A3A;
  color: #fff !important;
  text-decoration: none;
  transition: width 0.6s ease;
}

/* Prevent visited link color changes */
.wp-block-button__link:visited {
  color: #fff !important;
  text-decoration: none;
}


/* Global H tag styles */
.content-region h2, .wp-block-heading h2, .content-region h3, .content-region h4 {margin-bottom: 25px;}
.content-region h2:after {
    content: "";
    display: block;
    margin: 0;
    width: 15%;
    border-bottom: 3px solid #cf864f;
}

.wp-block-heading :after {
    content: "";
    display: block;
    margin: 0;
    width: 12%;
    border-bottom: 3px solid #cf864f;
}
.content-region h3:after {
    content: "";
    display: block;
    margin: 0;
    width: 15%;
    border-bottom: 3px solid #cf864f;
}
.boldlink a {
    font-weight: 800;
}/* End custom CSS */