	 /* styles for the slider */
	/* The switch - the box around the slider */
	select.form-control,input.form-control {
		width: 100%;
		background-color: #FFFFFF;
		border-bottom: 1px solid #A3A5A8;
		margin-bottom: 0px;
		font-size: 16px;
	}
	
	
	label.multi-select {
		height: 40px;
		color: #59595B !important;
		font-family: "Open Sans";
		font-size: 16px !important;
		letter-spacing: 0;
		line-height: 24px;
		margin-top: 0px !important;
		display: flex;
		align-items: center;
	}
	
	input, select {
		color: #59595B !important;
		font-size: 16px;
	}
	
	#mainform {
		padding-bottom: 24px;
	}
	
	#mainform label {
		color: #232323;
		font-family: Montserrat;
		font-weight: 500;
		font-size: 14px;
		line-height: 20px;
		letter-spacing: 0px;
	}
	
	label input {
		width: 40px;
	}
	
	#mainform select {
		cursor: pointer;
	}
	
	label.error {
		color: red !important;
		margin-top: 0px !important;
		margin-bottom: 0px !important;
	}
	
	
	.overSelect {
		position: absolute;
		left: 0;
		right: 0;
		top: 0;
		bottom: 0;
	}
	
	.successHeadline {
		display:flex;
		align-items: center;
		color: #00707E;
		padding-bottom: 10px;
	}
	
	.multi-container, .container-radio {
		display: none;
		z-index: 2;
		position: absolute;
		background-color: #F9F9FA;
		width: -webkit-calc(100% - 30px);
		width:    -moz-calc(100% - 30px);
		width:         calc(100% - 30px);
	}
	
	.multi-container {
		box-shadow: 1px 1px 6px 0 rgb(28 53 30 / 28%);
		padding-top: 5px;
		border: 1px #dadada solid;
	}
	
	.container-radio {
		box-sizing: border-box;
		border: 1px solid #DEDEDE;
		border-radius: 3px;
		box-shadow: 0 0 7px 0 rgb(0 0 0 / 23%);
		padding: 20px 10px 10px 10px;
		
		transform: translateY(-344px);
		
	}
	.close-content:before {
		content: "✖";
		background-color: #eee;
		padding: 0.5em;
		cursor: pointer;
	}
	.represent-selection p {
		margin-left: 20px;
		margin-bottom: 15px;
	}
	.represent-selection {
		margin-top: 25px;
	}
	.represent-selection div {
		display: flex;
		align-items: baseline;
	}
	.radio-represent {
		cursor: pointer;
		margin-right: 10px;
	}
	.title-text {
		font-size: 30px;
		/* line-height: 38px; */
		    /* font-size: 32px; */
		line-height: 48px;
		font-weight: 700;
		color: #2D3137;
		margin-bottom: 20px;
		font-family: 'OpenSans-Regular' !important;
	}
	p {
		margin: 0 0 15px;
	}
	.represent-selection .primanry-btn:hover {
		box-shadow: 0 0 10px 0 rgba(0, 0, 0, 0.21);
		cursor: pointer;
	}
	.container .primanry-btn:hover {
		outline: none;
		box-shadow: 0 0 10px 0 rgba(0, 0, 0, 0.21);
		cursor: pointer;
	}
	.container .primanry-btn:focus {
		outline: none;
	}
	
	.radio-represent {
		cursor: pointer;
		margin-right: 10px;
	}
	.container-radio p {
		margin: 0 0 15px;
	}
	.link-content {
		font-weight: 600;
		text-decoration: underline;
		cursor: pointer;
	}
	/* .mcb-section select#address-state, .mcb-section select#request-type, .mcb-section select#lifetouch-brand {
		color: #59595B !important;
		font-size: 14px;
		font-family: "OpenSans-Regular";
	} */
	span.title-text-blue {
		font-family: "OpenSans-Bold";
		font-size: 22px;
		line-height: 38px;
		color: #2D3137;
	}

	/* Other elements */
	/* .container-ccpa {
		background-color: #f2f2f2;
	} 
	.wrapper-privacy {
		padding-top: 7rem;
        padding-bottom: 7rem;
        width: 70%;
        margin: auto;
	}*/
	.privacy-heading {
		color: #974950;
    	text-transform: uppercase;
    	font-size: 1em;
    	margin: 0;
    	padding: 0 0 1em;
    	line-height: 1.2;
    	font-family: "Gotham SSm A", "Gotham SSm B", "Helvetica Neue", Helvetica, Arial, sans-serif, "Helvetica Neue", Helvetica, Arial, sans-serif;
    	font-weight: 700;
	}
	.privacy-subheading {
		margin-top: 30px;
		margin-bottom: 8px;
		font-weight: 600;
		font-size: 20px;
		line-height: 100%;
		letter-spacing: 0px;
		color: #232323;
	}
	form div {
		background: none;
		margin: 0px;
	}
	input[type="text"] {
		font-family: inherit;
		padding: .375rem .75rem;
	}
	input[type="text"].error {
    margin-bottom: 0px;
}
	
.wrapper-privacy .pcy {
    display: none;
}
.usconfirmtion h4 {
    font-weight: 600;
    font-size: 20px;
    line-height: 100%;
    letter-spacing: 0px;
    vertical-align: middle;
	color: #191919;
	margin: 0 auto;
}

/* Radio Design */

.radio-option {
  display: flex;
  align-items: flex-start;
  gap: 10px;
  margin-bottom: 15px;
  cursor: pointer;
  position: relative;
}

.radio-option input[type="radio"] {
  opacity: 0;
  position: absolute;
  cursor: pointer;
}

.custom-radio {
  width: 20px;
  height: 20px;
  border: 2px solid #00707E;
  border-radius: 50%;
  flex-shrink: 0;
  position: relative;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 13px;
  color: white;
  background-color: white;
}

.radio-option input[type="radio"]:checked + .custom-radio {
  background-color: #00707E;
  color: #fff;
}

.radio-option input[type="radio"]:checked + .custom-radio::after {
  content: '✓';
  font-weight: bold;
}

.radio-option p {
  	margin-left: 9px;
    color: #232323;
    font-weight: 400;
    font-size: 18px;
    line-height: 140%;
    letter-spacing: 0px;
}
button#continue-flow {
    margin-top: 36px;
}
#auth-rep-instructions .content-text {
    margin: 0 auto !important;
}
.content-text p {
    font-weight: 400;
    font-size: 18px;
    line-height: 140%;
    letter-spacing: 0px;
}
#mainform input[type="text"], #mainform select, #mainform input[type="tel"] {
    gap: 8px;
    opacity: 1;
    border-radius: 4px;
    padding-top: 8px;
    padding-right: 12px;
    padding-bottom: 8px;
    padding-left: 16px;
    border: 1px solid #929497;
	height: var(--component-height, 50px);
}
.mcb-wrap-inner .content-text .container {
    padding-left: 0;
    padding-right: 0;
}

select#school_dropdown option:hover, select#school_dropdown:focus option {
	background-color: #F5F5F5;
	color: #232323;
}

@media screen and (max-width:1170px){
	#auth-rep-instructions .content-text {
		margin: 0 auto !important;
		padding-left: 15px;
		padding-right: 15px;
	}
	
}