/*Custom for Reopening Readiness Dashboard*/ div.reopening-dashboard { margin: 20px auto; max-width: 900px; } div.reopening-dashboard p { margin-bottom: 5px; } div.reopening-dashboard h1 { color: #9d2235; font-size: 42px; line-height: 1; font-weight: bold; } div.reopening-dashboard h2 { margin-top: 0; font-weight: bold; } div.reopening-dashboard h4 { color: #9d2235; font-weight: bold; } div.reopening-dashboard img.check { width: 25px; margin-bottom: -4px; } @media only screen and (max-width: 1160px) { div.reopening-dashboard img.dashboard-pencil { width: 120px; margin: 0 !important; padding: 10px; } div.reopening-dashboard h1 { font-size: 36px; } div.reopening-dashboard h2 { font-size: 24px; } } /*smÂÛ̳ Red*/ .busdred { color: #9d2235; } a.busdred { color: #9d2235; } a.busdred:hover { color: #f7941d; } hr.busdred { border-bottom: 3px solid #9d2235; } h1.bottom-border-red, h2.bottom-border-red { border-bottom: 5px solid #9d2235; } h3.bottom-border-red, h4.bottom-border-red, h5.bottom-border-red { border-bottom: 3px solid #9d2235; } /*smÂÛ̳ Yellow*/ .busdyellow { color: #f7941d; } a.busdyellow { color: #f7941d; } a.busdyellow:hover { color: #9d2235; } hr.busdyellow { border-bottom: 3px solid #f7941d; } button.busdyellow, input[type="button"].busdyellow, input[type="reset"].busdyellow, input[type="submit"].busdyellow, .button.busdyellow { background-color: #f7941d; } button.busdyellow:hover, input[type="button"].busdyellow:hover, input[type="reset"].busdyellow:hover, input[type="submit"].busdyellow:hover, .button.busdyellow:hover { background-color: #f7941d; } h1.bottom-border-yellow, h2.bottom-border-yellow { border-bottom: 5px solid #f7941d; } h3.bottom-border-yellow, h4.bottom-border-yellow, h5.bottom-border-yellow { border-bottom: 3px solid #f7941d; } /*Blockquote 2*/ div.blockquote2 { display: block; margin: 20px 0 20px; padding-left: 20px; border-left: 3px solid #9d2235; } /*Size Classes*/ .extra-small { font-size: 11px; } .small { font-size: 14px; } .large { font-size: 24px; } .extra-large { font-size: 36px; } /*Popup Maker*/ .pum-content { font-size: 18px; margin-top: 15px; line-height: 1.4; } /*Icon Links*/ a.external-link::before, .external-link a::before { content: url(/wp-content/uploads/2016/05/external_link_icon.png); vertical-align: middle; padding-right: 8px; } a.pdf-link::before, .pdf-link a::before { content: url(/wp-content/uploads/2011/09/acrobat_icon.gif); vertical-align: middle; padding-right: 8px; } a.video-link::before, .video-link a::before { content: url(/wp-content/uploads/2014/12/video_icon.png); vertical-align: middle; padding-right: 8px; } a.document-link::before, .document-link a::before { content: url(/wp-content/uploads/2020/11/Google-Doc-Icon.jpg); vertical-align: middle; padding-right: 8px; } a.spreadsheet-link::before, .spreadsheet-link a::before { content: url(/wp-content/uploads/2022/04/Spreadsheet-Icon.png); vertical-align: middle; padding-right: 8px; } /*Sidebar Menu (jQuery Accordion Menu Widget)*/ .dcjq-accordion a { color: #222; text-decoration: none; } .dcjq-accordion .current-menu-item a { font-weight: bold; text-decoration: underline; } /*Shortcodes Ultimate Accordion*/ .su-spoiler.busd-accordion>.su-spoiler-title { font-size: 24px; padding: 6px 7px 15px 34px; line-height: 1.2; font-weight: 400; outline: none; } .su-spoiler.busd-accordion>.su-spoiler-title>.su-spoiler-icon { top: 13px; } .su-spoiler.busd-accordion { border-bottom: 1px solid #ccc; } .su-spoiler.busd-spoiler>.su-spoiler-title { font-size: inherit; padding: 13px 0px 13px 27px; font-weight: 400; outline: none; } .su-spoiler.busd-spoiler>.su-spoiler-title>.su-spoiler-icon { top: 13px; } .su-spoiler.busd-spoiler { border: none; margin-bottom: 0; } /*Responsive Video Embeds*/ .embed-responsive { overflow: hidden; padding-bottom: 56.25%; position: relative; height: 0; } .embed-responsive iframe { left: 0; top: 0; height: 100%; width: 100%; position: absolute; } /* Menu List */ .menu-list { border-top: 1px solid #222222; border-bottom: 1px solid #222222; display: flex; margin: 10px 0; flex-wrap: wrap; } .menu-list ul, ul.menu-list { margin: 15px 0; font-size: 16px; font-weight: 500; } .menu-list li { display: inline-block; margin: 7px 0; line-height: 1.1; list-style: none; padding: 0; } .menu-list li a { color: #222222; text-decoration: none; font-weight: bold; } .menu-list li a:hover { text-decoration: none; } .menu-list li { border-right: 1px solid #CDCFC9; padding: 0 .5em 0 0.5em; } .menu-list li:first-child { padding-left: 0; } .menu-list li:last-child { border-right: none; } .menu-list-label { display: inline-block; font-weight: bold; text-transform: uppercase; padding-right: .02em; margin: 7px 5px 7px 0; white-space: nowrap; line-height: 1.1; } .menu-list-label { color: #9d2235; } .menu-list-label::after { content: ":"; } /* Image Shadow */ a img.image-shadow, a.image-shadow img { box-shadow: 0 4px 8px 0 rgb(0 0 0 / 20%); transition: 0.1s; } a img.image-shadow:hover, a.image-shadow img:hover { box-shadow: 0 4px 8px 0 rgb(0 0 0 / 20%), 0 6px 20px 0 rgb(0 0 0 / 19%); transition: 0.1s; } /* Sticky "postit" Note Class | SS */ .postit { color: #000; max-width: 300px; max-height: 270px; aspect-ratio: 30 / 27; margin: 10px; padding: 10px; position: relative; border-bottom-right-radius: 60px 5px; display: inline-block; background: linear-gradient(135deg, #ffff88 81%, #ffff88 82%, #ffff88 82%, #ffffc6 100%); -webkit-transform: rotate(-2deg); -o-transform: rotate(-2deg); -moz-transform: rotate(-2deg); -moz-box-shadow: 5px 5px 7px rgba(0, 0, 0, .2); -webkit-box-shadow: 5px 5px 7px rgba(0, 0, 0, .2); box-shadow: 5px 5px 7px rgba(0, 0, 0, .2); } .postit h1, .postit h2, .postit h3, .postit h4, .postit h5 { margin: 0 0 10px; font-weight: 600; font-size: 20px; } .postit p { margin: 0 0 10px; } .postit a { color: #686868; } @media only screen and (max-width: 575px) { .postit { font-size: 14px; } }