/* =============================================================================
   IMPORTS
   ============================================================================= */
@import url('https://fonts.googleapis.com/css2?family=Public+Sans:ital,wght@0,100..900;1,100..900&display=swap');


/* =============================================================================
   GLOBAL RESETS
   ============================================================================= */
* {
  box-sizing: border-box;
}

label span,
legend span {
  font-size: inherit;
  font-weight: inherit;
  color: inherit;
}

div#scrim {
    display: none !important;
}


/* =============================================================================
   BASE STYLES
   ============================================================================= */

html {
background: rgb(231, 231, 231);
}

body {
  height: max-content;
  overflow: hidden;
  color: #000;
  font-family: "Public Sans", sans-serif;
  font-size: 16px;
  display: block;
  margin: 0;
}

a,
a:visited {
  color: #000000;
}

section.sixteen.columns.contentmiddle {
  max-width: 900px;
  margin: auto;
  width: 100%;
  float: none;
  display: block;
}


/* =============================================================================
   TYPOGRAPHY & TEXT ELEMENTS
   ============================================================================= */
p {
  font-size: 18px;
}

.password-container {
  width: 100%;
  position: relative;
}

.password-container input[type="password"],
.password-container input[type="text"] {
  width: 100%;
  padding: 12px 36px 12px 12px;
  box-sizing: border-box;
  margin-bottom: 10px;
}

.fa-eye {
  position: absolute;
  top: 54%;
  right: 2%;
  cursor: pointer;
  color: #919191;
}

h6 {
  font-size: 14px;
  font-weight: bold;
  font-family: inherit;
}

div#thankYouSection p {
  font-size: 14px;
}

span#signupnl {
  line-height: normal;
  display: block;
  font-size: 22px;
  font-weight: bold;
  margin-bottom: 10px;
}

span#signupnl img {
  vertical-align: text-top;
  max-width: 23px;
}

p#p13,
p#p7,
p#p16 {
  width: 100%;
  /* padding-right: 15px; */
  margin-bottom: 0;
  display: inline-block;
}

span.questionlabel {
  margin: 0 0 10px;
  font-size: 14px;
  font-weight: normal;
  display: block;
}

.addresslabel .questionlabel {
  font-size: 14px;
  font-weight: normal;
  /* padding-bottom: 10px; */
}

p.oldPrivacyPolicy,
p.newPrivacyPolicy {
  font-size: 14px;
}

p#p24 {
  margin: 0;
}

div#statezip {
    gap: 20px;
    display: flex;
    flex-direction: row;
}

select#id8 {
    margin: 0px;
}

p#p16 span label {
  display: flex;
  justify-content: space-between;
  flex-wrap: nowrap;
  font-size: inherit;
}

.success {
  display: inline-block;
  font-size: 15px;
  margin-top: 15px;
  margin-bottom: 0;
  padding: 15px 20px 15px 60px;
  border-radius: 0;
  clear: both;
  width: 100%;
  font-weight: 400;
  color: #333 !important;
  text-align: left;
  background: url(https://hostedcontent.dragonforms.com/hosted/images/dragon/12339/920.png) 15px / 26px no-repeat #f2f9eb !important;
}

p#existingUserNote {
  font-size: 14px;
}


/* =============================================================================
   CONTAINERS & LAYOUT
   ============================================================================= */
.container {
  width: 100%;
  background: rgb(231, 231, 231);
  padding: 55px 20px;
}

.extrad1 {
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
  align-items: center;
  justify-content: space-between;
  gap: 20px;
}


/* =============================================================================
   FORM ELEMENTS
   ============================================================================= */
.addresslabel input,
select,
p#p16 input {
  width: 100%;
  height: 41px;
  padding: 10px;
  margin-left: 0;
  font-size: 14px;
  color: #000;
  background: transparent;
  outline: 0;
  border: 1px solid #000000;
  border-radius: 4px;
}

input[type="checkbox"] {
  margin-left: 0;
}


/* =============================================================================
   BUTTONS & INTERACTIVE ELEMENTS
   ============================================================================= */
div#submitbtn {
  display: inline-block;
  flex: 1;
}

#submitbtn.submit {
  margin: 10px 0 0 0;
}

input[type="submit"] {
  height: 41px;
  padding: 0 30px;
  font-weight: 600;
  border: 2px solid #000000;
  background: #000000;
  color: white;
  text-shadow: none;
  font-size: 15px;
  border-radius: 4px;
  margin: 0;
  width: 100%;
}

input[type="submit"]:hover {
  background: white;
  color: #4d61b5;
}


/* =============================================================================
   FLEX & GRID ITEMS
   ============================================================================= */
span.spanc2.drg-element-type-cms-content.drg-element-sub-type-category-1 {
  max-width: 80%;
  display: block;
}

span.spanc2.drg-element-type-cms-content.drg-element-sub-type-category-1 p#p2 {
  display: none;
}

p#p13 {
  flex: 1;
}

span.spanc7.drg-element-type-standard-field.drg-element-sub-type-fieldname-COUNTRY {
  flex: 1;
}

div[id^="pd"] {
  display: flex;
  flex-direction: row;
  align-items: flex-start;
}

div#btnhere {
  display: none;
}

p#p545 {
    display: none;
}


/* =============================================================================
   MEDIA QUERIES
   ============================================================================= */
@media only screen and (max-width: 600px) {
  .extrad1 {
    flex-direction: column;
    flex-wrap: wrap;
    align-items: stretch;
    justify-content: space-between;
    gap: 0;
  }

  #submitbtn.submit {
    margin: 0 0 20px 0;
  }
}

@media only screen and (max-width: 480px) {
  p#p13,
  p#p7 {
    width: 100%;
    padding-right: 0;
    margin-bottom: 0;
    display: block;
  }
}
