* {
	box-sizing: border-box
}

body {
	padding: 0;
	margin: 0
}


/*/////// FONTS ///////*/

@font-face {
	font-family: "Roboto";
	src: url("/resources/fonts/Roboto-Light.ttf");
	font-weight: normal;
	font-style: normal;
	font-display: swap
}

@font-face {
	font-family: "Roboto";
	src: url("/resources/fonts/Roboto-Regular.ttf");
	font-weight: normal;
	font-style: normal;
	font-display: swap
}

@font-face {
	font-family: "Roboto";
	src: url("/resources/fonts/Roboto-Medium.ttf");
	font-weight: 500;
	font-style: normal;
	font-display: swap
}

@font-face {
	font-family: "Roboto";
	src: url("/resources/fonts/Roboto-Bold.ttf");
	font-weight: bold;
	font-style: normal;
	font-display: swap
}

body {
	-webkit-font-smoothing: antialiased;
	-moz-osx-font-smoothing: grayscale;
	font-family: "Roboto", sans-serif
}



/*/////// BUTTONS ///////*/
/*/////// IN THIS NEXT SECTION... ///////*/
/*/////// I COPIED AND PASTED SOME OF THE CLASSES/PROPERTIES FROM CANDIDATE WIZARD ///////*/
/*/////// I DIDN'T TAKE THE ENTIRE "BUTTONS" SECTION FROM CANDIDATE WIZARD. JUST SOME ///////*/
/*/////// I DIDN'T MODIFY. THIS IS A DUPLICATE THAT CAN BE DELETED IF WE COMBINE WITH CANDIDATE WIZARD ///////*/

.os-btn {
	padding-left: 19px;
	padding-right: 19px;
	padding-top: 15px;
	padding-bottom: 13px;
	border-width: 1px;
	border-style: solid;
	border-radius: 100px;
	-webkit-box-sizing: border-box;
	box-sizing: border-box;
	font-size: 18px;
	font-family: Roboto;
	font-weight: 400;
	line-height: 20px;
	outline: none;
	cursor: pointer;
	text-align: center;
	display: inline-block;
	height: 50px
}


.os-btn-primary {
	border-color: #2196F3;
	background-color: #2196F3;
	color: #fff;
	min-width: 123px;
	margin-left: 10px;
	user-select: none;
}

.os-btn-next {
	padding-left: 19px;
	padding-right: 19px;
	padding-top: 15px;
	padding-bottom: 9px;
	border-width: 1px;
	border-style: solid;
	border-radius: 100px;
	-webkit-box-sizing: border-box;
	box-sizing: border-box;
	font-size: 18px;
	font-family: Roboto;
	font-weight: 400;
	line-height: 20px;
	outline: none;
	cursor: pointer;
	text-align: center;
	display: inline-flex;
	justify-content:center;
	align-items:center;
	flex-direction: row;
	height: 50px;
}

.os-btn-next-text{
	display: inline-block;
}
	
.os-btn-deactivated{
	border-color: #d8dee3;
	background-color: #d8dee3;
	color: #fff;
	min-width: 123px;
	margin-left: 10px;
	cursor: default;
	user-select: none;
}

.os-icon-next {
	position:relative;
	display: block;
	float:right;
	margin-left:10px;
	transform: translateY(-2px)
}

.os-btn-container{
	display:inline-flex;
	width: 600px;
	justify-content: flex-start	
}


.os-btn-primary:hover {
	border-color: #1058aa;
	background-color: #1058aa;
	color: #fff
}

.os-btn-primary:active {
	border-color: #1058aa;
	background-color: #1058aa;
	color: #fff;
	box-shadow: 0 0 0 4pt #C0D3F0
}


.os-btn-default {
	border: #B4C2CD 1px solid;
	background-color: #fff;
	color: #84939e;
	min-width: 123px;
	user-select: none;
}

.os-btn-default:hover {
	border-color: #1058aa;
	background-color: #fff;
	color: #1058aa
}


.os-btn-default:active {
	border-color: #1058aa;
	background-color: #fff;
	color: #1058aa;
	box-shadow: 0 0 0 4pt #C0D3F0
}


.os-btn span {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-pack: start;
	-ms-flex-pack: start;
	justify-content: flex-start;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center
}

.os-btn .icon {
	display: block
}


.os-btn-fluid {
	width: 90%;
	margin-left: auto;
	margin-right: auto;
	margin-top: 13px;
	margin-bottom: 12px;
	display: flex
}

.os-btn-mobile-half-fluid {
	width: 48%;	
	margin-top: 13px;
	margin-bottom: 12px;
	text-align: center;
	align-items: center
}


.os-btn-previous{
	padding-bottom: 9px;
	padding-left: 15px
}

