



input, textarea {
    width: 100%;
    height: 60px;
    background: rgba(255, 255, 255, 0);
    box-shadow: 0 0 0 1px rgba(230, 230, 230, 1) inset;
    border: none;
    padding: 0 19px 1px;
    margin: 0 0 -1px;
    box-sizing: border-box;
    font-weight: 500;
    position: relative;
    z-index: 0;

    -webkit-transition: all linear 80ms;
       -moz-transition: all linear 80ms;
            transition: all linear 80ms;
}
input:hover, .input_select:hover {
    box-shadow: 0 0 0 1px rgba(180, 180, 180, 1) inset;
    z-index: 1;
}
input:focus {
    box-shadow: 0 0 0 2px rgba(22, 33, 76, 1) inset;
    z-index: 2;
}
::placeholder {
    color: rgba(0, 0, 0, .4);
    font-weight: 400;
}
input:focus, select:focus, textarea:focus {
    outline: none;
}

div.input_halves, div.input_thirds {
    width: 100%;
    display: block;
    margin: 0 0 -1px;
    float: left;
}
div.input_halves input {
    width: 50%;
    float: left;
}
div.input_halves input:first-child {
    width: calc(50% + 1px);
    margin: 0 -1px 0 0;
}

div.input_thirds input:first-child, 
div.input_thirds input {
    width: calc(33.333333% + 1px);
    margin: 0 -1px 0 0;
    float: left;
}
div.input_thirds input:last-child {
    width: calc(33.333333%);
    margin: 0;
}




select, .input_select {
    width: 100%;
    height: 60px;
    box-shadow: 0 0 0 1px rgba(230, 230, 230, 1) inset;
    background: rgba(255, 255, 255, 1);
    border-radius: 0;
    border: none;
    padding: 0 19px 1px;
    margin: 0 0 -1px;
    box-sizing: border-box;
    font-weight: 500;
}

textarea {
    min-height: 150px;
    padding: 13px 19px 1px;
}







.input_error {
    background: rgba(244, 126, 122, 1);
    min-height: 45px;
    padding: 10px 19px;
    display: block;
    position: relative;
    box-sizing: border-box;
    margin: 0 0 -1px;
    z-index: 1;
}
.input_error p {
    color: white;
}
.input_select .input_error p {
    line-height: 22px;
    opacity: 1;
}
.input_select .input_error {
    margin: 0 -19px;
}
.input_select.error {
    height: auto;
}
.input_error:before {
    content: '';
    position: absolute;
    left: 14px;
    top: -7px;
    width: 0;
    height: 0;
    border-left: 7px solid transparent;
    border-right: 7px solid transparent;
    border-bottom: 7px solid rgba(244, 126, 122, 1);
}
.labeled_input.error input, .input_select.error, .input.input_radio.error .radio_option {
    z-index: 1;
    box-shadow: 0 0 0 2px rgba(244, 126, 122, 1) inset;
}
div.input.input_radio.error {
    margin-bottom: 9px;
}
.input_error.input_error_separate:before {
    display: none;
}






.section_highlight {
    background: rgba(0, 0, 0, .04);
    margin: 0 -15px;
    padding: 10px 15px 0px;
    width: 100%;
    border-radius: 5px;
}

div.input {
    margin-top: 4px;
    margin-bottom: 25px;
    position: relative;
}
div.input.input_radio, .input_radio_expanded {
    display: flex;
    margin-left: -5px;
    margin-right: -5px;
}

div.input label {
    position: absolute;
    left: 20px;
    z-index: 0;
    top: 5px;
    margin: 0;
    font-size: 10px;
}
div.input.input_2 label:last-child {
    left: calc(50% + 20px);
}

.radio_option, .radio_option_expanded {
    box-shadow: 0 0 0 1px rgba(0, 0, 0, .1) inset;
    background: rgba(255, 255, 255, 1);
    border-radius: 4px;
    flex: 1;
    min-height: 60px;
    line-height: 20px;
    padding: 19px 20px 10px;
    margin: 0 5px;
    display: block;
    position: relative;
    overflow: visible;
    box-sizing: border-box;
    cursor: pointer;

      -webkit-touch-callout: none;
        -webkit-user-select: none;
         -khtml-user-select: none;
           -moz-user-select: none;
            -ms-user-select: none;
                user-select: none;

    -webkit-transition: all linear 140ms;
       -moz-transition: all linear 140ms;
            transition: all linear 140ms;
}
.radio_option:hover, .radio_option_expanded:hover {
    box-shadow: 0 0 0 1px rgba(0, 0, 0, .3) inset;
}
.radio_option:hover span, .radio_option_expanded:hover span.initial {
    box-shadow: 0 0 0 1px rgba(0, 0, 0, .3) inset;
    background: rgba(0, 0, 0, .04);
}

div.input .radio_option_wide, .radio_option_expanded.active, .radio_option_expanded.semiactive {
    flex: 2.5;
}

