.gray {color:#999;}
#heading {
    text-transform: uppercase;
    color: #0053A1;
    font-weight: normal;
	font-size:24px;
}

#msform {
    text-align: center;
    position: relative;
    margin-top: 20px
}

#msform fieldset {
    background: white;
    border: 0 none;
    border-radius: 0.5rem;
    box-sizing: border-box;
    width: 100%;
    margin: 0;
    padding-bottom: 20px;
    position: relative
}

.form-card {
    text-align: left
}

#msform fieldset:not(:first-of-type) {
    display: none
}

#msform input,
#msform textarea {
    border-radius: 0px;
    margin-bottom: 30px;
    margin-top: 2px;
    box-sizing: border-box;
    color: #2C3E50;
    font-size: 14px;
    letter-spacing: 1px;
	padding: 8px 10px;
	/*min-width: 150px;*/
}

#msform select {
	border-radius: 0px;
    margin-bottom: 30px;
    margin-top: 2px;
    box-sizing: border-box;
    color: #2C3E50;
    font-size: 14px;
    letter-spacing: 1px;
	padding: 5px 0;
	border: none;
    border-bottom-color: currentcolor;
    border-bottom-style: none;
    border-bottom-width: medium;
    border-bottom: 1px solid #eee
}

#msform input:focus,
#msform textarea:focus {
    -moz-box-shadow: none !important;
    -webkit-box-shadow: none !important;
    box-shadow: none !important;
    /* border: 1px solid #0053A1; */
    outline-width: 0
}

#msform .action-button {
    width: 100px;
    background: #F3C060;
    font-weight: bold;
    color: #000;
    border: 0 none;
    border-radius: 0px;
    cursor: pointer;
    padding: 10px 5px;
    margin: 10px 0px 10px 5px;
    float: right
}

#msform .action-button:hover,
#msform .action-button:focus {
    background-color: #F3C060
}

#msform .action-button-previous {
    width: 100px;
    background: #616161;
    font-weight: bold;
    color: white;
    border: 0 none;
    border-radius: 0px;
    cursor: pointer;
    padding: 10px 5px;
    margin: 10px 5px 10px 0px;
    float: left
}

#msform .action-button-previous:hover,
#msform .action-button-previous:focus {
    background-color: #000000
}

.card {
    z-index: 0;
    border: none;
    position: relative
}

.fs-title {
    font-size: 18px;
    color: #0053A0;
    margin-bottom: 15px;
    font-weight: normal;
    text-align: left;
	text-transform:uppercase;
}

.purple-text {
    color: #0053A0;
    font-weight: normal
}

.steps {
    font-size: 25px;
    color: gray;
    margin-bottom: 10px;
    font-weight: normal;
    text-align: right
}

.fieldlabels {
    color: gray;
    text-align: left
}

#progressbar {
    margin-bottom:20px;
    overflow: hidden;
    color: lightgrey;
	padding-left:0;
}

#progressbar .active {
    color: #000
}


#progressbar li {
    list-style-type: none;
    font-size: 18px;
    width: 33.3%;
    float: left;
    position: relative;
    font-weight: 400

}

#progressbar #account:before {
    font-family: 'FontAwesome';
    content: "1"
}

#progressbar #personal:before {
    font-family: 'FontAwesome';
    content: "2"
}

#progressbar #payment:before {
    font-family: 'FontAwesome';
    content: "3"
}

#progressbar #confirm:before {
    font-family: 'FontAwesome';
    content: "\f00c"
}

#progressbar li:before {
    width: 50px;
    height: 50px;
    line-height: 45px;
    display: block;
    font-size: 20px;
    color: #ffffff;
    background: lightgray;
    border-radius: 50%;
    margin: 0 auto 10px auto;
    padding: 2px
}

#progressbar li:after {
    content: '';
    width: 100%;
    height: 2px;
    background: lightgray;
    position: absolute;
    left: 0;
    top: 25px;
    z-index: -1
}

#progressbar li.active:before,
#progressbar li.active:after {
    background: #f3c060;
	border:1px solid #f3c060;
	color:#ffffff;
}

.progress {
    height: 20px
}

.progress-bar {
    background-color: #0053A1
}

.fit-image {
    width: 100%;
    object-fit: cover
}