@CHARSET "UTF8";

.dialog::backdrop {
  display:none;
  background: #aaa url(images/ui-bg_flat_0_aaaaaa_40x100.png) 50% 50% repeat-x;
}

.ui-dialog {
  max-width:90%;
}

.placeholder {
 color: #aaa;
}

.accordion > div {
	display:none;
}

#AppointmentSearchForm { 
	display:none;
}

.hide {
	display:none;
}

.active div.hide {
	display:block;
}

.header-logos {
  float: left;
  width: 22rem;
}

.header-logos img {
  image-rendering: -moz-crisp-edges;         /* Firefox */
  image-rendering:   -o-crisp-edges;         /* Opera */
  image-rendering: -webkit-optimize-contrast;/* Webkit (non-standard naming) */
  image-rendering: crisp-edges;
  -ms-interpolation-mode: nearest-neighbor;  /* IE (non-standard property) */
}

.header-logos {
  background: url(/tpl/IdentoGO/branding/20170927_identogo_logo_x1.png);
  background-size:220px 61px;
  height:61px;
  width:220px;
}

@media 
(-webkit-min-device-pixel-ratio: 1.5), 
(min-resolution: 144dpi) {
  .header-logos {
    background: url(/tpl/IdentoGO/branding/20170927_identogo_logo_x1_5.png);
    background-size:220px 61px;
  }
}

@media 
(-webkit-min-device-pixel-ratio: 2), 
(min-resolution: 192dpi) {
	.header-logos {
	  background: url(/tpl/IdentoGO/branding/20170927_identogo_logo_x2.png);
	  background-size:220px 61px;
	}
}

@media 
(-webkit-min-device-pixel-ratio: 3), 
(min-resolution: 288dpi) {
  .header-logos {
    background: url(/tpl/IdentoGO/branding/20170927_identogo_logo_x3.png);
    background-size:220px 61px;
  }
}

@media 
(-webkit-min-device-pixel-ratio: 4), 
(min-resolution: 384dpi) {
  .header-logos {
    background: url(/tpl/IdentoGO/branding/20170927_identogo_logo_x4.png);
    background-size:220px 61px;
  }
}

@media 
(-webkit-min-device-pixel-ratio: 5), 
(min-resolution: 480dpi) {
  .header-logos {
    background: url(/tpl/IdentoGO/branding/20170927_identogo_logo_x5.png);
    background-size:220px 61px;
  }
}

.language-selection {
  text-align: right;
  position:absolute;
  right:1px;
  bottom:2px;
  display: inline-block;
  line-height: initial;
  overflow:hidden;
}

.language-selection li,
.language-selection li:before, 
.language-selection li a {
	display: inline;
	line-height:100%;
	vertical-align:bottom;
	list-style: none;
}

.language-selection li:first-child::before {
	content: "";
}

.language-selection li:before {
  content: " "
}

.language-selection li {
	display:none;
}

.language-selection ul,
.language-selection i {
  vertical-align:bottom;
  display:inline;
}


.language-selection .active {
	font-weight:bold;
	display:inline;
}

.top-header-row {
  clear: both;
  background: #FFFFFF;
}

.branding-row {
	padding: 0.2rem 0.2rem;
	overflow: auto;
}

.branding-row-inside {
	position:relative;
	overflow: auto;
}

.header-siteinfoline {
	clear:both; 
	overflow:auto;
	background:#F7F7F7;
	border-bottom: 1px solid #CDCDCD;
  border-top: 1px solid #CDCDCD;
	color:#353535;
  padding: 0.2rem 0.2rem;
  font-size: 4rem;
  font-weight: bold;
}

.header-sitename, .header-pagename {
  margin:0;
  padding:0;
}

.header-sitename {
	float:left;
}

.header-pagename {
	display:none;
}

.page-infotext {
	text-align: center; 
	background: #FFFFFF;
  border-bottom: 1px #CDCDCD solid;
	margin: 0;
	padding: 1em;
	clear:both;
}

html {
	font-size: 62.5%;
  min-height: 100%;
}

body {
	position: relative;
	min-height: 100%;
	font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
	font-size: 14px;
	line-height: 1.42857143;
	margin:0;
  color: #353535;
  background:#2D2D2D;
}

.page-content {
	margin-left:auto; 
	margin-right:auto; 
	width:auto; 
	min-height:400px; 
	padding-bottom:2rem; 
	padding-top:1rem;
	padding-left: 1rem;
  padding-right: 1rem; 
	background:#FFFFFF;
}

div.copyright {
  border-top:0;
}

.footer .footertext,
.footer .footertext span,
.footer .copyright {
  color:#EAEAEA;
  font-weight:bold;
}

div.footertext, .footertext {
  background:#2D2D2D;
  text-align:center;
  margin:0;
  padding-top:1em;
  padding-bottom:1em;
}

.footer a {
  color:#EAEAEA;
}

.footer .copyright {
  color:#EAEAEA;
  background:transparent
}


.img-responsive {
    display: block;
    max-width: 100%;
    height: auto;
}

img {
  vertical-align: middle;
  border: 0;
}

/* PublicMenu */
.publicMenuActionBoxes {
  min-height:314px;
  background-color:#F7F7F7;
  border-radius:2px;
  width:210px;
  margin:.5ex;
  padding:2.6ex;
  display:inline-block;
  vertical-align:top;
}

.publicMenuActionBoxes h2 {
  margin:1ex;
  font-size:1em;
  text-align:center;
  color:rgb(0, 60, 115);
  min-height: 40px;
}

button,
.jquiButton,
.ui-state-default, .ui-widget-content .ui-state-default,
.ui-dialog .ui-button,
input[type="submit"] {
  font-size:1em;
  font-weight: normal;
  text-decoration: none;
  border:0;
  background: #3e97d3;
  color: white;
  box-shadow: 3px 3px 6px #585858;
  margin: 3px 3px 6px 3px;
  border-radius:2px;
}

button.ui-state-hover,
button:focus,
.jquiButton.ui-state-hover,
.jquiButton:focus,
.ui-dialog .ui-button.ui-state-hover,
.ui-dialog .ui-button:focus {
  background: #297db5;
  color: #FFFFFF;
}

.ui-accordion .ui-accordion-header {
  font-size:.8em;
  font-weight: normal;
  text-decoration: none;
  border:0;
  background: #3e97d3;
  color: white;
  box-shadow: 3px 3px 6px #585858;
  margin: 3px 3px 6px 3px;
}

.ui-accordion .ui-accordion-header:hover,
.ui-accordion .ui-accordion-header:focus {
  background: #297db5;
  color: #FFFFFF;
}

.ui-accordion .ui-accordion-content {
  padding:1ex;
}

.ui-widget-header {
	background:transparent;
	border:0;
}

.ui-widget-header {
}

#AppointmentSearchForm .ui-widget-content,
#AppointmentSearchForm {
	background:transparent;
	border:0;
}

