/*Home CSS*/
.hero-wrapper .innerWrap {
  align-items: center;
  display: flex;
  flex-direction: column;
  justify-content: center;
  padding: 20px 20px 60px;
  position: relative;
  height: 580px;
}

.hero-wrapper .hdr {
  color: #fff;				 
  font-weight: 600;
  font-size:42px;
  line-height:46px;
  max-width: 550px;
}

.hero-wrapper p {
  box-sizing: border-box;
  color: #FFFBAF;
  font-size: 28px;
  line-height: 1.3;
  margin: 25px auto 53px;
  max-width: 100%;
  text-align: center;
  text-shadow: 1px 1px 0 rgb(30 77 43 / 55%);
  width: 590px;
}

.hero-wrapper .hero-text {
  width:80%;
  text-align:center;
  margin:0 auto; 
  max-width: 550px;
}

.hero-wrapper ul {
  font-size:24px;
  margin-top:35px;
  display: inline-block;
  max-width: 100%;
  margin-left: 22px;
}

.hero-wrapper ul li:not(:last-child) {
  margin-bottom:20px;
}

.hero-wrapper ul li a {
  color:white;
  text-decoration:underline;
}

.hero-wrapper ul li a:hover {
  color: #d7d392;
  text-decoration:underline;
}

.hero-wrapper .button-wrapper {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  gap: 22px;
}

.hero-wrapper .hero-video-wrapper {
  background-image:url('/global/images/homepage-brand-image.jpg');
  background-size:cover;
  background-repeat:no-repeat;
  background-position:center;			  
  max-width:100%;
  height:100%;
  flex-basis:50%;
  /*cursor:pointer;*/
}

.hero-wrapper .button {
  align-items: center;
  background-color: #fff;
  box-shadow: 0px 3px 6px rgb(0 0 0 / 16%);
  border: solid 1px #BCBCBC;
  box-sizing: border-box;
  color: #1E4D2B;
  display: flex;
  font-size: 24px;
  font-weight: 600;
  justify-content: center;
  max-width: 95%;
  padding: 20px;
  height: 60px;
  width: 420px;
  text-decoration: none;
}

.hero-wrapper .button:hover {
  color: #A28114;
}

.hero-wrapper .button:after {
  content: url('/global/images/structure/icons/cro-link-arrow.svg');
  display: inline-block;
  margin-left: 10px;
  transform: rotate(90deg);
}

.why-enroll {
  align-items: center;
  box-sizing: border-box;
  color: #173B21;
  display: flex;
  flex-direction: column;
  padding: 20px 0px;
  position: relative;
  justify-content: center;
  text-align: center;
}

.why-enroll .why-list {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  gap: 60px;
}

/*
.why-enroll:before {
  background-image: url(https://d2t92d45b68dnb.cloudfront.net/CSU/211026/stats-icon.png);
  content: "";
  position: absolute;
  height: 62px;
  width: 62px;
  top: -31px;
}
*/

.why-enroll .why-hdr {
  color: #173B21;
  font-size: 36px;
  font-weight: 600;
  margin-bottom: 20px;
}

.why-enroll .why-list .why {
  align-items: center;
  display: flex;
  flex-direction: column;
  justify-content: flex-start;
  width: 240px;
}

.why-enroll .why .svg {
  align-items: center;
  display: flex;
  height: 52px;
}

.why-enroll .why .svg svg {
  max-height: 52px;
}

.why-enroll .why .hdr {
  color: #1E4D2B;
  font-size: 36px;
  font-weight: 600;
  margin: 16px 0;
}

.why-enroll .why p {
  color: #000;
  font-size: 18px;
  line-height: 1.3;
  margin: 0;
}

.degreeList {
  background-color: #fff;
  box-shadow: 0 3px 6px rgb(0 0 0 / 16%);
  max-width: 100%;
  width: 600px;
}

.degreeList .list .sk-wrapper {
  align-items: center;
  display: none;
  height: 200px;
  justify-content: center;
}

.degreeList .list.loading .sk-wrapper {
  display: flex;
}

.degreeList-wrapper {
  align-items: flex-start;
  background-color: #F2F2F2;
  box-sizing: border-box;
  display: flex;
  justify-content: center;
  gap: 30px;
  padding: 40px 0 60px;
}

@media (max-width: 815px) {
	.degreeList-wrapper.hidden-phone {
		display:none;
	}

	main .degrees-with-header {
	  padding-top: 40px;
	  background-color: #fff;
	}

	.degrees-with-header h2 {
           display: none;
	}
}

.degreeList ul {
  display: none;
}

.degreeList[data-type="graduate"] .degree .name {
  cursor: pointer;
}

