#form1 {
  color: #fffffe;
  width: 100%; }

.ff-form-main {
  max-width: 100% !important;
  overflow: visible !important; }

.ff-section-header {
  margin: 0;
  width: 100%; }

.ff-section-header > .row {
  margin: 0; }

.ff-page-header-row {
  margin-bottom: 0 !important; }

.ff-page-header-row .ff-page-header {
  color: #eec12a;
  font-size: 26px;
  width: 100%;
  line-height: initial;
  padding: 0 0 .5rem 0;
  margin: 0 0 1rem 0;
  border-bottom: 2px solid white; }

.form-title {
  text-align: left;
  color: #eec12a;
  text-shadow: 1px 1px rgba(70, 70, 70, 0.8);
  font-size: 1.6rem;
  font-weight: 500;
  line-height: 1.8rem;
  padding: 0 0 .6rem 0;
  margin: 0 0 1rem 0;
  border-bottom: 2px solid white; }

.ff-item-row {
  padding: 0 0 .2rem 0 !important; }

.ff-col-2 {
  width: 100%;
  max-width: 100% !important; }

span[data-ff-ext-radio-checked=true] + label {
  background-color: #eec12a;
  color: #461d8e; }

.ff-label {
  margin-top: 0; }

.ff-group-row .ff-item-row a, .ff-footer-group .ff-item-row a {
  color: white;
  text-decoration: underline; }

ul.ff-select-to-radiobtn-ul.ff-ext-horizontal .ff-radio-li {
  margin: 0 !important; }

ul.ff-select-to-radiobtn-ul.ff-ext-horizontal .ff-radio-li:first-child {
  margin-right: 10px !important; }

.ff-select-to-radiobtn-list {
  margin: -22px 0 30px 160px;
  width: 100px; }

label[for="Lead.BSW_Check__c__2"], label[for="Lead.BSW_Check__c__1"] {
  margin-top: -2px;
  margin-left: -10px; }

#lblLeadBSW_Check__c {
  margin: 5px 0 0 0; }

#GENERALTEXT292 {
  position: absolute;
  margin-left: 28px;
  margin-top: -34px;
  margin-bottom: -100px; }

#lblLeadFirstName,
#lblLeadLastName,
#lblLeadEmail,
#lblLeadPhone,
#lblLeadZip_Postal_Code__c,
#lblLeadPrivacy_Statement_Agreement__c,
#lblLeadPostalCode,
#lblLeadLSU_Online_Program_Interest__c,
#lblLeadProfessional_Development_Interest_Area__c,
#lblLeadCompany_Organization__c {
  display: none; }

.ff-required-mark {
  display: none; }

select[data-vatt="PICKLIST"] {
  color: rgba(0, 0, 0, 0.6);
  border-radius: 5px;
  width: 100%; }

input[type="textbox"] {
  color: black;
  border-radius: 5px;
  width: 100%;
  height: 30px;
  padding: 4px 0 4px 4px; }

.ff-group-row.group-1 {
  margin: -18px 0 -10px 0; }

/* for specific forms */
#ffSection0 > .ff-item-row:nth-child(3) {
  width: 48%;
  margin-right: 2%;
  margin-bottom: 1rem; }

#ffSection0 > .ff-item-row:nth-child(4) {
  width: 48%;
  margin-left: 2%; }

#ffSection0 > .ff-item-row:nth-child(5) {
  width: 100%;
  margin-bottom: 1rem; }

#ffSection0 > .ff-item-row:nth-child(6) {
  width: 48%;
  margin-right: 2%;
  margin-bottom: 1rem; }

#ffSection0 > .ff-item-row:nth-child(7) {
  width: 48%;
  margin-left: 2%; }

#ffSection0 > .ff-item-row:nth-child(8) {
  margin-bottom: 12px; }

#ffSection0 > .ff-item-row:nth-child(17) {
  width: 20px;
  margin-top: 5px; }

#ffSection0 > .ff-item-row:nth-child(18) {
  width: 90%;
  font-size: 12px;
  margin: 2px 0 10px 0; }

#ffSection1 > .ff-item-row:nth-child(3) {
  width: 90%;
  font-size: 12px;
  margin: -26px 0 0 20px; }

.footnoteDiv {
  display: none; }

.ff-submit-btn {
  margin: 0 !important;
  font-size: 16px; }

.ff-submit-btn .ff-btn-submit {
  background-color: #eec12a;
  color: #461d8e;
  border-radius: 5px;
  border-color: #eec12a;
  width: 100px;
  font-weight: 500;
  padding: 4px;
  margin-top: 0; }

.ff-btn-submit:hover {
  background-color: #fbd34d !important;
  border-color: #fbd34d !important; }

.sectionHeader.ff-btn-submit {
  width: 100%; }

input#btnsubmit.sectionHeader.ff-btn-submit {
  margin: 0; }

#btnprev {
  display: none !important; }

#lblLeadDegree_Level_Selection__c {
  display: none; }

#lblLeadUndergraduate_Programs__c {
  margin: 0; }

.ff-invalid-msg {
  display: none; }

@media only screen and (min-width: 768px) {
  .form-title {
    font-size: 1.9rem;
    line-height: 2.2rem; }
  .ff-submit-btn .ff-btn-submit {
    width: 47.5%; } }

@media only screen and (min-width: 992px) {
  .form-title {
    text-align: center;
    font-size: 1.9rem;
    font-weight: 400;
    line-height: 2.2rem;
    padding: 0 0 .8rem 0; }
  .ff-submit-btn .ff-btn-submit {
    width: 100%; } }

.notification-row {
  padding: 10px 0; }
  .notification-row > p {
    margin: 0;
    font-weight: bold; }
    .notification-row > p a {
      color: white;
      text-decoration: underline !important; }

@media only screen and (max-width: 425px) {
  .notification-row {
    padding: 5px; }
    .notification-row > p {
      font-size: 12px;
      text-align: center; } }