.ui-tabs .ui-tabs-nav li.ui-tabs-active {
  background: #234190;
  border: 0;
  font-weight: bold;
}

.ui-state-default a, .ui-state-default a:link, .ui-state-default a:visited {
  color: #f7f7f9;
}

.ui-tabs .ui-tabs-nav li.ui-tabs-active a,
.ui-tabs .ui-tabs-nav li.ui-tabs-active a:active,
.ui-tabs .ui-tabs-nav li.ui-tabs-active a:focus,
.ui-tabs .ui-tabs-nav li.ui-tabs-active a:focus
.ui-tabs .ui-tabs-nav li.ui-tabs-active li:focus {
	color: #f7f7f9;
	border:0;
	outline:none;
}

.ui-tabs .ui-tabs-nav {
	text-align:center;
}

.ui-tabs .ui-tabs-nav li {
	display:inline-block;
	float:none;
	margin:1.4rem;
}

#regionList button {
	display: block;
  margin: 0 auto;
  margin: 1rem auto;
}

#regionEntry {
	text-align: center;
}

#zipCodeEntry {
	text-align:center;
}

#zipCodeEntry label {
	display:block;
	padding:2rem;
}

#publicMenuActionBoxNew .jquiButton.ui-state-hover,
#publicMenuActionBoxNew .jquiButton:focus,
button.jquiButton.goAttract:focus {
  background: #078400;
  color: #FFFFFF;
}

.publicMenuActionBoxExplain {
  font-size:1.2rem;
  padding-bottom:1rem;
  text-align:left;
}

.publicMenuActionBoxes input {
  max-width:95%;
}

#publicMenuActionBoxNew .jquiButton, 
div.sessionDoneButton .jquiButton, 
button.goAttract {
  width:100%;
  color:white;
  border:0;
  background: #1FB903;
  white-space: normal;
}

#publicMenuActionBoxNew .jquiButton.ui-state-hover, 
div.sessionDoneButton .jquiButton.ui-state-hover,
button.goAttract.ui-state-hover {
	background: #078400;
  color: #FFFFFF;
}

.publicMenuActionBoxes > p {
  font-size:.9em; 
  text-align:left; 
  min-height:100px;
}

button {
  box-shadow: 3px 3px 6px #585858;
  margin: 3px 3px 6px 3px;
}

.DataEntryField {
	overflow:auto;
}

.TPL-DynaForm .field-varAliasHeader__2,
.TPL-DynaForm .field-varAliasHeader__3,
.TPL-DynaForm .field-varAliasHeader__4,
.TPL-DynaForm .field-varAliasHeader__5 {
	width: auto;
	display: block;
	height: 0px;
	border-bottom-color: rgba(95, 138, 164, 0.4);
	border-bottom-style: solid;
	border-bottom-width: 1px;
}


.TPL-DynaForm #removeAliasButton__2,
.TPL-DynaForm #removeAliasButton__3,
.TPL-DynaForm #removeAliasButton__4,
.TPL-DynaForm #removeAliasButton__5 {
	margin-top: 1.4em;
}

.TPL-DynaForm .field-addAliasButton {
	display:block;
}

.TPL-ApplicationDetails .DataEntryField,
.DataEntryForm .DataEntryField {
	text-align: left;
  max-width: 420px;
  margin: 1rem auto;
  border-bottom: 1px solid rgba(95, 138, 164, 0.4);
  padding: 1rem;
}

.TPL-ApplicationDetails .active .DataEntryField {
  border-bottom-color: #5f8aa4
}

.TPL-ApplicationDetails .DataEntryField label, 
.TPL-ApplicationDetails .DataEntryField input,
.TPL-ApplicationDetails .DataEntryField select,
.TPL-ApplicationDetails .DataEntryField button,
.TPL-ApplicationDetails .DataEntryField .icon,
.TPL-ApplicationDetails .DataEntryField h3 {
  opacity: .4;
}

.TPL-ApplicationDetails .DataEntryField label {
  padding-bottom: .5em;
}


.TPL-ApplicationDetails .active .DataEntryField label, 
.TPL-ApplicationDetails .active .DataEntryField input,
.TPL-ApplicationDetails .active .DataEntryField select,
.TPL-ApplicationDetails .active .DataEntryField button,
.TPL-ApplicationDetails .active .DataEntryField .icon,
.TPL-ApplicationDetails .active .DataEntryField h3,
.TPL-ApplicationDetails .active .DataEntryField .icon.fa-check-circle {
  opacity: 1;
}

 .TPL-ApplicationDetails .active .DataEntryField label {
  padding-bottom: 0; 
} 

.TPL-ApplicationDetails .future,
.DataEntryForm .future {
	display: none;
}

.TPL-ApplicationDetails .DataEntryField label,
.TPL-SFArchDioceseLocation .DataEntryField label,
.TPL-ApplicationDetails .DataEntryField h3 {
	display: block;
	font-weight: bold;
	font-size:1.6rem;
}

.TPL-ApplicationDetails .DataEntryField h3 {
	margin-bottom:1rem;
}

.no-close .ui-dialog-titlebar-close {
  display: none;
}

.no-titlebar .ui-dialog-titlebar {
  display: none;
}

.ui-dialog .ui-dialog-buttonpane .ui-dialog-buttonset {
	float: none;
	text-align: center;
}

.ui-dialog .ui-dialog-buttonpane {
	border:0;
}

input, select {
	height:2em;
	max-width:99%;
}

.validInput {
	color:green;
	font-size:2rem;
	vertical-align:middle;
	display:none;
}

input[disabled] {
	background:transparent;
	border-color:transparent;
	color:black;
}

select[disabled] {
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  background:transparent;
  border-color:transparent;
  color:black;
  
  min-width: 0 !important;
  height: 20px;
  text-overflow: ellipsis;
}

.loading {
	color: #234190;
}

input[type="checkbox"], 
input[type="radio"] {
	vertical-align:middle;
  visibility:hidden;
}

#collectBackgroundCheckType label {
	float:left;
	line-height:2em;
}

#collectBackgroundCheckType label.disabled {
	cursor:default;
}


#collectBackgroundCheckType label span {
	vertical-align:top;
}

#collectBackgroundCheckType button {
	float:right;
}

.icon.fa-check-square,
.icon.fa-check-circle {
  color:#234190;
}

label.disabled .icon,
label.disabled span {
  color: #9C9C9C;
  cursor: default;
}

td.secondarycolumn1,  
td.secondarycolumn2 {
  vertical-align: middle;
}

div#timesgohere select {
  height: auto;	
}

div#timesgohere form {
	padding-top:.4rem
}

input[type="submit"] {
  margin: 1rem;
  padding-left: 1rem;
  padding-right: 1rem;
  vertical-align: top;
}

table.scheduler td {
	padding:1rem !important;
}

