.h1--navy {
  font-size: 51px;
  line-height: 50px;  
  text-align: center;
  letter-spacing: -1px;
  color: #1B3139;
}
.h2--white {
  font-weight: 300;
  font-size: 44px;
  line-height: 50px;
  letter-spacing: -0.5px;
  color: #FFFFFF;
}
.h2--black {
  font-weight: 300;
  font-size: 44px;
  line-height: 50px;
  letter-spacing: -0.5px;
  color: #000000;
}
.h2--navy-lg {
  font-weight: 500;
  font-size: 44px;
  line-height: 45px;
  letter-spacing: -0.5px;
  color: #1B3139;}
.h2--navy {
  font-weight: 500;
  font-size: 38px;
  line-height: 45px;
  letter-spacing: -0.5px;
  color: #1B3139;
}
.h3--black {
  font-weight: normal;
  font-size: 28px;
  line-height: 33px;  
  letter-spacing: -0.5px;
  color: #000000;
}
.h3--navy {
  font-weight: 300;
  font-size: 29px;
  line-height: 29px;
  color: #1B3139;
}
.h4--black {
  font-weight: normal;
  font-size: 24px;
  line-height: 30px;
  letter-spacing: -0.5px;
  color: #000000;
}
.h4--gray {
  font-weight: normal;
  font-size: 24px;
  line-height: 30px;
  letter-spacing: -0.5px;
  color: #666666;
}
.h4--white {
  font-weight: normal;
  font-size: 24px;
  line-height: 30px;
  letter-spacing: -0.5px;
  color: #fff;
}
.h5--black {
  font-weight: 600;
  font-size: 10.7237px;
  line-height: 14px;  
  letter-spacing: 0.564403px;
  text-transform: uppercase;
  color: #000000;
}
.copy--white {
  font-weight: normal;
  font-size: 16px;
  line-height: 23px;
  color: #FFFFFF;
}
.copy--black {
  font-weight: normal;
  font-size: 16px;
  line-height: 23px;
  color: #000000;
}
.copy--gray {
  font-weight: bold;
  font-size: 22px;
  line-height: 34px;
  color: #666666;
}
.body-copy {
  font-weight: normal;
  font-size: 22px;
  line-height: 30px;
  letter-spacing: -0.5px;
  color: #666666;
}
.body-copy li {
  margin-bottom: 10px;
}
.link--orange {
  font-weight: 500;
  font-size: 28px;
  line-height: 20px;
  color: #FF3621;
}
.legal-copy {
  font-weight: normal;
  font-size: 11px;
  line-height: 17px;
  color: #000000;
  margin-top: 30px;
}

/* Links & Buttons */
.nav-link {
  font-weight: 600;
  font-size: 18px;
  line-height: 38px;
  cursor: pointer;
  margin: 0 10px;
}
.nav-link:hover {
  text-decoration: none;
  color: #ffffff;
}
.btn-container {
  margin: 25px 0;
  text-align: center;
}
.btn--orange {
  color: #ffffff;
  background-color: #fd5000;
  border-color: #fd5000;
  padding: 13px 25px;
  margin: 0;
}
.btn--orange:hover {
  background-color: #464547;
  border-color: #464547;
  color: #fff;
  text-decoration: none;
  cursor: pointer;
}

/* Divs */
.section--white {
  background: #f3f3f3;
  padding: 40px 0;
}
.section--navy {
  background: #1B3139;
  padding: 40px 0;
}
.section--turquoise {
  background: #1B5162;
  padding: 40px 0;
}
.row--heading {
  text-align: center;
  padding: 0 30px;
  margin-bottom: 25px;
}
.row--footer {
  text-align: center;
  padding: 0 40px;
}
.row--image {
  text-align: center;
  padding: 0 30px;
}
.row--benefits {
  text-align: center;
  padding: 0 39px;
}
.row--features {
  text-align: center;
  padding: 0 65px;
}
.nav-bar {
  padding: 10px 30px;
  background-color: #1B3139;
  text-align: center;
}
.offering {
  margin-bottom: 70px;
}
.checkmark {
  align-self: center;
  margin: 0 10px 10px 0;
}
.feature-box-flex {
  display: flex;
  flex-direction: column;
  padding: 0 65px;
}
.feature-box {
  margin-bottom: 40px;
}
.feature-box--title {
  padding: 1px 25px;
  background: #00B379;
  border-top-left-radius: 7px;
  border-top-right-radius: 7px;
  text-align: left;

}
.feature-box--container {
  padding: 20px 25px;
  background: #f3f3f3;
  border-bottom-left-radius: 7px;
  border-bottom-right-radius: 7px; 
}
.feature-box--list {
  display: flex;
  flex-direction: column;
}
.feature-box--item {
  display: flex;
  text-align: left;
}
.header {
  box-shadow: 0 4px 2px -2px rgba(0,0,0,.2);
}
.header-logo {
  text-align: center;
}
.footer {
  background: #1A3138;
}
.footer-logo {
  text-align: left;
  margin-bottom: 15px;
}
.footer-copy {
  display: flex;
  flex-direction: column;
  padding: 30px;
}
.footer-text {
  font-weight: normal;
  font-size: 13px;
  line-height: 20px;
  /* or 154% */
  color: #E8E8E8;
  width: 215px;
}
.footer-text p {
  margin-bottom: 0;
}
.footer-text a {
  color: inherit;
}
.footer-text a:nth-child(2) {
  margin-right: 5px;
}
.footer-text a:last-child {
  margin-left: 5px;
}
.header-container, .footer-container {
  padding: 30px;
}
.padded-container {
  padding: 30px;
}
.padded-col {
  padding: 30px;
}
.event-info-container, .speaker-info-container  {
  display: flex;
  align-items: baseline;
}
.event-info{
  font-weight: bold;
  font-size: 22px;
  line-height: 34px;
  color: #666666;
  margin-left: 15px;
  margin-top: 5px;
  margin-bottom: 55px;
}
.speaker-info {
  font-weight: bold;
  font-size: 22px;
  line-height: 34px;
  color: #666666;
  margin-left: 15px;
  margin-top: 5px;
  margin-bottom: 35px;
}
.event-info p {
  margin-bottom: 0;
}
.speakers-container {
  display: flex;
  flex-direction: column;
}
.speaker-profile {
  display: flex;
  align-content: baseline;
  margin-bottom: 50px;
}
.speaker-desc {
  margin-left:  20px;
}
.content-img {
  margin: 0 auto;
}
.icon {
  padding-bottom: 3px;
}
.p-content {
  margin-top: 25px;
}

/** Form only content styling **/
.form-content {
  background: #f2f2f2;
  padding-bottom: 45px;
}
.form-content h2, .form-content h4 {
  text-align: center;
}
.form-content .form-container {
  margin-top: 45px;
  padding: 0 50px;
}
.academy-h3 {
  font-weight: normal;
  font-size: 24px;
  line-height: 30px;
  letter-spacing: -0.5px;
  color: #000000;
}
.academy-copy {
  font-weight: normal;
  font-size: 16px;
  line-height: 23px;
  color: #000000;
}
.academy-container {
  padding: 30px;
}

@media (min-width: 992px) {
  .page-bottom-main-row {
    margin-top: 45px;
  }
  .header-container, .footer-container {
    padding: 34px 0;
  }
  .padded-container {
    padding: 60px 0 30px 0;
  }
  .padded-col {
    padding: 50px 45px 70px 0;
  }
  .header-logo {
    text-align: left;
  }
  .footer-copy {
    flex-direction: row;
  }
  .footer-text {
    margin-left: 25px;
    width: auto;
  }
  .padded-container {
    padding: 60px 0 30px 0;
  }
  .form-container {
    padding: 50px 50px;
  }
  .form-col {
    padding-top: 100px;
  }
  .header-text {
    font-weight: 500;
    font-size: 27px;
    color: #1B3139;
    text-align: right;
  }
  .form-content-container {
    width: 755px;
  }
  .form-row {
    background: #fff;
    padding: 0 100px 45px 100px;
  }
  .academy-h3 {
    font-size: 32px;
    line-height: 38px;
  }
  .academy-copy {
    font-size: 24px;
    line-height: 30px;
  }
  .academy-container {
    padding: 0;
  }
}


@media (min-width: 1170px) {

  /* Texts */

  .h1--navy {
    font-size: 60px;
    line-height: 66px;
  }
  .h2--navy {
    font-size: 44px;
    line-height: 52px;
  }
  .h3--black {
    font-weight: 300;
    font-size: 32px;
    line-height: 38px;
  }
  .h3--navy {
    font-size: 29px;
    line-height: 29px;
  }
  .h5--black {
    font-size: 19px;
    line-height: 25px;
    letter-spacing: 1px;
  }

  /* Links & Buttons */
  .nav-link {
    line-height: 23px;
    margin: 0 40px;
  }

  /* Divs */
  .section--white {
    padding: 50px 0;
  }
  .section--navy {
    padding: 50px 0;
  }
  .section--turquoise {
    padding: 50px 0;
  }
  .row--heading {
    text-align: center;
    padding: 0 135px;
    margin-bottom: 45px;
  }
  .row-footer {
    text-align: center;
    padding: 0 135px;
  }
  .row--image {
    text-align: center;
    margin-top: 45px;
  }
  .row--benefits,
  .row--features {
    text-align: center;
    margin: 0 auto;
    width: 90%;
    padding: 0;
  }
  .nav-bar {
    padding: 20px 100px;
    text-align: center;
  }
  .overview-image {
    max-width: 750px;
    margin: 0 auto;
  }
  .offering {
    margin-bottom: 0;
  }
  .feature-box-flex {
    display: flex;
    flex-direction: row;
    padding: 0;
  }
  .feature-box {
    padding: 0;
    min-width: 255px;
    margin-right: 25px;
  }
  .feature-box--container {
    padding: 20px 20px;
  }
  .feature-box--list {
    min-height: 224px;
  }

}

/** MKTO Form **/

.form-container {
  padding: 0;
}
.form-col {
  text-align: center;
  padding-top: 50px;
  padding-bottom: 50px;
}

.mktoForm .mktoAsterix {
    float: left;
  }
FORM, .mktoForm .mktoFormCol, .mktoForm .mktoFieldWrap, .mktoForm .mktoRequiredField label.mktoLabel, .mktoForm label.mktoLabel {
  max-width:  100%;
  width: 100% !important;
}

.mktoForm .mktoOffset {
  display: none;
}
.mktoForm select.mktoField {
  max-width: 100%;
  width: 100% !important;
}
.main_form .mktoForm .mktoButtonWrap.mktoSimple .mktoButton {
  max-width: 100%;
  width: 100% !important;
}

.main_form  .mktoForm .mktoLabel {
  position: relative;
  display: block;
  /* font-family: 'Source Sans Pro', sans-serif; */
  font-size: 14px;
  color: #000;
  font-weight: 600;
  margin-bottom: 2px;
  max-width: 100%;
  width: 100% !important;
  padding: 0px;
}
.mktoForm input.mktoField, .em6 .main_form .mktoForm textarea.mktoField {
  width: 100% !important;
  float: left;
  background: #fff;
  /* font-family: 'Source Sans Pro', sans-serif; */
  border: 1px solid #c4c4c4;
  height: 36px;
  padding: 6px 10px;
  color: #000;
  font-size: 14px;
  font-weight: 400;
  border-radius: 0px !important;
  box-shadow: none !important;
  -webkit-box-shadow: none !important;
}
.mktoForm select.mktoField {
  width: 100% !important;
  float: left;
  background: white;
  /* font-family: 'Source Sans Pro', sans-serif; */
  border: 1px solid #C4C4C4;
  height: 36px;
  color: black;
  font-size: 14px;
  font-weight: 400;
  border-radius: 0px !important;
  line-height: 29px;
  text-indent: 1px;
}
.mktoForm .mktoLabel {
  position: relative;
  display: block;
  font-size: 14px;
  color: #000;
  font-weight: 500;
  color: #1B5162;
  margin-bottom: 2px;
  width: 100% !important;
  padding: 0px;
  font-family: 'DM Sans', sans-serif !important;
}

body .dbMarketoFormColumn {
  background: #F9F7F4 !important;
  font-family: 'DM Sans', sans-serif !important;
}

body .dbMarketoFormColumn form {
  font-family: 'DM Sans', sans-serif !important;
}

body .dbMarketoFormColumn form .mktoRequiredField .mktoAsterix {
  display: inline-block;
  float: left;
  color: #FF3621;
  padding-right: 5px;
}

body .dbMarketoFormColumn .mktoForm input.mktoField,
body .dbMarketoFormColumn .mktoForm textarea.mktoField,
body .dbMarketoFormColumn .mktoForm select.mktoField
{
  color: #1B5162 !important;
}

body .dbMarketoFormColumn .mktoLabel {
  font-size: 16px !important;
  font-weight: normal !important;
  line-height: 20px !important;
}

body .dbMarketoFormColumn .mktoForm .mktoRequiredField label.mktoLabel {
  font-weight: 400 !important;
}

body .dbMarketoFormColumn .dbPartnersMarketoText {
  color: #1B5162 !important;
  font-size: 16px;
  line-height: 20px !important;
}

body .dbMarketoFormColumn .mktoForm .mktoButtonRow {
  text-align: left;
}

body .dbMarketoFormColumn .mktoButtonRow button {
  background-color: #FF3621 !important;
  font-weight: 500;
  padding: 14px 38px !important;
  line-height: 25px;
  font-size: 18px !important;
  border-radius: 0px !important;
}

body .dbMarketoFormColumn .mktoButtonRow button:hover {
  background-color: #BD2B26 !important;
}


.mktoForm .mktoCheckboxList > label:last-child {
  margin-bottom: 0px !important;
  max-width: 85%;
  padding-left: 30px;
}
.mktoForm .mktoCheckboxList > label {
  margin: 0px 0px 10px 15px !important;
  font-weight: bold;
  font-size: 12px;
  height: auto !important;
  width: auto !important;
  float: none;
  padding-left: 5px;
  clear: right;
}
.main_form .mktoForm .mktoButtonRow {
  margin-top: -8px;
  width: 100%;
  text-align: left;
}
.mktoLogicalField.mktoCheckboxList {
  width: 100% !important;
}
#mkto_form_consent {
  width: 40px !important;
  margin-left: -5px;
  margin-top: -5px;
}
.mktoForm .mktoButtonRow .mktoSimple {
  margin: 1px !important;
}
.mktoForm .mktoButtonRow {
  width: 100%;
  text-align: center;
  margin-top: 25px;
}
.mktoForm .mktoRequiredField label.mktoLabel {
  font-weight: 300 !important;
}
.mktoForm .mktoButton {
  display: inline-block;
  background: #fe5000 !important;
  border-radius: 4px;
  padding: 22px 90px !important;
  color: #fff !important;
  border: none !important;
  font-size: 24px !important;
  text-transform: uppercase;
  font-weight: 600;
  line-height: 20px;
}
.mktoForm .mktoButton:hover {
  background: #464547 !important;
}
.mktoForm textarea.mktoField{
	width: 100% !important;
	height:4.6em;
	font-size:14px;
}
.mktoForm select[multiple='multiple'] {
    height: auto !important;
}
.formWrap {
  text-align: left;
}
.backHero {
  color: #ffffff;
  padding: 60px 0;
}