@media only screen and (max-width: 768px) {
  .notification-row {
    padding: 5px; }
    .notification-row > p {
      text-align: center; } }

@media only screen and (max-width: 667px) {
  .cc-window {
    font-size: 10px !important;
    max-height: 120px; } }

.headline {
  font-size: 22px; }

.no-gutters {
  margin-right: 0;
  margin-left: 0;
  padding-right: 0;
  padding-left: 0; }

.feature-text {
  font-size: 20px; }

.cta-button {
  border-radius: 5px;
  width: 100%; }

.view-all-button {
  border-radius: 5px;
  padding: 10px 0;
  width: 40%; }

.btn-purple {
  background-color: #461d7c;
  color: white !important;
  text-align: center; }

.link-text {
  font-size: 28px;
  color: #484848 !important; }

.ce-sideNav {
  position: relative; }
  .ce-sideNav::after {
    content: '';
    width: 2px;
    height: 100%;
    background: #eec12a;
    position: absolute;
    top: 0;
    left: 2%; }

.card-header {
  color: #461d7c; }

.box {
  padding: 20px 20px 0 20px; }

span.subhead {
  font-size: 1.5rem; }

.subhead {
  color: #461d7c !important; }

.badge > img {
  width: 65%;
  height: auto; }

.blog-main-image-wrap {
  position: relative;
  height: auto;
  overflow: hidden; }
  .blog-main-image-wrap img {
    width: 100%;
    margin-top: 0; }

h1.featured-headline {
  color: #474747;
  font-size: 1.4rem;
  font-weight: 500;
  padding: 10px 0 5px 0; }

ul.newsroom-links {
  padding: 0; }
  ul.newsroom-links li {
    display: inline;
    margin-right: 10px; }

.small-main-image-box {
  position: relative; }
  .small-main-image-box h2 {
    font-size: 1.4rem;
    font-weight: 500;
    color: #ffffff;
    text-shadow: 1px 1px rgba(70, 70, 70, 0.8);
    font-size: 2rem;
    margin: 0;
    padding: 0; }

.blog h1 {
  color: #474747;
  font-size: 1.6rem;
  font-weight: 500; }

.blog h2 {
  color: #474747;
  font-size: 1.3rem;
  font-weight: 500; }

.blog h3 {
  color: #474747;
  font-size: 1.1rem;
  font-weight: 500; }

.blog-img-top {
  width: 100%;
  border-top-left-radius: calc(.25rem - 1px);
  border-top-right-radius: calc(.25rem - 1px); }

.blog-body {
  flex: 1 1 auto;
  padding: 0 1.25rem;
  height: 120px; }

.blog-title {
  display: flex;
  flex-flow: column;
  justify-content: center;
  height: 80px;
  padding: 0;
  margin: 0; }
  .blog-title h2 {
    font-size: 1rem;
    margin: 0; }

.blog-footer {
  width: 100%;
  font-size: .8rem;
  color: #999999;
  border-top: solid 2px grey;
  padding-top: 5px;
  margin-top: 5px; }
  .blog-footer img {
    float: right;
    margin-top: 5px; }

/* sub nav bar */
#mainNavbar {
  display: none; }

#bottomsubnavbar {
  display: block;
  border-left: solid 2px #eec12a;
  margin: 10px 0 0 15px;
  padding: 0 30px 0 20px; }

.newsroom-cta {
  border: solid #461d7c 3px;
  padding: 1.5rem;
  margin: 40px 0;
  border-radius: 5px;
  display: flex;
  flex-flow: column;
  justify-content: center; }
  .newsroom-cta p {
    margin: 0;
    padding: 0; }

.newsroom-cta-text {
  width: 100%;
  display: block;
  text-align: center;
  color: #461d7c;
  font-size: 1.2rem; }

.newsroom-cta-button {
  width: 100%;
  display: block;
  text-align: center;
  margin: 20px 0 0 0; }

.sources {
  font-size: .8rem; }
  .sources p {
    margin-bottom: .6rem;
    line-height: .9rem; }

@media only screen and (min-width: 425px) {
  .blog-body {
    height: 140px; }
  .blog-title {
    height: 100px; }
    .blog-title h2 {
      font-size: 1rem; }
  .blog-footer {
    padding-top: 5px;
    margin-top: 5px; } }

@media only screen and (min-width: 768px) {
  .blog-main-image-wrap {
    height: 250px; }
    .blog-main-image-wrap img {
      margin-top: -60px; }
  .small-main-image-box h2 {
    font-size: 2rem; }
  .blog-body {
    height: 120px; }
  .blog-title {
    height: 80px; }
    .blog-title h2 {
      font-size: 1rem; }
  .blog-footer {
    padding-top: 5px;
    margin-top: 5px; }
  .blog h1 {
    font-size: 2rem; }
  .blog h2 {
    font-size: 1.5rem; }
  .blog h3 {
    font-size: 1.3rem; }
  h1.featured-headline {
    font-size: 2rem;
    padding: 12px 0 10px 0; }
  .newsroom-cta {
    display: flex;
    flex-flow: row; }
  .newsroom-cta-text {
    width: 70%;
    font-size: 1.2rem;
    line-height: 1.8rem;
    display: flex;
    flex-flow: column;
    justify-content: center;
    text-align: left;
    padding-right: 20px; }
  .newsroom-cta-button {
    width: 30%;
    margin: 0;
    display: flex;
    flex-flow: column;
    justify-content: center; } }

@media only screen and (min-width: 992px) {
  #mainNavbar {
    display: block; }
  #bottomsubnavbar {
    display: none; }
  .blog h1 {
    font-size: 2.2rem; }
  .blog h2 {
    font-size: 1.7rem; }
  .blog h3 {
    font-size: 1.4rem; }
  .blog-main-image-wrap {
    height: 250px; }
    .blog-main-image-wrap img {
      margin-top: -50px; }
  .small-main-image-box h2 {
    font-size: 3rem; }
  .blog-body {
    height: 110px; }
  .blog-title {
    height: 70px; }
    .blog-title h2 {
      font-size: 1rem; }
  .blog-footer {
    padding-top: 5px;
    margin-top: 5px; } }