.os-icon-previous {
	background: url("/resources/images/professional/dashboard/icon-previous-notselected.svg") no-repeat;
    width: 12px;
    height: 24px;
    display: inline-block;
    float: left;
	border: none;
	margin-top: 1px;
	margin-right: 5px;
	transform: translateY(-2px);
}


.os-btn:hover .os-icon-previous,
.os-btn:active .os-icon-previous {
	background: url("/resources/images/professional/dashboard/icon-previous-selected.svg") no-repeat;
    width: 12px;
    height: 24px;
    display: inline-block;
    float: left;
	border: none;
	margin-top: 1px;
	margin-right: 5px;
	transform: translateY(-2px);
}


/*/////// BUTTONS ///////*/
/*/////// IN THIS NEXT SECTION... ///////*/
/*/////// HERE ARE THE CHANGES THAT I HAVE INTRODUCED SPECIFICALLY FOR THE ONLINE SURVEY ///////*/
/*/////// THESE ARE NOT DUPLICATES. WE NEED TO KEEP THEM AFTER COMBINING WITH CANDIDATE WIZARD ///////*/

.os-btn-next,
.os-btn {
	margin-right:10px;
	text-decoration: none
}

.os-btn-primary{
	margin-left: 0px
}

.os-btn-primary.margin-adj {
		margin-left: 0px;
		margin-top:40px
}

.os-btn-mobile-holder {
	margin-bottom: 120px
}

.save-btn {
	padding: 15px 19px 13px 19px;
	border-width: 1px;
	border-style: solid;
	border-radius: 100px;
	-webkit-box-sizing: border-box;
	box-sizing: border-box;
	font-size: 18px;
	font-family: Roboto;
	font-weight: 400;
	line-height: 20px;
	outline: none;
	cursor: pointer;
	text-align: center;
	display: inline-block;
	margin-right: 10px;
	height: 50px
}

.submit-btn {
	padding-top: 7px;
	padding-bottom: 6px
}

.os-btn-previous{
	display: inline-block
}

/*/////// END - BUTTONS ///////*/


/*/////// WARNING ///////*/


.radio-warning-icons {
	position: absolute!important;
	top: 61px;
	right: 100px;
	margin-top: 12px;
	margin-left: 10px;
	visibility: hidden
}

.os-textarea-skin {
	position: relative;
	width: 100%;
	height: 120px
}

.os-multiline-warning-icon {
	position: absolute;
	right: -32px;
	top: 45px;
	margin-left: 10px;
	color: red;
	visibility: hidden
}

.os-multiline-warning-icon.os-warning-error {
	visibility: visible
}

.os-performanceRating-col25 .validation-warning.os-warning-error { 
	background-color: rgba(255, 0, 0, .3);
}


.os-performanceRating-cell.validation-warning.os-warning-error {
	background-color: rgba(255, 0, 0, .2);
}

/*/////// LAYOUT / ALIGNMENT ///////*/


::-webkit-input-placeholder {
	color: #666;
	font-size: 17px
}

::-moz-placeholder {
	color: #666;
	font-size: 18px
}

:-ms-input-placeholder {
	color: #666;
	font-size: 17px
}

:-moz-placeholder {
	color: #666;
	font-size: 17px
}

.os-separation15{
padding-top: 15px	
}

.os-separation20{
padding-top: 20px	
}

.os-separation30{
padding-top: 30px	
}

.os-separation40{
padding-top: 40px	
}

/*/////// HEADER INC. NAVIGATION ///////*/


.os-header {
	background-color: #F2F6FF;
	text-align: center;
	padding: 10px;
    width: 100vw;
    position: relative;
}

.os-header-title {
	font-family: Roboto;
	font-size: 32px;
	font-weight: 400;
	line-height: 52px;
	color: #25282B
}


.os-section-title {
	width: 700px;
	font-size: 26px;
	text-transform: uppercase;
	font-family: Roboto;
	line-height: 30px;
	color: #2196F3;
	font-weight: 400;
	display: inline-block;
	position: absolute;
	top: 100px;
	margin: 0;
	transition: all .5s ease-in-out
}

.os-separation-ruler {
	border: 1px solid #2196F3;
	position: relative;
	max-width: 1030px;
	margin: 0 auto 40px auto
}


.os-navigation {
	float: right
}

.os-navigation span {
	font-size: 20px;
	font-family: Roboto;
	display: inline-block;
	width: 30px;
	height: 30px;
	background-color: #F2F6FF;
	text-align: center;
	line-height: 30px;
	vertical-align: top;
}

.os-navigation span:hover {
	cursor: pointer
}

.os-navigation span:last-child {
	margin-right: 0
}

.os-navigation .os-page-nbr:hover {
	background-color: #24549E;
	color: white
}

