.cta-basic {
  font-family: var(--font-regular);
  display: inline-block;
  text-decoration: none;
  border-radius: 5px;
  cursor: pointer;
  font-weight: 700;
  padding: 7px 15px;
  font-size: 1.4rem;
  box-sizing: border-box;
  vertical-align: middle;
}

.primary-golden-yellow {
  background: var(--golden-yellow);
  border: 1px solid var(--golden-yellow);
  color: var(--cool-gray) !important;
}

body *:not([class*="fa-"]):not(.dnni)::placeholder {
  color: var(--gray1);
  opacity: 1;
}

.hidden_ {
  display: none;
}

.clear {
  clear: both;
}

.contact-us-container {
  width: 100%;
  padding: 55px 0 130px 0;
  position: fixed;
  top: 55px;
  z-index: 10000;
  height: 100%;
  overflow: scroll;
  background: rgb(0,26,97, 0.75);
}


.success-message {
  padding: 30px;
  width: 60%;
  margin: 0 auto;
  text-align: center;
  background-color: white;
  border-radius: 20px;
}

.success-message .form-heading {
  color: var(--cool-gray);
  font-family: var(--font-bold) !important;
  font-size: 36px;
  margin-bottom: -5px;
}

.contact-page-container {
  max-width: 1280px;
  background: var(--white);
  padding: 30px;
  border-radius: 12px;
  position: relative;
  margin: 0 30px;
  left: 50%;
  transform: translateX(-55%);
}

.contact-page-container .form-heading {
  color: var(--cool-gray);
  font-size: 28px;
  margin-bottom: -5px;
  text-align: center;
  font-weight: 400;
  font-family: var(--font-bold) !important;
  position: relative;
}

.close-form-icon {
  position: absolute;
  top: -20px;
  right: -15px;
  font-size: 14px;
  color: var(--cool-gray);
}

.contact-page-container .form-disclamer {
  margin: 0 auto;
  margin: 18px 0px;
  color: var(--cool-gray);
  text-align: center;
}

.hide {
  display: none;
}

.form-section-title {
  margin: 10px 0px;
  color: var(--cool-gray);
  font-size: 24px;
  font-family: var(--font-bold) !important;
  width: 100%;
}

.radio-container {
  display: flex;
  margin: 0 auto;
  justify-content: space-between;
}

.radio-container>div {
  font-size: 15px;
  color: var(--cool-gray);
  font-family: var(--font-light) !important;
}

.error-msg {
  color: var(--apple-red) !important;
}

/* Form styles*/
form .group-select {
  border: none;
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  align-items: baseline;
}

form .two-columns {
  display: flex;
  justify-content: space-between;
}

form .indented-column {
  width: calc(100% - 20px);
  margin-left: 20px;
}

textArea#CommentsField {
  height: 50px !important;
  resize: none;
  box-shadow: none;
  border: 1px solid var(--dark-gray);
}

textarea:focus,
input:focus,
input:focus-visible {
  outline: 0;
}

.group-select input {
  padding-left: 12px;
  border: 0;
}

.fieldset-content,
.group-select input {
  margin: 0px 0px 0 0;
  color: var(--cool-gray);
}

.group-select input {
  box-shadow: none;
  border: 1px solid var(--dark-gray);
}

.fsRequiredMarker {
  color: var(--apple-red);
}

.fsLabel {
  color: var(--cool-gray);
  font-size: 16px;
  font-weight: normal !important;
}

#user_practice_address .fsLabel {
  padding-top: 10px;
}

.fsOptionLabel {
  color: var(--cool-gray);
  font-size: 15px;
  margin-right: 1%;
  font-weight: normal;
}

#user_title .fsOptionLabel,
#role_primary_doc_title .fsOptionLabel {
  margin-right: 1% !important;
}

#user_title label.last {
  margin-right: 10px !important;
}

#title_othervalue,
#field05_2_hidden_title_othervalue {
  margin: -5px 0% 0px 0px !important;
  width: 24%;
  padding-left: 1.5%;
}

.fsSubFieldGroup {
  margin-top: 5px;
  width: 100%;
}

.fsSubField {
  width: 47.5% !important;
}


.fsSubField input {
  width: 100%;
}

.fsOtherField {
  width: 160px !important;
}

.fullWidthTextField {
  width: 100% !important;
}

.fsSupporting {
  margin: 4px 0px;
  color: #404040 !important;
  font-weight: normal !important;
}

