body {
    margin: 0;
    background-image: url(https://file.personifyhealth.com/api/file/Wsuepl27T7iUfTVlHhQ7);
    background-repeat: repeat;
}

@media (min-width: 445px) and (max-width: 1040px) {
    .form-container-v2 {
        width: 90%;
    }
}

@media screen and (max-width: 768px) {
    .label-container-v2 {
        width: 100% !important;
    }

    .input-container-v2 {
        float: left !important;
        width: 100% !important;
    }
    .biometric-input-container-v3 {
        float: right !important;
        display: flex;
        width: 100% !important;
    }

    .elements-container-v2 {
        width: 100% !important;
        float: left !important;
    }

    .form-container-v2 {
        width: 90% !important;
        max-width: 800px !important;
    }

    .titleContainer-v2 {
        width: 90% !important;
        max-width: 800px !important;
    }

    .checkbox-input-container-v2 {
        width: auto !important;
    }

    .checkbox-label-container-v2 {
        width: auto !important;
        margin-left: 60px !important;
    }

    .input-container-v2 input {
        text-align: left !important;
        padding-left: 10px !important;
        padding-top: 7px !important;
    }

}

button,
input[type="button"],
input[type="reset"],
input[type="submit"] {
    font-size: 12px !important;
    font-size: 0.75rem !important;
}

input[type="radio"],
input[type="checkbox"] {
    width: auto;
    display: inline-block;
    vertical-align: middle;
    margin-right: 20px;
    box-shadow: none;
    border: none;
}

/* #required {
  margin-left: 5px;
  color: red;
}

.required {
  margin-left: 5px;
  color: red;
} */

.form-container-v2 {
    max-width: 800px;
    margin: 0 auto;
    padding: 15px;
    width: 50%;
    display: block;
    background: white;
    border-left: 10px solid #0E7B8E;
    -moz-box-sizing: border-box;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    border-radius: 10px;
    margin-bottom: 100px;
}

.elements-container-v2 {
    width: 100%;
    float: left;
    clear: none;
}

.checkbox-elements-container-v2 {
    width: 100%;
    float: left;
    clear: none;
}

.checkbox-label-container-v2 {
    margin-left: 60px;
    width: auto;
}

.checkbox-label-container-v2 span {
    color: red;
    font-family: 'Oswald', 'Arial Narrow', sans-serif;
    font-weight: normal;
    font-style: normal;
    font-size: 1rem;
    line-height: 1.5;
}

.checkbox-input-container-v2 {
    position: absolute;
    width: auto;
}

label#confirmationCheckbox-error.error {
    position: absolute;
    top: 50px;
    left: 0;
}

.label-container-v2 {
    width: 30%;
    margin-bottom: 0;
    float: left;
    margin-top: 5px;
}
.biometric-input-container-v3{
    float: right;
    display: flex;
    width: 65%;
    margin: 0;
    padding: 0;
}

.input-container-v2 {
    float: right;
    width: 65%;
    margin: 0;
    padding: 0;
}
.input-container-divider{
    text-align: center;
    margin-left: 1px;
    margin-top: 3px;
    padding: 0;
}
.input-container-left {
    float: left;
    width: 49%;
    margin: 0px;
    padding: 0;
}

.input-container-right {
    float: right;
    width: 49%;
    margin: 0px;
    padding: 0;
}


.textElementContainer {
    width: 100%;
    margin: 0 auto;
    padding: 0;
    height: auto;
    margin-top: 10px;
    margin-bottom: 10px;
}

.textElementContainer span {
    color: red;
}

.divider {
    width: 100%;
    height: 13px;
    float: left;
    display: inherit;
    position: inherit;
}

.checkbox-input-container-v2 input {
    margin-top: 8px;
    margin-left: 13px;
    width: 30px;
}

.checkbox-label-container-v2 label {
    font-family: 'Roboto', 'Tahoma', 'Geneva', 'sans-serif';
    font-size: 15px;
}

