@charset "UTF-8";
/* SCSS Mixins Based on Foundation's Breakpoints */
/* Font definition */
/* Mixin for all link states to declare common declarations */
/* Mixin for ADA focus styling */
.small-12, .medium-12 {
  /*padding-left: 0 !important;*/
  /*padding-right: 0 !important;*/
}

.top-bar-section ul li {
  background: transparent;
}

/*// Large screens*/
/*@media only screen and (min-width: 64.065em !important) { } */ /* min-width 1025px, large screens */
/*@media only screen and (min-width: 64.065em !important) and (max-width: 90em !important) { } */ /* min-width 1025px and max-width 1440px, use when using large screen-only issues */
@media only screen and (max-width: 1024px) {
  .tabs {
    margin-left: auto !important;
    margin-right: auto !important;
    /*width: 310px !important;*/
    font-size: 0.8rem;
  }
  .tabs .tab-title a {
    padding: 0.4rem 1rem !important;
    letter-spacing: 0.01em !important;
  }
}
.tabs {
  margin-bottom: 0 !important;
  margin-left: 0;
}

.tabs:before, .tabs:after {
  content: " ";
  display: table;
}

.tabs:after {
  clear: both;
}

.tabs dd, .tabs .tab-title {
  position: relative;
  margin-bottom: 0 !important;
  list-style: none;
  float: left;
}

.tabs dd > a, .tabs .tab-title > a {
  display: block;
  background: #efefef;
  color: #ffffff;
  text-transform: uppercase;
  font-size: 1rem;
  font-family: "proxima-nova", "Roboto", Helvetica, Arial, sans-serif;
}

.tabs dd > a:hover, .tabs .tab-title > a:hover {
  background: #e1e1e1;
}

.tabs dd.active a, .tabs .tab-title.active a {
  background: white;
  color: #4E4E4E;
}

.tabs.radius dd:first-child a, .tabs.radius .tab:first-child a {
  border-bottom-left-radius: 3px;
  border-top-left-radius: 3px;
}

.tabs.radius dd:last-child a, .tabs.radius .tab:last-child a {
  border-bottom-right-radius: 3px;
  border-top-right-radius: 3px;
}

.tabs.vertical dd, .tabs.vertical .tab-title {
  position: inherit;
  float: none;
  display: block;
  top: auto;
}

/* SCSS Mixins Based on Foundation's Breakpoints */
/* Font definition */
/* Mixin for all link states to declare common declarations */
/* Mixin for ADA focus styling */
/* Focus styles */
[data-focus-type=key]:not(.faq-link) {
  position: relative;
}
[data-focus-type=key]:not(.faq-link):focus::after {
  content: "";
  position: absolute;
  top: -6px;
  left: -6px;
  width: calc(100% + 12px);
  height: calc(100% + 12px);
  border: 2px solid #8FC1FE;
  border-radius: 3px;
}

/* Focus styles overrides */
[data-focus-type=key].faq-link:focus {
  border-bottom: 2px solid #8FC1FE;
}

#perspective-pages-views-and-containers a {
  display: inline-block;
}

#vision-components-and-property-bindings a {
  display: inline-block;
}

/* Course type colors */
[class*="--gradient"] {
  background: linear-gradient(225deg, #c0c0c0 0%, #9b9b9b 100%);
}

[class*="--background"] {
  background-color: #9b9b9b;
}

.wistia_popover_embed [class*="--background"] {
  background-color: transparent;
}

span.wistia_embed {
  display: inline-block;
}
span.wistia_embed a.large-primary {
  white-space: nowrap;
}

[class*="--color"] {
  color: #9b9b9b;
}

.green-gradient, .progress-widget .course-progress:not(.noncred-progress) .legend-wrapper .legend span.passed::before {
  background: linear-gradient(225deg, rgb(142.7387000596, 217.3743589744, 118.6256410256) 0%, #5FA04A 100%);
}

.flex-page {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  min-height: calc(100vh - 88px);
  -webkit-box-align: stretch;
  -ms-flex-align: stretch;
  align-items: stretch;
  -ms-flex-wrap: nowrap;
  flex-wrap: nowrap;
}
@media (max-width: 63.9375em) {
  .flex-page {
    min-height: calc(100vh - 48px);
  }
}

body {
  min-width: 300px;
  color: #4E4E4E;
}

html, body, p, h1, h3, h4, h5 {
  font-family: "proxima-nova", "Roboto", Helvetica, Arial, sans-serif;
}

a, a:hover, a:focus, a:active, a:visited, button, button:hover, button:focus, button:active, button:visited, img, img:hover, img:focus, img:active, img:visited {
  outline: none;
}

@media (max-width: 40em) {
  html {
    font-size: 16px;
  }
}
p, span, .body {
  font-size: 1em;
  line-height: 1.625;
  font-weight: 300;
  color: #4E4E4E;
}

h1, h2, h3, h3 a {
  color: #445C6D;
}

h3, h4, h5 {
  font-weight: bold;
}

h1 {
  color: white;
  font-size: 2.25rem;
  line-height: 1.2;
  font-weight: 700;
  padding-top: 1.425em;
}
@media (max-width: 40em) {
  h1 {
    font-size: 2em;
  }
}

h2 {
  font-family: museo-slab, serif;
  font-size: 1.125em;
  font-weight: 500;
  line-height: 1.67;
}

.course-topic-header h2, .course-listing-header h2 {
  line-height: 22px !important;
  color: white;
}

h3 {
  font-size: 1.125em;
  line-height: 30px;
  letter-spacing: 0.27px;
}

h4, h4 a {
  font-size: 0.875em;
  line-height: 30px;
  letter-spacing: 0.42px;
  text-transform: uppercase;
  color: #817F83;
}

h5 {
  font-size: 0.625em;
  letter-spacing: 0.4px;
  color: #39464b;
  margin-bottom: 0px;
  text-transform: uppercase;
}

h6 {
  color: #455c6e;
  font-size: 0.9rem;
  font-weight: bold;
}

body {
  background: none;
}

.italic {
  font-style: italic;
}

.no-fouc {
  display: none;
}

.flex-center {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-pack: distribute;
  justify-content: space-around;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}

.ia-left-right {
  padding: 100px 0;
}
@media (min-width: 40em) and (max-width: 63.9375em) {
  .ia-left-right {
    padding: 62px 0;
  }
}
@media (max-width: 40em) {
  .ia-left-right {
    padding: 56px 0;
  }
}

.ia-left-right {
  display: flex;
  align-items: center;
  justify-content: flex-start;
  flex-direction: row;
  flex-wrap: wrap;
}
.ia-left-right > * {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  width: 50%;
  position: relative;
}
@media (max-width: 40em) {
  .ia-left-right > * {
    align-items: center;
    width: 100%;
  }
}
@media (min-width: 40em) {
  .ia-left-right .right {
    order: 1;
  }
}
.ia-left-right .image-container .caption {
  display: inline-block;
}
.ia-left-right .image-container .caption a {
  display: inline-block;
}
.ia-left-right .image-container img {
  min-height: 1px;
}
@media (max-width: 40em) {
  .ia-left-right .image-container {
    margin-bottom: 30px;
  }
}
.ia-left-right .image-container.left {
  align-items: flex-end;
}
@media (min-width: 64em) {
  .ia-left-right .image-container.left {
    padding-right: 15px;
  }
}
@media (min-width: 40em) and (max-width: 63.9375em) {
  .ia-left-right .image-container.left {
    padding-right: 50px;
  }
}
@media (max-width: 40em) {
  .ia-left-right .image-container.left {
    align-items: center;
  }
}
.ia-left-right .image-container.left .caption {
  text-align: right;
}
@media (min-width: 64em) {
  .ia-left-right .image-container.right {
    padding-left: 15px;
  }
}
@media (min-width: 40em) and (max-width: 63.9375em) {
  .ia-left-right .image-container.right {
    padding-left: 50px;
  }
}
.ia-left-right .text-container {
  text-align: center;
}
@media (min-width: 64em) {
  .ia-left-right .text-container.left {
    padding: 0 100px;
  }
}
@media (min-width: 40em) and (max-width: 63.9375em) {
  .ia-left-right .text-container.left {
    padding: 0 15px;
  }
}
@media (min-width: 64em) {
  .ia-left-right .text-container.right {
    padding: 0 100px;
  }
}
@media (min-width: 40em) and (max-width: 63.9375em) {
  .ia-left-right .text-container.right {
    padding: 0 15px;
  }
}
.ia-left-right .text-container h2 {
  display: block;
  width: 100%;
  text-align: inherit;
}
.ia-left-right .text-container p {
  display: block;
  width: 100%;
  text-align: inherit;
}
@media (max-width: 63.9375em) {
  .ia-left-right .text-container p {
    font-size: 1em;
    line-height: 25px;
  }
}
.ia-left-right .text-container p:last-child {
  margin-bottom: 0;
}
.ia-left-right .text-container .large-primary {
  margin-top: 1rem;
  display: inline-block;
}

.light-gradient-bg-1 {
  background: linear-gradient(225deg, #FFFFFF 0%, #EDF9FF 100%);
}
@media (max-width: 40em) {
  .light-gradient-bg-1 {
    background: linear-gradient(50deg, #FFFFFF 0%, #EDF9FF 100%);
  }
}

.light-gradient-bg-2 {
  background: linear-gradient(225deg, #EDF9FF 0%, #FFFFFF 100%);
}
@media (max-width: 40em) {
  .light-gradient-bg-2 {
    background: linear-gradient(50deg, #FFFFFF 0%, #EDF9FF 100%);
  }
}

.head-shot-quote .row {
  display: flex;
  align-items: center;
  justify-content: flex-start;
  flex-wrap: wrap;
}
.head-shot-quote .head-shot {
  position: relative;
  display: inline-block;
}
@media (max-width: 40em) {
  .head-shot-quote .head-shot {
    margin-bottom: 30px;
  }
}
.head-shot-quote .head-shot:before {
  content: "";
  position: absolute;
  display: block;
  top: -5px;
  left: -5px;
  width: calc(100% + 10px);
  height: calc(100% + 10px);
  background: linear-gradient(42.04deg, #59DDF2 0%, #B0B3EF 100%);
  border-radius: 50%;
  z-index: -1;
}
.head-shot-quote .quote-text {
  font-size: 16px;
  letter-spacing: 0;
  line-height: 26px;
}
.head-shot-quote .attribution {
  font-style: italic;
  font-size: 14px;
  line-height: 21px;
  color: #445c6d;
}

#iu-message {
  background: #feb;
  display: none;
  margin: 0 auto;
  padding: 0.4em 0;
  text-align: center;
  width: 100%;
}

.row {
  margin: 0 auto;
  max-width: 1025px;
}

.clearfix {
  clear: both !important;
}

.height20 {
  clear: both;
  height: 20px;
}

div.shim {
  width: 0.75em;
  height: 2em;
  float: left;
}

.red {
  color: red !important;
}

.white, .white > a {
  color: white !important;
}

.blue, .blue > a {
  color: #455C6E; /* IU Blue */
}

.fs80, .body-small {
  /*font-size: 80%;*/
  font-size: 0.875em;
}

.fs90 {
  font-size: 90%;
}

.bolded {
  font-weight: bold;
}

.hide-me {
  display: none !important;
}

.panel.no-border {
  border: 0 none;
}

.clear {
  clear: both;
}

.centered {
  text-align: center;
}

.no-scroll {
  overflow: hidden;
}

.aaa {
  background-color: #AAA;
}

.b3 {
  background-color: #b6b6b6;
}

.ccc {
  background-color: #CCC;
}

.e6 {
  background-color: #e6e6e6;
}

.ef {
  background-color: #EFEFFF;
}

.p20 {
  padding: 20px;
}

.p10 {
  padding: 10px;
}

.p1020 {
  padding: 10px 20px;
}

.p20-10 {
  padding: 20px 10px;
}

.border1 {
  border: 1px solid #DDD;
}

/*#school-courses h1 {*/
/*font-size: 1.8rem;*/
/*color: #008cba;*/
/*}*/
/*#school-courses h3 {*/
/*font-size: 1rem;*/
/*}*/
#mobile-home-link {
  left: 0;
  position: absolute;
  top: 0;
}

#mobile-home-link a {
  height: auto;
  padding: 1rem 5rem;
  width: auto;
}

.top-banner {
  width: 100%;
  margin: 0;
  padding: 0;
  background: linear-gradient(45deg, #E78470 0%, #6DA2FF 100%);
}
.top-banner .top-banner-content {
  display: flex;
  justify-content: center;
  align-items: center;
  flex-wrap: nowrap;
  min-height: 40px;
  padding: 0.5rem 3rem;
}
.top-banner .top-banner-content span {
  color: #FFFFFF;
  font-family: museo-slab, serif;
  font-size: 1rem;
  line-height: 19px;
  font-weight: 400;
  text-align: center;
  padding: 0;
  margin: 0;
}
.top-banner .top-banner-content span a {
  display: inline-block;
}
.top-banner .top-banner-content span a, .top-banner .top-banner-content span a:hover, .top-banner .top-banner-content span a:focus, .top-banner .top-banner-content span a:active, .top-banner .top-banner-content span a:visited {
  text-decoration: underline;
  color: currentColor;
}
.top-banner .top-banner-content span a:hover, .top-banner .top-banner-content span a:focus {
  opacity: 0.8;
}
.top-banner .top-banner-content .close-button {
  cursor: pointer;
  position: absolute;
  top: auto;
  right: 0;
  padding: 0 0.5rem;
  color: #fff;
  font-size: 32px;
}

.modal-overlay {
  position: fixed;
  display: none;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background-color: rgba(57, 70, 75, 0.95);
  z-index: 1000;
}
.modal-overlay.loading {
  background-image: url("/static/images/icons/loader.ad501ae7d4ab.svg");
  background-size: 100px 100px;
  background-position: center center;
  background-repeat: no-repeat;
}
.modal-overlay .popup-wrapper {
  width: 90%;
  max-width: 666px;
  position: absolute;
  top: 70px;
  left: 50%;
  transform: translate(-50%, 0);
  background-color: white;
  border-radius: 3px;
  padding: 20px 56px 0;
  max-height: calc(100vh - 100px);
  overflow: auto;
}
.modal-overlay .popup-wrapper > :last-child {
  margin-bottom: 56px;
}
@media (max-width: 40em) {
  .modal-overlay .popup-wrapper > :last-child {
    margin-bottom: 32px;
  }
}
@media (max-width: 40em) {
  .modal-overlay .popup-wrapper {
    top: 30px;
    max-height: calc(100vh - 60px);
    padding: 20px 32px 0;
  }
}
.modal-overlay .popup-wrapper.with-close:before {
  content: "";
  position: absolute;
  top: -30px;
  right: -30px;
  width: 20px;
  height: 20px;
  background-image: url("/static/images/icons/challenge-close.b1df02250a29.svg");
  background-size: 20px 20px;
  cursor: pointer;
}
.modal-overlay .popup-wrapper .close-button {
  cursor: pointer;
  position: absolute;
  top: 20px;
  right: 1rem;
  font-size: 14px;
  line-height: 21px;
  text-align: right;
}
.modal-overlay .popup-wrapper .close-button::after {
  content: "×";
  font-size: 32px;
  vertical-align: middle;
  margin-left: 5px;
}
.modal-overlay .popup-wrapper img {
  margin: 10px auto 80px;
  padding: 0 50px;
  width: 100%;
  max-width: 495px;
  display: block;
}
@media (max-width: 40em) {
  .modal-overlay .popup-wrapper img {
    padding: 0;
  }
}
.modal-overlay .popup-wrapper .text p,
.modal-overlay .popup-wrapper .text li {
  font-size: 1em;
  line-height: 1.625;
  color: #4E4E4E;
  font-weight: 300;
}
.modal-overlay .popup-wrapper .text h2 {
  font-family: museo-slab, serif;
  font-size: 24px;
  line-height: 30px;
  margin: 0 auto 1.5em;
}
.modal-overlay .popup-wrapper .text h3 {
  font-family: museo-slab, serif;
  font-size: 1em;
  font-weight: 600;
  line-height: 26px;
  margin: 0 0 0.75em;
}
.modal-overlay .popup-wrapper .text p:last-child {
  margin-bottom: 0;
}
.modal-overlay .popup-wrapper .see-new-button {
  margin-top: 2rem;
  color: #fff;
}

#school-courses p {
  font-size: 0.8rem;
}

.course-in-school {
  float: left !important;
  min-height: 15rem;
  padding-top: 1rem;
  box-shadow: 1px 1px 4px #9be;
}

.top-bar .name {
  height: auto;
}

.top-bar-section {
  top: 1.2rem;
}

.top-bar {
  background: none repeat scroll 0% 0% #888;
  background: none repeat scroll 0% 0% #FFF;
  color: #002;
  height: 90px;
  padding: 0.4rem 0;
}
.top-bar .title-area {
  top: 5px;
}
.top-bar .title-area a {
  display: inline-block;
}
.top-bar .title-area a img {
  width: 205px;
}

p.course-name {
  margin: 1rem 0 0.25rem 0;
  font-weight: bold;
}

.version-bar {
  width: 100%;
  background-color: #E5E6E7;
  padding: 1em;
  border-bottom: 1px solid #D0D2D3;
  -webkit-box-shadow: inset -1px 6px 13px -11px rgba(0, 0, 0, 0.75);
  -moz-box-shadow: inset -1px 6px 13px -11px rgba(0, 0, 0, 0.75);
  box-shadow: inset -1px 6px 13px -11px rgba(0, 0, 0, 0.75);
}

.version-bar h5.inline,
.version-bar span {
  display: inline;
}

.version-bar h5.inline {
  margin-right: 1em;
}

.version-bar h5.inline,
.version-bar span,
.version-bar,
#video-description h5.inline,
#video-description span:not(.new-version) {
  font-size: 0.875em;
  color: #666666;
}

.version-bar a:link, #video-description a:link,
.version-bar a:visited, #video-description a:visited,
.version-bar a:active, #video-description a:active,
.version-bar a:hover, #video-description a:hover {
  color: #666666;
}

.version-bar a:hover, #video-description a:hover,
#video-description a:link, #video-description a:visited {
  text-decoration: underline;
}

.version-bar a:link.current {
  font-weight: bold;
  text-decoration: underline;
  cursor: pointer !important;
}

.version-bar span.separator, #video-description span.separator {
  color: #cbcbcb;
  margin: 0 9px;
}

.version-bar a img {
  max-height: 1em;
  margin-right: 0.5em;
  position: relative;
  top: -2px;
}

.version-bar div#downloads {
  display: none !important;
  position: absolute;
  right: 13em;
  top: 2.6em;
  background-color: #fff;
  padding: 1em;
  border: 1px solid lightgrey;
  z-index: 9999;
  text-align: left;
}

.version-bar div#downloads.show {
  display: block !important;
}

#br1 {
  display: none;
}

@media (max-width: 63.9375em) {
  .version-bar .separator:first-of-type {
    display: none;
  }
  .version-bar .separator {
    /*visibility: hidden;*/
    display: none;
    width: 1px;
    margin: 0;
  }
  .version-bar a:last-of-type {
    display: none;
  }
  .version-bar #downloads {
    display: none;
  }
  .version-bar h5.inline {
    margin: 0 0.5em 0 1.5em;
  }
}
@media only screen and (max-width: 32em) {
  .version-bar h5.inline {
    margin: 0 0.5em 0 0.5em;
  }
}
@media only screen and (max-width: 28em) {
  .version-bar h5.inline {
    /*display: block !important;*/
  }
  #br1 {
    display: block;
  }
}
.top-bar-section li:not(.has-form) a:not(.button),
.top-bar-section .has-form {
  /*font-family: 'Carrois Gothic', sans-serif;*/
  font-family: "proxima-nova", "Roboto", Helvetica, Arial, sans-serif;
  font-size: 1em;
  /*background: none repeat scroll 0% 0% #AAA;*/
  background: none repeat scroll 0% 0% #FFF;
  /*background: transparent !important;*/
  color: #445C6D;
  /*text-shadow: 0px 0px 2px #CCC;*/
  border: 1px solid #FFF;
  border-radius: 0.4em;
}

.top-bar-section li#acct-drop > a:not(.button) {
  padding-right: 2rem !important;
}

.top-bar-section ul {
  background: none repeat scroll 0% 0% transparent;
}

.top-bar-section ul li {
  margin: 0.2rem 8px;
}

.top-bar-section ul li#acct-drop a {
  padding-right: 1rem;
}
.top-bar-section ul li#acct-drop .acct-drop1 {
  padding: 3px 0;
}
.top-bar-section ul li#acct-drop .acct-drop1 > a {
  padding-left: 15px;
}

.top-bar-section li:not(.has-form) a:not(.button) {
  line-height: 2rem;
}

.top-bar-section li:not(.has-form):hover a:not(.button):hover {
  border: 1px solid #66A844;
  border-radius: 0.4em;
}

.top-bar-section li#drop1:not(.has-form):hover a:not(.button):hover {
  border: 0 none;
}

.top-bar-sectionX li#acct-drop:not(.has-form):hover {
  border: 1px solid #66A844;
  border-radius: 0.4em;
}

li.acct-drop1 {
  width: 100%;
}

li.acct-drop1, li.acct-drop1 a {
  background: none repeat scroll 0 0 transparent !important;
  border: 0 none !important;
  margin: 0 !important;
}

li.acct-drop1:hover {
  background: #F6F6F5 !important;
}
li.acct-drop1:hover a {
  color: #373 !important;
}

.top-bar-section ul li:hover:not(.has-form) {
  background-color: transparent;
}
.top-bar-section ul li:hover:not(.has-form) > a, .top-bar-section ul li:hover:not(.has-form) a:hover {
  background-color: transparent;
  color: #373;
}

.top-bar .name {
  margin: 0.4em 0.2em;
  color: #002;
  font-size: 1.2em;
}

.top-bar .name a {
  color: #FFF;
  /*text-shadow: 0;*/
  font-size: 1.1em;
}

.top-bar li a {
  padding: 0 0.6rem;
  outline: 0 none;
}

.top-bar li a#account-dropdown {
  background-image: url("/static/images/icons/dropdown.1e23d1527c60.png");
  background-repeat: no-repeat;
  background-position: 90% 14px;
  background-color: #ffffff;
  color: #455C6D !important;
}

.top-bar li a#account-dropdown:hover {
  background-image: url("/static/images/icons/dropdown-highlighted.2f56a27c0297.png");
  color: #66A844 !important;
}

.top-bar li a#account-dropdown img {
  height: auto;
  padding: 0 0.4rem;
  float: left;
  position: relative;
  top: 10px;
  left: -2px;
}

.top-bar-section ul#drop1 {
  background: none repeat scroll 0 0 #fff;
}

.top-bar-section li.register-button a {
  border: 1px solid white !important;
  color: #66A844 !important;
  border-radius: 0.4em;
}

.top-bar-section li.register-button a:hover {
  border: 1px solid #66A844 !important;
  color: #455C6E;
}

.top-bar-section .has-form {
  padding: 0 1rem;
  margin: -0.4rem 0 0 -8px;
}

.off-canvas-wrap {
  margin-bottom: 0rem;
}

/* FOOTER */
.footer-signup {
  background: none repeat scroll 0 0 #8dc63f;
  padding: 1rem 0 1rem 0.75rem;
  color: #3f5364;
  display: flex;
  justify-content: center;
  align-items: center;
  flex-wrap: wrap;
}
.footer-signup > * {
  margin-top: 0.5rem;
  margin-bottom: 0.5rem;
}
.footer-signup p {
  color: #3f5364;
  padding: 0;
  font-size: 0.9rem;
}
@media (max-width: 40em) {
  .footer-signup p {
    width: 100%;
  }
}
.footer-signup a.sign-up-button {
  color: #ffffff;
  font-family: museo-slab, serif;
  font-size: 1rem;
  margin-left: 1rem;
  margin-right: 1rem;
  padding: 0.4rem 1rem;
  border: 1px solid #ffffff;
  border-radius: 3px;
  display: inline-block;
}

#footer-bottom {
  background: none repeat scroll 0 0 #445C6D;
  border-bottom: 1px solid #87979D;
  color: #ffffff;
  padding: 1.4rem 0 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-align: end;
  -ms-flex-align: end;
  align-items: flex-end;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  padding-bottom: 2rem;
}

footer p {
  color: #ffffff;
}
footer a {
  color: #ffffff;
}
footer a, footer a:hover, footer a:focus, footer a:active, footer a:visited {
  color: currentColor;
}

#footer-bottom2 {
  padding: 2rem 0 1.4rem;
}

#footer-bottom-left, #footer-bottom-right,
#footer-bottom-left a,
#footer-bottom-left span,
p#copyright {
  color: #87979D;
  font-size: 0.75rem;
  padding: 0;
}

#footer-bottom-left a:hover {
  color: #fff;
}

#footer-bottom-left span {
  margin: 0 0.4rem;
}

p#iu-footer-logo {
  padding: 0.3rem;
  padding-right: 4em;
  margin: 0;
}
@media (max-width: 63.9375em) {
  p#iu-footer-logo {
    padding: 25px 15px;
  }
}
@media (max-width: 40em) {
  p#iu-footer-logo {
    padding-bottom: 0;
  }
}
p#iu-footer-logo img {
  width: 100%;
  max-width: 220px;
  height: auto;
  margin-bottom: -1px;
}
@media (max-width: 63.9375em) {
  p#iu-footer-logo img {
    margin: 0 0 30px;
  }
}
@media (max-width: 40em) {
  p#iu-footer-logo img {
    margin-bottom: 2rem;
  }
}

ul.footer-links {
  line-height: 1.4rem;
}
ul.footer-links a {
  color: #FFFFFF;
}

/* Footer layout for medium-up screens */
@media (min-width: 40em) {
  ul.footer-links li {
    display: inline;
    list-style-type: none;
    margin: 0;
    padding: 0;
  }
  ul.footer-links-lower li {
    display: inline;
    list-style-type: none;
    margin: 0;
    padding: 0;
  }
  ul.footer-links li a {
    font-size: 0.9rem;
  }
  ul.footer-links li a:hover {
    text-decoration: underline;
  }
  ul#footer-links-bottom {
    margin-left: 0.4rem;
    margin-bottom: 0;
  }
  ul#footer-links-top.footer-links {
    margin-left: 0.4rem;
    margin-bottom: 0;
  }
  ul#footer-links-top.footer-links li a {
    font-size: 0.875rem;
  }
  ul.footer-links#footer-links-top li {
    margin-right: 1.8rem;
  }
  ul.footer-links#footer-links-top li:last-of-type {
    margin-right: 0;
  }
  ul#footer-links-bottom.footer-links li {
    color: #87979D;
    margin: 0 1rem;
  }
  ul#footer-links-bottom.footer-links li:hover {
    color: #fff;
  }
  ul#footer-links-bottom.footer-links li#flb1 {
    margin-left: 0;
  }
  ul.footer-links-lower li a {
    color: #87979D;
    font-size: 0.75em;
  }
  ul.footer-links-lower li a:hover {
    color: #fff;
  }
  ul.footer-links-lower span {
    display: inline;
    color: #87979D;
    margin: 0 0.3em;
  }
}
@media (max-width: 63.9375em) {
  ul.footer-links, ul.footer-links-lower {
    margin-left: 0 !important;
  }
  .tabs dd > a, .tabs .tab-title > a {
    font-size: 0.95rem;
  }
  .library-course-bg {
    background: #526878 url("/static/images/banners/library_courses_banner.bad3f3571964.png") no-repeat scroll center bottom;
  }
  #courses-middle {
    padding-left: 0.9375rem;
    padding-right: 0.9375rem;
  }
  .course-listing-content {
    height: 20em;
  }
}
/* Footer layout for small screens */
@media (max-width: 40em) {
  #footer-bottom ul.footer-links {
    margin: 0 !important;
    padding: 0 !important;
    font-size: 0.85em;
    color: #fff;
  }
  #footer-bottom ul.footer-links a, #footer-bottom ul.footer-links a:hover, #footer-bottom ul.footer-links a:focus, #footer-bottom ul.footer-links a:active, #footer-bottom ul.footer-links a:visited {
    color: #fff;
  }
  #footer-bottom ul.footer-links a:hover {
    text-decoration: underline;
  }
  #footer-bottom ul.footer-links li {
    text-align: center;
    list-style-type: none;
    margin: 0.5rem 2rem;
    padding: 1.5rem;
    background-color: #667F91;
    border-radius: 3px;
    position: relative;
  }
  #footer-bottom ul.footer-links li a {
    position: absolute;
    left: 0;
    right: 0;
    top: 0;
    bottom: 0;
    line-height: 3.5em;
  }
  #footer-bottom ul.footer-links-lower {
    margin-top: 2em;
    font-size: 0.875rem;
    line-height: 2rem;
  }
  #footer-bottom ul.footer-links-lower li {
    text-align: center;
    list-style-type: none;
    padding: 0em;
    background: none;
  }
  #footer-bottom ul.footer-links-lower span {
    display: none;
    height: 0px;
  }
  #footer-bottom ul.footer-links-lower a {
    color: #87979D;
    text-decoration: underline;
  }
}
@media (min-width: 64em) {
  #footer-middle {
    width: 47%;
  }
  #footer-downloads {
    width: 28%;
    -webkit-box-pack: end;
    -ms-flex-pack: end;
    justify-content: flex-end;
  }
}
#download-ignition {
  float: none;
  width: auto;
  text-align: center;
  margin: 0;
  color: #87979D;
  display: block;
  cursor: pointer;
  margin-bottom: 5px;
}
#download-ignition:hover {
  color: #fff;
}
#download-ignition:hover svg g {
  fill: #fff;
}
#download-ignition svg {
  height: 45px;
  width: 104px;
  padding: 0;
}
#download-ignition p {
  margin-bottom: 0;
  padding-left: 2px;
  text-align: left;
  color: inherit;
  font-size: 0.75em;
  line-height: 1.23;
}

