


/*Base*/
html, body {
	overflow-x: hidden;
	font-family: 'Roboto', sans-serif;
    background: #fff;
    font-size: 14px;
}
ul, h1, h2, h3, h4, h5, h6 {
	margin: 0;
	padding: 0;
}
ul.margins {
	margin-bottom: 10px;
	padding-left: 30px;
}
ul.margins li {
	list-style-type: disc;
}
a:hover {
	text-decoration: none;
}
.form-control[disabled], .form-control[readonly], fieldset[disabled] .form-control {
	cursor: not-allowed;
	background-color: #fff;
	opacity: 1;
}



/*General*/
.display-none {
	display: none;
}
.width100 {
	width: 100%;
}
.clearfix:after {
	content: "";
	display: table;
	clear: both;
}
.img-responsive {
	max-width: 100%;
}









/*Text*/
.upper {
	text-transform: uppercase;
}
.heading1 {
    font-size: 24px;
    margin-bottom: 30px;
	font-weight: 700;
	color: #313436;
	line-height: 32px;
}
.heading2 {
	font-weight: 400;
    font-size: 16px;
    color: #1d3347;
    margin-bottom: 15px;
}
.heading3 {
	font-weight: 400;
    font-size: 18px;
    color: #1d3347;
    margin-bottom: 0px;
}
.heading4 {

}
.heading5 {

}
.heading6 {

}
.text-white {
	color: #fff;
}
.text-primary {
	color: #265a92 !important;
}

.confirm .heading1 {
	font-weight: 600;
}



/*Backgrounds*/
.bg-primary {
	background: #265a92 !important;
}



/*Buttons*/
.btn {
	transition: all .3s ease;
    padding: 6px 20px;
}
.btn:hover,
.btn:focus,
.btn:active:hover,
.btn:not(:disabled):not(.disabled):active:focus {
	outline: none !important;
	box-shadow: none !important;
}
.btn-lg {
	padding: 15px 25px;
}
.btn-primary {
	background: #413ef7;
	border: 1px solid #413ef7;
	color: white;
}
.btn-primary:hover,
.btn-primary:focus,
.btn-primary:active:hover,
.btn-primary:not(:disabled):not(.disabled):active:focus {
	background: #120fd1;
	border: 1px solid #120fd1;
	color: white;
}
.btn-success {
	background: #7a7eb3;
	border: 1px solid #7a7eb3;
	color: white;
}
.btn-success:hover,
.btn-success:focus,
.btn-success:active:hover,
.btn-success:not(:disabled):not(.disabled):active:focus {
	background: #676b97;
	border: 1px solid #676b97;
	color: white;
}
.btn-grey {
	background: #aaaaaa;
	border: 1px solid #aaaaaa;
	pointer-events: none;
}



/*Form*/
.form-group {
	margin-bottom: 20px;
}
.form-group b {
	font-weight: 400;
    color: #879098;
    font-size: 15px;
}
.form-control {
    padding: 10px 15px;
    font-weight: 500;
    color: #1e2e40;
    background-color: #f6fafd !important;
    border: 1px solid #e2e6ea;
    border-radius: 6px;
}
.form-group .form-check b {
    font-size: 1rem;
    font-weight: 500;
    color: #212529;
}



/*Consent*/
.consent {
    background: #fff;
}
.consent-wrap {
    margin: 0px auto;
    padding: 20px 20px;
    font-family: 'Public Sans', sans-serif;
    color: #313436;
    font-size: 14px;
    line-height: 20px;
    background: #fff;
	max-width: 800px;
}
.consent-wrap .heading1 {
	font-size: 24px;
    line-height: 32px;
    font-weight: 700;
}
#content {
	display: none;
}
.accept-terms, .reminder {
	display: none;
}
.reminder {
	height: 130px;
	text-align: center;
}
.reminder img {
	border: 1px solid #ccc;
    padding: 14px;
    border-radius: 64px;
    margin: 10px 0 10px;
}
.reminder p {
	margin-bottom: 0px;
}


/*Signature Pad*/
.signature-pad {
    border: 1px solid #e2e6ea !important;
    background-color: #f6fafd;
    border-radius: 6px;
    margin-bottom: 10px;
}


/*Confirmation*/
.pad.container.confirm {
    margin: 0px auto;
    padding: 30px 20px;
    font-family: 'Public Sans', sans-serif;
    color: #313436;
    font-size: 14px;
    line-height: 20px;
    background: #fff;
	max-width: 500px;
}
.pad-panel.confirm {
	text-align: center;
}

.pad-panel.confirm img {
	max-width: 100px;
    margin-bottom: 30px;
}



.accept-area {
	position: fixed;
	bottom: 0px;
	left: 0px;
	width: 100vw;
	background: rgba(255,255,255,0.8);
	padding: 40px 0;
}

.session-expired {
	position: absolute;
    background: #fff;
    margin: 0;
    text-align: center;
    border-radius: 9px;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
	padding: 20px 40px;
}
.session-expired img {
	max-width: 70px;
    margin-bottom: 30px;
}
.session-expired p {
	margin: 0;
    font-size: 21px;
}

