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

.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 {
  color: #eec12a;
  font-size: 1.5rem;
  font-weight: 200;
  width: 100%;
  line-height: 1.8rem;
  padding: 0 0 1rem 0;
  margin: 0 0 1rem 0;
  border-bottom: 2px solid white; }

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

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

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

.step1,
.step2 {
  padding: 0 0 1rem 0;
  font-weight: 400; }

.step1 span,
.step2 span {
  font-weight: bold;
  text-transform: uppercase;
  color: #eec12a; }

.step1 {
  margin: 0; }

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

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

.ff-select-to-radiobtn-list {
  margin-bottom: 30px;
  width: 100%; }

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

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

select[data-vatt="PICKLIST"] {
  color: rgba(0, 0, 0, 0.6);
  margin-bottom: 10px;
  border-radius: 5px;
  width: 100%;
  background-color: #ffffff;
  height: 28px; }

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

input[type="checkbox"] {
  margin-bottom: 4px; }

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

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

/* not sure what form is using this */
/* next two used on scholarship form */
#ffSection1 > .ff-item-row:nth-child(4) label {
  width: 80%;
  font-size: 12px;
  margin: 0 0 0 21px;
  padding-bottom: 30px; }

#ffSection1 > .ff-item-row:nth-child(4) input {
  width: 20px;
  margin: -60px 0 0 -3px; }

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

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

#ffSection1 > .ff-item-row:nth-child(8) {
  width: 20px; }

#ffSection1 > .ff-item-row:nth-child(9) {
  width: 90%;
  font-size: 12px;
  margin-top: -4px; }

/* 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: 0 0 20px 0; }

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

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

.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: 100%;
  text-transform: uppercase;
  padding: 4px;
  margin-top: 0;
  margin-bottom: 1rem; }

#btnprev {
  display: none !important; }

#lblLeadDegree_Level_Selection__c {
  display: none; }

#lblLeadUndergraduate_Programs__c {
  margin: 0; }

/* old CE Forms */
#ffSection1 > .ff-item-row:nth-child(1) {
  background-color: red;
  display: none; }

#ffSection1 > .ff-item-row:nth-child(2) {
  width: 20px; }

#ffSection1 > .ff-item-row:nth-child(3) {
  width: 225px;
  font-size: .8rem;
  margin: -4px 0 0 -4px; }

/* Landing Page */
h2 {
  font-size: 1.5rem; }

.lp-image-wrap {
  position: relative;
  height: 600px;
  overflow: hidden; }
  .lp-image-wrap img {
    margin-top: 0;
    margin-left: -200px;
    width: 300%; }

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

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

.lp-heading-image {
  width: 100px;
  margin-left: 200px;
  padding: 0 0 10px 0; }

.lp-text-container {
  position: absolute;
  bottom: 0;
  width: 100%;
  padding: .5rem 0 1rem 0;
  background-image: linear-gradient(to bottom, rgba(0, 0, 0, 0), rgba(0, 0, 0, 0.6)); }
  .lp-text-container h1 {
    color: white;
    text-shadow: 1px 1px rgba(70, 70, 70, 0.5);
    font-size: 2rem;
    margin: 0;
    padding: 0 0 .5rem 0; }
  .lp-text-container p {
    color: white;
    text-shadow: 1px 1px rgba(70, 70, 70, 0.5);
    font-size: 1rem;
    font-weight: 200;
    margin: 0;
    padding: 0; }