@media only screen and (min-width: 1200px) {
  .blog-main-image-wrap {
    height: 380px; }
    .blog-main-image-wrap img {
      margin-top: -50px; }
  .blog-body {
    height: 120px; }
  .blog-title {
    height: 80px; }
    .blog-title h2 {
      font-size: 1.2rem; }
  .blog-footer {
    border-top: solid 2px grey;
    padding-top: 5px;
    margin-top: 5px; }
  .blog h1 {
    font-size: 2.4rem; }
  .blog h2 {
    font-size: 1.8rem; }
  .blog h3 {
    font-size: 1.4rem; } }

.long-link {
  overflow-wrap: break-word; }

.hashtag {
  font-size: 1.8rem;
  font-weight: 400;
  color: #eec12a;
  margin: 30px 0 0 0; }

.top-phone {
  font-size: 1.1rem; }

.vertical-highlight {
  font-size: 1rem;
  padding: .4rem 0 0 0; }

.program-card {
  min-height: 252px; }

.portal {
  color: white;
  text-decoration: none !important; }

.container {
  padding-left: 30px;
  padding-right: 30px; }

.warning {
  color: red;
  font-weight: 600; }

.contact-us {
  font-size: 1.2rem; }

body {
  background: #f0f1f2;
  font-family: roboto, sans-serif;
  font-weight: 400;
  font-style: normal;
  color: #474747; }

hr {
  border-top: 2px solid rgba(0, 0, 0, 0.1); }

h1 {
  color: #461d7c;
  font-weight: 500; }

h2 {
  font-weight: 500;
  font-size: 1.4rem;
  margin: 0 0 1rem 0; }

h3 {
  font-weight: 500;
  font-size: 1.2rem; }

h4 {
  font-weight: 500;
  font-size: 1rem; }

header {
  display: none; }

a:link, a:active, a:visited {
  color: rgba(70, 29, 124, 0.8);
  font-weight: 500; }

a:hover {
  color: #461d7c; }

.sideNav {
  position: relative;
  padding-left: 30px;
  margin-bottom: 30px;
  color: rgba(0, 0, 0, 0.5); }
  .sideNav::after {
    content: '';
    width: 2px;
    height: 100%;
    background: #eec12a;
    position: absolute;
    top: 0;
    left: 0; }
  .sideNav a {
    font-size: 1rem;
    font-weight: 500; }
  .sideNav p {
    margin: 0 0 16px 0;
    padding: 0;
    line-height: 1rem; }
  .sideNav h3 {
    color: #474747;
    font-size: 1.2rem;
    font-weight: 400;
    padding: 0 0 4px 0;
    margin: 0; }
  .sideNav button {
    padding: 5px 0;
    margin-bottom: 14px;
    max-width: 240px; }

.btn-warning {
  background-color: #eec12a !important;
  border-color: #eec12a !important;
  color: #461d7c !important;
  font-weight: 400; }
  .btn-warning:hover {
    background-color: #fbd34d !important;
    border-color: #fbd34d !important; }

.btn-outline-purple {
  color: #461d7c;
  border-color: rgba(70, 29, 124, 0.8);
  border-width: 2px; }

.btn-outline-purple:hover,
.btn-outline-purple:focus,
.btn-outline-purple:active {
  color: #ffffff;
  border-color: #461d7c;
  background-color: #461d7c; }

.btn-top {
  width: 100%;
  margin: 0 8px 0 0; }

ul.mobile-buttons {
  border-top: solid 2px #461d7c;
  padding: 20px 0 10px 0;
  margin: 10px 0 0 10px;
  list-style: none;
  padding-inline-start: 0; }
  ul.mobile-buttons li {
    padding: 0 0 20px 0;
    display: block; }

.btn-stack a {
  width: 140px;
  color: #ffffff;
  display: block; }

.btn-stack a:first-child {
  margin: 0 0 10px 0; }

#scrollTop {
  display: none;
  position: fixed;
  bottom: 30px;
  right: 12px;
  z-index: 99;
  font-size: 18px;
  border: none;
  outline: none;
  background-color: rgba(0, 0, 0, 0.3);
  color: white;
  cursor: pointer;
  padding: 0 15px;
  border-radius: 4px; }
  #scrollTop::after {
    content: "\f106";
    color: rgba(255, 255, 255, 0.5);
    font-size: 2rem;
    font-weight: 500;
    font-family: "FontAwesome"; }

#scrollTop:hover {
  background-color: rgba(0, 0, 0, 0.5); }

.form-background {
  background-color: rgba(0, 0, 0, 0.5);
  padding: 1rem 0; }

.main-image-wrap {
  position: relative;
  height: 320px;
  overflow: hidden; }
  .main-image-wrap img {
    margin-top: 0;
    margin-left: -80px;
    width: 160%; }

.main-image-cropped {
  object-fit: cover;
  width: 100%; }

.main-image-box {
  position: relative; }

.medium-main-image-wrap {
  position: relative;
  height: 140px;
  overflow: hidden; }
  .medium-main-image-wrap img {
    margin-top: 0;
    margin-left: -60px;
    width: 125%; }

.medium-main-image-cropped {
  object-fit: cover;
  width: 100%; }

.medium-main-image-box {
  position: relative; }
  .medium-main-image-box h2 {
    font-size: 2.4rem;
    color: #ffffff;
    text-shadow: 1px 1px rgba(70, 70, 70, 0.8);
    font-size: 2rem;
    margin: 0;
    padding: 0; }

.small-main-image-wrap {
  position: relative;
  height: 100px;
  overflow: hidden; }
  .small-main-image-wrap img {
    margin-top: 0;
    margin-left: -300px;
    width: 220%; }

.small-main-image-cropped {
  object-fit: cover;
  width: 100%; }

.text-container {
  position: absolute;
  bottom: 0;
  width: 100%;
  padding: 1rem 0;
  background-image: linear-gradient(to bottom, rgba(0, 0, 0, 0), rgba(0, 0, 0, 0.6)); }
  .text-container h1 {
    color: #fff;
    text-shadow: 1px 1px rgba(70, 70, 70, 0.8);
    font-size: 2rem;
    margin: 0;
    padding: 0; }
  .text-container p {
    color: #fff;
    text-shadow: 1px 1px rgba(70, 70, 70, 0.8);
    font-size: 1rem;
    margin: 0;
    padding: 0; }
  .text-container .smaller-h1 h1 {
    font-size: 1.4rem; }

#homeh1 h1 {
  font-size: 2.5rem; }

