@charset "UTF-8";
body {
  padding: 0;
}
h1 {
  font-size: 9rem;
  font-weight: 900;
  text-transform: uppercase;
  /* border-bottom: 9px #00addd solid; */
  color: #53257f;
  margin-bottom: 3rem;
}

h2 {
  font-weight: 400;
  font-size: 3rem;
  color: #53257f;
}

li a {
  text-decoration: underline;
}

.logobar {
  background-color: #53257f;
  padding: 32px;
}

.career-training a {
  color: #53257f;
  font-size: 2.4rem;
}

/* ul li::marker {
  content: "▶";
} */
.future {
  background-color: #f8f8f8;
}

.future-text ul {
  margin: 0.75em 0;
  padding: 0 1em;
  list-style: none;
}
.future-text ul li::before {
  content: "";
  border-color: transparent #00addd;
  border-style: solid;
  border-width: 0.25em 0 0.25em 0.45em;
  display: block;
  height: 0;
  width: 0;
  left: -1em;
  top: 1.2em;
  position: relative;
}

.images {
  padding-right: 0;
}

.images img {
  width: 100%;
}

.nr-xtra {
  background-color: #f8f8f8;
  color: #0a0a0a;
  margin-bottom: 60px;
  margin-top: 60px;
}

.nr-xtra-item {
  padding: 60px 0px;
  text-align: center;
}
.nr-xtra-item a h2 {
  color: #53257f;
  text-transform: uppercase;
}

.nr-video {
  background-color: #0a0a0a;
  padding: 70px 0;
}

.infographic p,
.advance p {
  max-width: 240px;
  margin: 0 auto;
  line-height: 1;
  font-size: 0.9em;
}

.job-donut {
  max-width: 200px;
  margin: 0 auto;
}

.advance-img {
  margin: 0 auto;
}

.apply-check {
  margin: 0 auto;
  max-width: 100px;
}

.bg-gray {
  height: 200px;
  background-color: #eaeaea;
}

.social {
  padding: 30px;
}

.myvideo {
  position: relative;
  text-align: center;
}
.myvideo img {
  width: 100%;
}
.myvideo a {
  height: 100%;
  left: 0;
  position: absolute;
  top: 0;
  width: 100%;
}

.btn-huge {
  font-size: 6rem;
  padding: 1rem 2rem;
  margin-bottom: 3rem;
  background-color: #53257f;
  border-color: #53257f;
}
.btn-huge:hover {
  background-color: #0a0a0a;
  border-color: #0a0a0a;
}

svg {
  width: 100%;
  height: auto;
  margin-left: 2px;
  margin-top: 6rem;
}

/* FAQs */

.collapse-header {
  position: relative;
  margin-bottom: 10px;
  padding: 12px 36px 12px 18px;
  display: block;
  background-color: #53257f;
  overflow: hidden;
}
.collapse-header h4 {
  position: relative;
  z-index: 2;
  margin: 0;
  color: #fff;
  font-size: 1.5em;
  text-decoration: none;
}
.collapse-header::before {
  content: "";
  position: absolute;
  z-index: 1;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: #000;
  transform: translateX(-100%);
  transition: 0.3s;
}
.collapse-header::after {
  content: "+";
  position: absolute;
  z-index: 3;
  right: 12px;
  top: 44%;
  transform: translateY(-50%) rotate(45deg);
  -webkit-transform: translateY(-50%) rotate(45deg);
  -ms-transform: translateY(-50%) rotate(45deg);
  font-weight: 300;
  font-size: 2em;
  line-height: 1em;
  color: #fff;
  transition: 0.2s;
}
.collapse-header.collapsed {
  background-color: #53257f;
}
.collapse-header.collapsed::after {
  transform: translateY(-50%);
  -webkit-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
}
.collapse-header:hover::before {
  transform: translateX(0);
}

.collapse {
  /*padding: 12px;*/
}
.collapse-content p,
.collapse-content h5 {
  margin-left: 18px;
}

.collapse-content h5 {
  font-size: 1.2em;
}

.questions .navbar-default .navbar-nav a:focus,
.questions a:focus {
  background-color: #00addd;
}

.logobar img {
  margin-left: 3px;
}

@media (min-width: 768px) {
  .future-text {
    padding-left: 48px;
  }
  .collapse-header h4,
  .faq-head h2 {
    padding-left: 32px;
  }
  .collapse-content p,
  .collapse-content h5 {
    margin-left: 50px;
  }
  .collapse-content ul,
  .collapse-content ol {
    margin-left: 36px;
  }
}

@media (max-width: 992px) {
  .images {
    padding-left: 0;
  }
  h1 {
    font-size: 4.5rem;
  }
  .btn-huge {
    font-size: 3rem;
    margin-bottom: 1.5rem;
  }
  .social {
    padding-left: 48px;
  }
}

@media (max-width: 767px) {
  .social {
    padding-left: 18px;
  }
  .logobar {
    padding-left: 0;
  }
}