.degreeList .hdr {
  align-items: center;
  background-color: #1E4D2B;
  box-sizing: border-box;
  color: #fff;
  display: flex;
  padding: 20px;
  font-size: 24px;
  font-weight: 600;
  justify-content: center;
}

.degreeList .degree {
  border-bottom: solid 1px #E0E0E0;
  display: block;
  text-decoration: none;
}

.degreeList .degree:last-child {
  border-bottom-width: 0;
}

.degreeList .degree .name {
  align-items: center;
  box-sizing: border-box;
  color: #000;
  display: flex;
  font-size: 20px;
  justify-content: space-between;
  padding: 20px;
  text-align: left;
}

.degreeList .degree .name svg {
  margin-left: 10px;
  min-width: 23px;
  transform: rotate(90deg);
  width: 23px;
}

.degreeList .degree .name img {
  margin-left: 10px;
  min-width: 23px;
  transform: rotate(90deg);
  width: 23px;
}

.degreeList .degree .name:hover,
.degreeList .degree .name:hover svg path {
  color: #A28114;
  stroke: #A28114;
}

.degreeList[data-type="graduate"] .degree .name svg {
  transform: rotate(180deg);
}

.degreeList[data-type="graduate"] .degree.active .name svg {
  transform: rotate(0deg);
}

.degreeList[data-type="graduate"] .degree .name img {
  transform: rotate(180deg);
}

.degreeList[data-type="graduate"] .degree.active .name img {
  transform: rotate(0deg);
}

.degreeList[data-type="graduate"] .degree.active ul {
  display: block;
}

.degreeList[data-type="graduate"] ul {
  padding: 0px 20px 20px;
}

.degreeList[data-type="graduate"] ul li:last-child {
  border-bottom-width: 0;
}

.degreeList[data-type="graduate"] li {
  margin-bottom: 10px;
}

.degreeList[data-type="graduate"] li a {
  align-items: center;
  color: #1574ab;
  display: inline-block;
  text-decoration: underline;
}

.degreeList[data-type="graduate"] li a:hover {
  text-decoration: none;
}

.blog-tiles {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  padding: 50px 0;
  gap: 30px;
}

.blog-tile {
  background-color: #F2F2F2;
  display: flex;
  flex-direction: column;
  max-width: 100%;
  text-align: center;
  width: 600px;
}

.blog-tile .banner {
  background-repeat: no-repeat;
  background-size: cover;
  height: 260px;
  margin-bottom: 35px;
}

.blog-tile .title {
  color: #1E4D2B;
  font-size: 32px;
  font-weight: 600;
  margin: 0 auto 25px;
  max-width: 500px;
  padding: 0 10px;
}

.blog-tile p {
  line-height: 1.7;
  margin-bottom: 32px;
  padding: 0 23px;
}

.blog-tile .button {
  align-items: center;
  background-color: #fff;
  box-shadow: 0px 3px 6px rgb(0 0 0 / 16%);
  box-sizing: border-box;
  color: #1E4D2B;
  display: flex;
  font-size: 24px;
  font-weight: 600;
  height: 60px;
  justify-content: center;
  margin: auto auto 40px;
  max-width: 95%;
  text-align: center;
  text-decoration: none;
  width: 360px;
}

.blog-tile .button:hover {
  color: #A28114;
  text-decoration:underline;
}

.blog-tile .button:after {
  content: url('/global/images/structure/icons/cro-link-arrow.svg');
  display: inline-block;
  margin-left: 10px;
  transform: rotate(90deg);
}

@media (min-width: 1201px) {

  .degreeList .hdr,
  .degreeList .degree .name {
    height: 60px;
  }

  .why-enroll {
    height: 420px;
  }

}

  .hero-wrapper {
    background-image: url(/global/images/green-brushstroke-banner.jpg);
    background-repeat: no-repeat;
    background-size: cover;
    background-position: top left;
    position: relative;
  }

  .hero-wrapper .innerWrap {
    flex-direction:row;
    justify-content:space-between;
    gap:0;
    margin:0;			  					 
    padding:0;
  }

  .hero-wrapper .mobileWrapper {
    flex-basis: 50%;
    text-align: center;
  }

@media (min-width: 701px) {
  [page-type="home"] main {
    padding-bottom: 320px;
  }

/*
  .hero-wrapper {
    background-image: url(https://d2t92d45b68dnb.cloudfront.net/CSU/211026/desktop-banner.jpg);
    background-repeat: no-repeat;
    background-size: cover;
    background-position: right top;
    position: relative;
  }

  .hero-wrapper:before {
    background: transparent linear-gradient(198deg, #1C723400 0%, #0E391A 100%) 0% 0% no-repeat padding-box;
    content: "";
    position: absolute;
    height: 100%;
    width: 100%;
  }
*/
}

