body.home header.ast-custom-header {
  position: fixed !important;
}
body.home header.ast-custom-header .main-menu a {
  color: #000;
}
#primary {
  margin-top: 97px !important;
  /* height of nav bar */
}
@media (max-width: 1076px) {
  #primary {
    margin-top: 92px !important;
  }
}
@media (max-width: 991px) {
  #primary {
    margin-top: 66px !important;
  }
}
.slick-slide {
  height: auto !important;
}
@media (max-width: 1199px) {
  .row {
    margin: 0 -15px;
  }
  .row .col-4 {
    padding: 0 15px;
  }
}
@media (max-width: 767px) {
  .row .col-8 {
    padding: 0 20px;
  }
}
#dws-banner-section {
  background-color: #d9edf7;
  display: flex;
  position: relative;
}
#dws-banner-section #hero-banner-section {
  flex-basis: 75%;
  background-repeat: no-repeat;
  background-size: cover;
  position: relative;
}
#dws-banner-section #hero-banner-section video {
  top: 0;
  height: 100%;
  min-width: 100%;
  object-fit: cover;
  position: absolute;
}
@media (max-width: 1919px) {
  #dws-banner-section #hero-banner-section video {
    max-width: 100%;
  }
}
#dws-banner-section #hero-banner-section .banner-caption {
  position: absolute;
  bottom: 50px;
  left: 75px;
  max-width: 86%;
  z-index: 3;
}
#dws-banner-section #hero-banner-section .banner-caption__headline {
  color: #fff;
  font-size: 4rem;
  line-height: 5rem;
  font-family: 'Roboto Slab', serif;
  font-weight: 600;
}
#dws-banner-section #hero-banner-section .banner-caption__subtitle {
  color: #fff;
  font-size: 2rem;
  line-height: 3rem;
  font-family: 'Roboto', sans-serif;
  font-weight: 400;
}
#dws-banner-section #hero-banner-section:before {
  content: '';
  position: absolute;
  height: 100%;
  width: 100%;
  top: 0;
  background: black;
  background: linear-gradient(0deg, black 0%, rgba(0, 0, 0, 0) 50%);
  z-index: 2;
}
#dws-banner-section #ctas-banner-section {
  flex-basis: 25%;
  display: grid;
  grid-auto-rows: auto;
}
#dws-banner-section #ctas-banner-section .banner-cta {
  overflow: hidden;
  padding: 3rem;
  position: relative;
  display: flex;
  flex-direction: column;
  justify-content: center;
  border-bottom: 1px solid #c4c4c4;
}
#dws-banner-section #ctas-banner-section .banner-cta__submenu {
  list-style: none;
  padding: 2rem 3rem;
  margin: 0;
  background-color: #da3a37;
  position: absolute;
  top: 0;
  left: 100%;
  width: 100%;
  height: 100%;
  opacity: 0;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  transition: transform 0.3s ease-in-out;
}
#dws-banner-section #ctas-banner-section .banner-cta__submenu-text {
  color: #fff;
  text-transform: uppercase;
}
#dws-banner-section #ctas-banner-section .banner-cta__submenu-text:not([disabled]):hover {
  color: #000;
  text-decoration: none;
}
#dws-banner-section #ctas-banner-section .banner-cta__submenu.is-active {
  transform: translateX(-100%);
  z-index: 61;
  opacity: 1;
}
#dws-banner-section #ctas-banner-section .banner-cta__title {
  color: #da3a37;
  font-family: 'Roboto Slab', serif;
}
#dws-banner-section #ctas-banner-section .banner-cta__description {
  color: #111;
  margin-bottom: 0;
}
#dws-banner-section #ctas-banner-section .banner-cta:last-of-type {
  border-bottom: 0;
}
#dws-banner-section #ctas-banner-section .banner-cta:not([disabled]):hover {
  background-color: #da3a37;
}
#dws-banner-section #ctas-banner-section .banner-cta:not([disabled]):hover a {
  text-decoration: none;
}
#dws-banner-section #ctas-banner-section .banner-cta:not([disabled]):hover .banner-cta__title {
  color: #fff;
  text-decoration: none;
}
#dws-banner-section #ctas-banner-section .banner-cta:not([disabled]):hover .banner-cta__description {
  color: #fff;
  text-decoration: none;
}
@media (min-width: 1200px) and (max-width: 1919px) {
  #dws-banner-section #hero-banner-section {
    flex-basis: 65%;
  }
  #dws-banner-section #hero-banner-section .banner-caption__headline {
    font-size: 3rem;
    line-height: 4rem;
  }
  #dws-banner-section #hero-banner-section .banner-caption__subtitle {
    font-size: 1.5rem;
    line-height: 2rem;
  }
  #dws-banner-section #ctas-banner-section {
    flex-basis: 45%;
  }
  #dws-banner-section #ctas-banner-section .banner-cta {
    padding: 2rem;
  }
  #dws-banner-section #ctas-banner-section .banner-cta__submenu-text {
    font-size: 1.2rem;
  }
}
@media (max-width: 1199px) {
  #dws-banner-section {
    flex-wrap: wrap;
    height: auto;
  }
  #dws-banner-section #hero-banner-section {
    padding-top: 56.25%;
    /* 16:9 aspect ratio */
    flex-basis: 100%;
  }
  #dws-banner-section #hero-banner-section .banner-caption {
    left: 50%;
    bottom: 50%;
    transform: translateX(-50%) translateY(50%);
    width: 80%;
    text-align: center;
  }
  #dws-banner-section #hero-banner-section .banner-caption__headline {
    font-size: 2rem;
    line-height: 2.5rem;
  }
  #dws-banner-section #hero-banner-section .banner-caption__subtitle {
    font-size: 1.3rem;
    line-height: 1.5rem;
  }
  #dws-banner-section #hero-banner-section:before {
    content: '';
    position: absolute;
    height: 100%;
    width: 100%;
    top: 0;
    background: rgba(0, 0, 0, 0.3);
    z-index: 2;
  }
  #dws-banner-section #ctas-banner-section {
    flex-basis: 100%;
  }
  #dws-banner-section #ctas-banner-section .banner-cta {
    padding: 2rem;
  }
}
@media (min-width: 992px) and (max-width: 1199px) {
  #dws-banner-section #ctas-banner-section {
    display: flex;
    justify-content: space-between;
  }
  #dws-banner-section #ctas-banner-section .banner-cta {
    flex: 1;
  }
  #dws-banner-section #ctas-banner-section .banner-cta__submenu {
    top: 100%;
    left: 0;
  }
  #dws-banner-section #ctas-banner-section .banner-cta__submenu-text {
    font-size: 1.2rem;
  }
  #dws-banner-section #ctas-banner-section .banner-cta__submenu.is-active {
    transform: translateY(-100%);
  }
}
@media (max-width: 479px) {
  #dws-banner-section #hero-banner-section {
    padding-top: 100%;
    /* 1:1 aspect ratio */
  }
}
#dws-updates {
  display: flex;
  background: #f0f0f0;
  overflow-y: hidden;
}
#dws-updates__label {
  flex-basis: 20%;
  background: #da3a37;
  overflow-x: visible;
  display: flex;
  align-items: center;
  position: relative;
}
#dws-updates__label span {
  font-family: 'Roboto Slab', serif;
  color: #fff;
  padding-left: 75px;
  font-size: 2.5rem;
  z-index: 10;
}
#dws-updates__label:after {
  color: #da3a37;
  border-left: 160px solid;
  border-top: 160px solid transparent;
  border-bottom: 160px solid transparent;
  display: inline-block;
  content: '';
  position: absolute;
  right: -100px;
}
#dws-updates__list {
  margin-left: 80px;
  flex-basis: 80%;
  display: flex;
  justify-content: space-around;
}
#dws-updates__list .dws-update {
  display: flex;
  flex: 1;
  align-items: center;
  position: relative;
  margin: 10px 0;
  border-right: 2px solid #c4c4c4;
}
#dws-updates__list .dws-update__link {
  padding: 45px;
  margin: 0 auto;
  text-align: center;
}
#dws-updates__list .dws-update__link:not([disabled]):hover {
  text-decoration: none;
}
#dws-updates__list .dws-update__headline {
  font-weight: bold;
  font-size: 2rem;
}
#dws-updates__list .dws-update__headline:not([disabled]):hover {
  color: #da3a37;
}
#dws-updates__list .dws-update:last-of-type {
  border-right: 0;
}
@media (max-width: 1919px) {
  #dws-updates__label span {
    font-size: 2rem;
  }
  #dws-updates__label:after {
    right: -75px;
  }
  #dws-updates__list .dws-update__link {
    padding: 20px;
  }
  #dws-updates__list .dws-update__headline {
    font-size: 1.3rem;
  }
}
@media (max-width: 1199px) {
  #dws-updates {
    flex-wrap: wrap;
  }
  #dws-updates__label {
    flex-basis: 100%;
    overflow: hidden;
  }
  #dws-updates__label:after {
    right: 0;
    border-top: 200px solid #f0f0f0;
    border-bottom: 200px solid #f0f0f0;
  }
  #dws-updates__list {
    flex-basis: 100%;
    margin-left: 0;
  }
  #dws-updates__list__headline {
    font-size: 1.5rem;
  }
}
@media (max-width: 767px) {
  #dws-updates__list {
    flex-direction: column;
  }
  #dws-updates__list .dws-update {
    border-right: 0;
    border-bottom: 2px solid #c4c4c4;
  }
  #dws-updates__list .dws-update:last-of-type {
    border-bottom: 0;
  }
}
.odd-even-section {
  padding: 106px 0;
  background-image: url('/wp-content/themes/washjeff/assets/scss/../images/odd-even-bg.png');
  background-repeat: no-repeat;
  background-position: top 19% left;
  background-size: 105%;
}
.odd-even-section .section-typ1 {
  margin-bottom: 75px;
}
.odd-even-section .section-typ1 .row {
  margin: 0;
}
.odd-even-section .section-typ1 .col-6 {
  padding: 0;
}
.odd-even-section .section-typ1 .content {
  width: 575px;
  max-width: 100%;
  padding: 0 20px 10px 61px;
}
.odd-even-section .section-typ1 .content h2 {
  font-size: 42px;
  letter-spacing: 1px;
  line-height: 48px;
  color: #111;
  font-family: 'Roboto Slab', serif;
  font-weight: 700;
  margin-bottom: 35px;
}
.odd-even-section .section-typ1 .content p {
  font-size: 15px;
  line-height: 24px;
  color: #111;
  font-weight: 400;
  margin-bottom: 35px;
}
.odd-even-section .section-typ1 .content a {
  width: 240px;
  height: 45px;
  border-radius: 4px;
  background-color: #da3a37;
  border: 2px solid #da3a37;
  font-size: 13px;
  letter-spacing: 1px;
  line-height: 41px;
  color: #fff;
  font-weight: 700;
  display: inline-block;
  text-transform: uppercase;
  text-align: center;
}
.odd-even-section .section-typ1 .content a:not([disabled]):hover {
  background-color: #000;
  border-color: #000;
  text-decoration: none;
}
.odd-even-section .section-typ1 .img img {
  width: 880px;
  max-width: 100%;
}
.odd-even-section .section-typ1:last-child {
  margin-bottom: 0;
}
.odd-even-section .section-typ1.even .row {
  flex-direction: row-reverse;
}
.odd-even-section .section-typ1.even .content {
  margin-left: auto;
  width: 650px;
  padding: 0 20px 20px 61px;
}
.odd-even-section .section-typ1.even .content a {
  width: 200px;
}
.odd-even-section .section-typ1.even .img {
  text-align: right;
  padding-left: 60px;
}
.odd-even-section .section-typ1.odd .img {
  padding-right: 60px;
}
@media (max-width: 1500px) {
  .odd-even-section {
    background-position: top 15% left;
  }
}
@media (max-width: 991px) {
  .odd-even-section {
    background-image: url(/wp-content/themes/washjeff/assets/scss/../images/tablet-line-bg.png);
    background-position: right -100px center;
    background-size: contain;
  }
  .odd-even-section .section-typ1 {
    background-color: #d9edf7;
    max-width: calc(100% - 100px);
    margin: 0 auto 150px;
  }
  .odd-even-section .section-typ1 .col-6 {
    -ms-flex: 0 0 100%;
    flex: 0 0 100%;
    max-width: 100%;
  }
  .odd-even-section .section-typ1 .content {
    width: initial;
    padding: 50px 50px 0;
    margin-bottom: -20px;
  }
  .odd-even-section .section-typ1.odd .img {
    margin-left: -50px;
    margin-top: -50px;
  }
  .odd-even-section .section-typ1.even .img {
    padding-left: 50px;
    margin-right: -50px;
    margin-top: -50px;
  }
  .odd-even-section .section-typ1.even .content {
    width: initial;
    padding: 50px 50px 0;
    margin-bottom: -20px;
  }
}
@media (max-width: 767px) {
  .odd-even-section {
    background-image: url(/wp-content/themes/washjeff/assets/scss/../images/mobile-line-bg.png);
  }
}
@media (max-width: 479px) {
  .odd-even-section {
    padding: 150px 0 100px;
  }
  .odd-even-section .section-typ1 {
    max-width: calc(100% - 50px);
    margin: 0 0 140px auto;
  }
  .odd-even-section .section-typ1 .content {
    width: calc(100% + 50px);
    margin-left: -30px;
    padding-left: 0;
    padding-right: 0;
  }
  .odd-even-section .section-typ1 .content h2 {
    font-size: 30px;
    letter-spacing: 1px;
    line-height: 36px;
    margin-bottom: 15px;
  }
  .odd-even-section .section-typ1.even {
    margin-left: 0;
  }
  .odd-even-section .section-typ1.even .content {
    margin-left: 30px;
    margin-right: -30px;
    padding-top: 30px;
  }
  .odd-even-section .section-typ1.even .content a {
    width: 200px;
  }
  .odd-even-section .section-typ1.even .img {
    padding-left: 30px;
    margin-right: -50px;
    margin-top: -50px;
  }
}
.three-box-sec {
  padding: 13px 0 170px 0;
}
.three-box-sec .content {
  border-top: 2px solid #000;
  padding-top: 40px;
}
.three-box-sec .content h2 {
  font-size: 27px;
  letter-spacing: 0.2px;
  line-height: 40px;
  color: #111111;
  font-family: 'Roboto Slab', serif;
  font-weight: 700;
  margin-bottom: 16px;
}
.three-box-sec .content p {
  width: 361px;
  max-width: 100%;
  font-size: 15px;
  line-height: 24px;
  color: #000;
  font-weight: 400;
}
.three-box-sec .content a {
  width: 240px;
  height: 45px;
  border-radius: 4px;
  border: 2px solid #da3a37;
  font-size: 13px;
  letter-spacing: 1px;
  line-height: 41px;
  color: #000;
  font-weight: 700;
  text-align: center;
  padding: 0 10px;
  display: inline-block;
  text-transform: uppercase;
}
.three-box-sec .content a:not([disabled]):hover {
  background: #da3a37;
  text-decoration: none;
  color: #fff;
}
@media (max-width: 991px) {
  .three-box-sec .content h2 {
    font-size: 20px;
    line-height: 30px;
  }
  .three-box-sec .content p {
    font-size: 14px;
  }
}
@media (max-width: 991px) {
  .three-box-sec {
    padding-bottom: 0;
  }
  .three-box-sec .row .col-4 {
    -ms-flex: 0 0 530px;
    flex: 0 0 530px;
    max-width: 100%;
    margin: 0 auto 60px;
  }
}
.testimonial-section-bg {
  background-image: url('/wp-content/themes/washjeff/assets/scss/../images/testimonials-bg.png');
  background-size: contain;
  background-position: top 200px center;
  background-repeat: no-repeat;
  border-top: 1px solid #c4c4c4;
}
.testimonial-section-bg .testimonials-section {
  padding: 100px 0;
}
.testimonial-section-bg .testimonials-section .row {
  height: 510px;
}
.testimonial-section-bg .testimonials-section .row .image {
  height: 320px;
  width: 320px;
  border-radius: 50%;
  border: 1px solid #d9edf7;
  border-left-color: #da3a37;
  border-top-color: #da3a37;
  padding: 20px;
}
.testimonial-section-bg .testimonials-section .row .image .person-image {
  height: 100%;
  width: 100%;
  background-position: center;
  background-size: cover;
  border-radius: 50%;
}
.testimonial-section-bg .testimonials-section .row .content {
  width: 669px;
  font-size: 30px;
  letter-spacing: 0;
  line-height: 52px;
  color: #111;
  font-weight: 300;
  max-width: 100%;
  padding-top: 15px;
}
.testimonial-section-bg .testimonials-section .row .content p {
  margin-bottom: 15px;
}
.testimonial-section-bg .testimonials-section .row .content .posted-by {
  font-size: 16px;
  line-height: 44px;
  color: #da3a37;
  font-weight: 700;
  padding-left: 40px;
  background-image: url('/wp-content/themes/washjeff/assets/scss/../images/testimonials-icon.png');
  background-repeat: no-repeat;
  background-position: left center;
}
.testimonial-section-bg .testimonials-section .slick-arrow {
  height: 50px;
  width: 50px;
  right: -17px;
  position: absolute;
  top: 50%;
  font-size: 20px;
  margin-top: -44px;
  text-align: center;
  line-height: 50px;
  z-index: 11;
  cursor: pointer;
  opacity: 0.5;
}
.testimonial-section-bg .testimonials-section .slick-arrow:not([disabled]):hover {
  opacity: 1;
}
.testimonial-section-bg .testimonials-section .slick-arrow.next {
  height: 50px;
  width: 50px;
  right: -17px;
  position: absolute;
  top: 50%;
  font-size: 20px;
  margin-top: 12px;
  line-height: 50px;
  z-index: 11;
}
@media (max-width: 1368px) {
  .testimonial-section-bg .testimonials-section {
    padding-top: 50px;
  }
}
@media (max-width: 991px) {
  .testimonial-section-bg .testimonials-section .content {
    font-size: 28px;
  }
}
@media (max-width: 1500px) {
  .testimonial-section-bg {
    background-position: center bottom -50px;
  }
}
@media (max-width: 1368px) {
  .testimonial-section-bg {
    background-position: center bottom;
  }
}
@media (max-width: 991px) {
  .testimonial-section-bg {
    background-image: url('/wp-content/themes/washjeff/assets/scss/../images/testimonials-bg-tablet.png');
    background-position: center bottom -80px;
    padding-top: 50px;
  }
  .testimonial-section-bg .testimonials-section {
    padding-top: 0;
  }
  .testimonial-section-bg .testimonials-section .row {
    height: initial;
  }
  .testimonial-section-bg .testimonials-section .row .image {
    height: 220px;
    width: 220px;
  }
  .testimonial-section-bg .testimonials-section .row .content {
    font-size: 18px;
    line-height: 30px;
  }
  .testimonial-section-bg .testimonials-section .slick-arrow {
    top: auto;
    margin: 0;
    right: 50px;
    bottom: 25px;
  }
  .testimonial-section-bg .testimonials-section .slick-arrow.next {
    top: auto;
    margin: 0;
    right: 0;
  }
}
@media (max-width: 767px) {
  .testimonial-section-bg {
    background-image: url('/wp-content/themes/washjeff/assets/scss/../images/testimonials-bg-mobile.png');
    background-position: center top 130px;
    background-size: cover;
  }
  .testimonial-section-bg .testimonials-section .row .col-4, .testimonial-section-bg .testimonials-section .row .col-8 {
    -ms-flex: 0 0 100%;
    flex: 0 0 100%;
    max-width: 100%;
  }
  .testimonial-section-bg .testimonials-section .slick-arrow {
    bottom: -50px;
    right: auto;
    left: 0;
  }
  .testimonial-section-bg .testimonials-section .slick-arrow.next {
    left: 50px;
  }
}
@media (max-width: 479px) {
  .testimonial-section-bg {
    background-size: contain;
  }
}
.fast-fact-sec {
  background-color: #d9edf7;
  padding: 124px 0 98px;
  position: relative;
  z-index: -1;
}
.fast-fact-sec .content h2 {
  font-size: 96px;
  line-height: 100px;
  margin-bottom: 34px;
  color: #111;
  font-family: 'Roboto Slab', serif;
  font-weight: 700;
}
.fast-fact-sec .content h2:after {
  content: '';
  display: block;
  width: 90px;
  height: 2px;
  background-color: #da3a37;
  margin-top: 25px;
}
.fast-fact-sec .content p {
  width: 267px;
  font-size: 16px;
  line-height: 24px;
  color: #111;
  font-weight: 400;
  max-width: 100%;
}
@media (max-width: 991px) {
  .fast-fact-sec {
    padding: 84px 0 70px;
  }
  .fast-fact-sec .content h2 {
    font-size: 60px;
    line-height: 66px;
  }
}
@media (max-width: 767px) {
  .fast-fact-sec {
    padding: 50px 0;
  }
  .fast-fact-sec .row .col-4 {
    -ms-flex: 0 0 100%;
    flex: 0 0 100%;
    max-width: 100%;
    margin-bottom: 10px;
  }
  .fast-fact-sec .row .col-4 .content h2 {
    margin-bottom: 15px;
  }
  .fast-fact-sec .row .col-4 .content h2:after {
    margin-top: 15px;
  }
  .fast-fact-sec .row .col-4 .content p {
    width: auto;
  }
  .fast-fact-sec .row .col-4:last-child {
    margin-bottom: 0;
  }
}
/*# sourceMappingURL=https://www.washjeff.edu/wp-content/build/scss_library/ff7e35e3ac59407f141b7b44ad8fdc8a44584f31.css.map */