/* SCSS Mixins Based on Foundation's Breakpoints */
/* Font definition */
/* Mixin for all link states to declare common declarations */
/* Mixin for ADA focus styling */
#full-width-header {
  background-color: white !important;
}

#homepage-hero-bg-lg {
  /*height:300px;*/
  overflow: visible;
}

#homepage-hero-lg h1, #homepage-hero-lg h2, .homepage-hero-sm h1, .homepage-hero-sm h2 {
  color: white !important;
  margin: 0;
}

#homepage-hero-lg {
  height: 751px;
  position: relative;
}
#homepage-hero-lg h2 {
  margin-top: 1rem;
}
#homepage-hero-lg a {
  color: #FFFFFF;
  text-decoration: underline;
}
#homepage-hero-lg a.large-primary {
  text-decoration: none;
}
#homepage-hero-lg .fa-xl {
  font-size: 1.5em;
  vertical-align: bottom;
}
#homepage-hero-lg .homepage-hero-gradient {
  width: 100%;
  height: 660px;
  background: rgb(138, 216, 238);
  background: linear-gradient(45deg, #8ad8ee 0%, #79b2c4 100%);
  background-size: 100% 400%;
  background-position: 50% 0;
  animation: bg-gradient-shift 30s infinite;
  position: absolute;
  top: 0;
  left: 0;
}
#homepage-hero-lg .homepage-hero-images {
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
}
#homepage-hero-lg .homepage-hero-images > * {
  position: absolute;
  top: 0;
  left: 50%;
  transform: translateX(-50%);
  width: 100%;
  min-width: 1300px;
  height: 100%;
  background-size: auto 773px;
  background-repeat: no-repeat;
  background-position: center top;
}
@keyframes bg-gradient-shift {
  50% {
    background-position: 50% 100%;
  }
}
@keyframes fg-cloud-shift {
  50% {
    transform: translateX(calc(-50% + 100px));
  }
}
@keyframes bg-cloud-shift {
  50% {
    transform: translateX(calc(-50% + 50px));
  }
}
@keyframes laptop-fade {
  40%, 100% {
    opacity: 0;
  }
  50%, 90% {
    opacity: 1;
  }
}
#homepage-hero-lg .homepage-hero-images .homepage-hero-buildings {
  background-image: url("/static/images/banners/home-header-buildings.a47d60e6f9e1.png");
}
#homepage-hero-lg .homepage-hero-images .homepage-hero-clouds-fg {
  background-image: url("/static/images/banners/home-header-clouds-front.cafcb3209347.png");
  transform: translateX(calc(-50% - 100px));
  animation: fg-cloud-shift 30s infinite;
}
#homepage-hero-lg .homepage-hero-images .homepage-hero-clouds-bg {
  background-image: url("/static/images/banners/home-header-clouds-back.2609c0a9bf00.png");
  transform: translateX(calc(-50% - 50px));
  animation: bg-cloud-shift 30s infinite;
}
#homepage-hero-lg .homepage-hero-images .homepage-hero-laptop-1 {
  background-image: url("/static/images/banners/home-header-laptop-a.9769f471b40b.png");
}
#homepage-hero-lg .homepage-hero-images .homepage-hero-images {
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
}
#homepage-hero-lg .homepage-hero-images .homepage-hero-images > * {
  position: absolute;
  top: 0;
  left: 50%;
  -webkit-transform: translateX(-50%);
  -ms-transform: translateX(-50%);
  transform: translateX(-50%);
  width: 100%;
  min-width: 1300px;
  height: 100%;
  background-size: auto 773px;
  background-repeat: no-repeat;
  background-position: center top;
}
@-webkit-keyframes bg-gradient-shift {
  50% {
    background-position: 50% 100%;
  }
}
@keyframes bg-gradient-shift {
  50% {
    background-position: 50% 100%;
  }
}
@-webkit-keyframes fg-cloud-shift {
  50% {
    -webkit-transform: translateX(calc(-50% + 100px));
    transform: translateX(calc(-50% + 100px));
  }
}
@keyframes fg-cloud-shift {
  50% {
    -webkit-transform: translateX(calc(-50% + 100px));
    transform: translateX(calc(-50% + 100px));
  }
}
@-webkit-keyframes bg-cloud-shift {
  50% {
    -webkit-transform: translateX(calc(-50% + 50px));
    transform: translateX(calc(-50% + 50px));
  }
}
@keyframes bg-cloud-shift {
  50% {
    -webkit-transform: translateX(calc(-50% + 50px));
    transform: translateX(calc(-50% + 50px));
  }
}
@-webkit-keyframes laptop-fade {
  40%, 100% {
    opacity: 0;
  }
  50%, 90% {
    opacity: 1;
  }
}
@keyframes laptop-fade {
  40%, 100% {
    opacity: 0;
  }
  50%, 90% {
    opacity: 1;
  }
}
#homepage-hero-lg .homepage-hero-images .homepage-hero-images .homepage-hero-buildings {
  background-image: url("/static/images/banners/home-header-buildings.a47d60e6f9e1.png");
}
#homepage-hero-lg .homepage-hero-images .homepage-hero-images .homepage-hero-clouds-fg {
  background-image: url("/static/images/banners/home-header-clouds-front.cafcb3209347.png");
  -webkit-transform: translateX(calc(-50% - 100px));
  -ms-transform: translateX(calc(-50% - 100px));
  transform: translateX(calc(-50% - 100px));
  -webkit-animation: fg-cloud-shift 30s infinite;
  animation: fg-cloud-shift 30s infinite;
}
#homepage-hero-lg .homepage-hero-images .homepage-hero-images .homepage-hero-clouds-bg {
  background-image: url("/static/images/banners/home-header-clouds-back.2609c0a9bf00.png");
  -webkit-transform: translateX(calc(-50% - 50px));
  -ms-transform: translateX(calc(-50% - 50px));
  transform: translateX(calc(-50% - 50px));
  -webkit-animation: bg-cloud-shift 30s infinite;
  animation: bg-cloud-shift 30s infinite;
}
#homepage-hero-lg .homepage-hero-images .homepage-hero-images .homepage-hero-laptop-1 {
  background-image: url("/static/images/banners/home-header-laptop-a.9769f471b40b.png");
}
#homepage-hero-lg .homepage-hero-images .homepage-hero-images .homepage-hero-laptop-2 {
  background-image: url("/static/images/banners/home-header-laptop-b.cd8f5d6857a6.png");
  opacity: 0;
  -webkit-animation: laptop-fade 20s infinite;
  animation: laptop-fade 20s infinite;
}
#homepage-hero-lg .homepage-hero-images .homepage-hero-laptop-2 {
  background-image: url("/static/images/banners/home-header-laptop-b.cd8f5d6857a6.png");
  opacity: 0;
  animation: laptop-fade 20s infinite;
}

