@charset "UTF-8";
/* html, body, div, span, h1, h2, h3, h4, h5, h6,
p, em, ul, li, img, small, strong,
article, footer, header, section {
  margin: 0;
  padding: 0;
  border: 0;
  outline: 0;
  font-size: 100%;
  vertical-align: baseline;
  background: transparent;
} */

.wFormContainer small {
  font-size: 0.6em;
}

* {
  box-sizing: border-box;
}

img {
  max-width: 100%;
}

.wFormContainer { 
  font-family: "Open Sans", sans-serif;
  color: #333;
  font-size: 1em;
  line-height: 1.4em;
  background: #0075B6;
}

li strong,
h1,
h2,
h3,
h4 {
  color: #183d73;
}

.wFormContainer h1 {
  font-weight: 600;
  font-size: 2.5em;
  line-height: 1.1em;
  margin-bottom: 20px;
}

.wFormContainer h2 {
  font-weight: 600;
  font-size: 1.8em;
  line-height: 1.2em;
  margin-bottom: 15px;
}

.wFormContainer h3 {
  font-weight: 500;
  font-size: 1.6vw;
  line-height: 1.2em;
  margin-bottom: 15px;
}

.wFormContainer h4 {
  font-weight: 500;
  font-size: 1vw;
}

.wFormContainer p {
  font-size: 1.1em;
  line-height: 1.4em;
  margin-bottom: 15px;
}
.wFormContainer p.language {
  position: absolute;
  right: 5%;
  top: 50px;
}

.wFormContainer strong {
  font-weight: 700;
}

.wFormContainer a {
  color: #0075B6;
}
.wFormContainer a.language {
  text-decoration: underline;
  position: absolute;
  right: 5%;
  top: 50px;
}
.wFormContainer a.tel {
  font-size: 3em;
  line-height: 1em;
  font-weight: 600;
}

.wFormContainer ul.benefits {
  padding: 0 0 15px 20px;
}

.wFormContainer .legal {
  font-size: 0.7em;
  line-height: 1.2em;
}

.wFormContainer .phone {
  color: #0075B6;
  font-weight: 700;
}

.wFormContainer header,
.wFormContainer footer {
  padding: 20px 5%;
  color: #fff;
  text-align: left;
}
.wFormContainer header a,
.wFormContainer footer a {
  color: #fff;
}

.wFormContainer header img {
  display: inline-block;
  height: 74px;
}

.wFormContainer footer img {
  display: block;
  height: 32px;
}

.wFormContainer .nowrap {
  white-space: nowrap;
}

.wFormContainer .container {
  display: block;
  margin: auto;
  max-width: 1400px;
}

.wFormContainer .accordion {
  margin-bottom: 20px;
  padding-top: 10px;
  padding-bottom: 30px;
  border-bottom: thin #8DC640 solid;
}

.wFormContainer .accordion-toggle {
  font-size: 1.2em;
  font-weight: bold;
  margin-bottom: 10px;
  cursor: pointer;
  margin-top: 15px;
}
.wFormContainer .accordion-toggle::before {
  content: "+";
  display: inline-block;
  width: 20px;
}
.wFormContainer .accordion-toggle:hover {
  color: #8DC640;
}

.wFormContainer .accordion.active .accordion-toggle::before {
  content: "–";
}

.wFormContainer .accordion-content {
  display: none;
}

#branding {
  height: 365px;
  background-repeat: no-repeat;
  display: flex;
  justify-content: flex-end;
  align-items: center;
  background-position: center;
  background-size: cover;
  position: relative;
}
#branding h1 {
  padding: 0px 40px 0 40px;
  display: block;
  width: 45%;
  position: absolute;
  right: 5%;
  top: 0;
  bottom: 0;
  margin: auto;
  height: fit-content;
}
.learnmore #branding {
  background: linear-gradient(to right, transparent 600px, #e6e4e5 900px), url("images/og_learnmore.jpg") no-repeat 0 center/900px auto;
}
.learnmore #branding h1 {
  text-shadow: 0 0 5px #e6e4e5, 0 0 10px #e6e4e5, 0 0 15px #e6e4e5;
}
.agein #branding {
  background-image: url("images/banner_agein-en.jpg");
  background-color: #c1cac5;
}
.agein #branding h1 {
  text-shadow: 0 0 5px #c1cac5, 0 0 10px #c1cac5, 0 0 15px #c1cac5;
}
.brand #branding {
  background: linear-gradient(to right, transparent 600px, #e6e4e5 900px), url("images/og_brand.jpg") no-repeat 0 center/900px auto;
  background-color: #e5edf3;
}
.brand #branding h1 {
  text-shadow: 0 0 5px #e5edf3, 0 0 10px #e5edf3, 0 0 15px #e5edf3;
}
.longterm #branding {
  background-image: url("images/banner_brand-en.jpg");
  background-color: #e5edf3;
}
.longterm #branding h1 {
  text-shadow: 0 0 5px #e5edf3, 0 0 10px #e5edf3, 0 0 15px #e5edf3;
}

