/*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;
}

/* Hero Video styles */

.transcripts {
  margin: 0;
    padding: 1rem 0;
}
.transcripts p {
  font-size: 15px;
  margin: 0 0 .7rem 0;
  text-align: left;
}

.transcripts p a,
.transcripts a:hover:not(.footer a:hover) {
    color: #fff !important;
}

.hero-wrapper {
  display: flex;
  justify-content: center;
  align-items: center;
}

.hero-wrapper .innerWrap {
  justify-content: flex-start;
  height: max-content;
  padding: 4rem 0;
  gap: 4rem;
}

.mobile {
  display: block;
}

.desktop {
  display: none;
}

@media(min-width: 816px) {
  .hero-wrapper .innerWrap {
    width: 100%;
    align-items: flex-start;
  }
  
  .hero-wrapper .mobileWrapper {
    width: 45%;
    text-align: center;
  }

  .video-container {
    width: 55%;
    overflow: hidden;
    box-sizing: border-box;
  }

  .hero-wrapper .hero-text {
    width: 100%;
  }

  .mobile {
    display: none;
  }
  
  .desktop {
    display: block;
  }
}

@media(min-width: 1200px) {
  .mobileWrapper .hero-text {
    min-width: 56ch;
  }
}

.cs-video-overlay {
  position:relative;
  flex-basis: 50%;
  display:flex;
  justify-content: flex-start;
  aspect-ratio: 16/9;
  max-height: 480px;
  background-size: contain;
  background-repeat: no-repeat;
  width: 100%;
}

.cs-video-overlay:hover {
  cursor: pointer;
}

.cs-video-overlay .play-button {
  cursor: pointer;
  position: absolute;
  left: clamp(100px, calc(50% - 75px), 347px);
  top: calc(50% - 75px);
  width: 150px;
  height: 150px;
}

.hero-wrapper .iframe-wrapper:not(.playing) {
  display: none;
}

.hero-wrapper .iframe-wrapper {
  flex-basis: 50%;
  max-width: 100%;
  display: flex;
  justify-content: center;
  width: 100%;
  max-height: 480px;
  height: auto;
  aspect-ratio: 16/9;
}

.hero-wrapper .innerWrap {
  max-width: 1600px;
  margin: 0px auto;
}

.hero-wrapper #homePageVideo {
  border: none;
  aspect-ratio: 16/9;
  width: 100%;
}

@media (max-width: 815px) {
  .hero-wrapper #homePageVideo {
    height: auto;
    width: 100%;
  }
}

@media (min-width: 816px) {
  .cs-video-overlay {
    width: auto;
  }
  
  .cs-video-overlay .play-button {
    transition: all 0.4s cubic-bezier(0.390, 0.575, 0.565, 1.000);
  }

  .cs-video-overlay .play-button:hover { 
    transform: scale(1.5);
  }

  .hero-wrapper .iframe-wrapper {
    justify-content: flex-start;
  }
}


.cs-video-overlay {
  background-image:url('/global/images/home/home-hero-30s.jpg')
}

@media(min-width: 816px) {
  .cs-video-overlay {
    background-image:url('/global/images/home/home-hero-60s.jpg')
  }
}
/* End Hero Video styles */


/* Home CSU Highlights */

.why-benefits-wrap {
	background: #F2F2F2;
	padding: 4rem 1rem;
	padding-top: 5rem;
}

.why-benefits {
	display: flex;
	justify-content: space-between;
	max-width: 1260px;
	margin: 0px auto;
}

.why-benefits h3,
.why-benefits h4 {
	font-size: 32px;
	font-weight: 600;
	color: #1E4D2B
}

.why-benefits p {
	font-size: 18px;
}

.why-csu-bullets {
	display: flex;
	flex-direction: column;
	row-gap: .25rem;
	padding-top: 1rem;
}

.why-csu-bullets>div {
	display: flex;
	align-items: center;
	font-size: 18px;
	column-gap: 6px;
}

.why-csu-copy {
	padding: 1rem;
}

.why-csu-highlight {
	flex: 0 0 31%;
	border: 1px solid #1e4d2b;
	background: #f9fafa;
	color: #1e4d2b;
	padding: 2rem;
	text-align: center;
	box-sizing: border-box;
}

.wcsuh-title {
	font-weight: 600;
	text-transform: uppercase;
	white-space: nowrap;
	line-height: 1.5;
	margin-bottom: 2rem;
	font-size: 24px;
}

.wcsuh-title>span {
	display: block;
	text-align: center;
}

.wcsuh-a>a {
	color: #1e4d2b !important;
	border: 2px solid #1e4d2b;
	background: #FFF;
	border-radius: 3px;
	font-size: 14px;
	text-decoration: none !important;
	padding: .25rem .5rem;
	font-weight: bold;
}

@media (min-width: 1024px) {
	.why-benefits h4 {
		padding: .5rem 0;
	}
}

@media (max-width: 1023px) {
	.why-benefits-left {
		text-align: center;
		padding: 1rem;
	}
}

div.why-enroll {
	display: none;
}

.why-benefits-left {
	padding: 1rem;
	padding-right: 2rem;
	min-width: 300px;
}

.why-benefits-left img {
	max-width: 375px;
}

.why-csu-highlights {
	display: flex;
	margin: 0px auto;
	max-width: 1260px;
	flex-direction: row;
	font-size: 18px;
	padding: 5rem 20px;
	box-sizing: border-box;
	flex-wrap: wrap;
	justify-content: space-between;
	row-gap: 1rem;
	column-gap: 1.5%;
}

.why-benefits-left {
	padding-right: 1rem;
}

.why-benefits-left img {
	max-width: 100%;
}

.why-benefits h4,
.why-benefits h3 {
	font-size: 28px;
}

@media (max-width: 1100px) {
	.why-csu-highlight {
		flex: 0 0 48%;
	}
}

@media (max-width: 1023px) {
	.why-benefits-left {
		display: none;
	}
}

@media (max-width: 768px) {
	.why-csu-highlight {
		flex: 0 0 100%;
		padding: 2rem 1rem;
		padding: 2rem 1rem;
		max-width: 100%;
	}

	.why-csu-highlights {
		justify-content: center;
	}

	.wcsuh-title {
		white-space: normal;
	}
}

/* End Home CSU Highlights */