.checkbox-label-container-v2 .label-required::before {
    content: '* ';
    color: red;
    font-family: 'Oswald', 'Arial Narrow', sans-serif;
    font-weight: normal;
    font-style: normal;
    font-size: 1rem;
    line-height: 1.5;
}

input {
    display: inline-block;
    padding: 0.3333333em;
    font-size: 1em;
    line-height: 1.5em;
    color: #555555;
    border: 1px solid #ccc;
    -webkit-border-radius: 3px;
    -moz-border-radius: 3px;
    border-radius: 3px;
    width: 100%;
    -webkit-box-shadow: inset 0 1px 3px rgba(0, 0, 0, 0.1);
    -moz-box-shadow: inset 0 1px 3px rgba(0, 0, 0, 0.1);
    box-shadow: inset 0 1px 3px rgba(0, 0, 0, 0.1);
    -webkit-transition: border linear 0.2s, box-shadow linear 0.2s;
    -moz-transition: border linear 0.2s, box-shadow linear 0.2s;
    -o-transition: border linear 0.2s, box-shadow linear 0.2s;
    transition: border linear 0.2s, box-shadow linear 0.2s;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    -ms-box-sizing: border-box;
    box-sizing: border-box;
    text-align: center;
    height: 35px;
}

select {
    display: inline-block;
    padding: 0.3333333em;
    font-size: 1em;
    line-height: 1.5em;
    color: #555555;
    border: 1px solid #ccc;
    -webkit-border-radius: 3px;
    -moz-border-radius: 3px;
    border-radius: 3px;
    width: 100%;
    -webkit-box-shadow: inset 0 1px 3px rgba(0, 0, 0, 0.1);
    -moz-box-shadow: inset 0 1px 3px rgba(0, 0, 0, 0.1);
    box-shadow: inset 0 1px 3px rgba(0, 0, 0, 0.1);
    -webkit-transition: border linear 0.2s, box-shadow linear 0.2s;
    -moz-transition: border linear 0.2s, box-shadow linear 0.2s;
    -o-transition: border linear 0.2s, box-shadow linear 0.2s;
    transition: border linear 0.2s, box-shadow linear 0.2s;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    -ms-box-sizing: border-box;
    box-sizing: border-box;
    text-align: center;
    height: 35px;
    background-color: #fff;
}

.label-container-v2 span {
    margin-left: 5px;
    color: red;
}

.label-container-v2 .label-required::after {
    content: '*';
    margin-left: 5px;
    color: red;
}

/*button#formProcessorSubmitButton {
    background-color: #a6c12f;
    background-image: linear-gradient(to top, #a6c12f 0, #83a824 100%);
    color: #fff;
    text-transform: uppercase;
    border-radius: 25px;
    border-style: none;
    font-family: "Open Sans", sans-serif;
    box-shadow: 0 0 8px #ccc;
    height: 30px;
    width: 111px;
    display: block;
    margin: 20px auto 40px auto;
    float: none;
}

button#formProcessorSubmitButton:hover {
    background-color: #a6c12f;
    background-image: linear-gradient(to top, #a6c12f 0, #a6c12f 100%);
    color: #fff;
    text-transform: uppercase;
    border-radius: 25px;
    border-style: none;
    font-family: "Open Sans", sans-serif;
    box-shadow: 0 0 8px #ccc;
    height: 30px;
    width: 111px;
    margin: 20px auto 40px auto;
    float: none;
}*/

/*button#formBuilderSubmitButton {
    background-color: #a6c12f;
    background-image: linear-gradient(to top, #a6c12f 0, #83a824 100%);
    color: #fff;
    text-transform: uppercase;
    border-radius: 25px;
    border-style: none;
    font-family: "Open Sans", sans-serif;
    box-shadow: 0 0 8px #ccc;
    height: 30px;
    width: 111px;
    display: block;
    margin: 20px auto 40px auto;
    float: none;
}

button#formBuilderSubmitButton:hover {
    background-color: #a6c12f;
    background-image: linear-gradient(to top, #a6c12f 0, #a6c12f 100%);
    color: #fff;
    text-transform: uppercase;
    border-radius: 25px;
    border-style: none;
    font-family: "Open Sans", sans-serif;
    box-shadow: 0 0 8px #ccc;
    height: 30px;
    width: 111px;
    margin: 20px auto 40px auto;
    float: none;
}*/