#content {
  display: flex;
  flex-flow: row wrap;
  justify-content: space-between;
  align-items: flex-start;
  position: relative;
  background: #fff;
}

#form {
  padding: 20px 20px 20px 40px;
  margin-bottom: 20px;
  background: #EFF6FA;
  border: 1px #C9E5F5 solid;
  box-shadow: 2px 2px 5px rgba(0, 0, 0, 0.3);
  display: block;
  width: 49%;
  position: sticky;
  top: -25px;
  right: 5%;
  margin-top: -250px;
  overflow-x: hidden;
  overflow-y: hidden;
}

#tfa {
  width: 100%;
  height: 100%;
  border: none;
}

#copy {
  padding: 50px 5%;
  width: 45%;
}

/*

label {
  display: none;
}

form {
  display: block;
  margin: 20px 0;
  position: relative;

  h4 {
    position: absolute;
    bottom: 25px;
    right: 0px;
    width: 60%;
  }
}

#thankyou {
  display: none;
}

input {
  padding: 5px;
  font-size: 1em;
  border: none;
  margin: 0px 20px 15px 0px;
  width: 47.5%;
  box-shadow: 1px 1px 3px rgba(0, 0, 0, .3);

  &:nth-of-type(even) {
    margin-right: 0px;
  }
}

#submit {
  border-radius: 2px;
  background: #8DC640;
  color: #fff;
  padding: 20px;
  text-transform: uppercase;
  font-weight: 600;
  font-size: 1.5em;
  width: 35%;
  transition: background.5s;
  cursor: pointer;
}

#submit:hover {
  background: #79b429;
}
*/
#share {
  background: #0075B6;
  padding: 10px 15px 5px 5px;
  color: #fff;
  position: relative;
  display: inline-block;
}
#share h2 {
  color: #fff;
  font-weight: 600;
  font-size: 2em;
  margin-bottom: 5px;
  display: inline-block;
  vertical-align: bottom;
}
#share p {
  font-size: 1.2vw;
}

#social {
  display: inline-block;
  position: relative;
  left: 5px;
}
#social li {
  list-style: none;
  display: inline-block;
  margin: 5px;
  width: 24px;
}