/* End Footer Styles */
#get-started {
  font-size: 1.4em;
  text-transform: capitalize;
  padding: 0.6em 1.2em;
  letter-spacing: 0.1em;
  border: 1px solid #cba;
  margin: 1.4em 0 0;
}

div.reddish {
  background-color: #FEE;
}

div.greyish {
  background-color: #EEE;
}

div.greenish {
  background-color: #EFE;
}

#btnLogin {
  padding: 0.625rem 1.2rem;
}

#search-res {
  margin: 2em auto;
}

#sresult-top {
  margin: 0em 1em 2em 1em;
}

input#keyword {
  margin-bottom: 2em;
}

input#keyword {
  background-image: url("/static/css/images/find.95af623c47f7.png");
  background-size: 24px;
  background-repeat: no-repeat;
  background-position: top right;
  border: 1px solid #CCC;
}

input#keyword {
  background-image: url("/static/css/images/find.95af623c47f7.png");
  background-position: right top;
  background-repeat: no-repeat;
  background-size: 28px auto;
  border: 1px solid #CCCCCC;
  color: #444444;
  padding: 4px;
}

input#search-textX {
  background-image: url("/static/css/images/find.95af623c47f7.png");
  background-position: 95%;
  background-repeat: no-repeat;
  /*background-size: 36px auto;*/
  width: 33rem;
}

input#search-text {
  background-image: url("/static/css/images/search-med.22c8ca66d9fa.png");
  background-position: 98% !important;
  background-repeat: no-repeat;
  /*background-size: 34px auto;*/
}

#search-container input#search-text {
  /*width: 33rem;*/
  background-position: 30.6rem 0.1rem;
}

#search-panel {
  padding: 0.4rem;
}

.ui-widget select#sorting {
  padding: 0;
}

select#sorting {
  height: auto;
  font-size: 0.9rem;
}

label.inline#search-sort-label {
  padding: 0 0 0 0.2rem;
}

ul#search-results, ul#search-results2, dl#filter-list, .grouped-search-list, #course-list, .video-set ul, #popular-list, #video-meta {
  list-style-type: none;
  margin: 0;
  padding: 0;
}

.grouped-search-list {
  border-top: 1px solid #ace;
}

span.notcurrent {
  font-size: 12px;
  padding: 2px 4px;
  margin-left: 4px;
}

span.updated {
  background-color: #8dc63f;
  border-radius: 3px;
  color: #ffffff !important;
  margin-left: 9px;
  padding: 1px 6px;
}

span#results-length {
  color: #999;
}

span.video-duration {
  float: right;
  color: #999;
}

ul#search-results li, .grouped-search-list li, #popular-list li {
  padding: 0.4em 1em;
  border: 1px solid #FFF;
  margin: 0.2em 0em;
  border-radius: 0.2em;
}

ul#search-results li, .grouped-search-list li, #popular-list li {
  padding: 0em 1em;
  border: 1px solid #FFF;
  margin: 0em 0em;
  border-radius: 0.2em;
}

#popular-list li:hover {
  background: #EFEFEF;
}

dl dd {
  margin-bottom: 0em;
  line-height: 0em;
  font-size: 85%;
}

#related-courses h5 {
  color: #777;
  font-size: 0.9rem;
  font-weight: bold;
  margin-bottom: 1rem;
  text-transform: uppercase;
}

input.topics-filter[type=checkbox] {
  margin: 0rem 0.25rem 1rem 0;
}

div#overview-header {
  background-color: #AAAAAA;
  color: #333;
  text-shadow: 0 none;
  padding: 30px;
  text-align: center;
}

div#search-header {
  background-color: #AABBCC;
  text-shadow: 0 none;
  padding: 1rem 7rem 1.2rem;
  text-align: center;
  margin-bottom: 1.2rem;
  box-shadow: 0px 0px 4px #CCC;
}

div#course-overview-header, div#library-header {
  /*background: url("/static/images/banners/library_courses_banner.bad3f3571964.png") no-repeat center #526878;*/
  position: relative;
  z-index: 0;
}

div#course-overview-header {
  width: 100% !important;
  height: 100%;
  min-height: 345px;
  /*background: url("/static/images/header-1025.eda6b222c8d6.jpg") repeat center fixed;*/
  margin: 0 auto;
  /*padding: 0.4rem 7rem 0.2rem;*/
  padding-bottom: 2em;
  text-align: center;
  display: table;
  overflow: hidden;
}

div#prereqs {
  padding-bottom: 2rem;
}

div#course-overview-progress {
  padding: 2rem;
}

#start-iu-free {
  background: none repeat scroll 0 0 #88bb55;
  border: 1px solid #88bb55;
  margin: 0 0.6rem;
  padding: 1rem 2rem;
  text-shadow: 0px 1px rgb(109, 156, 63);
}

#watch-how-iu-works {
  background: none repeat scroll 0 0 transparent;
  border: 1px solid #ffffff;
  padding: 1rem 2rem;
  margin: 0 0.6rem;
}

#start-iu-free:hover {
  background: none repeat scroll 0 0 #82B640;
  border: 1px solid #ffffff;
}

#watch-how-iu-works:hover {
  background: none repeat scroll 0 0 #455C6D;
  border: 1px solid #ffffff;
}

/* Foundation override*/
input[type=text] {
  box-shadow: none !important;
}

input#top-search[type=text] {
  font-size: 0.875em;
  color: #455C6E;
  border-color: #CCCCCB;
  border-radius: 0.4rem;
  width: 250px;
  height: 34px !important;
  padding: 0 1rem;
  background-image: url("/static/css/images/search-small.70b7ac656d2b.png");
  background-position: 95%;
  background-repeat: no-repeat;
  top: 9px;
}
input#top-search[type=text]:focus {
  border: 2px solid #8FC1FE;
  border-radius: 3px;
}
input#top-search[type=text]::placeholder { /* Chrome, Firefox, Opera, Safari 10.1+ */
  color: #9B9B9B;
  opacity: 1; /* Firefox */
}
input#top-search[type=text]:-ms-input-placeholder { /* Internet Explorer 10-11 */
  color: #9B9B9B;
}
input#top-search[type=text]::-ms-input-placeholder { /* Microsoft Edge */
  color: #9B9B9B;
}

div#search-header input#search-text, div#library-header input#search-text {
  font-size: 1.2rem;
  color: #567;
  box-shadow: 1px 1px 4px #99AACC;
  border-radius: 0.4rem;
  padding: 0.4rem 1rem;
  height: auto;
}

div#search-header2 {
  padding: 1rem 0 1rem;
}

div#search-header2 input#search-text {
  border: 1px solid #445C6D;
  border-radius: 0.4rem;
  box-shadow: 1px 1px 2px #ddd;
  color: #567;
  font-size: 1.2rem;
  height: auto;
  padding: 0.4rem 1rem;
}

div#search-header2 h3 {
  font-family: museo-slab, serif;
  color: #445C6D;
}

@media (max-width: 63.9375em) {
  table.filter-table, table.filter-table td, table.filter-table tr {
    border: none !important;
    background-color: inherit !important;
  }
}
table.filter-table {
  margin-top: 2em;
}

table.filter-table td {
  border: 1px solid rgb(207, 207, 207);
  background-color: white;
  vertical-align: top;
}

table.filter-table td ul li a {
  font-size: 0.9em !important;
}

.ignition-filters, .mes-filters {
  padding-left: 0;
}

.video-result-message {
  padding-left: 1.2rem;
}

dl#filters-list dt, #search-filters h5 {
  color: #777;
  font-size: 1rem;
  margin-bottom: 1rem;
  text-transform: uppercase;
}

.video-result-message h5 {
  color: #777;
  font-size: 1rem;
  margin-bottom: 0;
  text-transform: uppercase;
}

dl#filters-list dd {
  position: relative;
  border: 0px solid #fff;
}

#search-filters {
  margin-right: 0;
  padding-right: 0;
  /*padding: 0;*/
  /*width: 28.5%;*/
}

span.topic-title {
  margin: 0;
  padding: 0;
}

div#challenge-header {
  background-color: #DDDDDD;
  color: #333;
  text-shadow: 0 none;
  text-align: center;
}

.course-wrap {
  margin-bottom: 2.5rem;
}

ul.course-lesson-list {
  color: #4E4E4E;
  list-style-type: none;
  padding: 0;
  margin: 0 0 2rem 0;
  border: 1px solid #dfdfdf;
}
ul.course-lesson-list li {
  border-bottom: 1px solid #DDD;
  position: relative;
  line-height: 1.2rem;
  padding: 0.4rem 0.2rem 0.4rem 1.8rem;
}
ul.course-lesson-list li:last-of-type, ul.course-lesson-list li.last {
  border: none !important;
}
ul.course-lesson-list li a {
  position: relative;
  left: 0;
  padding: 0 0 0 1.9rem;
  margin-left: -1.9rem;
}
ul.course-lesson-list li div.lesson-bg {
  background-color: transparent;
  background-size: 16px 16px;
  display: block;
  height: 1.5rem;
  left: 0;
  position: absolute;
  top: 0;
  width: 1.5rem;
}
ul.course-lesson-list li div.lesson-bg {
  background-position: 0.4rem 0.5rem;
  background-repeat: no-repeat;
}
ul.course-lesson-list li.li-video-watched div.lesson-bg {
  background-image: url("/static/images/icons/check-green.b29f29fdef82.svg");
}
ul.course-lesson-list li.li-video-recent div.lesson-bg {
  background-image: url("/static/images/icons/play-viewing.8db97a52a8f0.svg");
}
ul.course-lesson-list li.li-video-recent {
  background-color: #f8f6e8;
  font-weight: bold;
}
ul.course-lesson-list li.li-video-unwatched div.lesson-bg {
  background-image: url("/static/images/icons/play--default.8bfb64d7b020.svg");
}
ul.course-lesson-list li.li-video-challenge {
  background-image: url("/static/images/icons/challenge-01-filled.ebbfd59c95de.svg");
  background-position: 0.4rem 0.5rem;
  background-repeat: no-repeat;
}
ul.course-lesson-list li:hover,
ul.course-lesson-list li div.lesson-bg:hover {
  background-color: #f8f6e8;
}
ul.course-lesson-list li:hover.li-video-unwatched div.lesson-bg,
ul.course-lesson-list li div.lesson-bg:hover.li-video-unwatched div.lesson-bg {
  background-image: url("/static/images/icons/play-hover.075f2aa933e7.svg");
}
ul.course-lesson-list li:hover,
ul.course-lesson-list li div.lesson-bg:hover,
ul.course-lesson-list li div.lesson-bg, ul.course-lesson-list li.li-video-recent {
  background-color: transparent;
}
ul.course-lesson-list li a {
  position: static;
}
ul.course-lesson-list li a, ul.course-lesson-list li a:hover, ul.course-lesson-list li a:focus, ul.course-lesson-list li a:active, ul.course-lesson-list li a:visited {
  outline: none;
}
ul.course-lesson-list li[class*=video]:hover a::after {
  content: "";
  border: 1px solid #CCCCCB;
  position: absolute;
  left: calc(-1.8rem - 5px);
  right: -5px;
  top: -1px;
  bottom: -1px;
  display: inline-block;
  border-radius: 3px;
  cursor: pointer;
  background-color: rgba(191, 191, 191, 0.125);
}
ul.course-lesson-list li li.library_supplemental ul.course-lesson-list {
  padding: 0;
  margin: 0;
}
ul.course-lesson-list.videos-watched li span {
  color: #7a7a7a;
  font-size: 0.9rem;
}
ul.course-lesson-list.videos-watched li a {
  color: #4E4E4E;
  font-size: 13px;
  line-height: 16px;
}

.tpc-challenge {
  width: calc(100% - 1.8rem);
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  height: 34px;
  border-radius: 3px;
  text-align: center;
  justify-content: center;
  align-items: center;
  margin-left: auto;
  margin-top: 20px;
  background-color: #FFFFFF;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
}
.tpc-challenge, .tpc-challenge:hover, .tpc-challenge:focus, .tpc-challenge:active, .tpc-challenge:visited {
  outline: none;
  border: none;
  box-shadow: none;
  text-decoration: none;
}
@media (max-width: 40em) {
  .tpc-challenge {
    margin-left: 0;
    width: 100%;
  }
}
.tpc-challenge img {
  height: 16px;
  width: 16px;
}
.tpc-challenge span {
  color: #4E4E4E;
  font-size: 13px;
  line-height: 1;
  margin-left: 5px;
  font-family: museo-slab, serif;
}
.tpc-challenge.complete {
  background-color: #E8AF22;
  pointer-events: none;
}
.tpc-challenge.complete span {
  color: #FFFFFF;
}
.tpc-challenge.resume, .tpc-challenge.re-take {
  border: 1px solid #445C6D;
}
.tpc-challenge.resume svg, .tpc-challenge.re-take svg {
  width: 16px;
}
.tpc-challenge.resume svg path,
.tpc-challenge.resume svg polygon, .tpc-challenge.re-take svg path,
.tpc-challenge.re-take svg polygon {
  fill: #445C6D;
}
.tpc-challenge.resume:hover, .tpc-challenge.resume:focus, .tpc-challenge.re-take:hover, .tpc-challenge.re-take:focus {
  background-color: #445C6D;
}
.tpc-challenge.resume:hover span, .tpc-challenge.resume:focus span, .tpc-challenge.re-take:hover span, .tpc-challenge.re-take:focus span {
  color: #FFFFFF;
}
.tpc-challenge.resume:hover svg path,
.tpc-challenge.resume:hover svg polygon, .tpc-challenge.resume:focus svg path,
.tpc-challenge.resume:focus svg polygon, .tpc-challenge.re-take:hover svg path,
.tpc-challenge.re-take:hover svg polygon, .tpc-challenge.re-take:focus svg path,
.tpc-challenge.re-take:focus svg polygon {
  fill: #FFFFFF;
}
.tpc-challenge.resume svg polygon {
  fill: #445C6D;
}
.tpc-challenge.re-take span.attempts {
  color: #9B9B9B;
  font-size: 12px;
  font-style: italic;
}
.tpc-challenge.re-take:hover span.attempts, .tpc-challenge.re-take:focus span.attempts {
  color: #FFFFFF;
}
.tpc-challenge.re-try {
  border: 1px solid #8DC63E;
  background-color: #8DC63E;
}
.tpc-challenge.re-try:hover, .tpc-challenge.re-try:focus {
  background-color: #6da64f;
  border-color: #6da64f;
}
.tpc-challenge.re-try:hover svg .icon, .tpc-challenge.re-try:focus svg .icon {
  fill: #6da64f;
}
.tpc-challenge.re-try span {
  color: #fff;
}
.tpc-challenge.re-try svg {
  width: 1rem;
  height: 1rem;
  margin-right: 0.25em;
}
.tpc-challenge.re-try svg .icon {
  fill: #8DC63E;
}
.tpc-challenge.re-try svg .bg {
  fill: #fff;
}
.tpc-challenge.take {
  border: 1px solid #E8AF22;
}
.tpc-challenge.take:hover, .tpc-challenge.take:focus {
  background-color: #E8AF22;
}
.tpc-challenge.take:hover span, .tpc-challenge.take:focus span {
  color: #FFFFFF;
}

.topic-desc1 {
  margin: 0 auto;
  padding: 1rem 0;
}

.topic-desc1 .sub-nav dt, .topic-desc1 .sub-nav dd {
  margin-left: 0rem;
}

.course-panel {
  color: #444;
  background: #ffffff;
  text-align: left;
  margin-top: 0;
}

.course-panel p {
  color: #4E4E4E;
  font-family: "proxima-nova", "Roboto", Helvetica, Arial, sans-serif;
  font-size: 0.9rem;
  line-height: 1.3rem;
}

.course-topic-header-bg {
  background-image: url("/static/images/bg-9percent.0759f349fa35.png");
  position: relative;
  display: block;
  overflow: hidden;
  height: 5rem;
}

.course-topic-header {
  height: 5rem;
  /*margin: 0 0.2rem;*/
}

.course-topic-icon {
  background-image: url("/static/images/course-icon-ignition.617bf17b77b6.png");
  background-position: 0.8rem 0.8rem;
  background-repeat: no-repeat;
  height: 5rem;
  padding: 0.4rem 0.6rem 0.6rem 4.2rem;
}

.prereqs-topic-icon {
  background-image: url("/static/images/course-icon-ignition.617bf17b77b6.png");
  background-position: 0.8rem 0.8rem;
  background-repeat: no-repeat;
  border: 1px solid #dcdcdc;
  border-radius: 3px;
  height: 5rem;
  margin: 0 auto 0 0.4rem;
  padding: 0.4rem 0.6rem 0.6rem 4.2rem;
  width: 33%;
  display: inline-block;
}

.prereqs-topic-icon h2 a {
  float: left;
  line-height: 1.5rem;
}

.prereqs-topic-icon#prereqs1 {
  float: none;
  margin: 0 auto;
}

@media (min-width: 40em) and (max-width: 63.9375em) {
  .prereqs-topic-icon {
    width: 100%;
    margin: 0 3px 6px;
    max-width: 20rem;
  }
}
@media (max-width: 40em) {
  .prereqs-topic-icon {
    width: 100%;
    margin: 0 3px 6px;
    max-width: 16rem;
  }
}
.course-topic-header p {
  color: #334455;
  font-size: 0.8rem;
  font-weight: bold;
  text-transform: uppercase;
  margin: 0 1rem;
  padding: 0;
}

#course-container .rowX {
  background: none repeat scroll 0 0 #F8F8F5;
}

ul.topic-meta {
  margin: 0.4rem 0.3rem;
}

ul.topic-meta li {
  color: #334455;
  font-size: 0.8rem;
  line-height: 1rem;
  list-style-type: none;
  margin: 0;
  padding: 0 0 0.4rem 1.8rem;
}

ul.topic-meta li.topic-time {
  background-image: url("/static/images/icon-clock.da37499fde17.png");
  background-position: -0.1rem 0.2rem;
  background-repeat: no-repeat;
  background-size: auto auto;
}

ul.topic-meta li.topic-challenge {
  background-image: url("/static/images/icon-info.01b64c847e74.png");
  background-position: -0.2rem 0.2rem;
  background-repeat: no-repeat;
  background-size: auto auto;
}

div#overview-header {
  height: 220px;
  margin-bottom: 60px;
}

@media (min-width: 40em) {
  div#overview-header-text {
    margin-bottom: 2rem;
    /*padding: 0 2rem 0 4rem;*/
    /*padding: 0 1.75em;*/
  }
}
div#overview-secondary {
  margin-top: 20px;
  padding-top: 20px;
  color: #777;
  text-align: justify;
}

div#overview-how {
  text-align: center;
}

ul.index-course-desc {
  list-style-type: none;
  margin-left: 0.2rem;
}

ul.index-course-desc li {
  color: #888;
  font-size: 0.9em;
  font-style: italic;
}

ul.index-course-desc li {
  background-repeat: no-repeat;
  background-position: 0px 0.2em;
  padding-left: 2.2em;
}

li.time-icon {
  background-image: url("/static/images/clock.3ed8cf534df6.png");
}

li.award-icon {
  background-image: url("/static/images/trophy.a709de2bba0b.png");
}

li.flag-icon {
  background-image: url("/static/images/flag.02de61105911.png");
}

#take-the-challenge-outer {
  margin: 2em 0;
  background: url("/static/images/trophy-con-big-yellow.78131255cd21.png") no-repeat scroll 2em 2em #445C6D;
}

#take-the-challenge {
  background: #445C6D;
  background: url("/static/images/trophy-con-big-yellow.78131255cd21.png") no-repeat scroll right 1em transparent;
  background-position: right 2em center;
  color: #FFF;
  padding: 1.6em;
  text-align: center;
}

#take-the-challenge a {
  font-family: museo-slab, serif;
  color: #ffffff;
  text-decoration: underline;
}

#how-iu-works {
  background: url("/static/images/how-iu-works2.4ee0a9ebe241.png") no-repeat scroll center 3em transparent;
}

#how-iu-works {
  background: url("/static/images/courses-overview.e8a2ada4a2ef.png") no-repeat scroll center 4rem rgba(0, 0, 0, 0);
  margin: 0;
}

#how-iu-works p {
  color: #888;
  font-size: 0.9em;
  line-height: 1.4em;
  padding: 0.2em;
}

#version-selector, #versions {
  border: 1px solid rgb(181, 178, 184);
  background-color: #f8f8f5 !important;
  padding: 2px 15px 0 15px;
  height: 25px;
}

#version-selector a {
  color: black;
}

#versions {
  position: absolute;
  color: darkgrey;
  background-color: white !important;
  /*width: 321px;*/
  display: none;
}

#courses-middle {
  margin-top: 1em;
}

#courses-filters {
  height: 9.6rem;
  /*padding: 0.2rem 0 0;*/
  background: #FFF;
}

#courses-middle p, #courses-filters p {
  color: #444;
}

#courses-filters a {
  color: #444;
}

li.schools {
  border-bottom: 1px solid #AAA;
  padding-bottom: 0.4rem;
  margin-top: 0.4rem;
}

ul#choose-school, ul.filter-school {
  list-style-type: none;
  margin: 0;
  padding: 0 !important;
}

ul#choose-school {
  margin: 0 0 1.2rem 0;
  width: 100%;
}

ul#choose-school li a, ul.filter-school li a {
  padding: 2px 0px 1px 1.3rem;
  outline: none;
  color: #444;
}

ul#choose-school li {
  margin: 0;
  background-position: 0px 5px !important;
  background: url("/static/images/buttons/radio_off.c59baf2b41ec.png") no-repeat;
}

ul#choose-school li.selected {
  background: url("/static/images/buttons/radio_on.c48cfb95ad63.png") no-repeat;
}

ul li a#filter0 {
  background: url("/static/images/filterbackgrounds/filter_0007_All-Courses.fcfabf44cb2f.png") no-repeat scroll 0 4px;
  background-size: 17px;
}

ul li a#filter1 {
  background: url("/static/images/filterbackgrounds/filter_0006_Introduction-to-Ignition.167e0c2165e2.png") no-repeat scroll 0 4px;
  background-size: 17px;
}

ul li a#filter2 {
  background: url("/static/images/filterbackgrounds/filter_0005_Devices.e992a60413c3.png") no-repeat scroll 0 4px;
  background-size: 17px;
}

ul li a#filter3 {
  background: url("/static/images/filterbackgrounds/filter_0004_Databases.9fdc70fbba1e.png") no-repeat scroll 0 4px;
  background-size: 17px;
}

ul li a#filter4 {
  background: url("/static/images/filterbackgrounds/filter_0003_Data-Acquisition.e255585e65b9.png") no-repeat scroll 0 4px;
  background-size: 17px;
}

ul li a#filter5 {
  background: url("/static/images/filterbackgrounds/filter_0002_Visualization.845ddbf393e1.png") no-repeat scroll 0 4px;
  background-size: 17px;
}

ul li a#filter6 {
  background: url("/static/images/filterbackgrounds/filter_0001_Accessibility.8c4348e53e70.png") no-repeat scroll 0 4px;
  background-size: 17px;
}

ul li a#filter7 {
  background: url("/static/images/filterbackgrounds/filter_0000_Advanced.30607ae8f750.png") no-repeat scroll 0 4px;
  background-size: 17px;
}

ul li a#filter10 {
  background: url("/static/images/filterbackgrounds/mes-dot.432cc7eab009.png") no-repeat scroll 0 4px;
  background-size: 17px;
}

.mes-filters ul.filter-school li,
.ignition-filters ul.filter-school li {
  margin: 0 0 0.4rem 0;
}

ul.filter-school li {
  margin: 0.4rem 0;
}

#course-catalog h4 {
  display: inline;
}

#course-catalog .pagination {
  margin-left: 20px;
  display: inline-block;
}

.course-listing-header-ignition {
  background-color: #f3f3f3;
  background-image: url("/static/images/course-icon-ignition.617bf17b77b6.png");
  background-position: 0.4rem 0.3rem;
  background-repeat: no-repeat;
  border: 1px solid #ccc;
  border-radius: 4px;
  padding: 0.2rem 1rem 0.2rem 4rem;
  width: 20rem;
}

.course-topic-icon-ignition {
  background-image: url("/static/images/course-icon-ignition.617bf17b77b6.png");
  background-position: 0.6rem 0.6rem;
  background-repeat: no-repeat;
  /* background-size: 47px auto; */
  height: 4.8rem;
  padding: 0.4rem 0.6rem 0.6rem 4rem;
}

.course-listing-header-mes {
  margin: 0 0.2rem;
  height: 4.8rem;
}

.course-listing-content {
  background: #fefefe none repeat scroll 0 0;
  border: 1px solid #cfcfcf;
  height: 18em;
  padding: 0.4rem 1rem;
}

.course-topic-icon-mes {
  background-image: url("/static/images/course-icon-mes.54e7663588d6.png");
  background-position: 0.6rem 0.6rem;
  background-repeat: no-repeat;
  background-size: 47px auto;
  height: 4.8rem;
  padding: 0.4rem 0.6rem 0.6rem 4rem;
}

dl#filter-list dd {
  color: #4E4E4E;
  line-height: 2em;
  margin-bottom: 1em;
}

p.home-topic-link a {
  background: #e6e6e6;
  padding: 2px 8px;
  border-radius: 4px;
  line-height: 2em;
}

p.home-topic-link a:hover {
  background: #FFF;
  padding: 2px 8px;
  text-decoration: underline;
}

xli.ui-menu-item:hover, xli.ui-menu-item:hover a {
  background: #899;
}

li.ui-menu-item, li.ui-menu-item a {
  font-size: 1em;
}

input#keyword.ui-autocomplete-input {
  width: auto;
}

@media (-webkit-min-device-pixel-ratio: 0) {
  /*Chrome CSS here*/
  div.border1x {
    padding-left: 0.2em;
  }
}
.panel#library-course-description {
  padding: 0;
}

.library-header-bg, .challenge-header-bg {
  width: 100%;
}

.course-header {
  position: relative;
  height: 100px;
  padding: 16px 24px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  border-top-left-radius: 3px;
  border-top-right-radius: 3px;
}
.course-header p {
  padding: 0;
  margin: 6px 0 2px;
  color: #FFFFFF;
  font-size: 10px;
  font-weight: bold;
  letter-spacing: 0.25px;
  line-height: 12px;
  text-transform: uppercase;
}
.course-header h2 {
  margin: 0;
  color: #FFFFFF;
  font-size: 21px;
  line-height: 30px;
  font-family: museo-slab, serif;
  font-weight: 600;
  letter-spacing: normal;
}
@media (max-width: 40em) {
  .course-header h2 {
    font-size: 18px;
    line-height: 24px;
  }
}
.course-header .course-header-icon {
  width: 48px;
  height: 53px;
  padding: 0;
}
@media (max-width: 40em) {
  .course-header .course-header-icon {
    left: 1rem;
  }
}
.course-header div.header-text {
  display: inline-block;
  margin-left: 12px;
}