.os-navigation .os-page-active {
	background-color: #2196F3;
	color: white
}

.os-navigation .os-radioBtn-label,
.os-navigation .noselect,
.os-navigation span {
	-webkit-touch-callout: none;
	-webkit-user-select: none;
	-khtml-user-select: none;
	-moz-user-select: none;
	-ms-user-select: none;
	user-select: none
}

.os-section-header-wrapper {
	max-height: 100px;
	padding-top: 50px;
	line-height: 45px;
	overflow: hidden;
	max-width: 1030px;
	position: relative;
	margin: auto
}

.os-section-header {
	position: relative;
	float: left;
	width: 350px;
	height: 45px
}


/*/////// QUESTIONS - DYNAMIC ///////*/

.os-label,
.os-field-label {
	color: #25282B;
	font-size: 18px;
	font-family: Roboto;
	line-height: 24px;
	font-weight: 400;
	max-width: 1030px		
}

.os-field-label {
	float: left;
	width: 180px;
	margin-bottom: 5px;
	line-height: 40px;
}


.os-label.os-disclosure-text {
	line-height: 28px;
	margin-bottom: 20px
}

#os-answerForm .os-slide-holder {
	position: relative;
    overflow: hidden;
    height: 100vh;
}


.slide-selector {
    position: absolute;
    margin: 0 calc(50vw - 515px);
    opacity: 1;
    max-width: 1030px;
}

@media ( max-width: 1090px) {
.slide-selector,
.os-section-header-wrapper,
#os-Rating-header-overflow.js-rating-page {
    margin: 0 30px;
    width: calc(100vw - 60px);
}

.os-separation-ruler {
    margin: 0 30px 40px 30px;
    width: calc(100vw - 60px);
}
	
}

.slide-selector.js-moving {
    -webkit-transition: all 0.4s linear;
    -o-transition: all 0.4s linear;
    transition: all 0.4s linear;
}

.slide-selector.slider-before {
    transform: translateX(calc(50vw + 555px));
    opacity: 0;
}

.slide-selector.slider-after {
    transform: translateX(calc(-50vw - 555px));
    opacity: 0;
}

#os-answerForm.os-slide-holder .question {
	display: none;
	position: relative;
	box-sizing: border-box;
	opacity: 0;
	left: 300px
}

#os-answerForm .os-slide-holder .question.show-question {
	display: block
}


.os-slide-holder {
	transition: margin .5s ease-in-out
}

.slide-up {
	display: inline-block;
	top: 0
}

.os-field-input {
	width: 380px;
	color: #666;
	font-size: 17px;
	font-family: Roboto;
	line-height: 38px;
	font-weight: 400;
	border-radius: 4px;
	border: 1px solid #B4C2CD;
	padding: 0 8px;
}

.os-field-input.rr-transparent {	
	z-index: 5;
    position: relative;
    background-color: transparent;
}

.os-field-input:hover {
	background-color: #F2F6FF
}

.os-textara-field {
	border: 1px solid #B4C2CD;
	width: 100%;
	height: 120px;
	padding-left: 15px;
	resize: none;
	color: #666;
	font-size: 17px;
	font-family: Roboto;
	line-height: 30px;
	border-radius: 4px;
	padding: 5px 8px
}

.os-textara-field:hover {
	background-color: #FAFBFF
}


.os-form-row {
	margin-bottom: 20px;
	display: inline-block;
	width: 100%
}

.os-form-row.os-textarea-row {
	margin-bottom: 30px;
	position: relative;
}

.os-warning-label.os-warning-error:before {
	border: 1px solid red!important
}

.os-warning-textarea.os-warning-error,
.os-warning-textInput.os-warning-error {
	border: 1px solid red
}

.os-warning-icon {
	position: relative;
	top: 5px;
	left: 3px;
	visibility: hidden;
	color: red;
}

#js-EV-warning-icon.os-warning-icon {
	top: 0px
}

.os-warning-icon.os-warning-error {
	visibility: visible;
}



#background_check_warning {
	visibility: hidden;
	margin-left: -15px
}

.os-radio-container {
	float: left;
	width: 33%;
	margin-bottom: 20px
}

.os-radio-container-EV-col1 {
	float: left;
	width: 33%;
	min-width: 260px;
	margin-bottom: 20px
}

.os-radio-container-EV-col2 {
	float: left;
	width: min(675px, Calc(100% - 270px));
	min-width: 260px;
	margin-bottom: 20px
}


#background-check-pre-question>.os-radio-container {
	width: 100px
}

#background-check-pre-question {
	margin-bottom: 30px
}

.os-radioBtn-label {
	display: inline-block;
	color: #25282B;
	font-size: 18px;
	line-height: 25px;
	font-family: Roboto;
	font-weight: 400
}

