/*SCROLL TO TOP BUTTOn*/
.scrollTopBtn {
  width: 100%;
  text-align: center;
  margin-bottom: 2em;
  margin-top: 2em;
}
.scrollTopBtn span.button {
  min-width: 20em;
}

/*HIDE DEFAULT NAVBAR IN GRAY MENU*/
li.toggle-topbar.menu-icon {
  display: none;
}
body {
  font-family: "Source Sans Pro", sans-serif;
  color: #333;
  font-size: 14px;
  line-height: 20px;
}
p {
  color: inherit;
}
h1 {
  margin-top: 20px;
  margin-bottom: 10px;
  font-size: 38px;
  line-height: 44px;
  font-weight: bold;
}

.ch-section {
  display: block;
  /*   -webkit-box-orient: horizontal; */
  /*   -webkit-box-direction: normal; */
  -webkit-flex-direction: row;
  -ms-flex-direction: row;
  flex-direction: row;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  /*   -webkit-box-align: start; */
  -webkit-align-items: flex-start;
  /*   -ms-flex-align: start; */
  align-items: flex-start;
}

.ch-section.ch-section_cards {
  padding-top: 40px;
  background-color: #f1f1f1;
}

.ch-section.ch-section_divisions {
  padding-top: 60px;
  padding-bottom: 60px;
}

.ch-section.landing_page {
  position: relative;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  max-width: 1600px;
  margin-right: auto;
  margin-left: auto;
  padding: 20px 40px;
}

.ch-container {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  max-width: 1600px;
  /*   -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-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-align-content: stretch;
  -ms-flex-line-pack: stretch;
  align-content: stretch;
}

.ch-container.ch-container_divisions {
  display: block;
  padding-right: 40px;
  padding-left: 40px;
}

.ch-container.ch-container_lay {
  padding-top: 20px;
  padding-bottom: 20px;
}

.ch-container.top-nav {
  display: block;
  max-width: 1370px;
  margin-top: 40px;
  padding-top: 0px;
  padding-bottom: 20px;
}

.ch-container.sub-nav {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}

.ch-container.sections {
  /*   -webkit-box-orient: vertical; */
  /*   -webkit-box-direction: normal; */
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
}

.ch-div {
  width: auto;
}

.ch-div.ch-div_card {
  position: relative;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 450px;
  height: 660px;
  margin-right: 40px;
  margin-bottom: 100px;
  margin-left: 40px;
  /*   -webkit-box-orient: horizontal; */
  /*   -webkit-box-direction: normal; */
  -webkit-flex-direction: row;
  -ms-flex-direction: row;
  flex-direction: row;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  /*   -webkit-box-align: start; */
  -webkit-align-items: flex-start;
  -ms-flex-align: start;
  align-items: flex-start;
  -webkit-align-content: space-between;
  /*   -ms-flex-line-pack: justify; */
  align-content: space-between;
  background-color: #fff;
  box-shadow: 0 0 3px 0 rgba(0, 0, 0, 0.27);
  text-decoration: none;
}

.ch-div.ch-div_card:hover {
  text-decoration: none;
}

.ch-div.ch-div_cardimg {
  position: relative;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
}

.ch-div.ch-div_cardnumber {
  position: absolute;
  left: auto;
  top: -15px;
  right: 20px;
  bottom: auto;
  width: 70px;
  height: 150px;
  margin-left: 350px;
  background-color: #7aa1e3;
}

.ch-div.ch-div_cardnumber.ch-card2 {
  background-color: #c0b5d9;
}

.ch-div.ch-div_cardnumber.ch-card3 {
  background-color: #f47b59;
}

.ch-div.ch-div_cardnumber.ch-card4 {
  background-color: #ff9d52;
}

.ch-div.ch-div_cardnumber.ch-card5 {
  background-color: #8ec063;
}

.ch-div.ch-div_cardnumber.ch-card6 {
  background-color: #9fdae0;
}

.ch-div.ch-div_cardtextwrap {
  position: static;
  width: 100%;
  padding: 20px 30px 10px;
}

.ch-div.ch-div_divisions {
  margin-top: 40px;
  margin-bottom: 40px;
  padding-top: 0px;
  padding-bottom: 0px;
  -webkit-box-flex: 1;
  -webkit-flex: 1;
  -ms-flex: 1;
  flex: 1;
}

.ch-div.ch-div_divisionsnav {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin-bottom: 60px;
  padding-left: 0px;
  -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 auto;
  -ms-flex: 0 auto;
  flex: 0 auto;
  font-size: 20px;
}

.ch-div.ch-div_imgbtn {
  width: 100%;
}

.ch-div.ch-div_layheader {
  position: relative;
  width: 1000px;
  height: 600px;
  padding-right: 140px;
  padding-left: 60px;
  background-color: #fff;
  box-shadow: 0 0 3px 0 rgba(0, 0, 0, 0.27);
}

.ch-div.ch-div_layheader.tab2 {
  height: 500px;
}

.ch-div.ch-div_layheader.tab5 {
  height: 500px;
}

.ch-div.ch-div_layimg {
  position: relative;
  left: auto;
  width: 450px;
  height: 300px;
  margin-left: -120px;
  background-image: url("/careerhub/images/index-section1.jpg");
  background-position: 50% 50%;
  background-size: cover;
  background-repeat: no-repeat;
}

.ch-div.ch-div_layimg.tab2 {
  background-image: url("/careerhub/images/index-section2.jpg");
}