.homepage-hero-bg-sm {
  overflow: visible;
  background-color: #83CEE3;
  height: 450px;
  position: relative;
}
.homepage-hero-bg-sm a {
  color: #FFFFFF;
  text-decoration: underline;
}
.homepage-hero-bg-sm .homepage-hero-sm {
  position: relative;
  text-align: center;
}
.homepage-hero-bg-sm .show-for-670 {
  display: none;
}
.homepage-hero-bg-sm .sm-hero-img {
  text-align: center;
  position: absolute;
  left: 0;
  right: 0;
  bottom: -42px;
  padding: 0 15px;
}
.homepage-hero-bg-sm .sm-hero-img img {
  width: 400px;
}
@media screen and (max-width: 415px) {
  .homepage-hero-bg-sm .sm-hero-img img {
    width: 290px;
  }
}
.homepage-hero-bg-sm h1 {
  padding-top: 50px;
  line-height: 1.2 !important;
  margin-bottom: 1rem !important;
}
@media screen and (max-width: 670px) {
  .homepage-hero-bg-sm {
    height: auto;
    padding-bottom: 200px;
  }
  .homepage-hero-bg-sm .show-for-670 {
    display: block;
  }
  .homepage-hero-bg-sm h1 {
    font-size: 36px;
    line-height: 43px;
    font-weight: 700;
    padding-top: 32px;
    margin: 0 0 16px 0 !important;
  }
  .homepage-hero-bg-sm h2 {
    font-size: 1.125em;
    font-weight: 500;
    line-height: 1.67;
    margin: 0 0 25px 0;
    padding: 0 15px 0 15px;
  }
}
@media screen and (max-width: 415px) {
  .homepage-hero-bg-sm {
    height: auto;
    padding-bottom: 130px;
  }
}