.os-label {
	display: block;
	margin-bottom: 12px
}


/*/////// EMPLOYMENT VERIFICATION /////*/

.os-bold-question {
	color: #25282B;
	font-size: 18px;
	font-family: Roboto;
	line-height: 24px;
	font-weight: 500;
	margin-top: 0;
	margin-bottom: 20px
}

.os-EV-description-details {
	color: #24549E;
	font-size: 18px;
	font-weight: 400;
	display: block;
	text-align: left;
	margin-bottom: 30px;
	line-height: 24px
}

.os-radio {
	position: relative;
	line-height: 16px
}

.os-radio .os-radio-input {
	position: absolute;
	z-index: -1;
	opacity: 0
}

.os-radio .os-radio-input:focus~.os-radio-label:before {
	box-shadow: none!important;
	border: 1px solid #dedede
}

.os-radio .os-radio-label {
	cursor: pointer;
	margin-bottom: 0;
	padding-left: 40px;
	padding-right: 10px;
	margin-right: 0
}

.os-radio .os-radio-label:active:before{
  	border: 1px #2196F3 solid;
	box-shadow: 0 0 0 2px #C0D3F0;
}

.os-radio .os-radio-label:after {
	position: absolute;
  	top: 0;
  	left: 0;
  	height: 20px;
  	width: 20px;
  	border-radius: 50%;
	border: 1px #B2C2CD  solid;
	transform: translateY(1px);
	display: block;
	content: "";
	pointer-events: none;
	user-select: none;
	background-color: #fff;
	background-repeat: no-repeat;
	background-position: 50%;
	background-size: 50% 50%
}

.os-radio .os-radio-label:active:after{
  	border: 1px #2196F3 solid;
	box-shadow: 0 0 0 2px #C0D3F0;
}

.os-radio-input:checked~.os-radio-label:after {
	background: #fff;
	border: 1px #2196F3  solid;
	box-shadow: inset 0 0 0 6px #2196F3;
	content: "";
}


/*//////////// PERFORMANCE RATING //////////////*/



.os-performanceRating-col15 {
	width: 15%
}

.os-performanceRating-col15,
.os-performanceRating-col25 {
	float: left;
	padding: 0 0px;
	overflow-wrap: break-word
}

.os-performanceRating-col25 {
	width: 25%;
}

.os-performanceRating-cell {
	height: 100%;
	background-color: #F2F6FF;
	display: flex;
	cursor: pointer;
	font-size: 22px;
	-webkit-user-select: none;
	-moz-user-select: none;
	-ms-user-select: none;
	user-select: none
}

.os-performanceRating-cell input {
	position: absolute;
	opacity: 0;
	cursor: pointer
}

.os-checkmark {
	line-height: 22px;
	background-color: white;
	text-align: center;
	font-weight: 400;
	display: block;
	vertical-align: middle;
	padding-top: 5px;
	width: 26px;
	height: 26px;
	font-size: 15px;
	margin:auto;
	border-radius: 50%;
	color:white;
	border:1px #B2C2CD  solid
}

.os-performanceRating-cell:hover input~.os-checkmark {
	background-color: white;
}

.os-performanceRating-cell:active input~.os-checkmark:after {
	display: block;
    position: relative;
    top: 1px;
    left: 6px;
    width: 12px;
    height: 12px;
    border-radius: 50%;
    background: #2196F3;
}

.os-performanceRating-cell:hover{
	background-color: #e9effc
}


.os-performanceRating-cell:active input~.os-checkmark {
	box-shadow: 0 0 0 2pt #C0D3F0
}

.os-performanceRating-cell input:checked~.os-checkmark {
	background-color: #2196F3;
	-webkit-font-smoothing: antialiased;
	-moz-osx-font-smoothing: grayscale;
	display: inline-block;
	font-style: normal;
	font-variant: normal;
	border: 1px #2196F3  solid;
	color: #fff;
	text-align: center;
	line-height: 20px;
	z-index: 1
}

/*KEEP OR THE WHITE DOTS DON'T SHOW WHEN CHECKED*/
.os-checkmark:after {
	content: "";
	position: absolute;
	display: block
}

.os-performanceRating-cell input:checked~.os-checkmark:after {
	display: block;
    position: relative;
    top: 3px;
    left: 8px;
    width: 8px;
    height: 8px;
    border-radius: 50%;
    background: white;
}

.os-rating-label {
	line-height: 22px;
	padding: 15px 10px;
	color: #25282B;
	font-size: 18px;
	font-family: Roboto;
	font-weight: 400;
	background-color: #e9effc;
	vertical-align: middle;
	border-right: 1px solid white
}