@media (max-width:1024px) {.wFormContainer 
  input {
    width: 100%;
  }
  h2 {
    margin-bottom: 10px;
  }
  h3 {
    font-size: 1.35em;
  }
  .phone {
    font-size: 0.9em;
  }
  #copy {
    width: 50%;
  }
  #branding {
    height: 315px;
  }
  #branding h1 {
    width: 45%;
    right: 5%;
    font-size: 2em;
  }
  #form {
    width: 45%;
    right: 5%;
  }
  #share {
    padding: 10px 10px 5px;
  }
  #share h2 {
    font-size: 1.1em;
    margin-bottom: 5px;
  }
  #share p {
    font-size: 1em;
  }
}
@media (max-width: 1300px) {.wFormContainer 
  input {
    width: 100%;
  }
}
@media (max-width: 1300px) {.wFormContainer 
  #form {
    position: relative;
    border: none;
    box-shadow: none;
    top: 0px;
    right: 0px;
    width: 100%;
    margin-top: 1px;
  }
  input {
    width: 47%;
  }
  h3 {
    font-size: 0.9em;
  }
  form h4 {
    font-size: 1.2em;
    line-height: 1.2em;
  }
  #branding {
    height: 255px;
    border-bottom: 5px #0075B6 solid;
  }
  #branding h1 {
    top: 30px;
    width: 45%;
    font-size: 1.8em;
  }
  #branding .nowrap {
    white-space: normal;
  }
  #copy {
    width: 100%;
  }
  #share {
    padding: 20px 20px 10px;
  }
  #share h2 {
    font-size: 1.6em;
  }
  #share p {
    font-size: 1.2em;
  }
}
@media (max-width: 767px) {.wFormContainer 
  p.language {
    right: 5%;
    top: 5px;
    font-size: 0.8em;
  }
  header img {
    position: relative;
    top: 5px;
  }
  img {
    display: block;
    max-width: 100%;
    height: auto !important;
  }
  #branding {
    padding-top: 250px;
    background-position: 0 center;
    height: auto;
  }
  .learnmore #branding {
    background-position: 0 center;
  }
  .agein #branding {
    background-position: -300px center;
  }
  .brand #branding {
    background-position: -300px center;
  }
  .longterm #branding {
    background-position: -300px center;
  }
  #branding h1 {
    position: relative;
    background: #fff;
    width: 100%;
    right: 0px;
    font-size: 1.8em;
    padding: 10px 20px;
    top: 0px;
    text-align: center;
    border-top: 5px #0075B6 solid;
  }
  #form {
    padding: 20px;
    text-align: center;
  }
  form {
    text-align: left;
  }
  input {
    width: 100%;
  }
  #submit {
    width: 100%;
  }
  form h4 {
    position: relative;
    width: 100%;
    text-align: center;
    margin-top: 20px;
  }
  h2 {
    font-weight: 500;
    font-size: 1.6em;
  }
  #copy {
    padding: 20px;
  }
  footer img {
    height: 32px !important;
  }
  #share {
    display: block;
    width: 100%;
    text-align: center;
  }
  #share h2 {
    font-size: 1.8em;
  }
  #share li {
    margin: 10px;
    width: 48px;
  }
  #share p {
    font-size: 1.2em;
  }
}
@media (max-width: 374px) {.wFormContainer 
  #branding {
    padding-top: 230px;
  }
  #branding h1 {
    font-size: 1.4em;
  }
  h3 {
    font-size: 0.7em;
    margin-bottom: 5px;
  }
  #share h2 {
    font-size: 1.5em;
  }
}
.wFormContainer .captcha {
  padding-bottom: 1em !important;
}

.wForm .captcha .oneField {
  margin: 0;
  padding: 0;
}

#tfa_2-L, label[id^="tfa_2["] {
  width: 196px !important;
  min-width: 0px;
}

.wFormContainer .form-area {
  font-family: "Open Sans" !important;
}

/* Set custom color background */
.wFormWebPage, .wFormContainer .wForm {
  background: #EFF6FA;
}

.wFormContainer {
  background: #EFF6FA;
  overflow-x: hidden;
  overflow-y: auto;
  height: 100%;
  max-height: 100vh;
  padding-right: 20px;
  scrollbar-width: thin;
}
.wFormContainer::-webkit-scrollbar {
  width: 10px;
  cursor: pointer;
}
.wFormContainer::-webkit-scrollbar-track {
  background: #daeaf1;
}
.wFormContainer::-webkit-scrollbar-thumb {
  background: rgba(0, 117, 182, 0.5333333333);
  border-radius: 10px;
  cursor: pointer;
  width: 10px;
  cursor: pointer;
}
.wFormContainer::-webkit-scrollbar-thumb:hover {
  background: #0075B6;
}
.wFormContainer table {
  width: 100%;
  margin-top: 12px;
}
.wFormContainer .label.preField {
  text-align: left;
}

.wFormContainer .centered {
  margin: auto !important;
  margin-left: auto !important;
  margin-right: auto !important;
}

.wFormContainer .actions {
  width: 50% !important;
  position: relative !important;
  margin: 0 !important;
}

.wFormContainer .main {
  display: block;
  width: 100%;
  text-align: left;
}

.EP-logo {
  margin: auto;
  width: 30vw;
}

.wFormContainer .left-border {
  border-left: 2px solid gray;
  height: 100%;
}

.wForm h3:not(.wFormTitle) {
  font-size: 36px;
  color: #183d73;
  text-align: left;
}

.wFormContainer .line-spacing {
  line-height: 1.5;
}

.wFormContainer .sub-text {
  text-transform: capitalize;
  color: black;
}