.button.secondary {
  background-color: #efefef;
  border: 1px solid #C3C3C3;
  color: #7a7a7a;
  padding: 0.8rem 3rem;
}

.button.secondary.prevq {
  background: none repeat scroll 0 0 #ffffff;
  border: 1px solid #445C6D;
  border-radius: 4px;
  color: #445C6D;
  font-family: "proxima-nova", "Roboto", Helvetica, Arial, sans-serif;
  font-size: 1rem;
  font-weight: bold;
  margin-top: 1rem;
  padding: 0.3rem;
  width: 48%;
}

.button.secondary.nextq {
  background: none repeat scroll 0 0 #ffffff;
  border: 1px solid #445C6D;
  border-radius: 4px;
  color: #445C6D;
  font-family: "proxima-nova", "Roboto", Helvetica, Arial, sans-serif;
  font-size: 1rem;
  font-weight: bold;
  margin-top: 1rem;
  padding: 0.3rem;
  width: 48%;
}

.button.secondary.prevq:hover, .button.secondary.nextq:hover {
  color: #244c4d;
  background-color: #dfefff;
}

.button.secondary:hover, .button.secondary:focus {
  background-color: #7a7a7a;
  color: #efefef;
}

a.whitebutton {
  color: #455c6e;
  font-family: museo-slab, serif !important;
  font-size: 0.9rem;
  letter-spacing: -0.05rem;
  border: 1px solid #455c6e;
  border-radius: 3px;
  padding: 0.6rem 1.4rem;
  width: 100%;
}

a.whitebutton:hover {
  background: #455C6D;
  outline: 1px solid #66A844;
  color: #66A844;
}

/* home page */
*, *:before, *:after {
  box-sizing: border-box;
}

*, *:before, *:after {
  box-sizing: border-box;
}

button.radius, .button.radius {
  border-radius: 3px;
}

.button.prevl, .button.nextl {
  background: none repeat scroll 0 0 #445C6D;
  border: 1px solid #dfdfdf;
  border-radius: 4px;
  color: #ffffff;
  font-family: "proxima-nova", "Roboto", Helvetica, Arial, sans-serif;
  font-size: 0.9rem;
  font-weight: bold;
  padding: 0.4rem 0.8rem;
  width: auto;
}

.button.prevl:hover, .button.nextl:hover {
  background: none repeat scroll 0 0 #56fe7f;
  color: #fffccf;
}

div#prevl-nexl {
  padding: 0rem;
}

div#prevl-nexl span {
  width: 50%;
}

div#lesson-topic-list p {
  font-size: 0.825rem;
  padding: 0;
}

button:hover, button:focus, .button:hover, .button:focus {
  color: #FFFFFF;
}

button:hover, button:focus, .button:hover, .button:focus {
  background-color: #007095;
}

button.green, input[type=submit].green, input[type=button].green {
  background-color: #8DC640 !important;
}

.course1 {
  /*padding:1.2rem 3rem;*/
  font-family: museo-slab, serif;
  margin-bottom: 1.25em !important;
}

.home1 {
  background: none repeat scroll 0 0 #4E4E4E;
  color: #FFFFFF;
  margin: 0 1rem;
  padding: 1.8rem 2.4rem;
  position: relative;
  top: 1.2rem;
}

div#hometoprow {
  margin: 5rem auto 2rem;
}

div.homemidrow {
  margin-top: 2em;
  color: #4E4E4E;
}

div.home-main .panel {
  min-height: 360px;
}

div.home-main p {
  color: #4E4E4E;
  padding: 0.2rem 1rem;
}

h5#g-started {
  color: #444;
  margin-bottom: 1rem;
  font-size: 1.3rem;
}

div.ov-wrap {
  position: relative;
  padding: 0.4rem;
}

.see-course-overview {
  bottom: -0.2rem;
  left: 0;
  margin: 0 auto;
  position: absolute;
  right: 0;
  text-align: center;
  width: 100%;
}

.see-course-overview .secondary {
  background: #FFF;
  padding: 0.4rem 2rem;
  border-radius: 4px;
}

.see-course-overview .secondary {
  background: none repeat scroll 0 0 #fff;
  border-radius: 4px;
  padding: 0.4rem 2rem;
  font-family: museo-slab, serif;
  color: #455C6D;
  border: 1px solid #455C6D;
}

.see-course-overview .secondary:hover {
  background: none repeat scroll 0 0 #fff;
  border: 1px solid #66A844;
  color: #66A844;
  outline: none;
}

[class*=column] + [class*=column]:last-child {
  float: left;
}

/**
 * Progress Bars
 */
.progress-info {
  width: 100%;
  text-align: left;
  margin-top: 25px;
  margin-bottom: 15px;
}

.progress-info, .progress-info a {
  color: #fff;
  font-size: 14px;
}

.progress-info div.progress-less-courses, .progress-info div.progress-more-courses {
  float: right;
  padding-right: 5%;
  display: inline-block;
  vertical-align: middle;
  display: none;
}

.progress-info div.progress-more-courses {
  display: block;
}

.progress-less-courses img, .progress-more-courses img {
  vertical-align: text-bottom;
}

.progress-info div {
  display: inline-block;
}

.progress-sample-block {
  width: 15px;
  height: 15px;
}

.progress-widget {
  text-align: left;
}

.progress-widget.no-progress .progress-bars, .progress-widget.no-progress .course-summary {
  opacity: 0.6;
}

.progress-bar-container {
  overflow: hidden;
  height: 180px;
}

.account-progress-container .progress-widget {
  float: left;
  /*width: 50%;*/
  margin-bottom: 20px;
}

.account-progress-container .progress-widget .course-icon {
  float: left;
  margin-top: 13px;
  vertical-align: middle;
  width: 10%;
  font-size: 14px;
}

.account-progress-container .progress-widget .course-info {
  float: left;
  width: 85%;
  margin-top: 0px;
}

#mes-panel .complete-courses h4 {
  display: none;
}

.cred-details a {
  text-decoration: underline;
}

.progress-bars {
  height: 10px;
  background: #5f6e7e;
  vertical-align: middle;
  margin-top: 5px;
}

.progress-bars div {
  height: 100%;
  display: inline-block;
  float: left;
}

.progress-complete {
  background: #8DC640;
  border-right: 1px solid #6D9C3F;
}

.progress-attempted {
  /*background: repeating-linear-gradient(45deg, #CDCDCD, #CDCDCD 4px, #B5B4B4 4px, #B5B4B4 8px);*/
  background-image: -webkit-linear-gradient(45deg, #CDCCCC 25%, #D7D6D6 25%, #D7D6D6 50%, #CDCCCC 50%, #CDCCCC 75%, #D7D6D6 75%, #D7D6D6 0);
  background-image: -moz-linear-gradient(45deg, #CDCCCC 25%, #D7D6D6 25%, #D7D6D6 50%, #CDCCCC 50%, #CDCCCC 75%, #D7D6D6 75%, #D7D6D6 0);
  background-image: linear-gradient(45deg, #CDCCCC 26%, #D7D6D6 25%, #D7D6D6 51%, #CDCCCC 50%, #CDCCCC 75%, #D7D6D6 75%, #D7D6D6 0);
  background-position: auto auto;
  -webkit-background-origin: padding-box;
  background-origin: padding-box;
  -webkit-background-clip: border-box;
  background-clip: border-box;
  -webkit-background-size: 16px 16px;
  background-size: 16px 16px;
  border-right: 1px solid #9B9EA4;
}

.progress-complete.empty, .progress-attempted.empty {
  display: none;
}

.progress-attempted.progress-end {
  border-right: 1px solid #666;
}

.course-icon .icon {
  float: left;
  width: 50px;
  height: 100%;
  margin-top: 4px;
  margin-right: 5px;
}

.progress-widget .title a {
  font-size: 14px;
  color: #ffffff;
}

.course-icon .description {
  color: #ffffff;
}

/**
 * Full width/height progress display
 */
.account-progress-container.full .progress-bars {
  border-radius: 25px;
  overflow: hidden;
}

.cred-percent span.progress-complete-text {
  font-size: 0.8125em;
}

/**
 * Compact progress bar
 */
.progress-widget.compact .course-summary {
  font-size: 12px;
  float: none;
  text-align: right;
  width: 100%;
  margin-top: 8px;
}

.progress-widget.compact {
  height: auto;
}

.progress-widget.compact .progress-bars, .progress-widget.compact .progress-bars div {
  float: none;
  margin-top: 0px;
  height: 8px;
  line-height: 5px;
}

.progress-widget.compact .progress-bars {
  width: 100%;
}

.progress-widget.compact {
  margin-top: 10px;
  margin-bottom: 10px;
}

.progress-widget.compact .course-icon {
  font-size: 12px;
  float: none;
  text-align: right;
  width: 100%;
  margin-top: 8px;
}

.progress-widget.compact .progress-complete {
  border-bottom-width: 1px;
}

.progress-widget.compact .progress-bars, .progress-widget.single .progress-bars {
  background: #DEDEDC;
}

/**
 * Single Progress Bar Widget
 */
/*.single .course-summary {*/
/*width: 25%;*/
/*}*/
.course-summary {
  float: left;
  vertical-align: middle;
  /*width: 39%;*/
  font-size: 14px;
}

.progress-widget.single .progress-widget {
  width: 100%;
  height: 60px;
}

.progress-widget.single .progress-bars {
  float: left;
  width: 100%;
  height: 21px;
  margin-top: 15px;
  background: #DEDEDC;
  vertical-align: middle;
  border-radius: 0;
}

.course-summary .icon {
  float: left;
  width: 50px;
  height: 100%;
  margin-top: 4px;
  margin-right: 5px;
}

.progress-widget.single .progress-info {
  margin: 0;
  margin-top: 8px;
  padding: 0;
  font-size: 12px;
  color: #7a7a7a;
}

.progress-widget.single .progress-complete {
  margin-bottom: 5px;
}

.progress-widget.single .course-icon {
  width: 25%;
}

img.desaturate {
  filter: url("data:image/svg+xml;utf8,<svg xmlns='http://www.w3.org/2000/svg'><filter id='grayscale'><feColorMatrix type='matrix' values='0.3333 0.3333 0.3333 0 0 0.3333 0.3333 0.3333 0 0 0.3333 0.3333 0.3333 0 0 0 0 0 1 0'/></filter></svg>#grayscale"); /* Firefox 10+ */
  filter: gray; /* IE6-9 */
  -webkit-filter: grayscale(100%); /* Chrome 19+ & Safari 6+ */
  -webkit-transition: all 0.6s ease; /* Fade to color for Chrome and Safari */
  -webkit-backface-visibility: hidden; /* Fix for transition flickering */
}

/**
 * Favorite buttons
 */
.favorite {
  background: url("/static/images/icons/heart-off.1716d7539647.png") no-repeat scroll 0 0 transparent;
  padding: 0px;
  margin: -0.125rem 0 0 0.5rem;
  border: 0 none !important;
  outline: none !important;
  width: 18px;
  height: 15px;
  vertical-align: middle;
}

.favorite:hover {
  background-color: transparent;
}

.favorite.active {
  background: url("/static/images/icons/heart-on.b7e9c879bc11.png") no-repeat scroll 0 0 transparent;
}

button.favorite, button.favorite:focus, button.favorite:hover {
  background-color: transparent;
}

.course-listing-header .favorite {
  margin: 3px;
}

.results-left {
  width: 85%;
  float: left;
  position: relative;
}

.results-right .search-favorite {
  text-align: right;
  float: right;
}

.sort-nav {
  text-align: right;
  /*padding-right: 40px;*/
  font-size: 14px;
  margin-top: 5px;
}

.sort-nav a {
  color: #888;
}

.sort-nav a.active {
  font-weight: bold;
  color: #444;
}

/**
 * Arrow navigation
 */
.previous-arrow.g {
  width: 9px;
  height: 16px;
  background: url("/static/images/icons/arrow-g-left-off.bb73a6f848ad.png");
  display: inline-block;
  vertical-align: middle;
}

.previous-arrow.g.active {
  background: url("/static/images/icons/arrow-g-left.29d1fc826e56.png");
}

.next-arrow.g {
  width: 9px;
  height: 16px;
  background: url("/static/images/icons/arrow-g-right-off.6f6c59e6725d.png");
  display: inline-block;
  vertical-align: middle;
}

.next-arrow.g.active {
  background: url("/static/images/icons/arrow-g-right.2a834e954596.png");
}

/**
 * Tooltip styling
 */
.ui-tooltip, .arrow:after {
  background: #445C6D;
  border: 0 none;
}

.ui-tooltip {
  padding: 10px 20px;
  color: white;
  border-radius: 4px;
  font: normal 0.9rem "proxima-nova", "Roboto", Helvetica, Arial, sans-serif;
  box-shadow: 0 0 4px #AAA;
}

.text-link {
  color: #4A90AD;
  text-decoration: none;
}
.text-link:hover {
  text-decoration: underline;
}

.arrow {
  width: 70px;
  height: 16px;
  overflow: hidden;
  position: absolute;
  left: 51%;
  margin-left: -35px;
  bottom: -16px;
}

.arrow.top {
  top: -16px;
  bottom: auto;
}

.arrow.left {
  left: 20%;
}

.arrow:after {
  content: "";
  position: absolute;
  left: 20px;
  top: -20px;
  width: 25px;
  height: 25px;
  box-shadow: 6px 5px 9px -9px black;
  -webkit-transform: rotate(45deg);
  -ms-transform: rotate(45deg);
  transform: rotate(45deg);
}

.arrow.top:after {
  bottom: -20px;
  top: auto;
}

.right-off-canvas-toggle.menu-icon {
  float: right;
}

.top-bar .toggle-topbar.menu-icon a::after {
  content: "";
  position: absolute;
  right: 0;
  display: block;
  width: 16px;
  top: 0;
  height: 0;
  -webkit-box-shadow: 1px 10px 1px 1px #202020, 1px 16px 1px 1px #202020, 1px 22px 1px 1px #202020;
  box-shadow: 0 10px 0 1px #202020, 0 16px 0 1px #202020, 0 22px 0 1px #202020;
}

nav.tab-bar {
  background: url("/static/images/Logo-IU®.7ac736165202.svg") no-repeat scroll 1rem center #fff;
  background-size: 128px 32px;
  box-shadow: 0 0 3px #aaa;
  height: 63px;
}

a.menu-icon span {
  -webkit-box-shadow: 1px 10px 1px 1px #488FB9, 1px 16px 1px 1px #488FB9, 1px 22px 1px 1px #488FB9;
  box-shadow: 0 10px 0 1px #488FB9, 0 16px 0 1px #488FB9, 0 22px 0 1px #488FB9;
  top: 0.425rem;
}

#menu-label {
  color: #455C6D;
  font-weight: bold;
  position: absolute;
  right: 3rem;
  top: 0.025rem;
}

.tab-bar .menu-icon span::after {
  margin-top: -3.3rem !important;
}

a.menu-icon span {
  background: #fff url("/static/images/icons/mobile-menu2x.b12031346f42.png") no-repeat scroll 4px 7px/22px 18px;
  box-shadow: inherit;
  display: block;
  height: 42px;
  left: 10px;
  position: absolute;
  top: 6px;
  width: 33px;
}

.tab-bar .menu-icon {
  height: 100%;
  width: auto;
  display: inline-block;
  text-indent: unset;
  padding: 15px 12px;
  line-height: 1;
}

#ui-off-canvas-menu.right-off-canvas-menu {
  background: none repeat scroll 0 0 #FFFFFF;
  color: #357;
}

#ui-off-canvas-menu.right-off-canvas-menu input[type=text] {
  margin: 0 0 0;
}

#ui-off-canvas-menu.right-off-canvas-menu form {
  margin: 0 0 0;
}

#ui-off-canvas-menu.right-off-canvas-menu a {
  color: #4A90AD;
}

#ui-off-canvas-menu.right-off-canvas-menu a:active,
#ui-off-canvas-menu.right-off-canvas-menu a:hover {
  background: #FFFFFF;
}

#ui-off-canvas-menu.right-off-canvas-menu ul.off-canvas-list li a {
  border-bottom: 0 none;
  display: block;
  padding: 0.33rem 1rem;
}

#ui-off-canvas-menu.right-off-canvas-menu ul.off-canvas-list li.off-canvas-label {
  color: #445C6D;
  text-transform: uppercase;
  padding: 1rem 0.333rem 0.5rem 1rem;
  font-family: "proxima-nova", "Roboto", Helvetica, Arial, sans-serif;
  font-size: 10px;
  font-weight: 600;
  line-height: 12px;
}

#ui-off-canvas-menu.right-off-canvas-menu p {
  color: #4E4E4E;
  font-family: "proxima-nova", "Roboto", Helvetica, Arial, sans-serif;
  font-size: 12px;
  font-weight: 200;
  line-height: 18px;
  margin: 0 0 0.33rem 0;
  padding: 0 1.33rem 0 1rem;
}

input#off-canvas-search {
  border-top: 0;
  border-left: 0;
  border-right: 0;
  color: #9B9B9B;
}

input#off-canvas-search:focus::placeholder {
  color: transparent;
}

input#off-canvas-search:focus {
  background: none;
}

#ui-off-canvas-menu.right-off-canvas-menu ul.off-canvas-list li.off-canvas-label:hover {
  background: #FFFFFF !important;
}

.move-left a.exit-off-canvas {
  box-shadow: -3px 0 3px #ddd, 3px 0 3px #ddd;
}

ul#courses-dropdown, ul#drop1 {
  background-color: #FFFFFF;
  border: 0 none;
  border-radius: 4px;
  box-shadow: 1px 1px 6px #9B9B9B;
  min-width: 320px;
  padding: 0;
  top: 52px !important;
}

ul#drop1 {
  min-width: 220px;
}

ul#courses-dropdown:hover, ul#drop1:hover {
  background-color: #FFFFFF;
}

.top-bar-section ul#courses-dropdown li,
ul#drop1 li {
  margin: 0;
  padding: 0;
}

ul#courses-dropdown li:hover,
ul#drop1 li:hover {
  background-color: #F5F5F5;
}

ul#courses-dropdown > li:first-child {
  border-bottom: 1px solid #D8D8D8;
}

ul#courses-dropdown > li:last-child {
  border-top: 1px solid #D8D8D8;
  padding-bottom: 0.5rem;
}

ul#courses-dropdown.open::before {
  left: 28px;
}

ul#courses-dropdown.open::after {
  left: 27px;
}

ul#courses-dropdown li h6 {
  color: #445C6D;
  font-family: "proxima-nova", "Roboto", Helvetica, Arial, sans-serif;
  font-size: 16px;
  font-weight: 400;
  line-height: 26px;
  margin-bottom: 0;
}

ul#courses-dropdown li p {
  color: #4E4E4E;
  font-family: "proxima-nova", "Roboto", Helvetica, Arial, sans-serif;
  font-size: 12px;
  font-weight: 300;
  line-height: 18px;
  margin-bottom: 0.5rem;
}

ul#courses-dropdown li a,
ul#courses-dropdown li a:hover,
ul#courses-dropdown li a:focus {
  border: 0 none;
  padding: 1rem 1rem 0.5rem;
}

/* remove x button from IE search input field */
input.rounded::-ms-clear, input#search-text::-ms-clear {
  display: none;
}

.no-pad-left {
  padding-left: 0;
}

.no-margin-left {
  margin-left: 0;
}

.no-pad-right {
  padding-right: 0;
}

.no-margin-right {
  margin-right: 0;
}

.inline {
  display: inline !important;
}

@media (max-width: 63.9375em) {
  #courses-middle {
    padding-left: 0.9375rem;
    padding-right: 0.9375rem;
  }
  .course-listing-content {
    height: 20em;
  }
  .topic-desc1 {
    padding: 1rem 0.9375rem;
  }
}
@media (max-width: 470px) {
  div#course-overview-header {
    min-height: 445px;
  }
}
/*
 *
 * Whats New Video and Modal Overlay
 *
 */
.course-whats-new {
  border: 1px solid #cfcfcf;
  padding: 20px;
}

.course-whats-new h4,
.course-whats-new p,
.course-whats-new a {
  color: #ffffff !important;
}

.course-whats-new h4 {
  display: block !important;
  font-family: museo-slab, serif;
  font-size: 1.1em;
  letter-spacing: 0.32px;
  line-height: 30px;
  margin-bottom: 20px !important;
  text-transform: none;
}

#play-whats-new {
  margin-top: 40px;
}

#play-whats-new img {
  width: 60px;
}

/* Modal background overlay */
.whats-new-overlay {
  background-color: rgba(0, 0, 0, 0.75);
  height: 0;
  left: 0;
  overflow-x: hidden;
  position: fixed;
  top: 0;
  width: 100%;
  z-index: 201;
}

.whats-new-overlay .closebtn {
  font-size: 60px !important;
  position: absolute;
  right: 70px;
  left: unset;
  top: 20px;
  padding: 30px;
  margin: 0;
  display: block;
  color: #fff !important;
}

/* Position the content inside the overlay */
.whats-new-video-content {
  margin-top: 30px;
  position: relative;
  text-align: center;
  top: 20%;
  width: 100%;
}

@media (max-width: 40em) {
  .whats-new-video-content {
    top: 10%;
  }
  .whats-new-overlay .closebtn {
    font-size: 40px;
    right: 15px;
    top: 0;
  }
  #whats-new-video-container iframe {
    width: 94%;
  }
}
@media only screen and (max-width: 420px) {
  #whats-new-video-container iframe {
    height: inherit;
    width: 100%;
  }
}
.hero-heading {
  margin-bottom: 0;
}

.title-font {
  font-family: museo-slab, serif;
}

.exit-off-canvas {
  display: none;
}

.offcanvas-overlap .exit-off-canvas,
.offcanvas-overlap .exit-off-canvas:hover {
  box-shadow: none;
  border: none;
  opacity: 0.94;
  background-color: #445C6D;
}
.offcanvas-overlap .exit-off-canvas span,
.offcanvas-overlap .exit-off-canvas:hover span {
  display: block;
  position: absolute;
  font-size: 22px;
  font-weight: bold;
  color: #FFFFFF;
  top: 14px;
  right: calc(15.625rem + 25px);
}
.offcanvas-overlap .right-off-canvas-menu {
  overflow: visible;
}
.offcanvas-overlap .right-off-canvas-menu:before {
  pointer-events: none;
  content: "✕";
  display: block;
  position: absolute;
  font-size: 24px;
  font-weight: bold;
  color: #FFFFFF;
  top: 14px;
  left: -40px;
}

[class*=-primary] {
  background-color: #8DC63E;
  border: 1px solid #8DC63E;
  font-family: museo-slab, serif;
  display: inline-block;
  border-radius: 3px;
  text-align: center;
  font-weight: 700;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
}
[class*=-primary], [class*=-primary]:hover, [class*=-primary]:focus, [class*=-primary]:active, [class*=-primary]:visited {
  color: #fff;
}
[class*=-primary]:hover, [class*=-primary]:focus {
  background-color: #6da64f;
  border-color: #6da64f;
  color: #ffffff;
}
[class*=-primary]:hover svg .icon, [class*=-primary]:focus svg .icon {
  fill: #6da64f;
}
[class*=-primary] svg {
  fill: currentColor;
  line-height: 1;
  vertical-align: middle;
  width: 1rem;
  height: 1rem;
  margin-right: 0.25em;
}
[class*=-primary] svg .icon {
  fill: #8DC63E;
}
[class*=-primary] svg .bg {
  fill: #fff;
}
[class*=-primary] span {
  color: inherit;
  vertical-align: middle;
}
[class*=-primary].disabled {
  pointer-events: none;
  cursor: none;
  color: rgba(255, 255, 255, 0.35);
  background-color: rgba(141, 198, 63, 0.35);
}
[class*=-primary][class^=small] {
  font-size: 13px;
  line-height: 16px;
  padding: 8px 16px;
}
[class*=-primary][class^=medium] {
  font-size: 15px;
  line-height: 18px;
  padding: 11px 16px;
}
[class*=-primary][class^=large] {
  font-size: 16px;
  line-height: 26px;
  padding: 15px 32px;
}
@media (max-width: 40em) {
  [class*=-primary][class^=large] {
    font-size: 15px;
    padding: 11px 16px;
  }
}

[class*=-secondary] {
  background-color: transparent;
  border: 1px solid #445C6D;
  font-family: museo-slab, serif;
  display: inline-block;
  border-radius: 3px;
  text-align: center;
  font-weight: 700;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
}
[class*=-secondary], [class*=-secondary]:hover, [class*=-secondary]:focus, [class*=-secondary]:active, [class*=-secondary]:visited {
  color: #445C6D;
}
[class*=-secondary]:hover, [class*=-secondary]:focus {
  background-color: #445C6D;
  color: #ffffff;
}
[class*=-secondary] svg {
  fill: currentColor;
  margin: 0 5px;
  line-height: 1;
  width: 8px;
  height: 11px;
}
[class*=-secondary] span {
  color: inherit;
  vertical-align: middle;
}
[class*=-secondary].disabled {
  pointer-events: none;
  cursor: none;
  color: rgba(68, 92, 109, 0.35);
  border: 1px solid rgba(68, 92, 109, 0.35);
  background-color: #FFFFFF;
}
[class*=-secondary][class^=small] {
  font-size: 13px;
  line-height: 16px;
  padding: 8px 16px;
}
[class*=-secondary][class^=medium] {
  font-size: 15px;
  line-height: 18px;
  padding: 11px 16px;
}
[class*=-secondary][class^=large] {
  font-size: 16px;
  line-height: 26px;
  padding: 15px 32px;
}
@media (max-width: 40em) {
  [class*=-secondary][class^=large] {
    font-size: 15px;
    padding: 11px 16px;
  }
}

[class*=-secondary-white] {
  background-color: #445C6D;
  border: 1px solid #ffffff;
  font-family: museo-slab, serif;
  font-size: 13px;
  padding: 8px 16px;
  display: inline-block;
  border-radius: 3px;
  line-height: 1;
  text-align: center;
  font-weight: 700;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
}
[class*=-secondary-white], [class*=-secondary-white]:hover, [class*=-secondary-white]:focus, [class*=-secondary-white]:active, [class*=-secondary-white]:visited {
  color: #fff;
}
[class*=-secondary-white]:hover, [class*=-secondary-white]:focus {
  background-color: #FFFFFF;
  color: #445C6D;
  border: 1px solid #445C6D;
}
[class*=-secondary-white] svg {
  fill: currentColor;
  margin: 0 5px;
  line-height: 1;
}
[class*=-secondary-white].disabled {
  pointer-events: none;
  cursor: none;
  color: #FFFFFF;
  border: 1px solid rgba(68, 92, 109, 0);
  background-color: rgba(68, 92, 109, 0.35);
}
[class*=-secondary-white][class^=small] {
  font-size: 13px;
  line-height: 16px;
  padding: 8px 16px;
}
[class*=-secondary-white][class^=medium] {
  font-size: 15px;
  line-height: 18px;
  padding: 11px 16px;
}
[class*=-secondary-white][class^=large] {
  font-size: 16px;
  line-height: 26px;
  padding: 15px 32px;
}
@media (max-width: 40em) {
  [class*=-secondary-white][class^=large] {
    font-size: 15px;
    padding: 11px 16px;
  }
}

.breadcrumbs > * {
  font-size: 14px;
  line-height: 17px;
}

/* course lesson listing component */
ul.course-lesson-list {
  margin-top: 0.5em;
  border: none;
}
ul.course-lesson-list li {
  padding: 0.4rem 0.2rem 0.4rem 0;
  margin-left: 1.8rem;
}
ul.course-lesson-list li.li-video-challenge {
  background-image: none;
}
ul.course-lesson-list li.li-video-challenge .challenge-bg {
  left: -35px;
  background-image: url("/static/images/icons/challenge-01-filled.ebbfd59c95de.svg");
  background-position: 0.4rem 0.5rem;
  background-repeat: no-repeat;
  background-color: transparent;
  display: block;
  height: 1.5rem;
  position: absolute;
  top: 0;
  width: 1.5rem;
}
ul.course-lesson-list li.library_supplemental {
  margin-left: 0;
  padding: 0;
}
ul.course-lesson-list li.library_supplemental h4 {
  margin-top: 1.5rem;
  margin-left: 1.8rem;
  margin-bottom: 8px;
  font-size: 13px;
  line-height: 16px;
  color: #4E4E4E;
  text-transform: none;
  letter-spacing: 0;
  font-family: "proxima-nova", "Roboto", Helvetica, Arial, sans-serif;
}
@media (max-width: 40em) {
  ul.course-lesson-list li.library_supplemental h4 {
    margin-top: 2rem;
    margin-left: 0;
  }
}
ul.course-lesson-list li div.lesson-bg {
  left: -35px;
}
ul.course-lesson-list li div.lesson-time {
  float: right;
  font-size: 12px;
  font-weight: 600;
  line-height: 20px;
}