.med-down-white-space {
  height: 50px;
  background-color: #ffffff;
}

@media (min-width: 40em) {
  .ia-left-right {
    height: 450px;
    padding: 0;
  }
}

@media (max-width: 40em) {
  .credential-courses-row {
    padding-top: 106px;
  }
}
@media (min-width: 40em) and (max-width: 63.9375em) {
  .credential-courses-row {
    padding-top: 50px;
  }
}
@media (min-width: 40em) {
  .credential-courses-row .image-container {
    margin-top: auto;
  }
}

#video-box-wrapper {
  margin: 1em auto 0 auto;
  position: relative;
  width: 600px;
  height: 100%;
  border: none;
}

#video-box {
  position: absolute;
  top: 89px;
  left: 3px;
  height: 328px;
  width: 583px;
  background-color: transparent;
}

#video-box a {
  display: block;
  height: 100%;
  width: 100%;
}

#video-box-mobile-wrapper {
  /*padding: .3em;*/
  /*height: 100%;*/
  /*width: 100%;*/
  /*height: 61%;*/
  /*border: 0px solid black;*/
  /*text-align: center;*/
  position: relative;
  /*padding-bottom: 56.25%; */ /* 16:9 */
  padding-bottom: 49%; /* 16:9 */
  padding-top: 25px;
  height: 0;
}

#video-box-mobile-wrapper iframe {
  /*max-width: 100%;*/
  /*height: auto;*/
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}

/*#video-box-mobile {*/
/*border: none;*/
/*background-color: none;*/
/*max-width: 80%;*/
/*height: 50%;*/
/*margin: 3em auto*/
/*}*/
#video-box-mobile a {
  display: block;
  height: 100%;
  width: 100%;
}

.index-header {
  background: none repeat scroll 0 0 #ffffff;
}
.index-header h2 {
  font-size: 1.2em !important;
  margin-bottom: 0 !important;
  margin-top: 1.4em !important;
  font-weight: 500;
}
@media screen and (max-width: 400px) {
  .index-header h2 br {
    display: none !important;
  }
}
@media screen and (max-width: 1025px) {
  .index-header {
    padding: 20px 0 40px 0;
  }
  .index-header h2 {
    margin-top: 0 !important;
  }
}
@media (min-width: 1025px) {
  .index-header h2 {
    padding: 1em 0 4em 3em;
  }
}

#begin-course {
  margin: 3em 0.6rem 1.5em 0.6em;
}
#begin-course:hover {
  background: none repeat scroll 0 0 #82B640;
}
@media only screen and (max-width: 1024px) {
  #begin-course {
    margin: 1em 0 0 0 !important;
  }
}

#time-to-launch, #TEMPORARY, #count-down {
  text-align: center;
  margin: 0 auto;
}

#TEMPORARY {
  padding: 2rem 0;
  height: 10rem;
}

#count-down {
  color: #445B6D;
  font-family: Helvetica, Arial, Sans-serif;
  font-size: 0.8rem;
  height: 3rem;
  letter-spacing: 0.04rem;
  line-height: 3rem;
  padding: 0.2em;
  text-align: center;
  width: 60%;
}

#iu-lrg {
  margin-bottom: 4rem;
}

#time-to-launch {
  font-family: museo-slab, serif;
}

#time-to-launch span {
  border-radius: 2px;
  -o-border-radius: 2px;
  -ms-border-radius: 2px;
  -moz-border-radius: 2px;
  -webkit-border-radius: 2px;
  display: inline-block;
  font-weight: bold;
  font-size: 2rem;
  line-height: 1rem;
  padding: 0.02rem 0.2rem;
  box-shadow: none;
  text-shadow: none;
  color: #8dc63f;
}

#time-to-launch table {
  margin: 0 auto;
  text-transform: uppercase;
  background: transparent;
  border: 0 none;
  font-family: "proxima-nova", "Roboto", Helvetica, Arial, sans-serif;
}

#time-to-launch table td, #time-to-launch table tr {
  background: transparent;
  color: #445B6D;
  padding: 0.2rem 1rem;
}