.wFormContainer .custom-mdl-button {
  text-align: left;
  width: 100%;
  height: 20em;
  text-transform: capitalize;
  padding: 1px;
  background-color: #daeaf1;
  color: black;
  min-width: initial;
}

.wFormContainer .container {
  background-color: #daeaf1 !important;
  height: 100%;
  vertical-align: middle;
}

.wFormContainer .container-lang {
  border-width: 3px;
  border-top-style: solid;
  border-bottom-style: solid;
  border-color: #daeaf1;
  height: 100%;
  vertical-align: middle;
}

.wFormContainer .mdl-back-button {
  font-size: 18px;
  text-transform: capitalize;
  color: black;
  border: none;
  cursor: pointer;
  background-color: transparent;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  transition: all 0.2s;
  padding: 6px 12px 2px 12px;
  margin: 0 0 12px -12px;
}
.wFormContainer .mdl-back-button:hover {
  background: #daeaf1;
}

.wFormContainer .back-icon {
  font-size: 18px !important;
}

.wFormContainer .mdl-lang-button {
  text-align: left !important;
  margin-bottom: 10px;
  font-size: 24px;
  height: auto;
  width: 100%;
  text-transform: capitalize;
  color: black;
  background-color: #daeaf1;
  padding: 16px;
  cursor: pointer;
  display: block;
}

.wFormContainer .mdl-lang-button:hover {
  background-color: #007dc3 !important;
  color: white;
}

.wFormContainer .mdl-arrow-button {
  font-size: 18px;
  text-transform: capitalize;
  color: white;
  weight: bold;
  border: none;
  border-radius: 3px;
  background-color: #007dc3;
  cursor: pointer;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  transition: all 0.2s;
  padding: 6px 40px;
}
.wFormContainer .mdl-arrow-button:hover {
  background: #4ea4d5;
}

.wFormContainer .material-icons {
  font-size: 50px;
  color: black;
  bottom: 0;
  left: 0;
}

.wFormContainer .mainScheduler {
  display: none;
  height: 100%;
  width: 100%;
}

.wFormContainer .primaryAction {
  border-radius: 20px !important;
  margin: auto !important;
  position: relative;
}

.wFormHeader {
  height: 0%;
}

.wFormContainer .header {
  background-color: #007dc3;
  height: 24px;
  min-height: 30px;
  width: 100%;
  font-weight: bold;
  text-align: left;
  padding-top: 24px !important;
  background: #007dc3;
  color: white;
  font-size: 12px;
}

.wFormContainer .subheader {
  background-color: #8dc640;
  text-align: left;
  padding-top: 2vh;
  margin-bottom: 5vh;
  color: white;
  font-size: 12px;
  height: 5vh;
  width: 100%;
}

.wFormContainer .lang-container {
  width: 100%;
}

.wFormContainer .section {
  text-align: left;
}

.wFormContainer .grid-container {
  border-width: 3px;
  border-top-style: solid;
  border-color: #daeaf1;
  padding-top: 40px !important;
  width: 100%;
  display: grid;
  grid-template-columns: auto auto auto;
}

.wFormContainer .grid-item1 {
  grid-column-start: 1;
  grid-column-end: 1;
  text-align: left;
}

.wFormContainer .grid-item2 {
  grid-column-start: 2;
  grid-column-end: 2;
  text-align: left;
}

.wFormContainer .grid-item3 {
  grid-column-start: 3;
  grid-column-end: 3;
  text-align: right;
}

.wFormContainer .widthExpanded {
  width: 100%;
  font-weight: bold;
}

.wFormContainer .hs {
  font-size: 18px;
  font-weight: bold;
  width: 100%;
  position: relative;
  top: 50%;
  padding: 25px 10px 25px 20px !important;
  overflow: auto;
}
.wFormContainer .hs img {
  float: left;
  top: 7px;
  position: relative;
}

.wFormContainer .hs-text {
  font-size: 32px;
  margin: 0;
  color: #007dc3;
  margin-left: 10px;
  font-weight: normal !important;
}

.wFormContainer .hs-calendar {
  font-size: 18px;
  font-weight: bold;
  width: 100%;
  text-align: center !important;
}

.wFormContainer .hs-choosetime {
  font-size: 20px;
  width: 100%;
  text-align: left !important;
}

.wFormContainer .ctext1 {
  font-size: 20px;
}

.wFormContainer .ctext2 {
  font-size: 20px;
}