.lp-header {
  height: 100px;
  display: flex;
  align-items: center;
  background: white;
  border-bottom: 2px solid #461d8e; }

.lp-header p {
  color: #461d7c;
  font-size: .8rem;
  font-weight: 400;
  margin: 0;
  padding: 0; }

.lp-header-left {
  float: none;
  text-align: center; }
  .lp-header-left img {
    width: 180px; }

.lp-header-right {
  float: none;
  display: block;
  text-align: center;
  margin-top: .5rem; }

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

.lp {
  display: flex;
  padding: 1rem 10px;
  margin-bottom: 2rem; }

.lp ul {
  color: #461d7c;
  margin-left: -20px; }

.lp-icon {
  padding-right: .8rem; }
  .lp-icon img {
    width: 50px; }

.lp-content {
  width: 75%; }

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

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

.lp-secondary {
  padding: 0;
  background-color: #ffffff;
  box-shadow: 1px 1px rgba(70, 70, 70, 0.3);
  border-radius: 5px;
  color: #474747;
  margin: 2rem 0; }

.lp-secondary li, .lp-secondary h3 {
  margin-bottom: 1rem; }

.lp-purple-box {
  padding: 3rem;
  background-color: #461d7c; }

.lp-purple-box p {
  color: #ffffff;
  font-size: 1.5rem; }

.lp-form-background {
  /*background-color: rgba(70, 29, 142, 0.6);*/
  background-color: rgba(0, 0, 0, 0.5);
  padding: 1rem 0; }

/* stack style */
.stack-feature-box {
  display: flex;
  flex-direction: column;
  border-top: solid rgba(0, 0, 0, 0.1) 2px;
  padding: 40px 0 0 0;
  margin: 40px 0 0 0; }
  .stack-feature-box ul {
    margin: 0;
    padding: 0;
    list-style: none; }
  .stack-feature-box li {
    padding: 0 0 15px 0;
    margin: 0 0 0 20px;
    line-height: 1.2rem; }
  .stack-feature-box h3 {
    font-size: 1.4rem;
    padding: 0;
    margin: 0; }
  .stack-feature-box p {
    font-size: .8rem;
    padding: 0;
    margin: 0; }

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

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

@media only screen and (min-width: 500px) {
  .lp-image-wrap img {
    margin-top: 0;
    margin-left: 0;
    width: 140%; }
  .lp-text-container h1 {
    font-size: 1.8rem; }
  .lp-image-wrap {
    height: 450px; }
  .form-title {
    font-size: 26px; }
  .lp-heading-image {
    margin-left: 0; } }

@media only screen and (min-width: 768px) {
  h2 {
    font-size: 2rem; }
  .lp-image-wrap {
    height: 340px; }
    .lp-image-wrap img {
      margin-top: -80px; }
  .lp-text-container h1 {
    font-size: 2rem; }
  .lp-text-container p {
    font-size: 1rem; }
  .lp-header p {
    font-size: 1rem; }
  .form-title {
    font-size: 30px; }
  .ff-submit-btn .ff-btn-submit {
    width: 47.5%; }
  /* styles from stack */
  .stack-feature-box {
    display: flex;
    flex-direction: row;
    border-top: solid rgba(0, 0, 0, 0.1) 2px;
    padding: 40px 0 0 0;
    margin: 40px 0 0 0; }
    .stack-feature-box ul {
      margin: 0;
      padding: 0;
      list-style: none; }
    .stack-feature-box li {
      padding: 0 0 20px 0;
      margin: 0;
      line-height: 1.2rem; }
    .stack-feature-box h3 {
      font-size: 1.8rem; }
  .stack-feature-box-1 {
    width: 50%;
    display: flex;
    flex-direction: column;
    justify-content: center;
    text-align: right;
    color: #461d7c;
    padding: 0 40px 0 0; }
  .stack-feature-box-2 {
    width: 50%;
    color: #461d7c;
    border-left: solid rgba(70, 29, 124, 0.4) 1px;
    padding-left: 40px; } }

@media only screen and (min-width: 992px) {
  .lp-heading-image {
    width: 200px;
    margin-left: 0; }
  .lp-image-wrap {
    height: 500px; }
    .lp-image-wrap img {
      margin-top: -100px;
      margin-left: 0;
      width: 100%; }
  .lp-image-box {
    position: relative;
    width: 60%;
    padding-bottom: 20px; }
  .lp-text-container h1 {
    font-size: 2.2rem;
    padding-bottom: .5rem; }
  .lp-text-container p {
    font-size: 1rem; }
  .lp-header {
    height: 100px;
    display: flex;
    align-items: center;
    background: white; }
  .lp-header p {
    font-size: 1.2rem; }
  .lp-header-left {
    float: left;
    text-align: left; }
    .lp-header-left img {
      width: 180px; }
  .lp-header-right {
    float: right;
    display: block;
    margin-top: .5rem; }
  .lp-icon img {
    width: 80px; }
  .lp-content h3 {
    font-size: 1.6rem; }
  .lp-form-container {
    position: relative;
    background-color: rgba(0, 0, 0, 0.5);
    width: 300px;
    height: 500px;
    padding: 0 20px 0 20px;
    float: right;
    display: flex;
    flex-direction: column;
    justify-content: center;
    margin-top: -500px; }
  .lp-form-background {
    background-color: rgba(70, 29, 142, 0);
    padding: 0; }
  .form-title {
    font-size: 1.8rem;
    line-height: 2rem; }
  .ff-item-row {
    padding: 0 0 10px 0 !important; }
  .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: 100%;
    text-transform: uppercase;
    padding: 4px;
    margin-bottom: .4rem; } }

@media only screen and (min-width: 1200px) {
  .lp-image-wrap {
    height: 500px; }
    .lp-image-wrap img {
      margin-top: -100px; }
  .lp-text-container h1 {
    font-size: 2.6rem; }
  .lp-text-container h2 {
    font-size: 1.4rem; } }

@media only screen and (min-width: 1600px) {
  .lp-image-wrap img {
    margin-top: -140px; } }

@media only screen and (min-width: 2000px) {
  .lp-main-image-wrap {
    height: 500px; }
    .lp-main-image-wrap img {
      margin-top: -120px; }
  .lp-form-container {
    margin-top: -500px; } }