@media (max-width:1010px) {
  .hero-wrapper .hdr {
     font-size: 40px;
     line-height: 44px;
  }

  .hero-wrapper ul {
    font-size: 20px;
  }

}

@media (max-width: 815px) {
  [page-type="home"] main {
    padding-bottom: 524px;
  }

  .hero-wrapper .innerWrap {
    height: auto;
    padding: 0;
    flex-direction: column;
    padding-top: 15px;
    gap: 25px;
  }

/*
  .hero-wrapper .mobileWrapper {
    background-image: url(https://d2t92d45b68dnb.cloudfront.net/CSU/211026/mobile-banner.jpg?v);
    background-repeat: no-repeat;
    background-size: cover;
    background-position: right top;
    box-sizing: border-box;
    display: flex;
    flex-direction: column;
    justify-content: center;
    height: 200px;
    padding: 0 15px;
    position: relative;
    width: 100%;
  }

  .hero-wrapper .mobileWrapper:before {
    background: transparent linear-gradient(198deg, #1C723400 0%, #0E391A 100%) 0% 0% no-repeat padding-box;
    content: "";
    position: absolute;
    height: 100%;
    left: 0;
    top: 0;
    width: 100%;
  }
*/

  .hero-wrapper .mobileWrapper {
    width: 90%;
    max-width: 550px;
    margin-left: auto;
    margin-right: auto;
    padding-bottom: 20px;
    padding-top: 20px;
  }

  .hero-wrapper .mobileWrapper * {
    position: relative;	
  }

  .hero-wrapper .hero-video-wrapper {
    width: 100%;
    aspect-ratio: 1415/848;
  }

  .hero-wrapper .hero-text {
    width: 100%;
  }

  .hero-wrapper ul {
     margin-top: 20px;
     margin-left: 10px;
  }

  .hero-wrapper ul li:not(:last-child) {
    margin-bottom: 15px;
  }

  .hero-wrapper .button-wrapper {
    align-items: center;
    background-color: #1E4D2Bed;
    flex-direction: column;
    gap: 15px;
    padding: 15px 0 56px;
    width: 100%;
  }

  .hero-wrapper .hdr {
    font-size: 28px;
    margin-bottom: 10px;
    line-height: 32px;
  }

  .hero-wrapper p {
    font-size: 18px;
    margin: 0;
    max-width: 350px;
  }

  .hero-wrapper .button {
    font-size: 18px;
    max-width: 95%;
  }

  .why-enroll {
    height: auto;
  }

  .why-enroll .why-list {
    max-width: 100%;
    flex-direction: column;
    gap: 20px;
  }

  .why-enroll .why-hdr {
    color: #1E4D2B;
    font-size: 28px;
    margin-top: 48px;
  }

  .why-enroll .why .svg {
    display: none;
  }

  .why-enroll .why-list .why {
    border-bottom: solid 1px #B5B5B5;
    box-sizing: border-box;
    padding-bottom: 20px;
    padding: 0 20px 20px;
    max-width: 100%;
    width: 300px;
  }

  .why-enroll .why-list .why:last-child {
    border-bottom-width: 0;
    padding-bottom: 0;
  }

  .why-enroll .why .hdr {
    margin: 0 0 10px;
  }

  .why-enroll .why p {
    font-size: 20px;
  }

  .degreeList-wrapper {
    align-items: center;
    flex-direction: column;
    padding: 15px 10px 30px;
  }

  .degreeList .hdr {
    font-size: 24px;
    height: auto;
    padding: 17px;
    text-align: center;
  }

  .degreeList .degree .name {
    font-size: 20px;
    height: auto;
    padding: 20px;
  }

  .blog-tiles {
    align-items: center;
    flex-direction: column;
    padding: 30px 12px;
  }

  .blog-tile .button {
    font-size: 20px;
    height: 50px;
    width: 260px;
  }

  .blog-tile .banner {
    height: 147px;
  }
}
/*
@media (max-width: 500px) {
  .hero-wrapper .mobileWrapper {
    height: auto;
    min-height: 134px;
    padding: 7px 14px;
  }

  .hero-wrapper .hdr {
    font-size: 24px;
  }

  .hero-wrapper p {
    font-size: 14px;
    max-width: 100%;
    width: 260px;
  }
}
*/
main a:link {
	color: #1574ab;
	text-decoration: underline;
}

main a:link:hover {
	color: #1574ab;
	text-decoration: none;
}

.degrees-with-header {
    background-color: #F2F2F2;
    padding-top: 80px;
    text-align: center;
}

.degrees-with-header h2 {
  font-size: 36px;
  color: #1E4D2B;
}