.mktoBanner IMG {
  padding-top: 20px;
}

.hero-two-thirds {
  width:100%;
  color: #ffffff;
  margin-top: 20px;
  padding: 60px 20px;
}

.row-main {
  margin-bottom: 40px;
}
.form-col--extended {
  height: 900px;
}

@media only screen and (min-width: 992px) {
  .flex-container  {
      display: flex;
  }

  .flex-container.form-position-left {
      flex-direction: row-reverse;
  }
  .form-container {
    padding: 50px 50px;
  }
  .form-col {
    padding-top: 100px;
  }
  .form-col--extended {
    height: 1060px;
  }
  /* .form-col--extended {
    height: 1500px;
  } */
}
iframe {
  width: 100% !important	
}
LABEL[for="mkto_form_consent"] {
  float: right !important;
  height: 27px;
  max-width: 85% !important;
}
.mktoButtonWrap {
    margin-left: auto !important;
}
.mktoFieldWrap {
  margin-top: 15px !important;
}
.mktoForm .mktoGutter {
  height: auto;
}
@media (min-width: 1440px) {
  .form-container {
    padding: 50px 100px;
  }
}

/* Drivers */
.form-item:not(:first-child) {
   margin-top: 1em;
 }

.form-item > :not(:first-child) {
  margin-top: 0.25em;
}


.form-item__label {
  display: block;
}

.form-item__element {
  display: inline-block;
  padding: 0.5em;
  vertical-align: middle;
  background: #fff;
  border-radius: 4px;
  border: 1px solid gray;
}

.form-item__element--select {
  appearance: none;
  padding-right: 2em;
}

.form-item__element--select:invalid {
   color: gray;
 }

.form-item__element--select.has-placeholder {
   color: gray;
 }


.form-item__element--select   [disabled] {
     color: gray;
   }

.form-item__element--select option {
  color: gray;
}


.select-wrap::after {
   margin-left: -2em;
   font-size: 0.75em;
   pointer-events: none;
   content: '▼';
}
.grid {
  display: grid;
  grid-template-columns: auto auto auto auto;
  grid-template-rows: auto;
}
.grid-header {
  background: #1B5162;
  color: #fff;
  padding: 0 27px;
}
.grid-item {
  padding: 0 27px;
}
.grid-item:nth-child(4n+1) {
  border-left: 1px solid #d3caca;
}
.grid-item:nth-child(4n) {
  border-right: 1px solid #d3caca;
}
.active {
  color: #707070;
}
.active:hover {
  color: #707070;
  text-decoration: none;
  cursor: auto;
}
