.quickstart {
	background-color: #F3F5F7;
	padding-bottom:30px;
}
.quickstart-wrapper {
	background-color: #FFF;
	padding: 30px;
	border-radius: 10px;
}
.quickstart article {
	position: relative;
	background-color: #FFF;
	border-radius: 10px;
	padding: 30px;
	margin-bottom:30px;
	border: 1px solid #58B2BA;
}
 @media only screen and (min-width: 1200px) {
.quickstart article {
 padding: 50px;
 padding-top:30px;
 padding-bottom:30px;
}
}
.quickstart article > h1:first-of-type {
	margin-top:0;
}
.quickstart article > h2:first-of-type {
	margin-top:0;
}
.quickstart h2, .quickstart .h2 {
	font-size: 24px;
	letter-spacing: -.02em;
	margin-top: 20px;
	margin-bottom: 15px;
}
.quickstart .h3 {
	font-size: 18px;
}
.quickstart h3 {
	font-size: 17px;
	text-align:center;
	margin-top: 20px;
	margin-bottom: 15px;
}
.input-instructions {
	position: relative;
	background-color: #FFF;
	border-radius: 10px;
	padding: 30px;
	margin-top:30px;
	margin-bottom:30px;
	border: 2px solid rgba(192, 192, 192, .4);
}
 @media only screen and (min-width: 1200px) {
.input-instructions {
 padding: 50px;
 padding-top:30px;
 padding-bottom:30px;
}
}
.input-instructions .btn-circle {
	position:absolute;
	top:15px;
	right:15px;
	width:22px;
	height:22px;
}
.input-instructions > h2:first-of-type {
	margin-top: 0;
	margin-bottom:30px;
}
.input-instructions .btn-circle {
	transform:rotate(90deg);
	margin-left:10px;
}
.input-instructions ul {
	margin-top:0;
	margin-bottom:0;
}
.input-instructions li {
	margin-bottom:15px;
}
.input-instructions li:last-of-type {
	margin-bottom:5px;
}
.input-instructions li > strong {
	color:#0E316C;
}
.input-instructions li p {
	margin-top:4px;
	margin-bottom:4px;
	margin-left:18px;
}
.input-instructions li, .input-instructions p {
	font-size:16px;
}

.input-instructions .qscallout {
	
		padding:15px;
	margin:12px;
	
	margin-left:24px;
	
	border-left-width: 6px;
	border-left-style: solid;
	border-left-color: rgba(110, 131, 166, .25);

	border-top-width: 1px;
	border-right-width: 1px;
	border-bottom-width: 1px;
	border-top-style: solid;
	border-right-style: solid;
	border-bottom-style: solid;
	border-top-color: rgba(110, 131, 166, .25);
	border-right-color: rgba(110, 131, 166, .25);
	border-bottom-color:  rgba(110, 131, 166, .25);
}



p.tip em {
	font-style:normal;
	font-weight:900;
	text-transform:uppercase;
	color:#58B2BA;
	color:#6e83a6;
	margin-right:4px;
}
.example-instructions > h2:first-of-type {
	text-align:center
}
/* for mockup only */



.modal-footer .btn.btn-secondary {
	display: inline-block !important;
	font-weight: 400 !important;
 padding: .375rem .75rem !important;
	font-size: 1rem !important;
	line-height: 1.5 !important;
 border-radius: .25rem !important;
 transition: color .15s ease-in-out, background-color .15s ease-in-out, border-color .15s ease-in-out, box-shadow .15s ease-in-out !important;
}
