body {
  margin: 0;
  font-family: sans-serif;
  font-size: 16px;
  color: #1D1C20;
  /* background-color: #F5F6FD; */
  /* background-color: #F6F7F9; */
  /* background-color: #333333; */
  background-color: #ffffff;
  width: 100%;
  padding-bottom: 100px;
}

a {
  color: #AC2A37;
}

.fade_out {
  opacity: 0;
  /* transition: 0.175s; */
}
.fade_in {
  opacity: 1;
  transition: 0.175s;
  transition: 0.7s;
}

.no_select {
  -webkit-touch-callout: none; /* iOS Safari */
    -webkit-user-select: none; /* Safari */
     -khtml-user-select: none; /* Konqueror HTML */
       -moz-user-select: none; /* Old versions of Firefox */
        -ms-user-select: none; /* Internet Explorer/Edge */
            user-select: none; /* Chrome, Edge, Opera and Firefox */
}

.inline {
  display: inline-block;
}

.bold {
  font-weight: bold;
}

.stop-scrolling {
  height: 100%;
  overflow: hidden;
}

#container {
  display: flex;
  flex-direction: column;
  min-height: 100vh;
  width: 100%;
  overflow: hidden;
}
#bg {
  position: fixed;
  /* margin-top: 68px;
  height: calc(100vh - 68px); */
  height: 100vh;
  width: 100%;
  /* background-color: #ffffff; */
  background-image: url(images/boynton.jpg);
  background-size: cover;
  /* opacity: 0.25; */
  /* opacity: 0.75; */
  z-index: 0;
}

/*  ---------------  Header Start  ---------------  */

#header {
  width: calc(100% - 40px);
  padding: 0px 20px;
  height: 68px;
  line-height: 68px;
  background-color: #ffffff;
  border-bottom: 1px solid #EDEDED;
  font-family: 'Varela', sans-serif;
  box-shadow: rgba(0, 0, 0, 0.05) 0px 1px 2px 0px;
  z-index: 2;
}
.header_content {
  height: 68px;
  line-height: 68px;
  width: 100%;
  /* max-width: 1200px; */
  /* margin: 0 auto; */
}
.header_logo {
  display: inline-block;
  margin-right: 20px;
  vertical-align: middle;
}
.header_logo img {
  height: 38px;
  /* width: 38px; */
  vertical-align: middle;
}
.header_logo_divider {
  height: 40px;
  width: 2px;
  border-radius: 2px;
  background-color: #D1D1D1;
  vertical-align: middle;
}
.header_logo_text {
  margin-left: 12px;
  font-size: 31px;
  vertical-align: middle;
  letter-spacing: 1.3px;
  color: #828B91;
}

.header_profile {
  position: relative;
  float: right;
  height: 68px;
  line-height: 68px;
}
.header_profile_name {
  height: 64px;
  line-height: 64px;
  vertical-align: top;
  margin-top: 4px;
  margin-right: 15px;
  color: #34383B;
  font-size: 17px;
  max-width: 190px;
  overflow: hidden;
}
.header_profile_image {
  margin-top: 10px;
  height: 46px;
  border-radius: 100%;
  padding: 2px;
  border: 1px solid #eaeaea;
  box-shadow: rgba(0, 0, 0, 0.08) 0px 4px 12px;
  transition: 0.3s;
  cursor: pointer;
}
.header_profile_image:hover {
  background-color: #f0c1c6;
}
.header_profile_image img{
  height: 46px;
  width: 46px;
  border-radius: 100%;
}

.header_dropdown {
  width: 0.1px;
  max-height: 0.1px;
  position: absolute;
  right: calc(50% - 600px);
  /* margin-left: 1000px; */
  margin-right: 0px;
  margin-top: 17px;
  opacity: 0;
  border: 1px solid #F3F3F8;
  transition: 0.52s;
}
.header_dropdown a {
  text-decoration: none;
}

.header_dropdown_activated {
  width: 200px;
  /* height: 85px; */
  max-height: none;
  min-height: 42px;
  background-color: #ffffff;
  border-radius: 10px;
  box-shadow: rgba(0, 0, 0, 0.05) 0px 1px 2px 0px;
  overflow: hidden;
  opacity: 1;
  /* border-top-left-radius: 0px;
  border-top-right-radius: 0px;
  border-top: 1px solid #ffffff; */
}