.ch-div.ch-div_layimg.tab3 {
  background-image: url("/careerhub/images/index-section3.jpg");
}

.ch-div.ch-div_layimg.tab4 {
  background-image: url("/careerhub/images/section4.jpg");
}

.ch-div.ch-div_layimg.tab5 {
  background-image: url("/careerhub/images/index-section5.jpg");
}

.ch-div.ch-div_layimg.tab6 {
  background-image: url("/careerhub/images/index-section6.jpg");
}

.ch-div.ch-div_tab {
  position: relative;
  left: 0px;
  top: -15px;
  width: 70px;
  height: 140px;
  padding-top: 50px;
  background-color: #7aa1e3;
}

.ch-div.ch-div_tab.tab2 {
  background-color: #c0b5d9;
}

.ch-div.ch-div_tab.tab3 {
  background-color: #f47b59;
}

.ch-div.ch-div_tab.tab4 {
  background-color: #ff9d52;
}

.ch-div.ch-div_tab.tab5 {
  background-color: #8ec063;
}

.ch-div.ch-div_tab.tab6 {
  background-color: #9fdae0;
}

.ch-div.ch-div_lay_section1 {
  width: 100%;
  max-width: 1350px;
  margin-bottom: 40px;
  padding-bottom: 60px;
  background-color: #f5f6f8;
}

.ch-div.ch-div_sectionimg {
  width: 100%;
  background-color: #000;
}

.ch-div.ch-div_wrapper {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}

.ch-div.ch-div_sectionwrapper {
  position: static;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 1110px;
  height: auto;
  margin-top: 40px;
  margin-right: auto;
  margin-left: auto;
  /*   -webkit-box-orient: horizontal; */
  /*   -webkit-box-direction: normal; */
  -webkit-flex-direction: row;
  -ms-flex-direction: row;
  flex-direction: row;
  /*   -webkit-box-pack: start; */
  -webkit-justify-content: flex-start;
  /*   -ms-flex-pack: start; */
  justify-content: flex-start;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  /*   -webkit-box-align: start; */
  -webkit-align-items: flex-start;
  /*   -ms-flex-align: start; */
  align-items: flex-start;
  -webkit-align-content: stretch;
  /*   -ms-flex-line-pack: stretch; */
  align-content: stretch;
}

.ch-div.ch-section-link_block {
  width: 500px;
  height: auto;
  margin-right: 40px;
  margin-bottom: 40px;
  padding: 10px 40px 15px;
  border-left: 5px solid #7aa1e3;
  -webkit-transition: border-width 200ms ease, padding-left 200ms ease;
  transition: border-width 200ms ease, padding-left 200ms ease;
  color: #454545;
  text-decoration: none;
}

.ch-div.ch-section-link_block:hover {
  padding-left: 20px;
  border-left-width: 25px;
  background-color: #333;
  color: #fff;
}

.ch-div.ch-section-link_block.tab2 {
  border-style: none none none solid;
  border-color: #c0b5d9;
  border-right-width: 1px;
  border-bottom-width: 1px;
}

.ch-div.ch-section-link_block.tab3 {
  border-left-color: #f47b59;
}

.ch-div.ch-section-link_block.tab4 {
  border-left-color: #ff9d52;
}

.ch-div.ch-section-link_block.tab5 {
  border-left-color: #8ec063;
}

.ch-div.ch-section-link_block.tab6 {
  border-left-color: #9fdae0;
}

.ch-main-heading {
  font-family: "Source Sans Pro", sans-serif;
}

.ch-main-heading.ch-h1_burgandy {
  font-family: "Source Sans Pro", sans-serif;
  color: #68031a;
  font-size: 120px;
  line-height: 120px;
}

.ch-main-heading.ch-h1_burgandy.ch-h1_intro {
  margin-top: 0px;
  margin-right: 40px;
  margin-bottom: 0px;
  color: #70101b;
  font-size: 70px;
  line-height: 90px;
}

.ch-main-heading.ch-h1_burgandy.ch-h1_divisions {
  color: #70101b;
  font-size: 70px;
  line-height: 80px;
}

.ch-main-heading.ch-h1_gray.ch-h1_tabnumber {
  margin-top: 80px;
  font-family: "Source Sans Pro", sans-serif;
  color: #000;
  font-size: 60px;
  text-align: center;
}

.ch-main-heading.ch-h1_gray.ch-h1_tabnumber.lay {
  margin-top: 20px;
  margin-bottom: 0px;
}

.ch-main-heading.ch-h1_gray.ch-h1_lay {
  margin-top: 0px;
  margin-bottom: 20px;
  color: #454545;
  font-size: 65px;
  line-height: 65px;
}

.ch-main-heading.ch-h1_divcard {
  margin-top: 0px;
  margin-bottom: 0px;
  color: #454545;
  font-size: 30px;
  line-height: 30px;
  text-decoration: none;
}

.ch-main-heading.ch-h1_divcard.continuing_education {
  font-size: 24px;
}

.ch-link-heading {
  margin-top: 0px;
  font-family: "Source Sans Pro", sans-serif;
  font-size: 28px;
  line-height: 32px;
  font-weight: 700;
}

.ch-link-heading.ch-h2_intro {
  margin-top: 0px;
  margin-right: 40px;
  color: #454545;
}

.ch-link-paragraph {
  font-family: "Source Sans Pro", sans-serif;
  font-size: 15px;
  white-space: normal;
}