.version-drop-down {
  display: inline-flex;
  justify-content: center;
  align-items: center;
  position: relative;
  cursor: pointer;
  border: 1px solid transparent;
  border-radius: 3px;
  padding: 5px 24px 5px 7px;
  user-select: none;
}
.version-drop-down:hover, .version-drop-down.expanded {
  border: 1px solid #CCCCCB;
}
.version-drop-down::after {
  content: "";
  position: absolute;
  right: 0;
  top: 10px;
  width: 24px;
  height: 5px;
  background-image: url("/static/images/icons/dropdown-arrow.caf75e722bd1.svg");
  background-repeat: no-repeat;
  background-size: 34px 5px;
  background-position: center center;
  -webkit-transition: all 0.2s ease;
  -o-transition: all 0.2s ease;
  transition: all 0.2s ease;
}
.version-drop-down.expanded:after {
  -webkit-transform: rotate(-180deg);
  -ms-transform: rotate(-180deg);
  transform: rotate(-180deg);
  margin-top: -1px;
}
.version-drop-down p {
  display: inline-block;
  color: #4E4E4E;
  font-size: 12px;
  margin: 0;
}
.version-drop-down p span {
  font-weight: bold;
}
.version-drop-down .version-dd-content {
  list-style: none;
  margin: 0;
  background-color: #FFFFFF;
  display: none;
  width: auto;
  position: absolute;
  z-index: 999;
  border: 1px solid #d1d3d4;
  border-radius: 3px;
  top: 24px;
  left: -1px;
  right: -15px;
}
.version-drop-down .version-dd-content li {
  padding: 2px 10px;
}
.version-drop-down .version-dd-content li:hover {
  background-color: #F2F2F2;
}
.version-drop-down .version-dd-content li a {
  color: #4E4E4E;
  font-size: 12px;
  font-family: "proxima-nova", "Roboto", Helvetica, Arial, sans-serif;
}
.version-drop-down .version-dd-content li a:hover {
  text-decoration: none !important;
}
.version-drop-down .version-dd-content li .new-version {
  font-size: 8px;
  color: #4A90AD;
  text-transform: uppercase;
  line-height: 1;
  position: relative;
  display: inline-block;
  top: -1px;
  right: -5px;
}

.video-container {
  width: 100%;
  position: relative;
  padding-bottom: 56.28140704%; /* not exactly 16:9 */
  height: 0;
}
.video-container iframe {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}

.video-controls {
  background-color: #9B9B9B;
  width: 100%;
  height: 48px;
  padding: 0 20px;
  margin-top: -1px;
  margin-bottom: 2rem;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  position: relative;
  border-radius: 0 0 3px 3px;
}
@media screen and (max-width: 700px) {
  .video-controls {
    margin-bottom: 25px;
  }
}
.video-controls div.separator {
  display: block;
  width: 1px;
  height: 24px;
  border-left: 1px solid #fff !important;
  cursor: default !important;
}
.video-controls .video-share-container {
  opacity: 0.75;
}
.video-controls .video-share-container:hover {
  opacity: 1;
  cursor: pointer;
}
.video-controls .video-share-container .video-share {
  height: 19px;
  width: 27px;
  background-image: url("/static/images/icons/Lesson-Share.d7d01bdb4cbb.svg");
  background-size: contain;
  background-position: top left;
  background-repeat: no-repeat;
  margin-bottom: 3px;
}
.video-controls .video-share-container span {
  color: white;
  font-size: 14px;
  line-height: 17px;
  margin-right: 8px;
}
.video-controls .like-buttons {
  opacity: 0; /* hiding for now, we are not building these yet */
}
.video-controls .like-buttons .thumbsdown,
.video-controls .like-buttons .thumbsup {
  display: block;
  width: 24px;
  height: 24px;
  margin-bottom: 0;
}
.video-controls .like-buttons .thumbsdown {
  margin-left: 1rem;
}
.video-controls .like-buttons .thumbsup {
  margin-right: 1rem;
}
.video-controls p {
  margin: 0;
}

.ui-tooltip {
  /* Hides Vimeo embed player tooltip */
  display: none !important;
}

@media screen and (device-width: 720px) and (device-height: 1280px) and (-webkit-device-pixel-ratio: 2) {
  /* Samsung S3 */
  ul#options-tf li.prev-selected.option-selected, ul#options-mc li.prev-selected.option-selected {
    background: url("/static/images/icons/challenge_selected.3c53beb44f72.png") no-repeat scroll right 1rem center #d6d6d6;
    border-radius: 0;
    color: #335566;
  }
}
.supplemental-wrapper {
  /* Course Page specific styling */
  /* Library Page specific styling */
}
.supplemental-wrapper ul.supplemental,
.supplemental-wrapper table.supplemental {
  display: none;
  border-bottom: none;
  margin: 0;
}
.supplemental-wrapper ul.supplemental p {
  margin-bottom: 0;
  margin-left: 0.6em;
}
.supplemental-wrapper ul.supplemental li,
.supplemental-wrapper table.supplemental tr {
  transition: all 0.25s;
  -webkit-transition: all 0.25s;
  border: none;
}
.supplemental-wrapper table.supplemental tr {
  display: table-row;
}
.supplemental-wrapper table.supplemental td {
  padding: 0.3625rem 0;
}
.supplemental-wrapper ul.supplemental li.hidden,
.supplemental-wrapper table.supplemental tr.hidden {
  height: 0;
  padding: 0;
  margin: 0;
  /*display: none;*/
  visibility: hidden;
  display: none;
  /*transition: all 1s;*/
  /*-webkit-transition: all 1s*/
}
.supplemental-wrapper ul.supplemental li.transition a,
.supplemental-wrapper table.supplemental tr.transition a {
  color: #d7d8d9 !important;
  cursor: default;
}
.supplemental-wrapper ul.supplemental li.transition:hover,
.supplemental-wrapper table.supplemental tr.transition:hover {
  background-color: transparent;
}
.supplemental-wrapper a.moresupplemental,
.supplemental-wrapper a.hidesupplemental {
  text-align: center;
  border: 1px solid #455C6C;
  background-color: #455C6C;
  padding: 0.4rem 0.2rem 0.4rem 1.8rem;
  color: #fff;
  font-size: 0.9rem;
  transition: padding 0.2s;
  width: 100%;
  display: inline-block;
  position: relative;
  /*top: -1.2em;*/
}
.supplemental-wrapper a.moresupplemental:after,
.supplemental-wrapper a.hidesupplemental:after {
  content: "»";
  display: inline-block;
  transition: margin-left 0.1s;
}
.supplemental-wrapper a.moresupplemental:hover:after,
.supplemental-wrapper a.hidesupplemental:hover:after {
  margin-left: 0.4em;
}
.supplemental-wrapper a.hidesupplemental {
  top: 0 !important;
}
.supplemental-wrapper div.course_supplemental h4 {
  margin-left: 0.8em;
}
.supplemental-wrapper div.course_supplemental ul {
  border: none;
  margin: 0;
  padding-top: 0;
}
.supplemental-wrapper div.course_supplemental li a:link,
.supplemental-wrapper div.course_supplemental li a:active,
.supplemental-wrapper div.course_supplemental li a:visited,
.supplemental-wrapper div.course_supplemental li a:hover {
  margin-left: 2.6em;
  color: #334455;
}
.supplemental-wrapper div.course_supplemental li:hover {
  background-color: inherit;
}
.supplemental-wrapper div.course_supplemental a.moresupplemental {
  width: 100%;
  margin-left: 0;
  /*margin-bottom: -1em;*/
}
.supplemental-wrapper div.library_supplemental ul {
  margin: 0;
  padding-top: 0;
}
.supplemental-wrapper div.library_supplemental li a:link,
.supplemental-wrapper div.library_supplemental li a:active,
.supplemental-wrapper div.library_supplemental li a:visited,
.supplemental-wrapper div.library_supplemental li a:hover {
  margin-left: 1.3em;
  color: #334455;
}
.supplemental-wrapper div.library_supplemental a.moresupplemental {
  width: 100%;
  margin-left: 0;
}
.supplemental-wrapper div.library_supplemental, .supplemental-wrapper div.course_supplemental {
  overflow: hidden;
  margin-bottom: 1em;
}
.supplemental-wrapper div.course_supplemental {
  background: transparent none repeat scroll 0 0;
  border: 0 none;
  display: block;
  margin-bottom: 1em;
  margin-top: 0.5em;
}
.supplemental-wrapper div.library_supplemental ul li.row2,
.supplemental-wrapper div.course_supplemental ul li.row2 {
  background-color: #F9F9F9;
}
.supplemental-wrapper table {
  border: none;
  background: inherit;
}
.supplemental-wrapper table.supplemental td.watched-or-not {
  padding: 0;
}
.supplemental-wrapper table.supplemental .supplemental-title a {
  color: #4E4E4E;
  font-size: 13px;
  line-height: 16px;
}
.supplemental-wrapper table.supplemental .supplemental-title + td {
  font-size: 12px;
  font-weight: 600;
  line-height: 14px;
  padding: 0 3.2px 0 0;
}

div#course-overview-header {
  display: inherit;
}

#iu-filters .filter-bar {
  background: transparent none repeat scroll 0 0;
  height: auto;
  padding: 0;
}

#filterbar {
  background: #e6e7e8 none repeat scroll 0 0;
  border-bottom: 1px solid #d1d3d4;
  color: #666666;
  font-family: "proxima-nova", "Roboto", Helvetica, Arial, sans-serif;
  font-size: 0.875em;
  height: 3.75em;
  padding: 0;
  width: 100%;
  z-index: 200;
}

#filterbar.fixed2top {
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
}

#filterbar form {
  margin: 0;
}

.filter {
  display: inline;
}

.filter select {
  float: left;
}

.filter label {
  display: inline;
  float: left;
  margin-right: 1.5em;
}

#filterbar select,
#filterbar input,
#filterbar label,
#filterbar span,
#filterbar p,
#filterbar a {
  color: #666666 !important;
  outline: 0 none;
}

.filter a {
  font-weight: 600;
  width: 8em;
  display: inline-block;
  float: right;
  background: transparent url("/static/images/select-arrow.94fd0625cf6a.png") no-repeat;
  background-position-x: 97%;
  background-position-y: center;
  background-size: 9%;
  margin-top: 1.3em;
}

div.circle {
  border-radius: 50%;
  display: inline-block;
  height: 1.06em;
  margin-right: 0.5em;
  position: relative;
  top: 0.1em;
  width: 1em;
}

div.circle.all {
  background-color: #e5e5e5 !important;
  border: 1px solid #b8b9ba;
}

ul#ul-filters {
  display: table;
  margin: 0;
  padding: 0;
  width: 100%;
}

ul#ul-filters li.version-content {
  background: transparent none repeat scroll 0 0;
  border: 0 solid #ada;
  display: table-cell;
  font-size: 0.8125em !important;
  height: 2.875em;
  list-style-type: none;
  margin: 0;
  padding: 0;
}

ul#ul-filters li.version-contentx:hover {
  background-color: #d6d6d6;
}

ul#ul-filters li.version-content.grouped {
  color: #666666 !important;
  font-weight: bold;
  text-transform: uppercase;
}

ul#ul-filters li#version-filter {
  width: 12em;
  padding-left: 0;
}

ul#ul-filters li#school-filter {
  /*display: none;*/
  width: 15.4em;
}

ul#ul-filters li#group-filter {
  width: 17em;
}

ul.inline {
  float: right;
  font-weight: normal;
  text-transform: none;
}

/*.top-bar-section {*/
/*top: 0;*/
/*}*/
ul.inline a,
ul.inline2 a {
  font-size: 0.825em;
  outline: 0 none;
}

.inner-version-contentx {
  margin: 0;
  padding: 0;
}

li#version-filter .inner-version-content {
  border-right: 1px solid #aaa;
  margin: 16px 10px 10px 0;
  padding: 0 0 0 0;
}

li#school-filter .inner-version-content {
  border-right: 1px solid #aaa;
  margin: 0;
  padding: 0 0 0 6px;
}

li#group-filter .inner-version-content {
  border-right: 1px solid #aaa;
  margin: 0;
  padding: 0 0 0 14px;
}

li#download-materials .inner-version-content {
  border-right: 1px solid #aaa;
  margin: 0;
  padding: 0 16px 0 14px;
}

li#supplemental-checkbox .inner-version-content {
  margin: 10px;
  padding: 0 0 0 2px;
}

li#download-materials a img {
  height: 14px;
  margin: 0 10px 0 0;
  padding: 0;
  vertical-align: text-top;
  width: 16px;
}

#id_supplemental2 {
  float: left;
  margin: 0 10px 0 0;
  padding: 0;
  position: relative;
  top: 3px;
  vertical-align: text-top;
}

.current-selection {
  background: transparent url("/static/images/select-arrow.94fd0625cf6a.png") no-repeat scroll right 12px center/10px 6px;
  border-left: 1px solid transparent;
  border-right: 1px solid transparent;
  border-top: 1px solid transparent;
  float: right;
  height: 4.1em;
  margin-left: 0;
  margin-top: -1.27em;
  padding: 1.1em 20px 1em 0;
  right: 0;
  text-transform: capitalize;
  top: 0;
  width: auto;
}

.current-selection:hover {
  background: white url("/static/images/select-arrow.94fd0625cf6a.png") no-repeat scroll right 12px center/10px 6px;
  border-left: 1px solid #ccc;
  border-right: 1px solid #ccc;
  border-top: 1px solid transparent;
}

.filter-bar li .current-selection a {
  outline: 0 none;
  padding: 17px 12px 21px !important;
}

.filter-bar li .current-selection a:hover {
  outline: 0 none;
  padding: 17px 12px 21px !important;
}

.top-bar li.version-content a.version-filter,
.top-bar li.version-content a.school-filter,
.top-bar a.groupx {
  padding: 6px 13px !important;
  text-transform: capitalize;
}

#ul-filters .f-dropdown {
  margin-top: -1px;
}

#ul-filters .f-dropdown::before,
#ul-filters .f-dropdown::after {
  -moz-border-bottom-colors: none;
  -moz-border-left-colors: none;
  -moz-border-right-colors: none;
  -moz-border-top-colors: none;
  border-image: none;
  border-style: none;
  border-width: 0;
}

.f-dropdown li {
  font-size: 1em;
  line-height: 2em;
  margin: 0;
  padding-right: 13px;
}

ul#id_version.f-dropdown {
  border-top: 1px solid transparent;
  margin-left: -1px;
  width: 8.9em;
}

ul#id_school.f-dropdown {
  border-top: 1px solid transparent;
  margin-left: -39px;
  width: 10em;
}

.dropdown ul.id_group2.f-dropdown {
  margin-left: 21px;
}

.dropdown ul.id_group2.f-dropdown li {
  text-align: left;
}

.dropdown .id_group2 {
  /*width: 100%;*/
  border-top: 1px solid transparent;
  list-style: outside none none;
  min-width: 21.2em !important;
  white-space: nowrap;
}

.dropdown ul.id_group2 li.grouping1 {
  display: inline-block;
  float: left;
  padding-left: 0;
  width: 10.5em;
}

.dropdown ul.id_group2 li.grouping2 {
  display: inline-block;
  float: left;
  padding-left: 0;
  width: 10.5em;
}

/* new dropdown component */
.dropdown-container {
  width: 160px;
  height: 32px;
  position: relative;
}
.dropdown-container .dropdown {
  position: absolute;
  left: 0;
  right: 0;
  bottom: 0;
  top: 0;
  padding: 8px 10px;
  border: 1px solid #CCCCCB;
  border-radius: 3px;
  cursor: pointer;
  -webkit-transition: border 0.2s ease;
  -o-transition: border 0.2s ease;
  transition: border 0.2s ease;
  z-index: 10;
  overflow: hidden;
  background-color: #fff;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
}
.dropdown-container .dropdownhas-selection {
  color: #4E4E4E;
}
.dropdown-container .dropdown::after {
  content: "";
  position: absolute;
  right: 5px;
  top: 13px;
  width: 24px;
  height: 5px;
  background-image: url("/static/images/icons/dropdown-arrow.caf75e722bd1.svg");
  background-repeat: no-repeat;
  background-size: 34px 5px;
  background-position: center center;
  -webkit-transition: all 0.2s ease;
  -o-transition: all 0.2s ease;
  transition: all 0.2s ease;
}
.dropdown-container .dropdown span {
  color: #9B9B9B;
  font-size: 14px;
  line-height: 16px;
  background-color: #fff;
  display: inline !important;
}
@media (max-width: 40em) {
  .dropdown-container .dropdown span.verbose {
    display: none !important;
  }
}
.dropdown-container .dropdown.no-arrow::after {
  content: "";
  background-image: none;
}
.dropdown-container .dropdown.expanded {
  border: 1px solid #4A90AD;
}
.dropdown-container .dropdown.expanded::after {
  -webkit-transform: rotate(-180deg);
  -ms-transform: rotate(-180deg);
  transform: rotate(-180deg);
  top: 12px;
}
.dropdown-container .dropdown .selected-filters {
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
  position: inherit;
  width: calc(100% - 50px);
}
.dropdown-container .option-expander {
  position: absolute;
  left: 0;
  right: 0;
  top: 31px;
  background-color: #fff;
  border: 1px solid #D3D3D3;
  -webkit-box-shadow: 0 2px 10px 0 rgba(0, 0, 0, 0.5);
  box-shadow: 0 2px 10px 0 rgba(0, 0, 0, 0.5);
  padding: 0;
  overflow: hidden;
  z-index: 1;
  display: none;
}
.dropdown-container .option-expander ul.options {
  margin: 0;
  list-style: none;
}
.dropdown-container .option-expander ul.options li {
  margin: 0;
}
.dropdown-container .option-expander ul.options li a, .dropdown-container .option-expander ul.options li a:hover, .dropdown-container .option-expander ul.options li a:focus, .dropdown-container .option-expander ul.options li a:active, .dropdown-container .option-expander ul.options li a:visited {
  padding: 10px;
  font-size: 0.75rem;
  line-height: 0.8rem;
  color: #4E4E4E;
  width: 100%;
  display: block;
}
.dropdown-container .option-expander ul.options li a:hover {
  background-color: #f2f2f2;
}
.dropdown-container .option-expander ul.options li a span {
  display: inline !important;
}
@media (max-width: 40em) {
  .dropdown-container .option-expander ul.options li a span.verbose {
    display: none !important;
  }
}
.dropdown-container .option-expander ul.options li::after {
  content: none;
}

.current-group .circle {
  display: none;
}

/* new filtermenu */
/*.version-content {*/
/*display: inline;*/
/*float: left;*/
/*padding: 12px 8px 12px 12px;*/
/*}*/
.version-content {
  border: 1px solid #cccccb;
  border-radius: 3px;
  display: inline-block;
  height: 33px;
  width: auto;
  margin: 0 0 1rem;
  padding: 0 12px;
}
.version-content span {
  display: inline;
  font-size: 12px;
  line-height: 31px;
  color: #4E4E4E;
  vertical-align: middle;
}
.version-content .dropdown {
  display: inline;
  margin: 0;
}
.version-content .dropdown li::after {
  color: #9B9B9B;
  content: "▼";
  font-size: 0.6em;
  margin-left: 14px;
  vertical-align: middle;
}

#supplemental-checkbox.version-content,
.reset-filter.version-content {
  background: transparent none repeat scroll 0 0;
  border-radius: 3px;
  box-shadow: none;
}

.reset-filter.version-content {
  margin: 0;
  padding-top: 0 !important;
}

.filter-bar #version-filter {
  padding-left: 0;
  width: 12.2em;
}

.filter-bar #school-filter {
  width: 10.6em;
}

.filter-bar #group-filter {
  width: 13.75em;
}

.filter-bar #accordion-menu {
  /*float: left;*/
  /*width: 16em;*/
}

.filter-bar p.version-label {
  display: inline-flex;
  float: left;
  font-size: 13px;
  font-weight: bold;
  margin: 0;
  padding: 0;
  text-transform: uppercase;
  top: 0;
}

.filter-bar p.supplemental-label {
  display: inline;
  float: left;
  font-size: 13px;
  margin: 3px 0 0;
  padding: 0;
}

.filter-bar #supplemental-checkbox p {
  float: right !important;
}

.filter-bar #id_supplemental2 {
  float: left;
  margin: 0 10px 0 0;
  padding: 0;
  position: relative;
  top: 7px;
  vertical-align: text-top;
}

div.reset-filter.version-content > a {
  background: #efefef none repeat scroll 0 0;
  border: 0 none;
  border-radius: 3px;
  box-shadow: 0 1px 2px #acacac;
  display: block;
  height: 32px;
  margin-top: 11px;
  padding: 6px 8px 6px;
}

div.reset-filter.version-content > a::after {
  content: "clear filters";
  font-size: 0.875em;
  transition: all 200ms ease 0s;
}

div.reset-filter.version-content > a:hover:after {
  /*background-color: #cbcccd;*/
}

.filter-bar .dropdown ul.id_group2 {
  border-top: 1px solid #d1d3d4;
  list-style: outside none none;
  min-width: 21em !important;
  white-space: nowrap;
}

#version-accordion ul.id_group2 {
  border-top: 0 none;
  margin: 0;
  padding: 0;
}

#version-accordion ul.id_group2 li {
  margin: 0;
  padding: 0;
}

#version-accordion ul.id_group2 li a {
  margin: 0;
  padding: 0;
}

.filter-bar .dropdown ul.id_group2 li.grouping1 {
  display: inline-block;
  float: left;
  padding-left: 0;
  width: 12em;
}

#version-accordion .dropdown ul.id_group2 li.grouping1 {
  float: none;
  padding-left: 0;
  width: auto;
}

.filter-bar .dropdown ul.id_group2 li.grouping2 {
  display: inline-block;
  float: left;
  padding-left: 0;
  width: 12em;
}

#version-accordion .dropdown ul.id_group2 li.grouping2 {
  float: none;
  padding-left: 0;
  width: auto;
}

ul.dd-filters,
ul.dd-filters li {
  list-style: none;
  font-family: "proxima-nova", "Roboto", Helvetica, Arial, sans-serif;
}

.dropdown, .dropdown2 {
  display: inline-flex;
  float: right;
  left: 3px;
  margin: 0;
  padding: 0;
  position: relative;
  top: 0;
}

.dropdown > li, .dropdown2 > li {
  border-radius: 2px;
  cursor: pointer;
  display: inline-block;
  font-size: 13px;
  padding: 0;
  position: relative;
}

.filter-bar #supplemental-checkbox p::after {
  border-right: 1px solid #d1d3d4;
  float: right;
  font-size: 0.75em;
  margin-left: 4px;
  padding-right: 15px;
  position: relative;
  right: -4px;
  top: 2px;
  display: block;
}

.dropdown > li ul, .dropdown2 > li ul#version-accordion {
  background: inherit;
  border: 1px solid #d1d3d4;
  border-radius: 0;
  left: 0;
  margin: 0;
  min-width: 100px;
  padding: 0;
  position: absolute;
  top: 36px;
}

.dropdown > li ul {
  background: #fff none repeat scroll 0 0;
  padding: 0;
}

.dropdown2 > li ul#version-accordion {
  left: inherit;
  right: 0;
  width: 19em;
  z-index: 9;
}

.dropdown > li ul li {
  background: inherit;
  border-top: 1px solid transparent;
  color: #666666;
  font-family: "proxima-nova", "Roboto", Helvetica, Arial, sans-serif;
  font-size: 13px;
  padding: 0;
  white-space: nowrap;
}

.dropdown > li ul li a {
  display: block;
  padding: 6px 14px;
}

.dropdown > li ul li a:hover {
  background: #e6e7e8 none repeat scroll 0 0;
}

.dropdown2 > li ul li {
  background: inherit;
  border-top: 0 none;
  color: #666666;
  font-family: "proxima-nova", "Roboto", Helvetica, Arial, sans-serif;
  font-size: 13px;
  padding: 6px 0;
  white-space: nowrap;
}

.dropdown > li ul li#school-4 {
  display: none;
}

.dropdown > li ul li:hover {
  background: #fff;
}

.dropdown > li ul#version-accordion li:hover {
  background: transparent;
}

.dropdown2 > li ul#version-accordion {
  display: none;
  padding: 0 !important;
  margin: 0;
}

.dropdown2 > li ul#version-accordion.show-more {
  display: block;
}

.dropdown > li ul li:first-child {
  border-top: none;
}

.dropdown ul {
  display: none;
}

.show-child ul {
  display: block;
  z-index: 9;
}

.accordion .accordion-navigation > a {
  border-radius: 0;
  font-family: "proxima-nova", "Roboto", Helvetica, Arial, sans-serif;
  font-size: 13px;
  padding-bottom: inherit;
  padding-left: 26px;
  padding-right: inherit;
  padding-top: inherit;
}

#accordion .ui-icon {
  display: none;
}

#ui-id-1 span {
  display: none;
}

/* jquery accordion overrides */
#accordion-menu .accordion .accordion-navigation > .content {
  padding: 0 0 0.2rem;
}

#accordion-menu .accordion .accordion-navigation > a {
  background: #efefef none repeat scroll 0 0;
}

#accordion-menu .accordion .accordion-navigation > a:hover {
  background: #e6e7e8 none repeat scroll 0 0;
}

#accordion-menu ul#version-accordion .ui-widget-content {
  background: #ffffff none repeat scroll 0 0;
  border: 0 none;
  border-radius: 0;
  color: #4E4E4E;
}

#accordion-menu ul#version-accordion .ui-widget-content a {
  background: #ffffff none repeat scroll 0 0;
  line-height: 2.8em;
  margin: 0;
  padding: 10px 12px;
  width: 100%;
}

#ui-id-1.ui-state-default,
#ui-id-1.ui-widget-content .ui-state-default,
#ui-id-1.ui-widget-header .ui-state-default {
  background: none;
  border: 0 none;
  color: inherit;
  font-weight: inherit;
}

.ui-state-default, .ui-widget-content .ui-state-default, .ui-widget-header .ui-state-default {
  background: transparent;
  border: 0;
  color: #666666;
  font-weight: normal;
}

#ui-id-1 {
  z-index: 20;
}

.filter-bar #ui-id-1 #id_supplemental {
  float: left;
  left: 11px;
  margin: 0;
  padding: 0;
  position: absolute;
  top: 10px;
  vertical-align: middle;
}

.filter-bar #ui-id-1 p {
  display: inline;
  float: left;
  font-size: 13px;
  margin: 0;
  padding: 0 0 8px;
}

.standalone {
  display: block;
  width: auto;
  margin: 24px 0;
}

.standalone > li {
  border: 1px solid #008f8f;
  padding: 5px 10px;
  background: #00b3b3;
  color: #fff;
  font-weight: 400;
}

.standalone > li ul {
  background: #00b3b3;
  border: 1px solid #008f8f;
  margin: 0;
  position: absolute;
  top: 44px;
  left: 0;
  min-width: 100px;
  padding: 5px;
  border-radius: 4px;
  -webkit-box-shadow: 0 0 4px 2px rgba(0, 0, 0, 0.25);
  box-shadow: 0 0 4px 2px rgba(0, 0, 0, 0.25);
}

.standalone > li ul li {
  background: inherit;
  padding: 6px 12px;
  border-top: 1px dotted #00ffff;
  color: #fff;
  font-weight: 400;
}