.home-learn-more {
  margin: 40px 0 96px 0;
}
@media (max-width: 40em) {
  .home-learn-more {
    margin: 5px 0 48px 0;
  }
}

#container {
  background-color: #F2F2F2;
}

#what-is-iu {
  padding: 100px 0 0 0;
}
#what-is-iu h3 {
  font-weight: 600;
}
#what-is-iu p {
  padding: 0 10%;
  margin-bottom: 0;
  color: #4E4E4E;
  font-family: "proxima-nova", "Roboto", Helvetica, Arial, sans-serif;
  font-size: 1rem;
  font-weight: 300;
  letter-spacing: 0.02rem;
  line-height: 26px;
  text-align: center;
}
#what-is-iu p.learn-for-free {
  padding: 0;
  width: calc(100% + 10px);
}
@media (max-width: 40em) {
  #what-is-iu p.learn-for-free {
    width: 100%;
  }
}
@media (max-width: 40em) {
  #what-is-iu {
    padding-top: 50px;
  }
  #what-is-iu p {
    padding: 0;
  }
}
#what-is-iu .intro {
  margin-bottom: 16px;
}
#what-is-iu div.large-8:first-child {
  padding: 0;
}
@media (max-width: 63.9375em) {
  #what-is-iu div.large-8:first-child {
    padding-left: 0.9375rem;
    padding-right: 0.9375rem;
  }
}
#what-is-iu .sub-heading {
  font-weight: 500;
}
#what-is-iu .iu-icon-group {
  margin: 28px 0 25px 0;
}
#what-is-iu .iu-icon-group h3 {
  margin: 0 0 10px 0;
}
@media (max-width: 40em) {
  #what-is-iu .iu-icon-group img {
    width: 285px;
  }
}

hr.home-page {
  border: solid #dddddd;
  border-width: 1px 0 0;
  clear: both;
  margin: 50px -0.9375rem 50px -0.9375rem;
  height: 0;
}
@media (max-width: 40em) {
  hr.home-page {
    margin: 0 -0.9375rem 0 -0.9375rem;
  }
}

.iu-community-stats-wrapper {
  margin-bottom: 4rem;
}
.iu-community-stats-wrapper h2 {
  font-weight: 500;
  margin-bottom: 80px;
}
@media (max-width: 40em) {
  .iu-community-stats-wrapper h2 {
    margin-bottom: 32px;
  }
}
@media (max-width: 40em) {
  .iu-community-stats-wrapper {
    margin-bottom: 56px;
  }
}

.iu-community-stats {
  background-color: #fff;
  padding: 40px 0;
}

.iu-community-stat {
  padding: 1rem 0;
}
.iu-community-stat img {
  max-width: 50px;
  margin-bottom: 12px;
}
.iu-community-stat p {
  font-weight: 700;
  font-family: museo-slab, serif;
  font-size: 16px;
  line-height: 26px;
  margin-bottom: 0;
  color: #455c6e;
  text-align: center;
}
.iu-community-stat p span {
  font-weight: bold;
  color: #455c6e;
  display: block;
}
@media (max-width: 40em) {
  .iu-community-stat .company-groups {
    margin-right: 10px;
  }
  .iu-community-stat p, .iu-community-stat img {
    display: inline-block;
  }
}
@media (max-width: 40em) and (max-width: 40em) {
  .iu-community-stat p, .iu-community-stat img {
    width: 100%;
  }
}

.line {
  position: absolute;
  right: 0;
  top: 48px;
  border-right: 1px solid black;
  height: 26px;
}
@media screen and (max-width: 1025px) {
  .line {
    display: none;
  }
}