.ch-link-paragraph.ch-p_intro {
  color: #454545;
  font-size: 1.28em;
  line-height: 1.7em;
}

.ch-link-paragraph.ch-p_intro.ch-p_divisions {
  padding-right: 0px;
}

.ch-link-paragraph.ch-p_card {
  margin-right: 0px;
  margin-bottom: 0px;
  margin-left: 0px;
  padding-right: 30px;
  padding-bottom: 20px;
  padding-left: 30px;
  color: #454545;
  font-size: 20px;
  line-height: 28px;
}

.ch-link-paragraph.ch-p_lay {
  padding-right: 60px;
  color: #454545;
  font-size: 20px;
  line-height: 30px;
}

.ch-link-paragraph.ch-p_secdescription {
  margin-top: -40px;
  margin-right: 120px;
  margin-left: 120px;
  color: #454545;
  font-size: 1.4em;
  line-height: 2.15em;
}

.ch-link-paragraph.ch-p_secblock {
  margin-top: 10px;
  margin-bottom: 0px;
  font-size: 1.07em;
  line-height: 1.5em;
}

.ch-h3.ch-h3_card {
  margin: 0px;
  padding-left: 0px;
  font-family: "Source Sans Pro", sans-serif;
  color: #454545;
  font-size: 50px;
  line-height: 48px;
}

.ch-button.ch-button_card {
  width: 100%;
  height: 50px;
  padding-top: 15px;
  background-color: #7aa1e3;
  color: #000;
  font-size: 18px;
  text-align: center;
}

.ch-button.ch-button_card.ch-button_card1 {
  height: 60px;
  padding-top: 18px;
  border-top: 2px solid #fff;
  -webkit-transition: color 200ms ease, background-color 200ms ease;
  transition: color 200ms ease, background-color 200ms ease;
  font-family: "Source Sans Pro", sans-serif;
  font-size: 22px;
  font-weight: 600;
}

.ch-button.ch-button_card.ch-button_card1:hover {
  background-color: #000;
  color: #fff;
}

.ch-button.ch-button_card.ch-button_card1.ch-card2 {
  background-color: #c0b5d9;
}

.ch-button.ch-button_card.ch-button_card1.ch-card2:hover {
  background-color: #000;
}

.ch-button.ch-button_card.ch-button_card1.ch-card3 {
  background-color: #f47b59;
}

.ch-button.ch-button_card.ch-button_card1.ch-card3:hover {
  background-color: #000;
}

.ch-button.ch-button_card.ch-button_card1.ch-card4 {
  background-color: #ff9d52;
}

.ch-button.ch-button_card.ch-button_card1.ch-card4:hover {
  background-color: #000;
}

.ch-button.ch-button_card.ch-button_card1.ch-card5 {
  background-color: #8ec063;
}

.ch-button.ch-button_card.ch-button_card1.ch-card5:hover {
  background-color: #000;
}

.ch-button.ch-button_card.ch-button_card1.ch-card6 {
  background-color: #9fdae0;
}

.ch-button.ch-button_card.ch-button_card1.ch-card6:hover {
  background-color: #000;
}

.ch-carousel {
  width: 100vw;
  height: 400px;
  -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-color: transparent;
}

.ch-carousel.is_contained {
  overflow: hidden;
  width: 100%;
  height: auto;
  padding-bottom: 75px;
  /* padding-left: 40px; */
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-align: start;
  -webkit-align-items: flex-start;
  -ms-flex-align: start;
  align-items: flex-start;
  -webkit-box-ordinal-group: 1;
  -webkit-order: 0;
  -ms-flex-order: 0;
  order: 0;
  display: block;
}

.arrow-left {
  left: 20px;
  top: auto;
  right: auto;
  bottom: 0%;
  width: 50px;
  height: 50px;
}

.arrow-left.arrow-bg {
  border-radius: 5px;
  background-color: #000;
}

.arrow-right {
  left: auto;
  top: auto;
  right: 20px;
  bottom: 0%;
  width: 50px;
  height: 50px;
}

.arrow-right.arrow-bg {
  border-radius: 5px;
  background-color: #000;
}

.ch-card-body {
  padding: 30px;
}

.ch-card-header {
  height: 250px;
  background-image: url("../images/Business-Division.jpeg");
  background-position: 50% 30%;
  background-size: cover;
  background-repeat: no-repeat;
}

.ch-card-header.ch-card-header2 {
  background-image: url("../images/bldg80.jpg");
}

.ch-card-header.ch-card-header3 {
  background-image: url("../images/Arts-Division.jpeg");
}

.ch-card-header.ch-card-header4 {
  background-image: url("../images/bldg26d.jpg");
}

.ch-card-header.ch-card-header5 {
  background-image: url("../images/sce-building40.jpg");
}

.ch-card-header.ch-card-header6 {
  background-image: url("../images/CareerCenter.jpeg");
}

.ch-card-header.ch-card-header7 {
  background-image: url("../images/bldg40.png");
}

.ch-carousel-slider._2 {
  right: -4%;
}

.ch-carousel-slider._3 {
  right: -8%;
}
.ch-carousel-slider._4 {
  right: -12%;
}

.ch-carousel-slider._5 {
  right: -16%;
}
.ch-carousel-slider._6 {
  right: -20%;
}
.ch-carousel-slider._7 {
  right: -24%;
}