.header_dropdown_list {
  display: none;
}
.header_dropdown_list_activated {
  display: inherit;
}

.header_dropdown_list_item {
  height: 42px;
  line-height: 42px;
  width: calc(100% - 10px);
  cursor: pointer;
  transition: 0.2s;
  padding-left: 10px;
  color: #1B2C3A;
  font-size: 15px;
}
.header_dropdown_list_item:hover {
  background-color: #FBEFF1;
  padding-left: 15px;
  width: calc(100% - 15px);
}
.header_dropdown_sign_out {
  border-top: 1px solid var(--standard_border_color);
}

@media only screen and (max-width: 1230px) {
  .header_dropdown {
    /* right: calc(50% - 600px); */
    right: 30px;
  }
}
@media only screen and (max-width: 600px) {
  .header_logo_divider {
    display: none;
  }
  .header_logo_text {
    display: none;
  }
  .header_profile_name {
    display: none;
  }
}

/*  ---------------  Header End  ---------------  */

.content {
  width: calc(100% - 60px);
  max-width: 1000px;
  padding: 30px;
  border-radius: 10px;
  margin: 0 auto;
  margin-top: 40px;
  margin-bottom: 100px;
  z-index: 1;
  background-color: #ffffff;
  box-shadow: rgba(0, 0, 0, 0.16) 0px 1px 4px;
}

.form_results_download {
  /* position: absolute;
  margin-top: -40px;
  z-index: 5; */
  display: none !important;
}

.info {
  padding: 30px;
  background-color: #AC2A37;
  /* background-color: #f5f5f5; */
  color: #ffffff;
  margin-bottom: 54px;
  border-radius: 10px;
  box-shadow: rgba(82, 20, 26, 0.12) 0px 1px 3px, rgba(82, 20, 26, 0.24) 0px 1px 2px;
}
.info_title {
  font-size: 36px;
}
.info p {
  font-size: 16px;
  line-height: 24px;
}
.info a {
  color: #ffffff;
}
.info_unauthorized {
  margin-bottom: 10px;
  text-align: center;
}
.info_unauthorized p {
  font-size: 18px;
}


@media only screen and (max-width: 600px) {
  .content {
    padding: 20px;
    width: calc(100% - 40px);
    padding-top: 0px;
    margin-top: 0px;
    border-top-right-radius: 0px;
    border-top-left-radius: 0px;
  }
  .info {
    width: 100%;
    padding: 20px;
    padding-top: 60px;
    margin-left: -20px;
    margin-top: -20px;
  }
}
@media only screen and (max-width: 400px) {
  .info_title {
    font-size: 32px;
  }
  .info p {
    font-size: 15px;
    line-height: 22px;
  }
}
@media only screen and (max-width: 350px) {
  .info_title {
    font-size: 26px;
  }
  .info p {
    font-size: 14px;
    line-height: 21px;
  }
}

.form_fields {
  font-size: 16px;
}

/*  ---------------  Checkbox Start  ---------------  */

/* hide the default radio button */
/* [type="checkbox"] {
  position: absolute;
  opacity: 0;
  cursor: pointer;
} */
[type="radio"] {
  /* display: inline-block;
  margin-right: 10px; */
  height: 0.1px;
  width: 0.1px;
  position: absolute;
  opacity: 0;
  cursor: pointer;
}
[type="checkbox"] {
  /* display: inline-block;
  margin-right: 10px; */
  height: 0.1px;
  width: 0.1px;
  position: absolute;
  opacity: 0;
  cursor: pointer;
}
.form_checkbox_container{
  line-height: 30px;
  min-height: 30px;
  margin-top: 10px;
  display: inline-block;
  vertical-align: top;
}
.form_checkbox_text {
  cursor: pointer;
  vertical-align: middle;
  font-size: 16px;
  margin-left: 12px;
  display: inline-block;
  min-height: 30px;
  width: calc(100% - 100px);
  line-height: 28px;
  vertical-align: top;
  padding-right: 20px;
}