.os-rating-row {
	margin-bottom: 0px;
}


.os-performanceRating-header {
	display: block;
	width: 90%;
	text-align: center;
	margin: auto;
	font-size: 18px
}

#os-Rating-header-overflow {
	position: fixed;
	top: 0;
    margin: 0 calc(50vw - 515px) 30px calc(50vw - 515px);
    opacity: 0;
    max-width: 1030px;
    background-color: white;
    padding: 20px 0;
    z-index: 10;
    display: none;
    transition: opacity 0.3s ease-out;     
}

#os-Rating-header-overflow.js-rating-page {
	display: block; 
}

#os-Rating-header-overflow.js-rating-page.js-rating-show {
	opacity: 1; 
}

.os-checkmark-text {
	position: absolute; 
	width: 20%; 
	text-align: center;
	font-size: 16px;
	line-height: 20px;
	color: #84939e;
	transform: translateY(16px)
}



/*//////////////////////////////*/

.os-error-message,
.os-saved-message {
	color: red;
	clear: both;
	max-height: 0;
	transition: all 0.3s ease-out;
	overflow: hidden;
	margin-bottom: 0
}

.os-error-message.os-error-show,
.os-saved-message.os-saved-show {
	max-height: 40px;
	transition: all 0.5s ease-out;	
	margin-bottom: 15px
}

.os-required-mark {
	color: red;
	font-size: 22px;
	display: inline-block;
	transform: translateY(4px);
	margin-left: 8px;
	width: 10px;
	font-family: Roboto
}

#background-check-pre-question,
.os-btn-bigContainer {
	display: block!important
}

button,
input,
submit {
	border: none
}

.os-performanceRating-row{
	display: flex;
	margin-bottom: 2px
}

#os-EV-details-container {
	display: none
}

#os-EV-details-container.show-question {
	display: block
}

.os-warning-label.os-warning-error,
.os-workedTogether-label.os-warning-error,
.js-EVanswer-label.os-warning-error {
	background: rgba(255, 0, 0, .2)!important;
	box-shadow: 0 0 0 3px rgba(255, 0, 0, .2)
}


#ve-submit-btn {padding-left: 40px; padding-right: 40px}

@media ( min-width: 740px) {
	.os-checkmark-text {display: none}
}

@media ( max-width: 739px) {
	/*Overall layout*/
	.os-navigation {display: none}
	.os-header-title {font-size: 26px; line-height: 34px}
	.os-section-header-wrapper {padding-top: 15px}
	.os-section-title {font-size: 22px}
	.os-section-header {height: 35px}
	
	
	
	/*Buttons*/
	.os-btn-mobile-holder {display: inline-flex; width: calc(100vw - 60px)}
	.save-btn {display: none !important}
	.os-btn-previous {width: calc(50vw - 28px);display: inline-flex;justify-content: center}
	.os-btn-next {width: calc(50vw - 28px); margin: 0}
	#ve-submit-btn {width: 100%; margin: 0}

	.submit-btn {width: calc(50vw - 28px); margin: 0}
	.os-btn-next.os-mobile-fluid {width: calc(100vw - 60px)}

	/*About you*/	
	.os-warning-icon {display: none}
	.os-label {display: block}
	.os-field-label {display: block}
	.os-field-input {width: calc(100vw - 82px)}
	.os-radio-container {width: 100%}
	
	/*Employment verification*/	
	.form_component_radio_EV {width: 100%}
	#reference_survey_form_2 {width: calc(100vw - 60px)}
	.os-radio-container {float: none}
	
	/*Performance Rating*/
	.ref-hide-mobile, #os-Rating-header-overflow.js-rating-page.ref-hide-mobile {display: none}
	.os-performanceRating-row {display: block}
	.os-performanceRating-col25 {width: 100%}
	.os-performanceRating-col15 {width: 20%}
	.os-performanceRating-cell {height: 52px}
	.os-rating-label {border-right: none}
}


.apiDebug {
	display: none
}



/*//// MODERN LOADER ////*/

#os-loader {
	display: block;
	width: 30px;
    height: 30px;
    margin-right: 24px;
    margin: auto;
    text-align: center;
}

.os-loader {
	display: none;
    width: 36px;
    height: 36px;
    position: absolute;
    margin-top: 7px;
    margin-left: 5px;
}

.os-loader.os-show {
	display: inline-block;
}

.emp-filter-container .os-loader {
	transform: translateY(-5px)
}



.os-loader-bars {
  display: inline-flex;
  position: relative;
  height: 100%;  
  width: 100%;
  justify-content: space-between;
}