.ch-btn {
  display: block;
  padding: 15px 25px;
  border-radius: 0px;
  background-color: #076dbf;
  -webkit-transition: background-color 300ms ease-out;
  transition: background-color 300ms ease-out;
  font-family: "Source Sans Pro", sans-serif;
  font-size: 1rem;
  text-align: center;
}

.ch-btn:hover {
  background-color: #000;
  color: #ffffff;
}

.ch-btn.ch-btn-inline {
  display: inline-block;
}

.ch-btn.ch-btn-inline:hover {
  color: #ffffff;
}

.ch-card {
  overflow: hidden;
  width: 400px;
  margin-right: auto;
  margin-left: auto;
  border-radius: 0px;
  background-color: #d9d9d9;
  color: #b8b9c2;
}

.ch-carousel-mask {
  overflow: visible;
  width: 400px;
}

.ch-ul {
  margin-top: 10px;
  margin-bottom: 20px;
  padding-left: 20px;
}

.ch-li.ch-li_divisions {
  font-family: "Source Sans Pro", sans-serif;
  color: #454545;
  font-size: 16px;
  line-height: 28px;
}

.ch-li.ch-li_divisions.ch-cs_text {
  color: #fff;
}

.ch-link.ch-link_divisionsnav {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  margin-right: 10px;
  margin-left: 10px;
  padding: 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;
  border-radius: 5px;
  background-color: #ccc;
  -webkit-transition: color 200ms ease, background-color 200ms ease;
  transition: color 200ms ease, background-color 200ms ease;
  font-family: "Source Sans Pro", sans-serif;
  color: #000;
  font-size: 15px;
  line-height: 20px;
  font-weight: 600;
  text-decoration: none;
}

.ch-link.ch-link_divisionsnav:hover {
  background-color: #000;
  color: #fff;
  text-decoration: underline;
}

.ch-linkblock {
  text-decoration: none;
}

.ch-div.ch-div_square {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 150px;
  height: 150px;
  margin-top: 75px;
  margin-left: -75px;
  -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: #7aa1e3;
}

.ch-div.ch-div_square.tab2 {
  background-color: #c0b5d9;
}

.ch-div.ch-div_square.tab3 {
  background-color: #f47b59;
}

.ch-div.ch-div_square.tab4 {
  background-color: #ff9d52;
}

.ch-div.ch-div_square.tab5 {
  background-color: #8ec063;
}

.ch-div.ch-div_square.tab6 {
  background-color: #9fdae0;
}

.ch-section-heading {
  display: block;
}

.ch-section-heading.ch-h2_sectionheader {
  margin-top: 110px;
  margin-bottom: 0px;
  margin-left: 40px;
  padding-right: 1px;
  font-family: "Source Sans Pro", sans-serif;
  color: #454545;
  font-size: 56px;
  line-height: 60px;
}

.ch-ul {
  font-family: "Source Sans Pro", sans-serif;
}

.ch-ul.ch-ul_lay {
  margin-top: 10px;
  margin-bottom: 10px;
  padding-top: 0px;
  padding-bottom: 0px;
  padding-left: 40px;
  font-size: 20px;
  line-height: 30px;
}

.fontawesome {
  position: absolute;
  display: inline-block;
  padding-left: 10px;
  font-family: "Fa solid 900", sans-serif;
  font-size: 15px;
  line-height: 20px;
}

.ch-navmenu.top {
  position: static;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  max-width: 1350px;
}

.ch-navmenu.sub {
  position: static;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  max-width: 1350px;
  -webkit-box-flex: 1;
  -webkit-flex: 1;
  -ms-flex: 1;
  flex: 1;
}

.navbar {
  -webkit-box-flex: 1;
  -webkit-flex: 1;
  -ms-flex: 1;
  flex: 1;
  background-color: transparent;
}

.nav-link {
  display: inline-block;
  width: 200px;
  height: 64px;
  margin-right: 5px;
  margin-left: 0px;
  padding-top: 0px;
  padding-bottom: 0px;
  padding-left: 0px;
  -webkit-box-flex: 1;
  -webkit-flex: 1;
  -ms-flex: 1;
  flex: 1;
  background-color: #fff;
  box-shadow: 0 0 3px 0 rgba(0, 0, 0, 0.25);
  font-family: "Source Sans Pro", sans-serif;
  color: #000;
  font-size: 18px;
  line-height: 20px;
  font-weight: 600;
}

.nav-link:hover {
  background-color: #000;
  color: #fff;
}

.sub-nav-link {
  margin-right: 0px;
  margin-left: 0px;
  -webkit-box-flex: 1;
  -webkit-flex: 1;
  -ms-flex: 1;
  flex: 1;
  border-right: 1px solid #fff;
  font-family: "Source Sans Pro", sans-serif;
  color: #000;
  font-size: 15px;
  line-height: 18px;
  font-weight: 600;
  text-align: center;
}

.sub-nav-link:hover {
  background-color: #000;
  color: #fff;
}

nav.sub.w-nav-menu .w-nav-link.w--current,
nav.sub.w-nav-menu .w-nav-link {
  color: #ffffff !important;
}

.sub-nav-link.last {
  border-right-width: 0px;
  white-space: normal;
}

.navbar-2 {
  width: 100%;
  max-width: 1350px;
  margin-bottom: 20px;
  background-color: #7aa1e3;
}

.navbar-2._2 {
  background-color: #c0b5d9;
}

.navbar-2._3 {
  background-color: #f47b59;
}