/* On mouse-over, add a grey background color */
.form_checkbox_label:hover input ~ .form_checkbox {
  background-color: rgb(240, 240, 240);
}
/* When the radio button is checked, add a red background */
.form_checkbox_label input:checked ~ .form_checkbox {
  background-color: #AC2A37;
  border-color: #AC2A37;
}
.form_checkbox {
  width: 22px;
  height: 22px;
  background-color: #ffffff;
  border-radius: 5px;
  border: 1px solid #CCCCCC;
  position:relative;
  display: inline-block;
  cursor: pointer;
}
/* Create the checkmark/indicator (hidden when not checked) */
.form_checkbox:after {
  content: "";
  position: absolute;
  display: none;
}
/* Show the checkmark when checked */
.form_checkbox_container input:checked ~ .form_checkbox:after {
  display: block;
}

/* Style the checkmark/indicator */
.form_checkbox_container .form_checkbox:after {
  left: 7px;
  top: 2px;
  width: 5px;
  height: 11px;
  border: solid #fff;
  border-width: 0 3px 3px 0;
  -webkit-transform: rotate(45deg);
  -ms-transform: rotate(45deg);
  transform: rotate(45deg);
  /* left: 6.7px;
  top: 0.5px;
  width: 8px;
  height: 15px;
  border: solid #fff;
  border-width: 0 3px 3px 0;
  -webkit-transform: rotate(45deg);
  -ms-transform: rotate(45deg);
  transform: rotate(45deg); */
}
.form_checkbox_double .form_checkbox_container {
  display: inline-block;
  width: calc(50% - 4px);
}
@media only screen and (max-width: 1000px) {
  .form_checkbox_double .form_checkbox_container {
    display: block;
    width: 100%;
  }
  .tripple_text_input_item {
    display: block !important;
  }
  .tripple_text_input_item .text_input_item {
    display: block;
    width: 100%;
    margin-left: 0px !important;
  }
}


/*  ---------------  Checkbox End  ---------------  */

.yes_or_no {
  margin-bottom: 100px;
}
.yes_answer {
  width: 94px;
}
.no_answer {
  width: 89px;
}
.yes_or_no_qualifier {
  margin-top: 20px;
}
.classification_answers {
  margin-top: 10px;
}

.form_textbox {
  margin-top: 20px;
}
.form_textbox textarea {
  border: 1px solid #D0D0D0;
  border-radius: 5px;
  resize: none;
  outline: 0;
  width: calc(100% - 30px);
  padding: 15px;
  min-height: 100px;
  font-size: 15px;
}
.form_textbox textarea:focus {
  border: 1px solid #AC2A37;
  box-shadow: rgba(82, 20, 26, 0.12) 0px 1px 2px;
}


/*  ---------------  Signature Start  ---------------  */

.signature_container {
  display: inline-block;
  width: calc(100% - 270px);
  vertical-align: top;
  /* margin-top: 6px; */
}
.inp {
  position: relative;
  margin: auto;
  width: 100%;
  max-width: 100%;
  border-radius: 3px;
  overflow: hidden; 
}
.inp .label {
  position: absolute;
  top: 0px;
  left: 0px;
  font-size: 16px;
  color: #898889;
  font-weight: 500;
  transform-origin: 0 0;
  transform: translate3d(0, 0, 0);
  transition: all .2s ease;
  pointer-events: none; 
}
.inp .focus-bg {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: rgba(0, 0, 0, 0.05);
  z-index: -1;
  transform: scaleX(0);
  transform-origin: left; 
}
.inp input {
  -webkit-appearance: none;
  appearance: none;
  width: 100%;
  border: 0;
  font-family: inherit;
  padding: 16px 7px 0 7px;
  height: 48px;
  font-size: 42px;
  font-weight: 400;
  /* background: rgba(0, 0, 0, 0.02); */
  box-shadow: inset 0 -1px 0 #D6D6D6;
  color: #34383A;
  transition: all .15s ease; 
  font-family: 'Meow_Script', sans-serif;
}
.inp input:hover {
/* background: rgba(0, 0, 0, 0.04); */
box-shadow: inset 0 -1px 0 rgba(0, 0, 0, 0.5); 
}
.inp input:focus {
/* background: rgba(0, 0, 0, 0.05); */
outline: none;
box-shadow: inset 0 -2px 0 #AC2B37; 
}
.inp input:focus + .label {
color: #656465;
transform: translate3d(0, -47px, 0) scale(0.92); 
}
.inp input:not(:placeholder-shown) + .label {
  color: #646565;
  transform: translate3d(0, -47px, 0) scale(0.92); 
}
.inp input:focus + .label + .focus-bg {
transform: scaleX(1);
transition: all .1s ease; 
}