div.groupheader, div.FieldGroupHeader {
  position: initial;
  background-color: transparent;
  color: #234190;
  font-weight: normal;
  text-align: left;
  padding: .4rem;
  padding-left:1rem;
  margin-top: 10px;
  border-bottom: 2px solid #3e97d3;
  font-size: 1.5rem;
  text-transform: uppercase;
  font-weight: bold;
  letter-spacing: 0.1rem;
  clear: both;
}

div.groupbody {
  height:auto;
  position: initial;
  background: transparent;
  border: 0;
  text-align: left;
  padding:.5rem;
  clear:both;
}

.groupbody-final {
	background: transparent;
}

div.fieldentity {
  position: relative;
  display: inline-block;
  border: 0;
  margin: 0;
  padding: .4rem;
  padding-right: 16px;
  text-align: left;
  font-size: 0.69em;
  max-width:100%;
}

div.fieldentity input,
div.fieldentity select {
  max-width:100%;
  padding-left: 4px;
  padding-right: 4px;
}

div.erroricon {
	right: 12px;
	bottom: 16px;
  top: auto;
}

.TPL-ApplicationDetails div.erroricon {
  right: 3px;
  bottom: 9px;
  top: auto;
}

div.erroricon a {
	width: 16px;
  display: block;
}

div.outercontainer {
	width:auto;
}
  
div#db_submitbutton {
	text-align:right;
	margin:0;
	padding:0;
	font-size:initial;
	display:block;
}

.fieldentity.aliasRemoveLink {
  left: auto !important;
}

.fieldentity label {
	font-size:1rem;
	display:block;
}

.fieldentity input, 
.fieldentity select {
  font-size: 1.6rem;
  padding-left:0;
  padding-right:0;
}

.DataEntryField label,
.fieldentity label,
.fieldentity .required {
  letter-spacing: 0.05rem;
  font-size: 1.4rem;
  text-transform: lowercase;
  padding-left: 0.5rem;
}

#collectCRI .fieldentity label {
	text-transform: none;
}

div#demographic_bottom, div.submitarea {
	height: auto;
	border: 0;
	background-color: #79d24a;
	padding: 1rem;
	text-align:right;
}

.validateSectionChangeRow {
	margin-top: 0;
  margin-bottom: 2rem;
  background-color:#9999FF
}

#RemoveAliasLinkTemplate {
	display:none;
}

div.fieldentity .aliasCounter {
	font-size: 3rem;
	line-height: 2rem;
	color: #bbbbbb;
	font-weight: bold;
	vertical-align: middle;
	padding-left: 1.5rem;
}

.phoneType select {
  min-width: 12rem;
}

.fieldGroup {
	float:left;
	max-width:100%;
}

div.submitarealeft,
div.submitarearight,
.submitarealeft, 
.submitarearight {
	vertical-align:middle;
}

div.submitarealeft,
.submitarealeft {
  color: white;
  text-transform: uppercase;
  letter-spacing: .1rem;
  font-weight: bold;
  font-size: 1.8rem;
}

div.submitarearight,
.submitarearight {
	font-size:1.7rem;
}

.submitarearight button {
	min-width:8rem;
} 

.groupheader button {
  font-size: .8rem;
  letter-spacing: .1rem;
  font-weight: normal;
  text-transform: uppercase;
}

.groupheader form {
	display: inline-block;
}

div.verificationentity {
	background: 0;
	border: 0;
}

.tablelayout {
	display:table;
}

.tablerow {
	display:table-row;
}

.tablecell {
	display:table-cell;
}

.verificationScreen .tablecell {
	padding:0;
}

.verificationScreen .tablecell:first-child {
	font-weight:bold;
	padding-right:2rem;
}

.fieldLabel,
#locationGroup b,
.groupbody-final .tpllist b {
	display:block;
	letter-spacing: 0.1rem;
	font-weight:bold;
}

.verificationentity .fieldLabel,
#locationGroup b, 
#finalscreen-applicationdetails.groupbody-final .tpllist b{
  text-transform:lowercase;
}

.fieldContent {
	
}

.addressLine {
	display:block;
}

div.paymentSectionContent, div.paymentSectionLabel {
	background:0;
}

.payTypeConditional {
	display:none;
}

.payTypeSelection .icon {
  vertical-align: middle;
  margin-right: 1rem;
}

.payTypeSelection label {
  min-height: 3rem;
  display: inline-block;
  padding: 1rem;
  word-wrap: break-word;
  letter-spacing:0.1rem;
}

.paymentTypeSelection {
	padding-bottom: 1rem;
}

.payTypeButton {
	padding-top: 1rem;
	padding-bottom: 1rem;
}

.payTypeReferralCode {
	padding-top:2rem;
	padding-bottom:2rem;
	margin-left:1rem;
}

.payTypeReferralCode label {
	display:block;
	font-style:italic;
}



#PaymentForm {
	padding: 10px;
}

#PaymentForm h2 {
	font-weight: 600;	
}

#ReferralCodeLabel {
  padding-left: 8rem;
  display:none;
  font-style:normal;
  letter-spacing:0.1rem;
}

.icon.checkbox {
	vertical-align:middle;
}

.payTypeButton {
	display:none;
}

.TPL-PaymentCollection #infoLine {
  font-size: 1.9rem;
  width: auto;
}

.payTypeConditional.billing_account .groupBody {
	margin-top:1rem;
}

.payTypeConditional.check .groupBody {
	margin-top:1rem;
}

#finalscreen-applicationdetails .tpllist {
	padding-bottom:1rem;
}

#LoadingModal {
	text-align:center;
}

div.required.hidden {
	display:none;
}

#schedulermain table.scheduler {
  margin: 0 auto;
}

#schedulermain table.schedulerheader {
  margin: 0 auto;
}

#schedulermain #ScheduleHeading, 
#schedulermain #ScheduleBody {
	text-align: left;
	display:inline-block;
	max-width: 100%;
	width: 100%;
}

#schedulermain .weekNavigation {
	text-align:center;
}

#schedulerInstructionsGrid {
	display:none;
}

.TPL-AppointmentScheduler .GridPage,
.TPL-AppointmentScheduler .initialHide {
	display:none;
}

.TPL-AppointmentScheduler .locationRow {
	clear:both;
	overflow:auto;
}

.TPL-AppointmentScheduler #headerRow,
.TPL-AppointmentScheduler .locationDaySection {
	overflow:auto;
	display:table;
}

.TPL-AppointmentScheduler .locationDaySection {
  padding-left: 2rem;
  padding-bottom: 1rem;
}

.TPL-AppointmentScheduler .locationInfoSection {
	width:100%;
	padding:0;
	display: block;
}

.TPL-AppointmentScheduler .locationInfoSection button {
	display:block;
	margin-left:auto;
	margin-right:auto;
}

.TPL-AppointmentScheduler .header .locationDayInstance {
  color: #f7f7f9;
  text-align: center;
  height: 100%;
  vertical-align: middle;
}