.navbar-2._4 {
  background-color: #ff9d52;
}

.navbar-2._5 {
  background-color: #8ec063;
}

.navbar-2._6 {
  background-color: #9fdae0;
}

.ch-nav-number {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 25%;
  height: 100%;
  float: left;
  -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: #7aa1e3;
  color: #000;
  font-size: 36px;
}

.ch-nav-number._2 {
  background-color: #c0b5d9;
}

.ch-nav-number._3 {
  background-color: #f47b59;
}

.ch-nav-number._4 {
  background-color: #ff9d52;
}

.ch-nav-number._5 {
  background-color: #8ec063;
}

.ch-nav-number._6 {
  background-color: #9fdae0;
}

.text-span-2 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  height: 100%;
  padding-left: 10px;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.ch-header-images {
  width: 100%;
}

.ch-icons {
  height: auto;
  max-height: 100px;
  max-width: 100px;
}

.div-block-2 {
  overflow: hidden;
  width: 60%;
  height: 300px;
  margin-top: 40px;
  margin-right: 0px;
  margin-bottom: 0px;
  -webkit-box-ordinal-group: 2;
  -webkit-order: 1;
  -ms-flex-order: 1;
  order: 1;
  background-image: url("../images/index-header.jpg");
  background-position: 50% 50%;
  background-size: cover;
}

.image {
  height: auto;
  max-width: 600px;
  -webkit-align-self: center;
  -ms-flex-item-align: center;
  -ms-grid-row-align: center;
  align-self: center;
}

.div-block-3 {
  width: 60%;
  padding: 40px 0px 60px;
  -webkit-box-ordinal-group: 3;
  -webkit-order: 2;
  -ms-flex-order: 2;
  order: 2;
}

.div-block-4 {
  position: absolute;
  top: 0px;
  right: 0px;
  bottom: 0px;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  padding: 20px;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-align-self: center;
  -ms-flex-item-align: center;
  align-self: center;
  -webkit-box-ordinal-group: 4;
  -webkit-order: 3;
  -ms-flex-order: 3;
  order: 3;
  -webkit-box-flex: 0;
  -webkit-flex: 0 0 auto;
  -ms-flex: 0 0 auto;
  flex: 0 0 auto;
  text-align: center;
}

.ch-career_services_section {
  padding-top: 20px;
  padding-bottom: 20px;
  background-color: #454545;
}

.ch-cs_text {
  margin-top: 0px;
  color: #fff;
}

.columns {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  /*   -webkit-box-align: start; */
  -webkit-align-items: flex-start;
  /*   -ms-flex-align: start; */
  align-items: flex-start;
}

.image-2 {
  max-height: 160px;
}

.ch-link-career_center_block {
  color: #7aa1e3;
}

.ch-link-career_center_block:hover {
  color: #9fdae0;
}