label {
    font-family: 'Oswald', 'Arial Narrow', sans-serif;
    font-weight: normal;
    font-style: normal;
}

.buttonText {
    color: white;
}

.text-elements-container-v2 {
    width: 100%;
    float: left;
    clear: none;
}

.text-elements-container-v2 p {
    font-family: 'Oswald', 'Arial Narrow', sans-serif;
    font-weight: normal;
    font-style: normal;
}

.text-elements-container-v2 li {
    font-family: 'Roboto', 'Tahoma', 'Geneva', 'sans-serif';
    font-size: 15px;
}

.note p {
    font-family: 'Roboto', 'Tahoma', 'Geneva', 'sans-serif';
    font-size: 15px;
}

.clearfix {
    clear: both;
}

.titleContainer-v2 h2 {
    font-family: 'Oswald', 'Arial Narrow', sans-serif;
    font-weight: normal;
    font-style: normal;
}

.titleContainer-v2 h1 {
    font-family: 'Oswald', 'Arial Narrow', sans-serif;
    font-weight: normal;
    font-style: normal;
    font-size: 2rem;
}

.titleContainer-v2 p {
    font-family: 'Roboto', 'Tahoma', 'Geneva', 'sans-serif';
    font-size: 15px;
}

.titleContainer-v2 {
    max-width: 800px;
    margin: 0 auto;
    padding: 15px;
    width: 50%;
    height: auto;
}

.elements-container-v2 p {
    font-family: 'Roboto', 'Tahoma', 'Geneva', 'sans-serif';
    font-size: 15px;
}

.needHelpArea {
    border-top: 1px solid #9a9a9a;
    border-bottom: 1px solid #9a9a9a;
}

.hideAll {
    display: none;
}

.hartfordFormContainer {
    min-height: 1470px;
    height: auto;
}

.textAlignCenter {
    text-align: center;
}

input.invalid,
textarea.invalid,
select.invalid {
    border: 2px solid red;
}

input.valid,
textarea.valid,
select.valid {
    border: 2px solid green;
}

.error {
    display: none;
    margin-left: 10px;
}

.error_show {
    color: red;
}

select:disabled {
    background: #EBEBE4;
}

.confirmation-checkbox-error {
    position: absolute;
    top: 60px;
    left: 3px;
}

.position-relative {
    position: relative;
}

