h1 {
    font-size: 36px;
    font-weight: 400;
    color: #5e5a6c;
    outline-color: #5e5a6c;
    font-family: 'FilsonSoftMedium', sans-serif;
    margin: 20px auto 25px auto;
    display: block;
}

.small {
    font-size: 1.6rem;
}

.large {
    font-size: 5rem;
}

.wrap > .container {
    padding-top: 0px;
}

#bar-logo-1 {
    max-height: 73px;
    max-width: 257px;
    padding: 8px;
    padding-left: 0px;
    vertical-align: middle;
    margin-left: 10px;
    float: left;
}

#bar-logo-2 {
    max-height: 88px;
    max-width: 88px;
    padding: 5px;
    padding-right: 15px;
    vertical-align: middle;
    float: right;
}

#banner {
    background-color: #306889;
}

#banner h3 {
    margin-top: 86px;
    font-size: 29px;

    color: #fec038;
    line-height: 1.4em;
    font-weight: bold;
    text-align: center;
}

#banner img {
    max-width: 100%;
}

.centered, .center {
    text-align: center;
    margin-left: auto;
    margin-right: auto;
}

#process h2 {
    color: #5e5a6c;
    font-size: 30px;
    font-weight: 500;
    line-height: 1.1;
}

#process h3 {
    color: #5e5a6c;
    font-size: 20px;
    font-weight: 700;
    line-height: 1.1;
}

#process .process-icon {
    max-height: 146px;
    max-width: 180px;
    margin-top: 0px;
    margin-bottom: 0px;
}

#whatyouget h2 {
    vertical-align: middle;
    display: inline-block;
    margin-top: 10px;
    margin-bottom: 10px;
}

#whatyouget a {
    font-weight: 400;
    text-align: center;
    padding-left: 5%;
    padding-right: 5%;
    display: inline-block;
    vertical-align: middle;
    margin-left: auto;
    margin-right: auto;
    color: #2f6585;
}
#whatyouget .service-icon {
    float: right;
    margin-right: 20px;

    display: block;
    width: 100px;
    height: 100px;
    margin-top: 10px;
    margin-bottom: 10px;
}

#faq {
    background-color: #fff;
    color: #5e5a6c;
    padding-top: 30px;
    padding-bottom: 0px;
}

#faq_advice h2 {
    border: 1px solid #306889;
    background: #FFFFFF;
    font-weight: normal;
    color: #5e5a6c;

    line-height: 1.6em;
    padding: 10px 20px 8px 55px;
    font-size: 20px;
    margin-bottom: 0;
    margin-top: 0;
}

#faq_advice p {
    color: #5e5a6c;
    font-size: 18px;
    line-height: 1.5em;
}

#faq_advice .btn-primary {
    color: white;
}

.ui-accordion .ui-accordion-content {
    padding-left: 55px;
}

.ui-accordion .ui-accordion-header .ui-accordion-header-icon {
    position: absolute;
    left: .5em;
    top: 50%;
    margin-top: -8px;
    background-position: unset;
}

#faq_advice .ui-state-active .ui-icon {
    background-image: url("../images/svg/icon-arrow-down.svg") !important;
}

#faq_advice .ui-state-default .ui-icon {
    background-image: url("../images/svg/icon-arrow-right.svg");
}

#benefits {
    background-color: #FFF;
    border-top: 1px solid #FFF;
    padding-top: 60px;
    padding-bottom: 0px;
}

#benefits .peaceofmind {
    background-color: #2f6585;
}

#benefits .featureitem {
    padding-top: 30px;
    padding-bottom: 10px;
    padding-left: 30px;
    padding-right: 30px;
}

#benefits h3, #benefits h4 {
    color: #2f6585;
    font-size: 24px;
    font-weight: 700;
    margin-top: 10px;
}

#benefits p, #benefits a {
    color: #2f6585;
    font-size: 16px;
    font-weight: 300;
    text-align: left;
}

#benefits .peaceofmind h3, #benefits .peaceofmind h4,
#benefits .peaceofmind p, #benefits .peaceofmind a {
    color: white;
}

#benefits .guaranteed {
    background-color: #f2e8c4;
}

#benefits div div img {
    display: block;
    margin: auto;
    width: 90px;
    height: 100px;
    margin-bottom: 15px;
}

#testimonial {
    padding-top: 30px;
    padding-bottom: 40px;
    font-size: 15px;
}

#testimonial p.testimonial {
    text-align: center;
    margin: 10px auto;
    padding: 8px;
    width: 60%;
    border-radius: 4px;
    background-color: #FFFFFF;
}

#testimonial p.testimonial-name {
    margin-top: 25px;
    text-align: center;
}

#testimonial .arrow_box {
    position: relative;
    background: #FFFFFF;
    border: 1px solid #4FB0E3;
}

#testimonial .arrow_box:after,
#testimonial .arrow_box:before {
    top: 100%;
    left: 50%;
    border: solid transparent;
    content: " ";
    height: 0;
    width: 0;
    position: absolute;
    pointer-events: none;
}

#testimonial .arrow_box:before {
    border-color: rgba(79, 176, 227, 0);
    border-top-color: #4FB0E3;
    border-width: 21px;
    margin-left: -21px;
}

#testimonial .arrow_box:after {
    border-color: rgba(255, 255, 255, 0);
    border-top-color: #FFFFFF;
    border-width: 20px;
    margin-left: -20px;
}

/* service product*/
#services .product {
    margin-top: 36px;

    border: solid 2px #306889;
    padding-top: 12px;
    padding-bottom: 20px;
    min-height: 600px;
}

#services .product-feature {
    z-index: 30;
    margin-top: 20px;
    margin-bottom: 20px;
    margin-left: -2px;
    margin-right: -2px;
    padding-bottom: 20px;
    border: solid 8px #ffc149;
}

#services .btn-start {
    color: #5d6170;
    background-color: #ffc149;
    border-color: #ffc149;
}
section#services .btn-start:hover {
    background-color: #eec149;
}

section#services .product ul {
    margin-top: 12px;
    margin-right: 10px;
    padding-left: 18px;
}

section#services .product ul li{
    font-size: 22px;
    line-height: 20px;
    margin-bottom: 10px;
}
section#services .product ul li span{
    font-size: 14px;
    line-height: 23px;
    vertical-align: top;
}

@media only screen and (max-width: 997px) {
    section#services .product {
        min-height: 800px;
    }
}

@media only screen and (max-width: 768px) {
    section#services .product {
        min-height: 0px;
    }
}