.os-loader-bars div {
  display: inline-block;
  position: relative;
  width: 20%;
/*  background: #003365;*/
  animation: lds-animation 1.2s cubic-bezier(0, 0.5, 0.5, 1) infinite;
}
.os-loader-bars div:nth-child(1) {
  animation-delay: -0.24s;
}
.os-loader-bars div:nth-child(2) {
  animation-delay: -0.12s;
}
.os-loader-bars div:nth-child(3) {
  animation-delay: 0;
}

@keyframes lds-animation {
  0% {
    top: 0%;
    height: 100%;
    background: #000000;
  }
  50%, 100% {
    top: 17%;
    height: 66%;
    background: #2196F3;   
  }
}
/*/////// RIGHT TO REPRESENT ///////*/
    
.rr-signature-container {
	background-color: #F2F6FF;	
	padding: 30px 
}

.rr-signature-container.rr-change-style {
	padding: 15px 30px 30px 30px 
}

.rr-signature-container-center {
	width: 380px;
	margin: auto
}


.rr-signature-container .os-field-input::placeholder {
	font-family: Roboto, Arial;	
	font-size: 20px
}


.rr-signature-container .os-field-input {
	text-align: center;
	line-height: 70px;
	caret-color: #1058aa;
	font-family: 'Caveat', Roboto, Arial;
	font-size: 30px	
}

.rr-signature-container .os-field-input:hover {
	background-color: #fcfdfd;	
}

.rr-signature-container .os-required-mark {
	position: absolute;
	transform: translateY(26px);
}
  
.rr-emailLink {
	display: inline-block;
	font-family: Roboto;
	font-style: normal;
	font-size: 15px;
	line-height: 20px;
	font-weight: 500;
	color: #2196F3;
	text-decoration: none;
	letter-spacing: 1.25px;
	margin-right: 20px;
	cursor: pointer;
	margin-bottom: 5px
}

.rr-emailLink:hover {
	color: #1058aa;
	text-decoration: none;
}

.rr-link-container {
	width: 100%;
	margin-left: 0px;
	position: relative;
}

.rr-dropdown-list {
	height: 0;
    visibility: hidden; 
    top: 110%;  
	list-style: none;
    box-sizing: border-box;
    margin: 0;
    text-align: left;
    z-index: 1000;
    min-width: 180px;
    padding: 8px 0;
    border-radius: 4px;
    color: #1c252c;
    background-color: white;
    box-shadow: 0 0 0 1px rgba(77,101,117,0.1), 0 3px 10px 0 rgba(77,101,117,0.2);
	position: absolute;
    -webkit-transform: translateY(4px);
    transform: translateY(4px);
    -webkit-transform-origin: 0 0;
    transform-origin: 0 0;
    overflow: hidden;
	-webkit-transition: all 150ms linear;
	-o-transition: all 150ms linear;
	transition: all 150ms linear;
}

.rr-dropdown-list.is-open {visibility: visible; height: 220px}

.rr-dropdown-link  {
	box-sizing: border-box;
    min-width: 308px;
    display: block;
    padding: 4px 16px;
    font-weight: normal;
    text-decoration: none;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
    cursor: pointer;
    outline: none;
    color: #25292c;
    background-color: transparent;
    font-family: Roboto, Arial;
    font-size: 15px;
    line-height: 26px;
}

.rr-dropdown-link.rr-caveat {font-family: 'Caveat';}
.rr-dropdown-link.rr-kalam {font-family: 'Kalam', cursive;}
.rr-dropdown-link.rr-kaushan {font-family: 'Kaushan Script', cursive;}
.rr-dropdown-link.rr-sacramento {font-family: 'Sacramento', cursive;}
.rr-dropdown-link.rr-shadows {font-family: 'Shadows Into Light', cursive;}
.rr-dropdown-link.rr-yellowtail {font-family: 'Yellowtail', cursive;}


.rr-dropdown-link:active {
	background: #1058aa !important;
	color: white !important
}

.rr-dropdown-link:hover {
background-color: #e9effc !important;
}



.rr-checkbox-container {
  	display: inline-block;
  	position: relative;
  	padding-left: 26px;
  	cursor: pointer;
  	font-size: 18px;
  	-webkit-user-select: none;
  	-moz-user-select: none;
  	-ms-user-select: none;
  	user-select: none;
	max-width: 990px;
	width: calc(100vw - 60px)
}

.rr-checkbox-container span {
	font-family: Roboto;
  	font-size: 18px;
    line-height: 28px;
    color: #25282B  	
}

/* Hide the browser's default radio button */
.rr-checkbox-container input {
  position: absolute;
  opacity: 0;
  cursor: pointer;
}


.rr-checkbox-container:active input ~ .rr-checkbox-checkmark {
  	border: 1px #2196F3 solid;
	box-shadow: 0 0 0 2px #C0D3F0;
}