.TPL-AppointmentScheduler .locationDetails span,
.ui-dialog .directions .locationDetails span {
	display:block;
}

.TPL-AppointmentScheduler .locationDayInstance span.timecellDate,
.TPL-AppointmentScheduler .locationDayInstance span.timecellDispo {
	display:table-cell;
}

.TPL-AppointmentScheduler .locationRow.even .locationDayInstance span.timecellDate,
.TPL-AppointmentScheduler .locationRow.even .locationDayInstance span.timecellDispo {
  border-bottom: 1px solid #bacfe4;
}

.TPL-AppointmentScheduler .locationRow.odd .locationDayInstance span.timecellDate,
.TPL-AppointmentScheduler .locationRow.odd .locationDayInstance span.timecellDispo {
  border-bottom: 1px solid #d9e1e6;
}

.TPL-AppointmentScheduler .locationDayInstance span.timecellDate {
  padding-right:1em;
}

.TPL-AppointmentScheduler .locationDetails .name {
	font-weight:bold;
}

.TPL-AppointmentScheduler .locationRow.odd {
	background: #bacfe4;
}

.TPL-AppointmentScheduler .locationRow.even {
	background: #d9e1e6;
}

.TPL-AppointmentScheduler .requestDirections {
	font-size:1rem;
	float:right;
	padding:1rem;
}

.locationNavigationSection {
  display: table-cell;
  color: #f7f7f9;
  padding-left:300px;
}

.ui-dialog .directions .locationDetails {
  border-bottom: 1px solid #234190;
  margin-bottom: 2rem;
  padding-bottom: .4rem;
}

.locationInfoSection .locationDetails {
	padding: 1rem;
}

.template {
	display:none
}

.topFixed {
  display: none;
}

#ScheduleHeading {
	background: #234190;
}

#ScheduleHeading #headerRow {
	height:auto;
}

#ScheduleHeading .header {
	display:none;
}

#ScheduleHeading .header.active {
	display:inline-block;
}

#ScheduleHeading #headerRow .criteriaInfo,
#ScheduleHeading #headerRow .criteriaInfo span {
	color: #f7f7f9;
}

#ScheduleHeading #headerRow .locationInfoSection button {
	font-size:1rem;
}

#ScheduleHeading #headerRow .locationInfoSection {
	text-align:center;
}

#ScheduleHeading #headerRow .navigation .locationInfoSection {
	position:absolute;
	bottom:0;
}

#ScheduleBody .closed {
  color: #999999;
  font-weight: bold;
}

.TPL-AppointmentScheduler .navigation {
  position:relative;
  height:6rem;
  padding-top:0.4rem;
}

#navigationPrevWeek {
  display:none;  /* unless you're doc brown, your not going to the past when we load up this page */
  position: absolute;
  left: .4rem;
  top: .4rem;
}

#navigationNextWeek {
	position:absolute;
	top:0.4rem;
	right:0.4rem;
}

.locationDayInstance {
	display:none;
}

.locationDayInstance.active {
	display:table-row;
  line-height: 4rem;
  height: 4rem;
}

.commercialCenter,
.serviceOptions {
	display:none;
	min-height:25px;
	padding-top:1rem;
}

.commercialCenter {
	padding-left:1rem;
}

.commercialCenter.active,
.serviceOptions.active {
  display: inline-block;
}

.locationRow .locationInfoSection {
    padding: 1rem;
}

.location-sprite {
	background: url(../graphics/location_sprites.png) no-repeat;
	display:inline-block;
}

.featureO{
  background-position: -25.999999999999993px -51px ;
  width: 25px;
  height: 25px;
}

.featureS{
  background-position: 0 -51px ;
  width: 25px;
  height: 25px;
}

.featureP{
  background-position: -54px -26px ;
  width: 25px;
  height: 25px;
}

.featureF{
  background-position: -26px -25px ;
  width: 25px;
  height: 25px;
}

.featureL{
  background-position: 0 -25px ;
  width: 25px;
  height: 25px;
}

.featureH{
  background-position: -53px 0;
  width: 25px;
  height: 25px;
}

.featureC{
  background-position: -26px 0;
  width: 25px;
  height: 25px;
}

.featureCommercialCenter{
  background-position: 0 0;
  width: 25px;
  height: 25px;
}

.featureB{
  background-position: -80.00000762939453px 0;
  width: 25px;
  height: 25px;
}

.featureN{
  background-position: -79.00000762939453px -27px ;
  width: 25px;
  height: 25px;
}

#ShowNextPage {
  font-size: 1.4rem;
}

#collectAgencyDestinationManual .DataEntryField .fieldLabelGroup {
	display:inline-block;
	vertical-align:top;
}

#collectAgencyDestinationManual label {
	font-size:1.4rem;
	padding-top:2rem;
}

#collectAgencyDestinationManual h3 {
	font-weight:bold;
}

#collectAgencyDestinationManual .info {
	background:transparent;
}
#collectAgencyDestinationManual .info p {
	margin:0 auto;
	text-align:justify;
	max-width:480px;	
}

#regionMap img {
  height:auto;
  width:auto;
  max-width:100%;
  max-height:300px;
}

div.screen {
	margin-top:0;
}

.TPL-ApplicationDetails .fieldLabelGroup {
	position:relative;
	padding-right:6px;
}

.TPL-VerificationScreen #varResidedOtherStates.verificationentity .fieldLabel{
  text-transform: none;
}

.TPL-VerificationScreen #varHowManyOtherStates.verificationentity .fieldLabel{
  text-transform: none;
}

.top-header-row #StartOverButton {
	position:absolute;
	right:0;
	top:0;
	font-size:1rem;
}

abbr[title] {
	border-bottom:0;
}

#popupTimePick {
	text-align:center;
}

#popupTimePick select {
  height: auto;
  min-height: 16rem;
}

#varAgencyDestinationGroup {
  display: inline-block;
  left: -14px;
  position: relative;
}

#varAgencyDestinationGroup label {
  display:inline-block;
}

#varAgencyDestinationGroup label span {
	display:block;
}

@media print {
  .branding-row,
  .header-siteinfoline {
    padding-top:0;
    padding-bottom:0;
  }
}


#CollectAgencyDestinationSubmit {
	display:inline-block;
	vertical-align:bottom;
}

#NoMatchingContributingAgencies {
	margin-top:4rem;
}

#varAgencyDestinationGroup i, 
#varAgencyDestinationGroup label {
	vertical-align:middle;
}

.TPL-AppointmentScheduler #ScheduleHeading .locationDaySection {
   display: none;
 }
 
.closed br {
    content: " ";
}

.closed br:after {
    content: " ";
}

span.nobr {
  white-space: initial;
}

.locationRow .locationInfoSection span {
  display: block;
}