.signature_row {
  height: 100px;
  margin-top: 43px;
}
.signature_date_container {
  /* display: inline-block;
  vertical-align: bottom; */
  /* width: 200px;
  margin-top: 43px;
  margin-left: 140px;
  right: 0px; */
  float: right;
  margin-top: 38px;
  font-size: 19px;
}
.signature_date_item {
  border-bottom: 1px solid #CECECE;
  padding-left: 5px;
  padding-right: 5px;
}
.signature_date_divider {
  color: #D6D6D6;
  font-size: 21px;
}

@media only screen and (max-width: 800px) {
  .signature_container {
    display: block;
    width: calc(100% - 20px);
    /* margin-top: 6px; */
  }
  .signature_date_container {
    display: none;
  }
}
@media only screen and (max-width: 600px) {
  .inp input {
    font-size: 35px;
  }
}
@media only screen and (max-width: 380px) {
  .inp input {
    font-size: 32px;
  }
}
@media only screen and (max-width: 340px) {
  .inp input {
    font-size: 27px;
  }
}


/*  ---------------  Signature End  ---------------  */


.form_submit_container {
  margin-top: 50px;
  padding-bottom: 20px;
}

.form_submit_button {
  display: inline-block;
  line-height: 26px;
  padding: 7px 0px;
  font-size: 16.4px;
  background-color: #F5F5F5;
  border: 1px solid #D7D7D7;
  color: #ffffff;
  color: #333333;
  display: inline-block;
  width: 160px;
  text-align: center;
  border-radius: 6px;
  user-select: none;
  -webkit-user-select: none;
  cursor: pointer;
  margin-left: calc(100% - 160px);
  box-shadow: 0 4px #dfd9d9;
  transition: 0.04s;
}
.form_submit_button:hover {
  background-color: #D7D7D7;
  box-shadow: 0 4px #c5baba;
  color: #111111;
}
.form_submit_button_red {
  background-color: #AC2A37;
  border: 1px solid #8F2836;
  box-shadow: 0 4px #8F2836;
  transition: 0.08s;
  color: #ffffff;
}
.form_submit_button_red:hover {
  background-color: #8F2836;
  border: 1px solid #7b1e27;
  box-shadow: 0 4px #7b1e27;
  color: #ffffff;
}

@media only screen and (max-width: 800px) {
  .form_submit_button {
    width: 100%;
    margin-left: 0px;
    padding: 10px 0px;
  }
  .form_submit_container {
    margin-bottom: 30px;
  }
}

.form_submit_content {
  height: 400px;
  /* overflow: hidden; */
  /* transition: 1.2s; */
}

.form_submission_loading {
  height: 0.1px;
  width: 0.1px;
  opacity: 0;
  overflow: hidden;
}

.form_submission_loading_active {
  height: auto;
  width: auto;
  opacity: 1;
}

.field_empty_warning {
  margin-bottom: 30px;
  color: red;
  font-size: 17px;
  padding-top: 30px;
}


/*  ---------------  Loading Dots Start  ---------------  */


.form_load_placeholder_container {
 padding-top: 60px;
  padding-bottom: 60px;
  min-height: 60px;
}

.form_loader_container {
  width: 100%;
  height:60px;
  text-align: center;
  position: relative;
}
.form_loader{
  width:140px;
  height:60px;
  margin-left: calc(50% - 70px);
  position: relative;
  /* transform: translate(-50%, -50%); */
}
.form_circle{
  margin-top: 0px;
  width:20px;
  height:20px;
  position: absolute;
  border-radius: 50%;
  background-color: #AC2B37;
  box-shadow: rgba(0, 0, 0, 0.1) 0px 4px 12px;
  box-shadow: rgba(50, 50, 93, 0.25) 0px 6px 12px -2px, rgba(0, 0, 0, 0.3) 0px 3px 7px -3px;
  /* transform-origin: 50%; */
  z-index: 1;
  animation: form_circle .5s alternate infinite ease;
}

