body {
    background-color: #edeff0;
    font-family: "Century Gothic Regular";
    padding-bottom:40px;
}

#logo svg {
    width: 204px;
    vertical-align:middle;
}

header {
    border-top: solid 12px #0AAAFF !important;
    min-height:112px;
    line-height:100px;
    background-color:#fff !important;
    border-bottom: 0 !important;
}

.navbar {
    margin-bottom:40px !important;
}

.navbar .navbar-nav {
    float: right;
    text-align: right;
}

section.main {
    font-size: 16px;
}

section.main h1 {
    color: #212529;
    font-family: "Century Gothic Regular";
    font-size: 24px;
    letter-spacing: 0;
    line-height: 32px;
}

.box-with-shadow {
    background-color: #fff;
    box-shadow: 0 0 8px 0 rgba(0,0,0,0.3);
    padding:40px;
}

.box-with-shadow h1 {
    padding:0;
    margin:0 0 40px 0;
}

.row.buttons div {
    margin-top:40px;
}

.btn {
    font-family: "Century Gothic Regular";
    font-size: 16px;
    letter-spacing: 0.27px;
    line-height: 20px;
    text-align: center;
    padding:12px 40px;
    border-radius: 1px;
    box-shadow: inset 0 -2px 0 0 rgba(0,0,0,0.1);
    border: 1px solid #0AAAFF;
}

.btn-success {
    background-color: #0AAAFF;
    color: #FFFFFF;
}

.btn-success.previous {
    background-color: transparent;
    color: #0AAAFF;
    box-shadow: none;
}

.row.buttons div button.next, .row.buttons div input.next {
    float:right;
}

.ui-widget-content {
    background:none;
    border:0 !important;
    padding:0 !important;
}

.ui-widget-header {
    border:0;
    background:none;
    color:#000;
    font-weight: normal;
}

.ui-tabs .ui-tabs-nav {
    padding: 0;
    display:flex;
    list-style: none;
    margin-bottom:40px;
}

.ui-tabs .ui-tabs-nav li {
    flex: 1 0 auto;
    background: none;
    border:none;
    text-align: center;
    float:none;
    margin:0;
    padding:0;
}

.ui-tabs .ui-tabs-nav .ui-tabs-anchor {
    float:none;
    font-weight:normal;
    border-radius: 50%;
    width:25px;
    height:25px;
    display:inline-block;
    line-height:25px;
    font-size:10px;
    text-align:center;
    padding:0;

    color: #fff;
    background-color: #B9E4FB;
}

.ui-tabs .ui-tabs-nav .ui-state-active .ui-tabs-anchor {
    color: #fff;
    background-color: #0AAAFF;
}

.ui-tabs .ui-tabs-nav .ui-state-disabled {
    opacity: 1;
}

.ui-tabs .ui-tabs-nav .ui-state-disabled .ui-tabs-anchor {
    color: #0AAAFF;
    background-color: #fff;
}

#tabs hr {
    position:absolute;
    width:100%;
    border: none;
    height: 1px;
    /* Set the hr color */
    color: #fff; /* old IE */
    background-color: #fff; /* Modern Browsers */
    margin-top:14px;
    margin-bottom:12px;
}

.webform .control-label label {
    color: #212529;
    font-family: "Century Gothic Regular";
    font-size: 24px;
    letter-spacing: 0;
    line-height: 32px;
    font-weight:normal;
}

.webform .control-label label small {
    color: #0AAAFF;
    font-family: "Century Gothic Regular";
    font-size: 16px;
    letter-spacing: 0;
    line-height: 26px;
}

.webform .checkbox, .webform .radio {
    margin-bottom:20px;
}

.webform .checkbox input[type="checkbox"],
.webform .radio input[type="radio"] {
    opacity: 0;
}

.webform .checkbox label::before,
.webform .radio label::before{
    content: "";
    display: inline-block;

    height: 24px;
    width: 24px;

    border: 1px solid #DDDDDD;
    border-radius: 3px;
}

.webform .checkbox label::after,
.webform .radio label::after {
    content: "";
    display: inline-block;
    height: 6px;
    width: 9px;
    border-left: 2px solid #fff;
    border-bottom: 2px solid #fff;

    transform: rotate(-45deg);
}

.webform .checkbox label,
.webform .radio label {
    padding-left:40px;
    position: relative;
    min-height:31px;
    line-height:31px;
    font-family: "Century Gothic Regular";
    font-size: 16px;
    letter-spacing: -0.3px;
}
.webform .checkbox label::before,
.webform .checkbox label::after,
.webform .radio label::before,
.webform .radio label::after{
    position: absolute;
}
/*Outer-box*/
.webform .checkbox label::before,
.webform .radio label::before {
    top: 3px;
    left: 0;
}
/*Checkmark*/
.webform .checkbox label::after,
.webform .radio label::after {
    left: 7px;
    top: 11px;
}
/*Hide the checkmark by default*/
.webform .checkbox input[type="checkbox"] + label::after,
.webform .radio input[type="radio"] + label::after {
    content: none;
}
/*Unhide the checkmark on the checked state*/
.webform .checkbox input[type="checkbox"]:checked + label::after,
.webform .radio input[type="radio"]:checked + label::after {
    content: "";
}

.webform .checkbox input[type="checkbox"]:checked + label::before,
.webform .radio input[type="radio"]:checked + label::before {
    background-color: #0AAAFF;
}

.webform .form-group #formItem {
    margin-top: 20px;
}

#webform-summary-item {
    margin-bottom:40px;
}

#webform-summary-tab {
    font-family: "Century Gothic Regular";
}

#webform-summary-tab h2 {
    font-size:16px;
    display:none;
    margin:0;
}

#webform-summary-tab h3 {
    font-size:16px;
    font-weight:bold;
    margin:0;
}

table.lfe-result td {
    padding:0 10px 5px 0;
}