/* change */
.top-option {
  padding: 10px 0;
  width: 100%;
}

.button-set {
  display: flex;
  justify-content: center;
  margin-top: 10px;
}

#simple_contact_form .button-set button,
#current_simple_contact_form .button-set button {
  width: 140px;
  background: var(--golden-yellow);
  border: none;
  border-radius: 12px;
  border: 0;
  height: 50px;
}

#simple_contact_form .button-set button span,
#current_simple_contact_form .button-set button span {
  color: #1d1d1d;
  font-size: 18px;
  font-weight: 500;
}

.form-error-msg {
  color: var(--ruby-red);
  display: none;
}

.selectField {
  padding: 8px 0px 8px 10px;
  margin: 0px;
  border: 1px solid var(--dark-gray);
  box-shadow: none;
}

.required-marker {
  float: right;
  text-align: right;
}



#simple_contact_form,
#current_simple_contact_form {
  margin: 0 auto;
}

.button-set .form-button {
  margin-top: 25px;
}

.fsField,
.selectField {
  height: 35px;
  box-sizing: border-box;
  width: 100%;
}

._keyfocus *:focus,
input:not([disabled]):focus,
textarea:not([disabled]):focus,
select:not([disabled]):focus {
  box-shadow: 0 0 3px 1px #68a8e0;
}

button,
.cart.table-wrapper .actions-toolbar>.action,
.action-gift {
  background-image: none;
  background: #f2f2f2;
  border: 1px solid #cdcdcd;
  color: #333333;
  cursor: pointer;
  display: inline-block;
  font-family: 'Open Sans', 'Helvetica Neue', Helvetica, Arial, sans-serif;
  font-weight: 700;
  margin: 0;
  padding: 7px 15px;
  font-size: 1.4rem;
  line-height: 1.6rem;
  box-sizing: border-box;
  vertical-align: middle;
}


/* custom checkbox */
.mycheck {
  cursor: pointer;
  width: 16px;
  height: 16px;
  appearance: none;
  border: 2px solid var(--electric-teal) !important;
  overflow: hidden;
  border-radius: 2px;
  vertical-align: text-bottom;
}

.mycheck:checked {
  background-repeat: no-repeat;
  background-position: right;
  background-image: url("data:image/svg+xml,%3Csvg width='11px' height='9px' viewBox='0 0 11 9' version='1.1' xmlns='http://www.w3.org/2000/svg' xmlns:xlink='http://www.w3.org/1999/xlink'%3E%3Ctitle%3Edownload%3C/title%3E%3Cg id='Home' stroke='none' stroke-width='1' fill='none' fill-rule='evenodd'%3E%3Cg id='Artboard' transform='translate(-522, -504)' fill='%2300B1A3' fill-rule='nonzero' stroke='%2300B1A3'%3E%3Cg id='download' transform='translate(523, 505)'%3E%3Cpath d='M8.69471202,0.292786454 C9.08509396,0.683286305 9.08509396,1.3162866 8.69471202,1.70678645 L3.69471202,6.70678645 C3.30421217,7.09716839 2.67121187,7.09716839 2.28071202,6.70678645 L0.280712021,4.70678645 C-0.0982601888,4.31440757 -0.0928403531,3.69070168 0.292893445,3.30496788 C0.678627244,2.91923408 1.30233313,2.91381424 1.69471202,3.29278645 L2.98771202,4.58578645 L7.28071202,0.292786454 C7.67121187,-0.0975954846 8.30421217,-0.0975954846 8.69471202,0.292786454 L8.69471202,0.292786454 Z' id='Path'%3E%3C/path%3E%3C/g%3E%3C/g%3E%3C/g%3E%3C/svg%3E");
}

.mycheck:focus {
  outline: none !important;
  box-shadow: none !important;
}

.mycheck:disabled {
  background-color: rgb(198, 198, 198);
  background-image: none;
}

.mycheck:disabled:checked {
  border: 1px solid rgb(198, 198, 198) !important;
  background-color: rgb(198, 198, 198);
  background-image: url("data:image/svg+xml,%3csvg viewBox='0 0 16 16' fill='white' xmlns='http://www.w3.org/2000/svg'%3e%3cpath stroke='white' stroke-width='1' d='M12.207 4.793a1 1 0 010 1.414l-5 5a1 1 0 01-1.414 0l-2-2a1 1 0 011.414-1.414L6.5 9.086l4.293-4.293a1 1 0 011.414 0z'/%3e%3c/svg%3e");
}