@keyframes form_circle{
  0%{
      top:60px;
      height:5px;
      border-radius: 50px 50px 25px 25px;
      transform: scaleX(1.7);
  }
  40%{
      height:20px;
      border-radius: 50%;
      transform: scaleX(1);
  }
  100%{
      top:0%;
  }
}
.form_circle:nth-child(2){
  left: 60px;
  animation-delay: .2s;
}
.form_circle:nth-child(3){
  left: 120px;
  animation-delay: .3s;
}
.form_shadow{
  width:20px;
  height:4px;
  border-radius: 50%;
  background-color: rgba(0,0,0,.5);
  position: absolute;
  top:62px;
  transform-origin: 50%;
  z-index: 0;
  filter: blur(1px);
  will-change: filter;
  -webkit-filter: blur(1px);
  animation: form_shadow .5s alternate infinite ease;
}

@keyframes form_shadow{
  0%{
      transform: scaleX(1.5);
  }
  40%{
      transform: scaleX(1);
      opacity: .7;
  }
  100%{
      transform: scaleX(.2);
      opacity: .4;
  }
}
.form_shadow:nth-child(4){
  left: 60px;
  animation-delay: .2s
}
.form_shadow:nth-child(5){
  left: 120px;
  animation-delay: .3s;
}
.form_loader span{
  position: absolute;
  top:40px;
  font-family: 'Lato';
  font-size: 20px;
  letter-spacing: 12px;
  color: #fff;
}

.form_loader_text {
  padding-top: 20px;
  width: 100%;
  text-align: center;
  color: #777777;
  font-size: 17px;
}

/*  ---------------  Loading Dots End  ---------------  */


/*  ---------------  Checkmark Start  ---------------  */