.wFormContainer .calendar-container {
  display: none;
}

.wFormContainer .daybtn {
  color: gray;
  padding: 12px 12px;
  background-color: white;
  border-radius: 100%;
  text-align: left;
  border: none;
  font-size: 15px;
}

.wFormContainer .hasOpenings {
  color: #007dc3;
  padding: 12px 12px;
  background-color: #eef5ff;
  font-weight: bold;
  border-radius: 100%;
  text-align: left;
  border: none;
  font-size: 15px;
}

.wFormContainer .hasOpenings:hover {
  color: white;
  background-color: #007dc3;
}

.wFormContainer .selectedDay {
  color: white;
  padding: 12px 12px;
  background-color: #007dc3;
  font-weight: bold;
  border-radius: 100%;
  text-align: left;
  border: none;
  font-size: 15px;
}

.wFormContainer .timebtn {
  border-radius: 20px;
  margin-bottom: 10px;
  margin-left: 10%;
  color: black;
  border-color: #daeaf1;
  background-color: #daeaf1;
  text-align: center;
  font-size: 19px;
  width: 34%;
  min-width: 200px;
  height: 40px;
}

.wFormContainer .timebtn:hover {
  color: white;
  border-color: #017cc2;
  background-color: #017cc2;
}

.wFormContainer .clickedtimebtn {
  border-radius: 20px;
  margin-bottom: 10px;
  margin-left: 10%;
  color: white;
  border-color: #017cc2;
  background-color: #017cc2;
  border: none;
  text-align: center;
  font-size: 19px;
  width: 34%;
  min-width: 200px;
  height: 40px;
}

.wFormContainer .calendar-weeks {
  table-layout: fixed;
  width: 100%;
  height: 400px;
}

.wFormContainer .selectionHours {
  table-layout: fixed;
  text-align: left;
  align: left;
  width: 100%;
  height: 100%;
}

.wFormContainer .confirmation-container {
  display: none;
  width: 100%;
}

.wFormContainer caption {
  text-align: left;
  font-size: 8px;
}

.wFormContainer tr {
  background: white !important;
}

.wFormContainer th {
  text-align: left;
  font-size: 18px;
}

.wForm input {
  padding: 6px;
  width: 100%;
}
.wForm input[type=checkbox] {
  width: 20px;
  height: 20px;
  cursor: pointer;
}
.wForm th {
  padding-top: 12px !important;
}
.wForm .inputWrapper {
  display: unset;
}
.wForm form .oneChoice .label {
  vertical-align: top;
}

#tfa_21 {
  margin-right: 5px;
}

#tfa_20 {
  font-size: 0;
}
#tfa_20 .input-checkbox-faux {
  font-size: 17px;
}

#tfa_20-D {
  display: block;
  width: 100%;
}

#tfa_20-L {
  float: left;
}
#tfa_20-L + br {
  display: none;
}

.wFormContainer table.calendar-weeks td {
  text-align: center;
  font-size: 12px;
  width: 14%;
}

.wFormContainer .slds-col {
  width: 33%;
}

.wFormContainer .formButton {
  border: 1px solid #007dc3;
  border-radius: 25px;
  color: white;
  background-color: #007dc3;
  text-align: left;
  border: none;
  font-size: 8px;
  margin-left: 20px;
}

.wFormContainer .column {
  float: left;
  width: 100%;
}

.wFormContainer .column-format {
  cursor: pointer;
  padding-top: 30px !important;
  padding-bottom: 30px !important;
  height: 33%;
  background-color: #daeaf1;
  margin-bottom: 20px !important;
}
.wFormContainer .column-format:hover {
  background-color: #007dc3;
  color: white;
}

/* Clear floats after the columns */
.wFormContainer .row:after {
  content: "";
  display: table;
  clear: both;
}

.wFormContainer .columnTwo {
  float: left;
  width: 33%;
  padding: 0px;
  height: 33%;
}

/* Clear floats after the columns */
.wFormContainer .row:after {
  content: "";
  display: table;
  clear: both;
}

.wFormContainer .columnThree {
  float: left;
  width: 66%;
  padding: 0px;
  height: 33%;
}

/* Clear floats after the columns */
.wFormContainer .row:after {
  content: "";
  display: table;
  clear: both;
}