.TPL-FinalScreen {
  margin: 0 auto;
  max-width: 100%;
  width: 700px;
}

.TPL-FinalScreen #RegisterAnother {
	float:left;
}

.TPL-FinalScreen #SavePDF {
  float:left;
}

.TPL-FinalScreen #Print {
	float:right;
}

.ui-tabs .ui-tabs-nav li.ui-tabs-active {
  margin:1.4rem;
  padding:0;
}

.TPL-PublicMenu button,
.TPL-PublicMenu .ui-accordion .ui-accordion-header, 
.TPL-PublicMenu .jquiButton {
	box-shadow: none;
}

.TPL-PublicMenu #images{
  text-align:center;
  margin: 2.125em auto;
  margin-bottom:0em;
}

.TPL-PublicMenu #images a{
  margin: 0em 3em;
  display:inline-block;
  text-decoration:none;
  color:black;
}

.TPL-PublicMenu #icontext{
  font-weight:bold;
  padding-top: 1.25em;
  font-size: 1.25em;
}

.TPL-PublicMenu .welcomemessage, .welcometitle{
  text-align: center;
  padding-top: 1rem;
  font-weight: bold;
  font-size: 1.6rem;
}

.TPL-PublicMenu .welcometitle {
  font-size: 3.2rem;
}

.ConfEmailWarning {
  padding-top: 1rem;
  text-align: center;
}

.TPL-PublicMenu .iconsection {
  text-align: center; 
  padding-top: 3rem; 
  font-weight: bold; 
  border-top: 0.125em solid #CDCDCD;
  font-size: 1.6rem;
}

.TPL-PublicMenu .welcomeicon {
  text-align: center;
  width: 75px;
  height: 75px;
  border: 0px; 
}

button.jquiButton,
.ui-dialog .ui-button {
  padding: .4em 1em;
}

#ScheduleBody .locationRow .timecellDispo .jquiButton {
  padding: 0.2rem 0.8rem;
}

.ui-button-text-only .ui-button-text {
	padding: 0;
}

#NoMatchingContributingAgenciesTypeAhead {
	margin-top: 3rem;
}

#collectAgencyDestinationTypeAhead label[for='varAgencyDestinationSearch'] {
  font-weight: normal;
  font-size: 1.4rem;
  margin-top: 1rem;
}

.varAgencyDestinationItem {
	margin-bottom: 1.2rem;
}

.varAgencyDestinationItem label span {
	font-size: 1.2rem;
}

#collectAgencyDestination:not(.future):not(.active) .fa-check-circle {
  color:green;
}

.paymentDisplayBlock p {
  padding-bottom: 1em;
}

.footer .copyright, 
.footer .copyright a {
	color:#737373;
}

.footer .copyright {
	overflow:auto;
}

.footer .copyright a:hover, 
.footer .copyright a:focus {
  color: #FFFFFF;
  text-decoration: none;
}

.footertext.float {
	display:none;
}

b {
  font-weight:bold;
}

p {
	padding-top:.2em;
	padding-bottom:1em;
}

p + ul {
  margin-top:-1em;
}

p + pre {
	margin-top:-1em;
}

ul {
	list-style:square;
	padding-bottom:1em;
	padding-left:2em;
}

pre {
	padding-top:.2em;
	padding-bottom:1em;
	padding-left:2em;
}

ul.payTypeSelection {
	list-style:none;
	padding:0 0 1em 0;
}

.TPL-PersonalReview .itemsSelectedCurrently,
.TPL-FinalScreen .itemsSelectedCurrently {
  width:600px;
  max-width:100%;
  margin-left:auto;
  margin-right:auto;
  margin-top:6rem;
  border: 1px solid #CDCDCD;
}

.TPL-FinalScreen .itemsSelectedCurrently {
	margin-top:-0.4em;
  border: 0;	
}

.TPL-PersonalReview .itemsSelectedCurrently .heading,
.TPL-FinalScreen .itemsSelectedCurrently .heading {
  padding:.8rem;
  background: #F7F7F7;
  font-weight:bold;
  text-transform: lowercase;
}

.TPL-PersonalReview .priceDottedRow,
.TPL-FinalScreen .priceDottedRow {
  overflow:auto;
  margin:1em;
}

.TPL-FinalScreen .priceDottedRow {
  margin:.1em;
}

.TPL-PersonalReview .priceDottedRow .desc,
.TPL-FinalScreen .priceDottedRow .desc {
  border-bottom:0;
  float:left;
  display:inline-block;
  text-transform: lowercase;
}

.TPL-PersonalReview .priceDottedRow .price,
.TPL-FinalScreen .priceDottedRow .price {
  border-bottom:0;
  float:right;
  display:inline-block;
}

.TPL-FinalScreen .priceDottedRow.total {
	border-top:.4rem double #cdcdcd;
}

.TPL-FinalScreen .priceDottedRow.total .price span {
  font-weight:bold;
}

/* the below items are for the email to be sent */
.EmailMode {
	background: #FFFFFF !important;
}

.EmailMode .groupbody-final {
  text-align: left;
  padding-left: 1rem;
}

.EmailMode .footertext {
  color: #FFFFFF;
}

.EmailMode .copyright {
  background: #2D2D2D;
  color: #FFFFFF;
  padding-bottom: 1em;
  text-align: center;
}

.userInfo {
  float:left;
  padding-top:0.6rem;
  padding-right:3.0rem;
}

#foundRecordDetailsCardscan .cancelAppointment,
#foundRecordDetails .changeAppointment, 
#foundRecordDetails .cancelAppointment {
  min-width: 250px;
  margin-top: 1rem;
  margin-bottom: 1rem;
}

#foundRecordDetails + .ui-dialog-buttonpane,
#foundRecordDetailsCardscan + .ui-dialog-buttonpane,
#foundRecordDetailsWalkIn + .ui-dialog-buttonpane,
#foundRejectionDetails + .ui-dialog-buttonpane,
#foundRejectionDetailsCardscan + .ui-dialog-buttonpane {
	display:none;
}

#confirmCancel .actionBar,
#foundRecordDetails .actionBar,
#foundRecordDetailsCardscan .actionBar,
#foundRejectionDetails .actionBar,
#foundRejectionDetailsCardscan .actionBar,
#collectOCA_invalid .actionBar,
#collectNewOCA .actionBar {
	overflow:auto;
	margin:3rem auto 1rem auto;
	text-align:center;
}

#confirmCancel div,
.publicMenu div {
  margin:4rem auto 1rem auto;
  text-align:center;
}

#foundRejectionDetails div,
#foundRejectionDetailsCardscan div,
#foundRecordDetails div,
#foundRecordDetailsCardscan div {
  margin:0;
  text-align:left;	
}

.publicMenu .startOver {
	margin:4rem auto 1rem auto;
	display:block;
	font-size:1rem;
}