@media screen and (max-width: 1025px) {
  .iu-community-stats-wrapper > div:nth-child(2), .iu-community-stats-wrapper > div:nth-child(3) {
    margin-bottom: 30px;
  }
}
@media screen and (max-width: 641px) {
  .iu-community-stats-wrapper > div:nth-child(4) {
    margin-bottom: 30px;
  }
}
.iu-community-wrapper {
  padding: 97px 0;
}
@media (max-width: 40em) {
  .iu-community-wrapper {
    padding: 56px 0;
  }
}
.iu-community-wrapper h2 {
  margin-bottom: 4rem;
}
@media (max-width: 40em) {
  .iu-community-wrapper h2 {
    padding-bottom: 0;
  }
}
.iu-community-wrapper .iu-community-quotes {
  margin-bottom: 72px;
  max-height: 195px;
  opacity: 0;
  transition: opacity 300ms ease;
}
@media (max-width: 40em) {
  .iu-community-wrapper .iu-community-quotes {
    margin-bottom: 56px;
  }
}
.iu-community-wrapper .iu-community-quotes.slick-initialized {
  max-height: unset;
  opacity: 1;
}
@media screen and (max-width: 780px) and (min-width: 641px) {
  .iu-community-wrapper .iu-community-quotes > div:first-child {
    margin-bottom: 50px;
  }
  .iu-community-wrapper .iu-community-quotes .iu-quote {
    width: 100%;
  }
}
@media (max-width: 40em) {
  .iu-community-wrapper .iu-community-quotes {
    margin-bottom: 50px;
  }
}
.iu-community-wrapper .iu-community-quotes .slick-track {
  padding: 5px 0;
}
@media (max-width: 40em) {
  .iu-community-wrapper .iu-community-quotes .slick-prev,
  .iu-community-wrapper .iu-community-quotes .slick-next {
    position: absolute;
    top: 53px;
  }
}

.university-courses {
  padding: 96px 0 46px 0;
}
.university-courses .sub-heading {
  margin-bottom: 70px;
  font-weight: 500;
}
.university-courses .university-section {
  margin-bottom: 50px;
}
.university-courses .university-section h3 {
  font-family: museo-slab, serif;
  font-size: 16px !important;
  line-height: 24px;
}
.university-courses .university-section span {
  display: block;
  margin-bottom: 12px;
  width: 100%;
}
.university-courses .university-section span + h3 {
  margin-top: 20px;
}
.university-courses .university-section a {
  display: inline-block;
  color: #4E4E4E;
  font-family: "proxima-nova", "Roboto", Helvetica, Arial, sans-serif;
  font-size: 14px;
  line-height: 17px;
}
.university-courses .university-section a:hover, .university-courses .university-section a:focus {
  text-decoration: underline;
}
.university-courses .back-to-top {
  margin-top: 48px;
}
@media (max-width: 40em) {
  .university-courses {
    padding: 50px 0 32px 0;
  }
  .university-courses .sub-heading {
    margin-bottom: 50px;
  }
  .university-courses .university-section {
    margin-bottom: 18px;
  }
  .university-courses .university-section a + h3 {
    margin-top: 32px;
  }
}

.made-for-you {
  margin-bottom: 0;
  display: flex;
}
.made-for-you h2 {
  color: #445C6D;
  font-size: 21px;
  letter-spacing: 0;
  line-height: 30px;
  margin-bottom: 12px;
}
.made-for-you p {
  color: #4E4E4E;
  font-size: 16px;
  letter-spacing: 0;
  line-height: 26px;
}
.made-for-you .row {
  display: flex;
  justify-content: center;
  align-items: center;
}
@media (max-width: 40em) {
  .made-for-you .row {
    flex-direction: column;
  }
}
.made-for-you .row .logo {
  display: flex;
  justify-content: center;
}
@media (max-width: 40em) {
  .made-for-you .row .logo {
    order: 2;
  }
}
@media (max-width: 40em) {
  .made-for-you .row .logo img {
    height: 40px;
    width: 143px;
  }
}
.made-for-you .row .made-by a {
  color: #4A90AD;
}
.made-for-you .row .made-by a:hover {
  text-decoration: underline;
}
@media (max-width: 40em) {
  .made-for-you .row .made-by {
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    text-align: center;
    order: 1;
  }
}

h2.sub-heading {
  text-align: center;
  font-size: 1.3125em !important;
}

@media only screen and (max-width: 641px) {
  #course-container .iu-icon-group {
    margin: 28px 0 0 0;
  }
  #container .iu-community-quotes {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
  }
  #container .iu-community-quotes .iu-quote:first-of-type {
    margin-bottom: 40px;
  }
}
/*.responsive-container { position: relative; padding-bottom: 56.25%; padding-top: 30px; height: 0; overflow: hidden; }*/
/*.responsive-container iframe { position: absolute; top: 0; left: 0; width: 100%; height: 100%; }*/

/*# sourceMappingURL=index.css.map */