@media screen and (max-width: 991px) {
  .ch-section {
    margin-bottom: 0px;
    /*     -webkit-box-orient: horizontal; */
    /*     -webkit-box-direction: normal; */
    -webkit-flex-direction: row;
    -ms-flex-direction: row;
    flex-direction: row;
  }

  .ch-section.ch-section_cards {
    top: 34px;
    margin-bottom: 20px;
  }

  .ch-section.ch-section_divisions {
    padding: 0px 0px 20px;
  }

  .ch-section.landing_page {
    padding-top: 0px;
    padding-right: 0px;
    padding-left: 0px;
  }

  .ch-container {
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
  }

  .ch-container.ch-container_lay {
    padding-top: 0px;
    padding-bottom: 0px;
  }

  .ch-container.top-nav {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    margin-top: 0px;
    padding-bottom: 0px;
    /*     -webkit-box-orient: vertical; */
    /*     -webkit-box-direction: normal; */
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    border-bottom: 1px solid #d9d9d9;
  }

  .ch-div.ch-div_card {
    width: 340px;
    height: 500px;
    margin-right: 20px;
    margin-bottom: 60px;
    margin-left: 20px;
  }

  .ch-div.ch-div_cardnumber {
    top: -10px;
    width: 50px;
    height: 110px;
    margin-left: 0px;
  }

  .ch-div.ch-div_cardtextwrap {
    padding: 0px 20px;
  }

  .ch-div.ch-div_divisions {
    margin-top: 0px;
  }

  .ch-div.ch-div_divisionsnav {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    width: 100%;
    padding-left: 0px;
    /*     -webkit-box-orient: horizontal; */
    /*     -webkit-box-direction: normal; */
    -webkit-flex-direction: row;
    -ms-flex-direction: row;
    flex-direction: row;
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    /*     -webkit-box-align: center; */
    -webkit-align-items: center;
    /*     -ms-flex-align: center; */
    align-items: center;
  }

  .ch-div.ch-div_layheader {
    width: 100vw;
    height: 100%;
    padding-right: 40px;
    padding-bottom: 40px;
    padding-left: 40px;
  }

  .ch-div.ch-div_layheader.tab2 {
    height: 100%;
  }

  .ch-div.ch-div_layheader.tab5 {
    height: 100%;
  }

  .ch-div.ch-div_layimg {
    width: 100vw;
    margin-left: 0px;
    /*     -webkit-box-ordinal-group: 0; */
    -webkit-order: -1;
    /*     -ms-flex-order: -1; */
    order: -1;
  }

  .ch-div.ch-div_tab {
    z-index: 1;
    height: 150px;
  }

  .ch-div.ch-div_lay_section1 {
    position: relative;
    width: 100%;
    margin-bottom: 0px;
    padding-bottom: 20px;
  }

  .ch-div.ch-div_sectionimg {
    width: 100%;
    height: auto;
  }

  .ch-div.ch-div_wrapper {
    padding: 0px 40px 40px;
    /*     -webkit-box-orient: vertical; */
    /*     -webkit-box-direction: normal; */
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
  }

  .ch-div.ch-div_sectionwrapper {
    width: 100%;
    margin-top: 0px;
    padding-right: 40px;
    padding-left: 40px;
  }

  .ch-div.ch-section-link_block {
    width: 100%;
    margin-right: 20px;
    margin-bottom: 20px;
    padding-right: 30px;
    padding-left: 30px;
  }

  .ch-div.ch-section-link_block:hover {
    padding-left: 10px;
    border-left-width: 25px;
    color: #ffffff !important;
  }

  .ch-div.ch-section-link_block.tab4 {
    padding-top: 15px;
  }

  .ch-main-heading.ch-h1_burgandy.ch-h1_intro {
    margin-left: 40px;
    font-size: 42px;
    line-height: 40px;
  }

  .ch-main-heading.ch-h1_burgandy.ch-h1_divisions {
    padding-right: 20px;
    padding-left: 20px;
    font-size: 42px;
    line-height: 50px;
  }

  .ch-main-heading.ch-h1_gray.ch-h1_tabnumber {
    margin-top: 50px;
    font-size: 50px;
  }

  .ch-main-heading.ch-h1_gray.ch-h1_lay {
    margin-top: 0px;
    font-size: 55px;
    line-height: 55px;
  }

  .ch-main-heading.ch-h1_divcard {
    font-size: 26px;
    line-height: 26px;
  }

  .ch-link-heading.ch-h2_intro {
    margin-left: 40px;
    font-size: 24px;
    line-height: 30px;
  }

  .ch-link-paragraph.ch-p_intro {
    margin-left: 40px;
    padding-right: 0px;
  }

  .ch-link-paragraph.ch-p_intro.ch-p_divisions {
    margin-right: 20px;
    margin-left: 20px;
  }

  .ch-link-paragraph.ch-p_card {
    padding-right: 20px;
    padding-bottom: 10px;
    padding-left: 20px;
    font-size: 18px;
    line-height: 28px;
  }

  .ch-link-paragraph.ch-p_lay {
    padding-right: 0px;
  }

  .ch-link-paragraph.ch-p_secdescription {
    margin: 0px;
    padding-top: 10px;
    line-height: 28px;
  }

  .ch-h3.ch-h3_card {
    margin-top: 20px;
    font-size: 36px;
    line-height: 40px;
  }

  .ch-button.ch-button_card.ch-button_card1 {
    height: 45px;
    padding-top: 14px;
    font-size: 18px;
  }

  .ch-carousel.is_contained {
    padding-right: 40px;
    padding-bottom: 20px;
    padding-left: 40px;
  }

  .ch-card {
    width: 350px;
  }

  .ch-carousel-mask {
    width: 350px;
  }

  .ch-link.ch-link_divisionsnav {
    width: 30%;
    margin-bottom: 10px;
    padding-right: 10px;
    padding-bottom: 10px;
    padding-left: 10px;
    font-size: 15px;
    line-height: 18px;
    text-align: center;
  }

  .ch-div.ch-div_square {
    width: 100px;
    height: 100px;
    margin-top: -50px;
    margin-left: 0px;
  }

  .ch-section-heading.ch-h2_sectionheader {
    margin-top: 20px;
    margin-left: 0px;
    font-size: 50px;
    line-height: 50px;
  }

  .fontawesome {
    padding-left: 5px;
    font-size: 12px;
  }

  .ch-navmenu.top.w--open {
    display: block;
  }

  .nav-link {
    display: block;
    width: 100%;
  }

  .ch-nav-number {
    width: 15%;
  }

  .menu-button-2 {
    margin-left: 20px;
  }

  .menu-button-2.w--open {
    background-color: #000;
  }

  .ch-icons {
    max-height: 70px;
    max-width: 70px;
  }

  .div-block-2 {
    width: 100%;
    height: 300px;
    margin-top: 0px;
    margin-right: 0px;
  }

  .image {
    max-width: 90%;
  }

  .div-block-3 {
    padding-right: 0px;
    padding-left: 0px;
  }

  .div-block-4 {
    position: static;
    width: 40%;
  }

  .columns {
    /*     -webkit-box-orient: vertical; */
    /*     -webkit-box-direction: normal; */
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
  }
}

