@CHARSET "UTF8";

.dialog {
  display:none;
}

.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/UEP/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/UEP/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/UEP/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/UEP/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/UEP/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/UEP/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:#234190;
	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;
	color:white;
}

.header-pagename {
	display:none;
	color:White;
}

.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-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 .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 .DataEntryField .icon.fa-check-circle {
	opacity: 1;
}

.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;
}

.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 {
  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%;
}

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;
}

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

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

.payTypeButton {
	display:none;
}

.twoButton.cancelButton {
	float:left;
}

.twoButton.continueButton {
	float:right
}

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

.payTypeConditional.billing_account .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;
}

.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;
}

.twoButton {
	max-width:49%;
}

.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;
}

.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;
}

.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 label {
  color:red;
}

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

.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 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 {
  display: block;
  border: 1px solid #CCCCCC;
  font-size: 1.2rem;
}

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

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 {
   display: -webkit-inline-box;
}

/*div#editApplication.publicMenuActionBoxes {
	display:none;
}*/

table#ApplicantConfirmation {
	margin-top: 20px;
    width: 100%;
    padding-left: 65px;
    padding-right: 30px;
    margin-bottom: 10px;
}

#confirmation_no {
	margin-right:26px;
}

div.userInteractionPoint {
	width:auto;
}

button#LocationRedirect {
	background-color: #1FB903;
} 

#edit_tcn_form .htmlrender.error {
  border-color: red;
}

#foundRecordDetails .obsoleteRecord {
  display:none;
}

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

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

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

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


/* 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;
}

#agentLogin {
  text-align:center;
}

#agentLogin div {
  padding-bottom:1.2rem;
}

#agentLoginButtons {
  padding-top:1.2rem;
  display:flex;
  justify-content: space-evenly;
}

#agentLogin label {
  display:block;
}

#agentDetails {
  float: right;
  line-height: 50px;
}

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