.main-image-wrap-fierce {
  position: relative;
  height: 320px;
  overflow: hidden; }
  .main-image-wrap-fierce img {
    margin-top: -20px;
    margin-left: -90px;
    width: 230%; }

#fierce .fierce {
  font-weight: 900;
  display: block;
  font-size: 2.6rem; }

#fierce h1 {
  font-size: 1.6rem;
  line-height: 2.2rem;
  font-weight: 500;
  margin-bottom: 0; }

.fierce-title {
  color: rgba(255, 255, 255, 0.3);
  font-size: .6rem;
  position: relative;
  top: -180px;
  width: 100%;
  text-align: right; }

.fierce {
  color: #eec12a;
  font-weight: 900; }

.home-intro {
  background-color: rgba(233, 220, 242, 0.4);
  background-image: url(../img/home-icon.png);
  background-repeat: no-repeat;
  background-position: center center; }

.lead-purple {
  color: #461d7c;
  font-size: 1.4rem;
  font-weight: 600; }

.grey-box {
  background-color: rgba(203, 203, 203, 0.4);
  padding: 2rem 0; }

.card .card-body {
  min-height: 90px; }

.geauxonline {
  color: #461d7c;
  font-size: 1.6rem;
  font-weight: 500; }

.tagline {
  color: #461d7c; }

.awards {
  display: flex;
  align-items: center; }
  .awards img {
    width: 50%;
    padding-bottom: 1rem; }

ul.contact-info {
  padding: 10px 0 0 0; }
  ul.contact-info li {
    display: block;
    padding: 0 0 10px 0; }

.video-box {
  display: flex;
  align-items: center; }

.video-space {
  padding-bottom: 3rem; }

.program-video-box {
  display: flex;
  align-items: flex-start; }

.jumbotron {
  margin-bottom: 0; }

.question {
  font-size: 1.2rem;
  font-weight: 600;
  margin-bottom: 2px; }

.large-link a {
  font-size: 1.5rem;
  font-weight: 500; }

.lead {
  font-size: 1.2rem;
  font-weight: 400; }
  .lead ul {
    margin: 0;
    padding: 0 0 0 0;
    font-weight: 400; }
  .lead li {
    margin-left: 1.3rem;
    margin-bottom: .4rem; }

.card-body-2 {
  flex: 1 1 auto;
  padding: 1.25rem;
  min-height: 210px; }

#accordion-headings {
  display: block;
  width: 96%;
  font-weight: 400;
  font-size: 1.2rem;
  color: #fff; }

#accordion .panel {
  margin-bottom: 20px; }

#accordion .panel-title {
  position: relative;
  background-color: #461d7c; }
  #accordion .panel-title:hover {
    background-color: rgba(70, 29, 124, 0.8); }
  #accordion .panel-title::after {
    content: "\f107";
    color: #eec12a;
    font-size: 2rem;
    font-weight: 800;
    top: 2px;
    right: 10px;
    position: absolute;
    font-family: "FontAwesome"; }
  #accordion .panel-title[aria-expanded="true"]::after {
    content: "\f106"; }

#accordion .card-body {
  background-color: #fff;
  border: 1px solid rgba(0, 0, 0, 0.125); }

footer {
  background-color: #474747;
  color: #fff;
  font-size: 1rem;
  font-weight: 200;
  padding: 40px 0;
  line-height: 1.4rem; }
  footer h3 {
    padding-bottom: 1rem;
    font-weight: 400; }
  footer a:link, footer a:active, footer a:visited {
    color: #fff;
    text-decoration: underline; }
  footer a:hover {
    color: #eec12a;
    text-decoration: underline; }

.footer-lsu {
  background-color: #461d7c;
  padding: .5rem; }
  .footer-lsu img {
    height: 30px; }

.footer-container {
  display: flex;
  flex-direction: column; }

.footer-column-1 {
  width: 100%;
  order: 2;
  padding-bottom: 2rem; }

.footer-column-2 {
  width: 100%;
  order: 1;
  padding-bottom: 2rem; }

.footer-column-3 {
  width: 100%;
  order: 3;
  padding-bottom: 2rem; }

.social-icon {
  width: 32px; }

.social-icon-pad {
  margin-right: 10px; }

.highlight-list {
  list-style: none;
  margin: 0;
  padding: 0; }

.highlight {
  display: flex;
  align-items: flex-start;
  padding: 1rem 0; }

.highlight-icon {
  padding-right: .8rem; }
  .highlight-icon img {
    width: 60px; }

.highlight-content {
  display: flex;
  flex-flow: column;
  align-items: flex-start; }

.highlight h3 {
  font-weight: 300;
  font-size: 1.4rem;
  color: #461d7c;
  flex: 1; }

.highlight-content p {
  color: #461d7c;
  padding: 0;
  margin: 0;
  flex: 2; }