.wFormContainer .button-items {
  margin: 0;
  position: relative;
  top: 50%;
  left: 2.5%;
  margin-right: 5% !important;
}
.wFormContainer .button-items > span:first-child {
  white-space: nowrap;
}

.wFormContainer .confirm-items {
  background-color: #daeaf1 !important;
  position: relative;
  border-radius: 20px;
}

.wFormContainer .mdl-card {
  text-align: left;
  width: 100%;
  height: auto;
}

.wFormContainer .time-container {
  display: none;
}

#tfa_14 {
  animation: fade 2s linear;
}

@keyframes fade {
  0%, 100% {
    opacity: 1;
  }
  0% {
    opacity: 0;
  }
}
.wFormContainer .mdc-button {
  background: #007dc3;
  color: #007dc3;
}

.wFormContainer .smaller-icon {
  font-size: 2vw;
}

.wFormContainer .pnbutton {
  width: 7vw;
  color: white;
  padding: 9% 20%;
  background-color: #007dc3;
  font-weight: bold;
  border-radius: 10%;
  text-align: left;
  border: none;
}

.wFormContainer .permission {
  display: none;
}
.wFormContainer .permission::after {
  content: ".";
}

.wFormContainer .tooltip {
  position: relative;
  display: inline-block;
  border-bottom: 1px dotted black;
  cursor: help;
}

.wFormContainer .tooltip .tooltiptext {
  visibility: hidden;
  width: 240px;
  background-color: #eef5ff;
  text-align: left;
  padding: 5px 10px 5px 10px;
  bottom: 100%;
  left: 50%;
  margin-left: -100px;
  border: 1px solid #000;
  position: absolute;
  z-index: 1;
}

.wFormContainer .tooltiptext {
  color: black !important;
}

.wFormContainer .tooltip:hover .tooltiptext {
  visibility: visible;
}

.wFormContainer .captcha {
  padding-bottom: 1em !important;
  margin: auto !important;
  text-align: center;
  width: 100%;
}

.wFormContainer .calendar-table {
  width: 100%;
  table-layout: fixed;
}

.wFormContainer table {
  table-layout: auto !important;
  width: 100% !important;
  background-color: #000000;
}

.wFormContainer .break-word {
  word-wrap: break-word;
  margin-top: 0px;
  width: 50%;
  float: right;
}

.wFormContainer .a-btn-1 {
  width: 50%;
  font-size: 32px;
  color: #217dc3;
  float: left;
}

.wFormContainer .a-btn-2 {
  width: 50%;
  font-size: 32px;
  color: #217dc3;
  float: left;
}

.wFormContainer .a-btn-3 {
  width: 50%;
  font-size: 32px;
  color: #217dc3;
  float: left;
}

.wFormContainer .oneField {
  width: 45%;
}

@media screen and (max-width: 600px) {
  .wFormContainer .oneField {
    width: 100% !important;
  }
  .wFormContainer .timebtn {
    width: 300px;
    margin-left: 0%;
  }
  .wFormContainer .clickedtimebtn {
    width: 300px;
    margin-left: 0%;
  }
  .wFormContainer .break-word {
    width: 100%;
    margin-top: 20px;
  }
  .wFormContainer .a-btn-1 {
    width: 100%;
  }
  .wFormContainer .a-btn-2 {
    width: 100%;
  }
  .wFormContainer .a-btn-3 {
    width: 100%;
  }
  .wFormContainer .tooltip .tooltiptext {
    width: 240px;
    background-color: #eef5ff;
    text-align: left;
    padding: 5px 10px 5px 10px;
    margin-left: -200px;
    bottom: 100%;
    left: 100%;
    position: absolute;
    z-index: 1;
  }
}
.wFormContainer .border-top-bottom {
  padding: 20px !important;
  border-bottom-style: solid;
  border-top-style: solid;
  border-color: #daeaf1;
  border-width: 3px;
}

.wFormContainer .faHiddenFrame {
  width: 100%;
  height: 850px;
  overflow-y: hidden;
  overflow-x: hidden;
  display: none;
}

#submit_button {
  background: #0075B6;
  color: white;
  padding: 10px;
  font-weight: bold;
  border-radius: 100px !important;
}
#submit_button:hover {
  background: #004972;
}
#submit_button:disabled {
  background: #ccc;
  color: #000;
  cursor: not-allowed;
}
/*# sourceMappingURL=main.css.map */