/*
#filterbar select {
    background-color: transparent;
    border: none;
    width: auto;
    padding: 0;
    display: inline-block;
    background: transparent url("/static/images/select-arrow.94fd0625cf6a.png") no-repeat;
    background-position-x: 0;
    background-position-y: center;
    background-size: 12%;
    padding-left: 1.2em;
}

#filterbar select#id_group1 {
    width: 8em;
}

div.filter.inline:after {
    content: "|";
    display: inline;
    width: 1.3em;
    height: 1em;
    color: #d1d3d4;
    margin-left: 0.7em;
    margin-top: 0.7em;
    float: left;
}

div.filter.last a {
    background-image: none;
}

div.filter.last:after {
    display: none;
}

#filterbar select,
#filterbar input,
#filterbar label,
#filterbar span,
#filterbar p,
#filterbar a {
    color: #666666 !important;
    font-size: 0.8125em !important;
}

label {
    font-weight: 600
}

div.divider {
    display: none;
}

#show-more-filters {
    height: 53px;
    display: inline-block;
    margin-top: -6px;
    padding-top: 1.8em;
    padding-left: 1em;
    padding-right: 1.2em;
    width: 10em;
    float: left;
    background-position: 90%;
}

.filter a {
    font-weight: 600;
    width: 8em;
    display: inline-block;
    float: right;
    background: transparent url("/static/images/select-arrow.94fd0625cf6a.png") no-repeat;
    background-position-x: 97%;
    background-position-y: center;
    background-size: 9%;
    margin-top: 1.3em;
}

#show-more-filters.active {
    background-color: #455C6C;
    color: white !important;
}

#more-filters {
    display: none;
    position: absolute;
    top: 46px;
    right: 0;
    padding: 0;
    background-color: white;
    z-index: 99;
    width: 17em;
}

#iu-filters {
    width: 100%;
    background-color: transparent;
}

#iu-filters dl {
    list-style: none;
    position: relative;
    float: left;
    width: 30%;
    overflow: hidden;
    margin: 0;
    border: 0px solid #d1d3d4;
}

#iu-filters dl dd {
    border-bottom: 0px solid #d1d3d4;
    padding: 0em 0em 0.5em 1em;
    overflow: hidden;
    line-height: 1.5;
}

#more-filters dl {
    list-style: none;
    position: relative;
    overflow: hidden;
    width: 100%;
    margin: 0;
    border: 1px solid #d1d3d4;
}

#more-filters dl dd {
    border-bottom: 1px solid #d1d3d4;
    padding: 0em 0em 0.5em 1em;
    overflow: hidden;
    line-height: 1.5;
}

#more-filters dl dd:last-of-type {
    border-bottom: none;
}

#iu-filters dl dd a:link,
#iu-filters dl dd a:visited,
#iu-filters dl dd a:active,
#iu-filters dl dd a:hover,
#iu-filters dl dd a:focus,
#more-filters dl dd a:link,
#more-filters dl dd a:visited,
#more-filters dl dd a:active,
#more-filters dl dd a:hover,
#more-filters dl dd a:focus {
    background-color: #e6e7e8 !important;
    border: medium none !important;
    display: inline-block;
    float: left;
    margin-top: 0;
    outline: medium none;
    padding-left: 0;
    width: 100%;
}

.accordion-navigation > a:after {
    content: "";
    position: absolute;
    background: transparent url("/static/images/select-arrow.94fd0625cf6a.png") no-repeat;
    background-position-x: 100%;
    background-position-y: center;
    background-size: 28%;
    width: 3em;
    display: inline-block;
    height: 1.2em;
}

.accordion-navigation > a.active:after {
    transform: rotate(90deg);
    -webkit-transform: rotate(90deg);
    -moz-transform: rotate(90deg);
    -ms-transform: rotate(90deg);
    -o-transform: rotate(90deg);
    transform: rotate(90deg);
}

.accordion-navigation > a {
    position: relative;
    overflow: hidden;
    font-weight: bold;
    margin-top: 1.3em;
    width: 100%;
    display: block;
    margin-bottom: .2em;
}

.accordion-navigation > a:hover,
.accordion-navigation > a:link,
.accordion-navigation > a:active,
.accordion-navigation > a:visited {
    background-color: white !important;
    margin: 0;
    padding-bottom: 0.8em;
    padding-top: 1.4em
}

div.circle {
    border-radius: 50%;
    width: 1em;
    height: 1.06em;
    display: inline-block;
    margin-right: .5em;
    position: relative;
    top: .1em;
}

div.circle.all {
    background-color: #E5E5E5 !important;
    border: 1px solid #B8B9BA;
}

a.group:link,
a.group:active,
a.group:visited,
a.group:hover {
    font-weight: normal;
    margin-bottom: .5em;
    cursor: pointer;
}

.id_group2, #school2 {
    padding-top: 0;
    padding-left: 0;
}

#id_supplemental1 {
    position: relative;
    top: 1.25em;
}

#id_supplemental2 {
    position: relative;
    top: 1.1em;
}

.normal {
    font-weight: normal !important;
}

.normal.download {
    background-image: none !important;
    padding-bottom: 0.8em;
}

label[for=id_supplemental1] {
    text-align: left;
    position: relative;
    top: 0.2em;
}
*/
@media only screen and (max-width: 40.063em) {
  div.filter.inline:after {
    content: none !important;
  }
  div.divider {
    display: block;
    border: none;
    border-right: 1px solid #d1d3d4 !important;
    height: 3.75em;
    float: right;
    margin-top: -5px;
  }
  #filterbar select {
    margin-right: 1em;
  }
  #iu-filters .filter-bar {
    padding: 0 0.9375em;
  }
}
@media only screen and (min-width: 64.063em) {
  #accordion-menu {
    display: none;
  }
}
@media only screen and (max-width: 64.063em) {
  .version-content {
    /*margin: 0.75em 0.3em;*/
    /*padding: 0.4em 0.2em 0.4em 0.6em !important;*/
  }
  #supplemental-checkbox {
    display: none;
  }
  #school-accordion {
    display: none;
  }
  label:first-of-type {
    margin-left: 0.9375em !important;
  }
  .hidefortab, p.version-labelx {
    display: none;
  }
  .filter-bar #school-filter {
    width: 9.6em;
  }
  .filter-bar #version-filter {
    min-width: 11.4em;
    padding-left: 12px;
    width: auto;
  }
  .filter-bar #group-filter {
    min-width: 12.6em;
    width: auto;
  }
  .filter-bar #accordion-menu {
    /*min-width: 9.2em;*/
    padding: 11.4px 0;
    width: auto;
  }
  .reset-filter.version-content {
    /*margin: 0;*/
  }
  p.version-label {
    padding-right: 20px;
  }
  #group-accordion {
    display: none;
  }
  #download-accordion {
    display: none;
  }
  /*ul#ul-filters li#version-filter {*/
  /*width: 10em;*/
  /*}*/
}
@media only screen and (max-width: 54em) {
  #download-materials {
    display: none;
  }
  #download-accordion {
    display: block;
  }
}
@media only screen and (max-width: 44em) {
  #download-accordion {
    display: block;
  }
  #download-accordion {
    display: block;
  }
}
@media only screen and (max-width: 46em) {
  #group-filter {
    display: none;
  }
  #group-accordion {
    display: block;
  }
}
@media only screen and (max-width: 34em) {
  .version-content {
    margin: 11px 4px 11px 0;
    padding: 6px 3px 6px 3px !important;
  }
  #school-accordion {
    display: block;
  }
  #school-filter {
    display: none;
  }
  .filter-bar #version-filter {
    min-width: 11em;
    padding-left: 0;
    width: auto;
  }
  .filter-bar #version-filter {
    margin-right: 10px;
    min-width: 11em;
    padding-left: inherit;
    width: 11em;
  }
  .filter-bar #accordion-menu {
    min-width: 0;
    padding: 12px 0;
    width: 7em;
  }
  .filter-bar #accordion-menu {
    width: 4.8em;
  }
  .dropdown2 > li ul#version-accordion {
    right: -100px;
  }
}
@media only screen and (max-width: 28em) {
  .filter-bar p.version-label {
    display: none !important;
  }
  .filter-bar #version-filter {
    margin-right: 8px;
    min-width: 100px;
    padding-left: inherit;
    width: 100px;
  }
}
/* Slider */
.slick-loading .slick-list {
  background: #fff url("/static/js/slick/ajax-loader.c5cd7f530057.gif") center center no-repeat;
}