.overlay-container {
  position: relative;
  width: 100%;
  background-color: #000; }

.overlay-image {
  opacity: .3;
  display: block;
  width: 100%;
  height: auto;
  transition: .5s ease; }

.overlay-middle {
  transition: .5s ease;
  opacity: 1;
  width: 80%;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  text-align: center; }

.overlay-container:hover .overlay-image {
  opacity: 0.8; }

.overlay-container:hover .overlay-middle {
  opacity: 1; }

.overlay-text {
  font-size: 16px;
  font-weight: 400;
  line-height: 22px;
  color: #ffffff;
  text-shadow: 1px 1px rgba(70, 70, 70, 0.8);
  padding: 0 0 6px 0; }

.overlay-text-2 {
  font-size: 14px;
  font-weight: 200;
  line-height: 22px;
  color: #cccccc;
  text-shadow: 1px 1px rgba(70, 70, 70, 0.8);
  padding: 3px 0 0 0;
  border-top: 1px solid #cccccc; }

.old-icon-box {
  margin-bottom: 20px; }

.old-icon {
  padding: 15px 10px 0 10px;
  border-radius: 5px;
  text-align: center;
  background-color: #461d7c;
  min-height: 150px; }
  .old-icon p {
    border-top: solid 2px #c6b4e4;
    color: #c6b4e4;
    margin-top: 10px;
    padding-top: 10px;
    line-height: 1rem; }
  .old-icon a:hover {
    text-decoration: none !important; }

a:link, a:active {
  text-decoration: none !important; }

.old-icon:hover {
  background-color: rgba(233, 220, 242, 0.5); }

.apply-button {
  padding: 0 0 20px 0;
  max-width: 300px;
  margin: 0 auto; }

.cb-large {
  display: none;
  float: right;
  margin: 0 0 10px 20px;
  width: 420px; }
  .cb-large p {
    padding: 0;
    margin: 0; }

.cb-small {
  float: none;
  margin: 0;
  width: 100%; }
  .cb-small p {
    padding: 0;
    margin: 0; }

.cb-box {
  margin: 40px 0 20px 0;
  background-color: #e9e5f2;
  border: 2px solid #461d7c; }

.cb-box-number {
  font-size: 2rem; }

.cb-left {
  float: left;
  width: 50%;
  background-color: #461d7c;
  border-right: solid 1px rgba(255, 255, 255, 0.5);
  padding: 18px;
  color: white;
  font-size: 1rem;
  font-weight: 500;
  text-align: center;
  min-height: 0; }

.cb-right {
  float: right;
  width: 50%;
  background-color: #461d7c;
  border-left: solid 1px rgba(255, 255, 255, 0.5);
  padding: 18px;
  color: white;
  font-size: 1rem;
  font-weight: 500;
  text-align: center;
  min-height: 0; }

.cb-row {
  width: 100%;
  border-top: solid 2px #461d7c;
  color: #461d7c;
  font-size: 1.2rem;
  font-weight: 500;
  line-height: 2rem;
  text-align: center;
  padding: 10px;
  display: flex;
  justify-content: center;
  align-items: center; }

.cb-button {
  padding: 0;
  margin: 10px;
  text-align: center;
  width: 100%; }

.ss-box {
  position: relative;
  display: flex;
  flex-direction: column;
  height: 300px;
  background: rgba(70, 29, 124, 0.1);
  border: 1px solid rgba(0, 0, 0, 0.125);
  border-radius: .25rem; }

.ss-body {
  padding: 10px 0 0 0; }
  .ss-body p {
    padding: 10px 20px 0 20px;
    font-size: .9rem; }

.ss-icon {
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 15px 0 0 0;
  border-right: none; }
  .ss-icon img {
    width: 60px; }

.ss-header {
  border-bottom: solid 2px #461d7c; }
  .ss-header h3 {
    font-size: 1.6rem;
    font-weight: 400;
    margin: 0;
    padding: 0 0 10px 10px;
    color: #461d7c;
    text-align: center; }

.ss-button {
  width: 100%;
  position: absolute;
  bottom: 20px;
  text-align: center;
  margin: 0; }

.ss-button-2 {
  display: flex;
  justify-content: center;
  padding-bottom: 20px; }

.ss-logo {
  padding: 20px 20px 0 20px; }

.headshot-box {
  display: flex;
  flex-direction: column;
  background: rgba(70, 29, 124, 0.1);
  border: 1px solid rgba(0, 0, 0, 0.125);
  border-radius: .25rem; }
  .headshot-box img {
    width: 100%; }

.headshot-body {
  padding: 0; }
  .headshot-body p {
    padding: 10px 10px 0 10px;
    text-align: center;
    font-weight: 200; }

.headshot-header {
  display: flex;
  align-items: center;
  height: 60px;
  border-bottom: solid 2px #461d7c; }
  .headshot-header h3 {
    width: 100%;
    font-size: 1.2rem;
    font-weight: 500;
    margin: 0;
    padding: 15px 10px;
    color: #461d7c;
    text-align: center; }

.headshot-category-2 h3 {
  font-size: 1rem; }

.headshot-box-2 {
  display: flex;
  flex-direction: column;
  background: rgba(70, 29, 124, 0.1);
  border: 1px solid rgba(0, 0, 0, 0.125);
  border-radius: .25rem; }
  .headshot-box-2 img {
    width: 100%; }

.headshot-image-2 {
  flex: 1; }

.headshot-body-2 {
  flex: 1; }
  .headshot-body-2 p {
    padding: 15px 10px 0 15px; }

.headshot-header-2 {
  display: flex;
  align-items: center;
  height: 60px;
  border-bottom: solid 2px #461d7c; }
  .headshot-header-2 h3 {
    width: 100%;
    font-size: 1.2rem;
    font-weight: 500;
    margin: 0;
    padding: 15px 10px;
    color: #461d7c; }

.headshot-category-2 {
  display: flex;
  align-items: flex-end;
  margin: 10px 0;
  height: 50px; }
  .headshot-category-2 h4 {
    font-size: 1.2rem;
    font-weight: 400;
    line-height: 1.2rem; }

/* Microcred Page */
.microcred-box {
  width: 100%;
  float: none;
  margin: 10px 0 50px 0;
  text-align: center; }
  .microcred-box img {
    width: 200px; }
  .microcred-box .mc-badge {
    border-bottom: solid 2px rgba(0, 0, 0, 0.1);
    margin-bottom: 20px;
    padding: 0 0 20px 0; }

.mc-box {
  display: flex;
  flex-direction: column;
  align-items: center;
  padding: 20px 0; }
  .mc-box p {
    margin: 0; }
  .mc-box h4 {
    margin: 0;
    color: #461d7c;
    font-variant-caps: small-caps;
    font-size: 1.6rem; }

.mc-box-1 {
  width: 100%;
  text-align: center;
  padding: 0 20px 0 0; }

.mc-box-2 {
  width: 100%;
  padding: 10px 0 0 0;
  margin: 10px 0 0 0;
  border-top: 1px solid rgba(0, 0, 0, 0.1);
  border-left: none; }

.mc-buttons {
  margin: 40px 0 0 0; }
  .mc-buttons a {
    display: block; }
  .mc-buttons a:first-child {
    margin: 0 0 20px 0; }

.mc-accordian {
  border-bottom: 1px solid rgba(0, 0, 0, 0.1);
  padding: 0 0 10px 0;
  margin: 0 0 20px 0; }
  .mc-accordian button {
    background-color: transparent;
    border: none;
    padding: 0;
    text-align: left;
    color: rgba(70, 29, 124, 0.8);
    cursor: pointer; }
  .mc-accordian button:hover {
    color: #461d7c; }
  .mc-accordian button:focus {
    outline: none;
    color: #461d7c; }
  .mc-accordian .body {
    margin: 10px 0; }

/* PLA Info */
.pla-boxes {
  display: block;
  font-size: .9rem;
  background: rgba(0, 0, 0, 0.03); }

.pla-box-1 {
  flex: 3;
  padding: 1rem; }

.pla-box-2 {
  flex: 1;
  padding: 1rem; }

.callout-box {
  border-top: solid rgba(0, 0, 0, 0.1) 2px;
  border-bottom: solid rgba(0, 0, 0, 0.1) 2px;
  padding: 20px 0 30px 0;
  margin: 20px 0 30px 0;
  color: #461d7c; }
  .callout-box p {
    margin: 0;
    padding: 0;
    font-size: 1.4rem;
    line-height: 2rem;
    text-align: center; }
  .callout-box .bold-text {
    font-size: 1.8rem;
    font-weight: 600; }

.content-testimonial {
  display: flex;
  align-items: center; }

.stack-box {
  display: flex;
  flex-direction: column;
  border-top: solid #474747 2px;
  padding: 40px 0 0 0;
  margin: 40px 0 0 0; }
  .stack-box ul {
    margin: 0;
    padding: 0;
    list-style: disc; }
  .stack-box li {
    padding: 0 0 15px 0;
    margin: 0 0 0 20px;
    line-height: 1.2rem; }
  .stack-box h3 {
    font-size: 1.8rem;
    padding: 0;
    margin: 0; }
  .stack-box p {
    font-size: .8rem;
    padding: 0;
    margin: 0; }

#stack h2 {
  font-weight: 200;
  font-size: 1.6rem; }

.stack-box-1 {
  width: 100%;
  display: flex;
  flex-direction: column;
  justify-content: center;
  text-align: center;
  color: #461d7c;
  padding: 0 0 30px 0; }

.stack-box-2 {
  width: 100%;
  color: #461d7c;
  border-left: none;
  padding-left: 0; }

.stack-btn {
  margin: 0 0 0 0;
  text-align: center; }

.error404 h1 {
  color: #474747;
  font-weight: 200;
  font-size: 1.8rem;
  margin-bottom: 2rem; }

.error404 img {
  max-width: 600px;
  padding-bottom: 2rem; }

.hideNav {
  display: none; }

.showNav {
  display: block; }

@media only screen and (min-width: 375px) {
  .football-disclaimer {
    margin-top: -60px; }
  .main-image-wrap-fierce {
    height: 320px; }
    .main-image-wrap-fierce img {
      margin-top: -40px;
      margin-left: -60px;
      width: 200%; } }

@media only screen and (min-width: 425px) {
  .football-disclaimer {
    margin-top: -150px; } }

@media only screen and (min-width: 500px) {
  .main-image-wrap-fierce {
    height: 240px; }
    .main-image-wrap-fierce img {
      margin-top: -50px;
      margin-left: 0;
      width: 140%; }
  #fierce .fierce {
    display: inline;
    font-size: 2.6rem; }
  #fierce h1 {
    font-size: 1.6rem;
    line-height: 2.2rem; }
  .fierce-title {
    top: -140px;
    width: 100%; }
  .main-image-wrap {
    height: 240px; }
    .main-image-wrap img {
      margin-top: 0;
      margin-left: 0;
      width: 100%; }
  .ss-box {
    height: 260px; }
  .mc-buttons a {
    display: inline; }
  .mc-buttons a:first-child {
    margin: 0 10px 0 0; }
  ul.mobile-buttons li {
    padding: 0 0 0 0;
    display: inline; }
  .btn-top {
    width: 130px; }
  .btn-stack a {
    display: inline-block; }
  .btn-stack a:first-child {
    margin: 0 10px 0 0; } }

@media only screen and (min-width: 576px) {
  .main-image-wrap-fierce {
    height: 300px; }
    .main-image-wrap-fierce img {
      margin-top: -50px;
      margin-left: 0;
      width: 120%; }
  #fierce .fierce {
    display: inline;
    font-size: 2.9rem; }
  #fierce h1 {
    font-size: 1.8rem;
    line-height: 2.2rem; }
  .fierce-title {
    top: -200px;
    width: 460px; }
  .medium-main-image-wrap {
    height: 200px; }
    .medium-main-image-wrap img {
      margin-top: 0;
      margin-left: 0;
      width: 100%; }
  .small-main-image-wrap {
    height: 100px; }
    .small-main-image-wrap img {
      margin-top: 0;
      margin-left: 0;
      width: 120%; }
  .ss-box {
    height: 340px; }
  .ss-body {
    padding: 10px 0; }
    .ss-body p {
      padding: 10px 20px 0 20px;
      font-size: .8rem; }
  .ss-icon {
    display: flex;
    align-items: center;
    justify-content: center;
    padding: 15px 0 0 0;
    border-right: none; }
    .ss-icon img {
      width: 60px; }
  .ss-header h3 {
    padding: 0 20px 10px 20px; } }

@media only screen and (max-width: 767px) {
  .program-video-space:nth-child(1) {
    padding-right: 0px;
    padding-bottom: 0; }
  .program-video-space:nth-child(2) {
    padding-left: 0px; } }

@media only screen and (min-width: 768px) {
  .main-image-wrap-fierce {
    height: 340px; }
    .main-image-wrap-fierce img {
      margin-top: -60px; }
  #fierce .fierce {
    display: inline;
    font-size: 3.8rem; }
  #fierce h1 {
    font-size: 2.6rem;
    line-height: 2.2rem; }
  .fierce-title {
    font-size: .8rem;
    top: -220px;
    width: 640px; }
  .main-image-wrap {
    height: 340px; }
    .main-image-wrap img {
      margin-top: 0; }
  .medium-main-image-wrap {
    height: 270px; }
    .medium-main-image-wrap img {
      margin-top: 0;
      margin-left: 0;
      width: 100%; }
  .small-main-image-wrap {
    height: 120px; }
    .small-main-image-wrap img {
      margin-top: 0;
      width: 110%; }
  .text-container h1 {
    font-size: 2.5rem; }
  .text-container .smaller-h1 h1 {
    font-size: 2.4rem; }
  .awards img {
    width: 80%; }
  .video-space {
    padding-bottom: 0; }
  .question {
    font-size: 1.2rem; }
  footer {
    font-size: .8rem; }
  .footer-container {
    display: flex;
    flex-direction: row;
    margin-left: 0; }
  .footer-column-1 {
    width: 33.33%;
    order: 1; }
  .footer-column-2 {
    width: 33.33%;
    text-align: center;
    order: 2; }
  .footer-column-3 {
    width: 33.33%;
    text-align: right;
    order: 3; }
  .highlight-icon img {
    width: 80px; }
  .highlight-content h3 {
    font-size: 1.6rem; }
  ul.contact-info {
    padding: 10px 0 0 0; }
    ul.contact-info li {
      display: inline-block;
      padding: 0 30px 0 0; }
  .ss-box {
    height: 320px; }
  .ss-body {
    padding: 15px 0; }
    .ss-body p {
      padding: 10px 20px 0 20px;
      font-size: .9rem; }
  .ss-icon {
    display: flex;
    align-items: center;
    justify-content: center;
    padding: 15px 0 0 0;
    border-right: none; }
    .ss-icon img {
      width: 80px; }
  .ss-header h3 {
    padding: 0 20px 10px 20px; }
  /* Microcred Page */
  .microcred-box {
    width: 200px;
    float: right;
    margin: 10px 0 20px 60px; }
    .microcred-box img {
      width: 200px; }
  .mc-box {
    display: flex;
    flex-direction: row;
    align-items: center;
    padding: 20px 0; }
  .mc-box-1 {
    width: 30%;
    text-align: right;
    padding: 0 20px 0 0; }
  .mc-box-2 {
    width: 70%;
    padding: 0 0 0 20px;
    border-left: 1px solid rgba(0, 0, 0, 0.1);
    border-top: none; }
  .error404 h1 {
    font-size: 2.5rem; }
  .stack-box {
    display: flex;
    flex-direction: row;
    border-top: solid #474747 2px;
    padding: 40px 0 0 0;
    margin: 40px 0 0 0; }
    .stack-box ul {
      margin: 0;
      padding: 0;
      list-style: none;
      list-style: disc; }
    .stack-box li {
      padding: 0 0 20px 12px;
      margin: 0;
      line-height: 1.2rem; }
    .stack-box h3 {
      font-size: 2rem; }
  .stack-box-1 {
    width: 50%;
    display: flex;
    flex-direction: column;
    justify-content: center;
    text-align: right;
    color: #461d7c;
    padding: 0 40px 0 0; }
  .stack-box-2 {
    width: 50%;
    color: #461d7c;
    border-left: solid rgba(70, 29, 124, 0.4) 1px;
    padding-left: 40px; }
  .stack-btn {
    margin: 0 0 0 15px;
    text-align: left; } }

@media only screen and (min-width: 992px) {
  h2 {
    font-size: 1.8rem; }
  h3 {
    font-size: 1.5rem; }
  h4 {
    font-size: 1.3rem; }
  .container {
    padding-left: 15px;
    padding-right: 15px; }
  .social-icon {
    width: 40px; }
  header {
    height: 100px;
    display: flex;
    align-items: center;
    background: white; }
  .header-left {
    float: left;
    text-align: left; }
    .header-left img {
      width: 240px; }
  .header-right {
    float: right;
    display: flex;
    flex-direction: row;
    align-items: center;
    margin-top: .5rem; }
    .header-right a {
      margin: 0 0 0 12px; }
  .main-image-wrap-fierce {
    height: 520px; }
    .main-image-wrap-fierce img {
      margin-top: -20px;
      margin-left: -60px;
      width: 110%; }
  #fierce .fierce {
    display: inline;
    font-size: 3.6rem; }
  #fierce h1 {
    font-size: 2.4rem;
    line-height: 2.2rem;
    margin-bottom: 2.6rem; }
  .fierce-title {
    top: -360px;
    width: 600px; }
  .main-image-wrap {
    height: 520px; }
    .main-image-wrap img {
      margin-top: 0;
      margin-left: 0;
      width: 100%; }
  .medium-main-image-wrap {
    height: 300px; }
  .small-main-image-wrap {
    height: 120px; }
    .small-main-image-wrap img {
      margin-top: 0;
      margin-left: 0;
      width: 100%; }
  .text-container {
    padding: 1rem 0; }
    .text-container h1 {
      font-size: 2.6rem;
      width: 610px; }
    .text-container p {
      font-size: 1.2rem;
      width: 610px; }
  .contact-us {
    font-size: 1.4rem; }
  .form-background {
    background-color: rgba(0, 0, 0, 0);
    padding: 0; }
  .form-container {
    position: relative;
    background-color: rgba(0, 0, 0, 0.5);
    width: 300px;
    height: 520px;
    padding: 0 20px;
    float: right;
    margin-top: -520px;
    display: flex;
    align-items: center; }
  .form-container-2 {
    position: relative;
    background-color: rgba(255, 255, 255, 0.1);
    width: 300px;
    height: 520px;
    padding: 0 20px;
    float: right;
    margin-top: -520px;
    display: flex;
    align-items: center; }
  .highlight-content {
    width: 75%; }
  #homeh1 h1 {
    font-size: 3.5rem; }
  .cb-large {
    display: block;
    float: right;
    margin: 0 0 20px 20px;
    width: 300px; }
    .cb-large p {
      padding: 0;
      margin: 0; }
  .cb-box {
    margin: 0; }
  .cb-small {
    display: none; }
  ul.mobile-buttons {
    display: none; }
  .btn-top {
    width: 130px;
    margin: 0 0 0 8px; }
  .ss-box {
    display: flex;
    flex-direction: row;
    background: rgba(70, 29, 124, 0.1);
    border: 1px solid rgba(0, 0, 0, 0.125);
    border-radius: .25rem;
    height: 200px; }
  .ss-body {
    padding: 20px 0; }
    .ss-body p {
      padding: 10px 10px 0 20px;
      font-size: .9rem; }
  .ss-icon {
    display: flex;
    align-items: center;
    padding: 0 15px;
    border-right: solid 2px #461d7c; }
    .ss-icon img {
      width: 80px; }
  .ss-header {
    border-bottom: solid 2px #461d7c; }
    .ss-header h3 {
      font-size: 1.6rem;
      font-weight: 400;
      margin: 0;
      padding: 0 0 10px 20px;
      color: #461d7c;
      text-align: left; }
  .ss-button {
    text-align: end;
    bottom: 20px;
    right: 0;
    margin: 0 20px 0 0; }
  /* Microcred Page */
  .microcred-box {
    width: 300px; }
  .mc-box-1 {
    width: 20%; }
  .mc-box-2 {
    width: 80%; }
  /* PLA Info */
  .pla-boxes {
    display: flex;
    font-size: .9rem; }
  .pla-box-1 {
    flex: 3;
    padding: 1rem; }
  .pla-box-2 {
    flex: 1;
    padding: 1rem; }
  .callout-box {
    padding: 20px 0 20px 0;
    margin: 20px 0 30px 0;
    color: #461d7c; }
    .callout-box p {
      margin: 0;
      padding: 0;
      font-size: 1.8rem;
      line-height: 2.4rem;
      text-align: center; }
    .callout-box .bold-text {
      font-size: 2.2rem;
      font-weight: 600; }
  .content-testimonial {
    margin-top: 0; }
  .error404 h1 {
    font-size: 3.4rem; }
  .hideNav {
    display: block; }
  .showNav {
    display: none; }
  .headshot-box-2 {
    display: flex;
    flex-direction: row;
    background: rgba(70, 29, 124, 0.1);
    border: 1px solid rgba(0, 0, 0, 0.125);
    border-radius: .25rem; }
    .headshot-box-2 img {
      width: 100%; }
  .headshot-image-2 {
    flex: 1; }
  .headshot-body-2 {
    flex: 1; }
    .headshot-body-2 p {
      padding: 15px 10px 0 15px; }
  .headshot-header-2 {
    display: flex;
    align-items: center;
    height: 60px;
    border-bottom: solid 2px #461d7c; }
    .headshot-header-2 h3 {
      width: 100%;
      font-size: 1.2rem;
      font-weight: 500;
      margin: 0;
      padding: 15px 10px;
      color: #461d7c; }
  #stack h2 {
    font-weight: 200;
    font-size: 2.6rem; }
  #scrollTop {
    bottom: 20px;
    right: 20px; } }

@media only screen and (min-width: 1200px) {
  .main-image-wrap-fierce img {
    margin-top: -80px;
    margin-left: 0;
    width: 100%; }
  #fierce .fierce {
    display: inline;
    font-size: 4.4rem; }
  #fierce h1 {
    font-size: 3.2rem;
    line-height: 2.2rem; }
  .fierce-title {
    top: -360px;
    width: 760px; }
  .medium-main-image-wrap {
    height: 400px; }
    .medium-main-image-wrap img {
      margin-top: 0;
      margin-left: 0;
      width: 100%; }
  .small-main-image-wrap img {
    margin-top: -20px; }
  .text-container h1 {
    font-size: 3rem;
    width: 780px; }
  .text-container p {
    font-size: 1.4rem;
    width: 780px; }
  .card .card-body {
    min-height: 20px; }
  #homeh1 h1 {
    font-size: 2rem; }
  .error404 h1 {
    font-size: 4rem; } }

@media only screen and (min-width: 1600px) {
  .main-image-wrap-fierce img {
    margin-top: -140px; }
  .main-image-wrap img {
    margin-top: -50px; }
  .medium-main-image-wrap {
    height: 400px; }
    .medium-main-image-wrap img {
      margin-top: -30px;
      margin-left: 0;
      width: 100%; } }

@media only screen and (min-width: 2000px) {
  .main-image-wrap-fierce img {
    margin-top: -200px; }
  .main-image-wrap img {
    margin-top: -100px; } }

@media only screen and (max-width: 460px) {
  .cb-text-space {
    padding: 0 20px; }
  .cb-right {
    min-height: 140px; }
  .cb-left {
    min-height: 140px; } }
