/* Global Section */
/* Global Section */
*:focus {
    outline: none !important;
  }
  
  html {
    height: 100%;
    box-sizing: border-box;
  }
  
  body {
    font-family: "Raleway", Helvetica, sans-serif;
    font-weight: 300;
    position: relative;
    text-align: left;
    margin: 0;
    padding-bottom: 6rem;
    min-height: 100%;
    height: 100%;
    color: #566576;
  }
  
  form {
    font-family: "Raleway", Helvetica, sans-serif;
  }
  
  h1,
  h2,
  h3,
  h4,
  h5,
  h6 {
    margin-top: 0;
  }
  
  h1 {
    font-size: 39px;
    line-height: 47px;
    font-weight: 600;
    font-family: "Raleway", Helvetica, sans-serif;
    color: #263240;
  }
  
  h2 {
    font-size: 26px;
    line-height: 31px;
    font-weight: 700;
    color: #263240;
    font-family: "Raleway", Helvetica, sans-serif;
  }
  
  h3 {
    font-size: 23px;
    font-family: "Raleway", Helvetica, sans-serif;
  }
  
  h4 {
    font-size: 20px;
    line-height: 35px;
    font-weight: 500;
  }
  
  p, li {
    font-size: 16px;
    color: #566576;
    line-height: 150%;
  }
  
  strong {
      font-weight: 600 !important;}
  
  small {
    font-size: 12px;
  }
  
  .btn {
    transition: all 0.3s ease;
    font-size:0.75rem; 
    font-weight:700; 
    text-transform: uppercase;
    letter-spacing: 0.5px;
  }
  
  .btn-border {
    border-radius: 26px;
    padding: 1.2rem 2.5rem;
  }
  
  .col-2dot4,
  .col-sm-2dot4,
  .col-md-2dot4,
  .col-lg-2dot4,
  .col-xl-2dot4 {
    position: relative;
    width: 100%;
    min-height: 1px;
    padding-right: 15px;
    padding-left: 15px;
  }
  
  .col-2dot4 {
    -ms-flex: 0 0 20%;
    flex: 0 0 20%;
    max-width: 20%;
  }
  
  @media (min-width: 540px) {
    .col-sm-2dot4 {
      -ms-flex: 0 0 20%;
      flex: 0 0 20%;
      max-width: 20%;
    }
  }
  @media (min-width: 720px) {
    .col-md-2dot4 {
      -ms-flex: 0 0 20%;
      flex: 0 0 20%;
      max-width: 20%;
    }
  }
  @media (min-width: 960px) {
    .col-lg-2dot4 {
      -ms-flex: 0 0 20%;
      flex: 0 0 20%;
      max-width: 20%;
    }
  }
  @media (min-width: 1140px) {
    .col-xl-2dot4 {
      -ms-flex: 0 0 20%;
      flex: 0 0 20%;
      max-width: 20%;
    }
  }
  /* Header Section */
  .top-bar {
    width: 100%;
    background: #FFFFFF;
  }
  .top-bar .container {
    padding-top: 12px;
    padding-bottom: 10px;
  }
  .top-bar .header-button__right {
    text-align: right;
    -ms-flex-pack: end;
    justify-content: flex-end;
    
  }
  .top-bar .header-button__right .btn {
    border-radius: 20px;
  }
  .header-logo img {
    width: 180px;
    max-width: 100%;
  }
  
  /* Section One Form */
  .form-section .form-section-inner {
    background: #290A46;
    padding: 10%; /* CHANGED FROM 10 */
    color: #fff;
    border-radius: 18px; /* CHANGED FROM 3px 0 0 3px */
    margin-bottom: 20px; /* ADDED IN */
  }
  @media screen and (min-width: 778px) {
    .form-section .form-section-inner {
      position: absolute;
      right: 0;
      width: 100%;
      z-index: 2000;
    }
  }
  
  #form-text{
      margin-top: 50px;
  }
  @media screen and (min-width: 778px) {
      #form-text{
          margin-top: 0px;
      }
  }
  
  /* ADD IN */
  #form-fix {
    display: block;
  }
  /* ADD IN */
  
  .relative-container {
    position: relative;
  }
  
  /* Section Two Speakers*/
  .headshot-col {
    padding: 0;
    max-width: 500px;
  }
  
  .headshots a {
    text-decoration: none;
  }
  
  .headshots h3 {
    margin: 0;
    padding: 20px 20px 0 20px;
  }
  
  .headshots p {
    padding: 0 20px 15px 20px;
  }
  
  .headshot-col img {
    width: 100%;
    height: 100%;
    transition: all 0.3s ease;
  }
  
  .headshots-container {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-pack: distribute;
        justify-content: space-around;
  }
  
  .headshots-three .headshots-container, .headshots-two .headshots-container {
    -ms-flex-pack: center;
        justify-content: center;
  }
  
  .headshots-three .headshot-col {
    margin: 1%;
    width: 33.333%;
  }
  
  .headshots-two .headshot-col {
    margin-right: 1%;
    margin-left: 1%;
    width: 50%;
  }
  
  .headshots-four .headshot-col {
    margin: 1%;
    width: 25%;
  }
  
  .headshots-three #headshot-4 {
    display: none;
  }
  
  .headshots-two #headshot-4, .headshots-two #headshot-3 {
    display: none;
  }
  
  
  .headshots-one #headshot-4, .headshots-one #headshot-3, .headshots-one #headshot-2 {
    display: none;
  }
  
  @media only screen and (max-width: 768px) {
    .headshots-container {
      -ms-flex-direction: column;
          flex-direction: column;
    }
    .headshots-container .headshot-col {
      width: 80%;
      margin: 1em auto;
    }
  }
  /* Section Three Topics */
  .topics-section ol {
    list-style: none;
    counter-reset: topics-counter;
  }
  .topics-section ol li {
    counter-increment: topics-counter;
    position: relative;
  }
  .topics-section ol li::before {
    content: counter(topics-counter);
    color: #263240;
    font-weight: bold;
    background: #E2D1FF;
    border-radius: 100%;
    position: absolute;
    --size: 30px;
    left: calc(-1 * var(--size) - 10px);
    line-height: var(--size);
    width: var(--size);
    height: var(--size);
    top: 5px;
    text-align: center;
  }
  
  /* Footer Hero Section */
  .footer-hero {
    color: #fff;
  }
  .footer-hero h1, .footer-hero h2, .footer-hero h3, .footer-hero h4, .footer-hero p {
    color: #fff;
  }
  .footer-hero .btn {
    background: #7C0EDD;
  }
  .footer-hero .btn:hover {
    background: #57039E;
  }
  
  /* Footer Section */
  footer {
    padding: 30px 0;
    font-size: 14px;
  }
  footer h5 {
    color: #fff;
    font-weight: 500;
    font-size: 16px;
  }
  footer p, footer a {
    color: #fff;
    font-size: 16px;
  }
  footer a:hover {
    color: #C89DFF;
  }
  
  footer ul {
    list-style: none;
    padding-left: 0;
  }
  footer ul li {
    padding-bottom: calc(10px/2);
  }
  footer .fa {
    width: 1em;
    height: 1em;
    color: #566576;
    font-size: 18px;
    margin-right: 20px;
  }
  footer .address li, footer .address a {
    font-size: 13px;
  }
  
  /* Form Section */
  .mktoForm {
    width: 100%;
    font-family: "Raleway", Helvetica, sans-serif;
  }
  .mktoForm option {
    font-weight: 500;
  }
  .mktoForm label, .mktoForm .mktoHtmlText, .mktoForm input {
    color: #000;
  }
  .mktoForm input,
  .mktoForm select,
  .mktoForm textarea,
  .mktoForm input[type="checkbox"] + label:before,
  .mktoForm input[type="radio"] + label:before {
    color: #000;
    border: 0;
    background: #fff;
    font-weight: 500;
  }
  .mktoForm .select-wrapper:before {
    color: #4D4D4D;
  }
  .mktoForm a {
    color: #870ff0;
  }
    .mktoForm a:hover {
    color: #C89DFF;
  }
  
  .mktoFieldWrap label {
    text-transform: uppercase;
    color: #fff;
    top: 12px;
    left: 12px;
    z-index: 1000;
    pointer-events: none;
    font-family: "Raleway", Helvetica, sans-serif;
    font-size: .75rem;
    font-weight: 600;
    letter-spacing: 1.7px;
    color: rgba(255, 255, 255, 0.49);
  }
  .mktoFieldWrap input:not([type=checkbox]),
  .mktoFieldWrap select,
  .mktoFieldWrap textarea {
    box-sizing: border-box;
    margin-bottom: 10px !important; /* CHANGED FROM 20 */
    padding: 5px !important; /* CHANGED FROM 10 */
    border-radius: 3px; /* CHANGED FROM 2 */
    max-width: 100%;
/*    width: 100% !important;*/
    font-size: 12px; /* CHANGED FROM 14 */
  }
  .mktoFieldWrap input:not([type=checkbox]):focus, .mktoFieldWrap input:not([type=checkbox]):active,
  .mktoFieldWrap select:focus,
  .mktoFieldWrap select:active,
  .mktoFieldWrap textarea:focus,
  .mktoFieldWrap textarea:active {
    outline: none;
  }
  .mktoFieldWrap select {
    -webkit-appearance: none;
    -moz-appearance: none;
  }
  
  .mktoError {
    font-size: 11px;
    background: #D73D3D;
    color: #fff;
    padding: 5px;
    text-align: center;
    margin-bottom: 20px;
  }
  
  .mktoButtonRow {
    padding-top: 1em;
    width: 100%;
    text-align: center;
  }
  .mktoButtonRow .mktoButton {
    font-size: 12px;
    font-weight: bold;
    min-width: 50%;
    transition: all 0.3s ease;
    border-radius: 30px;
    width: 100%;
    padding: 10px 30px !important;
    background: #8D5CD1!important;
    text-transform: uppercase;
    letter-spacing: .5px !important;
    color: #fff;
    margin-top: 24px;
    border: none;
  }
  .mktoButtonRow .mktoButton:hover {
    cursor: pointer;
    background: #870FF0;
  }
  
  select {
    max-width: 100% !important;
  }
  
  .mktoForm .mktoRadioList > label, .mktoForm .mktoCheckboxList > label {
    margin-bottom: .7em !important;
    margin-top: 0em !important;
  }
  
  .select-wrapper {
    position: relative;
  }

  .select-wrapper:before {
     position: absolute;
    right: 10px;
    top: 25%;
    display: block;
    content: ' ';
    background-image: url("https://info.enterprisedb.com/rs/069-ALB-339/images/arrow.svg");
    height: 10px;
    width: 10px;
    z-index: 1000;
    pointer-events: none;
    background-size: 100% auto;
    background-repeat: no-repeat;
  }
  .select-wrapper:has(> select[multiple="multiple"]):before {
  	background:none;
  }
  
  .mktoFieldWrap label a {
    pointer-events: all;
  }
  select::-ms-expand {
    display: none;
  }
  
  @supports (display: grid) {
    @media screen and (min-width: 768px) {
      .mktoFormRow-2-col, .checkbox-grid {
        display: grid;
        grid-template-columns: 1fr 1fr;
        grid-column-gap: 2ch;
      }
    }
  }
  @supports not (display: grid) {
    @media screen and (min-width: 768px) {
      .mktoFormRow-2-col {
        display: -ms-flexbox;
        display: flex;
        -ms-flex-wrap: wrap;
            flex-wrap: wrap;
      }
      .mktoFormRow-2-col .mktoFormCol {
        width: 50%;
        margin: 5px;
      }
  
      .checkbox-grid {
        display: -ms-flexbox;
        display: flex;
      }
      .checkbox-grid .checkbox-row {
        width: 50%;
      }
    }
  }
  .mktoHtmlText {
    position: absolute;
    left: 30px;
    top: -48px;
    font-size: 13px;
  }
  .mktoCheckboxList-wrapper label {
    float: right;
    width: 93%;
    line-height: 1.5;
  }
  .mktoCheckboxList-wrapper .mktoCheckboxList input {
    position:inherit;
    float: left;
    top: 5px; /* CHANGED FROM 3 */
  }

  .mktoCaptchaDisclaimer {
    display: inline-block;
    color: rgba(255, 255, 255, 0.49);
    font-size: .75rem;
    font-weight: 600;
    letter-spacing: 1.7px;
    text-transform: uppercase;
  }

.lp-form-section .mktoCaptchaDisclaimer {
	color:black;
}

  #captcha {
    display: none;
  }
  /*.mktoCheckboxList-wrapper input {
    width: 10%;
    vertical-align: top;
    position: absolute;
  }
   .mktoCheckboxList-wrapper input {
    width: 10%;
    vertical-align: top;
    position: absolute;
  } */

  .mktoKnownTitle, .mktoKnownNotYou {
    text-align: center;
  }

  .mktoKnownNotYou {
    text-decoration: underline;
    cursor: pointer;
  }

  .mktoKnownButtonRow {
    padding-top: 0px;
    margin-bottom: 16px;
  }