/* Icons */
@font-face {
  font-family: "slick";
  src: url("/static/js/slick/fonts/slick.ced611daf770.eot");
  src: url("/static/js/slick/fonts/slick.ced611daf770.eot?#iefix") format("embedded-opentype"), url("/static/js/slick/fonts/slick.b7c9e1e479de.woff") format("woff"), url("/static/js/slick/fonts/slick.d41f55a78e6f.ttf") format("truetype"), url("/static/js/slick/fonts/slick.f97e3bbf7325.svg#slick") format("svg");
  font-weight: normal;
  font-style: normal;
}
/* Arrows */
.slick-prev,
.slick-next {
  position: absolute;
  top: calc(50% - 58px);
  display: block;
  line-height: 0px;
  font-size: 0px;
  cursor: pointer;
  color: transparent;
  padding: 0;
  border: none;
  outline: none;
  height: 40px;
  width: 40px;
  background-color: #FFFFFF;
  box-shadow: 0 0 5px 0 rgba(0, 0, 0, 0.15);
  border-radius: 50%;
  background-image: url("/static/images/icons/carrot_arrow.afdba0bcf538.svg");
  background-size: 16px;
  background-position: center 13px;
  background-repeat: no-repeat;
  z-index: 10;
}
.slick-prev:hover, .slick-prev:focus,
.slick-next:hover,
.slick-next:focus {
  outline: none;
  color: transparent;
  background-color: #445C6D;
  background-image: url("/static/images/icons/carrot_arrow_white.0224e4686a3e.svg");
}
.slick-prev:hover:before, .slick-prev:focus:before,
.slick-next:hover:before,
.slick-next:focus:before {
  opacity: 1;
}
.slick-prev.slick-disabled:before,
.slick-next.slick-disabled:before {
  opacity: 0.25;
}
.slick-prev:before,
.slick-next:before {
  font-family: "slick";
  font-size: 20px;
  line-height: 1;
  color: white;
  opacity: 0.75;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

.slick-prev {
  left: 0px;
  transform: rotate(90deg) translate(0, -50%);
}
@media (min-width: 40em) and (max-width: 63.9375em) {
  .slick-prev {
    left: -20px;
  }
}
[dir=rtl] .slick-prev {
  left: auto;
  right: -25px;
}

.slick-next {
  right: 0px;
  transform: rotate(-90deg) translate(0, -50%);
}
@media (min-width: 40em) and (max-width: 63.9375em) {
  .slick-next {
    right: -20px;
  }
}
[dir=rtl] .slick-next {
  left: -25px;
  right: auto;
}

/* Dots */
.slick-dotted.slick-slider {
  margin-bottom: 30px;
}

.slick-dots {
  list-style: none;
  display: block;
  text-align: center;
  padding: 0;
  margin: 24px 0 0;
  width: 100%;
  transition: background-color 0.3s ease, border-width 0.3s ease;
}
.slick-dots li {
  position: relative;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  height: 20px;
  width: 20px;
  margin: 0 5px;
  padding: 0;
  cursor: pointer;
  /* Preload hover image for next / prev buttons */
  background: url("/static/images/icons/carrot_arrow_white.0224e4686a3e.svg") no-repeat -9999px -9999px;
}
.slick-dots li button {
  background: transparent;
  display: block;
  outline: none;
  line-height: 0px;
  font-size: 0px;
  color: transparent;
  padding: 5px;
  cursor: pointer;
  height: 12px;
  width: 12px;
  border: 1px solid #CCCCCB;
  border-radius: 50%;
}
.slick-dots li button:hover, .slick-dots li button:focus {
  outline: none;
  background-color: #445C6D;
}
.slick-dots li.slick-active button {
  background-color: #445C6D;
  border-width: 0;
}

/* Slider */
.slick-slider {
  position: relative;
  display: block;
  box-sizing: border-box;
  -webkit-touch-callout: none;
  -webkit-user-select: none;
  -khtml-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  -ms-touch-action: pan-y;
  touch-action: pan-y;
  -webkit-tap-highlight-color: transparent;
}

.slick-list {
  position: relative;
  overflow: hidden;
  display: block;
  margin: 0;
  padding: 0;
}
.slick-list:focus {
  outline: none;
}
.slick-list.dragging {
  cursor: pointer;
  cursor: hand;
}

.slick-slider .slick-track,
.slick-slider .slick-list {
  -webkit-transform: translate3d(0, 0, 0);
  -moz-transform: translate3d(0, 0, 0);
  -ms-transform: translate3d(0, 0, 0);
  -o-transform: translate3d(0, 0, 0);
  transform: translate3d(0, 0, 0);
}

.slick-track {
  position: relative;
  left: 0;
  top: 0;
  display: block;
  margin-left: auto;
  margin-right: auto;
}
.slick-track:before, .slick-track:after {
  content: "";
  display: table;
}
.slick-track:after {
  clear: both;
}
.slick-loading .slick-track {
  visibility: hidden;
}

.slick-slide {
  float: left;
  height: 100%;
  min-height: 1px;
  outline: none;
  display: none;
}
[dir=rtl] .slick-slide {
  float: right;
}
.slick-slide img {
  display: block;
}
.slick-slide.slick-loading img {
  display: none;
}
.slick-slide.dragging img {
  pointer-events: none;
}
.slick-initialized .slick-slide {
  display: block;
}
.slick-loading .slick-slide {
  visibility: hidden;
}
.slick-vertical .slick-slide {
  display: block;
  height: auto;
  border: 1px solid transparent;
}

.slick-arrow.slick-hidden {
  display: none;
}

.progress-widget {
  background-color: #38454F;
}
.progress-widget h3 {
  font-weight: 500;
  font-family: museo-slab, serif;
  color: #fff;
  margin: 0;
}
@media (max-width: 40em) {
  .progress-widget h3 {
    font-size: 1rem;
    line-height: 24px;
    font-weight: 700;
  }
}
.progress-widget .overall-progress {
  background-color: #445C6D;
  padding: 13px 0;
}
.progress-widget .overall-progress .flex-center {
  justify-content: space-between;
  align-items: center;
  flex-wrap: nowrap;
}
.progress-widget .overall-progress .credential-progress-header {
  margin-right: 1rem;
}
@media (max-width: 40em) {
  .progress-widget .overall-progress .credential-progress-header {
    display: none;
  }
}
.progress-widget .overall-progress .progress-vis {
  flex: 1;
}
.progress-widget .overall-progress .progress-vis img {
  width: 40px;
  height: 42px;
  margin-right: 1rem;
}
@media (max-width: 40em) {
  .progress-widget .overall-progress .progress-vis img {
    width: 32px;
    height: 33px;
  }
}
.progress-widget .overall-progress .progress-vis .progress-bar {
  position: relative;
  height: 1rem;
  border-radius: 4px;
  overflow: hidden;
  background-color: #5A6F7D;
  margin-right: 12px;
  flex: 1;
}
@media (max-width: 40em) {
  .progress-widget .overall-progress .progress-vis .progress-bar {
    height: 0.5rem;
    background-color: #DEDEDC;
  }
}
.progress-widget .overall-progress .progress-vis .progress-bar .progress {
  content: "";
  position: absolute;
  left: 0;
  top: 0;
  height: 100%;
  border: none;
  border-radius: 4px;
  padding: 0;
  margin: 0;
  overflow: hidden;
}
.progress-widget .overall-progress .progress-vis h3 {
  display: inline-block;
}
.progress-widget .overall-progress .collapse-button {
  background-color: #38454F;
  border-radius: 5px;
  padding: 4px 12px;
  margin-left: 4%;
  cursor: pointer;
  user-select: none;
  width: 72px;
  text-align: right;
}
@media (max-width: 40em) {
  .progress-widget .overall-progress .collapse-button {
    padding: 0px 6px;
    width: auto;
  }
}
.progress-widget .overall-progress .collapse-button span {
  color: #FFFFFF;
  font-size: 14px;
  font-weight: 500;
  line-height: 17px;
  text-align: right;
}
@media (max-width: 40em) {
  .progress-widget .overall-progress .collapse-button span {
    display: none;
  }
}
.progress-widget .overall-progress .collapse-button svg {
  transform: rotate(180deg);
  transition: transform 200ms ease;
  vertical-align: -1px;
}
.progress-widget .overall-progress .collapse-button.collapsed svg {
  transform: rotate(0);
}
.progress-widget .course-progress-wrapper {
  display: none;
}
.progress-widget .course-progress:not(.noncred-progress) {
  padding: 1.5rem 0 0;
}
@media (max-width: 40em) {
  .progress-widget .course-progress:not(.noncred-progress) {
    padding-left: 15px;
    padding-right: 15px;
  }
}
.progress-widget .course-progress:not(.noncred-progress) .course-progress-header {
  display: block;
  margin-bottom: 1rem;
}
@media (max-width: 40em) {
  .progress-widget .course-progress:not(.noncred-progress) .course-progress-header {
    margin-bottom: 0;
  }
}
.progress-widget .course-progress:not(.noncred-progress) .progress-by-course {
  border-radius: 6px;
  padding-top: 16px;
  padding-bottom: 0;
  margin-bottom: 1rem;
}
@media (min-width: 64em) {
  .progress-widget .course-progress:not(.noncred-progress) .progress-by-course {
    background-color: #41515D;
  }
}
@media (max-width: 40em) {
  .progress-widget .course-progress:not(.noncred-progress) .progress-by-course {
    margin-bottom: 0;
    padding-bottom: 1rem;
  }
}
.progress-widget .course-progress:not(.noncred-progress) .progress-by-course .category-header {
  display: flex;
  justify-content: space-between;
  align-items: flex-end;
  flex-wrap: nowrap;
  clear: both;
  margin-bottom: 1rem;
  padding-bottom: 0.5rem;
  cursor: pointer;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
}
.progress-widget .course-progress:not(.noncred-progress) .progress-by-course .category-header:first-of-type {
  margin-top: 0;
}
@media (min-width: 40em) {
  .progress-widget .course-progress:not(.noncred-progress) .progress-by-course .category-header {
    display: none;
  }
}
.progress-widget .course-progress:not(.noncred-progress) .progress-by-course .category-header .category {
  font-size: 1rem;
  font-weight: 700;
  line-height: 26px;
  display: inline-block;
  margin: 0;
  margin-right: 1em;
  text-transform: none;
}
.progress-widget .course-progress:not(.noncred-progress) .progress-by-course .category-header p {
  margin: 0 5px 0 0;
  display: inline-block;
  color: #FFFFFF;
  font-family: museo-slab, serif;
  font-size: 10px;
  line-height: 24px;
  text-align: right;
  font-weight: 700;
}
.progress-widget .course-progress:not(.noncred-progress) .progress-by-course .category-header svg {
  transform: rotate(180deg);
  transition: transform 200ms ease;
  vertical-align: -2px;
}
.progress-widget .course-progress:not(.noncred-progress) .progress-by-course .category-header.collapsed + .temp-wrapper {
  display: none;
}
.progress-widget .course-progress:not(.noncred-progress) .progress-by-course .category-header.collapsed svg {
  transform: rotate(0deg);
  vertical-align: -1px;
}
@media (max-width: 40em) {
  .progress-widget .course-progress:not(.noncred-progress) .progress-by-course .category-header.collapsed .columns {
    display: none;
  }
}
@media (min-width: 40em) {
  .progress-widget .course-progress:not(.noncred-progress) .progress-by-course .margin-wrapper {
    margin-left: -30px;
    margin-bottom: -2rem;
  }
}
@media only screen and (max-width: 750px) and (min-width: 40em) {
  .progress-widget .course-progress:not(.noncred-progress) .progress-by-course .small-medium-6 {
    width: 50%;
  }
}
.progress-widget .course-progress:not(.noncred-progress) .progress-by-course .one-course {
  display: flex;
  align-items: center;
  justify-content: flex-start;
  flex-wrap: nowrap;
  margin: 3px 0 28px 30px;
}
@media (max-width: 40em) {
  .progress-widget .course-progress:not(.noncred-progress) .progress-by-course .one-course {
    margin-bottom: 19px;
    margin-left: 0;
  }
  .progress-widget .course-progress:not(.noncred-progress) .progress-by-course .one-course:last-of-type {
    margin-bottom: 1.5rem;
  }
}
.progress-widget .course-progress:not(.noncred-progress) .progress-by-course .one-course.not-attempted .course-icon {
  opacity: 0.33;
}
.progress-widget .course-progress:not(.noncred-progress) .progress-by-course .one-course.not-attempted .progress-info .progress-text p {
  font-weight: 400;
  opacity: 0.33;
}
.progress-widget .course-progress:not(.noncred-progress) .progress-by-course .one-course.not-attempted .progress-info .progress-text p:last-of-type {
  display: none;
}
.progress-widget .course-progress:not(.noncred-progress) .progress-by-course .one-course:last-of-type {
  flex: 0;
}
.progress-widget .course-progress:not(.noncred-progress) .progress-by-course .one-course .course-icon {
  width: 25px;
  height: 28px;
  margin-right: 12px;
}
.progress-widget .course-progress:not(.noncred-progress) .progress-by-course .one-course .course-icon svg {
  max-width: 100%;
  height: auto;
}
.progress-widget .course-progress:not(.noncred-progress) .progress-by-course .one-course .progress-info {
  width: calc(100% - 37px);
  margin: 0;
}
.progress-widget .course-progress:not(.noncred-progress) .progress-by-course .one-course .progress-info .progress-text {
  display: flex;
  justify-content: space-between;
  flex-wrap: nowrap;
}
.progress-widget .course-progress:not(.noncred-progress) .progress-by-course .one-course .progress-info .progress-text p {
  color: #FFFFFF;
  font-size: 12px;
  font-weight: 600;
  line-height: 14px;
  margin-bottom: 0.5rem;
}
.progress-widget .course-progress:not(.noncred-progress) .progress-by-course .one-course .progress-info .progress-text p:first-of-type {
  width: calc(100% - 2.5em);
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
}
.progress-widget .course-progress:not(.noncred-progress) .progress-by-course .one-course .progress-info .progress-text p:last-of-type {
  width: 2.5em;
  text-align: right;
}
.progress-widget .course-progress:not(.noncred-progress) .progress-by-course .one-course .progress-info .progress-bar {
  display: block;
  height: 0.5rem;
  border-radius: 0.25rem;
  width: 100%;
  background-color: #556069;
  position: relative;
}
.progress-widget .course-progress:not(.noncred-progress) .progress-by-course .one-course .progress-info .progress-bar .progress,
.progress-widget .course-progress:not(.noncred-progress) .progress-by-course .one-course .progress-info .progress-bar .progress-attempted {
  content: "";
  position: absolute;
  left: 0;
  top: 0;
  height: 8px;
  border: none;
  border-radius: 4px;
  padding: 0;
}
.progress-widget .course-progress:not(.noncred-progress) .progress-by-course .one-course .progress-info .progress-bar .progress-attempted {
  background: -webkit-repeating-linear-gradient(45deg, #9B9B9B, #9B9B9B 4px, #6c6c6c 4px, #a3a3a3 6px);
  background: -o-repeating-linear-gradient(45deg, #9B9B9B, #9B9B9B 4px, #6c6c6c 4px, #a3a3a3 6px);
  background: repeating-linear-gradient(45deg, #9B9B9B, #9B9B9B 4px, #6c6c6c 4px, #a3a3a3 6px);
}
.progress-widget .course-progress:not(.noncred-progress) .legend-wrapper {
  display: block;
  text-align: center;
}
.progress-widget .course-progress:not(.noncred-progress) .legend-wrapper .legend {
  background-color: #41515D;
  border-radius: 6px;
  padding: 0 8px;
  display: inline-block;
}
.progress-widget .course-progress:not(.noncred-progress) .legend-wrapper .legend span {
  display: inline-block;
  color: #FFFFFF;
  font-size: 12px;
  line-height: 15px;
  vertical-align: 1px;
}
.progress-widget .course-progress:not(.noncred-progress) .legend-wrapper .legend span.passed, .progress-widget .course-progress:not(.noncred-progress) .legend-wrapper .legend span.in-progress {
  margin-left: 1rem;
  font-weight: 300;
}
.progress-widget .course-progress:not(.noncred-progress) .legend-wrapper .legend span.passed::before, .progress-widget .course-progress:not(.noncred-progress) .legend-wrapper .legend span.in-progress::before {
  content: "";
  display: inline-block;
  margin-right: 0.5rem;
  height: 0.5rem;
  width: 0.5rem;
  border-radius: 50%;
}
.progress-widget .course-progress:not(.noncred-progress) .legend-wrapper .legend span.in-progress::before {
  background-color: #cccccb;
}
.progress-widget .course-progress:not(.noncred-progress).hide-types .category-header {
  display: none;
}
@media (min-width: 40em) and (max-width: 63.9375em) {
  .progress-widget .elective-studies .progress-by-course {
    margin-bottom: 12px;
  }
}
@media (min-width: 64em) {
  .progress-widget .elective-studies .progress-by-course {
    margin-bottom: 12px;
  }
}
.progress-widget .noncred-progress {
  margin: 0;
  padding-bottom: 40px;
}
@media (min-width: 40em) and (max-width: 63.9375em) {
  .progress-widget .noncred-progress .progress-by-course {
    margin-bottom: 12px;
  }
}
@media (min-width: 64em) {
  .progress-widget .noncred-progress .progress-by-course {
    margin-bottom: 32px;
  }
}

/* Customization for foundation tooltip */
.tooltip {
  opacity: 0.75;
  border-radius: 4px;
  font-weight: 300;
  font-size: 12px;
  padding: 0.5em;
}
@media (max-width: 63.9375em) {
  .tooltip {
    display: none !important;
  }
}
.tooltip > .nub {
  left: 8px;
}

body.course-listing-page {
  /* Course-specific overrides */
}
@media (min-width: 46em) {
  body.course-listing-page .hide-for-small {
    display: inherit !important;
  }
  body.course-listing-page .hide-for-medium-up {
    display: none !important;
  }
}
@media (max-width: 45.9375em) {
  body.course-listing-page .hide-for-small {
    display: none !important;
  }
  body.course-listing-page .hide-for-medium-up {
    display: inherit !important;
  }
}
body.course-listing-page .flex-page {
  min-height: calc(100vh - 650px);
}
body.course-listing-page a {
  color: #4a90ad;
}
body.course-listing-page ul.footer-links a {
  color: #FFFFFF;
}
body.course-listing-page #course-container {
  padding-top: 100px;
  padding-bottom: 100px;
}
body.course-listing-page #course-container .back-to-electives {
  position: absolute;
  bottom: 33px;
}
body.course-listing-page #course-container .back-to-electives-mobile {
  position: relative;
  bottom: 20px;
  width: 80px;
}
@media (max-width: 45.9375em) {
  body.course-listing-page #course-container {
    padding-top: 1.4rem;
  }
}
@media (min-width: 46em) {
  body.course-listing-page #course-container .course-list {
    width: 25%;
  }
}
body.course-listing-page #course-container .electives-list {
  display: none;
}
@media (max-width: 45.9375em) {
  body.course-listing-page .filter-row {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    margin-bottom: 1.5rem;
  }
  body.course-listing-page .filter-row h2 {
    margin: 0;
    line-height: 2rem;
    font-weight: 700;
    -webkit-box-ordinal-group: 2;
    -ms-flex-order: 1;
    order: 1;
  }
  body.course-listing-page .filter-row .dropdown-container {
    margin-bottom: 0;
    height: 2rem;
    -webkit-box-ordinal-group: 3;
    -ms-flex-order: 2;
    order: 2;
    width: 164px;
    margin-bottom: -2px;
  }
}
@media (max-width: 45.9375em) and (max-width: 39.9375em) {
  body.course-listing-page .filter-row .dropdown-container {
    width: 112px;
  }
}
@media (max-width: 45.9375em) {
  body.course-listing-page .filter-row .dropdown-container .dropdown {
    padding: 0 35px 0 0;
    border: none;
    justify-content: flex-end;
  }
  body.course-listing-page .filter-row .dropdown-container .dropdown::after {
    top: 13px;
  }
  body.course-listing-page .filter-row .dropdown-container .dropdown.expanded::after {
    top: 12px;
  }
  body.course-listing-page .filter-row .dropdown-container .dropdown span.current-version {
    line-height: 2.3;
    font-weight: 600;
  }
  body.course-listing-page .filter-row .dropdown-container .dropdown span.current-version span.number {
    font-weight: 300;
  }
}
body.course-listing-page .ignition-8-modal img {
  margin-top: 30px;
  margin-bottom: 50px;
}
body.course-listing-page .ignition-8-modal .text h2 {
  max-width: 500px;
}
body.course-listing-page div.library-header {
  overflow: hidden;
  padding-top: 50px;
  padding-bottom: 86px;
  height: 350px;
  position: relative;
  background: url("/static/images/courses-hero-foreground.7498a39fd94d.png") no-repeat calc(100% + 200px) bottom/660px 296px, url("/static/images/banners/hero_bg.02d83bd546ad.jpg") no-repeat left bottom/cover, #526878;
}
@media (min-width: 64em) {
  body.course-listing-page div.library-header {
    background: url("/static/images/courses-hero-foreground.7498a39fd94d.png") no-repeat calc(50% + 375px) bottom/660px 296px, url("/static/images/banners/hero_bg.02d83bd546ad.jpg") no-repeat left bottom/cover, #526878;
  }
}
@media (max-width: 45.9375em) {
  body.course-listing-page div.library-header {
    background: url("/static/images/banners/iu-hero-elective-studies-bg.463e80761bf8.png") no-repeat center bottom/cover, #526878;
    margin-bottom: 0;
  }
}
@media (max-width: 45.9375em) {
  body.course-listing-page div.library-header {
    padding-top: 32px;
    padding-bottom: 40px;
    text-align: center;
    height: auto;
  }
}
body.course-listing-page div.library-header .row {
  position: relative;
}
@media (max-width: 45.9375em) {
  body.course-listing-page div.library-header .small-10 {
    margin-left: 8.33333% !important;
  }
}
body.course-listing-page div.library-header h1 {
  font-size: 36px;
  line-height: 43px;
  font-weight: 700;
  color: #fff;
  font-family: "proxima-nova", "Roboto", Helvetica, Arial, sans-serif;
  margin-bottom: 16px;
  margin-top: 0;
  padding: 0;
}
@media (max-width: 39.9375em) {
  body.course-listing-page div.library-header h1 {
    font-size: 30px;
    line-height: 36px;
  }
}
@media (min-width: 46em) and (max-width: 63.9375em) {
  body.course-listing-page div.library-header .h2-column {
    width: 58.33333%;
  }
}
body.course-listing-page div.library-header h2 {
  color: #fff;
  margin-top: 0;
  margin-bottom: 44px;
  padding: 0;
}
@media (max-width: 39.9375em) {
  body.course-listing-page div.library-header h2 {
    font-size: 16px;
    margin-bottom: 24px;
  }
}
@media (max-width: 45.9375em) {
  body.course-listing-page div.library-header .ctas > .columns {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
  }
}
body.course-listing-page div.library-header .ctas a {
  color: #FFFFFF;
  max-width: 252px;
  width: 42%;
  padding-left: 10px;
  padding-right: 10px;
  float: left;
}
body.course-listing-page div.library-header .ctas a:first-of-type {
  margin-right: 1rem;
}
body.course-listing-page div.library-header .ctas a.large-secondary-white {
  background-color: transparent;
}
body.course-listing-page div.library-header .ctas a.large-secondary-white:hover {
  background-color: #fff;
  border-color: #fff;
  color: #445C6D;
}
@media (max-width: 39.9375em) {
  body.course-listing-page div.library-header .ctas a, body.course-listing-page div.library-header .ctas a:first-of-type {
    width: 90%;
    margin: 0;
    display: block;
    float: none;
  }
  body.course-listing-page div.library-header .ctas a.large-primary, body.course-listing-page div.library-header .ctas a:first-of-type.large-primary {
    margin-bottom: 1rem;
  }
}
body.course-listing-page .inner-library-top {
  background-color: transparent;
  margin-bottom: 1rem;
}
body.course-listing-page .inner-library-top .inner-library-header {
  padding: 1.5rem 1.5rem 2rem;
  position: relative;
  border-radius: 3px 3px 0 0;
}
@media (max-width: 45.9375em) {
  body.course-listing-page .inner-library-top .inner-library-header {
    padding: 0;
  }
}
body.course-listing-page .inner-library-top .inner-library-header h5, body.course-listing-page .inner-library-top .inner-library-header h2 {
  margin-left: 4rem;
  margin-top: 0;
  color: #fff;
}
@media (max-width: 45.9375em) {
  body.course-listing-page .inner-library-top .inner-library-header h5, body.course-listing-page .inner-library-top .inner-library-header h2 {
    padding: 1.5rem 1rem 0 0;
    margin-left: 4.75rem;
  }
}
body.course-listing-page .inner-library-top .inner-library-header h2 {
  font-size: 21px;
  line-height: 30px;
  font-weight: 700;
  margin-bottom: 10px;
}
@media (max-width: 45.9375em) {
  body.course-listing-page .inner-library-top .inner-library-header h2 {
    padding-top: 0;
    margin-bottom: 1.5rem;
    font-size: 18px;
    line-height: 24px;
  }
}
body.course-listing-page .inner-library-top .inner-library-header p {
  color: #fff;
  margin-bottom: 0;
  font-weight: 500;
}
@media (max-width: 45.9375em) {
  body.course-listing-page .inner-library-top .inner-library-header p {
    background-color: white;
    color: #445C6D;
    padding: 16px;
    font-size: 16px;
    line-height: 26px;
    font-weight: 600;
    border: 1px solid #cccccb;
    border-top: none;
  }
}
body.course-listing-page .course-card-list {
  display: flex;
  justify-content: space-between;
  align-items: stretch;
  flex-wrap: wrap;
  margin-bottom: -2rem;
}
@supports (display: grid) {
  body.course-listing-page .course-card-list {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    grid-auto-rows: 1fr;
    grid-column-gap: 30px;
    grid-row-gap: 2rem;
    margin-bottom: 0;
  }
  @media (max-width: 45.9375em) {
    body.course-listing-page .course-card-list {
      grid-template-columns: repeat(1, 1fr);
      grid-row-gap: 1rem;
    }
  }
}
body.course-listing-page .course-card-list .course-card {
  flex-shrink: 0;
  margin-bottom: 2rem;
  width: calc(50% - 15px);
}
@media (max-width: 45.9375em) {
  body.course-listing-page .course-card-list .course-card {
    margin-bottom: 1rem;
    width: 100%;
  }
}
@supports (display: grid) {
  body.course-listing-page .course-card-list .course-card {
    margin-bottom: 0;
    width: 100%;
  }
}
body.course-listing-page .course-card-list .course-card .inner-library-top {
  height: 100%;
  margin-bottom: 0;
  transition: -webkit-box-shadow 0.3s ease;
  transition: box-shadow 0.3s ease;
}
@supports (display: grid) {
  body.course-listing-page .course-card-list .course-card .inner-library-top {
    display: flex;
    flex-direction: column;
    justify-content: start;
    align-content: center;
  }
}
body.course-listing-page .course-card-list .course-card .inner-library-top:hover, body.course-listing-page .course-card-list .course-card .inner-library-top:focus {
  box-shadow: 0 0 45px 0 rgba(0, 0, 0, 0.15);
}
body.course-listing-page .course-card-list .course-card .inner-library-top .inner-library-header {
  flex: 1;
}
body.course-listing-page .course-card-list .course-card .inner-library-top .inner-library-header h2 {
  margin-bottom: 10px;
}
body.course-listing-page .course-card-list .course-card .inner-library-top .course-info {
  flex: 0 0;
}
body.course-listing-page .course-card .inner-library-top .inner-library-header p {
  background-color: transparent;
  color: #fff;
}
@media (max-width: 45.9375em) {
  body.course-listing-page .course-card .inner-library-top .inner-library-header p {
    padding: 0 1rem 1.5rem;
    border: none;
  }
}
body.course-listing-page .more-to-come {
  height: 245px;
  display: flex;
  justify-content: center;
  align-items: center;
  border-radius: 3px;
  background: linear-gradient(180deg, #e3f2fb 0%, #FFFFFF 100%);
  margin-top: 2rem;
}
@media (max-width: 45.9375em) {
  body.course-listing-page .more-to-come {
    margin-top: 1rem;
  }
}
body.course-listing-page .more-to-come p {
  color: #4E4E4E;
  font-size: 16px;
  font-weight: 600;
  letter-spacing: 0;
  line-height: 21px;
  text-align: center;
  margin: 0;
}
body.course-listing-page .course-header-icon {
  width: 48px;
  height: 53px;
  position: absolute;
  top: 1rem;
  left: 1.5rem;
  background: none;
  padding: 0;
}
@media (max-width: 45.9375em) {
  body.course-listing-page .course-header-icon {
    left: 1rem;
  }
}
body.course-listing-page .course-info {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-align: start;
  -ms-flex-align: start;
  align-items: flex-start;
  padding: 7px 1.5rem;
  border: 1px solid #CCCCCB;
  border-radius: 0 0 3px 3px;
}
@media (max-width: 45.9375em) {
  body.course-listing-page .course-info {
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    border-top: none;
    padding: 0.75rem 1rem 0;
  }
}
body.course-listing-page .course-info span {
  font-size: 0.75rem;
  line-height: 1;
  display: inline-block;
}
@media (max-width: 45.9375em) {
  body.course-listing-page .course-info span {
    margin-bottom: 6px;
  }
}
@media (max-width: 45.9375em) {
  body.course-listing-page .course-info .course-info-text {
    margin-bottom: 10px;
    line-height: 0;
  }
}
body.course-listing-page .course-info .course-info-text span {
  margin-right: 1em;
  color: #4E4E4E;
}
@media (max-width: 45.9375em) {
  body.course-listing-page .course-info .course-info-text span {
    margin-right: 0.75em;
  }
  body.course-listing-page .course-info .course-info-text span:last-of-type {
    margin-right: 1em;
  }
}
@media (max-width: 350px) {
  body.course-listing-page .course-info .course-info-text span:last-of-type {
    margin-right: 0;
  }
}
body.course-listing-page .course-info .course-progress {
  -ms-flex-negative: 0;
  flex-shrink: 0;
}
@media (max-width: 45.9375em) {
  body.course-listing-page .course-info .course-progress {
    -webkit-box-flex: 1;
    -ms-flex-positive: 1;
    flex-grow: 1;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: start;
    -ms-flex-pack: start;
    justify-content: flex-start;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    max-width: 100%;
    margin-bottom: 10px;
    line-height: 1;
  }
}
body.course-listing-page .course-info .course-progress span.progress-percent {
  font-weight: 900;
  font-family: museo-slab, serif;
  margin-left: 0.5em;
}
@media (max-width: 45.9375em) {
  body.course-listing-page .course-info .course-progress span.progress-percent {
    margin-right: 4px;
    margin-bottom: 0;
  }
}
body.course-listing-page .course-info .course-progress div.progress-bar {
  display: inline-block;
  height: 8px;
  width: 188px;
  border-radius: 4px;
  background-color: #DEDEDC;
  position: relative;
}
@media (min-width: 46em) and (max-width: 63.9375em) {
  body.course-listing-page .course-info .course-progress div.progress-bar {
    width: 130px;
  }
}
@media (max-width: 45.9375em) {
  body.course-listing-page .course-info .course-progress div.progress-bar {
    -webkit-box-flex: 1;
    -ms-flex: 1;
    flex: 1;
    min-width: 200px;
    margin-bottom: 6px;
  }
}
@media (max-width: 350px) {
  body.course-listing-page .course-info .course-progress div.progress-bar {
    min-width: 100%;
  }
}
body.course-listing-page .course-info .course-progress div.progress-bar .progress,
body.course-listing-page .course-info .course-progress div.progress-bar .progress-attempted {
  position: absolute;
  left: 0;
  top: 0;
  height: 8px;
  border: none;
  border-radius: 4px;
  padding: 0;
}
body.course-listing-page .dropdown-container {
  margin-bottom: 1.5rem;
}
@media (min-width: 46em) {
  body.course-listing-page .course-list h2 {
    margin-bottom: 1.5rem;
  }
}
body.course-listing-page .course-list ul#course-list {
  margin-bottom: 100px;
  position: relative;
}
@media (max-width: 45.9375em) {
  body.course-listing-page .course-list ul#course-list {
    margin-bottom: 24px;
  }
}
body.course-listing-page .course-list ul#course-list ul {
  margin: 0;
  margin-bottom: 1.5rem;
}
body.course-listing-page .course-list ul#course-list ul li {
  display: block;
  margin-bottom: 12px;
  line-height: 16px;
}
@media (max-width: 45.9375em) {
  body.course-listing-page .course-list ul#course-list ul li {
    margin-bottom: 0;
  }
}
@media (min-width: 46em) {
  body.course-listing-page .course-list ul#course-list ul li.type {
    background: none;
  }
}
body.course-listing-page .course-list ul#course-list ul li.type span:first-of-type {
  font-weight: 700;
  font-size: 13px;
  line-height: 16px;
  text-transform: uppercase;
  vertical-align: text-bottom;
  position: relative;
}
body.course-listing-page .course-list ul#course-list ul li.type span.list-progress {
  display: inline;
  right: -5px;
  top: 0;
  font-weight: 500;
}
body.course-listing-page .course-list ul#course-list ul li.selected {
  padding: 0;
  background: none;
}
@media (min-width: 46em) {
  body.course-listing-page .course-list ul#course-list ul li.selected a {
    font-weight: 700;
  }
}
@media (min-width: 46em) {
  body.course-listing-page .course-list ul#course-list ul li.selected span.list-progress.show {
    display: inline-block;
  }
}
body.course-listing-page .course-list ul#course-list ul li:hover span.course-name {
  text-decoration: underline;
}
@media (min-width: 46em) {
  body.course-listing-page .course-list ul#course-list ul li:hover span.list-progress {
    display: inline-block;
  }
}
body.course-listing-page .course-list ul#course-list ul li span.list-progress {
  display: none;
  color: #9b9b9b;
  font-size: 12px;
  line-height: 20px;
  vertical-align: middle;
  font-weight: 500;
  font-family: museo-slab, serif;
  position: absolute;
  width: 4em;
  right: -4.5em;
  top: auto;
}
body.course-listing-page .course-list ul#course-list ul li a {
  cursor: pointer;
  position: relative;
  padding: 0.375rem 0;
}
body.course-listing-page .course-list ul#course-list ul li a:hover {
  color: currentColor;
}
body.course-listing-page .course-list ul#course-list ul li a,
body.course-listing-page .course-list ul#course-list ul li a span {
  color: #4E4E4E;
  font-size: 13px;
  line-height: 1;
  vertical-align: middle;
}
@media (max-width: 45.9375em) {
  body.course-listing-page .course-list ul#course-list ul li a,
  body.course-listing-page .course-list ul#course-list ul li a span {
    font-size: 14px;
    line-height: 17px;
    font-weight: 600;
  }
}
body.course-listing-page .course-list ul#course-list ul li a svg {
  display: none;
}
@media (max-width: 45.9375em) {
  body.course-listing-page .course-list ul#course-list ul {
    margin: 0 0 1rem;
  }
  body.course-listing-page .course-list ul#course-list ul li {
    border-top: none;
  }
  body.course-listing-page .course-list ul#course-list ul li:last-of-type {
    border-radius: 0 0 3px 3px;
  }
  body.course-listing-page .course-list ul#course-list ul:first-of-type li:first-of-type {
    border-top: none;
  }
  body.course-listing-page .course-list ul#course-list ul:first-of-type li:first-of-type {
    border-top: 1px solid #cccccb;
    border-radius: 3px 3px 0 0;
  }
  body.course-listing-page .course-list ul#course-list ul:last-of-type li:last-of-type {
    border-radius: 0 0 3px 3px;
  }
  body.course-listing-page .course-list ul#course-list ul li {
    border: 1px solid #cccccb;
    border-top: none;
  }
  body.course-listing-page .course-list ul#course-list ul li a {
    padding: 8px 22px 8px 8px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: start;
    -ms-flex-pack: start;
    justify-content: flex-start;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
  }
  body.course-listing-page .course-list ul#course-list ul li a svg {
    display: block;
  }
  body.course-listing-page .course-list ul#course-list ul li a svg.arrow {
    position: absolute;
    right: 8px;
    left: auto;
    top: calc(50% - 4px);
  }
  body.course-listing-page .course-list ul#course-list ul li a svg.arrow g {
    fill: #445C6D;
  }
  body.course-listing-page .course-list ul#course-list ul li a .course-icon svg {
    width: 22px;
    height: 24px;
    margin-right: 8px;
  }
  body.course-listing-page .course-list ul#course-list ul li.type {
    margin-top: 0;
    padding: 11px 8px 10px 16px;
    border: none;
    border-radius: 3px 3px 0 0;
  }
  body.course-listing-page .course-list ul#course-list ul li.type > span:first-of-type {
    color: #fff;
    font-size: 16px;
    line-height: 19px;
    font-weight: 700;
    text-transform: none;
    font-family: museo-slab, serif;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
  }
  body.course-listing-page .course-list ul#course-list ul li.type span.list-progress {
    position: static;
    width: auto;
    color: #fff;
    font-weight: 700;
    font-family: museo-slab, serif;
    font-size: 14px;
    line-height: 17px;
  }
}
body.course-listing-page .back-to-top-button {
  display: inline-block;
  margin: auto;
  margin-bottom: 2rem;
}
@media (min-width: 46em) {
  body.course-listing-page .back-to-top-button {
    display: none;
  }
}
body.course-listing-page #inner-library-description {
  border: 1px solid #CCCCCB;
  border-radius: 3px;
}
body.course-listing-page #inner-library-description .columns {
  padding: 0 !important;
  margin-left: 0;
  margin-right: 0;
}
body.course-listing-page #inner-library-description .video-set {
  margin: 0;
  padding: 0 1.5rem 2rem;
  width: auto;
  border-bottom: 1px solid #cdcdcd;
}
@media (max-width: 45.9375em) {
  body.course-listing-page #inner-library-description .video-set {
    padding: 1rem;
  }
}
body.course-listing-page #inner-library-description .video-set:last-child {
  border-bottom: none;
}
body.course-listing-page #inner-library-description .video-set h5 {
  margin-top: 1.25rem;
  margin-bottom: 0.5rem;
  font-weight: 700;
  color: #9b9b9b;
  font-size: 10px;
  line-height: 1.2;
  letter-spacing: 0.25px;
}
@media (max-width: 45.9375em) {
  body.course-listing-page #inner-library-description .video-set h5 {
    margin-top: 0;
    margin-bottom: 5px;
  }
}
body.course-listing-page #inner-library-description .video-set h6 {
  font-weight: bold;
  color: #445C6D;
}
body.course-listing-page #inner-library-description .video-set p {
  color: #4E4E4E;
  font-size: 0.875rem;
  line-height: 1.5;
}
body.course-listing-page #inner-library-description .video-set p:last-child {
  margin-bottom: 0;
}
body.course-listing-page #inner-library-description .video-set ul {
  margin: 0 0 0 1rem;
  padding: 2.1rem 0 0 0;
  line-height: 1.4rem;
}
@media (max-width: 63.9375em) {
  body.course-listing-page #inner-library-description .video-set ul {
    margin: 0;
    padding-top: 1rem;
  }
}
body.course-listing-page #inner-library-description .video-set ul.empty {
  padding-top: 0;
}
body.course-listing-page #inner-library-description .video-set div.video-topics-list h2 {
  color: #445C6D;
  font-size: 1.125rem;
  line-height: 1.33;
  font-weight: 700;
  font-family: museo-slab, serif;
  margin-bottom: 0.5rem;
}
body.course-listing-page #inner-library-description .video-set div.video-topics-list span {
  color: #777;
  font-size: 0.8rem;
  font-weight: bold;
  text-transform: uppercase;
}
body.course-listing-page #inner-library-description .video-set li.library_supplemental ul.course-lesson-list {
  padding: 0;
  margin: 0;
}
body.course-listing-page #inner-library-description .video-set .videos-coming-soon {
  margin: 0 0 0 1rem;
  padding: 2.6rem 0 0 0;
}
@media (max-width: 63.9375em) {
  body.course-listing-page #inner-library-description .video-set .videos-coming-soon {
    margin: 0;
    padding-top: 1.6rem;
  }
}
body.course-listing-page #inner-library-description .video-set .videos-coming-soon span {
  color: #9B9B9B;
  font-size: 13px;
  line-height: 16px;
  display: block;
  padding-bottom: 6px;
  border-bottom: 1px solid #cccccd;
  margin-bottom: 20px;
}
body.course-listing-page #inner-library-description .video-set .videos-coming-soon .fake-line {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-align: start;
  -ms-flex-align: start;
  align-items: flex-start;
  -ms-flex-wrap: nowrap;
  flex-wrap: nowrap;
}
body.course-listing-page #inner-library-description .video-set .videos-coming-soon .fake-line::before, body.course-listing-page #inner-library-description .video-set .videos-coming-soon .fake-line::after {
  content: "";
  display: block;
  background-color: #f2f2f2;
  border-radius: 3px;
  margin-bottom: 16px;
  height: 12px;
  width: 20px;
}
body.course-listing-page #inner-library-description .video-set .videos-coming-soon .fake-line::before {
  width: 72%;
}
body.course-listing-page #inner-library-description .video-set .videos-coming-soon .fake-line:nth-child(odd)::before {
  width: 64%;
}
body.course-listing-page #inner-library-description .video-set.single-video-topic {
  padding-bottom: 0;
  display: flex;
  align-items: stretch;
  justify-content: flex-start;
  flex-wrap: wrap;
}
@media (max-width: 45.9375em) {
  body.course-listing-page #inner-library-description .video-set.single-video-topic {
    padding-bottom: 1rem;
  }
}
body.course-listing-page #inner-library-description .video-set.single-video-topic .text-column {
  padding-bottom: 2rem !important;
}
@media (min-width: 46em) {
  body.course-listing-page #inner-library-description .video-set.single-video-topic .text-column {
    padding-right: 15px !important;
  }
}
@media (max-width: 45.9375em) {
  body.course-listing-page #inner-library-description .video-set.single-video-topic .text-column {
    padding-bottom: 1rem !important;
  }
}
body.course-listing-page #inner-library-description .video-set.single-video-topic .elective-video-thumb {
  display: flex;
  flex-direction: row;
  justify-content: flex-end;
  align-items: center;
}
body.course-listing-page div#course-list-wrap {
  padding: 0;
}
body.course-listing-page div#course-details {
  margin-bottom: 100px;
}
@media (min-width: 46em) {
  body.course-listing-page div#course-details {
    width: 75%;
  }
}
@media (max-width: 45.9375em) {
  body.course-listing-page div#course-details {
    display: none;
    margin-bottom: 1.5rem;
  }
}
@media (min-width: 46em) {
  body.course-listing-page div#course-details.electives-details {
    width: 100%;
  }
}
@media (max-width: 45.9375em) {
  body.course-listing-page div#course-details.electives-details {
    display: block;
    margin-bottom: 1.5rem;
  }
}
body.course-listing-page div#course-details.electives-details .small-primary {
  position: absolute;
  top: -66px;
  left: 16px;
  color: #fff;
}
body.course-listing-page div#course-details.electives-details .small-primary .xtra-btn-text {
  color: inherit;
  font-weight: inherit;
  vertical-align: baseline;
}
@media (max-width: 45.9375em) {
  body.course-listing-page div#course-details.electives-details .small-primary {
    position: static;
    margin-bottom: 1.5rem;
    display: inline-block !important;
  }
  body.course-listing-page div#course-details.electives-details .small-primary .xtra-btn-text {
    display: none;
  }
}
body.course-listing-page div#course-details.electives-details .inner-library-header p {
  font-weight: 500;
}
body.course-listing-page div#course-details.electives-details .video-controls {
  display: none;
}
body.course-listing-page div#course-details.electives-details .elective-video-preview {
  width: 100%;
}
@media (max-width: 39.9375em) {
  body.course-listing-page div#course-details.electives-details .elective-video-preview {
    margin: auto;
  }
}
body.course-listing-page div#course-details.electives-details .elective-video-thumb-wrapper {
  border-radius: 4px;
  position: relative;
  width: 100%;
  max-width: 330px;
  min-width: 230px;
  overflow: hidden;
  float: right;
}
@media (max-width: 45.9375em) {
  body.course-listing-page div#course-details.electives-details .elective-video-thumb-wrapper {
    max-width: 260px;
  }
}
@media (max-width: 39.9375em) {
  body.course-listing-page div#course-details.electives-details .elective-video-thumb-wrapper {
    float: none;
    margin: auto;
  }
}
body.course-listing-page div#course-details.electives-details a > svg {
  position: relative;
  bottom: 1px;
}
body.course-listing-page div#course-details.electives-details a.link-wrap {
  width: 100%;
  padding-bottom: 56.25%;
  position: relative;
  display: block;
  background-size: cover;
  background-position: center center;
}
body.course-listing-page div#course-details.electives-details .gradient-overlay {
  position: absolute;
  top: 0;
  left: 0;
  height: 100%;
  width: 100%;
  opacity: 1;
  transition: opacity 300ms ease-in-out;
}
body.course-listing-page div#course-details.electives-details .gradient-overlay.thumb-initialized {
  opacity: 0.9;
}
body.course-listing-page div#course-details.electives-details .gradient-overlay:hover {
  opacity: 1;
}
body.course-listing-page div#course-details.electives-details .elective-play-button {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  pointer-events: none;
}
@media (max-width: 63.9375em) {
  body.course-listing-page div#course-details.electives-details .elective-play-button {
    top: 54%;
    width: 258px;
  }
}
body.course-listing-page div#course-details.electives-details .elective-play-button p, body.course-listing-page div#course-details.electives-details .elective-play-button a {
  color: #FFFFFF;
}
body.course-listing-page div#course-details.electives-details .elective-play-button img {
  padding-bottom: 0.5rem;
}
body.course-listing-page div#course-details.electives-details .elective-play-button p {
  font-size: 1.125rem;
  font-weight: 300;
  margin: 0;
  padding: 0;
}
@media (max-width: 63.9375em) {
  body.course-listing-page div#course-details.electives-details .elective-play-button p {
    font-size: 14px;
  }
}
body.course-listing-page div#course-details.electives-details .elective-play-button p.watch-text {
  font-size: 1.125rem;
  font-weight: 600;
}
@media (max-width: 45.9375em) {
  body.course-listing-page div#course-details.electives-details .elective-play-button p.watch-text {
    font-size: 14px;
  }
}
body.course-listing-page div#course-details.electives-details .elective-video-thumb {
  padding: 3rem 1rem !important;
}
@media (max-width: 45.9375em) {
  body.course-listing-page div#course-details.electives-details .elective-video-thumb {
    padding: 0 !important;
  }
}
@media (min-width: 46em) {
  body.course-listing-page div.full-width#course-details {
    width: 100%;
  }
}
body.course-listing-page .back-to-course-list-button {
  margin-bottom: 0;
  display: none;
}
@media (max-width: 45.9375em) {
  body.course-listing-page.show-course-mobile ul#course-list,
  body.course-listing-page.show-course-mobile .filter-row h2 {
    display: none;
  }
}
@media (max-width: 45.9375em) {
  body.course-listing-page.show-course-mobile div#course-details {
    display: block;
  }
}
@media (max-width: 45.9375em) {
  body.course-listing-page.show-course-mobile .back-to-course-list-button {
    display: block;
  }
}
body.course-listing-page div#courses-filters {
  margin-top: -19px;
}
body.course-listing-page #mobile-course-list {
  position: relative;
  left: 640px;
  top: 0;
}
body.course-listing-page button.backbutton {
  background: none !important;
  padding: 0.5em;
  margin: 0;
  color: #455C6D;
}
@media only screen and (max-width: 1024px) {
  body.course-listing-page .ignition-filters ul li, body.course-listing-page ul#choose-school li, body.course-listing-page ul.filter-school li {
    padding-right: 0;
  }
  body.course-listing-page ul#choose-school {
    margin: 0 0 1rem;
  }
}
body.course-listing-page.elective-studies-course-listing-page div.library-header.extra-course-header {
  background: url("/static/images/iu-illustrations-electivestudies.88bed68e73a1.png") no-repeat calc(100% + 200px) bottom/660px 296px, url("/static/images/banners/iu-hero-elective-studies-bg.463e80761bf8.png") no-repeat center bottom/cover, #6DA2FF;
}
@media (min-width: 64em) {
  body.course-listing-page.elective-studies-course-listing-page div.library-header.extra-course-header {
    background: url("/static/images/iu-illustrations-electivestudies.88bed68e73a1.png") no-repeat calc(50% + 375px) bottom/660px 296px, url("/static/images/banners/iu-hero-elective-studies-bg.463e80761bf8.png") no-repeat center bottom/cover, #6DA2FF;
  }
}
@media (max-width: 45.9375em) {
  body.course-listing-page.elective-studies-course-listing-page div.library-header.extra-course-header {
    background: url("/static/images/banners/iu-hero-elective-studies-bg.463e80761bf8.png") no-repeat center bottom/cover, #6DA2FF;
  }
}
body.course-listing-page.employee-courses-course-listing-page div.library-header h1 {
  color: #445C6D;
}
body.course-listing-page.employee-courses-course-listing-page div.library-header h2 {
  color: #4E4E4E;
}
body.course-listing-page.employee-courses-course-listing-page div.library-header.extra-course-header {
  background-size: cover !important;
  background: url("/static/images/InternalStudies_HeaderBG@2x.5f7fa0f0ca6f.png") no-repeat center center;
}
@media (min-width: 64em) {
  body.course-listing-page.employee-courses-course-listing-page div.library-header.extra-course-header {
    background: url("/static/images/InternalStudies_HeaderBG@2x.5f7fa0f0ca6f.png") no-repeat center center;
  }
}
@media (max-width: 45.9375em) {
  body.course-listing-page.employee-courses-course-listing-page div.library-header.extra-course-header {
    background: linear-gradient(45deg, rgb(190, 230, 210) 0%, rgb(190, 220, 240) 60%);
  }
}

