@import url('https://fonts.googleapis.com/css?family=Mulish:300,400,700');

body { margin: 0; font-family: 'Mulish', sans-serif; font-size: 16px; color: #101010; font-weight: 400; background: #FFF; }
a { color: #4B7D62; }
a:hover, a:active { text-decoration: none; }
.clear { clear: both; }

/* Core Pages */
#panelCore { min-height: calc(100vh - 188px); }
#panelCore.login { min-height: calc(100vh - 50px); }

/* Login Page */
#loginContainer { width: 450px; margin: 0 auto; }
#loginHeader { width: calc(100% - 160px); margin: 0 0 30px 160px; font-size: 20px; font-weight: 400; color: #666; padding: 200px 0 0; }
#loginLogo { width: 100px; height: 100px; padding: 0 29px 0 0; border-right: 1px solid #666; margin: 0 30px 0 0; float: left; text-align: right; }
#loginLogo img { width: auto; height: 100px; }
#loginForm { width: calc(100% - 160px); float: left; }
#loginForm input[type="text"], #loginForm input[type="password"], #loginForm input[type="number"] { font-family: 'Mulish', sans-serif; font-size: 14px; padding: 10px; border: 2px solid #DDD; border-radius: 3px; width: calc(100% - 22px); margin: 0 0 16px 0; }
#loginForm input.forgot { margin-top: 16px; }
#loginForm input[type="submit"] { width: 180px; background: #BAD6C7; color: #2D1B12; border: 0; font-family: 'Mulish', sans-serif; font-size: 20px; font-weight: 700; padding: 10px 0; display: block; margin: 10px auto 0; cursor: pointer; }
#loginForm a { display: block; margin: 10px auto 0; text-decoration: none; text-align: center; font-size: 12px; font-weight: 700; }
.centerMessage { margin: 30px auto 0; text-align: center; }

/* Header */
#panelHeader { width: 1120px; margin: 0 auto; padding: 20px 0; height: 60px; max-width: 100%; }
#headerLogo { float: left; padding: 0 20px 0; border-right: 1px solid #666; margin: 0 20px 0 0; }
#headerLogo img { max-width: 60px; max-height: 60px; }
#headerText { float: left; font-size: 20px; line-height: 24px; font-weight: 400; margin: 6px 0; }
#headerText a, #headerUserInfo a { color: #2D1A10; text-decoration: none; }
#headerUserInfo.warning { color: #6E0D25; }
#headerUserInfo.warning a.profile { color:#6E0D25; font-weight: 700; }
#headerUserInfo a.warningLink { color: #6E0D25; margin-right: 15px; }
#headerUserInfo.warning .headerSpacer { color: #101010; }
#headerText a i { color: #4B7D62; }
#headerText a i.warning { color: #6E0D25; }
#headerUserInfo { float: right; font-size: 12px; line-height: 16px; font-weight: 400; margin: 0 20px 0 0; }
.headerSpacer { margin: 0 15px; }

/* Home */
#panelHome { width: 1440px; margin: 0 auto; max-width: calc(100% - 40px); text-align: center; padding: 10px 0 0; }
.homeHeader { margin: 10px 0 40px; font-size: 20px; text-align: left; font-weight: 700; }

#panelHome h1, #panelList h1 { font-size: 20px; margin: 50px 0; }
#panelList h1.filterHeader i { margin: 0 10px;  }

.homeIcons { display: flex; flex-wrap: wrap; }
.homeIcons.listingIcons { margin: 0 auto; width: 720px; display: flex; text-align: center; justify-content: center; }
.homeIconContainer { width: 70px; height: 70px; border-radius: 50%; background: #BAD6C7; display: block; margin: 10px auto; }
.homeIconContainer.sup, .edit:hover .homeIconContainer.sup { background: #6E0D25; }
.homeIconContainer.sup i { ; color: #FFF !important }
.homeIcon { width: 170px; text-align: center; font-size: 13px; height: 150px; padding: 5px; position: relative; }
@media screen and (max-width: 1480px) {
  .homeIcon { padding: 5px calc(5px + ((100% - 1260px)/14)) }
}
@media screen and (max-width: 1300px) {
  .homeIcon { padding: 5px calc(5px + ((100% - 1080px)/12)) }
}
@media screen and (max-width: 1120px) {
  .homeIcon { padding: 5px calc(5px + ((100% - 900px)/10)) }
}
@media screen and (max-width: 940px) {
  .homeIcon { padding: 5px calc(5px + ((100% - 720px)/8)) }
}
@media screen and (max-width: 760px) {
  .homeIcon { padding: 5px calc(5px + ((100% - 540px)/6)) }
}
@media screen and (max-width: 580px) {
  .homeIcon { padding: 5px calc(5px + ((100% - 360px)/4)) }
}
@media screen and (max-width: 400px) {
  .homeIcon { padding: 5px; width: calc(50% - 5px); }
}

.homeIcon a { color: #2D1A10; text-decoration: none; display: inline; }
.homeIcon a i { color: #2D1A10; }
.homeIconContainer i { font-size: 24px; line-height: 70px; }
.homeIcon a.homeIcon__star { margin-left: 1px; }
.homeIcon a.homeIcon__star i { color: #2D1A10; }
.edit:hover .hideIcon, .edit .fa-pencil { display: none; transition-duration: 0.5s; }
.edit:hover .fa-pencil { display: block; margin-left: 3px; transition-duration: 0.5s; }
.edit:hover .homeIconContainer { background: #BAD6C7; }

.homeMessage { margin-top: 15px; display: flex; background: #E5E9E9; font-size: 20px; }
.homeMessage a { text-decoration: none; display: inline-block; padding: 6px 12px; color: #101010; }
.homeMessage .homeMessageIcon { background: #4B7D62; color: #FFF; position: relative; display: flex; align-items: center; }
.homeMessage.urgent .homeMessageIcon { background: #6E0D25; }
.homeMessage .homeMessageIcon i { padding: 8px 12px; }

.exportButton { text-align: center; width: 100%; padding: 0 0 20px; }
.exportButton a { font-weight:700; background: #4B7D62; color: #FFF; display: inline-block; text-decoration: none; padding: 4px 10px; }

/* Export Button - Alternate Styling */
a.exportButton24 { width: 185px; height: 34px; line-height: 34px; font-weight:700; margin: 0 auto 20px; background: #4B7D62; color: #FFF; display: block; text-decoration: none; text-align: center; }

/* Square Form Styling */
#panelForm label.sq-label {
	text-align: left;
	padding: initial;
}

/* List Header + Filter */
.listHeader h1 { margin: 50px 0 0 !important; }
.listFilter input { width: 100% !important; margin: 25px 0 !important; background: #FFF; }
.listFilterHome input { width: 100% !important; }
#panelFull #panelList .listFilter input { width: calc(100% - 44px); }

/* Listings */
#panelFull { width: 1120px; margin: 0 auto; text-align: left; max-width: calc(100% - 40px); }
#panelNavigation { width: 140px; float: left; margin: 126px 0 0; }
#panelList { width: 1280px; margin: 0 auto 50px; max-width: calc(100% - 40px); text-align: left; }
#panelFull #panelList { float: right !important; max-width: calc(100% - 140px); }
.listItem { width: calc(100% - 20px); padding: 10px; }
.listItem b { font-size: 17px; }
.listItem:hover { background: #BAD6C7; }
.listItem.listAlertItem:hover { background: rgba(110,13,37,.1); }
.listItem a, .listImage a { color: #2D1B12; text-decoration: none; }
.listItem.showLinks a { color: #4B7D62; text-decoration: underline; }
.listItem i { margin-left: 7.5px; }
.listItem .intranetIcon i, .listItem .priorityIcon i { margin-left: 0 !important; color: #6E0D25; }
.listItem img { margin: 0 0 -2px 7.5px; display: inline-block; height: 16px; width: auto; }
.listIntranet { background: rgba(255, 69, 0, 0.1); }
.listIntranet.listAlt { background: rgba(255, 69, 0, 0.2); }
.listIntranet:hover { background: rgba(255, 69, 0, 0.2); }
.listIntranet.listAlt:hover { background: rgba(255, 69, 0, 0.3); }
.listPriorityDisplay { background: rgba(204, 0, 0, 0.1); }
.listPriorityDisplay.listAlt { background: rgba(204, 0, 0, 0.2); }
.listAlt { background: #E5E9E9; }
.listAction { float: right; width: 36px; padding: 2px 0 0; text-align: center; font-size: 18px; line-height: 18px; }
.listAction.lock { color: #6E0D25; }
.listAction a { color: #2D1B12; }
.listAction a:hover, .listAction a:active { color: #4B7D62; }
.listAction.delete a:hover, .listAction.delete a:active { color: #6E0D25; }
.listAction.disabled i { color: #666; }
.listDetail { display: block; margin: 5px 0 0; font-size: 14px; line-height: 20px; }
.listDetail i { margin-left: 0; margin-right: 2.5px; }
.intranet { color: #C00; font-weight: 700; }
.listDivider { margin: 40px 0 0; background: #4B7D62; font-size: 18px; color: #FFF; padding: 10px; font-weight: 700; }
.listDivider a { color: #FFF !important; }
.listDivider.first, .listDivider:nth-child(3) { margin-top: 0; }
.listDividerLg { margin: 20px 0 -10px; color: #2D1B12; font-size: 22px; font-weight: 700; }
.listDividerFAQ { margin: 30px 0 20px; color: #2D1B12; font-size: 22px; font-weight: 700; }
.listDivider.listAlert { background: #6E0D25; }
#cke_answer, #cke_fees, #cke_parking, #cke_otherFees, #cke_contract, #cke_restrictions, #cke_message, #cke_cancellationPolicy, #cke_termsConditions, #cke_announcements, #cke_bio, #cke_content, #cke_text, #cke_announcements, #cke_copy1, #cke_copy2, #cke_testimonial, #cke_fullAgenda, #cke_fullMinutes, #cke_introLetter, #cke_description, #cke_details, #cke_leadership, #cke_schoolTimes, #cke_dropOffPickup, #cke_promotions, #cke_duties, #cke_qualifications, #cke_summary, #cke_supplementalInformation, #cke_rightContent, #cke_faq, #cke_notes, #cke_whatToBring, #cke_specialNeeds, #cke_roomFeatures, #cke_optOutText, #cke_information, #cke_intro, #cke_benefits, #cke_appointments, #cke_optionNotes, #cke_eventMessage, #cke_officeHours, #cke_alertMessage, #cke_clientNotes, #cke_fullText, #cke_excerpt, #cke_resolution, #cke_expirationMessage, #cke_statement, #cke_history, #cke_iconNotes, #cke_appointmentProcess, #cke_emailText, #cke_coordinates, #cke_introduction, #cke_charges, #cke_jobDescription, #cke_expectations, #cke_eligibilityRequirements, #cke_instructions, #cke_application, #cke_preparing, #cke_registration, #cke_recertification, #cke_questions, #cke_registrationConfirmation, #cke_eventReminder, #cke_services, #cke_covers, #cke_attend, #cke_certification, #cke_generalInformation, #cke_hotelDescription, #cke_override, #cke_fullText, #cke_hostBio1, #cke_hostBio2, #cke_comments, #cke_charge, #cke_emailConfirmation, #cke_reasonLeaving, #cke_additionalInformation, #cke_additionalEmployers, #cke_militaryExperience, #cke_movingViolations, #cke_reminderEmail, #cke_confirmation, #cke_architecture, #cke_modernFullText, #cke_hours, #cke_additionalContacts, #cke_countyMessage, #cke_otherProblems, #cke_explainQuality, #cke_address, #cke_biography, #cke_addOns, #cke_employmentText, #cke_boardMembers, #cke_content2, #cke_content3, #cke_content4, #cke_additionalFees, #cke_websiteConfirmation, #cke_voterRegistration, #cke_absenteeVoting, #cke_satelliteVoting, #cke_runningOffice, #cke_sidebarBenefits, #cke_creditContent, #cke_location, #cke_meetings, #cke_website, #cke_facebook, #cke_defaultText, #cke_submissionInstructions, #cke_virtualMeeting, #cke_footerText, #cke_features, #cke_discountDetails, #cke_details2, #cke_features2, #cke_plant, #cke_plantOther, #cke_whyGetCertified, #cke_fullWidthContent, #cke_whyMatters, #cke_schedule, #cke_studentExperience { margin-left: 170px; width: calc(100% - 172px); border: 1px solid #101010; }
.listPriority { width: 30px; line-height: 20px; background: #666; color: #FFF; margin: 0 10px 10px 0; float: left; border-radius: 5px; text-align: center; font-size: 12px; font-weight: 700; display: inline-block; }
.listIntroduction { width: calc(100% - 22px); padding: 10px;  background: repeating-linear-gradient(45deg, #FFF, #FFF 4px, #E5E9E9 4px, #E5E9E9 5px); border-bottom: 1px solid #E5E9E9; border-right: 1px solid #E5E9E9; border-left: 1px solid #E5E9E9; }
.listIntroduction.listAddOption { background: none; }
.listIntroduction p:first-child { margin-top: 0; }
.listIntroduction p:last-child { margin-bottom: 0; }
.listIntroductionEdit { float: right; width: 36px; text-align: center; }
.listIntroductionEdit a i { line-height: 22.5px; color: #000; margin-left: 7.5px; }
.listDividerAction { float: right; width: 36px; text-align: center; }
.listDividerAction i { line-height: 22.5px; margin-left: 7.5px; }
.listDividerAction.disabled i { color: rgba(255, 255, 255, .4); }
.listSubdivider { margin: 15px 0 0; border-bottom: 2px solid #BAD6C7; font-size: 18px; color: #000; padding: 10px; font-weight: 700; }
.listSubdivider.firstSubdivider { margin: 0; }

.deleteSection { text-align: center; font-size: 18px; line-height: 28px; margin: 50px auto 20px; }

/* Add to List */
.listAdd { position: fixed; bottom: 0; right: 0; background: #2D1B12; padding: 10px; border-radius: 45px 0 0 0; z-index: 10; }
.listAdd a { display: block; background: #BAD6C7; color: #2D1B12; font-size: 35px; border-radius: 50%; width: 70px; height: 70px; text-align: center; float: right; }
.listAdd a i { line-height: 70px; }
.listAdd a:hover { background: #FFF; }

/* Image Lists */
.listImages { width: calc(100% + 20px); margin: 20px -10px 0; display: flex; flex-wrap: wrap; }
.listImage { width: calc((100% - 80px) / 4); padding: 0 10px 30px; float: left; text-align: center; }
.listImage .listDetail { font-size: 12px; margin: 2px 0 0; }
.imageActions { width: 100%; margin: 5px auto 0; }
.imageActions .listAction { float: none; display: inline-block; width: 30px; }
.listThumbnail { width: 100%; height: auto; margin-bottom: 5px; background-size: cover; background-position: center center; position: relative; }
.listThumbnail a { display: block; width: 100%; height: auto; padding-bottom: calc(200% / 3); }
.listThumbnail .listCategory { display: inline-block; position: absolute; top: 5px; left: 5px; font-size: 14px; background: #E5E9E9; padding: 2px 4px; text-transform: uppercase; font-weight: 700; }
.listThumbnail .listThumbnailInfo { display: flex; position: absolute; top: 5px; right: 5px; background: #101010; color: #FFF; padding: 5px 0; }
.listThumbnail .listThumbnailInfo i { margin: 0 5px; }
.rotatorImage { width: 300px; max-width: 100%; margin: 7px 0 10px; padding: 10px 0 0; border-top: 1px solid #CCC; }
.rotatorImage img { width: 100%; height: auto; margin: 0 !important; }

/* Forms */
#panelForm { width: 1280px; margin: 0 auto 50px; max-width: calc(100% - 40px); }
.formHeader { margin: 50px 0 20px 200px; }
.formSubheader { margin: 40px 0 0 200px; }
.formHeader h1, .formHeader h2 { font-size: 22px; margin: 0; }
.formSubheader h1, .formSubheader h2 { font-size: 20px; font-weight: 400; margin: 0; }
.formSubheaderInfo { color: #C00; font-size: 14px; padding: 4px 8px 4px 4px; background: rgba(204,0,0,.2); display: inline-block; margin: 5px 0 0; font-weight: 700; font-style: normal; }
.formSubheaderInfo.green { color: #4B7D62; background: rgba(60,182,74,.2); }
.formInfo .formSubheaderInfo { margin: -5px 0 0 -5px; }

.formBreadcrumbs { display: block; font-size: 13px; margin: 10px 0 0 0; }
.formBreadcrumbs a { color: #2D1B12; text-decoration: none; }
.formBreadcrumbs i { margin: 0 5px; }

#panelForm a i { margin: 0 0 0 5px; text-decoration: none; }
#pageNote { text-align: center; padding: 15px; font-weight: 400; margin: 20px 0 0; background: repeating-linear-gradient(45deg, #FFF, #FFF 4px, #E5E9E9 4px, #E5E9E9 5px); border: 1px solid #E5E9E9; }
#pageNote a { font-weight: 700; }
.ui-widget { font-family: 'Mulish', sans-serif !important; }

.pageImageID { display: none; margin-top: 10px; }
.pageImageID.showInitial { display: block; }
.pageImageID img { width: 200px; height: 200px; }

.mcl-subheader { padding: 1em; background: #E5E9E9; margin: 0 -15px; }
.mcl-explainer { text-align: center; padding: 15px; font-weight: 400; margin: 0 -15px; background: repeating-linear-gradient(45deg, #FFF, #FFF 4px, #E5E9E9 4px, #E5E9E9 5px); border-bottom: 1px solid #E5E9E9; }
#panelList .mcl-explainer { margin: 0; }

.moduleLinks { width: 100%; margin: 0; }
.moduleLinks.spacing { margin: 0 0 16px; }
.moduleLinks.condensed { margin: 0 0 -20px; }
.moduleLinks a { margin-right: 10px; margin-bottom: 4px; text-decoration: none; padding: 10px 12px; display: inline-flex; background: #E5E9E9; color: #101010; }
.moduleLinks a strong { display: inline; margin-left: 5px; }
.moduleLinks a i { background: #4B7D62; color: #FFF; padding: 0 10px; margin: -10px 10px -10px -12px; font-size: 20px; line-height: 40px; }
.moduleLinks .activeFilterButton { font-weight: 700; }

/* Inputs */
.formFields input[type="text"], .formFields input[type="email"], .formFields input[readonly], .formFields input[type="password"], .formFields input[type="number"], .listFilter input { font-family: 'Mulish', sans-serif; font-size: 16px; padding: 9px 10px; border: 1px solid #2D1B12; width: calc(100% - 170px); box-sizing: border-box; margin: -8px 0 0; }
.formFields select { font-family: 'Mulish', sans-serif; font-size: 14px; padding: 6px; border: 1px solid #101010; border-radius: 3px; width: calc(100% - 170px);  margin: -8px 0 8px 0; }
.formFields input[type="text"].halfWidth { width: calc((100% - 200px) / 2); }
.formFields input[type="text"].quarterWidth { width: calc((100% - 232px) / 4); }
.formFields input[type="submit"] { background: #4B7D62; border: 0; color: #FFF; font-family: 'Mulish', sans-serif; width: 175px; margin: 30px 0 0 200px; padding: 15px 0; font-size: 18px; font-weight: 700; cursor: pointer; }
input::placeholder { color: #2D1B12; }
.listFilter input:focus-visible { outline: #4B7D62; border-color: #4B7D62; }
.formFields hr { margin-block-start: 20px; margin-block-end: 20px; border: 0px; border-top: 1px solid #EEE !important; }

.formButtons { margin: 30px 0 0; text-align: center; }
.formButtons input[type="submit"] { background: #BAD6C7; border: 0; color: #2D1B12; font-family: 'Mulish', sans-serif; width: 175px; padding: 15px 0; font-size: 18px; font-weight: 700; cursor: pointer; display: inline-block; }
a.cancelButton { background: #E5E9E9; color: #101010; width: 175px; padding: 15px 0; font-size: 18px; font-weight: 700; display: inline-block; text-align: center; text-decoration: none; margin-left: 10px; }
a.returnButton { background: #4B7D62; color: #FFF; width: 175px; padding: 15px 0; font-size: 18px; font-weight: 700; display: inline-block; text-align: center; text-decoration: none; margin-left: 10px; }
.formFields input[readonly], .formFields textarea[readonly] { background: #EEE; color: #666; }
#panelForm input[type="file"] { font-family: 'Mulish', sans-serif; margin-bottom: 10px; }
#panelForm input::placeholder { color: #BBB; }
.checkboxGroup { margin-left: 200px; }
.formInfo { margin: 5px 0 0 170px; color: #101010; font-size: 14px; }
.formTips { margin: 5px 0 0 170px; }
.formTipSpacer { width: 100%; height: 5px; }
.formTips .tipIntro { display: inline-block; background: #4B7D62; color: #FFF; padding: 2px 10px; font-weight: 700; margin: 0 3px 3px 0; border-radius: 5px; }
.formTips .tipIntro.important { color: #6E0D25; }
.formTips .codeText { margin: 5px 0; padding: 4px; background: #E5E9E9; display: block; font-family: monospace; }
.formSectionHeader { margin: 1em 0 0; }
.formSectionHeader.firstHeader { border-top: 1px solid #CCC; margin: 2em 0 0; padding-top: 1em; }
.formSectionHeader h3 { color: #4B7D62; margin: .5em 0 5px; }
.formInfo img, .formTips img { width: 100%; max-width: 400px; }
.formInstructions { text-align: center; font-weight: 700; }
.required { color: #6E0D25; vertical-align: super; font-size: 9px; }
#formDivider { margin: 30px 0 20px; border-bottom: 1px solid #CCC; }

.formTips24 { margin: 15px 0 15px 170px; padding: 10px; background: #E5E9E9; transition: all 275ms ease-out; }
.formTips24 .tipIntro { display: block; background: #4B7D62; color: #FFF; padding: 10px; font-weight: 700; margin: -10px -10px; }
.formTips24 .tipIntro a { color: #FFF; text-decoration: none; cursor: pointer; display: block; }
.formTips24 .tipIntro.important { background: #6E0D25; }
.formTips24 .tipIntro .rightIcon { float: right; margin-top: 1.5px; }
.formTips24 .tipDetails { display: none; margin: 20px 0 0; transition: inherit; }
.formTips24 .tipDetails a { color: #000; }
.formTips24 .codeText, .formTipsCondensed .codeText { margin: 5px 0; padding: 5px; background: #FFF; display: block; font-family: monospace; }

.listFilter input.home { margin-bottom: 0 !important; }
.formTips24.home { margin: 10px 0 30px; background: #FFF; padding: 0; z-index: 5; }
.formTips24.home .tipIntro { text-align: left; padding: 0; margin: 0; }
.formTips24.home .tipIntro a { padding: 10px; }
.formTips24.home .tipDetails { padding: 5px 10px; border: 1px solid #E5E9E9; border-top: none; margin: 0; }

.formTipsCondensed { margin: 15px 0 15px 170px; padding: 10px; background: #E5E9E9; display: flex; }
.formTipsCondensed .tipIntro { display: inline-block; background: #4B7D62; color: #FFF; margin: -10px 10px -10px -10px; padding: 12px; display: flex; align-items: center; }
.formTipsCondensed .tipIntro.gray { background: #E5E9E9; }
.formTipsCondensed .tipIntro.important { background: #6E0D25; }
.formTipsCondensed .tipDetails { display: inline-block; }
.formTipsCondensed .tipDetails a { color: #000; }
.formTipsCondensed .tipDetails.important a { color: #6E0D25; }
.formTipsCondensed.basic { margin: 15px 0; }

#panelForm ol {margin: 0 auto; padding: 10px 0 0; list-style: none; }
#panelForm ol li { display: block; padding: 30px 0 0; clear: both; }
#panelForm label { float: left; text-align: right; width: 190px; padding: 0 10px 0 0; }

#panelForm textarea { height: 150px; width: calc(100% - 172px); box-sizing: border-box; font-family: 'Mulish', sans-serif; font-size: 14px; padding: 7px 10px; border: 1px solid #101010; border-radius: 0; }
#panelForm textarea#excerpt { height: 100px; }
#panelForm textarea.condensed { height: 50px; }
#panelForm textarea.condensed2x { height: 100px; }

.panelImageMessage { border: 1px solid #6E0D25; padding: 10px; background: rgba(110,13,37,.1); margin: 0 0 20px; }
.panelImageMessage a { color: #6E0D25; }
.panelImageMessage p:first-child { margin-top: 0; }
.panelImageMessage p:last-child { margin-bottom: 0; }
.panelImageMessage b { color: #6E0D25; }

/* Hover Info */
.hoverInfoDetail { visibility: hidden; position: absolute; z-index: 100; background: #BAD6C7; border: 1px solid #2D1B12; border-radius: 5px; padding: 4px; font-size: 14px; margin-top: 5px; top: 100%; left: 50%; margin-left: -150px; width: 160px; text-align: center; }
.hoverInfoDetail.center { margin-left: -80px; }
.hoverInfoDetail.left { margin-left: -10px; }
.hoverInfoDetail.intranetInfo { background: #FFDBD2; border: 1px solid rgba(255, 69, 0, 1); }
.hoverInfoDetail.priorityInfo { background: #B8939C; border: 1px solid #6E0D25; }
a.hoverInfo { cursor: pointer; position: relative; display: inline-block; }
a.hoverInfo.disabled { color: #999; cursor: default; }
a:hover.hoverInfo.disabled { color: #999; }
a:hover.hoverInfo { color: #101010; }
a:hover.hoverInfo .hoverInfoDetail { visibility: visible; }

/* Password Validation */
.invalid, .valid { display: inline; font-style: normal; }
.invalid, .redHighlight, a.redHighlight { color: #6E0D25; }
.valid { color: #4B7D62; }

/* Footer */
#panelFooter { background: #BAD6C7; height: 30px; padding: 10px 0; display: flex; }
#panelFooterCore { height: 30px; line-height: 30px; font-size: 11px; display: flex; margin: 0 auto; align-items: center; }
#panelFooterCore a { text-decoration: none !important; color: #101010 !important; margin-right: 4px; }
#panelFooterCore img { display: inline; height: 24px; width: auto; margin: 3px 0 3px 6px; }

/* Messages */
#panelMessage { color: #FFF; padding: 14px 10px; font-weight: 300; text-align: center; font-size: 22px; line-height: 26px; position: absolute; width: calc(100% - 20px); }
#panelMessage i { padding: 0 5px; }
#panelMessage.blk { background: #2D1B12; }
#panelMessage.red { background: #6E0D25; }
#panelMessage.grn { background: #4B7D62; }
#panelMessage.modify { position: relative; }
#panelMessage a.link { display: inline-block; background: #FFF; color: #6E0D25; font-weight: 700; padding: 4px 8px; text-decoration: none; margin: -4px 0 -4px 10px; }
.message404 { font-size: 120px; font-weight: 700; line-height: 120px; color: #DDD; margin: 0 0 30px; }
#panelCard { width: 340px; max-width: calc(100% - 40px); padding: 60px 20px 40px; border-radius: 10px; box-shadow: 0 0 10px rgba(0, 0, 0, .3); background: #FFF; margin: 50px auto; font-size: 24px; line-height: 36px; }
.panelCredit { margin: 60px 0 0; padding: 40px 0 0; border-top: 1px solid #f6f6f6; font-size: 14px; line-height: 18px; }
.panelCredit img { width: 80px; height: 80px; border-radius: 50%; display: block; margin: 0 auto 20px; }

/* Copy Link */
input.copyLink { background: #CCC; border: none; font-family: 'Mulish'; width: 300px; padding: 0 4px 1px; max-width: 100%; }
button.clickToCopy { color: #FFF; font-weight: 700; background: #4B7D62; border: none; cursor: pointer; }

@media screen and (max-width: 1160px) { }
@media screen and (max-width: 960px) {
	.listImage { width: calc((100% - 75px) / 3); padding: 0 12.5px; }
#panelFull #panelList .listFilter input { width: calc(100% - 49px); }
}

/* Icon Select */
.nl-icon-select__selected-icon i, .nl-icon-select__text-field .icon-select__suggestion i, .mdc-button:not(:disabled) { color: #4B7D62 !important; }
.mdc-button .mdc-button__ripple::before, .mdc-button .mdc-button__ripple::after { background-color: #4B7D62; background-color: var(--mdc-ripple-color, var(--mdc-theme-primary, #4B7D62)) !important; }
.mdc-text-field .mdc-text-field__input { caret-color: #4B7D62 !important; }

@media screen and (max-width: 800px) {
	/* Home */

	/* Listings */
	.imageActions .listAction { width: 30px; }

	/* Forms */
	#panelForm ol { padding: 0; max-width: 100%; }
	.formHeader { margin: 30px 0 20px 0; }
	.formSubheader { margin: 20px 0 0 0; }
	#panelForm label { text-align: left; margin: 0 0 7px; width: 100%; padding: 0; }
	.formFields input[type="text"], .formFields input[type="email"], .formFields input[type="password"], .formFields input[type="number"], .formFields textarea { width: 100%; margin: 0; }
	.formFields select { width: 100%; margin: 0; }
	.formFields input[type="submit"] { margin: 0 auto; display: block; cursor: pointer; }
	a.cancelButton { margin: 10px auto 0; display: block; }
	.formInfo, .formTips { margin: 5px 0 0 0; }
	#pageNote { margin: 30px 0 0 0; }
	.checkboxGroup { width: 100%; margin: 0; display: block; }
	.noMobile { display: none; }
	#panelForm textarea { width: 100%; }
	#cke_answer, #cke_fees, #cke_parking, #cke_otherFees, #cke_contract, #cke_message, #cke_restrictions, #cke_cancellationPolicy, #cke_termsConditions, #cke_announcements, #cke_bio, #cke_content, #cke_text, #cke_announcements, #cke_copy1, #cke_copy2, #cke_testimonial, #cke_fullAgenda, #cke_fullMinutes, #cke_introLetter, #cke_description, #cke_details, #cke_leadership, #cke_schoolTimes, #cke_dropOffPickup, #cke_promotions, #cke_employer1WorkPerformed, #cke_employer1ReasonForLeaving, #cke_employer2WorkPerformed, #cke_employer2ReasonForLeaving, #cke_employer3WorkPerformed, #cke_employer3ReasonForLeaving, #cke_crimeConvictionsExplanation, #cke_duties, #cke_qualifications, #cke_summary, #cke_supplementalInformation, #cke_rightContent, #cke_faq, #cke_notes, #cke_whatToBring, #cke_specialNeeds, #cke_roomFeatures, #cke_optOutText, #cke_information, #cke_intro, #cke_benefits, #cke_appointments, #cke_optionNotes, #cke_eventMessage, #cke_officeHours, #cke_alertMessage, #cke_clientNotes, #cke_fullText, #cke_excerpt, #cke_resolution, #cke_expirationMessage, #cke_statement, #cke_history, #cke_iconNotes, #cke_appointmentProcess, #cke_emailText, #cke_coordinates, #cke_introduction, #cke_charges, #cke_jobDescription, #cke_expectations, #cke_eligibilityRequirements, #cke_instructions, #cke_application, #cke_preparing, #cke_registration, #cke_recertification, #cke_questions, #cke_registrationConfirmation, #cke_eventReminder, #cke_services, #cke_covers, #cke_attend, #cke_certification, #cke_generalInformation, #cke_hotelDescription, #cke_override, #cke_fullText, #cke_hostBio1, #cke_hostBio2, #cke_comments, #cke_charge, #cke_reasonLeaving, #cke_additionalInformation, #cke_additionalEmployers, #cke_militaryExperience, #cke_movingViolations,  #cke_reminderEmail, #cke_confirmation, #cke_architecture, #cke_modernFullText, #cke_hours, #cke_countyMessage, #cke_biography, #cke_addOns, #cke_employmentText, #cke_boardMembers, #cke_content2, #cke_content3,  #cke_content4, #cke_additionalFees, #cke_websiteConfirmation, #cke_voterRegistration, #cke_absenteeVoting, #cke_satelliteVoting, #cke_runningOffice, #cke_sidebarBenefits, #cke_creditContent, #cke_location, #cke_meetings, #cke_website, #cke_facebook, #cke_defaultText, #cke_submissionInstructions, #cke_virtualMeeting, #cke_footerText, #cke_features, #cke_discountDetails, #cke_details2, #cke_features2, #cke_plant, #cke_plantOther, #cke_whyGetCertified, #cke_fullWidthContent, #cke_whyMatters, #cke_schedule, #cke_studentExperience { width: auto; margin-left: 0 !important; margin-top: 30px; }
  .formTips24, .formTipsCondensed { margin: 15px 0; }
}
@media screen and (max-width: 640px) {
	.listImage { width: calc((100% - 50px) / 2); }
}
@media screen and (max-width: 480px) {
	.listImage { width: calc(100% - 25px); height: auto; margin: 0 0 30px; }
	#headerUserInfo { line-height: 20px; text-align: right; margin-top: 10px; }
	.headerSpacer { display: none; }
	a.headerSignOut { display: block; }
	.signOut { display: block; }
	#panelCard { padding: 40px 15px 30px; font-size: 20px; line-height: 30px; margin: 10px 0 50px; }
	.panelCredit { margin: 40px 0 0; padding: 30px 0 0; }
	/* Login Page */
	#loginContainer { width: calc(100% - 40px); margin: 0 auto; }
	#loginHeader { width: calc(100% - 40px); margin: 0 auto; padding: 105px 0 20px; text-align: center; }
	#loginLogo { display: block; margin: 0 auto 20px; padding: 0; border: 0; float: none; }
	#loginForm { width: 100%; float: none; }
}

/* Buttons */
.btn {
  padding: 0.5em 1em;
  border: 1px solid #ccc;
  border-radius: 4px;

  background: rgba(255,255,255,1);
  color: #222222;
  font-weight: 600;

  cursor: pointer;
  box-shadow: 0 1px 2px 0 rgba(0, 0, 0, 0.05);

  transition: opacity 250ms ease-out;
}

.btn > i {
  margin-right: 0.5em;
}

.btn:hover {
  background: rgba(249,250,251,1);
}

.btn.btn-wide {
  padding: 0.5em 1.5em;
}

.btn.btn-primary {
  background: rgba(60, 182, 74, 0.4);
  color: #222222;
}

.btn.btn-primary:hover {
  background: rgba(60, 182, 74, 1);
  color: white;
}

.text-primary {
  color: rgba(60, 182, 74, 1);
}

.text-primary-75 {
  color: rgba(60, 182, 74, 0.75);
}

.text-danger {
  color: #C4183C;
}

.text-info {
  color: #00B8D8;
}

.hidden {
  display: none;
}


/* Chosen Dropdown */
.chosen-container {
  position: relative;
  display: inline-block;
  vertical-align: middle;
  font-size: 14px;
  -webkit-user-select: none;
     -moz-user-select: none;
      -ms-user-select: none;
          user-select: none;
}

.chosen-container * {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}

.chosen-container .chosen-drop {
  position: absolute;
  top: 100%;
  z-index: 1010;
  width: 100%;
  border: 1px solid #101010;
  border-top: 0;
  background: #fff;
  -webkit-box-shadow: 0 4px 5px rgba(0, 0, 0, 0.15);
          box-shadow: 0 4px 5px rgba(0, 0, 0, 0.15);
  clip: rect(0, 0, 0, 0);
  -webkit-clip-path: inset(100% 100%);
          clip-path: inset(100% 100%);
}

.chosen-container.chosen-with-drop .chosen-drop {
  clip: auto;
  -webkit-clip-path: none;
          clip-path: none;
}

.chosen-container a {
  cursor: pointer;
}

.chosen-container .search-choice .group-name, .chosen-container .chosen-single .group-name {
  margin-right: 4px;
  overflow: hidden;
  white-space: nowrap;
  text-overflow: ellipsis;
  font-weight: normal;
  color: #999999;
}

.chosen-container .search-choice .group-name:after, .chosen-container .chosen-single .group-name:after {
  content: ":";
  padding-left: 2px;
  vertical-align: top;
}

/* @end */
/* @group Single Chosen */
.chosen-container-single .chosen-single {
  position: relative;
  display: block;
  overflow: hidden;
  padding: 2px 0 2px 8px;
  height: 28px;
  border: 1px solid #2D1B12;
  border-radius: 0;
  background: #fff;
  background-clip: padding-box;
  color: #000;
  text-decoration: none;
  white-space: nowrap;
  line-height: 24px;
}

.chosen-container-single .chosen-default {
  color: #999;
}

.chosen-container-single .chosen-single span {
  display: block;
  overflow: hidden;
  margin-right: 26px;
  text-overflow: ellipsis;
  white-space: nowrap;
}

.chosen-container-single .chosen-single-with-deselect span {
  margin-right: 38px;
}

.chosen-container-single .chosen-single abbr {
  position: absolute;
  top: 6px;
  right: 26px;
  display: block;
  width: 12px;
  height: 12px;
  background: url("chosen-sprite.png") -42px 1px no-repeat;
  font-size: 1px;
}

.chosen-container-single .chosen-single abbr:hover {
  background-position: -42px -10px;
}

.chosen-container-single.chosen-disabled .chosen-single abbr:hover {
  background-position: -42px -10px;
}

.chosen-container-single .chosen-single div {
  position: absolute;
  top: 0;
  right: 0;
  display: block;
  width: 18px;
  height: 100%;
}

.chosen-container-single .chosen-single div b {
  display: block;
  width: 100%;
  height: 100%;
  background: url("chosen-sprite.png") no-repeat 0px 2px;
}

.chosen-container-single .chosen-search {
  position: relative;
  z-index: 1010;
  margin: 0;
  padding: 3px 4px;
  white-space: nowrap;
}

.chosen-container-single .chosen-search input[type="text"] {
  margin: 1px 0 !important;
  padding: 4px 20px 4px 5px !important;
  width: 100% !important;
  height: auto !important;
  outline: 0;
  border: 1px solid #101010 !important;
  background: url("chosen-sprite.png") no-repeat 100% -20px !important;
  font-size: 1em !important;
  font-family: sans-serif !important;
  line-height: normal !important;
  border-radius: 0 !important;
}

.chosen-container-single .chosen-drop {
  margin-top: -1px;
  background-clip: padding-box;
}

.chosen-container-single.chosen-container-single-nosearch .chosen-search {
  position: absolute;
  clip: rect(0, 0, 0, 0);
  -webkit-clip-path: inset(100% 100%);
          clip-path: inset(100% 100%);
}

/* @end */
/* @group Results */
.chosen-container .chosen-results {
  color: #444;
  position: relative;
  overflow-x: hidden;
  overflow-y: auto;
  margin: 0 4px 4px 0;
  padding: 0 0 0 4px;
  max-height: 240px;
  -webkit-overflow-scrolling: touch;
}

.chosen-container .chosen-results li {
  display: none !important;
  margin: 0 !important;
  padding: 5px 6px !important;
  list-style: none !important;
  line-height: 15px !important;
  word-wrap: break-word !important;
  -webkit-touch-callout: none !important;
}

.chosen-container .chosen-results li.active-result {
  display: list-item !important;
  cursor: pointer !important;
}

.chosen-container .chosen-results li.disabled-result {
  display: list-item;
  color: #ccc;
  cursor: default;
}

.chosen-container .chosen-results li.highlighted {
  background-color: #4B7D62;
  color: #fff;
}

.chosen-container .chosen-results li.no-results {
  color: #101010;
  display: list-item;
  background: #f4f4f4;
}

.chosen-container .chosen-results li.group-result {
  display: list-item;
  font-weight: bold;
  cursor: default;
}

.chosen-container .chosen-results li.group-option {
  padding-left: 15px;
}

.chosen-container .chosen-results li em {
  font-style: normal;
  text-decoration: underline;
}

/* @end */
/* @group Multi Chosen */
.chosen-container-multi .chosen-choices {
  position: relative !important;
  overflow: hidden !important;
  margin: 0 !important;
  padding: 0 5px !important;
  width: 100% !important;
  height: auto !important;
  border: 1px solid #aaa !important;
  background-color: #fff !important;
  background-image: -webkit-gradient(linear, left top, left bottom, color-stop(1%, #eee), color-stop(15%, #fff)) !important;
  background-image: linear-gradient(#eee 1%, #fff 15%) !important;
  cursor: text !important;
}

.chosen-container-multi .chosen-choices li {
  float: left !important;
  list-style: none !important;
}

.chosen-container-multi .chosen-choices li.search-field {
  clear: none !important;
  margin: 0 !important;
  padding: 0 !important;
  white-space: nowrap !important;
}

.chosen-container-multi .chosen-choices li.search-field input[type="text"] {
  margin: 1px 0 !important;
  padding: 0 !important;
  height: 25px !important;
  outline: 0 !important;
  border: 0 !important;
  background: transparent !important;
  -webkit-box-shadow: none !important;
          box-shadow: none !important;
  line-height: normal !important;
  border-radius: 0 !important;
  width: 25px;
}

.chosen-container-multi .chosen-choices li.search-choice {
  clear: none !important;
  position: relative !important;
  margin: 3px 5px 3px 0 !important;
  padding: 3px 20px 3px 5px !important;
  border: 1px solid #101010 !important;
  max-width: 100% !important;
  background-color: #eeeeee !important;
  background-size: 100% 19px !important;
  background-repeat: repeat-x !important;
  background-clip: padding-box !important;
  color: #101010 !important;
  line-height: 16px !important;
  cursor: default !important;
}

.chosen-container-multi .chosen-choices li.search-choice span {
  word-wrap: break-word;
}

.chosen-container-multi .chosen-choices li.search-choice .search-choice-close {
  position: absolute;
  top: 4px;
  right: 3px;
  display: block;
  width: 12px;
  height: 12px;
  background: url("chosen-sprite.png") -42px 1px no-repeat;
  font-size: 1px;
}

.chosen-container-multi .chosen-choices li.search-choice .search-choice-close:hover {
  background-position: -42px -10px;
}

.chosen-container-multi .chosen-choices li.search-choice-disabled {
  padding-right: 5px;
  border: 1px solid #ccc;
  background-color: #e4e4e4;
  background-image: -webkit-gradient(linear, left top, left bottom, color-stop(20%, #f4f4f4), color-stop(50%, #f0f0f0), color-stop(52%, #e8e8e8), to(#eee));
  background-image: linear-gradient(#f4f4f4 20%, #f0f0f0 50%, #e8e8e8 52%, #eee 100%);
  color: #666;
}

.chosen-container-multi .chosen-choices li.search-choice-focus {
  background: #d4d4d4;
}

.chosen-container-multi .chosen-choices li.search-choice-focus .search-choice-close {
  background-position: -42px -10px;
}

.chosen-container-multi .chosen-results {
  margin: 0;
  padding: 0;
}

.chosen-container-multi .chosen-drop .result-selected {
  display: list-item;
  color: #ccc;
  cursor: default;
}

/* @end */
/* @group Active  */
.chosen-container-active .chosen-single {
  border: 1px solid #101010;
}

.chosen-container-active.chosen-with-drop .chosen-single {
  border: 1px solid #101010;
  border-bottom-right-radius: 0;
  border-bottom-left-radius: 0;
}

.chosen-container-active.chosen-with-drop .chosen-single div {
  border-left: none;
  background: transparent;
}

.chosen-container-active.chosen-with-drop .chosen-single div b {
  background-position: -18px 2px;
}

.chosen-container-active .chosen-choices {
  border: 1px solid #101010;
  -webkit-box-shadow: 0 0 5px rgba(0, 0, 0, 0.3);
          box-shadow: 0 0 5px rgba(0, 0, 0, 0.3);
}

.chosen-container-active .chosen-choices li.search-field input[type="text"] {
  color: #222 !important;
}

/* @end */
/* @group Disabled Support */
.chosen-disabled {
  opacity: 0.5 !important;
  cursor: default;
}

.chosen-disabled .chosen-single {
  cursor: default;
}

.chosen-disabled .chosen-choices .search-choice .search-choice-close {
  cursor: default;
}

/* @end */
/* @group Right to Left */
.chosen-rtl {
  text-align: right;
}

.chosen-rtl .chosen-single {
  overflow: visible;
  padding: 0 8px 0 0;
}

.chosen-rtl .chosen-single span {
  margin-right: 0;
  margin-left: 26px;
  direction: rtl;
}

.chosen-rtl .chosen-single-with-deselect span {
  margin-left: 38px;
}

.chosen-rtl .chosen-single div {
  right: auto;
  left: 3px;
}

.chosen-rtl .chosen-single abbr {
  right: auto;
  left: 26px;
}

.chosen-rtl .chosen-choices li {
  float: right;
}

.chosen-rtl .chosen-choices li.search-field input[type="text"] {
  direction: rtl;
}

.chosen-rtl .chosen-choices li.search-choice {
  margin: 3px 5px 3px 0;
  padding: 3px 5px 3px 19px;
}

.chosen-rtl .chosen-choices li.search-choice .search-choice-close {
  right: auto;
  left: 4px;
}

.chosen-rtl.chosen-container-single .chosen-results {
  margin: 0 0 4px 4px;
  padding: 0 4px 0 0;
}

.chosen-rtl .chosen-results li.group-option {
  padding-right: 15px;
  padding-left: 0;
}

.chosen-rtl.chosen-container-active.chosen-with-drop .chosen-single div {
  border-right: none;
}

.chosen-rtl .chosen-search input[type="text"] {
  padding: 4px 5px 4px 20px;
  background: url("chosen-sprite.png") no-repeat -30px -20px;
  direction: rtl;
}

.chosen-rtl.chosen-container-single .chosen-single div b {
  background-position: 6px 2px;
}

.chosen-rtl.chosen-container-single.chosen-with-drop .chosen-single div b {
  background-position: -12px 2px;
}

/* @end */
/* @group Retina compatibility */
@media only screen and (-webkit-min-device-pixel-ratio: 1.5), only screen and (min-resolution: 144dpi), only screen and (min-resolution: 1.5dppx) {
  .chosen-rtl .chosen-search input[type="text"],
  .chosen-container-single .chosen-single abbr,
  .chosen-container-single .chosen-single div b,
  .chosen-container-single .chosen-search input[type="text"],
  .chosen-container-multi .chosen-choices .search-choice .search-choice-close,
  .chosen-container .chosen-results-scroll-down span,
  .chosen-container .chosen-results-scroll-up span {
    background-image: url("chosen-sprite@2x.png") !important;
    background-size: 52px 37px !important;
    background-repeat: no-repeat !important;
  }
}

/* @end */

canvas {
position: absolute;
overflow-y: hidden;
overflow-x: hidden;
width: 100%;
margin: 0;
z-index: -1;
}


/* Recent Edits */
.mclRecentEdit { text-align: left; display: flex; align-items: center; border-bottom: 1px solid #E5E9E9; padding: 5px 0; }
.mclRecentEdit.last { border-bottom: none; }
.mclEditIcon { width: 20px; text-align: center; }
.mclEditInfo { width: calc(100% - 26px); margin-left: 5px; }
.mclEditLink a { text-decoration: none; background: #4B7D62 !important; color: #FFF !important; display: inline-block; padding: 4px 8px; margin: 5px 0 0; }
.mclEditSection { display: inline-block; background: #E5E9E9; padding: 0 2px; font-size: 12px; text-transform: uppercase; }
.mclEditDate { float: right; font-size: 12px; }

.listHidden { display: none !important; }
.filterItem { display: none; }
.showItem { display: block; }