#foundRecordDetails .section,
#foundRecordDetailsCardscan .section,
#foundRejectionDetails .section,
#foundRejectionDetailsCardscan .section {
	margin-top:1rem;
	margin-bottom:1rem;
}

#foundRecordDetails .applicantName {
  font-weight:bold;
}

@media print {
  .header-siteinfoline {
    border-bottom: 0;
    border-top: 0;
  }
}

.htmlrender-radio{
	float:left;	
}

.htmlrender-radio label{
	float:right;	
}

input#varTL13_APP.htmlrender{
	clear:both;
}

#CALWORKSCDE div.fieldentity {
	vertical-align: bottom;
	display: block;
	clear: both;
}
	
.errorRequired{
	color: red;
}

.errorNeedsEmpty{
	color: blue;
}

#collectNewOCA .fieldentity {
	display: block;
}

#SelectNewLocation p + ul {
  margin-top:0;
}

.htmlrender-checkbox > i.icon {
  vertical-align:sub;
}

.htmlrender-checkbox > label.htmlrender {
  display:inline-block;
  text-transform:none;
}

.payment-table-area {
		margin-top: 15px;
		background-color: #dbf0ff;
		padding-top: 10px;
		padding-bottom: 10px;
}
	
.payment-table-area .payment-table {
	margin-left: auto;
	margin-right: auto;
	border-collapse: collapse;
}

.payment-table-area .payment-table .payment-type {
  text-transform: lowercase;
  padding-right: 30px;
}

.payment-table-area .payment-table .payment-amount {
	text-align:right
}

.payment-table-area .payment-table .payment-description {
	padding-left: 20px;
}

.payment-table-area .payment-table .last-row {
	border-top: medium solid #52a2d7;
	font-weight: bold;
}

.hidden {
	visibility: hidden;
}

button.chosen {
  color: black;
  background: 0;
  border: 0;
  padding: 0;
  box-shadow: none;
  opacity: 1;
  text-align: left;
}

.TPL-AHCA #collectAgency .fieldentity {
  display: block;
  text-align: center;
}

.TPL-AHCA #collectAgency .fieldentity.chosen {
  font-size:1em;
  display:inline;
  text-align: left;
}

.TPL-AHCA #collectAgency .fieldentity button {
  min-width: 274px;
  min-height: 30px;
}

.TPL-ApplicationDetails .DataEntryField #varAgency {
  max-width:350px;
  margin-left:4px;
}

.fieldentity.error.haveBlurred label,
.haveSubmitted .fieldentity.error label {
  color:red;
}

.fieldentity.error .errorLabel {
  display: none;
}

.fieldentity.error.haveBlurred .errorLabel,
.haveSubmitted .fieldentity.error .errorLabel {
  display:block;
}

.fieldentity.error input:focus, 
.fieldentity.error select:focus {
  background-color:initial;
}

.TPL-ApplicantInformation input[disabled] {
  background-color:#B0B0B0;
}

.TPL-ApplicationDetails form .DataEntryField input,
.TPL-ApplicationDetails form .DataEntryField textarea,
.TPL-ApplicationDetails form .DataEntryField select {
  max-width:94%;
}

.additional-payment-message {
    font-weight: bold;
    font-size: 14pt;
    margin-right: 460px;
    border: 2px solid red;
    padding: 10px;
}

#changeStateButton {
  display:none;
}

div.ui-dialog[aria-describedby="BCGGINFOSCREEN"],
div.ui-dialog[aria-describedby="BCPSINFOSCREEN"]{
  font-size: 7pt;
  max-width: 360px;
}

div.ui-dialog[aria-describedby="BCGGINFOSCREEN"] table,
div.ui-dialog[aria-describedby="BCPSINFOSCREEN"] table {
  width: 336px;
}

div.ui-dialog[aria-describedby="BCGGINFOSCREEN"] p {
  width: 74%;
}

#cjisAcknowledgementForm div.fieldentity,
#DHHSAcknowledgementForm div.fieldentity,
#DOEDisclosureForm div.fieldentity {
  display: block;
  border: 1px solid #CCCCCC;
  font-size: 1.2rem;
}

#cjisAcknowledgementForm div.groupbody,
#DHHSAcknowledgementForm div.groupbody,
#DOEDisclosureForm div.fieldentity {
  height: 3.438em;
  position: relative;
  background-color: #EAEAEA;
  text-align: center;
  padding-left: 2px;
  padding-top: 5px;
}

#DOEDisclosureForm div.fieldentity {
  text-align: left;
  padding-left: 10px;
}


.InputForm_Form div.fieldentity,
#Under18Section div.fieldentity {
		background-color: #EAEAEA;
		height:auto;
}
	
.InputForm_Form div.fieldentity label,
#Under18Section div.fieldentity label {
    width: 93%;
    float: right;
}
	


div.groupbodyFBIDO {
  padding-bottom: 46px;
  position: relative;
  background-color: #FFFFFF;
  text-align: left;
  padding-left: 2px;
  padding-top: 5px;
  margin-bottom: 10px;
}

div.fieldentityFBIDO {
  position: absolute;
  display: block;
  border: 1px solid #CCCCCC;
  margin: 2px;
  padding: 2px;
  background-color: #EAEAEA;
  font-size: 0.69em;
  text-align: left;
}

div.FBIDisclosureGoButton {
  display: flex;
  justify-content: flex-end;
  margin-top: 38px;
}
	
#cjisAcknowledgementForm label,
#DHHSAcknowledgementForm label,
#DOEDisclosureForm label {
   display: -webkit-inline-box;
}

div#NoServiceCodeButton,
div#TheWordGoButton {
	font-size: 1.6em;
}

#ApplicationDetails div.fieldentity {
	min-height:84.8px;
	min-width:375px;
}

#ApplicationDetails #collectBackgroundCheckType div.fieldentity {
	min-height:0px;
	min-width:0px;
}

.TPL-ApplicationDetails button[type="submit"] {
  vertical-align: bottom;
}

#foundRecordDetails .obsoleteRecord {
  display:none;
}

#foundRecordDetails.isObsolete .obsoleteRecord {
  display:block;
}

#foundRecordDetails.isObsolete .changeAppointment {
  display:none;
}

#foundRecordDetails.isObsolete .cancelAppointment {
  float:none;
}

div.DemographicDataPopUp  {
	text-align:-webkit-center;
}

.DemographicDataPopUp i {
	font-size:118px; 
	color:red; 
	width:152px;
}

div.sessionDoneButton {
	margin-top: 16px;
	width:120px;
}

div.PrivacyMessage {
  width:98%;
  margin-left: auto;
  margin-right: auto;
}

.groupsubheader {
  position: initial;
  background-color: transparent;
  color: rgb(53,53,53);
  font-weight: normal;
  text-align: left;
  padding: .4rem;
  padding-left:1rem;
  margin-top: 10px;
  border-bottom: 2px solid #3e97d3;
  font-size: 1.5rem;
  text-transform: uppercase;
  font-weight: bold;
  letter-spacing: 0.1rem;
  clear: both;
  border: 0;
  font-size: .98em;
}