/* VIDEO PAGE */
body.video-page {
  /* The switch - the box around the slider */
}
body.video-page #container {
  background-color: #FFFFFF;
  padding-bottom: 130px;
}
body.video-page #video-back .small-primary svg {
  margin-bottom: 1px;
}
body.video-page .next-prev-section .course-link {
  color: #4A90AD;
  text-decoration: none;
  font-weight: 400;
}
body.video-page .next-prev-section .course-link:hover {
  text-decoration: underline;
}
body.video-page ul.breadcrumbs.video-breadcrumbs {
  background: none repeat scroll 0 center rgba(0, 0, 0, 0);
  border: 0 none;
  margin: 0;
  padding: 0 0 0 25px;
}
body.video-page .breadcrumbs.video-breadcrumbs > * a, body.video-page .breadcrumbs.video-breadcrumbs > * span {
  color: #4E4E4E;
  text-transform: capitalize;
}
body.video-page .breadcrumbs.video-breadcrumbs a {
  font-size: 14px;
  line-height: 17px;
  color: #9B9B9B;
}
body.video-page ul.breadcrumbs.video-breadcrumbs li.current {
  text-transform: capitalize;
  font-size: 14px;
  line-height: 17px;
  color: #9B9B9B;
  font-weight: bold;
}
body.video-page ul.breadcrumbs.video-breadcrumbs li.current:before {
  font-weight: normal;
}
body.video-page div.filter-bar {
  display: inline-block;
  vertical-align: middle;
  margin-top: -3px;
}
body.video-page .video-subtitle .filter-bar {
  margin-left: 8px;
}
body.video-page p.version-label {
  font-size: 12.25px;
  color: #666;
}
body.video-page .version-content {
  border: 1px solid #9b9b9b;
}
body.video-page .filter-bar #version-filter {
  position: relative;
  padding-left: 0;
  width: 55px;
  height: 22px;
  text-align: left;
  padding: 3px !important;
  box-shadow: none;
  margin-left: 0;
}
body.video-page .filter-bar #version-filter.expanded {
  border-bottom-left-radius: 0;
  border-bottom-right-radius: 0;
}
body.video-page .dropdown > li ul {
  min-width: 0;
  width: 100px;
  top: 22px;
  left: -50px;
  border-color: #9b9b9b;
  border-radius: 3px;
  z-index: 100000;
  padding-bottom: 3px;
}
body.video-page ul.dd-filters {
  position: absolute;
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
  padding: 2px 3px 2px 8px;
}
body.video-page ul.dd-filters li {
  width: 100%;
  height: 100%;
}
body.video-page ul.dd-filters li span {
  display: inline;
  position: absolute;
  top: -2px;
}
body.video-page ul.dd-filters ul.menu li.t span.new {
  display: inline;
  position: absolute;
  right: 5px;
  top: 0;
  line-height: 20px !important;
  color: #4A90AD !important;
  font-size: 9px !important;
  text-transform: uppercase;
  letter-spacing: normal !important;
}
body.video-page .dropdown {
  background-image: url("/static/images/drop_down_arrow.ca01da4d9ae8.svg");
  background-position: 65% 48%;
  background-repeat: no-repeat;
}
body.video-page .dropdown > li {
  padding-top: 2px;
}
body.video-page .dropdown > li::after, body.video-page .dropdown2 > li::after {
  content: "";
}
body.video-page .dropdown > li ul li, body.video-page .dropdown > li ul li a, body.video-page .dropdown > li span.current-version-small-only {
  font-size: 12.25px !important;
  line-height: 15px !important;
  color: #666 !important;
  position: relative;
  vertical-align: top;
}
body.video-page .dropdown > li ul li a:link,
body.video-page #video-description .dropdown > li ul li a:link,
body.video-page #video-description .dropdown > li ul li a:visited,
body.video-page #video-description .dropdown > li ul li a:active {
  padding-left: 8px;
  padding-top: 3px;
  padding-bottom: 0;
  text-decoration: none;
  display: block !important;
}
body.video-page #video-description {
  margin-bottom: 16px;
  background-color: white;
}
body.video-page #video-description .course-header {
  height: 100px;
  padding: 16px 24px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  border-top-left-radius: 3px;
  border-top-right-radius: 3px;
}
body.video-page #video-description .course-header p {
  padding: 0;
  margin: 0;
  color: #FFFFFF;
  font-size: 10px;
  font-weight: bold;
  letter-spacing: 0.25px;
  line-height: 12px;
}
body.video-page #video-description .course-header h2 {
  margin: 0;
  color: #FFFFFF;
  font-size: 21px;
  line-height: 30px;
  font-family: museo-slab, serif;
  font-weight: 700;
  letter-spacing: normal;
}
@media (max-width: 40em) {
  body.video-page #video-description .course-header h2 {
    font-size: 18px;
    line-height: 24px;
  }
}
body.video-page #video-description .course-header .course-header-icon {
  width: 48px;
  height: 53px;
  padding: 0;
}
@media (max-width: 40em) {
  body.video-page #video-description .course-header .course-header-icon {
    left: 1rem;
  }
}
body.video-page #video-description .course-header div.header-text {
  display: inline-block;
  margin-left: 12px;
}
body.video-page #video-description .lesson-breadcrumb {
  padding: 8.5px 15px 8.5px 22px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  line-height: 16px;
  border-bottom: 1px solid #CCCCCB;
  border-left: 1px solid #CCCCCB;
  border-right: 1px solid #CCCCCB;
  border-bottom-right-radius: 3px;
  border-bottom-left-radius: 3px;
}
body.video-page #video-description .lesson-breadcrumb .bc-links {
  margin-right: 10px;
}
body.video-page #video-description .lesson-breadcrumb .bc-meta {
  margin-left: auto;
  flex: 0 0 auto;
}
body.video-page #video-description .lesson-breadcrumb .bc-meta .no-other-versions {
  margin-right: 20px;
}
body.video-page #video-description .lesson-breadcrumb hr {
  margin: 8px 0 5px 0;
}
body.video-page #video-description .lesson-breadcrumb a {
  color: #4E4E4E;
  font-size: 12px;
  line-height: 14px;
  text-decoration: none;
}
body.video-page #video-description .lesson-breadcrumb a:hover {
  text-decoration: underline;
}
body.video-page #video-description .lesson-breadcrumb a:after {
  content: ">";
  margin: 0 3px 0 7px;
  text-decoration: none;
  display: inline-block;
}
body.video-page #video-description .lesson-breadcrumb a:last-of-type:after {
  content: none;
  margin: 0;
}
body.video-page #video-description .lesson-breadcrumb p {
  display: inline-block;
  color: #4E4E4E;
  font-size: 12px;
  margin: 0;
}
body.video-page #video-description .lesson-breadcrumb p.length {
  line-height: 1;
  margin-right: 10px;
}
body.video-page #video-description .lesson-breadcrumb p span {
  font-weight: bold;
  font-size: inherit;
  color: inherit;
}
body.video-page #video-description .lesson-breadcrumb .filter-bar {
  margin: 0;
  position: relative;
  left: -9px;
}
body.video-page #video-description .lesson-breadcrumb .filter-bar #version-filter {
  padding: 0 !important;
}
body.video-page #video-description .lesson-breadcrumb .filter-bar #version-filter .dropdown.dd-filters {
  padding: 0 0 0 8px;
}
body.video-page #video-description .lesson-breadcrumb .filter-bar #version-filter .dropdown.dd-filters li {
  padding: 0;
}
body.video-page #video-description .lesson-breadcrumb .filter-bar #version-filter .dropdown.dd-filters li .current-version-small-only {
  vertical-align: baseline;
  position: relative;
  top: 1px;
}
body.video-page #video-description.transcript-page {
  margin-top: 100px;
}
body.video-page #video-description.transcript-page .lesson-breadcrumb {
  padding-top: 10px;
  padding-bottom: 10px;
}
@media (max-width: 63.9375em) {
  body.video-page #video-description.transcript-page .lesson-breadcrumb {
    padding: 0;
  }
}
body.video-page #video-description.transcript-page + div.description p.transcript-text:hover {
  background-color: transparent;
  border-radius: 3px;
  cursor: auto;
}
body.video-page .description,
body.video-page .resources {
  background-color: white;
  border: 1px solid #CCCCCB;
  border-radius: 3px 3px 0 0;
  padding: 24px;
  margin-bottom: 16px;
}
body.video-page .description h4,
body.video-page .resources h4 {
  font-size: 14px;
  line-height: 21px;
  color: #445C6D;
  font-family: museo-slab, serif;
  font-weight: 700;
  margin-bottom: 1.5em;
}
body.video-page .description p,
body.video-page .resources p {
  color: #4E4E4E;
  font-size: 14px;
  line-height: 21px;
}
body.video-page .description a,
body.video-page .resources a {
  color: #4A90AD;
  font-size: 14px;
  line-height: 21px;
  font-weight: 400;
}
body.video-page .description a:hover, body.video-page .description a:focus,
body.video-page .resources a:hover,
body.video-page .resources a:focus {
  text-decoration: underline;
}
body.video-page .description .video-version,
body.video-page .resources .video-version {
  color: #9B9B9B;
  font-size: 14px;
  line-height: 21px;
  margin-bottom: 0;
}
body.video-page .description .resource-list,
body.video-page .resources .resource-list {
  color: #4E4E4E;
  list-style-type: none;
  padding: 0;
  margin: 0;
}
body.video-page .description .resource-list .resource,
body.video-page .resources .resource-list .resource {
  padding: 0.5rem 0.2rem 0.5rem 0;
  position: relative;
  min-height: 33px;
  background-repeat: no-repeat;
  background-size: 24px 24px;
  background-position: 100% center;
}
body.video-page .description .resource-list .resource:not(:last-child),
body.video-page .resources .resource-list .resource:not(:last-child) {
  border-bottom: 1px solid #DDD;
}
body.video-page .description .resource-list .resource.external,
body.video-page .resources .resource-list .resource.external {
  background-image: url("/static/images/icons/icon-link.6c54dda5ca02.svg");
}
body.video-page .description .resource-list .resource.download,
body.video-page .resources .resource-list .resource.download {
  background-image: url("/static/images/icons/icon-download.99964eac9d4a.svg");
}
body.video-page .description .resource-list .resource a,
body.video-page .resources .resource-list .resource a {
  color: #4E4E4E;
  width: 50%;
  display: block;
  position: static;
  font-weight: 300;
}
body.video-page .description .resource-list .resource a:hover, body.video-page .description .resource-list .resource a:focus,
body.video-page .resources .resource-list .resource a:hover,
body.video-page .resources .resource-list .resource a:focus {
  text-decoration: none;
}
body.video-page .description .resource-list .resource a:hover::after, body.video-page .description .resource-list .resource a:focus-visible::after,
body.video-page .resources .resource-list .resource a:hover::after,
body.video-page .resources .resource-list .resource a:focus-visible::after {
  opacity: 100;
}
body.video-page .description .resource-list .resource a::after,
body.video-page .resources .resource-list .resource a::after {
  content: "";
  border: 1px solid #CCCCCB;
  position: absolute;
  left: -0.5em;
  right: -0.5em;
  top: -1px;
  bottom: -1px;
  display: inline-block;
  border-radius: 3px;
  cursor: pointer;
  background-color: rgba(191, 191, 191, 0.125);
  opacity: 0;
}
body.video-page .resources h4 {
  margin-bottom: 1em;
}
body.video-page .transcript-section {
  background-color: white;
  border: 1px solid #CCCCCB;
  border-radius: 3px 3px 0 0;
}
body.video-page .transcript-section h4 {
  font-size: 14px;
  line-height: 21px;
  color: #445C6D;
  font-family: museo-slab, serif;
  font-weight: 700;
}
body.video-page .transcript-section p {
  color: #4E4E4E;
  font-size: 14px;
  line-height: 21px;
}
body.video-page .transcript-section p span:first-child {
  font-weight: bold;
}
body.video-page .transcript-section p.transcript-text {
  -webkit-transition: background-color 500ms linear;
  -ms-transition: background-color 500ms linear;
  transition: background-color 500ms linear;
  border-radius: 3px;
}
body.video-page .transcript-section p.transcript-text:last-child {
  margin-bottom: 0;
}
body.video-page .transcript-section .transcript-header {
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding: 1.5em 1.5em 1.6em 1.5em;
}
body.video-page .transcript-section .transcript-header h4 {
  padding: 0;
  margin: 0;
}
body.video-page .transcript-section .transcript-header a {
  font-size: 12px;
  font-weight: 300;
  color: #9b9b9b;
  text-transform: none;
  letter-spacing: normal;
  line-height: 1;
  text-decoration: underline;
}
body.video-page .transcript-section .transcript-content {
  padding: 0 24px 24px 24px;
}
body.video-page .transcript-section.editing .transcript-header {
  border-bottom: 1px solid #CCCCCB;
}
body.video-page .transcript-section.editing .transcript-content {
  padding: 24px;
}
body.video-page .transcript-section .transcript-diff-wrapper {
  display: none;
}
body.video-page .transcript-section .transcript-diff-wrapper form {
  height: 100%;
}
body.video-page .transcript-section .transcript-diff-wrapper textarea {
  padding: 24px;
  border: none;
  height: 100%;
  width: 100%;
  resize: none;
  box-shadow: none;
  background-color: #F7F7F7;
}
body.video-page .transcript-section .transcript-diff-wrapper textarea:focus {
  background: #FFFFFF;
}
body.video-page .inaccuracy-section {
  background-color: white;
  border: 1px solid #CCCCCB;
  border-top: none;
  border-radius: 0 0 3px 3px;
  padding: 24px;
}
body.video-page .inaccuracy-section h5 {
  font-size: 14px;
  line-height: 21px;
  color: #445C6D;
  font-family: museo-slab, serif;
  font-weight: 700;
  text-transform: none;
  letter-spacing: normal;
  margin-bottom: 10px;
}
body.video-page .inaccuracy-section .btn-disabled {
  pointer-events: none;
  cursor: none;
  color: #cccccb;
  background-color: #e6e6e6;
  border: 1px solid #e6e6e6;
}
body.video-page .inaccuracy-section .section-content {
  display: flex;
}
body.video-page .inaccuracy-section .section-content .text-wrapper {
  margin-right: 10px;
}
body.video-page .inaccuracy-section .section-content .text-wrapper p {
  color: #9B9B9B;
  font-size: 14px;
  line-height: 21px;
  margin-bottom: 0;
  font-style: italic;
}
body.video-page .inaccuracy-section .section-content .btn-group {
  position: relative;
  flex: 1 0 240px;
}
body.video-page .inaccuracy-section .section-content .btn-group.flag-active .small-secondary {
  pointer-events: none;
  cursor: none;
  color: rgba(68, 92, 109, 0.35);
  border: 1px solid rgba(68, 92, 109, 0.35);
  background-color: #FFFFFF;
}
@media screen and (max-width: 860px) {
  body.video-page .inaccuracy-section .section-content {
    flex-direction: column;
  }
  body.video-page .inaccuracy-section .section-content .btn-group {
    margin-top: 15px;
    flex: unset;
  }
}
body.video-page .inaccuracy-section .tool-tip-form {
  padding: 16px;
  background: #ffffff;
  border: 1px solid #9B9B9B;
  border-radius: 3px;
  position: absolute;
  width: 360px;
  bottom: 80px;
  left: 5px;
  display: none;
}
body.video-page .inaccuracy-section .tool-tip-form h4 {
  color: #4E4E4E;
  font-size: 14px;
  font-weight: 600;
  line-height: 17px;
  text-transform: none;
  letter-spacing: normal;
}
body.video-page .inaccuracy-section .tool-tip-form p {
  line-height: 21px;
  font-size: 14px;
}
body.video-page .inaccuracy-section .tool-tip-form textarea {
  border: 1px solid #979797;
  height: 87px;
  border-radius: 3px;
  resize: none;
  box-shadow: none;
}
body.video-page .inaccuracy-section .tool-tip-form textarea:focus {
  background: #FFFFFF;
}
body.video-page .inaccuracy-section .tool-tip-form textarea.input-error {
  border-color: red;
}
body.video-page .inaccuracy-section .tool-tip-form .cancel-btn {
  margin-left: 24px;
}
body.video-page .inaccuracy-section .tool-tip-form .cancel-btn span {
  font-family: "Museo Slab";
  color: #6D7278;
  font-size: 13px;
  line-height: 16px;
}
body.video-page .inaccuracy-section .tool-tip-form .error-message {
  color: red;
  font-size: 12px;
  width: 150px;
  display: inline-block;
  margin-left: 25px;
  position: relative;
  top: 7px;
  margin-top: -4px;
}
body.video-page .inaccuracy-section .tool-tip-form:after, body.video-page .inaccuracy-section .tool-tip-form:before {
  top: 100%;
  left: 30px;
  border: solid transparent;
  content: " ";
  height: 0;
  width: 0;
  position: absolute;
  pointer-events: none;
}
body.video-page .inaccuracy-section .tool-tip-form:after {
  border-color: rgba(136, 183, 213, 0);
  border-top-color: #FFFFFF;
  border-width: 12px;
  margin-left: -12px;
}
body.video-page .inaccuracy-section .tool-tip-form:before {
  border-color: rgba(194, 225, 245, 0);
  border-top-color: #9B9B9B;
  border-width: 13px;
  margin-left: -13px;
}
@media screen and (max-width: 920px) and (min-width: 860px) {
  body.video-page .inaccuracy-section .tool-tip-form {
    bottom: 100px;
  }
}
@media screen and (max-width: 860px) {
  body.video-page .inaccuracy-section .tool-tip-form {
    bottom: 50px;
  }
}
@media screen and (max-width: 440px) {
  body.video-page .inaccuracy-section .tool-tip-form {
    width: 100%;
    left: 0 !important;
  }
}
body.video-page .inaccuracy-section .editing-bar {
  display: none;
}
body.video-page .inaccuracy-section .editing-bar .btn-group {
  flex: 1 0 auto;
}
body.video-page .inaccuracy-section .editing-bar .btn-group .cancel-btn {
  margin: 0 25px;
}
body.video-page .inaccuracy-section .editing-bar .btn-group .cancel-btn span {
  font-family: "Museo Slab";
  color: #6D7278;
  font-size: 13px;
  font-weight: 500;
  line-height: 15.6px;
}
body.video-page .switch {
  position: relative;
  display: inline-block;
  width: 32px;
  height: 20px;
  margin: 0 !important;
  /* Hide default HTML checkbox */
  /* The slider */
}
body.video-page .switch input {
  opacity: 0;
  width: 0;
  height: 0;
}
body.video-page .switch input:checked + .slider {
  background-color: #4A90AD;
}
body.video-page .switch input:checked + .slider:before {
  background-color: #FFFFFF;
}
body.video-page .switch input:focus + .slider {
  box-shadow: none;
}
body.video-page .switch input:checked + .slider:before {
  -webkit-transform: translateX(12px);
  -ms-transform: translateX(12px);
  transform: translateX(12px);
}
body.video-page .switch .slider {
  position: absolute;
  cursor: pointer;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background-color: #E6E6E6;
  -webkit-transition: 0.4s;
  transition: 0.4s;
  /* Rounded sliders */
}
body.video-page .switch .slider:before {
  position: absolute;
  content: "";
  height: 12px;
  width: 12px;
  left: 4px;
  bottom: 4px;
  background-color: #9B9B9B;
  -webkit-transition: 0.4s;
  transition: 0.4s;
}
body.video-page .switch .slider.round {
  border-radius: 34px;
}
body.video-page .switch .slider.round:before {
  border-radius: 50%;
}
body.video-page .auto-play-wrapper > span:first-child {
  font-size: 12px;
  font-weight: bold;
  line-height: 1;
  display: inline-block;
  margin-right: 5px;
  position: relative;
  top: -3px;
}
body.video-page .auto-play-wrapper .switch {
  top: 5px;
}
body.video-page .auto-play-wrapper .auto-status {
  display: inline-block;
  margin: 0;
  font-size: 12px;
}
body.video-page #prevl-nexl {
  margin-bottom: 35px;
}
body.video-page #prevl-nexl .small-secondary,
body.video-page #prevl-nexl .small-secondary-white {
  width: 49%;
  padding: 8px 6px;
}
body.video-page #prevl-nexl > a:first-child {
  float: left;
}
body.video-page #prevl-nexl > a:nth-child(2) {
  float: right;
}
body.video-page .video-container {
  margin: 1rem 1rem 0 0;
}
body.video-page div#share-dialog {
  background: none repeat scroll 0 0 #fafafd;
  border: 2px solid #99aacc;
  border-radius: 4px;
  box-shadow: 3px 5px 4px #456;
  padding: 0.6rem;
  margin-left: 1em;
  position: absolute;
  top: 18rem;
  /*width: 22rem;*/
  z-index: 10;
  display: none;
}
body.video-page div#share-dialog h1 {
  font-family: museo-slab, serif;
  font-size: 1rem;
  color: #445C6D;
  padding: 0;
}
body.video-page div#share-dialog h6 {
  font-family: museo-slab, serif;
  font-size: 1rem;
  color: #445C6D;
}
body.video-page div#share-dialog p {
  color: #4E4E4E;
}
body.video-page div#share-dialog a:hover {
  font-weight: bold;
}
body.video-page div#share-dialog a#share-dialog-close-link {
  float: right;
}
body.video-page div#related-tags {
  background: #ffffff;
  padding: 0.8rem;
  line-height: 1.8rem;
}
body.video-page #autoplay {
  display: inline-block;
  font-size: 12px;
  color: #4E4E4E;
  line-height: 15px;
}
body.video-page #autoplay img {
  margin: 0 3px 0px 6px;
}
body.video-page ul#video-meta, body.video-page ul#video-meta li, body.video-page ul#video-meta li a {
  color: #716f6d;
  font-size: 0.875rem;
  line-height: 21px;
}
body.video-page ul#video-meta li a:hover {
  color: #4E4E4E;
  text-decoration: underline;
}
body.video-page div#video-controls {
  background-color: #9B9B9B;
  width: 100%;
  height: 48px;
  padding: 0 20px;
  margin-bottom: 2rem;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  position: relative;
}
@media screen and (max-width: 700px) {
  body.video-page div#video-controls {
    margin-bottom: 25px;
  }
}
body.video-page #video-controls {
  border-radius: 0 0 3px 3px;
}
body.video-page #video-controls .like-buttons {
  opacity: 0; /* hiding for now, we are not building these yet */
}
body.video-page #video-controls div.separator {
  display: block;
  width: 1px;
  height: 24px;
  border-left: 1px solid #fff !important;
  cursor: default !important;
}
body.video-page #video-controls .video-share-container {
  opacity: 0.75;
}
body.video-page #video-controls .video-share-container:hover {
  opacity: 1;
  cursor: pointer;
}
body.video-page #video-controls .video-share-container .video-share {
  height: 19px;
  width: 27px;
  background-image: url("/static/images/icons/Lesson-Share.d7d01bdb4cbb.svg");
  background-size: contain;
  background-position: top left;
  margin-bottom: 3px;
}
body.video-page #video-controls .video-share-container span {
  color: white;
  font-size: 14px;
  line-height: 17px;
  margin-right: 8px;
}
body.video-page #video-controls .like-buttons .thumbsdown,
body.video-page #video-controls .like-buttons .thumbsup {
  display: block;
  width: 24px;
  height: 24px;
  margin-bottom: 0;
}
body.video-page #video-controls .like-buttons .thumbsdown {
  margin-left: 1rem;
}
body.video-page #video-controls .like-buttons .thumbsup {
  margin-right: 1rem;
}
body.video-page #video-controls p {
  margin: 0;
}
body.video-page a.button.tiny.radius.prevl,
body.video-page a.button.tiny.radius.nextl {
  display: inline-block;
  width: 49.5%;
  float: left;
  font-weight: normal;
}
body.video-page a.button.tiny.radius.nextl {
  float: right !important;
}
body.video-page a.button.tiny.radius.prevl.disabled,
body.video-page a.button.tiny.radius.prevl.disabled:hover {
  cursor: default;
  background-color: #CBCDD3;
  color: white;
}
body.video-page ul.course-lesson-list.videos-watched li a {
  color: #4E4E4E;
  font-size: 13px;
  line-height: 16px;
}
body.video-page div#lesson-topic-list > h4 {
  margin: 0;
  color: #4E4E4E;
  font-size: 12px;
  line-height: 14px;
  font-family: museo-slab, serif;
}
body.video-page div#lesson-topic-list > h4.sup-video {
  text-transform: capitalize;
  margin-left: 1.8rem;
  font-family: "proxima-nova", "Roboto", Helvetica, Arial, sans-serif;
  font-size: 13px;
}
body.video-page #lesson-topic-list .sup-video + .course-lesson-list {
  margin-bottom: 0;
}
body.video-page span.other-versions a {
  color: #716F6D !important;
  text-decoration: underline;
  font-style: italic;
}
body.video-page span.other-versions a:hover {
  text-decoration: none;
}
body.video-page .video-navigation-wrapper {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  padding: 32px 0 16px 0;
}
body.video-page .video-navigation-wrapper > div:first-child {
  align-items: center;
}
body.video-page table {
  border: none;
  background: inherit;
}
body.video-page table.supplemental td.watched-or-not {
  padding: 0;
}
body.video-page table.supplemental .supplemental-title {
  padding-left: 4px;
}
body.video-page table.supplemental .supplemental-title a {
  color: #4E4E4E;
  font-size: 13px;
  line-height: 16px;
}
body.video-page table.supplemental .supplemental-title + td {
  font-size: 12px;
  font-weight: 600;
  line-height: 14px;
  padding: 0 3.2px 0 0;
}
body.video-page .small-version-control-wrapper {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  margin: 24px 0 8px 0;
}
body.video-page .small-version-control {
  margin-left: auto;
  align-self: center;
}
body.video-page .small-version-control .version-drop-down p {
  color: #9B9B9B;
}
body.video-page .small-version-control .version-drop-down p span {
  color: inherit;
}
body.video-page .nowrap {
  white-space: nowrap;
}
body.video-page a.back-to-top {
  margin-top: 24px;
}
@media only screen and (max-width: 64.063em) {
  body.video-page .hide-for-tablet {
    display: none;
  }
  body.video-page .filter-bar #version-filter {
    margin-bottom: 0;
    margin-top: 0;
  }
  body.video-page .version-bar h5.inline {
    line-height: 34px;
  }
  body.video-page .filter-bar #version-filter {
    min-width: 0;
  }
  body.video-page div#video-description .lesson-breadcrumb {
    -webkit-box-align: start;
    -ms-flex-align: start;
    align-items: flex-start;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    padding: 0;
  }
  body.video-page div#video-description .lesson-breadcrumb .bc-links {
    padding: 8px 22px 0 22px;
  }
  body.video-page div#video-description .lesson-breadcrumb .bc-meta {
    margin-left: 0;
    padding: 0 22px 5px 22px;
  }
}
body.video-page #video-playlist,
body.video-page #video-playlist + div {
  float: right;
}
@media only screen and (max-width: 975px) {
  body.video-page #video-playlist {
    width: 325px;
    float: right;
  }
  body.video-page #video-playlist + div {
    width: calc(100% - 325px);
    float: right;
  }
}
@media only screen and (max-width: 700px) {
  body.video-page #video-playlist {
    width: 100%;
    padding-bottom: 20px;
    background-color: #F6F6F5;
    margin-bottom: 30px;
    border-bottom: 1px solid #CCCCCB;
  }
  body.video-page #video-playlist + div {
    width: 100%;
  }
  body.video-page .tpc-challenge {
    margin-left: 0;
    width: 100%;
  }
  body.video-page .next-prev-section {
    background-color: #FFFFFF;
    border-bottom: 1px solid #CCCCCB;
    margin-bottom: 15px;
  }
}
@media only screen and (max-width: 650px) {
  body.video-page div#video-description .lesson-breadcrumb {
    -webkit-box-align: start;
    -ms-flex-align: start;
    align-items: flex-start;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
  }
  body.video-page div#video-description .lesson-breadcrumb div.bc-meta {
    margin-left: 0;
  }
}
@media only screen and (max-width: 40.063em) {
  body.video-page #lesson-topic-list {
    padding-left: 1px !important;
    padding-right: 1px !important;
  }
  body.video-page div#video-description {
    margin-top: 0;
    padding-top: 0;
  }
  body.video-page div#video-description h1 {
    margin-top: 0;
  }
  body.video-page .hide-for-mobile {
    display: none;
  }
  body.video-page .video-navigation-wrapper {
    display: none;
  }
  body.video-page #container {
    padding-bottom: 32px;
  }
  body.video-page div#video-description .lesson-breadcrumb .bc-links {
    padding: 9px 12px 0 12px;
  }
  body.video-page div#video-description .lesson-breadcrumb .bc-meta {
    margin-left: 0;
    padding: 0 12px 5px 12px;
  }
  body.video-page div#video-description + div.description {
    padding: 16px;
  }
}