.search-container {
    padding: 10px 20px 10px;
    float: left;
}
.page-container {
    display: block;
    background: white;
    border-left: 10px solid #0E7B8E;
}
.button-container {
    float: left;
    margin-top: 42px;
}
.vp-button {
    text-transform: uppercase;
    border-radius: 30px;
    padding: 0.6em 1.5em;
    letter-spacing: 0.6px;
    font-family: "Open Sans",sans-serif;
    text-decoration: none;
    border: none;
    font-weight: 600;
    color: #fff;
    background-color: #003c44;
    box-shadow: inset 0 -2px 1px 0 #003c44;
    text-shadow: none;
}
.vp-button:hover {
    color: #fff;
    background-color: #7fd8b8;
    
    box-shadow: none;
}
.vp-button-sunset {
    text-transform: uppercase;
    border-radius: 30px;
    padding: 0.6em 1.5em;
    letter-spacing: 0.6px;
    font-family: "Open Sans",sans-serif;
    text-decoration: none;
    border: none;
    font-weight: 600;
    color: #fff;
    background-color: #ed5500;
    box-shadow: inset 0 -2px 1px 0 #ed5500;
    text-shadow: none;
}
.vp-button-sunset:hover {
    color: #fff;
    background-color: #7fd8b8;

    box-shadow: none;
}
.vp-button-sunset a {
    text-decoration: none;
    color: #000;
}
.box-container{
    position: absolute;
    top: 0;
    left: 0;
  }
  
  .box-container * {
    display: inline-block;
  }

  .details-header{
      border: 10px solid #0E7B8E;
  }
  .paging-wrapper{
      text-align: center;
  }
  .paging-wrapper .item{
      font-size: 18px;
      display: inline-block;
      padding:0 5px ;
  }
  .paging-wrapper .item .button-container{
      margin-top: 0;
  }
  .paging-wrapper .item .button-container .page-button{
    line-height: 1.42857;
    text-decoration: none;
    background-color: #fff;
    border: 1px solid #ddd;
  }
  .paging-wrapper .item .button-container .page-button .buttonText{
    color: #337ab7;
  }
  .paging-wrapper .item .button-container .page-button.active{
    background-color: #337ab7;
    border-color: #337ab7;
  }
  .paging-wrapper .item .button-container .page-button.active .buttonText{
    color: #fff;
  }


  .modal-wrapper {
    position: fixed;
    width: 100%;
    height: 100vh;
    top: 0;
    left: 0;
  }
  .modal-wrapper .modal-overlay {
    background: #000;
    width: 100%;
    height: 100vh;
    opacity: 0.7;
    z-index: 97;
  }
  .modal-wrapper .details-container {
    position: absolute;
    width: 80%;
    height: 80%;
    background: #fff;
    top: 5%;
    left: 10%;
    z-index: 99;
    overflow: scroll;
    padding: 0 50px;
    box-sizing: border-box;
    padding-bottom: 100px;
  }
  .modal-wrapper .details-container .edit-wrapper{
    padding: 0 20%;
    text-align: center;
    border: 1px solid #9a9a9a;
  }
  .modal-wrapper .details-container .edit-wrapper .vp-button {
      margin-top: 30px;
  }
  .modal-wrapper .details-container .edit-wrapper .label-container-v2{
      text-align: left;
  }
  .modal-wrapper .details-container .title {
    padding: 0 10%;
  }
  .modal-wrapper .details-container .title h2 {
    margin-top: 50px;
    font-family: "Oswald", sans-serif;
    font-size: 30px;
    font-weight: 300;
    margin-bottom: 10px;
    word-wrap: break-word;
  }
  .modal-wrapper .details-container  .langauge-wrapper {
    margin-top: 10px;
    text-align: center;
    padding: 0 30%;
  }
  .modal-wrapper .details-container  .langauge-wrapper form{
      margin: 10px 0;
  }
  .modal-wrapper .details-container  .langauge-wrapper .search-container{
      float: none;
  }
  .modal-wrapper .details-container .vp-button {
    padding: 5px 40px;
    border: none;
    background-color: #0E7B8E;
    background-image: linear-gradient(#16b8d4 0, #0E7B8E 100%);
    box-shadow: inset 0 -2px 0 0 #0E7B8E;
    border-radius: 100px;
    font-family: "Open Sans Bold", Arial, Helvetica, sans-serif;
    font-weight: 600;
    color: #ffffff;
    letter-spacing: 0.6px;
    text-transform: uppercase;
    cursor: pointer;
  }
  .modal-wrapper .details-container .vp-button:hover {
    background-image: linear-gradient(#0E7B8E 0, #16b8d4 100%);
  }
  .modal-wrapper .close-modal {
    font-family: "Oswald", sans-serif;
    font-size: 18px;
    font-weight: 300;
    margin-bottom: 100px;
    word-wrap: break-word;
    position: absolute;
    color: #fff;
    top: 30px;
    right: 30px;
    z-index: 99;
    width: 50px;
    height: 50px;
    border-radius: 50%;
    background: #000;
    text-align: center;
    padding: 12px;
    box-sizing: border-box;
    opacity: 0.85;
    cursor: pointer;
  }