/*--------------------------------------------------
Forms
----------------------------------------------------*/
.form-launch-btn {
	background: #4aa871;
	text-align: center;
	font-family: 'Raleway', sans-serif;
	font-weight: 500;
	font-style: normal;
	font-size: 22px;
 	letter-spacing: 2px;
	color: #fff;
	padding: 10px 0 10px 0;
	cursor: pointer;
}
.form-launch-btn:hover, .form-launch-btn:focus {
	background: #c8cd65;
}
.btn-u {
    border: 0;
    color: #fff;
    font-size: 14px;
    cursor: pointer;
    font-weight: 400;
    padding: 6px 13px;
    position: relative;
    background: #999;
    white-space: nowrap;
    display: inline-block;
    text-decoration: none;
	font-family: 'Raleway', sans-serif;
	font-weight: 500;
	font-style: normal;
	letter-spacing: 1px;
}
.btn-u:hover,
.btn-u:focus,
.btn-u:active,
.btn-u.active,
.open .dropdown-toggle.btn-u {
	background: #666;
}
.btn-success {
    background: #4aa871;
}
.btn-success:hover,
.btn-success:focus,
.btn-success:active,
.btn-success.active,
.open .dropdown-toggle.btn-success {
	background: #c8cd65;
}
.modal-content h3 {
	font-family: 'Raleway', sans-serif;
	font-weight: 700;
	font-style: normal;
	letter-spacing: 3px;
	text-transform: uppercase;
	color: #4aa871;
}
.modal-content h4 {
	font-family: 'Raleway', sans-serif;
	font-weight: 600;
	font-style: normal;
	color: #4aa871;
	letter-spacing: 1px;
}
.sky-form .button {
    background: #4aa871;
}
.m-progress-bar {
    min-height: 1em;
    background: #4EA773;
    width: 5%;
}

sup {
    color: #4aa871;
    font-weight: 700;
}



/*--------------------------------------------------
Desktop mid/Large
----------------------------------------------------*/


@media (max-width: 1199px) {



}


/*--------------------------------------------------
Tablet (Landscape) - Desktop Small
----------------------------------------------------*/
@media (max-width: 992px) {


}


/*--------------------------------------------------
Tablet
----------------------------------------------------*/
@media (max-width: 768px) {



}


/*--------------------------------------------------
Phone
----------------------------------------------------*/
@media (max-width: 568px) {



}


/*--------------------------------------------------
Small Phone
----------------------------------------------------*/
@media (max-width: 320px) {



}

.modal-header {
    border-bottom:none !important;
}

.modal-footer {
    border-top:none !important;
}