/* radio */
input[type="radio"] {
  accent-color: var(--electric-teal);
}

/*slider*/

.switch-container {
  display: flex;
  align-items: center
}

.switch {
  position: relative;
  display: inline-block;
  width: 46px;
  height: 24px;
  margin: 2px 6px;
}

.switch input {
  opacity: 0;
  width: 0;
  height: 0;
}

.slider {
  position: absolute;
  cursor: pointer;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background-color: var(--white);
  -webkit-transition: .4s;
  transition: .4s;
  border: solid var(--electric-teal) 1px;
}

.slider:before {
  position: absolute;
  content: "";
  height: 20px;
  width: 20px;
  left: 2px;
  bottom: 1px;
  background-color: var(--electric-teal);
  -webkit-transition: .4s;
  transition: .4s;
}

input:checked+.slider {
  background-color: white;
}

input:focus+.slider {
  box-shadow: 0 0 1px #2196F3;
}

input:checked+.slider:before {
  -webkit-transform: translateX(20px);
  -ms-transform: translateX(20px);
  transform: translateX(20px);
}

.switch-label {
  font-family: var(--font-light) !important;
  font-size: 14px;
}

/* Rounded sliders */
.slider.round {
  border-radius: 34px;
}

.slider.round:before {
  border-radius: 50%;
}

.hightligth-state {
  color: var(--electric-teal);
  font-family: var(--font-bold) !important;
  transition-delay: 150ms;
  transition: all 0.4s ease;
}

.focus-error {
  border: 1px solid red !important;
  -webkit-box-shadow: 0px 0px 10px 2px rgba(255, 0, 0, 0.6) !important;
  -moz-box-shadow: 0px 0px 10px 2px rgba(255, 0, 0, 0.6) !important;
  box-shadow: 0px 0px 10px 2px rgba(255, 0, 0, 0.6) !important;
}

#nonMemberCaptcha, #memberCaptcha {
  width: 305px;
  height: 78px;
  border-radius: 4px;
}

/* custom styles */

#simple_contact_form #PrimaryPracticeAddress,
#current_simple_contact_form #PrimaryPracticeAddress {
  color: var(--cool-gray);
  font-size: 16px;
  font-weight: normal !important;
  font-family: var(--font-light) !important;
  margin-left: 0;
  margin-top: 10px;
}

#simple_contact_form #PrimaryPracticeAddress::after,
#current_simple_contact_form #PrimaryPracticeAddress::after {
  content: " *";
  color: var(--apple-red);
}

#StreetFieldContainer,
#CityFieldContainer,
#StateFieldContainer,
#ZipFieldContainer {
  width: calc(47.5% - 10px) !important;
  margin-left: 20px;
}

#StreetFieldContainer span,
#CityFieldContainer span,
#StateFieldContainer span,
#ZipFieldContainer span {
  display: none;
}


#StateFieldContainer .fsRequiredMarker {
  display: none !important;
}

#LastNameFieldContainer label {
  opacity: 0;
}

@media only screen and (max-width: 1400px) {
  .contact-page-container {
    max-width: 1000px;
  }
}

@media only screen and (max-width: 1300px) {
  #simple_contact_form .button-set {
    margin-top: 20px;
  }

  #StreetFieldContainer,
  #CityFieldContainer,
  #StateFieldContainer,
  #ZipFieldContainer {
    width: calc(47.5% - 16px) !important;
  }
}

@media only screen and (max-width: 1150px) {
  .contact-page-container {
    max-width: 800px;
  }
}

@media only screen and (max-width: 950px) {
  .contact-page-container {
    left: 0;
    transform: none;
    width: 85%;
    max-width: max-content;
  }
}

@media only screen and (max-width: 767px) {
  .contact-page-container {
    width: 80%;
  }

  .fsSubField,
  #StreetFieldContainer, 
  #CityFieldContainer, 
  #StateFieldContainer, 
  #ZipFieldContainer {
    width: 100% !important;
  }
  
}

@media only screen and (max-width: 570px) {
  #simple_contact_form .g-recaptcha {
    margin: 0 auto;
  }

  .radio-container {
    flex-wrap: wrap;
  }

  .contact-page-container {
    width: 70%;
  }

  #nonMemberCaptcha iframe,
  #memberCaptcha iframe {
    width: 200px;
  }
}

@media only screen and (max-width: 380px) {
  .contact-page-container {
   width: 65%;
  }
}