/* @license GPL-2.0-or-later https://www.drupal.org/licensing/faq */

*,
* * {
    margin: 0;
    padding: 0;
    position: relative;
    box-sizing: border-box;
}

body {
    font-family: proxima-nova, sans-serif;
    color: #3e3e3e;
    transition: margin-top .4s;
}

footer,
header,
nav,
main,
section {
    display: block;
}

html {
    overflow-x: hidden;
}

.page-margins {
    margin: 24px auto;
    max-width: 1364px;
    width: 80vw;
    text-align: left;
}

.page-margins a {
    color: #026a72;
    transition: color .4s ease;
}

.page-margins a:hover,
.page-margins a:focus {
    color: #005055;
}

.page-margins ul,
.page-margins ol {
    line-height: 1.875rem;
    margin-bottom: 32px;
    margin-left: 32px;
}

.page-margins ul ul,
.page-margins ul ol,
.page-margins ol ul,
.page-margins ol ol {
    margin-bottom: 0px;
    margin-left: 32px;
}

.page-margins img {
    max-height: 700px;
}

.content-and-sidebar-outer-wrapper {
    text-align: center;
}

.bg-gradient {
    background-image: url("/Institutions/Hagerstown-Community-College/images/banner.jpg");
    background-repeat: no-repeat;
    background-position: center;
    background-size: cover;
}

.bg-gradient::after {
    content: '';
    background-color: rgba(2, 106, 114, 0.75);
    position: absolute;
    width: 100%;
    height: 100%;
}

.single-article {
    padding: 48px 16px 16px;
    background-color: #fff;
    border-radius: 4px;
}

.single-article a {
    color: #026a72;
    transition: color .4s ease;
}

.single-article a:hover,
.single-article a:focus {
    color: #005055;
}

.single-article.article-no-sidebar {
    margin: 0 auto;
    min-height: 0;
}

.single-article.article-no-sidebar.single-article-small-banner {
    margin-top: 0;
}

.single-article ul {
    margin-bottom: 5px;
}

.single-article li {
    margin-left: 16px;
}

.layout-main-wrapper {
    max-width: none;
}

.layout-main-wrapper .layout-main .main-content {
    margin: 0;
    width: 100%;
}

h1,
h2,
h3,
h4,
h5,
h6 {
    font-weight: 700;
    margin-bottom: 0.35em;
}

h1 {
    font-size: 2.5rem;
    line-height: 3.5rem;
}

h2 {
    font-size: 1.9rem;
}

h3 {
    font-size: 1.625rem;
}

h4 {
    font-size: 1.4rem;
}

h5 {
    font-size: 1.25rem;
}

h6 {
    font-size: 1.05rem;
}

p {
    font-weight: 400;
    line-height: 1.875rem;
    margin-bottom: 24px;
    font-size: 1rem;
}

a {
    color: #3e3e3e;
}

a:visited {
    color: inherit;
}

a:focus {
    outline: 1px solid #707070;
    outline-offset: 2px;
}

.news-events-heading {
    font-family: baskerville-display-pt, serif;
}

img {
    max-width: 100%;
    height: auto;
}

table {
    background-color: #ededed;
    margin-bottom: 1.6rem;
    padding: 2rem .75rem;
    border-spacing: 0 0;
    width: 100%;
    text-align: left;
}

table thead {
    display: none;
}

table thead td:first-child {
    padding-left: 22px;
}

table thead td:last-child {
    padding-right: 12px;
}

table thead td {
    font-weight: 700;
    border-bottom: 1px solid #3e3e3e;
    background-color: #ededed;
    padding: 0 7px;
}

table tr+tr td {
    padding-top: 16px;
}

table tr+tr td .medium-hr {
    display: block;
    border: solid 1px #707070;
    margin-bottom: 32px;
}

table tbody {
    background-color: #fff;
    border-radius: 4px;
    width: 100%;
}

table tbody tr .medium-hr {
    display: none;
}

table tbody tr td {
    display: block;
    padding: 16px 16px;
}

table tbody tr td:empty {
    padding: 0;
}

table tbody tr .medium-label {
    display: block;
    font-weight: 700;
}

table tbody tr td {
    background-color: #fff;
    text-align: left;
}

table tbody tr td:first-child {
    border-top-left-radius: .25rem;
    border-top-right-radius: .25rem;
    padding-left: 16px;
}

table tbody tr td:last-child {
    border-bottom-left-radius: .25rem;
    border-bottom-right-radius: .25rem;
    padding-right: 16px;
}

table tbody tr td a {
    font-weight: 700;
    color: #026a72;
    text-decoration: none;
}

table tbody tr td a:hover svg {
    margin-bottom: 2px;
    margin-left: 8px;
    opacity: 1;
}

table tbody tr td a svg {
    opacity: 0;
    margin-left: 0;
    transition: opacity .2s ease;
    transition: margin-left .2s ease;
}

.left-align {
    text-align: left;
}

.right-align {
    text-align: right;
}

article.align-left {
    padding: 12px 24px 12px 0;
}

article.align-right {
    padding: 12px 0 12px 24px;
}

article.align-center {
    padding: 12px;
    text-align: center;
}

.clear {
    clear: both;
}

.col-2,
.col-3,
.col-4 {
    width: 100%;
}

.btn {
    min-height: 50px;
    text-align: center;
    padding: 5px 50px;
    border: none;
    box-shadow: 2px 3.5px 11px 0px rgba(0, 0, 0, 0.2);
    display: block;
    margin: 0 auto;
}

.btn span {
    font-weight: 500;
    font-size: 1.25rem;
}

.btn.btn-green {
    min-width: 245px;
    background-color: #4c7434;
    transition: background-size .4s, box-shadow .4s, background-color .4s;
}

.btn.btn-green span {
    color: #fff;
}

.btn.btn-green:hover {
    background-color: #3c582a;
    box-shadow: 0px 3px 10px rgba(0, 0, 0, 0.44);
}

.btn.btn-green:hover:after {
    opacity: 1;
}

.btn.btn-green:after,
.btn.btn-white:after {
    background-image: url("/themes/custom/hagerstown/images/right-arrow-white.svg");
    background-repeat: no-repeat;
    background-position: center;
    background-position-x: 95%;
    background-size: 10px;
    content: "";
    opacity: 0;
    min-width: 245px;
    min-height: 50px;
    position: absolute;
    top: 0;
    right: 0;
    transition: opacity .4s ease-in-out;
}

.btn.btn-white:after {
    background-image: url("/Institutions/Hagerstown-Community-College/images/right-arrow-teal.svg");
    min-width: 225px;
    min-height: 50px;
    position: absolute;
    top: 50%;
    transform: translate(0, -50%);
}

.btn.btn-white {
    min-width: 225px;
    background-color: #fff;
    transition: background-size .4s ease, box-shadow .4s ease;
}

.btn.btn-white span {
    color: #026a72;
}

.btn.btn-white:hover {
    box-shadow: 0px 3px 10px rgba(0, 0, 0, 0.44);
}

.btn.btn-white:hover:after {
    opacity: 1;
}

.btn:focus {
    outline: 1px solid #707070;
    outline-offset: 5px;
    background-size: 10px;
}

.secondary-button {
    text-align: center;
    padding: 0 15px 17px;
}

.secondary-button span {
    font-weight: 700;
}

.secondary-button .green-text {
    color: #4c7434;
}

.secondary-button .teal-text {
    color: #026a72;
}

.secondary-button .white-text {
    color: #fff;
}

.toolbar-oriented .toolbar-bar .toolbar-tab,
.toolbar-oriented .toolbar-tray-horizontal li {
    position: static;
}

.toolbar .toolbar-bar {
    color: #565656;
    z-index: 9999999;
}

.frame.bid-form {
    z-index: 100;
}

iframe {
    max-width: 100%;
}

.hcc-lightbox {
    position: fixed;
    top: 0;
    left: 50%;
    overflow: hidden;
    transition: left .2s, width .2s, height .2s;
    background: rgba(255, 255, 255, 0.6);
    z-index: 900;
}

.hcc-lightbox.active {
    left: 0;
    height: 100vh;
    width: 100vw;
}

.hcc-lightbox.active .hcc-lightbox-content {
    top: 50%;
    left: 50%;
    width: 85vw;
    height: 47vw;
    transform: translate(-50%, -50%);
}

.hcc-lightbox.active .close-video {
    display: block;
}

.hcc-lightbox .close-video {
    display: none;
    position: absolute;
    right: 1.5vw;
    top: 20vw;
    text-align: center;
    font-size: 1rem;
    color: #3e3e3e;
    font-weight: 700;
    text-decoration: none;
}

.hcc-lightbox .close-video span {
    background-image: url("/themes/custom/hagerstown/images/close-icon-teal.svg");
    background-repeat: no-repeat;
    display: block;
    width: 18px;
    height: 18px;
    margin: 0 auto 3px;
}

.hcc-lightbox .hcc-lightbox-content {
    position: absolute;
    top: 0;
    left: 0;
    height: 0;
    width: 0;
    margin-top: 0;
    margin-left: 0;
    transition: all .2s;
}

.hcc-lightbox .hcc-lightbox-content iframe {
    border: none;
}

.show-bg-shadow {
    background-color: #fff;
}

.header-image,
.normal-header,
.pgnotfound-header {
    margin-top: -76px;
    height: 184px;
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center;
}

.header-image .landing-style,
.normal-header .landing-style,
.pgnotfound-header .landing-style {
    position: absolute;
    bottom: 0;
    display: block;
    left: 16px;
}

.header-image .heading-div,
.normal-header .heading-div,
.pgnotfound-header .heading-div {
    display: none;
    z-index: 2;
}

.header-image.small,
.normal-header.small,
.pgnotfound-header.small {
    height: 184px;
}

.header-image.medium,
.normal-header.medium,
.pgnotfound-header.medium {
    height: 250px;
}

.header-image.large,
.normal-header.large,
.pgnotfound-header.large {
    height: 330px;
}

.header-image.large .heading-div,
.normal-header.large .heading-div,
.pgnotfound-header.large .heading-div {
    display: block;
    position: absolute;
    bottom: 0;
    left: 16px;
    right: 16px;
}

.header-image.large .heading-div h1,
.normal-header.large .heading-div h1,
.pgnotfound-header.large .heading-div h1 {
    color: #fff;
    font-family: baskerville-display-pt, serif;
}

.header-color {
    background-color: #026a72;
}

.alert-header {
    margin: 0;
}

.drupal_default_message {
    height: 0;
}

.landing-style {
    display: none;
    margin: 0 auto;
    bottom: 0;
    position: absolute;
}

.landing-style h1 {
    color: #fff;
    text-align: left;
    font-family: baskerville-display-pt, serif;
}

.landing-style+.heading-div {
    display: none !important;
}

.landing-style+.heading-div.advancement-internal {
    display: block !important;
}

.landing-style+.heading-div.advancement-internal+.heading-div {
    display: none !important;
}

.advancement-page .landing-style {
    margin: 0 auto !important;
    top: 53%;
    left: 50%;
    width: 100%;
    transform: translate(-50%, -50%);
}

.advancement-page .landing-style h1 {
    text-align: center !important;
    line-height: 3rem;
}

.sidebar-present .landing-style h1 {
    text-align: left;
}

.single-article-lower .heading-div {
    display: none;
}

.single-article-small-banner {
    margin-top: 0px;
}

.page-margins table,
.single-article table {
    border-spacing: 0 20px;
    width: 100% !important;
    margin: 32px 0;
    padding: 8px 12px;
}

.page-margins table thead tr th,
.single-article table thead tr th {
    padding: 12px;
    background-color: #fff;
}

.page-margins table tbody tr td:first-child,
.single-article table tbody tr td:first-child {
    border-radius: 0;
    padding-left: 12px;
}

.page-margins table tbody tr td:last-child,
.single-article table tbody tr td:last-child {
    border-radius: 0;
    padding-right: 12px;
}

.page-margins table tbody tr th,
.single-article table tbody tr th {
    padding: 12px;
    text-align: center;
    background-color: #4c7434;
    color: #fff;
}

.site-footer {
    color: #fff;
    background: linear-gradient(rgba(76, 116, 52, 0.9), rgba(76, 116, 52, 0.9)), url("/Institutions/Hagerstown-Community-College/images/footer-bg.jpg");
    background-position: center;
    background-size: cover;
    background-repeat: no-repeat;
    padding: 30px 20px 0;
}

.site-footer li {
    list-style-type: none;
}

.site-footer ul {
    margin: 0;
    padding: 0;
}

.site-footer a {
    color: #fff;
}

.site-footer a span {
    font-weight: 400;
}

.site-footer a:visited {
    color: #fff;
}

.site-footer .btn {
    padding: 20px 0px;
    width: 260px;
    text-align: center;
}

.site-footer .btn span {
    color: #3e3e3e;
    text-transform: uppercase;
    font-weight: bold;
}

.site-footer .btn svg {
    transition: opacity .4s ease;
    transition: margin .4s ease;
    margin-bottom: 3px;
    opacity: 0;
    width: 0;
}

.site-footer .btn:hover {
    box-shadow: 3px 6px 18px 2px rgba(0, 0, 0, 0.6);
}

.site-footer .btn:hover svg {
    margin: 0 0 3px 10px;
    opacity: 1;
    width: auto;
}

.site-footer hr {
    border: 2px solid #fff;
    opacity: .25;
    width: 100%;
    margin: 0 auto 16px auto;
}

.site-footer .footer-calltoaction-block .btn:focus,
.site-footer .footer-quick-links-block a:focus,
.site-footer .footer-bottom-block a:focus {
    outline: 1px solid rgba(248, 248, 248, 0.5);
    outline-offset: 5px;
}

.site-footer .footer-location-block {
    font-weight: 400;
}

.site-footer .footer-location-block svg {
    display: inline-block;
    position: relative;
    top: 30px;
    left: -80px;
    width: 15px;
    height: 20px;
}

.site-footer .footer-location-block p,
.site-footer .footer-location-block a {
    margin: 0;
    line-height: 2rem;
}

.site-footer .footer-location-block p a {
    margin-left: 0;
    font-weight: 600;
}

.site-footer .footer-location-block a {
    text-decoration: none;
}

.site-footer .footer-social-block,
.site-footer .footer-location-block {
    z-index: 2;
    text-align: center;
}

.site-footer .footer-social-block,
.site-footer .footer-quick-links-block {
    position: relative;
}

.site-footer .footer-quick-nav-dropdown {
    margin: 0 auto 2rem auto;
    border: solid 1px #f8f8f8;
    border-radius: 5px;
    padding: 7px 15px;
    cursor: pointer;
}

.site-footer .footer-quick-nav-dropdown p {
    margin: 0;
    font-weight: 700;
}

.site-footer .footer-quick-nav-dropdown p svg {
    transition: transform .4s ease;
    transform: rotate(-90deg);
    float: right;
    margin-top: 10px;
}

.site-footer .footer-quick-nav-dropdown.active .footer-quick-links-block {
    max-height: 2000px;
}

.site-footer .footer-quick-nav-dropdown.active .footer-quick-links-block span {
    font-weight: 400;
}

.site-footer .footer-quick-links-block {
    margin-bottom: 32px;
    line-height: 2rem;
    width: 100%;
    max-height: 0;
    overflow: hidden;
    transition: max-height .4s ease;
    margin: 0;
}

.site-footer .footer-quick-links-block svg {
    transition: opacity .4s ease;
    transition: margin .4s ease;
    margin: 0;
    opacity: 0;
}

.site-footer .footer-quick-links-block span:hover {
    border-bottom: 1px solid #f8f8f8;
}

.site-footer .footer-quick-links-block span:hover svg {
    margin: 0 0 0 10px;
    opacity: 1;
}

.site-footer .footer-quick-links-block a {
    text-decoration: none;
}

.site-footer .footer-bottom-block ul,
.site-footer .footer-social-block ul {
    margin: 0 auto;
}

.site-footer .footer-bottom-block li,
.site-footer .footer-social-block li {
    display: inline-block;
}

.site-footer .footer-social-block {
    margin: 24px 0 32px;
}

.site-footer .footer-social-block img {
    width: 20px;
}

.site-footer .footer-social-block ul {
    text-align: center;
}

.site-footer .footer-social-block li {
    border: solid 1px #f8f8f8;
    border-radius: 50%;
    cursor: pointer;
    width: 42px;
    height: 42px;
    margin-right: 10px;
}

.site-footer .footer-social-block li:last-child {
    margin-right: 0;
}

.site-footer .footer-social-block li a {
    position: absolute;
    top: 26%;
    left: 27%;
}

.site-footer .footer-social-block li a[title=Flickr] {
    top: 26%;
}

.site-footer .footer-social-block li a[title=LinkedIn] {
    top: 27%;
}

.site-footer .footer-social-block li a[title=Twitter] {
    top: 29%;
}

.site-footer .footer-social-block li a[title=Youtube] {
    top: 29%;
    left: 22%;
}

.site-footer .footer-social-block li a[title=Tiktok] {
    top: 26%;
    left: 30%;
}

.site-footer .footer-social-block li:hover {
    background-color: #f8f8f8;
}

.site-footer .footer-social-block li:hover a[title=Facebook] svg path {
    fill: #4267B2;
}

.site-footer .footer-social-block li:hover a[title=Flickr] svg path {
    fill: #000000;
}

.site-footer .footer-social-block li:hover a[title=Instagram] svg path {
    fill: #000000;
}

.site-footer .footer-social-block li:hover a[title=LinkedIn] svg path {
    fill: #0077B5;
}

.site-footer .footer-social-block li:hover a[title=Twitter] svg path {
    fill: #1DA1F2;
}

.site-footer .footer-social-block li:hover a[title=Youtube] svg path {
    fill: #FF0002;
}

.site-footer .footer-social-block li:hover a[title=Tiktok] svg path {
    fill: #ff0050;
}

.site-footer .footer-translate-block {
    margin-bottom: 16px;
}

.site-footer .footer-translate-block ul {
    margin: 0 auto;
}

.site-footer .footer-translate-block li {
    text-align: center;
}

.site-footer .footer-translate-block li a {
    font-weight: 500;
    text-decoration: none;
    border-bottom: 1px solid #f8f8f8;
}

.site-footer .footer-bottom-block li {
    margin-right: 40px;
    margin-bottom: 16px;
}

.site-footer .footer-bottom-block li a {
    text-decoration: none;
}

.site-footer .footer-bottom-block li span {
    border-bottom: 1px solid #f8f8f8;
}

.site-footer .footer-bottom-block li span:hover {
    border-bottom: 1px solid #e2ffd1;
    color: #e2ffd1;
}

.site-footer .footer-bottom-block li:last-child,
.site-footer .footer-bottom-block li:nth-child(2) {
    margin-right: 0;
}

.site-footer .footer-bottom-block ul {
    text-align: center;
}

.site-footer .social-media-icons li a span {
    display: block;
    overflow: hidden;
    text-indent: -1000px;
}

.site-footer .social-media-icons li a svg {
    position: absolute;
    top: 0;
    left: 0;
}

.site-footer .footer-translate-button {
    display: block;
    margin: 32px 0;
}

.site-footer .footer-translate-button:first-child {
    margin-top: 16px;
}

.site-footer .footer-translate-button:last-child {
    margin-bottom: 48px;
}

.cal-body {
    padding: 25px;
    margin: 25px 0;
    text-align: left;
}

.cal-body h1 {
    font-family: baskerville-display-pt, serif;
}

.cal-body .cal-cover.active {
    position: absolute;
    width: 105%;
    left: -5%;
    height: 100%;
    z-index: 2;
    background-color: rgba(255, 255, 255, 0.92);
}

.cal-body .cal-header {
    border-bottom: 1px solid #707070;
    padding-bottom: 20px;
    z-index: 1;
}

.cal-body .cal-header button {
    display: none;
    background-color: #fff;
    padding: 10px 40px;
    border-radius: 2em;
    font-size: 1rem;
    font-weight: 700;
    box-shadow: 2px 3.5px 11px 0px rgba(0, 0, 0, 0.2);
    margin-bottom: 10px;
    border: 0;
}

.cal-body .cal-header .cal-month {
    font-weight: 600;
    margin: 10px 0 40px;
    display: inline-block;
}

.cal-body .cal-header .cal-month::after {
    content: "\A";
    white-space: pre;
}

.cal-body .cal-header label {
    display: block;
    margin-bottom: 30px;
    font-size: 1rem;
    background-color: transparent;
    background-image: none;
    background-repeat: no-repeat;
    background-size: 22px;
    background-position-x: 0px;
    cursor: pointer;
}

.cal-body .cal-header label .cal-name {
    margin-left: 10px;
    color: #3e3e3e;
    top: 2px;
}

.cal-body .cal-header label.checked {
    background-image: url("/themes/custom/hagerstown/images/checkmark-white.svg");
}

.cal-body .cal-header label::before {
    content: "";
    display: block;
    float: left;
    height: 20px;
    width: 20px;
    border-radius: 4px;
    margin-right: -18px;
    margin-bottom: -3px;
    border-width: 1px;
    border-style: solid;
    border-color: inherit;
}

.cal-body .cal-header label::after {
    content: "";
    display: inline-block;
    position: absolute;
    left: 0px;
    top: 0px;
    height: 19px;
    width: 0px;
    border-left-style: solid;
    border-bottom-style: solid;
    border-left-width: 22px;
    border-bottom-width: 3px;
    border-left-color: inherit;
    border-bottom-color: inherit;
    border-radius: 4px;
    background-color: inherit;
    z-index: -1;
}

.cal-body .cal-header .cal-picker-input {
    margin-right: 10px;
    opacity: 0;
    cursor: pointer;
}

.cal-body .cal-header label::after {
    content: none;
}

.cal-body .cal-header label.checked::after {
    content: "";
    position: absolute;
}

.cal-body .cal-header .cal-back,
.cal-body .cal-header .cal-next {
    background-image: url("/themes/custom/hagerstown/images/left-caret-teal.svg");
    background-repeat: no-repeat;
    width: 13px;
    height: 13px;
    display: inline-block;
    background-size: contain;
    top: -3px;
}

.cal-body .cal-header .cal-back span,
.cal-body .cal-header .cal-next span {
    visibility: hidden;
}

.cal-body .cal-header .cal-back {
    margin: 0 8px 0 16px;
}

.cal-body .cal-header .cal-next {
    margin: 0 0 0 3px;
    transform: rotate(180deg);
}

.cal-body .cal-show-past-events {
    font-size: 1.125rem;
    text-align: center;
    display: block;
    color: #026a72;
    padding: 20px 0;
    font-weight: 700;
    text-decoration: none;
    border-bottom: 1px solid #3e3e3e;
}

.cal-body table {
    padding: 0;
}

.cal-body table thead {
    display: none;
}

.cal-body table tbody tr:hover {
    box-shadow: none;
}

.cal-body table tbody tr td {
    display: inline;
    float: none;
    width: auto;
    background-color: #ededed;
    padding: 0;
}

.cal-body table tbody tr td .cal-content {
    margin: 20px 0;
    padding: 15px 0;
    border-bottom: 1px solid #DEDEDE;
}

.cal-body table tbody tr td .cal-content .cal-day-text {
    font-size: 1.25rem;
    font-weight: 700;
    display: block;
    margin-bottom: 25px;
}

.cal-body table tbody tr td .cal-content .cal-day-number {
    display: none;
}

.cal-body table tbody tr td .cal-content .cal-daily-events ul,
.cal-body table tbody tr td .cal-content .cal-fullday-events ul {
    list-style-position: inside;
    list-style: none;
    margin: 0;
}

.cal-body table tbody tr td .cal-content .cal-daily-events ul li,
.cal-body table tbody tr td .cal-content .cal-fullday-events ul li {
    margin-bottom: 25px;
}

.cal-body table tbody tr td .cal-content .cal-daily-events ul li svg,
.cal-body table tbody tr td .cal-content .cal-fullday-events ul li svg {
    width: 16px;
}

.cal-body table tbody tr td .cal-content .cal-daily-events ul li svg path,
.cal-body table tbody tr td .cal-content .cal-fullday-events ul li svg path {
    fill: inherit;
}

.cal-body table tbody tr td .cal-content .cal-daily-events ul li a,
.cal-body table tbody tr td .cal-content .cal-fullday-events ul li a {
    color: #3e3e3e;
    font-weight: 700;
    font-size: 1rem;
    top: -2px;
    margin-left: 7px;
}

.cal-body table tbody tr td .cal-content .cal-daily-events ul li a .cal-event-time-value,
.cal-body table tbody tr td .cal-content .cal-fullday-events ul li a .cal-event-time-value {
    font-size: .875rem;
    font-weight: 400;
    margin-right: 3px;
}

.cal-body table tbody tr td .cal-content .cal-daily-events ul li a .cal-event-summary-value,
.cal-body table tbody tr td .cal-content .cal-fullday-events ul li a .cal-event-summary-value {
    display: inline-block;
    width: 70%;
    vertical-align: text-top;
}

.cal-body table tbody tr td .cal-content .cal-daily-events ul li .cal-event-detail,
.cal-body table tbody tr td .cal-content .cal-fullday-events ul li .cal-event-detail {
    border-radius: 8px;
    box-shadow: 2px 3.5px 11px 0px rgba(0, 0, 0, 0.2);
    width: 100%;
    padding: 45px 50px 55px;
    position: absolute;
    left: 0;
    background-color: #fff;
    z-index: 101;
    margin-top: 40px;
}

.cal-body table tbody tr td .cal-content .cal-daily-events ul li .cal-event-detail .close-cal-modal,
.cal-body table tbody tr td .cal-content .cal-fullday-events ul li .cal-event-detail .close-cal-modal {
    width: 20px;
    height: 20px;
    background-color: #fff;
    border-radius: 50%;
    border: 1px solid #026a72;
    position: absolute;
    top: 16px;
    right: 16px;
    text-align: center;
    cursor: pointer;
}

.cal-body table tbody tr td .cal-content .cal-daily-events ul li .cal-event-detail .close-cal-modal svg,
.cal-body table tbody tr td .cal-content .cal-fullday-events ul li .cal-event-detail .close-cal-modal svg {
    width: 6px;
    height: 6px;
    position: absolute;
    top: 50%;
    left: 50%;
    margin: 0;
    transform: translate(-50%, -50%);
    transition: width .2s, height .2s;
}

.cal-body table tbody tr td .cal-content .cal-daily-events ul li .cal-event-detail .close-cal-modal svg path,
.cal-body table tbody tr td .cal-content .cal-fullday-events ul li .cal-event-detail .close-cal-modal svg path {
    fill: #026a72;
}

.cal-body table tbody tr td .cal-content .cal-daily-events ul li .cal-event-detail svg,
.cal-body table tbody tr td .cal-content .cal-fullday-events ul li .cal-event-detail svg {
    width: 24px;
    position: absolute;
    margin-top: 2px;
    left: 25px;
    opacity: 1 !important;
}

.cal-body table tbody tr td .cal-content .cal-daily-events ul li .cal-event-detail svg path,
.cal-body table tbody tr td .cal-content .cal-fullday-events ul li .cal-event-detail svg path {
    fill: inherit;
}

.cal-body table tbody tr td .cal-content .cal-daily-events ul li .cal-event-detail h3,
.cal-body table tbody tr td .cal-content .cal-fullday-events ul li .cal-event-detail h3 {
    font-size: 1.25rem;
    margin-bottom: 20px;
    padding-left: 15px;
    color: #3e3e3e;
    text-indent: 0px;
}

.cal-body table tbody tr td .cal-content .cal-daily-events ul li .cal-event-detail .cal-event-date,
.cal-body table tbody tr td .cal-content .cal-daily-events ul li .cal-event-detail .cal-event-time,
.cal-body table tbody tr td .cal-content .cal-daily-events ul li .cal-event-detail .cal-event-where,
.cal-body table tbody tr td .cal-content .cal-daily-events ul li .cal-event-detail .cal-event-desc,
.cal-body table tbody tr td .cal-content .cal-fullday-events ul li .cal-event-detail .cal-event-date,
.cal-body table tbody tr td .cal-content .cal-fullday-events ul li .cal-event-detail .cal-event-time,
.cal-body table tbody tr td .cal-content .cal-fullday-events ul li .cal-event-detail .cal-event-where,
.cal-body table tbody tr td .cal-content .cal-fullday-events ul li .cal-event-detail .cal-event-desc {
    font-size: 1rem;
    padding-left: 15px;
    color: #3e3e3e;
}

.cal-body table tbody tr td .cal-content .cal-daily-events ul li .cal-event-detail .cal-event-date a,
.cal-body table tbody tr td .cal-content .cal-daily-events ul li .cal-event-detail .cal-event-time a,
.cal-body table tbody tr td .cal-content .cal-daily-events ul li .cal-event-detail .cal-event-where a,
.cal-body table tbody tr td .cal-content .cal-daily-events ul li .cal-event-detail .cal-event-desc a,
.cal-body table tbody tr td .cal-content .cal-fullday-events ul li .cal-event-detail .cal-event-date a,
.cal-body table tbody tr td .cal-content .cal-fullday-events ul li .cal-event-detail .cal-event-time a,
.cal-body table tbody tr td .cal-content .cal-fullday-events ul li .cal-event-detail .cal-event-where a,
.cal-body table tbody tr td .cal-content .cal-fullday-events ul li .cal-event-detail .cal-event-desc a {
    font-size: 1rem;
    display: inline-block;
    top: auto;
    overflow: visible;
    font-weight: 400;
    margin: 0;
}

.cal-body table tbody tr td .cal-content .cal-daily-events ul li .cal-event-detail .cal-event-date,
.cal-body table tbody tr td .cal-content .cal-fullday-events ul li .cal-event-detail .cal-event-date {
    margin-bottom: 5px;
    display: block;
}

.cal-body table tbody tr td .cal-content .cal-daily-events ul li .cal-event-detail .cal-event-time,
.cal-body table tbody tr td .cal-content .cal-daily-events ul li .cal-event-detail .cal-event-where,
.cal-body table tbody tr td .cal-content .cal-daily-events ul li .cal-event-detail .cal-event-desc,
.cal-body table tbody tr td .cal-content .cal-fullday-events ul li .cal-event-detail .cal-event-time,
.cal-body table tbody tr td .cal-content .cal-fullday-events ul li .cal-event-detail .cal-event-where,
.cal-body table tbody tr td .cal-content .cal-fullday-events ul li .cal-event-detail .cal-event-desc {
    margin: 20px 0;
}

.cal-body table tbody tr td .cal-content .cal-daily-events ul li .cal-event-detail .cal-event-desc,
.cal-body table tbody tr td .cal-content .cal-fullday-events ul li .cal-event-detail .cal-event-desc {
    white-space: pre-wrap;
    overflow: hidden;
    padding-left: 15px;
    text-indent: 0;
}

.cal-body table tbody tr td .cal-content .cal-daily-events ul li .cal-event-detail .cal-event-time,
.cal-body table tbody tr td .cal-content .cal-fullday-events ul li .cal-event-detail .cal-event-time {
    display: block;
}

.cal-body table tbody tr td .cal-content .cal-daily-events ul li .cal-event-detail .cal-event-link,
.cal-body table tbody tr td .cal-content .cal-fullday-events ul li .cal-event-detail .cal-event-link {
    color: #026a72;
    top: auto;
    margin: 0;
    margin-left: 15px;
    padding-bottom: 3px;
    padding-right: 30px;
    text-decoration: none;
    background-image: url("/themes/custom/hagerstown/images/right-arrow-teal.svg");
    background-repeat: no-repeat;
    background-size: 14px;
    background-position: 99% 45%;
    display: inline-block;
    font-weight: 700;
    padding-bottom: 1px;
}

.cal-body table tbody tr td .cal-content .cal-daily-events ul li .cal-event-detail .cal-event-link:hover,
.cal-body table tbody tr td .cal-content .cal-fullday-events ul li .cal-event-detail .cal-event-link:hover {
    padding-bottom: 0;
    border-bottom: 1px solid #026a72;
}

.cal-body table tbody tr td .cal-content .cal-daily-events ul li .cal-event-detail ul,
.cal-body table tbody tr td .cal-content .cal-fullday-events ul li .cal-event-detail ul {
    max-width: none;
}

.cal-body table tbody tr td .cal-content .cal-daily-events ul li .cal-event-detail ul li,
.cal-body table tbody tr td .cal-content .cal-fullday-events ul li .cal-event-detail ul li {
    margin: 0;
    padding: 0;
}

.cal-body table tbody tr td .cal-content .cal-daily-events ul li .cal-event-detail p:empty,
.cal-body table tbody tr td .cal-content .cal-fullday-events ul li .cal-event-detail p:empty {
    display: none;
}

.cal-body table tbody tr td .cal-content .cal-daily-events ul li {
    background-color: transparent;
}

.cal-body table tbody tr td .cal-content .cal-fullday-events ul li {
    margin: 0 10px 25px 0;
    text-indent: -7px;
    border-radius: 2em;
    padding: 10px 15px;
    background-image: none;
    box-shadow: inset 0 0 0 99999px rgba(255, 255, 255, 0.5);
}

.cal-body table tbody tr td .cal-content .cal-fullday-events ul li a {
    color: #3e3e3e;
    font-weight: 700;
    margin-left: 7px;
    top: auto;
}

.cal-body table tbody tr td .cal-content .cal-fullday-events ul li .cal-event-detail .cal-event-date {
    padding-left: 20px;
}

.cal-body table tbody tr td .cal-content .cal-fullday-events ul li .cal-event-detail .cal-event-link {
    margin-left: 17px;
    padding-left: 7px;
}

.cal-body table tbody tr td.cal-date-past {
    display: none;
}

.cal-body table tbody tr td.cal-date-past .cal-content .cal-daily-events ul li a {
    color: #3e3e3e;
}

.cal-body table tbody tr td.cal-date-past.hidden {
    display: inline;
    padding: 0;
}

.cal-body table tbody tr td.cal-date-past.hidden.no-events {
    display: none;
}

.cal-body table tbody tr td .cal-day-show-more {
    display: none;
}

.cal-body table tbody tr td.cal-today {
    display: inline;
}

.cal-body table tbody tr td.cal-today .cal-content .cal-day-number {
    background-color: #026a72;
    color: #fff;
    font-weight: 700;
}

.cal-body table tbody tr td.cal-today .cal-content .cal-daily-events ul li a {
    color: #3e3e3e;
}

.cal-body table tbody tr td.cal-today.cal-day-expandable .cal-day-show-more {
    display: none;
}

.cal-body table tbody tr td.no-events {
    display: none;
}

.cal-body table tbody tr td:last-child {
    border-right: none;
}

.cal-body table tbody tr td.cal-day-expandable .cal-day-show-more {
    display: none;
}

.cal-body table tbody tr td:not([data-cal-date]) {
    display: none;
}

.cal-body .cal-subscribe {
    font-size: 1rem;
}

.cal-body .cal-subscribe ul {
    list-style: none;
}

.cal-body .cal-subscribe ul li {
    background-color: transparent;
    margin: 25px 0px;
}

.cal-body .cal-subscribe ul li svg {
    width: 16px;
}

.cal-body .cal-subscribe ul li svg path {
    fill: inherit;
}

.cal-body .cal-subscribe ul li a {
    color: #3e3e3e;
    margin-left: 5px;
    top: -2px;
    display: inline-block;
    vertical-align: text-top;
    width: 70%;
    border-color: transparent;
    border-bottom-style: solid;
    border-bottom-width: 1px;
    transition: border-color .2s;
    text-decoration: none;
}

.cal-body .cal-subscribe ul li a:hover {
    border-width: 1px;
    border-color: #3e3e3e;
}

.home-intro {
    background-color: #ededed;
    padding: 50px 0;
}

.home-intro h2 {
    margin-bottom: 18px;
}

.home-intro p {
    width: 92%;
    margin: 0 auto 30px;
}

.home-intro a {
    max-width: 80%;
    display: inline-block;
    text-decoration: none;
    padding: 13px 50px;
}

.link-section {
    padding: 60px 0;
    text-align: left;
}

.link-section a {
    padding: 44px 0 44px 20px;
    width: 90%;
    margin: 0 auto;
    display: block;
    text-decoration: none;
}

.link-section a h2 {
    font-family: baskerville-display-pt, serif;
    margin: 0 0 20px;
    z-index: 2;
    font-weight: 400;
}

.link-section a p {
    color: #026a72;
    font-weight: 700;
    z-index: 2;
    text-decoration: none;
    display: inline-block;
    padding-bottom: 1px;
}

.link-section a p svg {
    margin-left: 5px;
    transition: margin-left .4s;
}

.link-section a .bg-square {
    padding: 0;
    background-color: #f8f8f8;
    height: 100%;
    width: 65px;
    border-radius: 6px;
    position: absolute;
    left: 0;
    top: 0;
    transition: width .4s ease;
}

.link-section a:hover p {
    border-bottom: 1px solid #026a72;
    padding-bottom: 0;
}

.link-section a:hover p svg {
    margin-left: 40px;
}

.link-section a:hover .bg-square {
    width: 40%;
}

header #block-hagerstown-branding {
    display: none;
}

header .print-logo,
header .print-header {
    display: none;
}

header #block-mainmenu,
header #block-hagerstown-williammbrishlibrary,
header #block-advancement {
    overflow: hidden;
    max-height: 0;
    background-color: #fff;
    transition: max-height .6s ease, top .2s;
}

header #block-mainmenu.quicklink,
header #block-hagerstown-williammbrishlibrary.quicklink,
header #block-advancement.quicklink {
    max-height: 0;
    transition: max-height .4s;
}

header #block-mainmenu .menu-level-0,
header #block-hagerstown-williammbrishlibrary .menu-level-0,
header #block-advancement .menu-level-0 {
    list-style: none;
    margin: 0;
    padding: 0;
    position: relative;
    background-color: #fff;
    min-height: 100vh;
    z-index: 2;
    padding-bottom: 48px;
}

header #block-mainmenu .menu-level-0 .menu-logo,
header #block-hagerstown-williammbrishlibrary .menu-level-0 .menu-logo,
header #block-advancement .menu-level-0 .menu-logo {
    display: none;
}

header #block-mainmenu .menu-level-0 .menu-logo>a,
header #block-hagerstown-williammbrishlibrary .menu-level-0 .menu-logo>a,
header #block-advancement .menu-level-0 .menu-logo>a {
    display: block;
}

header #block-mainmenu .menu-level-0 .menu-item--expanded,
header #block-hagerstown-williammbrishlibrary .menu-level-0 .menu-item--expanded,
header #block-advancement .menu-level-0 .menu-item--expanded {
    text-transform: uppercase;
    position: static;
    line-height: 1.5rem;
    font-size: 1.375rem;
}

header #block-mainmenu .menu-level-0 .menu-item--expanded.hide,
header #block-hagerstown-williammbrishlibrary .menu-level-0 .menu-item--expanded.hide,
header #block-advancement .menu-level-0 .menu-item--expanded.hide {
    display: none;
}

header #block-mainmenu .menu-level-0 .menu-item--expanded a,
header #block-hagerstown-williammbrishlibrary .menu-level-0 .menu-item--expanded a,
header #block-advancement .menu-level-0 .menu-item--expanded a {
    text-decoration: none;
    margin: 0 17px;
    padding: 25px 50px 18px 0;
    display: block;
    border-bottom: 1px solid;
    color: #3e3e3e;
    font-weight: 600;
    background-image: url("/Institutions/Hagerstown-Community-College/images/right-caret-black.svg");
    background-repeat: no-repeat;
    background-position-x: 100%;
    background-position-y: 50%;
    background-size: 10px;
    background-color: #fff;
    transition: background-color .4s, color .4s;
}

header #block-mainmenu .menu-level-0 .menu-item--expanded a:focus,
header #block-hagerstown-williammbrishlibrary .menu-level-0 .menu-item--expanded a:focus,
header #block-advancement .menu-level-0 .menu-item--expanded a:focus {
    outline: 1px solid #707070;
    outline-offset: -2px;
}

header #block-mainmenu .menu-level-0 .menu-item--expanded a+hr,
header #block-hagerstown-williammbrishlibrary .menu-level-0 .menu-item--expanded a+hr,
header #block-advancement .menu-level-0 .menu-item--expanded a+hr {
    display: none;
}

header #block-mainmenu .menu-level-0 .menu-item--expanded .menu_link_content,
header #block-hagerstown-williammbrishlibrary .menu-level-0 .menu-item--expanded .menu_link_content,
header #block-advancement .menu-level-0 .menu-item--expanded .menu_link_content {
    max-height: 0;
    overflow: hidden;
    margin-left: -110vw;
    visibility: hidden;
    transition: margin-left .4s, max-height .4s;
}

header #block-mainmenu .menu-level-0 .menu-item--expanded .menu_link_content .menu-level-1,
header #block-hagerstown-williammbrishlibrary .menu-level-0 .menu-item--expanded .menu_link_content .menu-level-1,
header #block-advancement .menu-level-0 .menu-item--expanded .menu_link_content .menu-level-1 {
    list-style: none;
    margin: 0;
    background-color: #fff;
    max-width: 100vw;
}

header #block-mainmenu .menu-level-0 .menu-item--expanded .menu_link_content .menu-level-1 li,
header #block-hagerstown-williammbrishlibrary .menu-level-0 .menu-item--expanded .menu_link_content .menu-level-1 li,
header #block-advancement .menu-level-0 .menu-item--expanded .menu_link_content .menu-level-1 li {
    text-transform: none;
    font-weight: 400;
    max-width: none;
    text-align: left;
    display: block;
    font-size: 1.375rem;
}

header #block-mainmenu .menu-level-0 .menu-item--expanded .menu_link_content .menu-level-1 li a,
header #block-hagerstown-williammbrishlibrary .menu-level-0 .menu-item--expanded .menu_link_content .menu-level-1 li a,
header #block-advancement .menu-level-0 .menu-item--expanded .menu_link_content .menu-level-1 li a {
    font-weight: 400;
    height: auto;
}

header #block-mainmenu .menu-level-0 .menu-item--expanded .menu_link_content .menu-level-1 li a:focus,
header #block-hagerstown-williammbrishlibrary .menu-level-0 .menu-item--expanded .menu_link_content .menu-level-1 li a:focus,
header #block-advancement .menu-level-0 .menu-item--expanded .menu_link_content .menu-level-1 li a:focus {
    outline: 1px solid #707070;
}

header #block-mainmenu .menu-level-0 .menu-item--expanded .menu_link_content .menu-level-1 li a .menu_link_content,
header #block-hagerstown-williammbrishlibrary .menu-level-0 .menu-item--expanded .menu_link_content .menu-level-1 li a .menu_link_content,
header #block-advancement .menu-level-0 .menu-item--expanded .menu_link_content .menu-level-1 li a .menu_link_content {
    display: none;
}

header #block-mainmenu .menu-level-0 .menu-item--expanded .menu_link_content .menu-level-1 li.library_contact_mobile,
header #block-hagerstown-williammbrishlibrary .menu-level-0 .menu-item--expanded .menu_link_content .menu-level-1 li.library_contact_mobile,
header #block-advancement .menu-level-0 .menu-item--expanded .menu_link_content .menu-level-1 li.library_contact_mobile {
    background-color: #ededed;
    padding: 48px 20px;
    top: -1px;
    font-size: 1rem;
}

header #block-mainmenu .menu-level-0 .menu-item--expanded .menu_link_content .menu-level-1 li.library_contact_mobile .hcc_sidebar_contact,
header #block-hagerstown-williammbrishlibrary .menu-level-0 .menu-item--expanded .menu_link_content .menu-level-1 li.library_contact_mobile .hcc_sidebar_contact,
header #block-advancement .menu-level-0 .menu-item--expanded .menu_link_content .menu-level-1 li.library_contact_mobile .hcc_sidebar_contact {
    line-height: 2rem;
}

header #block-mainmenu .menu-level-0 .menu-item--expanded .menu_link_content .menu-level-1 li.library_contact_mobile .hcc_sidebar_contact p,
header #block-hagerstown-williammbrishlibrary .menu-level-0 .menu-item--expanded .menu_link_content .menu-level-1 li.library_contact_mobile .hcc_sidebar_contact p,
header #block-advancement .menu-level-0 .menu-item--expanded .menu_link_content .menu-level-1 li.library_contact_mobile .hcc_sidebar_contact p {
    margin: 0;
    font-weight: 700;
}

header #block-mainmenu .menu-level-0 .menu-item--expanded .menu_link_content .menu-level-1 li.library_contact_mobile .library-mobile-hours,
header #block-hagerstown-williammbrishlibrary .menu-level-0 .menu-item--expanded .menu_link_content .menu-level-1 li.library_contact_mobile .library-mobile-hours,
header #block-advancement .menu-level-0 .menu-item--expanded .menu_link_content .menu-level-1 li.library_contact_mobile .library-mobile-hours {
    margin-bottom: 16px;
}

header #block-mainmenu .menu-level-0 .menu-item--expanded .menu_link_content .menu-level-1 li.library_contact_mobile .library-mobile-hours .sidebar-contact-hours .sidebar-contact-label,
header #block-hagerstown-williammbrishlibrary .menu-level-0 .menu-item--expanded .menu_link_content .menu-level-1 li.library_contact_mobile .library-mobile-hours .sidebar-contact-hours .sidebar-contact-label,
header #block-advancement .menu-level-0 .menu-item--expanded .menu_link_content .menu-level-1 li.library_contact_mobile .library-mobile-hours .sidebar-contact-hours .sidebar-contact-label {
    display: block;
    font-weight: 700;
}

header #block-mainmenu .menu-level-0 .menu-item--expanded .menu_link_content .menu-level-1 li.library_contact_mobile .sidebar-contact .sidebar-contact-phone a,
header #block-hagerstown-williammbrishlibrary .menu-level-0 .menu-item--expanded .menu_link_content .menu-level-1 li.library_contact_mobile .sidebar-contact .sidebar-contact-phone a,
header #block-advancement .menu-level-0 .menu-item--expanded .menu_link_content .menu-level-1 li.library_contact_mobile .sidebar-contact .sidebar-contact-phone a {
    display: inline-block;
    background-color: transparent;
    border: 0;
    margin: 0;
    padding: 0;
    background-image: none;
    color: #026a72;
}

header #block-mainmenu .menu-level-0 .menu-item--expanded .menu_link_content .menu-level-1 li.library_contact_mobile .sidebar-contact .sidebar-contact-phone a:hover,
header #block-hagerstown-williammbrishlibrary .menu-level-0 .menu-item--expanded .menu_link_content .menu-level-1 li.library_contact_mobile .sidebar-contact .sidebar-contact-phone a:hover,
header #block-advancement .menu-level-0 .menu-item--expanded .menu_link_content .menu-level-1 li.library_contact_mobile .sidebar-contact .sidebar-contact-phone a:hover {
    text-decoration: underline;
}

header #block-mainmenu .menu-level-0 .menu-item--expanded .menu_link_content .menu-level-1 li.library_contact_mobile .sidebar-contact .sidebar-contact-label,
header #block-hagerstown-williammbrishlibrary .menu-level-0 .menu-item--expanded .menu_link_content .menu-level-1 li.library_contact_mobile .sidebar-contact .sidebar-contact-label,
header #block-advancement .menu-level-0 .menu-item--expanded .menu_link_content .menu-level-1 li.library_contact_mobile .sidebar-contact .sidebar-contact-label {
    font-weight: 700;
    margin-right: 6px;
}

header #block-mainmenu .menu-level-0 .menu-item--expanded .menu_link_content .menu-level-1 li.library_contact_mobile .sidebar-contact .sidebar-contact-label svg,
header #block-hagerstown-williammbrishlibrary .menu-level-0 .menu-item--expanded .menu_link_content .menu-level-1 li.library_contact_mobile .sidebar-contact .sidebar-contact-label svg,
header #block-advancement .menu-level-0 .menu-item--expanded .menu_link_content .menu-level-1 li.library_contact_mobile .sidebar-contact .sidebar-contact-label svg {
    margin-right: 6px;
}

header #block-mainmenu .menu-level-0 .menu-item--expanded .menu_link_content .menu-level-1 li.library_contact_mobile .sidebar-contact .sidebar-contact-label .library-email,
header #block-hagerstown-williammbrishlibrary .menu-level-0 .menu-item--expanded .menu_link_content .menu-level-1 li.library_contact_mobile .sidebar-contact .sidebar-contact-label .library-email,
header #block-advancement .menu-level-0 .menu-item--expanded .menu_link_content .menu-level-1 li.library_contact_mobile .sidebar-contact .sidebar-contact-label .library-email {
    display: inline-block;
    background-color: transparent;
    border: 0;
    margin: 0;
    padding: 0;
    margin-left: 8px;
    background-image: none;
    color: #026a72;
}

header #block-mainmenu .menu-level-0 .menu-item--expanded .menu_link_content .menu-level-1 li.library_contact_mobile .sidebar-contact .sidebar-contact-label .library-email:hover,
header #block-hagerstown-williammbrishlibrary .menu-level-0 .menu-item--expanded .menu_link_content .menu-level-1 li.library_contact_mobile .sidebar-contact .sidebar-contact-label .library-email:hover,
header #block-advancement .menu-level-0 .menu-item--expanded .menu_link_content .menu-level-1 li.library_contact_mobile .sidebar-contact .sidebar-contact-label .library-email:hover {
    text-decoration: underline;
}

header #block-mainmenu .menu-level-0 .menu-item--expanded .menu_link_content .menu-level-1 li.library_contact_mobile .sidebar-contact .library-contact-social-media .social-media-icons,
header #block-hagerstown-williammbrishlibrary .menu-level-0 .menu-item--expanded .menu_link_content .menu-level-1 li.library_contact_mobile .sidebar-contact .library-contact-social-media .social-media-icons,
header #block-advancement .menu-level-0 .menu-item--expanded .menu_link_content .menu-level-1 li.library_contact_mobile .sidebar-contact .library-contact-social-media .social-media-icons {
    list-style: none;
    display: inline-block;
    margin-top: 12px;
}

header #block-mainmenu .menu-level-0 .menu-item--expanded .menu_link_content .menu-level-1 li.library_contact_mobile .sidebar-contact .library-contact-social-media .social-media-icons li,
header #block-hagerstown-williammbrishlibrary .menu-level-0 .menu-item--expanded .menu_link_content .menu-level-1 li.library_contact_mobile .sidebar-contact .library-contact-social-media .social-media-icons li,
header #block-advancement .menu-level-0 .menu-item--expanded .menu_link_content .menu-level-1 li.library_contact_mobile .sidebar-contact .library-contact-social-media .social-media-icons li {
    display: inline-block;
    margin: 6px 3px;
    height: auto;
    border-bottom: 0;
    min-width: auto;
}

header #block-mainmenu .menu-level-0 .menu-item--expanded .menu_link_content .menu-level-1 li.library_contact_mobile .sidebar-contact .library-contact-social-media .social-media-icons li a,
header #block-hagerstown-williammbrishlibrary .menu-level-0 .menu-item--expanded .menu_link_content .menu-level-1 li.library_contact_mobile .sidebar-contact .library-contact-social-media .social-media-icons li a,
header #block-advancement .menu-level-0 .menu-item--expanded .menu_link_content .menu-level-1 li.library_contact_mobile .sidebar-contact .library-contact-social-media .social-media-icons li a {
    border: 1px solid #027e80;
    border-radius: 50%;
    display: inline-block;
    width: 42px;
    height: 42px;
    background-color: transparent;
    padding: 0;
    margin: 0;
    padding-top: 6px;
    background-image: none;
    text-align: center;
}

header #block-mainmenu .menu-level-0 .menu-item--expanded .menu_link_content .menu-level-1 li.library_contact_mobile .sidebar-contact .library-contact-social-media .social-media-icons li a span,
header #block-hagerstown-williammbrishlibrary .menu-level-0 .menu-item--expanded .menu_link_content .menu-level-1 li.library_contact_mobile .sidebar-contact .library-contact-social-media .social-media-icons li a span,
header #block-advancement .menu-level-0 .menu-item--expanded .menu_link_content .menu-level-1 li.library_contact_mobile .sidebar-contact .library-contact-social-media .social-media-icons li a span {
    display: block;
    overflow: hidden;
    text-indent: -1000px;
}

header #block-mainmenu .menu-level-0 .menu-item--expanded .menu_link_content .menu-level-1 li.library_contact_mobile .sidebar-contact .library-contact-social-media .social-media-icons li a svg,
header #block-hagerstown-williammbrishlibrary .menu-level-0 .menu-item--expanded .menu_link_content .menu-level-1 li.library_contact_mobile .sidebar-contact .library-contact-social-media .social-media-icons li a svg,
header #block-advancement .menu-level-0 .menu-item--expanded .menu_link_content .menu-level-1 li.library_contact_mobile .sidebar-contact .library-contact-social-media .social-media-icons li a svg {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
}

header #block-mainmenu .menu-level-0 .menu-item--expanded .menu_link_content .menu-level-1 li.library_contact_mobile .sidebar-contact .library-contact-social-media .social-media-icons li a svg path,
header #block-hagerstown-williammbrishlibrary .menu-level-0 .menu-item--expanded .menu_link_content .menu-level-1 li.library_contact_mobile .sidebar-contact .library-contact-social-media .social-media-icons li a svg path,
header #block-advancement .menu-level-0 .menu-item--expanded .menu_link_content .menu-level-1 li.library_contact_mobile .sidebar-contact .library-contact-social-media .social-media-icons li a svg path {
    fill: #026a72;
}

header #block-mainmenu .menu-level-0 .menu-item--expanded .menu_link_content .menu-level-1 li.library_contact_mobile .sidebar-contact .library-contact-social-media .social-media-icons li:hover a[title=Facebook],
header #block-hagerstown-williammbrishlibrary .menu-level-0 .menu-item--expanded .menu_link_content .menu-level-1 li.library_contact_mobile .sidebar-contact .library-contact-social-media .social-media-icons li:hover a[title=Facebook],
header #block-advancement .menu-level-0 .menu-item--expanded .menu_link_content .menu-level-1 li.library_contact_mobile .sidebar-contact .library-contact-social-media .social-media-icons li:hover a[title=Facebook] {
    background-color: #fff;
}

header #block-mainmenu .menu-level-0 .menu-item--expanded .menu_link_content .menu-level-1 li.library_contact_mobile .sidebar-contact .library-contact-social-media .social-media-icons li:hover a[title=Facebook] svg path,
header #block-hagerstown-williammbrishlibrary .menu-level-0 .menu-item--expanded .menu_link_content .menu-level-1 li.library_contact_mobile .sidebar-contact .library-contact-social-media .social-media-icons li:hover a[title=Facebook] svg path,
header #block-advancement .menu-level-0 .menu-item--expanded .menu_link_content .menu-level-1 li.library_contact_mobile .sidebar-contact .library-contact-social-media .social-media-icons li:hover a[title=Facebook] svg path {
    fill: #4267B2;
}

header #block-mainmenu .menu-level-0 .menu-item--expanded .menu_link_content .menu-level-1 li.library_contact_mobile .sidebar-contact .library-contact-social-media .social-media-icons li:hover a[title=Flickr],
header #block-hagerstown-williammbrishlibrary .menu-level-0 .menu-item--expanded .menu_link_content .menu-level-1 li.library_contact_mobile .sidebar-contact .library-contact-social-media .social-media-icons li:hover a[title=Flickr],
header #block-advancement .menu-level-0 .menu-item--expanded .menu_link_content .menu-level-1 li.library_contact_mobile .sidebar-contact .library-contact-social-media .social-media-icons li:hover a[title=Flickr] {
    background-color: #fff;
}

header #block-mainmenu .menu-level-0 .menu-item--expanded .menu_link_content .menu-level-1 li.library_contact_mobile .sidebar-contact .library-contact-social-media .social-media-icons li:hover a[title=Flickr] svg path,
header #block-hagerstown-williammbrishlibrary .menu-level-0 .menu-item--expanded .menu_link_content .menu-level-1 li.library_contact_mobile .sidebar-contact .library-contact-social-media .social-media-icons li:hover a[title=Flickr] svg path,
header #block-advancement .menu-level-0 .menu-item--expanded .menu_link_content .menu-level-1 li.library_contact_mobile .sidebar-contact .library-contact-social-media .social-media-icons li:hover a[title=Flickr] svg path {
    fill: #000000;
}

header #block-mainmenu .menu-level-0 .menu-item--expanded .menu_link_content .menu-level-1 li.library_contact_mobile .sidebar-contact .library-contact-social-media .social-media-icons li:hover a[title=Instagram],
header #block-hagerstown-williammbrishlibrary .menu-level-0 .menu-item--expanded .menu_link_content .menu-level-1 li.library_contact_mobile .sidebar-contact .library-contact-social-media .social-media-icons li:hover a[title=Instagram],
header #block-advancement .menu-level-0 .menu-item--expanded .menu_link_content .menu-level-1 li.library_contact_mobile .sidebar-contact .library-contact-social-media .social-media-icons li:hover a[title=Instagram] {
    background-color: #fff;
}

header #block-mainmenu .menu-level-0 .menu-item--expanded .menu_link_content .menu-level-1 li.library_contact_mobile .sidebar-contact .library-contact-social-media .social-media-icons li:hover a[title=Instagram] svg path,
header #block-hagerstown-williammbrishlibrary .menu-level-0 .menu-item--expanded .menu_link_content .menu-level-1 li.library_contact_mobile .sidebar-contact .library-contact-social-media .social-media-icons li:hover a[title=Instagram] svg path,
header #block-advancement .menu-level-0 .menu-item--expanded .menu_link_content .menu-level-1 li.library_contact_mobile .sidebar-contact .library-contact-social-media .social-media-icons li:hover a[title=Instagram] svg path {
    fill: #000000;
}

header #block-mainmenu .menu-level-0 .menu-item--expanded .menu_link_content .menu-level-1 li.library_contact_mobile .sidebar-contact .library-contact-social-media .social-media-icons li:hover a[title=LinkedIn],
header #block-hagerstown-williammbrishlibrary .menu-level-0 .menu-item--expanded .menu_link_content .menu-level-1 li.library_contact_mobile .sidebar-contact .library-contact-social-media .social-media-icons li:hover a[title=LinkedIn],
header #block-advancement .menu-level-0 .menu-item--expanded .menu_link_content .menu-level-1 li.library_contact_mobile .sidebar-contact .library-contact-social-media .social-media-icons li:hover a[title=LinkedIn] {
    background-color: #fff;
}

header #block-mainmenu .menu-level-0 .menu-item--expanded .menu_link_content .menu-level-1 li.library_contact_mobile .sidebar-contact .library-contact-social-media .social-media-icons li:hover a[title=LinkedIn] svg path,
header #block-hagerstown-williammbrishlibrary .menu-level-0 .menu-item--expanded .menu_link_content .menu-level-1 li.library_contact_mobile .sidebar-contact .library-contact-social-media .social-media-icons li:hover a[title=LinkedIn] svg path,
header #block-advancement .menu-level-0 .menu-item--expanded .menu_link_content .menu-level-1 li.library_contact_mobile .sidebar-contact .library-contact-social-media .social-media-icons li:hover a[title=LinkedIn] svg path {
    fill: #0077B5;
}

header #block-mainmenu .menu-level-0 .menu-item--expanded .menu_link_content .menu-level-1 li.library_contact_mobile .sidebar-contact .library-contact-social-media .social-media-icons li:hover a[title=Twitter],
header #block-hagerstown-williammbrishlibrary .menu-level-0 .menu-item--expanded .menu_link_content .menu-level-1 li.library_contact_mobile .sidebar-contact .library-contact-social-media .social-media-icons li:hover a[title=Twitter],
header #block-advancement .menu-level-0 .menu-item--expanded .menu_link_content .menu-level-1 li.library_contact_mobile .sidebar-contact .library-contact-social-media .social-media-icons li:hover a[title=Twitter] {
    background-color: #fff;
}

header #block-mainmenu .menu-level-0 .menu-item--expanded .menu_link_content .menu-level-1 li.library_contact_mobile .sidebar-contact .library-contact-social-media .social-media-icons li:hover a[title=Twitter] svg path,
header #block-hagerstown-williammbrishlibrary .menu-level-0 .menu-item--expanded .menu_link_content .menu-level-1 li.library_contact_mobile .sidebar-contact .library-contact-social-media .social-media-icons li:hover a[title=Twitter] svg path,
header #block-advancement .menu-level-0 .menu-item--expanded .menu_link_content .menu-level-1 li.library_contact_mobile .sidebar-contact .library-contact-social-media .social-media-icons li:hover a[title=Twitter] svg path {
    fill: #1DA1F2;
}

header #block-mainmenu .menu-level-0 .menu-item--expanded .menu_link_content .menu-level-1 li.library_contact_mobile .sidebar-contact .library-contact-social-media .social-media-icons li:hover a[title=Youtube],
header #block-hagerstown-williammbrishlibrary .menu-level-0 .menu-item--expanded .menu_link_content .menu-level-1 li.library_contact_mobile .sidebar-contact .library-contact-social-media .social-media-icons li:hover a[title=Youtube],
header #block-advancement .menu-level-0 .menu-item--expanded .menu_link_content .menu-level-1 li.library_contact_mobile .sidebar-contact .library-contact-social-media .social-media-icons li:hover a[title=Youtube] {
    background-color: #fff;
}

header #block-mainmenu .menu-level-0 .menu-item--expanded .menu_link_content .menu-level-1 li.library_contact_mobile .sidebar-contact .library-contact-social-media .social-media-icons li:hover a[title=Youtube] svg path,
header #block-hagerstown-williammbrishlibrary .menu-level-0 .menu-item--expanded .menu_link_content .menu-level-1 li.library_contact_mobile .sidebar-contact .library-contact-social-media .social-media-icons li:hover a[title=Youtube] svg path,
header #block-advancement .menu-level-0 .menu-item--expanded .menu_link_content .menu-level-1 li.library_contact_mobile .sidebar-contact .library-contact-social-media .social-media-icons li:hover a[title=Youtube] svg path {
    fill: #FF0002;
}

header #block-mainmenu .menu-level-0 .menu-item--expanded .menu_link_content .menu-level-1 li.library_contact_mobile .sidebar-contact .library-contact-social-media .social-media-icons li:hover a[title=Tiktok],
header #block-hagerstown-williammbrishlibrary .menu-level-0 .menu-item--expanded .menu_link_content .menu-level-1 li.library_contact_mobile .sidebar-contact .library-contact-social-media .social-media-icons li:hover a[title=Tiktok],
header #block-advancement .menu-level-0 .menu-item--expanded .menu_link_content .menu-level-1 li.library_contact_mobile .sidebar-contact .library-contact-social-media .social-media-icons li:hover a[title=Tiktok] {
    background-color: #fff;
}

header #block-mainmenu .menu-level-0 .menu-item--expanded .menu_link_content .menu-level-1 li.library_contact_mobile .sidebar-contact .library-contact-social-media .social-media-icons li:hover a[title=Tiktok] svg path,
header #block-hagerstown-williammbrishlibrary .menu-level-0 .menu-item--expanded .menu_link_content .menu-level-1 li.library_contact_mobile .sidebar-contact .library-contact-social-media .social-media-icons li:hover a[title=Tiktok] svg path,
header #block-advancement .menu-level-0 .menu-item--expanded .menu_link_content .menu-level-1 li.library_contact_mobile .sidebar-contact .library-contact-social-media .social-media-icons li:hover a[title=Tiktok] svg path {
    fill: #FF0050;
}

header #block-mainmenu .menu-level-0 .menu-item--expanded .menu_link_content .menu-level-1 li:first-child,
header #block-hagerstown-williammbrishlibrary .menu-level-0 .menu-item--expanded .menu_link_content .menu-level-1 li:first-child,
header #block-advancement .menu-level-0 .menu-item--expanded .menu_link_content .menu-level-1 li:first-child {
    height: 160px;
    border-bottom: 1px solid;
    margin: 0 17px;
}

header #block-mainmenu .menu-level-0 .menu-item--expanded .menu_link_content .menu-level-1 li:first-child.library_contact,
header #block-hagerstown-williammbrishlibrary .menu-level-0 .menu-item--expanded .menu_link_content .menu-level-1 li:first-child.library_contact,
header #block-advancement .menu-level-0 .menu-item--expanded .menu_link_content .menu-level-1 li:first-child.library_contact {
    display: none;
}

header #block-mainmenu .menu-level-0 .menu-item--expanded .menu_link_content .menu-level-1 li:first-child.library_contact .hcc_sidebar_contact,
header #block-hagerstown-williammbrishlibrary .menu-level-0 .menu-item--expanded .menu_link_content .menu-level-1 li:first-child.library_contact .hcc_sidebar_contact,
header #block-advancement .menu-level-0 .menu-item--expanded .menu_link_content .menu-level-1 li:first-child.library_contact .hcc_sidebar_contact {
    line-height: 2rem;
}

header #block-mainmenu .menu-level-0 .menu-item--expanded .menu_link_content .menu-level-1 li:first-child.library_contact .sidebar-contact,
header #block-hagerstown-williammbrishlibrary .menu-level-0 .menu-item--expanded .menu_link_content .menu-level-1 li:first-child.library_contact .sidebar-contact,
header #block-advancement .menu-level-0 .menu-item--expanded .menu_link_content .menu-level-1 li:first-child.library_contact .sidebar-contact {
    border-top: 1px solid #cbcbcb;
    padding: 12px 0;
}

header #block-mainmenu .menu-level-0 .menu-item--expanded .menu_link_content .menu-level-1 li:first-child.library_contact .sidebar-contact p,
header #block-hagerstown-williammbrishlibrary .menu-level-0 .menu-item--expanded .menu_link_content .menu-level-1 li:first-child.library_contact .sidebar-contact p,
header #block-advancement .menu-level-0 .menu-item--expanded .menu_link_content .menu-level-1 li:first-child.library_contact .sidebar-contact p {
    margin: 0;
    font-weight: 700;
}

header #block-mainmenu .menu-level-0 .menu-item--expanded .menu_link_content .menu-level-1 li:first-child.library_contact .sidebar-contact .sidebar-contact-label,
header #block-hagerstown-williammbrishlibrary .menu-level-0 .menu-item--expanded .menu_link_content .menu-level-1 li:first-child.library_contact .sidebar-contact .sidebar-contact-label,
header #block-advancement .menu-level-0 .menu-item--expanded .menu_link_content .menu-level-1 li:first-child.library_contact .sidebar-contact .sidebar-contact-label {
    font-weight: 700;
    margin-right: 6px;
}

header #block-mainmenu .menu-level-0 .menu-item--expanded .menu_link_content .menu-level-1 li:first-child.library_contact .sidebar-contact .sidebar-contact-label svg,
header #block-hagerstown-williammbrishlibrary .menu-level-0 .menu-item--expanded .menu_link_content .menu-level-1 li:first-child.library_contact .sidebar-contact .sidebar-contact-label svg,
header #block-advancement .menu-level-0 .menu-item--expanded .menu_link_content .menu-level-1 li:first-child.library_contact .sidebar-contact .sidebar-contact-label svg {
    margin-right: 6px;
}

header #block-mainmenu .menu-level-0 .menu-item--expanded .menu_link_content .menu-level-1 li:first-child.library_contact .sidebar-contact .sidebar-contact-hours .sidebar-contact-label,
header #block-hagerstown-williammbrishlibrary .menu-level-0 .menu-item--expanded .menu_link_content .menu-level-1 li:first-child.library_contact .sidebar-contact .sidebar-contact-hours .sidebar-contact-label,
header #block-advancement .menu-level-0 .menu-item--expanded .menu_link_content .menu-level-1 li:first-child.library_contact .sidebar-contact .sidebar-contact-hours .sidebar-contact-label {
    display: block;
}

header #block-mainmenu .menu-level-0 .menu-item--expanded .menu_link_content .menu-level-1 li:first-child.library_contact .sidebar-contact .contact-left,
header #block-hagerstown-williammbrishlibrary .menu-level-0 .menu-item--expanded .menu_link_content .menu-level-1 li:first-child.library_contact .sidebar-contact .contact-left,
header #block-advancement .menu-level-0 .menu-item--expanded .menu_link_content .menu-level-1 li:first-child.library_contact .sidebar-contact .contact-left {
    margin-bottom: 16px;
}

header #block-mainmenu .menu-level-0 .menu-item--expanded .menu_link_content .menu-level-1 li:first-child.library_contact .sidebar-contact .contact-left .sidebar-contact-phone a,
header #block-hagerstown-williammbrishlibrary .menu-level-0 .menu-item--expanded .menu_link_content .menu-level-1 li:first-child.library_contact .sidebar-contact .contact-left .sidebar-contact-phone a,
header #block-advancement .menu-level-0 .menu-item--expanded .menu_link_content .menu-level-1 li:first-child.library_contact .sidebar-contact .contact-left .sidebar-contact-phone a {
    display: inline-block;
    background-color: transparent;
    border: 0;
    margin: 0;
    padding: 0;
    background-image: none;
    color: #026a72;
    transition: color .4s ease;
}

header #block-mainmenu .menu-level-0 .menu-item--expanded .menu_link_content .menu-level-1 li:first-child.library_contact .sidebar-contact .contact-left .sidebar-contact-phone a:hover,
header #block-hagerstown-williammbrishlibrary .menu-level-0 .menu-item--expanded .menu_link_content .menu-level-1 li:first-child.library_contact .sidebar-contact .contact-left .sidebar-contact-phone a:hover,
header #block-advancement .menu-level-0 .menu-item--expanded .menu_link_content .menu-level-1 li:first-child.library_contact .sidebar-contact .contact-left .sidebar-contact-phone a:hover {
    color: #005055;
    text-decoration: underline;
}

header #block-mainmenu .menu-level-0 .menu-item--expanded .menu_link_content .menu-level-1 li:first-child.library_contact .sidebar-contact .library-contact-social-media,
header #block-hagerstown-williammbrishlibrary .menu-level-0 .menu-item--expanded .menu_link_content .menu-level-1 li:first-child.library_contact .sidebar-contact .library-contact-social-media,
header #block-advancement .menu-level-0 .menu-item--expanded .menu_link_content .menu-level-1 li:first-child.library_contact .sidebar-contact .library-contact-social-media {
    display: inline-block;
}

header #block-mainmenu .menu-level-0 .menu-item--expanded .menu_link_content .menu-level-1 li:first-child.library_contact .sidebar-contact .library-contact-social-media .social-media-icons,
header #block-hagerstown-williammbrishlibrary .menu-level-0 .menu-item--expanded .menu_link_content .menu-level-1 li:first-child.library_contact .sidebar-contact .library-contact-social-media .social-media-icons,
header #block-advancement .menu-level-0 .menu-item--expanded .menu_link_content .menu-level-1 li:first-child.library_contact .sidebar-contact .library-contact-social-media .social-media-icons {
    list-style: none;
    display: inline-block;
    margin-top: 12px;
    position: relative;
    height: auto;
}

header #block-mainmenu .menu-level-0 .menu-item--expanded .menu_link_content .menu-level-1 li:first-child.library_contact .sidebar-contact .library-contact-social-media .social-media-icons li,
header #block-hagerstown-williammbrishlibrary .menu-level-0 .menu-item--expanded .menu_link_content .menu-level-1 li:first-child.library_contact .sidebar-contact .library-contact-social-media .social-media-icons li,
header #block-advancement .menu-level-0 .menu-item--expanded .menu_link_content .menu-level-1 li:first-child.library_contact .sidebar-contact .library-contact-social-media .social-media-icons li {
    display: inline-block;
    margin: 6px 3px;
    height: auto;
    width: auto;
    padding: 0;
    position: relative;
    border-bottom: 0;
    min-width: auto;
}

header #block-mainmenu .menu-level-0 .menu-item--expanded .menu_link_content .menu-level-1 li:first-child.library_contact .sidebar-contact .library-contact-social-media .social-media-icons li a,
header #block-hagerstown-williammbrishlibrary .menu-level-0 .menu-item--expanded .menu_link_content .menu-level-1 li:first-child.library_contact .sidebar-contact .library-contact-social-media .social-media-icons li a,
header #block-advancement .menu-level-0 .menu-item--expanded .menu_link_content .menu-level-1 li:first-child.library_contact .sidebar-contact .library-contact-social-media .social-media-icons li a {
    border: 1px solid #027e80;
    border-radius: 50%;
    display: inline-block;
    width: 42px;
    height: 42px;
    background-color: transparent;
    padding: 0;
    margin: 0;
    padding-top: 8px;
    background-image: none;
    text-align: center;
}

header #block-mainmenu .menu-level-0 .menu-item--expanded .menu_link_content .menu-level-1 li:first-child.library_contact .sidebar-contact .library-contact-social-media .social-media-icons li a span,
header #block-hagerstown-williammbrishlibrary .menu-level-0 .menu-item--expanded .menu_link_content .menu-level-1 li:first-child.library_contact .sidebar-contact .library-contact-social-media .social-media-icons li a span,
header #block-advancement .menu-level-0 .menu-item--expanded .menu_link_content .menu-level-1 li:first-child.library_contact .sidebar-contact .library-contact-social-media .social-media-icons li a span {
    display: block;
    overflow: hidden;
    text-indent: -1000px;
}

header #block-mainmenu .menu-level-0 .menu-item--expanded .menu_link_content .menu-level-1 li:first-child.library_contact .sidebar-contact .library-contact-social-media .social-media-icons li a svg,
header #block-hagerstown-williammbrishlibrary .menu-level-0 .menu-item--expanded .menu_link_content .menu-level-1 li:first-child.library_contact .sidebar-contact .library-contact-social-media .social-media-icons li a svg,
header #block-advancement .menu-level-0 .menu-item--expanded .menu_link_content .menu-level-1 li:first-child.library_contact .sidebar-contact .library-contact-social-media .social-media-icons li a svg {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
}

header #block-mainmenu .menu-level-0 .menu-item--expanded .menu_link_content .menu-level-1 li:first-child.library_contact .sidebar-contact .library-contact-social-media .social-media-icons li a svg path,
header #block-hagerstown-williammbrishlibrary .menu-level-0 .menu-item--expanded .menu_link_content .menu-level-1 li:first-child.library_contact .sidebar-contact .library-contact-social-media .social-media-icons li a svg path,
header #block-advancement .menu-level-0 .menu-item--expanded .menu_link_content .menu-level-1 li:first-child.library_contact .sidebar-contact .library-contact-social-media .social-media-icons li a svg path {
    fill: #026a72;
}

header #block-mainmenu .menu-level-0 .menu-item--expanded .menu_link_content .menu-level-1 li:first-child.library_contact .sidebar-contact .library-contact-social-media .social-media-icons li:hover a[title=Facebook],
header #block-hagerstown-williammbrishlibrary .menu-level-0 .menu-item--expanded .menu_link_content .menu-level-1 li:first-child.library_contact .sidebar-contact .library-contact-social-media .social-media-icons li:hover a[title=Facebook],
header #block-advancement .menu-level-0 .menu-item--expanded .menu_link_content .menu-level-1 li:first-child.library_contact .sidebar-contact .library-contact-social-media .social-media-icons li:hover a[title=Facebook] {
    background-color: #fff;
}

header #block-mainmenu .menu-level-0 .menu-item--expanded .menu_link_content .menu-level-1 li:first-child.library_contact .sidebar-contact .library-contact-social-media .social-media-icons li:hover a[title=Facebook] svg path,
header #block-hagerstown-williammbrishlibrary .menu-level-0 .menu-item--expanded .menu_link_content .menu-level-1 li:first-child.library_contact .sidebar-contact .library-contact-social-media .social-media-icons li:hover a[title=Facebook] svg path,
header #block-advancement .menu-level-0 .menu-item--expanded .menu_link_content .menu-level-1 li:first-child.library_contact .sidebar-contact .library-contact-social-media .social-media-icons li:hover a[title=Facebook] svg path {
    fill: #4267B2;
}

header #block-mainmenu .menu-level-0 .menu-item--expanded .menu_link_content .menu-level-1 li:first-child.library_contact .sidebar-contact .library-contact-social-media .social-media-icons li:hover a[title=Flickr],
header #block-hagerstown-williammbrishlibrary .menu-level-0 .menu-item--expanded .menu_link_content .menu-level-1 li:first-child.library_contact .sidebar-contact .library-contact-social-media .social-media-icons li:hover a[title=Flickr],
header #block-advancement .menu-level-0 .menu-item--expanded .menu_link_content .menu-level-1 li:first-child.library_contact .sidebar-contact .library-contact-social-media .social-media-icons li:hover a[title=Flickr] {
    background-color: #fff;
}

header #block-mainmenu .menu-level-0 .menu-item--expanded .menu_link_content .menu-level-1 li:first-child.library_contact .sidebar-contact .library-contact-social-media .social-media-icons li:hover a[title=Flickr] svg path,
header #block-hagerstown-williammbrishlibrary .menu-level-0 .menu-item--expanded .menu_link_content .menu-level-1 li:first-child.library_contact .sidebar-contact .library-contact-social-media .social-media-icons li:hover a[title=Flickr] svg path,
header #block-advancement .menu-level-0 .menu-item--expanded .menu_link_content .menu-level-1 li:first-child.library_contact .sidebar-contact .library-contact-social-media .social-media-icons li:hover a[title=Flickr] svg path {
    fill: #000000;
}

header #block-mainmenu .menu-level-0 .menu-item--expanded .menu_link_content .menu-level-1 li:first-child.library_contact .sidebar-contact .library-contact-social-media .social-media-icons li:hover a[title=Instagram],
header #block-hagerstown-williammbrishlibrary .menu-level-0 .menu-item--expanded .menu_link_content .menu-level-1 li:first-child.library_contact .sidebar-contact .library-contact-social-media .social-media-icons li:hover a[title=Instagram],
header #block-advancement .menu-level-0 .menu-item--expanded .menu_link_content .menu-level-1 li:first-child.library_contact .sidebar-contact .library-contact-social-media .social-media-icons li:hover a[title=Instagram] {
    background-color: #fff;
}

header #block-mainmenu .menu-level-0 .menu-item--expanded .menu_link_content .menu-level-1 li:first-child.library_contact .sidebar-contact .library-contact-social-media .social-media-icons li:hover a[title=Instagram] svg path,
header #block-hagerstown-williammbrishlibrary .menu-level-0 .menu-item--expanded .menu_link_content .menu-level-1 li:first-child.library_contact .sidebar-contact .library-contact-social-media .social-media-icons li:hover a[title=Instagram] svg path,
header #block-advancement .menu-level-0 .menu-item--expanded .menu_link_content .menu-level-1 li:first-child.library_contact .sidebar-contact .library-contact-social-media .social-media-icons li:hover a[title=Instagram] svg path {
    fill: #000000;
}

header #block-mainmenu .menu-level-0 .menu-item--expanded .menu_link_content .menu-level-1 li:first-child.library_contact .sidebar-contact .library-contact-social-media .social-media-icons li:hover a[title=LinkedIn],
header #block-hagerstown-williammbrishlibrary .menu-level-0 .menu-item--expanded .menu_link_content .menu-level-1 li:first-child.library_contact .sidebar-contact .library-contact-social-media .social-media-icons li:hover a[title=LinkedIn],
header #block-advancement .menu-level-0 .menu-item--expanded .menu_link_content .menu-level-1 li:first-child.library_contact .sidebar-contact .library-contact-social-media .social-media-icons li:hover a[title=LinkedIn] {
    background-color: #fff;
}

header #block-mainmenu .menu-level-0 .menu-item--expanded .menu_link_content .menu-level-1 li:first-child.library_contact .sidebar-contact .library-contact-social-media .social-media-icons li:hover a[title=LinkedIn] svg path,
header #block-hagerstown-williammbrishlibrary .menu-level-0 .menu-item--expanded .menu_link_content .menu-level-1 li:first-child.library_contact .sidebar-contact .library-contact-social-media .social-media-icons li:hover a[title=LinkedIn] svg path,
header #block-advancement .menu-level-0 .menu-item--expanded .menu_link_content .menu-level-1 li:first-child.library_contact .sidebar-contact .library-contact-social-media .social-media-icons li:hover a[title=LinkedIn] svg path {
    fill: #0077B5;
}

header #block-mainmenu .menu-level-0 .menu-item--expanded .menu_link_content .menu-level-1 li:first-child.library_contact .sidebar-contact .library-contact-social-media .social-media-icons li:hover a[title=Twitter],
header #block-hagerstown-williammbrishlibrary .menu-level-0 .menu-item--expanded .menu_link_content .menu-level-1 li:first-child.library_contact .sidebar-contact .library-contact-social-media .social-media-icons li:hover a[title=Twitter],
header #block-advancement .menu-level-0 .menu-item--expanded .menu_link_content .menu-level-1 li:first-child.library_contact .sidebar-contact .library-contact-social-media .social-media-icons li:hover a[title=Twitter] {
    background-color: #fff;
}

header #block-mainmenu .menu-level-0 .menu-item--expanded .menu_link_content .menu-level-1 li:first-child.library_contact .sidebar-contact .library-contact-social-media .social-media-icons li:hover a[title=Twitter] svg path,
header #block-hagerstown-williammbrishlibrary .menu-level-0 .menu-item--expanded .menu_link_content .menu-level-1 li:first-child.library_contact .sidebar-contact .library-contact-social-media .social-media-icons li:hover a[title=Twitter] svg path,
header #block-advancement .menu-level-0 .menu-item--expanded .menu_link_content .menu-level-1 li:first-child.library_contact .sidebar-contact .library-contact-social-media .social-media-icons li:hover a[title=Twitter] svg path {
    fill: #1DA1F2;
}

header #block-mainmenu .menu-level-0 .menu-item--expanded .menu_link_content .menu-level-1 li:first-child.library_contact .sidebar-contact .library-contact-social-media .social-media-icons li:hover a[title=Youtube],
header #block-hagerstown-williammbrishlibrary .menu-level-0 .menu-item--expanded .menu_link_content .menu-level-1 li:first-child.library_contact .sidebar-contact .library-contact-social-media .social-media-icons li:hover a[title=Youtube],
header #block-advancement .menu-level-0 .menu-item--expanded .menu_link_content .menu-level-1 li:first-child.library_contact .sidebar-contact .library-contact-social-media .social-media-icons li:hover a[title=Youtube] {
    background-color: #fff;
}

header #block-mainmenu .menu-level-0 .menu-item--expanded .menu_link_content .menu-level-1 li:first-child.library_contact .sidebar-contact .library-contact-social-media .social-media-icons li:hover a[title=Youtube] svg path,
header #block-hagerstown-williammbrishlibrary .menu-level-0 .menu-item--expanded .menu_link_content .menu-level-1 li:first-child.library_contact .sidebar-contact .library-contact-social-media .social-media-icons li:hover a[title=Youtube] svg path,
header #block-advancement .menu-level-0 .menu-item--expanded .menu_link_content .menu-level-1 li:first-child.library_contact .sidebar-contact .library-contact-social-media .social-media-icons li:hover a[title=Youtube] svg path {
    fill: #FF0002;
}

header #block-mainmenu .menu-level-0 .menu-item--expanded .menu_link_content .menu-level-1 li:first-child.library_contact .sidebar-contact .library-contact-social-media .social-media-icons li:hover a[title=Tiktok],
header #block-hagerstown-williammbrishlibrary .menu-level-0 .menu-item--expanded .menu_link_content .menu-level-1 li:first-child.library_contact .sidebar-contact .library-contact-social-media .social-media-icons li:hover a[title=Tiktok],
header #block-advancement .menu-level-0 .menu-item--expanded .menu_link_content .menu-level-1 li:first-child.library_contact .sidebar-contact .library-contact-social-media .social-media-icons li:hover a[title=Tiktok] {
    background-color: #fff;
}

header #block-mainmenu .menu-level-0 .menu-item--expanded .menu_link_content .menu-level-1 li:first-child.library_contact .sidebar-contact .library-contact-social-media .social-media-icons li:hover a[title=Tiktok] svg path,
header #block-hagerstown-williammbrishlibrary .menu-level-0 .menu-item--expanded .menu_link_content .menu-level-1 li:first-child.library_contact .sidebar-contact .library-contact-social-media .social-media-icons li:hover a[title=Tiktok] svg path,
header #block-advancement .menu-level-0 .menu-item--expanded .menu_link_content .menu-level-1 li:first-child.library_contact .sidebar-contact .library-contact-social-media .social-media-icons li:hover a[title=Tiktok] svg path {
    fill: #FF0050;
}

header #block-mainmenu .menu-level-0 .menu-item--expanded .menu_link_content .menu-level-1 li:first-child a,
header #block-hagerstown-williammbrishlibrary .menu-level-0 .menu-item--expanded .menu_link_content .menu-level-1 li:first-child a,
header #block-advancement .menu-level-0 .menu-item--expanded .menu_link_content .menu-level-1 li:first-child a {
    height: 85%;
    width: 100%;
    max-width: 400px;
    text-align: center;
    padding: 0;
    margin: 20px auto;
    background-image: none;
}

header #block-mainmenu .menu-level-0 .menu-item--expanded .menu_link_content .menu-level-1 li:first-child a .bg-img,
header #block-hagerstown-williammbrishlibrary .menu-level-0 .menu-item--expanded .menu_link_content .menu-level-1 li:first-child a .bg-img,
header #block-advancement .menu-level-0 .menu-item--expanded .menu_link_content .menu-level-1 li:first-child a .bg-img {
    width: 100%;
    height: 100%;
    background-size: 110%;
    background-position: center;
    background-repeat: no-repeat;
}

header #block-mainmenu .menu-level-0 .menu-item--expanded .menu_link_content .menu-level-1 li:first-child a .bg-img .color-overlay,
header #block-hagerstown-williammbrishlibrary .menu-level-0 .menu-item--expanded .menu_link_content .menu-level-1 li:first-child a .bg-img .color-overlay,
header #block-advancement .menu-level-0 .menu-item--expanded .menu_link_content .menu-level-1 li:first-child a .bg-img .color-overlay {
    width: 100%;
    height: 100%;
    position: absolute;
    top: 0;
    left: 0;
    z-index: 100;
    background-color: rgba(76, 116, 52, 0.81);
    box-shadow: 2px 3.5px 11px 0px rgba(0, 0, 0, 0.2);
}

header #block-mainmenu .menu-level-0 .menu-item--expanded .menu_link_content .menu-level-1 li:first-child a .bg-img .color-overlay .owl-circle,
header #block-hagerstown-williammbrishlibrary .menu-level-0 .menu-item--expanded .menu_link_content .menu-level-1 li:first-child a .bg-img .color-overlay .owl-circle,
header #block-advancement .menu-level-0 .menu-item--expanded .menu_link_content .menu-level-1 li:first-child a .bg-img .color-overlay .owl-circle {
    display: none;
}

header #block-mainmenu .menu-level-0 .menu-item--expanded .menu_link_content .menu-level-1 li:first-child a .bg-img .color-overlay div,
header #block-hagerstown-williammbrishlibrary .menu-level-0 .menu-item--expanded .menu_link_content .menu-level-1 li:first-child a .bg-img .color-overlay div,
header #block-advancement .menu-level-0 .menu-item--expanded .menu_link_content .menu-level-1 li:first-child a .bg-img .color-overlay div {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    width: 95%;
}

header #block-mainmenu .menu-level-0 .menu-item--expanded .menu_link_content .menu-level-1 li:first-child a .bg-img .color-overlay div .menu-callout-icon,
header #block-hagerstown-williammbrishlibrary .menu-level-0 .menu-item--expanded .menu_link_content .menu-level-1 li:first-child a .bg-img .color-overlay div .menu-callout-icon,
header #block-advancement .menu-level-0 .menu-item--expanded .menu_link_content .menu-level-1 li:first-child a .bg-img .color-overlay div .menu-callout-icon {
    background-image: url("/Institutions/Hagerstown-Community-College/images/menu-icon.svg");
    background-repeat: no-repeat;
    background-position: center;
    background-size: contain;
    display: block;
    margin: 0 auto 6px;
    width: 65px;
    height: 20px;
}

header #block-mainmenu .menu-level-0 .menu-item--expanded .menu_link_content .menu-level-1 li:first-child a .bg-img .color-overlay div h3,
header #block-hagerstown-williammbrishlibrary .menu-level-0 .menu-item--expanded .menu_link_content .menu-level-1 li:first-child a .bg-img .color-overlay div h3,
header #block-advancement .menu-level-0 .menu-item--expanded .menu_link_content .menu-level-1 li:first-child a .bg-img .color-overlay div h3 {
    display: block;
    margin: 0;
    font-size: 1.25rem;
    color: #fff;
}

header #block-mainmenu .menu-level-0 .menu-item--expanded .menu_link_content .menu-level-1 li:first-child a .bg-img .color-overlay div p,
header #block-hagerstown-williammbrishlibrary .menu-level-0 .menu-item--expanded .menu_link_content .menu-level-1 li:first-child a .bg-img .color-overlay div p,
header #block-advancement .menu-level-0 .menu-item--expanded .menu_link_content .menu-level-1 li:first-child a .bg-img .color-overlay div p {
    line-height: normal;
    margin: 0;
    font-size: .875rem;
    color: #fff;
    display: inline-block;
    padding-right: 16px;
    background-image: url("/Institutions/Hagerstown-Community-College/images/right-arrow-white.svg");
    background-repeat: no-repeat;
    background-size: 8px;
    background-position-x: 100%;
    background-position-y: 65%;
    transition: padding-right .4s;
}

header #block-mainmenu .menu-level-0 .menu-item--expanded .menu_link_content .menu-level-1 li:first-child a:focus,
header #block-hagerstown-williammbrishlibrary .menu-level-0 .menu-item--expanded .menu_link_content .menu-level-1 li:first-child a:focus,
header #block-advancement .menu-level-0 .menu-item--expanded .menu_link_content .menu-level-1 li:first-child a:focus {
    outline-offset: 5px;
}

header #block-mainmenu .menu-level-0 .menu-item--expanded .menu_link_content .menu-level-1 li:first-child a:hover,
header #block-hagerstown-williammbrishlibrary .menu-level-0 .menu-item--expanded .menu_link_content .menu-level-1 li:first-child a:hover,
header #block-advancement .menu-level-0 .menu-item--expanded .menu_link_content .menu-level-1 li:first-child a:hover {
    padding: 0;
    background-image: none;
    border-bottom: 0;
}

header #block-mainmenu .menu-level-0 .menu-item--expanded .menu_link_content .menu-level-1 li:first-child a:hover .bg-img .color-overlay,
header #block-hagerstown-williammbrishlibrary .menu-level-0 .menu-item--expanded .menu_link_content .menu-level-1 li:first-child a:hover .bg-img .color-overlay,
header #block-advancement .menu-level-0 .menu-item--expanded .menu_link_content .menu-level-1 li:first-child a:hover .bg-img .color-overlay {
    box-shadow: 2px 6px 18px 0px rgba(0, 0, 0, 0.3);
}

header #block-mainmenu .menu-level-0 .menu-item--expanded .menu_link_content .menu-level-1 li:first-child a:hover .bg-img .color-overlay p,
header #block-hagerstown-williammbrishlibrary .menu-level-0 .menu-item--expanded .menu_link_content .menu-level-1 li:first-child a:hover .bg-img .color-overlay p,
header #block-advancement .menu-level-0 .menu-item--expanded .menu_link_content .menu-level-1 li:first-child a:hover .bg-img .color-overlay p {
    padding-right: 30px;
    border-bottom: 1px solid #fff;
}

header #block-mainmenu .menu-level-0 .menu-item--expanded .menu_link_content .menu-level-1 li:first-child a.library-email,
header #block-hagerstown-williammbrishlibrary .menu-level-0 .menu-item--expanded .menu_link_content .menu-level-1 li:first-child a.library-email,
header #block-advancement .menu-level-0 .menu-item--expanded .menu_link_content .menu-level-1 li:first-child a.library-email {
    display: inline-block;
    background-color: transparent;
    border: 0;
    margin: 0;
    padding: 0;
    background-image: none;
    color: #026a72;
    transition: color .4s ease;
}

header #block-mainmenu .menu-level-0 .menu-item--expanded .menu_link_content .menu-level-1 li:first-child a.library-email:hover span,
header #block-hagerstown-williammbrishlibrary .menu-level-0 .menu-item--expanded .menu_link_content .menu-level-1 li:first-child a.library-email:hover span,
header #block-advancement .menu-level-0 .menu-item--expanded .menu_link_content .menu-level-1 li:first-child a.library-email:hover span {
    text-decoration: underline;
    color: #005055;
}

header #block-mainmenu .menu-level-0 .menu-item--expanded .menu_link_content .menu-level-1 li:first-child.afford-college a,
header #block-hagerstown-williammbrishlibrary .menu-level-0 .menu-item--expanded .menu_link_content .menu-level-1 li:first-child.afford-college a,
header #block-advancement .menu-level-0 .menu-item--expanded .menu_link_content .menu-level-1 li:first-child.afford-college a {
    border-radius: 6px;
}

header #block-mainmenu .menu-level-0 .menu-item--expanded .menu_link_content .menu-level-1 li:first-child.afford-college a .bg-img,
header #block-hagerstown-williammbrishlibrary .menu-level-0 .menu-item--expanded .menu_link_content .menu-level-1 li:first-child.afford-college a .bg-img,
header #block-advancement .menu-level-0 .menu-item--expanded .menu_link_content .menu-level-1 li:first-child.afford-college a .bg-img {
    border-radius: 6px;
}

header #block-mainmenu .menu-level-0 .menu-item--expanded .menu_link_content .menu-level-1 li:first-child.afford-college a .bg-img .color-overlay,
header #block-hagerstown-williammbrishlibrary .menu-level-0 .menu-item--expanded .menu_link_content .menu-level-1 li:first-child.afford-college a .bg-img .color-overlay,
header #block-advancement .menu-level-0 .menu-item--expanded .menu_link_content .menu-level-1 li:first-child.afford-college a .bg-img .color-overlay {
    background-color: #2F6E6E;
    border-radius: 6px;
}

header #block-mainmenu .menu-level-0 .menu-item--expanded .menu_link_content .menu-level-1 li:first-child.afford-college a .bg-img .color-overlay .owl-circle,
header #block-hagerstown-williammbrishlibrary .menu-level-0 .menu-item--expanded .menu_link_content .menu-level-1 li:first-child.afford-college a .bg-img .color-overlay .owl-circle,
header #block-advancement .menu-level-0 .menu-item--expanded .menu_link_content .menu-level-1 li:first-child.afford-college a .bg-img .color-overlay .owl-circle {
    display: none;
}

header #block-mainmenu .menu-level-0 .menu-item--expanded .menu_link_content .menu-level-1 li:first-child.afford-college a .bg-img .color-overlay div .menu-callout-icon,
header #block-hagerstown-williammbrishlibrary .menu-level-0 .menu-item--expanded .menu_link_content .menu-level-1 li:first-child.afford-college a .bg-img .color-overlay div .menu-callout-icon,
header #block-advancement .menu-level-0 .menu-item--expanded .menu_link_content .menu-level-1 li:first-child.afford-college a .bg-img .color-overlay div .menu-callout-icon {
    display: none;
}

header #block-mainmenu .menu-level-0 .menu-item--expanded .menu_link_content .menu-level-1 li:first-child.afford-college a .bg-img .color-overlay:before,
header #block-hagerstown-williammbrishlibrary .menu-level-0 .menu-item--expanded .menu_link_content .menu-level-1 li:first-child.afford-college a .bg-img .color-overlay:before,
header #block-advancement .menu-level-0 .menu-item--expanded .menu_link_content .menu-level-1 li:first-child.afford-college a .bg-img .color-overlay:before {
    content: "";
    position: absolute;
    right: 10px;
    bottom: -18px;
    width: 0px;
    height: 0px;
    border-top: 30px solid #2F6E6E;
    border-right: 30px solid transparent;
}

header #block-mainmenu .menu-level-0 .menu-item--expanded .menu_link_content .menu-unique,
header #block-hagerstown-williammbrishlibrary .menu-level-0 .menu-item--expanded .menu_link_content .menu-unique,
header #block-advancement .menu-level-0 .menu-item--expanded .menu_link_content .menu-unique {
    margin: 0;
    list-style: none;
    padding: 25px 0;
}

header #block-mainmenu .menu-level-0 .menu-item--expanded .menu_link_content .menu-unique li svg,
header #block-hagerstown-williammbrishlibrary .menu-level-0 .menu-item--expanded .menu_link_content .menu-unique li svg,
header #block-advancement .menu-level-0 .menu-item--expanded .menu_link_content .menu-unique li svg {
    height: 18px;
    width: 18px;
    position: absolute;
    top: 50%;
    left: 20px;
    transform: translate(0, -50%);
    z-index: 1;
}

header #block-mainmenu .menu-level-0 .menu-item--expanded .menu_link_content .menu-unique li a,
header #block-hagerstown-williammbrishlibrary .menu-level-0 .menu-item--expanded .menu_link_content .menu-unique li a,
header #block-advancement .menu-level-0 .menu-item--expanded .menu_link_content .menu-unique li a {
    border: 0;
    background-image: none;
    text-transform: none;
    height: auto;
    padding: 15px 5px 15px 45px;
    font-size: 1rem;
}

header #block-mainmenu .menu-level-0 .menu-item--expanded .menu_link_content .menu-unique li a:hover span,
header #block-hagerstown-williammbrishlibrary .menu-level-0 .menu-item--expanded .menu_link_content .menu-unique li a:hover span,
header #block-advancement .menu-level-0 .menu-item--expanded .menu_link_content .menu-unique li a:hover span {
    color: #026a72;
    background-image: url("/themes/custom/hagerstown/images/right-arrow-teal.svg");
    background-repeat: no-repeat;
    background-position-x: 100%;
    background-position-y: 50%;
    background-size: 12px;
    border-bottom: 1px solid #026a72;
    padding-right: 25px;
}

header #block-mainmenu .menu-level-0 .menu-item--expanded.active>a,
header #block-hagerstown-williammbrishlibrary .menu-level-0 .menu-item--expanded.active>a,
header #block-advancement .menu-level-0 .menu-item--expanded.active>a {
    background-color: #4c7434;
    color: #fff;
    margin: 0;
    padding-left: 45px;
    background-position-x: 20px;
    background-position-y: 55%;
    background-image: url("/themes/custom/hagerstown/images/left-caret-white.svg");
}

header #block-mainmenu .menu-level-0 .menu-item--expanded.active>.menu_link_content,
header #block-hagerstown-williammbrishlibrary .menu-level-0 .menu-item--expanded.active>.menu_link_content,
header #block-advancement .menu-level-0 .menu-item--expanded.active>.menu_link_content {
    max-height: 3000px;
    margin-left: 0;
    visibility: visible;
}

header #block-mainmenu .menu-level-0 .menu-item--expanded.active>.menu_link_content .menu-level-1,
header #block-hagerstown-williammbrishlibrary .menu-level-0 .menu-item--expanded.active>.menu_link_content .menu-level-1,
header #block-advancement .menu-level-0 .menu-item--expanded.active>.menu_link_content .menu-level-1 {
    visibility: visible;
}

header #block-mainmenu .menu-level-0 .mobile-links,
header #block-hagerstown-williammbrishlibrary .menu-level-0 .mobile-links,
header #block-advancement .menu-level-0 .mobile-links {
    margin-top: 36px;
    margin-left: 16px;
    list-style: none;
}

header #block-mainmenu .menu-level-0 .mobile-links li,
header #block-hagerstown-williammbrishlibrary .menu-level-0 .mobile-links li,
header #block-advancement .menu-level-0 .mobile-links li {
    margin-bottom: 30px;
}

header #block-mainmenu .menu-level-0 .mobile-links li a,
header #block-hagerstown-williammbrishlibrary .menu-level-0 .mobile-links li a,
header #block-advancement .menu-level-0 .mobile-links li a {
    text-decoration: none;
}

header #block-mainmenu .menu-level-0 .mobile-links.hide,
header #block-hagerstown-williammbrishlibrary .menu-level-0 .mobile-links.hide,
header #block-advancement .menu-level-0 .mobile-links.hide {
    display: none;
}

header #block-mainmenu .menu-links,
header #block-hagerstown-williammbrishlibrary .menu-links,
header #block-advancement .menu-links {
    list-style-type: none;
    margin: 36px 0 40px 17px;
}

header #block-mainmenu .menu-links li,
header #block-hagerstown-williammbrishlibrary .menu-links li,
header #block-advancement .menu-links li {
    margin-bottom: 28px;
}

header #block-mainmenu .menu-links li a,
header #block-hagerstown-williammbrishlibrary .menu-links li a,
header #block-advancement .menu-links li a {
    font-weight: 400;
    text-decoration: none;
    font-size: 1rem;
}

header #block-hagerstown-williammbrishlibrary {
    max-height: 95px;
    background-color: transparent;
}

header #block-hagerstown-williammbrishlibrary .menu-level-0 .menu-item--expanded.hide {
    display: none;
}

header.active #block-mainmenu,
header.active #block-advancement {
    top: 0;
    max-height: 5000px;
    transition: max-height .6s ease, top .4s;
}

header.active #block-mainmenu.quicklink,
header.active #block-advancement.quicklink {
    max-height: 0;
    top: 1000px;
    transition: max-height .6s, top .4s;
}

#block-headerlinks,
#block-advancementheaderlinks {
    display: none;
}

#block-headerlinks .header-links,
#block-advancementheaderlinks .header-links {
    display: none;
}

#block-headerlinks .header-links li,
#block-advancementheaderlinks .header-links li {
    display: inline-block;
    margin: 14px 0px;
}

#block-headerlinks .header-links li a,
#block-advancementheaderlinks .header-links li a {
    text-decoration: none;
    color: #fff;
    padding: 3px 8px;
    font-size: .875rem;
}

#block-headerlinks .header-links li a:focus,
#block-advancementheaderlinks .header-links li a:focus {
    outline: 1px solid #fff;
    outline-offset: -3px;
}

#block-hagerstown-quicklinks {
    position: absolute;
    top: 65px;
}

#block-hagerstown-quicklinks .menu-level-0 {
    list-style: none;
    padding: 0;
    margin: 0;
    display: inline-block;
    background-color: transparent;
    color: #fff;
    z-index: 11;
    margin-left: 30px;
}

#block-hagerstown-quicklinks .menu-level-0 .quick_links_tab,
#block-hagerstown-quicklinks .menu-level-0 .maps_tab,
#block-hagerstown-quicklinks .menu-level-0 .search_tab {
    display: none;
}

#block-hagerstown-quicklinks .menu-level-0 .search_tab+.menu_link_content {
    display: none;
}

#block-hagerstown-quicklinks .menu-level-0 .menu-link-contentquick-links .menu-level-1 {
    list-style: none;
    padding: 0;
    margin: 0;
    text-align: center;
    line-height: 1.5rem;
    font-size: 1.125rem;
    background-color: #f8f8f8;
    max-height: 0;
    overflow: hidden;
    transition: max-height .2s, visibility .4s;
    margin-left: -30px;
    margin-top: 6px;
    visibility: hidden;
}

#block-hagerstown-quicklinks .menu-level-0 .menu-link-contentquick-links .menu-level-1 .menu-item {
    box-sizing: border-box;
    font-size: 1.125rem;
    text-align: center;
    height: 157.5px;
    width: 46%;
    margin: 5px;
    box-shadow: 2px 3.5px 11px 0px rgba(0, 0, 0, 0.2);
    border-radius: 6px;
    background-color: #fff;
    vertical-align: top;
    display: inline-block;
}

#block-hagerstown-quicklinks .menu-level-0 .menu-link-contentquick-links .menu-level-1 .menu-item:first-child {
    height: 80px;
    width: 100%;
    box-shadow: none;
    border-radius: 0;
    margin-bottom: 21px;
}

#block-hagerstown-quicklinks .menu-level-0 .menu-link-contentquick-links .menu-level-1 .menu-item:first-child a {
    padding-top: 30px;
}

#block-hagerstown-quicklinks .menu-level-0 .menu-link-contentquick-links .menu-level-1 .menu-item:first-child a svg {
    width: 20px;
    margin: 0px 7px -3px 0;
    display: inline-block;
}

#block-hagerstown-quicklinks .menu-level-0 .menu-link-contentquick-links .menu-level-1 .menu-item:first-child a span {
    background-image: url("/Institutions/Hagerstown-Community-College/images/right-caret-teal.svg");
    background-repeat: no-repeat;
    background-position-x: 100%;
    background-position-y: 50%;
    background-size: 8px;
    padding-right: 24px;
    padding-bottom: 3px;
    color: #026a72;
    transition: padding-right .4s;
}

#block-hagerstown-quicklinks .menu-level-0 .menu-link-contentquick-links .menu-level-1 .menu-item:first-child a:hover {
    color: #026a72;
}

#block-hagerstown-quicklinks .menu-level-0 .menu-link-contentquick-links .menu-level-1 .menu-item:first-child a:hover span {
    padding-right: 40px;
    background-size: 8px;
    background-position-x: 100%;
    border-bottom: 2px solid #026a72;
}

#block-hagerstown-quicklinks .menu-level-0 .menu-link-contentquick-links .menu-level-1 .menu-item.download-campus-link a {
    padding: 30px 0;
    width: 100%;
}

#block-hagerstown-quicklinks .menu-level-0 .menu-link-contentquick-links .menu-level-1 .menu-item.download-campus-link a:focus {
    outline-offset: -10px;
}

#block-hagerstown-quicklinks .menu-level-0 .menu-link-contentquick-links .menu-level-1 .menu-item svg {
    width: 22px;
    height: 22px;
    margin: 0 auto 5px;
    display: block;
}

#block-hagerstown-quicklinks .menu-level-0 .menu-link-contentquick-links .menu-level-1 .menu-item svg path {
    fill: #026a72;
}

#block-hagerstown-quicklinks .menu-level-0 .menu-link-contentquick-links .menu-level-1 .menu-item a {
    color: #3e3e3e;
    display: block;
    width: 80%;
    height: 96%;
    padding-top: 40px;
    box-sizing: border-box;
    text-decoration: none;
    font-size: 1.125rem;
    margin: 3px auto;
    line-height: normal;
}

#block-hagerstown-quicklinks .menu-level-0 .menu-link-contentquick-links .menu-level-1 .menu-item a span {
    background-image: url("/Institutions/Hagerstown-Community-College/images/right-arrow-teal.svg");
    background-repeat: no-repeat;
    background-position-x: 50%;
    background-position-y: 100%;
    background-size: 0;
    padding-bottom: 15px;
    display: inline-block;
}

#block-hagerstown-quicklinks .menu-level-0 .menu-link-contentquick-links .menu-level-1 .menu-item a:hover {
    background-color: #fff;
}

#block-hagerstown-quicklinks .menu-level-0 .menu-link-contentquick-links .menu-level-1 .menu-item a:hover span {
    background-size: 12px;
}

#block-hagerstown-quicklinks .menu-level-0 .menu-link-contentquick-links .menu-level-1 .menu-item a:focus {
    outline: 1px solid #707070;
    outline-offset: -2px;
}

#block-hagerstown-quicklinks .menu-level-0 .menu-link-contentquick-links .menu-level-1.active {
    max-height: 3000px;
    padding-bottom: 30px;
    visibility: visible;
}

#block-hagerstown-quicklinks .menu-level-0 .view-mode-hcc-menu-maps-location .menu-level-1 {
    width: 100vw;
}

#block-hagerstown-quicklinks .menu-level-0 .view-mode-hcc-menu-maps-location .menu-level-1 .menu-item {
    width: auto;
    box-shadow: none;
    display: block;
    text-align: left;
    max-width: 450px;
    margin: 0 auto;
}

#block-hagerstown-quicklinks .menu-level-0 .view-mode-hcc-menu-maps-location .menu-level-1 .menu-item a {
    background-color: #fff;
    width: auto;
    height: 148px;
    padding-top: 0;
    margin: 25px auto;
}

#block-hagerstown-quicklinks .menu-level-0 .view-mode-hcc-menu-maps-location .menu-level-1 .menu-item a span {
    background-image: none;
}

#block-hagerstown-quicklinks .menu-level-0 .view-mode-hcc-menu-maps-location .menu-level-1 .menu-item a span svg path {
    transition: fill .4s;
}

#block-hagerstown-quicklinks .menu-level-0 .view-mode-hcc-menu-maps-location .menu-level-1 .menu-item a:hover span svg path {
    fill: #fff;
}

#block-hagerstown-quicklinks .menu-level-0 .view-mode-hcc-menu-maps-location .menu-level-1 .menu-item:first-child {
    text-align: center;
    max-width: none;
}

#block-hagerstown-quicklinks .menu-level-0 .view-mode-hcc-menu-maps-location .menu-level-1 .menu-item:first-child a {
    height: auto;
    margin: 0;
}

#block-hagerstown-quicklinks .menu-level-0 .view-mode-hcc-menu-maps-location .menu-level-1 .menu-item:first-child a span {
    padding-bottom: 0;
    display: inline;
    transition: background-position-x .4s;
}

#block-hagerstown-quicklinks .menu-level-0 .view-mode-hcc-menu-maps-location .menu-level-1 .menu-item:first-child a span svg {
    display: none;
}

#block-hagerstown-quicklinks .menu-level-0 .view-mode-hcc-menu-maps-location .menu-level-1 .menu-item.hcc-contact {
    color: #3e3e3e;
    background-color: transparent;
    width: 100%;
    max-width: none;
}

#block-hagerstown-quicklinks .menu-level-0 .view-mode-hcc-menu-maps-location .menu-level-1 .menu-item.hcc-contact div span {
    display: block;
    margin: 0 0 5px 16px;
}

#block-hagerstown-quicklinks .menu-level-0 .view-mode-hcc-menu-maps-location .menu-level-1 .menu-item.hcc-contact div span:first-child {
    font-size: .75rem;
    margin: 24px 0 2px 16px;
}

#block-hagerstown-quicklinks .menu-level-0 .view-mode-hcc-menu-maps-location .menu-level-1 .menu-item.hcc-contact div span a {
    margin-left: 0;
    transition: color .4s ease;
}

#block-hagerstown-quicklinks .menu-level-0 .view-mode-hcc-menu-maps-location .menu-level-1 .menu-item.hcc-contact div a {
    width: auto;
    height: auto;
    background-color: transparent;
    margin: 0 0 5px 16px;
    color: #026a72;
    word-wrap: break-word;
    transition: color .4s ease;
}

#block-hagerstown-quicklinks .menu-level-0 .view-mode-hcc-menu-maps-location .menu-level-1 .menu-item.hcc-contact div a span:first-child {
    margin: 0;
    font-size: 1rem;
}

#block-hagerstown-quicklinks .menu-level-0 .view-mode-hcc-menu-maps-location .menu-level-1 .menu-item.hcc-contact div a:hover {
    color: #005055;
    text-decoration: underline;
}

#block-hagerstown-quicklinks .menu-level-0 .view-mode-hcc-menu-maps-location .menu-level-1.active {
    max-height: 5000px;
    min-height: 100vh;
}

.hamburger-menu {
    position: absolute;
    z-index: 99;
    right: 0;
    top: 0;
    height: 75px;
    padding: 16px;
    background-color: transparent;
    transition: background-color .4s, height .4s;
    z-index: 3;
}

.hamburger-menu span {
    width: 28px;
    height: 5px;
    background-color: #fff;
    display: block;
    margin: 5px auto;
    transition: transform .4s ease, background-color .4s;
}

.header-links-container {
    height: 76px;
    z-index: 11;
}

.header-links-container .overlay {
    position: absolute;
    left: 0;
    top: 0;
    background-color: #4c7434;
    opacity: .8;
    height: 100%;
    width: 100%;
}

.header-links-container .hcc-logo {
    left: 13px;
    transition: left .4s;
    display: inline-block;
    margin-top: 8px;
}

.header-links-container .hcc-logo svg {
    height: 60px;
}

.header-links-container .library-home-link {
    display: none;
}

.header-links-container .advancement-home-link {
    display: none;
}

.header-links-container .quick-links-tabs {
    margin: 0;
    margin-left: -530px;
    transition: margin-left .4s;
    list-style: none;
    z-index: 12;
    employment vertical-align: top;
    left: 5px;
    display: inline-block;
    position: absolute;
}

.header-links-container .quick-links-tabs li {
    display: inline-block;
    vertical-align: top;
}

.header-links-container .quick-links-tabs li .quick_links_tab,
.header-links-container .quick-links-tabs li .maps_tab,
.header-links-container .quick-links-tabs li .search_tab,
.header-links-container .quick-links-tabs li .employment_tab,
.header-links-container .quick-links-tabs li .my-portal {
    color: #fff;
    text-align: center;
    display: inline-block;
    text-decoration: none;
    background-color: transparent;
    transition: margin-left .4s, background-color .4s, height .4s;
    font-size: .875rem;
    z-index: 6;
    padding: 21px 4px;
    width: 80px;
}

.header-links-container .quick-links-tabs li .my-portal {
    background-color: #4c7434 !important;
}

.header-links-container .quick-links-tabs li .quick_links_tab.active,
.header-links-container .quick-links-tabs li .maps_tab.active,
.header-links-container .quick-links-tabs li .search_tab.active {
    background-color: #026a72;
    border-bottom-left-radius: 6px;
    border-bottom-right-radius: 6px;
    box-shadow: 2px 3.5px 11px 0px rgba(0, 0, 0, 0.2);
}

.header-links-container .quick-links-tabs li .quick_links_tab:focus,
.header-links-container .quick-links-tabs li .maps_tab:focus,
.header-links-container .quick-links-tabs li .search_tab:focus {
    outline: 1px solid #fff;
    outline-offset: -1px;
}

.header-links-container.active .overlay {
    background-color: #3e3e3e;
    opacity: .76;
}

.header-links-container.active .hcc-logo {
    left: -300px;
}

.header-links-container.active .hamburger-menu {
    height: 83px;
    border-bottom-left-radius: 6px;
    border-bottom-right-radius: 6px;
    box-shadow: 2px 3.5px 11px 0px rgba(0, 0, 0, 0.2);
    background-color: #fff;
    padding-top: 30px;
}

.header-links-container.active .hamburger-menu span {
    background-color: #3e3e3e;
    width: 32px;
}

.header-links-container.active .hamburger-menu span:first-child {
    transform: rotate(45deg);
}

.header-links-container.active .hamburger-menu span:nth-child(2) {
    display: none;
}

.header-links-container.active .hamburger-menu span:last-child {
    margin-top: -10px;
    transform: rotate(135deg);
}

.header-links-container.active .quick-links-tabs {
    margin-left: 0px;
}

.header-links-container.active .quick-links-tabs li:nth-child(3) {
    display: none;
}

.header-links-container.library {
    height: 50px;
    display: none;
}

.header-links-container.library .overlay {
    background-color: #3e3e3e;
    opacity: .9;
}

.header-links-container.library .quick-links-tabs {
    display: none;
}

.header-links-container.library .hcc-logo {
    display: none;
}

.header-links-container.library .hamburger-menu {
    display: none;
}

.header-links-container.library .library-home-link {
    display: inline-block;
    color: #fff;
    text-decoration: none;
    margin-top: 8px;
    margin-left: 16px;
    padding: 8px;
}

.header-links-container.library .library-home-link svg {
    width: 10px;
    transform: rotate(180deg);
    margin-right: 6px;
    margin-bottom: 1px;
}

.advancement-page .header-links-container .advancement-home-link {
    color: #fff;
    display: none;
    text-decoration: none;
    margin-left: 16px;
    margin-top: 8px;
    transition: left .4s;
    position: absolute;
    left: -300px;
}

.advancement-page .header-links-container .advancement-home-link svg {
    width: 10px;
    transform: rotate(180deg);
    margin-right: 6px;
    margin-bottom: 1px;
}

.advancement-page .header-links-container.active .advancement-home-link {
    left: 0;
}

.featured-news-section {
    margin: 48px 0;
    text-align: center;
    background-color: #f8f8f8;
}

.featured-news-section .featured_news_block {
    text-align: center;
    padding: 50px 20px;
    white-space: nowrap;
    overflow-x: scroll;
    margin: 30px 0;
}

.featured-news-section .featured_news_block .featured_news {
    margin: 0 8px;
    display: inline-block;
    height: 410.5px;
    text-align: left;
    width: 315px;
    vertical-align: top;
    text-decoration: none;
    transition: box-shadow .4s;
    background-color: white;
}

.featured-news-section .featured_news_block .featured_news .news-image-container .news-image {
    height: 147px;
    width: 100%;
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center;
    margin: 0;
}

.featured-news-section .featured_news_block .featured_news .news-image-container svg {
    position: absolute;
    z-index: 2;
    bottom: 0;
    left: 50%;
    transform: translate(-50%);
    width: 50px;
}
.featured-news-section .featured_news_block .featured_news .gradient-bg svg {
    position: absolute;
    z-index: 2;
    bottom: 0;
    left: 50%;
    transform: translate(-50%);
    width: 50px;
}

.featured-news-section .featured_news_block .featured_news .featured_news_content {
    padding: 40px 10px 45px 20px;
    height: 64%;
    white-space: normal;
    overflow: hidden;
}

.featured-news-section .featured_news_block .featured_news .featured_news_content .featured_news_heading {
    color: #707070;
    margin-bottom: 15px;
    margin-top: 500px;
    transition: margin-top .6s ease-in;
}

.featured-news-section .featured_news_block .featured_news .featured_news_content .featured_news_heading+div {
    display: none;
}

.featured-news-section .featured_news_block .featured_news .featured_news_content .featured_news_title {
    margin-bottom: 15px;
    line-height: 2rem;
    margin-top: 450px;
    transition: margin-top .6s ease-in;
}

.featured-news-section .featured_news_block .featured_news .featured_news_content .featured_news_body {
    margin-bottom: 15px;
    display: none;
}

.featured-news-section .featured_news_block .featured_news .featured_news_content .featured_news_link {
    text-align: center;
    position: absolute;
    bottom: -350px;
    left: 50%;
    transform: translate(-50%);
    transition: bottom .6s ease-in;
}

.featured-news-section .featured_news_block .featured_news .featured_news_content .featured_news_link p {
    color: #026a72;
    font-weight: 700;
    border: none;
    padding-bottom: 2px;
    margin: 0;
    line-height: normal;
}

.featured-news-section .featured_news_block .featured_news .featured_news_content .featured_news_link p svg {
    margin: 0 0 1px 5px;
    width: 14px;
    transition: margin .4s;
}

.featured-news-section .featured_news_block .featured_news .featured_news_content.animated .featured_news_title {
    margin-top: 0;
    transition: margin-top .4s ease-out;
}

.featured-news-section .featured_news_block .featured_news .featured_news_content.animated .featured_news_body,
.featured-news-section .featured_news_block .featured_news .featured_news_content.animated .featured_news_heading {
    margin-top: 0;
    transition: margin-top .6s ease-out;
}

.featured-news-section .featured_news_block .featured_news .featured_news_content.animated .featured_news_link {
    bottom: 25px;
    transition: bottom .6s ease-out;
}

.featured-news-section .featured_news_block .featured_news:hover {
    box-shadow: 2px 6px 18px 0px rgba(0, 0, 0, 0.3);
}

.featured-news-section .featured_news_block .featured_news:hover .featured_news_content .featured_news_link p {
    border-bottom: 1px solid #026a72;
}

.featured-news-section .featured_news_block .featured_news:hover .featured_news_content .featured_news_link p svg {
    margin: 0 0 1px 15px;
}

.featured-news-section .featured_news_block .featured_news:focus {
    outline: 1px solid #707070;
    outline-offset: 5px;
}

.featured-news-section .featured_news_scroll {
    color: #707070;
    text-align: center;
    margin-bottom: 24px;
}

.featured-news-section .featured_news_scroll svg:first-child {
    transform: rotate(180deg);
    margin-bottom: 1px;
    margin-right: 10px;
}

.featured-news-section .featured_news_scroll svg:last-child {
    margin-bottom: 1px;
    margin-left: 10px;
}

.featured-news-section .btn {
    max-width: 80%;
    display: inline-block;
    text-decoration: none;
    padding: 13px 50px;
    position: absolute;
    top: 100%;
    left: 50%;
    transform: translate(-50%);
    margin-top: -24px;
}

.statistic-block {
    text-align: center;
    padding-bottom: 100px;
    background-color: #ededed;
}

.statistic-block img {
    width: 100%;
    height: 255px;
    object-fit: cover;
}

.statistic-block .stat-image {
    height: 255px;
    background-position: center;
    background-size: cover;
    width: 100%;
}

.statistic-block .statistic-block-content {
    background-color: #fff;
    min-height: 460px;
    width: 92%;
    margin: 0 auto;
    border-radius: 6px;
    margin-top: -100px;
    padding-top: 30px;
}

.statistic-block .statistic-block-content h2 {
    margin-bottom: 18px;
    font-family: baskerville-display-pt, serif;
    font-weight: 400;
}

.statistic-block .statistic-block-content hr {
    border: 1px solid #d6d6d6;
    width: 133px;
    margin: 0 auto 26px;
    opacity: 1;
}

.statistic-block .statistic-block-content .stat-block-square {
    display: inline-block;
    width: 49%;
    vertical-align: top;
    height: 150px;
}

.statistic-block .statistic-block-content .stat-block-square .stat-num {
    color: #026a72;
    font-family: baskerville-display-pt, serif;
    font-weight: 700;
    font-size: 2.5rem;
    line-height: normal;
}

.statistic-block .statistic-block-content .stat-block-square p {
    width: 90%;
    margin: 0 auto;
    line-height: 1.5rem;
}

.statistic-block .statistic-block-content.animated .stat-block-square .stat-num {
    opacity: 1;
}

.statistic-block a {
    margin-top: -20px;
    padding-top: 12px;
    display: inline-block;
    text-decoration: none;
}

.no-bg-img {
    margin-top: 0;
    padding-top: 100px;
    padding-bottom: 50px;
    margin: 40px 0;
}

.no-bg-img .statistic-block-content {
    margin-top: 0;
}

.maps {
    max-width: 97vw;
    margin: 0 auto;
    border-radius: 6px;
    height: 148px;
    box-shadow: 2px 3.5px 11px 0px rgba(0, 0, 0, 0.2);
    transition: box-shadow .4s;
    display: block;
    text-decoration: none;
}

.maps img {
    width: 35%;
    height: 111px;
    object-fit: cover;
    position: absolute;
    right: 0;
    top: 0;
    border-top-right-radius: 6px;
}

.maps .map-image {
    width: 35%;
    height: 111px;
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center;
    position: absolute;
    right: 0;
    top: 0;
    border-top-right-radius: 6px;
}

.maps .map-address {
    list-style: none;
    margin: 0;
}

.maps .map-address li {
    margin: 0 13px;
    max-width: 60%;
    display: block;
    font-size: 1rem;
    line-height: normal;
    color: #3e3e3e;
}

.maps .map-address li p {
    font-size: 1rem;
    margin: 0;
}

.maps .map-address .map-location {
    font-size: .75rem;
    margin: 23px 0 0;
    line-height: normal;
    color: #707070;
    display: inline-block;
}

.maps .map-address p:empty {
    display: none;
}

.maps span {
    position: absolute;
    right: 3px;
    bottom: 3px;
    width: 40px;
    height: 30px;
    padding: 10px 15px;
    background-color: #ededed;
    border-top-left-radius: 6px;
    border-bottom-right-radius: 6px;
    transition: background-color .4s;
}

.maps span svg {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
}

.maps span svg path {
    transition: fill .4s;
}

.maps:hover {
    box-shadow: 2px 6px 18px 0px rgba(0, 0, 0, 0.3);
}

.maps:hover span {
    background-color: #026a72;
}

.maps:hover span svg path {
    fill: #fff;
}

.section-flicker-feeds {
    padding: 60px 10px;
    text-align: center;
    background-image: linear-gradient(#ededed 50%, #fff 50%);
}

.section-flicker-feeds h2 {
    font-family: baskerville-display-pt, serif;
    margin: 0 0 25px;
}

.section-flicker-feeds hr {
    width: 133px;
    opacity: 1;
    margin: 0 auto;
    border: 1px solid #cbcbcb;
}

.section-flicker-feeds h5 {
    margin: 30px 0 15px;
}

.section-flicker-feeds .flick-image-wrapper {
    width: 100%;
    margin: 0 auto 33px;
}

.section-flicker-feeds .flick-image-wrapper .flickr-image {
    width: 46%;
    height: 195px;
    display: inline-block;
    margin: 5px;
}

.section-flicker-feeds .flick-image-wrapper .flickr-image img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.section-flicker-feeds .link-container {
    width: 100%;
    margin: 0 auto;
    text-align: right;
}

.section-flicker-feeds .link-container a {
    color: #026a72;
    font-size: 1.125rem;
    text-decoration: none;
    font-weight: 700;
    padding-bottom: 2px;
    transition: border-bottom .4s;
}

.section-flicker-feeds .link-container a svg {
    margin-left: 10px;
    transition: margin-left .4s;
}

.section-flicker-feeds .link-container a:hover {
    border-bottom: 2px solid #026a72;
}

.section-flicker-feeds .link-container a:hover svg {
    margin-left: 25px;
}

.section-flicker-feeds .link-container a:focus {
    outline: 1px solid #707070;
    outline-offset: 2px;
}

.callout-section {
    padding: 16px 0 48px;
}

.callout-section .callout {
    text-decoration: none;
}

.callout-section .callout.teal,
.callout-section .callout.green {
    background-color: #026a72;
    color: #fff;
}

.callout-section .callout.teal.size-100,
.callout-section .callout.green.size-100 {
    margin: 32px auto;
    display: inline-block;
    width: 100%;
}

.callout-section .callout.teal.size-100 .callout-image,
.callout-section .callout.green.size-100 .callout-image {
    width: 100%;
    height: 190px;
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center;
}

.callout-section .callout.teal.size-100 .callout-overlay,
.callout-section .callout.green.size-100 .callout-overlay {
    background-color: #026a72;
}

.callout-section .callout.teal.size-100 .callout-content,
.callout-section .callout.green.size-100 .callout-content {
    padding: 44px 17px 53px;
}

.callout-section .callout.teal.size-100 .callout-content .callout_icon svg,
.callout-section .callout.green.size-100 .callout-content .callout_icon svg {
    margin: 0 0 14px;
    opacity: .5;
    max-width: 50px;
}

.callout-section .callout.teal.size-100 .callout-content .callout_icon svg path,
.callout-section .callout.green.size-100 .callout-content .callout_icon svg path {
    fill: #fff;
}

.callout-section .callout.teal.size-100 .callout-content .callout_icon svg line,
.callout-section .callout.green.size-100 .callout-content .callout_icon svg line {
    stroke: #fff;
}

.callout-section .callout.teal.size-100 .callout-content .callout-headline,
.callout-section .callout.green.size-100 .callout-content .callout-headline {
    font-family: baskerville-display-pt, serif;
    font-size: 1.875rem;
    margin: 0 0 25px;
}

.callout-section .callout.teal.size-100 .callout-content .callout-headline svg,
.callout-section .callout.green.size-100 .callout-content .callout-headline svg {
    display: none;
}

.callout-section .callout.teal.size-100 .callout-content .callout_icon+.callout-headline svg,
.callout-section .callout.green.size-100 .callout-content .callout_icon+.callout-headline svg {
    display: none;
}

.callout-section .callout.teal.size-100 .callout-content hr,
.callout-section .callout.green.size-100 .callout-content hr {
    width: 133px;
    border: 1px solid #fff;
    opacity: .5;
    margin: 0 0 28px;
}

.callout-section .callout.teal.size-100 .callout-content p,
.callout-section .callout.green.size-100 .callout-content p {
    margin: 0 0 35px;
    line-height: 2rem;
}

.callout-section .callout.teal.size-100 .callout-content p:empty,
.callout-section .callout.green.size-100 .callout-content p:empty {
    display: none;
}

.callout-section .callout.teal.size-100 .callout-content .callout-link,
.callout-section .callout.green.size-100 .callout-content .callout-link {
    font-size: 1.125rem;
    font-weight: 700;
    padding-bottom: 15px;
    display: inline;
    transition: border-bottom .2s;
    color: #fff;
    text-decoration: none;
}

.callout-section .callout.teal.size-100 .callout-content .callout-link svg,
.callout-section .callout.green.size-100 .callout-content .callout-link svg {
    width: 16px;
    height: 8px;
    margin: 0 0 0 5px;
    opacity: 1;
    transition: margin .4s;
}

.callout-section .callout.teal.size-100 .callout-hover-box,
.callout-section .callout.green.size-100 .callout-hover-box {
    display: none;
}

.callout-section .callout.teal.size-100:hover,
.callout-section .callout.green.size-100:hover {
    box-shadow: 2px 6px 18px 0px rgba(0, 0, 0, 0.3);
}

.callout-section .callout.teal.size-100:hover .callout-content .callout-link,
.callout-section .callout.green.size-100:hover .callout-content .callout-link {
    border-bottom: 2px solid #fff;
}

.callout-section .callout.teal.size-100:hover .callout-content .callout-link svg,
.callout-section .callout.green.size-100:hover .callout-content .callout-link svg {
    margin: 0 0 0 25px;
}

.callout-section .callout.teal.size-33,
.callout-section .callout.teal.size-50,
.callout-section .callout.green.size-33,
.callout-section .callout.green.size-50 {
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center;
    display: inline-block;
    margin: 32px 0;
    height: 350px;
    width: 100%;
}

.callout-section .callout.teal.size-33 .callout-overlay,
.callout-section .callout.teal.size-50 .callout-overlay,
.callout-section .callout.green.size-33 .callout-overlay,
.callout-section .callout.green.size-50 .callout-overlay {
    position: absolute;
    height: 33%;
    width: 100%;
    opacity: .85;
    z-index: 1;
    text-align: center;
    transition: height .4s;
    background-color: #026a72;
}

.callout-section .callout.teal.size-33 .callout-image,
.callout-section .callout.teal.size-50 .callout-image,
.callout-section .callout.green.size-33 .callout-image,
.callout-section .callout.green.size-50 .callout-image {
    height: 100%;
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center;
}

.callout-section .callout.teal.size-33 .callout-content,
.callout-section .callout.teal.size-50 .callout-content,
.callout-section .callout.green.size-33 .callout-content,
.callout-section .callout.green.size-50 .callout-content {
    top: 0;
    left: 0;
    position: absolute;
    height: 33%;
    width: 100%;
    text-align: center;
    z-index: 2;
    transition: height .4s;
}

.callout-section .callout.teal.size-33 .callout-content svg,
.callout-section .callout.teal.size-50 .callout-content svg,
.callout-section .callout.green.size-33 .callout-content svg,
.callout-section .callout.green.size-50 .callout-content svg {
    display: none;
}

.callout-section .callout.teal.size-33 .callout-content .callout-headline,
.callout-section .callout.teal.size-50 .callout-content .callout-headline,
.callout-section .callout.green.size-33 .callout-content .callout-headline,
.callout-section .callout.green.size-50 .callout-content .callout-headline {
    margin: 0;
    position: absolute;
    left: 50%;
    top: 50%;
    transform: translate(-50%, -50%);
    display: block;
    font-size: 2.125rem;
    font-weight: 700;
    width: 100%;
    padding: 0 15px;
    line-height: normal;
    opacity: 1;
    transition: top .4s;
}

.callout-section .callout.teal.size-33 .callout-content .callout-headline svg,
.callout-section .callout.teal.size-50 .callout-content .callout-headline svg,
.callout-section .callout.green.size-33 .callout-content .callout-headline svg,
.callout-section .callout.green.size-50 .callout-content .callout-headline svg {
    display: none;
    position: absolute;
    left: 50%;
    bottom: -20px;
    transform: translate(-50%, 0);
    opacity: 1;
    width: 16px;
    height: 8px;
    transition: opacity .4s;
}

.callout-section .callout.teal.size-33 .callout-content hr,
.callout-section .callout.teal.size-50 .callout-content hr,
.callout-section .callout.green.size-33 .callout-content hr,
.callout-section .callout.green.size-50 .callout-content hr {
    display: none;
}

.callout-section .callout.teal.size-33 .callout-content p,
.callout-section .callout.teal.size-50 .callout-content p,
.callout-section .callout.green.size-33 .callout-content p,
.callout-section .callout.green.size-50 .callout-content p {
    display: none;
}

.callout-section .callout.teal.size-33 .callout-content p:empty,
.callout-section .callout.teal.size-50 .callout-content p:empty,
.callout-section .callout.green.size-33 .callout-content p:empty,
.callout-section .callout.green.size-50 .callout-content p:empty {
    display: none;
}

.callout-section .callout.teal.size-33 .callout-content .callout-link,
.callout-section .callout.teal.size-50 .callout-content .callout-link,
.callout-section .callout.green.size-33 .callout-content .callout-link,
.callout-section .callout.green.size-50 .callout-content .callout-link {
    display: none;
}

.callout-section .callout.teal.size-33 .callout-hover-box,
.callout-section .callout.teal.size-50 .callout-hover-box,
.callout-section .callout.green.size-33 .callout-hover-box,
.callout-section .callout.green.size-50 .callout-hover-box {
    position: absolute;
    bottom: 0;
    background-color: #fff;
    opacity: .9;
    color: #3e3e3e;
    height: 67%;
    width: 100%;
    overflow: hidden;
    transition: height .4s;
}

.callout-section .callout.teal.size-33 .callout-hover-box p:empty,
.callout-section .callout.teal.size-50 .callout-hover-box p:empty,
.callout-section .callout.green.size-33 .callout-hover-box p:empty,
.callout-section .callout.green.size-50 .callout-hover-box p:empty {
    display: none;
}

.callout-section .callout.teal.size-33 .callout-hover-box p,
.callout-section .callout.teal.size-50 .callout-hover-box p,
.callout-section .callout.green.size-33 .callout-hover-box p,
.callout-section .callout.green.size-50 .callout-hover-box p {
    position: absolute;
    opacity: 1;
    margin: 0;
    left: 50%;
    top: 45%;
    width: 100%;
    transform: translate(-50%, -50%);
    display: block;
    padding: 0 15px;
    line-height: 2rem;
    text-align: center;
}

.callout-section .callout.teal.size-33 .callout-hover-box svg,
.callout-section .callout.teal.size-50 .callout-hover-box svg,
.callout-section .callout.green.size-33 .callout-hover-box svg,
.callout-section .callout.green.size-50 .callout-hover-box svg {
    position: absolute;
    left: 50%;
    transform: translate(-50%, 0);
    bottom: 20px;
    transition: bottom .4s;
    width: 16px;
    height: 8px;
}

.callout-section .callout.teal.size-33:hover .callout-overlay,
.callout-section .callout.teal.size-50:hover .callout-overlay,
.callout-section .callout.green.size-33:hover .callout-overlay,
.callout-section .callout.green.size-50:hover .callout-overlay {
    height: 33%;
}

.callout-section .callout.teal.size-33:hover .callout-content,
.callout-section .callout.teal.size-50:hover .callout-content,
.callout-section .callout.green.size-33:hover .callout-content,
.callout-section .callout.green.size-50:hover .callout-content {
    height: 33%;
}

.callout-section .callout.teal.size-33:hover .callout-content .callout-headline svg,
.callout-section .callout.teal.size-50:hover .callout-content .callout-headline svg,
.callout-section .callout.green.size-33:hover .callout-content .callout-headline svg,
.callout-section .callout.green.size-50:hover .callout-content .callout-headline svg {
    opacity: 0;
}

.callout-section .callout.teal.size-33:hover .callout-hover-box,
.callout-section .callout.teal.size-50:hover .callout-hover-box,
.callout-section .callout.green.size-33:hover .callout-hover-box,
.callout-section .callout.green.size-50:hover .callout-hover-box {
    height: 67%;
}

.callout-section .callout.teal.size-33:hover .callout-hover-box svg,
.callout-section .callout.teal.size-50:hover .callout-hover-box svg,
.callout-section .callout.green.size-33:hover .callout-hover-box svg,
.callout-section .callout.green.size-50:hover .callout-hover-box svg {
    bottom: 20px;
}

.callout-section .callout.teal.size-50 .callout-content p,
.callout-section .callout.green.size-50 .callout-content p {
    display: none;
}

.callout-section .callout.teal.green,
.callout-section .callout.green.green {
    background-color: #4c7434;
}

.callout-section .callout.teal.green .callout-overlay,
.callout-section .callout.green.green .callout-overlay {
    background-color: #4c7434;
}

.callout-section .callout.white {
    background-image: none !important;
    display: inline-block;
    vertical-align: top;
    min-height: 400px;
}

.callout-section .callout.white.size-33,
.callout-section .callout.white.size-50,
.callout-section .callout.white.size-100 {
    width: 100%;
    box-shadow: 2px 3.5px 11px 0px rgba(0, 0, 0, 0.2);
    border-radius: 6px;
    margin: 32px 0px;
    background-color: #fff;
    text-align: left;
}

.callout-section .callout.white.size-33 .callout-image,
.callout-section .callout.white.size-50 .callout-image,
.callout-section .callout.white.size-100 .callout-image {
    height: 200px;
    background-size: cover;
    background-repeat: no-repeat;
    border-top-left-radius: 6px;
    border-top-right-radius: 6px;
    margin: 0;
    width: 100%;
}

.callout-section .callout.white.size-33 .callout-content,
.callout-section .callout.white.size-50 .callout-content,
.callout-section .callout.white.size-100 .callout-content {
    padding: 48px 32px 48px;
    text-align: left;
}

.callout-section .callout.white.size-33 .callout-content .callout_icon,
.callout-section .callout.white.size-50 .callout-content .callout_icon,
.callout-section .callout.white.size-100 .callout-content .callout_icon {
    margin-bottom: 48px;
}

.callout-section .callout.white.size-33 .callout-content .callout_icon svg,
.callout-section .callout.white.size-50 .callout-content .callout_icon svg,
.callout-section .callout.white.size-100 .callout-content .callout_icon svg {
    height: 100%;
    width: 110px;
    max-height: 80px;
}

.callout-section .callout.white.size-33 .callout-content .callout-headline,
.callout-section .callout.white.size-50 .callout-content .callout-headline,
.callout-section .callout.white.size-100 .callout-content .callout-headline {
    font-size: 1.75rem;
    font-weight: 700;
    margin-bottom: 12px;
    word-wrap: break-word;
}

.callout-section .callout.white.size-33 .callout-content .callout-headline svg,
.callout-section .callout.white.size-50 .callout-content .callout-headline svg,
.callout-section .callout.white.size-100 .callout-content .callout-headline svg {
    display: none;
}

.callout-section .callout.white.size-33 .callout-content hr,
.callout-section .callout.white.size-50 .callout-content hr,
.callout-section .callout.white.size-100 .callout-content hr {
    display: none;
}

.callout-section .callout.white.size-33 .callout-content p,
.callout-section .callout.white.size-50 .callout-content p,
.callout-section .callout.white.size-100 .callout-content p {
    line-height: 1.5rem;
    margin: 0;
}

.callout-section .callout.white.size-33 .callout-content p:empty,
.callout-section .callout.white.size-50 .callout-content p:empty,
.callout-section .callout.white.size-100 .callout-content p:empty {
    display: none;
}

.callout-section .callout.white.size-33 .callout-content .callout-link,
.callout-section .callout.white.size-50 .callout-content .callout-link,
.callout-section .callout.white.size-100 .callout-content .callout-link {
    display: none;
}

.callout-section .callout.white.size-33 .callout-hover-box,
.callout-section .callout.white.size-50 .callout-hover-box,
.callout-section .callout.white.size-100 .callout-hover-box {
    padding: 0 40px 48px 48px;
}

.callout-section .callout.white.size-33 .callout-hover-box p,
.callout-section .callout.white.size-50 .callout-hover-box p,
.callout-section .callout.white.size-100 .callout-hover-box p {
    display: none;
}

.callout-section .callout.white.size-33 .callout-hover-box svg,
.callout-section .callout.white.size-50 .callout-hover-box svg,
.callout-section .callout.white.size-100 .callout-hover-box svg {
    display: inline-block;
    width: 40px;
    padding: 14px 10px;
    border-top-left-radius: 8px;
    border-bottom-left-radius: 8px;
    transition: left .4s, background-color .4s;
    left: 0;
}

.callout-section .callout.white.size-33 .callout-hover-box svg path fill,
.callout-section .callout.white.size-50 .callout-hover-box svg path fill,
.callout-section .callout.white.size-100 .callout-hover-box svg path fill {
    transition: fill .4s;
}

.callout-section .callout.white.size-33 .callout-image+.callout-content,
.callout-section .callout.white.size-50 .callout-image+.callout-content,
.callout-section .callout.white.size-100 .callout-image+.callout-content {
    padding: 40px 48px 32px 48px;
}

.callout-section .callout.white.size-33 .callout-image+.callout-content+.callout-hover-box,
.callout-section .callout.white.size-50 .callout-image+.callout-content+.callout-hover-box,
.callout-section .callout.white.size-100 .callout-image+.callout-content+.callout-hover-box {
    padding: 0 40px 32px 48px;
    text-align: left;
}

.callout-section .callout.white.size-33.has-icon .callout-content,
.callout-section .callout.white.size-50.has-icon .callout-content,
.callout-section .callout.white.size-100.has-icon .callout-content {
    text-align: center;
    padding: 48px 16px 20px;
}

.callout-section .callout.white.size-33.has-icon .callout-hover-box,
.callout-section .callout.white.size-50.has-icon .callout-hover-box,
.callout-section .callout.white.size-100.has-icon .callout-hover-box {
    text-align: center;
    padding-left: 20px;
    padding-right: 20px;
    padding-bottom: 36px;
}

.callout-section .callout.white.size-33.has-icon:hover .callout-hover-box svg,
.callout-section .callout.white.size-50.has-icon:hover .callout-hover-box svg,
.callout-section .callout.white.size-100.has-icon:hover .callout-hover-box svg {
    left: 50%;
}

.callout-section .callout.white.size-50 {
    width: 100%;
}

.callout-section .callout.white.size-50 .callout-image {
    height: 200px;
}

.callout-section .callout.white.size-50 .callout-image+.callout-content {
    padding: 40px 48px 32px 48px;
}

.callout-section .callout.white.size-50 .callout-image+.callout-content+.callout-hover-box {
    padding: 0 40px 32px 48px;
}

.callout-section .callout.white.size-100 {
    width: 100%;
    display: inline-block;
    margin: 32px 0;
}

.callout-section .callout.white.size-100 .callout-image {
    height: 200px;
}

.callout-section .callout.white.size-100 .callout-content {
    padding: 64px 48px 24px 48px;
}

.callout-section .callout.white.size-100 .callout-hover-box {
    padding: 0 40px 48px 48px;
    text-align: left;
}

.callout-section .callout.white.size-100 .callout-image+.callout-content {
    padding: 40px 48px 32px 48px;
}

.callout-section .callout.white.size-100 .callout-image+.callout-content+.callout-hover-box {
    padding: 0 40px 32px 48px;
}

.callout-section .callout.white:hover {
    box-shadow: 2px 6px 18px 0px rgba(0, 0, 0, 0.3);
}

.callout-section .callout.white:hover .callout-hover-box svg {
    left: 100%;
    background-color: #026a72;
}

.callout-section .callout.white:hover .callout-hover-box svg path {
    fill: #fff;
}

.callout-section .callout.teal.size-66,
.callout-section .callout.green.size-66,
.callout-section .callout.white.size-66 {
    border-radius: 6px;
    box-shadow: 2px 3.5px 11px 0px rgba(0, 0, 0, 0.2);
    margin: 32px 16px;
    min-height: auto;
}

.callout-section .callout.teal.size-66 .callout-image,
.callout-section .callout.green.size-66 .callout-image,
.callout-section .callout.white.size-66 .callout-image {
    height: 204px;
    width: 100%;
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center;
    border-top-left-radius: 6px;
    border-top-right-radius: 6px;
}

.callout-section .callout.teal.size-66 .callout-content,
.callout-section .callout.green.size-66 .callout-content,
.callout-section .callout.white.size-66 .callout-content {
    background-color: #fff;
    padding: 24px;
    border-bottom-left-radius: 6px;
    border-bottom-right-radius: 6px;
    text-align: left;
}

.callout-section .callout.teal.size-66 .callout-content h2,
.callout-section .callout.green.size-66 .callout-content h2,
.callout-section .callout.white.size-66 .callout-content h2 {
    font-size: 1.875rem;
    margin-bottom: 20px;
}

.callout-section .callout.teal.size-66 .callout-content h2 svg,
.callout-section .callout.green.size-66 .callout-content h2 svg,
.callout-section .callout.white.size-66 .callout-content h2 svg {
    display: none;
}

.callout-section .callout.teal.size-66 .callout-content hr,
.callout-section .callout.green.size-66 .callout-content hr,
.callout-section .callout.white.size-66 .callout-content hr {
    display: none;
}

.callout-section .callout.teal.size-66 .callout-content p,
.callout-section .callout.green.size-66 .callout-content p,
.callout-section .callout.white.size-66 .callout-content p {
    margin-bottom: 20px;
}

.callout-section .callout.teal.size-66 .callout-content .callout-link,
.callout-section .callout.green.size-66 .callout-content .callout-link,
.callout-section .callout.white.size-66 .callout-content .callout-link {
    color: #026a72;
    font-size: 1.125rem;
    font-weight: 700;
    display: inline-block;
    padding-bottom: 1px;
}

.callout-section .callout.teal.size-66 .callout-content .callout-link svg,
.callout-section .callout.green.size-66 .callout-content .callout-link svg,
.callout-section .callout.white.size-66 .callout-content .callout-link svg {
    width: 10px;
    margin-bottom: 2px;
    transition: margin-left .4s;
}

.callout-section .callout.teal.size-66 .callout-content .callout-link svg path,
.callout-section .callout.green.size-66 .callout-content .callout-link svg path,
.callout-section .callout.white.size-66 .callout-content .callout-link svg path {
    fill: #026a72;
}

.callout-section .callout.teal.size-66 .callout-hover-box,
.callout-section .callout.green.size-66 .callout-hover-box,
.callout-section .callout.white.size-66 .callout-hover-box {
    display: none;
}

.callout-section .callout.teal.size-66:hover .callout-content .callout-link,
.callout-section .callout.green.size-66:hover .callout-content .callout-link,
.callout-section .callout.white.size-66:hover .callout-content .callout-link {
    padding-bottom: 0;
    border-bottom: 1px solid #026a72;
}

.callout-section .callout.teal.size-66:hover .callout-content .callout-link svg,
.callout-section .callout.green.size-66:hover .callout-content .callout-link svg,
.callout-section .callout.white.size-66:hover .callout-content .callout-link svg {
    margin-left: 35px;
}

.callout-section .callout.teal.size-66+.clear-block,
.callout-section .callout.green.size-66+.clear-block,
.callout-section .callout.white.size-66+.clear-block {
    display: none;
}

.callout-section .callout.teal.size-66+.clear-block+.paragraph--type--callout,
.callout-section .callout.green.size-66+.clear-block+.paragraph--type--callout,
.callout-section .callout.white.size-66+.clear-block+.paragraph--type--callout {
    display: none;
}

.callout-section .callout:focus {
    outline: 1px solid #707070;
    outline-offset: 5px;
}

.callout-section .callout.white.size-100.with-link-text:hover {
    box-shadow: 2px 3.5px 11px 0px rgba(0, 0, 0, 0.2);
}

.callout-section .callout.white.size-100.with-link-text .callout-content {
    height: auto !important;
}

.callout-section .callout.white.size-100.with-link-text .callout-link {
    color: #026a72;
    display: inline-block !important;
    font-weight: 600;
    margin-top: 16px !important;
    transition: margin .2s ease;
}

.callout-section .callout.white.size-100.with-link-text .callout-link:hover {
    border-bottom: solid #026a72 1px;
}

.callout-section .callout.white.size-100.with-link-text .callout-link:hover svg {
    margin-left: 8px;
}

.callout-section .callout.white.size-100.with-link-text .callout-link svg {
    margin-left: 0;
    width: 14px;
}

.callout-section .callout.white.size-100.with-link-text .callout-link svg path {
    fill: #026a72;
}

.callout-section .callout.white.size-100.with-link-text .callout-hover-box {
    display: none;
}

.callout-section .callout-content .callout-sub-heading {
    color: #707070;
    font-size: 1.375;
    font-weight: 600;
}

.callout-section .clear-block {
    display: inline-block;
    width: 100%;
}

.callout-section .quick-links {
    margin: 32px auto;
    display: block;
}

.sidebar {
    margin: 16px 3vw;
    width: 94%;
    max-height: 64px;
    overflow: hidden;
    transition: max-height .4s ease;
    border-radius: 4px;
    z-index: 1;
    text-align: left;
}

.sidebar.open {
    max-height: 2000px;
}

.sidebar.open .nav-dropdown-heading svg {
    transform: rotate(90deg);
}

.sidebar #block-mainmenu-2 {
    background-color: #f8f8f8;
    border-radius: 6px;
}

.sidebar ul {
    line-height: 22px;
    list-style: none;
    margin: 0;
}

.sidebar nav {
    background-color: #f8f8f8;
    box-shadow: 2px 3.5px 11px 0px rgba(0, 0, 0, 0.2);
    margin-bottom: 48px;
    padding-bottom: 60px;
    border-radius: 4px;
}

.sidebar nav .nav-dropdown-heading {
    padding: 16px;
    background-color: #4c7434;
    border-top-left-radius: 4px;
    border-top-right-radius: 4px;
    color: #f8f8f8;
    font-weight: 700;
    padding-top: 15px;
    padding-bottom: 15px;
    text-transform: uppercase;
}

.sidebar nav .nav-dropdown-heading svg {
    float: right;
    top: 11px;
    transform: rotate(-90deg);
}

.sidebar nav .sub_menu_parent {
    color: #3e3e3e;
    padding: 16px;
    font-size: 20px;
    font-weight: 700;
    text-transform: uppercase;
}

.sidebar nav li {
    padding: 0 16px;
    margin: 12px 0;
}

.sidebar nav li:last-child {
    margin-bottom: 40px;
}

.sidebar nav li:first-of-type:last-of-type {
    margin-bottom: 64px;
}

.sidebar nav li ul li:last-child,
.sidebar nav li ul li:first-of-type:last-of-type {
    margin-bottom: 0;
}

.sidebar nav li ul li a {
    font-weight: 400;
    display: block;
}

.sidebar .static-sidebar-contact-info a {
    display: block;
}

.sidebar .static-sidebar-contact-info a:hover {
    font-weight: 400;
}

.sidebar .menu-item--active-trail>a,
.sidebar a.is-active {
    font-weight: 700;
}

.sidebar .sidebar-misclinks-section-link,
.sidebar .sidebar-division-links ul li a,
.sidebar nav a {
    text-decoration: none;
}

.sidebar .sidebar-misclinks-section-link:active,
.sidebar .sidebar-misclinks-section-link:hover,
.sidebar .sidebar-division-links ul li a:active,
.sidebar .sidebar-division-links ul li a:hover,
.sidebar nav a:active,
.sidebar nav a:hover {
    font-weight: 700;
}

.sidebar h5 {
    display: inline-block;
    font-weight: 700;
    margin-bottom: 16px;
}

.sidebar .hcc_sidebar_contact,
.sidebar .global_social,
.sidebar .sidebar-testimonial,
.sidebar .sidebar-contact-section {
    padding: 0 16px;
}

.sidebar .sidebar-contact-header {
    border-bottom: solid 1px #cbcbcb;
    padding: 0px 32px 16px 0;
}

.sidebar .hcc_sidebar_contact {
    background-color: #f8f8f8;
}

.sidebar .hcc_sidebar_contact h5 {
    border-bottom: solid 1px #3e3e3e;
}

.sidebar .sidebar-contact {
    font-size: 1rem;
    margin-bottom: 16px;
    line-height: 1.8rem;
}

.sidebar .sidebar-contact .sidebar-contact-label {
    color: #3e3e3e;
    font-weight: 700;
    margin-right: .25rem;
}

.sidebar .sidebar-contact .sidebar-contact-name {
    font-weight: 700;
}

.sidebar .sidebar-contact .sidebar-contact-phone a:hover {
    font-weight: 400;
    text-decoration: underline;
}

.sidebar .sidebar-contact .sidebar-contact-email {
    color: #026a72;
    transition: color .4s ease;
}

.sidebar .sidebar-contact .sidebar-contact-email a:hover {
    font-weight: 400;
    color: #005055;
    text-decoration: underline;
}

.sidebar .sidebar-social-links .social-link {
    border: 1px solid #026a72;
    border-radius: 50%;
    display: inline-block;
    margin-right: 8px;
    width: 42px;
    height: 42px;
    vertical-align: top;
}

.sidebar .sidebar-social-links .social-link:last-child {
    margin-right: 0;
}

.sidebar .sidebar-social-links .social-link svg {
    position: absolute;
    top: 26%;
    left: 27%;
}

.sidebar .sidebar-social-links .social-link[title=Flickr] svg {
    top: 26%;
}

.sidebar .sidebar-social-links .social-link[title=LinkedIn] svg {
    top: 27%;
}

.sidebar .sidebar-social-links .social-link[title=Twitter] svg {
    top: 29%;
}

.sidebar .sidebar-social-links .social-link[title=Youtube] svg {
    top: 29%;
    left: 22%;
}

.sidebar .sidebar-social-links .social-link[title=Tiktok] svg {
    top: 26%;
    left: 30%;
}

.sidebar .sidebar-social-links .social-link svg path {
    fill: #026a72;
}

.sidebar .sidebar-social-links .social-link span {
    display: block;
    text-indent: -1000px;
    overflow: hidden;
}

.sidebar .sidebar-social-links .social-link:hover {
    background-color: white;
}

.sidebar .sidebar-social-links .social-link:hover[title=Facebook] svg path {
    fill: #4267B2;
}

.sidebar .sidebar-social-links .social-link:hover[title=Flickr] svg path {
    fill: #000000;
}

.sidebar .sidebar-social-links .social-link:hover[title=Instagram] svg path {
    fill: #000000;
}

.sidebar .sidebar-social-links .social-link:hover[title=LinkedIn] svg path {
    fill: #0077B5;
}

.sidebar .sidebar-social-links .social-link:hover[title=Twitter] svg path {
    fill: #1DA1F2;
}

.sidebar .sidebar-social-links .social-link:hover[title=Youtube] svg path {
    fill: #FF0002;
}

.sidebar .sidebar-social-links .social-link:hover[title=Tiktok] svg path {
    fill: #FF0050;
}

.sidebar .block-views-blockarchived-news-block-1 h2 {
    display: inline-block;
    font-size: 1.25rem;
}

.sidebar .block-views-blockarchived-news-block-1,
.sidebar .brochures-links {
    background-color: #4c7434;
    border-radius: 4px;
    color: #f8f8f8;
    padding: 16px;
    min-height: auto !important;
}

.sidebar .block-views-blockarchived-news-block-1 .views-element-container,
.sidebar .brochures-links .views-element-container {
    min-height: auto !important;
}

.sidebar .block-views-blockarchived-news-block-1 h2,
.sidebar .block-views-blockarchived-news-block-1 h5,
.sidebar .brochures-links h2,
.sidebar .brochures-links h5 {
    border-bottom: solid 1px #f8f8f8;
}

.sidebar .block-views-blockarchived-news-block-1 li a,
.sidebar .brochures-links li a {
    color: #f8f8f8;
    text-decoration: none;
}

.sidebar .brochures-links {
    margin-bottom: 48px;
}

.sidebar .brochures-links .sidebar-misclinks-section {
    margin-bottom: 32px;
}

.sidebar .brochures-links .sidebar-misclinks-section:last-child {
    margin-bottom: 0;
}

.sidebar .brochures-links .sidebar-misclinks-section .sidebar-misclinks-section-link {
    color: #fff;
    display: block;
}

.sidebar .brochures-links .sidebar-misclinks-section .sidebar-misclinks-section-link:visited {
    color: #fff;
}

.sidebar .sidebar-testimonial {
    color: #707070;
    margin: 96px 0;
}

.sidebar .sidebar-testimonial .testimonial-img {
    border: solid 4px #f8f8f8;
    border-radius: 50%;
    height: 220px;
    margin: 0 auto 40px auto;
    overflow: hidden;
    width: 220px;
}

.sidebar .sidebar-testimonial .testimonial-img img {
    width: 100%;
    height: 100%;
}

.sidebar .sidebar-testimonial .testimonial-quote {
    font-style: italic;
    margin-bottom: 32px;
}

.sidebar .sidebar-testimonial .testimonial-author,
.sidebar .sidebar-testimonial .testimonial-job-title {
    font-style: normal;
}

.sidebar .sidebar-testimonial .testimonial-author {
    font-weight: 700;
}

.sidebar .sidebar-division-links-section .view-content div {
    border-radius: 4px;
    color: #f8f8f8;
    text-transform: uppercase;
    margin-bottom: 32px;
    max-height: 75px;
    overflow: hidden;
    transition: max-height .6s ease;
    width: 100%;
}

.sidebar .sidebar-division-links-section .view-content div.open {
    max-height: 2000px;
}

.sidebar .sidebar-division-links-section .view-content div.open .division-links-header .division-links-toggle-btn {
    transform: rotate(90deg);
}

.sidebar .sidebar-division-links-section .view-content div.open .division-links-header {
    border-bottom-left-radius: 0;
    border-bottom-right-radius: 0;
}

.sidebar .sidebar-division-links-section .division-links-header {
    background-color: #4c7434;
    border-radius: 4px;
    margin-bottom: 0 !important;
    padding: 24px 20px;
}

.sidebar .sidebar-division-links-section .division-links-header h5 {
    margin: 0;
}

.sidebar .sidebar-division-links-section .division-links-header .division-links-toggle-btn {
    float: right;
    top: 9px;
    transform: rotate(-90deg);
}

.sidebar .sidebar-division-links-section ul {
    background-color: #f8f8f8;
    border-bottom-left-radius: 4px;
    border-bottom-right-radius: 4px;
    padding: 5px 10px;
}

.sidebar .sidebar-division-links-section ul ul {
    margin-bottom: 0;
}

.sidebar .sidebar-division-links-section li a {
    color: #3e3e3e;
    text-transform: capitalize;
}

.sidebar .sidebar-division-links-section li a:visited {
    color: #3e3e3e;
}

.sidebar-nav .menu-item--expanded>div {
    display: none;
}

.sidebar-nav .menu-item--expanded.menu-item--active-trail>div,
.sidebar-nav .menu-item--expanded .is-active+div {
    display: block;
}

.views-infinite-scroll-content-wrapper h3 {
    margin: 24px 0 32px 24px;
}

.bg-overlay {
    background-color: rgba(2, 106, 114, 0.75);
    width: 100%;
    height: 100%;
}

.bg-img svg {
    display: block;
    margin: 0 auto;
    top: 50%;
    transform: translateY(-20px);
}

.featured-article-wrapper {
    background-color: #fff;
    border-radius: 4px;
    padding: 48px 16px 0;
    text-align: left;
}

.view-news-events {
    text-align: left;
}

.view-filters form {
    margin: 0;
}

.view-filters select {
    background-color: white;
    border: solid 1px #3e3e3e;
    border-radius: 5px;
    font-weight: 600;
    padding: 16px 8px;
    margin: 32px 0;
}

.featured-article {
    border-radius: 6px;
    box-shadow: 2px 3.5px 11px 0px rgba(0, 0, 0, 0.2);
    max-width: 1400px;
}

.featured-article .featured-article-img {
    border-radius: 4px;
    height: 240px;
}

.featured-article .featured-article-img .bg-img {
    height: 100%;
    background-repeat: no-repeat;
    background-position: center;
    background-size: cover;
    border-top-left-radius: 6px;
    border-top-right-radius: 6px;
}

.featured-article .featured-article-text {
    padding: 40px 32px;
}

.featured-article .featured-article-division {
    margin: 0;
}

.featured-article .featured-article-title a {
    text-decoration: none;
    text-transform: capitalize;
    text-decoration: none;
}

.featured-article .featured-article-title a:hover {
    text-decoration: underline;
}

.featured-article .featured-article-body {
    margin: 0;
}

.featured-article-hr-wrapper,
.article-hr-wrapper {
    padding: 16px 0;
}

.featured-article-hr-wrapper hr {
    border: solid 1px #cbcbcb;
    display: none;
}

.article-hr-wrapper {
    background-color: #f8f8f8;
}

.article-hr {
    border: solid 1px #cbcbcb;
    margin: 0 16px;
}

.news-article {
    background-color: #f8f8f8;
    margin: 0 auto;
    padding: 24px 16px;
}

.news-article .bg-img {
    height: 208px;
    background-repeat: no-repeat;
    background-position: center;
    background-size: cover;
    border-radius: 2px;
    margin: 0 auto 20px;
    max-width: 400px;
}

.news-article .article-image img {
    border-radius: 2px;
    height: 100% !important;
    width: 100% !important;
}

.news-article .article-division {
    color: #707070;
    font-weight: 600;
    margin-bottom: 0px;
}

.news-article .article-title {
    margin: 0 0 16px;
    padding: 0;
    text-transform: capitalize;
}

.news-article .article-title a {
    text-decoration: none;
}

.news-article .article-title a:hover {
    text-decoration: underline;
}

.news-article p {
    line-height: 1.75rem;
    margin-bottom: 32px;
}

.news-article p:last-child {
    margin-bottom: 0;
}

.block-views-blocknews-events-news-events-block {
    min-height: auto !important;
}

.views-more-link {
    color: #026a72;
    display: block;
    font-weight: 700;
    text-decoration: none;
    margin-top: 24px;
}

.views-more-link span {
    border-bottom: solid 1px #fff;
    transition: border-bottom .4s ease;
}

.views-more-link svg {
    margin: 0 0 0 5px;
    transition: margin .4s ease;
}

.views-more-link:hover span {
    border-bottom: solid 1px #026a72;
}

.views-more-link:hover svg {
    margin: 0 0 0 10px;
}

.views-more-link:visited {
    color: #026a72;
}

.pager {
    text-align: center;
    margin: 32px auto;
}

.pager li {
    list-style: none;
}

.pager a {
    color: #026a72;
    font-weight: 700;
    text-decoration: none;
}

.search-result-wrapper {
    transition: padding .4s;
    padding: 0;
    margin: 0 auto;
    width: 100%;
    padding: 0;
    background-color: #ededed;
    top: -200px;
}

.search-result-wrapper .close-search-results {
    display: none;
}

.search-result-wrapper .search-result-page p {
    display: none;
}

.search-result-wrapper #search-container .search-temp-message {
    display: none;
}

.search-result-wrapper .controls {
    display: none;
}

.search-active .search-result-wrapper {
    padding-top: 50px;
    padding-bottom: 85px;
    display: block;
    z-index: 4;
    animation-duration: .4s;
    animation-fill-mode: forwards;
    animation-iteration-count: 1;
    animation-name: openbox;
}

.search-active .search-result-wrapper .close-search-results {
    display: block;
    position: absolute;
    right: 0;
    top: 15px;
    z-index: 11;
    background-color: #026a72;
    color: #fff;
    text-decoration: none;
    height: 45px;
    font-size: 1rem;
    width: 94px;
    border-top-left-radius: 8px;
    border-bottom-left-radius: 8px;
    padding-top: 14px;
    padding-left: 19px;
    transition: background-color .4s ease;
}

.search-active .search-result-wrapper .close-search-results svg {
    width: 12px;
    margin-right: 5px;
}

.search-active .search-result-wrapper .close-search-results span {
    background-image: url("/themes/custom/hagerstown/img/red-x.svg");
    background-repeat: no-repeat;
    display: inline-block;
    width: 16px;
    height: 16px;
    margin-left: 5px;
    margin-bottom: -3px;
}

.search-active .search-result-wrapper .close-search-results:hover {
    background-color: #3e3e3e;
}

.search-active .search-result-wrapper #search-container .search-temp-message {
    display: block;
}

.search-active .search-result-wrapper .search-result-page {
    margin-bottom: 15px;
}

.search-active .search-result-wrapper .search-result-page p {
    display: block;
    font-weight: 700;
    margin-left: 5%;
    margin-bottom: 0;
}

.search-active .search-result-wrapper #search-results {
    width: 90%;
    margin: 0 auto;
    list-style: none;
}

.search-active .search-result-wrapper #search-results li {
    border-bottom: 1px solid #cbcbcb;
    margin-bottom: 40px;
    padding-bottom: 45px;
}

.search-active .search-result-wrapper #search-results li:first-child {
    padding-top: 40px;
    border-top: 1px solid #cbcbcb;
}

.search-active .search-result-wrapper #search-results li a {
    text-decoration: none;
    display: inline-block;
}

.search-active .search-result-wrapper #search-results li a h4 {
    font-weight: 600;
    max-width: 93%;
    margin-bottom: 20px;
    transition: color .4s ease;
}

.search-active .search-result-wrapper #search-results li a p {
    margin-bottom: 20px;
}

.search-active .search-result-wrapper #search-results li a .item-link {
    color: #026a72;
    font-weight: 700;
    word-break: break-all;
}

.search-active .search-result-wrapper #search-results li a .item-link svg {
    width: 10px;
    margin-left: 10px;
    margin-bottom: 2px;
    transition: margin-left .4s ease;
}

.search-active .search-result-wrapper #search-results li a:hover h4 {
    color: #026a72;
}

.search-active .search-result-wrapper #search-results li a:hover .item-link svg {
    margin-left: 50px;
}

.search-active .search-result-wrapper .controls {
    display: block;
    padding-top: 24px;
    text-align: justify;
    width: 90%;
    margin: 0 auto;
    height: 50px;
}

.search-active .search-result-wrapper .controls .button-prev,
.search-active .search-result-wrapper .controls .button-next {
    font-size: 1rem;
    font-weight: 700;
    color: #026a72;
    border: 0;
    background: none;
    padding-bottom: 3px;
    margin: 0 10px;
    cursor: pointer;
    transition: border-bottom .4s;
}

.search-active .search-result-wrapper .controls .button-next span svg {
    display: inline-block;
    width: 5px;
    margin-left: 5px;
    transition: margin-left .4s;
}

.search-active .search-result-wrapper .controls .button-next:hover {
    border-bottom: 1px solid #026a72;
}

.search-active .search-result-wrapper .controls .button-next:hover span svg {
    margin-left: 25px;
}

.search-active .search-result-wrapper .controls .button-prev span svg {
    display: inline-block;
    width: 5px;
    margin-right: 5px;
    transition: margin-right .4s;
}

.search-active .search-result-wrapper .controls .button-prev:hover {
    border-bottom: 1px solid #026a72;
}

.search-active .search-result-wrapper .controls .button-prev:hover span svg {
    margin-right: 25px;
}

.search-active .search-result-wrapper .controls span {
    display: inline-block;
    width: 100%;
}

.search-active .search-result-wrapper .controls.one-button {
    text-align: center;
}

.close .search-result-wrapper {
    animation-duration: .4s;
    animation-fill-mode: forwards;
    animation-iteration-count: 1;
    animation-name: closebox;
}

#block-hagerstown-page-title,
#block-hagerstown-local-tasks {
    display: none;
}

.video-header {
    margin-top: -76px;
}

.video-header .heading-container {
    position: absolute;
    top: 55%;
    left: 50%;
    transform: translate(-50%, -50%);
    z-index: 2;
    color: #fff;
    width: 100%;
    text-align: center;
    text-shadow: 1px 1px 8px #3e3e3e;
}

.video-header .heading-container h1 {
    font-family: proxima-nova, sans-serif;
    font-size: 4rem;
    line-height: 4rem;
    margin: 0;
    font-weight: 400;
}

.video-header .heading-container h5 {
    font-weight: 400;
    margin-bottom: 24px;
    line-height: 30px;
}

.video-header .banner-container {
    height: 342px;
}

.video-header .banner-container .page_video {
    height: 100%;
}

.video-header .banner-container .page_video #myVideo {
    height: 100%;
    width: 100%;
    object-fit: cover;
}

.video-header .banner-container .banner-image {
    height: 100%;
    width: 100%;
    background-position: center;
    background-size: cover;
    background-repeat: no-repeat;
}

.search-block-form {
    background-color: #cbcbcb;
    max-height: 0;
    overflow: hidden;
    padding-top: 0;
    transition: max-height .4s, padding-top .4s, visibility .4s;
    position: absolute;
    width: 100%;
    top: 76px;
    visibility: hidden;
}

.search-block-form .content {
    min-height: 0;
    overflow: hidden;
    transition: max-height .4s;
}

.search-block-form .content>div>ul {
    position: absolute;
    margin: 0;
    z-index: 9;
    left: 0;
    top: 96px;
    max-height: 0;
    overflow: hidden;
    transition: max-height .2s;
}

.search-block-form .content>div>ul li {
    display: block;
    margin: 0 0 24px 17px;
    padding: 3px;
}

.search-block-form .content>div>ul li a {
    color: #3e3e3e;
    text-decoration: none;
}

.search-block-form .content>div>ul li a:focus {
    outline: 1px solid #3e3e3e;
    outline-offset: 2px;
}

.search-block-form #search-form {
    background-color: #cbcbcb;
    margin: 0;
    margin-bottom: 250px;
    transition: margin-bottom .4s;
}

.search-block-form #search-form .section-search-bar div {
    height: 40px;
    width: 94%;
    margin: 0 auto;
    display: block;
}

.search-block-form #search-form .section-search-bar div svg {
    width: 14px;
    position: absolute;
    top: 50%;
    z-index: 1;
    left: 15px;
    transform: translate(0, -50%);
}

.search-block-form #search-form .section-search-bar div #search-input {
    margin: 0;
    padding: 0;
    max-width: none;
    width: 100%;
    height: 100%;
    border-radius: 20px;
    border: 0;
    font-size: .875rem;
    padding-left: 40px;
}

.search-block-form #search-form .section-search-bar div #search-input::-webkit-input-placeholder {
    font-style: italic;
}

.search-block-form #search-form .section-search-bar div #search-input::-moz-placeholder {
    font-style: italic;
}

.search-block-form #search-form .section-search-bar div #search-input:-ms-input-placeholder {
    font-style: italic;
}

.search-block-form #search-form .section-search-bar div #search-input::placeholder {
    font-style: italic;
}

.search-block-form #search-form .section-search-bar div button {
    display: none;
}

.search-block-form #search-form .section-search-bar div button img {
    height: 10px;
    width: 12px;
    margin-left: 10px;
}

.search-block-form #search-form .section-search-bar div button:hover {
    background-color: #3e3e3e;
}

.search-block-form.active {
    z-index: 11;
    min-height: 100vh;
    max-height: 5000px;
    padding-top: 30px;
    visibility: visible;
}

.search-block-form.active .content {
    max-height: 5000px;
}

.search-block-form.active .content>div>ul {
    max-height: 1000px;
}

.search-block-form.search-active .content>div>ul {
    max-height: 0;
}

.cal-wrapper {
    color: #f8f8f8;
    margin-top: 50px;
    margin-bottom: 16px;
    padding-bottom: 50px;
    overflow: hidden;
}

.cal-wrapper .cal-featured .cal-featured-events {
    background-color: #026a72;
}

.cal-wrapper .cal-featured .cal-featured-events .past-events-link,
.cal-wrapper .cal-featured .cal-featured-events .future-events-link {
    cursor: pointer;
    display: none;
    position: absolute;
    top: 100px;
    z-index: 99;
}

.cal-wrapper .cal-featured .cal-featured-events .past-events-link svg,
.cal-wrapper .cal-featured .cal-featured-events .future-events-link svg {
    transition: margin-bottom .2s ease;
    margin-bottom: 0;
}

.cal-wrapper .cal-featured .cal-featured-events .past-events-link:hover span,
.cal-wrapper .cal-featured .cal-featured-events .future-events-link:hover span {
    text-decoration: underline;
}

.cal-wrapper .cal-featured .cal-featured-events .past-events-link {
    display: none;
    transform: rotate(-90deg);
    left: -100px;
    padding-top: 50px;
}

.cal-wrapper .cal-featured .cal-featured-events .past-events-link svg {
    transform: rotate(-90deg);
}

.cal-wrapper .cal-featured .cal-featured-events .past-events-link.active {
    display: block;
}

.cal-wrapper .cal-featured .cal-featured-events .future-events-link {
    transform: rotate(-90deg);
    right: -100px;
    padding-top: 25px;
}

.cal-wrapper .cal-featured .cal-featured-events .future-events-link svg {
    transform: rotate(90deg);
}

.cal-wrapper .cal-featured .cal-featured-events .future-events-link.hide {
    display: none;
}

.cal-wrapper .cal-top-content-wrapper {
    background-position: center;
    background-size: 120%;
    background-repeat: no-repeat;
    padding-bottom: 88px;
    transition: background-size 1.3s ease;
}

.cal-wrapper .cal-top-content-wrapper .cal-top-content-wrapper-overlay {
    background-color: #026a72;
    opacity: .7;
    position: absolute;
    height: 100%;
    width: 100%;
}

.cal-wrapper .cal-top-content-wrapper .cal-featured-heading {
    font-family: baskerville-display-pt, serif;
    font-weight: 400;
    margin-bottom: 24px;
    padding: 40px 0 0;
    text-align: center;
}

.cal-wrapper .cal-top-content-wrapper .cal-hr {
    border: solid 1px #f8f8f8;
    margin: 0 auto 24px;
    width: 136px;
}

.cal-wrapper .feat-event-bg-animated {
    background-size: 140%;
}

.cal-wrapper .cal-event-box {
    text-align: center;
    overflow-x: scroll;
    position: static;
    white-space: nowrap;
    scroll-snap-type: mandatory;
    -ms-scroll-snap-type: x mandatory;
    scroll-snap-type: x mandatory;
    top: -107px;
}

.cal-wrapper .cal-event-box ul {
    list-style: none;
    margin: auto 0;
    padding-top: 50px;
    right: 0;
    transition: right .4s ease;
}

.cal-wrapper .cal-event-box ul li {
    display: inline-block;
    vertical-align: top;
    width: 100%;
    white-space: normal;
    top: 0;
    transition: top .4s;
    -moz-scroll-snap-align: center;
    -ms-scroll-snap-align: center;
    scroll-snap-align: center;
}

.cal-wrapper .cal-event-box ul li .cal-event-detail {
    background-color: #005055;
    border-radius: 8px;
    padding: 92px 40px 48px;
    margin-top: -265px;
    width: calc(100% + 8px);
    left: -4px;
    z-index: 100;
}

.cal-wrapper .cal-event-box ul li .cal-event-detail .close-cal-modal {
    position: absolute;
    right: 0;
    top: 0;
    width: 100%;
    height: 75px;
}

.cal-wrapper .cal-event-box ul li .cal-event-detail .close-cal-modal svg {
    position: absolute;
    display: block;
    top: 24px;
    right: 24px;
    width: 12.5px;
}

.cal-wrapper .cal-event-box ul li .cal-event-detail .close-cal-modal svg path {
    fill: #fff;
}

.cal-wrapper .cal-event-box ul li .cal-event-detail svg {
    display: none;
}

.cal-wrapper .cal-event-box ul li .cal-event-detail .cal-event-time {
    display: block;
    margin-top: 16px;
}

.cal-wrapper .cal-event-box ul li .cal-event-detail h3 {
    font-size: 1.25rem;
    margin-bottom: 16px;
}

.cal-wrapper .cal-event-box ul li .cal-event-detail .cal-event-where {
    margin: 16px 0 24px;
}

.cal-wrapper .cal-event-box ul li .cal-event-detail .cal-event-desc {
    word-break: break-word;
}

.cal-wrapper .cal-event-box ul li.active {
    top: -50px;
}

.cal-wrapper .cal-event-box ul li.active a .cal-featured-event-date {
    height: 140px;
    width: 140px;
    padding-top: 40px;
}

.cal-wrapper .cal-event-box ul li.active a .featured-info {
    height: 0;
}

.cal-wrapper .cal-event-box ul li:hover .featured-info {
    background-color: rgba(0, 0, 0, 0.2);
}

.cal-wrapper .cal-event-box ul li:hover .featured-info .featured-link {
    border-bottom: 1px solid #f8f8f8;
}

.cal-wrapper .cal-event-box ul li:hover .featured-info .featured-link svg {
    transition: margin .4s;
    margin: 0 0 1px 25px;
}

.cal-wrapper .cal-event-box ul li:focus .featured-info {
    outline: 1px solid rgba(248, 248, 248, 0.5);
    outline-offset: 5px;
}

.cal-wrapper .cal-event-box a {
    color: #f8f8f8;
    text-decoration: none;
}

.cal-wrapper .cal-event-box a:focus .featured-info {
    outline: 1px solid #fff;
}

.cal-wrapper .cal-event-box .cal-featured-event-date {
    background-color: #f8f8f8;
    border-radius: 50%;
    height: 114px;
    line-height: 1.75rem;
    margin: 0 auto;
    padding-top: 20px;
    width: 114px;
    z-index: 101;
    transition: height .4s, width .4s, padding-top .4s;
}

.cal-wrapper .cal-event-box .cal-featured-event-date .featured-month {
    color: #3e3e3e;
    display: block;
    font-size: 1.2rem;
    font-style: italic;
    margin-bottom: 8px;
}

.cal-wrapper .cal-event-box .cal-featured-event-date .featured-date {
    color: #286565;
    display: block;
    font-family: baskerville-display-pt, serif;
    font-size: 2.5rem;
    font-weight: 700;
}

.cal-wrapper .cal-event-box .featured-info {
    border-radius: 6px;
    padding: 64px 40px 40px;
    position: relative;
    top: -32px;
    min-height: 200px;
}

.cal-wrapper .cal-event-box .featured-time,
.cal-wrapper .cal-event-box .cal-event-summary-value {
    margin-bottom: 16px;
}

.cal-wrapper .cal-event-box .cal-event-summary-value {
    display: block;
    font-weight: 700;
}

.cal-wrapper .cal-event-box .featured-location {
    font-style: italic;
}

.cal-wrapper .cal-event-box .featured-link {
    display: inline-block;
    font-weight: 700;
    margin-top: 40px;
}

.cal-wrapper .cal-event-box .featured-link svg {
    margin: 0 0 1px 15px;
}

.cal-wrapper .cal-full-button {
    color: #026a72;
    font-weight: 600;
    padding: 0;
    padding-top: 14px;
    position: absolute;
    text-decoration: none;
    top: 100%;
    left: 50%;
    transform: translate(-50%);
    margin-top: -24px;
}

.cal-wrapper .cal-full-button:focus {
    outline-offset: -4px;
}

.featured-events-scroll-text {
    color: #707070;
    text-align: center;
    margin-top: 56px;
    margin-bottom: 0;
}

.featured-events-scroll-text svg:first-child {
    transform: rotate(180deg);
    margin-bottom: 1px;
    margin-right: 10px;
}

.featured-events-scroll-text svg:last-child {
    margin-bottom: 1px;
    margin-left: 10px;
}

.section-video-callout {
    padding: 48px 0 60px;
}

.section-video-callout h2 {
    font-family: baskerville-display-pt, serif;
    color: #026a72;
    text-align: center;
}

.section-video-callout .vid-callout-container-link:focus .profile-video-callout svg,
.section-video-callout .vid-callout-container-link:hover .profile-video-callout svg {
    width: 180px;
}

.section-video-callout .video-callout-container {
    height: 226px;
    width: 92%;
    margin: 0 auto;
    max-width: 450px;
    display: block;
    box-shadow: inset 5px 5px 5px 5px rgba(0, 0, 0, 0.2);
}

.section-video-callout .video-callout-container .profile-video-callout {
    height: 190px;
    width: 100%;
    border-top-left-radius: 6px;
    border-top-right-radius: 6px;
    background-position: center;
    background-size: cover;
    background-repeat: no-repeat;
    text-decoration: none;
}

.section-video-callout .video-callout-container .profile-video-callout h6 {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    color: #fff;
    width: 93%;
    padding: 8px;
    z-index: 2;
    border: 3px solid #fff;
    border-radius: 6px;
    text-align: center;
    font-size: 1.75rem;
}

.section-video-callout .video-callout-container .profile-video-callout svg {
    transform: translateY(-50%);
    transition: width .4s ease;
    height: 50%;
}

.section-video-callout .video-callout-container .video-callout-play {
    background-color: #fff;
    display: block;
    width: 100%;
    text-align: center;
}

.section-video-callout .video-callout-container .video-callout-play a {
    display: inline-block;
    text-decoration: none;
}

.section-video-callout .video-callout-container .video-callout-play a svg {
    width: 13px;
    margin-right: 8px;
    margin-bottom: -1px;
}

.section-video-callout .video-callout-container .video-callout-play a span {
    color: #026a72;
    font-weight: 700;
    display: inline-block;
}

.section-video-callout .video-callout-container .video-callout-play a:hover span {
    border-bottom: 1px solid #026a72;
}

.section-video-callout .video-callout-links {
    margin: 24px auto 0;
    width: 92%;
    max-width: 450px;
    text-align: left;
}

.section-video-callout .video-callout-links li {
    display: block;
    margin-bottom: 18px;
}

.section-video-callout .video-callout-links li a {
    color: #026a72;
    font-weight: 700;
    text-decoration: none;
    padding-bottom: 5px;
    display: inline-block;
}

.section-video-callout .video-callout-links li a svg {
    width: 13px;
    margin-left: 5px;
    top: 1px;
}

.section-video-callout .video-callout-links li a:hover {
    border-bottom: 1px solid #026a72;
    padding-bottom: 4px;
}

.section-video-callout .video-callout-links li:last-child {
    margin-right: 0;
}

.hcc-login {
    height: 45px;
    background-color: #026a72;
    text-align: right;
    padding-right: 20px;
    padding-left: 20px;
    padding-top: 11px;
}

.hcc-login .hcc-access .role {
    display: inline-block;
    float: left;
    color: #fff;
}

.hcc-login .hcc-access a {
    padding-left: 26px;
    text-decoration: none;
    color: #fff;
    background-image: url("/themes/custom/hagerstown/images/my-account.svg");
    background-repeat: no-repeat;
    background-position-y: 1px;
    background-position-x: 0;
    background-size: 16px;
    margin: 0 10px;
    width: 27px;
    overflow: hidden;
    display: inline-block;
    font-size: 0;
    height: 27px;
}

.hcc-login .hcc-access a:last-child {
    margin-right: 0;
    vertical-align: top;
    background-size: 20px;
    background-image: url("/themes/custom/hagerstown/images/logout.svg");
}

.hcc-login .hcc-access a:focus {
    outline: 1px solid #fff;
    outline-offset: 2px;
}

.hcc-login.Student {
    background-color: #4c7434;
}

.header-color {
    height: 850px;
}

#user-login-form {
    padding: 50px 25px 75px;
    z-index: 1;
    border-radius: 8px;
    box-shadow: 2px 3.5px 11px 0px rgba(0, 0, 0, 0.2);
    width: 95%;
    position: absolute;
    left: 50%;
    top: -800px;
    background-color: #fff;
    transform: translate(-50%);
}

#user-login-form .drupal_default_message {
    display: inline-block;
    margin-bottom: 32px;
    color: red;
}

#user-login-form .js-form-item {
    margin-bottom: 30px;
}

#user-login-form .js-form-item .js-form-required {
    font-weight: 700;
    font-size: 1.25rem;
}

#user-login-form .js-form-item .form-text {
    height: 40px;
    border: 0;
    padding: 5px;
    margin: 5px 0 15px;
    font-size: 1rem;
    width: 100%;
    background-color: #fff !important;
    border: 1px solid #cbcbcb;
    max-width: none;
}

#user-login-form .js-form-item .form-text:focus {
    outline: 0;
    border: 1px solid #707070;
    box-shadow: 2px 3.5px 11px 0px rgba(0, 0, 0, 0.2);
}

#user-login-form .js-form-item .form-text.has-error {
    border: 2px solid red;
}

#user-login-form #edit-submit {
    text-align: center;
    padding: 12px 60px;
    border: none;
    box-shadow: 2px 3.5px 11px 0px rgba(0, 0, 0, 0.2);
    display: block;
    background-color: #4c7434;
    color: #fff;
    cursor: pointer;
    font-size: 1rem;
    background-image: url("/themes/custom/hagerstown/images/right-arrow-white.svg");
    background-repeat: no-repeat;
    background-position: center;
    background-position-x: 90%;
    background-size: 0;
    transition: background-size .4s;
    margin: 0 auto;
    min-width: 200px;
    width: 200px;
}

#user-login-form #edit-submit:focus {
    outline: 1px solid #707070;
    outline-offset: 3px;
    background-size: 10px;
}

#user-login-form #edit-submit:hover {
    background-size: 10px;
}

.hcc-request-password {
    text-align: center;
    margin: 0 auto;
    display: block;
    margin-top: 24px;
    width: 160px;
    font-weight: 600;
}

.login-bar {
    background-color: #026a72;
}

.login-bar .role {
    float: left;
    font-weight: 700;
}

.login-bar .my-account,
.login-bar .logout {
    float: right;
}

.login-bar .logout {
    margin-left: 48px;
}

.single-article {
    text-align: left;
}

.single-article h6 a {
    text-decoration: none;
}

.single-article h6 a:hover {
    color: #026a72;
}

.single-article h1 {
    font-family: baskerville-display-pt, serif;
    margin-bottom: 32px;
}

.single-article .bg-img {
    height: 228px;
    width: 100%;
    background-repeat: no-repeat;
    background-position: center;
    background-size: cover;
    box-shadow: 2px 3.5px 11px 0px rgba(0, 0, 0, 0.2);
    margin-bottom: 48px;
}

.single-article p:empty {
    display: none;
}

.next-article {
    margin-bottom: 80px;
}

.next-article .callout-section {
    padding-bottom: 0;
}

.next-article .btn {
    width: 245px;
    padding-top: 12px;
    text-decoration: none;
}

.programs-table .programs-heading-row td+td {
    padding-left: 20px;
}

.programs-table .programs-heading-row td:nth-child(4),
.programs-table .programs-heading-row td:nth-child(5),
.programs-table .programs-heading-row td:nth-child(7),
.programs-table .programs-heading-row td:nth-child(8) {
    padding: 0 20px;
    text-align: center;
}

.programs-table .program-section td {
    padding: 20px;
}

.programs-table .program-section .program-title {
    color: #026a72;
    font-weight: 700;
    font-size: 20px;
    width: 100%;
}

.programs-table .program-section .program-cert svg,
.programs-table .program-section .program-recognition svg,
.programs-table .program-section .program-noncred svg,
.programs-table .program-section .program-online svg {
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
}

.programs-table .program-section .program-cert .medium-label,
.programs-table .program-section .program-recognition .medium-label,
.programs-table .program-section .program-noncred .medium-label,
.programs-table .program-section .program-online .medium-label {
    display: inline-block;
    font-weight: 400;
    margin-left: 32px;
}

.header-atoz {
    height: 184px;
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
}

.a-z-container {
    border-radius: 4px;
    background-color: #fff;
    min-height: 50vh;
    padding-top: 32px;
    z-index: 2;
    text-align: left;
}

.a-z-container h1 {
    font-family: baskerville-display-pt, serif;
    margin: 0 16px 24px;
}

.a-z-container h1+p {
    display: none;
}

.a-z-container .no-results {
    font-size: 1.125rem;
    text-align: center;
    margin: 50px 0;
}

.a-z-row .views-element-container .a-z-container h1 {
    display: none;
}

.a-z-row .views-element-container .a-z-row {
    padding: 0;
    box-shadow: none;
    border: 0;
    margin: 0;
    top: 0;
    border-radius: 0;
    background-color: inherit;
}

.glossary-filter {
    display: none;
    border: 1px solid #707070;
    height: 26px;
    left: 50%;
    transform: translate(-50%);
    background-color: white;
}

.glossary-filter span {
    border-right: 1px solid #707070;
    width: 24px;
    display: table-cell;
}

.glossary-filter span:last-child {
    border-right: 0;
}

.glossary-filter span a {
    display: block;
    height: 100%;
    width: 100%;
    text-decoration: none;
}

.glossary-filter span a .glossary-letter {
    text-align: center;
    font-size: .75rem;
    color: #3e3e3e;
    vertical-align: middle;
    height: 26px;
    font-weight: 700;
}

.glossary-filter span a.active .glossary-letter {
    color: #fff;
}

.glossary-filter span a:hover {
    background-color: #B5D9D9;
}

.glossary-filter span a[disabled="disabled"] {
    background-color: #ededed;
    cursor: default;
}

.glossary-filter span a[disabled="disabled"] .glossary-letter {
    color: #ACACAC;
}

.glossary-filter-mobile {
    display: block;
    margin: 0 16px;
}

.glossary-filter-mobile select {
    font-size: 1rem;
    height: 40px;
    width: 100%;
    padding-left: 10px;
    border: 1px solid #707070;
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    background: url("/themes/custom/hagerstown/img/down-arrow-gray.svg") 95%/15% no-repeat;
    background-size: 10px;
}

.glossary-result {
    margin: 48px 16px;
}

.glossary-result .glossary-item {
    border-bottom: 1px solid #707070;
    text-decoration: none;
    display: block;
    padding: 40px 0 36px;
}

.glossary-result .glossary-item .glossary-left p {
    margin-bottom: 24px;
}

.glossary-result .glossary-item .glossary-left a {
    margin: 0;
    text-decoration: none;
}

.glossary-result .glossary-item .glossary-left a .a-z-link {
    color: #026a72;
    font-weight: 700;
    font-size: 1rem;
    word-break: break-all;
    margin: 25px 0;
    transition: border-bottom .4s;
}

.glossary-result .glossary-item .glossary-left a .a-z-link svg {
    display: inline-block;
    width: 10px;
    height: 10px;
    margin-left: 12px;
    transition: margin-left .4s;
}

.glossary-result .glossary-item .glossary-left a:hover .a-z-link {
    border-bottom: 1px solid #026a72;
}

.glossary-result .glossary-item .glossary-left a:hover .a-z-link svg {
    margin-left: 48px;
}

.glossary-result .glossary-item h3 {
    color: #3e3e3e;
    margin-bottom: 16px;
    transition: color .4s;
}

.glossary-result .glossary-item h3.alt {
    color: #707070;
    font-weight: 400;
}

.glossary-result .glossary-item h3.alt>svg {
    margin: 0 10px 4px;
    width: 10px;
}

.glossary-result .glossary-item h3.alt span {
    color: #3e3e3e;
    font-weight: 700;
}

.glossary-result .glossary-item h3 svg {
    margin-left: 10px;
    width: 18px;
    height: 18px;
}

.glossary-result .glossary-item .faculty-title {
    margin-bottom: 12px;
}

.glossary-result .glossary-item .glossary-right .sidebar-contact {
    background-color: #f8f8f8;
    margin: 24px -16px 0;
    padding: 32px 36px 36px;
    list-style: none;
}

.glossary-result .glossary-item .glossary-right .sidebar-contact h6 {
    margin-bottom: 16px;
}

.glossary-result .glossary-item ul {
    list-style: none;
}

.glossary-result .glossary-item .sidebar-contact-email .result-label,
.glossary-result .glossary-item .sidebar-contact-phone .result-label {
    display: none;
}

.glossary-result .glossary-item .sidebar-contact-email svg,
.glossary-result .glossary-item .sidebar-contact-phone svg {
    margin-right: 4px;
}

.glossary-result .glossary-item .sidebar-contact-phone {
    margin-bottom: 12px;
}

.glossary-result .glossary-item .sidebar-contact-phone a {
    text-decoration: none;
    transition: color .4s ease;
}

.glossary-result .glossary-item .sidebar-contact-phone a:hover {
    color: #026a72;
    text-decoration: underline;
}

.glossary-result .glossary-item .sidebar-contact-email a {
    color: #026a72;
    font-weight: 700;
    text-decoration: none;
    transition: color .4s ease;
}

.glossary-result .glossary-item .sidebar-contact-email a:hover {
    text-decoration: underline;
    color: #005055;
}

.glossary-result .glossary-item:first-child {
    border-top: 1px solid #707070;
}

.faculty-overlay {
    position: absolute;
    width: 100vw;
    background-color: #4c7434;
    opacity: .86;
    z-index: 2;
    height: 184px;
}

.header-faculty-staff {
    height: 184px;
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center;
}

form .js-form-item {
    margin: 24px 0;
}

form .js-form-item.form-item-copy {
    margin: 24px 0;
}

form .webform-type-fieldset {
    border: none;
}

form .webform-type-fieldset>legend {
    font-size: 2.125rem;
    font-weight: 700;
    margin-bottom: 32px;
}

form .webform-type-fieldset>hr {
    display: block;
    width: 136px;
    border: solid 1px #cbcbcb;
    margin-bottom: 48px;
}

form hr {
    display: none;
}

form label,
form fieldset fieldset legend span {
    display: block;
    font-size: 18px;
    font-weight: 600;
}

form label .label-sub-text,
form fieldset fieldset legend span .label-sub-text {
    font-weight: 400;
}

form input,
form textarea,
form select,
form .js-form-type-radio,
form .js-form-type-checkbox {
    border: 1px solid #3e3e3e;
    border-radius: 5px;
    color: #3e3e3e;
    padding: 10px;
}

form input:focus,
form input:focus-within,
form textarea:focus,
form textarea:focus-within {
    border-color: #026a72;
    box-shadow: 2px 3.5px 11px 0px rgba(2, 126, 128, 0.2);
    outline: 0;
}

form .form-checkboxes,
form .js-webform-radios {
    margin: 0 0 40px;
}

form .js-form-type-radio,
form .js-form-type-checkbox {
    display: inline-block;
    margin-bottom: 0;
    padding: 0;
    width: 100%;
}

form .js-form-type-radio label,
form .js-form-type-radio input,
form .js-form-type-checkbox label,
form .js-form-type-checkbox input {
    display: inline-block;
    margin: 0;
}

form .js-form-type-radio label,
form .js-form-type-checkbox label {
    padding: 20px 0;
    padding-right: 20px;
    width: 81%;
    height: 100%;
}

form .js-form-type-radio input,
form .js-form-type-checkbox input {
    height: 40px;
    margin-left: 12px;
    top: 12px;
    width: 40px;
}

form textarea {
    font-family: proxima-nova, sans-serif;
}

form select {
    max-width: 400px;
}

form input[type=text]:focus,
form input[type=email]:focus {
    box-shadow: 2px 3.5px 11px 0px rgba(2, 126, 128, 0.2);
}

form input[type=text].text-input-short,
form input[type=email].text-input-short {
    max-width: 400px;
}

form input[type=text].text-input-long,
form input[type=email].text-input-long {
    max-width: 800px;
}

form input[type=submit] {
    background-color: #4c7434;
    box-shadow: 2px 3.5px 11px 0px rgba(0, 0, 0, 0.2);
    color: #f8f8f8;
    cursor: pointer;
    font-size: 14px;
}

form table {
    padding: 16px;
}

#pForm {
    background-color: #fff;
    display: none;
    left: 50%;
    height: 92vh;
    max-height: 1200px;
    overflow: scroll;
    position: fixed;
    top: 50%;
    width: 90vw;
    max-width: 600px;
    transform: translate(-50%, -50%);
    z-index: 99999;
    text-align: left;
    box-shadow: 2px 3.5px 11px 0px rgba(2, 126, 128, 0.2);
}

#pForm .closeform {
    padding: 10px 24px;
    display: inline-block;
    margin-left: 6px;
    margin-bottom: 32px;
    font-size: 1.25rem;
}

#pForm summary {
    font-size: 2.7rem;
    font-weight: 700;
}

#pForm #procurment-form {
    max-width: 100%;
    margin: 0 auto;
    padding: 0;
}

#pForm #procurment-form #frm_title {
    font-size: 2.625rem;
    font-weight: 700;
    margin-bottom: 32px;
    padding: 16px 30px;
    background-color: #4c7434;
    color: #fff;
}

#pForm #procurment-form .frm_desc {
    margin-bottom: 24px;
    padding: 0 30px;
}

#pForm #procurment-form .form-item {
    margin: 12px 0 0;
    padding: 0 30px;
}

#pForm #procurment-form .form-item input {
    max-width: 100%;
    padding: 10px;
    margin-top: 8px;
    margin-bottom: 8px;
}

#pForm #procurment-form .form-item input::placeholder {
    color: #cbcbcb;
}

#pForm #procurment-form input[type=submit] {
    display: block;
    margin: 24px auto;
}

#pForm #procurment-form .button--reset {
    background: none;
    box-shadow: none;
    color: #3e3e3e;
    margin: 16px 0;
}

#pForm .my_top_err_message {
    color: red;
    margin-bottom: 8px;
    padding: 0 30px;
}

.pform-overlay {
    display: none;
    background-color: rgba(255, 255, 255, 0.8);
    position: fixed;
    height: 100vh;
    width: 100vw;
    top: 0;
    left: 0;
    z-index: 9999;
}

.pform-overlay.active {
    display: block;
}

.ajax-changed {
    display: none;
}

#block-hagerstown-williammbrishlibrary .library_main_menu {
    z-index: 15;
}

#block-hagerstown-williammbrishlibrary .overlay {
    position: absolute;
    left: 0;
    top: 0;
    background-color: #4c7434;
    opacity: .8;
    height: 100%;
    width: 100%;
    transition: background-color .4s, opacity .4s;
}

#block-hagerstown-williammbrishlibrary .hcc-logo {
    margin-top: 16px;
    margin-left: 12px;
    display: inline-block;
    top: -6px;
    transition: margin-left .4s;
}

#block-hagerstown-williammbrishlibrary .menu-logo {
    display: none;
}

#block-hagerstown-williammbrishlibrary .menu-logo .hcc-logo {
    display: none;
}

#block-hagerstown-williammbrishlibrary .library-mobile-link {
    display: inline-block;
    color: #fff;
    text-decoration: none;
    padding: 8px;
    position: absolute;
    top: 30px;
    left: -300px;
    transition: left .4s;
}

#block-hagerstown-williammbrishlibrary .library-mobile-link svg {
    width: 10px;
    transform: rotate(180deg);
    margin-right: 6px;
    margin-bottom: 1px;
}

#block-hagerstown-williammbrishlibrary h1 {
    font-family: baskerville-display-pt, serif;
    font-size: 1.625rem;
    color: #fff;
    width: 165px;
    margin: 20px 0 0 24px;
    vertical-align: top;
    display: inline-block;
    transition: margin-left .4s;
    line-height: 2rem;
}

#block-hagerstown-williammbrishlibrary .hamburger-menu {
    top: 8px;
}

#block-hagerstown-williammbrishlibrary ul li a {
    text-decoration: none;
    font-weight: 700;
    display: inline-block;
    transition: background-color .4s;
}

#block-hagerstown-williammbrishlibrary ul li a:hover {
    background-color: #ededed;
}

#block-hagerstown-williammbrishlibrary ul.contextual-links {
    display: none;
}

#block-hagerstown-williammbrishlibrary .library_contact {
    display: none;
}

#block-hagerstown-williammbrishlibrary.active {
    max-height: 2000px;
    height: auto;
}

#block-hagerstown-williammbrishlibrary.active .overlay {
    background-color: #3e3e3e;
    opacity: .6;
}

#block-hagerstown-williammbrishlibrary.active .hcc-logo,
#block-hagerstown-williammbrishlibrary.active h1 {
    margin-left: -400px;
}

#block-hagerstown-williammbrishlibrary.active .library-mobile-link {
    left: 16px;
}

#block-hagerstown-williammbrishlibrary.active .hamburger-menu {
    height: 100px;
    border-bottom-left-radius: 6px;
    border-bottom-right-radius: 6px;
    box-shadow: 2px 3.5px 11px 0px rgba(0, 0, 0, 0.2);
    background-color: #fff;
    padding-top: 42px;
    top: 0;
}

#block-hagerstown-williammbrishlibrary.active .hamburger-menu span {
    background-color: #3e3e3e;
    width: 32px;
}

#block-hagerstown-williammbrishlibrary.active .hamburger-menu span:first-child {
    transform: rotate(45deg);
}

#block-hagerstown-williammbrishlibrary.active .hamburger-menu span:nth-child(2) {
    display: none;
}

#block-hagerstown-williammbrishlibrary.active .hamburger-menu span:last-child {
    margin-top: -10px;
    transform: rotate(135deg);
}

header #block-hagerstown-williammbrishlibrary .menu-level-0 .menu-item--expanded .menu_link_content.menu-link-contentlibrary {
    transition: min-height .4s ease;
}

header #block-hagerstown-williammbrishlibrary .menu-level-0 .menu-item--expanded .menu_link_content.menu-link-contentlibrary .menu-level-1 li:first-child.library_contact .hcc_sidebar_contact {
    line-height: 1.75rem;
}

.library-search-links {
    display: none;
}

.library-search-links ul li a.active {
    height: 54px;
    z-index: 11;
    background-color: #026a72;
    border-radius: 2px;
    border-top-right-radius: 0;
    color: #fff;
    box-shadow: 2px 3.5px 11px 0px rgba(0, 0, 0, 0.2);
}

.library-search-links ul li a.active:hover {
    background-color: #026a72;
}

.library-search-links ul li a.ejournals-link.active {
    border-top-left-radius: 0;
    border-top-right-radius: 2px;
}

.library-search-links ul li a:hover {
    background-color: #ededed;
}

.library-search-links ul li:last-child {
    margin: 0;
    left: 2px;
}

.library-search-dropdown {
    padding: 0 16px;
    position: absolute;
    width: 100%;
    z-index: 11;
    margin-top: 115px;
}

.library-search-dropdown label {
    visibility: hidden;
}

.library-search-dropdown select {
    width: 100%;
    height: 60px;
    font-size: 1rem;
    padding-left: 12px;
    border: 1px solid #707070;
    max-width: 500px;
    margin: 0 auto;
    display: block;
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    background: url("/themes/custom/hagerstown/images/caret-down.svg") 95%/15% no-repeat #fff;
    background-size: 14px;
    border-radius: 6px;
}

#ebscodiscoverysearch {
    padding: 64px 12px 32px;
    width: 100%;
    background-color: #ededed;
    z-index: 10;
    min-height: 250px;
    margin-top: 145px;
}

#ebscodiscoverysearch h2 {
    font-size: 1.5rem;
    font-weight: 400;
    margin: 0 0 12px;
}

#ebscodiscoverysearch form {
    padding: 12px 0px 0px 0px;
    clear: both;
    text-align: left;
    margin: 0;
    max-width: 500px;
    margin: 0 auto;
}

#ebscodiscoverysearch form.ejournals-search {
    display: none;
}

#ebscodiscoverysearch form input[type=text] {
    height: 40px;
    padding: 4px;
    padding-left: 32px;
    margin: 0 auto;
    vertical-align: top;
    width: 100%;
    border-radius: 20px;
    border: 0;
    max-width: none;
    background: url(/themes/custom/hagerstown/images/search-icon.svg) 12px center no-repeat #fff;
    background-size: 12px;
}

#ebscodiscoverysearch form input[type=submit] {
    background-color: #026a72;
    height: 34px;
    width: 128px;
    border: none;
    box-shadow: none;
    border-radius: 20px;
    cursor: pointer;
    padding: 0;
    margin: 0;
    float: right;
    margin-top: 16px;
    font-size: 1rem;
    font-weight: 400;
    min-height: auto;
    background-image: url(/themes/custom/hagerstown/images/right-arrow-white.svg);
    background-repeat: no-repeat;
    background-position: center;
    background-position-x: 90%;
    background-size: 10px;
    transition: background-color .4s;
}

#ebscodiscoverysearch form input[type=submit]:hover {
    background-color: #3e3e3e;
}

#ebscodiscoverysearch form div.limiter {
    padding-top: 4px;
}

input#ebscohostsearchtext {
    border: 1px solid #999;
    border-radius: 3px;
    color: #999;
    font-size: 14px;
    margin-right: 1em;
    width: 100%;
}

.library-header {
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
    height: 295px;
    z-index: -1;
    margin-top: -50px;
    position: absolute;
    top: 0;
    width: 100%;
}

.library-header .heading-div {
    display: none;
    z-index: 2;
}

.library-header.small {
    height: 184px;
}

.library-header.medium {
    height: 250px;
}

.library-header.large .heading-div {
    display: block;
    position: absolute;
    bottom: 0;
    left: 16px;
    right: 16px;
}

.library-header.large .heading-div h1 {
    color: #fff;
    font-family: baskerville-display-pt, serif;
}

.proc-board {
    text-align: left;
}

.proc-board .proc-board-bid .bid-number {
    display: none;
}

.proc-board .proc-board-bid .bid-rfp-title {
    width: 100%;
}

.proc-board .proc-board-bid .bid-rfp-title a {
    font-size: 20px;
}

.proc-board .proc-board-bid .bid-rfp-title .medium-bid-number {
    margin-left: 16px;
    top: -2px;
}

.proc-board .proc-board-bid .bid-addendums {
    overflow: hidden;
}

.proc-board .proc-board-bid .bid-addendums a {
    font-weight: 400;
    margin-left: 4px;
    top: -4px;
}

.proc-board .proc-board-bid .bid-addendums a:hover {
    text-decoration: underline;
}

.proc-board .proc-board-bid .bid-qa-date.past .qa-date-date,
.proc-board .proc-board-bid .bid-qa-date.past .qa-date-time {
    color: red;
}

#google_translate_element {
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    z-index: 10;
}

#google_translate_element .goog-te-gadget {
    display: none;
}

#google_translate_element .goog-te-gadget-simple {
    border: 0;
    padding-bottom: 1px;
    opacity: 0;
}

#google_translate_element .goog-te-gadget-simple .goog-te-combo {
    border: 0;
    -webkit-appearance: none;
    background-position: center;
    background-position-x: 100%;
    background-position-y: 50%;
    background-repeat: no-repeat;
    background-size: 8px 8px;
    margin: 0;
    cursor: pointer;
}

#google_translate_element .goog-te-gadget-simple select::-ms-expand {
    display: none;
}

.goog-te-banner-frame.skiptranslate {
    display: none !important;
}

.program-list {
    margin: 48px auto;
    padding: 0 16px;
    text-align: center;
}

.program-list h3 {
    margin-bottom: 20px;
    padding: 0 8px;
}

.program-list ul {
    list-style: none;
}

.program-list ul li {
    display: inline-block;
    height: 64px;
    width: 260px;
    background-color: #4c7434;
    vertical-align: top;
    margin: 8px;
    box-shadow: 2px 3.5px 11px 0px rgba(0, 0, 0, 0.2);
    text-align: left;
}

.program-list ul li a {
    text-decoration: none;
    color: #fff;
    font-weight: 700;
    font-size: .875rem;
    height: 100%;
    width: 100%;
    display: inline-block;
    padding: 12px 24px;
    transition: background-size .4s, box-shadow .4s, background-color .4s;
}

.program-list ul li a:hover {
    background-color: #3c582a;
    box-shadow: 0px 3px 10px rgba(0, 0, 0, 0.44);
}

.program-list ul li a:hover:after {
    opacity: 1;
}

.program-list ul li a:after {
    background-image: url("/themes/custom/hagerstown/images/right-arrow-white.svg");
    background-repeat: no-repeat;
    background-position: center;
    background-position-x: 95%;
    background-size: 10px;
    content: "";
    opacity: 0;
    min-width: 260px;
    height: 64px;
    position: absolute;
    top: 0;
    right: 0;
    transition: opacity .4s ease-in-out;
}

.program-list.teal ul li {
    background-color: #026a72;
}

.program-list.teal ul li a:hover {
    background-color: #005055;
}

.quick-links {
    margin: 32px auto;
    border-radius: 6px;
    box-shadow: 2px 3.5px 11px 0px rgba(0, 0, 0, 0.2);
    padding: 40px 24px 100px;
    max-width: 400px;
    width: 92%;
    background-color: #fff;
    z-index: 5;
    text-align: left;
}

.quick-links h5 {
    margin-bottom: 24px;
}

.quick-links ul {
    list-style: none;
    margin: 0;
}

.quick-links ul li {
    display: block;
    margin: 0;
    margin-bottom: 18px;
}

.quick-links ul li span {
    display: inline-block;
    top: 4px;
}

.quick-links ul li span svg {
    width: 16px;
    height: 16px;
    margin-right: 8px;
}

.quick-links ul li span svg path {
    fill: #026a72;
}

.quick-links ul li a {
    text-decoration: none;
    color: #026a72;
    font-size: 1.125rem;
    font-weight: 700;
    padding: 0 3px;
    padding-bottom: 1px;
}

.quick-links ul li a svg {
    display: none;
}

.quick-links ul li a:hover {
    padding-bottom: 0;
    border-bottom: 1px solid #026a72;
    background-image: url("/themes/custom/hagerstown/images/right-arrow-teal.svg");
    background-repeat: no-repeat;
    background-position: center;
    background-size: 10px;
    padding-right: 20px;
    background-position-x: 99%;
}

.quick-links ul li a:focus {
    outline-offset: -1px;
}

.quick-links.medium {
    background-color: #f8f8f8;
    max-width: 500px;
    margin: 48px auto;
    box-shadow: none;
    border-radius: 0;
    width: 92%;
}

.quick-links.medium h5 {
    margin-bottom: 32px;
}

.quick-links.medium ul li {
    margin-bottom: 32px;
}

.quick-links.medium ul li span {
    display: none;
}

.quick-links.medium ul li a svg {
    display: inline-block;
    margin-left: 16px;
    transition: margin-left .4s;
}

.quick-links.medium ul li a:hover {
    background-image: none;
    padding-right: 0;
}

.quick-links.medium ul li a:hover svg {
    margin-left: 32px;
}

.alerts-header {
    background-color: #f7d057;
    padding: 32px;
    padding-left: 48px;
}

.alerts-header p {
    text-transform: capitalize;
    color: #3e3e3e;
    margin-bottom: 8px;
    max-width: 1100px;
    line-height: 1.5rem;
}

.alerts-header svg {
    width: 20px;
    height: 20px;
    position: absolute;
    top: 34px;
    left: 16px;
}

.hcc-alerts {
    background-color: #3c582a;
    padding: 32px;
    padding-left: 48px;
}

.hcc-alerts svg,
.alerts-header svg {
    width: 20px;
    height: 20px;
    position: absolute;
    top: 34px;
    left: 16px;
}

.hcc-alerts p {
    color: #fff;
    margin-bottom: 8px;
    max-width: 1100px;
    line-height: 1.5rem;
}

.hcc-alerts a {
    color: #fff;
    text-decoration: underline;
}

.contact_us {
    box-shadow: 2px 3.5px 11px 0px rgba(0, 0, 0, 0.2);
    margin: 120px auto;
}

.contact_us .contact-header {
    background-color: #4c7434;
    color: #f8f8f8;
    font-size: 20px;
    font-weight: 700;
    margin: 0;
    padding: 24px;
    text-align: left;
    text-transform: uppercase;
    width: 100%;
}

.contact_us .detail-heading,
.contact_us .detail-type {
    font-weight: 700;
}

.contact_us .detail-heading {
    background-color: #f8f8f8;
    margin: 0;
    padding: 24px 24px 0 24px;
}

.contact_us .contact-details {
    background-color: #f8f8f8;
    columns: 1;
    padding: 24px;
}

.contact_us .contact-details div {
    margin-bottom: 16px;
}

.contact_us .contact-details div:last-of-type {
    margin-bottom: 0;
}

.contact_us .contact-details div span {
    word-wrap: anywhere;
}

.contact_us .contact-details .contact-address-wrapper {
    max-width: 250px;
}

.contact_us .contact-details .contact-address-wrapper p,
.contact_us .contact-details .contact-address-wrapper div {
    margin-bottom: 30px;
}

.contact_us .contact-details .contact-address-wrapper .contact-address {
    display: inline-block;
    margin: 0 0 0 24px;
}

.contact_us .contact-details .contact-address-wrapper .contact-address p {
    line-height: 1rem;
    margin: 0;
    padding: 0;
}

.contact_us .contact-details svg {
    height: 16px;
    position: absolute;
    width: 16px;
}

.contact_us .contact-details .detail-type {
    display: block;
    line-height: 1rem;
    margin-left: 24px;
}

.contact_us .contact-details a,
.contact_us .contact-details span {
    font-weight: 400;
}

.contact_us .contact-details a,
.contact_us .contact-details a:visited {
    color: #026a72;
}

.course-list {
    text-align: left;
    padding: 0 20px;
    margin-top: 48px;
}

.course-list h3 {
    color: #026a72;
    margin-bottom: 20px;
    font-size: 1.75rem;
}

.course-list .course-detail {
    border-bottom: 1px solid #cbcbcb;
    padding-bottom: 48px;
    margin-bottom: 48px;
}

.course-list .course-detail h4 {
    margin-bottom: 24px;
    font-size: 1.375rem;
}

.course-list .course-detail .course-description {
    margin-bottom: 32px;
}

.course-list .course-detail .course-cost {
    margin-bottom: 40px;
}

.course-list .course-detail .course-misc p {
    margin: 0;
}

.course-list .course-detail .course-misc .course-misc-link {
    display: none;
    color: #026a72;
    transition: color .4s ease;
}

.course-list .course-detail .course-misc .course-misc-link.has-link {
    display: block;
}

.course-list .course-detail .course-misc .course-misc-link:hover,
.course-list .course-detail .course-misc .course-misc-link:focus {
    color: #005055;
}

.single-article .course-list {
    padding: 0;
    margin: 0;
    margin-top: 48px;
}

.view-documents-public .view-header p,
.view-board-docs .view-header p,
.view-documents-private .view-header p {
    padding: 24px 16px;
}

.view-documents-public .view-filters form,
.view-board-docs .view-filters form,
.view-documents-private .view-filters form {
    margin-bottom: 75px;
    margin-top: 30px;
}

.view-documents-public .view-filters form input[type=submit],
.view-board-docs .view-filters form input[type=submit],
.view-documents-private .view-filters form input[type=submit] {
    -webkit-appearance: none;
    border-radius: 0;
}

.view-documents-public .view-filters form #edit-reset,
.view-board-docs .view-filters form #edit-reset,
.view-documents-private .view-filters form #edit-reset {
    background-color: transparent;
    color: #026a72;
    box-shadow: none;
    padding: 0;
    min-width: auto;
    width: auto;
    margin-top: 20px;
    outline-offset: 3px;
    min-height: auto;
    border-bottom: 2px solid transparent;
    border-color: #026a72;
    transition: color .4s ease, border-color .4s ease;
}

.view-documents-public .view-filters form #edit-reset:hover,
.view-documents-public .view-filters form #edit-reset:focus,
.view-board-docs .view-filters form #edit-reset:hover,
.view-board-docs .view-filters form #edit-reset:focus,
.view-documents-private .view-filters form #edit-reset:hover,
.view-documents-private .view-filters form #edit-reset:focus {
    color: #005055;
    border-color: #005055;
}

.view-documents-public .view-filters div.js-form-item input,
.view-documents-public .view-filters div.js-form-item select,
.view-board-docs .view-filters div.js-form-item input,
.view-board-docs .view-filters div.js-form-item select,
.view-documents-private .view-filters div.js-form-item input,
.view-documents-private .view-filters div.js-form-item select {
    margin-top: 12px;
    max-width: none;
    height: 60px;
}

.view-documents-public .view-filters div.js-form-item label,
.view-board-docs .view-filters div.js-form-item label,
.view-documents-private .view-filters div.js-form-item label {
    font-weight: 700;
}

.view-documents-public .view-content table,
.view-board-docs .view-content table,
.view-documents-private .view-content table {
    padding-top: 12px;
    border-spacing: 0 8px;
}

.view-documents-public .view-content table caption,
.view-board-docs .view-content table caption,
.view-documents-private .view-content table caption {
    font-weight: 700;
    background-color: #ededed;
    padding: 24px 36px 0;
    font-size: 1.33rem;
    text-align: left;
}

.view-documents-public .view-content table caption a,
.view-board-docs .view-content table caption a,
.view-documents-private .view-content table caption a {
    color: #026a72;
    text-decoration: none;
}

.view-documents-public .view-content table th:first-child,
.view-board-docs .view-content table th:first-child,
.view-documents-private .view-content table th:first-child {
    padding-left: 22px;
}

.view-documents-public .view-content table tbody tr td,
.view-board-docs .view-content table tbody tr td,
.view-documents-private .view-content table tbody tr td {
    padding-left: 24px;
}

.view-documents-public .view-content table tbody tr td:first-child,
.view-board-docs .view-content table tbody tr td:first-child,
.view-documents-private .view-content table tbody tr td:first-child {
    padding-left: 24px;
    font-size: 1.125rem;
}

.view-documents-public .view-content table tbody tr td:last-child ul li,
.view-board-docs .view-content table tbody tr td:last-child ul li,
.view-documents-private .view-content table tbody tr td:last-child ul li {
    padding-left: 18px;
}

.view-documents-public .view-content table ul,
.view-board-docs .view-content table ul,
.view-documents-private .view-content table ul {
    list-style: none;
}

.view-documents-public .view-content table ul li,
.view-board-docs .view-content table ul li,
.view-documents-private .view-content table ul li {
    margin-bottom: 5px;
}

.view-documents-public .view-content table ul>li:before,
.view-board-docs .view-content table ul>li:before,
.view-documents-private .view-content table ul>li:before {
    position: absolute;
    top: 4px;
    left: 0;
    height: 12px;
    width: 12px;
    background-image: url("/themes/custom/hagerstown/images/doc-icon-bolder.svg");
    background-position: center;
    background-size: contain;
    background-repeat: no-repeat;
    content: "";
}

.view-documents-public .pager,
.view-board-docs .pager,
.view-documents-private .pager {
    text-align: center;
}

.view-documents-public .pager li,
.view-board-docs .pager li,
.view-documents-private .pager li {
    display: inline-block;
}

.view-documents-public .no_result,
.view-board-docs .no_result,
.view-documents-private .no_result {
    text-align: center;
    padding: 50px 0;
    font-size: 1.25rem;
    font-weight: bold;
    background-color: #ededed;
}

.view-documents-public .view-content table thead tr th:nth-child(2) {
    display: none;
}

.view-documents-public .view-content table tbody tr td:nth-child(2) {
    display: none;
}

.document-link.single {
    margin-bottom: 250px;
    margin-top: 50px;
    display: inline-block;
}

.no-link-callout-row {
    margin: 50px auto;
    width: 100%;
}

.no-link-callout-row .no-link-callout-33,
.no-link-callout-row .no-link-callout-50,
.no-link-callout-row .no-link-callout-66,
.no-link-callout-row .no-link-callout-100 {
    width: 100%;
    background-color: #f8f8f8;
    border-radius: 6px;
    padding: 32px 20px;
    margin: 20px 0;
    text-align: left;
    vertical-align: top;
}

.no-link-callout-row .no-link-callout-33 h2,
.no-link-callout-row .no-link-callout-33 a,
.no-link-callout-row .no-link-callout-50 h2,
.no-link-callout-row .no-link-callout-50 a,
.no-link-callout-row .no-link-callout-66 h2,
.no-link-callout-row .no-link-callout-66 a,
.no-link-callout-row .no-link-callout-100 h2,
.no-link-callout-row .no-link-callout-100 a {
    color: #026a72;
    transition: color .4s ease;
}

.no-link-callout-row .no-link-callout-33 a,
.no-link-callout-row .no-link-callout-50 a,
.no-link-callout-row .no-link-callout-66 a,
.no-link-callout-row .no-link-callout-100 a {
    text-decoration: underline;
}

.no-link-callout-row .no-link-callout-33 a:hover,
.no-link-callout-row .no-link-callout-33 a:focus,
.no-link-callout-row .no-link-callout-50 a:hover,
.no-link-callout-row .no-link-callout-50 a:focus,
.no-link-callout-row .no-link-callout-66 a:hover,
.no-link-callout-row .no-link-callout-66 a:focus,
.no-link-callout-row .no-link-callout-100 a:hover,
.no-link-callout-row .no-link-callout-100 a:focus {
    color: #005055;
}

.no-link-callout-row .no-link-callout-33 ol,
.no-link-callout-row .no-link-callout-33 ul,
.no-link-callout-row .no-link-callout-50 ol,
.no-link-callout-row .no-link-callout-50 ul,
.no-link-callout-row .no-link-callout-66 ol,
.no-link-callout-row .no-link-callout-66 ul,
.no-link-callout-row .no-link-callout-100 ol,
.no-link-callout-row .no-link-callout-100 ul {
    margin-left: 16px;
}

.no-link-callout-row .no-link-callout-33 p:empty,
.no-link-callout-row .no-link-callout-50 p:empty,
.no-link-callout-row .no-link-callout-66 p:empty,
.no-link-callout-row .no-link-callout-100 p:empty {
    display: none;
}

.no-link-callout-row .no-link-callout-33.photo,
.no-link-callout-row .no-link-callout-50.photo,
.no-link-callout-row .no-link-callout-66.photo,
.no-link-callout-row .no-link-callout-100.photo {
    min-height: 350px;
}

.no-link-callout-row .no-link-callout-33.photo .callout-image,
.no-link-callout-row .no-link-callout-50.photo .callout-image,
.no-link-callout-row .no-link-callout-66.photo .callout-image,
.no-link-callout-row .no-link-callout-100.photo .callout-image {
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
    height: 100%;
    width: 100%;
    top: 0;
    left: 0;
    border-radius: 8px;
    position: absolute;
}

.no-link-callout-row+.no-link-callout-row {
    margin-top: -30px;
}

.apply-register {
    display: block;
    background-color: #ededed;
}

.apply-register p {
    display: none;
}

.apply-register .apply-reg-btn {
    display: block;
    height: 100%;
    min-height: 55px;
    width: 100%;
    margin: auto;
    background-color: #026a72;
    padding: 15px 0;
    color: white;
    text-decoration: none;
    font-size: 22px;
    text-align: center;
}

.apply-register .apply-reg-btn:hover {
    background-color: #4c7434;
}

.home .callout-section .callout.teal.size-33,
.home .callout-section .callout.teal.size-50,
.home .callout-section .callout.green.size-33,
.home .callout-section .callout.green.size-50 {
    height: 250px;
    margin: 15px auto;
}

.site-footer__bottom {
    display: block;
    background-color: #313131;
    color: white;
    padding: 15px;
}

.site-footer__bottom a {
    text-decoration: none;
    color: white;
}

.site-footer__bottom #footer_copyright,
.site-footer__bottom .footer-bottom-block {
    display: block;
    width: 100%;
    text-align: center;
}

.site-footer__bottom ul {
    list-style-type: none;
}

.site-footer__bottom .footer-bottom-block .navbar-nav li {
    display: block;
    padding: 0 5px;
    border-right: none;
}

.site-footer__bottom .footer-translate-block {
    display: block;
    position: relative;
    max-width: 65px;
    margin: 15px auto 0;
}

@media (min-width:450px) {
    .hamburger-menu {
        padding: 22px 28px;
    }
    .header-links-container .quick-links-tabs li .quick_links_tab,
    .header-links-container .quick-links-tabs li .maps_tab,
    .header-links-container .quick-links-tabs li .search_tab,
    .header-links-container .quick-links-tabs li .employment_tab,
    .header-links-container .quick-links-tabs li .my-portal {
        color: #fff;
        text-align: center;
        display: inline-block;
        text-decoration: none;
        background-color: transparent;
        transition: margin-left .4s, background-color .4s, height .4s;
        font-size: .875rem;
        z-index: 6;
        padding: 29px 4px;
        width: auto;
    }
}

@media (min-width:451px) {
    .site-footer .footer-bottom-block li:nth-child(2) {
        margin-right: 40px;
    }
}

@media (min-width:768px) {
    .page-margins {
        margin: 48px auto;
    }
    .single-article {
        padding-left: 32px;
        padding-right: 32px;
    }
    table tbody tr td {
        display: inline-block;
        float: left;
        width: 50%;
    }
    .col-2 {
        width: 50%;
        float: left;
    }
    .col-3 {
        width: 33%;
        float: left;
    }
    .col-4 {
        width: 25%;
        float: left;
    }
    .columns-1 {
        column-count: 1;
        column-gap: 0%;
        -moz-column-count: 1;
        -webkit-column-count: 1;
        -ms-column-count: 1;
    }
    .columns-2 {
        column-count: 2;
        -moz-column-count: 2;
        -webkit-column-count: 2;
        -ms-column-count: 2;
    }
    .columns-3 {
        column-count: 3;
        -moz-column-count: 3;
        -webkit-column-count: 3;
        -ms-column-count: 3;
    }
    .columns-unit {
        display: table;
        width: 100%;
        -webkit-column-break-inside: avoid;
    }
    .hcc-lightbox.active .hcc-lightbox-content {
        width: 650px;
        height: 350px;
    }
    .hcc-lightbox .close-video {
        width: 60px;
        top: 50px;
        right: 50px;
    }
    .header-image .landing-style,
    .normal-header .landing-style,
    .pgnotfound-header .landing-style {
        left: auto;
    }
    .header-image.small,
    .normal-header.small,
    .pgnotfound-header.small {
        height: 300px;
    }
    .header-image.medium,
    .normal-header.medium,
    .pgnotfound-header.medium {
        height: 400px;
    }
    .header-image.large,
    .normal-header.large,
    .pgnotfound-header.large {
        height: 445px;
    }
    .header-image.large .heading-div,
    .normal-header.large .heading-div,
    .pgnotfound-header.large .heading-div {
        left: 32px;
        right: 32px;
    }
    .landing-style {
        display: block;
        margin-left: 32px;
        max-width: 600px;
    }
    .advancement-page .landing-style {
        max-width: 550px;
        left: 50%;
    }
    .advancement-page .landing-style h1 {
        line-height: 3.5rem;
    }
    .sidebar-present .landing-style {
        margin-left: 32px;
    }
    .page-margins table,
    .single-article table {
        border-spacing: 0 8px;
        padding: 8px 12px;
        display: table;
    }
    .page-margins table thead,
    .single-article table thead {
        display: table-header-group;
    }
    .page-margins table thead tr th,
    .single-article table thead tr th {
        background-color: #4c7434;
        color: #fff;
        padding: 20px 12px;
        text-align: center;
    }
    .page-margins table tbody tr td,
    .single-article table tbody tr td {
        display: table-cell;
        float: none;
        width: auto;
        padding: 12px;
        text-align: center;
    }
    .page-margins table tbody tr td .cell-label,
    .single-article table tbody tr td .cell-label {
        display: none;
    }
    .featured-news-section {
        margin: 64px 0 80px;
    }
    .featured-news-section .featured_news_block {
        padding: 50px 30px 100px;
    }
    .featured-news-section .featured_news_block .featured_news {
        margin: 0 15px;
    }
    .site-footer {
        padding: 30px 25px 0;
    }
    .site-footer .btn {
        display: inline-block;
        width: 220px;
    }
    .site-footer .btn:nth-child(2) {
        margin: auto 16px;
    }
    .site-footer .footer-calltoaction-block {
        text-align: center;
    }
    .site-footer .footer-location-block,
    .site-footer .footer-quick-links-block,
    .site-footer .footer-translate-block,
    .site-footer .footer-bottom-block,
    .site-footer .footer_copyright {
        padding-left: 30px;
    }
    .site-footer .footer-location-block {
        margin-top: -26px;
    }
    .site-footer .footer-location-block svg {
        left: -25px;
    }
    .site-footer .footer-location-block p,
    .site-footer .footer-location-block a {
        line-height: 1.75rem;
    }
    .site-footer .footer-location-block {
        text-align: left;
    }
    .site-footer .footer-quick-nav-dropdown {
        border: none;
        cursor: default;
        padding: 0;
        z-index: 1;
    }
    .site-footer .footer-quick-nav-dropdown p {
        display: none;
    }
    .site-footer .footer-quick-nav-dropdown.active .footer-quick-links-block span {
        font-weight: 700;
    }
    .site-footer .footer-quick-links-block {
        max-height: 2000px;
    }
    .site-footer .footer-quick-links-block span {
        font-weight: 700;
    }
    .site-footer .footer-social-block {
        padding-left: 25px;
        margin-top: 8px;
    }
    .site-footer .footer-social-block ul {
        text-align: left;
    }
    .site-footer .footer-social-block {
        text-align: left;
        margin-bottom: 80px;
    }
    .site-footer .footer-translate-block {
        display: inline-block;
        padding-left: 30px;
    }
    .site-footer .footer-translate-block ul {
        margin-bottom: 0;
    }
    .site-footer .footer-translate-block li {
        display: inline-block;
        text-align: left;
    }
    .site-footer .footer-translate-block li:first-child {
        margin-right: 85px;
    }
    .site-footer .footer-bottom-block li {
        margin-bottom: 0;
        margin-right: 30px;
    }
    .site-footer .footer-bottom-block ul {
        text-align: left;
    }
    .site-footer .footer-bottom-block {
        text-align: left;
    }
    .site-footer .footer-bottom-block ul {
        margin: 0;
    }
    .site-footer .footer-bottom-block {
        display: inline-block;
        float: left;
    }
    .site-footer .footer-translate-button {
        display: inline-block;
        margin: 0 4px;
    }
    .cal-body {
        padding: 0;
        width: 90%;
        margin: 48px auto;
        background-color: #fff;
        padding-top: 48px;
        border-radius: 4px;
    }
    .cal-body.show-bg-shadow {
        padding: 50px 0;
    }
    .cal-body h1 {
        width: 94.5%;
        margin: 0 auto;
    }
    .cal-body .cal-cover.active {
        display: none;
    }
    .cal-body .cal-header {
        margin: 20px auto 30px;
        width: 94.5%;
    }
    .cal-body .cal-header button {
        margin-bottom: 40px;
    }
    .cal-body .cal-header .cal-month {
        margin: 0;
    }
    .cal-body .cal-header label {
        display: inline-block;
        background-size: 18px;
        margin-right: 30px;
        font-size: 1rem;
        margin-bottom: 10px;
    }
    .cal-body .cal-header label .cal-name {
        margin-left: 7px;
        top: auto;
    }
    .cal-body .cal-header label::before {
        height: 16px;
        width: 16px;
    }
    .cal-body .cal-header label::after {
        height: 15px;
        border-left-width: 18px;
        width: 0px;
    }
    .cal-body .cal-header .cal-back {
        margin: 0 20px 0 30px;
    }
    .cal-body .cal-header .cal-next {
        margin: 0 0 0 5px;
    }
    .cal-body .cal-show-past-events {
        display: none;
    }
    .cal-body .cal-checkbox-container {
        margin-top: 40px;
    }
    .cal-body table {
        border: 1px solid #DEDEDE;
        border-radius: 12px;
        background-color: #fff;
        margin: 0 auto;
        border-bottom: none;
        border-bottom-left-radius: 0;
        border-bottom-right-radius: 0;
        width: 94.5%;
        border-spacing: 0;
    }
    .cal-body table thead {
        display: table-header-group;
        text-align: center;
    }
    .cal-body table thead tr td {
        width: 12.5vw;
        border-right: 1px solid #DEDEDE;
        padding: 0;
        border-bottom: 0;
        background-color: transparent;
    }
    .cal-body table thead tr td:last-child {
        border-right: none;
    }
    .cal-body table thead tr td .cal-day-label {
        font-size: 1rem;
    }
    .cal-body table tbody tr td {
        display: table-cell;
        width: 12.5vw;
        min-width: 12.5vw;
        border: 1px solid #DEDEDE;
        vertical-align: top;
        text-align: center;
        border-top: none;
        border-left: none;
        height: 135px;
        background-color: #fff;
    }
    .cal-body table tbody tr td:last-child {
        border-right: none;
    }
    .cal-body table tbody tr td .cal-content {
        border: none;
        margin: 0;
        padding: 0;
    }
    .cal-body table tbody tr td .cal-content .cal-day-text {
        display: none;
    }
    .cal-body table tbody tr td .cal-content .cal-day-number {
        font-size: 1rem;
        width: 45%;
        display: block;
        padding: 4px 0;
        margin: 0 auto 2px;
        border-bottom-left-radius: 10px;
        border-bottom-right-radius: 10px;
    }
    .cal-body table tbody tr td .cal-content .cal-daily-events ul,
    .cal-body table tbody tr td .cal-content .cal-fullday-events ul {
        max-width: 12vw;
    }
    .cal-body table tbody tr td .cal-content .cal-daily-events ul li,
    .cal-body table tbody tr td .cal-content .cal-fullday-events ul li {
        text-align: left;
        max-width: 100%;
        padding-left: 13px;
        margin-bottom: 6px;
        margin-left: 7px;
    }
    .cal-body table tbody tr td .cal-content .cal-daily-events ul li svg,
    .cal-body table tbody tr td .cal-content .cal-fullday-events ul li svg {
        width: 10px;
        position: absolute;
        left: 0;
        top: 3px;
    }
    .cal-body table tbody tr td .cal-content .cal-daily-events ul li a,
    .cal-body table tbody tr td .cal-content .cal-fullday-events ul li a {
        font-size: .875rem;
        top: auto;
        margin: 0;
        text-overflow: ellipsis;
        overflow: hidden;
        white-space: nowrap;
        display: block;
    }
    .cal-body table tbody tr td .cal-content .cal-daily-events ul li a .cal-event-time-value,
    .cal-body table tbody tr td .cal-content .cal-fullday-events ul li a .cal-event-time-value {
        font-size: .75rem;
        margin: 0;
    }
    .cal-body table tbody tr td .cal-content .cal-daily-events ul li a .cal-event-summary-value,
    .cal-body table tbody tr td .cal-content .cal-fullday-events ul li a .cal-event-summary-value {
        display: initial;
    }
    .cal-body table tbody tr td .cal-content .cal-daily-events ul li .cal-event-detail,
    .cal-body table tbody tr td .cal-content .cal-fullday-events ul li .cal-event-detail {
        width: 400px;
        left: 0;
    }
    .cal-body table tbody tr td .cal-content .cal-daily-events ul li .cal-event-detail .close-cal-modal:hover svg,
    .cal-body table tbody tr td .cal-content .cal-fullday-events ul li .cal-event-detail .close-cal-modal:hover svg {
        width: 9px;
        height: 9px;
    }
    .cal-body table tbody tr td .cal-content .cal-daily-events ul li .cal-event-detail svg,
    .cal-body table tbody tr td .cal-content .cal-fullday-events ul li .cal-event-detail svg {
        width: 20px;
        margin-top: 42px;
    }
    .cal-body table tbody tr td .cal-content .cal-daily-events ul li .cal-event-detail h3,
    .cal-body table tbody tr td .cal-content .cal-fullday-events ul li .cal-event-detail h3 {
        padding-left: 10px;
        margin-bottom: 15px;
    }
    .cal-body table tbody tr td .cal-content .cal-daily-events ul li .cal-event-detail .cal-event-date,
    .cal-body table tbody tr td .cal-content .cal-daily-events ul li .cal-event-detail .cal-event-time,
    .cal-body table tbody tr td .cal-content .cal-daily-events ul li .cal-event-detail .cal-event-where,
    .cal-body table tbody tr td .cal-content .cal-daily-events ul li .cal-event-detail .cal-event-desc,
    .cal-body table tbody tr td .cal-content .cal-fullday-events ul li .cal-event-detail .cal-event-date,
    .cal-body table tbody tr td .cal-content .cal-fullday-events ul li .cal-event-detail .cal-event-time,
    .cal-body table tbody tr td .cal-content .cal-fullday-events ul li .cal-event-detail .cal-event-where,
    .cal-body table tbody tr td .cal-content .cal-fullday-events ul li .cal-event-detail .cal-event-desc {
        padding-left: 10px;
    }
    .cal-body table tbody tr td .cal-content .cal-daily-events ul li .cal-event-detail .cal-event-time,
    .cal-body table tbody tr td .cal-content .cal-daily-events ul li .cal-event-detail .cal-event-where,
    .cal-body table tbody tr td .cal-content .cal-daily-events ul li .cal-event-detail .cal-event-desc,
    .cal-body table tbody tr td .cal-content .cal-fullday-events ul li .cal-event-detail .cal-event-time,
    .cal-body table tbody tr td .cal-content .cal-fullday-events ul li .cal-event-detail .cal-event-where,
    .cal-body table tbody tr td .cal-content .cal-fullday-events ul li .cal-event-detail .cal-event-desc {
        margin: 15px 0;
    }
    .cal-body table tbody tr td .cal-content .cal-daily-events ul li .cal-event-detail .cal-event-link,
    .cal-body table tbody tr td .cal-content .cal-fullday-events ul li .cal-event-detail .cal-event-link {
        margin-left: 10px;
        padding-right: 32px;
    }
    .cal-body table tbody tr td .cal-content .cal-fullday-events ul {
        max-width: 12.5vw;
    }
    .cal-body table tbody tr td .cal-content .cal-fullday-events ul li {
        text-indent: 0;
        text-align: left;
        padding: 2px 6px;
        max-width: 100%;
        margin: 3px 4px 3px 4px;
    }
    .cal-body table tbody tr td .cal-content .cal-fullday-events ul li a {
        font-weight: 400;
        margin: 0;
    }
    .cal-body table tbody tr td .cal-content .cal-fullday-events ul li .cal-event-detail .cal-event-link {
        padding-left: 0;
    }
    .cal-body table tbody tr td.cal-date-past {
        display: table-cell;
    }
    .cal-body table tbody tr td.cal-date-past .cal-content .cal-daily-events ul li svg {
        opacity: .7;
    }
    .cal-body table tbody tr td.cal-date-past .cal-content .cal-daily-events ul li a {
        color: rgba(112, 112, 112, 0.75);
    }
    .cal-body table tbody tr td.cal-date-past .cal-content .cal-fullday-events ul li {
        box-shadow: inset 0 0 0 99999px rgba(255, 255, 255, 0.7);
    }
    .cal-body table tbody tr td.cal-date-past .cal-content .cal-fullday-events ul li a {
        color: rgba(52, 52, 52, 0.75);
    }
    .cal-body table tbody tr td.cal-today {
        display: table-cell;
        border: 2px solid #026a72;
    }
    .cal-body table tbody tr td.cal-today .cal-content .cal-fullday-events ul li {
        box-shadow: inset 0 0 0 99999px rgba(255, 255, 255, 0.5);
    }
    .cal-body table tbody tr td.cal-today.cal-day-expandable .cal-day-show-more {
        display: block;
        bottom: -0.5px;
        border-bottom: 1px solid;
    }
    .cal-body table tbody tr td.no-events {
        display: table-cell;
    }
    .cal-body table tbody tr td:first-child .cal-content .cal-daily-events ul li .cal-event-detail,
    .cal-body table tbody tr td:first-child .cal-content .cal-fullday-events ul li .cal-event-detail {
        left: -15px;
    }
    .cal-body table tbody tr td:last-child .cal-content .cal-daily-events ul li .cal-event-detail,
    .cal-body table tbody tr td:last-child .cal-content .cal-fullday-events ul li .cal-event-detail,
    .cal-body table tbody tr td:nth-child(6) .cal-content .cal-daily-events ul li .cal-event-detail,
    .cal-body table tbody tr td:nth-child(6) .cal-content .cal-fullday-events ul li .cal-event-detail,
    .cal-body table tbody tr td:nth-child(5) .cal-content .cal-daily-events ul li .cal-event-detail,
    .cal-body table tbody tr td:nth-child(5) .cal-content .cal-fullday-events ul li .cal-event-detail {
        left: auto;
        right: 20%;
    }
    .cal-body table tbody tr td.cal-day-expandable .cal-content {
        height: 115px;
    }
    .cal-body table tbody tr td.cal-day-expandable .cal-day-show-more {
        display: block;
        color: #3e3e3e;
        font-size: .9rem;
        font-weight: 600;
        position: absolute;
        bottom: -0.5px;
        border-bottom: 1px solid #DEDEDE;
        padding-bottom: 1px;
        background-color: #fff;
        left: 50%;
        width: 99%;
        transform: translate(-50%);
    }
    .cal-body table tbody tr td.cal-day-expandable.cal-day-expand .cal-content {
        height: auto;
        padding-bottom: 22px;
    }
    .cal-body table tbody tr td:not([data-cal-date]) {
        background-color: #f8f8f8;
        display: table-cell;
    }
    .cal-body .cal-subscribe {
        width: 94.5%;
        margin: 25px auto 0;
    }
    .cal-body .cal-subscribe ul li {
        margin: 15px 0px;
        padding-left: 16px;
    }
    .cal-body .cal-subscribe ul li svg {
        position: absolute;
        left: 0;
        top: 0;
    }
    .cal-body .cal-subscribe ul li a {
        top: -1px;
        width: auto;
    }
    .cal-body.cal_page {
        margin: -125px auto 48px;
    }
    .home-intro {
        padding: 60px 0;
    }
    .home-intro h2 {
        margin-bottom: 20px;
    }
    .home-intro p {
        width: 94.5%;
        max-width: 1287px;
        margin-bottom: 32px;
    }
    .link-section {
        padding: 60px 0;
    }
    .link-section a {
        padding: 40px 0 40px 30px;
        width: 75.5%;
        max-width: 1400px;
    }
    .link-section a p {
        font-size: 1.125rem;
    }
    header.active #block-mainmenu.quicklink,
    header.active #block-advancement.quicklink {
        max-height: 5000px;
    }
    #block-hagerstown-quicklinks {
        position: relative;
        top: auto;
        max-height: 0;
        transition: max-height .2s;
    }
    #block-hagerstown-quicklinks .menu-level-0 {
        margin-left: 130px;
    }
    #block-hagerstown-quicklinks .menu-level-0 .menu-link-contentquick-links {
        background-color: #f8f8f8;
    }
    #block-hagerstown-quicklinks .menu-level-0 .menu-link-contentquick-links .menu-level-1 {
        width: 100%;
        z-index: 5;
        width: 100vw;
        margin-left: -130px;
        margin-top: 0;
    }
    #block-hagerstown-quicklinks .menu-level-0 .menu-link-contentquick-links .menu-level-1 .menu-item {
        width: 15%;
        height: 140px;
        margin: 0;
        background-color: #f8f8f8;
        border-radius: 0;
        box-shadow: none;
    }
    #block-hagerstown-quicklinks .menu-level-0 .menu-link-contentquick-links .menu-level-1 .menu-item:first-child a {
        padding-top: 125px;
        width: 100%;
        padding-bottom: 115px;
    }
    #block-hagerstown-quicklinks .menu-level-0 .menu-link-contentquick-links .menu-level-1 .menu-item:first-child a:hover span {
        padding-right: 60px;
    }
    #block-hagerstown-quicklinks .menu-level-0 .menu-link-contentquick-links .menu-level-1 .menu-item:first-child {
        height: 100%;
        width: 22%;
        display: inline-block;
        float: left;
        background-color: #fff;
        min-height: 280px;
        margin-bottom: 0;
    }
    #block-hagerstown-quicklinks .menu-level-0 .menu-link-contentquick-links .menu-level-1 .menu-item.download-campus-link {
        width: 100%;
        display: block;
        height: 80px;
        min-height: auto;
        max-width: none;
        float: none;
    }
    #block-hagerstown-quicklinks .menu-level-0 .menu-link-contentquick-links .menu-level-1 .menu-item a {
        width: 75%;
    }
    #block-hagerstown-quicklinks .menu-level-0 .menu-link-contentquick-links .menu-level-1.active {
        padding-bottom: 0;
        transition: max-height .6s;
    }
    #block-hagerstown-quicklinks .menu-level-0 .view-mode-hcc-menu-maps-location .menu-level-1 {
        text-align: center;
        max-width: 100vw;
    }
    #block-hagerstown-quicklinks .menu-level-0 .view-mode-hcc-menu-maps-location .menu-level-1 .menu-item a {
        width: 340px;
        margin: 0;
    }
    #block-hagerstown-quicklinks .menu-level-0 .view-mode-hcc-menu-maps-location .menu-level-1 .menu-item:first-child a {
        padding: 30px 0;
    }
    #block-hagerstown-quicklinks .menu-level-0 .view-mode-hcc-menu-maps-location .menu-level-1 .menu-item:first-child a span {
        transition: padding-right .4s;
    }
    #block-hagerstown-quicklinks .menu-level-0 .view-mode-hcc-menu-maps-location .menu-level-1 .menu-item.hcc-location {
        height: auto;
        width: auto;
        margin: 24px 16px;
        display: inline-block;
    }
    #block-hagerstown-quicklinks .menu-level-0 .view-mode-hcc-menu-maps-location .menu-level-1 .menu-item.hcc-contact {
        margin: 0;
        padding-left: 0;
        text-align: center;
    }
    #block-hagerstown-quicklinks .menu-level-0 .view-mode-hcc-menu-maps-location .menu-level-1 .menu-item.hcc-contact div {
        display: inline-block;
        text-align: left;
    }
    #block-hagerstown-quicklinks .menu-level-0 .view-mode-hcc-menu-maps-location .menu-level-1.active {
        min-height: inherit;
        transition: max-height .6s;
        padding-bottom: 15px;
    }
    #block-hagerstown-quicklinks.active {
        max-height: 5000px;
    }
    .header-links-container .overlay {
        background-color: #3e3e3e;
        opacity: .6;
    }
    .header-links-container .hcc-logo {
        display: inline-block;
        height: 100%;
        width: 83px;
        padding: 6px 13px 0 6px;
        background-color: #4c7434;
        left: 0;
        margin-top: 0;
    }
    .header-links-container .quick-links-tabs {
        margin-left: 30px;
        left: auto;
    }
    .header-links-container .quick-links-tabs li .quick_links_tab,
    .header-links-container .quick-links-tabs li .maps_tab,
    .header-links-container .quick-links-tabs li .search_tab,
    .header-links-container .quick-links-tabs li .my-portal {
        margin-left: 0;
        width: auto;
        font-size: .875rem;
        padding: 29px 8px;
    }
    .header-links-container .quick-links-tabs li .quick_links_tab.active,
    .header-links-container .quick-links-tabs li .maps_tab.active,
    .header-links-container .quick-links-tabs li .search_tab.active {
        height: 75px;
        border-radius: 0;
    }
    .header-links-container.active .overlay {
        opacity: .6;
    }
    .header-links-container.active .hcc-logo {
        left: 0;
    }
    .header-links-container.active .quick-links-tabs {
        margin-left: 30px;
    }
    .statistic-block img {
        height: 365px;
    }
    .statistic-block .stat-image {
        height: 365px;
    }
    .statistic-block .statistic-block-content {
        min-height: 320px;
        width: 90.5%;
        margin-top: -105px;
        max-width: 1640px;
        padding-bottom: 25px;
    }
    .statistic-block .statistic-block-content hr {
        margin: 0 auto 30px;
    }
    .statistic-block .statistic-block-content .stat-block-square {
        height: auto;
        width: 24%;
    }
    .statistic-block .statistic-block-content .stat-block-square p {
        width: 75%;
    }
    .no-bg-img .statistic-block-content {
        margin-top: 0;
    }
    .maps {
        width: 340px;
    }
    .section-flicker-feeds {
        padding: 60px 0;
        background-image: linear-gradient(#ededed 60%, #fff 50%);
    }
    .section-flicker-feeds .flick-image-wrapper {
        width: 625px;
    }
    .section-flicker-feeds .flick-image-wrapper .flickr-image {
        width: 195px;
    }
    .section-flicker-feeds .link-container {
        width: 625px;
    }
    .callout-container.show-bg-shadow {
        background-image: linear-gradient(to top, #ededed 70%, #fff 50%);
    }
    .callout-section {
        max-width: 1364px;
        width: 90%;
        margin: 0 auto;
        text-align: justify;
    }
    .callout-section .callout.teal.size-100,
    .callout-section .callout.green.size-100 {
        box-shadow: 2px 3.5px 11px 0px rgba(0, 0, 0, 0.2);
        height: 500px;
        text-align: left;
        transition: box-shadow .4s;
    }
    .callout-section .callout.teal.size-100 .callout-image,
    .callout-section .callout.green.size-100 .callout-image {
        width: 50%;
        height: 500px;
    }
    .callout-section .callout.teal.size-100 .callout-content,
    .callout-section .callout.green.size-100 .callout-content {
        padding: 25px;
        position: absolute;
        width: 50%;
        height: auto;
        left: 50%;
        top: 50%;
        transform: translate(0, -50%);
    }
    .callout-section .callout.teal.size-100 .callout-content .callout_icon svg,
    .callout-section .callout.green.size-100 .callout-content .callout_icon svg {
        margin: 0 0 30px;
    }
    .callout-section .callout.teal.size-100 .callout-content .callout-headline,
    .callout-section .callout.green.size-100 .callout-content .callout-headline {
        font-size: 2rem;
        margin: 20px 0 28px;
    }
    .callout-section .callout.teal.size-100 .callout-content .callout_icon+.callout-headline,
    .callout-section .callout.green.size-100 .callout-content .callout_icon+.callout-headline {
        margin: 0 0 28px;
    }
    .callout-section .callout.teal.size-100 .callout-content hr,
    .callout-section .callout.green.size-100 .callout-content hr {
        margin: 0 0 30px;
    }
    .callout-section .callout.teal.size-100 .callout-content p,
    .callout-section .callout.green.size-100 .callout-content p {
        margin: 0 0 40px;
    }
    .callout-section .callout.teal.size-33,
    .callout-section .callout.teal.size-50,
    .callout-section .callout.green.size-33,
    .callout-section .callout.green.size-50 {
        vertical-align: top;
        height: 380px;
        width: 32%;
        text-align: center;
    }
    .callout-section .callout.teal.size-33 .callout-overlay,
    .callout-section .callout.teal.size-50 .callout-overlay,
    .callout-section .callout.green.size-33 .callout-overlay,
    .callout-section .callout.green.size-50 .callout-overlay {
        height: 100%;
    }
    .callout-section .callout.teal.size-33 .callout-content,
    .callout-section .callout.teal.size-50 .callout-content,
    .callout-section .callout.green.size-33 .callout-content,
    .callout-section .callout.green.size-50 .callout-content {
        height: 100%;
    }
    .callout-section .callout.teal.size-33 .callout-content .callout-headline svg,
    .callout-section .callout.teal.size-50 .callout-content .callout-headline svg,
    .callout-section .callout.green.size-33 .callout-content .callout-headline svg,
    .callout-section .callout.green.size-50 .callout-content .callout-headline svg {
        display: block;
    }
    .callout-section .callout.teal.size-33 .callout-content .callout-headline,
    .callout-section .callout.teal.size-50 .callout-content .callout-headline,
    .callout-section .callout.green.size-33 .callout-content .callout-headline,
    .callout-section .callout.green.size-50 .callout-content .callout-headline {
        padding: 0 5px;
        font-size: 1.5rem;
    }
    .callout-section .callout.teal.size-33 .callout-hover-box,
    .callout-section .callout.teal.size-50 .callout-hover-box,
    .callout-section .callout.green.size-33 .callout-hover-box,
    .callout-section .callout.green.size-50 .callout-hover-box {
        height: 0;
    }
    .callout-section .callout.teal.size-33 .callout-hover-box p,
    .callout-section .callout.teal.size-50 .callout-hover-box p,
    .callout-section .callout.green.size-33 .callout-hover-box p,
    .callout-section .callout.green.size-50 .callout-hover-box p {
        line-height: 1.5rem;
        padding: 0 10px;
    }
    .callout-section .callout.teal.size-33 .callout-hover-box svg,
    .callout-section .callout.teal.size-50 .callout-hover-box svg,
    .callout-section .callout.green.size-33 .callout-hover-box svg,
    .callout-section .callout.green.size-50 .callout-hover-box svg {
        bottom: -50px;
    }
    .callout-section .callout.teal.size-50,
    .callout-section .callout.green.size-50 {
        height: 450px;
        width: 47%;
    }
    .callout-section .callout.teal.size-50 .callout-hover-box p,
    .callout-section .callout.green.size-50 .callout-hover-box p {
        top: 45%;
        font-size: 1.125rem;
        padding: 0 25px;
    }
    .callout-section .callout.white.size-33,
    .callout-section .callout.white.size-50,
    .callout-section .callout.white.size-100 {
        width: 31%;
        min-height: auto;
    }
    .callout-section .callout.white.size-33 .callout-image,
    .callout-section .callout.white.size-50 .callout-image,
    .callout-section .callout.white.size-100 .callout-image {
        height: 127px;
    }
    .callout-section .callout.white.size-33 .callout-content,
    .callout-section .callout.white.size-50 .callout-content,
    .callout-section .callout.white.size-100 .callout-content {
        height: 460px;
    }
    .callout-section .callout.white.size-33 .callout-content .callout_icon,
    .callout-section .callout.white.size-50 .callout-content .callout_icon,
    .callout-section .callout.white.size-100 .callout-content .callout_icon {
        margin-bottom: 24px;
    }
    .callout-section .callout.white.size-33 .callout-content .callout_icon svg,
    .callout-section .callout.white.size-50 .callout-content .callout_icon svg,
    .callout-section .callout.white.size-100 .callout-content .callout_icon svg {
        width: 70px;
        max-height: 60px;
    }
    .callout-section .callout.white.size-33 .callout-hover-box,
    .callout-section .callout.white.size-50 .callout-hover-box,
    .callout-section .callout.white.size-100 .callout-hover-box {
        padding-left: 27px;
    }
    .callout-section .callout.white.size-33 .callout-image+.callout-content,
    .callout-section .callout.white.size-50 .callout-image+.callout-content,
    .callout-section .callout.white.size-100 .callout-image+.callout-content {
        padding: 16px;
        height: 400px;
    }
    .callout-section .callout.white.size-33 .callout-image+.callout-content+.callout-hover-box,
    .callout-section .callout.white.size-50 .callout-image+.callout-content+.callout-hover-box,
    .callout-section .callout.white.size-100 .callout-image+.callout-content+.callout-hover-box {
        padding-left: 27px;
    }
    .callout-section .callout.white.size-33.has-icon .callout-content,
    .callout-section .callout.white.size-50.has-icon .callout-content,
    .callout-section .callout.white.size-100.has-icon .callout-content {
        height: 395px;
    }
    .callout-section .callout.white.size-50 {
        width: 47%;
    }
    .callout-section .callout.white.size-50 .callout-image {
        height: 220px;
    }
    .callout-section .callout.white.size-50 .callout-content {
        height: 300px;
    }
    .callout-section .callout.white.size-50 .callout-image+.callout-content {
        padding: 32px 32px 24px;
        height: 260px;
    }
    .callout-section .callout.white.size-50.has-icon .callout-content {
        padding: 48px 48px 20px;
        height: 361px;
    }
    .callout-section .callout.white.size-100 {
        width: 80%;
        margin: 32px 10%;
    }
    .callout-section .callout.white.size-100 .callout-image {
        height: 380px;
    }
    .callout-section .callout.white.size-100 .callout-content {
        height: 210px;
    }
    .callout-section .callout.white.size-100 .callout-hover-box {
        padding-left: 43px;
    }
    .callout-section .callout.white.size-100 .callout-image+.callout-content {
        padding: 32px 48px 24px;
        height: 190px;
    }
    .callout-section .callout.white.size-100 .callout-image+.callout-content+.callout-hover-box {
        padding: 0px 40px 32px 43px;
    }
    .callout-section .callout.white.size-100.has-icon .callout-content {
        padding: 48px 80px 20px;
        height: 363px;
    }
    .callout-section .callout.white.size-100.has-icon .callout-content .callout-headline {
        padding: 0;
    }
    .callout-section .callout.teal.size-66,
    .callout-section .callout.green.size-66,
    .callout-section .callout.white.size-66 {
        margin: 32px 0px;
        vertical-align: top;
        height: 350px;
        width: 100%;
    }
    .callout-section .callout.teal.size-66 .callout-image,
    .callout-section .callout.green.size-66 .callout-image,
    .callout-section .callout.white.size-66 .callout-image {
        max-width: 398px;
        height: 100%;
        width: 42%;
        border-radius: 0;
        border-bottom-left-radius: 6px;
        border-top-left-radius: 6px;
    }
    .callout-section .callout.teal.size-66 .callout-content,
    .callout-section .callout.green.size-66 .callout-content,
    .callout-section .callout.white.size-66 .callout-content {
        height: 100%;
        display: inline-block;
        width: 58%;
        position: absolute;
        top: 0;
        right: 0;
        border-radius: 0;
        border-bottom-right-radius: 6px;
        border-top-right-radius: 6px;
        padding: 32px 24px 24px 32px;
    }
    .callout-section .callout.teal.size-66 .callout-content h2,
    .callout-section .callout.green.size-66 .callout-content h2,
    .callout-section .callout.white.size-66 .callout-content h2 {
        margin-bottom: 12px;
    }
    .callout-section .callout.teal.size-66 .callout-content p,
    .callout-section .callout.green.size-66 .callout-content p,
    .callout-section .callout.white.size-66 .callout-content p {
        margin-bottom: 12px;
    }
    .callout-section .quick-links {
        margin: 32px 0;
        display: inline-block;
    }
    .sidebar {
        margin-left: auto;
        margin-right: auto;
        max-width: 70vw;
    }
    .sidebar nav li ul li a {
        display: inline-block;
    }
    .sidebar .block-views-blockarchived-news-block-1,
    .sidebar .brochures-links {
        padding: 32px;
    }
    .featured-article .featured-article-img {
        height: 400px;
    }
    .news-article .bg-img {
        height: 300px;
        max-width: 500px;
    }
    .search-result-wrapper {
        top: auto;
    }
    .search-active .search-result-wrapper {
        margin: 0 auto;
        padding-top: 70px;
    }
    .search-active .search-result-wrapper .close-search-results {
        top: 70px;
    }
    .search-active .search-result-wrapper .search-result-page p {
        margin-left: 15%;
    }
    .search-active .search-result-wrapper #search-results {
        width: 70%;
    }
    .search-active .search-result-wrapper #search-results li a h4 {
        max-width: none;
    }
    .search-active .search-result-wrapper #search-results li a p {
        width: 80%;
    }
    .search-active .search-result-wrapper .controls {
        width: 70%;
    }
    .video-header .heading-container h1 {
        font-size: 5rem;
        line-height: 6rem;
    }
    .video-header .heading-container h5 {
        font-size: 2.125rem;
    }
    .video-header .banner-container {
        height: 442px;
    }
    .search-block-form {
        position: relative;
        top: auto;
        background-color: transparent;
        width: 100vw;
        background-color: #026a72;
    }
    .search-block-form .content>div>ul {
        left: 50%;
        top: 40px;
        width: 100%;
        text-align: center;
        list-style: none;
        transform: translate(-50%);
        max-height: none;
    }
    .search-block-form .content>div>ul li {
        display: inline-block;
        margin: 0 16px;
    }
    .search-block-form .content>div>ul li:first-child {
        margin-left: 0;
    }
    .search-block-form .content>div>ul li:last-child {
        margin-right: 0;
    }
    .search-block-form #search-form {
        margin: 0;
        max-width: none;
        margin-bottom: 0;
        height: 195px;
    }
    .search-block-form #search-form .section-search-bar {
        height: 100%;
    }
    .search-block-form #search-form .section-search-bar div {
        width: 57%;
        position: absolute;
        left: 50%;
        transform: translate(-50%);
        bottom: 40px;
        max-width: 1088px;
    }
    .search-block-form #search-form .section-search-bar div button {
        position: absolute;
        display: block;
        right: 0;
        top: 0;
        z-index: 99;
        height: 34px;
        width: 128px;
        margin-top: 3px;
        margin-right: 3px;
        background-color: #026a72;
        border-radius: 20px;
        color: #fff;
        font-size: 1rem;
        padding-right: 10px;
        border: 0;
        text-align: right;
        cursor: pointer;
        transition: background-color .4s ease;
    }
    .search-block-form.active {
        min-height: inherit;
        padding-top: 0;
    }
    .search-block-form.search-active .content>div>ul {
        max-height: none;
    }
    .cal-wrapper .cal-event-box ul li {
        width: 50%;
    }
    .section-video-callout.show-bg-shadow {
        background-image: linear-gradient(#ededed 60%, #fff 50%);
    }
    .section-video-callout {
        padding: 64px 0 80px;
    }
    .section-video-callout h2 {
        width: auto;
    }
    .section-video-callout .vid-callout-container-link {
        width: 94%;
        max-width: 800px;
        display: block;
        margin: 0 auto;
    }
    .section-video-callout .video-callout-container {
        height: 495px;
        width: 94%;
        max-width: 800px;
    }
    .section-video-callout .video-callout-container .profile-video-callout {
        height: 416px;
    }
    .section-video-callout .video-callout-container .profile-video-callout h6 {
        border-width: 5px;
        padding: 24px;
        font-size: 2.75rem;
    }
    .section-video-callout .video-callout-container .profile-video-callout svg {
        height: 100%;
    }
    .section-video-callout .video-callout-container .video-callout-play {
        height: 79px;
        padding-top: 28px;
    }
    .section-video-callout .video-callout-container .video-callout-play a svg {
        width: 18px;
        top: 2px;
        margin-bottom: 0;
    }
    .section-video-callout .video-callout-container .video-callout-play a span {
        font-size: 1.25rem;
    }
    .section-video-callout .video-callout-links {
        margin-top: 36px;
        width: 98%;
        max-width: 800px;
    }
    .section-video-callout .video-callout-links li {
        margin-bottom: 12px;
        margin-left: 30px;
    }
    .section-video-callout .video-callout-links li a {
        font-size: 1.125rem;
    }
    .section-video-callout .video-callout-links li a svg {
        margin-left: 8px;
    }
    .hcc-login .hcc-access a {
        width: auto;
        overflow: inherit;
        font-size: 1rem;
        height: auto;
        margin-right: 32px;
    }
    #user-login-form {
        width: 550px;
        top: -750px;
    }
    .single-article .bg-img {
        height: 325px;
        width: 65%;
    }
    .next-article {
        background-image: linear-gradient(#fff 50%, #ededed 50%);
    }
    .next-article .btn {
        bottom: -24px;
    }
    .header-atoz {
        height: 330px;
    }
    .a-z-container {
        padding-bottom: 50px;
        padding-top: 48px;
        margin: -80px 48px 0;
    }
    .a-z-container h1 {
        width: 624px;
        margin-bottom: 32px;
        left: 50%;
        transform: translate(-50%);
    }
    .a-z-container h1+p {
        display: block;
        line-height: normal;
        width: 624px;
        font-weight: 700;
        margin-bottom: 16px;
        left: 50%;
        transform: translate(-50%);
    }
    .a-z-row {
        background-color: #fff;
        padding-bottom: 75px;
    }
    .glossary-filter {
        display: table;
    }
    .glossary-filter span a.active {
        background-color: #026a72;
        position: absolute;
        height: 29px;
        top: 0;
        box-shadow: 2px 3.5px 11px 0px rgba(0, 0, 0, 0.2);
        border-bottom-left-radius: 2px;
        border-bottom-right-radius: 2px;
    }
    .glossary-filter span a:focus {
        outline-offset: -4px;
    }
    .glossary-filter-mobile {
        display: none;
    }
    .glossary-result {
        width: 624px;
        margin: 32px 0;
        left: 50%;
        transform: translate(-50%);
    }
    .glossary-result .glossary-item {
        padding: 24px 0 32px;
    }
    .glossary-result .glossary-item .sidebar-contact-email .result-label,
    .glossary-result .glossary-item .sidebar-contact-phone .result-label {
        display: inline-block;
        margin: 0;
        line-height: normal;
        font-weight: 700;
        margin-right: 4px;
    }
    .faculty-overlay {
        height: 250px;
    }
    .header-faculty-staff {
        height: 250px;
    }
    form .form-checkboxes,
    form .js-webform-radios {
        max-width: 650px;
    }
    form .js-form-type-radio,
    form .js-form-type-checkbox {
        max-width: 315px;
    }
    form .js-form-type-radio:nth-of-type(even),
    form .js-form-type-checkbox:nth-of-type(even) {
        margin-left: 10px;
    }
    form textarea {
        max-width: 800px;
    }
    form input {
        max-width: 400px;
    }
    #pForm #procurment-form input[type=submit] {
        display: inline-block;
        min-width: auto;
        width: 205px;
        margin: 24px 0 32px 30px;
    }
    .library-header {
        height: 450px;
    }
    .library-header.small {
        height: 300px;
    }
    .library-header.medium {
        height: 400px;
    }
    .library-header.large .heading-div {
        left: 32px;
        right: 32px;
    }
    #google_translate_element {
        opacity: 0;
        z-index: 100;
    }
    .program-list {
        padding: 0;
        max-width: 575px;
        text-align: left;
    }
    .quick-links.medium {
        margin: 64px auto;
        max-width: 820px;
        padding: 56px 16px 70px 48px;
    }
    .quick-links.medium ul {
        column-count: 2;
    }
    .hcc-alerts,
    .alerts-header {
        padding-left: 88px;
    }
    .hcc-alerts svg,
    .alerts-header svg {
        width: 30px;
        height: 30px;
        top: 45%;
        left: 32px;
        transform: translate(0, -50%);
    }
    .course-list {
        padding: 0 32px;
    }
    .view-documents-public .view-filters div.js-form-item,
    .view-board-docs .view-filters div.js-form-item,
    .view-documents-private .view-filters div.js-form-item {
        text-align: left;
        display: inline-block;
        width: 100%;
    }
    .view-documents-public .view-filters div.js-form-item.form-item-tid,
    .view-board-docs .view-filters div.js-form-item.form-item-tid,
    .view-documents-private .view-filters div.js-form-item.form-item-tid {
        margin-right: 0;
    }
    .no-link-callout-row {
        display: table;
        border-spacing: 24px;
        min-height: 350px;
    }
    .no-link-callout-row .no-link-callout-33,
    .no-link-callout-row .no-link-callout-50,
    .no-link-callout-row .no-link-callout-66,
    .no-link-callout-row .no-link-callout-100 {
        display: table-cell;
        margin: 0;
        padding: 32px;
    }
    .no-link-callout-row .no-link-callout-33 {
        width: 33%;
    }
    .no-link-callout-row .no-link-callout-50 {
        width: 50%;
    }
    .no-link-callout-row .no-link-callout-66 {
        width: 66%;
    }
    .no-link-callout-row .no-link-callout-100 {
        width: 100%;
    }
    .no-link-callout-row .no-link-callout-100.photo {
        height: 450px;
    }
    .no-link-callout-row+.no-link-callout-row {
        margin-top: -74px;
    }
}

@media (min-width:768px) and (min-width:768px) {
    .cal-body table tbody tr td.cal-today .cal-content .cal-fullday-events ul li a {
        color: #3e3e3e;
    }
}

@media (min-width:1024px) {
    .single-article.article-no-sidebar {
        width: calc(100% - 180px);
    }
    h1 {
        font-size: 3rem;
    }
    table {
        border-spacing: 0 8px;
        padding: 96px 80px 50px;
    }
    table thead {
        display: table-header-group;
    }
    table tr+tr td .medium-hr {
        display: none;
    }
    table tbody {
        background-color: rgba(255, 255, 255, 0);
    }
    table tbody tr .medium-hr {
        display: none;
    }
    table tbody tr td .medium-hr {
        display: none;
    }
    table tbody tr {
        display: table-row;
        width: auto;
    }
    table tbody tr td:first-child {
        padding-left: 22px;
        width: auto;
    }
    table tbody tr td {
        display: table-cell;
        float: none;
        padding: 20px 0;
        width: auto;
    }
    table tbody tr td:last-child {
        padding-right: 12px;
    }
    table tbody tr:hover {
        box-shadow: 2px 3.5px 11px 0px rgba(0, 0, 0, 0.2);
    }
    table tbody tr .medium-label {
        display: none;
    }
    table tbody tr td:first-child {
        border-top-left-radius: .25rem;
        border-bottom-left-radius: .25rem;
        padding-left: 22px;
    }
    table tbody tr td:last-child {
        border-top-right-radius: .25rem;
        border-bottom-right-radius: .25rem;
        padding-right: 12px;
    }
    .hcc-lightbox.active .hcc-lightbox-content {
        width: 800px;
        height: 450px;
    }
    .hcc-lightbox .close-video {
        right: 25px;
    }
    .header-image,
    .normal-header,
    .pgnotfound-header {
        margin-top: -50px;
    }
    .header-image.small,
    .normal-header.small,
    .pgnotfound-header.small {
        height: 330px;
    }
    .header-image.medium,
    .normal-header.medium,
    .pgnotfound-header.medium {
        height: 445px;
    }
    .header-image.large,
    .normal-header.large,
    .pgnotfound-header.large {
        height: 646px;
    }
    .header-image.large .heading-div,
    .normal-header.large .heading-div,
    .pgnotfound-header.large .heading-div {
        left: 32px;
        right: 32px;
    }
    .layout-no-sidebars .header-image.large .heading-div,
    .layout-no-sidebars .normal-header.large .heading-div,
    .layout-no-sidebars .pgnotfound-header.large .heading-div {
        width: calc(100% - 180px);
        left: 50%;
        transform: translate(-50%);
        padding: 0 32px;
    }
    .landing-style {
        margin-left: 138px;
    }
    .advancement-page .landing-style {
        max-width: 700px;
        top: 60%;
        left: 50%;
    }
    .single-article-lower {
        min-height: 220px;
    }
    .page-margins table tbody tr:hover,
    .single-article table tbody tr:hover {
        box-shadow: none;
    }
    .site-footer .footer-translate-block {
        padding-left: 40px;
    }
    .site-footer .footer-bottom-block li {
        margin-right: 40px;
    }
    .site-footer .footer-translate-button {
        margin: 0 16px;
    }
    .cal-body table tbody tr td {
        height: 145px;
    }
    .cal-body table tbody tr td .cal-content .cal-daily-events ul li .cal-event-detail,
    .cal-body table tbody tr td .cal-content .cal-fullday-events ul li .cal-event-detail {
        width: 500px;
    }
    .cal-body table tbody tr td.cal-day-expandable .cal-day-show-more {
        padding-top: 5px;
    }
    header #block-mainmenu,
    header #block-hagerstown-williammbrishlibrary,
    header #block-advancement {
        margin-top: 20px;
        overflow: auto;
        background-color: transparent;
        overflow: inherit;
        max-height: none;
        position: absolute;
        left: 50%;
        transform: translate(-50%);
        z-index: 1000;
    }
    header #block-mainmenu .menu-overlay,
    header #block-hagerstown-williammbrishlibrary .menu-overlay,
    header #block-advancement .menu-overlay {
        position: absolute;
        width: 97vw;
        height: 100px;
        max-width: 1635px;
        left: 50%;
        transform: translate(-50%);
        opacity: .95;
        background-color: #fff;
        z-index: 1;
    }
    header #block-mainmenu .menu-overlay.active,
    header #block-hagerstown-williammbrishlibrary .menu-overlay.active,
    header #block-advancement .menu-overlay.active {
        opacity: 1;
    }
    header #block-mainmenu .menu-level-0,
    header #block-hagerstown-williammbrishlibrary .menu-level-0,
    header #block-advancement .menu-level-0 {
        text-align: justify;
        width: 97vw;
        max-width: 1635px;
        margin: 0 auto;
        padding: 0;
        height: 100px;
        box-sizing: border-box;
        background-color: transparent;
        z-index: 2;
        min-height: 0;
        display: table;
    }
    header #block-mainmenu .menu-level-0 .menu-logo,
    header #block-hagerstown-williammbrishlibrary .menu-level-0 .menu-logo,
    header #block-advancement .menu-level-0 .menu-logo {
        width: 110px;
        display: table-cell;
    }
    header #block-mainmenu .menu-level-0 .menu-logo div,
    header #block-hagerstown-williammbrishlibrary .menu-level-0 .menu-logo div,
    header #block-advancement .menu-level-0 .menu-logo div {
        height: 100px;
        width: 100%;
        background-color: #4c7434;
        background-image: url("/Institutions/Hagerstown-Community-College/images/menu-logo.svg");
        background-repeat: no-repeat;
        background-position: center;
        background-size: 65px;
    }
    header #block-mainmenu .menu-level-0 .menu-logo>a,
    header #block-hagerstown-williammbrishlibrary .menu-level-0 .menu-logo>a,
    header #block-advancement .menu-level-0 .menu-logo>a {
        margin-right: 5px;
    }
    header #block-mainmenu .menu-level-0 .menu-item--expanded.hide,
    header #block-hagerstown-williammbrishlibrary .menu-level-0 .menu-item--expanded.hide,
    header #block-advancement .menu-level-0 .menu-item--expanded.hide {
        display: table-cell;
    }
    header #block-mainmenu .menu-level-0 .menu-item--expanded,
    header #block-hagerstown-williammbrishlibrary .menu-level-0 .menu-item--expanded,
    header #block-advancement .menu-level-0 .menu-item--expanded {
        display: table-cell;
        text-align: center;
        vertical-align: top;
        line-height: normal;
    }
    header #block-mainmenu .menu-level-0 .menu-item--expanded a,
    header #block-hagerstown-williammbrishlibrary .menu-level-0 .menu-item--expanded a,
    header #block-advancement .menu-level-0 .menu-item--expanded a {
        background-image: none;
        border: none;
        margin: 2px 0;
        padding: 0 11px;
        height: 100%;
        font-size: 1.0625rem;
        background-color: transparent;
        max-height: 98px;
        line-height: 100px;
    }
    header #block-mainmenu .menu-level-0 .menu-item--expanded a:hover,
    header #block-hagerstown-williammbrishlibrary .menu-level-0 .menu-item--expanded a:hover,
    header #block-advancement .menu-level-0 .menu-item--expanded a:hover {
        background-color: #ededed;
    }
    header #block-mainmenu .menu-level-0 .menu-item--expanded a span,
    header #block-hagerstown-williammbrishlibrary .menu-level-0 .menu-item--expanded a span,
    header #block-advancement .menu-level-0 .menu-item--expanded a span {
        max-width: none;
        line-height: normal;
        display: inline-block;
        vertical-align: middle;
    }
    header #block-mainmenu .menu-level-0 .menu-item--expanded .menu_link_content,
    header #block-hagerstown-williammbrishlibrary .menu-level-0 .menu-item--expanded .menu_link_content,
    header #block-advancement .menu-level-0 .menu-item--expanded .menu_link_content {
        height: 0;
        min-height: 0;
        max-height: none;
        box-sizing: border-box;
        width: calc(97vw - 105px);
        max-width: 1530px;
        position: absolute;
        left: 105px;
        top: 98px;
        font-size: 1rem;
        z-index: 1;
        background-color: #f8f8f8;
        box-shadow: 2px 3.5px 11px 0px rgba(0, 0, 0, 0.2);
        margin-left: 0;
        transition: min-height .4s ease, visibility .4s ease;
    }
    header #block-mainmenu .menu-level-0 .menu-item--expanded .menu_link_content .menu-level-1,
    header #block-hagerstown-williammbrishlibrary .menu-level-0 .menu-item--expanded .menu_link_content .menu-level-1,
    header #block-advancement .menu-level-0 .menu-item--expanded .menu_link_content .menu-level-1 {
        column-count: 3;
        height: 440px;
        width: 75%;
        display: inline-block;
        position: absolute;
        left: 0;
        top: 0;
        padding: 30px 0 15px;
        background-color: transparent;
        visibility: hidden;
    }
    header #block-mainmenu .menu-level-0 .menu-item--expanded .menu_link_content .menu-level-1 li,
    header #block-hagerstown-williammbrishlibrary .menu-level-0 .menu-item--expanded .menu_link_content .menu-level-1 li,
    header #block-advancement .menu-level-0 .menu-item--expanded .menu_link_content .menu-level-1 li {
        padding: 0 5px 3px;
        height: auto;
    }
    header #block-mainmenu .menu-level-0 .menu-item--expanded .menu_link_content .menu-level-1 li a,
    header #block-hagerstown-williammbrishlibrary .menu-level-0 .menu-item--expanded .menu_link_content .menu-level-1 li a,
    header #block-advancement .menu-level-0 .menu-item--expanded .menu_link_content .menu-level-1 li a {
        padding: 5px 30px 1px 5px;
        background-color: transparent;
        display: inline-block;
        max-width: none;
        line-height: normal;
    }
    header #block-mainmenu .menu-level-0 .menu-item--expanded .menu_link_content .menu-level-1 li a:hover,
    header #block-hagerstown-williammbrishlibrary .menu-level-0 .menu-item--expanded .menu_link_content .menu-level-1 li a:hover,
    header #block-advancement .menu-level-0 .menu-item--expanded .menu_link_content .menu-level-1 li a:hover {
        color: #026a72;
        background-image: url("/themes/custom/hagerstown/images/right-arrow-teal.svg");
        background-repeat: no-repeat;
        background-position-x: 100%;
        background-position-y: 50%;
        background-size: 12px;
        border-bottom: 1px solid #026a72;
        padding: 5px 30px 0px 5px;
    }
    header #block-mainmenu .menu-level-0 .menu-item--expanded .menu_link_content .menu-level-1 li.library_contact_mobile,
    header #block-hagerstown-williammbrishlibrary .menu-level-0 .menu-item--expanded .menu_link_content .menu-level-1 li.library_contact_mobile,
    header #block-advancement .menu-level-0 .menu-item--expanded .menu_link_content .menu-level-1 li.library_contact_mobile {
        display: none;
    }
    header #block-mainmenu .menu-level-0 .menu-item--expanded .menu_link_content .menu-level-1 li.library_contact_mobile .sidebar-contact .sidebar-contact-label .library-email,
    header #block-hagerstown-williammbrishlibrary .menu-level-0 .menu-item--expanded .menu_link_content .menu-level-1 li.library_contact_mobile .sidebar-contact .sidebar-contact-label .library-email,
    header #block-advancement .menu-level-0 .menu-item--expanded .menu_link_content .menu-level-1 li.library_contact_mobile .sidebar-contact .sidebar-contact-label .library-email {
        display: inline;
    }
    header #block-mainmenu .menu-level-0 .menu-item--expanded .menu_link_content .menu-level-1 li:first-child,
    header #block-hagerstown-williammbrishlibrary .menu-level-0 .menu-item--expanded .menu_link_content .menu-level-1 li:first-child,
    header #block-advancement .menu-level-0 .menu-item--expanded .menu_link_content .menu-level-1 li:first-child {
        width: 100%;
        display: inline-block;
        margin: 0;
        text-align: center;
        background-color: #fff;
        padding: 0;
        border: 0;
        height: 430px;
        margin-top: -40px;
    }
    header #block-mainmenu .menu-level-0 .menu-item--expanded .menu_link_content .menu-level-1 li:first-child.library_contact,
    header #block-hagerstown-williammbrishlibrary .menu-level-0 .menu-item--expanded .menu_link_content .menu-level-1 li:first-child.library_contact,
    header #block-advancement .menu-level-0 .menu-item--expanded .menu_link_content .menu-level-1 li:first-child.library_contact {
        display: inline-block;
        padding: 40px 24px;
        text-align: left;
        font-size: 1rem;
    }
    header #block-mainmenu .menu-level-0 .menu-item--expanded .menu_link_content .menu-level-1 li:first-child.library_contact .sidebar-contact .contact-left .sidebar-contact-phone a,
    header #block-hagerstown-williammbrishlibrary .menu-level-0 .menu-item--expanded .menu_link_content .menu-level-1 li:first-child.library_contact .sidebar-contact .contact-left .sidebar-contact-phone a,
    header #block-advancement .menu-level-0 .menu-item--expanded .menu_link_content .menu-level-1 li:first-child.library_contact .sidebar-contact .contact-left .sidebar-contact-phone a {
        display: inline;
    }
    header #block-mainmenu .menu-level-0 .menu-item--expanded .menu_link_content .menu-level-1 li:first-child a,
    header #block-hagerstown-williammbrishlibrary .menu-level-0 .menu-item--expanded .menu_link_content .menu-level-1 li:first-child a,
    header #block-advancement .menu-level-0 .menu-item--expanded .menu_link_content .menu-level-1 li:first-child a {
        height: 60%;
        width: 90%;
        margin: 60px auto 0;
        max-height: 145px;
    }
    header #block-mainmenu .menu-level-0 .menu-item--expanded .menu_link_content .menu-level-1 li:first-child a.library-email,
    header #block-hagerstown-williammbrishlibrary .menu-level-0 .menu-item--expanded .menu_link_content .menu-level-1 li:first-child a.library-email,
    header #block-advancement .menu-level-0 .menu-item--expanded .menu_link_content .menu-level-1 li:first-child a.library-email {
        height: auto;
        width: auto;
        margin-left: 5px;
    }
    header #block-mainmenu .menu-level-0 .menu-item--expanded .menu_link_content .menu-level-1 li:first-child.afford-college a,
    header #block-hagerstown-williammbrishlibrary .menu-level-0 .menu-item--expanded .menu_link_content .menu-level-1 li:first-child.afford-college a,
    header #block-advancement .menu-level-0 .menu-item--expanded .menu_link_content .menu-level-1 li:first-child.afford-college a {
        margin-top: 100px;
    }
    header #block-mainmenu .menu-level-0 .menu-item--expanded .menu_link_content .menu-level-1 li:first-child.afford-college a .bg-img .color-overlay .owl-circle,
    header #block-hagerstown-williammbrishlibrary .menu-level-0 .menu-item--expanded .menu_link_content .menu-level-1 li:first-child.afford-college a .bg-img .color-overlay .owl-circle,
    header #block-advancement .menu-level-0 .menu-item--expanded .menu_link_content .menu-level-1 li:first-child.afford-college a .bg-img .color-overlay .owl-circle {
        display: block;
        width: 102px;
        height: 102px;
        background-color: #ededed;
        border: 3px solid #fff;
        border-radius: 50%;
        position: absolute;
        top: 0px;
        box-shadow: 2px 3.5px 11px 0px rgba(0, 0, 0, 0.2);
    }
    header #block-mainmenu .menu-level-0 .menu-item--expanded .menu_link_content .menu-level-1 li:first-child.afford-college a .bg-img .color-overlay div .menu-callout-icon,
    header #block-hagerstown-williammbrishlibrary .menu-level-0 .menu-item--expanded .menu_link_content .menu-level-1 li:first-child.afford-college a .bg-img .color-overlay div .menu-callout-icon,
    header #block-advancement .menu-level-0 .menu-item--expanded .menu_link_content .menu-level-1 li:first-child.afford-college a .bg-img .color-overlay div .menu-callout-icon {
        display: block;
        margin-top: -100px;
        top: -20px;
        width: 75px;
        height: 110px;
        background-image: url("/Institutions/Hagerstown-Community-College/images/owl.svg");
    }
    header #block-mainmenu .menu-level-0 .menu-item--expanded .menu_link_content .menu-unique,
    header #block-hagerstown-williammbrishlibrary .menu-level-0 .menu-item--expanded .menu_link_content .menu-unique,
    header #block-advancement .menu-level-0 .menu-item--expanded .menu_link_content .menu-unique {
        padding: 0;
        width: 25%;
        position: absolute;
        right: 0;
        top: 0;
        height: 70%;
        margin: 35px 0 0;
        border-left: 1px solid #707070;
    }
    header #block-mainmenu .menu-level-0 .menu-item--expanded .menu_link_content .menu-unique li,
    header #block-hagerstown-williammbrishlibrary .menu-level-0 .menu-item--expanded .menu_link_content .menu-unique li,
    header #block-advancement .menu-level-0 .menu-item--expanded .menu_link_content .menu-unique li {
        text-align: left;
        margin-bottom: 16px;
    }
    header #block-mainmenu .menu-level-0 .menu-item--expanded .menu_link_content .menu-unique li a,
    header #block-hagerstown-williammbrishlibrary .menu-level-0 .menu-item--expanded .menu_link_content .menu-unique li a,
    header #block-advancement .menu-level-0 .menu-item--expanded .menu_link_content .menu-unique li a {
        padding: 2px 4px 2px 32px;
        margin-left: 16px;
        display: inline-block;
        background-color: transparent;
        line-height: normal;
        max-height: none;
    }
    header #block-mainmenu .menu-level-0 .menu-item--expanded.active>a,
    header #block-hagerstown-williammbrishlibrary .menu-level-0 .menu-item--expanded.active>a,
    header #block-advancement .menu-level-0 .menu-item--expanded.active>a {
        height: 108px;
        max-height: none;
        margin-top: -1px;
        z-index: 2;
        padding-left: 11px;
        background-image: none;
    }
    header #block-mainmenu .menu-level-0 .menu-item--expanded.active>a:hover,
    header #block-hagerstown-williammbrishlibrary .menu-level-0 .menu-item--expanded.active>a:hover,
    header #block-advancement .menu-level-0 .menu-item--expanded.active>a:hover {
        background-color: #4c7434;
    }
    header #block-mainmenu .menu-level-0 .menu-item--expanded.active>a:focus,
    header #block-hagerstown-williammbrishlibrary .menu-level-0 .menu-item--expanded.active>a:focus,
    header #block-advancement .menu-level-0 .menu-item--expanded.active>a:focus {
        outline-offset: -4px;
        outline-color: #fff;
        outline: none;
    }
    header #block-mainmenu .menu-level-0 .menu-item--expanded.active>a+hr,
    header #block-hagerstown-williammbrishlibrary .menu-level-0 .menu-item--expanded.active>a+hr,
    header #block-advancement .menu-level-0 .menu-item--expanded.active>a+hr {
        display: block;
        z-index: 2;
        width: 34px;
        margin: -15px auto 0;
        border: 1px solid #fff;
        opacity: 1;
    }
    header #block-mainmenu .menu-level-0 .menu-item--expanded.active>.menu_link_content,
    header #block-hagerstown-williammbrishlibrary .menu-level-0 .menu-item--expanded.active>.menu_link_content,
    header #block-advancement .menu-level-0 .menu-item--expanded.active>.menu_link_content {
        min-height: 440px;
        background-image: linear-gradient(to left, #f8f8f8 75.5%, #fff 50%);
    }
    header #block-mainmenu .menu-level-0 .mobile-links,
    header #block-hagerstown-williammbrishlibrary .menu-level-0 .mobile-links,
    header #block-advancement .menu-level-0 .mobile-links {
        display: none;
    }
    header #block-mainmenu .menu-level-0:after,
    header #block-hagerstown-williammbrishlibrary .menu-level-0:after,
    header #block-advancement .menu-level-0:after {
        content: '';
        display: inline-block;
        width: 100%;
    }
    header #block-hagerstown-williammbrishlibrary {
        z-index: 15;
        margin-top: 30px;
    }
    header #block-hagerstown-williammbrishlibrary .menu-level-0 {
        text-align: right;
        display: inline-block;
    }
    header #block-hagerstown-williammbrishlibrary .menu-level-0 .menu-item--expanded {
        max-width: none;
        display: inline-block;
    }
    header #block-hagerstown-williammbrishlibrary .menu-level-0 .menu-item--expanded.hide {
        display: inline-block;
    }
    header #block-hagerstown-williammbrishlibrary .menu-level-0 .menu-item--expanded a {
        padding: 0 16px;
    }
    header #block-hagerstown-williammbrishlibrary .menu-level-0 .menu-item--expanded .menu_link_content .menu-level-1 {
        width: 100%;
        column-count: 1;
        padding-left: 51%;
        text-align: left;
    }
    header #block-hagerstown-williammbrishlibrary .menu-level-0 .menu-item--expanded .menu_link_content .menu-level-1 li {
        min-width: 220px;
        display: inline-block;
    }
    header #block-hagerstown-williammbrishlibrary .menu-level-0 .menu-item--expanded .menu_link_content .menu-level-1 li:first-child {
        height: 0;
        position: absolute;
        left: 0;
        top: 0;
        margin: 0;
        width: 49%;
    }
    header #block-hagerstown-williammbrishlibrary .menu-level-0 .menu-item--expanded.active>a {
        padding-left: 16px;
    }
    header #block-hagerstown-williammbrishlibrary .menu-level-0 .menu-item--expanded.active>.menu_link_content {
        background-image: linear-gradient(to left, #f8f8f8 50.5%, #fff 50%);
        min-height: 475px;
        border-bottom-left-radius: 2px;
        border-bottom-right-radius: 2px;
    }
    header.active #block-mainmenu.quicklink,
    header.active #block-advancement.quicklink {
        top: auto;
    }
    #block-headerlinks,
    #block-advancementheaderlinks {
        display: block;
        position: absolute;
        width: 435px;
        height: 50px;
        bottom: -50px;
        z-index: 100;
    }
    #block-advancementheaderlinks {
        right: 120px;
    }
    #block-headerlinks {
        height: 38px;
        bottom: -23px;
        right: 0;
    }
    #block-headerlinks .employment_link {
        display: none !important;
    }
    #block-headerlinks .header-links,
    #block-advancementheaderlinks .header-links {
        margin: 0 5px 0 0;
        display: inline-block;
        position: absolute;
        right: 0;
        list-style: none;
        z-index: 1;
    }
    #block-headerlinks .header-links li,
    #block-advancementheaderlinks .header-links li {
        margin: 0;
        height: 40px;
    }
    #block-headerlinks .header-links li a,
    #block-advancementheaderlinks .header-links li a {
        padding: 12px 8px;
        height: 100%;
        display: inline-block;
        transition: background-color .4s;
        font-size: .875rem;
    }
    #block-headerlinks .header-links li a:hover,
    #block-advancementheaderlinks .header-links li a:hover {
        background-color: #026a72;
    }
    #block-headerlinks {
        right: 75px;
    }
    #block-hagerstown-quicklinks .menu-level-0 {
        margin-left: 100px;
    }
    #block-hagerstown-quicklinks .menu-level-0 .menu-link-contentquick-links .menu-level-1 {
        margin-left: -100px;
    }
    .hamburger-menu {
        display: none;
    }
    .header-links-container {
        height: 40px;
    }
    .header-links-container .hcc-logo {
        display: none;
    }
    .header-links-container .quick-links-tabs {
        position: static;
    }
    .header-links-container .quick-links-tabs li .quick_links_tab,
    .header-links-container .quick-links-tabs li .maps_tab,
    .header-links-container .quick-links-tabs li .search_tab,
    .header-links-container .quick-links-tabs li .employment_tab,
    .header-links-container .quick-links-tabs li .my-portal {
        height: 40px;
        padding: 12px 8px;
    }
    .header-links-container .quick-links-tabs li .quick_links_tab.active,
    .header-links-container .quick-links-tabs li .maps_tab.active,
    .header-links-container .quick-links-tabs li .search_tab.active {
        border: 0;
        height: 46px;
        padding-top: 20px;
        top: -6px;
    }
    .header-links-container .quick-links-tabs li .quick_links_tab:hover,
    .header-links-container .quick-links-tabs li .maps_tab:hover,
    .header-links-container .quick-links-tabs li .search_tab:hover,
    .header-links-container .quick-links-tabs li .employment_tab:hover,
    .header-links-container .quick-links-tabs li .my-portal:hover {
        background-color: #026a72 !important;
    }
    .header-links-container .quick-links-tabs li .maps_tab {
        left: 0;
    }
    .header-links-container .quick-links-tabs li .search_tab {
        left: 0;
    }
    .header-links-container .quick-links-tabs li:last-child {
        position: absolute;
        right: 20px;
    }
    .advancement-page .header-links-container .quick-links-tabs li:last-child {
        top: 0;
    }
    .header-links-container.library {
        display: block;
    }
    .header-links-container.library .library-home-link {
        margin-left: 32px;
    }
    .header-links-container .node-type-advancement {
        position: absolute;
        right: 200px;
        z-index: 2000;
    }
    .advancement-page .header-links-container {
        text-align: right;
        padding-right: 175px;
    }
    .advancement-page .header-links-container .advancement-home-link {
        left: 0;
        margin-left: 32px;
        display: block;
    }
    .advancement-page #block-advancementheaderlinks {
        width: 165px;
    }
    .advancement-page header #block-advancement .menu-level-0 {
        padding-right: 24px;
    }
    .advancement-page header #block-advancement .menu-level-0 .menu-item--expanded {
        max-width: none;
    }
    .advancement-page header #block-advancement .menu-level-0 .menu-item--expanded:nth-child(3),
    .advancement-page header #block-advancement .menu-level-0 .menu-item--expanded:nth-child(7) {
        max-width: none;
    }
    .advancement-page header #block-advancement .menu-level-0 .menu-item--expanded a {
        padding: 0 5px;
    }
    .statistic-block .stat-image {
        height: 500px;
    }
    .section-flicker-feeds .flick-image-wrapper {
        width: 830px;
    }
    .section-flicker-feeds .link-container {
        width: 830px;
    }
    .callout-section {
        width: 85%;
    }
    .callout-section .callout.teal.size-100 .callout-content,
    .callout-section .callout.green.size-100 .callout-content {
        padding: 35px;
    }
    .callout-section .callout.teal.size-100 .callout-content .callout-headline,
    .callout-section .callout.green.size-100 .callout-content .callout-headline {
        font-size: 2.5rem;
        margin-top: 25px;
    }
    .callout-section .callout.teal.size-33,
    .callout-section .callout.teal.size-50,
    .callout-section .callout.green.size-33,
    .callout-section .callout.green.size-50 {
        width: 31%;
        height: 365px;
    }
    .callout-section .callout.teal.size-33 .callout-content .callout-headline,
    .callout-section .callout.teal.size-50 .callout-content .callout-headline,
    .callout-section .callout.green.size-33 .callout-content .callout-headline,
    .callout-section .callout.green.size-50 .callout-content .callout-headline {
        font-size: 1.75rem;
    }
    .callout-section .callout.teal.size-33 .callout-hover-box p,
    .callout-section .callout.teal.size-50 .callout-hover-box p,
    .callout-section .callout.green.size-33 .callout-hover-box p,
    .callout-section .callout.green.size-50 .callout-hover-box p {
        line-height: 1.75rem;
    }
    .callout-section .callout.teal.size-50,
    .callout-section .callout.green.size-50 {
        height: 450px;
        width: 47%;
    }
    .callout-section .callout.white.size-33 .callout-content,
    .callout-section .callout.white.size-50 .callout-content,
    .callout-section .callout.white.size-100 .callout-content {
        height: 340px;
    }
    .callout-section .callout.white.size-33 .callout-content .callout_icon svg,
    .callout-section .callout.white.size-50 .callout-content .callout_icon svg,
    .callout-section .callout.white.size-100 .callout-content .callout_icon svg {
        width: 80px;
        max-height: 65px;
    }
    .callout-section .callout.white.size-33 .callout-image+.callout-content,
    .callout-section .callout.white.size-50 .callout-image+.callout-content,
    .callout-section .callout.white.size-100 .callout-image+.callout-content {
        padding: 32px 32px 24px;
        height: 375px;
    }
    .callout-section .callout.white.size-33.has-icon .callout-content,
    .callout-section .callout.white.size-50.has-icon .callout-content,
    .callout-section .callout.white.size-100.has-icon .callout-content {
        padding-left: 24px;
        padding-right: 24px;
    }
    .callout-section .callout.white.size-50 .callout-image {
        height: 230px;
    }
    .callout-section .callout.white.size-50 .callout-content {
        height: 260px;
    }
    .callout-section .callout.white.size-50 .callout-image+.callout-content {
        height: 220px;
    }
    .callout-section .callout.white.size-50.has-icon .callout-content {
        padding-left: 64px;
        padding-right: 64px;
    }
    .callout-section .callout.white.size-100 .callout-content {
        height: 200px;
    }
    .callout-section .callout.white.size-100 .callout-image+.callout-content {
        padding: 32px 48px 24px;
        height: 180px;
    }
    .callout-section .callout.white.size-100.has-icon .callout-content {
        padding-left: 112px;
        padding-right: 112px;
    }
    .callout-section .callout.teal.size-66,
    .callout-section .callout.green.size-66,
    .callout-section .callout.white.size-66 {
        width: 67%;
        height: 400px;
    }
    .callout-section .callout.teal.size-66 .callout-content,
    .callout-section .callout.green.size-66 .callout-content,
    .callout-section .callout.white.size-66 .callout-content {
        padding: 24px;
    }
    .callout-section .callout.teal.size-66 .callout-content h2,
    .callout-section .callout.green.size-66 .callout-content h2,
    .callout-section .callout.white.size-66 .callout-content h2 {
        margin-bottom: 20px;
    }
    .callout-section .callout.teal.size-66 .callout-content p,
    .callout-section .callout.green.size-66 .callout-content p,
    .callout-section .callout.white.size-66 .callout-content p {
        margin-bottom: 20px;
    }
    .callout-section .quick-links {
        height: 400px;
        width: 31%;
    }
    .featured-article .featured-article-img {
        height: 500px;
    }
    .video-header {
        margin-top: -50px;
    }
    .video-header .banner-container {
        height: 630px;
    }
    .search-block-form .content>div>ul li {
        margin: 0 48px;
    }
    #user-login-form {
        top: -700px;
    }
    .single-article .bg-img {
        height: 375px;
        width: 55%;
    }
    .programs-table .program-section .program-title {
        width: auto;
        padding-top: 20px;
    }
    .programs-table .program-section .program-cert,
    .programs-table .program-section .program-recognition,
    .programs-table .program-section .program-noncred,
    .programs-table .program-section .program-online {
        text-align: center;
    }
    .programs-table .program-section .program-cert svg,
    .programs-table .program-section .program-recognition svg,
    .programs-table .program-section .program-noncred svg,
    .programs-table .program-section .program-online svg {
        display: inline;
        position: relative;
        transform: none;
    }
    .programs-table .program-section .program-cert .medium-label,
    .programs-table .program-section .program-recognition .medium-label,
    .programs-table .program-section .program-noncred .medium-label,
    .programs-table .program-section .program-online .medium-label {
        display: none;
    }
    .a-z-container h1 {
        width: 780px;
    }
    .a-z-container h1+p {
        width: 780px;
    }
    .glossary-filter {
        height: 30px;
        width: 780px;
    }
    .glossary-filter span {
        width: 30px;
    }
    .glossary-filter span a .glossary-letter {
        height: 30px;
        font-size: .875rem;
    }
    .glossary-filter span a.active {
        height: 34px;
    }
    .glossary-filter span a:focus {
        outline-offset: -6px;
    }
    .glossary-result {
        width: 780px;
    }
    .glossary-result .glossary-item {
        padding: 32px 0 36px;
    }
    .glossary-result .glossary-item .glossary-left {
        display: inline-block;
        width: 55%;
        padding-right: 24px;
    }
    .glossary-result .glossary-item .glossary-left p {
        margin-bottom: 32px;
    }
    .glossary-result .glossary-item .glossary-right {
        display: inline-block;
        width: 44%;
        text-align: right;
        vertical-align: top;
    }
    .glossary-result .glossary-item .glossary-right .sidebar-contact {
        margin: 0;
        text-align: left;
        max-width: 398px;
    }
    .faculty-overlay {
        height: 330px;
    }
    .header-faculty-staff {
        height: 330px;
    }
    .featured-news-section .featured_news_block {
        padding: 50px 10px;
        white-space: normal;
        overflow-x: auto;
    }
    .featured-news-section .featured_news_block .featured_news {
        margin: 0 10px;
        width: 22vw;
    }
    .featured-news-section .featured_news_block .featured_news .news-image-container .news-image {
        height: 125px;
    }
    .featured-news-section .featured_news_block .featured_news .gradient-bg {
        height: 125px;
    }
    .featured-news-section .featured_news_block .featured_news .featured_news_content {
        padding: 25px 10px 15px 20px;
    }
    .featured-news-section .featured_news_block .featured_news .featured_news_content .featured_news_heading {
        font-size: 1rem;
    }
    .featured-news-section .featured_news_block .featured_news .featured_news_content .featured_news_title {
        font-size: 1.25rem;
        line-height: 1.5rem;
        max-height: 3.6em;
        display: block;
        display: -webkit-box;
        -webkit-line-clamp: 3;
        -webkit-box-orient: vertical;
        overflow: hidden;
        text-overflow: ellipsis;
    }
    .featured-news-section .featured_news_block .featured_news .featured_news_content .featured_news_body {
        display: block;
        line-height: 1.25rem;
    }
    .featured-news-section .featured_news_block .featured_news .featured_news_content.animated .featured_news_link {
        bottom: 0px;
    }
    .featured-news-section .featured_news_scroll {
        display: none;
    }
    #block-hagerstown-williammbrishlibrary {
        display: inline-block;
        position: absolute;
        left: 50%;
        transform: translate(-50%);
        top: 32px;
        background-color: #fff;
        max-width: 1635px;
    }
    #block-hagerstown-williammbrishlibrary .overlay {
        display: none;
    }
    #block-hagerstown-williammbrishlibrary .hcc-logo {
        display: none;
    }
    #block-hagerstown-williammbrishlibrary .menu-logo {
        height: 100px;
        width: 110px;
        background-color: #4c7434;
        background-image: url("/themes/custom/hagerstown/images/menu-logo.svg");
        background-repeat: no-repeat;
        background-position: center;
        background-size: 65px;
        display: inline-block;
        position: absolute;
        top: 0;
        left: 0;
        z-index: 12;
    }
    #block-hagerstown-williammbrishlibrary .menu-logo .hcc-logo {
        display: block;
        opacity: 0;
        margin: 0;
        width: 100%;
        height: 100%;
        top: 0;
    }
    #block-hagerstown-williammbrishlibrary .library-mobile-link {
        display: none;
    }
    #block-hagerstown-williammbrishlibrary h1 {
        width: auto;
        font-size: 2.25rem;
        margin-top: 28px;
        color: #3e3e3e;
        position: absolute;
        top: 0;
        left: 110px;
        z-index: 12;
        line-height: 3rem;
    }
    #block-hagerstown-williammbrishlibrary ul {
        display: inline-block;
        position: absolute;
        top: 0;
        right: 0;
        height: 100px;
    }
    #block-hagerstown-williammbrishlibrary ul li {
        display: inline-block;
        height: 100px;
        margin-right: 0;
    }
    #block-hagerstown-williammbrishlibrary ul li a {
        display: inline-block;
        padding: 42px 8px 38px;
        font-size: .9375rem;
    }
    #block-hagerstown-williammbrishlibrary .library_contact {
        display: block;
    }
    #block-hagerstown-williammbrishlibrary .library_contact_mobile {
        display: none;
    }
    header #block-hagerstown-williammbrishlibrary .menu-level-0 .menu-item--expanded .menu_link_content.menu-link-contentlibrary {
        left: 110px;
        width: calc(97vw - 110px);
    }
    .library-search-links {
        display: block;
        background-color: #fff;
        width: 690px;
        height: 46px;
        border-top-left-radius: 4px;
        border-top-right-radius: 4px;
        position: absolute;
        left: 50%;
        top: 225px;
        transform: translate(-50%);
        z-index: 11;
    }
    .library-search-links ul {
        display: block;
        position: relative;
        height: 100%;
        list-style: none;
    }
    .library-search-links ul li {
        height: 100%;
        vertical-align: top;
        margin: 0;
        text-align: center;
        width: 227px;
        display: inline-block;
    }
    .library-search-links ul li a {
        padding: 0;
        height: 100%;
        width: 100%;
        font-weight: 600;
        padding-top: 16px;
        font-size: 1.0625rem;
        display: inline-block;
        text-decoration: none;
    }
    .library-search-dropdown {
        display: none;
    }
    #ebscodiscoverysearch {
        padding: 64px 88px 72px;
        max-width: 866px;
        min-height: auto;
        width: 85%;
        border-radius: 4px;
        box-shadow: 2px 3.5px 11px 0px rgba(0, 0, 0, 0.2);
        position: absolute;
        margin-top: 0;
        left: 50%;
        top: 270px;
        transform: translate(-50%);
    }
    #ebscodiscoverysearch form {
        max-width: none;
    }
    #ebscodiscoverysearch form input[type=submit] {
        position: absolute;
        top: 40px;
        right: 4px;
        float: none;
    }
    #ebscodiscoverysearch form input[type=submit].ebscohost-search-button {
        top: 28px;
    }
    .library-header {
        height: 650px;
        position: relative;
    }
    .library-header.small {
        height: 330px;
    }
    .library-header.medium {
        height: 445px;
    }
    .library-header.medium {
        height: 646px;
    }
    .proc-board .proc-board-bid .bid-number {
        display: table-cell;
    }
    .proc-board .proc-board-bid .bid-rfp-title {
        width: auto;
    }
    .proc-board .proc-board-bid .bid-rfp-title .medium-bid-number {
        display: none;
    }
    .proc-board .proc-board-bid .bid-addendums a {
        font-weight: 700;
    }
    .program-list {
        max-width: 845px;
    }
    .quick-links.medium {
        width: 100%;
    }
    .alert-header .SmartBoard_Table {
        padding: 32px 184px;
    }
    .hcc-alerts,
    .alerts-header {
        padding: 40px;
        padding-left: 200px;
        padding-right: 80px;
    }
    .hcc-alerts svg,
    .alerts-header svg {
        width: 36px;
        height: 36px;
        left: 120px;
    }
    .contact_us .contact-details {
        columns: 2;
    }
    .course-list {
        width: calc(100% - 180px);
        margin: 48px 0;
    }
    .view-documents-public .view-header p,
    .view-board-docs .view-header p,
    .view-documents-private .view-header p {
        padding: 0;
        max-width: 930px;
        margin: 30px auto;
    }
    .view-documents-public .view-filters form,
    .view-board-docs .view-filters form,
    .view-documents-private .view-filters form {
        margin: 50px auto 75px;
        text-align: center;
        max-width: none;
    }
    .view-documents-public .view-filters div.js-form-item,
    .view-board-docs .view-filters div.js-form-item,
    .view-documents-private .view-filters div.js-form-item {
        width: 290px;
        margin-right: 30px;
    }
    .view-documents-public .view-filters .form-actions,
    .view-board-docs .view-filters .form-actions,
    .view-documents-private .view-filters .form-actions {
        max-width: 930px;
        margin: 0 auto;
    }
    .view-documents-public .view-content table,
    .view-board-docs .view-content table,
    .view-documents-private .view-content table {
        padding-top: 16px;
    }
    .view-documents-public .view-content table caption,
    .view-board-docs .view-content table caption,
    .view-documents-private .view-content table caption {
        padding-left: 102px;
    }
    .view-documents-public .view-content table th,
    .view-board-docs .view-content table th,
    .view-documents-private .view-content table th {
        text-align: left;
        border-bottom: 1px solid #3e3e3e;
        padding-left: 12px;
    }
    .view-documents-public .view-content table .cell-label,
    .view-board-docs .view-content table .cell-label,
    .view-documents-private .view-content table .cell-label {
        display: none;
    }
    .view-documents-public .view-content table tbody tr td,
    .view-board-docs .view-content table tbody tr td,
    .view-documents-private .view-content table tbody tr td {
        padding: 20px 12px;
        width: 33%;
        vertical-align: top;
    }
    .view-board-docs .view-content table tbody tr td:first-child {
        width: 50%;
    }
    .view-documents-public .view-content table tbody tr td:first-child {
        width: 70%;
    }
    .view-documents-public .view-content table tbody tr td:last-child {
        width: 30%;
    }
    .view-documents-private .view-content table tbody tr td {
        width: 24%;
    }
    .view-documents-private .view-content table tbody tr td:first-child {
        width: 38%;
    }
    .view-documents-private .view-content table tbody tr td:last-child {
        width: 38%;
    }
    .apply-register p {
        text-align: center;
        font-size: 20px;
        margin: auto;
        padding: 0;
        display: inline-block;
    }
    .apply-register .apply-reg-btn {
        display: inline-block;
        height: 100%;
        width: auto;
        margin: 0 0 0 75px;
        padding: 15px 50px;
    }
    .apply-register .apply-reg-btn:hover {
        background-color: #4c7434;
        transition: .5s;
    }
    .home .callout-section .callout.teal.size-33,
    .home .callout-section .callout.teal.size-50,
    .home .callout-section .callout.green.size-33,
    .home .callout-section .callout.green.size-50 {
        height: 325px;
        margin: 20px auto;
    }
    .callout-section .callout.teal.size-33 .callout-content,
    .callout-section .callout.teal.size-50 .callout-content,
    .callout-section .callout.green.size-33 .callout-content,
    .callout-section .callout.green.size-50 .callout-content {
        padding: 30px;
        height: 100%;
    }
    .home .callout-section .callout.teal.size-33 .callout-content .callout-headline,
    .home .callout-section .callout.teal.size-50 .callout-content .callout-headline,
    .home .callout-section .callout.green.size-33 .callout-content .callout-headline,
    .home .callout-section .callout.green.size-50 .callout-content .callout-headline {
        position: unset;
        transform: none;
        width: unset;
        transition: none;
        text-align: left;
        font-size: 1.5rem;
        display: block;
        border-left: 10px solid white;
        padding-left: 10px;
    }
    .home .callout-section .callout.teal.size-33 .callout-content p,
    .home .callout-section .callout.teal.size-50 .callout-content p,
    .home .callout-section .callout.green.size-33 .callout-content p,
    .home .callout-section .callout.green.size-50 .callout-content p {
        display: block;
        text-align: left;
        padding: 0 15px;
        font-size: 16px;
        margin-top: 20px;
    }
    .home .callout-section .callout.teal.size-33 .callout-content .callout-link,
    .home .callout-section .callout.teal.size-50 .callout-content .callout-link,
    .home .callout-section .callout.green.size-33 .callout-content .callout-link,
    .home .callout-section .callout.green.size-50 .callout-content .callout-link {
        text-align: center;
        padding: 10px;
        border: 2px solid white;
        position: absolute;
        bottom: 10px;
        left: 75px;
        right: 75px;
        transition: .3s;
    }
    .home .callout-section .callout.teal.size-33:hover .callout-content .callout-link,
    .home .callout-section .callout.teal.size-50:hover .callout-content .callout-link,
    .home .callout-section .callout.green.size-33:hover .callout-content .callout-link,
    .home .callout-section .callout.green.size-50:hover .callout-content .callout-link {
        background-color: #4c7434;
        transition: .4s;
    }
    .home .callout-section .callout.teal.size-33 .callout-hover-box p,
    .home .callout-section .callout.teal.size-50 .callout-hover-box p,
    .home .callout-section .callout.green.size-33 .callout-hover-box p,
    .home .callout-section .callout.green.size-50 .callout-hover-box p,
    .home .callout-section .callout.teal.size-33 .callout-hover-box p,
    .home .callout-section .callout.teal.size-50 .callout-hover-box p,
    .home .callout-section .callout.green.size-33 .callout-hover-box p,
    .home .callout-section .callout.green.size-50 .callout-hover-box p,
    .home .callout-section .callout.teal.size-33 .callout-hover-box svg,
    .home .callout-section .callout.teal.size-50 .callout-hover-box svg,
    .home .callout-section .callout.green.size-33 .callout-hover-box svg,
    .home .callout-section .callout.green.size-50 .callout-hover-box svg {
        display: none;
    }
    .home .callout-section .callout.teal.size-33:hover .callout-overlay,
    .home .callout-section .callout.teal.size-50:hover .callout-overlay,
    .home .callout-section .callout.green.size-33:hover .callout-overlay,
    .home .callout-section .callout.green.size-50:hover .callout-overlay {
        height: 100%;
    }
    .home .callout-section .callout.teal.size-33:hover .callout-content,
    .home .callout-section .callout.teal.size-50:hover .callout-content,
    .home .callout-section .callout.green.size-33:hover .callout-content,
    .home .callout-section .callout.green.size-50:hover .callout-content {
        height: 100%;
    }
    .home .callout-section .callout.teal.size-33:hover .callout-content .callout-headline svg,
    .home .callout-section .callout.teal.size-50:hover .callout-content .callout-headline svg,
    .home .callout-section .callout.green.size-33:hover .callout-content .callout-headline svg,
    .home .callout-section .callout.green.size-50:hover .callout-content .callout-headline svg {
        display: none;
    }
    .home .callout-section .callout.teal.size-33:hover .callout-hover-box,
    .home .callout-section .callout.teal.size-50:hover .callout-hover-box,
    .home .callout-section .callout.green.size-33:hover .callout-hover-box,
    .home .callout-section .callout.green.size-50:hover .callout-hover-box {
        display: none;
    }
    .home .callout-section .callout.teal.size-33:hover .callout-hover-box svg,
    .home .callout-section .callout.teal.size-50:hover .callout-hover-box svg,
    .home .callout-section .callout.green.size-33:hover .callout-hover-box svg,
    .home .callout-section .callout.green.size-50:hover .callout-hover-box svg {
        display: none;
    }
    .home .callout-section .callout.teal.size-33 .callout-content .callout-link,
    .home .callout-section .callout.teal.size-50 .callout-content .callout-link,
    .home .callout-section .callout.green.size-33 .callout-content .callout-link,
    .home .callout-section .callout.green.size-50 .callout-content .callout-link {
        left: 30px;
        right: 30px;
    }
    .site-footer__bottom {
        display: block;
        background-color: #313131;
        color: white;
        padding: 15px 140px;
    }
    .site-footer__bottom a {
        text-decoration: none;
        color: white;
    }
    .site-footer__bottom p {
        margin: auto;
        line-height: 1rem;
    }
    .site-footer__bottom #footer_copyright {
        display: inline-block;
        width: 24%;
        text-align: left;
    }
    .site-footer__bottom .footer-bottom-block {
        display: inline-block;
        text-align: center;
        width: 57%;
    }
    .site-footer__bottom ul {
        list-style-type: none;
    }
    .site-footer__bottom .footer-bottom-block .navbar-nav li {
        display: inline-block;
        padding: 0 10px;
        border-right: 2px solid white;
    }
    .site-footer__bottom .footer-bottom-block .navbar-nav li:last-child {
        border-right: none;
    }
    .site-footer__bottom .footer-translate-block {
        max-width: 65px;
        position: absolute;
        right: 0;
        bottom: 20%;
    }
}

@media (min-width:1250px) {
    .page-margins.side-nav {
        margin: 32px 0;
        margin-left: 128px;
        width: 47vw;
        text-align: left;
    }
    .single-article {
        margin-top: -150px;
        padding: 48px 128px 24px 48px;
        margin-left: 80px;
        width: 60vw;
        min-height: 155px;
    }
    .single-article.single-article-large {
        margin-top: -214px;
        min-height: 220px;
    }
    .single-article.article-no-sidebar {
        margin-top: -150px;
        min-height: 155px;
        padding: 48px;
    }
    .single-article.article-no-sidebar.single-article-large {
        margin-top: -214px;
        min-height: 220px;
    }
    .hcc-lightbox.active .hcc-lightbox-content {
        width: 950px;
        height: 500px;
    }
    .hcc-lightbox .close-video {
        width: 70px;
        top: 75px;
        right: 50px;
        font-size: 1.25rem;
    }
    .header-image .landing-style,
    .normal-header .landing-style,
    .pgnotfound-header .landing-style {
        bottom: 215px;
    }
    .header-image.small,
    .normal-header.small,
    .pgnotfound-header.small {
        height: 330px;
    }
    .header-image.medium,
    .normal-header.medium,
    .pgnotfound-header.medium {
        height: 550px;
    }
    .header-image.large,
    .normal-header.large,
    .pgnotfound-header.large {
        height: 830px;
    }
    .header-image.large .heading-div,
    .normal-header.large .heading-div,
    .pgnotfound-header.large .heading-div {
        bottom: 215px;
        left: 80px;
        right: auto;
        width: 60vw;
        padding-left: 48px;
        padding-right: 128px;
    }
    .layout-no-sidebars .header-image.large .heading-div,
    .layout-no-sidebars .normal-header.large .heading-div,
    .layout-no-sidebars .pgnotfound-header.large .heading-div {
        padding: 0 48px;
    }
    .landing-style {
        bottom: 215px;
        max-width: 850px;
    }
    .featured-news-section .featured_news_block .featured_news {
        max-width: 350px;
    }
    .featured-news-section .featured_news_block .featured_news .news-image-container .news-image {
        height: 147px;
    }
    .featured-news-section .featured_news_block .featured_news .gradient-bg {
        height: 147px;
    }
    .featured-news-section .featured_news_block .featured_news .featured_news_content {
        padding: 24px 15px 20px;
    }
    .featured-news-section .featured_news_block .featured_news .featured_news_content .featured_news_heading {
        font-size: 1.25rem;
    }
    .featured-news-section .featured_news_block .featured_news .featured_news_content.animated .featured_news_link {
        bottom: 15px;
    }
    .advancement-page .landing-style {
        max-width: 850px;
        bottom: 0;
        top: 65%;
        left: 50%;
    }
    .sidebar-present .landing-style {
        margin-left: 125px;
        max-width: 700px;
    }
    .single-article-small-banner {
        margin-top: -50px;
    }
    .site-footer {
        padding-left: 50px;
        padding-right: 50px;
    }
    .site-footer .btn {
        margin: 32px auto 56px;
        width: 260px;
    }
    .site-footer .btn:nth-child(2) {
        margin: auto 48px;
    }
    .site-footer .footer-location-block,
    .site-footer .footer-quick-links-block,
    .site-footer .footer-translate-block,
    .site-footer .footer-bottom-block {
        padding-left: 0;
        margin-left: 0;
    }
    .site-footer .footer-location-block svg {
        left: 5px;
    }
    .site-footer .footer-location-block p,
    .site-footer .footer-location-block a {
        line-height: 2rem;
        margin: 0 0 0 40px;
		color: #fff;
    }
    .site-footer .footer-location-block {
        width: 23%;
    }
    .site-footer .footer-quick-links-block {
        width: 49%;
        left: -25%;
    }
    .site-footer .footer-social-block {
        padding-left: 15px;
    }
    .site-footer .footer-social-block ul {
        text-align: right;
    }
    .site-footer .footer-social-block li {
        margin-right: 5px;
    }
    .site-footer .footer-social-block {
        width: 28%;
        left: 50%;
    }
    .site-footer .footer-translate-block,
    .site-footer .footer-bottom-block {
        display: inline-block;
        position: absolute;
    }
    .site-footer .footer-translate-block {
        width: 100px;
        left: 1020px;
        text-align: right;
    }
    .site-footer .footer-bottom-block {
        width: 70%;
        left: 300px;
    }
    .site-footer .footer-translate-button {
        margin: 0 32px;
    }
    .site-footer .footer-translate-button:last-child {
        margin-bottom: 0;
    }
    .cal-body h1 {
        width: 90%;
        max-width: 1815px;
    }
    .cal-body .cal-header {
        width: 90%;
    }
    .cal-body table {
        width: 90%;
    }
    .cal-body table tbody tr td {
        height: 170px;
    }
    .cal-body table tbody tr td .cal-content .cal-day-number {
        margin-bottom: 10px;
    }
    .cal-body table tbody tr td .cal-content .cal-daily-events ul li,
    .cal-body table tbody tr td .cal-content .cal-fullday-events ul li {
        margin-bottom: 9px;
    }
    .cal-body table tbody tr td .cal-content .cal-daily-events ul li svg,
    .cal-body table tbody tr td .cal-content .cal-fullday-events ul li svg {
        top: 4px;
    }
    .cal-body table tbody tr td .cal-content .cal-daily-events ul li a,
    .cal-body table tbody tr td .cal-content .cal-fullday-events ul li a {
        top: 1px;
    }
    .cal-body table tbody tr td .cal-content .cal-daily-events ul li .cal-event-detail,
    .cal-body table tbody tr td .cal-content .cal-fullday-events ul li .cal-event-detail {
        left: 25%;
        width: 575px;
    }
    .cal-body table tbody tr td .cal-content .cal-fullday-events ul li {
        margin-bottom: 7px;
    }
    .cal-body table tbody tr td:last-child .cal-content .cal-daily-events ul li .cal-event-detail,
    .cal-body table tbody tr td:last-child .cal-content .cal-fullday-events ul li .cal-event-detail,
    .cal-body table tbody tr td:nth-child(6) .cal-content .cal-daily-events ul li .cal-event-detail,
    .cal-body table tbody tr td:nth-child(6) .cal-content .cal-fullday-events ul li .cal-event-detail,
    .cal-body table tbody tr td:nth-child(5) .cal-content .cal-daily-events ul li .cal-event-detail,
    .cal-body table tbody tr td:nth-child(5) .cal-content .cal-fullday-events ul li .cal-event-detail {
        right: 50%;
    }
    .cal-body table tbody tr td.cal-day-expandable .cal-day-show-more {
        font-size: 1rem;
    }
    .cal-body table tbody tr td.cal-day-expandable.cal-day-expand .cal-content {
        padding-bottom: 27px;
    }
    .cal-body .cal-subscribe {
        width: 90%;
    }
    .cal-body.cal_page {
        margin: -200px auto 48px;
    }
    .home-intro.side-nav {
        width: 47vw;
        margin: 32px 0;
        margin-left: 128px;
    }
    .link-section {
        padding: 80px 0;
    }
    .link-section a {
        padding: 28px 0 28px 30px;
        width: 57%;
    }
    .link-section.side-nav {
        width: 47vw;
        margin-left: 128px;
        text-align: left;
        max-width: 1364px;
        padding: 64px 0;
    }
    .link-section.side-nav a {
        width: auto;
        text-align: left;
        padding: 28px 30px;
    }
    header #block-mainmenu .menu-overlay,
    header #block-hagerstown-williammbrishlibrary .menu-overlay,
    header #block-advancement .menu-overlay {
        width: 88vw;
        max-width: 1415px;
    }
    header #block-mainmenu .menu-level-0,
    header #block-hagerstown-williammbrishlibrary .menu-level-0,
    header #block-advancement .menu-level-0 {
        width: 88vw;
        max-width: 1415px;
    }
    header #block-mainmenu .menu-level-0 .menu-item--expanded a,
    header #block-hagerstown-williammbrishlibrary .menu-level-0 .menu-item--expanded a,
    header #block-advancement .menu-level-0 .menu-item--expanded a {
        padding: 0 16px;
    }
    header #block-mainmenu .menu-level-0 .menu-item--expanded .menu_link_content,
    header #block-hagerstown-williammbrishlibrary .menu-level-0 .menu-item--expanded .menu_link_content,
    header #block-advancement .menu-level-0 .menu-item--expanded .menu_link_content {
        width: calc(88vw - 105px);
        max-width: 1310px;
    }
    header #block-mainmenu .menu-level-0 .menu-item--expanded .menu_link_content .menu-level-1,
    header #block-hagerstown-williammbrishlibrary .menu-level-0 .menu-item--expanded .menu_link_content .menu-level-1,
    header #block-advancement .menu-level-0 .menu-item--expanded .menu_link_content .menu-level-1 {
        height: 450px;
    }
    header #block-mainmenu .menu-level-0 .menu-item--expanded .menu_link_content .menu-level-1 li,
    header #block-hagerstown-williammbrishlibrary .menu-level-0 .menu-item--expanded .menu_link_content .menu-level-1 li,
    header #block-advancement .menu-level-0 .menu-item--expanded .menu_link_content .menu-level-1 li {
        margin-bottom: 4px;
        padding: 0 10px 3px;
    }
    header #block-mainmenu .menu-level-0 .menu-item--expanded .menu_link_content .menu-level-1 li:first-child,
    header #block-hagerstown-williammbrishlibrary .menu-level-0 .menu-item--expanded .menu_link_content .menu-level-1 li:first-child,
    header #block-advancement .menu-level-0 .menu-item--expanded .menu_link_content .menu-level-1 li:first-child {
        height: 440px;
    }
    header #block-mainmenu .menu-level-0 .menu-item--expanded .menu_link_content .menu-level-1 li:first-child.library_contact .sidebar-contact,
    header #block-hagerstown-williammbrishlibrary .menu-level-0 .menu-item--expanded .menu_link_content .menu-level-1 li:first-child.library_contact .sidebar-contact,
    header #block-advancement .menu-level-0 .menu-item--expanded .menu_link_content .menu-level-1 li:first-child.library_contact .sidebar-contact {
        text-align: justify;
        max-width: 550px;
    }
    header #block-mainmenu .menu-level-0 .menu-item--expanded .menu_link_content .menu-level-1 li:first-child.library_contact .sidebar-contact .contact-left,
    header #block-mainmenu .menu-level-0 .menu-item--expanded .menu_link_content .menu-level-1 li:first-child.library_contact .sidebar-contact .contact-right,
    header #block-hagerstown-williammbrishlibrary .menu-level-0 .menu-item--expanded .menu_link_content .menu-level-1 li:first-child.library_contact .sidebar-contact .contact-left,
    header #block-hagerstown-williammbrishlibrary .menu-level-0 .menu-item--expanded .menu_link_content .menu-level-1 li:first-child.library_contact .sidebar-contact .contact-right,
    header #block-advancement .menu-level-0 .menu-item--expanded .menu_link_content .menu-level-1 li:first-child.library_contact .sidebar-contact .contact-left,
    header #block-advancement .menu-level-0 .menu-item--expanded .menu_link_content .menu-level-1 li:first-child.library_contact .sidebar-contact .contact-right {
        display: inline-block;
        vertical-align: top;
        text-align: left;
    }
    header #block-mainmenu .menu-level-0 .menu-item--expanded .menu_link_content .menu-level-1 li:first-child.library_contact .sidebar-contact .contact-left,
    header #block-hagerstown-williammbrishlibrary .menu-level-0 .menu-item--expanded .menu_link_content .menu-level-1 li:first-child.library_contact .sidebar-contact .contact-left,
    header #block-advancement .menu-level-0 .menu-item--expanded .menu_link_content .menu-level-1 li:first-child.library_contact .sidebar-contact .contact-left {
        margin-bottom: 0;
    }
    header #block-mainmenu .menu-level-0 .menu-item--expanded .menu_link_content .menu-level-1 li:first-child a,
    header #block-hagerstown-williammbrishlibrary .menu-level-0 .menu-item--expanded .menu_link_content .menu-level-1 li:first-child a,
    header #block-advancement .menu-level-0 .menu-item--expanded .menu_link_content .menu-level-1 li:first-child a {
        width: 86%;
        max-height: 160px;
    }
    header #block-mainmenu .menu-level-0 .menu-item--expanded.active>a,
    header #block-hagerstown-williammbrishlibrary .menu-level-0 .menu-item--expanded.active>a,
    header #block-advancement .menu-level-0 .menu-item--expanded.active>a {
        padding-left: 16px;
    }
    header #block-mainmenu .menu-level-0 .menu-item--expanded.active>a:focus,
    header #block-hagerstown-williammbrishlibrary .menu-level-0 .menu-item--expanded.active>a:focus,
    header #block-advancement .menu-level-0 .menu-item--expanded.active>a:focus {
        outline-offset: -6px;
    }
    header #block-mainmenu .menu-level-0 .menu-item--expanded.active>a+hr,
    header #block-hagerstown-williammbrishlibrary .menu-level-0 .menu-item--expanded.active>a+hr,
    header #block-advancement .menu-level-0 .menu-item--expanded.active>a+hr {
        margin: -25px auto 0;
    }
    header #block-mainmenu .menu-level-0 .menu-item--expanded.active>.menu_link_content,
    header #block-hagerstown-williammbrishlibrary .menu-level-0 .menu-item--expanded.active>.menu_link_content,
    header #block-advancement .menu-level-0 .menu-item--expanded.active>.menu_link_content {
        min-height: 450px;
    }
    header #block-hagerstown-williammbrishlibrary .menu-level-0 .menu-item--expanded {
        max-width: none;
    }
    header #block-hagerstown-williammbrishlibrary .menu-level-0 .menu-item--expanded a {
        padding: 0 25px;
    }
    header #block-hagerstown-williammbrishlibrary .menu-level-0 .menu-item--expanded .menu_link_content .menu-level-1 li:first-child {
        height: 0;
    }
    header #block-hagerstown-williammbrishlibrary .menu-level-0 .menu-item--expanded.active>a {
        padding-left: 25px;
    }
    header #block-hagerstown-williammbrishlibrary .menu-level-0 .menu-item--expanded.active>.menu_link_content {
        min-height: 350px;
    }
    #block-headerlinks,
    #block-advancementheaderlinks {
        width: 775px;
    }
    #block-advancementheaderlinks .header-links {
        margin-right: 35px;
    }
    #block-headerlinks .header-links li a,
    #block-advancementheaderlinks .header-links li a {
        padding: 12px 8px;
        font-size: .875rem;
    }
    #block-headerlinks {
        right: 105px;
    }
    #block-headerlinks .header-links {
        margin-right: 5px;
    }
    #block-hagerstown-quicklinks .menu-level-0 {
        margin-left: 130px;
    }
    #block-hagerstown-quicklinks .menu-level-0 .menu-link-contentquick-links .menu-level-1 {
        margin-left: -130px;
    }
    #block-hagerstown-quicklinks .menu-level-0 .view-mode-hcc-menu-maps-location .menu-level-1 .menu-item a {
        height: 262px;
        width: 288px;
        margin: 25px auto;
    }
    .header-links-container .quick-links-tabs {
        margin-left: 35px;
    }
    .header-links-container .quick-links-tabs li .quick_links_tab,
    .header-links-container .quick-links-tabs li .maps_tab,
    .header-links-container .quick-links-tabs li .search_tab,
    .header-links-container .quick-links-tabs li .employment_tab,
    .header-links-container .quick-links-tabs li .my-portal {
        padding: 12px 25px;
    }
    .header-links-container.library .library-home-link {
        margin-left: 64px;
    }
    .advancement-page .header-links-container {
        padding-right: 200px;
    }
    .advancement-page .header-links-container .advancement-home-link {
        margin-left: 64px;
    }
    .advancement-page #block-advancementheaderlinks {
        width: 250px;
    }
    .advancement-page header #block-advancement .menu-level-0 {
        padding-right: 32px;
    }
    .advancement-page header #block-advancement .menu-level-0 .menu-item--expanded {
        max-width: none;
    }
    .advancement-page header #block-advancement .menu-level-0 .menu-item--expanded:nth-child(3),
    .advancement-page header #block-advancement .menu-level-0 .menu-item--expanded:nth-child(7) {
        max-width: none;
    }
    .advancement-page header #block-advancement .menu-level-0 .menu-item--expanded a {
        padding: 0 16px;
    }
    .statistic-block.side-nav {
        width: 52vw;
        max-width: 1364px;
        margin-left: 80px;
        padding-left: 48px;
    }
    .statistic-block.side-nav .statistic-block-content {
        width: 100%;
        margin: 0;
    }
    .statistic-block.side-nav .statistic-block-content .stat-block-square {
        width: 23%;
    }
    .statistic-block.side-nav .statistic-block-content .stat-block-square .stat-num {
        font-size: 2rem;
    }
    .statistic-block.side-nav .statistic-block-content .stat-block-square p {
        width: 90%;
        font-size: .9375rem;
    }
    .statistic-block.side-nav.no-bg-img {
        background-color: transparent;
        margin-top: 0;
        padding-top: 0;
        padding-bottom: 48px;
        margin: 40px 0 0;
        margin-left: 80px;
        padding-left: 48px;
    }
    .statistic-block.side-nav.no-bg-img .statistic-block-content {
        width: 100%;
        margin: 0;
        box-shadow: 2px 3.5px 11px 0px rgba(0, 0, 0, 0.2);
    }
    .statistic-block.side-nav.no-bg-img .statistic-block-content .stat-block-square {
        width: 23%;
    }
    .statistic-block.side-nav.no-bg-img .statistic-block-content .stat-block-square .stat-num {
        font-size: 2rem;
    }
    .maps {
        width: 288px;
        height: 262px;
        display: inline-block;
        margin: 48px 0 48px 64px;
    }
    .maps img {
        width: 100%;
        height: 130px;
        position: relative;
        border-top-left-radius: 6px;
    }
    .maps .map-image {
        width: 100%;
        height: 130px;
        position: relative;
        border-top-left-radius: 6px;
    }
    .maps .map-address li {
        max-width: none;
    }
    .maps .map-address .map-location {
        margin: 20px 0 0;
    }
    .section-flicker-feeds {
        background-image: linear-gradient(#ededed 75%, #fff 50%);
    }
    .section-flicker-feeds .flick-image-wrapper {
        width: 1150px;
    }
    .section-flicker-feeds .flick-image-wrapper .flickr-image {
        width: 180px;
        height: 180px;
    }
    .section-flicker-feeds .link-container {
        width: 1150px;
    }
    .callout-container.side-nav {
        width: calc(60vw - 112px);
        margin-left: 80px;
        padding-left: 42px;
    }
    .callout-container.side-nav.show-bg-shadow {
        background-image: none;
    }
    .callout-container.side-nav .callout-section {
        width: 100%;
        text-align: left;
        padding: 24px 0;
    }
    .callout-container.side-nav .callout-section .callout.teal.size-100,
    .callout-container.side-nav .callout-section .callout.green.size-100 {
        margin: 20px 6px;
    }
    .callout-container.side-nav .callout-section .callout.teal.size-100 .callout-content,
    .callout-container.side-nav .callout-section .callout.green.size-100 .callout-content {
        padding: 45px;
    }
    .callout-container.side-nav .callout-section .callout.teal.size-100:hover .callout-content .callout-link svg,
    .callout-container.side-nav .callout-section .callout.green.size-100:hover .callout-content .callout-link svg {
        margin: 0 0 0 25px;
    }
    .callout-container.side-nav .callout-section .callout.white.size-100 {
        width: 47vw;
        max-width: 1364px;
        margin: 20px 6px;
    }
    .callout-container.side-nav .callout-section {
        width: 100%;
    }
    .callout-container.side-nav .callout-section .callout.teal.size-33,
    .callout-container.side-nav .callout-section .callout.teal.size-50,
    .callout-container.side-nav .callout-section .callout.green.size-33,
    .callout-container.side-nav .callout-section .callout.green.size-50,
    .callout-container.side-nav .callout-section .callout.white.size-33,
    .callout-container.side-nav .callout-section .callout.white.size-50 {
        margin: 20px 6px;
    }
    .callout-container.side-nav .callout-section .callout.teal.size-33,
    .callout-container.side-nav .callout-section .callout.green.size-33,
    .callout-container.side-nav .callout-section .callout.white.size-33 {
        height: 400px;
    }
    .callout-container.side-nav .callout-section .callout.teal.size-33 .callout-content .callout-headline,
    .callout-container.side-nav .callout-section .callout.green.size-33 .callout-content .callout-headline,
    .callout-container.side-nav .callout-section .callout.white.size-33 .callout-content .callout-headline {
        font-size: 1.5vw;
    }
    .callout-container.side-nav .callout-section .callout.teal.size-33 .callout-hover-box p,
    .callout-container.side-nav .callout-section .callout.green.size-33 .callout-hover-box p,
    .callout-container.side-nav .callout-section .callout.white.size-33 .callout-hover-box p {
        line-height: 1.25rem;
    }
    .callout-container.side-nav .callout-section .callout.white.size-33 {
        height: auto;
    }
    .callout-container.side-nav .callout-section .callout.teal.size-100 .callout-content,
    .callout-container.side-nav .callout-section .callout.green.size-100 .callout-content {
        padding: 45px 25px;
    }
    .callout-container.side-nav .callout-section .callout.teal.size-100:hover .callout-content .callout-link svg,
    .callout-container.side-nav .callout-section .callout.green.size-100:hover .callout-content .callout-link svg {
        margin: 0 0 0 5px;
    }
    .callout-section {
        width: 80%;
        text-align: center;
        padding: 48px 0 16px;
    }
    .callout-section .callout.teal.size-100 .callout-content,
    .callout-section .callout.green.size-100 .callout-content {
        padding: 45px;
    }
    .callout-section .callout.teal.size-100 .callout-content .callout-headline,
    .callout-section .callout.green.size-100 .callout-content .callout-headline {
        font-size: 2.875rem;
        margin-top: 35px;
    }
    .callout-section .callout.teal.size-33,
    .callout-section .callout.teal.size-50,
    .callout-section .callout.green.size-33,
    .callout-section .callout.green.size-50 {
        width: 30%;
        height: 350px;
        margin: 20px 15px;
    }
    .callout-section .callout.teal.size-50,
    .callout-section .callout.green.size-50 {
        height: 450px;
        width: 46%;
    }
    .callout-section .callout.white.size-33,
    .callout-section .callout.white.size-50,
    .callout-section .callout.white.size-100 {
        margin: 20px 10px;
    }
    .callout-section .callout.white.size-33 .callout-image,
    .callout-section .callout.white.size-50 .callout-image,
    .callout-section .callout.white.size-100 .callout-image {
        height: 167px;
    }
    .callout-section .callout.white.size-33 .callout-content,
    .callout-section .callout.white.size-50 .callout-content,
    .callout-section .callout.white.size-100 .callout-content {
        padding: 64px 48px 48px 48px;
        height: 340px;
    }
    .callout-section .callout.white.size-33 .callout-content .callout_icon,
    .callout-section .callout.white.size-50 .callout-content .callout_icon,
    .callout-section .callout.white.size-100 .callout-content .callout_icon {
        margin-bottom: 32px;
    }
    .callout-section .callout.white.size-33 .callout-content .callout_icon svg,
    .callout-section .callout.white.size-50 .callout-content .callout_icon svg,
    .callout-section .callout.white.size-100 .callout-content .callout_icon svg {
        width: 100px;
        max-height: 80px;
    }
    .callout-section .callout.white.size-33 .callout-hover-box,
    .callout-section .callout.white.size-50 .callout-hover-box,
    .callout-section .callout.white.size-100 .callout-hover-box {
        padding-left: 43px;
    }
    .callout-section .callout.white.size-33 .callout-image+.callout-content,
    .callout-section .callout.white.size-50 .callout-image+.callout-content,
    .callout-section .callout.white.size-100 .callout-image+.callout-content {
        height: 325px;
        padding: 24px;
    }
    .callout-section .callout.white.size-33.has-icon .callout-content,
    .callout-section .callout.white.size-50.has-icon .callout-content,
    .callout-section .callout.white.size-100.has-icon .callout-content {
        padding-left: 36px;
        padding-right: 36px;
    }
    .callout-section .callout.white.size-50 .callout-image {
        height: 270px;
    }
    .callout-section .callout.white.size-50 .callout-content {
        height: 250px;
    }
    .callout-section .callout.white.size-50 .callout-image+.callout-content {
        height: 210px;
    }
    .callout-section .callout.white.size-100 .callout-image {
        height: 416px;
    }
    .callout-section .callout.white.size-100 .callout-content {
        height: 195px;
    }
    .callout-section .callout.white.size-100 .callout-image+.callout-content {
        height: 144px;
    }
    .callout-section .callout.white.size-100 .callout-image+.callout-content+.callout-hover-box {
        padding-left: 20px;
    }
    .callout-section .callout.white.size-100.has-icon .callout-content {
        padding-left: 176px;
        padding-right: 176px;
    }
    .callout-section .callout.teal.size-66,
    .callout-section .callout.green.size-66,
    .callout-section .callout.white.size-66 {
        width: 66%;
        height: 350px;
        margin: 20px 0;
    }
    .callout-section .callout.teal.size-66 .callout-content,
    .callout-section .callout.green.size-66 .callout-content,
    .callout-section .callout.white.size-66 .callout-content {
        padding: 20px 30px;
    }
    .callout-section .quick-links {
        height: 350px;
        width: 29%;
        margin: 20px 10px;
        min-height: 350px;
    }
    .callout-section .quick-links.medium {
        width: 63%;
        margin: 20px 10px;
        min-height: 350px;
    }
    .sidebar-page {
        text-align: center;
    }
    .sidebar {
        display: block;
        float: right;
        margin: 0;
        margin-top: 100px;
        margin-right: 4vw;
        padding: 0 16px;
        max-height: 100%;
        width: 34vw;
    }
    .sidebar nav .sub_menu_parent {
        color: #f8f8f8;
        background-color: #4c7434;
        margin-bottom: 16px;
    }
    .sidebar nav .sub_menu_parent.green {
        background-color: #4c7434;
    }
    .sidebar nav .sub_menu_parent.teal {
        background-color: #026a72;
    }
    .sidebar nav .nav-dropdown-heading {
        display: none;
    }
    .sidebar nav .sub_menu_parent {
        border-top-left-radius: 4px;
        border-top-right-radius: 4px;
        font-weight: 700;
        padding: 16px 32px;
        text-transform: uppercase;
    }
    .sidebar nav .sub_menu_parent a {
        color: #f8f8f8;
    }
    .sidebar nav li {
        padding: 0 32px;
    }
    .sidebar nav li ul li a {
        display: block;
    }
    .sidebar .hcc_sidebar_contact,
    .sidebar .global_social,
    .sidebar .sidebar-testimonial,
    .sidebar .sidebar-contact-section {
        padding: 0 32px;
    }
    .views-infinite-scroll-content-wrapper h3 {
        margin: auto 128px;
    }
    .featured-article-wrapper {
        margin-top: -150px;
        padding: 48px 128px 48px 48px;
        margin-left: 80px;
        min-height: 750px;
        width: 60vw;
    }
    .view-filters select {
        width: 47vw;
    }
    .view-filters {
        padding: 16px 40px;
    }
    .featured-article .featured-article-img {
        height: 300px;
    }
    .featured-article-hr-wrapper,
    .article-hr-wrapper {
        background-color: rgba(0, 0, 0, 0);
        padding: 32px 0;
        max-width: 1400px;
    }
    .featured-article-hr-wrapper {
        background-color: rgba(0, 0, 0, 0);
    }
    .featured-article-hr-wrapper hr {
        display: block;
    }
    .article-hr {
        margin: auto 128px;
        max-width: 1337px;
    }
    .news-article {
        background-color: #fff;
        margin: auto 128px;
        padding-left: 0;
        padding-right: 0;
        padding-bottom: 0;
        max-width: 1337px;
    }
    .news-article .bg-img {
        display: inline-block;
        margin-right: 36px;
        height: 208px;
        width: 240px;
    }
    .news-article .article-text-content {
        display: inline-block;
        width: 50%;
        vertical-align: top;
        max-width: 535px;
    }
    .news-article.archived-detail-list {
        max-width: 48%;
    }
    .news-article.archived-detail-list+.article-hr-wrapper .article-hr {
        max-width: 48%;
    }
    .news-article.archived-detail-list+.article-hr-wrapper+.pager {
        max-width: 48%;
    }
    .archived-detail-yr {
        padding-top: 32px;
    }
    .pager {
        text-align: right;
        margin-left: 128px;
        margin-right: 128px;
        max-width: 1337px;
    }
    .sidebar-page .content,
    .sidebar-page .views-content,
    .sidebar-page .views-element-container,
    .sidebar-page .a-z-container {
        text-align: left;
    }
    .video-header .heading-container h1 {
        font-size: 6rem;
        line-height: 8rem;
    }
    .video-header .heading-container h5 {
        font-size: 3.125rem;
    }
    .video-header .banner-container {
        height: 780px;
    }
    .cal-wrapper .cal-featured .cal-featured-events .past-events-link,
    .cal-wrapper .cal-featured .cal-featured-events .future-events-link {
        width: 280px;
        height: 100px;
        text-align: center;
        background-color: #026a72;
        color: #fff;
    }
    .cal-wrapper .cal-featured .cal-featured-events .future-events-link {
        display: inline-block;
    }
    .cal-wrapper .cal-event-box {
        overflow-x: initial;
        padding-bottom: 50px;
        top: auto;
        width: 90%;
        margin: 0 auto;
    }
    .cal-wrapper .cal-event-box ul {
        padding: 50px 5% 0;
    }
    .cal-wrapper .cal-event-box ul li {
        margin-top: -107px;
        width: 25%;
    }
    .cal-wrapper .cal-event-box ul li:nth-child(4n) {
        margin-right: 10%;
    }
    .featured-events-scroll-text {
        display: none;
    }
    .section-video-callout {
        padding: 80px 0 100px;
    }
    .section-video-callout h2 {
        margin-bottom: 0;
    }
    .section-video-callout .vid-callout-container-link {
        text-decoration: none;
        width: 1088px;
        max-width: none;
    }
    .section-video-callout .video-callout-container {
        height: 648px;
        width: 1088px;
        max-width: none;
        text-align: left;
    }
    .section-video-callout .video-callout-container .profile-video-callout {
        height: 600px;
    }
    .section-video-callout .video-callout-container .profile-video-callout h6 {
        border-width: 8px;
        padding: 32px;
        font-size: 5rem;
    }
    .section-video-callout .video-callout-container .video-callout-play {
        height: auto;
        padding: 18px;
    }
    .section-video-callout .video-callout-container .video-callout-play a svg {
        width: 16px;
        top: 4px;
    }
    .section-video-callout .video-callout-container .video-callout-play a span {
        font-size: .75rem;
    }
    .section-video-callout .video-callout-links {
        width: 1088px;
        max-width: none;
    }
    .section-video-callout .video-callout-links li {
        vertical-align: top;
        display: inline-block;
        margin-right: 82px;
        margin-left: 0;
        padding-right: 50px;
        width: 19%;
    }
    .section-video-callout.side-nav.show-bg-shadow {
        width: 100%;
    }
    .section-video-callout.side-nav {
        width: calc(60vw - 112px);
        height: auto;
        padding-top: 0;
        padding-bottom: 32px;
        margin-left: 80px;
    }
    .section-video-callout.side-nav .vid-callout-container-link {
        width: auto;
        max-width: none;
        margin: 0;
    }
    .section-video-callout.side-nav .video-callout-container {
        max-width: 1364px;
        width: 47vw;
        height: 100%;
        margin: 0;
        margin-left: 48px;
    }
    .section-video-callout.side-nav .video-callout-container .profile-video-callout {
        height: 32vw;
        max-height: 750px;
        border-radius: 6px;
    }
    .section-video-callout.side-nav .video-callout-links {
        width: 47vw;
        text-align: left;
        max-width: 1088px;
        display: table;
        padding-left: 0;
        margin: 24px 48px;
    }
    .section-video-callout.side-nav .video-callout-links li {
        padding-right: 30px;
        display: table-cell;
    }
    .hcc-login {
        padding-right: 140px;
        padding-left: 140px;
    }
    .hcc-login .hcc-access a {
        margin-right: 48px;
    }
    .single-article .bg-img {
        width: 100%;
        height: 425px;
    }
    .a-z-container {
        margin: -80px 64px 0;
    }
    .a-z-container h1 {
        width: 1040px;
        margin-bottom: 48px;
    }
    .a-z-container h1+p {
        width: 1040px;
    }
    .a-z-container .no-results {
        font-size: 1.25rem;
    }
    .glossary-filter {
        height: 40px;
        width: 1040px;
    }
    .glossary-filter span {
        width: 40px;
    }
    .glossary-filter span a .glossary-letter {
        height: 40px;
        font-size: 1rem;
    }
    .glossary-filter span a.active {
        height: 44px;
    }
    .glossary-filter span a:focus {
        outline-offset: -8px;
    }
    .glossary-result {
        width: 1040px;
    }
    .glossary-result .glossary-item .glossary-left {
        width: 60%;
    }
    .glossary-result .glossary-item h3.alt>svg {
        margin-bottom: 7px;
        width: 12px;
    }
    .glossary-result .glossary-item h3 svg {
        width: 20px;
        height: 20px;
    }
    .glossary-result .glossary-item .glossary-right {
        width: 39%;
    }
    .glossary-result .glossary-item .glossary-right .sidebar-contact {
        width: 398px;
        display: inline-block;
        padding-bottom: 48px;
    }
    #pForm #procurment-form .button--reset {
        margin-left: 8px;
    }
    #block-hagerstown-williammbrishlibrary h1 {
        font-size: 2.5rem;
        margin-left: 32px;
        width: calc(50% - 90px);
        border-right: 1px solid #cbcbcb;
    }
    #block-hagerstown-williammbrishlibrary ul li a {
        padding-left: 16px;
        padding-right: 16px;
    }
    header #block-hagerstown-williammbrishlibrary .menu-level-0 .menu-item--expanded .menu_link_content.menu-link-contentlibrary {
        width: calc(88vw - 110px);
        max-width: 1305px;
    }
    .library-search-links {
        top: 285px;
    }
    #ebscodiscoverysearch {
        top: 330px;
    }
    .library-header {
        height: 750px;
    }
    .library-header.medium {
        height: 550px;
    }
    .library-header.large .heading-div {
        bottom: 215px;
        left: 80px;
        right: auto;
        width: 60vw;
        padding-left: 48px;
        padding-right: 128px;
    }
    .program-list.side-nav {
        margin: 24px 0 32px;
        margin-left: 128px;
        width: calc(60vw - 112px);
        max-width: none;
    }
    .program-list.side-nav h3 {
        max-width: 845px;
    }
    .program-list.side-nav ul {
        max-width: 845px;
    }
    .quick-links {
        margin: 50px 20px;
        display: inline-block;
        vertical-align: top;
        min-height: 350px;
    }
    .quick-links.medium {
        margin: 50px 20px;
        display: inline-block;
        vertical-align: top;
        min-height: 350px;
    }
    .quick-links.side-nav {
        display: block;
        margin: 48px 80px 48px 128px;
        width: 47vw;
    }
    .sidebar-page .single-article .quick-links {
        margin: 64px auto;
    }
    .contact_us .contact-details {
        columns: 3;
    }
    .course-list {
        margin: 48px 80px;
        padding: 0 48px;
        width: 60vw;
    }
    .view-documents-public .view-header p,
    .view-board-docs .view-header p,
    .view-documents-private .view-header p {
        max-width: 1000px;
    }
    .view-documents-public .view-filters form,
    .view-board-docs .view-filters form,
    .view-documents-private .view-filters form {
        margin-bottom: 100px;
    }
    .view-documents-public .view-filters div.js-form-item,
    .view-board-docs .view-filters div.js-form-item,
    .view-documents-private .view-filters div.js-form-item {
        width: 30%;
        margin-right: 4%;
    }
    .view-documents-public .view-filters div.js-form-item select,
    .view-board-docs .view-filters div.js-form-item select,
    .view-documents-private .view-filters div.js-form-item select {
        width: 100%;
    }
    .view-documents-public .view-filters .form-actions,
    .view-board-docs .view-filters .form-actions,
    .view-documents-private .view-filters .form-actions {
        max-width: 98%;
    }
    .view-documents-public .view-content table,
    .view-board-docs .view-content table,
    .view-documents-private .view-content table {
        padding-top: 16px;
    }
    .view-documents-public .pager,
    .view-board-docs .pager,
    .view-documents-private .pager {
        text-align: center;
        max-width: none;
    }
    .no-link-callout-row {
        max-width: calc(100% - 270px);
    }
    .no-link-callout-row.side-nav {
        width: calc(60vw - 112px);
        margin-left: 104px;
    }
    .single-article+.no-link-callout-row.side-nav {
        margin-top: 0;
    }
    .home .callout-section .callout.teal.size-33,
    .home .callout-section .callout.teal.size-50,
    .home .callout-section .callout.green.size-33,
    .home .callout-section .callout.green.size-50 {
        height: 325px;
        margin: 20px 15px;
    }
    .home .callout-section .callout.teal.size-33 .callout-content p,
    .home .callout-section .callout.teal.size-50 .callout-content p,
    .home .callout-section .callout.green.size-33 .callout-content p,
    .home .callout-section .callout.green.size-50 .callout-content p {
        display: block;
        text-align: left;
        padding: 0 20px;
        font-size: 20px;
        margin-top: 30px;
    }
}

@media (min-width:1250px) and (min-width:1250px) {
    .page-margins.side-nav img[data-align="center"] {
        margin: 0 auto;
        display: block;
    }
}

@media (min-width:1250px) and (min-width:1920px) {
    .sidebar nav .sub_menu_parent {
        padding: 16px 60px;
    }
}

@media (min-width:1920px) {
    .page-margins {
        margin: 64px auto;
    }
    .page-margins.side-nav {
        margin: 48px 0;
        margin-left: 128px;
    }
    .single-article {
        width: 70vw;
    }
    .single-article.article-no-sidebar {
        padding: 48px 137px 64px;
        width: 1640px;
    }
    table {
        border-spacing: 0 8px;
        padding: 50px 280px;
    }
    .header-links-container .quick-links-tabs li:last-child {
        right: 35px;
    }
    .hcc-lightbox.active .hcc-lightbox-content {
        width: 1250px;
        height: 650px;
    }
    .hcc-lightbox .close-video {
        width: 90px;
        top: 200px;
        right: 150px;
        font-size: 1.5rem;
    }
    .header-image .landing-style,
    .normal-header .landing-style,
    .pgnotfound-header .landing-style {
        left: 50%;
        padding: 0 64px;
    }
    .header-image.small,
    .normal-header.small,
    .pgnotfound-header.small {
        height: 330px;
    }
    .header-image.medium,
    .normal-header.medium,
    .pgnotfound-header.medium {
        height: 646px;
    }
    .header-image.large,
    .normal-header.large,
    .pgnotfound-header.large {
        height: 1011px;
    }
    .header-image.large .heading-div,
    .normal-header.large .heading-div,
    .pgnotfound-header.large .heading-div {
        width: 70vw;
    }
    .layout-no-sidebars .header-image.large .heading-div,
    .layout-no-sidebars .normal-header.large .heading-div,
    .layout-no-sidebars .pgnotfound-header.large .heading-div {
        width: 1640px;
        padding: 0 137px;
    }
    .landing-style {
        margin: 0 auto;
        max-width: 1640px;
        padding: 0;
        left: 50%;
        transform: translate(-50%);
        width: 100%;
    }
    .featured-news-section .featured_news_block .featured_news {
        width: 398px;
        max-width: auto;
        height: 546.5px;
    }
    .featured-news-section .featured_news_block .featured_news .news-image-container .news-image {
        height: 187px;
    }
    .featured-news-section .featured_news_block .featured_news .gradient-bg {
        height: 187px;
    }
    .featured-news-section .featured_news_block .featured_news .featured_news_content {
        height: 65.5%;
        padding: 32px 30px 50px 40px;
    }
    .featured-news-section .featured_news_block .featured_news .featured_news_content .featured_news_heading {
        font-size: 1.4rem;
    }
    .featured-news-section .featured_news_block .featured_news .featured_news_content .featured_news_title {
        font-size: 1.7rem;
        line-height: 2rem;
    }
    .featured-news-section .featured_news_block .featured_news .featured_news_content .featured_news_body {
        display: block;
        line-height: 1.5rem;
        margin-top: 400px;
        transition: margin-top .6s ease-in;
    }
    .featured-news-section .featured_news_block .featured_news .featured_news_content .featured_news_link p {
        font-size: 1.125rem;
    }
    .featured-news-section .featured_news_block .featured_news .featured_news_content.animated .featured_news_link {
        bottom: 50px;
    }
    .advancement-page .landing-style {
        max-width: 1200px;
    }
    .sidebar-present .landing-style {
        padding-left: 150px;
        left: 0;
        transform: none;
        margin-left: 64px;
        max-width: 1250px;
    }
    .site-footer {
        padding-left: 140px;
        padding-right: 140px;
    }
    .cal-body h1 {
        width: 85%;
    }
    .cal-body .cal-header {
        max-width: 1815px;
        width: 85%;
    }
    .cal-body table {
        max-width: 1815px;
        width: 85%;
    }
    .cal-body table tbody tr td {
        min-width: 250px;
        width: 250px;
        height: 200px;
    }
    .cal-body table tbody tr td .cal-content .cal-daily-events ul,
    .cal-body table tbody tr td .cal-content .cal-fullday-events ul {
        max-width: 240px;
    }
    .cal-body table tbody tr td .cal-content .cal-daily-events ul li,
    .cal-body table tbody tr td .cal-content .cal-fullday-events ul li {
        margin-bottom: 10px;
    }
    .cal-body table tbody tr td .cal-content .cal-daily-events ul li .cal-event-detail,
    .cal-body table tbody tr td .cal-content .cal-fullday-events ul li .cal-event-detail {
        width: 625px;
        left: 50%;
    }
    .cal-body table tbody tr td .cal-content .cal-daily-events ul li {
        margin-bottom: 20px;
    }
    .cal-body table tbody tr td .cal-content .cal-fullday-events ul {
        max-width: 242px;
    }
    .cal-body table tbody tr td .cal-content .cal-fullday-events ul li {
        margin-bottom: 17px;
    }
    .cal-body table tbody tr td:last-child .cal-content .cal-daily-events ul li .cal-event-detail,
    .cal-body table tbody tr td:last-child .cal-content .cal-fullday-events ul li .cal-event-detail,
    .cal-body table tbody tr td:nth-child(6) .cal-content .cal-daily-events ul li .cal-event-detail,
    .cal-body table tbody tr td:nth-child(6) .cal-content .cal-fullday-events ul li .cal-event-detail,
    .cal-body table tbody tr td:nth-child(5) .cal-content .cal-daily-events ul li .cal-event-detail,
    .cal-body table tbody tr td:nth-child(5) .cal-content .cal-fullday-events ul li .cal-event-detail {
        right: 75%;
    }
    .cal-body table tbody tr td.cal-day-expandable .cal-day-show-more {
        font-size: 1.25rem;
    }
    .cal-body .cal-subscribe {
        max-width: 1815px;
        width: 85%;
    }
    .home-intro {
        padding: 50px 0 100px;
    }
    .home-intro h2 {
        margin-bottom: 20px;
    }
    .home-intro p {
        width: 65%;
        margin-bottom: 48px;
    }
    .home-intro.side-nav {
        max-width: 1364px;
    }
    header #block-mainmenu .menu-overlay,
    header #block-hagerstown-williammbrishlibrary .menu-overlay,
    header #block-advancement .menu-overlay {
        width: 86vw;
        max-width: 1635px;
    }
    header #block-mainmenu .menu-level-0,
    header #block-hagerstown-williammbrishlibrary .menu-level-0,
    header #block-advancement .menu-level-0 {
        width: 86vw;
        max-width: 1635px;
    }
    header #block-mainmenu .menu-level-0 .menu-item--expanded,
    header #block-hagerstown-williammbrishlibrary .menu-level-0 .menu-item--expanded,
    header #block-advancement .menu-level-0 .menu-item--expanded {
        line-height: 1.5rem;
    }
    header #block-mainmenu .menu-level-0 .menu-item--expanded a,
    header #block-hagerstown-williammbrishlibrary .menu-level-0 .menu-item--expanded a,
    header #block-advancement .menu-level-0 .menu-item--expanded a {
        padding: 0 50px;
		  display : flex;
  align-items : center;
    }
    header #block-mainmenu .menu-level-0 .menu-item--expanded .menu_link_content,
    header #block-hagerstown-williammbrishlibrary .menu-level-0 .menu-item--expanded .menu_link_content,
    header #block-advancement .menu-level-0 .menu-item--expanded .menu_link_content {
        width: calc(86vw - 105px);
        max-width: 1530px;
    }
    header #block-mainmenu .menu-level-0 .menu-item--expanded .menu_link_content .menu-level-1,
    header #block-hagerstown-williammbrishlibrary .menu-level-0 .menu-item--expanded .menu_link_content .menu-level-1,
    header #block-advancement .menu-level-0 .menu-item--expanded .menu_link_content .menu-level-1 {
        height: 440px;
    }
    header #block-mainmenu .menu-level-0 .menu-item--expanded .menu_link_content .menu-level-1 li,
    header #block-hagerstown-williammbrishlibrary .menu-level-0 .menu-item--expanded .menu_link_content .menu-level-1 li,
    header #block-advancement .menu-level-0 .menu-item--expanded .menu_link_content .menu-level-1 li {
        padding: 0 30px 3px;
    }
    header #block-mainmenu .menu-level-0 .menu-item--expanded .menu_link_content .menu-level-1 li:first-child,
    header #block-hagerstown-williammbrishlibrary .menu-level-0 .menu-item--expanded .menu_link_content .menu-level-1 li:first-child,
    header #block-advancement .menu-level-0 .menu-item--expanded .menu_link_content .menu-level-1 li:first-child {
        height: 425px;
    }
    header #block-mainmenu .menu-level-0 .menu-item--expanded .menu_link_content .menu-level-1 li:first-child.library_contact,
    header #block-hagerstown-williammbrishlibrary .menu-level-0 .menu-item--expanded .menu_link_content .menu-level-1 li:first-child.library_contact,
    header #block-advancement .menu-level-0 .menu-item--expanded .menu_link_content .menu-level-1 li:first-child.library_contact {
        padding: 40px 48px;
    }
    header #block-mainmenu .menu-level-0 .menu-item--expanded .menu_link_content .menu-level-1 li:first-child a,
    header #block-hagerstown-williammbrishlibrary .menu-level-0 .menu-item--expanded .menu_link_content .menu-level-1 li:first-child a,
    header #block-advancement .menu-level-0 .menu-item--expanded .menu_link_content .menu-level-1 li:first-child a {
        width: 82%;
        max-height: 189px;
    }
    header #block-mainmenu .menu-level-0 .menu-item--expanded.active>a,
    header #block-hagerstown-williammbrishlibrary .menu-level-0 .menu-item--expanded.active>a,
    header #block-advancement .menu-level-0 .menu-item--expanded.active>a {
        padding-left: 50px;
    }
    header #block-mainmenu .menu-level-0 .menu-item--expanded.active>a:focus,
    header #block-hagerstown-williammbrishlibrary .menu-level-0 .menu-item--expanded.active>a:focus,
    header #block-advancement .menu-level-0 .menu-item--expanded.active>a:focus {
        outline-offset: -12px;
    }
    header #block-mainmenu .menu-level-0 .menu-item--expanded.active>.menu_link_content,
    header #block-hagerstown-williammbrishlibrary .menu-level-0 .menu-item--expanded.active>.menu_link_content,
    header #block-advancement .menu-level-0 .menu-item--expanded.active>.menu_link_content {
        min-height: 440px;
    }
    header #block-hagerstown-williammbrishlibrary .menu-level-0 .menu-item--expanded {
        max-width: none;
    }
    header #block-hagerstown-williammbrishlibrary .menu-level-0 .menu-item--expanded a {
        padding: 0 50px;
    }
    header #block-hagerstown-williammbrishlibrary .menu-level-0 .menu-item--expanded .menu_link_content .menu-level-1 {
        padding-left: 53%;
    }
    header #block-hagerstown-williammbrishlibrary .menu-level-0 .menu-item--expanded .menu_link_content .menu-level-1 li {
        min-width: 250px;
    }
    header #block-hagerstown-williammbrishlibrary .menu-level-0 .menu-item--expanded .menu_link_content .menu-level-1 li:first-child {
        height: 0;
    }
    header #block-hagerstown-williammbrishlibrary .menu-level-0 .menu-item--expanded.active>a {
        padding-left: 50px;
    }
    header #block-hagerstown-williammbrishlibrary .menu-level-0 .menu-item--expanded.active>.menu_link_content {
        min-height: 350px;
    }
    #block-headerlinks,
    #block-advancementheaderlinks {
        width: 1200px;
    }
    #block-advancementheaderlinks .header-links {
        margin-right: 120px;
    }
    #block-headerlinks .header-links li a,
    #block-advancementheaderlinks .header-links li a {
        padding: 12px 8px;
        font-size: .875rem;
    }
    #block-headerlinks {
        width: 1000px;
        right: 130px;
    }
    #block-headerlinks .header-links {
        margin-right: 5px;
    }
    #block-hagerstown-quicklinks .menu-level-0 .menu-link-contentquick-links .menu-level-1 .menu-item {
        width: 15.75%;
    }
    #block-hagerstown-quicklinks .menu-level-0 .menu-link-contentquick-links .menu-level-1 .menu-item:first-child {
        width: 20%;
    }
    #block-hagerstown-quicklinks .menu-level-0 .menu-link-contentquick-links .menu-level-1 .menu-item.download-campus-link {
        width: 20%;
        min-height: 320px;
        display: inline-block;
        margin: 0 32px 0 0;
        max-width: 350px;
    }
    #block-hagerstown-quicklinks .menu-level-0 .menu-link-contentquick-links .menu-level-1 .menu-item.download-campus-link a svg {
        margin-bottom: 7px;
    }
    #block-hagerstown-quicklinks .menu-level-0 .view-mode-hcc-menu-maps-location .menu-level-1 {
        text-align: left;
    }
    #block-hagerstown-quicklinks .menu-level-0 .view-mode-hcc-menu-maps-location .menu-level-1 .menu-item {
        width: auto;
        height: 100%;
        margin: 0 32px;
        background-color: #f8f8f8;
        border-radius: 0;
        box-shadow: none;
        display: inline-block;
        max-width: 288px;
    }
    #block-hagerstown-quicklinks .menu-level-0 .view-mode-hcc-menu-maps-location .menu-level-1 .menu-item:first-child a {
        padding: 150px 25px 0;
        height: 100%;
        white-space: normal;
        max-width: 380px;
        margin: 0 32px 0 0;
    }
    #block-hagerstown-quicklinks .menu-level-0 .view-mode-hcc-menu-maps-location .menu-level-1 .menu-item:first-child a span {
        display: inline-block;
        width: 143px;
        padding-right: 0 !important;
        text-align: left;
        background-position-x: 90%;
        transition: background-position-x .4s;
    }
    #block-hagerstown-quicklinks .menu-level-0 .view-mode-hcc-menu-maps-location .menu-level-1 .menu-item.hcc-location {
        margin: 0 32px;
    }
    #block-hagerstown-quicklinks .menu-level-0 .view-mode-hcc-menu-maps-location .menu-level-1 .menu-item.hcc-contact {
        white-space: normal;
        background-color: #ededed;
        margin: 0;
        width: 400px;
        max-width: 400px;
        min-height: 320px;
        float: right;
        padding: 0 10px;
        margin-left: 32px;
    }
    #block-hagerstown-quicklinks .menu-level-0 .view-mode-hcc-menu-maps-location .menu-level-1 .menu-item.hcc-contact div {
        position: absolute;
        top: 50%;
        left: 0;
        transform: translate(0, -50%);
        width: 100%;
        padding-right: 15px;
    }
    #block-hagerstown-quicklinks .menu-level-0 .view-mode-hcc-menu-maps-location .menu-level-1 .menu-item.hcc-contact div span {
        margin-left: 56px;
    }
    #block-hagerstown-quicklinks .menu-level-0 .view-mode-hcc-menu-maps-location .menu-level-1 .menu-item.hcc-contact div span:first-child {
        margin: 0 0 2px 56px;
    }
    #block-hagerstown-quicklinks .menu-level-0 .view-mode-hcc-menu-maps-location .menu-level-1 .menu-item.hcc-contact div a {
        margin-left: 56px;
    }
    #block-hagerstown-quicklinks .menu-level-0 .view-mode-hcc-menu-maps-location .menu-level-1 .menu-item.hcc-contact div a span:first-child {
        margin: 0;
    }
    #block-hagerstown-quicklinks .menu-level-0 .view-mode-hcc-menu-maps-location .menu-level-1.active {
        padding-bottom: 0;
    }
    .header-links-container.library .library-home-link {
        margin-left: 140px;
    }
    .header-links-container .node-type-advancement {
        right: 375px;
    }
    .advancement-page .header-links-container {
        padding-right: 275px;
    }
    .advancement-page .header-links-container .advancement-home-link {
        margin-left: 140px;
    }
    .advancement-page #block-advancementheaderlinks {
        width: 275px;
    }
    .advancement-page header #block-advancement .menu-level-0 {
        padding-right: 48px;
    }
    .advancement-page header #block-advancement .menu-level-0 .menu-item--expanded {
        max-width: none;
    }
    .advancement-page header #block-advancement .menu-level-0 .menu-item--expanded:nth-child(3),
    .advancement-page header #block-advancement .menu-level-0 .menu-item--expanded:nth-child(7) {
        max-width: none;
    }
    .advancement-page header #block-advancement .menu-level-0 .menu-item--expanded a {
        padding: 0 50px;
    }
    .statistic-block img {
        height: 897px;
    }
    .statistic-block .stat-image {
        height: 897px;
    }
    .statistic-block .statistic-block-content {
        min-height: 385px;
        width: 85%;
        margin-top: -300px;
    }
    .statistic-block .statistic-block-content hr {
        margin: 0 auto 55px;
    }
    .statistic-block .statistic-block-content .stat-block-square .stat-num {
        font-size: 3.25rem;
    }
    .statistic-block .statistic-block-content .stat-block-square p {
        width: 65%;
        line-height: 2rem;
        font-size: 1.25rem;
    }
    .statistic-block.side-nav {
        text-align: center;
    }
    .statistic-block.side-nav .statistic-block-content .stat-block-square .stat-num {
        font-size: 3.25rem;
    }
    .statistic-block.side-nav .statistic-block-content .stat-block-square p {
        width: 65%;
        font-size: 1.25rem;
    }
    .statistic-block.side-nav.no-bg-img .statistic-block-content .stat-block-square .stat-num {
        font-size: 3.25rem;
    }
    .no-bg-img .statistic-block-content {
        margin-top: 0;
    }
    .section-flicker-feeds .flick-image-wrapper {
        width: 1230px;
    }
    .section-flicker-feeds .flick-image-wrapper .flickr-image {
        width: 195px;
        height: 195px;
    }
    .section-flicker-feeds .link-container {
        width: 1230px;
    }
    .callout-container.side-nav {
        width: calc(70vw - 128px);
        padding-left: 38px;
    }
    .callout-container.side-nav .callout-section {
        margin: 0;
    }
    .callout-container.side-nav .callout-section .callout.teal.size-100,
    .callout-container.side-nav .callout-section .callout.green.size-100 {
        margin: 20px 10px;
    }
    .callout-container.side-nav .callout-section .callout.white.size-100 {
        margin: 20px 10px;
    }
    .callout-container.side-nav .callout-section .callout.teal.size-33,
    .callout-container.side-nav .callout-section .callout.teal.size-50,
    .callout-container.side-nav .callout-section .callout.green.size-33,
    .callout-container.side-nav .callout-section .callout.green.size-50,
    .callout-container.side-nav .callout-section .callout.white.size-33,
    .callout-container.side-nav .callout-section .callout.white.size-50 {
        margin: 20px 10px;
    }
    .callout-container.side-nav .callout-section .callout.teal.size-33,
    .callout-container.side-nav .callout-section .callout.green.size-33,
    .callout-container.side-nav .callout-section .callout.white.size-33 {
        height: 350px;
    }
    .callout-container.side-nav .callout-section .callout.teal.size-33 .callout-content .callout-headline,
    .callout-container.side-nav .callout-section .callout.green.size-33 .callout-content .callout-headline,
    .callout-container.side-nav .callout-section .callout.white.size-33 .callout-content .callout-headline {
        font-size: 1.75rem;
    }
    .callout-container.side-nav .callout-section .callout.teal.size-33 .callout-hover-box p,
    .callout-container.side-nav .callout-section .callout.green.size-33 .callout-hover-box p,
    .callout-container.side-nav .callout-section .callout.white.size-33 .callout-hover-box p {
        line-height: 1.5rem;
    }
    .callout-container.side-nav .callout-section .callout.white.size-33 {
        height: auto;
    }
    .callout-section {
        max-width: 1364px;
        margin: 0 auto;
    }
    .callout-section .callout.teal.size-100 .callout-content,
    .callout-section .callout.green.size-100 .callout-content {
        padding: 64px;
    }
    .callout-section .callout.teal.size-100 .callout-content .callout-headline,
    .callout-section .callout.green.size-100 .callout-content .callout-headline {
        font-size: 2.875rem;
        margin-top: 50px;
    }
    .callout-section .callout.teal.size-33,
    .callout-section .callout.teal.size-50,
    .callout-section .callout.green.size-33,
    .callout-section .callout.green.size-50 {
        height: 325px;
        margin: 20px;
    }
    .callout-section .callout.teal.size-33 .callout-content .callout-headline,
    .callout-section .callout.teal.size-50 .callout-content .callout-headline,
    .callout-section .callout.green.size-33 .callout-content .callout-headline,
    .callout-section .callout.green.size-50 .callout-content .callout-headline {
        font-size: 2.125rem;
    }
    .callout-section .callout.teal.size-33 .callout-hover-box p,
    .callout-section .callout.teal.size-50 .callout-hover-box p,
    .callout-section .callout.green.size-33 .callout-hover-box p,
    .callout-section .callout.green.size-50 .callout-hover-box p {
        line-height: 2rem;
        padding: 0 15px;
    }
    .callout-section .callout.teal.size-50,
    .callout-section .callout.green.size-50 {
        height: 450px;
        width: 47%;
        margin: 20px 10px;
    }
    .callout-section .callout.white.size-33,
    .callout-section .callout.white.size-50,
    .callout-section .callout.white.size-100 {
        margin: 20px 12px;
    }
    .callout-section .callout.white.size-33 .callout-image,
    .callout-section .callout.white.size-50 .callout-image,
    .callout-section .callout.white.size-100 .callout-image {
        height: 187px;
    }
    .callout-section .callout.white.size-33 .callout-content .callout_icon,
    .callout-section .callout.white.size-50 .callout-content .callout_icon,
    .callout-section .callout.white.size-100 .callout-content .callout_icon {
        margin-bottom: 48px;
    }
    .callout-section .callout.white.size-33 .callout-content .callout_icon svg,
    .callout-section .callout.white.size-50 .callout-content .callout_icon svg,
    .callout-section .callout.white.size-100 .callout-content .callout_icon svg {
        width: 110px;
    }
    .callout-section .callout.white.size-33 .callout-image+.callout-content,
    .callout-section .callout.white.size-50 .callout-image+.callout-content,
    .callout-section .callout.white.size-100 .callout-image+.callout-content {
        height: 275px;
        padding: 30px 30px 24px;
    }
    .callout-section .callout.white.size-50 .callout-image {
        height: 270px;
    }
    .callout-section .callout.white.size-50 .callout-content {
        height: 235px;
    }
    .callout-section .callout.white.size-50 .callout-image+.callout-content {
        height: 175px;
    }
    .callout-section .callout.white.size-50.has-icon .callout-content {
        padding-left: 112px;
        padding-right: 112px;
    }
    .callout-section .callout.white.size-100 .callout-image {
        height: 416px;
    }
    .callout-section .callout.white.size-100 .callout-content {
        height: 190px;
    }
    .callout-section .callout.white.size-100 .callout-image+.callout-content {
        height: 155px;
    }
    .callout-section .callout.white.size-100 .callout-image+.callout-content+.callout-hover-box {
        padding-left: 24px;
    }
    .callout-section .callout.white.size-100.has-icon .callout-content {
        padding-left: 288px;
        padding-right: 288px;
    }
    .callout-section .callout.white.size-100.has-icon .callout-content .callout-headline {
        padding: 0;
    }
    .callout-section .callout.white.size-100.has-icon .callout-content p {
        padding: 0 48px;
    }
    .callout-section .callout.teal.size-66,
    .callout-section .callout.green.size-66,
    .callout-section .callout.white.size-66 {
        height: 325px;
        max-width: 950px;
    }
    .callout-section .quick-links {
        height: 325px;
        width: 30%;
        min-height: 325px;
    }
    .callout-section .quick-links.medium {
        min-height: 325px;
    }
    .sidebar {
        width: 26vw;
        margin-right: 3vw;
    }
    .sidebar nav {
        padding-left: 32px;
    }
    .sidebar nav .sub_menu_parent {
        margin-left: -32px;
    }
    .sidebar nav li:nth-of-type(2) {
        padding-top: 24px;
    }
    .sidebar nav li:last-child {
        margin-bottom: 90px;
    }
    .sidebar nav li ul li:nth-of-type(2) {
        padding-top: 0;
    }
    .sidebar nav li ul li:last-child,
    .sidebar nav li ul li:first-of-type:last-of-type {
        margin-bottom: 0;
    }
    .sidebar .block-views-blockarchived-news-block-1 h2 {
        font-size: 1.4rem;
    }
    .sidebar .block-views-blockarchived-news-block-1,
    .sidebar .brochures-links {
        padding: 64px;
    }
    .views-infinite-scroll-content-wrapper h3 {
        margin-left: 140px;
        padding-left: 137px;
    }
    .featured-article-wrapper {
        min-height: 950px;
        width: 70vw;
        padding-left: 137px;
        padding-right: 382px;
        margin-left: 140px;
    }
    .view-filters select {
        width: auto;
    }
    .view-filters {
        margin-left: 96px;
    }
    .featured-article .featured-article-img {
        height: 426px;
    }
    .article-hr {
        max-width: 816px;
        margin: 0 277px;
    }
    .news-article {
        width: 1337px;
        padding-left: 137px;
        padding-right: 382px;
        margin-left: 140px;
    }
    .news-article.archived-detail-list {
        max-width: 1337px;
    }
    .news-article.archived-detail-list+.article-hr-wrapper .article-hr {
        max-width: 816px;
    }
    .news-article.archived-detail-list+.article-hr-wrapper+.pager {
        max-width: 1337px;
    }
    .pager {
        width: 1337px;
        padding-left: 137px;
        padding-right: 382px;
        margin-left: 140px;
    }
    .video-header .banner-container {
        height: 800px;
    }
    .cal-wrapper .cal-top-content-wrapper .cal-hr {
        margin-bottom: 56px;
    }
    .section-video-callout.side-nav {
        width: calc(70vw - 128px);
    }
    .single-article .bg-img {
        height: 541px;
    }
    .single-article p {
        padding-right: 145px;
    }
    .a-z-container {
        margin: -50px 140px 0;
    }
    .a-z-container h1 {
        width: 1508px;
    }
    .a-z-container h1+p {
        width: 1508px;
    }
    .a-z-container .no-results {
        font-size: 1.5rem;
    }
    .glossary-filter {
        height: 58px;
        width: 1508px;
    }
    .glossary-filter span {
        width: 58px;
    }
    .glossary-filter span a .glossary-letter {
        font-size: 1.125rem;
        height: 58px;
    }
    .glossary-filter span a.active {
        height: 63px;
    }
    .glossary-filter span a:focus {
        outline-offset: -12px;
    }
    .glossary-result {
        width: 1508px;
    }
    .glossary-result .glossary-item .glossary-left p {
        width: 80%;
    }
    .glossary-result .glossary-item .glossary-left a .a-z-link {
        font-size: 1.125rem;
    }
    .glossary-result .glossary-item .glossary-left a .a-z-link svg {
        font-size: .75rem;
    }
    .glossary-result .glossary-item h3 svg {
        width: 24px;
        height: 24px;
    }
    #block-hagerstown-williammbrishlibrary ul li {
        margin-right: 24px;
    }
    #block-hagerstown-williammbrishlibrary ul li a {
        padding-left: 24px;
        padding-right: 24px;
    }
    header #block-hagerstown-williammbrishlibrary .menu-level-0 .menu-item--expanded .menu_link_content.menu-link-contentlibrary {
        width: calc(86vw - 110px);
        max-width: 1525px;
    }
    .library-search-links {
        top: 340px;
    }
    #ebscodiscoverysearch {
        width: 866px;
        top: 385px;
    }
    .library-header {
        height: 896px;
    }
    .library-header.large .heading-div {
        width: 70vw;
    }
    .program-list.side-nav {
        width: calc(70vw - 128px);
    }
    .course-list {
        width: 70vw;
    }
    .view-documents-public .view-filters,
    .view-board-docs .view-filters,
    .view-documents-private .view-filters {
        margin-left: 0;
    }
    .view-documents-public .view-filters form,
    .view-board-docs .view-filters form,
    .view-documents-private .view-filters form {
        padding: 0 280px;
        margin-bottom: 125px;
    }
    .view-documents-public .view-content table caption,
    .view-board-docs .view-content table caption,
    .view-documents-private .view-content table caption {
        padding-left: 302px;
    }
    .view-documents-public .pager,
    .view-board-docs .pager,
    .view-documents-private .pager {
        max-width: none;
        width: auto;
        padding: 0;
        margin: 32px;
    }
    .no-link-callout-row {
        max-width: 1410px;
    }
    .no-link-callout-row.side-nav {
        width: calc(70vw - 128px);
    }
}

@media print {
    .header-links-container,
    #block-headerlinks,
    #block-mainmenu,
    #block-mainmenu-2,
    #block-hagerstown-williammbrishlibrary,
    #ebscodiscoverysearch,
    .hcc-login,
    .header-faculty-staff,
    .library-header,
    .normal-header,
    .pgnotfound-header,
    .library-search-links,
    .video-header,
    .header-image,
    .stat-image,
    .section-video-callout,
    .quick-links,
    .glossary-filter,
    .featured-events-scroll-text,
    .grecaptcha-badge,
    .sidebar,
    .featured-news-section,
    footer {
        display: none !important;
        height: 0 !important;
    }
    header {
        display: block !important;
        height: 100px !important;
        min-height: 100px !important;
        width: 100%;
    }
    header .print-logo {
        display: inline-block !important;
        width: 100px;
        height: 75px;
        object-fit: contain;
    }
    header .print-header {
        display: inline-block !important;
        top: -20px;
    }
    a,
    h1,
    h2,
    h3,
    h4,
    h5,
    h6,
    p,
    li:before {
        color: #3e3e3e !important;
    }
    .home-intro {
        padding: 0 !important;
    }
    .home-intro .btn {
        display: none !important;
    }
    .link-section {
        padding: 0 !important;
    }
    .link-section p {
        display: none !important;
    }
    .section-flicker-feeds a {
        display: none !important;
    }
    .a-z-container {
        margin: 0 !important;
    }
    .single-article {
        margin: 0 !important;
        width: 100% !important;
        padding-top: 0 !important;
    }
    .statistic-block {
        margin-top: 4rem;
        background-color: transparent;
    }
    .statistic-block .btn-green {
        display: none !important;
    }
    .callout-container {
        background-image: none !important;
    }
    .callout-container .callout-section {
        padding: 0 !important;
    }
    .callout-container .callout {
        page-break-inside: avoid !important;
        min-height: 200px !important;
        box-shadow: none !important;
        margin: 16px 0 !important;
        width: 100% !important;
    }
    .callout-container .callout svg path {
        fill: #3e3e3e !important;
    }
    .callout-container .callout hr {
        display: none !important;
    }
    .callout-container .callout .callout-image {
        height: 0 !important;
    }
    .callout-container .callout.white.size-100,
    .callout-container .callout.white {
        height: 230px !important;
        page-break-inside: avoid !important;
    }
    .callout-container .callout.white.size-100 .callout-content,
    .callout-container .callout.white .callout-content {
        padding: 40px 48px 32px 48px !important;
    }
    .callout-container .callout.white.size-100 .callout-content .callout_icon,
    .callout-container .callout.white .callout-content .callout_icon {
        margin-bottom: 16px !important;
    }
    .callout-container .callout.white.size-100 .callout-content .callout_icon svg,
    .callout-container .callout.white .callout-content .callout_icon svg {
        width: 32px !important;
        max-height: 24px !important;
    }
    .callout-container .callout.white.size-100 .callout-content .callout-link,
    .callout-container .callout.white .callout-content .callout-link {
        display: none !important;
    }
    .callout-container .callout.white.size-100 .callout-hover-box,
    .callout-container .callout.white .callout-hover-box {
        display: none !important;
    }
    .callout-container .callout.teal,
    .callout-container .callout.green {
        page-break-inside: avoid !important;
    }
    .callout-container .callout.teal.size-33,
    .callout-container .callout.teal.size-50,
    .callout-container .callout.green.size-33,
    .callout-container .callout.green.size-50 {
        height: 200px !important;
    }
    .callout-container .callout.teal.size-33 .callout-overlay,
    .callout-container .callout.teal.size-50 .callout-overlay,
    .callout-container .callout.green.size-33 .callout-overlay,
    .callout-container .callout.green.size-50 .callout-overlay {
        height: 25%;
    }
    .callout-container .callout.teal.size-33 .callout-content,
    .callout-container .callout.teal.size-50 .callout-content,
    .callout-container .callout.green.size-33 .callout-content,
    .callout-container .callout.green.size-50 .callout-content {
        background-color: #fff;
        color: #3e3e3e;
        height: 25%;
    }
    .callout-container .callout.teal.size-33 .callout-content .callout_icon,
    .callout-container .callout.teal.size-50 .callout-content .callout_icon,
    .callout-container .callout.green.size-33 .callout-content .callout_icon,
    .callout-container .callout.green.size-50 .callout-content .callout_icon {
        display: none !important;
    }
    .callout-container .callout.teal.size-33 .callout-content .callout-link,
    .callout-container .callout.teal.size-50 .callout-content .callout-link,
    .callout-container .callout.green.size-33 .callout-content .callout-link,
    .callout-container .callout.green.size-50 .callout-content .callout-link {
        display: none !important;
    }
    .callout-container .callout.teal.size-33 .callout-content h2 svg,
    .callout-container .callout.teal.size-50 .callout-content h2 svg,
    .callout-container .callout.green.size-33 .callout-content h2 svg,
    .callout-container .callout.green.size-50 .callout-content h2 svg {
        display: none !important;
    }
    .callout-container .callout.teal.size-33 .callout-hover-box,
    .callout-container .callout.teal.size-50 .callout-hover-box,
    .callout-container .callout.green.size-33 .callout-hover-box,
    .callout-container .callout.green.size-50 .callout-hover-box {
        opacity: 1;
        height: 75%;
    }
    .callout-container .callout.teal.size-33 .callout-hover-box svg,
    .callout-container .callout.teal.size-50 .callout-hover-box svg,
    .callout-container .callout.green.size-33 .callout-hover-box svg,
    .callout-container .callout.green.size-50 .callout-hover-box svg {
        display: none !important;
    }
    .callout-container .callout.teal.size-100 .callout-content,
    .callout-container .callout.teal.size-66 .callout-content,
    .callout-container .callout.green.size-100 .callout-content,
    .callout-container .callout.green.size-66 .callout-content {
        left: 0 !important;
        width: 100% !important;
    }
    .callout-container .callout.teal.size-100 .callout-content .callout_icon,
    .callout-container .callout.teal.size-66 .callout-content .callout_icon,
    .callout-container .callout.green.size-100 .callout-content .callout_icon,
    .callout-container .callout.green.size-66 .callout-content .callout_icon {
        display: none !important;
    }
    .callout-container .callout.teal.size-100 .callout-content .callout-link,
    .callout-container .callout.teal.size-66 .callout-content .callout-link,
    .callout-container .callout.green.size-100 .callout-content .callout-link,
    .callout-container .callout.green.size-66 .callout-content .callout-link {
        display: none !important;
    }
    .callout-container .callout.size-66 .callout-content {
        left: 0 !important;
        width: 100% !important;
    }
    .program-list ul li {
        background-color: #fff;
        box-shadow: none;
        height: auto !important;
    }
    .program-list ul li a {
        color: #3e3e3e;
        padding: 0 !important;
    }
    .cal-wrapper {
        background-color: #fff !important;
    }
    .cal-wrapper .cal-top-content-wrapper {
        background-image: none;
        padding-bottom: 24px !important;
    }
    .cal-wrapper .cal-top-content-wrapper .cal-top-content-wrapper-overlay {
        background-color: #fff;
    }
    .cal-wrapper .cal-top-content-wrapper hr {
        display: none !important;
    }
    .cal-wrapper .cal-top-content-wrapper h2 {
        color: #3e3e3e !important;
    }
    .cal-wrapper .cal-featured .cal-featured-events .cal-event-box ul li {
        page-break-inside: avoid !important;
    }
    .cal-wrapper .cal-featured .cal-featured-events .cal-event-box ul li a {
        color: #3e3e3e !important;
    }
    .cal-wrapper .cal-featured .cal-featured-events .cal-event-box ul li a .featured-date {
        color: #3e3e3e !important;
    }
    .cal-wrapper .cal-featured .cal-featured-events .cal-event-box ul li a .featured-link {
        display: none !important;
    }
    .cal-wrapper .cal-featured .cal-featured-events .cal-full-button {
        display: none !important;
    }
    .cal-body {
        width: 100% !important;
        page-break-inside: avoid !important;
    }
    .cal-body .cal-header .cal-back,
    .cal-body .cal-header .cal-next,
    .cal-body .cal-header .cal-checkbox-container {
        display: none !important;
    }
    .cal-body .cal-show-past-events {
        display: none !important;
    }
    .cal-body table tbody tr td .cal-content .cal-daily-events svg path,
    .cal-body table tbody tr td .cal-content .cal-fullday-events svg path {
        fill: #3e3e3e !important;
    }
    .cal-body .cal-subscribe {
        display: none !important;
    }
    .procurement-section {
        page-break-inside: avoid !important;
    }
}

@keyframes openbox {
    0% {
        max-height: 0;
    }
    99% {
        max-height: 75vh;
    }
    100% {
        max-height: none;
    }
}

@keyframes closebox {
    0% {
        max-height: 75vh;
    }
    100% {
        max-height: 0;
    }
}

.header-links-container .overlay {
    opacity: .8 !important;
}

.video-header .heading-container h1 {
    font-family: proxima-nova, sans-serif !important;
    font-size: 7rem !important;
}

.node-14881 .single-article.article-no-sidebar.single-article-large {
    display: none !important;
}

.node-14881 .video-header .heading-container h1 {
    font-size: 6rem;
}

@media (max-width:765px) {
    .video-header .heading-container h1 {
        font-size: 4rem !important;
    }
    .node-14881 .video-header .heading-container h1 {
        line-height: 6.2rem;
    }
    .node-14881 .campaign-donate-btn {
        width: 90% !important;
        float: none !important;
        margin: auto !important;
        min-width: 0 !important;
    }
    .node-14881 .campaign-donate-btn .btn.btn-green {
        display: block;
        margin: 15px auto 35px;
        min-width: 0 !important;
        width: 100% !important;
    }
}

@media (max-width:585px) {
    .node-14881 .video-header .heading-container h1 {
        font-size: 4.5rem;
        line-height: 4rem;
    }
}

.node-14891 .heading-div h1 {
    text-align: center;
}

@media (min-width:1920px) {
    .node-14891 .single-article p {
        padding: 0 !important;
    }
}

header #block-mainmenu .menu-level-0 .menu-item--expanded .menu_link_content .menu-level-1 li:first-child a .bg-img .color-overlay {
    background-color: rgba(2, 106, 114, 0.75);
}

#block-75thcampaign {
    display: none;
}

#spb-block-75thcampaign .spb_center {
    padding: 30px;
    margin: auto;
    top: 15%;
    border: none;
    border-radius: 10px;
}

#spb-block-75thcampaign .spb-controls {
    right: 0;
    top: 0;
}

#spb-block-75thcampaign .spb_close {
    padding: 5px 20px;
    font-size: 2rem;
    border: none;
    background: #EDEDED;
    margin: auto;
}

#spb-block-75thcampaign .spb_center .content p {
    line-height: 1.6rem;
}

@media only screen and (max-width:830px) {
    #spb-block-75thcampaign .spb-popup-main-wrapper {
        width: 600px !important;
        margin-left: -300px !important;
    }
    #spb-block-75thcampaign .spb_close {
        padding: 15px 25px;
        border: 1px solid white;
    }
}

@media only screen and (max-width:630px) {
    #spb-block-75thcampaign .spb-popup-main-wrapper {
        width: 400px !important;
        margin-left: -200px !important;
        font-size: .8rem;
    }
}

.home-intro-double {
    padding: 60px 0;
    background-color: #ededed;
}

.home-intro-double h2 {
    margin-bottom: 20px;
}

.home-intro-double p {
    width: 94.5%;
    max-width: 1287px;
    margin: 0 auto 32px;
}

.home-intro-double a {
    display: none;
}

.home-intro-double .btn.btn-green {
    min-width: 280px;
    background-color: #4c7434;
    transition: background-size .4s, box-shadow .4s, background-color .4s;
    display: inline-block;
    max-width: 80%;
    text-decoration: none;
    padding: 13px 50px;
    min-height: 50px;
}

.home-intro-double .btn.btn-white {
    min-width: 280px;
    background-color: #fff;
    transition: background-size .4s ease, box-shadow .4s ease;
    display: inline-block;
    max-width: 80%;
    text-decoration: none;
    padding: 13px 50px;
    min-height: 50px;
    margin-top: 25px;
}

.BBFormFieldContainer input {
    width: auto;
}

.cafe-card {
    width: 100%;
}

.paragraph--type--faculty-staff-member-profiles {
    width: 100%;
    max-width: 300px;
    margin: 0 1.5% 40px 1.5%;
    display: inline-block;
    vertical-align: top;
    max-height: 600px;
    min-height: 520px;
    background-color: #F8F8F8;
}

.paragraph--type--faculty-staff-member-profiles .staff-faculty-profile-image {
    width: 100%;
    display: block;
}

.paragraph--type--faculty-staff-member-profiles .staff-faculty-profile-image a {
    pointer-events: none;
}

.paragraph--type--faculty-staff-member-profiles .staff-faculty-name {
    display: block;
    width: 95%;
    text-align: left;
    font-size: 1.4em;
    font-family: baskerville-display-pt, serif;
    font-weight: 700;
    padding: 10px 10px 0;
}

.paragraph--type--faculty-staff-member-profiles .staff-faculty-title {
    display: block;
    width: 95%;
    text-align: left;
    font-style: italic;
    font-size: .9em;
    padding: 0 10px 5px;
}

.paragraph--type--faculty-staff-member-profiles .staff-faculty-profile {
    display: block;
    width: 95%;
    text-align: left;
    padding: 5px 10px;
    font-size: .8rem;
}

.paragraph--type--faculty-staff-member-profiles .staff-faculty-profile p {
    line-height: 1.275rem;
}

.paragraph--type--faculty-staff-member-profiles .staff-faculty-profile ul {
    list-style-position: inside;
}

.site-footer .footer_copyright p {
    width: 285px !important;
}

.button--ultimenu {
    display: none;
}

@media (min-width:768px) {
    .site-footer .footer-translate-block li:first-child {
        margin-right: -100px !important;
    }
}