.htmlrender-checkboxmulti label {
  vertical-align: top;
  display: inline-block;
  line-height: initial;
  padding-bottom:0.5em;
}

.htmlrender-checkboxmulti {
  padding-bottom:1em;
}

.TPL-ApplicationDetails .DataEntryField .htmlrender-checkboxmulti label {
  max-width: 340px;
  display:inline-block;
}

.fieldentity.hasCHECKBOXMULI {
  min-height:0;
}

.fieldentity.hasCHECKBOXMULTI:last-of-type {
  min-height:84.8px;
}

.htmlrender-checkboxmulti label .required {
  display: none;
}

#collectQuestionaire .fieldentity > label {
  text-transform: none;
}

#collectQuestionaire .htmlrender-radio label .required {
  display: none;
}

#collectQuestionaire .fieldentity > label.errorLabel {
  clear: both;
}

.fieldentity.hasHTML.error > div {
  color:red;
}

#ApplicationDetails #collectSDANumber div.fieldentity.hasINPUT:before {
	content: "SD-";
    float: left;
    padding: 29px 2px 7px 3px;
    font-size: 16px;
    font-weight: bold;
}

div.UEPCardscanPrintPDFSection {
	border-radius: 2px; 
	border:3px #C60000 solid; 
	padding:0px;
	background-color:#F7F7F7 !important; 
}

div.UEPCardscanSectionTitle {
    padding: 5px;
    padding-bottom:0;
    margin: 0;
    font-size: 8pt;
	border-radius: 2px; 
	border:1px #CDCDCD solid; 
	background-color:#F7F7F7 !important; 
}

div.UEPCardscanSectionBox {
	border-radius: 2px; 
	border:1px #CDCDCD solid;  
	padding: 5px; 
	text-align: justify;
	font-size:8pt; 
	text-rendering: optimizeLegibility;
}

div.UEPCardscanInformationSectionBarcode {
	padding: 10px; 
	vertical-align: top; 
	text-align: left; 
	display: table-cell;
}

div.UEPCardscanInformationSectionData {
    vertical-align: top;
    font-size: 10px;
}

div.UEPCardscanInformationRow {
	display: table-cell;
}


div.UEPCardscanPrintPDFSection div.screen #SavePDF {
  margin-left:10px !important;
}

div.UEPCardscanPrintPDFSection div.screen #Print {
  margin-right:10px !important;
}

tr#signature,
tr#applicantdatatop,
tr#applicantdatabottom
{
	display:grid;
}

@media print {
	tr#signature,
	tr#applicantdatatop,
	tr#applicantdatabottom
	{
		display:unset;
	}
	tr#signature td,
	tr#applicantdatatop td,
	tr#applicantdatabottom td
	{
		padding-right: 38px;
	}
	
	div.finalscreenepaymessage {
		padding-left: 52px;
		padding-right: 0;
	}
}

li.adult, ul.adult, div.adult { display: none; }
li.juvenile, ul.juvenile, div.juvenile{ display: none; }
.IsAdult li.adult{display: list-item;}
.IsAdult ul.adult, .IsAdult div.adult { display: block } 
.IsJuvenile li.juvenile{display: list-item;}
.IsJuvenile ul.juvenile, .IsJuvenile div.juvenile { display: block }


/* pure js accordion */

.accordionButton {
  color: white;
  border: 0;
  white-space: normal;
  padding: 8px 10px;
  margin-bottom: 2px;
  margin: 0 auto;
  width: 100%;
}

.accordionContent {
  transition: height .5s, border-color .5s;
  overflow: hidden;
  border: 1px solid #fff;
  background: #fff;
  margin-bottom:2px;
}

.accordionItem:not(.active) .accordionContent {
  height:0 !important; /* hidden (inactive) content should be 0 height */
}

.accordionItem.active .accordionContent {
  margin-bottom:6px;
  border-color: #aaa;
}

.accordionContent .publicMenuActionBoxExplain {
  padding: 6px;
}

#foundRejectionDetailsCardscan .found_rejection_form .varRejectTCR-wrapper,
#foundRejectionDetails .found_rejection_form .varRejectTCR-wrapper {
  text-align: center;
  margin-bottom: 20px;
}

#foundRejectionDetailsCardscan .found_rejection_form .varRejectTCR-wrapper label,
#foundRejectionDetails .found_rejection_form .varRejectTCR-wrapper label {
  font-weight:bold;
}

.found_rejection_form input[aria-invalid="true"] {
  border:1px solid red;
}

div.Country_US_MI_CCL.applicationdetails button {
	display:none;
}

div#ScheduleCardScanButton{
	text-align: center;
}


form.dynasection {
  max-width:960px;
  margin: 0 auto;
  text-align: left;
  display:inline-block;
}

form.dynasection.hideAfterSubmit {
  display:none;
}

form.dynasection.hideAfterSubmit.active {
  display:inline-block;
}

.dynasection .icon.checkbox {
  min-width:30px;
}

.dynasection .htmlrender-checkbox {
  display: flex;
}

.dynasection .htmlrender-checkbox label {
  display:block;
  padding-left:1rem;
}

.dynasection .fieldentity.hasHTML {
  font-size: inherit;
}

.dynasection input:required {
  box-shadow: none;
}

.dyna-button-bar {
  display: flex;
  justify-content: space-between;
}

.dynasection #releaseText h2 {
  font-size: 2rem;
  font-weight: bold;
  text-align: center;
}

.dynasection #releaseText h3 {
  font-size: 1.25rem;
  font-weight: bold;
  text-align: center;
  margin-bottom:1rem;
}

#section_100.dynasection .field-dateOfBirth {
  width:100%;
}

#section_100.dynasection .field-dateOfBirth {
  width:100%;
}

#section_101.dynasection {
  text-align:center;
}

#section_101.dynasection .htmlrender-checkbox .required {
  display:none;
}

#collectProviderID.country-us-ma-ese {
  display:none;
}

table#country-us-ma-ese-table.empty {
  display: none;
}

table#country-us-ma-ese-table {
  margin: 0 auto;
}

table#country-us-ma-ese-table th,
table#country-us-ma-ese-table td {
  padding: 1em;
}

#locationAccessEntry {
    width: 330px;
    text-align: center;
    margin: 0 auto;
    padding-top: 4rem;
}

#locationAccessEntry h3.ui-accordion-header {
    background: transparent;
    color: #3a3f47;
    box-shadow: none;
    text-decoration: underline;
}

.entire-page {
    min-height:100vh;
}


/** SC Stuff **/

.program-sc .TPL-ApplicationDetails {
    width: fit-content;
    margin: 0 auto;
}

.program-sc .TPL-ApplicationDetails form {
    width: fit-content;
}