.challenge-questions .back {
  margin-bottom: 2rem;
}
.challenge-questions .challenge-inner {
  margin-bottom: 1rem;
}
.challenge-questions .challenge-inner .challenge-top-bg {
  border-radius: 3px 3px 0 0;
}
.challenge-questions .challenge-inner .challenge-info {
  border-radius: 0 0 3px 3px;
  padding: 0.75rem 1.5rem;
  border: 1px solid #CCCCCB;
  border-top: none;
  font-size: 0.75em;
  line-height: 1.5;
}
.challenge-questions .challenge-inner .challenge-info > span:first-of-type {
  margin-right: 1em;
}
.challenge-questions .question-row {
  border: 1px solid #CCCCCB;
  border-radius: 3px;
  padding: 1.5rem 0;
  margin-bottom: 1rem;
  -webkit-transition: border-color 200ms ease;
  -o-transition: border-color 200ms ease;
  transition: border-color 200ms ease;
}
@media (max-width: 40em) {
  .challenge-questions .question-row {
    padding: 1rem 0;
  }
}
.challenge-questions .question-row.error {
  border-color: #EC6742;
}
.challenge-questions .question-row .columns {
  padding: 0 1.5rem;
}
.challenge-questions .question-row .question {
  margin-bottom: 1rem;
}
@media (max-width: 40em) {
  .challenge-questions .question-row .question {
    margin-bottom: 1.5rem;
  }
}
.challenge-questions .question-row .question h2 {
  font-weight: 700;
  margin-top: 0;
}
.challenge-questions .question-row .question .question-help-text {
  margin: 25px 0 0 0;
  font-size: 12px;
  font-weight: bold;
  line-height: 19px;
  color: #4E4E4E;
}
.challenge-questions .question-row .question .question-help-text + span {
  font-size: 12px;
  line-height: 19px;
  color: #4E4E4E;
  font-style: italic;
}
.challenge-questions .question-row .question .question-text {
  display: inline-block;
  font-size: 16px;
  line-height: 26px;
}
.challenge-questions .question-row .question .question-image {
  display: block;
  margin-top: 1rem;
}
.challenge-questions .question-row .answers {
  position: relative;
  margin-bottom: 1rem;
}
.challenge-questions .question-row .answers * {
  -webkit-tap-highlight-color: transparent;
}
.challenge-questions .question-row .answers h2 {
  position: absolute;
  left: -0.5rem;
  top: 0;
  font-weight: 700;
}
@media (max-width: 40em) {
  .challenge-questions .question-row .answers h2 {
    position: static;
    display: block;
    margin-top: 0.5rem;
    float: left;
  }
}
.challenge-questions .question-row .answers ul {
  list-style-type: none;
  margin: 0;
  padding: 0;
}
@media (max-width: 40em) {
  .challenge-questions .question-row .answers ul {
    width: calc(100% - 38px);
    float: right;
  }
}
.challenge-questions .question-row .answers ul li {
  padding: 10px 40px 10px 12px;
  background-color: #F6F6F6;
  border: 1px solid #E6E6E6;
  border-radius: 3px;
  margin-bottom: 1rem;
  -webkit-transition: border 200ms ease;
  -o-transition: border 200ms ease;
  transition: border 200ms ease;
  font-size: 14px;
  line-height: 21px;
  cursor: pointer;
  word-break: break-word;
}
.challenge-questions .question-row .answers ul li:last-of-type {
  margin-bottom: 0;
}
.challenge-questions .question-row .answers ul li.option-selected {
  border: 1px solid #4A90AD;
  background-image: url("/static/images/icons/check-blue.f16acc5f0c09.svg");
  background-size: 1rem 1rem;
  background-repeat: no-repeat;
  background-position: right 0.75rem center;
}
.challenge-questions .question-row .answers ul li p {
  font-size: inherit;
  line-height: inherit;
  color: inherit;
  margin: 0;
}
.challenge-questions .question-row .answers ul.options-or li {
  background-image: url("/static/images/icons/challenge-orderbuttons.3428cff249ee.svg");
  background-position: right 0.75rem center;
  background-repeat: no-repeat;
  background-size: 2px 14px;
}
.challenge-questions .question-row .answers ul.options-or li.place-holder {
  height: 43px;
}
.challenge-questions .question-row .answers ul.options-fb li {
  background-size: 1rem 1rem;
  background-repeat: no-repeat;
  background-position: right 0.75rem top 0.75rem;
}
.challenge-questions .question-row .answers textarea {
  resize: none;
  margin: 0;
  padding: 0;
  width: 100%;
  height: 100%;
  background-color: transparent;
  border: none;
  border-radius: 0;
  transition: none;
  box-shadow: none;
  font-size: 14px;
  line-height: 21px;
}
.challenge-questions .question-row .answers textarea::-webkit-input-placeholder { /* Chrome/Opera/Safari */
  color: #9B9B9B;
  font-family: "proxima-nova", "Roboto", Helvetica, Arial, sans-serif;
}
.challenge-questions .question-row .answers textarea::-moz-placeholder { /* Firefox 19+ */
  color: #9B9B9B;
  font-family: "proxima-nova", "Roboto", Helvetica, Arial, sans-serif;
}
.challenge-questions .question-row .answers textarea:-ms-input-placeholder { /* IE 10+ */
  color: #9B9B9B;
  font-family: "proxima-nova", "Roboto", Helvetica, Arial, sans-serif;
}
.challenge-questions .question-row .answers textarea:-moz-placeholder { /* Firefox 18- */
  color: #9B9B9B;
  font-family: "proxima-nova", "Roboto", Helvetica, Arial, sans-serif;
}
.challenge-questions .question-row .bottom-row {
  display: flex;
  justify-content: space-between;
  align-items: center;
  flex-wrap: nowrap;
}
.challenge-questions .question-row .bottom-row .video-link {
  display: flex;
  justify-content: flex-start;
  align-items: center;
}
.challenge-questions .question-row .bottom-row .video-link span {
  color: #445C6D;
  font-size: 12px;
  line-height: 19px;
}
@media (max-width: 40em) {
  .challenge-questions .question-row .bottom-row .video-link span .verbose {
    display: none;
  }
}
.challenge-questions .question-row .bottom-row .video-link svg {
  width: 1rem;
  height: 1rem;
  margin-right: 0.5rem;
  margin-top: -1px;
}
.challenge-questions .question-row .bottom-row .video-link svg .ring {
  stroke: #445C6D;
  fill: #445C6D;
}
.challenge-questions .question-row .bottom-row .video-link svg .icon {
  fill: #fff;
}
.challenge-questions .question-row .bottom-row .video-link:hover span, .challenge-questions .question-row .bottom-row .video-link:focus span {
  color: #9b9b9b;
  transition: color 100ms ease;
}
.challenge-questions .question-row .bottom-row .video-link:hover svg, .challenge-questions .question-row .bottom-row .video-link:focus svg {
  color: #9B9B9B;
}
.challenge-questions .question-row .bottom-row .video-link:hover svg .ring, .challenge-questions .question-row .bottom-row .video-link:focus svg .ring {
  stroke: currentColor;
  fill: #fff;
}
.challenge-questions .question-row .bottom-row .video-link:hover svg .icon, .challenge-questions .question-row .bottom-row .video-link:focus svg .icon {
  fill: currentColor;
}
.challenge-questions .question-row .bottom-row .marker {
  margin-left: auto;
}
.challenge-questions .question-row .bottom-row .marker img {
  width: 24px;
  height: auto;
  margin-right: 4px;
}
.challenge-questions .question-row .bottom-row .marker span {
  color: #8DC63E;
  font-size: 16px;
  font-weight: 600;
  line-height: 26px;
  vertical-align: -2px;
}
.challenge-questions .submit-row {
  border: 1px solid #CCCCCB;
  border-radius: 3px;
  padding: 1.5rem 1.5rem 1.5rem 2.25rem;
  margin-top: 1rem;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -ms-flex-wrap: nowrap;
  flex-wrap: nowrap;
}
@media (max-width: 40em) {
  .challenge-questions .submit-row {
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
  }
}
.challenge-questions .submit-row .columns {
  padding: 0 1.5rem;
}
.challenge-questions .submit-row .disclaimer {
  position: relative;
}
@media (max-width: 40em) {
  .challenge-questions .submit-row .disclaimer {
    margin-bottom: 1rem;
  }
}
.challenge-questions .submit-row .disclaimer span {
  font-size: 14px;
  line-height: 21px;
  display: inline-block;
}
.challenge-questions .submit-row .disclaimer span.emphasized {
  color: #EC6742;
  font-weight: 600;
}
.challenge-questions .submit-row .disclaimer::before {
  content: "";
  display: block;
  position: absolute;
  top: 0.5rem;
  left: -1rem;
  background: url("/static/images/icons/challenge-warning.7d63b8b17f83.svg");
  background-size: contain;
  background-repeat: no-repeat;
  width: 23px;
  height: 20px;
}
.challenge-questions .submit-row .small-primary {
  cursor: pointer;
  padding: 8px 39px;
  min-width: 200px;
  display: flex;
  justify-content: space-around;
  align-items: center;
}
.challenge-questions .submit-row .small-primary.loading, .challenge-questions .submit-row .small-primary.loading:hover, .challenge-questions .submit-row .small-primary.loading:focus, .challenge-questions .submit-row .small-primary.loading:active, .challenge-questions .submit-row .small-primary.loading:visited {
  pointer-events: none;
  background-color: #D0D2D3;
  border-color: #D0D2D3;
  color: #9B9B9B;
}
.challenge-questions .submit-row .small-primary svg {
  width: 16px;
  display: inline-block;
  vertical-align: middle;
}
.challenge-questions .floating-error {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  position: fixed;
  bottom: -200px;
  opacity: 0;
  width: 100%;
  -webkit-transition: all 1000ms ease;
  -o-transition: all 1000ms ease;
  transition: all 1000ms ease;
  z-index: 1000;
}
.challenge-questions .floating-error.appear {
  opacity: 1;
  bottom: 25px;
}
@media (max-width: 40em) {
  .challenge-questions .floating-error.appear {
    bottom: 10px;
  }
}
.challenge-questions .floating-error p {
  text-align: center;
  font-size: 1rem;
  line-height: 1.33;
  color: white;
  margin: 0;
  max-width: 95%;
  background-color: #EC6742;
  border-radius: 5px;
  padding: 1em;
}
.challenge-questions .challenge-container {
  padding-top: 2rem;
  padding-bottom: 100px;
  /* Styling for score page */
  /* Styling for start page */
}
@media (max-width: 40em) {
  .challenge-questions .challenge-container {
    padding-bottom: 50px;
  }
}
.challenge-questions .challenge-container:not(.scorecard) .question-row .answers ul li {
  position: relative;
}
.challenge-questions .challenge-container:not(.scorecard) .question-row .answers ul li:last-of-type {
  margin-bottom: 0;
}
.challenge-questions .challenge-container:not(.scorecard) .question-row .answers ul li:hover, .challenge-questions .challenge-container:not(.scorecard) .question-row .answers ul li:focus {
  border: 1px solid #4A90AD;
  outline: none;
}
.challenge-questions .challenge-container:not(.scorecard) .question-row .answers ul.options-fb li:hover, .challenge-questions .challenge-container:not(.scorecard) .question-row .answers ul.options-fb li:focus {
  border-color: transparent;
}
.challenge-questions .challenge-container:not(.scorecard) .question-row .answers ul.options-fb li:hover textarea, .challenge-questions .challenge-container:not(.scorecard) .question-row .answers ul.options-fb li:focus textarea {
  outline: none;
}
.challenge-questions .challenge-container:not(.scorecard) .question-row .answers ul.options-fb li:hover textarea + .border-overlay, .challenge-questions .challenge-container:not(.scorecard) .question-row .answers ul.options-fb li:focus textarea + .border-overlay {
  display: block;
}
.challenge-questions .challenge-container:not(.scorecard) .question-row .answers ul.options-fb li textarea:focus {
  outline: none;
}
.challenge-questions .challenge-container:not(.scorecard) .question-row .answers ul.options-fb li textarea:focus + .border-overlay {
  display: block;
}
.challenge-questions .challenge-container:not(.scorecard) .question-row .answers ul.options-fb li textarea + .border-overlay {
  display: none;
  content: "";
  pointer-events: none;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  border: 1px solid #4A90AD;
  border-radius: 3px;
}
.challenge-questions .challenge-container.scorecard {
  padding-top: 100px;
}
@media (max-width: 63.9375em) {
  .challenge-questions .challenge-container.scorecard {
    padding-top: 75px;
  }
}
@media (max-width: 40em) {
  .challenge-questions .challenge-container.scorecard {
    padding-top: 50px;
  }
}
.challenge-questions .challenge-container.scorecard .challenge-info {
  padding: 2rem 1.5rem;
}
.challenge-questions .challenge-container.scorecard .challenge-info h4 {
  color: #4E4E4E;
  font-size: 14px;
  font-weight: 600;
  line-height: 21px;
  margin: 0 0 10px;
}
.challenge-questions .challenge-container.scorecard .challenge-info .score {
  color: #EC6742;
  font-size: 20px;
  font-weight: 600;
  line-height: 21px;
  margin-bottom: 1rem;
  text-transform: uppercase;
}
.challenge-questions .challenge-container.scorecard .challenge-info .score.pass {
  color: #8DC63E;
}
.challenge-questions .challenge-container.scorecard .challenge-info .score .percentage {
  font-size: 40px;
  font-weight: inherit;
  color: inherit;
  display: block;
  margin: 0;
}
.challenge-questions .challenge-container.scorecard .challenge-info .quote {
  color: #4E4E4E;
  font-size: 14px;
  font-style: italic;
  font-weight: 500;
  line-height: 21px;
  max-width: 250px;
  margin: 0 auto;
}
@media (max-width: 40em) {
  .challenge-questions .challenge-container.scorecard .challenge-info .quote {
    margin-bottom: 1.5rem;
  }
}
.challenge-questions .challenge-container.scorecard .challenge-info .quote .attribution {
  color: #4E4E4E;
  font-size: 10px;
  font-style: italic;
  font-weight: 500;
  line-height: 21px;
  display: block;
}
.challenge-questions .challenge-container.scorecard .challenge-info .score-info {
  color: #4E4E4E;
  font-size: 1rem;
  line-height: 26px;
  margin-bottom: 1em;
}
.challenge-questions .challenge-container.scorecard .challenge-info .score-info:last-of-type {
  margin-bottom: 1.5rem;
}
.challenge-questions .challenge-container.scorecard .challenge-info .buttons {
  display: flex;
  justify-content: space-between;
  align-items: center;
  flex-wrap: wrap;
  margin-bottom: -1rem;
  margin-left: -1rem;
}
.challenge-questions .challenge-container.scorecard .challenge-info .buttons a {
  min-width: 200px;
  margin: 0 0 1rem 1rem;
  flex: 1;
}
@media (max-width: 40em) {
  .challenge-questions .challenge-container.scorecard .challenge-info .buttons a {
    min-width: 100%;
  }
}
.challenge-questions .challenge-container.scorecard .question-row .answers ul li {
  cursor: default;
}
.challenge-questions .challenge-container.scorecard .question-row.correct .answers ul li.option-selected {
  border-color: #8DC63E;
  background-image: url("/static/images/icons/challenge-right-answer.c78deb77944f.svg");
}
.challenge-questions .challenge-container.scorecard .question-row.correct .answers ul.options-fb li {
  border-color: #8DC63E;
  background-image: url("/static/images/icons/challenge-right-answer.c78deb77944f.svg");
}
.challenge-questions .challenge-container.scorecard .question-row.correct .answers ul.options-or li {
  border-color: #8DC63E;
}
.challenge-questions .challenge-container.scorecard .question-row.incorrect .answers ul li.option-selected {
  border-color: #EC6742;
  background-color: #FAD9CF;
  background-image: url("/static/images/icons/challenge-wrong-answer.d8aac45e931d.svg");
}
.challenge-questions .challenge-container.scorecard .question-row.incorrect .answers ul.options-fb li {
  border-color: #EC6742;
  background-color: #FAD9CF;
  background-image: url("/static/images/icons/challenge-wrong-answer.d8aac45e931d.svg");
}
.challenge-questions .challenge-container.scorecard .question-row.incorrect .answers ul.options-or li {
  border-color: #EC6742;
  background-color: #FAD9CF;
}
.challenge-questions .challenge-container.scorecard .question-row.incorrect .answers ul.options-or li.place-holder {
  height: 43px;
}
.challenge-questions .challenge-container.scorecard .question-row.incorrect .marker span {
  color: #EC6742;
}
.challenge-questions .challenge-container.challenge-start .challenge-start-info {
  border: 1px solid #CCCCCB;
  border-radius: 3px;
}
.challenge-questions .challenge-container.challenge-start .challenge-start-info .subsection {
  padding: 2rem;
}
@media (max-width: 40em) {
  .challenge-questions .challenge-container.challenge-start .challenge-start-info .subsection {
    padding: 1.5rem 1rem;
  }
}
.challenge-questions .challenge-container.challenge-start .challenge-start-info .subsection p,
.challenge-questions .challenge-container.challenge-start .challenge-start-info .subsection a {
  font-size: 14px;
  line-height: 21px;
}
.challenge-questions .challenge-container.challenge-start .challenge-start-info .subsection.instructions {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}
.challenge-questions .challenge-container.challenge-start .challenge-start-info .subsection.instructions .challenge-answer-info {
  position: relative;
  width: calc(100% - 235px);
  margin: 0;
  padding-left: 36px;
  padding-right: 2rem;
}
@media (max-width: 40em) {
  .challenge-questions .challenge-container.challenge-start .challenge-start-info .subsection.instructions .challenge-answer-info {
    width: 100%;
    margin-bottom: 1.5rem;
    padding-right: 0;
  }
}
.challenge-questions .challenge-container.challenge-start .challenge-start-info .subsection.instructions .challenge-answer-info::before {
  content: "";
  width: 20px;
  height: 20px;
  display: block;
  position: absolute;
  top: 5px;
  left: 0;
  margin-right: 1rem;
  background-size: cover;
  background-repeat: no-repeat;
  background-image: url("/static/images/icons/challenge-retry.1f04051a9b7f.svg");
}
.challenge-questions .challenge-container.challenge-start .challenge-start-info .subsection.instructions a {
  margin: 0;
  width: 235px;
}
@media (max-width: 40em) {
  .challenge-questions .challenge-container.challenge-start .challenge-start-info .subsection.instructions a {
    width: 100%;
  }
}
.challenge-questions .challenge-container.challenge-start .challenge-start-info .subsection.download-info {
  padding-left: 3.75rem;
}
.challenge-questions .challenge-container.challenge-start .challenge-start-info .subsection.download-info .download-required {
  position: relative;
  color: #EC6742;
  font-weight: 600;
}
.challenge-questions .challenge-container.challenge-start .challenge-start-info .subsection.download-info .download-required:before {
  content: "";
  display: block;
  background-image: url("/static/images/icons/challenge-warning.7d63b8b17f83.svg");
  background-size: contain;
  background-repeat: no-repeat;
  width: 23px;
  height: 20px;
  position: absolute;
  top: 4px;
  left: -36px;
}
.challenge-questions .challenge-container.challenge-start .challenge-start-info .subsection.download-info p {
  margin-bottom: 0;
}
.challenge-questions .challenge-container.challenge-start .challenge-start-info .subsection.download-info p a {
  text-decoration: underline;
  font-weight: 600;
  color: inherit;
}
.challenge-questions .challenge-container.challenge-start .challenge-start-info .subsection.download-info p a:hover, .challenge-questions .challenge-container.challenge-start .challenge-start-info .subsection.download-info p a:focus {
  color: #9b9b9b;
}
.challenge-questions .challenge-container.challenge-start .challenge-start-info .subsection.download-info .read-more {
  color: #9B9B9B;
  font-style: italic;
  margin-top: 0.5rem;
  display: block;
}
.challenge-questions .challenge-container.challenge-start .challenge-start-info .subsection.download-info .read-more:hover, .challenge-questions .challenge-container.challenge-start .challenge-start-info .subsection.download-info .read-more:focus {
  text-decoration: underline;
}
.challenge-questions .challenge-container.challenge-start .challenge-start-info hr {
  margin: 0;
}
.challenge-questions .modal-overlay .popup-wrapper {
  display: none;
  width: calc(90% - 30px);
  max-width: 1000px;
  padding: 0;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  overflow: visible;
  border-radius: 3px;
}
.challenge-questions .modal-overlay .popup-wrapper > :last-child {
  margin-bottom: 0;
}
.challenge-questions .modal-overlay .popup-wrapper .video-container {
  border-top-left-radius: 3px;
  border-top-right-radius: 3px;
  overflow: hidden;
}
.challenge-questions .modal-overlay .popup-wrapper .video-controls {
  margin-bottom: 0;
}
.challenge-questions .modal-overlay p.error {
  display: none;
  position: absolute;
  top: 50%;
  left: 50%;
  width: 100%;
  transform: translate(-50%, -50%);
  text-align: center;
  color: #EC6742;
  font-size: 1.2em;
  padding: 1em;
}
.challenge-questions .modal-overlay p.error::before {
  content: "";
  background-image: url("/static/images/icons/challenge-warning.7d63b8b17f83.svg");
  background-repeat: no-repeat;
  width: 23px;
  height: 20px;
  background-size: contain;
  display: inline-block;
  margin-right: 1rem;
  vertical-align: -3px;
}
@media (max-width: 40em) {
  .challenge-questions .modal-overlay p.error::before {
    position: absolute;
    top: -1rem;
    left: 50%;
    transform: translate(-50%, -50%);
  }
}

.challenge-questions .challenge-container.scorecard.internal .question-row {
  border: none;
  margin-bottom: 16px;
  padding: 0;
}
.challenge-questions .challenge-container.scorecard.internal .question-row .question-top-bg {
  border-radius: 3px 3px 0 0;
  background-color: #8DC63E;
}
.challenge-questions .challenge-container.scorecard.internal .question-row .question-top-bg.incorrect {
  background-color: #EEBB2D;
}
.challenge-questions .challenge-container.scorecard.internal .question-row .question-top-bg .question-header {
  font-family: museo-slab, serif;
  font-size: 18px;
  line-height: 24px;
  color: white;
  padding: 12px 24px;
}
.challenge-questions .challenge-container.scorecard.internal .question-row .question-top-bg .question-header span {
  font-size: 16px;
  line-height: 26px;
  color: white;
}
.challenge-questions .challenge-container.scorecard.internal .question-row .question-content {
  padding: 24px;
  border: 1px solid #CCCCCB;
  border-radius: 0 0 3px 3px;
  border-top: none;
  -webkit-transition: border-color 200ms ease;
  -o-transition: border-color 200ms ease;
  transition: border-color 200ms ease;
}
.challenge-questions .challenge-container.scorecard.internal .question-row .question-content .row {
  margin: 0 auto;
  max-width: 1025px;
  width: 100%;
}
.challenge-questions .challenge-container.scorecard.internal .question-row .question-content .row .columns {
  padding: 0;
}
.challenge-questions .challenge-container.scorecard.internal .question-row .question-content .row [class*=column] + [class*=column]:last-child {
  float: right;
}
.challenge-questions .challenge-container.scorecard.internal .question-row .question-content .question {
  margin-bottom: 0;
}
.challenge-questions .challenge-container.scorecard.internal .question-row .question-content .answers {
  margin-bottom: 0;
}
.challenge-questions .challenge-container.scorecard.internal .question-row .question-content .answers h2 {
  top: 4px;
  left: -30px;
}
.challenge-questions .challenge-container.scorecard.internal .question-row .question-content .answered {
  font-family: museo-slab, serif;
  text-transform: uppercase;
  font-size: 18px;
  line-height: 24px;
  color: #8DC63E;
  margin-top: 10px;
}
.challenge-questions .challenge-container.scorecard.internal .question-row .question-content .answered.incorrect {
  color: #EEBB2D;
}
.challenge-questions .challenge-container.scorecard.internal .question-row .question-content hr {
  margin: 23.5px 0;
}
.challenge-questions .challenge-container.scorecard.internal .question-row .question-content .explanation {
  padding-left: 0;
  color: #4E4E4E;
  font-size: 14px;
  line-height: 21px;
  font-weight: 300;
  margin-top: 24px;
}
.challenge-questions .challenge-container.scorecard.internal .question-row .question-content .explanation .title {
  color: #445C6D;
  font-family: museo-slab, serif;
  font-weight: 400;
  text-transform: uppercase;
}
.challenge-questions .challenge-container.scorecard.internal .challenge-info {
  padding: 40px 0;
}
.challenge-questions .challenge-container.scorecard.internal .challenge-info .title {
  color: #4E4E4E;
  font-size: 18px;
  font-weight: 500;
  line-height: 21px;
  text-transform: uppercase;
  margin-bottom: 8px;
}
.challenge-questions .challenge-container.scorecard.internal .challenge-info .score-info:last-of-type {
  margin-bottom: 20px;
}
.challenge-questions .challenge-container.scorecard.internal .challenge-info .buttons {
  gap: 8px;
  margin: 0;
  justify-content: center;
}
@media (max-width: 40em) {
  .challenge-questions .challenge-container.scorecard.internal .challenge-info .buttons {
    margin: 0 16px;
  }
}
.challenge-questions .challenge-container.scorecard.internal .challenge-info .buttons a {
  min-width: 0;
  margin: 0;
  max-width: 222px;
}
.challenge-questions .challenge-container.scorecard.internal .challenge-info .buttons a span {
  font-family: museo-slab, serif;
  font-size: 13px;
  line-height: 16px;
}
@media (max-width: 40em) {
  .challenge-questions .challenge-container.scorecard.internal .challenge-info .buttons a {
    min-width: 100%;
  }
}
.challenge-questions .challenge-container.scorecard.internal .question-row.incorrect .question-content .answers ul li.option-selected {
  border-color: #EEBB2D;
  background-color: #F6F6F6;
  background-image: url("/static/images/icons/challenge-wrong-yellow.9ceb41dc878b.svg");
}
.challenge-questions .challenge-container.scorecard.internal .question-row.incorrect .question-content .answers ul.options-fb li {
  border-color: #EEBB2D;
  background-color: #F6F6F6;
  background-image: url("/static/images/icons/challenge-wrong-yellow.9ceb41dc878b.svg");
}
.challenge-questions .challenge-container.scorecard.internal .question-row.incorrect .question-content .answers ul.options-or li {
  border-color: #EEBB2D;
  background-color: #F6F6F6;
}
.challenge-questions .challenge-container.scorecard.internal .question-row.incorrect .question-content .answers.correct ul li.option-selected {
  border-color: #8DC63E;
  background-image: url("/static/images/icons/challenge-right-answer.c78deb77944f.svg");
}
.challenge-questions .challenge-container.scorecard.internal .question-row.incorrect .question-content .answers.correct ul.options-fb li {
  border-color: #8DC63E;
  background-image: url("/static/images/icons/challenge-right-answer.c78deb77944f.svg");
}
.challenge-questions .challenge-container.scorecard.internal .question-row.incorrect .question-content .answers.correct ul.options-or li {
  border-color: #8DC63E;
}

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