.w-layout-grid {
  display: -ms-grid;
  display: grid;
  grid-auto-columns: 1fr;
  -ms-grid-columns: 1fr 1fr;
  grid-template-columns: 1fr 1fr;
  -ms-grid-rows: auto auto;
  grid-template-rows: auto auto;
  grid-row-gap: 16px;
  grid-column-gap: 16px;
}

.main-jumbo-main {
  background-color: #212640;
}

.main-jumbo-main-slider {
  height: 600px;
}

.jumbo-header-slide {
  padding-right: 75px;
  padding-left: 75px;
  background-color: #212640;
  background-image: url('../images/slider_header_img1.png');
  background-position: 50% 50%;
  background-size: cover;
  background-repeat: no-repeat;
}

.jumbo-header-slide.reverse {
  color: #212640;
}

.jumbo-header-slide-block {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  height: 100%;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  
  color: #fff;
}

.jumbo-header-slide-block.reverse {
  color: #212640;
}

.jumbo-header-slide-leftside {
  display: block;
  width: 40%;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-align: start;
  -webkit-align-items: flex-start;
  -ms-flex-align: start;
  align-items: flex-start;
  -webkit-box-flex: 0;
  -webkit-flex: 0 0 auto;
  -ms-flex: 0 0 auto;
  flex: 0 0 auto;
}

.jumbo-header-title-small {
  margin-top: 0px;
  margin-bottom: 20px;
  font-size: 16px;
  line-height: 1.4;
  font-weight: 600;
  text-transform: uppercase;
}

.jumbo-header-title-large {
  margin-bottom: 30px;
  font-size: 36px;
  line-height: 1.3;
  font-weight: 300;
}

.slide-nav {
  font-size: 10px;
}

.jumbo-header-slide-arrow {
  position: absolute;
}