/* When the checkbox is checked, add a blue background */
.rr-checkbox-container input:checked ~ .rr-checkbox-checkmark{
  	background-color: #2196F3;
	border: 1px #2196F3 solid	
}

/* Create the checkmark/indicator (hidden when not checked) */
.rr-checkbox-container:after{
  content: "";
  position: absolute;
  display: none;
}

.rr-checkbox-checkmark:after{
  display: block;
}

/* Show the checkmark when checked */
.rr-checkbox-container input:checked ~ .rr-checkbox-checkmark::after{
  display: block;
}

/* Style the checkmark/indicator */
.rr-checkbox-container .rr-checkbox-checkmark::after{
  	left: 5px;
  	top: 0px;
  	width: 4px;
  	height: 10px;
  	border: solid white;
  	border-width: 0 3px 3px 0;
  	-webkit-transform: rotate(42deg) translate(3px, -3px);
  	-ms-transform: rotate(42deg) translate(3px, -3px);
  	transform: rotate(42deg) translate(3px, -3px);
  	content: "";
}

/* Create a custom checkbox */
.rr-checkbox-checkmark {
	position: absolute;
  	top: 1px;
  	left: 0;
  	height: 16px;
  	width: 16px;
  	border-radius: 4px;
	border: 1px #B2C2CD solid;
	transform:translateY(-1px);
	background-color: white;
	box-sizing: content-box;
	margin-top: 4px
}

/*/// MAKING LEGAL YOU MOBILE FRIENDLY ///*/

.arrow-pointer {
	background: url("/resources/images/professional/dashboard/red-arrow-pointer.svg") no-repeat;
    width: 24px;
    height: 15px;
    display: inline-block;
    border: none;
	margin-top: 0px;
	margin-right: 0px;
	position: absolute;
	top:-22px;
	left:-3px;
	transform: rotate(90deg);
	animation: shake 2s;
  	animation-iteration-count: infinite;
	display: visible
}

.os-btn-primary.rr-deactivated,
.os-btn-primary.rr-deactivated:hover,
.os-btn-primary.rr-deactivated:active {
	border-color: #d8dee3;
	background-color: #d8dee3;
	color: #fff;
	cursor: default;
	box-shadow: none
}	
	
	

@keyframes shake {
  0% { transform: translate(0px, 1px) rotate(90deg)}
  10% { transform: translate(0px, -3px) rotate(90deg)}
  20% { transform: translate(0px, 1px) rotate(90deg)}
  30% { transform: translate(0px, -3px) rotate(90deg)}
  40% { transform: translate(0px, 1px) rotate(90deg)}
  50% { transform: translate(0px, -3px) rotate(90deg)}
  60% { transform: translate(0px, 1px) rotate(90deg)}
  70% { transform: translate(0px, -3px) rotate(90deg)}
  80% { transform: translate(0px, 1px) rotate(90deg)}
  90% { transform: translate(0px, -3px) rotate(90deg)}
  100% { transform: translate(0px, 1px) rotate(90deg)}
}

.rr-checkbox-container input:checked ~ .arrow-pointer,
.rr-checkbox-container input:checked ~ .arrow-pointer:after{
	display:none
}

.rr-list {
	list-style: square;
	margin: 0;
	padding-inline-start: 20px
}

.rr-list-item {
	margin-bottom: 14px
}

.ca-list {
	list-style: none;
    padding-inline-start: 0;
}

.ca-list-item {
    margin-bottom: 14px;
	list-style: none;
}



.rr-container-parent {
	position: relative;
}

.rr-container-child {
	margin: 40px auto;
	text-align: center;
	max-width: 900px;
	width: calc(100vw - 20px);
}

.consent-container-child {
	margin: 40px auto;
	text-align: center;
	max-width: 640px;
	width: calc(100vw - 20px);
}


.consent-disk {
	width: 200px;
	height: 200px;
	margin: auto;
	display: block;
	background-color: #c3ffcd;
	border-radius: 100%;
	margin-bottom: 60px
}

.consent-disk.error {
	background-color: #ffebeb;
}

.consent-disk.error .consent-checkmark-svg {
	stroke: #CE2323
}



.swipe-container {
	width: 200px;
	height: 200px;
	margin: auto;
	display: block;
	position: relative}

.swipe-reveal {
	width: 0px;
	height: 200px;
	position: absolute;
	overflow: hidden;
	animation: reveal 0.5s linear forwards; /* Use CSS animation to reveal the check mark */
}


.swipe-object {
	width: 100px;
	height: 100px;
	background-color: red;
	position: absolute
}

.consent-checkmark-svg {
    stroke: #02713a;
    stroke-width: 16px;
    fill: transparent;
    width: 130px;
    height: 130px;
    margin: auto;
    position: absolute;
    top: 38px;
    left: 33px;
}