.radio_option span, .radio_option_expanded span.initial {
    width: 30px;
    height: 30px;
    display: block;
    position: relative;
    float: left;
    margin-right: 10px;
    border-radius: 50%;
    top: -4px;
    margin-left: -4px;
    box-shadow: 0 0 0 1px rgba(0, 0, 0, .1) inset;

    -webkit-transition: all linear 140ms;
       -moz-transition: all linear 140ms;
            transition: all linear 140ms;
}

.radio_option span:before, .radio_option_expanded span.initial:before {
    content: '';
    background: rgba(22, 33, 76, 0);
    width: 2px;
    height: 2px;
    display: block;
    position: absolute;
    left: 14px;
    top: 14px;
    border-radius: 50%;
    box-shadow: 0 0 0 0 rgba(22, 33, 76, 1), 0 0 0 0 rgba(22, 33, 76, 1) inset;

    -webkit-transition: all linear 80ms;
       -moz-transition: all linear 80ms;
            transition: all linear 80ms;
}
/*.radio_option:hover span:before {
    background: rgba(22, 33, 76, 1);
    box-shadow: 0 0 0 5px rgba(22, 33, 76, 1);
}*/

.input_radio_stacked, .input_radio_2_stacked {
    flex-wrap: wrap;
}
.input_radio_stacked .radio_option, .input_radio_2_stacked .radio_option {
    flex: 1 100%;
    margin-bottom: 10px;
}
.input_radio_stacked .radio_option:last-child {
    margin-bottom: 0px;
}
.input_radio_2_stacked .radio_option {
    flex: 1 48%;
}



.radio_option.active span, .radio_option.active:hover span, .radio_option_expanded.active span.initial, .radio_option_expanded.active:hover span.initial {
    box-shadow: 0 0 0 2px rgba(22, 33, 76, 1) inset;
}
.radio_option.active span:before, .radio_option.active:hover span:before, .radio_option_expanded.active span.initial:before, .radio_option_expanded.active:hover span.initial:before {
    background: rgba(22, 33, 76, 1);
    box-shadow: 0 0 0 9px rgba(22, 33, 76, 1), 0 0 0 2px rgba(22, 33, 76, 1) inset;
}





.input_check_list {
    display: flex;
    flex-wrap: wrap;
}

.input_check_list .check_option {
    background: rgba(255, 255, 255, 1);
    flex: 1 100%;
    padding: 4px 5px 4px 33px;
    margin-left: -5px;
    margin-right: -5px;
    overflow: visible;
    box-sizing: border-box;
    cursor: pointer;
    border-radius: 3px;
    position: relative;

      -webkit-touch-callout: none;
        -webkit-user-select: none;
         -khtml-user-select: none;
           -moz-user-select: none;
            -ms-user-select: none;
                user-select: none;

    -webkit-transition: all linear 140ms;
       -moz-transition: all linear 140ms;
            transition: all linear 140ms;
}
.input_check_list .check_option:hover {
    background: rgba(240, 240, 240, 1);
}
.check_option span {
    width: 20px;
    height: 20px;
    display: block;
    position: absolute;
    left: 5px;
    top: 5px;
    float: left;
    margin-right: 10px;
    margin-left: 0px;
    background: rgba(255, 255, 255, 1);
    box-shadow: 0 0 0 1px rgba(0, 0, 0, .1) inset;

    -webkit-transition: all linear 80ms;
       -moz-transition: all linear 80ms;
            transition: all linear 80ms;
}
.check_option:hover span {
    box-shadow: 0 0 0 1px rgba(0, 0, 0, .3) inset;
}
.check_option.active span {
    background: rgba(22, 33, 76, 1);
    box-shadow: 0 0 0 6px rgba(22, 33, 76, 1) inset;
}
.check_option span:before, .check_option span:after {
    content: '';
    display: block;
    background: rgba(255, 255, 255, 0);
    width: 0px;
    height: 2px;
    transform: rotate(45deg);
    position: absolute;
    left: 3px;
    top: 10px;

    -webkit-transition: all linear 80ms;
       -moz-transition: all linear 80ms;
            transition: all linear 80ms;
            transition-delay: 160ms;
}
.check_option span:after {
    transform: rotate(315deg);
    left: 6px;
    top: auto;
    bottom: 7px;
    transition-delay: 240ms;
    transform-origin: 100% 0%;
}
.check_option.active span:before, .check_option.active span:after {
    background: rgba(255, 255, 255, 1);
    width: 7px;
}
.check_option.active span:after {
    width: 12px;
    bottom: 10px;
    transform-origin: 50% 50%;
}
.radio_option_expanded .radio_option_expanded_container {
    margin: 21px 0 0;
    padding: 10px 0 2px;
    box-shadow: 0 -1px 0 0 rgba(0, 0, 0, .1);
    opacity: 0;
    height: 0;
    top: -5px;
    position: relative;
    display: none;

    -webkit-transition: all linear 160ms;
       -moz-transition: all linear 160ms;
            transition: all linear 160ms;
}
.radio_option_expanded.semiactive .radio_option_expanded_container {
    top: -5px;
    opacity: 0;
    height: auto;
    display: block;
}
.radio_option_expanded.active .radio_option_expanded_container {
    top: 0px;
    opacity: 1;
    height: auto;
    display: block;
}
.radio_option_expanded_container .input_check_list {
    margin-bottom: 0;
}