@media screen and (max-width: 767px) {
  .ch-section {
    margin-bottom: 0px;
  }

  .ch-section.ch-section_cards {
    padding-top: 40px;
  }

  .ch-section.ch-section_divisions {
    padding-right: 0px;
    padding-left: 0px;
  }

  .ch-container {
    max-width: 100%;
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
  }

  .ch-div.ch-div_card {
    position: relative;
    width: 330px;
  }

  .ch-div.ch-div_layheader {
    width: 100vw;
    height: 100%;
    padding-right: 40px;
    padding-bottom: 40px;
    padding-left: 40px;
  }

  .ch-div.ch-div_layheader.tab2 {
    height: 100%;
  }

  .ch-div.ch-div_layimg {
    width: 100vw;
    margin-left: 0px;
  }

  .ch-div.ch-div_lay_section1 {
    width: 100%;
    margin-bottom: 0px;
  }

  .ch-div.ch-div_sectionimg {
    width: 100%;
    height: 145px;
    border-bottom: 10px solid #000;
    background-color: #000;
  }

  .ch-div.ch-div_wrapper {
    padding-right: 40px;
    padding-bottom: 40px;
    padding-left: 40px;
  }

  .ch-div.ch-div_sectionwrapper {
    width: 100%;
    margin-top: 0px;
    margin-right: 0px;
    margin-left: 0px;
    padding-right: 40px;
    padding-left: 40px;
  }

  .ch-main-heading.ch-h1_gray.ch-h1_lay {
    line-height: 55px;
  }

  .ch-main-heading.ch-h1_gray.ch-h1_lay.tab4 {
    line-height: 55px;
  }

  .ch-link-heading.ch-h2_intro {
    font-size: 30px;
  }

  .ch-link-paragraph.ch-p_intro {
    margin-right: 40px;
  }

  .ch-link-paragraph.ch-p_card {
    line-height: 24px;
  }

  .ch-link-paragraph.ch-p_lay {
    padding-right: 0px;
  }

  .ch-link-paragraph.ch-p_secdescription {
    margin: 0px;
    padding-top: 10px;
  }

  .ch-carousel.is_contained {
    padding-right: 0px;
    padding-bottom: 60px;
    padding-left: 20px;
  }

  .ch-carousel-slider._6 {
    right: -45%;
  }

  .ch-carousel-slider._2 {
    right: -9%;
  }

  .ch-carousel-slider._4 {
    right: -27%;
  }

  .ch-carousel-slider._3 {
    right: -18%;
  }

  .ch-carousel-slider._7 {
    right: -54%;
  }

  .ch-carousel-slider._5 {
    right: -36%;
  }

  .ch-carousel-mask {
    width: 60%;
  }

  .ch-link.ch-link_divisionsnav {
    width: 45%;
  }

  .ch-div.ch-div_square {
    width: 80px;
    height: 80px;
    margin-top: -40px;
    margin-left: 0px;
  }

  .ch-section-heading.ch-h2_sectionheader {
    margin-top: 20px;
    margin-left: 0px;
    font-size: 42px;
    line-height: 46px;
  }

  .navbar-2 {
    margin-bottom: 0px;
  }

  .ch-icons {
    max-height: 50px;
    max-width: 50px;
  }

  .div-block-2 {
    height: 200px;
  }

  .image {
    max-width: 50%;
  }

  .div-block-3 {
    width: 100%;
    padding-bottom: 20px;
  }

  .div-block-4 {
    width: 100%;
  }
}