.program-sc .TPL-ApplicationDetails label {
    text-transform: none;
}

.program-sc .TPL-ApplicationDetails .DataEntryField {
    max-width: none;
    min-width: 0px !important;
    width: fit-content;
}

.program-sc #ApplicationDetails .hasHTML {
    width: 100% !important;
}
.program-sc #ApplicationDetails .DataEntryField {
    width: 100% !important;
}
.program-sc #ApplicationDetails .DataEntryField .hasHTML {
    width: 100% !important;
    font-size: initial;
    min-height: 0;
}

.program-sc .documentCounter {
  margin-bottom: 1em;
  font-weight: bold;
  text-transform: uppercase;
}

.program-sc #MaximumFileUploadSizeA,
.program-sc #MaximumFileUploadSizeQ,
.program-sc #MaximumFileUploadSizeM,
.program-sc #MaximumFileUploadSizeN {
  font-style: italic;
}

.program-sc #ApplicationDetails  .DataEntryField .hasHTML h1{
    width: 100% !important;
}
.program-sc #promptCWPDocuments  .hasHTML {
    font-family: Arial, Helvetica, sans-serif;
    color: #000000;
    font-size: 1.6rem;
    padding: 1em;
}

.program-sc .TPL-ApplicationDetails .DataEntryField > div,
.program-sc .TPL-ApplicationDetails div.htmlrender-radio {
    display:block;
    max-width: none;
    float: none;
    width: fit-content;
}

.program-sc .TPL-ApplicationDetails div.htmlrender-radio label {
    display: inline;
    float: none;
    width: fit-content;
}

.program-sc .TPL-ApplicationDetails form {
    width: fit-content;
}

.program-sc .TPL-ApplicationDetails div.htmlrender-radio label {
    display: inline;
    float: none;
    width: fit-content;
}

.program-sc .TPL-ApplicationDetails div.htmlrender-radio label .required {
    display: none;
}

.program-sc #ApplicationDetails.agency-CWP .haveSubmitted {
    display: none;
}

.program-sc #ApplicationDetails.agency-CWP .haveSubmitted.active {
  display: block;
}

.program-sc #ApplicationDetails.agency-CWP #promptCWPDocuments div.hasHTML {
    padding-top: 0px;
    padding-bottom: 0px;
    min-height: 0px;
}
.program-sc #ApplicationDetails.agency-CWP #promptCWPDocuments #varCWPDocumentHeader {
    padding-top: 16px;
}

.program-sc #ApplicationDetails.agency-CWP #promptCWPDocuments #cwpNoticeIDInstructions ol,
.program-sc #ApplicationDetails.agency-CWP #promptCWPDocuments #cwpNoticeIDInstructions_NR ol {
    padding-left: 20px;
}

.program-sc #collectDHECEmployeeType .fieldentity {
    display: inline-block;
    min-width: 24px !important;
    padding-right: 0;
}

.program-sc #collectDHECEmployeeType .fieldentity:has(#varEmployeeType) {
    display: block;
}

.program-sc #collectDHECEmployeeType .fieldentity.hasHTML {
    font-size: 14px;
    display: block;
}

.program-sc #collectDHECEmployeeType .fieldentity select, #collectDHECEmployeeType .fieldentity input {
    min-width: 24px !important;
}

.program-sc #collectDHECEmployeeType .fieldentity.hasINPUT::before {
    content: " - ";
    font-size: 20px;
}

.program-sc #collectDHECEmployeeType .fieldentity.hasINPUT label:first-of-type {
    display: none;
}

.program-sc .TPL-ApplicationDetails .DataEntryField .fieldentity #varOCAPrefix1 {
    min-width: 100% !important;
}

.program-sc #cwpRenewSectionOne, .program-sc #cwpRenewSectionTwo {
		color: rgb(0, 60, 115);
		font-weight: 700;
		font-size: 2em;
}

.program-sc #ApplicationDetails div.DataEntryField div:has(#cwpRenewSectionOne) {
		min-height: auto !important;
}

.program-sc #ApplicationDetails div.DataEntryField div:has(#cwpRenewSectionTwo) {
		min-height: auto !important;
}

.program-sc #varRRStateMovedNote {
	font-weight: 700;
    padding-bottom: 1em;
    padding-left: 1em;
}

.program-sc #cwpRenewSectionTwoNote {
	font-weight: 700;
}

.program-sc #CWPFinalMessage {
	font-size: 18px;
	background-color: #FF0000;
	color: #FFFFFF;
	padding: 10px;
}


/** WA Stuff **/
.program-wa .containerPublicMenuActionBoxes {
    display:flex;
    flex-direction: row;
    justify-content: center;
    flex-wrap: wrap;
}


.program-wa .newLiveScan {
    order: 1;
}

.program-wa .NewLiveScanInState {
    order: 1;
}

.program-wa .newCardScan {
    order: 2;
}

.program-wa .NewLiveScanOOS {
    order: 3;
}

.program-wa .EditAppointment {
    order: 4;
}

.program-wa .RejectMenuActionBox {
    order: 5;
}

.program-wa .SearchMenuActionBox {
    order: 6;
}

.fieldentity.hasRADIO.isYesNo .htmlrender-radio {
    float: left;
}

.program-sc .DataEntryField .fieldentity.field-varSCResident,
.program-sc .DataEntryField .fieldentity.field-varSameAsQual {
  display:block;
  overflow: auto;
}

.program-sc #varSSN {
  text-security:disc;
  -webkit-text-security:disc;
  -mox-text-security:disc;
}

.program-sc #varSSN:focus {
  text-security:none;
  -webkit-text-security:none;
  -mox-text-security:none;
}

.program-sc .top-header-row > div {
  padding: 1rem;
}

.program-sc form.dynasection {
  width: 100%;
}

.program-sc div.fieldentity {
  display:block;
}

body.program-sc {
  min-width: 350px;
}

.program-sc #ApplicationDetails div.fieldentity {
  min-width:auto;
  max-width:960px;
  width:100%;
  overflow: auto;
}

.program-sc #collectCWPApplicantType .fieldentity.hasRADIO .htmlrender-radio {
  display: flex;
  padding-top: 1em;
  border-bottom: 1px solid #eaeaea;
}

.program-sc #collectCWPApplicantType .fieldentity.hasRADIO .htmlrender-radio:last-child {
  border: 0;
}

.program-sc .TPL-ApplicationDetails .DataEntryField #varAgency {
  max-width: auto;
  width: 100%;
}

.program-sc #ApplicationDetails div.fieldentity {
  min-height: 1px;
}

.program-sc #ApplicationDetails #collectDHECEmployeeType .fieldentity.hasSELECT,
.program-sc #ApplicationDetails #collectDHECEmployeeType .fieldentity.hasINPUT {
    width: auto;
}

.program-sc #collectDHECEmployeeType {
    display:block;
    margin-top:2rem;
}