/** {
  outline: 1px solid #f00 !important;
}*/
.header img {
    margin: 0 auto 20px;
    align-items: center;
}

.header {
    display: flex;
    flex-direction: column;
}

.stepsWidget {
    margin: 20px auto;
}

.stepsWidget div {
    font-size: 0;
}

/*PROGRESS BAR*/
.progress-bar {
    padding: 10px 8px 0px;
    background: none;
    display: flex;
    flex-direction: row;
    margin: auto;
    width: 100%;
    justify-items: center;
    align-items: center;
}

.progress-bar div,
.progress-bar span {
    display: inline-block;
    vertical-align: top;
}

.progress-bar span {
    margin-right: 10px;
    width: 65px;
    height: 20px;
    line-height: 20px;
    color: #999;
    font-size: 12px;
}

.progress {
    border: 1px solid #ddd;
    width: 175px;
    max-width: 100%;
    background-image: -webkit-linear-gradient(top, #ebebeb 0, #f5f5f5 100%);
    background-image: linear-gradient(to bottom, #ebebeb 0, #f5f5f5 100%);
    background-repeat: repeat-x;
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ffebebeb', endColorstr='#fff5f5f5', GradientType=0);
    overflow: hidden;
    height: 20px;
    background-color: #f5f5f5;
    border-radius: 4px;
    -webkit-box-shadow: inset 0 1px 2px rgba(0, 0, 0, .1);
    box-shadow: inset 0 1px 2px rgba(0, 0, 0, .1);
    text-align: left;
}

.progressed {
    display: inline-block;
    width: 25%;
    background: #30afe5;
    background: -webkit-gradient(linear, left top, left bottom, from(#30afe5), to(#1d5291));
    background: -webkit-linear-gradient(top, #30afe5, #1d5291);
    background: -moz-linear-gradient(top, #30afe5, #1d5291);
    background: -ms-linear-gradient(top, #30afe5, #1d5291);
    background: -o-linear-gradient(top, #30afe5, #1d5291);
    background: linear-gradient(top, #30afe5, #1d5291);
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#52c031', endColorstr='#1d5291', GradientType=0);
    box-shadow: none;
    height: 20px;
}

.hide {
    display: none;
}

section {
    margin: 0 auto;
}

.header h2,
.container h3 {
    text-align: center;
}


.apply-online {
    margin-bottom: 5px;
    background: #f0f3f3;
    box-shadow: 0 2px 3px 0 rgb(0 0 0 / 15%);
    padding: 30px 30px;
}

.apply-online .heading {
    display: block;
    font-weight: normal;
    color: #6fcf59;
    font-size: 14px;
    line-height: 46px;
    text-shadow: 1px 1px 0 rgba(255, 255, 255, .75);
}

.application-wrapper {
    margin-top: 0 !important;
    position: relative;
    padding-top: 30px;
    background: url(images/hero-bg.jpg) center top;
    background-size: auto;
    background-size: cover;
    min-height: 500px;
}

.secure {
    margin-top: 25px;
    margin-bottom: 25px;
    background: #f0f3f3;
    box-shadow: 0 2px 3px 0 rgb(0 0 0 / 15%);
    padding: 10px 30px;
}

.apply-online {
    padding-top: 15px;
    margin-top: 85px;
}

.apply-online ul {
    margin-top: 20px;
    margin-bottom: 40px;
    padding-left: 0;
}

.apply-online ul li {
    background: url(../../images/icon-check.png) top left no-repeat;
    font-size: 16px;
    line-height: 16px;
    margin-bottom: 20px;
    padding-left: 46px;
}

.apply-online .heading,
.secure .heading {
    display: block;
    font-weight: normal;
    color: #6fcf59 !important;
    font-size: 28px;
    line-height: 28px;
    text-shadow: 1px 1px 0 rgb(255 255 255 / 75%);
}

.secure .heading {
    display: block;
    font-weight: normal;
    color: #6fcf59;
    font-size: 28px;
    line-height: 46px;
    text-shadow: 1px 1px 0 rgba(255, 255, 255, .75);
}

.secure p {
    font-size: 14px;
    line-height: 20px;
}

.secure a {
    text-decoration: none;
    display: flex;
    align-items: center;
}

.secure span {
    padding-left: 10px;
}


.secure .bbb-logo {
    width: 100px;
    display: inline-block;
    margin-left: 10px;
    position: relative;
    top: -12px;
}

.secure .bbb-logo img {
    display: block;
    width: 100px;
}

.arrowhi {
    width: 65%;
    position: relative;
}

.arrowhi .arrow {
    width: 108px;
    height: 52px;
    background: url(../../images/blue-arrow.png);
    position: absolute;
    top: 70px;
    left: -50px;
    -ms-transform: rotate(-7deg);
    -webkit-transform: rotate(-7deg);
    transform: rotate(-7deg);
    z-index: 1000;
}


@media only screen and (max-width: 992px) {
    div.arrowhi .arrow {
        display: none;
    }
}

.apply-online ul li {
    background: url(../../images/icon-check.png) top left no-repeat;
    font-size: 16px;
    line-height: 25px;
    margin-bottom: 20px;
    padding-left: 46px;
    list-style-type: none;
}

@media (max-width: 767px) {
    .apply-online .heading {
        font-size: 30px;
        line-height: 30px;
        text-align: center;
        margin-top: 20px;
    }

    .secure .heading {
        font-size: 30px;
        line-height: 30px;
        text-align: center;
        margin-top: 20px;
    }

    form {
        width: 100%;
        margin-bottom: -50px;
    }
}

.footer {
	color: #4A90E2;
    text-align: center;
    background: #191919 none repeat scroll 0 0;
    padding: 22px;
}

.footer a {
    color: #4A90E2;
    text-decoration: none;
}

.footer span {
    color: #555;
}