@media screen and (max-width: 479px) {
  .ch-section.ch-section_cards {
    top: 30px;
    padding-bottom: 0px;
  }

  .ch-section.ch-section_divisions {
    padding-right: 0px;
    padding-left: 0px;
  }

  .ch-container {
    padding-top: 0px;
    /*     -webkit-box-orient: horizontal; */
    /*     -webkit-box-direction: normal; */
    -webkit-flex-direction: row;
    -ms-flex-direction: row;
    flex-direction: row;
  }

  .ch-container.ch-container_divisions {
    padding-right: 20px;
    padding-left: 20px;
  }

  .ch-container.ch-container_lay {
    max-width: 100vw;
  }

  .ch-div.ch-div_card {
    width: 275px;
    height: 410px;
    margin-bottom: 50px;
  }

  .ch-div.ch-div_cardnumber {
    width: 40px;
    height: 100px;
  }

  .ch-div.ch-div_divisionsnav {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    margin-bottom: 20px;
    padding-left: 0px;
    /*     -webkit-box-orient: horizontal; */
    /*     -webkit-box-direction: normal; */
    -webkit-flex-direction: row;
    -ms-flex-direction: row;
    flex-direction: row;
    /*     -webkit-box-align: start; */
    -webkit-align-items: flex-start;
    /*     -ms-flex-align: start; */
    align-items: flex-start;
    -webkit-align-self: auto;
    /*     -ms-flex-item-align: auto; */
    align-self: auto;
    /*     -webkit-box-ordinal-group: 1; */
    -webkit-order: 0;
    /*     -ms-flex-order: 0; */
    order: 0;
  }

  .ch-div.ch-div_layheader {
    width: 100vw;
    height: 100%;
    padding-right: 20px;
    padding-left: 20px;
  }

  .ch-div.ch-div_layheader.tab2 {
    height: 100%;
  }

  .ch-div.ch-div_layimg {
    width: 100vw;
    height: 200px;
    margin-left: 0px;
    -webkit-box-ordinal-group: 0;
    -webkit-order: -1;
    -ms-flex-order: -1;
    order: -1;
  }

  .ch-div.ch-div_tab {
    width: 50px;
    height: 100px;
    padding-top: 40px;
  }

  .ch-div.ch-div_tab.tab4 {
    height: 80px;
  }

  .ch-div.ch-div_lay_section1 {
    position: relative;
    width: 100vw;
    padding-bottom: 0px;
  }

  .ch-div.ch-div_sectionimg {
    width: 100%;
    height: 84px;
  }

  .ch-div.ch-div_wrapper {
    padding-right: 20px;
    padding-bottom: 20px;
    padding-left: 20px;
  }

  .ch-div.ch-div_sectionwrapper {
    width: 100vw;
    margin-right: 0px;
    margin-left: 0px;
    padding-right: 20px;
    padding-left: 20px;
  }

  .ch-div.ch-section-link_block {
    margin-right: 0px;
    margin-bottom: 20px;
  }

  .ch-main-heading.ch-h1_burgandy.ch-h1_intro {
    margin-right: 20px;
    margin-left: 20px;
    font-size: 42px;
    line-height: 42px;
  }

  .ch-main-heading.ch-h1_burgandy.ch-h1_divisions {
    padding-right: 0px;
    padding-left: 0px;
    font-size: 30px;
    line-height: 36px;
    font-weight: 700;
  }

  .ch-main-heading.ch-h1_gray.ch-h1_tabnumber {
    margin-top: 40px;
    font-size: 38px;
    line-height: 38px;
  }

  .ch-main-heading.ch-h1_gray.ch-h1_tabnumber.lay {
    margin-top: 5px;
  }

  .ch-main-heading.ch-h1_gray.ch-h1_lay {
    margin-bottom: 0px;
    font-size: 36px;
    line-height: 40px;
  }

  .ch-main-heading.ch-h1_gray.ch-h1_lay.tab4 {
    font-size: 35px;
    line-height: 35px;
  }

  .ch-main-heading.ch-h1_divcard {
    margin-bottom: 0px;
    font-size: 22px;
    line-height: 28px;
  }

  .ch-link-heading.ch-h2_intro {
    margin-top: 10px;
    margin-right: 20px;
    margin-left: 20px;
    font-size: 24px;
    line-height: 30px;
  }

  .ch-link-paragraph.ch-p_intro {
    margin-right: 20px;
    margin-left: 20px;
    font-size: 16px;
    line-height: 20px;
  }

  .ch-link-paragraph.ch-p_intro.ch-p_divisions {
    margin-right: 0px;
    margin-left: 0px;
  }

  .ch-link-paragraph.ch-p_card {
    margin-bottom: 0px;
    font-size: 15px;
    line-height: 20px;
  }

  .ch-link-paragraph.ch-p_lay {
    padding-right: 0px;
    font-size: 16px;
    line-height: 22px;
  }

  .ch-link-paragraph.ch-p_secdescription {
    margin: 0px;
    font-size: 16px;
    line-height: 22px;
  }

  .ch-link-paragraph.ch-p_secblock {
    font-size: 14px;
    line-height: 18px;
  }

  .ch-h3.ch-h3_card {
    margin-top: 0px;
    margin-bottom: 0px;
    margin-left: 0px;
    padding-top: 20px;
    font-size: 24px;
    line-height: 28px;
  }

  .ch-button.ch-button_card.ch-button_card1 {
    height: 45px;
    padding-top: 11px;
    font-size: 18px;
  }

  .ch-carousel.is_contained {
    padding-left: 0px;
  }

  .ch-card-body {
    padding: 20px;
  }

  .ch-carousel-slider {
    padding-right: 0px;
    padding-left: 0px;
  }

  .ch-carousel-slider._6 {
    right: 0%;
  }

  .ch-carousel-slider._2 {
    right: 0%;
  }

  .ch-carousel-slider._4 {
    right: 0%;
  }

  .ch-carousel-slider._3 {
    right: 0%;
  }

  .ch-carousel-slider._7 {
    right: 0%;
  }

  .ch-carousel-slider._5 {
    right: 0%;
  }

  .ch-btn {
    font-size: 12px;
  }

  .ch-card {
    width: 300px;
  }

  .ch-carousel-mask {
    width: 100%;
  }

  .ch-ul {
    margin-top: 10px;
    margin-bottom: 20px;
    font-family: "Source Sans Pro", sans-serif;
  }

  .ch-li.ch-li_divisions {
    padding-bottom: 5px;
    font-size: 14px;
    line-height: 18px;
    font-weight: 400;
  }

  .ch-link.ch-link_divisionsnav {
    width: 100%;
    margin-right: 5px;
    margin-left: 5px;
    padding-bottom: 10px;
  }

  .ch-div.ch-div_square {
    position: static;
    top: 75px;
    width: 50px;
    height: 50px;
    margin-top: -25px;
    margin-bottom: 10px;
    margin-left: 0px;
  }

  .ch-div.ch-div_square.tab2 {
    position: absolute;
    top: 75px;
    width: 50px;
    height: 50px;
  }

  .ch-div.ch-div_square.tab4 {
    margin-top: -10px;
  }

  .ch-section-heading.ch-h2_sectionheader {
    margin-top: 0px;
    margin-left: 0px;
    padding-top: 0px;
    font-size: 30px;
    line-height: 30px;
  }

  .ch-ul.ch-ul_lay {
    padding-left: 20px;
    font-size: 16px;
    line-height: 22px;
  }

  .body {
    font-size: 12px;
  }

  .ch-icons {
    max-width: 35px;
  }

  .image {
    max-width: 80%;
  }
}

@font-face {
  font-family: "Fa 400";
  src: url("../fonts/fa-regular-400.ttf") format("truetype");
  font-weight: 400;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: "Fa brands 400";
  src: url("../fonts/fa-brands-400.ttf") format("truetype");
  font-weight: 400;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: "Fa solid 900";
  src: url("../fonts/fa-solid-900.ttf") format("truetype");
  font-weight: 400;
  font-style: normal;
  font-display: swap;
}