.form_complete_check {
  display: inline-block;
}
.form_complete_checkmark__circle {
stroke-dasharray: 166;
stroke-dashoffset: 166;
stroke-width: 2;
stroke-miterlimit: 10;
stroke: #3F9873;
fill: none;
animation: stroke 0.6s cubic-bezier(0.65, 0, 0.45, 1) forwards;
}
.form_complete_checkmark {
width: 64px;
height: 64px;
border-radius: 50%;
display: block;
stroke-width: 2;
stroke: #fff;
stroke-miterlimit: 10;
/* margin: 10% auto; */
box-shadow: inset 0px 0px 0px #3F9873;
animation: fill .4s ease-in-out .4s forwards, scale .3s ease-in-out .9s both;
}
.form_complete_checkmark__check {
transform-origin: 50% 50%;
stroke-dasharray: 48;
stroke-dashoffset: 48;
animation: stroke 0.3s cubic-bezier(0.65, 0, 0.45, 1) 0.8s forwards;
}
@keyframes stroke{100%{stroke-dashoffset: 0;}}
@keyframes scale{0%, 100%{transform: none}50%{transform: scale3d(1.1, 1.1, 1)}}
@keyframes fill{100%{box-shadow: inset 0px 0px 0px 60px #4BB771}}

/*  ---------------  Checkmark End  ---------------  */

.form_affirmation_header {
  font-size: 20px;
}
.form_affirmation p{
  margin-bottom: 20px;
}


.complete_status_container {
  width: 100%;
  text-align: center;
  margin-top: 60px;
  height: 68px;
  line-height: 68px;
}
.complete_status_text {
  vertical-align: top;
  margin-right: 22px;
  font-size: 36px;
  color: #34383B;
}
.complete_thanks {
  width: 100%;
  text-align: center;
  margin-top: 55px;
  font-size: 18px;
  color: #34383B;
  padding-bottom: 60px;
}
.complete_message {
  width: 100%;
  text-align: center;
  margin-top: 20px;
  font-size: 18px;
  color: #34383B;
}
.complete_message a {
  color: #AC2A37;
}
@media only screen and (max-width: 400px) {
  .complete_status_text {
    font-size: 30px;
  }
}
@media only screen and (max-width: 355px) {
  .complete_status_text {
    font-size: 22px;
  }
  .complete_thanks {
    font-size: 16px;
  }
  .complete_message {
    font-size: 16px;
  }
}

.form_fields_section_title {
  margin-top: 60px;
  font-size: 18px;
  text-decoration: underline;
}
.form_fields_subsection_title {
  margin-top: 30px;
  font-size: 18px;
  width: 100%;
}
.form_fields_subsection_title2 {
  padding-left: 3px;
  margin-left: 20px;
}
.text_input_item {
  margin-top: 30px;
  width: 100%;
}
.dobule_text_input_item {
  display: inline-flex;
  width: 100%;
}
.dobule_text_input_item .text_input_item:not(:first-child){
  margin-left: 20px;
}
.text_input_title {
  font-size: 17px;
  margin-bottom: 10px;
  padding-left: 3px;
}
.text_input_title_placeholder {
  margin-bottom: 10px;
  padding-left: 3px;
  height: 20px;
  width: 100%;
}
.text_input {
  width: calc(100% - 22px);
  outline: none;
  border: 1px solid #DADBE6;
  border-radius: 6px;
  height: 36px;
  line-height: 36px;
  padding-left: 10px;
  font-size: 14px;
  padding-right: 10px;
  z-index: 2;
}
.text_input::placeholder {
  color: #585C5F;
}
.text_input:focus {
  border-color: #00A5F0;
  background-color: #F2F7FF;
}
.text_input_description {
  margin-top: 10px;
  color: #585B61;
  font-size: 14px;
  padding-left: 3px;
}
.inline_description {
  color: #585B61;
  font-size: 14px;
}
.inline_description_parenthesis {
  margin-left: 2px;
  margin-right: 2px;
}
.text_input_required {
  color: #AC2B37;
  font-size: 25px;
  position: absolute;
  margin-top: -3px;
  margin-left: 3px;
}
.addresses {
  margin-top: 40px;
}
.addresses .text_input_item {
  margin-top: 15px;
}
.addresses2 {
  width: 100%;
  padding-left: 3px;
  margin-left: 20px;
  margin-top: 30px;
}
.addresses2_title {
  font-size: 18px;
}
.addresses2_option {
  margin-top: 10px;
}

/* -- Standard Checkbox -- */
.standard_checkbox_label {
  line-height: 30px;
  height: 30px;
  margin-top: 20px;
  -webkit-touch-callout: none; /* iOS Safari */
  -webkit-user-select: none; /* Safari */
   -khtml-user-select: none; /* Konqueror HTML */
     -moz-user-select: none; /* Old versions of Firefox */
      -ms-user-select: none; /* Internet Explorer/Edge */
          user-select: none; /* Chrome, Edge, Opera and Firefox */
}
.standard_checkbox_label [type="checkbox"] {
  position: absolute;
  opacity: 0;
  cursor: pointer;
  user-select: none;
}
.standard_checkbox_text {
  cursor: pointer;
  vertical-align: middle;
  font-size: 16px;
  margin-left: 12px;
  display: inline-block;
  height: 26px;
  line-height: 26px;
  vertical-align: top;
  padding-right: 20px;
  user-select: none;
}
.standard_checkbox_label:hover input ~ .standard_checkmark {
  background-color: #f5f5f5;
  border: 1px solid #D7D7D7;
}
.standard_checkbox_label input:checked ~ .standard_checkmark {
  background-color: #AC2A37;
  border-color: #AC2A37;
}
.standard_checkmark {
  width: 22px;
  height: 22px;
  background-color: #ffffff;
  border-radius: 5px;
  border: 1px solid #DADBE6;
  position:relative;
  display: inline-block;
  cursor: pointer;
}
.standard_checkmark:after {
  content: "";
  position: absolute;
  display: none;
}
.standard_checkbox_label input:checked ~ .standard_checkmark:after {
  display: block;
}
.standard_checkbox_label .standard_checkmark:after {
  left: 7px;
  top: 2px;
  width: 5px;
  height: 11px;
  border: solid #fff;
  border-width: 0 3px 3px 0;
  -webkit-transform: rotate(45deg);
  -ms-transform: rotate(45deg);
  transform: rotate(45deg);
}
/* -- END Standard Checkbox -- */

/* --- Standard Select --- */
.standard_select {
  position: relative;
  display: inline-block;
  height: 40px;
  line-height: 40px;
  vertical-align: top;
  border: 1px solid #D4D6DE;
  border-radius: 10px;
  cursor: pointer;
  /* margin-left: 3px; */
  background-color: #ffffff;
  width: 100%;
}
.standard_select_arrow {
  display: inline-block;
  vertical-align: top;
  margin-top: -23px;
  margin-left: calc(100% - 35px);
  height: 15px;
  width: 17px;
  background-image: url('./images/arrow.svg');
  background-size: contain;
  background-repeat: no-repeat;
  pointer-events: none;
}
select {
  appearance: none;
  outline: none;
  display: block;
  border: none;
  height: 40px;
  line-height: 40px;
  padding-left: 15px;
  padding-right: 49px;
  font-size: 15px;
  border-radius: 5px;
  border: 1px solid #D4D6DE;
  cursor: pointer;
  width: 100%;
}
/* --- END Standard Select --- */

.us_based_warning {
  margin-top: 10px;
  color: red;
  display: none;
  font-weight: bold;
}

/* input[type="file"] {
  position: absolute;
  z-index: -1;
  top: 5px;
  left: 22px;
  font-size: 14px;
  color: #b8b8b8;
} */

input[type=file]::file-selector-button {
  line-height: 20px;
  padding: 6px 15px;
  margin-right: 10px;
  color: #ffffff;
  background-color: #AC2A37;
  border: none;
  border-radius: 6px;
  cursor: pointer;
  font-size: 14px;
}
input[type=file]::file-selector-button:hover {
  background-color: #8F2836;
}

.file_button_container {
  position: relative;
  margin-top: 0px;
  margin-bottom: 5px;
}
/* .file_button {
  line-height: 20px;
  padding: 6px 15px;
  margin-right: 10px;
  color: #ffffff;
  background-color: #AC2A37;
  border-radius: 6px;
  cursor: pointer;
  font-size: 14px;
}
.file_button:hover {
  background-color: #8F2836;
} */

.more_info_container {
  display: inline-block;
  position: absolute;
  height: 20px;
  width: 20px;
  margin-left: 4px;
}
.more_info {
  display: block;
  height: 11px;
  width: 11px;
  line-height: 14px;
  font-size: 11px;
  text-align: center;
  border: 1px solid #333333;
  color: #333333;
  font-weight: bold;
  padding: 1px;
  border-radius: 100%;
  cursor: pointer;
}
.more_info:hover {
  border-color: #AC2A37;
  color: #AC2A37;
}
.more_info:hover + .more_info_panel {
  display: block;
}
.form_checkbox_text_question {
  width: auto;
  max-width: calc(100% - 80px);
  margin-right: 0px;
  padding-right: 0px;
}
.more_info_panel {
  display: block;
  /* margin-left: -120px; */
  overflow-y: scroll;
  background-color: #ffffff;
  border-radius: 10px;
  z-index: 2;
  margin-top: 5px;
  border: 1px solid #999999;
  border: 1px solid #D1D1D1;
  font-size: 14px;
  line-height: 20px;
  padding: 20px;
  margin-bottom: 10px;
  /* left: 0px; */
  /* box-shadow: rgba(0, 0, 0, 0.35) 0px 5px 15px; */
}

.display_none {
  display: none;
}
.upload_note {
  margin-top: 10px;
}

.form_errors {
  margin-top: 15px;
  color: red;
  line-height: 30px;
}

.file_upload_loader {
  height: 34px;
}
.file_loading_spinner {
  display: inline-block;
  width: 30px;
  height: 30px;
  vertical-align: top;
}
.file_loading_spinner:after {
  content: " ";
  display: block;
  width: 22px;
  height: 22px;
  /* margin: 8px; */
  border-radius: 50%;
  border: 4px solid #AC2A37;
  border-color: #AC2A37 transparent #AC2A37 transparent;
  animation: file_loading_spinner 1.2s linear infinite;
}
@keyframes file_loading_spinner {
  0% {
    transform: rotate(0deg);
  }
  100% {
    transform: rotate(360deg);
  }
}
.file_loading_text {
  display: inline-block;
  vertical-align: top;
  height: 30px;
  line-height: 30px;
  margin-top: 2px;
  margin-left: 6px;
  font-size: 15px;
}

.form_response_error_message {
  text-align: center;
  margin-top: 20px;
}
.form_response_error_button { 
  margin-top: 40px;
  margin-bottom: 25px;
  line-height: 26px;
  padding: 7px 0px;
  font-size: 16px;
  background-color: #AC2A37;
  border: 1px solid #8F2836;
  color: #ffffff;
  width: 240px;
  text-align: center;
  border-radius: 6px;
  user-select: none;
  -webkit-user-select: none;
  cursor: pointer;
  margin-left: calc(50% - 120px);
  box-shadow: 0 4px #8F2836;
  transition: 0.04s;
}
.form_response_error_button:hover { 
  background-color: #8F2836;
  border: 1px solid #7b1e27;
  box-shadow: 0 4px #7b1e27;
}
.submission_error {
  color: #AC2A37;
}

.parenthesis {
  color: #585B61;
  font-size: 14px;
}