.jumbo-header-arrow-block {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.jumbo-header-arrow-block.smaller {
  width: 30px;
}

.right-arrow {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -webkit-flex-direction: row;
  -ms-flex-direction: row;
  flex-direction: row;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.new-el-section {
  padding-top: 70px;
  padding-bottom: 70px;
}

.new-el-section.ntm {
  padding-top: 0px;
}

.new-el-section.ntm.nbm {
  padding-bottom: 0px;
}

.new-el-section.nbm {
  padding-bottom: 0px;
}

.new-el-section.ltblue {
  background-color: #f1f6fc;
}

.new-el-section.dk-gradient {
  background-image: linear-gradient(135deg, #454e74, #212640);
  
  color: #fff;
  font-size: 14px;
  line-height: 1.5;
}

.new-el-section.careers {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  min-height: 450px;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.new-el-container {
  width: 100%;
  max-width: 100%;
  padding-right: 45px;
  padding-left: 45px;
  
}

.new-el-container.center {
  text-align: center;
}

.new-el-container.center.white {
  color: #fff;
}

.new-el-container.flexcenter {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
}

.about-ad-block {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  
}

.about-ad-block-leftside {
  margin-right: 60px;
  -webkit-box-flex: 1;
  -webkit-flex: 1;
  -ms-flex: 1;
  flex: 1;
}

.about-ad-block-rightside {
  width: 50%;
  -webkit-box-flex: 1;
  -webkit-flex: 1;
  -ms-flex: 1;
  flex: 1;
}

.heading-title---sml {
  margin-bottom: 20px;
  font-size: 16px;
  font-weight: 600;
}

.heading-title---md {
  margin-bottom: 20px;
  font-size: 20px;
  line-height: 1.5;
  font-weight: 400;
}

.ad-slider {
  min-height: 400px;
  background-color: #f8f8f8;
  color: #212640;
}

.ad-slide-container {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  height: 100%;
  padding: 100px 35px;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.slide-nav-dark {
  font-size: 10px;
}

.ad-slide-leftside {
  margin-right: 20px;
  -webkit-box-flex: 1;
  -webkit-flex: 1;
  -ms-flex: 1;
  flex: 1;
}

.ad-slide-rightside {
  width: 240px;
  -webkit-box-flex: 0;
  -webkit-flex: 0 0 auto;
  -ms-flex: 0 0 auto;
  flex: 0 0 auto;
}

.cae-blue-text-link {
  display: inline-block;
  padding-right: 15px;
  -webkit-align-self: flex-start;
  -ms-flex-item-align: start;
  align-self: flex-start;
  -webkit-box-flex: 0;
  -webkit-flex: 0 auto;
  -ms-flex: 0 auto;
  flex: 0 auto;
  background-image: url('../images/link-arrow-blue.png');
  background-position: 100% 50%;
  background-size: 7px;
  background-repeat: no-repeat;
  
  color: #2969F2;
  line-height: 14px;
  font-size: 14px;
  text-decoration: none !important;
}

.cae-blue-text-link:hover {
  text-decoration: underline;
}

.cae-blue-text-link.large {
  -webkit-align-self: flex-start;
  -ms-flex-item-align: start;
  align-self: flex-start;
  font-size: 16px;
}

.full-content-background-cta {
  position: relative;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  min-height: 450px;
  padding-bottom: 60px;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: end;
  -webkit-justify-content: flex-end;
  -ms-flex-pack: end;
  justify-content: flex-end;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  background-image: url('../images/3imageds.jpg');
  background-position: 50% 50%;
  background-size: cover;
  background-repeat: no-repeat;
  
  color: #fff;
  text-align: center;
}

.full-content-background-contents {
  position: relative;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 675px;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: end;
  -webkit-justify-content: flex-end;
  -ms-flex-pack: end;
  justify-content: flex-end;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  font-size: 16px;
  line-height: 22px;
}

.cae-blue-button-arrow {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  padding: 13px 24px;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-flex: 0;
  -webkit-flex: 0 0 auto;
  -ms-flex: 0 0 auto;
  flex: 0 0 auto;
  background-color: #2969F2;
  color: #fff;
  font-size: 16px;
  font-weight: 600;
  text-decoration: none !important;
  border-radius: 12px;
  gap: 10px;
}

.arrow-icon {
  margin-left: 10px;
}

.full-content-background-title {
  margin-bottom: 10px;
  font-size: 22px;
  line-height: 30px;
}

.full-content-background-body {
  margin-bottom: 20px;
}

.full-content-bg-gradient {
  position: absolute;
  left: 0%;
  top: 0%;
  right: 0%;
  bottom: 0%;
  background-image: -webkit-gradient(linear, left bottom, left top, from(#212640), to(rgba(33, 38, 64, 0)));
  background-image: linear-gradient(0deg, #212640, rgba(33, 38, 64, 0));
}

.new-el-section-title {
  color: #212640;
  font-size: 22px;
  line-height: 30px;
  font-weight: 600;
}

.new-el-section-title.center {
  text-align: center;
}

.new-el-section-title.center.white {
  color: #fff;
}

.new-el-section-title.nomarg {
  font-weight: 600;
}

.new-el-section-title.marg {
  margin-bottom: 20px;
}

.new-el-section-title.white {
  color: #fff;
}

.new-el-full-body {
  margin-bottom: 30px;
  font-size: 16px;
  line-height: 1.5;
}

.regional-pods-block {
  display: -ms-grid;
  display: grid;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-align-content: flex-start;
  -ms-flex-line-pack: start;
  align-content: flex-start;
  grid-auto-columns: 1fr;
  grid-column-gap: 60px;
  grid-row-gap: 40px;
  -ms-grid-columns: 1fr 1fr 1fr;
  grid-template-columns: 1fr 1fr 1fr;
  -ms-grid-rows: auto auto;
  grid-template-rows: auto auto;
}

.region-pod {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  height: 220px;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  background-color: #212640;
  background-image: url('../images/usa-map.png');
  background-position: 50% 50%;
  background-size: auto;
  background-repeat: no-repeat;
  color: #fff;
  font-size: 22px;
  line-height: 30px;
  font-weight: 600;
  text-decoration: none !important;
}

.new-el-title-link-block {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin-bottom: 30px;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.new-el-title-link-block.center {
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
}

.in-the-news-block {
  display: -ms-grid;
  display: grid;
  grid-auto-columns: 1fr;
  grid-column-gap: 60px;
  grid-row-gap: 16px;
  -ms-grid-columns: 1fr 1fr 1fr;
  grid-template-columns: 1fr 1fr 1fr;
  -ms-grid-rows: auto auto;
  grid-template-rows: auto auto;
}

.in-the-news-pod {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
  border: 1px solid #f1f6fc;
  background-color: #fff;
  color: #212640;
  text-decoration: none !important;
}

.in-the-news-pod:hover {
  box-shadow: 0 0 30px 0 rgba(0, 94, 184, 0.14);
  text-decoration: none !important;
}

.in-the-news-image {
  width: 100%;
  height: 240px;
  -o-object-fit: cover;
  object-fit: cover;
}

.in-the-news-date {
  margin-bottom: 5px;
  color: #767989;
  font-size: 12px;
  line-height: 12px;
  font-weight: 600;
  letter-spacing: 1px;
  text-transform: uppercase;
}

.in-the-news-title {
  margin-bottom: 20px;
  font-size: 16px;
  line-height: 1.3;
  font-weight: 600;
}

.preview-spacer {
  height: 80px;
  background-color: #f1f1f1;
}

.jumbo-header-1 {
  position: relative;
  min-height: 540px;
  background-color: #f9fbfe;
  
}

.jumbo-header-img {
  position: absolute;
  left: 0%;
  top: 0%;
  right: 0%;
  bottom: 0%;
  background-image: url('../images/slider_header_img1.png');
  background-position: 50% 50%;
  background-size: cover;
  background-repeat: no-repeat;
  opacity: 0.1;
  -webkit-filter: grayscale(100%);
  filter: grayscale(100%);
}

.jumbo-header-container {
  position: absolute;
  left: 0%;
  top: 0%;
  right: 0%;
  bottom: 0%;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  padding: 80px 45px;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.jumbo-header-leftside {
  width: 50%;
  padding-right: 30px;
}

.jumbo-header-leftside.col-5 {
  width: 41.66666667%;
}

.jumbo-header-leftside.col-8 {
  width: 66.66666667%;
}

.jumbo-header-rightside {
  width: 50%;
  padding-left: 30px;
}

.jumbo-header-rightside.full {
  -webkit-box-flex: 0;
  -webkit-flex: 0 0 auto;
  -ms-flex: 0 0 auto;
  flex: 0 0 auto;
}

.jumbo-header-rightside.col-7 {
  width: 58.33333333%;
}

.jumbo-header-hero-image {
  height: 380px;
  min-width: 100%;
  -o-object-fit: cover;
  object-fit: cover;
}

.jumbo-header-2 {
  position: relative;
  min-height: 540px;
  background-color: #f9fbfe;
  
}

.jumbo-header-container-ad {
  position: absolute;
  left: 0%;
  top: 0%;
  right: 0%;
  bottom: 0%;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  padding: 80px 45px;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.jumbo-header-3 {
  position: relative;
  min-height: 540px;
  background-color: #f9fbfe;
  
}

.jumbo-header-body {
  margin-bottom: 20px;
  font-size: 16px;
  line-height: 1.8;
}

.jumbo-header-4 {
  position: relative;
  min-height: 540px;
  background-color: #f9fbfe;
  
}

.jumbo-header-4.white {
  background-color: #fff;
}

.cae-white-text-link {
  display: inline-block;
  padding-right: 15px;
  background-image: url('../images/link-arrow-white.png');
  background-position: 100% 50%;
  background-size: 7px;
  background-repeat: no-repeat;
  
  color: #fff;
  line-height: 14px;
  text-decoration: none !important;
}

.cae-white-text-link.mt {
  margin-top: 30px;
}

.html-grid-4 {
  grid-column-gap: 60px;
  grid-row-gap: 40px;
  -ms-grid-columns: 1fr 1fr 1fr 1fr;
  grid-template-columns: 1fr 1fr 1fr 1fr;
}

.markets-pod {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  border: 1px solid #f1f6fc;
  background-color: #fff;
  color: #212640;
  text-decoration: none !important;
}

.markets-pod:hover {
  box-shadow: 0 0 30px 0 rgba(0, 94, 184, 0.14);
  text-decoration: none !important;
}

.markets-image-head {
  display: block;
  width: 100%;
  height: 160px;
  -o-object-fit: cover;
  object-fit: cover;
}

.markets-pod-contents {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  padding: 20px;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-flex: 1;
  -webkit-flex: 1;
  -ms-flex: 1;
  flex: 1;
}

.market-pod-title {
  margin-bottom: 8px;
  font-size: 16px;
  line-height: 1.3;
  font-weight: 600;
}

.market-pod-body {
  margin-bottom: 20px;
}

.blutext {
  display: inline-block;
}

.programs-pods {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
  border: 1px solid #f1f6fc;
  background-color: #fff;
  color: #212640;
  text-decoration: none !important;
}

.programs-pods:hover {
  box-shadow: 0 0 30px 0 rgba(0, 94, 184, 0.14);
  text-decoration: none !important;
}

.programs-pod-title {
  margin-bottom: 10px;
  font-size: 18px;
  line-height: 1.3;
  font-weight: 600;
}

.in-the-news-contents {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  padding: 20px;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-flex: 1;
  -webkit-flex: 1;
  -ms-flex: 1;
  flex: 1;
}

.media-pod-events-block {
  display: -ms-grid;
  display: grid;
  width: 80%;
  grid-auto-columns: 1fr;
  grid-column-gap: 30px;
  grid-row-gap: 16px;
  -ms-grid-columns: 1fr 1fr 1fr;
  grid-template-columns: 1fr 1fr 1fr;
  -ms-grid-rows: auto auto;
  grid-template-rows: auto auto;
}

.media-pod-events-pod {
  padding-right: 60px;
  padding-left: 60px;
  color: #fff;
  text-align: center;
  text-decoration: none !important;
}

.media-pod-events-pod:hover {
  text-decoration: none !important;
}

.mpe-icon {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  height: 70px;
  margin-bottom: 20px;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.mpe-title {
  margin-bottom: 10px;
  font-size: 18px;
  font-weight: 600;
}

.engage-with-us-block {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.ewu-title {
  margin-right: 60px;
  font-size: 28px;
  line-height: 1;
}

.ewu-icons {
  width: 50px;
  margin-right: 30px;
  margin-left: 30px;
}

.ewu-icons.last {
  margin-right: 0px;
}

.ewu-icons.first {
  margin-left: 0px;
}

._4-icon-links-block {
  display: -ms-grid;
  display: grid;
  grid-auto-columns: 1fr;
  grid-column-gap: 60px;
  grid-row-gap: 16px;
  -ms-grid-columns: 1fr 1fr 1fr 1fr;
  grid-template-columns: 1fr 1fr 1fr 1fr;
  -ms-grid-rows: auto auto;
  grid-template-rows: auto auto;
}

._4icon-link-pod {
  color: #212640;
  font-size: 14px;
  line-height: 1.2;
  text-align: center;
  text-decoration: none !important;
}

._4icon-img {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  height: 80px;
  margin-bottom: 10px;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.new-section-title-large {
  font-size: 30px;
  line-height: 1;
  font-weight: 600;
  text-align: center;
}

.contact-boxes-block {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin-top: 60px;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  grid-auto-columns: 1fr;
  -ms-grid-columns: 1fr 1fr;
  grid-template-columns: 1fr 1fr;
  -ms-grid-rows: auto auto;
  grid-template-rows: auto auto;
}

.contact-boxes-pod {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 360px;
  height: 150px;
  padding-right: 30px;
  padding-left: 30px;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-flex: 0;
  -webkit-flex: 0 0 auto;
  -ms-flex: 0 0 auto;
  flex: 0 0 auto;
  background-color: #fff;
  box-shadow: 0 0 30px 0 rgba(0, 0, 0, 0.1);
  color: #212640;
  text-align: center;
  text-decoration: none !important;
}

.contact-boxes-pod:hover {
  box-shadow: 0 0 30px 0 rgba(0, 0, 0, 0.2);
  text-decoration: none !important;
}

.contact-boxes-title {
  margin-bottom: 20px;
  font-size: 22px;
  line-height: 1.3;
}

._60pxspacer {
  width: 60px;
  height: 60px;
  -webkit-box-flex: 0;
  -webkit-flex: 0 0 auto;
  -ms-flex: 0 0 auto;
  flex: 0 0 auto;
}

.new-careers-section {
  position: relative;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  height: 450px;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  
}

.new-careers-img-bg {
  position: absolute;
  left: 0%;
  top: 0%;
  right: 0%;
  bottom: 0%;
  z-index: -2;
  background-image: url('../images/joinourteam-bg.jpg');
  background-position: 50% 50%;
  background-size: cover;
  background-repeat: no-repeat;
}

.new-careers-bg-overlay {
  position: absolute;
  left: 0%;
  top: 0%;
  right: 0%;
  bottom: 0%;
  z-index: -1;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: stretch;
  -webkit-align-items: stretch;
  -ms-flex-align: stretch;
  align-items: stretch;
  background-color: rgba(33, 38, 64, 0.42);
}

.new-career-content-block {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 470px;
  height: 330px;
  padding-right: 30px;
  padding-left: 30px;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: start;
  -webkit-align-items: flex-start;
  -ms-flex-align: start;
  align-items: flex-start;
  background-color: #2969F2;
  color: #fff;
  font-size: 16px;
}

.new-career-content-title {
  margin-bottom: 10px;
  font-size: 36px;
  line-height: 1.2;
  font-weight: 600;
}

.new-stats-icons-block {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin-bottom: -30px;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-align-content: flex-start;
  -ms-flex-line-pack: start;
  align-content: flex-start;
  grid-auto-columns: 1fr;
  -ms-grid-columns: 1fr 1fr 1fr;
  grid-template-columns: 1fr 1fr 1fr;
  -ms-grid-rows: auto auto;
  grid-template-rows: auto auto;
}

.new-stats-icon-pod {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 300px;
  margin-bottom: 30px;
  padding-right: 20px;
  padding-left: 20px;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  color: #212640;
  font-size: 16px;
  font-weight: 300;
  text-align: center;
}

.new-stats-icon {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  height: 80px;
  max-width: 120px;
  margin-bottom: 10px;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.new-stats-icon-title-large {
  margin-bottom: 5px;
  font-size: 40px;
  line-height: 1.1;
  font-weight: 400;
}

.new-stats-icon-title-medium {
  font-size: 16px;
  line-height: 1.1;
  font-weight: 300;
}

.new-stats-icon-title-medium.bold {
  margin-bottom: 5px;
  line-height: 1.3;
  font-weight: 600;
}

.new-documents-slider {
  height: 190px;
  padding-right: 80px;
  padding-left: 80px;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  background-color: transparent;
}

.document-slide {
  width: 260px;
  height: 100px;
  margin-right: 30px;
  padding: 10px;
}

.document-slide:hover {
  border-radius: 6px;
  background-color: #e1ecf7;
  text-decoration: none !important;
}

.document-slide-pod {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  height: 100%;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  color: #212640;
  text-decoration: none !important;
}

.document-file-icon {
  width: 42px;
  height: 56px;
}

.document-slide-meta-block {
  margin-left: 20px;
  
}

.document-slider-meta-title {
  margin-bottom: 2px;
  font-size: 14px;
  line-height: 1.2;
  font-weight: 700;
}

.document-slider-meta-sub-title {
  margin-bottom: 0px;
  font-size: 12px;
  line-height: 1.4;
  font-weight: 400;
}

.document-slide-nav {
  color: #212640;
  font-size: 10px;
}

.mask {
  padding-top: 40px;
}

.new-documents-section {
  padding-top: 40px;
  padding-bottom: 30px;
}

.new-documents-section.ltblue {
  background-color: #f1f6fc;
}

.programs-pod-contents {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  padding: 20px;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-flex: 1;
  -webkit-flex: 1;
  -ms-flex: 1;
  flex: 1;
}

.new-pressrelease-block {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  height: 128px;
  margin-top: -1px;
  padding: 30px;
  border-top: 1px solid #e1ecf7;
  border-bottom: 1px solid #e1ecf7;
  color: #212640;
  text-decoration: none !important;
}

.new-pressrelease-block:hover {
  background-color: #e1ecf7;
  text-decoration: none !important;
}

.new-pressrelease-meta-block {
  width: 180px;
}

.npr-date {
  font-size: 14px;
  font-weight: 600;
  text-transform: uppercase;
}

.npr-date-cat {
  color: #8d8d8d;
  font-size: 12px;
  font-weight: 400;
  letter-spacing: 2px;
  text-transform: uppercase;
}

.npr-contents {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-flex: 1;
  -webkit-flex: 1;
  -ms-flex: 1;
  flex: 1;
}

.npr-title {
  margin-bottom: 10px;
  font-size: 18px;
  line-height: 1.4;
  font-weight: 600;
}

.npr-text-link {
  color: #2969F2;
  font-size: 12px;
  letter-spacing: 1.5px;
  text-transform: uppercase;
}

.nwe-block {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-align: stretch;
  -webkit-align-items: stretch;
  -ms-flex-align: stretch;
  align-items: stretch;
}

.nwe-leftside {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 50%;
  padding-top: 30px;
  padding-right: 120px;
  padding-bottom: 30px;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: start;
  -webkit-align-items: flex-start;
  -ms-flex-align: start;
  align-items: flex-start;
}

.nwe-rightside {
  width: 50%;
  padding-left: 30px;
  background-image: url('../images/header-placeholder.jpg');
  background-position: 50% 50%;
  background-size: cover;
  background-repeat: no-repeat;
}

.nwe-title {
  margin-bottom: 20px;
  font-size: 38px;
  line-height: 1.2;
  font-weight: 300;
}

.nwe-body {
  margin-bottom: 20px;
  font-size: 16px;
  line-height: 1.8;
}

.adimage {
  display: inline-block;
  max-width: 100%;
}

.nsi-img {
  max-height: 75px;
  -o-object-fit: cover;
  object-fit: cover;
}

.jumbo-header-title-largest {
  margin-bottom: 15px;
  font-size: 50px;
  line-height: 1.3;
  font-weight: 300;
}

.full-width-showcase-wow {
  position: relative;
  overflow: hidden;
  margin-top: 30px;
  margin-bottom: 30px;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  background-color: #212640;
  -webkit-transition: opacity 200ms ease;
  transition: opacity 200ms ease;
  
  color: #fff;
}

.fwsw-image {
  position: relative;
  padding-top: 175px;
  padding-bottom: 175px;
  -webkit-align-self: stretch;
  -ms-flex-item-align: stretch;
  -ms-grid-row-align: stretch;
  align-self: stretch;
  -webkit-box-flex: 0;
  -webkit-flex: 0 0 auto;
  -ms-flex: 0 0 auto;
  flex: 0 0 auto;
  background-image: url('../images/210614-CAEDSWEB-Images-ASE-AdvancedAnalytics.jpg');
  background-position: 50% 50%;
  background-size: cover;
  background-repeat: no-repeat;
  -webkit-transform: scale3d(1none, 1none, 1none);
  transform: scale3d(1none, 1none, 1none);
  color: #fff;
  font-size: 16px;
  line-height: 1.6;
  -webkit-transform-style: preserve-3d;
  transform-style: preserve-3d;
}

.fwsw-image:hover {
  -webkit-perspective-origin: 50% 50%;
  perspective-origin: 50% 50%;
  -webkit-transform: translate(0px, 0px);
  -ms-transform: translate(0px, 0px);
  transform: translate(0px, 0px);
  -webkit-transform-origin: 50% 50%;
  -ms-transform-origin: 50% 50%;
  transform-origin: 50% 50%;
}

.fwsw-title {
  margin-bottom: 30px;
  font-size: 38px;
  line-height: 1;
}

@media screen and (min-width: 1280px) {
  .jumbo-header-slide {
    padding-right: 110px;
    padding-left: 110px;
  }

  .new-el-container {
    padding-right: 110px;
    padding-left: 110px;
  }

  .about-ad-block-rightside {
    width: 50%;
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 auto;
    -ms-flex: 0 0 auto;
    flex: 0 0 auto;
  }

  .regional-pods-block {
    grid-column-gap: 60px;
  }

  .jumbo-header-container {
    padding-right: 110px;
    padding-left: 110px;
  }

  .jumbo-header-container-ad {
    padding-right: 110px;
    padding-left: 110px;
  }

  .new-stats-icon-pod {
    margin-right: 10px;
    margin-left: 10px;
  }

  .nwe-leftside {
    padding-right: 60px;
  }
}

@media screen and (min-width: 1440px) {
  .main-jumbo-main-slider {
    height: 700px;
  }

  .jumbo-header-slide {
    padding-right: 160px;
    padding-left: 160px;
  }

  .jumbo-header-arrow-block.smaller {
    width: 50px;
  }

  .new-el-container {
    padding-right: 175px;
    padding-left: 175px;
  }

  .about-ad-block-rightside {
    width: 50%;
  }

  .ad-slide-container {
    padding-right: 50px;
    padding-left: 50px;
  }

  .ad-slide-leftside {
    margin-right: 30px;
    -webkit-box-flex: 0;
    -webkit-flex: 0 auto;
    -ms-flex: 0 auto;
    flex: 0 auto;
  }

  .regional-pods-block {
    grid-column-gap: 60px;
  }

  .in-the-news-block {
    grid-column-gap: 60px;
  }

  .jumbo-header-container {
    padding-right: 175px;
    padding-left: 175px;
  }

  .jumbo-header-container-ad {
    padding-right: 175px;
    padding-left: 175px;
  }

  .markets-image-head {
    height: 180px;
  }

  .new-stats-icon-pod {
    width: 320px;
  }

  .nwe-leftside {
    padding-top: 0px;
    padding-bottom: 0px;
  }

  .nwe-rightside {
    min-height: 420px;
  }
}

@media screen and (min-width: 1920px) {
  .new-el-container {
    padding-right: 300px;
    padding-left: 300px;
  }

  .ad-slide-container {
    padding-right: 130px;
    padding-left: 130px;
  }

  .ad-slide-leftside {
    position: relative;
    width: 250px;
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 auto;
    -ms-flex: 0 0 auto;
    flex: 0 0 auto;
  }

  .region-pod {
    height: 250px;
  }

  .in-the-news-block {
    grid-column-gap: 60px;
  }

  .in-the-news-image {
    height: 250px;
  }

  .jumbo-header-1 {
    min-height: 700px;
  }

  .jumbo-header-container {
    padding-right: 300px;
    padding-left: 300px;
  }

  .jumbo-header-leftside.col-5 {
    width: 50%;
  }

  .jumbo-header-rightside.col-7 {
    width: 50%;
  }

  .jumbo-header-hero-image {
    height: 460px;
  }

  .jumbo-header-2 {
    min-height: 700px;
  }

  .jumbo-header-container-ad {
    padding-right: 300px;
    padding-left: 300px;
  }

  .jumbo-header-3 {
    min-height: 700px;
  }

  .jumbo-header-4 {
    min-height: 700px;
  }

  .markets-image-head {
    height: 200px;
  }

  .media-pod-events-pod {
    padding-right: 40px;
    padding-left: 40px;
  }

  .new-careers-section {
    height: 500px;
  }

  .new-career-content-block {
    width: 500px;
    height: 370px;
  }

  .new-stats-icon-pod {
    min-width: 26%;
    padding-right: 70px;
    padding-left: 70px;
  }

  .nwe-rightside {
    min-height: 460px;
  }
}

@media screen and (max-width: 991px) {
  .main-jumbo-main-slider {
    height: 500px;
  }

  .jumbo-header-slide {
    padding-right: 30px;
    padding-left: 30px;
  }

  .jumbo-header-title-small {
    font-size: 13px;
  }

  .jumbo-header-title-large {
    font-size: 32px;
  }

  .jumbo-header-arrow-block {
    display: none;
  }

  .jumbo-header-arrow-block.show {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
  }

  .new-el-section {
    padding-top: 60px;
    padding-bottom: 60px;
  }

  .new-el-container {
    padding-right: 30px;
    padding-left: 30px;
  }

  .about-ad-block-leftside {
    margin-right: 30px;
  }

  .heading-title---sml {
    margin-bottom: 15px;
    font-size: 14px;
  }

  .heading-title---md {
    font-size: 16px;
  }

  .ad-slider {
    height: auto;
    min-height: auto;
  }

  .ad-slide-container {
    padding: 60px 30px;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    text-align: center;
  }

  .ad-slide-leftside {
    width: 70%;
    margin-right: 0px;
  }

  .link-block {
    margin-bottom: 15px;
  }

  .full-content-background-cta {
    min-height: 400px;
    padding-bottom: 40px;
  }

  .full-content-background-contents {
    width: 90%;
  }

  .regional-pods-block {
    grid-column-gap: 29px;
    grid-row-gap: 30px;
  }

  .region-pod {
    height: 160px;
    padding-right: 20px;
    padding-left: 20px;
    font-size: 18px;
    line-height: 22px;
    text-align: center;
  }

  .in-the-news-block {
    grid-column-gap: 30px;
  }

  .in-the-news-image {
    height: 160px;
  }

  .in-the-news-title {
    font-size: 16px;
  }

  .jumbo-header-1 {
    min-height: 500px;
  }

  .jumbo-header-container {
    position: relative;
    padding: 40px 30px;
  }

  .jumbo-header-leftside.col-5 {
    width: 50%;
  }

  .jumbo-header-leftside.col-8 {
    width: 100%;
  }

  .jumbo-header-rightside.col-7 {
    width: 50%;
  }

  .jumbo-header-hero-image {
    height: 280px;
  }

  .jumbo-header-2 {
    min-height: 500px;
  }

  .jumbo-header-container-ad {
    position: relative;
    padding: 40px 30px;
  }

  .jumbo-header-3 {
    min-height: 500px;
  }

  .jumbo-header-4 {
    min-height: 500px;
  }

  .html-grid-4 {
    grid-column-gap: 31px;
    grid-row-gap: 29px;
    -ms-grid-columns: 1fr 1fr 1fr;
    grid-template-columns: 1fr 1fr 1fr;
  }

  .market-pod-title {
    font-size: 16px;
  }

  .programs-pod-title {
    font-size: 16px;
  }

  .media-pod-events-block {
    width: 90%;
    grid-column-gap: 31px;
  }

  .media-pod-events-pod {
    padding-right: 0px;
    padding-left: 0px;
  }

  .ewu-title {
    margin-right: 40px;
    font-size: 26px;
  }

  .ewu-icons {
    margin-right: 20px;
    margin-left: 20px;
  }

  ._4-icon-links-block {
    grid-column-gap: 30px;
  }

  .contact-boxes-pod {
    -webkit-box-flex: 1;
    -webkit-flex: 1;
    -ms-flex: 1;
    flex: 1;
  }

  ._60pxspacer {
    width: 30px;
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 auto;
    -ms-flex: 0 0 auto;
    flex: 0 0 auto;
  }

  .new-careers-section {
    height: 380px;
  }

  .new-careers-img-bg {
    background-image: url('../images/joinourteam-bg.jpg');
    background-position: 50% 50%;
    background-size: cover;
  }

  .new-career-content-block {
    width: 410px;
    height: 290px;
  }

  .new-stats-icons-block {
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
    -ms-flex-pack: justify;
    justify-content: space-between;
  }

  .new-stats-icon-pod {
    width: 232px;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
  }

  .new-pressrelease-block {
    height: auto;
    min-height: 128px;
    padding-right: 20px;
    padding-left: 20px;
  }

  .nwe-leftside {
    padding-right: 30px;
  }

  .nwe-rightside {
    padding-left: 0px;
  }

  .nwe-title {
    font-size: 34px;
  }

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

  .jumbo-header-title-largest {
    font-size: 32px;
  }

  .fwsw-title {
    font-size: 34px;
  }
}

@media screen and (max-width: 767px) {
  .main-jumbo-main-slider {
    height: 400px;
  }

  .jumbo-header-slide-leftside {
    width: 100%;
  }

  .jumbo-header-title-large {
    margin-bottom: 20px;
    font-size: 28px;
  }

  .jumbo-header-arrow-block.show {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
  }

  .new-el-section {
    padding-top: 40px;
    padding-bottom: 40px;
  }

  .about-ad-block {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-align: stretch;
    -webkit-align-items: stretch;
    -ms-flex-align: stretch;
    align-items: stretch;
  }

  .about-ad-block-leftside {
    margin-right: 0px;
    margin-bottom: 30px;
  }

  .about-ad-block-rightside {
    width: 100%;
  }

  .ad-slide-leftside {
    width: 50%;
  }

  .full-content-background-title {
    font-size: 20px;
  }

  .new-el-section-title {
    font-size: 20px;
  }

  .new-el-section-title.center {
    margin-bottom: 20px;
    font-size: 20px;
  }

  .new-el-full-body {
    font-size: 14px;
  }

  .regional-pods-block {
    -ms-grid-columns: 1fr 1fr;
    grid-template-columns: 1fr 1fr;
  }

  .new-el-title-link-block {
    margin-bottom: 20px;
    text-align: left;
  }

  .in-the-news-block {
    grid-row-gap: 30px;
    -ms-grid-columns: 1fr;
    grid-template-columns: 1fr;
  }

  .in-the-news-image {
    height: 280px;
  }

  .jumbo-header-1 {
    height: auto;
    min-height: 0px;
  }

  .jumbo-header-container {
    position: relative;
    padding: 0px 0px 30px;
    -webkit-box-orient: vertical;
    -webkit-box-direction: reverse;
    -webkit-flex-direction: column-reverse;
    -ms-flex-direction: column-reverse;
    flex-direction: column-reverse;
  }

  .jumbo-header-leftside {
    width: 100%;
    padding: 30px;
  }

  .jumbo-header-leftside.ad {
    padding-bottom: 30px;
  }

  .jumbo-header-leftside.col-5 {
    width: 100%;
    padding-bottom: 0px;
  }

  .jumbo-header-leftside.col-8 {
    width: 100%;
    padding-bottom: 0px;
  }

  .jumbo-header-rightside {
    width: 100%;
    padding-left: 0px;
  }

  .jumbo-header-rightside.col-7 {
    width: 100%;
  }

  .jumbo-header-hero-image {
    width: 100%;
  }

  .jumbo-header-2 {
    height: auto;
    min-height: 0px;
  }

  .jumbo-header-container-ad {
    position: relative;
    padding: 0px;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
  }

  .jumbo-header-3 {
    height: auto;
    min-height: 0px;
  }

  .jumbo-header-body {
    font-size: 14px;
  }

  .jumbo-header-4 {
    height: auto;
    min-height: 0px;
  }

  .html-grid-4 {
    grid-column-gap: 31px;
    -ms-grid-columns: 1fr 1fr;
    grid-template-columns: 1fr 1fr;
  }

  .media-pod-events-block {
    width: 100%;
    grid-column-gap: 30px;
    grid-row-gap: 30px;
    -ms-grid-columns: 1fr;
    grid-template-columns: 1fr;
  }

  .engage-with-us-block {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
  }

  .ewu-title {
    margin-right: 0px;
    margin-bottom: 20px;
    font-size: 24px;
  }

  .ewu-icons {
    width: 40px;
    margin-right: 10px;
    margin-left: 10px;
  }

  ._4-icon-links-block {
    grid-row-gap: 30px;
    -ms-grid-columns: 1fr 1fr;
    grid-template-columns: 1fr 1fr;
  }

  .new-section-title-large {
    font-size: 26px;
  }

  .contact-boxes-block {
    margin-top: 30px;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
  }

  .contact-boxes-pod {
    width: 100%;
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 auto;
    -ms-flex: 0 0 auto;
    flex: 0 0 auto;
  }

  ._60pxspacer {
    height: 30px;
  }

  ._60pxspacer.nomobile {
    display: none;
  }

  .new-careers-section {
    height: 270px;
  }

  .new-career-content-block {
    width: 310px;
    height: 210px;
    font-size: 14px;
  }

  .new-career-content-title {
    font-size: 26px;
  }

  .new-stats-icons-block {
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
  }

  .new-stats-icon-pod {
    width: 50%;
    max-width: 50%;
  }

  .new-stats-icon {
    margin-bottom: 5px;
  }

  .new-stats-icon-title-large {
    font-size: 32px;
  }

  .new-documents-slider {
    padding-right: 80px;
    padding-left: 80px;
  }

  .document-slide {
    width: 100%;
  }

  .document-slide-pod {
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
  }

  .new-pressrelease-block {
    height: auto;
  }

  .nwe-block {
    -webkit-box-orient: vertical;
    -webkit-box-direction: reverse;
    -webkit-flex-direction: column-reverse;
    -ms-flex-direction: column-reverse;
    flex-direction: column-reverse;
  }

  .nwe-leftside {
    width: 100%;
    padding-right: 0px;
    padding-bottom: 0px;
    text-align: center;
  }

  .nwe-rightside {
    width: 100%;
    height: 350px;
  }

  .nwe-title {
    font-size: 30px;
  }

  .jumbo-header-title-largest {
    margin-bottom: 20px;
    font-size: 28px;
  }

  .full-width-showcase-wow {
    margin-top: 15px;
    margin-bottom: 15px;
  }

  .fwsw-image {
    padding-top: 130px;
    padding-bottom: 130px;
  }

  .fwsw-title {
    font-size: 30px;
  }
}

@media screen and (max-width: 479px) {
  .jumbo-header-slide-leftside {
    text-align: center;
  }

  .jumbo-header-title-small {
    text-align: center;
  }

  .jumbo-header-title-large {
    font-size: 26px;
    text-align: center;
  }

  .jumbo-header-arrow-block.show {
    width: 30px;
  }

  .new-el-section {
    padding-top: 30px;
    padding-bottom: 30px;
  }

  .new-el-container {
    padding-right: 20px;
    padding-left: 20px;
    -webkit-box-flex: 1;
    -webkit-flex: 1;
    -ms-flex: 1;
    flex: 1;
  }

  .about-ad-block-leftside {
    text-align: center;
  }

  .ad-slide-container {
    padding-top: 30px;
    padding-bottom: 40px;
  }

  .ad-slide-leftside {
    width: 60%;
  }

  .full-content-background-cta {
    height: auto;
    padding-top: 40px;
  }

  .full-content-background-title {
    line-height: 22px;
  }

  .full-content-background-body {
    font-size: 14px;
    line-height: 20px;
  }

  .new-el-section-title.marg {
    margin-bottom: 10px;
  }

  .regional-pods-block {
    -ms-grid-columns: 1fr;
    grid-template-columns: 1fr;
  }

  .new-el-title-link-block {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-align: start;
    -webkit-align-items: flex-start;
    -ms-flex-align: start;
    align-items: flex-start;
  }

  .in-the-news-image {
    height: 180px;
  }

  .jumbo-header-leftside {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
  }

  .jumbo-header-hero-image {
    height: 220px;
  }

  .jumbo-header-body {
    text-align: center;
  }

  .cae-white-text-link {
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 auto;
    -ms-flex: 0 0 auto;
    flex: 0 0 auto;
  }

  .html-grid-4 {
    -ms-grid-columns: 1fr;
    grid-template-columns: 1fr;
  }

  .media-pod-events-block {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
  }

  .mpe-icon {
    margin-bottom: 10px;
  }

  ._4-icon-links-block {
    -ms-grid-columns: 1fr;
    grid-template-columns: 1fr;
  }

  .new-section-title-large {
    font-size: 22px;
  }

  .contact-boxes-block {
    margin-top: 30px;
  }

  .contact-boxes-title {
    font-size: 20px;
  }

  .new-careers-img-bg {
    background-color: #f1f6fc;
    background-image: none;
    background-size: auto;
    background-repeat: repeat;
  }

  .new-career-content-block {
    width: 100%;
    padding-right: 15px;
    padding-left: 15px;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
  }

  .new-career-content-title {
    font-size: 24px;
  }

  .new-stats-icons-block {
    margin-bottom: -30px;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-align-content: center;
    -ms-flex-line-pack: center;
    align-content: center;
  }

  .new-stats-icon-pod {
    width: auto;
    max-width: 90%;
    margin-bottom: 30px;
    padding-right: 15px;
    padding-left: 15px;
  }

  .new-documents-slider {
    padding-right: 30px;
    padding-left: 30px;
  }

  .new-pressrelease-block {
    padding-top: 20px;
    padding-bottom: 20px;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
  }

  .new-pressrelease-meta-block {
    margin-bottom: 20px;
  }

  .nwe-rightside {
    height: 250px;
  }

  .nwe-title {
    font-size: 26px;
  }

  .jumbo-header-title-largest {
    font-size: 26px;
    text-align: center;
  }

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