@keyframes reveal {
    0% {
        width: 0%;
    }
    100% {
        width: 100%;
    }
}


.rr-confirmation-logo {
	text-align: center;
	margin-bottom: 20px
}


.rr-confirmation-box {
	width: 100%;
    flex-wrap: nowrap;
    align-content: center;
    position: relative;
    margin: auto;
    background-color: #F2F6FF;
    padding: 40px;
    box-sizing: border-box;
    margin: 30px auto;
    font-size: 18px;
    font-family: Roboto, Arial;
    line-height: 28px;
    overflow: visible;
    text-align: left;
    word-wrap: break-word;
}

.rr-confirmation-box.consent-box-adj {background-color: #f6f9ff; padding-top: 80px; padding-bottom: 80px}

.rr-user-signature-container {
	margin-left: 40px;
	display: flex;	
	margin-bottom: 40px
}

.rr-user-signature-photo,
.rr-user-signature-photo img {
	max-width: 84px;
	max-height: 84px
}

.rr-user-signature-text-container {
	margin-left: 16px
}

.rr-user-signature-text {
	font-size: 16px;
    font-family: Roboto, Arial;
    display: block;
    margin: auto;
    position: relative;
    text-align: left;
    line-height: 28px;
    color: #25282B;
    
}

.os-form-row.rr-form-row-center {
    position: relative;
    display: block;
    margin: 11px auto 0px auto;
    width: 380px;
}


.rr-form-row-center .os-field-input {
	line-height: 38px;
    font-size: 17px;
    position: relative;
    width: 380px;
    margin: auto;
    font-family: 'Roboto';
}

.rr-form-row-center .os-field-input::placeholder {
	font-size: 17px;
	}

.rr-form-row-center .os-required-mark {
	right: 0;
    transform: translate(18px, 10px);
    top: 0;
	}


.os-form-row span.error {
    position: absolute;
    border: 1px solid transparent;
    box-sizing: border-box;
    border-radius: 4px;
    background-color: rgba(255, 0, 0, 0.1);
    z-index: 0;
    width: 380px;
    height: 40px;
    left: 180px;
    font-family: Roboto, sans-serif;
    color: red;
    padding: 0 8px;
    font-size: 17px;
    line-height: 40px;
    font-weight: normal;
    z-index: 0;
}

.os-form-row span.error.no-label {
    left: 0px;
}
	
.rr-signature-container .os-field-input.rr-error {
    background-color: #ffe5e4;
    border: 1px solid red;
}

.rr-signature-container .os-field-input.rr-error:hover {
	border: 1px solid #B4C2CD;
	background-color: #fcfdfd;
}

.os-field-input.rr-error::placeholder {
	color: red;	
}

.os-field-input.rr-error:hover::placeholder {
	color: #666;	
}

.rr-link {
	text-decoration: none;
    color: #2196F3;
    overflow-wrap: anywhere;
    cursor: pointer;
}

.rr-link:hover {
	color: #1058aa;
    text-decoration: underline;
}

@media ( max-width: 739px) {		
	.rr-checkbox-container {width: calc(100vw - 66px)}
	
	.rr-emailLink.rr-dropdown-btn {display: none}
	.rr-signature-container.rr-change-style, .rr-signature-container {padding: 0; background-color: transparent}
	.rr-signature-container-center {width: calc(100vw - 60px); }
	.rr-signature-container-center .os-required-mark {display: none}
	.rr-signature-container-center input {width: calc(100vw - 60px); }
	.rr-confirmation-box {padding: 24px}
	.rr-user-signature-container {margin: 0 0 40px 0}
	.rr-user-signature-photo {display: none}
	.rr-user-signature-text-container, .rr-user-signature-text {width: 100%; text-align: center}
	
	.os-form-row span.error {width: calc(100vw - 82px); left: 0px }
	
}

/*/////// CONSENT ///////*/

.os-highlight-container {
	display: inline-block;
	background-color: #F2F6FF;
	padding: 20px 20px;
    border-radius: 3px;
}

.os-highlight-container-title {
	display: inline-block;
    font-family: Roboto;
    font-style: normal;
    font-size: 18px;
    line-height: 20px;
    font-weight: 500;
    color: #2196F3;
    text-decoration: none;
    margin-right: 20px;
    cursor: pointer;
    margin-bottom: 5px;
}

.os-email-text {
	color: #25282B;
    font-size: 18px;
    font-family: Roboto;
    line-height: 24px;
    font-weight: 400;
    line-height: 28px;
}

.os-radio-row {
	margin-bottom: 20px
}

#os-primary-email-question {display: none}
#os-primary-email-question.show-question {display: block}
