body {
    font-family: 'Open Sans Condensed',Helvetica,sans-serif;
    font-weight: 400;
    line-height: 1.6;
    color: #555;
    font-size: 100%;
    overflow-x: hidden;
}

.formFont {
    font-family: 'Open Sans Condensed',Helvetica,sans-serif;
    font-weight: bold;
    font-size: 0.7em;
    text-align: left;
    color: #000000;
    margin-bottom: .4em;
}
/*h*/
#header {
    font-family: 'Raleway', sans-serif;
    color: #fff;
    background-color: #272728;
    height: 2.5em;
    text-align: center;
    line-height: 2.5em;
    font-size:calc(1em + 0.8vw);
    font-weight: 500;
    /*text-transform: uppercase;*/
    width: 100%;
}

/* SECTION WITH LINES */
.section {
    font-family: 'Raleway', sans-serif;
    border-radius: 0;
    /*border: 2px solid rgba(0,0,0,0.1);*/
    padding: .3em .8em;
    margin-top: 2em;
    margin-bottom: 2em;
    position: relative;
    text-transform: uppercase;
    font-size: calc(.9em + .7vw);
    color: #555;
    font-weight: 600;
    text-align: center;
    line-height: 1.5em;
 }

.section:before {
    /*content: '';*/
    position: absolute;
    top: 50%;
    right: 100%;
    border-bottom: 2px solid;
    width: 90%;
    margin: 0 20px;
    color: rgba(0,0,0,0.1);
}

.section:after {
    /*content: '';*/
    position: absolute;
    top: 50%;
    left: 100%;
    border-bottom: 2px solid;
    width: 90%;
    margin: 0 20px;
    color: rgba(0,0,0,0.1);
}

/* HALF SECTION WITH LINES */
.h-section {
    height: 6.5em;
}
.h-section {
    font-family: 'Raleway', sans-serif;
    border-radius: 0;
    /*border: 2px solid rgba(0,0,0,0.1);*/
    /*border: 2px solid #464646;*/
    padding: .3em .8em;
    margin-top: 1em;
    position: relative;
    text-transform: uppercase;
    font-size: 1.1em;
    color: #555;
    font-weight: 600;
    z-index: 1;
    text-align: center;
    float: left;
    height: 45px;
    line-height: 1.8em;

}

.h-section:before {
    /*content: '';*/
    position: absolute;
    top: 50%;
    right: 100%;
    border-bottom: 2px solid;
    width: 50%;
    margin: 0 20px;
    color: rgba(0,0,0,0.1);
}

.h-section:after {
    /*content: '';*/
    position: absolute;
    top: 50%;
    left: 100%;
    border-bottom: 2px solid;
    width: 50%;
    margin: 0 20px;
    color: rgba(0,0,0,0.1);
}

.h-section-text {
    /*padding-right: .5em;
    padding-left: .5em;*/
    border-radius: 0;
    padding-top: .5em;
    margin-right: 10px;
    float:left;
    clear:left;
}

#serviceMenu {
    margin-bottom: -6em;
    /*margin-left: 9px;*/

}

.serviceItem {
    display: inline-block;
    font-family: 'Raleway', sans-serif;
    border: 1px solid #22704d;
    box-shadow: 0 2px 0 #002d18;
    border-radius: 0.1em;
    text-align: center;
    vertical-align: top !important;
    margin-right: 1em;
    margin-bottom: 1em;
    font-weight: 700;
    font-size:calc(1.1em + 0.2vw);
    color: #fff;
    cursor: pointer;
    line-height: 1.2em;
    background: #fff;
}

.serviceItemTwo {
    display: inline-block;
    font-family: 'Raleway', sans-serif;
    border: 1px solid #22704d;
    box-shadow: 0 2px 0 #002d18;
    border-radius: 0.1em;
    text-align: center;
    vertical-align: top !important;
    margin-right: 1em;
    margin-bottom: 1em;
    font-weight: 700;
    font-size:calc(1.1em + 0.2vw);
    color: #000;
    cursor: pointer;
    background: #fff;
}

.serviceItem:hover { 
    border-bottom: 2px solid #002d18;
}

.serviceApply {
    background-color: #0c7444;
    color: #fff;
    width: 50%;
    padding-top: 3px;
    margin: auto;
    position: absolute;
    bottom: .6em;
    font-size: calc(0.7em + 0.03vw);
    text-transform: uppercase;
    border-radius: 1em;
    left: 25%;
}

table th {
    font-size: .8em;
    text-align: center;
    padding-top: .3em !important;
    border: 0 !important;
}

table td {
    font-size: .85em;
    text-align: left;
    padding-top: .3em !important;
}

.textCenter {
    text-align: center;
}

#stickyFooter {
    clear: both;
    padding: 2em;
    text-align: left;
    z-index: 1;
    height: -3em;
    margin-top: 1em;
    position: absolute;
    background-color: #fff;
    color: #777;
    text-align: left;
    padding-left: 12vw;
    padding-right: 12vw;
    font-size: .8em;
}


/* QUESTIONS */

#questionHeader {
    margin-bottom: 3em;
    margin-left: 9px;
}

.questionItem {
    display: inline-table;
    border: 3px solid #2c509b;
    text-align: center;
    border-radius: .5em;
    padding-top: 2.7em !important;
    margin-right: 1em;
    margin-bottom: 1em;
    font-weight: 700;
    font-size:calc(1.1em + 0.2vw);
    color: #000;
    margin: auto;
    height: calc(10em - 4vw);
}

.stepLabel {
    background-color: #272728;
    color: #fff;
    width: 100%;
    line-height: 1.8em;
    margin: auto;
    position: absolute;
    top: 0;
    font-size:calc(0.6em + 0.03vw);
    text-transform: uppercase;
    border-bottom-left-radius: 0;
    border-bottom-right-radius: 0;
    left: 0;
}



.btnQuestion {
    width: 6em;
    height: 2em;
    background-color: #272728;
    color: #fff; 
    border: 0;
    margin-right: 1.5em;
    cursor: pointer;
    margin: 0.7em;
    margin-top: calc(2em - 3vw);
}



/*STRIPE*/
/**
 * The CSS shown here will not be introduced in the Quickstart guide, but shows
 * how you can use CSS to style your Element's container.
 */
 .StripeElement {
    box-sizing: border-box;
  
    height: 40px;
  
    padding: 10px 12px;
  
    border: 1px solid transparent;
    border-radius: 4px;
    background-color: white;
  
    box-shadow: 0 1px 3px 0 #e6ebf1;
    -webkit-transition: box-shadow 150ms ease;
    transition: box-shadow 150ms ease;
  }
  
  .StripeElement--focus {
    box-shadow: 0 1px 3px 0 #cfd7df;
  }
  
  .StripeElement--invalid {
    border-color: #fa755a;
  }
  
  .StripeElement--webkit-autofill {
    background-color: #fefde5 !important;
  }