.input_radio_expanded .radio_option, .input_radio_expanded .radio_option_expanded {
    max-height: 60px;
}

.input_radio_expanded .radio_option_expanded.active, .input_radio_expanded .radio_option_expanded.semiactive {
    max-height: none;
}
.radio_option_expanded .clickyclicky {
    display: block;
    width: 100%;
    height: 60px;
    position: absolute;
    top: 0;
    left: 0;
}






.input_stacked_container .input_text:first-child {
    margin-top: 4px;
}
/*.input_stacked_container .input_text:last-child {
    margin-bottom: 25px;
}*/
.input_stacked_container .input_text, .input_stacked_container div.input {
    margin-bottom: 0;
    margin-top: 0;
}
.input_2, .input_3 {
    display: flex;
}
.input_2 .input_select, .input_2 input {
    flex: 1 1 50%;
}
.input_2 .input:last-child {
    margin-left: -1px;
}
.input_select {
    position: relative;
}
.input_select select {
    position: absolute;
    width: 100%;
    height: 100%;
    left: 0;
    top: 0;
    opacity: 0;
    z-index: 5;
    cursor: pointer;
}
.input_select p {
    line-height: 60px;
    opacity: .5;
}
.input_select:after {
    content: '';
    position: absolute;
    right: 20px;
    top: 25px;
    width: 13px;
    height: 10px;
    display: block;
    background: url(../img/select.svg) no-repeat;
}

.input_stacked_container .input_text.input.input_3 {
    margin-top: 0px;
}
.input_3 .input_select, .input_3 input {
    flex: 1 1 33.333333%;
}
.input_3 .input {
    margin-left: -1px;
}
.input_3 .input:first-child {
    margin-left: 0;
}











/* Progress Indicator */

.progress_indicator {
    width: 100%;
    height: 0;
    padding-bottom: 100%;
    display: block;
    position: relative;
    margin-top: 6px;
}

.circle {
  position: absolute;
  margin: 0;
  width: 100%;
  height: 100%;
  left: 0%;
  top: 0%;
  border-radius: 50%;
  box-shadow: 0 0 0 10px rgba(197, 229, 254, 1) inset;
}

.circle div {
  overflow: hidden;
  position: absolute;
  /* make sure top & left values are - the width of the border */
  /* the bottom right corner is the centre of the parent circle */
  top: 0;
  right: 50%;
  bottom: 50%;
  left: 0;
  /* the transform origin is the bottom right corner */
  transform-origin: 100% 100%;
  /* rotate by any angle */
  /* the skew angle is 90deg - the angle you want for the arc */
  transform: rotate(90deg) skewX(30deg);
}

.circle div:before {
  box-sizing: border-box;
  display: block;
  border: solid 10px rgba(22, 34, 76, 1);
  width: 200%;
  height: 200%;
  border-radius: 50%;
  transform: skewX(-30deg);
  content: '';
}

.icon_buttons {
    width: 100%;
    display: block;
    margin: 0;
    position: relative;
    list-style-type: none;
    margin-left: 30px;
    padding: 30px 0;
}

.icon_buttons li {
    background: rgba(255, 255, 255, 1);
    border-radius: 6px;
    box-shadow: 0 0 0 1px rgba(0, 0, 0, .06);
    margin: 0 0 10px;
    padding: 23px 30px 30px 130px;
    float: left;
    box-sizing: border-box;
    list-style-type: none;
    display: block;
    position: relative;
}

.icon_buttons li p {
    margin-top: 16px;
}

.icon_buttons .icon {
    position: absolute;
    left: 0;
    top: 0;
    height: 100%;
    width: 100px;
    background: rgba(198, 230, 255, 1);
    display: flex;
    align-items: center;
    vertical-align: middle;
}

.icon_buttons .icon img {
    max-width: 100%;
}











.labeled_input {
    position: relative;
}

.input_2 .labeled_input {
    flex: 1 1 50%;
}

.input_2 .labeled_input .input:last-child, .input_3 .labeled_input .input, .input_3 .labeled_input .input:last-child {
    margin-left: 0;
}

.input_2 .labeled_input:last-child, .input_3 .labeled_input:not(:first-child) {
    margin-left: -1px;
}

.labeled_input input:not(:placeholder-shown), .labeled_input input:focus {
    padding: 15px 19px 1px;
}

.labeled_input label {
    opacity: 0;

    -webkit-transition: all linear 60ms;
       -moz-transition: all linear 60ms;
            transition: all linear 60ms;
}

.labeled_input.active label {
    opacity: 1;
    transform: translateY(5px);
}

























