body {
	font-family: 'Roboto', sans-serif;			
	margin: 0;
	color: #fff;
	padding: 0;
	background-color: #14192D;
}
.bread {
	position: absolute;
	left: 50%;
	top: 10px;
	transform: translateX(-50%);
	font-size: 17px;
	text-align: center;
}
.jumbotron {
	background-image: url(/imgs/bg-dots.jpg);
    background-size: cover;
    background-repeat: no-repeat;
	padding: 4rem 1rem;
    position: relative;
    margin-bottom: 3rem;
    /*padding-left: 10%;
    padding-right: 10%;*/
}
.jumbotron:after {
	content: "";
    background-image: url(/imgs/edit-icon@2x.png);
    background-size: 59px 59px;
    width: 59px;
    height: 59px;
    position: absolute;
    bottom: -30px;
    z-index: 999;
    transform: translateX(-50%);
    left: 50%;
}
.jumbotron.non-after:after {
	content: "";
	display: none;
}
.display-4 {
    text-align: center;
    font-size: 26px;
}
.lead {
    font-size: 16px;
    font-weight: 300;
    line-height: 22px;
    text-align: center;
    margin-bottom: 0px;
}
.form-control {
    border-radius: 20px;
    border: none;
}
label {
	font-size: 22px;
}
.form-group {
    margin-bottom: 2rem;
    border-bottom: 1px solid rgba(255, 255, 255, 0.25);
    padding-bottom: 2rem;
}
.form-group.last {
    margin-bottom: 0px;
    /*border-bottom: none;
	padding-bottom: 0px;*/
}
button[type=submit] {
    border-radius: 20px;
    width: 100%;
    margin-top: 0px;	
}
small {
	margin-bottom: 25px;
    display: block;
    font-size: 16px;
    line-height: 22px;
}
option {
	background-color: #fff !important;
}
select.form-control[multiple], select.form-control[size] {
    height: auto;
   /* border-radius: 8px;*/
}

/* ///// STEPS ///// */

.number-1 {
	margin-top: -80px;
	position: relative;
}
.step {
	margin-bottom: 40px;
    border-bottom: 1px solid rgba(255, 255, 255, 0.1);
	padding-bottom: 30px;
}
.step.last{
	border-bottom: 0;	
}
.number {
	width: 60px;
	height: 60px;
	background-color: #fff;
	color: #14192D;
	margin: auto;
	text-align: center;
	line-height: 60px;
	font-weight: 100;
	border-radius: 50%;
	font-size:27px;
}
section h3 {
	font-size: 22px;
	line-height: 28px;
	text-align: center;
    margin-top: 10px;
	font-weight: 400;
    padding-left: 5%;
    padding-right: 5%;
}
section p {
	font-weight: 400;
	font-size: 16px;
	line-height: 22px;
	text-align: center;
    margin-bottom: 25px;
}
.step img {
    max-width: 100%;
    height: auto;
}
section.faqs {
	padding-bottom: 40px;
} 
section.faqs h2 {
	text-align: center;
	margin: auto;
	font-size: 22px;
	margin-top: 30px;
	margin-bottom: 15px;
	width: 70%;
}
#accordion {
	padding: 20px;
}
.card {
	border-radius: 0;
	background-color: transparent;
	border-top: 1px solid rgba(255,255,255,.25);
}
.card:last-child {
	border-bottom: 1px solid rgba(255,255,255,.25);
}
.card-header {
	padding-left: 0px;
	border-bottom: none;
	padding-top: 20px;
	padding-bottom: 20px;
	padding-right: 2px;	
}
.card-header h5 {
	font-size: 16px;
	font-weight: 400;
}
.mb-0 > a  {
	color: #fff;
	padding-left: 0px;
}
.mb-0 > a:hover, .mb-0 > a:focus {
	text-decoration: none;
	color: #fff;
}
.card-body {
	padding: 0;
	padding-top: 20px;
	padding-bottom: 30px;
	font-size: 14px;
	line-height: 20px;
	font-weight: 300;
}
.collapse.show {
	border-top: 1px solid rgba(255,255,255,.05);
}
.mb-0 > a {
	display: block;
	position: relative;
}
.mb-0 > a:after {
	content: "\f078"; /* fa-chevron-down */
	font-family: 'FontAwesome';
	font-size: 12px;
	position: absolute;
	right: 0;
}
.mb-0 > a[aria-expanded="true"]:after {
	content: "\f077"; /* fa-chevron-up */
}	
.btn-save {
	background-color: #D52C5B;
	color: white
}
.message-success{
	color: white;
	margin-top: 1rem;
	font-size: 18px;
	font-weight: bold;	
}
.custom-card {
    text-align: left;
    background: #262E46;
    border-radius: 15px;
    padding: 1.5rem;
    border-bottom: 0;
    margin-bottom: 80px;
}
.custom-card h3 {
	padding: 0;
}

.custom-card label {
	font-size: 17px;
}

.custom-card p {
	font-weight: 100;
}

.custom-card * {
	text-align: left;
}

.btn-link {
	width: 100%;
	color: white;
}

.btn-link:hover, .btn-link:focus {
	color: white;
	text-decoration: none;
}

section h4 {
    font-size: 18px;
    line-height: 20px;
    text-align: center;
    margin-top: 10px;
    font-weight: 400;
}

.coll-header > .card-body{
	/*padding: 0;*/
	border-width: 2px;
	border-top-style: solid;
    border-bottom-style: solid;
}

li {
    font-weight: bold;
    font-size: 16px;
    line-height: 22px;
    margin-bottom: 25px;
}

.card-body li p{
	text-align: left;
}

.card-header {
    background-color: rgba(0,0,0,.09);
}

select[multiple] option[selected] {
    background-color: #d52c5b !important;
    color: white;
}